@charset "utf-8";

/* **********************************************************************
 *
 *       Title:   イエティ sp.css
 *
 ********************************************************************** */


/* TOPページ用のレイアウト設定
======================================================= */

#top_main {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

/* メインビジュアル
======================================================= */

.mainslide {
	display: none;
}

.mainslide_sp .bx-wrapper {
	overflow: hidden;
	margin: 0 !important;
}

.mainslide_sp ul li {
	overflow: hidden;
}

.mainslide_sp .bx-controls-direction {
	display: none;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
}

/**本日の天気**/

#weather {
	display: none;
}

.main_bnr {
	display: none;
}

#weather_sp {
	color: #fff;
	background: #005ead;
}

#weather_sp .tab {
	display: table;
	width: 100%;
}

#weather_sp .tab p {
	display: table-cell;
	width: 50%;
	padding: 10px 5px;
	font-weight: bold;
	color: #808080;
	text-align: center;
	background: #d9d9d9;
	cursor: pointer;
}

#weather_sp .tab p.active {
	color: #fff;
	background: #2876b9;
	background: rgba(255, 255, 255, .15);
}

#weather_sp .title {
	padding: 5px 3%;
	font-size: 129%;
	font-weight: bold;
	background: rgba(255, 255, 255, .15);
}

#weather_sp .title span {
	float: right;
	padding: 4px 0 0;
	font-size: 75%;
	font-weight: normal;
}

#weather_sp .panel {
	display: none;
}

#weather_sp .panel.show {
	display: block;
}

#weather_sp table {
	width: 100%;
	border-bottom: 1px solid #4f94c8;
}

#weather_sp table tr th {
	width: 50%;
	padding: 0 2%;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

#weather_sp table tr th span {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #4f94c8;
}

#weather_sp table tr th:first-child {
	border-right: 1px solid #4f94c8;
}

#weather_sp table tr td {
	padding: 7px 3% 7px;
	vertical-align: middle;
}

#weather_sp table tr td:first-child {
	border-right: 1px solid #4f94c8;
}

#weather_sp table tr td:last-child {
	text-align: center;
}

#weather_sp table .inner {
	display: table;
	width: 100%;
	margin: 0 0 10px;
}

#weather_sp table .inner .img {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
}

#weather_sp table .inner .txt {
	display: table-cell;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

#weather_sp table p {
	font-size: 71%;
}

#weather_sp table .large {
	font-size: 114%;
	font-weight: bold;
}

#weather_sp table .large + p {
	margin: 2px 0 0;
}

#weather_sp table tr td .road {
	display: table;
	width: 100%;
}

#weather_sp table tr td .road dl {
	display: table-cell;
	width: 50%;
	padding: 0 3% 0 0;
	text-align: left;
	box-sizing: border-box;
}

#weather_sp table tr td .road dl + dl {
	padding: 0 0 0 3%;
	border-left: 1px dotted #558dbd;
}

#weather_sp table tr td .road dl dt {
	font-size: 114%;
	font-weight: bold;
}

#weather_sp table tr td .road dl dd {
	font-size: 71%;
}

#weather_sp table tr td .road dl dd span {
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
}

#weather_sp table tr td .road dl dd .icon_road01 {
	background: url(../../_html/img/icon_road01.png) no-repeat 0 center;
	background-size: 10px auto;
}

#weather_sp table tr td .road dl dd .icon_road02 {
	color: #fff226;
	background: url(../../_html/img/icon_road02.png) no-repeat 0 center;
	background-size: 10px auto;
}

#weather_sp table tr td .road dl dd .icon_road03 {
	color: #ff737e;
	background: url(../../_html/img/icon_road03.png) no-repeat 0 center;
	background-size: 10px auto;
}

#weather_sp .text {
	padding: 7px 3%;
	font-size: 86%;
}

#weather_sp .text p a:link,
#weather_sp .text p a:visited { color:#fff; }

#weather_sp .btn {
/**	width:26%;
	float: right;
	padding: 10px 0 0;
	margin:0;
	text-align:left;**/
	display:none;
}
#weather_sp .btn img {
	width:90%;
	height:auto;
}
/* お知らせ
======================================================= */

.info {
	background: #0069c2 url(../../img/sp/tit_info.png) no-repeat 15px 50%;
	-moz-background-size: 60px auto;
	background-size: 60px auto;
}

.info2 {
	background: #f44d4d url(../../img/sp/tit_info.png) no-repeat 15px 50%;
	-moz-background-size: 60px auto;
	background-size: 60px auto;
}

.info .inner,
.info2 .inner {
	width: 94%;
	margin: 0 auto;
	padding: 15px 0;
}

.info .inner h2,
.info2 .inner h2 {
	display: none;
}

.info p,
.info2 p {
	padding: 0 0 0 80px;
	color: #fff;
	font-size: 100%;
}

.info p a:link,.info2 p a:link,
.info p a:visited,.info2 p a:visited,
.info p a:hover,.info2 p a:hover,
.info p a:active,.info2 p a:active { color: #fff; }

/* メニュー
======================================================= */

.top_menu {
	padding: 10px 2% 5px;
	background: #6ed5f5;
}

.top_menu img {
	width: 100%;
	height: auto;
}

.top_menu .l_list li{
	padding: 0 0 5px;
}

.top_menu .l_list li a {
	display: block;
	height: 0;
	padding: 62% 0 0;
}

.top_menu .l_list li img {
	display: none;
}

.top_menu .l_list li:nth-child(1) a {
	background: url(../../img/sp/bnr_prevention2020.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .l_list li:nth-child(2) a {
	background: url(../../img/bnr_service2020.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .l_list li.new_ev {
	padding: 0 0 1px;
	margin: 0 0 5px;
	background: #ff8a00;
}

.top_menu .l_list li.new_ev ul {
	padding: 0 1% 0 0;
}

.top_menu .l_list li.new_ev ul li {
	float: left;
	width: 49%;
	padding: 0 0 5px 1%;
}

.top_menu .l_list li.op_ev {
	padding: 0 0 1px;
	margin: 0 0 5px;
	background: #15bb89;
}

.top_menu .l_list li.op_ev ul {
	padding: 0 1%;
}

.top_menu .l_list li.op_ev ul li {
	width: 100%;
}

.top_menu .l_list li img {
	opacity: 1 !important;
}

.top_menu .s_list li {
	width: 49%;
}


.top_menu .s_list li:nth-child(odd) {
	float: left;
}

.top_menu .s_list li:nth-child(even) {
	float: right;
}

.top_menu .s_list li {
	padding: 0 0 5px;
}

.top_menu .s_list li a{
	display: block;
	height: 0;
	padding: 79% 0 0;
}

.top_menu .s_list li img {
	display: none;
}


.top_menu .s_list li:nth-child(1) a {
	/*background: url(../../img/sp/bnr_liner2017.jpg) no-repeat 0 0;*/
	background: url(../../img/sp/bnr_ski_s.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li:nth-child(2) a {
	background: url(../../img/sp/bnr_season.jpg) no-repeat 0 0;
	/*background: url(../../img/sp/bnr_debut.jpg) no-repeat 0 0;*/
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li:nth-child(3) a {
	/*background: url(../../img/sp/bnr_spend.jpg) no-repeat 0 0;*/
	/*background: url(../../img/sp/bnr_activeresort.jpg) no-repeat 0 0;*/
	/*background: url(../../img/sp/bnr_ski_s.jpg) no-repeat 0 0;*/
	background: url(../../img/sp/bnr_access_car.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li:nth-child(4) a {
	/*background: url(../../img/sp/bnr_nursery2.jpg) no-repeat 0 0;*/
	/*	background: url(../../img/sp/bnr_rental2.jpg) no-repeat 0 0;*/
	background: url(../../img/sp/bnr_night2020.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}


/* linerbus */
.top_menu .s_list li a.num1 {
	background: url(../../img/sp/bnr_liner_shinjyuku.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num2 {
	background: url(../../img/sp/bnr_liner_hachioji.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num3 {
	background: url(../../img/sp/bnr_liner_hashimoto.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num4 {
	background: url(../../img/sp/bnr_liner_shinagawa.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num5 {
	background: url(../../img/sp/bnr_liner_kawasaki.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num6 {
	background: url(../../img/sp/bnr_liner_yokohama.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num7 {
	background: url(../../img/sp/bnr_liner_musashi.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num8 {
	background: url(../../img/sp/bnr_liner_center.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num9 {
	background: url(../../img/sp/bnr_liner_tama.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num10 {
	background: url(../../img/sp/bnr_liner_fujisawa.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num11 {
	background: url(../../img/sp/bnr_liner_matsuda.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num12 {
	background: url(../../img/sp/bnr_liner_kozu.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num13 {
	background: url(../../img/sp/bnr_liner_yokosuka.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num14 {
	background: url(../../img/sp/bnr_liner_konan.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num15 {
	background: url(../../img/sp/bnr_liner_shizuoka.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num16 {
	background: url(../../img/sp/bnr_liner_fujimiya.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num17 {
	background: url(../../img/sp/bnr_liner_numazu.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu .s_list li a.num18 {
	background: url(../../img/sp/bnr_liner_machida.jpg) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

/* //linerbus */




/* メニュー2
======================================================= */

.top_menu2 {
	padding: 40px 0 140px;
	background: url(../../img/sp/bg_main01.jpg) no-repeat center bottom;
	-moz-background-size: cover;
	background-size: cover;
}

.top_menu2 ul {
	width: 90%;
	margin: 0 auto;
}

.top_menu2 ul li {
	margin: 0 0 10px;
}

.top_menu2 ul li img {
	display: none;
}

.top_menu2 ul li a {
	display: block;
	height: 0;
	padding: 27% 0 0;
}

.top_menu2 ul li:nth-child(1) a {
	background: url(../../img/sp/bnr_magazine.gif) no-repeat center 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.top_menu2 ul li:nth-child(2) a {
	background: url(../../img/sp/bnr_reserve.gif) no-repeat center 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

/* イベント
======================================================= */

.event {
	padding: 30px 0;
	background: #00b7f0 url(../../img/sp/bg_main02.jpg) no-repeat center 0;
	-moz-background-size:cover;
	background-size:cover;
	overflow: hidden;
}

.event h2 {
	width: 88%;
	padding: 4px 0;
	margin: 0 auto 30px;
	background: #0069c2 url(../../img/sp/tit_h2_bg.gif) no-repeat 0 0;
	-moz-background-size: cover;
	background-size: cover;
	color:#fff;
	text-align:center;
	font-size:139%;
}

.event h2 img {
	display: none;
}

.event .btn {
	width: 60%;
	margin: 30px auto 0;
}

.event .btn img {
	display: none;
}

.event .btn a {
	display: block;
	padding: 16% 0 0;
	background: url(../../img/sp/btn_event.gif) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.event .evtbtn_box {
	width: 60%;
	margin: 30px auto 0;
}

.event .evtbtn_box p img {
	display: none;
}

.event .evtbtn_box p.ebt01 a{
	display: block;
	margin: 20px 0 0;
	padding: 16% 0 0;
	background: url(../../img/sp/btn_event.gif) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.event .evtbtn_box p.ebt02 a{
	display: block;
	margin: 20px 0 0;
	padding: 16% 0 0;
	background: url(../../img/sp/btn_calendar.gif) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.event .ebnr{
	margin:0 auto 40px;
	width: 88% !important;
	position: relative;
}

.event ul {
	left: 50%;
    margin: 0 0 0 -125px;
}

.event ul li {
	width: 250px;
	position: relative;
}

.event ul li .icon {
	width: 80px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 0;
}

.event ul li .eventimg {
	background: #fff;
	width:250px;
	height:250px;
	overflow:hidden;
}

#top_main .event .bx-wrapper img {
	max-width:none;
	opacity: 0.5;
}

#top_main .event .bx-wrapper .active img {
	opacity: 1;
}

.event ul li .eventtxt {
	position: relative;
	width: 220px;
	margin: -30px auto 0;
	padding: 10px 0 0;
	background: url(../../img/bg_event_txt.png) no-repeat center 0;
}

.event ul li .eventtxt .inner {
	padding: 15px 12px;
	background: #fff;
}

.event ul li .eventtxt .inner p {
	opacity: 0.5;
}

.event ul li.active .eventtxt .inner p {
	opacity: 1;
}

.event ul li a {
	display: block;
}

.event ul li a:link {
	text-decoration: none;
}

.event .bx-wrapper .bx-viewport {
	background: none;
}

.bx-wrapper .bx-controls-direction a {
    top: 40% !important;
}

.event .bx-wrapper .bx-prev {
	left: 3%;
}

.event .bx-wrapper .bx-next {
	right: 3%;
}

/* TW・FB
======================================================= */

.tw_fb {
	padding: 30px 0;
	background: url(../../img/sp/bg_main04.jpg) no-repeat center 0;
	-moz-background-size: cover;
	background-size: cover;
}

.tw_fb .inner {
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
}

.tw_fb .inner h2 {
	margin: 0 0 12px;
}

.tw_fb .tw {
	margin: 0 0 30px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
}

/* 写真館
======================================================= */

.photo {
	padding: 30px 0;
	background: #00b7f0 url(../../img/sp/bg_main02.jpg) no-repeat center 0;
	-moz-background-size:cover;
	background-size:cover;
	overflow: hidden;
}

.photo h2 {
	width: 88%;
	padding: 4px 0;
	margin: 0 auto 30px;
	background: #0069c2 url(../../img/sp/tit_h2_bg.gif) no-repeat 0 0;
	-moz-background-size: cover;
	background-size: cover;
	color:#fff;
	text-align:center;
	font-size:139%;
}

.photo .more{
	width: 80%;
	margin:0 auto;
	padding:10px 0;
	background:#0069c2 url(../../common/img/arw2.png) no-repeat 10px center;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:100;
}

.photo .more a:link,
.photo .more a:hover,
.photo .more a:active,
.photo .more a:visited{
	color:#fff !important;
	text-decoration:none;
}


#social-hub-wrapper {
	height: 240px !important;
	margin-bottom: 30px;
}

.ngdialog {
	z-index: 10002 !important;
}


/* リンク
======================================================= */

.link_block {
	padding: 50px 0 50px;
	background: #f5f5f5 url(../../img/sp/bg_main05.gif) no-repeat center 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.link_block h2 {
	margin: 0 0 30px;
	text-align: center;
}

.link_block .link_list {
	width: 70%;
	margin: 0 auto;
}

.link_block .link_list ul {
	left: 50%;
	margin: 0 0 0 -90px;
}

.link_block .link_list li {
	width: 180px !important;
}

.link_block .link_list .bx-wrapper .bx-viewport {
	background: none;
}

.link_block .link_list .bx-wrapper .bx-prev {
	left: -17%;
}

.link_block .link_list .bx-wrapper .bx-next {
	right: -17%;
}

/* Youtube
======================================================= */

.movie_block {
	padding: 30px 0;
	background: #f5f5f5 url(../../img/bg_movie.gif) center top;
	background-size:14%;
}

.movie_block .inner {
    position: relative;
    width: 96%;
    padding-top: 56.25%;
    margin: 0 auto 20px;
}
.movie_block .inner iframe {
    position: absolute;
    top: 30px;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

.movie_block .inner h3 {
	color:#fff226;
	font-size:139%;
	font-weight:bold;
	position: absolute;
	text-align:center;
	top: 0;
	left: 0;
	background: rgba(0,192,255,0.3);
	width:100%;
}

/* Youtube&LIVE
======================================================= */

.movie_block2 {
	padding: 20px 0 10px;
	background: #03749d url(../../img/bg_movie2.gif) center top;
}

.movie_block2 .inner {
	position: relative;
	width: 96%;
	padding: 0 0 20%;
	margin: 0 auto;
}

.movie_block2 .inner h3 {
	color:#fff226;
	font-size:139%;
	font-weight:bold;
	position: absolute;
	text-align:center;
	top: 0;
	left: 0;
	background: rgba(0,192,255,0.3);
	width:100%;
}

.movie_block2 .inner .lc {
	position: relative;
	width: 100%;
	padding-top: 78%;
	margin:0 0 50px;
}

.movie_block2 .inner .lc iframe {
	position: absolute;
	top: 30px;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border:0;
}


.movie_block2 .inner .yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie_block2 .inner .yt iframe {
	position: absolute;
	top: 30px;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border:0;
}


/* 感染症予防対策の取り組みについて
======================================================= */
.covid-19_block{
	background: #00b7f0;
	padding: 20px 0;
}

.covid-19_block .inner{
	width: 88%;
	margin: 0 auto;
}

.covid-19_block a{
	display: block;
	text-decoration: none;
	background: #fff;
}

.covid-19_block a .img{
	padding: 10px 18px;
	background: #eaf2f5;
	text-align: center;
}

.covid-19_block a .txt{
	padding: 20px 46px 20px 20px;
	background: url(../img/arw_box.gif) right 10px center no-repeat;
}

.covid-19_block a .txt p{
	font-size: 100%;
	color: #333;
}

.covid-19_block a .txt br{
	display: none;
}

.covid-19_block a .txt .tit{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 3px;
}

.covid-19_block a .txt .tit span{
	color: #e9282b;
}



