/*--------------------------------------------------------*/

/*  背景　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

body {
	background: #FFF;
}

}

@media screen and (max-width: 768px){

body {
	background-color: #FFF;
}

}

/*--------------------------------------------------------*/

/*  個人ページ用ヘッダー　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.residence_head{
	width:1080px;
	margin:0 auto;
	padding:12px 20px 20px;
}

.residence_head .head_txt{
	text-align:right;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	color:#666;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.10em;
	font-feature-settings : "palt";
}

.residence_head .residence_head_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.residence_head .residence_head_inner .head_logo{
	width:270px;
}

.residence_head .residence_head_inner .head_logo img{
	width:100%;
}

.residence_head .residence_head_inner .head_menu{
	padding-top:15px;
	flex:1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.residence_head .residence_head_inner .head_menu .head_menu_01{
	flex:1;
	text-align:right;
	padding:24px 15px 0 0;
}

.residence_head .residence_head_inner .head_menu .head_menu_02{
	width:220px;
}

.residence_head .residence_head_inner .head_menu .head_menu_03{
	width:195px;
	text-align:right;
	padding-top:4px;
}

.residence_head .residence_head_inner .head_menu .head_menu_01 ul.site_menu{
	display: inline-flex;
	list-style: none;
}

.residence_head .residence_head_inner .head_menu .head_menu_01 ul.site_menu li{
	border-left:1px solid #CCC;
	padding:0 13px;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	font-weight:500;
	color:#333;
	line-height:1.2em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}

.residence_head .residence_head_inner .head_menu .head_menu_01 ul.site_menu li:last-child{
	border-right:1px solid #CCC;
}

.residence_head .residence_head_inner .head_menu .head_menu_01 ul.site_menu li a{
	text-decoration:none;
}

.residence_head .residence_head_inner .head_menu .head_menu_01 ul.site_menu li a:hover{
	text-decoration:underline;
}

.residence_head .residence_head_inner .head_menu .head_menu_02 .head_toi_bt a{
	display:block;
	width:100%;
	margin:0 auto;
	padding:17px 0 19px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:500;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	text-decoration:none;
	background:#FF7B1D;
	border-radius: 10px;
	transition: all  0.2s ease;
}

.residence_head .residence_head_inner .head_menu .head_menu_02 .head_toi_bt a:hover{
	background:#FEC74D;
	text-decoration:none;
}

.residence_head .residence_head_inner .head_menu .head_menu_03 .tel_txt{
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	font-weight:500;
	color:#222;
	line-height:1.0em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}

.residence_head .residence_head_inner .head_menu .head_menu_03 .tel_num{
	margin-top:12px;
	font-family: 'Roboto',sans-serif;
	font-size:16px;
	font-weight:500;
	color:#222;
	line-height:1.0em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
}

.residence_head .residence_head_inner .head_menu .head_menu_03 .tel_num span{
	font-size:22px;
	font-weight:700;
}

}

@media screen and (max-width: 768px){

.residence_head{
	display:none;
}

}

/*--------------------------------------------------------*/

/*  メインイメージとコピー　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.maiBox{
	width:100%;
	background:#111;
}

.maiBox .maiBox_inner{
	max-width:1340px;
	margin:0 auto;
	position: relative;
}

.maiBox .maiBox_inner .main_pc{
}

.maiBox .maiBox_inner .main_sp{
	display:none;
}

.maiBox .maiBox_inner .main_pc img{
	display:block;
	width:100%;
	opacity:0;
	animation: mainFade 2s ease forwards;
}

@keyframes mainFade{
	from{
		opacity:0.3;
	}
	to{
		opacity:1;
	}
}

.maiBox .maiBox_inner .main_copyBox{
	position: absolute;
	top: 50%;
	left: 140px;
	transform: translate(0, -50%);
}

.maiBox .main_copyBox h2.copy{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	color:#FFF;
	font-weight:500;
	line-height:1.8em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	text-rendering: optimizeLegibility;
	line-break: strict;
	margin-bottom:18px;
}

.maiBox .main_copyBox p.copy_txt{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:19px;
	color:#FFF;
	font-weight:500;
	line-height:1.2em;
	letter-spacing: 0.12em;
	font-feature-settings : "palt";
	text-rendering: optimizeLegibility;
	line-break: strict;
}

.maiBox .main_copyBox p.copy_txt span{
	margin-left:4px;
	color:#FFF84A;
}

.copy,
.copy_txt{
	opacity:0;
	transform: translateY(15px);
	animation: fadeUp 1s ease forwards;
}

.copy{
	animation-delay:0.3s;
}

.copy_txt{
	animation-delay:0.6s;
}

@keyframes fadeUp{
	from{
		opacity:0;
		transform: translateY(15px);
	}
	to{
		opacity:1;
		transform: translateY(0);
	}
}

}

@media screen and (max-width: 768px){

.kyumoku_logo{
	display:none;
}

.maiBox{
	margin-top:100px;
	position: relative;
}

.maiBox .main_pc{
	display:none;
}

.maiBox .main_sp{
}

.maiBox_sp{
	background:#111;
}

.maiBox_sp img{
	display:block;
	width:100%;
	opacity:0;
	animation: mainFade 2s ease forwards;
}

@keyframes mainFade{
	from{
		opacity:0.3;
	}
	to{
		opacity:1;
	}
}

.maiBox .main_copyBox{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
}

.maiBox .main_copyBox h2.copy{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:22px;
	color:#FFF;
	font-weight:500;
	line-height:1.8em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	text-rendering: optimizeLegibility;
	line-break: strict;
	margin-bottom:15px;
}

.maiBox .main_copyBox p.copy_txt{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:13px;
	color:#FFF;
	font-weight:500;
	line-height:1.2em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	text-rendering: optimizeLegibility;
	line-break: strict;
}

.maiBox .main_copyBox p.copy_txt span{
	margin-left:4px;
	color:#FFF84A;
}

.copy,
.copy_txt{
	opacity:0;
	transform: translateY(15px);
	animation: fadeUp 1s ease forwards;
}

.copy{
	animation-delay:0.3s;
}

.copy_txt{
	animation-delay:0.6s;
}

@keyframes fadeUp{
	from{
		opacity:0;
		transform: translateY(15px);
	}
	to{
		opacity:1;
		transform: translateY(0);
	}
}

}

/*--------------------------------------------------------*/

/*  コンテンツメニュー　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

a.anchor{
	display: block;
	padding-top: 68px;
	margin-top: -68px;
	pointer-events: none;
}

.contents_menuBox{
	width:100%;
	background-color:#111;
}

.contents_menuBox .contents_menuBox_inner{
	width:1080px;
	margin:0 auto;
}

.contents_menuBox ul.contents_menu{
	display: inline-flex;
	list-style: none;
}

.contents_menuBox ul.contents_menu li{
}

.sp_contents_menuBox{
	display:none;
}

}

@media screen and (max-width: 768px){

a.anchor{
	display: block;
	padding-top: 98px;
	margin-top: -98px;
}

.contents_menuBox{
	display:none;
}

.sp_contents_menuBox{
	background-color:#111;
	border-top:1px solid #555;
	border-left:1px solid #555;
}

.sp_contents_menuBox ul.sp_contents_menu{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.sp_contents_menuBox ul.sp_contents_menu li{
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	padding:0;
	display:flex;
	border-bottom:1px solid #555;
	border-right:1px solid #555;
}

.sp_contents_menuBox ul.sp_contents_menu li a{
	flex:1;
	display:flex;
	align-items:center;        /* 縦中央 */
	justify-content:center;    /* 横中央 */
	padding:11px 0 13px;         /* クリック領域＆余白 */
	color:#FFF;
	text-decoration:none;
}

.sp_contents_menuBox ul.sp_contents_menu li a:hover{
	color:#FFF84A;
	text-decoration:none;
}

.sp_contents_menuBox ul.sp_contents_menu li:last-child{
}

}

/*--------------------------------------------------------*/

/*  スライドで出現するヘッダー　*/

/*--------------------------------------------------------*/

@media screen and (min-width: 800px){

.cb-header {
	width:100%;
	height:68px;
	position: fixed;
	top:-68px;
	z-index:999;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom:1px solid #DDD;
}

.cb-header .cb-headBox{
	overflow: hidden;
	margin:0 auto;
	padding:15px 30px 18px;
	overflow: hidden;
}

.cb-header .cb-headBox .logo{
	float:left;
	width:20%;
}

.cb-header .cb-headBox .logo img{
	width:150px;
	-webkit-backface-visibility: hidden;
}

.cb-header .cb-headBox .navBox{
	float:left;
	width:80%;
}

.cb-header .cb-headBox .navBox nav{
	float:right;
	text-align:right;
	padding-top:5px;
}

.cb-header .cb-headBox .navBox nav ul li {
	display: inline;
	float: left;
	line-height:0;
	font-size:0px;
	margin:0 7px;
}

.cb-header .cb-headBox .navBox nav ul li.menu_txt a{
	display:block;
	text-align:center;
	padding:5px 5px;
	color:#222;
	text-decoration:none;
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.0em;
	letter-spacing:1.0px;
	white-space: nowrap;
	font-feature-settings : "palt";
}

.cb-header .cb-headBox .navBox nav ul li.menu_txt a:hover{
	color:#B89263;
	text-decoration:none;
}

}

@media screen and (max-width: 800px){

.cb-header {
	display:none;
}

}

/*--------------------------------------------------------*/

/*  見出しとテキスト　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.midashiBox{
}

.midashiBox .midashi_inner{
}

.midashiBox h2.midashi{
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:22px;
	color:#222;
	font-weight:700;
	line-height:1.6em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
}

.midashiBox h2.midashi span{
	background: linear-gradient(to bottom, rgba(255,255,255,0) 80%, #FFF84A 20%);
}

.midashiBox p.midashi_eng_01{
	text-align:center;
	margin-top:7px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
}

.midashiBox p.midashi_eng_02{
	text-align:center;
	margin-top:7px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#FF7B1D;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
}

p.contents_txt{
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
}

.danraku{
	margin-top:20px;
}

}

@media screen and (max-width: 768px){

.midashiBox{
}

.midashiBox .midashi_inner{
}

.midashiBox h2.midashi{
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:17px;
	color:#222;
	font-weight:700;
	line-height:1.7em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
}

.midashiBox h2.midashi span{
	background: linear-gradient(to bottom, rgba(255,255,255,0) 80%, #FFF84A 20%);
}

.midashiBox p.midashi_eng_01{
	text-align:center;
	margin-top:3px;
	padding-left:2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:10px;
	color:#FFF84A;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}

.midashiBox p.midashi_eng_02{
	text-align:center;
	margin-top:3px;
	padding-left:2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:10px;
	color:#FF7B1D;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}

p.contents_txt{
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
}

.danraku{
	margin-top:15px;
}

}

/*--------------------------------------------------------*/

/*  エコアコールウッドとは　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

#eco{
	padding:100px 20px;
}

#eco .eco_inner{
	width:680px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#eco .eco_inner .eco_copy{
	flex:1;
}

#eco .eco_inner .eco_copy img{
	width:430px;
}

#eco .eco_inner .eco_logo{
	width:200px;
}

}

@media screen and (max-width: 768px){

#eco{
	padding:40px 40px;
}

#eco .eco_inner{
}

#eco .eco_inner .eco_copy{
}

#eco .eco_inner .eco_copy img{
}

#eco .eco_inner .eco_logo{
	display:none;
}

}

/*--------------------------------------------------------*/

/*  横スライド　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

#slide02{
}

#slide02 ul.slider{
}

#slide02 ul.slider li{
	margin:0 2.5px;
}

#slide02 ul.slider li img{
	width:100%;
}

}

@media screen and (max-width: 768px){

#slide02{
}

#slide02 ul.slider{
}

#slide02 ul.slider li{
	margin:0 2.5px;
}

#slide02 ul.slider li img{
	width:100%;
}

}

/*--------------------------------------------------------*/

/*  選ばれる理由　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

#reasons{
	margin-top:5px;
	background-color:#FEC74D;
	padding:60px 20px 50px;
}

#reasons .reason_layout{
	margin:60px auto 0;
	max-width:1280px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom:50px;
	box-sizing: border-box;
}

#reasons .reason_layout .box{
	width:23.8%;
	box-sizing: border-box;
	background-color: rgba( 255, 255, 255, 0.95 );
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#reasons .reason_layout .box .inner{
	padding:10px;
}

#reasons .reason_layout .box .inner .reason_photo{
}

#reasons .reason_layout .box .inner .reason_photo img{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	transition: all  0.2s ease;
}

#reasons .reason_layout .box .inner .reason_photo img:hover{
	opacity: 0.6;
}

#reasons .reason_layout .box .inner p.reason_number{
	margin-top:20px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:28px;
	color:#FEC74D;
	font-weight:normal;
	line-height:1.0em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#reasons .reason_layout .box .inner h4.reason_name{
	margin-top:10px;
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:1px;
}

#reasons .reason_layout .box .inner p.reason_txt{
	margin-top:12px;
	padding:0 5px 10px;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:500;
	color:#333;
	line-height:1.7em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:0.5px;
	text-align: justify;
}

}

@media screen and (max-width: 768px){

#reasons{
	margin-top:5px;
	background-color:#FEC74D;
	padding:30px 15px;
}

#reasons .reason_layout{
	margin-top:30px;
	padding-bottom:15px;
}

#reasons .reason_layout .box{
	background-color: rgba( 255, 255, 255, 0.95 );
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom:15px;
}

#reasons .reason_layout .box .inner{
	padding:10px;
}

#reasons .reason_layout .box .inner .reason_photo{
	padding:5px;
}

#reasons .reason_layout .box .inner .reason_photo img{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	transition: all  0.2s ease;
}

#reasons .reason_layout .box .inner .reason_photo img:hover{
	opacity: 0.6;
}

#reasons .reason_layout .box .inner p.reason_number{
	margin-top:15px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	color:#FEC74D;
	font-weight:normal;
	line-height:1.0em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#reasons .reason_layout .box .inner h4.reason_name{
	margin-top:10px;
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:0.8px;
}

#reasons .reason_layout .box .inner p.reason_txt{
	margin-top:10px;
	padding:0 5px 10px;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	font-weight:500;
	color:#333;
	line-height:1.7em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:0.5px;
	text-align: justify;
}

}

/*--------------------------------------------------------*/

/*  経年変化について　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

#aging{
	max-width: 1120px;
	margin:60px auto 0;
	padding:0 20px;
	box-sizing: border-box;
}

#aging .aging_container{
	margin-top:60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#aging .aging_container .left_Box{
	flex:1;
}

#aging .aging_container .right_Box{
	width:430px;
	margin-left:70px;
}

#aging .txtBox{
	padding:0 10px;
}

#aging .photoBox{
	display: grid;
	gap: 35px;
}

#aging .txtBox h3.jukusei{
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	color:#222;
	font-weight:700;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	margin-bottom:25px;
}

#aging .bikouBox{
	margin-top:33px;
	background-color:#FFF;
	border:2px solid #FEC74D;
	padding:15px;
	box-sizing: border-box;
	border-radius:8px;
}

#aging .bikouBox p.bikou_tit{
	font-size:14px;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FF7B1D;
	font-weight:700;
	line-height:1.7em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
	margin-bottom:5px;
}

#aging .bikouBox p.bikou_txt{
	font-size:13px;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	text-align: justify;
}

#aging .photoBox .photo_inner{
}

#aging .photoBox .photo_inner h3.photo_tit{
	background-color:#222;
	padding:11px 0 13px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.16em;
	font-feature-settings : "palt";
}

#aging .photoBox .photo_inner .photo_img{
}


}

@media screen and (max-width: 768px){

#aging{
	margin-top:40px;
}

#aging .aging_container{
	display: flex;
	flex-wrap: wrap;
}

#aging .aging_container .left_Box{
	order:2;
}

#aging .aging_container .right_Box{
	order:1;
	margin-top:30px;
	width:100%;
	padding:0 15px;
	box-sizing: border-box;
}

#aging .photoBox{
}

#aging .photoBox .photo_inner{
}

#aging .photoBox .eco_hinoki{
	margin-top:25px;
}

#aging .photoBox .photo_inner h3.photo_tit{
	background-color:#333;
	padding:8px 0 10px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.13em;
	font-feature-settings : "palt";
}

#aging .photoBox .photo_inner .photo_img{
}

#aging .photoBox .photo_inner .photo_img img{
	width:100%;
}

#aging .txtBox{
	margin-top:30px;
	padding:0 20px;
}

#aging .txtBox p br{
	display:none;
}

#aging .txtBox h3.jukusei{
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#222;
	font-weight:700;
	line-height:1.5em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	margin-bottom:20px;
}

#aging .bikouBox{
	margin:25px auto 0;
	padding:0 15px;
}

#aging .bikouBox .bikouBox_inner{
	background-color:#FFF;
	border:1px solid #FEC74D;
	padding:15px;
	box-sizing: border-box;
	border-radius:8px;
}

#aging .bikouBox p.bikou_tit{
	font-size:12px;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FF7B1D;
	font-weight:700;
	line-height:1.7em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
	margin-bottom:5px;
}

#aging .bikouBox p.bikou_txt{
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	color:#694132;
	font-weight:400;
	line-height:1.6em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
	text-align: justify;
}

#aging .bikouBox p.bikou_txt br{
	display:none;
}

}

/*--------------------------------------------------------*/

/*  エコアコールウッド施工事例　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

#works{
	margin-top:60px;
	background-color:#FEF6E4;
	padding:60px 20px 50px;
	box-sizing: border-box;
}

#works .works_container{
	max-width:1280px;
	margin:0 auto;
}

#works p.other_works_txt{
	margin-top:25px;
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}

#works .gallery{
	margin-top:40px;
	margin-bottom:45px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

#works .item img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	border-radius: 8px;
	transition: all  0.2s ease;
	background:#FFF;
}

#works .item img:hover{
	opacity: 0.7;
}

}

@media screen and (max-width: 768px){

#works{
	margin-top:30px;
	background-color:#FEF6E4;
	padding:30px 10px;
}

#works p.other_works_txt{
	margin-top:20px;
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#333;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
}

#works .gallery{
	margin-top:25px;
	margin-bottom:30px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

#works .item.tate{
}

#works .item.yoko{
}

#works .item img{
	width:100%;
	pointer-events: none; /* クリック無効 */
}

}

/*--------------------------------------------------------*/

/*  よくあるご質問　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

#faq{
	max-width: 1120px;
	margin:60px auto 60px;
	padding:0 20px;
	box-sizing: border-box;
}

#faq .firstBox{
	margin-top:30px;
}

#faq .lastbox{
	margin-bottom:50px;
}

#faq .faqBox{
	padding:22px 0;
	border-bottom:1px dashed #CCC;
}

#faq .faqBox h3.qes{
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:17px;
	color:#333;
	font-weight:700;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
}

#faq .faqBox h3.qes span{
	margin-right:6px;
	color:#FF7B1D;
}

#faq .faqBox p.ans{
	margin-top:13px;
	padding-left:28px;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
}

.last_telBox{
	margin-top:35px;
}

.last_telBox p.tel_title{
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
}

.last_telBox p.tel_num{
	margin-top:4px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-weight:700;
	font-size:28px;
	color:#222;
	line-height:1.5em;
	letter-spacing:0.02em;
	font-feature-settings : "palt";
}

.last_telBox p.tel_num span{
	font-size:22px;
	margin-right:5px;
}

.last_telBox p.tel_num a{
	color:#333;
	pointer-events: none;
	text-decoration:none;
}

.last_telBox p.tel_time{
	margin-top:4px;
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
}

※パソコンの場合電話リンクを無効にする

a.tel_link{
	pointer-events: none;
}

}

@media screen and (max-width: 768px){

#faq{
	margin-top:40px;
	padding-bottom:40px;
}

#faq .firstBox{
	margin-top:10px;
}

#faq .lastbox{
	margin-bottom:40px;
}

#faq .faqBox{
	padding:18px 20px;
	border-bottom:1px dashed #CCC;
}

#faq .faqBox h3.qes span{
	margin-right:4px;
	color:#FF7B1D;
}

#faq .faqBox h3.qes{
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	font-weight:700;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}

#faq .faqBox p.ans{
	margin-top:10px;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	text-align: justify;
}

#faq .faqBox p.ans br{
	display:none;
}

.last_telBox{
	margin-top:30px;
}

.last_telBox p.tel_title{
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
}

.last_telBox p.tel_num{
	margin-top:5px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-weight:700;
	font-size:22px;
	color:#333;
	line-height:1.5em;
	letter-spacing:0.02em;
	font-feature-settings : "palt";
}

.last_telBox p.tel_num span{
	font-size:18px;
	margin-right:2px;
}

.last_telBox p.tel_num a{
	color:#333;
}

.last_telBox p.tel_time{
	margin-top:8px;
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	color:#333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
}

}

/*--------------------------------------------------------*/

/*  トップページに戻る　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.back_link{
	margin-top:30px;
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
}

}

@media screen and (max-width: 768px){

.back_link{
	margin-top:25px;
	text-align:center;
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
}

}

/*--------------------------------------------------------*/

/*  詳細ボタン　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.more_button a{
	display:block;
	width:300px;
	margin:0 auto;
	padding:23px 0 26px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	font-weight:500;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:0.15em;
	font-feature-settings : "palt";
	text-decoration:none;
	background:#FF7B1D;
	border-radius: 10px;
	transition: all  0.1s ease;
	box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

.more_button a:hover{
	color:#FFF84A;
}

.more_button .arrow{
	margin-left:8px;
	transition:transform 0.3s ease;
	display:inline-block;
}

.more_button a:hover .arrow{
	transform:translateX(4px);
}

}

@media screen and (max-width: 768px){

.more_button a{
	display:block;
	width:270px;
	margin:0 auto;
	padding:20px 0 22px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	font-weight:500;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	text-decoration:none;
	background:#FF7B1D;
	border-radius: 6px;
	transition: all  0.1s ease;
	box-shadow:0 4px 12px rgba(0,0,0,0.15);
	position: relative;
	z-index: 100;
}

.more_button a:hover{
	color:#FFF84A;
}

.more_button .arrow{
	margin-left:8px;
	transition:transform 0.3s ease;
	display:inline-block;
}

.more_button a:hover .arrow{
	transform:translateX(4px);
}

}

/*--------------------------------------------------------*/

/*  フッター　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

footer{
}

#footmenu{
	width:100%;
	background-color:#FEF6E4;
	padding:40px 0 0;
}

#footmenu ul.foot_menu_list{
	max-width:1120px;
	margin:0 auto;
	padding:0 20px;
	box-sizing: border-box;
	display:flex;
	flex-wrap: wrap;
}

#footmenu ul.foot_menu_list li{
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #DDD;
	font-size:12px;
	color:#333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.04em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:8px;
}

#foot_bikouBox {
	width:100%;
	background-color:#FEF6E4;
	padding:20px 0 40px;
	margin:0;
}

#foot_bikouBox ul.bikou_list{
	max-width:1120px;
	margin:0 auto;
	padding:0 20px;
	box-sizing: border-box;
}

#foot_bikouBox ul.bikou_list li{
	font-size:11px;
	color:#555;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.04em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:5px;
}

#foot_bikouBox ul.bikou_list li:last-child{
	margin-bottom:0;
}

#copyright{
	width:920px;
	padding-bottom:25px;
}

#foot_left{
	float:left;
	width:710px;
}

#foot_right{
	float:right;
	width:210px;
}

#foot_line{
	width:920px;
	clear:both;
	line-height:0;
	font-size:0;
}

#foot_space{
	width:1080px;
	margin:30px auto 0;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-bottom:30px;
}

#foot01{
	width:350px;
}

#foot02{
	flex:1;
}

#foot01 p.foot_company_name{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size:17px;
	color:#333;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#foot01 p.foot_add{
	margin-top:8px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#foot01 p.foot_copyright{
	margin-top:7px;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	color:#333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.02em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#foot02 .foot02_inner{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#foot02 .foot02_inner div{
}

.foot_last_foot{
	width:1030px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
	line-height:0;
	font-size:0;
}

}

@media screen and (max-width: 768px){

}