@charset "UTF-8";

.vis-tb,
.vis-sp {
	display: none;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 0;
	line-height: 1;
	padding: 10px;
	margin-top: -27px;
}

.slick-prev {
	left: -50px;
}

.slick-next {
	right: -50px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 34px;
	font-family: icomoon;
	color: #1d4da6;
}

.slick-prev:before {
	content: "\e611";
}

.slick-next:before {
	content: "\e60f";
}

.pageHeader,
.gnav,
.sideBar {

	/*display: none;*/
}

.sideBar-header {
	display: none;
}

.pageFooter {
	border-top: none;
	z-index: 100;
}

.pageFooter_pagetop {
	display: none;
}

.main {
	position: relative;
	z-index: 5;
}

.main a,
.main h1,
.main h2,
.main h3,
.main h4,
.main h5 {
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hero {
	position: relative;
	line-height: 1;
	background-size: cover;
	overflow: hidden;
}

.Mobile .hero {
	background: url('../media/home2018/img-hero-dummy.jpg') center no-repeat;
}

.hero_movie {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	min-height: 110%;
	min-width: 110%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero:before {
	content: "";
	display: block;
	padding-top: 700px;
	z-index: 10;
	position: relative;
}

.hero_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;	/*font-family: Lato, sans-serif;*/
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 65px;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero_text .-open {
	font-size: 0.8em;
	color: #2D69E0;
}

.hero_text .-tsume {
	display: inline-block;
	text-indent: -0.4em;
}

.hero_img {
	max-width: 75%;
	height: auto;
}

.hero_nav {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 30;
}

.hero_nav > a {
	display: block;
	padding: 15px;
	margin-top: 1px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

/* 
.hero_nav > a.-item01 {
margin-top: 0;
background: #E13939;
}

.hero_nav > a.-item02 {
background: #EA5981;
}

.hero_nav > a.-item03 {
background: #0DAD6F;
}

.hero_nav > a.-item04 {
background: #0D9DD3;
}

.hero_nav > a.-item05 {
background: #4B56A8;
} */
.hero_nav > a.-item01 {
	margin-top: 0;
	background: #ec0d50;
}

.hero_nav > a.-item02 {
	background: #ff6625;
}

.hero_nav > a.-item03 {
	background: #ffb600;
}

.hero_nav > a.-item04 {
	background: #83d30d;
}

.hero_nav > a.-item05 {
	background: #0ead6e;
}

.hero_nav > a.-item06 {
	background: #0f9dd3;
}

.hero_nav > a.-item07 {
	background: #2d69e0;
}

.hero_nav > a.-item08 {
	background: #4B56A8;
}

.hero_ema {
	display: none;
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 50;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	box-sizing: border-box;
}

.hero > .hero_ema {
	display: block;
}

.hero_ema_info {
	display: table;
	margin: 0 auto;
	vertical-align: middle;
	width: 100%;
	max-width: 1100px;
	border: 4px solid #e1393a;
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
}

.hero_ema_info dt,
.hero_ema_info dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 15px;
	text-align: left;
	line-height: 1.4;
}

.hero_ema_info dt {
	background: #e6313f;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 9em;
}

.hero_ema_info dd {
	transition: color .3s;
}

.hero_ema_list {
	list-style-type: none;
}

.hero_ema_list > li {
	position: relative;
	margin-top: 0.4em;
	padding-left: 1em;
}

.hero_ema_list > li:first-child {
	margin-top: 0;
}

.hero_ema_list > li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #e6313f;
	position: absolute;
	left: 2px;
	top: 0.7em;
	margin-top: -2px;
}

.hero_ema_list > li a {
	color: #E6313F;
}

.spnav {
	display: none;
	flex-wrap: wrap;
	text-align: center;
	background: #0F43A5;
}

.spnav > a {
	font-size: 15px;
	padding: 10px 0;
	text-decoration: none;
	font-style: normal;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 50%;
	border-top: 1px solid #fff;
}

.spnav > a:nth-child(-n+2) {
	border-top: 0;
}

.spnav > a:nth-child(2n) {
	border-left: 1px solid #fff;
}

.today {
	position: relative;
	z-index: 10;
	padding: 0 20px 15px;
}

.today_inner {
	max-width: 1100px;
	margin: -40px auto 0;
}

.today_cnt {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	background-color: #FFF;
	background-image: url('../media/home2018/img-today-corner@2x.png');
	background-size: 73px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 30px 50px;
	position: relative;
}

.today_ttl {
	color: #e13939;
	font-size: 18px;
	line-height: 1;
}

.today_open {
	color: #e13939;
	border: 1px solid #ccc;
	position: absolute;
	top: 22px;
	left: 193px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 15px;
}

.today_row {
	margin-top: 15px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: start;
}

.today_news {
	margin-right: 40px;
	line-height: 1.5;
	vertical-align: top;
}

.today_news dl {
	overflow: hidden;
	margin-top: 10px;
}

.today_news dl:first-child {
	margin-top: 0;
}

.today_news dl > dt {
	float: left;
	background: #0D76E1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 125px;
}

.today_news dl > dt.-emergency {
	background-color: #E6313F;
}

.today_news dl > dt.-wait {
	background-color: #FF5C26;
}

.today_news dl > dt.-ootani {
	background-color: #D071FF;
}

.today_news dl > dt.-tateyama {
	background-color: #17AE54;
}

.today_news dl > dt.-oogizawa {
	background-color: #3777C9;
}

.today_news dl > dd {
	margin-left: 11em;
}

.today_link {
}

.today_link > a {
	display: block;
	white-space: nowrap;
	color: #333;
	text-decoration: none;
	line-height: 30px;
	border: 1px solid #ccc;
	margin-top: 8px;
	font-weight: bold;
	width: 200px;
	font-size: 13px;
	height: 30px;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

.today_link > a.-link01 {
	margin-top: 0;
}

.today_link > a.-link02 {
	color: #E6313F;
}

.today_link > a:before {
	font-family: icomoon;
	line-height: 1;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -0.5em;
	font-weight: normal;
	font-size: 15px;
}

.today_link > a.-link01:before {
	content: "\e648";
	font-size: 18px;
	left: 7px;
}

.today_link > a.-link02:before {
	content: "\e65b";
}

.today_link > a.-link03:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../media/home2018/icn-drone.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.today_link > a.-link04:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../media/home2018/icn-camera.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.today_girl {
	position: absolute;
	right: 30px;
	top: -30px;
}

.today_comment {
	position: absolute;
	right: 120px;
	top: -20px;
	-webkit-animation: fuwafuwa 3s ease-in-out infinite;
	animation: fuwafuwa 3s ease-in-out infinite;
}

.today_comment_balloon {
	position: relative;
	display: inline-block;
	width: 200px;
	color: #FFF;
	text-align: center;
	padding: 10px 20px 10px 10px;
	background-color: #0080ff;
	border-radius: 5px;
}

.today_comment_balloon:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: transparent #0080ff;
	border-width: 5px 0 5px 20px;
	top: 50%;
	right: -20px;
	margin-top: -5px;
}

.today_comment_balloon > a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-decoration: none;
}

.today_comment_balloon > a:after {
	font-family: icomoon;
	font-size: 16px;
	color: #FFF;
	line-height: 1;
	content: "\e60f";
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -0.5em;
}

.weather {
	background: #EEE;
	padding: 30px 0;
}

.weather_row {

	/* display: flex; */

	/* justify-content: space-between; */
}

.weather_col {
}

.weather_col.-left {

	/* flex: 1; */
}

.weather_col.-right {
	width: 21%;
	margin-left: 15px;
}

.weather_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.weather_box {
	width: 49%;
	background: #fff;
	display: inline-block;
	border-radius: 10px;
	padding: 10px;
	line-height: 1;
	box-sizing: border-box;
	position: relative;
}

.weather_box_cnt {
	position: relative;
	padding-right: 60px;
}

.weather_box_cnt.-hidden {
	padding-right: 0;
}

.weather_box_dl {
	font-size: 15px;
	font-weight: bold;
	display: table;
	width: 100%;
	text-align: center;
	height: 36px;
}

.weather_box_dl dt,
.weather_box_dl dd {
	display: table-cell;
	vertical-align: sub;
}

.weather_box_cnt.-hidden .weather_box_dl dt,
.weather_box_cnt.-hidden .weather_box_dl dd {
	vertical-align: middle;
}

.weather_box_dl dt {
	width: 6em;
}

.weather_box_dl dd {
}

.weather_box_dl dd.-none {
	text-align: left;
}

.weather_box_dl dd.-weather {
	width: 5em;
}

.weather_box_dl dd.-temp {
	white-space: nowrap;
}

.weather_box_dl dd strong {
	font-size: 36px;
	font-weight: normal;
	font-family: "Lato", "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: -0.1em;
	margin: 0 5px;
	line-height: 1;
	display: inline-block;
}

.weather_box_icon {
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 50%;
	width: 51px;
	height: 51px;
	background: url(/media/home/icn-weather_x2.png) 0 0 no-repeat;
	background-size: 100% 1100%;
	margin-top: -25px;
}

.is-ltIE8 .weather_box_icon {
	background-image: url(/media/home/icn-weather.png);
}

.weather_box_icon-hare {
	background-position: 0 0%;
}

.weather_box_icon-kumori {
	background-position: 0 10%;
}

.weather_box_icon-ame {
	background-position: 0 20%;
}

.weather_box_icon-kosame {
	background-position: 0 30%;
}

.weather_box_icon-yuki {
	background-position: 0 40%;
}

.weather_box_icon-fubuki {
	background-position: 0 50%;
}

.weather_box_icon-kiri {
	background-position: 0 60%;
}

.weather_box_icon-arare {
	background-position: 0 70%;
}

.weather_box_update {
	width: 100%;
	font-size: 11px;
	color: #999999;
	line-height: 1;
	margin-top: 5px;
	text-align: center;
}

.weather_link {
	background: #a3afbf;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
}

.weather_link > a {
	display: inline-block;
	margin-left: 30px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
	vertical-align: text-bottom;
}

.weather_link > a:first-child {
	margin-left: 0;
}

.weather_link > a:before {
	font-weight: normal;
	font-family: icomoon;
	content: "\e60f";
	vertical-align: middle;
	font-size: 10px;
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.6em;
}

.weather_link > a[target="_blank"]:after {
	font-family: icomoon;
	content: "\e641";
	font-weight: normal;
}

.weather_otani {
	background: #fff;
	padding: 5px;
	border-radius: 10px;
}

.weather_otani_cnt {
	display: flex;
	align-items: center;
}

.weather_otani_img {
	width: 50%;
}

.weather_otani_img img {
	max-width: 100%;
	height: auto;
}

.weather_otani_dl {
	width: 50%;
	text-align: center;
	font-size: 15px;
	font-family: "Lato", "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.weather_otani_dl dt {
	display: block;
}

.weather_otani_dl dd {
	display: block;
}

.weather_otani_dl dd strong {
	font-size: 36px;
	line-height: 1;
	vertical-align: baseline;
	font-weight: normal;
	margin-right: 0.1em;
}

.weather_otani_update {
	font-size: 11px;
	color: #999999;
	text-align: center;
	line-height: 1;
	margin-top: 5px;
}

.info {
	padding: 30px 0;
}

.info_wrap {
	display: flex;
	justify-content: space-between;	/* align-items: center; */
}

.info_news {
	width: 67%;
}

.info_news_head {
	line-height: 1;
	position: relative;
}

.info_news_head h2 {
	font-size: 18px;
	line-height: 30px;
}

.info_news_head a {
	line-height: 30px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	border: 1px solid;
	display: inline-block;
	height: 30px;
	box-sizing: border-box;
	padding: 0 25px 0 10px;
	border-radius: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.info_news_head a:after {
	font-family: icomoon;
	font-size: 10px;
	line-height: 1;
	content: "\e60f";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
}

.info_news_list {
	list-style: none;
	line-height: 1;
	margin-top: 10px;
}

.info_news_list > li {
	border-bottom: 1px solid #ccc;
}

.info_news_list > li:first-child {
	border-top: 1px solid #ccc;
}

.info_news_list > li a {
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #333;
	padding: 8px 0px;
}

.info_news_list > li time {
	margin-right: 10px;
	display: inline-block;
}

.info_news_list > li span {
	display: inline-block;
	margin-right: 10px;
	font-size: 11px;
	line-height: 17px;
	padding: 0 10px;
	background: #777;
	color: #fff;
}

.info_news_list > li span.news_list_icon-new {
	background-color: #ff6625;
}

.info_news_list > li span.news_list_icon-store {
	background-color: #8BB600;
}

.info_news_list > li span.news_list_icon-info {
	background-color: #FF9900;
}

.info_news_list > li span.news_list_icon-news {
	background-color: #8BB600;
}

.info_news_list > li span.news_list_icon-media {
	background-color: #2d69e0;
}

.info_news_list > li span.news_list_icon-special {
	background-color: #f5091f;
}

.info_news_list > li em {
	font-style: normal;
}

.info_news_nav {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info_news_nav a {
	box-sizing: border-box;
	margin: 0 5px;
	padding: 8px 15px;
	text-align: center;
	background: #EBEBEB;
	color: #003DAC;
	transition: background 0.3s;
	text-decoration: none;
}

.info_news_nav a:hover {
	color: #fff;
	background: #003DAC;
}

.info_bnr {
	width: 30%;
}

.info_bnr_item {
	color: #333;
	background: #eeeeee;
	padding: 5px;
	width: 100%;
	height: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
	text-decoration: none;
}

.info_bnr_item:first-child {
	margin-top: 0;
}

.info_bnr_img {
	width: 150px;
	height: 150px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.info_bnr_cnt {
	margin-top: 10px;
	vertical-align: middle;
}

.info_bnr_cnt small {
	font-size: 14px;
	line-height: 1.3;
	color: #007EE9;
}

.info_bnr_cnt h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

.info_bnr_item.-blog .info_bnr_cnt h3 {
	color: #EB6692;
}

.info_bnr_item.-season .info_bnr_cnt h3 {
	color: #007EE9;
}

.info_bnr_cnt p {
	margin-top: 10px;
	line-height: 1.5;
}

.leaves {
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.leaves_cnt {
	padding: 30px 0;
}

.leaves_wrap {
}

.leaves_head {
	position: relative;
}

.leaves_ttl {
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.leaves_memo {
	font-size: 12px;
	margin-top: 10px;
}

.leaves_btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	font-size: 0;
}

.leaves_btn_item {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.leaves_btn_item:last-child {
	margin-right: 0;
}

.leaves_btn_item > a {
	display: block;
	height: 30px;
	box-sizing: border-box;
	padding: 0 25px 0 10px;
	border-radius: 15px;
	text-decoration: none;
	color: #333;
	line-height: 30px;
	font-size: 13px;
	border: 1px solid;
	position: relative;
}

.leaves_btn_item > a:after {
	font-family: icomoon;
	font-size: 10px;
	line-height: 1;
	content: "\e60f";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
}

.leaves_item {
	margin-top: 45px;
	position: relative;
}

.leaves_item_time {
	position: absolute;
	top: -27px;
	right: 0;
}

.leaves_item_scroll {
	display: none;
	font-size: 12px;
}

.leaves_scroll_cnt {
}

.leaves_tbl {
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
}

.leaves_tbl th,
.leaves_tbl td {
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}

.leaves_tbl th {
	background: #EEE;
	font-weight: normal;
	white-space: nowrap;
}

.leaves_tbl td {
	width: 92px;
}

.leaves_tbl_img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 61px 60px;
	width: 56px;
	height: 60px;
	margin: 0 auto;
}

.leaves_tbl_img.-green {
	background-image: url(/media/autumn-leaves/img-leaves01@2x.png);
}

.leaves_tbl_img.-begin {
	background-image: url(/media/autumn-leaves/img-leaves02@2x.png);
}

.leaves_tbl_img.-half {
	background-image: url(/media/autumn-leaves/img-leaves03@2x.png);
}

.leaves_tbl_img.-best {
	background-image: url(/media/autumn-leaves/img-leaves04@2x.png);
}

.leaves_tbl_img.-fade_begin {
	background-image: url(/media/autumn-leaves/img-leaves05@2x.png);
}

.leaves_tbl_img.-fade {
	background-image: url(/media/autumn-leaves/img-leaves06@2x.png);
}

.leaves_tbl_img.-snow {
	background-image: url(/media/autumn-leaves/img-leaves07@2x.png);
	background-size: 61px 61px;
	width: 56px;
	height: 61px;
}

.leaves_tbl_state span {
	display: block;
	margin-top: 5px;
	padding: 3px 0;
	font-weight: bold;
}

.leaves_tbl_state span.-green {
	color: #497222;
}

.leaves_tbl_state span.-begin {
	color: #6E9125;
}

.leaves_tbl_state span.-half {
	color: #D66B2F;
}

.leaves_tbl_state span.-best {
	color: #E74B30;
}

.leaves_tbl_state span.-fade_begin {
	color: #BC7124;
}

.leaves_tbl_state span.-fade {
	color: #6A3D1F;
}

.leaves_tbl_state span.-snow {
	color: #2679AD;
}

.menu {
	padding: 0px 10px;
}

.menu_row {
	display: flex;
	max-width: 1340px;
	margin: 0 auto;
	justify-content: space-between;
}

.menu_col {
	width: 49.25%;
}

.menu_live {
	height: 270px;
	background: url('../media/home2018/img-menu-live-bg.jpg') no-repeat;
	background-size: cover;
	padding: 40px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	line-height: 1;
}

.menu_live_ttl {
}

.menu_live_nav {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.menu_live_nav > a {
	display: inline-block;
	background: #FFF;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	width: 32%;
	margin-left: 2%;
	margin-top: 2%;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
}

.menu_live_nav > a:nth-child(3n+1) {
	margin-left: 0;
}

.menu_live_nav > a:nth-child(-n+3) {
	margin-top: 0;
}

.menu_live_nav > a.-live06:after {
	font-family: icomoon;
	content: "\e641";
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 11px;
	display: inline-block;
	font-weight: normal;
}

.menu_about {
	position: relative;
	display: block;
	height: 120px;
	background: url('../media/home2018/img-menu-about-bg.jpg') no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
	margin-top: 10px;
}

.menu_pamphlet {
	margin-top: 10px;
	display: block;
}

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

.menu_model {
	position: relative;
	display: block;
	background: url('../media/home2018/img-menu-model-bg02.jpg') no-repeat top right;
	background-size: cover;
	margin-top: 10px;
	height: 150px;
	text-align: center;
	padding: 40px 0;
	box-sizing: border-box;
}

.menu_model_img img {
	width: 380px;
	height: auto;
}

.menu_murodo {
	position: relative;
	display: block;
	background: url('../media/home2018/img-menu-murodo-bg.jpg') no-repeat;
	background-size: cover;
	margin-top: 10px;
	height: 150px;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}

.menu_pickup {
	width: 100%;
	height: 720px;
	background-size: cover;
	position: relative;
	padding: 21px 40px 20px 40px;
	box-sizing: border-box;
}

.menu_pickup.-otani {
	background: url('../media/home2018/img-menu-otani-bg.jpg') center no-repeat;
	background-size: cover;
}

.menu_pickup.-yama {
	background: url('../media/home2018/img-menu-yama-bg.jpg') center no-repeat;
	background-size: cover;
}

.menu_pickup.-kouyou {
	background: url('../media/home2018/img-menu-kouyou-bg.jpg') center no-repeat;
	background-size: cover;
}

.menu_pickup.-winter {
	background: url('../media/home2018/img-menu-winter-bg.jpg') center no-repeat;
	background-size: cover;
}

.menu_pickup_ttl {
	padding-right: 90px;
}

.menu_pickup_ttl.-txt {
	color: #FFF;
}

.menu_pickup_ttl img {
	max-width: 100%;
	height: auto;
}

.menu_pickup_subttl {
	color: #FFF;
	font-size: 18px;
}

.menu_pickup_link {
	margin-top: 12px;
}

.menu_pickup_link dt {
	position: relative;
	z-index: 10;
	margin-bottom: -9px;
}

/*.menu_pickup_link dt.-held {
position: static;
margin: 15px 0 10px;
font-weight: bold;
color: #FFF;
font-size: 15px;
}*/
.menu_pickup_link dt em {
	font-style: normal;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	width: 100px;
	line-height: 22px;
}

.menu_pickup_link.-event dt em {
	font-style: normal;
	background: #044FB6;
}

.menu_pickup.-winter .menu_pickup_link.-enjoy dt em {
	background: #d570c5;
}

.menu_pickup_link.-enjoy dt em {
	font-style: normal;
	background: #00AC6D;
}

.menu_pickup_link.-held dt em {
	font-style: normal;
	background: #ff7a4d;
	width: 180px;
}

.menu_pickup_link dd {
	margin-bottom: 1px;
	position: relative;
	z-index: 0;
}

.menu_pickup_link dd a {
	position: relative;
	display: block;
	background: #fff;
	max-width: 350px;
	padding: 8px 30px 7px 20px;
	box-sizing: border-box;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.menu_pickup_link dd.-btn {
	display: block;
	background: #fff;
	max-width: 350px;
	padding: 8px 30px 7px 20px;
	box-sizing: border-box;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.menu_pickup_link dd a:after {
	font-family: icomoon;
	font-size: 10px;
	line-height: 1;
	content: "\e60f";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
}

.menu_pickup_link dd a.-btn:after {
	content: "";
}

.menu_pickup_link dd.-spot a {
	border: 5px solid #A6E9FF;
}

.menu_pickup_pick {
	position: absolute;
	right: 0;
	top: 0;
}

.bnrs {
	padding: 80px 0;
	background: url('../media/home2018/img-bnrs-bg.jpg') no-repeat;
	background-size: cover;
}

.bnrs_row {
	margin-top: 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.bnrs_row:first-child {
	margin-top: 0;
}

.bnrs_row a {
}

.bnrs_row.-col2 a {
	width: 49%;
	margin-left: 2%;
}

.bnrs_row.-col2 a:nth-child(2n+1) {
	margin-left: 0;
}

.bnrs_row a img {
	max-width: 100%;
	height: auto;
}

.ticket {
	padding: 60px 15px;
	border-top: 1px solid #ccc;
}

.ticket_inner {
	position: relative;
	max-width: 1340px;
	margin: 0 auto;
}

.ticket_ttl {
	text-align: center;
	line-height: 1;
}

.ticket_ttl em {
	font-style: normal;
	display: inline-block;
	font-size: 20px;
	padding-left: 55px;
	position: relative;
	font-style: normal;
}

.ticket_ttl em:before {
	font-family: icomoon;
	content: "\e909";
	position: absolute;
	left: 0;
	font-weight: normal;
	top: 50%;
	margin-top: -0.6em;
	font-size: 33px;
}

.ticket_list {
	font-size: 0;
	margin-top: 20px;
	list-style: none;
}

.ticket_list > li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;	/* width: 19%; */
	width: 24.0625%;
	margin-top: 1.25%;
	margin-left: 1.25%;
	text-align: center;
}

.ticket_list > li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #aaa;
	text-decoration: none;
	line-height: 1;
	padding: 20px 0;
}

/*
.ticket_list > li.-item01 a {
background: #E13939;
}

.ticket_list > li.-item02 a {
background: #EA5981;
}

.ticket_list > li.-item03 a {
background: #0DAD6F;
}

.ticket_list > li.-item04 a {
background: #0D9DD3;
}

.ticket_list > li.-item05 a {
background: #4B56A8;
} */
.ticket_list > li.-item01 a {
	margin-top: 0;
	background: #ec0d50;
}

.ticket_list > li.-item02 a {
	background: #ff6625;
}

.ticket_list > li.-item03 a {
	background: #ffb600;
}

.ticket_list > li.-item04 a {
	background: #83d30d;
}

.ticket_list > li.-item05 a {
	background: #0ead6e;
}

.ticket_list > li.-item06 a {
	background: #0f9dd3;
}

.ticket_list > li.-item07 a {
	background: #2d69e0;
}

.ticket_list > li.-item08 a {
	background: #4B56A8;
}

.ticket_list > li p {
	margin-top: 10px;
	line-height: 1.5;
}

.ticket_girls {
	position: absolute;
	top: -50px;
	right: 0;
}

.ticket_girls img {
	max-width: 100%;
	height: auto;
}

.help {
	padding: 60px 0;
}

.help_wrap {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.help_ttl {
	text-align: center;
	line-height: 1;
}

.help_ttl em {
	font-style: normal;
	display: inline-block;
	font-size: 20px;
	padding-left: 45px;
	position: relative;
	font-style: normal;
}

.help_ttl em:before {
	font-family: icomoon;
	content: "\e906";
	position: absolute;
	left: 0;
	font-weight: normal;
	top: 50%;
	margin-top: -0.5em;
	font-size: 33px;
}

.help_lead {
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
}

.help_link {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	flex-wrap: wrap;
}

.help_link > a {
	width: 19%;
	margin-top: 15px;
	margin-left: 1.25%;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
	line-height: 1.3;
	font-weight: bold;
	padding: 15px 10px 15px 50px;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
}

.help_link > a:before {
	font-family: icomoon;
	color: #0DAD6F;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
	font-weight: normal;
	font-size: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.help_link > a.-item01:before {
	content: "\e90a";
}

.help_link > a.-item02:before {
	content: "\e90b";
}

.help_link > a.-item03:before {
	content: "\e90c";
	font-size: 22px;
}

.help_link > a.-item04:before {
	content: "\e90d";
}

.help_link > a.-item05:before {
	content: "\e90e";
	font-size: 17px;
}

.help_link > a.-item06:before {
	content: "\e90f";
}

.help_link > a.-item07:before {
	content: "\e910";
}

.help_link > a.-item08:before {
	content: "\e911";
	font-size: 17px;
}

.help_link > a.-item09:before {
	content: "\e912";
}

.help_link > a.-item10:before {
	content: "\e913";
}

.help_link > a:nth-child(-n+5) {
	margin-top: 0;
}

.help_link > a:nth-child(5n+1) {
	margin-left: 0;
}

.help_link > a em {
	font-style: normal;
	vertical-align: middle;
}

.help_link > a em {
	font-style: normal;
	vertical-align: middle;
}

.help_btmlink {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	flex-wrap: wrap;
}

.help_btmlink > a {
	color: #FFF;
	background: #0DAD6F;
	width: 49.3%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
	padding: 15px 30px 15px 15px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
}

.help_btmlink > a:after {
	font-family: icomoon;
	content: "\e60f";
	font-weight: normal;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 12px;
	font-size: 12px;
}

.help_btmlink > a:first-child {
	margin-left: 0;
}

.model {
	padding: 60px 10px;
}

.model_inner {
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}

.model_ttl {
	text-align: center;
	line-height: 1;
}

.model_ttl em {
	font-style: normal;
	display: inline-block;
	font-size: 20px;
	padding-left: 40px;
	position: relative;
	font-style: normal;
}

.model_ttl em:before {
	font-family: icomoon;
	content: "\e907";
	position: absolute;
	left: 0;
	font-weight: normal;
	top: 50%;
	margin-top: -0.6em;
	font-size: 36px;
}

.model_list {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.model_item {
	text-decoration: none;
	color: #333;
	text-align: center;
	box-sizing: border-box;
}

.model_item_fig {
}

.model_item_fig img {
	max-width: 100%;
	height: auto;
}

.model_item_fig figcaption {
	margin-top: 10px;
}

.model_item_fig h3 {
	font-size: 14px;
}

.model_item_fig p {
	font-size: 13px;
}

.model_girl {
	position: absolute;
	left: 30px;
	top: -40px;
}

.model_girl img {
	max-width: 100%;
	height: auto;
}

.event {
	padding: 60px 0;	/* border-bottom: 1px solid #ccc; */
	overflow: hidden;
	position: relative;
}

.event_inner {
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}

.event_head {
	position: relative;
}

.event_ttl {
	text-align: center;
	line-height: 1;
}

.event_ttl em {
	font-style: normal;
	display: inline-block;
	font-size: 20px;
	padding-left: 45px;
	position: relative;
	font-style: normal;
}

.event_ttl em:before {
	font-family: icomoon;
	content: "\e905";
	position: absolute;
	left: 0;
	font-weight: normal;
	top: 50%;
	margin-top: -0.6em;
	font-size: 33px;
}

.event_nav {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	display: flex;
}

.event_nav a {
	margin-left: 10px;
	line-height: 30px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	border: 1px solid;
	display: inline-block;
	height: 30px;
	box-sizing: border-box;
	padding: 0 25px 0 10px;
	border-radius: 15px;
	position: relative;
}

.event_nav a:first-child {
	margin-left: 0;
}

.event_nav a:after {
	font-family: icomoon;
	font-size: 10px;
	line-height: 1;
	content: "\e60f";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
}

.event_list {
	max-width: 1280px;
	margin: 30px auto 0;
}

.event_item {
	position: relative;
	padding: 0 10px;
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
	outline-style: none;
}

.event_item_fig {
	position: relative;
	z-index: 5;
}

.event_item_icon {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	border: 0px !important;
}

.event_item_fig img {
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.event_item_fig figcaption {
	margin-top: 10px;
}

.event_item_fig h3 {
	font-size: 14px;
}

.event_item_fig p {
	font-size: 13px;
}

.event_girl {
	left: 30px;
	top: -50px;
	position: absolute;
}

.event_girl img {
	max-width: 100%;
	height: auto;
}

.rcmnd {
	padding: 60px 0;
	background: #EEE;
	overflow: hidden;
}

.rcmnd_inner {
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}

.rcmnd_ttl {
	text-align: center;
	line-height: 1;
}

.rcmnd_ttl em {
	font-style: normal;
	display: inline-block;
	font-size: 20px;
	padding-left: 45px;
	position: relative;
	font-style: normal;
}

.rcmnd_ttl em:before {
	font-family: icomoon;
	content: "\e908";
	position: absolute;
	left: 0;
	font-weight: normal;
	top: 50%;
	margin-top: -0.6em;
	font-size: 33px;
}

.rcmnd_list {
	max-width: 1275px;
	margin: 30px auto 0;
}

.rcmnd_item {
	text-decoration: none;
	color: #333;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	outline-style: none;
}

.rcmnd_item_fig {
	position: relative;
	z-index: 5;
}

.rcmnd_item_icon {
	position: absolute;
	top: 1px;
	right: -1px;
	z-index: 10;
}

.rcmnd_item_fig_img {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ccc;
	width: 100%;
	background-color: #eee;
}

.rcmnd_item_fig_img:before {
	display: block;
	content: "";
	padding-top: 60%;
}

.rcmnd_item_fig img {
	max-width: 100%;
	height: auto;
}

.rcmnd_item_fig figcaption {
	margin-top: 10px;
}

.rcmnd_item_fig h3 {
	font-size: 14px;
}

.rcmnd_item_fig p {
	font-size: 13px;
}

.rcmnd_girl {
	position: absolute;
	left: 30px;
	top: -30px;
}

.rcmnd_girl img {
	max-width: 100%;
	height: auto;
}

.group {
	background: #EEE;
	padding: 30px 15px;
}

.group_inner {
	max-width: 1340px;
	margin: 0 auto;
}

.group_list {
	font-size: 0;
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.group_list a {
	display: inline-block;
	width: 23.5%;
	margin-left: 2%;
	margin-top: 2%;
}

.group_list a img {
	max-width: 100%;
	height: auto;
}

.pagetop {
	background: #72C0C7;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	line-height: 1;
	text-align: center;
}

.pagetop em {
	font-style: normal;
	padding-top: 15px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.pagetop em:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	font-family: icomoon;
	content: "\e60e";
}

.girls {
	text-align: center;
	padding-top: 30px;
}

.girls_img {
}

.girls_btn {
	margin-top: 10px;
}

.girls_btn button {
	display: inline-block;
	-webkit-appearance: none;
	border: 1px solid #333;
	line-height: 30px;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 15px;
}

.alpenGirl {
	width: 900px;
	box-sizing: border-box;
	margin: 0 auto;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	border-radius: 10px;
	border: 1px solid #ccc;
	position: absolute;
	z-index: 10;
	padding-top: 98px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 20px;
	left: 50%;
	margin-left: -450px;
	top: 99px;
	background: #fff;
	display: none;
}

.alpenGirl_close {
	position: absolute;
	z-index: 1;
	top: 13px;
	right: 13px;
}

.alpenGirl_close-footer {
	position: static;
	text-align: center;
	width: 100%;
	margin-top: 6px;
}

.alpenGirl_close:hover {
	text-decoration: underline;
}

.alpenGirl_close > img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: auto;
	margin-right: 9px;
}

.alpenGirl_title {
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
}

.alpenGirl_title > b {
	font-size: 30px;
}

.alpenGirl_image {
	text-align: center;
	margin-top: 21px;
	margin-bottom: 37px;
}

.alpenGirl_image > img {
	width: 367px;
}

.alpenGirl_text {
	text-align: center;
	line-height: 1.9;
}

.alpenGirl_lists {
	list-style: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 56px 0 65px;
	margin: 65px 0 36px;
}

.alpenGirl_lists:after {
	content: "";
	display: block;
	clear: both;
}

.alpenGirl_lists > li {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.alpenGirl_lists > li:first-child {
	margin-left: 0;
}

.alpenGirl_lists > li:nth-child(2n+1) {
}

.alpenGirl_fig {
}

.alpenGirl_fig > img {
	width: 196px;
	height: auto;
}

.alpenGirl_fig > figcaption {
	margin-top: 15px;
}

.alpenGirl_author {
}

.alpenGirl_author_title {
	font-size: 18px;
	color: #5fb7bd;
	text-align: center;
}

.alpenGirl_name {
	font-weight: bold;
	text-align: center;
	margin: 5px 0 18px;
}

.alpenGirl_name > b {
	font-size: 22px;
	margin: 0 10px;
}

.alpenGirl_author_text {
	max-width: 650px;
	margin: 0 auto 0;
}

.alpenGirl_author_image {
	text-align: center;
	padding-left: 60px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.alpenGirl_author_image > img {
	width: 549px;
}

.alpenGirl_sect {
	max-width: 500px;
	margin: 0px auto 40px;
}

.alpenGirl_sect:last-of-child {
	margin-bottom: 0;
}

.alpenGirl_headline {
	font-size: 14px;
	color: #5fb7bd;
	margin-bottom: 10px;
}

.alpenGirl_table {
	line-height: 1.9;
}

.alpenGirl_table > tbody {
}

.alpenGirl_table > tbody > tr {
}

.alpenGirl_table > tbody > tr > th {
	white-space: nowrap;
	padding-right: 1em;
	font-weight: normal;
}

.alpenGirl_table > tbody > tr > td {
}

.alpenGirl_list {
	list-style: none;
	line-height: 1.9;
}

.alpenGirl_list > li {
}

.alpenGirl_list > li:first-child {
}

.alpenGirl_list > li:nth-child(2n+1) {
}

.alpenGirlOverlap {
	position: fixed;
	z-index: 10;
	background: #333;
	opacity: .5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.otani {
	margin-top: 40px;
	padding: 0 40px;
}

.otani_link {
	position: relative;
	z-index: 5;
	text-align: center;
}

.otani_link a {
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 40px 20px 50px;
	background-image: url('../media/home2018/img-otani-bg.jpg');
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity .5s;
}

.otani_link a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 4px solid #FFFA51;
	transition: border .6s;
}

.otani_link a:hover {

	/* opacity: 0.7;
	transition: opacity .2s; */
}

.otani_link a:hover:before {
	border-width: 10px;
	transition: border .2s;
}

.otani_link a img {
}

.otani_link_logo img {
}

.otani_link_catch {
	margin-top: 8px;
}

.otani_link_catch p {
	margin-top: 10px;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 15px 30px;
	line-height: 1;
	transition: background .6s;
}

.otani_link a:hover .otani_link_catch p {
	transition: background .2s;
	background: rgba(255, 255, 255, 0.3);
}

.otani_link_catch p span {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}

.otani_link_catch p span:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
}

.otani_height {
	position: relative;
	z-index: 10;
	background: #FFFA51;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0;
	text-align: center;
	max-width: 420px;
	margin: -30px auto 0;
}

.otani_height dt {
	display: inline-block;
}

.otani_height dd {
	display: inline-block;
}

.otani_height dd em {
	font-size: 30px;
	font-style: normal;
}

.otani_wrap {
	margin-top: 40px;
	position: relative;
	z-index: 20;
}

.otani_tbl {
	width: 100%;
	line-height: 1.4;
	font-size: 13px;
}

.otani_tbl.-sp {
	display: none;
}

.otani_tbl caption {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

.otani_tbl th,
.otani_tbl td {
	border: 1px solid #C4C4C4;
	padding: 10px;
	text-align: center;
}

.otani_tbl th {
	color: #fff;
}

.otani_tbl thead th {
	background: #1F7EDD;
}

.otani_tbl th.-sky {
	background: #3BBACE;
}

.otani_tbl td {
	vertical-align: middle;
}

.otani_tbl_text {
	font-size: 11px;
	margin-top: 10px;
}

.otani_update {
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}

.otani_char {
	position: absolute;
	pointer-events: none;
}

.otani_char.-char01 {
	right: 94%;
	bottom: 53%;
}

.otani_char.-char02 {
	left: 92%;
	bottom: 69%;
}

.todaytt {
	margin-top: 40px;
	line-height: 1;
	font-size: 14px;
}

.todaytt_ttl {
	font-size: 18px;
	line-height: 1.4;
	font-feature-settings: "palt";
}

.todaytt_wrap {
	margin-top: 10px;
	border: 1px solid #ccc;
}

.todaytt_tbl {
	border-top: 1px solid #ccc;
	display: flex;
	width: 100%;
}

.todaytt_tbl:first-child {
	border-top: none;
}

.todaytt_tbl_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	width: 105px;
	border-right: 1px solid #ccc;
}

.todaytt_tbl.-tateyama .todaytt_tbl_ttl {
	background: #20B16A;
}

.todaytt_tbl.-ougisawa .todaytt_tbl_ttl {
	background: #0F76CE;
}

.todaytt_tbl_cnt {
	flex: 1;
	overflow-y: hidden;
	overflow-x: scroll;
}

#today_ticket .todaytt_tbl_cnt {
	overflow-x: hidden;
}

.todaytt_tbl_cnt::-webkit-scrollbar {
	width: 6px;
	background: #eee;
}

.todaytt_tbl_cnt::-webkit-scrollbar:horizontal {
	height: 6px;
}

.todaytt_tbl_cnt::-webkit-scrollbar-button {
	width: 6px;
	height: 6px;
	background: #666;
}

.todaytt_tbl_cnt::-webkit-scrollbar-piece {
	background: #eee;
}

.todaytt_tbl_cnt::-webkit-scrollbar-piece:start {
	background: #eee;
}

.todaytt_tbl_cnt::-webkit-scrollbar-thumb {
}

.todaytt_tbl_cnt::-webkit-scrollbar-corner {
}

.todaytt_tbl.-tateyama .todaytt_tbl_cnt::-webkit-scrollbar-thumb {
	background: #20B16A;
}

.todaytt_tbl.-tateyama .todaytt_tbl_cnt::-webkit-scrollbar-corner {
	background: #20B16A;
}

.todaytt_tbl.-ougisawa .todaytt_tbl_cnt::-webkit-scrollbar-thumb {
	background: #0F76CE;
}

.todaytt_tbl.-ougisawa .todaytt_tbl_cnt::-webkit-scrollbar-corner {
	background: #0F76CE;
}

.todaytt_list {
	position: relative;
	display: flex;
	list-style-type: none;
	text-align: center;
}

.todaytt_item {
	border-right: 1px solid #ccc;
}

#today_ticket .todaytt_item {
	flex: 1;
}

.todaytt_item:last-child {
	border-right: none;
}

.todaytt_item_time {
	padding: 10px;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}

.todaytt_tbl.-tateyama .todaytt_item_time {
	background: #D1EFE0;
}

.todaytt_tbl.-ougisawa .todaytt_item_time {
	background: #CFE3F5;
}

.todaytt_tbl.-tateyama .todaytt_item.-current .todaytt_item_time {
	background: #efd1d1;
}

.todaytt_tbl.-ougisawa .todaytt_item.-current .todaytt_item_time {
	background: #efd1d1;
}

.todaytt_item_status {
	display: block;
	padding: 8px 10px 8px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.todaytt_item_status:hover {
	text-decoration: underline;
}

.todaytt_item_status i {
	font-style: normal;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 14px;
	display: none;
}

.todaytt_item_status i[data-icon="○"],
.todaytt_item_status i.-status0 {
	width: 14px;
	background-image: url(../media/home/icn-todaytt-status0@2x.png);
}

.todaytt_item_status i[data-icon="△"],
.todaytt_item_status i.-status1 {
	width: 16px;
	background-image: url(../media/home/icn-todaytt-status1@2x.png);
}

.todaytt_item_status i[data-icon="◎"],
.todaytt_item_status i.-status2 {
	width: 14px;
	background-image: url(../media/home/icn-todaytt-status2@2x.png);
}

.todaytt_item_status i.-status99 {
	width: 13px;
	background-image: url(../media/home/icn-todaytt-status99@2x.png);
}

.todaytt_item_status em {
	font-style: normal;
	font-weight: normal;
}

@media screen and (max-width:1340px) {
}

@media screen and (min-width:1000px) {
	.ticket_list > li:nth-child(4n+1) {
		margin-left: 0;
	}

	.ticket_list > li:nth-child(-n+4) {
		margin-top: 0;
	}

	.group_list a:nth-child(4n+1) {
		margin-left: 0;
	}

	.group_list a:nth-child(-n+4) {
		margin-top: 0;
	}

}

@media screen and (max-width:999px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.pageHeader,
	.gnav {
		display: block;
	}

	.tophd {
		display: none;
	}

	.slick-arrow {
	}

	.slick-prev {
	}

	.slick-next {
	}

	.slick-prev:before,
	.slick-next:before {
	}

	.slick-prev:before {
	}

	.slick-next:before {
	}

	.sideBar-header {
		display: none;
	}

	.pageHeader,
	.gnav,
	.sideBar {
	}

	.pageFooter {
	}

	.pageFooter_pagetop {
	}

	.tophd {
	}

	.tophd_logo {
	}

	.tophd_logo a {
	}

	.tophd_logo a img {
	}

	.tophd_menu {
	}

	.tophd_nav {
	}

	.tophd_nav > a {
	}

	.tophd_nav > a:hover {
	}

	.tophd_nav > a em {
	}

	.tophd_nav > a em:after {
	}

	.tophd_nav > a:hover em:after {
	}

	.tophd_lang {
	}

	.tophd_lang_btn {
	}

	.tophd_lang_btn:after {
	}

	.tophd_lang_btn.-open:after {
	}

	.tophd_lang_list {
	}

	.tophd_lang_list > li {
	}

	.tophd_lang_list > li a {
	}

	.tophd_lang_list > li a:hover {
	}

	.main {
	}

	.main a,
	.main h1,
	.main h2,
	.main h3,
	.main h4,
	.main h5 {
	}

	.hero {
	}

	.hero_movie {
	}

	.hero:before {
		padding-top: 520px;
	}

	.hero_text {
		font-size: 45px;
	}

	.hero_img {
		max-width: 50%;
	}

	.hero_nav {
	}

	.hero_nav > a {
	}

	.hero_nav > a.-item01 {
	}

	.hero_nav > a.-item02 {
	}

	.hero_nav > a.-item03 {
	}

	.hero_nav > a.-item04 {
	}

	.today {
	}

	.today_inner {
	}

	.today_cnt {
	}

	.today_ttl {
	}

	.today_open {
		position: static;
		line-height: inherit;
		height: auto;
		padding: 8px 15px 5px;
		margin-top: 15px;
	}

	.today_row {
		display: block;
	}

	.today_news {
		margin-right: 0;
	}

	.today_news dl {
	}

	.today_news dl:first-child {
	}

	.today_news dl > dt {
	}

	.today_news dl > dt.-station {
	}

	.today_news dl > dt.-event {
	}

	.today_news dl > dt.-parking {
	}

	.today_news dl > dd {
	}

	.today_link {
		margin-top: 20px;
		text-align: center;
	}

	.today_link > a {
		display: inline-block;
	}

	.today_link > a.-link01 {
	}

	.today_link > a.-link02 {
	}

	.today_link > a:before {
	}

	.today_link > a.-link01:before {
	}

	.today_link > a.-link02:before {
	}

	.today_girl {
	}

	.weather {
	}

	.weather_row {
		display: block;
	}

	.weather_col {
	}

	.weather_col.-left {
		width: 100%;
	}

	.weather_col.-right {
		width: 100%;
		max-width: 400px;
		margin: 20px auto 0;
	}

	.weather_wrap {
	}

	.weather_box {
	}

	.weather_box_cnt {
	}

	.weather_box_dl {
	}

	.weather_box_dl dt,
	.weather_box_dl dd {
	}

	.weather_box_dl dt {
	}

	.weather_box_dl dd {
	}

	.weather_box_dl dd.-weather {
	}

	.weather_box_dl dd.-temp {
	}

	.weather_box_dl dd strong {
		font-size: 28px;
	}

	.weather_box_icon {
	}

	.is-ltIE8 .weather_box_icon {
	}

	.weather_box_icon-hare {
	}

	.weather_box_icon-kumori {
	}

	.weather_box_icon-ame {
	}

	.weather_box_icon-kosame {
	}

	.weather_box_icon-yuki {
	}

	.weather_box_icon-fubuki {
	}

	.weather_box_icon-kiri {
	}

	.weather_box_icon-arare {
	}

	.weather_box_update {
	}

	.weather_link {
	}

	.weather_link > a {
	}

	.weather_link > a:first-child {
	}

	.weather_link > a:before {
	}

	.weather_link > a[target="_blank"]:after {
	}

	.weather_otani {
	}

	.weather_otani_cnt {
	}

	.weather_otani_img {
		width: 96px;
	}

	.weather_otani_dl {
		width: auto;
		flex: 1;
	}

	.weather_otani_dl dt {
		display: inline-block;
		vertical-align: sub;
		margin-right: 15px;
	}

	.weather_otani_dl dd {
		display: inline-block;
		vertical-align: sub;
	}

	.weather_otani_dl dd strong {
	}

	.weather_otani_update {
	}

	.info {
	}

	.info_wrap {
	}

	.info_news {
	}

	.info_news_head {
	}

	.info_news_head h2 {
	}

	.info_news_head a {
	}

	.info_news_head a:after {
	}

	.info_news_list {
	}

	.info_news_list > li {
	}

	.info_news_list > li:first-child {
	}

	.info_news_list > li a {
	}

	.info_news_list > li time {
	}

	.info_news_list > li span {
	}

	.info_news_list > li em {
	}

	.info_news_nav a {
		width: auto;
		padding: 8px;
	}

	.info_bnr {
	}

	.info_bnr_item {
	}

	.info_bnr_item:first-child {
	}

	.info_bnr_img {
	}

	.info_bnr_cnt {
	}

	.info_bnr_cnt h3 {
	}

	.info_bnr_item.-blog .info_bnr_cnt h3 {
	}

	.info_bnr_item.-season .info_bnr_cnt h3 {
	}

	.info_bnr_cnt p {
	}

	.leaves_memo {
	}

	.leaves_item {
		margin-top: 20px;
	}

	.leaves_item_time {
		top: -2px;
	}

	.leaves_item_scroll {
		display: block;
	}

	.leaves_scroll_cnt {
		overflow-x: scroll;
		-ms-overflow-style: scrollbar;
	}

	.leaves_scroll_cnt::-webkit-scrollbar {
		width: 5px;
		background: #f2f2f2;
	}

	.leaves_scroll_cnt::-webkit-scrollbar:horizontal {
		height: 5px;
	}

	.leaves_scroll_cnt::-webkit-scrollbar-button {
		width: 5px;
		height: 5px;
		background: #666;
	}

	.leaves_scroll_cnt::-webkit-scrollbar-piece {
		background: #f2f2f2;
	}

	.leaves_scroll_cnt::-webkit-scrollbar-piece:start {
		background: #f2f2f2;
	}

	.leaves_scroll_cnt::-webkit-scrollbar-thumb {
		background: #737373;
	}

	.leaves_scroll_cnt::-webkit-scrollbar-corner {
		background: #737373;
	}

	.leaves_tbl {
		width: 990px;
	}

	.menu {
	}

	.menu_row {
	}

	.menu_col {
	}

	.menu_live {
	}

	.menu_live_ttl {
	}

	.menu_live_nav {
	}

	.menu_live_nav > a {
	}

	.menu_live_nav > a:nth-child(3n+1) {
	}

	.menu_live_nav > a:nth-child(-n+3) {
	}

	.menu_live_nav > a.-live06:after {
	}

	.menu_about {
	}

	.menu_model {
		padding: 50px 0;
	}

	.menu_model_img img {
		width: 280px;
		height: auto;
	}

	.menu_pickup {
		padding-top: 20%;
		padding: 21px 20px 20px 20px;
	}

	.menu_pickup_ttl {
		padding-right: 15%;
	}

	.menu_pickup_ttl.-txt {
		font-size: 16px;
	}

	.menu_pickup_link {
	}

	.menu_pickup_link dt {
	}

	.menu_pickup_link dt em {
	}

	.menu_pickup_link.-event dt em {
	}

	.menu_pickup_link.-enjoy dt em {
	}

	.menu_pickup_link dd {
	}

	.menu_pickup_link dd.-btn {
		font-size: 13px;
	}

	.menu_pickup_link dd a {
		font-size: 14px;
	}

	.menu_pickup_link dd a:after {
	}

	.menu_pickup_pick {
		width: 50%;
		text-align: right;
	}

	.menu_pickup_pick img {
		width: 50%;
		height: auto;
	}

	.bnrs {
	}

	.bnrs_row {
	}

	.bnrs_row:first-child {
	}

	.bnrs_row a {
	}

	.bnrs_row.-col2 a {
	}

	.bnrs_row.-col2 a:first-child {
	}

	.bnrs_row.-col2 a:nth-child(2n+1) {
	}

	.bnrs_row a img {
	}

	.ticket {
	}

	.ticket_inner {
	}

	.ticket_ttl {
	}

	.ticket_ttl em {
	}

	.ticket_ttl em:before {
	}

	.ticket_list {
		flex-wrap: wrap;
		justify-content: center;
	}

	.ticket_list > li {
		width: 32%;
		margin-left: 2%;
		margin-top: 2%;
	}

	.ticket_list > li:first-child {
	}

	.ticket_list > li:nth-child(-n+3) {
		margin-top: 0;
	}

	.ticket_list > li:nth-child(3n+1) {
		margin-left: 0;
	}

	.ticket_list > li a {
		font-size: 16px;
	}

	.ticket_list > li.-item01 a {
	}

	.ticket_list > li.-item02 a {
	}

	.ticket_list > li.-item03 a {
	}

	.ticket_list > li.-item04 a {
	}

	.ticket_list > li.-item05 a {
	}

	.ticket_list > li p {
	}

	.ticket_girls {
	}

	.help {
	}

	.help_ttl {
	}

	.help_ttl em {
	}

	.help_ttl em:before {
	}

	.help_lead {
	}

	.help_link {
	}

	.help_link > a {
	}

	.help_link > a:before {
	}

	.help_link > a.-item01:before {
	}

	.help_link > a.-item02:before {
	}

	.help_link > a.-item03:before {
	}

	.help_link > a.-item04:before {
	}

	.help_link > a.-item05:before {
	}

	.help_link > a.-item06:before {
	}

	.help_link > a.-item07:before {
	}

	.help_link > a.-item08:before {
	}

	.help_link > a:nth-child(-n+4) {
	}

	.help_link > a:nth-child(4n+1) {
	}

	.help_btmlink {
	}

	.help_btmlink > a {
	}

	.help_btmlink > a:after {
	}

	.help_btmlink > a:first-child {
	}

	.model {
	}

	.model_inner {
	}

	.model_ttl {
	}

	.model_ttl em {
	}

	.model_ttl em:before {
	}

	.model_list {
	}

	.model_item {
	}

	.model_item_fig {
	}

	.model_item_fig img {
	}

	.model_item_fig figcaption {
	}

	.model_item_fig h3 {
	}

	.model_item_fig p {
	}

	.model_girl {
	}

	.event {
	}

	.event_inner {
	}

	.event_head {
	}

	.event_ttl {
	}

	.event_ttl em {
	}

	.event_ttl em:before {
	}

	.event_nav {
		position: static;
		margin-top: 30px;
		justify-content: center;
	}

	.event_nav a {
	}

	.event_nav a:first-child {
	}

	.event_nav a:after {
	}

	.event_list {
	}

	.event_item {
		padding: 0 2%;
	}

	.event_item_fig {
	}

	.event_item_fig img {
	}

	.event_item_fig figcaption {
	}

	.event_item_fig h3 {
	}

	.event_item_fig p {
	}

	.event_girl {
	}

	.rcmnd {
	}

	.rcmnd_inner {
	}

	.rcmnd_ttl {
	}

	.rcmnd_ttl em {
	}

	.rcmnd_ttl em:before {
	}

	.rcmnd_list {
	}

	.rcmnd_item {
		padding: 0 2%;
	}

	.rcmnd_item_fig {
	}

	.rcmnd_item_fig img {
	}

	.rcmnd_item_fig figcaption {
	}

	.rcmnd_item_fig h3 {
	}

	.rcmnd_item_fig p {
	}

	.rcmnd_girl {
	}

	.group {
		padding-bottom: 20px;
	}

	.group_inner {
	}

	.group_list {
		text-align: center;
		display: block;
	}

	.group_list a {
		width: auto;
		margin: 0px 5px 10px;
	}

	.pagetop {
	}

	.pagetop em {
	}

	.pagetop em:before {
	}

	.girls {
	}

	.girls_img {
	}

	.girls_btn {
	}

	.girls_btn button {
	}

	.alpenGirl {
		width: 96%;
		left: 2%;
		margin-left: 0;
		top: 50px;
		padding: 35px;
		padding-top: 60px;
	}

	.alpenGirl_close {
	}

	.alpenGirl_close-footer {
	}

	.alpenGirl_close:hover {
	}

	.alpenGirl_close > img {
	}

	.alpenGirl_title {
		font-size: 16px;
	}

	.alpenGirl_title > b {
		font-size: 24px;
	}

	.alpenGirl_image {
	}

	.alpenGirl_image > img {
		width: 300px;
	}

	.alpenGirl_text {
	}

	.alpenGirl_lists {
		padding: 45px 0;
		margin: 45px 0;
	}

	.alpenGirl_lists:after {
	}

	.alpenGirl_lists > li {
		margin-left: 10px;
	}

	.alpenGirl_lists > li:first-child {
	}

	.alpenGirl_lists > li:nth-child(2n+1) {
	}

	.alpenGirl_fig {
	}

	.alpenGirl_fig > img {
		width: 140px;
	}

	.alpenGirl_fig > figcaption {
		font-size: 12px;
	}

	.alpenGirl_author {
	}

	.alpenGirl_author_title {
	}

	.alpenGirl_name {
	}

	.alpenGirl_name > b {
	}

	.alpenGirl_author_text {
	}

	.alpenGirl_author_image {
		padding: 0;
	}

	.alpenGirl_author_image > img {
	}

	.alpenGirl_sect {
	}

	.alpenGirl_sect:last-of-child {
	}

	.alpenGirl_headline {
	}

	.alpenGirl_table {
	}

	.alpenGirl_table > tbody {
	}

	.alpenGirl_table > tbody > tr {
	}

	.alpenGirl_table > tbody > tr > th {
	}

	.alpenGirl_table > tbody > tr > td {
	}

	.alpenGirl_list {
	}

	.alpenGirl_list > li {
	}

	.alpenGirl_list > li:first-child {
	}

	.alpenGirl_list > li:nth-child(2n+1) {
	}

	.alpenGirlOverlap {
	}

	.otani_char img {
		max-width: 100%;
		height: auto;
	}

	.otani_char.-char01 {
		right: auto;
		left: -2%;
		bottom: 100%;
		max-width: 22%;
	}

	.otani_char.-char02 {
		left: auto;
		right: -2%;
		bottom: 109%;
		max-width: 18%;
	}

}

@media screen and (max-width:639px) {
	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.gnav {
		display: none;
	}

	.slick-arrow {
	}

	.slick-prev {
	}

	.slick-next {
	}

	.slick-prev:before,
	.slick-next:before {
	}

	.slick-prev:before {
	}

	.slick-next:before {
	}

	.pageHeader,
	.gnav,
	.sideBar {
	}

	.pageFooter {
	}

	.pageFooter_pagetop {
	}

	.tophd {
	}

	.tophd_logo {
	}

	.tophd_logo a {
	}

	.tophd_logo a img {
	}

	.tophd_menu {
	}

	.tophd_nav {
	}

	.tophd_nav > a {
	}

	.tophd_nav > a:hover {
	}

	.tophd_nav > a em {
	}

	.tophd_nav > a em:after {
	}

	.tophd_nav > a:hover em:after {
	}

	.tophd_lang {
	}

	.tophd_lang_btn {
	}

	.tophd_lang_btn:after {
	}

	.tophd_lang_btn.-open:after {
	}

	.tophd_lang_list {
	}

	.tophd_lang_list > li {
	}

	.tophd_lang_list > li a {
	}

	.tophd_lang_list > li a:hover {
	}

	.main {
	}

	.main a,
	.main h1,
	.main h2,
	.main h3,
	.main h4,
	.main h5 {
	}

	.hero {
	}

	.hero_movie {
		min-width: 100%;
		min-height: 100%;
		height: 100%;
		width: auto;
	}

	.hero:before {
		padding-top: 75%;
	}

	.hero_text {
		font-size: 26px;
		top: 50%;
	}

	.hero_img {
		max-width: 75%;
	}

	.hero_nav {
		display: none;
	}

	.hero_nav > a {
	}

	.hero_nav > a.-item01 {
	}

	.hero_nav > a.-item02 {
	}

	.hero_nav > a.-item03 {
	}

	.hero_nav > a.-item04 {
	}

	.hero .hero_ema {
		display: none;
	}

	.hero_ema {
		display: block;
		bottom: 10px;
		padding: 0;
		position: static;
	}

	.hero_ema_info {
		display: block;
	}

	.hero_ema_info dt,
	.hero_ema_info dd {
		display: block;
		box-sizing: border-box;
	}

	.hero_ema_info dt {
		width: 100%;
		font-size: 14px;
		padding: 5px 10px 10px 10px;
	}

	.hero_ema_info dd {
		padding: 10px;
		font-size: 13px;
	}

	.spnav {
		display: flex;
	}

	.today {
		padding: 90px 10px 20px;
	}

	.today_inner {
		margin-top: 0px;
	}

	.today_cnt {
		background-size: 40px;
		padding: 30px 20px 20px;
	}

	.today_ttl {
		font-size: 16px;
	}

	.today_row {
	}

	.today_news {
	}

	.today_news dl {
	}

	.today_news dl:first-child {
	}

	.today_news dl > dt {
		float: none;
	}

	.today_news dl > dt.-station {
	}

	.today_news dl > dt.-event {
	}

	.today_news dl > dt.-parking {
	}

	.today_news dl > dd {
		margin-left: 0;
		margin-top: 5px;
		font-size: 12px;
	}

	.today_link {
		margin-top: 10px;
	}

	.today_link > a {
	}

	.today_link > a.-link01 {
	}

	.today_link > a.-link02 {
	}

	.today_link > a:before {
	}

	.today_link > a.-link01:before {
	}

	.today_link > a.-link02:before {
	}

	.today_girl {
		top: -30px;
		right: 5px;
	}

	.today_comment {
		top: -65px;
		right: 65px;
	}

	.today_comment_balloon {
	}

	.today_comment_balloon:before {
		top: inherit;
		right: inherit;
		margin-top: 0;
		border-color: #0080ff transparent;
		border-width: 15px 0 0 15px;
		bottom: -15px;
		left: 85%;
		margin-left: -10px;
	}

	.today_comment_balloon > a {
	}

	.today_comment_balloon > a:after {
	}

	.weather {
		padding: 20px 10px;
	}

	.weather_row {
	}

	.weather_col {
	}

	.weather_col.-left {
	}

	.weather_col.-right {
	}

	.weather_wrap {
		display: block;
	}

	.weather_box {
		width: 100%;
		margin-top: 10px;
		padding: 10px 6px;
	}

	.weather_box:first-child {
		margin-top: 0;
	}

	.weather_box_cnt {
	}

	.weather_box_dl {
		font-size: 14px;
	}

	.weather_box_dl dt,
	.weather_box_dl dd {
	}

	.weather_box_dl dt {
	}

	.weather_box_dl dd {
	}

	.weather_box_dl dd.-weather {
		width: auto;
	}

	.weather_box_dl dd.-temp {
	}

	.weather_box_dl dd strong {
		font-size: 24px;
	}

	.weather_box_icon {
	}

	.is-ltIE8 .weather_box_icon {
	}

	.weather_box_icon-hare {
	}

	.weather_box_icon-kumori {
	}

	.weather_box_icon-ame {
	}

	.weather_box_icon-kosame {
	}

	.weather_box_icon-yuki {
	}

	.weather_box_icon-fubuki {
	}

	.weather_box_icon-kiri {
	}

	.weather_box_icon-arare {
	}

	.weather_box_update {
	}

	.weather_link {
	}

	.weather_link > a {
	}

	.weather_link > a:first-child {
	}

	.weather_link > a:before {
	}

	.weather_link > a[target="_blank"]:after {
	}

	.weather_otani {
	}

	.weather_otani_cnt {
	}

	.weather_otani_img {
	}

	.weather_otani_dl {
	}

	.weather_otani_dl dt {
	}

	.weather_otani_dl dd {
	}

	.weather_otani_dl dd strong {
	}

	.weather_otani_update {
	}

	.info {
		padding-bottom: 0;
	}

	.info_wrap {
		display: block;
	}

	.info_news {
		width: 100%;
	}

	.info_news_head {
	}

	.info_news_head h2 {
		font-size: 16px;
	}

	.info_news_head a {
	}

	.info_news_head a:after {
	}

	.info_news_list {
	}

	.info_news_list > li {
	}

	.info_news_list > li:first-child {
	}

	.info_news_list > li a {
	}

	.info_news_list > li time {
	}

	.info_news_list > li span {
	}

	.info_news_list > li em {
	}

	.info_news_nav {
		margin-top: 10px;
	}

	.info_news_nav a {
		width: 49%;
		margin: 0;
	}

	.info_news_nav a:nth-child(n+3) {
		margin-top: 5px;
	}

	.info_news_nav a:nth-child(even) {
		margin-left: 1%;
	}

	.info_bnr {
		width: 100%;
		margin-top: 30px;
	}

	.info_bnr_item {
		display: table;
		padding: 10px;
	}

	.info_bnr_item:first-child {
	}

	.info_bnr_img {
		display: table-cell;
	}

	.info_bnr_cnt {
		display: table-cell;
		padding-left: 10px;
		text-align: left;
	}

	.info_bnr_cnt h3 {
	}

	.info_bnr_item.-blog .info_bnr_cnt h3 {
	}

	.info_bnr_item.-season .info_bnr_cnt h3 {
	}

	.info_bnr_cnt p {
	}

	.leaves_head {
	}

	.leaves_ttl {
		font-size: 16px;
	}

	.leaves_btn {
		position: static;
		margin-top: 10px;
	}

	.leaves_btn_item {
		margin-top: 5px;
	}

	.leaves_btn_item > a {
		font-size: 12px;
	}

	.leaves_memo {
	}

	.leaves_item {
	}

	.menu {
	}

	.menu_row {
		display: block;
	}

	.menu_col {
		margin-top: 10px;
		width: 100%;
	}

	.menu_col:first-child {
		margin-top: 0;
	}

	.menu_live {
		padding: 30px;
		height: auto;
	}

	.menu_live_ttl {
	}

	.menu_live_nav {
	}

	.menu_live_nav > a {
	}

	.menu_live_nav > a:nth-child(3n+1) {
	}

	.menu_live_nav > a:nth-child(-n+3) {
	}

	.menu_live_nav > a.-live06:after {
	}

	.menu_about {
	}

	.menu_model {
		height: 120px;
		padding-top: 35px;
	}

	.menu_pickup {
		height: auto;
		padding: 50px 40px 210px;
		background-position: bottom;
	}

	.menu_pickup.-kouyou {
		padding: 50px 40px 120px;
	}

	.menu_pickup_ttl {
		padding-right: 0;
	}

	.menu_pickup_ttl.-txt {
		font-size: 18px;
	}

	.menu_pickup_link {
		margin-top: 20px;
	}

	.menu_pickup_link dt {
	}

	.menu_pickup_link dt em {
	}

	.menu_pickup_link.-event dt em {
	}

	.menu_pickup_link.-enjoy dt em {
	}

	.menu_pickup_link dd {
	}

	.menu_pickup_link dd a {
		padding: 15px 30px 12px 20px;
		font-size: 16px;
	}

	.menu_pickup_link dd.-btn {
		padding: 15px 30px 12px 20px;
		font-size: 15px;
	}

	.menu_pickup_link dd a:after {
	}

	.menu_pickup_pick {
		width: 90px;
	}

	.menu_pickup_pick img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.bnrs {
		padding: 50px 0;
	}

	.bnrs_row {
		display: block;
	}

	.bnrs_row:first-child {
	}

	.bnrs_row a {
		margin-top: 10px;
	}

	.bnrs_row.-col2 a {
		width: 100%;
		margin-left: 0;
		display: inline-block;
	}

	.bnrs_row.-col2 a:first-child {
		margin-top: 0;
	}

	.bnrs_row.-col2 a:nth-child(2n+1) {
	}

	.bnrs_row a img {
		width: 100%;
		height: auto;
	}

	.ticket {
		padding: 100px 15px 40px;
		border-top: none;
	}

	.ticket_inner {
	}

	.ticket_ttl {
	}

	.ticket_ttl em {
	}

	.ticket_ttl em:before {
	}

	.ticket_list {
	}

	.ticket_list > li {
		width: 100%;
		margin-left: 0;
		margin-top: 20px !important;
	}

	.ticket_list > li:first-child {
		margin-top: 0 !important;
	}

	.ticket_list > li a {
	}

	.ticket_list > li.-item01 a {
	}

	.ticket_list > li.-item02 a {
	}

	.ticket_list > li.-item03 a {
	}

	.ticket_list > li.-item04 a {
	}

	.ticket_list > li.-item05 a {
	}

	.ticket_list > li p {
	}

	.ticket_girls {
		width: 130px;
		top: -75px;
	}

	.help {
		padding: 40px 10px;
	}

	.help_wrap {
		padding: 0;
	}

	.help_ttl {
	}

	.help_ttl em {
	}

	.help_ttl em:before {
	}

	.help_lead {
	}

	.help_link {
	}

	.help_link > a {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 3% !important;
	}

	.help_link > a:nth-child(-n+2) {
		margin-top: 0 !important;
	}

	.help_link > a:nth-child(2n+1) {
		margin-left: 0;
	}

	.help_link > a:before {
	}

	.help_link > a.-item01:before {
	}

	.help_link > a.-item02:before {
	}

	.help_link > a.-item03:before {
	}

	.help_link > a.-item04:before {
	}

	.help_link > a.-item05:before {
	}

	.help_link > a.-item06:before {
	}

	.help_link > a.-item07:before {
	}

	.help_link > a.-item08:before {
	}

	.help_link > a:nth-child(-n+4) {
	}

	.help_link > a:nth-child(4n+1) {
	}

	.help_btmlink {
	}

	.help_btmlink > a {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.help_btmlink > a:after {
	}

	.help_btmlink > a:first-child {
		margin-top: 0 !important;
	}

	.model {
		padding: 40px 15px;
	}

	.model_inner {
	}

	.model_ttl {
	}

	.model_ttl em {
	}

	.model_ttl em:before {
	}

	.model_list {
		flex-wrap: wrap;
	}

	.model_item {
		width: 48%;
		margin-left: 4%;
		margin-top: 20px;
	}

	.model_item:nth-child(2n+1) {
		margin-left: 0;
	}

	.model_item:nth-child(-n+2) {
		margin-top: 0;
	}

	.model_item_fig {
	}

	.model_item_fig img {
	}

	.model_item_fig figcaption {
	}

	.model_item_fig h3 {
	}

	.model_item_fig p {
	}

	.model_girl {
		left: 5px;
		width: 45px;
		top: -28px;
	}

	.event {
		padding: 40px 10px;
	}

	.event_inner {
	}

	.event_head {
	}

	.event_ttl {
	}

	.event_ttl em {
	}

	.event_ttl em:before {
	}

	.event_nav {
	}

	.event_nav a {
	}

	.event_nav a:first-child {
	}

	.event_nav a:after {
	}

	.event_list {
	}

	.event_item {
	}

	.event_item_fig {
	}

	.event_item_fig img {
	}

	.event_item_fig figcaption {
	}

	.event_item_fig h3 {
	}

	.event_item_fig p {
	}

	.event_girl {
		width: 40px;
		top: -30px;
		left: 5px;
	}

	.rcmnd {
		padding: 40px 10px;
	}

	.rcmnd_inner {
	}

	.rcmnd_ttl {
	}

	.rcmnd_ttl em {
	}

	.rcmnd_ttl em:before {
	}

	.rcmnd_list {
	}

	.rcmnd_item {
	}

	.rcmnd_item_fig {
	}

	.rcmnd_item_fig img {
	}

	.rcmnd_item_fig figcaption {
	}

	.rcmnd_item_fig h3 {
	}

	.rcmnd_item_fig p {
	}

	.rcmnd_girl {
		left: 5px;
		width: 53px;
		top: -25px;
	}

	.group {
		padding: 30px 15px;
	}

	.group_inner {
	}

	.group_list {
		font-size: 0;
	}

	.group_list a {
		width: 49%;
		margin-left: 2% !important;
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.group_list a:nth-child(2n+1) {
		margin-left: 0 !important;
	}

	.group_list a:nth-child(-n+2) {
		margin-top: 0 !important;
	}

	.pagetop {
	}

	.pagetop em {
	}

	.pagetop em:before {
	}

	.girls {
	}

	.girls_img {
	}

	.girls_btn {
	}

	.girls_btn button {
	}

	.alpenGirl {
		padding: 10px;
		padding-top: 45px;
	}

	.alpenGirl_close {
	}

	.alpenGirl_close-footer {
	}

	.alpenGirl_close:hover {
	}

	.alpenGirl_close > img {
	}

	.alpenGirl_title {
		font-size: 14px;
	}

	.alpenGirl_title > b {
		font-size: 18px;
	}

	.alpenGirl_image {
	}

	.alpenGirl_image > img {
		width: 200px;
	}

	.alpenGirl_text {
		text-align: left;
	}

	.alpenGirl_lists {
		padding: 25px 0;
		margin: 25px 0;
	}

	.alpenGirl_lists:after {
	}

	.alpenGirl_lists > li {
		display: block;
		margin: 20px 0 0;
	}

	.alpenGirl_lists > li:first-child {
		margin-top: 0;
	}

	.alpenGirl_lists > li:nth-child(2n+1) {
	}

	.alpenGirl_fig {
	}

	.alpenGirl_fig > img {
	}

	.alpenGirl_fig > figcaption {
	}

	.alpenGirl_author {
	}

	.alpenGirl_author_title {
	}

	.alpenGirl_name {
	}

	.alpenGirl_name > b {
		font-size: 18px;
		margin: 0 5px;
	}

	.alpenGirl_author_text {
	}

	.alpenGirl_author_image {
		overflow: hidden;
	}

	.alpenGirl_author_image > img {
		width: 110%;
	}

	.alpenGirl_sect {
		margin-bottom: 25px;
	}

	.alpenGirl_sect:last-of-child {
	}

	.alpenGirl_headline {
	}

	.alpenGirl_table {
		line-height: 1.4;
	}

	.alpenGirl_table > tbody {
	}

	.alpenGirl_table > tbody > tr {
	}

	.alpenGirl_table > tbody > tr > th {
	}

	.alpenGirl_table > tbody > tr > td {
		padding-bottom: 7px;
	}

	.alpenGirl_list {
	}

	.alpenGirl_list > li {
		line-height: 1.4;
		margin-top: 9px;
	}

	.alpenGirl_list > li:first-child {
	}

	.alpenGirl_list > li:nth-child(2n+1) {
	}

	.alpenGirlOverlap {
	}

	.otani {
		padding: 0;
		margin-top: 20px;
	}

	.otani_link {
	}

	.otani_link a {
	}

	.otani_link a:hover {
	}

	.otani_link a img {
		max-width: 100%;
		height: auto;
	}

	.otani_link_catch p {
		padding: 12px 20px;
	}

	.otani_link_catch p span {
		line-height: 1.4;
		padding-right: 0;
	}

	.otani_link_catch p span:after {
		display: none;
	}

	.otani_height {
	}

	.otani_height dt {
	}

	.otani_height dd {
	}

	.otani_height dd em {
	}

	.otani_wrap {
		margin-top: 40px;
	}

	.otani_tbl {
	}

	.otani_tbl.-pc {
		display: none;
	}

	.otani_tbl.-sp {
		display: table;
		width: 100%;
	}

	.otani_tbl caption {
	}

	.otani_tbl th,
	.otani_tbl td {
	}

	.otani_tbl th {
	}

	.otani_tbl thead th {
	}

	.otani_tbl tbody th {
		background: #1F7EDD;
	}

	.otani_tbl th.-sky {
	}

	.otani_tbl td {
	}

	.otani_tbl_text {
	}

	.otani_update {
	}

	.otani_char {
		display: none;
	}

	.otani_char.-char01 {
	}

	.otani_char.-char02 {
	}

	#today_ticket .todaytt_tbl_cnt {
		overflow-x: scroll;
	}

}

@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

}

@keyframes fuwafuwa {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

}
