@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━

 ■初期化

━━━━━━━━━━━━━━━━ */

html > body {
    font-size: 16px;
}



/* ━━━━━━━━━━━━━━━━

 ■コンポーネント

━━━━━━━━━━━━━━━━ */


/*=================================

* システムパーツ

=================================*/

.main__layout._col-2 ._col ._title,
.main__layout._col-3 ._col ._title {
    font-size: 20px;
}



/* ━━━━━━━━━━━━━━━━

 ■レイアウト

━━━━━━━━━━━━━━━━ */


/*=================================

* コンテンツ

=================================*/

.contents {
    padding: 15px 0 30px 0;
}



/*=================================

* ヘッダー

=================================*/

.l-header {
    width: 980px;
    margin: 0 auto 20px auto;
}

/*
　サイトタイトル
=================================*/
.l-header__tit {
    font-size: 14px;
    margin-bottom: 15px;
}

/*
　ロゴ
=================================*/
.l-header__logo {
    max-width: 260px;
    float: left;
}

.l-header__logo a {
    display: block;
}

.l-header__logo img {
    width: 80px;
    max-width: 100%;
}

/*
　会社情報
=================================*/
.l-header__menu {
    max-width: 840px;
    float: right;
    padding-top: 10px;
}

.l-header__contact {
    margin-bottom: 5px;
}

/*
　お問い合わせ
=================================*/
.l-header__contact__btn {
    float: right;
    text-align: right;
    margin: 15px 20px 0 0;
}

.l-header__contact__btn a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
    text-align: center;
    background-color: #0b3c5d;
}

.l-header__contact__btn a:hover {
    opacity: 0.7;
}

.l-header__contact__btn a i {
    margin-right: 5px;
}

.l-header__contact__tel {
    float: right;
}

.l-header__contact__tel p {
    font-size: 12px;
}

.l-header__contact__tel h3 {
    font-size: 30px;
    line-height: 0.7;
    letter-spacing: 1.5px;
    font-family: 'Century Gothic', "Arial", sans-serif;
}

/*
　ナビゲーション
=================================*/
.header__gNav {
    float: right;
    width: auto;
    background-color: #FFF;
}

.gNav {
    width: 100%;
    margin: 0 auto;
}

.gNav li {
    width: auto;
    border-left: none;
    margin-left: 25px;
}

.gNav li a {
    line-height: 2;
    font-size: 15px;
    color: #000;
    background-color: #FFF;
}

.gNav li a:hover {
    background-color: #FFF;
    color: #0b3c5d;
}


/*=================================

* フッター

=================================*/

footer {
    border-top: none;
}

.l-footer {
    display: table;
    width: 100%;
}

.l-footer__contact {
    display: table-cell;
    width: 55%;
    vertical-align: top;
    background: #e50012;
    background-image: url(/img/footer__image__house.svg);
    background-size: 270px 270px;
    background-position: bottom 0 right 520px;
    background-repeat: no-repeat;
}

.l-footer__map {
    display: table-cell;
    width: 45%;
    vertical-align: top;
}

.l-footer__map iframe {
    width: 100%;
    height:483px;
    display: block;
}

.l-footer__contact__inner {
    width: 400px;
    margin: 0 0 0 auto;
    padding: 70px 100px 20px 100px;
    text-align: center;
    color: #fff;
}

/*
　店舗情報
=================================*/
.l-footer__contact__logo {
    margin-bottom: 10px;
}

.l-footer__contact__logo img {
    margin-bottom: 7px;
    max-width: 100%;
    width: 80px;
}

.l-footer__contact__logo p {
    font-size: 16px;
}

.l-footer__contact__info {
    margin-bottom: 20px;
}

.l-footer__contact__tel {
    font-size: 48px;
    font-weight: bold;
}

.l-footer__contact__open {
    font-size: 16px;
}

.l-footer__contact__btn {
    margin-bottom: 15px;
}

.l-footer__contact__btn a {
    width: 100%;
    display: block;
    color: #e50012;
    background: #fddb3a;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
}

.l-footer__contact__btn a:hover {
    opacity: 0.7;
}

.l-footer__contact__btn i {
    font-size: 20px;
}

/*
　SNS
=================================*/
.l-footer__contact__sns {
    width: 180px;
    margin: 0 auto;
}

.l-footer__contact__sns ul {
    display: flex;
    justify-content: space-between;
}

.l-footer__contact__sns li img {
    width: 42px;
}

.l-footer__contact__sns li a:hover {
    opacity: 0.7;
}

/*
　ナビゲーション
=================================*/
.l-footer__nav {
    padding: 7px 0;
    background-color: #41444b;
    text-align: center;
}

.l-footer__nav ul {
    display: inline-block;
    vertical-align: top;
}

.l-footer__nav li {
    float: left;
    margin-right: 25px;
}

.l-footer__nav li:last-child {
    margin-right: 0;
}

.l-footer__nav a {
    color: #fff;
    text-decoration: none;
}

.l-footer__nav a:hover {
    text-decoration: underline;
}

/*
　copyright
=================================*/
.copyright {
    background-color: #52575d;
}

/*
　ページの先頭へ
=================================*/
.btn__page_top {
    border-radius: 0;
}


/*=================================

* clearfix

=================================*/

.l-header:after,
.l-header__contact:after {
    content: "";
    display: block;
    clear: both;
}