@import url(global.css);

.mainvisual h1::after {
	background: url(../concept/img/top.jpg);
	background-size: cover;
}

.contents .wrapper h2 {
	text-align: center;
	font-size: 22px;
	margin: 0 auto 2em;
}
.contents > .wrapper p {
	width: 80%;
	text-align: center;
	margin: 0 auto 1em;
}
.contents section {
	width: 100%;
	padding: 80px 0 0;
	box-sizing: border-box;
}

.contents section .sec1 {
	margin-bottom: 120px;
	position: relative;
}
.contents section .sec1 figure {
	width: 60%;
	float: right;
}
.contents section .sec1 .text {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0 50px;
	box-sizing: border-box;
}
.contents section .sec1 .text h1 {
	text-align: left;
	font-size: 22px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	margin: 0 auto 2em;
}
.contents section .sec1 .text p {
	text-align: justify;
	text-justify: distribute;
	margin-top: 1em;
}

.contents section article {
	position: relative;
}
.contents section article .inner {
	width: 100%;
	padding: 200px 0 0;
}
.contents section article.resort .inner {
	background: url(../concept/img/resort.jpg) no-repeat center center;
	background-size: cover;
}
.contents section article.natural .inner {
	background: url(../concept/img/natural.jpg) no-repeat center center;
	background-size: cover;
}
.contents section article.modern .inner {
	background: url(../concept/img/modern.jpg) no-repeat center center;
	background-size: cover;
}
.contents section article .inner figure {
	display: none;
}
.contents section article .inner p#catch {
	font-size: 42px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	-webkit-text-orientation: upright;
	line-height: 1.6;
	text-align: left;
	color: #fff;
	font-weight: 300;
	position: absolute;
	top: -1em;
	text-shadow: 0 0 5px #000;
	-webkit-text-shadow: 0 0 5px #000;
}
.contents section article .inner p#catch span {
	color: #000;
	text-shadow: none;
	-webkit-text-shadow: none;
}
.contents section article.resort .inner p#catch,
.contents section article.modern .inner p#catch {
	left: 100px;
}
.contents section article.natural .inner p#catch {
	right: 100px;
}

.contents section article .inner .text {
	width: 750px;
	background-color: #fff;
	padding: 50px 50px 100px;
	box-sizing: border-box;
}
.contents section article.resort .inner .text,
.contents section article.modern .inner .text {
	float: right;
}
.contents section article .inner .text h1 {
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 0;
	font-family: "Cinzel",serif;
	margin-bottom: 30px;
}
.contents section article .inner .text p {
	margin-top: 1em;
}




/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1140px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1139px){

.contents > .wrapper p {
	width: 100%;
}
.contents section .sec1 figure {
	width: 50%;
	float: right;
}
.contents section .sec1 .text {
	width: 50%;
	padding: 0 40px;
}
.contents section article.resort .inner p#catch,
.contents section article.modern .inner p#catch {
	left: 10px;
}
.contents section article.natural .inner p#catch {
	right: 20px;
}



}




/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.contents > .wrapper p {
	width: 100%;
}
.contents > .wrapper p br {
	display: none;
}
.contents section {
	padding: 60px 0 0;
}

.contents section .sec1 {
	margin-bottom: 80px;
}
.contents section .sec1 figure {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 40px;
}
.contents section .sec1 .text {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	-webkit-transform: none;
	padding: 0 40px;
}

.contents section article {
	position: relative;
}
.contents section article .inner {
	padding: 0;
}
.contents section article.resort .inner {
	background: none;
}
.contents section article.natural .inner {
	background: none;
}
.contents section article.modern .inner {
	background: none;
}
.contents section article .inner figure {
	width: 100%;
	height: 300px;
	display: block;
}
.contents section article.resort .inner figure {
	background: url(../concept/img/resort.jpg) no-repeat center center;
	background-size: cover;
}
.contents section article.natural .inner figure {
	background: url(../concept/img/natural.jpg) no-repeat center center;
	background-size: cover;
}
.contents section article.modern .inner figure {
	background: url(../concept/img/modern.jpg) no-repeat center center;
	background-size: cover;
}
.contents section article .inner p#catch {
	font-size: 36px;
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	white-space: normal;
	line-height: 1.4;
	top: 1em;
}
.contents section article .inner p#catch span {
	color: #fff;
	text-shadow: 0 0 5px #000;
	-webkit-text-shadow: 0 0 5px #000;
}
.contents section article.resort .inner p#catch,
.contents section article.modern .inner p#catch {
	left: 7%;
}
.contents section article.natural .inner p#catch {
	right: 7%;
}
.contents section article .inner .text {
	width: 100%;
	padding: 40px;
}
.contents section article.resort .inner .text,
.contents section article.modern .inner .text {
	float: none;
}



}






/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

.contents > .wrapper p {
	text-align: justify;
	text-justify: distribute;
}
.contents section {
	padding: 40px 0 0;
}

.contents section .sec1 {
	margin-bottom: 50px;
}
.contents section .sec1 figure {
	margin-bottom: 30px;
}
.contents section .sec1 .text {
	padding: 0 10px;
}
.contents section .sec1 .text h1 {
	margin: 0 auto 20px;
}
.contents section .sec1 .text h1 br {
	display: none;
}
.contents section article .inner figure {
	height: 200px;
}
.contents section article .inner p#catch {
	font-size: 22px;
}
.contents section article.resort .inner p#catch,
.contents section article.modern .inner p#catch {
	left: 10px;
}
.contents section article.natural .inner p#catch {
	right: 10px;
}
.contents section article .inner .text {
	padding: 20px 10px;
}
.contents section article .inner .text h1 {
	font-size: 34px;
	margin-bottom: 20px;
}



}









