@charset "UTF-8";

/* -------------------------------------------------------

 * ヘッダー領域

------------------------------------------------------- */


.header {
    border-top: 5px solid #264e86;
    padding-top: 10px;
    
    text-align: center;

    width: 100%;
    margin: 0 auto;
    position: relative;
}


/*==================================
 * メニューボタン
==================================*/
.header__menu {
    display: block;
    position: absolute;
    z-index: 99;
    
    top: 25px;
    left: 15px;
}

.header__menu-btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;

    width: 50px;
    height: 46px;
    margin: auto;
    cursor: pointer;
    background:#093675;
    border: 2px solid #444;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.header__menu-btn span {
    position: absolute;
    left: 8px;
    height: 4px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
}
.header__menu-btn span:nth-of-type(1) {
  top: 6px;
}
.header__menu-btn span:nth-of-type(2) {
  top: 19px;
}
.header__menu-btn span:nth-of-type(3) {
  bottom: 6px;
}



/* ロゴ
======================= */
.header__logo {
    float: none;
    margin: 2px auto;
    display: inline-block;
    
    max-width: none;
}
    
    
/* produced by SESH
======================= */
.header__produced_box {
    display: none;
}


/* 問合せ
======================= */
.header__inquiry {
    width: 100%;
    display: block;
    float: none;
    padding: 10px 0;
}

.header__inquiry h3 {
	width: 49%;
	float: left;
	font-size: 13px;
}

.header__inquiry-mail {
	width: 49%;
	float: right;
    padding: 0;
    background-color: #264e86;
    border-radius: 4px;
}

.header__inquiry-mail a {
	font-size: 15px;
	padding: 7px 10px;
	display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #FFF;
}


/* -------------------------------------------------------

 * ナビゲーション

------------------------------------------------------- */

.header__gNav {
    display: none;
}



/* -------------------------------------------------------

 * コンテンツトップ領域

------------------------------------------------------- */

/*==================================
 * メイン画像
==================================*/
.contentsTop__main-img {
    width: 100%;
    height: 30vw;
    max-height: 430px;
    min-height: 280px;
    margin: 0 auto 10px auto;
    background-image: url(../img/img_main.jpg); 
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.contentsTop__main-img_inner {
    margin: 0 auto;
    position: relative;
}

.contentsTop__main-img_inner h2,
.contentsTop__main-img_inner h3,
.contentsTop__main-img_inner h4,
.contentsTop__main-img_inner p {
    position: absolute;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.55);
    padding: 3px 8px;
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "Meiryo", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.contentsTop__main-img_inner h2 {
    top: 60px;
}

.contentsTop__main-img_inner h3 {
    top: 115px;
}

.contentsTop__main-img_inner h4 {
    top: 170px;
}

.contentsTop__main-img_inner p {
    top: 225px;
}


/* -------------------------------------------------------

 * コンテンツ

------------------------------------------------------- */

/* main
 ======================= */

.contents.layout_m {
    width: 100%;
}

.layout_m .cont_main {
    width: 100%;
    padding: 0;
}


/*==================================
 * 新着情報
==================================*/

.main__newList dt {
    float: none;
    padding-top: 10px;
}

.main__newList dd a {
    display: block;
    padding: 7px 0 15px 0;
}



/* -------------------------------------------------------

 * フッター領域

------------------------------------------------------- */
footer {

}

.footer .container {
    padding: 0px;
}

.footer__menu li {
	list-style: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #FFF;
}

.footer__menu li:first-child {
    border-top: 1px solid #dddddd;
}

.footer__menu li a {
    padding: 15px 20px 15px 15px;
    text-decoration: none;
    display: block;
    position: relative;
    color: #333;
}

.footer__menu li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.footer__shopinfo {
	background-color: #343436;
	margin: 50px 0 0 0;
    padding: 20px 10px 10px 10px;
}

.footer__shopinfo-logo {
	text-align: center;
	margin-bottom: 10px;
}

.footer__shopinfo-logo img {
	width: 70%;
}

.footer__nav {
	width: 100%;
    margin-bottom: 10px;
    padding: 0;
}

.footer__nav li {
    width: 50%;
    list-style: none;
    background-color: #FFF;
    float: left;
    display: inline-block;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}

.footer__nav li a {
    padding: 15px 20px 15px 15px;
    text-decoration: none;
    display: block;
    position: relative;
    color: #333;
}

.footer__nav li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.footer__shopinfo-inquiry a {
	width: 100%;
	background-color: #264e86;
}