@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
#footer {
  margin: 0;
}
#contents{
	border-bottom: 1px solid #fff;
}
/* .boxPageTtl
-------------------------------------------------------------*/
.boxPageTtl{
	height: 450px;
	background: url("../img/main_pc.jpg") no-repeat center center;
	background-size: cover;
	margin: 0 0 20px;
}
.boxPageTtl h1{
	color: #fff;
}
.boxPageTtl p{
	color: #fff;
}
/*=============================================================
 .boxClm
=============================================================*/
.boxClm{
	width: 100%;
	display: flex;
}
.boxClm .order1{
	order: 1;
}
.boxClm .boxPhoto{
	width: 50%;
	min-height: 680px;
	position: relative;
}
.boxClm .boxPhoto img{
	display: none;
}
#clm01 .boxClm .boxPhoto{
	background: url("../img/photo01.jpg") no-repeat center center;
	background-size: cover;
}
#clm02 .boxClm .boxPhoto{
	background: url("../img/photo02.jpg") no-repeat center center;
	background-size: cover;
}
#clm03 .boxClm .boxPhoto{
	background: url("../img/photo03.jpg") no-repeat center center;
	background-size: cover;
}
#clm04 .boxClm .boxPhoto{
	background: url("../img/photo04.jpg") no-repeat center center;
	background-size: cover;
}
#clm05 .boxClm .boxPhoto{
	background: url("../img/photo05.jpg") no-repeat center center;
	background-size: cover;
}
#clm06 .boxClm .boxPhoto{
	background: url("../img/photo06.jpg") no-repeat center center;
	background-size: cover;
}
.boxClm .boxTxt{
	width: 50%;
	box-sizing: border-box;
	padding: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #9F7E34;
	position: relative;
}
.boxClm .boxTxt h3{
	padding: 10px 20px;
	line-height: 1.0;
	font-size: 20px;
	color: #fff;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.boxClm .boxTxt .catch{
	padding: 0 0 20px;
	line-height: 1.3;
	font-size: 32px;
	color: #fff;
	text-align: center;
}

.boxClm .boxTxt dt{
	display: none;
}
.boxClm .boxTxt dd{
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
@media only screen and (min-width:900px){
.boxClm .boxTxt dd{
	display: block !important;
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TUB
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1099px){
.boxClm .boxTxt{
	padding: 30px;
}
.boxClm .boxTxt .catch{
	font-size: 24px;
}
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px){
#contents{
	padding: 0 0 50px;
}
/* .boxPageTtl
-------------------------------------------------------------*/
.boxPageTtl{
	height: 380px;
	background: url("../img/main_sp.jpg") no-repeat center center;
	background-size: cover;
}
/*=============================================================
 .boxClm
=============================================================*/
.boxClm{
	width: 100%;
	display: block;
}
.boxClm .boxPhoto{
	width: 100%;
	background: none !important;
	min-height: 1px;
}
.boxClm .boxPhoto img{
	display: block !important;
}

.boxClm .boxTxt{
	width: auto;
	padding: 50px 30px;
	display: block;
	transform: translateY(-30px);
}
#clm01 .boxClm .boxTxt,
#clm03 .boxClm .boxTxt,
#clm05 .boxClm .boxTxt	{
 margin: 0 0 0 30px;
}
#clm02 .boxClm .boxTxt,
#clm04 .boxClm .boxTxt,
#clm06 .boxClm .boxTxt	{
 margin: 0 30px 0 0;
}

.boxClm .boxTxt h3{
	padding: 7px 15px;
	font-size: 16px;
}
	
.boxClm .boxTxt dt{
	display: block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 14px;
}
.boxClm .boxTxt dt span{
	display: inline-block;
	cursor: pointer;
	padding: 0 20px 0 0;
	position: relative;
}
.boxClm .boxTxt dt span:after{
	content: "";
	width: 11px;
	height: 7px;
	background: url("../img/arw_toggle.svg") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.boxClm .boxTxt dt span.closeTxt:after{
	transform: translateY(-50%) rotate(180deg);
}
.boxClm .boxTxt dt span.openTxt{
	display: inline-block;
}
.boxClm .boxTxt dt span.closeTxt{
	display: none;
}
.boxClm .boxTxt .open dt span.openTxt{
	display: none;
}
.boxClm .boxTxt .open dt span.closeTxt{
	display: inline-block;
}
.boxClm .boxTxt dd{
	display: none;
	padding: 0 0 30px;
}
.boxClm .boxTxt .open dd{
	padding: 0 0 30px;
}	
	
	
}
