@charset "UTF-8";

/* 20181204追加　施設・サービスページ */

#page-service .article_date01 {
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
}


/* 20181226追加　TOPおすすめ宿泊プランロゴ周り色変更 */

.home_plan .home_plan_ttl {
    background: #fff;
    padding: 15px 15px 0;
}

.home_plan .home_plan_ttl h3 {
    color: #642314;
}

.home_plan .home_plan_ttl a.btn_more {
    color: #642314;
    background: #efede5;
}

.home_plan .home_plan_ttl a.btn_more:hover {
    color: #fff;
    background: #be9c4d;
}


/* 20190521 TOP「高松市営地下駐車場」へのアクセスはこちら */

.mg_t30 {
    max-width: 1080px;
    margin: 30px auto 0 auto;
}


/* 20190619 スライダー上に表示するバナー */

.slider_sp_bnr {
    width: 300px;
    /*width: 384px;
  margin: auto; */
    position: absolute;
    bottom: 2rem;
    /*right: 23%;*/
    right: 14%;
}

.slider_sp_bnr img {
    width: 115%;
    position: relative;
    z-index: 5;
}

.slide_home {
    z-index: 1;
}

.rest_header {
    /*margin-top: 50px;*/
}

@media screen and (max-width: 450px) {
    .slider_sp_bnr {
        margin-top: -18%;
    }

    /*.rest_header{
  margin-top: 30px;
  }*/
}

@media screen and (max-width: 680px) {
    .slider_sp_bnr {
        width: 60%;
        position: static;
        margin: -40% auto 12%;
    }

    .slider_sp_bnr img {
        width: 100%;
    }
}

.slider_pc_bnr {
    float: right;
    margin-top: -250px;
    position: relative;
}

.slider_pc_bnr img {
    width: 70%;
    position: relative;
    float: right;
}

@media screen and (max-width: 640px) {
    .slider_pc_bnr {
        display: none;
    }
}


/* 20190716 宿泊予約に追加する「予約確認・変更・取消はこちら」ボタン */

.to_rsv a {
    background: #f1ede1;
    border: 1px solid #c5c3bc;
    background-size: auto;
    background-size: 20px;
    display: block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    transition: ease-in 0.4s;
}

.to_rsv a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

@media screen and (min-width: 680px) {
    .to_rsv {
        top: 100px;
        right: 20px;
        width: 250px;
        margin: 10px 0 0 auto;
    }
}

@media screen and (max-width: 679px) {
    .to_rsv {
        clear: both;
        width: 250px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .to_rsv a {
        width: auto;
    }
}


/* 20190725 おすすめプラン見出し */

.plan_h4 {
    padding: 0.1em 0.8em;
    border-radius: 10px;
    color: #ffffff;
    float: left;
    margin: 5px 0 0 5px;
}

.font80 {
    font-size: 80%;
}

.icon_bg_blue {
    background: #0c57b3;
}

.icon_bg_red {
    background: #e63d49;
}

.icon_bg_orange {
    background: #fe7e22;
}

.icon_bg_green {
    background: #00b824;
}

.icon_bg_sky {
    background: #99d9ea;
}

.icon_bg_pink {
    background: #d96591;
}


/* 20190726アクセス三角アイコンがないので追加（テストのcssにはある） */

a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
}

a.arrow::before,
a.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

a.arrow::before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #d2c18d;
}


/*20190723外部ブログにアクセスするボタンを配置*/

.information-inner .sns_link .gaibu_blog a {
    background: url("https://www.jrclement.co.jp/inn/takamatsu/img/ico_footer_gaibu.png") no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    display: block;
    width: 180px;
    overflow: hidden;
    height: 0;
    padding-top: 45px;
}


/*20191125多言語部屋タイプ一覧*/

.column-inner .no_border {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.column-inner .no_border tr {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.column-inner .no_border th {
    font-size: 0.85em;
    padding: 0 0.4em;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    text-align: center;
}

.column-inner .no_border tr:last-child th {
    border-bottom: 1px solid #cccccc;
}

.column-inner .no_border td {
    border-right: #cccccc 1px solid;
    margin: 0;
    padding: 0;
    padding: 0 0.2em;
    text-align: center;
}

.reserv_btn {
    display: block;
    position: relative;
    width: 80%;
    margin: 5px auto;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    color: #ffffff !important;
    background: #0b3190;
    border: 1px solid #0b3190;
    font-size: 90%;
}

.reserv_btn:hover {
    background: #eeeeee;
    color: #0b3190 !important;
    border: 1px solid #0b3190;
    cursor: pointer;
    text-decoration: none;
}

.room_inner {
    clear: both;
    overflow: hidden;
    margin-bottom: 3em;
}


/* 20191227多言語宿泊予約 */

.inb_rsv {
    background: #f1ede1;
    border: 1px solid #c5c3bc;
    background-size: auto;
    background-size: 20px;
    display: block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    transition: ease-in 0.4s;
}

.inb_rsv a {
    text-decoration: none;
    font-size: 1.4rem;
}

.inb_rsv a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 680px) {
    .inb_rsv {
        position: absolute;
        top: 100px;
        right: 200px;
        width: 250px;
    }
}

@media screen and (max-width: 679px) {
    .inb_rsv {
        clear: both;
        width: 250px;
        margin: 0 auto;
    }

    .inb_rsv a {
        width: auto;
    }
}

.to_vrf {
    background: #642314;
    border: 1px solid #c5c3bc;
    background-size: auto;
    background-size: 20px;
    display: block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    transition: ease-in 0.4s;
}

.to_vrf a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #ffffff;
}

.to_vrf:hover {
    opacity: 0.8;
}

@media screen and (min-width: 680px) {
    .to_vrf {
        position: absolute;
        top: 100px;
        right: 20px;
        width: 150px;
    }
}

@media screen and (max-width: 679px) {
    .to_vrf {
        clear: both;
        width: 250px;
        margin: 10px auto;
    }

    .to_vrf a {
        width: auto;
        color: #ffffff;
    }
}


/* 休業 */

.rinji {
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
}

.ribbon12-wrapper {
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    max-width: 1000px;
    background: #f1f1f1;
}

.ribbon12 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    font-size: 22px;
    color: #FFFFFF;
    background: #642314;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ribbon12::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #32120a;
}

.dateTxt {
    font-size: 3rem;
    color: #B41C1F;
    font-weight: bold;
}

.rinjiTxt {
    text-align: left;
    padding: 20px 30px;
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2rem;
}

.ribbon12Btn {
    background: #f1f1f1;
    overflow: hidden;
    margin: 0 20px 10px 0;
}

.rinji_to_pdf {
    text-decoration: none;
    font-size: 1.5rem;
    padding: 0.5em 1.5em;
    background: #642314;
    color: #ffffff;
    float: right;
    border: 5px #d2c18d solid;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.rinji_to_pdf:hover {
    opacity: 0.8;
}

@media screen and (max-width: 680px) {
    .rinji {
        margin-top: 50px;
        clear: both;
    }

    .ribbon12-wrapper {
        max-width: 90%;
    }

    .rinjiTxt {
        font-size: 1.5rem;
        padding: 20px 10px;
    }

    .ribbon12 {
        font-size: 1.5rem;
    }

    .ribbon12Btn {
        clear: both;
        width: 80%;
        margin: 0 auto;
    }

    .rinji_to_pdf {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .taisakuNum {
        font-size: 2.2rem;
        text-align: left;
    }

    .taishou {
        font-size: 1.5rem;
        margin: 10px 10px 10px 2.5em;
    }
}


/* 休業 */


/* top page 予約サイト切り替え */

.kirikae-box {
    width: 1080px;
    overflow: hidden;
    padding: 10px 2em 10px 10px;
    margin: 10px auto;
    color: #333;
    font-size: 1.8rem;
    text-align: right;
}

.movie {
    width: 100%;
    text-align: center;
    margin: 30px 0 23px 0;
}

@media screen and (max-width: 680px) {
    .kirikae-box {
        width: 100% !important;
        height: auto !important;
        padding: 10px 5px;
        border: none;
    }

    .kirikae-box {
        width: 100% !important;
        height: auto !important;
        padding: 10px 5px;
        border: none;
    }

    .kirikae-btn {
        background: #f1ede1;
        background-size: auto;
        border: 1px solid #c5c3bc;
        background-size: auto;
        background-size: 20px;
        display: block;
        width: 100%;
        line-height: 45px;
        text-align: center;
        text-decoration: none;
        font-size: 1.4rem;
        transition: ease-in 0.4s;
        float: left;
        margin: 10px 20px 0 0;
    }
}


/* top page ホテルからのお知らせ */

#news-topics {
    width: 100%;
    padding: 50px 0;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0;
}

@media screen and (min-width: 681px) {
    .border-b {
        padding-bottom: 2em;
        border-bottom: 1px solid #cacad1;
    }

    #news-topics .column {
        width: 840px;
        margin: 0 auto;
    }

    #news-topics .column-inner {
        margin: 10px 0;
        padding: 10px 0;
    }

    .plandetail {
        overflow: hidden;
    }

    #news-topics .column-inner .hotel_name {
        display: block;
        background: #0b308e;
        color: #fff;
        height: 30px;
        line-height: 30px;
        width: 110px;
        font-size: 1.3rem;
        text-align: center;
        float: left;
    }

    #news-topics .column-inner .plandetail h3 {
        color: #0b308e;
        font-size: 1.7rem;
        margin-bottom: 0.5em;
        float: left;
        max-width: 710px;
        padding-left: 1em;
        font-weight: 700;
    }

    #news-topics .column-inner .plandetail h6 {
        clear: both;
        font-size: 1.5rem;
        margin-bottom: 0;
        float: left;
        text-align: left;
        padding-left: 8.2em;
    }
}

@media screen and (max-width: 680px) {
    #news-topics .column-inner .hotel_name {
        display: block;
        background: #0b308e;
        color: #fff;
        height: 30px;
        line-height: 30px;
        width: 110px;
        font-size: 1.3rem;
        text-align: center;
        float: left;
    }

    #news-topics .column-inner .plandetail h3 {
        clear: both;
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 0;
        float: left;
        text-align: left;
    }

    #news-topics .column-inner .plandetail h6 {
        clear: both;
        font-size: 1.6rem;
        margin-bottom: 0;
        float: left;
        text-align: left;
    }
}


/* top page Go To トラベルキャンペーン */

.campaign {
    width: 1080px;
    overflow: hidden;
    padding: 10px;
    margin: 10px auto;
    color: #333;
    font-size: 1.4rem;
    border: #d2c18d 2px solid;
}

.campaign h2.hd {
    font-size: 3rem;
    text-align: center;
    margin: 20px 0 40px;
    letter-spacing: 0.1em;
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.campaign h2.hd::after {
    content: "";
    display: block;
    background: url(https://www.jrclement.co.jp/inn/takamatsu/common/tmpresp_inn_takamatsu/img/common/hd_border.png) repeat-y center 0;
    height: 3px;
    width: 200px;
    margin: 10px auto 0;
}

.staynavi-btn {
    max-width: 460px;
    margin: 30px auto 0;
    clear: both;
}

.staynavi-btn a {
    background: #0b308e;
    border: 1px solid #0b308e;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: ease-in 0.4s;
    position: relative;
}

.staynavi-btn a::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: ease-in 0.4s;
}

.staynavi-btn::after {
    content: "";
    display: block;
    clear: both;
}

.staynavi-btn a:hover {
    background: #fff;
    color: #0b308e;
}

.staynavi-ul {
    margin: 2em 0 1em 0;
}

.staynavi-li {
    overflow: hidden;
    text-align: left;
    margin: 10px;
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-left: 2em;
    text-indent: -1.2em;
    list-style-type: decimal;
    list-style-position: inside;
}

.staynavi-kome {
    padding-left: 2em;
    text-indent: -1.2em;
}

.goToTitle {
    font-size: 1.8rem;
    border: 1px solid #ccc;
    padding: 5px 0 5px 25px;
    background: linear-gradient(#eee, #fff);
    background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
    position: relative;
    overflow: hidden;
    margin-top: 1em;
}

.goToBnr {
    max-width: 1055px;
    margin: 0 auto;
}

@media screen and (max-width: 680px) {
    .goToBnr {
        width: 100%;
    }
}

.goToTitle:before {
    content: "";
    display: block;
    height: 20px;
    width: 3px;
    background: #0b3190;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
}

.shorui-li {
    width: 23%;
    margin: 1%;
    float: left;
}

.shorui-li a {
    background: #ffffff;
    border: 1px solid #0b308e;
    color: #0b308e;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: ease-in 0.4s;
    position: relative;
    font-size: 85%;
}

.shorui-li a::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #0b308e;
    border-right: 2px solid #0b308e;
    transform: rotate(45deg);
    transition: ease-in 0.4s;
}

.shorui-li::after {
    content: "";
    display: block;
    clear: both;
}

.shorui-li a:hover {
    background: #0b308e;
    color: #ffffff;
}

@media screen and (max-width: 680px) {
    .campaign {
        width: 100%;
        padding: 50px 0;
    }

    .shorui-li {
        width: 97%;
        clear: both;
    }
}


/* トップページメンバーズアプリバナー及び予約変更バナー */

.col-2-bnr-box {
    max-width: 1080px;
    margin: 2em auto 1.5em auto;
    overflow: hidden;
}

.members-appli {
    float: left;
    width: 59%;
    margin-right: 1%;
}

.bnr-yoyaku-henkou {
    float: right;
    width: 40%;
}

.w100 {
    width: 100%;
}

@media screen and (max-width: 680px) {
    .col-2-bnr-box {
        max-width: 1080px;
        margin: 1em auto 0 auto;
        overflow: hidden;
    }

    .members-appli {
        float: none;
        width: 100%;
        margin: 1em 0 0 0;
    }

    .bnr-yoyaku-henkou {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
}


/* トップページメンバーズアプリバナー230620 */

.top-bnr-box {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}

.news_detail_btn {
    background: #eeeeee;
    border: 1px solid #0b308e;
    color: #0b308e !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-table;
    text-align: center;
    height: 50px;
    line-height: inherit;
    transition: ease-in 0.4s;
    position: relative;
    margin: 1em 0;
    padding: 1em 1em 1em 0;
    width: 600px;
}

.news_detail_btn:hover {
    background: #0b308e;
    color: #ffffff !important;
}

.news_detail_btn::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #0b308e;
    border-right: 2px solid #0b308e;
    transform: rotate(45deg);
    transition: ease-in 0.4s;
}

.news_detail_btn:hover::before {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

@media screen and (max-width: 680px) {
    .news_detail_btn {
        width: 100%;
    }
}


/*@media screen and (min-width: 681px){
  .optima iframe{
      height: inherit;
  }
  #search_area {
      margin: 20px auto !important;
  }
  #ZenSearchFrom {
      padding: 0!important;
  }
}*/


/*230511 お知らせ欄をHPMデフォルトにする*/

#news {
    width: 840px;
    padding: 50px 0;
}

#news .column {
    width: auto;
    float: none;
    margin: 0;
    padding-bottom: 2em;
    border-bottom: 1px solid #cacad1;
}

#news .column+.column {
    margin-top: 40px;
}

#news .column-inner h3 {
    color: #0b308e;
    font-size: 1.7rem;
    font-weight: bold;
}

#page-detail .column-inner h3 {
    color: #0b308e;
}

#news p.statement_link a,
#page-detail p.statement_link a {
    background-color: #0b308e;
}

#page-detail .column+.column {
    border-top: 1px solid #cacad1;
    padding-top: 2em;
}

@media screen and (max-width: 680px) {
    #news {
        width: 90%;
        padding: 50px 0;
        margin-left: auto;
        margin-right: auto;
    }

    #page-detail .column-inner h3 {
        font-size: 18px;
    }
}


/* 20230904追記 */

#page-service {
    width: 100%;
}

#page-service .bnr_3col_wrap {
    display: flex;
    justify-content: space-between;
}

#page-service .bnr_3col_wrap .bnr {
    width: 32%;
}

#page-service .bnr_3col_wrap .bnr a {
    display: block;
    width: 100%;
}

#page-service .bnr_3col_wrap .bnr a img {
    width: 100%;
}

#page-service .floor_map {
    width: 40%;
    margin: 0 auto;
}

#page-service .floor_map img {
    width: 100%;
}

#page-inquiry-faq .inquiry_faq .lead {
    text-align: center;
}

#page-inquiry-faq .inquiry_faq .jp,
#page-inquiry-faq .inquiry_faq .en {
    margin-top: 50px;
}

#page-inquiry-faq .inquiry_faq .jp .ttl,
#page-inquiry-faq .inquiry_faq .en .ttl {
    font-weight: bold;
    font-size: 20px;
}

#page-inquiry-faq .inquiry_faq .jp .desc,
#page-inquiry-faq .inquiry_faq .en .desc {
    margin-top: 10px;
}

#page-inquiry-faq .inquiry_faq .jp .point,
#page-inquiry-faq .inquiry_faq .en .point {
    margin-top: 10px;
}

#page-inquiry-faq .inquiry_faq .jp .point li,
#page-inquiry-faq .inquiry_faq .en .point li {
    margin-left: 1em;
    text-indent: -1em;
}

#page-inquiry-faq .inquiry_faq .jp .point li+li,
#page-inquiry-faq .inquiry_faq .en .point li+li {
    margin-top: 5px;
}

#page-inquiry-faq .inquiry_faq .en {
    margin-top: 20px;
    color: rgba(11, 49, 144, 0.7803921569);
}

#page-inquiry-faq .contact_btn {
    margin-top: 20px;
}

#page-inquiry-faq .contact_btn a {
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 300px;
    background: #0b308e;
    text-decoration: none;
    position: relative;
}

#page-inquiry-faq .contact_btn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

#page-inquiry-faq .border_block {
    margin-top: 50px;
    border: 10px double #ddd;
    padding: 50px 30px;
    text-align: center;
}

#page-inquiry-faq .border_block .jp {
    margin-top: 0;
}

@media screen and (max-width: 680px) {
    #page-inquiry-faq .border_block {
        padding: 20px;
    }

    #page-service h2.hd {
        font-size: 2.2rem;
    }

    #page-service .bnr_3col_wrap {
        display: block;
    }

    #page-service .bnr_3col_wrap .bnr {
        width: 100%;
    }

    #page-service .floor_map {
        width: 90%;
    }
}

#search_area {
    margin: 2em auto 0 auto;
}

.kirikae-box {
    width: 1080px;
    overflow: hidden;
    padding: 10px 2em 10px 10px;
    margin: 10px auto;
    color: #333;
    font-size: 1.8rem;
    text-align: right;
}

.movie {
    width: 100%;
    text-align: center;
    margin: 30px 0 23px 0;
}


/* 20230112jrsis追加 */

.bnr-box-left {
    width: 55.6%;
    /* float: left; 250910 中央に */
    margin-left: auto;
    margin-right: auto;
}

.bnr-box-right {
    width: 43.4%;
    margin-left: 1%;
    float: right;
}

@media screen and (max-width:680px) {
    .bnr-box-left {
        width: 100%;
        float: none;
    }

    .bnr-box-right {
        width: 100%;
        margin: 1em 0 0 0;
        float: none;
    }

    #search_area {
        margin: 0 auto;
    }

    .kirikae-box {
        width: 100% !important;
        height: auto !important;
        padding: 10px 5px;
        border: none;
    }

    .kirikae-box {
        width: 100% !important;
        height: auto !important;
        padding: 10px 5px;
        border: none;
    }

    .kirikae-btn {
        background: #f1ede1;
        background-size: auto;
        border: 1px solid #c5c3bc;
        background-size: auto;
        background-size: 20px;
        display: block;
        width: 100%;
        line-height: 45px;
        text-align: center;
        text-decoration: none;
        font-size: 1.4rem;
        transition: ease-in .4s;
        float: left;
        margin: 10px 20px 0 0;
    }
}

.reservation-btn {
    display: flex;
}

.october-btn {
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    /*display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;*/
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    width: 100%;
    border: 1px solid #69952f;
    position: relative;
    transition: 0.3s;
    background-color: #ffffff;
    padding: 0.6em 1em 1em 28%;
    margin-bottom: 1.25em;
    line-height: 1.4;
    height: 90px;
}

.october-btn::before {
    content: "";
    display: block;
    background: #69952f url("https://www.jrclement.co.jp/inn/takamatsu/img/optima-reserve-icon.png") no-repeat center;
    color: #fff;
    padding: 44px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 21%;
}

.october-btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 5%;
}

.october-btn:hover {
    color: #000000;
    font-weight: bold;
    background: #efede5;
}

.november-btn {
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    /*display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;*/
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    width: 100%;
    border: 1px solid #bc842c;
    position: relative;
    transition: 0.3s;
    background-color: #ffffff;
    padding: 1.5em 1em 1em 28%;
    line-height: 1.4;
    height: 90px;
}

.november-btn::before {
    content: "";
    background: #bc842c url("https://www.jrclement.co.jp/inn/takamatsu/img/optima-reserve-icon.png") no-repeat center;
    display: block;
    color: #fff;
    padding: 44px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 21%;
}

.november-btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 5%;
}

.november-btn:hover {
    color: #000000;
    background: #efede5;
    font-weight: bold;
}

.marker-green {
    color: #69952f;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.marker-orange {
    color: #f3a953;
    font-weight: bold;
    letter-spacing: 0.1em;
}


/* 20230112jrsis追加 */


/* トップ 地下駐車場 */

.underground-carpark {
    border: 1px solid #ccc;
    background: linear-gradient(#eee, #fff);
    background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
    position: relative;
    height: 90px;
    /* padding-top: 5px; */
    display: flex;
    align-items: center;
}

.underground-carpark h5 {
    padding: 5px 20px;
    font-size: 2rem;
}

.btn_carpark {
    position: absolute;
    top: 20px;
    right: 15px;
    float: right;
    width: 200px;
    text-align: center;
}

.btn_carpark a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background: #661c14;
    transition: ease-in .4s;
    border: 1px solid #661c14;
}

.btn_carpark a:hover {
    background: #983126;
}

.br-sp-none {
    display: block;
}

@media screen and (max-width:680px) {

    /* .underground-carpark {
        height: auto;
        padding-bottom: 15px;
    }

    .btn_carpark {
        position: inherit;
        top: inherit;
        right: inherit;
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    .btn_carpark a {
        height: inherit;
    } */
    .bnr-box-left {
        width: 90%;
    }

    .underground-carpark {
        flex-direction: column;
        height: 110px;
    }

    .btn_carpark {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .br-sp-none {
        display: none;
    }
}


/* 20260623追記 */

.main-photo {
    height: calc(100vh - 350px);
}

.main-photo img {
    width: 100%;
    height: calc(100vh - 350px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
}

.morning-menu-ttl {
    font-weight: bold;
    font-size: 2.1rem !important;
}

.note-rice {
    padding: 0.5em 1em;
    margin: 2em auto;
    background: #efede5;
    border-top: 1px solid #cbc5b3;
    border-bottom: 1px solid #cbc5b3;
    width: 50%;
}

#page-stay.meetingroom .page_link li a {
    height: 100%;
    line-height: 1.3;
    padding-bottom: 3px;
}

#page-stay.meetingroom .page_link li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page-service .floor_map_wrap {
    position: relative;
}

#page-service .floor_map_wrap .anc_txt {
    position: absolute;
}

#page-service .floor_map_wrap .txt01 {
    top: 282px;
    left: 740px;
}

#page-service .floor_map_wrap .txt02 {
    top: 430px;
    left: 740px;
}

#page-service .floor_map_wrap .txt03 {
    top: 508px;
    left: 740px;
}

#page-service .floor_map_wrap .txt04 {
    top: 572px;
    left: 740px;
}

#page-service .floor_map_wrap .anc_txt {
    font-size: 20px;
    font-weight: bold;
    color: #606c91;
    line-height: 1.3;
}

#page-service .floor_map_wrap .anc_txt a {
    color: #606c91;
    text-underline-offset: 3px;
}

#page-service .floor_map_wrap .anc_txt span {
    font-size: 18px;
    font-weight: normal;
}

#page-inquiry-faq .btn_wrap {
    display: flex;
    justify-content: center;
    gap: 0 50px;
}

@media screen and (max-width: 640px) {
    .main-photo .main-photo-inner img {
        height: 130px;
    }

    .note-rice {
        width: 100%;
    }

    #page-inquiry-faq .btn_wrap {
        display: block;
    }
}


/*# sourceMappingURL=編集用.css.map */