@charset "UTF-8";
/* CSS Document */

/*================================

あやとり

=================================*/

/*================================
common
=================================*/
html {
  scroll-behavior: smooth;
}
p {
  line-height: 1.6;
}
ul li {
  margin-bottom: 8px;
}
dl dd {
  line-height: 1.6;
}
body {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  background-color: #fcfcfc;
}

.hd-hum-menu {
  height: calc(100% - 80px);
  margin-top: 80px;
}

section {
  padding: 40px 0;
}

h2.lineH2 {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  color: #8ba5cd;
  font-size: clamp(
    24px,
    calc(16.452830188679247px + 2.0125786163522013vw),
    40px
  );
}
h2.lineH2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 24px;
}
h2.lineH2:before,
h2.lineH2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #8ba5cd;
  z-index: -1;
}

h2.lineH2:before {
  left: 0;
}
h2.lineH2:after {
  right: 0;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: #333;
  text-align: center;
  font-size: clamp(
    20px,
    calc(16.22641509433962px + 1.0062893081761006vw),
    28px
  );
}
h4 {
  line-height: 1.4;
  text-align: left;
  font-size: clamp(
    18px,
    calc(15.169811320754718px + 0.7547169811320755vw),
    24px
  );
}

.fw-bold {
  font-weight: bold;
}

.block {
  padding: 40px 0;
}
.bg-cream {
  background-color: #f7f6e7;
}

.mt-32 {
  margin-top: 32px;
}
.mt-auto {
  margin-top: auto;
}
.mb-8 {
  margin-bottom: 8px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-0 {
  padding-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}
.list-img-content {
  padding-left: 0;
  list-style-type: none;
}
.list-img-content li {
}
.list-img-content li img {
  aspect-ratio: 3/2;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  margin-bottom: 8px;
}
.list-img-content li p {
  font-weight: bold;
  margin-bottom: 0;
}
.fit-contain {
  object-fit: contain !important;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a {
  transition: 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.page-main {
  padding-top: 77px;
}

.page-header-img {
  text-align: center;
}

.page-header-img img {
  width: 100%;
}

.btn {
  background-color: #5b84ba;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.btn::before {
  position: absolute;
  top: 50%;
  left: 16px;

  transform: translateY(-50%) rotate(-45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}
.btn:hover {
  text-decoration: none;
  color: #fff;
}
.btn[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/kantaki/common/pdf_icon.svg) no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  margin: 0 0 3px 6px;
}
.content-img {
  margin-bottom: 20px;
}

/*================================
ヘッダー
=================================*/

header {
  margin: 0 !important;
  max-width: 100% !important;
}

.section-main-slider {
  position: relative;
  height: calc(100vh - 80px);
}

.site-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 3px 6px #00000029;
  width: 100%;
}

.site-header-logo a {
  display: inline-block;
}
.site-header-logo a img {
  height: 33px;
}

.main-visual {
  height: calc(100vh - 80px);
}

/* slider */
.section-main-visual {
  position: relative;
}

.main-visual {
  height: calc(100vh - 80px);
  position: relative;
}

.main-visual-img {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide {
  padding-top: calc(100vh - 80px);
  text-align: center;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.main-visual-ttl03 {
  padding: 0 24px;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 500px;
  text-align: center;
}
.main-visual-ttl03 img {
  width: 100%;
  max-width: 1000px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.7));
}

.site-header-container {
  display: flex;
  justify-content: space-between;
  height: 80px;
  padding-left: 15px;
}

/*================================
あやとりの特徴
=================================*/

.feature-box {
  border: solid 1px #8ba5cd;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.feature-box {
  padding: 16px;
}
.feature-box img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

/*================================
フロアのご案内
=================================*/
.sect-floorGuidance h3 {
  color: #5b84ba;
}
.sect-floorGuidance dl div {
  display: flex;
  margin-bottom: 16px;
}
.sect-floorGuidance dl dt {
  min-width: 140px;
}
.sect-floorGuidance .floor-img {
  text-align: center;
}
.sect-floorGuidance .floor-img img {
  width: 70%;
}
/*================================
ご入居までの流れ
=================================*/
.sect-flow dl div {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  position: relative;
}
.sect-flow dl div::after {
  content: "";
  background-image: url(../images/ayatori/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sect-flow dl div:last-child {
  padding-bottom: 0;
}
.sect-flow dl div:last-child::after {
  display: none;
}
.sect-flow dl div dt {
  background-color: #5b84ba;
  color: #fff;
  border-radius: 100%;
  min-width: 130px;
  min-height: 70px;
  text-align: center;
  display: grid;
  place-items: center;
  margin-right: 16px;
}

.junkai-content {
  border: solid 3px #dd960f;
  border-radius: 16px;
  padding: 16px;
}
.junkai-content h3 {
  color: #dd960f;
  line-height: 1.5;
}
.junkai-content h3 span {
  display: block;
  font-size: clamp(
    18px,
    calc(15.169811320754718px + 0.7547169811320755vw),
    24px
  );
}
.junkai-content .junkai-btn {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  text-align: center;
}
.junkai-content .junkai-btn li {
  margin: 0 16px;
}
.junkai-content .junkai-btn span {
  color: #fff;
  background-color: #878788;
  padding: 8px 32px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

/*================================
フッター
=================================*/

.footer-content .map iframe {
  width: 100%;
}
.facility-info .facility-name {
  font-size: 2.4rem;
}
.facility-info p a {
  color: #333;
}
/*================================
メディアクエリ　1200px
=================================*/
@media (max-width: 1200px) {
  .page-main {
    padding-top: 67px;
  }
}
/*================================
メディアクエリ　 991px
=================================*/
@media (max-width: 991px) {
}

/*================================
メディアクエリ　 768px
=================================*/
@media (max-width: 768px) {
  html {
    margin-top: 0 !important;
  }
  section {
    padding: 40px 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  /*================================
フロアのご案内
=================================*/
  .sect-floorGuidance .floor-img img {
    width: 100%;
  }
  /*================================
あやとりの特徴
=================================*/
  .sect-feature .block > .d-grid {
    display: block;
  }
  .feature-box {
    height: auto;
  }

  /*================================
ご入居までの流れ
=================================*/
  .junkai-content .junkai-btn {
    display: block;
  }
  .junkai-content .junkai-btn li {
    margin-bottom: 16px;
  }
  .junkai-content .junkai-btn li a {
    width: 100%;
  }
}

/*================================　

グループホームあおぞら

=================================*/

/*================================
common
=================================*/

h2.bgH2 {
  color: #fff;
  background-color: #84bfbc;
  padding: 8px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(
    24px,
    calc(16.452830188679247px + 2.0125786163522013vw),
    40px
  );
}

h3.normalH3 {
  text-align: left;
  line-height: 1.4;
  margin: 20px 0 10px;
  font-size: clamp(
    20px,
    calc(16.22641509433962px + 1.0062893081761006vw),
    28px
  );
}
h4 {
  font-size: clamp(
    18px,
    calc(15.169811320754718px + 0.7547169811320755vw),
    24px
  );
}
h4,
h5 {
  font-weight: 500;
}
.fw-bold {
  font-weight: bold;
}

.block {
  padding: 40px 0;
}

.mt-32 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-0 {
  padding-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.d-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a {
  transition: 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.slide05 .pc {
  display: block;
}

.slide05 .sp {
  display: none;
}

.page-main {
  padding-top: 70px;
}

.page-header-img {
  text-align: center;
}

.page-header-img img {
  width: 100%;
}

.btn {
  background-color: #84bfbc;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.btn::before {
  position: absolute;
  top: 50%;
  left: 16px;

  transform: translateY(-50%) rotate(-45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}
.btn:hover {
  text-decoration: none;
  color: #fff;
}
.btn[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/kantaki/common/pdf_icon.svg) no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  margin: 0 0 3px 6px;
}
.content-img {
  margin-bottom: 20px;
}

/*================================
ヘッダー
=================================*/

.main-visual-ttl02 {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}
.main-visual-ttl02_01 {
  top: 15%;
  left: 50%;
  max-width: 100%;
}
.main-visual-ttl02_02 {
  bottom: 10%;
  left: 50%;
}
.main-visual-ttl02 img {
  width: 100%;
  max-width: 1000px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.7));
}
/*================================
グループホームあおぞらの特徴
=================================*/
.sect-feature .feature-content {
  margin-bottom: 32px;
}
.sect-feature .feature-content:last-of-type {
  margin-bottom: 0;
}
.sect-feature .feature-content .d-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}
.sect-feature .feature-content img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
/*================================
今日も笑顔あふれるフロア
=================================*/
.sect-floor .floor-content {
  border-bottom: solid 1px #5c5a5a;
}
.sect-floor .floor-ttl h3 {
  margin-bottom: 8px;
  font-weight: bold;
  color: #fff;
  background-color: #84bfbc;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: grid;
  place-items: center;
}
.sect-floor .floor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
  margin: 32px 0;
}
.sect-floor .floor-grid .floor-img {
  grid-column: span 2 / span 2;
}
.sect-floor .floor-grid .floor-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
.sect-floor .floor-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sect-floor .floor-ttl h4 {
  font-weight: bold;
  text-align: center;
}
/*================================
フロアマップ
=================================*/
.sect-floor-map .floor-img {
  text-align: center;
}
.sect-floor-map img {
  width: 70%;
}
/*================================

入居の条件

=================================*/
.sect-condition p {
  text-align: center;
  font-size: 2rem;
}
.sect-condition span {
  border-bottom: solid 3px #84bfbc;
}
/*================================
施設の見学も出来ます
=================================*/
.tour-content .tour-btn-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 16px;
  justify-content: center;
}

.tour-content .tour-faq .faq {
  max-width: 100%;
  margin-bottom: 7px;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
}
.tour-content .tour-faq .faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 4em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.tour-content .tour-faq .faq summary::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 32px;
  top: 16px;
}
.tour-content .tour-faq .faq summary::-webkit-details-marker {
  display: none;
}
.tour-content .tour-faq .faq summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #6d4600;
  border-right: 3px solid #6d4600;
  content: "";
  transition: transform 0.3s;
}
.tour-content .tour-faq .faq[open] summary::after {
  transform: rotate(225deg);
}
.tour-content .tour-faq .faq p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 1em 4em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  background-color: #f7f6e7;
  position: relative;
}
.tour-content .tour-faq .faq p::before {
  content: "A";
  display: inline-block;
  position: absolute;
  left: 32px;
  top: 16px;
  font-weight: bold;
}
.tour-content .tour-faq .faq[open] p {
  transform: none;
  opacity: 1;
}
.tour-content .map iframe {
  width: 100%;
}
.facility-info .facility-name {
  font-size: 2.4rem;
}
.facility-info p a {
  color: #333;
}

/*================================
メディアクエリ　1200px
=================================*/
@media (max-width: 1200px) {
  .page-main {
    padding-top: 67px;
  }
}
/*================================
メディアクエリ　 991px
=================================*/
@media (max-width: 991px) {
}

/*================================
メディアクエリ　 768px
=================================*/
@media (max-width: 768px) {
  html {
    margin-top: 0 !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .main-visual-img {
    background-position: right;
  }
  .main-visual-ttl {
    width: 90%;
  }
  .d-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
  }
  /*================================
今日も笑顔あふれるフロア
=================================*/
  .sect-floor .floor-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
    margin: 32px 0;
  }
  .sect-floor .floor-ttl h3 {
    height: 150px;
    width: 150px;
  }
  /*================================
フロアマップ
=================================*/
  .sect-floor-map img {
    width: 100%;
  }
  /*================================
  施設の見学も出来ます
  =================================*/
  .tour-content .tour-btn-list {
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    display: block;
  }
  .tour-content .tour-btn-list li:first-of-type {
    margin-bottom: 24px;
  }
  .tour-content .tour-faq .faq summary {
    padding: 1em 1em 1em 2em;
  }
  .tour-content .tour-faq .faq summary::before {
    left: 12px;
  }
  .tour-content .tour-faq .faq p {
    padding: 1em 2em;
  }
  .tour-content .tour-faq .faq p::before {
    left: 12px;
  }
}

/*================================

カンタキあおぞら

=================================*/

/*================================
common
=================================*/

section {
  padding: 60px 0;
}

.h2-ttl-img h2 {
  color: #fff;
  background-color: #a3730f;
  text-align: center;
  padding: 8px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0;
}
.h2-ttl-img {
  height: 400px;
  background-image: url(../images/kantaki/index/h2_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
h2 {
  font-size: clamp(
    24px,
    calc(16.452830188679247px + 2.0125786163522013vw),
    40px
  );
}

h3.bgH3 {
  line-height: 1.4;
  color: #fff;
  background-color: #a3730f;
  padding: 8px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 24px;
  font-size: clamp(
    20px,
    calc(16.22641509433962px + 1.0062893081761006vw),
    28px
  );
}
h4 {
  line-height: 1.4;
  font-size: clamp(
    18px,
    calc(15.169811320754718px + 0.7547169811320755vw),
    24px
  );
}

.fw-bold {
  font-weight: bold;
}

.block {
  padding: 40px 0;
}
.bg-cream {
  background-color: #f7f6e7;
}

.mt-32 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}
.pb-0 {
  padding-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a {
  transition: 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.slide05 .pc {
  display: block;
}

.slide05 .sp {
  display: none;
}

.page-main {
  padding-top: 70px;
}

.page-header-img {
  text-align: center;
}

.page-header-img img {
  width: 100%;
}

.line_box {
  width: 100%;
  height: 20px;
}

.bg_line {
  background-size: 20px 20px;
  background-repeat: repeat-x;
}

.bg_line.matsumoto {
  background-image: radial-gradient(#6eb397 30%, transparent 30%);
}

.bg_line.nagayama {
  background-image: radial-gradient(#92c1e3 30%, transparent 30%);
}

.btn {
  background-color: #6d4600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.btn::before {
  position: absolute;
  top: 50%;
  left: 16px;

  transform: translateY(-50%) rotate(-45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}
.btn:hover {
  text-decoration: none;
  color: #fff;
}
.btn[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/kantaki/common/pdf_icon.svg) no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  margin: 0 0 3px 6px;
}
.content-img {
  margin-bottom: 20px;
}

/*================================
ヘッダー
=================================*/

.main-visual-ttl01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}
.main-visual-ttl01 img {
  width: 100%;
  max-width: 1000px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.7));
}

/*================================
カンタキあおぞらについて
=================================*/
.sect-about .case-list {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.sect-about .case-list .case-list-item {
  border: solid 1px #333;
  border-radius: 16px;
  padding: 8px;
}
.sect-about .case-list .case-list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sect-about .case-list .case-list-item .service-list {
  list-style-type: none;
  padding-left: 0;
}
.sect-about .case-list .case-list-item .service-list .service-list-item {
  color: #fff;
  margin-left: 24px;
  margin-right: 24px;
  padding: 4px;
}
.sect-about
  .case-list
  .case-list-item
  .service-list
  .service-list-item.bg-color01 {
  background-color: #a3430f;
  border-radius: 50px;
}
.sect-about
  .case-list
  .case-list-item
  .service-list
  .service-list-item.bg-color02 {
  background-color: #0f72a3;
  border-radius: 50px;
}
.sect-about
  .case-list
  .case-list-item
  .service-list
  .service-list-item.bg-color03 {
  background-color: #59a30f;
  border-radius: 50px;
}
.sect-about
  .case-list
  .case-list-item
  .service-list
  .service-list-item.bg-color04 {
  background-color: #590fa3;
  border-radius: 50px;
}
/*================================
提供サービス
=================================*/
.offerService-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.offerService-list .offerService-list-item {
  border: solid 2px #878788;
  border-radius: 16px;
  padding: 8px;
  width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  background-color: #fff;
}
.offerService-list .offerService-list-item img {
  width: 80%;
}
.offerService-list .offerService-list-item h5 {
  font-size: 2.4rem;
}
/*================================

利用対象者

=================================*/
.useTarget-content h4 {
  line-height: 1.5;
}
.useTarget-content h4 span {
  font-size: 2.4rem;
  display: inline-block;
  background-color: #f7f6e7;
  line-height: 1.5;
}
/*================================

カンタキの1日（デイサービス）

=================================*/
.oneday-list {
  padding-left: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}

.oneday-list li img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/*================================
送迎
=================================*/
.pickUp-content-inner {
  display: flex;
  gap: 16px;
}
/*================================
介護保険の利用
=================================*/
.hokenriyou-content h4 span.h4-inner {
  background-color: #fff;
  display: inline-block;
  padding: 8px 16px;
}
.hokenriyou-content h4 span.h4-strong {
  font-size: clamp(
    24px,
    calc(20.22641509433962px + 1.0062893081761006vw),
    32px
  );
}
/*================================
施設の見学も出来ます
=================================*/
.tour-content .tour-btn-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 16px;
  justify-content: center;
}

.tour-content .tour-faq .faq {
  max-width: 100%;
  margin-bottom: 7px;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
}
.tour-content .tour-faq .faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 3em 1em 4em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.tour-content .tour-faq .faq summary::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 32px;
  top: 16px;
}
.tour-content .tour-faq .faq summary::-webkit-details-marker {
  display: none;
}
.tour-content .tour-faq .faq summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #6d4600;
  border-right: 3px solid #6d4600;
  content: "";
  transition: transform 0.3s;
  position: absolute;
  right: 24px;
  top: auto;
}
.tour-content .tour-faq .faq[open] summary::after {
  transform: rotate(225deg);
}
.tour-content .tour-faq .faq p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 1em 4em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  background-color: #f7f6e7;
  position: relative;
}
.tour-content .tour-faq .faq p::before {
  content: "A";
  display: inline-block;
  position: absolute;
  left: 32px;
  top: 16px;
  font-weight: bold;
}
.tour-content .tour-faq .faq[open] p {
  transform: none;
  opacity: 1;
}
.tour-content .map iframe {
  width: 100%;
}
.facility-info .facility-name {
  font-size: 2.4rem;
}
.facility-info p a {
  color: #333;
}
/*================================
メディアクエリ　1200px
=================================*/
@media (max-width: 1200px) {
  .page-main {
    padding-top: 67px;
  }
}
/*================================
メディアクエリ　 991px
=================================*/
@media (max-width: 991px) {
  /*================================
カンタキあおぞらについて
=================================*/
  .sect-about .case-list .case-list-item .service-list .service-list-item {
    margin-left: 0;
    margin-right: 0;
  }
}

/*================================
メディアクエリ　 768px
=================================*/
@media (max-width: 768px) {
  html {
    margin-top: 0 !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .main-visual-ttl {
    width: 90%;
  }

  /*================================
カンタキあおぞらについて
=================================*/
  .sect-about .case-list {
    list-style-type: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
  }

  .h2-ttl-img {
    height: 200px;
    background-image: url(../images/kantaki/index/h2_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .sect-about .case-list .case-list-item .service-list .service-list-item {
    font-size: 1.4rem;
  }

  /*================================
利用対象者
=================================*/

  .useTarget-content h4 span {
    font-size: 2rem;
  }

  /*================================
提供サービス
=================================*/
  .offerService-list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .offerService-list .offerService-list-item h5 {
    font-size: 1.4rem;
  }

  /*================================
  施設の見学も出来ます
  =================================*/
  .tour-content .tour-btn-list {
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    display: block;
  }
  .tour-content .tour-btn-list li:first-of-type {
    margin-bottom: 24px;
  }
  .tour-content .tour-faq .faq summary {
    padding: 1em 2em 1em 2em;
  }
  .tour-content .tour-faq .faq summary::before {
    left: 12px;
  }
  .tour-content .tour-faq .faq summary::after {
    right: 14px;
  }
  .tour-content .tour-faq .faq p {
    padding: 1em 2em;
  }
  .tour-content .tour-faq .faq p::before {
    left: 12px;
  }
}
