@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Noto Sans JP', 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 {
	max-width: 100%;
	vertical-align: top;
}

a,
a:link {
	color: #3f3f3f;
	text-decoration: none;
}

a:visited {
	color: #3f3f3f;
}

a:hover {
	color: #3f3f3f;
}

a:active {
	color: #3f3f3f;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #3f3f3f;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}

#container {
	position: relative;
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
    
    body.fixed {
        position: fixed;
        width: 100%;
        overflow-y: scroll;
        height: 100%;
    }

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    z-index: 50;
}

#gHeader .hBox {
	margin: 0 auto;
	padding-top: 8px;
	width: 1280px;
}

#gHeader h1 {
	float: left;
}

@media all and (min-width: 768px) {
    #gHeader .menu {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    #gHeader .hBox {
        padding: 8px 10px;
        width: auto;
        position: relative;
    }

    #gHeader h1 {
        width: 250px;
        float: left;
        position: relative;
        z-index: 10;
    }
    
    #gHeader .menu {
        margin-top: 13px;
        width: 30px;
        height: 20px;
        position: relative;
        display: block;
        float: right;
        cursor: pointer;
        z-index: 10;
    }
    
    #gHeader .menu span {
        width: 100%;
        height: 3px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #FFF;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
    }
    
    #gHeader .menu span:nth-child(2) {
        top: 8px;
    }
    
    #gHeader .menu span:nth-child(3) {
        top: 16px;
    }

    #gHeader .menu.on span:nth-child(1) {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
    }

    #gHeader .menu.on span:nth-child(2) {
        opacity: 0;
    }

    #gHeader .menu.on span:nth-child(3) {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 26px 40px 0 0;
	float: right;
}

#gNavi li {
	margin-left: 28px;
	display: inline-block;
	vertical-align: top;
}

#gNavi li a {
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 1px;
}

#gNavi li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
    #gNavi {
        display: none;
        margin: 0;
        padding-bottom: 30px;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        float: none;
        background: #000441;
        overflow: auto;
    }
    
    #gNavi ul {
        margin-top: 70px;
         border-top: 1px solid #FFF;
   }

    #gNavi li {
        margin-left: 0;
        display: block;
        border-bottom: 1px solid #FFF;
    }

    #gNavi li a {
        padding: 10px;
        display: block;
        text-align: center;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    background-color: #181818;
}

#gFooter .fBox {
    margin: 0 auto;
    padding-top: 1px;
    width: 1204px;
}

#gFooter .fBox .lBox {
    margin-top: 75px;
    width: 690px;
    float: left;
}

#gFooter .fBox .lBox .fLogo {
    margin-left: 4px;
}

#gFooter .fBox .lBox .txtBox {
    margin: 12px 8px 21px;
    padding: 13px 0 15px;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2;
    border-top: 1px dashed #FFF;
    border-bottom: 1px dashed #FFF;
}

#gFooter .fBox .lBox p {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 1.3px;
}

#gFooter .fBox .lBox p .sub {
    display: block;
}

#gFooter .fBox .lBox p a {
    color: #FFF;
}

#gFooter .fBox .lBox .fNavi {
    margin: 0 5px;
}

#gFooter .fBox .lBox .fNavi li {
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

#gFooter .fBox .lBox .fNavi li a {
    display: block;
    color: #FFF;
}

#gFooter .fBox .lBox .fNavi li a:hover {
    opacity: 0.7;
}

#gFooter .fBox .rBox {
    margin-top: -2px;
    width: 474px;
    float: right;
    display: -webkit-flex;
    display: flex;
}

#gFooter .fBox .rBox .fBtn a {
    padding: 10px 10px 36px;
    width: 236px;
    height: 366px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #FFF;
    background: url("../../img/common/bg01.jpg") no-repeat center center;
    background-size: cover;
}

#gFooter .fBox .rBox .fBtn a:hover {
    opacity: 0.7;
}

#gFooter .fBox .rBox .fBtn a span {
    margin-bottom: 15px;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 2.5px;
}

#gFooter .fBox .rBox .fBtn a .en {
    margin-bottom: 6px;
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
}

#gFooter .fBox .rBox .fBtn a .jp {
    margin-bottom: 0;
    font-size: 1.7rem;
}

#gFooter .fBox .rBox .pageTop a {
    padding: 10px 10px 17px;
    width: 236px; 
    height: 366px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #FFF;
    background-color: #343434;
}

#gFooter .fBox .rBox .pageTop a:hover {
    opacity: 0.7;
}

#gFooter .fBox .rBox .pageTop a span {
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    letter-spacing: 2.5px;
}

#gFooter .fBox .rBox .pageTop a .ico {
    margin-bottom: 8px;
}

#gFooter .copyright {
    padding: 16px 0;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 300;
    letter-spacing: 0.5px;
    background-color: #0E0E0E;
}

#gFooter .copyright p {
    margin: 0 auto;
    width: 1200px;
}

@media all and (max-width: 767px) {
    #gFooter {
        padding-bottom: 62px;
    }
    
    #gFooter .fBox {
        padding-top: 40px;
        width: auto;
    }

    #gFooter .fBox .lBox {
        margin: 0 10px 30px;
        width: auto;
        float: none;
    }

    #gFooter .fBox .lBox .fLogo {
        margin-left: 0;
        text-align: center;
    }
    
    #gFooter .fBox .lBox .fLogo img {
        width: 250px;
    }

    #gFooter .fBox .lBox .txtBox {
        margin: 20px 0 0;
        padding: 15px 0;
        font-size: 1.3rem;
        text-align: center;
    }

    #gFooter .fBox .lBox p {
        display: -webkit-block;
        display: block;
        letter-spacing: 0;
    }

    #gFooter .fBox .lBox .fNavi {
        margin: 0;
    }

    #gFooter .fBox .lBox .fNavi li {
        margin-right: 0;
        display: block;
        border-bottom: 1px dashed #FFF;
    }

    #gFooter .fBox .lBox .fNavi li a {
        padding: 10px;
        position: relative;
        display: block;
        color: #FFF;
        text-align: center;
    }
    
    #gFooter .fBox .lBox .fNavi li a:before {
        margin-top: -3px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg);
        transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
        content: '';
    }

    #gFooter .fBox .rBox {
        margin-top: 0;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        float: none;
        display: -webkit-flex;
        display: flex;
        z-index: 40;
    }
    
    #gFooter .fBox .rBox .fBtn {
        width: 50%;
    }

    #gFooter .fBox .rBox .fBtn a {
        padding: 5px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    #gFooter .fBox .rBox .fBtn a span {
        margin-bottom: 3px;
    }
    
    #gFooter .fBox .rBox .fBtn img {
        width: 20px;
    }

    #gFooter .fBox .rBox .fBtn a .en {
        margin-bottom: 0;
        font-size: 1rem;
    }

    #gFooter .fBox .rBox .fBtn a .jp {
        font-size: 1rem;
    }
    
    #gFooter .fBox .rBox .pageTop {
        width: 50%;
    }

    #gFooter .fBox .rBox .pageTop a {
        padding: 5px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    #gFooter .fBox .rBox .pageTop a span {
        font-size: 1.4rem;
    }

    #gFooter .fBox .rBox .pageTop a .ico {
        margin-bottom: 3px;
    }
    
    #gFooter .fBox .rBox .pageTop a .ico img {
        width: 30px;
    }

    #gFooter .copyright {
        text-align: center;
        font-size: 1.2rem;
    }

    #gFooter .copyright p {
        margin: 0 10px;
        width: auto;
    }
}
