@charset "UTF-8";
/*
 * Horii Core CSS
 * ------------------------------------------------------------
 * Common stylesheet maintained by Horii Web Works.
 *
 * Web制作・運用において共通して使用する
 * 基本スタイル、コンポーネント、ユーティリティを管理。
 *
 * Maintained by: 堀井制作所 / Horii Web Works
 * ------------------------------------------------------------
 */


 /*
 * Horii Core CSS
 * ------------------------------------------------------------
 * Common stylesheet maintained by Horii Web Works.
 * 堀井制作所における共通スタイル・コンポーネントを管理。
 * ------------------------------------------------------------
 */


/* =========================================================
   Brand Colors
========================================================= */

:root {
	--horii-red: #bd2626;
	--horii-blue: #2f6073;
	--horii-black: #080404;
}

/* =========================================================
   Section Heading
========================================================= */

.section-heading {
	width: 100%;
	margin: 0 auto 90px;
	text-align: center;
}

.section-title {
	position: relative;
	margin: 0;
	padding: 0 20px 28px;
	color: var(--horii-black);
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.14em;
}

.section-title .en {
	display: block;
	margin-top: 10px;
	color: var(--horii-blue);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.22em;
}

.section-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 2px;
	background: var(--horii-blue);
	transform: translateX(-50%);
}

/* =========================================================
   Shop Location
========================================================= */

.title .shop-location {
	display: block;
	margin-top: 10px;
	color: var(--horii-blue);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {

	.title .shop-location {
		margin-top: 8px;
		font-size: 11px;
	}
}

/* =========================================================
   Section Lead
========================================================= */

.section-lead {
	max-width: 820px;
	margin: 50px auto 0;
	padding: 0 20px;
	color: var(--horii-black);
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: center;
}

@media screen and (max-width: 767px) {

	.section-lead {
		margin-top: 35px;
		padding: 0 25px;
		font-size: 14px;
		line-height: 1.9;
		text-align: left;
	}
}

/* =========================================================
   Link Button Group
========================================================= */

.link-button-group {
	width: 100%;
	text-align: center;
}

.link-button-group p {
	margin: 0 0 20px;
	text-align: center;
}

.link-button-group p:last-child {
	margin-bottom: 0;
}

.link-button-group .more_box2 {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* =========================================================
   More Box Hover
========================================================= */

.more_box:hover,
.more_box2:hover {
	background: #383838;
	color: #fff;
}

.more_box:hover::after,
.more_box2:hover::after {
	color: #fff;
	border-color: #fff;
}

/* =========================================================
   Language Switcher
========================================================= */

.horii-lang-button .fa {
	font-size: 22px;
}

.gnavi .horii-translate {
	width: auto;
	margin-left: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

/* GTranslate */
.gnavi .horii-translate .gtranslate_wrapper {
	display: flex;
	align-items: center;
}

.gnavi .horii-translate select,
.gnavi .horii-translate .gt_selector {
	min-width: 118px;
	height: 40px;
	margin: 0;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	color: var(--horii-black);
	font-family: inherit;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.05em;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}

.gnavi .horii-translate select:hover,
.gnavi .horii-translate .gt_selector:hover {
	border-color: var(--horii-blue);
}

.gnavi .horii-translate select:focus,
.gnavi .horii-translate .gt_selector:focus {
	border-color: var(--horii-blue);
}


/* GTranslateが国旗・テキストリンク形式の場合 */
.gnavi .horii-translate a.glink {
	display: inline-flex;
	align-items: center;
	margin: 0 3px;
	color: var(--horii-black);
	text-decoration: none;
}

.gnavi .horii-translate a.glink img {
	width: 20px;
	height: auto;
	margin: 0;
}


/* =========================================================
   Language Switcher - Responsive
========================================================= */

@media screen and (max-width: 880px) {

	.gnavi .horii-translate {
		width: 100%;
		margin: 20px 0 0;
		padding-top: 20px;
		border-top: 1px solid #e5e5e5;
		flex-direction: column;
		gap: 10px;
		border-top: none;
	}

	.gnavi .horii-translate select,
	.gnavi .horii-translate .gt_selector {
		width: 180px;
		height: 40px;
		font-size: 12px;
	}

}

/* =========================================================
   Smartphone Language Switcher
========================================================= */

.horii-lang-sp {
	display: none;
}

@media screen and (max-width: 880px) {

	.horii-lang-sp {
		display: block;
		position: absolute;
		top: 50%;
		right: 58px;
		z-index: 100;
		transform: translateY(-50%);
	}

	.horii-lang-button {
		width: 38px;
		height: 38px;
		padding: 0;
		background: transparent;
		border: 0;
		color: #fff;
		font-family: inherit;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0.08em;
		cursor: pointer;
	}

	.horii-lang-panel {
		display: none;
		position: absolute;
		top: 44px;
		right: 0;
		padding: 10px;
		background: #fff;
		box-shadow: 0 4px 15px rgba(0,0,0,0.12);
		white-space: nowrap;
	}

	.horii-lang-sp.is-open .horii-lang-panel {
		display: block;
	}

	.horii-lang-panel select,
	.horii-lang-panel .gt_selector {
		width: 150px;
		height: 38px;
		margin: 0;
		padding: 0 10px;
		background: #fff;
		border: 1px solid #ddd;
		color: var(--horii-black);
		font-family: inherit;
		font-size: 12px;
		box-sizing: border-box;
	}
}

/* =========================================================
   Responsive
========================================================= */

@media screen and (max-width: 767px) {

	.section-heading {
		margin-bottom: 60px;
	}

	.section-title {
		padding-bottom: 22px;
		font-size: 27px;
		letter-spacing: 0.1em;
	}

	.section-title .en {
		margin-top: 8px;
		font-size: 11px;
		letter-spacing: 0.18em;
	}

	.section-title::after {
		width: 40px;
	}
}