@charset "UTF-8";

/* -------------------------------------------------------

 * レイアウト

------------------------------------------------------- */

body {
    font-family: 'Noto Sans Japanese', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*==================================
 * コンテンツ
==================================*/

.contents {
    padding: 20px 0 30px 0;
}



/* -------------------------------------------------------

 * ヘッダー領域

------------------------------------------------------- */

/*==================================
* ヘッダー
==================================*/
.header {
    margin: 0 auto;
    padding: 10px 0;
}

/* ヘッダータイトル
======================= */
.header__tit {
    background-color: #fafafa;
    border-bottom: 1px solid #cccccc; 
    padding: 3px 0;
}

.header_inner {
    width: 980px;
    margin: 0 auto;
}

.header__tit h1 {
    color: #000;
    margin: 0;
}

/* ロゴ
======================= */
.header__logo {
    max-width: 417px;
}

/* 問合せ
======================= */
.header__inquiry-mail {
    padding-top: 7px;
}

.header__inquiry-tel {
    margin: 0 10px 0 0;
}

.header__inquiry-tel h3 {
    font-size: 33px;
    height: 43px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000;
    font-family: 'Century Gothic', 'arial', "Yu Gothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.header__openClose {
    font-size: 13px;
}

/* 問合せボタン
======================= */
.btn__inquiry-mail {
    background-color: #ff8426;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
}


/*==================================
* ナビゲーション
==================================*/
.header__gNav {
    margin: 0;
    background: #fff;
    border-bottom: 3px solid #135fb6;
    border-top: 1px solid #cccccc;
}

.gNav {
    margin: 0 auto;
}

.gNav li {
    border-left: 1px solid #ccc;
}

.gNav li a {
    font-weight: normal;
    color: #000;
    background-color: #fff;
}

.gNav li:hover, .gNav li.gNav--current {
    background-color: #fafafa;
}

.gNav li a.gNav--current {
    border-bottom: none;
    line-height: 50px;
}

/* -------------------------------------------------------

 * コンテンツトップ領域

------------------------------------------------------- */

/*==================================
 * コンテンツトップ
==================================*/
.contentsTop {
    margin: 0 auto 20px auto;
}

.contentsTop__main-img {
    width: 100%;
    height: 430px;
    background-image: url(../img/main__img.jpg); 
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 auto 20px auto;
}

.contentsTop__main-inner {
    width: 980px;
    height: 430px;
    margin: 0 auto;
    position: relative;
}

/* ボタン検索
======================= */
.contentsTop__main-inner .btn__search {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.contentsTop__main-inner .btn__search li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.contentsTop__main-inner .btn__search li a:hover {
    opacity: 0.9;
}


/* -------------------------------------------------------

 * メイン領域

------------------------------------------------------- */

/*===============================
＊　お知らせ
================================*/
.main__newList dt {
    float: left;
    margin: 0 15px;
    padding: 3px 5px 2px 5px;
    color: #000;
}

.main__newList dd {
    margin-bottom: 15px;
    padding: 3px 0 20px 0;
    border-bottom: 1px solid #000;
}

.main__newList dd:last-child {
    border-bottom: none;
}

.main__newList dd a {
    text-decoration: none;
    color: #000;
}

.main__newList dd a:hover {
    text-decoration: underline;
}



/* -------------------------------------------------------

 * フッター 領域

------------------------------------------------------- */

/*==================================
 * フッター
==================================*/
footer {
    border-top: none;
    background-color: #135fb6;
}

.footer {
    padding: 10px 0 20px 0;
}

/* ナビゲーション
======================= */
.footer__nav {
    width: 50%;
    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: 46%;
    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: #135fb6;
    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-top: 7px;
}

.footer__inquiry--rt {
    width: 54%;
    float: right;
    display: block;
    font-size: 32px;
    margin-top: -5px;
    letter-spacing: 1px;
}

.footer__inquiry-btn a {
    width: 100%;
    display: block;
    color: #135fb6;
    background: #FFF;
    border: 1px solid #FFF;
    text-decoration: none;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
}

.footer__inquiry-btn a:hover {
    background: #ff8426;
    border: 1px solid #ff8426;
    color: #FFF;
}

/* 店舗情報
======================= */
.footer__shopinfo {
    margin: 0 auto;
    padding: 15px 0 0 0;
    background-color: #fff;
}

.footer__shopinfo__inner {
    width: 980px;
    margin: 0 auto;
}

.footer__shopinfo-address {
    margin: 18px 20px 0 0 ;
}

.footer__shopinfo-address li {
    font-size: 13px;
    color:#135fb6 ;
}

.footer__shopinfo-logo {
    margin: 10px 10px 0 0 ;
}

.footer__shopinfo-contact {
    float: right;  
}

.footer__shopinfo-contact dt {
    background-color: #135fb6; 
}

.footer__shopinfo-contact dd {
    color: #135fb6;
}