@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:700i|Noto+Sans+JP:400,700,900&display=swap&subset=japanese");
html {
  overflow: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  body {
    min-width: calc(1200px + 30px);
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.header {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 77px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 35px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 64px;
    padding-right: 15px;
  }
}

.header__logo img {
  width: 422px;
}

@media screen and (max-width: 768px) {
  .header__logo img {
    width: 300px;
  }
}

ul.header__nav {
  display: -webkit-box;
  display: flex;
}

ul.header__nav li:nth-child(1) img {
  width: 71px;
}

@media screen and (max-width: 768px) {
  ul.header__nav li:nth-child(1) img {
    width: 65px;
  }
}

ul.header__nav li:nth-child(2) img {
  width: 59px;
}

@media screen and (max-width: 768px) {
  ul.header__nav li:nth-child(2) img {
    width: 53px;
  }
}

ul.header__nav li:nth-child(3) img {
  width: 46px;
}

@media screen and (max-width: 768px) {
  ul.header__nav li:nth-child(3) img {
    width: 42px;
  }
}

ul.header__nav li:nth-child(4) img {
  width: 47px;
}

@media screen and (max-width: 768px) {
  ul.header__nav li:nth-child(4) img {
    width: 43px;
  }
}

ul.header__nav li + li {
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  ul.header__nav li + li {
    margin-left: 15px;
  }
}

.mv {
  position: relative;
}

.mv > img {
  width: 100%;
}

.mv__price {
  padding-bottom: 5px;
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  .mv__price {
    background-color:
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mv__price {
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.mv__price img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .mv__price img {
    width: 1200px;
  }
}

.tool {
  background-color: #ffffff;
  padding-top: 105px;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 769px) {
  .tool {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .tool {
    padding-top: 30px;
  }
}

.tool__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .tool__container {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .tool__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tool__btn {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #f03e3e;
  background-image: url(../img/tool/triangle.svg);
  background-position: right 33px center;
  background-repeat: no-repeat;
  background-size: 18px 32px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 34px;
  font-weight: 700;
  height: 150px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 680px;
}

@media screen and (min-width: 769px) {
  .tool__btn {
    -webkit-transform: translateX(-50%);
    border: 6px solid #fff;
    left: 50%;
    position: absolute;
    top: -95px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .tool__btn {
    background-position: right 20px center;
    background-size: 12px 23px;
    font-size: 24px;
    height: 85px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .tool__btn:hover {
    background-color: #bd7401;
  }
}

.tool__bar {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .tool__bar {
    border-radius: 40px;
    height: 80px;
    width: 529px;
  }
}

@media screen and (max-width: 768px) {
  .tool__bar {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: center;
  }
}

.tool__bar::before {
  background-color: #f03e3e;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0px;
}

@media screen and (min-width: 769px) {
  .tool__bar::before {
    border-radius: 40px 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .tool__bar::before {
    height: 40px;
  }
}

@media screen and (min-width: 769px) {
  .tool__bar::after {
    border-bottom: 40px solid transparent;
    border-left: 20px solid #000000;
    border-right: 20px solid transparent;
    border-top: 40px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
  }
}

.tool__special {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .tool__special {
    -webkit-transform: translateY(-50%);
    left: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .tool__special {
    font-size: 18px;
    margin-bottom: 11px;
    margin-top: 11px;
    position: relative;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .tool__special:hover {
    text-decoration: underline;
  }
}

.tool__brandSite {
  color: #fff;
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .tool__brandSite {
    -webkit-transform: translateY(-50%);
    left: 540px;
    margin-top: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .tool__brandSite {
    font-size: 20px;
    margin-top: 7px;
  }
}

@media screen and (min-width: 769px) {
  .tool__brandSite:hover {
    text-decoration: underline;
  }
}

ul.tool__sns {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

@media screen and (min-width: 769px) {
  ul.tool__sns {
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  ul.tool__sns {
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
}

ul.tool__sns li + li {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  ul.tool__sns li + li {
    margin-left: 30px;
  }
}

.intro {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-top: 30px;
  }
}

.intro__container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .intro__container {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .intro__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 769px) {
  .intro__header {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.intro__heading {
  color: #000000;
  font-size: 63px;
  font-weight: 900;
  line-height: 0.13;
}

@media screen and (min-width: 769px) {
  .intro__heading {
    flex-basis: 600px;
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .intro__heading {
    font-size: 45px;
    line-height: 1.111;
    text-align: center;
  }
}

.intro__lead {
  font-size: 30px;
  font-weight: 700;
  margin-top: -15px;
}

@media screen and (min-width: 769px) {
  .intro__lead {
    flex-basis: 538px;
    letter-spacing: .1em;
    max-width: 538px;
  }
}

@media screen and (max-width: 768px) {
  .intro__lead {
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 360px;
    text-align: center;
  }
}

.intro__lead span {
  border-bottom: 2px dashed #000;
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}

.intro__panel {
  background-color: #f4e9d7;
  border: 4px solid #bd7401;
  margin-top: 75px;
  padding: 25px 0 25px 275px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .intro__panel {
    padding: 35px 20px 20px 20px;
  }
}

.intro__ill {
  left: 13px;
  position: absolute;
  top: 0px;
}

@media screen and (max-width: 768px) {
  .intro__ill {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
  }
}

.intro__ill img {
  width: 228px;
}

@media screen and (max-width: 768px) {
  .intro__ill img {
    width: 86px;
  }
}

.intro__txt {
  font-size: 18px;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .intro__txt {
    font-size: 16px;
    line-height: 1.75;
  }
}

.feature {
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .feature {
    background-color: #ffffff;
    padding-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .feature::before {
    background-color: #bd7401;
    content: '';
    height: 636px;
    left: 0;
    position: absolute;
    top: 92px;
    width: 100%;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .feature::before {
    background-color: #fff;
    content: '';
    height: 125px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .feature::after {
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 106px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.feature__container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .feature__container {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .feature__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.feature__header {
  position: relative;
}

@media screen and (min-width: 769px) {
  .feature__ill {
    position: absolute;
    right: 0;
    top: -22px;
  }
}

.feature__ill img {
  width: 138px;
}

@media screen and (max-width: 768px) {
  .feature__ill img {
    margin-left: auto;
    margin-right: auto;
    width: 65px;
  }
}

.feature__headingEn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 120px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature__headingEn {
    font-size: 74px;
    margin-top: 10px;
  }
}

.feature__heading {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature__heading {
    font-size: 16px;
    padding-left: 23px;
    padding-right: 23px;
  }
}

.feature__heading::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #000;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 408px;
}

@media screen and (max-width: 768px) {
  .feature__heading::before {
    width: 100%;
  }
}

.feature__heading::after {
  -webkit-transform: translate(-50%, -50%);
  background-color: #bd7401;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
}

.feature__heading span {
  position: relative;
  z-index: 1;
}

.feature__lead {
  font-size: 36px;
  font-weight: 700;
  margin-top: 55px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature__lead {
    font-size: 22px;
    line-height: 1.59;
    margin-top: 25px;
  }
}

ul.feature__list {
  margin-top: 45px;
}

@media screen and (min-width: 769px) {
  ul.feature__list {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  ul.feature__list {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 769px) {
  ul.feature__list li {
    flex-basis: 200px;
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  ul.feature__list li {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  ul.feature__list li:nth-child(2) {
    margin-left: 92px;
    margin-right: 92px;
  }
}

@media screen and (max-width: 768px) {
  ul.feature__list li + li {
    margin-top: 15px;
  }
}

ul.feature__list li div {
  background-color: #fff;
  border-radius: 50%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

@media screen and (max-width: 768px) {
  ul.feature__list li div {
    flex-basis: 96px;
    height: 96px;
    max-width: 96px;
  }
}

ul.feature__list li div img {
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

ul.feature__list li p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.388;
}

@media screen and (min-width: 769px) {
  ul.feature__list li p {
    margin-top: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  ul.feature__list li p {
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
}

.feature__img {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .feature__img {
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}

.feature__img img {
  border: 10px solid #fff;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .feature__img img {
    border-width: 4px;
  }
}

.reservation_wrap {
  padding-bottom: 60px;
  padding-top: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .reservation_wrap {
    padding-bottom: 40px;
    padding-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .reservation_wrap::before {
    background-color: #bd7401;
    bottom: 0;
    content: '';
    height: 248px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}

.reservation__container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .reservation__container {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .reservation__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.reservation__primaryBtn {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #fff;
  background-image: url(../img/reservation/calendar.png);
  background-position: left 22px center;
  background-repeat: no-repeat;
  border: 6px solid #000;
  color: #000;
  display: -webkit-box;
  display: flex;
  font-size: 34px;
  font-weight: 700;
  height: 150px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 680px;
}

@media screen and (max-width: 768px) {
  .reservation__primaryBtn {
    background-size: 33px auto;
    font-size: 24px;
    height: 85px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .reservation__primaryBtn:hover {
    background-color: #bd7401;
  }
}

.reservation__secondaryBtn {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #000;
  background-image: url(../img/reservation/triangle.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 6px 13px;
  color: #FFF;
  display: -webkit-box;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 82px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-decoration: none;
  width: 680px;
}

@media screen and (max-width: 768px) {
  .reservation__secondaryBtn {
    font-size: 16px;
    height: 50px;
    margin-top: 15px;
    width: 100%;
  }
}

.customerCenter {
  background-color: #f9f9f9;
  padding-bottom: 55px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .customerCenter {
    padding-bottom: 40px;
    padding-top: 25px;
  }
}

.customerCenter__container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .customerCenter__container {
    width: 1200px;
  }
}

.customerCenter__contactInfo dt {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .customerCenter__contactInfo dt {
    font-size: 16px;
  }
}

.customerCenter__contactInfo dt img {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .customerCenter__contactInfo dt img {
    margin-bottom: 20px;
    width: 77px;
  }
}

.customerCenter__contactInfo dd {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .customerCenter__contactInfo dd {
    font-size: 38px;
    margin-top: 25px;
  }
}

.customerCenter__contactInfo dd img {
  margin-bottom: 5px;
  margin-right: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .customerCenter__contactInfo dd img {
    margin-bottom: 7px;
    margin-right: 10px;
    width: 34px;
  }
}

.groupSite {
  padding-bottom: 105px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .groupSite {
    padding-bottom: 30px;
    padding-top: 35px;
  }
}

.groupSite__container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .groupSite__container {
    width: 1200px;
  }
}

@media screen and (min-width: 769px) {
  .groupSite__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

.groupSite__heading {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .groupSite__heading {
    flex-basis: 290px;
    line-height: 1.312;
    max-width: 290px;
  }
}

@media screen and (max-width: 768px) {
  .groupSite__heading {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  ul.groupSite__list {
    flex-basis: 220px;
    max-width: 290px;
  }
}

@media screen and (max-width: 768px) {
  ul.groupSite__list {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  ul.groupSite__list + .groupSite__list {
    margin-top: 10px;
  }
}

ul.groupSite__list li {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  ul.groupSite__list li {
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
  }
}

ul.groupSite__list li + li {
  margin-top: 10px;
}

ul.groupSite__list li a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  ul.groupSite__list li a:hover {
    text-decoration: underline;
  }
}

.footer {
  border-top: 1px solid #e9ecef;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.footer__copyright {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer__copyright {
    line-height: 40px;
  }
}

.footer__copyright small {
  font-size: 10px;
}

.ProductTable {
    border: solid 0px #000000;
    border-collapse: separate;
    border-spacing: 7px 14px;
}

.ProductTable td {
    border: solid 0px #000000;
    border: solid 0px #007275;
}
