@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&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');
.wishpro_label {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: #bfa061;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 300;
}
.feature_area .feature_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.feature_area .box_wrap {
  --gap: clamp(24px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}
.feature_area .box_wrap + .box_wrap {
  margin-top: clamp(40px, 5vw, 60px);
}
.feature_area .box_wrap .imgbox {
  width: calc((100% - var(--gap)) * 0.36);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.feature_area .box_wrap .imgbox img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.feature_area .box_wrap .txtbox {
  width: calc((100% - var(--gap)) * 0.64);
  color: #333;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.feature_area .menu_head {
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd8d5;
}
.feature_area .menu_head p {
  font-weight: 400;
}
.feature_area .time {
  gap: 4px;
  white-space: nowrap;
}
.feature_area .recommend {
  line-height: 1.8;
}
.feature_area .bottom_wrap {
  align-items: center;
  gap: 20px;
}
.feature_area .price_wrap p {
  color: #222;
}
.feature_area .more a {
  display: block;
  min-width: 230px;
}
.feature_area .more a > div {
  justify-content: center;
  gap: 14px;
}
.feature_area .more .arrow_icon {
  width: 18px;
  aspect-ratio: 1 / 1;
  border: 1px solid #c9a96a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature_area .more .arrow_icon img {
  width: 6px;
  height: auto;
  display: block;
}
@media screen and (max-width: 900px) {
  .feature_area .box_wrap {
    display: block;
  }
  .feature_area .box_wrap .imgbox, .feature_area .box_wrap .txtbox {
    width: 100%;
  }
  .feature_area .box_wrap .txtbox {
    margin-top: 18px;
    line-height: 2;
  }
  .feature_area .bottom_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .feature_area .feature_inner {
    padding: 20px 16px;
  }
  .feature_area .more a {
    min-width: 100%;
  }
}
.option_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.option_list .option_item {
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
    height: 100%;
}
.option_list .option_item p {
  margin: 0;
  white-space: nowrap;
}
.option_list .option_name {
  width: 55%;
  padding: 18px 20px;
}
.option_list .option_time {
  width: 15%;
  text-align: center;
  position: relative;
}
.option_list .option_time::before {
  content: "+";
  margin-right: 2px;
}
.option_list .option_time::after {
  content: "分";
  margin-left: 2px;
  font-size: 16px;
}
.option_list .option_price {
  width: 30%;
  padding: 18px 20px;
  padding-left: clamp(20px, 4vw, 40px);
  text-align: center;
  background: #F2E9EC;
  flex-wrap: nowrap;
    height: 100%;
}
@media screen and (max-width: 768px) {
  .option_list .option_item {
    flex-wrap: wrap;
  }
  .option_list .option_name {
    width: calc(100% - 24%);
  }
  .option_list .option_time {
    width: 24%;
  }
  .option_list .option_price {
    width: 100%;
  }
  .option_list .option_item p {
    white-space: normal;
  }
}
.product_list {
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.product_list .product_box {
  width: calc((100% - 72px) / 4);
  text-decoration: none;
  color: inherit;
}
.product_list .product_box .imgbox {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product_list .product_box .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1080px) {
  .product_list .product_box {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 576px) {
  .product_list {
    justify-content: center;
    gap: 24px;
  }
  .product_list .product_box {
    width: 100%;
    max-width: 700px;
  }
}
.pagetitle .fv_menu {
  position: absolute;
  right: clamp(20px, 6vw, 80px);
  bottom: clamp(-20px, 4vw, -50px);
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-end;
  z-index: 10;
}
.pagetitle .fv_menu .reservation_box {
  width: 100%;
  max-width: 520px;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 99;
}
body:not(.gjs-dashed) .pagetitle .fv_menu .reservation_box {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.pagetitle .fv_menu .reservation_btn {
  position: relative;
  display: block;
  text-decoration: none;
  padding-top: 22px;
}
.pagetitle .fv_menu .reservation_badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  padding: 10px 20px;
  background: #f4f4f4;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetitle .fv_menu .reservation_badge p {
  margin: 0;
  color: #bc9858;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.pagetitle .fv_menu .reservation_main {
  width: 100%;
  background: linear-gradient(to right, #b9975b 0%, #c7aa72 18%, #dcc79a 50%, #c7aa72 82%, #b9975b 100%);
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 10px;
  gap: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -8px 18px rgba(154, 118, 56, 0.18), 0 10px 24px rgba(195, 164, 107, 0.18);
}
.pagetitle .fv_menu .reservation_main p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.pagetitle .fv_menu .reservation_arrow {
  width: clamp(32px, 4.2vw, 36px);
  height: clamp(32px, 4.2vw, 36px);
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.pagetitle .fv_menu .reservation_arrow img {
  width: 8px;
  height: auto;
  display: block;
}
.pagetitle .fv_menu .reservation_btn:hover .reservation_arrow {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .pagetitle .fv_menu .reservation_box {
    max-width: 440px;
  }
  .pagetitle .fv_menu .reservation_main {
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .pagetitle .fv_menu {
    display: none;
  }
}
.pagetitle {
  position: relative;
  padding: 90px 56px 0 0;
}
.pagetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 125%;
  background: linear-gradient(to bottom, rgba(230, 214, 222, 1) 0%, rgba(230, 214, 222, 1) 55%, rgba(230, 214, 222, 0.45) 82%, rgba(230, 214, 222, 0) 100%);
  z-index: -1;
}
.pagetitle .pagetitle_inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: clamp(80px, 12vw, 180px);
}
.pagetitle .txtbox {
  position: absolute;
  left: clamp(40px, 8vw, 110px);
  z-index: 2;
  color: #222;
}
.pagetitle .imgbox {
  width: 100%;
  height: clamp(280px, 35vw, 430px);
  border-radius: 20px 0 20px 20px;
  overflow: hidden;
  position: relative;
}
body:not(.gjs-dashed) .pagetitle .imgbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(214, 214, 214, 1) 0%, rgba(214, 214, 214, 0.2) 28%, rgba(214, 214, 214, 0.1) 55%, rgba(214, 214, 214, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.pagetitle .imgbox img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.pagetitle .title_deco img {
  width: 34px;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
.pagetitle .en_title1 {
  margin: 0 0 10px;
  line-height: 1;
}
.pagetitle .title {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.pagetitle .pagetitle_inner::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .pagetitle {
    padding: 40px 20px 0 0;
  }
  .pagetitle .pagetitle_inner {
    padding-left: 40px;
  }
  body:not(.gjs-dashed) .pagetitle .imgbox::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to right, rgba(214, 214, 214, 1) 0%, rgba(214, 214, 214, 0.35) 28%, rgba(214, 214, 214, 0.18) 55%, rgba(214, 214, 214, 0) 100%), rgba(255, 255, 255, 0.35);
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (max-width: 576px) {
  .pagetitle {
    padding: 30px 15px 0 0;
  }
  .pagetitle .pagetitle_inner {
    padding-left: 20px;
  }
  .pagetitle .imgbox {
    height: 200px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
}
.footer .footer_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.footer .footer_reserve {
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5dfd7;
  margin-bottom: 60px;
}
.footer .footer_titlebox {
  margin-bottom: 30px;
}
.footer .footer_titleicon {
  margin-bottom: 16px;
}
.footer .footer_titleicon img {
  width: 40px;
  height: auto;
  display: inline-block;
}
.footer .footer_title {
  margin-bottom: 10px;
  color: #222;
  letter-spacing: 0.12em;
}
.footer .footer_subtitle {
  color: #c4a468;
  letter-spacing: 0.14em;
}
.footer .footer_lead {
  margin-bottom: 46px;
}
.footer .footer_lead p {
  color: #555;
  line-height: 2;
}
.footer .footer_reserve_list {
  justify-content: center;
  align-items: stretch;
}
.footer .footer_reserve_box {
  width: 33.3333%;
  max-width: 280px;
  min-height: 130px;
  padding: 10px 30px;
  border-left: 1px solid #ece6dd;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  position: relative;
}
.footer .footer_reserve_box:last-child {
  border-right: 1px solid #ece6dd;
}
.footer .footer_reserve_box .icon img {
  height: 26px;
  width: auto;
  display: block;
}
.footer .footer_reserve_box p {
  color: #222;
  line-height: 1.6;
  white-space: nowrap;
  font-size: 14px;
}
.footer .footer_reserve_box .arrow {
  width: 24px;
  aspect-ratio: 1 / 1;
  border: 1px solid #c4a468;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.footer .footer_reserve_box .arrow img {
  width: 7px;
  height: auto;
  display: block;
}
.footer .footer_reserve_box:hover .arrow {
  transform: translateX(4px);
}
.footer .footer_bottom {
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: nowrap;
}
.footer .footer_info {
  width: 34%;
}
.footer .footer_logo {
  margin-bottom: 30px;
}
.footer .footer_logo img {
  width: 120px;
  height: auto;
  display: block;
}
.footer .footer_address {
  color: #444;
  line-height: 2;
}
.footer .footer_nav_wrap {
  width: 58%;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 80px;
}
.footer .footer_nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer .footer_nav a {
  text-decoration: none;
}
.footer .footer_nav a p {
  margin: 0;
  line-height: 1;
}
.footer .footer_nav:not(.sub_nav) a p {
  color: #d98ca8;
  letter-spacing: 0.08em;
}
.footer .footer_nav.sub_nav a p {
  color: #333;
}
.footer .footer_sns a {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #222;
}
.footer .footer_sns a i {
  color: #d98ca8;
  font-size: 20px;
}
.footer .footer_copy {
  text-align: right;
  margin-top: 70px;
  color: #666;
}
@media screen and (max-width: 1080px) {
  .footer .footer_inner {}
  .footer .footer_reserve_list {
    gap: 0;
  }
  .footer .footer_reserve_box {
    max-width: none;
    width: 33.3333%;
    padding: 10px 16px;
  }
  .footer .footer_nav_wrap {
    justify-content: flex-start;
    gap: 60px;
  }
  .footer .footer_copy {
    text-align: left;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_bottom {
    flex-direction: column;
  }
  .footer .footer_info {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
  .footer .footer_nav_wrap {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer_inner {}
  .footer .footer_reserve {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .footer .footer_lead {
    margin-bottom: 30px;
  }
  .footer .footer_reserve_list {
    flex-direction: column;
    align-items: stretch;
  }
  .footer .footer_reserve_box {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 20px 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ece6dd;
  }
  .footer .footer_reserve_box:last-child {
    border-right: none;
    border-bottom: 1px solid #ece6dd;
  }
  .footer .footer_nav_wrap {
    flex-direction: column;
    gap: 28px;
  }
  .footer .footer_logo img {
    width: 140px;
  }
  .footer .footer_copy {
    margin-top: 30px;
  }
}
.titlebox1 {
  text-align: center;
}
.titlebox1 > div {
  margin-bottom: 20px;
}
.titlebox1 > div img {
  width: 50px;
  height: auto;
  display: inline-block;
}
.titlebox1 h2 {
  margin: 0;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9a96a;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #222;
}
.titlebox2 {
  gap: 60px;
}
.titlebox2 .title_left {
  width: auto;
  flex-shrink: 0;
}
.titlebox2 .title_left > p:nth-child(2) {
  margin-bottom: 30px;
}
.more a > div {
  justify-content: center;
  padding: 12px 30px 8px;
  border: 1px solid #c9a96a;
  border-radius: 999px;
}
.titlebox2 .title_right {
  width: calc(100% - 380px);
  padding-left: 60px;
  border-left: 1px solid #c9a96a;
}
@media screen and (max-width: 1080px) {
  .titlebox2 {
    flex-direction: column;
    gap: 30px;
  }
  .titlebox2 .title_left, .titlebox2 .title_right {
    width: 100%;
  }
  .titlebox2 .title_right {
    padding-left: 0;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #c9a96a;
  }
}
@media screen and (max-width: 576px) {
  .titlebox2 .title_left .more a > div {
    min-width: 160px;
    padding: 12px 18px;
  }
}
.titlebox3 {
  justify-content: space-between;
  align-items: center;
}
.titlebox3 .titlebox3_left {
  gap: 4px;
  justify-content: flex-start;
}
.titlebox3 .titlebox3_icon img {
  width: 40px;
  height: auto;
  display: block;
}
.titlebox3 .titlebox3_left > p {
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .titlebox3 {
    gap: 20px;
  }
  .titlebox3 .titlebox3_left {}
  .titlebox3 .titlebox3_icon img {
    width: 26px;
  }
  .titlebox3 .titlebox3_right .more a > div {
    min-width: 150px;
    padding: 12px 16px;
  }
}
.box_wrap1 {
  --gap: clamp(28px, 6vw, 90px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  z-index: 2;
  position: relative;
}
.box_wrap1 .imgbox {
  width: calc((100% - var(--gap)) * 0.52);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
  aspect-ratio: auto;
}
.box_wrap1 .imgbox .img1 {
  width: 48%;
  margin-top: 80px;
  border-radius: 10px 0 10px 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.box_wrap1 .imgbox .img2 {
  width: 52%;
  margin-left: 0px;
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.box_wrap1 .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.box_wrap1 .imgbox.rad1 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.box_wrap1 .txtbox {
  width: calc((100% - var(--gap)) * 0.48);
  position: relative;
}
@media screen and (max-width: 768px) {
  .box_wrap1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .box_wrap1 .imgbox, .box_wrap1 .txtbox {
    width: 100%;
  }
  .box_wrap1 .imgbox {
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 576px) {
  .box_wrap1 .imgbox {
    gap: 0;
  }
  .box_wrap1 .imgbox .img1 {
    width: 46%;
    margin-left: 0;
  }
  .box_wrap1 .imgbox .img2 {
    width: 54%;
  }
}
.box_wrap2 {
  --gap: clamp(28px, 6vw, 90px);
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: var(--gap);
  z-index: 2;
  position: relative;
}
.box_wrap2 .leftbox {
  width: calc((100% - var(--gap)) * 0.42);
}
.box_wrap2 .rightbox {
  width: calc((100% - var(--gap)) * 0.58);
}
.box_wrap2 .txtbox {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box_wrap2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .box_wrap2 .leftbox, .box_wrap2 .rightbox {
    width: 100%;
  }
}
.box_wrap3 {
  --gap: clamp(28px, 6vw, 90px);
  margin: 0 auto;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--gap);
  z-index: 2;
  position: relative;
}
.box_wrap3 .leftbox {
  width: calc((100% - var(--gap)) * 0.3);
}
.box_wrap3 .rightbox {
  width: calc((100% - var(--gap)) * 0.7);
}
.box_wrap3 .imgbox {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.box_wrap3 .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.box_wrap3 .txtbox {
  width: 100%;
  position: relative;
}
.box_wrap3 .product_thumb_list {
  justify-content: flex-start;
  gap: 20px;
}
.box_wrap3 .product_thumb_list .thumb {
  width: clamp(120px, 10vw, 140px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.box_wrap3 .product_thumb_list .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .box_wrap3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .box_wrap3 .leftbox, .box_wrap3 .rightbox {
    width: 100%;
  }
}
.whitelight {
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 16px rgba(255, 255, 255, 0.3), 0 2px 8px rgba(255, 255, 255, 0.1);
}
.more_d1 a {
  text-decoration: none;
}
.more_d1 a > div {
  justify-content: space-between;
  gap: 20px;
}
.more_d1 a p {
  line-height: 1;
  letter-spacing: 0.12em;
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.more_d1 a .icon {
  width: clamp(40px, 5vw, 60px);
  aspect-ratio: 1 / 1;
  border: 1px solid #b8944f;
  border-radius: 50%;
  background: transparent;
  justify-content: center;
  align-items: center;
  transition: ease 0.3s;
}
.more_d1 a .icon img {
  width: 10px;
  height: 10px;
  display: block;
}
.more_d1 a:hover .icon {
  transform: translateX(6px);
}
@media screen and (max-width: 576px) {
  .more_d1 a > div {
    gap: 16px;
  }
  .more_d1 a .icon {
    width: 40px;
  }
  .more_d1 a .icon img {
    width: 9px;
    height: 9px;
  }
}
.head_time {
  position: relative;
  height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 0 24px;
  z-index: 1000;
}
.head_time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #d8cfc8;
}
.head_time p {
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  letter-spacing: 0.08em;
  color: #222;
  white-space: nowrap;
}
.head_time .color2 {
  color: #b9975b;
  min-width: 60px;
  letter-spacing: 0.12em;
}
.head_time .flex {
  justify-content: flex-start;
  gap: 6px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 110px 0 0;
  z-index: 999;
}
.head_logo {
  position: fixed;
  top: 0px;
  left: 20px;
  width: 140px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: ease 0.3s;
}
.head_logo img {
  width: 95px;
  height: auto;
  display: block;
}
.head_logo.on {
  mix-blend-mode: normal;
}
.header .headnav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 0 20px;
  border-radius: 0 0 20px 20px;
  transition: background 0.3s ease;
}
.header .headnav.is_bg {
  background: rgba(244, 244, 244, 0.9);
}
.header .headnav a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
  mix-blend-mode: normal;
}
.header .headnav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("https://bloom-wishpro.jp/system_panel/uploads/images/arrow1.png") no-repeat center center / contain;
  transition: transform 0.3s ease, left 0.3s ease;
}
.header .headnav a p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-shadow: none;
  font-family: serif;
  transition: transform 0.3s ease;
}
.header .headnav a:hover::before {
  transform: translateY(-50%) translateX(3px);
}
.header .headnav a:hover p {
  transform: translateX(3px);
}
.head_fixnav {
  position: fixed;
  top: 0;
  right: 0;
  gap: 0;
  z-index: 9999;
}
.head_fixnav .menu-bt, .head_fixnav .reserve-bt a, .head_fixnav .contact-bt a {
  width: 72px;
  min-height: 72px;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  box-sizing: border-box;
}
.head_fixnav .menu-bt {
  background-color: #c5a86c;
  cursor: pointer;
  padding: 12px 8px;
}
.head_fixnav .menu-bt p {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
  font-family: serif;
}
.head_fixnav .menu-bt .line {
  position: relative;
  width: 24px;
  height: 16px;
}
.head_fixnav .menu-bt .line > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 0;
  background-color: #fff;
  transition: ease 0.3s;
}
.head_fixnav .menu-bt .line > div:nth-of-type(1) {
  top: 0;
}
.head_fixnav .menu-bt .line > div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.head_fixnav .menu-bt .line > div:nth-of-type(3) {
  bottom: 0;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(1) {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(2) {
  opacity: 0;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(3) {
  width: 90%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.head_fixnav .reserve-bt {
  border-top: 1px solid #e9e1da;
}
.head_fixnav .reserve-bt a {
  background: rgba(242, 233, 236, 1.00);
  color: #222;
  text-decoration: none;
  padding: 10px 6px;
}
.head_fixnav .reserve-bt a p {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #222;
  line-height: 1.4;
  text-align: center;
  font-family: serif;
  letter-spacing: 0.04em;
}
.head_fixnav .reserve-bt a img, .head_fixnav .contact-bt a img {
  width: 22px;
  height: auto;
  display: block;
}
.head_fixnav .contact-bt a {
  background-color: #fff;
  border: none;
}
.head_fixnav .contact-bt a p {
  color: #222;
  white-space: nowrap;
  font-size: 11px;
}
.snsbox {
  gap: 25px;
}
.snsbox a i {
  font-size: 28px;
}
.snsbox img {
  width: 30px;
}
@media screen and (max-width: 1440px) {
  .header {
    padding-right: 96px;
  }
  .header .headnav {
    gap: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .header .headnav {
    gap: 22px;
  }
  .header .headnav a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .head_logo {
    width: 140px;
    height: 88px;
  }
  .head_logo img {
    width: 80px;
  }
  .header {
    height: 64px;
    padding-right: 72px;
  }
  .header .headnav, .head_time {
    display: none;
  }
  .head_fixnav {
    top: 0;
  }
  .head_fixnav .menu-bt, .head_fixnav .reserve-bt a, .head_fixnav .contact-bt a {
    width: 72px;
    min-height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .head_logo {
    width: 110px;
    height: 78px;
  }
  .head_logo img {
    width: 64px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    height: 56px;
    padding-right: 60px;
  }
  .head_logo {
    width: 84px;
    height: 64px;
    left: 0;
    top: 10px;
  }
  .head_logo img {
    width: 50px;
  }
  .head_fixnav {
    top: 0;
    gap: 0;
  }
  .head_fixnav .menu-bt, .head_fixnav .reserve-bt a, .head_fixnav .contact-bt a {
    width: 60px;
    min-height: 56px;
    gap: 4px;
  }
  .head_fixnav .menu-bt p, .head_fixnav .reserve-bt a p {
    font-size: 10px;
  }
  .head_fixnav .reserve-bt a img, .head_fixnav .contact-bt a img {
    width: 18px;
  }
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background:
    linear-gradient(rgba(245, 240, 238, 0.97), rgba(245, 240, 238, 0.97)), #f5f0ee;
}
.menu-wrap .menuwrap_menu p, .menu-wrap .menuwrap_bt_box .tel_bt a p {
  color: #222;
}
.menu-wrap .snsbox a i {
  color: #D67D98;
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 50px;
  overflow: auto;
  padding: 120px 40px 50px;
}
.menu-wrap .menuwrap_menu {
  align-items: flex-start;
  justify-content: center;
    
  gap: 30px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box {
  min-width: 220px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .en_title3 {
  color: #222;
  display: block;
  background-image: radial-gradient(circle, #b9975b 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 4px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li {
  padding-top: 15px;
}
.menu-wrap .menuwrap_bt_box .more {
  margin-bottom: 20px;
}
.menu-wrap .menuwrap_bt_box .more a {
  min-width: 300px;
}
.menu-wrap .menuwrap_bt_box a > div img {
  position: relative;
  z-index: 2;
}
.menu-wrap .more_d1 a .icon {
  width: 50px;
}
.menu-wrap .tel_bt img {
  width: 24px;
}
.menu-wrap .menuwrap_bt_box a:hover > div img.img1 {
  display: none;
}
.menu-wrap .menuwrap_bt_box a > div img.img2 {
  display: none;
}
.menu-wrap .menuwrap_bt_box a:hover > div img.img2 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .menu-wrap .menuwrap_menu .menuwrap_menu_box {
    min-width: 180px;
  }
  .menu-wrap .menuwrap_bt_box .more a {
    min-width: 260px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div {
    flex-direction: row;
    gap: 30px;
    padding: 30px 20px 30px;
  }
  .menu-wrap .menuwrap_menu {
    gap: 20px 25px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box {
    width: 100%;
    min-width: 180px;
    max-width: calc(100% - 40px);
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li {
    width: 100%;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li a {
    padding: 0 5px;
  }
  .menu-wrap .menuwrap_bt_box .link1 {
    display: none;
  }
  .menu-wrap .menuwrap_bt_box .more a {
    min-width: 210px;
  }
  .menu-wrap .menuwrap_bt_box .more {
    margin-bottom: 0;
  }
  .menu-wrap .menuwrap_bt_box .tel_bt {
    margin-top: 20px;
  }
}
.nowhite {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .txt-center {
    text-align: left;
  }
}
.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: #D67D98;
}
.color2 {
  color: #B2935D;
}
.color3 {
  color: #777777;
}
.bg_r {
  background-image: url("https://bloom-wishpro.jp/system_panel/uploads/images/deco_r.png");
  background-repeat: no-repeat;
  background-position: right clamp(0px, 5vw, 80px);
  background-size: clamp(350px, 30vw, 400px) clamp(350px, 30vw, 400px);
}
.bg_l {
  background-image: url("https://bloom-wishpro.jp/system_panel/uploads/images/deco_l.png");
  background-repeat: no-repeat;
  background-position: left clamp(0px, 5vw, 80px);
  background-size: clamp(350px, 30vw, 400px) auto;
}
.bgpink {
  background:
    url("https://bloom-wishpro.jp/system_panel/uploads/images/deco_r.png") no-repeat right clamp(0px, 5vw, 80px) / clamp(350px, 30vw, 400px) clamp(350px, 30vw, 400px), linear-gradient(to bottom, #f1e5eb 0%, #f7f3f4 45%, #F4F4F4 100%);
}
.bgpink2 {
  background:
    linear-gradient(to bottom, #f1e5eb 0, #f7f3f4 180px, #F4F4F4 300px, #F4F4F4 100%);
}
.bg1 {
  background-image: url("https://bloom-wishpro.jp/system_panel/uploads/images/bg1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.bg2 {
  background: #DDF3F9;
}
.bg3 {
  background: #4F97C8;
}
.fontco {
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontnoto {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entitle0 {
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(50px, 4vw, 80px);
  letter-spacing: 0.2rem;
}
.entitle1 {
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: 0.2rem;
}
.entitle2 {
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(24px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle3 {
  font-family: "Cormorant Infant", "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(22px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(22px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(22px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(20px, 2vw, 22px);
}
.default_txt1 {
  font-size: clamp(18px, 1.4vw, 20px);
}
.default_txt2 {
  font-size: clamp(13px, 1.2vw, 15px);
}
.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: #F4F4F4;
  color: #231F20;
}
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: #1A1814;
}
.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) {}