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

 file name  : plan_couple.css
 author     : Ability Consultant
 style info : カップル・ご夫婦
=================================================================== */
.con_info:after, .box_info:after, .box_info li .box_inner:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	img_intro
----------------------------------------------------------- */
.img_intro h3 {
  box-shadow: 0 0 50px #9C7900 inset;
  -moz-box-shadow: 0 0 50px #9C7900 inset;
  -webkit-box-shadow: 0 0 50px #9C7900 inset;
  padding: 3%;
}

/* -----------------------------------------------------------
	.box_lnk
----------------------------------------------------------- */
.box_lnk {
  margin: 0 !important;
  background: #ba9f78;
}
@media only screen and (max-width: 767px) {
  .box_lnk {
    margin: 5% 0;
  }
}
.box_lnk li {
  width: 19.26316%;
  margin: 0 !important;
}
.box_lnk li a {
  display: block;
  padding: 0 !important;
}
.box_lnk li img {
  width: 100%;
}
.box_lnk li:nth-child(1) {
  width: 20.94737%;
}
.box_lnk li:nth-child(2) {
  width: 19.26316%;
}
.box_lnk li:nth-child(3) {
  width: 19.26316%;
}
.box_lnk li:nth-child(4) {
  width: 19.36842%;
}
.box_lnk li:nth-child(5) {
  width: 21.15789%;
}

/* -----------------------------------------------------------
	#select_lnk_op
----------------------------------------------------------- */
#select_lnk_op {
  margin: 0 3px 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAPklEQVQImVXLsQ2AMBAEwbFFiRATmya+FURRppOPSR4JNjlpddsi4sTuz9VxYH7kjdGR2GoTK3Kp16yyvfUDdNcMQORUtu4AAAAASUVORK5CYII=) no-repeat 95% 50% #ebcd71;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: .5em 1em .5em .5em;
  border-color: #ebcd71;
  width: 100%;
  margin: 1em 0;
  font-size: 139%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	.centering_imgs
----------------------------------------------------------- */
.centering_img {
  text-align: center;
  margin: 1.5em 0;
}
@media only screen and (max-width: 767px) {
  .centering_img {
    position: relative;
    border: 1px solid #d6ca9a;
  }
  .centering_img:before {
    content: "";
    background: url(../plan/images/couple/ic_flower.png) no-repeat;
    width: 100px;
    height: 23px;
    position: absolute;
    left: 50%;
    top: -12px;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 767px) {
  .centering_img {
    margin: 3% 0 5%;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	st_box
----------------------------------------------------------- */
.st_box {
  color: #9c7900;
  border-left: 3px solid #9c7900;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .st_box {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .st_box {
    font-size: 139%;
  }
}

/* -----------------------------------------------------------
	.j_centering02 スタッフ一同お待ちしております
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .j_centering02 {
    margin-top: 1em;
  }
}
.j_centering02 h4 {
  color: #3d1112;
}

/* -----------------------------------------------------------
	con_plan
----------------------------------------------------------- */
.con_plan {
  overflow: hidden;
  *zoom: 1;
}
.con_plan h3 {
  color: #663366;
}
.con_plan .plan-box-r .img img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .con_plan .plan-box-r .img img {
    width: 100%;
  }
}
.con_plan .plan-box-l .img img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .con_plan .plan-box-l .img img {
    width: 100%;
  }
}
.con_plan .box_plan {
  border: 1px solid #d6ca9a;
  overflow: initial !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan {
    padding-top: 6% !important;
    margin-top: 2em !important;
  }
}
.con_plan .box_plan:before {
  content: "";
  background: url(../plan/images/couple/ic_flower.png) no-repeat;
  width: 100px;
  height: 23px;
  position: absolute;
  left: 50%;
  top: -12px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.con_plan .box_plan .plan-box-inner.right .box_left {
  float: right;
}
.con_plan .box_plan .plan-box-inner.right .box_right {
  float: left;
}
.con_plan .box_plan .plan-box-inner .box_inner {
  overflow: hidden;
}
.con_plan .box_plan .plan-box-inner .box_inner .plan-box-r {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .plan-box-inner {
    padding: 3% 0;
  }
  .con_plan .box_plan .plan-box-inner.right .plan-box-r {
    margin-bottom: 3%;
  }
}
.con_plan.img_bath .plan_box_inner {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .con_plan.img_bath .plan_box_inner .plan-text {
    margin-top: 2em;
  }
}
@media print {
  .con_plan.img_bath .plan_box_inner .plan-text {
    margin-top: 2em;
  }
}
.ie8 .con_plan.img_bath .plan_box_inner .plan-text {
  margin-top: 2em;
}
.con_plan.img_bath .plan_box_inner .img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info h4 {
  font-size: 170%;
  margin-bottom: .5em;
  font-weight: bold;
  background: #fde197;
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #fe5454;
  text-shadow: 2px 0 0 #FFF, -2px 0 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF, 1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
  padding: .5em 2em;
  position: relative;
  margin-left: .5em;
}
@media only screen and (max-width: 767px) {
  .con_info h4 {
    margin-left: 0;
    padding: 3% 1em;
    font-size: 131%;
  }
}
.con_info h4:before {
  background: url(../plan/images/couple/nor.png) no-repeat left center;
  content: "";
  position: absolute;
  left: -17px;
  top: -16px;
  width: 65px;
  height: 55px;
}
@media only screen and (max-width: 767px) {
  .con_info h4:before {
    left: -.5em;
    top: -1em;
    -webkit-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_info h4 {
    font-size: 100%;
  }
}
.con_info h3 {
  background: transparent url("../plan/images/couple/bg_title_box.png") center center no-repeat;
  background-size: cover;
  margin: 1.5em 0;
  height: 71px;
  line-height: 71px;
  padding-left: 2em;
  color: #cc3433;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_info h3 {
    border: 1px solid #e6b0be;
    overflow: hidden;
    *zoom: 1;
    height: auto;
    line-height: normal;
    padding-left: 0;
    padding: 3%;
    background: none;
  }
}
.con_info h3 span {
  position: relative;
  color: #cc3433;
  z-index: 0;
  font-size: 185%;
  font-weight: bold;
}
.con_info h3 b {
  font-size: 124%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  vertical-align: top;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_info h3 b {
    vertical-align: baseline;
  }
}
.con_info h3 .txt_info {
  position: absolute;
  right: 2em;
  bottom: 25%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 139%;
  z-index: 9;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_info h3 .txt_info {
    position: inherit;
    right: inherit;
    bottom: inherit;
    float: right;
    margin-top: .5em;
  }
}
.con_info h3#ryouri {
  margin-top: 0;
}
.con_info .box_info {
  background: url(../plan/images/couple/couple_39.gif) center bottom repeat-x;
}
.con_info .box_info li:nth-child(odd) {
  background: url(../plan/images/couple/couple_62.gif) right top repeat-y;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info li:nth-child(odd) {
    background: url(../plan/images/couple/couple_39.gif) center bottom repeat-x;
  }
}
.con_info .box_info li .btn_view a {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjhmOGY4Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(50%, #f8f8f8), color-stop(50%, #f8f8f8), color-stop(51%, #eeeeee), color-stop(100%, #f8f8f8));
  background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 50%, #f8f8f8 50%, #eeeeee 51%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #fefefe 0%, #f8f8f8 50%, #f8f8f8 50%, #eeeeee 51%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f8f8f8 50%, #f8f8f8 50%, #eeeeee 51%, #f8f8f8 100%);
  color: #c26766;
  border: 1px solid #cfcfcf;
}
.con_info .box_info.full li {
  background: none;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info.full li {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .con_info .box_info.full li .txt {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_info.full li .box_inner {
    padding-bottom: 0;
  }
}

/* -----------------------------------------------------------
	.box_info
----------------------------------------------------------- */
.box_info {
  margin: .5em 0;
  padding-bottom: 1em;
}
.box_info li {
  float: left;
  width: 47% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .box_info li {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .box_info li {
    width: 100% !important;
  }
}
.box_info li:nth-child(odd) {
  width: 50% !important;
  margin-right: 3%;
  padding-right: 4%;
}
@media only screen and (max-width: 767px) {
  .box_info li:nth-child(odd) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_info li:nth-child(odd) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .box_info li:nth-child(odd).last {
    background: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .box_info li:nth-child(odd) {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 3%;
    padding-bottom: 3%;
    width: 100% !important;
  }
  .box_info li:nth-child(odd).last {
    background: none;
    padding-bottom: 0;
  }
}
.box_info li .box_inner {
  position: relative;
  padding-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .box_info li .box_inner {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_info li .box_inner {
    padding-bottom: 1em;
  }
}
.box_info li:last-child {
  margin-right: 0;
}
.box_info li h4 {
  font-size: 108%;
  margin-bottom: .5em;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .box_info li h4 {
    font-size: 100%;
  }
}
.box_info li .img {
  margin-bottom: .5em;
}
.box_info li .img img {
  width: 100%;
}
.box_info li .txt {
  margin: 4% 0 1%;
  font-size: 108%;
  line-height: normal;
}
.box_info li .btn_view a {
  font-size: 124%;
  padding: .4em .2em;
}
@media only screen and (min-width: 768px) and (max-width: 933.5px) {
  .box_info li .btn_view a {
    font-size: 110%;
  }
}
.box_info li .btn_view a img {
  width: 1.8em;
}
@media only screen and (max-width: 767px) {
  .box_info li .btn_view {
    position: static;
  }
  .box_info li .btn_view a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .box_info li.last {
    clear: left;
    width: 100% !important;
    margin: 0;
    background: none;
    padding: 0;
  }
  .box_info li.last .box_inner {
    padding-bottom: 0;
  }
  .box_info li.last .img {
    float: left;
    width: 47%;
  }
  .box_info li.last .box_txt {
    float: right;
    width: 47%;
  }
  .box_info li.last .box_txt .btn_view {
    left: auto;
    right: 0;
    width: 47%;
  }
}
@media print {
  .box_info li.last {
    clear: left;
    width: 100% !important;
    margin: 0;
    background: none;
    padding: 0;
  }
  .box_info li.last .box_inner {
    padding-bottom: 0;
  }
  .box_info li.last .img {
    float: left;
    width: 47%;
  }
  .box_info li.last .box_txt {
    float: right;
    width: 47%;
  }
  .box_info li.last .box_txt .btn_view {
    left: auto;
    right: 0;
    width: 47%;
  }
}
.ie8 .box_info li.last {
  clear: left;
  width: 100% !important;
  margin: 0;
  background: none;
  padding: 0;
}
.ie8 .box_info li.last .box_inner {
  padding-bottom: 0;
}
.ie8 .box_info li.last .img {
  float: left;
  width: 47%;
}
.ie8 .box_info li.last .box_txt {
  float: right;
  width: 47%;
}
.ie8 .box_info li.last .box_txt .btn_view {
  left: auto;
  right: 0;
  width: 47%;
}

/* -----------------------------------------------------------
	con_info_lnk
----------------------------------------------------------- */
.con_info_lnk {
  overflow: hidden;
  *zoom: 1;
}
.con_info_lnk h2 {
  margin-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  .con_info_lnk h2 {
    margin-bottom: 2em;
  }
}
.con_info_lnk h2 a {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZWRlZSIvPjxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjZDY5YTljIi8+PHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiNkNjlhOWMiLz48c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2QwODg4YyIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZTFiOWI5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdedee), color-stop(39%, #d69a9c), color-stop(39%, #d69a9c), color-stop(62%, #d0888c), color-stop(99%, #e1b9b9));
  background: -moz-linear-gradient(top, #fdedee 0%, #d69a9c 39%, #d69a9c 39%, #d0888c 62%, #e1b9b9 99%);
  background: -webkit-linear-gradient(top, #fdedee 0%, #d69a9c 39%, #d69a9c 39%, #d0888c 62%, #e1b9b9 99%);
  background: linear-gradient(to bottom, #fdedee 0%, #d69a9c 39%, #d69a9c 39%, #d0888c 62%, #e1b9b9 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdedee', endColorstr='#e1b9b9',GradientType=0 );
  /* IE6-9 */
  text-decoration: none;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #FFF;
  text-shadow: 0 -1px 4px #bd576d;
  font-size: 154%;
  display: block;
  padding: .6em .6em;
  font-weight: bold;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.con_info_lnk h2 a:hover {
  color: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_info_lnk h2 a {
    letter-spacing: -.2em;
  }
}
.con_info_lnk h2 a img {
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .con_info_lnk h2 a small {
    display: block;
    letter-spacing: 0;
  }
}
.con_info_lnk .list_inner {
  overflow: hidden;
  *zoom: 1;
}
.con_info_lnk .list_inner li {
  width: 49%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_info_lnk .list_inner li {
    width: 100%;
    margin-bottom: 3%;
  }
}
.con_info_lnk .list_inner li:last-child {
  float: right;
}
.con_info_lnk .list_inner li a {
  display: block;
  border: 3px double #e1a6a6;
  padding: .5em .5em;
  text-align: center;
  font-weight: bold;
  color: #990000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 170%;
  text-decoration: none;
}
.con_info_lnk .list_inner li img {
  vertical-align: baseline;
}
