﻿@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600;700&display=swap');

.bodoni {
                font-family: "Bodoni Moda", serif;
                font-weight: 400;
                }
.bodoni-italic {
                font-family: "Bodoni Moda", serif;
                font-weight: 400;
                font-style: italic;
                }


/* =======================

調整

======================= */

#gHeader {
                z-index: 21;
                }

#gFooter {
                opacity: 1;
                }

@media screen and (max-width: 768px) {
.footGood {
                padding: 34px 0 100px;
                }
                }

.dress #pagePath {
                box-sizing: border-box;
                }



/* =======================

footer__bnr.sp

======================= */

.footer__bnr.sp{
                display: none !important;
                }

.footer__bnr.sp.original{
                display: block !important;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
                font-weight: 400;
                }
@media screen and (min-width: 768px) {
.footer__bnr.sp.original{
                display: none !important;
                }
	}

.footer__bnr.sp.original .footer__bnr__bottom ul {
                column-gap: 6px;
                }

.footer__bnr.sp.original .footer__bnr__bottom ul li{
                height: 50px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
                font-size: 13px !important;
                }

.footer__bnr.sp.original .footer__bnr__bottom li:nth-of-type(1) {
                width: calc(79% - 6px) !important;
                background-color: #48322a;
                }

#footerBnrBottom.footer__bnr__bottom a{
                color: #fff !important;
                }

.footer__bnr.sp.original .footer__bnr__bottom li:nth-of-type(2) {
                width: 21% !important;
                }


/* =======================

__CP 

======================= */

#__CP {
                -ms-touch-action: manipulation;
                touch-action: manipulation;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
                width: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
                font-weight: 400;
                font-size: 13px;
                color: #000;
                min-height: 600vh;
                }

#__CP img {
                vertical-align: bottom;
                }

#__CP h1,
#__CP h2,
#__CP h3,
#__CP h4,
#__CP h5,
#__CP p {
                margin: 0;
                padding:0;
                }

#__CP a {
                color: #000;
                }

#__CP .pc {display: block !important;}
#__CP .pci {display: inline !important;}
#__CP .sp {display: none !important;}
#__CP .spi {display: none !important;}
@media screen and (max-width: 768px) {
#__CP .pc {display: none !important;}
#__CP .pci {display: none !important;}
#__CP .sp {display: block !important;}
#__CP .spi {display: inline !important;}
	}

#__CP .md {display: none !important;}
#__CP .mdi {display: none !important;}
@media screen and (max-width: 1305px) {
#__CP .md {display: block !important;}
#__CP .mdi {display: inline !important;}
	}
@media screen and (max-width: 768px) {
#__CP .md {display: none !important;}
#__CP .mdi {display: none !important;}
	}

#__CP *{
	box-sizing: border-box;
                }

/* =======================

layer1 

======================= */

#__CP .layer1 {
                position: relative;
                z-index: 1;
                background-color: #fff;
                }


/*================================

leaf

=================================*/

#__CP .leaf {
                position:fixed;
                width: 100vw;
                height: 100svh;
                top: 0;
                left: 0;
                mix-blend-mode: multiply;
                z-index: 200;
	pointer-events: none;
	cursor: default;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 70%;
	background-image: url(../images/leaf.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
                }
@media screen and (min-width: 768px) {
#__CP .leaf {
                width: 50vw;
                left: auto;
                right: 0;
                }
	}


/* =======================

kv 

======================= */

#__CP .kv {
	position: relative;
	width: 100%;
                height: 100svh;
	}

#__CP .kv .para{
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/kv-sp.webp);
	}
@media screen and (min-width: 430px) {
#__CP .kv .para{
	background-image: url(../images/kv-pc.webp);
	}
	}
@media screen and (max-width: 768px) {
#__CP .kv {
        margin-top: 48px;
                height: auto;
        }

#__CP .kv .para{
        background-image: none;
        height: auto;
        }
#__CP .kv .para img {
        width: 100%;
}       
}

#__CP .kv .para p.shoulder{
                padding-top: 8.5em;
                color: #fff;
                font-size: min(3.5vw,17px);
                line-height: 1em;
                font-weight: 400;
                text-align: center;
	}
@media screen and (min-width: 430px) {
#__CP .kv .para p.shoulder{
                padding-top: 8em;
                font-size: min(3.5vw,17px);
	}
	}
@media screen and (min-width: 768px) {
#__CP .kv .para p.shoulder{
                padding-top: 7em;
                font-size: min(3.5vw,17px);
	}
	}

#__CP .kv .para h1{
                padding-top: .5em;
                color: #fff;
                font-size: min(8vw,30px);
                line-height: 1em;
                font-weight: 400;
                text-align: center;
                letter-spacing: -.05em;
	}
@media screen and (min-width: 430px) {
#__CP .kv .para h1{
                padding-top: .5em;
                font-size: min(6vw,38px);
	}
	}
@media screen and (min-width: 768px) {
#__CP .kv .para h1{
                padding-top: .5em;
                font-size: min(11vw,46px);
	}
	}

#__CP .kv .para h2{
                padding-top: 5%;
                color: #fff;
                font-size: min(3.8vw,18px);
                line-height: 1.7em;
                font-weight: 400;
                text-align: center;
	}
@media screen and (min-width: 768px) {
#__CP .kv .para h2{
                padding-top: 4vh;
                line-height: 1.8em;
	}
	}

#__CP .kv .para .kpi{
	width: 100%;
                position: absolute;
                bottom: 5%;
                left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	}
@media screen and (max-width: 768px) {
#__CP .kv .para .kpi {
        bottom: -80px;
}
}
#__CP .kv .para .kpi div{
	width: 90%;
	}

#__CP .kv .para .kpi div a{
	width: 100%;
                margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
                background-color: #48322a;
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-image: url(../images/chevron-right.svg);
	background-size: 8px;
                padding: 1.8em 0;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (min-width: 430px) {
#__CP .kv .para .kpi div a{
	width: 80%;
	}
	}
@media screen and (min-width: 768px) {
#__CP .kv .para .kpi div a{
	width: 50%;
                padding: 2em 0;
	}
	}

#__CP .kv .para .kpi div a:hover{
                background-color: #5F4B43;
	}

#__CP .kv .para .kpi div a p{
                color: #fff;
                font-size: min(3.5vw,18px);
                line-height: 1em;
                font-weight: 500;
                text-align: center;
	}


/* =======================

part 

======================= */

#__CP .part {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

#__CP .part .slash {
                width:50px;
                height:1px;
                background:#81B8EA;
                transform:rotate(-45deg);
	}


/* =======================

intro 

======================= */

#__CP .intro {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 5vh;
                padding: 8vh 0 0;
	}


#__CP .intro h2{
                color: #0072D5;
                font-size: min(5.5vw,24px);
                line-height: 1em;
                text-align: center;
	}
@media screen and (min-width: 768px) {
#__CP .intro h2{
                font-size: min(5.5vw,28px);
	}
	}

#__CP .intro p.lead{
                font-size: min(3.8vw,15px);
                line-height: 1.7em;
                text-align: center;
	}
@media screen and (min-width: 768px) {
#__CP .intro p.lead{
                line-height: 2em;
	}
	}


#__CP .intro p.hm{
                position: relative;
                padding: 0 1rem;
                font-size: min(4.5vw,21px);
                color:#0072D5;
	}
#__CP .intro p.hm:before,
#__CP .intro p.hm:after {
                position: absolute;
                top: 50%;
                width: 2em;
                height: 1px;
                background-color: #81B8EA;
                content: '';
                }

#__CP .intro p.hm:before {
                left: -2em;
                }

#__CP .intro p.hm:after {
                right: -2em;
                }

#__CP .intro img{
                width: 70%;
                max-width: 400px;
	}


/* =======================

chapel 

======================= */

#__CP .chapel {
	position: relative;
	width: 100%;
                margin-top: 3em;
	}
@media screen and (min-width: 768px) {
#__CP .chapel {
                margin-top: 6em;
	}
	}

#__CP .chapel .pack{
	position: relative;
	width: 90%;
                max-width: 1200px;
                margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	column-gap: 2vw;
	}

#__CP .chapel .box{
	position: relative;
	width: 100%;
	}

#__CP .chapel .box a{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 1;
	}
@media screen and (min-width: 430px) {
#__CP .chapel .box a{
	aspect-ratio: 2;
	}
	}

#__CP .chapel .box:first-child a{
	background-image: url(../images/chapel_hawaii.jpg);
	}

#__CP .chapel .box:last-child a{
	background-image: url(../images/chapel_guam.jpg);
	}

#__CP .chapel .box p.area{
                color:#0072D5;
                font-size: min(5vw,24px);
                line-height: 1em;
                text-align: center;
                font-weight: 700;
                padding-top: 1em;
	}

#__CP .chapel .box p.btn{
                width: 100%;
                height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
                font-size: min(3vw,13px);
                line-height: 1em;
                text-align: center;
                font-weight: 500;
                color: #fff;
                background-color: rgba(0, 114, 213, 0.8);
	background-position: right 5% center;
	background-repeat: no-repeat;
	background-image: url(../images/chevron-right.svg);
	background-size: 5px;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

#__CP .chapel .box a:hover  p.btn{
                background-color: rgba(0, 114, 213, 1);
	}


/* =======================

kpis 

======================= */

#__CP .kpis{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
                padding: 2em 0 3.5em;
	}
@media screen and (min-width: 430px) {
#__CP .kpis{
                padding: 3.5em 0 3.5em;
	}
	}
@media screen and (min-width: 768px) {
#__CP .kpis{
                padding: 6em 0 2em;
	}
	}

#__CP .kpis div{
	width: 90%;
	}

#__CP .kpis div a{
	width: 100%;
                margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
                background-color: #48322a;
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-image: url(../images/chevron-right.svg);
	background-size: 8px;
                padding: 1.8em 0;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (min-width: 430px) {
#__CP .kpis div a{
	width: 80%;
	}
	}
@media screen and (min-width: 768px) {
#__CP .kpis div a{
	width: 35%;
                padding: 2em 0;
	}
	}

#__CP .kpis div a:hover{
                background-color: #5F4B43;
	}

#__CP .kpis div a p{
                color: #fff;
                font-size: min(3.5vw,18px);
                line-height: 1em;
                font-weight: 500;
                text-align: center;
	}

/* =======================

line 

======================= */

#__CP .line {
	width: 1px;
                height: 40px;
                margin: auto;
                background:#0472D5;
	}
@media screen and (min-width: 768px) {
#__CP .line {
                height: 60px;
	}
	}

/* =======================

merit 

======================= */

#__CP .merits {
	width: 100%;
                padding: 6em 0 3.5em;
	}
@media screen and (min-width: 768px) {
#__CP .merits {
                padding: 6em 0 6em;
	}
	}

#__CP .merits h2{
                color: #0072D5;
                font-size: min(5.5vw,24px);
                line-height: 1.5em;
                text-align: center;
                padding: 0 40px;
	}
@media screen and (min-width: 768px) {
#__CP .merits h2{
                line-height: 1.8em;
                padding: auto;
	}
	}

#__CP .merits h2 span{
                color: #0072D5;
                font-size: min(6.5vw,32px);
	}
@media screen and (min-width: 768px) {
#__CP .merits h2 span{
                font-size: min(6.5vw,42px);
	}
	}

#__CP .merits p.lead{
                margin-top: 1em;
                font-size: min(3.8vw,15px);
                line-height: 1.7em;
                text-align: center;
	}
@media screen and (min-width: 768px) {
#__CP .merits p.lead{
                margin-top: 2em;
                line-height: 1.8em;
	}
	}

#__CP .merits .merit{
	width: 100%;
                margin-top: 4em;
	}
@media screen and (min-width: 768px) {
#__CP .merits .merit{
                margin-top: 10em;
        }
        }

#__CP .merits .merit .number{
                color: #0072D5;
                font-size: min(9.5vw,42px);
                line-height: 1em;
                text-align: center;
                align-items: center;
                display: flex;
                justify-content: center;
	}
@media screen and (min-width: 768px) {
#__CP .merits .merit .number{
                font-size: min(9.5vw,60px);
                position: relative;
                z-index: 1;
	}
	}

#__CP .merits .merit .number::before {
                background-color: transparent;
                content: "";
                height: 1px;
                width: 3em;
                }
@media screen and (min-width: 768px) {
#__CP .merits .merit .number::before {
                width: 1em;
                }
	}

#__CP .merits .merit .number::after {
                background-color: #1e90ff;
                content: "";
                height: 1px;
                width: 3em;
                }

#__CP .merits .merit .number::after {
                margin-left: 0;
                transform: rotate(-45deg) translate(-1em, -.1em);
                }

#__CP .merits .merit .pack{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
                margin-top: 3vw;
	}
@media screen and (min-width: 768px) {
#__CP .merits .merit .pack{
	flex-direction: row;
                margin-top: -2vw;
	}
#__CP .merits .merit.reverse .pack{
	flex-direction: row-reverse;
	}
	}

#__CP .merits .merit .pack .box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	}

#__CP .merits .merit .pack .box:first-child img{
	width: 100%;
	}

#__CP .merits .merit .pack .box p.en{
                margin-top: 2em;
                color: #0072D5;
                font-size: min(3vw,15px);
                line-height: 1em;
                text-align: center;
                font-weight: 600;
	}
@media screen and (min-width: 768px) {
#__CP .merits .merit .pack .box p.en{
                margin-top: 10px;
	}
	}

#__CP .merits .merit .pack .box h3,
#__CP .merits .merit .pack .box h4
{
                margin-top: .5em;
                color: #0072D5;
                font-size: min(6.5vw,36px);
                line-height: 1em;
                text-align: center;
                font-weight: 500;
                padding: 0 .2em;
                background: linear-gradient(transparent 50%, #ECE8D3 50%);
	}
#__CP .merits .merit .pack .box h4 {
        margin-top: 2em;
        background: initial;
}
@media screen and (min-width: 768px) {
#__CP .merits .merit .pack .box h3,
#__CP .merits .merit .pack .box h4 {
                font-size: min(3vw,30px);
	}
#__CP .merits .merit .pack .box h4 {
        margin-top: auto;
	}
}

#__CP .merits .merit .pack .box p.lead{
                margin-top: 1.5em;
                width: 90%;
                max-width: 500px;
                font-size: min(3.8vw,15px);
                line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	}
@media screen and (min-width: 768px) {
#__CP .merits .merit .pack .box p.lead{
                margin-top: 2.5em;
                width: 80%;
                max-width: 500px;
	}
	}

#__CP .merits .merit .pack .box:last-child img.photo{
                margin-top: 2em;
                width: 90%;
                max-width: 500px;
	}
@media screen and (min-width: 768px) {
#__CP .merits .merit .pack .box:last-child img.photo{
                width: 80%;
                max-width: 500px;
	}
	}

#__CP .merits .merit .pack .box .graph{
                margin-top: 2em;
                width: 90%;
                max-width: 500px;
                text-align: center;
                border-bottom: 1px solid #ccc;
	}
@media screen and (min-width: 768px) {
#__CP .merits .merit .pack .box .graph{
                width: 80%;
                max-width: 500px;
	}
	}

#__CP .merits .merit .pack .box .graph p{
                position: relative;
                font-size: min(4vw,18px);
                color:#0072D5;
                display: flex;
                align-items: center;
	}
#__CP .merits .merit .pack .box .graph p:before,
#__CP .merits .merit .pack .box .graph p:after {
                content: "";
                height: 1px;
                flex-grow: 1;
                background-color: #ccc;
                }

#__CP .merits .merit .pack .box .graph p:before {
                margin-right: 1rem;
                }

#__CP .merits .merit .pack .box .graph p:after {
                margin-left: 1rem;
                }

#__CP .merits .merit .pack .box .graph img{
                width: 90%;
                padding: 2em 0;
	}
@media screen and (min-width: 768px) {
#__CP .merits .merit .pack .box .graph img{
                width: 80%;
	}
	}

#__CP .merits .merit .pack .box small{
                margin-top: 1.5em;
                width: 90%;
                max-width: 500px;
                font-size: min(2.8vw,11px);
                line-height: 1.7em;
	}
@media screen and (min-width: 768px) {
#__CP .merits .merit .pack .box small{
                margin-top: 2em;
                width: 80%;
                max-width: 500px;
	}
	}

/* =======================

campaign 

======================= */

#__CP .campaign{
	width: 100%;
	}

#__CP .campaign.outro{
                padding: 1.5em 0;
	}
@media screen and (min-width: 768px) {
#__CP .campaign.outro{
                padding: 3em 0;
	}
	}

#__CP .campaign p.en{
                margin-top: 3em;
                color: #0072D5;
                font-size: min(3.5vw,15px);
                line-height: 1em;
                text-align: center;
                font-weight: 600;
	}
@media screen and (min-width: 768px) {
#__CP .campaign p.en{
                margin-top: 6em;
	}
	}

#__CP .campaign h2{
                margin-top: 1em;
                color: #0072D5;
                font-size: min(5.5vw,24px);
                line-height: 1.5em;
                text-align: center;
	}

#__CP .campaign.outro h2{
                font-size: min(4.8vw,24px);
	}

#__CP .campaign .links{
	width: 90%;
                max-width:500px;
                margin: auto;
                margin-top: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	row-gap: 15px;
	}
@media screen and (min-width: 430px) {
#__CP .campaign .links{
	flex-direction: row;
	column-gap: 30px;
	}
	}
@media screen and (min-width: 768px) {
#__CP .campaign .links{
                margin-top: 4em;
	}
	}

#__CP .campaign.outro .links{
                margin-top: 3em;
	}
@media screen and (min-width: 768px) {
#__CP .campaign.outro .links{
                margin-top: 5em;
	}
	}

#__CP .campaign .links a{
	width: 100%;
                margin: auto;
	}

#__CP .campaign .links div img{
	width: 100%;
	}


/* =======================

benefitbg

======================= */

#__CP .benefitbg{
	width: 100%;
                height: 80svh;
	}
@media screen and (min-width: 768px) {
#__CP .benefitbg{
                height: 70svh;
	}
	}

#__CP .benefitbg .benefitpara{
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/benefitbg-sp.jpg);
	}
@media screen and (min-width: 768px) {
#__CP .benefitbg .benefitpara{
	background-image: url(../images/benefitbg-pc.jpg);
	}
	}

#__CP .benefitbg .benefitpara h2{
                padding-top: 10svh;
                color: #fff;
                font-size: min(5vw,24px);
                line-height: 1.5em;
                font-weight: 400;
                text-align: center;
	}
@media screen and (min-width: 768px) {
#__CP .benefitbg .benefitpara h2{
                padding-top: 10svh;
                font-size: min(5vw,28px);
	}
	}


/* =======================

benefits

======================= */

#__CP .benefits{
                position: relative;
	width: 100%;
                min-height: 200vh;
                z-index: 1;
	}

#__CP .benefits .benefit{
	width: 90%;
                max-width: 1200px;
                margin: auto;
                margin-top: 2.5em;
                border: 1px solid #81B8EA;
                padding: 0 0 3em;
                background-color: rgba(255, 255, 255, 0.75);
	}
#__CP .benefits .benefit:first-child{
                margin-top: -14svh;
	}
@media screen and (min-width: 768px) {
#__CP .benefits .benefit{
                padding: 0 0 4em;
	}
	}

#__CP .benefits .benefit p.en{
                margin-top: 4em;
                color: #0072D5;
                font-size: min(3vw,15px);
                line-height: 1em;
                text-align: center;
                font-weight: 600;
	}
@media screen and (min-width: 768px) {
#__CP .benefits .benefit p.en{
                font-size: min(3vw,13px);
	}
	}

#__CP .benefits .benefit h2{
                margin-top: 1.5em;
                color: #0072D5;
                font-size: min(3.8vw,18px);
                line-height: 1.5em;
                text-align: center;
	}

#__CP .benefits .benefit h2 span{
                display: inline-block;
                margin-top: .3em;
                font-size: min(6vw,28px);
                font-weight: 500;
                padding: 0 .2em;
                background: linear-gradient(transparent 50%, #ECE8D3 50%);
	}

#__CP .benefits .benefit img.hm{
                display: block;
                width: 70%;
                max-width: 400px;
                margin: auto;
                margin-top: 2em;
	}
@media screen and (min-width: 768px) {
#__CP .benefits .benefit img.hm{
                margin-top: 3em;
	}
	}

#__CP .benefits .benefit p.lead{
                margin-top: 1.5em;
                font-size: min(3.8vw,15px);
                line-height: 1.7em;
                text-align: center;
	}
@media screen and (min-width: 768px) {
#__CP .benefits .benefit p.lead{
                margin-top: 3em;
                line-height: 1.8em;
	}
	}

#__CP .benefits .benefit img.allinone{
                display: block;
                width: 50%;
                max-width: 250px;
                margin: auto;
                margin-top: 2em;
	}
@media screen and (min-width: 768px) {
#__CP .benefits .benefit img.allinone{
                margin-top: 3em;
	}
	}

#__CP .benefits .benefit img.hotel{
                display: block;
                width: 90%;
                max-width: 500px;
                margin: auto;
                margin-top: 2em;
	}
@media screen and (min-width: 768px) {
#__CP .benefits .benefit img.hotel{
                max-width: 700px;
                margin-top: 3em;
	}
	}

#__CP .benefits .benefit img.hotel._guam{
                margin-top: 10px;
	}
@media screen and (min-width: 768px) {
#__CP .benefits .benefit img.hotel._guam{
                margin-top: 20px;
	}
	}

#__CP .benefits .benefit .btns{
	width: 90%;
                max-width: 500px;
                margin: auto;
                margin-top: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	column-gap: 10px;
	}
@media screen and (min-width: 768px) {
#__CP .benefits .benefit .btns{
                max-width: 700px;
	column-gap: 30px;
                margin-top: 3em;
	}
	}

#__CP .benefits .benefit .btns div{
	width: 100%;
	}

#__CP .benefits .benefit .btns div a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
                height: 100%;
                background-color: #48322a;
	background-position: right 5% center;
	background-repeat: no-repeat;
	background-image: url(../images/chevron-right.svg);
	background-size: 4px;
                padding: 1em 0;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

#__CP .benefits .benefit .btns div a:hover{
                background-color: #5F4B43;
	}

#__CP .benefits .benefit .btns div a p{
                color: #fff;
                font-size: min(3.5vw,15px);
                line-height: 1.3em;
                text-align: center;
	}


/* =======================

voicebg

======================= */
#__CP .voice {
        padding: 6em 0 6em;
}
#__CP .voicebg{
	width: 100%;
	aspect-ratio: 2 / 1;
	}
@media screen and (min-width: 768px) {
#__CP .voicebg{
	aspect-ratio: 4 / 1;
	}
	}

#__CP .voicebg .voicepara{
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 140%;
	background-image: url(../images/voicebg.jpg);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	column-gap: 10px;
	}

#__CP .voicebg .voicepara h2{
                color: #fff;
                font-size: min(7vw,34px);
                line-height: 1em;
                font-weight: 400;
                text-align: center;
	}

#__CP .voicebg p.lead{
                margin-top: 2em;
                font-size: min(3.8vw,18px);
                line-height: 1.7em;
                text-align: center;
	}
@media screen and (min-width: 768px) {
#__CP .voicebg p.lead{
                margin-top: 3em;
	}
	}

#__CP .voice .swiper {
                margin-top: 2em;
                width: 100%;
                height: auto;
                }
@media screen and (min-width: 768px) {
#__CP .voice .swiper {
                margin-top: 4em;
                }
	}

#__CP .voice .swiper .swiper-slide {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: center;
	flex-direction: column;
	row-gap: 10px;
	opacity: 0.3;
	filter: alpha(opacity=20);
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
                }
@media screen and (min-width: 768px) {
#__CP .voice .swiper .swiper-slide {
	opacity: 1;
	filter: alpha(opacity=100);
                }
	}

#__CP .voice .swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
	filter: alpha(opacity=100);
                }

#__CP .voice .swiper .swiper-slide img{
                display: block;
                width: 100%;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
                }

#__CP .voice .swiper .swiper-slide p{
                margin: auto;
                margin-top: .75em;
                width: 100%;
                height: auto;
                display: flex;
                justify-content: center;
                align-items: center;
	flex-direction: column;
                color: #000;
                font-size: min(3.5vw,15px);
                line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	opacity: .5;
	filter: alpha(opacity=50);
                }
@media screen and (min-width: 768px) {
#__CP .voice .swiper .swiper-slide p{
                font-size: min(3.5vw,13px);
	opacity: 1;
	filter: alpha(opacity=100);
                width: 90%;
                }
	}

#__CP .voice .swiper .swiper-slide.swiper-slide-active p{
	opacity: 1;
	filter: alpha(opacity=100);
                }

#__CP .voice .swiper .swiper-button-prev,
#__CP .voice .swiper .swiper-button-next {
                top: 23vw;
                }
@media screen and (min-width: 768px) {
#__CP .voice .swiper .swiper-button-prev,
#__CP .voice .swiper .swiper-button-next {
                top: 13vw;
                }
	}

#__CP .voice .swiper .swiper-button-prev {
                left: 11%;
                }
#__CP .voice .swiper .swiper-button-next {
                right: 11%;
                }
@media screen and (min-width: 768px) {
#__CP .voice .swiper .swiper-button-prev {
                left: 28%;
                }
#__CP .voice .swiper .swiper-button-next {
                right: 28%;
                }
	}

.__report .__banner .swiper-button-prev:after,
.__report .__banner .swiper-button-next:after {
                content: "";
                width: 1em;
                height: 1em;
                border: 0;
                border-top: solid 1px #000;
                border-right: solid 1px #000;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                }
.__report .__banner .swiper-button-prev:before {
                border-bottom: 20px solid transparent;
                border-right: 30px solid #000;
                border-top: 20px solid transparent;
                }
.__report .__banner .swiper-button-prev:after {
                transform: rotate(-135deg);
                }
.__report .__banner .swiper-button-next:before {
                border-bottom: 20px solid transparent;
                border-left: 1px solid #000;
                border-top: 20px solid transparent;
                }
.__report .__banner .swiper-button-next:after {
                transform: rotate(45deg);
                }

.swiper-button-next:after, .swiper-button-prev:after {
                font-size: 1em;
                }


/* =======================

contentments

======================= */

#__CP .contentments{
                margin-top: 3em;
                position: relative;
	width: 100%;
	}
@media screen and (min-width: 768px) {
#__CP .contentments{
                margin-top: 6em;
	}
	}

#__CP .contentments .contentment{
	width: 90%;
	max-width: 1000px;
                margin: auto;
                border: 1px solid #81B8EA;
                padding: 0 0 3em;
                background-color: rgba(255, 255, 255, 0.75);
	}

#__CP .contentments .contentment p.shoulder{
                margin-top: 4em;
                margin-bottom: 1em;
                color: #0072D5;
                font-size: min(3.5vw,18px);
                line-height: 1em;
                text-align: center;
	}
@media screen and (min-width: 768px) {
#__CP .contentments .contentment p.shoulder{
                margin-top: 3em;
	}
	}

#__CP .contentments .contentment h2{
                color: #0072D5;
                font-size: min(7vw,34px);
                line-height: 1em;
                text-align: center;
	}

#__CP .contentments .contentment h2 span{
                display: inline-block;
                margin-top: .3em;
                font-size: min(16vw,64px);
                line-height: 1em;
                padding: 0 .1em;
                background: linear-gradient(transparent 60%, #ECE8D3 60%);
	}

#__CP .contentments .contentment p.lead{
                margin-top: 1.5em;
                font-size: min(3vw,12px);
                line-height: 1.5em;
                text-align: center;
	}


/* =======================

kpi2 

======================= */

#__CP .kpi2{
	width: 100%;
                margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
                padding: 2em 0 3.5em;
	}
@media screen and (min-width: 768px) {
#__CP .kpi2{
	width: 90%;
                max-width: 1000px;
	column-gap: 15px;
                padding: 2em 0 5em;
	}
	}

#__CP .kpi2 div{
	width: 90%;
	}

#__CP .kpi2 div a{
	width: 100%;
        height: 60px;
        margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
                background-color: #48322a;
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-image: url(../images/chevron-right.svg);
	background-size: 8px;
                padding: 1em 0;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
#__CP .kpi2 div a.area {
        background-color: #fff;
        border: solid 1px #48322a;
        background-image: url(../images/chevron-right_brown.svg);
}
@media screen and (min-width: 768px) {
#__CP .kpi2 div a{
                padding: 3em 0;
	}
	}

#__CP .kpi2 div a:hover{
                background-color: #5F4B43;
	}

#__CP .kpi2 div a p{
                color: #fff;
                font-size: min(4.5vw,18px);
                line-height: 1em;
                font-weight: 500;
                text-align: center;
	}
#__CP .kpi2 div a.area p {
                color: #48322a;
}
@media screen and (min-width: 768px) {
#__CP .kpi2 div:nth-of-type(2) {
        display: flex;
        justify-content: space-between;
}
#__CP .kpi2 div a.area {
        width: 32%;
        }
#__CP .kpi2 div a p {
        font-size: 14px;
}
}
#__CP .kpi2 div a p span{
                font-size: min(4vw,15px);
                border: 1px solid #fff;
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
                padding: .2em .5em;
	}

.footer__bnr.bottomList ul li:nth-of-type(2) a:before {
  content: none;
}
#footerBnrBottom.footer__bnr__bottom li:last-child a p {
  height: 30px;
}

/* =======================

2025.07 big3　修正分

======================= */
#__CP .present {
        text-align: center;
        padding-bottom: 100px;
}
#__CP .present1,
#__CP .present2 {
        padding-bottom: 0!important;
}
#__CP .present1,
.kpis1,
.txt1 {
        background: #E8F2F9;
}
@media screen and (max-width: 768px) {
#__CP .present1 {
        padding-top: 80px;
        }
}
#__CP .present2,
.kpis2,
.txt2 {
        background: #E0F1EE;
}
#__CP .present3,
.kpis3,
.txt3 {
        background: #f8f3f9;
}
#__CP .present2,
#__CP .present3 {
        padding-top: 0px;
}
#__CP .present3 {
        padding-bottom: 0!important;
}
#__CP .present h2{
                color: #0072D5;
                font-size: min(5.5vw,24px);
                line-height: 1.5em;
                text-align: center;
                padding: 40px 0;
        }
@media screen and (min-width: 768px) {
#__CP .present h2{
                line-height: 1.8em;
                padding: 100px 0 60px 0;
        }
        }

#__CP .present h2 span{
                color: #0072D5;
                font-size: min(6.5vw,32px);
        }
@media screen and (min-width: 768px) {
#__CP .present h2 span{
                font-size: min(6.5vw,42px);
        }
        }
#__CP .present .present_img {
        width: 100%;
}
#__CP .present .present_bnr {
        width: 50%;
        margin-top: -80px;
        margin-bottom: 60px;
}
#__CP .present .chapel_txt {
        font-size: 20px;
        margin: 0 0 60px 0;
}
.top_g {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.top_g_inner {
        padding: 20px;
        width: 25%;​
}
.top_g_inner {
        background: #fff;
}
.swiper-box1,
.swiper-box2,
.swiper-box3 {
        width: 100%;
        position: relative;
}
.swiper {
        overflow: hidden;
}
.swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-prev1,
.swiper-button-next1,
.swiper-button-prev2,
.swiper-button-next2,
.swiper-button-prev3,
.swiper-button-next3 {
  height: 20px;
  width: 20px;
}

.swiper-button-prev1::after,
.swiper-button-next1::after,
.swiper-button-prev2::after,
.swiper-button-next2::after,
.swiper-button-prev3::after,
.swiper-button-next3::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin: auto;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 40px;
  margin: auto;
  z-index: 10;
}

.swiper-button-prev1::after,
.swiper-button-prev2::after,
.swiper-button-prev3::after {
  background-image: url(../images/free_arrow_left.png);
  left: -8px;
}

.swiper-button-next1::after,
.swiper-button-next2::after,
.swiper-button-next3::after {
  background-image: url(../images/free_arrow_right.png);
  right: -18px;
}
.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
.swiper-pagination-bullet {
  background-color: #000;
}
.cnt_text {
  width: 100%;
}
#__CP .cnt_text .chapel_name {
  margin-bottom: 11px;
  font-size: 18px; 
  margin-top: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
#__CP .cnt_text .chapel__text {
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2ceca;
    height: 90px;
}
@media screen and (max-width: 768px) {
#__CP .cnt_text .chapel__text {
        height: auto;
        }
}
#__CP .wed01__chapel__price {
        display: flex;
        justify-content: space-around;
        align-items: center;
}
#__CP .wed01__chapel__price__yen {
  font-size: 18px;
}
#__CP .wed01__chapel__price-bf {
  font-size: 18px;
  width: 40%;
  position: relative;
}
#__CP .wed01__chapel__priceSub {
    display: block;
    font-size: 16px;
    letter-spacing: .07em;
    margin-bottom: 5px;
}
#__CP .wed01__chapel__price-bf:after {
    content: '';
    display: block;
    height: 10px;
    width: 8px;
    background: linear-gradient(to bottom left, transparent 50%, #aa4d1f 50%) top left / 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #aa4d1f 50%) bottom left / 100% 50% no-repeat;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -14px;
    margin-right: 1px;
}
#__CP .pricedownImg {
    width: 46px;
}
#__CP .wed01__chapel__price-af {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    }
#__CP .wed01__chapel__price-afPrice {
    margin-left: 10px;
    letter-spacing: 2px;
    font-size: 26px;
    color: #405392;
}
.txt {
        line-height: 1.5;
        padding-bottom: 100px;
        display: flex;
        justify-content: center;
}
.hotel {
        display: flex;
        justify-content: center;
        gap: 20px;
}
.hotel li {
        width: 14%;​
}
.hotel li {
        padding: 15px;
        background: #fff;
}
.hotel li img {
        width: 100%;
}
#__CP .voice h2{
                color: #0072D5;
                font-size: min(5.5vw,24px);
                line-height: 1.5em;
                text-align: center;
        }
@media screen and (min-width: 768px) {
#__CP .voice h2{
                line-height: 1.8em;
        }
        }

#__CP .voice h2 span{
                color: #0072D5;
                font-size: min(6.5vw,32px);
        }
@media screen and (min-width: 768px) {
#__CP .voice h2 span{
                font-size: min(6.5vw,42px);
        }
        }
@media screen and (max-width: 768px) {
#__CP .present .present_img {
        width: 100%;
}
#__CP .present .present_bnr {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 60px;
}
#__CP .present .chapel_txt {
        margin: 0 0 40px 0;
}
.top_g_inner {
  width: 80%;
  padding: 20px;
  background: #fff;
}
.hotel {
        flex-wrap: wrap;
        gap: 20px;
}
.hotel li {
        width: 45%;
        padding: 14px;
        background: #fff;
}
.txt {
        margin: 0 auto;
        padding-bottom: 60px;
}
.txt p {
        width: 90%;
}
}


/*weddingcounter*/
.section__info {
    width: 900px;
    margin: 0 auto;
    text-align: center
}

#__CP .section__info .section__note {
    font-family: 游明朝,YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    border-bottom: 1px solid;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 24px
}

.section__info .free_box {
    display: flex;
    font-family: 游明朝,YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section__info .free_box li {
    text-align: center;
    width: 30%;
    margin-bottom: 30px;
}

.section__info .free_box li h2 {
    font-size: 22px;
    margin-bottom: 10px
}

.section__info .free_box li span {
    font-size: 12px;
    line-height: 1.5
}

.section__info .free_box p {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px
}

.section__info .free_box li span {
    font-family: "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
    font-size: 12px
}

.section__info .free_box img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.section__info .free_thumbnail {
    width: 400px
}

.section__info .free_box img.free_no {
    width: 100px;
    margin: 14px auto 20px
}

/*store*/
.weddingcounter {
    margin-top: 40px;
    margin-bottom: 100px;

    text-align: center;
}
#__CP .weddingcounter h3 {
    font-size: 30px;
}
#__CP .weddingcounter .__jp {
    margin-bottom: 30px;
}
.weddingcounter .__lead {
    line-height: 1.5;
}
.weddingcounter .store_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 30px 0;
}
.weddingcounter .store_box div {
    width: 30%;
}
.weddingcounter .store_box img {
    width: 80%;
}

#__CP .store-top {
    display: block;
    font-size: 24px;
    margin: 40px;
}
.store-list {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list {
    width: 800px;
    margin-bottom: 14.08px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  .store-list {
    width: 89.3333333333vw;
    margin-bottom: 3.2vw;
  }
}

.store-list-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #48322a;
  position: relative;
  line-height: 1.5em;
  box-sizing: initial!important;
}

@media screen and (min-width: 768px) {
  .store-list-q {
    padding: 14.08px 0;
    padding-left: 9.3866666667px;
    height: 44.5866666667px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q {
    padding: 3.2vw 0;
    padding-left: 2.1333333333vw;
    height: 10.1333333333vw;
  }
}
@media screen and (max-width: 999px) {
  .store-list-q.is-open {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.store-list-q .fa-plus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-indent: 0;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .store-list-q .fa-plus {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q .fa-plus {
    right: 3.2vw;
  }
}
.store-list-q:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .store-list-item {
    border-top: solid 0.5866666667px #48322a;
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item {
    border-top: solid 0.1333333333vw #48322a;
  }
}

@media screen and (min-width: 1000px) {
  .store-list-item:last-child {
    border-bottom: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item:last-child {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.is-open .fa-plus {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.store-list-a {
  display: none;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list-a {
    padding: 0 9.9733333333px;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-list-a {
    padding: 0 2.2666666667vw;
    width: 89.3333333333vw;
    box-sizing: border-box;
  }
}

.store-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: dotted 3px #d7d7d7;
}
@media screen and (min-width: 1000px) {
  .store-detail-list {
    padding-top: 14.08px;
    padding-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}

.store-detail-list:last-child {
  border-bottom: inherit;
}

.store-detail-list-area {
  text-align: left;
}
.store-detail-list-area {
  width: 65%;
}
@media screen and (max-width: 999px) {
.store-detail-list-area {
  width: 62%;
}
}
.store-detail-list-area-ttl {
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-ttl {
    margin-bottom: 9.3866666667px;
    border-bottom: solid 0.5866666667px;
    font-size: 14.08px;
    padding-bottom: 5.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-ttl {
    margin-bottom: 2.1333333333vw;
    border-bottom: solid 0.1333333333vw;
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
  }
}

.store-detail-list-area-shop-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-shop-txt {
    font-size: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-shop-txt {
    font-size: 3.2vw;
  }
}

.store-detail-list-btn,
.store-web-list-btn {
  color: #fff;
  background-color: #DEAC4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-btn,
  .store-web-list-btn {
    height: 37.5466666667px;
    font-size: 14.08px;
    width: 137.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-btn,
  .store-web-list-btn {
    height: 8.5333333333vw;
    font-size: 3.2vw;
    width: 31.3333333333vw;
    right: 0;
  }
}

.store-list-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
}
@media screen and (max-width: 999px) {
  .store-list-q:before {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media screen and (max-width: 999px) {
  .store-list-q:after {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.online-btn {
  position: relative;
  display: block;
  background-color: #DEAC4E;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
  background-position: right 5% center;
  background-repeat: no-repeat;
  background-image: url(../img/index/renewal/arrow-white.svg);
  background-size: 25px;
}
.online-btn.box-brown {
  background-color: #48322a;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .online-btn {
    margin-top: 40px;
    font-size: 16.4266666667px;
    padding: 22px 0;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
    width: 89.3333333333vw;
  }
}
.online-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .online-btn .cv-btn-img {
    right: 22.2933333333px;
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn .cv-btn-img {
    right: 5.0666666667vw;
    width: 2vw;
  }
}

@media screen and (min-width: 1000px) {
  .store .store-ttl {
    font-size: 28.16px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-ttl {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.store .store-img {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store .store-img {
    width: 440px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-img {
    width: 100vw;
  }
}
.store .store-txt {
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .store .store-txt {
    margin-top: 28.16px;
    margin-bottom: 28.16px;
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-txt {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
    font-size: 3.4666666667vw;
  }
}

ul.store-list-time{
  width: 100%;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
ul.store-list-time{
  font-size: 10px;
}
}
ul.store-list-time ul{
  display: flex;
}
ul.store-list-time ul li{
  box-sizing: border-box;
  text-align: left;
  padding: 4px 0;
}
ul.store-list-time ul li.li01 {
  width: 71px;
}
ul.store-list-time ul li.li02 {
  width: 10px;
  margin-right: 4px;
}
ul.store-list-time ul li.li03 {
  width: 180px;
}

@media screen and (max-width: 640px) {
ul.store-list-time ul li.li01 {
  width: 28%;
}
ul.store-list-time ul li.li02 {
  width: 5%;
}
ul.store-list-time ul li.li03 {
  width: 60%;
}
}

@media screen and (max-width: 768px) {
.section__info {
    width: 100%;
}
.section__info .section__note {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
}
.section__info .free_box {
    justify-content: space-around;
}
.section__info .free_box img.free_no {
    margin: 10px auto;
}
.section__info .free_box p {
    font-size: 14px;
    margin-bottom: 18px;
}
.section__info .free_box li {
    width: 45%;
    margin-bottom: 40px;
}
.section__info .free_box li span {
    font-size: 10px;
}
.weddingcounter {
    margin-top: 60px;
}
.weddingcounter .store_box div {
    width: 100%;
}
#__CP .weddingcounter .__lead {
    margin-bottom: 30px;
}
.weddingcounter .store_box {
    display: block;
    padding-top: 0px;
    padding-bottom: 30px;
}
.nav__listNum .nav_cate {
    font-size: 10px;
}
.nav__listNum .nav_name {
    font-size: 16px;
}
}
