﻿@charset "utf-8";

/* 共通 */
.mt-5 { margin-top: 5px;}
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.txt-l { text-align: left;}
.txt_r {text-align: right;}
.color-att { color: #ec0000;}
.color-ora { color: #ff8600;}
.font-b { font-weight: 700;}
.font-s { font-size: 10px;}
.font-m { font-size: 14px;}
.txts{font-size:87%;}


/* ロゴ
========================================================*/
.con-logo{
    border-bottom:2px solid #d0d0d0 ;
}

/* h
========================================================*/
h1{
    text-align: left;
    margin: 0 2% 2%;
    width: 75%;
    display: inline-block;
}

.return {
    right: 3%;
    float: right;
    padding: 5px;
    bottom: -8px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #d0d0d0;
    border-left: 2px solid #d0d0d0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}


/* コンテンツ
========================================================*/
#contents {
    padding-top: 15px;
}

.coupon_detail {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.coupon_detail .tit {
    margin:8% auto 5%;
    padding:0 2%;
}

.coupon_detail .cont-inn a {
    text-decoration: underline;
    color: #0099cc;
    font-weight: 700;
}

.coupon_detail .sec-ttl {
    position: relative;
    margin: 0 0 10px 10px;
    padding: 0 0 0 10px;
    color: #333;
    text-align: left;
    font-size: 18px;
    border-left: solid 6px #ff8600;
    font-weight: bold;
}

.coupon_detail .shop-head{
    max-width: 600px;
    margin: 0 10px;
}

.coupon_detail .cont-inn {
    width: 94%;
    margin: 0 auto 10px;
    text-align: left;
}

.coupon_detail .cont-inn p.titxt{
    text-align: left;
    display:table-cell;
}
.coupon_detail .cont-inn p.map{
    text-align: right;
    width: 12%;
    display:table-cell;
}
.coupon_detail .cont-inn .shop-date{
    padding:0 0 2% 0;
}
.coupon_detail .cont-inn p.shopst{
   padding:1% 0 0;
}
.shopst-tit{
line-height: 2.2;
}
.coupon_detail .coupon-img{
    margin:10px auto 20px;
}

.coupon_detail .cont-wrap {
    margin-top: 20px;
}

.coupon_detail .shop-logo {
    display: table-cell;
    vertical-align: middle;
    padding:10px 0;
}

.coupon_detail .shop-logo img{
    max-width: 170px;
}

.coupon_detail .shop-ttl {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px;
}

.coupon_detail .shop-img {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin:0 0 10px;
}
.coupon_detail .border-t {
    position: relative;
    width: 100%;
}
.coupon_detail .border-t::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
}

/* ページトップ */

#pagetop .inner p a {
    margin: 0 auto !important;
}

/* フッター */

.footer .copyright {
    padding: 15px 5px 15px;
    color: #603A12;
    background: #E1DCC8;
    font-size: 12px;
    text-align: center;
}

/* ====== ハンバーガーメニュー ======= */

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#nav-tgl {
  display: none;
}
.nav-tgl-btn {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
}
.open {
  z-index: 2;
  width: 48px;
  height: 48px;
  background: #000;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
  content: "";
}
.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#nav-tgl:checked + .open {
  background: #FF8806;
  transform: translateX(-250px);
}
#nav-tgl:checked + .open span {
  transform: scaleX(0);
}
#nav-tgl:checked + .open::before {
  transform: rotate(45deg);
}
#nav-tgl:checked + .open::after {
  transform: rotate(-45deg);
}
#nav-tgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0,0,0,.3);
}

.content-wrapper {
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-tgl:checked ~ .content-wrapper {
  transform: translateX(-250px);
}

/* メニューデザイン */
.drower-menu {
  z-index: 999;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0 0 10px;
  box-sizing: border-box;
  background: #333;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drower-menu a {
  display: block;
  color: white;
  padding: 10px;
  text-decoration: inherit;
  transition: background .6s;
    font-size:1.4rem;
}
.drower-menu a:hover {
  background: black;
}
#nav-tgl:checked ~ .drower-menu {
  transform: none;
}

.borderline{
    border-bottom:1px dotted #909090;
    margin:0 5px;
}
/* コンテンツ（PC/TB：768px以上）
========================================================*/
@media (min-width: 600px) {
.con-logo{
    text-align: center;
}
h1{
    text-align: center;
    margin: 0 auto 1%;
    width: 40%;       
    }

}


/* コンテンツ（PC/TB：320px以下）
========================================================*/
@media (max-width: 320px) {

    .coupon_detail .cont-inn p.titxt{
        max-width: 250px;
    }

}