/*
Last Updated: 20211130
Author: nakao
title: ちょっといい家
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
body{ font-size:1.4rem; font-size: 1.4em; }

img{ vertical-align: bottom; }
.max_respon{ max-width:100%; }
a{
	color: inherit;
	text-decoration: none;
}
a:hover{ color: #005194; }


@media screen and (max-width: 599px){


}/*END*/

/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }

.text_10{ font-size:1.0rem !important; }
.text_11{ font-size:1.1rem !important; }
.text_12{ font-size:1.2rem !important; }
.text_13{ font-size:1.3rem !important; }
.text_14{ font-size:1.4rem !important; }
.text_15{ font-size:1.5rem !important; }

.ls_-1{ letter-spacing: -1px; }
.ls_1{ letter-spacing: 1px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }

.lh_14{ line-height: 1.4; }
.lh_16{ line-height: 1.6; }
.lh_17{ line-height: 1.7; }
.lh_18{ line-height: 1.8; }

@media print, screen and (min-width: 770px){

	.text_16{ font-size:1.6rem !important; }
	.text_17{ font-size:1.7rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_19{ font-size:1.9rem !important; }
	.text_20{ font-size:2.0rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_30{ font-size:3.0rem !important; }
	.text_32{ font-size:3.2rem !important; }
	.text_34{ font-size:3.4rem !important; }
	.text_36{ font-size:3.6rem !important; }
	.text_38{ font-size:3.8rem !important; }
	.text_40{ font-size:4.0rem !important; }
	.text_42{ font-size:4.2rem !important; }
	.text_48{ font-size:4.8rem !important; }


	/*line-height*/
	.lh_20{ line-height: 2 !important; }
	.lh_21{ line-height: 2.1 !important; }
	.lh_22{ line-height: 2.2 !important; }
	.lh_23{ line-height: 2.3 !important; }
	.lh_24{ line-height: 2.4 !important; }
	.lh_25{ line-height: 2.5 !important; }
	.lh_26{ line-height: 2.6 !important; }
	.lh_28{ line-height: 2.8 !important; }

}/*END*/

@media screen and (max-width: 769px){

	.text_16,
	.text_17,
	.text_18{
		font-size: 1.5rem;
	}
	.text_20,
	.text_19{
		font-size: 1.6rem !important;
	}
	.text_21,
	.text_22,
	.text_24{
		font-size: 1.8rem !important;
	}
	.text_26,
	.text_28,
	.text_30,
	.text_32,
	.text_34,
	.text_38,
	.text_36,
	.text_40,
	.text_42{
		font-size: 2rem !important;
	}
	.text_48{
		font-size: 3.2rem !important;
	}

}/*END*/

@media print, screen and (min-width: 660px) and ( max-width: 769px){

	.text_24{
		font-size: 2rem !important;
	}

}/*END*/

@media screen and (max-width: 599px){

	.text_16,
	.text_17,
	.text_18{
		font-size: 1.5rem;
	}
	.text_20,
	.text_19,
	.text_21{
		font-size: 1.6rem !important;
	}
	.text_22,
	.text_24{
		font-size: 1.7rem !important;
	}
	.text_26,
	.text_28,
	.text_30,
	.text_32,
	.text_34{
		font-size: 1.8rem !important;
	}
	.text_38,
	.text_36{
		font-size: 1.9rem !important;
	}
	.text_40,
	.text_42{
		font-size: 2rem !important;
	}
	.text_48{
		font-size: 2.6rem !important;
	}

	/*letter-spacing*/
	.ls_4{ letter-spacing: 2px; }
	.ls_5{ letter-spacing: 2px; }
	.ls_6{ letter-spacing: 2px; }
	.ls_7{ letter-spacing: 2px; }
	.ls_8{ letter-spacing: 2px; }

}/*END*/

li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }

.op:hover{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}
@media print, screen and (min-width: 769px) {
	.op:hover{
		-webkit-transition: opacity 0.1s ease-out;
		-moz-transition: opacity 0.1s ease-out;
		-ms-transition: opacity 0.1s ease-out;
		transition: opacity 0.1s ease-out;
	}
}/*END*/


/*----------------------------------------
	共通
----------------------------------------*/

.main_frame{
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.lp_frame{
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	/*max-width: 690px;*/
	margin-left: auto;
	margin-right: auto;
}
.btn_soudan{
	position: relative;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #f21d44;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	font-weight: 900;
	padding-right: 30px;
}
.btn_soudan img{
	position: absolute;
	height: 25px;
	right: 40px;
	margin: auto;
	top: 0;
	bottom: 0;
	transition: all 0.4s;
}
.btn_soudan:hover{
	color: #fff;
	background: #ff496a;
}
.btn_soudan:hover img{
	right: 30px;
}

.pc_block{
	display: block;
}
.sp_block{
	display: none;
}


.foot_l .text_gray{
	color: #666;
}

@media screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_only{
		display: none !important;
	}

}/*END*/


@media screen and (max-width: 599px){

	.lp_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.btn_soudan{
		padding-top: 16px;
		padding-bottom: 16px;
		border-radius: 2px;
	}
	.btn_soudan img{
		height: 14px;
		right: 20px;
	}

	.pc_block{
		display: none;
	}
	.sp_block{
		display: block;
	}

	.inner_frame {
	    padding-right: 3.8%;
	    padding-left: 3.8%;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/
header h1{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}

header{
	background: none;
	padding: 0;
	position: relative;
	box-sizing: border-box;

}

.chotto_logo{
	position: absolute;
	width: 40%;
	max-width: 400px;
	top: 0;
	left: 2%;
}

.chotto_logo img{
	max-width: 226px;
	filter: drop-shadow(0 0 30px #000);
}


.sp_menu{
	display: none;
}

.right_side_chotto_top{
	display: none;
	transition: all 0.4s;
	z-index: 2;
}

.right_side_chotto_page{
	display: block;
	transition: all 0.4s;
	z-index: 2;
}



.chottoii_page_body header{
	padding: 30px 30px 10px 30px;
		overflow: hidden;
}

.head_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_l{
	float: left;
	width: 30%;
}
.header_r{
	float: right;
	width: 65%;
}

.chotto_nav{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.chotto_nav li{
	width: auto;
	box-sizing: border-box;
	padding:0 15px 0 15px;
	position: relative;
		-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.chotto_nav li a:hover:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #cacaca transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -4px;
	transform: translate(-50%,-50%);

	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.chotto_nav li.aka a:hover:before{
	border-color: #d90303 transparent transparent transparent;
		-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.chotto_nav li.blue a:hover:before{
	border-color: #49a3d7 transparent transparent transparent;
		-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.chotto_nav li.orenge a:hover:before{
	border-color: #e4ab23 transparent transparent transparent;
		-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.chotto_nav li.green a:hover:before{
	border-color: #6fad25 transparent transparent transparent;
		-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}


.sd-trigger{
	display: none;
}

.chotto_nav .navpc{
	display: block;
}
.chotto_nav .navsp{
	display: none;
}


header h1{
	margin-bottom: 0;
}



@media print, screen and (min-width: 769px) and ( max-width: 999px){
	#sd{ width: 100%; }

}/*END*/

@media print, screen and (max-width: 768px) {
#sd-overlay.block{
	/*z-index: 99;*/
}
	.chotto_nav{
		display: block;
	}

	.sd-trigger{
		display: block;
		float: right;
		position: relative;
		width: 46px;
		height: 40px;
		margin-top: 10px;
		margin-right: 8px;
		cursor: pointer;
		border: 1px solid #304b72;
	}
	.sd-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		width: 22px;
		background-color: #304b72;
	}

	.sd-trigger span:nth-of-type(1) { top: 11px; left: 12px; }
	.sd-trigger span:nth-of-type(2) { top: 19px; left: 12px; }
	.sd-trigger span:nth-of-type(3) { top: 27px; left: 12px; }
	#sd{ box-sizing: border-box; }
	#sd li{
		position: relative;
		line-height: 1.2;
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	#sd li a{
		text-decoration: none;
		padding: 12px 2% 12px 6%;
		color:#304b72;
	}
	#sd li ul{
		display: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#sd li li a{
		font-size: 1.6rem;
		padding: 7px 0 7px 8%;
	}


	.chotto_nav .navpc{
		display: none;
	}
	.chotto_nav .navsp{
		display: block;
		font-size: 1.6rem;
	}


	/*
	.right_side_chotto_top{
		display: block;
		transition: all 0.4s;
	}
	*/

	.right_side_chotto_page{
		display: none;
	}


}/*END*/


@media screen and (max-width: 400px) {
	#sd {
		width: 300px;
		right: -300px;
	}
}/*END*/

#sd ul{
	margin-bottom: 0 !important;
}
#sd li{
	font-family: inherit;
	float: none;
	margin: 0;
	font-size: inherit;
}
#sd li a{
	padding: 15px 2% 15px 6%;
	color: #000;
}
#sd li a:hover{
	border-bottom: none;
}

@media print, screen and (max-width: 860px) {
	.chottoii_page_body header{
		padding: 2% 2% 5px 2%;
	}
	.chottoii_page_body header p{
		line-height: 1.3;
	}


}/*END*/



@media print, screen and (max-width: 599px) {

	.head_inner{
		display: block;
	}

	.header_l{
		width: 80%;
	}

	.header_r{
		width: 20%;
	}

	.chotto_logo {
	    width: 38%;
	    top: -10px;
	    left: 10px;
	}

	.chotto_logo img{
		max-width: 130px;
	}

	header .chotto_top h1{
		line-height: 1.4;
		letter-spacing: 0;
	}

	header .chotto_top h1.text_12{
		font-size: 1rem !important;
	}


	#sd li a{
		padding: 12px 0 20px 0;
		width: 80%;
		margin: 0 auto;
	}

	.chotto_nav li a:hover:before{
		display: none;
	}


	.chotto_lay_logo{
		width: 160px;
	}

	header h1{
		margin-bottom: 0;
	}


}/*END*/


/*----------------------------------------
	MV
----------------------------------------*/

.mv_frame{
	background: #fff;
	position: relative;
}
.mv_img{
	width: 100%;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}



@media screen and (max-width: 768px){


}/*END*/


@media screen and (max-width: 599px){






}/*END*/




/*----------------------------------------
	contents
----------------------------------------*/
.text_gray{
	color: #999999;
}

.flexbox{
	display: flex;
	justify-content: space-between;
}

.flexbox .order1{ order:1; }
.flexbox .order2{ order:2; }
.flexbox .order3{ order:3; }


.intro{
	background: url("../images/chottoiiie/bg_top01.jpg");
	background-size: cover;
}

.st_tex_y{
	color: #e3b333;
	text-decoration: underline;
}

.chotto_ttl01 img{
	max-width: 445px;
}

.chotto_info_ttl img{
	max-width: 334px;
}


.diagonal_area{
	position: relative;
}

.diagonal_ttl_block_left{
	width: 28%;
	max-width: 384px;
	position: absolute;
	top: 50%;
	left: 22%;
	transform: translate(-50%,-50%);
}

.diagonal_ttl_block_right{
	width: 28%;
	max-width: 384px;
	position: absolute;
	top: 50%;
	left: 78%;
	transform: translate(-50%,-50%);
}

.diagonal_area .tex_box{
	width: 85%;
	max-width: 280px;
}

.diagonal_area .tex_box.fl_right{
	width: 85%;
	max-width: 280px;
	float: right;
}



.mekuri_bgimg{
	width: 100%;
}
.mekuri_bgimg_02{
	width: 100%;
}


.diagonal_btn_right{
	position: absolute;
	bottom: 5%;
	right: 0;
	transform: translate(-50%,-50%);
	max-width: 224px;
	width: 20%;
	z-index: 1;
}
.diagonal_btn_left{
	position: absolute;
	bottom: 5%;
	left: 16%;
	transform: translate(-50%,-50%);
	max-width: 224px;
	width: 20%;
	z-index: 1;
}


.d_btn_inner{
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
	max-width: 224px;
	width:100%;
	height: 61px;
}

.d_btn_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 224px;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.d_btn_inner:hover img:nth-of-type(2) {
	opacity: 0;
}

/*
.diagonal_btn_right .d_btn_inner:hover{
	box-shadow: 0 0 5px 0 #fff;
	border-radius: 10px 32px 36px 10px;
}
.diagonal_btn_left .d_btn_inner:hover{
	box-shadow: 0 0 5px 0 #fff;
	border-radius: 32px 10px 10px 36px;
}
*/


.mekure__deco_L{
	position: absolute;
	top: -4.5%;
	left: 0;
	width: 100%;
	z-index: 1;
}
.mekure__deco_R{
	position: absolute;
	top: -4.8%;
	left: 0;
	width: 100%;
	z-index: 1;
}

.d_nm_t{
	top: -27px;
}


.chotto_copy01 img{
	max-width: 584px;
}




.bg_gray{
	background: #f0f0f0;
}

.our_shadow{
	box-shadow: 0px 6px 0px 0px rgba(0,0,0, 0.5);
}





@media screen and (max-width:1160px){
	.diagonal_ttl_block_left{
		left: 20%;
	}
	.diagonal_ttl_block_right{
		left: 81%;
	}
	.diagonal_btn_right {
	    bottom: 2%;
	    right: -10%;
	    transform: translate(-50%,-50%);
	    max-width: 235px;
	    width: 25%;
	}
	.diagonal_btn_left{
		bottom: 2%;
		left: 16%;
		transform: translate(-50%,-50%);
		max-width: 235px;
		width: 25%;
	}




}/*END*/


@media screen and (max-width:860px){
	.mekuri_bgimg{
		width: 120%;
	}
	.mekuri_bgimg_02{
		width: 120%;
		margin-left: -16%;
	}

	.diagonal_ttl_block_left{
		width: 33%;
	}
	.diagonal_ttl_block_right{
		width: 33%;
	}

	.mekure__deco_L img{
		width: 120%;
	}
	.mekure__deco_R img{
		width: 120%;
		margin-left: -16%;
	}

}/*END*/


@media screen and (max-width:599px){
	.sp_text_left{
		text-align: left;
	}
	.sp_text_center{
		text-align: center;
	}


	.chotto_info_ttl img{
		max-width: 300px;
	}



	.mekuri_bgimg{
		width: 200%;
		margin-left: -10%;
	}
	.mekuri_bgimg_02{
		width: 200%;
		margin-left: -91.5%;
	}

	.diagonal_ttl_block_left{
		width: 45%;
		left: 26%;
	}
	.diagonal_ttl_block_right{
		width: 45%;
		left: 74%;
	}

	.diagonal_btn_right {
	    bottom: -8%;
	    right: -17%;
	    transform: translate(-50%,-50%);
	    width: 38%;
	}
	.diagonal_btn_left {
	    bottom: -8%;
	    left: 21%;
	    transform: translate(-50%,-50%);
	    width: 38%;
	}

	.mekure__deco_L img{
		width: 200%;
	}

	.mekure__deco_R img{
		width: 200%;
		margin-left: -80.5%
	}


	.diagonal_area .tex_box{
		width: 100%;
		line-height: 1.6;
	}

	.diagonal_area .tex_box.fl_right{
		/*width: 85.8%;*/ width: 100%;
	}

	.diagonal_ttl_block_left .chotto_ttl02{
		width: 136%;
	}

	.diagonal_ttl_block_right .chotto_ttl02{
		width: 136%;
		margin-left: -36%;
	}

	.mekure__deco_L{
		left: -10%;
	}
	.mekure__deco_R{
		top: -5%;
		left: -11%;
	}

	.diagonal_area .text_16{
		font-size: 1.2rem;
	}

	.sp_sw_img{
		margin-left: -30px;
	}



}/*END*/













/*----------------------------------------
	chottoii_page_body
----------------------------------------*/

.page_mv{
	position: relative;
}

.page_mv_ttl{
	width: 52%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.page_mv_ttl img{
	max-width: 695px;
}

.page_mv_respon{
	width: 100%;
}

.relief_ttl01 img{
	max-width: 502px;
}

.relief_ttl02 img{
	max-width: 495px;
}

.relief_ttl03 img{
	max-width: 460px;
}

.bg_relief_washi{
	background: url("../images/chottoiiie/relief/bg_washi.jpg");
}

.inner_frame_rei{
	width: auto;
	max-width: 990px;
	margin: 0 auto;
	padding: 0 20px;
}

.border_sec{
	border-bottom: 1px solid #868686;
}


.miraie_text_14{
	font-size: 1.4rem;
}


@media screen and (max-width:599px){
	.page_mv_respon{
		width: 160%;
		margin-left: -3%;
	}

	.page_mv_ttl{
		width: 100%;
		margin-left: 4.5%;
	}



	.pc_m_b100{
		margin-bottom: 0;
	}

	.sp_p_b50{
		padding-bottom: 35px !important;
	}

	.sp_p_b60{
		padding-bottom: 60px !important;
	}

	.sp_p_b100{
		padding-bottom: 95px !important;
	}

	.sp_m_b10{
		margin-bottom: 10px !important;
	}

	.inner_frame_rei{
		padding-right: 3.8%;
		padding-left: 3.8%;
	}


	.relief .border_sec{
		border: none;
	}



	.miraie_text_14{
		font-size: 1.2rem;
		line-height: 1.4;
	}

}/*END*/




.box_content_L{
	width:55%;
	box-sizing: border-box;
	position: absolute;
	left:0;
	padding-top:0;
}
.box_content_R{
	width:55%;
	box-sizing: border-box;
	position: absolute;
	right:0;
	padding-top:0;
}

.box_relief_l{
	float: left;
	width: 48.27%;
}
.box_relief_r{
	float: right;
	width: 48.27%;
}


.box_field{
	background: #fff;
	padding:50px 50px 50px 60px;
	margin-top: 50px;
	position: relative;
	box-sizing: border-box;
}

.box_shadow_l{
	box-shadow: 6px 6px #ffcbcb;
}

.conte_img_btm{
	padding-bottom:30%;
}

.pc_m_b100{
	margin-bottom: 120px;
}

@media screen and (max-width:860px) {
	.box_content_R,.box_content_L{
		width:55%;
	}
	.box_content_R{
		right: 8%;
	}

	.box_field {
	    background:#fff;
	    padding: 4.5% 3.5% 8% 3.5%;
	    margin-top: 25px;
	    position: relative;
	}

	.conte_img_btm{
		margin-bottom:30%;
	}

}/*END*/


@media screen and (max-width:760px) {
	.box_content_L,.box_content_R{
		position: static;
		width:100%;
		float: none;
	}

	.box_l65,.box_r65{
		float: none;
		width:100%;
		text-align: center;
	}

	.box_relief_l,.box_relief_r{
		float: none;
		width:100%;
		text-align: center;
	}

	.conte_img_btm {
		margin-bottom:0;
	    padding-bottom: 0;
	    padding-top: 8%;
	}

}/*END*/

@media screen and (max-width:599px) {
	.box_content_L,.box_content_R{
		position: static;
		width:100%;
		float: none;
	}

	.box_field{
		padding: 0;
		margin-top:0;
	}

	.conte_img_btm{
		padding-top:20px;
		padding-bottom:0;
		margin-bottom: 0;
	}

	.box_shadow_l{
		box-shadow: none;
	}

	.pc_m_b100{
		margin-bottom: 0;
	}

}/*END*/





.comfortable_info_R{
	padding-top: 375px;
}

.comfortable_info_content{
	background: #fff;
	box-sizing: border-box;
	width: auto;
	max-width: 486px;
	padding: 40px 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.box_shadow_l_blue{
	box-shadow: 6px 6px #7196cd;
}


.line_ttl_dannetu{
	text-align: center;
	width: 100%;
	position: relative;
}

.line_ttl_dannetu:before{
	content: '';
	height: 1px;
	width: 42%;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
}
.line_ttl_dannetu:after{
	content: '';
	height: 1px;
	width: 42%;
	background: #000;
	position: absolute;
	right: 0;
	top: 50%;
}

.comfortable .box_l50{
	float: left;
	width: 50%;
}
.comfortable .box_r50{
	float: right;
	width: 50%;
}

.comfortable .box_l70{
	float: left;
	width: 70%;
}
.comfortable .box_r25{
	float: right;
	width: 27%;
}

.energy_white{
	background: #fff;
	padding: 45px 35px 10px 35px;
	position: relative;
}

.energy_deco{
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translate(-50%,-50%);
}



@media screen and (max-width: 700px){
	.comfortable_info_content{
		padding: 20px;
	}

}/*END*/


@media screen and (max-width: 599px){
	.comfortable_info_content{
		padding:10px 0 20px 0;
		position: static;
		transform: translate(0,0);
	}

	.comfortable_info_R{
		padding-top: 15px;
	}

	.box_shadow_l_blue{
		box-shadow: none;
	}

	.sp_con_img{
		width: 60%;
	}

	.comfortable .box_l50,.comfortable .box_r50{
		float: none;
		width: 100%;
	}

	.line_ttl_dannetu:before{
		width: 30%;
	}
	.line_ttl_dannetu:after{
		width: 30%;
	}


	.comfortable .box_l70,.comfortable .box_r25{
		float: none;
		width:100%;
	}

	.energy_white{
		padding: 40px 20px 30px 20px;
	}





}/*END*/








.box_content_R.in_wh60{
	width: 60%;
}

.safety_ttl_c img{
	max-width: 752px;
}

.sp_p_t60{
	padding-top: 60px;
}



.box_shadow_l_o{
	box-shadow: 6px 6px #d3ca94;
}

.movie_area{
	background: #fff;
	box-shadow: 6px 6px #c3d7e4;
	padding: 35px 85px;
}

.structure_content{
	background: #fff;
	padding: 80px 50px 50px 50px;
	position: relative;
	margin-top: 150px;
}

.miraie_structure_ttl{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}

.miraie_feature_ttl{
	text-align: center;
	padding: 15px 10px;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
}

.miraie_feature_ttl img{
	max-width: 377px;
}

.bg_mi_aqua{
	background: #e5edf4;
}


.ch_tyusyaku{
	display: inline-block;
	font-size: 1.1rem;
	position: relative;
	top: -4px;
}



@media print, screen and (max-width: 599px) {
	.box_content_R.in_wh60{
		width: 100%;
	}

	.sp_p_t60{
		padding-top: 0;
	}

	.sp_p_t20{
		padding-top:20px;
	}



	.box_shadow_l_o{
		box-shadow: none;
	}

	.movie_area{
		padding:20px 15px 20px 15px;
	}

	.movie_area.movie02{
		padding-top: 15px;
	}


	.structure_content{
		background: #fff;
		padding: 40px 15px 15px 15px;
		margin-top: 60px;
	}

	.sp_msc_img{

	}

	.sp_img_nm_center img{
		margin-left: 5%;
	}

}/*END*/











.box_shadow_l_green{
	box-shadow: -6px 6px #a1cb8b;
}

.pc_p_t70{
	padding-top: 70px;
}


.guide_white_box {
    background: #fff;
    padding: 105px 35px 20px 35px;
    border: 1px solid #000;
    position: relative;
}

.guide_deco{
	position: absolute;
	top: 5.5%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.trust_flow_area .flow_ttl{
	background: #4e6243;
	color: #fff;
	padding: 8px 14px;
}

.flow_rela{
	position: relative;
}

.trust_flow_area .flow_deco_img{
	position: absolute;
	top: -15px;
	right: 15px;
}



@media print, screen and (max-width:860px) {
	.trust_flow_area .flow_deco_img{
		position: absolute;
		right: 7%;
		width: 35%;
	}


}/*END*/


@media print, screen and (max-width: 599px) {
	.box_shadow_l_green{
		box-shadow:none;
	}

	.pc_p_t70{
		padding-top: 0;
	}


	.trust_flow_area .flow_deco_img{
		position: static;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}

	.trust_flow_area .flow_deco_img img{
		width: 90%;
	}


	.guide_deco{
		top: 3.6%;
	}

	.guide_white_box {
	    padding: 90px 20px 30px 20px;
	}



}/*END*/


























/*　動画埋め込み用　*/
.movie_frame {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie_frame iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}





@media print, screen and (min-width: 769px) {
	/*固定ボタン*/
	.side_chotto_btn01,
	.side_chotto_btn02,
	.side_chotto_btn03,
	.side_chotto_btn04{
		position: fixed;
		right: -4px;
		z-index:2;
		transition: all 0.4s;
	}

	.side_chotto_btn01{ top: 10%; }
	.side_chotto_btn02{ top: calc(10% + 183px); }
	.side_chotto_btn03{ top: calc(10% + 366px); }
	.side_chotto_btn04{ top: calc(10% + 549px) }

	.side_chotto_btn01:hover,
	.side_chotto_btn02:hover,
	.side_chotto_btn03:hover,
	.side_chotto_btn04:hover{
		right: 0;
		transition: all 0.4s;
	}

}/*END*/

@media print, screen and (min-width: 769px) and ( max-width: 999px){

	/*固定ボタン*/
	.side_chotto_btn01,
	.side_chotto_btn02,
	.side_chotto_btn03,
	.side_chotto_btn04{
		right: -2px;
		width: 60px;
	}

	.side_chotto_btn01{ top: 100px; }
	.side_chotto_btn02{ top: 275px; }
	.side_chotto_btn03{ top: 450px; }
	.side_chotto_btn04{ top: 625px; }

}/*END*/

@media screen and (max-width: 768px){
/*
	.side_chotto_btn01,
	.side_chotto_btn02,
	.side_chotto_btn03,
	.side_chotto_btn04{
		display: none;
	}
*/
}/*END*/


/*----------------------------------------
	footer
----------------------------------------*/
.chottoiiie_style .fixed_contact_sp{
	display: none;
}


@media screen and (max-width:768px){

	.chottoiiie_style .fixed_contact_sp{
		display: none;
	}

	.chotto_fixed_menu{
		background:rgba(255,255,255,0.7);
		padding: 6px 1.83% 1px 1.83%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
		box-sizing: border-box;
			display: none;
	}

	.chotto_fixed_menu ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.chotto_fixed_menu ul li{
		float: left;
		width: 50%;
		padding:0 3px 4px 3px;
		box-sizing: border-box;
	}

	footer{
		padding-bottom: 35%;
	}


}/*END*/



/*----------------------------------------
	page top
----------------------------------------*/

.btn_pagetop{
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 49;
}
.btn_pagetop a{
	display: block;
	width: 40px;
	height: 40px;
	background: #000;
	padding: 0;
}
.btn_pagetop a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	-webkit-transform: scaleY(0.9) rotate(45deg);
	-moz-transform: scaleY(0.9) rotate(45deg);
	-ms-transform: scaleY(0.9) rotate(45deg);
	-o-transform: scaleY(0.9) rotate(45deg);
	transform: scaleY(0.9) rotate(45deg);
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 849px){

	.btn_pagetop{
		right: 10px;
	}

}/*END*/


@media screen and (max-width: 768px){
	.page_top{
		display: none;
	}

}/*END*/






/*----------------------------------------
	TOP OP
----------------------------------------*/

.chottoii_anime{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}





.rela{
	position: relative;
}
.center_abs_block{
	width: 590px;
	/*height: 340px;*/ height: auto;
	margin: 25% auto;
	position: relative;
	/*background: beige;*/
}


.chotto_logo_upper,.chotto_logo_lower{
	text-align: center;
}


.chotto_logo_upper{
	margin-bottom: 25px;
}

.chotto_keyhole{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


.chotto_key{
	width: 161px;
	height: 69px;
	position: absolute;
	top: 30%;
	right: 0;
}

.key_inner{
	position: relative;
}
.key_inner .key_01,.key_inner .key_02,.key_inner .key_03{
	position: absolute;
	top: 0;
	right: 0;
}



.chotto_logo_upper{
	opacity: 1;
	animation-delay: 1.8s;
    animation-name: chotto_logo_upper;
	animation-duration: 1.2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes chotto_logo_upper {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-68px);
	}
}


.chotto_logo_lower{
	opacity: 1;
	animation-delay: 1.8s;
    animation-name: chotto_logo_lower;
	animation-duration: 1.2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes chotto_logo_lower {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(72px);
	}
}




/*
.chotto_key{
	opacity: 0;
	animation-delay: 1.5s;
    animation-name: key_fadein;
	animation-duration: 2.5s;
	animation-timing-function: normal;
	animation-fill-mode: forwards;

}
@keyframes key_fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/





.keyhole_hide{
	text-align: center;
	position: absolute;
	left: 44%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.chotto_key{
	animation-delay: 1.1s;
    animation-name: chotto_key_move;
	animation-duration: 1.1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes chotto_key_move {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		transform: translateX(-202px);
	}
}



/*
.key_02,.key_03{
	display: none;
}
*/




@media screen and (max-width: 640px){

	.chotto_logo_upper{
		margin-bottom: 15px;
	}

	.center_abs_block{
		width: 100%;
		margin: 50% auto;
	}

	.chotto_logo_upper img,.chotto_logo_lower img{
		width: 70%;
	}

	.chotto_keyhole{
		width: 6.5%;
	}

	.chotto_key{
		width: 30%;
		top: 33%;
		right: -3%;
	}




	@keyframes chotto_logo_upper {
		0% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(-45px);
		}
	}

	@keyframes chotto_logo_lower {
		0% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(52px);
		}
	}



	.keyhole_hide{
		width: 14%;
		left: 42.5%;
	}



	@keyframes chotto_key_move {
		0% {
			opacity: 1;
			transform: translateX(0);
		}
		100% {
			transform: translateX(-124px);
		}
	}







}/*END*/






/*-------------------op02--------------------*/
/*
.keyhole_hide{
	text-align: center;
	position: absolute;
	left: 44%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.op2 .chotto_key{
	animation-delay: 1.1s;
    animation-name: chotto_key_move;
	animation-duration: 1.1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes chotto_key_move {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		transform: translateX(-202px);
	}
}




@media screen and (max-width: 640px){

	.keyhole_hide{
		width: 14%;
		left: 42.5%;
	}



	@keyframes chotto_key_move {
		0% {
			opacity: 1;
			transform: translateX(0);
		}
		100% {
			transform: translateX(-124px);
		}
	}




}
*/

/*END*/






