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

 file name  : ceremony_yuino.css
 author     : Ability Consultant
 style info : 結納
=================================================================== */
.con_intro .bottom {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro .bottom {
    width: 95%;
  }
}

.con_hall ul:after, .con_price .box_price:after, .con_hair_make ul:after, .con_make_rsv .inner .box_make_rsv:after, .con_flow .box_flow:after, .con_flow .box_flow .box_l .box_txt ul:after, .con_flow .box_flow .box_r .box_txt ul:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
.st_title {
  margin-bottom: 70px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_title {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .st_title {
    margin-bottom: 1.5em !important;
  }
}
.st_title .jp {
  font-size: 308% !important;
}

.txt_lg {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 185%;
  line-height: 1.2;
  color: #4e4848;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_lg {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_lg {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_lg {
    margin-bottom: 20px;
  }
}

.txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.9;
  color: #4e4848;
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .txt_x {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_x {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .txt_x {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .txt_x {
    text-align: left;
  }
}

.con {
  max-width: 1720px;
  margin: auto;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 1024px) {
  .con {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  margin-top: 30px;
}
.con_intro .box_thumb {
  text-align: center;
}
.con_intro .img_thumb img {
  width: 100%;
}
.con_intro .bottom {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .bottom {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .bottom {
    margin-top: 2em;
  }
}

/* -----------------------------------------------------------
	con_hall
----------------------------------------------------------- */
.con_hall {
  margin-bottom: 0;
}
.con_hall ul li {
  float: left;
  width: 48.5%;
  margin-left: 3%;
}
.con_hall ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_hall ul li {
    float: none;
    width: 100%;
    margin-bottom: 3em;
    margin-left: 0;
  }
}
.con_hall ul li .img img {
  width: 100%;
}
.con_hall ul li .txt_lg {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hall ul li .txt_lg {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall ul li .txt_lg {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall ul li .txt_lg {
    margin-bottom: 0.5em;
  }
}

/* -----------------------------------------------------------
	con_s_hall
----------------------------------------------------------- */
.con_s_hall ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3%;
}
@media only screen and (max-width: 767px) {
  .con_s_hall ul {
    margin-left: 0;
  }
}
.con_s_hall ul li {
  width: 30.333%;
  margin-left: 3%;
}
@media only screen and (max-width: 767px) {
  .con_s_hall ul li {
    display: inline-block;
    width: 50%;
    margin-left: 0;
    margin-bottom: 3em;
  }
}
.con_s_hall ul li .img img {
  width: 100%;
}
.con_s_hall ul li .txt_lg {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_s_hall ul li .txt_lg {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_s_hall ul li .txt_lg {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_s_hall ul li .txt_lg {
    margin-bottom: 0.5em;
  }
}
.con_s_hall ul li .txt_x {
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_s_hall ul li .txt_x {
    margin-bottom: 0;
  }
}
.con_s_hall .btn_home {
  text-align: center;
}

/* -----------------------------------------------------------
	con_price
----------------------------------------------------------- */
.con_price .box_price .box_l {
  float: left;
}
.con_price .box_price .box_r {
  float: right;
}
@media only screen and (max-width: 999px) {
  .con_price .box_price {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price {
    margin-bottom: 3em;
  }
}
.con_price .box_price .box_l, .con_price .box_price .box_r {
  width: 50%;
}
@media only screen and (max-width: 999px) {
  .con_price .box_price .box_l, .con_price .box_price .box_r {
    float: none;
    width: 100%;
  }
}
.con_price .box_price .box_l .box_txt, .con_price .box_price .box_r .box_txt {
  display: inline-block;
  width: 100%;
  padding: 60px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_price .box_price .box_l .box_txt, .con_price .box_price .box_r .box_txt {
    padding: 40px 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_l .box_txt, .con_price .box_price .box_r .box_txt {
    padding: 1em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .con_price .box_price .box_l .box_txt, .con_price .box_price .box_r .box_txt {
    padding: 0 50px 0;
  }
}
@media print {
  .con_price .box_price .box_l .box_txt, .con_price .box_price .box_r .box_txt {
    padding: 0 50px 0;
  }
}
.ie8 .con_price .box_price .box_l .box_txt, .ie8 .con_price .box_price .box_r .box_txt {
  padding: 0 50px 0;
}
@media only screen and (max-width: 999px) {
  .con_price .box_price .box_l .box_txt, .con_price .box_price .box_r .box_txt {
    display: block;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_l .box_txt, .con_price .box_price .box_r .box_txt {
    margin-top: 1em;
  }
}
.con_price .box_price .box_l .box_txt .price_st, .con_price .box_price .box_r .box_txt .price_st {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_price .box_price .box_l .box_txt .price_st, .con_price .box_price .box_r .box_txt .price_st {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_l .box_txt .price_st, .con_price .box_price .box_r .box_txt .price_st {
    margin-bottom: 1em;
  }
}
.con_price .box_price .box_l .box_txt .txt, .con_price .box_price .box_r .box_txt .txt {
  margin-bottom: 60px;
  text-align: center;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_price .box_price .box_l .box_txt .txt, .con_price .box_price .box_r .box_txt .txt {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_l .box_txt .txt, .con_price .box_price .box_r .box_txt .txt {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_l .box_txt .txt, .con_price .box_price .box_r .box_txt .txt {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_price .box_price .box_l .box_txt .txt, .con_price .box_price .box_r .box_txt .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_l .box_txt .txt, .con_price .box_price .box_r .box_txt .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_l .box_txt .txt, .con_price .box_price .box_r .box_txt .txt {
    text-align: left;
  }
}
.con_price .box_price .box_l .box_txt ul, .con_price .box_price .box_r .box_txt ul {
  padding-left: 1em;
}
.con_price .box_price .box_l .box_txt ul li, .con_price .box_price .box_r .box_txt ul li {
  list-style-type: disc;
}
.con_price .box_price .box_l .box_txt ul li .txt_lg, .con_price .box_price .box_r .box_txt ul li .txt_lg {
  text-align: left;
}
.con_price .box_price .box_l .box_txt ul li .txt_lg .txt_mid, .con_price .box_price .box_r .box_txt ul li .txt_lg .txt_mid {
  font-size: 63%;
}

/* -----------------------------------------------------------
	con_hair_make
----------------------------------------------------------- */
.con_hair_make ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.con_hair_make ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_hair_make ul li {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
}
.con_hair_make ul li .txt_lg {
  margin-top: 1em;
}
.con_hair_make .tbl_primary th {
  border-right: none;
}

/* -----------------------------------------------------------
	con_make_rsv
----------------------------------------------------------- */
.con_make_rsv {
  max-width: 1053px;
  margin: auto;
  border: 1px solid #4e4848;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_make_rsv {
    padding: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_rsv {
    padding: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_rsv {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_rsv {
    max-width: 100%;
    width: 95%;
  }
}
.con_make_rsv .inner {
  border: 1px solid #4e4848;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner {
    padding: 2em .5em;
  }
}
.con_make_rsv .inner .box_make_rsv {
  padding: 60px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_make_rsv .inner .box_make_rsv {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv {
    padding: 1em;
  }
}
.con_make_rsv .inner .box_make_rsv .txt_lg {
  margin-bottom: 40px;
}
.con_make_rsv .inner .box_make_rsv .box_l, .con_make_rsv .inner .box_make_rsv .box_r {
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv .box_l, .con_make_rsv .inner .box_make_rsv .box_r {
    float: none;
  }
}
.con_make_rsv .inner .box_make_rsv .box_l {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv .box_l {
    width: 100%;
    margin-bottom: 2em;
  }
}
.con_make_rsv .inner .box_make_rsv .box_l .txt_tel {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 262%;
}
.con_make_rsv .inner .box_make_rsv .box_l .txt_tel a {
  text-decoration: none;
}
.con_make_rsv .inner .box_make_rsv .box_l .txt_time {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv .box_l .txt_time {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_make_rsv .inner .box_make_rsv .box_l .txt_time {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv .box_l .txt_time {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv .box_l .txt_time {
    text-align: center;
  }
}
.con_make_rsv .inner .box_make_rsv .box_l .txt_time a {
  text-decoration: none;
  letter-spacing: .14em;
}
.con_make_rsv .inner .box_make_rsv .box_r {
  width: 45%;
  padding-left: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_make_rsv .inner .box_make_rsv .box_r {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv .box_r {
    width: 100%;
    padding-left: 0;
  }
}
.con_make_rsv .inner .box_make_rsv .box_r ul li {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 150%;
  letter-spacing: .14em;
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv .box_r ul li {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_make_rsv .inner .box_make_rsv .box_r ul li {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv .box_r ul li {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_rsv .inner .box_make_rsv .box_r ul li {
    text-align: center;
    margin-bottom: .2em;
  }
}

/* -----------------------------------------------------------
	con_flow
----------------------------------------------------------- */
.con_flow .box_flow .box_l {
  float: left;
}
.con_flow .box_flow .box_r {
  float: right;
}
@media only screen and (max-width: 999px) {
  .con_flow .box_flow {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow {
    margin-bottom: 3em;
  }
}
.con_flow .box_flow .box_l, .con_flow .box_flow .box_r {
  width: 50%;
}
@media only screen and (max-width: 999px) {
  .con_flow .box_flow .box_l, .con_flow .box_flow .box_r {
    float: none;
    width: 100%;
  }
}
.con_flow .box_flow .box_l .box_txt, .con_flow .box_flow .box_r .box_txt {
  display: inline-block;
  width: 100%;
  padding: 60px 0 60px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow .box_l .box_txt, .con_flow .box_flow .box_r .box_txt {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt, .con_flow .box_flow .box_r .box_txt {
    padding: 1em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .con_flow .box_flow .box_l .box_txt, .con_flow .box_flow .box_r .box_txt {
    padding: 0 50px 0;
  }
}
@media print {
  .con_flow .box_flow .box_l .box_txt, .con_flow .box_flow .box_r .box_txt {
    padding: 0 50px 0;
  }
}
.ie8 .con_flow .box_flow .box_l .box_txt, .ie8 .con_flow .box_flow .box_r .box_txt {
  padding: 0 50px 0;
}
@media only screen and (max-width: 999px) {
  .con_flow .box_flow .box_l .box_txt, .con_flow .box_flow .box_r .box_txt {
    display: block;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt, .con_flow .box_flow .box_r .box_txt {
    margin-top: 1em;
  }
}
.con_flow .box_flow .box_l .box_txt .flow_st, .con_flow .box_flow .box_r .box_txt .flow_st {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow .box_l .box_txt .flow_st, .con_flow .box_flow .box_r .box_txt .flow_st {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt .flow_st, .con_flow .box_flow .box_r .box_txt .flow_st {
    margin-bottom: 1em;
  }
}
.con_flow .box_flow .box_l .box_txt .txt, .con_flow .box_flow .box_r .box_txt .txt {
  margin-bottom: 60px;
  text-align: center;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow .box_l .box_txt .txt, .con_flow .box_flow .box_r .box_txt .txt {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt .txt, .con_flow .box_flow .box_r .box_txt .txt {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt .txt, .con_flow .box_flow .box_r .box_txt .txt {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow .box_l .box_txt .txt, .con_flow .box_flow .box_r .box_txt .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt .txt, .con_flow .box_flow .box_r .box_txt .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt .txt, .con_flow .box_flow .box_r .box_txt .txt {
    text-align: left;
  }
}
.con_flow .box_flow .box_l .box_txt .txt_note, .con_flow .box_flow .box_r .box_txt .txt_note {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt .txt_note, .con_flow .box_flow .box_r .box_txt .txt_note {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow .box_l .box_txt .txt_note, .con_flow .box_flow .box_r .box_txt .txt_note {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt .txt_note, .con_flow .box_flow .box_r .box_txt .txt_note {
    font-size: 124%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_flow .box_flow .box_l .box_txt .txt_note, .con_flow .box_flow .box_r .box_txt .txt_note {
    text-align: center;
  }
}
.con_flow .box_flow .box_l .box_txt ul li, .con_flow .box_flow .box_r .box_txt ul li {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_l .box_txt ul li, .con_flow .box_flow .box_r .box_txt ul li {
    float: none;
    width: 100%;
  }
}
.con_flow .box_flow .box_l .box_txt ul li .txt_lg, .con_flow .box_flow .box_r .box_txt ul li .txt_lg {
  text-align: left;
}
.con_flow .btn_home {
  text-align: center;
}
