@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : wedding_ceremonypartyplan.css
 author     : Ability Consultant
 style info : セレモニーパーティーレポート
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_what, .con_stay {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* -----------------------------------------------------------
	setting
----------------------------------------------------------- */
/* -----------------------------------------------------------
	  xxx
  ----------------------------------------------------------- */
.con_pgtitle .main {
  background: url(../wedding/ceremonypartyplan/images/img_main.jpg) no-repeat;
  background-position: center;
}
.con_pgtitle[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_pgtitle[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_pgtitle[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_pgtitle[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}
.con_pgtitle .round {
  margin-top: 30px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .round {
    padding-left: 15px;
    margin: 5% 0;
  }
}
.con_pgtitle .round:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  background: #5ea4bf;
  width: 24px;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .round:after {
    top: 12px;
    width: 20px;
    left: 12px;
  }
}
.con_pgtitle .round span {
  display: inline-block;
  padding-left: 25px;
  padding-top: 1px;
  text-transform: uppercase;
  color: #559cb5;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .round span {
    padding-top: 6px;
    padding-left: 25px;
    line-height: 1.3;
  }
}
.con_pgtitle .round span:before {
  content: "";
  border: 1px solid #559cb5;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .round span:before {
    width: 24px;
    height: 24px;
  }
}

/* -----------------------------------------------------------
	  con_details_plan
  ----------------------------------------------------------- */
.con_details_plan {
  background: #5ea4bf;
  background-color: #d7e2eb;
  padding: 3em 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_details_plan {
    background-size: cover;
  }
}
.con_details_plan .tree_box {
  display: block;
  width: 63%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_details_plan .tree_box {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_details_plan .tree_box {
    width: 75%;
  }
}
@media print {
  .con_details_plan .tree_box {
    width: 75%;
  }
}
.ie8 .con_details_plan .tree_box {
  width: 75%;
}
.con_details_plan .tree_box .box {
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-bottom: 3em;
  padding-bottom: 3em;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box {
    margin-left: auto;
    margin-right: auto;
  }
  .con_details_plan .tree_box .box:not(:first-child) {
    margin-top: 2em;
  }
}
.con_details_plan .tree_box .box[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_details_plan .tree_box .box[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_details_plan .tree_box .box[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_details_plan .tree_box .box[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}
.con_details_plan .tree_box .box .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #5ea4bf transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .triangle {
    z-index: 1;
    border-width: 25px 25px 0 0;
  }
}
.con_details_plan .tree_box .box .img {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .img {
    margin: 0 auto;
    width: 100%;
  }
}
.con_details_plan .tree_box .box .img[data-inview] {
  z-index: 10;
}
.con_details_plan .tree_box .box .img[data-inview] .move_img {
  transform: scale(1.1) rotate(1deg);
  /*縮尺(scale)回転(rotate)*/
  transition: opacity 0.8s, transform 10s cubic-bezier(0.15, 0.7, 0, 1);
}
.con_details_plan .tree_box .box .img[data-inview].inview_done .move_img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.con_details_plan .tree_box .box .en_txt {
  color: #5ea4bf;
  font-family: "arno-pro-display", serif;
  font-size: 2.75em;
  font-weight: 400;
  width: 28%;
  line-height: 1.1;
  margin: 1.25em auto 0.25em;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .en_txt {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .en_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .en_txt {
    margin: 1em auto 0.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .con_details_plan .tree_box .box .en_txt {
    width: 30%;
  }
}
@media print {
  .con_details_plan .tree_box .box .en_txt {
    width: 30%;
  }
}
.ie8 .con_details_plan .tree_box .box .en_txt {
  width: 30%;
}
.con_details_plan .tree_box .box .jp_txt {
  padding-top: 0;
  color: #559cb5;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .jp_txt {
    font-size: 1em;
  }
}
.con_details_plan .tree_box .box .description {
  margin: 2em auto 2em;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .description {
    margin: 1em auto 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_details_plan .tree_box .box .description {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .description {
    font-size: 1.25em;
    width: 90%;
    text-align: start;
  }
}
.con_details_plan .tree_box .box .box_circle {
  position: relative;
  display: flex;
  width: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle {
    width: 90%;
  }
}
.con_details_plan .tree_box .box .box_circle .circle {
  position: relative;
  width: 200px;
  max-width: 200px;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_details_plan .tree_box .box .box_circle .circle {
    max-width: 8.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle .circle {
    max-width: 7.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_details_plan .tree_box .box .box_circle .circle {
    height: 8.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle .circle {
    height: 7.5em;
  }
}
.con_details_plan .tree_box .box .box_circle .circle::before {
  content: "";
  border-radius: 50%;
  background-color: #d8e3ec;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_details_plan .tree_box .box .box_circle .circle::before {
    width: 7.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle .circle::before {
    width: 86px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_details_plan .tree_box .box .box_circle .circle::before {
    height: 7.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle .circle::before {
    height: 86px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_details_plan .tree_box .box .box_circle .circle {
    width: 7em;
    height: 7em;
  }
}
.con_details_plan .tree_box .box .box_circle .circle .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  letter-spacing: -1px;
  transform: translate(-50%, -50%);
  color: #559cb5;
  width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_details_plan .tree_box .box .box_circle .circle .txt {
    width: 8.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle .circle .txt {
    width: 7em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_details_plan .tree_box .box .box_circle .circle .txt {
    width: 7em;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle .circle .txt {
    text-align: center;
    max-width: 7.5em;
    line-height: 2em;
  }
}
.con_details_plan .tree_box .box .box_circle .circle .txt .tl {
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_details_plan .tree_box .box .box_circle .circle .txt .tl {
    font-size: 1.25em;
  }
}
.con_details_plan .tree_box .box .box_circle .circle .txt .ts {
  font-size: 0.8em;
  letter-spacing: -1px;
  display: block;
  line-height: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_details_plan .tree_box .box .box_circle .circle .txt .ts {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle .circle .txt .ts {
    font-size: 0.75em;
    display: block;
    line-height: 11px;
  }
}
.con_details_plan .tree_box .box .box_circle .plus {
  margin: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle .plus {
    margin: 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .box_circle .plus {
    width: 1.25em;
  }
}
.con_details_plan .tree_box .box .charge {
  width: 90%;
  margin: 0 auto;
}
.con_details_plan .tree_box .box .charge .title {
  padding: 0.5em 0;
  font-weight: 100;
  font-family: "游ゴシック", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
  color: #559cb5;
  margin: 3em 0;
  border-top: 1px solid #559cb5;
  border-bottom: 1px solid #559cb5;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .charge .title {
    margin: 1.5em 0;
  }
}
.con_details_plan .tree_box .box .charge .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 58%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_details_plan .tree_box .box .charge .list {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .charge .list {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .con_details_plan .tree_box .box .charge .list {
    width: 68%;
  }
}
@media print {
  .con_details_plan .tree_box .box .charge .list {
    width: 68%;
  }
}
.ie8 .con_details_plan .tree_box .box .charge .list {
  width: 68%;
}
.con_details_plan .tree_box .box .charge .list li {
  font-family: "游ゴシック", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
  width: calc(100% / 2);
}
.con_details_plan .tree_box .box .charge .list li.txt {
  text-align: start;
}
.con_details_plan .tree_box .box .charge .list li.yen {
  text-align: end;
}
.con_details_plan .tree_box .box .plan_included {
  width: 90%;
  margin: 0 auto;
}
.con_details_plan .tree_box .box .plan_included .title {
  padding: 0.5em 0;
  font-weight: 100;
  font-family: "游ゴシック", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
  color: #559cb5;
  margin: 3em 0 0;
  border-top: 1px solid #559cb5;
  border-bottom: 1px solid #559cb5;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .plan_included .title {
    margin: 1.5em 0 0;
  }
}
.con_details_plan .tree_box .box .plan_included table {
  margin: 0 auto;
  width: 100%;
}
.con_details_plan .tree_box .box .plan_included table tr {
  background-image: linear-gradient(to right, #559cb5 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 1.5em 0;
  display: block;
  display: flex;
  align-items: center;
}
.con_details_plan .tree_box .box .plan_included table tr:nth-child(n + 3) {
  border-bottom: 1px solid #559cb5;
  background-image: none;
}
.con_details_plan .tree_box .box .plan_included table tr th {
  font-size: 1.2em;
  font-weight: 100;
  font-family: "游ゴシック", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}
.con_details_plan .tree_box .box .plan_included table tr td {
  margin-left: 7em;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .plan_included table tr td {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_details_plan .tree_box .box .plan_included table tr td {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .plan_included table tr td {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_details_plan .tree_box .box .plan_included table tr td {
    width: 68%;
  }
}
.con_details_plan .tree_box .box .plan_included table tr td ul {
  text-align: start;
  font-family: "游ゴシック", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}
.con_details_plan .tree_box .box .plan_included table tr td ul li {
  list-style-type: disc;
}
.con_details_plan .tree_box .box .plan_included .bottom_txt {
  margin-top: 1.5em;
  color: #559cb5;
}
.con_details_plan .tree_box .box .round {
  margin-top: 30px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .round {
    padding-left: 15px;
    margin: 5% 0;
  }
}
.con_details_plan .tree_box .box .round:not(:last-of-type) {
  margin-right: 1em;
}
.con_details_plan .tree_box .box .round:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  background: #559cb5;
  width: 24px;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .round:after {
    top: 12px;
    width: 20px;
    left: 12px;
  }
}
.con_details_plan .tree_box .box .round span {
  display: inline-block;
  padding-left: 25px;
  padding-top: 1px;
  color: #5ea4bf;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .round span {
    padding-top: 6px;
    padding-left: 25px;
    line-height: 1.3;
  }
}
.con_details_plan .tree_box .box .round span:before {
  content: "";
  border: 1px solid #559cb5;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_details_plan .tree_box .box .round span:before {
    width: 24px;
    height: 24px;
  }
}
.con_details_plan .tree_box #shiroux {
  background: #5ea4bf;
  color: #fff;
}
.con_details_plan .tree_box #shiroux .en_txt {
  color: #fff;
}
.con_details_plan .tree_box #shiroux .jp_txt {
  color: #fff;
}
.con_details_plan .tree_box #shiroux .box_circle .circle::before {
  background-color: #fff;
}
.con_details_plan .tree_box #shiroux .box_circle .circle .txt {
  color: #5ea4bf;
  text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff;
}
.con_details_plan .tree_box #shiroux .box_circle .plus img {
  filter: brightness(100);
}
.con_details_plan .tree_box #shiroux .charge .title {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.con_details_plan .tree_box #shiroux .plan_included .title {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.con_details_plan .tree_box #shiroux .plan_included table tr:last-of-type {
  border-bottom: 1px solid #fff;
}
.con_details_plan .tree_box #shiroux .plan_included table tr:not(:last-of-type) {
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
}
.con_details_plan .tree_box #shiroux .plan_included .bottom_txt {
  color: #fff;
}
.con_details_plan .tree_box #shiroux .round:after {
  background: #fff;
}
.con_details_plan .tree_box #shiroux .round span {
  color: #fff;
}
.con_details_plan .tree_box #shiroux .round span:before {
  border: 1px solid #fff;
}

.btn_basic a > span {
  z-index: 9;
}

html.lower #contents .con_topicpath {
  max-width: 1600px;
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_topicpath {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_topicpath {
    margin-top: 100px;
  }
}

#modal_comparison {
  width: 90%;
  margin: 0 auto;
}
#modal_comparison .st_basic {
  padding: 0.5em 0;
  font-size: 1.5em;
  font-weight: 100;
  color: #5ea4bf;
  border-top: 1px solid #5ea4bf;
  border-bottom: 1px solid #5ea4bf;
}
#modal_comparison .st_basic .en {
  color: #5ea4bf;
}
@media only screen and (max-width: 767px) {
  #modal_comparison .st_basic .en {
    font-size: 3em;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  #modal_comparison .st_basic .jp {
    font-size: 1em;
  }
}
#modal_comparison .box_comparison table,
#modal_comparison .box_comparison td,
#modal_comparison .box_comparison th {
  border: 1px solid #5ea4bf;
  color: #5ea4bf;
  border-collapse: 5px collapse;
  text-align: center;
}
#modal_comparison .box_comparison th {
  background: #5ea4bf;
}
#modal_comparison .box_comparison th,
#modal_comparison .box_comparison td {
  padding: 1em;
}
#modal_comparison .box_comparison tr .blue {
  background-color: #ebf0f5;
}
#modal_comparison .box_comparison .even {
  background: #5ea4bf;
}
#modal_comparison .box_comparison .odd {
  background: #5ea4bf;
}

#modal_comparison {
  display: none;
}

/* -----------------------------------------------------------
	  con_what
  ----------------------------------------------------------- */
.con_what {
  max-width: 1200px;
  margin-top: 8.3rem;
  margin-bottom: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_what {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_what {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_what {
    margin-bottom: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .con_what {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_what {
    width: 85%;
  }
}
.con_what a {
  display: block;
  background: url(../wedding/images/img_logo_whow.png) center right 0.25em/cover #73b7cd no-repeat;
  color: #fff;
  text-align: center;
  padding: 44px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_what a {
    padding: 44px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_what a {
    padding: 20px 0 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_what a:hover {
    color: #fff !important;
  }
  .con_what a:hover .btn_more:before {
    left: 40px;
  }
  .con_what a:hover .btn_more:after {
    left: 20px;
  }
}
@media print {
  .con_what a:hover {
    color: #fff !important;
  }
  .con_what a:hover .btn_more:before {
    left: 40px;
  }
  .con_what a:hover .btn_more:after {
    left: 20px;
  }
}
.ie8 .con_what a:hover {
  color: #fff !important;
}
.ie8 .con_what a:hover .btn_more:before {
  left: 40px;
}
.ie8 .con_what a:hover .btn_more:after {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .con_what a {
    background: url(../wedding/images/img_logo_whow.png) center right 2.5em/cover #73b7cd no-repeat;
  }
}
.con_what a .ttl {
  font-size: 225%;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_what a .ttl {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_what a .ttl {
    font-size: 175%;
  }
}
@media only screen and (max-width: 320px) {
  .con_what a .ttl {
    font-size: 163%;
  }
}
.con_what a .ttl span.small {
  font-size: 75%;
  font-family: "Playfair Display", serif;
  display: block;
  margin-bottom: 14px;
  font-style: italic;
}
.con_what a .ttl span.en {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-transform: uppercase;
}
.con_what a .txt {
  margin-top: 1.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 88%;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .con_what a .txt {
    margin-top: 1em;
  }
}
.con_what a .btn_more {
  margin-top: 30px;
  padding-left: 24px;
  display: inline-block;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_what a .btn_more {
    padding-left: 15px;
    margin: 5% 0;
  }
}
.con_what a .btn_more:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  background: #e3f6ff;
  width: 24px;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_what a .btn_more:after {
    top: 12px;
    width: 20px;
    left: 12px;
  }
}
.con_what a .btn_more span {
  display: block;
  padding-left: 48px;
  padding-top: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .con_what a .btn_more span {
    padding-top: 6px;
    padding-left: 40px;
    line-height: 1.3;
  }
}
.con_what a .btn_more span:before {
  content: "";
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_what a .btn_more span:before {
    width: 24px;
    height: 24px;
  }
}

.con_fair .box_fair {
  80%: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair {
    80%: 0;
  }
}
.con_fair .box_fair[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_fair .box_fair[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_fair .box_fair[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_fair .box_fair[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}
.con_fair .box_fair[data-inview] .txt_one {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
}
.con_fair .box_fair[data-inview] .txt_two {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.1s, 0.5s opacity ease-out 0.2s;
  opacity: 0;
}
.con_fair .box_fair[data-inview] .txt_tree {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_fair .box_fair[data-inview].inview_done .txt_one {
  transform: translateY(0);
  opacity: 1;
}
.con_fair .box_fair[data-inview].inview_done .txt_two {
  transform: translateY(0);
  opacity: 1;
}
.con_fair .box_fair[data-inview].inview_done .txt_tree {
  transform: translateY(0);
  opacity: 1;
}
.con_fair .box_fair h2 {
  margin: 12em 0 5em;
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair h2 {
    margin: 5em 0 3em;
  }
}
.con_fair .box_fair h2 .en {
  color: #559cb5;
  font-size: 3.25em;
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair h2 .en {
    font-size: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair h2 .en {
    margin-bottom: 0;
  }
}
.con_fair .box_fair h2 .jp {
  letter-spacing: 1px;
}
.con_fair .box_fair > .box {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fair .box_fair > .box {
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair > .box {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fair .box_fair > .box {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair > .box {
    display: block;
  }
}
.con_fair .box_fair > .box:not(:first-child) {
  margin-top: 6em;
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair > .box:not(:first-child) {
    margin-top: 4em;
  }
}
.con_fair .box_fair > .box a {
  display: inline-block;
  max-height: 324px;
  height: 100%;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .con_fair .box_fair > .box a:hover {
    opacity: 0.8;
  }
}
@media print {
  .con_fair .box_fair > .box a:hover {
    opacity: 0.8;
  }
}
.ie8 .con_fair .box_fair > .box a:hover {
  opacity: 0.8;
}
.con_fair .box_fair > .box .con_txt {
  position: relative;
  margin-left: 2em;
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_fair .box_fair > .box .con_txt {
    width: 70%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair > .box .con_txt {
    margin-left: 0;
  }
}
.con_fair .box_fair > .box .con_txt h4 {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-family: "游ゴシック", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_fair .box_fair > .box .con_txt h4 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fair .box_fair > .box .con_txt h4 {
    margin-bottom: 1em;
  }
}
.con_fair .box_fair > .box .con_txt h4 .border {
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: .25em;
  margin-bottom: .25em;
}
.con_fair .box_fair > .box .con_txt .block_detail .btn_more {
  padding-left: 0;
  margin-top: 20px;
  cursor: pointer;
}
.con_fair .box_fair > .box .con_txt .block_detail .detail {
  display: none;
  margin-top: 15px;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
}
.con_fair .box_fair > .box .con_txt .block_detail .detail .box:not(:first-child) {
  margin-top: 1.5em;
}
.con_fair .box_fair > .box .con_txt .block_detail .detail .box a {
  display: inline-block;
  text-decoration: underline;
  position: relative;
}
.con_fair .box_fair > .box .con_txt .block_detail .detail .box a span {
  color: #559cb5;
}
.con_fair .box_fair > .box .con_txt .block_detail .detail .box a span::before {
  border: 1px solid #559cb5;
}
.con_fair .box_fair > .box .con_txt .block_detail .detail .box a::after {
  content: url(../wedding/ceremonypartyplan/images/ic_pin.svg);
  width: 1em;
  height: 1.5em;
  display: inline-block;
  line-height: 1.8;
  vertical-align: middle;
}
.con_fair .box_fair > .box .con_txt > .btn_more {
  padding: 1em 3em;
  background-color: #fff;
  left: -4em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_fair .box_fair > .box .con_txt > .btn_more {
    margin-top: 0;
  }
}
.con_fair .box_fair > .box .con_txt > .btn_more a {
  margin-left: 1em;
}
.con_fair .box_fair > .box.txt_one {
  align-items: flex-end;
}

.con_stay {
  width: 70%;
  margin-top: 6em;
  margin-bottom: 20em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_stay {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay {
    margin-bottom: 18em;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay {
    margin-bottom: 22em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_stay {
    margin-left: 0;
    margin-bottom: 23em;
  }
}
@media print {
  .con_stay {
    margin-left: 0;
    margin-bottom: 23em;
  }
}
.ie8 .con_stay {
  margin-left: 0;
  margin-bottom: 23em;
}
.con_stay .st_txt {
  margin-bottom: 1em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_stay .st_txt {
    margin-bottom: 3em;
  }
}
.con_stay .box_stay {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.con_stay .box_stay[data-inview] .move_img {
  transform: scale(1.1) rotate(1deg);
  /*縮尺(scale)回転(rotate)*/
  transition: opacity 0.8s, transform 10s cubic-bezier(0.15, 0.7, 0, 1);
}
.con_stay .box_stay[data-inview].inview_done .move_img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.con_stay a .txt_style {
  position: absolute;
  background-color: #559cb5;
  width: 70%;
  color: #fff;
  padding: 8em 2em 4em;
  bottom: 0;
  right: -4em;
  bottom: -15em;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_stay a .txt_style {
    bottom: -18em;
    padding: 10em 2em 4em;
  }
}
@media print {
  .con_stay a .txt_style {
    bottom: -18em;
    padding: 10em 2em 4em;
  }
}
.ie8 .con_stay a .txt_style {
  bottom: -18em;
  padding: 10em 2em 4em;
}
.con_stay a .txt_style[data-inview] .txt_up {
  transform: translateY(50px);
  transition: 0.4s transform ease-out, 0.5s opacity ease-out;
  opacity: 0;
  /*
  transition: 時間(s:秒) cssプロパティ イージング(ease-in-out ease-in ease-out) 遅延(s,秒),
      0.5s opacity;
  */
}
.con_stay a .txt_style[data-inview] .txt_ups {
  transform: translateY(50px);
  transition: 0.4s transform ease-out 0.2s, 0.5s opacity ease-out 0.3s;
  opacity: 0;
}
.con_stay a .txt_style[data-inview].inview_done .txt_up {
  transform: translateY(0);
  opacity: 1;
}
.con_stay a .txt_style[data-inview].inview_done .txt_ups {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay a .txt_style {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_stay a .txt_style {
    bottom: -15em;
    width: 100%;
    right: 0em;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay a .txt_style {
    padding: 2em 1.5em 2em;
    bottom: 0;
    right: 0em;
    bottom: -19em;
    width: 100%;
  }
}
.con_stay a .txt_style h2 .en {
  font-family: "arno-pro-display", serif;
  font-size: 2em;
  font-weight: 100;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .con_stay a .txt_style h2 .en {
    letter-spacing: 1px;
  }
}
.con_stay a .txt_style .round {
  margin-top: 30px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_stay a .txt_style .round {
    padding-left: 15px;
    margin: 5% 0;
  }
}
.con_stay a .txt_style .round:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  background: #fff;
  width: 24px;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_stay a .txt_style .round:after {
    top: 12px;
    width: 20px;
    left: 12px;
  }
}
.con_stay a .txt_style .round span {
  display: inline-block;
  padding-left: 25px;
  padding-top: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .con_stay a .txt_style .round span {
    padding-top: 6px;
    padding-left: 25px;
    line-height: 1.3;
  }
}
.con_stay a .txt_style .round span:before {
  content: "";
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_stay a .txt_style .round span:before {
    width: 24px;
    height: 24px;
  }
}
.con_stay .box_left {
  width: 34.45255%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay .box_left {
    width: 34.45255%;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay .box_left {
    width: 45%;
  }
}
.con_stay .box_left .wrp_img {
  position: relative;
}
.con_stay .box_left .wrp_img::before {
  content: "";
  width: 0;
  height: 100%;
  background: #e3f6ff;
  position: absolute;
  right: 0;
  top: 0;
}
.con_stay .box_right {
  width: 43.72263%;
  position: relative;
  top: -75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay .box_right {
    width: 43.72263%;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay .box_right {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay .box_right {
    top: -75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay .box_right {
    top: 0;
  }
}
.con_stay .box_right::before {
  content: "";
  width: 0;
  height: 140%;
  background: #eff6f8;
  position: absolute;
  top: 50%;
  right: -13.75%;
  z-index: -1;
  transform: translateY(-50%);
}
.con_stay .box_right .wrp_img {
  position: relative;
}
.con_stay .box_right .wrp_img::before {
  content: "";
  width: 0;
  height: 100%;
  background: #e3f6ff;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .modaal-wrapper .modaal-outer-wrapper {
    display: block;
  }
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
  }
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
    height: 80vh;
    box-sizing: border-box;
    overflow: hidden;
  }
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content {
    height: 100%;
  }
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .box_comparison {
    width: 100%;
    height: 80%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 375px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .box_comparison {
    height: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .btn_more {
    padding-left: 0;
  }
}
