/*
 Theme Name:   REHUB Child for 別府温泉ナビ
 Template:     rehub_tcd099
 Version:      1.2.4
 Description:  別府温泉ナビ（TCD099）
 Author:       C-SIDE
*/


/* モバイル / パソコン表示の切り替え
=============================================================================================== */
/* Responsive
------------------------------- */
@media screen and (min-width:768px) {
	.forMB { display:none !important; }
	.forPC { display:block !important; }
}
@media screen and (max-width:767px) {
	.forMB { display:block !important; }
	.forPC { display:none !important; }
}


/* フォント設定
=============================================================================================== */
/* Googleフォントの読み込み
-------------------------------------------------------------- */
/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100&family=Quicksand:wght@300&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200&display=swap");*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400&display=swap'); */


/* 表題（H2／H3／H4／H5／H6）
=============================================================================================== */
/* H2
----------------------------------------------- */
/* 背景：ストライプ＋上下にボーダー＋テキスト中央 */
.single-post h2#post_title {
}
h2.headline,
h2.wp-block-heading {
}
/* H3
----------------------------------------------- */
.single-post h3.wp-block-heading {
}
/* 吹き出し風 */
.single-post h3.type-balloon {
	color: #1c7a3c;
	position: relative;
	padding: .5em .75em;
	background-color: #ccfbc0;
	border-radius: 6px;
}
.single-post h3.type-balloon::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #ccfbc0;
}
/* H4
----------------------------------------------- */
.single-post h4.wp-block-heading {

}


/* トップページ＞カスタマイズ
=============================================================================================== */
/* フル幅の画像用CSS
-------------------------------------------------------------- */
.img_w100 {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.img_w100 img {
	display: block;
	width: 100%;
	height: auto;
}


/* フロー（ご利用の流れ）
=============================================================================================== */
.adx-flow-container {
	width: 100%;
}
.adx-flow {
	margin: 0 auto;
	margin-left: auto !important;/* デフォルトクリア */
}
.adx-flow > li {
	position: relative;
	list-style-type: none;
}
.adx-flow > li:not(:last-child) {
	margin-bottom: 40px;
}
.adx-flow > li dl {
	padding: 20px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid rgb(107,144,219);
	border-radius: 10px;
	position: relative;
}

/* ▼（イメージ）
----------------------------------------------- */
.adx-flow > li:not(:last-child) dl::before,
.adx-flow > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.adx-flow > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: rgb(107,144,219);
}
.adx-flow > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
}

/* STEP、タイトル
----------------------------------------------- */
.adx-flow > li dl dt {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: rgb(107,144,219);
	margin-right: 2vw;
}
/* STEPスタイル */
.adx-flow > li dl dt .adx-flow-step {
	font-size: 12px;
	color: #fff;
	background: rgb(107,144,219);
	background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
	background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 100;
}
.adx-flow > li dd {
	margin-left: 0;
}


/* Responsive
------------------------------- */
/* パソコン */
@media screen and (min-width:768px) {
	.adx-flow {
		max-width: 900px;
	}
	.adx-flow > li dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.adx-flow > li dl dt {
		-ms-flex-preferred-size: 1 1 30%;
		flex-basis: 1 1 30%;
		max-width: 30%;
	}
	/* li間の「・・・」 */
	.adx-flow > li:not(:first-child)::before {
		content: "";
		height: 60px;
		display: block;
		border-left: 4px dotted #e5e5e5;
		position: absolute;
		top: -40px;
		left: -webkit-calc(10% + 30px - 2px);
		left: calc(10% + 30px - 2px);
		z-index: 10;
	}
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
	.adx-flow {
		max-width: 100%;
	}
	.adx-flow > li dl {
		text-align: center;
	}
	.adx-flow > li dl dt {
		max-width: 80%;
	}
}


/* エラー対策
=============================================================================================== */
/* ブロックエディタ＞画像＞キャプション
キャプション文字の表示スペースが72pxになることを解消する
-------------------------------------------------------------- */
.aligncenter>figcaption {
	display: inline-block !important;
}


/* 
=============================================================================================== */
/* 
-------------------------------------------------------------- */
/* 
----------------------------------------------- */
/* Responsive
------------------------------- */
@media screen and (min-width:1281px) {
}
@media screen and (min-width:992px) and (max-width:1280px) {
}
@media screen and (min-width:736px) and (max-width:991px) {
}
@media screen and (max-width:735px) {
}
