@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.grid-container {
  display: grid;
  margin: 4.375rem auto;
}
@media only screen and (max-width: 768px) {
  .grid-container {
    margin: 3.125rem auto 2rem;
  }
}
.grid-container.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.5rem;
}
@media only screen and (max-width: 768px) {
  .grid-container.grid-3 {
    grid-template-columns: 1fr;
  }
}
.grid-container.grid-harf {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 3.5rem;
}
@media only screen and (max-width: 768px) {
  .grid-container.grid-harf {
    grid-template-columns: 1fr;
  }
}

html {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  background: #fef8f8;
  line-height: 1.72;
  font-feature-settings: "palt";
  font-family: sans-serif;
  font-size: 1rem;
  color: #646464;
}

h2, h3, h4, h5 {
  color: #414e1b;
}

a:link {
  color: #5695cf;
  text-decoration: underline;
}

a:visited {
  color: #2b659b;
  text-decoration: underline;
}

a:hover {
  color: #5695cf;
  text-decoration: none;
}

.indexSection#hero {
  background: url(//claytherapy.jp/2025/special/exsessions/common/images/splash.jpg) 0 0 no-repeat;
  width: 100%;
  min-height: 43vw;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .indexSection#hero {
    min-height: 54vw;
    background-size: cover;
  }
}
.indexSection#hero .contents-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.indexSection#hero .contents-inner #page-title {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .indexSection#hero .contents-inner #page-title {
    font-size: 2rem;
  }
}
.indexSection#hero .contents-inner .sub {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .indexSection#hero .contents-inner .sub {
    font-size: 0.875rem;
  }
}
.indexSection#hero .contents-inner span {
  background: rgba(124, 89, 49, 0.3);
  /* background: rgba(90, 143, 54, 0.29); */
  padding: 0 1rem;
}
.indexSection .contents-inner {
  width: 70%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .indexSection .contents-inner {
    width: 90%;
  }
}
.indexSection .section-title {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .indexSection .section-title {
    font-size: 1.525rem;
  }
}
.indexSection .section-title span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
.indexSection .white-box {
  background: #fff;
  padding: 2.1875rem;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
}
.indexSection .white-box .grid-container {
  margin: 0;
  border: 1px solid #ccc;
}
.indexSection .cont-object {
  border-radius: 7px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.indexSection .border-radius {
  border-radius: 7px;
}
.indexSection .region + .region {
  margin-top: 5rem;
}
.indexSection .region.white-box {
  padding: 1rem;
}
.indexSection .region .inner {
  padding: 1.3rem;
  box-sizing: border-box;
  background: #fdfef8;
}
.indexSection .region .inner .text-bloc .title {
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 1.25rem;
}
.indexSection .region .inner .text-bloc .title span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.indexSection .region .inner .text-bloc .tel {
  display: block;
  font-weight: 700;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .indexSection .region .inner .text-bloc .tel {
    font-size: 1.7rem;
  }
}
.indexSection .region .inner .text-bloc h4 {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.indexSection .region .inner .text-bloc p + h4,
.indexSection .region .inner .text-bloc dl + h4 {
  margin-top: 2rem;
}
.indexSection .region .inner .text-bloc dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.indexSection .region .inner .text-bloc dl dt {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .indexSection .region .inner .text-bloc dl dt {
    display: table-row;
    width: 100%;
    color: #21270d;
  }
}
.indexSection .region .inner .text-bloc dl dd {
  display: table-cell;
  width: 80%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .indexSection .region .inner .text-bloc dl dd {
    display: table-row;
    width: 100%;
  }
}
.indexSection .region .inner .text-bloc dl + dl {
  margin-top: 0.5rem;
}
.indexSection .region .inner .text-bloc .price {
  font-size: 1.25rem;
}
.indexSection .region .inner .text-bloc .price span {
  font-size: 0.875rem;
}
.indexSection .region .inner .cont-object {
  aspect-ratio: 1/1;
  background: #ccc;
}
.indexSection .region .inner .cont-object iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.indexSection .place-list-inner {
  width: 50%;
  margin-inline: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .indexSection .place-list-inner {
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    width: 90%;
  }
}
.indexSection .place-list-inner li {
  width: calc((100% - 5rem) / 6);
}
@media only screen and (max-width: 768px) {
  .indexSection .place-list-inner li {
    width: 28%;
  }
}
.indexSection .place-list-inner li a {
  display: block;
}
.indexSection .place-list-inner li a img {
  width: 100%;
  height: auto;
}
.indexSection .list-desc {
  font-size: 0.875rem;
}
.indexSection .list-desc:before {
  content: "┗";
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 2px;
}
.indexSection .grid-cont picture {
  border-radius: 7px;
  overflow: hidden;
  margin: 0 0 0.5rem 0;
}
.indexSection .grid-cont picture img {
  width: 100%;
  height: auto;
}
.indexSection picture img {
  filter: contrast(120%) brightness(105%);
  image-rendering: crisp-edges;
}
@media only screen and (max-width: 768px) {
  .indexSection#about {
    margin-top: 2rem;
  }
}
.indexSection#about h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}
.indexSection#about p {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.indexSection#about p.lead {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .indexSection#about p {
    font-size: 1rem;
    line-height: 1.9;
    margin-top: 0;
  }
}
.indexSection#experience .white-top {
  background: url(../images/white-top.jpg) bottom center no-repeat;
  width: 100%;
  height: 98px;
  background-size: contain;
}
.indexSection#experience .white-bottom {
  background: url(../images/white-bottom.jpg) top center no-repeat;
  width: 100%;
  height: 105px;
  background-size: contain;
}
.indexSection#experience .grid-cont-wrap {
  background: #fff;
  padding: 2rem 0;
}
.indexSection#experience .grid-cont-wrap .grid-container {
  margin: 0;
}
.indexSection#experience .grid-cont-wrap .section-header {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.indexSection#experience .grid-cont-wrap .section-header span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
.indexSection#experience .grid-cont-wrap .grid-cont h3 {
  color: #eb9393;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.indexSection#experience .grid-cont-wrap .grid-cont .sub {
  color: #eb9393;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: -0.9rem;
  margin-bottom: 1rem;
}
.indexSection#experience .grid-cont-wrap .grid-cont h4 {
  color: #eb9393;
  margin-top: 2rem;
}
.indexSection#experience .grid-cont-wrap .grid-cont ol.exflow {
  list-style: none;
}
.indexSection#experience .grid-cont-wrap .grid-cont ol.exflow li .list-title {
  color: #21270d;
}
.indexSection#experience .grid-cont-wrap .grid-cont ol.exflow li + li {
  margin-top: 10px;
}
.indexSection#experience .grid-cont-wrap .grid-cont p + h4 {
  margin-top: 10px;
}
.indexSection#experience .grid-cont-wrap .grid-cont ul {
  list-style: disc;
  margin-top: 15px;
}
.indexSection#experience .grid-cont-wrap .grid-cont ul li {
  margin-left: 1.5em;
}
.indexSection#experience .grid-cont-wrap .grid-cont ul li + li {
  margin-top: 10px;
}
.indexSection#experience .grid-cont-wrap .grid-cont .price {
  font-size: 1.25rem;
}
.indexSection#experience .grid-cont-wrap .grid-cont .price span {
  font-size: 0.875rem;
}
.indexSection#experience .grid-cont-wrap .grid-cont picture {
  width: 70%;
  overflow: hidden;
}
.indexSection#experience .grid-cont-wrap .grid-cont picture img {
  width: 100%;
  height: auto;
  filter: none;
  image-rendering: auto;
}
.indexSection#experience .grid-cont-wrap .grid-cont h3:before {
  content: "■";
  display: inline-block;
  font-size: 0.725rem;
  margin-right: 0.6rem;
  vertical-align: middle;
}
.indexSection .region .btn {
  margin-top: 2rem;
}
.indexSection .region .btn a {
  border-radius: 9999px;
  line-height: 1.5;
  display: block;
  background: #6a8274;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.5rem;
  transition: 0.3s ease-in-out;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .indexSection .region .btn a {
    display: block;
    text-align: center;
  }
}
.indexSection .region .btn a:hover {
  color: #6a8274;
  background: rgba(106, 130, 116, 0.3411764706);
}
.indexSection .region .btn.btn-end {
  border-radius: 9999px;
  line-height: 1.5;
  display: block;
  background: #b4b4b4;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.5rem;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.deny {
  text-decoration: line-through;
}

.icon-onrei {
  display: inline-block;
  margin-left: 5px;
  padding: 7px 12px;
  line-height: 1;
  background: #eb9393;
  font-size: 0.625rem;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */