@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " ＭＳ Ｐゴシック", 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 {
    font-weight:bold;
    color: #156082;
    text-decoration: none;
}
a:visited {
    color: #156082;
    text-decoration: none;
}
a:hover {
    color: #ff3300;
    text-decoration: underline;
}
a:active {
    color: #ff3300;
    text-decoration: underline;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #111111;
    font-size: 1.6rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    overflow: hidden;
    text-align: left;
}
#main {}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 737px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 736px) {
    body {
        min-width: inherit;
        font-size: 2.0rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    box-sizing: border-box;
    padding: 30px 0 0;
    position: relative;
    z-index: 5;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#gHeader h1 {
    width: 100px;
}
#gHeader #gNavi li {
    margin-left: 33px;
    display: inline-block;
}
#gHeader #gNavi li:first-child {
    margin-left: 0;
}
#gHeader #gNavi a {
    color: #10193B;
    font-size: 1.6rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.menu {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: url("../../common/img/menu_img01.jpg") no-repeat right top / 60px;
    cursor: pointer;
}
@media all and (min-width: 737px) {
    #gHeader #gNavi .on a {
        color: #e60039;
    }
    #gHeader #gNavi a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #e60039;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
    }
    #gHeader #gNavi a:hover {
        color: #e60039;
    }
    #gHeader #gNavi a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
}
@media all and (max-width: 736px) {

    #gHeader .hBox {
        padding: 15px 0 0;
        display: block;
    }
    #gNavi {
        display: none;
        width: 100%;
        position: absolute;
    }
    #gHeader #gNavi li {
        margin: 0;
        display: block;
        background-color: #000;
        border-bottom: 1px solid #fff;
    }
    #gHeader #gNavi li a {
        padding: 23px 18px 20px;
        display: block;
        color: #fff;
        font-size: 1.4rem;
    }
    #gHeader #gNavi li p {
        padding: 23px 18px 20px;
        display: block;
        color: #fff;
        font-size: 1.4rem;
        cursor: pointer;
        background: url("../../common/img/icon01.png") no-repeat right 20px center / 16px;
    }
    #gHeader #gNavi li p.on {
        background-image: url("../../common/img/icon02.png");
    }
    #gHeader #gNavi .naviUl {
        display: none;
        border-top: 1px solid #fff;
    }
    #gHeader #gNavi .naviUl li {
        background-color: #CCCCCC;
    }
    #gHeader #gNavi .naviUl li a {
        padding: 14px 18px;
        color: #333;
    }
    #gHeader #gNavi .naviUl li:last-of-type a {
        border-bottom: none;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin-top: 120px;
    padding: 12px 10px;
    background-color: #000;
}
#gFooter .fBox {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#gFooter .fNavi li {
    margin-right: 19px;
    display: inline-block;
}
#gFooter .fNavi li:nth-child(3n) {
    margin-right: 0;
}
#gFooter .fNavi li a {
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
#gFooter .fNavi li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e60039;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
address {
    color: #fff;
    font-size: 1.2rem;
    font-style: normal;
}
@media all and (min-width: 737px) {
    #gFooter .fNavi li a:hover {
        color: #e60039;
    }
    #gFooter .fNavi li a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
}
@media all and (max-width: 736px) {
    #gFooter {
        margin-top: 59px;
        padding: 22px 21px 32px;
    }
    #gFooter .fBox {
        display: block;
    }
    #gFooter .fNavi {
        margin-bottom: 19px;
    }
    #gFooter .fNavi li {
        margin: 4px 0 0;
        display: block;
    }
    #gFooter .fNavi li a {
        font-size: 1.4rem;
    }
    address {
        font-size: 1.4rem;
        line-height: 1.75;
    }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    max-width: 1000px;
}
.contact {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}
.headLine01 {
    margin-bottom: 26px;
    display: block;
    padding: 10px 10px 6px;
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
}
@media all and (max-width: 736px) {
    .headLine01 {
        font-size: 2.0rem;
    }
    .content {
        padding: 0 20px;
    }
    .contact {
        padding: 0 20px;
    }
}





.t-bold {
	font-weight: bold;
}
.t-center {
	text-align:center;
}

.t-left {
	text-align:left;
}
	
.t-right {
	text-align:right;
}

