@charset "utf-8";

/*568px以下のサイズ用*/
@media screen and (max-width: 681px){

/*width1028のcontainer------*/
.container {
	width: 90%;
	display: block;
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
}
/*ヘッダ部分-----------*/
.hed-rogo {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 5px;
}
.hed-rogo img {
	width: 180px;
}

.hed-mainphoto {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 80px;
}
.hed-mainphoto img {
	width: 100%;
	height: auto;
}
.daenphoto-wrap {
	width: 100%;
	float: left;
	padding-bottom: 60px;
}
.daenphoto-flex {
	display: flex;
	flex-direction: column;
}
.daenphoto-left {
	width: 90%;
	float: left;
	transition: .8s;
	padding-left: 5%;
	padding-right: 5%;
}
.daenphoto-right {
	width: 100%;
	float: left;
	line-height : 1.8em;
  letter-spacing : 0.8px;
  color : #333333;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 40px;
	transition: .8s;
}
.daenphoto-right-02 {
	width: 90%;
	float: left;
	text-align: right;
	transition: .8s;
	order: 1;
	padding-left: 5%;
	padding-right: 5%;
}
.daenphoto-left-02 {
	width: 100%;
	float: left;
	line-height : 1.8em;
  letter-spacing : 0.8px;
  color : #333333;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 40px;
	transition: .8s;
	order: 2;
}
.daenphoto-title {
	font-size : 24px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 30px;
}
.subtitle {
	width: 100%;
	float: left;
	text-align: center;
	font-size : 36px;
	line-height: 1.3em;
  color : #333333;
	padding-top: 0px;
	padding-bottom: 40px;
	transition: .8s;
}
.subtitle-copy {
	width: 100%;
	float: left;
	text-align: center;
	 font-size : 22px;
  line-height : 1.8em;
	letter-spacing: 1.0px;
  color : #4D4D4D;
	padding-bottom: 60px;
	transition: .8s;
}
.selection-box {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 60px;
	transition: .8s;
}
.access_wrap {
	width: 100%;
	float: left;
	transition: .8s;
	background-color: #4d4d4d;
	color: #FFFFFF;
}
.access_left {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.access_right {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
}
 .access_tel {
	margin-left: 10px;
}
.access_mail {
	margin-left: 10px;
}


.futa-copyright {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

	/*pcとスマホで改行を変える*/
.br-pc { 
  display:none; 
}
.br-sp { 
  display:block; 
}
/*inview.jsの動き4パターン*/
/*box-mv01を付ける元divのcssにtransition: .8s;が必要*/
/*移動+フェードイン表示--------*/

.box-mv01{
	opacity: 0;
	transform: translate(0,40px); 
}
.mv01{
	opacity: 1.0;
	transform: translate(0,0); 
}

/*最終閉じタグ--------*/  
}
