@charset "UTF-8";
.topmessage {
  position: fixed;
  width: 100%;
  z-index: 11;
}
.topmessage p {
  background: var(--color_base);
  text-align: left;
  padding: 2% 3%;
  font-weight: 700;
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  line-height: 1.3;
  font-size: 3.6vw;
}

#att {
  position: fixed;
  left: 0px;
  top: 12%;
  background: var(--color_base);
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding: 15px 0.5% 15px 0.5%;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 100;
  font-family: "Libre Caslon Text", serif;
}

#mainVisual {
  position: relative;
}
#mainVisual h1 {
  position: absolute;
  width: 80%;
  top: 25%;
  left: 10%;
  z-index: 2;
}
#mainVisual .pht {
  line-height: 0;
}
#mainVisual .pht img.pc {
  display: none;
}
#mainVisual .pht img {
  width: 100%;
  vertical-align: middle;
}
#mainVisual .instagram {
  position: absolute;
  width: 10%;
  right: 2%;
  bottom: 5%;
}
#mainVisual .instagram a {
  display: block;
  margin-bottom: 10px;
}
#mainVisual .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 0%;
  height: 50px;
  z-index: 1;
}
#mainVisual .scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #fff;
  font-size: 3.2vw;
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}
#mainVisual .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
#mainVisual .bnrrArea {
  width: 65%;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
#mainVisual .bnrrArea img {
  width: 100%;
  vertical-align: middle;
}
#mainVisual .bnrrArea li {
  margin-bottom: 10px;
}
.newbnrArea {
  width: 90%;
  margin: 0 auto;
  padding: 10% 5% 0 5%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-bottom: -15%;
}
.newbnrArea ul li {
  margin-bottom: 5%;
}
.newbnrArea ul li img {
  width: 100%;
}

#newsArea {
  position: relative;
  overflow: hidden;
  margin-bottom: 15%;
  font-weight: 700;
}
#newsArea .item {
  width: 60%;
  margin-left: 62%;
  animation: fuwafuwa 5s infinite ease-in-out 0.8s alternate;
}
#newsArea h2 {
  text-align: center;
  font-size: 7vw;
  color: var(--color_txt3);
  background: url("../img/bg_ttlnews.png") no-repeat left -10px top 0;
  background-size: 30%;
  padding-top: 10%;
  margin-bottom: 5%;
}
#newsArea section dl {
  background: #efebea;
  border-radius: 10px;
  margin: 0 2% 5% 2%;
  padding: 8%;
}
#newsArea section dt {
  color: var(--color_txt3);
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 3%;
  font-family: "Libre Caslon Text", serif;
}
#newsArea section dt span {
  color: #6e6464;
  font-size: 3.2vw;
}
#newsArea section dd {
  font-size: 3.2vw;
}
#newsArea section dd p {
  margin-bottom: 3%;
}
#newsArea section dd span {
  font-size: 3.2vw;
}
#newsArea section dd a {
  text-decoration: underline;
  color: var(--color_txt3);
}
#newsArea section dd b {
  font-family: "Libre Caslon Text", serif;
  font-size: 4.2vw;
  font-weight: 700;
  color: var(--color_txt3);
  line-height: 1.5;
  margin-bottom: 3%;
}
#newsArea ol.pht {
  display: flex;
}
#newsArea ol.pht li img {
  width: 100%;
}
#newsArea ol.pht2 {
  overflow: hidden;
  margin-bottom: 30px;
}
#newsArea ol.pht2 li {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
#newsArea ol.pht2 li img {
  width: 100%;
  vertical-align: middle;
}
#newsArea table {
  width: 100%;
  background: #fff;
  margin-bottom: 5%;
}
#newsArea table .n {
  background: var(--color_txt3);
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#newsArea table th {
  border-bottom: 1px solid #ece8e7;
  border-right: 1px solid #ece8e7;
  line-height: 1.3;
  padding: 3% 4%;
  vertical-align: middle;
}
#newsArea table td {
  border-bottom: 1px solid #ece8e7;
  border-right: 1px solid #ece8e7;
  vertical-align: middle;
  line-height: 1.3;
  padding: 3% 4%;
  vertical-align: middle;
}

#conceptArea {
  position: relative;
  overflow: hidden;
  padding: 15% 0;
}
#conceptArea .bannerArea {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20%;
}
#conceptArea .campaign h2 {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 5%;
  font-family: "Libre Caslon Text", serif;
}
#conceptArea .campaign h2 img {
  width: 100%;
}
#conceptArea .campaign2 {
  margin: 10% 0 40% 0;
}
#conceptArea .campaign2 h2 {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 3%;
}
#conceptArea .campaign2 h2 img {
  width: 100%;
}
#conceptArea .banner-item {
  margin-bottom: 10px;
}
#conceptArea .banner-item img {
  width: 100%;
}
#conceptArea h2 {
  text-align: center;
  margin: 0 5% 5% 5%;
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-size: 5.8vw;
  letter-spacing: 0;
  color: var(--color_txt1);
}
#conceptArea p {
  line-height: 1.8;
  margin: 0 12% 5% 12%;
  font-size: 3.2vw;
}
#conceptArea .ls1 {
  position: absolute;
  width: 60%;
  left: -20%;
  top: -28%;
  z-index: -1;
}
#conceptArea .ls2 {
  position: absolute;
  width: 50%;
  right: -24%;
  top: 8.5%;
  z-index: -1;
}
#conceptArea .ls3 {
  position: absolute;
  width: 50%;
  left: -20%;
  top: 35%;
  z-index: -1;
}

.section {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto 15% auto;
}
.section .warp {
  background: #efebea;
  border-radius: 10px;
  padding: 10% 5% 5% 5%;
  margin: 8% 0 0 0%;
}
.section .warp small {
  font-size: 3.2vw;
  line-height: 1.3;
}
.section .warp .txtBtn {
  text-align: right;
}
.section .warp a {
  color: var(--color_txt3);
  text-decoration: underline;
  font-weight: 700;
}
.section .warp a:hover {
  text-decoration: none;
}
.section .linkBtn {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.section .linkBtn a {
  position: relative;
  background: var(--color_txt3);
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  font-family: "Libre Caslon Text", serif;
  border-radius: 100px;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 4.2vw;
}
.section .linkBtn a i {
  font-size: 3.6vw;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section .contentsTtl h3 {
  background: #efebea;
  border-radius: 60px;
  color: var(--color_txt1);
  font-size: 4.8vw;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 90%;
  left: 5%;
  line-height: 1.5;
}
.section .contentsTtl h3 span {
  display: block;
  font-family: "Libre Caslon Text", serif;
}

#price .bigbnr {
  width: 90%;
  margin: 0 auto 5% auto;
  padding-top: 0;
}
#price .bigbnr img {
  width: 100%;
}
#price .priceArea .warp .girlsnightPlan {
  background: #f3e9ea;
  border: 5px solid #f0a8be;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
#price .priceArea .warp .girlsnightPlan h4 {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.8vw;
  text-align: center;
  background: #ea7790;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  line-height: 1.2;
}
#price .priceArea .warp .girlsnightPlan .txtcenter {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 1.5;
}
#price .priceArea .warp .girlsnightPlan .girlsnightPlanBox {
  margin-bottom: 20px;
}
#price .priceArea .warp .girlsnightPlan .girlsnightPlanBox h5 {
  font-size: 4.2vw;
  font-weight: 700;
  color: var(--color_txt1);
  line-height: 1.4;
  text-align: center;
}
#price .priceArea .warp .girlsnightPlan .girlsnightPlanBox .pricebox {
  margin-bottom: 20px;
}
#price .priceArea .warp .girlsnightPlan .girlsnightPlanBox .pricebox p {
  line-height: 1.4;
}
#price .priceArea .warp .girlsnightPlan .girlsnightPlanBox .pricebox p b {
  font-size: 32px;
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  color: #ea7790;
}
#price .priceArea .warp .girlsnightPlan p {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
#price .priceArea .warp .girlsnightPlan dl {
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
}
#price .priceArea .warp .girlsnightPlan dl dt {
  background: var(--color_txt2);
  color: #fff;
  padding: 5px 20px;
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.2vw;
}
#price .priceArea .warp .girlsnightPlan dl dd {
  padding: 20px;
}
#price .priceArea .warp .girlsnightPlan dl dd b {
  font-size: 4.2vw;
  line-height: 1.2;
}
#price .priceArea .warp .flexbox {
  margin-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color_txt3);
  padding-bottom: 0px;
}
#price .priceArea .warp .flexbox div {
  margin-bottom: 20px;
}
#price .priceArea .warp .flexbox .pricetxt h4 {
  font-size: 3.4vw;
  font-weight: 700;
  color: #fff;
  background: var(--color_txt3);
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 0px;
  font-family: "Libre Caslon Text", serif;
  border-radius: 4px;
}
#price .priceArea .warp .flexbox .pricetxt .pricebox {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
#price .priceArea .warp .flexbox .pricetxt .pricebox b {
  font-size: 7vw;
  font-weight: 700;
  color: var(--color_txt3);
  font-family: "Libre Caslon Text", serif;
}
#price .priceArea .warp .flexbox .pricetxt .pricebox span {
  font-family: "Libre Caslon Text", serif;
}
#price .checktxt {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color_base);
  padding-bottom: 20px;
}
#price .checktxt h3 {
  font-weight: 700;
  font-size: 4.2vw;
  line-height: 1.3;
  margin-bottom: 5%;
}
#price .checktxt h3 b {
  color: var(--color_txt3);
  font-weight: 700;
}
#price .checktxt:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

#room .warp ul li {
  color: var(--color_txt1);
  font-weight: 700;
  margin-bottom: 5%;
}
#room .warp ul li h4 {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}

#prenatalPlan .warp dl {
  margin-bottom: 20px;
}
#prenatalPlan .warp dl dt {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  color: var(--color_txt3);
  font-size: 6vw;
  text-align: center;
  margin-bottom: 10px;
}
#prenatalPlan .warp dl dt span {
  font-size: 4.2vw;
  font-weight: 400;
  color: var(--color_txt2);
  font-family: "Libre Caslon Text", serif;
  vertical-align: top;
}
#prenatalPlan .warp ol li::before {
  content: "●";
  display: inline-block;
  width: 10px;
  height: 10px;
  color: var(--color_txt3);
  margin-right: 10px;
}

#oneday .warp .flexbox {
  margin-bottom: 20px;
}
#oneday .warp dl {
  margin-bottom: 20px;
}
#oneday .warp dl dt {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.8vw;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
#oneday .warp dl dt b {
  font-size: 6vw;
  font-weight: 700;
  color: var(--color_txt3);
  font-family: "Libre Caslon Text", serif;
}
#oneday .warp dl dt span {
  font-size: 3.6vw;
  font-weight: 700;
  color: var(--color_txt2);
  font-family: "Libre Caslon Text", serif;
}
#oneday .warp dl dt small {
  font-size: 4.2vw;
  font-weight: 700;
  color: var(--color_txt2);
  font-family: "Libre Caslon Text", serif;
}
#oneday .warp dl dd small {
  padding-top: 20px;
  display: block;
  line-height: 1.8;
}

#returningGuestPlan .warp p {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
#returningGuestPlan .warp p b {
  font-size: 4.8vw;
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
}
#returningGuestPlan .warp h4 {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.8vw;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
  color: var(--color_txt3);
}
#returningGuestPlan .warp h4 b {
  font-size: 6vw;
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
}
#returningGuestPlan .warp small {
  font-weight: 700;
}

#happyTimePlan .warp p {
  font-weight: 700;
  line-height: 1.5;
}
#happyTimePlan .warp h4 {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.4;
  color: var(--color_txt3);
  padding: 10px 0;
}
#happyTimePlan .warp h4 b {
  font-size: 6vw;
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
}
#happyTimePlan .warp small {
  font-weight: 700;
}

#optionalServices .warp h4 {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  background: var(--color_txt1);
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#optionalServices .warp .point1 {
  margin-bottom: 40px;
}
#optionalServices .warp .point1 dl {
  margin-bottom: 20px;
}
#optionalServices .warp .point1 dl dt {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.8vw;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--color_txt1);
  padding: 10px 0 0 0;
}
#optionalServices .warp .point1 dl dd p {
  font-weight: 700;
  line-height: 1.5;
}
#optionalServices .warp .point1 dl dd p b {
  display: block;
  padding-top: 5px;
  font-size: 4.2vw;
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  color: var(--color_txt3);
}
#optionalServices .warp .point2 {
  margin-bottom: 40px;
}
#optionalServices .warp .point2 dl {
  margin-bottom: 20px;
}
#optionalServices .warp .point2 dl dt {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.8vw;
  text-align: left;
  line-height: 1.4;
  color: var(--color_txt1);
  padding: 10px 0 0 0;
}
#optionalServices .warp .point2 dl dd strong {
  display: block;
  padding-top: 5px;
}
#optionalServices .warp .point2 dl dd b {
  color: var(--color_txt3);
  font-family: "Libre Caslon Text", serif;
  font-size: 4.2vw;
  font-weight: 700;
}

#servicesIncluded .warp h4, #itemsProvided .warp h4 {
  background-color: var(--color_txt1);
  color: #fff;
  padding: 5px 20px;
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.2vw;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
#servicesIncluded .warp p, #itemsProvided .warp p {
  margin-bottom: 20px;
}
#servicesIncluded .warp p:last-child, #itemsProvided .warp p:last-child {
  margin-bottom: 0;
}

#itemCheckinCheckout .warp p {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
  color: var(--color_txt3);
}

#facilities .warp dl dt {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.8vw;
  line-height: 1.4;
  color: var(--color_txt1);
  padding: 10px 0;
}
#access .warp h2 {
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.8vw;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
  color: var(--color_txt3);
}
#access .warp dl {
  margin-bottom: 20px;
}
#access .warp dl dt {
  background-color: var(--color_txt1);
  color: #fff;
  padding: 5px 20px;
  font-weight: 700;
  font-family: "Libre Caslon Text", serif;
  font-size: 4.2vw;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
#recruit, #contact {
  text-align: center;
}

.footernav a {
  font-size: 3.2vw;
  display: block;
  margin-bottom: 0px;
}

#contactus {
  margin-bottom: 30%;
}
#contactus dt {
  text-align: left;
}
#contactus .reserve {
  padding-bottom: 0;
}
#contactus .reserve dt {
  font-weight: 700;
  text-align: left;
}
#contactus .reserve dt a {
  color: var(--color_base);
  font-size: 18px;
  text-decoration: underline;
}
#contactus .reserve dd a {
  color: var(--color_base);
}
#contactus .reserve dd.pr a {
  display: inline;
  font-size: 14px;
}
#contactus ul {
  text-align: center;
  margin: -40px auto 0 auto;
  width: 80%;
}
#contactus ul a {
  margin-top: 15px;
  text-align: center;
  display: block;
  background: #a47864;
  border-radius: 50px;
  color: #fff;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
}
#contactus ul li {
  margin-top: 20px;
}

#contactus .warp {
  background: #efebea;
  border-radius: 10px;
  padding: 8%;
  margin: 0 0%;
}
#contactus .warp .topBtnArea {
  margin-bottom: 15%;
}
#contactus .warp dt {
  font-weight: 700;
}
#contactus .warp h4 {
  color: var(--color_base);
  font-size: 3.6vw;
}

#contactus {
  margin-bottom: 0%;
}
#contactus section {
  margin: 0 8% 0% 8%;
}
#contactus h3 {
  font-size: 5.4vw;
  font-weight: 700;
  text-align: center;
  font-weight: 400;
  color: var(--color_base);
  margin-bottom: 3%;
}
#contactus .abtn a {
  color: var(--color_base);
  text-decoration: underline;
}
#contactus .dbtn {
  padding: 5% 0;
}
#contactus .dbtn a {
  display: block;
  background: var(--color_base);
  padding: 5% 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}
#contactus p {
  margin-bottom: 10px;
}
#contactus .link a {
  display: block;
  background: var(--color_base);
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
#contactus .pr a {
  text-decoration: underline;
  color: var(--color_base);
}
#contactus .campaign {
  margin: 0 8%;
}
#contactus .reserve {
  overflow: hidden;
  margin-bottom: 60px;
  padding-top: 30px;
}
#contactus .reserve dl {
  margin-bottom: 30px;
  text-align: center;
}
#contactus .reserve dt {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
#contactus .reserve dd {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#contactus .reserve dd a {
  display: block;
  margin-bottom: 10px;
}
#contactus .reserve dd span {
  font-size: 13px;
  font-weight: 700;
}
#contactus .reserve p a {
  display: block;
  background: var(--color_base);
  padding: 5% 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}
#contactus .reserve p a span {
  font-size: 13px;
}
#contactus .mailform dt {
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  clear: both;
}
#contactus .mailform dd {
  margin-bottom: 30px;
  overflow: hidden;
}
#contactus .mailform .must {
  background: var(--color_base);
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: 2px;
}
#contactus .mailform .check {
  float: left;
}
#contactus form {
  margin-bottom: 30px;
}
#contactus select {
  margin-bottom: 2%;
}
#contactus .mfp_col10 {
  width: 100%;
}
#contactus .mfp_col10 input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
  margin-bottom: 2%;
}
#contactus .mfp_col5 {
  width: 49%;
  float: left;
}
#contactus .mfp_col5 input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contactus .mfp_col3 {
  width: 100%;
}
#contactus .mfp_col3 select {
  width: 24%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contactus .mfp_col52 {
  width: 49%;
  float: right;
}
#contactus .mfp_col52 input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contactus textarea {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contactus .mfp_buttons button {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: none;
  background: var(--color_base);
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
}
#contactus .mfp_buttons input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: none;
  background: var(--color_base);
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
}
#contactus .copyright {
  display: none;
}
#contactus .selectbox {
  position: relative;
  width: 100%;
}
#contactus select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
  background: #fff url("../img/select.svg") no-repeat right 15px center;
  background-size: 8px auto;
}
#contactus .download ul li {
  margin-bottom: 10%;
}
#contactus .download ul li dt {
  font-size: 4.8vw;
}
#contactus .download ul li dd a {
  display: block;
  background: var(--color_base);
  padding: 5% 0;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}
#contactus .download ul li dd a span {
  font-size: 13px;
  margin-bottom: 3%;
}
#contactus .download ul li .pht {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5%;
}
#contactus .link {
  margin-bottom: 5%;
}
#contactus .link a {
  display: block;
  background: var(--color_base);
  padding: 4% 0;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}
#contactus .link a span {
  font-size: 13px;
  margin-bottom: 3%;
}

#bobyroom .facilitiesWrap .item .pht {
  margin-bottom: 10px;
}
#bobyroom .facilitiesWrap .item p {
  margin-bottom: 20px;
}
#bobyroom .facilitiesWrap .item dl dt {
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color_txt3);
  font-family: "Libre Caslon Text", serif;
  background: var(--color_base);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
}
#meals .facilitiesWrap .item .pht {
  margin-bottom: 10px;
}
#meals .facilitiesWrap .item dl dt {
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color_txt3);
  font-family: "Libre Caslon Text", serif;
  line-height: 1.3;
}

#facility .facilitiesWrap .item .pht {
  margin-bottom: 10px;
}
#facility .facilitiesWrap .item dt {
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color_txt3);
  font-family: "Libre Caslon Text", serif;
  line-height: 1.3;
}

.wrapgroup {
  margin-bottom: 100px;
}

.contactBox {
  background: #efebea;
  padding: 50px 40px 40px 40px;
}
.contactBox h3 {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.contactBox p {
  text-align: center;
  margin-bottom: 20px;
}
.contactBox p a {
  color: var(--color_txt3);
  text-decoration: underline;
  font-weight: 700;
}
.contactBox p a:hover {
  text-decoration: none;
}
.contactBox ul {
  width: 100%;
  margin: 0 auto;
}
.contactBox ul li {
  margin-bottom: 10px;
}
.contactBox ul li a {
  background: var(--color_txt3);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  display: block;
  position: relative;
}
.contactBox ul li i {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.newbnrArea .bnrareaBtn {
  width: 100%;
}
.newbnrArea .bnrareaBtn a {
  font-family: "Libre Caslon Text", serif;
  position: relative;
  font-size: 4vw;
  margin-bottom: 0px;
  color: #fff;
  padding: 5vw 25px;
  background: var(--color_base);
  border-radius: 10px;
  text-align: left;
  display: block;
  font-weight: 700;
}
.newbnrArea .bnrareaBtn a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#dadway .newroom, #mikihouse .newroom {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px;
  line-height: 1.5;
}
#dadway .newroom .price-mikihouse, #mikihouse .newroom .price-mikihouse {
  margin-bottom: 10px;
}
#dadway .newroom .price-mikihouse span, #mikihouse .newroom .price-mikihouse span {
  display: block;
}
#dadway .newroom dl, #mikihouse .newroom dl {
  margin-bottom: 5%;
  font-family: "Libre Caslon Text", serif;
}
#dadway .newroom dl dt, #mikihouse .newroom dl dt {
  color: #fff;
  text-align: center;
  background: var(--color_base);
  font-size: 3.6vw;
  padding: 2% 0;
  border-radius: 4px;
  margin-bottom: 3%;
}
#dadway .newroom dl dd, #mikihouse .newroom dl dd {
  color: var(--color_base);
  font-weight: 700;
  font-size: 4.6vw;
  text-align: center;
}
#dadway .newroom dl dd b, #mikihouse .newroom dl dd b {
  font-size: 6.8vw;
}
#dadway .newroom dl dd span, #mikihouse .newroom dl dd span {
  font-size: 2.8vw;
  font-weight: 400;
  display: block;
}
#dadway .newroom .ttl, #mikihouse .newroom .ttl {
  padding: 3% 0;
  clear: both;
  background: var(--color_base);
  color: #fff;
  padding: 3% 5%;
  font-size: 3.6vw;
  border-radius: 4px 4px 0 0;
  font-weight: 700;
}
#dadway .newroom .txt, #mikihouse .newroom .txt {
  color: #6e6464;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 5%;
}
#dadway .newroom .bb, #mikihouse .newroom .bb {
  font-weight: 700;
  font-size: 3.4vw;
  margin-bottom: 10px;
  padding: 5%;
  background: #dceff4;
  color: #6e6464;
}
#dadway .newroom .bb li, #mikihouse .newroom .bb li {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 10px;
  line-height: 1.5;
}
#dadway p, #mikihouse p {
  padding: 5%;
  text-align: center;
}
#dadway h3, #mikihouse h3 {
  width: 76%;
  left: 12%;
  letter-spacing: 0px;
}
#dadway h4, #mikihouse h4 {
  background: var(--color_base);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0 3% 0% 3%;
}
#dadway .price-mikihouse-inner .checktxt p, #mikihouse .price-mikihouse-inner .checktxt p {
  padding: 8% 0 0 0;
  text-align: justify;
}
#dadway .link-mikihouse, #mikihouse .link-mikihouse {
  width: 100%;
}
#dadway .link-mikihouse img, #mikihouse .link-mikihouse img {
  width: 100%;
}
#dadway .price-mikihouse b, #mikihouse .price-mikihouse b {
  font-weight: 700;
  text-decoration: line-through;
  font-size: 5.4vw;
}
#dadway .price-mikihouse, #mikihouse .price-mikihouse {
  padding: 0;
  margin-bottom: 10%;
  color: var(--color_base);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
}
#dadway .price-mikihouse .syuku, #mikihouse .price-mikihouse .syuku {
  font-size: 20px;
}
#dadway .price-mikihouse span, #mikihouse .price-mikihouse span {
  font-size: 4.2vw;
}
#dadway dl dt, #mikihouse dl dt {
  font-size: 4.6vw;
  font-weight: 700;
  color: var(--color_base);
}
#dadway dl dt span, #mikihouse dl dt span {
  font-size: 4vw;
  color: #6e6464;
}
#dadway dl dd, #mikihouse dl dd {
  font-weight: 400.6vw;
}
#dadway dl dd span, #mikihouse dl dd span {
  color: var(--color_base);
  font-size: 3.2vw;
}

.calender {
  width: 90%;
  margin: 0 auto;
}
.calender h4 {
  background: var(--color_base);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0 3% 8% 3%;
}

.familystay {
  background: var(--color_txt3);
  color: #fff;
  padding: 20px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Libre Caslon Text", serif;
}
.familystay dl dt {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.4;
  color: #fff;
  font-size: 22px;
}
.familystay dl dd {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

#newbornPhoto p {
  padding: 5%;
  text-align: center;
}
#newbornPhoto h3 {
  width: 76%;
  left: 12%;
}
#newbornPhoto h4 {
  background: var(--color_base);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0 3% 0% 3%;
}
#newbornPhoto .price-mikihouse-inner .checktxt p {
  padding: 8% 0 0 0;
  text-align: justify;
}
#newbornPhoto .link-mikihouse {
  width: 100%;
}
#newbornPhoto .link-mikihouse img {
  width: 100%;
}
#newbornPhoto .price-mikihouse b {
  font-weight: 700;
  text-decoration: line-through;
  font-size: 5.4vw;
}
#newbornPhoto .price-mikihouse {
  padding: 0;
  margin-bottom: 10%;
  color: var(--color_base);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
}
#newbornPhoto .price-mikihouse .syuku {
  font-size: 20px;
}
#newbornPhoto .price-mikihouse span {
  font-size: 4.2vw;
}
#newbornPhoto dl dt {
  font-size: 4.6vw;
  font-weight: 700;
  color: var(--color_base);
}
#newbornPhoto dl dt span {
  font-size: 4vw;
  color: #6e6464;
}
#newbornPhoto dl dd {
  font-weight: 400.6vw;
}
#newbornPhoto dl dd span {
  color: var(--color_base);
  font-size: 3.2vw;
}/*# sourceMappingURL=main_sp.css.map */