@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

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

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1400px;
  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;
}

.col-blue {
  color: #118388;
}

.col-red {
  color: #ab2020;
}

.col-gray {
  color: #666;
}

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

/* modal */
.uk-modal .uk-modal-dialog {
  position: relative;
}

.uk-modal .uk-modal-dialog .uk-modal-close {
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_close.svg) no-repeat center/contain;
  position: absolute;
  right: -5px;
  top: -5px;
}

/* リンク 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: hidden;
  background: #f0eeea;
}

.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;
}

.maruList li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
}

.maruList li::before {
  content: '';
  width: 13px;
  height: 13px;
  background: #B7A96E;
  border-radius: 6.5px;
  position: absolute;
  left: 0;
  top: 7px;
}

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;
}

.wrap {
  position: relative;
  overflow: visible !important;
}

/*--------------------------
メールフォーム
----------------------------*/
body#Paperitem,
body#Mobile {
  /* 画像アップロードに関する注意 */
  /* indexとsubmitで通名の前見出しを非表示 */
}

body#Paperitem #img-att h3,
body#Mobile #img-att h3 {
  font-weight: bold;
  font-size: 18px;
}

body#Paperitem #img-att .zipurl,
body#Mobile #img-att .zipurl {
  margin: 0;
}

body#Paperitem #img-att .zipurl span,
body#Mobile #img-att .zipurl span {
  font-weight: 500;
}

body#Paperitem #img-att .zipurl a,
body#Mobile #img-att .zipurl a {
  text-decoration: underline;
  color: #118388;
}

body#Paperitem #img-att .rei,
body#Mobile #img-att .rei {
  background: #efefef;
  padding: 15px;
  border-radius: 5px;
}

body#Paperitem #img-att .rei ul li,
body#Mobile #img-att .rei ul li {
  font-weight: 500;
  margin-top: 5px;
}

body#Paperitem .mailContainer,
body#Mobile .mailContainer {
  flex-wrap: wrap;
  padding: 50px 0;
}

body#Paperitem .mailContainer .side,
body#Mobile .mailContainer .side {
  width: 300px;
}

@media (max-width: 1280px) {
  body#Paperitem .mailContainer .side,
  body#Mobile .mailContainer .side {
    width: 200px;
  }
}

@media (max-width: 767px) {
  body#Paperitem .mailContainer .side,
  body#Mobile .mailContainer .side {
    display: none;
  }
}

body#Paperitem .mailContainer .side_menu,
body#Mobile .mailContainer .side_menu {
  left: 0;
  top: 0 !important;
  padding: 20px 0;
}

body#Paperitem .mailContainer .side_menu.uk-active,
body#Mobile .mailContainer .side_menu.uk-active {
  top: 50px !important;
  position: sticky !important;
}

body#Paperitem .mailContainer .side_menu .stepper,
body#Mobile .mailContainer .side_menu .stepper {
  position: relative;
  padding-left: 60px;
}

body#Paperitem .mailContainer .side_menu .stepper .step,
body#Mobile .mailContainer .side_menu .stepper .step {
  position: relative;
  padding-bottom: 60px;
}

body#Paperitem .mailContainer .side_menu .stepper .step::before,
body#Mobile .mailContainer .side_menu .stepper .step::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 52px;
  width: 4px;
  height: calc(100% - 52px);
  background: #f9f9f9;
  z-index: 1;
}

body#Paperitem .mailContainer .side_menu .stepper .step a,
body#Mobile .mailContainer .side_menu .stepper .step a {
  display: flex;
  align-items: center;
}

body#Paperitem .mailContainer .side_menu .stepper .step .step-icon,
body#Mobile .mailContainer .side_menu .stepper .step .step-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: -60px;
  z-index: 2;
  background: #f9f9f9;
  color: #b0bec5;
}

body#Paperitem .mailContainer .side_menu .stepper .step .step-content,
body#Mobile .mailContainer .side_menu .stepper .step .step-content {
  flex: 1;
}

body#Paperitem .mailContainer .side_menu .stepper .step .step-content .step-label,
body#Mobile .mailContainer .side_menu .stepper .step .step-content .step-label {
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  letter-spacing: 0.2px;
}

body#Paperitem .mailContainer .side_menu .stepper .step.active .step-icon,
body#Mobile .mailContainer .side_menu .stepper .step.active .step-icon {
  background: linear-gradient(135deg, #4fb3bf 0%, #00838f 100%);
  color: white;
  box-shadow: 0 8px 24px rgba(0, 131, 143, 0.15);
  animation: pulse 2s ease-in-out infinite;
}

body#Paperitem .mailContainer .side_menu .stepper .step.active .step-content .step-label,
body#Mobile .mailContainer .side_menu .stepper .step.active .step-content .step-label {
  color: #00838f;
}

body#Paperitem .mailContainer .side_menu .stepper:last-child .step::before,
body#Mobile .mailContainer .side_menu .stepper:last-child .step::before {
  content: none;
}

body#Paperitem .mailContainer .main,
body#Mobile .mailContainer .main {
  width: calc(100% - 300px);
}

@media (max-width: 1280px) {
  body#Paperitem .mailContainer .main,
  body#Mobile .mailContainer .main {
    width: calc(100% - 200px);
  }
}

@media (max-width: 767px) {
  body#Paperitem .mailContainer .main,
  body#Mobile .mailContainer .main {
    width: 100%;
  }
}

body#Paperitem .mailContainer .main h2.bs-mail-title,
body#Mobile .mailContainer .main h2.bs-mail-title {
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 640px) {
  body#Paperitem .mailContainer .main h2.bs-mail-title,
  body#Mobile .mailContainer .main h2.bs-mail-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
}

body#Paperitem .mailContainer .main h3.bs-mail-title-sub,
body#Mobile .mailContainer .main h3.bs-mail-title-sub {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #555;
}

@media (max-width: 640px) {
  body#Paperitem .mailContainer .main h3.bs-mail-title-sub,
  body#Mobile .mailContainer .main h3.bs-mail-title-sub {
    text-align: center !important;
  }
}

body#Paperitem .mailContainer .main .required,
body#Mobile .mailContainer .main .required {
  color: #FFF;
  font-size: 10px;
  background-color: #C30;
  padding: 4px 5px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

body#Paperitem .bs-mail-form,
body#Mobile .bs-mail-form {
  margin: 0 auto;
  line-height: 1.6;
  /* fieldset */
}

body#Paperitem .bs-mail-form .bs-mail-title,
body#Mobile .bs-mail-form .bs-mail-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}

body#Paperitem .bs-mail-form .bs-mail-description,
body#Mobile .bs-mail-form .bs-mail-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

body#Paperitem .bs-mail-form .bs-mail-section,
body#Mobile .bs-mail-form .bs-mail-section {
  border: none;
  padding: 60px 30px 30px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: #fff;
  position: relative;
  margin-top: 50px;
}

@media (max-width: 640px) {
  body#Paperitem .bs-mail-form .bs-mail-section,
  body#Mobile .bs-mail-form .bs-mail-section {
    padding: 60px 15px 15px;
  }
}

body#Paperitem .bs-mail-form .bs-mail-section legend,
body#Mobile .bs-mail-form .bs-mail-section legend {
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding-left: 20px;
  position: absolute;
  left: 30px;
  top: 30px;
}

body#Paperitem .bs-mail-form .bs-mail-section legend::before,
body#Mobile .bs-mail-form .bs-mail-section legend::before {
  content: '';
  width: 10px;
  height: 100%;
  background: #B7A96E;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 959px) {
  body#Paperitem .bs-mail-form .bs-mail-section legend,
  body#Mobile .bs-mail-form .bs-mail-section legend {
    left: 15px;
  }
}

body#Paperitem .bs-mail-form .bs-mail-section table,
body#Mobile .bs-mail-form .bs-mail-section table {
  width: 100%;
  border-collapse: collapse;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 30px 0;
  border-top: 1px solid #999;
}

body#Paperitem .bs-mail-form .bs-mail-section table th,
body#Paperitem .bs-mail-form .bs-mail-section table td,
body#Mobile .bs-mail-form .bs-mail-section table th,
body#Mobile .bs-mail-form .bs-mail-section table td {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  body#Paperitem .bs-mail-form .bs-mail-section table th,
  body#Paperitem .bs-mail-form .bs-mail-section table td,
  body#Mobile .bs-mail-form .bs-mail-section table th,
  body#Mobile .bs-mail-form .bs-mail-section table td {
    width: 100% !important;
    display: block;
    padding: 15px 5px;
  }
}

body#Paperitem .bs-mail-form .bs-mail-section table th,
body#Mobile .bs-mail-form .bs-mail-section table th {
  width: 250px;
  text-align: left;
  font-weight: 500;
  color: #333;
  background: #efefef;
  vertical-align: middle;
  font-weight: 500;
}

@media (max-width: 1280px) {
  body#Paperitem .bs-mail-form .bs-mail-section table th,
  body#Mobile .bs-mail-form .bs-mail-section table th {
    width: 180px;
  }
}

@media (max-width: 959px) {
  body#Paperitem .bs-mail-form .bs-mail-section table th,
  body#Mobile .bs-mail-form .bs-mail-section table th {
    border-bottom: none;
    background: none;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 18px;
  }
  body#Paperitem .bs-mail-form .bs-mail-section table th::before,
  body#Mobile .bs-mail-form .bs-mail-section table th::before {
    content: '✅';
    color: #118388;
    display: inline-block;
    margin-right: 5px;
  }
}

body#Paperitem .bs-mail-form .bs-mail-section table th.col-head-title,
body#Mobile .bs-mail-form .bs-mail-section table th.col-head-title {
  background: none !important;
  text-align: left !important;
  font-weight: 500 !important;
  border-top: none !important;
  font-size: 18px;
  padding: 40px 0 10px 0 !important;
  position: relative;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 959px) {
  body#Paperitem .bs-mail-form .bs-mail-section table th.col-head-title,
  body#Mobile .bs-mail-form .bs-mail-section table th.col-head-title {
    border-bottom: 1px solid #999;
  }
  body#Paperitem .bs-mail-form .bs-mail-section table th.col-head-title::before,
  body#Mobile .bs-mail-form .bs-mail-section table th.col-head-title::before {
    content: none;
  }
}

body#Paperitem .bs-mail-form .bs-mail-section table th.col-head-title span,
body#Mobile .bs-mail-form .bs-mail-section table th.col-head-title span {
  padding: 8px 20px;
  line-height: 1.0;
  color: #fff;
  display: inline-block;
}

body#Paperitem .bs-mail-form .bs-mail-section table th.col-head-title.groom-header span,
body#Mobile .bs-mail-form .bs-mail-section table th.col-head-title.groom-header span {
  background: #117188;
}

body#Paperitem .bs-mail-form .bs-mail-section table th.col-head-title.groom-header.mt,
body#Mobile .bs-mail-form .bs-mail-section table th.col-head-title.groom-header.mt {
  padding: 40px 0 10px 0 !important;
  border-top: 1px solid #999;
}

body#Paperitem .bs-mail-form .bs-mail-section table th.col-head-title.bride-header span,
body#Mobile .bs-mail-form .bs-mail-section table th.col-head-title.bride-header span {
  background: #e67171;
}

body#Paperitem .bs-mail-form .bs-mail-section table th.col-head-title.base-header span,
body#Mobile .bs-mail-form .bs-mail-section table th.col-head-title.base-header span {
  background: #666;
}

body#Paperitem .bs-mail-form .bs-mail-section table th label,
body#Mobile .bs-mail-form .bs-mail-section table th label {
  margin-right: 10px;
  font-weight: 500;
  color: #333;
}

body#Paperitem .bs-mail-form .bs-mail-section table td span:has(> input[type="radio"]),
body#Mobile .bs-mail-form .bs-mail-section table td span:has(> input[type="radio"]) {
  display: inline-block;
  margin-right: 15px;
}

body#Paperitem .bs-mail-form .bs-mail-section table td p,
body#Mobile .bs-mail-form .bs-mail-section table td p {
  margin: 0;
}

body#Paperitem .bs-mail-form .bs-mail-section table .text1,
body#Mobile .bs-mail-form .bs-mail-section table .text1 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #333;
}

body#Paperitem .bs-mail-form .bs-mail-section table .bs-mail-attention,
body#Paperitem .bs-mail-form .bs-mail-section table .bs-mail-description,
body#Mobile .bs-mail-form .bs-mail-section table .bs-mail-attention,
body#Mobile .bs-mail-form .bs-mail-section table .bs-mail-description {
  font-size: 14px !important;
  color: #666;
}

body#Paperitem .bs-mail-form .bs-mail-section table .bs-mail-attention p,
body#Mobile .bs-mail-form .bs-mail-section table .bs-mail-attention p {
  margin-bottom: 0;
}

body#Paperitem .bs-mail-form .bs-mail-section table input[type="radio"],
body#Paperitem .bs-mail-form .bs-mail-section table input[type="checkbox"],
body#Mobile .bs-mail-form .bs-mail-section table input[type="radio"],
body#Mobile .bs-mail-form .bs-mail-section table input[type="checkbox"] {
  margin-right: 5px;
}

body#Paperitem .bs-mail-form .bs-mail-section table input[type="text"],
body#Paperitem .bs-mail-form .bs-mail-section table input[type="email"],
body#Paperitem .bs-mail-form .bs-mail-section table input[type="tel"],
body#Paperitem .bs-mail-form .bs-mail-section table select,
body#Paperitem .bs-mail-form .bs-mail-section table textarea,
body#Mobile .bs-mail-form .bs-mail-section table input[type="text"],
body#Mobile .bs-mail-form .bs-mail-section table input[type="email"],
body#Mobile .bs-mail-form .bs-mail-section table input[type="tel"],
body#Mobile .bs-mail-form .bs-mail-section table select,
body#Mobile .bs-mail-form .bs-mail-section table textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

body#Paperitem .bs-mail-form .bs-mail-section table input[type="text"].mw350, body#Paperitem .bs-mail-form .bs-mail-section table input[type="tel"].mw350, body#Paperitem .bs-mail-form .bs-mail-section table select.mw350,
body#Mobile .bs-mail-form .bs-mail-section table input[type="text"].mw350,
body#Mobile .bs-mail-form .bs-mail-section table input[type="tel"].mw350,
body#Mobile .bs-mail-form .bs-mail-section table select.mw350 {
  max-width: 350px !important;
}

body#Paperitem .bs-mail-form .bs-mail-section table input[type="text"].mw250, body#Paperitem .bs-mail-form .bs-mail-section table input[type="tel"].mw250, body#Paperitem .bs-mail-form .bs-mail-section table select.mw250,
body#Mobile .bs-mail-form .bs-mail-section table input[type="text"].mw250,
body#Mobile .bs-mail-form .bs-mail-section table input[type="tel"].mw250,
body#Mobile .bs-mail-form .bs-mail-section table select.mw250 {
  max-width: 250px !important;
}

body#Paperitem .bs-mail-form .bs-mail-section table input[type="text"].mw150, body#Paperitem .bs-mail-form .bs-mail-section table input[type="tel"].mw150, body#Paperitem .bs-mail-form .bs-mail-section table select.mw150,
body#Mobile .bs-mail-form .bs-mail-section table input[type="text"].mw150,
body#Mobile .bs-mail-form .bs-mail-section table input[type="tel"].mw150,
body#Mobile .bs-mail-form .bs-mail-section table select.mw150 {
  max-width: 150px !important;
}

body#Paperitem .bs-mail-form .bs-mail-section table textarea,
body#Mobile .bs-mail-form .bs-mail-section table textarea {
  min-height: 100px;
  resize: vertical;
}

body#Paperitem .bs-mail-form .bs-mail-section table label,
body#Mobile .bs-mail-form .bs-mail-section table label {
  margin-right: 10px;
  color: #333;
}

body#Paperitem .bs-mail-form .bs-mail-section table .required,
body#Mobile .bs-mail-form .bs-mail-section table .required {
  color: #fff;
  margin-left: 4px;
  font-weight: bold;
}

body#Paperitem .bs-mail-form .bs-mail-section table .bs-mail-attention,
body#Mobile .bs-mail-form .bs-mail-section table .bs-mail-attention {
  display: block;
  margin-top: 4px;
}

body#Paperitem .bs-mail-form .bs-mail-section table .bs-mail-after-attachment br,
body#Mobile .bs-mail-form .bs-mail-section table .bs-mail-after-attachment br {
  margin-bottom: 5px;
  display: block;
}

body#Paperitem .bs-mail-form .bs-mail-section#section-honbun table,
body#Mobile .bs-mail-form .bs-mail-section#section-honbun table {
  border-top: none;
}

body#Paperitem .bs-mail-form .bs-mail-form-submit,
body#Mobile .bs-mail-form .bs-mail-form-submit {
  margin-top: 20px;
  text-align: right;
}

body#Paperitem .bs-mail-form .bs-mail-form-submit input.bs-button,
body#Mobile .bs-mail-form .bs-mail-form-submit input.bs-button {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

body#Paperitem .bs-mail-form .bs-mail-form-submit input.bs-button:hover,
body#Mobile .bs-mail-form .bs-mail-form-submit input.bs-button:hover {
  background-color: #2980b9;
}

body#Paperitem .bs-mail-form .bs-mail-form-submit input[type="reset"],
body#Mobile .bs-mail-form .bs-mail-form-submit input[type="reset"] {
  background-color: #95a5a6;
  margin-right: 10px;
}

body#Paperitem .bs-mail-form .bs-mail-form-submit input[type="reset"]:hover,
body#Mobile .bs-mail-form .bs-mail-form-submit input[type="reset"]:hover {
  background-color: #7f8c8d;
}

body#Paperitem[id^="Paperitem"] h2.bs-mail-title,
body#Mobile[id^="Paperitem"] h2.bs-mail-title {
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 640px) {
  body#Paperitem[id^="Paperitem"] h2.bs-mail-title,
  body#Mobile[id^="Paperitem"] h2.bs-mail-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
}

body#Paperitem[id^="Paperitem"] .bs-mail-form-submit,
body#Mobile[id^="Paperitem"] .bs-mail-form-submit {
  text-align: center;
  /* リセットボタン */
}

body#Paperitem[id^="Paperitem"] .bs-mail-form-submit input,
body#Mobile[id^="Paperitem"] .bs-mail-form-submit input {
  /* リセットボタン */
  /* 確認 */
}

body#Paperitem[id^="Paperitem"] .bs-mail-form-submit input.bs-button,
body#Mobile[id^="Paperitem"] .bs-mail-form-submit input.bs-button {
  text-shadow: none;
  font-size: 18px;
  border-radius: 20px;
  border: none;
  padding: 10px 30px;
}

body#Paperitem[id^="Paperitem"] .bs-mail-form-submit input[type="reset"],
body#Mobile[id^="Paperitem"] .bs-mail-form-submit input[type="reset"] {
  background: #333;
}

body#Paperitem[id^="Paperitem"] .bs-mail-form-submit input[type="reset"]:hover,
body#Mobile[id^="Paperitem"] .bs-mail-form-submit input[type="reset"]:hover {
  background: #666;
}

body#Paperitem[id^="Paperitem"] .bs-mail-form-submit input.form-submit,
body#Mobile[id^="Paperitem"] .bs-mail-form-submit input.form-submit {
  background: #118388;
}

body#Paperitem[id^="Paperitem"] .bs-mail-form-submit input.form-submit:hover,
body#Mobile[id^="Paperitem"] .bs-mail-form-submit input.form-submit:hover {
  background: #085559;
}

body#Paperitem[id^="Mobile"] #RowMessageGroomParentsName1 .bs-mail-after-head,
body#Mobile[id^="Mobile"] #RowMessageGroomParentsName1 .bs-mail-after-head {
  display: none;
}

body#Paperitem[id^="Mobile"] #FieldMessageWeddingDate,
body#Mobile[id^="Mobile"] #FieldMessageWeddingDate {
  display: inline-block;
}

body#Paperitem[id^="Mobile"] #FieldMessageWeddingYoubiNewline,
body#Mobile[id^="Mobile"] #FieldMessageWeddingYoubiNewline {
  margin-left: 10px;
}

body#Paperitem[id^="Mobile"] #FieldMessageWeddingYoubiNewline input,
body#Mobile[id^="Mobile"] #FieldMessageWeddingYoubiNewline input {
  width: 100px !important;
}

body#Paperitem[id^="Mobile"] [id^="RowMessageTelGroom"] .bs-mail-before-head, body#Paperitem[id^="Mobile"] [id^="RowMessageTelBride"] .bs-mail-before-head,
body#Paperitem[id^="Mobile"] [id^="RowMessageConfigGroomMail"] .bs-mail-before-head, body#Paperitem[id^="Mobile"] [id^="RowMessageConfigBrideMail"] .bs-mail-before-head,
body#Paperitem[id^="Mobile"] [id^="RowMessageGroomParentsName1"] .bs-mail-before-head, body#Paperitem[id^="Mobile"] [id^="RowMessageBrideParentsName1"] .bs-mail-before-head,
body#Mobile[id^="Mobile"] [id^="RowMessageTelGroom"] .bs-mail-before-head,
body#Mobile[id^="Mobile"] [id^="RowMessageTelBride"] .bs-mail-before-head,
body#Mobile[id^="Mobile"] [id^="RowMessageConfigGroomMail"] .bs-mail-before-head,
body#Mobile[id^="Mobile"] [id^="RowMessageConfigBrideMail"] .bs-mail-before-head,
body#Mobile[id^="Mobile"] [id^="RowMessageGroomParentsName1"] .bs-mail-before-head,
body#Mobile[id^="Mobile"] [id^="RowMessageBrideParentsName1"] .bs-mail-before-head {
  display: none;
}

body#Paperitem[id^="Mobile"] .openchat__att h4,
body#Mobile[id^="Mobile"] .openchat__att h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  color: #ab2020;
}

body#Paperitem[id^="Mobile"] .openchat__att p,
body#Mobile[id^="Mobile"] .openchat__att p {
  margin-top: 5px;
}

body#Paperitem[id^="Mobile"] .openchat__att .pdf-link,
body#Mobile[id^="Mobile"] .openchat__att .pdf-link {
  background: #efefef;
  display: block;
  padding: 5px 10px;
  max-width: 250px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  box-sizing: border-box;
}

body#Paperitem[id^="Mobile"] .openchat__att .pdf-link span,
body#Mobile[id^="Mobile"] .openchat__att .pdf-link span {
  position: relative;
  padding-left: 20px;
}

body#Paperitem[id^="Mobile"] .openchat__att .pdf-link span::before,
body#Mobile[id^="Mobile"] .openchat__att .pdf-link span::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/common/pdf.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

body#Paperitem[id^="Mobile"] #RowMessageMainImg .designbox,
body#Mobile[id^="Mobile"] #RowMessageMainImg .designbox {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

body#Paperitem[id^="Mobile"] #RowMessageMainImg .designbox h4,
body#Mobile[id^="Mobile"] #RowMessageMainImg .designbox h4 {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
}

body#Paperitem[id^="Mobile"] #RowMessageMainImg .designbox a,
body#Mobile[id^="Mobile"] #RowMessageMainImg .designbox a {
  text-decoration: underline;
  color: #118388;
  display: inline-block;
}

body#Paperitem[id^="Mobile"] input[type="file"],
body#Mobile[id^="Mobile"] input[type="file"] {
  font-size: 14px;
}

body#Paperitem[id^="Mobile"] .bs-mail-form-submit,
body#Mobile[id^="Mobile"] .bs-mail-form-submit {
  text-align: center;
  margin: 100px 0;
  /* リセットボタン */
}

@media (max-width: 767px) {
  body#Paperitem[id^="Mobile"] .bs-mail-form-submit,
  body#Mobile[id^="Mobile"] .bs-mail-form-submit {
    margin: 80px 0;
  }
}

body#Paperitem[id^="Mobile"] .bs-mail-form-submit input,
body#Mobile[id^="Mobile"] .bs-mail-form-submit input {
  /* リセットボタン */
  /* 確認 */
}

body#Paperitem[id^="Mobile"] .bs-mail-form-submit input.bs-button,
body#Mobile[id^="Mobile"] .bs-mail-form-submit input.bs-button {
  text-shadow: none;
  font-size: 18px;
  border-radius: 20px;
  border: none;
  padding: 10px 30px;
}

body#Paperitem[id^="Mobile"] .bs-mail-form-submit input[type="reset"],
body#Mobile[id^="Mobile"] .bs-mail-form-submit input[type="reset"] {
  background: #333;
}

body#Paperitem[id^="Mobile"] .bs-mail-form-submit input[type="reset"]:hover,
body#Mobile[id^="Mobile"] .bs-mail-form-submit input[type="reset"]:hover {
  background: #666;
}

body#Paperitem[id^="Mobile"] .bs-mail-form-submit input.form-submit,
body#Mobile[id^="Mobile"] .bs-mail-form-submit input.form-submit {
  background: #118388;
}

body#Paperitem[id^="Mobile"] .bs-mail-form-submit input.form-submit:hover,
body#Mobile[id^="Mobile"] .bs-mail-form-submit input.form-submit:hover {
  background: #085559;
}

body#Paperitem.Paperitem .bs-mail-before-head:has(+ input.tsumei), body#Paperitem.PaperitemSubmit .bs-mail-before-head:has(+ input.tsumei),
body#Mobile.Paperitem .bs-mail-before-head:has(+ input.tsumei),
body#Mobile.PaperitemSubmit .bs-mail-before-head:has(+ input.tsumei) {
  display: none;
}

body#Paperitem.Paperitem #FieldMessageWeddingDate, body#Paperitem.PaperitemSubmit #FieldMessageWeddingDate,
body#Mobile.Paperitem #FieldMessageWeddingDate,
body#Mobile.PaperitemSubmit #FieldMessageWeddingDate {
  display: inline-block;
  margin-right: 5px;
}

body#Paperitem.Paperitem #FieldMessageAtena, body#Paperitem.Paperitem #FieldMessageAtenaMaisuTotal, body#Paperitem.PaperitemSubmit #FieldMessageAtena, body#Paperitem.PaperitemSubmit #FieldMessageAtenaMaisuTotal,
body#Mobile.Paperitem #FieldMessageAtena,
body#Mobile.Paperitem #FieldMessageAtenaMaisuTotal,
body#Mobile.PaperitemSubmit #FieldMessageAtena,
body#Mobile.PaperitemSubmit #FieldMessageAtenaMaisuTotal {
  margin-bottom: 15px;
  display: block;
}

body#Paperitem.Paperitem #FieldMessageAtenaMaisuGroom, body#Paperitem.PaperitemSubmit #FieldMessageAtenaMaisuGroom,
body#Mobile.Paperitem #FieldMessageAtenaMaisuGroom,
body#Mobile.PaperitemSubmit #FieldMessageAtenaMaisuGroom {
  display: inline-block;
}

body#Paperitem.PaperitemConfirm #BtnMessageBack, body#Paperitem.MobileConfirm #BtnMessageBack,
body#Mobile.PaperitemConfirm #BtnMessageBack,
body#Mobile.MobileConfirm #BtnMessageBack {
  background: #333;
}

body#Paperitem.PaperitemConfirm #BtnMessageBack:hover, body#Paperitem.MobileConfirm #BtnMessageBack:hover,
body#Mobile.PaperitemConfirm #BtnMessageBack:hover,
body#Mobile.MobileConfirm #BtnMessageBack:hover {
  background: #666;
}

body#Paperitem.PaperitemConfirm table td img, body#Paperitem.MobileConfirm table td img,
body#Mobile.PaperitemConfirm table td img,
body#Mobile.MobileConfirm table td img {
  max-width: 200px;
}

body#Paperitem.PaperitemSubmit input[type="reset"], body#Paperitem.PaperitemConfirm input[type="reset"], body#Paperitem.MobileSubmit input[type="reset"], body#Paperitem.MobileConfirm input[type="reset"],
body#Mobile.PaperitemSubmit input[type="reset"],
body#Mobile.PaperitemConfirm input[type="reset"],
body#Mobile.MobileSubmit input[type="reset"],
body#Mobile.MobileConfirm input[type="reset"] {
  display: none;
}

body#Paperitem.PaperitemThanks .contents, body#Paperitem.MobileThanks .contents,
body#Mobile.PaperitemThanks .contents,
body#Mobile.MobileThanks .contents {
  min-height: calc(100vh - 70px);
}

body#Paperitem.PaperitemThanks .uk-container.complete, body#Paperitem.MobileThanks .uk-container.complete,
body#Mobile.PaperitemThanks .uk-container.complete,
body#Mobile.MobileThanks .uk-container.complete {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1080px !important;
  text-align: center;
}

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

body#Paperitem.PaperitemThanks .uk-container.complete .email-notice h4, body#Paperitem.MobileThanks .uk-container.complete .email-notice h4,
body#Mobile.PaperitemThanks .uk-container.complete .email-notice h4,
body#Mobile.MobileThanks .uk-container.complete .email-notice h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ab2020;
  font-weight: bold;
}

body#Paperitem.PaperitemThanks .uk-container.complete .email-notice h4::before, body#Paperitem.MobileThanks .uk-container.complete .email-notice h4::before,
body#Mobile.PaperitemThanks .uk-container.complete .email-notice h4::before,
body#Mobile.MobileThanks .uk-container.complete .email-notice h4::before {
  content: "⚠️";
  margin-right: 8px;
}

@media (max-width: 640px) {
  body#Paperitem.PaperitemThanks .uk-container.complete .email-notice h4, body#Paperitem.MobileThanks .uk-container.complete .email-notice h4,
  body#Mobile.PaperitemThanks .uk-container.complete .email-notice h4,
  body#Mobile.MobileThanks .uk-container.complete .email-notice h4 {
    font-size: 16px;
  }
}

body#Paperitem.PaperitemThanks .uk-container.complete .email-notice .email-list, body#Paperitem.MobileThanks .uk-container.complete .email-notice .email-list,
body#Mobile.PaperitemThanks .uk-container.complete .email-notice .email-list,
body#Mobile.MobileThanks .uk-container.complete .email-notice .email-list {
  background: white;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
}

body#Paperitem.PaperitemThanks .uk-container.complete .email-notice .email-list li, body#Paperitem.MobileThanks .uk-container.complete .email-notice .email-list li,
body#Mobile.PaperitemThanks .uk-container.complete .email-notice .email-list li,
body#Mobile.MobileThanks .uk-container.complete .email-notice .email-list li {
  list-style: none;
  padding: 3px 0;
}

body#Paperitem.PaperitemThanks .uk-container.complete .email-notice p, body#Paperitem.MobileThanks .uk-container.complete .email-notice p,
body#Mobile.PaperitemThanks .uk-container.complete .email-notice p,
body#Mobile.MobileThanks .uk-container.complete .email-notice p {
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0;
  color: #666;
  text-align: left;
}

body#Paperitem.PaperitemThanks .uk-container.complete .email-notice p strong, body#Paperitem.MobileThanks .uk-container.complete .email-notice p strong,
body#Mobile.PaperitemThanks .uk-container.complete .email-notice p strong,
body#Mobile.MobileThanks .uk-container.complete .email-notice p strong {
  color: #ab2020;
}

body#Paperitem.PaperitemThanks .uk-container.complete .email-notice .small-note, body#Paperitem.MobileThanks .uk-container.complete .email-notice .small-note,
body#Mobile.PaperitemThanks .uk-container.complete .email-notice .small-note,
body#Mobile.MobileThanks .uk-container.complete .email-notice .small-note {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  text-align: left;
}

/* または、IDが判明している場合はこちらが確実です */
.is-confirm-display {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1080px !important;
}

.is-confirm-display #FieldMessageEmail2 {
  display: none;
}

span[id*="Newline"]::after {
  content: "";
  display: block;
}

footer {
  background: #333;
  padding: 20px 20px;
}

footer p {
  margin: 0;
  text-align: center;
  color: #fff;
}
