@charset "utf-8";

.container {
  padding: 150px 0;
}

@media screen and (max-width: 1199px) {
  .container {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 80px 0;
  }
}

/* ========================================================================
	ページヘッダー
======================================================================== */
#plan .page-header,
#mens .page-header {
  margin-top: 177px;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: clamp(200px, 50vw, 800px);
}

.page-header {
  margin-top: 177px;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: clamp(200px, 45vw, 550px);
}

.page-header .wrap {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
}

.page-header h1 {
  position: relative;
  display: inline;
  /* font-size: clamp(2.4rem, 5vw, 6rem); */
  font-size: clamp(3rem, 5vw, 6rem);
  font-family: "Sawarabi Mincho", serif;
  color: var(--txt-pink);
  padding-right: 17px;
  z-index: 5;
}

#mens .page-header h1 {
  color: var(--color-dark-blue);
}

/* .page-header h1::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--txt-pink);
} */

/* #mens .page-header h1::before {
  background: var(--color-dark-blue);
} */

.page-header h1::after {
  content: "";
  position: absolute;
  top: 50px;
  left: -32px;
  background: url(../../image/common/header-txt-bg.webp);
  background-size: calc(100% + 47px) 15px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: calc(100% + 47px);
  height: 15px;
  z-index: -1;
  mask-image: linear-gradient(
    to right,
    transparent 0,
    black 100px,
    black calc(100% - 100px),
    transparent 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

#mens .page-header h1::after {
  content: "";
  position: absolute;
  top: 50px;
  left: -32px;
  background: url(../../image/common/header-mens-txt-bg.webp);
  background-size: calc(100% + 47px) 15px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: calc(100% + 47px);
  height: 15px;
  z-index: -1;
  mask-image: linear-gradient(
    to right,
    transparent 0,
    black 100px,
    black calc(100% - 100px),
    transparent 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.page-header h1 span {
  position: absolute;
  bottom: clamp(-28px, -2vw, -26px);
  right: 0;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  color: var(--txt-pink);
  font-family: "Zen Maru Gothic", sans-serif;
  white-space: nowrap;
}

#mens .page-header h1 span {
  color: var(--color-dark-blue);
}

.page-header .catchcopy {
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
  font-family: "Sawarabi Mincho", serif;
  color: var(--txt-pink);
  padding-top: 25px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1199px) {
  .page-header,
  #costume .page-header {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-header {
    margin-top: 90px !important;
  }

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

  .page-header h1 span {
    font-size: 1rem;
    bottom: -17px;
    white-space: nowrap;
  }

  #mens .page-header h1::after {
    top: min(24/500*100vw,24px);
    left: -32px;
  }

  .page-header .catchcopy {
    padding-top: 15px;
    font-size: 1.4rem;
  }

  .page-header h1::after {
    top: min(24/500*100vw,24px);
    left: -32px;
  }

  /* .page-header h1::before {
    bottom: -2px;
  } */
}

/* ========================================================================
	パンくず
======================================================================== */
.blue .breadcrumb {
  background: var(--color-blue-very-light);
}

.breadcrumb {
  background: var(--color-pale-rose);
  padding: 20px 0;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb li {
  position: relative;
  font-size: 1.8rem;
  color: var(--txt-pink);
  padding-right: 50px;
}

.breadcrumb li::after {
  content: ">";
  font-size: 1.8rem;
  color: var(--txt-pink);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
}

#mens .breadcrumb li a,
#mens .breadcrumb li,
#mens .breadcrumb li::after {
  color: var(--color-dark-blue);
}

.breadcrumb li:last-child {
  text-decoration: underline;
}

.breadcrumb li:last-child::after {
  content: none;
}

.breadcrumb li a {
  font-size: 1.8rem;
  color: var(--txt-pink);
}

@media screen and (max-width: 1199px) {
  .breadcrumb {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 5px 0;
  }

  .breadcrumb li {
    font-size: 1.2rem;
    padding-right: 20px;
  }

  .breadcrumb li:last-child {
    padding-right: 0;
  }

  .breadcrumb li a {
    font-size: 1.2rem;
  }

  .breadcrumb li::after {
    font-size: 1.2rem;
  }

  .breadcrumb li::after {
    right: 7px;
    top: 11px;
  }
}

/* ========================================================================
	振袖コレクション
======================================================================== */
.content {
  padding: 150px 0;
}

#costume .category {
  padding: 75px 20px 0;
  margin-bottom: 100px;
}

#costume .category ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

#costume .category .color-btn {
  padding: 10px 10px 10px min(40/1200 * 100vw, 40px);
  border: 1px solid var(--txt-pink);
  border-radius: 100px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  letter-spacing: 0;
  white-space: nowrap;
}

#costume .category .color-btn span {
  display: inline;
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  background: #ffffff;
}

#costume .category .color-btn:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

#costume .category .color-btn:hover span {
  border: 1px solid var(--color-white) !important;
}

/* 検索 */
#costume .search {
  position: relative;
  padding: 80px;
  padding-bottom: 80px;
  margin-bottom: 150px;
  border: 1px solid var(--txt-pink);
}

#costume .search .switch {
  position: absolute;
  top: 90px;
  right: 80px;
  width: 82px;
  aspect-ratio: 1/1;
  border: 1px solid var(--txt-pink);
  cursor: pointer;
}

#costume .search .switch span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
  height: 1px;
  background: var(--txt-pink);
}

#costume .search .switch span:nth-child(1) {
  rotate: 90deg;
}

#costume .search .switch.active span:nth-child(1) {
  display: none;
}

#costume form {
  display: none;
}

#costume .search .title {
  font-size: 3rem;
  font-family: "Sawarabi Mincho", serif;
  color: var(--txt-pink);
  margin-bottom: 29px;
}

#costume .search ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 40px;
  margin-bottom: 53px;
}

#costume .search .column4,
#costume .column4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}

#costume .search .column4 img,
#costume .column4 img {
  width: 100%;
  height: auto;
  aspect-ratio: 22/33;
  object-fit: cover;
  margin-bottom: 17px;
}

#costume .search .btn {
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 208px;
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  padding: 10px 25px;
  padding-right: 55px;
  color: var(--txt-pink);
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
}

#costume .search .btn:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

#costume .search .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

#costume .search .btn:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

#costume .article {
  padding-top: 150px;
  border-top: 1px solid var(--txt-black);
}

#costume .article .number {
  font-size: 2.9rem;
  text-align: center;
  margin-bottom: 80px;
}

#costume .article .number span {
  font-size: 2.9rem;
  font-weight: 600;
}

/* checkboxスタイル */
#search_form .check-block {
  display: flex;
  align-items: center;
  gap: 0 10px;
  cursor: pointer;
  overflow: hidden;
}

.check-block input[type="checkbox"] {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #7b7b7b;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
}

.check-block input[type="checkbox"]::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: -0.5px;
  left: 2.5px;
  display: block;
  width: 4px;
  height: 9px;
  border-right: 3px solid var(--txt-pink);
  border-bottom: 3px solid var(--txt-pink);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  cursor: pointer;
}

.check-block input[type="checkbox"]:checked {
  background-color: transparent;
}

@media screen and (max-width: 1199px) {
  .content {
    padding: 100px 0;
  }

  #costume .search {
    padding: 80px 40px;
  }

  #costume .search .switch {
    top: 40px;
    right: 40px;
    width: 70px;
  }

  #costume .category ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  #costume .category .color-btn {
    padding: 5px 10px 5px min(40/1200 * 100vw, 40px);
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding: 50px 0;
  }

  #costume .category {
    padding: 50px 0px 0;
    margin-bottom: 70px;
  }

  #costume .category ul {
    gap: 10px;
  }

  #costume .category .color-btn {
    padding: 3px 3px 3px 8px;
    font-size: 1rem;
  }

  #costume .category .color-btn span {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  #costume .search {
    padding: 55px 10px;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  #costume .search .switch {
    top: 10px;
    right: 10px;
    width: 35px;
  }

  #costume .search ul {
    gap: 5px 20px;
    margin-bottom: 30px;
  }

  #costume .search .title {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }

  #costume .search .column4,
  #costume .column4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #costume .search .column4 img,
  #costume .column4 img {
    margin-bottom: 10px;
  }

  #costume .article {
    padding-top: 75px;
  }

  #costume .article .heading {
    font-size: 2.6rem;
  }

  #costume .article .number {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 40px;
  }

  #search_form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #search_form label {
    font-size: 1.2rem;
  }

  #search_form .check-block {
    gap: 0 5px;
  }

  .check-block span {
    font-size: 1.2rem;
  }
}

/* ========================================================================
	振袖コレクション詳細
======================================================================== */
#collection .wrap {
  display: flex;
  gap: min(80/1520 * 100vw, 80px);
  margin-bottom: 150px;
}

#collection .image {
  width: min(700/1520 * 100vw, 700px);
  flex-shrink: 0;
}

#collection .image .main-visual {
  margin-bottom: 40px;
}

#collection .image .main-visual img {
  width: 100%;
  aspect-ratio: 14/21;
  object-fit: cover;
}

#collection .thumbnail-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#collection .thumbnail-list img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}

#collection .txt-content {
  display: flex;
  flex-direction: column;
  gap: 53px;
}

#collection .txt-content h2 {
  display: flex;
  flex-direction: column;
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.8rem;
  color: var(--txt-black);
  margin: 0;
}

#collection .txt-content .name {
  font-family: "Sawarabi Mincho", serif;
  font-size: 3rem;
  color: var(--txt-pink);
}

/* カテゴリー */
#collection .txt-content dl {
  display: flex;
  gap: 5px;
}

#collection .txt-content dd {
  position: relative;
  width: 120px;
  padding: 10px 0;
  padding-left: 30px;
  border-bottom: 1px solid var(--txt-pink);
  flex-shrink: 0;
}

#collection .txt-content dl:nth-child(1) dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  translate: 0 -50%;
  background: url(../../image/common/model-icon.png) no-repeat;
  background-size: 13px 20px;
  width: 13px;
  height: 20px;
}

#collection .txt-content dl:nth-child(2) dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  background: url(../../image/common/color-icon.png) no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
}

#collection .txt-content dl:nth-child(3) dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  translate: 0 -50%;
  background: url(../../image/common/style-icon.png) no-repeat;
  background-size: 18px 19px;
  width: 18px;
  height: 19px;
}

#collection .txt-content dt {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #c9c9c9;
}

/* ボタン */
#collection .txt-content .btn {
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 350px;
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  padding: 10px 25px;
  padding-right: 55px;
  color: var(--txt-pink);
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
}

#collection .txt-content .btn:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

#collection .txt-content .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

#collection .txt-content .btn:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

/* バナー */
#collection .txt-content .bnr {
  display: flex;
  gap: 5px;
}

/* 動画一覧 */
/* #collection .wrap2 {
  padding-bottom: 150px;
} */

/* #collection .wrap2 h3 {
  font-size: 3.6rem;
  font-family: "Sawarabi Mincho", serif;
  color: var(--txt-pink);
  margin-bottom: 32px;
} */

#collection .wrap2 .video-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 150px;
}

#collection .wrap2 .video-gallery iframe {
  width: 100%;
}

/* その他の着物 */
.recommend .wrap {
  padding: 150px 0;
  background: var(--color-pale-rose);
}

.recommend .recommend-Swiper {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 80px;
  overflow: visible;
}

.recommend .recommend-Swiper img {
  width: 100%;
  aspect-ratio: 20/27;
  object-fit: cover;
}

.recommend .recommend-Swiper a {
  width: 100%;
}

.recommend .recommend-Swiper .swiper-slide {
  overflow: visible;
}

@media screen and (max-width: 1199px) {
  #collection .wrap {
    margin-bottom: 100px;
    flex-direction: column;
    gap: 50px;
  }

  #collection .image {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
  }

  #collection .txt-content {
    gap: 30px;
  }

  #collection .wrap2 .video-gallery {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 100px;
  }

  #collection .wrap2 .video-gallery iframe {
    height: initial;
    aspect-ratio: 2/1;
  }
}

@media screen and (max-width: 767px) {
  #collection .wrap {
    gap: 20px;
    margin-bottom: 40px;
  }

  #collection .image .main-visual {
    margin-bottom: 10px;
  }

  #collection .thumbnail-list {
    gap: 10px;
  }

  #collection .txt-content h2 {
    font-size: 3.2rem;
  }

  #collection .txt-content .name {
    font-size: 2.3rem;
  }

  #collection .wrap2 .video-gallery {
    margin-bottom: 40px;
  }
}

/* ========================================================================
	振袖購入
======================================================================== */
.full-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.full-wrap .title {
  background: var(--ft-bg-color);
  color: var(--color-white);
  font-size: 3rem;
  font-family: "Sawarabi Mincho", serif;
  padding: 35px 10px;
  width: 100%;
  text-align: center;
}

.full-wrap .column5 {
  counter-reset: item;
  background: var(--color-white);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 0;
  padding: 60px 50px;
  width: 100%;
}

.full-wrap .column5 li {
  counter-increment: item;
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  color: var(--txt-black);
}

.full-wrap .column5 li::before {
  content: counter(item) ".";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  font-size: 1.8rem;
  color: var(--ft-bg-color);
}

@media screen and (max-width: 1199px) {
  .full-wrap .column5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .full-wrap .title {
    font-size: 2.6rem;
  }

  .full-wrap .column5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 0;
    padding: 40px 20px;
  }
}

/* ========================================================================
  コラム
======================================================================== */
#column .category-nav {
  margin-bottom: 80px;
}

#column .category-nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#column .category-nav ul a {
  padding: 5px 0;
  display: block;
  text-align: center;
  border: 1px solid var(--txt-pink);
  border-radius: 100px;
  color: var(--txt-pink);
}

#column .category-nav ul a:hover,
#column .category-nav ul .active a {
  background: var(--txt-pink);
  color: var(--color-white);
}

#column .page-header {
  margin-top: 177px;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: clamp(200px, 45vw, 300px);
}

#column .column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(55/1520 * 100vw, 55px) min(33/1520 * 100vw, 33px);
}

#column .column3 a {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#column .column3 .image {
  width: 100%;
  aspect-ratio: 43/29;
  overflow: hidden;
}

#column .column3 a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: all 0.3s;
}

#column .column3 a:hover .image img {
  scale: 1.1;
  transition: all 0.3s;
}

#column .column3 .info-list {
  display: inline-flex;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
}

#column .column3.info-list time {
  font-size: 1.8rem;
  color: #6f6f6f;
}

#column .column3 .info-list .category {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  border: 1px solid var(--txt-pink);
  color: var(--txt-pink);
  padding: 0 10px;
  border-radius: 100px;
  line-height: 1.4;
}

#column .column3 a p {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ここで行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#column .connection,
#column .navigation {
  padding-top: 150px;
}

#column .column3 a:hover p {
  color: var(--txt-pink);
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  #column .column3 .column3 a {
    gap: 5px;
  }

  #column .connection,
  #column .navigation {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #column .column3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
  }

  #column .category-nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  #column .connection .column3 {
    grid-template-columns: repeat(1, 1fr);
  }

  #column .column3 .info-list time {
    font-size: 1.4rem;
  }

  #column .column3 .info-list .category {
    font-size: 1.4rem;
  }

  #column .connection,
  #column .navigation {
    padding-top: 80px;
  }
}

/* ========================================================================
  フォトギャラリー
======================================================================== */
#photo .category-nav {
  margin-bottom: 80px;
}

#photo .category-nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#photo .category-nav ul a {
  padding: 5px 0;
  display: block;
  text-align: center;
  border: 1px solid var(--txt-pink);
  border-radius: 100px;
  color: var(--txt-pink);
}

#photo .category-nav ul a:hover,
#photo .category-nav ul .active a {
  background: var(--txt-pink);
  color: var(--color-white);
}

#photo .page-header {
  margin-top: 177px;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: clamp(200px, 45vw, 550px);
}

#photo #grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#photo .grid-sizer,
#photo .grid-item {
  width: 25%;
}

#photo .gutter-sizer {
  width: 0;
}

#photo .grid-item {
  padding: 10px;
  box-sizing: border-box;
}

#photo .grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1199px) {
  #photo .grid-item {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  #photo .category-nav {
    margin-bottom: 60px;
  }

  #photo .category-nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  #photo .grid-sizer,
  #photo .grid-item {
    width: 50%;
  }

  .gslide-image img {
    width: 80% !important;
  }

  .glightbox-clean .gnext {
    top: 45%;
    right: 19px;
    width: 0px;
    height: 45px;
  }

  .glightbox-clean .gprev {
    position: absolute;
    top: 45%;
    left: 19px;
    width: 0px;
    height: 45px;
  }
}

/* ========================================================================
  WPパーツ
======================================================================== */
.wp-content h2 {
  font-size: 4.8rem;
  font-family: "Sawarabi Mincho", serif;
  color: var(--txt-black);
}

.wp-content .info {
  display: inline-flex;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.wp-content .info time {
  color: #6f6f6f;
  font-size: 1.6rem;
}

.wp-content .info .category {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  border: 1px solid var(--txt-pink);
  color: var(--txt-pink);
  padding: 0 10px;
  border-radius: 100px;
  line-height: 1.4;
}

.wp-content p {
  margin-bottom: 35px;
}

.wp-content h3 {
  font-size: 3.6rem;
  font-family: "Sawarabi Mincho", serif;
  color: var(--txt-pink);
  margin-bottom: 32px;
}

.wp-content h4,
h4 {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  font-size: 3rem;
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 32px;
}

.wp-content h4::before,
h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--txt-pink);
}

.wp-content h5,
h5 {
  position: relative;
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 32px;
}

.wp-content a {
  text-decoration: underline;
}

.parts-btn a {
  display: block;
  margin: 0 auto;
  position: relative;
  background: var(--color-white);
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  padding: 10px 20px;
  padding-right: 110px;
  color: var(--txt-pink);
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
  text-decoration: none;
}

.parts-btn a:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

.parts-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

.parts-btn:hover a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

.wp-content .wp-pink-btn a {
  display: block;
  margin: 0 auto;
  position: relative;
  background: var(--color-white);
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  padding: 10px 20px;
  color: var(--txt-pink);
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
}

.wp-content .wp-pink-btn a:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

.wp-content .dash-box {
  position: relative;
  border: 2px dashed var(--color-dark-pink);
  padding: 15px 25px;
}

.wp-content .dash-box::before {
  content: "check!";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -22px;
  top: -18px;
  padding: 0 10px;
  font-size: 1.8rem;
  color: var(--color-white);
  background: var(--color-dark-pink);
  border-radius: 100px;
}

.wp-content .wp-faq {
  margin-bottom: 80px;
  border: none;
  padding: 0;
}

.wp-content .wp-faq .vk_faq_title {
  position: relative;
  padding: 0 42px 40px 70px;
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho", serif;
  color: var(--txt-pink);
  border-bottom: 1px solid var(--txt-pink);
  cursor: pointer;
}

.wp-content .wp-faq .vk_faq_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../../image/common/Q.png) no-repeat;
  background-size: 41px 37px;
  width: 41px;
  height: 37px;
}

.wp-content .wp-faq .vk_faq_title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  background: url(../../image/common/plus.png);
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.wp-content .wp-faq .vk_faq_title.active::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  background: url(../../image/common/minus.png);
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.wp-content .wp-faq .vk_faq_content {
  display: none;
  position: relative;
  padding: 30px 42px 40px 70px;
  font-size: 1.8rem;
  color: var(--txt-black);
}

.wp-content .wp-faq .vk_faq_content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  background: url(../../image/common/A.png) no-repeat;
  background-size: 42px 36px;
  width: 42px;
  height: 36px;
}

@media screen and (max-width: 1199px) {
  .wp-content h2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }

  .wp-content h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .wp-content h4 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }

  .wp-content h5 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .wp-content h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .wp-content .order2 {
    order: 2;
  }

  .wp-content p {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }

  .wp-content h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .wp-content h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .wp-content h5 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .wp-content .wp-faq {
    margin-bottom: 40px;
  }

  .wp-content .wp-faq .vk_faq_title::after,
  .wp-content .wp-faq .vk_faq_title.active::after {
    top: 0px;
  }

  .wp-content .wp-faq .vk_faq_title::before {
    background-size: 31px 27px;
    width: 31px;
    height: 27px;
  }

  .wp-content .wp-faq .vk_faq_title {
    padding: 0 50px 20px 35px;
    font-size: 1.8rem;
  }

  .wp-content .wp-faq .vk_faq_content::before {
    background-size: 32px 26px;
    width: 32px;
    height: 26px;
  }

  .wp-content .wp-faq .vk_faq_content {
    padding: 20px 50px 20px 35px;
    font-size: 1.8rem;
  }
}

/* ========================================================================
	成人式会場
======================================================================== */
#mens .price .block .box h3,
#mens .heading2 .pink-txt,
#mens .reason .catch .pink-txt,
#mens .reason .catch.pink-txt,
#mens .reason ul li h3,
#mens .heading2 .large-txt,
#mens .reservation h3 {
  color: var(--color-dark-blue);
}

#mens .question .heading .en-txt,
#mens .photography .heading .en-txt,
#mens .discount .heading .en-txt,
#mens .price .heading .en-txt {
  color: var(--color-dark-blue);
}

#mens .price .block .box ul {
  border: 2px dashed var(--color-dark-blue);
}

#mens .price .block .box .pink {
  background-color: #e9f0f7;
}

#mens .photography .widget-btn a {
  color: var(--color-dark-blue);
}

#mens .photography .widget-btn a::after {
  background: url(../../image/common/blue-arw.webp) no-repeat;
  background-size: 15px 10px;
  width: 15px;
  height: 10px;
  rotate: 0deg;
}

#mens .photography .widget-btn a::before {
  background-color: var(--color-dark-blue);
}

#mens .photography .swiper-pagination-bullet-active {
  background: var(--color-dark-blue) !important;
}

#mens .photography .swiper-button-prev,
#mens .photography .swiper-button-next {
  border: 1px solid var(--color-dark-blue) !important;
}

#mens .reservation .btn,
#mens .reservation-wrap .btn {
  color: var(--color-dark-blue);
  border: 1px solid var(--color-dark-blue);
  background: var(--color-white);
}

#mens .reservation .btn:hover,
#mens .reservation-wrap .btn:hover {
  color: var(--color-white);
  background: var(--color-dark-blue);
}

#mens .reservation .btn:hover::after,
#mens .reservation-wrap .btn:hover::after {
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
}

#mens .reservation .btn:hover::before,
#mens .reservation-wrap .btn:hover::before {
  background: url(../../image/page/bnr/date-icon-wihte.png);
  background-size: 20px 20px;
}

#mens .photography .swiper-button-prev::after,
#mens .photography .swiper-button-next::after {
  background: url(../../image/common/page-blue-arw.webp) no-repeat;
  background-size: 12px 12px;
}

#mens .reservation .btn::before,
#mens .reservation-wrap .btn::before {
  background: url(../../image/page/bnr/date-icon-blue.webp);
  background-size: 20px 20px;
}

#mens .reservation .btn::after,
#mens .reservation-wrap .btn::after {
  background: url(../../image/common/blue-arw.webp) no-repeat;
  background-size: 17px 8px;
}

#mens .question dt {
  color: var(--color-dark-blue);
  border-bottom: 1px solid var(--color-dark-blue);
  font-family: "Sawarabi Mincho", serif;
}

#mens .question dt::before {
  background: url(../../image/common/Q-blue.png);
  background-size: 41px 37px;
}

/* ========================================================================
	成人式会場
======================================================================== */
.prefectures {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.municipality {
  position: relative;
}

.municipality .box {
  position: relative;
}

.municipality .switch {
  position: absolute;
  width: 33px;
  height: 33px;
  right: 20px;
  top: 5px;
  border: 1px solid var(--txt-pink);
  cursor: pointer;
}

.municipality .switch span {
  width: 60%;
  height: 1px;
  background: var(--txt-pink);
}

.municipality .switch span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.municipality .switch span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 90deg;
}

.municipality .switch.active span:nth-child(2) {
  display: none;
}

.municipality h5 {
  position: relative;
  border-bottom: 1px solid var(--txt-pink);
  padding-bottom: 15px;
}

.municipality .table-wrap {
  overflow: auto;
  display: none;
}

.municipality table {
  min-width: 520px;
  margin-bottom: 50px;
}

.municipality table th {
  padding: 15px;
  background: #eeeeee;
  border-right: 3px solid white;
}

.municipality table th:last-child {
  border-right: none;
}

.municipality table th.school-district {
  background: var(--color-dark-pink);
  color: var(--color-white);
}

.municipality table td {
  border-bottom: 1px solid #eeeeee;
  padding: 15px;
  text-align: center;
  border-right: 3px solid white;
}

.municipality table td:last-child {
  border-right: none;
}

.municipality table td.school-district {
  border-bottom: 1px solid var(--color-dark-pink);
}

@media screen and (max-width: 767px) {
  .municipality table td,
  .municipality table th {
    font-size: 1.5rem;
    padding: 10px 5px;
  }

  .municipality .switch {
    width: 25px;
    height: 25px;
  }
}

/* ========================================================================
	店舗一覧
======================================================================== */
.g-review-banner {
  display: flex;
  background: var(--color-white);
  padding: 60px 80px;
  justify-content: space-between;
  gap: min(120/1520 * 100vw, 120px);
}

.g-review-banner__title {
  font-size: 1.8rem;
  text-align: center;
}

.g-review-banner__title img {
  text-align: left;
}

.g-review-banner__content {
  display: grid;
  grid-template-columns: 45% 53%;
  gap: 2%;
}

.g-review-banner__number {
  text-align: center;
  padding: 20px;
  border: 2px dashed var(--txt-pink);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.g-review-banner__pink {
  font-size: 3.4rem;
  color: var(--txt-pink);
  font-weight: 600;
}

.g-review-banner__wrap {
  border: 2px dashed var(--txt-pink);
  padding: 20px 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.g-review-banner__review-label {
  font-weight: 600;
}

.g-review-banner__star {
  display: block;
  width: fit-content;
  height: fit-content;
}

.review {
  padding-top: 150px;
  background: var(--color-pale-rose);
}

.shop {
  padding: 150px 0;
  background: var(--color-pale-rose);
}

.shop .info-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 150px;
}

.shop .info-wrap .box {
  padding: 40px;
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  gap: 30px;
}

.shop .info-wrap h3 {
  margin: 0;
  color: var(--txt-black);
  text-align: center;
}

.shop .info-wrap .box img {
  width: 100%;
  aspect-ratio: 31/18;
}

.shop .info-wrap .box dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 3px;
}

.shop .info-wrap .box dd {
  padding: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--txt-pink);
}

.shop .info-wrap .box dt {
  padding: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--txt-black);
}

.shop .info-wrap .box dl:first-child dd,
.shop .info-wrap .box dl:first-child dt {
  padding-top: 0;
}

.shop .info-wrap .box .btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.shop .info-wrap .box .btn {
  position: relative;
  font-size: 1.8rem;
  color: var(--txt-pink);
  padding: 10px 55px 10px 30px;
  border: 1px solid var(--txt-pink);
  border-radius: 100px;
}

.shop .info-wrap .box .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.webp) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

.shop .info-wrap .box .btn:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

.shop .info-wrap .box .btn:hover::after {
  background: url(../../image/common/white-arw.webp) no-repeat;
  background-size: 17px 8px;
}

.shop .info-wrap .box .tel-btn {
  padding-left: 65px;
}

.shop .info-wrap .box .tel-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  translate: 0 -50%;
  background: url(../../image/common/phone.webp) no-repeat;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}

.shop .info-wrap .box .tel-btn:hover::before {
  background: url(../../image/common/phone-white.webp) no-repeat;
  background-size: 28px 28px;
}

.sns {
  padding: 150px 0;
  background-color: var(--color-pale-beige);
}

.sns ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1500px) {
  .shop .info-wrap .box .btn-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1199px) {
  .review {
    padding-top: 100px;
  }

  .shop,
  .sns {
    padding: 100px 0;
  }

  .g-review-banner {
    gap: 30px;
    flex-direction: column;
    justify-content: center;
  }

  .shop .info-wrap {
    margin-bottom: 100px;
  }

  .shop .info-wrap .box {
    padding: 30px;
    gap: 20px;
  }

  .shop .info-wrap .box dl {
    grid-template-columns: 100px 1fr;
  }

  .shop .info-wrap .box dd {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .g-review-banner {
    padding: 40px 20px;
  }

  .g-review-banner__wrap {
    padding: 20px 10px;
  }

  .g-review-banner__number {
    font-size: 1.6rem;
  }

  .g-review-banner__pink {
    font-size: 2.4rem;
  }

  .g-review-banner__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .g-review-banner__star {
    margin: 0 auto;
  }

  .review {
    padding-top: 80px;
  }

  .shop,
  .sns {
    padding: 80px 0;
  }

  .shop .info-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80px;
  }

  .shop .info-wrap .box {
    padding: 30px 10px;
  }

  .shop .info-wrap .box dl {
    grid-template-columns: 100px 1fr;
  }

  .sns ul {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}

/* ========================================================================
		店舗詳細
======================================================================== */
.shop-slider .swiper-wrapper {
  padding-bottom: 20px;
}

.shop-slider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: min(710/1420 * 100vw, 710px);
}

.shop-slider .swiper-wrapper img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shop-slider .swiper .swiper-pagination2 {
  text-align: center;
}

#shop .campaign .contain {
  background: #fff;
}

.shop-info {
  padding: 150px 0;
}

.shop-info-wrap {
  display: grid;
  grid-template-columns: 1fr min(690/1420 * 100vw, 690px);
  gap: min(80/1420 * 100vw, 80px);
  margin-bottom: 80px;
}

.shop-info-wrap .left-content iframe {
  width: 100%;
  height: initial;
  aspect-ratio: 7/5;
}

.shop-info-wrap .right-content p {
  margin-bottom: 34px;
}

.shop-info-wrap .right-content .box {
  margin-bottom: 34px;
}

.shop-info-wrap .right-content dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 3px;
  margin-bottom: 10px;
}

.shop-info-wrap .right-content dd {
  border-bottom: 1px solid var(--txt-pink);
  padding: 10px 0;
  padding-left: 15px;
}

.shop-info-wrap .right-content dt {
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 0;
}

.shop-info-wrap .right-content .box dl:first-child dt,
.shop-info-wrap .right-content .box dl:first-child dd {
  padding-top: 0;
}

.shop-info-wrap .right-content .icon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}

.shop-info-wrap .right-content .icon a {
  border-right: 1px solid #c9c9c9;
  text-align: center;
}

.shop-info-wrap .right-content .icon a:last-child {
  border: none;
}

.shop-info-wrap .right-content .pay {
  padding: 30px 20px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  box-shadow: 0px 0px 12px -5px #777777;
}

.shop-info-wrap .right-content .pay img {
  width: 100%;
}

.shop-info .bnr {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

/* スタジオギャラリー */
.gallery {
  background: var(--color-pale-rose);
  padding: 150px 0;
}

.gallery .wrap {
  display: grid;
  grid-template-columns: 1fr min(700 / 1520 * 100vw, 700px);
}

.gallery .wrap .galley-slider .swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 70/43;
  object-fit: cover;
  background: black;
}

.gallery .wrap .galley-slider .swiper-slide img {
  height: 100%;
  width: auto;
}

.gallery .wrap .swiper-wrapper {
  padding-bottom: 29px;
}

.gallery .wrap .swiper-pagination3 {
  text-align: center;
}

/* お客様レビュー */
.customer-review {
  padding-top: 150px;
}

.customer-review .g-review {
  display: flex;
  gap: 20px;
  padding-top: 67px;
  padding-bottom: 47px;
  border-bottom: 1px solid #c9c9c9;
}

.customer-review .g-review__image {
  flex-shrink: 0;
}

.customer-review .g-review__star span,
.customer-review .g-review__star {
  font-size: 3rem;
}

.customer-review .g-review__star .orange {
  color: var(--color-dark-pink);
}

.customer-review .g-review-total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.customer-review .g-review-total__average {
  font-size: 2.9rem;
  font-weight: 800;
  color: var(--txt-pink);
}

.customer-review .g-review-total__star {
  width: fit-content;
  height: fit-content;
  display: block;
}

.customer-review .g-review-total__star img {
  height: 40px;
}

.customer-review .g-review-total__count {
  font-size: 1.8rem;
  color: #c9c9c9;
}

.customer-review .g-review__image img {
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
}

.customer-review .g-review__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.customer-review .g-review__wrap {
  display: flex;
  align-items: center;
}

.customer-review .g-review__name {
  font-size: 3rem;
  font-family: "Sawarabi Mincho", serif;
  padding-right: 40px;
  border-right: 1px solid #9c9c9c;
  line-height: 1.2;
}

.customer-review .g-review__date {
  padding-left: 25px;
  font-size: 1.8rem;
  color: #c9c9c9;
}

@media screen and (max-width: 1199px) {
  .shop-slider .swiper {
    padding-bottom: 0;
  }

  .shop-info,
  .gallery {
    padding: 100px 0;
  }

  .customer-review {
    padding-top: 100px;
  }

  .shop-info-wrap {
    grid-template-columns: 1fr;
  }

  .gallery .wrap {
    display: block;
  }

  /* お客様レビュー */
  .customer-review .g-review__image img {
    width: 110px;
  }

  .customer-review .g-review {
    padding-top: 34px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .shop-info,
  .gallery {
    padding: 80px 0;
  }

  .shop-info-wrap {
    margin-bottom: 50px;
  }

  .shop-info-wrap .right-content .box {
    margin-bottom: 25px;
  }

  .shop-info-wrap .right-content dl {
    grid-template-columns: 100px 1fr;
  }

  .shop-info-wrap .right-content dd {
    padding-left: 10px;
  }

  .shop-info-wrap .right-content dd,
  .shop-info-wrap .right-content dt {
    padding: 5px 0;
  }

  .shop-info-wrap .right-content .icon {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }

  .shop-info-wrap .right-content .icon a {
    border-right: none;
  }

  .shop-info-wrap .right-content .pay {
    padding: 15px 10px;
  }

  /* お客様レビュー */
  .customer-review {
    padding-top: 80px;
  }

  .customer-review .g-review-total {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 40px;
  }

  .customer-review .g-review {
    padding-top: 20px;
    padding-bottom: 0px;
    flex-direction: column;
    gap: 10px;
  }

  .customer-review .g-review__content {
    gap: 5px;
  }

  .customer-review .g-review__image {
    text-align: center;
  }

  .customer-review .g-review__image img {
    width: 60px;
  }

  .customer-review .g-review__star span,
  .customer-review .g-review__star {
    font-size: 2rem;
  }

  .customer-review .g-review__name {
    font-size: 2rem;
    padding-right: 10px;
  }

  .customer-review .g-review__date {
    padding-left: 15px;
  }
}

/* ========================================================================
	予約フォーム
======================================================================== */
#reservation .wp-content h2 {
  margin-bottom: 85px;
}

#reservation .wp-content h2.active,
#frame-line .wp-content h2.active {
  margin: 0;
}

#reservation .wp-content h2 .pink-txt {
  font-size: 4.8rem;
  color: var(--txt-pink);
}

#reservation .large-txt {
  font-size: 2.9rem;
  color: var(--txt-black);
  margin-bottom: 90px;
}

#reservation .large-txt .pink-txt {
  font-size: 2.9rem;
  font-weight: 600;
  color: var(--txt-pink);
}

/* LINEで予約 */
#reservation .line .wrap {
  display: none;
}

#reservation .line .box {
  display: grid;
  grid-template-columns: 1fr min(272/1200 * 100vw, 272px);
  gap: 20px;
  padding: 40px 0;
  border-bottom: 1px solid #707070;
}

#reservation .line .box:first-child {
  padding-top: 0;
}

#reservation .line .left-content a {
  position: relative;
  color: #00b900;
  border: 1px solid #00b900;
  border-radius: 50px;
  padding: 10px 90px 10px 60px;
  text-decoration: none;
  font-size: 2.2rem;
  transition: all 0.3s;
}

#reservation .line .left-content a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/green-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
  transition: all 0.3s;
}

#reservation .line .left-content a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  translate: 0 -50%;
  background: url(../../image/common/grenn-line.png) no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
  transition: all 0.3s;
}

#reservation .line .left-content a:hover {
  color: var(--color-white);
  background: #00b900;
  transition: all 0.3s;
}

#reservation .line .left-content a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
  transition: all 0.3s;
}

#reservation .line .left-content a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  translate: 0 -50%;
  background: url(../../image/common/LINE.png) no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
  transition: all 0.3s;
}

#reservation .line .box .right-content {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid var(--txt-pink);
  border-radius: 10px;
  padding: min(25/1200 * 100vw, 25px);
}

#reservation .line .box .right-content img {
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px !important;
}

@media screen and (max-width: 1199px) {
  #reservation .wp-content h2 {
    margin-bottom: 55px;
  }

  #reservation .wp-content h2 .pink-txt {
    font-size: 4rem;
  }

  #reservation .large-txt {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }

  #reservation .line .left-content a {
    padding: 10px 65px 10px 60px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #reservation .wp-content h2 .pink-txt {
    font-size: 2.5rem;
  }

  #reservation .large-txt {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  #reservation .large-txt .pink-txt {
    font-size: 1.8rem;
  }

  #reservation .wp-content h2 {
    margin-bottom: 30px;
  }

  #reservation .line .box {
    grid-template-columns: 1fr;
  }

  #reservation .line .left-content a {
    display: block;
  }

  #reservation .line .box .right-content {
    margin: 0 auto;
    width: 70%;
  }
}

/* お電話で予約 */
#reservation .tel .wrap {
  display: none;
}

#reservation .tel .wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#reservation .tel .wrap ul li {
  text-align: center;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 15px;
}

#reservation .tel .wrap .box {
  padding: 20px 10px;
  text-align: center;
  background-color: #fdf4f7;
}

#reservation .tel .wrap .box p {
  position: relative;
  display: inline;
  padding-left: 35px;
  font-size: 2.2rem;
  font-weight: 600;
}

#reservation .tel .wrap .box p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background: url(../../image/common/black-phone-icon.png) no-repeat;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
}

@media screen and (max-width: 1000px) {
  #reservation .tel .wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }

  #reservation .tel .wrap ul li {
    padding: 30px 15px;
  }
}

#reservation .frame-line {
  margin-bottom: 40px;
}

#reservation .form,
#reservation .frame-line {
  position: relative;
  padding: 90px 80px;
  border: 1px solid var(--txt-pink);
}

#reservation .form p {
  margin: 0;
}

#reservation .form .switch,
#reservation .frame-line .switch {
  position: absolute;
  top: 90px;
  right: 80px;
  width: 82px;
  aspect-ratio: 1/1;
  border: 1px solid var(--txt-pink);
  cursor: pointer;
}

#reservation .form .switch span,
#reservation .frame-line .switch span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
  height: 1px;
  background: var(--txt-pink);
}

#reservation .form .switch span:nth-child(1),
#reservation .frame-line .switch span:nth-child(1) {
  rotate: 90deg;
}

#reservation .form .switch.active span:nth-child(1),
#reservation .frame-line .switch.active span:nth-child(1) {
  display: none;
}

#reservation .form > p {
  margin: 0;
}

#reservation .form .back-txt {
  margin-bottom: 60px;
}

#reservation .form .back-txt li {
  padding-left: 20px;
  position: relative;
}

#reservation .form .back-txt li::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  background: var(--txt-pink);
  width: 6px;
  height: 6px;
  border-radius: 100px;
}

/* フォーム */
#reservation .form form {
  display: none;
}

#reservation .form form .wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#reservation .form form input {
  border-radius: 0;
  padding: 10px;
  height: 48px;
}

#reservation .form form textarea {
  border-radius: 0;
  padding: 10px;
  height: 100px;
}

#reservation .check-block {
  display: flex;
  align-items: center;
  gap: 0 10px;
  cursor: pointer;
  overflow: hidden;
}

/* #reservation .check-block input[type="radio"] {
  padding: 0;
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #7b7b7b;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
}

#reservation .check-block input[type="radio"]::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: -0.5px;
  left: 2.5px;
  display: block;
  width: 4px;
  height: 9px;
  border-right: 3px solid var(--txt-pink);
  border-bottom: 3px solid var(--txt-pink);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  cursor: pointer;
} */

#reservation .check-block input[type="radio"]:checked {
  background-color: transparent;
}

#reservation .form form .form-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#reservation .form form .form-wrap li {
  display: grid;
  grid-template-columns: 247px 1fr;
  padding-bottom: 27px;
  border-bottom: 1px solid #e7e7e7;
}

#reservation .form form .left-content {
  position: relative;
  padding-right: 65px;
  width: fit-content;
  padding-left: 20px;
}

#reservation .form form .required::after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 0;
  background: #dd5353;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px;
}

#reservation .form form li .column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 0;
}

#reservation .form form > span {
  font-size: 1.4rem;
  color: #716767;
}

#reservation .form form .date-wrap {
  display: flex;
  gap: 10px;
}

#reservation .form form .date-wrap input,
#reservation .form form .date-wrap select {
  border-radius: 0;
  padding: 10px;
  height: 48px;
  max-width: 180px;
  width: 100%;
  border: 1px solid #c3c6d8;
}

#reservation .form .grey-bg {
  background: #eeeeee;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#reservation .form .grey-bg .strong {
  font-size: 2.4rem;
}

#reservation .form .grey-bg li {
  font-weight: 600;
  display: flex;
  flex-direction: column;
}

#reservation .form .grey-bg li span {
  padding-left: 15px;
  font-weight: 400;
}

#reservation .form button {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  background: var(--color-white);
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  padding: 10px 20px;
  padding-right: 110px;
  color: var(--txt-pink);
  border: 1px solid var(--txt-pink);
  border-radius: 50px;
  text-decoration: none;
}

#reservation .form button:hover {
  background: var(--txt-pink);
  color: var(--color-white);
}

#reservation .form button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  background: url(../../image/common/pink-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

#reservation .form button:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  background: url(../../image/common/white-arw.png) no-repeat;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
}

@media screen and (max-width: 1199px) {
  #reservation .form {
    position: relative;
    padding: 80px 40px;
    padding-bottom: 80px;
    margin-bottom: 150px;
    border: 1px solid var(--txt-pink);
  }

  #reservation .form .switch,
  #reservation .frame-line .switch {
    top: 40px;
    right: 40px;
    width: 70px;
  }

  #reservation .form form li .column {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  #reservation .form,
  #reservation .frame-line {
    padding: 45px 10px;
  }

  #reservation .form .switch,
  #reservation .frame-line .switch {
    top: 10px;
    right: 10px;
    width: 35px;
  }

  #reservation .form .back-txt {
    margin-bottom: 20px;
  }

  #reservation .form form .form-wrap li {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    gap: 20px;
  }

  #reservation .form form .left-content {
    padding-right: 45px;
    padding-left: 0;
  }

  #reservation .form form .date-wrap {
    flex-direction: column;
  }

  #reservation .form form .date-wrap input,
  #reservation .form form .date-wrap select {
    max-width: initial;
    width: 100%;
  }

  #reservation .form form textarea {
    height: 200px;
  }

  #reservation .form .grey-bg {
    background: #eeeeee;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  #reservation .form .grey-bg .strong {
    font-size: 2rem;
  }

  #reservation .form .grey-bg li,
  #reservation .form .grey-bg p {
    font-size: 1.4rem;
  }
}

/* ========================================================================
	提携美容院
======================================================================== */
.beauty .column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 100px;
}

.beauty .column2 img {
  width: 100%;
  height: auto;
}

.beauty iframe {
  width: 100%;
  margin-bottom: 150px;
}

.beauty .column2 .txt-block p {
  margin-bottom: 40px;
}

.beauty .column2 .block {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
}

.beauty .column2 .block .left-content {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #c9c9c9;
}

.beauty .column2 .block .right-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.beauty .column2 .block h6 {
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho", serif;
}

.beauty .column2 .block .info {
  margin: 0;
}

.beauty .column2 .block .info dl {
  display: grid;
  grid-template-columns: minmax(0, 100px) 1fr;
  gap: 5px;
  width: 100%;
}

.beauty .column2 .block .info dl:first-child dt,
.beauty .column2 .block .info dl:first-child dd {
  padding-top: 0;
}

.beauty .column2 .block .info dt {
  border-bottom: 1px solid var(--txt-pink);
  padding: 5px 0;
  padding-left: 15px;
}

.beauty .column2 .block .info dd {
  border-bottom: 1px solid #c9c9c9;
  padding: 5px 0;
  padding-left: 20px;
}

.beauty .municipality .wrap {
  display: none;
}

@media screen and (max-width: 1199px) {
  .beauty .column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 60px;
  }

  .beauty iframe {
    margin-bottom: 100px;
  }

  .beauty .column2 .block .right-content {
    gap: 25px;
  }
}

@media screen and (max-width: 767px) {
  .beauty .column2 {
    margin-bottom: 50px;
  }

  .beauty iframe {
    margin-bottom: 80px;
  }

  .beauty .column2 .txt-block p {
    margin-bottom: 30px;
  }

  .beauty .column2 .block {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .beauty .column2 .block .right-content {
    gap: 15px;
  }

  .beauty .column2 .block {
    gap: 10px;
  }

  .beauty .column2 .block h6 {
    font-size: 2rem;
  }

  .beauty .column2 .block .left-content {
    width: 50%;
    max-width: 180px;
    margin: 0 auto;
  }

  .beauty .column2 .block .info {
    margin-bottom: 20px;
  }

  .beauty .column2 .block .info dt,
  .beauty .column2 .block .info dd {
    font-size: 1.6rem;
  }
}
