@charset "UTF-8";

/* -------------------------------------------------------

 * レイアウト

------------------------------------------------------- */

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}



/* -------------------------------------------------------

 * ヘッダー領域

------------------------------------------------------- */

/*==================================
* ヘッダー
==================================*/
header {
    width: 980px;
    margin: 0 auto 25px auto;
    border-bottom: none;
}

.header__tit {
    margin-bottom: 20px;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.header--lt {
    width: 371px;
    float: left;
    padding-top: 5px;
}

.header--rt {
    float: right;
}

.header__menu {
    float: right;
    padding-top: 15px;
    margin-right: 5px;
}

.header__menu li {
    float: left;
    background: #0b3c5d;
    margin-right: 5px;
}

.header__menu li a {
    text-decoration: none;
    color: #FFF;
    padding: 6px 15px 5px 15px;
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
}

.header__menu li:hover {
    opacity: 0.7;
}

.header__inquiry-tel  {
    float: right;
    margin: 0;
}

.header__inquiry-tel p {
    font-size: 12px;
}

.header__inquiry-tel h3 {
    font-size: 30px;
    line-height: 0.7;
    font-weight: normal;
    color: #000;
    letter-spacing: 1.5px;
    font-family: 'Century Gothic', 'arial', "Yu Gothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}


/*==================================
* ナビゲーション
==================================*/
.header__gNav {
    margin: 5px 0 0 0;
    background-color: #FFF;
    border-bottom: none;
    float: right;
    width: auto;
}

.gNav {
    width: 100%;
}

.gNav li {
    border-right: none;
}

.gNav li a {
    min-width: auto;
    line-height: 2;    
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 0 13px;
    box-sizing: border-box;
}

.gNav li a:hover {
    color: #c1272d;
}

.gNav li:last-child a {
    padding: 0 0 0 10px;
}

.gNav li:first-child {
    border-left: none;
}

.gNav li:hover, .gNav li.gNav--current {
    background-color: #FFF;
}


/* -------------------------------------------------------

 * コンテンツトップ領域

------------------------------------------------------- */

/*==================================
 * コンテンツトップ
==================================*/
.contentsTop__main-img {
    width: 100%;
    margin: 0 auto;
}

.contentsTop__main-img .sp-slide {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}



/* -------------------------------------------------------

 * メイン領域

------------------------------------------------------- */

/*===============================
＊　お知らせ
================================*/
.main__newList {
    padding: 20px 5px 0 5px;
    border-top: solid 1px #000;
    margin-bottom: 80px;
}

.main__newList dt {
    float: left;
    margin: 0 15px;
    font-size: 13px;
    padding: 4px 5px 2px 5px;
    color: #555;
}

.main__newList dd {
    margin-bottom: 15px;
    padding: 3px 0 20px 0;
    border-bottom: 1px solid #000;
}

.main__newList dd a {
    text-decoration: none;
    color: #000;
}

.main__newList dd a:hover {
    text-decoration: underline;
}



/* -------------------------------------------------------

 * フッター 領域

------------------------------------------------------- */

/*==================================
 * フッター
==================================*/
footer {
    border-top: none;
    background-color: #0b3c5d;
}

.footer {
    padding: 10px 0 20px 0;
}

/* ナビゲーション
======================= */
.footer__nav {
    width: 47%;
    float: left;
    display: inline-block;
    padding-top: 10px;
}

.footer__nav-inner {
    width: 100%;
}

.footer__nav li, 
.footer__nav a {
    padding: 0 0 3px 0;
    font-size: 15px;
}

.footer__nav a:hover {
    color: #fdd100;
}

.footer__nav a:after {
    margin-left: 15px;
    margin-right: 15px;
    content: "";
}

.footer__nav a:before {
    content: "・";
}

/* 問い合わせ
======================= */
.footer__inquiry {
    float: right;
    width: 50%;
    color: #FFF;
}

.footer__inquiry h3 {
    position: relative;
    height: 16px;
    width: 100%;
    margin: 0 auto 20px 0;
    text-align: center;
    border-bottom: 1px solid #FFF;
    font-weight: normal;
}

.footer__inquiry span {
    font-size: 18px;
    background: #0b3c5d;
    position: absolute;
    top: 60%;
    left: 50%;
    margin: -0.3em 0 0 -23%;
    padding: 0 13px;
}

.footer__inquiry-box {
    height: 45px;
}

.footer__inquiry--lt {
    width: 40%;
    float: left;
    display: block;
    font-size: 15px;
    padding: 7px 0 0 20px;
    box-sizing: border-box;
}

.footer__inquiry--rt {
    width: 57%;
    float: right;
    display: block;
    font-size: 32px;
    margin-top: -5px;
    letter-spacing: 1px;
    text-align: right;
}

.footer__inquiry-btn a {
    width: 100%;
    display: block;
    color: #0b3c5d;
    background: #FFF;
    border: 1px solid #FFF;
    text-decoration: none;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
}

.footer__inquiry-btn a:hover {
    background: #b40101;
    border: 1px solid #b40101;
    color: #FFF;
}

/* 店舗情報
======================= */
.footer__shopinfo {
    margin: 0 auto;
    padding: 15px 0 5px 0;
    background-color: #fff;
}

.footer__shopinfo__inner {
    width: 980px;
    margin: 0 auto;
}

.footer__shopinfo-address {
    margin: 8px 20px 0 0 ;
}

.footer__shopinfo-address li {
    font-size: 13px;
}

.footer__shopinfo-logo {
    margin: 10px 15px 0 0;
}

.footer__shopinfo-contact {
    float: right;
    padding-top: 5px;
}

.footer__shopinfo-contact dt {
    background-color: #0b3c5d; 
}

.footer__shopinfo-contact dd {
    color: #0b3c5d;
}

/* ページの先頭へ
 ======================= */
.btn__page_top {
    bottom: 50px;
}