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

/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img img{
	clear:left;
	width:100%;
	height:300px;
	object-fit:cover;
	object-position: 0 100%;
}

#top_title{
	clear:left;
	width:100%;
	height:auto;
	text-align:center;
	background:#2566f2;
}

#top_title h1{
	clear:left;
	margin:0;
	padding:30px 0 0 0;
	color:#FFF;
	font-size:25px;
	font-weight:normal;
	text-align:center;
	letter-spacing:3px;
}

#top_title p{
	clear:left;
	padding:0 0 30px 0;
	color:#CC9;
	font-size:13px;
	letter-spacing:2px;
}

/*------------------------------------------------------------
	温泉
------------------------------------------------------------*/
#hot_spring1{
	clear:left;
	margin:0;
	padding:0;
	padding-bottom:0;
	width:100%;
	height:auto;
}

#hot_spring1 section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:90%;
	height:auto;
	text-align:left;
}

#hot_spring1 input[type="radio"]{
  display: none;
}

#hot_spring1 h1{
	clear:left;
	margin:0;
	margin-top:100px;
	margin-bottom:30px;
	padding:0;
	color:#333;
	font-size:25px;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
}

#hot_spring1 ul{
	clear:left;
	margin:0;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	font-size:16px;
	letter-spacing:1px;
	line-height:2.8em;
}

#hot_spring1 .container {
	clear:left;
	max-width:100%;
}

#hot_spring1 .container img{
	clear:left;
	width:100%;
	height:auto;
	object-fit: cover;
}

#hot_spring1 .container ul{
	clear:left;
	margin:0;
	padding:0;
}

#hot_spring1 .container .thumb_slider{
	clear:left;
	margin-bottom:1px;
	width:100%;
	height:300px;
	object-fit: cover;
}

#hot_spring1 .container .thumb_slider img{
	clear:left;
	width:100%;
	height:300px;
	object-fit: cover;
}

#hot_spring1 .container .thumb{
	clear:left;
	margin:0 auto;
	width:100%;
	height:100px;
	object-fit: cover;
}

#hot_spring1 .container .thumb li{
	border-right:#FFF 1px solid;
}

#hot_spring1 .container .thumb img{
	clear:left;
	width:100%;
	height:100px;
	object-fit: cover;
}

.center_slider li img {
  opacity: 0.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.center_slider .slick-current img {
  opacity: 1;
}

/*------------------------------------------------------------
	温泉概要
------------------------------------------------------------*/
#hot_spring2{
	clear:left;
	margin:0;
	margin-top:80px;
	padding:50px 0;
	width:100%;
	height:auto;
	background:#EEEEEE;
}

#hot_spring2 section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:90%;
	height:auto;
	text-align:center;
}

#hot_spring2 h1{
	clear:left;
	margin:0;
	margin-top:200px;
	margin-bottom:30px;
	padding:0;
	color:#333;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#hot_spring2 #table{
	clear:left;
	margin:0 auto;
	width:100%;
	height:auto;
	font-family:serif;
	font-size:16px;
	line-height:2em;
	letter-spacing:2px;
	color:#333;
	background:#FFF;
	border-top:#CCC 1px solid;
}

#hot_spring2 #table #box{
	clear:left;
	width:100%;
	display:inline-table;
	border-bottom:#CCC 1px solid;
}

#hot_spring2 #table #tb1{
	float:none;
	padding-top:25px;
	width:100%;
	font-size:18px;
	font-weight:bold;
	padding-left:5%;
	text-align:left;
}

#hot_spring2 #table #tb2{
	float:none;
	padding:0 0 20px 20px;
	width:95%;
	text-align:left;
}

#hot_spring2 #table #tb2 span{
	color:#C00;
	font-weight:bold;
	letter-spacing:1px;
}

/*------------------------------------------------------------
	湯沢温泉
------------------------------------------------------------*/
#hot_spring3{
	clear:left;
	margin:0;
	margin-bottom:100px;
	padding:0;
	width:100%;
	height:auto;
}

#hot_spring3 section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:90%;
	height:auto;
	text-align:center;
}

#hot_spring3 h1{
	clear:left;
	margin:0;
	margin-bottom:50px;
	padding:0;
	padding-top:100px;
	color:#333;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}

#hot_spring3 #content1{
	float:none;
	width:100%;
	height:300px;
}

#hot_spring3 #content1 img{
	clear:left;
	width:100%;
	height:300px;
	object-fit: cover;
	object-position:0 100%;
}

#hot_spring3 #content2{
	float:none;
	margin:0;
	margin-top:50px;
	padding:0;
	width:100%;
	height:auto;
}

#hot_spring3 ul{
	float:none;
	margin-bottom:50px;
	width:100%;
	height:auto;
	text-align:left;
	color:#333;
	font-size:16px;
	line-height:2.5em;
}

#hot_spring3 li{
	clear:left;
	margin-right:10%;
}

#hot_spring3 li span{
	clear:left;
	margin:0;
	padding:0;
	color:#000;
	font-size:20px;
	font-weight:bold;
	letter-spacing:3px;
}







@media(min-width:768px) and ( max-width:1200px){
/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img img{
	clear:left;
	width:100%;
	height:300px;
	object-fit:cover;
	object-position: 0 100%;
}

#top_title{
	clear:left;
	width:100%;
	height:auto;
	text-align:center;
	background:#2566f2;
}

#top_title h1{
	clear:left;
	margin:0;
	padding:30px 0 0 0;
	color:#FFF;
	font-size:25px;
	font-weight:normal;
	text-align:center;
	letter-spacing:3px;
}

#top_title p{
	clear:left;
	padding:0 0 30px 0;
	color:#CC9;
	font-size:13px;
	letter-spacing:2px;
}

/*------------------------------------------------------------
	温泉
------------------------------------------------------------*/
#hot_spring1{
	clear:left;
	margin:0;
	padding:0;
	padding-bottom:0;
	width:100%;
	height:auto;
}

#hot_spring1 section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:90%;
	height:auto;
	text-align:left;
}

#hot_spring1 input[type="radio"]{
  display: none;
}

#hot_spring1 h1{
	clear:left;
	margin:0;
	margin-top:100px;
	margin-bottom:30px;
	padding:0;
	color:#333;
	font-size:25px;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
}

#hot_spring1 ul{
	clear:left;
	margin:0;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	font-size:16px;
	letter-spacing:1px;
	line-height:2.8em;
}

#hot_spring1 .container {
	clear:left;
	max-width:100%;
}

#hot_spring1 .container img{
	clear:left;
	width:100%;
	height:auto;
	object-fit: cover;
}

#hot_spring1 .container ul{
	clear:left;
	margin:0;
	padding:0;
}

#hot_spring1 .container .thumb_slider{
	clear:left;
	margin-bottom:1px;
	width:100%;
	height:300px;
	object-fit: cover;
}

#hot_spring1 .container .thumb_slider img{
	clear:left;
	width:100%;
	height:300px;
	object-fit: cover;
}

#hot_spring1 .container .thumb{
	clear:left;
	margin:0 auto;
	width:100%;
	height:100px;
	object-fit: cover;
}

#hot_spring1 .container .thumb li{
	border-right:#FFF 1px solid;
}

#hot_spring1 .container .thumb img{
	clear:left;
	width:100%;
	height:100px;
	object-fit: cover;
}

.center_slider li img {
  opacity: 0.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.center_slider .slick-current img {
  opacity: 1;
}

/*------------------------------------------------------------
	温泉概要
------------------------------------------------------------*/
#hot_spring2{
	clear:left;
	margin:0;
	margin-top:80px;
	padding:50px 0;
	width:100%;
	height:auto;
	background:#EEEEEE;
}

#hot_spring2 section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:90%;
	height:auto;
	text-align:center;
}

#hot_spring2 h1{
	clear:left;
	margin:0;
	margin-top:200px;
	margin-bottom:30px;
	padding:0;
	color:#333;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#hot_spring2 #table{
	clear:left;
	margin:0 auto;
	width:100%;
	height:auto;
	font-family:serif;
	font-size:16px;
	line-height:2em;
	letter-spacing:2px;
	color:#333;
	background:#FFF;
	border-top:#CCC 1px solid;
}

#hot_spring2 #table #box{
	clear:left;
	width:100%;
	display:inline-table;
	border-bottom:#CCC 1px solid;
}

#hot_spring2 #table #tb1{
	float:none;
	padding-top:25px;
	width:100%;
	font-size:18px;
	font-weight:bold;
	padding-left:5%;
	text-align:left;
}

#hot_spring2 #table #tb2{
	float:none;
	padding:0 0 20px 20px;
	width:95%;
	text-align:left;
}

#hot_spring2 #table #tb2 span{
	color:#C00;
	font-weight:bold;
	letter-spacing:1px;
}

/*------------------------------------------------------------
	湯沢温泉
------------------------------------------------------------*/
#hot_spring3{
	clear:left;
	margin:0;
	margin-bottom:100px;
	padding:0;
	width:100%;
	height:auto;
}

#hot_spring3 section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:90%;
	height:auto;
	text-align:center;
}

#hot_spring3 h1{
	clear:left;
	margin:0;
	margin-bottom:50px;
	padding:0;
	padding-top:100px;
	color:#333;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}

#hot_spring3 #content1{
	float:none;
	width:100%;
	height:300px;
}

#hot_spring3 #content1 img{
	clear:left;
	width:100%;
	height:300px;
	object-fit: cover;
	object-position:0 100%;
}

#hot_spring3 #content2{
	float:none;
	margin:0;
	margin-top:50px;
	padding:0;
	width:100%;
	height:auto;
}

#hot_spring3 ul{
	float:none;
	margin-bottom:50px;
	width:100%;
	height:auto;
	text-align:left;
	color:#333;
	font-size:16px;
	line-height:2.5em;
}

#hot_spring3 li{
	clear:left;
	margin-right:10%;
}

#hot_spring3 li span{
	clear:left;
	margin:0;
	padding:0;
	color:#000;
	font-size:20px;
	font-weight:bold;
	letter-spacing:3px;
}
}








@media(min-width:1200px){
/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img img{
	width:100%;
	height:500px;
	object-fit:cover;
	object-position:0;
}

#top_title{
	clear:left;
	width:100%;
	height:auto;
	text-align:center;
	background:#2566f2;
}

#top_title h1{
	clear:left;
	margin:0;
	padding:40px 0 0 0;
	color:#FFF;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#top_title p{
	clear:left;
	padding:0 0 40px 0;
	color:#CC9;
	font-size:13px;
	letter-spacing:2px;
}

/*------------------------------------------------------------
	温泉
------------------------------------------------------------*/
#hot_spring1{
	clear:left;
	margin:0;
	padding:0;
	padding-bottom:0;
	width:100%;
	height:auto;
}

#hot_spring1 section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:70%;
	height:auto;
	text-align:center;
}

#hot_spring1 input[type="radio"]{
  display: none;
}

#hot_spring1 h1{
	clear:left;
	margin:0;
	margin-top:200px;
	margin-bottom:30px;
	padding:0;
	color:#333;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#hot_spring1 ul{
	clear:left;
	margin:0;
	margin-bottom:30px;
	padding:0;
	text-align:center;
	font-size:18px;
	line-height:2.8em;
	letter-spacing:1px;
}

#hot_spring1 .container {
	clear:left;
	max-width:100%;
}

#hot_spring1 .container img{
	clear:left;
	width:100%;
	height:auto;
	object-fit: cover;
}

#hot_spring1 .container ul{
	clear:left;
	margin:0;
	padding:0;
}

#hot_spring1 .container .thumb_slider{
	clear:left;
	margin-bottom:1px;
	width:100%;
	height:700px;
	object-fit: cover;
}

#hot_spring1 .container .thumb_slider img{
	clear:left;
	width:100%;
	height:700px;
	object-fit: cover;
}

#hot_spring1 .container .thumb{
	clear:left;
	margin:0 auto;
	width:100%;
	height:200px;
	object-fit: cover;
}

#hot_spring1 .container .thumb li{
	border-right:#FFF 1px solid;
}

#hot_spring1 .container .thumb img{
	clear:left;
	width:100%;
	height:200px;
	object-fit: cover;
}

.center_slider li img {
  opacity: 0.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.center_slider .slick-current img {
  opacity: 1;
}

/*------------------------------------------------------------
	温泉概要
------------------------------------------------------------*/
#hot_spring2{
	clear:left;
	margin:0;
	margin-top:80px;
	padding:50px 0;
	width:100%;
	height:auto;
	background:#EEEEEE;
}

#hot_spring2 section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:70%;
	height:auto;
	text-align:center;
}

#hot_spring2 h1{
	clear:left;
	margin:0;
	margin-top:200px;
	margin-bottom:30px;
	padding:0;
	color:#333;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#hot_spring2 #table{
	clear:left;
	margin:0 auto;
	width:100%;
	height:auto;
	font-family:serif;
	font-size:16px;
	line-height:2em;
	letter-spacing:2px;
	color:#333;
	background:#FFF;
	border-top:#CCC 1px solid;
}

#hot_spring2 #table #box{
	clear:left;
	width:100%;
	display:inline-table;
	border-bottom:#CCC 1px solid;
}

#hot_spring2 #table #tb1{
	float:left;
	padding-top:25px;
	width:17%;
	font-size:16px;
	font-weight:bold;
	padding-left:5%;
	text-align:left;
}

#hot_spring2 #table #tb2{
	float:left;
	padding:25px 20px;
	width:73%;
	text-align:left;
}

#hot_spring2 #table #tb2 span{
	color:#C00;
	font-weight:bold;
	letter-spacing:1px;
}

/*------------------------------------------------------------
	湯沢温泉
------------------------------------------------------------*/
#hot_spring3{
	clear:left;
	margin:0;
	margin-bottom:0;
	padding:0;
	width:100%;
	height:auto;
}

#hot_spring3 section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:80%;
	height:auto;
	text-align:center;
}

#hot_spring3 h1{
	clear:left;
	margin:0;
	margin-bottom:100px;
	padding:0;
	padding-top:150px;
	color:#333;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#hot_spring3 #content1{
	float:left;
	width:30%;
	height:700px;
}

#hot_spring3 #content1 img{
	clear:left;
	width:100%;
	height:700px;
	object-fit: cover;
	object-position:0 100%;
}

#hot_spring3 #content2{
	float:right;
	margin:0;
	margin-top:0;
	padding:0;
	width:70%;
	height:auto;
}

#hot_spring3 ul{
	float:left;
	margin-bottom:0;
	width:50%;
	height:280px;
	text-align:left;
	color:#333;
	font-size:18px;
	line-height:2.5em;
}

#hot_spring3 li{
	clear:left;
	margin-right:10%;
}

#hot_spring3 li span{
	clear:left;
	margin:0;
	padding:0;
	color:#000;
	font-size:23px;
	font-weight:bold;
	letter-spacing:3px;
}
}