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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_int .box_int, .wrp_plan .con_plan, .wrp_hosp .con_hosp, .con_opt .box_opt ul, .con_copy .box_copy {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_int .box_int, .wrp_plan .con_plan, .wrp_hosp .con_hosp, .con_opt .box_opt ul, .con_copy .box_copy {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'monotype_corsiva';
  src: url("../css/font/monotype-corsiva.woff") format("woff"), url("../css/font/monotype-corsiva.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* -----------------------------------------------------------
	#アニメーション
----------------------------------------------------------- */
@-moz-keyframes wave {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wave {
  0% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* -----------------------------------------------------------
   #header
----------------------------------------------------------- */
#header .con_header {
  z-index: 1;
}
#header .con_header #box_gnav, #header .con_header #con_fixnav {
  background: #fff;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #header .con_header #box_gnav, #header .con_header #con_fixnav {
    padding: 3% 1%;
  }
}
#header .con_header #box_gnav .box_logo, #header .con_header #con_fixnav .box_logo {
  float: left;
}
@media only screen and (max-width: 767px) {
  #header .con_header #box_gnav .box_logo, #header .con_header #con_fixnav .box_logo {
    float: none;
    text-align: center;
  }
}
#header .con_header #box_gnav .box_logo .logo, #header .con_header #con_fixnav .box_logo .logo {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #header .con_header #box_gnav .box_logo .logo, #header .con_header #con_fixnav .box_logo .logo {
    display: block;
  }
}
@media print {
  #header .con_header #box_gnav .box_logo .logo, #header .con_header #con_fixnav .box_logo .logo {
    display: block;
  }
}
.ie8 #header .con_header #box_gnav .box_logo .logo, .ie8 #header .con_header #con_fixnav .box_logo .logo {
  display: block;
}
@media only screen and (max-width: 767px) {
  #header .con_header #box_gnav .box_logo .logo img, #header .con_header #con_fixnav .box_logo .logo img {
    width: 7em;
  }
}
#header .con_header #box_gnav .box_logo .logo a, #header .con_header #con_fixnav .box_logo .logo a {
  display: block;
}
#header .con_header #box_gnav .box_logo h1, #header .con_header #con_fixnav .box_logo h1 {
  font-weight: normal;
  font-size: 86%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  #header .con_header #box_gnav .box_logo h1, #header .con_header #con_fixnav .box_logo h1 {
    width: 66%;
    margin: 2% auto 0;
    display: block;
  }
}
#header .con_header #box_gnav .box_con, #header .con_header #con_fixnav .box_con {
  float: right;
  overflow: hidden;
  margin-right: 2%;
}
#header .con_header #box_gnav .box_con .btn_hotel, #header .con_header #con_fixnav .box_con .btn_hotel {
  float: right;
  width: 160px;
  margin-left: 15px;
}
#header .con_header #box_gnav .box_con .btn_hotel a, #header .con_header #con_fixnav .box_con .btn_hotel a {
  display: block;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  text-align: center;
  padding: .7em 0;
  position: relative;
  background: #03557e;
  border: 1px solid #04364f;
  text-decoration: none;
  -moz-transition: background 0.5s, border 0.5s, color 0.5s;
  -o-transition: background 0.5s, border 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, border 0.5s, color 0.5s;
  transition: background 0.5s, border 0.5s, color 0.5s;
}
#header .con_header #box_gnav .box_con .btn_hotel a:after, #header .con_header #con_fixnav .box_con .btn_hotel a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 122%;
}
@media only screen and (max-width: 767px) {
  #header .con_header #box_gnav .box_con .btn_hotel a, #header .con_header #con_fixnav .box_con .btn_hotel a {
    padding: 1.2em 0;
  }
}
#header .con_header #box_gnav .box_con .btn_hotel a:hover, #header .con_header #con_fixnav .box_con .btn_hotel a:hover {
  background: #04364f;
  color: #fff;
}
#header .con_header #box_gnav .box_con .btn_hotel a:hover:after, #header .con_header #con_fixnav .box_con .btn_hotel a:hover:after {
  color: #fff;
}
#header .con_header #box_gnav .box_con .btn_hotel a, #header .con_header #con_fixnav .box_con .btn_hotel a {
  border: transparent 1px solid;
  color: #fff;
}
@media only screen and (max-width: 1550px) {
  #header .con_header #box_gnav .box_con .btn_hotel, #header .con_header #con_fixnav .box_con .btn_hotel {
    width: 120px;
  }
}
@media print {
  #header .con_header #box_gnav .box_con .btn_hotel, #header .con_header #con_fixnav .box_con .btn_hotel {
    width: 120px;
  }
}
.ie8 #header .con_header #box_gnav .box_con .btn_hotel, .ie8 #header .con_header #con_fixnav .box_con .btn_hotel {
  width: 120px;
}
#header .con_header #box_gnav .box_con .btn_hotel a:after, #header .con_header #con_fixnav .box_con .btn_hotel a:after {
  content: none;
}
#header .con_header #box_gnav .box_con .box_tel, #header .con_header #con_fixnav .box_con .box_tel {
  float: right;
  text-align: right;
}
#header .con_header #box_gnav .box_con .box_tel .text_tel em, #header .con_header #con_fixnav .box_con .box_tel .text_tel em {
  margin-left: .2em;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Cinzel', serif;
  font-size: 172%;
  line-height: 1;
}
#header .con_header #box_gnav .box_con .box_tel .text_tel em:before, #header .con_header #con_fixnav .box_con .box_tel .text_tel em:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 67%;
  vertical-align: middle;
}
@media only screen and (max-width: 1550px) {
  #header .con_header #box_gnav .box_con .box_tel .text_tel em, #header .con_header #con_fixnav .box_con .box_tel .text_tel em {
    display: block;
    font-size: 143%;
  }
}
@media print {
  #header .con_header #box_gnav .box_con .box_tel .text_tel em, #header .con_header #con_fixnav .box_con .box_tel .text_tel em {
    display: block;
    font-size: 143%;
  }
}
.ie8 #header .con_header #box_gnav .box_con .box_tel .text_tel em, .ie8 #header .con_header #con_fixnav .box_con .box_tel .text_tel em {
  display: block;
  font-size: 143%;
}
@media only screen and (max-width: 1550px) {
  #header .con_header #box_gnav .box_con .box_tel .time, #header .con_header #con_fixnav .box_con .box_tel .time {
    display: block;
    font-size: 86%;
  }
}
@media print {
  #header .con_header #box_gnav .box_con .box_tel .time, #header .con_header #con_fixnav .box_con .box_tel .time {
    display: block;
    font-size: 86%;
  }
}
.ie8 #header .con_header #box_gnav .box_con .box_tel .time, .ie8 #header .con_header #con_fixnav .box_con .box_tel .time {
  display: block;
  font-size: 86%;
}
#header .con_header #box_gnav .gnav, #header .con_header #con_fixnav .gnav {
  float: right;
  overflow: hidden;
  border-right: 1px solid #d2d2d2;
  margin-right: 1%;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #header .con_header #box_gnav .gnav, #header .con_header #con_fixnav .gnav {
    margin-top: 1%;
  }
}
@media print {
  #header .con_header #box_gnav .gnav, #header .con_header #con_fixnav .gnav {
    margin-top: 1%;
  }
}
.ie8 #header .con_header #box_gnav .gnav, .ie8 #header .con_header #con_fixnav .gnav {
  margin-top: 1%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header #box_gnav .gnav, #header .con_header #con_fixnav .gnav {
    float: none;
    display: table;
    width: 100%;
  }
}
#header .con_header #box_gnav .gnav li, #header .con_header #con_fixnav .gnav li {
  float: left;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header #box_gnav .gnav li, #header .con_header #con_fixnav .gnav li {
    float: none;
    display: table-cell;
  }
}
#header .con_header #box_gnav .gnav li a, #header .con_header #con_fixnav .gnav li a {
  display: block;
  text-decoration: none;
  padding: 12px 10px;
  font-size: 108%;
  position: relative;
}
#header .con_header #box_gnav .gnav li a:after, #header .con_header #con_fixnav .gnav li a:after {
  content: '';
  width: 86%;
  height: 8px;
  background: url(../images/common/st_wave.png) repeat;
  position: absolute;
  bottom: 0;
  left: 7%;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#header .con_header #box_gnav .gnav li a:hover:after, #header .con_header #box_gnav .gnav li a.active:after, #header .con_header #con_fixnav .gnav li a:hover:after, #header .con_header #con_fixnav .gnav li a.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .con_header .main_tit {
  position: absolute;
  top: 50%;
  right: 12.76042%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_tit {
    right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_tit {
    top: 30%;
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#header .con_header .main_tit h2 {
  font-weight: normal;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_tit h2 {
    display: inline-block;
  }
}
#header .con_header .main_tit h2 em {
  font-family: 'Pinyon Script', cursive;
  letter-spacing: .02em;
  font-size: 1236%;
  line-height: 1;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_tit h2 em {
    font-size: 786%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_tit h2 em {
    font-size: 465%;
  }
}
#header .con_header .main_tit h2 span {
  font-size: 115%;
  line-height: 1;
  letter-spacing: 1.4em;
  display: block;
  margin-left: -2em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_tit h2 span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_tit h2 span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  #header .con_header .main_tit h2 span {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_tit h2 span {
    letter-spacing: .8em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_tit h2 span {
    letter-spacing: .5em;
    margin-left: 0;
  }
}
#header .con_header .main_tit h2:before {
  content: '';
  width: 244px;
  height: 224px;
  background: url(../bridal/images/bg_tit.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -20%;
  top: -61%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_tit h2:before {
    width: 14em;
    height: 10em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_tit h2:before {
    width: 6em;
    height: 6em;
    top: -40%;
  }
}
#header .con_header .photo img {
  width: 100%;
}

#header .con_header #con_fixnav {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  margin-top: -200px;
  -moz-transition: margin-top 1s;
  -o-transition: margin-top 1s;
  -webkit-transition: margin-top 1s;
  transition: margin-top 1s;
}
#header .con_header #con_fixnav.active {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #header .con_header #con_fixnav {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #header .con_header #con_fixnav .box_logo {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #header .con_header #con_fixnav .box_con {
    display: none;
  }
}

/* -----------------------------------------------------------
   con_int
----------------------------------------------------------- */
.con_int {
  background: url(../bridal/images/bg_intr.jpg) no-repeat center bottom;
}
.con_int .box_int {
  text-align: center;
  padding: 115px 0 175px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int {
    padding: 9% 0 11%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int {
    padding: 16% 0;
  }
}
.con_int .box_int .st {
  font-size: 143%;
  letter-spacing: 1em;
  line-height: 2.3;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .st {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .st {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .st {
    line-height: 2;
    letter-spacing: .3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .st {
    line-height: 2;
    letter-spacing: .22em;
    text-align: left;
  }
}
.con_int .box_int .txt {
  line-height: 3.7;
  letter-spacing: .26em;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .txt {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .txt {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .txt {
    line-height: 2.8;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .txt {
    line-height: 2;
    letter-spacing: .1em;
    text-align: left;
  }
}

/* -----------------------------------------------------------
  wrp_plan
----------------------------------------------------------- */
.wrp_plan {
  background: url(../bridal/images/bg_plan.png) repeat left top;
  padding: 110px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan {
    padding: 12% 0;
  }
}
.wrp_plan .con_plan h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 55px;
}
.wrp_plan .con_plan h3 em {
  font-family: 'Allura', cursive;
  display: block;
  font-size: 408%;
  line-height: 1;
  letter-spacing: .04em;
  color: #4e4e4e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan h3 em {
    font-size: 343%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan h3 em {
    font-size: 215%;
  }
}
.wrp_plan .con_plan h3 span {
  letter-spacing: .36em;
  font-size: 108%;
  color: #03557e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan h3 span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan h3 span {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan h3 span {
    letter-spacing: .2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan h3 {
    margin-bottom: 4%;
  }
}
.wrp_plan .con_plan h3 em, .wrp_plan .con_plan h3 span {
  color: #fff;
}
.wrp_plan .con_plan ul {
  overflow: hidden;
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan ul {
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan ul {
    margin-bottom: 0;
  }
}
.wrp_plan .con_plan ul li {
  width: 31.66667%;
  float: left;
  margin-right: 2.5%;
}
.wrp_plan .con_plan ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan ul li {
    width: 100%;
    float: none;
    margin-bottom: 9%;
  }
}
.wrp_plan .con_plan ul li .box_plan {
  background: #fff;
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan ul li .box_plan {
    padding: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan ul li .box_plan {
    padding: 3%;
  }
}
.wrp_plan .con_plan ul li .box_plan .num {
  text-align: center;
  position: relative;
  top: -2em;
  margin-bottom: -2em;
}
.wrp_plan .con_plan ul li .box_plan .num span {
  display: inline-block;
  color: #03557e;
  font-size: 222%;
  font-family: 'Pinyon Script', cursive;
  background: #fff;
  padding: .6em;
  letter-spacing: -.08em;
  line-height: 1;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan ul li .box_plan .num span {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan ul li .box_plan .num span {
    font-size: 158%;
  }
}
.wrp_plan .con_plan ul li .box_plan .num span.nor {
  letter-spacing: normal;
}
.wrp_plan .con_plan ul li .box_plan h4 {
  font-weight: normal;
  text-align: center;
}
.wrp_plan .con_plan ul li .box_plan h4 span {
  display: block;
  font-size: 129%;
  letter-spacing: .1em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan ul li .box_plan h4 span {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan ul li .box_plan h4 span {
    font-size: 115%;
  }
}
.wrp_plan .con_plan ul li .box_plan h4 em {
  display: block;
  font-size: 72%;
  font-family: 'Cinzel', serif;
  color: #03557e;
  position: relative;
  margin-top: .4em;
}
.wrp_plan .con_plan ul li .box_plan h4 em:before, .wrp_plan .con_plan ul li .box_plan h4 em:after {
  content: '';
  height: 1px;
  width: 20%;
  position: absolute;
  top: 50%;
  background: #03557e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan ul li .box_plan h4 em:before, .wrp_plan .con_plan ul li .box_plan h4 em:after {
    width: 8%;
  }
}
.wrp_plan .con_plan ul li .box_plan h4 em:before {
  left: 0;
}
.wrp_plan .con_plan ul li .box_plan h4 em:after {
  right: 0;
}
.wrp_plan .con_plan ul li .box_plan .txt {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  letter-spacing: .1em;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan ul li .box_plan .txt {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan ul li .box_plan .txt {
    margin-top: 3%;
  }
}
.wrp_plan .con_plan ul li .box_plan .pri {
  text-align: center;
  color: #b48f38;
  letter-spacing: .04em;
  margin-top: 20px;
  background: url(../bridal/images/bg_pri.png) repeat-x center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan ul li .box_plan .pri {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan ul li .box_plan .pri {
    margin-top: 3%;
  }
}
.wrp_plan .con_plan ul li .box_plan .pri span {
  background: #fff;
  display: inline-block;
  padding: 0 .5em;
}
.wrp_plan .con_plan ul li .box_plan .pri span em {
  font-family: 'Cinzel', serif;
  font-size: 165%;
  display: inline-block;
  margin-left: .2em;
}
.wrp_plan .con_plan ul li .box_det {
  text-align: center;
  color: #fff;
  font-size: 86%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  letter-spacing: normal;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan ul li .box_det {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan ul li .box_det {
    margin-top: 3%;
  }
}
.wrp_plan .con_plan ul li .box_det .txt {
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan ul li .box_det .txt {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan ul li .box_det .txt {
    margin-bottom: 3%;
  }
}
.wrp_plan .con_plan .box_con {
  margin: 0 auto;
  max-width: 780px;
  border-top: 1px solid #868fa2;
  border-bottom: 1px solid #868fa2;
  color: #fff;
  text-align: center;
  padding: 30px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan .box_con {
    padding: 4% 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan .box_con {
    padding: 5% 0;
  }
}
.wrp_plan .con_plan .box_con .st {
  letter-spacing: .06em;
  font-size: 115%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_plan .con_plan .box_con .st {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan .box_con .st {
    margin-bottom: 3%;
  }
}
.wrp_plan .con_plan .box_con .box_tel {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan .box_con .box_tel {
    display: block;
  }
}
.wrp_plan .con_plan .box_con .box_tel .text_tel em {
  margin-left: .2em;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Cinzel', serif;
  font-size: 172%;
  line-height: 1;
}
.wrp_plan .con_plan .box_con .box_tel .text_tel em:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 67%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan .box_con .box_tel .text_tel em {
    font-size: 143%;
  }
}
.wrp_plan .con_plan .box_con .box_tel .text_tel em a {
  color: #fff;
}
.wrp_plan .con_plan .box_con .btn {
  width: 275px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan .box_con .btn {
    width: 100%;
  }
}
.wrp_plan .con_plan .box_con .btn a {
  display: block;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  text-align: center;
  padding: .7em 0;
  position: relative;
  background: #fff;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  -moz-transition: background 0.5s, border 0.5s, color 0.5s;
  -o-transition: background 0.5s, border 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, border 0.5s, color 0.5s;
  transition: background 0.5s, border 0.5s, color 0.5s;
}
.wrp_plan .con_plan .box_con .btn a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 122%;
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan .box_con .btn a {
    padding: 1.2em 0;
  }
}
.wrp_plan .con_plan .box_con .btn a:hover {
  background: #4e4e4e;
  color: #fff;
}
.wrp_plan .con_plan .box_con .btn a:hover:after {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrp_plan .con_plan .box_con .btn {
    display: block;
    margin: 3% 0 0;
  }
}
.wrp_plan .con_plan .box_con .btn a {
  background: none;
  color: #fff;
  border-color: #fff;
}
.wrp_plan .con_plan .box_con .btn a:hover {
  color: #4e4e4e;
  background: #fff;
}
.wrp_plan .con_plan .box_con .btn a:hover:after {
  color: #4e4e4e;
}
.wrp_plan .con_plan .box_con .btn span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';
}

/* -----------------------------------------------------------
  con_cha
----------------------------------------------------------- */
.con_cha {
  overflow: hidden;
  margin: 130px auto 0;
  max-width: 1920px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha {
    margin: 10% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha {
    margin: 12% auto 0;
  }
}
.con_cha h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 80px;
}
.con_cha h3 em {
  font-family: 'Allura', cursive;
  display: block;
  font-size: 408%;
  line-height: 1;
  letter-spacing: .04em;
  color: #4e4e4e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha h3 em {
    font-size: 343%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha h3 em {
    font-size: 215%;
  }
}
.con_cha h3 span {
  letter-spacing: .36em;
  font-size: 108%;
  color: #03557e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha h3 span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha h3 span {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha h3 span {
    letter-spacing: .2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha h3 {
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha h3 {
    margin-bottom: 6%;
  }
}
.con_cha .box_cha {
  overflow: hidden;
  width: 97.91667%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha .box_cha {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha {
    margin-bottom: 12%;
  }
}
.con_cha .box_cha .photo {
  width: 63.82979%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha .box_cha .photo {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .photo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha .box_cha .photo {
    overflow: hidden;
  }
  .con_cha .box_cha .photo img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
.con_cha .box_cha .box_det {
  width: 34.57447%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha .box_cha .box_det {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .box_det {
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .box_det {
    margin: 3% auto 0;
  }
}
.con_cha .box_cha .box_det h4 {
  font-weight: normal;
  letter-spacing: -.4em;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha .box_cha .box_det h4 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .box_det h4 {
    margin-bottom: 2%;
  }
}
.con_cha .box_cha .box_det h4 span {
  font-size: 165%;
  letter-spacing: .06em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha .box_cha .box_det h4 span {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .box_det h4 span {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .box_det h4 span {
    display: block;
  }
}
.con_cha .box_cha .box_det h4 em {
  color: #03557e;
  font-size: 86%;
  font-family: 'Cinzel', serif;
  letter-spacing: .1em;
}
.con_cha .box_cha .box_det h4 em:before, .con_cha .box_cha .box_det h4 em:after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
}
.con_cha .box_cha .box_det .st {
  font-size: 129%;
  color: #03557e;
  letter-spacing: .6em;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha .box_cha .box_det .st {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .box_det .st {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha .box_cha .box_det .st {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .box_det .st {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .box_det .st {
    letter-spacing: .3em;
    line-height: 1.6;
  }
}
.con_cha .box_cha .box_det .txt {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  letter-spacing: .04em;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cha .box_cha .box_det .txt {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cha .box_cha .box_det .txt {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_cha .box_cha .left {
    float: left;
  }
  .con_cha .box_cha .right {
    float: right;
  }
  .con_cha .box_cha.rest {
    float: right;
  }
}
@media print {
  .con_cha .box_cha .left {
    float: left;
  }
  .con_cha .box_cha .right {
    float: right;
  }
  .con_cha .box_cha.rest {
    float: right;
  }
}
.ie8 .con_cha .box_cha .left {
  float: left;
}
.ie8 .con_cha .box_cha .right {
  float: right;
}
.ie8 .con_cha .box_cha.rest {
  float: right;
}

/* -----------------------------------------------------------
  wrp_hosp
----------------------------------------------------------- */
.wrp_hosp {
  background: url(../bridal/images/bg_hosp.png) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .wrp_hosp {
    background: none;
    padding-bottom: 5%;
  }
}
.wrp_hosp .con_hosp {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp {
    padding-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp {
    padding-top: 5%;
  }
}
.wrp_hosp .con_hosp h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 85px;
}
.wrp_hosp .con_hosp h3 em {
  font-family: 'Allura', cursive;
  display: block;
  font-size: 408%;
  line-height: 1;
  letter-spacing: .04em;
  color: #4e4e4e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp h3 em {
    font-size: 343%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp h3 em {
    font-size: 215%;
  }
}
.wrp_hosp .con_hosp h3 span {
  letter-spacing: .36em;
  font-size: 108%;
  color: #03557e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp h3 span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp h3 span {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp h3 span {
    letter-spacing: .2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp h3 {
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp h3 {
    margin-bottom: 6%;
  }
}
.wrp_hosp .con_hosp .box_hosp {
  overflow: hidden;
}
.wrp_hosp .con_hosp .box_hosp .box_list {
  width: 23%;
  float: left;
  margin-left: 2.33333%;
  margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp .box_hosp .box_list {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp .box_hosp .box_list {
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .wrp_hosp .con_hosp .box_hosp .box_list:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media print {
  .wrp_hosp .con_hosp .box_hosp .box_list:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
  }
}
.ie8 .wrp_hosp .con_hosp .box_hosp .box_list:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp .box_hosp .box_list:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list {
    float: none;
    margin-left: 0;
  }
}
.wrp_hosp .con_hosp .box_hosp .box_list h4 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp .box_hosp .box_list h4 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list h4 {
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list h4 {
    position: relative;
    border: 1px solid #d2d2d2;
    text-align: left;
    padding: .7em;
  }
  .wrp_hosp .con_hosp .box_hosp .box_list h4:before {
    content: "▼";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 86%;
    position: absolute;
    top: 50%;
    right: 2%;
    color: #4e4e4e;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrp_hosp .con_hosp .box_hosp .box_list h4.active:before {
    content: "▲";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
}
.wrp_hosp .con_hosp .box_hosp .box_list h4 span {
  font-size: 129%;
  letter-spacing: .3em;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp .box_hosp .box_list h4 span {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list h4 span {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list h4 span {
    display: inline;
    letter-spacing: .04em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp .box_hosp .box_list h4.hig {
    margin: 7% 0;
  }
}
.wrp_hosp .con_hosp .box_hosp .box_list h4 em {
  letter-spacing: .1em;
  color: #03557e;
  font-size: 86%;
  font-family: 'Cinzel', serif;
}
.wrp_hosp .con_hosp .box_hosp .box_list h4 em:before, .wrp_hosp .con_hosp .box_hosp .box_list h4 em:after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
}
.wrp_hosp .con_hosp .box_hosp .box_list h4 em:before {
  margin-right: .3em;
}
.wrp_hosp .con_hosp .box_hosp .box_list h4 em:after {
  margin-left: .3em;
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list .pho {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
}
.wrp_hosp .con_hosp .box_hosp .box_list .txt {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  letter-spacing: .06em;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp .box_hosp .box_list .txt {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list .txt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list .txt {
    width: 67%;
    display: inline-block;
    vertical-align: top;
  }
}
.wrp_hosp .con_hosp .box_hosp .box_list ul {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_hosp .con_hosp .box_hosp .box_list ul {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list ul {
    margin-top: 3%;
  }
}
.wrp_hosp .con_hosp .box_hosp .box_list ul li {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 93%;
  margin-bottom: .3em;
}
.wrp_hosp .con_hosp .box_hosp .box_list ul li:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #81aabe;
}
@media only screen and (min-width: 768px) {
  .wrp_hosp .con_hosp .box_hosp .box_list .inner {
    display: block !important;
  }
}
@media print {
  .wrp_hosp .con_hosp .box_hosp .box_list .inner {
    display: block !important;
  }
}
.ie8 .wrp_hosp .con_hosp .box_hosp .box_list .inner {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .wrp_hosp .con_hosp .box_hosp .box_list .inner {
    padding-top: 4%;
    display: none;
  }
}

/* -----------------------------------------------------------
  con_opt
----------------------------------------------------------- */
.con_opt {
  background: #eef2f6;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_opt {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt {
    padding: 10% 0;
  }
}
.con_opt .box_opt h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
.con_opt .box_opt h3 em {
  font-family: 'Allura', cursive;
  display: block;
  font-size: 408%;
  line-height: 1;
  letter-spacing: .04em;
  color: #4e4e4e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_opt .box_opt h3 em {
    font-size: 343%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt h3 em {
    font-size: 215%;
  }
}
.con_opt .box_opt h3 span {
  letter-spacing: .36em;
  font-size: 108%;
  color: #03557e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_opt .box_opt h3 span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt h3 span {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt h3 span {
    letter-spacing: .2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_opt .box_opt h3 {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt h3 {
    margin-bottom: 5%;
  }
}
.con_opt .box_opt h4 {
  font-weight: normal;
  font-size: 143%;
  color: #03557e;
  letter-spacing: .36em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_opt .box_opt h4 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt h4 {
    font-size: 115%;
  }
}
.con_opt .box_opt h4:before {
  content: '';
  width: 9px;
  height: 20px;
  background: url(../images/common/ic_tit02.png) no-repeat;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}
.con_opt .box_opt ul {
  overflow: hidden;
}
.con_opt .box_opt ul li {
  width: 30%;
  float: left;
  margin-right: 5%;
}
.con_opt .box_opt ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt ul li {
    width: 100%;
    float: none;
    margin: 0 0 4%;
  }
}
.con_opt .box_opt ul li .photo {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_opt .box_opt ul li .photo {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt ul li .photo {
    margin-bottom: 4%;
  }
}
.con_opt .box_opt ul li h4 {
  font-weight: normal;
  text-align: center;
}
.con_opt .box_opt ul li h4 span {
  display: block;
  font-size: 129%;
  letter-spacing: .1em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_opt .box_opt ul li h4 span {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt ul li h4 span {
    font-size: 115%;
  }
}
.con_opt .box_opt ul li h4 em {
  display: block;
  font-size: 72%;
  font-family: 'Cinzel', serif;
  color: #03557e;
  position: relative;
  margin-top: .4em;
}
@media only screen and (min-width: 1200px) {
  .con_opt .box_opt ul li h4 em:before, .con_opt .box_opt ul li h4 em:after {
    content: '';
    height: 1px;
    width: 12%;
    position: absolute;
    top: 50%;
    background: #03557e;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1199px) {
  .con_opt .box_opt ul li h4 em:before, .con_opt .box_opt ul li h4 em:after {
    width: 23%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_opt .box_opt ul li h4 em:before {
    left: 0;
  }
  .con_opt .box_opt ul li h4 em:after {
    right: 0;
  }
}
@media print {
  .con_opt .box_opt ul li h4 em:before, .con_opt .box_opt ul li h4 em:after {
    content: '';
    height: 1px;
    width: 12%;
    position: absolute;
    top: 50%;
    background: #03557e;
  }
  .con_opt .box_opt ul li h4 em:before {
    left: 0;
  }
  .con_opt .box_opt ul li h4 em:after {
    right: 0;
  }
}
.ie8 .con_opt .box_opt ul li h4 em:before, .ie8 .con_opt .box_opt ul li h4 em:after {
  content: '';
  height: 1px;
  width: 12%;
  position: absolute;
  top: 50%;
  background: #03557e;
}
@media only screen and (max-width: 1199px) {
  .ie8 .con_opt .box_opt ul li h4 em:before, .ie8 .con_opt .box_opt ul li h4 em:after {
    width: 23%;
  }
}
.ie8 .con_opt .box_opt ul li h4 em:before {
  left: 0;
}
.ie8 .con_opt .box_opt ul li h4 em:after {
  right: 0;
}
.con_opt .box_opt ul li .txt {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_opt .box_opt ul li .txt {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt ul li .txt {
    margin-top: 3%;
  }
}
.con_opt .txt_ca {
  letter-spacing: .76em;
  font-size: 129%;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_opt .txt_ca {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .txt_ca {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .txt_ca {
    letter-spacing: .3em;
  }
}
.con_opt .txt_ca span {
  position: relative;
  padding-bottom: 9px;
  background: url(../images/common/st_wave.png) repeat-x bottom;
  background-size: 12px;
}
@media only screen and (max-width: 1199px) {
  .con_opt .txt_ca {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .txt_ca {
    margin-top: 5%;
  }
}

/* -----------------------------------------------------------
  con_acc
----------------------------------------------------------- */
.con_acc {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .con_acc {
    margin: 6% auto 0;
  }
}
.con_acc .box_map {
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_map {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_map {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_map {
    width: 80%;
    margin: 0 auto;
  }
}
.con_acc .box_map iframe {
  width: 100%;
  height: 100%;
}
.con_acc .box_acc {
  width: 400px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  padding: 30px 20px 45px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 30px;
  right: 72%;
  margin-right: -1000px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc {
    padding: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc {
    padding: 0;
  }
}
@media only screen and (max-width: 1450px) {
  .con_acc .box_acc {
    right: 85%;
  }
}
@media print {
  .con_acc .box_acc {
    right: 85%;
  }
}
.ie8 .con_acc .box_acc {
  right: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc {
    width: 44%;
    right: 1%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc {
    position: static;
    margin: 4% auto 0;
    width: 92%;
  }
}
.con_acc .box_acc h3 {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc h3 {
    line-height: 1.2;
  }
}
.con_acc .box_acc h3 em {
  font-family: 'Allura', cursive;
  font-size: 408%;
  letter-spacing: .04em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc h3 em {
    font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc h3 em {
    font-size: 286%;
  }
}
.con_acc .box_acc h3 span {
  color: #03557e;
  font-size: 108%;
  letter-spacing: .36em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc h3 span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc h3 span {
    font-size: 100%;
  }
}
.con_acc .box_acc .st {
  font-size: 143%;
  letter-spacing: .26em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .st {
    font-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc .st {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .st {
    margin-bottom: 3%;
  }
}
.con_acc .box_acc .txt {
  letter-spacing: .04em;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc .txt {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .txt {
    margin-bottom: 3%;
  }
}
.con_acc .box_acc .btn a {
  display: block;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  text-align: center;
  padding: .7em 0;
  position: relative;
  background: #fff;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  -moz-transition: background 0.5s, border 0.5s, color 0.5s;
  -o-transition: background 0.5s, border 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, border 0.5s, color 0.5s;
  transition: background 0.5s, border 0.5s, color 0.5s;
}
.con_acc .box_acc .btn a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 122%;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .btn a {
    padding: 1.2em 0;
  }
}
.con_acc .box_acc .btn a:hover {
  background: #4e4e4e;
  color: #fff;
}
.con_acc .box_acc .btn a:hover:after {
  color: #fff;
}
.con_acc .box_acc .btn a {
  background: none;
}

/* -----------------------------------------------------------
  wrp_con
----------------------------------------------------------- */
.wrp_con {
  background: url(../bridal/images/bg_cont.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_con {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_con {
    padding: 12% 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_con {
    margin-top: 7%;
  }
}
.wrp_con .con_con {
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .wrp_con .con_con {
    width: 91.66667%;
  }
}
.wrp_con .con_con .st {
  text-align: center;
  font-size: 108%;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_con .con_con .st {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_con .con_con .st {
    margin-bottom: 4%;
  }
}
.wrp_con .con_con .box_con {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 45px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_con .con_con .box_con {
    padding: 4% 9;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_con .con_con .box_con {
    padding: 5% 0;
  }
}
.wrp_con .con_con .box_con .box_tel {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .wrp_con .con_con .box_con .box_tel {
    display: block;
  }
}
.wrp_con .con_con .box_con .box_tel .text_tel {
  font-size: 315%;
  font-family: 'Cinzel', serif;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_con .con_con .box_con .box_tel .text_tel {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_con .con_con .box_con .box_tel .text_tel {
    font-size: 179%;
  }
}
.wrp_con .con_con .box_con .box_tel .text_tel span, .wrp_con .con_con .box_con .box_tel .text_tel a {
  color: #fff;
}
.wrp_con .con_con .box_con .btn {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4.48718%;
}
.wrp_con .con_con .box_con .btn a {
  display: block;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  text-align: center;
  padding: .7em 0;
  position: relative;
  background: #fff;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  -moz-transition: background 0.5s, border 0.5s, color 0.5s;
  -o-transition: background 0.5s, border 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, border 0.5s, color 0.5s;
  transition: background 0.5s, border 0.5s, color 0.5s;
}
.wrp_con .con_con .box_con .btn a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 122%;
}
@media only screen and (max-width: 767px) {
  .wrp_con .con_con .box_con .btn a {
    padding: 1.2em 0;
  }
}
.wrp_con .con_con .box_con .btn a:hover {
  background: #4e4e4e;
  color: #fff;
}
.wrp_con .con_con .box_con .btn a:hover:after {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrp_con .con_con .box_con .btn {
    display: block;
    width: 100%;
    margin: 4% 0 0;
  }
}
.wrp_con .con_con .box_con .btn a {
  background: none;
  border-color: #fff;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .wrp_con .con_con .box_con .btn a {
    padding: 2.5em 0;
  }
}
@media print {
  .wrp_con .con_con .box_con .btn a {
    padding: 2.5em 0;
  }
}
.ie8 .wrp_con .con_con .box_con .btn a {
  padding: 2.5em 0;
}
.wrp_con .con_con .box_con .btn a:hover {
  color: #4e4e4e;
  background: #fff;
}
.wrp_con .con_con .box_con .btn a:hover:after {
  color: #4e4e4e;
}
.wrp_con .con_con .box_con .btn a span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';
}

/* -----------------------------------------------------------
  #footer
----------------------------------------------------------- */
#footer {
  padding-top: 0;
}
#footer .ptop {
  background: #fff;
}
#footer .ptop a {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 10px 0;
  font-size: 122%;
  font-family: 'Cinzel', serif;
}
#footer .ptop a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 89%;
}
#footer .wrp_foo_bri {
  background: url(../bridal/images/bg_foo.png) repeat center top;
  padding: 125px 0 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .wrp_foo_bri {
    padding: 10% 0 6%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri {
    padding: 13% 0 5em;
  }
}
#footer .wrp_foo_bri .con_foo {
  color: #fff;
}
#footer .wrp_foo_bri .con_foo .box_st {
  text-align: center;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .wrp_foo_bri .con_foo .box_st {
    padding-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_st {
    padding-bottom: 7%;
  }
}
#footer .wrp_foo_bri .con_foo .box_st:after {
  content: '';
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 96%;
  height: 1px;
  background: #3d485e;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_st:after {
    width: 80%;
    left: 10%;
  }
}
#footer .wrp_foo_bri .con_foo .box_st .st {
  font-size: 143%;
  letter-spacing: 1em;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .wrp_foo_bri .con_foo .box_st .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_st .st {
    font-size: 122%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .wrp_foo_bri .con_foo .box_st .st {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_st .st {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_st .st {
    letter-spacing: .6em;
  }
}
#footer .wrp_foo_bri .con_foo .box_st .txt {
  line-height: 3.7;
  letter-spacing: .26em;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_st .txt {
    line-height: 2.5;
    letter-spacing: .1em;
  }
}
#footer .wrp_foo_bri .con_foo .box_foo {
  max-width: 1100px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_foo {
    margin: 5% auto 0;
  }
}
@media only screen and (max-width: 1199px) {
  #footer .wrp_foo_bri .con_foo .box_foo {
    width: 91.66667%;
    text-align: center;
  }
}
#footer .wrp_foo_bri .con_foo .box_foo .logo {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_foo .logo {
    display: block;
  }
  #footer .wrp_foo_bri .con_foo .box_foo .logo img {
    width: 12em;
  }
}
#footer .wrp_foo_bri .con_foo .box_foo .logo a {
  display: block;
}
.mouse #footer .wrp_foo_bri .con_foo .box_foo .logo a {
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.mouse #footer .wrp_foo_bri .con_foo .box_foo .logo a:hover, .touch #footer .wrp_foo_bri .con_foo .box_foo .logo a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .wrp_foo_bri .con_foo .box_foo .logo a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .wrp_foo_bri .con_foo .box_foo .logo a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .wrp_foo_bri .con_foo .box_foo .box_add {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px 0 30px;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_foo .box_add {
    margin: 4% 0;
  }
}
#footer .wrp_foo_bri .con_foo .box_foo .box_add .st {
  font-size: 115%;
}
#footer .wrp_foo_bri .con_foo .box_foo .box_add #copyright {
  font-size: 79%;
  color: #ececec;
  letter-spacing: .06em;
  padding: 0;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .wrp_foo_bri .con_foo .box_foo .box_add #copyright {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo_bri .con_foo .box_foo .box_add #copyright {
    margin-top: 4%;
  }
}
#footer .wrp_foo_bri .con_foo .box_foo .bn {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .wrp_foo_bri .con_foo .box_foo .bn {
    margin-top: 4%;
  }
}
#footer .wrp_foo_bri .con_foo .box_foo .bn a {
  display: block;
}
.mouse #footer .wrp_foo_bri .con_foo .box_foo .bn a {
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.mouse #footer .wrp_foo_bri .con_foo .box_foo .bn a:hover, .touch #footer .wrp_foo_bri .con_foo .box_foo .bn a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .wrp_foo_bri .con_foo .box_foo .bn a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .wrp_foo_bri .con_foo .box_foo .bn a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
  wrp_hosp
----------------------------------------------------------- */
.con_copy {
  margin-top: 50px;
}
.con_copy .box_copy {
  margin-top: 30px;
}
.con_copy .box_copy h3 {
  font-weight: normal;
  letter-spacing: .68em;
  text-align: center;
  font-size: 179%;
  margin-bottom: 35px;
  color: #03557e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_copy .box_copy h3 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy h3 {
    font-size: 143%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_copy .box_copy h3 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_copy .box_copy h3 {
    letter-spacing: .28em;
  }
}
.con_copy .box_copy h3:before {
  content: '';
  width: 29px;
  height: 22px;
  background: url(../images/common/ic_tit01.svg) no-repeat;
  display: block;
  margin: 0 auto .3em;
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy h3:before {
    width: 1.4em;
    height: 1em;
    background-size: contain;
  }
}
.con_copy .box_copy h4 {
  font-weight: normal;
  font-size: 143%;
  color: #03557e;
  letter-spacing: .36em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_copy .box_copy h4 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy h4 {
    font-size: 115%;
  }
}
.con_copy .box_copy h4:before {
  content: '';
  width: 9px;
  height: 20px;
  background: url(../images/common/ic_tit02.png) no-repeat;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}
.con_copy .box_copy .st {
  font-weight: normal;
  font-size: 129%;
  color: #03557e;
  letter-spacing: .36em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_copy .box_copy .st {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .st {
    font-size: 108%;
  }
}
.con_copy .box_copy .st:before {
  content: '';
  background: #03557e;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}
.con_copy .box_copy .st2 {
  letter-spacing: .76em;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_copy .box_copy .st2 {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .st2 {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .st2 {
    letter-spacing: .3em;
  }
}
.con_copy .box_copy .st2 span {
  position: relative;
  padding-bottom: 9px;
  background: url(../images/common/st_wave.png) repeat-x bottom;
  background-size: 12px;
}
.con_copy .box_copy .btn {
  width: 350px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .btn {
    width: 100%;
  }
}
.con_copy .box_copy .btn.btn_plan a {
  display: block;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  text-align: center;
  padding: .7em 0;
  position: relative;
  background: #b48f38;
  border: 1px solid #76570d;
  text-decoration: none;
  -moz-transition: background 0.5s, border 0.5s, color 0.5s;
  -o-transition: background 0.5s, border 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, border 0.5s, color 0.5s;
  transition: background 0.5s, border 0.5s, color 0.5s;
}
.con_copy .box_copy .btn.btn_plan a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 122%;
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .btn.btn_plan a {
    padding: 1.2em 0;
  }
}
.con_copy .box_copy .btn.btn_plan a:hover {
  background: #76570d;
  color: #fff;
}
.con_copy .box_copy .btn.btn_plan a:hover:after {
  color: #fff;
}
.con_copy .box_copy .btn.btn_plan a {
  border: transparent 1px solid;
  color: #fff;
}
.con_copy .box_copy .btn.btn_day a {
  display: block;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  text-align: center;
  padding: .7em 0;
  position: relative;
  background: #03557e;
  border: 1px solid #04364f;
  text-decoration: none;
  -moz-transition: background 0.5s, border 0.5s, color 0.5s;
  -o-transition: background 0.5s, border 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, border 0.5s, color 0.5s;
  transition: background 0.5s, border 0.5s, color 0.5s;
}
.con_copy .box_copy .btn.btn_day a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 122%;
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .btn.btn_day a {
    padding: 1.2em 0;
  }
}
.con_copy .box_copy .btn.btn_day a:hover {
  background: #04364f;
  color: #fff;
}
.con_copy .box_copy .btn.btn_day a:hover:after {
  color: #fff;
}
.con_copy .box_copy .btn.btn_day a {
  border: transparent 1px solid;
  color: #fff;
}
.con_copy .box_copy .btn.btn_blog a {
  display: block;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  text-align: center;
  padding: .7em 0;
  position: relative;
  background: #fff;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  -moz-transition: background 0.5s, border 0.5s, color 0.5s;
  -o-transition: background 0.5s, border 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, border 0.5s, color 0.5s;
  transition: background 0.5s, border 0.5s, color 0.5s;
}
.con_copy .box_copy .btn.btn_blog a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 122%;
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .btn.btn_blog a {
    padding: 1.2em 0;
  }
}
.con_copy .box_copy .btn.btn_blog a:hover {
  background: #4e4e4e;
  color: #fff;
}
.con_copy .box_copy .btn.btn_blog a:hover:after {
  color: #fff;
}
.con_copy .box_copy .box_pnav {
  max-width: 1021px;
  letter-spacing: -.4em;
  margin: 0 auto;
  text-align: center;
}
.con_copy .box_copy .box_pnav li {
  display: inline-block;
  border-left: 1px solid #c9c9c9;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.con_copy .box_copy .box_pnav li:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #03557e;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_copy .box_copy .box_pnav li:last-child {
  border-right: 1px solid #c9c9c9;
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .box_pnav li:last-child {
    border-bottom: 1px solid #c9c9c9;
  }
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .box_pnav li {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
  }
}
.con_copy .box_copy .box_pnav li a {
  display: block;
  padding: .3em 0;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  text-decoration: none;
  letter-spacing: .08em;
}
.con_copy .box_copy .tbl_basic th {
  width: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_copy .box_copy .tbl_basic th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_copy .box_copy .tbl_basic th {
    width: 28%;
  }
}
.con_copy .box_copy .box_list li {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
.con_copy .box_copy .box_list li:before {
  content: '●';
  color: #81aabe;
  display: inline-block;
  margin-right: .3em;
  font-size: 58%;
}

#fixnav-sp ul li.fixnav_rsv a {
  background: #03557e;
}

#MenuList .con_menu .logo img {
  width: 8em;
}
#MenuList .con_menu .box_gnav li.rsv a {
  background: #03557e;
  color: #fff;
}
