@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #231815;
	text-decoration: none;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
	opacity: 0.7;
}
a:active {
	color: #231815;
}
@font-face {
    font-family: 'honokamarugo';
    src: url('../../fonts/honokamarugo.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/honokamarugo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/honokamarugo.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/honokamarugo.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'TetsubinGothic';
    src: url('../../fonts/TetsubinGothic.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/TetsubinGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/TetsubinGothic.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/TetsubinGothic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'gobold';
    src: url('../../fonts/gobold.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/gobold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/gobold.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/gobold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1020px;
	color: #231815;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt"; 
	-moz-font-feature-settings: "palt";
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 50px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 18px;
}
#gHeader h1 {
	padding: 5px 0 5px;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	background-color: #231815;
}
#gHeader h1 span {
	display: block;
	width: 980px;
	margin: 0 auto;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 23px 0 20px;
	width: 980px;
	justify-content: flex-end;
}
#gHeader .hBox .logo {
	margin-right: 117px;
	width: 268px;
}
#gHeader .hBox .logo a:hover {
	opacity: 1;
}
#gHeader .rBox .linkUl {
	margin-bottom: 4px;
	justify-content: flex-end;
	text-align: center;
	font-size: 1.2rem;
}
#gHeader .rBox .linkUl li {
	margin-left: 30px;
}
#gHeader .rBox .linkUl li a {
	display: block;
}
#gHeader .rBox .linkUl img {
	width: 42px;
}
#gHeader .rBox .tel {
	margin-bottom: 3px;
	font-size: 3.4rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	text-align: right;
	letter-spacing: 0.02em;
}
#gHeader .rBox .tel span {
	padding-left: 36px;
	background: url(../../img/common/icon01.png) no-repeat left center / 30px auto;
}
#gHeader .rBox .txt {
	font-size: 1.2rem;
	text-align: right;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 0;
	}
	#gHeader h1 {
		padding: 5px;
		font-size: 1.1rem;
		letter-spacing: 0.05em;
		text-align: center;
	}
	#gHeader h1 span {
		width: auto;
	}
	#gHeader .hBox {
		padding: 10px 15px;
		width: auto;
		display: block;
		position: relative;
	}
	#gHeader .hBox .logo {
		margin-right: 0;
		width: 95px;
	}
	#gHeader .rBox .linkUl {
		margin-bottom: 4px;
		display: block;
		font-size: 1.2rem;
	}
	#gHeader .rBox .linkUl li {
		margin-left: 0;
	}
	#gHeader .rBox .linkUl li .pho {
		margin-right: 10px;
	}
	#gHeader .rBox .linkUl li .pho,
	#gHeader .rBox .linkUl li p {
		display: inline-block;
		vertical-align: middle;
	}
	#gHeader .rBox .linkUl img {
		width: 30px;
	}
	#gHeader .rBox .tel {
		padding-top: 10px;
		margin-bottom: 3px;
		font-size: 3rem;
		text-align: center;
		letter-spacing: 0.02em;
	}
	#gHeader .rBox .tel span {
		padding-left: 30px;
		background: url(../../img/common/icon01.png) no-repeat left center / 25px auto;
	}
	#gHeader .rBox .txt {
		margin-bottom: 12px;
		font-size: 1.2rem;
		text-align: center;
		letter-spacing: 0.03em;
	}
	#gHeader .menu-trigger {
		display: block;
		position: absolute;
		right: 15px;
		top: 18px;
		width: 30px;
		height: 23px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		z-index: 1;
	}
	#gHeader .menu-trigger span {
		display: inline-block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #231815;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	#gHeader .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	#gHeader .menu-trigger span:nth-of-type(2) {
		top: 11px;
	}
	#gHeader .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	#gHeader .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		-ms-transform: translateY(11px) rotate(-45deg);
			transform: translateY(11px) rotate(-45deg);
	}
	#gHeader .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	#gHeader .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		-ms-transform: translateY(-11px) rotate(45deg);
			transform: translateY(-11px) rotate(45deg);
	}
	
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	border-top: 2px solid #231815;
	border-bottom: 2px solid #231815;
}
#gNavi ul {
	width: 1200px;
	margin: 0 auto;
}
#gNavi li {
	width: 20%;
	text-align: center;
	font-family: 'honokamarugo';
	position: relative;
}
#gNavi li::before {
	position: absolute;
	left: 0;
	width: 2px;
	top: 7px;
	bottom: 7px;
	border-radius: 5px;
	background-color: #231815;
	content: "";	
}
#gNavi li:last-child::after {
	position: absolute;
	right: 0;
	width: 2px;
	top: 7px;
	bottom: 7px;
	border-radius: 5px;
	background-color: #231815;
	content: "";	
}
#gNavi li .en {
	display: block;
	font-size: 2.1rem;
	line-height: 1.2;
}
#gNavi li a {
	padding: 13px 0 8px;
	display: block;
	font-size: 1.34rem;
}
#gNavi li a.on,
#gNavi li a:hover {
	opacity: 1;
	background-color: #FFF462;
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
		position: absolute;
		top: 58px;
		left: 0;
		width: 100%;
		background-color: #fff;
		border-top: 1px solid #231815;
		z-index: 999;
	}
	#gNavi ul {
		width: auto;
		display: block;
	}
	#gNavi li {
		width: auto;
		border-bottom: 1px solid #231815;
	}
	#gNavi li::before {
		display: none;	
	}
	#gNavi li:last-child::after {
		display: none;	
	}
	#gNavi li .en {
		display: block;
		font-size: 2.1rem;
		line-height: 1.2;
	}
	#gNavi li a {
		padding: 10px 0 8px;
		font-size: 1.34rem;
	}
	#gNavi li a.on,
	#gNavi li a:hover {
			background-color: #fff;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 35px;
	background-color: #E8E0DA;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 980px;
}
#gFooter .fBox .fLink {
	margin-bottom: 30px;
}
#gFooter .fBox .fLink li {
	margin-left: 40px;
}
#gFooter .fBox .fLink li:first-child {
	margin-left: 0;
}
#gFooter .fBox .fLink li a {
	display: block;
	padding-left: 30px;
	background: url(../../img/common/icon02.png) no-repeat left top 5px / 26px auto;
}
#gFooter .fBox .fLink li span {
	display: block;
}
#gFooter .fBox .fLink li .en {
	font-size: 1.7rem;
}
#gFooter .fBox .fLink li .jp {
	font-size: 1.3rem;
	font-weight: bold;
    font-family: 'honokamarugo';
}
#gFooter .fLogo {
	margin-right: 25px;
	width: 257px;
}
#gFooter .cBox {
	margin-bottom: 7px;
}
#gFooter .rBox {
	width: 400px;
}
#gFooter .rBox .tel {
	margin-bottom: 8px;
	font-size: 5.2rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
}
#gFooter .rBox .tel a {
	padding-left: 75px;
	background: url(../../img/common/f_tel.png) no-repeat left center / 69px auto;
}
#gFooter .rBox .add img {
	width: 105px;
}
#gFooter .fBox .time {
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
#gFooter address {
	margin-top: 23px;
	padding: 12px 0;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
	text-align: center;
	background-color: #595757;
	letter-spacing: 0.1em;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 25px;
	}
	#gFooter .fBox {
		padding: 0 20px;
		width: auto;
	}
	#gFooter .fBox .fLink {
		margin-bottom: 30px;
		display: block;
	}
	#gFooter .fBox .fLink li {
		margin-left: 0;
	}
	#gFooter .fBox .fLink li a {
		padding: 10px 35px;
		border-bottom: 1px solid #231815;
		background: url(../../img/common/icon02.png) no-repeat left center / 26px auto;
	}
	#gFooter .fBox .fLink li span {
		display: inline-block;
		vertical-align: middle;
	}
	#gFooter .fLogo {
		margin: 0 auto 8px;
		width: 200px;
	}
	#gFooter .cBox {
		margin-bottom: 7px;
		display: block;
	}
	#gFooter .rBox {
		width: auto;
	}
	#gFooter .rBox .tel {
		margin-bottom: 8px;
		font-size: 4rem;
		text-align: center;
	}
	#gFooter .rBox .tel a {
		display: inline-block;
		padding-left: 55px;
		background-size: 48px auto;
	}
	#gFooter .rBox .add {
		margin-bottom: 10px;
		font-size: 1.1rem;
	}
	#gFooter .rBox .add img {
		margin-top: 2px;
		width: 70px;
		display: inline-block;
		vertical-align: top;
	}
	#gFooter .fBox .time {
		font-size: 1.2rem;
	}
	#gFooter address {
		margin-top: 20px;
		padding: 12px 0;
		font-size: 1rem;
	}
}