@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');

/* -----------------------------
common
----------------------------- */
html {
	scroll-behavior: smooth;
}
html,body{
	margin: 0;
	padding: 0;
}
#eeGeeWrap .pc{display:inline-block;}
#eeGeeWrap .ipad{display:none;}

@media only screen and (max-width: 1126px) {
	#eeGeeWrap .pc{display:none;}
	#eeGeeWrap .ipad{display:inline-block;}
}
/* -----------------------------
#eeGeeWrap
----------------------------- */
#eeGeeWrap{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	line-height: 1.8;
	color: #292929;
	text-align: left;
	background: url(../img/common/bg_body.jpg) top center repeat-y;
	margin: 0px;
	padding: 0px;
	width:100%; 
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50%;
	margin-right: -50%;
}
@media only screen and (max-width: 1126px) {
	.single-column #htlMainContent.GOLDTemplate{
		width: 100%;
	}
	#eeGeeWrap {
		width:100%; 
		min-width: 1126px;	
		position: relative;
		left: inherit;
		right: inherit;
		margin-left: inherit;
		margin-right: inherit;
	}
}

#eeGeeWrap *{
	box-sizing: border-box;
}
#eeGeeWrap h1,
#eeGeeWrap h2,
#eeGeeWrap h3,
#eeGeeWrap h4,
#eeGeeWrap h5,
#eeGeeWrap dl,
#eeGeeWrap dt,
#eeGeeWrap dd{
	font-weight: bold;
    padding: 0;
    margin: 0;
}
#eeGeeWrap dl,
#eeGeeWrap dt,
#eeGeeWrap dd{
	font-weight: normal;
    padding: 0;
    margin: 0;
}
#eeGeeWrap .clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
#eeGeeWrap p{
	line-height: 180%;
    padding: 0;
    margin: 0;
}
#eeGeeWrap ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
#eeGeeWrap ul li{
	margin: 0;
	padding: 0;
}
#eeGeeWrap img{
	vertical-align: bottom;
}
#eeGeeWrap a{
	color: #292929;
	text-decoration: none;
	transition: 0.4s;
}
#eeGeeWrap a:hover{
	opacity: 0.7;
}
#eeGeeWrap .inner{
	width:100%;
	max-width: 1126px;
	margin: 0 auto;
	padding: 70px 0;
}
@media only screen and (max-width: 1126px) {
	#eeGeeWrap .inner{
		width:calc( 100% - 80px );
	}
}
#eeGeeWrap .en{
	font-family: "Century Gothic", "Zen Kaku Gothic New", sans-serif;
}

/* -----------------------------
#header
----------------------------- */
#eeGeeWrap #header {
	width: 100%;
	height: 100px;
	background-color: #3A230C;
	padding: 10px 0;
	position: sticky;
	top: 0;
	overflow: hidden;
	z-index: 1001;
}
#eeGeeWrap #header .inner{
	padding: 0 0;
}
#eeGeeWrap #header ul{
	width: 100%;
	max-width: 1126px;
	height: 80px;
	display: flex;
	gap: 0 20px;
	align-items: center;
	justify-content: flex-end;
}
#eeGeeWrap #header ul li a{
	display: block;
	color: white !important;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4;
	color: black;
	padding: 0 15px;
	position: relative;
}
#eeGeeWrap #header ul li:first-child{
	margin-right: auto;
}
#eeGeeWrap #header ul li:first-child a{
	padding: 0;
}
#eeGeeWrap #header ul li:last-child a{
	color: white;
	background-color: #C5351F;
	border-radius: 5px;
	padding: 10px 50px;
}
#eeGeeWrap #header ul li h1{
	display: flex;
	align-items: center;
	color: white;
	font-size: 14px;
}
#eeGeeWrap #header ul li h1 span{
	display: inline-block;
	line-height: 1.2;
	margin-left: 30px;
	text-indent: -6px;
}
#eeGeeWrap #header ul li h1 span b{
	font-size: 30px;
	padding: 0 2px;
	vertical-align: sub;
}
#eeGeeWrap #header ul li a span{
	display: block;
	font-family: "Century Gothic", "Zen Kaku Gothic New", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 3px;
	position: relative;
}

/* -----------------------------
#footer
----------------------------- */
#eeGeeWrap #footer{
	background: #3A230C;
	color: white;
}
#eeGeeWrap #footer .inner{
	padding: 60px 0;
}
#eeGeeWrap #footer ul{
	display: flex;
	align-items: center;
	padding: 0 0;
}
#eeGeeWrap #footer ul li:nth-child(1){
	margin-right: 40px;
}
#eeGeeWrap #footer ul li:nth-child(2){
	text-align: left;
	letter-spacing: 1px;
	line-height: 190%;
}
#eeGeeWrap #footer ul li:nth-child(2) p{
	margin-bottom: 10px;
}
#eeGeeWrap #footer ul li:nth-child(2) p b{
	font-size: 30px;
	padding: 0 2px 0 3px;
}
#eeGeeWrap #footer ul li:nth-child(2) span{
	font-size: 25px;
	font-weight: normal;
	background: url(../img/common/ico_tel.png) center left no-repeat;
	padding-left: 20px;
}
#eeGeeWrap #footer ul li:nth-child(3){
	margin-left: auto;
}

/* -----------------------------
 下層ページ 共通
----------------------------- */
#eeGeeWrap.sub #main {
	position: relative;
	background:	url(../img/common/bg_main.jpg) top center no-repeat;
	padding-top: 60px;
}
#eeGeeWrap.sub #main h2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94%;
	max-width: 1426px;
	height: 300px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: white;
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
	text-align: center;
	border-radius: 20px 20px;
	overflow: hidden;
	margin: 0 auto;
}
#eeGeeWrap.sub #main h2 b{
	display: block;
	font-size: 40px;
}
