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

 file name  : guide.css
 author     : Ability Consultant
 style info : ホテルのご案内
=================================================================== */
.con_int, .pnav, .con_res, .con_fac, .wrp_inf .con_inf, .con_fro, .wrp_ove .con_ove {
  width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1139px) {
  .con_int, .pnav, .con_res, .con_fac, .wrp_inf .con_inf, .con_fro, .wrp_ove .con_ove {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
html.lower #contents .con_title .page_title {
  text-shadow: 0px 0px 20px #965c41;
}
html.lower #contents .con_title .page_title .jp {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_title .page_title {
    text-shadow: 0px 0px 10px #965c41;
  }
}

/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  text-align: center;
  background: url(../images/common/bg_int.png) no-repeat top center;
  padding: 65px 0;
}
.con_int h3 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 222%;
  color: #fff;
  font-weight: 100;
  letter-spacing: .05em;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_int h3 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int h3 {
    font-size: 150%;
  }
}
.con_int .txt {
  color: #c2ccda;
  letter-spacing: .05em;
  margin-top: 27px;
  line-height: 1.8;
}
@media only screen and (max-width: 1139px) {
  .con_int {
    background-size: contain;
  }
}
@media only screen and (max-width: 1139px) and (max-width: 767px) {
  .con_int {
    padding: 10% 0;
  }
  .con_int .txt {
    line-height: 1.5;
    margin-top: 6%;
    text-align: left;
    letter-spacing: -.03em;
  }
}

/* -----------------------------------------------------------
	pnav
----------------------------------------------------------- */
.pnav {
  border-top: 1px solid #4a6896;
  border-bottom: 1px solid #4a6896;
  text-align: center;
  letter-spacing: -.40em;
  padding: 20px 0;
}
.pnav li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.mouse .pnav li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .pnav li:hover, .touch .pnav li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .pnav li {
  -webkit-tap-highlight-color: transparent;
}
.touch .pnav li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.pnav li.link01 {
  width: 25.08772%;
}
.pnav li.link02 {
  width: 23.24561%;
}
.pnav li.link03 {
  width: 22.63158%;
}
.pnav li.link04 {
  width: 21.57895%;
}
.pnav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: left;
  letter-spacing: -.40em;
}
.pnav li a .photo {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.pnav li a .txt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 1.5em;
  text-align: center;
  position: relative;
  height: 5em;
}
.pnav li a .txt span {
  display: inline-block;
  margin-top: 1.2em;
}
.pnav li a .txt:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  font-size: 143%;
  position: absolute;
  width: 1em;
  bottom: 0;
  margin-left: 0;
  line-height: 1em;
  left: 50%;
  right: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: bottom 0.35s;
  -o-transition: bottom 0.35s;
  -webkit-transition: bottom 0.35s;
  transition: bottom 0.35s;
}
.pnav li:hover a .txt:after {
  bottom: -10%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .pnav li {
    width: 25% !important;
  }
  .pnav li a .photo {
    width: 30%;
  }
  .pnav li a .txt {
    height: 4.5em;
    width: 70%;
    margin-left: 0;
    font-size: 93%;
  }
  .pnav li a .txt span {
    margin-top: 0;
    margin-top: .8em;
  }
}
@media only screen and (max-width: 767px) {
  .pnav {
    padding: 6% 0;
  }
  .pnav li {
    width: 50% !important;
    margin-top: 3%;
  }
  .pnav li a .photo {
    width: 100%;
    display: block;
    text-align: center;
  }
  .pnav li a .txt {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 4%;
    height: 3.5em;
    margin-top: .7em;
  }
  .pnav li a .txt span {
    margin-top: .5em;
  }
  .pnav li:nth-child(-n+2) {
    margin-top: 0;
  }
}

/* -----------------------------------------------------------
	con_res
----------------------------------------------------------- */
.con_res {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .con_res {
    margin-top: 10%;
  }
}
.con_res h3 {
  text-align: center;
  font-weight: 100;
}
.con_res h3 .jp {
  display: block;
  font-size: 222%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-top: .3em;
  letter-spacing: .1em;
  color: #2f2f2f;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_res h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res h3 .jp {
    font-size: 150%;
  }
}
.con_res h3 .en {
  display: block;
  color: #a3a3a3;
  font-size: 72%;
  letter-spacing: .05em;
  margin-top: .5em;
  font-family: "Arial Regular",Times,Garamond,Georgia,serif;
}
.con_res h3:before {
  content: "";
  display: block;
  background: url(../images/common/bg_title.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin: auto;
}
.con_res h3 .jp {
  color: #fff;
}
.con_res .box_slider {
  position: relative;
  margin-top: 30px;
}
.con_res .box_slider .slider {
  margin-bottom: 0;
}
.con_res .box_slider .slider .slick-arrow {
  position: absolute;
  top: 50%;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
.con_res .box_slider .slider .slick-next {
  cursor: pointer;
  right: -5.3%;
  background: url(../images/common/btn_next.png) no-repeat left top;
  background-size: 100% auto;
}
.mouse .con_res .box_slider .slider .slick-next:hover, .touch .con_res .box_slider .slider .slick-next.touchstart {
  text-decoration: none;
  opacity: 0.75 !important;
  cursor: pointer;
}
.ie8 .mouse .con_res .box_slider .slider .slick-next:hover, .ie8 .touch .con_res .box_slider .slider .slick-next.touchstart {
  filter: alpha(opacity=75);
}
.touch .con_res .box_slider .slider .slick-next {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_res .box_slider .slider .slick-next.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1190px) {
  .con_res .box_slider .slider .slick-next {
    right: 0;
  }
}
.con_res .box_slider .slider .slick-prev {
  cursor: pointer;
  left: -5.3%;
  background: url(../images/common/btn_prev.png) no-repeat left top;
  background-size: 100% auto;
}
.mouse .con_res .box_slider .slider .slick-prev:hover, .touch .con_res .box_slider .slider .slick-prev.touchstart {
  text-decoration: none;
  opacity: 0.75 !important;
  cursor: pointer;
}
.ie8 .mouse .con_res .box_slider .slider .slick-prev:hover, .ie8 .touch .con_res .box_slider .slider .slick-prev.touchstart {
  filter: alpha(opacity=75);
}
.touch .con_res .box_slider .slider .slick-prev {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_res .box_slider .slider .slick-prev.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1190px) {
  .con_res .box_slider .slider .slick-prev {
    left: 0;
  }
}
.con_res .box_slider .slider .slick-arrow {
  width: 60px;
  padding-top: 60px;
  margin-top: -30px;
}
.con_res .box_slider .slider .slick-dots {
  bottom: 0;
  padding: 0 0 0;
  position: relative;
  text-align: right;
  right: 2%;
}
.con_res .box_slider .slider .slick-dots li {
  height: 7px;
  width: 85px;
}
.con_res .box_slider .slider .slick-dots li button {
  cursor: pointer;
  padding: 0;
}
.mouse .con_res .box_slider .slider .slick-dots li button:hover, .touch .con_res .box_slider .slider .slick-dots li button.touchstart {
  text-decoration: none;
  opacity: 0.75 !important;
  cursor: pointer;
}
.ie8 .mouse .con_res .box_slider .slider .slick-dots li button:hover, .ie8 .touch .con_res .box_slider .slider .slick-dots li button.touchstart {
  filter: alpha(opacity=75);
}
.touch .con_res .box_slider .slider .slick-dots li button {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_res .box_slider .slider .slick-dots li button.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_res .box_slider .slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #19407b;
  opacity: 1 !important;
  border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  -o-border-radius: 2em;
  -ms-border-radius: 2em;
}
.con_res .box_slider .slider .slick-dots li.slick-active button:before {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_res .box_slider .slider .slick-dots {
    text-align: center;
  }
  .con_res .box_slider .slider .slick-dots li {
    height: .8em;
    width: 19%;
  }
}
.con_res .box_slider .slider .slick-dots {
  position: absolute;
  bottom: 3%;
}
.con_res .box_slider .box_txt {
  letter-spacing: -.40em;
  position: absolute;
  bottom: -94px;
}
.con_res .box_slider .box_txt .photo {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_res .box_slider .box_txt .photo {
    width: 37%;
  }
}
.con_res .box_slider .box_txt .txt {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: bottom;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-left: 23px;
  margin-bottom: 38px;
  color: #c2ccda;
}
@media only screen and (max-width: 767px) {
  .con_res .box_slider {
    margin-top: 6%;
  }
  .con_res .box_slider .box_txt {
    position: static;
    margin-top: 6%;
  }
  .con_res .box_slider .box_txt .photo {
    width: 26%;
    vertical-align: middle;
  }
  .con_res .box_slider .box_txt .txt {
    width: 70%;
    margin-left: 4%;
    font-size: 86%;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.con_res .box_txt {
  margin-top: 25px;
  overflow: hidden;
}
.con_res .box_txt ul {
  float: left;
  margin-top: 78px;
}
.con_res .box_txt ul li {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  color: #c2ccda;
  margin-top: 2px;
  letter-spacing: .03em;
}
.con_res .box_txt table {
  width: 400px;
  float: right;
}
.con_res .box_txt table tr th, .con_res .box_txt table tr td {
  padding: .6em 1em;
  text-align: left;
}
.con_res .box_txt table tr th {
  width: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_res .box_txt {
    margin-top: 8em;
  }
  .con_res .box_txt ul {
    width: 43%;
    margin-top: 2.6em;
  }
  .con_res .box_txt table {
    width: 55%;
  }
  .con_res .box_txt table th {
    width: 7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_txt {
    margin-top: 4%;
  }
  .con_res .box_txt ul {
    margin-top: 0;
  }
  .con_res .box_txt ul li {
    font-size: 93%;
  }
  .con_res .box_txt table {
    margin-top: 4%;
    width: 100%;
  }
  .con_res .box_txt table tr th {
    width: 7em;
  }
}
.con_res .box_list {
  margin-top: 37px;
  overflow: hidden;
}
.con_res .box_list li {
  width: 20%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_res .box_list {
    margin-top: 4%;
  }
  .con_res .box_list li {
    width: 33.33333%;
  }
}

/* -----------------------------------------------------------
	con_fac
----------------------------------------------------------- */
.con_fac {
  margin-top: 135px;
  margin-bottom: 121px;
}
.con_fac h3 {
  text-align: center;
  font-weight: 100;
}
.con_fac h3 .jp {
  display: block;
  font-size: 222%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-top: .3em;
  letter-spacing: .1em;
  color: #2f2f2f;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fac h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac h3 .jp {
    font-size: 150%;
  }
}
.con_fac h3 .en {
  display: block;
  color: #a3a3a3;
  font-size: 72%;
  letter-spacing: .05em;
  margin-top: .5em;
  font-family: "Arial Regular",Times,Garamond,Georgia,serif;
}
.con_fac h3:before {
  content: "";
  display: block;
  background: url(../images/common/bg_title.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin: auto;
}
.con_fac h3 .jp {
  color: #fff;
}
.con_fac .box_fac {
  overflow: hidden;
  margin-top: 36px;
}
.con_fac .box_fac li {
  float: left;
  width: 550px;
  margin-left: 40px;
  margin-top: 52px;
}
.con_fac .box_fac li h4 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  color: #fff;
  font-weight: 100;
  font-size: 165%;
  letter-spacing: .08em;
  margin-top: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fac .box_fac li h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac li h4 {
    font-size: 129%;
  }
}
.con_fac .box_fac li h4 span {
  vertical-align: middle;
  line-height: 1em;
}
.con_fac .box_fac li h4:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #9d7d45;
  width: 14px;
  height: 14px;
  margin-right: .5em;
}
.con_fac .box_fac li > .txt {
  color: #c2ccda;
  margin-top: 15px;
  line-height: 1.6;
}
.con_fac .box_fac li .btn {
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  text-align: center;
  position: relative;
  margin-top: 19px;
  width: 297px;
}
.mouse .con_fac .box_fac li .btn {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_fac .box_fac li .btn:hover, .touch .con_fac .box_fac li .btn.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_fac .box_fac li .btn {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_fac .box_fac li .btn.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_fac .box_fac li .btn:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  right: 6%;
  top: 50%;
  color: #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 143%;
}
.con_fac .box_fac li .btn a, .con_fac .box_fac li .btn input {
  cursor: pointer;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1em 0.8em;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac li .btn a, .con_fac .box_fac li .btn input {
    padding: 0.8em 0;
  }
}
.con_fac .box_fac li .btn:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_fac .box_fac li table {
  margin-top: 19px;
  width: 297px;
}
.con_fac .box_fac li table tr th, .con_fac .box_fac li table tr td {
  text-align: left;
  padding: .3em 1em;
}
.con_fac .box_fac li .box_det {
  letter-spacing: -.40em;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac li .box_det {
    margin-top: 4%;
  }
}
.con_fac .box_fac li .box_det .photo01 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 4.54545%;
  width: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fac .box_fac li .box_det .photo01 {
    width: 40%;
    margin-right: 4%;
  }
}
.con_fac .box_fac li .box_det .box_txt {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 67.45455%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fac .box_fac li .box_det .box_txt {
    width: 53%;
  }
}
.con_fac .box_fac li .box_det .box_txt h5 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 143%;
  font-weight: normal;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fac .box_fac li .box_det .box_txt h5 {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac li .box_det .box_txt h5 {
    font-size: 122%;
  }
}
.con_fac .box_fac li .box_det .box_txt .txt {
  color: #c2ccda;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac li .box_det .box_txt .txt {
    margin-top: 4%;
  }
}
.con_fac .box_fac li:nth-child(-n+2) {
  margin-top: 0;
}
.con_fac .box_fac li:nth-child(2n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fac {
    margin: 10% auto;
  }
  .con_fac .box_fac li {
    width: 49%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac {
    margin: 12% auto;
  }
  .con_fac .box_fac {
    margin-top: 6%;
  }
  .con_fac .box_fac li {
    width: 100%;
    margin-left: 0;
    margin-top: 8% !important;
  }
  .con_fac .box_fac li h4 {
    margin-top: 2%;
  }
  .con_fac .box_fac li .txt {
    margin-top: 4%;
  }
  .con_fac .box_fac li .btn {
    width: 100%;
    margin-top: 4%;
  }
  .con_fac .box_fac li table {
    width: 100%;
    margin-top: 4%;
  }
  .con_fac .box_fac li:first-child {
    margin-top: 0 !important;
  }
}

/* -----------------------------------------------------------
	wrp_inf
----------------------------------------------------------- */
.wrp_inf {
  background: #fff;
}
.wrp_inf .con_inf h3 {
  text-align: center;
  font-weight: 100;
  margin-top: 65px;
}
.wrp_inf .con_inf h3 .jp {
  display: block;
  font-size: 222%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-top: .3em;
  letter-spacing: .1em;
  color: #2f2f2f;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_inf .con_inf h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_inf .con_inf h3 .jp {
    font-size: 150%;
  }
}
.wrp_inf .con_inf h3 .en {
  display: block;
  color: #a3a3a3;
  font-size: 72%;
  letter-spacing: .05em;
  margin-top: .5em;
  font-family: "Arial Regular",Times,Garamond,Georgia,serif;
}
.wrp_inf .con_inf h3:before {
  content: "";
  display: block;
  background: url(../images/common/bg_title.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin: auto;
}
.wrp_inf .con_inf .box_photo {
  margin-top: 55px;
}
.wrp_inf .con_inf .box_inf {
  margin-top: 15px;
  letter-spacing: -.40em;
}
.wrp_inf .con_inf .box_inf > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border-right: 1px dotted #8ca0bd;
  border-top: 1px dotted #8ca0bd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 295px;
  padding: 38px 20px 42px;
}
.wrp_inf .con_inf .box_inf > li h4 {
  color: #19407b;
  font-weight: 100;
  font-size: 136%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_inf .con_inf .box_inf > li h4 {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_inf .con_inf .box_inf > li h4 {
    font-size: 100%;
  }
}
.wrp_inf .con_inf .box_inf > li .txt {
  margin-top: 13px;
}
.wrp_inf .con_inf .box_inf > li table {
  margin-top: 14px;
}
.wrp_inf .con_inf .box_inf > li table tr th {
  width: 6em;
}
@media only screen and (min-width: 1140px) {
  .wrp_inf .con_inf .box_inf > li:nth-child(-n+4) {
    border-top: none;
  }
  .wrp_inf .con_inf .box_inf > li:nth-child(4n+1) {
    padding-left: 0;
    width: 275px;
  }
  .wrp_inf .con_inf .box_inf > li:nth-child(4n+4) {
    padding-right: 0;
    border-right: none;
    width: 274px;
  }
}
@media print {
  .wrp_inf .con_inf .box_inf > li:nth-child(-n+4) {
    border-top: none;
  }
  .wrp_inf .con_inf .box_inf > li:nth-child(4n+1) {
    padding-left: 0;
    width: 275px;
  }
  .wrp_inf .con_inf .box_inf > li:nth-child(4n+4) {
    padding-right: 0;
    border-right: none;
    width: 274px;
  }
}
.ie8 .wrp_inf .con_inf .box_inf > li:nth-child(-n+4) {
  border-top: none;
}
.ie8 .wrp_inf .con_inf .box_inf > li:nth-child(4n+1) {
  padding-left: 0;
  width: 275px;
}
.ie8 .wrp_inf .con_inf .box_inf > li:nth-child(4n+4) {
  padding-right: 0;
  border-right: none;
  width: 274px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_inf .con_inf .box_inf > li {
    width: 33.33333%;
    padding: 3% 2%;
  }
  .wrp_inf .con_inf .box_inf > li:nth-child(-n+3) {
    border-top: none;
  }
  .wrp_inf .con_inf .box_inf > li:nth-child(3n+3) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_inf .con_inf .box_inf > li {
    width: 50%;
    padding: 4% 3%;
    font-size: 86%;
  }
  .wrp_inf .con_inf .box_inf > li .txt {
    margin-top: 4%;
  }
  .wrp_inf .con_inf .box_inf > li table {
    margin-top: 4%;
  }
  .wrp_inf .con_inf .box_inf > li table tr th, .wrp_inf .con_inf .box_inf > li table tr td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 4%;
  }
  .wrp_inf .con_inf .box_inf > li:nth-child(-n+2) {
    border-top: none;
  }
  .wrp_inf .con_inf .box_inf > li:nth-child(2n) {
    border-right: none;
  }
}
.wrp_inf .con_inf .btn {
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #2f2f2f;
  width: 300px;
  margin: 37px auto 0;
}
.mouse .wrp_inf .con_inf .btn {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_inf .con_inf .btn:hover, .touch .wrp_inf .con_inf .btn.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_inf .con_inf .btn {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_inf .con_inf .btn.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_inf .con_inf .btn:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  right: 6%;
  top: 50%;
  color: #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 143%;
}
.wrp_inf .con_inf .btn a, .wrp_inf .con_inf .btn input {
  cursor: pointer;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1em 0.8em;
}
@media only screen and (max-width: 767px) {
  .wrp_inf .con_inf .btn a, .wrp_inf .con_inf .btn input {
    padding: 0.8em 0;
  }
}
.wrp_inf .con_inf .btn a {
  color: #2f2f2f;
}
.wrp_inf .con_inf .btn:after {
  color: #2f2f2f;
}
@media only screen and (max-width: 767px) {
  .wrp_inf .con_inf h3 {
    margin-top: 12%;
  }
  .wrp_inf .con_inf .box_photo {
    margin-top: 8%;
  }
  .wrp_inf .con_inf .box_photo .my-gallery figure a {
    display: block;
    position: relative;
  }
  .wrp_inf .con_inf .box_photo .my-gallery figure a:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-left: -14.5px;
    margin-top: -14.5px;
    width: 25px;
    height: 25px;
    background: url(../guide/images/ic_zoom.png) no-repeat center top;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .wrp_inf .con_inf .box_photo .my-gallery figure a:before {
    width: 18.75px;
    height: 18.75px;
    margin-left: -10.875px;
    margin-top: -10.875px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_inf .con_inf .box_photo .my-gallery figure a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
  }
  .wrp_inf .con_inf .btn {
    margin: 6% auto 0;
    width: 90%;
  }
}
.wrp_inf:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-top: 1px solid #fff;
  background: #19407b;
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
  .wrp_inf:before {
    margin-top: 12%;
  }
}
.wrp_inf:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-top: 1px solid #19407b;
  background: #fff;
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
  .wrp_inf:after {
    margin-top: 12%;
  }
}

/* -----------------------------------------------------------
	con_fro
----------------------------------------------------------- */
.con_fro {
  margin: 70px auto;
}
.con_fro h3 {
  text-align: center;
  font-weight: 100;
}
.con_fro h3 .jp {
  display: block;
  font-size: 222%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-top: .3em;
  letter-spacing: .1em;
  color: #2f2f2f;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fro h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fro h3 .jp {
    font-size: 150%;
  }
}
.con_fro h3 .en {
  display: block;
  color: #a3a3a3;
  font-size: 72%;
  letter-spacing: .05em;
  margin-top: .5em;
  font-family: "Arial Regular",Times,Garamond,Georgia,serif;
}
.con_fro h3:before {
  content: "";
  display: block;
  background: url(../images/common/bg_title.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin: auto;
}
.con_fro h3 .jp {
  color: #fff;
}
.con_fro .box_fro {
  overflow: hidden;
}
.con_fro .box_fro > li {
  float: left;
  width: 500px;
  margin-top: 25px;
}
.con_fro .box_fro > li h4 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  color: #fff;
  font-weight: 100;
  font-size: 165%;
  letter-spacing: .08em;
  font-size: 122%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fro .box_fro > li h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fro .box_fro > li h4 {
    font-size: 129%;
  }
}
.con_fro .box_fro > li h4 span {
  vertical-align: middle;
  line-height: 1em;
}
.con_fro .box_fro > li h4:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #9d7d45;
  width: 14px;
  height: 14px;
  margin-right: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fro .box_fro > li h4 {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fro .box_fro > li h4 {
    font-size: 108%;
  }
}
.con_fro .box_fro > li ol {
  border-top: 1px dotted #6980a3;
  margin-top: 8px;
  padding-top: 8px;
  margin-left: 1.8em;
}
.con_fro .box_fro > li ol li {
  color: #c2ccda;
}
.con_fro .box_fro > li ol li.space {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.con_fro .box_fro > li:nth-child(2n) {
  width: 570px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_fro .box_fro > li {
    width: 47% !important;
    margin-left: 2%;
    margin-top: 4%;
  }
  .con_fro .box_fro > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fro {
    margin: 12% auto;
  }
  .con_fro .box_fro {
    margin-top: 6%;
  }
  .con_fro .box_fro > li {
    width: 100% !important;
    float: none !important;
    margin-top: 4% !important;
  }
  .con_fro .box_fro > li:first-child {
    margin-top: 0;
  }
}

/* -----------------------------------------------------------
	wrp_ove
----------------------------------------------------------- */
.wrp_ove {
  background: #19407b;
  border-top: 1px solid #6e86ab;
}
.wrp_ove:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #6e86ab;
  margin-top: 1px;
}
.wrp_ove .con_ove {
  padding: 72px 0 65px;
}
.wrp_ove .con_ove h3 {
  text-align: center;
  font-weight: 100;
}
.wrp_ove .con_ove h3 .jp {
  display: block;
  font-size: 222%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-top: .3em;
  letter-spacing: .1em;
  color: #2f2f2f;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_ove .con_ove h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_ove .con_ove h3 .jp {
    font-size: 150%;
  }
}
.wrp_ove .con_ove h3 .en {
  display: block;
  color: #a3a3a3;
  font-size: 72%;
  letter-spacing: .05em;
  margin-top: .5em;
  font-family: "Arial Regular",Times,Garamond,Georgia,serif;
}
.wrp_ove .con_ove h3:before {
  content: "";
  display: block;
  background: url(../images/common/bg_title.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin: auto;
}
.wrp_ove .con_ove h3 .jp {
  color: #fff;
}
.wrp_ove .con_ove table {
  margin-top: 50px;
}
.wrp_ove .con_ove table tr th, .wrp_ove .con_ove table tr td {
  padding: 12px 15px;
}
.wrp_ove .con_ove table tr th {
  width: 237px;
  text-align: left;
}
.wrp_ove .con_ove table tr td {
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_ove .con_ove table tr td {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_ove .con_ove table tr td {
    font-size: 93%;
  }
}
.wrp_ove .con_ove table tr td .btn {
  width: 300px;
  margin-bottom: 1em;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #2f2f2f;
}
.mouse .wrp_ove .con_ove table tr td .btn {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_ove .con_ove table tr td .btn:hover, .touch .wrp_ove .con_ove table tr td .btn.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_ove .con_ove table tr td .btn {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_ove .con_ove table tr td .btn.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_ove .con_ove table tr td .btn:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  right: 6%;
  top: 50%;
  color: #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 143%;
}
.wrp_ove .con_ove table tr td .btn a, .wrp_ove .con_ove table tr td .btn input {
  cursor: pointer;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1em 0.8em;
}
@media only screen and (max-width: 767px) {
  .wrp_ove .con_ove table tr td .btn a, .wrp_ove .con_ove table tr td .btn input {
    padding: 0.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_ove .con_ove table tr td .btn {
    width: 90%;
  }
}
.wrp_ove .con_ove table tr td .btn a {
  color: #2f2f2f;
}
.wrp_ove .con_ove table tr td .btn:after {
  color: #2f2f2f;
  content: '\f1c1';
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_ove .con_ove {
    padding: 6% 0 7%;
  }
  .wrp_ove .con_ove table {
    margin-top: 4%;
  }
  .wrp_ove .con_ove table tr th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_ove .con_ove {
    padding: 10% 0;
  }
  .wrp_ove .con_ove table {
    margin-top: 8%;
  }
  .wrp_ove .con_ove table tr th, .wrp_ove .con_ove table tr td {
    padding: 4% 3%;
    width: 100%;
    display: block;
  }
}

figure {
  margin: 0 !important;
}
