* {
    font-family: "Noto Serif JP", sans-serif;
/*     color: #0e0a0b; */
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
}

.AllWrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* ヘッダー */
#Header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.Header_Box {
    width: 90vw;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

@media screen and (min-width: 1024px) {
    .Header_Box {
        margin: 36px auto 0;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1300px) {
    .Header_Box {
        width: 80vw;
        margin: 38px auto 0;
    }
}

.Header_Ttl {
    z-index: 90;
}



.Header_Ttl_Txt {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 48px;
    z-index: 90;
}

@media screen and (min-width: 1024px) {
    .Header_Ttl_Txt {
        font-size: 26px;
        letter-spacing: 0.02em;
    }
}

@media screen and (min-width: 1300px) {
    .Header_Ttl_Txt {
        font-size: 42px;
    }
}

.Header_Ttl_Txt:hover {
    text-decoration: none;
    color: #fff;
}

.Header_Nav {
    display: none;
}

@media screen and (min-width: 1024px) {
    .Header_Nav {
        display: block;
        width: 56vw;
    }
}

@media screen and (min-width:1300px) {
    .Header_Nav {
        width: 40vw;
    }
}


.Header_Ul {
    display: flex;
    justify-content: space-between;
}

.Header_List {
    list-style-type: none;
    white-space: nowrap;
}

.Header_Link {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-shadow: 1px 2px 10px #80808091;
    transition: 0.4s;
}

.Header_Link:hover {
    text-decoration: none;
    color: #9d8e48;
}


/*-- ↓↓ ハンバーガーボタン ↓↓ --*/
.Btn_Menu {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    background-color: transparent;
    z-index: 90;
}

.Btn_Menu::before {
    content: "";
    width: 100%;
    height: 1.5px;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    transition: 0.4s;
    background-color: #ffffff;
    box-shadow: 1px 2px 10px #80808091;
}

.Btn_Menu::after {
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: #ffffff;
    position: absolute;
    top: calc(50% + 6px);
    left: 0;
    transition: 0.4s;
    box-shadow: 1px 2px 10px #80808091;
}

.Btn_Menu:focus {
    outline: none;
}

/*ボタンhover*/
.Btn_Menu:hover::before {
    background-color: #9d8e48;
}

.Btn_Menu:hover::after {
    background-color: #9d8e48;
}

/*ボタンスクロール*/
.Btn_Menu.BgColor::before {
    background-color: #9d8e48;
}

.Btn_Menu.BgColor::after {
    background-color: #9d8e48;
}

/*ボタン メニューを開けた時*/
.Btn_Menu.Open::before {
    transform: rotate(15deg) translate(2px, 7px);
    ;
}

.Btn_Menu.Open::after {
    transform: rotate(-15deg) translate(1px, -5px);
}

/*-- ↑↑ ハンバーガーボタン ↑↑ --*/

/*-- ↓↓ メニュー中身 ↓↓ --*/
.Header_Ttl_Txt.Open {
    color: #9d8e48;
}

.SP_Menu_Wrap {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #f3f2e9;
    width: 100%;
    height: 100vh;
    transition: 0.4s;
    overflow-y: scroll;
}

.SP_Menu_Wrap.Open {
    right: 0;
}

.SP_Menu_Inner {
    padding-left: 0;
    margin-top: 100px;
    margin-bottom: 32px;
}

.SP_Menu_Inner li {
    list-style: none;
    display: block;
    text-align: center;
}

.SP_Menu_Inner a {
    display: block;
    color: #9d8e48;
    margin: 24px auto;
}

.SP_Menu_Reservation_Btn {
    display: block;
    background: #9d485b;
    width: 90vw;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .SP_Menu_Reservation_Btn {
        width: 48vw;
    }
}

.SP_Menu_Cancel_Btn {
    display: block;
    background: #9d8e48;
    width: 90vw;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .SP_Menu_Cancel_Btn {
        width: 48vw;
    }
}


.SP_Menu_Tel_Btn {
    display: block;
    width: 90vw;
    background-color: rgba(255, 255, 255, 0.50);
    border: #0e0a0b solid 1px;
    padding: 36px 24px;
    margin: auto;
    ;
}

@media screen and (min-width: 768px) {
    .SP_Menu_Tel_Btn {
        width: 48vw;
        padding: 36px;

    }
}


/*-- ↑↑ メニュー中身 ↑↑ --*/

/* サブページのタイトル部分 */

.Page_Ttl_Wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 24vw;
    z-index: 10;
    display: flex;
    align-items: end;
}

/*.Page_Ttl_Wrap_01 {
    background-image: url("../img/img_common/mainVisual.png");
}
*/
.Page_Ttl_Wrap {
    background-image: url("../img/img_common/subpage_mv_pc.png");
}


/*.Page_Ttl_Wrap_GuestRoom_PC {
    background-image: url("../img/img_common/subpage_mv_pc.png");
}

.Page_Ttl_Wrap_GuestRoom_SP {
    background-image: url("../img/img_common/subpage_mv_sp.png");
}*/

.Lang_Page_Title_Wrap {
    height: calc(24vw - 100px);
    width: 80vw;
    margin: 0 auto;
    position: relative;
}

.Page_Title_Wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

    .Lang_Page_Title_Wrap {
        width: 90vw;
        margin: 16px auto;
    }

    .Lang_Page_Title_Wrap {
        height: calc(24vw - 80px);
    }
}

.Btn_Lang {
    background-color: rgba(40, 42, 44, 0.18);
    border: solid 1px rgba(40, 42, 44, 1.00);
    cursor: pointer;
    outline: none;
    padding: 4px 5px;
    appearance: none;
}

.Hero_Language_Btn_SP_Wrap {
    width: 90vw;
    margin: auto;
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .Page_Ttl_Wrap {
        height: 50vw;
    }

    .Lang_Page_Title_Wrap {
        height: calc(50vw - 77px);
    }

    .Page_Ttl_Wrap {
        background-image: url("../img/img_common/subpage_mv_sp.png");
    }

    .Page_Title_Wrap h2 {
        font-size: 1em !important;
    }

    .Page_Ttl_Wrap_GuestRoom_PC {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .Page_Ttl_Wrap_GuestRoom_SP {
        display: none;
    }


}

@media screen and (max-width: 414px) {
    .Page_Ttl_Wrap {
        height: 70vw;
    }

    .Lang_Page_Title_Wrap {
        height: calc(72vw - 100px);
    }
}

/* ヒーロー */

#Hero_Wrap {
    width: 100%;
    height: 100vh;
}

@media screen and (min-width: 1024px) {
    #Hero_Wrap {
        width: 100%;
        height: 100vh;
    }
}

.vegas-overlay {
    background: url(../../../../../../cdnjs.cloudflare.com/ajax/libs/vegas/2.4.4/overlays/06.png) center center;
}


.Hero_Txt_Wrap {
    display: none;
}

@media screen and (min-width: 1024px) {
    .Hero_Txt_Wrap {
        display: block;
        margin-top: 74vh;
        margin-left: 4vw;
    }
}

@media screen and (min-width: 1100px) {
    .Hero_Txt_Wrap {
        display: block;
        margin-top: 68vh;
        margin-left: 10vw;
    }
}

.Hero_Main_Txt {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    margin-bottom: 4px;
}

.Hero_Sub_Txt {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}

.Hero_Sub_Txt::before {
    content: "";
    width: 120px;
    height: 1px;
    margin-right: 8px;
    display: block;
    background: #fff;
}

.Hero_Btn_Area {
    margin-left: 1vw;
    margin-top: 10.2vh;
}

@media screen and (min-width: 1024px) {
    .Hero_Btn_Area {
        margin-right: 4vw;
        margin-top: 54vh;
    }
}

@media screen and (min-width: 1100px) {
    .Hero_Btn_Area {
        margin-top: 43vh;
    }
}

/* 言語切り替え */
.Hero_Language_Btn_Wrap {
    position: relative;
    width: 120px;
    height: 50px;
    margin-bottom: 8px;
}

.Hero_Language_Btn_Wrap:hover p {
    color: #e7e7e7;
}

.Hero_Language_Btn_Wrap:hover .Hero_Language_Btn {
    border: solid 1px #e7e7e7;
}

@media screen and (min-width: 1024px) {
    .Hero_Language_Btn_Wrap {
        margin-left: auto;
    }
}

.Sub_Lang_Wrap {
    margin-left: 0;
}

@media screen and (min-width: 1024px) {
    .Sub_Lang_Wrap {
        padding-top: 18px;
    }
}

.Hero_Language_Btn {
    position: absolute;
    width: 120px;
    border: solid 1px #0e0a0b;
    background: #00000021;
    transition: 0.4s;
}

.BgBlack {
    background: #000000c4;
}

.Hero_Language_Txt {
    margin-bottom: 0;
    padding: 4px;
    letter-spacing: 0.08em;
    text-align: center;
    display: block;
    color: #0e0a0b;
    cursor: pointer;
    transition: 0.4s;
}


.Hero_Language_Ul {
    padding: 0;
    margin: 8px 0 0 0;
    display: none;
}

.DisplayBlock {
    display: block;
}

.Hero_Language_List {
    list-style-type: none;
    margin-bottom: 6px;
}

.Hero_Language_Link {
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 0;
    display: block;
    color: #0e0a0b;

}

.Hero_Language_Link:hover {
    text-decoration: none;
    color: #e7e7e7;
    opacity: 0.8;
}

.ColorWhite {
    color: #e7e7e7;
}


.Hero_Reservation_Btn {
    display: none;
}

@media screen and (min-width: 1024px) {
    .Hero_Reservation_Btn {
        display: block;
        background: #9d485b;
        width: 422px;
        padding: 8px;
        margin-left: auto;
        margin-bottom: 24px;
        transition: 0.4s;
    }

    .Hero_Reservation_Btn:hover {
        filter: saturate(1.3);
    }
}

.Hero_Reservation_Link {
    display: block;
    border: #fff solid 1px;
    padding: 24px 0;
}

.Hero_Reservation_Link:hover {
    text-decoration: none;
}

.Hero_Reservation_Txt {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}

.Hero_Reservation_Txt::before {
    content: "";
    width: 24px;
    height: 26px;
    margin-right: 16px;
    margin-left: 40px;
    background: url(../img/img_pc/reservation.png)center center / cover;
    display: block;
}

.Hero_Cancel_Btn {
    display: none;
}

@media screen and (min-width: 1024px) {
    .Hero_Cancel_Btn {
        display: block;
        background: #9d8e48;
        width: 422px;
        padding: 8px;
        margin-left: auto;
        margin-bottom: 24px;
        transition: .4s;
    }

    .Hero_Cancel_Btn:hover {
        filter: saturate(1.4);
    }
}

.Hero_Cancel_Link {
    display: block;
    border: #fff solid 1px;
    padding: 12px 0;
}

.Hero_Cancel_Link:hover {
    text-decoration: none;
}

.Hero_Cancel_Txt {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.3em;
    display: flex;
    align-items: center;
}

.Hero_Cancel_Txt::before {
    content: "";
    width: 24px;
    height: 26px;
    margin-right: 16px;
    margin-left: 40px;
    background: url(../img/img_pc/cancel.png)center center / cover;
    display: block;
}

.Hero_Tel_Btn {
    display: none;
}

@media screen and (min-width: 1024px) {
    .Hero_Tel_Btn {
        display: block;
        width: 422px;
        background: rgba(255, 255, 255, 0.24);
        border: #fff solid 1px;
        padding: 36px 40px;
        margin-left: auto;
    }

}

.Hero_Tel_Txt {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 18px;
    margin-bottom: 4px;
    text-shadow: 1px 2px 10px rgba(128, 128, 128, 0.91);
}

.Hero_Tel_Number {
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 46px;
    white-space: nowrap;
    margin-bottom: 0;
    text-shadow: 1px 2px 10px rgba(128, 128, 128, 0.91);
}



/* スマホ時hero下 */
.Sp_HeroBottom_Wrap {
    width: 100%;
    background: #f3f2e9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .Sp_HeroBottom_Wrap {
        display: none;
    }
}



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

@media screen and (min-width: 768px) {
    .Sp_HeroBottom_Txt_Wrap {
        width: 44vw;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) {
    .Sp_HeroBottom_Txt_Wrap {
        width: 100%;
    }
}

.Sp_HeroBottom_Main_Txt {
    font-size: 28px;
    letter-spacing: 0.07em;
    margin-bottom: 4px;
}

.Sp_HeroBottom_Sub_Txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.Sp_HeroBottom_Sub_Txt::before {
    content: "";
    width: 100px;
    height: 1px;
    margin-right: 8px;
    display: block;
    background: #0e0a0b;
}

.Sp_HeroBottom_Reservation_Btn {
    display: block;
    background: #9d485b;
    width: 100%;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .Sp_HeroBottom_Reservation_Btn {
        width: 60%;
    }
}

@media screen and (min-width: 1024px) {
    .Sp_HeroBottom_Reservation_Btn {
        width: 100%;
    }
}

.Sp_HeroBottom_Reservation_Link {
    display: block;
    border: #fff solid 1px;
    padding: 20px 0;
}

.Sp_HeroBottom_Reservation_Link:hover {
    text-decoration: none;
}

.Sp_HeroBottom_Reservation_Txt {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;

}

.Sp_HeroBottom_Reservation_Txt::before {
    content: "";
    width: 24px;
    height: 26px;
    margin-right: 16px;
    margin-left: 40px;
    background: url(../img/img_pc/reservation.png)center center / cover;
    display: block;
}

.Sp_HeroBottomo_Cancel_Btn {
    display: block;
    background: #9d8e48;
    width: 100%;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .Sp_HeroBottomo_Cancel_Btn {
        width: 60%;
    }
}

@media screen and (min-width: 1024px) {
    .Sp_HeroBottomo_Cancel_Btn {
        width: 100%;
    }
}


.Sp_HeroBottomo_Cancel_Link {
    display: block;
    border: #fff solid 1px;
    padding: 12px 0;

}

.Sp_HeroBottomo_Cancel_Link:hover {
    text-decoration: none;
}

.Sp_HeroBottomo_Cancel_Txt {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.3em;
    display: flex;
    align-items: center;

}

.Sp_HeroBottomo_Cancel_Txt::before {
    content: "";
    width: 24px;
    height: 26px;
    margin-right: 16px;
    margin-left: 40px;
    background: url(../img/img_pc/cancel.png)center center / cover;
    display: block;
}

.Sp_HeroBottom_Tel_Btn {
    display: block;
    width: 100%;
    background: #ffffff38;
    border: #0e0a0b solid 1px;
    padding: 36px 24px;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .Sp_HeroBottom_Tel_Btn {
        width: 60%;
        margin: 0 auto;
        padding: 36px 48px;

    }
}

@media screen and (min-width: 1024px) {
    .Sp_HeroBottom_Tel_Btn {
        width: 100%;
        padding: 36px 24px;

    }
}


.Sp_HeroBottom_Tel_Txt {
    color: #0e0a0b;
    letter-spacing: 0.2em;
    font-size: 18px;
    margin-bottom: 4px;

}

.Sp_HeroBottom_Tel_Number {
    color: #0e0a0b;
    letter-spacing: 0.1em;
    font-size: 38px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0;

}

@media screen and (max-width:356px) {
    .Sp_HeroBottom_Reservation_Txt {
        font-size: 16px;
    }

    .Sp_HeroBottomo_Cancel_Txt {
        font-size: 16px;
    }

    .Sp_HeroBottom_Tel_Number {
        font-size: 32px;
    }
}




/* バナー */
.Banner_Wrap {
    width: 100%;
    padding: 0;
    background: #f3f2e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: 0.6s;
    opacity: 0;
}

@media screen and (min-width: 1024px) {
    .Banner_Wrap {
        padding: 12px 4vw;
    }
}

@media screen and (min-width: 1600px) {
    .Banner_Wrap {
        padding: 12px 12vw;
    }
}

.Banner_Tel_Wrap {
    display: flex;
    align-items: center;
}


.Banner_Tel_Txt {
    display: none;
}

@media screen and (min-width: 1280px) {
    .Banner_Tel_Txt {
        display: block;
        letter-spacing: 0.06em;
        font-size: 16px;
        margin-bottom: 0;
        margin-right: 24px;
    }
}

.Banner_Tel_Number {
    display: none;
}

@media screen and (min-width: 1280px) {
    .Banner_Tel_Number {
        display: block;
        letter-spacing: 0.08em;
        font-size: 36px;
        white-space: nowrap;
        margin-bottom: 0;
        font-weight: bold;
    }
}

.Banner_Btn_Wrap {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .Banner_Btn_Wrap {
        display: flex;
        width: auto;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .Banner_Btn_Wrap {
        margin-right: 0;
    }
}

.Banner_Reservation_Btn {
    background: #9d485b;
    width: 100%;
    padding: 8px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .Banner_Reservation_Btn {
        width: 336px;
        margin-right: 40px;
        transition: 0.4s;
    }

    .Banner_Reservation_Btn:hover {
        filter: saturate(1.3);
    }
}

.Banner_Reservation_Link {
    border: #fff solid 1px;
    display: block;
    padding: 10px 0;
}

@media screen and (min-width: 1024px) {
    .Banner_Reservation_Link {
        padding: 16px 0;
    }
}

.Banner_Reservation_Link:hover {
    text-decoration: none;
}

.Banner_Reservation_Txt {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .Banner_Reservation_Txt {
        font-size: 18px;
    }
}

.Banner_Reservation_Txt::before {
    content: "";
    width: 24px;
    height: 26px;
    margin-right: 16px;
    margin-left: 36px;
    background: url(../img/img_pc/reservation.png)center center / cover;
    display: block;
}

@media screen and (min-width: 1024px) {
    .Banner_Reservation_Txt::before {
        margin-left: 40px;
        background: url(../img/img_pc/reservation.png)center center / cover;
    }
}

.Banner_Cancel_Btn {
    display: none;
}

@media screen and (min-width: 1024px) {
    .Banner_Cancel_Btn {
        display: block;
        background: #9d8e48;
        width: 336px;
        padding: 8px;
        transition: .4s;
    }

    .Banner_Cancel_Btn:hover {
        filter: saturate(1.3);
    }
}

.Banner_Cancel_Link {
    display: block;
    border: #fff solid 1px;
    padding: 16px 0;

}

.Banner_Cancel_Link:hover {
    text-decoration: none;
}


.Banner_Cancel_Txt {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.3em;
    display: flex;
    align-items: center;

}

.Banner_Cancel_Txt::before {
    content: "";
    width: 24px;
    height: 26px;
    margin-right: 16px;
    margin-left: 40px;
    background: url(../img/img_pc/cancel.png)center center / cover;
    display: block;
}


/* お知らせ */

/* #News_Section_Wrap {
    padding: 12vw 0 12vw;
    background: #f3f2e9;
    display: flex;
    flex-direction: column;
    align-items: center;
} */

/* @media screen and (min-width: 1024px) {
    #News_Section_Wrap {
        padding: 0 0 4vw;
    }
} */



.News_Section_Ttl {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.22em;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .News_Section_Ttl {
        margin-bottom: 40px;
    }
}

.News_Section_Ttl_Span {
    font-size: 36px;
}

.News_Section_Link_Wrap {
    width: 94vw;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .News_Section_Link_Wrap {
        width: 88vw;
    }
}

@media screen and (min-width: 1300px) {
    .News_Section_Link_Wrap {
        width: 50vw;
    }
}

.News_Section_List {
    list-style-type: none;
    border-bottom: solid 1px #ffffff;
    padding: 36px 4px;
}

.News_Section_Ul {
    margin-bottom: 36px;
    padding: 0;
}

@media screen and (min-width: 1024px) {}

.News_Section_Link {
    display: flex;
    justify-content: space-between;
    transition: 0.4s;
}

.News_Section_Link:hover {
    text-decoration: none;
    opacity: 0.6;
}

.News_Section_NewsBox {
    display: flex;
}

.News_Section_Date {
    margin-right: 22px;
    color: #b7a60f;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-family: "游ゴシック", sans-serif;
    font-weight: 500;
    display: block;
}

@media screen and (min-width: 1024px) {
    .News_Section_Date {
        margin-right: 40px;

    }
}

.News_Section_NewsTtl {
    font-family: "游ゴシック", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
}

.News_Section_Arrow {
    color: #a8a8a8;
    font-size: 16px;
    display: block;
}

.News_Section_Btn {
    width: 90vw;
    margin: 0 auto;
    border: solid 1px #0e0a0b;
}

@media screen and (min-width: 768px) {
    .News_Section_Btn {
        width: 60vw;
    }
}

@media screen and (min-width: 1024px) {
    .News_Section_Btn {
        width: 260px;
        margin-right: 0;
    }
}

.News_Section_Btn_Link {
    padding: 10px 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0.22em;
    color: #0e0a0b;
    font-family: "游ゴシック", sans-serif;
    font-weight: 500;
    text-align: center;
    transition: 0.4s;
}

.News_Section_Btn_Link:hover {
    text-decoration: none;
    color: #b7a60f;
}

.News_Section_Btn_Arrow {
    margin-left: 24px;
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    .News_Section_Link_Wrap {
        width: 100%;
    }
}


/* ご挨拶 */

#Greeting_Section_Wrap {
    width: 100%;
    padding: 16vw 4vw;
    background: url("../img/img_common/greeting_bg_sp.png") center center / cover;
}

@media screen and (min-width: 768px) {
    #Greeting_Section_Wrap {
        padding: 8vw 4vw;

    }

}

@media screen and (min-width: 1024px) {
    #Greeting_Section_Wrap {
        padding: 3vw 0 3vw 6vw;
        background: url("../img/img_common/greeting_bg_pc.png") center center / cover;
    }
}

@media screen and (min-width: 1100px) {
    #Greeting_Section_Wrap {
        padding: 3vw 0 3vw 11vw;
    }
}

.Greeting_Section_Txt_Area {}

.Greeting_Section_MainTxt {
    margin-bottom: 48px;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .Greeting_Section_MainTxt {
        margin-bottom: 48px;
        font-size: 32px;
        letter-spacing: 0.14em;
    }
}

@media screen and (min-width: 1024px) {
    .Greeting_Section_MainTxt_Br {
        display: none;
    }
}

.Greeting_Section_MainTxt_Span_Dn {
    display: none;
}

@media screen and (min-width: 1024px) {
    .Greeting_Section_MainTxt_Span_Dn {
        display: inline-block;
        color: #fff;
    }
}

.Greeting_Section_Span_1 {
    font-size: 42px;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .Greeting_Section_Span_1 {
        font-size: 58px;
        color: #fff;
    }
}

.Greeting_Section_SubTxt01 {
    margin-bottom: 36px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.2;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .Greeting_Section_SubTxt01 {
        letter-spacing: 0.1em;
        line-height: 2.2;
    }
}

.Greeting_Section_SubTxt02 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .Greeting_Section_SubTxt02 {
        letter-spacing: 0.1em;
        line-height: 2.2;
        max-width: 90vw;
    }
}


/* 客室 */

#GuestRoom_Section_Wrap {
    padding: 3vw;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    #GuestRoom_Section_Wrap {
        margin-bottom: 120px;
    }
}

@media screen and (min-width: 1500px) {
    #GuestRoom_Section_Wrap {
        margin-bottom: 200px;
    }
}


#GuestRoom_Section_Wrap::after {
    content: "";
    display: block;
    background: #f3f2e9;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media screen and (min-width: 1024px) {
    #GuestRoom_Section_Wrap::after {
        display: none;
    }
}


.GuestRoom_Section_Contents {
    width: 90vw;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_Contents {
        width: 72vw;
        margin-right: 0;
        position: relative;
        z-index: 1;
    }
}

@media screen and (min-width: 1500px) {
    .GuestRoom_Section_Contents {
        width: 40vw;
    }

}

.GuestRoom_Section_Ttl {
    margin-top: 16px;
    margin-bottom: 68px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.22em;
    text-align: center;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_Ttl {
        margin-top: 36px;
        margin-bottom: 108px;
    }

}

.GuestRoom_Section_Ttl::after {
    content: "";
    width: 1px;
    height: 36px;
    margin-top: 24px;
    background: #0e0a0b;
    display: block;
    position: absolute;
    bottom: -52px;
    left: 50%;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_Ttl::after {
        height: 56px;
        margin-top: 58px;
        display: block;
        bottom: -80px;
        left: 50%;
    }
}

.GuestRoom_Section_Ttl_Span {
    font-size: 36px;
}

.GuestRoom_Section_TxtBox {
    margin-bottom: 36px;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_TxtBox {
        width: 520px;
        margin-bottom: 72px;
    }
}

.GuestRoom_Section_Txt {
    margin-right: auto;
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .GuestRoom_Section_Txt {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_Txt {
        width: 560px;
        margin-right: auto;
        margin-bottom: 40px;
        line-height: 2.2;
        text-align: left;
    }
}


.GuestRoom_Section_Btn {
    width: 90vw;
    margin: 0 auto;
    border: solid 1px #0e0a0b;
}

@media screen and (min-width: 768px) {
    .GuestRoom_Section_Btn {
        width: 60vw;
    }
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_Btn {
        width: 280px;
        margin-right: 0;
    }
}

.GuestRoom_Section_Btn_Link {
    padding: 8px 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0.22em;
    color: #0e0a0b;
    font-family: "游ゴシック", sans-serif;
    font-weight: 500;
    text-align: center;
    transition: 0.4s;
}

.GuestRoom_Section_Btn_Link:hover {
    text-decoration: none;
    color: #b7a60f;
}

.GuestRoom_Section_Btn_Arrow {
    margin-left: 22px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {

    .GuestRoom_Section_RoomType_Area {
        width: 50vw;
        margin: 4vw auto;
    }
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_RoomType_Area {
        width: auto;
        margin-left: 242px;
    }

}

.GuestRoom_Section_RoomType_Ttl {
    width: 160px;
    margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_RoomType_Ttl {
        margin-bottom: 24px;
    }
}

.GuestRoom_Section_RoomType_Img {
    display: block;
    width: 100%;
}

.GuestRoom_Section_RoomType_Ul {
    padding: 0;
}

.GuestRoom_Section_RoomType_List {
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.GuestRoom_Section_Bg {
    display: none;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_Bg {
        display: block;
        width: 60vw;
        height: 50vw;
        background: #f3f2e9;
        position: absolute;
        top: 180px;
        left: 0;
        z-index: -1;
    }
}

@media screen and (min-width: 1200px) {
    .GuestRoom_Section_Bg {
        height: 40vw;
    }
}

@media screen and (min-width: 1400px) {
    .GuestRoom_Section_Bg {
        height: 40vw;
    }
}

@media screen and (min-width: 1600px) {
    .GuestRoom_Section_Bg {
        height: 31vw;
    }
}

.GuestRoom_Section_Bg_ImgBox01 {
    display: none;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_Bg_ImgBox01 {
        display: block;
        position: absolute;
        top: 68px;
        left: 2.8vw;
        width: 29vw;
    }
}

@media screen and (min-width: 1600px) {
    .GuestRoom_Section_Bg_ImgBox01 {
        top: 68px;
        left: 10.5vw;
    }
}

.GuestRoom_Section_Bg_ImgBox02 {
    display: none;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_Bg_ImgBox02 {
        display: block;
        position: absolute;
        top: 578px;
        left: 9.5vw;
        width: 29vw;
    }
}

@media screen and (min-width: 1600px) {
    .GuestRoom_Section_Bg_ImgBox02 {
        top: 612px;
        left: 16.5vw;
    }
}

.GuestRoom_Section_Bg_ImgBox03 {
    display: none;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_Bg_ImgBox03 {
        display: block;
        position: absolute;
        top: 420px;
        left: 26.5vw;
        width: 27vw;
    }
}

@media screen and (min-width: 1600px) {
    .GuestRoom_Section_Bg_ImgBox03 {
        top: 420px;
        left: 42.5vw;
        width: 21vw;
    }

}

.GuestRoom_Section_Bg_Img01 {
    width: 100%;
    display: block;
    object-fit: cover;
}

.GuestRoom_Section_Bg_Img02 {
    width: 100%;
    display: block;
    object-fit: cover;
}

.GuestRoom_Section_Bg_Img03 {
    width: 100%;
    display: block;
    object-fit: cover;
}

.GuestRoom_Section_slider {
    padding: 0;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .GuestRoom_Section_slider {
        display: none;
    }
}

.GuestRoom_Section_slider_List {
    height: 240px;
}

.GuestRoom_Section_slider_Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 朝食 */
#Breakfast_Section_Wrap {
    background: #f3f2e9;
}

.Breakfast_Section_Txt_Contents {
    margin-left: 16vw;
    margin: auto;
    padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .Breakfast_Section_Txt_Contents {
        margin-left: 4vw;
    }
}

@media screen and (min-width: 1200px) {
    .Breakfast_Section_Txt_Contents {
        margin-left: auto;
    }
}

.Breakfast_Section_Ttl_ImgBox {
    width: 120px;
    margin-bottom: 8px;
}

.Breakfast_Section_Ttl_Img {
    width: 100%;
    display: block;

}

.Breakfast_Section_Ttl {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.22em;
}

.Breakfast_Section_Ttl_Span {
    font-size: 36px;
}

.Breakfast_Section_Txt01 {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.Breakfast_Section_Txt02 {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 2;
}



@media screen and (min-width: 768px) {
    .Breakfast_Section_Txt02 {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .Breakfast_Section_Txt02 {
        letter-spacing: 0.1em;
    }

}

.Breakfast_Section_Txt02_Br {
    display: none;
}

@media screen and (min-width: 1024px) {
    .Breakfast_Section_Txt02_Br {
        display: block;
    }
}

.Breakfast_Section_ImgBox01 {
    width: 100%;
    margin: 0 auto 8vw;
}

@media screen and (min-width: 1024px) {
    .Breakfast_Section_ImgBox01 {
        width: 48vw;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.Breakfast_Section_Img01 {
    width: 100%;
    height: 100%;
    display: block;
}

/* コトニガーデン */

#KotoniGarden_Section_Wrap {
    padding: 14vw 0 16vw;
    background: url(../img/img_sp/kotonigarden_Bg.png) top center / cover;
}

@media screen and (min-width: 1024px) {
    #KotoniGarden_Section_Wrap {
        padding: 6vw 0;
        background: url(../img/img_pc/kotonigarden_Bg.png) top center / cover;
    }
}

.KotoniGarden_Section_Ttl {
    width: 90vw;
    margin: 0 auto 24px;
}

@media screen and (min-width: 768px) {
    .KotoniGarden_Section_Ttl {
        width: 60vw;
    }
}

@media screen and (min-width: 1024px) {
    .KotoniGarden_Section_Ttl {
        width: 480px;
        margin: 0 auto 40px;
    }
}

.KotoniGarden_Section_Ttl_Img {
    width: 100%;
    display: block;
}

.KotoniGarden_Section_SubTtl {
    margin-bottom: 18px;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .KotoniGarden_Section_SubTtl {
        margin-bottom: 36px;
        font-size: 24px;
    }
}

@media screen and (min-width: 1024px) {
    .KotoniGarden_Section_SubTtl_Br {
        display: none;
    }
}

.KotoniGarden_Section_Txt01 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

@media screen and (min-width: 1024px) {
    .KotoniGarden_Section_Txt01 {
        margin-bottom: 42px;
        letter-spacing: 0.1em;
    }
}

.KotoniGarden_Section_Txt02 {
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .KotoniGarden_Section_Txt02 {
        margin-bottom: 64px;
        letter-spacing: 0.1em;
    }
}

@media screen and (min-width: 1024px) {
    .KotoniGarden_Section_Txt02_Br {
        display: none;
    }
}


.KotoniGarden_Section_Btn {
    width: 90vw;
    margin: 0 auto;
    border: solid 1px #0e0a0b;
    background: #ffffffb7;
}

@media screen and (min-width: 768px) {
    .KotoniGarden_Section_Btn {
        width: 60vw;
    }
}

@media screen and (min-width: 1024px) {
    .KotoniGarden_Section_Btn {
        width: 360px;
    }
}

.KotoniGarden_Section_Btn_Link {
    padding: 8px 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0.3em;
    color: #0e0a0b;
    font-family: "游ゴシック", sans-serif;
    font-weight: 500;
    text-align: center;
    transition: 0.4s;
}

.KotoniGarden_Section_Btn_Link:hover {
    text-decoration: none;
    color: #b7a60f;
}

.KotoniGarden_Section_Btn_Arrow {
    margin-left: 18px;
    font-size: 14px;
}



/* ------------------------------------ */
/* 周辺施設 */
#Vicinity_Section_Wrap {
    position: inherit;
    padding: 3vw 0;
    margin-top: 24px;
}

@media screen and (min-width: 768px) {
    #Vicinity_Section_Wrap {
        margin-top: 0px;
    }

}

.Vicinity_Section_FlexWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.Vicinity_Section_Ttl_ImgBox {
    width: 76px;
}

@media screen and (min-width: 768px) {
    .Vicinity_Section_Ttl_ImgBox {
        margin-bottom: 8px;
    }
}


.Vicinity_Section_Ttl_Img {
    width: 100%;
    display: block;
}

.Vicinity_Section_Ttl {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.22em;
}

@media screen and (min-width: 1024px) {
    .Vicinity_Section_Ttl {
        margin-bottom: 40px;
    }
}

.Vicinity_Section_Ttl_Span {
    font-size: 36px;
}

.Vicinity_Section_Txt_Contents {
    margin-top: 8vw;
    margin: 0 auto;
    width: 90vw;
}

@media screen and (min-width: 1024px) {
    .Vicinity_Section_Txt_Contents {
        margin-top: auto;
        margin-left: auto;
        width: 100%;
    }

}

.Vicinity_Section_Txt01 {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}


.Vicinity_Section_Txt02 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

@media screen and (min-width: 1024px) {
    .Vicinity_Section_Txt02 {
        line-height: 2;
    }
}

.Vicinity_Section_Txt03 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

@media screen and (min-width: 1024px) {
    .Vicinity_Section_Txt03 {
        line-height: 2;
    }
}

.VicnityImg_Wrap {
    position: relative;
    height: 35vw;
    margin-right: 3vw;
}

.Vicinity_Section_Bg_ImgBox01 {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
}



@media screen and (min-width: 1024px) {}

.Vicinity_Section_Bg_Img01 {
    width: 100%;
    display: block;
}

.Vicinity_Section_Bg_ImgBox02 {
    width: 50%;
    position: absolute;
    top: 45%;
    right: 0;
}

@media screen and (min-width: 1024px) {}

.Vicinity_Section_Bg_Img02 {
    width: 100%;
    display: block;
}


@media screen and (max-width: 1024px) {
    .Vicinity_Section_FlexWrap {
        flex-wrap: wrap-reverse;
    }


    .Vicinity_Section_Txt_Contents {
        width: 100%;
        padding: 0 15px;
    }

    .VicnityImg_Wrap {
        height: 60vw;
    }

    .Vicinity_Section_Bg_ImgBox01 {
        width: 90%;
    }

    .Vicinity_Section_Bg_ImgBox02 {
        width: 90%;
        margin-right: 0;
        top: 44%;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .VicnityImg_Wrap {
        height: 50vw;
    }

    .Vicinity_Section_Bg_ImgBox01 {
        width: 60%;
    }

    .Vicinity_Section_Bg_ImgBox02 {
        width: 50%;
        margin-right: 0;
        top: 15%;
        right: 0;
    }
}

@media screen and (max-width: 576px) {
    .VicnityImg_Wrap {
        margin: 0;
        height: 130vw;
    }

    .Vicinity_Section_Bg_ImgBox01 {
        width: 90%;
    }

    .Vicinity_Section_Bg_ImgBox02 {
        width: 90%;
        margin-right: 0;
        top: 40%;
        right: 0;
    }
}

/* --------------------------------------- */
/* ミーティングスペース */
#MeetingSpace_Section_Wrap {
    padding: 14vw 0;
    background: url("../img/img_common/meeting_bg_sp.png") center center / cover;
}

@media screen and (min-width: 1024px) {
    #MeetingSpace_Section_Wrap {
        padding: 5vw 0;
        background: url("../img/img_common/meeting_bg_pc.png") center center / cover;
    }
}

.MeetingSpace_Section_Ttl {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.18em;

    color: #fff;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .MeetingSpace_Section_Ttl {
        margin-bottom: 40px;
        font-size: 32px;
    }
}

.MeetingSpace_Section_SubTtl {
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .MeetingSpace_Section_SubTtl {
        margin-bottom: 36px;
        letter-spacing: 0.1em;
        line-height: 2;
    }
}

.MeetingSpace_Section_Contents {
    margin: 0 auto;
    padding: 28px 12px 40px;
    width: 90vw;
    border: 4px #ffffff80 double;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .MeetingSpace_Section_Contents {
        padding: 28px 72px 40px;
    }
}

@media screen and (min-width: 1024px) {
    .MeetingSpace_Section_Contents {
        margin: 0 auto;
        padding: 56px 6vw 56px 9vw;
        width: 74vw;
    }
}

@media screen and (min-width: 1100px) {
    .MeetingSpace_Section_Contents {
        width: 62vw;
    }
}

@media screen and (min-width: 1700px) {
    .MeetingSpace_Section_Contents {
        width: 46vw;
    }
}

.MeetingSpace_Section_Ul {
    margin-bottom: 24px;
    padding: 0;
    color: #fff;
}

.MeetingSpace_Section_List {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.16em;
    list-style-type: none;
    color: #fff;
}

.MeetingSpace_Section_Txt {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.16em;
    line-height: 1.6;
    color: #fff;
}

/* 周辺施設 */
#Overview_Section_Wrap {
    padding: 12vw 0;
    position: relative;
}

@media screen and (min-width: 1024px) {
    #Overview_Section_Wrap {
        padding: 4vw 0;
    }
}



.Overview_Section_Bg_ImgBox01 {
    width: 56vw;
    position: absolute;
    top: 12vw;
    right: 10vw;
}

@media screen and (min-width: 1024px) {
    .Overview_Section_Bg_ImgBox01 {
        width: 40vw;
        position: absolute;
        top: 4vw;
        right: 10vw;
    }
}

.Overview_Section_Contents {
    margin-left: 8vw;
}

@media screen and (min-width: 768px) {
    .Overview_Section_Contents {
        width: 78vw;
    }
}

@media screen and (min-width: 1024px) {
    .Overview_Section_Contents {
        margin-left: 3vw;
        width: auto;
    }
}


@media screen and (min-width: 1100px) {
    .Overview_Section_Contents {
        margin-left: auto;
    }
}

.Overview_Section_Bg_Img01 {
    width: 100%;
    display: block;
}

.Overview_Section_Ttl_ImgBox {
    width: 88px;
}

@media screen and (min-width: 1024px) {
    .Overview_Section_Ttl_ImgBox {
        margin-left: 8.2vw;
        margin-bottom: 8px;
    }
}

.Overview_Section_Ttl_Img {
    width: 100%;
    display: block;
}

.Overview_Section_Ttl {
    margin-bottom: 40px;
    margin-left: 8vw;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.22em;

}

.Overview_Section_Ttl_Span {
    font-size: 36px;

}

.Overview_Section_Table {}

.Overview_Section_Table_Tr {
    margin-bottom: 24px;
    display: flex;
    font-size: 16px;
    letter-spacing: 0.06em;

}

.Overview_Section_Table_Td01 {
    width: 18vw;
    padding-right: 28px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .Overview_Section_Table_Td01 {
        font-weight: normal;
        font-size: 16px;
    }

}

.Overview_Section_Table_Td02 {}

.SP_Overview_Img_Wrap {
    height: 40vh;
    overflow: hidden;
}

.SP_Overview_Img {
    display: block;
    width: 100%;
}



@media screen and (max-width: 1000px) {
    .SP_Overview_Img_Wrap {
        height: 30vh;
    }
}

@media screen and (max-width: 576px) {
    .SP_Overview_Img_Wrap {
        height: auto;
    }


}

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

    .Overview_Section_Ttl {
        margin-left: auto;
    }

    .Overview_Section_Table_Td01 {
        display: block;
        width: 100%;
        text-align: left;
    }

    .Overview_Section_Table_Td02 {
        display: block;
        width: 100%;
        text-align: left;
    }
}



/* -------------------------------------- */
/* アクセス */
#Access_Section_Wrap {
    margin-bottom: 64px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    #Access_Section_Wrap {
        margin-bottom: 68px;
    }
}

.Access_Section_Map {
    margin-bottom: 80px;
    width: 100%;
    height: 460px;
}

@media screen and (min-width: 768px) {
    .Access_Section_Map {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1100px) {
    .Access_Section_Map {
        margin-bottom: 48px;
    }
}

.Access_Section_JR {
    margin-left: auto;
}

.Access_Section_JR_Ttl {
    margin-bottom: 8px;
    font-size: 24px;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
}

.Access_Section_JR_Ttl::before {
    content: "";
    width: 28px;
    height: 1px;
    margin-right: 8px;
    display: block;
    background: #0e0a0b;
}

.Access_Section_JR_Txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;

}

.Access_Section_Subway {
    margin-left: auto;
}

.Access_Section_Subway_Ttl {
    margin-bottom: 8px;
    font-size: 24px;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
}

.Access_Section_Subway_Ttl::before {
    content: "";
    width: 24px;
    height: 1px;
    margin-right: 8px;
    display: block;
    background: #0e0a0b;
}

.Access_Section_Subway_Txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;

}

/* ---------------------------------- */
/* お問い合わせ */
#Contact_Section_Wrap {
    margin-bottom: 64px;
}

.Contact_Section_Txt_Contents {}

.Contact_Section_Ttl_ImgBox {
    width: 80px;
    margin-bottom: 8px;
}

.Contact_Section_Ttl_Img {
    width: 100%;
    display: block;
}

.Contact_Section_Ttl {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.22em;
}

.Contact_Section_Ttl_Span {
    font-size: 36px;
}

.Contact_Section_Txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.Contact_Section_Tel {
    font-size: 16px;
    letter-spacing: 0.1em;

}

.Contact_Section_Reservation_Btn {
    background: #9d485b;
    width: 80%;
    padding: 8px;
    margin-bottom: 24px;
    transition: 0.4s;
}

@media screen and (min-width: 1100px) {
    .Contact_Section_Reservation_Btn {
        margin-left: 3vw;
    }
}

.Contact_Section_Reservation_Btn:hover {
    filter: saturate(1.3);
}


.Contact_Section_Reservation_Link {
    display: block;
    border: #fff solid 1px;
    padding: 24px 0;

}

.Contact_Section_Reservation_Link:hover {
    text-decoration: none;
}

.Contact_Section_Reservation_Txt {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .Contact_Section_Reservation_Txt {
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px) {
    .Contact_Section_Reservation_Txt {
        font-size: 24px;
    }
}

.Contact_Section_Reservation_Txt::before {
    content: "";
    width: 40px;
    height: 42px;
    margin-right: 16px;
    margin-left: 40px;
    background: url(../img/img_pc/reservation.png)center center / cover;
    display: block;
}

.Contact_Section_Contact_Btn {
    background: #487a9d;
    width: 80%;
    padding: 8px;
    margin-bottom: 24px;
    transition: .4s;
}

@media screen and (min-width: 1100px) {
    .Contact_Section_Contact_Btn {
        margin-left: 3vw;
    }
}


.Contact_Section_Contact_Btn:hover {
    filter: saturate(1.3);
}

.Contact_Section_Contact_Link {
    display: block;
    border: #fff solid 1px;
    padding: 12px 0;

}

.Contact_Section_Contact_Link:hover {
    text-decoration: none;
}

.Contact_Section_Contact_Txt {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .Contact_Section_Contact_Txt {
        font-size: 24px;
    }
}

.Contact_Section_Contact_Txt::before {
    content: "";
    width: 41px;
    height: 28px;
    margin-right: 16px;
    margin-left: 40px;
    background: url(../img/img_pc/mail.png)center center / cover;
    display: block;
}

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

    .Contact_Section_Reservation_Btn {
        width: 100%;
    }

    .Contact_Section_Contact_Btn {
        width: 100%;
    }


}


/*--------------------------↓各ページ共通↓---------------------------------------*/

.Page_Title_Wrap,
h2 span {
    letter-spacing: 0.2em;
    line-height: 1.5em;
}

.Explain h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
}

/*--------------------------↑各ページ共通↑---------------------------------------*/

/*--------------------------↓NewsList.html↓---------------------------------------*/

.News_Contents {
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #d1d1d1;
    text-decoration: none;
    color: #414141;
    position: relative;
    transition: 0.5s;
}

.News_Contents:hover {
    text-decoration: none;
    color: #414141;
}

.News_Contents::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(244, 244, 244, 0.00);
    transition: 0.5s;
}

.News_Contents:hover::before {
    background-color: rgba(244, 244, 244, 0.50);
}

.News_Contents:last-of-type {
    border-bottom: solid 1px #d1d1d1;
}

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

    .News_Contents {
        font-size: 20px;
        justify-content: flex-start;
        white-space: nowrap;
        overflow: hidden;
        align-items: stretch;
    }

    .News_Arrow {
        display: flex;
        height: 100%;
        align-items: center;
    }
}

.Date {
    color: #b7a60f;
    font-size: 16px;
    text-align: center;
}

/*@media screen and (max-width: 768px) {
		.Date {
		justify-content: flex-start;
		white-space: nowrap;
		overflow: hidden;
		text-align: left;
		}
}*/

.Title {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .Date {
        justify-content: flex-start;
        white-space: nowrap;
        overflow: hidden;
        text-align: left;
    }

    .Title {
        font-size: 20px;
        justify-content: flex-start;
        display: -webkit-box;
        white-space: normal;
        -webkit-line-clamp: 2;
        /*表示行数*/
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .Btn_Txet02 {
        font-size: 14px;
    }
}


@media screen and (max-width: 768px) and (min-width: 426px) {
    .Title {
        font-size: 20px;
        justify-content: flex-start;
        display: -webkit-box;
        white-space: normal;
        -webkit-line-clamp: 1;
        /*表示行数*/
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width: 330px) {
    .Date {
        font-size: 0.7em;
    }

    .Title {
        font-size: 0.8em;
    }
}

/*--------------------------↑NewsList.html↑---------------------------------------*/


/*--------------------------↓News.html↓---------------------------------------*/
.Article_Title h3 {
    font-size: 16px;
    font-weight: normal;
}

.Article_Title h4 {
    font-size: 16px;
    font-weight: normal;
    color: #b7a60f;
}

.News {
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #d1d1d1;
    text-decoration: none;
    color: #414141;
    /*
	position: relative;
	transition: 0.5s;*/
}

.News:last-of-type {
    border-bottom: solid 1px #d1d1d1;
}

.News_Btn_Arrow {
    font-size: 12px;
    color: #b7a60f;
}

.News_Link a {
    font-size: 16px;
    font-weight: normal;
    color: #b7a60f;
    text-decoration: none;
}

.News_Link a:hover {
    text-decoration: none;
    /* color: #9d8e48;*/
    transition: 0.4s;
    opacity: 0.8;
}


.News_Link a:hover i {
    text-decoration: none;
    /* color: #9d8e48;*/
    transition: 0.4s;
    opacity: 0.8;
}

.News_Prev {
    text-align: start;
}

.News_Back_To_List {
    text-align: center;
}

.News_Next {
    text-align: end;
}

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

    .Article_Title h3,
    .Article,
    .News_Link a {
        font-size: 14px;
    }
}

/*--------------------------↑News.html↑---------------------------------------*/


/*--------------------------------------------------------↓GuestRooms.html↓--------------------------------------------------------------------*/
.Check_In_Out_Title {
    width: 200px;
    margin: 28px auto 8px;
    color: #b7a60f;
    font-size: 20px;
    letter-spacing: 0.2em;
}

.Check_In_Out_Title img {
    width: 100%;
    display: block;
}

.Check_In_Out_Text_Box {
    display: block;

}

.Check_In_Out_Text {
    display: inline-block;
    text-align: start;
}

/*客室1部屋分*/

.Room_Contents_Wrap {
    display: flex;
}

.Room_Img_Contents {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.Room_Img {
    background-size: cover;
    background-position: center center;
    padding-top: 62.5%;
    width: 100%;
}

.Room1 {
    background-image: url("../img/img_common/roomType_double_pc.png");
}

.Room2 {
    background-image: url("../img/img_common/roomType_twin_pc.png");
}

.Room3 {
    background-image: url("../img/img_common/roomType_triple_pc.png");
}

.Room4 {
    background-image: url("../img/img_common/roomType_fourth_pc.png");
}

.Room_Name {
    font-size: 20px;
    font-weight: bold;
    color: #b7a610;
    padding: 8px 0;
    border-bottom: solid 1px rgba(209, 209, 209, 0.70);
}

@media screen and (min-width: 768px) {
    .Room_Name {
        padding: 18px 0 10px;

    }
}

.Room_Text {
    font-size: 16px;
    padding: 10px 0;
}

.R_D_Wrap2 {
    margin: 0;
    padding: 0;
    letter-spacing: 0.15em;
}

.Room_D_Img {
    background-size: cover;
    background-position: center center;
    padding-top: 77.5%;
    width: 100%;
}

.Bathroom {
    background-image: url("../img/img_common/bathroom_pc.png");
}

.Amenity {
    background-image: url("../img/img_common/amenity_pc.png");
}


.Room_D_Title {
    color: #9d485b;
    font-size: 20px;
    padding: 8px 0;
}

@media screen and (min-width: 768px) {
    .Room_D_Title {
        padding: 18px 0 10px;
    }
}

.Room_D_Text {
    color: #333333;
    font-size: 16px;
}


.Room_D_Index {
    background-color: #333333;
    color: #F2F2F2;
    margin: 0;
    width: fit-content;
    padding: 5px;
    font-size: 14px;
}

.Room_D_I_Text {
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}

.R_D_I_T_Box {
    margin-bottom: 10px;
}

.R_D_I_T_Box p {
    margin-bottom: 3px;
}

/*備品リスト*/
.Equipment_List_Title {
    margin-top: 30px;
    border-bottom: 1px solid rgba(209, 209, 209, 0.70);
}

.Equipment_List_Title ul {
    padding-left: 10px;
    list-style-type: square;
    color: #9d485b;
}

.E_ListTitle li {
    font-size: 20px;
    color: #9d485b;
}


.Equipment_List {
    margin-bottom: 16px;
}

.Equipment {
    font-size: 16px;
    padding: 0;
    margin: 0 0 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.Item {
    margin: 0;
    /*width:30%;*/
    list-style-type: none;
    /*点を非表示*/
    position: relative;
    /*基準位置*/
}

.Item:before {
    border-radius: 0;
    /*丸くする*/
    width: 10px;
    /*点の幅*/
    height: 10px;
    /*点の高さ*/
    display: block;
    position: absolute;
    /*絶対配置*/
    left: -7px;
    /*点の位置*/
    top: 0.6em;
    /*点の位置*/
    content: "";
    background: #d8b6bd;
    /*点の色*/
}

.Postscript_List01 {
    color: #333333;
    font-size: 16px;
    display: block;
    padding-left: 30px;
    list-style-type: disc;
}

.Postscript_List02 {
    color: #333333;
    font-size: 16px;
    display: block;
    padding-left: 10px;
}



.Postscript_List02 span {
    color: #9d485b;
}


/*客室テーブル*/
.Room_Table {
    width: 100%;
    font-size: 16px;

}

.Room_Table tr,
td {
    padding: 5px;
    align-items: center;
    text-align: center;
}

.Room_Table tr:nth-child(odd) {
    background-color: #fffef5;
}

.Table_Index {
    background-color: rgba(14, 10, 11, 0.05);

}

.Index-Left {
    text-align: end;
}

.Room_Table td {
    border: solid thin;
}


/*料金特記*/
.Remarks_List_Wrap {
    font-size: 16px;
    color: #333333;
    background-color: #f3f2e9;
    height: 140px;
    display: flex;
}

@media screen and (min-width: 768px) {
    .Remarks_List_Wrap {
        height: 100px;
    }

}

.Postscript_List03 {
    display: inline-block;
    margin: auto 0 auto 40px;
    width: 68vw;
}

@media screen and (min-width: 768px) {
    .Postscript_List03 {
        margin: auto 0 auto 60px;
        width: auto;
    }
}




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

    .Room_D_Index,
    .Room_D_I_Text {
        font-size: 14px;
        line-height: 18px;
    }

}

@media screen and (min-width: 1024px) {
    .Check_In_Out_Text_Box_SP {
        display: none;
    }

    .Time {
        display: flex;
        justify-content: flex-start;
        margin-left: 2px;
    }

    .Time_SP {
        display: none;
    }
}

@media screen and (max-width: 330px) {
    .Room_D_Text {
        padding: 10px 15px 30px 0px;
    }

    .Room_Name,
    .Room_D_Title,
    .Equipment_List_Title ul {
        font-size: 18px;
    }

    .Room_Text,
    .Room_D_Index,
    .Room_D_Text,
    .Item,
    .Postscript_List01 li {
        font-size: 16px;
    }

    .Room_D_I_Text,
    .Postscript_List02,
    .Postscript_List03,
    .PostList_Index {
        font-size: 14px;
    }

    td {
        font-size: 12px;
    }

    .Postscript_List03 {
        margin: 18px 10px 10px 32px;
    }
}

/*--------------------------↑GuestRooms.html↑---------------------------------------*/

/*--------------------------↓Contact.html↓---------------------------------------*/

.Beige_Form {
    background-color: #f3f2e9;
    border: none;
    border-radius: 0;
}

.form-control:focus {
    background-color: #f3f2e9;
    border: none;
    outline: 0;
    box-shadow: none;
}

.Confirm_Btn {
    border: 1px solid #9d485b;
    border-radius: 0;
    color: #9d485b;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

/* ボーダー矢印 */
.Confirm_Btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 41%;
    right: 11%;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #9d485b #9d485b transparent transparent;
    transform: rotate(45deg);
}

.Confirm_Btn:hover i {
    color: #FFF;
}

.Confirm_Btn:hover {
    color: #FFF;
    font-weight: lighter;
    background-color: #9d485b;
    border: 1px solid #9d485b;
}

.form-control:focus {
    background-color: #f3f2e9;
    border: none;
    outline: 0;
    box-shadow: none;
}

/*
.btn.focus,.btn:focus {
	outline: 0;
}

.Btn_Text{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9d485b;
}

.Btn_Text:hover{
	color: #FFF;
	font-size: 14px;
}

*/
.Beige_Btn_Fa {
    color: #9d485b;
    font-size: 10px;
    font-weight: lighter;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

/*
.Beige_Btn_Fa:hover{
	display: none;
}*/

.Form_Map01 {
    width: 40%;
    height: auto;
}

.Text-Required {
    color: #9d485b;
    transform: translateY(2px);
}

/*入力画面～*/

.Form_Status_Txt_Wrap {
    border-bottom: none;
}

.Form_Status_Txt_Wrap.Active {
    display: inline-block;
    border-bottom: 1px solid #9d485b;
    margin-bottom: -1px;
    color: #9d485b;
}

.Form_Status_Shape_Wrap {
    position: relative;
    width: 100%;
    height: 42px;
}

.Form_Status_Shape {
    width: 16px;
    height: 16px;
    background-color: #f3f2e9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Form_Status_Shape.Active {
    background-color: #9d485b;
    color: #9d485b;
}

.Form_Status_Line {
    height: 1px;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f3f2e9;
}

.Form_Status_Line {
    background-color: #f3f2e9;
    z-index: -1;
}

.Form_Status_Line.Left {
    left: 0;
}

.Form_Status_Line.Right {
    right: 0;
}


@media screen and (max-width: 350px) {
    .Form_Status_Txt_Wrap {
        font-size: 13px;
    }

    .Form_Status_Shape {
        width: 12px;
        height: 12px;
    }
}


@media screen and (max-width: 320px) {
    .Form_Map01 {
        width: 100%;
        height: auto;
    }

    form {
        font-size: 14px;
    }


}


@media screen and (max-width: 768px) {
    form {
        font-size: 12px;
    }
}


/*--------------------------↑Contact.html↑---------------------------------------*/

/*--------------------------↓Introduction.html↓---------------------------------------*/
@media screen and (max-width: 768px) {
    .Each_Page_Wrap_Introduction {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .Each_Page_Wrap_Introduction_SP {
        display: none;
    }
}

.Introduction_Top_Img_Wrap {
    max-width: 890px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.Introduction_Top_Img_Wrap_SP {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.Introduction_Top_Img {
    background-size: cover;
    background-position: center;
    padding-top: 56.25%;
    width: 100%;
    background-image: url("../img/img_common/outline-ph_2.jpg");
}

.Intro_Top_Text {
    margin: 0 auto;
}

.Paragraph {
    margin-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    font-size: 14px;
}

.Paragraph span {
    padding-left: 7px;
}

/*アクセス詳細*/
.Access_Box {
    margin-left: 30px;
}

.Access_ul {
    display: block;
}

.Access_ul li {
    list-style: square;
    color: #ba9f43;
}

.Access_li {
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #ba9f43;
}

.Access_li p {
    font-size: 28px;
    color: #ba9f43;
    display: inline;
}

.Access_Text {
    font-size: 16px;
}

@media screen and (max-width: 320px) {
    .Access_li {
        font-size: 24px;
        color: #ba9f43;
    }

    .Access_li p {
        font-size: 32px;
        color: #ba9f43;
        display: inline;
    }
}


/*マップ*/
.Gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
}

.Gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 425px) {
    .Gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 70%;
        position: relative;
    }
}

/*近隣紹介*/

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

.Nearby_Contents_Wrap {
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid rgba(209, 209, 209, 0.70);
}

.Nearby_Contents_Wrap_SP {
    align-items: flex-start;
}

.Nearby_Eng {
    font-size: 1.375em;
    display: flex;
    align-items: baseline;

}

.Nearby_Eng_Ttl {
    width: 88px;
}

.Nearby_Eng_Ttl img {
    display: block;
    width: 100%;
}

.Kotoni_History_Eng_Ttl {
    width: 200px;
}

.Kotoni_History_Eng_Ttl img {
    width: 100%;
    display: block;
}


.Nearby_Eng p {
    font-size: 1.3em;
    display: flex;
    margin: 0;
}

.Nearby_Jpn {
    color: #9d485b;
    font-size: 28px;
    letter-spacing: 0.08em;
    margin-bottom: 0.8em;
    display: flex;
    margin: 0;
    align-items: baseline;
}

.Nearby_Jpn p {
    font-size: 36px;
    color: #9d485b;
}


.Nearby_List {
    font-size: 16px;
    padding-left: 30px;
}

.Nearby_List ul {
    list-style-type: square;
}

.Nearby_List02 li {
    margin: 0 30px 0 0;
}

.Nearby_List02 li:last-of-type {
    margin: 0;
}

.Item_Introduction::marker {
    color: #d8b6bd;
}


.Nearby_Img {
    width: 100%;
    /*min-width: 100%;*/
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}


.N_Img01 {
    background-image: url("../img/img_common/gallery-08_2.jpg");
    background-size: cover;
    padding-top: 62.5%;
    width: 100%;
}


.N_Img02 {
    background-image: url(../img/img_common/AdobeStock_90663292_Preview.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 62.5%;
    width: 100%;
}


.N_Img03 {
    background-image: url("../img/img_common/building35.jpg");
    background-size: cover;
    background-position: center center;
    padding-top: 62.5%;
    width: 100%;
}

.Nearby_Img_Tag {
    width: 100%;
}

.Nearby_Text_Wrap {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .Nearby_Contents_Wrap_SP {
        display: none !important;
    }

    .Nearby_List_SP {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .Nearby_Eng {
        font-size: 1em;
        display: flex;
        align-items: baseline;
    }

    .Nearby_Eng p {
        font-size: 1.2em;
        display: flex;
        margin: 0;
    }

    .Nearby_Jpn {
        color: #9d485b;
        font-size: 1.75em;
        margin-bottom: 0.8em;
        display: flex;
        margin: 0;
        align-items: baseline;
    }

    .Nearby_Jpn p {
        font-size: 1.25em;
    }

    .Nearby_Contents_Wrap_PC {
        display: none;
        align-items: flex-start !important;
    }

    .Nearby_List01 li {
        font-size: 16px;
    }

    .Nearby_List02 li {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .Nearby_Jpn03 {
        font-size: 1.50em;
    }

    .Nearby_List02_SP li {
        margin: 0;
        font-size: 13px;
        letter-spacing: 0.05em;
    }

    .Nearby_List_PC {
        display: none;
    }

    .Nearby_List01 li {
        font-size: 13px;
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 768px) and (min-width: 426px) {
    .Nearby_List01 li {
        font-size: 14px;
    }

    .Nearby_List02 li {
        font-size: 12px;
    }
}

/*--------------------------↑Introduction.html↑---------------------------------------*/

/* フッター */
#Footer {
    padding: 12vw 0 144px;
    background: #f3f2e9;
}

@media screen and (min-width: 1024px) {
    #Footer {
        padding: 4vw 0 144px;
    }

}

.Footer_slider {
    padding: 0;
    margin-bottom: 36px;
}

@media screen and (min-width: 1024px) {
    .Footer_slider {
        margin-bottom: 80px;
    }

}

.Footer_slider_List {
    height: 280px;
}

.Footer_Contents_Wrap {
    margin-left: 16vw;
    margin-bottom: 64px;
}

.Footer_Ttl {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.01em;
}

.Footer_SubTtl {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

/*.Footer_Address {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.Footer_Tel {
    font-size: 16px;
    letter-spacing: 0.1em;

}

.Footer_ScrollTop {
    width: 32px;
    margin-top: 24px;
}

.Footer_ScrollTop_Link {
    width: 100%;
    display: block;
}

.Footer_ScrollTop_Img {
    display: block;
    width: 100%;
}

.Footer_Nav {
    margin-left: 16vw;
    width: 36vw;
}

.Footer_Ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.Footer_List {
    list-style-type: none;
}

.Footer_Link {
    color: #0e0a0b;
    transition: 0.4s;
    font-size: 16px;
    letter-spacing: 0.1em;

}

.Footer_Link:hover {
    text-decoration: none;
    color: #b7a60f;
}

.Footer_Copyright {
    margin-right: 12vw;
}

.Footer_Copyright_Small {
    display: block;
    text-align: right;
    letter-spacing: 0.1em;

}
*/

/*フッター*/
.Footer_Wrap {
    background-color: #f3f2e9;
    color: #414141;

}

.Footer_Img_Wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.Footer_Img_Contents {
    display: flex;
    max-width: 405px;
    min-width: 22%;
    max-height: 340px;
    height: 100%;
    min-height: 300px;
}

.Access_LogoImg {
    margin-right: 12px;
}

.Footer_Img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.FooterImg_1 {
    background-image: url("../img/1000_F_166013639_p92lwTfokWvWd15YUYhOVI8jHeGm2Mph.html");
}

.FooterImg_2 {
    background-image: url("../img/1000_F_297820900_S9C6kMX55rCqC7gDDvCzdg3gBN3ITzVm.html");
}

.FooterImg_3 {
    background-image: url("../img/1000_F_448942858_8EekNoGDmiblXnhhNZMaPxWFI556X7HP.html");
}

.FooterImg_4 {
    background-image: url("../img/1000_F_61946367_t7Ox35iWxwgF56fnnlQYWAUtOUPhL2F5.html");
}




.FooterImg_5 {
    background-image: url("../img/1000_F_68558789_Vd0Y7d73PgdZmKbuYWyp1Q4w1cxKGI8b.html");
    min-width: 80%;
}


.Access_Info {}

.Access {
    display: block;
    letter-spacing: 0.04em;
}

.Text1 {
    display: inline;
    font-size: 20px;
    letter-spacing: 0.04em;
}

.Text2 {
    display: inline;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0.04em;

}

.Text5 {
    color: #0e0a0b;
}

@media screen and (min-width: 1024px) {
    .Text5 {
        display: inline;
        margin-right: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .Text6 {
        display: inline;
    }
}

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

.PC_Footer_Nav_Wrap ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media screen and (min-width: 1024px) {
    .PC_Footer_Nav_Wrap ul {
        list-style: none;
        flex-direction: row;
    }
}


.Footer_Nav_Link {
    color: #414141;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: 0.4s;
}

.Footer_Nav_Link:hover {
    color: #9d8e48;
    text-decoration: none;
}


.Copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.04em;
}

.Copyright {
    font-size: 14px !important;
    margin-top: 36px;
}

@media screen and (min-width: 768px) {
    .Copyright {
        margin-top: 16px;
    }

}

@media screen and (min-width: 1024px) {
    .Copyright {
        font-size: 16px;
        margin: 0;
    }
}


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

    .Back_Arrow {
        color: #b7a60f;
        font-size: 50px;
        font-weight: 100;
    }

    .Footer_Img_Contents {
        display: flex;
        max-width: 288px;
        min-width: 55%;
        max-height: 236px;
        height: 100%;
        min-height: 236px;
    }



    .Access_Info h3 {
        font-weight: bold;
        font-size: 48px;
        justify-content: center;
    }

    .Access {
        display: block;
        justify-content: center;
        text-align: center;
    }



    .PC_Footer_Nav_Wrap li {
        margin-bottom: 24px;
    }


    @media screen and (min-width: 1024px) {
        .PC_Footer_Nav_Wrap li {
            margin-bottom: 0;
        }
    }

    .Text1 {
        display: block;
    }

    .Text2 {
        display: block;
    }

    .Footer_Nav_Link {
        height: 50px;
    }
}

.Access_Ttl {
    flex-direction: column;
    display: flex;
    align-items: center;

}

@media screen and (min-width: 768px) {
    .Access_Ttl {
        flex-direction: row;
        font-size: 36px;
        font-weight: bold;
    }
}

.Access_Ttl_Logo {
    margin-right: 10px;
    width: 47px;
    height: 46px;
}

/* ------------------------------------ */
/* jquery */

.Bg {
    color: #9d8e48;
    backdrop-filter: blur(2px);
}

.FontColorTtl {
    color: #9d8e48;
}

.FontColorTtl:hover {
    color: #9d8e48;
}

.FontColor {
    color: #9d8e48;
}

.FontColor:hover {
    color: #fff;
}

.Opacity {
    opacity: 1;
}


        /* <!-- コトニガーデンOPEN/CLOSE表示 --> */
        #Hero_Wrap{
            position: relative;
        }

        #Header_BusinessHours_Box{
            position: absolute;
            left: 50%;
            top: 78vh;
            transform: translateX(-50%);
            width: 90vw;
            background: #6da3cacc;
            display: block;
            color: #fff;
            text-shadow: 1px 2px 10px rgb(128 128 128 / 91%);
        }

        @media screen and (min-width: 1024px) {
            #Header_BusinessHours_Box{
                top: 58.6vh;
                left: 4vw;
                width: 40vw;
                transform: translateX(0);
            }
        }

        @media screen and (min-width: 1100px) {
            #Header_BusinessHours_Box{
                top: 50vh;
                left: 10vw;
            }
        }

        @media screen and (min-width: 1300px) {
            #Header_BusinessHours_Box{
                top: 50vh;
                left: 10vw;
                width: 30vw;
            }
        }

        @media screen and (min-width: 1600px) {
            #Header_BusinessHours_Box{
                top: 52vh;
                left: 10vw;
                width: 26vw;
            }
        }

        #Header_BusinessHours_Text_Case{
            border: #f3f2e9 4px double;
            padding: 8px 10px;
            
        }

        #BusinessHours_Ttl{
            font-weight: bold;
            font-size: 18px;
            letter-spacing: 0.04em;
        }

        #BusinessHours_Text_Date{
            letter-spacing: 0.08em;
            margin-right: 8px;
        }

        #BusinessHours_Text_Decolation{
            letter-spacing: 0.08em;
        }

        #BusinessHours_Text_Text{
            font-size: 20px;
            letter-spacing: 0.08em;
            font-weight: bold;
        }

        #BusinessHours_Link{
            display: block;
            text-align: right;
            color: #f3f2e9;
            font-size: 14px;
            letter-spacing: 0.08em;
            text-decoration: underline;
        }

        #BusinessHours_Link:hover{
            color: #f3f2e9;
        }


        /* -------------------------------------------------------- */
