@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;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 UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.en01 {
	font-family: 'Lato', 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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
@font-face {
    font-family: 'A-OTF-MidashiGoPr5-MB31';
    src: url('../../fonts/A-OTF-MidashiGoPr5-MB31.eot');
    src: url('../../fonts/A-OTF-MidashiGoPr5-MB31?#iefix') format('embedded-opentype'),
    url('../../fonts/A-OTF-MidashiGoPr5-MB31.woff') format('woff'),
    url('../../fonts/A-OTF-MidashiGoPr5-MB31.ttf')  format('truetype');
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 77px 0 61px;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1378px;
}
#gHeader h1 {
	width: 500px;
}
#gHeader h1 a {
	display: block;
	color: #036EB8;
	font-size: 5.5rem;
	letter-spacing: 0.1em;
	font-family: 'A-OTF-MidashiGoPr5-MB31';
}
#gHeader h1 a span {
	margin-bottom: -10px;
	display: block;
	font-size: 4rem;
}
#gNavi {
	margin: 12px 92px 0 0;
	width: 500px;
}
#gNavi ul {
	justify-content: flex-end;
}
#gNavi li {
	margin-left: 31px;
	display: inline-block;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: left;
}
#gNavi li:first-of-type {
	margin-left: 0;
}
#gNavi li a {
	padding: 7px 1px 13px;
	display: inline-block;
	background-color: #FFF;
}
#gNavi li a:hover {
	color: #FFF;
	background-color: #036eb8;
}
@media all and (max-width: 1180px) and (min-width: 897px) {
	#gHeader h1 {
		width: 50%;
	}
	#gNavi {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 20px;
	}
	#gHeader .hBox {
		padding: 0;
		width: auto;
	}
	#gHeader h1 {
		width: auto;
	}
	#gHeader h1 a {
		font-size: 3rem;
	}
	#gHeader h1 a span {
		margin-bottom: 0;
		font-size: 2.5rem;
	}
	#gNavi {
		display: none;
	}
	.menu {
		display: block;
		position: absolute;
		right: 0;
		top: 13px;
		width: 55px;
		height: 55px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 18px;
		width: 30px;
		height: 2px;
		background-color: #000;
	}
	.menu span:nth-of-type(1) {
		top: 15px;
	}
	.menu span:nth-of-type(2) {
		top: 25px;
	}
	.menu span:nth-of-type(3) {
		top: 35px;
	}
	.menu.on span {
		background-color: #000;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.menuBox {
		padding: 80px 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.9);
		z-index: 51;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox li a {
		padding: 15px;
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		border-bottom: 1px solid #000;
	}
}
@media all and (-ms-high-contrast:none) {
	#gNavi li a {
		padding: 7px 9px 13px 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #FFF;
    font-family: 'A-OTF-MidashiGoPr5-MB31';
	background-color: #036eb8;
}
#gFooter a {
	color: #FFF;
}
#gFooter address {
    padding: 1px 15px 3px;
	display: block;
	color: #FFF;
	font-size: 1.3rem;
	text-align: center;
	font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1;
	background-color: #2ea7e0;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 25px 0 31px;
	width: 978px;
}
#gFooter .fLogo {
    margin-bottom: -4px;
	width: 341px;
}
#gFooter .lBox {
    margin-top: 6px;
    width: 490px;
}
#gFooter .lBox .tel {
	margin-bottom: -4px;
}
#gFooter .lBox .tel a {
    padding-left: 73px;
    display: inline-block;
    font-size: 5.1rem;
	letter-spacing: 0.1em;
    background: url("../../img/common/tel02.png") no-repeat left top 22px / 53px;
}
#gFooter .lBox p {
	font-size: 1.7rem;
}
#gFooter .rBox {
    width: 442px;
}
#gFooter .rBox .add {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#gFooter .mapBtn {
	width: 442px;
}
#gFooter .mapBtn a {
	padding: 7px 10px 8px;
	display: block;
	text-align: center;
	font-size: 2.3rem;
	border-radius: 50px;
	letter-spacing: 0.05em;
	border: 1px solid #FFF;
}
#gFooter .mapBtn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter .fBox {
        padding: 20px 10px;
        width: auto;
        display: block;
    }
    #gFooter .fLogo {
        margin: 0 auto 5px;
        width: 300px;
    }
    #gFooter .lBox {
        margin: 0 0 20px;
        width: auto;
        text-align: center;
    }
    #gFooter .lBox .tel {
        margin-bottom: 10px;
    }
    #gFooter .lBox .tel a {
        padding-left: 40px;
        font-size: 3rem;
        background-size: 30px auto;
        background-position: left top 13px;
    }
    #gFooter .rBox {
        margin: 0 auto;
        width: auto;
        max-width: 300px;
    }
    #gFooter .rBox .add {
        font-size: 1.5rem;
		text-align: center;
    }
    #gFooter .mapBtn {
        width: auto;
    }
    #gFooter .mapBtn a {
        padding: 7px 10px;
        font-size: 1.6rem;
    }
}
@media all and (-ms-high-contrast:none) {
	#gFooter .lBox .tel a {
		padding-top: 12px;
	}
}