@charset "UTF-8";
/*---- common ---*/
#Content {
  background: #fff !important;
  padding: 0 !important;
}

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

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

p#IsLogo {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/islogo.png) no-repeat 0 0;
  width: 170px;
  height: 150px;
  text-indent: -9999px;
}

#Service {
  background-color: #f5f5f5;
  padding: 55px 0 80px;
}

#Service h2 {
  font-size: 38px;
  line-height: calc(50 / 36);
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #383838;
  margin-bottom: 45px;
  text-align: center;
}

#Service h2 span.en {
  font-size: 15px;
  font-weight: 300;
  color: #6579cf;
  margin-top: 12px;
}

#Service .serviceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#Service .serviceBox dl {
  width: 280px;
  background-color: #fff;
  padding-top: 200px;
  background-repeat: no-repeat;
}

#Service .serviceBox dl.hp {
  background-image: url(../images/bg-service01.png);
  background-position: 21px 36px;
}

#Service .serviceBox dl.mile {
  background-image: url(../images/bg-service02.png);
  background-position: 36px 27px;
}

#Service .serviceBox dl.hotenavi {
  background-image: url(../images/bg-service03.png);
  background-position: 41px 47px;
}

#Service .serviceBox dl.reserve {
  background-image: url(../images/bg-service04.png);
  background-position: center 26px;
}

#Service .serviceBox dl dt {
  border-top: 1px solid #f5f5f5;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding: 20px 20px 0;
  margin-bottom: 9px;
}

#Service .serviceBox dl dd {
  font-size: 15px;
  color: #68787f;
  padding: 0 20px 15px;
}

#Service .serviceBox dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  font-size: 13px;
  color: #ea68a2;
  border: 1px solid #ea68a2;
  font-weight: 700;
  margin-top: 18px;
}

#Service .serviceBox dl dd a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #ea68a2;
  margin-right: 14px;
}

#Contact {
  background: url(../images/bg-contact-hp.jpg) no-repeat center 0;
  background-size: cover;
  color: #fff;
  padding: 24px 0 28px;
  margin-bottom: 55px;
}

#Contact .inner h2 {
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #fff !important;
  margin-bottom: 8px !important;
}

#Contact .inner p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 8px;
  color: #fff !important;
}

#Contact .inner div {
  background: url(../images/brd-contact.png) repeat-x center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 35px;
}

#Contact .inner div dl {
  padding-left: 54px;
  background: url(../images/icon-tel.png) no-repeat 0 center;
  line-height: 1.2;
  width: 470px;
  margin-right: 40px;
}

#Contact .inner div dl dt {
  font-size: 18px;
  font-weight: 700;
}

#Contact .inner div dl dd {
  font-size: 31px;
  font-weight: 700;
}

#Contact .inner div dl dd a{
  color: inherit;
}

#Contact .inner div dl dd span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

#Contact .inner div .btn {
  display: block;
  width: 340px;
  height: 70px;
  background-color: #5b6dbb;
  border-radius: 6px;
}

#Contact .inner div .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 63px;
  background-color: #7087e8;
  border-radius: 6px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

#Contact .inner div .btn span::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 26px;
  background: url(../images/icon-mail-hp.png) no-repeat 0 0;
  margin-right: 15px;
}

@media all and (max-width: 800px) {
  .inner {
    width: 100%;
    padding: 15px;
  }
  p#IsLogo {
    background-image: url(../../common/images/logo-sp.png);
    width: 190px;
    height: 109px;
    background-size: contain;
  }
  #Service .serviceBox dl {
    width: 32%;
    padding-top: 200px;
  }
  #Service .serviceBox dl.hp {
    background-position: 12px 36px;
  }
  #Service .serviceBox dl.mile {
    background-position: 12px 27px;
  }
  #Service .serviceBox dl.hotenavi {
    background-position: center 47px;
  }
  #Contact {
    margin-bottom: 1px;
  }
  #Contact .inner div dl {
    width: 340px;
    margin-right: 20px;
  }
  #Contact .inner div dl dt {
    margin-bottom: 6px;
  }
  #Contact .inner div dl dd {
    line-height: .8;
  }
  #Contact .inner div dl dd a {
    color: #fff;
  }
}

@media all and (max-width: 480px) {
  .inner {
    padding: 0 4vw;
  }
  p#IsLogo {
    width: calc(300 / 750 * 100vw);
    height: calc(172 / 750 * 100vw);
  }
  #Service {
    background-color: #f5f5f5;
    padding: 13.33333vw 0;
  }
  #Service h2 {
    font-size: 8.53333vw !important;
    margin-bottom: 12vw;
    margin-bottom: 6vw !important;
  }
  #Service h2 span.en {
    font-size: 4vw !important;
    margin-top: 3.2vw;
  }
  #Service .serviceBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #Service .serviceBox dl {
    width: 100%;
    padding-top: auto;
    margin-bottom: 8vw;
  }
  #Service .serviceBox dl.hp {
    background-position: 10vw 11.2vw;
  }
  #Service .serviceBox dl.mile {
    background-position: 14vw 8.26667vw;
  }
  #Service .serviceBox dl.hotenavi {
    background-position: center 12.53333vw;
  }
  #Service .serviceBox dl.reserve {
    background-position: center 8.53333vw;
  }
  #Service .serviceBox dl dt {
    border-top: 0.26667vw solid #f5f5f5;
    font-size: 4.26667vw;
    padding: 5.33333vw 5.33333vw 0;
    margin-bottom: 2.4vw;
  }
  #Service .serviceBox dl dd {
    font-size: 4vw;
    padding: 0 5.33333vw 5.33333vw;
  }
  #Service .serviceBox dl dd a {
    height: 8vw;
    font-size: 3.46667vw;
    border: 0.26667vw solid #ea68a2;
    margin-top: 4.8vw;
  }
  #Service .serviceBox dl dd a::before {
    content: "";
    border-width: 1.06667vw 0 1.06667vw 1.06667vw;
    margin-right: 3.73333vw;
  }
  #Contact {
    background-position: -125vw 0;
    padding: 8vw 0;
  }
  #Contact .inner h2 {
    font-size: 5.5vw !important;
    margin-bottom: 4vw !important;
  }
  #Contact .inner p {
    font-size: 4.2vw !important;
    margin-bottom: 4vw;
    margin-bottom: 1em;
    line-height: calc(28 / 15);
  }
  #Contact .inner div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4vw;
  }
  #Contact .inner div dl {
    padding-left: 17.33333vw;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  #Contact .inner div dl dt {
    font-size: 5.6vw;
  }
  #Contact .inner div dl dd {
    font-size: 9.6vw;
  }
  #Contact .inner div dl dd span {
    font-size: 4.26667vw;
  }
  #Contact .inner div .btn {
    width: 100%;
    height: 18.66667vw;
    border-radius: 1.6vw;
  }
  #Contact .inner div .btn span {
    height: 16.8vw;
    border-radius: 1.6vw;
    font-size: 6.4vw;
  }
  #Contact .inner div .btn span::before {
    width: 9.06667vw;
    height: 6.93333vw;
    background-size: contain;
    margin-right: 4vw;
  }
}

/*--- Hp ---*/
#PageIsHappyHotel #Content #MainVisual {
  background: url(../images/bg-main-hp.jpg) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 400px;
}

#PageIsHappyHotel #Content #MainVisual #MainVisualContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0 0 0;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#PageIsHappyHotel #Content #MainVisual #MainVisualContent img {
  margin-bottom: 12px;
}

#PageIsHappyHotel #Content #MainVisual #MainVisualContent h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: calc(36 / 24);
  margin: 0 0 18px;
  text-align: center;
}

#PageIsHappyHotel #Content #MainVisual #MainVisualContent h1 span {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: .2em;
}

#PageIsHappyHotel #Content #MainVisual #MainVisualContent .btn {
  display: inline-block;
  position: static;
  text-indent: 0;
  width: 280px;
  height: 55px;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#2869a8), to(#37b39d));
  background: -webkit-linear-gradient(left, #2869a8, #37b39d);
  background: -o-linear-gradient(left, #2869a8, #37b39d);
  background: -ms-linear-gradient(left, #2869a8, #37b39d);
  background: linear-gradient(left, #2869a8, #37b39d);
  color: #fff;
  border-radius: 6px;
}

#PageIsHappyHotel #Content #MainVisual #MainVisualContent .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#3183d0), to(#43e2c6));
  background: -webkit-linear-gradient(left, #3183d0, #43e2c6);
  background: -o-linear-gradient(left, #3183d0, #43e2c6);
  background: -ms-linear-gradient(left, #3183d0, #43e2c6);
  background: linear-gradient(left, #3183d0, #43e2c6);
  border-radius: 6px;
}

#PageIsHappyHotel #Content #MainVisual #MainVisualContent .btn span::before {
  content: "";
  display: inline-block;
  width: 28px;
  background: url(../images/icon-mail.png) no-repeat center 0;
  background-size: cover;
  margin-right: 12px;
  height: 22px;
}

#PageIsHappyHotel #Content section .inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 45px;
  text-align: center;
}

#PageIsHappyHotel #Content section .inner h2 span.en {
  font-size: 15px;
  font-weight: 300;
  color: #5eb0e5;
  margin-top: 8px;
}

#PageIsHappyHotel #Content section .inner p {
  font-size: 15px;
  color: #4d5a62;
  margin-bottom: 1em;
  line-height: calc(28 / 15);
}

#PageIsHappyHotel #Content section#ContentTop {
  padding: 48px 0 52px;
}

#PageIsHappyHotel #Content section#ContentTop .lead {
  font-size: 26px;
  color: #313c4e;
  text-align: center;
  line-height: calc(48 / 26);
  margin-bottom: 92px;
}

#PageIsHappyHotel #Content section#ContentTop .lead span {
  color: #0096da;
  font-weight: 800;
}

#PageIsHappyHotel #Content section#ContentTop .inner {
  background: url(../images/bg-about-hp.png) no-repeat 0 0;
  padding: 0 0 0 482px;
}

#PageIsHappyHotel #Content section#ContentTop .inner h2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#PageIsHappyHotel #Content section#ContentTop .inner p a {
  color: #0096da;
  border-bottom: 1px solid #0096da;
  text-decoration: none;
}

#PageIsHappyHotel #Content section#Merit {
  padding: 50px 0 60px;
  background: url(../images/bg-merit.jpg) no-repeat center 0;
  background-size: cover;
}

#PageIsHappyHotel #Content section#Merit .inner h2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
  margin-bottom: 35px;
}

#PageIsHappyHotel #Content section#Merit .inner p {
  color: #fff;
  margin-bottom: 25px;
}

#PageIsHappyHotel #Content section#Merit .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#PageIsHappyHotel #Content section#Merit .inner ul li {
  width: 200px;
  height: 200px;
  background: url(../images/bg-merit-border.png) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 66px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  position: relative;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
}

#PageIsHappyHotel #Content section#Merit .inner ul li::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/img-merit-light.png) no-repeat center center;
  background-size: cover;
  position: absolute;
}

#PageIsHappyHotel #Content section#Merit .inner ul li > span {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 12px;
}

#PageIsHappyHotel #Content section#Merit .inner ul li > span span {
  font-size: 20px;
  font-weight: 600;
}
#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5),
#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6),
#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7) {
  font-size: 18px;
  width: 180px;
  height: 180px;
  margin-right: 87px;
  background-image: url(../images/bg-merit-border2.png);
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6){
  margin-left: 87px;
  margin-right: 0;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5) > span,
#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6) > span,
#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7) > span {
  font-size: 27px;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:first-child::before {
  top: 15px;
  left: 150px;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(2)::before {
  top: 161px;
  left: 27px;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(3)::before {
  top: 38px;
  left: 0;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(4) {
  margin-right: 0;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(4)::before {
  top: 158px;
  left: 145px;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5)::before {
  width: 18px;
  height: 18px;
  top: 33px;
  left: -11px;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5) > span {
  font-size: 34px;
  padding-bottom: 0;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5) > span span {
  font-size: 18px;
  font-weight: 400;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6)::before {
  width: 18px;
  height: 18px;
  top: 161px;
  left: -7px;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7) {
  margin-right: 0;
}

#PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7)::before {
  width: 18px;
  height: 18px;
  top: 105px;
  left: 182px;
}

#PageIsHappyHotel #Content section#Merit .inner ul + p {
  text-align: right;
  margin-bottom: 0;
}

#PageIsHappyHotel #Content section#ServiceInfo {
  padding: 50px 0 80px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox {
  width: 100%;
  padding-top: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 50px rgba(0, 0, 0, 0.2);
  margin-bottom: 55px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Standard {
  background: -webkit-gradient(linear, left top, right top, from(#b24592), to(#f15f79));
  background: -webkit-linear-gradient(left, #b24592, #f15f79);
  background: -o-linear-gradient(left, #b24592, #f15f79);
  background: -ms-linear-gradient(left, #b24592, #f15f79);
  background: linear-gradient(left, #b24592, #f15f79);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Standard div {
  background: url(../images/bg-standard.png) no-repeat right 46px #fff;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Standard div h3 {
  color: #eb91ba;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Standard div dl.detail dt {
  background: -webkit-gradient(linear, left top, right top, from(#b24592), to(#f15f79));
  background: -webkit-linear-gradient(left, #b24592, #f15f79);
  background: -o-linear-gradient(left, #b24592, #f15f79);
  background: -ms-linear-gradient(left, #b24592, #f15f79);
  background: linear-gradient(left, #b24592, #f15f79);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Light {
  background: -webkit-gradient(linear, left top, right top, from(#ff8008), to(#ffc837));
  background: -webkit-linear-gradient(left, #ff8008, #ffc837);
  background: -o-linear-gradient(left, #ff8008, #ffc837);
  background: -ms-linear-gradient(left, #ff8008, #ffc837);
  background: linear-gradient(left, #ff8008, #ffc837);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Light div {
  background: url(../images/bg-light.png) no-repeat right 46px #fff;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Light div h3 {
  color: #f3ae49;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Light div dl.detail {
  margin-top: 62px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Light div dl.detail dt {
  background: -webkit-gradient(linear, left top, right top, from(#ff8008), to(#ffc837));
  background: -webkit-linear-gradient(left, #ff8008, #ffc837);
  background: -o-linear-gradient(left, #ff8008, #ffc837);
  background: -ms-linear-gradient(left, #ff8008, #ffc837);
  background: linear-gradient(left, #ff8008, #ffc837);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div {
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div h3 {
  font-size: 48px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 18px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div h3 img {
  vertical-align: top;
  margin-bottom: 6px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div > dl {
  width: 520px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div > dl > dt {
  font-size: 24px;
  font-weight: 400;
  color: #313c4e;
  line-height: calc(38 / 24);
  margin-bottom: 20px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div > dl > dd {
  font-size: 15px;
  color: #4d5a62;
  line-height: calc(28 / 15);
}


#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div dl.app dt.mrgn-t10 {
  margin-top: 10px;
}
#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div dl.app dd:last-child {
  height: 50px;
}
#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div dl.app dd img {
  height: 40px;
  width: auto;
  margin-right: 20px;
  vertical-align: middle;
}
#PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div dl.app dd img.qr {
  height: 50px;
  border: 1px solid #d5d5d5;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner dl.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner dl.detail dt {
  width: 160px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  margin: 0 20px 20px 0;
  font-size: 15px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner dl.detail dd {
  width: calc(100% - 180px);
  height: 40px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner dl.detail dd span {
  font-size: 18px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner h4 {
  font-size: 26px;
  font-weight: 400;
  color: #3a4d69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner h4::before, #PageIsHappyHotel #Content section#ServiceInfo .inner h4::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #3a4d69;
  margin: 0 18px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner h4 span {
  font-weight: 800;
  margin-right: .3em;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail dl {
  width: 320px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center 20px;
  margin-bottom: 20px;
  padding: 235px 20px 20px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail dl dt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 9px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail dl dd {
  font-size: 15px;
  color: #4d5a62;
  line-height: calc(26 / 15);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail dl dd span {
  font-size: 14px;
  color: #83969f;
  line-height: calc(22 / 14);
  display: inline-block;
  margin-top: 4px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#StandardDetail dl:first-child {
  background-image: url(../images/bg-standard01.jpg);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#StandardDetail dl:nth-child(2) {
  background-image: url(../images/bg-standard02.jpg);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#StandardDetail dl:nth-child(3) {
  background-image: url(../images/bg-standard03.jpg);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#StandardDetail dl:nth-child(4) {
  background-image: url(../images/bg-standard04.jpg);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#StandardDetail dl:nth-child(5) {
  background-image: url(../images/bg-standard05.jpg);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#StandardDetail dl:nth-child(6) {
  background-image: url(../images/bg-standard06.jpg);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#StandardDetail dt {
  color: #eb91ba;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#LightDetail {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#LightDetail dl:first-child {
  background-image: url(../images/bg-light01.jpg);
  margin-right: 20px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#LightDetail dl:nth-child(2) {
  background-image: url(../images/bg-light02.jpg);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail#LightDetail dt {
  color: #f3ae49;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner h5 {
  font-size: 24px;
  font-weight: 700;
  color: #3a4d69;
  margin-bottom: 20px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .totalSolutionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .totalSolutionBox p {
  width: 670px;
  font-size: 15px;
  color: #4d5a62;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner a.detailBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 55px;
  border: 1px solid #3a4d69;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #3a4d69;
  margin-top: 0;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox {
  position: relative;
  padding: 40px 0 72px;
  border-top: 1px solid #3a4d69;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h4 {
  display: inline-block;
  background-color: #fff;
  padding: 0 18px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h4::before, #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h4::after {
  display: none;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h4 span {
  margin-right: 0;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h5 {
  font-size: 20px;
  font-weight: 500;
  color: #3a4d69;
  margin-bottom: 16px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h5 > span {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #9cc544;
  line-height: calc(44 / 36);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h5 > span span {
  font-size: 30px;
  font-weight: 500;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox p {
  font-size: 15px;
  color: #4d5a62;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox p span {
  display: block;
  font-size: 14px;
  color: #83969f;
  margin-top: 4px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox {
  border-bottom: 1px solid #3a4d69;
  padding-bottom: 62px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox .detailBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox .detailBox dl.detail {
  width: 50%;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox .detailBox dl.detail dt {
  background: -webkit-gradient(linear, left top, right top, from(#4ead8f), to(#9bc545));
  background: -webkit-linear-gradient(left, #4ead8f, #9bc545);
  background: -o-linear-gradient(left, #4ead8f, #9bc545);
  background: -ms-linear-gradient(left, #4ead8f, #9bc545);
  background: linear-gradient(left, #4ead8f, #9bc545);
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox .detailBox dl.detail dd:nth-of-type(2) {
  font-size: 18px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox div {
  width: 480px;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox ul {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox ul li {
  width: 230px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  background-color: #9cc544;
  margin-bottom: 10px;
}

#PageIsHappyHotel #Content section#Comparison {
  background: url(../images/bg-comparison.jpg) no-repeat center 0;
  background-size: cover;
  color: #fff;
  padding: 58px 0 82px;
}

#PageIsHappyHotel #Content section#Comparison h2 {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 18px;
}

#PageIsHappyHotel #Content section#Comparison h2 > span {
  font-size: 30px;
}

#PageIsHappyHotel #Content section#Comparison h2 > span span {
  font-size: 36px;
  font-weight: 800;
}

#PageIsHappyHotel #Content section#Comparison h2 > span span:first-child {
  color: #eb91ba;
}

#PageIsHappyHotel #Content section#Comparison h2 > span span:nth-child(2) {
  color: #f3ae49;
}

#PageIsHappyHotel #Content section#Comparison table {
  width: 100%;
}

#PageIsHappyHotel #Content section#Comparison table thead {
  font-size: 15px;
}

#PageIsHappyHotel #Content section#Comparison table thead tr th {
  height: 39px;
  font-weight: 700;
  text-align: left;
  padding-right: 5px;
}

#PageIsHappyHotel #Content section#Comparison table thead tr th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
}

#PageIsHappyHotel #Content section#Comparison table thead tr th:first-child {
  width: 32%;
}

#PageIsHappyHotel #Content section#Comparison table thead tr th:first-child span {
  background-color: #000;
}

#PageIsHappyHotel #Content section#Comparison table thead tr th:nth-child(2) {
  width: 51%;
}

#PageIsHappyHotel #Content section#Comparison table thead tr th:nth-child(2) span {
  background: -webkit-gradient(linear, left top, right top, from(#b24592), to(#f15f79));
  background: -webkit-linear-gradient(left, #b24592, #f15f79);
  background: -o-linear-gradient(left, #b24592, #f15f79);
  background: -ms-linear-gradient(left, #b24592, #f15f79);
  background: linear-gradient(left, #b24592, #f15f79);
}

#PageIsHappyHotel #Content section#Comparison table thead tr th:nth-child(3) {
  width: 17%;
  padding-right: 0;
}

#PageIsHappyHotel #Content section#Comparison table thead tr th:nth-child(3) span {
  background: -webkit-gradient(linear, left top, right top, from(#ff8008), to(#ffc837));
  background: -webkit-linear-gradient(left, #ff8008, #ffc837);
  background: -o-linear-gradient(left, #ff8008, #ffc837);
  background: -ms-linear-gradient(left, #ff8008, #ffc837);
  background: linear-gradient(left, #ff8008, #ffc837);
}

#PageIsHappyHotel #Content section#Comparison table tbody {
  font-size: 14px;
}

#PageIsHappyHotel #Content section#Comparison table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#PageIsHappyHotel #Content section#Comparison table tbody tr th {
  text-align: left;
  vertical-align: middle;
  padding-left: 24px;
  font-weight: 700;
}

#PageIsHappyHotel #Content section#Comparison table tbody tr td {
  vertical-align: middle;
  padding: 12px 0 12px 24px;
}

#PageIsHappyHotel #Content section#Contact .inner a.btn {
  background: -webkit-gradient(linear, left top, right top, from(#2869a8), to(#37b39d));
  background: -webkit-linear-gradient(left, #2869a8, #37b39d);
  background: -o-linear-gradient(left, #2869a8, #37b39d);
  background: -ms-linear-gradient(left, #2869a8, #37b39d);
  background: linear-gradient(left, #2869a8, #37b39d);
}

#PageIsHappyHotel #Content section#Contact .inner a span {
  background: -webkit-gradient(linear, left top, right top, from(#3183d0), to(#43e2c6));
  background: -webkit-linear-gradient(left, #3183d0, #43e2c6);
  background: -o-linear-gradient(left, #3183d0, #43e2c6);
  background: -ms-linear-gradient(left, #3183d0, #43e2c6);
  background: linear-gradient(left, #3183d0, #43e2c6);
}

@media all and (max-width: 800px) {
  #PageIsHappyHotel #Content #MainVisual #MainVisualContent {
    width: 100%;
  }
  #PageIsHappyHotel #Content section#ContentTop .inner {
    padding-right: 15px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li {
    width: 180px;
    height: 180px;
    margin-right: 15px;
    font-size: 18px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li > span {
    font-size: 36px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li > span span {
    font-size: 20px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5), #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6), #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7) {
    font-size: 16px;
    width: 170px;
    height: 170px;
    margin-right: 24px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5)::before, #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6)::before, #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7)::before {
    width: 18px;
    height: 18px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5) > span, #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6) > span, #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7) > span {
    font-size: 24px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:first-child::before {
    top: 25px;
    left: 145px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(2)::before {
    top: 146px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(3)::before {
    top: 30px;
    left: 0;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(4) {
    margin-right: 0;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(4)::before {
    top: 135px;
    left: 135px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5)::before {
    top: 33px;
    left: -11px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6)::before {
    top: 150px;
    left: 0px;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7) {
    margin-right: 0;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7)::before {
    top: 125px;
    left: 160px;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div {
    padding: 30px;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div > dl {
    width: 100%;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Standard > div {
    background-position: right 15px;
    background-size: 38%;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Light > div {
    background-position: right 36px;
    background-size: 45%;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail dl {
    width: 32%;
    background-size: 85%;
    padding: 180px 20px 20px;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .totalSolutionBox p {
    width: 470px;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner a.detailBtn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox div {
    width: 400px;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox ul {
    width: 350px;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox ul li {
    width: 170px;
    font-size: 15px;
    padding: 0 8px;
    line-height: 1.2;
  }
}

@media all and (max-width: 480px) {
  #PageIsHappyHotel #Content #MainVisual {
    width: 100%;
    height: 80vw;
  }
  #PageIsHappyHotel #Content #MainVisual #MainVisualContent {
    padding: 20.53333vw 0 0 0;
  }
  #PageIsHappyHotel #Content #MainVisual #MainVisualContent img {
    width: 56vw;
    margin-bottom: 0.26667vw;
  }
  #PageIsHappyHotel #Content #MainVisual #MainVisualContent h1 {
    font-size: 9.06667vw;
    font-weight: 300;
    line-height: calc(49 / 34);
    margin: 0 0 2.13333vw;
  }
  #PageIsHappyHotel #Content #MainVisual #MainVisualContent h1 span {
    font-size: 3.8vw;
    padding: 0 4vw;
  }
  #PageIsHappyHotel #Content #MainVisual #MainVisualContent .btn {
    width: 56vw;
    height: 11.06667vw;
    font-size: 4.024vw;
    border-radius: 1.06667vw;
  }
  #PageIsHappyHotel #Content #MainVisual #MainVisualContent .btn span {
    height: 10vw;
    border-radius: 1.06667vw;
    padding-top: 0.4vw;
  }
  #PageIsHappyHotel #Content #MainVisual #MainVisualContent .btn span::before {
    width: 5.6vw;
    height: 4.26667vw;
    margin-right: 2.4vw;
  }
  #PageIsHappyHotel #Content section .inner h2 {
    font-size: 9vw;
    margin-bottom: 8vw;
    line-height: 1.2;
  }
  #PageIsHappyHotel #Content section .inner h2 span.en {
    font-size: 4vw;
    margin-top: 2.13333vw;
  }
  #PageIsHappyHotel #Content section .inner p {
    font-size: 4vw;
  }
  #PageIsHappyHotel #Content section#ContentTop {
    padding: 12.8vw 0 13.86667vw;
  }
  #PageIsHappyHotel #Content section#ContentTop .lead {
    font-size: 5.6vw;
    margin-bottom: 14.4vw;
    padding: 0 4vw;
  }
  #PageIsHappyHotel #Content section#ContentTop .inner {
    padding: 0 4vw;
    background-size: 80%;
    background-position: center bottom;
    padding-bottom: 66.66667vw;
  }
  #PageIsHappyHotel #Content section#Merit {
    padding: 6.66667vw 0 8vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner h2 {
    margin-bottom: 6.66667vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner p {
    margin-bottom: 5.33333vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li {
    width: 42vw;
    height: 42vw;
    margin-right: 3vw;
    margin-bottom: 3vw;
    font-size: 5vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li::before {
    width: 8vw;
    height: 8vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li > span {
    font-size: 8vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li > span span {
    font-size: 5vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(2n) {
    margin-right: 0;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5), #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6), #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7) {
    width: 42vw;
    height: 42vw;
    margin-right: 3vw;
    background-image: url(../images/bg-merit-border.png);
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5)::before, #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6)::before, #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7)::before {
    width: 5vw;
    height: 5vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5) > span, #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6) > span, #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7) > span {
    font-size: 6.4vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:first-child::before {
    top: 4vw;
    left: 32vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(2)::before {
    top: 32.7vw;
    left: 4vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(3)::before {
    top: 6vw;
    left: 0;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(4)::before {
    top: 32.7vw;
    left: 30vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5)::before {
    top: 8vw;
    left: -5vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5) > span {
    font-size: 8vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5) > span span {
    font-size: 5vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(5) > span + span {
  font-size: 3vw;
}
  
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6) {
    margin-right: 0;
    margin-left: 0;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(6)::before {
    top: 36vw;
    left: -1vw;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7) {
    margin-right: 0;
  }
  #PageIsHappyHotel #Content section#Merit .inner ul li:nth-child(7)::before {
    top: 24vw;
    left: 44vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo {
    padding: 10.66667vw 0;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox {
    padding-top: 2.13333vw;
    border-radius: 2.13333vw;
    margin-bottom: 10.66667vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Standard div {
    background: #fff;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Light {
    background: -webkit-gradient(linear, left top, right top, from(#ff8008), to(#ffc837));
    background: -webkit-linear-gradient(left, #ff8008, #ffc837);
    background: -o-linear-gradient(left, #ff8008, #ffc837);
    background: -ms-linear-gradient(left, #ff8008, #ffc837);
    background: linear-gradient(left, #ff8008, #ffc837);
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox#Light div {
    background: #fff;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div {
    padding: 5vw 4vw;
    border-radius: 0 0 2.13333vw 2.13333vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div h3 {
    font-size: 8.53333vw;
    margin-bottom: 4.8vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div h3 img {
    margin-bottom: 1.6vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div > dl {
    width: 100%;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div > dl > dt {
    font-size: 6.66667vw;
    margin-bottom: 2.66667vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseBox div > dl > dd {
    font-size: 4vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner dl.detail {
    margin-top: 4.8vw !important;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner dl.detail dt {
    width: 48vw;
    height: 12vw;
    margin: 0 4vw 4vw 0;
    font-size: 4vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner dl.detail dt:first-of-type {
    margin-bottom: 1vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner dl.detail dd {
    width: 100%;
    height: 12vw;
    margin-bottom: 4vw;
    font-size: 6.93333vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner dl.detail dd span {
    font-size: 4.8vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner h4 {
    font-size: 5.4vw;
    margin-bottom: 8vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner h4::before {
    width: 5.33333vw;
    margin: 0 3vw 0 0;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner h4::after {
    width: 5.33333vw;
    margin: 0 0 0 3vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail {
    margin-bottom: 6.4vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail dl {
    width: 100%;
    background-position: center 4vw;
    background-size: 84vw;
    margin-bottom: 5.33333vw;
    margin-right: 0 !important;
    padding: 68vw 4vw 6vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail dl dt {
    font-size: 5.86667vw;
    margin-bottom: 2.4vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail dl dd {
    font-size: 4vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .courseDetail dl dd span {
    font-size: 3.2vw;
    margin-top: 1.06667vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner h5 {
    font-size: 6.4vw;
    margin-bottom: 6vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .totalSolutionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 18.66667vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .totalSolutionBox p {
    width: 100%;
    font-size: 4vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner a.detailBtn {
    width: 100%;
    height: 13.33333vw;
    border-radius: 1.33333vw;
    font-size: 4.26667vw;
    margin-top: 4vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox {
    position: relative;
    padding: 10.66667vw 0 13.33333vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h4 {
    padding: 0 4.8vw;
    white-space: nowrap;
    top: -4vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h5 {
    font-size: 4.26667vw;
    margin-bottom: 4.26667vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h5 > span {
    font-size: 8.26667vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox h5 > span span {
    font-size: 5.6vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox p {
    font-size: 4vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox p span {
    font-size: 3.2vw;
    margin-top: 1.06667vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox {
    padding-bottom: 19.2vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox p {
    margin-bottom: 0;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox .detailBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox .detailBox dl.detail {
    width: 100%;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox .detailBox dl.detail dt {
    margin-bottom: 1vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .mileBox .detailBox dl.detail dd:nth-of-type(2) {
    font-size: 5.6vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 9.6vw;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox div {
    width: 100%;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox ul {
    width: 100%;
  }
  #PageIsHappyHotel #Content section#ServiceInfo .inner .optionBox .PRBox ul li {
    width: 48%;
    height: 12vw;
    font-size: 4vw;
    margin-bottom: 2.66667vw;
    padding: 0 2vw;
  }
  #PageIsHappyHotel #Content section#Comparison {
    padding: 15.46667vw 0 21.6vw;
  }
  #PageIsHappyHotel #Content section#Comparison h2 {
    font-size: 4.8vw !important;
    margin-bottom: 4.8vw;
    text-align: left;
  }
  #PageIsHappyHotel #Content section#Comparison h2 > span {
    font-size: 5.6vw;
  }
  #PageIsHappyHotel #Content section#Comparison h2 > span span {
    font-size: 8vw;
    display: inline-block;
  }
  #PageIsHappyHotel #Content section#Comparison table thead {
    font-size: 3.6vw;
  }
  #PageIsHappyHotel #Content section#Comparison table thead tr th {
    height: 8vw;
    padding-right: 1vw;
    vertical-align: top;
    line-height: 1.2;
  }
  #PageIsHappyHotel #Content section#Comparison table thead tr th span {
    padding: 1.2vw 0 1.2vw 2vw;
  }
  #PageIsHappyHotel #Content section#Comparison table thead tr th:first-child {
    width: 32%;
  }
  #PageIsHappyHotel #Content section#Comparison table thead tr th:nth-child(2) {
    width: 51%;
  }
  #PageIsHappyHotel #Content section#Comparison table thead tr th:nth-child(3) {
    width: 17%;
    padding-right: 0;
  }
  #PageIsHappyHotel #Content section#Comparison table tbody {
    font-size: 3.6vw;
  }
  #PageIsHappyHotel #Content section#Comparison table tbody tr th {
    padding-left: 2vw;
  }
  #PageIsHappyHotel #Content section#Comparison table tbody tr td {
    padding: 2vw 0 2vw 2vw;
  }
}

@media(min-width: 800px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*--- Hp Reserve ---*/
#PageIsHpReserve #Content #MainVisual {
  background: url(../images/bg-main-hpreserve.jpg) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 400px;
}

#PageIsHpReserve #Content #MainVisual #MainVisualContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 76px 0 0 0;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#PageIsHpReserve #Content #MainVisual #MainVisualContent img {
  margin-bottom: 24px;
}

#PageIsHpReserve #Content #MainVisual #MainVisualContent h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: calc(34 / 24);
  margin: 0 0 45px;
  text-align: center;
}

#PageIsHpReserve #Content #MainVisual #MainVisualContent .btn {
  display: inline-block;
  position: static;
  text-indent: 0;
  width: 280px;
  height: 55px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background: #5b6dbb;
  border-radius: 6px;
}

#PageIsHpReserve #Content #MainVisual #MainVisualContent .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #7087e8;
  text-align: center;
  border-radius: 6px;
  padding-top: 2px;
}

#PageIsHpReserve #Content #MainVisual #MainVisualContent .btn span::before {
  content: "";
  display: inline-block;
  width: 28px;
  background: url(../images/icon-mail.png) no-repeat center 0;
  background-size: cover;
  margin-right: 12px;
  height: 22px;
}

#PageIsHpReserve #Content section .inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #383838;
  margin-bottom: 45px;
  text-align: center;
}

#PageIsHpReserve #Content section .inner h2 span.en {
  font-size: 15px;
  font-weight: 300;
  color: #6579cf;
  margin-top: 12px;
}

#PageIsHpReserve #Content section#ContentTop .inner {
  padding: 55px 335px 75px 0;
  background: url(../images/bg-cont-top.png) no-repeat 730px center;
}

#PageIsHpReserve #Content section#ContentTop .inner h2 {
  font-size: 32px;
  font-weight: 700;
  color: #383838;
  line-height: calc(50 / 32);
  margin-bottom: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

#PageIsHpReserve #Content section#ContentTop .inner p {
  font-size: 15px;
  font-weight: 300;
  color: #68787f;
  line-height: calc(28 / 15);
}

#PageIsHpReserve #Content section#ContentTop .inner p .note {
  font-size: 13px;
}

#PageIsHpReserve #Content section#Benefits {
  background-color: #e8f0fa;
  padding: 60px 0 30px;
}

#PageIsHpReserve #Content section#Benefits .inner h2 {
  font-size: 48px;
  line-height: calc(56 / 48);
}

#PageIsHpReserve #Content section#Benefits .inner h2 span {
  font-size: 30px;
}

#PageIsHpReserve #Content section#Benefits .inner h2 span.en {
  font-size: 15px;
}

#PageIsHpReserve #Content section#Benefits .inner div {
  width: 100%;
  height: 300px;
  background-color: #fff;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
}

#PageIsHpReserve #Content section#Benefits .inner div dl {
  width: 400px;
  padding-top: 45px;
  margin-bottom: auto;
}

#PageIsHpReserve #Content section#Benefits .inner div dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #5f6180;
  margin-bottom: 16px;
}

#PageIsHpReserve #Content section#Benefits .inner div dl dd {
  font-size: 15px;
  font-weight: 300;
  color: #68787f;
  line-height: calc(28 / 15);
}

#PageIsHpReserve #Content section#Benefits .inner div:first-of-type {
  background-image: url(../images/bg-benefits01.png);
  background-position: 842px 166px;
}

#PageIsHpReserve #Content section#Benefits .inner div:first-of-type img {
  margin-left: 31px;
}

#PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(2) {
  background-image: url(../images/bg-benefits02.png);
  background-position: 30px 166px;
}

#PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(2) img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 34px;
}

#PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(2) dl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(3) {
  background-image: url(../images/bg-benefits03.png);
  background-position: 842px 166px;
}

#PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(3) img {
  margin-top: auto;
}

#PageIsHpReserve #Content section#Plan {
  background: url(../images/bg-plan.jpg) no-repeat center 0;
  background-size: cover;
  text-align: center;
  padding: 45px 0 105px;
  position: relative;
}

#PageIsHpReserve #Content section#Plan::before {
  content: "";
  display: block;
  height: 0;
  width: calc(50% - 37px);
  border-width: 0 37px 26px 0;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

#PageIsHpReserve #Content section#Plan::after {
  content: "";
  display: block;
  height: 0;
  width: calc(50% - 37px);
  border-width: 0 0 26px 37px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

#PageIsHpReserve #Content section#Plan .inner h2 {
  font-size: 36px;
  line-height: calc(50 / 36);
  color: #fff;
  margin-bottom: 35px;
}

#PageIsHpReserve #Content section#Plan .inner h2 span.en {
  color: #fff;
}

#PageIsHpReserve #Content section#Plan .inner p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: calc(28 / 15);
  margin-bottom: 30px;
}

#PageIsHpReserve #Content section#Suggestion {
  padding: 35px 0 30px;
}

#PageIsHpReserve #Content section#Suggestion .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#PageIsHpReserve #Content section#Suggestion .inner h2 {
  width: 100%;
  font-size: 36px;
  line-height: calc(50 / 36);
  margin-bottom: 45px;
}

#PageIsHpReserve #Content section#Suggestion .inner h2 span {
  font-size: 19px;
}

#PageIsHpReserve #Content section#Suggestion .inner h2 span:first-of-type {
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: .2em;
}

#PageIsHpReserve #Content section#Suggestion .inner h2 span.second {
  font-size: 38px;
}

#PageIsHpReserve #Content section#Suggestion .inner h2 span.en {
  font-size: 15px;
}

#PageIsHpReserve #Content section#Suggestion .inner div {
  width: 310px;
  height: 220px;
  margin: 0 35px 50px 0;
  border: 4px solid #e8f0fa;
  border-radius: 6px;
  padding: 0 20px;
}

#PageIsHpReserve #Content section#Suggestion .inner div:nth-of-type(3), #PageIsHpReserve #Content section#Suggestion .inner div:last-of-type {
  margin-right: 0;
}

#PageIsHpReserve #Content section#Suggestion .inner div p {
  margin-top: -17px;
  text-align: center;
  margin-bottom: 16px;
}

#PageIsHpReserve #Content section#Suggestion .inner div p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  font-size: 14px;
  color: #fff;
  padding: 0 18px;
  border-radius: 15px;
  margin: 0 4px;
}

#PageIsHpReserve #Content section#Suggestion .inner div p span.price {
  background-color: #65a9f0;
}

#PageIsHpReserve #Content section#Suggestion .inner div p span.occ {
  background-color: #e7829c;
}

#PageIsHpReserve #Content section#Suggestion .inner div p span.plan {
  background-color: #dba56b;
}

#PageIsHpReserve #Content section#Suggestion .inner div dl dt {
  text-align: center;
  font-size: 19px;
  color: #5f6180;
  font-weight: 700;
  line-height: calc(30 / 19);
  margin-bottom: 16px;
}

#PageIsHpReserve #Content section#Suggestion .inner div dl dd ul li {
  font-size: 15px;
  font-weight: 300;
  color: #68787f;
  line-height: calc(28 / 15);
}

#PageIsHpReserve #Content section#Suggestion .inner div dl dd ul li::before {
  content: "・";
}

#PageIsHpReserve #Content section#Host {
  background-color: #e8f0fa;
  padding: 50px 0;
}

#PageIsHpReserve #Content section#Host .inner h2 {
  font-size: 36px;
  line-height: calc(50 / 36);
  margin-bottom: 40px;
}

#PageIsHpReserve #Content section#Host .inner p {
  font-size: 15px;
  font-weight: 300;
  color: #68787f;
  line-height: calc(28 / 15);
  text-align: center;
  margin-bottom: 45px;
}

#PageIsHpReserve #Content section#Host .inner p a {
  text-decoration: underline;
}

#PageIsHpReserve #Content section#Host .inner .hostBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#PageIsHpReserve #Content section#Host .inner .hostBox dl {
  height: 200px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 26px 26px;
  border-width: 4px;
  border-style: solid;
  border-radius: 6px;
  padding: 26px 20px 26px 187px;
  position: relative;
}

#PageIsHpReserve #Content section#Host .inner .hostBox dl:first-of-type {
  width: 410px;
  border-color: #b5c0c9;
  background-image: url(../images/bg-host01.jpg);
  margin-left: 22px;
}

#PageIsHpReserve #Content section#Host .inner .hostBox dl:first-of-type::before {
  content: "Before";
  background-color: #68787f;
}

#PageIsHpReserve #Content section#Host .inner .hostBox dl:nth-of-type(2) {
  width: 500px;
  border-color: #f95d64;
  background-image: url(../images/bg-host02.jpg);
}

#PageIsHpReserve #Content section#Host .inner .hostBox dl:nth-of-type(2)::before {
  content: "After";
  background-color: #f95d64;
}

#PageIsHpReserve #Content section#Host .inner .hostBox dl::before {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -24px;
  left: -24px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

#PageIsHpReserve #Content section#Host .inner .hostBox dl dt {
  font-size: 19px;
  font-weight: 700;
  color: #5f6180;
  line-height: calc(30 / 19);
  margin-bottom: 9px;
}

#PageIsHpReserve #Content section#Host .inner .hostBox dl dd {
  font-size: 15px;
  font-weight: 300;
  color: #68787f;
  line-height: calc(28 / 15);
}

#PageIsHpReserve #Content section#Host .inner .hostBox i {
  display: block;
  width: 13px;
  height: 30px;
  background-color: #b3c0c5;
  margin-right: 11px;
  position: relative;
}

#PageIsHpReserve #Content section#Host .inner .hostBox i::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 15px 0 15px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #b3c0c5;
  position: absolute;
  left: 13px;
  top: 0;
}

#PageIsHpReserve #Content section#Price {
  padding: 52px 0 80px;
}

#PageIsHpReserve #Content section#Price .inner h2 {
  font-size: 38px;
  line-height: calc(50 / 36);
  margin-bottom: 24px;
}

#PageIsHpReserve #Content section#Price .inner .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl {
  width: 50%;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl dt {
  font-size: 19px;
  font-weight: 700;
  color: #5f6180;
  margin-bottom: 18px;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl dd {
  font-size: 15px;
  color: #68787f;
  line-height: calc(28 / 15);
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl dd img {
  display: block;
  margin-top: 18px;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl dd table {
  width: 100%;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr th, #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr td {
  font-size: 14px;
  background-color: #d3eaf9;
  border-bottom: 3px solid #fff;
  padding: 2px 15px;
  vertical-align: center;
  width: 60%;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr th {
  font-weight: 700;
  color: #0686aa;
  border-right: 2px solid #fff;
  text-align: left;
  width: 40%;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr th + th {
  border-right: none;
  text-align: center;
  width: 60%;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr:nth-child(even) th, #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr:nth-child(even) td {
  background-color: #edf0f0;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl:first-child {
  padding-right: 20px;
}

#PageIsHpReserve #Content section#Price .inner .priceBox dl:nth-child(2) {
  padding-left: 30px;
}

@media all and (max-width: 800px) {
  #PageIsHpReserve #Content #MainVisual #MainVisualContent {
    width: 100%;
    padding: 76px 15px 0;
  }
  #PageIsHpReserve #Content section#ContentTop .inner {
    padding: 55px 335px 75px 15px;
    background-position: 500px center;
  }
  #PageIsHpReserve #Content section#Benefits .inner div {
    padding: 0 30px;
  }
  #PageIsHpReserve #Content section#Benefits .inner div dl {
    width: 48%;
  }
  #PageIsHpReserve #Content section#Benefits .inner div img {
    width: 48%;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:first-of-type {
    background-position: 610px 166px;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:first-of-type img {
    margin-left: 0;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(2) {
    background-position: 30px 166px;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(2) img {
    margin-right: 0;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(3) {
    background-position: 610px 166px;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(3) img {
    margin-top: auto;
  }
  #PageIsHpReserve #Content section#Suggestion .inner div:nth-of-type(3) {
    margin-right: 35px;
  }
  #PageIsHpReserve #Content section#Suggestion .inner div:nth-of-type(2n), #PageIsHpReserve #Content section#Suggestion .inner div:last-of-type {
    margin-right: 0;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox dl:first-of-type {
    width: 600px;
    margin-left: 0;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox dl:nth-of-type(2) {
    width: 600px;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox i {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 15px 0;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr th, #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr td {
    width: 50%;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr th {
    width: 50%;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr th + th {
    width: 50%;
  }
}

@media all and (max-width: 480px) {
  #PageIsHpReserve #Content #MainVisual {
    background-position: -77vw 0;
    height: 80vw;
  }
  #PageIsHpReserve #Content #MainVisual #MainVisualContent {
    padding: 25.6vw 0 0 0;
  }
  #PageIsHpReserve #Content #MainVisual #MainVisualContent img {
    width: 75.46667vw;
    margin-bottom: 3.2vw;
  }
  #PageIsHpReserve #Content #MainVisual #MainVisualContent h1 {
    font-size: 4.53333vw;
    font-weight: 300;
    line-height: calc(49 / 34);
    margin: 0 0 4.26667vw;
  }
  #PageIsHpReserve #Content #MainVisual #MainVisualContent .btn {
    width: 56vw;
    height: 11.06667vw;
    font-size: 4.024vw;
    border-radius: 1.06667vw;
  }
  #PageIsHpReserve #Content #MainVisual #MainVisualContent .btn span {
    height: 10vw;
    border-radius: 1.06667vw;
    padding-top: 0.4vw;
  }
  #PageIsHpReserve #Content #MainVisual #MainVisualContent .btn span::before {
    width: 5.6vw;
    height: 4.26667vw;
    margin-right: 2.4vw;
  }
  #PageIsHpReserve #Content section .inner h2 {
    margin-bottom: 6vw;
  }
  #PageIsHpReserve #Content section .inner h2 span.en {
    font-size: 4vw;
    margin-top: 3.2vw;
  }
  #PageIsHpReserve #Content section#ContentTop .inner {
    padding: 4vw 4vw 70vw;
    background-size: 60vw;
    background-position: center bottom;
    margin-bottom: 8vw;
  }
  #PageIsHpReserve #Content section#ContentTop .inner h2 {
    font-size: 7.2vw;
    margin-bottom: 7.2vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  #PageIsHpReserve #Content section#ContentTop .inner p {
    font-size: 4vw;
  }
  #PageIsHpReserve #Content section#ContentTop .inner p .note {
    font-size: 3.46667vw;
  }
  #PageIsHpReserve #Content section#Benefits {
    padding: 13.33333vw 0 6vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner h2 {
    font-size: 10.93333vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner h2 span {
    font-size: 7.2vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner h2 span.en {
    font-size: 4vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner div {
    height: auto;
    margin-bottom: 13.33333vw;
    border-radius: 1.86667vw;
    padding: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 30vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner div dl {
    width: 100%;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #PageIsHpReserve #Content section#Benefits .inner div dl dt {
    font-size: 6.4vw;
    margin-bottom: 4.26667vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner div dl dd {
    font-size: 4vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner div img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 80%;
    margin-top: 6vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:first-of-type {
    background-position: 55vw 4vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:first-of-type img {
    margin-left: 0;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(2) {
    background-position: 55vw 4vw;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(3) {
    background-position: 55vw 4vw;
    padding-bottom: 0;
  }
  #PageIsHpReserve #Content section#Benefits .inner div:nth-of-type(3) img {
    margin-top: 6vw;
  }
  #PageIsHpReserve #Content section#Plan {
    padding: 12vw 0 21.33333vw;
  }
  #PageIsHpReserve #Content section#Plan::before {
    width: calc(50% - 74 / 750 * 100vw);
    border-width: 0 9.86667vw 6.93333vw 0;
    bottom: -1px;
  }
  #PageIsHpReserve #Content section#Plan::after {
    width: calc(50% - 74 / 750 * 100vw);
    border-width: 0 0 6.93333vw 9.86667vw;
    bottom: -1px;
  }
  #PageIsHpReserve #Content section#Plan .inner h2 {
    font-size: 8vw;
    margin-bottom: 9.33333vw;
  }
  #PageIsHpReserve #Content section#Plan .inner p {
    font-size: 3.73333vw;
    margin-bottom: 8vw;
  }
  #PageIsHpReserve #Content section#Plan .inner img {
    width: 100%;
  }
  #PageIsHpReserve #Content section#Suggestion {
    padding: 9.33333vw 0 4vw;
  }
  #PageIsHpReserve #Content section#Suggestion .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #PageIsHpReserve #Content section#Suggestion .inner h2 {
    width: 100%;
    font-size: 6.4vw;
    margin-bottom: 12vw;
  }
  #PageIsHpReserve #Content section#Suggestion .inner h2 span {
    font-size: 4vw;
  }
  #PageIsHpReserve #Content section#Suggestion .inner h2 span:first-of-type {
    margin-bottom: 3.2vw;
    letter-spacing: .1em;
  }
  #PageIsHpReserve #Content section#Suggestion .inner h2 span.second {
    font-size: 9.33333vw;
  }
  #PageIsHpReserve #Content section#Suggestion .inner h2 span.en {
    font-size: 4vw;
  }
  #PageIsHpReserve #Content section#Suggestion .inner div {
    width: 100%;
    height: auto;
    margin: 0 0 13.33333vw 0;
    border: 1.06667vw solid #e8f0fa;
    border-radius: 1.6vw;
    padding: 0 4vw 5.33333vw;
  }
  #PageIsHpReserve #Content section#Suggestion .inner div p {
    margin-top: -4.53333vw;
    margin-bottom: 4.26667vw;
  }
  #PageIsHpReserve #Content section#Suggestion .inner div p span {
    height: 8vw;
    font-size: 3.73333vw;
    padding: 0 4.8vw;
    border-radius: 4vw;
    margin: 0 1.06667vw;
  }
  #PageIsHpReserve #Content section#Suggestion .inner div dl dt {
    font-size: 5.06667vw;
    margin-bottom: 4.26667vw;
  }
  #PageIsHpReserve #Content section#Suggestion .inner div dl dd ul li {
    font-size: 4vw;
  }
  #PageIsHpReserve #Content section#Host {
    padding: 10.66667vw 0;
  }
  #PageIsHpReserve #Content section#Host .inner {
    padding-left: 6.93333vw;
  }
  #PageIsHpReserve #Content section#Host .inner h2 {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  #PageIsHpReserve #Content section#Host .inner p {
    font-size: 4vw;
    margin-bottom: 12vw;
    text-align: left;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox dl {
    height: auto;
    background-position: 60vw 4vw;
    background-size: 24vw;
    border-width: 1.06667vw;
    border-radius: 1.6vw;
    padding: 10vw 4vw 4vw 4vw;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox dl:first-of-type {
    width: 100%;
    margin-left: 0;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox dl:nth-of-type(2) {
    width: 100%;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox dl::before {
    width: 18.66667vw;
    height: 18.66667vw;
    top: -9.6vw;
    left: -6.4vw;
    font-size: 4vw;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox dl dt {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox dl dd {
    font-size: 4vw;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox i {
    display: block;
    width: 3.46667vw;
    height: 8vw;
    margin-right: 2.93333vw;
  }
  #PageIsHpReserve #Content section#Host .inner .hostBox i::before {
    border-width: 4vw 0 4vw 2.93333vw;
    left: 3.46667vw;
  }
  #PageIsHpReserve #Content section#Price {
    padding: 13.33333vw 0;
  }
  #PageIsHpReserve #Content section#Price .inner h2 {
    font-size: 8.26667vw;
    margin-bottom: 6.4vw;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl {
    width: 100%;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl dt {
    font-size: 5.06667vw;
    margin-bottom: 4.8vw;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl dd {
    font-size: 4vw;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl dd img {
    margin-top: 4.8vw;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr th, #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr td {
    font-size: 3.73333vw;
    border-bottom: 0.8vw solid #fff;
    padding: 0.53333vw 4vw;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr th {
    border-right: 0.53333vw solid #fff;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl dd table tr th + th {
    border-right: none;
    text-align: center;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl:first-child {
    padding-right: 0;
  }
  #PageIsHpReserve #Content section#Price .inner .priceBox dl:nth-child(2) {
    padding-left: 0;
    margin-top: 10.66667vw;
  }
}


#Wrap #Content #Contact .inner .btn-wrap {
  display: flex;
  justify-content: center;
}
#Wrap #Content #Contact .inner .btn {
  float: right;
  margin: 30px 20px 0 20px;
  background: none !important;
}

#Wrap #Content #Contact .inner .btn a {
  display: block;
  width: 340px;
  height: 70px;
  background: url(../../../assets/img/contact-btn/btn-contact-pc-bluegra.png) no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
}
#PageIsHpReserve #Wrap #Content #Contact .inner .btn a {
  background: url(../../../assets/img/contact-btn/btn-contact-pc-winered-1.png) no-repeat 0 0;
  background-size: contain;
}
#Wrap #Content #Contact .inner .btn a:hover {
  opacity: 0.9;
}
#Wrap #Content #Contact .inner .btn.tel a {
  background: url(../../../assets/img/contact-btn/btn-contact-tell-bluegra.png) no-repeat 0 0;
  background-size: contain;
}
#PageIsHpReserve #Wrap #Content #Contact .inner .btn.tel a {
  background: url(../../../assets/img/contact-btn/btn-contact-tell-winered-1.png) no-repeat 0 0;
  background-size: contain;
}

@media all and (max-width: 480px) {
  #Wrap #Content #Contact .inner .btn-wrap {
      display: block;
  }
  #Wrap #Content #Contact .inner .btn a {
      background-size: contain !important;
      height: calc(92 / 340 * 70vw);
      width: 100%;
  }
  #Wrap #Content #Contact .inner .btn {
      float: none;
      margin: 5vw 0 0;
  }
}