@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
.coupon_a .price_area .yen_tax {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
}

.coupon_a .coupon_pickup {
  margin: 0 auto 0;
  background: rgba(255, 255, 255, .86);
  border-radius: 10px;
  padding: clamp(30px, 4vw, 54px);
}

.coupon_a .pickup_wrap {
  --pickup-gap: clamp(36px, 5vw, 70px);
  align-items: center;
  justify-content: space-between;
  gap: var(--pickup-gap);
}

.coupon_a .pickup_wrap > .imgbox {
  width: calc((100% - var(--pickup-gap)) * .38);
  aspect-ratio: 39 / 28;
  border-radius: 8px;
  overflow: hidden;
}

.coupon_a .pickup_wrap > .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coupon_a .pickup_wrap .txtbox {
  width: calc((100% - var(--pickup-gap)) * .62);
}

.coupon_a .pickup_wrap h3 {
  color: #95B900;
  line-height: 1.8;
  letter-spacing: .12em;
  font-weight: 400;
  padding-bottom: 14px;
  border-bottom: 1px solid #E4E1DC;
}

.coupon_a .pickup_wrap .txtbox > p {
  color: #714F38;
}

.coupon_a .coupon_pickup .price_wrap {
  align-items: flex-end;
  gap: 4px;
}

.coupon_a .coupon_pickup .price {
  color: #714F38;
  line-height: 1;
  letter-spacing: .08em;
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 400;
}

.coupon_a .coupon_pickup .yen {
  color: #714F38;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 400;
  padding-bottom: 2px;
}

.coupon_a .coupon_list {
  margin: clamp(46px, 5vw, 70px) auto 0;
}

.coupon_a .coupon_item {
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(26px, 3vw, 38px) 0;
  border-bottom: 1px dotted rgba(113, 79, 56, .42);
}

.coupon_a .coupon_item:first-child {
  border-top: 1px dotted rgba(113, 79, 56, .42);
}

.coupon_a .coupon_item .txtbox {
  flex: 1;
  min-width: 0;
}

.coupon_a .tag_wrap {
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
    justify-content: flex-start;
}

.coupon_a .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 999px;
  background: #E7DEBE;
  color: #714F38;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 400;
}

.coupon_a .coupon_item h3 {
  color: #714F38;
  line-height: 1.7;
  letter-spacing: .1em;
  font-weight: 400;
  margin-bottom: 12px;
}

.coupon_a .coupon_item .txtbox > p {
  color: #714F38;
}

.coupon_a .price_area {
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
  min-width: 190px;
  padding-top: 28px;
    
}

.coupon_a .price_area .price {
  color: #95B900;
  line-height: 1;
  letter-spacing: .08em;
  font-size:clamp(22px, 2vw, 28px);
  font-weight: 400;
}

.coupon_a .price_area .yen {
  color: #714F38;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 400;
  padding-bottom: 2px;
}

.coupon_a .price_area .tax {
  color: #714F38;
  line-height: 1.2;
  padding-bottom: 2px;
}

.coupon_a > .more_btn {
  justify-content: center;
  margin-top: clamp(38px, 5vw, 60px);
}

@media screen and (max-width: 900px) {
  .coupon_a .pickup_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .coupon_a .pickup_wrap > .imgbox,
  .coupon_a .pickup_wrap .txtbox {
    width: 100%;
  }

  .coupon_a .coupon_item {
    display: block;
  }

  .coupon_a .price_area {
    justify-content: flex-start;
    min-width: 0;
    padding-top: 18px;
  }
}

@media screen and (max-width: 576px) {
  .coupon_a .coupon_pickup {
    padding: 28px 18px;
  }

  .coupon_a .coupon_item {
    padding: 28px 0;
  }

  .coupon_a .tag {
    padding: 4px 12px;
  }
}

.about_more_a {
  position: relative;
  overflow: hidden;
  background: #F8F4EF;
}

.about_more_a .titlebox h2 {
 
  letter-spacing: .14em;
  font-weight: 400;
  line-height: 1.6;
}

.about_more_a .titlebox .sub_en {
  margin-top: 4px;
  color: #95B900;
  line-height: 1;
  letter-spacing: .16em;
}

.about_more_a .reason_list {
  --reason-gap-x: clamp(24px, 3vw, 42px);
  --reason-gap-y: clamp(40px, 5vw, 60px);
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: var(--reason-gap-y) var(--reason-gap-x);
}

.about_more_a .reason_box {
  position: relative;
  width: calc((100% - (var(--reason-gap-x) * 2)) / 3);
  background: rgba(255, 255, 255, .82);
  padding: 48px 28px 34px;
  border-radius: 90px 0 90px 0;
  box-shadow: 0 8px 24px rgba(113, 79, 56, .06);
  overflow: hidden;
}

.about_more_a .reason_box {
  position: relative;
  width: calc((100% - (var(--reason-gap-x) * 2)) / 3);
  background: rgba(255, 255, 255, .82);
  padding: 58px 28px 34px;
  border-radius: 90px 0 90px 0;
  box-shadow: 0 8px 24px rgba(113, 79, 56, .06);
  overflow: visible;
}
.about_more_a .reason_box .point_box {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 5;
  text-align: center;
}

.about_more_a .reason_box .point_box p {
  color: #B89A6E;
  line-height: 1;
  font-weight: 400;
}

.about_more_a .reason_box .point_box p:first-child {
  margin-bottom: 4px;
}
.about_more_a .reason_box .point_box p {
  color: #B89A6E;
  line-height: 1;
  font-weight: 400;
}


.about_more_a .reason_box h3 {
  color: #714F38;
  text-align: center;
  letter-spacing: .12em;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 22px;
}

.about_more_a .reason_box > p {
  color: #714F38;
  min-height: 6.6em;
    font-size: 14px;
}

.about_more_a .reason_box .more_btn {
  justify-content: center;
}

.about_more_a .reason_box .imgbox {
  margin-top: 24px;
  aspect-ratio: 1.95 / 1;
  border-radius: 10px 10px 60px 10px;
  overflow: hidden;
}

.about_more_a .reason_box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .about_more_a .reason_list {
    --reason-gap-x: 30px;
    --reason-gap-y: 42px;
  }

  .about_more_a .reason_box {
    width: calc((100% - var(--reason-gap-x)) / 2);
  }
}

@media screen and (max-width: 768px) {
  .about_more_a .reason_list {
    --reason-gap-x: 0px;
    --reason-gap-y: 36px;
  }

  .about_more_a .reason_box {
    width: 100%;
    max-width: 380px;
    border-radius: 60px 0 60px 0;
  }

  .about_more_a .reason_box > p {
    min-height: 0;
  }
}

@media screen and (max-width: 576px) {
  .about_more_a .reason_box {
    padding: 44px 20px 28px;
      
  }

  .about_more_a .reason_box .imgbox {
    border-radius: 8px 8px 46px 8px;
  }
}

.price_wrap{
    justify-content: flex-start;
    align-items: baseline;
}
.recommend_intro {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
  min-height: clamp(300px, 30vw, 430px);
  overflow: hidden;
}

.recommend_intro .txtbox {
  position: relative;
  z-index: 2;
  width: 68%;
  padding-left: clamp(20px, 4vw, 50px);
  padding-right: clamp(40px, 7vw, 110px);
  box-sizing: border-box;
    margin-bottom: 30px;
}

.recommend_intro .intro_titlebox {
  text-align: center;
  margin-bottom: clamp(20px, 5vw, 40px);
}

.recommend_intro .intro_titlebox h3 {
  color: #95B900;
  line-height: 1;
  letter-spacing: .18em;
  font-weight: 400;
}

.recommend_intro .intro_titlebox .jp {
  margin-top: 12px;
  color: #714F38;
  line-height: 1;
  letter-spacing: .14em;
}

.recommend_intro .intro_titlebox .line {
  width: 70px;
  height: 1px;
  background: #95B900;
  margin: 18px auto 0;
}

.recommend_intro .txtbox > p {
  color: #714F38;
}

.recommend_intro .imgbox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: clamp(260px, 32vw, 430px);
}

.recommend_intro .imgbox img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
    
  .recommend_intro {
    min-height: auto;
    display: block;
  }

  .recommend_intro .txtbox {
    width: 100%;
    padding-right: 0;
      padding-left: 0;
      margin-bottom: 0;
  }

  .recommend_intro .imgbox {
    position: relative;
    width: min(72%, 360px);
    margin: 30px 0 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .recommend_intro .intro_titlebox {
    margin-bottom: 30px;
  }

  .recommend_intro .imgbox {
    width: 86%;
  }
}
.menu_recommend_wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.menu_recommend_wrap .menuwrap {
  width: 100%;
    
}

.recommend_label {
  width: 100%;
  background: #95B900;
  border-radius: 999px;
  padding: clamp(16px, 2vw, 22px) 30px;
  text-align: center;
  position: relative;
    margin-bottom: 30px;
}

.recommend_label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 28px;
  height: 18px;
  background: #95B900;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.recommend_label p {
  color: #fff;
  line-height: 1.4;
  letter-spacing: .12em;
  font-weight: 400;
}

.feature_box.recommend_box {
  background: #fff;
  border-radius: 10px;
  padding: clamp(34px, 4vw, 48px) clamp(24px, 3vw, 38px);
}

.feature_box .feature_wrap {
  --gap: clamp(34px, 5vw, 70px);
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}

.feature_box .feature_wrap > .imgbox {
  width: calc((100% - var(--gap)) * .38);
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.feature_box .feature_wrap > .imgbox img {
  width: 100%;
  height: 100%;
  aspect-ratio: 39 / 28;
  object-fit: cover;
  display: block;
}

.feature_box .feature_wrap .txtbox {
  width: calc((100% - var(--gap)) * .62);
}

.feature_box .feature_wrap h3 {
  color: #95B900;
  line-height: 1.9;
  letter-spacing: .12em;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px solid #E4E1DC;
}

.feature_box .feature_wrap .txtbox > p {
  color: #714F38;
}

.feature_box .feature_wrap .price {
  color: #714F38;
  line-height: 1;
  letter-spacing: .08em;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
}

.feature_box .feature_wrap .price span {
  font-size: .6em;
  margin-left: 4px;
}

@media screen and (max-width: 900px) {
  .feature_box .feature_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature_box .feature_wrap > .imgbox,
  .feature_box .feature_wrap .txtbox {
    width: 100%;
    max-width: 100%;
  }

  .feature_box .feature_wrap > .imgbox img {
    aspect-ratio: 16 / 10;
  }
}

@media screen and (max-width: 576px) {
  .recommend_label {
    padding: 16px 18px;
  }

  .recommend_label::after {
    width: 24px;
    height: 14px;
    bottom: -10px;
  }

  .feature_box.recommend_box {
    padding: 28px 18px;
  }

  .feature_box .feature_wrap {
    gap: 24px;
  }

  .feature_box .feature_wrap .price {
    font-size: 30px;
  }
}


.section06 {
  padding-top: clamp(50px, 6vw, 100px);
    padding-bottom: clamp(50px, 6vw, 100px);
}

.pagetitle {
  position: relative;
  height: clamp(350px, 30vw, 480px);
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.gjs-dashed) .pagetitle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(74, 71, 69, .30);
  mix-blend-mode: multiply;
}

.pagetitle > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

.pagetitle .txtbox {
  position: relative;
  z-index: 3;
  left: auto;
  bottom: auto;
  padding-top: clamp(70px, 5vw, 100px);
}

.pagetitle h1 {
  line-height: 1.5;
  letter-spacing: .14em;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 400;
}

.pagetitle p {
  letter-spacing: .14em;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 576px) {


  .pagetitle .txtbox {
    padding-top: 30px;
  }
}

.footer_wrap {
  background: #4B382D;
  color: #fff;
}

.footer_wrap .footer_inner {
  max-width: 1280px;
  margin: 0 auto;
}

.footer_wrap p,
.footer_wrap a {
  color: #fff;
  letter-spacing: .06em;
}

.footer_wrap a {
  text-decoration: none;
}

.footer_wrap .footer_upper {
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.footer_wrap .footer_upper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,.08);
  transform: translateX(-50%);
}

.footer_wrap .footer_upper_left {
  width: 45%;
}

.footer_wrap .footer_upper_left > p {
  color: rgba(255,255,255,.72);
  margin-bottom: 14px;
}

.footer_wrap .footer_linkrow {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer_wrap .footer_linkrow > p {
  font-weight: 300;
}

.footer_wrap .footer_upper_right {
  width: 36%;
  padding-left: 0;
  border-left: none;
  min-width: 360px;
}

.footer_wrap .footer_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer_wrap .footer_item_row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.footer_wrap .footer_item_row p:first-child {
  letter-spacing: .16em;
  font-weight: 400;
}

.footer_wrap .footer_item_row p:last-child {
  color: rgba(255,255,255,.8);
}

.footer_wrap .icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: .3s ease;
}

.footer_wrap .icon img {
  width: 8px;
  height: auto;
}

.footer_wrap a:hover .icon {
  transform: translateX(6px);
}

.footer_wrap .footer_hline {
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,.1);
  margin: 64px 0;
}

.footer_wrap .footer_lower {
  justify-content: space-between;
  align-items: flex-start;
}

.footer_wrap .footer_brand {
  width: 230px;
}

.footer_wrap .footer_brand .imgbox img {
  width: 100%;
  height: auto;
}

.footer_wrap .footer_sns {
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.footer_wrap .footer_sns a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_wrap .footer_sns i {
  color: #fff;
  line-height: 1;
    font-size: 24px;
}

.footer_wrap .footer_nav .rightbox {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(50px, 7vw, 110px);
  align-items: flex-start;
}

.footer_wrap .footer_nav .ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer_wrap .footer_nav .li {
  position: relative;
  padding-left: 18px;
}

.footer_wrap .footer_nav .li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,.8);
}

.footer_wrap .footer_nav .li p {
  color: rgba(255,255,255,.92);
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: .18em;
}

.footer_wrap .footer_copy {
  margin-top: 90px;
  text-align: right;
}

.footer_wrap .footer_copy p {
  color: rgba(255,255,255,.7);
  font-size: 12px;
}

@media screen and (max-width: 1080px) {
  .footer_wrap .footer_nav .rightbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
  }
}

@media screen and (max-width: 900px) {
  .footer_wrap .footer_brand {
    margin-right: auto;
    margin-left: auto;
  }

  .footer_wrap .footer_upper {
    display: block;
  }

  .footer_wrap .footer_upper::before {
    display: none;
  }

  .footer_wrap .footer_upper_left,
  .footer_wrap .footer_upper_right {
    width: 100%;
  }

  .footer_wrap .footer_upper_right {
    margin-top: 40px;
    min-width: 0;
  }

  .footer_wrap .footer_lower {
    display: block;
  }

  .footer_wrap .footer_nav {
    margin-top: 40px;
  }

  .footer_wrap .footer_nav .rightbox {
    flex-wrap: wrap;
    gap: 30px 50px;
  }
}

@media screen and (max-width: 576px) {
  .footer_wrap .footer_item_row {
    flex-direction: column;
    gap: 4px;
  }

  .footer_wrap .footer_nav {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_wrap .footer_nav .rightbox {
    display: block;
  }

  .footer_wrap .footer_nav .ul {
    margin-bottom: 20px;
  }

  .footer_wrap .footer_copy {
    margin-top: 50px;
    text-align: left;
  }
}
.footer_wrap .footer_sns .hotpepper_icon img {
  display: block;
  width: 22px;
  height: auto;
}

.footer_wrap .footer_sns a {
  transition: .3s;
}

.footer_wrap .footer_sns a:hover {
  opacity: .75;
}
.swiper_a {
  overflow: hidden;
  height: clamp(150px, 50vh, 250px);
}
.swiper_a img {
  display: block;
  height: 100%;
  width: auto;
}
.swiper_a .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper_a .swiper-slide {
  opacity: 1 !important;
  width: auto;
}
.swiper_a .swiper-slide {
  opacity: 1 !important;
}
.swiper_a .swiper-slide {
  margin-right: 0 !important;
}

.access_a {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.75) 0%, rgba(255,255,255,.28) 32%, rgba(255,255,255,0) 60%),
    url("https://healing-yufla.com/system_panel/uploads/images/bg2.jpg") center center / cover no-repeat,
    #EAF3E7;
}

.access_a .access_wrap {
  --access-gap: clamp(50px, 7vw, 100px);
  position: relative;
  z-index: 2;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: var(--access-gap);
}

.access_a .leftbox {
  width: calc((100% - var(--access-gap)) * .60);
}

.access_a .rightbox {
  width: calc((100% - var(--access-gap)) * .40);

}

.access_a .main_img {
  width: 100%;
  aspect-ratio: 1.48 / 1;
  overflow: hidden;
  border-radius: 8px;
}

.access_a .sub_img_wrap {
  --sub-img-gap: 12px;
  gap: var(--sub-img-gap);
  margin-top: var(--sub-img-gap);
}

.access_a .sub_img {
  width: calc((100% - var(--sub-img-gap)) / 2);
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  border-radius: 8px;
}

.access_a .main_img img,
.access_a .sub_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access_a .logobox {
  width: clamp(180px, 18vw, 260px);
  margin-bottom: clamp(28px, 4vw, 46px);
}

.access_a .logobox img {
  display: block;
  width: 100%;
  height: auto;
}

.access_a .info_wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 36px);
}

.access_a .info_title {
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
    justify-content: flex-start;
}

.access_a .info_title .title_icon {
  width: 30px;
  flex-shrink: 0;
}

.access_a .info_title .title_icon img {
  display: block;
  width: 100%;
  height: auto;
}

.access_a .info_title p {
  color: #A0B90F;
  line-height: 1;
  letter-spacing: .18em;
}

.access_a .info_item > p,
.access_a .info_item span {
  color: #714F38;
}

.access_a .tel_wrap {
  align-items: center;
  gap: 18px;
  margin-top: clamp(26px, 3vw, 40px);
  flex-wrap: wrap;
}

.access_a .tel_link {
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #714F38;
}

.access_a .tel_link p {
  color: #714F38;
  line-height: 1;
}

.access_a .tel_num {
  letter-spacing: .1em;
}

.access_a .reserve_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: #7B6A61;
  text-decoration: none;
  transition: .3s;
}

.access_a .reserve_btn p {
  color: #fff;
  line-height: 1;
  letter-spacing: .08em;
}

.access_a .reserve_btn:hover {
  transform: translateY(3px);
  opacity: .9;
}

.access_a .access_deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.access_a .access_deco img {
  display: block;
  width: 100%;
  height: auto;
}

.access_a .deco_left {
  top: 0;
  left: 0;
  width: clamp(240px, 30vw, 520px);
}

.access_a .deco_right {
  right: 0;
  bottom: 0;
  width: clamp(280px, 36vw, 620px);
}

@media screen and (max-width: 1080px) {
  .access_a .access_wrap {
    --access-gap: 50px;
  }

  .access_a .deco_left {
    width: 360px;
  }

  .access_a .deco_right {
    width: 420px;
  }
}

@media screen and (max-width:900px) {
  .access_a .access_wrap {
    flex-direction: column;
    gap: 44px;
  }

  .access_a .leftbox,
  .access_a .rightbox {
    width: 100%;
  }

  .access_a .logobox {
    margin-left: auto;
    margin-right: auto;
  }

  .access_a .info_wrap {
    max-width: 520px;
    margin: 0 auto;
  }

  .access_a .tel_wrap {
    justify-content: center;
  }

  .access_a .more_btn {
    justify-content: center;
  }

  .access_a .deco_left {
    width: 280px;
  }

  .access_a .deco_right {
    width: 320px;
  }
}

@media screen and (max-width: 576px) {
  .access_a .main_img {
    aspect-ratio: 1.18 / 1;
  }

  .access_a .sub_img_wrap {
    --sub-img-gap: 10px;
  }

  .access_a .sub_img {
    width: calc((100% - var(--sub-img-gap)) / 2);
    aspect-ratio: 1.1 / 1;
  }

  .access_a .tel_wrap {
    flex-direction: column;
    gap: 14px;
  }

  .access_a .reserve_btn {
    min-width: 170px;
  }

  .access_a .deco_left {
    width: 220px;
  }

  .access_a .deco_right {
    width: 250px;
  }
}
.banner_a {
  position: relative;
    background: #F7F4F0;
}

.banner_a .banner_wrap {
  --banner-gap: clamp(24px, 3vw, 36px);
  margin: 0 auto;
  gap: var(--banner-gap);
}

.banner_a .banner_item {
  width: calc((100% - var(--banner-gap)) / 2);
}

.banner_a .banner_item a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
}

.banner_a .imgbox {
  width: 100%;
  height: 100%;
}

.banner_a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.banner_a .banner_item a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(80, 50, 32, .34);
  pointer-events: none;
}

.banner_a .banner_item a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    90deg,
    rgba(80, 50, 32, .18) 0%,
    rgba(80, 50, 32, .08) 45%,
    rgba(80, 50, 32, .2) 100%
  );
  pointer-events: none;
}

.banner_a .txtbox {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner_a .txtbox h2 {
  color: #fff;
  line-height: 1.5;
  letter-spacing: .14em;
  font-weight: 400;
}

.banner_a .txtbox .line {
  width: 1px;
   height: clamp(10px, 2vw, 24px);
  margin: 10px auto 8px;
  background: rgba(255, 255, 255, .75);
}

.banner_a .txtbox .sub_en {
  color: #fff;
  line-height: 1;
  letter-spacing: .16em;
}

.banner_a .banner_btn {
  min-width: 150px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.banner_a .banner_btn p {
  color: #fff;
  line-height: 1;
  letter-spacing: .12em;
}

.banner_a .banner_item a:hover img {
  transform: scale(1.06);
}

.banner_a .banner_item a:hover .banner_btn {
  background: rgba(255, 255, 255, .18);
  transform: translateY(3px);
}

@media screen and (max-width: 768px) {
  .banner_a .banner_wrap {
    flex-direction: column;
    gap: 24px;
  }

  .banner_a .banner_item {
    width: 100%;
  }

  .banner_a .banner_item a {
    aspect-ratio: 1.7 / 1;
  }
}

@media screen and (max-width: 576px) {
.banner_a .txtbox h2 {
font-size: 20px;
}
    .banner_a .txtbox .line {
    height:10px;

}
    
}

/* ---------- titlebox ---------- */
.titlebox {
  text-align: center;
}

.titlebox h2 {
  color: #714F38;
  letter-spacing: .14em;
  font-weight: 400;
  line-height: 1.6;
}

.titlebox .sub_en {
  margin-top: 4px;
  color: #714F38;
  line-height: 1;
  letter-spacing: .16em;
}

@media screen and (max-width: 576px) {
  .titlebox h2 {
    letter-spacing: .08em;
  }
}
/* ---------- header ---------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(250, 241, 218, .96);
  padding: 0 clamp(20px, 3vw, 36px);
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 66px;
}

/* logo */
.header .logo {
  width: clamp(92px, 10vw, 126px);
  flex-shrink: 0;
}

.header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
}

.header .logo img {
  display: block;
  width: 100%;
  max-height: 58px;
  height: auto;
  object-fit: contain;
}

/* right nav */
.header .head_nav {
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.7vw, 26px);
  flex-wrap: nowrap;
  min-width: 0;
}

/* nav */
.head_nav .gnav .nav_list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.head_nav .gnav .nav_item:nth-child(n+3) {
  display: none;
}

.head_nav .gnav .nav_item:first-child p {
  font-size: 0;
}

.head_nav .gnav .nav_item:first-child p::before {
  content: "メニュー";
  font-size: clamp(13px, 1vw, 15px);
}

.head_nav .gnav a {
  display: block;
  color: #5b3f2d;
  text-decoration: none;
  line-height: 1;
  letter-spacing: .12em;
  white-space: nowrap;
  transition: .3s;
}

.head_nav .gnav a:hover {
  color: #95B900;
}

.head_nav .gnav p {
  color: #5b3f2d;
  line-height: 1;
  letter-spacing: .12em;
  font-size: clamp(13px, 1vw, 15px);
}

/* tel */
.head_nav .tellink {
  display: block;
  text-decoration: none;
  color: #5b3f2d;
  white-space: nowrap;
}

.head_nav .tellink .txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.head_nav .tellink p {
  margin: 0;
  line-height: 1;
  letter-spacing: .08em;
}

.head_nav .tellink p:first-child {
  color: #7b5d43;
  font-size: 12px;
}

.head_nav .tellink p:last-child {
  color: #95B900;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", serif;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: .12em;
}

/* buttons */
.header_btn_wrap {
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.head_nav .reservelink,
.head_nav .infolink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 clamp(18px, 2vw, 28px);
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
  transition: .3s;
}

.head_nav .reservelink {
  background: #7B5132;
}

.head_nav .infolink {
  background: #95B900;
}

.head_nav .reservelink img,
.head_nav .infolink img {
  display: block;
  height: 17px;
  width: auto;
  margin-right: 7px;
}

.head_nav .reservelink p,
.head_nav .infolink p {
  color: #fff;
  line-height: 1;
  letter-spacing: .08em;
  font-size: 14px;
  font-weight: 600;
}

.head_nav .reservelink:hover,
.head_nav .infolink:hover {
  transform: translateY(3px);
  opacity: .9;
}

/* open info */
.open_info {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.open_info::before,
.open_info::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 34px;
  background: rgba(123, 81, 50, .28);
  transform: translateY(-50%);
}

.open_info::before {
  left: 0;
}

.open_info::after {
  right: 0;
}

.open_info p {
  margin: 0;
  color: #5b3f2d;
  line-height: 1.55;
  letter-spacing: .06em;
  font-size: 11px;
}

.open_info p:first-child {
  font-weight: 600;
}

/* hamburger */
.head_nav .menu-bt {
  width: 34px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.head_nav .menu-bt .line {
  position: relative;
  width: 20px;
  height: 15px;
}

.head_nav .menu-bt .line div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7B5132;
  transition: .3s;
}

.head_nav .menu-bt .line div:nth-of-type(1) {
  top: 0;
}

.head_nav .menu-bt .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.head_nav .menu-bt .line div:nth-of-type(3) {
  bottom: 0;
}

.head_nav .menu-bt.active .line div:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.head_nav .menu-bt.active .line div:nth-of-type(2) {
  opacity: 0;
}

.head_nav .menu-bt.active .line div:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

@media screen and (max-width: 1080px) {
  .head_nav .gnav {
    display: none;
  }

  .open_info {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header {
    min-height: 62px;
    padding: 0 22px;
  }

  .header .logo {
    width: 104px;
  }

  .header .logo a {
    height: 62px;
  }

  .head_nav .tellink {
    display: none;
  }

  .head_nav .reservelink,
  .head_nav .infolink {
    height: 40px;
    padding: 0 16px;
  }

  .head_nav .reservelink p,
  .head_nav .infolink p {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .header {
    min-height: 58px;
    padding: 0 18px;
  }

  .header .logo {
    width: 92px;
  }

  .header .logo a {
    height: 58px;
  }

  .header_btn_wrap {
    display: none;
  }

  .head_nav .menu-bt {
    width: 32px;
  }
}

/* ---------- menu wrap ---------- */
.menu-wrap {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background:
    radial-gradient(42% 38% at 18% 22%, rgba(149, 185, 0, .22) 0%, rgba(149, 185, 0, 0) 72%),
    radial-gradient(36% 40% at 82% 28%, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, 0) 74%),
    linear-gradient(135deg, rgba(123, 81, 50, .94) 0%, rgba(174, 141, 101, .94) 100%);
}

.menu-wrap > div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  overflow: auto;
  padding: 90px 30px 50px;
}

.menu-wrap .menuwrap_menu {
  align-items: flex-start;
  justify-content: center;
  gap: clamp(30px, 5vw, 70px);
}

.menu-wrap .menuwrap_menu .menuwrap_menu_box {
  min-width: 220px;
}

.menu-wrap .menuwrap_menu .menuwrap_menu_box .en_title3 {
  color: #fff;
  letter-spacing: .16em;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
}

.menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li {
  padding-top: 15px;
}

.menu-wrap .menuwrap_menu p,
.menu-wrap .menuwrap_menu a {
  color: #fff;
  text-decoration: none;
}

.menu-wrap .menuwrap_menu .ul .li p {
  letter-spacing: .08em;
  transition: .3s;
}

.menu-wrap .menuwrap_menu .ul .li a:hover p {
  opacity: .7;
  transform: translateX(4px);
}

.menu-wrap .menuwrap_bt_box {
  width: 100%;
}

.menu-wrap .menu_btn_list {
  justify-content: center;
  gap: 18px;
}

.menu-wrap .menuwrap_bt_box .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 52px;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  transition: .3s;
}

.menu-wrap .menuwrap_bt_box .more.more2 a {
  background: #95b900;
}

.menu-wrap .menuwrap_bt_box .more a > div {
  justify-content: center;
}

.menu-wrap .menuwrap_bt_box .more img {
  height: 18px;
    width: auto;
}

.menu-wrap .menuwrap_bt_box .more p {
  color: #7b5132;
  letter-spacing: .08em;
  font-weight: 600;
}

.menu-wrap .menuwrap_bt_box .more.more2 p {
  color: #fff;
}

.menu-wrap .menuwrap_bt_box .more a:hover {
  transform: translateY(4px);
}

.menu-wrap .snsbox {
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.menu-wrap .snsbox .sns_item {
  width: 42px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .snsbox .sns_item .imgbox {
  width: 22px;
}

.menu-wrap .snsbox .sns_item .imgbox img {
  width: 100%;
  display: block;
}

/* ---------- responsive ---------- */
@media screen and (max-width: 1280px) {
  .head_nav .gnav .nav_list,
  .head_nav .sns_links {
    display: none;
  }

  .head_nav .menu-bt {
    display: flex;
  }
}

@media screen and (max-width: 1080px) {
  .open_info {
    display: none;
  }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 576px) {

  .menu-wrap > div {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 24px 50px;
  }

  .menu-wrap .menuwrap_menu {
    width: 100%;
    flex-direction: column;
    gap: 28px;
  }

  .menu-wrap .menuwrap_menu .menuwrap_menu_box {
    width: 100%;
    min-width: auto;
  }

  .menu-wrap .menu_btn_list {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .menu-wrap .menuwrap_bt_box .more,
  .menu-wrap .menuwrap_bt_box .more a {
    width: 100%;
  }

  .menu-wrap .menuwrap_bt_box .more a {
    min-width: auto;
  }
}
/* ---------- more_btn ---------- */
.more_btn {
  display: flex;
  justify-content: flex-start;
}

.more_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 42px;
  border: 1px solid rgba(113, 79, 56, .55);
  border-radius: 999px;
  text-decoration: none;
  transition: .3s;
    padding: 0 20px;
}

.more_btn a p {
  color: #714F38;
  font-size: 13px;
  letter-spacing: .12em;
  line-height: 1;
}

.more_btn a:hover {
  background: #714F38;
  transform: translateY(3px);
}

.more_btn a:hover p {
  color: #fff;
}
.main-wrap {
  overflow: hidden;
}
.nowhite{
    white-space: nowrap;
}

.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #404040;
}
.color2 {
  color: rgba(51, 51, 51, 0.70);
}
.color3 {
  color: #A0B90F!important;
}
.bg1 {
  position: relative;
  background: url("https://healing-yufla.com/system_panel/uploads/images/bg1.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.bg2{
  background:#FBF7F2;
}
.bg3{
  background: #F3EFE4;
}


.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontnoto{
	font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.zenkaku{
	font-family: "Zen Kaku Gothic New", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.fontbri{
  font-family: "Bricolage Grotesque", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.entitle0 {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.2em;
}
.entitle1 {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.2rem;
        font-weight: 400;
}
.entitle2 {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1rem;
    font-weight: 400;
}
.entitle3 {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle4{
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}

.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(26px, 3.0vw, 32px);
}
@media screen and (max-width: 576px) {
  .default_title2 {
    font-size: 24px;
  }
}

.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}

.default_txt1{
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2{
  font-size: clamp(12px, 1.2vw, 14px);
}

.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}

.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

html{
}
body{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	background-color: #FEFCFB;
	color: #714F38;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.cate_wrap > .cate{
	padding-top: 150px;
}

/* ---------- common ---------- */

/* ---------- header ---------- */
.header{
}

/* ---------- footer ---------- */

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #FFE93C}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #FFE93C}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
