@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
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, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  font-size: 100%;
  text-align: left;
}

ol, ul, li, nav ul {
  list-style: none;
}

ul, li, img {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
  line-height: 1.6;
  text-align: left;
}

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

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

a {
  text-decoration: none;
  outline: 0;
  line-height: 1.6;
  /* Hides from IE-mac \*/
  overflow: hidden;
  /* End hide from IE-mac */
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 #000;
  cursor: help;
}

img, td, th {
  border: 0;
}

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

td, th {
  text-align: left;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*********************************
 * HELPER
 *********************************/
.pc-view {
  display: block;
}

span.pc-view, strong.pc-view {
  display: inline;
}

th.pc-view, td.pc-view {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .pc-view {
    display: none;
  }
  span.pc-view, strong.pc-view {
    display: none;
  }
}

.tb-view {
  display: none;
}

@media screen and (max-width: 768px) {
  .tb-view {
    display: block;
  }
  span.tb-view, strong.tb-view {
    display: inline;
  }
  th.tb-view, td.tb-view {
    display: table-cell;
  }
}

@media screen and (max-width: 640px) {
  .tb-view {
    display: none;
  }
  span.tb-view, strong.tb-view {
    display: none;
  }
}

.sp-view {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-view {
    display: block;
  }
  span.sp-view, strong.sp-view {
    display: inline;
  }
  th.sp-view, td.sp-view {
    display: table-cell;
  }
}

.pc-view.tb-view {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-view.tb-view {
    display: none;
  }
}

.tb-view.sp-view {
  display: none;
}

@media screen and (max-width: 768px) {
  .tb-view.sp-view {
    display: block;
  }
  span.tb-view.sp-view, strong.tb-view.sp-view {
    display: inline;
  }
  th.tb-view.sp-view, td.tb-view.sp-view {
    display: table-cell;
  }
}

.fz10 {
  font-size: 10px;
  font-size: 1rem;
}

.fz12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fz14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fz16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fz18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fz20 {
  font-size: 20px;
  font-size: 2rem;
}

.fz22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fz24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fz26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fz28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fz30 {
  font-size: 30px;
  font-size: 3rem;
}

.fb {
  font-weight: bold;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #999;
}

.c-lightgray {
  color: #c8c8c8;
}

.c-blue {
  color: #004bc8;
}

.c-lightblue {
  color: #00aee7;
}

.c-green {
  color: #00a23a;
}

.c-pink {
  color: #ff7377;
}

.c-orange {
  color: #ff6400;
}

.c-red {
  color: #d0021b;
}

.c-purple {
  color: #d388b9;
}

.tL {
  text-align: left !important;
}

.tR {
  text-align: right !important;
}

.tC {
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .tLsp {
    text-align: left !important;
  }
  .tRsp {
    text-align: right !important;
  }
  .tCsp {
    text-align: center !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 769px) {
  a:hover img {
    opacity: 0.50;
    filter: alpha(opacity=50);
  }
}

.clear {
  clear: both !important;
}

.wrap {
  overflow: hidden;
  zoom: 1;
}

.fR {
  float: right !important;
}

.fL {
  float: left !important;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

@media screen and (max-width: 640px) {
  .fRsp,
  .fLsp {
    float: none !important;
    margin: 0 0 10px !important;
    text-align: center;
  }
  .alignright,
  .alignleft {
    display: block;
    float: none !important;
    margin: 0 auto 10px !important;
    text-align: center;
  }
}

.db {
  display: block;
}

.dib {
  letter-spacing: -0.5em;
}

.dib li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.btn {
  display: inline-block;
  cursor: pointer;
  min-width: 240px;
  padding: 0.75em 2em;
  color: #ffff00 !important;
  font-size: 16pxpx;
  font-size: 1.6pxrem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 2px solid #ffff00;
  background: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .btn:hover {
    color: #fff !important;
    text-decoration: none;
    background: #ffff00;
  }
}

.btn-block {
  display: block;
  cursor: pointer;
  min-width: 240px;
  padding: 0.75em 2em;
  color: #ffff00 !important;
  font-size: 16pxpx;
  font-size: 1.6pxrem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 2px solid #ffff00;
  background: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .btn-block:hover {
    color: #fff !important;
    text-decoration: none;
    background: #ffff00;
  }
}

.dl-list5 {
  overflow: hidden;
}

.dl-list5 dt {
  float: left;
  width: 5em;
  padding: 15px 0 0;
}

.dl-list5 dd {
  padding: 15px 0 15px 5em;
  border-bottom: 1px solid #c8c8c8;
}

.dl-list5 dd:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

@media screen and (max-width: 640px) {
  .dl-list5 dt {
    float: none;
    width: auto;
    font-weight: bold;
  }
  .dl-list5 dd {
    padding: 5px 0 15px;
  }
}

.dl-list6 {
  overflow: hidden;
}

.dl-list6 dt {
  float: left;
  width: 6em;
  padding: 15px 0 0;
}

.dl-list6 dd {
  padding: 15px 0 15px 6em;
  border-bottom: 1px solid #c8c8c8;
}

.dl-list6 dd:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

@media screen and (max-width: 640px) {
  .dl-list6 dt {
    float: none;
    width: auto;
    font-weight: bold;
  }
  .dl-list6 dd {
    padding: 5px 0 15px;
  }
}

.dl-list7 {
  overflow: hidden;
}

.dl-list7 dt {
  float: left;
  width: 7em;
  padding: 15px 0 0;
}

.dl-list7 dd {
  padding: 15px 0 15px 7em;
  border-bottom: 1px solid #c8c8c8;
}

.dl-list7 dd:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

@media screen and (max-width: 640px) {
  .dl-list7 dt {
    float: none;
    width: auto;
    font-weight: bold;
  }
  .dl-list7 dd {
    padding: 5px 0 15px;
  }
}

.dl-list8 {
  overflow: hidden;
}

.dl-list8 dt {
  float: left;
  width: 8em;
  padding: 15px 0 0;
}

.dl-list8 dd {
  padding: 15px 0 15px 8em;
  border-bottom: 1px solid #c8c8c8;
}

.dl-list8 dd:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

@media screen and (max-width: 640px) {
  .dl-list8 dt {
    float: none;
    width: auto;
    font-weight: bold;
  }
  .dl-list8 dd {
    padding: 5px 0 15px;
  }
}

.dl-list9 {
  overflow: hidden;
}

.dl-list9 dt {
  float: left;
  width: 9em;
  padding: 15px 0 0;
}

.dl-list9 dd {
  padding: 15px 0 15px 9em;
  border-bottom: 1px solid #c8c8c8;
}

.dl-list9 dd:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

@media screen and (max-width: 640px) {
  .dl-list9 dt {
    float: none;
    width: auto;
    font-weight: bold;
  }
  .dl-list9 dd {
    padding: 5px 0 15px;
  }
}

.dl-list10 {
  overflow: hidden;
}

.dl-list10 dt {
  float: left;
  width: 10em;
  padding: 15px 0 0;
}

.dl-list10 dd {
  padding: 15px 0 15px 10em;
  border-bottom: 1px solid #c8c8c8;
}

.dl-list10 dd:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

@media screen and (max-width: 640px) {
  .dl-list10 dt {
    float: none;
    width: auto;
    font-weight: bold;
  }
  .dl-list10 dd {
    padding: 5px 0 15px;
  }
}

.dl-list11 {
  overflow: hidden;
}

.dl-list11 dt {
  float: left;
  width: 11em;
  padding: 15px 0 0;
}

.dl-list11 dd {
  padding: 15px 0 15px 11em;
  border-bottom: 1px solid #c8c8c8;
}

.dl-list11 dd:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

@media screen and (max-width: 640px) {
  .dl-list11 dt {
    float: none;
    width: auto;
    font-weight: bold;
  }
  .dl-list11 dd {
    padding: 5px 0 15px;
  }
}

.dl-list12 {
  overflow: hidden;
}

.dl-list12 dt {
  float: left;
  width: 12em;
  padding: 15px 0 0;
}

.dl-list12 dd {
  padding: 15px 0 15px 12em;
  border-bottom: 1px solid #c8c8c8;
}

.dl-list12 dd:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

@media screen and (max-width: 640px) {
  .dl-list12 dt {
    float: none;
    width: auto;
    font-weight: bold;
  }
  .dl-list12 dd {
    padding: 5px 0 15px;
  }
}

.row {
  margin: 0 -10px;
  letter-spacing: -0.5em;
  overflow: hidden;
}

.row .col {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 0 10px;
  letter-spacing: normal;
}

.col2 .col {
  width: 50%;
}

.col3 .col {
  width: 33.333%;
}

.col4 .col {
  width: 25%;
}

.col5 .col {
  width: 20%;
}

.col6 .col {
  width: 16.666%;
}

.gap0 {
  margin: 0;
}

.gap0 .col {
  margin: 0;
  padding: 0;
}

.gap5 {
  margin: 0 -5px;
}

.gap5 .col {
  margin: 0 0 10px;
  padding: 0 5px;
}

.gap10 {
  margin: 0 -10px;
}

.gap10 .col {
  margin: 0 0 20px;
  padding: 0 10px;
}

.gap15 {
  margin: 0 -15px;
}

.gap15 .col {
  margin: 0 0 30px;
  padding: 0 15px;
}

.gap20 {
  margin: 0 -20px;
}

.gap20 .col {
  margin: 0 0 40px;
  padding: 0 20px;
}

.gap25 {
  margin: 0 -25px;
}

.gap25 .col {
  margin: 0 0 50px;
  padding: 0 25px;
}

.gap30 {
  margin: 0 -30px;
}

.gap30 .col {
  margin: 0 0 60px;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .col1tb .col {
    width: 100%;
  }
  .col2tb .col {
    width: 50%;
  }
  .col3tb .col {
    width: 33.333%;
  }
  .col4tb .col {
    width: 25%;
  }
  .col5tb .col {
    width: 20%;
  }
  .col6tb .col {
    width: 16.666%;
  }
  .gap0tb {
    margin: 0;
  }
  .gap0tb .col {
    margin: 0;
    padding: 0;
  }
  .gap5tb {
    margin: 0 -5px;
  }
  .gap5tb .col {
    margin: 0 0 10px;
    padding: 0 5px;
  }
  .gap10tb {
    margin: 0 -10px;
  }
  .gap10tb .col {
    margin: 0 0 20px;
    padding: 0 10px;
  }
  .gap15tb {
    margin: 0 -15px;
  }
  .gap15tb .col {
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .gap20tb {
    margin: 0 -20px;
  }
  .gap20tb .col {
    margin: 0 0 40px;
    padding: 0 20px;
  }
  .gap25tb {
    margin: 0 -25px;
  }
  .gap25tb .col {
    margin: 0 0 50px;
    padding: 0 25px;
  }
  .gap30tb {
    margin: 0 -30px;
  }
  .gap30tb .col {
    margin: 0 0 60px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 640px) {
  .col1sp .col {
    width: 100%;
  }
  .col2sp .col {
    width: 50%;
  }
  .col3sp .col {
    width: 33.333%;
  }
  .col4sp .col {
    width: 25%;
  }
  .col5sp .col {
    width: 20%;
  }
  .col6sp .col {
    width: 16.666%;
  }
  .gap0sp {
    margin: 0;
  }
  .gap0sp .col {
    margin: 0;
    padding: 0;
  }
  .gap5sp {
    margin: 0 -5px;
  }
  .gap5sp .col {
    margin: 0 0 10px;
    padding: 0 5px;
  }
  .gap10sp {
    margin: 0 -10px;
  }
  .gap10sp .col {
    margin: 0 0 20px;
    padding: 0 10px;
  }
  .gap15sp {
    margin: 0 -15px;
  }
  .gap15sp .col {
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .gap20sp {
    margin: 0 -20px;
  }
  .gap20sp .col {
    margin: 0 0 40px;
    padding: 0 20px;
  }
  .gap25sp {
    margin: 0 -25px;
  }
  .gap25sp .col {
    margin: 0 0 50px;
    padding: 0 25px;
  }
  .gap30sp {
    margin: 0 -30px;
  }
  .gap30sp .col {
    margin: 0 0 60px;
    padding: 0 30px;
  }
}

.m0 {
  margin: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

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

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

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

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !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;
}

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

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

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

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !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;
}

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

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

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

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !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;
}

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

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

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

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

.ml11 {
  margin-left: 11px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.ml14 {
  margin-left: 14px !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;
}

.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

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

.pt1 {
  padding-top: 1px !important;
}

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

.pt3 {
  padding-top: 3px !important;
}

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

.pt5 {
  padding-top: 5px !important;
}

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

.pt15 {
  padding-top: 15px !important;
}

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

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

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

.pr5 {
  padding-right: 5px !important;
}

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

.pr15 {
  padding-right: 15px !important;
}

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

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

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

.pb5 {
  padding-bottom: 5px !important;
}

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

.pb15 {
  padding-bottom: 15px !important;
}

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

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

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

.pl5 {
  padding-left: 5px !important;
}

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

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

.pl15 {
  padding-left: 15px !important;
}

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

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

:root {
  --vw5: 5px;
  --vw10: 10px;
  --vw15: 15px;
  --vw20: 20px;
  --vw25: 25px;
  --vw30: 30px;
  --vw40: 40px;
  --vw50: 50px;
  --vw60: 60px;
  --vw80: 80px;
  --vw100: 100px;
  --vw120: 120px;
  --vw150: 150px;
  --vw200: 200px;
}

@media screen and (max-width: 1000px) {
  :root {
    --vw5:  0.5vw;
    --vw10: 1vw;
    --vw15: 1.5vw;
    --vw20: 2vw;
    --vw25: 2.5vw;
    --vw30: 3vw;
    --vw40: 4vw;
    --vw50: 5vw;
    --vw60: 6vw;
    --vw80: 8vw;
    --vw100: 10vw;
    --vw120: 12vw;
    --vw150: 15vw;
    --vw200: 20vw;
  }
}

/*********************************
 * common
 *********************************/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.571;
  color: #464646;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

body.fontS {
  font-size: 14px;
  font-size: 1.4rem;
}

body.fontM {
  font-size: 18px;
  font-size: 1.8rem;
}

body.fontL {
  font-size: 20px;
  font-size: 2rem;
}

body.fixed {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.fontS, body.fontM, body.fontL {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a,
a:visited,
a:active {
  color: #5fc3db;
  text-decoration: underline;
}

a:hover {
  color: #5fc3db;
  text-decoration: none;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

#mv {
  text-align: center;
  /*img{
		width: 100%;
	}*/
  background: url(../../ichigomiruku-kibun/img/mv-bg.png) center center no-repeat;
  background-size: cover;
}

#mv .bg {
  background: url(../../ichigomiruku-kibun/img/bg-front.png) center center repeat;
}

@media screen and (max-width: 1000px) {
  #mv .bg {
    background-size: 60px;
  }
}

#mv .bg img {
  margin-bottom: -40px;
}

@media screen and (max-width: 1000px) {
  #mv .bg img {
    margin-bottom: -4vw;
  }
}

.app-btn {
  position: fixed;
  right: -30px;
  bottom: 80px;
  z-index: 10;
}

@media screen and (max-width: 1500px) {
  .app-btn {
    right: -2vw;
  }
  .app-btn img {
    width: 16vw;
  }
}

@media screen and (max-width: 1000px) {
  .app-btn {
    right: -2vw;
  }
  .app-btn img {
    width: 16vw;
  }
}

@media screen and (max-width: 640px) {
  .app-btn {
    right: -10px;
    bottom: 20px;
  }
  .app-btn img {
    width: 80px;
  }
}

.lead {
  padding: var(--vw150) 0 var(--vw80);
  text-align: center;
}

.lead img {
  width: 755px;
  width: 75.5vw;
  max-width: 755px;
}

#enjoy .ttl {
  text-align: center;
  background: url(../../ichigomiruku-kibun/img/ttl-enjoy-bg.png) center center repeat-x;
}

@media screen and (max-width: 1000px) {
  #enjoy .ttl {
    background-size: auto 50%;
  }
}

#enjoy ul {
  overflow: hidden;
}

#enjoy ul li {
  padding: var(--vw20) 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #enjoy ul li {
    padding: var(--vw100) 0;
    transform: scale(1.1875);
  }
}

#hotel {
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #hotel .hotel-img {
    padding: 0 0 var(--vw60);
    transform: scale(1.19);
  }
}

#hotel .hotel-txt {
  padding: var(--vw60) 0;
}

#hotel .hotel-txt img {
  width: 830px;
  width: 83vw;
  max-width: 830px;
}

#hotel .hotel-access img {
  width: 830px;
  width: 83vw;
  max-width: 830px;
}

#app {
  padding: var(--vw150) 0;
  text-align: center;
}

#app img {
  width: 575px;
  width: 57.5vw;
  max-width: 575px;
}

#whats {
  background: url(../../ichigomiruku-kibun/img/bg-back.png) center bottom no-repeat;
  background-size: cover;
}

#whats .bg {
  padding: var(--vw80) 0;
  background: url(../../ichigomiruku-kibun/img/bg-front.png) center center repeat;
}

@media screen and (max-width: 1000px) {
  #whats .bg {
    background-size: 60px;
  }
}

#whats .about {
  text-align: center;
}

#whats .about img {
  width: 841px;
  width: 84.1vw;
  max-width: 841px;
  mix-blend-mode: multiply;
}

#whats .follow {
  padding: var(--vw20) 0 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #whats .follow {
    padding: var(--vw20) 0 0;
  }
}

#whats .follow img {
  width: 552px;
  width: 55.2vw;
  max-width: 552px;
}

#whats .gallery {
  padding: var(--vw80) 0 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #whats .gallery {
    padding: var(--vw80) 3.4vw 0;
  }
}

@media screen and (max-width: 640px) {
  #whats .gallery {
    padding: var(--vw80) 6.25vw 0;
  }
}

#tochigi-kibun-hp {
  padding: var(--vw100) 0;
  text-align: center;
}

#tochigi-kibun-hp img {
  width: 163px;
  width: 16.3vw;
  max-width: 163px;
}
