.elementor-kit-522{--e-global-color-primary:#5D0A29;--e-global-color-secondary:#A40D15;--e-global-color-text:#5A5A5A;--e-global-color-accent:#A17D3E;--e-global-color-6a349a4:#A61B50;--e-global-color-67a2439:#CD3B8D;--e-global-color-defe50c:#FFFFFF;--e-global-color-1cc47e7:#000000;--e-global-color-f89a24c:#00000000;--e-global-color-0e62ebf:#D4BC93;--e-global-color-e649a6a:#EA7510;--e-global-color-94e21cc:#F6FAF4;--e-global-color-6b48d20:#7D7442;--e-global-color-19bd3ff:#4C060B;--e-global-color-e77563c:#CD3B8D;--e-global-color-ffecb19:#C92581;--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:40px;--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:34px;--e-global-typography-accent-font-weight:600;--e-global-typography-23587b0-font-family:"Shippori Mincho";--e-global-typography-23587b0-font-size:52px;--e-global-typography-23587b0-font-weight:600;--e-global-typography-23587b0-line-height:58px;--e-global-typography-23587b0-letter-spacing:8.6px;--e-global-typography-53dfd2f-font-family:"Shippori Mincho";--e-global-typography-53dfd2f-font-size:36px;--e-global-typography-53dfd2f-font-weight:600;--e-global-typography-53dfd2f-line-height:50px;--e-global-typography-53dfd2f-letter-spacing:2.8px;--e-global-typography-46fff0b-font-size:20px;--e-global-typography-46fff0b-font-weight:400;--e-global-typography-46fff0b-line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-522 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-522{--e-global-typography-text-line-height:1.6em;--e-global-typography-23587b0-font-size:5.8vw;--e-global-typography-23587b0-letter-spacing:4.5px;--e-global-typography-53dfd2f-font-size:4.2vw;--e-global-typography-53dfd2f-letter-spacing:2px;--e-global-typography-46fff0b-line-height:1.6em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-522{--e-global-typography-secondary-font-size:5vw;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-text-font-size:4.5vw;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-size:4.6vw;--e-global-typography-accent-line-height:1.6em;--e-global-typography-23587b0-font-size:9vw;--e-global-typography-23587b0-letter-spacing:3px;--e-global-typography-53dfd2f-font-size:7.1vw;--e-global-typography-53dfd2f-line-height:1.7em;--e-global-typography-53dfd2f-letter-spacing:0.8px;--e-global-typography-46fff0b-font-size:4.5vw;--e-global-typography-46fff0b-line-height:1.6em;--e-global-typography-46fff0b-letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bold{
    font-weight: bold;
}
.small04 {
    font-size: 0.4em;
}
.small05 {
    font-size: 0.5em;
}
.small06 {
    font-size: 0.6em;
    line-height: 0.7em;
    }
.small07 {
    font-size: 0.7em;
    line-height: 0.7em;
    }
.small08 {
    font-size: 0.8em;
    line-height: 0.7em;
    }

.large14 {
    font-size: 1.4em;
}
.large16 {
    font-size: 1.6em;
    line-height: 1.5em;
}
.link-tel{
 text-decoration: none;
color: #000;
}
.marker {
    background:linear-gradient(transparent 70%, #fff15f 70%);
}
.borderbox{
	display: inline-block;
	border: solid 1px #4C060B ;
	padding: 14px 7px 14px 14px ;
	margin-right: 6px;
	margin-top: 4px;
	background-color: #fff;
}
.sipaka {
color: #4C060B;
font-family: "Shippori Mincho";
line-height: 1.4em;

}
.tategaki{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
/*アニメーション関連*/


.animated {/*速さ変更*/
    animation-duration: 0.7s !important;
}


@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0, 8%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp2 !important;
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        transform: translate3d(0, -8%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown2 !important;
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        transform: translate3d(-8%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft2 !important;
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        transform: translate3d(8%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight2 !important;
}
.height-e {
    height: 140px;
}

@media screen and (max-width:480px) {
.sp{ 
    display: block;
}
.tab{ 
    display: none;
}
.pc{ 
    display: none;
}
.height-e {
    max-height: none;
min-height: auto;
}
.borderbox{
	display: inline-block;
	border: solid 1px #ea7510 ;
	padding: 6px 7px 6px 14px ;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 10px;
	background-color: #fff;
}
}
@media screen and (min-width:480px) {
.sp{ 
    display: block;
}
.tab{ 
    display: none;
}
.pc{ 
    display: none;
}
.height-e {
    height: auto;
}
.borderbox{
	display: inline-block;
	border: solid 1px #ea7510 ;
	padding: 6px 7px 6px 14px ;
	margin-right: 6px;
	margin-top: 4px;
	background-color: #fff;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
    
.sp{ 
    display: none;
}
.tab{ 
    display: block;
}
.pc{ 
    display: none;
}
.height-e {
    height: 120px;
}
}

@media screen and (min-width:1024px) {
.sp{ 
    display: none;
}
.tab{ 
    display: none;
}
.pc{ 
    display: block;
}
.height-e {
    height: 140px;
}
}/* End custom CSS */