@charset "euc-jp";
body {
    background-color: #fff;
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
    color: #464e54;
}

a {
    color: #464e54;
}

a:hover {
    color: #5e5e5e;
}

a img:hover {
    opacity: 0.6;
    transition: .3s;
}

/*
 * layout
 */
#wrapper {
    max-width: 1000px;
}

/*
 * contents
 */

#contents {
    float: right;
    padding-left: 30px;
}

#contents .topicpath-nav {
    margin-bottom: 5px;
}

#contents .topicpath-nav li {
    padding: 0;
}

#contents .topicpath-nav a {
    margin-left: 5px;
}

/*
 * side
 */

#side .unstyled img {
    display: block;
    margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
    background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
    width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
    width: 24px;
    height: 24px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.icon-b,
.icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
}

.icon-lg-b,
.icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
    .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
    .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
    .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
    .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/* ----------------------------------------
* ADD
---------------------------------------- */
h1,h2,h3 {
    color: #2e6d73;
}

li a{
    transition: all 0.7s;
}

li a:hover{
    color: #7ba9d1;
    text-decoration: none;
}

#header ul li a.myaccount,
#header ul li a.login,
#header ul li a.mail,
#header ul li a.cart {
    border: none;
}

i.icon-b {
    display: none;
}

#contents h2{
    font-size: 1.2em;
}

#side h3{
    font-size: 0.9em;
}

ul,ol{
    list-style: none;
}

ul.gnavi{
    display: flex;
    justify-content: space-around;
}
  
#option_navi h4{
    text-align: center;
	font-size:2.0em;
}

/*dlテーブル*/
#option_navi dl,
#option_navi dl > dt,
#option_navi dl > dd {
	line-height:1.7em;
    box-sizing: border-box;
}

#option_navi dl {
	margin:0 1% 5% ;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
    border-top: none;
	letter-spacing:0.1em;
	box-shadow:0px 10px 8px -11px #eaeaea;
}

#option_navi dl dt{
	background-color: rgba(180,180,180,0.3);
}

#option_navi dl dd{
	background-color: rgba(255,255,255,0.2);
}

#option_navi dl > dt,
#option_navi dl > dd {
    width: 100%;
    padding: 1em;
    margin: 0px;
    border-top: 1px solid #eee;
}
#option_navi dl > dt {
    text-align: center;
}

#option_navi dl > dd {
    text-align: left;
}

#option_navi dl_half,
#option_navi dl_half > dt,
#option_navi dl_half > dd {
	line-height:1.7em;
    box-sizing: border-box;
}
#option_navi dl_half {
	margin:0 5% 5% ;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
    border-top: none;
	letter-spacing:0.1em;
	box-shadow:0px 10px 8px -11px #eaeaea;
}
#option_navi dl_half dt{
	background-color: rgba(180,180,180,0.3);
}
#option_navi dl_half dd{
	background-color: rgba(255,255,255,0.2);
}
#option_navi dl_half > dt,
#option_navi dl_half > dd {
    width: 100%;
    padding: 1em;
    margin: 0px;
    border-top: 1px solid #eee;
}
#option_navi dl_half > dt {
    text-align: center;
}
#option_navi dl_half > dd {
    text-align: left;
}

#option_navi dl dt.hid {
	display:none;
}

@media print, (max-width: 767px) {
ul.gnavi {
    display: none;
}
}

/* ヘッダー */
.top.head {
    background-color: #900707;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
}

.top.head ul.inline.pull-right.col-sm-12.hidden-phone.txt_r {
    float: unset;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    display: block;
    border-right: 1px solid #fff;
}
.top.head ul.inline li {
    border-left: 1px solid #fff;
}

.top.head a.txt_c_333 {
    color: #fff;
}

.top.head a.txt_c_333:hover {
    color: #333;
    transition: .3s;
}

.shop_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 80px auto 16px;
}

p.shop_txt {
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #aaa;
}

.c_menu {
    border-bottom: 4px solid #900707;
}

.gnavi li.pad_v_10.mar_r_20 {
    min-width: 80px;
}

.gnavi li.new_item a, .gnavi li a:hover {
    background:  #900707;
}

ul.gnavi {
    justify-content: flex-start;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

/* ハンバーガーメニュー */
#h-nav{
    position:fixed;
    z-index: 998;
    top:0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color: #900707;
    transition: all 0.6s;
    overflow: auto;
}

/*アクティブクラスがついたら位置を0に*/
#h-nav.panelactive{
    right: 0;
}

/*ナビゲーション*/
#h-nav ul {
    width: 300px;
    margin: 0;
}

#h-nav-list {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

/*リストのレイアウト設定*/
#h-nav li a{
    color: #fff;
    padding:10px 0;
    display: block;
    letter-spacing: 0.1em;
    white-space: nowrap;
    transition: all .4s;
}

#h-nav li a:hover {
    color: #333;
}

/* ハンバーガーメニューbtn */
.openbtn {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: calc(50% - 500px);
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.openbtn::after {
    content: 'menu';
    position: absolute;
    font-size: 10px;
    bottom: 0px;
    left: 15px;
    font-weight: 400;
    color: #fff;
}

.openbtn.active::after {
    bottom: -2px;
    left: 18px;
    color: #fff;
}

/* ハンバーガーメニューbtn ×に */
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 30px;
}

.openbtn span:nth-of-type(1) {
    top:15px;	
}

.openbtn span:nth-of-type(2) {
    top:23px;
}

.openbtn span:nth-of-type(3) {
    top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30px;
    background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
    background-color: #fff;
}

h1.s_logo {
    text-align: center;
}

.h_box {
    width: 33%;
    padding: 0 10px;
    box-sizing: border-box;
}

h2.h_title {
    color: #fff;
    border-bottom: 1px solid;
}

/* スライダー */

.slider {
    background-color: #333;
}

.slider .bx-wrapper {
    width: 1000px;
}

.bx-viewport {
    max-height: 500px;
}

.bx-wrapper img {
    min-height: 100%;
    height: fit-content;
    object-fit: cover;
    width: 100%;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: unset!important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    border: unset!important;
}

/* 写真正方形 */
.square ul.row > .col img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

/*サイド*/
#side .bor_b_1 {
    border-top: 2px solid #900707;
    border-bottom: 2px solid #900707;
}

#side .bor_t_1 {
    border-top: 1px solid #ccc;
}

#side .pad_10.bor_t_1:first-child {
    border-top: none;
}

#side h3 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #333;
    margin: 20px 0 10px;
}

#side img.bnr {
    margin: 1em 0;
}

#side .unstyled img {
    display: inline;
    margin-bottom: 0;
    max-width: 20%;
    height: auto;
}

#side img.bnr {
    max-width: none;
}
.tbl_calendar {
    border: none !important;
    width: 100% !important;
    table-layout: fixed;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

.tbl_calendar th, .tbl_calendar td {
    padding: 4px !important;
    text-align: center !important;
    border-bottom: 1px solid #ccc !important;
}

/* コンテンツ */
#contents .bor_b_1 {
    border-bottom: 2px solid #900707;
}

#contents h2 {
    font-size: 1.2em;
    font-size: 1.2rem;
    font-weight: normal;
    color: #333;
    margin: 20px 0 10px;
}

/* アイコン */
img.s_icon {
    width: 20px;
    margin-right: 5px;
    padding-bottom: 2px;
}

.recommend_pepabo_rcmd_body h3 {
    background: #333!important;
    color: #fff;
}

/* フッター */
#footer {
    background-color: #900707;
    color: #fff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

#footer ul.inline {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

#footer a {
    color: #fff;
}

/* ========================================
   実店舗紹介バナー
======================================== */

.realshop-banner {
  width: 100%;
  max-width: 1180px;
  margin: 50px auto 30px;
  padding: 0 15px;
  box-sizing: border-box;
}

.realshop-banner a {
  display: block;
  transition: opacity 0.3s ease;
}

.realshop-banner a:hover {
  opacity: 0.85;
}

.realshop-banner img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

/* スマートフォン表示 */
@media screen and (max-width: 767px) {
  .realshop-banner {
    margin: 30px auto 20px;
    padding: 0 10px;
  }
}

/* ==========================================
   実店舗紹介文
========================================== */

.shop-introduction {
  width: 100%;
  max-width: 1180px;
  margin: 50px auto 25px;
  padding: 30px 40px;
  box-sizing: border-box;
  background: #f7f7f7;
  text-align: center;
}

.shop-introduction h2 {
  margin: 0 0 18px;
  color: #333333;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
}

.shop-introduction p {
  max-width: 950px;
  margin: 0 auto;
  color: #555555;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

/* スマートフォン表示 */
@media screen and (max-width: 767px) {
  .shop-introduction {
    margin: 35px auto 20px;
    padding: 25px 18px;
  }

  .shop-introduction h2 {
    font-size: 21px;
    line-height: 1.5;
    text-align: left;
  }

  .shop-introduction p {
    font-size: 14px;
    line-height: 1.9;
  }
}
