@charset "UTF-8";

/* ===================================================================
reset
====================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
/*small,*/ strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ===================================================================
basic
====================================================================== */
html{
	font-size: 62.5%;
	height: 100%;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
body{
	color: #333;
	font-family: "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 500;
	min-width: 1130px;
}

.min{font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;}

a  {color:#000; text-decoration: none;}
b  {font-weight:bold;}
img{vertical-align: top;}

sub,
sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub{bottom:-0.25em;}
sup{top:-0.5em;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}
.clearfix{min-height:1px;}

.l_wrapper{padding-top:40px;}
.l_inner{
	margin: 0 auto;
	width: 1020px;
}
.l_main {
	width: 1000px;
	float: left;
	margin-top: -28px;
	margin-bottom: 30px;
}
.l_side {
	width: 243px;
	float: right;
	margin-bottom: 80px;
	margin: -7px;
}
.pageContent{
	width: 750px;
	float: left;
	margin-bottom: 80px;
}
#bodyContent {
	float: left;
	width: 750px;
}


/* リンク付き画像hover時、不透明度を落とす */
.imghov img{-webkit-transition:1s; transition:1s;}
.imghov:hover img{opacity:.6;}

.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:11px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:18px;}

.lt1{letter-spacing:-1px;}
.lt2{letter-spacing:-2px;}
.lt3{letter-spacing:-3px;}

.acenter{text-align:center;}
.aright {text-align:right;}

.red   {color:#CC3300;}
.gray  {color:#666666;}
.blue  {color:#2A6CBB;}
.orange{color:#ff4810;}

.strike{text-decoration:line-through;}
.uline {text-decoration:underline;}
.greenb{color:#31776C; font-weight:bold;}
.redb  {color:#CC0000; font-weight:bold;}
.bold  {font-weight:bold;}

.lineDot  {border-bottom:1px dotted #CCCCCC;}
.lineSolid{border-bottom:1px solid #CCCCCC;}
.no-border{border:0 !important;}

/*OLD REST*/
/* clearfix */
.cf:before,.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1; display:block;}

.block{display:block;}
.none {display:none;}

.left {float:left;}
.right{float:right;}
.clear{clear:both;}

.mg0  {margin:0 !important;}
.mauto{margin-right:auto; margin-left:auto;}

.mt5 {margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}

.mr0 {margin-right:0 !important; }
.mr5 {margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr25{margin-right:30px;}

.mb5 {margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}

.ml5 {margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}

.pt5 {padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

.pr5 {padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}

.pb5 {padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}

.pl5 {padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}

.w10 {width:10px;}
.w20 {width:20px;}
.w30 {width:30px;}
.w40 {width:40px;}
.w50 {width:50px;}
.w60 {width:60px;}
.w70 {width:70px;}
.w80 {width:80px;}
.w90 {width:90px;}
.w100{width:100px;}
.w120{width:120px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w400{width:400px;}
.w500{width:500px;}
.w600{width:600px;}
.w700{width:700px;}

.w95p {width:95%;}
.w100p{width:100%;}

/* ===================================================================
HOVER EFFECT　不用時削除
====================================================================== */
.ef,a:after,a:before{
	-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
}
.f_pagetop a:hover::before{
		top: 6px;
		}
.f_pagetop a:hover::after{
		top: 6px;
		}
/* ===================================================================
header
====================================================================== */
#header{background-image:none!important;}
.mainVarea{
		padding: 3px 10px;
		text-align: center;
		font-size: 21px;
		font-weight: 600;
		display: inline-block;
		background: #fff;
		position: absolute;
		margin: 10px 0 0 740px;
	}
.l_header {

	background-repeat: repeat-x;
}

.h_upperC{
	background: #efefef;
}
.h_upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1rem;
	padding-top: 0.2em;
	width: 1020px;
	margin: 0 auto;
}
.h_upper h1{
		font-weight: bold;
		color: #808080;
		padding: 5px 0 ;

}
.h_utility {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.h_utility_item {
	font-size: 1.4rem;
	padding-left: 11px;
	color: #333;
	position: relative;
	margin: 3px 0 0 10px;
}
.h_utility_item a {
		text-decoration: none;
		margin-left:3px;
}
.h_utility_item a:hover {
	text-decoration: none;
}
.h_utility_item a::before{
		content: "";
		width: 10px;
		height: 10px;
		-webkit-border-radius: 25%;
		border-radius: 50%;
		background: #B995BB;
		position: absolute;
		left: 0;
		top: 6px;
		}
.h_utility_item a::after{
		content: "";
		left: 4px;
		box-sizing: border-box;
		width: 3px;
		height: 3px;
		border: 3px solid transparent;
		border-left: 3px solid #fff;
		position: absolute;
		top: 8px;
		}

.h_lower {
		height: 78px;
		position: relative;
}
.h_lower .logo{
		position: absolute;
		left: 4px;
		top: 18px;
}
.h_lower .header_info{
		position: absolute;
		left: 530px;
		top: 19px;
		font-size: 13px;
		font-weight: bold;
		color: #3e3a39;
		line-height: 1.4;
}
.h_lower .header_info span.orange{
		font-size: 16px;
		color: #ff642e;
}
.h_lower .header_tel{
		position: absolute;
		right: 0;
		top: 20px;
}
.h_lower .header_tel p{
	font-family: sans-self, arial;
	font-weight: bold;
	font-size: 44px;
	line-height: 1em;
	position: absolute;
	left: 40px;
	top: -4px;
}
.gnav {
/*	background: url(../img/common/nav_bg_all2.png) center top repeat-x;*/
/*	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-family: "Kokoro";*/
		z-index: 100;
		font-size: 1.5rem;
		margin: 0 0 0px 0;
		height: 63px;
		position: relative;
		z-index: 200;
	border-bottom: 5px solid #BA92B7;
}

.gnav_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/*align-items: center;*/

}

.gnav_item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
/*  font-weight: bold;
	background: url(../img/common/nav_bg_btn2.png) center top repeat-x;
	border-right: 1px solid #fff;
	border-left: 2px solid #fff;*/
	height: 50px;
	font-family: 'Noto Sans Japanese';
}
.gnav_item:nth-child(7),.gnav_item:nth-child(7) {
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
}
.gnav_item_link:nth-child(7){

}

.gnav_item_contact {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 188px;
	flex: 0 0 188px;
	margin: 0px 0px 0 -2px;

	background-repeat: no-repeat;
}
.gnav_item_contact a {
	-webkit-transition: 1s;
	transition: 1s;
	display: block;
}
.gnav_item_contact a:hover {
	opacity: 0.7;
}
.gnav_item_contact .gnav_item_link:hover {
	background-image: none;
}
.gnav_item_contact .gnav_child{
	background-color: #F2610E;
	margin: 13px 0 0 4px;
	width: 189px;
}
.gnav_item_contact .gnav_child a {
	-webkit-transition: 0;
	transition: 0;
	display: block;
}
.gnav_item_contact .gnav_child a:hover {
	opacity: 1;
}
.gnav_item_link {
		padding: 0px 0 0;
	height: 55px;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav_item .gnav_item_link {
	font-family: "Sawarabi Mincho";
	transform: rotate(0.001deg);
	-webkit-transform: rotate(0.05deg);
		color: #333;
		text-align: center;
/*    height: 55px;*/
		border-right: 1px solid #CCC;
/*    text-shadow: 0px 2px 1px #8b531a;*/
}
.gnav_item:nth-of-type(6) .gnav_item_link{
		padding: 0;
/*     border-right: 0px solid #a4e0f7;*/
}
.gnav_item:nth-of-type(7) .gnav_item_link{
		padding: 0;
		 border-right: 0px solid #a4e0f7;
}
.gnav_item_link:hover {
		text-decoration: none;
}
.gnav_item_link span {
		width: 100%;
		line-height: 18px;
		display: inline-block;
		padding: 20px 10px 25px;
		letter-spacing: 1px;
}
.gnav_item_link:nth-of-type(2)  span {
		 border-left: 1px solid #ccc;
		width: 100%;
		line-height: 1;
		display: inline-block;
		padding: 5px;
}

/* ↓ ドロップダウンメニューがないときは不要 ↓ */
.gnav_child {
	position: absolute;
	background-color: #BA92B7;
	z-index: 1000;
	display: none;
	top: -999px;
	margin: 0px 0 0 0;
}
.gnav_child_item {
	border-bottom: 1px solid #fff;
}
.gnav_child_item:last-child {
	border-bottom: none;
}

.gnav_child_item_link {
	display: block;
	padding: 10px 10px 10px 20px;
	/*background-image: url(../img/common/nav_ico_child.png);*/
	background-repeat: no-repeat;
	background-position: 10px 50%;
	line-height: 1.2;
	color: #fff;
	font-size: 1.3rem;
	width: 300px;
}
.gnav_child_item_link:hover {
	text-decoration: underline;
}
.gnav_item:nth-of-type(6) .gnav_child_item{
		width: 140px;
}

/* ↑ ドロップダウンメニューがないときは不要 ↑ */

.aliveBnr{margin: -10px 0 60px;}
a img:hover{
	opacity: 0.7;
	-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
}

/* ===================================================================
footer
====================================================================== */
.l_footer {
		background-color: #efefef;
	background-repeat: repeat-x;
	position: relative;
	padding: 38px 0 0;
	margin: 80px 0 0 0;
}

.l_footer img{
	max-width: 100%;
}

.f_upper {
	font-size: 1.2rem;
}

.f_upper_inner {
	position: relative;
	padding: 10px 0 20px;
		border-bottom: 1px solid #a6a6a6;
}
.f_upper_left_box {
		float: left;
		padding: 0 0 0 26px;
		width: 291px;
}
.f_upper_left_box .footer_logo{
		margin-bottom: 25px;
}
.f_upper_left_box .footer_sub_menu{
		margin: 0 auto;
		letter-spacing: -.40em;
}
.f_upper_left_box .footer_sub_menu li{
	display: inline-block;
	margin: 0 4px;
	letter-spacing: normal;
}
.f_upper_left_box .footer_sub_menu li:first-of-type{
	margin: 0 2px 0 0;
}
.f_upper_left_box .footer_sub_menu li:last{
	margin: 0 0 0 8px;
}
.f_upper_left_box .footer_sub_menu li a{
		background-image: url(../img/common/footer_ico01.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding: 0 0 0 8px;
		color: #221815;
		font-size: 11px;
		text-decoration: underline;
}
.f_upper_left_box .footer_sub_menu li a:hover{
		text-decoration: none;
}
.f_upper_right_box {
		float: right;
		width: 637px;
}

.f_upper_left_box .footer_sub_menu li.usage_inner {
		float: left;
		margin: 0 0 0 7px !important;
}

.f_upper_right_box .link_top_page {
		margin-bottom: 20px;
}
.f_upper_right_box .link_top_page a {
		background-repeat: no-repeat;
		background-position: left center;
		padding: 0 0 0 26px;
		font-size: 1.2rem;
		font-weight: bold;
		text-decoration: underline;
}
.f_upper_right_box .link_top_page a:hover{
		text-decoration: none;
}
.f_upper_right_menu_box {
		float: left;
		width: 190px;
}
.f_upper_right_menu_box:first-of-type {
		margin-left: 17px;
		width: 224px;
}
.f_upper_right_menu_box li {
		background-image: url(../img/common/footer_ico02.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding: 0 0 0 19px;
}
.f_upper_right_menu_box li a {
		color: #333;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 181%;
		text-decoration: underline;
}
.f_upper_right_menu_box li a:hover{
		text-decoration: none;
}

.f_pagetop {
	position: absolute;
	right: 0;
	top: -69px;
	background: #efefef;
	padding: 5px 10px 5px 20px;
	border: 1px solid #aaa;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
}
.f_pagetop a::before{
		content: "";
		width: 12px;
		height: 12px;
		-webkit-border-radius: 25%;
		border-radius: 50%;
		background: #B98FB7;
		position: absolute;
		left: 6px;
		top: 9px;
		}
.f_pagetop a::after{
		content: "";
		left: 9px;
		box-sizing: border-box;
		width: 3px;
		height: 3px;
		border: 3px solid transparent;
		border-bottom: 5px solid #fff;
		position: absolute;
		top: 9px;
		}

.f_lower {
	padding: 30px 0 115px;
	font-size: 1.2rem;
}

.f_lower_item {
		background-color: #e2e2e2;
	float: left;
		padding: 18px;
	width: 728px;
		color: #333;
		font-size: 1.0rem;
		line-height: 170%;
		border-radius: 5px;
}
.f_lower_item .f_lower_item_copy{
		margin-bottom: 8px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #333;
}
.f_lower_privacy {
	float: right;
	width: 250px;
		text-align: center;
}
.f_lower_privacy span {
		display: block;
		padding: 15px 0 0;
		font-size: 1.0rem;
}
.f_sticky {
		/*background-image: url(../img/common/footer_bg_f_sticky.jpg);
		background-repeat: repeat-x;*/
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 10px 0 0;
		min-width: 1130px;
		border-top: 5px solid #d6c4b0;
		background-color: #FFF;
		z-index: 10;
		box-shadow: 0px -2px 10px #00000030;
}
.f_sticky_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

.f_sticky .f_sticky_inner ul li {float:left;}
.f_sticky .f_sticky_inner ul li img.logo{width:177px;height:auto;}
.f_sticky .f_sticky_inner .pt05{margin-top:5px;margin-right:10px;}
.f_sticky .f_sticky_inner .pt04{margin:10px 20px 0 0;}
.f_sticky .f_sticky_inner ul .footBtncontact {margin-left:5px;}
.f_sticky_img{
	padding: 10px 0 10px 10px;
}
.f_sticky_img02{
	padding:5px 10px 10px;
}
.f_sticky_tel{
	position: relative;
}
.f_sticky_tel img{
	max-width: auto;
}
.f_sticky_tel p{
	font-family: sans-self, arial;
	font-weight: bold;
	font-size: 31px;
	line-height: 1em;
	position: absolute;
	left: 46px;
	top: 0;
}
.f_sticky_note {
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 351px;
}

.foot-privacy{display:inline-block;margin-left:20px;padding:18px 15px 18px 65px;border:2px solid #ddd;background-color:#fff;font-size:13px;position:relative;border-radius:4px;}
.foot-privacy a img{position:absolute;margin-top:-21px;top:50%;left:10px;}
.foot-privacy p{font-size:0.85em;}
.foot-privacy p strong{display:block;}
.foot-privacy p a{display:block;font-size:0.9em;color:#666;text-decoration:underline;}
.foot-privacy.foot-privacy-page{float:left;margin-left:10px;margin-bottom:10px;margin:3px 0 10px 10px;padding:13px 13px 13px 50px;}
.foot-privacy.foot-privacy-page a img{width:30px;height:31px;margin-top:-16px;}
.foot-privacy + span{margin:5px 0 0 25px;}




/* ===================================================================
for mobile devices
====================================================================== */
.mobileBottom {
	background: #fb5f13 none;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 999;
	-webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
}
.mobileBottom img {
	display: block;
	margin: 0 auto;
	width: 90%;
	height: auto;
}

.mobileBottomInner {
	margin: 0 15px;
	padding: 20px 0;
	overflow: hidden;
}
.mobileBottomInner .mbBtnMobileSite,
.mobileBottomInner .mbBtnTel {
	display: block;
	width: calc(50% - 10px);
}
.mobileBottomInner .mbBtnMobileSite {
	float: left;
}
.mobileBottomInner .mbBtnTel {
	float: right;
}
.mobileBottomInner .mbBtnMobileSite a,
.mobileBottomInner .mbBtnTel a {
	background-color: #fff;
	border-radius: 18px;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.mobileBottomInner .mbBtnMobileSite a {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(2%, #f4f6f8), color-stop(80%, #d2d5d7), to(#ccced1));
	background: linear-gradient(to bottom, #fff 0%, #f4f6f8 2%, #d2d5d7 80%, #ccced1 100%);
}
.mobileBottomInner .mbBtnTel a {
	background: #80cd7c;
	background: -webkit-gradient(linear, left top, left bottom, from(#80cd7c), color-stop(2%, #3cb236), color-stop(80%, #359e30), to(#33982e));
	background: linear-gradient(to bottom, #80cd7c 0%, #3cb236 2%, #359e30 80%, #33982e 100%);
}

/* ===================================================================
side
====================================================================== */
.s_btn_top {
	margin-bottom: 10px;
	position: relative;
}
.s_btn_top .urgent {
	position: absolute;
	bottom: 65px;
	left: 9px;
}
.s_btn_top .catalog {
	position: absolute;
	bottom: 10px;
	left: 9px;
}
.s_btn {

}
.s_btn li {
	margin-top: 7px;
}
.s_btn.no_radius {
		border-radius: 0;
}
.s_media{
		background: #689FB4 url(../img/common/side_media_ico.png) 178px -13px no-repeat;
		border-radius: 8px;
		padding: 7px;
		margin: 0 0 20px;
	}
	.s_media01{
		font-size: 18px;
		font-weight: bold;
		padding: 0px 0 5px;
		text-align: center;
		color: #fff;
	}
	.s_mediaBox{
		background: #fff;
		padding: 3px;
	}
	.s_mediaImg{
		margin: 0 0 10px;
	}
	.s_media02{
		padding:0 10px;
	}
	.s_media03{
		margin: 0 0 5px;
		border-bottom: 1px solid #aaa;
	}
	.s_media03 span{
		background: #3e3a39;
		color: #fff;
		font-weight: bold;
		padding: 3px 5px;
		line-height: 1em;
		border-radius: 5px;
		margin: 0 0 0px;
		display: inline-block;
	}
	.s_media03 b{
		font-size: 16px;
	}
	.s_media04{
		font-weight: 500;
		line-height: 1.3em;
		margin: 0 0 10px;
	}
.s_reason{
		margin-bottom: 20px;
}

.side__note {
    display: block;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
}
.side__note a {
	text-decoration: none;
}

.s_staff {
		border:3px solid #cbcccc;
	margin-bottom: 20px;
	width: 240px;
}
.s_staff_inner {
		background-color: #fff;
}
.s_staff_tel{
	position: relative;
}
.s_staff_tel h2{
	font-family: sans-self, arial;
	font-weight: bold;
	font-size: 34px;
	line-height: 1em;
	position: absolute;
	left: 10px;
	top: 80px;
}
.s_staff_list {
	margin-top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
}

.s_staff_item {
	padding-bottom: 7px;
}

.s_staff_txt {
	margin:0;
}

.s_about {
	margin-top: 20px;
}

.s_about_list {
	margin-bottom: 20px;
	background: #E5F4F9;
	border-bottom: 3px solid #67A0B4;
	border-top: 3px solid #67A0B4;
}

.s_about_item {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	padding: 7px 10px;
	font-size: 16px;
	font-weight: bold;
	text-shadow:2px 2px 3px #ffffff;
	position: relative;
}
.s_about_item a::before{
		content: "";
		width: 14px;
		height: 14px;
		-webkit-border-radius: 25%;
		border-radius: 50%;
		background: #61A3BD;
		position: absolute;
		left: 89%;
		top: 35%;
		}
.s_about_item a::after{
		content: "";
		left: 91%;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 3px solid transparent;
		border-left: 5px solid #fff;
		position: absolute;
		top: 43%;
		}

.s_about_link {
	display: block;
		margin-bottom: 3px;
		color: #606060;
}
.side-privacy {
		margin-bottom: 15px;
		padding-top: 15px;
		padding-bottom: 10px;
		font-size: 13px;
		text-align: center;
		border-radius: 0px;
}
.side-privacy {
		background: #fff;
		border: 1px solid #dbdbdb;
}
.side-privacy p {
		margin:0 15px 10px;
		font-size:0.88em;
		}
.side-privacy .side-privacy-tit {
		color:#014099;
		font-weight:700;
		font-size:1.0em;
		}
.side-privacy img {
		display:block;
		margin:0 auto 15px;
		}
.gsl {
		margin : 0 0 10px 0;
		padding : 10px;
		font-size : 12px;
		border : 1px solid #dbdbdb;
}
.gsl div {
		float : left;
		margin : 0 12px 0 0;
		width : 60px
}
.term_link {
		display: inline-block;
		margin: 5px 0 0;
		padding-left: 10px;
		position: relative;
}
.term_link::after {
		content: "";
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-left: 6px solid #333;
		position: absolute;
		top: 4px;
		left: 2px;
}

.side_info{
	border:2px solid #B48DB1;
/*	background-color:#e6f4e9;*/
}
.side_info p {
	padding: 7px 0;
	font-size: 16px;
	color: #902788;
	font-weight: bold;
	text-shadow: 2px 2px 3px #ffffff;
	text-align: center;
	background: #EDE9E6;
}
.side_info ul{
	padding:10px 9px 5px;
}
.side_info li{
	border:1px solid #B48DB1;
	border-bottom:2px solid #B48DB1;
	background-color:#fff;
	position:relative;
	margin-bottom:5px;
	height:49px;
}
.side_info a{
	display: block;
	padding:10px 29px 0px 45px;
	font-size:12px;
	color:#3f3f3f;
	text-align:left;
	line-height: 1.3;
	text-decoration:underline;
}
.side_info .info03 a{
	padding:18px 29px 0px 45px;
}
.side_info a:hover{
	text-decoration:none;
}
.side_info li img{
	position:absolute;
	top:50%;
	margin-top:-13px;
	left:8px;
	width: 27px;
	height: 27px;
}

/* V2-1145 【SEO_カテゴリー・サイト内リンク修正】にて対応 20190503 */
.sidebar_news {
	margin: 0 0 20px;
}
.sidebar_news h3 {
	border-top: 2px solid #a06b9e;
	background: #f5e7f4;
	color: #a06b9e;
	margin: 0;
	padding: 5px 5px 5px 8px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.sidebar_news li {
	border-bottom: 2px solid #eee;
	color: #a06b9e;
	margin: 0;
	padding: 12px 0;
	font-size: 14px;
	font-weight: bold;
	display: block;
	overflow: hidden;
}
.sidebar_news li:last-child {
	border-bottom: none;
}
.sidebar_news .thumbnail {
	object-fit: cover;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: none;
}
.sidebar_news .wpp-thumbnail {
	object-fit: cover;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: none;
}
.sidebar_news .post-stats {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	color: #333;
}
.sidebar_news.sidebar_categry {
	border: 1px solid #a06b9e;
}
.sidebar_news.sidebar_categry h3 {
	border-top: none;
}
.sidebar_news.sidebar_categry ul {
	padding: 0 10px;
}
.sidebar_news.sidebar_categry li {
	padding: 8px 0 7px 23px;
	position: relative;
}
.sidebar_news.sidebar_categry li::before {
	content: '';
	border-top: .6em solid transparent;
	border-left: .8em solid #a06b9e;
	border-bottom: .6em solid transparent;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar_news.sidebar_categry li a {
	margin: 0;
	display: block;
}
.sidebar_news.sidebar_popularposts h3 span {
}
.sidebar_news.sidebar_recommend h3 span {
}

/* サイドバータイトルのアイコンの色変更をできるようウェブフォントにして読み込み */
@font-face {
	font-family: 'side_bar_column_icon';
	src:
		url('../fonts/side_bar_column_icon.ttf?u9q7h3') format('truetype'),
		url('../fonts/side_bar_column_icon.woff?u9q7h3') format('woff'),
		url('../fonts/side_bar_column_icon.svg?u9q7h3#side_bar_column_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'side_bar_column_icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon {
	margin-right: 6px;
}
.icon-tag:before {
	content: "\e900";
}
.icon-star:before {
	content: "\e901";
}
.icon-crown:before {
	content: "\e902";
}
/* /V2-1145 */

/* ===================================================================
BOTTOM
====================================================================== */
.option{
		width: 1000px;
		margin: 30px auto 50px;

}
.option_inner{

}
.option_box{
		border:1px solid #ddd;
		background: #fff;
		width: 32%;
		float: left;
		margin: 0 20px 0 0;
}
.option_box:last-child{
		border:1px solid #ddd;
		background: #fff;
		width: 32%;
		float: left;
		margin: 0 ;
}
.option_box_in{
		padding: 15px 15px 5px;
}
.option_ttl{
/*    border-bottom: 4px solid #eee;*/
		padding: 0 0 6px 0;
		margin: 0 0 5px 0;
}
.option_list{

}
.option_list li{
		padding: 0 0 5px 10px;
		margin: 0 0 5px 0;
		border-bottom: 1px dotted #ddd;
		position: relative;
}
.option_list li a::after{
		content: "";
		left: 0;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 5px solid #B98FB7;
		position: absolute;
		top: 7px;
		}

.option_link{
		text-align: right;
		background: #efefef;
		padding: 5px 10px;
		position: relative;
}
.option_link a{
		color: #555;
		text-decoration: underline;
}
.option_link a:hover{
		text-decoration: none;
}
.option_link a::before{
		content: "";
		width: 16px;
		height: 16px;
		-webkit-border-radius: 25%;
		border-radius: 50%;
		background: #B98FB7;
		position: absolute;
		left: 67%;
		top: 24%;
		}
.option_link a::after{
		content: "";
		left: 69%;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 6px solid #fff;
		position: absolute;
		top: 37%;
		}

.is-hide {
	display: none;
}

/* ===================================================================
page-area
====================================================================== */

.areaPage .txt_head {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 59px;
	color: #4e3e2f;
	/*-webkit-text-stroke: 1px #FFF;*/
	/*text-stroke: 1px #FFF;*/
	text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white 1px 1px, white 2px -1px, white -2px -1px;
}
.areaPage .txt_head .font-large {
	font-size: 56px;
	letter-spacing: 0.05em;
}
.areaPage .txt_head .font-medium {
	font-size: 46px;
}
.areaPage .mainVS {
	font-size: 46px;
}

.areaPage .content_banner{
	width: 1000px;
	margin: -20px auto 0;
}

.areaPage .title_sub{
	background: #e7e1d5;
	border-bottom: 6px solid #f8a1a7;
}
.areaPage .title_sub_text {
	color: #807061;
}

.areaPage .area_works .price_box {
	margin-top: 20px;
	padding: 0 15px;
	border: 4px solid #e2e2e2;
}
.areaPage .area_works .avg__box {
	padding: 15px 0;
	border-bottom: 1px dashed #dfdfdf;
		display: flex;
		align-items: center;
	}
.areaPage .area_works .avg__box:last-child {
	padding: 15px 0;
	border-bottom: none;
}
.areaPage .area_works .note--desc {
	background: #95bccb;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	display: inline-block;
	width: 200px;
}
.areaPage .area_works .avg__price {
	width: 750px;
	display: flex;
	align-items: center;
	line-height: 1.0em;
	font-weight: bold;
	padding: 0 0 0 30px;
}
.areaPage .area_works .avg__price .num {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
	}
.areaPage .area_works .avg__price .note--avg {
	font-size: 20px;
}
.areaPage .area_works .avg__price .sp__avg__price__block {
	display: flex;
	align-items: center;
}
.areaPage .area_works .avg__price .note--avg--price .num {
	font-size: 40px;
}
.areaPage .area_works .avg__price .note--avg--price .yen {
	font-size: 24px;
}
.areaPage .area_works .avg__price .note--range {
	font-size: 20px;
}
.areaPage .area_works .avg__price .note--range .num {
	font-size: 30px;
}
.areaPage .area_works .avg__price .note--range .brackets {
	font-weight: normal;
	font-size: 30px;
}

.areaPage .area_works .avg__box.amount {
	margin-top: 20px;
	padding: 15px;
	border: 4px solid #e2e2e2;
	display: flex;
	align-items: center;
}
.areaPage .area_works .avg__box.amount .note--cap {
	background: #95bccb;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	display: inline-block;
	width: 200px;
	letter-spacing: 1.0rem;
}
.areaPage .area_works .avg__box.amount .note--total {
	width: 750px;
	display: flex;
	align-items: baseline;
	line-height: 1.0em;
	font-weight: bold;
	padding: 0 0 0 30px;
	font-size: 26px;
	font-weight: bold;
}
.areaPage .area_works .avg__box.amount .note--total .num {
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
}

.areaPage .area_works .note--date {
	text-align: right;
	}

.areaPage .area_case .container.bg_sub {
	margin-top: 20px;
	padding: 20px;
	border: none;
	background: #f8f8f8;
}
.areaPage .area_case .container.bg_sub .flexbox {
	display: flex;
	flex-wrap: wrap;
}
.areaPage .area_case .container.bg_sub .case_box {
	border: 1px solid #c5c5c5;
	margin: 0 15px 15px 0;
	width: 310px;
}
.areaPage .area_case .container.bg_sub .case_box:nth-child(3n){
	margin-right: 0;
}
.areaPage .area_case .container.bg_sub .case_box dt {
	background: #97c757;
}
.areaPage .area_case .container.bg_sub .case_box dd {
	background: #fff;
	border: 1px solid #97c757;
}
.areaPage .area_case .container.bg_sub a {
	padding: 11px 0 9px;
	display: block;
}
.areaPage .area_case .container.bg_sub .btn {
		width: 37%;
		text-align: center;
		font-size: 15px;
		font-weight: 400;
		background: linear-gradient(#eee 50%, #e2e2e2 50%);
		border: 2px solid #e2e2e2;
		border-radius: 5px;
		box-shadow: 3px 3px 3px rgba(50,50,50,0.3);
		margin: 0 auto;
		padding: 0;
		position: relative;
}
.areaPage .area_case .container.bg_sub .voice_btn_arrow {
		display: inline-block;
		background: url(../img/arrow01.png);
		width: 17px;
		height: 17px;
		margin: 0 0 -3px 5px;
		position: absolute;
		right: 10px;
		top: 14px;
}

.areaPage .area_faq .container.bg_sub {
	background: #f9f4ee;
	display: block;
	overflow: hidden;
}
.areaPage .area_faq .faq_box {
	background-color: #fff;
	border: none;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
	font-size: 16px;
	line-height: 1.5;
	width: 472px;
	float: left;
}
.areaPage .area_faq .faq_box:nth-child(2n) {
margin-right: 0;
}
.areaPage .area_faq .faq_box .que {
	padding: 0;
	border-bottom: 2px solid #f9f4ee;
	background: none;
	min-height: 45px;
	font-weight: 800;
	display: block;
	overflow: hidden;
}
.areaPage .area_faq .faq_box .ans {
	margin-top: 10px;
	padding: 0;
	background: none;
	min-height: 45px;
	display: block;
	overflow: hidden;
}
.areaPage .area_faq .faq_box .faq_icon {
	border-radius: 5px;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	vertical-align: top;
	color: #fff;
	margin: 0 15px 0 0;
	padding: 3px 0 0;
	font-family: "Hiragino Kaku Gothic ProN",sans-serif;
}
.areaPage .area_faq .faq_box .faq_icon_que {
	background: #00298b;
}
.areaPage .area_faq .faq_box .faq_icon_ans {
	background: #fc2f00;
}
.areaPage .area_faq .faq_box .faq_content {
	width: 397px;
	display: block;
	float: left;
}

.areaPage .area_shops .container.bg_sub {
	background: #edf6e3;
}
.areaPage .area_shops .tileBox {
		margin-bottom: 0;
}
.areaPage .area_shops .shop_box {
	border: 1px solid #c5c5c5;
	margin: 0 15px 15px 0;
	width: 310px;
}
.areaPage .area_shops .shop_box:nth-child(3n){
	margin-right: 0;
}
.areaPage .area_shops .shop_box .shopTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #91c556;
}
.areaPage .area_shops .shop_box .tit_address {
	width: 20%;
	background: #f0f5f9;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.2rem;
	font-size: 16px;
	align-items: normal;
	padding: 5px;
}
.areaPage .area_shops .shop_box .txt_address {
	background: #f0f5f9;
	color: #333;
	width: 80%;
	padding: 7px 7px 7px 14px;
	min-height: 36px;
}

/* pager */
.areaPage .pager #wp_page_numbers ul, .areaPage .pager #wp_page_numbers li, .areaPage .pager #wp_page_numbers a {
	background: #f7f7f7;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 13px;
	font-family: Arial;
}
.pageContent .areaPage .pager {
		position: relative;
	overflow: hidden;
	margin-top: 25px;
	height: 61px;
	background-color: #f7f7f7;
}
.areaPage .pager #wp_page_numbers {
		border: none;
		background: none;
		margin-top: 15px;
}
.areaPage .pager #wp_page_numbers ul {
		border: none;
		background: none;
		text-align: center;
}
.areaPage .pager #wp_page_numbers ul li {
		border: none;
		background: none;
		float: none;
		display: inline-block;
}
.areaPage .pager #wp_page_numbers a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: 1px #ccc solid;
	margin-right: 5px;
	font-weight: bold;
	text-align:center;
	padding:0px 10px;
	color: #97c757;
	background: #fff;
}
.areaPage .pager #wp_page_numbers li a:hover {
	background: #97c757;
	border: 1px #97c757 solid;
	color: #fff;
}

.areaPage .pager #wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

.areaPage .pager #wp_page_numbers li.first_last_page {
	font-style: italic;
}

.areaPage .pager #wp_page_numbers li.active_page a {
	background: #97c757;
	border: 1px #97c757 solid;
	color: #fff;
}
.areaPage .pager #wp_page_numbers li.active_page a:hover  {
	color: fff;
}

.areaPage .pager #wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 13px;
	border: 1px solid #bfbfbf;
}

.areaPage .conversion_contents_wide .cvCommonTitle {
	top: 3px;
	left: 17px;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-shadow: 2px 2px 4px #888;
}
.areaPage .conversion_contents_wide .cvCommonTitle .cvCommonTitle__areaName {
		color: #fffc03;
		font-size: 34px;
}

.areaPage .title_areaList, .title_nearList{
		border-left: #96c756 solid 5px;
	}

/*-----------------------------------------------------------
デラコン
-------------------------------------------------------------*/
.delacon {
	opacity: 0;
	transition: all 0.2s;
}
.delacon[dela-number] {
	opacity: 1;
}
