@charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=GFS+Didot&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, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 2rem;
    font-weight: 500;
	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 {
    padding-top: 110px;
	text-align: left;
    overflow: hidden;
}
#main {
	display: block;
    background: url("../../img/common/main_bg.jpg") no-repeat center top;
    background-size: 100% auto;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		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;
	}
    #container {
        padding-top: 74px;
    }
    #main {
        background: url("../../img/common/sp_main_bg.jpg") no-repeat center top;
        background-size: 100% 275px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    left: 0;
    top: 0;
	padding: 0 15px;
    width: 100%;
    background: #fff;
    z-index: 1000;
	box-sizing: border-box;
    border-bottom: 5px solid #DFDFDF;
}
#gHeader:before {
	position: absolute;
	right: 0;
	bottom: -5px;
	width: calc(50% + 276px);
	height: 5px;
	background: #004892;
	content: "";
}
#gHeader .hInner {
    padding: 37px 0 27px;
    max-width: 1210px;
    margin: 0 auto;
}
#gHeader .logo {
    float: left;
}
#gHeader .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#gHeader .logo .imgSpan {
    margin-right: 20px;
}
#gHeader .logo .txtSpan {
    color: #4D4D4D;
    font-weight: 500;
}
#gHeader .rBox {
    width: 560px;
    float: right;
}
#gHeader .rBox .btn {
    margin-top: -8px;
    padding-right: 18px;
    float: right;
}
#gHeader .rBox .btn a:hover {
    opacity: 0.7;
}
#gNavi {
    float: left;
}
#gNavi li {
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}
#gNavi li a {
    padding-left: 13px;
    font-size: 1.5rem;
    display: inline-block;
    background: url("../../img/common/icon01.png") no-repeat left center;
    background-size: 6px auto; 
}
#gNavi li a:hover {
    opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1000px) {
	#gHeader .rBox {
		width: 510px;
	}
	#gNavi li {
		margin-right: 20px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		border-width: 2px;
	}
	#gHeader:before {
		width: calc(100% - 90px);
		height: 2px;
		bottom: -2px;
	}
    #gHeader .hInner {
        padding: 16px 15px 10px;
        max-width: inherit;
    }
    #gHeader .logo a {
        display: block;
    }
    #gHeader .logo .imgSpan {
        margin: 0;
        width: 98px;
        display: block;
    }
    #gHeader .logo .txtSpan {
        font-size: 1.2rem;
        display: block;
        margin-top: 2px;
    }
    #gHeader .rBox {
        width: auto;
    }
    #gHeader .rBox .btn {
        margin: 20px 0 0;
        position: absolute;
        right: -3px;
        top: 0;
    }
    #gNavi {
        display: none;
    }
   .menu {
        display: block;
		position: absolute;
		right: 58px;
		top: 20px;
		width: 31px;
		height: 31px;
       border-radius: 50%;
       background: #231815;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 7px;
		width: 17px;
		height: 1px;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 9px;
	}
	.menu span:nth-of-type(2) {
		top: 15px;
	}
	.menu span:nth-of-type(3) {
		top: 21px;
	}
	.menu.on span:nth-of-type(1) {
        top: 5px;
		-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) {
        top: 10px;
		-webkit-transform: translateY(5px) rotate(45deg);
		transform: translateY(5px) rotate(45deg);
	}
    .menuBox {
        display: none;
        padding-top: 102px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: rgba(255,255,255,0.8);
        z-index: 990;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
    }
    .menuBox .spNavi {
        margin: 0 0 40px 118px;
    }
     .menuBox .spNavi li {
        margin-bottom: 29px;
		transition: all .3s;
		transition-delay: .4s;	
		opacity: 0;
		transform: translateY(15px);
    }
	.menuBox.on .spNavi li {
		opacity: 1;
		transform: translateY(0);
	}
    .menuBox .spNavi li:last-child {
        margin-bottom: 0;
    }
	.menuBox .spNavi li:nth-child(2) {
		transition-delay: .5s;
	}
	.menuBox .spNavi li:nth-child(3) {
		transition-delay: .6s;
	}
	.menuBox .spNavi li:nth-child(4) {
		transition-delay: .7s;
	}
	.menuBox .spNavi li:nth-child(5) {
		transition-delay: .8s;
	}
    .menuBox .spNavi li a {
        padding-left: 14px;
        font-size: 1.8rem;
        display: block;
        background: url("../../img/common/sp_icon04.png") no-repeat left center;
        background-size: 6px auto;
    }
    .menuBox .tel {
        padding: 20px 0 60px;
        margin: 0 23px;
        border-top: 1px solid #acacac;
		transition: all .3s;
		transition-delay: .9s;	
		opacity: 0;
		text-align: center;
		transform: translateY(15px);
    }
	.menuBox.on .tel {
		opacity: 1;
		transform: translateY(0);
	}
    .menuBox .tel .top {
		margin: 0 -10px;
        display: block;
        font-size: 2.9rem;
    }
    .menuBox .tel .top a {
        padding-left: 39px;
        display: inline-block;
        color: #004892;
        font-weight: bold;
        letter-spacing: 0.2em;
        background: url("../../img/common/sp_icon05.png") no-repeat left center;
        background-size: 28px auto; 
    }
    .menuBox .tel .time {
        display: block;
        margin: -2px -10px 0;
        font-size: 1.1rem;
    }
}
@media all and (max-width: 374px) {
	.menuBox .tel .top {
		font-size: 2.6rem;
	}
	.menuBox .tel .time {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
}
.pageTop {
	position: absolute;
	right: 62px;
	top: -50px;
	z-index: 600;
}
.pageTop a {
	display: inline-block;
	padding: 20px;
}
.pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
    padding: 92px 0 50px;
    background: url("../../img/common/f_box_bg.jpg") no-repeat center top;
    background-size: cover;
}
#gFooter .fBox .content {
    max-width: 1150px;
}
#gFooter .fBox .title {
    margin-bottom: 70px;
    color: #004892;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.75;
}
#gFooter .fBox .fLogo {
    padding-left: 6px;
}
#gFooter .fBox .fLogo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#gFooter .fBox .fLogo .imgSpan {
    margin-right: 17px;
}
#gFooter .fBox .fLogo .txtSpan {
    width: 370px;
    font-size: 1.5rem;
}
#gFooter .fBox .fLogo .top {
    display: block;
    font-size: 2rem;
    font-weight: bold; 
}
#gFooter .copyright {
    padding: 13px 0;
    background: #004892;
}
#gFooter .copyright .content {
    max-width: 1148px;
}
#gFooter address {
    padding-right: 6px;
    color: #fff;
    font-size: 1.3rem;
    font-style: normal;
    text-align: right;
}
@media all and (max-width: 896px) {
	.pageTop {
		right: 9px;
		top: -35px;
	}
	.pageTop a {
		padding: 20px;
	}
	.pageTop img {
		width: 4px;
	}
    #gFooter .fBox {
        padding: 45px 0 26px;
        background: url("../../img/common/sp_f_box_bg.jpg") no-repeat left top;
        background-size: cover;
    }
    #gFooter .fBox .content {
        max-width: inherit;
    }
    #gFooter .fBox .title {
        margin-bottom: 60px;
        font-size: 2.6rem;
        line-height: 1.35;
        text-align: center;
        letter-spacing: -1px;
    }
    #gFooter .fBox .fLogo {
        padding-left: 0;
        margin-right: -5px;
    }
    #gFooter .fBox .fLogo a {
        justify-content: center;
    }
    #gFooter .fBox .fLogo .imgSpan {
        margin-right: 6px;
        width: 85px;
    }
    #gFooter .fBox .fLogo .txtSpan {
        width: auto;
        font-size: 0.85rem;
    }
    #gFooter .fBox .fLogo .top {
        font-size: 1.15rem;
    }
    #gFooter .copyright {
        padding: 5px 0;
    }
    #gFooter .copyright .content {
        max-width: inherit;
    }
    #gFooter address {
        padding: 0;
        font-size: 0.9rem;
        text-align: center;
    }
}