@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body{ margin:0px; padding:0px;color:#333;background: url(../images/bg_cloth.jpg);}
p{ margin:0px; padding:0px}
a{color:#333;text-decoration: none;}
a:hover{
	text-decoration: none;
}
*a:hover{
	text-decoration: none;
}
a img:hover{
	opacity: 0.6;
}
img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* 電話番号リンク禁止
---------------------------------------------------- */
.disable-auto-tel a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }

@media (min-width: 751px),print {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}
@media (max-width: 751px){
    a[href*="tel:"]{
        text-decoration: none;
        color: inherit;
    }
}

/* ----------------------------------------------------------------------
 clearfix
---------------------------------------------------------------------- */
.clearfix:after{
    content:""; /*疑似要素を実体化*/
    display:block; /*ブロック要素に変更する*/
    clear:both; /*floatを解除する*/
}

/* ----------------------------------------------------------------------
 inner
---------------------------------------------------------------------- */
.inner{
	width:calc(100% - 40px);
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	max-width:960px;
	width:calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}
.inner768{
	max-width:768px;
	width:calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 角丸
---------------------------------------------------------------------- */
.radius10{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.radius15{
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */
}
.radius20{
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.flex-center{
    justify-content: center;
}
.flex-wrap{
	flex-wrap: wrap; /*flex繰り返し*/
}
.row-reverse{
	flex-direction:row-reverse;	/*flex逆順*/
}
@media screen and (max-width:767px)  {
	.flex-block{
		display: block; /*スマホ時フレックス解除*/
	}
}

@media print, screen and (min-width:768px)  {
	.flexBox02{
		width:48%;
	}
	.flexBox03{
		width:30%;
	}
	.flexBox04{
		width:23%;
	}
}
@media screen and (max-width:767px)  {
	.flexBox02{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox03{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox02:last-child,.flexBox03:last-child{
		margin-bottom: 0;
	}
	.flexBox04{
		width:48%;
		margin-bottom: 20px;
	}
	.flexBox04:nth-child(3),.flexBox04:nth-child(4){
		margin-bottom: 0;
	}
}


/* ----------------------------------------------------------------------
 float
---------------------------------------------------------------------- */
.left,.leftPc{
	float:left;
}
.right,.rightPc{
	float:right;
}

@media screen and (max-width:750px)  {
	.leftPc,.rightPc{
		width:100%;
	}
}

/* ----------------------------------------------------------------------
 タブレット以上のみ表示
---------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
    .pc_only{
        display:none !important;
    }
}

/* ----------------------------------------------------------------------
    スマホ以下のみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .sp_only{
        display:none !important;
    }
}

/* ----------------------------------------------------------------------
 フォント
---------------------------------------------------------------------- */
.font50 {
	font-size: 50%;
}
.font60 {
	font-size: 60%;
}
.font70 {
	font-size: 70%;
}
.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 90%;
}
.font100 {
	font-size: 100%;
}
.font110 {
	font-size: 110%;
}
.font120 {
	font-size: 120%;
}
.font130 {
	font-size: 130%;
}
.font150 {
	font-size: 150%;
}
.font180 {
	font-size: 180%;
}
.font200 {
	font-size: 200%;
}
.font230 {
	font-size: 230%;
}
.font250 {
	font-size: 250%;
}

.font12px{
	font-size: 12px;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font18px{
	font-size: 18px;
}
.font20px{
	font-size: 20px;
}
.font25px{
	font-size: 25px;
}
.font30px{
	font-size: 30px;
}
.font35px{
	font-size: 35px;
}
.font50px{
	font-size: 50px;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px;
	}
	.font14-16px{
		font-size: 16px;
	}
	.font15-20px{
		font-size: 20px;
	}
	.font15-18px{
		font-size: 18px;
	}
	.font16-18px{
		font-size: 18px;
	}
	.font16-20px{
		font-size: 20px;
	}
	.font18-20px{
		font-size: 20px;
	}
	.font18-22px{
		font-size: 22px;
	}
	.font18-25px{
		font-size: 25px;
	}
    .font20-22px{
		font-size: 22px;
	}
	.font20-25px{
		font-size: 25px;
	}
	.font20-30px{
		font-size: 30px;
	}
	.font22-25px{
		font-size: 25px;
	}
    .font22-28px{
		font-size: 28px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-30px{
		font-size: 30px;
	}
	.font28-32px{
		font-size: 32px;
	}
	.font30-35px{
		font-size: 35px;
	}
    .font35-40px{
		font-size: 40px;
	}
	.font35-45px{
		font-size: 45px;
	}
	.font40-50px{
		font-size: 50px;
	}
}
@media screen and (max-width: 767px) {
	.font12-14px{
		font-size: 12px;
	}
	.font14-16px{
		font-size: 14px;
	}
	.font15-20px{
		font-size: 15px;
	}
	.font15-18px{
		font-size: 15px;
	}
	.font16-18px{
		font-size: 16px;
	}
	.font16-20px{
		font-size: 16px;
	}
	.font18-20px{
		font-size: 18px;
	}
	.font18-22px{
		font-size: 18px;
	}
	.font18-25px{
		font-size: 18px;
	}
    .font20-22px{
		font-size: 20px;
	}
	.font20-25px{
		font-size: 20px;
	}
	.font20-30px{
		font-size: 20px;
	}
	.font22-25px{
		font-size: 22px;
	}
    .font22-28px{
		font-size: 22px;
	}
	.font22-30px{
		font-size: 22px;
	}
	.font25-30px{
		font-size: 25px;
	}
	.font28-32px{
		font-size: 28px;
	}
	.font30-35px{
		font-size: 30px;
	}
    .font35-40px{
		font-size: 35px;
	}
	.font35-45px{
		font-size: 35px;
	}
	.font40-50px{
		font-size: 40px;
	}
}

/* =================================
フォントファミリー
================================= */

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

/* =================================
Adobe Font
================================= */
.dinR_font{
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.dinB_font{
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em !important;
}
.lh12{
	line-height:1.2em !important;
}
.lh15{
	line-height:1.5em !important;
}
.lh18{
	line-height:1.8em !important;
}
.lh20{
	line-height:2em !important;
}
.lh25{
	line-height:2.5em !important;
}

/* ----------------------------------------------------------------------
 文字揃え
---------------------------------------------------------------------- */
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}

/* ----------------------------------------------------------------------
 文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.blk{
	color:#333;
}
.sky{
	color:#0090d9;
}
.wine{
	color:#911e36;
}
.yellow{
	color:#ffef00;
}

/* ----------------------------------------------------------------------
 文字スタイル
---------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

/* ----------------------------------------------------------------------
文字間
---------------------------------------------------------------------- */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* ----------------------------------------------------------------------
 スマホのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 821px) {
	.kaigyouTab {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 820px) and (min-width : 768px){
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 767px){
	.kaigyouPc {
		display: none;
	}
}
@media screen and (min-width: 480px),print{
	.kaigyouSpMini {
		display: none;
	}
}

/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
.fade {
	opacity: 0;
	transform: translateY(50px);
}
.fade01 {
	transition: opacity 1.5s, transform 1s;	
}
.fade02 {
	transition: opacity 1.5s, transform 1s;
	transition-delay: 0.1s;
}
.fade03 {
	transition: opacity 1.5s, transform 1s;	
	transition-delay: 0.2s;
}
.fade04 {
	transition: opacity 1.5s, transform 1s;		
	transition-delay: 0.3s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}


/* ----------------------------------------------------------------------
 margin・padding
---------------------------------------------------------------------- */
/*margin top*/
.mt00 {
	margin-top: 0px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
/*margin bottom*/
.mb00 {
	margin-bottom: 0px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}

/*padding top*/
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt70 {
	padding-top: 70px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}
.pt130 {
	padding-top: 130px;
}
/*padding bottom*/
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb70 {
	padding-bottom: 70px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
.pd10{
	padding: 10px;
	box-sizing: border-box;
}
.pd15{
	padding: 15px;
	box-sizing: border-box;
}
.pd20{
	padding: 20px;
	box-sizing: border-box;
}
.pd25{
	padding: 25px;
	box-sizing: border-box;
}
.pd30{
	padding: 30px;
	box-sizing: border-box;
}
    
/* ----------------------------------------------------------------------
画像
---------------------------------------------------------------------- */
img.img100{
    width:100%;
    display:block;
}
img.imgCenter{
    max-width: 100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
img.imgLeft{
    max-width: 100%;
    display:block;
    margin-right:auto;
}
img.imgRight{
    max-width: 100%;
    display:block;
    margin-left:auto;
}

/* ----------------------------------------------------------------------
 背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}
.bgGray{
	background:#f2f2f2;
}
.bgYellow{
	background:#ffef00;
}

/* ----------------------------------------------------------------------
 マーカーアニメーション
---------------------------------------------------------------------- */ 

.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.marker-animation01{/*黄色*/
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* ----------------------------------------------------------------------
 ページ内リンク
---------------------------------------------------------------------- */
@media screen and (min-width: 960px){
	a.scroll_point {
	 height: 1px;
	 margin-top: -220px;
	 padding-top: 220px;
	 display: block;
	}
}
 @media screen and (max-width: 960px){
	 a.scroll_point {
	 height: 1px;
	 display: block;
	 margin-top: -130px;
	 padding-top: 130px;
	}
}


/* ----------------------------------------------------------------------
 ボタン
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */

/*ヘッダー全体*/
.header{
	position: relative;
}
.headTop{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
@media screen and (min-width:961px),print{
	.headTop{
		height: 100px;
	}
}

/*ヘッダーロゴ*/
h1.headLogo{
	padding-left: 15px;
}
h1.headLogo a,
h1.headLogo img{
	display: block;
}
h1.headLogo span{
	display: block;
	margin-bottom: 5px;
}
@media screen and (min-width: 961px),print{
	h1.headLogo{
		position: relative;
		top:20px;
	}
	h1.headLogo a{
		width:300px;
		position: relative;
	}
	h1.headLogo span{
		font-size:13px;
	}
	h1.headLogo img{
		width:100%;
	}
}
@media screen and (max-width: 960px) {
	h1.headLogo{
		position: relative;
		top: 15px;
	}
	h1.headLogo a{
		width:200px;
	}
	h1.headLogo span{
		font-size:9px;
	}
	h1.headLogo img{
		width:100%;
	}
}

.drawer_menu a {
	text-decoration: none;
}


/*PC用 ヘッダーインフォメーション*/
.headInfoPc{
	float: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.headTel{
	margin-right: 15px;
}
p.headTelNo{
	display: flex;
	align-items: center;
}
p.headTelNo img{
	position: relative;
	display: block;
	width: 36px;
	margin-right: 5px;
	top:1px;
}
p.headTelNo span{
	display: inline-block;
	font-size:50px;
	line-height: 1em;
}
p.headTelInfo{
	font-size: 14px;
}
.headMail{
	width: 200px;
	height: 100px;
}
.headMail a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	background: #911e36;
	color:#fff;
	transition : all 0.5s ease 0s;
	padding-top: 20px;
}
.headMail a:hover{
	background: #ccc;
}
.headMail a span{
	display: block;
	font-size:12px;
}
.headMail a img{
	display: block;
	width: 35px;
	margin-left: auto;
	margin-right: auto;
}

/*SP用 ヘッダーインフォメーション*/
@media screen and (max-width: 960px) {
	.headTop{
		position: relative;
		height: 70px;
	}
	.headInfoPc{
		position: absolute;
		top:5px;
		right:70px;
		height:65px;
	}
	.headTel{
		margin-right: 0;
	}
	p.headTelNo,p.headTelInfo{
		text-align: center;
	}
	.headTel{
		padding: 10px 0;
		margin-right: 10px;
	}
	p.headTelNo span{
		font-size: 37px;
	}
	p.headTelNo img{
		width: 28px;
	}
	p.headTelInfo{
		font-size: 12px;
	}
	.headMail{
		width: 60px;
		height: 65px;
	}
	.headMail a{
		display: flex;
		align-items: center;
		width:100%;
		height: 60px;
		padding: 0;
	}
	.headMail a span{
		display: none;
	}
	.headMail a img{
		margin-bottom: 0 !important;
	}
}

/* PC用ナビゲーション */
@media print, screen and (min-width: 961px) {
	.navbar-fixed-top {
		width:100%;
		height: auto;
		background: #fff;
		margin: 0 auto;
	}
	.drawer_menu .drawer_nav_wrapper{
		max-width:960px;
		width:100%;
		height: auto;
		background: #fff;
		margin: 0 auto;
	}
	.drawer_nav{
		text-align: center;
	}
}
@media screen and (max-width: 960px) {
	.navbar-fixed-top,.drawer_menu .drawer_nav_wrapper {
		height: 70px;
		background: #fff;
	}
}

.drawer_menu .drawer_nav {
	width:100%;
	/* コンテンツ幅に合わせる */
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li {
	font-size: 18px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	/* PC用メニュー高さ */
	line-height: 60px;
	/* PC用メニュー高さ */
	background-color: #fff;
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
	font-family:'NotoSansJP-Medium';
}


.drawer_menu .drawer_nav li:hover {
	background-color: #fff;
	text-decoration: none;
	/* PC用メニューボタンマウスオーバー背景色 */
}

.drawer_menu .drawer_nav li a {
	color: #333;
	/* PC用メニューボタン文字色 */
}
li.gmenu{
	position: relative;
}


@media screen and (min-width:960px),print {
	.drawer_menu .drawer_nav li{
		display: inline-block;
		width: auto;
	}
	a.logo_sp{
		display: none;
	}
}
@media screen and (max-width:960px) {
	a.logo_sp{
		display: block;
		width:200px;
		margin-left: auto;
		margin-right: auto;
	}
	a.logo_sp span{
		display: block;
		text-align: center;
		font-size: 12px;
		padding-top: 5px;
	}
	a.logo_sp img{
		display: block;
		width:100%;
		padding: 10px 0 10px;
	}
	.drawerTel a{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.drawerTel a img,
	.drawerTel a span{
		display: block;
	}
	.drawerTel a img{
		position: relative;
		width: 25px;
		top:1px;
		margin-right: 5px;
	}
	.drawerMail a{
		background: #911e36;
		display: block;
		padding: 10px 0;
	}
	.drawerMail a img,
	.drawerMail a span{
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
	}
}



/* PC非表示 */
@media print, screen and (min-width:961px) {
	.pc-hidden {
		display: none;
		text-align: center;
	}
}
@media screen and (max-width:767px) {
	.headInfoPc{
		display: none;
	}
}

/* グローバルメニューのアイコン・アンダーライン */
li.gmenu .gmenu_inner{
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}
li.gmenu .gmenu_inner::after{
	background-color: #6ea6d0;
	width: 0;
	height: 3px;
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	transition: width 0.2s linear;
	box-sizing: border-box;
}
li.gmenu .gmenu_inner.active::after {
	width: 100%; 
}
@media print, screen and (min-width: 961px) {
	li.gmenu .gmenu_inner::after{
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	li.gmenu .gmenu_inner::before{
		background-color: none;
		width: 100%;
		height: 5px;
		display: block;
		content: " ";
		position: absolute;
		bottom: 0;
		box-sizing: border-box;
	}
	li.gmenu .gmenu_inner {
		width: 100%;
		text-align: center; 
		padding: 0 15px;
	}
	li.gmenu .gmenu_inner:hover::after {
		width: 100%; 
	}
}
@media only screen and (max-width: 960px) {
li.gmenu .gmenu_inner::after{
	background-color: #f6dd00;
	width: 0;
	height: 3px;
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	transition: width 0.2s linear;
	box-sizing: border-box;
	left: 0;
	}
	li.gmenu .gmenu_inner:hover{
		background: none;
	}
	li.gmenu .gmenu_inner.active::after {
		width: 100%; 
	}
}

/*+++ Default Button Color +++*/
.drawer_menu .drawer_button {
	color: #fff;
	/* ハンバーガーメニュー文字色 */
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #000;
	/* ハンバーガーメニュー三本線の色 */
}

/* 960px以下 */

/*SPドロワーメニュー*/
@media screen and (max-width: 960px) {
	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
	}
	.drawer_menu .drawer_button {
		display: block;
		background-color: transparent;
		color: #000;
		border: none;
		padding: 5px;
		width: 50px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: fixed;
		top: 4px;
		right: 10px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}
	.drawer_menu .drawer_button.active .drawer_bar {
		width: 40px;
	}
	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(30deg);
	}
	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}
	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-30deg);
	}
	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}
	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}
	.drawer_menu .drawer_bar {
		display: block;
		height: 2px;
		margin: 8px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}
	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 10px;
	}
	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}
	.drawer_menu .drawer_menu_text {
		display: block;
	}
	.drawer_menu .drawer_nav_wrapper {
		width: 280px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(-280px);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #FFF;
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}
	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 5px;
	}
	.drawer_menu .drawer_nav li {
		background-color: #fff;
		height: auto;
		line-height: 50px;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		border-bottom: 1px solid #eee;
	}
	.drawer_menu .drawer_nav li a {
		background-color: #fff;
		/* ドロワーメニューリスト背景色 */
		color: #555;
		/* ドロワーメニューリスト文字色 */
		display: block;
		text-align: center;
		font-size:14px;
	}
	.drawer_menu .drawer_nav li a:hover{
		text-decoration: none;
	}
	.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}
	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}
	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}
	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}
	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}
	.pc-hidden {
		text-align: center;
	}
}


/* ----------------------------------------------------------------------
 メインコンテンツ
---------------------------------------------------------------------- */
@media screen and (min-width: 961px),print{
	main{
		padding-top: 160px;
	}
}
@media screen and (max-width: 960px){
	main{
		padding-top: 70px;
	}
}


/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mv{
	margin-bottom: 80px;
	background: url(../images/mv_sky.jpg) center center no-repeat;
	background-size: cover;
	height: calc(100svh - 160px);
}
@media screen and (max-width: 960px){
	.mv{
		margin-bottom: 60px;
		height: calc(100svh - 70px);
	}
}
img.mvTown{
	position: relative;
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: center top;
	z-index: 1;
}
.mvInner{
	position: absolute;
	z-index: 2;
	width: calc(100% - 40px);
	max-width: 930px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
ul.mvList{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
ul.mvList li{
	text-align: center;
	font-size:30px;
	background: #fff;
	border:5px #911e36 solid;
	box-sizing: border-box;
	width: calc((100% - 40px) / 3);
	margin-bottom: 10px;
	border-radius: 100px;
	padding: 10px 10px 12px;
}
@media screen and (max-width: 960px){
	ul.mvList li{
		width: calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 767px){
	ul.mvList li{
		font-size:23px;
	}
}
@media screen and (max-width: 480px){
	.mvInner{
		width: calc(100% - 30px);
	}
	ul.mvList li{
		width: calc((100% - 5px) / 2);
		font-size:18px;
		padding: 8px 5px 10px;
		border:3px #911e36 solid;
	}
}


/* ----------------------------------------------------------------------
 ページコンテンツ
---------------------------------------------------------------------- */

/*共通*/
.contents{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px){
	.contents{
		margin-bottom: 60px;
	}
}

/* ----------------------------------------------------------------------
 共通タイトル
---------------------------------------------------------------------- */
.tit h2{
	position: relative;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 35px;
}
.tit h2::after{
	position: absolute;
	content: url(../images/ico_title.png);
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size:70px;
	line-height: 1;
}
.tit h2 strong{
	position: relative;
	z-index: 2;
	font-size:35px;
	letter-spacing: 0.05em;
}
.tit h2 span{
	position: absolute;
	display: inline-block;
	color:rgba(0,144,217,0.2);
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size:70px;
	line-height: 1;
}
@media screen and (max-width: 767px){
	.tit h2{
		padding-top: 30px;
	}
	.tit h2 strong{
		font-size:28px;
	}
	.tit h2 span{
		font-size:50px;
	}
}

/* ----------------------------------------------------------------------
 オファー（共通）
---------------------------------------------------------------------- */
.offerWrap{
	position: relative;
	padding-top:65px;;
}
img.offerImg{
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 2;
	max-width:620px;
}
.offerInner{
	position: relative;
	z-index: 1;
	background: #fff;
	border:3px #333 solid;
	border-radius: 30px;
	box-sizing: border-box;
	padding:55px 25px 30px;
}
.offerBox{
	width: calc((100% - 40px) / 2);
}
.offerBox a{
	display: block;
	background: #ffef00;
	border-radius: 15px;
	padding: 15px;
	height: 95px;
	transition : all 0.5s ease 0s;
	text-decoration: none;
}
.offerBox a:hover{
	background: #fff;
}
.offerBox:first-child a{
	border:3px #0090d9 solid;
}
.offerBox:last-child a{
	border:3px #911e36 solid;
}
.offerInBox{
	display: flex;
	align-items: center;
	justify-content: center;
}
.offerInBox img{
	position: relative;
	width: 32px;
	margin-right: 5px;
	top:1px;
}
.offerBox:first-child p{
	line-height: 1;
}
.offerBox:first-child .offerInBox p{
	font-size:40px;
}
.offerBox:last-child .offerInBox p{
	font-size:18px;
}
@media screen and (max-width: 767px){
	.offerWrap{
		padding-top: 45px;
	}
	img.offerImg{
		max-width: 520px;
	}
	.offerInner .flex{
		display: block;
	}
	.offerBox{
		width: 100%;
	}
	.offerBox:first-child{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 600px){
	.offerWrap{
			padding-top: 35px;
		}
		img.offerImg{
			max-width: 400px;
	}
}
@media screen and (max-width: 480px){
	.offerWrap{
		padding-top: 28px;
	}
	img.offerImg{
		max-width: 320px;
	}
	.offerInner{
		padding: 40px 15px 30px;
	}
	.offerBox a{
		height: auto;
		padding: 15px 10px;
	}
	.offerInBox img{
		width: 28px;
	}
	.offerBox:first-child .offerInBox p{
	font-size:25px;
	}
	.offerBox:last-child .offerInBox p{
		font-size:16px;
	}
}

/* ----------------------------------------------------------------------
 readomore（共通）
---------------------------------------------------------------------- */
.readmore {
    position: relative;
    margin: 2em 0;
    display: inline-block;
    color: #0090d9;
    border: none;
	border-bottom:2px #0090d9 dotted;
    outline: 0;
    cursor: pointer;
    background: none;
    letter-spacing: 0.1em;
	padding: 5px 20px 5px 0;
}
.readmoreCenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.readmore span:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f107";
	top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: .3s;
}
.readmore.on-click span:before {
  content: "\f106";
}
.readmore .open {
  display: block;
}
.readmore.on-click .open {
  display: none;
}
.readmore .fold {
  display: none;
}
.readmore.on-click .fold {
  display: block;
}

/* ----------------------------------------------------------------------
 ごあいさつ
---------------------------------------------------------------------- */
.greeting{
	padding: 0 0 80px;
}
@media screen and (max-width: 767px){
	.greeting{
		padding: 0 0 60px;
	}
}
.greetingWrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.greetingBox{
	width: calc((100% - 40px) / 2);
}
.greetingTxt h2{
	position: relative;
    padding-top: 40px;
    padding-bottom: 35px;
}
.greetingTxt h2 strong{
	position: relative;
    z-index: 2;
    font-size: 35px;
    letter-spacing: 0.05em;
}
.greetingTxt h2 span {
    position: absolute;
    display: inline-block;
    color: rgba(0, 144, 217, 0.2);
    top: 0;
    left: 0;
    font-size: 70px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
	.greetingTxt h2 strong {
        font-size: 28px;
    }
    .greetingTxt h2 span {
        font-size: 50px;
    }
}
.greetingTxt h3{
	border-bottom: solid 3px #333;
    position: relative;
    padding: 10px 0;
    margin-bottom: 15px;
}
.greetingTxt h3:after{
	position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #f6dd00;
    bottom: -3px;
    width: 30%;
}
@media screen and (max-width: 767px){
	.greetingWrap{
		display: block;
	}
	.greetingBox{
		width: 100%;
	}
	.greetingImg{
		margin-bottom: 30px;
	}
}


/* ----------------------------------------------------------------------
 こんなお悩みで困っていませんか？
---------------------------------------------------------------------- */
.onayami{
	padding: 80px 0 80px;
	background: #fff;
}
.onayamiBox h3{
	font-size:40px;
}
.omakaseH3{
	font-size:45px;
}
@media screen and (max-width: 767px){
	.onayami{
		padding: 60px 0 40px;
	}
	.onayamiBox h3{
		font-size:30px;
	}
	.omakaseH3{
		font-size:30px;
	}
}
.onayamiBox{
	background: url(../images/bg_onayami.png) no-repeat center center;
	background-size: contain;
	padding-bottom: 30px;
}
.onayamiBox ul{
	list-style: none;
}
.onayamiBox ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #333 dashed;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.onayamiBox ul li:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 0.3em;
    color: #911e36;
}

/* ----------------------------------------------------------------------
 業務内容
---------------------------------------------------------------------- */
.works{
	position: relative;
	padding: 30px 0 50px;
}
.works::before,
.works::after{
	position:absolute;
	z-index: 1;
	content: "";
}
.works::before{
	top: 0;
    left: 0;
    border-top: 20vw solid #fff;
    border-right: 100vw solid transparent;
}
.works::after{
	bottom: 0;
    left: 0;
    border-bottom: 20vw solid #fff;
    border-left: 100vw solid transparent;
}
.works .tit,
.worksOther,
.works .offer{
	position: relative;
	z-index: 2;
}
.worksWrap{
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.worksBox{
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 50px;
	z-index: 2;
}
.worksBox img{
	position: relative;
	border-radius: 15px;
	border: 5px #fff solid;
	box-sizing: border-box;
	top:10px;
}
.worksBox h3{
	position: relative;
	background: #ffef00;
	text-align: center;
	border:3px #333 solid;
	border-radius: 100px;
	width: calc(100% - 15px);
	margin-left: auto;
	margin-right: auto;
	padding: 3px 10px 5px;
	top:-15px;
}
.worksLink{
	position: absolute;
	width: 100%;
	max-width:300px;
	text-align: center;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.worksLink a{
	display: block;
	background: #fff;
	padding: 12px 0;
	line-height: 1.8em;
	border-top: 2px #0090d9 dashed;
	border-bottom: 2px #0090d9 dashed;
	transition : all 0.5s ease 0s;
	text-decoration: none;
}
.worksLink a:hover{
	background: #f6dd00;
}
@media screen and (min-width: 768px),print{
	.worksBox{
		width: calc((100% - 60px) / 3);
	}
}
@media screen and (max-width: 767px) and (min-width: 581px){
	.worksBox{
		width: calc((100% - 40px) / 2);
	}
}
@media screen and (max-width:  580px) {
	.worksBox{
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
.worksOther{
	margin-bottom: 50px;
}
.worksOther ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
}
.worksOther ul li{
	text-align: left;
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #0090d9, #333) 1;
	padding: 10px 0;
}
.worksOther ul li::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-right: 0.3em;
    color: #0090d9;
    font-size: 18px;
}
@media screen and (min-width: 768px),print{
	.worksOther ul li{
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	.worksOther ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.worksOther ul li{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.worksOther ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 420px){
	.worksOther ul li{
		width: 100%;
	}
}

/* ----------------------------------------------------------------------
 5つのポイント
---------------------------------------------------------------------- */
.point{
	background: #fff;
	padding: 30px 0 80px;
}
@media screen and (max-width: 767px){
	.point{
		padding: 15px 0 60px;
	}
}
.titPoint h2{
	font-size:45px;
}
.titPoint h2 span{
	font-size:130%;
}
@media screen and (max-width: 767px){
	.titPoint img.imgCenter{
		max-width: 270px;
	}
	.titPoint h2{
		font-size:28px;
	}
}
.pointBox{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
}
.pointBox:nth-child(2n){
	flex-direction: row-reverse;
}
.pointImg img{
	display: block;
	border-radius: 50%;
	width: 100%;
}
p.pointNo strong{
	font-size:40px;
}
.pointTxt h3 {
  border-bottom: solid 3px #333;
  position: relative;
  padding: 10px 0;
  margin-bottom: 15px;
}
.pointTxt h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f6dd00;
  bottom: -3px;
  width: 30%;
}

@media screen and (min-width: 768px),print{
	.pointImg{
		width: 200px;
	}
	.pointTxt{
		width: calc(100% - 240px);
	}
}
@media screen and (max-width: 767px){
	.pointBox{
		display: block;
	}
	.pointImg{
		width: 200px;
		margin: 0 auto 20px;
	}
	.pointTxt{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
}
.pointSodan h3{
	background: #ffef00;
	border:3px #333 solid;
	box-sizing: border-box;
	padding: 10px 10px 12px;
	border-radius: 100px;
}
.pointSodan ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.pointSodan ul li{
	text-align: center;
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #0090d9, #333) 1;
	padding: 10px 0;
}

@media screen and (min-width: 961px),print{
	.pointSodan ul li{
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	.pointSodan ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.pointSodan ul li{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.pointSodan ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 420px){
	.pointSodan ul li{
		width: 100%;
	}
}


/* ----------------------------------------------------------------------
 ご依頼から作業までの流れ
---------------------------------------------------------------------- */
.flow{
	padding:80px 0 0 0;
}
@media screen and (max-width: 767px){
	.flow{
		padding:60px 0 0 0;
	}
}

/*エリア拡大中*/
.area{
	background:#fff;
	border-radius:15px;
	padding: 40px 25px;
	box-sizing: border-box;
	border: 3px #333 solid;
}

.areaBox h3{
	border-bottom: solid 3px #333;
    position: relative;
    padding: 10px 0;
    margin-bottom: 15px;
	padding-top: 30px;
}
.areaBox h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #f6dd00;
    bottom: -3px;
    width: 30%;
}
@media screen and (max-width: 767px){
	.areaBox img{
		max-width: 300px;
		width: 100%;
	}
}

.flowWrap{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.flowBox{
	position: relative;
	margin-bottom: 40px;
}
.flowBoxInner{
	position: absolute;
	background: #fff;
	border:3px #333 solid;
	border-radius: 15px;
	box-sizing: border-box;
	width: 100%;
	height: calc(100% - 35px);
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
}
.flowBoxTxt{
	position: relative;
	padding: 0 25px 30px;
	box-sizing: border-box;
	z-index: 2;
}
img.picFlow{
	border-radius: 15px;
}
@media screen and (min-width: 768px){
	.flowBox{
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	.flowBox:nth-child(3),
	.flowBox:last-child{
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) and (min-width:481px){
	.flowBox{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.flowBox:nth-child(2n),
	.flowBox:last-child{
		margin-right: 0;
	}
}
@media screen and (max-width: 480px){
	.flowBox{
		width:100%;
	}
	.flowBoxTxt{
		padding: 0 15px 30px;
	}
}



/* ----------------------------------------------------------------------
 実績紹介
---------------------------------------------------------------------- */
.results{
	background: #fff;
	padding: 80px 0 30px;
}
@media screen and (max-width: 767px){
	.results{
		padding: 60px 0 15px;
	}
}
.resultsWrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.resultsBox{
	width: calc((100% - 40px) / 2);
	margin-bottom: 50px;
}
.resultsInBox{
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}
.resultsInBox::after{
	position: absolute;
	content: url(../images/ico_results_arrow.png);
	top: calc((100% - 40px) / 2);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 2;
}
.resultsInBoxNormal::after{
	display: none;
}
.resultPhoto{
	position: relative;
	width: calc((100% - 10px) / 2);
	height: 300px;
	padding-top:40px;
	z-index: 1;
}
.resultPhoto img.imgCenter{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.resultPhoto::before{
	position: absolute;
	top:0;
	display: inline-block;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size:20px;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 10px 10px 0 0;
	width: 100px;
	text-align: center;
	z-index:2;
}
.resultPhoto:nth-child(1)::before{
	content: "Before";
	left:0;
	background: #0090d9;
}
.resultPhoto:nth-child(2)::before{
	content: "After";
	right:0;
	background: #911e36;
}
.resultsInBoxNormal .resultPhoto::before{
	width: 180px;
	font-size:14px;
	font-family:'NotoSansJP-Medium';
}
.resultsInBoxNormal01 .resultPhoto:nth-child(1)::before{
	content: "ゴミ屋敷の片づけ";
	left:0;
	background: #0090d9;
}
.resultsInBoxNormal01 .resultPhoto:nth-child(2)::before{
	content: "廃車代行";
	right:0;
	background: #911e36;
}
.resultsInBoxNormal02 .resultPhoto:nth-child(1)::before{
	content: "クレーンでの作業";
	left:0;
	background: #0090d9;
}
.resultsInBoxNormal02 .resultPhoto:nth-child(2)::before{
	content: "リサイクル代行";
	right:0;
	background: #911e36;
}

@media screen and (max-width: 960px){
	.resultsWrap{
		display: block;
	}
	.resultsBox{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 40px;
	}
	.resultPhoto{
		height: 350px;
	}
}
@media screen and (max-width: 480px){
	.resultsInBox{
		display: block;
		overflow:visible;
	}
	.resultsInBox::after{
		content: url(../images/ico_results_arrow_bottom.png);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.resultPhoto{
		width: 100%;
		padding-top:0px;
		height: 350px;
	}
	.resultPhoto:first-child{
		margin-bottom: 10px;
	}
	.resultPhoto:first-child img.imgCenter{
		border-radius: 0 15px 0 0;
	}
	.resultPhoto:last-child img.imgCenter{
		border-radius: 0 0 0 15px ;
	}
	.resultPhoto::before{
		border-radius: 0 0 10px 10px;
		top:-5px;
	}
}

.resultsSubWrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.resultsSubBox{
	width: calc((100% - 40px) / 3);
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	.resultsSubBox{
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width: 480px){
	.resultsSubBox{
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ----------------------------------------------------------------------
 お客様の声
---------------------------------------------------------------------- */
.voice{
	background: #fff;
	padding: 80px 0;
}
@media screen and (max-width: 767px){
	.voice{
		padding: 60px 0;
	}
}
.voiceWrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.voiceBox{
	width: calc((100% - 30px) / 2);
	background: url(../images/bg_cloth.jpg);
	border:3px #333 solid;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 30px 20px;
	margin-bottom: 30px;
}
.voiceBox h3{
	color: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	padding:5px 10px 7px;
	line-height: 1.5em;
}
.voiceBox.voiceBoxL h3{
	background: #911e36;
}
.voiceBox.voiceBoxM h3{
	background: #0090d9;
}
@media screen and (max-width: 960px){
	.voiceWrap{
		display: block;
	}
	.voiceBox{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 40px;
	}
	.voiceBox:last-child{
		margin-bottom: 0;
	}
}

/* ----------------------------------------------------------------------
 よくある質問
---------------------------------------------------------------------- */
dl.faqDL {
	width: 100%;
	background:#fff;
	padding:10px 15px;
	box-sizing: border-box;
	border-radius:10px;
	margin-bottom:20px;
	border:3px #333 solid;
}
dl.faqDL dt {
	padding: 10px 10px 15px 0;
	position: relative;
	font-size:20px;
	font-weight:bold;
	line-height:1.5em;
}
dl.faqDL dd {
	margin-bottom:10px;
	display: none;
	font-size:18px;
	color:#333;
	line-height: 1.8em;
}
dl.faqDL dt, 
dl.faqDL dd {
	padding-left: 40px;
	text-indent: -40px;
	box-sizing: border-box;
	padding-right: 40px;
}
dl.faqDL dt::before, 
dl.faqDL dd::before {
	margin-right: 15px;
	position: relative;
	top: 6px;
}
dl.faqDL dt::before {
	content: url(../images/ico_faq_q.png);
}
dl.faqDL dd::before {
	content: url(../images/ico_faq_a.png);
}
dl.faqDL dt span::before, 
dl.faqDL dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #0090d9;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
dl.faqDL dt.open span::after {
	transform: rotate(0);
	transition: 0.5s;
}
dl.faqDL dt span::after {
	background: #0090d9;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

@media screen and (max-width: 767px){
	dl.faqDL dt{
		font-size:18px;
	}
	dl.faqDL dd {
		font-size:16px;
	}
}

/* ----------------------------------------------------------------------
 会社概要
---------------------------------------------------------------------- */
.company{
	background: #fff;
	padding: 80px 0;
}
@media screen and (max-width: 767px){
	.company{
		padding: 60px 0;
	}
}
.companyLogo{
	display: block;
	width: 150px;
	margin: 0 auto 40px;
}
table.companyTb{
	width: 100%;
}
table.companyTb th,
table.companyTb td{
	padding:15px;
	line-height: 2em;
	vertical-align: middle;
}
table.companyTb th{
	text-align: center;
	border-bottom:3px #921e37 solid;
}
table.companyTb td{
	border-bottom:3px #9e9e9f solid;
}

@media screen and (max-width: 767px){
	.companyLogo{
		display: block;
		width: 100px;
		margin: 0 auto 40px;
	}
	table.companyTb,table.companyTb tbody,
	table.companyTb tr,table.companyTb th,table.companyTb td{
		display: block;
		width: 100%;
	}
	table.companyTb{
		border-top:3px #9e9e9f solid;
	}
	table.companyTb th,
	table.companyTb td{
		text-align: left;
	}
	table.companyTb th{
		border-bottom:1px #921e37 dashed;
		background: #fafafa;
	}
}

.smileLogo{
	display: block;
	width: 250px;
	margin: 0 auto 15px;
}


/* ----------------------------------------------------------------------
 Footer追従ボタン
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) ,print{
	.footer_bnr{
		display:none !important;
	}
}
.footerContentBox{
	position:relative;
}
.footer_bnr{
	z-index:100;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
	position: fixed;
	bottom: 0;
}
.footer_bnrBox{
	width:calc(100% / 2);
	padding:10px;
	box-sizing:border-box;
	display: flex;
	align-items: center;
	justify-content:center;
	line-height: 1;
}
.footer_bnrBox:first-child{
	border-right:2px #ccc solid;
}
.footer_bnrBox img{
	position: relative;
    width: 20px;
    margin-right: 5px;
    top: 1px;
}
.footer_bnrTel span{
	font-size: 25px;
	color: #0090d9;
}
a.footer_bnrMail,a.footer_bnrMail:hover{
	text-decoration: none;
}
.footer_bnrMail span{
	font-size: 16px;
	color: #911e36;
}
@media screen and (max-width: 480px){
	.footer_bnrTel span{
		font-size: 20px;
	}
	.footer_bnrMail span{
		font-size: 12px;
	}
}

/* ----------------------------------------------------------------------
 フッターリンク
---------------------------------------------------------------------- */
footer{
	background: #fff;
}
.footLink{
	padding-bottom: 25px;
}
@media screen and (max-width: 960px){
	.footLink{
		padding-bottom: 120px;
	}
}
.footLink ul{
	list-style: none;
	text-align: center;
}
.footLink ul li{
	display: inline-block;
	padding: 0 20px;
	line-height: 1.8em;
}
.footLink ul li:first-child{
	border-right: 1px #333 solid;
}

/* ----------------------------------------------------------------------
 copyright
---------------------------------------------------------------------- */
.copyright{
	background: #911e36;
	height: 50px;
}
.copyright p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 50px;
}

/* ----------------------------------------------------------------------
 トップへ戻るボタン
---------------------------------------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size:25px;
	text-decoration: none;
	text-align: center;
	background:#0090d9;
	width:45px;
	height:45px;
	line-height: 0.95;
	box-sizing: border-box;
	border-radius: 5px;
}
#pageTop a i{
	font-size:75%;
}
#pageTop a span{
	font-size:12px;
	font-weight:bold;
	display: block;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media screen and (max-width: 767px){
	#pageTop {
		bottom: 100px;
	}
}