*{
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: "Honoka_Mincho";
    src: url(../font/honoka-min/font_1_honokamin.ttf);
}

@font-face {
    font-family: "Noto_Serif_JP";
    src: url(../font/Noto_Serif_JP/NotoSerifJP-VariableFont_wght.ttf);
}

@font-face {
    font-family: "EB_Garamond";
    src: url(../font/EB_Garamond/EBGaramond-VariableFont_wght.ttf);
}

body,
form{
    font-family: "Noto_Serif_JP"!important;
    color: #383838;
    font-weight: 400;
}

body.single header,
body.page header,
body.archive header{
    background-image: none;
    background-color: #383838;
    height: 183.5px;
}

.burger{
    display: none;
}

.top_area{
    background-image: url(../img/Group\ 8.png);
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative ; 
}

.header_area{
    background-image: url(../img/Group\ 8.png);
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative ; 
}

.menu_list{
    list-style: none;
    font-size: 18px;
    display: flex;
    gap: 50px;
    font-weight: 400;
    margin: auto 0;
}

.menu_list,a{
    color: #ffffff;
    text-decoration: none;
}

.menu_list li:hover{
    border-bottom: 1px #ffffff solid;
    margin-bottom: -1px;
}

.header_menu li, .header_menu a:hover{
    cursor: pointer;
}

.header_menu li, .header_menu{
    letter-spacing: 5px;
    text-indent: 5px;
}

.header_container{
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 100px;
    justify-content: space-between
}

.header_logo img{
    width: 150px;
    height: 59px;
}



.header_logo{
    opacity: 1;
    transition: opacity 0.5s;
    
}
.header_logo:hover{
    opacity: 0.5;
    transition: opacity 0.5s;
    
}

.header_menu{
    display: flex;
    margin: auto 0;
    justify-content: space-between;
    width: 930px;
    /* max-width: 650px; */
}

.reserve_btn{
    background-color: #B8A973;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    width: 140px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.reserve_btn:hover{
    border: 1px #ffffff solid;
}

.top_area-bottom{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 100px;
    padding-top: 480px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.top_title{
    color: #ffffff;
    font-family:"Honoka_Mincho";
    font-weight: 400;
    letter-spacing: 0.5em;
}

.top_arrow{
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 5px;
    display: flex;
    writing-mode: sideways-rl;
    position: absolute;
    right: 100px;
    bottom: 0;
}

.arrow_border{
    letter-spacing: 0;
    padding-top: 20px;
}

.title_text1{
    font-size: 34px;
    margin-bottom: 40px;
    
}

.title_text2{
    font-size: 24px;
    line-height: 40px;
}

.reserve_text{
    margin: 0;
    padding: 0;
    line-height: 1;
}

.btn-trigger{
    display: none;
}

.title_text_sp{
    display: none;
}

.scroll_border{
    border: none;
    height: 154px;
    margin-left: 7px;
    margin-top: 20px;
    border-left: 1px #ffffff solid; 
}

.middle_area{
    width: 100%;
    height: auto;
}

.middle_container{
    max-width: 1200px;
    display: flex;
    height: auto;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 50px;
}

.middle_lcontain{
    width: 370px;
}

.middle_logo{
    width: 260px;
    height: 102px;
    padding: 70px 0;
}

.middle_text{
    letter-spacing: 7px;
    font-size: 22px;
    line-height: 40px;
    max-width: 350px;
    color: #383838;
}

.middle_rcontain{
    position: relative;
    width: 735px;
    height: 520px;
}

.middle_img1{
    width: 610px;
    height: 460px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.middle_img2{
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.room_area{
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../img/room_bg.png);
    background-repeat:no-repeat;
    background-size: cover;
}

.room_container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.titles_01{
    font-size: 28px;
    letter-spacing: 0.3em;
    font-weight: 400;
}

.titles_02{
    font-size: 20px;
    vertical-align: 5px;
    font-family: "EB_Garamond";
}

.room_cloud{
    position: absolute;
    width: 241px;
    height: 128px;
    top: 3%;
    right: 5%;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-name: animation;
}

.room_text{
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 5.3px;
    padding-top: 80px;
}

.room_list{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 32px;
}

.room_prof{
    width: 380px;
    height: 80px;
    letter-spacing: 5px;
    line-height: 30px;
    background-color: #EDEBD7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color 0.5s, color 0.5s;
}

.room_prof:hover{
    background-color: #B8A973;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
}

.room_prof.active{
    background-color: #B8A973;
    color: #ffffff;
}

.section{
    padding: 200px 0;
}

.room_prof_center{
    margin: 0 20px;
}

.room_plans img{
    width: 100%;
    height: auto;
}

.room_plan_contain{
    background-color: #ffffff;
    font-weight: 400;
    display: none;
}

.room_plan_contain.active{
    display: block;
}

.room_plan_title{
    font-size: 23px;
    padding: 40px;
    padding-bottom: 28px;
    letter-spacing: 8px;
}

.room_plan_text{
    font-size: 16px;
    padding: 0 40px;
    padding-bottom: 40px;
    letter-spacing: 5px;
    line-height: 32px;
}

.plan_area{
    width: 100%;
    height: auto;
    position: relative;
}

.plan_container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;

}

.plan_cloud{
    width: 235px !important;
    height: 78px !important;
    top: 80px;
}

.plan_contents{
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}

.plan_content{
    max-width: 300px;
    padding: 40px;
    letter-spacing: 0.3em;
    background-color: #F9F4E2;
}

.plan_name{
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px #C9C9C9 solid;
    letter-spacing: 0.4em;
}

.plan_list{
    letter-spacing: 0.3em;
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 14.5px;
}

.plan_reserve_btn{
    width: 300px;
    height: 40px;
    background-color: #B8A973;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s;
}

.plan_reserve_btn:hover{
    transition: opacity 0.5s;
    opacity: 0.5;
}

.plan_list_sp{
    display: none;
}

.seasons_container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.seasons_area{
    background-color: #F9F4E2;
    width: 100%;
    height: auto;
}

.seasons_text{
    padding-bottom: 80px;
}

.season_images{
    position: relative;
    width: 100%;
    aspect-ratio: 1440 / 954;
}

.season_img01{
    position: absolute;
    top: 0;
    left: 0;
    width: 70.8%;
    height: auto;
}

.season_img02{
    position: absolute;
    top: 36%;
    right: 8.3%;
    width: 16%;
    height: auto;
}

.season_img03{
    position: absolute;
    bottom: 0;
    left: 18%;
    width: 40.6%;
    height: auto;
}

.season_img04{
    position: absolute;
    width: 14.6%;
    height: auto;
    top: 11.5%;
    left: 67%;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-name: animation;
}

.season_img05{
    position: absolute;
    width: 10.7%;
    height: auto;
    top: 83.8%;
    left: 9.4%;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-name: animation;
}

/* スワイパー */

.swiper{
    width: 100%;
    margin-top: 65px;
    margin-bottom: 60px;
}

.swiper-slide img {
    height: auto;
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    height: 50px;
    width: 50px;
    margin:0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    margin: auto;
    width: 50px;
}

/* ここまでスワイパー */

.jump_page{
    box-sizing: border-box;
    border: 1px #B8A973 solid;
    width: 380px;
    height: 60px;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
}

.jump_box{
    color: #B8A973;
    letter-spacing: 0.3em;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.jump_box:hover{
    opacity: 0.5;
}



.jump_page img{
    position: absolute;
    bottom: 25px;
    right: 27px;
}

.access_title{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

iframe{
    width: 100%;
    height: 600px;
    padding: 80px 0;
}

.access_texts{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.access_place{
    display: flex;
    max-width: 650px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 20px;
    padding-bottom: 60px;
}

.access_place img{
    width: auto;
    height: 66px;
}

.access_address{
    font-size: 16px;
    letter-spacing: 0.3em;
    margin: auto 0;
}

.access_text{
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3em;
    line-height: 32px;
}

.access_text_br{
    display: none;
}

.address_br{
    display: none;
}

.blog_area{
    background-color: #F3F3F3;
    width: 100%;
}

.blog_container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog_article{
    width: 380px;
    height: auto;
    background-color: #ffffff;
    letter-spacing: 0.3em;
    transition: opacity 0.5s;
}

.blog_contents{
    display: flex;
    justify-content: space-between;
    padding: 80px 0px 60px 0px;
}

.ip_title{
    color: #383838;
    font-size: 16px;
    line-height: 28px !important;
    padding: 20px 0 25px 0;
}

.blog_thumbnail img{
    padding-bottom: 10px;
    width: 380px;
}

.blog_detail{
    padding: 0 20px;
    padding-bottom: 20px;
}

.post-categories > a:first-of-type {
    display: none;
}

.blog_article:hover{
    opacity: 0.5;
    transition: opacity 0.5s;
}

.post-categories a{
    padding: 0;
    margin: 0;
    text-indent: 5px !important;
}

.footer{
    width: 100%;
    background-color: #FAF8F0;
}

.footer_container{
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.3em;
    padding: 0 20px;
}

.footer_container img{
    display: flex;
    max-width: 230px;
    margin: 0 auto;
    height: 90px;
    padding-bottom: 80px;
}

.footer_container a{
    color: #383838;
}

.footer_container a:hover{
    border-bottom: 1px #383838 solid;
    margin-bottom: -1px;
}

.footer_menu{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding-bottom: 40px;
    border-bottom: 1px #E4E4E4 solid;
    flex-wrap: wrap;
    gap: 30px 40px;
}

.footer_menu02{
    display: flex;
    justify-content: space-between;
    font-size: 14px !important;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 20px 80px 20px;
}

.footer_end{
    font-size: 12px;
    text-align: center;
}

#breadcrumbs{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    padding: 80px 50px 110px 50px;
    letter-spacing: 0.3em;
    line-height: 30px;
}

#breadcrumbs a{
    color: #383838;
    border-bottom: 1px #383838 solid;
    letter-spacing: 0.3em;
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
    text-indent: 3px;
}

.breadcrumb_last{
    color: #B8A973;
}

.postpage{
    letter-spacing: 0.3em;
}

.pp_container{
    max-width: 860px;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    border: 1px #E4E4E4 solid;
    margin-bottom: 80px;
}

.pp_container img{
    width: 100%;
    height: auto;
}

.post-categories{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post-categories li{
    display: flex;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #B8A973;
    border-radius: 15px;
    font-size: 14px;
}

.postpage a{
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-indent: 5px;
}

.pp_date{
    font-size: 14px;
    margin: auto 0;
    color: #383838;
    letter-spacing: 0.3em;
}

.pp_info{
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    padding: 28px 0;
}

.pp_title{
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
}

div#ez-toc-container .ez-toc-title {
    line-height: 3;
    padding-left: 1em;
    display: block;
}

#ez-toc-container .ez-toc-title::before{
    position: absolute;
    left: 30px;
    font-family: "FontAwesome";
    content: "|";
    font-weight: bold;
    color: #B8A973;
}

.ez-toc-title{
    line-height: 1 !important;
}

#ez-toc-container{
    border: none;
    border-radius: 0; 	
    margin: 30px 0;
    padding: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #F3F3F3 !important;
    color: #383838 !important;
    margin-top: 28px;
    box-sizing: border-box;
    overflow-x: auto;
}

#ez-toc-container a{	
    line-height: 26px !important;
    text-indent: 0.1px;
}

.ez-toc-link{
    color: #383838 !important;
}


.ez-toc-icon-toggle-span,.ez-toc-js-icon-con{
    display: none !important;
}

.ez-toc-heading-1::before{
    content: "" !important;
}

.ez-toc-heading-level-2{
    padding-top: 20px !important;
}

.ez-toc-heading-level-2:not(:last-child){
    padding-bottom: 20px !important;
    border-bottom: 1px #E4E4E4 solid;
}

.ez-toc-heading-level-3{
    display: flex;
}

.ez-toc-heading-level-3::before{
    content: "-" !important;
    display: inline-block;
}

.ez-toc-heading-level-3 a{
    font-size: 14px !important;
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 6px;
}

.pp_content h2{
    font-size: 22px !important;
    padding-bottom: 15px;
    border-bottom: 1px #B8A973 solid;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 28px;
}

.pp_content h3{
    font-size: 20px !important;
    padding-bottom: 25px;
    font-weight: 400;
    line-height: 26px;
}

.pp_content p{
    font-size: 16px;
    padding-bottom: 30px;
    line-height: 30px;
}

table{
    margin-bottom: 20px;
}

table,table th, table td{
    border: 1px #E4E4E4 solid !important;
}

td{
    padding: 15px !important;
    line-height: 34px !important;
}

.wp-block-table .has-fixed-layout{
    table-layout: auto;
}

.pop_blog{
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
    padding: 0 20px 200px 20px;
}

.pop_blog_text{
    font-size: 24px;
    padding-bottom: 60px;
    letter-spacing: 0.28em;
}

.pop_blog_contents{
    display: flex;
    justify-content: flex-start;
    gap: 30px;

}

.pop_blog_article{
    width: 415px;
    height: auto;
    background-color: #F3F3F3;
    letter-spacing: 0.3em;
    transition: opacity 0.5s;
}

.pop_blog_article a{
    text-indent: 0;
}

.pop_blog_article img{
    width: 415px;
    height: 250px;
    padding-bottom: 20px;
    
}

.pop_blog_article:hover{
    opacity: 0.5;
    transition: opacity 0.5s;
}

.yellow_marker{
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.page_section{
    width: 100%;
    padding-bottom: 200px;
    letter-spacing: 0.3em;
}

.company_page{
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.page_title{
    font-size: 28px;
    padding-bottom: 80px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.3em;
}

.company_table{
    border: 1px #E4E4E4 solid;
    margin: 20px;
    border-collapse: collapse;
    text-align: left;
    margin-left: 20px;
}

.td01{
    width: 230px;
    vertical-align: top;
}

.company_table a{
    color: #383838;
    letter-spacing: 0.3em;
    color: #00C2FF;
    border-bottom: 1px #00C2FF solid;
    margin-bottom: -1px;
}

.company_table td{
    padding: 20px !important;
}

.privacy_page{
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.3em;
    padding: 0 60px;
}

.privacy_top_text{
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 60px;
}

.privacy_title{
    display: inline-block;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 2px #B8A973 solid;
    margin-bottom: 32px;
}

.privacy_text{
    font-size: 16px;
    padding-bottom: 60px;
}

.privacy_item{
    letter-spacing: 0.3em;
    line-height: 32px;
}

.privacy_bk{
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.privacy_sbk{
    margin-left: 1em;
    text-indent: -0.5em;
}

.res_bksp{
    display: none;
}

.section_end{
    padding-bottom: 0 !important;
}

.service_page{
    color: #383838;
    letter-spacing: 0.32em;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.service_container{
    font-weight: 400;
    text-align: center;
}

.service_name{
    font-size: 24px;
    margin: 0 auto;
    padding-bottom: 28px;
    
    font-weight: 400;
}

.service_border{
    width: 90px;
    border: 1px #B8A973 solid;
    margin: 0 auto;
    margin-bottom: 52px;
}

.service_1word{
    font-size: 22px;
    padding-bottom: 40px;
}

.service_text{
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 60px;
    text-align: center;
}

.service_img{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.service_img img{
    width: 48.33%;
    height: auto;
}

.service_table{
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 80px ;
}

.text_center_pc{
    text-align: center !important;
}

.service_room_img{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.service_room_img img{
    width: 31.66%;
    height: auto;
}

.jump_page_margin{
    margin-bottom: 80px;
}

.restaurant_margin{
    padding-bottom: 30px !important;
}

.open_time{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.open_time_text{
    font-size: 12px;
    padding-top: 50px;
    line-height: 24px;
}

.open_times, .event_margin{
    padding-bottom: 80px;
}

.page_end{
    padding-bottom: 200px;
}

.word_margin{
    padding-bottom: 60px !important;
}

.br_1word_sp,
.opentime_br_sp{
    display: none;
}

.reserve_page{
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.3em;
    padding: 0 20px;
}

.reserve_text{
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 5.3px;
    padding-bottom: 80px;
}

.form_area{
    border-top: 1px #E4E4E4 solid;
    padding: 80px 0 200px 0;
}

.reserve_note{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 5.3px;
    padding-top: 60px;
    max-width: 900px;
    margin: 0 auto;
}

.send_btn{
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 5px;
    width: 400px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B8A973;
    border-radius: 40px;
    margin-top: 40px;
    border: none;
    transition: opacity 0.5s;
}

.form_container{
    max-width: 1200px;
    margin: 0 auto;    
}

.form_content{
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.3em;
    padding-bottom: 20px;
    position: relative;
}

.form_content span{
    color: #CC0000;
    font-size: 18px;
}

.form_content p{
    margin: auto 0;
}

.form_content input{
    width: 530px;
    height: 60px;
    font-size: 16px;
    font-family: "Noto_Serif_JP" !important;
}

.form_content select{
    width: 570px;
    height: 60px;
    font-size: 16px;
}

.form_address{
    display: flex;
    width: 570px;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;    
}

.form_address input{
    width: 390px;
}

.form_address p{
    margin: auto 0;
}

.address_none{
    color: #ffffff;
}

.form_select{
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;               
    position: relative;
    padding-right: 2em;
}

.down_arrow::after{
    border-left: 6px solid transparent; 
    border-right: 6px solid transparent; 
    border-top: 8px solid black;
    content: "";
    position: absolute;
    top: 33px;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.form_textbox{
    padding: 0 20px;
    border: 1px #E4E4E4 solid;
    font-family: "Noto_Serif_JP"!important;
}

.child_age{
    font-size: 12px;
}

.child_flex{
    line-height: 25px;
    margin: auto 0;
}

.form_freetext{
    width: 530px;
    height: 250px;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    border: 1px #E4E4E4 solid;
    font-family: "Noto_Serif_JP"!important;
}

input,textarea,select{
    line-height: 25px;
    color: #383838;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-family: "Noto Serif JP";
}

.textarea_ajust{
    height: 250px;
    padding: 10px 0;
}

.form_bottom_area{
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px #E4E4E4 solid;
    margin-top: 60px;
}

.gray_out{
    color: red;
    color: silver;
}

.select{
    color: #B5B5B5;
}

input::placeholder,
select::placeholder{
    color: #B5B5B5
}

.ad_break_sp{
    display: none;
}

.validation{
    font-size: 12px;
    color: #CC0000;
}

.send_btn:hover{
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.form_error{
    border: 2px #CC0000 solid !important;
}

#ui-datepicker-div{
    background-color: #ffffff !important;
    border-radius: 4px;
}

.ui-datepicker,
.ui-widget,
.ui-widget-content,
.ui-helper-clearfix,
.ui-corner-all{
    z-index: 10 !important;
    top: 1395px !important;
}

.ui-datepicker{
    width: 560px !important;
    height: auto !important;
    font-family: "Noto_Serif_JP" !important;
    font-weight: 400 !important;
}

.ui-datepicker td{
    padding: 0px !important;
    border: none !important;
    text-align: center !important;
    letter-spacing: 0.3em;
    height: 52px !important;
}

.ui-datepicker table{
    border: none !important;
    margin-top: 20px !important;
}

.ui-datepicker th{
    padding: 10px 9px !important;
    border: none !important;
    font-weight: 400 !important;
}

.ui-datepicker-calendar{
    padding-bottom: 10px !important;
}

.ui-state-default{
    border: none !important;
    color: #383838 !important;
    text-align: center !important;
    background-color: #ffffff ;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

a.ui-state-default.ui-state-active{
    background-color: #B8A973 !important;
    color: #ffffff !important;
}


.ui-datepicker-week-end{
    border: none !important;
    color: #383838 !important;
    padding: 5px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    border: none !important;
    color: #383838 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default:hover{
    background-color: #B8A973 !important;
    color: #ffffff !important;
}

.calendar_border{
    border: 1px #B8A973 solid !important;
    box-shadow: 0px 1px 30px 0px #0000001A !important;
}

.ui-datepicker table{
    margin: 0 !important;
    font-size: 16px !important;
}

a.ui-state-default:hover{
    background-color: #B8A973;
    color: #ffffff;
}

a.ui-state-default{
    padding: 14.5px 23px !important;
    background-color: #ffffff !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: inline-block;
    text-indent: 4px;
    line-height: normal;
}

.ui-datepicker th:first-child{
    color: #CC0000 !important;
}

.ui-datepicker th:last-child{
    color: #1F6FE8 !important;
}

.ui-widget-header{
    font-weight: 400 !important;
    font-size: 16px !important;
    background-color: #ffffff !important;
    border: none !important;
    line-height: normal !important;
    letter-spacing: 0.3em !important;
}

.ui-datepicker .ui-datepicker-prev{
    position: absolute;
    left: 30% !important;
    top: 20px !important;
    color: #B8B8B8;
}

.ui-datepicker .ui-datepicker-next{
    position: absolute;
    right: 29% !important;
    top: 20px !important;
    color: #B8B8B8;
}

.ui-datepicker .ui-datepicker-title{
    line-height: normal !important;
    padding: 20px 0 10px 0;
    text-align: center;
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover{
    cursor: pointer;
}

.ui-datepicker-title{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.ui-datepicker-title span:not(:first-child)::after {
    content: "年 /";
}

.ui-datepicker-title span:nth-of-type(1){
    order: 2;
}
.ui-datepicker-title span:nth-of-type(2){
    order: 1;
}

.error{
    color: #CC0000 !important;
    font-size: 16px !important;
}

.mw_wp_form_confirm span,
.mw_wp_form_confirm .confirm_none{
    display: none;
}

.mw_wp_form_confirm .down_arrow::after{
    content: none;
}

.mw_wp_form_confirm .Input_field{
    width: 570px !important;
    max-width: 570px !important;
    justify-content: flex-start !important;
    text-align: left;
    height: auto !important;
}

.mw_wp_form_input .send_confirm{
    display: none;
}

.send_confirm{
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3em;
    padding-top: 80px;
}

.mw_wp_form_confirm .send_btn{
    margin-bottom: 200px;
}

.confirm_title{
    font-size: 28px;
    letter-spacing: 0.3em;
    font-weight: 400;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px #E4E4E4 solid;
    text-align: center;
}

.mw_wp_form_confirm .form_content p{
    margin: 0;
}

.mw_wp_form_confirm .textarea_ajust{
    height: auto;
    padding: 0;
}

.confirm_page{
    padding: 0 20px;
}

.thanks_textarea{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    color: #383838;
    letter-spacing: 0.3em;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
}

.thanks_title{
    font-size: 28px;
    padding-bottom: 80px;
}

.thanks_warning{
    padding-top: 40px;
    padding-bottom: 80px;
}

.thanks_break_2{
    display: none;
}

.thanks_page{
    padding-bottom: 200px;
}

.breadcrumbs_list{
    display: flex;
    max-width: 1300px;
    justify-content: flex-start;
    font-size: 14px;
    letter-spacing: 0.3em;
    margin: 0 auto;
    padding: 80px 50px 110px 50px;
    flex-wrap: wrap;
    gap: 20px 0;
}

.breadcrumbs_list a{
    font-size: 14px;
    color: #383838;
    border-bottom: 1px #383838 solid;
    margin-bottom: -1px;
    letter-spacing: 0.3em;
}

.breadcrumbs_screen{
    color: #B8A973;
}

#breadcrumbs a:hover,
.breadcrumbs_list a:hover{
    opacity: 0.5;
}

.blog_list{
    width: 380px;
    height: auto;
    background-color: #F3F3F3;
    letter-spacing: 0.3em;
    transition: opacity 0.5s;
}

.archive_blog_contents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 30px 0px 30px;
    padding-top: 50px;
    height: auto;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-links a{
    color: #B5B5B5;
    font-size: 20px;
    width: 32px;
    height: 32px;
    display: block;
}

.nav-links{
    display: flex;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
    
}

.current{
    width: 32px;
    height: 32px;
    font-size: 20px;
    color: #ffffff;
    background-color: #383838;
}

.dots{
    display: block;
    margin: auto 0;
}

.pagination_custom{
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
    gap: 30px;
    height: 32px;
    display: block;
    padding: 60px 20px 200px 20px;
}

.prev.page-numbers,
.next.page-numbers{
    width: auto;
    padding: 0 10px;
}

#breadcrumbs .archive,
span .post{
    color: #B8A973;
}

.category_list a{
    color: #B8A973;
}

.category_list{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 15px;
}

.category_btn a{
    font-size: 18px;
    padding: 6px 18px 6px 22px;
    border-radius: 19px;
    border: 1px #B8A973 solid;
    letter-spacing: 0.3em;
    color: #B8A973;
    transition: background-color 0.5s, color 0.5s;
}

.category_all_btn a{
    font-size: 18px;
    padding: 6px 18px 6px 22px;
    border-radius: 19px;
    border: 1px #B8A973 solid;
    letter-spacing: 0.3em;
}

.category_btn a:hover{
    background-color: #B8A973;
    color: #ffffff;
    transition: color 0.5s ,background-color 0.5s;
}

.active_category a{
    background-color: #B8A973;
    color: #ffffff;
}

.side_page{
    width: 300px;
    height: auto;
    letter-spacing: 0.3em;
    font-weight: 400;
    color: #383838;
}

.side_page_title{
    text-align: center;
    font-size: 20px;
    padding: 20px;
    font-weight: 400;
    border: 1px #E4E4E4 solid;
}

.popular_contents{
    display: flex;
    justify-content: flex-start;
    padding: 19px;
    gap: 10px;
    border: 1px #E4E4E4 solid;
    border-top: none;
    width: 260px;
}

.popular_thumbnail img{
    width: 53px;
    height: auto;
}

.popular_thumbnail{
    margin: auto 0;
}

.popular_title{
    font-size: 14px;
    color: #383838;
    text-align: left;
    line-height: 20px;
}

.blog_page{
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
}

.popular_container:last-child{
    margin-bottom: 80px;
}

.py-2 a{
    color: #B8A973;
}

.category_btn{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: flex-start;
    gap: 15px;

    flex-wrap: wrap;
    gap: 10px;
}

.bg-richgreen a{
    background-color: #B8A973;
    color: #ffffff;
}

.back_vector{
    right: 0 !important;
    left: 27px;
    width: 20px;
    height: auto;
}

.news_page{
    padding: 0 50px 200px 50px;
    letter-spacing: 0.3em;
}

.news_archive_page{
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 30px;
}

.news_container{
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 0 50px;
    padding-bottom: 60px;
}

.news_page_bar{
    max-width: 1200px;
    margin: 0 auto;
    padding: auto 20px;
    border-bottom: 1px #E4E4E4 solid;
}

.news_date{
    padding-bottom: 10px;
}

.news_title{
    padding-bottom: 40px;
}

.news_archive_contents{
    max-width: 1200px;
    margin: 0 auto;
    color: #383838;
    border-bottom: 1px #E4E4E4 solid;
}

.news_archive_contents a{
    display: flex block;
    letter-spacing: 0.3em;
    color: #383838;
    font-size: 400;
    padding: 30px 0;
    justify-content: space-between;
}

.news_archive_contents a:hover{
    opacity: 0.5;
}

.news_archive_title{
    font-size: 16px;
    padding-top: 20px;
    max-width: 650px;
}

.news_archive_page{
    padding: 0 50px;
}

.news_arrow{
    width: 40px;
    height: 40px;
    background-color: #B8A973;
    color: #ffffff;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-indent: 8px;
    margin: auto 0;
}

.prev.page-numbers, .next.page-numbers{
    display: none;
}

.news_contents{
    margin-top: 80px;
    border-top: 1px #E4E4E4 solid;
}

.text_left{
    text-align: left !important;
}

.is-active{
    background-color: #B8A973 !important;
    color: #ffffff !important;
    border: none !important;
}











@keyframes animation{
    0%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(30px);
    }

    100%{
        transform: translateY(0);
    }
}




@media screen and (max-width: 1360px) {
    
    .menu_list{
        display: none;
    }

    /* ハンバーガーメニュー */

    .burger{
        display: none;
        position: fixed;
        width: 100%;
        height: 488.5px;
        background-color: #B8A973;
        z-index: 100;
    }

    .home_out{
        height: 100vh;
        background-color: #00000099;
    }

    .burger_container{
        display: flex;
        max-width: 1240px;
        justify-content: space-between;
        margin: 0 auto;
        padding: 60px 100px;
        padding-bottom: 50px;
    }

    .burger_list{
        font-size: 16px;
        margin: 0 auto;
        font-weight: 400;
        text-align: center;
        padding: 0 50px;
        padding-bottom: 50px;
        letter-spacing: 0.3em;
    }

    .burger_list li{
        padding-bottom: 30px;
    }

    .burger_list a:hover{
        border-bottom: 1px #ffffff solid;
        margin-bottom: -1px;
    }

    .btn-trigger {
        position: relative;
        width: 50px;
        height: 44px;
        cursor: pointer;
    }

    .btn-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #fff;
        border-radius: 4px;
    }
        
    .btn-trigger, .btn-trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }
        
    .btn-trigger span:nth-of-type(1) {
        top: 0;
    }
        
    .btn-trigger span:nth-of-type(2) {
        top: 15px;
    }
        
    .btn-trigger span:nth-of-type(3) {
        bottom: 10px;
    }


    .btn-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
    }

    .btn-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .btn-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }

    .menubtn_text{
        position: absolute;
        font-size: 20px;
        color: #ffffff;    
        top: 90%;    
        left: -20%;
        font-family: "EB_Garamond";
        letter-spacing: 0.3em;
    }

    .burger_btn_text{
        position: absolute;
        font-size: 20px;
        color: #ffffff;    
        top: 110%;    
        left: -10%;
        font-family: "EB_Garamond";
        letter-spacing: 0.3em;
    }

    /* ここまでハンバーガーメニュー */

    .header_menu{
        max-width: 250px;
    }
}


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

    .plan_container{
        max-width: 800px;

    }

    .plan_contents{
        flex-direction: column;
        gap: 30px;
        max-width: 420px;
        margin: 0 auto;
    }

    .plan_content{
        padding: 40px 60px;
    }

    .blog_contents{
        flex-direction: column;
        gap: 25px;
        max-width: 380px;
        margin: 0 auto;
    }

    .blog_container{
        max-width: 700px;
        margin: 0 auto;
    }
    
    .thanks_break_2{
        display: block;
    }

    .blog_page{
        flex-direction: column;
        max-width: 900px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .side_page{
        width: 600px;
    }

    .popular_contents{
        width: 560px;
    }

    .pop_blog{
        max-width: 900px;
        margin: 0 auto;
    }

    .archive_blog_contents{
        justify-content: space-between;
        padding: 50px 25px 0px 25px;
        max-width: 800px;
        margin: 0 auto;
    }

    .category_btn{
        max-width: 800px;
    }

}



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

    .middle_container{
        flex-direction: column;
        max-width: 800px;
        height: auto;
        gap: 50px;
        column-gap: 50px;
        text-align: center;
        margin: 0 auto;
        align-items: center;
        padding: 0 30px;
    }

    .middle_lcontain{
        text-align: center;
        width: 500px;
    }

    .middle_text{
        text-align: center;
        max-width: 380px;
        margin: 0 auto;
    }

    .middle_rcontain{
        margin: 0 30px;
        width: 700px;
    }

    .middle_logo{
        display: block;
        margin: 0 auto;
        max-width: 300px;
        padding-top: 0;
    }

    .middle_img1{
        width: 600px;
        height: 450px;
    }
    
    .middle_img2{
        width: 220px;
        height: 220px;
    }

}



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

    body.single header,
    body.page header,
    body.archive header{
        height: 163.5px;
    }
    
    .title_text_sp{
        display: block;
    }

    .title_text1{
        line-height: 50px;
    }

    .section{
        padding: 150px 0;
    }

    .room_cloud{
        top: 3%;
    }

    .header_container{
        padding: 50px 70px;
    }

    .top_area-bottom{
        padding: 0 70px;
        padding-top: 400px;
    }

    .burger_container{
        padding: 50px 70px;
    }

    .burger{
        height: 478.5px;
    }

    .title_text_sp{
        display: block;
    }

    .title_text1{
        line-height: 50px;
    }

    .section{
        padding: 150px 0;
    }

    .room_cloud{
        top: 3%;
    }

    .form_content{
        flex-direction: column;
        max-width: 570px;
        margin: 0 auto;
        gap: 5px;
    }

    .form_address{
        flex-direction: column;
    }

    .address_none{
        display: none;
    }

    .ad_break{
        display: none;
    }

    .ad_break_sp{
        display: inline;
        color: #383838 !important;
    }

    .down_arrow::after{
        top: 65px;
        right: 30px;
    }

    .child_flex{
        display: flex;
    }

    .form_freetext{
        gap: 10px;
    }

    .textarea_ajust{
        padding: 0;
        height: 18px;
        padding-bottom: 5px;
    }

    .footer_menu{
        /* justify-content: flex-start; */
        max-width: 600px;
        margin: 0 auto;
        gap: 30px 50px;
    }

    .pop_blog_contents{
        flex-direction: column;
        gap: 24px;
        
    }

    .pop_blog{
        max-width: 415px;
        margin: 0 auto;
    }

    .pop_blog_text{
        font-size: 20px;
        text-align: center;
        padding-bottom: 32px;
    }

    .td01{
        width: 150px !important;
    }

    .open_time_text{
        max-width: 600px;
        margin: 0 auto;
    }

    .mw_wp_form_confirm .form_content{
        gap: 20px;
        border-bottom: 1px #E4E4E4 solid;
        padding-top: 20px;
    }

    .mw_wp_form_confirm .confirm_border_none{
        border: none;
        padding-bottom: 0;
    }

    .confirm_title{
        margin-bottom: 20px;
    }

    .form_bottom_area{
        margin-top: 20px;
    }

    .thanks_textarea{
        font-size: 16px;
        line-height: 32px;
    }

    

}


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

    .room_list{
        flex-direction: column;
        width: 380px;
        height: auto;
        gap: 30px;
        padding-top: 40px;
    }

    .room_prof{
        margin: 0 auto;
    }

    .room_cloud{
        top: 5%;
    }

    .access_text{
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }

    .access_text_br{
        display: block;
    }

    .privacy_page{
        padding: 0 30px;
    }

    .thanks_break_2{
        display: none;
    }

    .thanks_break{
        display: none;
    }

    .break_must{
        display: block ;
    }

    .thanks_textarea{
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 600px;
    }

    .thanks_title{
        font-size: 22px;
        padding-bottom: 40px;
        text-align: center;
    }

    .thanks_warning{
        padding: 40px 0;
    }

    .thanks_page{
        padding-bottom: 50px;
    }

    .news_archive_title{
        max-width: 500px;
    }

    .archive_blog_contents{
        max-width: 380px;
        margin: 0 auto;
    }

    .category_btn{
        justify-content: center;
    }

}


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

    .middle_area{
        padding: 50px 0;
        padding-bottom: 80px;
    }

    .middle_logo{
        width: 180px;
        height: 70px;
        padding: 0;
        padding-bottom: 40px;
    }

    .middle_container{
        height: 500px;
    }

    .middle_lcontain{
        width: 300px;   
    }

    .middle_text{
        max-width: 300px;
        font-size: 18px;
        line-height: 35px;
    }

    .middle_rcontain{
        margin: 0 20px;
        width: 335px;
        height: 237px;
    }

    .middle_img1{
        width: 278px;
        height: 209px;
    }
    
    .middle_img2{
        width: 114px;
        height: 114px;
    }

}

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

    .privacy_page{
        max-width: 500px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .privacy_top_text{
        font-size: 16px;
        line-height: 32px;
        padding-bottom: 40px;
    }

    .privacy_title{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .privacy_text{
        font-size: 14px;
        padding-bottom: 30px;
    }

    .privacy_item{
        line-height: 30px;
    }

    .privacy_bk{
        text-indent: -1.5em;
        padding-left: 1.5em;
    }

    .privacy_sbk{
        margin-left: 1em;
        text-indent: -0.5em;
    }

    .res_bksp{
        display: block;
    }

    .page_section{
        padding-bottom: 52px;
    }

    .page_title{
        font-size: 22px;
        padding-bottom: 40px;
    }

    #breadcrumbs a{
        font-size: 12px;
    }

    .privacy_sp_break{
        padding-left: 3em;
        text-indent: -3.5em;
    }

    .company_page td{
        font-size: 14px;
        line-height: 30px !important;
    }
    
    .company_page{
        padding: 0;
        letter-spacing: 0.25em;
    }

    .company_table{
        margin: 0 20px;
    }

}



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

    body.single header,
    body.page header,
    body.archive header{
        height: 76.5px;
}

    .title_text1{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .title_text2{
        font-size: 18px;
        line-height: 28px;
    }

    .top_area{
        height: 380px;
    }

    .top_title{
        font-weight: 400;
        letter-spacing: 6px;
    }

    .top_arrow{
        display: none;
    }

    .top_area-bottom{
        padding: 0 20px;
        padding-top: 108px;
    }

    /* ハンバーガーメニュー */

    .btn-trigger {
        width: 20px;
        height: 16px;
        cursor: pointer;
    }

    .btn-trigger span {
        height: 1px;
        border-radius: 1px;
    }
        
    .btn-trigger span:nth-of-type(2) {
        top: 8px;
    }
        
    .btn-trigger span:nth-of-type(3) {
        bottom: 0px;
    }


    .btn-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
        top: -5px;
    }

    .btn-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg);
        top: 10px;
    }

    .menubtn_text{
        font-size: 12px;   
        top: 110%;    
        left: -70%;
    }

    .burger_btn_text{
        font-size: 12px;   
        top: 95%;    
        left: -45%;
    }

    .burger_container{
        padding: 16px 20px;
        padding-bottom: 0;
    }
    .burger_menu{
        padding-right: 10px;
    }

    .burger_list{
        padding: 50px;
    }

    .burger_list li{
        padding-bottom: 19px;
    }

    
    .burger{
        height: 351.5px;
    }

    .list_last{
        padding-bottom: 0 !important;
    }

    /* ここまでハンバーガーメニュー */

    .reserve_btn{
        border: none;
        border-radius: 13px;
        width: 80px;
        height: 26px;
    }

    .header_menu{
        max-width: 140px;
        padding-right: 10px;
        margin-top: 0;
    }

    .header_logo img{
        width: 102.3px;
        height: 40px;
    }
    
    .header_container{
        padding: 16px 20px;
    }

    .top_title{
        left: 20px;
    }

    .room_list{
        max-width: 335px;
        gap: 20px;
    }

    .room_prof{
        width: 335px;
        height: 76px;
    }

    .room_area{
        padding-top: 10px;
        margin-top: 28px;
    }

    .room_container{
        padding: 0 20px
    }

    .room_cloud{
        width: 113px;
        height: 60px;
        top: 1%;
        right: 3%;
        animation-duration: 5s;
    }

    .titles_01{
        font-size: 22px;
        scroll-margin-top: 52px;
    }

    .titles_02{
        font-size: 16px;
    }

    .room_text{
        padding-top: 40px;
        line-height: 35px;
        font-size: 16px;
    }

    .section{
        padding: 52px 0; 
    }

    .room_plan_contain{
        max-width: 335px;
        margin: 0 auto;
    }

    .room_plan_title{
        font-size: 20px;
        padding: 24px;
        padding-bottom: 20px;
    }

    .room_plan_text{
        font-size: 14px;
        padding: 24px;
        padding-top: 0;
    }

    .plan_content{
        padding: 32px;
        max-width: 271px;
    }

    .plan_contents{
        max-width: 335px;
        padding-top: 40px;
        gap: 32px;
    }

    .plan_name{
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .plan_list{
        font-size: 14px;
        padding: 25px 0;
        gap: 13px;
    }

    .plan_reserve_btn{
        width: 271px;
    }

    .plan_container{
        padding: 0 20px;
        max-width: 500px;
    }

    .plan_cloud{
        width: 112px !important;
        height: 37px !important;
        top: 30px;
        right: 20px;
    }

    .plan_list_sp{
        display: block;
    }

    .plan_list_pc{
        display: none;
    }

    .season_img01{
        position: absolute;
        top: 0;
        left: 0;
        width: 73.6%;
        height: auto;
    }

    .season_img02{
        position: absolute;
        top: 36%;
        right: 5.3%;
        width: 16.5%;
        height: auto;
    }

    .season_img03{
        position: absolute;
        top: 66%;
        left: 15.4%;
        width: 46.9%;
        height: auto;
    }

    .seasons_container{
        padding: 0 20px;
    }

    .seasons_text{
        padding-bottom: 40px;
    }

    /* スワイパー */

    .swiper{
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .swiper-slide img {
        height: auto;
        width: 100%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        display: none;
    }

    /* ここまでスワイパー */

    .jump_page{
        width: 335px;
    }

    iframe{
        height: 310px;
        padding: 40px 0;
    }

    .access_place{
        flex-direction: column;
        gap: 32px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .access_place img{
        width: 169px;
        margin: 0 auto;
    }

    .access_address{
        font-size: 14px;
        text-align: center;
        line-height: 30px;
    }

    .address_br{
        display: block;
    }

    .access_title{
        padding: 0 20px;
    }

    .access_texts{
        padding: 0 20px;
    }

    .access_text{
        font-size: 14px;
        line-height: 30px;
    }

    .blog_contents{
        padding: 40px 0px 30px 0px;
        max-width: 335px;
    }

    .blog_article{
        width: 335px;
    }

    .footer_menu{
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer_menu02{
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 40px 20px;
    }

    .footer_container img{
        padding-bottom: 40px;
    }

    .menu_child{
        order: 3;
    }

    .blog_thumbnail img{
        width: 335px;
        height: 200px;
    }

    .ip_title{
        padding: 20px 0; 
        font-size: 14px;
    }

    .pp_date,.post-categories a{
        font-size: 12px;
    }

    .pop_blog_article, .pop_blog{
        max-width: 335px;
    }

    .pop_blog{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;

    }

    #breadcrumbs{
        padding: 0 20px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .pp_container{
        padding: 0px;
        border: none;
        margin-bottom: 0;
    }

    .pp_title{
        font-size: 20px;
        line-height: 36px;
    }

    .pp_info{
        padding: 24px 0;
        gap: 30px;
    }

    .pp_content h2{
        font-size: 18px !important;
    }

    .pp_content h3{
        font-size: 16px !important;
        padding-bottom: 25px;
        font-weight: 400;
    }

    .pp_content p{
        font-size: 14px;
        padding-bottom: 30px;
    }

    #ez-toc-container{	
        margin: 24px 0;
        padding: 20px !important;
        font-size: 14px;
    }

    #ez-toc-container a{	
        line-height: 24px !important;
    }

    ul.ez-toc-list-level-3{
        margin-top: 10px !important;
    }

    #ez-toc-container .ez-toc-title::before{
        left: 23px;
    }

    table th, table td {
        display: block;
        max-width: 669px;
        border: none !important;
        padding: 0 !important;
    }

    .wp-block-table tr{
        display: block;
        padding: 16px !important;
        border-bottom: 1px #E4E4E4 solid ;
    }

    table{
        border-bottom: none !important;
    }

    .pop_blog_text{
        padding-top: 20px;
    }

    .company_table td{
        padding: 0 !important;
    }
    
    .service_page{
        max-width: 500px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .service_name{
        font-size: 20px;
        padding-bottom: 20px;
    }

    .service_border{
        width: 70px;
        margin-bottom: 40px;
    }

    .service_1word{
        font-size: 18px;
        padding-bottom: 24px;
        line-height: 28px;
    }

    .service_text{
        font-size: 16px;
        line-height: 32px;
        padding-bottom: 40px;
        text-align: left;
    }

    .service_img{
        padding-bottom: 40px;
        max-width: 400px;
        margin: 0 auto;
        flex-direction: column;
        gap: 20px;
    }

    .service_img img{
        width: 100%;
        height: auto;
    }

    .service_table .td01{
        line-height: 14px !important;
    }

    .service_table{
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 52px ;
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .service_table td{
        line-height: 24px !important;
    }

    .text_center_pc{
        text-align: left !important;
    }

    .service_room_img{
        max-width: 400px;
        margin: 0 auto;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 28px;
    }

    .service_room_img img{
        width: 100%;
        height: auto;
    }

    .restaurant_margin{
        padding-bottom: 20px !important;
    }

    .open_time{
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .open_time_text{
        font-size: 12px;
        text-align: left;
        padding-top: 20px;
    }

    .event_margin{
        padding-bottom: 40px;
    }

    .page_end,
    .open_times,
    .event_margin{
        padding-bottom: 52px;
    }

    .word_margin{
        padding-bottom: 40px !important;
    }

    .br_1word_sp,
    .opentime_br_sp{
        display: block;
    }

    .service_br_sp{
        display: none;
    }

    .jump_page_margin{
        margin-bottom: 50px;
    }

    .form_content{
        max-width: 400px;
        gap: 5px;
        font-size: 16px;
        margin: 0;
    }

    .form_content span{
        font-size: 16px;
    }

    .form_content input{
        width: 315px;
        height: 60px;
    }

    .form_address input{
        width: 315px;
    }

    .form_freetext{
        width: 315px;
        height: 310px;
        font-size: 16px;
        padding: 10px;
    }

    .form_textbox{
        padding: 0 10px;
    }

    .form_content select{
        width: 335px;
        letter-spacing: 0;
        font-size: 14px;
    }

    .form_area{
        padding: 40px 0;
        max-width: 335px;
        margin: 0 auto;
        padding-bottom: 52px;
    }

    .reserve_text{
        padding-bottom: 40px;
        font-size: 16px;
        line-height: 32px;
    }

    .send_btn{
        font-size: 16px;
        width: 335px;
        margin-top: 30px;
    }

    .reserve_note{
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.3em;
        padding-top: 40px;
        max-width: 400px;
        margin: 0 auto;
    }

    .form_bottom_area{
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .form_container{
        max-width: 400px;
        margin: 0 auto;
    }

    .reserve_container{
        padding: 0 20px;
        max-width: 400px;
        margin: 0 auto;
    }

    .reserve_text{
        max-width: 400px;
        margin: 0 auto;
    }

    .form_address{
        width: 335px;
    }

    .down_arrow::after{
        right: 15px;
    }

    .validation{
        letter-spacing: 0.2em;
    }

    .ui-datepicker{
        width: 280px !important;
    }

    .ui-datepicker td{
        height: 32px !important;
        width: 39.4px;
        display: inline-block;
    }

    .ui-datepicker table{
        margin-top: 0px !important;
    }

    .ui-datepicker th{
        padding: 0px 11.7px !important;
        display: inline-block;
    }

    .ui-datepicker-calendar{
        padding-bottom: 20px !important;
    }

    .ui-datepicker-week-end{
        padding: 0px !important;
    }

    a.ui-state-default{
        padding: 5.5px 4px !important;
        text-indent: 4px;
        width: 32.5px;
    }

    .ui-datepicker .ui-datepicker-prev{
        left: 8% !important;
        top: 20px !important;
    }

    .ui-datepicker .ui-datepicker-next{
        right: 7% !important;
        top: 20px !important;
    }

    .ui-datepicker .ui-datepicker-title{
        padding: 20px 0 15px 0;
    }

    .mw_wp_form_confirm .Input_field{
        width: auto !important;
        max-width: 400px !important;
    }

    .send_confirm{
        font-size: 14px;
        padding-top: 40px;
    }

    .mw_wp_form_confirm .send_btn{
        margin: 30px auto 50px auto;
    }

    .confirm_title{
        font-size: 22px;
        padding-bottom: 60px;
        margin-bottom: 0px;
        max-width: 500px;
    }

    .mw_wp_form_confirm .form_content p{
        font-size: 14px;
        letter-spacing: 0.2em;
    }

    .thanks_page.section{
        padding: 0;
    }

    .thanks_textarea{
        max-width: 500px;
        text-align: left;
    }

    .breadcrumbs_list{
        max-width: 600px;
        font-size: 12px;
        margin: 0 auto;
        padding: 30px 20px 50px 20px;
        gap: 20px 0;
    }

    .breadcrumbs_list a{
        font-size: 12px;
    }

    .side_page{
        width: 335px;
    }

    .popular_contents{
        width: 295px;
    }

    .popular_container:last-child{
        margin-bottom: 20px;
    }

    .side_page{
        margin: 0 auto;
    }

    .side_page_title{
        font-size: 16px;
    }

    .news_page{
        padding: 0 20px 50px 20px;
    }

    .news_container{
        padding-bottom: 0;
    }

    .news_date{
        padding-bottom: 10px;
    }

    .news_title{
        padding-bottom: 20px;
    }

    .news_archive_contents a{
        padding: 20px 0;
    }

    .news_archive_title{
        font-size: 14px;
        padding-top: 10px;
        max-width: 300px;
    }

    .news_arrow{
        width: 24px;
        height: 24px;
        border-radius: 12px;
        font-size: 10px;
        text-indent: 5px;
    }

    .news_archive_page{
        padding: 0 20px;
    }

    .pagination_custom{
        padding: 40px 20px 50px 20px;
    }

    .blog_list{
        width: 335px;
    }

    .archive_blog_contents{
        max-width: 335px;
        flex-direction: column;
        column-gap: 25px;
        padding: 40px 20px 0 20px;
    }

    .category_btn li{
        display:flex block;
        width: 102px;
        height: 30px;
        
        border-radius: 15px;
    }

    .category_btn li:hover{
        background-color: #B8A973;
        transition: background-color 0.5s, color 0.5s;
    }

    .category_btn a{
        padding: 0;
        display: flex;
        font-size: 16px;
        justify-content: center;
        align-items: center;
        width: 104px;
        height: 30px;
        border: none;
        border: 1px #B8A973 solid;
    }

    .category_btn{
        justify-content: flex-start;
        flex-wrap: wrap;
        max-width: 335px;
        margin: 0 auto;
        gap: 8px;
    }

    .news_contents{
        margin-top: 40px;
        padding-bottom: 30px;
    }

    .news_container{
        padding: 0 20px;
    }

    .jump_box{
        font-size: 16px;
    }

    .service_table td{
        padding: 0 20px 20px 20px !important;
    }

    .service_table tr{
        border-bottom: 1px #E4E4E4 solid !important;
    }

    .service_table .td01{
        padding: 20px !important;
        padding-bottom: 0px !important;
    }

}
