@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 {
	background-color: #fff;
	position: relative;
	color: #0e749a;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	word-wrap: break-word;
	/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','Sawarabi Mincho','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;
	-webkit-backface-visibility: hidden;
}

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a {
	color: #97d2e8;
	opacity: 1;
	transition-property: opacity,color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	color: #97d2e8;
	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;
	}

}





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

	フロート回り込み解除 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-bottom: 1em;
}
p:last-of-type {
	margin-bottom: 0;
}

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: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		height: 0;
		margin: 0 auto;
		text-align: right;
		z-index: 1;
	}
	.pc_h1 h1 {
		color:#0e749a !important;
		position: relative;
		font-size:0.8vw;
		font-weight: 500;
		line-height: 1;
		color: inherit;
		/*padding: 6px;*/
		transform: translate(-9.8vw,2.1vw);
		-webkit-transform: translate(-9.8vw,2.1vw);
		-ms-transform: translate(-9.8vw,2.1vw);
	}

	/* ロゴ設定 */
	.header-logo{
		padding: 1.5vw 0 4.8vw 1.7vw;
		position: relative;
	}
	.header-logo a{
		z-index: 1;
		position: relative;
	}
	.header-logo a img{
		width: 22.7vw;
	}

	/* エントリーボタン
	----------------------------------------------- */

	.entry a{
		background: #0e749a;
		color:#fff;
		text-align: center;
		width: 4.6vw;
		height: 4.6vw;
		position: fixed;
		margin-top: 0;
		right: 4.6vw;
		padding: 1.2vw 0 0;
		font-size: 1.1vw;
		font-weight: 500;
		z-index: 1;
	}




}
/* ================================================================================

	スクロールエフェクト

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

.iv,.iv2 {
	opacity: 0;
}



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

	SPヘッダー

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

	header {
		position: relative;
		background: url(../img/bg01.jpg) repeat-x center bottom/25% auto;
		border-bottom: 1px solid #97d2e8;
		padding-bottom:8vw;;
	}


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


	/* ロゴ設定 */
	.header-logo{
		position: relative;
		padding: 0.5vw 0 3vw 3vw;
	}
	.header-logo img a{
		width: 62vw;
		display: block;
	}
	.header-logo img{
		width: 62vw;
	}

	
	/* エントリーボタン
	----------------------------------------------- */

	.entry a{
	display: block;
		background: #0e749a;
		color: #fff;
		text-align: center;
		font-size: 6vw;
		font-weight: 500;
		width: 59vw;
		height: 13vw;
		margin: 2vw auto 0 !important;
		padding: 1.6vw 0 0;
		z-index: 1;

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




}





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

	フッター

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position: relative;
		background:#333333;
		overflow: hidden;
		color: #fff;
		padding: 4vw 0 3.2vw;
	}
	
	.footer-box{
		width: 77.5vw;
		margin: 0 auto;
	}
	.left-box{
		float: left;
	}
	.right-box{
		float: right;
	}
	
	/* ロゴ */
	.footer-logo img{
		width: 22.5vw;
	}
	/* 住所 */
	.left-box p{
		font-size: 1.14vw;
		font-weight: bold;
		padding: 0.5vw 0 0;
	}
	/* 電話 */
	.left-box a{
		font-size: 1.75vw;
		font-weight: 500;
		color: #fff;
		font-style: italic;
		font-family: 'Lato', sans-serif;
		pointer-events:none;
		display:blpck;
	}



	.right-box ul{
		text-align: center;
		font-size:0;
		line-height: 1;
	}
	.right-box li{
		display: inline-block;
		font-size:1.1vw;
		vertical-align:top;
		position: relative;
		margin-right: 1vw;
	}
	.right-box li a{
		color: #fff;
	}
	.right-box li::before{
		position: absolute;
		content: "-";
		display: block;
		top: 0;
		left: -0.7vw;
	}
	.right-box li:first-child::before{
		display: none;
	}
	
	
	
	
	
	
	/* SP用フッターリンク */
	.f_navi_sp {
		display: none;
	}


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


	/* コピーライト */
	.f_copy {
	}
	.f_copy p {
		font-size: 0.7vw;
		text-align: right;
		font-style: italic;
		font-weight: 600;
		padding: 0.5vw 1vw 0 0;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position: relative;
		background:#333333;
		overflow: hidden;
		color: #fff;
		padding: 5vw 0 6vw;
		text-align: center;
	}


	/* ロゴ */
	.footer-logo img{
		width: 78.5vw;
		margin: 8vw auto;
		display: block;
	}
	/* 住所 */
	.left-box p{
		font-weight: bold;
		padding: 0.5vw 0 0;
	}
	/* 電話 */
	.left-box a{
		font-size:6.75vw;
		font-weight: 500;
		color: #fff;
		font-style: italic;
		font-family: 'Lato', sans-serif;
	}
	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi_sp ul {
		margin: 0 auto;
		overflow: auto;
		padding: 2vw 7% 3.5vw;
	}
	.f_navi_sp ul li {
		float: left;
		width: 48%;
		padding: 1.6vw 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;
		color: #fff;
	}

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi_sp ul {
		margin: 0 auto;
		overflow: auto;
		padding: 0 0 2vw;
		padding-top: 4vw;
	}
	.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;
	}
	*/


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


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





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

	ページトップボタン

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9998;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top no-repeat;
		background-size: contain;
		width: 33px;
		height: 83px;
		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: 9998;
		right: 8px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top no-repeat;
		background-size:contain;
		width: 18px;
		height: 46px;
		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 {
		background-color: transparent;
	}
	#breadcrumb > ul {
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 12px 0 14px;
		content: '>';
	}
	#breadcrumb > ul > li > a {
	}


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

	#breadcrumb > ul {
		position: relative;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	#breadcrumb > ul > li {
		font-size: 14px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 4vw 0;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
	#breadcrumb > ul > li {
		font-size: 3.5vw;
	}
}





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

	Wp Lightbox Bank プラグイン

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





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

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