.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.main-img {
  position: relative;
  background: url('../img/hospitality/main_img.webp') no-repeat center center/cover;
  height: 280px;
  display: table;
  width: 100%;
}

.main-img__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-img__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 440px;
  height: 130px;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  white-space: nowrap;
}

.main-img__title--en {
  font-size: 2rem;
  font-family: cormorant-garamond, Palatino, source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #e24b07;
}

@media screen and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img {
    margin-bottom: 45px;
  }
}

.headline-main {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.84615;
  border-bottom: 2px solid #e24b07;
}

@media screen and (max-width: 767px) {
  .headline-main {
    font-size: 2rem;
    border-width: 1px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
}

.intro {
  margin-bottom: 134px;
}

.intro__photo {
  margin-bottom: 4em;
}

.intro__text {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 68px;
  }
  .intro__photo {
    margin-bottom: 2em;
  }
  .intro__photo img {
    height:auto;
  }
  .intro__text {
    margin-bottom: 2em;
  }
}

.confidence {
  margin-bottom: 107px;
}

.confidence__title {
  margin-bottom: 1.5em;
}

.confidence__text {
  margin-bottom: 4em;
}

.confidence__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 1fr;
  grid-template-columns: 60% 1fr;
}

.confidence__item01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 1fr;
  grid-template-columns: 60% 1fr;
  grid-gap: 0 60px;
  margin-bottom: 46px;
}

.confidence__item [class$='__subhead'],
.confidence__item01 [class$='__subhead'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

.confidence__item [class$='__photo'],
.confidence__item01 [class$='__photo'] {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: right;
  margin-top: auto;
}

.confidence__item [class$='__desc'],
.confidence__item01 [class$='__desc'] {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .confidence__item,
  .confidence__item01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .confidence__item [class$='__subhead'],
  .confidence__item01 [class$='__subhead'] {
    font-size: 1.9rem;
    line-height: 1.73684;
    margin-bottom: 1em;
    text-align: center;
    white-space: nowrap;
  }
  .confidence__item [class$='__photo'],
  .confidence__item01 [class$='__photo'] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    width: 55%;
    margin: 0 auto 1em;
  }
  .confidence__item [class$='__photo'] img,
  .confidence__item01 [class$='__photo'] img {
    height:auto;
  }
  .confidence__item [class$='__desc'],
  .confidence__item01 [class$='__desc'] {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.confidence__item:not(:last-child) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.confidence__item:nth-child(1) [class$='__photo'] img {
  width: 270px;
}

.confidence__item:nth-child(2) [class$='__subhead'] {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .confidence {
    margin-bottom: 68px;
  }
  .confidence__title {
    margin-bottom: 1em;
  }
  .confidence__text {
    margin-bottom: 3em;
  }
  .confidence__item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .confidence__item:nth-child(1) [class$='__photo'] {
    text-align: center;
  }
  .confidence__item:nth-child(1) [class$='__photo'] img {
    width: 135px;
    text-align: center;
  }
  .confidence__item:nth-child(2) [class$='__subhead'] {
    margin-bottom: 1.5em;
  }
}

.vip {
  margin-bottom: 107px;
}

.vip__title {
  margin-bottom: 1.5em;
}

.vip__text {
  margin-bottom: 4em;
}

.vip-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.vip-group__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.vip-group__area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.vip-group__photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 250px;
  margin-left: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

@media screen and (max-width: 1024px) {
  .vip-group {
    display: block;
  }
  .vip-group__photo {
    width: 60%;
    margin: 0 auto 1em;
  }
  .vip-group__photo img {
    height:auto;
  }
}

.vip__feature:not(:last-child) {
  margin-bottom: 3em;
}

.vip__heading {
  background-color: #eae7e4;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding-left: 1.25em;
  padding-bottom: 0.25em;
  margin-bottom: 1.25em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vip__item:not(:last-child) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  margin-bottom: 2em;
}

.vip__subhead {
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vip__subhead--rome {
  font-size: 1.8rem;
  margin-right: 1em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100vh;
  background-color: #141414;
  padding-top: 8px;
  padding-left: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: cormorant-garamond, Palatino, source-han-serif-japanese, serif;
  font-weight: 300;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.vip__desc {
  padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .vip {
    margin-bottom: 68px;
  }
  .vip__title {
    margin-bottom: 1.5em;
  }
  .vip__text {
    margin-bottom: 3em;
  }
  .vip-group {
    margin-bottom: 50px;
  }
  .vip__feature:not(:last-child) {
    margin-bottom: 2em;
  }
  .vip__heading {
    line-height: 36px;
    padding-left: 1em;
    padding-bottom: 0.2em;
    margin-bottom: 1.5em;
  }
  .vip__item:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .vip__subhead {
    padding-bottom: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vip__subhead--rome {
    font-size: 1.7rem;
    width: 28px;
    height: 28px;
    padding-top: 2px;
    padding-left: 2px;
  }
  .vip__desc {
    padding-bottom: 1.5em;
  }
}

.hospitality__title {
  margin-bottom: 1.5em;
}

.hospitality__photo {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .hospitality__photo {
    margin-bottom: 2em;
  }
  .hospitality__photo img {
    height:auto;
  }
}

/*-------------------------
add  210202
-------------------------*/

.confidence__area {
  background-color: #ebe9e6;
  margin-top: 20px;
  padding: 50px 55px;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 34px;
}

.confidence__area__img {
  width: 95px;
  margin-right: 20px;
  padding-bottom: 20px;
}

.confidence__area__ttl {
  font-size: 20px;
  padding-bottom: 1em;
  font-size: 20px;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

.confidence__area__text {
  padding-top: 20px;
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}

.hospitality__quality {
  padding: 79px 0;
  grid-column: 1/3;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}

.hospitality__quality__item {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  border: 1px solid rgba(128, 128, 128, 0.25);
  padding: 34px;
}

.hospitality__quality__item--ttl {
  font-size: 22px;
  padding: 10px 0;
  text-align: center;
  width: 324px;
  margin: auto;
  border-top: 1px solid rgba(128, 128, 128, 0.25);
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  font-family: source-han-serif-japanese, serif;
}
.hospitality__quality__item--text {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .confidence__item01 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .confidence__item01 [class$='__subhead'] {
    font-size: 1.9rem;
    line-height: 1.73684;
    margin-bottom: 1em;
    text-align: center;
    /* white-space: nowrap; */
  }
  .confidence__item01 [class$='__photo'] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    width: 45%;
    margin: 0 auto 1em;
  }
  .confidence__item01 [class$='__photo'] img {
    height:auto;
  }
  .confidence__item01 [class$='__desc'] {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .confidence__area {
    background-color: #ebe9e6;
    margin-top: 40px;
    padding: 50px 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }

  .confidence__area__img {
    margin: 0 auto 10px;
    padding-bottom: 0;
  }
  .confidence__area__img img {
    height:auto;
  }
  
  .confidence__area__ttl {
    padding-bottom: 1em;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }

  .confidence__area__text {
    padding-top: 20px;
    border-top: 1px solid rgba(128, 128, 128, 0.25);
  }

  .hospitality__quality {
    padding: 79px 0;
    grid-column: 1/3;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  }

  .hospitality__quality__item {
    /* font-family: source-han-serif-japanese, serif; */
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.9;
    border: 1px solid rgba(128, 128, 128, 0.25);
    padding: 20px;
  }

  .hospitality__quality__item--ttl {
    font-size: 19px;
    text-align: center;
    width: 70%;
    border-top: 1px solid rgba(128, 128, 128, 0.25);
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    font-family: source-han-serif-japanese, serif;
  }
  .hospitality__quality__item--text {
    margin-top: 20px;
  }
}
