@charset "utf-8";


.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.center{
	text-align: center;
}

@media (max-width: 680px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* -------------------------------------------
見出し
-------------------------------------------*/

.mds {
    display: block;
    position: relative;
    font-size: 28px;
    color: #000;
    text-align: center;
    line-height: 32px;
    font-weight: 900;
    padding: 0;
    margin: 0 0 1em 0;
    font-family: 'NotoSansJP-Black', sans-serif;
    font-style: normal;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}


.mds span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #e94736;
    margin-bottom: 0.2em;
}

.mds span:first-letter {
    color: #f18752;
}


.mds_s {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}

.mds_s::after {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 18px;
    height: 60%;
    margin: 0;
    content: "";
    background: url(../img/common/slash.svgz) center top no-repeat;
    background-size: contain;
}

.lead {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 2;
    padding: 0;
    margin: 0 0 2em 0;
    font-family: 'NotoSansJP-Black', sans-serif;
    font-style: normal;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}

p {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
    margin: 0;
}

ul.note {
    display: block;
    list-style: none;
    padding: 0;
    margin: 15px 0 30px 0;
}

ul.note li {
    display: block;
    position: relative;
    margin: 0 0 5px 0 !important;
    padding: 0 0 0 1.2em;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 1.4;
}

ul.note li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    content: "※";
}


p.notes {
    display: block;
    margin: 0 auto;
    padding: 10px 20px 0px 20px;
    color: #d64735;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

nav p.notes {
    font-size: 13px;
    margin: 0 0 -5px;
}

@media (max-width: 680px) {
    .mds {
        font-size: 20px;
    }

    .mds span {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .lead {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }
    .lead br {
        display: none;
    }
    nav p.notes {
	    font-size: 13px;
	    margin: 45px 0 -45px;
	}
}

/* -------------------------------------------
バナー
-------------------------------------------*/

.bnr {
    display: block;
    background-color: #000;
    text-align: center;
}


@media (max-width: 680px) {
    .bnr {
        display: none;
    }
}


/* -------------------------------------------
タブ
-------------------------------------------*/

.tab_link {
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

.tab_link li {
    display: table-cell;
    text-align: center;
    padding: 2px;
}

.tab_link li a {
    position: relative;
    font-size: 18px;
    line-height: 1;
    display: block;
    padding: 20px;
    background: #eee;
    border-radius: 5px;
}

.tab_link li a br {
    display: none;
}

.tab_link li a:hover {
    opacity: 1;
    background: #ddd;
    text-decoration: none;
}

.tab_link li a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    margin: -10px 0 0 0;
    border-top: 2px solid #e94736;
    border-right: 2px solid #e94736;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
}

@media (max-width: 800px) {
    .tab_link li a {
        position: relative;
        font-size: 12px;
        line-height: 1.2;
        display: block;
        padding: 10px 0px 24px 0px;
        background: #eee;
        border-radius: 5px;
    }
    .tab_link li a br {
        display: block;
    }
    .tab_link li a:hover {
        opacity: 1;
        background: #ddd;
        text-decoration: none;
    }

    .tab_link li a::before {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 50%;
        display: block;
        width: 12px;
        height: 12px;
        margin: 0 -6px 10px 0;
        border-top: 2px solid #e94736;
        border-right: 2px solid #e94736;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        content: "";
    }
}

/* -------------------------------------------
ページ背景
-------------------------------------------*/

.bg_dot_rev {
    position: relative;
    z-index: -1;
    background: url(../img/common/bg_dot_rev.png) center top repeat-x;
}

/* -------------------------------------------
2コラム
-------------------------------------------*/

.contwrap {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 0 0;
    margin: 20px -30px 20px 0;
}

.contwrap::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


.contwrap .col {
    display: block;
    float: left;
    width: 50%;
    padding: 0 30px 0 0;
}

.contwrap .col.w20 {
    width: 20%;
    padding: 0 30px 0 0;
}

.contwrap .col.w30 {
    width: 30%;
    padding: 0 30px 0 0;
}

.contwrap .col.w40 {
    width: 30%;
    padding: 0 30px 0 0;
}

.contwrap ..colw60 {
    width: 70%;
    padding: 0 30px 0 0;
}

.contwrap .col.w70 {
    width: 70%;
    padding: 0 30px 0 0;
}

.contwrap .col.w80 {
    width: 80%;
    padding: 0 30px 0 0;
}

.contwrap .colttl {
    display: block;
    position: relative;
    font-size: 20px;
    color: #000;
    line-height: 32px;
    font-weight: 900;
    padding: 0;
    margin: 0 0 0.6em 0;
    font-family: 'NotoSansJP-Black', sans-serif;

}

.contwrap p {
    margin: 0 0 20px 0;
}

.contwrap .img {
    display: block;
    overflow: hidden;
    padding: 0;
    border-radius: 20px;
    border: #eee solid 5px;
}

.contwrap .img img {
    display: block;
    width: 100%;
    height: auto;
}



@media (max-width: 680px) {

    .contwrap {
        display: inline-block;
        position: relative;
        padding: 0;
        margin: 20px auto;
    }

    .contwrap .col {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
    }
    .contwrap .col.w20,
    .contwrap .col.w40,
    .contwrap .col.w30,
    .contwrap .colw60,
    .contwrap .col.w70,
    .contwrap .col.w80 {
        width: 100%;
        padding: 0;
    }
    

    .contwrap .colttl {
        display: block;
        position: relative;
        font-size: 16px;
        color: #000;
        line-height: 24px;
        font-weight: 900;
        padding: 0;
        margin: 0 0 0.6em 0;
        font-family: 'NotoSansJP-Black', sans-serif;

    }
}

/* -------------------------------------------
5コラム
-------------------------------------------*/

.col5 li{
	width: 19.2%;
	margin: 0 1% 0 0;
	float: left;
	display: inline-block;
}
.col5 li:nth-child(5n+5){
	margin: 0;
}

@media (max-width: 680px) {
	.col5 li{
		width: 49%;
		margin: 0 2% 20px 0;
	}
	.col5 li:nth-child(2n+2){
		margin: 0;
	}
	.col5 li:nth-child(5n+5){
		margin: 0 2% 20px 0;
	}
}



/* -------------------------------------------
テーブル
-------------------------------------------*/

.tbl {
    margin: 10px 0 30px 0;
    width: 100%;
    border-top: 1px solid #e3e3e3;
}


.tbl tbody th,
.tbl tbody td {
    border-collapse: collapse;
    border-bottom: 1px solid #e3e3e3;
}

.tbl tbody th {
    padding: 18px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
    background: #f5f5f5;
}

.tbl tbody th::before,
.tbl tbody th::after {
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    background: #fff;
    content: '';
}

.tbl tbody th::after {
    top: 0;
}

.tbl tbody th::before {
    bottom: 0;
}

.tbl tbody td {
    padding: 10px;
    font-size: 16px;
}

.tbl tbody td b {
    font-weight: bold;
    color: #d64735;
}


.tbl tbody td a {
    text-decoration: underline;
}

.tbl tbody td a:hover {
    text-decoration: none;
}

.tbl tbody td .subtxt {
    display: block;
    font-size: 14px;
}

.tbl tbody td .spmds {
    display: none;
    background: #e3e3e3;
    float: left;
    margin: 0 10px 0 0;
    padding: 0px 15px;
}
.time .tbl tbody td br.sp {
    display: block;
}




@media screen and (max-width: 680px) {
    .tbl {
        margin: 20px 0;
        border-top: 1px solid #e3e3e3;
        table-layout: auto;
    }
    .tbl tbody th {
        font-size: 14px;
        border-bottom: 1px solid #e3e3e3;
    }
    .tbl tbody td {
        font-size: 16px;
        padding: 5px;
        border-bottom: 1px solid #e3e3e3;
    }
    .tbl tbody td br {
        display: block;
    }
    .tbl tbody td .subtxt {
        font-size: 12px;
    }
    
    
    .time .tbl th.pcmds{
	    display: none;
	}
    
    .time .tbl {
	    margin: 0;
	    border-top: none;
	}
    .time .tbl tbody th{
    	display: none;
    }
    .time .tbl tbody td {
	    border-bottom: none;
	    display: block;
	    font-size: 16px;
	}
	.time .tbl tbody td a {
		font-size: 18px;
		font-weight: 600;
	}
	.time .tbl tbody td .subtxt {
	    font-size: 14px;
	    margin: 0;
	}
	.time .tbl tbody td br {
	    display: none;
	}
	.time .tbl tbody td br.sp {
	    display: block;
	}
	.time .tbl tbody td .spmds {
	    display: inline-block;
	     
	}
	.time .tbl tbody td dl {
	    display: table;
	}
	.time .tbl tbody td dl dt,
	.time .tbl tbody td dl dd{
	    display: table-cell;
	    float: none;
	    vertical-align: top;
	}
	.time .tbl tbody td dl dd{
	    min-width: 110px;
	}
	
}

/* -------------------------------------------
DLリスト
-------------------------------------------*/

dl.list_dl {
    overflow: hidden;
}

dl.list_dl dt {
    width: 4em;
    float: left;
    clear: left;
}

dl.list_dl dd {
    overflow: hidden;
}



@media screen and (max-width: 680px) {
    dl.list_dl dt {}
    dl.list_dl dd {}

}

dl.list_dl_w {
    overflow: hidden;
}

dl.list_dl_w dt {
    width: 7em;
    float: left;
    clear: left;
}

dl.list_dl_w dd {
    overflow: hidden;
}






/* -------------------------------------------
ULリスト
-------------------------------------------*/

ul.list {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list li {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    line-height: 1.4;
}

ul.list li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    color: #CCC;


    content: "●";
}


/* -------------------------------------------
リンク
-------------------------------------------*/

a.btn {
    position: relative;
    display: block;
    max-width: 20em;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px auto;
    padding: 10px 40px 10px 30px;
    border: 3px solid rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 28px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

a.btn::before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    border-top: 2px solid #e94736;
    border-right: 2px solid #e94736;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

a.btn:hover {
    opacity: 0.6;
}


a.btn_r {
    position: relative;
    display: block;
    width: 80px;
    font-size: 16px;
    line-height: 1.4;
    margin: 10px auto;
    padding: 80px 0 0 0;
    height: 0;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

a.btn_r::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -22px;
    border-top: 4px solid rgb(255, 255, 255);
    border-right: 4px solid rgb(255, 255, 255);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

a.btn_r::after {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 0 0 -40px;
    border: 4px solid rgb(255, 255, 255);
    content: "";
    border-radius: 40px;
}

a.btn_r:hover {
    opacity: 0.6;
}




a.btn_mori {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: 1.4;
    margin: 10px auto;
    padding: 20px 45px 20px 25px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    border: 3px solid #fff;
    border-radius: 35px;
}

a.btn_mori::before {
    position: absolute;
    top: 50%;
    right: 7%;
    display: block;
    width: 15px;
    height: 15px;
    margin: -9px 0 0 -22px;
    border-top: 4px solid rgb(255, 255, 255);
    border-right: 4px solid rgb(255, 255, 255);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

a.btn_mori:hover {
    opacity: 0.6;
}




a.btn_txt {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


a.btn_txt::after {
    display: inline-block;
    position: relative;
    background-color: #D74736;
    border-radius: 50%;
    margin: -5px 0 0 5px;
    vertical-align: middle;
    width: 16px;
    height: 6px;
    content: "▼";
    color: #fff;
    font-size: 7px;
    line-height: 1;
    padding: 5px 0px;
    text-align: center;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    vertical-align: middle;
}




a.btn_txt:hover {
    color: #797979;
}

a.link_txt {
	text-decoration: underline;
}
a.link_txt:hover {
	text-decoration: none;
}

.splitline {
    position: relative;
    display: block;
    padding: 20px 0 0 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
    font-size: 0;
    width: 86%;
    height: 1px;
    max-width: 1200px;
    border: none;
    border-top: 1px solid #ccc;
}

.splitline.topics {
    display: inline-block;
}

.splitline:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #ccc;
    content: "";
    border-radius: 50%;
}

.splitline:after {
    position: absolute;
    top: 0;
    right: 0;
    margin: -4px -4px 0 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #ccc;
    content: "";
    border-radius: 50%;
}

@media (max-width: 680px) {

    a.btn {
        position: relative;
        box-sizing: border-box;
        display: block;
        max-width: 100%;

    }
    a.btn_mori {
        margin: 10px auto 80px;
    }

    .splitline {

        margin: 0 auto 10px auto;

    }

}

/* -------------------------------------------
トップページ 
-------------------------------------------*/

#topmainimg .logomain {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 500px;
    margin: -180px 0 0 -250px;
    z-index: 100;
}

#topmainimg .logomain img {
    display: block;
    width: 100%;
    height: auto;
}

/* --バナー1点---*/

/*
#topmainimg .bnr {
    display: block;
    position: absolute;
    top: 35%;
    left: 30px;
    width: 280px;
    margin: 0;
    z-index: 1000;
    background: none;
}
*/

#topmainimg .bnr {
    display: block;
    position: absolute;
    top: 45%;
    left: 30px;
    width: 230px;
    margin: 0;
    z-index: 800;
    background: none;
}
#topmainimg .bnr2 {
    display: block;
    position: absolute;
    top: 10%;
    left: 30px;
    width: 230px;
    margin: 0;
    z-index: 801;
    background: none;
}

#topmainimg .bnr img,
#topmainimg .bnr2 img {
    display: block;
    width: 100%;
    height: auto;
}



#topmainimg .logoaniv {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 240px;
    margin: 0px 0 0 -120px;
    z-index: 10;
}

#topmainimg .logoaniv img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {

    #topmainimg .bnr {
        width: 200px;
        top: 38%;
    }
    #topmainimg .bnr2 {
        width: 200px;
    }

}

@media (min-width: 1024px) and (max-height: 720px) {
	#topmainimg .logomain {
        display: block;
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        width: 400px;
        margin: auto;
        z-index: 100;
    }
    #topmainimg .bnr {
	    top: auto;
	    bottom: 31%;
        width: 190px;
	}
	#topmainimg .bnr2 {
	    top: auto;
	    bottom: 60%;
        width: 190px;
	}
}


@media (max-width: 768px) {
	#topmainimg .logomain {
	    top: 30%;
	    width: 450px;
	    margin: -180px 0 0 -230px;
	}
	#topmainimg .bnr {
	    top: 28%;
        width: 200px;
	}
	#topmainimg .bnr2 {
	    top: 43%;
	    left: 235px;
	    width: 200px;
	}
}

@media (max-width: 680px) {
    #topmainimg .logomain {
        display: block;
        position: absolute;
        top: 8%;
        bottom: auto;
        left: 50%;
        right: auto;
        width: 54%;
        margin: 0 0 0 -27%;
        z-index: 100;
    }
    #topmainimg .bnr,
    #topmainimg .bnr2 {
        display: none;
    }

}

/* -------------------------------------------
混雑状況リンク
-------------------------------------------*/

.info_situation{
    position: absolute;
    top: 65px;
    left: 40px;
    width: 180px;
    z-index: 100;
}
.info_situation a{
    background-color: #e94736;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px 6px 5px;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 1.05em;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.info_situation a::before {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

@media (max-width: 680px) {
	.info_situation{
	    width: 115px;
	    top: 54px;
	    left: 15px;
	}
	.info_situation a{
	    padding: 4px 15px 5px 5px;
	    font-size: 0.9em;
	    line-height: 1.3;
	    font-weight: 600;
	}
}



/* -------------------------------------------
SPバナー 
-------------------------------------------*/

.bnr_sp {
    display: none;
}

@media (max-width: 680px) {

    .bnr_sp {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .bnr_sp a {
        display: block;
        width: 100%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .bnr_sp a:hover {
        opacity: 0.6;
    }
    .bnr_sp img {
        display: block;
        width: 100%;
        height: auto;
    }
}


/* -------------------------------------------
メインコンテンツ 特徴
-------------------------------------------*/

#maincont {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#maincont::before {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0px;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    background: url(../img/common/wave.png) no-repeat center bottom;
    background-size: 100%;
    z-index: auto;
    content: "";
}

#maincont::after {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0px;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    background: url(../img/common/wave.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 1;
    content: "";
}


#maincont #feauture {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 40px 30px 40px;
    margin: 0 auto;
    border: none;
    color: #000;
    background: url(../img/common/bg_dot.png) center bottom repeat-x #fff;
}

#maincont #feauture .wrap {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: none;
    text-align: center;
}


#maincont #feauture h1.ttl {
    display: inline-block;
    position: relative;
    font-size: 34px;
    color: #000;
    text-align: center;
    line-height: 1.3;
    padding: 0 50px;
    margin: 0 0 30px 0;
    font-family: 'NotoSansJP-Black', sans-serif;
}

#maincont #feauture h1.ttl::before,
#maincont #feauture h1.ttl::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    margin: 0;
    border-right: 1px solid rgb(0, 0, 0);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    content: "";
}

#maincont #feauture h1.ttl::after {
    position: absolute;
    left: inherit;
    right: 0;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

#maincont #feauture .wrap p.lead {
    display: table;
    width: 100%;
    margin: 0;
    text-align: left;
    table-layout: fixed;
    box-sizing: border-box;

}

#maincont #feauture .wrap p.lead span {
    display: table-cell;
    box-sizing: border-box;
    text-align: left;
    padding: 20px;
    width: 50%;
}

#maincont #feauture .wrap p.lead span.toggle {
    display: none;
}

@media (max-width: 1024px) {
    #maincont #feauture h1.ttl {
        font-size: 28px;
    }
}

@media (max-width: 680px) {

    #maincont #feauture {
        padding: 30px 20px 20px 20px;
    }
    #maincont #feauture h1.ttl {
        font-size: 18px;
        padding: 0 15px;
        margin: 0 0 20px 0;
    }
    #maincont #feauture h1.ttl br {
        display: none;

    }
    #maincont #feauture h1.ttl::before,
    #maincont #feauture h1.ttl::after {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    #maincont #feauture h1.ttl::after {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    #maincont #feauture .wrap p.lead {
        display: block;
        font-size: 14px;
        line-height: 1.6;
        padding: 0 0 35px;
    }

    #maincont #feauture .wrap p.lead span {
        display: block;
        box-sizing: border-box;
        text-align: left;
        padding: 0px;
        width: 100%;
    }

    #maincont #feauture .wrap p.lead span.toggle {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        text-align: left;
        padding: 0;
        margin: auto;
        border-bottom: 0px solid #ccc;
        cursor: pointer;
        text-align: center;
    }

    #maincont #feauture .wrap p.lead span.toggle + span {
        display: none;
    }





    #maincont #feauture .wrap p.lead span.toggle::before,
    #maincont #feauture .wrap p.lead span.toggle::after {
        position: absolute;
        top: 10px;
        right: 50%;
        margin: 0 -58px 0 0;
        display: block;
        width: 12px;
        height: 2px;
        content: "";
        background-color: #000;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
    }

    #maincont #feauture .wrap p.lead span.toggle::before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

    #maincont #feauture .wrap p.lead span.toggle.active {}

    #maincont #feauture .wrap p.lead span.toggle.active::before,
    #maincont #feauture .wrap p.lead span.toggle.active::after {
        position: absolute;
        top: 10px;
        right: 50%;
        margin: 0 -58px 0 0;
        display: block;
        width: 12px;
        height: 2px;
        content: "";
        background-color: #000;
    }

    #maincont #feauture .wrap p.lead span.toggle.active::before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }



}



/* -------------------------------------------
コロナ対策（トップページ）
-------------------------------------------*/

#measures{
	padding: 40px 0;
}

#measures .wrap {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto !important;
    background: none;
    text-align: center;
    background: none !important;
}
#measures .measures_box{
	border: 3px solid #ddd;
	border-radius: 12px;
	padding: 30px 10px 0;
}
#measures .measures_box .title{
	display: block;
    font-size: 23px;
    color: #000;
    text-align: center;
    line-height: 32px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    font-family: 'NotoSansJP-Black', sans-serif;
    font-style: normal;

}
#measures .measures_box .movie_box{
	width: calc(100% - 80px);
	margin: 30px 40px;
	background: #eee;
	display: table;
	border-radius: 5px;
}
#measures .measures_box .movie_box dt{
	width: 45%;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0 20px 20px;
}
#measures .measures_box .movie_box dd{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
#measures .measures_box ul{
    display: inline-block;
    clear: both;
    width: 100%;
    margin: 15px 0 30px;
}
#measures .measures_box ul li{
	width: 21%;
	margin: 0 2%;
	float: left;
	vertical-align: top;
}
#measures .measures_box ul li p{
	margin: 10px 0 0;
	text-align: left; 
	font-size:13px;
}
#measures .measures_box ul li img{
	width: 120px;
	max-width: 100%;
}

#measures .guideline{
	width: 300px;
    max-width: 100%;
    margin: 20px auto 0;
}

#header .nav.fix #measures {
    display: none;
}

	.t-top #header .nav{
	    top: 360px;

	}

.t-top #maincont,
.t-top #eventtopics,
.t-top .splitline,
.t-top #restshop,
.t-top #guide,
.t-top #hotel,
.t-top #topics, 
.t-top #bnav,
.t-top #mailmagazine,
.t-top .bnr,
.t-top .l-footer
{
    top: 150px;
}

.t-top .bnr,.t-top #bnav,.t-top .l-footer {
    position: relative;
}

#topmainimg {
    zoom: 0.5!important;
}

#topmainimg .bnr {
    width: 14%;
    top: 38%;
}
#topmainimg .bnr2 {
    width: 14%;
    top: 38%;
    left: 16%;
}
.t-top #topmainimg .flex-control-paging {
    top: 730px;
}

#topmainimg .logomain {
    width: 28%;
    left: 0;
    right: 0;
    margin: auto; 
    top:7%;
}


.topbnr{
    background: none;
    text-align: center;
    clear: both;
    padding: 0 20px;
}
.topbnr_in{
	display: inline-block;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 0;
}
.bnr_goto{
	margin: 0 0 20px;
}
.topbnr_in .bnr_sp{
	display: block !important;
	width: 49%;
	float: left;
	margin: 0 0 20px;
}
.topbnr_in .bnr_sp:nth-of-type(even){
	margin: 0 0 20px 2%;
}
.topbnr_in .bnr_sp .sp{
	display: none;
}



/* IE11 */
@media all and (-ms-high-contrast:none) {
	
	
	*::-ms-backdrop, #topmainimg {
		width:200%;
	}
	
	*::-ms-backdrop, .t-top #topmainimg .logomain	{
		width:700px;
	}
	
	*::-ms-backdrop, #topmainimg .bnr{
		top:36%;
	}
	*::-ms-backdrop, #topmainimg .bnr2{
		top:36%;
		left: 16%;
	}
	
	*::-ms-backdrop, .t-top #maincont,
	*::-ms-backdrop, .t-top #eventtopics,
	*::-ms-backdrop, .t-top .splitline,
	*::-ms-backdrop, .t-top #restshop,
	*::-ms-backdrop, .t-top #guide,
	*::-ms-backdrop, .t-top #hotel,
	*::-ms-backdrop, .t-top #topics, 
	*::-ms-backdrop, .t-top #bnav,
	*::-ms-backdrop, .t-top #mailmagazine,
	*::-ms-backdrop, .t-top .bnr,
	*::-ms-backdrop, .t-top .l-footer
	{
	    top: 150px;
	}
}


/* Firefox */
@-moz-document url-prefix(){

	#header {
	    height: 645px;
	}
	#topmainimg {

	    width: 200%;
	    transform-origin: 0 0;
	    transform: scale(0.5);

	}
  
	  	.t-top #maincont,
		.t-top #eventtopics,
		.t-top .splitline,
		.t-top #restshop,
		.t-top #guide,
		.t-top #hotel,
		.t-top #topics, 
		.t-top #bnav,
		.t-top #mailmagazine,
		.t-top .bnr,
		.t-top .l-footer
		{
	    top: 0;
	}

  
}

@media (max-width: 1024px) {

	#measures {
	    padding:40px;
	}
		.t-top #maincont,
	.t-top #eventtopics,
	.t-top .splitline,
	.t-top #restshop,
	.t-top #guide,
	.t-top #hotel,
	.t-top #topics, 
	.t-top #bnav,
	.t-top #mailmagazine,
	.t-top .bnr,
	.t-top .l-footer
	{
	    top: 200px;
	}

}


@media (max-width: 680px) {
	#measures{
		padding: 10px;
	}
	#measures .measures_box {
	    padding: 0;
	    border: none;
	}
	#measures .measures_box .title{
    	font-size: 18px;
    	line-height: 1.4;
    	margin: 0 10px;
    	display: none;
    }
	#measures .measures_box ul{
	    margin: 15px 0 0;
	    display: none;
	}
	#measures .measures_box ul li {
	    width: 44%;
	    margin: 0 3% 20px;
    }
    #measures .measures_box ul li p {
	    font-size: 15px;
	}
	#measures .measures_box .movie_box{
		width: 100%;
		margin: 0;
		display: block;
	}
	#measures .guideline{
		display: none;
	}
	#measures .measures_box .movie_box .title{
		display: block;
	}
	#measures .measures_box .movie_box dt{
		width: 100%;
		display: block;
		padding: 20px 20px 0;
	}
	#measures .measures_box .movie_box dd{
		width: 100%;
		display: block;
	}
	
	.topbnr{
    	padding: 0;
    }
    .topbnr_in{
    	padding: 10px;
    }
    .bnr_goto{
		margin: 0 0 10px;
	}
	.topbnr_in .bnr_sp{
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	.topbnr_in .bnr_sp:nth-of-type(even){
		margin: 0 0 10px;
	}
	
		.t-top #header .nav{
	    top: 371px;

	}

	.t-top #maincont,
	.t-top #eventtopics,
	.t-top .splitline,
	.t-top #restshop,
	.t-top #guide,
	.t-top #hotel,
	.t-top #topics, 
	.t-top #bnav,
	.t-top #mailmagazine,
	.t-top .topbnr,
	.t-top .l-footer{
	    top: 60px;
	    z-index: 999;
	    }
	    
	    #topmainimg {
	    zoom: 0.7!important;
	}

	#topmainimg .logomain {
    top: 20%;
    width: 54%;}
    
    a.btn_imp {
	    margin: 10px 0 0px;
	    padding: 20px 15px;
	    border-radius: 20px;
	    font-size: 20px;
	    line-height: 1.4;
	}
	
	.topbnr_in .bnr_sp .pc{
		display: none;
	}
	.topbnr_in .bnr_sp .sp{
		display: block;
	}
	

}

@media (max-width: 320px) {

	.t-top #maincont,
	.t-top #eventtopics,
	.t-top .splitline,
	.t-top #restshop,
	.t-top #guide,
	.t-top #hotel,
	.t-top #topics, 
	.t-top #bnav,
	.t-top #mailmagazine,
	.t-top .topbnr,
	.t-top .l-footer{
	    top: 65px;
	    }
}


/* -------------------------------------------
入場予約（トップページ）
-------------------------------------------*/


#reserve_ticket{
	padding: 0;
}

#maincont #reserve_ticket .wrap {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    background: none;
    text-align: center;
}
#header .nav.fix #reserve_ticket{
	display: none;
}
#reserve_ticket .reserve_txt_box{
	background: #ffd9d9;
    border-radius: 5px;
    color: #e50012;
	padding: 20px 40px;
	font-size: 1.4em;
	box-sizing: border-box;
	font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
    line-height: 2;
}
#reserve_ticket .reserve_txt_box span.line{
	text-decoration: underline;
	font-size: 1.2em;
	display: inline-block;
	margin: 0 2px;
}
#reserve_ticket .reserve_txt_box a.btn{
	font-size: 16px;
}
#reserve_ticket .reserve_txt_box a.btn span{
	font-size: 20px;
}

#reserve_ticket ul{
    clear: both;
    display: inline-block;
    margin: 20px 0 0;
    width: 100%;
}
#reserve_ticket ul li{
	width: 49%;
	float: left;
}
#reserve_ticket ul li:nth-child(2){
	margin: 0 0 0 2%;
}
#reserve_ticket ul li span{
	display: block;
	font-size: 1.3em;
}
#reserve_ticket ul li span em{
	color: #e50012;
}
#reserve_ticket ul li a.btn{
	max-width: 100%;
}
@media (max-width: 1024px){
	#reserve_ticket {
	    padding: 40px 40px 0;
	}
	#reserve_ticket .reserve_txt_box{
		padding: 20px 15px;
		font-size: 1.15em;
	}
}
@media (max-width: 680px) {
	#reserve_ticket {
	    padding: 0 10px;
	}
	#reserve_ticket ul li{
		width: 100%;
	}
	#reserve_ticket ul li:nth-child(2){
		margin: 0;
	}
	#reserve_ticket ul li a.btn{
	    padding: 15px 30px 15px 20px;
	}
	#reserve_ticket .reserve_txt_box span.line {
	    font-size: 1.4em;
    }
}



/* -------------------------------------------
メインコンテンツ 施設
-------------------------------------------*/

#maincont .wrap {
    display: table;
    position: relative;
    width: 100%;
    margin: 0;
    background: url(../img/common/bg_3col_wave.svgz) center bottom repeat-y;
    background-size: 100%;
}


#maincont .wrap .col {
    display: table-cell;
    padding: 50px 0 30px 0;
    margin: 0;
    width: 33.33%;
    border: none;
    vertical-align: top;
    table-layout: fixed;
}

#maincont .col .cnt {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 14px;
}

#maincont .col .cnt::after {
    content: "";
    display: block;
    clear: both;
}


#maincont .col .cnt .mds {
    display: block;
    position: relative;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 1em 0;
    font-family: 'NotoSansJP-Black', sans-serif;
}


#maincont .col .cnt .mds span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 0.4em;
}

#maincont .col .cnt .mds span:first-letter {
    color: #000;
}


#maincont .col .cnt p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 1.2em 0;
    text-align: left;
}



#maincont .col .cnt .cnt_img {
    display: block;
    position: relative;
    margin: 0 40px;
    padding: 0;
}

#maincont .col .cnt a:hover .cnt_img {
    opacity: 0.7;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#maincont .col .cnt .cnt_img img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}


#maincont .col .cnt .cnt_wrap {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 30px 40px;
    vertical-align: top;
    text-align: center;
}

#maincont .col .img_lt {
    position: absolute;
    left: -20px;
    bottom: -260px;
    z-index: 10;
    width: 40%;
    max-width: 500px;
    height: auto;
}

#maincont .col .img_rt {
    position: absolute;
    right: 0px;
    bottom: -250px;
    z-index: 10;
    width: 25%;
    max-width: 300px;
    height: auto;
}

#maincont .col .img_lt img,
#maincont .col .img_rt img{
	width: 100%;
}


@media (max-width: 1024px) {


    #maincont .col .cnt .mds {
        font-size: 24px;
    }

    #maincont .col .cnt .mds span {
        font-size: 16px;
    }
    #maincont .col .img_lt {
        bottom: -150px;
        width: 35%;
    }

    #maincont .col .img_rt {
        bottom: -150px;
    }
}

@media (max-width: 680px) {
    #maincont .wrap {
        display: block;
        width: 100%;
        background: none;
    }


    #maincont .wrap .col {
        display: block;
        position: relative;
        padding: 30px 0 30px 0;
        margin: 0;
        width: 100%;
    }
    #maincont .wrap .col:nth-of-type(1) {
        background-color: #1DA1C4;
        padding-bottom: 100px;
    }
    #maincont .wrap .col:nth-of-type(2) {
        background-color: #52B4BA;
    }
    #maincont .wrap .col:nth-of-type(3) {
        background-color: #85B749;
    }


    #maincont .col .cnt .mds {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 1em 0;
    }

    #maincont .col .cnt .mds span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 0.4em;
    }

    #maincont .col .cnt .cnt_img {
        display: block;
        position: relative;
        margin: 0 0;
        padding: 0;
    }

    #maincont .col .cnt .cnt_wrap {
        padding: 20px 20px;
        color: #fff;
    }
    #maincont .col .img_lt {
        position: absolute;
        width: 80%;
        height: auto;
        left: -10px;
        bottom: -40px;
    }

    #maincont .col .img_rt {
        position: absolute;
        width: 58%;
        height: auto;
        right: 0px;
        bottom: -80px;
    }


}


/* -------------------------------------------
カテゴリ
-------------------------------------------*/

span.category.red {
  background: #e94736;
}
span.category.green {
  background: #50b26b;
}
span.category.lightblue {
  background: #3d9ac1;
}
span.category.lightgreen {
  background: #6eb845;
}
span.category.pink {
  background: #ee5c93;
}
span.category.orange {
  background: #f18752;
}
span.category.purple {
  background: #ad7cc5;
}

span.category.deeppurple {
  background: #81298B;
}
span.category.black {
  background: #000;
}
span.category.navy {
  background: #002f65;
}
span.category.blue {
  background: #0074BE;
}
span.category.brown {
  background: #623526;
}
span.category.yellowgreen {
  background: #a4ca38;
}
span.category.paleblue {
  background: #3fb6ca;
}
span.category.darkblue {
  background: #0000A0;
}
span.category.sunset {
  background: #FF6766;
}
span.category.yellow {
   background: #dab500;
}
span.category.carmine {
   background: #d7003a;
}





/* -------------------------------------------
イベント＆トピックス
-------------------------------------------*/

#eventtopics {
    position: relative;
    display: block;
    padding: 50px 0;
    margin: 0;
    background: none;
}


#eventtopics ul.eventlist {
    display: table;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto 20px auto;
}

#eventtopics ul.eventlist li {
    display: table-cell;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
    width: 25%;
    vertical-align: top;
}

#eventtopics ul.eventlist li a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
    text-decoration: none;
}

#eventtopics ul.eventlist li a:hover {
    opacity: 0.6;

}

#eventtopics ul.eventlist li a figure {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

#eventtopics ul.eventlist li a figure img {
    display: block;
    width: 100%;
    height: auto;
}

#eventtopics ul.eventlist li a h2 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    line-height: 24px;
}

#eventtopics ul.eventlist li a p {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

#eventtopics ul.eventlist li a p span.category {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 10px;
    margin: 0 4px 0px 0;
    border-radius: 10px;
    color: #fff;
}

#eventtopics ul.eventlist li a p span.category.morinoyu {
    background-color: #6EB845;
}

#eventtopics ul.eventlist li a p span.category.activity {
    background-color: #EE5C93;
}

#eventtopics ul.eventlist li a p span.category.gourmet {
    background-color: #E94736;
}

#eventtopics ul.eventlist li a p span.category.yunessun {
    background-color: #3D9AC1;
}

#eventtopics ul.eventlist li a p span.date {
    display: inline-block;
    font-size: 11px;
    padding: 5px 0 5px 5px;
    margin: 0;
}

@media (max-width: 800px) {

    #eventtopics {
        padding: 30px 20px;
        background: #fff;
    }

    #eventtopics ul.eventlist {
        display: block;
        max-width: 100%;
        padding: 0;
    }

    #eventtopics ul.eventlist li {
        display: block;
        padding: 0;
        margin: 0 0 30px 0;
        width: 100%;
    }

    #eventtopics ul.eventlist li a {
        display: block;
        padding: 0;
        margin: 0;
    }

    #eventtopics ul.eventlist li a::after {
        content: "";
        display: block;
        clear: both;
    }

    #eventtopics ul.eventlist li a figure {
        display: block;
        float: left;
        width: 36%;
        margin: 0 4% 10px 0;
    }


    #eventtopics ul.eventlist li a h2 {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 0 40%;
        margin: 0;
    }

    #eventtopics ul.eventlist li a p {
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 0 0 0 40%;
        margin: 0 0 0px 0;
    }

    #eventtopics ul.eventlist li a p span.category {
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        padding: 2px 10px;
        margin: 0 5px 0 0;
        border-radius: 5px;
        color: #fff;
    }

    #eventtopics ul.eventlist li a p span.category.morinoyu {
        background-color: #6EB845;
    }

    #eventtopics ul.eventlist li a p span.category.activity {
        background-color: #EE5C93;
    }

    #eventtopics ul.eventlist li a p span.category.gourmet {
        background-color: #E94736;
    }

    #eventtopics ul.eventlist li a p span.category.yunessun {
        background-color: #3D9AC1;
    }

    #eventtopics ul.eventlist li a p span.date {
        display: inline-block;
        font-size: 10px;
        line-height: 1.2;
        padding: 0 0 6px 0;
        margin: 0;
    }

}
@media (max-width: 680px) {
    #eventtopics {
        padding: 30px 20px 180px;
    }
}



/* -------------------------------------------
お得なクーポン
-------------------------------------------*/

#coupon {
    position: relative;
    display: block;
    padding: 50px 0 80px 0;
    margin: 0;
    background: #f7f7f7;
}

#coupon .wrap {
    display: block;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    background: none;
}

#coupon.topics {
	width: 100%;
	float: left;
    background: none;
}



#coupon ul.couponlist {
    display: table;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto 40px auto;
}

#coupon ul.couponlist li {
    display: table-cell;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 0 30px 0;
    max-width: 25%;
    vertical-align: top;
    max-width: 100%;
}

#coupon ul.couponlist li a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
    text-decoration: none;
}

#coupon ul.couponlist li a:hover {
    opacity: 0.6;

}

#coupon ul.couponlist li a figure {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

#coupon ul.couponlist li a figure img {
    display: block;
    width: 100%;
    height: auto;
}

#coupon ul.couponlist li a h2 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    line-height: 24px;
}

#eventtopics ul.eventlist li a p {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

#coupon ul.couponlist li a p.price {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px 0;
}

#coupon ul.couponlist li a p.price em {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-style: normal;
    color: #E94736;
}

#coupon ul.couponlist li a p span.category {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 10px;
    margin: 0 4px 0px 0;
    border-radius: 10px;
    color: #fff;
}

#coupon ul.couponlist li a p span.category.nyujowaribiki {
    background-color: #52B6CA;
}

#coupon ul.couponlist li a p span.category.heijitsu {
    background-color: #022F65;
}

#coupon ul.couponlist li a p span.category.shokujitsuki {
    background-color: #EF8752;
}

#coupon ul.couponlist li a p span.category.yunessun {
    background-color: #3D9AC1;
}

#coupon ul.couponlist li a p.date {
    display: inline-block;
    font-size: 11px;
    padding: 5px 0 0px 0;
    margin: 0;
}

#coupon_list .mds{
	padding: 100px 0 0;
	margin: -100px 0 0;
}

.ticket_method{
}

.ticket_method .mds_way{
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #1DA1C4;
	color: #fff;
	font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 30px 30px 0 0;
    margin: 0 0 20px;
}
.ticket_method .waylist{
	width: 100%;
	display:inline-block;
	clear: both;
}
.ticket_method .waylist > li{
	width: 32%;
	float: left;
	background: #97C51F;
	padding: 0 20px 20px;
	box-sizing: border-box;
	margin: 0 2% 0 0;
}
.ticket_method .waylist > li:nth-child(2){
	background: #52B4BA;
}
.ticket_method .waylist > li:nth-child(3){
	background: #a2aac5;
	margin: 0;
}

.ticket_method .waylist .mds_buy{
	display: block;
	padding: 15px 80px 15px 10px;
	font-weight: 700;
	font-size: 23px;
	color: #fff;

	letter-spacing: 1px;
}
.ticket_method .waylist li:nth-child(1) .mds_buy{
	background: url(../img/top/bg_ticket01.svg) no-repeat bottom right;
	background-size: 80px;
}
.ticket_method .waylist li:nth-child(2) .mds_buy{
	background: url(../img/top/bg_ticket03.svg) no-repeat bottom 10px right 10px;
	background-size: 60px;
}
.ticket_method .waylist li:nth-child(3) .mds_buy{
	background: url(../img/top/bg_ticket02.svg) no-repeat bottom right 10px;
	background-size: 56px;
}

.ticket_method .waylist .mds_buy span{
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display:inline-block;
	margin: 0 10px 0 0;
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
}
.ticket_method .waylist li:nth-child(1) .mds_buy span{
	color: #97C51F;
}
.ticket_method .waylist li:nth-child(2) .mds_buy span{
	color: #52B4BA;
}
.ticket_method .waylist li:nth-child(3) .mds_buy span{
	color: #a2aac5;
}
.ticket_method .waylist .inbox{
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 5px 15px;
}
.ticket_method .waylist .inbox p.note{
	font-size: 12px;
	margin: 8px 0 0;
}
.ticket_method .waylist .mds_point{
	background: #f18752;
	color: #fff;
	display: inline-block;
	padding: 0px 15px;
	font-weight: 500;
	font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    margin: 10px 0 0 15px;
}
.ticket_method .waylist .point{
	width: 100%;
    margin: -12px 0 10px;
    padding: 20px 15px 10px;
    border-radius: 5px;
    border: 1px solid #f18752;

}
.ticket_method .waylist .point li{
	padding: 0 0 0 16px;
	margin: 0 0 5px;
	font-size: 14px;
	position: relative;
	font-weight: 500;
}
.ticket_method .waylist .point li:before{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 20px;
	left: 0;
	top: 9px;
	background: #f18752;

}

.ticket_method .waylist .point li.most{
	color: #e94736;
	font-weight: 700;
	font-size: 17px;
}
.ticket_method .waylist .price_ex{
	display:block;
	width: auto;
	margin: 10px 8px 15px;
	font-weight: 500;
	text-align: center;
}
.ticket_method .waylist .price_ex p{
	display: inline-block;
	text-align: left;
    line-height: 1.6;
    font-size: 14px;
}
.ticket_method .waylist .price_ex p span{
	color: #e94736;
	font-weight: 600;
	font-size: 18px;
}



.ticket_method.list{
	margin: 0 auto 60px;
	width: 100%;
	max-width: 1300px;
	padding: 0 10px;
}


.ticket_method.list .waylist li a.btn.down::before {
    margin: -12px 0 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";

}
.ticket_notes{
	display: block;
	text-align: center;
	color: #e94736;
	margin: 5px 0 0;
}
.print_coupon{
	text-align: center;
	margin: 20px 0 30px;
}


@media (max-width: 1024px) {
	.ticket_method .waylist .mds_buy {
		padding: 15px 10px 15px 10px;
	}
	.ticket_method .waylist li .mds_buy br.pc{
		display: none !important;
	}
	.ticket_method .waylist li:nth-child(1) .mds_buy{
		background: url(../img/top/bg_ticket01.svg) no-repeat bottom right;
		background-size: 56px;
	}
	.ticket_method .waylist li:nth-child(2) .mds_buy{
		background: url(../img/top/bg_ticket03.svg) no-repeat bottom 10px right 10px;
		background-size: 50px;
	}
	.ticket_method .waylist li:nth-child(3) .mds_buy{
		background: url(../img/top/bg_ticket02.svg) no-repeat bottom right 10px;
		background-size: 46px;
	}
}


@media (max-width: 800px) {

	#coupon .wrap {
    	padding: 0;
    }
    
    #coupon ul.couponlist {
        display: block;
        max-width: 100%;
        padding: 0 30px;
    }

    #coupon ul.couponlist li {
        display: block;
        padding: 0;
        margin: 0 0 30px 0;
        width: 100%;
    }

    #coupon ul.couponlist li a {
        display: block;
        padding: 0;
        margin: 0;
    }

    #coupon ul.couponlist li a::after {
        content: "";
        display: block;
        clear: both;
    }

    #coupon ul.couponlist li a figure {
        display: block;
        position: relative;
        float: left;
        width: 34%;
        margin: 0 4% 10px 0;
    }


    #coupon ul.couponlist li a h2 {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 0 38%;
        margin: 0;
        float: none;
    }

    #coupon ul.couponlist li a p {
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 0 0 0 38%;
        margin: 0 0 0px 0;
        float: none;
    }
    #coupon ul.couponlist li a p.price {
        display: block;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        padding: 0 0 0 38%;
        margin: 0 0 0px 0;
    }
    #coupon ul.couponlist li a p span.category {
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        padding: 2px 10px;
        margin: 0 5px 0 0;
        border-radius: 5px;
        color: #fff;
    }
    #coupon ul.couponlist li a p.date {
        display: block;
        font-size: 10px;
        line-height: 1.2;
        padding: 0 0 0px 38%;
        margin: 0;
    }
    
    #coupon.list ul.couponlist li{
		display: inline-block;
		width: 100%;
	}
	#coupon_list .m-list-ticket__content a .m-img-bd {
        display: block;
        position: relative;
        float: left;
        width: 30%;
        margin: 0 4% 10px 0;
        border: none;
        border-radius: 0;
    }
    #coupon_list .m-list-ticket__content a .m-img-bd img{
    	border: none;
    	border-radius: 0;
    }
    #coupon_list .m-list-ticket__content .m-list-ticket__ttl{
    	margin: 5px 0;
    	padding: 0 0 0 35%;
    }
    #coupon_list .m-list-ticket__content .m-list-ticket__ttl em{
    	font-size: 1.8rem;
	    line-height: 1.5;
    }
    #coupon_list .m-list-ticket__content .m-list-ticket__date{
    	padding: 0 0 0 35%;
    }
    
    #coupon_list .mds{
		padding: 0;
		margin: 0;
	}
	

    .ticket_method .mds_way {
    	font-size: 18px;
    	margin: 0 0 10px;
    }
    .ticket_method .waylist > li {
    	width: 100%;
    	padding: 0 10px 10px;
    	margin: 0 0 10px;
    }
    .ticket_method .waylist > li:nth-child(3) {
    	margin: 0;
    }
    .ticket_method .waylist .point {
        padding: 18px 20px 5px;
    }
    .ticket_method .waylist .point li {
	    font-size: 15px;
	}
	.ticket_method .waylist .point li.most {
	    font-size: 17px;
	}
    .ticket_method .waylist .inbox {
        padding: 10px 15px;
	}
	.ticket_method .waylist .inbox p{
		font-size: 13px;
	}
    .ticket_method .waylist .mds_buy,
    .ticket_method.list .waylist .mds_buy {
    	font-size: 21px;
    	padding: 10px 0 48px;
    	text-align: center;
    }
    .ticket_method .waylist li:nth-child(1) .mds_buy,
    .ticket_method.list .waylist li:nth-child(1) .mds_buy {
	    background: url(../img/top/bg_ticket01.svg) no-repeat bottom center;
	    background-size: 55px;
	}
	.ticket_method .waylist li:nth-child(2) .mds_buy,
	.ticket_method.list .waylist li:nth-child(2) .mds_buy {
	    background: url(../img/top/bg_ticket03.svg) no-repeat bottom 5px center;
	    background-size: 40px;
	}
	.ticket_method .waylist li:nth-child(3) .mds_buy,
	.ticket_method.list .waylist li:nth-child(3) .mds_buy {
	    background: url(../img/top/bg_ticket02.svg) no-repeat bottom center;
	    background-size: 40px;
	}
    .ticket_method .waylist .mds_buy span {
	    width: 35px;
	    height: 35px;
	    margin: 0 0 0 0;
	    font-size: 21px;
	}
	.ticket_method .waylist .price_ex {
    	margin: 15px 0;
    }
    .ticket_method .waylist .price_ex p span {
	    font-size: 18px;
	}
    
    

    
}

@media (max-width: 680px) {
    #coupon {
        padding: 40px 20px 40px 20px;
        margin: 0;
    }


    #coupon ul.couponlist {
        display: block;
        max-width: 100%;
        padding: 0 0px;
    }


}





/* -------------------------------------------
レストラン＆ショップ
-------------------------------------------*/

#restshop {
    display: block;
    position: relative;
    padding: 50px 0 40px 0;
    margin: 0;
    background-color: #97C51F;
}

#restshop::before {
    position: absolute;
    width: 100%;
    height: 30px;
    top: -30px;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    background: url(../img/common/wave_green.png) no-repeat center bottom;
    background-size: 100%;
    z-index: auto;
    content: "";
}

#restshop .img_lt {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -600px;
    top: -80px;
    width: 28%;
    max-width: 400px;
    height: 240px;
    overflow: hidden;
}

#restshop .img_cb {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -20%;
    width: 28%;
    height: auto;
}

#restshop .wrap {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

#restshop .wrap .mds {
    color: #fff;
    margin-bottom: 50px;
    width: auto;
    display: inline-block;
    margin: 0 auto 50px;
}

#restshop .wrap .cnt .cnt_wrap .lead {
    display: block;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    line-height: 1.6;
    padding: 0;
    margin: 0 0 1em 0;
}

#restshop .wrap .cnt {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 50px 0;
    border: none;
    font-size: 14px;
}

#restshop .wrap .cnt::after {
    content: "";
    display: block;
    clear: both;
}

#restshop .wrap .cnt .cnt_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 48%;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #fff;
    border-radius: 20px;
    border: #fff solid 5px;
}

#restshop .wrap .cnt a:hover .cnt_img {
    opacity: 0.8;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#restshop .wrap .cnt:nth-of-type(even) .cnt_img {
    float: right;
}

#restshop .wrap .cnt .cnt_img img {
    display: block;
    width: 100%;
    height: auto;
}

#restshop .wrap .cnt .cnt_wrap {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
    text-align: left;
    margin: 0;
    padding: 0;
    vertical-align: top;
    float: right;
}

#restshop .wrap .cnt:nth-of-type(even) .cnt_wrap {
    float: left;
}

#restshop .wrap .cnt a.btn {
    position: relative;
    display: block;
    max-width: 20em;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 20px auto 10px 0;

}

#restshop .wrap .cnt:nth-of-type(1) a.btn::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 38px;
    height: 38px;
    margin: -19px 0 0 0;
    background: url(../img/common/icon_rest.svgz) no-repeat center center;
    background-size: 100%;
    content: "";
}

#restshop .wrap .cnt:nth-of-type(2) a.btn::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 38px;
    height: 38px;
    margin: -19px 0 0 0;
    background: url(../img/common/icon_shop.svgz) no-repeat center center;
    background-size: 100%;
    content: "";
}


#restshop .wrap ul.restlink {
    display: table;
    table-layout: fixed;
    color: #fff;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

#restshop .wrap ul.restlink li {
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
}

#restshop .wrap ul.restlink li a {
    display: block;
    width: 180px;
    margin: 0;
    padding: 0;
}

#restshop .wrap ul.restlink li figure {
    display: block;
    width: 120px;
    margin: 0 auto 10px auto;
    padding: 0;
    border: #fff solid 3px;
    border-radius: 100%;
}

#restshop .wrap ul.restlink li figure img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

@media (max-width: 1024px) {

    #restshop .img_lt {
        position: absolute;
        left: 50%;
        margin: 0 0 0 -45%;
        top: -80px;
        width: 32%;
        height: auto;
    }
    #restshop .img_cb {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin: 0 0 0 -10%;
        width: 28%;
        height: auto;
    }
    #restshop .wrap .cnt .cnt_wrap .lead {
        font-size: 18px;

    }
    #restshop .wrap .cnt .cnt_wrap .lead br {
        display: none;

    }
    #restshop .wrap ul.restlink {
        display: table;
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }

    #restshop .wrap ul.restlink li {
        display: table-cell;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 12px;
        width: 33.33%;
    }

    #restshop .wrap ul.restlink li a {
        display: block;
        width: auto;
        margin: 0 auto;
        padding: 0;
    }

    #restshop .wrap ul.restlink li figure {
        display: block;
        width: 120px;
        margin: 0 auto 10px auto;
        padding: 0;
    }

    #restshop .wrap ul.restlink li figure img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }
}

@media (max-width: 800px) {

    #restshop .img_lt {
        position: absolute;
        left: 50%;
        margin: 0 0 0 -50%;
        top: -50px;
        width: 32%;
        height: auto;
    }
    #restshop .img_cb {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin: 0 0 0 10%;
        width: 38%;
        height: auto;
    }
    #restshop .wrap ul.restlink {
        display: table;
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }

    #restshop .wrap ul.restlink li {
        display: table-cell;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 10px;
        width: 33.33%;
    }

    #restshop .wrap ul.restlink li a {
        display: block;
        width: auto;
        margin: 0 auto;
        padding: 0;
    }

    #restshop .wrap ul.restlink li figure {
        display: block;
        width: 90px;
        margin: 0 auto 10px auto;
        padding: 0;
    }

    #restshop .wrap ul.restlink li figure img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }
}

@media (max-width: 680px) {
    #restshop {
        position: relative;
        padding: 30px 0 20px 0;
    }
    #restshop::after {
        position: absolute;
        width: 100%;
        height: 30px;
        top: -30px;
        left: 0;
        display: block;
        padding: 0;
        margin: 0;
        background: url(../img/common/wave_green.png) no-repeat center bottom;
        background-size: 100%;
        z-index: 10;
        content: "";
    }
    #restshop .img_lt {
	    position: absolute;
	    left: 50%;
	    margin: 0 0 0 -40%;
	    top: -170px;
	    width: 80%;
	    height: 170px;
	}

    #restshop .img_cb {
        display: none;

    }
    #restshop .wrap .mds {
        color: #fff;
        margin-bottom: 20px;
    }
    #restshop .wrap {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
    #restshop .wrap .cnt {
        margin: 0 0 20px 0;
    }
    #restshop .wrap .cnt + .cnt {
        margin: 40px 0 20px 0;
    }
    #restshop .wrap .cnt .cnt_img {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }

    #restshop .wrap .cnt:nth-of-type(even) .cnt_img {
        float: none;
    }
    #restshop .wrap .cnt .cnt_img img {
        width: 100%;
        height: auto;

    }
    #restshop .wrap .cnt .cnt_wrap {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }
    #restshop .wrap .cnt .cnt_wrap .lead {
        font-size: 18px;
        float: left;
    }



}


/* -------------------------------------------
ご利用ガイド＆楽しみ方
-------------------------------------------*/

#guide {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #eee;
}

#guide::after {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0px;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    background: url(../img/common/wave.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 1;
    content: "";
}

#guide .wrap {
    display: block;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}



#guide .wrap .col {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#guide .wrap .col .cnt {
    position: relative;
    display: table-cell;
    width: 50%;
    padding: 50px 30px 60px 30px;
    margin: 0;
    border: none;
}

#guide .wrap .col .cnt .cnt_img a:hover img{
	opacity: 0.7;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#guide .wrap .col .cnt .cnt_img {
    display: block;
    width: 23%;
    float: left;
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 10;
    left: 30px;
    top: 50px;
}

#guide .wrap .col .cnt .cnt_img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#guide .wrap .col .cnt .cnt_wrap {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 30%;
    text-align: left;
}

#guide .wrap .mds {
    display: block;
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 20px;
}

#guide .wrap .mds::after {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 5px;
    height: 20px;
    margin: 0;
    border-right: 4px solid #e94736;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    content: "";
}

#guide .wrap p {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
}

#guide .wrap .btn {
    padding: 5px 10px;
    margin: 0;
    width: 16em;
}

@media (max-width: 980px) {
	#guide .wrap .btn {
        padding: 5px 30px 5px 10px;
        width: auto;
    }
}

@media (max-width: 680px) {
    #guide::after {
        background: url(../img/common/wave.png) no-repeat center bottom;
        background-size: 200%;
    }

    #guide .wrap .col {
        display: block;
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
    }

    #guide .wrap .col .cnt {
        position: relative;
        display: block;
        width: 100%;
        padding: 0px 20px 0px 20px;
        margin: 0;
        border: none;
    }

    #guide .wrap .col .cnt .cnt_img {
        display: block;
        width: 50%;
        float: none;
        position: relative;
        margin: 0 auto 10px auto;
        padding: 0;
        top: auto;
        left: auto;
    }



    #guide .wrap .col .cnt .cnt_wrap {
        margin: 0;
        padding: 0;
    }
    #guide .wrap .btn {
        padding: 5px 10px;
        margin: 0 auto 30px auto;
        width: 100%;
    }
}




/* -------------------------------------------
宿泊施設
-------------------------------------------*/

#hotel {
    position: relative;
    display: block;
    padding: 50px 0 50px 0;
    margin: 0;
    text-align: center;
    background: #fff;
}

#hotel .wrap {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#hotel .mds span {
    display: block;
}

#hotel .wrap .col {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 auto 40px auto;
}

#hotel .wrap .col .cnt {
    position: relative;
    display: table-cell;
    width: 33.333%;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 14px;
    vertical-align: top;
}
#hotel .wrap .col .cnt p {
    font-size: 14px;
}
#hotel .wrap .col .cnt .cnt_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: 0 0 30px 0;
    padding: 0;
    background-color: #fff;
}

#hotel .wrap .col .cnt a:hover .cnt_img{
	opacity: 0.7;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}


#hotel .wrap .col .cnt .cnt_img img {
    position: absolute;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#hotel .wrap .col .cnt .logostay {
    position: absolute;
    width: 180px;
    padding: 10px;
    text-align: center;
    left: 0;
    top: 90px;
    z-index: 500;
    background-color: #fff;
    margin: 0 0 0 0px;
}

#hotel .wrap .col .cnt .logostay img {
    position: relative;
    width: auto;
    height: auto;
}


#hotel .wrap .col .cnt .cnt_wrap {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 50px 0 20%;
    text-align: left;
}


#hotel .wrap .col .cnt:nth-of-type(even) .cnt_wrap {
    padding: 0 20% 0 50px;
}

#hotel .wrap .col .cnt .cnt_wrap h2 {
    display: block;
    position: relative;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'NotoSansJP-Black', sans-serif;

}

#hotel .wrap a.btn {
    max-width: 24em;
    padding: 10px 40px;
    border-radius: 28px;
    text-align: right;
}

#hotel .wrap a.btn::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 100px;
    height: 38px;
    margin: -19px 0 0 0;
    background: url(../img/common/icon_withstay.svgz) no-repeat center center;
    background-size: 100%;
    content: "";
}

@media (max-width: 800px) {
    #hotel .wrap .col .cnt .cnt_img {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 240px;
        margin: 0 0 30px 0;
        padding: 0;
        background-color: #fff;
    }
    #hotel .wrap .col .cnt .logostay {
        position: absolute;
        width: 200px;
        padding: 20px 0;
        text-align: center;
        left: 0;
        top: 60px;
        z-index: 500;
        background-color: #fff;
        margin: 0 0 0 0px;
    }

    #hotel .wrap .col .cnt .logostay img {
        position: relative;
        width: 70%;
        height: auto;
    }
    #hotel .wrap .col .cnt .cnt_wrap {
        display: block;
        position: relative;
        margin: 0;
        padding: 0 30px 0 30px;
        text-align: left;
    }


    #hotel .wrap .col .cnt:nth-of-type(even) .cnt_wrap {
        padding: 0 30px 0 30px;
    }

}

@media (max-width: 680px) {

    #hotel {
        padding: 30px 0 30px 0;
    }
    #hotel .wrap .col {
        display: block;
        margin: 0 auto 40px auto;
    }
    #hotel .wrap .lead {
        display: block;
        margin: 0 auto 20px auto;
        padding: 0 20px;
    }

    #hotel .wrap .col .cnt {
        display: block;
        width: 100%;
    }
    #hotel .wrap .col .cnt .cnt_img {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 200px;
        margin: 0 0 30px 0;
        padding: 0;
        background-color: #fff;
    }

    #hotel .wrap .col .cnt .logostay {
        width: 160px;
	    padding: 20px 20px;
	    left: 0%;
	    top: 45px;
	    margin: 0 0 0 0px;
    }

    #hotel .wrap .col .cnt .logostay img {
        position: relative;
        width: 100%;
        height: auto;
    }

    #hotel .wrap .col .cnt .cnt_wrap {
        display: block;
        position: relative;
        margin: 0 0 30px 0;
        padding: 0 20px;
        text-align: left;
    }

    #hotel .wrap .col .cnt:nth-of-type(even) .cnt_wrap {
        padding: 0 20px;
    }
    #hotel .wrap a.btn {
        max-width: 24em;
        margin: 0 20px;
        padding: 10px 40px;
        text-align: center;
    }

    #hotel .wrap a.btn::after {
        position: relative;
        display: block;
        top: inherit;
        left: inherit;
        width: 140px;
        height: 38px;
        margin: 0 auto;
        background: url(../img/common/icon_withstay.svgz) no-repeat center center;
        background-size: 100%;
        content: "";
    }


}

/* -------------------------------------------
お知らせ
-------------------------------------------*/

#topics {
    position: relative;
    display: block;
    padding: 50px 0;
    margin: 0;
    background-color: #f2f2f2;
}

#topics .mds {
    display: block;
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 20px;
}

#topics .mds::after {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 5px;
    height: 60%;
    margin: 0;
    border-right: 4px solid #e94736;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    content: "";
}

#topics .btn {
    padding: 5px 10px;
    margin: 0;
    width: 14em;
}

#topics .wrap {
    display: table;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    table-layout: fixed;
}

#topics .topics_news {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 20px 0 0;
    margin: 0;
    text-align: left;
    width: 60%;
}

#topics .topics_blog {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: left;
    width: 40%;
}
#topics .topics_sns {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: left;
    width: 50%;
    vertical-align: top;
}

#topics ul.newslist {
    display: block;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 30px auto;
}

#topics ul.newslist li {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 15px 0;
}

#topics ul.newslist li a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#topics ul.newslist li a:hover {
    color: #666;
}

#topics ul.newslist li span.category {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 10px;
    margin: 0 0 0px 10px;
    border-radius: 10px;
    color: #fff;
}

#topics ul.newslist li span.category.maintenance {
    background-color: #3D9AC1;
}

#topics ul.newslist li span.category.press {
    background-color: #ED8352;
}

#topics ul.newslist li span.category.news {
    background-color: #E54736;
}

#topics ul.newslist li span.date {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
    color: #999;
}

@media (max-width: 1024px) {
    #topics .wrap {
        display: table;
        padding: 0 30px;
        margin: 0 auto;
        width: 100%;
        max-width: 960px;
        table-layout: fixed;
    }

}

@media (max-width: 800px) {
    #topics .wrap {
        display: block;
        padding: 0 30px;
        margin: 0 auto;
        width: 100%;
    }

    #topics .topics_news {
        display: block;
        padding: 0 0 0 0;
        margin: 0;
        width: 100%;
    }

    #topics .topics_blog ,
    #topics .topics_sns {
        display: block;
        padding: 30px 0 0 0;
        margin: 0;
        width: 100%;
    }
    #topics .btn {
        padding: 5px 10px;
        margin: 0 auto;
        width: 14em;
    }
}

@media (max-width: 680px) {
    #topics .wrap {
        display: block;
        padding: 0 20px;
        margin: 0 auto;
        width: 100%;
    }

    #topics .topics_news {
        display: block;
        padding: 0 0 0 0;
        margin: 0;
        width: 100%;
    }

    #topics .topics_blog ,
    #topics .topics_sns {
        display: block;
        padding: 30px 0 0 0;
        margin: 0;
        width: 100%;
    }
    #topics {
        padding: 30px 0;
    }


    #topics .btn {
        padding: 5px 10px;
        margin: 0 auto;
        width: 100%;
    }


}


/* -------------------------------------------
フッターナビ
-------------------------------------------*/

#bnav ul.menu {
    display: block;
    padding: 20px 30px;
    margin: 0 auto;
    font-size: 0px;
    background-color: #fff;
    text-align: center;
}



#bnav ul.menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

#bnav ul.menu li::before {
    position: absolute;
    display: block;
    top: 16px;
    left: 0;
    width: 1px;
    height: 16px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #ddd;
    content: "";
}

#bnav ul.menu li:nth-of-type(1)::before {
    display: none;
}

#bnav ul.menu li a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 8px;
}

#bnav ul.menu li a:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

@media (max-width: 1200px) {
    #bnav ul.menu li::before {

        top: 6px;

    }

    #bnav ul.menu li a {
        display: block;
        padding: 4px 14px;
        margin: 0;
        color: #000;
        text-decoration: none;
        font-size: 12px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 8px;
    }

}

@media (max-width: 800px) {
    #bnav ul.menu {
        display: block;
        padding: 20px 20px;
        margin: 0 auto;
        font-size: 0px;
        background-color: #fff;
        text-align: left;
    }

    #bnav ul.menu li {
        display: inline-block;
        width: 50%;
        padding: 2px;
    }

    #bnav ul.menu li::before {
        display: none;
    }
    #bnav ul.menu li a {
        display: block;
        padding: 10px;
        margin: 0;
        color: #000;
        text-decoration: none;
        font-size: 12px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.1);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    #bnav ul.menu li.icon_home a{
	    background: url(../img/common/icon_home.svgz) 8px center no-repeat rgba(0, 0, 0, 0.1);
	    background-size: 20px;
	    padding-left: 32px;
	}

	#bnav ul.menu li.icon_stay a{
	    background: url(../img/common/icon_stay.svgz) 8px center no-repeat rgba(0, 0, 0, 0.1);
	    background-size: 20px;
	    padding-left: 32px;
	}

	#bnav ul.menu li.icon_rest a{
	    background: url(../img/common/icon_rest.svgz) 8px center no-repeat rgba(0, 0, 0, 0.1);
	    background-size: 20px;
	    padding-left: 32px;
	}

	#bnav ul.menu li.icon_shop a{
	    background: url(../img/common/icon_shop.svgz) 8px center no-repeat rgba(0, 0, 0, 0.1);
	    background-size: 20px;
	    padding-left: 32px;
	}

	#bnav ul.menu li.icon_spa a{
	    background: url(../img/common/icon_spa.svgz) 8px center no-repeat rgba(0, 0, 0, 0.1);
	    background-size: 20px;
	    padding-left: 32px;
	}
	#bnav ul.menu li.icon_info a{
	    background: url(../img/common/icon_info.svgz) 8px center no-repeat rgba(0, 0, 0, 0.1);
	    background-size: 20px;
	    padding-left: 32px;
	}

	#bnav ul.menu li.icon_event a{
	    background: url(../img/common/icon_event.svgz) 8px center no-repeat rgba(0, 0, 0, 0.1);
	    background-size: 20px;
	    padding-left: 32px;
	}

    #bnav ul.menu li a:hover {
        background-color: rgba(0, 0, 0, 0.06);
    }

}


/* -------------------------------------------
メルマガ＆sns
-------------------------------------------*/

#mailmagazine {
    position: relative;
    display: block;
    padding: 50px 0 40px 0;
    margin: 0;
    text-align: center;
    background-image: url(../img/common/bg_sns.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#mailmagazine .wrap {
    display: block;
    width: 86%;
    padding: 0 0 0px 0;
    margin: 0 auto;
}

#mailmagazine .wrap .mds {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#mailmagazine .wrap .mds br {
    display: none;
}

#mailmagazine .wrap a.btn::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 38px;
    height: 38px;
    margin: -19px 0 0 0;
    background: url(../img/common/icon_mail.svgz) no-repeat center center;
    background-size: 100%;
    content: "";
}

.m-footer-util ul.sns {
    padding: 0px;
    margin: 0 auto 15px;
    text-align: right;
    display: block;
    width: 100%;
}

.m-footer-util ul.sns li {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.m-footer-util ul.sns li a {
    display: block;
    overflow: hidden;
    width: 50px;
    height: 0;
    padding: 30px 0 0 0;
    margin: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url(../img/common/icon_fb.svgz);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.m-footer-util ul.sns li a:hover {
    opacity: 0.6;

}

.m-footer-util ul.sns li a.icon_fb {
    background-image: url(../img/common/icon_fb.svgz);
}

.m-footer-util ul.sns li a.icon_tw {
    background-image: url(../img/common/icon_tw.svgz);
}

.m-footer-util ul.sns li a.icon_ins {
    background-image: url(../img/common/icon_ins.svgz);
}

.m-footer-util ul.sns li a.icon_yt {
    background-image: url(../img/common/icon_yt.svgz);
}

@media (max-width: 680px) {

    #mailmagazine {
        padding: 30px 0 30px 0;
    }

    #mailmagazine .wrap {
        display: block;
        width: auto;
        padding: 0 20px;
        margin: 0 auto;
    }

    .m-footer-util ul.sns {
        display: table;
        width: 100%;
        padding: 0px 40px;
        margin: 20px auto;
        text-align: center;
    }

    .m-footer-util ul.sns li {
        display: table-cell;
        padding: 0 0;
        margin: 0;
        vertical-align: middle;
    }

    .m-footer-util ul.sns li a {
        display: block;
        overflow: hidden;
        width: 60px;
        height: 0;
        padding: 40px 0 0 0;
        margin: 0 auto;
    }


}



/* -------------------------------------------
SNSアイコン（PC）
-------------------------------------------*/

.sns_pc{
	background: #fff797;
	color: #333;
	width: 60px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	height: 290px;
	z-index: 300;
	border-radius: 10px 0 0 10px;
	text-align: center;
	border: #f47a45 1px solid;
    border-right: none;
    display: none;
}
.sns_pc ul li{
	display: block;
	margin: 6px 0;
}
.sns_pc ul li img{
	width: 44px;
}
.sns_pc p{
    writing-mode: tb;
    line-height: 1.4;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 20px auto;
    font-weight: 600;
}
/* Firefox */
@-moz-document url-prefix() {
    .sns_pc p{
        margin: 20px 12px;
    }
}
@media (max-width: 680px) {
	.sns_pc{
	    display: none !important;
	}
}



/* -------------------------------------------
アクセス
-------------------------------------------*/

#gmaplink a.btn::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 38px;
    height: 38px;
    margin: -19px 0 0 0;
    background: url(../img/common/icon_access.svgz) no-repeat center center;
    background-size: 100%;
    content: "";
}

#shuttlebus .timetable {
	display: block;
}

#shuttlebus .timetable .tbl th, #shuttlebus .timetable .tbl td {
	display: table-cell;
	vertical-align: top;
}

#shuttlebus .timetable .tbl th{
	width:10%;
padding: 18px 13px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
    background: #f5f5f5;

}
#shuttlebus .timetable .tbl tbody th::before, #shuttlebus .timetable .tbl tbody th::after {
	display:none;
}



#shuttlebus .timetable .tbl td{
	width:40%;
	padding:15px 12px;
}

#shuttlebus .timetable .tbl td span{
	margin: 2px 8px 2px 0;
	padding: 1px 5px;
	display: inline-block;
}

#shuttlebus .timetable .tbl span.org_circle {
    border: solid 1px #e94736;
    border-radius: 5px;
    padding: 1px 5px;
}

.wagon:before {
	content: "";
    top: 50%;
    left: 0;
    border: solid 1px #e94736;
    border-radius: 5px;
    padding: 0px 13px;
}

#shuttlebus .timetable ul.note {
    display: inline-block;
}

#shuttlebus .timetable .m-hdg-02:nth-child(1) {
    margin: 30px 0;
}

@media (max-width: 680px) {

	#shuttlebus .timetable .tbl th, #shuttlebus .timetable .tbl td {
	    padding: 5px 10px;
    	box-sizing: border-box;
	}

	#shuttlebus .timetable .tbl tbody th::before, #shuttlebus .timetable .tbl tbody th::after {
	    background: none;
	}

	#shuttlebus .timetable .m-hdg-02:nth-child(1) {
	    margin: 30px 0 10px;
	}

}



/* -------------------------------------------
宿泊
-------------------------------------------*/

.mds_s.hotel{
    margin: 55px 0 -45px 0 !important;
}
@media (max-width: 768px) {
	.mds_s.hotel {
	    margin: 35px 0 -25px 0 !important;
	}
}


/*-----------------------------------------
SPメニューイベント情報
-----------------------------------------*/

.nav_sp .speventlist {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: rgba(242, 242, 242, 1);
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.nav_sp .speventlist .slide {
    max-width: 760px;
    margin: 0 auto;
}

.nav_sp .speventlist .slide div a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    text-align: left;
    color: #000;
    text-decoration: none;
}

.nav_sp .speventlist .slide div a::after {
    content: "";
    display: block;
    clear: both;
}

.nav_sp .speventlist .slide div a figure {
    display: block;
    float: left;
    width: 26%;
    margin: 0 4% 0px 0;
}

.nav_sp .speventlist .slide div a figure img {
    display: block;
    width: 100%;
    height: auto;
}

.nav_sp .speventlist .slide div a h2 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 30%;
    margin: 0;
}

.nav_sp .speventlist .slide div a p {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 0 0 0 30%;
    margin: 0 0 0px 0;
}

.nav_sp .speventlist .slide div a p span.category {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 10px;
    margin: 0 4px 0px 0;
    border-radius: 10px;
    color: #fff;
}

.nav_sp .speventlist .slide div a p span.category.morinoyu {
    background-color: #6EB845;
}

.nav_sp .speventlist .slide div a p span.category.activity {
    background-color: #EE5C93;
}

.nav_sp .speventlist .slide div a p span.category.gourmet {
    background-color: #E94736;
}

.nav_sp .speventlist .slide div a p span.category.yunessun {
    background-color: #3D9AC1;
}

.nav_sp .speventlist .slide div a p span.date {
    display: inline-block;
    font-size: 11px;
    padding: 5px 0;
    margin: 0;
}

@media (max-width: 760px) {


    .nav_sp .speventlist {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        background: rgba(242, 242, 242, 1);
        border-bottom: 1px solid #ddd;
    }



}
@media (max-width: 680px) {
	.nav_sp .speventlist {
        border-top: 1px solid #ddd;
    }
}

/*------------------------------------------------------------------
SPメニュー内スライダー
------------------------------------------------------------------*/

.speventlist .slick-arrow {
    width: 14px;
    height: 22px;
    margin-top: -11px;
    color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 100;
    background: transparent;
}

.speventlist .slick-arrow::after {
    width: 14px;
    height: 14px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    border-top: 2px solid #e94736;
    border-right: 2px solid #e94736;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
}


.speventlist .slick-arrow.slick-next {
    right: -30px;
}

.speventlist .slick-arrow.slick-next::after {
    right: 0;
}

.speventlist .slick-arrow.slick-prev {
    left: -30px;
}

.speventlist .slick-arrow.slick-prev::after {
    left: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media (max-width: 760px) {
    .speventlist .slick-arrow.slick-next {
        right: -15px;
    }

    .speventlist .slick-arrow.slick-prev {
        left: -15px;
    }

}

/*------------------------------------------------------------------
ご案内
------------------------------------------------------------------*/
.guidance {
	width: 100%;
	margin: 40px auto 0;
	padding: 1em 1em 1em 1em;
	box-sizing: border-box;
	border: #EEE solid 4px;
	font-size: 1.4rem;
}
.guidance h3 {
	font-weight: bold;
	color: rgb(192,57,43);
	margin-bottom: 5px;
	font-size: 1.1em;
}
.guidance a {
	color: #c0392b;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
	text-decoration: underline;
}

.guide .m-btn-plan {
    max-width: 100%;
    margin: 20px auto 80px;
}
.guide .m-btn-plan span {
    padding: 25px 50px 25px 75px;
    background: url(../img/common/icon_ticket.svgz) 10% center no-repeat;
    background-size: 40px;
}
@media (max-width: 760px) {
	.guide .m-btn-plan {
	    margin: 30px auto 60px;
	}
	.guide .m-btn-plan span {
	    padding: 20px 20px 20px 55px;
	    background: url(../img/common/icon_ticket.svgz) 5% center no-repeat;
	    background-size: 32px;
	}
}



/*-----------------------------------------
重要なお知らせ
-----------------------------------------*/

.t-top #importamt{
	padding-top: 90px;
    margin-top: -90px;
}

.importamt_info{
	display: block;
    width: 100%;
    max-width: 940px;
    margin: 40px auto 0px;
    border: 2px solid #e94736;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 30px 60px;
    font-size: 1.15em;
    text-align: left;
}
.importamt_info.top{
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
}
.importamt_info .mds_imp{
	color: #e94736;
	margin: 0 0 15px;
	font-weight: 600;
	font-size: 1.4em;
}
.importamt_info .tbl_close {
	border-collapse: collapse;
	margin: 3px 0 15px;
	max-width: 800px;
	width: 100%; 
}

.importamt_info .tbl_close th,
.importamt_info .tbl_close td {
	border: 1px solid #999;
	padding: 8px 15px;
}
.importamt_info .tbl_close th{
	background: #eee;
	min-width: 4em;
}
.importamt_info .mds_red{
	color:#e94736;
	font-weight: bold;
	font-size: 17px;
	padding: 5px;
}
.importamt_info .text_link{
	margin: 10px 0 0;
	display: inline-block;
}
.importamt_info .m-icn-arw::after {
    background-position: -101px -10px;
}
.importamt_info .m-icn-arw::after {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    background-image: url(/assets/img/icn_sprites.svg);
    content: '';
}

@media (max-width: 760px) {
	.t-top #importamt{
		padding-top: 0px;
	    margin-top: 0px;
	}
	.importamt_info {
	    width: calc(100% - 20px);
	    margin: 30px 10px 20px;
	    padding: 20px;
	    font-size: 1em;
    }
    .importamt_info.top{
    	margin: 0 10px 20px;
    }

}






/*-----------------------------------------
トップページ　転スラ
-----------------------------------------*/


#maincont .event_movie{
    background: rgb(239,237,220);
    background: -moz-linear-gradient(top, rgb(239,237,220) 0%, rgb(218,232,237) 100%);
    background: -webkit-linear-gradient(top, rgb(239,237,220) 0%,rgb(218,232,237) 100%);
    background: linear-gradient(to bottom, rgb(239,237,220) 0%,rgb(218,232,237) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeddc', endColorstr='#dae8ed',GradientType=0 );
    width: 100%;
    display: inline-block;
    clear: both;
    margin: 60px 0 40px;
    padding: 50px 0;
}
#maincont .event_movie .wrap{
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 0;
    background: none;
}
#maincont .event_movie .wrap .movie iframe {
    border: 5px solid #fff;
}

#maincont .event_movie .wrap h3{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px;
}
#maincont .event_movie .wrap h3 span{
	font-size: 28px;
	color: rgb(20, 61, 138);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho", serif;
}

#maincont .event_movie .wrap .column{
	display: table;
	width: 100%;
}
#maincont .event_movie .wrap .col2{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#maincont .event_movie .wrap .logo {
	max-width: 400px;
	width: 100%;
    margin: 0 auto 15px;
    display: block;
}

#maincont .event_movie .wrap .btn_detail {
	background: #143d8a;
	border: none;
	color: #fff;
	max-width: 20em;
    font-size: 18px;
    padding: 12px 40px 12px 30px;
    border-radius: 52px;
    margin: 20px auto 0;
    position: relative;
    text-decoration: none;
}
#maincont .event_movie .wrap .btn_detail::before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 18px;
    height: 18px;
    margin: -11px 0 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
#maincont .event_movie .wrap .btn_detail::after {
        position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 18px;
    height: 18px;
    margin: -11px 0 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}


#maincont .event_movie .wrap .btn_detail.sp {
	display: none;
}


@media (max-width: 760px) {
	#maincont .event_movie .wrap {
	    padding: 0 15px;
	    box-sizing: border-box;
	    
	}
	#maincont .event_movie .wrap h3 {
    	font-size: 18px;
    }
    #maincont .event_movie .wrap h3 span{
    	font-size: 25px;
    }
	#maincont .event_movie .wrap .column{
		display: block;
		width: 100%;
	}
	#maincont .event_movie .wrap .col2{
		width: 100%;
		display: block;
		vertical-align: middle;
		text-align: center;
	}
	#maincont .event_movie .wrap .btn_detail.pc {
		display: none;
	}
	#maincont .event_movie .wrap .btn_detail.sp {
		display: block;
		margin: 30px 0 0;
		font-size: 18px;
	}


}