@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Lexend+Deca:wght@800&display=swap');
  @import url("https://use.typekit.net/spd7zuk.css");
  @import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300&display=swap');
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通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: #000000;
	-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 Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',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: #404040;
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	color: #ff6666;
	opacity: 0.6;
}

.right{
	text-align:right;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}



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

	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;

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

/* 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 {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
	}
	.h_logo{
		position: absolute;
		z-index: 1000;
		padding: 1.6vw 1.4vw 4vw;
	}
	.logo_subtitle{
		font-size;0.8vw;
		color:#000;
		margin-left: 3vw;
		margin-top: -2vw;
		text-align: center;
	}
	.logo_subtitle h1{
		color:#000;
	}
	.h_logo img{
		width:15vw;
	}
	.main_message{
		font-size:60px;
		text-align:center;
		color:#FFF;
	}


	/* 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: 1vw;
		line-height: 1;
		color: inherit;
	}


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


	.defo_navigation{
		position: absolute;
		text-align: right;
		right: 0;
	}
	.defo_navigation a{
		color: #FFF;
		font-size: 21px;
		padding: 0 20px;
	}
	.defo_navigation ul{
		width: 900px;
		margin-right: 100px;
		margin-top: 31px;
	}
	.defo_navigation li{
		display:inline-block;
	}
	.logo_subtitle h1{
		font-size: 32px;
		text-align: center;
		color: #fff;
		font-weight: 600;
		letter-spacing: 2px;


		font-family: sofia-pro-soft, sans-serif; 
		font-weight: 700;
		font-style: normal;
		margin: 52px 0 3px 0;

	}
	.logo_mini{
		font-size:16px;
		font-family: ta-marugo-gf-01, sans-serif;
		color:#FFF;
	}



}

.fade {
	transition: all 2000ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
}

.fadein {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
} 



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

	SPヘッダー

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

	header {
		position: relative;
	}
	.h_logo{
		position: absolute;
		background: #FFF;
		z-index: 1000;
		padding: 1.6vw 1.4vw 1vw;
	}
	.logo_subtitle{
		color: #000;
		text-align: center;
		letter-spacing: 2px;
		font-size: 2.5vw;
		padding-top: 1vw;
	}
	.h_logo img{
		width: 23vw;
	}
	.logo_subtitle h1{
		font-size: 5vw;
		text-align: center;
		color: #6f6f6f;
		font-weight: 600;
		letter-spacing: 2px;


		font-family: sofia-pro-soft, sans-serif; 
		font-weight: 700;
		font-style: normal;


	}
	.logo_mini{
		font-size: 3vw;
		font-family: ta-marugo-gf-01, sans-serif;
		color: #6f6f6f;
		margin-bottom: 2vw;
	}
	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		position: relative;
		background-color: #cccccc;
		padding: 2vw;
	}
	.sp_h1 h1 {
		font-size: 3.2vw;
		line-height: 1.3;
	}




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




}





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

	フッター

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position: relative;
		background: #fff;
		padding:80px;
		
	}
	.footer_contents{
		width:1029px;
		margin:0 auto;
	}
	.footer_contents ul{
		
	}
	.footer_contents > ul >li{
		display:inline-block;
		padding: 0 22px;
	}
	.footer_contents a{
		color:#000;
	}
	.footer_midashi{
		font-size: 26px;
		font-weight: 600;
		color: #000;
	}	
	.fotter_a a{
		padding-left: 16px;
		font-size: 14px;
	}
	.footer_entry a{
		display: block;
		background: #239F00;
		color: #FFF;
		font-size: 16px;
		text-align: center;
		padding: 14px 52px;
		font-weight: 600;
	}

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


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


	/* コピーライト */
	.f_copy {
	}
	.f_copy p {
		font-size: 11px;
		text-align: center;
	}
	.mail_text a{
		font-size: 12px;
		color: #FFF;
		font-weight: 600;
		background-color: #B0936D;
		display: block;
		padding: 10px;
		text-align: center;
		width:260px;
	}
	.tel_text{
		text-align:center;
		color: #6A5823;
	}


}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position: relative;
		background: #A6E8D8;
		padding: 7vw 3vw;
		
	}
	.footer_contents{
		width: 90vw;
		margin:0 auto;
	}
	.footer_contents ul{
		
	}
	.footer_contents > ul >li{
		display: inline-block;
		padding: 3vw 1.3vw;
		width: 49%;
	}
	.footer_contents a{
		color:#000;
	}
	.footer_midashi{
		font-size: 26px;
		font-weight: 600;
		color: #000;
	}	
	.fotter_a a{
		padding-left: 3.2vw;
		font-size: 3.4vw;
	}
	.footer_entry a{
		display: block;
		background: #239F00;
		color: #FFF;
		font-size: 16px;
		text-align: center;
		padding: 14px 52px;
		font-weight: 600;
	}

	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi_sp ul {
		margin: 0 auto;
		overflow: auto;
		padding: 2vw 3% 3.5vw;
	}
	.f_navi_sp ul li {
		float: left;
		width: 48%;
		padding: 2vw 2vw;
		border-bottom: 1px solid;
	}
	.f_navi_sp ul li:nth-of-type(2n-1) {
		margin-right: 2%;
	}
	.f_navi_sp ul li:nth-of-type(2n) {
		margin-left: 2%;
	}
	.f_navi_sp ul li a {
		display: block;
		font-size: 3.5vw;
		text-decoration: none;
	}

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi_sp ul {
		margin: 0 auto;
		overflow: auto;
		padding: 0 0 2vw;
	}
	.f_navi_sp ul li {
		float: left;
		width: 50%;
	}
	.f_navi_sp ul li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi_sp ul li a {
		background-color: #000000;
		color: #ffffff ;
		display: block;
		font-size: 3.5vw;
		font-weight: 700;
		text-decoration: none;
		padding:3vw 0;
		margin-bottom: 1px;
		text-align: center;
	}
	.f_navi_sp ul li a:hover {
		background-color: #222222;
	}
	*/
	/* ボタンが奇数の場合
	.f_navi_sp ul li:first-child {
		width: 100%;
	}
	.f_navi_sp ul li:nth-of-type(2n) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi_sp ul li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 0;
	}
	*/


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


	/* コピーライト */
	.f_copy {
		padding: 2vw 0;
	}
	.f_copy p {
		text-align: center;
		color: #FFF;
	}
	li.f_entryform{
		width: 84vw !important;
		padding-top: 8vw !important;
	}
}





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

	ページトップボタン

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

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

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





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

	パンくずリスト

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

/* 背景色 */
#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: 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: 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: '>';
	}
}





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

	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: 3vw -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;
	}
}