@charset "UTF-8";
/*
  contents

 - reset（編集しない）
 - base（font-familyなどの変更。fontは1.6rem＝16px）
 - link（テキストリンク関連）
 - button（ボタン関連）
 - typography（見出し・注釈・本文など共通）
 - main（各セクションごとのスタイル）
 - footer（コピーライトなどフッター関連）
 - utility（clearfix・mb10など）
 */
/* -----------------------------------------
  reset（編集しない）
----------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  max-height: 99999px;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -----------------------------------------
  base（font-familyなどの変更。fontは1.6rem＝16px）
----------------------------------------- */
/* rem用 */
html {
  font-size: 62.5%;
}

body {
  font-family:'Noto Sans JP' , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" ,  Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.6rem;
}

/* 解析タグの隙間対策 */
body > img {
  display: none;
}

/* 画像の隙間対策 */
#wrapper img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}

/* -----------------------------------------
  link（テキストリンク関連）
----------------------------------------- */
#wrapper a {
  display: inline-block;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  text-decoration: none;
}

#wrapper a:hover {
  opacity: 0.7;
}

#wrapper .rel-box {
  position: relative;
}

/* -----------------------------------------
  button（ボタン関連）
----------------------------------------- */
#wrapper .btn_offer {
  position: absolute;
  width: 90.8%;
  bottom: 14%;
  left:50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);

}

#wrapper .fv_offer .btn_offer{
  bottom: 23%;
}

#wrapper .way .btn_offer{
  bottom: 9%;
}

#wrapper .bottom_offer .btn_offer{
  bottom: 26%;
}


#wrapper .btn_small_offer{
  position: absolute;
  width: 44.9333%;
  bottom: 2%;
  right: 1.5%;
}

#wrapper .offer_date{
  position: absolute;
  bottom: 5%;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  width: 100%;
}

#wrapper .offer_limit{
  position: absolute;
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  bottom: 24%;
  left: 11%;
  font-size:4.5rem;
  color: #fff600;
}

#wrapper .offer_limit span{
  font-size: 7rem;
}



/* -----------------------------------------
  main（各セクションごとのスタイル）
----------------------------------------- */
/* サイトの最大幅 */
#wrapper {
  max-width: 750px;
  width: 750px;
  margin: 0 auto;
  　-webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}

#wrapper .inner{
  padding: 5% 0;
}

#wrapper h1{
  text-align: center;
  font-size: 3rem;
  margin-bottom: 8%;
}

#wrapper p,
#wrapper dt,
#wrapper dd
{
  font-size: 1.6rem;
  line-height: 1.6;
}
#wrapper p,
#wrapper dd{
  margin-bottom: 5%;
}
#wrapper dt{
  font-weight: bold;
  margin-bottom: 2%;
}
#wrapper p.back{
  text-align: center;
  font-size: 2rem;
  margin-top: 10%;

}
#wrapper p.back a{
  color: #372116;
  text-align: center;
  border-bottom: 1px solid #372116;
}

@media (max-width:750px){

  #wrapper {
    padding: 5% 3% 0;
    width: 100%;
  }
  #wrapper p,
#wrapper dt,
#wrapper dd
{
  font-size: 1.6rem;
  line-height: 1.6;
}
}