@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}
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, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.bsbb {
  box-sizing: border-box !important;
}

.bsbb * {
  box-sizing: border-box !important;
}

/* === color ===================================================== */
.yellow {
  color: #fff200;
}

.red {
  color: #e80000;
}

.pink {
  color: #ed0d55;
}

.blue {
  color: #0000e8;
}

.green {
  color: #335d34;
}

.black {
  color: #3b3b3b;
}

.black2 {
  color: black;
}

.orange {
  color: #f26522;
}

.white {
  color: white;
}

.gray {
  color: #575757;
}

.gray2 {
  color: #aaaaaa;
}

/* === common ==================================================== */
/* 汎用クラス */
body {
  font-size: 0.8em;
  position: relative;
  line-height: 1.2em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

html, body {
  min-width: 320px;
  max-width: 560px;
  margin: 0 auto;
}

.imgtop {
  vertical-align: bottom;
  margin: 0px;
}

.imgbtm {
  vertical-align: top;
}

.imgmdl {
  vertical-align: middle;
}

input.han {
  ime-mode: disabled;
}

input.zen {
  ime-mode: active;
}

textarea.han {
  ime-mode: disabled;
}

textarea.zen {
  ime-mode: active;
}

.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.d-n {
  display: none !important;
}

.bold {
  font-weight: bold !important;
}

.b100, .font-thin {
  font-weight: 100 !important;
}

.b200, .font-extralight {
  font-weight: 200 !important;
}

.b300, .font-light {
  font-weight: 300 !important;
}

.b400 {
  font-weight: 400 !important;
}

.b500 {
  font-weight: 500 !important;
}

.b600 {
  font-weight: 600 !important;
}

.b700 {
  font-weight: 700 !important;
}

.b800 {
  font-weight: 800 !important;
}

.b900 {
  font-weight: 900 !important;
}

.b1000 {
  font-weight: 1000 !important;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.nobold {
  font-weight: normal !important;
}

.italic {
  font-style: italic;
}

.noitalic {
  font-style: normal;
}

.tdu {
  text-decoration: underline !important;
}

.tdn {
  text-decoration: none !important;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.al-l, .ta-l {
  text-align: left !important;
}

.al-r, .ta-r {
  text-align: right !important;
}

.al-c, .ta-c {
  text-align: center !important;
}

@media (max-width: 767px) {
  .xs-d-b {
    display: block !important;
  }

  .xs-d-ib {
    display: inline-block !important;
  }

  .xs-d-n {
    display: none !important;
  }

  .xs-al-l, .xs-ta-l {
    text-align: left !important;
  }

  .xs-al-r, .xs-ta-r {
    text-align: right !important;
  }

  .xs-al-c, .xs-ta-c {
    text-align: center !important;
  }

  .xs-bold {
    font-weight: bold !important;
  }

  .xs-nobold {
    font-weight: normal !important;
  }

  .xs-italic {
    font-style: italic;
  }

  .xs-noitalic {
    font-style: normal;
  }

  .xs-fl-n {
    float: none !important;
  }

  .xs-fl-l {
    float: left !important;
  }

  .xs-fl-r {
    float: right !important;
  }
}
.pos-r {
  position: relative;
}

.light {
  font-weight: lighter;
}

.font-meiryo {
  font-family: "Meiryo", "メイリオ", "Osaka";
}

.m0a {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

.f25 {
  font-size: 25px !important;
}

.f26 {
  font-size: 26px !important;
}

.f27 {
  font-size: 27px !important;
}

.f28 {
  font-size: 28px !important;
}

.f29 {
  font-size: 29px !important;
}

.f30 {
  font-size: 30px !important;
}

.f31 {
  font-size: 31px !important;
}

.f32 {
  font-size: 32px !important;
}

.f33 {
  font-size: 33px !important;
}

.f34 {
  font-size: 34px !important;
}

.f35 {
  font-size: 35px !important;
}

.f36 {
  font-size: 36px !important;
}

.f37 {
  font-size: 37px !important;
}

.f38 {
  font-size: 38px !important;
}

.f39 {
  font-size: 39px !important;
}

.f40 {
  font-size: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.op00 {
  opacity: 0;
}

.op01 {
  opacity: 0.1;
}

.op02 {
  opacity: 0.2;
}

.op03 {
  opacity: 0.3;
}

.op04 {
  opacity: 0.4;
}

.op05 {
  opacity: 0.5;
}

.op06 {
  opacity: 0.6;
}

.op07 {
  opacity: 0.7;
}

.op08 {
  opacity: 0.8;
}

.op09 {
  opacity: 0.9;
}

.op010 {
  opacity: 1;
}

.op011 {
  opacity: 1.1;
}

.op012 {
  opacity: 1.2;
}

.op013 {
  opacity: 1.3;
}

.op014 {
  opacity: 1.4;
}

.op015 {
  opacity: 1.5;
}

.op016 {
  opacity: 1.6;
}

.op017 {
  opacity: 1.7;
}

.op018 {
  opacity: 1.8;
}

.op019 {
  opacity: 1.9;
}

.op020 {
  opacity: 2;
}

.mw10 {
  max-width: 10%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw20 {
  max-width: 20%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw30 {
  max-width: 30%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw40 {
  max-width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw50 {
  max-width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw60 {
  max-width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw70 {
  max-width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw80 {
  max-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw90 {
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw100 {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw110 {
  max-width: 110%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw120 {
  max-width: 120%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw130 {
  max-width: 130%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw140 {
  max-width: 140%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw150 {
  max-width: 150%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw160 {
  max-width: 160%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw170 {
  max-width: 170%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw180 {
  max-width: 180%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw190 {
  max-width: 190%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw200 {
  max-width: 200%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 1200px) {
  .md-mt0 {
    margin-top: 0px !important;
  }

  .md-mt5 {
    margin-top: 5px !important;
  }

  .md-mt10 {
    margin-top: 10px !important;
  }

  .md-mt15 {
    margin-top: 15px !important;
  }

  .md-mt20 {
    margin-top: 20px !important;
  }

  .md-mt25 {
    margin-top: 25px !important;
  }

  .md-mt30 {
    margin-top: 30px !important;
  }

  .md-mt35 {
    margin-top: 35px !important;
  }

  .md-mt40 {
    margin-top: 40px !important;
  }

  .md-mt45 {
    margin-top: 45px !important;
  }

  .md-mt50 {
    margin-top: 50px !important;
  }

  .md-mt55 {
    margin-top: 55px !important;
  }

  .md-mt60 {
    margin-top: 60px !important;
  }

  .md-mt65 {
    margin-top: 65px !important;
  }

  .md-mt70 {
    margin-top: 70px !important;
  }

  .md-mt75 {
    margin-top: 75px !important;
  }

  .md-mt80 {
    margin-top: 80px !important;
  }

  .md-mt85 {
    margin-top: 85px !important;
  }

  .md-mt90 {
    margin-top: 90px !important;
  }

  .md-mt95 {
    margin-top: 95px !important;
  }

  .md-mt100 {
    margin-top: 100px !important;
  }

  .md-mr0 {
    margin-right: 0px !important;
  }

  .md-mr5 {
    margin-right: 5px !important;
  }

  .md-mr10 {
    margin-right: 10px !important;
  }

  .md-mr15 {
    margin-right: 15px !important;
  }

  .md-mr20 {
    margin-right: 20px !important;
  }

  .md-mr25 {
    margin-right: 25px !important;
  }

  .md-mr30 {
    margin-right: 30px !important;
  }

  .md-mr35 {
    margin-right: 35px !important;
  }

  .md-mr40 {
    margin-right: 40px !important;
  }

  .md-mr45 {
    margin-right: 45px !important;
  }

  .md-mr50 {
    margin-right: 50px !important;
  }

  .md-mr55 {
    margin-right: 55px !important;
  }

  .md-mr60 {
    margin-right: 60px !important;
  }

  .md-mr65 {
    margin-right: 65px !important;
  }

  .md-mr70 {
    margin-right: 70px !important;
  }

  .md-mr75 {
    margin-right: 75px !important;
  }

  .md-mr80 {
    margin-right: 80px !important;
  }

  .md-mr85 {
    margin-right: 85px !important;
  }

  .md-mr90 {
    margin-right: 90px !important;
  }

  .md-mr95 {
    margin-right: 95px !important;
  }

  .md-mr100 {
    margin-right: 100px !important;
  }

  .md-mb0 {
    margin-bottom: 0px !important;
  }

  .md-mb5 {
    margin-bottom: 5px !important;
  }

  .md-mb10 {
    margin-bottom: 10px !important;
  }

  .md-mb15 {
    margin-bottom: 15px !important;
  }

  .md-mb20 {
    margin-bottom: 20px !important;
  }

  .md-mb25 {
    margin-bottom: 25px !important;
  }

  .md-mb30 {
    margin-bottom: 30px !important;
  }

  .md-mb35 {
    margin-bottom: 35px !important;
  }

  .md-mb40 {
    margin-bottom: 40px !important;
  }

  .md-mb45 {
    margin-bottom: 45px !important;
  }

  .md-mb50 {
    margin-bottom: 50px !important;
  }

  .md-mb55 {
    margin-bottom: 55px !important;
  }

  .md-mb60 {
    margin-bottom: 60px !important;
  }

  .md-mb65 {
    margin-bottom: 65px !important;
  }

  .md-mb70 {
    margin-bottom: 70px !important;
  }

  .md-mb75 {
    margin-bottom: 75px !important;
  }

  .md-mb80 {
    margin-bottom: 80px !important;
  }

  .md-mb85 {
    margin-bottom: 85px !important;
  }

  .md-mb90 {
    margin-bottom: 90px !important;
  }

  .md-mb95 {
    margin-bottom: 95px !important;
  }

  .md-mb100 {
    margin-bottom: 100px !important;
  }

  .md-mb100 {
    margin-bottom: 100px !important;
  }

  .md-ml0 {
    margin-left: 0px !important;
  }

  .md-ml5 {
    margin-left: 5px !important;
  }

  .md-ml10 {
    margin-left: 10px !important;
  }

  .md-ml15 {
    margin-left: 15px !important;
  }

  .md-ml20 {
    margin-left: 20px !important;
  }

  .md-ml25 {
    margin-left: 25px !important;
  }

  .md-ml30 {
    margin-left: 30px !important;
  }

  .md-ml35 {
    margin-left: 35px !important;
  }

  .md-ml40 {
    margin-left: 40px !important;
  }

  .md-ml45 {
    margin-left: 45px !important;
  }

  .md-ml50 {
    margin-left: 50px !important;
  }

  .md-ml55 {
    margin-left: 55px !important;
  }

  .md-ml60 {
    margin-left: 60px !important;
  }

  .md-ml65 {
    margin-left: 65px !important;
  }

  .md-ml70 {
    margin-left: 70px !important;
  }

  .md-ml75 {
    margin-left: 75px !important;
  }

  .md-ml80 {
    margin-left: 80px !important;
  }

  .md-ml85 {
    margin-left: 85px !important;
  }

  .md-ml90 {
    margin-left: 90px !important;
  }

  .md-ml95 {
    margin-left: 95px !important;
  }

  .md-ml100 {
    margin-left: 100px !important;
  }
}
@media (max-width: 991px) {
  .sm-mt0 {
    margin-top: 0px !important;
  }

  .sm-mt5 {
    margin-top: 5px !important;
  }

  .sm-mt10 {
    margin-top: 10px !important;
  }

  .sm-mt15 {
    margin-top: 15px !important;
  }

  .sm-mt20 {
    margin-top: 20px !important;
  }

  .sm-mt25 {
    margin-top: 25px !important;
  }

  .sm-mt30 {
    margin-top: 30px !important;
  }

  .sm-mt35 {
    margin-top: 35px !important;
  }

  .sm-mt40 {
    margin-top: 40px !important;
  }

  .sm-mt45 {
    margin-top: 45px !important;
  }

  .sm-mt50 {
    margin-top: 50px !important;
  }

  .sm-mt55 {
    margin-top: 55px !important;
  }

  .sm-mt60 {
    margin-top: 60px !important;
  }

  .sm-mt65 {
    margin-top: 65px !important;
  }

  .sm-mt70 {
    margin-top: 70px !important;
  }

  .sm-mt75 {
    margin-top: 75px !important;
  }

  .sm-mt80 {
    margin-top: 80px !important;
  }

  .sm-mt85 {
    margin-top: 85px !important;
  }

  .sm-mt90 {
    margin-top: 90px !important;
  }

  .sm-mt95 {
    margin-top: 95px !important;
  }

  .sm-mt100 {
    margin-top: 100px !important;
  }

  .sm-mr0 {
    margin-right: 0px !important;
  }

  .sm-mr5 {
    margin-right: 5px !important;
  }

  .sm-mr10 {
    margin-right: 10px !important;
  }

  .sm-mr15 {
    margin-right: 15px !important;
  }

  .sm-mr20 {
    margin-right: 20px !important;
  }

  .sm-mr25 {
    margin-right: 25px !important;
  }

  .sm-mr30 {
    margin-right: 30px !important;
  }

  .sm-mr35 {
    margin-right: 35px !important;
  }

  .sm-mr40 {
    margin-right: 40px !important;
  }

  .sm-mr45 {
    margin-right: 45px !important;
  }

  .sm-mr50 {
    margin-right: 50px !important;
  }

  .sm-mr55 {
    margin-right: 55px !important;
  }

  .sm-mr60 {
    margin-right: 60px !important;
  }

  .sm-mr65 {
    margin-right: 65px !important;
  }

  .sm-mr70 {
    margin-right: 70px !important;
  }

  .sm-mr75 {
    margin-right: 75px !important;
  }

  .sm-mr80 {
    margin-right: 80px !important;
  }

  .sm-mr85 {
    margin-right: 85px !important;
  }

  .sm-mr90 {
    margin-right: 90px !important;
  }

  .sm-mr95 {
    margin-right: 95px !important;
  }

  .sm-mr100 {
    margin-right: 100px !important;
  }

  .sm-mb0 {
    margin-bottom: 0px !important;
  }

  .sm-mb5 {
    margin-bottom: 5px !important;
  }

  .sm-mb10 {
    margin-bottom: 10px !important;
  }

  .sm-mb15 {
    margin-bottom: 15px !important;
  }

  .sm-mb20 {
    margin-bottom: 20px !important;
  }

  .sm-mb25 {
    margin-bottom: 25px !important;
  }

  .sm-mb30 {
    margin-bottom: 30px !important;
  }

  .sm-mb35 {
    margin-bottom: 35px !important;
  }

  .sm-mb40 {
    margin-bottom: 40px !important;
  }

  .sm-mb45 {
    margin-bottom: 45px !important;
  }

  .sm-mb50 {
    margin-bottom: 50px !important;
  }

  .sm-mb55 {
    margin-bottom: 55px !important;
  }

  .sm-mb60 {
    margin-bottom: 60px !important;
  }

  .sm-mb65 {
    margin-bottom: 65px !important;
  }

  .sm-mb70 {
    margin-bottom: 70px !important;
  }

  .sm-mb75 {
    margin-bottom: 75px !important;
  }

  .sm-mb80 {
    margin-bottom: 80px !important;
  }

  .sm-mb85 {
    margin-bottom: 85px !important;
  }

  .sm-mb90 {
    margin-bottom: 90px !important;
  }

  .sm-mb95 {
    margin-bottom: 95px !important;
  }

  .sm-mb100 {
    margin-bottom: 100px !important;
  }

  .sm-mb100 {
    margin-bottom: 100px !important;
  }

  .sm-ml0 {
    margin-left: 0px !important;
  }

  .sm-ml5 {
    margin-left: 5px !important;
  }

  .sm-ml10 {
    margin-left: 10px !important;
  }

  .sm-ml15 {
    margin-left: 15px !important;
  }

  .sm-ml20 {
    margin-left: 20px !important;
  }

  .sm-ml25 {
    margin-left: 25px !important;
  }

  .sm-ml30 {
    margin-left: 30px !important;
  }

  .sm-ml35 {
    margin-left: 35px !important;
  }

  .sm-ml40 {
    margin-left: 40px !important;
  }

  .sm-ml45 {
    margin-left: 45px !important;
  }

  .sm-ml50 {
    margin-left: 50px !important;
  }

  .sm-ml55 {
    margin-left: 55px !important;
  }

  .sm-ml60 {
    margin-left: 60px !important;
  }

  .sm-ml65 {
    margin-left: 65px !important;
  }

  .sm-ml70 {
    margin-left: 70px !important;
  }

  .sm-ml75 {
    margin-left: 75px !important;
  }

  .sm-ml80 {
    margin-left: 80px !important;
  }

  .sm-ml85 {
    margin-left: 85px !important;
  }

  .sm-ml90 {
    margin-left: 90px !important;
  }

  .sm-ml95 {
    margin-left: 95px !important;
  }

  .sm-ml100 {
    margin-left: 100px !important;
  }

  .sm-op00 {
    opacity: 0;
  }

  .sm-op01 {
    opacity: 0.1;
  }

  .sm-op02 {
    opacity: 0.2;
  }

  .sm-op03 {
    opacity: 0.3;
  }

  .sm-op04 {
    opacity: 0.4;
  }

  .sm-op05 {
    opacity: 0.5;
  }

  .sm-op06 {
    opacity: 0.6;
  }

  .sm-op07 {
    opacity: 0.7;
  }

  .sm-op08 {
    opacity: 0.8;
  }

  .sm-op09 {
    opacity: 0.9;
  }

  .sm-op010 {
    opacity: 1;
  }

  .sm-op011 {
    opacity: 1.1;
  }

  .sm-op012 {
    opacity: 1.2;
  }

  .sm-op013 {
    opacity: 1.3;
  }

  .sm-op014 {
    opacity: 1.4;
  }

  .sm-op015 {
    opacity: 1.5;
  }

  .sm-op016 {
    opacity: 1.6;
  }

  .sm-op017 {
    opacity: 1.7;
  }

  .sm-op018 {
    opacity: 1.8;
  }

  .sm-op019 {
    opacity: 1.9;
  }

  .sm-op020 {
    opacity: 2;
  }
}
@media (max-width: 767px) {
  .xs-mt0 {
    margin-top: 0px !important;
  }

  .xs-mt5 {
    margin-top: 5px !important;
  }

  .xs-mt10 {
    margin-top: 10px !important;
  }

  .xs-mt15 {
    margin-top: 15px !important;
  }

  .xs-mt20 {
    margin-top: 20px !important;
  }

  .xs-mt25 {
    margin-top: 25px !important;
  }

  .xs-mt30 {
    margin-top: 30px !important;
  }

  .xs-mt35 {
    margin-top: 35px !important;
  }

  .xs-mt40 {
    margin-top: 40px !important;
  }

  .xs-mt45 {
    margin-top: 45px !important;
  }

  .xs-mt50 {
    margin-top: 50px !important;
  }

  .xs-mt55 {
    margin-top: 55px !important;
  }

  .xs-mt60 {
    margin-top: 60px !important;
  }

  .xs-mt65 {
    margin-top: 65px !important;
  }

  .xs-mt70 {
    margin-top: 70px !important;
  }

  .xs-mt75 {
    margin-top: 75px !important;
  }

  .xs-mt80 {
    margin-top: 80px !important;
  }

  .xs-mt85 {
    margin-top: 85px !important;
  }

  .xs-mt90 {
    margin-top: 90px !important;
  }

  .xs-mt95 {
    margin-top: 95px !important;
  }

  .xs-mt100 {
    margin-top: 100px !important;
  }

  .xs-mr0 {
    margin-right: 0px !important;
  }

  .xs-mr5 {
    margin-right: 5px !important;
  }

  .xs-mr10 {
    margin-right: 10px !important;
  }

  .xs-mr15 {
    margin-right: 15px !important;
  }

  .xs-mr20 {
    margin-right: 20px !important;
  }

  .xs-mr25 {
    margin-right: 25px !important;
  }

  .xs-mr30 {
    margin-right: 30px !important;
  }

  .xs-mr35 {
    margin-right: 35px !important;
  }

  .xs-mr40 {
    margin-right: 40px !important;
  }

  .xs-mr45 {
    margin-right: 45px !important;
  }

  .xs-mr50 {
    margin-right: 50px !important;
  }

  .xs-mr55 {
    margin-right: 55px !important;
  }

  .xs-mr60 {
    margin-right: 60px !important;
  }

  .xs-mr65 {
    margin-right: 65px !important;
  }

  .xs-mr70 {
    margin-right: 70px !important;
  }

  .xs-mr75 {
    margin-right: 75px !important;
  }

  .xs-mr80 {
    margin-right: 80px !important;
  }

  .xs-mr85 {
    margin-right: 85px !important;
  }

  .xs-mr90 {
    margin-right: 90px !important;
  }

  .xs-mr95 {
    margin-right: 95px !important;
  }

  .xs-mr100 {
    margin-right: 100px !important;
  }

  .xs-mb0 {
    margin-bottom: 0px !important;
  }

  .xs-mb5 {
    margin-bottom: 5px !important;
  }

  .xs-mb10 {
    margin-bottom: 10px !important;
  }

  .xs-mb15 {
    margin-bottom: 15px !important;
  }

  .xs-mb20 {
    margin-bottom: 20px !important;
  }

  .xs-mb25 {
    margin-bottom: 25px !important;
  }

  .xs-mb30 {
    margin-bottom: 30px !important;
  }

  .xs-mb35 {
    margin-bottom: 35px !important;
  }

  .xs-mb40 {
    margin-bottom: 40px !important;
  }

  .xs-mb45 {
    margin-bottom: 45px !important;
  }

  .xs-mb50 {
    margin-bottom: 50px !important;
  }

  .xs-mb55 {
    margin-bottom: 55px !important;
  }

  .xs-mb60 {
    margin-bottom: 60px !important;
  }

  .xs-mb65 {
    margin-bottom: 65px !important;
  }

  .xs-mb70 {
    margin-bottom: 70px !important;
  }

  .xs-mb75 {
    margin-bottom: 75px !important;
  }

  .xs-mb80 {
    margin-bottom: 80px !important;
  }

  .xs-mb85 {
    margin-bottom: 85px !important;
  }

  .xs-mb90 {
    margin-bottom: 90px !important;
  }

  .xs-mb95 {
    margin-bottom: 95px !important;
  }

  .xs-mb100 {
    margin-bottom: 100px !important;
  }

  .xs-mb100 {
    margin-bottom: 100px !important;
  }

  .xs-ml0 {
    margin-left: 0px !important;
  }

  .xs-ml5 {
    margin-left: 5px !important;
  }

  .xs-ml10 {
    margin-left: 10px !important;
  }

  .xs-ml15 {
    margin-left: 15px !important;
  }

  .xs-ml20 {
    margin-left: 20px !important;
  }

  .xs-ml25 {
    margin-left: 25px !important;
  }

  .xs-ml30 {
    margin-left: 30px !important;
  }

  .xs-ml35 {
    margin-left: 35px !important;
  }

  .xs-ml40 {
    margin-left: 40px !important;
  }

  .xs-ml45 {
    margin-left: 45px !important;
  }

  .xs-ml50 {
    margin-left: 50px !important;
  }

  .xs-ml55 {
    margin-left: 55px !important;
  }

  .xs-ml60 {
    margin-left: 60px !important;
  }

  .xs-ml65 {
    margin-left: 65px !important;
  }

  .xs-ml70 {
    margin-left: 70px !important;
  }

  .xs-ml75 {
    margin-left: 75px !important;
  }

  .xs-ml80 {
    margin-left: 80px !important;
  }

  .xs-ml85 {
    margin-left: 85px !important;
  }

  .xs-ml90 {
    margin-left: 90px !important;
  }

  .xs-ml95 {
    margin-left: 95px !important;
  }

  .xs-ml100 {
    margin-left: 100px !important;
  }
}
@media (max-width: 480px) {
  .xxs-mt0 {
    margin-top: 0px !important;
  }

  .xxs-mt5 {
    margin-top: 5px !important;
  }

  .xxs-mt10 {
    margin-top: 10px !important;
  }

  .xxs-mt15 {
    margin-top: 15px !important;
  }

  .xxs-mt20 {
    margin-top: 20px !important;
  }

  .xxs-mt25 {
    margin-top: 25px !important;
  }

  .xxs-mt30 {
    margin-top: 30px !important;
  }

  .xxs-mt35 {
    margin-top: 35px !important;
  }

  .xxs-mt40 {
    margin-top: 40px !important;
  }

  .xxs-mt45 {
    margin-top: 45px !important;
  }

  .xxs-mt50 {
    margin-top: 50px !important;
  }

  .xxs-mt55 {
    margin-top: 55px !important;
  }

  .xxs-mt60 {
    margin-top: 60px !important;
  }

  .xxs-mt65 {
    margin-top: 65px !important;
  }

  .xxs-mt70 {
    margin-top: 70px !important;
  }

  .xxs-mt75 {
    margin-top: 75px !important;
  }

  .xxs-mt80 {
    margin-top: 80px !important;
  }

  .xxs-mt85 {
    margin-top: 85px !important;
  }

  .xxs-mt90 {
    margin-top: 90px !important;
  }

  .xxs-mt95 {
    margin-top: 95px !important;
  }

  .xxs-mt100 {
    margin-top: 100px !important;
  }

  .xxs-mr0 {
    margin-right: 0px !important;
  }

  .xxs-mr5 {
    margin-right: 5px !important;
  }

  .xxs-mr10 {
    margin-right: 10px !important;
  }

  .xxs-mr15 {
    margin-right: 15px !important;
  }

  .xxs-mr20 {
    margin-right: 20px !important;
  }

  .xxs-mr25 {
    margin-right: 25px !important;
  }

  .xxs-mr30 {
    margin-right: 30px !important;
  }

  .xxs-mr35 {
    margin-right: 35px !important;
  }

  .xxs-mr40 {
    margin-right: 40px !important;
  }

  .xxs-mr45 {
    margin-right: 45px !important;
  }

  .xxs-mr50 {
    margin-right: 50px !important;
  }

  .xxs-mr55 {
    margin-right: 55px !important;
  }

  .xxs-mr60 {
    margin-right: 60px !important;
  }

  .xxs-mr65 {
    margin-right: 65px !important;
  }

  .xxs-mr70 {
    margin-right: 70px !important;
  }

  .xxs-mr75 {
    margin-right: 75px !important;
  }

  .xxs-mr80 {
    margin-right: 80px !important;
  }

  .xxs-mr85 {
    margin-right: 85px !important;
  }

  .xxs-mr90 {
    margin-right: 90px !important;
  }

  .xxs-mr95 {
    margin-right: 95px !important;
  }

  .xxs-mr100 {
    margin-right: 100px !important;
  }

  .xxs-mb0 {
    margin-bottom: 0px !important;
  }

  .xxs-mb5 {
    margin-bottom: 5px !important;
  }

  .xxs-mb10 {
    margin-bottom: 10px !important;
  }

  .xxs-mb15 {
    margin-bottom: 15px !important;
  }

  .xxs-mb20 {
    margin-bottom: 20px !important;
  }

  .xxs-mb25 {
    margin-bottom: 25px !important;
  }

  .xxs-mb30 {
    margin-bottom: 30px !important;
  }

  .xxs-mb35 {
    margin-bottom: 35px !important;
  }

  .xxs-mb40 {
    margin-bottom: 40px !important;
  }

  .xxs-mb45 {
    margin-bottom: 45px !important;
  }

  .xxs-mb50 {
    margin-bottom: 50px !important;
  }

  .xxs-mb55 {
    margin-bottom: 55px !important;
  }

  .xxs-mb60 {
    margin-bottom: 60px !important;
  }

  .xxs-mb65 {
    margin-bottom: 65px !important;
  }

  .xxs-mb70 {
    margin-bottom: 70px !important;
  }

  .xxs-mb75 {
    margin-bottom: 75px !important;
  }

  .xxs-mb80 {
    margin-bottom: 80px !important;
  }

  .xxs-mb85 {
    margin-bottom: 85px !important;
  }

  .xxs-mb90 {
    margin-bottom: 90px !important;
  }

  .xxs-mb95 {
    margin-bottom: 95px !important;
  }

  .xxs-mb100 {
    margin-bottom: 100px !important;
  }

  .xs-mb100 {
    margin-bottom: 100px !important;
  }

  .xxs-ml0 {
    margin-left: 0px !important;
  }

  .xxs-ml5 {
    margin-left: 5px !important;
  }

  .xxs-ml10 {
    margin-left: 10px !important;
  }

  .xxs-ml15 {
    margin-left: 15px !important;
  }

  .xxs-ml20 {
    margin-left: 20px !important;
  }

  .xxs-ml25 {
    margin-left: 25px !important;
  }

  .xxs-ml30 {
    margin-left: 30px !important;
  }

  .xxs-ml35 {
    margin-left: 35px !important;
  }

  .xxs-ml40 {
    margin-left: 40px !important;
  }

  .xxs-ml45 {
    margin-left: 45px !important;
  }

  .xxs-ml50 {
    margin-left: 50px !important;
  }

  .xxs-ml55 {
    margin-left: 55px !important;
  }

  .xxs-ml60 {
    margin-left: 60px !important;
  }

  .xxs-ml65 {
    margin-left: 65px !important;
  }

  .xxs-ml70 {
    margin-left: 70px !important;
  }

  .xxs-ml75 {
    margin-left: 75px !important;
  }

  .xxs-ml80 {
    margin-left: 80px !important;
  }

  .xxs-ml85 {
    margin-left: 85px !important;
  }

  .xxs-ml90 {
    margin-left: 90px !important;
  }

  .xxs-ml95 {
    margin-left: 95px !important;
  }

  .xxs-ml100 {
    margin-left: 100px !important;
  }
}
@media (min-width: 1200px) {
  .lg-f10 {
    font-size: 10px !important;
  }

  .lg-f11 {
    font-size: 11px !important;
  }

  .lg-f12 {
    font-size: 12px !important;
  }

  .lg-f13 {
    font-size: 13px !important;
  }

  .lg-f14 {
    font-size: 14px !important;
  }

  .lg-f15 {
    font-size: 15px !important;
  }

  .lg-f16 {
    font-size: 16px !important;
  }

  .lg-f17 {
    font-size: 17px !important;
  }

  .lg-f18 {
    font-size: 18px !important;
  }

  .lg-f19 {
    font-size: 19px !important;
  }

  .lg-f20 {
    font-size: 20px !important;
  }

  .lg-f21 {
    font-size: 21px !important;
  }

  .lg-f22 {
    font-size: 22px !important;
  }

  .lg-f23 {
    font-size: 23px !important;
  }

  .lg-f24 {
    font-size: 24px !important;
  }

  .lg-f25 {
    font-size: 25px !important;
  }

  .lg-f26 {
    font-size: 26px !important;
  }

  .lg-f27 {
    font-size: 27px !important;
  }

  .lg-f28 {
    font-size: 28px !important;
  }

  .lg-f29 {
    font-size: 29px !important;
  }

  .lg-f30 {
    font-size: 30px !important;
  }

  .lg-f31 {
    font-size: 31px !important;
  }

  .lg-f32 {
    font-size: 32px !important;
  }

  .lg-f33 {
    font-size: 33px !important;
  }

  .lg-f34 {
    font-size: 34px !important;
  }

  .lg-f35 {
    font-size: 35px !important;
  }

  .lg-f36 {
    font-size: 36px !important;
  }

  .lg-f37 {
    font-size: 37px !important;
  }

  .lg-f38 {
    font-size: 38px !important;
  }

  .lg-f39 {
    font-size: 39px !important;
  }

  .lg-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 1199px) {
  .md-f10 {
    font-size: 10px !important;
  }

  .md-f11 {
    font-size: 11px !important;
  }

  .md-f12 {
    font-size: 12px !important;
  }

  .md-f13 {
    font-size: 13px !important;
  }

  .md-f14 {
    font-size: 14px !important;
  }

  .md-f15 {
    font-size: 15px !important;
  }

  .md-f16 {
    font-size: 16px !important;
  }

  .md-f17 {
    font-size: 17px !important;
  }

  .md-f18 {
    font-size: 18px !important;
  }

  .md-f19 {
    font-size: 19px !important;
  }

  .md-f20 {
    font-size: 20px !important;
  }

  .md-f21 {
    font-size: 21px !important;
  }

  .md-f22 {
    font-size: 22px !important;
  }

  .md-f23 {
    font-size: 23px !important;
  }

  .md-f24 {
    font-size: 24px !important;
  }

  .md-f25 {
    font-size: 25px !important;
  }

  .md-f26 {
    font-size: 26px !important;
  }

  .md-f27 {
    font-size: 27px !important;
  }

  .md-f28 {
    font-size: 28px !important;
  }

  .md-f29 {
    font-size: 29px !important;
  }

  .md-f30 {
    font-size: 30px !important;
  }

  .md-f31 {
    font-size: 31px !important;
  }

  .md-f32 {
    font-size: 32px !important;
  }

  .md-f33 {
    font-size: 33px !important;
  }

  .md-f34 {
    font-size: 34px !important;
  }

  .md-f35 {
    font-size: 35px !important;
  }

  .md-f36 {
    font-size: 36px !important;
  }

  .md-f37 {
    font-size: 37px !important;
  }

  .md-f38 {
    font-size: 38px !important;
  }

  .md-f39 {
    font-size: 39px !important;
  }

  .md-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 991px) {
  .sm-f10 {
    font-size: 10px !important;
  }

  .sm-f11 {
    font-size: 11px !important;
  }

  .sm-f12 {
    font-size: 12px !important;
  }

  .sm-f13 {
    font-size: 13px !important;
  }

  .sm-f14 {
    font-size: 14px !important;
  }

  .sm-f15 {
    font-size: 15px !important;
  }

  .sm-f16 {
    font-size: 16px !important;
  }

  .sm-f17 {
    font-size: 17px !important;
  }

  .sm-f18 {
    font-size: 18px !important;
  }

  .sm-f19 {
    font-size: 19px !important;
  }

  .sm-f20 {
    font-size: 20px !important;
  }

  .sm-f21 {
    font-size: 21px !important;
  }

  .sm-f22 {
    font-size: 22px !important;
  }

  .sm-f23 {
    font-size: 23px !important;
  }

  .sm-f24 {
    font-size: 24px !important;
  }

  .sm-f25 {
    font-size: 25px !important;
  }

  .sm-f26 {
    font-size: 26px !important;
  }

  .sm-f27 {
    font-size: 27px !important;
  }

  .sm-f28 {
    font-size: 28px !important;
  }

  .sm-f29 {
    font-size: 29px !important;
  }

  .sm-f30 {
    font-size: 30px !important;
  }

  .sm-f31 {
    font-size: 31px !important;
  }

  .sm-f32 {
    font-size: 32px !important;
  }

  .sm-f33 {
    font-size: 33px !important;
  }

  .sm-f34 {
    font-size: 34px !important;
  }

  .sm-f35 {
    font-size: 35px !important;
  }

  .sm-f36 {
    font-size: 36px !important;
  }

  .sm-f37 {
    font-size: 37px !important;
  }

  .sm-f38 {
    font-size: 38px !important;
  }

  .sm-f39 {
    font-size: 39px !important;
  }

  .sm-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .xs-f10 {
    font-size: 10px !important;
  }

  .xs-f11 {
    font-size: 11px !important;
  }

  .xs-f12 {
    font-size: 12px !important;
  }

  .xs-f13 {
    font-size: 13px !important;
  }

  .xs-f14 {
    font-size: 14px !important;
  }

  .xs-f15 {
    font-size: 15px !important;
  }

  .xs-f16 {
    font-size: 16px !important;
  }

  .xs-f17 {
    font-size: 17px !important;
  }

  .xs-f18 {
    font-size: 18px !important;
  }

  .xs-f19 {
    font-size: 19px !important;
  }

  .xs-f20 {
    font-size: 20px !important;
  }

  .xs-f21 {
    font-size: 21px !important;
  }

  .xs-f22 {
    font-size: 22px !important;
  }

  .xs-f23 {
    font-size: 23px !important;
  }

  .xs-f24 {
    font-size: 24px !important;
  }

  .xs-f25 {
    font-size: 25px !important;
  }

  .xs-f26 {
    font-size: 26px !important;
  }

  .xs-f27 {
    font-size: 27px !important;
  }

  .xs-f28 {
    font-size: 28px !important;
  }

  .xs-f29 {
    font-size: 29px !important;
  }

  .xs-f30 {
    font-size: 30px !important;
  }

  .xs-f31 {
    font-size: 31px !important;
  }

  .xs-f32 {
    font-size: 32px !important;
  }

  .xs-f33 {
    font-size: 33px !important;
  }

  .xs-f34 {
    font-size: 34px !important;
  }

  .xs-f35 {
    font-size: 35px !important;
  }

  .xs-f36 {
    font-size: 36px !important;
  }

  .xs-f37 {
    font-size: 37px !important;
  }

  .xs-f38 {
    font-size: 38px !important;
  }

  .xs-f39 {
    font-size: 39px !important;
  }

  .xs-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 480px) {
  .xxs-f10 {
    font-size: 10px !important;
  }

  .xxs-f11 {
    font-size: 11px !important;
  }

  .xxs-f12 {
    font-size: 12px !important;
  }

  .xxs-f13 {
    font-size: 13px !important;
  }

  .xxs-f14 {
    font-size: 14px !important;
  }

  .xxs-f15 {
    font-size: 15px !important;
  }

  .xxs-f16 {
    font-size: 16px !important;
  }

  .xxs-f17 {
    font-size: 17px !important;
  }

  .xxs-f18 {
    font-size: 18px !important;
  }

  .xxs-f19 {
    font-size: 19px !important;
  }

  .xxs-f20 {
    font-size: 20px !important;
  }

  .xxs-f21 {
    font-size: 21px !important;
  }

  .xxs-f22 {
    font-size: 22px !important;
  }

  .xxs-f23 {
    font-size: 23px !important;
  }

  .xxs-f24 {
    font-size: 24px !important;
  }

  .xxs-f25 {
    font-size: 25px !important;
  }

  .xxs-f26 {
    font-size: 26px !important;
  }

  .xxs-f27 {
    font-size: 27px !important;
  }

  .xxs-f28 {
    font-size: 28px !important;
  }

  .xxs-f29 {
    font-size: 29px !important;
  }

  .xxs-f30 {
    font-size: 30px !important;
  }

  .xxs-f31 {
    font-size: 31px !important;
  }

  .xxs-f32 {
    font-size: 32px !important;
  }

  .xxs-f33 {
    font-size: 33px !important;
  }

  .xxs-f34 {
    font-size: 34px !important;
  }

  .xxs-f35 {
    font-size: 35px !important;
  }

  .xxs-f36 {
    font-size: 36px !important;
  }

  .xxs-f37 {
    font-size: 37px !important;
  }

  .xxs-f38 {
    font-size: 38px !important;
  }

  .xxs-f39 {
    font-size: 39px !important;
  }

  .xxs-f40 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .xs-mw0 {
    max-width: 0%;
    height: auto;
  }

  .xs-mw10 {
    max-width: 10%;
    height: auto;
  }

  .xs-mw20 {
    max-width: 20%;
    height: auto;
  }

  .xs-mw30 {
    max-width: 30%;
    height: auto;
  }

  .xs-mw40 {
    max-width: 40%;
    height: auto;
  }

  .xs-mw50 {
    max-width: 50%;
    height: auto;
  }

  .xs-mw60 {
    max-width: 60%;
    height: auto;
  }

  .xs-mw70 {
    max-width: 70%;
    height: auto;
  }

  .xs-mw80 {
    max-width: 80%;
    height: auto;
  }

  .xs-mw90 {
    max-width: 90%;
    height: auto;
  }

  .xs-mw100 {
    max-width: 100%;
    height: auto;
  }
}
.ww10 {
  width: 10%;
}

.ww20 {
  width: 20%;
}

.ww30 {
  width: 30%;
}

.ww40 {
  width: 40%;
}

.ww50 {
  width: 50%;
}

.ww60 {
  width: 60%;
}

.ww70 {
  width: 70%;
}

.ww80 {
  width: 80%;
}

.ww90 {
  width: 90%;
}

.ww100 {
  width: 100%;
}

@media (max-width: 991px) {
  .sm-ww10 {
    width: 10%;
  }

  .sm-ww20 {
    width: 20%;
  }

  .sm-ww30 {
    width: 30%;
  }

  .sm-ww40 {
    width: 40%;
  }

  .sm-ww50 {
    width: 50%;
  }

  .sm-ww60 {
    width: 60%;
  }

  .sm-ww70 {
    width: 70%;
  }

  .sm-ww80 {
    width: 80%;
  }

  .sm-ww90 {
    width: 90%;
  }

  .sm-ww100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .xs-ww10 {
    width: 10%;
  }

  .xs-ww20 {
    width: 20%;
  }

  .xs-ww30 {
    width: 30%;
  }

  .xs-ww40 {
    width: 40%;
  }

  .xs-ww50 {
    width: 50%;
  }

  .xs-ww60 {
    width: 60%;
  }

  .xs-ww70 {
    width: 70%;
  }

  .xs-ww80 {
    width: 80%;
  }

  .xs-ww90 {
    width: 90%;
  }

  .xs-ww100 {
    width: 100%;
  }
}
.p0 {
  padding: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.br0 {
  border-radius: 0px !important;
}

.p1 {
  padding: 2px !important;
}

.p5 {
  padding: 5px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.br1 {
  border-radius: 1px !important;
}

.p2 {
  padding: 4px !important;
}

.p10 {
  padding: 10px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.br2 {
  border-radius: 2px !important;
}

.p3 {
  padding: 6px !important;
}

.p15 {
  padding: 15px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.br3 {
  border-radius: 3px !important;
}

.p4 {
  padding: 8px !important;
}

.p20 {
  padding: 20px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.br4 {
  border-radius: 4px !important;
}

.p5 {
  padding: 10px !important;
}

.p25 {
  padding: 25px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.br5 {
  border-radius: 5px !important;
}

.p6 {
  padding: 12px !important;
}

.p30 {
  padding: 30px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.br6 {
  border-radius: 6px !important;
}

.p7 {
  padding: 14px !important;
}

.p35 {
  padding: 35px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.br7 {
  border-radius: 7px !important;
}

.p8 {
  padding: 16px !important;
}

.p40 {
  padding: 40px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.br8 {
  border-radius: 8px !important;
}

.p9 {
  padding: 18px !important;
}

.p45 {
  padding: 45px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.br9 {
  border-radius: 9px !important;
}

.p10 {
  padding: 20px !important;
}

.p50 {
  padding: 50px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.br10 {
  border-radius: 10px !important;
}

.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.font-meiryo {
  font-family: "Meiryo", "メイリオ", "Osaka";
}

.fontcolor {
  color: #535353;
}

html, body {
  background: url("../img/bg.png") repeat-x;
  color: #535353;
  line-height: 1.3;
}

.sitewidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

input, select, textarea {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3) inset;
}

input:focus, select:focus, textarea:focus {
  box-shadow: 0px 0px 5px #937d1f, 1px 2px 4px rgba(0, 0, 0, 0.3) inset;
}

.scroll_fixed_searchbox {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

@media print {
  .scroll_fixed_searchbox {
    position: static;
  }
}
.tfwrap {
  height: 108px;
  margin-bottom: 30px;
}

address {
  font-style: normal;
}

.breadcrumb {
  padding-bottom: 5px;
}

.breadcrumb ul li {
  float: left;
  list-style-type: none;
}

.breadcrumb ul li.home:before {
  content: "";
  margin: 0;
}

.breadcrumb ul li:before {
  content: ">";
  margin: 0 5px;
}

header {
  border-top: 2px solid #0068d3;
}

.header {
  position: relative;
}

.header h1 {
  font-size: 12px;
  font-weight: normal;
  width: 420px;
  position: absolute;
  top: 25px;
  left: 320px;
  line-height: 1.5;
}

.header input#search_keyword {
  background: white url("../img/icon-find.png") no-repeat center right;
  width: 218px;
  border: 1px solid #ad9c71;
  border-radius: 5px;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 20px;
}

.gnavi ul li {
  float: left;
  margin-top: 2px;
}

.gnavi ul li:before, .gnavi ul li:last-child:after {
  content: url("../img/gnavi-sep.png");
  width: 2px;
  height: 41px;
  float: left;
  margin: -2px 7px 0 7px;
}

.gnavi ul li:first-child:before {
  margin-left: 0;
}

.gnavi ul li:last-child:after {
  margin-right: 0;
}

.gnavi ul li a {
  display: block;
  text-indent: -9999px;
  float: left;
}

.gnavi ul li a.home {
  background: url("../img/gnavi-home.png");
  width: 91px;
  height: 46px;
}

.gnavi ul li a.home:hover, .gnavi ul li a.home.active {
  background: url("../img/gnavi-home-active.png");
  width: 91px;
  height: 46px;
}

.gnavi ul li a.about {
  background: url("../img/gnavi-about.png");
  width: 194px;
  height: 46px;
}

.gnavi ul li a.about:hover, .gnavi ul li a.about.active {
  background: url("../img/gnavi-about-active.png");
  width: 194px;
  height: 46px;
}

.gnavi ul li a.introduce {
  background: url("../img/gnavi-introduce.png");
  width: 131px;
  height: 46px;
}

.gnavi ul li a.introduce:hover, .gnavi ul li a.introduce.active {
  background: url("../img/gnavi-introduce-active.png");
  width: 131px;
  height: 46px;
}

.gnavi ul li a.restaurant {
  background: url("../img/gnavi-restaurant.png");
  width: 130px;
  height: 46px;
}

.gnavi ul li a.restaurant:hover, .gnavi ul li a.restaurant.active {
  background: url("../img/gnavi-restaurant-active.png");
  width: 130px;
  height: 46px;
}

.gnavi ul li a.topics {
  background: url("../img/gnavi-topics.png");
  width: 113px;
  height: 46px;
}

.gnavi ul li a.topics:hover, .gnavi ul li a.topics.active {
  background: url("../img/gnavi-topics-active.png");
  width: 113px;
  height: 46px;
}

/*.gnavi .contact { margin: 0 10px; width: 374px; }*/
.gnavi .contact {
  margin: 0 10px;
  width: 245px;
}

.gnavi .contact a {
  text-indent: 0;
  color: #535353;
  text-decoration: underline;
}

.gnavi .contact a:after {
  content: url("../img/arrow2.png");
  width: 16px;
  height: 16px;
  margin-left: 3px;
}

/*.gnavi .contact .telnum { margin: 5px 10px 0 10px; }*/
.gnavi .contact .telnum {
  margin: 5px 0px 0px 10px;
}

.gnavi .contact .telnum:before {
  content: url("../img/icon-tel.png");
  width: 20px;
  height: 15px;
  margin-right: 3px;
}

.gnavi .contact .nourin {
  display: block;
  position: relative;
  top: -6px;
  font-size: 11px;
  padding-left: 35px;
}

.gnavi .contact .mgn {
  margin-top: 10px;
}

.slider {
  position: relative;
  background: url("../img/sliderbox.png") no-repeat;
  width: 1024px;
  height: 395px;
}

.slider .slider_left {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -20px;
}

.slider .slider_right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -20px;
}

.slider ul {
  padding: 13px 0 0 0;
  margin: 5px auto 0 auto;
  width: 996px;
}

.slider ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img.pdficon {
  position: relative;
  top: 3px;
  padding-right: 3px;
}

.fishlist {
  position: relative;
  background: url("../img/bg-fish.png") no-repeat;
  width: 1024px;
  height: 242px;
  border-radius: 7px;
  padding: 22px 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.fishlist hr {
  background: url("../img/fish-sep.png") repeat-x;
  border: 0;
  height: 2px;
  margin: 7px 0 20px 0;
}

.fishlist h2 {
  font-size: 18px;
  font-weight: bold;
  color: #3b3b3b;
}

.fishlist h2:before {
  content: url("../img/icon-fish.png");
  width: 35px;
  height: 20px;
  margin-right: 5px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.fishlist .seemore:after {
  content: url("../img/arrow3.png");
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 4px;
  color: #3b3b3b;
}

.fishlist .calframe .cal_right {
  margin-right: 13px;
  cursor: pointer;
}

.fishlist .calframe .cal_left {
  margin-left: 13px;
  cursor: pointer;
}

.fishlist ul.fishimglist {
  margin: 15px 10px 0 10px;
  height: 195px;
  overflow: hidden;
}

.fishlist ul.fishimglist li {
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  list-style: none;
  width: 100%;
}

.fishlist ul.fishimglist li img {
  border: 3px solid #65552c;
  border-radius: 5px;
  width: auto !important;
  margin: 0 auto;
}

.fishlist ul.fishimglist li a {
  color: #3b3b3b;
}

.fishlist .baloon {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -270px;
  width: 490px;
  height: 69px;
  background: white;
  border-radius: 5px;
  border: 1px solid #e8d9d0;
  padding: 8px 25px;
  font-size: 14px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.fishlist .baloon hr {
  border-top: 1px solid #dbd8d0;
  border-bottom: 1px solid #f3f0e7;
  height: 0;
  margin: 0 0 7px 0;
}

.fishlist .baloon:before {
  content: url("../img/fishlist-arrow.png");
  width: 14px;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -7px;
}

.fishlist .baloon ul {
  display: inline;
}

.fishlist .baloon ul li {
  list-style: none;
  display: inline;
  font-weight: bold;
  text-align: center;
}

.fishlist .baloon ul li img {
  border: 3px solid #65552c;
  border-radius: 5px;
}

.fishlist .baloon ul li a {
  color: #3b3b3b;
}

.fishlist .baloon ul li:after {
  content: "、";
}

.fishlist .baloon ul li:last-child:after {
  content: none;
}

.top_info_wrap {
  background: #fff8df;
  padding: 15px 0 0 0;
}

.top_info h2 {
  font-size: 18px;
  font-weight: bold;
  width: 160px;
}

.top_info h2:before {
  content: url("../img/icon-baloon.png");
  width: 23px;
  height: 32px;
  margin-right: 5px;
  position: relative;
  float: left;
  margin-top: -2px;
}

.top_info .content {
  width: 100%;
  font-size: 12px;
}

.top_info dl {
  font-style: normal;
  font-size: 12px;
}

.top_info dl dt {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #e80000;
}

.top_info dl dt a {
  color: #815335;
}

.top_info dl dt:before {
  content: url("../img/info-sep.png");
  width: 6px;
  height: 20px;
  float: left;
  margin-right: 20px;
}

.top_info dl dd {
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding-left: 26px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  color: #815335;
  word-wrap: break-word;
}

.top_info dl dd a {
  word-wrap: break-word;
}

.top_info dl dd img {
  margin: 0 0 5px 5px;
}

.top_info .new {
  color: #e80000;
  font-weight: bold;
  margin-left: 15px;
}

.top_news {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.top_news h2 {
  font-size: 18px;
  font-weight: bold;
  width: 160px;
}

.top_news h2:before {
  content: url("../img/icon-info.png");
  width: 19px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.top_news .content {
  width: 830px;
  margin-top: 5px;
  font-size: 12px;
}

.top_news dl {
  font-style: normal;
  font-size: 12px;
}

.top_news dl dt {
  float: left;
  width: 830px;
  font-size: 12px;
}

.top_news dl dt:before {
  content: url("../img/info-sep.png");
  width: 6px;
  height: 20px;
  float: left;
  margin-right: 20px;
}

.top_news dl dd {
  float: left;
  width: 830px;
  font-size: 14px;
  margin-left: 26px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.top_news dl dd img {
  margin: 0 0 5px 5px;
}

.top_news .new {
  color: #e80000;
  font-weight: bold;
  margin-left: 15px;
}

.top_finder {
  border-top: 2px solid #e2be29;
  border-bottom: 2px solid #e2be29;
  margin-bottom: 30px;
}

.top_finder .findareaname_wrap {
  padding: 2px 0;
  background: #f7ebb6;
  border-bottom: 1px solid #e2be29;
}

.top_finder .findareaname_wrap .findareaname .title {
  background: url("../img/finder-label01.png");
  width: 250px;
  height: 33px;
  color: #3b3b3b;
  padding: 14px 0 0 23px;
}

.top_finder .findareaname_wrap .findareaname select {
  width: 168px;
}

.top_finder .findareaname_wrap .findareaname ol li {
  font-size: 12px;
  margin-top: 3px;
  list-style: none;
}

.top_finder .findareaname_wrap .findareaname ol li:after {
  content: url("../img/icon-plus.png");
  width: 17px;
  height: 17px;
  margin: 0 5px 0 2px;
}

.top_finder .findareaname_wrap .findareaname ol li:first-child {
  margin-left: 22px;
}

.top_finder .findareaname_wrap .findareaname ol li:last-child:after {
  content: none;
  margin: 0;
}

.top_finder .findfishname_wrap {
  background: #fbf6de;
  padding: 2px 0;
}

.top_finder .findfishname_wrap .findfishname .title {
  background: url("../img/finder-label02.png");
  width: 250px;
  height: 33px;
  color: #3b3b3b;
  padding: 14px 0 0 23px;
}

.top_finder .selectfish_wrap {
  border-top: 1px solid #e2be29;
}

.top_finder .selectfish_wrap .selectfish {
  padding: 10px;
  border: 1px solid #e2be29;
}

.top_finder input.submit {
  background: url("../img/btn-find.png");
  width: 121px;
  height: 33px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  margin-top: 8px;
}

.top_finder #fishname {
  width: 542px;
  margin-top: 8px;
  margin-left: 22px;
}

.top_finder #see_fishname {
  margin: 10px 20px 0 20px;
}

.top_finder #see_fishname:before {
  content: url("../img/icon-hat.png");
  width: 33px;
  height: 19px;
  position: relative;
  top: 5px;
  margin-right: 3px;
}

input[type=text].textstyle {
  border: 1px solid #7b7b7b;
  border-radius: 3px;
  padding: 8px;
}

select.textstyle {
  border: 1px solid #7b7b7b;
  border-radius: 3px;
  padding: 3px;
}

div.introduce {
  position: relative;
  text-align: center;
}

div.introduce p {
  line-height: 1.5;
}

div.introduce .baloon {
  position: absolute;
  right: 60px;
  top: 40px;
}

.about_kyogikai {
  line-height: 1.5;
}

.about_kyogikai table {
  width: 700px;
  margin: 0 auto 30px auto;
}

.about_kyogikai table tr {
  border-bottom: 1px solid #accdf3;
}

.about_kyogikai table tr:first-child {
  border-top: 1px solid #accdf3;
}

.about_kyogikai table td {
  font-size: 18px;
}

.about_kyogikai table .head {
  padding-right: 55px;
}

.about_kyogikai .sitewidth {
  width: 700px;
}

.about_kyogikai h3 {
  background: url("../img/about-baloon.png") no-repeat;
  width: 142px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  margin-right: 25px;
}

.about_kyogikai ul {
  padding-top: 30px;
}

.about_kyogikai ul li {
  display: inline-block;
}

.about_kyogikai ul li:after {
  content: "、";
}

.about_kyogikai ul li:last-child:after {
  content: none;
}

.about_kyogikai ul li.br {
  display: block;
}

.about_kyogikai-sp {
  line-height: 1.5;
}
.about_kyogikai-sp table {
  margin: 0 auto 30px auto;
  width: 100%;
}
.about_kyogikai-sp table tr {
  border-bottom: 1px solid #accdf3;
}
.about_kyogikai-sp table tr:first-child {
  border-top: 1px solid #accdf3;
}
.about_kyogikai-sp table tr th, .about_kyogikai-sp table tr td {
  font-size: 16px;
  padding: 5px;
  line-height: 1.3;
}
.about_kyogikai-sp table tr th {
  font-weight: bold;
  padding-right: 20px;
  text-align: right;
}
.about_kyogikai-sp h3 {
  text-align: center;
  margin-right: 25px;
  background: none;
  width: 50%;
  height: 50px;
  line-height: 55px;
  margin-left: 25%;
  background-color: #5af;
  border-radius: 25px;
}
.about_kyogikai-sp ul {
  padding-top: 10px;
  width: 90%;
  margin: 0px auto;
}
.about_kyogikai-sp ul li {
  display: inline-block;
}
.about_kyogikai-sp ul li:after {
  content: "、";
}
.about_kyogikai-sp ul li:last-child:after {
  content: none;
}
.about_kyogikai-sp ul li.br {
  display: block;
}
.about_kyogikai-sp p {
  width: 90%;
  margin-left: 5%;
}

div.restaurant {
  position: relative;
  text-align: center;
}

div.restaurant p {
  line-height: 1.5;
}

div.restaurant .search_baloon {
  position: absolute;
  top: -20px;
  right: 0;
}

.about-h2 {
  text-align: center;
  color: #004390;
  width: 100%;
  background: url(../img/wave-and-fish.png) no-repeat bottom 0% right 10%;
  background-size: 100%;
  margin-bottom: 10px;
  line-height: 1.2;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}
.about-h2:before {
  content: url("../img/arrow5.png");
  position: relative;
  top: 3px;
  margin-right: 5px;
}

div.for_restaurant {
  width: 950px;
  margin: 0 auto 30px auto;
}

div.for_restaurant h3 {
  text-align: center;
  padding-right: 15px;
  padding-top: 0px;
  display: table-cell;
  vertical-align: middle;
}

div.for_restaurant .box1 {
  background: url("../img/about-box.png") no-repeat center left;
  width: 216px;
  height: 77px;
}

div.for_restaurant .box2 {
  background: url("../img/about-box2.png") no-repeat center left;
  width: 216px;
  height: 85px;
}

div.for_restaurant .box3 {
  background: url("../img/about-box3.png") no-repeat center left;
  width: 218px;
  height: 87px;
}

div.for_restaurant .box {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 3px dashed #3588e7;
  display: table;
}

div.for_restaurant ul {
  display: block;
  float: right;
  width: 700px;
  line-height: 1.5;
}

div.for_restaurant ul li {
  list-style: none;
}

div.for_restaurant ul li p {
  text-indent: -16px;
  margin-left: 16px;
}

div.for_restaurant ul li p:before {
  content: "◎";
}

.for_restaurant-sp {
  margin: 0 auto 30px auto;
  width: 100%;
}
.for_restaurant-sp h3 {
  text-align: center;
  padding-right: 15px;
  padding-top: 0px;
  display: table-cell;
  vertical-align: middle;
}
.for_restaurant-sp .box1 {
  background: #28d;
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  padding: 5px 20px;
  border-radius: 10px;
}
.for_restaurant-sp .box2 {
  background: url("../img/about-box2.png") no-repeat center left;
  width: 216px;
  height: 85px;
}
.for_restaurant-sp .box3 {
  background: url("../img/about-box3.png") no-repeat center left;
  width: 218px;
  height: 87px;
}
.for_restaurant-sp .box {
  margin-bottom: 15px;
  border-bottom: 3px dashed #3588e7;
  display: table;
  padding-bottom: 10px;
  width: 100%;
}
.for_restaurant-sp .box p {
  padding: 15px;
}
.for_restaurant-sp ul {
  line-height: 1.5;
  display: block;
  float: none;
  width: 100%;
  margin-left: 0;
}
.for_restaurant-sp ul li {
  list-style: none;
}
.for_restaurant-sp ul li p {
  text-indent: -16px;
  margin-left: 16px;
}
.for_restaurant-sp ul li p:before {
  content: "◎";
}

.about_content {
  position: relative;
  text-align: center;
}

.about_content p {
  line-height: 1.5;
}

.about_content .desc {
  background: url("../img/about-content.png");
  width: 857px;
  height: 337px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.about_content .desc2 {
  padding-left: 30px;
  padding-top: 50px;
}

.about_content h3 {
  padding-top: 20px;
  padding-left: 30px;
  text-align: center;
}

.about_content .baloon {
  position: absolute;
  right: 0;
  top: 150px;
}

.about_content_wrap {
  background: url("../img/about-content-bg.png");
  padding: 10px 0 20px 0;
}

.about_content_wrap ul {
  text-align: center;
}

.about_content_wrap ul li {
  width: 318px;
  list-style: none;
  display: inline-block;
  text-align: center;
}

.about_content_wrap ul li a {
  position: relative;
  background: url("../img/about-listbox1.png");
  display: block;
  vertical-align: middle;
  width: 318px;
  height: 75px;
  line-height: 1;
  padding-top: 10px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
}

.about_content_wrap ul li a:hover {
  text-decoration: underline;
}

.about_content_wrap ul li a.top20 {
  padding-top: 20px;
  height: 65px;
}

.about_content_wrap ul li a:after {
  content: url("../img/arrow6.png");
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
}

.about_content_wrap ul li:last-child a {
  background: url("../img/about-listbox2.png");
}

.about_content-sp {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.about_content-sp p {
  line-height: 1.5;
}
.about_content-sp .desc {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  height: auto;
  background: #fff5ce;
  border: 2px solid #fd5;
  border-radius: 10px;
  width: 100%;
}
.about_content-sp .desc2 {
  padding: 10px;
}
.about_content-sp h3 {
  text-align: center;
  background-color: #ff7800;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}
.about_content-sp .baloon {
  position: absolute;
  right: 0;
  top: 150px;
}
.about_content-sp h2 {
  margin-bottom: 20px;
}

.about_content_wrap-sp {
  background: url("../img/about-content-bg.png");
  padding: 20px 0;
}
.about_content_wrap-sp ul {
  text-align: center;
}
.about_content_wrap-sp ul li {
  list-style: none;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.about_content_wrap-sp ul li a {
  position: relative;
  background: url("../img/about-listbox1.png");
  display: block;
  padding-bottom: 40px;
  line-height: 1;
  padding-top: 10px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
  width: auto;
  border-radius: 10px;
  background-color: #4899f6;
}
.about_content_wrap-sp ul li a:hover {
  text-decoration: underline;
}
.about_content_wrap-sp ul li a:after {
  content: url("../img/arrow6.png");
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
}
.about_content_wrap-sp ul li:last-child a {
  background: url("../img/about-listbox2.png");
  width: auto;
  border-radius: 10px;
  background-color: #ff9600;
}
div.about_contact {
  background: #f4f4f4;
  border: 3px solid #ddd;
  padding: 23px 90px 23px 50px;
  width: 797px;
  height: 100px;
}

div.about_contact .title {
  display: inline-block;
  vertical-align: top;
  padding-right: 85px;
}

div.about_contact .address {
  display: inline-block;
}

div.about_contact a.email {
  padding-left: 100px;
}

div.authorization_wrap {
  background: #fff8d6;
}

div.authorization {
  padding-top: 15px;
}

div.authorization ul {
  text-align: center;
}

div.authorization ul li {
  display: inline-block;
  width: 145px;
  height: 70px;
  padding: 15px 0 15px 15px;
  vertical-align: top;
  text-align: left;
}

div.authorization ul li.step1 {
  background: url("../img/step1.png") no-repeat;
}

div.authorization ul li.step2 {
  background: url("../img/step2.png") no-repeat;
}

div.authorization ul li.step3 {
  background: url("../img/step3.png") no-repeat;
}

div.authorization ul li.step4 {
  background: url("../img/step4.png") no-repeat;
}

div.authorization .authimg {
  position: relative;
  top: -25px;
}

div.authorization .dlwidth {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

div.authorization .dlframe {
  background: white;
  width: 516px;
  height: 86px;
  padding: 25px 62px;
  margin: 0 auto;
}

div.authorization .dlframe a {
  background: url("../img/download.png");
  color: #3b3b3b;
  display: block;
  text-decoration: none;
  width: 516px;
  height: 66px;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  border: 1px solid white;
}

div.authorization .dlframe a:hover {
  border: 1px solid red;
}

div.authorization .dlframe .pdf:before {
  content: url("../img/icon-pdf.png");
  position: relative;
  top: 5px;
}

.authorization_wrap-sp {
  background: #fff8d6;
}

.authorization-sp {
  padding-top: 15px;
}
.authorization-sp ul {
  text-align: center;
  width: 290px;
  margin: 0 auto;
}
.authorization-sp ul li {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 20px;
  text-align: center;
  padding: 15px 5px;
  margin-bottom: 30px;
  font-size: 16px;
}
.authorization-sp ul li .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  margin: 10px auto;
}
.authorization-sp ul li .arrow1 {
  border-color: #e6b200 transparent transparent transparent;
}
.authorization-sp ul li .arrow2 {
  border-color: #e69800 transparent transparent transparent;
}
.authorization-sp ul li .arrow3 {
  border-color: #e66100 transparent transparent transparent;
}
.authorization-sp ul li.step1 {
  background: #e6b200;
}
.authorization-sp ul li.step2 {
  background: #e69800;
}
.authorization-sp ul li.step3 {
  background: #e66100;
}
.authorization-sp ul li.step4 {
  background: #e60012;
  font-size: 19px;
}
.authorization-sp .authimg {
  position: relative;
  top: -25px;
}
.authorization-sp .dlwidth {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  line-height: 1.4em;
  text-align: left;
}
.authorization-sp .dlframe {
  background: #fff;
  width: 88%;
  height: 92px;
  padding: 25px 0;
  margin: 0 auto 20px auto;
  min-width: 290px;
}
.authorization-sp .dlframe a {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  background: #efefef;
  color: #3b3b3b;
  width: 260px;
  height: 66px;
  border: 3px solid #b3b3b3;
  margin: 0 auto;
}
.authorization-sp .dlframe a:hover {
  border: 1px solid red;
}
.authorization-sp .dlframe .pdf:before {
  content: url("../img/icon-pdf.png");
  position: relative;
  top: 5px;
}

/*
.restaurant_baloon { background: url("../img/restaurant-baloon.png"); width: 964px; height: 67px; color: #2f2303; padding: 15px 10px 15px 50px; }
.restaurant_baloon .caption { background: white; padding: 2px 10px; }
.restaurant_baloon .result_count { color: #1818d3; }

*/
.restaurant_baloon-sp {
  width: 100%;
  color: #2f2303;
  background: #f3ecd9;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.restaurant_baloon-sp .caption {
  background: white;
  padding: 2px 2px 2px 6px;
}
.restaurant_baloon-sp .result_count {
  color: #1818d3;
}

.restaurant_list ul {
  text-align: left;
}

.restaurant_list ul li {
  text-align: left;
  display: inline-block;
  width: 47%;
  margin: 0 13px 10px 13px;
  list-style: none;
  padding-bottom: 15px;
  border-bottom: 3px dashed #d0c19a;
}

.restaurant_list ul li a {
  display: block;
  text-decoration: none;
  color: #535353;
}

.restaurant_list ul li a:hover {
  background: #f1f1f1;
}

.restaurant_list ul li p {
  line-height: 1.2;
  margin-bottom: 10px;
  margin-left: 10px;
}

.restaurant_list ul li h4 {
  margin-bottom: 2px;
}

.restaurant_list ul li .title {
  background: #f3ecd9;
  border-left: 3px solid #65552c;
  position: relative;
}

.restaurant_list ul li .title h3 {
  height: 33px;
  padding-left: 10px;
  line-height: 37px;
}

.restaurant_list ul li .title .detail {
  position: absolute;
  right: 0;
  top: 0;
  width: 121px;
  height: 33px;
  display: block;
  text-align: center;
  color: #f3ecd9;
  background: #65552c;
  text-decoration: none;
  line-height: 33px;
}

.restaurant_list ul li .title .detail:hover {
  background: #55552c;
}

.restaurant_list ul li .title .detail:after {
  content: url("../img/arrow4.png");
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  margin-left: 3px;
  margin-right: -9px;
}

/*
.restaurant_list ul li .pic { border: 3px solid #65552c; border-radius: 6px; margin: 0 5px auto 0; }
*/
.restaurant_list ul li .pic {
  border: none;
  border-radius: 6px;
  margin: 0 5px auto 0;
}

.restaurant_list ul li .desc {
  width: 310px;
}

.restaurant_list-sp ul {
  padding: 0;
}
.restaurant_list-sp ul li {
  text-align: left;
  display: inline-block;
  list-style: none;
  padding-bottom: 15px;
  border-bottom: 3px dashed #d0c19a;
  width: 100%;
}
.restaurant_list-sp ul li .dummy_a {
  display: block;
  text-decoration: none;
  color: #535353;
}
.restaurant_list-sp ul li p {
  line-height: 1.2;
  margin-bottom: 10px;
  margin-left: 10px;
}
.restaurant_list-sp ul li h4 {
  margin-bottom: 2px;
}
.restaurant_list-sp ul li .title {
  background: #f3ecd9;
  border-left: 3px solid #65552c;
  position: relative;
}
.restaurant_list-sp ul li .title h3 {
  height: 33px;
  padding-left: 10px;
  line-height: 37px;
  overflow: hidden;
}
.restaurant_list-sp ul li .pic {
  border: none;
  border-radius: 6px;
  margin: 0 5px 4px 4px;
  height: auto;
}
.restaurant_list-sp ul li .pic img {
  width: 100%;
  height: auto;
}
.restaurant_list-sp ul li .detail {
  padding: 15px;
  width: 60%;
  display: block;
  text-align: center;
  color: #f3ecd9;
  background: #65552c;
  text-decoration: none;
  line-height: 1;
  margin: 0 auto;
}

.seasonlist ul {
  background: url("../img/wave.png") no-repeat center center;
  text-align: center;
}

.seasonlist ul li {
  display: inline-block;
  list-style: none;
  margin: 15px;
  position: relative;
}

.seasonlist ul li.spring {
  top: 0;
}

.seasonlist ul li.summer {
  top: 16px;
}

.seasonlist ul li.autumn {
  top: -10px;
}

.seasonlist ul li.winter {
  top: 5px;
}

.seasonlist ul li:first-child {
  margin-left: 0;
}

.seasonlist ul li:last-child {
  margin-right: 0;
}

.seasonlist ul li a {
  display: inline-block;
  text-align: center;
  color: #3b3b3b;
  text-decoration: none;
}

.seasonlist ul li a.rtt {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.seasonlist ul li a:hover {
  text-decoration: underline;
  transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
}

.seasonlist-sp {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background: url("../img/wave.png") no-repeat center center;
}
.seasonlist-sp ul {
  text-align: center;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.seasonlist-sp ul li {
  width: 25%;
  padding: 5px;
}
.seasonlist-sp ul li a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  width: 20vw;
  height: 20vw;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seasonlist-sp ul li a small {
  font-size: 12px;
  display: block;
}
.seasonlist-sp ul li a.spring {
  background-color: rgba(244, 80, 150, 0.8);
  top: 0;
}
.seasonlist-sp ul li a.summer {
  background-color: rgba(20, 160, 80, 0.8);
  top: 16px;
}
.seasonlist-sp ul li a.autumn {
  background-color: rgba(200, 106, 68, 0.8);
  top: -10px;
}
.seasonlist-sp ul li a.winter {
  background-color: rgba(132, 132, 132, 0.8);
  top: 5px;
}
.seasonlist-sp ul li a.rtt {
  transition: all 0.5s ease;
}

.imgcaption {
  padding: 3px 10px;
}

mark {
  background: #ffd837;
  padding: 0 4px;
}

.fish_result ul li {
  list-style: none;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.fish_result ul li.spring {
  border-bottom: 3px dashed #ffb6d6;
}

.fish_result ul li.spring h2 {
  border-left: 3px solid #f03385;
  background: #ffe8f2;
}

.fish_result ul li.summer {
  border-bottom: 3px dashed #a6ecc5;
}

.fish_result ul li.summer h2 {
  border-left: 3px solid #07a34c;
  background: #e0f7ea;
}

.fish_result ul li.autumn {
  border-bottom: 3px dashed #dba47b;
}

.fish_result ul li.autumn h2 {
  border-left: 3px solid #bb4f1f;
  background: #fae6dd;
}

.fish_result ul li.winter {
  border-bottom: 3px dashed #bfbfbf;
}

.fish_result ul li.winter h2 {
  border-left: 3px solid #7c7c7c;
  background: #ededed;
}

.fish_result ul li .loupe {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.fish_result ul li h2 {
  padding: 3px 0;
}

.fish_result ul li h2 .seasonicon {
  position: absolute;
  top: -3px;
}

.fish_result ul li h2 .spring {
  right: 132px;
}

.fish_result ul li h2 .summer {
  right: 88px;
}

.fish_result ul li h2 .autumn {
  right: 44px;
}

.fish_result ul li h2 .winter {
  right: 0px;
}

.fish_result ul li .fishname {
  margin-left: 12px;
}

.fish_result ul li .fishname:after {
  margin-right: 10px;
  margin-left: 35px;
  content: "|";
}

.fish_result ul li .fishicon {
  border: 3px solid #65552c;
  border-radius: 6px;
}

.fish_result-sp ul li {
  list-style: none;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.fish_result-sp ul li.spring {
  border-bottom: 3px dashed #ffb6d6;
}
.fish_result-sp ul li.spring h2 {
  border-left: 3px solid #f03385;
  background: #ffe8f2;
}
.fish_result-sp ul li.summer {
  border-bottom: 3px dashed #a6ecc5;
}
.fish_result-sp ul li.summer h2 {
  border-left: 3px solid #07a34c;
  background: #e0f7ea;
}
.fish_result-sp ul li.autumn {
  border-bottom: 3px dashed #dba47b;
}
.fish_result-sp ul li.autumn h2 {
  border-left: 3px solid #bb4f1f;
  background: #fae6dd;
}
.fish_result-sp ul li.winter {
  border-bottom: 3px dashed #bfbfbf;
}
.fish_result-sp ul li.winter h2 {
  border-left: 3px solid #7c7c7c;
  background: #ededed;
}
.fish_result-sp ul li h2 {
  padding: 3px 0;
}
.fish_result-sp ul li h2 .seasonicon {
  position: absolute;
  top: -3px;
}
.fish_result-sp ul li h2 .spring {
  right: 132px;
}
.fish_result-sp ul li h2 .summer {
  right: 88px;
}
.fish_result-sp ul li h2 .autumn {
  right: 44px;
}
.fish_result-sp ul li h2 .winter {
  right: 0;
}
.fish_result-sp ul li .fishname {
  margin-left: 12px;
  display: block;
}
.fish_result-sp ul li .fishname:after {
  content: none;
}
.fish_result-sp ul li .fishicon {
  border: 3px solid #65552c;
  border-radius: 6px;
  margin-right: 10px;
  width: 80px;
  height: auto;
}
.fish_result-sp ul li .loupe {
  position: absolute;
  left: 0;
  bottom: 0;
}
.fish_result-sp ul li .commonname {
  display: inline-block;
  padding-left: 15px;
}
.fish_result-sp ul li .fishpic {
  position: relative;
  display: block;
  float: left;
}
.fish_result-sp ul li h2 .seasonicon {
  top: -15px;
}
.fish_result-sp ul li .shoplink2 {
  margin: 0 auto;
  display: block;
}
.fish_result-sp ul li .shoplink2:before {
  clear: both;
  content: "";
  display: block;
}
.fish_result-sp ul li .shoplink2 img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
  margin-top: 15px;
}

.fish_detail-sp {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  margin-top: 20px;
}
.fish_detail-sp .shop_link {
  width: 150px;
  height: auto;
  margin-top: 10px;
  text-align: center;
}

hr.dline {
  background: url("../img/line-double.png");
  width: 1030px;
  height: 9px;
  border: 0;
}

.pager ul {
  text-align: right;
  margin-bottom: 15px;
}

.pager ul li {
  display: inline-block;
}

.pager ul li a {
  color: #3b3b3b;
  padding: 2px 5px;
  border-radius: 3px;
  background: #f3ecd9;
  border: 1px solid white;
  text-decoration: none;
}

.pager ul li a:hover {
  background: #f3ecd9;
  border: 1px solid #65552c;
}

.pager ul li a.active {
  background: #65552c;
  border: 1px solid #65552c;
  color: white;
}

.pager ul li.ml {
  margin-left: 30px;
}

.sitemap-title {
  margin-top: 100px;
  position: relative;
}

.sitemap-title .baloon {
  position: absolute;
  top: -100px;
  right: 170px;
}

.sitemap-title .sitemap-line {
  position: absolute;
  top: 271px;
  left: 135px;
}

.sitemap-list-wrap {
  background: url("../img/sitemap-bg.png");
  padding-top: 100px;
}

.sitemap-list {
  width: 835px;
  text-align: right;
}

.sitemap-list dt {
  background: url("../img/sitemap-menu.png");
  width: 258px;
  height: 85px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 70px;
}

.sitemap-list dt a {
  color: white;
  text-decoration: none;
  text-align: right;
  display: block;
  width: 258px;
  height: 85px;
  position: relative;
}

.sitemap-list dt a:hover {
  text-decoration: underline;
}

.sitemap-list dt span {
  display: table-cell;
  text-align: left;
  width: 200px;
  vertical-align: middle;
  height: 85px;
  padding-left: 50px;
}

.sitemap-list dt.home {
  background: url("../img/sitemap-home.png");
  width: 318px;
  height: 85px;
}

.sitemap-list dt.home span {
  padding-left: 110px;
}

.sitemap-list dd {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-left: 41px;
  padding: 15px;
  border: 1px solid #9ecbfe;
  border-radius: 5px;
  font-size: 12px;
  width: 430px;
  height: 53px;
  margin-bottom: 70px;
  background: white;
}

.top_request {
  background: #8cd6f5;
  border-radius: 5px;
  width: 618px;
  min-height: 136px;
  position: relative;
  padding: 20px;
  color: #3b3b3b;
}

.top_request h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #3b3b3b;
}

.top_request img.speaker {
  position: absolute;
  right: 18px;
  top: 5px;
}

.top_request a {
  display: block;
  text-align: center;
  background: white;
  border-radius: 7px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  width: 238px;
  min-height: 36px;
  font-size: 18px;
  font-weight: bold;
  padding: 11px;
  color: #3b3b3b;
  text-decoration: none;
  margin: 0;
}

.top_request a div {
  background: url("../img/arrow.png") no-repeat center right;
  line-height: 36px;
  padding-right: 10px;
}

.top_request a:hover {
  background: #ddd;
}

.top_request .btnblock {
  margin: 0 0 0 17px;
}

.top_request .btnblock p {
  margin-bottom: 15px;
}

.top_request .content {
  width: 340px;
  line-height: 1.5;
}

.regist_width {
  width: calc(100% - 30px);
}

.top_request-sp {
  background: #8cd6f5;
  border-radius: 5px;
  min-height: 136px;
  position: relative;
  color: #3b3b3b;
  padding: 20px;
}
.top_request-sp h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-right: 40px;
  color: #3b3b3b;
}
.top_request-sp .speaker {
  position: absolute;
  right: 18px;
  top: 25px;
  width: 40px;
  height: 34px;
}
.top_request-sp a {
  display: block;
  text-align: center;
  background: white;
  border-radius: 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  min-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #3b3b3b;
  text-decoration: none;
  width: 230px;
  padding: 11px 9px;
  margin: 0 auto;
}
.top_request-sp a div {
  background: url("../img/arrow.png") no-repeat center right;
  line-height: 36px;
  padding-right: 10px;
}
.top_request-sp a:hover {
  background: #ddd;
}
.top_request-sp .btnblock {
  margin: 0;
}
.top_request-sp .btnblock p {
  margin-bottom: 15px;
}
.top_request-sp .content {
  line-height: 1.5;
  width: 100%;
}

.top_inquiry-sp {
  margin-top: 15px;
  margin-bottom: 15px;
}
.top_inquiry-sp .tellink {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.top_inquiry-sp .telnum {
  font-size: 24px;
}

.top_inquiry {
  background: #f2f2f2;
  width: 318px;
  min-height: 144px;
  padding: 16px;
  border-radius: 5px;
}

.top_inquiry h1 {
  font-size: 20px;
  font-weight: bold;
}

.top_inquiry hr {
  border-top: 2px solid #d2d2d2;
  height: 0;
  margin: 10px 0;
}

.top_inquiry .content {
  margin-bottom: 15px;
}

.top_inquiry .telnum {
  font-weight: bold;
  font-size: 30px;
  color: #3b3b3b;
}

div.rdetail {
  position: relative;
  text-align: center;
}

div.rdetail .category_wrap {
  text-align: center;
  width: 132px;
  height: 83px;
  margin: 0 auto 10px auto;
}

div.rdetail .category {
  background: url("../img/icon-meal.png") no-repeat center center;
  width: 132px;
  height: 83px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

div.rdetail p {
  line-height: 1.5;
  color: #e35b00;
}

div.rdetail .at {
  color: #113c68;
}

div.rdetail .search_baloon {
  position: absolute;
  top: -20px;
  right: 0;
}

/*
div.rdetail_desc .mainimg { border: 3px solid #65552c; border-radius: 7px; }
*/
/*
div.rdetail_desc .mainimg { border: none; border-radius: 7px; }

div.rdetail_desc .msg { border: 1px solid #c6c6c6; border-radius: 4px; padding: 15px 25px; position: relative; }
div.rdetail_desc .msg:before { content: url("../img/detail-baloon-arrow.png"); position: absolute; top: 25px; left: -12px; }
div.rdetail_desc .rd_right { width: 53%; }
div.rdetail_desc .linkbox a { display: block; }
div.rdetail_desc table th { width: 100px; text-align: left; }
div.rdetail_desc table td { padding-bottom: 10px; }

div.rdetail_spec .tablewrap { width: 53%; }
div.rdetail_spec .tel { color: #1d5c08; }
div.rdetail_spec .tel:before { content: url("../img/icon-tel2.png"); margin-right: 5px; position: relative; top: 3px; }
div.rdetail_spec table tr { border-bottom: 1px dotted #7b7b7b; }
div.rdetail_spec table tr:first-child { border-top: 1px dotted #7b7b7b; }
div.rdetail_spec table th { background: #f8f6f2; width: 115px; padding: 10px 17px; text-align: left; font-weight: normal; color: #3b3b3b; font-size: 12px; }
div.rdetail_spec table td { color: #3b3b3b; font-size: 12px; padding: 10px 13px; word-break: break-all; }
*/
.rdetail_desc-sp .mainimg {
  border: none;
  border-radius: 7px;
  width: 100%;
  max-width: 440px;
}
.rdetail_desc-sp .msg {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  position: relative;
  margin: 0 15px 20px 15px;
  padding: 15px;
  text-align: left;
}
.rdetail_desc-sp .msg:before {
  position: absolute;
  content: url(../img/detail-baloon-arrow.png?a);
  top: auto;
  bottom: -15px;
  left: 50%;
  margin-left: -12px;
}
.rdetail_desc-sp .rd_right {
  width: auto;
  margin: 15px;
}
.rdetail_desc-sp .rd_right table {
  margin: 0 auto;
  display: block;
}
.rdetail_desc-sp .rd_right table tbody {
  display: block;
}
.rdetail_desc-sp .rd_right table tr {
  display: block;
}
.rdetail_desc-sp .rd_right table tr th, .rdetail_desc-sp .rd_right table tr td {
  display: block;
  width: 100%;
}
.rdetail_desc-sp .rd_right table tr th {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.rdetail_desc-sp .rd_right table tr td {
  text-align: left;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.rdetail_desc-sp .linkbox a {
  display: block;
}
.rdetail_desc-sp table th {
  width: 100px;
  text-align: left;
}
.rdetail_desc-sp table td {
  padding-bottom: 10px;
  line-height: 1.7em;
}

.rdetail_spec-sp .tablewrap {
  width: auto;
  margin: 30px 15px;
}
.rdetail_spec-sp .tel {
  color: #1d5c08;
}
.rdetail_spec-sp .tel:before {
  content: url("../img/icon-tel2.png");
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.rdetail_spec-sp table {
  margin: 0 auto 10px auto;
}
.rdetail_spec-sp table tr {
  border-bottom: 1px dotted #7b7b7b;
}
.rdetail_spec-sp table tr:first-child {
  border-top: 1px dotted #7b7b7b;
}
.rdetail_spec-sp table th {
  background: #f8f6f2;
  padding: 10px 17px;
  text-align: left;
  font-weight: normal;
  color: #3b3b3b;
  font-size: 12px;
  width: 33%;
}
.rdetail_spec-sp table td {
  color: #3b3b3b;
  font-size: 12px;
  padding: 10px 13px;
  word-break: break-all;
}
.rdetail_spec-sp table a {
  text-decoration: none;
  border-bottom: 1px solid #1d5c08;
  line-height: 1.7em;
}
.rdetail_spec-sp #map iframe {
  width: 100%;
  height: 480px;
}

hr.dline {
  width: auto;
}

/*
div.rdetail_pictures ul { text-align: center; }
div.rdetail_pictures ul li { list-style: none; display: inline-block; width: 326px; margin: 5px; float: left; position: relative; vertical-align: top; }
div.rdetail_pictures ul li .shun { position: absolute; left: -7px; top: -7px; }
div.rdetail_pictures ul li:nth-child(3n-2) { margin-left: 0; }
div.rdetail_pictures ul li:nth-child(3n) { margin-right: 0; }
div.rdetail_pictures ul li a { color: #3b3b3b; text-decoration: none; }
div.rdetail_pictures ul li a:hover { text-decoration: underline; }
div.rdetail_pictures ul li a span { display: block; text-align: left; }
div.rdetail_pictures ul li a img { border-radius: 5px; }
div.rdetail_pictures .caution { padding: 10px; }
div.rdetail_pictures .dtitle { position: relative; }
div.rdetail_pictures .dtitle .ddesc { position: absolute; bottom: 4px; right: 80px; }
*/
.rdetail_pictures ul {
  text-align: center;
  margin: 15px;
}
.rdetail_pictures ul li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  float: left;
  position: relative;
  vertical-align: top;
  width: 100%;
  margin-left: 0;
}
.rdetail_pictures ul li .shun {
  position: absolute;
  left: -25px;
  top: 0;
  width: 30px;
  height: auto;
}
.rdetail_pictures ul li a {
  color: #3b3b3b;
  text-decoration: none;
  display: block;
  position: relative;
}
.rdetail_pictures ul li a:hover {
  text-decoration: underline;
}
.rdetail_pictures ul li a span {
  display: block;
  text-align: left;
}
.rdetail_pictures ul li a img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}
.rdetail_pictures ul li a .loupe {
  border-radius: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  bottom: 30px;
}
.rdetail_pictures ul li .fishphoto {
  width: 100%;
}
.rdetail_pictures .caution {
  padding: 10px;
}
.rdetail_pictures .dtitle {
  position: relative;
}
.rdetail_pictures .dtitle .ddesc {
  position: absolute;
  bottom: 4px;
  right: 80px;
}

.recipe20_wrap {
  background: url("../img/cork.png");
  padding: 15px 0;
}

.recipe20 {
  width: 658px;
  height: 179px;
  padding: 16px 13px;
  margin-left: 45px;
  background: white;
  border-radius: 5px;
  position: relative;
}

.recipe20 a {
  text-decoration: none;
  background: url("../img/download.png");
  color: #3b3b3b;
  display: block;
  text-decoration: none;
  width: 516px;
  height: 66px;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  margin: 10px auto 0 auto;
}

.recipe20 .pdf:before {
  content: url("../img/icon-pdf.png");
  position: relative;
  top: 5px;
}

.recipe20 .recipeimg {
  position: absolute;
  top: -46px;
  right: -290px;
}

.recipe20 .desc {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 320px;
}

.recipe20 .arrow {
  position: absolute;
  top: 50px;
  right: -22px;
}

.recipe20b {
  background: white;
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 15px;
  text-align: center;
}

.recipe20b a {
  color: #3b3b3b;
  display: block;
  text-decoration: none;
  height: 86px;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  margin: 10px auto 0 auto;
  background: url(../img/download-sp.png);
  width: 260px;
}

.recipe20b .pdf:before {
  content: url("../img/icon-pdf.png");
  position: relative;
  top: 5px;
}

.recipe20b .desc {
  position: static;
  text-align: left;
}

.recipe20b .image {
  width: 100%;
  height: auto;
  max-width: 331px;
  margin-bottom: 10px;
}

.pagetop {
  position: fixed;
  opacity: 0.6;
  transition: all 0.2s ease;
  bottom: 40px;
  right: 10px;
  left: unset;
}
.pagetop:hover {
  opacity: 1;
}

@media print {
  .pagetop {
    display: none;
  }
}
footer .footmenu {
  margin-top: 50px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 3px;
}

footer .footmenu ul {
  padding-bottom: 5px;
}

footer .footmenu ul li {
  float: left;
  list-style-type: none;
}

footer .footmenu ul li:first-child:before {
  content: "";
  margin: 0;
}

footer .footmenu ul li:before {
  content: "|";
  margin: 0 10px;
}

footer .footmenu ul li a {
  color: #3b3b3b;
  text-decoration: none;
}

footer .footmenu ul li a:hover {
  color: #0000e8;
  text-decoration: underline;
}

footer .footmenu ul li.about_inquiry {
  float: right;
}

footer .footmenu ul li.about_inquiry:before {
  content: none;
}

footer .footmenu ul li.about_inquiry:after {
  content: url("../img/arrow2.png");
  margin-left: 3px;
}

footer .foot1 {
  background: #e9e9e9;
  padding: 20px;
}

footer .foot1 .logofoot {
  margin-right: 50px;
}

footer .foot1 .footaddress {
  display: block;
  margin-top: 10px;
}

footer .foot2 {
  background: #0068d3;
  padding: 10px;
  color: white;
  text-align: center;
}

/* === 追加修正 ================================================== */
.top_news .seemore {
  position: absolute;
  right: 0px;
  top: 0;
}

.top_news .seemore:after {
  content: url("../img/arrow3.png");
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 4px;
  color: #3b3b3b;
}

/* 20150122 Add */
ul.newsimg_list {
  float: right;
  max-width: 196px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.newsimg_list li {
  float: left;
  width: 90px;
  margin: 0px 0px -2px 8px;
  padding: 0px;
}

.detail-sns {
  max-width: 290px;
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  align-items: center;
}
.detail-sns li {
  padding: 10px;
}
.detail-sns li a img {
  display: block;
  margin: 0 auto;
}

.detail-sns-sp-list {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 5px 0;
  justify-content: flex-start;
}
.detail-sns-sp-list .dssl-item {
  padding: 0 10px;
  border-bottom: 0;
}
.detail-sns-sp-list .dssl-item img {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: auto;
}

.sp-menu-dl {
  box-sizing: border-box;
}
.sp-menu-dl .mdl {
  display: flex;
  padding: 3px 0;
  box-sizing: border-box;
}
.sp-menu-dl .mdl dt {
  width: 45%;
  text-align: right;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-menu-dl .mdl dd {
  box-sizing: border-box;
  text-align: left;
  width: 55%;
  padding-left: 10px;
}
.sp-menu-dl .mdl dd select {
  width: 100%;
}

.rest-goback {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 15px;
  width: 40%;
  display: block;
  background: white;
  border-radius: 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  color: #3b3b3b;
  text-decoration: none;
  padding: 11px 9px;
  position: relative;
}
.rest-goback:before {
  content: "<<";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
}

/*# sourceMappingURL=base.css.map */
