@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================================================

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

body {
	position: relative;
	color: #111111;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	word-wrap: break-word;
	/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	/* ゴシック */ font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; 固定幅レイアウト時 */
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: block;
	overflow: hidden;
}

h1{
	margin: 0;
	font-weight: 300;
}
h2, h3, h4 {
	margin: 0;
	font-weight: 700;
}

img {
	vertical-align: bottom;
}

li,dt,dd {
	vertical-align: top;
}

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a {
	color: #111111;
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	opacity: 0.6;
}





/* ================================================================================

	404.php

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}





/* ================================================================================

	display:none

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none {
		display: none;
	}

}





/* ================================================================================

	pointer-events: none;

================================================================================ */

/* FAX */
.fax_num {
	pointer-events: none;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.pointer-events {
		pointer-events: none;
	}

}





/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	エディター共通設定

================================================================================ */

p + * {
	margin-top: 1em;
}

strong,b {
	font-weight: 700;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
em {
	font-style: italic;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display: none;
	}
}





/* ================================================================================

	ヘッダー

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {

	header.bs_header {
		position: relative;
	}


	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		width: 17.552vw;
		height: auto;
		position: absolute;
		z-index: 2;
		margin: 2.3vw 0 0 2.5vw;
	}
	.h_logo img {
		width: 100%;
	}


	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 2.7vw;
		text-align: right;
		z-index: 1;
		right: 6.875vw;
	}
	.pc_h1 h1 {
		line-height: 1;
		color: #fff;
		letter-spacing: 0.065em;
		font-size: 1.04vw;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	.navi_pc {
	}
	.navi_pc > ul {
		font-size: 0;
		text-align: center;
	}
	.navi_pc > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 1.1;
		margin-left: 2em;
	}
	.navi_pc > ul > li:first-of-type {
		margin-left: 0;
	}
	.navi_pc > ul > li::before {
		position: absolute;
		content: "";
		display: block;
		background-color: #000000;
		width: 1px;
		height: 16px;
		top: 0.1em;
		left: -1em;
	}
	.navi_pc > ul > li:first-of-type::before {
		display: none;
	}

	.navi_pc > ul > li a {
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {

	header.bs_header {
		position: relative;
	}


	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		width: 33vw;
		height: auto;
		position: absolute;
		z-index: 2;
		margin: 4vw 0 0 4vw;
	}
	.h_logo img {
		width: 100%;
	}


	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		position: relative;
		background-color: #cccccc;
		padding: 2vw 4vw;
	}
	.sp_h1 h1 {
		font-size: 3.2vw;
		line-height: 1.3;
		text-align: center;
	}


	/* グローバルナビゲーション
	------------------------------------------- */
	.navi_pc {
		display: none;
	}

}





/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer.bs_footer {
		position: relative;
		background: url(../img/bg_stripe01.jpg) center -206px / auto no-repeat;
		padding-bottom: 141px;
		border-top: 8px solid #717071;
	}

	.f_wrap {
		position: relative;
		padding: 90px 0 0;
	}


	/* ロゴ
	------------------------------------------- */
	.f_logo {
		width: 271px;
		margin: 0 auto;
	}
	.f_logo img {
		width: 100%;
	}
	
	.f_add {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		margin: 54px 0 38px;
		letter-spacing: 0.065em;
	}
	
	.f_contact {
		text-align: center;
	}
	.f_contact a {
		position: relative;
		display: inline-block;
		text-align: center;
		font-family: 'Roboto Condensed', 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		font-size: 26px;
		font-weight: bold;
		color: #111111;
		border: 1px solid #111111;
		letter-spacing: 0.09em;
		background-color: #fff;
		padding: 8px 128px;
	}
	.f_contact a:after {
		content: '';
		position: absolute;
		background: url(../img/mail.png) center top / contain no-repeat;
		width: 30px;
		height: 22px;
		top: 50%;
		right: 22px;
		margin-top: -11px;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		display: none;
	}


	/* コピーライト */
	.f_copy {
		margin-top: 29px;
	}
	.f_copy p {
		font-size: 18px;
		text-align: center;
		letter-spacing: 0.095em;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer.bs_footer {
		position: relative;
		background: url(../img/bg_stripe01.jpg) center -31vw / 155% repeat;
		padding-bottom: 23vw;
		border-top: 2vw solid #717071;
	}

	.f_wrap {
		position: relative;
		padding: 8vw 0 0;
	}


	/* ロゴ
	------------------------------------------- */
	.f_logo {
		width: 45vw;
		margin: 0 auto;
	}
	.f_logo img {
		width: 100%;
	}
	
	.f_add {
		text-align: center;
		font-size: 4vw;
		font-weight: bold;
		margin: 4vw 0 8vw;
		letter-spacing: 0.065em;
	}
	
	.f_contact {
		text-align: center;
	}
	.f_contact a {
		position: relative;
		display: inline-block;
		text-align: center;
		font-family: 'Roboto Condensed', 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		font-size: 5vw;
		font-weight: bold;
		color: #111111;
		border: 1px solid #111111;
		letter-spacing: 0.09em;
		background-color: #fff;
		padding: 2.3vw 28vw;
	}
	.f_contact a:after {
		content: '';
		position: absolute;
		background: url(../img/mail.png) center top / contain no-repeat;
		width: 7vw;
		height: 5vw;
		top: 50%;
		right: 6vw;
		margin-top: -2.5vw;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		display: none;
	}


	/* コピーライト */
	.f_copy {
		margin-top: 6vw;
	}
	.f_copy p {
		font-size: 3vw;
		text-align: center;
		letter-spacing: 0.095em;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		text-align: center;
		display: block;
		padding: 2vw 0;
	}

}





/* ================================================================================

	着いてくるボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		z-index: 9996;
		width: 5.6%;
	}
	#page-top a {
		background-color: #111111;
		width: 100%;
		height: 100%;
		font-family: 'Roboto Condensed', 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		font-size: 1.354vw;
		color: #ffffff;
		text-align: center;
		display: block;
		letter-spacing: 0.055em;
		padding-top: 1.8vw;
		position: relative;
	}
	#page-top a:before {
		content: '';
		position: absolute;
		background: url(../img/page-top.png) center top / contain no-repeat;
		width: 1.09375vw;
		height: 0.8333vw;
		top: 0.85vw;
		left: 50%;
		margin-left: -0.546875vw;
	}
	
	.footer_fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1;
		opacity: 0;
		transition-property: opacity,color,filter;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	
	.footer_fixed ul {
		width: 100%;
		border: 1px solid #111111;
	}
	.footer_fixed ul li {
		float: left;
		height: 4.32vw;
		border-right: 1px solid #111111;
	}
	.footer_fixed ul li:last-of-type {
		border-right: none;
	}
	.footer_fixed ul li.f_tel {
		background-color: #111111;
		padding: 0.25vw 2.25vw;
		width: 64.6%;
	}
	.footer_fixed ul li.f_tel a {
		color: #fff;
		font-size: 2.1875vw;
		font-family: 'Roboto Condensed', 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.055em;
		pointer-events: none;
	}
	.footer_fixed ul li a:hover {
		opacity: 0.8;
	}
	.footer_fixed ul li.f_tel p {
		color: #fff;
		font-size: 1.041vw;
		font-weight: bold;
		display: inline-block;
		padding: 0.95vw 0 0 2.4vw;
		letter-spacing: 0.075em;
		position: absolute;
	}
	
	.footer_fixed ul li.f_estimate {
		width: 11.8%;
	}
	.footer_fixed ul li.f_estimate a {
		background-color: #fff;
		font-size: 1.354vw;
		font-weight: bold;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 0.95vw 0;
		letter-spacing: 0.05em;
		color: #111111;
	}
	
	
	.footer_fixed ul li.f_mail,
	.footer_fixed ul li.f_line,
	.footer_fixed ul li.f_instagram {
		width: 6%;
	}
	.footer_fixed ul li.f_mail a,
	.footer_fixed ul li.f_line a,
	.footer_fixed ul li.f_instagram a {
		background-color: #ffffff;
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.f_mail img {
		width: 100%;
	}
	.f_mail a {
		padding: 1.05vw 1.9vw 0.95vw;
	}
	
	.f_line img {
		width: 100%;
	}
	.f_line a {
		padding: 1.05vw 1.9vw 0.95vw;
	}
	
	.f_instagram a {
		padding: 1.05vw 1.9vw 0.95vw;
	}
	.f_instagram img {
		width: 100%;
	}
	
	.navi_scroll {
		opacity: 1;
	}
	
	
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		z-index: 9996;
		width: 14.5%;
	}
	#page-top a {
		background-color: #111111;
		width: 100%;
		height: 100%;
		font-family: 'Roboto Condensed', 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		font-size: 4vw;
		color: #ffffff;
		text-align: center;
		display: block;
		letter-spacing: 0.055em;
		padding-top: 6vw;
		position: relative;
	}
	#page-top a:before {
		content: '';
		position: absolute;
		background: url(../img/page-top.png) center top / contain no-repeat;
		width: 3.5vw;
		height: 2.6vw;
		top: 2.5vw;
		left: 50%;
		margin-left: -1.75vw;
	}
	
	.footer_fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1;
		opacity: 0;
		transition-property: opacity,color,filter;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	
	.footer_fixed ul {
		width: 100%;
		border: 1px solid #111111;
	}
	.footer_fixed ul li {
		float: left;
		height: 14vw;
		border-right: 1px solid #111111;
	}
	.footer_fixed ul li:last-of-type {
		border-right: none;
	}
	.footer_fixed ul li.f_tel {
		background-color: #111111;
		padding: 3.3vw 3vw 3.3vw 4vw;
		width: 45%;
	}
	.footer_fixed ul li.f_tel a {
		color: #fff;
		font-size: 4.5vw;
		font-family: 'Roboto Condensed', 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.055em;
	}
	.footer_fixed ul li.f_tel p {
		color: #fff;
		font-size: 1.041vw;
		font-weight: bold;
		display: inline-block;
		padding: 0.95vw 0 0 2.4vw;
		letter-spacing: 0.075em;
		position: absolute;
	}
	
	.footer_fixed ul li.f_estimate {
		width: 26%;
	}
	.footer_fixed ul li.f_estimate a {
		background-color: #fff;
		font-size: 4vw;
		font-weight: bold;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 3.2vw 0;
		letter-spacing: 0.05em;
		color: #111111;
	}
	
	
	.footer_fixed ul li.f_mail {
		width: 14.5%;
	}
	.footer_fixed ul li.f_mail a {
		background-color: #ffffff;
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.f_mail img {
		width: 100%;
	}
	.f_mail a {
		padding: 3.9vw 4vw;
	}
	
	.navi_scroll {
		opacity: 1;
	}
	
	
}





/* ================================================================================

	パンくずリスト

================================================================================ */

/* 背景色 */
#breadcrumb {
	background-color: transparent;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position: relative;
		max-width: none;
		width: 100%;
		padding: 12px 0;
		z-index: 1;
		background-color: #111;
		color: #fff;
	}
	#breadcrumb a {
		color: #fff;
	}

	#breadcrumb > ul {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 14px;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 2vw 0;
		z-index: 1;
		background-color: #111;
		color: #fff;
	}
	
	#breadcrumb a {
		color: #fff;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 3.5vw;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}





/* ================================================================================

	Wp Lightbox Bank プラグイン

================================================================================ */
#lightGallery-outer {
	background-color: rgba(0,0,0,0.8) !important;
}





/* ================================================================================

	Elementor Lightbox フッター非表示

================================================================================ */
.elementor-slideshow__footer {
	display: none;
}





/* ================================================================================

	Addtoanyボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.addtoany_shortcode {
		margin: 14px -4px 0;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.addtoany_shortcode {
		margin: 8vw -4px 0;
	}
}


/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font {
	display: none;
}





/* ================================================================================

	IEハック

================================================================================ */

/* IE10以上 */
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}


/* reCAPTCHA表示隠し */
.grecaptcha-badge { visibility: hidden; }