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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_onsen .st_high, .con_onsen .box_tab .box_nav, .con_topics .title_inner .st_mid_center, .con_topics .wrp_main .inner, .con_pop {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1140px) {
  .con_onsen .st_high, .con_onsen .box_tab .box_nav, .con_topics .title_inner .st_mid_center, .con_topics .wrp_main .inner, .con_pop {
    width: 95%;
  }
}

.con_news .con_inner .box_link ul:after, .con_topics .wrp_main .inner:after, .con_fac .inner:after, .con_pop .box_pop:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 0;
  }
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.con_main .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
  font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 358%;
  line-height: 77px;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  text-shadow: 0 0 16px #2c130c;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_main .catch {
    font-size: 308%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .catch {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .catch {
    top: 60%;
    line-height: 50px;
  }
}
.con_main .banner {
  position: absolute;
  bottom: 10%;
  right: 3%;
  z-index: 4;
  width: 24.82456%;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_main .banner {
    bottom: 15%;
  }
}
.con_main .btn_scroll {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.con_main .btn_scroll:hover {
  bottom: 14%;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .con_main .btn_scroll {
    bottom: 10%;
  }
  .con_main .btn_scroll:hover {
    bottom: 9%;
  }
}
.con_main .btn_scroll a {
  color: #fff;
  text-decoration: none;
  font-family: "Crimson Text", serif;
  display: inline-block;
  position: relative;
  font-size: 115%;
  padding-bottom: 22px;
  text-shadow: 0 0 16px #2c130c;
}
@media only screen and (max-width: 767px) {
  .con_main .btn_scroll a {
    font-size: 108%;
  }
}
.con_main .btn_scroll a:after {
  content: '↓';
  font-family: "yomogi", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 0 16px #2c130c;
  font-size: 125%;
}
@media only screen and (max-width: 767px) {
  .con_main .btn_scroll a:after {
    font-size: 120%;
  }
}
.con_main .btn_scroll a:hover {
  color: #fff;
}
.con_main .box_slide .slide {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.con_main .box_slide .slide.slide01 {
  background-image: url(../images/home/img_main01-pc.jpg);
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide.slide01 {
    background-image: url(../images/home/img_main01-sp.jpg);
  }
}
.con_main .box_slide .slide.slide02 {
  background-image: url(../images/home/img_main02-pc.jpg);
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide.slide02 {
    background-image: url(../images/home/img_main02-sp.jpg);
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
}
.con_intro:before, .con_intro:after {
  content: '';
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1140px) {
  .con_intro:before, .con_intro:after {
    display: none;
  }
}
.con_intro:before {
  background: url(../images/home/bg_left.png) no-repeat top left;
  width: 534px;
  height: 278px;
  left: 0;
  top: 0;
}
.con_intro:after {
  background: url(../images/home/bg_right.png) no-repeat bottom right;
  width: 487px;
  height: 352px;
  right: 0;
  bottom: -154px;
}
.con_intro .con_inner {
  position: relative;
  z-index: 2;
  padding: 100px 0 58px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .con_inner {
    padding-top: 80px;
  }
}
.con_intro .con_inner .st_high_sec {
  margin-bottom: 45px;
  color: #8e513e;
}
@media only screen and (max-width: 767px) {
  .con_intro .con_inner .st_high_sec {
    margin-bottom: 30px;
  }
}
.con_intro .con_inner .txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 129%;
  line-height: 45px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_intro .con_inner .txt {
    font-size: 115%;
    line-height: 38px;
    margin-bottom: 40px;
  }
}

/* -----------------------------------------------------------
	.con_onsen
----------------------------------------------------------- */
.con_onsen {
  background: url(../images/home/bg_brown.png) repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_onsen {
    padding: 20px 0 30px;
  }
}
.con_onsen:before, .con_onsen:after {
  content: '';
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1140px) {
  .con_onsen:before, .con_onsen:after {
    display: none;
  }
}
.con_onsen:before {
  background: url(../images/home/bg_wave_brown.jpg) no-repeat top center;
  height: 56px;
}
.con_onsen:after {
  background: url(../images/home/bg_wave_brown02.jpg) no-repeat bottom center;
  height: 55px;
}
.con_onsen .st_high {
  margin-bottom: 45px;
  padding-top: 75px;
}
@media only screen and (max-width: 1140px) {
  .con_onsen .st_high {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .st_high {
    padding-top: 0;
  }
}
.con_onsen .st_high span {
  color: #fff;
}
.con_onsen .st_high span:before {
  background: url(../images/common/ic_dot_white.png) no-repeat;
}
.con_onsen .st_high span:after {
  background: url(../images/common/ic_dot_white.png) no-repeat;
}
.con_onsen .box_tab .box_nav {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .box_nav {
    margin-bottom: 20px;
  }
}
.con_onsen .box_tab .box_nav ul {
  width: 85.4386%;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .box_nav ul {
    width: 100%;
  }
}
.con_onsen .box_tab .box_nav ul li {
  background: url(../images/home/bg_point.png) no-repeat center;
  background-size: contain;
  width: 17.96715%;
  min-height: 175px;
  color: #fff;
  cursor: pointer;
  float: left;
  margin-right: 1.57895%;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.con_onsen .box_tab .box_nav ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_onsen .box_tab .box_nav ul li {
    min-height: 168px;
  }
}
@media only screen and (max-width: 1000px) {
  .con_onsen .box_tab .box_nav ul li {
    min-height: 153px;
  }
}
@media only screen and (max-width: 918px) {
  .con_onsen .box_tab .box_nav ul li {
    min-height: 142px;
  }
}
@media only screen and (max-width: 830px) {
  .con_onsen .box_tab .box_nav ul li {
    min-height: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .box_nav ul li {
    width: 100%;
    float: none;
    min-height: initial;
    margin: 0 0 3px 0;
    padding: 5px 20px;
    background: #845548;
  }
  .con_onsen .box_tab .box_nav ul li:last-child {
    margin-bottom: 0;
  }
  .con_onsen .box_tab .box_nav ul li:after {
    content: '\f0d7';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 10px;
    transform: translate(0, -50%);
  }
}
.con_onsen .box_tab .box_nav ul li:hover, .con_onsen .box_tab .box_nav ul li.active {
  background-image: url(../images/home/bg_point_hover.png);
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .box_nav ul li:hover, .con_onsen .box_tab .box_nav ul li.active {
    background-image: none;
  }
}
.con_onsen .box_tab .box_nav ul li:hover:after, .con_onsen .box_tab .box_nav ul li.active:after {
  content: '\f0d7';
  font-family: "FontAwesome";
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .box_nav ul li:hover:after, .con_onsen .box_tab .box_nav ul li.active:after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 10px;
    transform: translate(0, -50%);
  }
}
.con_onsen .box_tab .box_nav ul li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .box_nav ul li .txt {
    position: static;
    transform: none;
  }
}
.con_onsen .box_tab .box_nav ul li .point, .con_onsen .box_tab .box_nav ul li .name {
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .box_nav ul li .point, .con_onsen .box_tab .box_nav ul li .name {
    display: inline;
    width: auto;
  }
}
.con_onsen .box_tab .box_nav ul li .point {
  font-family: "Crimson Text", serif;
  font-size: 108%;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_onsen .box_tab .box_nav ul li .point {
    line-height: 1;
    margin-bottom: 0;
  }
}
.con_onsen .box_tab .box_nav ul li .point em {
  font-family: "Dancing Script", cursive;
  font-size: 234%;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_onsen .box_tab .box_nav ul li .point em {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .box_nav ul li .point em {
    font-size: 187%;
  }
}
.con_onsen .box_tab .box_nav ul li .name {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 136%;
  line-height: 22px;
}
@media only screen and (max-width: 1140px) {
  .con_onsen .box_tab .box_nav ul li .name {
    font-size: 115%;
  }
}
.con_onsen .box_tab .panels {
  position: relative;
  z-index: 1;
  top: -85px;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_onsen .box_tab .panels {
    top: -63px;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .panels {
    top: 0;
  }
}
.con_onsen .box_tab .panels .panel {
  display: none;
}
.con_onsen .box_tab .panels .panel.active {
  display: list-item;
}
.con_onsen .box_tab .panels .panel .box_point {
  width: 78.95833%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .panels .panel .box_point {
    width: 95%;
  }
}
.con_onsen .box_tab .panels .panel .box_point .img {
  position: relative;
  z-index: 1;
  width: 96.50396%;
}
@media only screen and (max-width: 1140px) {
  .con_onsen .box_tab .panels .panel .box_point .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.con_onsen .box_tab .panels .panel .box_point .detail {
  width: 525px;
  position: absolute;
  right: 0;
  bottom: -28px;
  z-index: 2;
}
@media only screen and (max-width: 1140px) {
  .con_onsen .box_tab .panels .panel .box_point .detail {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
.con_onsen .box_tab .panels .panel .box_point .detail:before, .con_onsen .box_tab .panels .panel .box_point .detail:after {
  content: '';
  display: block;
  overflow: hidden;
  min-height: 33px;
}
.con_onsen .box_tab .panels .panel .box_point .detail:before {
  background: url(../images/home/bg_paper_top.png) no-repeat;
}
@media only screen and (max-width: 1140px) {
  .con_onsen .box_tab .panels .panel .box_point .detail:before {
    background-size: cover;
  }
}
.con_onsen .box_tab .panels .panel .box_point .detail:after {
  background: url(../images/home/bg_paper_bottom.png) no-repeat;
}
@media only screen and (max-width: 1140px) {
  .con_onsen .box_tab .panels .panel .box_point .detail:after {
    background-size: cover;
  }
}
.con_onsen .box_tab .panels .panel .box_point .detail .inner {
  padding: 0 40px;
  background: url(../images/home/bg_paper_center.png) repeat-y;
}
@media only screen and (max-width: 1140px) {
  .con_onsen .box_tab .panels .panel .box_point .detail .inner {
    padding: 0 20px;
    background-size: contain;
  }
}
.con_onsen .box_tab .panels .panel .box_point .detail .inner .st_high_poi {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .panels .panel .box_point .detail .inner .st_high_poi {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .panels .panel .box_point .detail .inner .st_high_poi .nam {
    font-size: 343%;
  }
}
.con_onsen .box_tab .panels .panel .box_point .detail .inner .st_high_poi .jp {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .con_onsen .box_tab .panels .panel .box_point .detail .inner .st_high_poi .jp {
    margin-left: 13px;
  }
}
@media print {
  .con_onsen .box_tab .panels .panel .box_point .detail .inner .st_high_poi .jp {
    margin-left: 13px;
  }
}
.ie8 .con_onsen .box_tab .panels .panel .box_point .detail .inner .st_high_poi .jp {
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .panels .panel .box_point .detail .inner .st_high_poi .jp {
    font-size: 215%;
    display: inline;
  }
}
.con_onsen .box_tab .panels .panel .box_point .detail .inner .st {
  font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 215%;
  line-height: 37px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_tab .panels .panel .box_point .detail .inner .st {
    font-size: 186%;
    margin-bottom: 15px;
  }
}
.con_onsen .box_tab .panels .panel .box_point .detail .inner .txt {
  font-size: 108%;
  margin-bottom: 8px;
}
.con_onsen .box_tab .panels .panel .box_point .detail .inner .btn {
  font-size: 108%;
  position: relative;
  display: inline-block;
}
.con_onsen .box_tab .panels .panel .box_point .detail .inner .btn a {
  text-decoration: none;
  padding-bottom: 5px;
}
.con_onsen .box_tab .panels .panel .box_point .detail .inner .btn:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  background: #b17969;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.con_onsen .box_tab .panels .panel .box_point .detail .inner .btn:hover:before {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  position: relative;
  margin-bottom: 103px;
  padding-top: 57px;
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-bottom: 50px;
  }
}
.con_news:before, .con_news:after {
  content: '';
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1140px) {
  .con_news:before, .con_news:after {
    display: none;
  }
}
.con_news:before {
  background: url(../images/home/bg_right02.png) no-repeat top left;
  width: 507px;
  height: 352px;
  right: 0;
  top: -2px;
}
.con_news:after {
  background: url(../images/home/bg_left02.png) no-repeat bottom right;
  width: 378px;
  height: 346px;
  left: 0;
  bottom: -26%;
}
.con_news .st_mid_center {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_news .st_mid_center {
    margin-bottom: 20px;
  }
}
.con_news .con_inner {
  position: relative;
  z-index: 2;
}
.con_news .con_inner .box_link ul {
  width: 64.47368%;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_inner .box_link ul {
    width: 80%;
    margin-bottom: 20px;
  }
}
.con_news .con_inner .box_link ul li {
  cursor: pointer;
  background: url(../images/home/bg_info.png) no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  float: left;
  width: 24.21769%;
  margin-right: 0.71737%;
  min-height: 184px;
  position: relative;
  font-size: 122%;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_news .con_inner .box_link ul li {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_inner .box_link ul li {
    font-size: 108%;
  }
}
.con_news .con_inner .box_link ul li a {
  color: #fff;
}
.con_news .con_inner .box_link ul li:last-child {
  margin-right: 0;
}
.con_news .con_inner .box_link ul li:hover {
  opacity: 0.9;
  transform: translateY(5%);
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_news .con_inner .box_link ul li {
    min-height: 165px;
  }
}
@media only screen and (max-width: 960px) {
  .con_news .con_inner .box_link ul li {
    min-height: 138px;
  }
}
@media only screen and (max-width: 820px) {
  .con_news .con_inner .box_link ul li {
    min-height: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_inner .box_link ul li {
    width: 48%;
    margin: 0 4% 10px 0;
    min-height: 290px;
  }
  .con_news .con_inner .box_link ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .con_news .con_inner .box_link ul li {
    min-height: 227px;
  }
}
@media only screen and (max-width: 540px) {
  .con_news .con_inner .box_link ul li {
    min-height: 204px;
  }
}
@media only screen and (max-width: 460px) {
  .con_news .con_inner .box_link ul li {
    min-height: 174px;
  }
}
@media only screen and (max-width: 390px) {
  .con_news .con_inner .box_link ul li {
    min-height: 147px;
  }
}
.con_news .con_inner .box_link ul li .txt {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.con_news .con_inner .box_link ul li .txt .ic {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_news .con_inner .box_link ul li .txt .ic {
    margin-bottom: 5px;
  }
  .con_news .con_inner .box_link ul li .txt .ic img {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_inner .box_link ul li .txt .ic {
    margin-bottom: 5px;
  }
}
.con_news .con_inner .box_news {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_inner .box_news {
    margin-bottom: 20px;
  }
}
.con_news .con_inner .box_news ul li {
  border-top: 1px solid #d3bfb9;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.con_news .con_inner .box_news ul li:last-child {
  border-bottom: 1px solid #d3bfb9;
}
.con_news .con_inner .box_news ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
}
.con_news .con_inner .box_news ul li span {
  display: inline-block;
}
.con_news .con_inner .box_news ul li .data, .con_news .con_inner .box_news ul li .cate {
  color: #845548;
  width: 20%;
}
.con_news .con_inner .box_news ul li .data {
  text-align: right;
}
.con_news .con_inner .box_news ul li .cate {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .con_inner .box_news ul li a {
    padding: 10px 0;
  }
  .con_news .con_inner .box_news ul li .data, .con_news .con_inner .box_news ul li .cate {
    width: auto;
    text-align: left;
  }
  .con_news .con_inner .box_news ul li .txt {
    display: block;
    width: 100%;
  }
}
.con_news .con_inner .box_news ul li:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* -----------------------------------------------------------
	.con_topics
----------------------------------------------------------- */
.con_topics {
  margin-bottom: 112px;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_topics {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics {
    margin-bottom: 50px;
  }
}
.con_topics .title_inner {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1140px) {
  .con_topics .title_inner {
    margin-bottom: 20px;
  }
}
.con_topics .wrp_main {
  position: relative;
  background: url(../images/home/bg_light_brown.png) repeat;
}
.con_topics .wrp_main:before, .con_topics .wrp_main:after {
  content: '';
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1140px) {
  .con_topics .wrp_main:before, .con_topics .wrp_main:after {
    display: none;
  }
}
.con_topics .wrp_main:before {
  background: url(../images/home/bg_wave_lightbrown.jpg) no-repeat top center;
  height: 55px;
}
.con_topics .wrp_main:after {
  background: url(../images/home/bg_wave_lightbrown02.jpg) no-repeat bottom center;
  height: 51px;
}
@media only screen and (min-width: 1141px) {
  .con_topics .wrp_main .inner {
    margin-top: -70px;
  }
}
@media print {
  .con_topics .wrp_main .inner {
    margin-top: -70px;
  }
}
.ie8 .con_topics .wrp_main .inner {
  margin-top: -70px;
}
@media only screen and (max-width: 1140px) {
  .con_topics .wrp_main .inner {
    padding: 30px 0;
  }
}
.con_topics .wrp_main .inner ul {
  overflow: hidden;
  margin-bottom: 16px;
}
.con_topics .wrp_main .inner ul li {
  width: 31.92982%;
  margin-right: 2.10526%;
  margin-bottom: 36px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_topics .wrp_main .inner ul li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .wrp_main .inner ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .con_topics .wrp_main .inner ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print {
  .con_topics .wrp_main .inner ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.ie8 .con_topics .wrp_main .inner ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_topics .wrp_main .inner ul li {
    width: 100%;
    margin-right: 0;
  }
}
.con_topics .wrp_main .inner ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  color: #484848;
}
.con_topics .wrp_main .inner ul li a:hover {
  opacity: 0.7;
}
.con_topics .wrp_main .inner ul li a .img {
  margin-bottom: 10px;
}
.con_topics .wrp_main .inner ul li a .img img {
  width: 100%;
}
.con_topics .wrp_main .inner ul li a .txt {
  line-height: 22px;
}
.con_topics .wrp_main .inner .btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_topics .wrp_main .inner .btn a {
    min-width: 0;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_fac
----------------------------------------------------------- */
.con_fac {
  position: relative;
}
.con_fac:before {
  background: url(../images/home/bg_right03.png) no-repeat right top;
  width: 527px;
  height: 349px;
  right: 0;
  top: -26px;
  content: '';
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1140px) {
  .con_fac:before {
    display: none;
  }
}
.con_fac .inner {
  max-width: 1320px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.con_fac .box_l {
  float: left;
  width: 40.15152%;
  padding: 3% 5% 0;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_fac .box_l {
    padding: 3% 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_l {
    padding: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .con_fac .box_l {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_fac .box_l {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_l {
    margin-bottom: 40px;
  }
}
.con_fac .box_l .st_mid_center {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1140px) {
  .con_fac .box_l .st_mid_center {
    margin-bottom: 20px;
  }
}
.con_fac .box_l .txt {
  font-size: 108%;
  line-height: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_fac .box_l .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_l .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_l .txt {
    line-height: 25px;
  }
}
.con_fac .box_l .btn {
  margin-top: 2em;
}
.con_fac .wrp_fac {
  float: right;
  width: 58.10606%;
}
@media only screen and (max-width: 1140px) {
  .con_fac .wrp_fac {
    float: none;
    width: 100%;
  }
}
.con_fac .box_fac {
  position: relative;
  z-index: 3;
}
.con_fac .box_fac .box_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.con_fac .box_fac .box_link li {
  position: absolute;
  width: 16.22807%;
}
.con_fac .box_fac .box_link li a {
  display: block;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.con_fac .box_fac .box_link li a .photo {
  display: block;
  border: 5px solid #961e23;
  width: 76.21622%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.con_fac .box_fac .box_link li a .photo img {
  width: 100%;
}
.con_fac .box_fac .box_link li a .photo:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "+";
  width: 1em;
  height: 1em;
  line-height: .8;
  text-align: center;
  color: #fff;
  background: #961e23;
  font-size: 115%;
}
.con_fac .box_fac .box_link li a .bath {
  background: #961e23;
}
.con_fac .box_fac .box_link li a .bath:hover .bath {
  background: #845548;
}
.con_fac .box_fac .box_link li a .st {
  display: block;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_link li a .st {
    margin-top: 4%;
  }
}
.con_fac .box_fac .box_link li a:hover .photo {
  border: 5px solid #845548;
}
.con_fac .box_fac .box_link li a:hover .photo:before {
  background: #845548;
}
.con_fac .box_fac .box_link li.fac_link01 {
  top: 0.93023%;
  left: 50%;
}
.con_fac .box_fac .box_link li.fac_link02 {
  top: 19.81395%;
  left: 44.73684%;
}
.con_fac .box_fac .box_link li.fac_link03 {
  top: 42.32558%;
  right: 7.01754%;
}
.con_fac .box_fac .box_link li.fac_link04 {
  top: 55.81395%;
  left: 21.92982%;
}
.con_fac .box_fac .box_link li.fac_link05 {
  top: 64.65116%;
  right: 4.38596%;
}
.con_fac .box_fac .box_link li.fac_link06 {
  top: 76.09302%;
  left: 23.33333%;
}
.con_fac .box_fac .box_link li.fac_link07 {
  top: 84.55814%;
  left: 45.17544%;
}
.con_fac .box_fac .box_link li.fac_link08 {
  top: 83.06977%;
  right: 11.75439%;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_link {
    position: static;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
  }
  .con_fac .box_fac .box_link li {
    position: static;
    float: left;
    width: 48.5%;
    margin-left: 3%;
    margin-top: 5%;
  }
  .con_fac .box_fac .box_link li:first-child, .con_fac .box_fac .box_link li:nth-child(2) {
    margin-top: 0;
  }
  .con_fac .box_fac .box_link li:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
  .con_fac .box_fac .box_link li a .photo {
    width: 100%;
  }
}

.con_pop {
  display: none;
  background: #f4e7d3;
  padding: 50px;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 880px;
}
@media only screen and (max-width: 767px) {
  .con_pop {
    padding: 5%;
  }
}
.con_pop .box_pop {
  overflow: hidden;
}
.con_pop .box_pop .photo {
  float: left;
  width: 65.25641%;
}
@media only screen and (max-width: 767px) {
  .con_pop .box_pop .photo {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
}
.con_pop .box_pop h4, .con_pop .box_pop table, .con_pop .box_pop p.txt {
  float: right;
  width: 32.05128%;
}
@media only screen and (max-width: 767px) {
  .con_pop .box_pop h4, .con_pop .box_pop table, .con_pop .box_pop p.txt {
    float: none;
    width: 100%;
  }
}
.con_pop .box_pop h4 {
  font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 215%;
  font-weight: 100;
  color: #2b130c;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_pop .box_pop .txt1 {
    clear: both;
  }
}
.con_pop .box_pop table {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_pop .box_pop table {
    margin-top: 5%;
  }
}
.con_pop .box_pop table tr {
  border-bottom: 1px solid #fff;
}
.con_pop .box_pop table tr:first-child {
  border-top: 1px solid #fff;
}
.con_pop .box_pop table tr th {
  padding: .5em 0;
  width: 40%;
}
.con_pop .box_pop table tr td {
  padding: .5em;
}

.fancybox-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 8040;
  background: url(../images/home/ic_close.png) no-repeat center;
}
