@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.con_intr .box_intr, .con_roo {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1139px) {
  .con_intr .box_intr, .con_roo {
    width: 91.66667%;
  }
}

@-moz-keyframes sliderNav {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes sliderNav {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes sliderNav {
  0% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.box_pagetitle h2:before, .box_pagetitle h2:after {
  width: 35% !important;
}

#gnav_roo a:after {
  width: 100% !important;
}

/* -----------------------------------------------------------
	con_intr
----------------------------------------------------------- */
.con_intr {
  height: 600px;
  background: url(../rooms/images/bg_int.jpg) no-repeat center top;
  background-size: cover;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .con_intr {
    background: #f3f4ee;
    min-height: 800px;
  }
}
.con_intr #topices {
  padding: 15px 0;
  margin: 0 auto !important;
}
.con_intr .box_intr {
  text-align: center;
  padding: 0 0 47px;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr {
    padding: 5% 0;
  }
}
.con_intr .box_intr .txt_cat {
  letter-spacing: .3em;
  margin-bottom: 10px;
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .txt_cat {
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_intr .box_intr .txt_cat {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .txt_cat {
    font-size: 139%;
  }
}
.con_intr .box_intr .txt_cat span.blue {
  color: #0a7595;
}
.con_intr .box_intr .txt_cat span.orange {
  color: #c87d06;
}
.con_intr .box_intr .txt_cat span.green {
  color: #5a731a;
}
.con_intr .box_intr .txt {
  font-size: 116%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  letter-spacing: .05em;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_intr .box_intr .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .txt {
    font-size: 108%;
  }
}
.con_intr .box_intr .wifi {
  background: #0a7595;
  color: #fff;
  margin: 15px auto 40px;
  padding: .5em 0;
  font-size: 108%;
  width: 190px;
  border-top-right-radius: 25% 120%;
  border-bottom-right-radius: 25% 120%;
  border-top-left-radius: 25% 120%;
  border-bottom-left-radius: 25% 120%;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .wifi {
    width: 13em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .wifi {
    margin: 3% auto;
  }
}
.con_intr .box_intr .wifi span:before {
  content: '\f1eb';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: .5em;
}
.con_intr .box_intr .box_anc {
  overflow: hidden;
  width: 640px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .box_anc {
    width: 100%;
  }
}
.con_intr .box_intr .box_anc li {
  float: left;
  width: 24.6875%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .box_anc li {
    width: 100%;
    float: none;
  }
  .con_intr .box_intr .box_anc li a img {
    width: 100%;
  }
}
.con_intr .box_intr .box_anc li:after {
  content: "";
  width: 1px;
  height: 9em;
  background: #ada18e;
  top: 1em;
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .box_anc li:after {
    width: 100%;
    height: 1px;
    top: 100%;
  }
}
.con_intr .box_intr .box_anc li:last-child:after {
  background: none;
}
.con_intr .box_intr .box_anc li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1em 11.39241% 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .box_anc li a {
    padding: 2%;
    text-align: left;
    letter-spacing: -.4em;
  }
}
.con_intr .box_intr .box_anc li a:hover {
  background: #fff;
}
.con_intr .box_intr .box_anc li a .photo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .box_anc li a .photo {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
}
.con_intr .box_intr .box_anc li a .st {
  padding: .8em 0 .5em;
  line-height: 1.25;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 108%;
}
.con_intr .box_intr .box_anc li a .st:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  display: block;
  margin: auto;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .box_anc li a .st:after {
    display: inline-block;
    margin-left: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .box_anc li a .st {
    width: 71%;
    margin-left: 4%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
}

/* -----------------------------------------------------------
	con_roo
----------------------------------------------------------- */
.con_roo {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_roo {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo {
    margin-top: 15%;
  }
}
.con_roo h3 {
  font-weight: normal;
  text-align: center;
  position: relative;
  font-size: 247%;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_roo h3 {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo h3 {
    font-size: 177%;
  }
}
.con_roo h3:before {
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  margin: 0 auto .2em;
  line-height: 1;
  background: url(../images/common/ic_title.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .con_roo h3:before {
    width: 1.2em;
    height: 0.6em;
  }
}
.con_roo h3 em {
  display: block;
  line-height: 1;
  color: #004025;
  margin-bottom: .2em;
  font-family: 'Cinzel', serif;
}
@media only screen and (max-width: 767px) {
  .con_roo h3 em {
    letter-spacing: normal;
  }
}
.con_roo h3 span {
  display: block;
  line-height: 1;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 50%;
}
@media only screen and (max-width: 767px) {
  .con_roo h3 {
    margin-bottom: 4%;
  }
}
.con_roo .box_roo {
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo {
    margin-bottom: 0;
  }
}
.con_roo .box_roo .box_slide {
  width: 56.22807%;
  float: left;
}
.con_roo .box_roo .box_slide .slick-arrow {
  z-index: 2;
}
.mouse .con_roo .box_roo .box_slide .slick-arrow {
  -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_roo .box_roo .box_slide .slick-arrow:hover, .touch .con_roo .box_roo .box_slide .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_roo .box_roo .box_slide .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_roo .box_roo .box_slide .slick-arrow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_roo .box_roo .box_slide .slick-prev {
  left: 2%;
  width: 30px;
  height: 58px;
}
@media only screen and (max-width: 1139px) {
  .con_roo .box_roo .box_slide .slick-prev {
    width: 6.02273%;
    height: 103px;
  }
}
.con_roo .box_roo .box_slide .slick-prev:before {
  content: "";
  background: url(../images/common/ic_arr-pc.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 1139px) {
  .con_roo .box_roo .box_slide .slick-prev:before {
    background: url(../images/common/ic_arr-sp.png) no-repeat center/100% auto;
  }
}
.con_roo .box_roo .box_slide .slick-next {
  right: 2%;
  width: 30px;
  height: 58px;
}
@media only screen and (max-width: 1139px) {
  .con_roo .box_roo .box_slide .slick-next {
    width: 6.02273%;
    height: 103px;
  }
}
.con_roo .box_roo .box_slide .slick-next:before {
  content: "";
  background: url(../images/common/ic_arr-pc.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media only screen and (max-width: 1139px) {
  .con_roo .box_roo .box_slide .slick-next:before {
    background: url(../images/common/ic_arr-sp.png) no-repeat center/100% auto;
  }
}
.con_roo .box_roo .box_slide .slick-dots {
  z-index: 3;
  bottom: -2em;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_slide .slick-dots {
    bottom: -1.5em;
  }
}
.con_roo .box_roo .box_slide .slick-dots li {
  width: 35px;
  height: 2px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_slide .slick-dots li {
    width: 11.08214%;
    height: 5px;
  }
}
.con_roo .box_roo .box_slide .slick-dots li button {
  height: 100%;
  width: 100%;
}
.con_roo .box_roo .box_slide .slick-dots li button:before {
  content: "";
  background: #abab60;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_roo .box_roo .box_slide .slick-dots li button:after {
  content: "";
  background: #004025;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.con_roo .box_roo .box_slide .slick-dots li.slick-active button:after {
  -moz-animation: sliderNav 10s linear 1.5s 1 forwards;
  -webkit-animation: sliderNav 10s linear 1.5s 1 forwards;
  animation: sliderNav 10s linear 1.5s 1 forwards;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_roo .box_roo .box_slide {
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_slide {
    width: 100%;
    float: none;
    margin-bottom: 10%;
  }
  .con_roo .box_roo .box_slide img {
    width: 100%;
  }
}
.con_roo .box_roo .box_slide .slick-dots {
  bottom: -2em;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_slide .slick-dots {
    bottom: -1.5em;
  }
}
.con_roo .box_roo .box_det {
  width: 39.82456%;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_roo .box_roo .box_det {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) and (max-width: 767px) {
  .con_roo .box_roo .box_det {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det {
    width: 100%;
    float: none;
  }
}
.con_roo .box_roo .box_det .txt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det .txt {
    margin-bottom: 4%;
  }
}
.con_roo .box_roo .box_det .tbl_basic td {
  padding: .5em .5em .5em 1em;
}
.con_roo .box_roo .box_det .memo {
  margin-top: 3%;
}
.con_roo .box_roo .box_view {
  background: #f4f4eb;
  padding: 14px;
  width: 39.82456%;
  float: right;
  margin-top: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_view {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1139px) {
  .con_roo .box_roo .box_view {
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_roo .box_roo .box_view {
    width: 454px;
    clear: both;
    margin: 0 auto 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_view {
    width: 100%;
    margin-top: 5%;
  }
  .con_roo .box_roo .box_view img {
    width: 100%;
  }
}
@media only screen and (min-width: 544.5px) and (max-width: 767px) {
  .con_roo .box_roo .box_view {
    width: 70%;
    margin: 5% auto 0;
  }
}
.con_roo .box_roo .box_view .st {
  background: #fff;
  color: #5a731a;
  padding: 3em .6em;
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 139%;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_view .st {
    padding: 0;
    background: none;
  }
}
.con_roo .box_roo .box_view .photo {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_view .photo {
    float: none;
    display: block;
  }
}
.con_roo .box_roo .box_view .memo {
  letter-spacing: normal;
  margin-top: .8em;
  line-height: 1.4;
}
.con_roo .box_roo .box_view .memo:before {
  content: '';
  width: 19px;
  height: 18px;
  background: url(../rooms/images/ic_view.png) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-right: .3em;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_view .memo:before {
    width: 1.1em;
    height: 1.1em;
    background-size: contain;
    vertical-align: baseline;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_view .memo {
    margin-left: 1em;
    text-indent: -1em;
  }
}
.con_roo .btn {
  width: 360px;
  margin: auto;
}
.con_roo .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 1em 0;
  text-align: center;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.29);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.29);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDAyNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMjkxMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004025), color-stop(100%, #002910));
  background: -moz-linear-gradient(#004025, #002910);
  background: -webkit-linear-gradient(#004025, #002910);
  background: linear-gradient(#004025, #002910);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF004025', endColorstr='#FF002910');
}
.con_roo .btn a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  display: inline-block;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.con_roo .btn a:hover {
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}
.con_roo .btn a:hover:after {
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
@media only screen and (max-width: 767px) {
  .con_roo .btn {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .btn {
    margin-top: 5%;
  }
}
.con_roo .btn a {
  font-size: 108%;
  padding: 1.3em 0;
}
@media only screen and (max-width: 767px) {
  .con_roo .btn a {
    padding: 1em;
  }
}
.con_roo .btn a:hover {
  color: #fff;
}

.wrp_jap {
  background: url(../rooms/images/bg_jap.jpg);
  position: relative;
}
.wrp_jap:before {
  content: '';
  width: 412px;
  height: 457px;
  background: url(../rooms/images/bg_leaf1.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_jap:before {
    display: none;
  }
}
.wrp_jap:after {
  content: '';
  width: 455px;
  height: 422px;
  background: url(../rooms/images/bg_leaf2.png) no-repeat left top;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_jap:after {
    display: none;
  }
}
.wrp_jap .con_roo {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .wrp_jap .con_roo {
    padding: 12% 0;
  }
}
.wrp_jap .con_roo .box_view, .wrp_jap .con_roo .btn {
  position: relative;
  z-index: 1;
}

/* -----------------------------------------------------------
	con_over
----------------------------------------------------------- */
.con_over {
  background: url(../rooms/images/bg_ame.jpg) no-repeat;
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_over {
    padding: 6% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_over {
    padding: 12% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_over {
    background-size: cover;
  }
}
.con_over .box_over {
  max-width: 940px;
  margin: auto;
  padding: 30px 40px 40px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.89);
}
@media only screen and (max-width: 767px) {
  .con_over .box_over {
    padding: 0;
  }
}
@media only screen and (max-width: 1139px) {
  .con_over .box_over {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_over .box_over {
    background: none;
  }
}
.con_over .box_over h3 {
  font-weight: normal;
  text-align: center;
  position: relative;
  font-size: 247%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_over .box_over h3 {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_over .box_over h3 {
    font-size: 177%;
  }
}
.con_over .box_over h3:before {
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  margin: 0 auto .2em;
  line-height: 1;
  background: url(../images/common/ic_title.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .con_over .box_over h3:before {
    width: 1.2em;
    height: 0.6em;
  }
}
.con_over .box_over h3 em {
  display: block;
  line-height: 1;
  color: #004025;
  margin-bottom: .2em;
  font-family: 'Cinzel', serif;
}
@media only screen and (max-width: 767px) {
  .con_over .box_over h3 em {
    letter-spacing: normal;
  }
}
.con_over .box_over h3 span {
  display: block;
  line-height: 1;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 50%;
}
.con_over .box_over .tbl_basic-sp {
  margin: 30px 0 20px;
}
.con_over .box_over .tbl_basic-sp th {
  width: 22%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_over .box_over .tbl_basic-sp th {
    width: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .con_over .box_over .tbl_basic-sp th {
    width: 100%;
  }
}
.con_over .box_over .tbl_basic-sp td {
  padding: .5em .5em .5em 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_over .box_over .tbl_basic-sp td {
    background: #fff;
  }
}
.con_over .box_over .box_ame {
  overflow: hidden;
}
.con_over .box_over .box_ame li {
  width: 14.28571%;
  float: left;
  border-right: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_over .box_over .box_ame li:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .con_over .box_over .box_ame li {
    width: 25%;
  }
  .con_over .box_over .box_ame li img {
    width: 100%;
  }
}
