* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'MS-Mincho';
	src: url('https://higashidenen.com/font/MS-Mincho.otf');
	src: url('https://higashidenen.com/font/MS-Mincho.woff') format('woff'),
		url('https://higashidenen.com/font/MS-Mincho.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*=============================================
 * body
 *=============================================*/

body {
	color: #aaaaaa;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: 'MS-Mincho';
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 2.2px;
	background-image: url('https://higashidenen.com/images/common/blackbg.jpg');
	background-repeat: repeat;
	background-size: auto;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	position: relative;
}

.nav--opened {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop {
	z-index: -1;
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {

	/*    cursor: none !important;*/
	touch-action: none !important;
	pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}

body.iphone .bg-parallax {
	background-attachment: inherit !important;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-futo {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}

.fnt-meiryo {}

.fnt-gothic {}

.fnt-garamond {}



/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.wrap {
	width: 1000px;
}

.sp {
	display: none;
}


/*=============================================
 * <header>
 *=============================================*/

header {
	position: relative;
}

header .hd-top {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	padding-top: 34px;
}

header .hd-main {
	width: 100%;
	height: 950px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	padding-top: 34px;
}

header h1 {
	font-size: 12px;
	width: 651px;
	float: right;
}

header .logo {
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 102;
	height: 500px;
	width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .tel {
	text-align: right;
	padding-right: 62px;
	padding-top: 75px;
}

header .fix_tel {
	text-align: left;
	margin-bottom: 10px;
}

header nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-right: 41px;
	margin-top: 8px;
}

header .menu_toggle {
	background: url('https://higashidenen.com/images/common/headbg.jpg');
	color: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -99;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 100px;
}

header .menu_toggle ul {
	padding: 0px 0;
}

/*header .menu_toggle .phone2{
    padding: 60px 0 0;
}*/


heder .menu_toggle .phone {
	display: block;
	color: #f2ead8;
	font-size: 16px;
	padding: 12px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	font-family: a-otf-futo-min-a101-pr6n, serif;
}


header .menu_toggle a {
	display: block;
	color: #f2ead8;
	font-size: 16px;
	padding: 9px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	font-family: a-otf-futo-min-a101-pr6n, serif;
}

header .menu_toggle a:after {
	content: '\f105';
	font-size: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
}

header .menu_toggle .phone2 a:after {
	display: none;
}

header .menu_toggle .active a {
	color: #bd8224;
}

header .menu_toggle .phone2 span {
	background: #fff;
	color: #5d140d;
	display: inline-block;
	width: auto;
	padding: 0 0.5em 0 0;
	font-size: 14px;
}

header .menu_toggle .phone2 small {
	font-size: 11px;
	letter-spacing: 0;
}


header #menu_toggle li {
	transform: translateX(100px);
	opacity: 0;
	transition-duration: 0.6s;
}

header .menu_toggle li.active::before {
	border-bottom: 1px solid #000;
	width: 111px;
	bottom: 13px;
}

header .hamburger {
	position: fixed;
	top: 10px;
	z-index: 1000;
	right: 10px;
}

header .hamburger .hamburger-txt {
	text-align: center;
	font-size: 100%;
	font-weight: 800;
	margin-bottom: -5px !important;
	margin-top: -15px;
}

/* バーガーメニューの3本線を白に強制設定 */
header .hamburger .hamburger-inner,
header .hamburger .hamburger-inner::before,
header .hamburger .hamburger-inner::after {
	background-color: #fff !important;
}

/* バーガーメニューアクティブ時に中央の線を透明にする */
header .hamburger.is-active .hamburger-inner {
	background-color: transparent !important;
}

.nav--opened header .hd-top {
	z-index: 999;
}

.nav--opened header .hd-main {
	z-index: 999;
}

.nav--opened #menu_toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	z-index: 999;
	overflow-y: scroll;
}

.nav--opened header .logo {
	z-index: 1;
}

.nav--opened #menu_toggle li {
	transform: translateX(0);
	opacity: 1;
}

.nav--opened #menu_toggle li:nth-child(1) {
	transition-delay: 0.15s;
}

.nav--opened #menu_toggle li:nth-child(2) {
	transition-delay: 0.20s;
}

.nav--opened #menu_toggle li:nth-child(3) {
	transition-delay: 0.25s;
}

.nav--opened #menu_toggle li:nth-child(4) {
	transition-delay: 0.30s;
}

.nav--opened #menu_toggle li:nth-child(5) {
	transition-delay: 0.35s;
}

.nav--opened #menu_toggle li:nth-child(6) {
	transition-delay: 0.40s;
}

.nav--opened #menu_toggle li:nth-child(7) {
	transition-delay: 0.45s;
}

.nav--opened #menu_toggle li:nth-child(8) {
	transition-delay: 0.50s;
}

.nav--opened #menu_toggle li:nth-child(9) {
	transition-delay: 0.55s;
}

.nav--opened #menu_toggle .toggle-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 1em;
}

.nav--opened #menu_toggle .toggle-btn li {
	width: 49%;
}










header .nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.5s ease;
	background: url("https://higashidenen.com/images/common/headbg.jpg");
	padding: 15px 0;
}

header .nav-fixed .wrap .box,
#ft-nav .wrap .box {
	display: flex;
}

header .nav-fixed .wrap .box .fix_bnr,
#ft-nav .wrap .box .fix_bnr {
	padding-left: 15px;
}

#ft-nav .wrap .box .fix_bnr {
	padding-top: 5px;
}

header .nav-fixed ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-family: a-otf-futo-min-a101-pr6n, serif;
}

header .nav-fixed ul li a {
	transition: 0.3s all ease-in-out;
}

header .nav-fixed ul li a:hover {
	text-decoration: none;
	color: #bd8224;
}

header .nav-fixed ul .active a {
	color: #bd8224;
}

header .nav-fixed.fixed {
	opacity: 1;
}

header .fix-btn,
.ftnav-btn {
	position: absolute;
	right: 0;
	top: 0;
}

header .fix-btn li+li,
.ftnav-btn li+li {
	margin-left: 1em;
}

header .fix-btn li a,
.ftnav-btn li a {
	background: #9b4621;
	padding: 0.3em 1em;
}

.ftnav-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	top: 0.5em;
}


/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 950px;
	position: relative;
}

/* スマホ表示時は背景色を透明に、最小高さを667pxに */
@media (max-width: 767px) {
	#key {
		background-color: transparent;
		min-height: 667px;
	}
}

#key ul {
	min-height: inherit;
}

#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*=============================================
 * <section>
 *=============================================*/

section {}

#sec16 {
	background-image: url('https://higashidenen.com/images/shop/infobg.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-bottom: 123px;
}

#sec16 h2 {
	text-align: center;
	padding-top: 162px;
	margin-bottom: 63px;
}

#sec16 .info {
	width: 648px;
	margin: 0 auto;
}

#sec16 .info dl {
	width: 100%;
	display: table;
	line-height: 28px;
	border-bottom: 1px solid #fff;
	padding-bottom: 18px;
	margin-bottom: 17px;
}

#sec16 .info dl dt {
	width: 190px;
	display: table-cell;
	padding-left: 30px;
}

#sec16 .info dl dd {
	display: table-cell;
}

#sec16 .info dl dd span {
	font-size: 26px;
}

#sec16 iframe {
	width: 80%;
	height: 500px;
	margin: 50px 10% 0 10%;
}



/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 13px;
	line-height: 28px;
}

.cookies_link {}

.cookies_link a {
	font-size: 13px;
	line-height: 28px;
}

@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0);
		filter: blur(30px);
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
		filter: blur(0px);
	}
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 0;
		transform: translate3d(0, 0, 0);
		filter: blur(30px);
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0);
		filter: blur(0px);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@media only screen and (max-width:1080px) {
	html.responsive img {
		width: auto !important;
	}

	#ft-nav nav a {
		margin: 0 19px;
	}

	#ft-nav nav a+a:before {
		left: -22px;
	}
}

@media only screen and (max-width:980px) {
	body {
		font-size: 15px;
		line-height: 30px;
	}

	header .tel {
		padding-right: 30px;
	}

	header nav {
		margin-right: 15px;
	}

	header h1 {
		width: 624px;
	}

	#ft-nav .wrap {
		padding: 0;
	}

	#ft-nav nav a {
		margin: 0 10px;
	}

	#ft-nav nav a+a:before {
		left: -12px;
	}

	header .nav-fixed ul {
		padding: 0 0% !important;
	}

	/* スマホでPC用ナビゲーションを非表示 */
	header .nav-fixed {
		display: none !important;
	}

	.ftnav-btn,
	header .nav-fixed .fix-btn {
		display: block;
	}

	header .fix-btn li+li,
	.ftnav-btn li+li {
		margin-left: 0;
		margin-top: 6px;
		text-align: center;
	}

	#ft-nav .fix_tel,
	header .fix_tel {
		margin-bottom: 10px;
		padding-top: 10px;
	}

	#ft-nav {
		padding: 0 10px;
	}
}

@media only screen and (max-width:767px) {
	html.responsive img,
	html.responsive .wrap img {
		max-width: 100%;
		height: auto;
	}

	html.responsive .wrap {
		width: 100%;
	}

	body {
		font-size: 14px;
		line-height: 28px;
	}

	#key ul,
	#key ul.slide-fade {
		display: none;
	}

	.sp {
		display: block;
	}

	header {}

	header h1 {
		position: absolute;
		top: 50vh;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250px;
		text-align: center;
		min-height: 250px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.nav--opened header h1 {
		z-index: 1000;
	}

	header .hd-top {
		display: none;
	}

	header .hd-main {
		display: none;
	}

	#key {
		position: relative;
		width: 100%;
		height: 667px;
		overflow: hidden;
	}

	#key .sp {
		display: block;
	}

	#key .key-sp {
		position: relative;
		width: 100%;
		height: 667px;
	}

	header .logo {
		position: absolute;
		top: 50vh;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250px;
		text-align: center;
		min-height: 250px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1000;
	}

	header .logo img {
		width: 250px !important;
		max-width: 250px;
		height: 250px !important;
		object-fit: contain;
	}

	header .hamburger {
		z-index: 1000;
	}

	#sec16 .info {
		width: 100%;
	}

	header .nav-fixed ul {
		padding: 0 0% !important;
	}

	#pagetop {
		width: 50px;
		bottom: 77px;
		right: 0;
	}

	.cookies_link {
		margin-top: -6px;
	}

	#sec16 iframe {
		width: 100%;
		height: 400px;
		margin: 50px 0 0 0;
	}
}

@media only screen and (max-width:480px) {
	#sec16 {
		padding-bottom: 12%;
	}

	#sec16 h2 img {
		width: 100% !important;
	}

	#sec16 h2 {
		margin: 0 auto 8%;
		padding-top: 20%;
	}

	#sec16 .info dl {
		display: block;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#sec16 .info dl dd,
	#sec16 .info dl dt {
		display: block;
		padding-left: 0;
	}
}

@media all and (-ms-high-contrast:none) {
	.btn a img {
		transition: opacity 0s ease !important;
		-moz-transition: opacity 0s ease !important;
		-webkit-transition: opacity 0s ease !important;
	}
}







@media only screen and (max-width: 767px) {
	html.show-navi {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

a.attention {
	text-decoration: underline;
}

#sec16 .btn {
	margin: 50px 0 0 0;
	text-align: center;
}

#sec16 .btn2 {
	margin: 30px 0 0 0;
	text-align: center;
}

#sec16 .btn3 {
	margin: 30px 0 0 0;
	text-align: center;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	footer:after {
		background: url(https://higashidenen.com/images/common/headbg.jpg);
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
	}

	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}

	#pagetop {
		bottom: 80px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 796px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
	footer:after {
		background: url(https://higashidenen.com/images/common/headbg.jpg);
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
	}

	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}

	#pagetop {
		bottom: 80px;
	}
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-device-pixel-ratio: 3),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {
	footer:after {
		background: url(https://higashidenen.com/images/common/headbg.jpg);
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
	}

	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}

	#pagetop {
		bottom: 80px;
	}
}

@media only screen and (min-width: 768px) {
	footer:after {
		display: none !important;
	}
}

/*=============================================
 * contact page styles
 *=============================================*/

.higashi-contact-hero-container {
	text-align: center;
	width: 100%;
}



.higashi-main-logo {
	width: 250px !important;
	height: auto !important;
	max-width: 250px !important;
	margin-bottom: 30px;
}

/* サブページのメインロゴ専用の強力なルール */
.higashi-contact-hero-container .higashi-main-logo {
	width: 250px !important;
	height: auto !important;
	max-width: 250px !important;
}

/* より強力なセレクタでメインロゴを制御 */
.higashi-contact-hero-container img.higashi-main-logo {
	width: 250px !important;
	height: auto !important;
	max-width: 250px !important;
}

/* 最も強力なセレクタでメインロゴを制御 */
.higashi-contact-hero-container .higashi-main-logo[src*="mainheaderlogo.svg"] {
	width: 250px !important;
	height: auto !important;
	max-width: 250px !important;
}

/* FAQタイトル画像の元のサイズを復元 */
.higashi-contact-hero-logo {
	max-width: 350px;
	width: 80%;
	height: auto;
	margin-bottom: 30px;
}

.higashi-contact-hero-title {
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	margin: 0;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
	letter-spacing: 0.1em;
}

.higashi-contact-required {
	color: rgb(255, 0, 0);
}

.higashi-google-map {
	border: 0;
}

/*=============================================
 * admin styles
 *=============================================*/

.higashi-admin-card-title-truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.higashi-admin-date-field {
	display: none;
}

/*=============================================
 * sub-contact page styles
 *=============================================*/

.sub-contact-body {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
	color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

.sub-contact-hero {
	position: relative;
	height: 600px;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url('https://higashidenen.com/images/contact/bg.jpg') center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
	pointer-events: none;
}

.sub-contact-hero>div {
	pointer-events: auto;
}

.sub-contact-hero h1 {
	font-size: 4rem;
	font-weight: 300;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	margin: 0;
	position: relative;
	z-index: 2;
}

.sub-contact-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 20px;
}

.nav-target h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
	padding-top: 40px;
}

/* contact/index.php専用のスタイル */
body.sub-contact-body .nav-target h2 {
	margin-top: 120px;
}

.nav-target h2 picture {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.nav-target2 h2 {
	margin-top: 120px !important;
	margin-bottom: 40px;
	padding-top: 40px;
}

.nav-target2 h2 picture {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.sub-contact-form {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url('https://higashidenen.com/images/common/contact-bg.jpg') center center;
	background-size: cover;
	background-attachment: fixed;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 15px;
	padding: 40px;
	backdrop-filter: blur(5px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	position: relative;
	overflow: hidden;
}

.sub-contact-form::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
	z-index: 0;
}

.sub-contact-form-group {
	margin-bottom: 30px;
	position: relative;
}

.sub-contact-form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sub-contact-form-group input,
.sub-contact-form-group textarea,
.sub-contact-form-group select {
	width: 100%;
	padding: 15px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: #ffffff;
	font-size: 1rem;
	font-family: 'Noto Serif JP', serif;
	transition: all 0.3s ease;
	box-sizing: border-box;
	position: relative;
	z-index: 11;
}

.sub-contact-form-group input:focus,
.sub-contact-form-group textarea:focus,
.sub-contact-form-group select:focus {
	outline: none;
	border-color: rgb(255, 255, 255);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.15);
}

.sub-contact-form-group input::placeholder,
.sub-contact-form-group textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.sub-contact-form-group select {
	background: rgba(30, 30, 30, 0.9);
	color: #fff;
	border: 1px solid rgb(255, 255, 255);
}

.sub-contact-form-group select option {
	background: #222;
	color: #fff;
}

.sub-contact-form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}

.sub-contact-form-row .sub-contact-form-group {
	flex: 1;
	margin-bottom: 0;
}

.sub-contact-submit-btn {
	background: linear-gradient(45deg, rgb(170, 0, 0), rgb(78, 0, 0));
	color: #ffffff;
	border: none;
	padding: 18px 40px;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 77px;
}

.sub-contact-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(255, 68, 68, 0.4);
}

.sub-contact-submit-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.5s;
}

.sub-contact-submit-btn:hover::before {
	left: 100%;
}

.sub-contact-info {
	margin-top: 50px;
	text-align: center;
	padding: 30px;
	background: rgba(255, 68, 68, 0.1);
	border: 1px solid rgba(255, 68, 68, 0.2);
	border-radius: 15px;
}

.sub-contact-info h3 {
	color: rgb(255, 0, 0);
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.sub-contact-info p {
	margin: 10px 0;
	font-size: 1.1rem;
}

.sub-contact-info a {
	color: rgb(255, 0, 0);
	text-decoration: none;
	transition: color 0.3s ease;
}

.sub-contact-info a:hover {
	color: rgb(255, 0, 0);
}

.sub-contact-logo-non-over {
	display: block;
	margin: 40px auto 0 auto;
	text-align: center;
	position: relative;
	top: 30px;
	z-index: 10;
}

.sub-contact-hd-top h2 {
	text-align: right;
	font-size: 12px;
	width: 651px;
	float: right;
	color: #fff;
	margin: 0 20px 0 0;
	letter-spacing: 0.1em;
}

.sub-contact-lead {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin: 40px 0 20px 0;
	letter-spacing: 0.05em;
}

.sub-contact-fix-tel {
	position: relative;
	z-index: 0;
}

.sub-contact-box {
	position: relative;
	z-index: 0;
}

/*=============================================
 * sub-admin styles
 *=============================================*/

.sub-admin-body .ui-datepicker-week-end.ui-datepicker-sunday a {
	color: #f00 !important;
}

.sub-admin-body .ui-datepicker-week-end.ui-datepicker-saturday a {
	color: #0037ff !important;
}

/*=============================================
 * sub-contact responsive styles
 *=============================================*/

@media (max-width: 768px) {
	.sub-contact-hero {
		height: 400px;
	}

	.sub-contact-hero h1 {
		font-size: 2.5rem;
	}

	.sub-contact-container {
		padding: 40px 15px;
	}

	.sub-contact-form {
		padding: 30px 20px;
	}

	.sub-contact-form-row {
		flex-direction: column;
		gap: 0;
	}

	.sub-contact-submit-btn {
		padding: 15px 30px;
		font-size: 1rem;
	}

	.sub-contact-logo-non-over {
		margin: 20px auto 0 auto;
		top: 10px;
	}

	.sub-contact-hd-top h2 {
		font-size: 12px;
		width: 100%;
		float: none;
		margin: 0 10px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.sub-contact-hd-top h2 {
		width: calc(100% - 100px);
		position: absolute;
		left: 10px;
		top: 15px;
		float: none;
		font-size: 9px;
		line-height: 16px;
	}
}

@media screen and (min-width: 768px) {
	/* サブページのメインロゴ専用の強力なルール（768px以上） */
	.higashi-contact-hero-container .higashi-main-logo {
		width: 75% !important;
		height: auto !important;
		max-width: 75% !important;
	}
	
	/* より強力なセレクタでメインロゴを制御（768px以上） */
	.higashi-contact-hero-container img.higashi-main-logo {
		width: 75% !important;
		height: auto !important;
		max-width: 75% !important;
	}
	
	/* 最も強力なセレクタでメインロゴを制御（768px以上） */
	.higashi-contact-hero-container .higashi-main-logo[src*="mainheaderlogo.svg"] {
		/* width: 75% !important; */
		height: auto !important;
		max-width: 20% !important;
	}
	
	/* FAQタイトル画像の元のサイズを復元（768px以上） */
	.higashi-contact-hero-logo {
		max-width: 500px;
		width: 100%;
		margin-bottom: 40px;
	}
}

.nav-target .contact-lead {
	color: #fff;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 0;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}

.comp-section {
	max-width: 600px;
	margin: 50px auto 0 auto;
	padding: 40px 20px;
	border-radius: 16px;
	text-align: center;
}

.comp-title {
	color: #fff;
	font-size: 2em;
	margin-bottom: 32px;
	letter-spacing: 0.1em;
}

.comp-message {
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 16px;
	letter-spacing: 0.05em;
}

/*=============================================
 * sub-menu page styles
 *=============================================*/

.sub-menu-body {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
	color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

.sub-menu-hero {
	position: relative;
	height: 600px;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url('https://higashidenen.com/images/common/subtop.jpg') center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	pointer-events: none;
}

/* shopページ専用の背景 */
.sub-shop-hero {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url('https://higashidenen.com/images/shop/bg.jpg') center center;
	background-size: cover;
}

.sub-menu-hero>div {
	pointer-events: auto;
}

.sub-menu-hero h1 {
	font-size: 4rem;
	font-weight: 300;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	margin: 0;
	position: relative;
	z-index: 2;
}

.sub-menu-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
}

.sub-menu-hd-top h2 {
	font-size: 1.2rem;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 20px 0;

}

.sub-menu-lead {
	font-size: 1.1rem;
	color: #ffffff;
	text-align: center;
	margin: 40px 0;
	line-height: 1.6;
}

.sub-menu-fix-tel {
	text-align: center;
	margin: 20px 0;
}

.sub-menu-box {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 68, 68, 0.3);
	border-radius: 15px;
	padding: 30px;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	margin: 20px 0;
}

/* contact/index.php専用のスタイル */
body.sub-contact-body .nav-target h2 {
	margin-top: 120px;
}

/* メニューページの背景画像設定 */
.sub-menu-body {
	background-image: url("https://higashidenen.com/images/common/blackbg.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.sub-menu-hero {
		height: 400px;
	}

	.sub-menu-hero h1 {
		font-size: 2.5rem;
	}

	.sub-menu-container {
		padding: 40px 15px;
	}

	.sub-menu-hd-top h2 {
		font-size: 1rem;
		padding: 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	.sub-menu-hd-top h2 {
		font-size: 0.9rem;
		padding: 10px 0;
		line-height: 1.4;
	}
}

/* menu/index.phpのsec3パララックス背景 */
#sec3.bg-parallax {
	background-image: url("https://higashidenen.com/images/common/blackbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
	#sec3.bg-parallax {
		background-attachment: inherit;
	}
}

/* menu/index.phpのsec8背景画像上書き */
.sub-menu-body #sec8 {
	background-image: none;
	padding-bottom: 50px;
}

/* menu/index.phpのsec8パララックス背景 */
.sub-menu-body #sec8.bg-parallax {
	background-attachment: scroll;
}

@media only screen and (max-width: 767px) {
	.sub-menu-body #sec8.bg-parallax {
		background-attachment: inherit;
	}
}

/* menu/index.phpのsec8グリッドレイアウト */
.sub-menu-body #sec8 .menu-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {
	.sub-menu-body #sec8 .menu-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

/* menu/index.phpのsec8メニュー3列レイアウト（罫線維持・float版） */
.sub-menu-body #sec8 .list {
	width: 100%;
}

.sub-menu-body #sec8 .item {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0;
}

.sub-menu-body #sec8 .item:nth-child(3n) {
	margin-right: 0;
}

.sub-menu-body #sec8 .item dl {
	width: 100%;
}

.sub-menu-body #sec8 .list dl {
	break-inside: avoid;
	margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
	.sub-menu-body #sec8 .item {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

/* clearfix */
.sub-menu-body #sec8 .list::after {
	content: "";
	display: block;
	clear: both;
}

/* menu/index.phpのsec8メニュー3列グリッド（dlフラット構造用） */
.sub-menu-body #sec8 .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 40px;
}

@media only screen and (max-width: 767px) {
	.sub-menu-body #sec8 .list {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

/* menu/index.phpのsec8 3カラムレイアウト（.col版） */
.sub-menu-body #sec8 .list {
	display: flex;
	gap: 40px;
}

.sub-menu-body #sec8 .col {
	flex: 1 1 0;
}

@media only screen and (max-width: 767px) {
	.sub-menu-body #sec8 .list {
		flex-direction: column;
		gap: 0;
	}
}

/* menu/index.php専用メニュー表デザイン（干渉排除・menu-tableクラス） */
.menu-table .list {
	display: flex;
	gap: 40px;
}

.menu-table .col {
	flex: 1 1 0;
}

.menu-table .col dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #fff;
	line-height: 28px;
	padding-bottom: 13px;
	margin-bottom: 12px;
}

.menu-table .col dt {
	flex: 1 1 auto;
	text-align: left;
	font-size: 1rem;
	color: #fff;
}

.menu-table .col dd {
	flex: 0 0 auto;
	text-align: right;
	font-size: 1rem;
	color: #fff;
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.menu-table .list {
		flex-direction: column;
		gap: 0;
	}
}

.menu-table .list {
	width: 100%;
}

.menu-table .list dl {
	width: calc(33.33% - 24px);
	float: left;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #fff;
	line-height: 28px;
	padding-bottom: 13px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
}

@media only screen and (max-width: 767px) {
	.menu-table .list dl {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

.menu-table .list::after {
	content: '';
	display: block;
	clear: both;
}

/* メニュー説明文のスタイル */
.menu-description {
	font-size: 0.85rem;
	color: #ccc;
	line-height: 1.4;
	margin: 0 0 15px 0;
	padding: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media only screen and (max-width: 767px) {
	.menu-description {
		font-size: 0.8rem;
		margin: 0 0 12px 0;
	}
}

/* メニューボタンスタイル */
.menu-button-container {
	text-align: center;
	margin: 20px 0;
	padding-top: 20px;
}

.menu-button {
	display: inline-block;
	background: linear-gradient(135deg, #8B0000, #2F0000);
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	padding: 15px 40px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	border: 2px solid #8B0000;
	letter-spacing: 1px;
}

.menu-button:hover {
	background: linear-gradient(135deg, #A00000, #3F0000);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.menu-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* レスポンシブ対応 */
@media only screen and (max-width: 767px) {
	.menu-button-container {
		margin: 20px 10px;
	}
	
	.menu-button {
		font-size: 16px;
		padding: 12px 30px;
		width: 90%;
		max-width: 300px;
	}
}

@media only screen and (max-width: 480px) {
	.menu-button {
		font-size: 14px;
		padding: 10px 25px;
		width: 95%;
	}
}