@charset "UTF-8";

/*///////////////////////////////////////////////*/
/*//////////////////// Reset ////////////////////*/
/*///////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}
img{
	border:none;
	vertical-align: bottom;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
}

/*//////////////////////////////////////////////*/
/*//////////////////// Base ////////////////////*/
/*//////////////////////////////////////////////*/

main{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
}
main p{
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 0.95em;
}

.clearfix:after {  
	content: "."; 
	display: block;
	height: 0;
	font-size: 0;
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac \*/
* html .clearfix{height: 1%;}
.clearfix{display:block;}

.txtL{text-align: left;}
.txtR{text-align: right;}
.txtC{text-align: center;}

.FR{float: right;}
.FL{float: left;}

.pt5p{padding-top: 5px;}
.mr1{margin-right: 1em;}
.ml1{margin-left: 1em;}

.mt0{margin-top: 0;}
.mt1{margin-top: 1em;}
.mt2{margin-top: 2em;}
.mt3{margin-top: 3em;}
.mt4{margin-top: 4em;}
.mt5{margin-top: 5em;}
.mt05{margin-top: 0.5em;}
.mt15{margin-top: 1.5em;}
.mt25{margin-top: 2.5em;}
.mt35{margin-top: 3.5em;}
.mt45{margin-top: 4.5em;}
.mt55{margin-top: 5.5em;}

.mb0{margin-bottom: 0;}
.mb1{margin-bottom: 1em;}
.mb2{margin-bottom: 2em;}
.mb3{margin-bottom: 3em;}
.mb4{margin-bottom: 4em;}
.mb5{margin-bottom: 5em;}
.mb05{margin-bottom: 0.5em;}
.mb15{margin-bottom: 1.5em;}
.mb25{margin-bottom: 2.5em;}
.mb35{margin-bottom: 3.5em;}
.mb45{margin-bottom: 4.5em;}
.mb55{margin-bottom: 5.5em;}

.pt0{padding-top: 0;}
.pt1{padding-top: 1em;}
.pt2{padding-top: 2em;}
.pt3{padding-top: 3em;}
.pt4{padding-top: 4em;}
.pt5{padding-top: 5em;}
.pt05{padding-top: 0.5em;}
.pt15{padding-top: 1.5em;}
.pt25{padding-top: 2.5em;}
.pt35{padding-top: 3.5em;}
.pt45{padding-top: 4.5em;}
.pt55{padding-top: 5.5em;}

.pb0{padding-bottom: 0;}
.pb1{padding-bottom: 1em;}
.pb2{padding-bottom: 2em;}
.pb3{padding-bottom: 3em;}
.pb4{padding-bottom: 4em;}
.pb5{padding-bottom: 5em;}
.pb05{padding-bottom: 0.5em;}
.pb15{padding-bottom: 1.5em;}
.pb25{padding-bottom: 2.5em;}
.pb35{padding-bottom: 3.5em;}
.pb45{padding-bottom: 4.5em;}
.pb55{padding-bottom: 5.5em;}

.fs08{font-size: 0.8em;}
.fs09{font-size: 0.9em;}
.fs12{font-size: 1.2em;}
.fs14{font-size: 1.4em;}
.fs16{font-size: 1.6em;}
.fs18{font-size: 1.8em;}

.inner{
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}



/*////////////////////////////////////////////////*/
/*//////////////////// header ////////////////////*/
/*////////////////////////////////////////////////*/

header{
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 0;
}
header .header-top{
	width: 100%;
	background: #fff;
}
header .header-top .inner{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.8em 0 1em;
}
header .header-bottom{
	display: none;
	    background: rgb(255, 255, 255);
    opacity: 0.9;
    padding: 1em 0px 1.5em;
}
header .header-bottom a{
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	display: block;
    padding: 1em 0;
    border-bottom: 1px dotted #b2b2b2;
    font-weight: bold;
    color: #000;
	font-size: 1.1em;
	transition: opacity .3s;
}
header .header-bottom a:hover{
	opacity: 0.7;
}
header .header-bottom ul li:last-child a{
	border-bottom: none;
}
.menu-btn{
	cursor: pointer;
}

/*/////////////////////////////////////////////*/
/*//////////////////// top ////////////////////*/
/*/////////////////////////////////////////////*/

#top-slider .top-main{
	width: 100%;
}
#top-slider .top-main:nth-child(1){
	background: url("../images/top-main-1.jpg") no-repeat center;
	background-size: cover;
}
#top-slider .top-main:nth-child(2){
	background: url("../images/top-main-2.jpg") no-repeat left 22% center;
	background-size: cover;
}
#top-slider .top-main:nth-child(3){
	background: url("../images/top-main-3.jpg") no-repeat center;
	background-size: cover;
}
#top-slider .top-main:nth-child(4){
	background: url("../images/top-main-4.jpg") no-repeat center;
	background-size: cover;
}
#top-slider .top-main:nth-child(5){
	background: url("../images/top-main-5.jpg") no-repeat center;
	background-size: cover;
}
.top-main .inner{
	min-height: 600px;
}
.top-main h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    top: 120px;
    left: 0;
    font-size: 3.2em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
	text-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
/*.top-main h2 span{
	display: block;
    font-size: 0.6em;
    padding-bottom: 0.3em;
}*/
.top-main h2 small{
	font-size: 0.8em;
}
.top-main em{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
	right: 0;
	bottom: 30px;
    font-size: 1.2em;
    line-height: 1.5;
    padding-top: 0.7em;
    letter-spacing: 1px;
    margin-top: 0.5em;
	color: #fff;
	font-weight: bold;
	text-shadow:0px 0px 10px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,0.5);
	display: block;
	max-width: 520px;
}

.top-main .cap{
	top: auto !important;
	left: 0 !important;
	font-size: 1em !important;
	bottom: 30px;
}
.sp-read{
	display: none;
}

.topics-icon-wrap{
	position: absolute;
    top: -5%;
    left: 20%;
}
#hoshino .topics-icon-wrap{
	    top: -5%;
    left: 20%;
}
.topics-icon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 0 5px;
    width: 115px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background: #70a6ff;
    border-radius: 50%;
    box-sizing: border-box;
}


.topics-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #70a6ff;
    z-index: 0;
    transform: rotate(-50deg);
}

#contents-resort h3 span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 55%;
    bottom: -3px;
    left: 0;
    background: #f7e61c87;
    border-radius: 5px;
    z-index: -1;
}

/*///////////////////////////////////////////////*/
/*/////////////// contents-virus ////////////////*/
/*///////////////////////////////////////////////*/

#contents-virus{
	width: 100%;
	background: #fff;
	padding: 3em 0;
	margin-top: 3em; 
}
#contents-virus .inner{
	max-width: 990px;
}
#contents-virus h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #131313;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	    line-height: 1.4;
	text-shadow: white 0px 0px 8px,white 0px 0px 8px;
}
#contents-virus h3 img{
	display: inline-block;
	padding-bottom: 0.5em;
}
#contents-virus p{
        max-width: 450px;
    margin: 0 auto 2em;
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;	
	text-shadow: white 0px 0px 8px,white 0px 0px 8px;
}
#contents-virus p img{
	width: 100%;
}
#contents-virus p small{
	font-size: 0.87em;
}
#contents-virus ul.slider-1 li{
	position: relative;
}
#contents-virus ul.slider-1 p{
    position: absolute;
    bottom: 0px;
    right: 35px;
    padding: 1em;
    border: 1px solid #6a6a6a;
    max-width: 55%;
    background: rgba(255,255,255,0.70);
}
#contents-virus ul.slider-1 p em{
display: block;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding-bottom: 0.3em;
	color: #464646;
}
#contents-virus ul.slider-1 p span{
	font-size: 0.9em;
}
.sp-c-title{
    display: block;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 1.6em;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5em 0.7em;
	border: 1px solid #fff;
	}
	#contents-virus ul.slider-1 li p em{
		display: none;
		
	}

#contents-virus .virus{
	height: 500px;
	background: url("../images/virus-bg.jpg") no-repeat center;
	background-size: cover;
}

/*///////////////////////////////////////////////*/
/*//////////////// resorts-base /////////////////*/
/*///////////////////////////////////////////////*/

.fix-btn{
	position: fixed;
    bottom: 35px;
    right: 5%;
    background: #f78a22;
    border-radius: 50%;
    height: 135px;
    width: 135px;
    display: table-cell;
    text-align: center;
    line-height: 1.3;
	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.2);
	    z-index: 10;
	transition: opacity .3s;
}
.fix-btn a{
	    display: block;
    color: #fff;
    font-weight: bold;
    padding: 35px 0;
    font-size: 1.1em;
	
}
.fix-btn:hover{
	opacity: 0.7;
}

#contents-resort{
	padding: 0.5em 0 0;
}
#contents-resort h3{
    font-size: 1.7em;
    font-weight: bold;
    color: #231815;
    text-align: center;
    padding-top: 1.5em;
    line-height: 1.3;
}
#contents-resort h3 span{
	display: inline-block;
	position: relative;
	z-index: 1;
}

#contents-resort p.read{
	max-width: 650px;
	margin: 1.5em auto 0;
}
#contents-resort p.read small{
font-size: 0.9em;
    padding-top: 1em;
    display: inline-block;
}

.wrap-resort{
	max-width: 1100px;
	margin: 3em auto 0;
	background: #fff;
	border-radius: 10px;
	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.1);
	padding: 4em 0;
}
#hoshino.wrap-resort{
	background: url("../images/resort-bg-1.jpg") no-repeat center top, #fff;
}
#risonare.wrap-resort{
	background: url("../images/resort-bg-2-1.jpg") no-repeat center top, url("../images/resort-bg-2-2.jpg") no-repeat center top, #fff;
}
#risonarea.wrap-resort{
	background: url("../images/hc-bg-1.jpg") no-repeat center top, #fff;
}
#other{
	position: relative;
}
#other .list-name{
	    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8em;
}
#other .list-name .list-name-brand{
	    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px dotted #2f66cc;
}
#other .list-name .list-name-place{
	    border: 1px solid #2f66cc;
    padding: 0.3em 0.5em;
    color: #2f66cc;
}
/*#other.wrap-resort:after{
    content: "";
    position: absolute;
    left: 49.5%;
    top: 49.5%;
    width: 97%;
    height: 98%;
    margin: 0.5em;
    border: 1px solid #c2952f;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    border-radius: 5px;
	z-index: 0;
}*/
.resort-logo{
	text-align: center;
}

#hoshino .resort-logo img{
	height: 140px;
}
#risonare .resort-logo img{
	height: 100px;
}

#contents-resort{
	background: url("../images/main-bg.jpg") repeat;
}

.slider-2,
.slider-3,
.slider-4{
	margin-top: 2em;
}

.slider-2 li,
.slider-3 li,
.slider-4 li{
	position: relative;
}

.cap{
 position: absolute;
 top: 30px;
 left: 30px;
 color: #fff;
 border: 1px solid;
 padding: 0.5em 1em;
 border-radius: 2px;
 font-size: 1.3em;
 background-color: rgba(0, 0, 0, 0.5);
}
.resort-btn{
	text-align: center;
}
.resort-btn a{
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    display: inline-block;
    padding: 1.1em 4em;
    background: #373737;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    margin-top: 1.5em;
    border-radius: 5px;
	transition: opacity .3s;
}
.resort-btn a:hover{
	opacity: 0.7;
}

#other ul.other-list{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#other ul.other-list h4{
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 1.2em;
	color: #373737;
	padding-bottom: 0.5em;
}

#other ul.other-list > li{
	width: 465px;
	margin-top: 2.5em;
	position: relative;
	z-index: 1;
}
#other ul.other-list > li.small-list{
	width: 30.5%;
    margin-top: 3.5em;
    position: relative;
}
#other ul.other-list > li img{
	width: 100%;
}
#other ul.other-list p{
	font-size: 0.9em;
	letter-spacing: 0;
	padding-top: 1.2em;
}

#other .inner > h4{
	text-align: center;
	margin-top: 4em;
}
#other .inner > h4 span{
	    display: inline-block;
    background: #2f66cc;
    padding: 0.8em 1.5em;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px;
}
.container .slick-dots{
	bottom: 5px;
}
.container .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}
.virus-btn-wrap{
	text-align: center;
	padding: 2em 0 1em;
}
.virus-btn-wrap a{
	display: inline-block;
    background: #404fb9;
    padding: 1em 2em;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
#map{
	width: 100%;
	background: url("../images/map.png") no-repeat center top 35%, #fff;
	border-top: 3px double #f78a18;
	
	padding: 2em 0 4em;
	margin-top: 4em;
}
#map .inner{
	min-height: 1000px;
}

.kai-bnr-wrap{
	background: #fff;
	border-bottom: 3px double #f78a18;
	text-align: center;
    padding: 3em 0 3em;
    margin-top: 3em;

}
.kai-bnr-wrap a{
	color: #ef7a00;
	font-weight: bold;
	line-height: 1.5;
}

.block em{
background: #f78a18;
    color: #fff;
    padding: 0.3em 0.6em;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    min-width: 120px;
    height: 100%;
	margin-right: 0.5em;
}
.block ul li{
    color: #f78a18;
    font-weight: bold;
    margin-top: 1.4em;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.block ul li a{
	color: #f78a18;
	    text-decoration: underline;
	transition: all .3s;
}
.block ul li a:hover{
	text-decoration: none;
}
.block ul li a.indent{
    margin-left: 5.4em;
}
.block ul li a.blue{
	color: #00056D;
}
.block ul li p{
max-width: 450px;
    line-height: 2;
}
.block ul li p small{
	font-size: 0.85em;
	display: none;
}
.block ul li p span span{
	font-size: 0.85em;
}
#contents-resort #map p.read{
	margin-bottom: 3em;
}

.bottom-block{
	position: absolute;
	right: 0;
	bottom: 0;
}
.list-img{
    overflow: hidden;
    position: relative;
}
.list-img em{
    position: absolute;
    right: -190px;
    color: #fff;
    font-weight: bold;
    background: #2d6dfb;
    padding: 0.7em 1em;
    transform: rotate(20deg);
    font-size: 1em;
    top: 25px;
    width: 125%;
    text-align: center;
}
.list-img em.s-size{
    right: -115px;
    font-size: 0.8em;
    top: 20px;
}

/*////////////////////////////// 宿カセット - 191115 - //////////////////////////////*/

.yado-grid-wrap{ max-width: 990px; margin: 0 auto;}
.yado-grid-wrap ul.yado-grid-box{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.yado-grid-wrap ul.yado-grid-box li a{
	display: block;
	text-align: center;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	background: #ffcec9;
	padding: 1em 0;
	min-height: 200px;
	margin: 0 5px 5px 0;
	position: relative;
	color: #fff;
	text-shadow:0px 0px 5px #000,0px 0px 15px #000;
}
.yado-grid-wrap ul.yado-grid-box li a:hover .box-inner{ /*background: #00000000;*/ opacity: 0;}
.yado-grid-wrap ul.yado-grid-box li a:hover img{ opacity: 1;}
.yado-grid-wrap ul.yado-grid-box li a:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	z-index: 0;
	
}
.yado-grid-wrap ul.yado-grid-box li a img{ max-height: 30px;}
.yado-grid-wrap ul.yado-grid-box .box-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #00000047;
    padding: 1.1em 1.5em;
	border: 1px solid #fff;
	width: 50%;
	transition: all .4s;
}
.yado-grid-wrap ul.yado-grid-box .box-inner h3{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.5em;
}
.yado-grid-wrap ul.yado-grid-box .box-inner h3 small{ font-size: 0.7em;}
.yado-grid-wrap ul.yado-grid-box .box-inner p{ line-height: 1.4; font-size: 0.9em; font-weight: bold; padding: 0.5em 0 0 0;}
.yado-grid-wrap ul.yado-grid-box .new-icon{
	position: absolute;
    top: 10px;
    left: 10px;
    width: 85px;
    height: 60px;
	font-weight: bold;
    background: #ff552d;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    line-height: 20px;
    padding: 25px 0 0;
	z-index: 1;
}
.yado-grid-wrap ul.yado-grid-box .new-icon strong{ font-size: 1.3em;}
.yado-grid-wrap ul.yado-grid-box .new-icon.small{ width: 65px; height: 43px; padding: 22px 0 0;}
.yado-grid-wrap ul.yado-grid-box .new-icon.large{ width: 100px; height: 75px;}

.yado-grid-wrap .yado-grid-title{
	
	padding: 0.7em;
    background: #fff9f4;
    margin: 0 0 5px 0;
    border: 2px solid #be8359;
}
.yado-grid-wrap .yado-grid-title .y-g-inner{ display: flex; padding: 2em; border: 1px solid #be8359;}
.yado-grid-wrap .yado-grid-title .y-g-logo{ margin-right: 2.5em; padding-right: 2em; border-right: 1px dotted #be8359;}
.yado-grid-wrap .yado-grid-title .y-g-logo img{	width: auto; height: 120px;}
.yado-grid-wrap .yado-grid-title .y-g-text{	width: 80%;}
.yado-grid-wrap .yado-grid-title .y-g-text h3{ font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-size: 1.9em; padding-top: 0.5em;}
.yado-grid-wrap .yado-grid-title .y-g-text p{ font-size: 1.3em;}

/*////////// 星野 界 //////////*/

.yado-grid-wrap.wrap-kai ul.yado-grid-box li:nth-child(3n) a{ margin: 0 0 5px 0;}
.yado-grid-wrap ul.yado-grid-box li{ width: 33.3333%; width: calc( 100% / 3);}
.yado-grid-wrap ul.yado-grid-box li.nagato .box-inner{ width: 25%;}

.yado-grid-wrap ul.yado-grid-box li.nagato a{ background: url("../images/y-nagato.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.tsugaru a{ background: url("../images/y-tsugaru.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.nikko a{ background: url("../images/y-nikko.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.kawaji a{ background: url("../images/y-kawaji.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.kinugawa a{ background: url("../images/y-kinugawa.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.hakone a{ background: url("../images/y-hakone.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.sengokuhara a{ background: url("../images/y-sengokuhara.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.matsumoto a{ background: url("../images/y-matsumoto.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.arupusu a{ background: url("../images/y-arupusu.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.kaga a{ background: url("../images/y-kaga.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.ito a{ background: url("../images/y-ito.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.anjin a{ background: url("../images/y-anjin.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.enshu a{ background: url("../images/y-enshu.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.izumo a{ background: url("../images/y-izumo.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.aso a{ background: url("../images/y-aso.jpg") no-repeat center; background-size: cover;}

/*////////// リゾナーレ //////////*/

.yado-grid-wrap.wrap-risonare .yado-grid-title .y-g-logo{ padding-top: 0.7em;}
.yado-grid-wrap.wrap-risonare .yado-grid-title .y-g-logo img{ height: 85px;}
.yado-grid-wrap.wrap-risonare .yado-grid-title .y-g-text{ width: 65%;}
.yado-grid-wrap .yado-grid-title .y-g-text h3{ padding-top: 0.2em;}
.yado-grid-wrap.wrap-risonare ul.yado-grid-box .box-inner{ width: 60%;}
.yado-grid-wrap ul.yado-grid-box li.nasu .box-inner,
.yado-grid-wrap ul.yado-grid-box li.kohama .box-inner{ width: 40%;}
.yado-grid-wrap.wrap-risonare ul.yado-grid-box li:nth-child(1),
.yado-grid-wrap.wrap-risonare ul.yado-grid-box li:nth-child(2){ width: 50%; width: calc( 100% / 2 );}

.yado-grid-wrap ul.yado-grid-box li.nasu a{ background: url("../images/y-nasu.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.kohama a{ background: url("../images/y-kohama.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.tomamu a{ background: url("../images/y-tomamu.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.yatsugatake a{ background: url("../images/y-yatsugatake.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.atami a{ background: url("../images/y-atami.jpg") no-repeat center; background-size: cover;}

/*////////// BEB //////////*/

.yado-grid-wrap.wrap-beb .yado-grid-title .y-g-logo img{ height: 95px;}
.yado-grid-wrap.wrap-beb ul.yado-grid-box li{ width: 50%; width: calc( 100% / 2 );}
.yado-grid-wrap ul.yado-grid-box li.tsutiura .box-inner{ width: 35%;}

.yado-grid-wrap.wrap-beb ul.yado-grid-box li.tsutiura a{ background: url("../images/y-tsutiura.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap.wrap-beb ul.yado-grid-box li.karuizawa a{ background: url("../images/y-karuizawa.jpg") no-repeat center; background-size: cover;}

/*////////// その他 //////////*/

.yado-grid-wrap.wrap-other .yado-grid-title .y-g-logo img{ height: 75px;}
.yado-grid-wrap.wrap-other .yado-grid-title .y-g-text{ width: 62%;}
.yado-grid-wrap.wrap-other ul.yado-grid-box li{ width: 50%; width: calc( 100% / 2 );}
.yado-grid-wrap.wrap-other ul.yado-grid-box li.aomoriya,
.yado-grid-wrap.wrap-other ul.yado-grid-box li.bandaisan,
.yado-grid-wrap.wrap-other ul.yado-grid-box li.hiei{ width: 33.3333%; width: calc( 100% / 3 );}
.yado-grid-wrap ul.yado-grid-box li.iriomote .box-inner{ width: 35%;}
.yado-grid-wrap ul.yado-grid-box li.bandaisan .box-inner{ width: 56%;}

.yado-grid-wrap ul.yado-grid-box li.iriomote a{ background: url("../images/y-iriomote.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.blestoncourt a{ background: url("../images/y-blestoncourt.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.tomamutower a{ background: url("../images/y-tomamutower.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.okuirise a{ background: url("../images/y-okuirise.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.aomoriya a{ background: url("../images/y-aomoriya.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.bandaisan a{ background: url("../images/y-bandaisan.jpg") no-repeat center; background-size: cover;}
.yado-grid-wrap ul.yado-grid-box li.hiei a{ background: url("../images/y-hiei.jpg") no-repeat center; background-size: cover;}


/*////////////////////////////////////////////////*/
/*//////////////////// footer ////////////////////*/
/*////////////////////////////////////////////////*/



/*///////////////////////////////////////////////*/
/*/////////////////// slider ////////////////////*/
/*///////////////////////////////////////////////*/

.slider-1-sub li,
.slider-3-sub li,
.slider-4-sub li{ max-width: 25%; margin: 13px 8px 0;}

.slider-1-sub li:last-child,
.slider-2-sub li:last-child,
.slider-3-sub li:last-child,
.slider-4-sub li:last-child{ margin-right: 0;}

.slider-2-sub li{ max-width: 20%; margin: 13px 8px 0;}

.slider-1-sub li img,
.slider-2-sub li img,
.slider-3-sub li img,
.slider-4-sub li img{ width: 100%;}

.slider-5,
.slider-6,
.slider-7{ position: relative; z-index: 2;}

.container .slick-dots li button{ width: 30px; height: 30px;}
.container .slick-dots li button:before{ width: 30px; height: 30px;}
.container .slick-dots li button:before{ font-size: 14px; opacity: .6; color: white;}

.slider-1.slick-dotted.slick-slider,
.slider-2.slick-dotted.slick-slider,
.slider-3.slick-dotted.slick-slider,
.slider-4.slick-dotted.slick-slider{ margin-bottom: 0;}

.container .slick-prev, 
.container .slick-next{	z-index: 2;}
.container .slick-prev{	left: 10px;}
.container .slick-next{	right: 10px;}

.container .slider-1 .slick-prev, 
.container .slider-1 .slick-next{ top: 100px;}

ul.icon-wrap{ display: flex; justify-content: space-between; flex-wrap: wrap;}
ul.icon-wrap img{width: 80%;}
ul.icon-wrap li ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
ul.icon-wrap li li{
    width: 140px;
    padding: 10px 3px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: -1px;
}
ul.icon-wrap h4{
font-weight: bold;
    font-size: 1em;
    padding-top: 0.5em;
}
ul.icon-wrap h4.color-1{ color: #7ac5b9;}
ul.icon-wrap h4.color-2{ color: #d68787;}
ul.icon-wrap h4.color-3{ color: #dca96d;}
ul.icon-wrap h4.color-4{ color: #76accc;}
ul.icon-wrap h4.color-5{ color: #9e7bc1;}

/*////////////////////////////////////////////////////*/
/*//////////////////////// New ///////////////////////*/
/*////////////////////////////////////////////////////*/

.sp-logo{ 
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
}

.event-list{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.event-list li{
	padding-top: 20px; 
}
.event-list li span{
    font-size: 1.3em;
    font-weight: bold;
    color: #595959;
    display: inline-block;
    margin-bottom: 0.4em;
    background: linear-gradient(rgba(0 0 0 / 0%) 50%, #ffeb97 60%);
    padding-bottom: 3px;
}
.event-list li em{
	display: inline-block;
    padding-top: 1em;
    line-height: 1.7;
    border-top: 1px solid #d9d9d9;
    margin-top: 0.5em;
    font-size: 0.9em;
}

.hm-box{
    text-align: center;
    margin: 30px 0 0;
    font-size: 1.4em;
    text-decoration: underline;
    line-height: 1;
}
.hm-box em{ display: inline-block; border-bottom: 1px solid; padding-bottom: 0.2em;}
.hm-box em br{ display: none;}
.hm-box strong{	font-weight: bold;}
.hm-box small{ font-size: 0.8em; display: inline-block;	padding-left: 0.2em;}

.column-md-2{ display: block;}
.column-md-2 .column-box {
    width: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-md-2 .column-box:nth-child(even){
	    flex-direction: row-reverse;
}
.column-md-2 .column-box img {
    width: 46%;
}
.column-md-2 .column-box .event-list{
	    width: 51%;
}
.column-md-2 .column-box .slider-1{
	width: 46%;
}

.column-box h4{
	font-size: 18px;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;
    color: #595959;
    border-left: 5px solid #436ebc;
    padding-left: 0.8em;
	margin-bottom: 25px;
}
.column-box p{ margin-top: 1.5em;}
.column-box p small{ display: inline-block; font-size: 0.9em; margin-top: 0.5em;}

ul.slider-1 img,
ul.slider-2 img{ width: 100%; height: auto;}

.other-wrap{
	width: 100%;
	background: #fff;
	padding: 60px 0 40px;
	margin-top: 70px;
}
.other-hotel-wrap{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	border: 2px solid #083471;
	border-radius: 10px;
	margin-top: 80px;
}
.other-hotel-wrap h4{
    color: #fff;
    background: #083471;
    font-weight: bold;
    padding: 0.7em 3em;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    font-size: 1.1em;
    border-radius: 5px;
}
.other-hotel-wrap img{ width: 100%;	height: auto;}
.other-hotel-wrap ul{
	width: 990px;
	margin: 60px auto 50px;
	display: flex;
	justify-content: space-between;
}
.other-hotel-wrap li{ width: 47%;}
.other-hotel-title{	display: flex; justify-content: space-between; padding-bottom: 10px;}
.other-hotel-title h5{ font-size: 1.2em; font-weight: bold; border-bottom: 2px dotted #2f66cc;}
.other-hotel-title span{
    border: 1px solid #2f66cc;
    padding: 0.3em 0.5em;
    color: #2f66cc;
	display: inline-block;
}
.other-hotel-img{ position: relative; overflow: hidden;}
.other-hotel-img em{
    position: absolute;
    right: -190px;
    color: #fff;
    font-weight: bold;
    background: #2d6dfb;
    padding: 0.7em 1em;
    transform: rotate(20deg);
    font-size: 1em;
    top: 25px;
    width: 125%;
    text-align: center;
}

.map-wrap{ background: #fff; width: 100%; padding: 60px 0;}
.map-wrap .inner{
	width: 990px;
	margin: 0 auto;
	padding: 60px 0;
	background: url("../images/map.png") no-repeat top right 35px;
	min-height: 950px;
    position: relative;
}
.map-wrap li em{
	color: #fff;
    background: #f07b1c;
    font-weight: bold;
    padding: 0.4em 0;
    min-width: 140px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 0.85em;
    line-height: 1;
	margin-right: 20px;
	    height: 100%;
}
.map-wrap li,
.map-wrap li a{	color: #f07b1c;	font-weight: bold; position: relative;}
.map-wrap li a{	border-bottom: 1px solid #f07b1c; transition: all 0.3s;}
.map-wrap li a:hover{ color: #3354C2; border-bottom: 1px solid #3354C2; opacity: 1;}
.map-wrap li > span{
	display: inline-block;
	padding-right: 15px;
	font-size: 0.9em;
	margin-top: 5px;
    margin-bottom: 20px;
}
.map-wrap li a .hover-img{
    position: absolute;
    bottom: 35px;
    width: 250px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background: #ffecdc;
    padding: 15px;
    border-radius: 5px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}
.map-wrap li a .hover-img em{
    position: absolute;
    height: auto;
    top: 0px;
    left: 0px;
    min-width: auto;
    padding: 0.4em 1em;
    border-radius: 5px 0 5px 0;
    font-size: 0.9em;
}
.map-wrap li a:hover .hover-img{
    visibility: visible;
    opacity: 1;
}
.map-wrap li a .hover-img:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ffecdc transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.map-wrap li a .hover-img img{
    width: 100%;
    opacity: 1;
}
.map-wrap li span.new a{ color: #2b559e; border-bottom: 1px solid #2b559e;}
.map-list{ position: absolute;}
.map-list.map-list-top{	top: 0;	left: 0;}
.map-list.map-list-bottom{ bottom: 0; right: 0;}
.map-list > li{
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.map-list.map-list-bottom ul li{ max-width: 320px;}

/* Map Marker */
.map-wrap span.marker{
	position: absolute;
	color: rgb(63, 124, 255);
}

span.marker{
	visibility: hidden;
}

span.marker#marker-01{
	top: 318px;
    right: 396px;
}
span.marker#marker-02{
	top: 100px;
    right: 245px;
}
span.marker#marker-03{
	top: 175px;
    right: 265px;
}
span.marker#marker-04{
	top: 310px;
    right: 300px;
}
span.marker#marker-05{
	top: 292px;
    right: 293px;
}
span.marker#marker-06{
	top: 305px;
    right: 290px;
}
span.marker#marker-07{
	top: 356px;
    right: 310px;
}
span.marker#marker-08{
	top: 353px;
    right: 320px;
}
span.marker#marker-09{
	top: 376px;
    right: 317px;
}
span.marker#marker-10{
	top: 370px;
    right: 310px;
}
span.marker#marker-11{
	top: 375px;
    right: 363px;
}
span.marker#marker-12{
	top: 363px;
    right: 315px;
}
span.marker#marker-13{
	top: 325px;
    right: 345px;
}
span.marker#marker-14{
	top: 310px;
    right: 350px;
}
span.marker#marker-15{
    top: 358px;
    left: 445px;
}
span.marker#marker-16{
	top: 390px;
    left: 395px;
}
span.marker#marker-17{
	top: 425px;
    left: 409px;
}
span.marker#marker-18{
	top: 429px;
    left: 395px;
}
span.marker#marker-19{
	top: 474px;
    left: 389px;
}
span.marker#marker-20{
	top: 82px;
    right: 201px;
}
span.marker#marker-21{
	top: 85px;
    right: 214px;
}
span.marker#marker-22{
	top: 170px;
    right: 250px;
}
span.marker#marker-23{
	top: 165px;
    right: 240px;
}
span.marker#marker-24{
	top: 273px;
    right: 286px;
}
span.marker#marker-25{
	top: 290px;
    right: 280px;
}
span.marker#marker-26{
	top: 330px;
    right: 275px;
}
span.marker#marker-27{
	top: 325px;
    right: 345px;
}
span.marker#marker-28{
	top: 325px;
    right: 345px;
}
span.marker#marker-29{
	top: 335px;
    right: 335px;
}
span.marker#marker-30{
	top: 355px;
    left: 455px;
}
span.marker#marker-31{
	top: 425px;
    left: 409px;
}
span.marker#marker-32{
	top: 444px;
    left: 367px;
}
span.marker#marker-33{
	top: 564px;
    left: 119px;
}
span.marker#marker-34{
	top: 570px;
    left: 144px;
}
span.marker#marker-35{
	top: 513px;
    left: 238px;
}

/* //Map Marker */

.resort-news-wrap{
	    background: #ffedd6;
    padding: 10px 50px 60px;
    border: 1px solid #ff6f09;
    border-radius: 10px;
	position: relative;
	margin-top: 50px;
}
.resort-news-wrap:before{
    content: "NEWS";
    position: absolute;
    top: 0;
    left: 0;
    background: #ff7221;
    color: #fff;
    padding: 0.7em 2em;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 0 20px 0;
    letter-spacing: 1px;
}
.resort-news-wrap h3{ padding-bottom: 20px;}

.resort-btn-wrap{
	display: flex;
	justify-content: space-around;
}

.resort-btn-wrap.tomamu{
    max-width: 85%;
    margin: 0 auto;
	    align-items: center;
}
.resort-btn-wrap .resort-title{
    margin-top: 2em;
    font-weight: bold;
    font-size: 1.1em;
}

p.plan-p{
	text-align: center;
    padding-top: 1.7em;
    font-size: 1.2em;
}
.wrap-resort h4.plan-h4{
	line-height: 1.5;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.7em 0 0.5em;
}
.container .w800p{
	max-width: 800px;
	margin: 0 auto;
}

.wrap-resort .column-md-1{
	margin-top: 40px;
}
.wrap-resort .resort-logo{
	margin-top: 30px;
}

.column-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column-list > li{
	width: 465px;
	margin-top: 50px;
}
.column-list > li > p{
	font-size: 1em;
    font-weight: bold;
    color: #505050;
    border-left: 5px solid #ef8349;
    margin-top: 0.8em;
    padding-left: 0.6em;
}
.column-list > li > p > small{
	font-size: 0.9em;
	font-weight: 500;
}
#block-2 ul.other-list > li h5{
	font-weight: bold;
    font-size: 1.3em;
    color: #f38013;
    padding: 0.2em 0 0.7em 0;
}
#block-2 ul.other-list > li.small-list h5{
    font-size: 1em;
    line-height: 1.3;
}
.wrap-resort .inner{
	position: relative;
}
.os-point{
    position: relative;
    background: #fb693e;
    color: #fff;
    top: 0;
    left: 50%;
    font-weight: bold;
    padding: 0.6em 1.5em;
    font-size: 1.1em;
    display: inline-block;
    border-radius: 30px;
    transform: translateX(-50%);
	margin-top: 0.5em;
}
#block-3 .os-point{
	background: #277768;
}
#block-1 .os-point{
	background: #2472ad;
}

/*///////////////////////////////////////////////*/
/*//////////////////// 1005 /////////////////////*/
/*///////////////////////////////////////////////*/

.block-md-2{
	display: flex;
	justify-content: space-between;
}
.block-md-2 .block-item{
	width: 48%;
}
.wrap-resort .block-md-2 .resort-h {
    font-size: 1.1em;
}
.wrap-resort .block-md-2 .resort-h strong{
	font-weight: bold;
}
.wrap-resort .block-md-2 p{
	font-size: 0.9em;
}
.resort-img{
	max-width: 800px;
	margin: 40px auto 20px;
}
.resort-img img,
.single-slider img{
	width: 100%;
}

/*////////////////////////////////////////////////////*/
/*//////////////////// Responsive ////////////////////*/
/*////////////////////////////////////////////////////*/

@media screen and (max-width: 1100px) {
	/*調整用*/
}

@media screen and (max-width: 770px) {
	/*タブレット端末*/
	
	.container {
    margin-top: 3em;
}
	
	.top-main .inner {
    min-height: 300px;
}
	.top-main h2 {
	top: 50px;
    font-size: 1.9em;

}

	.top-main .cap{
	left: auto !important;
	right: 0;
}

	#contents-resort h3 {
    font-size: 1.2em;
	}
	#contents-resort p.read{
		font-size: 0.9em;
	}
	
	.slider-1 li img,
	.slider-2 li img,
	.slider-3 li img,
	.slider-4 li img{
		width: 100%;
	}
	#other ul.other-list > li,
	#other ul.other-list > li.small-list{
		width: 100%;
	}
	#other ul.other-list li img{
		width: 100%;
	}
	#contents-virus .inner,
	.inner {
    max-width: 90%;
	}
	.resort-btn a {
    padding: 1em;
    font-size: 1.1em;
		display: block;
		border-radius: 5px;
}
	
	.block ul li {
    display: block;
}
	.block ul li p {
    display: block;
		padding-top: 0.5em;
}
	.block ul li p br{
		display: none;
	}
	.block ul li p b{
		display: inline-block;
		padding-top: 0.5em;
	}
	.block ul li a.indent {
    margin-left: 0;
}
	.block em {
    display: block;
    width: 120px;
}
	.bottom-block {
     position: static;
}
	#map {
    background: #fff;

}
	.topics-icon{
		margin: 0;
	}
	.topics-icon-wrap {
    position: static;
}
	.block ul li p small {
    display: inline-block;
}
	.block ul li a {
    display: block;
}
	.wrap-resort{
		    max-width: 97%;
	}
	.slider-1-sub li, .slider-2-sub li, .slider-3-sub li {
    margin: 13px 4px 0;
}
	#other.wrap-resort:after{
		content: none;
	}
	.kai-bnr-wrap img{
		width: 100%;
	}
	#contents-virus ul.slider-1 p {
		position: static;
		max-width: 100%;
		margin: 1em 0 0;
	}
	
	.top-main em{
		display: none;
	}
	.sp-read{
	display: block;
    width: 90%;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 2em auto 1em;
	}
	.sp-c-title{
		    display: none;
	}
	#contents-virus ul.slider-1 li p em{
		display: block;
		
	}
	.container .slider-1 .slick-dots{
	top: 180px;
	bottom: auto;
}

	/*////////// 宿カセット - 191115 - //////////*/
	
	.yado-grid-wrap .yado-grid-title .y-g-inner{ display: block;}
	.yado-grid-wrap .yado-grid-title .y-g-logo{ margin-right: 0; padding-right: 0; border-right: none; text-align: center;}
	.yado-grid-wrap .yado-grid-title .y-g-text,
	.yado-grid-wrap.wrap-risonare .yado-grid-title .y-g-text,
	.yado-grid-wrap.wrap-beb .yado-grid-title .y-g-text,
	.yado-grid-wrap.wrap-other .yado-grid-title .y-g-text{ width: 100%; padding-top: 1.5em;}
	.yado-grid-wrap .yado-grid-title .y-g-text h3{ text-align: center;}
	
	.yado-grid-wrap ul.yado-grid-box .box-inner h3 { font-size: 1.3em;}
	.yado-grid-wrap ul.yado-grid-box li{ width: 50%; width: calc( 100% / 2);}
	.yado-grid-wrap.wrap-kai ul.yado-grid-box li:nth-child(3n) a{ margin: 0 5px 5px 0;}
	.yado-grid-wrap ul.yado-grid-box li.nagato,
	.yado-grid-wrap ul.yado-grid-box li.nasu,
	.yado-grid-wrap ul.yado-grid-box li.kohama,
	.yado-grid-wrap ul.yado-grid-box li.tsutiura,
	.yado-grid-wrap ul.yado-grid-box li.iriomote{ width: 100% !important;}
	.yado-grid-wrap ul.yado-grid-box .box-inner{ width: 65%;}
	.yado-grid-wrap ul.yado-grid-box li.nagato .box-inner{ width: 55%;}
	.yado-grid-wrap ul.yado-grid-box li a{ min-height: 150px;}
	.yado-grid-wrap.wrap-other ul.yado-grid-box li.aomoriya, 
	.yado-grid-wrap.wrap-other ul.yado-grid-box li.bandaisan, 
	.yado-grid-wrap.wrap-other ul.yado-grid-box li.hiei,
	.yado-grid-wrap.wrap-beb ul.yado-grid-box li,
	.yado-grid-wrap.wrap-risonare ul.yado-grid-box li,
	.yado-grid-wrap.wrap-other ul.yado-grid-box li{ width: 100%;}
	.yado-grid-wrap ul.yado-grid-box li.nasu .box-inner, 
	.yado-grid-wrap ul.yado-grid-box li.kohama .box-inner{ width: 50%;}
	.yado-grid-wrap ul.yado-grid-box li a img { max-height: 25px;}
	.yado-grid-wrap ul.yado-grid-box .new-icon{ font-size: 0.8em;}
	

	.list-img em {
    position: absolute;
    right: -120px;
    color: #fff;
    font-weight: bold;
    background: #2d6dfb;
    padding: 0.7em 1em;
    transform: rotate(20deg);
    font-size: 0.8em;
    top: 25px;
    width: 125%;
    text-align: center;
}
	#contents-virus .virus{
	    height: 410px;
}
	#contents-virus h3{
	text-shadow: white 0px 0px 8px,white 0px 0px 8px;
}
	ul.icon-wrap li li {
    width: 165px;
	}
	ul.icon-wrap li ul {
    justify-content: center;
}
	#contents-virus p {
    font-size: 0.8em;
}
	.map-list > li ul{ width: 100%;}
	
	.map-wrap{ padding: 0 0.7em;}
	.map-wrap .inner{ background: none; min-height: auto; padding: 20px 0;}
	.map-wrap li em{ margin-bottom: 15px;}
	.map-list{ position: static;}
	.map-wrap li a .hover-img{
        display: none;
    }

	.fix-btn {
		bottom: 0;
		right: auto;
		border-radius: 5px;
		height: auto;
		width: 100%;
	}
	.fix-btn a {
		padding: 15px 0;
		font-size: 1.1em;
	}
	.fix-btn br{ display: none;}
}


@media screen and (max-width: 480px) {
	/*スマートフォン端末*/
 
.cap {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    border: 1px solid;
    padding: 0.5em 1em;
    border-radius: 2px;
    font-size: 0.9em;
}
}
