@charset 'UTF-8';

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

	共通css

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

@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css); /* M+ 1p　font-family: "Mplus 1p"; */
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css); /* Rounded M+ 1c　font-family: "Rounded Mplus 1c"; */
@import url(//fonts.googleapis.com/earlyaccess/hannari.css); /* はんなり明朝　font-family: "Hannari"; */
@import url(//fonts.googleapis.com/earlyaccess/kokoro.css); /* こころ明朝　font-family: "Kokoro"; */
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css); /* さわらび明朝　font-family: "Sawarabi Mincho"; */
@import url(//fonts.googleapis.com/earlyaccess/sawarabigothic.css); /* さわらびゴシック　font-family: "Sawarabi Gothic"; */
@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css); /* ニコモジ　font-family: "Nico Moji"; */
@import url(//fonts.googleapis.com/earlyaccess/nikukyu.css); /* ニクキュウ　font-family: "Nikukyu"; */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); /* Noto Sans Japanese　font-family: "Noto Sans Japanese"; */


@import url(//fonts.googleapis.com/css?family=Lato); /* Lato　font-family: 'Lato', sans-serif; */
@import url(//fonts.googleapis.com/css?family=Playfair+Display); /* Playfair Display　font-family: 'Playfair Display', serif; */

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

	サイトスタイル

================================================================================ */
* {
	-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: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	word-wrap: break-word;
	font-family: "Noto Sans Japanese";
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	body {
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
	}

	/* Elementor：フレックスアイテムを単一行に配置 */
	.elementor-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}

#wrapper {
	position: relative;
	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;
	image-rendering: -webkit-optimize-contrast;
}
/* Safariハック */
_:lang(x)+_:-webkit-full-screen-document, img {
	image-rendering: auto;
}


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





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

	ログイン時のツールバー

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

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wpadminbar{
		top: 0;
		position: fixed;
	}
}





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

	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;
	}

}





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

	フロート回り込み解除 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: 1.5em;
}
p:not(:first-child) {
	margin-top: 1.5em;
}

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


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

	.aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.alignleft {
		float: left;
	}

	.alignright {
		float: right;
	}

	img.alignright {
		display: inline-block;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 16px;
		margin-left: 24px;
	}

	img.alignleft {
		display: inline-block;
		margin-top: 0px;
		margin-right: 24px;
		margin-bottom: 16px;
		margin-left: 0px;
	}
}



/* 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表示左右入れ替え

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.pc_lr {
		display: block !important;
		overflow: auto;
	}
	.pc_lr > div:nth-of-type(1) {
		float: right;
	}
	.pc_lr > div:nth-of-type(2) {
		float: left;
	}
}





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

	その他

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

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


}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body{
		font-size: 14px;
	}
	img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
}





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

	PCヘッダー

================================================================================ */
@media (min-width: 768px) {

	header{
		position:relative;
		width:100%;
	}


	/* H1
	----------------------------------------------- */



	/* グローバルナビゲーション
	----------------------------------------------- */

	/* header */
	#top-head {
		position: fixed;
		width: 100%;
		margin: 0 auto;
		z-index: 999;
	}
 
	#top-head a,
	#top-head {
		color: #fff;
		text-decoration: none;
	}
 
	#top-head .inner {
		position: relative;
		padding: 0 0 0 5.4vw;

	}

	#top-head .logo{/* ロゴ */
		float:left;
		padding: 2.2vw 0 0 0;
	}
	#top-head .logo h1 img {
		width:auto;
		height:3.125vw;
	}


	/* ナビゲーションボックス */
	#global-nav{
	}
	#global-nav > ul {
		list-style: none;
	}


	/* ナビゲーション */
	.nav-box01{
		float: left;
		padding:2.6vw 0 0 2.99vw;
	}

	.nav-box01{
		float:left;
		font-size:0;
	}
	.nav-box01 > li {
		position: relative;
		display:inline-block;
		text-align:left;
	}
	.nav-box01 > li > a {
		padding:0 1.3vw;
		text-align:center;
		font-size:1.6526vw;
		font-weight:500;
		display: block;
		line-height:0.8;
		font-family: 'Lato','Noto Sans Japanese', sans-serif;
		letter-spacing:0.05em;
	}
	.nav-box01 > li > a > span{
		font-size:0.7421vw;
		font-weight:300;
		color:#c3c3c3;
		letter-spacing:0;
	}


	/* 二連ボタン */
	.nav-box02{
		float: right;
		position: relative;
	}
	.nav-box02 > li{
		float:left;
	}
	.nav-box02 > li:nth-of-type(1){
		padding-right:1px;
	}
	.nav-box02 > li:nth-of-type(1) > a{
		background:url(../img/top-contact.jpg) no-repeat center top;
		width: 9.3vw;
		height: 7.5vw;
		display: block;
		text-indent: -9999px;
		background-size: auto 7.5vw;
	}
	.nav-box02 > li:nth-of-type(2) > a{
		background:url(../img/top-map.jpg) no-repeat center top;
		width: 9.3vw;
		height: 7.5vw;
		display: block;
		text-indent: -9999px;
		background-size: auto 7.5vw;
	}



	/* transition */
	#top-head,
	#top-head:after,
	#top-head .logo img,
	#global-nav > ul > li,
	#global-nav > ul.nav-box01 > li > a{
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}





	/* Fixed
	----------------------------------------------- */
	#top-head.fixed {
		padding:1.2vw 0;
		background-color:rgba(0,0,0,0.9);
		width: 100%;
	}
	#top-head.fixed .inner {
	}
	#top-head.fixed .inner {
		padding: 0;
	}
	
	#top-head.fixed .logo{/* ロゴ */
		padding:0.1vw 0 0 2vw;
	}
	#top-head.fixed .logo img{/* ロゴ */
		width:auto;
		height:2.8vw;
	}



	/* ナビ */
	#top-head.fixed #global-nav > ul.nav-box01{
		padding:0.3vw 0 0 1.8vw;
	}
	#top-head.fixed #global-nav > .nav-box01 > li > a{
		font-size:1.4526vw;
	}
	#top-head.fixed #global-nav > .nav-box01 > li > a > span{
		font-size:0.6421vw;
	}




	/* 二連ボタン */
	#top-head.fixed #global-nav > .nav-box02{
		float: left;
		position: relative;
		padding:0.4vw 0 0 0.99vw;
	}
	#top-head.fixed #global-nav > .nav-box02 > li:nth-of-type(1){
		padding-right:0;
	}
	#top-head.fixed #global-nav > .nav-box02 > li:nth-of-type(1) > a{
		background:url(../img/fix-mail.png) no-repeat center top;
		background-size:contain;
		width:2.8vw;
		height:2.2vw;
		display: block;
		text-indent: -9999px;
	}
	
	#top-head.fixed #global-nav > .nav-box02 > li:nth-of-type(2) {
		padding-left:1vw;
		margin-top: -4px;
	}
	#top-head.fixed #global-nav > .nav-box02 > li:nth-of-type(2) > a{
		background:url(../img/fix-map.png) no-repeat center top;
		background-size:contain;
		width:2.8vw;
		height:2.2vw;
		display: block;
		text-indent: -9999px;
	}


	/* ドロップメニュー
	----------------------------------------------- */
	#dropmenu > li > ul {
		list-style: none;
		position: absolute;
		z-index: 99999;
		top: 110%;
		left: 1vw;
		margin:0;
		padding: 0;
		overflow: hidden;
		transition: 0.3s ease-in-out;
	}
	#dropmenu > li > ul > li {
		overflow: hidden;
		font-size: 0.95vw;
		width: 15em;
		height: 0;
		border-bottom: 1px solid #222222;
		transition: 0.3s ease-in-out;
		opacity: 0;
	}
	#dropmenu > li:hover > ul {
		overflow: visible;
		padding-top: 10px;
	}
	#dropmenu > li:hover > ul > li {
		overflow: visible;
		opacity: 1;
		height: 100%;
	}
	#dropmenu > li > ul > li > a {
		display: block;
		background-color: #1a1819;
		color: #ffffff;
		padding: 0.8em 1em;
		text-align: left;
		font-weight: 700;
		border-bottom: none;
	}
	#dropmenu > li > ul > li > a:hover {
		opacity: 1;
		color: yellow;
	}

}





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

	SPヘッダー

================================================================================ */
@media (max-width: 767px) {

	header{
		position:relative;
	}


	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display:none;
	}
	.sp_h1 {
		background-color:#cccccc;
		padding:8px;
	}
	.sp_h1 h1 {
		font-size: 12px;
	}




	/* グローバルナビゲーション
	------------------------------------------- */

	#top-head {
		display:none;
	}
	.sp_head{
		position:relative;
		background-color:#FFFFFF;
		padding: 0 0 5vw 0;
		margin:0 0 0 0;
		text-aling:left;
		width:100vw;
	}
	.sp_head_logo img{
		width: 51vw;
		margin: 0;
		display: block;
		padding: 5vw 0 0 5vw;
	}
	.sp_mains{
	}



}





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

	地図

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#map_customize{
		background-color:#f5f5f5;
		width:100%;
		height:450px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#map_customize{
		background-color:#f5f5f5;
		width:100%;
		height:450px;
	}
}





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

	フッター

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position:relative;
		background-color:#1a1919;
		color:#ffffff;
		padding:4vw 0;
	}


	/* SP用フッターリンク */
	.f_navi_sp{
		display:none;
	}


	/* 【固定ページ】フッター：基本情報 */
	.f_kotei{
		position:relative;
	}
	.f_kotei .panel-grid{
		display:block !important;
	}

	.f_wrap{
		font-size:0;
		text-align:center;
	}
	.f_wrap ul{
		font-size:0;
	}
	.f_wrap ul li{
		display:inline-block;
		vertical-align:top;
		height:7vw;
		text-align:left;
		padding:0.8vw 1vw 0 0;
		margin-right:1vw;
		border-right:1px solid #7f7f7f;
	}
	.f_wrap ul li:last-of-type{
		border-right:none;
	}
	.f_wrap ul li p{
		font-size:0.8vw;
		letter-spacing:0.1em;
	}
	.f_wrap ul li img{
		width:12vw;
		height:auto;
	}




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


	/* コピーライト */
	.f_copy{
		width:46vw;
		margin:2vw auto 0;
	}
	.f_copy p{
		font-size:0.75vw;
		text-align:right;
	}
	
	
	.footer_fixed {
		position: fixed;
		bottom: 0;
		width: 40%;
		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 #1a1919;
	}
	.footer_fixed ul li {
		float: left;
		height: 4.32vw;
		border-right: 1px solid #1a1919;
	}
	.footer_fixed ul li:last-of-type {
		border-right: none;
	}
	.footer_fixed ul li.f_tel {
		background-color: #1a1919;
		padding: 0.25vw 2.25vw;
		width: 56%;
	}
	.footer_fixed ul li.f_tel a {
		position: relative;
		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;
		display: inline-block;
		padding: 0.95vw 0 0 2.4vw;
		letter-spacing: 0.075em;
		position: absolute;
	}
	
	.footer_fixed ul li.f_estimate {
		width: 44%;
	}
	.footer_fixed ul li.f_estimate a {
		position: relative;
		background-color: #fff;
		font-size: 1.354vw;
		font-weight: bold;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 0.95vw 0 0.95vw 3vw;
		letter-spacing: 0.05em;
		color: #111111;
	}
	.footer_fixed ul li.f_estimate a:before {
		content: '';
		background: url(../img/fix-mail02.png) center top / contain no-repeat;
		position: absolute;
		width: 3vw;
		height: 1.6vw;
		left: 2.6vw;
		top: 1.3vw;
	}
	
	.navi_scroll {
		opacity: 1;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position:relative;
		background-color:#1a1919;
		color:#ffffff;
		padding: 4vw 0 16vw;
	}

	footer .panel-grid{
		margin:0 auto !important;
	}
	footer .panel-grid-cell{
		margin:0 auto !important;
	}
	footer .so-panel{
		margin:0 auto !important;
	}





	/* 【固定ページ】フッター：基本情報 */
	.f_kotei{
		position:relative;
		width:100%;
		margin:0 auto;
		padding:0 6vw;
	}
	.f_kotei .panel-grid{
		display:block !important;
	}

	.f_wrap{
		font-size:0;
		text-align:center;
	}
	.f_wrap ul li{
		text-align:left;
		padding:2vw;
		margin-borrom:1vw;
		border-bottom:1px solid #7f7f7f;
	}
	.f_wrap ul li:last-of-type{
		border-right:none;
	}
	.f_wrap ul li p{
		font-size:3vw;
		line-height:1.5;
		letter-spacing:0.05em;
	}
	.f_wrap ul li img{
		width:40vw;
		height:auto;
	}





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


	/* コピーライト */
	.f_copy{
		padding:4vw 0;
	}
	.f_copy p{
		font-size:11px;
		text-align:center;
	}
	
	
	.footer_fixed {
		position: fixed;
		bottom: 0;
		width: 75%;
		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 #1a1919;
	}
	.footer_fixed ul li {
		float: left;
		height: 13vw;
		border-right: 1px solid #1a1919;
	}
	.footer_fixed ul li:last-of-type {
		border-right: none;
	}
	.footer_fixed ul li.f_tel {
		background-color: #1a1919;
		padding: 1.5vw 2.25vw;
		width: 78%;
		text-align: center;
	}
	.footer_fixed ul li.f_tel a {
		position: relative;
		color: #fff;
		font-size: 6vw;
		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 a:hover {
		opacity: 0.8;
	}
	.footer_fixed ul li.f_tel p {
		color: #fff;
		font-size: 1.041vw;
		display: inline-block;
		padding: 0.95vw 0 0 2.4vw;
		letter-spacing: 0.075em;
		position: absolute;
	}
	
	.footer_fixed ul li.f_estimate {
		width: 22%;
	}
	.footer_fixed ul li.f_estimate a {
		position: relative;
		background-color: #fff;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 3vw 0;
		color: #111111;
	}
	.footer_fixed ul li.f_estimate a img {
		width: 10vw;
	}
	
	.navi_scroll {
		opacity: 1;
	}
	
}





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

	ページトップボタン

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top no-repeat;
		background-size:contain;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity:1;
		background: url(../img/pagetop_on.png) center top no-repeat;
		background-size:contain;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 8px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top no-repeat;
		background-size:contain;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity:1;
		background: url(../img/pagetop_on.png) center top no-repeat;
		background-size:contain;
	}
}





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

	パンくずリスト

================================================================================ */
	#breadcrumb{
		padding:16px 0;
		background-color:transparent;
	}
	#breadcrumb > ul > li {
		font-size: 14px;
		display:inline-block;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 5px;
		content: '>';
	}
	#breadcrumb > ul > li > a {
	}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position:relative;
		width:100%;
		background:url(../img/) left top repeat;
	}

	#breadcrumb > ul{
		position:relative;
		max-width: 1020px;
		width: 100%;
		padding: 0 10px;
		margin:0 auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position:relative;
		background:url(../img/) left top repeat;
		background-size: ;
	}

	#breadcrumb > ul{
		position:relative;
		width:100%;
		padding:0 16px;
	}
}





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

	ページネーション

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.wp-pagenavi{
		text-align:center;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.wp-pagenavi{
		float:none !important;
		font-size:12px !important;
		overflow: hidden;
	}
	.wp-pagenavi span,
	.wp-pagenavi a{
		display:block;
		float:left;
		margin-bottom:4px;
	}
}





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

	Wp Lightbox Bank プラグイン

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





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

	Addtoanyボタン

================================================================================ */
.addtoany_shortcode{
	padding-top:8px;
}
/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font{
	display:none;
}
/* reCAPTCHA表示隠し */
.grecaptcha-badge { visibility: hidden; }