@charset "UTF-8";

/*-- 雲上閣 contents.css --*/

/*----------------------------
    Top Page 
----------------------------*/

/* common */
#top {
    background: url("/images/top_bg_pc.jpg") no-repeat;
    background-size: 1920px auto;
    background-position: top 396px center;
}
#top .wrap {
    position: relative;
}

/* reserve */
.top_reserve {
    position: absolute;
    top: 460px;
    right: 9vw;
    text-align: center;
    z-index: 98;
}
.top_reserve.fixed {
    position: fixed;
    top: 0!important;
}
.top_reserve a {
    display: block;
    width: 140px;
    height: 140px;
	color: #3a3230;
    background: #f2c028;
    box-shadow: 0px 30px 40px rgba(0,0,0,.2);
    text-decoration: none;
    transition: .3s;
}
.top_reserve a:hover {
    background: #fe4;
}
.top_reserve .icon {
    padding: 30px 0 15px;
}
.top_reserve .icon img {
    width: 16px;
}
.top_reserve p {
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: 2px;
}
.top_reserve p span {
    display: block;
    padding: 15px 0 0;
    font-size: .8125em;
	font-family: serif;
    letter-spacing: 1px;
}

/* main-visual */
.top_mainvisual {
    position: relative;
    line-height: 0;
    margin-bottom: 143px;
}
.top_mainvisual h2 {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 169px);
}
.top_mainvisual h2 img {
    width: 338.75px;
}
.top_mainvisual .pic_sp {
    display: none;
}

/* stay, fun */
.top_stay,
.top_fun {
    display: flex;
}
.top_stay {
    justify-content: flex-end;
}
.top_stay .pic,
.top_fun .pic {
    width: 50%;
    line-height: 0;
}
.top_stay .txt,
.top_fun .txt {
    width: 40.909%;
    color: #3a3230;
    text-align: center;
}
.top_fun .pic {
    order: 1;
    margin: 0 0 256px;
}
.top_fun .txt {
    order: 2;
    color: #fff;
    padding: 120px 0 0;
}
.top_stay h3 img,
.top_fun h3 img {
    padding: 5px 0;
    height: 30px;
}
.top_stay .bar,
.top_fun .bar {
    margin: 30px 0;
    color: #fff;
    font-size: 1.5em;
}
.top_stay h4,
.top_fun h4 {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 2px;
}
.top_stay p,
.top_fun p {
    padding: 40px 80px 80px;
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
}
.top_stay .viewmore img,
.top_fun .viewmore img {
    width: 84px;
}
.top_stay .viewmore a,
.top_fun .viewmore a {
    padding: 15px 0;
	border-bottom: 2px solid #f2c028;
}
.top_stay .viewmore a:hover,
.top_fun .viewmore a:hover {
	border-bottom: 2px solid #fe4;
}
.top_stay .viewmore a:hover img,
.top_fun .viewmore a:hover img {
    opacity: .7;
}

/* pick up */
.top_pickup ul {
    display: flex;
}
.top_pickup ul li {
    position: relative;
    width: 33.333%;
    font-size: 1.0625em;
    font-weight: bold;
    line-height: 0;
    letter-spacing: 1px;
    text-align: center;
}
.top_pickup ul li a {
    display: block;
    color: #fff;
    background: #000;
}
.top_pickup ul li a .pic img {
    transition: .3s;    
}
.top_pickup ul li a:hover .pic img {
    opacity: .5;
}
.top_pickup ul li h4 {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.top_pickup ul li h4 img {
    height: 20px;
}
.top_pickup ul li p {
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* news, information */
.top_news,
.top_info {
    padding: 100px 0;
}
.top_info {
    background: #f8f4f1;
}
.top_news h3,
.top_info h3 {
    margin: 0 0 90px;
    text-align: center;
}
.top_news h3 img,
.top_info h3 img {
    height: 30px;
}
.top_news .viewmore {
    text-align: center;
}
.top_news .viewmore a,
.top_info .viewmore a {
    padding: 15px 0;
	border-bottom: 2px solid #f2c028;
}
.top_news .viewmore a:hover,
.top_info .viewmore a:hover {
	border-bottom: 2px solid #fe4;
}
.top_news .viewmore a img {
    width: 92px;
}
.top_info .viewmore a img {
    width: 80px;
}
.top_news .viewmore a:hover img,
.top_info .viewmore a:hover img {
    opacity: .7;
}
.top_news_area {
    max-width: 1080px;
    margin: 0 auto 20px;
}
.top_news_box {
    width: 47%;
    margin-left: 6%;
    margin-bottom: 60px;
    float: left;
    line-height: 1.6;
}
.top_news_box:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
}
.top_news_box .title {
    width: calc(100% - 6em);
    margin-bottom: 10px;
    float: left;
    font-size: 1.0625em;
    font-weight: bold;
}
.top_news_box .title a {
    color: #473e35;
}
.top_news_box .title a:hover {
    text-decoration: underline;
}
.top_news_box .date {
    width: 6em;
    float: right;
    color: #bda286;
    font-size: .9375em;
    text-align: right;
}
.top_news_box .txt {
    clear: both;
    font-size: 1em;
}

.top_info_slider {
    position: relative;
    width: calc(100% - 200px);
    margin: 0 auto;
}
.top_info_slider .slick-prev,
.top_info_slider .slick-next {
    position: absolute;
    top: 80px;
    left: -60px;
    width: 28px;
    height: 44px;
    border: none;
    background: none;
    cursor: pointer;
}
.top_info_slider .slick-next {
    left:  auto;
    right: -60px;
}
.top_info_slider .slick-prev::after,
.top_info_slider .slick-next::after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    border-top: solid 2px #f2c028;
    border-right: solid 2px #f2c028;
    transform: rotate(-135deg);
}
.top_info_slider .slick-next::after {
    left: auto;
    right: 4px;
    transform: rotate(45deg);
}
.top_info_slider .slick-prev:hover::after,
.top_info_slider .slick-next:hover::after {
    border-top: solid 2px #fe4;
    border-right: solid 2px #fe4;
}

.top_info_box {
    padding: 0 0 20px;
    line-height: 1.6;
}
.top_info_box .inner {
    padding: 0 20px;
}
.top_info_box .pic {
    text-align: center;
    margin: 0 0 20px;
}
.top_info_box .heightLine_title {
    font-size: 1.0625em;
}
.top_info_box .heightLine_txt {
    margin: 20px 0;
    font-size: 1em;
}

/* banner */
.banner_area {
    padding: 80px 0;
    text-align: center;
}
.banner_area img {
    height: 56px;
    transition: .3s;
}
.banner_area img:hover {
    opacity: .5;
}
.cdsROW {
    margin: 0 auto!important;
}

@media screen and (max-width: 1760px){
    .top_reserve {
        left: auto;
        right: 4.5vw;
    }
}
@media screen and (max-width: 1600px){
    .top_reserve {
        right: 0;
    }
}
@media screen and (max-width: 1360px){
    
    /* common */
    #top {
        background-size: 140% auto;
        background-position: top 27.1vw center;
    }
    
    /* reserve */
    .top_reserve {
        top: 30vw;
        right: 0;
    }
    
    /* main-visual */
    .top_mainvisual {
        margin-bottom: 8vw;
    }
    .top_mainvisual h2 {
        top: calc(50% - 15vw);
        left: calc(50% - 15vw);
    }
    .top_mainvisual h2 img {
        width: 30vw;
    }

    /* stay, fun */
    .top_fun .pic {
        margin: 0 0 18vw;
    }
    .top_fun .txt {
        padding: 8vw 0 0;
    }
    .top_stay h3 img,
    .top_fun h3 img {
        padding: 0;
        height: 2.5vw;
    }
    .top_stay .bar,
    .top_fun .bar {
        margin: 2vw 0;
        font-size: 2vw;
    }
    .top_stay h4,
    .top_fun h4 {
        font-size: 2vw;
    }
    .top_stay p,
    .top_fun p {
        padding: 2vw 4vw 4vw;
        font-size: 1.333vw;
    }
    
    /* news, information */
    .top_news h3 img,
    .top_info h3 img {
        height: 2.5vw;
    }
    .top_news_box .title {
        width: calc(100% - 4.5em);
        font-size: 1em;
    }
    .top_news_box .date {
        width: 4.5em;
        font-size: .875em;
    }
    .top_news_box .txt {
        font-size: .9375em;
    }

    .top_info_slider {
        width: calc(100% - 120px);
    }
    .top_info_slider .slick-prev,
    .top_info_slider .slick-next {
        top: 5vw;
        left: -40px;
    }
    .top_info_slider .slick-next {
        left: auto;
        right: -40px;
    }
    .top_info_box .inner {
        padding: 0 15px;
    }
    .top_info_box .pic {
        margin: 0 0 15px;
    }
    .top_info_box .heightLine_title {
        font-size: 1em;
    }
    .top_info_box .heightLine_txt {
        margin: 15px 0;
        font-size: .9375em;
    }
    
}
@media screen and (max-width: 1248px){
    /* common */
    #top {
        background-position: top 26.25vw center;
    }
}
@media screen and (max-width: 999px){
    
    /* common */
    #top {
        background-position: top 25vw center;
    }

    /* reserve */
    .top_reserve {
        top: 30vw;
    }
    .top_reserve a {
        width: 100px;
        height: 100px;
        box-shadow: 0px 10px 20px rgba(0,0,0,.2);
    }
    .top_reserve .icon {
        padding: 15px 0 10px;
    }
    .top_reserve p {
        font-size: .9375em;
        letter-spacing: 1px;
    }
    .top_reserve p span {
        padding: 10px 0 0;
        font-size: .6875em;
    }
    
    /* stay, fun */
    .top_fun .txt {
        padding: 6vw 0 0;
    }
    
    /* pick up */
    .top_pickup ul li {
        font-size: .9375em;
    }
    .top_pickup ul li h4 {
        top: 40%;
    }
    .top_pickup ul li h4 img {
        height: 15px;
    }
    
    /* news, information */
    .top_news,
    .top_info {
        padding: 80px 0;
    }
    .top_news h3,
    .top_info h3 {
        margin: 0 0 70px;
    }
    .top_news_box {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 40px;
    }
    .top_news_box .txt br {
        display: none;
    }

    .top_info_slider {
        width: calc(100% - 90px);
    }
    .top_info_slider .slick-prev,
    .top_info_slider .slick-next {
        top: 7vw;
        left: -30px;
    }
    .top_info_slider .slick-next {
        left: auto;
        right: -30px;
    }
    .top_info_box .inner {
        padding: 0 15px;
    }
    .top_info_box .pic {
        margin: 0 0 15px;
    }
    .top_info_box .heightLine_title {
        font-size: 1em;
    }
    .top_info_box .heightLine_txt {
        margin: 15px 0;
        font-size: .9375em;
    }
    
}
@media screen and (max-width: 767px){
    
    /* common */
    #top {
        background: url("/images/top_bg_sp.jpg") no-repeat;
        background-size: 100% 2300px;
        background-size: 100% calc(2000px + 100vw);
        background-position: top 150px center;
    }

    /* reserve */
    .top_reserve {
        top: 133vw;
    }
    .top_reserve.other {
        top: 240px;
    }
    .top_reserve a {
        width: 80px;
        height: 80px;
    }
    .top_reserve .icon {
        padding: 12px 0 7px;
    }
    .top_reserve p {
        font-size: .75em;
    }
    .top_reserve p span {
        padding: 8px 0 0;
        font-size: .625em;
    }

    /* main-visual */
    .top_mainvisual .pic {
        display: none;
    }
    .top_mainvisual .pic_sp {
        display: block;
        text-align: center;
    }
    .top_mainvisual h2 {
        top: calc(50% - 120px);
        left: calc(50% - 132px);
    }
    .top_mainvisual h2 img {
        width: 271px;
    }

    /* stay, fun */
    .top_stay,
    .top_fun {
        display: block;
    }
    .top_stay .pic,
    .top_fun .pic {
        position: relative;
        width: 100%;
    }
    .top_stay .txt,
    .top_fun .txt {
        width: 100%;
        padding: 20px 0 50px;
    }
    .top_stay .pic img,
    .top_fun .pic img {
        width: 570px;
    }
    .top_stay .pic {
        text-align: right;
        margin: 30px 0 50px;
    }
    .top_stay .pic img {
        margin-right: -20px;
    }
    .top_fun .pic {
        margin: 30px 0 60px;
    }
    .top_fun .pic img {
        margin-left: -20px;
    }
    .top_stay h3 img,
    .top_fun h3 img {
        height: 30px;
    }
    .top_stay .bar,
    .top_fun .bar {
        margin: 15px 0;
        font-size: 1.5em;
    }
    .top_stay h4,
    .top_fun h4 {
        font-size: 1.5em;
        letter-spacing: 2px;
    }
    .top_stay p,
    .top_fun p {
        padding: 20px 10vw 40px;
        font-size: 1.125em;
    }
    
    /* pick up */
    .top_pickup ul {
        display: block;
    }
    .top_pickup ul li {
        width: 100%;
        font-size: 1.25em;
    }
    .top_pickup ul li h4 {
        top: 45%;
    }
    .top_pickup ul li h4 img {
        height: 20px;
    }

    /* news, information */
    .top_news,
    .top_info {
        padding: 60px 0 80px;
    }
    .top_news h3,
    .top_info h3 {
        margin: 0 0 40px;
    }
    .top_news h3 img,
    .top_info h3 img {
        height: 30px;
    }
    .top_news_area {
        margin: 0 auto 40px;
    }
    .top_news_box {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 20px;
        float: none;
    }
    .top_news_box .title {
        width: 100%;
        margin-bottom: 0;
        float: none;
        font-size: 1.0625em;
    }
    .top_news_box .date {
        width: 100%;
        margin: 5px 0;
        float: none;
        font-size: .9375em;
        text-align: left;
    }
    .top_news_box .txt {
        font-size: 1em;
    }
}
@media screen and (max-width: 567px){

    /* common */
    #top {
        background-size: 100% calc(1350px + 100vw);
        background-position: top 170px center;
    }
    
    /* reserve */
    .top_reserve.other {
        top: 200px;
    }
    .top_reserve a {
        width: 66px;
        height: 66px;
    }
    .top_reserve .icon {
        padding: 8px 0 5px;
    }
    .top_reserve p span {
        padding: 5px 0 0;
    }

    /* main-visual */
    .top_mainvisual .pic {
        background-size: auto 400px;
        height: 400px;
    }
    
    /* stay, fun */
    .top_stay .pic img,
    .top_fun .pic img {
        width: 570px;
    }
    .top_stay .pic {
        margin: 30px 0;
    }
    .top_fun .pic {
        margin: 30px 0 60px;
    }
    .top_stay .txt,
    .top_fun .txt {
        padding: 30px 0 40px;
    }    
    .top_stay h3 img,
    .top_fun h3 img {
        height: 20px;
    }
    .top_stay .bar,
    .top_fun .bar {
        font-size: 1.25em;
    }
    .top_stay h4,
    .top_fun h4 {
        font-size: 1.125em;
        letter-spacing: 2px;
    }
    .top_stay p,
    .top_fun p {
        padding: 20px 10vw;
        font-size: .9375em;
    }
    
    /* pick up */
    .top_pickup ul li {
        font-size: 1em;
    }
    .top_pickup ul li h4 {
        top: 43%;
    }
    .top_pickup ul li h4 img {
        height: 17px;
    }

    /* news, information */
    .top_news h3 img,
    .top_info h3 img {
        height: 20px;
    }
    .top_news_box .title {
        font-size: 1em;
    }
    .top_news_box .date {
        font-size: .875em;
    }
    .top_news_box .txt {
        font-size: .9375em;
    }
    
    .top_info {
        padding-bottom: 140px;
    }
    .top_info .wrap {
        padding: 0;
    }
    .top_info_slider {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .top_info_slider .slick-prev,
    .top_info_slider .slick-next {
        top: auto;
        bottom: -80px;
        left: 30px;
    }
    .top_info_slider .slick-next {
        left: auto;
        right: 30px;
    }
    .top_info_box .inner {
        padding: 0 15px;
    }
    .top_info_box .pic {
        margin: 0 0 10px;
    }
    .top_info_box .pic img {
        width: 100%;
    }
    .top_info_box .heightLine_title {
        font-size: .9375em;
    }
    .top_info_box .heightLine_txt {
        margin: 10px 0;
        font-size: .875em;
    }
    
    /* banner */
    .banner_area {
        padding: 60px 0;
    }
    .banner_area img {
        height: 48px;
    }
    
}

@media screen and (max-width: 479px){
    .TA_cdsratingsonlywide {
        transform: scale(.75);
        margin-left: -5vw;
    }
}
@media screen and (max-width: 374px){
    .TA_cdsratingsonlywide {
        transform: scale(.666);
        margin-left: -12vw;
    }
}

/*----------------------------
    detail page
----------------------------*/
.detail_h4_bar {
    font-size: 1.125em;
}
.detail_h5_bar {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
}
.detail_h5_bar::after {
	display: block;
    content: "";
	flex-grow: 1;
	height: 1px;
    margin-left: 1em;
	background: #e9e0da;
}
.mod_brown .detail_h5_bar::after {
	background: #8d8075;
}
.detail_pic_area {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
}
.detail_pic_main {
    width: 80%;
    text-align: center;
}
.detail_pic_thumbnail {
    width: 18%;
    margin-top: 1px;
}
.detail_pic_thumbnail img {
    line-height: 0;
    margin: 0 0 9px;
    opacity: .5;
    cursor: pointer;
}
.detail_pic_thumbnail img:hover {
    opacity: 1;
}
.detail_service a {
    transition: .3s;
}
.detail_service a:hover {
    opacity: .7;   
}
.detail_icon {
    margin: 60px 0 0;
    text-align: center;
}
.detail_icon_txt {
    margin: 10px 0 60px;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;    
}
.detail_icon_txt span {
    font-size: .875em;
    font-weight: normal;
    letter-spacing: 1px;
}
.detail_title {
    font-size: 2em;
    letter-spacing: 5px;
}
.mod_brown .detail_title {
    color: #d2c1b5;
}
.mod_beige .detail_title {
    color: #fff;
}

@media screen and (max-width: 959px){
    .detail_h4_bar {
        font-size: 1em;
    }
    .detail_h5_bar {
        margin: 0 0 25px;
        font-size: .9375em;
    }
    .detail_pic_area {
        margin: 0 0 45px;
    }
    .detail_pic_thumbnail img {
        margin: 0 0 .75vw;
    }
    .detail_icon {
        margin: 45px 0 0;
    }
    .detail_icon_txt {
        margin: 10px 0 45px;
        font-size: .9375em;
    }
    .detail_icon_txt span {
        font-size: .8125em;
    }
    .detail_title {
        font-size: 1.875em;
    }
}
@media screen and (max-width: 767px){
    .detail_h4_bar {
        font-size: .9375em;
    }
    .detail_h5_bar {
        margin: 0 0 20px;
        font-size: .875em;
    }
    .detail_pic_area {
        display: block;
        margin: 0 0 30px;
    }
    .detail_pic_main {
        width: 100%;
    }
    .detail_pic_thumbnail {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }
    .detail_pic_thumbnail p {
        width: 23%;
    }
    .detail_pic_thumbnail img {
        margin: 0;
    }
    .detail_icon {
        margin: 30px 0 0;
    }
    .detail_icon img {
        width: 45px;
    }
    .detail_icon_txt {
        margin: 5px 0 30px;
        font-size: .875em;
    }
    .detail_icon_txt span {
        font-size: .75em;
    }
}
@media screen and (max-width: 567px){
    .detail_title {
        font-size: 1.5em;
        letter-spacing: 3px;
    }
    .detail_title_img img {
        height: 20px;
    }
}

/* Access */
.detail_access {
    margin: 0 0 120px;
}
.detail_access dl {
    border-bottom: 1px solid #e8e0da;
}
.detail_access dl dt {
    position: relative;
    padding: 30px 60px 30px 30px;
    border-top: 1px solid #e8e0da;
    cursor: pointer;
    font-size: 1.125em;
    font-weight: bold;
    transition: .3s;
}
.detail_access dl dt:hover {
    color: #765;
}
.detail_access dl dt.open {
    color: #765;
    background: #f8f4f1;
}
.detail_access dl dd {
    display: none;
    padding: 5px 30px 45px;
}
.detail_access dl dd .access_name {
    margin: 15px 0;
    font-size: 1.125em;
    font-weight: bold;
}
.detail_access dl dd .access_txt {
    padding: 0 30px;
    border-top: 1px solid #e8e0da;
    border-bottom: 1px solid #e8e0da;
}
.detail_access dl dd .access_txt p {
    padding: 20px;
    border-left: 3px solid #bdad96;
    font-weight: bold;
}

.detail_timetable {
    margin: 0 auto 120px;
}
.detail_timetable table {
    min-width: 50%;
    margin: 0 auto 45px;
    border-top: 1px solid #e8e0da;
    border-left: 1px solid #e8e0da;
    table-layout: auto;
}
.detail_timetable table caption {
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 1.125em;
    text-align: left;
}
.detail_timetable table th {
    padding: 10px 20px;
    background: #f8f4f1;
    border-right: 1px solid #e8e0da;
    border-bottom: 1px solid #e8e0da;
    vertical-align: middle;
    white-space: nowrap;
}
.detail_timetable table.single th {
    width: 70%;
}
.detail_timetable table th .icon_plus {
    display: none;
}
.detail_timetable table td {
    padding: 10px;
    border-right: 1px solid #e8e0da;
    border-bottom: 1px solid #e8e0da;
    text-align: center;
    vertical-align: middle;
}

.icon_plus,
.icon_plus span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.icon_plus {
	position: absolute;
    top: calc(50% - 6px);
    right: 0;
	width: 45px;
	height: 45px;
}
.icon_plus span {
	position: absolute;
    left: 0;
    width: 50%;
	height: 2px;
    background-color: #bdad96;
}
.icon_plus span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
}
.icon_plus span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
}
.icon_plus.active span:nth-of-type(1) {
	top: 5px;
    transform: rotate(45deg);
}
.icon_plus.active span:nth-of-type(2) {
	top: 5px;
    transform: rotate(135deg);
}

@media screen and (max-width: 959px){
    .detail_access {
        margin: 0 0 90px;
    }
    .detail_access dl dt {
        padding: 24px 48px 24px 24px;
        font-size: 1em;
    }
    .detail_access dl dd {
        padding: 4px 24px 30px;
    }
    .detail_access dl dd .access_name {
        margin: 12px 0;
        font-size: 1em;
    }
    .detail_access dl dd .access_txt {
        padding: 0 24px;
    }
    .detail_access dl dd .access_txt p {
        padding: 16px;
    }
    .detail_timetable {
        margin: 0 auto 90px;
    }
    .detail_timetable table {
        margin: 0 auto 36px;
        font-size: .875em;
    }
    .detail_timetable table caption {
        font-size: 1em;
    }
    .detail_timetable table th {
        padding: 10px;
    }
    .detail_timetable table td {
        padding: 10px;
    }

}
@media screen and (max-width: 899px){
    .detail_access {
        margin: 0 0 60px;
    }
    .detail_timetable {
        margin: 0 auto 60px;
    }
	.mod_table_scroll{
		overflow-x: auto;
	}
	.mod_table_scroll::-webkit-scrollbar{
		width: 5px;
		background: #F1F1F1;
	}
	.mod_table_scroll::-webkit-scrollbar:horizontal{
		height: 5px;
		background: #F1F1F1;
	}
	.mod_table_scroll::-webkit-scrollbar-thumb{
		background: #BCBCBC;
		border-radius: 2px;
	}
	.mod_table_scroll::-webkit-scrollbar-thumb:horizontal{
		background: #BCBCBC;
		border-radius: 2px;
	}
}
@media screen and (max-width: 567px){
    .detail_access dl dt {
        padding: 20px 50px 20px 15px;
        font-size: .875em;
    }
    .detail_access dl dd {
        padding: 2px 20px 30px;
    }
    .detail_access dl dd .access_name {
        margin: 10px 0;
        font-size: .875em;
    }
    .detail_access dl dd .access_txt {
        padding: 0 20px;
    }
    .detail_access dl dd .access_txt p {
        padding: 14px;
        font-size: .75em;
    }
    
    .detail_timetable table tr,
    .detail_timetable table th,
    .detail_timetable table td {
        display: block;
        width: calc(100% - 1px);
    }
    .detail_timetable table {
        width: calc(100% - 1px);
        margin: 0 auto 30px;
    }
    .detail_timetable table caption {
        font-size: .875em;
    }
    .detail_timetable table th {
        position: relative;
        padding: 15px 0;
        cursor: pointer;
        white-space: normal;
    }
    .detail_timetable table.single th {
        width: calc(100% - 1px);
    }
    .detail_timetable table th .icon_plus {
        display: block;
    }
    .detail_timetable table td {
        padding: 10px 0;
    }

}
    
/*----------------------------
    news page
----------------------------*/

/* list */
.news_list_box .title {
    margin-bottom: 10px;
    font-size: 1.0625em;
    font-weight: bold;
    letter-spacing: 1px;
}
.new_list_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.new_list_info .date {
    width: 75%;
    padding: 0 0 10px;
    border-bottom: 1px solid #bda286;
    color: #bda286;
    font-size: .875em;
    letter-spacing: 1px;
}
.new_list_info .viewmore {
    width: 20%;
    padding: 0 0 10px;
    border-bottom: 2px solid #f2c028;
}
.new_list_info .viewmore:hover {
    opacity: .7;
}

@media screen and (max-width: 1360px){
    
}
@media screen and (max-width: 959px){
    .news_list_box .title {
        font-size: 1em;
    }
    .new_list_info {
        margin-bottom: 45px;
    }

}
@media screen and (max-width: 767px){
    .news_list_box .title {
        font-size: .9375em;
    }
    .new_list_info {
        margin-bottom: 30px;
    }
    .new_list_info .date {
        width: calc(100% - 100px);
        font-size: .8125em;
    }
    .new_list_info .viewmore {
        width: 75px;
    }
}
@media screen and (max-width: 567px){

}

/*----------------------------
    enjoy page
----------------------------*/

/*  */

.enjoy_pic {
    position: relative;
    margin-bottom: 40px;
}
.enjoy_pic a img {
    transition: .3s;
}
.enjoy_pic a:hover img {
    opacity: .5;
}
.enjoy_pic_img {
    line-height: 0;
    background: #000;
}
.enjoy_pic_txt {
    background: url("/images/enjoy_bar.png") no-repeat;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 20px 20px 0 0;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}
.enjoy_pic_col {
    display: flex;
    justify-content: space-between;
}
.enjoy_pic_main_left,
.enjoy_pic_main_right {
    width: 66.66%;
}
.enjoy_pic_main_right {
    order: 2;    
}
.enjoy_pic_sub_left,
.enjoy_pic_sub_right {
    width: 30%;
}

.enjoy_viewmore {
    margin: -30px 0 60px;
}
.viewmore_btn {
    text-align: center;
    cursor: pointer;
}
.viewmore_btn:hover {
    opacity: .7;
}
.viewmore_btn img {
    width: 84px;
    padding: 20px 0;
    border-bottom: 2px solid #f2c028;
}
.viewmore_btn.close {
    width: 46px;
    height: 53px;
    margin: 0 auto;
    background: url("/images/enjoy_close.png") center no-repeat;
    background-size: 100%;
}
.viewmore_btn.close img {
    display: none;
}
@media screen and (max-width: 959px){
    .enjoy_pic {
        margin-bottom: 4vw;
    }
    .enjoy_pic_txt {
        bottom: 2vw;
        left: 2vw;
        padding: 2vw 2vw 0 0;
        font-size: .875em;
    }
}
@media screen and (max-width: 767px){
    .enjoy_pic {
        margin-bottom: 3vw;
    }
    .enjoy_pic_txt {
        bottom: 3vw;
        left: 3vw;
        padding: 3vw 3vw 0 0;
        font-size: .8125em;
    }
    .enjoy_pic_col {
        display: block;
    }
    .enjoy_pic_main_left,
    .enjoy_pic_main_right,
    .enjoy_pic_sub_left,
    .enjoy_pic_sub_right {
        width: 100%;
    }
    .enjoy_viewmore {
        margin: 0 0 45px;
    }

}
@media screen and (max-width: 567px){
    .enjoy_pic {
        margin-bottom: 4vw;
    }
    .enjoy_pic_txt {
        left: 4vw;
        padding: 3vw 4vw 0 0;
        font-size: .75em;
    }
}
