@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #735954;
  font-size: 16px;
  background: #fbf8f1; /*#f7f5ed*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 90px 0;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 40px 0 45px;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb, .pdb0 {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  border-radius: 10px;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 50px;
  display: block;
  text-align: center;
  line-height: 1.2;
  position: relative;
  font-size: clamp(1.8rem, 1.05rem + 2.4vw, 2.4rem);
  font-weight: 700;
}
.maintitle .mf {
  font-size: 48%;
  color: #f7b6a8;
  text-transform: capitalize;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 37px !important;
}
.twhite, .twhite p, .twhite span {
  color: #fff !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 37px;
  }
  .txtmgb {
    margin-bottom: 25px !important;
  }
}
/*02*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.3rem, 1.06rem + 0.8533vw, 1.7rem);
  padding-left: 2px;
  line-height: 1.7;
  padding-bottom: 12px;
  margin-bottom: 17px;
  border-bottom: 2px solid rgba(115, 89, 84, 0.15);
}
.stitle .en {
  display: block;
  font-size: 70%;
  color: #f7b6a8;
  text-transform: capitalize;
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #f7b6a8;
}
/* ボタン */
.mainbtn a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 24px 0;
  width: 260px;
  border-radius: 50px;
  border: 2px solid #f7b6a8;
  color: #fff;
  background: #f7b6a8;
}
.mainbtn a:hover {
  color: #f7b6a8;
  background: #fff;
}
/**/
.tbtn {
  margin-top: 37px;
}
/**/
.btnflex {
  margin-left: auto;
  margin-right: auto;
}
.btnflex a {
  margin: 2px 7px;
  display: inline-block;
}
@media (max-width: 750px) {
  .mainbtn a {
    max-width: 230px;
    width: 100%;
    padding: 20px 0;
  }
  .tbtn {
    margin-top: 30px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 20px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
  .inner02 .flexbox .rounded img {
    border-radius: 10px;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w40 {
    width: 37%;
  }
  .inner02 .flexbox .rounded img {
    border-radius: 0 10px 10px 0;
  }
  .inner02 .reverse .rounded img {
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
  .inner02 .flexbox .rounded img {
    border-radius: 10px;
  }
}
.w65 {
  width: 64.5%;
}
.w55 {
  width: 55%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 48%;
}
.w40 {
  width: 40%;
}
.w32 {
  width: 31.5%;
}
/*background*/
.bg_light {
  position: relative;
}
.bg_light::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fffcf7;
  z-index: -100;
}
/*illust*/
.bg01::after, .bg02::after, .bg03::after, .bg04::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/bg01.png);
  background-repeat: no-repeat !important;
  background-position: top 5px right 2px !important;
  background-size: 20% !important;
  z-index: -1;
  opacity: 0.3;
}
.bg02::after {
  background: url(../img/_bg/bg02.png);
  background-size: 15% !important;
  opacity: 0.3;
}
.bg03::after {
  background: url(../img/_bg/bg03.png);
  background-size: 15% !important;
  opacity: 0.22;
}
.bg04::after {
  background: url(../img/_bg/bg04.png);
  opacity: 0.4;
}
@media (max-width: 550px) {
  .bg01::after, .bg02::after, .bg03::after {
    background-size: 120px !important;
  }
  .bg04::after {
    background-size: 160px !important;
  }
}
/*色相変更*/
.hue01::after {
  filter: hue-rotate(200deg);
}
.hue02::after {
  filter: hue-rotate(300deg);
}
.hue03::after {
  filter: hue-rotate(30deg);
}
/*反転*/
.bgx::before, .bgx::after {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
@media (max-width: 750px) {
  .sp_bg_transform_none::before, .sp_bg_transform_none::after {
    transform: none;
  }
  .sp_bg_none::after {
    content: none;
  }
}
/* illust ==============================*/
.psr {
  position: relative;
}
/**/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1;
  pointer-events: none;
}
.tl img, .tr img, .bl img, .br img {
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  box-shadow: none !important;
}
/**/
.tl, .tr, .bl, .br {
  width: fit-content !important;
}
.tl img, .tr img, .bl img, .br img {
  width: auto !important;
  height: 105px !important;
}
/**/
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 33% !important;
  max-width: 150px;
}
.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
  width: 100% !important;
  height: auto !important;
  mask-image: none !important;
}
/*位置*/
.tl {
  top: -45px;
  left: 1.5%;
}
.tr {
  top: -45px;
  right: 1.5%;
}
.bl {
  bottom: -45px;
  left: 1.5%;
}
.br {
  bottom: -45px;
  right: 1.5%;
}
.psr .tl {
  top: -13px;
  left: -10px;
}
.psr .tr {
  top: -13px;
  right: -10px;
}
.psr .bl {
  bottom: -13px;
  left: -10px;
}
.psr .br {
  bottom: -13px;
  right: -10px;
}
@media (max-width: 550px) {
  .tl img, .tr img, .bl img, .br img {
    height: 60px !important;
  }
  .tl {
    top: -33px;
  }
  .tr {
    top: -33px;
  }
  .bl {
    bottom: -40px;
  }
  .br {
    bottom: -40px;
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_wrap {
  width: 277px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
}
.header {
  width: 89%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_logo {
  width: 100%;
}
.header_title a {
  display: flex;
  align-items: center;
}
.header_title {
  width: 98%;
  margin: auto;
}
.header_nav {
  margin: 1% 0 13%;
}
.header li a img {
  width: 30px;
  height: 100%;
  margin-right: 10px;
  margin-top: 2px;
}
.header ul {
  width: 100%;
}
.header ul li {
  width: 95%;
  position: relative;
  display: inline-block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 7px 3px;
}
.header ul li a {
  display: block;
  width: 100%;
  padding: 5px 0 3px;
  margin: 2px 0;
  color: #735954;
  font-size: 0.92rem;
  line-height: 1.65;
}
.header ul li a span:not(.ib) {
  display: block;
  margin-bottom: 4px;
  color: #f7b6a8;
  text-transform: capitalize;
  font-size: 90%;
}
.header ul li a:nth-child(n+2) {
  font-size: 80%;
  padding: 0 0 5px;
  margin: 0;
  padding-left: 15px;
  position: relative;
}
.header ul li a:nth-child(n+2)::before {
  content: "∟";
  position: absolute;
  top: 0;
  left: 0;
  color: #f7b6a8;
}
.header ul li a:last-of-type {
  padding-bottom: 5px;
}
.header ul li a:hover {
  opacity: 0.6;
}
.header .mainbtn {
  text-align: center;
}
.header .mainbtn a {
  width: 100%;
  font-size: 90%;
  padding: 17px 0;
}
.header .mainbtn a::after {
  content: none;
}
.header_item > div {
  margin-bottom: 6px;
}
.header_item > div:last-child {
  margin-bottom: 0;
}
/* icons link */
.link_icons {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 5px;
}
.link_icons a {
  color: #735954;
  font-size: 1.45rem;
}
.link_icons a .fa-instagram {
  font-size: 108%;
}
.link_icons a:hover {
  opacity: 0.6;
}
.link_icons div {
  margin: 0 5px;
}
/* 高さ */
@media (max-height: 775px) {
  .header {
    margin-top: 40px;
    padding-bottom: 40px;
    top: 0;
    transform: translate(-50%, 0);
  }
}
/* hamburger ================================= */
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  height: 60px;
  z-index: 9999;
  width: 57px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #735954;
}
.hamburger__line:before {
  top: -10px;
}
.hamburger__line:after {
  top: 10px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
}
*/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background: #fbf8f1;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-height: 840px) {
  .wr {
    height: 100%;
    overflow-y: scroll;
    padding: 60px 0 80px;
  }
}
@media (max-width: 550px) {
  .wr {
    height: 100%;
    overflow-y: scroll;
    padding: 60px 0 80px;
  }
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 620px;
}
.global-navigation__list li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 1.1rem;
}
.global-navigation__list li a {
  display: inline-block;
  width: 100%;
  color: #735954;
  line-height: 1.7;
}
.global-navigation__list li a:nth-child(n+2) {
  position: relative;
  font-size: 85%;
  padding-left: 17px;
}
.global-navigation__list li a:nth-child(n+2)::before {
  content: "∟";
  position: absolute;
  top: 0;
  left: 0;
  color: #f7b6a8;
}
.global-navigation__list li a span {
  display: flex;
  text-transform: capitalize;
  color: #f7b6a8;
  margin-bottom: 3px;
  font-size: 90%;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/* site_wrap */
.site_wrap {
  margin-left: auto;
  width: calc(100% - 277px);
}
@media (max-width: 1235px) {
  .header {
    margin-top: 0;
  }
  .site_wrap {
    margin: auto;
    width: 100%;
  }
  .header_sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header_wrap {
    width: 100%;
    height: fit-content;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: visible;
  }
  .header {
    position: initial;
    width: 100%;
    padding: 17px 10px;
    transform: translate(0, 0);
  }
  .header_nav, .header_item, .header .link_icons {
    display: none;
  }
  .header_title {
    width: 265px;
    margin-left: 5px;
  }
  .hamburger {
    top: 19px;
    right: 12px;
  }
  .header__inner {
    display: block;
  }
  .header_inner {
    margin: 0 auto;
    padding: 0;
  }
  .header .inner, .header_nav, .hnav {
    display: none;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 12px 10px;
  }
  .header_title {
    width: 205px;
  }
  .hamburger {
    top: 8px;
    right: 7px;
  }
  .global-navigation__list li {
    padding: 15px 5px 17px;
    font-size: 1rem;
  }
  .header__nav-area .btnflex a {
    font-size: 0.95rem;
  }
}
/* footer ================================================*/
.fax {
  pointer-events: none;
}
/* フッターお問い合わせリンク */
.footer_contact {
  position: relative;
  z-index: 1;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 50%;
  padding: 55px 0 95px;
  color: #fff;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.33;
  z-index: -1;
}
/*btn*/
.footer_contact .btn_wrap {
  display: flex;
  justify-content: space-around;
  margin: auto;
  max-width: 760px;
}
.footer_contact .btn_wrap .btn {
  width: 47%;
  margin: 0 auto;
}
.footer_contact .btn_wrap .btn a {
  text-align: center;
  display: block;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  padding: 23px 5px;
  font-size: 1.2rem;
  white-space: nowrap;
  border-radius: 50px;
}
.footer_contact .btn_wrap .btn a:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
/*text*/
.footer_contact .maintitle span, .footer_contact .maintitle .mf:first-letter {
  color: #fff;
}
.footer_contact .maintitle {
  margin-bottom: 25px;
}
.footer_contact p.fitc {
  margin-bottom: 30px;
  font-size: clamp(1rem, 0.9375rem + 0.2vw, 1.05rem);
}
.date {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(0.9rem, 0.775rem + 0.4vw, 1rem);
}
.ib {
  display: inline-block;
}
@media (max-width: 750px) {
  .footer_contact {
    padding: 30px 0 45px;
  }
  .footer_contact .btn_wrap {
    display: block;
  }
  .footer_contact .btn_wrap .btn {
    width: 100%;
    max-width: 330px;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .footer_contact .btn_wrap .btn {
    margin-bottom: 7px;
  }
  .footer_contact .btn_wrap .btn a {
    padding: 17px 5px;
    font-size: 1.05rem;
  }
  .footer_contact {
    background-attachment: scroll;
  }
}
/* ロゴとアドレス */
.fwrap {
  padding: 45px 0;
}
.flogo {
  width: 100%;
  max-width: 310px;
  margin: 0 auto 13px;
}
.footer_address {
  text-align: center;
}
.footer_address .maintitle {
  margin: 1% auto 2%;
}
.footer_address a {
  display: inline-block;
}
.footer_address p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
/**/
.telfax br {
  display: none;
}
@media (max-width: 550px) {
  .fwrap {
    padding: 35px 0 30px;
  }
  .flogo {
    max-width: 230px;
  }
  .footer_address p {
    margin-bottom: 13px;
  }
  .footer_address p:last-of-type {
    margin-bottom: 0 !important;
  }
  .telfax br {
    display: block;
  }
  .telfax span {
    display: none;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 11px 0 13px;
  background: #f7b6a8;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 550px) {
  .copyright {
    font-size: 0.7rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 63px;
  height: 63px;
  box-sizing: border-box;
  background: #f7b6a8;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f077";
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  top: 47%;
  left: 49.5%;
  transform: translate(-50%, -50%);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 53px;
    height: 53px;
    right: 12px;
  }
  .go_top::before {
    font-size: 1rem;
  }
}
/* スライド　========================================*/
.topslide {
  position: relative;
}
/*catchcopy*/
.slide_items p {
  z-index: 1;
  white-space: nowrap;
  position: absolute;
  bottom: 4%;
  left: 4%;
  line-height: 1.4;
  font-size: clamp(1.25rem, 0.2rem + 3.7333vw, 3rem);
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.slide_items div:nth-child(1) p span {
  color: #92b300;
}
.slide_items div:nth-child(2) p span {
  color: #f296ac;
}
.slide_items p img {
  position: absolute;
  bottom: -3%;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0.6;
}
.slide_items div:nth-child(2) p img {
  bottom: -5%;
}
/*img*/
.slide_items {
  width: 100%;
}
.slide_items .slick_animation_zoom {
  width: 100%;
  height: 100vh;
  min-height: 630px;
  object-fit: cover;
}
/*animation*/
.slick-animation .slick_animation_zoom {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1235px) {
  .slide_items .slick_animation_zoom {
    height: 550px;
    min-height: auto;
  }
  .slide_items p {
    text-shadow: 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, 0px 1.5px 0 #fff, 0 -1.5px 0 #fff, -1.5px 0 0 #fff, 1.5px 0 0 #fff;
  }
}
@media (max-width: 750px) {
  .slide_items .slick_animation_zoom {
    height: 96vw;
  }
  .slide_items p {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }
}
@media (max-width: 450px) {
  .slide_items p {
    font-size: 6.35vw;
  }
}
/* 施設の空き状況 ========================*/
.newsstatus .inner {
  width: 94%;
}
@media (max-width: 750px) {
  .newsstatus {
    padding: 45px 0;
  }
}
/*title*/
.ntitle {
  font-size: clamp(1.2rem, 0.95rem + 0.8vw, 1.4rem);
  margin-bottom: 15px;
  font-weight: 700;
}
.ntitle span {
  margin-right: 10px;
  color: #f7b6a8;
  text-transform: capitalize;
}
/*box*/
.status {
  margin-top: 45px;
}
.staBox {
  padding: 20px 13px 15px;
  background: #fff;
  border-radius: 10px;
}
/**/
.staBox h3 {
  position: relative;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1.6;
  font-size: clamp(1.03rem, 0.755rem + 0.88vw, 1.25rem);
  padding-left: 7px;
}
.staBox h3::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ca";
  font-weight: bold;
  margin-right: 5px;
  color: #f7a8ba;
}
.staBox:nth-child(2n +1) h3::before {
  color: #b4cc4b;
}
@media (max-width: 750px) {
  .staBox {
    padding: 17px 13px 10px;
    margin: 0 0 13px;
  }
}
/* ごあいさつ　========================================*/
.welcome .inner {
  max-width: 1145px;
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 55px;
}
.twflex div {
  width: 48.5%;
  position: relative;
}
.twflex div:last-child {
  top: 20px;
}
@media(max-width:750px) {
  .twflex {
    display: block;
    margin-top: 37px;
  }
  .twflex div {
    width: 100%;
  }
  .twflex div:last-child {
    top: 0;
    margin-top: 15px;
  }
}
/* グループリビング くつろ樹の家・デイサービスセンター 春　========================================*/
.green {
  color: #b4cc4b !important;
}
.pink {
  color: #f7a8ba !important;
}
/*illust*/
.services_groupliving .psr .bl, .services_daycare .psr .br {
  width: 24% !important;
  max-width: 130px;
}
.services_groupliving .psr .bl {
  bottom: 0;
  left: 2%;
}
.services_daycare .psr .br {
  bottom: 0;
  right: 2%;
}
@media(max-width:750px) {
  .services_groupliving .psr .bl, .services_daycare .psr .br {
    bottom: -20px;
  }
}
/*水彩 丸*/
.nijimi {
  position: relative;
}
.ni {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 25%;
  opacity: 0.35;
}
@media(max-width:750px) {
  .ni {
    width: 45%;
    top: auto;
    left: auto;
    bottom: -4%;
    right: 0;
    transform: translate(0, 0);
  }
}
/*title*/
.sertitle {
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: clamp(1.35rem, 0.95rem + 1.28vw, 1.67rem);
}
.services_groupliving .sertitle {
  font-size: clamp(1.25rem, 0.75rem + 1.6vw, 1.65rem);
}
.services_daycare .sertitle span, .services_groupliving .sertitle .ib {
  font-size: 137%;
}
@media(max-width:750px) {
  .sertitle {
    text-align: center;
  }
  .gl {
    font-size: 90%;
  }
  .services_groupliving .spmgb, .services_daycare .spmgb {
    margin-bottom: 25px;
  }
}
/*img*/
.au_imgs {
  position: relative;
  padding-bottom: 100px;
}
.au_imgs div:nth-child(1) {
  width: 72% !important;
  margin-right: auto;
}
.au_imgs div:nth-child(2) {
  width: 45% !important;
  position: absolute;
  bottom: 0;
  right: 0;
}
.reverse .au_imgs div:nth-child(1) {
  margin-right: 0;
  margin-left: auto;
}
.reverse .au_imgs div:nth-child(2) {
  right: auto;
  left: 0;
}
.au_imgs div:last-of-type img {
  border-radius: 10px !important;
}
@media (min-width: 2000px) {
  .au_imgs img {
    border-radius: 10px;
  }
}
@media (max-width: 1999px) {
  .au_imgs img {
    border-radius: 0 10px 10px 0;
  }
  .reverse .au_imgs img {
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 750px) {
  .au_imgs {
    padding-bottom: 10vw;
  }
  .au_imgs img {
    border-radius: 7px !important;
  }
}
/* メニュー　========================================*/
/*bg*/
@media (max-width: 750px) {
  .contents::after {
    transform: scaleX(-1) scaleY(-1);
  }
}
.contents .inner {
  max-width: 1100px;
}
.conflex {
  display: flex;
}
/*illust*/
.contitle {
  position: relative;
  margin-right: 12%;
  white-space: nowrap;
}
@media (max-width: 950px) {
  .conflex {
    display: block;
  }
  .contitle {
    margin-right: 0;
  }
  .contitle .maintitle {
    text-align: center;
  }
}
/* link */
.link {
  width: 47.5%;
}
.link a {
  position: relative;
  display: block;
}
.link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border: 15px solid #fdfaf6;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  z-index: 1;
  filter: blur(4px);
}
.link a img {
  transition: .9s all;
}
.link a .rounded {
  border-radius: 50%;
  overflow: hidden;
}
.link a:hover img {
  transform: scale(1.1);
}
/*title*/
.link a h2 {
  white-space: nowrap;
  z-index: 2;
  font-size: clamp(1.4rem, 0.9rem + 1.6vw, 1.8rem);
  line-height: 1.6;
  position: absolute;
  bottom: 6%;
  left: 0;
  color: #735954;
  font-weight: 700;
  filter: drop-shadow(0 0 2px #fdfaf6);
  text-shadow: 1px 1px 0 #fdfaf6, -1px -1px 0 #fdfaf6, -1px 1px 0 #fdfaf6, 1px -1px 0 #fdfaf6, 0px 1px 0 #fdfaf6, 0 -1px 0 #fdfaf6, -1px 0 0 #fdfaf6, 1px 0 0 #fdfaf6;
}
.link a h2 span {
  display: block;
  color: #f7b6a8;
  text-transform: capitalize;
  font-size: 68%;
}
@media (max-width: 750px) {
  .link {
    width: 83% !important;
    margin-bottom: 15px;
  }
  .link:last-of-type {
    margin-left: auto;
    margin-bottom: 0 !important;
  }
}
/*illust*/
.flower {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 950px) {
  .flower {
    bottom: auto;
    left: -6%;
    top: -125px;
    width: 21%;
    min-width: 150px;
  }
}
@media (max-width: 550px) {
  .flower {
    top: -55px;
    width: 33%;
    min-width: auto;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 100px 0 90px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv .inner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(#735954 20%, transparent 20%), radial-gradient(#735954 20%, transparent 20%);
  background-size: 3px 3px;
  background-position: 0 0, 1.5px 1.5px;
  opacity: 0.7;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 40%;
  z-index: -1;
  filter: sepia(30%);
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.45;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 13px !important;
  font-size: clamp(1.7rem, 1.16rem + 1.92vw, 2.6rem);
  line-height: 1.35;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1235px) {
  .fv {
    padding: 80px 0 70px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 30px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.82rem, 0.622rem + 0.704vw, 1.15rem);
  position: relative;
  color: #fff;
}
.binner::after {
  content: none !important;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/*== list ==============*/
.acheck li {
  padding-left: 20px;
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #f7b6a8;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/* グループリビング くつろ樹の家ページ ／ 施設のイメージカラー：黄緑 ===================================================================*/
/* イメージカラー */
.greenPage .ptitle .green {
  color: #92b300 !important;
}
.greenPage section .maintitle .mf {
  color: #b4cc4b;
}
.greenPage .stitle .en {
  color: #b4cc4b;
}
.greenPage .stitle::after {
  background: #b4cc4b;
}
.greenPage .acheck li::before, .greenPage .reccheck li span::before {
  color: #b4cc4b;
}
.greenPage .info_table th {
  border-bottom: 2px solid #cfde8e;
  background: #b4cc4b;
}
.greenPage .flow .fwrap {
  border-left: solid 8px #b4cc4b;
}
.greenPage .ftime {
  background: #b4cc4b;
}
.greenPage .fwrap::before {
  border-color: rgba(0, 0, 0, 0) #b4cc4b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.greenPage section .mainbtn a {
  border: 2px solid #b4cc4b;
  color: #fff;
  background: #b4cc4b;
}
.greenPage section .mainbtn a:hover {
  color: #b4cc4b;
  background: #fff;
}
/* 施設紹介 */
.introduction .inner {
  max-width: 1500px;
}
/*平面図*/
.floorplan {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 70px;
}
.floorplan p {
  margin-left: auto !important;
  margin-right: -7px;
}
.floorplan img {
  width: 100%;
}
@media(max-width:550px) {
  .floorplan {
    margin: 0 auto 40px;
  }
}
/*施設紹介 各画像*/
.facility {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.facility div {
  width: 23%;
  margin: 0 1% 20px;
}
.facility div img {
  width: 100%;
}
.floorplan p, .facility div p {
  padding: 10px;
  font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
  width: 90%;
  max-width: 130px;
  margin-top: -35px;
  margin-left: -7px;
  position: relative;
  z-index: 1;
  border-radius: 7px;
  background: #b4cc4b;
  color: #fff;
  text-align: center;
}
/**/
.factext {
  margin-top: 10px;
}
@media(max-width:1450px) {
  .facility div {
    width: 30.3%;
    margin: 0 1.5% 25px;
  }
}
@media(max-width:900px) {
  .facility div {
    width: 47%;
  }
}
@media(max-width:750px) {
  .facility {
    display: block;
  }
  .facility div {
    width: 100%;
    margin: 0 0 23px;
  }
  .factext {
    margin-top: 35px;
  }
}
/* アクセス */
/*text*/
.nearest_text div {
  margin-bottom: 15px;
  padding: 10px 15px 17px;
  background: #fff;
  border-radius: 10px;
}
.nearest_text div:last-of-type {
  margin-bottom: 0 !important;
}
.nearest_text h2 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.35rem);
}
.nearest_text h2 i {
  color: #b4cc4b;
}
/*map*/
.nearest_map iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
@media(max-width:550px) {
  .nearest_map iframe {
    height: 220px;
  }
}
/* デイサービスセンター春ページ ／ 施設のイメージカラー：ピンク =======================================================================*/
/* イメージカラー */
.pinkPage .ptitle .pink {
  color: #f296ac !important;
}
.pinkPage section .maintitle .mf {
  color: #f7a8ba;
}
.pinkPage .stitle .en {
  color: #f7a8ba;
}
.pinkPage .stitle::after {
  background: #f7a8ba;
}
.pinkPage .acheck li::before, .pinkPage .reccheck li span::before {
  color: #f7a8ba;
}
.pinkPage .info_table th {
  border-bottom: 2px solid #f7c1cd;
  background: #f7a8ba;
}
.pinkPage .flow .fwrap {
  border-left: solid 8px #f7a8ba;
}
.pinkPage .ftime {
  background: #f7a8ba;
}
.pinkPage .fwrap::before {
  border-color: rgba(0, 0, 0, 0) #f7a8ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.pinkPage section .mainbtn a {
  border: 2px solid #f7a8ba;
  color: #fff;
  background: #f7a8ba;
}
.pinkPage section .mainbtn a:hover {
  color: #f7a8ba;
  background: #fff;
}
/* 「いつもぽかぽか、こころは春」〜 */
.ptitle {
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}
.ptitle span {
  font-size: 107%;
}
@media(max-width:750px) {
  .facmbg {
    margin-bottom: 35px;
  }
  .fac_details::after {
    opacity: 0.2;
  }
}
@media (min-width: 2000px) {
  .fac_details .inner02 .flexbox .rounded img {
    border-radius: 10px;
  }
}
@media (max-width: 1999px) {
  .fac_details .inner02 .flexbox .rounded img {
    border-radius: 10px 0 0 10px;
  }
  .fac_details .inner02 .reverse .rounded img {
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 750px) {
  .fac_details .inner02 .flexbox .rounded img {
    border-radius: 10px;
  }
}
/* サービス内容 */
.h_serbox {
  padding: 23px;
  background: #fff;
  border-radius: 10px;
}
.h_serbox .stitle {
  font-size: clamp(1.25rem, 1.13rem + 0.4267vw, 1.45rem);
  margin-bottom: 10px;
}
.h_serbox .rounded {
  margin-bottom: 10px;
}
.h_serbox img {
  width: 100%;
}
@media(max-width:750px) {
  .h_serbox {
    padding: 17px 15px;
    margin-bottom: 23px;
  }
  .h_serbox:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* 一日の流れ */
.exam {
  margin-top: 35px;
}
.flow .flowd {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.flow .flowd:last-child {
  margin-bottom: 0 !important;
}
/* 左側 時間 */
.ftime {
  position: relative;
  font-size: 0.8rem;
  color: #fff;
  width: 72px;
  height: 72px;
  background: #f7a8ba;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.ftime::before {
  z-index: -2;
  content: "";
  width: 2px;
  height: 90%;
  border-left: 2px dashed rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.flowd:last-of-type .ftime::before {
  content: none;
}
/* 右側 */
.flow .fwrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin-left: 1em;
  border-left: solid 8px #f7b6a8;
}
.fwrap::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  display: inline-block;
  border-style: solid;
  border-width: 15px;
  border-color: rgba(0, 0, 0, 0) #f7b6a8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.fwrap p {
  margin-bottom: 0;
}
@media(max-width: 750px) {
  .flow .fwrap {
    width: 97%;
  }
  .flow .flowd {
    margin-bottom: 10px;
  }
  .flexbox .w48:first-of-type .flowd:last-of-type .ftime::before {
    content: "";
  }
  .flexbox .w48:first-of-type .flow .flowd:last-of-type {
    margin-bottom: 10px !important;
  }
  .flow .fwrap {
    padding: 10px 13px;
  }
  .ftime {
    width: 60px;
    height: 60px;
    font-size: 0.73rem;
  }
}
/*昼食画像*/
/*img*/
.flow_img_flex {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.flow_img_flex .rounded {
  width: 48%;
}
/*flow*/
.flow .flowd.flow_img_wrap {
  align-items: flex-start;
}
.flow .flowd.flow_img_wrap .fwrap::before {
  top: 22px;
  transform: translateY(0);
}
.flow .flowd.flow_img_wrap .ftime::before {
  content: "" !important;
  height: 237%;
  bottom: -233%;
}
@media(max-width: 1600px) {
  .flow .flowd.flow_img_wrap .ftime::before {
    height: 9vw;
    bottom: -9vw;
  }
}
@media(max-width: 1235px) {
  .flow .flowd.flow_img_wrap .ftime::before {
    height: 12vw;
    bottom: -12vw;
  }
}
@media(max-width: 750px) {
  .flow .flowd.flow_img_wrap .ftime::before {
    height: 30vw;
    bottom: -30vw;
  }
  .flow_img_flex .rounded img {
    border-radius: 5px;
  }
}
/* ご利用案内 */
/*テーブル内テーブル*/
.info_table td .info_table {
  margin-bottom: 12px;
}
.info_table td .info_table tr {
  border: 2px solid #f0f0f0;
}
.info_table td .info_table th {
  background: #baadad;
  border-bottom: 2px solid #f0f0f0;
}
.info_table td .info_table td {
  background: #fff !important;
}
/**/
.guidefee h2 {
  color: #f296ac;
  font-size: clamp(1.05rem, 0.93rem + 0.4267vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 3px;
}
.guidefee {
  margin-bottom: 20px;
}
.guidefee:last-of-type {
  margin-bottom: 0 !important;
}
/* 概要 */
/*img*/
.thrflex {
  margin: 0 auto 45px;
  display: flex;
  justify-content: space-between;
}
.thrflex div {
  width: 31%;
  position: relative;
}
.thrflex div:nth-child(2) {
  margin-top: 15px;
}
.thrflex div:nth-child(3) {
  margin-top: 30px;
}
@media(max-width: 750px) {
  .thrflex {
    margin: 0 auto 25px;
  }
  .thrflex {
    flex-wrap: wrap;
  }
  .thrflex div:nth-child(1) {
    width: 100%;
    order: -1;
    margin-top: 0;
  }
  .thrflex div:nth-child(2) {
    width: 48%;
    margin-top: 15px;
  }
  .thrflex div:nth-child(3) {
    width: 48%;
    margin-top: 30px;
  }
  .thrflex div img {
    object-fit: cover;
    width: 100%;
  }
  .thrflex div:nth-child(1) img {
    height: 58vw;
  }
  .thrflex div:nth-child(2) img, .thrflex div:nth-child(3) img {
    height: 30vw;
    border-radius: 7px;
  }
  .thrflex .tl, .thrflex .tr, .thrflex .bl, .thrflex .br {
    width: 52% !important;
  }
}
/* 採用情報ページ ===========================================================================================================*/
/* 求める人材 */
.reccheck li {
  padding: 15px 13px;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 10px;
}
.reccheck li span {
  font-size: 107%;
  padding-left: 22px;
  position: relative;
  display: inline-block;
}
.reccheck li span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #f7b6a8;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width:750px) {
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .SP_dc_title {
    order: -1;
  }
  .SP_dc_title.maintitle {
    margin-bottom: 35px !important;
  }
}
/* 募集内容 */
/*img*/
.outline .twflex {
  margin-top: 0 !important;
  margin-bottom: 65px;
}
@media (max-width:750px) {
  .outline .twflex {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 2px solid #f5efed;
}
.info_table tr:nth-child(odd) td {
  background: #fffcf7;
}
.info_table th, .info_table td {
  padding: 19px 10px;
}
.info_table th {
  position: relative;
  color: #fff;
  width: 30%;
  border-bottom: 2px solid #f7d1c8;
  font-weight: 700;
  background: #f7b6a8;
}
.info_table td {
  background: #fff;
  width: 70%;
}
.info_table a {
  color: #e33f30;
  display: inline-block;
  border-bottom: 1px dashed #e33f30;
}
.info_table a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 10px 13px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table td {
    padding-bottom: 10px !important;
    background: #fff !important;
  }
}
/* 会社概要ページ ===========================================================================================================*/
/* 理念 */
/*img*/
.vi_img {
  position: relative;
}
.vi_img img {
  border-radius: 50%;
}
.vi_img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border: 15px solid #fdfaf6;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  z-index: 1;
  filter: blur(4px);
}
/* 代表あいさつ */
.glast {
  margin-top: 23px;
  text-align: right;
}
.bg_image .inner {
  max-width: 1100px;
}
/*img*/
.welimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%
}
.welimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 75%;
}
/*box*/
.welBox {
  padding: 45px 115px;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 10px;
}
@media(max-width:1550px) {
  .welBox {
    padding: 40px 65px;
  }
}
@media(max-width: 750px) {
  .bg_image {
    padding-top: 0 !important;
  }
  .welBox {
    margin-top: -40px;
    background: #fff;
  }
  .welimg {
    position: initial;
    transform: translate(0);
  }
  .welimg img {
    height: 57vw;
  }
}
@media(max-width:550px) {
  .welBox {
    padding: 17px;
  }
}
/* アクセス */
.map iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .map iframe {
    height: 280px;
  }
}
/* よくある質問・お問い合わせページ ===============================================================================================*/
.center_illust {
  max-width: 190px;
  margin: 0 auto 3px;
}
@media(max-width:550px) {
  .center_illust {
    max-width: 120px;
  }
}
/* よくある質問 */
.faq .inner {
  max-width: 1432px;
}
.faq .greenPage {
  margin-bottom: 55px;
}
/*box*/
.faqbox {
  padding: 23px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}
/*text*/
.qt::before, .at::before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 1.4rem;
}
.qt {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-left: 38px;
  font-size: clamp(1rem, 0.6875rem + 1vw, 1.25rem);
}
.qt::before {
  content: "Q.";
  top: -0.2em;
  opacity: 0.6;
}
.at {
  position: relative;
  padding-left: 38px;
}
.at::before {
  content: "A.";
  top: -0.35em;
  left: 0.05em;
  color: #f7b6a8;
}
/*color*/
.greenPage .at::before {
  color: #b4cc4b;
}
.pinkPage .at::before {
  color: #f7a8ba;
}
@media(max-width:1120px) {
  .faq .flexbox {
    display: block;
  }
  .faqbox {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .faqbox:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width: 550px) {
  .faqbox {
    padding: 20px 15px;
    margin-bottom: 17px;
  }
}
/* お問い合わせ =======================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 970px;
}
/**/
.contop {
  text-align: center;
  max-width: 950px;
  margin-bottom: 50px;
}
@media(max-width:900px) {
  .contop {
    text-align: left;
  }
}
@media (max-width: 550px) {
  #contact {
    position: relative;
    top: -50px;
  }
  .contop {
    margin-bottom: 40px;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 700;
  position: relative;
  margin-bottom: 17px;
  font-size: clamp(1.3rem, 1.18rem + 0.4267vw, 1.5rem);
  line-height: 1.55;
  padding-left: 20px;
}
.cotitle:after, .cotitle:before {
  content: '';
  position: absolute;
  height: 37%;
  width: 6px;
  left: 0;
}
.cotitle:after {
  bottom: 13.5%;
  background: #f7b6a8;
}
.cotitle:before {
  top: 13.5%;
  background: #f59e8c;
}
/*box*/
.telbox {
  border: 3px solid #fff7eb;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
}
/* 番号 */
.telbox a {
  white-space: nowrap;
  font-size: clamp(1.4rem, 1.31rem + 0.32vw, 1.55rem);
  color: #735954;
}
.telbox a i {
  color: #f7b6a8;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #f7b6a8;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1335px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 90%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 900px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
    font-size: 90%;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.formsel p:last-child {
  margin-bottom: 0;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #735954;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #f7b6a8;
  padding: 5px;
  margin-right: 3px;
  font-size: 12px;
  border-radius: 3px;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #735954;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  border-radius: 50px;
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #f7b6a8;
  color: #fff;
  border: 2px solid #f7b6a8;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #f7b6a8;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #f7b6a8;
  border-bottom: 3px solid #f7b6a8;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*select*/
.business select {
  margin-right: 0.5em;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.business {
  position: relative;
}
.business::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 40%;
  right: 7px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  color: #735954;
}
@media(max-width:550px) {
  .business select {
    font-size: 0.83rem;
  }
  .mailform .box, .mailform textarea {
    font-size: 0.83rem;
  }
}
/**/
.mails {
  padding-bottom: 40px;
}
.mails .maintitle {
  font-size: clamp(1.6rem, 1.24rem + 1.28vw, 2.2rem);
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 15px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .formsel label {
    font-size: 0.95rem;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5rem + 1.6vw, 1.4rem);
  padding: 15px 5px 15px;
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 700;
}
.accordionwrap {
  border-bottom: 2px solid rgba(115, 89, 84, 0.15);
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -2px;
  color: #f7b6a8;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #f7b6a8;
  top: 49%;
  right: 1%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 0.7rem;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #f7b6a8;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 90%;
  }
}









/* 250218更新分 営業電話お断り追加 ================================================================*/
/* ヘッダー */
.header .refusal_text {
  font-size: 0.75rem;
  color: #f74040;
  margin-bottom: 5px;
}
/* ハンバーガーメニュー */
.header__nav-area .refusal_text {
  font-size: 0.87rem;
  color: #f74040;
  margin-bottom: 5px;
}
/* フッター */
.footer_contact .maintitle {
  margin-bottom: 15px !important;
}
.footer_contact .btn_wrap {
  align-items: flex-end;
}
.footer_contact .refusal_text {
  white-space: nowrap;
  margin-bottom: 12px !important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
@media (max-width: 550px) {
  .footer_contact .refusal_text {
    font-size: 90% !important;
  }
}
/* お問い合わせ */
.cotitle .refusal_text {
  font-size: 72%;
  color: #f74040;
}
@media (max-width: 550px) {
  .cotitle .refusal_text {
    font-size: 65%;
  }
}