@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: #000000;
	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: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-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;
	}
}

/* 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: #0086ff;
	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;
}


/* 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;
}
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_top {
		position: relative;
		height: 88px;
	}

	/* H1ロゴ
	----------------------------------------------- */
	.h_logo {
		position: relative;
		padding: 18px 0 0 14px;
	}
	.h_logo img {
		width: 237px;
		height: auto;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	.navi_pc {
		position: absolute;
		top: 33px;
		right: 93px;
	}
	.navi_pc > ul {
		font-size: 0;
		text-align: right;
	}
	.navi_pc > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		line-height: 1.1;
	}
	.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: #0086ff;
		width: 1px;
		height: 18px;
		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: 18px;
		line-height: 1.1;
	}


	/* ドロップメニュー
	----------------------------------------------- */
	#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: #888888;
		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: #aaaaaa;
	}

}



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

	header.bs_header {
		position: relative;
	}


	.h_top {
		position: relative;
		padding: 4vw 4vw 4vw 2vw;
	}

	/* H1ロゴ
	----------------------------------------------- */
	.h_logo {
		position: relative;
	}
	.h_logo img {
		width: auto;
		height: 9.4vw;
	}


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

}





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

	フッター

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

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

	.f_wrap {
		position: relative;
		background: #0086ff;
		background: linear-gradient( to right, #0086ff 0%, #60acf0 100% );
		color: #ffffff;
		padding: 60px 0;
	}
	.f_wrap > ul {
		width: 1000px;
		margin: 0 auto;
		text-align: left;
	}
	.f_wrap > ul > li {
		float: left;
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	.f_wrap > ul > li:not(:first-child) {
		margin-left: 70px;
	}
	.f_wrap > ul > li:last-of-type {
		float: right;
		margin-left: 0;
	}


	/* ロゴ
	------------------------------------------- */
	.f_logo {
		
	}
	.f_logo img {
		width: 209px;
		height: auto;
	}


	/* 基本情報
	------------------------------------------- */
	.f_info {
		margin-top: 20px;
	}
	.f_tel {
		pointer-events: none;
		color: #ffffff;
	}


	/* フッターリンク
	------------------------------------------- */
	.f_navi {
		font-size: 0;
		letter-spacing: -.4em;
		text-align: left;
	}
	.f_navi > ul {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	.f_navi > ul:not(:first-child) {
		margin-left: 60px;
	}
	.f_navi > ul > li {
		font-size: 16px;
		line-height: 1.1;
	}
	.f_navi > ul > li:not(:first-child) {
		margin-top: 1.5em;
	}

	.f_navi > ul > li a {
		color: #ffffff;
	}


	/* 他サイトリンク
	------------------------------------------- */
	.etc_link {
	}
	.etc_link > ul {
	}
	.etc_link > ul > li {
	}
	.etc_link > ul > li:not(:first-child) {
		margin-top: 16px;
	}
	.etc_link > ul > li a {
		position: relative;
		display: block;
		width: 240px;
		background-color: #ffffff;
		color: #0086ff;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		text-align: center;
	}
	.etc_link > ul > li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow2.png) center top / contain no-repeat;
		width: 18px;
		height: 18px;
		top: 50%;
		margin-top: -9px;
		right: 10px;
	}


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


	/* コピーライト */
	.f_copy {
		background-color: #0081f6;
		color: #ffffff;
	}
	.f_copy p {
		font-size: 14px;
		text-align: center;
		padding: 1.7em 0;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer.bs_footer {
		position: relative;
	}

	.f_wrap {
		position: relative;
		background: #0086ff;
		background: linear-gradient( to right, #0086ff 0%, #60acf0 100% );
		color: #ffffff;
		padding: 16vw 8vw;
		text-align: center;
	}
	.f_wrap > ul {
	}
	.f_wrap > ul > li {
		letter-spacing: 0.05em;
	}
	.f_wrap > ul > li:not(:first-child) {
		margin-top: 8vw;
	}
	.f_wrap > ul > li:last-of-type {
	}


	/* ロゴ
	------------------------------------------- */
	.f_logo {
		
	}
	.f_logo img {
		width: 45vw;
		height: auto;
	}


	/* 基本情報
	------------------------------------------- */
	.f_info {
		margin-top: 4vw;
	}
	.f_tel {
		color: #ffffff;
	}


	/* フッターリンク
	------------------------------------------- */
	.f_navi {
		display: none;
	}


	/* 他サイトリンク
	------------------------------------------- */
	.etc_link {
	}
	.etc_link > ul {
	}
	.etc_link > ul > li {
	}
	.etc_link > ul > li:not(:first-child) {
		margin-top: 2vw;
	}
	.etc_link > ul > li a {
		position: relative;
		display: block;
		width: 60vw;
		background-color: #ffffff;
		color: #0086ff;
		font-size: 4vw;
		font-weight: 600;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
	.etc_link > ul > li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow2.png) center top / contain no-repeat;
		width: 5vw;
		height: 5vw;
		top: 50%;
		margin-top: -2.5vw;
		right: 3vw;
	}


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

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi > ul {
		margin-top: 4vw;
		overflow: auto;
	}
	.f_navi > ul > li {
		float: left;
		width: 50%;
	}
	.f_navi > ul > li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi > 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 > ul > li > a:hover {
		background-color: #222222;
	}
	*/
	/* ボタンが奇数の場合
	.f_navi > ul > li:first-child {
		width: 100%;
	}
	.f_navi > ul > li:nth-of-type(2n) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi > ul > li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 0;
	}
	*/


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


	/* コピーライト */
	.f_copy {
		background-color: #0081f6;
		color: #ffffff;
	}
	.f_copy p {
		font-size: 3.5vw;
		text-align: center;
		padding: 1.5em 0;
	}

}





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

	ページトップボタン

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

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

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





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

	パンくずリスト

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

/* 背景色 */
#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) {
	.f_share {
		margin-top: 8vw;
		font-weight: 600;
		text-align: center;
	}
	.addtoany_shortcode {
		margin: 2vw -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;
	}
}




/* 準備中非公開 中国語 */
.navi_pc > ul > li:nth-of-type(2) a,
.navi_pc > ul > li:nth-of-type(3) a,
.navi_lang_pc > ul > li:nth-of-type(2) a,
.navi_lang_pc > ul > li:nth-of-type(3) a,
.navi_lang_sp > ul > li:nth-of-type(2) a,
.navi_lang_sp > ul > li:nth-of-type(3) a {
	pointer-events: none;
	color: #dddddd;
}

/* 準備中非公開 ドライブ・ツーリングルート */
.toggleWrap_in_in  > ul:nth-of-type(1)> li:nth-of-type(4) a,
.f_navi > ul:nth-of-type(1)> li:nth-of-type(4) a {
	pointer-events: none;
	color: #dddddd;
}

/* reCAPTCHA表示隠し */
.grecaptcha-badge { visibility: hidden; }