@charset "UTF-8";
.animation {
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.animation:hover {
  background-color: #f00;
}

.animset {
  -webkit-animation: anim 1.5s ease-in-out infinite alternate;
  animation: anim 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: rotate(-130deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.col {
  zoom: 1;
}

.col:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: "";
}

.col .box {
  float: left;
}

.col .last {
  float: right;
}

.col.col--2 .box {
  width: 49%;
}

.col.col--2 .box:nth-child(2n) {
  float: right;
}

.col.col--3 .box {
  width: 32%;
  margin-right: 2%;
}

.col.col--3 .box:nth-child(3n) {
  margin-right: 0;
  float: right;
}

.flex {
  -js-display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.flex--col-2 .flex__item {
  width: 48%;
}

.my-note {
  position: relative;
  top: -20px;
}

/************************************************

 Single property

************************************************/
#container .set-on {
  z-index: 2;
  position: relative;
}

#container .set-letter {
  letter-spacing: 0.2rem;
}

#container .set-nowrap {
  white-space: nowrap;
}

#container .set-pos-rel {
  position: relative;
}

#container .set-pos-abs {
  position: absolute;
}

#container .set-hide {
  display: none;
}

#container .set-disp-cell {
  display: table-cell;
}

#container .set-disp-ib {
  display: inline-block;
}

#container .set-disp-b {
  display: block;
}

#container .set-lh-1 {
  line-height: 1;
}

#container .set-valign-m {
  vertical-align: middle;
}

#container .set-valign-t {
  vertical-align: top;
}

#container .set-float-l {
  float: left;
}

#container .set-float-r {
  float: right;
}

#container .set-valign-m {
  vertical-align: middle;
}

#container .set-align-c {
  text-align: center;
}

#container .set-align-r {
  text-align: right;
}

#container .set-align-l {
  text-align: left;
}

#container .set-fs-11 {
  font-size: 1.1rem;
}

#container .set-fs-12 {
  font-size: 1.2rem;
}

#container .set-fs-13 {
  font-size: 1.3rem;
}

#container .set-fs-14 {
  font-size: 1.4rem;
}

#container .set-fs-15 {
  font-size: 1.5rem;
}

#container .set-fs-16 {
  font-size: 1.6rem;
}

#container .set-fs-17 {
  font-size: 1.7rem;
}

#container .set-fs-18 {
  font-size: 1.8rem;
}

#container .set-fs-19 {
  font-size: 1.9rem;
}

#container .set-fs-20 {
  font-size: 2rem;
}

#container .set-fs-21 {
  font-size: 2.1rem;
}

#container .set-fs-22 {
  font-size: 2.2rem;
}

#container .set-fs-23 {
  font-size: 2.3rem;
}

#container .set-fs-24 {
  font-size: 2.4rem;
}

#container .set-w-full {
  width: 100%;
}

#container .set-w-half,
#container .set-w-50 {
  width: 50%;
}

#container .set-w-10 {
  width: 10%;
}

#container .set-w-20 {
  width: 20%;
}

#container .set-w-30 {
  width: 30%;
}

#container .set-w-40 {
  width: 40%;
}

#container .set-w-47 {
  width: 47%;
}

#container .set-w-48 {
  width: 48%;
}

#container .set-w-60 {
  width: 60%;
}

#container .set-w-66 {
  width: 66%;
}

#container .set-w-70 {
  width: 70%;
}

#container .set-w-80 {
  width: 80%;
}

#container .set-w-90 {
  width: 90%;
}

#container .set-w-100px {
  width: 100px;
}

#container .set-w-200px {
  width: 200px;
}

#container .set-w-250px {
  width: 250px;
}

#container .set-w-300px {
  width: 300px;
}

#container .set-w-350px {
  width: 350px;
}

#container .set-w-400px {
  width: 400px;
}

#container .set-mt-5 {
  margin-top: 5px;
}

#container .set-mt-10 {
  margin-top: 10px;
}

#container .set-mt-20 {
  margin-top: 20px;
}

#container .set-mt-30 {
  margin-top: 30px;
}

#container .set-mt-40 {
  margin-top: 40px;
}

#container .set-mt-50 {
  margin-top: 50px;
}

#container .set-mt-60 {
  margin-top: 60px;
}

#container .set-mt-70 {
  margin-top: 70px;
}

#container .set-mt-80 {
  margin-top: 80px;
}

#container .set-mt-90 {
  margin-top: 90px;
}

#container .set-mt-100 {
  margin-top: 100px;
}

#container .set-mr-5 {
  margin-right: 5px;
}

#container .set-mr-10 {
  margin-right: 10px;
}

#container .set-mr-20 {
  margin-right: 20px;
}

#container .set-mr-30 {
  margin-right: 30px;
}

#container .set-mr-40 {
  margin-right: 40px;
}

#container .set-mr-50 {
  margin-right: 50px;
}

#container .set-mr-60 {
  margin-right: 60px;
}

#container .set-mr-70 {
  margin-right: 70px;
}

#container .set-mr-80 {
  margin-right: 80px;
}

#container .set-mr-90 {
  margin-right: 90px;
}

#container .set-mr-100 {
  margin-right: 100px;
}

#container .set-mb-5 {
  margin-bottom: 5px;
}

#container .set-mb-10 {
  margin-bottom: 10px;
}

#container .set-mb-15 {
  margin-bottom: 15px;
}

#container .set-mb-20 {
  margin-bottom: 20px;
}

#container .set-mb-30 {
  margin-bottom: 30px;
}

#container .set-mb-35 {
  margin-bottom: 35px;
}

#container .set-mb-40 {
  margin-bottom: 40px;
}

#container .set-mb-50 {
  margin-bottom: 50px;
}

#container .set-mb-60 {
  margin-bottom: 60px;
}

#container .set-mb-70 {
  margin-bottom: 70px;
}

#container .set-mb-80 {
  margin-bottom: 80px;
}

#container .set-mb-90 {
  margin-bottom: 90px;
}

#container .set-mb-100 {
  margin-bottom: 100px;
}

#container .set-ml-5 {
  margin-left: 5px;
}

#container .set-ml-10 {
  margin-left: 10px;
}

#container .set-ml-20 {
  margin-left: 20px;
}

#container .set-ml-30 {
  margin-left: 30px;
}

#container .set-ml-38 {
  margin-left: 38px;
}

#container .set-ml-40 {
  margin-left: 40px;
}

#container .set-ml-50 {
  margin-left: 50px;
}

#container .set-ml-60 {
  margin-left: 60px;
}

#container .set-ml-70 {
  margin-left: 70px;
}

#container .set-ml-80 {
  margin-left: 80px;
}

#container .set-ml-90 {
  margin-left: 90px;
}

#container .set-ml-100 {
  margin-left: 100px;
}

#container .set-pt-5 {
  padding-top: 5px;
}

#container .set-pt-10 {
  padding-top: 10px;
}

#container .set-pt-20 {
  padding-top: 20px;
}

#container .set-pt-30 {
  padding-top: 30px;
}

#container .set-pt-32 {
  padding-top: 32px;
}

#container .set-pt-34 {
  padding-top: 34px;
}

#container .set-pt-40 {
  padding-top: 40px;
}

#container .set-pt-50 {
  padding-top: 50px;
}

#container .set-pt-60 {
  padding-top: 60px;
}

#container .set-pt-70 {
  padding-top: 70px;
}

#container .set-pt-80 {
  padding-top: 80px;
}

#container .set-pt-90 {
  padding-top: 90px;
}

#container .set-pt-100 {
  padding-top: 100px;
}

#container .set-pr-5 {
  padding-right: 5px;
}

#container .set-pr-10 {
  padding-right: 10px;
}

#container .set-pr-20 {
  padding-right: 20px;
}

#container .set-pr-30 {
  padding-right: 30px;
}

#container .set-pr-40 {
  padding-right: 40px;
}

#container .set-pr-50 {
  padding-right: 50px;
}

#container .set-pr-60 {
  padding-right: 60px;
}

#container .set-pr-70 {
  padding-right: 70px;
}

#container .set-pr-80 {
  padding-right: 80px;
}

#container .set-pr-90 {
  padding-right: 90px;
}

#container .set-pr-100 {
  padding-right: 100px;
}

#container .set-pb-5 {
  padding-bottom: 5px;
}

#container .set-pb-10 {
  padding-bottom: 10px;
}

#container .set-pb-20 {
  padding-bottom: 20px;
}

#container .set-pb-30 {
  padding-bottom: 30px;
}

#container .set-pb-40 {
  padding-bottom: 40px;
}

#container .set-pb-50 {
  padding-bottom: 50px;
}

#container .set-pb-60 {
  padding-bottom: 60px;
}

#container .set-pb-70 {
  padding-bottom: 70px;
}

#container .set-pb-80 {
  padding-bottom: 80px;
}

#container .set-pb-90 {
  padding-bottom: 90px;
}

#container .set-pb-100 {
  padding-bottom: 100px;
}

#container .set-pl-5 {
  padding-left: 5px;
}

#container .set-pl-10 {
  padding-left: 10px;
}

#container .set-pl-20 {
  padding-left: 20px;
}

#container .set-pl-30 {
  padding-left: 30px;
}

#container .set-pl-40 {
  padding-left: 40px;
}

#container .set-pl-50 {
  padding-left: 50px;
}

#container .set-pl-60 {
  padding-left: 60px;
}

#container .set-pl-70 {
  padding-left: 70px;
}

#container .set-pl-80 {
  padding-left: 80px;
}

#container .set-pl-90 {
  padding-left: 90px;
}

#container .set-pl-100 {
  padding-left: 100px;
}

#container .reset-mt {
  margin-top: 0;
}

#container .reset-mr {
  margin-right: 0;
}

#container .reset-mb {
  margin-bottom: 0;
}

#container .reset-ml {
  margin-left: 0;
}

#container .reset-max-w {
  max-width: none;
}

#myvideo {
  position: fixed;
  width: 100%;
}

video {
  vertical-align: top;
}

.wrap-video {
  position: relative;
}

#youtube {
  z-index: 10000;
  position: relative;
  top: 0;
  left: 0;
  background: url(../images/dotte.png) 0 0 repeat;
}

.tenkyu {
  margin-top: 10px;
  color: #ff0000;
  font-size: 13px;
}

.col-web-contact,
.col-tel-contact {
  display: table;
  width: 100%;
}

.col-web-contact > *,
.col-tel-contact > * {
  display: table-cell;
  vertical-align: top;
}

.col-web-contact .col-contact-fig,
.col-tel-contact .col-contact-fig {
  width: 30%;
}

.col-web-contact .col-contact-txt,
.col-tel-contact .col-contact-txt {
  text-align: left;
}

.col-web-contact .tenkyu,
.col-tel-contact .tenkyu {
  line-height: 1.4;
}

.th_logo {
  display: block;
  z-index: 11000;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 132px;
  height: 44px;
  background: url(../images/th_logo.png) 0 0 no-repeat;
}

.t20th_logo {
  display: block;
  z-index: 11000;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 93px;
  height: 93px;
  background: url(../images/20th_logo.png) 0 0 no-repeat;
}

.now-accepted {
  margin: 40px 0;
  text-align: center;
}

.now-accepted h2 {
  margin-bottom: 10px;
  color: #d7000f;
  font-size: 4.1rem;
  font-weight: normal;
}

.now-accepted p {
  font-size: 1.5rem;
}

.mynote {
  max-width: 850px;
  margin: 40px auto;
  font-size: 1.2rem;
  text-align: left;
}

/* common
--------------------*/
.altBox,
.for-screen-reader,
.sp-only-ib,
.sp-only {
  display: none;
}

.fixed-width {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.fixed-width.fixed-width-l {
  max-width: 855px;
}

#fix-men {
  -webkit-transition: all 0.6s ease;
  z-index: 1000;
  position: fixed;
  bottom: -1000px;
  left: 0;
  width: 100%;
  padding: 15px 0 5px 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.6s ease;
}

#fix-men .btn-unit a {
  padding: 18px 20px 20px 20px;
  padding-right: 40px;
  font-size: 2.3rem;
}

#fix-men .btn-unit a small {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
}

#fix-men .btn-col3 p {
  font-size: 2.4rem;
  font-weight: bold;
}

#fix-men .btn-col3 .button {
  width: 32%;
  height: auto;
  padding: 22px 20px 20px 20px;
  font-size: 1.8rem;
}

#fix-men .btn-col3 .button--first {
  border-bottom-color: #8c000a;
  background: #d9000f;
}

#fix-men .btn-col3 .button .icon.icon--arrow {
  right: 13px;
  width: 10px;
  height: 10px;
  border-width: 2px;
}

.close-notify {
  max-width: 700px;
  margin: 0 auto 30px auto;
  padding: 20px 0;
  border-top: 2px solid #1e50e6;
  border-bottom: 2px solid #1e50e6;
  color: #346df1;
  font-size: 22px;
  text-align: center;
}

.alt-box {
  text-indent: -9999px;
}

.sentence {
  line-height: 1.7;
}

.totop a {
  color: #1a1a1a;
  font-size: 1.6rem;
  text-decoration: underline;
}

.icon {
  display: inline-block;
  position: relative;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  line-height: 1;
  vertical-align: top;
}

.icon.icon--ttl-ico01 {
  width: 81px;
  height: 81px;
  background: url(../images/ttl-ico01.png) 0 0 no-repeat;
}

.icon.icon--ttl-ico04 {
  width: 81px;
  height: 81px;
  background: url(../images/ttl-ico04.png) 0 0 no-repeat;
}

.icon.icon--ttl-ico05 {
  width: 81px;
  height: 81px;
  background: url(../images/ttl-ico05.png) 0 0 no-repeat;
}

.icon.icon--ttl-yugu {
  width: 81px;
  height: 81px;
  background: url(../images/ttl-ico-yugu.png) 0 0 no-repeat;
}

.icon.arrow-right:after {
  content: "＞";
}

.icon.icon--arrow {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.icon.icon--arrow.icon--arrow--bottom {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.icon.icon--circle-arrow-bottom-t,
.icon.icon--circle-arrow-bottom {
  top: 1px;
  width: 19px;
  height: 19px;
  margin-left: 5px;
  background: url(../images/icon_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon.icon--circle-arrow-bottom-t {
  width: 20px;
  height: 21px;
  background-image: url(../images/icon_arrow_t.svg);
  background-size: 100% auto;
}

.icon.icon--circle-arrow {
  top: 8px;
  width: 19px;
  height: 19px;
  margin-left: 5px;
  border: 1px solid #666666;
  border-radius: 100px;
  background: #fff;
}

.icon.icon--circle-arrow:after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  content: "";
}

.icon.icon--circle-arrow.v-bottom:after {
  -webkit-transform: rotate(-225deg);
  top: 4px;
  left: 5px;
  transform: rotate(-225deg);
}

/* button
--------------------*/
.btn-unit {
  position: relative;
  max-width: 855px;
  margin: 0 auto;
}

.btn-unit .button {
  -webkit-transition: 0.1s linear;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 80px;
  margin-bottom: 4px;
  padding: 27px 12px 0;
  overflow: hidden;
  border-bottom: solid 4px #002850;
  border-radius: 6px;
  background-color: #004196;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.1s linear;
}

.btn-unit .button .icon--arrow {
  margin-top: -5px;
}

.btn-unit .button:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
  color: #fff;
  opacity: 1;
}

.btn-unit .button:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-animation: shiny 4s infinite linear;
  -moz-animation: shiny 4s infinite linear;
  display: block;
  z-index: -1;
  position: absolute;
  top: -50%;
  left: -30%;
  width: 80px;
  height: 200px;
  transform: rotate(30deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 100%);
  animation: shiny 4s infinite linear;
  content: "";
  opacity: 0.3;
}

.btn-unit p {
  font-size: 1.9rem;
}

.btn-unit p.btn-unit__ttl {
  margin-bottom: 15px;
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
}

.btn-unit--bg {
  padding: 20px 30px;
  background: #f4f4f2;
}

.btn-col2 .button .icon.icon--arrow {
  width: 10px;
  height: 10px;
  border-width: 2px;
}

.btn-col2 .button--first {
  border-bottom-color: #8c000a;
  background: #d9000f;
}

.btn-gray {
  -webkit-transition: 0.1s linear;
  display: block;
  position: relative;
  max-width: 510px;
  margin: 0 auto;
  padding: 17px 0;
  border-bottom: solid 4px #595757;
  border-radius: 6px;
  background: #898989;
  color: #fff;
  font-size: 2rem;
  transition: 0.1s linear;
}

.btn-gray:hover {
  -webkit-transform: translateY(2px);
  margin-top: 2px;
  transform: translateY(2px);
  border-bottom: none;
  border-bottom: 4px solid #fff;
  text-decoration: none;
}

.btn-gray .icon--arrow {
  right: 20px;
}

.border-box {
  display: block;
  min-height: 115px;
  border: 5px solid #e6e6e6;
  border-radius: 8px;
}

.border-box:hover {
  text-decoration: none;
}

.border-box.border-box--anchor {
  padding-top: 40px;
  border-color: #004196;
  border-bottom-color: #002850;
  background: #004196;
  color: #fff;
}

.border-box.border-box--anchor p {
  position: relative;
  line-height: 1;
}

.border-box.border-box--anchor:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
  background: #004196;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.border-box.border-box--anchor .icon--circle-arrow {
  top: -1px;
  vertical-align: middle;
}

.hover-slash {
  display: block;
}

.hover-slash:hover {
  background: url(../images/slash.png) repeat;
}

.site-header {
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
}

.site-header .site-header-inner {
  position: relative;
  width: 100%;
  height: 620px;
  margin-right: auto;
  margin-left: auto;
}

#visual {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  text-align: center;
}

#visual .visual__img {
  z-index: 2;
  position: relative;
}

#visual img.pc-only {
  width: 100%;
}

#visual .btn_official {
  -webkit-transition: opacity 0.2s;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 8%;
  width: 221px;
  padding-top: 26px;
  transition: opacity 0.2s;
}

#visual .btn_official:hover {
  opacity: 0.7;
}

/* contents
--------------------*/
#container {
  z-index: 2;
  position: relative;
  padding-top: 1px;
  background-color: #fff;
}

#content {
  text-align: center;
}

.consult-btn {
  z-index: 99;
  position: fixed;
  right: 0;
  bottom: 50px;
}

#info .img01 {
  z-index: 11;
  position: relative;
  margin: 50px auto;
}

#info .img01.soon-state {
  margin-bottom: 0;
}

#info .img01-copy {
  margin-top: 10px;
  margin-bottom: 30px;
}

#info .img02 {
  width: 680px;
  height: 162px;
  margin: 0 auto;
  background: url(../images/img1_pc.png?201903) 0 0 no-repeat;
}

/* info */
#present {
  margin: 60px auto 0;
}

#present .img_present {
  position: relative;
  margin: 30px auto 0;
}

#present .img_present_item_wrap {
  position: relative;
  width: 855px;
  max-width: 100%;
  margin: 0 auto;
}

#present .img_present_item {
  margin-bottom: 30px;
}

#yugu {
  text-align: left;
}

#yugu .yugu_cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#yugu .yugu_item {
  width: 45.6%;
}

#yugu .yugu_item-01,
#yugu .yugu_item-02 {
  margin-bottom: 50px;
}

#yugu .yugu_desc {
  min-height: 85px;
  margin: 10px 0 20px 0;
}

#yugu .yugu_desc p {
  font-size: 1.4rem;
  line-height: 1.7;
}

#yugu .yugu_cap {
  margin-top: 20px;
}

#yugu .yugu_cap p {
  font-size: 1.25rem;
  line-height: 1.5;
}

#yugu .yugu_note {
  margin-top: 40px;
}

#yugu .yugu_note p {
  font-size: 1.3rem;
}

#yugu .slick-arrow {
  position: absolute;
  top: 45%;
  width: 5vw;
  height: 40vw;
  margin-top: -20vw;
  overflow: hidden;
  background: #c3c8c8;
}

#yugu .slick-arrow span {
  display: block;
  position: absolute;
  top: 50%;
  width: 2.6vw;
  height: 2.6vw;
  margin-top: -1.1vw;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

#yugu .slick-arrow.slick-prev {
  left: -5vw;
}

#yugu .slick-arrow.slick-prev span {
  -webkit-transform: rotate(-135deg);
  left: 1.8vw;
  transform: rotate(-135deg);
}

#yugu .slick-arrow.slick-next {
  right: -5vw;
}

#yugu .slick-arrow.slick-next span {
  -webkit-transform: rotate(45deg);
  left: 0.7vw;
  transform: rotate(45deg);
}

#yugu .slick-dots {
  margin-bottom: 20px;
  text-align: center;
}

#yugu .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

#yugu .slick-dots li button {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100px;
  background: #d2d7d7;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

#yugu .slick-dots li.slick-active button {
  background: #d7000f;
}

#yugu .slick-indicator {
  margin-top: 10px;
  text-align: center;
}

#yugu .slick-indicator div {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100px;
  background: #d2d7d7;
}

#yugu .slick-indicator div.indicator-active {
  background: #d7000f;
}

#yugu .yugu_item .yugu_cap .ttl {
  margin-bottom: 10px;
  background-color: #646464;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
}

#yugu .yugu_item .yugu_cap .gray {
  margin-bottom: 5px;
  padding: 1.5px 0;
  background-color: #ececec;
  font-size: 1.5rem;
  text-align: center;
}

#yugu .yugu_item .yugu_cap .gray + p {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

#yugu .yugu_item .yugu_cap .graylist {
  margin-top: 5px;
  padding: 5px 15px;
  background-color: #ececec;
  font-size: 1.3rem;
  line-height: 1.5;
}

#yugu .yugu_item .yugu_cap .graylist p {
  margin-top: 0 !important;
}

#yugu .yugu_item .yugu_cap .graylist ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#yugu .yugu_item .yugu_cap .graylist ul li {
  min-width: 40%;
  padding-left: 1em;
  font-size: 1.3rem;
  letter-spacing: -0.05em;
  text-indent: -1em;
}

#yugu .yugu_item .yugu_cap small {
  margin-right: 0.4em;
  font-size: 75%;
  vertical-align: 0.15em;
}

#yugu .wrap-dots--bottom .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
}

#campaign {
  margin: 70px 0;
  padding: 40px;
  border: 2px dotted #d7000f;
  border-radius: 12px;
  text-align: center;
}

#campaign h2 img {
  position: static;
}

#campaign .campaign-text {
  margin: 20px 0 30px 0;
}

#campaign .campaign-outline {
  margin-top: 50px;
}

#campaign .campaing-date th,
#campaign .campaing-date td {
  padding-bottom: 15px;
  text-align: left;
  vertical-align: top;
}

#campaign .campaing-date th {
  padding-top: 3px;
  padding-right: 10px;
  font-size: 1.6rem;
}

#campaign .campaing-date td {
  font-size: 2.2rem;
  font-weight: bold;
}

#campaign .campaing-date td span {
  font-size: 1.9rem;
}

#campaign .campaing-date td small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
}

#campaign .campaing-scroll {
  height: 230px;
  padding: 10px 15px;
  overflow: auto;
  border: 1px solid #c4c4c4;
}

#campaign .campaing-props th,
#campaign .campaing-props td {
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}

#campaign .campaing-props th {
  width: 150px;
  padding-right: 10px;
}

.gray-header {
  margin-bottom: 20px;
  padding: 8px;
  background: #e3e3e3;
  font-size: 1.8rem;
  text-align: center;
}

.p-remark-txt{
  font-weight: bold;
  color: #FF0000;
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 1.4;
}

.note-box-a {
  line-height: 1.5;
  text-align: left;
}

.note-box-a small {
  position: relative;
  top: 0.3em;
  margin-right: 0.2em;
  font-size: 75%;
  vertical-align: top;
}

.note-box-a p,
.note-box-a dd {
  font-size: 1.2rem;
}

.note-box-a dt {
  background: #646464;
  color: #fff;
  font-size: 1.5rem;
}

.note-box-a dt span {
  display: inline-block;
  padding-top: 2px;
  font-size: 1.3rem;
  vertical-align: top;
}

.note-box-a dt,
.note-box-a dd {
  padding: 6px 10px 5px 10px;
}

.note-box-a-item {
  margin-top: 25px;
  margin-bottom: 15px;
  background: #f5f5f3;
}

.note-box-a-item:first-child {
  margin-top: 20px;
}

.note-box-a__m {
  display: inline-block;
  margin-bottom: 0.1em;
  padding: 2px 7px;
  border-radius: 100px;
  background-color: #d9000f;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}

.note-box-a__m--b {
  background-color: #00469b;
}

.note-box {
  line-height: 1.5;
}

.note-box p,
.note-box dt,
.note-box dd {
  font-size: 1.2rem;
}

.note-box dl {
  padding-top: 20px;
}

.note-box dl.set-bdt-1 {
  border-top: solid 1px #e3e3e3;
}

.note-box dl dt {
  position: relative;
  width: 2em;
  padding-top: 2px;
  float: left;
}

.note-box dl dt.note-boxdt2 {
  top: -1px;
}

.note-box dl dd {
  margin: 0 0 0 2em;
  text-align: justify;
  word-break: break-all;
}

.header-el {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 80px 0;
  background-repeat: repeat;
  letter-spacing: 0.2rem;
}

.header-el .icon {
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: top;
}

.header-el .string {
  color: #333;
  font-size: 4.5rem;
  font-weight: normal;
  vertical-align: top;
}

.header-el .string-wrap {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.header-el .string.string--ls {
  letter-spacing: -0.005em;
}

.header-el .string-wrap small {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
}

.header-el#present-ttl,
.header-el#yugu-ttl {
  background-image: url(../images/bg-title01.png?m=1);
}

.header-el#consult-ttl {
  background-image: url(../images/bg-title02.png?m=1);
}

.header-el#form-ttl {
  background-image: url(../images/bg-title03.png?m=1);
}

/* consult */
#consult {
  position: relative;
  margin: 0 auto;
}

#consult .consult_box {
  margin: 0 auto;
  padding: 0 0 30px;
}

#consult .consult_box p {
  margin-top: 20px;
}

#consult .model_list_wrap .list_box {
  width: 50%;
}

#consult .model_list_wrap .list_box ul {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  list-style: none;
}

#consult .model_list_wrap .list_box ul li#area_hokkaido,
#consult .model_list_wrap .list_box ul li#area_tohoku,
#consult .model_list_wrap .list_box ul li#area_hokuriku,
#consult .model_list_wrap .list_box ul li#area_kanto,
#consult .model_list_wrap .list_box ul li#area_tokai,
#consult .model_list_wrap .list_box ul li#area_kinki,
#consult .model_list_wrap .list_box ul li#area_chugoku,
#consult .model_list_wrap .list_box ul li#area_shikoku,
#consult .model_list_wrap .list_box ul li#area_kyushu {
  margin-bottom: 20px;
}

#consult .model_list_wrap .list_box ul li h4.area_btn {
  width: 30%;
  height: 40px;
  margin: 0;
  float: left;
  border: 2px solid #c8c8c8;
  border-radius: 4px;
  text-align: center;
}

#consult .model_list_wrap .list_box ul li h4.area_btn span {
  display: block;
  padding: 8px 0 6px;
  color: #4d4d4d;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
}

#consult .model_list_wrap .list_box ul li ul.area_list {
  width: 67%;
  float: right;
  text-align: left;
}

#consult .model_list_wrap .list_box ul li ul.area_list li {
  display: inline-block;
}

#consult .model_list_wrap .list_box ul li ul.area_list li a {
  margin-right: 8px;
  color: #333333;
  font-size: 15px;
  text-decoration: none;
}

#consult .model_list_wrap .list_box ul li ul.area_list li a:hover {
  text-decoration: underline;
}

#consult .model_list_wrap .list_box ul li ul.area_list li a:before {
  margin-right: 3px;
  color: #004196;
  font-size: 10px;
  content: "＞";
}

#consult .model_list_wrap .list_box ul li ul.area_list.line_single {
  margin-top: 8px;
}

.triangle-scope {
  display: block;
  height: 235px;
  background: url(../images/triangle.png) 50% 100% no-repeat;
}

#simulation {
  margin: 46px auto 0;
}

#simulation p {
  margin-top: 40px;
}

h2#simulation-ttl {
  position: relative;
  margin-top: 88px;
  background: url(../images/bg-title01.png) repeat;
}

h2 img {
  position: relative;
  top: 50px;
}

h2 span.p-cont {
  color: #333;
  font-size: 32px;
}

h2 span.txtbox {
  display: inline-block;
  position: relative;
  top: -5px;
  border: 5px solid #333;
  border-right-width: 8px;
  border-left-width: 8px;
  background: #333;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

#concept {
  margin: 50px auto 0;
}

#concept .concept_wrap {
  margin-bottom: 60px;
  padding-bottom: 70px;
  border-bottom: 1px solid #b3b3b3;
}

#concept .concept_wrap:last-child {
  border-bottom: none;
}

#concept .concept_wrap h3 {
  margin-bottom: 20px;
  color: #333;
  font-size: 28px;
}

#concept .concept_wrap p {
  font-size: 15px;
}

h2#concept-ttl {
  position: relative;
  margin-top: 88px;
  background: url(../images/bg-title02.png) repeat;
}

h2#concept-ttl img {
  position: relative;
  top: 50px;
}

h2#concept-ttl span.p-cont {
  position: absolute;
  right: 0;
  bottom: 76px;
  left: 0;
  color: #333;
  font-size: 32px;
}

/* footer
--------------------*/
.site-footer {
  position: relative;
  background-color: #fff;
}

.footer-hr {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #646464;
}

#footer {
  margin: 0 auto;
}

#footer .footerLogo {
  padding: 20px 0;
  text-align: center;
}

#footer .footerCopy {
  padding-bottom: 5px;
  font-size: 1rem;
  text-align: right;
}

/* contactBox */
.contactBox {
  margin-top: 160px;
  margin-bottom: 80px;
}

.contactBox .btnCatalog {
  margin-top: 10px;
}

.contactBox .btnLink {
  margin-top: 18px;
}

.contactBoxRed {
  width: 100%;
  margin: 75px 0 0;
  padding: 24px 0;
  background: #d7000f;
  text-align: center;
}

/* 2nd
--------------------*/
/* visual2 */
#visual2 {
  position: relative;
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}

#visual2 .btn_official {
  -webkit-transition: opacity 0.2s;
  position: absolute;
  top: 0px;
  left: 8%;
  width: 221px;
  padding-top: 26px;
  transition: opacity 0.2s;
}

#visual2 .btn_official:hover {
  opacity: 0.7;
}

#flow .text-box {
  text-align: left;
}

#flow .text-box h3 {
  margin-top: 10px;
}

#flow .text-box p {
  line-height: 1.5;
}

#flow hr {
  background-color: #e6e6e6;
}

#flow .web-img {
  width: 114px;
  max-width: 100%;
  height: 134px;
  background: url(../images/img04.png) 0 100% no-repeat;
  background-size: 100% auto;
}

#flow .tel-img {
  width: 104px;
  max-width: 100%;
  height: 134px;
  margin-left: 10px;
  background: url(../images/img05.png?m=3) 0 100% no-repeat;
  background-size: 100% auto;
}

.hdg-a {
  display: block;
  margin-bottom: 45px;
  padding: 12px 0 11px 0;
  background: #f2f5f8;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}

#merit .hdg-a {
  margin-bottom: 30px;
}

.section-form {
  padding-top: 110px;
  padding-bottom: 140px;
}

.infomation {
  padding-bottom: 110px;
}

#form-area {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

#form-area .btn-reservation {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 30px 5px 10px;
  border-bottom: 3px solid #002850;
  border-radius: 4px;
  background: #004196;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

#form-area .btn-reservation:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
}

#form-area .btn-reservation:after {
  display: block;
  position: absolute;
  top: 10px;
  right: 9px;
  width: 14px;
  height: 14px;
  background: url(../images/icon_arrow_t.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}

#form-area .reservation_shop_map {
  margin-left: 25px;
  padding-bottom: 10px;
}

#form-area .reservation_shop_map .btn-map {
  display: inline-block;
  position: relative;
  padding: 5px 25px 5px 10px;
  background-color: #d2d2d2;
  font-size: 1.2rem;
  cursor: pointer;
}

#form-area .reservation_shop_map .btn-map:after {
  display: block;
  position: absolute;
  top: 7px;
  right: 9px;
  width: 12px;
  height: 12px;
  background: url(../images/icon_plus.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}

#form-area #customer_addr_number {
  margin-bottom: 10px;
}

#form-area #btn-back {
  width: 330px;
  margin-top: 30px;
  background-color: #b1b1b1;
  font-size: 2rem;
}

#form-area dl dt:nth-child(5),
#form-area dl dd:nth-child(6),
#form-area dl dt:nth-child(11),
#form-area dl dd:nth-child(12) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}

#form-area #reservation_shop_title,
#form-area #reservation_area_title {
  padding: 10px 20px;
  float: left;
  line-height: 1.5;
  text-align: left;
}

#form-area #reservation_shop_title,
#form-area #reservation_area_title {
  width: 29.41176%;
  clear: both;
  font-size: 1.6rem;
  text-align: right;
}

#form-area #reservation_shop_title .guide-title,
#form-area #reservation_area_title .guide-title {
  display: block;
  font-size: 1.6rem;
}

#form-area dl {
  zoom: 1;
}

#form-area dl:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: "";
}

#form-area dl dt,
#form-area dl dd {
  padding: 10px 20px;
  float: left;
  line-height: 1.5;
  text-align: left;
}

#form-area dl dt {
  width: 29.41176%;
  clear: both;
  font-size: 1.6rem;
  text-align: right;
}

#form-area dl dt .guide-title {
  display: block;
  font-size: 1.6rem;
}

#form-area dl dd {
  width: 64.70588%;
  font-size: 1.6rem;
  font-weight: bold;
}

#form-area dl dd label {
  display: block;
  margin-bottom: 5px;
}

#form-area dl .form-status {
  position: relative;
  width: 5.88235%;
  border-bottom: 0;
  border-left: 1px dotted #ccc;
}

#form-area dl .form-status .icon-ng,
#form-area dl .form-status .icon-ok {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -17px 0 0 -15px;
  font-size: 21px;
  line-height: 32px;
}

#form-area dl .form-status .icon-ok {
  font-size: 16px;
}

#form-area .request-form-note {
  color: #d7000f;
  font-size: 1.2rem;
}

#form-area .request-form {
  text-align: left;
}

#form-area .request-form .guide-zip {
  display: inline-block;
  padding: 19px 12px 19px 12px;
  background-color: #808080;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: top;
}

#form-area .request-form #reservation_shop_dt,
#form-area .request-form #reservation_area_dt {
  display: none;
}

#form-area .request-form #reservation_shop_title,
#form-area .request-form #reservation_area_title {
  border-top: 1px solid #cccccc;
}

#form-area .request-form dl dt,
#form-area .request-form dl dd {
  margin-top: 0 !important;
  padding: 25px 10px;
  border-top: 1px solid #cccccc;
}

#form-area .request-form dl dt {
  font-size: 2rem;
  text-align: left;
}

#form-area .request-form dl dd {
  font-weight: normal;
}

#form-area .request-form .customer > dl:last-child dd:last-child.form-status {
  border-left: 0;
}

#form-area .request-form h2 {
  margin-bottom: 20px;
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: normal;
}

#form-area .request-form h2 small {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

#form-area .request-form .notice {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

#form-area .request-form .icon-ng,
#form-area .request-form .icon-ok {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 10px;
  line-height: 1;
  line-height: 22px;
  text-indent: -9999px;
}

#form-area .request-form .icon-ng {
  background-image: url(../images/icon_ng.svg);
}

#form-area .request-form .icon-ok {
  background-image: url(../images/icon_ok.svg);
}

#form-area .request-form #reservation_shop_title,
#form-area .request-form #reservation_area_title {
  padding: 25px 10px;
  float: left;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}

#form-area .request-form #shop_list {
  border-top: 0;
}

#form-area .request-form #shop_list.not-empty {
  border-top: 1px solid #ccc;
}

#form-area .request-form #shop_list dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#form-area .request-form #shop_list dl dt,
#form-area .request-form #shop_list dl dd {
  height: auto !important;
}

#form-area .request-form #shop_list #reservation_shop_title {
  border-top: 0;
}

#form-area .request-form #shop_list p {
  padding: 4px 9px;
  border-bottom: 0;
  background: #808080;
  color: #fff;
}

#form-area .request-form #shop_list dt,
#form-area .request-form #shop_list dd {
  border-top: 0;
}

#form-area .request-form #shop_list dd input[type="radio"] {
  position: relative;
  top: 3px;
}

#form-area .request-form #shop_list dd.form-status {
  border-left: 0;
}

#form-area .request-form #shop_list #reservation_shop_dd .selected {
  background-color: #e3f0f9;
}

#form-area .request-form #shop_list table {
  display: block;
}

#form-area .request-form #shop_list table tbody {
  display: block;
}

#form-area .request-form #shop_list table tr {
  display: block;
  padding: 10px;
  border-top: 1px solid #ebebeb;
}

#form-area .request-form #shop_list table tr:nth-child(2) {
  border-top: 0;
}

#form-area .request-form #shop_list table tr.input-checked {
  background: #e5f2fb;
}

#form-area .request-form #shop_list table tr:first-child {
  display: none;
}

#form-area .request-form #shop_list table tr td {
  display: block;
}

#form-area .request-form #shop_list table tr .reservation_shop_name {
  position: relative;
  margin-bottom: 3px;
  font-size: 2rem;
}

#form-area .request-form #shop_list table tr .reservation_shop_name input {
  margin-right: 5px;
  vertical-align: top;
}

#form-area .request-form #shop_list table tr .reservation_shop_hours {
  margin-left: 25px;
}

#form-area .request-form #shop_list table tr .reservation_shop_address {
  margin-bottom: 10px;
  margin-left: 25px;
}

#form-area .request-form .is-optional,
#form-area .request-form .is-required {
  display: block;
  width: 38px;
  margin-top: 5px;
  padding: 2px 5px;
  background-color: #333333;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

#form-area .request-form .is-optional {
  background-color: #999999;
}

#form-area .request-form label[for="reservation_date_1"],
#form-area .request-form label[for="reservation_date_2"],
#form-area .request-form label[for="reservation_date_3"],
#form-area .request-form label[for="reservation_date_4"],
#form-area .request-form label[for="reservation_date_5"],
#form-area .request-form label[for="reservation_date_6"],
#form-area .request-form label[for="reservation_date_7"],
#form-area .request-form label[for="reservation_date_8"],
#form-area .request-form label[for="reservation_date_9"],
#form-area .request-form label[for="reservation_date_10"],
#form-area .request-form label[for="reservation_date_11"],
#form-area .request-form label[for="reservation_date_12"] {
  display: inline-block;
  margin-right: 8px;
  padding: 8px 4px 7px 9px;
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
  font-size: 1.5rem;
  line-height: 1.1;
}

#form-area .request-form label[for="reservation_date_1"] input[type="radio"],
#form-area .request-form label[for="reservation_date_2"] input[type="radio"],
#form-area .request-form label[for="reservation_date_3"] input[type="radio"],
#form-area .request-form label[for="reservation_date_4"] input[type="radio"],
#form-area .request-form label[for="reservation_date_5"] input[type="radio"],
#form-area .request-form label[for="reservation_date_6"] input[type="radio"],
#form-area .request-form label[for="reservation_date_7"] input[type="radio"],
#form-area .request-form label[for="reservation_date_8"] input[type="radio"],
#form-area .request-form label[for="reservation_date_9"] input[type="radio"],
#form-area .request-form label[for="reservation_date_10"] input[type="radio"],
#form-area .request-form label[for="reservation_date_11"] input[type="radio"],
#form-area .request-form label[for="reservation_date_12"] input[type="radio"] {
  display: none;
}

#form-area .request-form label[for="reservation_date_1"].input-checked,
#form-area .request-form label[for="reservation_date_2"].input-checked,
#form-area .request-form label[for="reservation_date_3"].input-checked,
#form-area .request-form label[for="reservation_date_4"].input-checked,
#form-area .request-form label[for="reservation_date_5"].input-checked,
#form-area .request-form label[for="reservation_date_6"].input-checked,
#form-area .request-form label[for="reservation_date_7"].input-checked,
#form-area .request-form label[for="reservation_date_8"].input-checked,
#form-area .request-form label[for="reservation_date_9"].input-checked,
#form-area .request-form label[for="reservation_date_10"].input-checked,
#form-area .request-form label[for="reservation_date_11"].input-checked,
#form-area .request-form label[for="reservation_date_12"].input-checked {
  border-color: #01418b;
  background: #01418b;
  color: #fff;
}

#form-area .request-form #customer_addr_zip {
  margin-bottom: 5px;
}

#form-area .request-form .reservation_area_list > li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

#form-area .request-form .reservation_area_list > li > p {
  float: left;
  color: #a0a0a0;
  font-size: 1.8rem;
  vertical-align: top;
}

#form-area .request-form .reservation_area_list > li span.js-pref {
  text-decoration: none;
  cursor: pointer;
}

#form-area .request-form .reservation_area_list > li span.js-pref:before {
  display: inline-block;
  margin-right: 3px;
  color: #3264a9;
  font-size: 1.3rem;
  content: ">";
}

#form-area .request-form .reservation_area_list > li span.js-pref:hover {
  text-decoration: underline;
}

#form-area .request-form .reservation_area_list > li ul {
  margin-left: 120px;
  padding-top: 4px;
}

#form-area .request-form .reservation_area_list > li ul li {
  display: inline-block;
  margin-right: 11px;
}

#form-area .request-form .reservation_area_list > li ul li:last-child {
  margin-right: 0;
}

#form-area .notice {
  margin: 5px 0;
  font-size: 1.2rem;
}

#form-area .btn-area {
  margin-bottom: 20px;
  padding-top: 0;
  text-align: center;
}

#form-area .btn-area button {
  width: 615px;
  padding: 25px;
  border-radius: 4px;
  background-color: #666666;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}

.home-area {
  margin-bottom: 60px;
  text-align: center;
}

.home-area a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 4px;
  background-color: #d7000f;
  color: #fff;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}

.home-area a:hover {
  text-decoration: none;
}

.indent-text p {
  margin-left: 1.2rem;
  font-size: 1.2rem;
  text-indent: -1.2rem;
}

.lead {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 25px;
  background: #ebebeb;
  line-height: 1.5;
}

.lead p {
  font-size: 2.6rem;
}

.infomation {
  text-align: center;
}

.infomation li {
  display: inline-block;
  margin: 0 10px;
}

.infomation li a {
  display: inline-block;
}

.infomation li a:before {
  display: block;
  display: inline-block;
  position: absolute;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  margin-right: 3px;
  border-width: 3.5px 0 3.5px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #666666;
  content: "";
}

.wrap-button-default {
  padding-top: 76px;
  padding-bottom: 130px;
}

.note {
  text-align: right;
}

.note p {
  display: inline-block;
  position: relative;
  top: -35px;
  padding: 2px;
  background-color: #bebebe;
  font-size: 1.1rem;
}

.form-attr {
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  background: #d7000f;
  color: #fff;
  font-size: 1.6rem;
}

.form-attr small {
  display: block;
  font-size: 1.3rem;
}

.button {
  -webkit-transition: opacity 0.25s ease;
  display: inline-block;
  position: relative;
  transition: opacity 0.25s ease;
}

.button:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.button.button--default {
  width: 615px;
  padding: 25px;
  border-radius: 4px;
  background-color: #666666;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}

.button.button--default .icon--arrow-btm {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}

.header-a {
  margin-bottom: 40px;
}

.header-a .string {
  font-size: 4.5rem;
  font-weight: 200;
}

.header-b {
  margin-bottom: 40px;
  text-align: center;
}

.header-b .string {
  display: inline-block;
  padding: 8px 16px;
  border-bottom: 1px solid #969696;
  color: #969696;
  font-size: 1.8rem;
  font-weight: 200;
}

.header-c {
  margin-bottom: 20px;
}

.header-c .string {
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 1.4;
}

.header-d {
  margin-bottom: 35px;
  text-align: center;
}

.header-d .string {
  font-size: 3rem;
  font-weight: 200;
}

.list-step {
  list-style: none;
}

.list-step li {
  display: inline-block;
  position: relative;
  width: 32%;
  margin-right: 1%;
  vertical-align: top;
}

.list-step li.item-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.list-step li.item-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.list-step li.item-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.list-step li.item-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.list-step li.item-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.list-step li dt {
  min-height: 90px;
  margin-top: 15px;
  font-size: 2.1rem;
}

.list-step li .ttl01 {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: url(../images/ttl01.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}

.list-step li .ttl02 {
  position: relative;
  right: -18px;
  width: 143px;
  height: 75px;
  margin: 0 auto;
  background: url(../images/ttl02.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}

.list-step li .ttl03 {
  width: 89px;
  height: 90px;
  margin: 0 auto;
  background: url(../images/ttl03.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}

.list-step li .ttl_str {
  width: 51px;
  height: 22px;
  margin: 0 auto;
  margin-bottom: 10px;
  background: url(../images/ttl01_str_sp.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}

.list-step li .ttl02_str {
  background-image: url(../images/ttl02_str_sp.png);
}

.list-step li .ttl03_str {
  background-image: url(../images/ttl03_str_sp.png);
}

.list-step li:last-child {
  margin-right: 0;
}

.list-step li:last-child:after {
  display: none;
}

.list-step li dd {
  margin-top: 15px;
}

.list-step li dd div {
  margin-bottom: 10px;
}

.site-footer .site-footer__contact {
  padding: 30px;
  background: #d7000f;
  color: #fff;
  text-align: center;
}

.site-footer .site-footer__contact a {
  color: #fff;
}

.site-footer .logo {
  padding: 30px 0 10px 0;
  text-align: center;
}

.site-footer .copy {
  padding-bottom: 15px;
  text-align: right;
}

.stepbar {
  zoom: 1;
  max-width: 670px;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1.9rem;
}

.stepbar:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: "";
}

.stepbar li {
  display: block;
  width: 33%;
  height: 50px;
  padding: 9px 15px 8px 10px;
  float: left;
  background: #ebebeb url(../images/bn.gif?mod=201711) 100% 50% no-repeat;
  background-size: auto 100%;
  text-align: center;
  vertical-align: top;
}

.stepbar li.is-active {
  position: relative;
  background-color: #8e8e8e;
  background-image: url(../images/ba.gif?mod=201711);
}

.stepbar li.is-active:before {
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  width: 3px;
  height: 100%;
  background: #ebebeb;
  content: "";
}

.stepbar li:nth-child(2) {
  text-indent: -1.8rem;
}

.stepbar li:nth-child(2).is-active {
  width: 35%;
  margin-left: -3%;
  padding-left: 6%;
  background-image: url(../images/ba.gif?mod=201711), url(../images/ba2.gif?mod=201711);
  background-position: 100% 0, 0 0;
  text-indent: -2.8rem;
}

.stepbar li:nth-child(3).is-active {
  text-indent: -2rem;
}

.stepbar li:last-child {
  background-image: none;
}

.stepbar li:last-child.is-active {
  width: 35%;
  margin-left: -3%;
  padding-left: 6%;
  background-image: url(../images/bal.gif?mod=201711);
  background-position: 0 0;
}

.stepbar li:last-child.is-active:before {
  display: none;
}

.wrap-form {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.dotte-line {
  border-top: 1px dotted #929292;
}

.customer,
.reservation {
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
}

.tb-only {
  display: none;
}

#guide h1 {
  margin: 50px 0 0 0;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
  text-indent: -3.6rem;
}

#guide .stepbar {
  margin-top: 25px;
  margin-bottom: 50px;
}

#guide p {
  margin-bottom: 50px;
  font-size: 1.6rem;
  text-align: center;
}

.tel-info {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.4rem;
}

.reserve-note {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  text-align: left;
}

.reserve-note dt {
  margin-bottom: 10px;
}

#visual {
  position: relative;
}

.wrap-soon-msg {
  position: absolute;
  top: 16%;
  width: 100%;
  text-align: center;
}

.wrap-soon-msg .soon-msg {
  display: inline-block;
  width: 850px;
}

.soon-msg {
  padding: 10px 5px;
  border-radius: 8px;
  background: #004196;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}

.soon-msg span {
  font-size: 35px;
}

.soon-msg {
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
}

html,
body {
  width: 100%;
  color: #4d4d4d;
  font-size: 10px;
}

body {
  -webkit-font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体",
 "Yu Gothic", YuGothic, sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.7;
  text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
form,
fieldset,
hr,
sup,
figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

td img {
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

legend {
  width: 100%;
  float: left;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体",
 "Yu Gothic", YuGothic, sans-serif;
  cursor: pointer;
}

input,
select,
textarea {
  border: 1px solid #d6d6d6;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体",
 "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6rem;
}

input.error,
select.error,
textarea.error {
  background-color: #ffebe9 !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
  width: 90%;
  height: 50px;
  margin-right: 10px;
  padding: 10px;
  border: 0;
  background: #e1e2e2;
  line-height: 1.42857143;
  line-height: 1.9;
}

input[type="text"][name="customer_name_sei"],
input[type="text"][name="customer_name_mei"],
input[type="text"][name="customer_kana_sei"],
input[type="text"][name="customer_kana_mei"],
input[type="text"][name="customer_addr_zip"],
input[type="text"][name="customer_addr_zip"],
input[type="text"][name="customer_site_zip"],
input[type="tel"][name="customer_name_sei"],
input[type="tel"][name="customer_name_mei"],
input[type="tel"][name="customer_kana_sei"],
input[type="tel"][name="customer_kana_mei"],
input[type="tel"][name="customer_addr_zip"],
input[type="tel"][name="customer_addr_zip"],
input[type="tel"][name="customer_site_zip"],
input[type="email"][name="customer_name_sei"],
input[type="email"][name="customer_name_mei"],
input[type="email"][name="customer_kana_sei"],
input[type="email"][name="customer_kana_mei"],
input[type="email"][name="customer_addr_zip"],
input[type="email"][name="customer_addr_zip"],
input[type="email"][name="customer_site_zip"],
input[type="number"][name="customer_name_sei"],
input[type="number"][name="customer_name_mei"],
input[type="number"][name="customer_kana_sei"],
input[type="number"][name="customer_kana_mei"],
input[type="number"][name="customer_addr_zip"],
input[type="number"][name="customer_addr_zip"],
input[type="number"][name="customer_site_zip"] {
  width: 47%;
}

input[type="text"][name="customer_addr_town"],
input[type="text"][name="customer_site_town"],
input[type="tel"][name="customer_addr_town"],
input[type="tel"][name="customer_site_town"],
input[type="email"][name="customer_addr_town"],
input[type="email"][name="customer_site_town"],
input[type="number"][name="customer_addr_town"],
input[type="number"][name="customer_site_town"] {
  margin-top: 30px;
  margin-bottom: 30px;
}

select {
  width: 42%;
  height: 40px;
  padding-left: 5px;
  border: 1px solid #999999;
  line-height: 40px;
}

sup {
  font-size: 13px;
  line-height: 1.8;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.datatelephone {
  color: #4d4d4d;
}

a.datatelephone:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

a img:hover {
  opacity: 0.7;
}

a img.reset-fade:hover {
  opacity: 1;
}

iframe {
  border: 0;
}

ul,
ol,
p,
dt,
dd,
caption,
th,
td {
  font-size: 1.4rem;
}

select,
input,
textarea,
button {
  font-size: 1.6rem;
}

:-moz-placeholder-shown {
  color: red;
}

:-ms-input-placeholder {
  color: red;
}

:placeholder-shown {
  color: red;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

textarea {
  width: 98%;
  background: #ebebeb;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
}

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

table td,
table th {
  line-height: 1.4;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #999999;
  background: none;
}

main,
section,
aside,
figure,
header,
footer {
  display: block;
}

label.error {
  color: #d7000f;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reservation-calendar-title {
  max-width: 400px;
  padding: 5px;
  border-radius: 6px;
  background-color: #6d6d6d;
  color: #ffffff;
  text-align: center;
}

#reservation-calendar {
  max-width: 400px;
  padding-bottom: 12px;
  overflow: hidden;
}

#reservation-calendar .month-bar {
  padding: 12px;
  font-weight: bold;
  text-align: center;
}

#reservation-calendar .month-bar .month-bar-month {
  font-size: 2.5rem;
}

#reservation-calendar .days-of-the-week {
  width: 100%;
}

#reservation-calendar .days-of-the-week .header-day {
  display: inline-block;
  width: 14.2857%;
  padding: 12px 0;
  float: left;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}

#reservation-calendar .days .day,
#reservation-calendar .days .empty {
  width: 14.2857%;
  padding: 12px 0;
  float: left;
  text-align: center;
  cursor: pointer;
}

#reservation-calendar .days .calendar-dow-0 {
  color: #ff4500;
}

#reservation-calendar .days .calendar-dow-6 {
  color: #0000ff;
}

#reservation-calendar .days .day.today,
#reservation-calendar .days .empty.today {
  -webkit-box-shadow: inset 0 0 8px #d4d4d4;
  background-color: #ebebeb;
  box-shadow: inset 0 0 8px #d4d4d4;
}

#reservation-calendar .days .day.event,
#reservation-calendar .days .empty.event {
  color: #71bbd2;
}

#reservation-calendar .days .day-selected span {
  padding: 10px;
  border: solid 1px #333;
  border-radius: 3px;
  background-color: #f5b42f;
}

#reservation-calendar .days .day-disabled {
  cursor: not-allowed;
}

#reservation-calendar .days .day-disabled .day-number {
  opacity: 0.3;
}
.clndr-controls {
  display: table;
  width: 100%;
}
.clndr-controls .clndr-previous-button {
  display: table-cell;
  width: 15%;
  font-size: 4rem;
  vertical-align: middle;
  cursor: pointer;
}
.clndr-controls .month-bar {
  display: table-cell;
  width: 70%;
}
.clndr-controls .clndr-next-button {
  display: table-cell;
  width: 15%;
  font-size: 4rem;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
}

.dotte-v {
  background: url(../images/dottelinev.png) repeat-y 49.5% 0;
}

.notice-area {
  margin-bottom: 50px;
  padding: 13px 25px;
  border: 1px solid #0c5ead;
  color: #0c5ead;
}

.notice-area p {
  font-size: 1.6rem;
}

.notice-area p span.notice-area_category {
  display: block;
  font-size: 1.5rem;
}

.notice-area p span.notice-area_title {
  display: block;
  padding: 8px 0;
  font-size: 2.2rem;
}

.notice-accordion-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.3rem;
  font-weight: normal;
  cursor: pointer;
}

.notice-accordion-ttl span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  text-decoration: underline;
}

.notice-accordion-ttl span:hovr {
  text-decoration: none;
}

.notice-accordion-ttl span:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  border: solid 1px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  content: "＋";
}

.notice-accordion-ttl:after {
  content: none !important;
}

.notice-accordion-con {
  padding: 30px 15px;
}

.notice-accordion-con .js-accordion__close {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 35px;
  margin: 1em auto 0 auto;
  border-radius: 17.5px;
  background-color: #0c5ead;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
}

/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* add 2020.07.07 */
.visit-title {
  font-size: 2.2rem;
  text-align: center;
}

#tab-visit {
  width: 100%;
  margin-bottom: 20px;
}

#tab-visit .tab-visit-item {
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 1.5em 0;
  padding: 7px 10px;
  background: #f2f2f2;
  color: #a0a0a0;
  /*min-width: 120px;
    max-width: 100%;*/
  font-size: 2.5rem;
  text-align: center;
  cursor: pointer;
}

#tab-visit .tab-visit-item:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f2f2f2;
  content: "";
}

#tab-visit .tab-visit-item:nth-child(1).active {
  background: #d9000f;
  color: #ffffff;
}

#tab-visit .tab-visit-item:nth-child(1).active:before {
  border-top: 10px solid #d9000f;
}

#tab-visit .tab-visit-item:nth-child(2).active {
  background: #004196;
  color: #ffffff;
}

#tab-visit .tab-visit-item:nth-child(2).active:before {
  border-top: 10px solid #004196;
}

#form-area #reservation_visit_title {
  padding: 10px 20px;
  float: left;
  line-height: 1.5;
  text-align: left;
}

#form-area #reservation_visit_title {
  width: 29.41176%;
  clear: both;
  font-size: 1.6rem;
  text-align: right;
}

#form-area #reservation_visit_title .guide-title {
  display: block;
  font-size: 1.6rem;
}

#form-area .request-form #reservation_visit_dt {
  display: none;
}

#form-area .request-form #reservation_visit_title {
  border-top: 1px solid #cccccc;
}

#form-area .request-form #reservation_visit_title {
  padding: 25px 10px;
  float: left;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}

#form-area .request-form #visit_list {
  border-top: 0;
}

#form-area .request-form #visit_list.not-empty {
  border-top: 1px solid #ccc;
}

#form-area .request-form #visit_list dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#form-area .request-form #visit_list dl dt,
#form-area .request-form #visit_list dl dd {
  height: auto !important;
}

#form-area .request-form #visit_list #reservation_shop_title {
  border-top: 0;
}

#form-area .request-form #visit_list p {
  padding: 4px 9px;
  border-bottom: 0;
  background: #808080;
  color: #fff;
}

#form-area .request-form #visit_list dt,
#form-area .request-form #visit_list dd {
  border-top: 0;
}

#form-area .request-form #visit_list dd input[type="radio"] {
  position: relative;
  top: 3px;
}

#form-area .request-form #visit_list dd.form-status {
  border-left: 0;
}

#form-area .request-form #visit_list #reservation_visit_dd .selected {
  background-color: #e3f0f9;
}

#form-area .request-form #visit_list table {
  display: block;
}

#form-area .request-form #visit_list table tbody {
  display: block;
}

#form-area .request-form #visit_list table tr {
  display: block;
  padding: 10px;
  border-top: 1px solid #ebebeb;
}

#form-area .request-form #visit_list table tr:nth-child(2) {
  border-top: 0;
}

#form-area .request-form #visit_list table tr.input-checked {
  background: #e5f2fb;
}

#form-area .request-form #visit_list table tr:first-child {
  display: none;
}

#form-area .request-form #visit_list table tr td {
  display: block;
}

#form-area .request-form #visit_list table tr .reservation_shop_name {
  position: relative;
  margin-bottom: 3px;
  font-size: 2rem;
}

#form-area .request-form #visit_list table tr .reservation_shop_name input {
  margin-right: 5px;
  vertical-align: top;
}

#form-area .request-form #visit_list table tr .reservation_shop_hours {
  margin-left: 25px;
}

#form-area .request-form #visit_list table tr .reservation_shop_address {
  margin-bottom: 10px;
  margin-left: 25px;
}

#form-area .btn-visit {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 30px 5px 10px;
  border-bottom: 3px solid #002850;
  border-radius: 4px;
  background: #004196;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

#form-area .btn-visit:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
}

#form-area .btn-visit:after {
  display: block;
  position: absolute;
  top: 10px;
  right: 9px;
  width: 14px;
  height: 14px;
  background: url(../images/icon_arrow_t.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}

.u-smalltext {
  display: block;
  margin-top: 1em;
  font-size: 1.2rem;
}

.p-newproduct {
  margin-top: 100px;
  padding: 90px 0 120px 0;
  border-bottom: 1px solid #c4c4c4;
  background-color: #f5f5f3;
  text-align: left;
}

.p-newproduct__ttl {
  margin-bottom: 60px;
  font-size: 4.5rem;
  font-weight: normal;
  letter-spacing: 0.13em;
  text-align: center;
}

.p-newproduct__img {
  margin-bottom: 45px;
}

.p-newproduct__flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-newproduct__flex dl {
  width: calc(50% - 30px);
}

.p-newproduct__flex dl + dl {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 30px;
  border-left: dotted 1px #c4c4c4;
}

.p-newproduct__flex dl dt {
  margin-bottom: 10px;
}

.p-newproduct__flex dl dd {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.p-newproduct__flex dl dd img {
  margin-top: 15px;
}

.p-newproduct__flex dl dd small {
  display: inline-block;
  margin-top: 15px;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-newproduct + .header-el {
  margin-top: 0;
}

.sec1__h3 {
  margin-top: 25px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.sec1__ttl {
  margin-top: 25px;
  border-radius: 5px;
  background-color: #ee0017;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 900;
  text-align: center;
}

.sec1__box {
  margin-top: 30px;
}

.sec1__box > img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sec1__box dl {
  margin-top: 20px;
}

.sec1__box dl dt {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.sec1__box dl dd {
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

.sec1__box + p {
  margin-top: 25px;
}

.sec1__box + .sec1__box {
  padding-top: 30px;
  border-top: dotted 2px #ababab;
}

.sec1__linebox {
  margin-top: 25px;
  padding: 15px;
  border: solid 2px #ababab;
  border-radius: 15px;
  background-color: #fff;
}

.sec1__linebox img {
  width: 100%;
  margin: 20px 0;
}

.sec1__linebox--mt0 {
  margin-top: 0;
}

.sec1__ttl2 {
  padding-right: 26px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.sec1__ttl2__box {
  margin-top: 15px;
  padding-top: 20px;
  border-top: dotted 2px #ababab;
}

.sec1__ttl3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.sec02__box {
  margin-top: 20px;
}

.sec02__box dl dt {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.sec02__box dl dd {
  font-size: 12px;
  font-size: 1.2rem;
}

.sec02__box dl dd img {
  width: 100%;
  margin: 10px 0;
}

.sec02__box--type2 p {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

.sec02__box + p {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

.sec3__box dl dt {
  margin-top: 15px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}

.sec3__box dl dt span {
  font-size: 18px;
  font-size: 1.8rem;
}

.sec3__box dl dt small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.sec3__box dl dd {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  font-size: 1.3rem;
}

.sec3__box dl dd span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sec3__box > img {
  margin: 0;
}

.sec3__img {
  margin: 30px 0 !important;
}

.js-accordion {
  position: relative;
}

.js-accordion:after {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #aaaaaa;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  content: "＋";
}

.js-accordion__close {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  margin: 20px auto;
  border-radius: 25px;
  background-color: #aaaaaa;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.js-accordion + div {
  display: none;
}

.sec1__ttl2:after,
.notice-accordion-ttl span:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec1__ttl2.active:after,
.notice-accordion-ttl.active span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*2021-06-07 フォーム用追加CSS*/
#form-area .reservation_shop_note {
  margin-left: 25px;
  color: #ff0000;
}

.p-fair__mv {
  padding: 52px 0 27vw 0;
  background-color: #d4ebef;
  background-image: url("../images/flag_l.png"), url("../images/flag_r.png"), url("../images/backimg1_pc.gif"), url("../images/bgphoto_pc.png");
  background-position: top left, top right, top center, bottom center;
  background-repeat: no-repeat;
  background-size: 350px auto, 350px auto, auto, 100% auto;
}

.p-fair__mv h1 img {
  display: block;
  margin: 0 auto;
}

.p-fair__mv__box {
  width: 380px;
  margin: 10px auto 0 auto;
}

.p-fair__mv__text {
  height: 115px;
  height: 110px;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-fair__mv .soon-msg {
  display: block;
  padding: 16px ​5px;
  text-align: center;
}

.p-fair__mv .now-accepted {
  margin: 0 auto;
}

.p-fair__mv__text2 {
  height: 160px;
  margin-top: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-fair__mv__text2 .u-smalltext {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-fair__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 6px 5px 6px 10px;
  background-color: #285faa;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.p-fair__btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
}

.p-fair__btn span:before,
.p-fair__btn span:after {
  display: block;
  background-color: #285faa;
  content: "";
}

.p-fair__btn span:before {
  width: 10px;
  height: 2px;
  margin: 0 -6px 0 -4px;
}

.p-fair__btn span:after {
  width: 2px;
  height: 10px;
}

.p-fair__present h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding-bottom: 21px;
  background-image: url("../images/present_obi_pc.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  color: #d71e0f;
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: bold;
  text-align: center;
}

.p-fair__present h2 small {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-fair__present__in {
  margin-top: -81px;
  padding: 107px 40px 37px 40px;
  border: solid 3px #3c3c3c;
  background-color: #fff;
}

.p-fair__present__img {
  margin-bottom: 28px;
}

.p-fair__present .btn-unit .button {
  margin-bottom: 0;
  font-size: 29px;
  font-size: 2.9rem;
}

.p-fair__present .note-box-a dt {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-fair__present .note-box-a p,
.p-fair__present .note-box-a dd {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-fair__ttl {
  margin-bottom: 48px;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: normal;
  text-align: center;
}

.p-fair__tenji {
  width: 100%;
  padding: 60px 0 80px 0;
  overflow: hidden;
}

.p-fair__tenji__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.p-fair__tenji__item:before,
.p-fair__tenji__item:after {
  display: block;
  z-index: -1;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.p-fair__tenji__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-fair__tenji__item + .p-fair__tenji__item {
  margin-top: 50px;
}

.p-fair__tenji__item:nth-child(1):before {
  top: -80px;
  right: -100px;
  width: 324px;
  height: 352px;
  background-image: url("../images/bgitem_01_pc.png");
}

.p-fair__tenji__item:nth-child(1):after {
  top: -150px;
  left: -150px;
  width: 150px;
  height: 185px;
  background-image: url("../images/backimg2.gif");
}

.p-fair__tenji__item:nth-child(2):before {
  top: -44px;
  left: -144px;
  width: 208px;
  height: 201px;
  background-image: url("../images/bgitem_02_pc.png");
}

.p-fair__tenji__item:nth-child(2):after {
  top: -80px;
  right: -160px;
  width: 160px;
  height: 180px;
  background-image: url("../images/backimg3.gif");
}

.p-fair__tenji__item:nth-child(3):before {
  top: -56px;
  right: -448px;
  width: 545px;
  height: 464px;
  background-image: url("../images/backimg5.gif");
}

.p-fair__tenji__item:nth-child(3):after {
  top: -70px;
  left: -170px;
  width: 170px;
  height: 130px;
  background-image: url("../images/backimg4.gif");
}

.p-fair__tenji__item .img {
  width: 440px;
}

.p-fair__tenji__item .img img {
  width: 100%;
}

.p-fair__tenji__item .textbox {
  width: 387px;
}

.p-fair__tenji__item dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.54;
}

.p-fair__tenji__item .text {
  margin-top: 19px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.p-fair__tenji__item .text small {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53;
  letter-spacing: 0;
}

.p-fair__tenji .p-fair__hr {
  margin: 53px 0 36px 0;
}

.p-fair__hr {
  width: 100%;
  border-top: dotted 2px #a9a9a9;
}

.p-fair__voice {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: flex-stert;
  -ms-flex-align: flex-stert;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-stert;
  justify-content: space-between;
}

.p-fair__voice li {
  width: 260px;
}

.p-fair__voice li img {
  width: 100%;
}

.p-fair__voice li .ttl {
  margin-top: 17px;
  color: #d71e0f;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-fair__voice li .text {
  margin-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.p-fair__yoyaku {
  margin-bottom: 60px;
  padding: 68px 0 90px 0;
  background-color: #f0f3f7;
}

.p-fair__yoyaku__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  border-radius: 5px 5px 0 0;
  background-color: #004196;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}

.p-fair__yoyaku__ttl--type2 {
  margin-top: 38px;
}

.p-fair__yoyaku__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}

.p-fair__yoyaku__box li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: calc(100% / 3);
  padding: 0 20px;
}

.p-fair__yoyaku__box li + li {
  border-left: dotted 2px #a9a9a9;
}

.p-fair__yoyaku__box li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  margin-right: 15px;
}

.p-fair__yoyaku__box li p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.p-fair__yoyaku__box--type2 li {
  width: calc(100% / 2);
}

.p-fair__yoyaku__box--type2 li img {
  width: 115px;
}

.p-fair__yoyaku__box--type2 li:nth-child(2) {
  padding-left: 0;
}

.p-fair__yoyaku__box--type2 li:nth-child(2) div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 47px;
}

.p-fair__yoyaku__box--type2 li:nth-child(2) img {
  width: 63px;
  margin-right: 40px;
}

.p-fair__yoyaku__box--type2 li .sp {
  display: none;
}

.p-fair__yoyaku__box--type2 li strong {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.p-fair__yoyaku__box--type2 li small {
  display: block;
  color: #ff0000;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-fair__yoyaku__text {
  margin-top: 30px;
}

.p-fair__yoyaku__text dt {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-fair__yoyaku__text dd {
  margin-top: 11px;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-fair__yoyaku__text--please {
  padding: 15px 20px;
  border: solid 1px #ff0000;
  border-radius: 5px;
  color: #ff0000;
}

.p-fair__popup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-fair__popup__in {
  width: 630px;
  max-height: 90vh;
  padding: 40px;
  overflow: auto;
  border-radius: 5px;
  background-color: #fff;
}

.p-fair__popup .p-fair__yoyaku__ttl {
  border-radius: 0;
  background-color: #285faa;
  letter-spacing: 0.03em;
}

.p-fair__popup__text {
  margin-top: 25px;
  color: #285faa;
}

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

.p-fair__popup .js-accordion__close {
  margin-bottom: 0;
  background-color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

.js-popup-con {
  display: none;
  z-index: 11001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/*1.フェードインアニメーションの指定*/
.js-scrollanime {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

/*2.上下の動きを指定*/
.downup {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.zoomup {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.c-blue {
  color: #004196;
}

.o-link {
  color: inherit;
  text-decoration: underline;
}

.o-link:hover {
  text-decoration: none;
}

/*2021-12-17 フォーム用追加CSS*/
#form-area .reservation_note {
  color: #ff0000;
}

.p-fair__new {
  padding: 70px 0 90px 0;
  border-bottom: solid 1px #aaaaaa;
  background-color: #F5F5F2;
}

.p-fair__new__ttlimg {
  margin-bottom: 30px;
}

.p-fair__new__box {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
}

.p-fair__new__box > div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 390px;
}

.p-fair__new__box > div p {
  height: 190px;
  margin: 10px 0 0 0;
  font-size: 1.7rem;
  text-align: justify;
}

.p-fair__new__box > div + div {
  margin: 0 0 0 34px;
  padding: 0 0 0 34px;
  border-left: dotted 2px #B4B4B4;
}

.p-fair__new__text {
  margin-top: 30px;
  font-size: 1.3rem;
  text-align: justify;
}

.p-fair__logo {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media screen and (max-width: 640px) {
  #container #flow .col.col--2 .box {
    margin-bottom: 0;
  }
  #container .col .box,
  #container .col .last {
    float: none;
  }
  #container .col.col--2 .box {
    width: auto;
    margin-bottom: 20px;
  }
  #container .col.col--2 .box:nth-child(2n) {
    float: none;
  }
  #container .col.col--2 .box:last-child {
    margin-bottom: 0;
  }
  #container .col.col--3 .box {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #container .col.col--3 .box:nth-child(3n) {
    float: none;
  }
  #container .col.col--3 .box:last-child {
    margin-bottom: 0;
  }
  #container .my-note {
    position: static;
  }
  #container .set-sp-fs-18 {
    font-size: 1.8rem;
  }
  #container .set-sp-mt-20 {
    margin-top: 20px;
  }
  #container .set-sp-mt-30 {
    margin-top: 30px;
  }
  #container .set-sp-mt-40 {
    margin-top: 40px;
  }
  #container .set-sp-mt-60 {
    margin-top: 60px;
  }
  #container .set-sp-mb-10 {
    margin-bottom: 10px;
  }
  #container .set-sp-mb-20 {
    margin-bottom: 20px;
  }
  #container .set-sp-mb-30 {
    margin-bottom: 30px;
  }
  #container .set-sp-mb-40 {
    margin-bottom: 40px;
  }
  #container .set-sp-mb-50 {
    margin-bottom: 50px;
  }
  #container .set-sp-mb-60 {
    margin-bottom: 60px;
  }
  #container .set-sp-pl-10 {
    padding-left: 10px;
  }
  #container .set-sp-pl-20 {
    padding-left: 20px;
  }
  #container .set-sp-pl-30 {
    padding-left: 30px;
  }
  #container .set-sp-pr-20 {
    padding-right: 20px;
  }
  #container .set-sp-pr-30 {
    padding-right: 30px;
  }
  #container .reset-sp-mt {
    margin-top: 0;
  }
  #container .reset-sp-mr {
    margin-right: 0;
  }
  #container .reset-sp-mb {
    margin-bottom: 0 !important;
  }
  #container .reset-sp-ml {
    margin-left: 0;
  }
  #container .reset-sp-pt {
    padding-top: 0;
  }
  #container .reset-sp-pr {
    padding-right: 0;
  }
  #container .reset-sp-pb {
    padding-bottom: 0;
  }
  #container .reset-sp-pl {
    padding-left: 0;
  }
  #container .reset-sp-w {
    width: auto;
  }
  #container .reset-sp-pos {
    position: static;
  }
  #container .set-sp-fs-11 {
    font-size: 1.1rem;
  }
  #container .set-sp-fs-12 {
    font-size: 1.2rem;
  }
  #container .set-sp-fs-13 {
    font-size: 1.3rem;
  }
  #container .set-sp-fs-14 {
    font-size: 1.4rem;
  }
  #container .set-sp-fs-15 {
    font-size: 1.5rem;
  }
  #container .set-sp-fs-16 {
    font-size: 1.6rem;
  }
  #container .set-sp-fs-17 {
    font-size: 1.7rem;
  }
  #container .set-sp-fs-18 {
    font-size: 1.8rem;
  }
  #container .set-sp-fs-19 {
    font-size: 1.9rem;
  }
  #container .set-sp-fs-20 {
    font-size: 2rem;
  }
  #container .set-sp-fs-21 {
    font-size: 2.1rem;
  }
  #container .set-sp-fs-22 {
    font-size: 2.2rem;
  }
  #container .set-sp-fs-23 {
    font-size: 2.3rem;
  }
  #container .set-sp-fs-24 {
    font-size: 2.4rem;
  }
  #container .set-sp-w-34 {
    width: 34%;
  }
  #container .set-sp-w-60 {
    width: 60%;
  }
  #container .set-sp-w-62 {
    width: 62%;
  }
  #container .set-sp-pb-20 {
    padding-bottom: 20px;
  }
  #container .set-sp-align-l {
    text-align: left;
  }
  #container .set-sp-align-c {
    text-align: center;
  }
  #container .set-sp-high-line {
    line-height: 1.4;
  }
  #container .set-sp-high-line.button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .col-web-contact .col-contact-fig,
  .col-tel-contact .col-contact-fig {
    width: 150px;
    padding-right: 6%;
    padding-left: 20px;
    vertical-align: bottom;
  }
  .col-web-contact .col-contact-txt,
  .col-tel-contact .col-contact-txt {
    padding-bottom: 10px;
  }
  .col-tel-contact .col-contact-fig img {
    width: 100%;
  }
  #myvideo {
    position: static;
    margin-top: 0;
  }
  #youtube {
    position: absolute;
  }
  .mynote {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .now-accepted {
    margin: 10vw 0 0 0;
  }
  .now-accepted h2 {
    margin-bottom: 3vw;
    font-size: 3.5rem;
  }
  .now-accepted p {
    text-align: left;
  }
  #fix-men .btn-col3 {
    padding: 1.5vw 2vw 3vw 2vw;
  }
  #fix-men .btn-col3 p {
    font-size: 5vw;
  }
  #fix-men .btn-col3 .button {
    font-size: 3.7vw;
  }
  #fix-men .btn-col3 .button .icon.icon--arrow {
    right: 10px;
    width: 7px;
    height: 7px;
  }
  #fix-men {
    padding: 0;
  }
  #fix-men .fixed-width {
    padding: 0 !important;
  }
  #fix-men .btn-unit a {
    padding: 15px;
    font-size: 1.9rem;
  }
  #fix-men .btn-unit a small {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #fix-men .btn-unit .button {
    margin-bottom: 0;
    border-radius: 0;
    vertical-align: top;
  }
  .close-notify {
    margin: 30px 20px;
    font-size: 1.5rem;
  }
  .btn-unit p.btn-unit__ttl {
    margin-bottom: 1vw;
    font-size: 6vw;
  }
  .btn-unit--bg {
    padding: 4vw;
  }
  .btn-col2 .button {
    margin-top: 2vw;
    padding: 20px 10px !important;
  }
  .btn-col2 .button .icon.icon--arrow {
    right: 15px;
    width: 8px;
    height: 8px;
  }
  .border-box.border-box--anchor {
    min-height: 110px;
    padding-top: 40px;
  }
  .site-header {
    display: none;
  }
  #visual {
    padding-top: 8vw;
  }
  #info .img01 {
    margin: 0 0 35px 0;
  }
  #info .img02 {
    width: 86vw;
    height: 30vw;
    margin: 4vw 7vw 0 7vw;
    background-image: url(../images/img1_sp.png?201903);
    background-size: 100% auto;
  }
  #present .img_present_item_wrap {
    width: auto;
  }
  #present .img_present_item {
    margin-bottom: 7vw;
  }
  #yugu {
    position: relative;
  }
  #yugu .yugu_cont {
    display: block;
  }
  #yugu .yugu_item-01,
  #yugu .yugu_item-02 {
    margin-bottom: 35px;
  }
  #yugu .yugu_item {
    /*margin: 0 2vw;*/
    width: auto;
    padding: 0 2vw;
  }
  #yugu .yugu_desc {
    min-height: 33vw !important;
    margin: 10px 0;
  }
  #yugu .yugu_desc p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #yugu .yugu_cont--type2 .yugu_item dl dd.yugu_cap {
    background-color: #ececec;
  }
  #yugu .yugu_cap {
    margin-top: 20px;
  }
  #yugu .yugu_cap p {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #yugu .yugu_cap .ttl + p {
    padding: 0 10px 10px 10px;
  }
  #yugu .yugu_note {
    margin-top: 20px;
  }
  #yugu .yugu_cont--type2 .yugu_item:not(:last-child) {
    padding-bottom: 35px;
    /*border-bottom: 1px dotted #b4b4b4;*/
  }
  #yugu .yugu_item .yugu_cap .gray {
    font-size: 1.3rem;
  }
  #yugu .yugu_item .yugu_cap .graylist ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    margin-right: 0.5em;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #campaign .campaing-props td {
    text-align: justify;
  }
  #campaign .campaing-props dl {
    text-align: justify;
  }
  #campaign {
    padding: 6vw 4vw;
  }
  #campaign .campaign-outline {
    margin-top: 8vw;
  }
  #campaign .campaing-date table,
  #campaign .campaing-date tbody,
  #campaign .campaing-date tr,
  #campaign .campaing-date th,
  #campaign .campaing-date td {
    display: block;
  }
  #campaign .campaing-date th,
  #campaign .campaing-date td {
    padding-bottom: 0;
  }
  #campaign .campaing-date th {
    padding-right: 0;
  }
  #campaign .campaing-date td {
    padding-bottom: 10px;
  }
  #campaign .campaing-scroll {
    height: 260px;
    padding: 5vw 4vw;
  }
  #campaign .campaing-props table,
  #campaign .campaing-props tbody,
  #campaign .campaing-props tr,
  #campaign .campaing-props th,
  #campaign .campaing-props td {
    display: block;
  }
  #campaign .campaing-props th,
  #campaign .campaing-props td {
    padding: 0;
  }
  #campaign .campaing-props th {
    width: auto;
    padding-right: 0;
    padding-bottom: 5px;
  }
  #campaign .campaing-props td {
    padding-bottom: 15px;
  }
  .note-box-a small {
    top: 0.7vw;
  }
  .note-box-a dt b {
    display: block;
    margin-left: 1.3rem;
    text-indent: -1.3rem;
  }
  .header-el {
    margin-top: 15vw;
    margin-bottom: 10vw;
    padding: 16vw 0 16vw 4vw;
    background-size: 320px auto;
    text-align: left;
  }
  .header-el#yugu-ttl,
  .header-el#present-ttl {
    background-image: url(../images/bg-title01_sp.png?m=1);
  }
  .header-el#consult-ttl {
    background-image: url(../images/bg-title02_sp.png?m=1);
  }
  .header-el#form-ttl {
    background-image: url(../images/bg-title03_sp.png?m=1);
  }
  .header-el .icon {
    width: 16vw !important;
    height: 16.5vw !important;
    margin-right: 1vw;
    background-size: 100% auto !important;
  }
  .header-el .string {
    font-size: 8.5vw;
    font-weight: bold;
  }
  .header-el .string.string--ls {
    letter-spacing: 0.006em;
  }
  .header-el .string.string--a {
    font-size: 7.6vw;
  }
  .header-el#yugu-ttl .icon--ttl-yugu {
    top: 2.5vw;
  }
  .header-el .string-wrap small {
    font-size: 3.9vw;
    line-height: 1.4;
  }
  .header-el .string-wrap small.form-header-note--a {
    font-size: 3.3vw;
  }
  #footer .footerCopy {
    text-align: center;
  }
  #flow .web-img {
    width: 104px;
    max-width: 100%;
    height: 143px;
    background-image: url(../images/img04-sp.jpg);
    background-size: 100% auto;
  }
  #form-area .request-form .guide-zip {
    width: 96%;
  }
  #form-area .request-form .guide-zip {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #form-area .request-form h2 small {
    margin-top: 10px;
    margin-left: 0;
  }
  .sp-rad-border {
    padding: 30px 20px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
  }
  .sp-rad-border .text-box {
    margin-bottom: 0 !important;
  }
  .infomation {
    padding-bottom: 10px;
  }
  #flow .text-box h3 {
    margin-top: 0;
  }
  .hover-slash:hover {
    background: inherit;
  }
  #merit .hdg-a,
  .hdg-a {
    margin-bottom: 25px;
  }
  .icon.icon--arrow {
    -webkit-transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .pc-only,
  .tb-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-ib {
    display: inline-block;
  }
  .btn-unit {
    width: auto;
    margin: 0 auto;
  }
  .btn-unit .button {
    height: auto;
    padding: 29px 10px 27px 10px;
    font-size: 1.9rem;
  }
  .btn-unit .button:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-bottom: solid 4px #002850;
    opacity: 1;
  }
  .btn-unit p {
    font-size: 1.6rem;
  }
  .btn-gray {
    padding: 12px 0;
    font-size: 1.9rem;
  }
  .btn-gray:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-bottom: solid 4px #595757;
    opacity: 1;
  }
  h2 span.p-cont {
    font-size: 26px;
  }
  .header {
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #c8161e;
    line-height: 1;
  }
  .header .header-inner {
    position: relative;
    width: 100%;
  }
  .header .header-inner .item {
    vertical-align: middle;
  }
  .header .header-inner .item.item--logo {
    width: 37%;
    padding: 12px 15px;
  }
  .header .header-inner .item--20th-logo {
    z-index: 100000;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
  .header .header-inner .item--20th-logo img {
    width: 50px;
    height: 50px;
  }
  .header a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
  }
  #content .triangle-scope {
    height: 170px;
    padding-top: 30px;
  }
  #content .triangle-scope img {
    position: static;
    margin-bottom: 15px;
  }
  #content .triangle-scope .p-cont {
    display: block;
    position: static;
    bottom: 28px;
    font-size: 26px;
  }
  #content #form-ttl {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #content #form-ttl .triangle-scope {
    height: 190px;
    padding-top: 30px;
  }
  #content #form-ttl img {
    width: 40px;
  }
  #content .reservation_shop_name {
    padding-right: 120px;
  }
  #content .btn-reservation {
    padding: 3px 17px 3px 5px;
    font-size: 1.2rem;
  }
  #content .btn-reservation:after {
    top: 5px;
    right: 3px;
    width: 12px;
    height: 12px;
  }
  #content #info {
    margin-top: 20px;
  }
  #content #info h1 {
    margin-bottom: 20px;
  }
  #content #info .img01-title {
    margin-right: -3% !important;
    margin-bottom: 5%;
    margin-left: -4% !important;
  }
  #content #info .img01 {
    margin-top: 4.8vw;
    margin-bottom: 8vw;
  }
  #content #info .img01 .img01-copy {
    margin-top: 3%;
    margin-bottom: 5%;
  }
  #content #info .img01 .img01-lead {
    margin-bottom: 5%;
  }
  #content #info .img01 .img01-date {
    margin-top: 5%;
  }
  #content #present-ttl {
    margin-top: 50px;
  }
  #content #present-ttl img {
    top: 34px;
    width: 40px;
  }
  #content #present {
    margin-top: 30px;
  }
  #content #consult .consult_box {
    padding-bottom: 0;
  }
  #content #consult .model_list_wrap .list_box ul li h4.area_btn {
    width: 100%;
    margin-bottom: 10px;
  }
  #content #consult .model_list_wrap .list_box ul li ul.area_list {
    width: 100%;
    float: none;
  }
  #content #simulation-ttl {
    margin-top: 50px;
  }
  #content #simulation-ttl img {
    top: 34px;
    width: 40px;
  }
  #content #simulation p {
    margin-top: 25px;
  }
  #content #concept-ttl {
    margin-top: 50px;
  }
  #content #concept-ttl img {
    top: 34px;
    width: 40px;
  }
  #content #concept {
    margin-top: 30px;
    padding-right: 7vw !important;
    padding-left: 7vw !important;
  }
  #content #concept .concept_wrap {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  #content #concept .concept_wrap:last-child {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  #content #concept .concept_wrap h3 {
    font-size: 19px;
    line-height: 1.4;
  }
  #content #concept .concept_wrap p {
    text-align: left;
  }
  .note-box p,
  .note-box dt,
  .note-box dd {
    font-size: 1.3rem;
  }
  .note-box dl {
    padding-top: 20px;
    text-align: left;
  }
  .note-box dl dt {
    display: inline;
    width: auto;
    float: none;
  }
  .note-box dl dd {
    display: inline;
    margin: 0;
  }
  .contactBoxRed {
    padding: 0;
  }
  #container {
    position: static;
    min-width: 320px;
    padding-top: 0;
  }
  #container .wrap-button-default {
    padding: 50px 0;
  }
  #container .button.button--default {
    width: 100%;
    padding: 15px 38px;
    font-size: 1.8rem;
  }
  #container .header-a {
    margin-bottom: 20px;
  }
  #container .header-a .string {
    font-size: 2.6rem;
  }
  #container .header-b {
    margin-bottom: 30px;
  }
  #container .header-c .string {
    font-size: 1.8rem;
  }
  #container .header-d {
    margin-bottom: 20px;
  }
  #container .header-d .string {
    font-size: 2.8rem;
  }
  #container .list-step li {
    display: block;
    width: auto;
    margin: 0 0 30px;
    float: none;
  }
  #container .list-step li.item-0 .ttl01 {
    width: 96px;
    height: 96px;
  }
  #container .list-step li.item-1 .ttl02 {
    width: 132px;
    height: 69px;
    margin-left: -10px;
    padding-left: 0;
  }
  #container .list-step li.item-2 {
    margin-bottom: 0;
  }
  #container .list-step li.item-2 .ttl03 {
    width: 96px;
    height: 97px;
  }
  #container .list-step li dl {
    display: table;
    width: 100%;
  }
  #container .list-step li dt,
  #container .list-step li dd {
    display: table-cell;
    vertical-align: middle;
  }
  #container .list-step li dt {
    width: 150px;
    padding-left: 0;
    font-size: 2rem;
    text-align: left;
  }
  #container .list-step li dt img {
    margin: 0;
  }
  #container .list-step li dd {
    font-size: 1.4rem;
    text-align: left;
  }
  #container .list-step li dd div {
    margin: 0 0 10px 0;
  }
  #container .bx-controls-direction {
    display: none;
  }
  #container .lead {
    display: block;
  }
  #container .lead p {
    font-size: 2.2rem;
  }
  #container .section-flow {
    margin-top: 30px;
  }
  #container .section-plan {
    padding: 40px 0;
  }
  #container .section-plan .section-plan__content {
    width: auto;
  }
  #container .section-banner .section-banner__content {
    position: relative;
    top: 20px;
    left: 0;
    width: auto;
    margin-bottom: 60px;
    color: #4d4d4d;
  }
  #container .section-banner .section-banner__content.fire {
    top: 0;
  }
  #container .section-banner .fixed-width {
    height: auto;
    overflow: visible;
  }
  #container .section-banner .section-banner__img {
    position: static;
    height: auto;
    margin-bottom: 30px;
  }
  #container .note {
    text-align: center;
  }
  #container .note p {
    margin-top: 50px;
  }
  #container .section-form {
    padding-top: 40px;
    padding-bottom: 70px;
    border-top: 1px solid rgba(77, 77, 77, 0.3);
  }
  .site-footer .site-footer__contact .sp-only {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .site-footer .sp-tel {
    margin-bottom: 10px;
  }
  .site-footer .copy {
    text-align: center;
  }
  .infomation {
    font-size: 1.2rem;
  }
  #form-area .customer {
    margin-bottom: 40px;
  }
  #form-area #customer_addr_number {
    margin-bottom: 0;
  }
  #form-area dl {
    display: block;
  }
  #form-area dl dt,
  #form-area dl dd {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #form-area dl dt {
    width: 30%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.4rem;
  }
  #form-area dl dd {
    width: 70%;
    padding-right: 0;
    padding-left: 0;
  }
  #form-area dl .form-status .icon-ng,
  #form-area dl .form-status .icon-ok {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    font-size: 11px;
    line-height: 18px;
  }
  #form-area dl .form-status .icon-ok {
    font-size: 10px;
  }
  #form-area .request-form label[for="reservation_date_1"],
  #form-area .request-form label[for="reservation_date_2"],
  #form-area .request-form label[for="reservation_date_3"],
  #form-area .request-form label[for="reservation_date_4"],
  #form-area .request-form label[for="reservation_date_5"],
  #form-area .request-form label[for="reservation_date_6"],
  #form-area .request-form label[for="reservation_date_7"],
  #form-area .request-form label[for="reservation_date_8"],
  #form-area .request-form label[for="reservation_date_9"],
  #form-area .request-form label[for="reservation_date_10"],
  #form-area .request-form label[for="reservation_date_11"],
  #form-area .request-form label[for="reservation_date_12"] {
    display: block;
  }
  #form-area .request-form h2 {
    font-size: 26px;
  }
  #form-area .request-form dl dt,
  #form-area .request-form dl dd {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #form-area .request-form dl dt {
    width: 24.70588%;
    padding-right: 0;
    font-size: 1.6rem;
  }
  #form-area .request-form dl dd {
    width: 63.52941%;
  }
  #form-area .request-form dl .form-status {
    width: 11.76471% !important;
  }
  #form-area .request-form dl select,
  #form-area .request-form dl input,
  #form-area .request-form dl textarea,
  #form-area .request-form dl button {
    font-size: 1.5rem;
  }
  #form-area .request-form dl #reservation_area_dd,
  #form-area .request-form dl #reservation_shop_dd {
    width: 88.23529%;
  }
  #form-area .request-form dl#reservation_date_time dt {
    position: relative;
    width: auto !important;
    height: auto !important;
    float: none;
  }
  #form-area .request-form dl#reservation_date_time dt:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 88.23529%;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #ccc !important;
    content: "";
  }
  #form-area .request-form dl#reservation_date_time dd {
    width: 88.23529% !important;
    padding-top: 0;
    border-top: 0 !important;
  }
  #form-area .request-form dl#reservation_date_time dd.form-status {
    width: 11.76471% !important;
    float: left;
    border-left: 1px dotted #ccc !important;
  }
  #form-area .request-form .reservation dl .reservation_area_list > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #form-area .request-form .reservation dl .reservation_area_list > li > p {
    margin-bottom: 5px;
    float: none;
    font-size: 1.4rem;
  }
  #form-area .request-form .reservation dl .reservation_area_list > li ul {
    margin-left: 0;
    padding-top: 0;
    overflow: hidden;
  }
  #form-area .request-form .reservation dl .reservation_area_list > li ul li {
    display: block;
    margin-right: 11px;
    float: left;
  }
  #form-area
.request-form
.reservation
dl
.reservation_area_list
> li
ul
li:last-child {
    margin-right: 0;
  }
  #form-area
.request-form
.reservation
dl
.reservation_area_list
> li
ul
li
span {
    display: block;
    white-space: nowrap;
  }
  #form-area
.request-form
.reservation
dl
.reservation_area_list
> li
ul
li
span:hover {
    text-decoration: none !important;
  }
  #form-area #shop_list p {
    width: 88.47059%;
  }
  #form-area #shop_list dt {
    display: none;
  }
  #form-area #shop_list dd {
    padding: 0;
  }
  #form-area #shop_list dd input[type="radio"] {
    top: 5px !important;
  }
  #form-area select {
    width: 80%;
  }
  #form-area #reservation_time {
    width: 100%;
  }
  #form-area .guide-title {
    font-size: 1.3rem;
  }
  #form-area .is-optional,
  #form-area .is-required {
    font-size: 1.2rem;
  }
  #form-area .guide-zip {
    font-size: 1.4rem;
  }
  #form-area .notice {
    margin: 5px 0;
    font-size: 1.2rem;
  }
  #form-area .btn-area {
    margin: 0 0 10px 0;
    text-align: center;
  }
  #form-area .btn-area button {
    width: 100%;
    padding: 15px;
    font-size: 1.8rem;
  }
  #form-area .btn-area button#btn-back {
    width: 90%;
    font-size: 1.6rem;
  }
  .stepbar {
    font-size: 1.4rem;
  }
  .stepbar li {
    height: 40px;
  }
  .stepbar li:nth-child(2) {
    text-indent: -1rem;
  }
  .stepbar li:nth-child(2).is-active {
    text-indent: 0rem;
  }
  .stepbar li:nth-child(3).is-active {
    text-indent: 0rem;
  }
  .customer .notice,
  .reservation .notice,
  .customer .string,
  .reservation .string {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sp-pad,
  #guide p,
  .stepbar,
  .home-area,
  #form-area .btn-area,
  .fixed-width {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .fixed-width,
  .fixed-width-l {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
  }
  .customer dd .notice,
  .reservation dd .notice {
    padding-right: 0;
    padding-left: 0;
  }
  .home-area a {
    padding: 15px;
    font-size: 1.8rem;
  }
  .home-area a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #guide {
    margin-top: 70px;
  }
  #reservation_shop_title,
  #reservation_area_title {
    width: auto !important;
    float: none !important;
  }
  .tel-info {
    display: none;
  }
  .soon-msg {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
  }
  header .header-logo {
    max-width: none;
    padding-left: 0;
  }
  .wrap-soon-msg {
    top: 5%;
  }
  .reserve-note {
    margin-bottom: 30px;
    padding-top: 40px;
    border-top: 1px solid #999999;
  }
  #guide h1 {
    text-indent: 0;
  }
  .reserve-note {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 20px;
    border-top: 1px solid #999999;
  }
  #reservation-calendar .days .day-selected span {
    padding: 4px;
  }
  #container .reset-sp-mb {
    margin-bottom: 0;
  }
  #container .dotte-v {
    background: none;
  }
  #container input[type="text"],
  #container input[type="number"],
  #container input[type="tel"],
  #container input[type="email"] {
    width: 96%;
    margin-bottom: 10px;
  }
  #container dd > input[type="text"]:last-child,
  #container dd > input[type="number"]:last-child,
  #container dd > input[type="tel"]:last-child,
  #container dd > input[type="email"]:last-child {
    margin-bottom: 0;
  }
  .notice-area {
    margin: 0 0 5% 0;
    padding: 15px 5vw;
  }
  .notice-area p {
    font-size: 1.4rem;
  }
  .notice-area p span.notice-area_category {
    font-size: 1.3rem;
  }
  .notice-area p span.notice-area_title {
    padding: 12px 0;
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .notice-accordion-ttl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1.9rem;
  }
  .notice-accordion-ttl span {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
  .notice-accordion-ttl span:after {
    width: 10px;
    height: 10px;
    margin-left: 2px;
    font-size: 10px;
  }
  .notice-accordion-con {
    padding: 20px 0;
  }
  .notice-accordion-con .js-accordion__close {
    font-size: 1.72rem;
  }
  #form-area .request-form dl #reservation_visit_dd {
    width: 88.23529%;
  }
  #form-area .request-form .reservation dl .reservation_visit_list > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #form-area .request-form .reservation dl .reservation_visit_list > li > p {
    margin-bottom: 5px;
    float: none;
    font-size: 1.4rem;
  }
  #form-area .request-form .reservation dl .reservation_visit_list > li ul {
    margin-left: 0;
    padding-top: 0;
    overflow: hidden;
  }
  #form-area .request-form .reservation dl .reservation_visit_list > li ul li {
    display: block;
    margin-right: 11px;
    float: left;
  }
  #form-area
.request-form
.reservation
dl
.reservation_visit_list
> li
ul
li:last-child {
    margin-right: 0;
  }
  #form-area
.request-form
.reservation
dl
.reservation_visit_list
> li
ul
li
span {
    display: block;
    white-space: nowrap;
  }
  #form-area
.request-form
.reservation
dl
.reservation_visit_list
> li
ul
li
span:hover {
    text-decoration: none !important;
  }
  #form-area #visit_list p {
    width: 88.47059%;
  }
  #form-area #visit_list dt {
    display: none;
  }
  #form-area #visit_list dd {
    padding: 0;
  }
  #form-area #visit_list dd input[type="radio"] {
    top: 5px !important;
  }
  #tab-visit .tab-visit-item {
    font-size: 1.5rem;
  }
  #reservation_visit_title {
    width: auto !important;
    float: none !important;
  }
  #content .btn-visit {
    padding: 3px 17px 3px 5px;
    font-size: 1.2rem;
  }
  #content .btn-visit:after {
    top: 5px;
    right: 3px;
    width: 12px;
    height: 12px;
  }
  .p-newproduct {
    margin-top: 75px;
    padding: 60px 0 75px 0;
  }
  .p-newproduct__ttl {
    margin-bottom: 45px;
    font-size: 3rem;
  }
  .p-newproduct__img {
    margin-bottom: 33px;
  }
  .p-newproduct__img img {
    width: 100%;
  }
  .p-newproduct__flex {
    display: block;
  }
  .p-newproduct__flex dl {
    width: 100%;
  }
  .p-newproduct__flex dl + dl {
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 0;
    border-top: dotted 1px #c4c4c4;
    border-left: none;
  }
  .p-newproduct__flex dl dt {
    margin-bottom: 5px;
  }
  .p-newproduct__flex dl + dl dt {
    margin-bottom: 10px;
  }
  .p-newproduct__flex dl dt img {
    width: 100%;
  }
  .p-newproduct__flex dl dd {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .p-newproduct__flex dl dd img {
    margin: 15px auto 0 auto;
  }
  .p-newproduct__flex dl dd small {
    display: inline-block;
    margin-top: 15px;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

@media screen and (min-width: 641px) {
  .col-web-contact .col-contact-txt,
  .col-tel-contact .col-contact-txt {
    padding-left: 6%;
  }
  .btn-col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .btn-col2 .button {
    width: 49%;
  }
  #yugu .yugu_cont--type2 .yugu_item {
    width: 100%;
  }
  #yugu .yugu_cont--type2 .yugu_item:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: 2px dotted #b4b4b4;
  }
  #yugu .yugu_cont--type2 .yugu_item dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #yugu .yugu_cont--type2 .yugu_item dl dt {
    width: 45.615%;
  }
  #yugu .yugu_cont--type2 .yugu_item dl dd {
    width: 50.88%;
  }
  #yugu .yugu_cont--type2 .yugu_item dl dd.yugu_cap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ececec;
    line-height: 1.7;
  }
  #yugu .yugu_cont--type2 .yugu_item dl dd.yugu_cap .ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding: 4px 12px;
  }
  #yugu .yugu_cont--type2 .yugu_item dl dd.yugu_cap .ttl + p {
    padding: 6px 12px;
  }
  #yugu .yugu_cont--type2 .yugu_desc {
    margin: 7px 0 0 0;
    line-height: 1.7;
  }
  #yugu .yugu_cont--type2 .yugu_desc p {
    font-size: 1.4rem;
  }
  .note-box-a dl {
    display: table;
  }
  .note-box-a dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .note-box-a dt {
    white-space: nowrap;
  }
}

@media screen and (min-width: 891px) {
  #fix-men .btn-col3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #fix-men .btn-col3 p {
    width: 32%;
  }
}

@media screen and (max-width: 890px) {
  #fix-men .btn-col3 {
    text-align: center;
  }
  #fix-men .btn-col3 p {
    margin-bottom: 1vw;
  }
  #fix-men .btn-col3 .button {
    width: 42vw;
    margin: 0 1.5vw;
    padding: 3.4vw 4vw 3.4vw 4vw;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 850px) {
  #form-area {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  .tb-pad {
    padding-right: 3%;
    padding-left: 3%;
  }
  .fixed-width-l {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  #yugu .yugu_desc.yugu_desc--w {
    min-height: 15vw;
  }
  .wrap-soon-msg .soon-msg {
    width: 94%;
  }
  .soon-msg {
    font-size: 18px;
  }
  .soon-msg span {
    font-size: 28px;
  }
}

@media screen and (max-width: 780px) {
  .fixed-width {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
}

@media screen and (max-width: 700px) {
  .btn-unit .button {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 960px) {
  #visual .btn_official {
    left: 20px;
    max-width: 16%;
    padding-top: 20px;
  }
  #visual2 .btn_official {
    left: 20px;
    max-width: 16%;
    padding-top: 20px;
  }
  header {
    padding-top: 20px;
  }
  header .header-logo {
    max-width: 16%;
    padding-left: 20px;
  }
}

@media screen and (min-width: 640px) {
  .note-box dl dt {
    line-height: 1;
  }
  #form-area .request-form #shop_list p {
    margin-top: 25px;
    margin-right: 5.64706%;
  }
  #form-area .request-form #shop_list .icon-ng,
  #form-area .request-form #shop_list .icon-ok {
    margin-left: -10px;
  }
  #form-area .request-form #shop_list #reservation_shop_dd {
    width: 94.11765%;
    padding: 0 0 15px 0;
  }
  #form-area .request-form #visit_list p {
    margin-top: 25px;
    margin-right: 5.64706%;
  }
  #form-area .request-form #visit_list .icon-ng,
  #form-area .request-form #visit_list .icon-ok {
    margin-left: -10px;
  }
  #form-area .request-form #visit_list #reservation_visit_dd {
    width: 94.11765%;
    padding: 0 0 15px 0;
  }
}

@media screen and (max-width: 420px) {
  #flow .web-img {
    height: 0;
    padding-top: 141%;
  }
  #flow .tel-img {
    height: 0;
    padding-top: 128%;
  }
}

@media screen and (min-width: 850px) {
  #form-area .request-form .guide-zip {
    width: 47%;
  }
}

@media screen and (max-width: 770px) {
  .tb-only {
    display: block;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  #content #form-ttl {
    margin-top: 15vw;
  }
  #content #info {
    margin-top: 0;
  }
  #content #present-ttl {
    margin-top: 15vw;
  }
}

@media screen and (min-width: 769px) {
  select {
    background: #fff;
  }
}

@media screen and (min-width: 639px) {
  .sec1__h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sec1__h3 {
    margin-top: 50px;
    text-align: center;
  }
  .sec1__ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .sec1__ttl {
    margin-top: 45px;
  }
  .sec1__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
  }
  .sec1__box > img {
    width: 46.78%;
  }
  .sec1__box dl {
    width: 50.29%;
    margin-top: 0px;
  }
  .sec1__box dl dt {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec1__box dl dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec1__box + p {
    margin-top: 25px;
  }
  .sec1__box + .sec1__box {
    padding-top: 30px;
  }
  .sec1__linebox {
    margin-top: 45px;
    padding: 30px 50px;
  }
  .sec1__linebox img {
    width: auto;
  }
  .sec1__linebox--mt0 {
    margin-top: 0;
  }
  .sec1__ttl2 {
    padding-right: 0;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec1__ttl2__box {
    margin-top: 20px;
    padding-top: 30px;
  }
  .sec1__ttl3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .sec02__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
  }
  .sec02__box > img {
    width: 46.19%;
  }
  .sec02__box dl {
    width: 50.29%;
  }
  .sec02__box dl dt {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec02__box dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec02__box dl dd img {
    width: auto;
    margin: 15px auto;
  }
  .sec02__box--type2 p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec02__box--type2 p {
    width: 50.29%;
    margin-top: 0;
  }
  .sec02__box + p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec02__box + p {
    margin-top: 25px;
  }
  .sec3__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec3__box dl {
    width: 256px;
  }
  .sec3__box dl dt {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec3__box dl dt {
    margin-top: 0;
  }
  .sec3__box dl dt span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec3__box dl dt small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec3__box dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec3__box > img {
    width: calc(100% - 275px);
  }
  .sec3__img {
    margin: 40px 0 !important;
  }
  .js-accordion__close {
    width: 160px;
    height: 36px;
  }
}

@media (max-width: 900px) {
  .p-fair__mv {
    padding: 6vw 0 28.88889vw 0;
    background-image: url("../images/flag_l.png"), url("../images/flag_r.png"), url("../images/backimg1_tb.gif"), url("../images/bgphoto_tb.png");
    background-size: 35.55556vw auto, 35.55556vw auto, 100% auto, 100% auto;
  }
  .p-fair__mv h1 img {
    /* width: 60.33333vw; */
    width: calc(100% - 5.5556vw);
  }
  .p-fair__mv__box {
    width: 42.22222vw;
    margin: 1.22222vw auto 0 auto;
  }
  .p-fair__mv__text {
    font-size: 24px;
    font-size: 1.33333vw;
  }
  .p-fair__mv__text {
    height: 12.61111vw;
    height: 12vw;
    margin-top: 1.16667vw;
  }
  .p-fair__mv__text2 {
    font-size: 36px;
    font-size: 2vw;
  }
  .p-fair__mv__text2 {
    height: auto;
    margin-top: 3.11111vw;
  }
  .p-fair__mv__text2 .u-smalltext {
    font-size: 24px;
    font-size: 1.33333vw;
  }
  .p-fair__btn {
    font-size: 34px;
    font-size: 1.88889vw;
  }
  .p-fair__btn {
    padding: 0.44444vw 0.55556vw 0.44444vw 1.11111vw;
  }
  .p-fair__present {
    max-width: none;
    padding-top: 6.11111vw;
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .p-fair__present h2 {
    font-size: 78px;
    font-size: 4.33333vw;
  }
  .p-fair__present h2 {
    height: 12.22222vw;
    padding: 0 0 2.22222vw 0;
    background-image: url("../images/present_obi_tb.png");
    background-size: contain;
  }
  .p-fair__present h2 small {
    font-size: 37px;
    font-size: 2.05556vw;
  }
  .p-fair__present h2 small {
    margin-bottom: 0.5vw;
  }
  .p-fair__present__in {
    margin-top: -8.88889vw;
    padding: 11.66667vw 4.44444vw 3.33333vw 4.44444vw;
  }
  .p-fair__present__img {
    width: 100%;
    margin-bottom: 3vw;
  }
  .p-fair__present .btn-unit .button {
    font-size: 58px;
    font-size: 3.22222vw;
  }
  .p-fair__present .btn-unit .button {
    height: 10vw;
    padding: 0;
    line-height: 10vw;
  }
  .p-fair__present .note-box-a-item:first-child {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .p-fair__present .note-box-a dt {
    font-size: 30px;
    font-size: 1.66667vw;
  }
  .p-fair__present .note-box-a p,
  .p-fair__present .note-box-a dd {
    font-size: 26px;
    font-size: 1.44444vw;
  }
  .p-fair__ttl {
    font-size: 90px;
    font-size: 5vw;
  }
  .p-fair__ttl {
    margin-bottom: 5vw;
  }
  .p-fair__tenji {
    padding: 5.11111vw 0 8.33333vw 0;
  }
  .p-fair__tenji__item + .p-fair__tenji__item {
    margin-top: 5.16667vw;
  }
  .p-fair__tenji__item:nth-child(1):before {
    top: -10.94444vw;
    right: -12.22222vw;
    width: 35.88889vw;
    height: 39.11111vw;
  }
  .p-fair__tenji__item:nth-child(1):after {
    top: -14vw;
    left: 0vw;
    width: 12vw;
    height: 17vw;
  }
  .p-fair__tenji__item:nth-child(2):before {
    background-image: none;
  }
  .p-fair__tenji__item:nth-child(2):after {
    z-index: 2;
    top: -19vw;
    right: -2vw;
    width: 16vw;
    height: 19vw;
  }
  .p-fair__tenji__item:nth-child(3):before {
    background-image: none;
  }
  .p-fair__tenji__item:nth-child(3):after {
    z-index: 2;
    top: -15vw;
    left: -1.5vw;
    width: 17vw;
    height: 14vw;
  }
  .p-fair__tenji__item .img {
    width: 48.88889vw;
  }
  .p-fair__tenji__item .textbox {
    width: 43vw;
  }
  .p-fair__tenji__item dt {
    font-size: 54px;
    font-size: 3vw;
  }
  .p-fair__tenji__item .text {
    font-size: 30px;
    font-size: 1.66667vw;
  }
  .p-fair__tenji__item .text {
    margin-top: 2.16667vw;
  }
  .p-fair__tenji__item .text small {
    font-size: 26px;
    font-size: 1.44444vw;
  }
  .p-fair__tenji__item .text small {
    margin-top: 1.5vw;
  }
  .p-fair__tenji .p-fair__hr {
    margin: 6.22222vw 0 4.38889vw 0;
  }
  .p-fair__voice li {
    width: 28.88889vw;
  }
  .p-fair__voice li .ttl {
    font-size: 40px;
    font-size: 2.22222vw;
  }
  .p-fair__voice li .ttl {
    margin-top: 1.88889vw;
  }
  .p-fair__voice li .text {
    font-size: 30px;
    font-size: 1.66667vw;
  }
  .p-fair__voice li .text {
    margin-top: 0.83333vw;
  }
  .p-fair__yoyaku {
    margin-bottom: 6.66667vw;
    padding: 7.38889vw 0 9.83333vw 0;
  }
  .p-fair__yoyaku__ttl {
    font-size: 44px;
    font-size: 2.44444vw;
  }
  .p-fair__yoyaku__ttl {
    height: 3.88889vw;
  }
  .p-fair__yoyaku__ttl--type2 {
    margin-top: 4.16667vw;
  }
  .p-fair__yoyaku__box {
    padding: 1.94444vw 0;
  }
  .p-fair__yoyaku__box li {
    padding: 0 1.66667vw;
  }
  .p-fair__yoyaku__box li img {
    width: 6.66667vw;
    margin-right: 1.66667vw;
  }
  .p-fair__yoyaku__box li p {
    font-size: 30px;
    font-size: 1.66667vw;
  }
  .p-fair__yoyaku__box--type2 li img {
    width: 12.77778vw;
  }
  .p-fair__yoyaku__box--type2 li:nth-child(2) div {
    padding-left: 5.27778vw;
  }
  .p-fair__yoyaku__box--type2 li:nth-child(2) img {
    width: 7vw;
    margin-right: 4.44444vw;
  }
  .p-fair__yoyaku__box--type2 li strong {
    font-size: 40px;
    font-size: 2.22222vw;
  }
  .p-fair__yoyaku__box--type2 li small {
    font-size: 24px;
    font-size: 1.33333vw;
  }
  .p-fair__yoyaku__text {
    margin-top: 3.33333vw;
  }
  .p-fair__yoyaku__text dt {
    font-size: 38px;
    font-size: 2.11111vw;
  }
  .p-fair__yoyaku__text dd {
    font-size: 30px;
    font-size: 1.66667vw;
  }
  .p-fair__yoyaku__text dd {
    margin-top: 1.5vw;
  }
  .p-fair__yoyaku__text--please {
    padding: 1.66667vw 2.22222vw;
  }
  .p-fair__popup__text p {
    font-size: 32px;
    font-size: 1.77778vw;
  }
  .p-fair__popup .js-accordion__close {
    font-size: 32px;
    font-size: 1.77778vw;
  }
  .fixed-width,
  .fixed-width-l {
    padding-right: 2.77778vw;
    padding-left: 2.77778vw;
  }
}

@media (max-width: 640px) {
  .p-fair__mv {
    padding: 19.14894vw 0 32.97872vw 0;
    background-image: url("../images/flag_l.png"), url("../images/flag_r.png"), url("../images/backimg1_sp.gif"), url("../images/bgphoto_sp.png");
    background-size: 29.3617vw auto, 29.3617vw auto, 100% auto, 100% auto;
  }
  .p-fair__mv h1 img {
    width: 88.93617vw;
  }
  .p-fair__mv__box {
    width: 94%;
    margin: 2.65957vw auto 0 auto;
  }
  .p-fair__mv__text {
    font-size: 32px;
    font-size: 3.40426vw;
  }
  .p-fair__mv__text {
    height: auto;
    margin-top: 2.97872vw;
    margin-bottom: 1.70213vw;
  }
  .p-fair__mv .now-accepted {
    margin: 6.70213vw auto 0 auto;
  }
  .p-fair__mv__text2 {
    font-size: 36px;
    font-size: 3.82979vw;
  }
  .p-fair__mv__text2 {
    margin-top: 6.70213vw;
  }
  .p-fair__mv__text2 .u-smalltext {
    font-size: 32px;
    font-size: 3.40426vw;
  }
  .p-fair__btn {
    font-size: 36px;
    font-size: 3.82979vw;
  }
  .p-fair__btn {
    padding: 1.59574vw 0.95745vw 1.59574vw 2.12766vw;
  }
  .p-fair__btn span {
    width: 4.78723vw;
    height: 4.78723vw;
  }
  .p-fair__btn span:before {
    width: 2.97872vw;
    height: 0.42553vw;
    margin: 0 -1.70213vw 0 -1.48936vw;
  }
  .p-fair__btn span:after {
    width: 0.42553vw;
    height: 2.97872vw;
  }
  .p-fair__present {
    max-width: none;
    margin-top: 4.68085vw;
    padding-top: 0;
    background-image: none;
  }
  .p-fair__present h2 {
    font-size: 69px;
    font-size: 7.34043vw;
  }
  .p-fair__present h2 {
    height: 21.2766vw;
    padding: 0 0 4.25532vw 0;
    background-image: url("../images/present_obi_sp.png");
  }
  .p-fair__present h2 small {
    font-size: 34px;
    font-size: 3.61702vw;
  }
  .p-fair__present h2 small {
    margin-bottom: 1vw;
  }
  .p-fair__present__in {
    margin-top: -14.89362vw;
    padding: 17.55319vw 5.31915vw 5.31915vw 5.31915vw;
  }
  .p-fair__present__img {
    margin-bottom: 5vw;
  }
  .p-fair__present .btn-unit .button {
    font-size: 54px;
    font-size: 5.74468vw;
  }
  .p-fair__present .btn-unit .button {
    height: 21.2766vw;
    padding: 0 1em 0 0;
    line-height: 21.2766vw;
  }
  .p-remark-txt{
    margin-top: 2vw;
    font-size: 4.5vw;
  }
  .p-fair__present .note-box-a-item:first-child {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .p-fair__present .note-box-a dt {
    font-size: 40px;
    font-size: 4.25532vw;
  }
  .p-fair__present .note-box-a p,
  .p-fair__present .note-box-a dd {
    font-size: 32px;
    font-size: 3.40426vw;
  }
  .p-fair__ttl {
    font-size: 76px;
    font-size: 8.08511vw;
  }
  .p-fair__ttl {
    margin-bottom: 7.44681vw;
  }
  .p-fair__tenji {
    padding: 9.57447vw 0 14.3617vw 0;
    background-image: none;
  }
  .p-fair__tenji__item {
    display: block;
  }
  .p-fair__tenji__item + .p-fair__tenji__item {
    margin-top: 7.44681vw;
  }
  .p-fair__tenji__item:nth-child(1):before {
    -webkit-transform: scale(-1, 1);
    top: -7.02128vw;
    right: auto;
    left: -14.78723vw;
    width: 33.61702vw;
    height: 36.70213vw;
    transform: scale(-1, 1);
  }
  .p-fair__tenji__item:nth-child(1):after {
    z-index: 2;
    top: 49.04255vw;
    right: -3.08511vw;
    left: auto;
    width: 23.08511vw;
    height: 22.34043vw;
    background-image: url("../images/backimg3.gif");
  }
  .p-fair__tenji__item:nth-child(2):after {
    top: 51.59574vw;
    right: auto;
    left: -2.87234vw;
    width: 26.06383vw;
    height: 21.2766vw;
    background-image: url("../images/backimg4.gif");
  }
  .p-fair__tenji__item:nth-child(3):before {
    top: 40.74468vw;
    right: auto;
    left: -24.57447vw;
    width: 34.46809vw;
    height: 33.29787vw;
    background-image: url("../images/bgitem_02_pc.png");
  }
  .p-fair__tenji__item:nth-child(3):after {
    background-image: none;
  }
  .p-fair__tenji__item:nth-child(4):after {
    z-index: 2;
    top: 49.04255vw;
    right: -3.08511vw;
    left: auto;
    width: 22.2vw;
    height: 23.8vw;
    background-image: url("../images/backimg6_sp.gif");
  }
  .p-fair__tenji__item .img {
    width: 100%;
  }
  .p-fair__tenji__item .textbox {
    width: 100%;
  }
  .p-fair__tenji__item dt {
    font-size: 55px;
    font-size: 5.85106vw;
  }
  .p-fair__tenji__item dt {
    margin-top: 4.68085vw;
  }
  .p-fair__tenji__item .text {
    font-size: 38px;
    font-size: 4.04255vw;
  }
  .p-fair__tenji__item .text {
    margin-top: 3.82979vw;
  }
  .p-fair__tenji__item .text small {
    font-size: 32px;
    font-size: 3.40426vw;
  }
  .p-fair__tenji__item .text small {
    margin-top: 3vw;
  }
  .p-fair__tenji .p-fair__hr {
    margin: 5.53191vw 0 6.59574vw 0;
  }
  .p-fair__voice {
    display: block;
  }
  .p-fair__voice li {
    width: 100%;
  }
  .p-fair__voice li + li {
    margin-top: 3.7234vw;
  }
  .p-fair__voice li .ttl {
    font-size: 56px;
    font-size: 5.95745vw;
  }
  .p-fair__voice li .ttl {
    margin-top: 3.51064vw;
  }
  .p-fair__voice li .text {
    font-size: 38px;
    font-size: 4.04255vw;
  }
  .p-fair__voice li .text {
    margin-top: 1.59574vw;
  }
  .p-fair__yoyaku {
    margin-bottom: 9.57447vw;
    padding: 9.57447vw 0 14.3617vw 0;
  }
  .p-fair__yoyaku__ttl {
    font-size: 56px;
    font-size: 5.95745vw;
  }
  .p-fair__yoyaku__ttl {
    height: 10.6383vw;
  }
  .p-fair__yoyaku__ttl--type2 {
    margin-top: 6.91489vw;
  }
  .p-fair__yoyaku__box {
    display: block;
    padding: 0 5.31915vw;
  }
  .p-fair__yoyaku__box li {
    width: 100%;
    padding: 4.78723vw 0;
  }
  .p-fair__yoyaku__box li + li {
    border-top: dotted 2px #a9a9a9;
    border-left: none;
  }
  .p-fair__yoyaku__box li img {
    width: 19.14894vw;
    margin-right: 5.31915vw;
  }
  .p-fair__yoyaku__box li p {
    font-size: 38px;
    font-size: 4.04255vw;
  }
  .p-fair__yoyaku__box--type2 li img {
    width: 24.46809vw;
  }
  .p-fair__yoyaku__box--type2 li:nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-fair__yoyaku__box--type2 li:nth-child(2) div {
    padding-left: 7.44681vw;
  }
  .p-fair__yoyaku__box--type2 li:nth-child(2) img {
    width: 13.19149vw;
    margin-right: 7.87234vw;
  }
  .p-fair__yoyaku__box--type2 li .sp {
    display: block;
  }
  .p-fair__yoyaku__box--type2 li strong {
    font-size: 50px;
    font-size: 5.31915vw;
  }
  .p-fair__yoyaku__box--type2 li small {
    font-size: 32px;
    font-size: 3.40426vw;
  }
  .p-fair__yoyaku__box--type2 li small {
    display: none;
    width: 100%;
  }
  .p-fair__yoyaku__text {
    margin-top: 6.38298vw;
  }
  .p-fair__yoyaku__text dt {
    font-size: 50px;
    font-size: 5.31915vw;
  }
  .p-fair__yoyaku__text dd {
    font-size: 34px;
    font-size: 3.61702vw;
  }
  .p-fair__yoyaku__text dd {
    margin-top: 2.65957vw;
  }
  .p-fair__yoyaku__text--please {
    padding: 2.87234vw 5.31915vw;
  }
  .p-fair__popup__in {
    width: 89.36%;
    max-height: 90vh;
    padding: 6vw 3vw;
    overflow: auto;
  }
  .p-fair__popup .p-fair__yoyaku__ttl {
    height: auto;
    padding: 3vw;
  }
  .p-fair__popup__text p {
    font-size: 34px;
    font-size: 3.61702vw;
  }
  .p-fair__popup .js-accordion__close {
    font-size: 46px;
    font-size: 4.89362vw;
  }
  .p-fair__new {
    padding: 10.6383vw 0 19.14894vw 0;
  }
  .p-fair__new__ttlimg {
    width: 100%;
    margin-bottom: 6.38298vw;
  }
  .p-fair__new__box {
    display: block;
  }
  .p-fair__new__box > div {
    width: 100%;
  }
  .p-fair__new__box > div p {
    height: auto;
    margin: 3.19149vw 0;
    font-size: 4.46809vw;
  }
  .p-fair__new__box > div h3 img {
    width: auto;
    height: 23.40426vw;
  }
  .p-fair__new__box > div img {
    width: 100%;
  }
  .p-fair__new__box > div + div {
    margin: 8.51064vw 0 0 0;
    padding: 8.51064vw 0 0 0;
    border-top: dotted 2px #B4B4B4;
    border-left: none;
  }
  .p-fair__new__text {
    margin-top: 7.44681vw;
    font-size: 3.40426vw;
  }
  .p-fair__logo {
    top: 3.19149vw;
    right: 4.25532vw;
    width: 13.82979vw;
  }
}
