@charset "utf-8";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Components
 * - Clearfix
 * @media only screen and (max-width: 767px)
 * - Page Components
 * - Clearfix
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Components
  ------------------------------------------------------ */
  /* ----- override ----- */
  .event-layout + .contact-layout {
    margin-top: 0;
  }
  
  /* ----- society-layout ----- */
  .society-layout .society-heading {
    text-align: center;
  }
  .society-layout .society-wrap.type01 {
    margin: 60px 0 0;
  }
  .society-layout .society-wrap.type02 {
    position: relative;
    margin: 130px calc(((100% - 100vw) / 2) + 9px) 0;
    padding: 0 calc((100vw - 100%) / 2);
    background-image: url("/sendai-bridal/guidelines/society/img/2024_index_bg01.webp");
    background-position: 0 0;
  }
  _::-webkit-full-page-media, _:future, :root .society-layout .society-wrap.type02 {
    margin-right: calc(((100% - 100vw) / 2));
    margin-left: calc(((100% - 100vw) / 2));
  }
  .society-layout .society-wrap.type02 .society-inner {
    padding: 105px 0 70px;
  }
  .society-layout .society-wrap.type02 .society-inner > *:first-child {
    margin-top: 0;
  }
  .society-layout .society-wrap.type01 .society-heading + * {
    margin-top: 50px !important;
  }
  .society-layout .society-wrap.type02 .society-heading {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
  }
  .society-layout .society-heading .heading_inner {
    position: relative;
    display: inline-block;
  }
  .society-layout .society-heading .heading_inner:before,
  .society-layout .society-heading .heading_inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
  }
  .society-layout .society-heading .heading_inner:before {
    top: 0;
    left: 0;
    border-width: 61px 31px 0 0;
    border-color: #b2e5f7 transparent transparent transparent;
  }
  .society-layout .society-heading .heading_inner:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 61px 31px;
    border-color: transparent transparent #b2e5f7 transparent;
  }
  .society-layout .society-heading .heading_title {
    margin: 0;
    padding: 25px 70px;
    font-size: 3.2rem;
    line-height: 1.31;
    text-align: center;
  }
  .society-layout .society-heading .heading_title:before,
  .society-layout .society-heading .heading_title:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 61px;
    border-style: solid;
    box-sizing: border-box;
    z-index: 2;
  }
  .society-layout .society-heading .heading_title:before {
    top: 10px;
    left: 10px;
    border-width: 2px 0 0 2px;
    border-color: #000000 transparent transparent #000000;
  }
  .society-layout .society-heading .heading_title:after {
    bottom: 10px;
    right: 10px;
    border-width: 0 2px 2px 0;
    border-color: transparent #000000 #000000 transparent;
  }
  .society-layout .society-column + .society-column {
    margin-top: 100px;
  }
  .society-layout .society-column[class*="society-bg"] {
    background-repeat: no-repeat;
  }
  .society-layout .society-column.society-bg01 {
    background-image: url("/sendai-bridal/guidelines/society/img/2024_index_bg02_pc.webp");
    background-position: 100% 100%;
  }
  .society-layout .society-column.society-bg02 {
    background-image: url("/sendai-bridal/guidelines/society/img/2024_index_bg03_pc.webp");
    background-position: 10px 100%;
  }
  .society-layout .society-wrap.type01 .society-column {
    position: relative;
  }
  .society-layout .society-wrap.type01 .society-column > .column_image:before {
    content: "";
    position: absolute;
    top: -130px;
    width: 433px;
    height: 433px;
    background-image: url("/common-bridal/img/com_bg03.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
  }
  .society-layout .society-wrap.type01 .society-column > .column_image[data-image="left"]:before {
    right: -200px;
  }
  .society-layout .society-wrap.type01 .society-column > .column_image[data-image="right"]:before {
    left: -200px;
  }
  .society-layout .society-lead {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .society-layout .society-table {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }
  .society-layout .society-table > div {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .society-layout .society-table > div > dl {
    display: table;
    width: 100%;
    height: 100%;
  }
  .society-layout .society-table > div > dl > * {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  .society-layout .society-table > div > dl > dt {
    width: 38%;
    background-color: #dbf2fb;
    border-right: 1px solid #e0e0e0;
    font-weight: bold;
  }
  .society-layout .society-table > div > dl > dd {
    width: 62%;
    background-color: #ffffff;
  }
  .society-layout .society-note {
    margin: 1em 0;
  }
  .society-layout .society-note > li {
    position: relative;
    padding: 0 0 0 3.5em;
    color: #666666;
    font-size: 1.4rem;
  }
  .society-layout .society-note > li > span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .society-layout + .event-layout {
    margin-top: 100px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Components
  ------------------------------------------------------ */
  /* ----- override ----- */
  .event-layout .inner {
    padding-bottom: 50px;
  }
  .event-layout + .contact-layout {
    margin-top: 0;
  }
  
  /* ----- society-layout ----- */
  .society-layout {
    margin: 30px 0 0;
  }
  .society-layout .society-wrap.type01 {
    margin: 45px 0 0;
  }
  .society-layout .society-wrap.type02 {
    position: relative;
    margin: 75px -15px 0;
    padding: 0 15px;
    background-image: url("/sendai-bridal/guidelines/society/img/2024_index_bg01.webp");
    background-position: 0 0;
    background-size: 200px 200px;
  }
  .society-layout .society-wrap:first-child {
    margin-top: 0;
  }
  .society-layout .society-wrap.type02 .society-inner {
    padding: 55px 0 35px;
  }
  .society-layout .society-wrap.type02 .society-inner > *:first-child {
    margin-top: 0;
  }
  .society-layout .society-wrap.type01 .society-heading + * {
    margin-top: 20px !important;
  }
  .society-layout .society-wrap.type02 .society-heading {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
  }
  .society-layout .society-heading {
    text-align: center;
  }
  .society-layout .society-heading .heading_inner {
    position: relative;
    display: inline-block;
  }
  .society-layout .society-heading .heading_inner:before,
  .society-layout .society-heading .heading_inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
  }
  .society-layout .society-heading .heading_inner:before {
    top: 0;
    left: 0;
    border-width: 40px 20px 0 0;
    border-color: #b2e5f7 transparent transparent transparent;
  }
  .society-layout .society-heading .heading_inner:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 40px 20px;
    border-color: transparent transparent #b2e5f7 transparent;
  }
  .society-layout .society-heading .heading_title {
    margin: 0;
    padding: 20px 26px;
    font-size: 2.1rem;
    line-height: 1.31;
    text-align: center;
  }
  .society-layout .society-heading .heading_title:before,
  .society-layout .society-heading .heading_title:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 40px;
    border-style: solid;
    box-sizing: border-box;
    z-index: 2;
  }
  .society-layout .society-heading .heading_title:before {
    top: 6px;
    left: 6px;
    border-width: 1px 0 0 1px;
    border-color: #000000 transparent transparent #000000;
  }
  .society-layout .society-heading .heading_title:after {
    bottom: 6px;
    right: 6px;
    border-width: 0 1px 1px 0;
    border-color: transparent #000000 #000000 transparent;
  }
  .society-layout .society-column + .society-column {
    margin-top: 50px;
  }
  .society-layout .society-wrap .society-column > .column_detail p {
    margin-top: 0.5em;
  }
  .society-layout .society-wrap.type01 .society-column > .column_image {
    position: relative;
  }
  .society-layout .society-wrap.type01 .society-column > .column_image:before {
    content: "";
    position: absolute;
    bottom: -138px;
    right: -70px;
    width: 216px;
    height: 216px;
    background-image: url("/common-bridal/img/com_bg03.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    z-index: -1;
  }
  .society-layout .society-lead {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .society-layout .society-table {
    margin: 15px 0 0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }
  .society-layout .society-table > div {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .society-layout .society-table > div > dl {
    display: table;
    width: 100%;
    height: 100%;
  }
  .society-layout .society-table > div > dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .society-layout .society-table > div > dl > dt {
    width: 35%;
    padding: 10px 5px;
    background-color: #dbf2fb;
    border-right: 1px solid #e0e0e0;
    font-weight: bold;
    text-align: center;
  }
  .society-layout .society-table > div > dl > dd {
    width: 65%;
    padding: 10px 15px;
    background-color: #ffffff;
  }
  .society-layout .society-table + p {
    margin-top: 1em !important;
  }
  .society-layout .society-note {
    margin: 1em 0;
  }
  .society-layout .society-note > li {
    position: relative;
    padding: 0 0 0 3.5em;
    color: #666666;
    font-size: 1.2rem;
  }
  .society-layout .society-note > li > span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .society-layout + .event-layout {
    margin-top: 40px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
}