@charset "UTF-8";
/* Scss Document */
#topics {
	overflow: hidden;
	height: 50px;
	background-repeat: no-repeat;
	background-position: top center no-repeat;
	background-color: #F0F0E1;
}
#topics h2 {
	float: left;
	width: 120px;
	height: 50px;
	overflow: hidden;
	color: #0D566D;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
#topics .iframe {
	display: inline-block;
	width: 1020px;
	height: 50px;
	line-height: 50px;
}
#topics .iframe p {
	margin-bottom: 0;
}
#topics iframe {
	display: inline-block;
	width: 1020px;
	height: 50px;
	line-height: 50px;
	border-style: none;
}
#topics iframe p {
	margin-bottom: 0;
}

.slide_bnr {
	overflow: hidden;
	padding-bottom: 100px;
}
.slide_bnr .bx-wrapper .bx-viewport {
	overflow: visible !important;
}
.slide_bnr .bx-wrapper .bx-pager {
	color: #0D566D;
}
.slide_bnr .bx-wrapper .bx-pager.bx-default-pager a {
	background: #0D566D;
}
.slide_bnr .bx-wrapper .bx-pager.bx-default-pager a:hover, .slide_bnr .bx-wrapper .bx-pager.bx-default-pager a.active, .slide_bnr .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #BDBBB2;
}
#slider img {
	width: 100%;
	min-width: 1200px;
	height: auto;
}



.bx-wrapper{
margin: 0;
box-shadow: none;
border: none;
}
#slider .bx-wrapper .bx-pager {
    bottom: 20px;
}
#slider  .slide_bnr .bx-wrapper .bx-pager {
}

/*
#slider {
	overflow: hidden;
	padding-bottom: 100px;
}
#slider .bx-wrapper, .slide_bnr .bx-wrapper {
	margin: 0 auto;
	border: none;
	box-shadow: none;
}
#slider .bx-wrapper .bx-viewport, .slide_bnr .bx-wrapper .bx-viewport {
	overflow: visible !important;
}
#slider .bx-wrapper .bx-pager, .slide_bnr .bx-wrapper .bx-pager {
	color: #0D566D;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a, .slide_bnr .bx-wrapper .bx-pager.bx-default-pager a {
	background: #0D566D;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover, #slider .bx-wrapper .bx-pager.bx-default-pager a.active, #slider .bx-wrapper .bx-pager.bx-default-pager a:focus, .slide_bnr .bx-wrapper .bx-pager.bx-default-pager a:hover, .slide_bnr .bx-wrapper .bx-pager.bx-default-pager a.active, .slide_bnr .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #BDBBB2;
}
#slider ul {
	width: 1000px;
	margin: 0 auto;
}
#slider .bx-prev {
	left: 0;
	background: url("../images/index/slide_bnr_prev.png") no-repeat;
}
#slider .bx-next {
	right: 0;
	background: url("../images/index/slide_bnr_next.png") no-repeat;
}
#slider .bx-controls-direction a {
	width: 30px;
	height: 50px;
}*/
#condition {
	height: 554px;
	overflow: hidden;
	background: url(../images/index/bg_condition.jpg) top center no-repeat;
	margin-bottom: 50px;
}
#condition .tab {
	overflow: hidden;
}
#condition .tab li {
    display: block;
    float: left;
    width: 228px;
    height: 70px;
    background-color: #0D566D;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}
#condition .tab li:hover {
	opacity: .5;
	transition: 0.2s;
	cursor: pointer;
}
#condition .tab li.select {
	background: #FFF;
	color: #0D566D;
}
#condition .content > li {
	background: #FFF;
	padding: 50px 20px 50px 50px;
	max-height: 450px;
	overflow: auto;
}
#condition .content .condition_list {
	overflow: hidden;
}
#condition .content .condition_list li {
	position: relative;
	float: left;
	width: 320px;
	margin-left: 40px;
	padding: .5em 0;
	border-bottom: #CCC 1px solid;
	color: #0D566D;
	font-size: 2.0rem;
	vertical-align: middle;
}
#condition .content .condition_list li:nth-child(-n+3) {
	border-top: #CCC 1px solid;
}
#condition .content .condition_list li:nth-child(3n+1) {
	margin-left: 0;
}
#condition .content .condition_list li h3 {
	float: left;
	padding-left: 1em;
	font-size: 2.0rem;
	font-weight: normal;
}
#condition .content .condition_list li h3:before {
	position: absolute;
	top: 1em;
	left: 0;
	content: '●';
	font-size: 1.5rem;
}
#condition .content .condition_list li span {
	float: right;
}
#condition .content .wether_content {
	padding: 50px 0 50px 0;
	background: none;
}
#condition .content .wether_content > div {
	float: left;
}
#condition .content .wether_content .gelande_now {
	position: relative;
	width: 392px;
}
#condition .content .wether_content .gelande_now:hover {
	opacity: .5;
	transition: 0.2s;
}
#condition .content .wether_content .gelande_now h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: .5em;
	background: #FFF;
	color: #0D566D;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#condition .content .wether_content .gelande_now img {
	width: 100%;
}
#condition .content .wether_content .gelande_now a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
#condition .content .wether_content .gelande_now iframe.spwide {
    width: 392px!important;
    height: 392px!important;
    border: none!important;
}
#condition .content .wether_content .weather {
	margin: 0 30px;
	width: 340px;
	color: #FFF;
	font-size: 2.2rem;
	text-align: center;
}
#condition .content .wether_content .weather .condition {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#condition .content .wether_content .weather .btn a {
	display: block;
	padding: .5em;
	border: #FFF 1px solid;
	background: url(../images/index/ico_weather_news.png) top 0.3em left 0.8em no-repeat, url(../images/index/arrow_white_right.png) top 0.5em right 0.8em no-repeat;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#condition .content .wether_content .weather .btn a:hover {
	opacity: .5;
	transition: 0.2s;
	text-decoration: none;
}
#condition .content .wether_content .snow {
	width: 300px;
	color: #FFF;
}
#condition .content .wether_content .snow dl {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 35px;
}
#condition .content .wether_content .snow dt, #condition .content .wether_content .snow dd {
	padding: .5em 0;
}
#condition .content .wether_content .snow dt {
	float: left;
}
#condition .content .wether_content .snow dt:after {
	content: ' ： ';
}
#condition .content .wether_content .snow dd {
	border-bottom: #FFF 1px solid;
}
#condition .content .wether_content .snow dd:first-of-type {
	border-top: #FFF 1px solid;
}
#condition .content .wether_content .snow p {
	color: #FFF;
	font-size: 1.6rem;
}
#condition .content .wether_content .snow .btn a {
	display: block;
	padding: .3em;
	background: url(../images/index/arrow_blue_right.png) top 0.5em right 0.8em no-repeat #FFF;
	color: #0D566D;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#condition .content .wether_content .snow .btn a:hover {
	opacity: .5;
	transition: 0.2s;
	text-decoration: none;
}
#condition .content .course_content ul {
	overflow: hidden;
}
#condition .content .course_content ul li {
	float: left;
	width: 320px;
	margin-left: 40px;
}
#condition .content .course_content ul li:first-child {
	margin-left: 0;
}
#condition .content .course_content ul li li {
	margin-left: 0;
	border-top: none;
}
#condition .content .course_content ul li li:nth-child(-n+3) {
	border-top: none;
}
#condition .content .course_content ul li li:first-child {
	border-top: #CCC 1px solid;
}
#condition .content .course_content .shokyu {
	color: #008C00;
}
#condition .content .course_content .shokyu .condition_list li {
	color: #008C00;
}
#condition .content .course_content .chukyu {
	color: #D80000;
}
#condition .content .course_content .chukyu .condition_list li {
	color: #D80000;
}
#condition .content .course_content .jokyu {
	color: #000;
}
#condition .content .course_content .jokyu .condition_list li {
	color: #000;
}
#condition .content .course_content h2 {
	font-size: 2.6rem;
	text-align: center;
}
#condition .hide {
	display: none;
}
#news_box {
	padding: 40px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/index/news_box_bg.jpg);
}
#news_box .note {
	position: relative;
	margin-bottom: 2em;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 1.0;
}
#news_box .note:after {
	position: absolute;
	content: '';
	margin-left: .3em;
	border: .5em solid transparent;
	border-top: 1em solid #FFFFFF;
}
#news_box .tab_news_box {
	overflow: hidden;
}
#news_box .tab_news_box li {
	float: left;
	width: 370px;
	margin-left: 15px;
	padding: .5em 0 1.2em;
	border-top: #0D566D 1px solid;
	border-right: #0D566D 1px solid;
	border-left: #0D566D 1px solid;
	background: url(../images/index/arrow_blue_down.png) bottom 0.5em center no-repeat #F0F0E1;
	color: #0d6fb8;
	font-size: 2.5rem;
	text-align: center;
	cursor: pointer;
}
#news_box .tab_news_box li:hover {
	opacity: .5;
	transition: 0.2s;
}
#news_box .tab_news_box li.select {
	color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom 0.5em center no-repeat #0D566D;
	background-image: url(../images/index/arrow_white_down.png);
	background-color: #0d6fb8;
}
#news_box .tab_news_box li:first-child {
	margin-left: 0;
}
#news_box .content_news_box > li {
	height: 400px;
	overflow: auto;
	padding: 30px 50px;
	background: #FFF;
	border: 2px solid #0d6fb8;
}
#news_box .content_news_box #news li, #news_box .content_news_box #event li, #news_box .content_news_box #blog li {
	position: relative;
	padding: 1em 0 1em 2em;
	border-bottom: #000 1px dotted;
	font-size: 1.6rem;
}
#news_box .content_news_box #news li:first-child, #news_box .content_news_box #event li:first-child, #news_box .content_news_box #blog li:first-child {
	border-top: #000 1px dotted;
}
#news_box .content_news_box #news li a, #news_box .content_news_box #event li a, #news_box .content_news_box #blog li a {
	margin-right: 1em;
	text-decoration: underline;
}
#news_box .content_news_box #news li a:hover, #news_box .content_news_box #event li a:hover, #news_box .content_news_box #blog li a:hover {
	text-decoration: none;
}
#news_box .content_news_box #news li:before, #news_box .content_news_box #event li:before, #news_box .content_news_box #blog li:before {
	position: absolute;
	content: '';
	top: 1.2em;
	left: 0;
	border: .5em solid transparent;
	border-left: 1em solid #0D566D;
}
#news_box .hide {
	display: none;
}


.morebtn {
	margin-top: 2em;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.morebtn a {
	background-color: #0d6fb8;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 140%;
	display: block;
	padding: 15px;
	background-image: url(../images/common/arrow_white_right.png);
	background-repeat: no-repeat;
	background-position: 450px center;
}
.morebtn a:hover,.morebtn a:active {opacity: .6;}


.top_list dl dt {
	float: left;
	clear: left;
	font-size: 120%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 1.5em;
	padding-bottom: 0;
	line-height: 150%;
	width: 7.5em;
	font-weight: normal;
	background-image: url(../images/index/arrow_blue_b.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.top_list dl dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 9em;
	font-size: 120%;
	line-height: 150%;
	border-bottom: 1px dotted #464646;
}
#sns {
	padding: 40px 0 0;
	background: #FFF;
}
#sns .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sns h2 {
	margin-bottom: 20px;
	text-align: center;
}
#sns .sns_content {
	width: 340px;
	height: 537px;
	padding: 20px;
	background: #F0F0E1;
}
#sns #tv .sns_content {
	height: auto;
	padding: 0;
	background: none;
}
#sns #tv .sns_content .btn {
	color: #0D566D;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
#sns .sns_content iframe {
	border: none;
}
#sns .insta {
	width: 100%;
	text-align: center;
	background: #FFF;
}
#sns .insta iframe {
    border: none;
    height: 456px;
}






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

    iframe.spwide {width: 100%!important;}
	#topics {
		height: 10vw;
	}
	#topics h2 {
		display: none;
	}
	#topics iframe {
		width: 100%;
	}
	.slide_bnr {
		padding-bottom: 11.67vw;
	}
	.slide_bnr .inner {
		padding: 0;
	}
	.slide_bnr .bx-wrapper .bx-viewport {
		overflow: hidden !important;
	}
	.slide_bnr {
		width: 100%;
		margin-bottom: 4.17vw;
		padding: 0 3.33vw;
	}
	.slide_bnr ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.slide_bnr li {
		width: 48%;
		margin-bottom: 3.33vw;
	}
	#slider img {
		min-width: 100%;
	}
	/*
		#slider{
		padding-bottom: 11.67vw;
	}
	#slider .inner, .slide_bnr .inner {
		padding: 0;
	}
	#slider .bx-wrapper .bx-viewport, .slide_bnr .bx-wrapper .bx-viewport {
		overflow: hidden !important;
	}
	#slider ul {
		width: 100%;
	}
	.slide_bnr {
		width: 100%;
		margin-bottom: 4.17vw;
		padding: 0 3.33vw;
	}
	.slide_bnr ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.slide_bnr li {
		width: 48%;
		margin-bottom: 3.33vw;
	}
	*/
	#condition {
		height: auto;
		background: #0D566D;
	}
	#condition .inner {
		padding: 0;
	}
	#condition .tab li {
		width: 20vw;
		height: 16.67vw;
		padding: 3em 0 0 0;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	#condition .tab li:hover {
		opacity: 1;
	}
	#condition .tab li:nth-child(1) {
		background: url(../images/index/condition_ico_wether_off.png) top 0.8em center no-repeat #0D566D;
		background-size: 6.5vw;
	}
	#condition .tab li:nth-child(2) {
		background: url(../images/index/condition_ico_lift_off.png) top 0.8em center no-repeat #0D566D;
		background-size: 6.5vw;
	}
	#condition .tab li:nth-child(3) {
		background: url(../images/index/condition_ico_course_off.png) top 0.8em center no-repeat #0D566D;
		background-size: 6.5vw;
	}
	#condition .tab li:nth-child(4) {
		background: url(../images/index/condition_ico_park_off.png) top 0.8em center no-repeat #0D566D;
		background-size: 6.5vw;
	}
	#condition .tab li:nth-child(5) {
		background: url(../images/index/condition_ico_carport_off.png) top 0.8em center no-repeat #0D566D;
		background-size: 6.5vw;
	}
	#condition .tab li:nth-child(1).select {
		background: url(../images/index/condition_ico_wether_on.png) top 0.8em center no-repeat #FFF;
		background-size: 6.5vw;
	}
	#condition .tab li:nth-child(2).select {
		background: url(../images/index/condition_ico_lift_on.png) top 0.8em center no-repeat #FFF;
		background-size: 6.5vw;
	}
	#condition .tab li:nth-child(3).select {
		background: url(../images/index/condition_ico_course_on.png) top 0.8em center no-repeat #FFF;
		background-size: 6.5vw;
	}
	#condition .tab li:nth-child(4).select {
		background: url(../images/index/condition_ico_park_on.png) top 0.8em center no-repeat #FFF;
		background-size: 6.5vw;
	}
	#condition .tab li:nth-child(5).select {
		background: url(../images/index/condition_ico_carport_on.png) top 0.8em center no-repeat #FFF;
		background-size: 6.5vw;
	}
	#condition .content > li {
		padding: 3.33vw;
		max-height: 100vw;
	}
	#condition .content .condition_list li {
		width: 100%;
		margin-left: 0;
		font-size: 1.5rem;
	}
	#condition .content .condition_list li:nth-child(-n+3) {
		border-top: none;
	}
	#condition .content .condition_list li:first-child {
		border-top: #CCC 1px solid;
	}
	#condition .content .condition_list li h3 {
		font-size: 1.5rem;
	}
	#condition .content .condition_list li h3:before {
		top: .8em;
		font-size: 1.2rem;
	}
	#condition .content .wether_content {
		padding: 3.33vw;
	}
	#condition .content .wether_content > div {
		float: none;
	}
	#condition .content .wether_content .gelande_now {
		width: 100%;
		margin-bottom: 2em;
	}
	#condition .content .wether_content .gelande_now h2 {
		padding: .3em;
		font-size: 1.8rem;
	}
	#condition .content .wether_content .weather {
		margin: 0 0 2em 0;
		width: 100%;
		font-size: 2.6rem;
		font-weight: bold;
	}
	#condition .content .wether_content .weather ul {
		margin-bottom: 1em;
	}
	#condition .content .wether_content .weather li {
		display: inline-block;
	}
	#condition .content .wether_content .weather .ico {
		width: 100%;
	}
	#condition .content .wether_content .weather .condition {
		width: 100%;
		font-size: 3.0rem;
	}
	#condition .content .wether_content .snow {
		width: 100%;
	}
	#condition .content .wether_content .snow dl {
		margin-bottom: 1em;
		font-size: 1.5rem;
	}
	#condition .content .wether_content .snow dt, #condition .content .wether_content .snow dd {
		text-align: center;
	}
	#condition .content .wether_content .snow p {
		font-size: 1.4rem;
	}
	#condition .content .course_content ul {
		margin-bottom: 3em;
	}
	#condition .content .course_content ul li {
		width: 100%;
		margin-left: 0;
	}
	#condition .content .course_content h2 {
		font-size: 2.0rem;
	}
	#news_box {
		padding: 3.33vw 0;
		background: #FFF;
	}
	#news_box .note {
		margin-bottom: 1em;
		font-size: 1.4rem;
		color: #0D566D;
	}
	#news_box .note:after {
		border: .3em solid transparent;
		border-top: 0.8em solid #0D566D;
	}
	#news_box .tab_news_box li {
		width: 30vw;
		margin-left: 1.67vw;
		background-size: 2.67vw;
		font-size: 1.4rem;
	}
	#news_box .tab_news_box li.select {
		background-size: 2.67vw;
	}
	#news_box .content_news_box > li {
		height: 100vw;
		padding: 3.33vw;
	}
	#news_box .content_news_box #news li, #news_box .content_news_box #event li, #news_box .content_news_box #blog li {
		font-size: 1.5rem;
	}
	#news_box .content_news_box #news li:before, #news_box .content_news_box #event li:before, #news_box .content_news_box #blog li:before {
		top: 1.3em;
		border: .3em solid transparent;
		border-left: 0.8em solid #0D566D;
	}

	.morebtn a {
		background-position: 95% center;
	}

	#sns {
		padding: 3.33vw 0;
	}
	#sns .inner {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	#sns h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	#sns .sns_content {
		width: 100%;
		height: auto;
		margin-bottom: 5vw;
		padding: 0;
		background: none;
	}
	#sns #tv .sns_content iframe {
		width: 100%;
		height: 55vw;
	}
	#sns #tv .sns_content .btn {
		color: #0D566D;
		font-size: 20px;
		text-align: center;
	}
	#sns #facebook .fb_page_plugin_area {
		width: 100% !important;
		height: 100vw !important;
	}
	#sns #twitter iframe {
		width: 100% !important;
		height: 100vw !important;
	}
#sns .insta {
position: relative;
  width: 100%;
  padding-top: 150%;
}
#sns .insta iframe {
    border: none;
 position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	}
	img.instattl {
    width: 40%;
    padding-bottom: 20px!important;
}
}
