@charset "UTF-8";
/* CSS Document */

body{
    font-size: 18px;
}
.pc{
	display:none;
}
.smp{
	display:inherit;
}
td.smp,
th.smp{
    display: block;
}
tr.pc{
	display: none;
}
.pc-center{/* PC時のみセンタリング */
	text-align:left;
}
.smp-center{
	text-align:center;
}
.smp-left{
	text-align:left;
}

/* レイアウト */
/* スマホ時 float無しの1列レイアウトに（初期設定） */
.flex .col-2,
.flex .col-3,
.flex .col-4,
.flex .col-5,
.flex .col-6,
.flex .col-7,
.flex .col-8,
.flex .col-9,
.flex .col-10{
	float:none;
	width:100%;
	box-sizing:border-box;
	padding:0 0.5em; 
}

.flex .smp-col-6{/* スマホ時でも2列レイアウト */
	width:50%;
	float:left;
}

.waka {
	margin-right: 56vw !important;
}

.drawr {
    display: none;
    background-color:rgba(0,0,0,0.6);
    position: absolute;
    top: 0px;
    right:0;
    width:260px;
    padding:60px 0 20px 20px;
    z-index: 100;
}
.drawr li {
    width:260px;
}
.drawr li a {
    color:#fff;
    display: block;
    padding: 15px;
}
nav#global ul{
    width: 100%;
}
.contents{
    width: inherit;
    padding: 0.5em;
}
.whitebox,
.yellowbox{
    padding: .25em;
}
h1.mainvis{
    margin-bottom: 0;
}
nav.sns ul li img{
    width:30px;
    height: auto;
}
nav.sns ul{
    justify-content: flex-start;
}

.what{
    background: url("../img/bg_map.png") no-repeat center center/cover;
}
#btndl{
    margin: 0;
    position: fixed;
    top:inherit;
    bottom:.5em;
    right: .5em;
}
h2.arrow{
    font-size: 1.5em;
}
.what p{
    font-size: 1.15em;
}
.steps,
ul.btns{
    flex-direction: column;
}
ul.btns li{
    width: inherit;
    margin: .5em 0;
	width: 72%;
}
ul{
    padding-left: 1em;
}
.steps .item{
    width: inherit;
    margin: 1em 0em;
}
#smpbtn{
    right:.5em;
    top:.5em;
}
strong {
    font-size: 1em;
}
.m-b1{
    margin-bottom: 1em;
}
.m-b2{
    margin-bottom: 3em;
}

.newsitem h2.arrow{
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 1em;
    height: inherit;
}

.sponsers,.sponsers-2nd,.sponsers-3rd {
	padding-left: 0;
}
.sponsers{
    display: flex;
    gap:5%;
}
.sponsers p{
    width:30%;
    text-align: center;
    margin: .5em 0;
    box-sizing: border-box;
}

table th,
table td{
    display: block;
    box-sizing: border-box;
    border: none;
}
table th{
    text-align: center;
}
table td{
    background-color: #fff;
}
table td iframe {
	width:100%;
	height: 45vw;
	margin-top: 2vw;
}

footer.foot1{
    padding: 2em 0;
}
footer.foot1::before{
    content: none;
}
footer.foot1 .flex .col-6:last-child{
    text-align: center;
}
footer.foot1 nav.sns ul{
    flex-wrap: wrap;
    justify-content: center;
}
footer.foot1 nav.sns ul li img{
    width: 60px;
}
footer.foot1 nav.sns li:first-child{
    width:100%;
    text-align: center;
}
footer.foot2{
    padding-bottom: 5em;
}
#news{
	padding-bottom: 4em;
}
.place{
	display: block;
}

.towntrek .townlogos{
    display: flex;
    flex-direction: column;
    gap:3%;
}
.towntrek .townlogos figure{
    margin: 1em 0;
}
#towntrek,
section.hotel{
    width: 90vw;
    box-sizing: border-box;
}
section.hotel p.btn a,
#towntrek p.btn a{
    padding: 1em 1em;
    background-color: #fff;
    text-align: center;
    border: 1px solid #007DA4;
    text-decoration: none;
}
.sponsers1{
	width: 100%;
}
.sponsers1 p{
	width: 95%;
}
.sponsers p{
    width: 45%;
}
.sponsers:nth-child(1) p{
    width: 70%;
}
.sponsers:nth-child(2){
	width: 95%;
}
.sponsers:nth-child(2) p{
    width: 45%;
}
.sponsers:nth-child(3){
    width: 90%;
}
.sponsers:nth-child(3) p{
    width: 40%;
}
#kaisaimessage .mess p{
	font-size: .8rem;
	text-align: left;
	padding-left: .75em;
	padding-right: 4.2em;
    line-height: 150%;
}