@charset "UTF-8";
/* ========== Common Section ========== */
/* --- CSS Variables --- */
:root {
    --heading-color: #ff0000;
       --time-color: #009900;
}
/* --- Pager --- */
nav.pager {
    font-size: .9em;
    text-align: center;
    margin: 15px 0;
}
nav.pager i {
    font-size: 1.4em;
    font-weight: bold;
    color: #c00;
}
nav.pager div a,
nav.pager div b {
    display: inline-block;
    border: 1px solid #666;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 2px;
    padding: 9px 0 0 0;
}
nav.pager div b {
    background-color: #666;
    color: #fff;
}
nav.pager div a:link,
nav.pager div a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #c00;
}


/* --- New Person --- */
.new {
    color: #f00;
    font-weight: bold;
    font-size: .8em;
}

/* --- Date --- */
.sun { color: #c03; }
.sat { color: #09c; }

/* --- License --- */
.lico_s { width: 28px; }
.lico_m { width: 35px; }

/* --- Overflow X Scroll --- */
.parent {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
}
.child {
    display: inline-block;
    margin-right: 1%;
    width: 19%;
    vertical-align: top;
    white-space: normal;
}

/* --- Read TXT --- */
section {
    font-size: .9em;
    width: 100%;
    padding: 0 .5em;
}

/* --- YnetGrandPrix Banner --- */
#gpban {
    margin: 0 0 8px 0;
    text-align: center;
}
#r_banner{
    padding: 0 !important;
    height: unset !important;
    margin-bottom: 8px;
}
#r_banner img{
    width: 100%;
}
#rs_banner{
    padding: 0 !important;
    height: unset !important;
    margin-top: 8px;
}
#rs_banner img{
    width: 100%;
    margin-bottom: 10px;
}
#de_banner img{
    margin-bottom: 8px;
}
#sg_banner img{
    margin-bottom: 10px;
}
/* ========== for Contents html Section ========== */
/* --- for INDEX / HOME html --- #conthome {  } */

#conthome nav {
    margin: 0 0 20px;
}

#conthome #glbhome {
    margin: 0 0 15px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#conthome #glbhome button,
#conthome #glbhome a {
    display: block;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid #666;
    margin: 0;
}

#conthome #glbhome button:not(:last-child) {
    margin: 0 1px 0 0;
}



#conthome article h2 {
    margin: 10px 0 0;
}

#conthome #wn ul {
    display: block;
    list-style-type: none;
    text-align: left;
    margin: 0 3px;
}
#conthome #wn li {
    border: 1px solid #666;
    border-radius: 25px;
    padding: 8px 0 8px 15px;
    margin: 3px 0;
    font-weight: bold;
    font-size: .9em;
    background: linear-gradient(to bottom, rgba(255, 242, 242, 1.0) 0%, rgba(254, 208, 208, 1.0) 100%);
}
#conthome #wn li time {
    font-size: .9em;
    color: #000;
}
#conthome #wn li a {
    display: block;
    position: relative;
}
#conthome #wn li a:after {
    width: 25px;
    height: 25px;
    text-align: center;
    content: "\01F53A";
    top: 8px;
    right: 15px;
    position: absolute;
    border: 1px solid #999;
    border-radius: 30px;
    display: block;
    transform:rotate(90deg);
    background-color: #FFF;
}
#conthome #wn li b {
    background-color: #c00;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    color: #fff;
    margin: 0 5px;
    padding: 2px 10px;
    border-radius: 5px;
}
#conthome #wn li b.newer {
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    animation: Grader 2s ease infinite;
}
@keyframes Grader {
      0% { background-position: 0% 50% }
     50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

#conthome #wn li a:link,
#conthome #wn li a:visited {
    text-decoration: none;
}


#conthome #news {
    margin: 25px 0 0;
}

#conthome #news h2 {
    margin: 0 0 -20px;
}

#conthome #news .swiper-pagination {
    position: relative;
    padding: 5px 0 0 0;
}

#conthome .news {
    margin: 2px auto 25px;
    padding: 8px .8em;
    font-size: 1em;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    word-break: break-all;
    position: relative;
}
#conthome .news h3 {
    line-height: 1.4;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0;
}
#conthome .news a:link,
#conthome .news a:visited {
    text-decoration: none;
}

#conthome .news time {
    color: #E60012;
    font-weight: bold;
    text-align: right;
    display: block;
    margin: 5px 0;
}
#conthome .news .banner {
    width: 140px;
    margin: 0 8px 8px 0;
}
#conthome .news .photo {
    width: 100px;
    margin: 0 8px 8px 0;
    float: left;
}

#conthome .news .readmore {
    font-size: .9em;
    padding: 3px 15px;
    margin: 0 3px;
    background: #00086B;
    background: linear-gradient(to bottom, #0013EA 30%, #00086B 100%);
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px 1px #878787;
    display: block;
    position: absolute;
}
#conthome .news .readmore {
    bottom: 10px;
    right: 20px;
}



#conthome #hotelnews {
    margin: 25px 0 0;
}

#conthome #hotelnews h2 {
    margin: 0 0 -20px;
}

#conthome #hotelnews .swiper-pagination {
    position: relative;
    padding: 5px 0 0 0;
}

#conthome .hotelnews {
    margin: 2px auto 25px;
    padding: 8px .8em;
    font-size: 1em;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    word-break: break-all;
    position: relative;
}
#conthome .hotelnews h3 {
    width: calc(100% - 50px);
    line-height: 1.4;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 5px 5px 65px;
    text-align: right;
    line-height: 1;
}
#conthome .hotelnews h3 b {
    font-size: .8em;
}
#conthome .hotelnews a:link,
#conthome .hotelnews a:visited {
    text-decoration: none;
}

#conthome .hotelnews time {
    color: #E60012;
    font-weight: bold;
    text-align: right;
    display: block;
    margin: 5px 0;
}
#conthome .hotelnews .icon {
    top: 5px;
    left: 5px;
    position: absolute;
    width: 65px;
    border-radius: 50%;
/*    width: 140px;
    margin: 0 8px 8px 0;*/
}
#conthome .hotelnews .photo {
    width: 100px;
    margin: 0 8px 8px 0;
    float: left;
}

#conthome .hotelnews .readmore {
    font-size: .9em;
    padding: 3px 15px;
    margin: 0 3px;
    background: #00086B;
    background: linear-gradient(to bottom, #0013EA 30%, #00086B 100%);
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px 1px #878787;
    display: block;
    position: absolute;
}
#conthome .hotelnews .readmore {
    bottom: 10px;
    right: 20px;
}



#conthome #blog {
    margin: 15px 0 35px;
}

#conthome #blog h2 {
    margin: 0 0 -20px;
}

#conthome #blog section {
    width: calc(98% / 3);
    padding: 1px;
    display: inline-block;
    border: 1px solid rgba(188,188,188,1.00);
    position: relative;
    margin: 1px;
}

#conthome #blog section .photo {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

#conthome #blog section time {
    position: absolute;
    bottom: 1px;
    font-size: .8em;
    color: #fff;
    font-weight: bold;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    text-align: center;
    z-index: 100;
}


#conthome #news nav,
#conthome #hotelnews nav,
#conthome #blog nav,
article#staynow nav,
article#newface nav,
article#downprice nav,
#contcade #hotel nav {
    margin: 5px 0 10px;
    text-align: right;
}

article#staynow nav i,
article#newface nav i,
article#downprice nav i {
    font-size: 1.4em;
    font-weight: bold;
    color: #c00;
}

#conthome #news nav a,
#conthome #hotelnews nav a,
#conthome #blog nav a,
article#staynow nav a,
article#newface nav a,
article#downprice nav a,
#contcade #hotel nav a {
    font-size: .8em;
    padding: 3px 12px;
    margin: 0 3px;
    background: #00086B;
    background: linear-gradient(to bottom, #0013EA 30%, #00086B 100%);
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px 1px #878787;
}

#conthome #news nav a:link,
#conthome #hotelnews nav a:link,
#conthome #blog nav a:link,
article#staynow nav a:link,
article#newface nav a:link,
article#downprice nav a:link,
#contcade #hotel nav a:link,
#conthome #news nav a:visited,
#conthome #hotelnews nav a:visited,
#conthome #blog nav a:visited,
article#staynow nav a:visited,
article#newface nav a:visited,
article#downprice nav a:visited,
#contcade #hotel nav a:visited {
    text-decoration: none;
}

#conthome input[name="achome"] {
    display: none;
}
#conthome input[name="achome"] + label {
    width: calc(98% / 3);
    display: inline-block;
    color: #e50012;
    background: #eee;
    background: linear-gradient(to bottom, #fff 30%, #ccc 100%);
    text-shadow: 1px 1px 0 #bbb;
    text-align: left;
    /*transition: .2s;*/
    margin: 0 -3px 0 0;
    padding: 5px 10px;
    font-size: 1em;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #aaa;
    text-align: center;
}

#conthome article#staynow,
#conthome article#newface,
#conthome article#downprice {
    transition: 0.1s;
    height: 0;
    overflow: hidden;
    /*background: #ddd;*/
    padding: 0 10px;
}

#conthome input[id="staynow"]:checked + label,
#conthome input[id="newface"]:checked + label,
#conthome input[id="downprice"]:checked + label {
    background: #6d0001;
    background: linear-gradient(to bottom, #6d0001 30%, #e50012 100%);
    text-shadow: 1px 1px 0 #000;
    color: #fff;
    border-top: 1px solid #6d0001;
    border-bottom: 1px solid #e50012;
}

#conthome input[id="staynow"]:checked ~ article#staynow,
#conthome input[id="newface"]:checked ~ article#newface,
#conthome input[id="downprice"]:checked ~ article#downprice {
    height: auto;
    padding: 0;
}





#conthome .swiper-pagination {
    position: relative;
    padding: 15px 0 0 0;
}
#conthome #headline .swiper-slide {
    padding: 5px;
    text-align: center;
}
#conthome #sw_staynow .swiper-slide,
#conthome #sw_newface .swiper-slide,
#conthome #sw_downprice .swiper-slide {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-radius: 10px;
    text-align: center;
}

#conthome [class="swiper-container"] {
    width: calc(100% / 3);
}

#conthome #sw_staynow h3,
#conthome #sw_newface h3,
#conthome #sw_downprice h3 {
    font-size: 1.1em;
    margin: 8px 0 0;
    color: #e50012;
}
#conthome #sw_staynow .newface,
#conthome #sw_newface .staynow,
#conthome #sw_downprice .status {
    position: absolute;
    top: 3px;
    left: 3px;
}
#conthome #sw_staynow .license,
#conthome #sw_newface .license,
#conthome #sw_downprice .license {
    position: absolute;
    width: 35px;
    top: 3px;
    right: 3px;
}
#conthome #sw_staynow .thum,
#conthome #sw_newface .thum,
#conthome #sw_downprice .thum {
    margin: 5px 0 1px 0;
}
#conthome #sw_downprice .op {
    font-size: .8em;
    color: #666;
}
#conthome #sw_downprice .dp {
    font-size: 1.1em;
    font-weight: bold;
    color: #f00;
}
#conthome #sw_staynow a[href^="cast_detail"].more,
#conthome #sw_newface a[href^="cast_detail"].more,
#conthome #sw_downprice a[href^="cast_detail"].more {
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    padding: 2px;
    margin: 0 0 5px;
    display: block;
    color: #fff;
    background-color: #E60012;
}


/* Schedule */
#conthome #sche h2 + time {
    color: var(--time-color);
    font-weight: bold;
}
#conthome #sche section.cast {
    width: 130px;
    padding: 10px;
    margin: 0 3px 3px 0;
    display: inline-block;
    font-size: .9em;
    color: #fff;
    line-height: 1.2;
    background-color: #99f;
    text-align: center;
    position: relative;
}
#conthome #sche section.cast .lico_s {
    position: absolute;
    top: 0;
    left: 0;
}
#conthome #sche section.cast .new {
    padding: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f00;
    color: #fff;
    font-size: 1.0em;
}
#conthome #sche img.thum {
    width: 100%;
    margin: 0 0 5px 0;
}
#conthome #sche h3 {
    font-size: 1.1em;
    display: inline;
}

/* Base Layout */
/*
#conthome article:not(#sche):not(#tabcontent) > section {
    width: 95%;
    margin: 0 0 15px 0;
    padding: .8em .5em .5em;
    background-color: #99f;
}


#conthome article:not(#sche):not(#tabcontent) > section h3 {
    color: var(--heading-color);
    font-size: 1.2em;
}
#conthome article:not(#sche):not(#tabcontent) > section time {
    color: var(--time-color);
    font-size: 1.2em;
}
#conthome article:not(#sche):not(#tabcontent) > section img.thum {
    max-width: 120px;
    margin: 0 5px 5px 0;
    vertical-align: top;
    float: left;
}
*/

/* To ListPage Button */
#conthome a.contlist {
    width: 200px;
    margin: 0 auto;
    padding: 6px 20px;
    background: linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
    background-color: #f0c911;
    box-shadow: inset 0px 1px 0px 0px #f9eca0;
    border-radius: 15px;
    border: 1px solid #e65f44;
    display: block;
    color: #c92200;
    font-size: .8em;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ded17c;
    text-align: center;
}



/* --- for REALTIME/HOTEL NEWS html --- #contnews {  } */
#contnews .news {
    margin: 2px auto 25px;
    padding: 8px .8em;
    font-size: 1em;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    word-break: break-all;
    position: relative;
}
#contnews .news h3 {
    line-height: 1.4;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0;
}
#contnews .hotel h3 {
    text-align: right;
}
#contnews .hotel h3 .icon {
    top: 5px;
    left: 5px;
    position: absolute;
    width: 60px;
    border-radius: 50%;
}
#contnews .hotel h3 b {
    font-size: .8em;
}
#contnews .news a:link,
#contnews .news a:visited {
    text-decoration: none;
}

#contnews .news time {
    color: #E60012;
    font-weight: bold;
    text-align: right;
    display: block;
    margin: 5px 0;
}
#contnews .news .banner {
    width: 140px;
    margin: 0 8px 8px 0;
}
#contnews .news .photo {
    width: 100px;
    margin: 0 8px 8px 0;
    float: left;
}
#contnews .news .photodetail {
    display: block;
    width: 200px;
    margin: 0 auto;
}

#contnews .news .backlist,
#contnews .news .readmore {
    font-size: .9em;
    padding: 3px 15px;
    margin: 0 3px;
    background: #00086B;
    background: linear-gradient(to bottom, #0013EA 30%, #00086B 100%);
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px 1px #878787;
    display: block;
    position: absolute;
}
#contnews .news .readmore {
    bottom: 10px;
    right: 10px;
}
#contnews .news .backlist {
    bottom: -21px;
    left: 10px;
}


/* --- for CAST html --- #contcast {  } */
/*
#contcast section,
#contcade #osusume section {
    width: 155px;
    margin: 2px;
    padding: 10px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    position: relative;
    text-align: center;
    background-color: #99f;
    color: #fff;
}
#contcast section .lico_m,
#contcade #osusume section .lico_m {
    position: absolute;
    top: 0;
    left: 0;
}
#contcast section .new,
#contcade #osusume section .new {
    padding: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f00;
    color: #fff;
    font-size: 1.0em;
}
#contcast section h3,
#contcade #osusume h6 {
    display: inline;
    font-size: 1.0em;
}
#contcast section .spec,
#contcade #osusume section .spec {
    position: absolute;
    top: 165px;
    font-size: .8em;
    padding: 3px;
    text-align: center;
    background-color: rgba(255,0,162,0.5);
    width: 150px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 1px #f09,0px 0px 1px #f09,1px 0px 1px #f09,0px -1px 1px #f09,-1px -1px 1px #f09,-1px 0px 1px #f09;
}
#contcade #osusume {
    padding: 0;
}
*/


/* --- for CAST_DETAIL html --- #contcade {  } */
#contcade .caution,
#contgrde .caution {
    display: block;
    color: #090;
    border: 1px solid #009900;
    background-color: #DBFFDB;
    width: 100%;
    padding: 5px;
    margin: 0 0 5px 0;
    text-align: center;
}

#contcade #btnfav,
#contgrde #btnfav {
    display: block;
    border: 3px solid #FDD;
    margin: 0 auto 20px;
    width: 80%;
    height: 45px;
    font-size: 1em;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #F66 100%);
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 0 5px gray;
    border-radius: 25px;
}

#contcade #btnfavon,
#contgrde #btnfavon {
    display: block;
    border: 3px solid #FDD;
    margin: 0 auto 20px;
    width: 80%;
    height: 45px;
    font-size: 1em;
    background: #fff;
    background: linear-gradient(to bottom, #F66 0%, #fff 100%);
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 0 5px gray;
    border-radius: 25px;
}

#contcade #cast .swiper-pagination {
    position: relative;
    padding: 20px 0 0 0;
}

#contcade #castinfo {
    margin: 2px auto 5px;
    padding: 8px 0;
    font-size: .9em;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    text-align: center;
    position: relative;
}
#contcade #castinfo h3 {
    margin: 0 0 5px;
    font-size: 1.4em;
    color: #e50012;
}
#contcade #castinfo .banner {
    width: 100px;
}

#contcade #castinfo .license {
    position: absolute;
    top: 5px;
    left: 5px;

}
#contcade #castinfo .staynow {
    position: absolute;
    top: -12px;
    right: 0;
    width: 110px;
}
#contcade #castinfo .newface {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    line-height: .5;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
    color: #c00;
}

#contcade #castinfo .creditok {
    font-size: .8em;
    color: #FF6A00;
    font-weight: bold;
}

#contcade #castinfo .main { width: 60px; }
#contcade #castinfo .sub  { width: 40px; }

#contcade .cp_container {
    font-size: 1.1em;
    padding: 0 .8em 80px;
    line-height: 1.6;
}

#contcade .cp_container h3 {
    font-size: 1em;
    color: #e50012;
}

#contcade #exit li {
    margin: 10px 0;
    padding: 5px 25px;
    font-size: 1em;
    font-weight: bold;
    line-height: 2.5;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-radius: 10px;
    text-align: left;
}
#contcade #exit ul   { margin: 0; }
#contcade #exit li a {
    display: block;
}
#contcade #exit li a:link {
    text-decoration: none;
}

#contcade #exit li .banner {
    width: 140px;
    margin: 0 5px 0 0;
}

#contcade #deva_icon{
    width: 60%;
    margin: 4px auto;
    height: 40px;
}
#contcade #deva_icon img{
    width: 40px;
    float: left;
}
#contcade #deva_icon span:nth-of-type(1){
	color: #f00;
	font-size: 1rem;
	display: block;
	font-weight: bold;
    line-height: 1.3;
}
#contcade #deva_icon span:nth-of-type(2){
	font-size: 0.8rem;
	display: block;
	font-weight: bold;
}

.cp_box {
  position: relative;
}
.cp_box label {
  position: absolute;
  /*z-index: 1;*/
  bottom: 0;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 2rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  content: '▼'' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 30px;
  background-color: rgba(27, 37, 56, 1);
  padding:5px;
  z-index:0;
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 250px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
.cp_box input:checked + label {
   display: none ; /*閉じるボタンを消す場合解放 */
}
/*
.cp_box input:checked + label:after {
  content: '▲'' 閉じる';
}
*/

.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}



/*
#contcade h3 {
    color: var(--heading-color);
}
#contcade h4 {
    color: var(--heading-color);
    font-size: 1.2em;
    margin: 15px 0 5px;
}
#contcade h5 {
    color: var(--heading-color);
    font-size: 1.0em;
    margin: 5px 0;
}
#contcade #photoslider {
    width: 100%;
    margin: 0;
}
#contcade #photoslider .lSSlideOuter .lSPager.lSGallery li.active,
#contcade #photoslider .lSSlideOuter .lSPager.lSGallery li:hover {
    border-bottom: 5px solid #f00;
}
#contcade #photoslider .caution {
    color: var(--heading-color);
}
#contcade section#option {
    margin: 15px 0;
}
#contcade table#option {
    width: 100%;
}
#contcade #option th {
    width: 32%;
    background-color: #FE42B3;
    border: 1px dashed #fff;
    height: 20px;
    color: #fff;
    text-align: right;
    padding: 0 5px 0 0;
}
#contcade #option td {
    width: 18%;
    font-size: 1.8em;
    text-align: center;
    border: 1px dashed #f09;
    color: #000;
    height: 20px;
}
#contcade #schedule table {
    width: 100%;
    margin: 0 0 50px 0;
    line-height: 1.2;
}
#contcade #schedule table th,
#contcade #schedule table td {
    width: calc(100%/7);
    vertical-align: middle;
    text-align: center;
    border: 1px solid #f09;
    color: #000;
    background-color: transparent;
}
*/

#contcade hr#ha {
    margin: 25px 0 50px;
    border: 1px solid rgba(255,255,255,0);
}

#contcade #hotel {
    margin: 25px 0 0;
}

#contcade #hotel h2 {
    margin: 0 0 -5px;
}

#contcade #hotel .swiper-pagination {
    position: relative;
    padding: 5px 0 0 0;
}

#contcade .hotel {
    margin: 2px auto 25px;
    padding: 8px .8em;
    font-size: 1em;
    color: #fff;
    background: #581C86;
    background: linear-gradient(-135deg, #FF6A00, #581C86);
    text-shadow: 1px 1px 0 #581C86;
    position: relative;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.9));
}

#contcade .high {
    background: 
    linear-gradient(217deg, rgba(166,34,90,1),  rgba(44,171,226,1) 70.71%),
    linear-gradient(127deg, rgba(44,171,226,1), rgba(149,86,42,1) 70.71%),
    linear-gradient(336deg, rgba(43,107,166,1), rgba(166,34,90,1) 70.71%);
}

#contcade .hotel .icon {
    top: 5px;
    left: 5px;
    position: absolute;
    width: 60px;
    border-radius: 50%;
}

#contcade .hotel [class^="so_"] {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: .7em;
    border: 3px solid #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.9));
    background: linear-gradient(to bottom, #e50012 30%, #6d0001 100%);
}

#contcade .hotel .news {
    padding: 2px 30px 2px 10px;
    border-radius: 15px;
    font-size: .7em;
    text-shadow: 1px 1px 0 #999;
    background-color: #fff;
    position: relative;
}

#contcade .hotel a.news:after {
    width: 15px;
    height: 15px;
    text-align: center;
    content: "\01F53A";
    top: 2px;
    right: 3px;
    position: absolute;
    /*border: 1px solid #999;*/
    border-radius: 15px;
    display: block;
    transform:rotate(90deg);
}


#contcade  .so_tel {
    top: 48px;
    right: 5px;
}
#contcade  .so_det {
    top: 102px;
    right: 5px;
}
#contcade  .so_os {
    top: 156px;
    right: 5px;
}


#contcade .hotel .room {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: 50% 80%;
}


#contcade .hotel h3 {
    font-size: .8em;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
    color: #E6007C;
    background-color: #fff;
    text-align: right;
    width: 100%;
    border-radius: 25px;
}

#contcade .hotel dt {
    width: 28%;
    display: inline;
    text-indent: 1px;
    padding: 5px 8px 0 0;
    clear: both;
    float: left;
    text-align: right;
    font-weight: bold;
    font-size: .9em;
}
#contcade .hotel dd {
    width: 72%;
    padding-top: 2px;
    margin-bottom: 2px;
    float: left;
}



#contcade .hotel .creditok {
    font-size: .8em;
    color: #FFBE00;
    font-weight: bold;
}


#contcade .hotel a:link,
#contcade .hotel a:visited {
    text-decoration: none;
}

#contcade .hotel time {
    font-size: .8em;
    color: #FFBE00;
    font-weight: bold;
}
#contcade .hotel .banner {
    width: 140px;
    margin: 0 8px 8px 0;
}
#contcade .hotel .photo {
    width: 100px;
    margin: 0 8px 8px 0;
    float: left;
}
#contcade .hotel b {
    font-size: 1.5em;
}
#contcade .hotel .readmore {
    font-size: .9em;
    padding: 3px 15px;
    margin: 0 3px;
    background: #00086B;
    background: linear-gradient(to bottom, #0013EA 30%, #00086B 100%);
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px 1px #878787;
    display: block;
    position: absolute;
}
#contcade .hotel .readmore {
    bottom: 10px;
    right: 20px;
}





/* --- for GRAVURE html --- #contgrav {  } */
#contgrav section {
    margin: 2px auto;
    padding: 10px;
    font-size: .8em;
    line-height: 2.5;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-radius: 10px;
    text-align: center;
}
#contgrav section a {
    display: block;
    text-align: left;
    color: #000;
}
#contgrav section a:link {
    text-decoration: none;
}
#contgrav section h3 {
    font-size: 1.4em;
    display: inline;
    color: #e50012;
}
#contgrav section .banner {
    width: 100px;
}

/* --- for GRAVURE DETAIL html --- #contgrde {  } */
#contgrde #gravure .swiper-pagination {
    position: relative;
    padding: 20px 0 0 0;
}

#contgrde #castinfo {
    margin: 2px auto 5px;
    padding: 8px;
    font-size: .9em;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    text-align: center;
}
#contgrde #castinfo h3 {
    margin: 0 0 5px;
    font-size: 1.4em;
    color: #e50012;
}
#contgrde #castinfo .banner {
    width: 140px;
}
#contgrde #exit li {
    margin: 10px 0;
    padding: 5px;
    font-size: 1em;
    font-weight: bold;
    line-height: 2.5;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-radius: 10px;
    text-align: center;
}
#contgrde #exit ul   { margin: 0; }
#contgrde #exit li a {
    display: block;
}
#contgrde #exit li a:link {
    text-decoration: none;
}

#gravsche .js-close-any-slidebar {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: 0;
    border-right: 1px dashed #fff;
    padding: 0;
}
[off-canvas*=bottom]#gravsche {
    height: 160px;
}
#gravsche table {
    line-height: 1.2;
    margin: 35px auto 0;
    width: 90%;
}
#gravsche caption {
    font-weight: bold;
    text-align: center;
}
#gravsche th,
#gravsche td {
    text-align: center;
    font-size: .9em;
}
#gravsche th {
    padding: 0 3px 3px 3px;
    border-bottom: 3px solid #999;
}
#gravsche td {
    vertical-align: middle;
}
#gravsche th:not(:last-child),
#gravsche td:not(:last-child) {
    border-right: 1px dashed #999;
}



/* --- for SCHEDULE html --- #contsche {   } */
/*
#contsche table caption {
    padding: 5px;
}
#contsche h3 {
    color: var(--heading-color);
    font-size: 1.4em;
    text-align: center;
}
#contsche table caption img.thum {
    width: 60px;
    margin: 0 15px 0 0;
    float: left;
}
#contsche table caption h4 {
    display: inline;
}
#contsche table caption b {
    color: #46519F;
}
#contsche table {
    width: 100%;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
#contsche table th,
#contsche table td {
    width: calc(100%/7);
    vertical-align: middle;
    text-align: center;
    border: 1px solid #f09;
    color: #000;
    background-color: transparent;
}
#contsche #update {
    text-align: center;
}
#contsche #update time {
    color: var(--time-color);
    font-size: 1.4em;
}
*/


/* --- for BLOG html --- #contblog {  } */
#contblog .blog {
    margin: 2px auto 60px;
    padding: 8px .8em;
    font-size: 1em;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    word-break: break-all;
    position: relative;
}
#contblog .blog h3 {
    line-height: 1.4;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0;
}
#contblog .blog a:link,
#contblog .blog a:visited {
    text-decoration: none;
}

#contblog .blog time {
    color: #E60012;
    font-weight: bold;
    text-align: right;
    display: block;
    margin: 5px 0;
}
#contblog .blog .banner {
    width: 140px;
    margin: 0 8px 8px 0;
}
#contblog .blog .photo {
    width: 100px;
    margin: 0 8px 8px 0;
    float: left;
}
#contblog .blog .photodetail {
    display: block;
    width: 200px;
    margin: 0 auto;
}

#contblog .blog .backlist,
#contblog .blog .readmore,
#contblog .blog .shoplist {
    font-size: .8em;
    padding: 3px 15px;
    margin: 0 3px;
    background: #00086B;
    background: linear-gradient(to bottom, #0013EA 30%, #00086B 100%);
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px 1px #878787;
    display: block;
    position: absolute;
}
#contblog .blog .readmore {
    bottom: 10px;
    right: 10px;
}
#contblog .blog .shoplist {
    bottom: -18px;
    right: 10px;
}
#contblog .blog .backlist {
    bottom: -45px;
    left: 10px;
}



/*
#contblog section {
    width: 100%;
    padding: 10px 10px 20px;
    margin: 0 0 30px 0;
    border: 1px solid var(--heading-color);
    background-color: #fff;
}
#contblog section h3 {
    font-size: 1.4em;
    background-color: var(--heading-color);
    color: #fff;
    padding: 10px;
}
#contblog section time {
    color: var(--time-color);
    font-size: 1.4em;
}
#contblog section h3 a:link,
#contblog section h3 a:visited {
    color: #fff;
}
#contblog section img.photo {
    width: 180px;
    margin: 0 auto;
    vertical-align: top;
    display: block;
}
*/

/* --- for CAST RESULT html --- #contcare {  } */
#contcare #rnm {
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
    font-weight: bold;
    color: #c00;
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
}

#contcare [name="sort"] {
    width: 100%;
    font-size: 1.2em;
    border: 0;
}

#contcare .result {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    text-shadow: 1px 1px 0 #ccc;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 10px;
    width: 98%;
    margin: 5px auto;
    padding: 0;
    position: relative;
    line-height: 1.4;
}

#contcare .rest,
#contcare .mens {
    background: #eee;
    background: linear-gradient(to bottom, #ddd 0%, #aaa 100%);
}

#contcare .result div {
    width: 120px;
    margin: 0 8px 0 0;
    float: left;
}

#contcare .result .thum {
    border-radius: 10px 0 0 0;
}

#contcare .result .banner {
    border-radius: 0 0 0 10px;

}


#contcare .result .license {
    position: absolute;
    top: 145px;
    left: 80px;
}
#contcare .result .staynow {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
}
#contcare .result .newface {
    position: absolute;
    top: 17px;
    right: -3px;
    width: 125px;
    text-align: right;
    font-size: .9em;
    font-weight: bold;
    color: #c00;
}


#contcare .result h3 {
    font-size: 1.2em;
    margin: 10px 0;
}

#contcare .result .moreinfo {
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px 15px;
    border-radius: 0 0 10px 0;
    display: block;
    color: #fff;
    background-color: #E60012;
    position: absolute;
    bottom: 0;
    right: 0;
}

#contcare .result .creditok {
    font-size: .8em;
    color: #FF6A00;
    font-weight: bold;
}

#contcare .result .main { width: 50px; }
#contcare .result .sub  { width: 35px; }

#contcare #news {
    font-size: 1em;
}

#contcare #news h3 {
    font-size: .9em;
    margin: 15px 0 5px;
    line-height: 1.5;
}
#contcare #news h3 .banner {
    width: 180px;
}
#contcare #news time {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #E60012;
    margin: 10px 0;
}

#contcare #news .img {
    float: left;
    margin: 0 8px 8px 0;
    width: 120px;
}

/* --- for MAIL MAGAZINE html --- #contmail {  } */
#contmail #intro {
    margin: 10px .8em;
    padding: 10px;
    border: dashed 5px #ff0097;
    font-size: 1em;
    color: #ff0097;
    font-weight: bold;
}
#contmail .caution {
    text-align: center;
}

#contmail form {
    text-align: center;
}

#contmail form input[type="radio"] {
    position: absolute;
    opacity: 0;
}
#contmail form input[type="radio"] + label:before {
    content: "";
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: -0.1em;
    margin: 0 5px 0 0;
    vertical-align: middle;
    transition: all .3s ease;
}
#contmail form input[type="radio"]:checked + label:before {
    background-color: #3197ee;
    box-shadow: inset 0 0 0 10px #f4f4f4;
}
#contmail form input[type="radio"]:checked + label {
    color: #000;
}
#contmail form input[type="radio"]:focus + label:before {
    outline: none;
    border-color: #3197ee;
}
#contmail form  input[type="radio"] + label:empty:before {
    margin-right: 0;
}
#contmail form label {
    font-size: 2em;
    color: #aaa;
}

#contmail form input[type="text"] {
    width: 95%;
    font-size: 1.2em;
    padding: 8px;
    margin: 5px 0 0 0;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: none inset;
    -webkit-appearance: none;
}

#contmail form button {
    margin: 1px 0 0 0;
    width: 95%;
    font-size: 1.2em;
    padding: 12px;
    border-radius: 0;
}

#contmail h3 {
    font-size: 1.2em;
    color: #ff0097;
    padding: 10px;
    border-top: solid 1px #ff0097;
    border-bottom: solid 1px #ff0097;
    margin: 10px 0;
    font-weight: normal;
}
#contmail ol {
    margin: 0 .8em 0 2.4em;
}

#contmail .q {
    font-weight: bold;
    color: #364e96;
    padding: 15px;
    border-bottom: 1px dashed #364e96;
    margin: 20px 0 0;
    font-size: 1.2em;
}
#contmail .q b,
#contmail .a b {
    font-size: 1.6em;
    margin: 0px 5px 0 0;
    height: 0px;
    position: relative;
    top: -5px;
}
#contmail .a {
    background-color: #fffacd;
    padding: 15px;
    font-size: 1em;
    margin: 0;
}

#contmail #howto {
    background: linear-gradient(to bottom, #fffacd 0%, #fff 60%);
    padding: 0 .8em;
    margin: -15px 0 0;
}


/* --- for SHOP html --- #contshop {  } */

#contshop input {
    display: none;
}
#contshop label {
    width: calc(95% / 3);
    display: inline-block;
    color: #e50012;
    background: #eee;
    background: linear-gradient(to bottom, #fff 30%, #ccc 100%);
    text-shadow: 1px 1px 0 #bbb;
    text-align: left;
    /*transition: .2s;*/
    margin: 15px 1px 0 0;
    padding: 5px 10px;
    font-size: 1em;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #aaa;
    text-align: center;
}

#contshop div {
    text-align: left;
    transition: 0.2s;
    height: 0;
    overflow: hidden;
    /*background: #ddd;*/
    padding: 0 10px;
}

#contshop div section {
    margin: 2px auto 5px;
    padding: 8px .8em;
    font-size: .9em;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-shadow: 1px 1px 0 #aaa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    position: relative;
    text-align: left;
}

#contshop h3 {
    color: #e50012;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

#contshop h3 a:link,
#contshop h3 a:visited {
    color: #e50012;
    text-decoration: none;
}

#contshop h3 .banner {
    margin: 0 0 18px 0;
    width: 120px;
}

#contshop input[id="shop_deli_central"]:checked + label,
#contshop input[id="shop_deli_south"]:checked + label,
#contshop input[id="shop_deli_north"]:checked + label {
    background: #6d0001;
    background: linear-gradient(to bottom, #6d0001 30%, #e50012 100%);
    text-shadow: 1px 1px 0 #000;
    color: #fff;
    border-top: 1px solid #6d0001;
    border-bottom: 1px solid #e50012;
}

#contshop input[id="shop_deli_central"]:checked ~ .deli_central,
#contshop input[id="shop_deli_south"]:checked ~ .deli_south,
#contshop input[id="shop_deli_north"]:checked ~ .deli_north {
    height: auto;
    padding: 10px;
}

#contshop [class^="so_"] {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: .7em;
    border: 1px solid #fff;
    background: linear-gradient(to bottom, #e50012 30%, #6d0001 100%);
}

#contshop .so_shop {
    top: 40px;
    right: 112px;
}

#contshop .so_cast {
    top: 40px;
    right: 61px;
}

#contshop .so_tel {
    top: 40px;
    right: 10px;
}

#contshop .contents,
#contshop .cp_container {
    font-size: 1.05em;
    background: transparent;
    border: 0;
    width: 100%;
}

#contshop .contents h4 {
    margin: 5px 0;
}



#contshop .cp_box {
  position: relative;
}
#contshop .cp_box label {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 120px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 1) 50%);
  border: 0;
}
#contshop .cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
#contshop .cp_box label:after {
  line-height: 1.5rem;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  width: 12rem;
  content: '▼'' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 30px;
  background-color: rgba(27, 37, 56, 1);
  padding: 5px;
  z-index:0;
}
#contshop .cp_box input {
  display: none;
}
#contshop .cp_box .cp_container {
  overflow: hidden;
  height: 300px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
#contshop .cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
#contshop .cp_box input:checked + label:after {
  content: '▲'' 閉じる';
}
#contshop .cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 60px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}


/* --- for HOTEL html --- #conthotel {  } */

#conthotel input[name="acshop"] {
    display: none;
}
#conthotel label {
    width: calc(95% / 3);
    display: inline-block;
    color: #e50012;
    background: #eee;
    background: linear-gradient(to bottom, #fff 30%, #ccc 100%);
    text-shadow: 1px 1px 0 #bbb;
    text-align: left;
    /*transition: .2s;*/
    margin: 15px 1px 0 0;
    padding: 5px 10px;
    font-size: 1em;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #aaa;
    text-align: center;
}

#conthotel div[class^="deli_"] {
    text-align: left;
    transition: 0.2s;
    height: 0;
    overflow: hidden;
    /*background: #ddd;*/
    padding: 0 10px;
}

#conthotel div.detail {
    height: auto;
    padding: 10px;
}

#conthotel div section {
    margin: 2px auto 5px;
    padding: 8px .8em;
    font-size: 1em;
    color: #fff;
    background: #581C86;
    background: linear-gradient(-135deg, #FF6A00, #581C86);
    text-shadow: 1px 1px 0 #581C86;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.9));
    position: relative;
    border-radius: 10px;
    text-align: left;
}

#conthotel .icon {
    top: 5px;
    left: 5px;
    position: absolute;
    width: 80px;
    border-radius: 50%;
}

#conthotel  .so_tel {
    top: 48px;
    right: 5px;
}
#conthotel  .so_det {
    top: 102px;
    right: 5px;
}
#conthotel  .so_os {
    top: 156px;
    right: 5px;
}

#conthotel h3 {
    font-size: .8em;
    font-weight: bold;
    margin: 10px 0 30px;
    padding: 10px;
    color: #E6007C;
    background-color: #fff;
    text-align: right;
    width: 100%;
    border-radius: 25px;
}

#conthotel dt {
    width: 30%;
    display: inline;
    text-indent: 1px;
    padding: 5px 8px 0 0;
    clear: both;
    float: left;
    text-align: right;
    font-weight: bold;
    font-size: .9em;
}
#conthotel dd {
    width: 70%;
    padding-top: 2px;
    margin-bottom: 2px;
    float: left;
}

#conthotel time {
    font-size: .8em;
    color: #FFBE00;
    font-weight: bold;
}

#conthotel b {
    font-size: 1.5em;
}

#conthotel .creditok {
    font-size: .8em;
    color: #FFBE00;
    font-weight: bold;
}


#conthotel #sort {
    margin: 0 0 5px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#conthotel #sort .sort {
    font-size: .7em;
    line-height: 1.1;
    display: block;
    margin: 0 2px;
    height: 40px;
    color: #6d0001;
    border: 1px solid #666;
    border-radius: 20px;
    background: #fff;
    text-shadow: 1px 1px 0 #999;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 8px;
}

#conthotel #sort .on {
    background: #0094FF;
    background: linear-gradient(to bottom, #BCE3FF 30%, #E5F4FF 100%);
}

#conthotel input[id="shop_deli_central"]:checked + label,
#conthotel input[id="shop_deli_south"]:checked + label,
#conthotel input[id="shop_deli_north"]:checked + label {
    background: #6d0001;
    background: linear-gradient(to bottom, #6d0001 30%, #e50012 100%);
    text-shadow: 1px 1px 0 #000;
    color: #fff;
    border-top: 1px solid #6d0001;
    border-bottom: 1px solid #e50012;
}

#conthotel input[id="shop_deli_central"]:checked ~ .deli_central,
#conthotel input[id="shop_deli_south"]:checked ~ .deli_south,
#conthotel input[id="shop_deli_north"]:checked ~ .deli_north {
    height: auto;
    padding: 10px;
}

#conthotel [class^="so_"] {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: .7em;
    border: 3px solid #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.9));
    background: linear-gradient(to bottom, #e50012 30%, #6d0001 100%);
}

#conthotel section iframe {
    height: 250px;
}

#conthotel section .facade,
#conthotel section .room {
    width: 100%;
    height: 320px;
    margin: 5px 0;
    object-fit: cover;
    object-position: 50% 80%;
}

#conthotel section .facade {
    height: 250px;
    object-position: 50% 50%;
}

/* --- for HOTEL ServiceTime Banner --- */
aside.hotelstime {
    margin: 20px 0 20px 0;
    padding: 5px 70px 5px 70px;
    font-size: .8em;
    color: #fff;
    background: #581C86;
    background: linear-gradient(-135deg, #FF6A00, #581C86);
    text-shadow: 1px 1px 0 #581C86;
    position: relative;
    border-radius: 30px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.9));
}

aside.hotelstime span {
    color: #FFBE00;
    font-weight: bold;
    font-size: 1.1em;
}

aside.hotelstime a {
    display: block;
}
aside.hotelstime a:link,
aside.hotelstime a:visited {
    color: #fff;
    text-decoration: none;
}

aside.hotelstime .catch {
    position: absolute;
    top: -16px;
    left: 63px;
    width: 130px;
    z-index: 3;
}

aside.hotelstime .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    border-radius: 50%;
    z-index: 2;
}

aside.hotelstime:after {
    width: 20px;
    height: 20px;
    text-align: center;
    content: "▲";
    top: 20px;
    right: 15px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 30px;
    display: block;
    transform:rotate(90deg);
    text-shadow: none;
}