@charset "UTF-8";

.header_logo {
    width: 370px;
    height: auto;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 998;
}

h2 {
    width: 200px;
    margin: 0 auto;
}

h2 img {
    width: 100%;
}

.header_logo img {
    width: 100%;
    height: 100%;
}

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(255, 255, 255, 0.8);
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    top: 0;
}

.g_nav_list {
    display: flex;
    gap: 100px;
    justify-content: center;
}

/*ナビゲーション*/
.g-nav ul:first-child {
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
    top: 200px;
}

.g-nav ul:last-child {
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
    top: 200px;
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    border-bottom: 1px solid #333;
    width: 300px;
    font-family: 'Shippori Mincho', serif;
}

#g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 20px 0 8px 0;
    display: block;
    letter-spacing: 0.1em;
}

.g-nav_image {
    width: 300px;
    margin: 60px auto;
}

.g-nav_reserve {
    width: 240px;
    height: 40px;
    background: #fff;
    position: absolute;
    margin: 0 auto 50px;
    bottom: 65px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.g-nav_reserve_s {
    position: absolute;
    width: 225px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 1px solid #333;
}

.g-nav_reserve a {
    text-decoration: none;
}

.g-nav_reserve p {
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    line-height: 25px;
    color: #56473c;
    font-size: 14px;
}

.g-nav_reserve_s span::before {
    content: "・";
}

.g-nav_sns {
    position: absolute;
    bottom: 0;
    display: flex;
    margin-bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
}

.g-nav_sns img {
    width: 100%;
}

.g-nav_sns_icon {
    margin: 0 40px;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
    /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 9999;
}

/*ボタン内側*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
}

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
    height: 2px;
    background: #333;
    width: 62%;
    left: 10px;
}

.openbtn span:nth-of-type(1) {
    top: 13px;
}

.openbtn span:nth-of-type(2) {
    top: 18px;
    left: 5px;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #333;
    font-family: 'Shippori Mincho', serif;
}

.openbtn span:nth-of-type(3) {
    top: 36px;
}

/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.main_image {
    background-image: url(../image/main_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.main_image_logo {
    width: 200px;
    height: auto;
    padding: 100px;
    margin: 0 auto;
}

.main_image_logo img {
    width: 100%;
}

.sub_menu {
    background-color: #56473c;
    width: 100%;
    height: 80px;
    margin-bottom: 300px;
}

.sub_menu_list {
    display: flex;
    justify-content: center;
}

.sub_menu_list li {
    padding: 30px;
}

.sub_menu_list a {
    text-decoration: none;
    color: #fff;
}

.nekomata_onsen_content {
    display: flex;
    height: 600px;
    justify-content: center;
    gap: 130px;
    align-items: center;
    margin-bottom: 200px;
}

.nekomata_onsen_content_image {
    position: relative;
    width: 640px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nekomata_onsen_content_image::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 15px 15px #FFF;
}

.nekomata_onsen_content_image img {
    width: 120%;
}

.nekomata_onsen_content_text {
    display: flex;
    flex-direction: row-reverse;
}

.nekomata_onsen_content p {
    font-family: 'Shippori Mincho', serif;
    font-size: 24px;
    writing-mode: vertical-rl;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.nekomata_onsen_content_r {
    display: flex;
    height: 600px;
    justify-content: center;
    gap: 178px;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 200px;
}

.nekomata_onsen_content_r_image {
    position: relative;
    width: 640px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nekomata_onsen_content_r_image::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 15px 15px #FFF;
}

.nekomata_onsen_content_r_image img {
    width: 120%;
}

.nekomata_onsen_content_r_text {
    display: flex;
    flex-direction: row-reverse;
}

.nekomata_onsen_content_r p {
    font-family: 'Shippori Mincho', serif;
    font-size: 24px;
    writing-mode: vertical-rl;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.section_bath {
    background-image: url(../image/buth_back_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
    width: 100%;
    margin-bottom: 200px;
}

.section_bath h2 {
    text-align: center;
    mix-blend-mode: color-burn;
    margin-bottom: 100px;
}

.section_bath h3 {
    font-size: 24px;
    font-family: 'Shippori Mincho', serif;
    padding-left: 100px;
    padding-bottom: 50px;
    color: #333;
}

.section_bath p {
    font-family: 'Shippori Mincho', serif;
    padding-left: 100px;
    padding-bottom: 50px;
}

.section_bath ul {
    padding-left: 100px;
    list-style: none;
    line-height: 1.8;
    font-family: 'Shippori Mincho', serif;
    padding-bottom: 30px;
}

.main_bash {
    max-width: 1000px;
    height: 400px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.main_bash img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-sizing: border-box;
}

.sub_bash {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 50px;
    padding: 0 20px;
}

.sub_bash_image {
    width: 300px;
    height: 225px;
    max-width: 320px;
}

.sub_bash_image img {
    width: 100%;
    height: 75%;
    object-fit: cover;
    border-radius: 10px;
}

.section_restaurant {
    background-image: url(../image/restaurant_back_image.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 80px 0;
    width: 100%;
    margin-bottom: 200px;
}

.section_restaurant h2 {
    text-align: center;
    margin-bottom: 100px;
}

.restaurant_content {
    display: grid;
    grid-auto-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 960px;
    margin: 0 auto;
}

.restaurant_1 {
    display: flex;
    max-width: 640px;
    max-height: 320px;
    background-color: #e7e7eb;
    align-items: center;
    grid-column: 3/7;
    grid-row: 1/3;
}

.restaurant_1_image {
    display: flex;
    max-width: 420px;
    max-height: 280px;
    margin: 20px;
}

.restaurant_1_image img {
    width: 100%;
}

.restaurant_1_text {
    color: #333;
    max-width: 180px;
    padding: 20px 0px 20px 20px;
    font-family: 'Shippori Mincho', serif;
    text-align: justify;
}

.restaurant_1_text h5 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 16px;
}

.restaurant_1_text h4 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
}

.restaurant_1_text p {
    line-height: 1.8em;
    box-sizing: border-box;
}

.restaurant_2 {
    max-width: 320px;
    max-height: 640px;
    background-color: #a89dac;
    align-items: center;
    grid-column: 1/3;
    grid-row: 2/6;
}

.restaurant_2_image_box {
    max-width: 280px;
    max-height: 400px;
    margin: 20px;
    margin-bottom: 0;
    align-items: center;
}

.restaurant_2_image img {
    width: 100%;
    max-height: 180px;
}

.restaurant_2_image:first-child {
    padding-top: 20px;
}

.restaurant_2_text {
    color: #333;
    max-width: 280px;
    font-family: 'Shippori Mincho', serif;
    padding: 20px;
    padding-top: 0;
}

.restaurant_2_text h5 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 16px;
}

.restaurant_2_text h4 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 5px;

}

.restaurant_2_text p:nth-child(3) {
    text-align: center;
    font-size: small;
    padding-bottom: 20px;
}

.restaurant_2_text p:last-child {
    line-height: 1.8em;
}

.restaurant_3 {
    max-width: 320px;
    max-height: 640px;
    background-color: #c4a3bf;
    align-items: center;
    grid-column: 5/7;
    grid-row: 3/7;
}

.restaurant_3_image_box {
    max-width: 280px;
    max-height: 400px;
    margin: 20px;
    align-items: center;
}

.restaurant_3_image img {
    width: 100%;
    max-height: 180px;
}

.restaurant_3_image:first-child {
    padding-top: 20px;
}

.restaurant_3_text {
    color: #333;
    max-width: 280px;
    font-family: 'Shippori Mincho', serif;
    padding: 20px;
    padding-bottom: 0;
}

.restaurant_3_text h5 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 16px;
}

.restaurant_3_text h4 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 5px;

}

.restaurant_3_text p:nth-child(3) {
    text-align: center;
    font-size: small;
    padding-bottom: 20px;
}

.restaurant_3_text p:last-child {
    line-height: 1.8em;
}

.restaurant_4 {
    display: flex;
    max-width: 640px;
    max-height: 320px;
    background-color: #c8c2c6;
    align-items: center;
    grid-column: 1/5;
    grid-row: 6/8;
}

.restaurant_4_image {
    display: flex;
    max-width: 420px;
    max-height: 280px;
    margin: 20px;
}

.restaurant_4_image img {
    width: 100%;
}

.restaurant_4_text {
    color: #333;
    max-width: 180px;
    padding: 20px 0px 20px 20px;
    font-family: 'Shippori Mincho', serif;
    text-align: justify;
}

.restaurant_4_text h5 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 16px;
}

.restaurant_4_text h4 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
}

.restaurant_4_text p {
    line-height: 1.8em;
    box-sizing: border-box;
}

.restaurant_sub_title1 {
    width: 160px;
    max-height: 480px;
    grid-column: 4/5;
    grid-row: 3/6;
    writing-mode: vertical-rl;
    font-size: 48px;
    font-family: 'Shippori Mincho', serif;
    display: flex;
    align-items: center;
}

.restaurant_sub_title1 p {
    color: #fff;
    padding-top: 50px;
    padding-right: 40px;
}

.restaurant_sub_title2 {
    width: 160px;
    max-height: 480px;
    grid-column: 3/4;
    grid-row: 3/6;
    writing-mode: vertical-rl;
    font-size: 48px;
    font-family: 'Shippori Mincho', serif;
    display: flex;
    justify-content: end;
    align-items: center;
}

.restaurant_sub_title2 p {
    color: #ffffaa;
    padding-bottom: 50px;
    padding-left: 40px;
}

.restaurant_sub_title2 p::before {
    content: "『";
    padding-bottom: 8px;
}

.restaurant_sub_title2 p::after {
    content: "』";
    padding-top: 8px;
}

.section_room {
    width: 100%;
    margin-bottom: 200px;
}

.section_room h2 {
    text-align: center;
    margin-bottom: 100px;
}

.room_image_box {
    display: flex;
    align-items: center;
    background: linear-gradient(#fff, #c1e4e9);
}

.room_image_text {
    width: 50%;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
    color: #432f2f;
    line-height: 1.8em;

}

.room_image {
    width: 50%;
    background-color: #fff;
}

.room_image img {
    width: 100%;
    height: auto;
    padding: 35px;
    box-sizing: border-box;
}

.room_image_box_r {
    display: flex;
    align-items: center;
    background: linear-gradient(#c1e4e9, #89c3eb);
    flex-direction: row-reverse;
}

.room_image_text_r {
    width: 50%;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 24px;
    color: #432f2f;
    line-height: 1.8em;
}

.room_image_text_r p:first-child {
    font-size: 16px;
}

.room_image_text_r p:last-child::before {
    content: "「";
    padding-right: 5px;
}

.room_image_text_r p:last-child::after {
    content: "」";
    padding-left: 5px;
}

.room_image_r {
    width: 50%;
    background-color: #fff;
}

.room_image_r img {
    width: 100%;
    height: auto;
    padding: 35px;
    box-sizing: border-box;
}

.room_image_box_2 {
    display: flex;
    align-items: center;
    background: linear-gradient(#89c3eb, #84a2d4);
}

.room_image_2_text {
    width: 50%;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
    color: #432f2f;
    line-height: 1.8em;
}

.room_image_2_text p:first-child {
    font-size: 16px;
}

.room_image_2_text p:last-child::before {
    content: "「";
    padding-right: 5px;
}

.room_image_2_text p:last-child::after {
    content: "」";
    padding-right: 5px;
}

.room_image_2 {
    width: 50%;
    background-color: #fff;
}

.room_image_2 img {
    width: 100%;
    height: auto;
    padding: 35px;
    box-sizing: border-box;
}

.room_image_box_r2 {
    display: flex;
    align-items: center;
    background: linear-gradient(#84a2d4, #698aad);
    flex-direction: row-reverse;
}

.room_image_text_r2 {
    width: 50%;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 24px;
    color: #432f2f;
    line-height: 1.8em;
}

.room_image_text_r2 p:first-child {
    font-size: 16px;
}

.room_image_text_r2 p:last-child::before {
    content: "「";
    padding-right: 5px;
}

.room_image_text_r2 p:last-child::after {
    content: "」";
    padding-left: 5px;
}

.room_image_r2 {
    width: 50%;
    background-color: #fff;
}

.room_image_r2 img {
    width: 100%;
    height: auto;
    padding: 35px;
    box-sizing: border-box;
}

.section_access {
    margin-bottom: 200px;
}

.section_access h2 {
    margin-bottom: 100px;
    text-align: center;
}

.entrance_image_content {
    position: relative;
}

.entrance_image_box {
    width: 100%;
    height: 50vw;
}

.entrance_image_box img {
    width: 100%;
    height: 100%;
}

.access_text {
    width: 85%;
    height: auto;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.access_text dl:first-child {
    margin-top: 50px;
}

.access_text dl {
    display: flex;
    font-family: 'Shippori Mincho', serif;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin: 0 50px;
    margin-bottom: 50px;
}

.access_text dt {
    width: 45%;
    text-align: left;
}

.access_text dd {
    width: 55%;
    text-align: left;
    font-size: 14px;
}

.section_access iframe {
    width: 100%;
    height: 40vw;
    object-fit: none;
}

.google_map {
    width: 150px;
    height: 30px;
    background-color: #4C2E30;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    display: none;
}

.google_map a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.google_map:hover {
    opacity: 0.5;
    cursor: pointer;
}

footer {
    background-color: #000;
}

.footer_reserve {
    width: 300px;
    height: 60px;
    background: #fff;
    position: relative;
    margin: 0 auto 70px;
    top: 20px;
}

.footer_reserve_s {
    position: absolute;
    width: 280px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 1px solid #333;
}

.footer_reserve a {
    text-decoration: none;
}

.footer_reserve p {
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    line-height: 40px;
    color: #56473c;
}

.footer_reserve_s span::before {
    content: "・";
}

.footer_reserve_image {
    width: 350px;
    margin: 0 auto 20px;
}

.footer_reserve_image img {
    width: 100%;
}

.footer_reserve_address {
    text-align: center;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 60px;
}

.footer_sns {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}

.footer_sns_icon {
    margin: 0 40px;
}

.footer_link {
    display: flex;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    justify-content: center;
    margin-bottom: 90px;
}

.footer_link P::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 32px;
    background-image: url(../image/SNS/cat_point.png);
    background-size: contain;
    vertical-align: middle;
}

.footer_link p {
    margin: 0 25px;
}

.copyright {
    font-size: small;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

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

    .header_logo {
        width: 200px;
    }

    .main_image {
        background-image: url(../image/main_image_sp.jpg);
        background-position: bottom;
        height: 160vw;
    }

    .main_image_logo {
        width: 100px;
        padding-top: 150px;
    }

    .sub_menu {
        display: none;
    }

    .nekomata_onsen_content {
        gap: 30px;
        height: 300px;
        margin: 100px 10px 50px;
    }

    .nekomata_onsen_content p {
        font-size: 14px;
    }

    .nekomata_onsen_content_r {
        gap: 30px;
        height: 300px;
        margin: 100px 10px 50px;
    }

    .nekomata_onsen_content_r p {
        font-size: 16px;
    }

    .nekomata_onsen_content_image {
        width: 320px;
    }

    .nekomata_onsen_content_r_image {
        width: 320px;
    }

    .section_bath h2 {
        width: 150px;
    }

    .section_bath h2 img {
        width: 100%;
    }

    .section_bath h3 {
        font-size: 20px;
        padding-left: 0;
        text-align: center;
    }

    .section_bath p {
        padding-left: 0;
        margin: 0 10px;
        text-align: center;
        line-height: 1.5em;
    }

    .section_bath ul {
        padding-left: 0;
        margin: 0 10px;
    }

    .section_bath li:first-child {
        margin-bottom: 10px;
    }

    .main_bash {
        margin-bottom: 50px;
    }

    .sub_bash {
        flex-wrap: wrap;
    }

    .sub_bash_image {
        width: 320px;
        height: 100%;
    }

    .restaurant_content {
        grid-auto-columns: 1fr 1fr 1fr 1fr;
        grid-auto-flow: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: 640px;
        padding: 20px;
    }

    .section_restaurant {
        background-size: 450%;
    }

    .section_restaurant h2 {
        width: 150px;
    }

    .section_restaurant h2 img {
        width: 100%;
    }

    .restaurant_1 {
        grid-column: 1/5;
        grid-row: 2/4;
        max-width: 640px;
        max-height: 320px;
    }

    .restaurant_1_image {
        width: 60%;
    }

    .restaurant_1_text {
        width: 40%;
    }

    .restaurant_1_text p {
        line-height: 1.5em;
        font-size: 14px;
    }

    .restaurant_1_text h5 {
        font-size: 12px;
        padding-bottom: 5px;
    }

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

    .restaurant_2 {
        display: flex;
        grid-column: 1/5;
        grid-row: 4/6;
        max-width: 640px;
        max-height: 320px;
    }

    .restaurant_2_image_box {
        width: 60%;
        max-width: none;
        max-height: 280px;
        margin: 20px;
    }

    .restaurant_2_image_box img {
        max-height: 140px;
        object-fit: cover;
    }

    .restaurant_2_image:first-child {
        padding-top: 0px;
    }

    .restaurant_2_text {
        width: 40%;
        padding-left: 0;
        padding-top: 20px;
    }

    .restaurant_2_text p {
        line-height: 1.5em;
        font-size: 14px;
    }

    .restaurant_2_text h5 {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .restaurant_2_text h4 {
        font-size: 20px;
        padding-bottom: 10px;
    }


    .restaurant_3 {
        display: flex;
        grid-column: 1/5;
        grid-row: 6/8;
        max-width: 640px;
        max-height: 320px;
    }

    .restaurant_3_image_box {
        width: 60%;
        max-width: none;
        max-height: 280px;
        margin: 20px;
    }

    .restaurant_3_image img {
        max-height: 140px;
        object-fit: cover;
    }

    .restaurant_3_image:first-child {
        padding-top: 0px;
    }

    .restaurant_3_text {
        width: 40%;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .restaurant_3_text p {
        line-height: 1.5em;
        font-size: 14px;
    }

    .restaurant_3_text p:nth-child(3) {
        text-align: center;
        font-size: 10px;
        padding-bottom: 20px;
    }

    .restaurant_3_text p:last-child {
        line-height: 1.5em;
    }

    .restaurant_3_text h5 {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .restaurant_3_text h4 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .restaurant_4 {
        grid-column: 1/5;
        grid-row: 8/10;
        max-width: 640px;
        max-height: 320px;
        flex-direction: row-reverse;
    }

    .restaurant_4_image {
        width: 60%;
    }

    .restaurant_4_text {
        width: 40%;
        padding: 20px;
        padding-left: 0;
    }

    .restaurant_4_text p {
        line-height: 1.5em;
        font-size: 14px;
    }

    .restaurant_4_text h5 {
        font-size: 12px;
        padding-bottom: 5px;
    }

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

    .restaurant_sub_title1 {
        writing-mode: horizontal-tb;
        grid-column: 1/3;
        grid-row: 1/2;
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .restaurant_sub_title1 p {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 24px;
        text-align: center;
    }

    .restaurant_sub_title2 {
        writing-mode: horizontal-tb;
        grid-column: 3/5;
        grid-row: 1/2;
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .restaurant_sub_title2 p {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 32px;
    }

    .section_room h2 {
        width: 150px;
    }

    .section_room h2 img {
        width: 100%;
    }

    .room_image_box {
        display: block;
        padding-top: 50px;
    }

    .room_image {
        margin: 0 auto;
        width: 100%;
        background-color: transparent;
    }

    .room_image_text {
        margin: 0 auto;
        width: 100%;
        font-size: 24px;
    }

    .room_image_box_r {
        display: block;
        padding-top: 50px;
    }

    .room_image_r {
        margin: 0 auto;
        width: 100%;
        background-color: transparent;
    }

    .room_image_text_r {
        margin: 0 auto;
        width: 100%;
    }

    .room_image_box_2 {
        display: block;
        padding-top: 50px;
    }

    .room_image_2 {
        margin: 0 auto;
        width: 100%;
        background-color: transparent;
    }

    .room_image_2_text {
        margin: 0 auto;
        width: 100%;
    }

    .room_image_box_r2 {
        display: block;
        padding-top: 50px;
    }

    .room_image_r2 {
        margin: 0 auto;
        width: 100%;
        background-color: transparent;
    }

    .room_image_text_r2 {
        margin: 0 auto;
        width: 100%;
        width: 100%;
    }

    .access_text dl {
        display: block;
        margin: 20px;
        margin-bottom: 60px;
    }

    .access_text dt {
        width: 100%;
        margin-bottom: 20px;
        font-weight: bold;
        text-align: center;
    }

    .access_text dd {
        width: 100%;
        text-align: center;
    }

    .entrance_image_box {
        height: 100vw;
    }

    .section_access iframe {
        display: none;
    }

    .google_map {
        display: block;
    }

    .footer_sns_icon {
        margin: 0 25px;
    }

    .footer_link {
        display: block;
    }

    .footer_link p {
        margin-bottom: 15px;
    }

    .footer_reserve_image {
        width: 280px;
    }

    .footer_reserve_address {
        padding: 0 20px;
    }

}

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

    .g-nav_image {
        width: 220px;
        margin: 50px auto 10px;
    }

    .g-nav_image img {
        width: 100%;
    }

    .g_nav_list {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .g_nav_list li {
        margin: 0 auto;
        font-size: 14px;
    }

    #g_nav li a {
        padding: 5px 0 5px;
    }

    .g-nav_reserve {
        bottom: 46px;
        margin: 0;
    }

    .g-nav_sns_icon {
        width: 25px;
    }

    .g-nav_sns {
        margin-bottom: 0;
    }

    .g-nav_sns_icon {
        margin: 0 25px;
    }

}