@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: #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 Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	/* ゴシック */ font-family: dnp-shuei-gothic-gin-std, '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;
	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: #3a58b2;
	opacity: 1;
	transition-property: opacity,color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	opacity: 0.6;
}
/* Twitter中央寄せ */
.twitter-timeline {
	margin-left: auto;
	margin-right: auto;
}



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

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

	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 42px;	
		right: 4vw;
		text-align: right;
		z-index: 101;
		color: #fff;
		letter-spacing: 0.08em;
		opacity: 1;
	}
	.pc_h1 h1 {
		font-size: 14px;
		line-height: 1;
		color: inherit;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	.nav_wrap {
		background-color: #3a58b2;
	}
	
	.navi_pc ul {
		font-size: 0;
	}
	.navi_pc ul li {
		position: relative;
		display: inline-block;
	}
	.navi_pc a {
		color: #fff;
	}
	
	.navi_left {
		position: relative;
		float: left;
		top: 49px;
		left: 4.26vw;
	}
	.navi_left li {
		width: 263px;
	}
	.navi_left li img {
		width: 100%;
	}
	
	.navi_pc ul.navi_right {
		position: relative;
		float: right;
		right: 4vw;
		top: 83px;
	}
	.navi_pc ul.navi_right li {
		font-size: 18px;
		font-family: paralucent, 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.05em;
		padding-right: 38px;
	}
	.navi_pc ul.navi_right li:last-of-type {
		padding: 0;
	}


	/* メイン画像
	----------------------------------------------- */
	.main_box {
		height: 45.25vw;
	}
	
	.main_colorbox {
		background-color: #3a58b2;
		height: 35.5vw;
	}
	
	.main_top {
		width: 90.5vw;
		margin: 0 auto;
		padding-top: 156px;
	}
	.main_top img {
		width: 100%;
	}
	
	
	/* ナビ
	----------------------------------------------- */
	.site-header {
		position: fixed;
		transition: .3s;
		width: 100%;
		background-color: #3a58b2;
		z-index:100;
		height: 0;
		height: 156px;
	}
	.site-header.scroll {
		height: 156px;
	}
	.site-header * {
		transition-property: all;
		transition-duration: 0.27s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	
	.site-header.transform .pc_h1 {
		opacity: 0;
	}
	
	.site-header.transform {
		height: 80px;
	}
	.site-header.transform .navi_left {
		top: 19px;
	}
	.site-header.transform .navi_left li {
		width: 180px;
		z-index: 102;
	}
	.site-header.transform .navi_right {
		top: 26px;
		z-index: 102;
	}


}





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

	SPヘッダー

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

	header {
		position: relative;
	}

	.site-header {
		display: none;
	}

	/* ロゴ
	----------------------------------------------- */
	.h_logobox {
		background-color: #3a58b2;
	}
	
	.h_logo {
		width: 37vw;
		margin-left: 4.5vw;
		padding: 6vw 0;
	}
	.h_logo img {
		width: 100%;
	}


	/* メイン画像
	----------------------------------------------- */
	.main_box {
		height: 114.3vw;
	}
	
	.main_colorbox {
		background-color: #3a58b2;
		height: 65.5vw;
	}
	
	.main_top {
		width: 91vw;
		margin: 0 auto;
	}
	.main_top img {
		width: 100%;
	}


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


}





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

	フッター

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position: relative;
		background-color: #3A58B2;
		color: #fff;
		text-align: center;
		padding: 58px 0 19px 0;
	}
	
	
	/* ロゴ
	------------------------------------------- */
	.f_logo {
		width: 265px;
		margin: 0 auto;
	}
	.f_logo img {
		width: 100%;
	}
	

	/* SNS
	------------------------------------------- */
	.f_sns {
		font-size: 28px;
		display: inline-block;
		margin-top: 13px;
	}
	.f_sns a {
		color: #fff;
	}
	.f_sns ul li {
		float: left;
	}
	.f_sns ul li:nth-of-type(2) {
		margin: 0 33px;
	}
	.f_sns ul li:nth-of-type(3) {
		margin : 0 33px;
		margin-left: 0;
	}
	.f_sns ul li:last-of-type {
		width: 68px;
		margin-top: -14px;
	}
	.f_sns ul li:last-of-type img {
		width: 100%;
	}
	

	/* 住所
	------------------------------------------- */
	.f_add {
		font-size: 18px;
		letter-spacing: 0.08em;
		line-height: 1.9;
	}
	.f_add a {
		color: #fff;
		pointer-events: none;
	}


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


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


	/* コピーライト */
	.f_copy {
		padding-top: 62px;
		letter-spacing: 0.08em;
	}
	.f_copy p {
		font-size: 14px;
		text-align: center;
	}


}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position: relative;
		background-color: #3A58B2;
		color: #fff;
		text-align: center;
		padding: 8vw 8vw 5vw;
	}
	
	
	/* ロゴ
	------------------------------------------- */
	.f_logo {
		width: 50vw;
		margin: 0 auto;
	}
	.f_logo img {
		width: 100%;
	}
	
	
	/* SNS
	------------------------------------------- */
	.f_sns {
		font-size: 7vw;
		display: inline-block;
		margin-top: 3vw;
	}
	.f_sns a {
		color: #fff;
	}
	.f_sns ul li {
		float: left;
	}
	.f_sns ul li:nth-of-type(2) {
		margin: 0 6vw;
	}
	
	.f_sns ul li:nth-of-type(3) {
		margin : 0 6vw;
		margin-left: 0;
	}
	
	.f_sns ul li:last-of-type {
		width: 18vw;
		margin-top: -3.8vw;
	}
	.f_sns ul li:last-of-type img {
		width: 100%;
	}


	/* 住所
	------------------------------------------- */
	.f_add {
		font-size: 3.5vw;
		letter-spacing: 0.08em;
		line-height: 1.9;
	}
	.f_add a {
		color: #fff;
	}


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


	/* コピーライト */
	.f_copy {
		padding: 2vw 0;
	}
	.f_copy p {
		text-align: center;
		font-size: 3vw;
	}
	
	
}





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

	ページトップボタン

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

/* 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: 60px;
		height: 115px;
		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: 80px;
		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: #F5F5F5;
}

/* 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: 2vw 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 {
		padding-top: 8px;
		margin: 0 -4px;
	}
}


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


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





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

	IEハック

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

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