@charset "utf-8";
p{
    margin-bottom: 2px;
    line-height: 1.5;
}
a{
    cursor: pointer;
}
.red {
    color: #f3be11;;
}
.item_text_details{
    margin-bottom: 0px;
    margin-top:3px;
    font-size:clamp(12px, 1vw, 15px);
}
.hp_link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 415px;
    display: inline-block;
}
.tab_content_1_text{
    width:88%;
}
.tab_content_1_text p{
    margin-bottom: 0px;
    font-weight: bold;
    font-size:clamp(15px, 2vw, 20px) !important;
}
.tab_content_1_text_question p{
    margin-bottom: 0px;
    font-weight: bold;
    font-size:clamp(15px, 2vw, 20px) !important;
}
.tab_content_1_text_question img {
    width:100%;
    height: clamp(129.16px,40vw,491.31px);
    object-fit: contain;
}
.tab_content_1_text_time{
    width:70%;
}
.tab_content_1_text_time p{
    margin:20px auto;
    font-weight: bold;
    font-size:clamp(14px, 2vw, 20px) !important;
}
.title_name{
    font-size: 13px;
    margin-top: -10px;
    white-space: nowrap;
    color: #009c5d;

}
.title_name_footer{
    font-size: 13px;
    margin-top: 10px;
    white-space: nowrap;
    color: #009c5d;

}
.data_null{
    text-align: center;
    padding: 20px 10px 40px 10px;
    font-weight: bold;
}
.font_size_change{
    font-size: 16px;
}
.header .primaryButton {
    padding: 15px !important;
}

@media (max-width:768px){

    .tab_content_1_text_time{
        width:auto;
        margin: 0 auto;
    }

    P{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .font_size_change{
        font-size: 14px !important;
    }
}
.swiper-pagination-bullet-active{
    background: #ff5504  !important;
}
/*==================================================
    modal
==================================================*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
.modal__head{
    background: var(--color-grenn03);
    padding: 10px;
    margin-bottom: 20px;
}
.modal__foot{
    margin-top: 40px;
}
.modal__box {
    margin-bottom: 20px;
}
.modal__title{
    text-align: center;
    color: var(--color-grenn02);
    font-size: 20px;
}
.title__leftBar {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}
.title__leftBar::before {
    position: absolute;
    content: "";
    left: 0;
    top:0;
    height: 100%;
    background: var(--color-orange01);
    width: 3px;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 55%;
    overflow: overlay;
    height: 90vh;
}
.stationInput{
    width: 200px;
}
a.js-modal-close.ta_c {
    width: 100%;
    display: block;
    margin: 40px 0 0 0;
    font-weight: bold;
}
@media (max-width:1024px){
    .modal__content{
        width: 96%;
        height: 80vh;
        padding: 20px;
        overflow: overlay;
    }
    .modal__foot{
        margin-top: 25px;
    }

}
/*==================================================
    地図
==================================================*/
.top {
    padding-top: 130px;
}
.japan_map_wrap {
    text-align: left;
    position: relative;
}
.japan_map_image_wrap {
    position: absolute;
    width: 260px;
    height: 100px;
    top: 10px;
}
.japan_map_image_wrap img{
    position: absolute;
    width: 100px;
    height: 100px;
}
.japan_map_image_wrap p{
    position: absolute;
    margin-top: 40px;
    font-size: 16px;
    text-align: right;
    border-bottom: #6db652 2px solid;
    width: 100%;
    color: #6db652;
    padding-right: 20px;
    padding-bottom: 5px;
    z-index: -5;
    font-weight: bold;
}
.japan_map_image_wrap p span{
    font-size: 20px;
}
/* jmap */
.japan_map{
    max-width: 580px;
    position: relative;
    box-sizing: border-box;
}
/* 日本地図画像（スマホ対応用） */
.japan_map img{
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-backface-visibility: hidden;
    margin-top:40px;
}
/* 日本地図ボタン */
.japan_map .area_btn{
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    cursor: pointer;
    border: 3px solid #333333;
    border-radius: 5px;
    background-color: #FFF;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

/* ボタン配置（使用する日本地図画像により微調整） */
.japan_map .area_btn.area1{
    top: 30%;
    right: 0;
    width: 30%;
}
.japan_map .area_btn.area2{
    top: 58%;
    right: 11%;
    width: 13%;
}
.japan_map .area_btn.area3{
    top: 56%;
    right: 27.5%;
    width: 13%;
}
.japan_map .area_btn.area4{
    top: 65%;
    right: 44%;
    width: 13%;
}
.japan_map .area_btn.area5{
    top: 52%;
    left: 20%;
    width: 25%;
}
.japan_map .area_btn.area6{
    top: 70%;
    left: 0;
    width: 25%;
}
/* オーバーレイ */
.japan_map .area_overlay{
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.5;
    cursor: pointer;
}

.area_overlay_search{
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.5;
    cursor: pointer;
}

/* 選択前は表示を隠す */
.japan_map .pref_area{
    display: none;
}

.pref_area_search{
    display: none;
}


/* 地域毎の都道府県リスト */
.japan_map .pref_list{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    background-color: #FFF;
}
.japan_map .pref_list > div{
    box-sizing: border-box;
    width: 50%;
    border: 1px solid #CCC;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    cursor: pointer;
}
.pref_list_search{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    background-color: #FFF;
}
.pref_list_search > div{
    box-sizing: border-box;
    width: 50%;
    border: 1px solid #CCC;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    cursor: pointer;
}


@media screen and (max-width: 768px){
    svg{
        display: none;
    }
    .map_right {
        /* margin-bottom: 30px; */
    }
    .japan_map {
        display: block;
        margin-top:-20px;
    }
    .japan_map .area_btn.area1{
        width:36%
    }
    .japan_map .area_btn.area2{
        width: 16%;
    }
    .japan_map .area_btn.area3{
        width: 16%;
    }
    .japan_map .area_btn.area4{
        width: 18%;
    }
    .japan_map .area_btn.area5{
        width: 30%;
    }
    .japan_map .area_btn.area6{
        width: 30%;
    }
    
    /* スマホユーザー向けにボタン文字サイズを調整 */
    .japan_map .area_btn{
        font-size: 12px;
    }
}

.top_search_wrap .search_wrap {
    width: 50%;
}
.serch_wrap_width {
    width: 80%;
    margin: 0 auto;
}
.top_search_wrap .search_wrap .search_title{
    display: flex;
    height: 45px;
    margin-top: 40px;
    font-size: 16px;
    width: 235px;
    border-bottom: #6db652 2px solid;
}
.top_search_wrap .search_wrap .search_title img{
    height: 40px;
    width: 40px;
}
.top_search_wrap .search_wrap .search_title p{
    margin-top: 5px;
    font-size: 16px;
    text-align: right;
    width: 30%;
    height: 30px !important;
    color: #6db652;
    padding-right: 20px;
    padding-bottom: 0 !important;
    font-weight: bold;
    flex-grow: 1;
}
.top_search_wrap .search_wrap .search_title p span{
    font-size: 20px;
}
.top_search_wrap .search_block {
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    border-radius: 10px;
}
.top_search_wrap .search_block .search_block_title{
    background-color: #009c5d;
    border-radius: 10px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    color: #FFFFFF;
}
.top_search_wrap .search_block .search_block_body{
    padding: 5px 15px;
}
.top_search_wrap .search_block .search_block_body div{
    width: 100%;
    margin: 0;
}
.top_search_wrap .search_block .search_block_body dt{
    width: 50%;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 10px;

}
.top_search_wrap .search_block .search_block_body dd{
    width: 50%;
    display: inline-block;
}
.top_search_wrap .search_block .search_block_body select{
    background-color: #FFFFFF;
    margin: 3px 0;
}
.top_search_wrap .search_block_button{
    width: 50% !important;
    padding: 0;
    margin: 0 auto !important;
}

.aboutSection .search_block_button {
    width: 240px;
}
.aboutSection .search_block_button a{
    padding: initial; 
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    text-align: center;
}
.aboutSection .hirameki_link a{
    padding: initial; 
    width: 100%;
    text-align: center;
}
.top_search_wrap .hirameki_link{
    width: 50% !important;
    padding: 0;
    margin: 0 auto !important;
}
.top_search_wrap .hirameki_link a{
    padding: 0 !important;
}

.top .top_search_wrap .button{
    width: 100% !important;
    font-size: 13px;
    padding: 10px 10px;
    text-align: center;
    margin-top: 15px;
}

@media (min-width:769px){
    .japan_map_wrap {
        width: 50%;
    }
    .top_search_wrap {
        display: flex;
    }
    .top_search_wrap .search_block .search_block_body div{
        display: flex;
    }
    .top_search_wrap .search_block_button{
        margin-right: 2px !important;
    }
}
@media (max-width: 768px){

    .top .top_search_wrap .button{
        font-size: 11px !important;
    }

    .top_search_wrap .search_wrap {
        width: 100%;
    }
    /* .search_block_buttons {
        display: flex;
    } */
    .search_block_content dd{
        width: 100% !important;
    }
    .search_block_content select{
        max-width: 100%;
        width: 100% !important;
    }
    .search_block_button {
        width: 100% !important;
    }
    .search_block_buttons a{
        margin-bottom: 5px !important;
    }
}
@media (max-width: 768px){
    .top {
        padding-top: 70px;
    }
    .japan_map_image_wrap {
        width: 200px;
    }
    .japan_map_image_wrap img{
        width: 70px;
        height: 70px;
        top: 20px;
    }
    .japan_map_image_wrap .top_search_text{
        font-size: 12px; 
    }
    .japan_map_image_wrap .top_search_text span{
        font-size: 18px;
    }
}
@media (max-width: 450px){
    .top .top_search_wrap .button{
        font-size: 8px !important;
    }
}

/*==================================================
    table
==================================================*/
.dataList {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #EEEEEE;
}
.company_dataList {
    border-bottom: 2px solid var(--color-orange01);
}

.dataList02 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #85471173;
}
.dataTitle {
    width: 90px;
}
.dataDetail {
    width: calc(100% - 90px);
}
.dataBox{
    margin-bottom: 30px;
}
/* version data */
.vData .dataList{
    padding: 0 0 0 0;
    margin: 0;
    font-size: 13px;
    background-color: #FFF;
}
.vData .dataTitle{
    padding: 15px 10px;
    margin: 0;
    color: #fff;
    background: #823f03;
    font-size: 13px;
    width: 130px;
}
.vData .dataDetail{
    padding: 15px 10px;
}
.vData .dataDetail {
    width: calc(100% - 140px);
}
th,td {
    border: solid 1px;
    border-color:#800000;
    padding: 17px 40px 17px;
    word-break: keep-all;
}
th {
    background-color: #f5f6e3;
    font-weight: normal;
    text-align: left;
    font-size: 25px;
}

.search_table {
    border-collapse:  collapse;
    margin:20px auto;
    width: 90%;
}
.facility_table {
    border-collapse:  collapse;
    margin:20px auto;
    width: 90%;
}
input[type=checkbox] {
    display: none; /* checkboxを非表示にする */
    }
    .sample_label {
    position: relative; /* ボックスの位置を指定する */
    padding: 0 0 0 39px; /* ボックス内側の余白を指定する */
    line-height: 200%;
    }
    .sample_label:hover:after {
    border-color: #0171bd; /* ボックスの境界線を実線で指定する */
    }
    .sample_label:after, .sample_label:before{
    position: absolute; /* ボックスの位置を指定する */
    content: ""; /* ボックスのコンテンツ */
    display: block; /* ブロックレベル要素化する */
    top: 50%; /* 上部から配置の基準位置を決める */
    }
    .sample_label:after {
    left: 15px; /* 左から配置の基準位置を決める */
    margin-top: -10px; /* チェック枠の位置 */
    width: 15px; /* ボックスの横幅を指定する */
    height: 15px; /* ボックスの高さを指定する */
    border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
    border-radius: 6px; /* ボックスの角丸を指定する */
    }
    .sample_label:before {
    left: 21px; /* 左から配置の基準位置を決める */
    margin-top: -7px; /* チェックマークの位置 */
    width: 5px; /* ボックスの横幅を指定する */
    height: 9px; /* ボックスの高さを指定する */
    border-right: 3px solid #0171bd; /* 境界線（右）のスタイルを指定する */
    border-bottom: 3px solid #0171bd; /* 境界線（下）のスタイルを指定する */
    transform: rotate(45deg); /* 要素を回転させる */
    opacity: 0; /* 要素を透過指定する */
    }
    input[type=checkbox]:checked + .sample_label:before {
    opacity: 1; /* 要素を表示する */
    }
.texterea{
    border: solid 1px;
    border-radius:7px;
    padding: 5px;
    width: 116px;
    font-weight: bold;
}
@media (max-width:768px){
    .dataTitle {
        width: 100%;
        font-weight: bold;
    }
    .dataDetail {
        width: 100%;
        margin-top: 10px;
    }
    th {
        padding: 10px;
        font-size:13px;
    }
    td {
        padding: 10px;
        font-size:12px;
    }
    .texterea{
        width: 70px;
        font-size: 10px !important;
    }
}
/*==================================================
    boxWrap
==================================================*/
.singleWrap{
    margin: 50px 0 30px 0;
}
.imgBox{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.imgBoxRooms{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.imgBoxRooms div{
    height: 230px;
    width: 230px;
}
.imgBoxRooms img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.imgBox div {
    width: calc((100% / 3) - 10px );
}
.marginBottom{
    margin-bottom: 30px;
}
.boxWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.halfBox {
    width: 50%;
}
.halfBox.--w30 {
    width: 30%;
}
.halfBox.--w65 {
    width: 65%;
}
.halfBox--margin {
    width: calc(50% - 40px);
}
@media (max-width:768px){
    .singleWrap{
        margin: 20px 0 20px 0;
    }
    .boxWrap:not(:first-of-type){
        margin-top: 25px;
    }
    .halfBox{
        width: 100% !important;
        margin: 0 0 10px 0;
    }
    .halfBox.rightBox{
        margin-top: 10px;
    }
}
/*==================================================
    searchButton
==================================================*/
.searchButton{
    position: fixed;
    left: 0;
    top: 50%;
    width: 60px;
    padding: 10px;
    color: #fff;
    display: flex;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background: #f3be11;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.searchButton__icon{
    width: 40px;
}
.searchButton__text{
    letter-spacing: 1px;
    margin: 10px 0 10px 0;
    writing-mode: vertical-lr;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.japan_map_text{
    font-size: 40px;
    fill: white;
}
@media (max-width:768px){
    a.searchButton {
        bottom: 0;
        top: auto;
        transform: translateY(0);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: initial;
    }
    .searchButton__text {
        writing-mode: revert;
    }
    .searchButton__icon {
        width: 30px;
        margin-right: 14px;
    }
}
/*==================================================
    title
==================================================*/
.title__topBar{
    font-size: 26px;
    margin-bottom: 10px;
    border-top: 3px solid var(--color-grenn01);
    color: #333;
    padding: 13px;
    background: #f3f3f3;
}
.titleBg{
    color: var(--color-grenn02);
    background: var(--color-grenn03);
    padding: 10px;
    margin-bottom: 20px;
}
.titleBg02{
    color: #fff;
    background: var(--color-grenn01);
    padding: 15px;
    margin-bottom: 20px;
}
.titleBg03{
    color: #823f03;
    font-size: 23px;
    margin-bottom: 8px;
}
.titleBg02{
    color: #fff;
    background: #823f03;
    padding: 15px;
    margin-bottom: 20px;
}
.title {
    font-size: 26px;
    margin-bottom: 10px;
}
.title--medium{
    font-size: 20px;
}
.title--margin{
    margin-bottom: 20px;
}
.color_green {
    background: var(--color-grenn01);
}
@media (max-width:1024px){
    .title__topBar{
        font-size: 22px;
    }
    .title {
        font-size: 20px;
    }
    .title--medium{
        font-size: 18px;
    }
}
@media (max-wdith:768px){
    .title--medium{
        font-size: 16px;
    }
}
/*==================================================
    button
==================================================*/
.button{
    padding: 15px 70px;
    background: #f3be11;
    border-radius: 5px;
    color: #fff;
    display: block;
    display: inline-block;
    transition-duration: .3s;
    transition-property:background,color,opacity ;
    white-space: nowrap;
    margin-bottom: 20px;
}
.brown-button{
    padding: 15px 70px;
    background: #823f03;
    border-radius: 5px;
    color: #fff;
    display: block;
    display: inline-block;
    transition-duration: .3s;
    transition-property:background,color,opacity ;
    white-space: nowrap;
    margin-bottom: 20px;
}
.button_now_open{
    padding: 10px 15px;
    background: #9f8167;
    border-radius: 5px;
    color: #fff;
    display: block;
    display: inline-block;
    transition-duration: .3s;
    transition-property:background,color,opacity ;
    white-space: nowrap;
    width:100%;
    margin-bottom: 5px;

}
.flex_rooms {
    display: flex;
}
@media (max-width:768px){
    
    .flex_rooms {
        display: block;
    }
    .rooms_images {
        display:none;
    }
}
.map_button{
    padding: 10px;
    width: clamp(100px , 8vw ,140px);
    text-align: center;
    background: #f3be11;
    border-radius: 5px;
    color: #fff;
    display: block;
    display: inline-block;
    transition-duration: .3s;
    transition-property:background,color,opacity ;
    white-space: nowrap;
}
.LINE_button{
    width: 500px;
    height: 80px;
    padding: 25px;
    font-size: 25px;
    font-weight: bold;
    background: #00B900;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition-duration: .3s;
    transition-property:background,color,opacity ;
    white-space: nowrap;
}
@media (max-width:768px){
    .LINE_button{
        font-size: 22px;
        font-weight: bold;
    }
}
@media (max-width:400px){
    .LINE_button{
        font-size: 16px;
        font-weight: bold;
        height: 50px;
        padding: 15px;
    }
}
.line_button_box{
    width:65%;
    position: absolute;
    z-index:1;
}
.item_button{
    padding: 5px 35px;
    background: #f3be11;
    border-radius: 5px;
    color: #fff;
    display: block;
    display: inline-block;
    transition-duration: .3s;
    transition-property:background,color,opacity ;
    white-space: nowrap;
    margin-top:20px;
}
.item_button_facility{
    padding: 14px;
    background: #a20006;
    border-radius: 5px;
    color: #fff;
    display: block;
    display: inline-block;
    transition-duration: .3s;
    transition-property: background,color,opacity;
    white-space: nowrap;
    margin-top: 20px;
    height: 47px;
    width: 100%;
    min-width: 165px;
    text-align: center;
}
.button:hover{
    text-decoration: none;
    background: #006b40;
    color: #fff;
}
.button_now_open{
    text-decoration: none;
    background: #00a273;
    color: #fff;
    width: 200px;
}
.LINE_img{
    width: 60%;
}
.LINE_button:hover{
    text-decoration: none;
    background: #006b40;
    color: #fff;
}

.buttons--fontsize-large{
    font-size: 24px;
}
.button--large{
    width: 55%;
}
.primaryButton--bgGreen01{
    background: var(--color-grenn04);
}
.button.primaryButton--bgGreen01:hover{
    opacity: .8;
    background: var(--color-grenn04);
    color:#fff ;
}

.primaryButton--bgOrange01{
    background: #a20006;
}
.button.primaryButton--bgOrange01:hover{
    opacity: .8;
    background: #a20006;
    color:#fff ;
}
.button_now_open.primaryButton--bgBlue01{
    background: var(--color-blue01);
}
.button_now_open.primaryButton--bgBlue01:hover{
    opacity: .8;
    background: #355371;
    color:#fff ;
}
svg{
    position: relative;
    bottom: 140px;
}
svg a path{
    transition: fill 0.3s linear;
}
a:hover path{
    opacity: 0.6 ;
}
.header-buttons {
    display: flex;
}
.header-regist {
    width: 150px;
    height: 54px;
    display: inline-block;
    border: #2dae77 2px solid;
    border-radius: 10px;
    display: flex;
    line-height: 16px;
    align-items: center;
}
.header-regist:hover {
    transform:scale(1.1,1.1);
    transition:0.5s all;
    background: #009c5d;
}
.header-regist:hover span {
    color: #ffffff;
}
.header-regist img{
    width: auto;
    height: 54px;
    display: inline;
}
.header-regist span {
    display: inline;
    color: #2dae77;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
@media (max-width:925px){
    .header-regist {
        width: 130px;
        height: 34px;
        line-height: 16px;
    }
    .header-regist img{
        height: 34px;
    }
    .header-regist span {
        font-size: 12px;
    }
    .header__box a {
        margin-left: 10px;
    }
}
@media (max-width:768px){
    .header-buttons {
        position:fixed;
        right:5px;
        bottom:5px;
        background-color: #FFFFFF;
        border-radius: 10px;
        margin-left: 0 !important;
    }
    .header__navi .buttons .header-regist {
        width: 150px;
        height: 54px;
        line-height: 16px;    
        padding: 0 !important;
        margin-left: 0 !important;

    }
    .header-regist img{
        height: 54px;
    }
    .header-regist span {
        font-size: 14px;
    }

}

@media (max-width:1024px){
    .button--large{
        width: 75%;
    }
    .buttons--fontsize-large{
        font-size: 20px;
    }
    .button{
        padding: 20px 40px;
    }
    .header__button a{
        font-size: 15px;
    }
}
@media (max-width:768px){
    .LINE_button{
        margin-bottom: 30px;
    }
    .buttons--spW100{
        width: 100%;
        margin: 0 0 15px 0  ;
    }
    .buttons--spW100 .button{
        width: 100%;
    }
    .button--large{
        width: 95%;
    }
    .buttons--fontsize-large{
        font-size: 18px;
    }
    .header__link a,.button{
        font-size: 14px;
    }
    .LINE_img,.LINE_button{
        width: 100%;
    }
    svg{
        position: relative;
        margin-top:10px;
        bottom: 0px !important;
    }
    .line_button_box{
        width:90%;
    }
    .item_button{
        margin-top: 0px;
    }
    .item{
        width: 70%;
    }
}
/*==================================================
    parts
==================================================*/
.w40{
    width: 40%;
}
.w60{
    width: 60%;
}
.w80{
    width: 80%;
}
.w100{
    width: 100%;
}
@media (max-width:768px){
    .w100_sp{
        width: 100%;
    }
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.contentBox{
    margin-top: 35px;
}
@media (max-width:768px){
    .contentBox{
        margin-top: 20px;
    }
    .contentBox_sp0{
        margin-top: 0px;
    }
}

.imgBg{
    text-align: center;
    background: #f3f3f3;
}
.orange_frame {
    border: 3px solid #823f03;
    padding: 25px;
    border-radius: 30px;
    background-color: #f5f6e3;
    margin-bottom: 50px;
}
.orange_frame:not(:first-of-type){
    margin-top: 45px;
}
.underlineLink{
    text-decoration: underline;
}
.underline:hover{
    text-decoration: underline;
}
.color__white{
    color: #fff;
}
.bg_green{
    background: #e3f6e3;
}
.bg_orange{
    background: var(--color-orange01);
}
.bg_blue{
    background: var(--color-blue01);
}
.bold{
    font-weight: bold;
}
.hoverLink{
    transition-duration: .3s;
    transition-property: opacity;
}
.hoverLink:hover{
    opacity: .8;
}
.order1{
    order:1 ;
}
.order2{
    order:2 ;
}
.order3{
    order:3 ;
}
.sp{
    display: none;
}
@media (max-width:768px){
    .orange_frame {
        padding: 15px;
    }
    .order1_sp{
        order:1 ;
    }
    .order2_sp{
        order:2 ;
    }
    .order3_sp{
        order:3 ;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/*==================================================
.spBtn
==================================================*/

.spMenu{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 95px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 500;
    display: none;
    opacity: 1;
    cursor: auto;
    pointer-events: auto;
}
.spMenu.js_active{
    display: block;
}
.spMenu.js_active ul{
    display: block;
}
.spMenu li{
    border-top: 1px solid #ccc;
}

.spMenu li:nth-child(2) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.spMenu li:nth-child(3) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.spMenu li:last-of-type{
    border-bottom: 1px solid #ccc;
}
.spMenu a{
    padding: 13px 10px;
    display: block;
    color: #333;
}
.spText {
    position: absolute;
    width: 128px;
    height: 24px;
    top: 14px;
    right: 40px;
    font-weight: bold;
    font-size: 12px;
    color: var(--color-grenn01);
}
.spBtn-wrap {
    position: absolute;
    width: 50px;
    top: 14px;
    right: 10px;
}
.spBtn {
    position: relative;
    width: 50px;
    height: 24px;
    cursor: pointer;
    display: none;
    top: 0;
    right: 0;
    text-align: right !important;
  }
  .spBtn span {
    position: absolute;
    right: 0;
    width: 80%;
    height: 4px;
    background-color: var(--color-grenn01);
    border-radius: 4px;
  }
  .spBtn, .spBtn span {
    transition: all .3s;
    box-sizing: border-box;
  }
  .spBtn span:nth-of-type(1) {
    top: 0;
  }
  .spBtn span:nth-of-type(2) {
    top: 10px;
  }
  .spBtn span:nth-of-type(3) {
    bottom: 0;
    color: #006b40;
    font-weight: bold;
  }

  .spBtn.js_active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .spBtn.js_active span:nth-of-type(2) {
    opacity: 0;
  }
  .spBtn.js_active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .spBtn-wrap .btnText{
    font-weight: bold;
    position: relative;
    top: 7px;
    right: -6px;
    color: #1cb962;
  }
  @media (min-width:768px){
    .spMenu{
        opacity: 0;
        cursor: none;
        pointer-events: none;
    }
    .spBtn-wrap .btnText{
        display: none;
    }
}
@media (max-width:768px){
    .spBtn{
        display: block;
    }
}
/*==================================================
    list
==================================================*/
.listDot,.listDecimal{
    padding: 0 0 0 20px;
}
.listDot li{
    list-style: disc;
    margin: 0 0 10px 0;
}
.listDecimal li {
    list-style: decimal;
    margin: 0 0 10px 0;
}
.more {
    margin: 20px 0 0 20px;
}
.listMore li{
    list-style: none;
    margin: 0 0 10px 0;
}

/*==================================================
    anchor
==================================================*/
.anchorInnner {
    padding-top: 200px;
    margin-top:-200px;
}
@media (max-width:768px){
    .anchorInnner {
        padding-top: 80px;
        margin-top:-80px;
    }
}
/*==================================================
    input
==================================================*/

input, button, select, textarea {
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    font-size: 16px !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
select::-ms-expand {
    display: none; /* デフォルトの矢印を無効(IE用) */
}
.select_icon {
    background-image: url('../../images/select.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
.button_2_search{
    color: white;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    margin-top: 20px;
    padding: 14px 0;
    font-size: 25px !important;
}
.button_2_room{
    color: white;
    text-align: center;
    width: 85%;
    border-radius: 8px;
    padding: 13px 0;
    font-size: 16px !important;
}
.button_2_room_slider{
    color: white;
    text-align: center;
    width: 53%;
    border-radius: 8px;
    padding: 13px 0;
    font-size: 16px !important;
}
.button_1_search{
    color: white;
    width: 45%;
    border-radius: 8px;
    margin-top: 20px;
    padding: 14px 0;
    font-size: 25px;
    text-align: center;
}
@media (max-width:768px){
    .button_1_search{
        color: white;
        width: 45%;
        border-radius: 8px;
        margin-top: 20px;
        /* padding: 14px 0; */
        font-size: 15px;
        width: 100%;
        
    }
}
input[type='checkbox'], input[type='radio'] {
    /* position: absolute; */
  opacity: 0;
  z-index: -1;
}


input[type=checkbox] {
    display: none;
}
input[type='submit'], input[type='button'], label, button, select {
    cursor: pointer;
}

.contact__list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.contact__title{
    width: 300px;
    background: #00a864;
    font-weight: bold;
    padding: 25px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px 0;
}
.contact__data{
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
    padding: 10px 10px;
    transition-duration: .3s;
    margin: 0 0 10px 0;
}


.inputCheckbox {
    margin-bottom: 10px;
}
.inputCheckbox:not(:last-of-type){
    margin-right: 20px;
}
.inputBox:not(:first-of-type){
    margin-top: 15px;
}

.input_form{
    width: 100%;
    height: 60px;
    padding: 10px 10px;
    background: #ffffff;
    border: 2px solid #ff5504;
}
@media (max-width:1024px){
    .contact__title{
        width: 100%;
        padding: 10px;
    }
    .contact__data {
        width: 100%;
        padding: 0;
        margin: 0px 0 30px 0;
    }
}
/* checkbox */

.count-click{
    width: 100%;
}
.count-change{
    width: 100%;
}
.contact_form input, .contact_form textarea {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #ececec;
    border: initial;
}
.contact_form .input_form_datetime{
    width: 50%;
}
.checkbox01 {
    position: relative;
    width: 150px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 3px 30px 3px 40px;
    /* margin: 0 25px 15px 0; */
}
.modal-check .checkbox01 {
    width: auto;
}

.checkbox01::before {
    background: transparent;
    border: 2px solid #333333b0;
    border-radius: 3px;
    content: '';
    display: block;
    height: 14px;
    left: 16px;
    margin-top: 0;
    position: absolute;
    top: 7px;
    width: 14px;
}
.checkbox01::after {
    border-right: 4px solid var(--color-orange01);
    border-bottom: 4px solid var(--color-orange01);
    content: '';
    display: block;
    height: 9px;
    left: 20px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(45deg);
    width: 5px;
    z-index: 100;
}
input[type=checkbox]:checked+.checkbox01::after {
    opacity: 1;
}
.checkbox02 {
    position: relative;
    width: 150px;
    max-width: 100%;
    /* width: 20%; */
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 3px 30px 3px 40px;
    /* margin: 0 25px 15px 0; */
    vertical-align: top;
    /* height: 40px; */
}
.modal-check .checkbox02 {
    width: auto;
}

.checkbox02::before {
    background: transparent;
    border: 2px solid #DDDDDD;
    border-radius: 3px;
    content: '';
    display: block;
    height: 14px;
    left: 16px;
    margin-top: 0;
    position: absolute;
    top: 7px;
    width: 14px;
}

    .checkbox02::after {
        border-right: 4px solid var(--color-orange01);
        border-bottom: 4px solid var(--color-orange01);
        content: '';
        display: block;
        height: 9px;
        left: 20px;
        margin-top: 0;
        opacity: 0;
        position: absolute;
        top: 8px;
        transform: rotate(45deg);
        width: 5px;
        z-index: 100;
    }
    input[type=checkbox]:checked+.checkbox02::after {
        opacity: 1;
    }
    .checkbox03 {
        position: relative;
        width: auto;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        padding: 3px 30px 3px 40px;
    }
    .kbn_span .checkbox03{
        padding: 3px 5px 3px 35px;
    }
    .checkbox03::before {
        background: transparent;
        border: 2px solid #333333b0;
        border-radius: 3px;
        content: '';
        display: block;
        height: 14px;
        left: 16px;
        margin-top: 0;
        position: absolute;
        top: 7px;
        width: 14px;
    }
    .checkbox03::after {
        border-right: 4px solid var(--color-orange01);
        border-bottom: 4px solid var(--color-orange01);
        content: '';
        display: block;
        height: 9px;
        left: 20px;
        margin-top: 0;
        opacity: 0;
        position: absolute;
        top: 8px;
        transform: rotate(45deg);
        width: 5px;
        z-index: 100;
    }
    input[type=checkbox]:checked+.checkbox03::after {
        opacity: 1;
    }
    .checkbox04 {
        position: relative;
        width: auto;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        padding: 3px 30px 3px 40px;
    }
    .checkbox04::before {
        background: transparent;
        border: 2px solid #DDDDDD;
        border-radius: 3px;
        content: '';
        display: block;
        height: 14px;
        left: 16px;
        margin-top: 0;
        position: absolute;
        top: 7px;
        width: 14px;
    }
    .checkbox04::after {
        border-right: 4px solid var(--color-orange01);
        border-bottom: 4px solid var(--color-orange01);
        content: '';
        display: block;
        height: 9px;
        left: 20px;
        margin-top: 0;
        opacity: 0;
        position: absolute;
        top: 8px;
        transform: rotate(45deg);
        width: 5px;
        z-index: 100;
    }
    input[type=checkbox]:checked+.checkbox04::after {
        opacity: 1;
    }

/* radio */
.checkbox-parts {
    height: 25px;
    padding-left: 35px;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #333;
    border-radius: 100%;
    box-sizing: initial;
}
.checkbox-input+.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 13px;
    height: 13px;
    background: var(--color-orange01);
    opacity: 1;
    border-radius: 50%;
    opacity: 0;
}
.checkbox-input:checked+.checkbox-parts::after {
    opacity: 1;
}
label.radio {
    margin: 0 25px 15px 0;
    display: block;
}
/* checkbox */
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 10px 10px;
	color: #666666;
}
/* submit */
input.submit01{
    width: auto;
    padding: 15px 25px;
    background: #f3be11;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    transition-duration: .3s;
    border-color: transparent;
    font-size: 20px !important;
    transition-property: background,color,opacity;
}
input.submit01.bgRed{
    background: #ca2323;
}
input.submit02{
    width: auto;
    padding: 15px 25px;
    background: var(--color-orange01);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    transition-duration: .3s;
    border-color: transparent;
    font-size: 20px !important;
    transition-property: background,color,opacity;
}
/*==================================================
    flex
==================================================*/
.flex {
    display: flex;
}
@media (max-width:768px){
    .sp--flex {
        display: flex;
    }
}
.flex_response {
    display: flex;
}
.wrap{
    flex-wrap: wrap;
}
.wrapSp{

}
.ta_c{
    text-align: center;
}
.ta_l{
    text-align: left;
}
.ta_r{
    text-align: right;
}
@media (max-width:768px){
    .ta_c_sp{
        text-align: center;
    }
    .ta_l_sp{
        text-align: left;
    }
    .ta_r_sp{
        text-align: right;
    }
    .flex_response {
        display: block;
    }
    .button_2_room {
        color: white;
        text-align: center;
        border-radius: 8px;
        padding: 13px 0;
        margin: 20px 15% 50px;
        font-size: 16px !important;
        width: 70%;
    }
    .checkbox01 {
        margin-top: 8px;
        margin-left: 20px;
    }
    .checkbox02 {
        margin-top: 8px;
        margin-left: 20px;
    }
}
button, input, optgroup, select, textarea{
    /* border: 1px solid #333; */
    padding: 4px;
}
.bprderOrange{
    border: 1px solid var(--color-orange01);
}
select{
    display: inline-block;
}
.ml10{
    margin-left: 10px;
}
.ml20{
    margin-left: 20px;
}
.bg_green02{
    background: var(--color-grenn04);
}

@media (max-width:768px){
    .order2_sp{
        order: 2;
    }
    .order3_sp{
        order: 3;
    }
}

.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
@media (max-width:768px){
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .searchButton {
        position: fixed;
        left: 0;
        top: 50%;
        width: 50px;
        padding: 10px;
        color: #fff;
        display: flex;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        background: #00a864;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1;
    }
}
.enactment {
    text-align: center;
}
.url:hover{
    background-color: gray;
}
.titleBg img {
    width: 17px;
    float: right;
    top: 0px;
    margin: 2px 0 0.8em 0.8em;
}

#id {
    border-bottom: #111 solid 1px;
    padding-bottom: 0px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

  /*タブのスタイル*/
  


  .tab_item {
    width: calc(100%/4);
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item_facility {
    width: calc(100%/3);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
.location{
    background-color: #f5f6e3;
}
.age{
    background-color: #c2e3f1;
}
.design{
    background-color: #f8bdae;
}
.kuchikomi{
    background-color: #f6eee3;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content_1 {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    background-color: #f5f6e3;
}
.tab_content_2 {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    background-color: #c2e3f1;
}
.tab_content_3 {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    background-color: #f8bdae;
}
.tab_content_4 {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    background-color: #f6eee3;
}
.tab_image {
    
    width: 70%;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;

}
.tab_image_content {
    
    margin: auto;
    max-height: 450px;
    min-height: 450px;

}


.tab_content_description{
    width:90%;
    margin:0 auto;
    position:relative;
}
.tab_content_description_time{
    width:90%;
    margin:0 auto;
    display: flex;
}
.tab_content_description_facility{
    width:90%;
    min-height: 120px;
    height: auto;
    margin:0 auto;
}
.tab_content_description p{
    font-size:20px;
}
.tab_content_description_facility p{
    font-size:20px;
}
.japan_link{
    color: blue;
    text-decoration: underline;
    margin-right: 0.7em;
}
.tab_content_1_item{
    width:30%;
    height: clamp(92.64px, 11vw, 144px);
    margin:20px 20px 20px 0px;
    text-align: center;
}
.tab_content_1_item img{
    object-fit: contain;
    height: 100%;
}
.tab_title{
    font-size: 20px;
    font-weight: bold;
    color: black;
  }

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#kuchikomi:checked ~ #kuchikomi_content  {
display: block;
}

/* 選択されているタブのスタイルを変える
.tabs input:checked + .tab_item {
    background-color: #5ab4bd;
    color: #fff;
  } */


@media (max-width:768px){
    .tab_content {
        padding: 10px 10px 0;
    }
    .tab_item_facility {
        line-height:25px;
        font-size:11px !important;
        padding-top: 14px;
        line-height: 1.5em;
    }
    .tab_content_1 {
        padding: 40px 40px 0;
    }
    .tab_content_description_facility{
        width: 100%;
    }
    .tab_content_description_time{
        display: inline;
    }
    .tab_content_1_item{
        width:80%;
        margin: 20px auto;
        height: clamp(141.81px, 42vw, 310.66px);
    }
    .tab_content_1_text_time p{
        width: 80%;
    }
    .tab_image_content {
    
        margin: auto;
        max-height: 150px;
        min-height: 150px;
    
    }

}

td.cityTd{
    padding: 0 !important;
}
.ctiy_area{
    height: 300px;
    overflow-y: scroll;
    /* border: 1px black solid; */
}
.pref_select{
    height: 35px;
    width: 100%;
    max-width: 200px;
    min-width: 100px;
    border-radius: 2px;
    border: solid 1px grey;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.station_select{
    height: 35px;
    width: 100%;
    max-width: 300px;
    min-width: 150px;
    border-radius: 2px;
    border: solid 1px grey;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.station_span{
    width: 100px;
    display: inline-block;
}
.city_span{
    width: 120px;
    display: inline-block;
}
.kbn_span{
    /* width: 230px; */
    /* display: inline-block; */
}
.kbn_td{
    padding: 17px 10px;
}
.search_num{
    display: inline-block;
    width: 100px;
    text-align: right;
}
dd.blog-content img{
    vertical-align: middle;
}

.blog_banner {
    border-top: 2px #4ea72d solid;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.blog_banner .blog_banner_content {
    margin: 0 auto;
}
.blog_banner .blog_banner_content .font-green{
    color: #009c5d;
    font-weight: bold;
}
.blog_banner .blog_banner_content .header-regist {
    width: 190px !important;
    height: 70px !important;
    margin-left: 20px;
    margin-top: 10px;
}
.blog_banner .blog_banner_content .header-regist span{
    font-size: 18px;
}
@media (min-width:790px){
    .blog_banner .blog_banner_content {
        display: flex;
    }
}
@media (max-width:789px){
    .blog_banner .blog_banner_content .header-regist {
        margin: 0 auto;
    }
}