@charset "UTF-8";

/*
Theme Name: KANSEI kyotohachijo
Theme URl: https://wordpress.org/themes/kansei-kyotohachijo/
Author: Ayaka Yoshida
Description: KANSEI kyotohachijo
Version: 1.0
*/
main {
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 20, 3, 1) 100%);
        overflow-x: hidden;
}
body{
    color: #fff;
    font-family: "Open Sans", "Shippori Mincho", serif;
    font-weight: lighter;
    letter-spacing: 0.15em;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    height: calc(100vh - 80px);
    font-size: 16px;
    position: relative;
}
body::before {
      content: "";
      position: fixed;       /* 画面に固定 */
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: -1;           /* 他のコンテンツの下に配置 */
      background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 20, 3, 1) 100%);
      background-size: cover; /* 要素全体をカバー */
      max-width: 100%;        /* はみ出し防止 */
  clip-path: inset(0 0 0 0);
}

a{
    text-decoration: none;
    color: #001403;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

h2{
    font-weight: 500;
    font-size: 2.0em;
    margin-top: 8px;
    margin-bottom: 0;
}

h3{
    font-weight: 500;
    margin: 32px 0 16px;
    font-size: 1.4em;
}

p{
    line-height: 2.0;
    margin: 0;
    font-size: 16px;
}

li{
    list-style:none;
}


.c-title__en{
    font-size: 0.9em;
    color: #F6D11F;
}

.c-title__en.page-only{
    text-transform: capitalize;
}

.c-more{
    display: inline-flex;
}

.c-more a{
    color: #F6D11F;
    padding: 8px;
    display: block;
    position: relative;
}

.c-more a::before, .c-more a::after{
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #F6D11F;
    position: absolute;
}

.c-more a::after{
    background-color: #fff;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.5s;
    z-index: -3;
}

.c-more img{
    margin-left: 1.4vw;
    width: 16px;
    vertical-align: middle;
}

.coming{
	display: flex!important;
}

@media (hover: hover) {
    a:any-link:hover{
        opacity: 0.5;
    }

    .c-more a:hover{
        opacity: 1;
    }

    .c-more a:hover::after{
        transform: scale(1,1);
    }
}

header{
    display: flex;
    justify-content: space-between;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    z-index: 100;
    gap: 24px;
    transition: 0.5s;
}

.header-left{
    display: flex;
    gap: 24px;
    height: 80px;
    width: 360px;
}

.header-button{
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    z-index: 9999;
}

.header-button span{
    font-weight: 400;
    letter-spacing: .5em;
    left: 50%;
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    bottom: 30px;
    font-size: 12px;
    -webkit-transform: translate(-36%, 0) scale(.9);
    transform: translate(-36%, 0) scale(.9);
    padding: 8px 0 0 4px;
    color: #fff;
}

.header-button span::after, .header-button span::before{
    background: #fff;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 61px;
}

.header-button span::before{
    top: -24px;
}

.header-button span::after{
    top: -6px;
}

.header-button.open span::before{
    top: -23px;
    -webkit-transform: translate(-50%, -50%) rotate(-24deg);
    transform: translate(-50%, -50%) rotate(-24deg);
}

.header-button.open span::after{
    top: -23px;
    -webkit-transform: translate(-50%, -50%) rotate(24deg);
    transform: translate(-50%, -50%) rotate(24deg);
}

.header-logo{
    margin: auto;
    display: none;
    opacity: 0;
}

.header-logo a{
    display: block;
    width: 100%;
}

.header-logo img{
    max-width: 70px;
    width: 100%;
}

.header-logo.active{
    margin: auto;
    display: block;
    opacity: 1;
}
.gt_selector option {
 color:#333!important;
 background:linear-gradient(#fff, #fff)!important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.reserve-area{
    display: flex;
    background-color: #F6D11F;
    padding: 16px;
    gap: 16px;
    width: 100%;
	max-width: 360px;
	justify-content: center;
}

.reserve-area__ttl{
    color: #001403;
    text-align: center;
}

.reserve-en{
    font-size: 12px;
    line-height: 1.0;
}

.reserve-area__date, .reserve-area__btn{
    background-color: #fff;
    border: none;
    padding: 0px;
	padding-left: 8px;
	height: 48px;
    color: #001403;
    font-size: 0.9em;
    font-family: 'Open Sans';
    letter-spacing: 2.0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.reserve-area__btn{
    padding: 10px;
    color: #F6D11F;
    min-width: 64px;
}

.rooms, .adults, .children, .sort{
	display: none;
}

.checkin{
	padding: 0;
	margin: 0;
    border: none;
}

.searchBox{
	display: flex;
	gap: 8px;
}

.header-fixed.scroll-nav{
    background-color: #001403;
}

.header-logo.scroll-nav{
    display: block;
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:1s;
}

.h-navigation{
    visibility: hidden;
    opacity: 0;
    background: #001403;
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 50;
    box-shadow: 4px 0px 16px 0px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    transition: 0.8s ease-in-out;
}

.navigation__content{
    margin: 100px 24px;
}

.navigation__wrapper{
    display: flex;
    gap: 64px;
    margin: 4.44vw 0;
    justify-content: center;
    flex-wrap: wrap;
}
.navigation__wrapper a {
    color: #fff;
}

.navigation__logo{
    margin-top: 2.22vw;
    text-align: center;
}

.navigation__logo img{
    max-width: 130px;
    width: 100%;
}

.navigation__list{
    padding: 0;
}

.navigation__list-item{
    font-size: 1.6em;
    padding-bottom: 24px;
}

.navigation__list-item::before{
    content: "-";
    padding-right: 20px;
}

.en-title{
    color: #F6D11F;
    font-size: 0.5em;
    vertical-align: middle;
    padding: 16px 8px;
}

.navigation__site{
    display: grid!important;
}

.navigation__reserve__wrapper{
    background-color: #F6D11F;
    padding: 12px;
    margin-bottom: 2.22vw;
}

.navigation__reserve__wrapper a{
    display: flex;
    justify-content: space-between;
    min-width: 280px;
}

.navigation__reserve-ttl{
    font-size: 1.1em;
}

.navigation__page-link{
    padding: 0;
    justify-content: center!important;
}

.h-navigation.fade{
    visibility: visible;
	opacity: 1;
}

.kv{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv-inner{
    width: 100%;
    height: 100%;
    display: inline-grid;
    justify-content: center;
    align-items: end;
    position: relative;
    z-index: 1;
}

.kv-movie{
    width: 100vw;
    height: 100vh;
    background: url('assets/img/top.jpg') no-repeat right/cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.kv-movie video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.overlay, #yt_player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh; /* 16:9の比率 */
    height: 100vh;
    min-width: 100vw;
    min-height: 56.25vw; /* 9:16を維持するため */
    transform: translate(-50%, -50%);
}
 
.overlay{
    z-index: -1;
}
 
#yt_player{
    z-index: -2;
}

.kv-logo{
    margin: 15.88vw 0 8.33vw;
    text-align: center;
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration: 4s;
    opacity: 0;
}

.kv-logo img{
    max-width: 300px;
    width: 48vw;
}

.kv-news{
    bottom: 8px;
}

.kv-news-link{
    background-color: #fff;
    display: flex;
    max-width: 600px;
    width: 90vw;
    padding: 1.8vw;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
	margin-bottom: 80px;
}

.kv-news-link__datetime, .news-link__datetime{
    color: #F6D11F;
    font-size: 0.8em;
    line-height: 2.5;
}

.kv-news-link__wrapper, .news-link__wrapper{
    display: flex;
    gap: 16px;
}

.intro{
    margin-top: 4.1vw;
}

.intro-illust{
    display: flex;
    justify-content: center;
}

.intro img{
    max-width: 670px;
    width: 80%;
}

.intro-illust span{
    width: calc(100% - 1024px / 2);
    border-bottom: 1px solid #fff;
}

.intro-text{
    padding: 5.55vw 10% 4vw;
    text-align:center;
}

.intro-hotel{
    display: flex;
    width: 100vw;
    justify-content: space-between;
}

.intro-hotel img{
    width: calc(33.33% - 16px);
}

.concept{
    margin: 11.1vw 10% 0;
    display: flex;
    gap: 64px;
    align-items: end;
    justify-content: center;
}

.concept-item__text{
    max-width: 600px;
}

.concept-item__illust{
    max-width: 374px;
}

.concept-item__illust img{
    min-width: 240px;
    width: 100%;
}

.concept-item__maintext{
    margin: 24px 0;
}

.pv_player{
	padding: 11.1vw 10% 0;
	width: 70%;
    text-align: center;
    margin: auto;
}

.iframe-wrapper{
	width: 100%;
    position: relative;
    padding-top: 56.25%;
    margin: 0 0 20px;
}

.iframe-wrapper iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.space-picture{
    margin-top: 11.1vw;
    position: relative;
    width: 100%;
    height: 40vh;
}

.space-picture__box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
}

.space-picture__content{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url('assets/img/space-bg.jpg');
    display: block;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.space{
    padding: 11.1vw 10% 0;
    justify-content: center;
    background:#151F16;
}

.space-contents{
    display: flex;
    flex-wrap: wrap;
    gap: 6vw 8vw;
    justify-content: center;
    padding: 5.55vw 0 11.1vw;
}

.space-item__wrapper{
    position: relative;
    max-width: 460px;
    width: 31.94vw;
    z-index: 5;
    text-align: center;
}

.space-item__wrapper img, .space-item__picture img{
    width: 90%;
}

.space-item__monthly::before{
    content: "";
    background: url('assets/img/circle_yellow2.svg') no-repeat;
    display: inline-block;
    width: 180%;
    height: 180%;
    background-size: contain;
    position: absolute;
    top: -20%;
    left: -100%;
    z-index: -3;
}

.space-item__monthley_text{
    padding-right: 4.16vw;
    text-align: left;
}

.space-item__morning::before{
    content: "";
    background: url('assets/img/circle_yellow2.svg') no-repeat;
    display: inline-block;
    width: 180%;
    height: 180%;
    background-size: contain;
    position: absolute;
    top: -25%;
    right: -90%;
    z-index: -3;
}

.space-item__morning{
    margin-top: 11vw;
}

.space-item__morning_text{
    /*padding-left: 6.16vw;*/
    text-align: left;
}

.space-item__fragrance::before{
    content: "";
    background: url('assets/img/circle_yellow2.svg') no-repeat;
    display: inline-block;
    width: 180%;
    height: 180%;
    background-size: contain;
    position: absolute;
    top: -10%;
    right: -14%;
    z-index: -3;
}

.space-item__fragrance{
    padding-right: 11.1vw;
}

.space-item__fragrance_text{
    text-align: left;
}

.space-item__fragrance,.space-item__monthly,.space-item__morning {
    justify-content: left;
    display: flex;
    flex-direction: column;
}

.en-br{
    display: block;
    font-size: 0.8em;
}

.space-item__map{
    display: flex;
    width: 100vw;
    gap: 10vw;
    z-index: 5;
}

.space-item__picture{
    margin: 0 calc(50% - 50vw);
    max-width: 100%;
    text-align: right;
}

.space-item__map_text{
    max-width: 400px;
}

.space-item__map_text p{
    margin-bottom: 2.22vw;
}
.space_text_center {
    text-align: center;
    font-size: 1.4em;
    padding-bottom: 100px;
    margin:0 10%;
}

.news{
    padding: 11.1vw 10%;
    display: flex;
    justify-content: center;
    background: #001403;
background: linear-gradient(0deg,rgba(0, 20, 3, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.news-title{
    width: 25%;
}

.news-wrapper{
    width: 75%;
    text-align: right;
}

.news-item{
    padding-left:0;
    margin: 0 0 4.16vw;
}

.news-link__set{
    display: flex;
    gap: 16px;
}

.news-link a{
    display: flex;
    padding: 2.8vw;
    align-items: center;
    justify-content: left;
    gap: 16px;
    border-bottom: 1px solid #C4C4C4;
    flex-wrap: wrap;
    color: #fff;
}

.news-link__category{
    width: 100px;
    height: 1em;
    font-size: 0.8em;
    text-align: center;
    border: 1px solid #F6D11F;
    line-height: 1;
    padding: 8px;
}

.news-link__title{
    text-align: left;
}

.access{
    margin: 11.1vw 10% 0;
    background-color: #fff;
    padding: 6%;
    color: #001403;
}

.access-contents_wrapper{
    display: flex;
    gap: 40px;
    margin-top: 40px;
    justify-content: center;
}

.access-map{
	width: 70%;
}

.access-map img{
    width: 100%;
}

.access-info{
	width: 30%;
}

.access-info h3{
    margin-top: 0;
}

.access-info p{
    padding-bottom: 16px;
}

.access-info a{
    color: #F6D11F;
    border-bottom: 1px solid #F6D11F;
}

.access-text{
    width: 50%;
    flex: 1;
}

.access-text img{
	width: 100%;
}

.access-text p{
    padding-top: 16px;
    font-size: 0.9em;
}

.reservation{
    width: 100vw;
    margin-top: 11.1vw;
    background-color: #F6D11F;
    background-image: url('assets/img/reserve-bg.jpg');
    background-blend-mode: multiply;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10% 0;
    position: relative;
}

.reservation::before{
    content: "";
    background-image: url('assets/img/logo-icon.svg');
    position: absolute;
    display: inline-block;
    background-size: contain;
    width: 10.27vw;
    height: 9.02vw;
    top: -20px;
    left: 20px;
}

.reservation::after{
    content: ""; 
    background-image : url('assets/img/logo-txt.svg');
    position: absolute;
    display: inline-block;
    background-size: contain;
    width: 39.79vw;
    height: 6.92vw;
    bottom: 0;
    right: 20px;
}

.reservation-wrapper{
    display: flex;
    width: 80%;
    align-items: center;
    gap: 4vw;
}

.reserve-link, .reservation-text{
    width: 50%;
}

.reserve-link{
    display: flex;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    padding: 1.22vw 0;
}

.reserve-link img{
    width: 24px;
    vertical-align: middle;
    padding-top: 20px;
}

.reserve-link__wrapper p, .reserve-ttl{
    color: #001403;
}

.reserve-link__wrapper p{
    padding-left: 6px;
}

.reserve-link__wrapper h2{
    font-weight: 400;
    color: #fff;
}

footer{
    margin: 11.1vw 10% 4.44vw;
    display: flex;
    justify-content: space-between;
    gap: 6vw;
}

.footer-info{
	max-width: 280px;
}

.footer-info img{
    margin-bottom: 2.22vw;
    min-width: 180px;
    width: 100%;
    max-width:200px;
}

.footer-info p{
    padding-bottom: 16px;
}

.footer-link{
    min-width: 400px;
    max-width: 600px;
}

.footer-link__site, .footer-link__sns{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: end;
}

.footer-link__sns{
    margin: 2.22vw 0;
}

.footer-link__sns a{
    display: flex;
    width: 32px;
}

.footer-link__page{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 24px;
    margin-top: 5.55vw;
    font-size: 0.9em;
}
.footer-link__page a {
    color: #fff;
}

.cp{
    text-align: right;
    margin-top: 5.55vw;
    margin-bottom: 40px;
    color: #7a7a7a;
    font-size: 0.7em;
}

@keyframes fadeIn{
    0% {
        opacity: 0;
    }

    100% { 
        opacity: 1;
    }
}

.scrollAnim{
    opacity: 0;
    visibility: hidden;
    transition: all 2.0s;
    transform: translateY(50px);
}

.scrollAnim.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
}

.page-wrapper{
    padding: 160px 5% 80px;
    max-width: 800px;
    margin: auto;
}

.post__meta{
    display: flex;
    gap: 16px;
    padding-bottom: 2.22vw;
}

.post__head{
    padding-bottom: 24px;
    border-bottom: 1px solid #C4C4C4;
}

.post__content{
    padding: 4.44vw 0;
}

.pnavi{
    text-align: center;
    margin-top: 40px;
}

.page-numbers{
    padding: 0 16px;
    color: #C4C4C4;
}

.page-numbers.current{
    color: #001403;
    font-weight: 600;
}

.post__content li{
	list-style: inherit;
	line-height: 2.0;
}

.post__content__indent{
	list-style: none;
	padding-left: 8px;
}

.news-link{
	list-style: none!important;
}

.wp-block-table td{
	border: 1px solid #CACACA;
}

@media screen and (max-width: 1024px) {
    .space-item__wrapper{
        width: 36vw;
    }
    
    .space-contents{
        gap: 4vw 8vw;
    }

    .space-item__monthley_text h3, .space-item__morning_text h3, .space-item__fragrance_text h3{
        margin: 16px 0px;
        font-size: 1.2em;
    }
	
	.space-item__map{
		flex-direction: column-reverse;
        gap: 0;
        margin-top: 24px;
        text-align: center;
        align-items: center;
	}
	
	.space-item__picture{
		margin: 0;
    	width: 100%;
	}
    
    .space-item__monthly::before{
        right: -22%;
    }

    /*.space-item__map_text{
        padding-right: 40px;
		margin-left: 40px;
    }*/

    .space-item__picture img{
        min-width: 400px;
		width: 100%;
    }
}

@media screen and (max-width: 768px) {
    p,  .c-more a, .access-info a, .post__content li, .post__content td{
        font-size: 0.9em;
    }

    h2{
        font-size: 1.7em;
    }

    h3{
        font-size: 1.2em;
    }

    .header-left{
        gap: 16px;
    }

    .header-button{
        width: 60px;
        height: 60px;
    }

    .header-button span{
        bottom: 0;
        font-size: 9px;
    }

    .language{
        min-width: 90px;
        height: 40px;
        padding: 10px;
        font-size: 0.8em;
        margin-top: 18px;
    }

    .formlink::after{
        font-size: 0.6em;
        top: 54%;
    }

    .header-button span::after, .header-button span::before{
        width: 40px;
    }

    .header-logo.scroll-nav, .header-logo.active{
        display: none;
    }

    .reserve-area{
        position: fixed;
        bottom: 0;
        right: 0;
		box-sizing: border-box;
        max-width: none;
    }
    
    .kv-inner{
        margin-top: 140px;
    }

    .concept, .kv-news-link__wrapper, .space-contents, .space-item__map, .news, .news-link__wrapper, .reservation-wrapper, footer{
        flex-wrap: wrap;
    }

    .news-title, .news-wrapper, .access-text, .access-info, .reserve-link, .reservation-text{
        width: 100%;
    }

    .concept, .news, .reservation, footer{
        margin-top: 14vw;
    }

    .kv-news-link{
        width: 80vw;
        padding: 3.8vw;
    }
    
    .kv-news-link__wrapper{
        gap: 4px;
    }
    
    .intro-text p{
        padding: 0 5%;
    }
    
    .intro img{
        width: 90%;
    }
    
    .intro-hotel img {
        width: calc(33.33% - 4px);
    }
    
    .space{
        padding: 16vw 0 0;
    }

    .space .c-title{
        padding: 0 10%;
    }

    .space-contents{
        justify-content: space-between;
    }

    .space-item__wrapper{
        width: 80%
    }

    .space-item__monthly, .space-item__fragrance{
        text-align: left;
		padding: 0 0 16px;
    }

    .space-item__monthley_text, .space-item__fragrance_text{
        padding-left: 5%;
        width: 75%;
    }

    .space-item__morning{
        margin-left: auto;
        padding: 0 0 16px;
        margin-top: 0;
        text-align: right;
    }

    .space-item__morning_text{
        width: 80%;
        padding: 0 5% 0 15%;
    }

    .space-item__fragrance{
        padding-right: 0;
    }

    .space-item__picture img{
        min-width: auto;
        width: 100%;
    }

    .space-item__map{
        flex-direction: column-reverse;
        gap: 0;
        margin-top: 24px;
        text-align: center;
        align-items: center;
    }

    .space-item__map_text{
        max-width: 480px;
        width: 90%;
        padding: 0 5%;
    }

    .space-item__monthly::before{
        background: url('assets/img/circle_yellow2.svg') no-repeat;
        background-size: contain;
        width: 200%;
        height: 200%;
        top: -42%;
        left: -20px;
    }

    .space-item__fragrance::before{
        background: url('assets/img/circle_yellow2.svg') no-repeat;
        background-size: contain;
        width: 200%;
        height: 200%;
        top: -42%;
        right: -400px;
    }
    
    .space-item__morning::before{
        background: url('assets/img/circle_yellow2.svg') no-repeat;
        background-size: contain;
        width: 200%;
        height: 200%;
        top: -42%;
        left: -400px;
    }
    .space_text_center {
        font-size: 1.1em;
    }

    .news-wrapper{
        padding-top: 5.55vw;
    }
    
    .news-link__set{
        gap: 8px;
        width: 100%;
    }

    .news-link__title{
        width: 100%;
    }

    .news-link a{
        padding-top: 28px;
    }

	.access{
		margin: 14vw 5% 0;
	}
	
	.access-contents_wrapper{
		flex-wrap: wrap;
	}
	
	.access-map{
		width: 100%;
	}
	
    .access-text{
        flex: auto;
    }

    .access-info p{
        padding-bottom: 4px;
    }

    .access-map img, .footer-link{
        min-width: auto;
    }

    .reservation::before{
        top: 0;
    }

    .footer-link__sns{
        margin: 48px 0;
    }

    .footer-link__site, .footer-link__sns{
        gap: 16px;
    }

    .footer-link__page{
        font-size: 0.8em;
    }

    .cp{
        margin-top: 10vw;
        margin-bottom: 120px;
    }
	
	.pv_player{
		padding: 14vw 0;
    	width: 90%;
	}
}

@media screen and (max-width: 480px) {

    .space-item__monthly::before{
        background: url('assets/img/circle_yellow2.svg') no-repeat;
        background-size: contain;
        width: 200%;
        height: 200%;
        top: 4%;
        left: -10%;
    }

    .space-item__fragrance::before{
        background: url('assets/img/circle_yellow2.svg') no-repeat;
        background-size: contain;
        width: 200%;
        height: 200%;
        top: 4%;
        left: -10%;
    }
    
    .space-item__morning::before{
        background: url('assets/img/circle_yellow2.svg') no-repeat;
        background-size: contain;
        width: 200%;
        height: 200%;
        top: -5%;
        left: -100%;
    }

    .h-navigation{
        width: 90%;
    }

    .navigation__list-item{
        font-size: 1.2em;
    }

    .navigation__left, .navigation__right{
        width: 100%;
    }

    .navigation__reserve__wrapper a{
        min-width: auto;
    }

    .navigation__reserve__wrapper{
        margin-bottom: 6vw;
    }

    .navigation__page-link{
        justify-content: flex-start!important;
    }
}


/*ここから香りMAP専用css*/
.kaori-map_wrapper > div:first-child {
	display:grid;
	gap:40px;
}
.travel_h1 {
	font-weight:normal!important;
	font-size:28px;
	margin:24px auto;
}
.travel_category {
	padding:12px;
	background:#F6D11F;
	color:#fff;
	display:inline-block;
}

.level_title {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: normal;
	font-size:20px;
}

.level_title:before, .level_title:after {
    content: "";
    flex-grow: 1;
    height: 1px; /* 横線の太さ */
    background-color: #F6D11F;
}
.level_title:before {
	margin-right:10px;
}
.level_title:after {
	margin-left:10px;
}
.slidearea_beige .level_title, .slidearea_red .level_title {
	font-size:24px;
	}

@media screen and (max-width:380px) {
	.level_title {
		font-size:16px;
	}
	.slidearea_beige .level_title, .slidearea_red .level_title {
	font-size:20px;
	}
}
.level_title:before {
    left:0;
}
.level_title:after {
    right: 0;
}

.level_number_box {
	border: solid 1px #D25D5D;
    background: #fff;
    position: relative;
    padding: 10px 10px 16px 10px;
    margin: 40px auto;
    z-index: 0;
    top: 2px;
    left: 2px;
}
.level_number_box::before {
	content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    border: solid 1px #D25D5D;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
}
.level_number_box p:first-child {
	color:#D25D5D;
}
.level_number_box p:last-child {
	font-size:20px;
}
@media screen and (max-width:400px){
	.level_number_box {
		flex-direction:column;
	}
}

.midashi_left_border p:first-child {
	border: solid #D18282;
    border-width: 1px 1px 1px 5px;
    padding: 4px 10px;
	color:#D18282;
}
.midashi_left_border {
	margin-bottom:8px;
	gap:12px;
}
.midashi_left_border.midashi02 p:first-child {
	color:#D25D5D;
	border-color:#D25D5D;
}
.midashi_left_border.midashi03 p:first-child {
	color:#F6D11F;
	border-color:#F6D11F;
}
.midashi_left_border p:last-child {
	line-height:1.2;
}

.anchor_box div,.anchor_box2 div {
	background:#F6D11F;
	color:#fff;
	text-align:center;
	padding: 16px 8px;
}
.anchor_box {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    justify-self: center;
    width: 100%;
    box-sizing: inherit;
	gap:16px;
}
.anchor_box2 {
	display: grid !important;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
    width: 100%;
    box-sizing: inherit;
	gap:16px;
}
.anchor_box div figure,.anchor_box2 div figure {
    margin-bottom: 8px;
}
@media screen and (min-width:560px) {
	.anchor_box2, .anchor_box {
		width:80%;
	}
}

.access_wrapper {
    background-color: #151F16;
    padding:1% 0 10%;
}
.access_box {
	padding: 16px 24px;
	border:solid 1px #F6D11F;
	position:relative;
	margin-top:40px;
}
.access_title {
	border: solid 1px #F6D11F;
    border-bottom: #fff;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #fff;
    padding: 6px 16px 0;
	font-size:20px;
}

.border_box strong {
	font-size:16px;
}
.border_box ..hexagon_black p {
	font-size:14px;
}
.border_box {
	padding:24px;
	border:solid 1px #F6D11F;
}
.border_bottom_box {
	border-bottom:solid 1px #F6D11F;
	padding-bottom: 24px;
}

.gray_box {
	background:#F4F4F4;
	padding:24px;
	position:relative;
}
.gray_box hr {
	border-top:solid  1px #F6D11F;
}

.one_point {
	display:inline-block;
	padding:10px;
	color:#fff;
	background:#F6D11F;
	position:absolute;
	top:0;
	left:0;
}

.hexagon_black p {
	font-size:16px;
}
.hexagon_black figure {
	display:flex;
	min-width:16px;
}

.double_border_midashi{
	position: relative;
	text-align: center;
	padding: 16px;
	font-size:28px;
}
.double_border_midashi::before,
.double_border_midashi::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;/*ボーダー全体の高さ*/
	border-color: #F6D11F;
	border-style: solid;
}
.double_border_midashi::before {
 	 top: 0;
	border-width:1px 0 1px 0;
}
.double_border_midashi::after {
	bottom: 0;
	border-width:1px 0 1px 0;
}

.border_bottom_midashi {
	text-align:center;
}
.border_bottom_midashi h3{
	padding: 0.2rem;
    margin-bottom: 0.2rem;
    background: linear-gradient(transparent 60%, #FFDBDB 60%);
    font-weight: normal;
    font-size: 20px;
	text-align:center;
	display:inline-block
}

.map_top_link {
	color:#F6D11F!important;
	text-align:center;
	margin:40px auto;
}
.map_top_link p {
	font-size:16px;
}
.map_top_link > div:first-child {
	border-bottom:solid 1px #F6D11F;
	display:inline-block;
	padding-bottom:8px;
}
.map_top_link figure img {
	transform:rotate(180deg);	
}

/*トラベルマップTOPのみで使用するパーツ*/
.area_accordion summary {
	padding:16px;
	list-style:none;
	position:relative;
	border:solid 1px #001403;
	transition:all .5s;
	font-size:clamp(0.75rem, -0.25rem + 5vw, 1rem);
}
.area_accordion  > summary::before {
	content: '';
    border-top: solid 1px #001403;
    border-right: solid 1px #001403;
    position: absolute;
    top: 20px;
    right: 24px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
	transition:all .5s;
}
.area_accordion[open]  > summary::before  {
	transform: rotate(-45deg);
	transition:all .5s;
	top:24px;
}
.area_accordion figure {
	margin-bottom:0!important;
}
.area_accordion .is-layout-flex {
	padding:0 40px;
	justify-content: center;
	gap:16px;
	margin-bottom:16px;
}
@media screen and (max-width:560px){
	.area_accordion .is-layout-flex{
		padding:0;
	}
}
.area_accordion .wp-block-column,.area_accordion .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-grow: inherit!important;
	flex-basis:47%!important;
}
.slidearea_red {
    padding: 64px 24px;
	background-image: url(https://kyotohachijo.hotel-kansei.com/wp-content/themes/kansei-kyotohachijo/assets/img/reserve-bg.jpg);
    background-blend-mode: multiply;
}
/*
.slidearea_beige {
    padding: 64px 24px;
	background-image: url(https://kyotohachijo.hotel-kansei.com/wp-content/themes/kansei-kyotohachijo/assets/img/space-bg.jpg);
    background-blend-mode: multiply;
}
*/
.slidearea_red .level_title:before,.slidearea_red  .level_title:after{
	background:#fff;
}
@media screen and (max-width:560px) {
	.slidearea_beige,.slidearea_red {
		padding:40px 16px;
	}
}
.swiper-slide {
	background:#fff;
	color:#001403;
}
.swiper-slide p {
	line-height:1.2;
}
.wp-swiper__slide .wp-swiper__slide-content {
	padding:24px;
}
.swiper-slide .travel_category {
	margin-top:16px;
	border:solid 1px #F6D11F;
	background:#fff!important;
	color:#F6D11F!important;
}
.swiper-autoheight .swiper-wrapper {
	align-items:stretch!important;
}
.border_slide .swiper-slide {
	border:solid 1px #001403;
}
.letter-speace {
	letter-spacing:0.2em;
}
.wp-block-cover, .wp-block-cover-image {
	min-height:inherit;
}

/* nullについての説明 */
.null_about {
    display: flex;
    gap:10px;
    margin: 4.1vw 10% 0;
    align-items: center;
    justify-content: center;
    position: relative;
    /*flex-direction: column;*/
}
.null_about img {
    max-width: 500px;
    width:100%;
}
.null_about p {
    /*margin:0 10%;*/
}
.display_pc {
    display: block;
}
.display_sp {
    display: none;
}
@media screen and (max-width:768px){
	.null_about{
		flex-direction: column;
        gap:40px;
        margin: 4.1vw 0 0;
        text-align: center;
	}
    .null_about p {
        margin:0 10%;
    }
    .null_about img {
        max-width: auto;
    }
    .intro {
        margin-top: 11.1vw;
    }
    .display_sp {
        display: block;
    }
    .display_pc {
        display: none;
    }
}

/*黄色背景*/
.bg_circle01 {
    position: absolute;
    top: -190px;
    left: 50%;
    width: 60% !important;
    transform: translate(-50%, 0);
}
.display_pc {
	display:bloxk;
}
.display_sp {
	display:none;
}
@media screen and (max-width:1000px){
    .bg_circle01 {
        top: -20vw !important;
        width: 180% !important;
    }
    .null_about {
        flex-direction: column;
    }
}
@media screen and (max-width:768px){
	.display_pc {
    	display:none;
    }
    .display_sp {
    	display:block;
    }
    .bg_circle01 {
        top: -25vw !important;
        width: 180% !important;
    }
    .footer-info {
        margin:0 auto;
        text-align: center;
    }

    .footer-info img {
        margin-bottom: 6.22vw;
    }
}