@charset 'UTF-8';

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

	共通css

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

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

	Google Fonts FOUT対策

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

html {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
	transition-delay: 0s;
}
html.wf-active {
	opacity: 1;
}





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

	サイトスタイル

================================================================================ */
* {
	-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: #442f26;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	word-wrap: break-word;
	background:#f7efec;
	/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
}

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

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

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a {
	color: #849541;
	opacity: 1;
	transition-property: opacity,color,background-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;
	color: #442f26;
}


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

	.pointer-events {
		pointer-events: none;
		color: #442f26;
	}

}





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

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


	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 8px;
		right: 8px;
		text-align: right;
		/*
		left: 8px;
		text-align: left;
		*/
		z-index: 1;
	}
	.pc_h1 h1 {
		font-size: 13px;
		line-height: 1;
		color: #ffffff;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	.navi_pc {
		position: relative;
		z-index: 1;
		top: -71px;
	}
	.navi_pc > ul {
		font-size: 0;
		text-align: center;
		background: url(../img/nav_bg.png) center top / auto;
		width: 1177px;
		height:90px;
		margin: 0 auto;
	}
	.navi_pc > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 1.1;
	}
	.navi_pc > ul > li:nth-child(4) {
		
	}
	/* .navi_pc > ul > li:not(:first-child) {
		margin-left: 2em;
	}
	.navi_pc > ul > li:not(:first-child)::before {
		position: absolute;
		content: "";
		display: block;
		background-color: #000000;
		width: 1px;
		height: 16px;
		top: 0.1em;
		left: -1em;
	} */
	.navi_pc > ul > li > button {
		background: transparent;
		border: none;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		text-decoration: none;
		font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	}
	.navi_pc > ul > li > a,
	.navi_pc > ul > li > button {
		display: block;
		font-size: 16px;
		line-height: 1.1;
	}
    
    	/* お問い合わせ　2連ボタン*/
	.navi_info {
		position: fixed;
		top: 0;
		right: 0;
		padding: 37px 0 0;
        z-index: 10;
	}
	.navi_info ul li.top-otoi01 a{
		display: block;
		text-indent:-9999px;
		background: url(../img/contact.png)no-repeat center top;
		width: 130px;
		height: 130px;
		margin: 35px 20px 0 0;
	}


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

}



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

	header.bs_header {
		position: relative;
	}


	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		
	}


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


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

	/* お問い合わせボタン
	----------------------------------------------- */
	.sp-top_otoi {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 3;
		width: 100%;
	}
	.sp-top_otoi ul{
		font-size:0;
		text-align: left;
		background: #b2cd55;
	}
	.sp-top_otoi ul li{
		width: 100%;
        font-size:1.5vw;
		display: inline-block;
	}
	.sp-top_otoi li a {
		display: block;
		position: relative;
        background: url(https://www.pearchikoto.com/wordpress/wp-content/themes/grbs11/img/contact_back.jpg)no-repeat center;
		/*background-color: #b2cd55;*/
		font-size: 5vw;
		font-weight: 600;
		font-style: normal;
		text-align: center;
		letter-spacing: 0.13em;
		color: #442F26;
		line-height: 1;
		padding: 6vw 0 5vw;
	}

}





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

	フッター

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer.bs_footer {
		position: relative;
		background-color: #442f26;
	}

	.f_wrap {
		position: relative;
		padding: 56px 0;
		width: 1000px;
		margin: 0 auto;
	}

	.f_left{
		float: left;
		width: 55%;
		padding-left: 140px;
	}
	.f_right{
		float: right;
		width: 44%;
	}


	/* ロゴ
	------------------------------------------- */
	.f_logo {
		
	}
	.f_logo a{
		width: 221px;
		display: inline-block;
	}
	.f_logo a img{
		width: 100%;
	}

	/* 住所など
	------------------------------------------- */
	.f-info{
		padding-top: 40px;
	}
	.f-info p{
		color: #ffffff;
		font-weight: 200;
	}
	.f-info p a{
		color: #ffffff;
	}
	.f-info p span{
		font-size: 12px;
		color: #b2cd55;
		display: inherit;
	}

	/* 三連リンク
	------------------------------------------- */
	.f_link_s li{
		margin-bottom: 20px;
	}
	
	.f_link_s_01 a{
		position: relative;
		background-color: #ffffff;
		color: #442f26;
		display: inline-block;
		width: 370px;
		text-align: center;
		font-size: 18px;
		padding: 10px 0;
	}
	.f_link_s_01 a img{
		width:21px;
		margin-left: 3px;
	}
	.f_link_s_01 a::before,
	.f_link_s_03 a::before{
		position: absolute;
		content: ">";
		display: block;
		top: 50%;
		margin-top: -15px;
		right: 16px;
	}


	.f_link_s_02 a{
		position: relative;
		background-color: #db9307;
		color: #ffffff;
		display: inline-block;
		width: 370px;
		text-align: center;
		font-size: 18px;
		padding: 10px 0;
	}
	.f_link_s_02 a::before{
		position: absolute;
		content: ">";
		display: block;
		top: 50%;
		margin-top: -15px;
		right: 16px;
	}


	.f_link_s_03 a{
		position: relative;
		background-color: #b2cd55;
		color: #442f26;
		display: inline-block;
		width: 370px;
		text-align: center;
		font-size: 18px;
		padding: 10px 0;
	}
	
	.f_link_s_03 p{
		font-size: 1.3vw;
		color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 360px;
	}
	
	.f_link_s_03 p img{
		width: 9vw;
		height: 9vw;
	}


	/* フッターリンク
	------------------------------------------- */
	.f_navi {
		width: 370px;
	}
	.f_navi > ul {
		font-size: 0;
		text-align: left;
	}
	.f_navi > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 1.9;
	}
	.f_navi > ul > li:not(:first-child) {
		margin-left: 2em;
	}
	/* .f_navi > ul > li:nth-of-type(4) ,
	.f_navi > ul > li:nth-of-type(6) {
		margin-left: 0;
	}
	.f_navi > ul > li:nth-of-type(5) {
		margin-right: 2em;
	} */
	.f_navi > ul > li:not(:first-child)::before {
		position: absolute;
		content: "/";
		display: block;
		top: 0.1em;
		left: -1.2em;
		color: #db9307;
	}
	/* .f_navi > ul > li:nth-of-type(4)::before,
	.f_navi > ul > li:nth-of-type(6)::before {
		display: none;
	} */
	.f_navi > ul > li a {
		color: #db9307;
	}

	.f_navi > ul > li:nth-of-type(6){
		
	}

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


	/* コピーライト */
	.f_copy {
	}
	.f_copy p {
		font-size: 11px;
		text-align: center;
		color: #ffffff;
		padding-bottom: 10px;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer.bs_footer {
		position: relative;
		background-color: #442f26;
        padding: 12vw 0 22.2vw;
	}

	.f_wrap {
		position: relative;
		padding: 16vw 8vw 0;
		text-align: center;
	}


	/* ロゴ
	------------------------------------------- */
	.f_logo {
		
	}
	.f_logo a{
		width: 41vw;
		display: inline-block;
	}
	.f_logo a img{
		width: 100%;
	}

	/* 住所など
	------------------------------------------- */
	.f-info{
		padding: 6vw 0;
	}
	.f-info p{
		color: #ffffff;
		font-weight: 200;
	}
	.f-info p a{
		color: #ffffff;
	}
	.f-info p span{
		color: #b2cd55;
		line-height: 1.25;
		display: inline-block;
		margin-top: 1vw;
	}

	/* 三連リンク
	------------------------------------------- */
	.f_link_s li{
		margin-bottom: 3vw;
	}
	
	.f_link_s_01 a{
		position: relative;
		background-color: #ffffff;
		color: #442f26;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 4.8vw;
		padding: 3vw 0;
	}
	.f_link_s_01 a img{
		width: 6vw;
		margin-left: 1vw;
	}

	.f_link_s_02 a{
		position: relative;
		background-color: #db9307;
		color: #ffffff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 4.8vw;
		padding: 3vw 0;
	}
	.f_link_s_03 a{
		position: relative;
		background-color: #b2cd55;
		color: #442f26;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 4.1vw;
		padding: 4vw 0;
	}
	
	.f_link_s_03 p{
		font-size: 4vw;
		color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.f_link_s_03 p img{
		width: 25vw;
    	height: 25vw;
	}

	.f_link_s_01 a::before,
	.f_link_s_02 a::before,
	.f_link_s_03 a::before{
		position: absolute;
		content: ">";
		display: block;
		top: 50%;
		margin-top: -3.7vw;
		right: 3vw;
	}
	/* シェアボタン */
	footer .addtoany_shortcode > div {
		text-align: center;
		display: block;
	}


	/* コピーライト */
	.f_copy {
		margin-top: 6vw;
	}
	.f_copy p {
		text-align: center;
		color: #ffffff;
	}

}





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

	ページトップボタン

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page_top {
		position: fixed;
		z-index: 9996;
		bottom: 0px;
		right: 10px;
		opacity: 0;
		transition-property: opacity,bottom;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	/* スクロールして出現後 */
	#page_top.page_top_scroll {
		bottom: 10px;
		opacity: 1;
	}

	#page_top a {
		display: block;
		background: url(../img/pagetop.png) center top / contain no-repeat;
		width: 40px;
		height: 40px;
		text-indent: -9999px;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page_top {
		position: fixed;
		z-index: 9996;
		bottom: 0vw;
		right: 3vw;
		opacity: 0;
		transition-property: opacity,bottom;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	/* スクロールして出現後 */
	#page_top.page_top_scroll {
		bottom: 3vw;
		opacity: 1;
	}

	#page_top a {
		display: block;
		background: url(../img/pagetop.png) center top / contain no-repeat;
		width: 10vw;
		height: 10vw;
        margin-bottom: 15vw;
		text-indent: -9999px;
	}
}





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

	パンくずリスト

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

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


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

	#breadcrumb > ul {
		max-width: 1020px;
		width: 100%;
		padding: 0 10px;
		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: 4vw 0;
		z-index: 1;
	}

	#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: '>';
	}
}





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

	Elementor Lightbox フッター非表示

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





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

	Addtoanyボタン

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

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


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.f_share {
		margin-top: 8vw;
		font-weight: 600;
		text-align: center;
	}
	.addtoany_shortcode {
		margin: 2vw -4px 0;
	}
}


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





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

	共通スクロールバーデザイン

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

/* 新構文 ※2022現在 Firefoxのみ
------------------------------------------- */
html {
	scrollbar-color: #c1c1c1 #f1f1f1; /* サム(つまみ)カラー トラックカラー */
	scrollbar-width: thin; /* auto ブラウザ準拠  thin 狭い */
}


/* 旧構文
------------------------------------------- */
/* スクロールバーの幅 */
::-webkit-scrollbar {
	width: 8px;
}

/* スクロールバーのサム(つまみ) */
::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #c1c1c1;
}

/* スクロールバーのトラック */
::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}


/* 幅1366px以上ディスプレイ用 スクロールバーの幅
----------------------------------------------- */
@media (min-width: 1366px) {
	html {
		scrollbar-width: auto; /* auto ブラウザ準拠  thin 狭い */
	}
	::-webkit-scrollbar {
		width: 17px;
	}
}





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

	指定クラスのスクロールバーデザイン　.scrollbar

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

/* スクロールバーの設定 */
.scrollbar {
	overflow-y: auto;
}


/* 新構文 ※2022現在 Firefoxのみ
------------------------------------------- */
/* スクロールバーのカラー*/
.scrollbar {
	scrollbar-color: #c1c1c1 #f1f1f1; /* サム(つまみ)カラー トラックカラー */
	scrollbar-width: thin; /* auto ブラウザ準拠  thin 狭い */
}


/* 旧構文
------------------------------------------- */
/* スクロールバーの幅 */
.scrollbar::-webkit-scrollbar {
	width: 8px;
}

/* スクロールバーのサム(つまみ) */
.scrollbar::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: #c1c1c1;
}

/* スクロールバーのトラック */
.scrollbar::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}





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

	IEハック

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

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