@charset "utf-8";
:root{
    --color-grenn01:#00a864;
    --color-grenn02:#539427;
    --color-grenn03:#e4f6e4;
    --color-grenn04:#275f02;
    --color-grenn05:#a2d0a2;
    --color-orange01:#ff5504;
    --color-red01:#ea0000;
    --color-blue01:#6699cc;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.35;}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
h1,h2,h3,h4,h5,h6{
    font-size: initial;
}
body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
a{
    color: #333;
    text-decoration: none;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* img{
    vertical-align: bottom;
    max-width: 100%;


}

.japan_map_img{
    vertical-align: bottom;
    max-width: 100%;
    width:70%;
}

li{
    list-style: none;
}
a:hover{
    text-decoration: none;
}
.alert_alert-danger {
    color: #FF0000;
}

/*==================================================
    header
==================================================*/
.header{
    position: fixed;
    max-width: 1240px;
    width: 100%;
    max-height: 140px;
    height: 100%;
    right: 0;
    left: 0;
    /* padding: 0px 25px 0 0px; */
    margin: 0 auto;
    z-index: 500;
    background: #e3f6e3;
}
.header__box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__flexEnd{
    display: flex;
    justify-content: flex-end;
}
.header__flexWrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.header__navi {
    display: flex;
    justify-content: flex-end;
}
.header__link a{
    color: #333;
    font-weight: bold;
}
.header__link:not(:first-of-type){
    margin-left: 20px;
}
.footer__link a{
    color: #333;
    font-weight: bold;
}
.footer__link{
    margin-left: 20px;
}
.header__title{
    width: 10%;
    max-width: 100%;
}
.header__logo{
    width: 232px;
    max-width: 100%;
    padding-left: 40px;
}
.header__logo img{
    height: 55px;
    
}
.header__logo a{
    color: var(--color-grenn01);
}
.header__logo h1{
    font-size: 30px;
}
.header__box a{
    margin-left: 20px;
}

.header__button{
    width: calc(100% / 2);
    white-space: nowrap;
}
.header__button:not(:first-of-type) {
    border-left: 1px solid #2f3c3752;
}
.header__button a {
    height: 100%;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    background: var(--color-grenn03);
    color: #087549;
    transition-duration: .3s;
    transition-property:background,color ;
}
.header__button a:hover {
    background: var(--color-grenn01);
    color: #fff;
}

.inherit {
    line-height: inherit !important;
}

.header_border-right {
    border: solid;
    border-width:0 2px 0 0;
    border-color: #fff;
    height: 80%;
    margin: 7px 0;
    line-height: 67px;
}
.header_border-right br{
    line-height: inherit;
}
.header_border-right .f-15{
    padding-top: 2px;
    font-size: 15px !important;
    display: block;
    line-height: 20px  !important;
}
.header_border-right .f-15 br{
    line-height: 0;

}
.header_border-right .f-17{
    padding-top: 6px;
    display: block;
    font-size: 17px !important;
}
.buttons{
    margin-top:20px;
    margin-right: 10px;
}
.headText {
    font-weight: bold;
    font-size: 24px;
    width: 150px;
    color: #f3be11;
    padding-top: 23px;
    margin-left: 8px;
}
@media (max-width:1400px){
    .header{
        padding: 10px 0 0 0;
    }
    .header__box{
        margin-bottom: 2px;
    }
    .header__button a{
        padding: 15px;
        white-space: nowrap;
    }
}
@media (max-width:1024px){
    .header__logo h1{
        font-size: 18px;
    }

}
@media (max-width:768px){
    .headPadding{
        padding: 0;
    }
    .header{
        height: 95px;
    }
    .header__logo{
        /* margin-left:20px; */
        padding-left: 0;
        width: 150px;
    }
    .header__logo h1{
        font-size: 15px;
    }
    .header__logo img{
        height: 45px;
    }
    .title_name{
        font-size: 12px !important;
        margin-top:0 !important;
    }
    .headText{
        font-size: 20px;
        word-break: break-all;
    }
}
@media (max-width:360px){
    .headText{
        font-size: 16px;
    }
}
@media (max-width:330px){
    .headText{
        font-size: 14px;
    }
}
/*==================================================
    footer
==================================================*/
.footer{
    padding: 25px 0;
    text-align: center;
}
.footer__logo img{
    height: 55px;
    margin-bottom: 15px;
}

.footer_link{
    margin-left:10px;
    color:#00a273;
    font-size: 13px;
}
.footer_link_first{
    color:#00a273;
    font-size: 13px;
}
.footer_width{
    width: 46%;
    margin: auto;
    text-align: left;
}

@media (max-width:1024px){
    .footer__center{
        margin-left: 30px;
    }
}
@media (max-width:768px){
    .footer--search{
        padding-bottom: 55px;
    }
    .footer{
        flex-wrap: wrap;
    }
    .footer__box,.footer__left,.footer__right {
        width: 100%;
    }
    .footer__right .margin{
        text-align: left;
    }
    .footer__center {
        width: 100%;
        margin: 25px 0 0 0;
    }
    .footer__left .buttons{
        max-width: 100%;
    }
}
/*==================================================
    mainvisual
==================================================*/
.mainvisual__wrap{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.mainvisual__wrap_search{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.mainvisual__read{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content:space-between;
    align-items: center;
    text-align: center;
}
.mainvisual__read p {
    width:100%;
    background: rgb(0 0 0 / 30%);
    padding: 15px 50px;
    font-size: clamp(11px,2vw, 28px);
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 2px #1b1b1b;
}
.mainvisual__read h1{
    background: rgb(0 0 0 / 30%);
    padding: 60px 230px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 1016px;
}
.select-box {
    height: 28px;
    width: auto;
    border-radius: 5px;
    box-shadow: 2px 2px 3px grey;
    border: solid 1px white;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.padding_top{
    padding-top: 40px;
}
.advertisement_h1{
    width:50%;
    margin: 10px;
}
.advertisement_h1_top{
    width:50%;
}
.advertisement_h1_search {
    width:50%;
}
.advertisement_h1 img{
    width:auto;
    margin:0 auto;
}
.advertisement_block{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 140px;
}
.advertisement_block_search{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 130px;
}
.mainMargin{
    padding-top: 200px;
}
.contact_button {
    position:fixed;
    right:50px;
    bottom:50px;
    z-index: 9999;
}
.contact_button div{
    background: #e3f6e3;
    padding: 5px 20px;
    color: #009c5d;
    white-space: nowrap;
    border-radius: 10px;
    text-align:center;
    cursor: pointer;
    border:solid 1px;
}
.contact_button div:hover{
    transform:scale(1.2,1.2);
    transition:0.5s all;
    opacity: .8;
    background: #009c5d;
    color:#fff ;
}
.contact_button_header div{
    background: #e3f6e3;
    padding: 2px 5px;
    color: #009c5d;
    white-space: nowrap;
    border-radius: 10px;
    text-align:center;
    cursor: pointer;
    border:solid 1px;
}
.contact_button_header div:hover{
    transform:scale(1.1,1.1);
    transition:0.5s all;
    opacity: .8;
    background: #009c5d;
    color:#fff ;
}
.contact_text_large{
    font-size: 30px;
    font-weight: bold;
}
.contact_text_medium{
    font-size: 15px;
    /* font-weight: bold; */
}
.contact_text_small{
    font-size: 12px;
}
@media (max-width:768px){
    .mainMargin{
        padding-top: 100px;
    }
    .contact_button_header{
        display: none;
    }
    .contact_button {
        display: none;
        position:fixed;
        right:5px;
        bottom:5px;
    }
    .contact_button div{
        padding: 5px;
    }
    .contact_button div:hover{
        transform:scale(1);
        background: #e3f6e3;
        color: #009c5d;
    }
    .contact_button div p{
        margin-bottom:2px;
    }
    .contact_text_large{
        font-size: 20px;
        font-weight: bold;
    }
    .contact_text_medium{
        font-size: 11px;
        /* font-weight: bold; */
    }
    .contact_text_small{
        font-size: 10px;
    }
}
@media (max-width:925px){
    .header__navi {
        width: 142px;
    }
    .header__navi .buttons{
        /* height: 24px !important; */
    }
    .header__navi .buttons a{
        padding: 5px 8px !important;
    }
}
.lowSection{
    padding: 0 0 60px 0;
    min-height: 65vh;
}
.lowSection_rooms{
    padding: 130px 0 60px 0;
    min-height: 65vh;
}
.align_center{
    width:60%;
    margin:0 auto;
    min-width: 950px;
    max-width: 1400px;
}
.pankuzu{
    font-weight: bold;
    margin-bottom: 8px;
}
.map_right{
    text-align: right;
}
.map a:hover {
        opacity: 0.7;
}
.index_home_box{
    max-width: 1050px;
    width:100%;
    margin-left: 50px;
}
.index_home_box_search{
    max-width: 1050px;
    width:90%;
    margin-left: 50px;
    padding-top: 50px;
}
.button_center{
    text-align: center;
}
.button_flex{
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}
.height_half{
    height: 50%;
}
.item_flex{
    display: flex;
    justify-content: space-between;
}
.item_flex_button{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.item_flex_button_top{
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    gap: 0 5%;
}
.item_flex_button_visible{
    display: flex;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
}
.margin_bottom_box{
    margin-bottom: 75px;
}
.item_flex_search{
    display: flex;
    width:100%;
    height: auto;
}
.item_flex_search_subscription{
    display: flex;
    gap: 0px 82px;
}
.item_flex_search_low{
    display: flex;
    width:100%;
    height: 70%;
}
.item_flex_search_facility{
    display: flex;
    width:100%;
    height: 200px;
    min-width: 248.5px;
}
.item_flex_search_facility_inner{
    height: 100%;
}
.item_flex_search_facility div{
    margin: 0 auto;
}
.item_flex_search_facility img{
    height: 100%;
    object-fit: contain;
}
.item_flex_search_facility_low{
    display: flex;
    width:100%;
    height: 400px;
    justify-content: space-around;
}
.item_flex_search_number{
    display: flex;
    width: max-content;
    margin: auto

}
.item_flex_search_number p {
    font-size: 27px;
    color: #00a273;
    margin: 30px 100px 50px 0;
    padding-top: 20px;


}
.flex_facility {
    /* display: flex; */
    justify-content: center;
    gap: 0 12%;
    margin-top: 5%;

}
.item_flex_3_search{
    width: calc((100% / 2) - 10px );
    margin-left:5px;
    display: flex;
}
.item_flex_2_top{
    width: calc((100% / 2) - 10px );
    display: flex;
}
.item_flex_2_search{
    width: 90%;
}
.color_1{
    background-color: #00a273;
}
.color_2{
    background-color: #f3be11;
}
.color_3{
    background-color: #a20006;
}
.color_4{
    background-color: #001fa2;
}
.button_3{
    color:white;
    text-align: center;
    width:100%;
    border-radius: 10px;
    margin-bottom:5px;
}
.button_2{
    color: white;
    padding: 3% 6%;
    border-radius: 8px;
    margin-bottom: 45px;
    font-size: 40px !important;
}

.index_home_title{
    text-align: left;
}
.index_home_title_padding{
    text-align: left;
    padding-left: 3%;
    margin-bottom: 10px;
}
.rooms_img_size{
    min-width: 229px;
    min-height: 229px;
    object-fit: contain;
}
.index_room_title_padding{
    text-align: left;
    padding-top: 10px;
}
.index_home_title_padding p{
    text-align: left;
    color: #800000;
    font-size: 25px;
    font-weight: bold;
}
.index_home_title_facility p{
    font-size: 18px;
}
.index_room_title_padding p{
    text-align: left;
    color: #800000;
    font-size: 25px;
    font-weight: bold;
}
.index_home_title p{
    text-align: left;
    color: #800000;
    font-size: 20px;
}
.index_home_title img{
    font-size: 20px;
}
.item_text_search{
    margin-left: 10px;
    width:100%;
    height: 100%;
    text-align: left;
    font-size: 20px;
}
.flex{
    display: flex;
    /* justify-content: space-between; */
}
.flex_response{
    display: flex;
    justify-content: space-between;
}
.index_home_title_search{
    text-align: left;
    height: auto;
    padding: 10px 0;
}
@media (max-width:768px){
    .index_home_title_search{

        padding: 0;
    }
}
.index_home_title_facility{
    text-align: left;
    padding-top:24px;
}
.index_home_title_search h2{
    text-align: left;
    font-weight: bold;
    color: #823f03;
    font-size: 30px;
}
.contents_search_right{
    width: 100%;
    position: relative;
}
.item_top{
    display: flex;
    width: 100%;
}
.item_top .index_home_title_search{
    width: 40%;
}
.item_top .item_flex_search_subscription{
    width: 60%;
}
.item_top .button_2_search{
    height: 50px;
    color: white;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    margin-top: 5px;
    padding: 14px 0;
    font-size: 16px !important;
}
.item_top .button_1_search {
    height: 50px;
    color: white;
    width: 45%;
    border-radius: 8px;
    margin-top: 5px;
    padding: 14px 0;
    font-size: 16px;
    text-align: center;
}
ul {
    justify-content: center;
    margin-bottom: 15px;
}
.paginate-all ul {
    display: flex;
}
li {
    list-style: none;
}
li img{
    width: clamp(100px,10vw, 150px);
    height: clamp(100px,10vw, 150px);
    object-fit: cover;
}
ul p{
    width:clamp(100px,10vw, 150px);
    text-align:center;
    margin-bottom: 0px;
    font-weight: bold;
}
ul p:nth-child(2) {
    margin-left: 20px;
    margin-right:10px;
}
ul p:nth-child(3) {
    margin-left: 10px;
    margin-right:20px;
}
li:nth-child(2) {
    margin-left: 20px;
    margin-right:10px;
}
li:nth-child(3) {
    margin-left: 10px;
    margin-right:20px;
}
.header_col {
    display: flex;
    height: 50px;
}
@media (max-width:768px){
    .header_col {
        display: none;
    }
}

.header_col li {
    width: calc(100% / 3);
    text-align:center;
    height:80px;
    line-height:80px;
    background-color: #009c5d;
    color: #ffffff;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    font-weight: bold;
}
@media (max-width:1024px){
    .header_col li {
        font-size: 15px;
    }
}


.contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.contents_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.room_content{
    text-align: center;
    width: 20%;
}
.room_marginbottom{
    margin-bottom: 25%;
}

.contents_room {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.contents_search {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    padding-top: 10px;
    width: 63%;
    min-width: 252.67px;
    height: 400px;
}
.contents_search img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contents_search_facility {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 10px;
    min-width: 320px;
}
.th_facility {
    background-color: #823f03;
    font-weight: normal;
    text-align: left;
    font-size: 25px;
    color: #fff;
}

.th_room {
    background-color: #823f03;
    font-weight: normal;
    text-align: left;
    font-size: 25px;
    color: #fff;
    max-width: 250px;
}

.td_facility {
    border: solid 1px;
    border-color:#f1f1db;
    padding: 17px 40px 17px;
    word-break: keep-all;
}
@media (max-width:768px){
    /* .room--check {
        padding: 10px 10px 10px;
    } */
    .room--check .checkbox03{
        padding: 3px 20px 3px 40px;
    }
}

.access_facility{
    padding: 10px 0px;
    width: 50%;
}
.access_facility_contents{
    font-size: 16px;
    padding: 13px 40px 13px 29px;
}
.access_facility_contents_right{
    font-size: 18px;
    padding: 13px 29px 13px 29px;
}

.tab_facility_contents {
    font-size: 16px;
    padding: 0 0 20px 10px;

}
.tab_text {
    font-size: 16px;
    padding: 10px;
    width: 90%;

}
.back_white {
    background-color: #fff;
}
.item {
    width: calc(100% / 2 - 30px);
    background-color: #f5f6e3;
    margin-bottom: 30px;
    border-radius: 10px;
}
.item_search {
    width: 90%;
    height: auto;
    background-color: #f5f6e3;
    margin-bottom: 30px;
    padding: 20px;
}
.item_search_facility {
    width: 100%;
    height: auto;
    background-color: #f5f6e3;
    margin-bottom: 30px;
    border-radius: 8px;
    max-width: 1100px;
    margin: auto;
    
}
.item_room_width {
    width: 100%;
    height: auto;
    background-color: #f5f6e3;
    margin-bottom: 30px;
    border-radius: 8px;
    max-width: 1100px;
    margin: auto;
    
}

.item_box {
    width:95%;
    height: 95%;
    margin: 15px auto;
    position: relative;
}
.item_box_search {
    width:95%;
    height: auto;
    margin: 15px auto;
}
.facility_box_left{
    width:35%;
    height: 100%;
}
.facility_box_center{
    width:45%;
    padding-left:25px;
    justify-content: space-evenly;
    position: relative;
}
.facility_box_right{
    width:20%;
}
.item_blog {
    width: calc(100% / 2 - 30px);
    height: 180px;
    text-align: center;
    background-color: #f5f6e3;
    margin-bottom: 30px;
}
.item_blog_top {
    width: calc(100% / 2 - 30px);
    height: 180px;
    text-align: center;
    background-color: #f5f6e3;
    margin-bottom: 30px;
    border-radius: 10px;
}
.contents_item_search{
    width: calc(100% / 2 - 10px);
    height: calc(100% / 2 - 10px);
    margin:5px;
}
.contents_item_search_facility{
    width: calc(100% / 2 - 10px);
    height:auto ;
    margin:5px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}
.contents_item_search_facility2{
    width: calc(100% / 2 - 10px);
    height: calc(100% / 2 - 10px);
    margin:5px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}
.contents_item_search_facility2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contents_item_room{
    width: calc(100% / 3 );
    height:auto ;
    /* margin:5px; */
    text-align: center;
}
.contents_item_room_left{
    width: calc(100% / 3 );
    height:auto ;
    /* margin:5px; */
    text-align: left;
}
.noimage a {
    margin-bottom: 0;
}
.dummy {
    height: auto;
}
.contents_item_room_button{
    width: 20%;
    height:auto ;
    margin: auto;
    margin-top: 200px;
    text-align: center;
}
.noimage span{
    width: calc(100% / 3 );
    height:auto ;
}
.noimage img{
    /* margin-top: 80px; */
}
.contents_item_room_padding{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.contents_item_room_facility{
    padding: 30px;
    width: 100%;
    max-width: 1045px;
    gap: 0 50px;
    margin: auto;
}
.contents_item_room_padding{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.contents_item_room_text{
    font-size: 20px;
    float: left;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 25px;
    padding-left: 20px;
}
.contents_item_search_facility img{
    object-fit: contain;
    height: 100%;
}
.item_blog_box {
    width:95%;
    height: 95%;
    display: flex;
    justify-content: space-between;
}
.item_photos{
    background-color: #f5f6e3;
    width: 100%;
    height: clamp(176.45px, 18vw, 329.45px);
}
.item_photos img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item_text_details_blog{
    margin-bottom: 5px !important;
    font-size:15px;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 3;
}
.item_photos_search{
    width:65%;
    height: 220px;
    min-width: 38%;
    max-width: 50%;
}
.item_photos_search img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.item_photos_blog{
    width: 40%;
    height: 100%;
    margin-left: 20px;
    margin-top: 20px;
}
.item_photos_blog img{
    height: 135px;
    object-fit: contain;
}
.button_center_blog{
    width:100%;
    text-align: center;
}

.item_text_blog{
    width: 60%;
    height: 100%;
    text-align: left;
    margin: 15px;
}
.item_text_blog_overflow{
    overflow: hidden;
    text-overflow:  ellipsis;
    height: 70%;
    margin-bottom:10px;
}
.item_text_blog h2{
    font-size:21px;
}
.item_button_blog{
    width:100%;
    height: 26px;
    color:black;
    font-weight: bold;
    background-color: #d4d6a9;
    font-size: 13px !important;
    border-radius: 10px;
}
.item_response{
    display: none;
}
.width_controll{
    width:90%;
    margin: 0 auto;
}
.width_controll p{
    font-size:clamp(13px, 1vw, 16px);
}
.visible_parts{
    display: none;
}
.visible_parts_inline{
    display: none;
}
.Brown{
    color:#823f03;
    font-weight: bold;
}
.margin_right{
    margin-right:0.5em;
    height: 38px;
}
.search_result{
    color: #00a273;
    font-size: 25px;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 0px;
}
.search_result_number{
    font-size: 60px;
    margin:5px;
}
.margin_0 p{
    margin-bottom:0px;
}
.tab_content_flex{
    display: flex;
}
.white_box{
    width:100%;
    /* height: clamp(70px , 15vw ,130px); */
    height: auto;
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.white_box_inner{
    font-size:clamp(12px , 3vw ,25px);
    font-weight: bold;
    color:black;
    margin:10px;
}
.triangle_box{
    width:100%;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.triangle{
    width: 0;
    height: 0;
    border-right: clamp(30px , 8vw ,80px) solid transparent;
    border-left: clamp(30px , 8vw ,80px) solid transparent;
    border-top: clamp(30px , 8vw ,80px) solid #1d7c1d;
}
.border_bottom{
    border-bottom: 1px solid grey;
    width: 100%;
    margin:35px auto;
}
.img_margin{
    width:100%;
    margin-bottom:30px !important;
}
.color_green{
    color:#1d7c1d;
}
.width_100{
    width: 100% !important;
    margin-top:10px;
    text-align: center;
}

.img_left_top{
    width: 100%;
    max-width: 164.41px;
    max-height: 115px;
    text-align: left;
}
.img_left_bottom{
    width: 100%;
    max-width: 164.41px;
    max-height: 115px;
}
.img_right_top{
    width: 100%;
    max-width: 164.41px;
    max-height: 115px;
    text-align:right;
}

@media (max-width:1500px){
    .item_flex_button,.item_flex_button_visible{
        flex-direction: column;
    }
    .item_flex_3{
        width: 100% !important;
    }
    .item_flex_3_search{
        width: 100% !important;
    }
    .item_blog{
        width:100% !important;
    }
    .item_text_details{
        font-size: clamp(13px, 1vw, 18px) !important;
    }
    .item_text_details_blog{
        font-size: clamp(16px, 1vw, 18px) !important;
    }
    .margin_bottom_box{
        margin-bottom: 100px;
    }
}
@media (max-width:1024px){
    .align_center {
        width: 80%;
    }
}
@media (max-width:768px){
    .room_marginbottom{
        margin-bottom: 10%;
    }
    .index_home_box_search{
        width:85%;
    }
    .contents_item_room_text{
        padding-left: 0px;
    }
    .button_2 {
        font-size: 20px !important;
        margin: 10px auto;
    }
    .th_room {
        font-size: 16px;
        padding: 17px 17px 17px !important;
    }
    .item_room_width {
        width: 90%;
        height: auto;
        background-color: #f5f6e3;
        margin-bottom: 30px;
        border-radius: 8px;
        max-width: 1100px;
        margin: auto;
        
    }
    .access_facility_contents{
        font-size: 16px !important;
        padding: 5px 0px 15px 0px !important;
        width: 100% !important;
    }
    .contents_item_room{
        width: 80% !important;
        height:auto  !important;
        /* margin:5px; */
        text-align: center !important;
        margin: auto !important;
    }
    .button_3{
        color:white !important;
        text-align: center !important;
        width:100% !important;
        border-radius: 10px;
        margin-bottom:5px;
        margin-top: 15px !important;
    }
    .access_facility{
        padding: 10px 0px;
        width: 100%;
    }
    .item_search_facility {
        width: 100%;
        height: auto;
        background-color: #f5f6e3;
        margin-bottom: 30px;
        border-radius: 8px;
        margin: auto;
        padding: 15px;
        
    }
    .th_facility_response {
        background-color: #823f03 !important;
        font-weight: normal !important;
        text-align: left !important;
        font-size: 20px !important;
        color: #fff !important;
    }
    .td_facility_response {
        border: solid 1px;
        border-color:#f1f1db;
        padding: 0px;
        word-break: break-all;
    }
    .contents_search_facility {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-top: 10px;
        max-width: 80%;
        margin-bottom: 20px;
    }
    .item_flex_search_facility img{
        height: 100%;
        object-fit: contain;
        max-height: 300px;
    }
    .flex_response{
        display: block;
        justify-content: space-between;
    }
    .facility_box_left {
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .advertisement_h1_top {
        width: 50%;
        padding: 0 10px 0 10px;
    }
    .item_response{
        display: block;
    }
    .item_flex_search_number {
        display: block;
        width: max-content;
        margin: auto;
        text-align: center;
    }
    .footer_width {
        width: 86%;
        margin: auto;
        text-align: center;
    }
    .navi_fontsize13{
        font-size: 13px;
    }
    .navi_fontsize17{
        font-size: 17px !important;
    }
    .margin_bottom0{
        margin-bottom: 0;
    }
    .margin_auto{
        margin: 13px auto !important;
    }
    .contents_top {
        width: 85%;
        margin: auto;
    }
    .lowSection{
        padding: 0 0 0 0;
        width: 100%;
    }
    .item_blog_top {
        height: 180px;
        text-align: center;
        background-color: #f5f6e3;
        margin-bottom: 30px;
        width: 95%;
    }
    .align_center{
        width:90%;
        min-width: 0;
    }
    .response_hidden{
        display: none !important;
    }
    .item{
        width:85% !important;
    }
    .item_blog{
        width:100% !important;
        height: 180px !important;
    }
    .item_flex_button_top {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .item_flex_2_search {
        width: 90%;
        margin: auto;
    }
    .mainvisual__wrap_search{
        width: 95%;
    }
    .index_home_box {
        max-width: 768px;
        width: 90%;
        margin-left: 20px;
    }
    .width_controll{
        width:100%;
    }
    .hidden_parts{
        display:none;
    }
    .visible_parts{
        display: flex;
    }
    .visible_parts_inline{
        display: inline;
    }
    .advertisement_block{
        margin-top:80px;
    }
    .item_photos{
        height: clamp(218px, 53vw, 397px);
    }
    .item_flex_search{
        display: block;
        width: 90%;
        margin: auto;
    }
    .item_flex_search_facility {
        min-width: 0;
        max-width: 260px;
        margin: auto;
    }
    .item_photos_search{
        width:90%;
        height: clamp(188px, 47vw, 338px);
        margin: 0 auto;
        text-align: center;
    }
    .item_photos_search img{
        height: 100%;
        object-fit: contain;
    }
    .width_90{
        width: 90%;
        margin: 10px auto;
    }
    .width_90_height{
        width: 90%;
        height: clamp(90, 5vw, 150);;
        margin: 10px auto;
    }
    .margin_right_reset{
        margin-right:0px !important;
    }
    .font_size_reset{
        font-size:20px !important;
    }
    .margin_height_auto{
        margin: auto 0;
    }
    .padding_reset{
        padding: 10px 20px !important;
    }
    .height_response{
        height: 20%;
    }
    .search_result{
        font-size: 15px;
    }
    .height_half{
        padding: 10px 20px !important;
        font-size:12px !important;
    }
    td div {
        margin-bottom:5px;
    }
    .search_result_number{
        font-size: 40px;
        margin:5px;
    }
}
@media (max-width:450px){
    .tab_item{
        font-size: 12px !important;
    }
    .item_flex_search_facility img{
        height: 100%;
        object-fit: contain;
        max-height: 180px;
    }
}
@media (max-width:390px){
    .advertisement_h1{
        width:auto;
    }
    /* input.submit01{
        padding: 15px 10px !important;
    } */
    .item_button_blog{
        margin-top:0;
        height: 20px;
        font-size: 10px !important;
    }
}
.item_flex_3_top{
    width: calc((100% / 2) - 10px );
    /* justify-content: space-between; */
}
/*==================================================
    topContent
==================================================*/
/* sliderSection */
.sliderSection{
    padding: 40px 0;
}
.slideBnr{
    width: 80%;
    margin: 0 auto;
}
.slideBnr.--w100{
    width: 100%;
    margin: 0 auto;
}
.slick-prev:before, .slick-next:before{
    color: var(--color-orange01)  !important;
}
.slick-initialized .slick-slide {
    margin: 5px;
}
@media (max-width:1024px){
    .slideBnr{
        width: 90%;
    }
    li img {
        width: clamp(100px,13vw, 150px);
        height: clamp(100px,13vw, 150px);
    }
    ul p{
        width:clamp(100px,13vw, 150px);
    }
}
@media (max-width:768px){
    .slick-next{
        right: -8px !important;
    }
    .slick-prev{
        left: -8px!important;
        z-index: 200!important;
    }
    .slideBnr{
        width: 100%;
    }
    li img {
        width: 260px !important;
        height: clamp(100px,20vw, 150px) !important;
        object-fit: contain;
    }
    ul p {
        width: clamp(100px,20vw, 150px);
    }
}

/* jmap */
.jmapSection{
    padding: 40px 0;
}
.jmapSection__frame{
    border: 3px solid var(--color-orange01);
    display: inline-block;
    padding: 15px;
    color: var(--color-orange01);
    font-weight: bold;
    border-radius: 20px;
}
@media (max-width:768px){
    .jmapSection__frame{
        margin-bottom: 20px;
        width: 100%;
    }
}
/* newsSection */
.newsSection .sectionInner{
    background: #ffe9b9;
}
.newsWrap {
    padding: 20px 0;
}
.newsWrap__titlebox {
    width: 160px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsWrap__titlebox h2{
    color: var(--color-orange01);
}
.newsWrap__title {
    margin-left: 30px;
}
.newsWrap__item{
    color: #333;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 10px;
}

.newsWrap__list {
    width: calc(100% - 210px);
    margin-left: 50px;
}
@media (max-width:768px){
    .newsWrap__title{
        width: 100%;
        margin: 5px 0 15px 0;
    }
    .newsWrap__titlebox{
        width: 100%;
    }
    .newsWrap__list{
        margin: 15px 0 0 0;
        width: 100%;
        font-size: 14px;
    }
}
/* blogSection */
.blogSection .sectionInner{
    background: #ffe9b9;
    border-top: #f9790c solid 1px;
}
.blogWrap {
    padding: 20px 0;
}
.blogWrap__titlebox {
    width: 160px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogWrap__titlebox h2{
    color: var(--color-orange01);
}
.blogWrap__title {
    margin-left: 30px;
}
.blogWrap__item{
    color: #333;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 10px;
}

.blogWrap__list {
    width: calc(100% - 210px);
    margin-left: 50px;
}
@media (max-width:768px){
    .blogWrap__title{
        width: 100%;
        margin: 5px 0 15px 0;
    }
    .blogWrap__titlebox{
        width: 100%;
    }
    .blogWrap__list{
        margin: 15px 0 0 0;
        width: 100%;
        font-size: 14px;
    }
}
/*==================================================
    sectionInner
==================================================*/
.sectionInner{
    max-width: 1200px;
    padding: 0px 20px;
    width: 100%;
    margin: 0 auto;
}
.history .sectionInner{
    max-width: 800px;
}
.history h5{
    text-align: center;
}
.history .swiperName{
    max-width: 20ch; /* 10文字分の幅 */
    white-space: nowrap; /* 改行を防ぐ */
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 省略記号を表示 */
}
@media (max-width:768px){
    .sectionInner{
        padding: 15px 20px 30px 20px;
    }

}

.swiper-slide{
    text-align:center;
}
.slick-prev:before, .slick-next:before{
    font-size: 25px !important;
}

.swiper-slide img {
    height: auto;
}

/*==================================================
    よくある質問（チャット風）
==================================================*/
/* 全体 */
.sb-box {
    position: relative;
    overflow: hidden;
  }
  /* アイコン画像 */
  .icon-img {
    position: absolute;
    overflow: hidden;
    top: 0; /* 画像の位置を上から0に */
    width: 80px; /* 画像の幅 */
    height: 80px; /* 画像の高さ */
  }
  .icon-img_2 {
    margin-right:30px;
    width: 12%;
    min-width: 62px;
  }
  /* アイコン画像（左） */
  .icon-img-left {
    left: 0; /* 画像の位置を左から0に */
  }
  /* アイコン画像（右） */
  .icon-img-right {
    right: 0; /* 画像の位置を右から0に */
  }
  /* アイコン画像 */
  .icon-img img {
    border-radius: 50%; /* 画像を丸く表示する */
    border: 2px solid #eee; /* 画像の縁取りの太さとカラー */
  }
  .icon-img_2 img {
    width:70px;
	height:70px;
	object-fit:cover;
	border-radius:50%;
    border: 2px solid #eee; /* 画像の縁取りの太さとカラー */
  }
  /* アイコンネーム */
  .icon-name {
    position: absolute;
    width: 120px;
    top: 80px;
    color: black;
    font-weight: bold;
    font-size: clamp(10px , 1.5vw , 14px);
  }
  /* アイコンネーム（左） */
  .icon-name-left {
    left: 0; /* ネームの位置を左から0に */
  }
  /* アイコンネーム（右） */
  .icon-name-right {
    right: 0; /* ネームの位置を右から0に */
  }
  /* 吹き出し */
  .sb-side {
    position: relative;
    float: left;
    margin: 0 105px 40px 105px; /* 吹き出しの上下左右の余白 */
  }
  .sb-side-right {
    float: right;
  }
  /* 吹き出し内のテキスト */
  .sb-txt {
    position: relative;
    border: 2px solid #eee; /* 吹き出しの縁取りの太さとカラー */
    border-radius: 6px; /* 吹き出しを角丸に */
    /* background: #DDFFDD; 吹き出しの背景色 */
    color: #333; /* 吹き出し内のテキストのカラー */
    font-size: 15px; /* 吹き出し内のフォントサイズ */
    line-height: 1.7; /* 吹き出し内のテキストが2行以上になった時の行間 */
    padding: 18px; /* 吹き出し内の上下左右の余白 */
  }
  .color_client{
    background: #DDFFDD;
    font-size:clamp(15px, 2vw, 40px);;
  }
  .color_operation{
    background: #f5f6e3;
    font-size:clamp(14px, 1vw, 20px);;
  }
  .sb-txt > p:last-of-type {
    padding-bottom: 0; /* 吹き出し内のテキストを改行した場合、最後のpタグにpadding-bottomをつけない */
    margin-bottom: 0; /* 吹き出し内のテキストを改行した場合、最後のpタグにmargin-bottomをつけない */
  }
  /* 吹き出しの三角 */
  .sb-txt:before {
    content: "";
    position: absolute;
    border-style: solid;
    top: 16px; /* 吹き出し内の三角の位置 */
    z-index: 3;
  }
  .sb-txt:after {
    content: "";
    position: absolute;
    border-style: solid;
    top: 15px; /* beforeより-1px */
    z-index: 2; /* beforeより-1 */
  }
  /* 吹き出しの三角（左） */
  .sb-txt-left:before {
    left: -7px;
    border-width: 7px 10px 7px 0;
    border-color: transparent #DDFFDD transparent transparent; /* 背景色と同じカラーに */
  }
  .sb-txt-left:after {
    left: -10px; /* beforeより-3px */
    border-width: 8px 10px 8px 0; /* beforeより上下+1px */
    border-color: transparent #eee transparent transparent; /* 縁取りと同じカラーに */
  }
  /* 吹き出しの三角（右） */
  .sb-txt-right:before {
    right: -7px;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #f5f6e3; /* 背景色と同じカラーに */
  }
  .sb-txt-right:after {
    right: -10px; /* beforeより-3px */
    border-width: 8px 0 8px 10px; /* beforeより上下+1px */
    border-color: transparent transparent transparent #eee; /* 縁取りと同じカラーに */
  }

  /* 767px（iPad）以下 */

  @media (max-width: 768px) {
    .item_text_details_blog{
        font-size: clamp(13px, 2vw, 18px) !important;
    }
    /* アイコン画像 */
    .icon-img {
      width: 60px; /* 画像の幅を-20px */
      height: 60px; /* 画像の高さを-20px */
    }
    .icon-img_2 img {
      width: 60px; /* 画像の幅を-20px */
      height: 60px; /* 画像の高さを-20px */
    }
    /* アイコンネーム */
    .icon-name {
      font-size: 9px; /* ネームのフォントサイズを-1px */
    }
    /* 吹き出し（左） */
    .sb-side-left {
      margin: 0 0 30px 78px; /* 吹き出し（左）の上下左右の余白を狭く */
    }
    /* 吹き出し（右） */
    .sb-side-right {
      margin: 0 78px 30px 0; /* 吹き出し（右）の上下左右の余白を狭く */
    }
    /* 吹き出し内のテキスト */
    .sb-txt {
        padding: 5px; /* 吹き出し内の上下左右の余白を-6px */
    }
    .color_client{
        font-size:16px !important;
    }
    .color_operation{
        font-size:15px !important;
    }

}

.notice-image {
    height: 200px;
    width: auto;
}
.notice-title-list {
    margin-bottom: 20px;
    font-weight: bold;
}

.maintenance-message {
    position: absolute;
    top: 180px;
    left: 0;
    width: auto;
    margin: 20px 0;
    text-align: center;
    color: red;
}

.contact-tel{
    background: #e3f6e3;
    padding: 5px 20px;
    white-space: nowrap;
    border-radius: 10px;
    text-align:center;
    cursor: pointer;
    border:solid 1px #009c5d;
    width: 250px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
}
.contact-tel a{
    color: #009c5d;
}
.contact-tel:hover{
    transform:scale(1.2,1.2);
    transition:0.5s all;
    opacity: .8;
    background: #009c5d;
    color:#fff ;
}
.contact-tel a:hover{
    color:#fff ;
}
/* .contact-tel p:hover{
    color:#fff ;
} */
