@charset "UTF-8";

/* ユーティリティー */
a {
  zoom: 1;
  text-decoration: none;
  color: #5b5959;
  transition: opacity 0.7s;
  display: block;
}

a:hover {
  opacity: 0.8;
}

.fgo {
  font-family: noto-sans-cjk-jp, sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
} /*300-400-500*/

.fmin {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.osw,
.en {
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*Medium 500*/ /*Light 300*/

.zen {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*bold 700*/

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.page {
  width: 85.3%;
  max-width: 1300px;
  margin: 0 auto;
}

.img {
  width: 100%;
  height: auto;
}
.img_cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.nolink {
  pointer-events: none;
  cursor: default;
}

.sp {
  display: none;
}

img[src*="_sp"] {
  display: none;
}
.spbr {
  display: none;
}

.empty {
  text-align: center;
  padding-top: 20px;
}

body {
  color: #5b576c;
  /*font-family: noto-sans-cjk-jp, sans-serif;*/
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 500;
  font-size: 18px;
  /*letter-spacing: 0.04em;*/
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: #fdefef;
}

body p.mcopy {
  line-height: 2.3;
  position: relative;
  z-index: 2;
}

.spbr {
  display: none;
}

.bdrs20 {
  border-radius: 20px;
  overflow: hidden;
}
.txt_c {
  text-align: center;
}
.txt_c span {
  display: inline-block;
}

/* -------------------------------------
header
------------------------------------- */
header .hdr_wrap {
  display: flex;
  align-items: center;
  width: calc(100% - 150px);
  max-width: 1760px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(000, 000, 000, 0.12) 0px 2px 5px 3px;
  background-image: linear-gradient(1deg, rgba(255, 237, 237, 1), rgba(255, 255, 255, 1));
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 10;
  transition: all 0.4s;
}
header.fixed .hdr_wrap {
  top: 25px;
}
.hdr_in {
  width: 100%;
  padding: 0 0 0 47px;
  margin: 0 auto;
  /*background-color:#fff;*/
  position: relative;
}
#head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  transition: all 0.4s;
}

#head .head_top {
  width: 15%;
  max-width: 154px;
  min-width: 135px;
  position: relative;
}

#head #hdr_logo {
  width: 100%;
  /*max-width: 245px;*/
  min-width: 114px;
}
#head #hdr_logo > * {
  line-height: 1;
}

#head nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  max-width: 800px;
  gap: 23px;
  /*background-color:#fff;*/
}

#head nav #gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
  width: calc(100% - 300px);
  min-width: 400px;
}

#head nav #gnav li {
}

#head nav #gnav li a {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  padding: 5px;
  transition: all 0.3s;
}
#head nav #gnav li a span.nav-icon {
  position: relative;
}
#head nav #gnav li:hover a,
#head nav #gnav li a.np {
  color: #d96388;
}

#head nav #hdr_tel {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  max-width: 300px;
  min-width: 250px;
  height: 70px;
  /*background-color:#d96388;*/
  background-image: linear-gradient(0deg, rgba(193, 49, 94, 1), rgba(217, 99, 136, 1));
}
#head nav #hdr_tel .sp_txt {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #d96388;
  border-radius: 18px;
  width: 150px;
  padding: 5px;
  margin: 0 auto 20px;
  display: none;
}
#head nav #hdr_tel a.sptel {
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#head nav #hdr_tel .tel-icon {
  width: 44px;
}
#head nav #hdr_tel .tel_inner {
}
#head nav #hdr_tel .tel_num {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
#head nav #hdr_tel .tel_time {
  font-size: 14px;
  font-weight: 500;
}

#head a#menu_btn,
#head a#menu_btn span {
  display: inline-block;
  transition: all 0.4s;
}

#head a#menu_btn {
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

#head a#menu_btn span {
  width: 29px;
  height: 3px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #d96388;
  position: absolute;
  left: 0;
  right: 0;
}

#head a#menu_btn span:nth-of-type(1) {
  top: 4px;
}

#head a#menu_btn span:nth-of-type(2) {
  top: 14px;
}

#head a#menu_btn span:nth-of-type(3) {
  top: 25px;
}

#head a#menu_btn.active {
  opacity: 1;
}
#head a#menu_btn.active span {
  /*background-color:#fff;*/
}
#head a#menu_btn.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-315deg);
}

#head a#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

#head a#menu_btn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(315deg);
}

#head aside {
  text-align: center;
  width: 71px;
}
#head aside ul {
  justify-content: space-between;
}
#head aside p {
  color: #d0212a;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}
#head aside li {
  width: 27px;
}
#head aside img {
  width: 100%;
  height: auto;
}
#head aside img[src*="_wh"] {
  display: none;
}

/* -------------------------------------
common
------------------------------------- */
main {
  overflow-x: clip;
  /*padding-bottom: 37px;*/
}

.sptel {
  cursor: default;
  pointer-events: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.align_items_cen {
  align-items: center;
}

.align-items_start {
  align-items: flex-start;
}

.align-items_end {
  align-items: flex-end;
}

.space-between {
  justify-content: space-between;
}

.tb {
  width: 100%;
  display: table;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.posrel {
  position: relative;
}

.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.tl_yb {
  transform: translate(0, 60px);
}

.tl_yt {
  transform: translate(0, -60px);
}

.tl_xl {
  transform: translate(-60px, 0);
}

.tl_xr {
  transform: translate(60px, 0);
}

.tl_rol {
  transform: rotate(-10deg);
}

.tl_ror {
  transform: rotate(10deg);
}

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}

.mov.delay100 {
  transition-delay: 100ms;
}

.mov.delay200 {
  transition-delay: 200ms;
}

.mov.delay300 {
  transition-delay: 300ms;
}

.mov.delay400 {
  transition-delay: 400ms;
}

.mov.delay500 {
  transition-delay: 500ms;
}

/* -------------------------------------
article
------------------------------------- */

.secttl {
  color: #d96388;
  text-align: center;
  margin-bottom: clamp(40px, 10.2vw, 100px);
}
.secttl .ja {
  font-size: clamp(23px, 4.21vw, 45px);
  line-height: 1.2;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 0.4em;
}
.secttl .en {
  color: #d96388;
  font-size: clamp(15px, 2.34vw, 25px);
  letter-spacing: 0.14em;
  line-height: 1.2;
  z-index: 2;
  position: relative;
}

.secttl.flow_wh .ja::before {
  content: "";
  width: 12.24vw;
  max-width: 120px;
  min-width: 90px;
  height: 11.63vw;
  max-height: 114px;
  min-height: 85.5px;
  background: url(../imgs/index/secttl_icon_wh.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  z-index: -1;
}
.secttl.flow_pk .ja::before {
  content: "";
  width: 12.24vw;
  max-width: 120px;
  min-width: 90px;
  height: 11.63vw;
  max-height: 114px;
  min-height: 85.5px;
  background: url(../imgs/index/secttl_icon_pk.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.secttl.bg_petal_lf {
  display: flex;
  align-items: center;
  margin-left: clamp(18px, 5.29vw, 35px);
  gap: 0 25px;
  position: relative;
}
.secttl.bg_petal_lf::before {
  content: "";
  width: 11.18vw;
  max-width: 93px;
  min-width: 38px;
  height: 13.82vw;
  max-height: 115px;
  min-height: 47px;
  background: url(../imgs/common/icon_petal_pk2.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  z-index: 0;
}
.secttl.bg_petal_lf .ja {
  line-height: 1;
  letter-spacing: 0.1em;
}
.secttl.bg_petal_lf .en {
  line-height: 1;
  letter-spacing: 0.03em;
}

.morelink {
  font-size: clamp(15px, 4.41vw, 25px);
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 330px;
  aspect-ratio: 330/80;
  border-radius: 40px;
  padding: 20px 80px 20px 40px;
  transition: all 0.3s;
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.morelink span {
  display: inline-block;
}
.morelink.yel,
.morelink.pk:hover {
  color: #d96388;
  background-color: #ead26f;
  background-image: url(../imgs/common/arrow_pk.svg);
}
.morelink.pk,
.morelink.yel:hover {
  color: #fff;
  background-color: #d96388;
  background-image: url(../imgs/common/arrow_wh.svg);
}

/*背景画像*/
.bg_icon {
  position: absolute;
  mix-blend-mode: normal;
  z-index: -1;
}

#totop {
  width: 15%;
  max-width: 95px;
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 5;
}

#totop img {
  width: 100%;
  height: auto;
}

/* -------------------------------------
footer
------------------------------------- */
footer {
  padding: 118px 0 152px;
  background-color: #d96388;
}
footer .ftr_in {
  /*justify-content:space-between;*/
  gap: 13%;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
footer .ftr_in a {
  color: #fff;
}

.ftr_lft {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 40%;
  max-width: 350px;
}
.ftr_lft .add {
  color: #fff;
}
.ftr_lft .add span {
  display: block;
}
.ftr_lft .ftr_tel {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 19px;
}
.ftr_lft .ftr_tel .tel-icon {
}
.ftr_lft .ftr_tel span {
  font-size: 49px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -2px;
}

.ftr_rgt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
  width: 48%;
  max-width: 616px;
  min-width: 420px;
}
#fnav {
  display: flex;
  flex-wrap: wrap;
  gap: 7.1%;
}
.ftr_rgt nav {
  width: 100%;
}
#fnav li {
  font-size: 23px;
}
#fnav li .fnav_sub {
  font-size: 18px;
  color: #f2cad6;
  padding-left: 15px;
  position: relative;
}
#fnav li .fnav_sub::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #f2cad6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer #cp {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.15em;
  padding: 10px 0;
}

/* -------------------------------------
404 Not found
------------------------------------- */
.notfound {
  text-align: center;
  padding: 150px 0;
}

.notfound .ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.notfound p {
  font-size: 16px;
  margin-bottom: 15px;
}

.notfound p strong {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.notfound a {
  text-decoration: underline;
  display: inline-block;
}

@media screen and (max-width: 1920px) {
  #head nav #gnav li a {
    font-size: clamp(17px, 1.2vw, 23px);
  }
}

@media screen and (max-width: 1440px) {
  #fnav li {
    font-size: clamp(17px, 1.6vw, 23px);
  }
  #fnav li .fnav_sub {
    font-size: clamp(15px, 1.2vw, 18px);
  }
}

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

@media screen and (max-width: 1240px) {
  .hdr_in {
    padding: 0 0 0 30px;
  }
  #head nav {
    gap: 0;
    width: calc(100% - 150px);
  }
}

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

@media screen and (max-width: 1060px) {
  body {
    font-size: clamp(16px, 1.7vw, 18px);
  }

  footer .ftr_in {
    justify-content: space-between;
    gap: 25px;
  }
}

@media screen and (max-width: 980px) {
  body.fixed {
    overflow: hidden;
  }

  /* -------------------------------------
	header
	------------------------------------- */
  header .hdr_wrap {
    width: calc(100% - 130px);
    padding: 0;
    height: auto;
    overflow: visible;
  }
  header.fixed .hdr_wrap {
    padding: 0;
  }
  .hdr_in {
    padding: 0;
  }
  #head .head_top {
    width: 100%;
    max-width: 100%;
    padding: 15px 20px;
  }
  #head #hdr_logo {
    max-width: 130px;
  }

  #head a#menu_btn {
    display: block;
  }
  #head nav {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15vw 0 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  header #head {
    display: block;
  }
  header.fixed #head nav {
    box-shadow: none;
  }
  header.active {
    background-color: #fdefef;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 3;
  }
  header.active #head nav {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
    background-color: transparent;
  }
  #head nav #gnav {
    max-width: 290px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #ffd9da;
    border-radius: 20px;
    padding: 30px 20px;
  }
  #head nav #gnav li {
    text-align: center;
  }
  #head nav #gnav li:not(:last-child) {
    margin-bottom: 10px;
  }
  #head nav #gnav li a {
    color: #d96388;
    font-size: 17px;
    padding: 7px 10px;
  }
  #head nav #hdr_tel {
    flex-direction: column;
    background-image: none;
    margin-bottom: 30px;
  }
  #head nav #hdr_tel .sp_txt {
    display: block;
  }
  #head nav #hdr_tel a.sptel {
    color: #d96388;
    padding: 0;
  }
  #head nav #hdr_tel .tel_inner {
    text-align: center;
  }
  #head nav #hdr_tel .tel-icon {
    display: none;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer {
    padding: 12% 0 15.5%;
  }
  .ftr_lft .ftr_tel {
    gap: 10px;
  }
  .ftr_lft .ftr_tel span {
    font-size: clamp(40px, 5vw, 49px);
  }

  #totop {
    right: 10px;
  }

  /* -------------------------------------
404 Not found
------------------------------------- */
  .notfound .content p {
    font-size: 15px;
  }

  .notfound .content p strong {
    font-size: 19px;
  }
}

@media screen and (max-width: 880px) {
  /* -------------------------------------
footer
------------------------------------- */
  footer .ftr_in {
    flex-direction: column;
    align-items: center;
  }
  footer .ftr_in .ftr_lft {
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  footer .ftr_in .ftr_lft #hdr_logo {
    width: 70%;
  }
  footer .ftr_in .ftr_rgt {
    width: 100%;
    align-items: center;
    min-width: 100%;
  }
  .ftr_lft .add span {
    display: inline-block;
  }
  .ftr_lft .add span:first-child {
    margin-right: 1em;
  }
  #fnav {
    justify-content: space-around;
  }
}

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

@media screen and (max-width: 768px) {
  img[src*="_sp"] {
    display: block;
  }

  img[src*="_pc"] {
    display: none;
  }

  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }

  /* -------------------------------------
	header
	------------------------------------- */
  header .hdr_wrap {
    width: 85%;
    top: 60px;
  }

  /* -------------------------------------
	404 Not found
	------------------------------------- */
  .notfound .content p {
    font-size: 14px;
  }

  .notfound .content p strong {
    font-size: 18px;
  }
}

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

@media screen and (max-width: 640px) {
  /* -------------------------------------
footer
------------------------------------- */

  /* -------------------------------------
404 Not found
------------------------------------- */
  article.notfound {
    min-height: auto;
  }
}

@media screen and (max-width: 500px) {
  #fnav {
    /*justify-content: space-between;*/
  }

  footer #cp {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 320px) {
}

@media screen and (min-width: 981px) {
  #head nav {
    display: flex !important;
  }
}
