@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP-Light.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("otf");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Medium.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-SemiBold.otf") format("otf");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #333333;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  letter-spacing: 1px;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
}

@media (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .uk-container.wide {
  max-width: 1280px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}

@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: .7;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 1280px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (max-width: 1280px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/* タグ */
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #333333;
}

a:hover {
  transition: all 0.5s ease 0s;
}

a.link-color {
  text-decoration: underline;
}

.wrap {
  overflow: clip;
}

@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.wrap > p:first-of-type {
  margin: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
}

.att::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

p {
  line-height: 1.8;
}

@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

button {
  border: 0;
  background: none;
  top: 5px;
  right: 5px;
  padding: 0;
}

button#music-toggle {
  z-index: 10;
  position: fixed;
}

button#music-toggle img {
  width: 55px;
  height: 55px;
}

@media (min-width: 660px) {
  button {
    top: 10px;
    right: calc(((100% - 660px) / 2 ) + 5px);
  }
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  width: 100%;
  position: absolute !important;
  z-index: 9999;
  padding: 0;
  box-sizing: border-box;
  height: 180px;
  left: 0;
  bottom: 10px;
  right: 0;
}

@media (max-width: 959px) {
  header {
    height: 80px;
    position: fixed;
    top: 0;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  header {
    height: 60px;
  }
}

header .uk-flex {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

@media (max-width: 959px) {
  header .uk-flex {
    display: block;
  }
}

/*--------------------------
 共通事項
----------------------------*/
/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

.section {
  padding: 150px 0;
}

.section .uk-container {
  position: relative;
}

@media (max-width: 767px) {
  .section {
    padding: 100px 0;
  }
}

/* contents */
.contents {
  position: relative;
  z-index: 1;
}

/* 見出し */
.ttl01 {
  position: relative;
  text-align: center;
  padding-top: 100px;
}

.ttl01::before {
  content: '';
  width: 165px;
  height: 115px;
  background: url(../img/h2_img.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
}

.ttl01 span {
  position: relative;
  z-index: 1;
  line-height: 1.2;
  display: inline-block;
  color: #9B5C54;
  letter-spacing: 5px;
  font-size: 40px;
  font-family: "Baskervville", serif;
  font-weight: 400;
}

@media (max-width: 640px) {
  .ttl01 {
    padding-top: 80px;
  }
  .ttl01 span {
    font-size: 32px;
  }
  .ttl01::before {
    width: calc(165px * .7);
    height: calc(115px * .7);
    top: 0px;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
}

.bg-fixed {
  background: url(../img/bg.jpg) #fff no-repeat center/cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: fixed;
  top: 0;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.bg-fixed.uk-animation-fade {
  opacity: 0;
}

.bg-fixed.uk-animation-fade.uk-scrollspy-inview {
  opacity: 1;
}

.contents {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  position: relative;
}

.editable {
  white-space: pre-line;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 450px) {
  .editable {
    font-size: 4.1vw;
  }
}

@keyframes heartbeat {
  0%, 100% {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(-45deg) scale(1.3);
    opacity: 0.7;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader .loader__content {
  text-align: center;
  /* ハートアニメーション */
}

.loader .loader__content .loader__hearts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.loader .loader__content .loader__hearts .heart {
  width: 20px;
  height: 20px;
  background: #9B5C54;
  position: relative;
  transform: rotate(-45deg);
  animation: heartbeat 1.5s ease-in-out infinite;
}

.loader .loader__content .loader__hearts .heart::before, .loader .loader__content .loader__hearts .heart::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #9B5C54;
  border-radius: 50%;
  position: absolute;
}

.loader .loader__content .loader__hearts .heart::before {
  top: -10px;
  left: 0;
}

.loader .loader__content .loader__hearts .heart::after {
  left: 10px;
  top: 0;
}

.loader .loader__content .loader__hearts .heart:nth-child(1) {
  animation-delay: 0s;
}

.loader .loader__content .loader__hearts .heart:nth-child(2) {
  animation-delay: 0.3s;
}

.loader .loader__content .loader__hearts .heart:nth-child(3) {
  animation-delay: 0.6s;
}

.loader .loader__content .loader__text {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: 'Georgia', serif;
}

/*--------------------------
 メインビジュアル
----------------------------*/
.mv {
  height: 100vh;
  position: relative;
}

@media (min-width: 641px) and (max-height: 900px) {
  .mv {
    height: 800px;
  }
}

@media (max-width: 640px) {
  .mv {
    height: 100dvh;
  }
}

.mv .animation {
  opacity: 0;
}

.mv .animation.uk-scrollspy-inview {
  opacity: 1;
}

.mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background: rgba(255, 255, 255, 0.8);
  max-width: 500px;
}

.mv__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 80px;
}

.mv__text img {
  width: 70px;
  height: 300px;
}

@media (max-width: 640px) {
  .mv__text {
    top: 50px;
  }
  .mv__text img {
    width: calc(70px * 0.7);
    height: calc(300px * .7);
  }
}

.mv__info {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 50px;
  text-align: center;
  width: 100%;
}

@media (max-width: 640px) {
  .mv__info {
    bottom: 30px;
  }
}

.mv__info__name {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}

.mv__info__name::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #9B5C54;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -30px;
}

.mv__info__name p {
  margin: 0 0.5em;
  font-size: 25px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .mv__info__name p {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .mv__info__name {
    margin-bottom: 50px;
  }
  .mv__info__name::after {
    bottom: -25px;
  }
}

.mv__info__date p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .mv__info__date p {
    font-size: 16px;
  }
}

/*--------------------------
 modal（確認）
----------------------------*/
#confirmModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: auto;
  /* 確認画面のスタイル */
}

#confirmModal .modal-content {
  background: white;
  margin: 30px auto;
  padding: 20px;
  width: calc(100% - 50px);
  max-width: 700px;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  #confirmModal .modal-content {
    width: calc(100% - 40px);
  }
}

#confirmModal #confirmContent #formWrap {
  width: 100%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

#confirmModal #confirmContent #formWrap h3 {
  background: #118388;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  color: #fff;
}

#confirmModal #confirmContent #formWrap p {
  font-size: 16px;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#confirmModal #confirmContent #formWrap table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#confirmModal #confirmContent #formWrap table.formTable td, #confirmModal #confirmContent #formWrap table.formTable th {
  border-bottom: 1px dotted #ccc;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
}

#confirmModal #confirmContent #formWrap table.formTable th {
  width: 200px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: calc(15px + 1.1em);
}

#confirmModal #confirmContent #formWrap table.formTable th::before {
  content: '■';
  color: #118388;
  position: absolute;
  left: 15px;
  top: 15px;
}

@media (max-width: 640px) {
  #confirmModal #confirmContent #formWrap table.formTable td, #confirmModal #confirmContent #formWrap table.formTable th {
    padding: 15px 5px;
    width: 100%;
    display: block;
    padding-left: calc(5px + 1.1em);
  }
  #confirmModal #confirmContent #formWrap table.formTable th {
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
    font-size: 14px;
    color: #666;
    font-weight: normal;
  }
  #confirmModal #confirmContent #formWrap table.formTable th::before {
    left: 5px;
    top: 15px;
  }
  #confirmModal #confirmContent #formWrap table.formTable td {
    padding-top: 10px;
  }
}

#confirmModal #confirmContent #formWrap button, #confirmModal #confirmContent #formWrap input[type="submit"] {
  padding: 10px 40px;
  margin: 5px;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  border-radius: 50px;
  font-size: 120%;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
}

#confirmModal #confirmContent #formWrap button.confirm_soushin, #confirmModal #confirmContent #formWrap input[type="submit"].confirm_soushin {
  background: #118388;
  color: #fff;
}

#confirmModal #confirmContent #formWrap button#backToForm, #confirmModal #confirmContent #formWrap input[type="submit"]#backToForm {
  background: #efefef;
}

#confirmModal #confirmContent .complete-screen {
  text-align: center;
  padding: 20px;
}

@media (max-width: 640px) {
  #confirmModal #confirmContent .complete-screen {
    padding: 20px 0;
  }
}

#confirmModal #confirmContent .complete-screen h3 {
  font-size: 18px;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
  font-weight: bold;
  color: #118388;
  padding-bottom: 5px;
  border-bottom: 1px solid #118388;
  margin-bottom: 30px;
}

#confirmModal #confirmContent .complete-screen .complete-message {
  font-size: 15px;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 640px) {
  #confirmModal #confirmContent .complete-screen .complete-message {
    text-align: left;
  }
}

#confirmModal #confirmContent .complete-screen .email-notice {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 30px auto;
  max-width: 600px;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

#confirmModal #confirmContent .complete-screen .email-notice h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ab2020;
  font-weight: bold;
}

#confirmModal #confirmContent .complete-screen .email-notice h4::before {
  content: "⚠️";
  margin-right: 8px;
}

@media (max-width: 640px) {
  #confirmModal #confirmContent .complete-screen .email-notice h4 {
    font-size: 16px;
  }
}

#confirmModal #confirmContent .complete-screen .email-notice .email-list {
  background: white;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
}

#confirmModal #confirmContent .complete-screen .email-notice .email-list li {
  list-style: none;
  padding: 3px 0;
}

#confirmModal #confirmContent .complete-screen .email-notice p {
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0;
  color: #666;
  text-align: left;
}

#confirmModal #confirmContent .complete-screen .email-notice p strong {
  color: #ab2020;
}

#confirmModal #confirmContent .complete-screen .email-notice .small-note {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  text-align: left;
}

#confirmModal #confirmContent .complete-screen button {
  padding: 10px 40px;
  margin: 5px;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  border-radius: 50px;
  font-size: 120%;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
  background: #118388;
  color: #fff;
}

/*--------------------------
 招待状
----------------------------*/
.invitation {
  text-align: center;
  background: #fff;
}

.invitation__text {
  margin: 0px auto 0;
  text-align: center;
  max-width: 350px;
}

@media (max-width: 767px) {
  .invitation__text {
    margin: 0px auto 0;
    line-height: 1.7;
  }
}

@media (max-width: 450px) {
  .invitation__text {
    font-size: 4.1vw;
  }
}

/*--------------------------
 カウントダウン
----------------------------*/
.countdown {
  background: url(../img/countdown_bg.jpg) no-repeat center/cover;
  padding: 100px 0;
  position: relative;
}

.countdown::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.countdown__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
}

.countdown__inner h2 {
  padding-top: 0;
}

.countdown__inner h2 span {
  color: #fff !important;
}

.countdown__inner h2::before {
  content: none;
}

.countdown__box {
  margin-top: 50px;
}

.countdown__box .box {
  color: #fff;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  line-height: 0.9;
}

.countdown__box .box .label {
  font-size: 18px;
}

.countdown__box .box-days span#days {
  font-size: 80px;
}

.countdown__box .uk-flex {
  justify-content: center;
  margin-top: 20px;
}

.countdown__box .uk-flex > * {
  margin: 0 15px;
}

.countdown__box .uk-flex span {
  font-size: 60px;
}

@media (max-width: 640px) {
  .countdown {
    padding: 50px 0;
  }
  .countdown__inner h2 {
    font-size: 20px;
  }
}

/*--------------------------
 自己紹介
----------------------------*/
.host {
  text-align: center;
  background: rgba(254, 237, 237, 0.8);
}

.host h2 span {
  color: #867D58;
}

.host h2 span.kr {
  font-family: "source-han-serif-k-variable", sans-serif;
  font-weight: bold;
  font-size: 30px;
}

@media (max-width: 640px) {
  .host h2 span.kr {
    font-size: 25px;
    letter-spacing: 1px;
  }
}

.host__list {
  margin: 100px auto 0;
  width: 70%;
}

@media (max-width: 640px) {
  .host__list {
    margin: 50px auto 0;
    width: 80%;
  }
}

.host__list .uk-flex {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.host__list .uk-flex .img {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
}

.host__list .uk-flex .img__inner {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.host__list .uk-flex .img__inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  object-fit: cover;
}

.host__list .uk-flex .text {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 50px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.host__list .uk-flex .text span {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 30px;
  color: #9B5C54;
  position: relative;
  margin-bottom: 50px;
  display: block;
}

.host__list .uk-flex .text span::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #9B5C54;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -10px;
}

@media (max-width: 640px) {
  .host__list .uk-flex .text span {
    margin-bottom: 30px;
  }
}

.host__list .uk-flex .text p {
  margin: 0;
}

.host__list .uk-flex .text p.kr {
  font-size: 200%;
  font-family: "source-han-serif-k-variable", sans-serif;
  line-height: 1;
  font-variation-settings: 'wght' 500;
}

.host__list .uk-flex .text p.name {
  letter-spacing: 0.5em;
  margin: 10px 0px 0;
  font-size: 130%;
}

@media (max-width: 640px) {
  .host__list .uk-flex .text {
    padding-top: 20px;
  }
  .host__list .uk-flex .text::before {
    width: 50px;
    height: 50px;
  }
  .host__list .uk-flex .text span {
    font-size: 20px;
  }
  .host__list .uk-flex .text p {
    margin: 0;
  }
  .host__list .uk-flex .text p.name {
    font-size: 18px;
  }
}

.host__list.bride {
  margin-top: 100px;
}

.host__comment {
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 18px;
}

@media (max-width: 640px) {
  .host__comment {
    font-size: 16px;
  }
}

/*--------------------------
 電話連絡
----------------------------*/
.contact {
  padding: 50px 0 50px;
  background: rgba(234, 213, 213, 0.8);
  text-align: center;
}

.contact__inner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 50px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .contact__inner {
    padding: 30px 20px;
    max-width: calc(100% - 50px);
  }
}

.contact .box .uk-flex {
  justify-content: center;
}

.contact .box .uk-flex > * {
  margin: 0 25px !important;
}

.contact .box .telbox {
  font-size: 120%;
}

.contact .box .telbox a {
  display: inline-block;
  margin-left: 10px;
}

.contact .box .telbox a img.ico {
  width: 40px;
  height: 40px;
}

.contact .box .telbox:nth-child(n+2) {
  margin-top: 15px;
}

.contact .box.box02 {
  margin-top: 50px;
}

.contact .box.box02 h3 {
  font-size: 130%;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
}

@media (max-width: 640px) {
  .contact .box.box02 .uk-flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .contact .box.box02 .uk-flex > * {
    width: 100%;
  }
  .contact .box.box02 .uk-flex > *:nth-child(2) {
    margin-top: 30px !important;
  }
}

.contact .box.box02 .uk-flex > * h4 {
  font-size: 16px;
  padding: 10px 35px;
  border-radius: 30px;
  color: #fff;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
  display: inline-block;
  margin-bottom: 10px;
}

.contact .box.box02 .uk-flex > * .telbox span.small {
  font-size: 90%;
  color: #666;
  margin-right: 10px;
  display: inline-block;
}

.contact .box.box02 .uk-flex > *.groom h4 {
  background: #4b6887;
}

.contact .box.box02 .uk-flex > *.bride h4 {
  background: #cc7f7f;
}

/*--------------------------
 ギャラリー
----------------------------*/
.gallery {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}

.gallery__wrap {
  max-width: 600px;
  margin: 50px auto 0;
}

.gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.gallery__list > * {
  width: calc(33% - 10px);
  margin-left: 10px;
}

.gallery__list > *:nth-child(n+4) {
  margin-top: 10px;
}

.gallery__list > * a {
  display: flex;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gallery__list > * a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .gallery__list {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .uk-lightbox-button {
    margin: 0;
    top: 50%;
  }
}

/*--------------------------
 インフォメーション
----------------------------*/
.information {
  text-align: center;
  background: rgba(254, 237, 237, 0.8);
}

.information h2 span {
  color: #867D58;
}

.information__box {
  margin-top: 50px;
  text-align: center;
}

.information__box .information__date {
  display: flex;
  color: #9B5C54;
  justify-content: center;
  align-items: flex-end;
}

.information__box .information__date h3 {
  font-family: "Baskervville", serif;
  font-weight: 500;
  letter-spacing: 2px;
  color: #9B5C54;
  font-size: 20px;
  margin: 0;
  margin-right: 1.5em;
  line-height: 1.0;
}

.information__box .information__date p {
  margin: 0;
  font-size: 40px;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
  line-height: 1.0;
}

@media (max-width: 640px) {
  .information__box .information__date p {
    font-size: 30px;
  }
}

.information__box .information__time {
  max-width: 500px;
  margin: 50px auto;
  width: calc(100% - 50px);
}

.information__box .information__time > * {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  border-radius: 10px;
  position: relative;
}

.information__box .information__time > *:nth-child(n+2) {
  margin-top: 30px;
}

.information__box .information__time > *::before {
  content: '';
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border: 2px solid #9B5C54;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.information__box .information__time > * h3 {
  color: #9B5C54;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
  position: relative;
  margin-bottom: 50px;
}

.information__box .information__time > * h3 span {
  font-size: 35px;
  font-family: "Baskervville", serif;
  display: block;
  line-height: 1.0;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .information__box .information__time > * h3 span {
    font-size: 30px;
  }
}

.information__box .information__time > * h3::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #9B5C54;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -25px;
}

.information__box .information__time > * .time__detail p {
  margin: 0;
  color: #9B5C54;
  font-size: 35px;
  line-height: 1.5;
}

.information__box .information__time > * .time__detail p.small {
  font-size: 24px;
}

@media (max-width: 640px) {
  .information__box .information__time > * .time__detail p {
    font-size: 30px;
  }
  .information__box .information__time > * .time__detail p.small {
    font-size: 20px;
  }
}

/*--------------------------
 場所
----------------------------*/
.location {
  text-align: center;
  padding-bottom: 0;
  background: #fff;
}

.location h2 span {
  color: #9B5C54;
}

.location__place p {
  font-size: 20px;
}

.location__place p.large-text {
  font-size: 30px;
  font-family: "Baskervville", serif;
  display: block;
  line-height: 1.0;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .location__place p.large-text {
    font-size: 25px;
  }
}

.location__place a[href*="tel:"] {
  margin-top: 20px;
  display: block;
}

.location__place a[href*="tel:"] img {
  width: 60px;
  height: 60px;
}

@media (max-width: 640px) {
  .location__place a[href*="tel:"] {
    margin-top: 10px;
  }
  .location__place a[href*="tel:"] img {
    width: 40px;
    height: 40px;
  }
}

.location #map {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 80px;
}

.location #map > div {
  position: relative;
  height: 100%;
  width: 100%;
}

.location #map > div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
  background: #9e9d8b;
  /* 好きな色コードに変更 */
}

.location #map iframe {
  border: 0;
  -webkit-filter: grayscale(0.9);
  filter: grayscale(0.9);
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
}

/*--------------------------
 openchat
----------------------------*/
.openchat {
  text-align: center;
  padding-bottom: 100px;
  background: #fff;
}

.openchat h2 {
  margin-bottom: 50px;
}

.openchat h2 span {
  color: #9B5C54;
}

.openchat p {
  font-size: 16px;
}

.openchat_q a {
  font-size: 14px;
  text-decoration: underline;
  color: #867D58;
  padding-left: 20px;
  position: relative;
  margin: 30px 0;
}

.openchat_q a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ico_openchat_q.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.openchat .btn {
  display: block;
  margin: 50px 0;
}

.openchat .btn a {
  background: #9B5C54;
  color: #fff;
  font-size: 130%;
  text-align: center;
  padding: 20px 40px;
  border: none;
  border-radius: 50px;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
  box-sizing: border-box;
  display: inline-block;
}

@media (max-width: 640px) {
  .openchat .btn a {
    padding: 20px;
  }
}

.openchat .btn a span {
  position: relative;
  padding-left: 28px;
}

.openchat .btn a span::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/ico_chat.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.openchat .code {
  font-size: 130%;
}

.openchat .att {
  font-size: 120%;
  display: inline-block;
  color: #867D58;
  position: relative;
}

.openchat .att::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 40px solid #867D58;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -60px;
}

/*--------------------------
 返信
----------------------------*/
.response {
  text-align: center;
  padding-bottom: 80px;
  padding-top: 100px;
  background-image: linear-gradient(#f5ededb3, #d98b8bb3);
}

@media (max-width: 640px) {
  .response {
    padding-bottom: 30px;
  }
}

.response p.ld {
  font-size: 120%;
  letter-spacing: 3px;
  line-height: 2.0;
}

@media (max-width: 640px) {
  .response p.ld {
    letter-spacing: 1px;
    font-size: 18px;
  }
}

.response__cnts {
  width: calc(100% - 50px);
  margin: 80px auto;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.16));
}

@media (max-width: 640px) {
  .response__cnts {
    padding: 30px 15px;
    width: calc(100% - 30px);
  }
}

.response__cnts .l-text {
  font-size: 120%;
  text-align: center;
}

@media (max-width: 640px) {
  .response__cnts .l-text {
    font-size: 20px;
  }
}

.response__cnts label.req {
  position: relative;
  padding-right: 15px;
}

.response__cnts label.req::after {
  content: '＊';
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 50%;
  color: #ab2020;
  font-weight: bold;
}

@media (max-width: 640px) {
  .response__cnts label.req {
    padding-right: 10px;
  }
}

.response__cnts .select {
  display: flex;
  justify-content: center;
}

.response__cnts .select li {
  width: calc(50% - 30px);
  margin: 15px;
}

.response__cnts .select li a {
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  background: #c8cecf;
  font-size: 120%;
}

.response__cnts .select li.uk-active.groom a {
  background: #4b6887;
}

.response__cnts .select li.uk-active.bride a {
  background: #cc7f7f;
}

@media (max-width: 640px) {
  .response__cnts .select {
    margin-left: -10px;
  }
  .response__cnts .select li {
    width: calc(50% - 10px);
    margin: 0px;
    margin-left: 10px;
  }
  .response__cnts .select li a {
    font-size: 16px;
  }
}

.response__cnts #formWrap input[type="text"],
.response__cnts #formWrap input[type="email"],
.response__cnts #formWrap textarea {
  background: #f9f3f3;
  padding: 15px;
  box-sizing: border-box;
  border: none;
  width: 100%;
}

.response__cnts #formWrap input[type="text"]::placeholder,
.response__cnts #formWrap input[type="email"]::placeholder,
.response__cnts #formWrap textarea::placeholder {
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
  color: rgba(0, 0, 0, 0.5);
}

.response__cnts #formWrap .radioBox {
  margin-top: 40px;
  margin-bottom: 40px;
}

.response__cnts #formWrap .radioBox .formBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.response__cnts #formWrap .radioBox .formBox label {
  font-size: 120%;
  margin: 0 15px;
  display: flex;
  align-items: center;
}

.response__cnts #formWrap .radioBox .formBox label span {
  display: block;
  line-height: 1.0;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .radioBox .formBox label {
    font-size: 18px;
  }
}

.response__cnts #formWrap .radioBox .formBox input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #c8cecf;
  border-radius: 12px;
}

.response__cnts #formWrap .radioBox .formBox input[type=radio]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #c8cecf;
  content: '';
}

.response__cnts #formWrap .radioBox .formBox input[type=radio]:checked {
  background: none;
  border: 1px solid #867D58;
}

.response__cnts #formWrap .radioBox .formBox input[type=radio]:checked:before {
  background: #867D58;
}

.response__cnts #formWrap .bd-b {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.response__cnts #formWrap .bd-b .form-label {
  text-align: left;
  font-size: 100%;
  width: 100px;
  /* padding-top: 20px; */
}

.response__cnts #formWrap .bd-b .form-label label {
  display: inline-block;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .bd-b .form-label {
    width: 75px;
    font-size: 15px;
    padding-top: 15px;
  }
}

.response__cnts #formWrap .bd-b .form-controls {
  width: calc(100% - 100px);
  text-align: left;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .bd-b .form-controls {
    width: calc(100% - 75px);
  }
}

.response__cnts #formWrap .bd-b:nth-of-type(n+2) {
  margin-top: 20px;
}

.response__cnts #formWrap .bd-b.name .form-controls {
  display: flex;
  margin-left: -10px;
}

.response__cnts #formWrap .bd-b.name input[type="text"] {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.response__cnts #formWrap .bd-b.zip input[type="text"] {
  width: calc(50% - 10px);
}

.response__cnts #formWrap .bd-b.child-age input[type="text"] {
  width: calc(50% - 10px);
}

.response__cnts #formWrap .allergy {
  text-align: left;
  margin-top: 50px;
}

.response__cnts #formWrap .allergy p {
  margin: 5px 0;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .allergy p {
    font-size: 14px;
  }
}

.response__cnts #formWrap .allergy textarea {
  height: 200px;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .allergy textarea {
    height: 150px;
  }
}

.response__cnts #formWrap .message {
  margin-top: 50px;
}

.response__cnts #formWrap .message textarea {
  height: 250px;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .message textarea {
    height: 200px;
  }
}

.response__cnts #formWrap .message ul.attList li {
  position: relative;
  padding-left: 1.1em;
  text-align: left;
  font-size: 80%;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .message ul.attList li {
    font-size: 13px;
  }
}

.response__cnts #formWrap .message ul.attList li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.response__cnts #formWrap .message ul.attList li:nth-child(n+2) {
  margin-top: 5px;
}

.response__cnts #formWrap .message .upload {
  margin: 40px 0 30px;
}

.response__cnts #formWrap .message .upload button {
  background: #118388;
  padding: 15px 30px;
  text-align: center;
  border-radius: 30px;
  display: block;
  width: 100%;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .message .upload button {
    padding: 15px 20px;
  }
}

.response__cnts #formWrap .message .upload button span {
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
  font-size: 130%;
  color: #fff;
  position: relative;
  padding-left: 45px;
}

.response__cnts #formWrap .message .upload button span::before {
  content: '';
  width: 32px;
  height: 30px;
  background: url(../img/ico_upload.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .message .upload button span {
    font-size: 110%;
    padding-left: 25px;
  }
  .response__cnts #formWrap .message .upload button span::before {
    width: calc(32px * .6);
    height: calc(30px * .6);
  }
}

.response__cnts #formWrap .group {
  position: relative;
}

.response__cnts #formWrap .group .removeBtn {
  position: absolute;
  right: 0;
  top: 0;
  background: #f88;
  color: #fff;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}

.response__cnts #formWrap .group#group01 .removeBtn {
  display: none;
}

.response__cnts #formWrap #addBtn {
  display: block;
  text-align: left;
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
}

.response__cnts #formWrap #addBtn::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/ico_plus.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 640px) {
  .response__cnts #formWrap #addBtn {
    font-size: 16px;
  }
}

.response__cnts #formWrap .btnArea {
  margin: 80px auto 10px;
}

.response__cnts #formWrap .btnArea input {
  background: #9B5C54;
  color: #fff;
  font-size: 130%;
  text-align: center;
  padding: 30px 30px;
  border: none;
  border-radius: 50px;
  width: 100%;
  font-family: "hiragino-mincho-pron", "NotoSerifCJKjp", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif !important;
}

@media (max-width: 640px) {
  .response__cnts #formWrap .btnArea input {
    padding: 20px;
  }
}

.response__cnts #formWrap .btnArea input:disabled {
  background: #c8cecf;
  cursor: not-allowed;
}

.response .attText {
  background: #F2E4E4;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 80px;
}

@media (max-width: 640px) {
  .response .attText {
    padding: 20px;
  }
}

.response .attText h3 {
  font-size: 120%;
  color: #9B5C54;
  font-weight: 500;
  border-bottom: 1px solid #9B5C54;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .response .attText h3 {
    font-size: 115%;
  }
}

.response .attText p {
  text-align: left;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 640px) {
  .uk-modal#openchat_a {
    padding: 30px 15px;
  }
}

.uk-modal#openchat_a .uk-modal-dialog {
  border-radius: 10px;
  position: relative;
}

@media (max-width: 640px) {
  .uk-modal#openchat_a .uk-modal-dialog {
    border-radius: 7px;
  }
}

.uk-modal#openchat_a .uk-modal-dialog .uk-modal-close {
  background: url(../img/ico_close.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 99;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper {
  padding-bottom: 30px;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * {
  text-align: center;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * img {
  width: auto;
  margin: 0 auto;
  max-height: 400px;
}

@media (max-width: 640px) {
  .uk-modal#openchat_a .chat-swiper .swiper-wrapper > * img {
    max-height: 350px;
  }
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .text {
  color: #333;
  text-align: center;
  margin: 30px 0 20px;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .text h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #867D58;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .text h4::before {
  content: '＼';
  display: inline-block;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .text h4::after {
  content: '／';
  display: inline-block;
}

@media (max-width: 640px) {
  .uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .text h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .text p {
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
  font-size: 15px;
}

@media (max-width: 640px) {
  .uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .text p {
    font-size: 14px;
  }
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai {
  max-width: 400px;
  margin: 0 auto;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai h4 {
  background: #867D58;
  font-size: 18px;
  font-weight: 500;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #fff;
  padding: 5px;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai ul {
  text-align: left;
  margin: 35px auto;
}

@media (max-width: 640px) {
  .uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai ul {
    max-width: 220px;
  }
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai ul li {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-left: 20px;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai ul li:nth-child(n+2) {
  margin-top: 15px;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai ul li::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #867D58;
  border-radius: 7.5px;
  position: absolute;
  left: 0;
  top: 6px;
}

@media (max-width: 640px) {
  .uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai ul li::before {
    top: 4px;
  }
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai .attention {
  background: #efefef;
  padding: 20px;
  margin-bottom: 30px;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai .attention h5 {
  font-size: 18px;
  font-weight: 500;
  color: #ab2020;
}

@media (max-width: 640px) {
  .uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai .attention h5 {
    font-size: 16px;
  }
}

.uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai .attention p {
  margin: 0;
  text-align: left;
}

@media (max-width: 640px) {
  .uk-modal#openchat_a .chat-swiper .swiper-wrapper > * .annai .attention p {
    font-size: 14px;
  }
}

.uk-modal#openchat_a .chat-swiper .swiper-button-next, .uk-modal#openchat_a .chat-swiper .swiper-button-prev {
  color: #867D58;
  top: calc(50% - 65px);
}

.uk-modal#openchat_a .chat-swiper .swiper-button-next::after, .uk-modal#openchat_a .chat-swiper .swiper-button-prev::after {
  font-size: 30px;
}

.uk-modal#openchat_a .chat-swiper .swiper-button-prev {
  left: 0;
}

.uk-modal#openchat_a .chat-swiper .swiper-button-next {
  right: 0;
}

.uk-modal#openchat_a .chat-swiper .swiper-pagination {
  bottom: 0;
}

.uk-modal#openchat_a .chat-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #867D58;
}

/*--------------------------
 footer
----------------------------*/
footer p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}
