@charset "UTF-8";
/* ===================================================================
CSS information

file name  : wedding.css
author     : Abilive
style info : ブライダル：結婚式
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Material+Icons+Round");
@media only screen and (max-width: 767px) {
  .page_wedding-intro p {
    width: 90%;
    margin: 0 auto;
    margin-top: 1em;
  }
}

.page_wedding {
  width: 90%;
  margin: 0 auto;
  margin-top: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page_wedding {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page_wedding {
    width: 100%;
  }
}
.page_wedding h4 {
  font-size: 90%;
}
.page_wedding #page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 10em;
}
@media only screen and (max-width: 767px) {
  .page_wedding #page-link {
    display: block;
  }
}
.page_wedding #page-link li {
  width: 25%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page_wedding #page-link li {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .page_wedding #page-link li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page_wedding #page-link li {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page_wedding #page-link li {
    margin-bottom: 0;
  }
}
.page_wedding #page-link li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .page_wedding #page-link li a:before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    content: "";
    background: #d44c89;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  .page_wedding #page-link li a:hover {
    color: #d44c89;
  }
  .page_wedding #page-link li a:hover:before {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .page_wedding #page-link li a {
    border-top: solid 1px #84660c;
  }
  .page_wedding #page-link li a:after {
    position: absolute;
    content: "\e5cf";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Material Icons Round";
    color: #84660c;
  }
}
@media only screen and (max-width: 1199px) {
  .page_wedding #page-link li a {
    padding: 0.3em 0;
  }
}
.page_wedding #page-link li a img {
  width: 25%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page_wedding #page-link li a img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .page_wedding #page-link li a img {
    width: 20%;
  }
}
.page_wedding #page-link li a p {
  margin: 1em 0 1em 1em;
}
.page_wedding #page-link li a p span {
  display: block;
}
.page_wedding #page-link li a p span:nth-child(1) {
  color: #a4a4a0;
  font-size: 80%;
  margin-bottom: 0.5em;
}
.page_wedding #page-link li a p span:nth-child(2) {
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page_wedding #page-link li a p span:nth-child(2) {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page_wedding #page-link li a p span:nth-child(2) {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .page_wedding #page-link li:nth-child(7) a {
    border-bottom: solid 1px #84660c;
  }
}

.con_item {
  margin: 0 auto;
  padding-bottom: 4em;
}
.con_item ul .box_img .txt_area {
  background-color: #84660c;
  color: white;
  padding: 0.2em 0.3em;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 88%;
  margin-left: 10%;
}
.con_item ul .box_img h4 {
  font-size: 150%;
  margin-bottom: 1em;
  margin-left: 10%;
}
.con_item ul .box_txt .txt_area {
  background-color: #84660c;
  color: white;
  padding: 0.2em 0.3em;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 88%;
}
.con_item ul .box_txt h4 {
  font-size: 150%;
  margin-bottom: 1em;
}
.con_item ul .box_txt .btn {
  margin: 3em 0 1em 0;
}
.con_item ul .box_txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .con_item ul .box_txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}
@media print {
  .con_item ul .box_txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 1199px) {
  .con_item ul .box_txt ul {
    gap: 15px;
    margin-top: 2em;
  }
}
.con_item ul .box_txt ul li a.btn_wedding {
  max-width: 100% !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .con_item ul .box_txt ul .btn_home {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
@media print {
  .con_item ul .box_txt ul .btn_home {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_item ul .box_txt ul .btn_home {
    width: 20%;
    border-right: solid 1px #84660c;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .con_item ul .box_txt ul .btn_fair {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print {
  .con_item ul .box_txt ul .btn_fair {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 1199px) {
  .con_item ul .box_txt ul .btn_fair {
    padding-left: 1.5em;
  }
}
.con_item ul .box_txt ul .btn_fair,
.con_item ul .box_txt ul .btn_plan {
  width: 47.3%;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_item ul .box_txt ul .btn_fair,
  .con_item ul .box_txt ul .btn_plan {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_item ul .box_txt ul .btn_fair,
  .con_item ul .box_txt ul .btn_plan {
    width: 16%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_item ul .box_txt ul .btn_fair,
  .con_item ul .box_txt ul .btn_plan {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print {
  .con_item ul .box_txt ul .btn_fair,
  .con_item ul .box_txt ul .btn_plan {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 1199px) {
  .con_item ul .box_txt ul .btn_fair,
  .con_item ul .box_txt ul .btn_plan {
    text-align: center;
  }
}
.con_item ul .box_txt ul .btn_photo {
  width: 200px;
}
@media only screen and (min-width: 1200px) {
  .con_item ul .box_txt ul .btn_photo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 47.3%;
  }
}
@media print {
  .con_item ul .box_txt ul .btn_photo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 47.3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_item ul .box_txt ul .btn_photo {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_item ul .box_txt ul .btn_photo {
    width: 16%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_item ul .box_txt ul .btn_photo {
    text-align: center;
    line-height: 12px;
  }
}

.layout_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .layout_2col {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .layout_2col {
    display: block;
  }
}
.layout_2col li {
  width: 49.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .layout_2col li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .layout_2col li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .layout_2col li {
    margin-right: 1%;
  }
  .layout_2col li:nth-child(2n) {
    margin-right: 0;
  }
}
.layout_2col li.box_txt {
  padding: 1em 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .layout_2col li.box_txt {
    padding: 2em 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .layout_2col li.box_txt {
    padding: 0 0 0 10%;
  }
}
.layout_2col li.box_txt .btn {
  margin-top: 2em;
}
.layout_2col li.box_txt .txt--m {
  width: 98%;
}
@media only screen and (min-width: 1200px) {
  .layout_2col li.box_txt ul {
    margin-top: 2em;
  }
}
@media print {
  .layout_2col li.box_txt ul {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .layout_2col li.box_txt ul li .btn_normal {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}
@media print {
  .layout_2col li.box_txt ul li .btn_normal {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}
@media only screen and (max-width: 1199px) {
  .layout_2col li.box_txt ul li .btn_normal {
    display: block !important;
    border: none !important;
    padding: 0 !important;
  }
  .layout_2col li.box_txt ul li .btn_normal .icon {
    font-size: 370% !important;
    font-weight: 100;
  }
  .layout_2col li.box_txt ul li .btn_normal .txt {
    font-size: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .layout_2col li.box_img {
    text-align: center;
  }
}
@media print {
  .layout_2col li.box_img {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .layout_2col li.box_img {
    margin-bottom: 1em;
  }
}
.layout_2col li.box_img img {
  width: 90%;
}
@media only screen and (max-width: 1199px) {
  .layout_2col li.box_img img {
    border-radius: 0;
    margin-left: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .layout_2col li.order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .layout_2col li.order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}