@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
/************
 * 共通部品 *
 ************/

.br-pc {
  display: none;
}

/*******************
* フォント読み込み *
********************/
/********************
 * メインビジュアル *
 ********************/
.main-visual {
  margin: 0;
  padding: 0;
}
.main-visual img {
  display: block;
  width: 100%;
  margin: 0;
}
.main-visual__image-container--sp {
  width: 100%;
}
.main-visual__image-container--pc {
  display: none;
}
.main-visual__content-container {
  position: relative;
  padding: 25px 16px 25px 30px;
  background-color: #57a5a0;
  color: #ffffff;
}
.main-visual__content {
  position: relative;
  font: 700 20px/35px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.main-visual__content span {
  padding: 0 0 3px;
  background: linear-gradient(transparent 26px, #e4c542 0%);
}

/******************************
 * こんなお悩みありませんか？ *
 ******************************/
.trouble {
  margin: 0;
  padding: 40px 15px;
  background-color: #f1f8f4;
}
.trouble__flex-container {
  width: 100%;
  margin-bottom: 30px;
}
.trouble__flex-image {
  display: block;
  width: 100%;
}
.trouble__list-container {
  position: relative;
  margin: 0 -5px;
  padding: 30px 20px;
  background-color: #ffffff;
}
.trouble__list-container::before {
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 17.5px #f1f8f4;
  border-right: solid 17.5px #f1f8f4;
  border-bottom: solid 17.5px #57a5a0;
  border-left: solid 17.5px #57a5a0;
  content: "";
}
.trouble__list-headline {
  margin: 0;
  font: 700 20px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.trouble__list {
  margin-top: 0;
  margin-bottom: -10px;
  padding: 20px 0 0 23px;
  list-style: none;
}
.trouble__item {
  position: relative;
  margin-bottom: 10px;
  font: 500 16px/24px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.trouble__item::before {
  display: block;
  position: absolute;
  top: 5px;
  left: -23px;
  width: 17px;
  height: 16px;
  background-image: url("../images/top/check-mark.svg");
  content: "";
}
.trouble__description-container {
  margin-bottom: -20px;
  padding: 25px 0 0;
}
.trouble__description {
  margin: 0 0 20px;
  font: 400 16px/35px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.trouble__description span {
  font-weight: 700;
}
.trouble__emphasis {
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 10px;
  font: 700 28px/48px "Noto Sans JP", sans-serif;
}
.trouble__image-container {
  width: 100%;
  padding-bottom: 20px;
  float: right;
}
.trouble__image {
  display: block;
  width: 100%;
  margin: 0;
}

/**************
 * 実際の変化 *
 **************/
.change {
  margin: 0;
  padding: 0 15px 40px;
  background-color: #f1efe8;
}
.change__headline-container {
  position: relative;
  margin: 0 -15px 21.15px;
  padding-top: 22px;
  padding-bottom: 25px;
  background-color: #a39363;
}
.change__headline-container::after {
  -webkit-transform: translateX(50%) rotate(45deg);
  position: absolute;
  right: 50%;
  bottom: -15px;
  width: 30px;
  height: 30px;
  transform: translateX(50%) rotate(45deg);
  background-color: #a39363;
  content: "";
}
.change__headline {
  margin: 0;
  color: #ffffff;
  font: 700 20px/30px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.change__item {
  margin-bottom: 15px;
}
.change__h3-container {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}
.change__h3 {
  display: inline;
  margin: 21px auto;
  padding: 0 0 4px;
  background: linear-gradient(transparent 28px, #de7b36 0%);
  color: #de7b36;
  font: 700 18px/33px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.change__image-container {
  width: 100%;
  margin-bottom: -10px;
  padding-bottom: 20px;
}
.change__image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.change .wp-block-video {
  width: 100%;
  margin: 0 0 15px;
}
.change .wp-block-video video {
  width: 100%;
}
.change__flex-image {
  display: block;
  width: 250px;
  margin: 0 auto 10px;
}
.change__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.change__table thead {
  display: block;
  width: 45%;
  float: left;
  background-color: #5aaba6;
  color: #ffffff;
}
.change__table thead tr {
  width: 100%;
}
.change__table thead th {
  font: 500 14px/24px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.change__table thead th:not(:first-child) {
  border-top: 1px solid #d8d8d8;
}
.change__table tbody {
  display: block;
  width: 55%;
  float: left;
}
.change__table tbody tr {
  box-sizing: border-box;
  width: 50%;
  border-left: 1px solid #d8d8d8;
}
.change__table tbody tr.single-row {
  width: 100%;
}
.change__table tbody th {
  background-color: #f1f8f4;
  font: 400 14px/24px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.change__table tr {
  display: block;
  float: left;
}
.change__table th {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.change__table td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-top: 1px solid #d8d8d8;
  background-color: #ffffff;
  color: #dd453a;
  font: 700 16px/35px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.change__table-2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.change__table-2 th {
  width: 70px;
  height: 50px;
  background-color: #5aaba6;
  color: #ffffff;
}
.change__table-2 td {
  padding: 10px;
  background-color: #ffffff;
}
.change__table-2 th {
  font: 500 16px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.change__table-2 td {
  font: 400 16px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.change__table-2 tr:not(:first-child) {
  border-top: 1px solid #d8d8d8;
}
.change__table-2 ul {
  margin: 0;
  padding-left: 20px;
}
.change__note {
  margin: 0;
  padding: 20px 0;
  font: 400 12px/20px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.change__description {
  font: 400 14px/30px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.change__description span {
  font-weight: 700;
}
.change__h3-voice {
  margin: 0;
  padding: 10px 0;
  font: 700 18px/33px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.change__voice-list {
  margin-bottom: -19px;
  padding-top: 8px;
}
.change__voice {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 19px;
  padding: 40px 25px;
  border: solid 2px #de7b36;
  border-radius: 10px;
  background-color: #ffffff;
  font: 400 16px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.change__detail-btn-container {
  padding: 20px 0 16px;
}
.change__detail-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  margin: 0 auto;
  margin-top: -2px;
  border-radius: 25px;
  background-color: #5aaba6;
  background-color: #60aca4;
  color: #ffffff;
  color: #ffffff;
  font: 500 14px/24.5px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
}
.change__detail-btn span {
  display: inline-block;
  position: relative;
  text-align: right;
  text-decoration: none;
}
.change__detail-btn span:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}
.change__detail-btn span:after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6px;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: solid 1px #5aaba6;
  border-right: solid 1px #5aaba6;
  content: "";
}
.change__detail-btn span {
  position: absolute;
  top: 25px;
  right: 10px;
}
.change__detail-btn:hover {
  opacity: 0.7;
}

/********************
 * 他の方法との違い *
 ********************/
.difference {
  margin: 0;
  padding: 40px 15px;
}
.difference__headline-container {
  padding-bottom: 27px;
}
.difference__headline {
  margin: 0;
  font: 700 20px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.difference__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.difference__thead {
  display: none;
}
.difference__row--normal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 15px;
}
.difference__row--normal th {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #57a5a0;
  color: #ffffff;
  font: 500 16px/30px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.difference__row--normal td:before {
  display: block;
  height: 25px;
  margin-bottom: 8px;
  background-color: #d8d8d8;
  content: attr(data-label);
  font: 400 14px/25px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.difference__row--emphasis {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.difference__row--emphasis th {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #de7b36;
  color: #ffffff;
  font: 500 16px/30px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.difference__row--emphasis td {
  background-color: #fdf0ea;
  color: #de7b36;
  font-weight: 700;
}
.difference__row--emphasis td::before {
  display: block;
  height: 25px;
  margin-top: -1px;
  margin-bottom: 8px;
  background-color: #e0b08f;
  content: attr(data-label);
  color: #2d2d2d;
  font: 400 14px/25px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.difference td {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: calc(50% + 2px);
  margin: -1px;
  padding-bottom: 8px;
  font: 400 14px/17px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.difference td:nth-child(even) {
  border-right: solid 1px #ffffff;
}
.difference td:nth-child(odd) {
  border-left: solid 1px #ffffff;
}
.difference__v-center {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: calc(50% + 12.5px);
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.difference__description-container {
  display: none;
}
.difference__description {
  margin: 0;
  font: 400 16px/35px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.difference__description span {
  font-weight: 700;
}

/********
 * 特徴 *
 ********/
.feature {
  margin: 0;
  padding: 40px 15px;
  background-color: #f1efe8;
}
.feature--white {
  margin: 0;
  padding: 40px 15px;
  background-color: #ffffff;
}
.feature__headline-container {
  padding-bottom: 30px;
}
.feature__headline {
  margin: 0;
  font: 700 20px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.feature__head-description {
  font: 400 16px/35px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.feature__head-description span {
  font-weight: 700;
}
.feature__elesas {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.feature__list {
  margin-top: -30px;
}
.feature__item {
  padding: 30px 0 20px;
  border-bottom: solid 1px #d8d8d8;
}
.feature__image-container {
  padding-bottom: 15px;
}
.feature__image {
  width: 100%;
  border-radius: 10px;
}
.feature__h3-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 15px;
}
.feature__list-icon {
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #9d8f60;
  color: #ffffff;
  font: 600 20px/20px "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.feature__list-icon span {
  font: 400 10px/10px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.feature__h3-wrapper {
  box-sizing: border-box;
  width: calc(100% - 49px);
  padding-left: 13px;
}
.feature__h3 {
  display: inline;
  margin: 21px auto;
  margin: 0;
  padding: 0 0 4px;
  background: linear-gradient(transparent 28px, #de7b36 0%);
  color: #de7b36;
  font: 700 18px/33px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.feature__description-container {
  margin-bottom: -20px;
}
.feature__description {
  margin-top: 0;
  margin-bottom: 20px;
  font: 400 14px/29px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.feature__description span {
  font-weight: 700;
}
.feature__link-deco {
  color: #0076ba;
  text-decoration: underline;
}
.feature__note {
  margin: 0;
  padding: 20px 0;
  font: 400 12px/20px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

/********
 * 特徴 *
 ********/
.question {
  margin: 0;
  padding: 40px 15px;
  background-color: #f1f8f4;
}
.question__headline-container {
  padding-bottom: 27px;
}
.question__headline {
  margin: 0;
  font: 700 20px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.question__list {
  margin-bottom: -20px;
}
.question__item {
  margin-bottom: 20px;
  padding: 16px 15px 36px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.question__h3-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 23px;
}
.question__list-icon {
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #5aaba6;
  color: #ffffff;
  font: 600 18px/48px "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.question__h3-wrapper {
  box-sizing: border-box;
  width: calc(100% - 49px);
  padding-left: 13px;
}
.question__h3 {
  width: 100%;
  margin: 0;
  font: 700 18px/29px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.question__description {
  margin: 0;
  padding: 25px 25px 30px;
  background-color: #f4f4f4;
  font: 400 14px/30px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.question__description span {
  font-weight: 700;
}
.question__banner-container {
  width: 100%;
  padding-top: 30px;
}
.question__banner--sp {
  display: block;
  width: 100%;
  margin: 0;
}
.question__banner--sp:hover {
  opacity: 0.7;
}
.question__banner--pc {
  display: none;
}
.question__banner--pc:hover {
  opacity: 0.7;
}

/********************
 * メインビジュアル *
 ********************/
.access-mv {
  margin: 0;
  padding: 0;
}
.access-mv img {
  display: block;
  width: 100%;
  margin: 0;
}
.access-mv__image-container {
  display: block;
  width: 100%;
}
.access-mv__content-container {
  position: relative;
  padding: 25px 16px 25px 30px;
  background-color: #57a5a0;
  color: #ffffff;
}
.access-mv__content {
  position: relative;
  font: 700 20px/35px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.access-mv__content span {
  color: #e4c542;
  font-size: 28px;
}

/************
 * アクセス *
 ************/
.access {
  margin: 0;
  padding: 40px 15px;
  background-color: #f1f8f4;
}
.access__headline-container {
  padding-bottom: 27px;
}
.access__headline {
  margin: 0;
  font: 700 20px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.access__description {
  font: 400 16px/20px "Noto Sans JP", sans-serif;
}
.access__note {
  font: 400 14px/18px "Noto Sans JP", sans-serif;
}
.access__map-container {
  margin-top: 30px;
}
.access__map {
  width: 100%;
  height: calc(150vw - 2 * $kasou-padding-x--sp);
  margin-bottom: 20px;
}
.access__street {
  width: 100%;
  height: calc(150vw - 2 * $kasou-padding-x--sp);
}

/********************
 * フォトギャラリー *
 ********************/
.photo {
  margin: 0;
  padding: 40px 15px;
  background-color: #ffffff;
}
.photo__headline-container {
  padding-bottom: 27px;
}
.photo__headline {
  margin: 0;
  font: 700 20px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.photo__gallery-container {
  width: 100%;
}
.photo__container {
  width: 100%;
  margin-bottom: 30px;
  font: 400 14px/20px "Noto Sans JP", sans-serif;
}
.photo__image {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

/**************
 * コロナ対策 *
 **************/
.corona {
  margin: 0;
  padding: 40px 15px;
  background-color: #f1f8f4;
}
.corona__headline-container {
  padding-bottom: 27px;
}
.corona__headline {
  margin: 0;
  font: 700 20px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.corona__image {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.corona__caption {
  margin-bottom: 40px;
  padding-top: 10px;
  font: 400 14px/20px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.corona__sentence {
  margin-bottom: 30px;
  font: 400 16px/22px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.corona__list {
  margin-bottom: -20px;
}
.corona__item {
  margin-bottom: 20px;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.corona__h3-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.corona__list-icon {
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #5aaba6;
  color: #ffffff;
  font: 600 18px/48px "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.corona__h3-wrapper {
  box-sizing: border-box;
  width: calc(100% - 49px);
  padding-left: 13px;
}
.corona__h3 {
  width: 100%;
  margin: 0;
  font: 700 18px/29px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.corona__description {
  margin-bottom: 23px;
  padding: 25px 25px 30px;
  background-color: #f4f4f4;
  font: 400 14px/30px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.corona__description span {
  font-weight: 700;
}
.corona__banner-container {
  width: 100%;
  padding-top: 30px;
}
.corona__banner--sp {
  display: block;
  width: 100%;
  margin: 0;
}
.corona__banner--sp:hover {
  opacity: 0.7;
}
.corona__banner--pc {
  display: none;
}
.corona__banner--pc:hover {
  opacity: 0.7;
}

/****************
 * 服装について *
 ****************/
.clothes {
  margin: 0;
  padding: 40px 15px;
  background-color: #ffffff;
}
.clothes__headline-container {
  padding-bottom: 27px;
}
.clothes__headline {
  margin: 0;
  font: 700 20px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.clothes__description {
  font: 400 16px/22px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.clothes__list {
  padding-left: 30px;
}
.clothes__list li {
  margin-bottom: 10px;
  font: 400 16px/22px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

/************
 * 受付時間 *
 ************/
.reception {
  margin: 0;
  padding: 40px 15px;
  background-color: #ffffff;
}
.reception__headline-container {
  padding-bottom: 27px;
}
.reception__headline {
  margin: 0;
  font: 700 20px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.reception__table-container {
  width: 100%;
}
.reception__business-hour {
  width: 100%;
  border-collapse: collapse;
  font: 400 14px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  table-layout: fixed;
}
.reception__business-hour tr {
  border-bottom: solid 1px #d8d8d8;
}
.reception__business-hour thead tr {
  height: 30px;
}
.reception__business-hour tbody tr {
  height: 35px;
}
.reception__business-hour th {
  padding: 0;
  border: none;
  background-color: #ffffff;
  color: #2d2d2d;
  text-align: center;
  vertical-align: middle;
}
.reception__business-hour th:first-child {
  width: 100px;
  border-right: 1px solid #d8d8d8;
}
.reception__business-hour td {
  position: relative;
  border: none;
}
.reception__open::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #5aaba6;
  content: "";
}
.reception__close::before, .reception__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #5aaba6;
  content: "";
}
.reception__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.reception__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.reception__close-day {
  font: 400 14px/33px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: right;
}
.reception__table-note {
  padding-top: 5px;
  padding-left: 0.5em;
  font: 400 12px/20px "Noto Sans JP", sans-serif;
}
.reception__note {
  margin-top: 30px;
  font: 400 16px/20px "Noto Sans JP", sans-serif;
  text-align: left;
}
.reception__h3-container {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.reception__h3 {
  display: inline;
  margin: 21px auto;
  padding: 0 0 4px;
  background: linear-gradient(transparent 28px, #de7b36 0%);
  color: #de7b36;
  font: 700 18px/33px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.reception__tel-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 74px;
  margin-top: 10px;
  border-radius: 37px;
  background-color: #de7b36;
}
.reception__tel-container:hover {
  opacity: 0.7;
}
.reception__tel-wrapper {
  display: flex;
  margin-top: 4px;
  margin-bottom: 5px;
}
.reception__tel-icon {
  width: 20px;
  margin-right: 10px;
}
.reception__tel-num {
  color: #ffffff;
  font: 700 27px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.01px;
}
.reception__tel-messege {
  color: #ffffff;
  font: 500 12px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.08px;
}
.reception__reserve-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 74px;
  margin-top: 20px;
  border-radius: 37px;
  background-color: #51a873;
  color: #ffffff;
  font: 700 20px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.reception__reserve-btn:hover {
  opacity: 0.7;
}
.reception__reserve-btn img {
  position: relative;
  top: 3px;
  width: 32px;
}
.reception__reserve-btn span {
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: inline;
  }
  .main-visual {
    display: flex;
  }
  .main-visual__image-container--sp {
    display: none;
  }
  .main-visual__image-container--pc {
    display: block;
    width: 60%;
    max-width: 840px;
  }
  .main-visual__content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 840px);
    min-width: 580px;
    padding: 0;
  }
  .main-visual__content-container::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 44px;
    height: 89px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    content: "";
  }
  .main-visual__content-container::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 89px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
  }
  .main-visual__content {
    font-size: 31px;
    line-height: 58px;
  }
  .main-visual__content span {
    padding: 0 0 3px;
    background: linear-gradient(transparent 43px, #e4c542 0%);
  }
  .trouble {
    padding: 85px calc(50% - 500px);
  }
  .trouble__flex-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .trouble__flex-image {
    width: 300px;
    height: 200px;
    margin-left: 10px;
  }
  .trouble__list-container {
    padding: 50px 150px 50px 190px;
  }
  .trouble__list-container::before {
    border-top: solid 30px #f1f8f4;
    border-right: solid 30px #f1f8f4;
    border-bottom: solid 30px #57a5a0;
    border-left: solid 30px #57a5a0;
  }
  .trouble__list-headline {
    font-size: 33px;
    line-height: 33px;
  }
  .trouble__list {
    padding: 38px 0 0 40px;
  }
  .trouble__item {
    font: 18px/30px "Noto Sans JP", sans-serif;
  }
  .trouble__item::before {
    top: 4px;
    left: -40px;
    width: 26px;
    height: 25px;
  }
  .trouble__image-container {
    width: 350px;
    padding-left: 10px;
  }
  .change {
    padding: 0 calc(50% - 500px) 85px;
  }
  .change__headline-container {
    margin: 0 calc(500px - 50vw) 42.3px;
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .change__headline-container::after {
    bottom: -30px;
    width: 60px;
    height: 60px;
  }
  .change__headline {
    font: 700 34px/34px "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
  }
  .change__item {
    margin-bottom: 30px;
  }
  .change__h3-container {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .change__h3 {
    padding: 0 0 5px;
    background: linear-gradient(transparent 37px, #de7b36 0%);
    font-size: 24px;
  }
  .change__image-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
  }
  .change__image {
    -o-object-fit: contain;
    width: 490px;
    height: 353px;
    object-fit: contain;
  }
  .change__flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .change__flex-image {
    width: auto;
    height: 150px;
    margin: 0 30px;
  }
  .change__table thead {
    display: table-header-group;
    float: none;
  }
  .change__table thead th {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .change__table thead th:not(:first-child) {
    border-top: none;
    border-left: 1px solid #d8d8d8;
  }
  .change__table tbody {
    display: table-row-group;
    float: none;
  }
  .change__table tbody tr {
    border-top: 1px solid #d8d8d8;
    border-left: none;
  }
  .change__table tbody th {
    background-color: #f1f8f4;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .change__table tr {
    display: table-row;
    float: none;
  }
  .change__table th {
    display: table-cell;
    height: 67px;
  }
  .change__table td {
    display: table-cell;
    height: 67px;
    border-top: none;
    border-left: 1px solid #d8d8d8;
    background-color: #ffffff;
    color: #dd453a;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .change__table-2 th {
    width: 150px;
  }
  .change__table-2 ul {
    padding-left: 40px;
  }
  .change__note {
    font-size: 14px;
  }
  .change__description {
    font-size: 16px;
    line-height: 35px;
  }
  .change__voice-container {
    padding-top: 30px;
  }
  .change__h3-voice {
    font-size: 24px;
  }
  .change__voice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
  }
  .change__voice {
    display: flex;
    align-items: center;
    width: 495px;
    height: 150px;
    padding: 0 85px;
    font: 18px/30px "Noto Sans JP", sans-serif;
  }
  .change__detail-btn-container {
    padding: 42px 0 20px;
  }
  .change__detail-btn {
    width: 400px;
    height: 70px;
    border-radius: 35px;
    font-size: 20px;
    line-height: 70px;
  }
  .change__detail-btn span {
    position: absolute;
    top: 35px;
    right: 20px;
  }
  .difference {
    padding: 85px calc(50% - 500px);
  }
  .difference__headline-container {
    padding-bottom: 60px;
  }
  .difference__headline {
    font-size: 33px;
    line-height: 33px;
  }
  .difference__v-center {
    top: 50%;
  }
  .difference {
    border-collapse: separate;
  }
  .difference__thead {
    display: table-row;
    height: 78px;
    background-color: #5aaba6;
  }
  .difference__thead th {
    display: table-cell;
    width: 142px;
    color: #ffffff;
    font: 400 16px/28px "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
  }
  .difference__thead th:first-child {
    padding-left: 15px;
    text-align: left;
  }
  .difference__thead th:not(:last-child) {
    border-right: solid 1px #d8d8d8;
  }
  .difference__row--normal {
    display: table-row;
    height: 78px;
    border-bottom: 1px solid #d8d8d8;
  }
  .difference__row--normal th {
    display: table-cell;
    width: 142px;
    padding-left: 15px;
    background-color: #ffffff;
    color: #2d2d2d;
    font: 400 16px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .difference__row--normal td {
    display: table-cell;
    width: 142px;
    padding: 0;
    border-right: none !important;
    border-left: solid 1px #d8d8d8 !important;
    background-color: #ffffff;
    font: 400 16px/19.2px "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
  }
  .difference__row--normal td:last-child {
    width: 320px;
  }
  .difference__row--normal td:before {
    display: none;
  }
  .difference__row--normal span {
    font-size: 21px;
  }
  .difference__row--emphasis {
    display: table-row;
    height: 78px;
  }
  .difference__row--emphasis th {
    display: table-cell;
    width: 142px;
    padding-left: 15px;
    background-color: #fdf0ea;
    color: #de7b36;
    font: 700 16px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .difference__row--emphasis td {
    display: table-cell;
    width: 142px;
    padding: 0;
    border-right: none !important;
    border-left: solid 1px #d8d8d8 !important;
    font: 700 16px/19.2px "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
  }
  .difference__row--emphasis td::before {
    display: none;
  }
  .difference__row--emphasis span {
    font-size: 21px;
  }
  .difference__description-container {
    display: block;
    padding-top: 50px;
  }
  .feature {
    padding: 85px calc(50% - 500px);
  }
  .feature--white {
    padding: 85px calc(50% - 500px);
  }
  .feature__headline-container {
    padding-bottom: 55px;
  }
  .feature__headline {
    font-size: 33px;
    line-height: 33px;
  }
  .feature__item {
    display: flex;
    justify-content: space-between;
    padding: 42px 0 30px;
  }
  .feature__image-container {
    width: 410px;
  }
  .feature__content-container {
    width: 560px;
  }
  .feature__list-icon {
    width: 55px;
    height: 55px;
    line-height: 22px;
  }
  .feature__list-icon span {
    line-height: 12px;
  }
  .feature__h3 {
    padding: 0 0 4px;
    background: linear-gradient(transparent 33px, #de7b36 0%);
    font-size: 22px;
  }
  .feature__note {
    font-size: 14px;
  }
  .question {
    padding: 85px calc(50% - 500px);
  }
  .question__headline-container {
    padding-bottom: 55px;
  }
  .question__headline {
    font-size: 33px;
    line-height: 33px;
  }
  .question__item {
    padding: 27px 33px 34px;
  }
  .question__h3-container {
    padding-bottom: 17px;
  }
  .question__list-icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
  }
  .question__h3 {
    font-size: 22px;
    line-height: 33px;
  }
  .question__description {
    padding: 34px;
    font-size: 16px;
    line-height: 35px;
  }
  .question__banner-container {
    padding-top: 70px;
  }
  .question__banner--sp {
    display: none;
  }
  .question__banner--pc {
    display: block;
    width: 100%;
    margin: 0;
  }
  .access-mv {
    display: flex;
  }
  .access-mv__image-container {
    width: 60%;
    max-width: 840px;
  }
  .access-mv__content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 840px);
    min-width: 580px;
    padding: 0;
  }
  .access-mv__content-container::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 44px;
    height: 89px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    content: "";
  }
  .access-mv__content-container::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 89px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
  }
  .access-mv__content {
    font-size: 31px;
    line-height: 58px;
  }
  .access-mv__content span {
    font-size: 45px;
  }
  .access {
    padding: 85px calc(50% - 500px);
  }
  .access__headline-container {
    padding-bottom: 55px;
  }
  .access__headline {
    font-size: 33px;
    line-height: 33px;
  }
  .access__description {
    font: 400 18px/22px "Noto Sans JP", sans-serif;
  }
  .access__note {
    font: 400 16px/20px "Noto Sans JP", sans-serif;
  }
  .access__map-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .access__map {
    width: 480px;
  }
  .access__street {
    width: 480px;
  }
  .photo {
    padding: 85px calc(50% - 500px);
  }
  .photo__headline-container {
    padding-bottom: 55px;
  }
  .photo__headline {
    font-size: 33px;
    line-height: 33px;
  }
  .photo__gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .photo__container {
    width: calc(100% / 3 - 10px * 2);
    font-size: 16px;
    line-height: 22px;
  }
  .corona {
    padding: 85px calc(50% - 500px);
  }
  .corona__headline-container {
    padding-bottom: 55px;
  }
  .corona__headline {
    font-size: 33px;
    line-height: 33px;
  }
  .corona__image {
    width: 500px;
    margin: 0 auto;
  }
  .corona__caption {
    margin-bottom: 60px;
  }
  .corona__item {
    padding: 30px 33px;
  }
  .corona__list-icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
  }
  .corona__h3 {
    font-size: 22px;
    line-height: 33px;
  }
  .corona__description {
    margin-bottom: 17px;
    padding: 34px;
    font-size: 16px;
    line-height: 35px;
  }
  .corona__banner-container {
    padding-top: 70px;
  }
  .corona__banner--sp {
    display: none;
  }
  .corona__banner--pc {
    display: block;
    width: 100%;
    margin: 0;
  }
  .clothes {
    padding: 85px calc(50% - 500px);
  }
  .clothes__headline-container {
    padding-bottom: 55px;
  }
  .clothes__headline {
    font-size: 33px;
    line-height: 33px;
  }
  .clothes__description {
    font-size: 18px;
    line-height: 28px;
  }
  .clothes__list li {
    font-size: 18px;
    line-height: 24px;
  }
  .reception {
    padding: 85px calc(50% - 500px);
  }
  .reception__headline-container {
    padding-bottom: 55px;
  }
  .reception__headline {
    font-size: 33px;
    line-height: 33px;
  }
  .reception__table-container {
    width: 800px;
  }
  .reception__business-hour {
    font-size: 16px;
    line-height: 33px;
  }
  .reception__business-hour tr {
    border-bottom: solid 1px #d8d8d8;
  }
  .reception__business-hour thead tr {
    height: 40px;
  }
  .reception__business-hour tbody tr {
    height: 50px;
  }
  .reception__business-hour th:first-child {
    width: 200px;
  }
  .reception__business-hour td {
    position: relative;
  }
  .reception__open::after {
    width: 16px;
    height: 16px;
  }
  .reception__close::before, .reception__close::after {
    width: 20px;
  }
  .reception__close-day {
    font-size: 16px;
    line-height: 40px;
  }
  .reception__table-note {
    font: 400 14px/22px "Noto Sans JP", sans-serif;
  }
  .reception__h3-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .reception__h3 {
    padding: 0 0 5px;
    background: linear-gradient(transparent 37px, #de7b36 0%);
    font-size: 24px;
  }
  .reception__cv-container {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin-top: 15px;
  }
  .reception__tel-container {
    width: 380px;
    margin-top: 0;
  }
  .reception__reserve-btn {
    width: 380px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1260px) {
  .main-visual__content-container::before, .main-visual__content-container::after {
    display: none;
  }
  .main-visual__content::before {
    position: absolute;
    top: -60px;
    left: -35px;
    width: 44px;
    height: 89px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    content: "";
  }
  .main-visual__content::after {
    position: absolute;
    right: -35px;
    bottom: -60px;
    width: 44px;
    height: 89px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
  }
  .access-mv__content-container::before, .access-mv__content-container::after {
    display: none;
  }
  .access-mv__content::before {
    position: absolute;
    top: -60px;
    left: -35px;
    width: 44px;
    height: 89px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    content: "";
  }
  .access-mv__content::after {
    position: absolute;
    right: -35px;
    bottom: -60px;
    width: 44px;
    height: 89px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
  }
}
/*# sourceMappingURL=kasou.css.map */


@media(max-width:560px){
	p.youtube-block {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

iframe.youtube {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

/* /dietの下部バナーの修正 2022/1/18 増田　*/

img.diet-banner{
	display: none;
}

@media screen and (min-width: 1000px){
	img.diet-banner {
    display: block;
    width: 100%;
    margin: 0;
	}
}

