@charset "UTF-8";
/* ===================================================================
CSS information

file name  : service.css
author     : Abilive
style info : ご滞在時のサービス
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.f_num {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  color: var(--color-cv);
  line-height: 1;
}

.box_tbl {
  overflow-x: auto;
  width: 100%;
}
.box_tbl .c-table {
  border-collapse: separate;
}
@media only screen and (min-width: 768px) {
  .box_tbl .c-table .col1 {
    width: calc(150 / 13* 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .box_tbl .c-table .col1 {
    width: calc(120 / 13* 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .box_tbl .c-table .col2 {
    width: calc(150 / 13* 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .box_tbl .c-table .col2 {
    width: calc(150 / 13* 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .box_tbl .c-table .col3 {
    width: calc(300 / 13* 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .box_tbl .c-table .col3 {
    width: calc(330 / 13* 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .box_tbl .c-table .col4 {
    width: calc(560 / 13* 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .box_tbl .c-table .col4 {
    width: calc(560 / 13* 1rem);
  }
}
.box_tbl .c-table th, .box_tbl .c-table td {
  border-left: 1px solid var(--color-b);
  border-bottom: 1px solid var(--color-b);
  color: #433d38;
  box-sizing: border-box;
  padding: .5rem 1rem;
  font-weight: normal;
}
.box_tbl .c-table th:first-child, .box_tbl .c-table td:first-child {
  border-left: none;
}
.box_tbl .c-table thead th {
  background-color: #CBC9C1;
  color: var(--color-text-title);
}
@media only screen and (min-width: 768px) {
  .box_tbl .c-table thead th {
    font-size: calc(14 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .box_tbl .c-table thead th {
    font-size: calc(calc(13 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .box_tbl .c-table thead th {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .box_tbl .c-table thead th {
    text-align: left;
  }
}
.box_tbl .c-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.box_tbl .c-table tbody th, .box_tbl .c-table tbody td {
  color: var(--color-text-body);
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .box_tbl .c-table tbody th, .box_tbl .c-table tbody td {
    font-size: calc(13 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .box_tbl .c-table tbody th, .box_tbl .c-table tbody td {
    font-size: calc(calc(13 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.box_tbl .c-table tbody th {
  background-color: #F1F0E9;
}
.box_tbl .c-table tbody th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .box_tbl .c-table {
    min-width: 768px;
  }
}

.c-title .num {
  font-family: var(--font-en);
  font-optical-sizing: auto;
  font-size: 385%;
  color: var(--color-cv);
  line-height: 1.5;
}

.c-point-tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .c-point-tit {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .c-point-tit {
    margin-top: 1rem;
  }
}
.c-point-tit .sub {
  display: block;
  color: var(--color-cv);
  font-weight: normal;
  line-height: 1.4;
}
.c-point-tit .sub .en {
  font-family: var(--font-en);
  font-optical-sizing: auto;
}
@media only screen and (min-width: 1025px) {
  .c-point-tit .sub .en {
    font-size: calc(15 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-point-tit .sub .en {
    font-size: calc(14 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .c-point-tit .sub .en {
    font-size: calc(calc(15 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.c-point-tit .sub .num {
  font-family: var(--font-jp-serif);
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .c-point-tit .sub .num {
    font-size: calc(22 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-point-tit .sub .num {
    font-size: calc(18 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .c-point-tit .sub .num {
    font-size: calc(calc(16 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.c-point-tit .tit {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  display: block;
  word-break: keep-all;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .c-point-tit .tit {
    font-size: calc(16 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .c-point-tit .tit {
    font-size: calc(calc(16 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .c-point-tit .tit {
    width: calc(100% - 4em);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-point-tit .tit {
    width: calc(100% - 3.5em);
  }
}
@media only screen and (max-width: 767px) {
  .c-point-tit .tit {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c-point-tit .tit {
    padding-left: calc(12 / 13* 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .c-point-tit .tit {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #header h1 span {
    padding-top: .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header h1 span {
    height: 22rem;
    margin-right: -1rem;
  }
}
.p-service {
  position: relative;
}
.p-service__int {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-service__int {
    width: calc(1360 / 1440 * 100%);
    max-width: calc(1360px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-service__int {
    max-width: calc(1360px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__int {
    width: calc(1360 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__int {
    width: calc(388 / 428 * 100%);
  }
}
.p-service__int .p-service__int__txt .c-title {
  text-align: center;
}
.p-service__int .p-service__int__txt .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-service__int .p-service__int__txt .txt {
    margin-top: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__int .p-service__int__txt .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-service__int .tmp_anch {
    margin-top: calc(80 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__int .tmp_anch {
    margin-top: calc(60 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__int .tmp_anch {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-service__int .tmp_anch > ul > li {
    width: calc(154 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__int .tmp_anch > ul > li {
    width: calc(154 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__int .tmp_anch > ul > li:nth-of-type(n+3) {
    margin-top: 1.5em;
  }
}
.p-service__int .tmp_anch > ul > li > a {
  position: relative;
}
.p-service__int .tmp_anch > ul > li > a .f_num {
  position: absolute;
  top: -.7em;
  left: .5em;
}
@media only screen and (min-width: 768px) {
  .p-service__int .tmp_anch > ul > li > a .f_num {
    font-size: calc(26 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__int .tmp_anch > ul > li > a .f_num {
    font-size: calc(20 / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower {
    margin-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower {
    margin-top: 4em;
  }
}
.p-service__lower .read {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-service__lower .read {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower .read {
    margin-top: 2em;
  }
}
.p-service__lower .c-circle-btn {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-service__lower .c-circle-btn {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower .c-circle-btn {
    margin-top: 2rem;
  }
}
.p-service__lower__about {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about {
    margin-top: calc(90 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__about {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__about {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about {
    width: 100%;
    max-width: none;
  }
}
.p-service__lower__about .con_tit {
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_tit {
    width: calc(415 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_tit {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__about .con_tit {
    padding: 0 calc(75 / 13* 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__about .con_tit {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_tit {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_tit {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_tit {
    order: 1;
  }
}
.p-service__lower__about .con_tit .box_tit {
  width: 100%;
}
.p-service__lower__about .con_tit .box_tit .c-title {
  width: 100%;
}
.p-service__lower__about .con_tit .box_tit .read {
  text-align: left;
}
.p-service__lower__about .box_img {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .box_img {
    width: calc(1025 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .box_img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .box_img {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .box_img {
    order: 2;
  }
}
.p-service__lower__about .con_food {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  order: 3;
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__about .con_food {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-service__lower__about .con_food {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__about .con_food {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_food {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_food {
    margin-top: calc(80 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_food {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_food {
    flex-direction: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_food {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_food .info {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_food .info {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_food .info {
    width: calc(470 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_food .info {
    width: 100%;
  }
}
.p-service__lower__about .con_food .info .c-title span {
  text-align: left;
}
.p-service__lower__about .con_food .info .read {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_food .info .read {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_food .info .read {
    margin-top: 1rem;
  }
}
.p-service__lower__about .con_food .info .c-circle-btn {
  justify-content: flex-start;
}
.p-service__lower__about .con_food .box_img {
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_food .box_img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_food .box_img {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_food .box_img {
    width: calc(651 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_food .box_img {
    width: 100%;
  }
}
.p-service__lower__about .con_food .box_img p {
  width: 50%;
}
.p-service__lower__about .con_food .box_img p span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_food .box_img p span {
    margin-top: calc(4 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_food .box_img p span {
    margin-top: 0.5rem;
  }
}
.p-service__lower__about .con_tbl {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  order: 4;
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__about .con_tbl {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-service__lower__about .con_tbl {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__about .con_tbl {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_tbl {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_tbl {
    margin-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_tbl {
    margin-top: 5rem;
  }
}
.p-service__lower__about .con_tbl .c-title span {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .con_tbl .box_tbl {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .con_tbl .box_tbl {
    margin-top: 1rem;
  }
}
.p-service__lower__about .con_tbl .box_tbl .align-md {
  vertical-align: middle;
}
.p-service__lower__about .box_btn {
  order: 5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__about .box_btn {
    margin: calc(70 / 13 * 1rem) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__about .box_btn {
    margin: 2rem auto 0;
  }
}
.p-service__lower__about .box_btn .c-large-btn {
  justify-content: center;
}
.p-service__lower__service {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__service {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-service__lower__service {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__service {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__service {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__service {
    margin-top: calc(90 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__service {
    margin-top: 5em;
  }
}
.p-service__lower__service .box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__service .box_list {
    margin-top: calc(60 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__service .box_list {
    margin-top: 3em;
  }
}
.p-service__lower__service .box_list li {
  display: inline-flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__service .box_list li {
    width: calc(560 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__service .box_list li {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__service .box_list li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__service .box_list li {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__service .box_list li {
    margin-top: 3rem;
  }
}
.p-service__lower__service .box_list li .info .c-point-tit {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__service .box_list li .info .c-point-tit .sub {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__service .box_list li .info .c-point-tit .sub {
    margin-right: 0.8rem;
  }
}
.p-service__lower__service .box_list li .info .c-point-tit .tit {
  width: auto;
}
.p-service__lower__service .box_list li .info .txt {
  margin-top: 1rem;
}
.p-service__lower__service .box_list li .info .txt .color-or {
  color: var(--color-cv);
}
.p-service__lower__service .box_list li .info .txt.memo {
  color: var(--color-cv);
}
.p-service__lower__service .box_list li .info .c-btn {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__service .box_list li .info .c-btn {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__service .box_list li .info .c-btn {
    margin-top: 2rem;
  }
}
.p-service__lower__service .box_list li .info .c-btn .c-btn__link {
  background: transparent;
  border-color: var(--color-b);
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__service .box_list li .info .c-btn .c-btn__link:hover {
    border-color: var(--color-5);
  }
}
.p-service__lower__service .box_list li .img {
  width: 100%;
}
.p-service__lower__service .box_list li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__service .box_list.col3 li {
    width: calc(360 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__service .box_list.col3 li {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__service .box_list.col3 li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__service .box_list.col3 li {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__service .box_list.col3 li {
    margin-bottom: 1rem;
  }
}
.p-service__lower__service .st {
  margin: 2rem auto 0;
  text-align: center;
}
.p-service__lower__info .box_list {
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__info .box_list {
    width: calc(850 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list {
    width: calc(320 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__info .box_list {
    margin: calc(60 / 13 * 1rem) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list {
    margin: 3em auto 0;
  }
}
.p-service__lower__info .box_list .item {
  display: inline-flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__info .box_list .item {
    margin-bottom: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list .item {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__info .box_list .item {
    width: calc(360 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list .item {
    width: 49%;
  }
}
.p-service__lower__info .box_list .item .info .c-point-tit span.tit.small {
  font-size: calc(14 / 13* 1rem);
  padding-left: 0;
}
.p-service__lower__info .box_list .item .info .amenity {
  padding-left: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__info .box_list .item .info .amenity {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list .item .info .amenity {
    margin-top: 1rem;
  }
}
.p-service__lower__info .box_list .item .info .amenity li {
  list-style-type: disc;
  line-height: 1.8;
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__info .box_list .item .info .amenity li {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__info .box_list .item .info .amenity li {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list .item .info .amenity li {
    font-size: calc(calc(11 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-service__lower__info .box_list.icon_list {
  justify-content: center;
}
.p-service__lower__info .box_list.icon_list .item {
  box-sizing: border-box;
  padding: 0.1rem;
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__info .box_list.icon_list .item {
    width: calc(1 / 5 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__info .box_list.icon_list .item {
    width: wcon(1, 3);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list.icon_list .item {
    width: calc(1 / 2 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__lower__info .box_list.icon_list .item {
    margin-bottom: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list.icon_list .item {
    margin-bottom: 2rem;
  }
}
.p-service__lower__info .box_list.icon_list .item .info .c-point-tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__info .box_list.icon_list .item .info .c-point-tit {
    margin-top: calc(4 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list.icon_list .item .info .c-point-tit {
    margin-top: 0.3rem;
  }
}
.p-service__lower__info .box_list.icon_list .item .info .c-point-tit .sub {
  display: none;
}
.p-service__lower__info .box_list.icon_list .item .info .c-point-tit .tit {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__info .box_list.icon_list .item .info .c-point-tit .tit {
    margin-top: calc(4 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list.icon_list .item .info .c-point-tit .tit {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-service__lower__info .box_list.icon_list .item .info .c-point-tit .tit {
    font-size: calc(16 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__lower__info .box_list.icon_list .item .info .c-point-tit .tit {
    font-size: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .box_list.icon_list .item .info .c-point-tit .tit {
    font-size: calc(calc(13 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-service__lower__info .box_list.icon_list .item .info .c-point-tit .tit small {
  display: block;
}
.p-service__lower__info .box_list.icon_list .item .img {
  display: flex;
  justify-content: center;
  width: calc(80 / 13 * 1rem);
  height: calc(80 / 13 * 1rem);
  margin: auto;
  box-sizing: border-box;
  padding: 1.3rem;
  border-radius: calc(8 / 13 * 1rem);
}
.p-service__lower__info .box_list.icon_list .item .img.c-orange {
  background-color: #CC7233;
}
.p-service__lower__info .box_list.icon_list .item .img.c-red {
  background-color: #BA5244;
}
.p-service__lower__info .box_list.icon_list .item .img.c-brown {
  background-color: #8A6036;
}
.p-service__lower__info .box_list.icon_list .item .img.c-green {
  background-color: #7F992B;
}
.p-service__lower__info .box_list.icon_list .item .img.c-yellow {
  background-color: #DCAC37;
}
.p-service__lower__info .box_list.icon_list .item .img.c-blue {
  background-color: #5E90B1;
}
.p-service__lower__info .box_list.icon_list .item .img.c-pp-blue {
  background-color: #5F5CBC;
}
.p-service__lower__info .box_list.icon_list .item .img.c-lavender-pp {
  background-color: #9768B1;
}
.p-service__lower__info .box_list.icon_list .item .img.c-burgundy {
  background-color: #B16869;
}
.p-service__lower__info .box_list.icon_list .item .img img {
  opacity: .8;
}
.p-service__lower__info .txt {
  box-sizing: border-box;
  padding: 0 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-service__lower__info .txt {
    margin-top: calc(24 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__lower__info .txt {
    margin-top: 2rem;
  }
}
.p-service__notice {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  border-color: var(--color-7);
  background-color: var(--color-e9e8e3);
}
@media only screen and (min-width: 1025px) {
  .p-service__notice {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-service__notice {
    max-width: calc(900px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__notice {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice {
    width: calc(348 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__notice {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice {
    margin-top: 3em;
  }
}
.p-service__notice .deco_btm,
.p-service__notice .deco_top {
  position: absolute;
  height: 7px;
  width: 100%;
}
.p-service__notice .deco_btm::before, .p-service__notice .deco_btm::after,
.p-service__notice .deco_top::before,
.p-service__notice .deco_top::after {
  content: "";
  position: absolute;
}
.p-service__notice .deco_btm::before,
.p-service__notice .deco_top::before {
  top: 0;
  right: 0;
}
.p-service__notice .deco_btm::after,
.p-service__notice .deco_top::after {
  left: 0;
  top: 0;
}
.p-service__notice .deco_top {
  top: 0;
}
.p-service__notice .deco_top::before {
  border-bottom: 6px solid transparent;
}
.p-service__notice .deco_top::after {
  border-bottom: 6px solid transparent;
}
.p-service__notice .deco_btm {
  bottom: -1px;
}
.p-service__notice .deco_btm::before {
  border-top: 6px solid transparent;
}
.p-service__notice .deco_btm::after {
  border-top: 6px solid transparent;
}
.p-service__notice .deco_top::before {
  border-right: 7px solid var(--color-7);
}
.p-service__notice .deco_top::after {
  border-left: 7px solid var(--color-7);
}
.p-service__notice .deco_btm::before {
  border-right: 7px solid var(--color-7);
}
.p-service__notice .deco_btm::after {
  border-left: 7px solid var(--color-7);
}
.p-service__notice__inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-service__notice__inner {
    padding: calc(35 / 13 * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__notice__inner {
    width: calc(800 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner {
    width: 88%;
  }
}
.p-service__notice__inner .txt {
  margin-top: .5em;
  text-align: center;
}
.p-service__notice__inner__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-service__notice__inner__txt {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner__txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner__txt {
    flex-direction: column;
  }
}
.p-service__notice__inner__txt .box_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner__txt .box_txt {
    flex-direction: column;
  }
}
.p-service__notice__inner__txt .box_txt a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-service__notice__inner__txt .box_txt .st {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner__txt .box_txt .st {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__notice__inner__txt .box_txt .st {
    margin-right: .75em;
  }
}
.p-service__notice__inner__txt .box_txt .tel_txt {
  font-family: var(--font-en);
  font-optical-sizing: auto;
}
@media only screen and (min-width: 768px) {
  .p-service__notice__inner__txt .box_txt .tel_txt {
    font-size: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner__txt .box_txt .tel_txt {
    font-size: calc(30 / var(--font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner__txt .box_txt .tel_txt {
    line-height: 1.2;
  }
}
.p-service__notice__inner__txt .btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-service__notice__inner__txt .c-large-btn {
    width: calc(350 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner__txt .c-large-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__notice__inner__txt .c-large-btn {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner__txt .c-large-btn {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__notice__inner__txt .c-large-btn {
    margin-top: 1em;
  }
}
.p-service__notice__inner__txt .c-large-btn__link {
  min-width: 100%;
}
.p-service__notice__inner__txt .c-large-btn:first-child {
  margin-left: 0;
}
.p-service__contact {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  border-color: var(--color-7);
  background-color: var(--color-e9e8e3);
}
@media only screen and (min-width: 1025px) {
  .p-service__contact {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-service__contact {
    max-width: calc(900px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__contact {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact {
    width: calc(348 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__contact {
    margin-top: calc(70 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact {
    margin-top: 3em;
  }
}
.p-service__contact .deco_btm,
.p-service__contact .deco_top {
  position: absolute;
  height: 7px;
  width: 100%;
}
.p-service__contact .deco_btm::before, .p-service__contact .deco_btm::after,
.p-service__contact .deco_top::before,
.p-service__contact .deco_top::after {
  content: "";
  position: absolute;
}
.p-service__contact .deco_btm::before,
.p-service__contact .deco_top::before {
  top: 0;
  right: 0;
}
.p-service__contact .deco_btm::after,
.p-service__contact .deco_top::after {
  left: 0;
  top: 0;
}
.p-service__contact .deco_top {
  top: 0;
}
.p-service__contact .deco_top::before {
  border-bottom: 6px solid transparent;
}
.p-service__contact .deco_top::after {
  border-bottom: 6px solid transparent;
}
.p-service__contact .deco_btm {
  bottom: -1px;
}
.p-service__contact .deco_btm::before {
  border-top: 6px solid transparent;
}
.p-service__contact .deco_btm::after {
  border-top: 6px solid transparent;
}
.p-service__contact .deco_top::before {
  border-right: 7px solid var(--color-7);
}
.p-service__contact .deco_top::after {
  border-left: 7px solid var(--color-7);
}
.p-service__contact .deco_btm::before {
  border-right: 7px solid var(--color-7);
}
.p-service__contact .deco_btm::after {
  border-left: 7px solid var(--color-7);
}
.p-service__contact__inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-service__contact__inner {
    padding: calc(35 / 13 * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__contact__inner {
    width: calc(800 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner {
    width: 88%;
  }
}
.p-service__contact__inner .txt {
  margin-top: .5em;
  text-align: center;
}
.p-service__contact__inner__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-service__contact__inner__tel {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner__tel {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner__tel {
    flex-direction: column;
  }
}
.p-service__contact__inner__tel .tel_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner__tel .tel_box {
    flex-direction: column;
  }
}
.p-service__contact__inner__tel .tel_box a, .p-service__contact__inner__tel .tel_box .tel {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-service__contact__inner__tel .tel_box .st {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner__tel .tel_box .st {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-service__contact__inner__tel .tel_box .st {
    margin-right: .75em;
  }
}
.p-service__contact__inner__tel .tel_box .tel_txt {
  font-family: var(--font-en);
  font-optical-sizing: auto;
}
@media only screen and (min-width: 768px) {
  .p-service__contact__inner__tel .tel_box .tel_txt {
    font-size: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner__tel .tel_box .tel_txt {
    font-size: calc(30 / var(--font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner__tel .tel_box .tel_txt {
    line-height: 1.2;
  }
}
.p-service__contact__inner__tel .btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-service__contact__inner__tel .c-large-btn {
    width: calc(350 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner__tel .c-large-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-service__contact__inner__tel .c-large-btn {
    margin-left: calc(15 / 800 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-service__contact__inner__tel .c-large-btn {
    margin-top: 1em;
  }
}
.p-service__contact__inner__tel .c-large-btn__link {
  min-width: 100%;
}
.p-service__contact__inner__tel .c-large-btn:first-child {
  margin-left: 0;
}
