/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.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;
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.contact-wrapper {
  position: fixed;
  top: 50px;
  right: 50px;
  display: flex;
  z-index: 1;
  justify-content: space-between;
  z-index: 1000;
}

header .contact {
  position: unset;
}

.contact2 {
  font-size: 12px;
  letter-spacing: 0.5em;
  margin-right: 8px;
}

.contact2 a {
  display: block;
  padding: 10px 30px 10px 30px;
  border: #000 solid 1px;
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
}

.contact2 a:hover {
  background-color: #000;
  color: #fff;
}
#section08 {
  margin-top: 0;
}

#section08 #on-location {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 30px;
}

#section08 #on-location h3 {
  font-family: "しまなみ", Shimanami, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo,
    serif;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 30px;
}

#section08 #on-location p {
  font-size: 14px;
  padding-bottom: 40px;
}

#section08 #on-location .btn {
  text-align: center;
  margin: 0 auto 0 auto;
  width: 400px;
}

#section08 #on-location .btn a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 10px 0 10px 0;
  width: 400px;
}

/**/
#section09 {
  width: 100%;
  margin-top: 100px;
}

#section09 .bg {
  background-color: #eef3f5;
  margin-top: -119px;
  padding-top: 200px;
  padding-bottom: 100px;
}

#section09 .text {
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  margin-bottom: 30px;
}

#section09 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 18px 10px 20px 10px;
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
  font-size: 30px;
  font-weight: normal;
  margin: 0 auto 0 auto;
  z-index: 100;
  position: relative;
  font-family: "しまなみ", Shimanami, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo,
    serif;
}

#section09 .comingsoon {
  position: relative;
}

#section09 .blog-wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 0 auto;
}

#section09 .blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section09 .blog-list li {
  width: 48%;
  margin-bottom: 30px;
}

#section09 .blog-list .comingsoon {
  position: relative;
  height: auto;
}

#section09 .blog-list .comingsoon::before {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}

#section09 .blog-list .comingsoon::after {
  content: "Coming soon";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  text-align: center;
  color: #fff;
}

#section09 .blog-list a {
  text-decoration: none;
}

#section09 .blog-list a:hover {
  opacity: 0;
  transition: 0.5s;
  text-decoration: underline;
}

#section09 .blog-list img {
  transition: all ease 0.5s;
}

#section09 .blog-list a:hover img {
  opacity: 0.6;
}

#section09 .blog-list li .blog-title {
  font-family: "しまなみ", Shimanami, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo,
    serif;
  font-size: 18px;
  margin: 20px 0 10px;
}

#section09 .blog-list li .blog-text {
  font-size: 14px;
}

#section09 .blog-img img {
  width: 100%;
  height: auto;
}

.pagetop {
  margin-bottom: 60px;
}
.sp-contact {
  display: none;
}
@media screen and (max-width: 640px) {
  .contact-wrapper {
    display: block;
    position: unset;
  }

  header .contact {
    display: none;
  }
  header .contact2 {
    display: none;
  }
  #section09 .text {
    width: 70%;
    margin: 0 auto 30px;
  }

  #section09 .blog-list li {
    width: 90%;
    margin: 0 auto 30px;
  }

  #section08 #on-location {
    width: 90%;
    margin: 0 auto 0 auto;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 100px;
  }

  #section08 #on-location .btn {
    width: 80%;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 13px;
  }

  #section08 #on-location .btn a {
    display: block;
    color: #000;
    text-decoration: none;
    width: 100%;
    border: 0.5px solid #000;
    padding: 10px 0 10px 0;
  }

  header .sp-contact {
    width: 50%;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    font-size: 10px;
  }
  header .sp-contact a {
    display: block;
    text-decoration: none;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
  }
  header .sp-contact a:hover {
    background: #000;
    color: #fff;
  }
  .reserve-txt {
    width: 50%;
    text-align: center;
    margin-left: 10px;
  }
  .campain-btn {
    width: 50%;
  }
  .campain-btn img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .reserve-wrapper {
    display: flex;
    align-items: center;
    border: #000 solid 1px;
  }
}

/* 2020/11追加分 */
.contact-wrapper {
  position: fixed;
  top: 50px;
  right: 50px;
  display: flex;
  z-index: 1;
  justify-content: space-between;
  z-index: 1000;
}

header .contact {
  position: unset;
}

.contact2 {
  font-size: 12px;
  letter-spacing: 0.5em;
  margin-right: 8px;
}

.contact2 a {
  display: block;
  padding: 10px 30px 10px 30px;
  border: #000 solid 1px;
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
}

.contact2 a:hover {
  background-color: #000;
  color: #fff;
}
#section08 {
  margin-top: 0;
}

#section08 #on-location {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 30px;
}

#section08 #on-location h3 {
  font-family: "しまなみ", Shimanami, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo,
    serif;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 30px;
}

#section08 #on-location p {
  font-size: 14px;
  padding-bottom: 40px;
}

#section08 #on-location .btn {
  text-align: center;
  margin: 0 auto 0 auto;
  width: 400px;
}

#section08 #on-location .btn a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 10px 0 10px 0;
  width: 400px;
}

/**/
#section09 {
  width: 100%;
  margin-top: 100px;
}

#section09 .bg {
  background-color: #eef3f5;
  margin-top: -119px;
  padding-top: 200px;
  padding-bottom: 100px;
}

#section09 .text {
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  margin-bottom: 30px;
}

#section09 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 18px 10px 20px 10px;
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
  font-size: 30px;
  font-weight: normal;
  margin: 0 auto 0 auto;
  z-index: 100;
  position: relative;
  font-family: "しまなみ", Shimanami, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo,
    serif;
}

#section09 .comingsoon {
  position: relative;
}

#section09 .blog-wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 0 auto;
}

#section09 .blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section09 .blog-list li {
  width: 48%;
  margin-bottom: 30px;
}

#section09 .blog-list .comingsoon {
  position: relative;
  height: auto;
}

#section09 .blog-list .comingsoon::before {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}

#section09 .blog-list .comingsoon::after {
  content: "Coming soon";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  text-align: center;
  color: #fff;
}

#section09 .blog-list a {
  text-decoration: none;
}

#section09 .blog-list a:hover {
  opacity: 0;
  transition: 0.5s;
  text-decoration: underline;
}

#section09 .blog-list img {
  transition: all ease 0.5s;
}

#section09 .blog-list a:hover img {
  opacity: 0.6;
}

#section09 .blog-list li .blog-title {
  font-family: "しまなみ", Shimanami, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo,
    serif;
  font-size: 18px;
  margin: 20px 0 10px;
}

#section09 .blog-list li .blog-text {
  font-size: 14px;
}

#section09 .blog-img img {
  width: 100%;
  height: auto;
}

.pagetop {
  margin-bottom: 60px;
}
.sp-contact {
  display: none;
}
@media screen and (max-width: 640px) {
  .contact-wrapper {
    display: block;
    position: unset;
  }

  header .contact {
    display: none;
  }
  header .contact2 {
    display: none;
  }
  #section09 .text {
    width: 70%;
    margin: 0 auto 30px;
  }

  #section09 .blog-list li {
    width: 90%;
    margin: 0 auto 30px;
  }

  #section08 #on-location {
    width: 90%;
    margin: 0 auto 0 auto;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 100px;
  }

  #section08 #on-location .btn {
    width: 80%;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 13px;
  }

  #section08 #on-location .btn a {
    display: block;
    color: #000;
    text-decoration: none;
    width: 100%;
    border: 0.5px solid #000;
    padding: 10px 0 10px 0;
  }

  header .sp-contact {
    width: 50%;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    font-size: 10px;
  }
  header .sp-contact a {
    display: block;
    text-decoration: none;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
  }
  header .sp-contact a:hover {
    background: #000;
    color: #fff;
  }
  .reserve-txt {
    width: 50%;
    text-align: center;
    margin-left: 10px;
  }
  .campain-btn {
    width: 50%;
  }
  .campain-btn img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .reserve-wrapper {
    display: flex;
    align-items: center;
    border: #000 solid 1px;
  }
}
