@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1024px) {
  html body .contents {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 734px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
span.fz05 {
  font-size: 0.5em;
}
span.fz08 {
  font-size: 0.7em;
}
span.red {
  color: #CF5B5E;
}

html h1 {
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1;
  font-weight: 500;
}
html h2 {
  font-size: 24px;
  line-height: 1.23;
  margin: 80px 0 30px;
  font-weight: 700;
}
html h3 {
  font-size: 18px;
  line-height: 1.27;
  margin: 80px 0 10px;
}
html h4 {
  font-size: 2.1rem;
  line-height: 140%;
}
html h5 {
  font-size: 1.18rem;
  font-weight: bold;
  line-height: 140%;
}
html p {
  font-size: clamp(10px, 1.1vw, 14px);
  line-height: 2;
  font-weight: 400;
}
html b {
  font-size: clamp(10px, 1.2vw, 16px);
}
html a {
  color: black;
  text-decoration: none;
  font-size: 14px;
}
html li {
  list-style: none;
  font-size: clamp(10px, 1.1vw, 14px);
}
html small {
  display: block;
  font-size: 10px;
  margin: 20px auto;
}

h1,
h2,
h3,
h4,
h5,
p,
b,
li,
a,
tr,
td,
span,
small {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
}

header {
  width: 100%;
  margin: 0 auto;
}

section {
  width: 100%;
}

.contents {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  color: black;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: black;
}

.header__logoarea {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.header__logo--main {
  width: 55%;
}
.header__logo--miwa {
  width: 15%;
}
.header__fv {
  position: relative;
}
.header__fvimg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -47px;
     object-position: 0 -47px;
  height: 340px;
}
.header__textarea {
  position: absolute;
  text-align: center;
  bottom: 20px;
  right: 20px;
}
.header__title {
  margin-bottom: 20px;
}
.header .hotel_fv {
  -o-object-position: center;
     object-position: center;
}
.header .job_fv {
  -o-object-position: 0 -11rem;
     object-position: 0 -11rem;
}
.header .salon_fv {
  -o-object-position: 0 -15rem;
     object-position: 0 -15rem;
}
.header .contact_fv {
  -o-object-position: 0 -10rem;
     object-position: 0 -10rem;
}
.header .hotel_textarea {
  bottom: 20px;
  left: 20px;
  width: 30%;
  color: #FFF;
}
.header .job-textarea {
  bottom: 42px;
}
.header .hotel_title {
  color: #FFF;
}
.header .job-title {
  margin-bottom: 10px;
}
.header .hotel_description {
  color: #FFF;
}

.footer {
  padding: 2rem;
  text-align: center;
}
.footer__img {
  width: 30%;
  margin-top: 70px;
}

.mobile-menu-icon {
  background-color: transparent;
  border: none;
  z-index: 2000000;
  position: relative;
  bottom: 20px;
  left: -7rem;
}
.mobile-menu-icon::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #000 solid 1px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.mobile-menu-icon span {
  background-color: #000;
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.7s;
}
.mobile-menu-icon span:last-child {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 10px;
}
.mobile-menu-icon .d-menu {
  display: block;
  background-color: transparent;
  font-size: 10px;
  margin-top: 7px;
}
.mobile-menu-icon .d-close {
  display: none;
  background-color: transparent;
  font-size: 10px;
  margin-top: 7px;
}
.mobile-menu-icon .menu-open2 {
  display: block;
}
.mobile-menu-icon .menu-open1 {
  display: none;
}

button.menu-open > span {
  background-color: #000;
}
button.menu-open > span:nth-child(1) {
  transform: translateY(4px) rotate(135deg);
}
button.menu-open > span:nth-child(2) {
  transform: translateY(-4px) rotate(-135deg);
}
button.menu-open > span:last-child {
  background-color: transparent;
}

.header_nav {
  text-align: center;
  overflow: hidden;
}
.header_nav nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  width: 100%;
  margin: 0 auto;
}
.header_nav nav li {
  width: 100%;
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
}
.header_nav nav li.active {
  background-color: rgba(0, 0, 0, 0.2);
}

nav.menu-open {
  max-height: 300px;
}

.main-slide {
  transition: margin-top 0.6s ease;
  margin-top: 0;
}

body.menu-open .main-slide {
  margin-top: 300px;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.footer__link {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.service__contents {
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 80px auto;
}
@media (max-width: 1024px) {
  .service__contents {
    margin: 50px auto !important;
  }
}
.service__titilearea {
  text-align: center;
  position: relative;
}
.service__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  font-weight: 500;
}
.service__title span {
  display: block;
  margin-top: 8px;
  font-weight: 400;
}

.info__contents {
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 80px auto;
}
.info__titilearea {
  text-align: center;
  position: relative;
}
.info__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  font-weight: 500;
}
.info__title span {
  display: block;
  margin-top: 10px;
  font-weight: 400;
}
.info__img {
  width: 50%;
}
.info__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  text-align: center;
  margin: 20px auto;
}
.info__list--item {
  background-color: #EAE8DA;
  padding: 7px 5px;
}

.reserv__contents {
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 80px auto;
}
.reserv__titilearea {
  text-align: center;
  position: relative;
}
.reserv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  font-weight: 500;
}
.reserv__title span {
  margin-top: 10px;
  font-weight: 400;
}
.reserv__link {
  background-color: #CF5B5E;
  padding: 10px 15px;
  color: #FFF;
}

.map__accessarea {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 25px;
}
.map__title {
  text-align: center;
}
.map__title span {
  margin-left: 20px;
}
.map__list {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.map__list:last-child {
  margin-bottom: 0;
}
.map__list--item {
  width: 60%;
}
.map__list--item:first-child {
  width: 35%;
  background-color: rgba(207, 91, 94, 0.15);
  text-align: center;
  padding: 10px 0;
}
.map__subtitle {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
}
.map__touroku {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  margin: 70px auto;
}
.map__touroku--list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 15px 0;
  gap: 15px;
}
.map__touroku--item b {
  font-weight: 500;
}
.map__tourokuarea--items {
  border-bottom: 1px solid #EAE8DA;
}
.map__wid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  width: 90%;
}

.hotel-mess__contents {
  display: grid;
  grid-template-columns: 35% 60%;
  gap: 30px;
  margin: 50px auto;
  align-items: end;
}
.hotel-mess__description {
  font-size: clamp(10px, 1.1vw, 13px);
}
@media (max-width: 1024px) {
  .hotel-mess__contents {
    margin: 50px auto !important;
  }
}

.hotel-info__info-area {
  background-color: #FAF7F0;
  padding: 10px 0;
}
.hotel-info__wid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  gap: 10px;
}
.hotel-info__price, .hotel-info__time {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.hotel-info__time {
  transform: translateX(25px);
}
.hotel-info__meet {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.hotel-info__description {
  font-size: clamp(10px, 1.1vw, 13px);
  line-height: 1.8;
}
.hotel-info__cate {
  color: #CF5B5E;
}

.job-mes {
  text-align: center;
}
.job-mes__title {
  font-weight: 200;
  margin-bottom: 80px;
}
.job-mes__mesarea {
  background-color: rgba(250, 247, 240, 0.4);
  border-radius: 25px;
}
.job-mes__img {
  width: 40%;
  margin-top: -20px;
}
.job-mes__img--btm {
  width: 17%;
  margin: 30px auto -17px auto;
}
.job-mes__subtitle {
  font-size: 27px;
  margin: 30px auto 10px auto;
}
.job-mes__dis--btm {
  margin-top: 50px;
}

.req__textarea {
  text-align: center;
  margin: 80px auto 50px auto;
}
.req__dis {
  position: relative;
  display: inline-block;
}
.req__dis::after {
  background: url(../assets/imags/slash-right.svg) no-repeat center;
  right: -15px;
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
}
.req__dis:before {
  background: url(../assets/imags/slash-left.svg) no-repeat center;
  left: -15px;
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
}
.req__grid {
  display: grid;
  grid-template-columns: 2.3fr 4fr;
  align-items: center;
}
.req__titilearea {
  text-align: center;
}
.req__title {
  margin: 0;
  font-weight: 500;
}
.req__title span {
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.req__list {
  display: grid;
  grid-template-columns: 1fr 4fr;
  margin: 20px 0;
  align-items: center;
  gap: 20px;
}
.req__item {
  line-height: 1.5;
}
.req__item:first-child {
  background-color: rgba(207, 91, 94, 0.25);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.skill__grid {
  display: grid;
  grid-template-columns: 2.3fr 4fr;
  align-items: center;
  margin: 70px auto;
}
.skill__titilearea {
  text-align: center;
}
.skill__title {
  margin: 0;
  font-weight: 500;
}
.skill__title span {
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.skill__list {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin: 20px 0;
  align-items: center;
  gap: 20px;
  background-color: rgba(234, 232, 218, 0.25);
}
.skill__item {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-weight: 600;
}
.skill__item:first-child {
  margin: 0 auto;
  font-size: 16px;
  display: flex;
  align-items: baseline;
}
.skill__item:first-child span {
  padding-left: 10px;
}
.skill__item:last-child {
  line-height: 1.5;
}
.skill__item:last-child span {
  margin-right: 10px;
}

.salon-price__grid {
  width: 95%;
  display: grid;
  grid-template-columns: 4fr 7.8fr;
  align-items: center;
  gap: 50px;
  margin: 80px auto;
}
.salon-price__table {
  border-collapse: collapse;
  width: 100%;
}
.salon-price__table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px 10px;
}
.salon-price__table td:first-child {
  background: rgba(207, 91, 94, 0.2);
}
.salon-price__flex {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
  margin: 30px auto;
}
.salon-price__time {
  background: rgba(207, 91, 94, 0.2);
  border-radius: 25px;
  padding: 8px 30px;
  font-size: clamp(10px, 1.1vw, 14px);
}
.salon-price__clock {
  font-size: clamp(10px, 1.1vw, 14px);
}
.salon-price__link {
  background-color: #CF5B5E;
  color: #FFF;
  padding: 8px 35px;
  font-size: clamp(10px, 1.1vw, 14px);
}

.contact__intro {
  text-align: center;
  margin: 50px auto;
}
.contact__grid--tel {
  background-color: rgba(234, 232, 218, 0.4);
}
.contact__grid--from {
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-align: center;
  margin-top: 80px;
}
.contact__wide--tel {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 50px 0;
  text-align: center;
}
.contact__heading strong {
  font-size: 20px;
  font-weight: 600;
}
.contact__phone {
  text-align: center;
}
.contact__phone a {
  font-size: 34px;
  font-weight: 500;
}
.contact__time {
  display: flex;
  justify-content: start;
  gap: 20px;
}
.contact__time span {
  display: initial;
  padding: 8px 30px;
  background-color: #CF5B5E;
  border-radius: 25px;
  color: #FFF;
}
.contact__form {
  text-align: left;
  width: 80%;
}
.contact__form--group {
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1.5fr 4fr;
  align-items: center;
}
.contact__form input {
  background-color: #F0F0F0;
  padding: 10px 0;
  border-radius: 5px;
  border: none;
}
.contact__form textarea {
  background-color: #F0F0F0;
  padding: 15px 0;
  border-radius: 5px;
  border: none;
}
.contact__form--submit {
  margin-top: 30px;
  background-color: transparent;
  border: solid 5px #CF5B5E;
  color: #CF5B5E;
  padding: 5px 80px;
  transition: all 0.8s;
}
.contact__form--submit:hover {
  border: solid 5px #6096c4;
  color: #6096c4;
  transition: all 0.8s;
}

.container {
  margin: 50px auto;
  width: 50%;
  text-align: center;
}

label {
  font-size: 12px;
}/*# sourceMappingURL=main.css.map */