@import url("global.css");

#pagettl {
	background: none;
	padding-bottom: 0;
}
#lead {
	margin-bottom: 100px;
	background: url(../lineup_nature/img/topimg_220802.jpg) no-repeat right top;
	height: 520px;
	position: relative;
	border-bottom: 20px solid #533302;
}
#lead .txtbox {
	background-color: #fff;
	background-color: rgba(255,255,255,0.6);
	width: 560px;
	height: 460px;
	padding: 30px 30px 30px 0;
}
#lead .txtbox h1 img {
	width: auto;
	height: 140px;
}
#lead .txtbox h2 {
	margin: 35px 0 25px;
	font-size: 24px;
	line-height: 36px;
	color: #36210F;
}

#concept h3 {
	padding: 30px 0 40px;
	font-size: 28px;
	line-height: 40px;
	color: #36210F;
}
#concept p {
	font-size: 15px;
	margin-bottom: 20px;
}
#concept .image {
	float: right;
	margin-left: 40px;
}
#concept .flex {
	margin: 30px 0 10px;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
}
#concept .inbox {
	margin-top: 60px;
}
#concept .inbox h3 {
	padding: 70px 0 40px;
}

#style {
	margin: 100px 0 100px;
	padding: 60px 0 0;
	border-top: 20px solid #533302;
}
#gallery {
	margin-bottom: 80px;
}
#contents section#style h1,
#contents section#gallery h1 {
	font-size: 46px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
#style h1 span,
#gallery h1 span {
	font-size: 60px;
	color: #18727E;
}
#style ul {
	width: 540px;
	margin: 0 auto;
}
#style ul li {
	position: relative;
	height: 281px;
	display: table;
	text-align: left;
	border-bottom: 1px solid #eee;
}
#style ul li:last-of-type {
	border-bottom: none;
}
#style ul li .vl {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
}
#style ul li .vl h2 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #533302;
}
#style ul li .vl h2::before,
#style ul li .vl h2::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 10px;
	background-color: #533302;
}
#style ul li .vl h2::before { margin-right: 10px; }
#style ul li .vl h2::after { margin-left: 10px; }
#style ul li .image {
	position: absolute;
	top: 0;
	left: -540px;
	width: 540px;
	height: auto;
}
#style ul li.style2 .image,
#style ul li.style4 .image {
	left: 540px;
}
#style ul li .image img {
	width: 540px;
	height: auto;
}


.photobox {
	width: 100%;
	background-color: #F7F7F7;
	margin: 0 0 30px;
}
.photobox .fotorama {
	max-width: 900px;
	margin: 0 auto;
}
.photobox .fotorama__caption__wrap {
	background-color: transparent;
	text-shadow: 0 0 2px rgba(255,255,255,1);
}

/* ------------------------------------------------------------------------------------------------------------------------
/* 1099px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){
#lead {
	padding-top: 66.67%;
	padding-bottom: 50px;
	background-position: center top;
	background-size: contain;
	height: auto;
}
#lead .txtbox {
	margin-top: -80px;
	width: auto;
	height: auto;
	padding: 0 20px;
	background-color: transparent;
}
#lead .txtbox h2 {
	margin: 35px 0;
}
#concept .image {
	margin-left: 20px;
}
#concept .inbox h3 {
	padding: 50px 0 40px;
}
#style {
	margin: 100px 0 120px;
}
#style ul {
	width: auto;
	margin: 0;
}
#style ul li {
	height: 260px;
}
#style ul li .vl {
	padding: 0 10px 0 350px;
}
#style ul li .image,
#style ul li.style2 .image,
#style ul li.style4 .image {
	left: -180px;
}
#style ul li .image {
	width: 500px;
}
}
	

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){
#lead {
	margin-bottom: 40px;
	border-bottom-width: 10px;
}
#lead .txtbox {
	margin-top: -30px;
	padding: 0;
}
#lead .txtbox h1 img {
	height: 100px;
}
#lead .txtbox h2 {
	margin: 25px 0;
	font-size: 20px;
	line-height: 32px;
}
#lead .txtbox h2 br {
	display: none;
}

#concept h3,
#concept .inbox h3 {
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 26px;
}
#concept h3 br {
	display: none;
}
#concept p {
	font-size: 14px;
	margin-bottom: 15px;
}
#concept .image {
	margin-left: 20px;
}
#concept .image img {
	width: 120px;
	height: auto;
}
#concept .flex {
	margin: 20px 0 5px;
}
#concept .inbox {
	margin-top: 40px;
}

#style {
	margin: 40px 0 20px;
	padding-top: 20px;
	border-top-width: 10px;
}
#contents section#style h1,
#contents section#gallery h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
#style h1 span,
#gallery h1 span {
	font-size: 40px;
}
#style ul li {
	height: auto;
	display: block;
	margin-bottom: 20px;
	border-bottom: none;
}
#style ul li .vl {
	display: block;
	padding: 0 10px;
}
#style ul li .vl h2 {
	margin: 10px 0;
	font-size: 18px;
	line-height: 18px;
}
#style ul li .image {
	position: static;
	width: 100%;
	height: auto;
}
#style ul li .image img {
	width: 100%;
}

.photobox {
	margin: 20px 0;
}
.photobox .fotorama {
	margin: 0 0 30px;
}
}










