@charset "utf-8";
/* CSS Document */

/*topページ-news------------------------------------------------------------------------*/
#news {
	padding: 50px 0 100px!important;
}
#news h2 {
	margin-bottom: 30px;
}

#news ul.news_list {
	width: 100%;
	display: flex;
	justify-content: center;
}
#news ul.news_list li.link {
	width: 20%;
	margin: 0 10px;
}
#news ul.news_list li.link:hover {
	opacity: 0.5!important;
	 transition: 0.5s;
	}
#news ul.news_list li.link a {
	padding: 10px 20px;
}

#news ul.news_list li.link a .image_area {
	width: 100%;
	height: auto;
	margin-right: 30px;
}
#news ul.news_list li.link a .text_area {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2rem!important;
}

#news ul.news_list li.link a .text_area .news_icon {
	padding-top: 10px;
}
#news ul.news_list li.link a .text_area .news_icon span {
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	border-radius: 3px;
}

#news ul.news_list li.link a .text_area .news_icon span.event {
	border: 1px solid #B5383A;
	color: #B5383A;
}
#news ul.news_list li.link a .text_area .news_icon span.plan {
	border: 1px solid #5D9C44;
	color: #5D9C44;
}
#news ul.news_list li.link a .text_area .news_icon span.campaign {
	border: 1px solid #538DBD;
	color: #538DBD;
}
#news ul.news_list li.link a .text_area .news_icon span.link {
	border: 1px solid #646464;
	color: #646464;
}

#news ul.news_list li.link a .text_area .day {
	font-size: 1.2rem;
	padding: 8px 0 3px 0;
	color:#AFAFAF;
}





/*topページ-feature------------------------------------------------------------------------*/
#feature {
	background:url(../img/bg_green.jpg) repeat left top;
}

#feature h2 {
	color: #ffffff;
	font-size: 1.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#feature h2 img {
	width: 200px;
	height: auto;
}
#feature h2 span {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#feature ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#feature li {
	width: 18%;
	color: #ffffff;
	
}
#feature li div.text_area {
	padding: 20px 10px;
	position: relative;
}


/*topページ-メインビジュアル------------------------------------------------------------------------*/
/* wrap */

.top_main_visual {
  position: relative;
}

/* video */

.top_main_visual .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.top_main_visual .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.top_main_visual .overlay_mv::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* text */

.top_main_visual .text-box {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top_main_visual .lead {
  font-size: 2rem;
  line-height: 2;
  padding: 0 50px;
  text-align: left;
  color: #fff;
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.top_main_visual .lead p:nth-of-type(1) {
	font-size: 2.6rem;
	margin-bottom: 10px;
}

.top_main_visual .lead p:nth-of-type(2) {
	font-size: 1.4rem;
	line-height: 3;
}



.intro {
	margin-bottom: 40px;
	text-align: center;
	
}


/*topページ------------------------------------------------------------------------*/

#top .top_text_area {
	padding: 100px 0 0px;
	width: 600px;
	margin: 0 auto;
}
#top .top_text_area .title {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 3rem;
	margin-bottom: 40px;
	line-height: 1.5;
	text-align: center;
}
#top .top_text_area .title span {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.4rem;
}

#top .top_image_area ul.col_two_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top .top_image_area ul.col_two_wrap li {
	width: 49.5%;
	margin-top: 1%;
}

/*topページ-お部屋/room―------------------------------------------------------------------------*/







/*topページ-温泉/spa―------------------------------------------------------------------------*/
#spa {
	
}

/*topページ-料理/food―------------------------------------------------------------------------*/
#food {

}







/*
	calender
*/
#calender .calender_area {
	justify-content: center;
}

/*
	activity
*/
#activity {
	
}

/*
	RESERVE
*/
#reserve ul.reserve_text_area {
	margin-bottom: 30px;
}
#reserve ul.reserve_text_area li {
	padding: 10px;
	border: 1px solid #333333;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
#reserve ul.reserve_text_area li:nth-of-type(1):after {
	content: "";
    position: absolute;
    bottom: -43px;   /* 縦軸をセンタリングする */ 
    left: 50%;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 10px solid transparent;
    border-top: 12px solid #555;   /* 好みで色を変えてください */ 
}
#reserve ul.reserve_text_area li dl dt {
	font-size: 2rem;
	font-weight: bold;
}
#reserve ul.reserve_text_area li div.btn_more {
	margin: 20px auto 10px;
}


/*
	option
*/
#option {
	
}
#option h3:nth-of-type(2) {
	margin-top: 60px;
}
#option ul.option_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
#option ul.option_list>li {
	width: 33%;
	display: flex;
	align-items: center;
}
#option ul.option_list>li:nth-of-type(n+4) {
	margin-top: 30px;
}
#option ul.option_list li>div.option_image_area {
	width: 80px;
	min-width: 80px;
	margin-right: 15px;
}
#option ul.option_list li>div.option_text_area {
	padding-right: 10px;
}


/*
	calender
*/
#calender .icon_wrap{
	display: flex;
	margin: 0 20px;
}
#calender .icon_wrap p {
	margin-right: 10px;
	
}
#calender .panel-default {
	border: none!important;
}
#calender .text_area {
	margin: 0 20px;
}

#access {
	
}
#access .map_area {
	margin: 0 auto;
	width: 60%;
	height: 400px;
}

/*------------------------------------------下記スマホ---------------------------------------------*/
@media only screen and (max-width: 640px) {
	
		

/*topページ-メインビジュアル------------------------------------------------------------------------*/
/* wrap */

/* text */

.top_main_visual .text-box {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top_main_visual .lead {
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 50px;
  text-align: left;
  color: #fff;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.top_main_visual .lead p:nth-of-type(1) {
	font-size: 2.6rem;
	margin-bottom: 10px;
}
.top_main_visual .lead p:nth-of-type(2) {
	font-size: 1.4rem;
	line-height: 3;
}

/* video */

.top_main_visual .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.top_main_visual .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width:120%;
  min-height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

	
/*topページ-news------------------------------------------------------------------------*/
#news {
	padding: 60px 0 100px!important;
}

	#news .news_bnr {
		margin: 0 15px 30px;
	}

#news ul.news_list {
	width: 100%;
	display: block;
}
#news ul.news_list li.link {
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	line-height: 1.2rem!important;
}
#news ul.news_list li.link a {
	padding: 10px 15px;
}


#news ul.news_list li.link a .image_area {
	width: 100%;
	height: auto;
	margin-right: 10px;
}
#news ul.news_list li.link a .text_area {
	width: 95%;
	
}
#news ul.news_list li.link a .text_area p {
	font-size: 1.2rem;
	}
#news ul.news_list li.link a .text_area .day {
	font-size: 1.2rem;
	padding: 8px 0 3px 0;
}

	
/*topページ-feature------------------------------------------------------------------------*/	

#feature {
	background-color: #488569;
}

#feature h2 {
	color: #ffffff;
	font-size: 1.6rem;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#feature ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
	text-align: center;
}
#feature li {
	width: 48%;
	color: #ffffff;
}
#feature li:nth-of-type(-n+2) {
	margin-bottom: 10px;
}
	
	#feature li div.text_area {
		padding: 10px;
	}
	
	

/*topページ------------------------------------------------------------------------*/
#room  {
	
}


#top .top_text_area {
	padding: 40px 0 0;
	width: 100%;
	margin: 0 auto;
}
#top .top_text_area .title {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 2.6rem;
	margin-bottom: 40px;
	line-height: 1.5;
	text-align: center;
}
#top .top_text_area .title span {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.4rem;
}

#top .top_image_area ul.col_two_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top .top_image_area ul.col_two_wrap li {
	width: 49.5%;
}




/*topページ-温泉/spa―------------------------------------------------------------------------*/
#spa {
	
}

/*topページ-料理/food―------------------------------------------------------------------------*/
#food {
	
}
	
	



/*
	activity
*/
#activity {
	
}
	
	
/*
	reserve
*/
	
#reserve ul.reserve_text_area {
	margin-bottom: 30px;
}
#reserve ul.reserve_text_area li {
	padding: 15px;
	border: 1px solid #333333;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
#reserve ul.reserve_text_area li:nth-of-type(1):after {
	content: "";
    position: absolute;
    bottom: -43px;   /* 縦軸をセンタリングする */ 
    left: 50%;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 10px solid transparent;
    border-top: 12px solid #555;   /* 好みで色を変えてください */ 
}
#reserve ul.reserve_text_area li dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
	#reserve ul.reserve_text_area li dl dd {
		text-align: left;
	}


	
	#access .map_area {
	margin: 0 auto;
	width: 100%;
	height: 300px;
}
	
/*
	option
*/
#option h3:nth-of-type(2) {
	margin-top: 30px;
}
#option ul.option_list {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
}
#option ul.option_list>li {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	}
#option ul.option_list>li:nth-of-type(n+4) {
	margin-top: 0;
}
#option ul.option_list li>div.option_image_area {
	width: 60px;
	margin-right: 15px;
}
#option ul.option_list li>div.option_text_area {
	padding-right: 0;
}

	
}
