#wovn-stallion-iframe,
.wovn-click-catcher,
.wovn-lang-selector,
.wovn-lang-selector-links,
#translated-by-machine {
  display: none;
}

.header {
  display: none;
}

.fs-l-main {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #937c3d !important;
  font-size: 2.4rem;
}

a {
  color: #937c3d !important;
}

a.anchor {
  display: block;
  padding-top: -5px;
  margin-top: 5px;
}

#container {
  width: 100vw;
  margin: 0 auto !important;
  text-align: center;
}

.thumb-cl10 {
  max-width: 100%;
  text-align: center;
}

.thumplan {
  max-width: 850px;
}

.col_5 {
  width: 98%;
  height: auto;
  margin: 0 auto 20px;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_5>div {
  width: 20%;
  height: auto;
  padding: 1px;
}

/* 768以下 */
@media screen and (max-width: 768px) {
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -220px;
    bottom: 0;
    width: 220px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 4;
    opacity: 0;
  }

  .open nav {
    left: 0;
    opacity: 1;
  }

  nav .inner ul {
    list-style: none;
    margin: 20% 0;
    padding: 0;
  }

  nav .inner ul li {
    position: relative;
    padding: 15px;
    font-size: 22px;
  }

  nav .inner ul li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  .toggle {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #937c3d;
    border-radius: 4px;
    transition: all 0.5s;
  }

  .toggle span:nth-child(1) {
    top: 5px;
  }

  .toggle span:nth-child(2) {
    top: 16px;
  }

  .toggle span:nth-child(3) {
    bottom: 5px;
  }

  .open .toggle span {
    background-color: #937c3d;
  }

  .open .toggle span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }

  .open .toggle span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }

  #bg {
    display: none;
    transition: all 0.5s;
  }

  .open #bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }

  .pc_br {
    display: none;
  }

  /* ボタン */
  .btn,
  a.btn,
  button.btn {
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.8rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
  }

  .btn_contact,
  a.btn_contact {
    color: #937c3d;
    background-color: transparent;
    border: 1px solid #937c3d;
    margin: 20px;
  }

  /* ボタン */

  /* コンタクトフォーム */
  form {
    width: 100%;
    font-size: 12px;
  }

  .required,
  .nrequired {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    padding-left: 7%;
  }

  .required:after {
    content: "必須";
    background: #937c3d;
    color: #ffffff;
    padding: 0.25rem 0.4rem;
    border-radius: 0.4rem;
    font-size: 0.65rem;
    margin-left: 0.5rem;
    vertical-align: text-bottom;
    white-space: nowrap;
  }

  .nrequired:after {
    content: "任意";
    background: #afad9f;
    color: #ffffff;
    padding: 0.25rem 0.4rem;
    border-radius: 0.4rem;
    font-size: 0.65rem;
    margin-left: 0.5rem;
    vertical-align: text-bottom;
    white-space: nowrap;
  }

  .form-name {
    display: flex;
    vertical-align: middle;
    padding-left: 7%;
  }

  .form-sei,
  .form-mei {
    padding: 7px 15px;
    width: 35%;
    border: 1px solid #937c3d;
    border-radius: 0 !important;
    margin-right: 10px;
    padding-left: 7%;
  }

  .form-email {
    width: 85%;
    padding-left: 7%;
  }

  .form-address {
    padding: 7px 15px;
    border: 1px solid #937c3d;
    border-radius: 0 !important;
  }

  .form-select {
    position: relative;
    width: 60%;
    padding-left: 7%;
  }

  .form-select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #937c3d;
    border-left: 2px solid #937c3d;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
  }

  .form-dropdown {
    padding: 7px 15px;
    border: 1px solid #937c3d;
    border-radius: 0 !important;
  }

  .form-inquiry {
    position: relative;
    width: 60%;
    padding-left: 7%;
  }

  .form-inquiry:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #937c3d;
    border-left: 2px solid #937c3d;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
  }

  .form_notes {
    font-size: 10px;
    padding-left: 7%;
    text-align: left;
  }

  .form-text {
    width: 90%;
    padding-left: 7%;
  }

  .form-textarea {
    border: 1px solid #937c3d;
    border-radius: 0 !important;
  }

  .form-buttons {
    margin: 30px auto;
  }

  .form-btn-submit {
    color: #fff;
    padding: 1rem 8rem;
    font-size: 18px;
    background-color: #937c3d;
    border-radius: 0 !important;
  }

  .form-btn-submit:hover {
    opacity: 0.8;
    transition: .3s;
  }

  textarea {
    resize: vertical;
  }

  .contact_img {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/mariage-conceptsp.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  /* コンタクトフォーム */

  /* トップページ */
  .topbg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/mariage-sptop1.jpg") 50% 50% no-repeat;
    background-size: cover;
  }

  #image-1 {
    display: none;
  }

  #image-2 {
    position: absolute;
    color: #fff;
    width: 80vw;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .news {
    padding: 0;
  }

  .news_txt {
    font-size: 20px;
    padding: 10px 0;
    line-height: 1.8em;
  }

  .news_txt2 {
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.8em;
  }

  .col_news {
    width: 95%;
    height: auto;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
    margin: 0 auto 50px;
  }

  .col_news>div {
    width: 50%;
    height: auto;
    padding: 3px;
  }

  .col_news img {
    width: 100%;
  }

  .topreport_txt {
    font-size: 10px;
    padding: 0;
    margin: 0 auto 5px;
    line-height: 2.2em;
  }

  .movie-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .movie-wrap iframe {
    width: 90%;
    height: 90%;
  }

  /* トップページ */

  /* コンセプト */
  .concept_txt {
    width: 100%;
    font-size: 12px;
    line-height: 2em;
  }

  .concept_top2 {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
  }

  .concept_top2 img {
    display: none;
  }

  .concept_top {
    width: 100vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
  }

  /* コンセプト */

  /* ドレス */
  .dress_img {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/dresssp-helene.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  #graydisplay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }

  #graydisplay img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 85%;
  }

  .dresslogo {
    width: 50%;
    max-width: 50%;
    margin-top: 50px;
  }

  .dresstop {
    width: 80%;
    max-width: 80%;
  }

  .dress_txt {
    width: 95%;
    max-width: 95%;
    margin: 15px auto 20px;
    font-size: 10px;
    line-height: 2.2em;
    text-align: center;
  }

  .col_dress {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .col_dress>div {
    max-width: 50%;
    padding: 0 4px;
  }

  .col_dress img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  /* ドレス */

  /* プラン */
  .plan_img {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/mariage-sptop2.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .overseas_img {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/overseasp-t1.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .plan_txt {
    font-size: 12px;
    line-height: 2em;
    padding: 50px 10px;
  }

  .plan_txt2 {
    font-size: 20px;
    padding: 30px 10px;
  }

  .plan_txt1 {
    font-size: 14px;
    padding: 10px 10px;
  }


  .planj_txt {
    font-size: 12px;
    line-height: 2em;
    padding: 0;
  }

  .planj_txt2 {
    font-size: 12px;
    line-height: 2em;
    padding: 0 20px 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .plan_name {
    font-size: 12px;
    line-height: 1.8em;
    padding-bottom: 5%;
  }

  .plan_hr {
    border-top: 1px solid #937c3d;
    max-width: 100%;
    margin: 20px 0 10px;
  }

  .col_plan img,
  .col_plan2 img {
    width: 95%;
    padding: 0 2.5% 2.5%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
  }

  .option_txt {
    font-size: 12px;
    line-height: 1.8em;
    padding-bottom: 20px;
    margin: 0;
  }

  .rental_txt {
    font-size: 12px;
    line-height: 1.8em;
    padding: 0 15px 20px;
  }

  .flow {
    font-size: 12px;
    line-height: 2em;
    text-align: left;
    margin: 0 20px;
  }

  .plan_txt2at {
    color: red;
    font-size: 10px;
  }

  .overseas_txt {
    font-size: 12px;
    line-height: 2em;
    padding: 0 20px 30px;
  }

  .overseas_txt2 {
    font-size: 12px;
    line-height: 2em;
    padding: 0 20px 30px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .item_txt {
    font-size: 12px;
    line-height: 2em;
    padding: 0 20px;
  }

  .itemlist {
    display: flex;
    padding: 0;
    justify-content: center;
  }

  .listicon5 {
    list-style: none;
    width: calc(80% / 5);
    font-size: 10px;
    margin: 0 5px 5px;
  }

  .listicon {
    list-style: none;
    width: calc(80% / 4);
    font-size: 10px;
    margin: 0 5px 5px;
  }

  .listicon img,
  .listicon5 img {
    max-width: 100%;
    height: auto;
  }

  /* プラン */

  /* ギャラリー */
  .gallery_top {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/mariage-gallerysp.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .galleryimg {
    width: 90%;
    max-width: 90%;
    padding-bottom: 5px;
    margin: 0 auto;
  }

  /* ギャラリー */

  /* Q&A */
  .faqt {
    font-size: 18px;
    margin: 30px 10px;
  }

  .faqc {
    text-align: left;
    text-align: justify;
    padding: 20px 25px;
    font-size: 14px;
  }

  .faqq {
    text-align: left;
    text-align: justify;
    padding: 5px 25px;
    font-size: 12px;
  }

  .accordion_area {
    margin: 10px 0;
  }

  .accordion_area .accordion_one .faqa_header {
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1.5rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: 0.2s;
    max-width: 95%;
    margin: 0 auto;
  }

  .accordion_area .accordion_one .faqa_header:not(.open):hover {
    background-color: #fffdf3;
  }

  .accordion_area .accordion_one:nth-child(odd) .faqa_header {
    background-color: #f5f5f5;
  }

  .accordion_area .accordion_one:nth-child(odd) .faqa_header:not(.open):hover {
    background-color: #fffdf3;
  }

  .accordion_area .accordion_one .faqa_header .i_box {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .accordion_area .accordion_one .faqa_header .i_box:before,
  .accordion_area .accordion_one .faqa_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .accordion_area .accordion_one .faqa_header .i_box:before {
    border-top: 2px solid #937c3d;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .accordion_area .accordion_one .faqa_header .i_box:after {
    border-left: 2px solid #937c3d;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: 0.3s;
  }

  .accordion_area .accordion_one .faqa_header.open .i_box:after {
    height: 0;
  }

  .accordion_area .accordion_one .faqa_inner {
    display: none;
    padding: 1.5rem;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    max-width: 95%;
    margin: 0 auto;
  }

  .faqq_contents,
  .faqa_contents {
    display: block;
    padding-left: 10px;
    position: relative;
    line-height: 1.5;
  }

  .faqq_contents::before {
    position: absolute;
    left: 0;
    content: "Q.";
    color: #937c3d;
    font-size: 0.55em;
    font-weight: bold;
  }

  .faqq_contents p.faqq_txt {
    width: 85%;
    margin: 0 auto;
    font-size: 0.5em;
    line-height: 2em;
  }

  .faqa_contents::before {
    position: absolute;
    left: 0;
    content: "A.";
    color: #937c3d;
    font-size: 0.55em;
    font-weight: bold;
  }

  .faqa_contents p.faqa_txt {
    width: 85%;
    margin: 0 auto;
    font-size: 0.5em;
    line-height: 2em;
  }

  /* Q&A */

  /* レポート */
  .report {
    font-size: 18px;
    margin: 10% auto 5%;
  }

  .report_top {
    width: 90%;
    margin: 0 auto 5%;
  }

  .report_top img {
    width: 100%;
  }

  .report_txt {
    width: 95%;
    margin: 0 auto 25px;
    font-size: 12px;
    line-height: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .report_txt2 {
    width: 95%;
    margin: 0 auto 5px;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
  }

  /* レポート */
}

/* 768以上 */
@media screen and (min-width: 768px) {
  #headertop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 998;
  }

  .head-animation {
    transform: translateY(-100%);
  }

  ul.navi-top {
    color: #937c3d;
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: solid 2px #937c3d;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 12px;
    width: 100%;
    text-align: right;
    z-index: 50;
  }

  ul.navi-top li {
    width: 120px;
    display: inline-block;
    list-style-type: none;
    position: relative;
    font-size: 16px;
  }


  ul.navi-top a {
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .sp_br {
    display: none;
  }

  /* ボタン */
  .btn,
  a.btn,
  button.btn {
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.8rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
  }

  .btn_contact,
  a.btn_contact {
    color: #937c3d;
    background-color: transparent;
    border: 1px solid #937c3d;
    margin: 50px 0;
  }

  /* ボタン */

  /* コンタクトフォーム */
  form {
    max-width: 1500px;
    width: 100%;
    margin: 50px auto 0;
    font-size: 14px !important;
  }

  .required,
  .nrequired {
    font-size: 16px;
    text-align: left;
    margin: 30px 20px 10px;
    padding-left: 20%;
  }

  .required:after {
    content: "必須";
    background: #937c3d;
    color: #ffffff;
    padding: 0.25rem 0.4rem;
    border-radius: 0.4rem;
    font-size: 0.65rem;
    margin-left: 0.5rem;
    vertical-align: text-bottom;
    white-space: nowrap;
  }

  .nrequired:after {
    content: "任意";
    background: #afad9f;
    color: #ffffff;
    padding: 0.25rem 0.4rem;
    border-radius: 0.4rem;
    font-size: 0.65rem;
    margin-left: 0.5rem;
    vertical-align: text-bottom;
    white-space: nowrap;
  }

  .form-name {
    display: flex;
    vertical-align: middle;
    padding-left: 20%;
  }

  .form-sei,
  .form-mei {
    padding: 7px 15px;
    width: 20%;
    border: 1px solid #937c3d;
    border-radius: 0 !important;
    margin-right: 10px;
  }

  .form-email {
    width: 50%;
    padding-left: 20%;
  }

  .form-address {
    padding: 7px 15px;
    border: 1px solid #937c3d;
    border-radius: 0 !important;
  }

  .form-select {
    position: relative;
    width: 35%;
    padding-left: 20%;
  }

  .form-select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #937c3d;
    border-left: 2px solid #937c3d;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
  }

  .form-dropdown {
    padding: 7px 15px;
    border: 1px solid #937c3d;
    border-radius: 0 !important;
  }

  .form-inquiry {
    position: relative;
    width: 35%;
    padding-left: 20%;
  }

  .form-inquiry:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #937c3d;
    border-left: 2px solid #937c3d;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
  }

  .form_notes {
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
    padding-left: 20%;
  }

  .form-text {
    width: 80%;
    padding-left: 20%;
  }

  .form-textarea {
    border: 1px solid #937c3d;
    border-radius: 0 !important;
  }

  .form-buttons {
    width: 50%;
    display: block;
    margin: 30px auto;
  }

  .form-btn-submit {
    color: #fff;
    padding: 1rem 8rem;
    font-size: 18px;
    background-color: #937c3d;
    border-radius: 0 !important;
  }

  .form-btn-submit:hover {
    opacity: 0.8;
    transition: .3s;
  }

  .contact_img {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/mariage-concept.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  /* コンタクトフォーム */

  /* トップページ */
  .topbg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/mariage-top1.jpg") 50% 50% no-repeat;
    background-size: cover;
  }

  #image-1 {
    position: absolute;
    width: 25vw;
    top: 10%;
    left: 0%;
  }

  #image-2 {
    display: none;
  }

  .news {
    padding: 0;
  }

  .news_txt {
    font-size: 26px;
    padding: 30px 0 20px;
  }

  .news_txt2 {
    font-size: 16px;
    padding: 15px 0;
    line-height: 2.2em;
  }

  .col_news {
    width: 80%;
    height: auto;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
    margin: 0 auto 60px;
  }

  .col_news>div {
    width: 25%;
    height: auto;
    padding: 10px;
  }

  .col_news img {
    width: 100%;
  }

  .topreport_txt {
    font-size: 14px;
    padding: 0;
    margin: 0 0 15px;
    line-height: 2.2em;
  }

  .movie-wrap {
    width: 80%;
    aspect-ratio: 16 / 9;
    margin: 0 auto 5%;
  }

  .movie-wrap iframe {
    width: 100%;
    height: 100%;
  }

  /* トップページ */

  /* コンセプト */
  .concept_img {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/mariage-concept.jpg") center / cover;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .concept_txt {
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
    height: 80vh;
  }

  .concept_txt p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    line-height: 2em;
  }

  .concept_txt img {
    width: 200px;
    max-width: 200px;
  }

  .concept_top {
    display: none;
  }

  /* コンセプト */

  /* ドレス */
  .dress_img {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/dress-flora.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .dress_top {
    position: relative;
  }

  .dress_top p {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 38px;
  }

  #graydisplay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }

  #graydisplay img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    height: 80%;
  }

  .dress {
    display: flex;
    width: 100%;
    margin-top: 150px;
  }

  .dressname {
    width: 50%;
    padding-left: 50px;
    padding-right: 25px;
  }

  .dressphoto {
    width: 50%;
    padding-right: 50px;
    padding-left: 25px;
  }

  .dress_txt {
    width: 80%;
    max-width: 80%;
    margin: 10px auto;
    font-size: 14px;
    line-height: 2.2em;
    text-align: center;
    justify-content: center;
  }

  .dresstop {
    width: 80%;
    max-width: 80%;
  }

  .col_dress {
    max-width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .col_dress>div {
    max-width: 30%;
    padding: 0 3px;
  }

  .col_dress img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .dress_sp {
    display: none;
  }

  /* ドレス */

  /* プラン */
  .plan_img {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/plan1-1.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .overseas_img {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/oversea-t1.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .plan_txt {
    font-size: 18px;
    line-height: 2em;
    padding: 70px 0;
  }

  .plan_txt1 {
    font-size: 18px;
    padding: 10px 0;
  }

  .plan_txt2,
  .planj_txt {
    font-size: 22px;
    padding: 30px 0;
  }

  .planj_txt2 {
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 30px;
  }

  .rental_txt {
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 30px;
  }

  .flow {
    font-size: 14px;
    line-height: 2em;
    text-align: left;
    margin: 0 25%;
  }

  .col_plan {
    width: 85%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .col_plan>div {
    max-width: 33%;
    padding: 0 3px;
  }

  .col_plan img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
  }

  .plan_name {
    font-size: 12px;
    line-height: 1.8em;
    padding-bottom: 50px;
  }

  .plan_txt2at {
    font-size: 12px;
    color: red;
  }

  .col_plan2 {
    width: 85%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .col_plan2>div {
    max-width: 25%;
    padding: 0 3px;
  }

  .col_plan2 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }

  .plan_hr {
    border-top: 1px solid #937c3d;
    width: 90%;
    margin: 0 50px 30px;
  }

  .overseas_txt,
  .overseas_txt2 {
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 30px;
  }

  .item_txt {
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 10px;
  }

  .itemlist {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .listicon {
    list-style: none;
    width: calc(40% / 4);
    font-size: 12px;
    margin: 0 5px;
  }

  .listicon5 {
    list-style: none;
    width: calc(50% / 5);
    font-size: 12px;
    margin: 0 5px;
  }

  .listicon img,
  .listicon5 img {
    max-width: 100%;
    height: auto;
  }

  .option_txt {
    font-size: 12px;
    line-height: 1.8em;
    padding-bottom: 50px;
  }

  /* プラン */

  /* ギャラリー */
  .gallery_top {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/mariage_gallery6.jpg") center / cover;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .col_gallery {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .col_gallery>div {
    max-width: 50%;
    padding: 0 5px;
  }

  .col_gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .galleryimg {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }


  /* ギャラリー */

  /* Q&A */

  .faqt {
    font-size: 26px;
    margin: 100px 0 50px;
  }

  .faqc {
    text-align: left;
    text-align: justify;
    padding: 10px 15%;
    font-size: 20px;
    line-height: 1.8em;
  }

  .accordion_area .accordion_one .faqa_header {
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1.5rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: 0.2s;
    max-width: 70%;
    margin: 10px auto;
  }

  .accordion_area .accordion_one .faqa_header:not(.open):hover {
    background-color: #fffdf3;
  }

  .accordion_area .accordion_one:nth-child(odd) .faqa_header {
    background-color: #f5f5f5;
  }

  .accordion_area .accordion_one:nth-child(odd) .faqa_header:not(.open):hover {
    background-color: #fffdf3;
  }

  .accordion_area .accordion_one .faqa_header .i_box {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .accordion_area .accordion_one .faqa_header .i_box:before,
  .accordion_area .accordion_one .faqa_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .accordion_area .accordion_one .faqa_header .i_box:before {
    border-top: 2px solid #937c3d;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .accordion_area .accordion_one .faqa_header .i_box:after {
    border-left: 2px solid #937c3d;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: 0.3s;
  }

  .accordion_area .accordion_one .faqa_header.open .i_box:after {
    height: 0;
  }

  .accordion_area .accordion_one .faqa_inner {
    display: none;
    padding: 1.5rem;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    max-width: 70%;
    margin: 0 auto;
  }

  .faqq_contents,
  .faqa_contents {
    display: block;
    padding-left: 10px;
    position: relative;
    line-height: 1.5;
  }

  .faqq_contents::before {
    position: absolute;
    left: 0;
    content: "Q.";
    color: #937c3d;
    font-size: 0.5em;
    font-weight: bold;
  }

  .faqq_contents p.faqq_txt {
    width: 85%;
    margin: 0 auto;
    font-size: 0.55em;
    line-height: 2em;
  }

  .faqa_contents::before {
    position: absolute;
    left: 0;
    content: "A.";
    color: #937c3d;
    font-size: 0.7em;
    font-weight: bold;
  }

  .faqa_contents p.faqa_txt {
    width: 85%;
    margin: 0 auto;
    font-size: 0.6em;
    line-height: 2em;
  }

  /* Q&A */

  /* レポート */

  .report {
    font-size: 32px;
    margin: 10% auto 5%;
  }

  .report_top {
    width: 70%;
    margin: 0 auto 5%;
  }

  .report_top img {
    width: 70%;
    margin-bottom: 15px;
  }

  .report_txt {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 2em;
    margin: 0 auto 20px;
  }

  .report_txt2 {
    width: 80%;
    font-size: 18px;
    text-align: center;
    line-height: 1.8em;
    margin: 0 auto 10px;
  }

  /* レポート */
}