/* ========================================
	Common
======================================== */
.contents h2, .contents h3, .contents h4, .contents h5, .contents h6 {
	line-height: 1.4;
}

/* ========================================
	Main
======================================== */
.main_visual {
	background-image: url("../images/okomori/main.jpg");
}

.main_visual h2 {
	margin-top: -20px;
}

/* ========================================
	Section
======================================== */

.section{
	margin-bottom: 100px;
}

/* ========================================
	Banner
======================================== */

.banner_campaign{
	text-align: center;
}

/* ========================================
	h3 Large
======================================== */

h3.large{
	font-size: 40px;
	text-align: center;
	margin-bottom: 80px;
}

h3.large span{
	font-size: 18px;
	display: block;
}

/* ========================================
	Page Link
======================================== */

.page_link{
	margin-bottom:50px;
	}

.page_link ul{
	border-right:1px solid #b4b2ab;
	overflow:hidden;
	}

.page_link li{
	display:block;
	float:left;
	width:33.333333%;
	border-left:1px solid #b4b2ab;
	}

.page_link li a{
	display: block;
	padding:20px 30px 30px 30px;
	position:relative;
	text-align:center;
}
	
.page_link li a:after{
	font-family: FontAwesome;
	content: "\f107";
	display:block;
	position:absolute;
	bottom:0px;
	left:50%;
	transform: translateX(-50%);
	}

/* ========================================
	Lead
======================================== */


@media screen and (min-width: 769px) {
	#lead {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: flex-start;
	}

	#lead .image{
		flex-grow: 0;
		flex-basis: 67.25%;
		max-width: 67.25%;
		position: relative;
	}
	
	#lead .image img{
		position: relative;
		z-index: 0;
	}
	
	#lead .image h4{
		width: 570px;
		padding: 20px 120px 20px 20px;
		font-size: 36px;
		position: absolute;
		z-index: 1;
		right: 0;
		top: calc(100% - 60px);
		background: url("../common/images/bg.jpg");
	}
	
	#lead header {
		flex-grow: 0;
		flex-basis: 22%;
		max-width: 22%;
		margin-left: 0;
		text-align: center;
		position: relative;
		padding-left: 0;
		z-index: 1;
	}
	
	#lead header:before{
		content: '';
		display: block;
		width: 559px;
		height: 377px;
		position: absolute;
		background: url("../images/second_aniv/cloud.png") no-repeat center left / contain;
		top: 90px;
		left: 0;
		z-index: -1;
	}

	#lead header h3 {
		font-size: 36px;
	}

	#lead header figure{
		width: 127.272727%;
		margin-left: -27.272727%;
	}
}

@media screen and (max-width: 1024px) {
	#lead .image h4{
		width: 400px;
		padding: 20px 120px 20px 20px;
		font-size: 22px;
	}

	#lead header h3 {
		font-size: 22px;
	}
}

/* ========================================
	overview
======================================== */

#overview{
	overflow:hidden;
}
	
#overview h3 {
	margin-bottom: 100px;
	text-align: center;
}
	
#overview h4{
	margin-bottom: 30px;
}
	
#overview .text{
	background-color: rgba(150,133,102,0.20);
	background-image: url("../images/second_aniv/square.gif"),url("../images/second_aniv/square.gif"),url("../images/second_aniv/square.gif"),url("../images/second_aniv/square.gif");
	background-repeat: no-repeat;
	background-position: left top,right top,left bottom,right bottom;
	border: 1px solid #968566;
	padding: 40px 30px;
}
	

/* ========================================
	mark
======================================== */

h4.mark{
	background: url("../images/second_aniv/mark.png") no-repeat left 5px/ 17px;
	padding-left: 25px;
	font-size: 22px;
	color: #281E19;
}

/* ========================================
	Dish
======================================== */

#stay h3 {
	margin-bottom: 100px;
	text-align: center;
}

@media screen and (min-width: 769px) {
	#stay .lead{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		margin-bottom: 100px;
	}
	
	#stay .lead.re{
		flex-direction: row-reverse;
	}
	
	#stay .lead .text{
		flex-basis: 35%;
		max-width: 35%;
		order: 1;
	}
	
	#stay .lead .image{
		flex-basis: 65%;
		max-width: 65%;
		order: 2;
	}
}

#stay .lead .text{
	padding-right: 40px;
}

#stay .lead .text h4{
	margin-bottom: 40px;
}

#stay .lead.re .text{
	padding: 0 0 0 40px;
}

#stay .menu{
	margin-top: 100px;
}

#stay .menu section{
	margin-top: 50px;
}

#stay .menu h4{
	text-align: center;
}

#stay .menu h5{
	border-left: 3px solid #653F25;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

#stay .menu h5 .small{
	font-size: 16px;
}

#stay ul li{
	float: left;
	margin-left: 20px;
}

@media screen and (min-width: 769px) {

	#stay ul li{
		width: calc(33.333333% - 13.333333px);
	}

	#stay ul li:nth-child(3n+1){
		clear: both;
		margin-left: 0;
	}
}

#stay ul li figure{
	margin-bottom: 20px;
}

#stay ul li figure img{
	width: 100%;
}

#stay ul li p{
	font-size: 18px;
}

#stay ul li p .small{
	font-size: 16px;
}

#stay .menu .att{
	margin-top: 50px;
	font-size: 14px;
}


/* ========================================
	Detail
======================================== */

#room h3{
	text-align: center;
	font-size: 22px;
	margin-bottom: 70px;
}

#room h4{
	text-align: center;
	margin-bottom: 50px;
}

#room .wrapper > section{
	margin-bottom: 100px;
}

@media screen and (min-width: 769px) {
	.detail {
		clear: both;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		align-items: center;
	}
}

.detail h3 {
	margin-bottom: 55px;
	text-align: center;
}

.detail figure {
	flex-basis: 50%;
	max-width: 50%;
}

.detail figure img{
	width: 100%;
}

.detail .text {
	flex-basis: 50%;
	max-width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.detail .text h5 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	line-height: 1.8;
	font-size: 18px;
	border-bottom: 1px solid #868695;
}

.detail .text p {
	font-size: 16px;
	line-height: 1.8;
}

.detail.t_left figure {
	order: 2;
}

.detail.t_left .text {
	order: 1;
}

@media screen and (min-width: 1025px) {
	.detail.t_left .text {
		padding-left: 100px;
	}
}

@media screen and (min-width: 769px) {
	.detail.t_left .text h5{
		padding-right: 50px;
	}

	.detail.t_left .text p{
		padding-right: 50px;
	}
}

.detail.t_right figure {
	order: 1;
}

.detail.t_right .text {
	order: 2;
}

@media screen and (min-width: 1025px) {
	.detail.t_right .text {
		padding-right: 100px;
	}
}

@media screen and (min-width: 769px) {
	.detail.t_right .text h5{
		padding-left: 50px;
	}

	.detail.t_right .text p{
		padding-left: 50px;
	}
}

#room span{
	padding: 0 20px;
	font-size: 16px;
	display:block;
	margin-top: 20px;
}

#room  span.more {
	margin:0px 0 0 10px;
	width: 280px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}

#room span.more a {
	padding-bottom: 6px;
	position: relative;
	display: block;
	background: url(../common/images/s_dot.png) repeat-x 0 bottom;
}

#room span.more a:after {
	position: absolute;
	left: -27px;
	top: 50%;
	display: block;
	width: 21px;
	height: 20px;
	margin-top:-10px;
	background: url(../images/index/more_icon.png);
	content: '';
}
/* ========================================
	Point
======================================== */

#point h3{
	text-align: center;
	margin-bottom: 100px;
}

#point h4{
	margin-bottom: 50px;
}

#point .spots .spot{
	width: 45.833333%;
	float: left;
	margin-left: 8.333334%;
	margin-top: 100px;
}

#point .spots .spot:nth-child(-n+2){
	margin-top: 0;
}

#point .spots .spot:nth-child(2n+1){
	margin-left: 0;
}

#point .spots .spot figure{
	margin-bottom: 20px;
}

#point .spots .spot h5{
	border-left: 3px solid #653F25;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	/* ========================================
		Common
	======================================== */
	.contents h3 {
		font-size: 22px;
	}
	/* ========================================
		Main
	======================================== */
	.contents_main {
		padding-bottom: 60px;
	}
	.contents_main .wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	.sp_w80 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 10% !important;
		padding-left: 10% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.sp_w90 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	/* ========================================
		Section
	======================================== */

	.section{
		margin-bottom: 50px;
	}

	/* ========================================
		Banner
	======================================== */

	.banner_campaign{
	}
	
	/* ========================================
		Page Link
	======================================== */
	
	.page_link ul{
		border-right:0;
		}
	
	.page_link li{
		float:none;
		width:auto;
		max-width:470px;
		margin:0 auto;
		border-left:0;
		border:1px solid #b4b2ab;
		padding:0;
		margin-bottom:20px;
		}
		
	.page_link li a:after{
		bottom:2px;
		}
	
	.page_link li a{
		padding:15px 30px 20px 30px;
		}
	
	/* ========================================
		h3 Large
	======================================== */

	h3.large{
		margin-bottom: 40px;
	}
	
	/* ========================================
		Lead
	======================================== */
	
	#lead h3{
		text-align: center;
		margin-bottom: 10px;
		background: url("../images/second_aniv/cloud_sp01.png") no-repeat right top / 42.8125%;
	}
	
	#lead header{
		position: relative;
		padding: 20px 20px 29.6875vw 20px;
	}
	@media screen and (max-width: 414px) {
		#lead header{
			position: relative;
			padding: 10px 10px 29.6875vw 10px;
		}
	}
	
	#lead header:before{
		content: '';
		display: block;
		width: 41.40625%;
		height: 170px;
		background: url("../images/second_aniv/cloud_sp02.png") no-repeat left top / contain;
		position: absolute;
		left: 0;
		top: 60px;
		z-index: -1;
	}
	
	#lead header h4{
		font-size: 22px;
	}
	
	@media screen and (max-width: 414px) {
		#lead header h4{
			font-size: 17.5px;
			padding: 10px;
		}
	}
	
	#lead header figure{
		width: 60.625%;
		position: absolute;
		z-index: -1;
		right: 0;
		top: 20px;
	}
	
	/* ========================================
		overview
	======================================== */
		
	#overview h3 {
		margin-bottom: 35px;
	}
	#overview h3 img {
		width: 40px;
	}
	
	#overview .text{
		padding: 20px 20px;
	}
	
	/* ========================================
		mark
	======================================== */

	h4.mark{
		background-position: left top;
		font-size: 18px;
	}
	
	/* ========================================
		dish
	======================================== */
	
	#stay h3{
		margin-bottom: 35px;
	}
	
	#stay .lead .image{
		margin-bottom: 30px;
	}
	
	#stay .lead .text h4{
		margin-bottom: 20px;
	}
	
	#stay .menu{
		margin-top: 80px;
	}
	
	#stay .menu h5{
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		font-size: 16px;
	}
	
	#stay .menu h5 .small{
		font-size: 14px;
	}
	
	#stay ul li figure{
		margin-bottom: 10px;
	}
	
	#stay ul li p{
		font-size: 14px;
	}
	
	#stay ul li p .small{
		font-size: 13px;
	}
	
	#stay ul li {
		margin-bottom: 30px;
	}
	
	#stay ul li:last-child{
		margin-bottom: 0;
	}
	
	#stay .menu .att{
		margin-top: 30px;
		font-size: 12px;
	}
	
@media screen and (max-width: 768px) {
	#stay .lead{
		margin-bottom: 50px;
	}
}

	/* ========================================
		table
	======================================== */
	.contents_main th, .contents_main td {
		padding: 5px 10px !important;
		font-size: 13px;
	}
	.table_has_img {
		margin-bottom: 60px;
	}
	.table_has_img table {
		margin-bottom: 15px;
	}
	.table_has_img .att {
		padding-left: 0;
		font-size: 12px;
	}
	.table_has_img .desc {
		clear: both;
		margin-right: 5%;
		margin-left: 5%;
	}
	.table_has_img .desc h4 {
		margin-bottom: 10px;
		padding: 5px 10px;
	}
	.table_has_img .desc ul {
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.8;
	}
	.table_has_img .desc ul li {
		margin-bottom: 10px;
	}
	.facility_table {
		margin-bottom: 60px;
	}
	.facility_table h4 {
		margin-bottom: 10px;
		padding-left: 0;
		font-size: 16px;
	}
	.facility_table table {
		margin-bottom: 20px;
	}
	.facility_table table th{
		width: 20%;
		font-size: 12px;
	}
	.facility_table table th:last-child, .facility_table table td:last-child {
		width: 20%;
	}
	.facility_table .att {
		padding-left: 0;
		font-size: 12px;
	}
	
	
	/* ========================================
		Detail
	======================================== */
	/*.detail {
		padding-top:80px;
		padding-bottom: 60px;
	}*/
	#room h3 {
		margin-bottom: 35px;
	}
	#room h4 {
		margin-bottom: 25px;
	}
	#room .wrapper > section{
		margin-bottom: 50px;
	}
	.detail figure {
		margin-bottom: 0px;
		text-align: center;
	}
	.detail .text h5 {
		font-size: 16px;
	}
	.detail .text p {
		font-size: 14px;
		line-height: 1.8;
	}
	
	/* ========================================
		Point
	======================================== */

	#point h3{
		margin-bottom: 50px;
	}

	#point h4{
		margin-bottom: 30px;
	}

	#point .spots .spot{
		margin-top: 30px;
	}

	#point .spots .spot:nth-child(-n+2){
		margin-top: 0;
	}

	#point .spots .spot:nth-child(2){
		margin-top: 30px;
	}

	#point .spots .spot figure{
		margin-bottom: 20px;
	}

	#point .spots .spot h5{
		font-size: 16px;
	}

	
	/* ========================================
		Item
	======================================== */
	#item .wrapper > figure {
		margin-bottom: 30px;
		text-align: center;
	}
	#item section {
		margin-bottom: 40px;
	}
	#item section h3 {
		margin-bottom: 20px;
		padding-top: 0;
		font-size: 20px;
	}
	#item section table th, #item section table td {
		width: auto;
		padding: 0 0 15px 15px;
		font-size: 14px;
	}
	#item section table th {
		padding: 0 15px 15px 0;
	}
	#item ul {
		padding: 0;
	}
	#item ul li {
		margin-bottom: 30px;
	}
	#item ul figure {
		margin-bottom: 20px;
	}
	#item ul h4 {
		font-size: 18px;
	}
	#item ul p {
		font-size: 14px;
	}
}
