html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); }
#wrapper {
  font-family: 'noto-sans';
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.6; }

/* CSS Document */
/*--------.couponBtn--------*/
.couponBtn {
  position: relative;
  position: fixed;
  bottom: 180px;
  right: 20px;
  width: 150px;
  height: auto;
  z-index: 999; }

.couponTxt {
  position: absolute;
  z-index: 999; }

.couponBg {
  position: absolute; }

#box05 {
  background: #EEE; }

@media screen and (min-width: 641px) {
  div#head {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9); }
  div#head div#innerHead {
    max-width: 1060px;
    width: 100%;
    display: table;
    margin: auto;
    height: 80px;
    box-sizing: border-box;
    padding: 0px 15px; }
  div#head div#innerHead h1 {
    width: 180px;
    display: table-cell;
    vertical-align: middle; }
  div#head div#innerHead h1 img {
    width: 100%;
    vertical-align: middle; }
  div#head div#innerHead div {
    text-align: right;
    display: table-cell;
    vertical-align: middle; }
  div#head div#innerHead div a {
    color: #000;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 16px; }

  div#content {
    /*margin-top: 80px;*/
    width: 100%;
    margin: 80px auto; }

  div#main {
    display: flex;
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
    box-sizing: border-box; }

  div#mainImg {
    background: url(../images/main.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
    width: 55%; }

  div#description {
    width: 45%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  div#description div.cell h2 {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 15px;
    width: 80%; }
  div#description div.cell h2 img {
    width: 100%; }
  div#description div.cell p {
    font-size: 16px;
    text-align: center; }

  div#detail {
    width: 960px;
    box-sizing: border-box;
    padding: 100px 0px;
    margin: auto; }
  div#detail h3 {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 20px; }
  div#detail h3 img {
    height: 26px; }
  div#detail div#point {
    width: 75%;
    margin: 25px auto; }
  div#detail div#point img {
    width: 100%; }
  div#detail ul {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin-top: 10px; }
  div#detail ul li {
    width: 320px;
    box-sizing: border-box;
    padding: 15px; }
  div#detail ul li div.thumb {
    display: table;
    padding-bottom: 10px;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 15px; }
  div#detail ul li div.thumb div {
    display: table-cell;
    vertical-align: middle;
    width: 114px; }
  div#detail ul li div.thumb div img {
    width: 114px; }
  div#detail ul li div.thumb h4 {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 15px; }
  div#detail ul li div.thumb h4 img {
    height: 16px; }
  div#detail ul li p {
    font-size: 14px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    padding: 15px 0px 0; }

  div#information {
    width: 800px;
    margin: 0px auto; }
  div#information h3 {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 20px; }
  div#information h3 img {
    height: 26px; }
  div#information div.imgArea ul {
    width: 90%;
    margin: auto;
    display: flex; }
  div#information div.imgArea ul li {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px); }
  div#information div.imgArea ul li:first-child {
    margin-right: 5px; }
  div#information div.imgArea ul li:last-child {
    margin-left: 5px; }
  div#information div.imgArea ul li img {
    width: 100%; }
  div#information dl#first {
    margin-top: 25px;
    border-top: 1px solid #eee; }
  div#information dl {
    border-bottom: 1px solid #eee;
    width: 90%;
    font-size: 16px;
    margin: auto;
    padding: 25px 0;
    display: flex; }
  div#information dl dt {
    font-weight: bold; }

  div#btn {
    text-align: center;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
    border: 1px solid #000;
    width: 580px;
    margin-left: auto;
    margin-right: auto; }
  div#btn a {
    padding: 10px 0;
    color: #000;
    text-decoration: none;
    display: block; }
  div#btn a:hover {
    color: #FFF;
    background: #000; }

  #box05 {
    box-sizing: border-box;
    padding: 60px; }

  #box05 p {
    max-width: 900px;
    margin: 0 auto 20px;
    text-align: left; }

  #box05 p em {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.35;
    color: #cc0000; }

  #box05 p span {
    font-weight: bold; } }
@media screen and (max-width: 640px) {
  div#head {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9); }
  div#head div#innerHead {
    max-width: 1060px;
    width: 100%;
    display: table;
    margin: auto;
    height: 60px;
    box-sizing: border-box;
    padding: 0px 15px; }
  div#head div#innerHead h1 {
    width: 120px;
    display: table-cell;
    vertical-align: middle; }
  div#head div#innerHead h1 img {
    width: 100%;
    vertical-align: middle; }
  div#head div#innerHead div {
    text-align: right;
    display: table-cell;
    vertical-align: middle; }
  div#head div#innerHead div a {
    color: #000;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 12px; }

  div#content {
    /*margin-top: 80px;*/
    width: 100%;
    margin: 60px auto; }

  div#main div#mainImg {
    background: url(../images/main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px); }
  div#main div#description {
    box-sizing: border-box;
    padding: 30px 15px; }
  div#main div#description h2 {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 15px;
    width: 70%; }
  div#main div#description h2 img {
    width: 100%; }
  div#main div#description p {
    font-size: 12px;
    text-align: center; }

  div#detail {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px; }
  div#detail h3 {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 20px; }
  div#detail h3 img {
    height: 16px; }
  div#detail div#point {
    background: url(../images/pointDetail.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 83.3%; }
  div#detail ul {
    width: 95%;
    margin: 25px auto 0; }
  div#detail ul li {
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 15px 4px; }
  div#detail ul li:first-child {
    border-top: 1px solid #ccc; }
  div#detail ul li div.thumb {
    width: 100%;
    display: table;
    /*height: 100px;*/
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
  div#detail ul li div.thumb div {
    width: 25%;
    display: table-cell;
    vertical-align: middle; }
  div#detail ul li div.thumb div img {
    width: 100%; }
  div#detail ul li div.thumb h4 {
    width: 75%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10%;
    font-size: 14px;
    font-weight: bold; }
  div#detail ul li div.thumb h4 img {
    height: 14px; }
  div#detail ul li p {
    padding-top: 15px;
    font-size: 12px; }

  div#information {
    margin-top: 50px; }
  div#information h3 {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 20px; }
  div#information h3 img {
    height: 16px; }
  div#information div.imgArea ul {
    width: 90%;
    margin: auto;
    display: flex; }
  div#information div.imgArea ul li {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px); }
  div#information div.imgArea ul li:first-child {
    margin-right: 5px; }
  div#information div.imgArea ul li:last-child {
    margin-left: 5px; }
  div#information div.imgArea ul li img {
    width: 100%; }
  div#information dl#first {
    margin-top: 25px;
    border-top: 1px solid #ccc; }
  div#information dl {
    border-bottom: 1px solid #ccc;
    width: 90%;
    font-size: 12px;
    margin: auto;
    padding: 25px 0; }
  div#information dl dt {
    font-weight: bold; }

  div#btn {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 50px;
    border: 1px solid #000;
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
  div#btn a {
    display: block;
    padding: 5px;
    color: #000;
    text-decoration: none; }
  div#btn a:hover {
    color: #fff;
    background: #000; }

  .spNone {
    display: none; }

  #box05 {
    box-sizing: border-box;
    padding: 50px 0; }

  #box05 p {
    width: 90%;
    margin: 0 auto; }

  #box05 p em {
    font-size: 24px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    line-height: 1.35;
    color: #cc0000; }

  .couponBtn {
    bottom: 110px;
    right: 5px;
    width: 100px;
    height: auto; } }
