@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fp__title1{
    width: 100%;
	margin: 0 auto 80px;
    text-align: center;
}
.fp__title1 h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.7;
    letter-spacing: 0.03em;
    margin-bottom: 2px;
}
.fp__title1 p{
    color: #C3A76C;
    font-family: 'Parisienne';
	font-size: 24px;
	line-height: 1;
}
.fp__title2{
    width: 100%;
	margin: 0 auto 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fp__title2 >div:nth-of-type(1) h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.7;
    letter-spacing: 0.03em;
    margin-bottom: 2px;
}
.fp__title2 >div:nth-of-type(1) p{
    color: #C3A76C;
    font-family: 'Parisienne';
	font-size: 24px;
	line-height: 1;
}

@media only screen and (max-width: 768px) {
    .fp__title1{
        margin: 0 auto 40px;
    }
    .fp__title1 h2{
        font-size: 24px;
    }
    .fp__title1 p{
        font-size: 18px;
    }
    .fp__title2{
        display: block;
        margin: 0 auto 40px;
    }
    .fp__title2 >div:nth-of-type(1){
        width: 100%;
        text-align: center;
    }
    .fp__title2 >div:nth-of-type(1) h2{
        font-size: 24px;
    }
    .fp__title2 >div:nth-of-type(1) p{
        font-size: 18px;
    }
    .fp__title2 >div:nth-of-type(2){
        display: none;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#top{
    position: relative;
    color: #fff;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/top__pc.png);
    background-image: url(../../images/front-page/top__pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 20px 120px;
}
#top .top__inner{
    max-width: 1036px;
    margin: 0 auto;
}
#top .top__inner > p{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
    letter-spacing: 0.03em;
    margin-bottom: 32px;
}
#top .top__inner > h1{
	font-size: 56px;
	font-weight: 600;
	line-height: 1.5;
    margin-bottom: 40px;
}
#top .top__inner > h1 img{
    width: auto;
    height: 56px;
    margin-bottom: 10px;
}
#top .top__inner--point{
    display: flex;
	align-items: center;
	justify-content: flex-start;
}
#top .top__inner--point img{
    width: 188px;
    margin-right: 12px;
}
#top .top__cta{
    position: absolute;
    left: 50%;
    bottom: -59px;
    transform: translate(-50%,0);
    max-width: 886px;
    display: flex;
	align-items: center;
	justify-content: center;
    border: 3px solid #fff;
}
#top .top__cta img{
    width: 440px;
}

@media only screen and (max-width: 1024px) {
    #top .top__inner > p{
        font-size: 20px;
    }
    #top .top__inner > h1{
        font-size: 48px;
    }
    #top .top__inner > h1 img{
        height: 48px;
    }
    #top .top__inner--point img{
        width: 156px;
    }
    #top .top__cta{
        bottom: -48px;
    }
    #top .top__cta img{
        width: 360px;
    }
}
@media only screen and (max-width: 768px) {
    #top{
        color: #333333;
        background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/top__sp.png);
        background-image: url(../../images/front-page/top__sp.png);
        padding: 158.4% 0 0 0;
        text-align: center;
    }
    #top .top__inner{
        position: absolute;
        bottom: -64px;
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.83) 0%,
        #fff 50%  
        );
        border-radius: 8px;
        padding: 16px;
    }
    #top .top__inner > p{
        font-size: 15px;
        margin-bottom: 16px;
    }
    #top .top__inner > h1{
        font-size: 24px;
        margin-bottom: 16px;
    }
    #top .top__inner > h1 img{
        height: 24px;
        margin: 0 auto 8px;
    }
    #top .top__inner--point{
        justify-content: space-between;
        margin-bottom: 16px;
    }
    #top .top__inner--point img{
        width: 32%;
        margin-right: 0;
    }
    #top .top__inner--cta a{
        display: block;
        margin-bottom: 16px;
    }
    #top .top__cta{
        display: none;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	charm
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#charm{
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/charm__bg--pc.png);
    background-image: url(../../images/front-page/charm__bg--pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-top: 139px;
}
#charm .type1__flex2 > div:nth-of-type(1){
    width: 50.083333333%;
    text-align: left;
}
#charm .type1__flex2 > div:nth-of-type(2){
    width: 44.583333333%;
}
#charm .type1__flex2 > div .charm__content{
    margin-bottom: 80px;
}
#charm .type1__flex2 > div .charm__content > div {
    display: flex;
	align-items: center;
	justify-content: space-between;
}
#charm .type1__flex2 > div .charm__content > div > div:nth-of-type(1){
    width: 80px;
    margin-right: 24px;
}
#charm .type1__flex2 > div .charm__content > div > div:nth-of-type(1) p{
    color: #C3A76C;
    font-family: 'Parisienne';
	font-size: 54px;
	line-height: 1;
}
#charm .type1__flex2 > div .charm__content > div > div:nth-of-type(2){
    flex: 1;
}
#charm .type1__flex2 > div .charm__content > div > div:nth-of-type(2) h3{
    color: #705319;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}
#charm .type1__flex2 > div .charm__content > div > div:nth-of-type(2) h3 span{
    color: #41B3CC;
	font-weight: 700;
}
#charm .type1__flex2 > div .charm__content > div > div:nth-of-type(2) p{
    color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
    #charm{
        padding-top: 128px;
    }
    #charm .type1__flex2{
        flex-direction: column;
    }
    #charm .type1__flex2 > div:nth-of-type(1){
        width: 100%;
    }
    #charm .type1__flex2 > div:nth-of-type(2){
        width: 100%;
    }
    #charm .type1__flex2 > div .charm__content{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 768px) {
    #charm{
        background-image: none;
        padding-top: 124px;
    }
    #charm .type1__flex2 > div .charm__content{
        margin-bottom: 24px;
    }
    #charm .type1__flex2 > div .charm__content > div{
        margin-bottom: 8px;
    }
    #charm .type1__flex2 > div .charm__content > div > div:nth-of-type(1){
        width: 48px;
        margin-right: 24px;
    }
    #charm .type1__flex2 > div .charm__content > div > div:nth-of-type(1) p{
        font-size: 40px;
    }
    #charm .type1__flex2 > div .charm__content > div > div:nth-of-type(2) h3{
        font-size: 18px;
        margin-bottom: 0;
    }
    #charm .type1__flex2 > div .charm__content > div > div:nth-of-type(2) p{
        display: none;
    }
    #charm .type1__flex2 > div .charm__content > div > p{
        color: #333333;
        font-size: 14px;
        line-height: 1.7;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	country
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#country .type1__inner2{
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 64px 0;
}
#country .type1__inner2::before{
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    width: 120px;
    height: 120px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/common/decoration__left.svg);
    background-image: url(../../images/common/decoration__left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#country .type1__inner2::after{
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    width: 120px;
    height: 120px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/common/decoration__right.svg);
    background-image: url(../../images/common/decoration__right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#country .type1__flex3{
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#country .country__card{
    width: 30.982142857%;
    margin-right: 3.5267857145%;
    margin-bottom: 60px;
    box-shadow: 0 0 19px 0 rgba(68, 62, 32, 0.10);
}
#country .country__card:nth-of-type(3n){
    margin-right: 0;
}
#country .country__card > div{
    padding: 24px 20px;
    text-align: center;
}
#country .country__card > div > h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
#country .country__card > div > p{
    color: #705319;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
    margin-bottom: 16px;
}
#country .country__card > div > div{
    display: flex;
    align-items: center;
	justify-content: space-between;
    margin-bottom: 24px;
}
#country .country__card > div > div p:nth-of-type(1){
    display: inline-block;
    color: #705319;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
    text-align: left;
    width: 80px;
    margin-right: 8px;
}
#country .country__card > div > div p:nth-of-type(2){
    flex: 1;
	font-size: 13px;
	line-height: 1.4;
    text-align: left;
}
#country .country__card > div > a{
    position: relative;
    display: inline-block;
    color: #41B3CC;
	font-size: 13px;
	line-height: 1.6;
    padding-right: 25px;
    cursor: pointer;
}
#country .country__card > div > a::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 11px;
    height: 11px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/country__plus.svg);
    background-image: url(../../images/front-page/country__plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#country .country__modal{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.56);
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 5;
}
#country .country__modal.is--open {
  display: block;
}
#country .country__modal--inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 80px 40px;
}
#country .country__modal--inner--content{
    width: 30.982142857%;
    margin: 0 auto;
}
#country .country__modal .country__card{
    display: none;
    width: 100%;
    background-color: #fff;
    margin: 0;
}
#country .country__modal .country__card.is--active {
    display: block;
}
#country .country__modal .country__card > div{
    background-color: #fff;
}
#country .country__modal .country__card > div > div{
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#country .country__modal .country__card > div > div:last-of-type{
    border: none;
    padding-bottom: 0;
}
body.is--modal--open {
    overflow: hidden; 
}

@media only screen and (max-width: 1024px) {
    #country .type1__inner4{
        padding: 0 20px;
    }
    #country .country__modal--inner--content{
        width: 100%;
    }
    #country .country__modal .country__card{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #country .type1__inner2{
        padding: 48px 0;
    }
    #country .type1__inner2::before{
        top: 10px;
        left: 10px;
        width: 50px;
        height: 50px;
    }
    #country .type1__inner2::after{
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
    }
    #country .type1__flex3{
        flex-direction: row;
    }
    #country .country__card{
        width: 48.13559322%;
        margin-right: 3.72881356%;
        margin-bottom: 16px;
    }
    #country .country__card:nth-of-type(3n){
        margin-right: 3.72881356%;
    }
    #country .country__card:nth-of-type(2n){
        margin-right: 0;
    }
    #country .country__card > div{
        padding: 16px 10px;
    }
    #country .country__card > div > h3{
        font-size: 15px;
        margin-bottom: 12px;
    }
    #country .country__card > div > p{
        font-size: 12px;
    }
    #country .country__card > div > div{
        display: none;
    }
    #country .country__card > div > a{
        font-size: 11px;
    }
    #country .country__modal .country__card > div > div{
        display: flex;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#voice{
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/voice__bg--pc.png);
    background-image: url(../../images/front-page/voice__bg--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 320px;
}
#voice .type1__flex2{
    align-items: stretch;
}
#voice .voice__content{
    width: 47.321428571%;
    background: #fff;
    border-top: 4px solid #C3A76C;
    padding: 20px;
}
#voice .voice__content--title{
    display: flex;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 20px;
}
#voice .voice__content--title > div:nth-of-type(1){
    width: 21.632653061%;
}
#voice .voice__content--title > div:nth-of-type(2){
    width: 74.285714285%;
}
#voice .voice__content--title > div:nth-of-type(2) h3{
    color: #705319;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.7;
}
#voice .voice__content--beforeafter{
    display: flex;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 20px;
}
#voice .voice__content--beforeafter > div{
    width: 48.163265306%;
}
#voice .voice__content--beforeafter > div p{
    color: #41B3CC;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}
#voice .voice__content--content{
    display: flex;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 16px;
}
#voice .voice__content--content > div{
    width: 48.163265306%;
}
#voice .voice__content--content > div:nth-of-type(1){
    position: relative;
    padding-right: 28px;
}
#voice .voice__content--content > div:nth-of-type(1)::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 28px;
    height: 5px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/voice__arrow.svg);
    background-image: url(../../images/front-page/voice__arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#voice .voice__content--content > div p{
	font-size: 15px;
	line-height: 1.6;
}
#voice .voice__content--content > div:nth-of-type(1) p{
    color: #7E7E7E;
}

@media only screen and (max-width: 1024px) {
    #voice .type1__flex2{
        flex-direction: column;
    }
    #voice .voice__content{
        width: 100%;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 768px) {
    #voice{
        background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/voice__bg--sp.png);
        background-image: url(../../images/front-page/voice__bg--sp.png);
        padding-bottom: 0;
    }
    #voice .voice__content--title > div:nth-of-type(2) h3{
        font-size: 18px;
    }
    #voice .voice__content--beforeafter > div p{
        font-size: 15px;
    }
    #voice .voice__content--content > div p{
        font-size: 13px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	venues
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#venues .type1__inner2{
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 80px 20px;
    margin-top: -320px;
}
#venues .type1__flex3{
	align-items: stretch;
}

@media only screen and (max-width: 768px) {
    #venues .type1__inner2{
        padding: 48px 20px;
        margin-top: 0;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	tips
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tips .type1__flex3{
    align-items: stretch;
}
#tips .type1__flex3 > div{
    width: 30.982142857%;
    margin-right: 3.5267857145%;
}
#tips .type1__flex3 > div:nth-of-type(3n){
    margin-right: 0;
}
#tips .type1__flex3 > div img{
    margin-bottom: 16px;
}
#tips .type1__flex3 > div p{
    font-family: "NotoSansJP";
	font-size: 12px;
	line-height: 1.5;
    margin-right: 4px;
}
#tips .type1__flex3 > div h3{
    color: #705319;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    #tips .type1__text{
        text-align: center;
    }
    #tips .type1__flex3 > div{
        width: 100%;
        margin-right: 0%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	step
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#step{
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/step__bg--pc.png);
    background-image: url(../../images/front-page/step__bg--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#step .fp__title1 h2{
    color: #fff;
}
#step .fp__title1 p{
    color: #EFD08D;
}
#step .type1__flex5{
    align-items: stretch;
    margin-bottom: 48px;
}
#step .type1__flex5 > div{
    width: 16.071428571%;
    text-align: center;
}
#step .type1__flex5 > div img{
    margin-bottom: 20px;
}
#step .type1__flex5 > div p:nth-of-type(1){
    color: #C3A76C;
    font-family: 'Parisienne';
	font-size: 40px;
	line-height: 1;
}
#step .type1__flex5 > div p:nth-of-type(2){
    color: #fff;
	font-size: 20px;
    font-weight: 700;
	line-height: 1.3;
}

@media only screen and (max-width: 768px) {
    #step{
        background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/step__bg--sp.png);
        background-image: url(../../images/front-page/step__bg--sp.png);
    }
    #step .type1__flex5{
        margin-bottom: 32px;
    }
    #step .type1__flex5 > div{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #step .type1__flex5 > div img{
        width: 64px;
        margin-right: 16px;
        margin-bottom: 0;
    }
    #step .type1__flex5 > div p:nth-of-type(1){
        font-size: 32px;
        margin-right: 16px;
    }
    #step .type1__flex5 > div p:nth-of-type(2){
        font-size: 18px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#about{
    position: relative;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/about__bg--pc.png);
    background-image: url(../../images/front-page/about__bg--pc.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    overflow-x: hidden;
}
#about::before{
    position: absolute;
    content: "";
    bottom: 40px;
    left: -56px;
    width: 490.38px;
    height: 921.38px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/about__left--pc.png);
    background-image: url(../../images/front-page/about__left--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#about::after{
    position: absolute;
    content: "";
    top: 40px;
    right: -56px;
    width: 514.38px;
    height: 965.38px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/about__right--pc.png);
    background-image: url(../../images/front-page/about__right--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#about .type1__inner2{
    margin-bottom: 160px;
}
#about .type1__inner2 > div{
    margin-bottom: 40px;
}
#about .type1__inner2 > div p{
    font-size: 18px;
	line-height: 1.6;
}
.about__content{
    background: #fff;
    max-width: 720px;
    text-align: left;
    padding: 24px 80px;
    margin: 0 auto 40px;
}
.about__content p{
    position: relative;
    padding-left: 31px;
    margin-bottom: 16px;
}
.about__content p:last-of-type{
    margin-bottom: 0;
}
.about__content p::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 23px;
    height: 16px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/front-page/about__check.svg);
    background-image: url(../../images/front-page/about__check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 1024px) {
    #about::before{
        content: none;
    }
    #about::after{
        content: none;
    }
}
@media only screen and (max-width: 768px) {
    #about .type1__inner2{
        margin-bottom: 0;
    }
    #about .type1__inner2 > div{
        margin-bottom: 32px;
    }
    #about .type1__inner2 > div p{
        font-size: 15px;
    }
    .about__content{
        max-width: 100%;
        padding: 20px;
        margin: 0 auto 32px;
    }
    .about__content p{
        position: relative;
        padding-left: 31px;
        margin-bottom: 16px;
    }
    .about__content p::before{
        width: 23px;
        height: 16px;
    }
}
