@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.point01 .point_txt, .point03, .con_pack .box_pack, .con_news, .con_info_sns, .con_corona {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1139px) {
  .point01 .point_txt, .point03, .con_pack .box_pack, .con_news, .con_info_sns, .con_corona {
    width: 95%;
  }
}

.point02:after, .point03:after, .con_news .box_news .inner:after {
  content: "";
  display: table;
  clear: both;
}

#loading {
  background: #fefefe;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

#header .con_nav {
  bottom: 3.1185%;
}

/* -----------------------------------------------------------
	wrp_search 空室検索
----------------------------------------------------------- */
#contents .wrp_search {
  position: relative;
  max-width: 1920px;
  padding: 12px 0;
  -moz-box-shadow: 0 0 18px rgba(93, 93, 93, 0.1);
  -webkit-box-shadow: 0 0 18px rgba(93, 93, 93, 0.1);
  box-shadow: 0 0 18px rgba(93, 93, 93, 0.1);
}
@media only screen and (max-width: 767px) {
  #contents .wrp_search {
    padding: 2% 0 4%;
  }
}
#contents .wrp_search:before {
  content: "";
  width: 520px;
  height: 154px;
  background: #63793a;
  left: 50%;
  margin-left: -960px;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #contents .wrp_search:before {
    width: 100%;
    height: 60px;
    left: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .wrp_search:before {
    width: 100%;
    height: 3em;
    left: 0;
    margin-left: 0;
  }
}
#contents .wrp_search .con_search .st {
  color: #fff;
}
@media only screen and (min-width: 1140px) {
  #contents .wrp_search .con_search .st {
    display: inline-block;
    vertical-align: middle;
    width: 128px;
  }
}
@media only screen and (min-width: 1140px) and (min-width: 1140px) and (max-width: 1145px) {
  #contents .wrp_search .con_search .st {
    width: 120px;
  }
}
@media only screen and (min-width: 1140px) {
  .ie8 #contents .wrp_search .con_search .st {
    width: 120px;
  }
}
@media print {
  #contents .wrp_search .con_search .st {
    display: inline-block;
    vertical-align: middle;
    width: 128px;
  }
}
@media print {
  #contents .wrp_search .con_search .st {
    width: 120px;
  }
}
@media print {
  .ie8 #contents .wrp_search .con_search .st {
    width: 120px;
  }
}
.ie8 #contents .wrp_search .con_search .st {
  display: inline-block;
  vertical-align: middle;
  width: 128px;
}
@media only screen and (min-width: 1140px) and (max-width: 1145px) {
  .ie8 #contents .wrp_search .con_search .st {
    width: 120px;
  }
}
@media print {
  .ie8 #contents .wrp_search .con_search .st {
    width: 120px;
  }
}
.ie8 .ie8 #contents .wrp_search .con_search .st {
  width: 120px;
}
@media only screen and (min-width: 1140px) and (max-width: 1280px) {
  #contents .wrp_search .con_search .box_search {
    width: 990px;
    margin-left: 10px;
  }
}
@media print {
  #contents .wrp_search .con_search .box_search {
    width: 990px;
    margin-left: 10px;
  }
}
.ie8 #contents .wrp_search .con_search .box_search {
  width: 990px;
  margin-left: 10px;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  position: relative;
}
.con_main #Imgmain {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.con_main #Imgmain .slide {
  height: 700px;
}
.con_main #Imgmain .slide img {
  position: absolute;
  max-width: inherit;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_main #Imgmain .slick-dots {
  bottom: 5%;
}
.con_main #Imgmain .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 .5em;
}
@media only screen and (max-width: 767px) {
  .con_main #Imgmain .slick-dots li {
    width: 1.2em;
    height: 1.2em;
  }
}
.con_main #Imgmain .slick-dots li button {
  width: 100%;
  height: 100%;
}
.con_main #Imgmain .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
  background: none;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: background 0.8s;
  -o-transition: background 0.8s;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
}
.con_main #Imgmain .slick-dots li.slick-active button:before {
  background: #fff;
}
.con_main #Imgmain .slick-dots {
  bottom: auto;
  top: 80%;
}
.con_main h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 503px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1140px) {
  .con_main h2 {
    width: 504px;
    height: 516px;
  }
}
@media only screen and (min-width: 1140px) and (max-height: 800px) {
  .con_main h2 {
    top: 40%;
  }
}

@media print {
  .con_main h2 {
    width: 504px;
    height: 516px;
  }
}
.ie8 .con_main h2 {
  width: 504px;
  height: 516px;
}
@media only screen and (max-height: 800px) {
  .ie8 .con_main h2 {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_main h2 {
    width: 44.12281%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) and (max-height: 768px) {
  .con_main h2 {
    width: 40%;
    max-width: 503px;
    top: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .con_main h2 {
    width: 85%;
    max-width: 503px;
  }
  .con_main h2 img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_intr イントロ
----------------------------------------------------------- */
.con_intr {
  margin: 100px auto;
}
@media only screen and (max-width: 767px) {
  .con_intr {
    margin: 10% auto;
  }
}
.con_intr .box_intr_pho {
  position: relative;
  z-index: 0;
}
.con_intr .box_intr_pho #gall li {
  display: none;
  margin-left: 5px;
}
.con_intr .box_intr_pho #gall li:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr_pho #gall li {
    margin-left: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr_pho #gall li img {
    height: 15em;
  }
}
.con_intr .box_intr_pho .box_intr {
  width: 520px;
  background: #fff;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -570px;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_intr .box_intr_pho .box_intr {
    left: 2%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr_pho .box_intr {
    width: 95%;
    background: none;
    padding: 0;
    position: static;
    margin: 0 auto 3%;
  }
}
.con_intr .box_intr_pho .box_intr .st {
  color: #63793a;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  letter-spacing: .2em;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 172%;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr_pho .box_intr .st {
    font-size: 129%;
    margin-bottom: 3%;
    letter-spacing: .1em;
  }
}
.con_intr .box_intr_pho .box_intr .st em {
  font-size: 150%;
}
.con_intr .box_intr_pho .box_intr .txt {
  font-feature-settings: "palt";
}

/* -----------------------------------------------------------
	con_point 楽しみ
----------------------------------------------------------- */
.con_point {
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}
.con_point h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 35px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1139px) {
  .con_point h3 {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point h3 {
    margin-bottom: 4%;
  }
}
.con_point h3:before {
  content: '';
  display: block;
  width: 25px;
  height: 32px;
  margin: 0 auto .5em;
  background: url(../images/common/ic_title-pc.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .con_point h3:before {
    width: 1.5em;
    height: 1.92em;
    background: url(../images/common/ic_title-sp.png) no-repeat center/100% auto;
  }
}
.con_point h3 em {
  font-size: 286%;
  letter-spacing: .2em;
  display: block;
  line-height: 1.25;
  color: #1c2613;
  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_point h3 em {
    font-size: 217%;
    letter-spacing: .1em;
  }
}
.con_point h3 span {
  letter-spacing: .1em;
  color: #1c2613;
  font-family: "Times New Roman",Times,serif;
}
.con_point h3 span:before, .con_point h3 span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 1px;
  background: #1c2613;
}
.con_point h3 span:before {
  margin-right: 1em;
}
.con_point h3 span:after {
  margin-left: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_point h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point h3 {
    margin-bottom: 5%;
  }
}
.con_point .box_point {
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  .con_point .box_point {
    margin: 0 auto 10%;
  }
}
.con_point .box_point .point_txt .box_tit {
  position: relative;
  padding-bottom: 5px;
}
.con_point .box_point .point_txt .box_tit:after {
  content: '';
  width: 100%;
  height: 3px;
  background: url(../images/common/line01.png) repeat-x left top;
  position: absolute;
  bottom: 0;
  left: 0;
}
.con_point .box_point .point_txt .box_tit .st {
  color: #63793a;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-style: italic;
  line-height: 1.5;
  font-size: 158%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_point .box_point .point_txt .box_tit .st {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point .point_txt .box_tit .st {
    font-size: 115%;
  }
}
.con_point .box_point .point_txt .box_tit .num {
  font-feature-settings: "palt";
  color: #2f2f2f;
  letter-spacing: -.1em;
  font-style: italic;
  line-height: 1;
  padding: 5px 15px 5px 5px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 286%;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_point .box_point .point_txt .box_tit .num {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point .point_txt .box_tit .num {
    font-size: 172%;
    padding: 2%;
    vertical-align: middle;
    letter-spacing: normal;
  }
}
.con_point .box_point .point_txt .box_tit .num:before {
  content: "Point";
  display: block;
  line-height: 1;
  letter-spacing: normal;
  font-size: 45%;
  font-family: "Times New Roman",Times,serif;
}
.con_point .box_point .point_txt .box_tit .num:after {
  content: '#';
  position: absolute;
  top: .8em;
  left: .5em;
  letter-spacing: -.5em;
  line-height: 1;
  font-family: "Times New Roman",Times,serif;
  font-size: 73%;
}
.con_point .box_point .point_txt .box_tit .num em {
  font-style: italic;
  font-feature-settings: "palt";
  font-size: 150%;
}
.con_point .box_point .point_txt .box_tit h4 {
  font-weight: normal;
  font-style: italic;
  font-feature-settings: "palt";
  font-size: 258%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_point .box_point .point_txt .box_tit h4 {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point .point_txt .box_tit h4 {
    font-size: 158%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-left: 2%;
  }
}
.con_point .box_point .btn {
  width: 282px;
  margin-top: 20px;
}
.con_point .box_point .btn a {
  border: 1px solid #5b5452;
  padding: .8em 0;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  -moz-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_point .box_point .btn a {
    font-size: 100%;
  }
}
.con_point .box_point .btn a:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 3%;
  background: url(../images/common/btn_b-pc.png) no-repeat center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background-image 0.4s;
  -o-transition: background-image 0.4s;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_point .box_point .btn a:after {
    width: .5em;
    height: 1em;
    background: url(../images/common/btn_b-sp.png) no-repeat center/100% auto;
  }
}
.con_point .box_point .btn a:hover {
  background: #5b5452;
  color: #fff;
}
.con_point .box_point .btn a:hover:after {
  background-image: url(../images/common/btn_w-pc.png);
}
@media only screen and (max-width: 767px) {
  .con_point .box_point .btn a:hover:after {
    background-image: url(../images/common/btn_w-sp.png);
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point .btn {
    width: 100%;
    margin-top: 4%;
  }
}

.point01 {
  max-width: 1600px;
}
@media only screen and (max-width: 767px) {
  .point01 .btn {
    width: 95% !important;
    margin: 4% auto 0;
  }
}
.point01 .poi01_det {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .point01 .poi01_det {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
}
.point01 .poi01_det li {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .point01 .poi01_det li {
    float: none;
    width: 100%;
  }
}
.point01 .poi01_det li:before, .point01 .poi01_det li:after {
  content: '';
  position: absolute;
  z-index: 1;
  border-width: 20px;
  border-style: solid;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .point01 .poi01_det li:before, .point01 .poi01_det li:after {
    border-width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .point01 .poi01_det li:before, .point01 .poi01_det li:after {
    border-width: 1em;
  }
}
.point01 .poi01_det li:before {
  top: 0;
  left: 0;
  border-color: #fff transparent transparent #fff;
}
.point01 .poi01_det li:after {
  bottom: 0;
  right: 0;
}
.point01 .poi01_det li:first-child:after, .point01 .poi01_det li:first-child + *:after {
  border-color: transparent #f2f5ef #f2f5ef transparent;
}
@media only screen and (max-width: 767px) {
  .point01 .poi01_det li:first-child:after, .point01 .poi01_det li:first-child + *:after {
    border-color: transparent #fff #fff transparent;
  }
}
.point01 .poi01_det li:first-child + * + *:after {
  border-color: transparent #fff #fff transparent;
}
.point01 .poi01_det li .photo img {
  width: 100%;
}
.point01 .poi01_det li .box_txt {
  position: absolute;
  width: 100%;
  bottom: 7.93651%;
  left: 0;
  color: #fff;
  text-align: center;
}
.point01 .poi01_det li .box_txt .st {
  letter-spacing: .05em;
  margin-bottom: 5px;
  font-size: 172%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .point01 .poi01_det li .box_txt .st {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .point01 .poi01_det li .box_txt .st {
    font-size: 143%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 953px) {
  .point01 .poi01_det li .box_txt .txt {
    font-size: 93%;
  }
}
.point01 .point_txt {
  background: #f2f5ef;
  padding: 45px 2.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .point01 .point_txt {
    padding: 4%;
    margin-bottom: 3%;
  }
}
.point01 .point_txt .st {
  float: right;
  width: 440px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .point01 .point_txt .st {
    float: none;
    width: auto;
    letter-spacing: normal;
  }
}
.point01 .point_txt .box_tit {
  width: 540px;
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .point01 .point_txt .box_tit {
    width: 100%;
    float: none;
    letter-spacing: -.4em;
  }
}
.point01 .point_txt .box_tit .num {
  float: left;
  width: 90px;
  text-align: center;
  background: url(../images/home/bg_poi_g.png) repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .point01 .point_txt .box_tit .num {
    float: none;
    width: auto;
  }
}
.point01 .point_txt .box_tit h4 {
  float: right;
  width: 440px;
}
@media only screen and (max-width: 767px) {
  .point01 .point_txt .box_tit h4 {
    float: none;
    width: auto;
  }
}
.point01 .point_txt .boxs {
  float: right;
  width: 465px;
}
@media only screen and (max-width: 1139px) {
  .point01 .point_txt .boxs {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 2%;
  }
}

.point02 {
  max-width: 1600px;
  position: relative;
  z-index: 0;
}
.point02:before {
  content: '';
  background: url(../images/common/img_leaf_l.png) no-repeat center;
  width: 623px;
  height: 347px;
  top: -65px;
  left: -170px;
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  -moz-transition: opacity 1s, -moz-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
}
@media only screen and (max-width: 767px) {
  .point02:before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .point02 {
    width: 95%;
  }
}
.point02.active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.point02 .point_txt {
  width: 282px;
  padding-right: 13.75%;
  float: right;
}
@media only screen and (min-width: 1140px) and (max-width: 1599px) {
  .point02 .point_txt {
    padding-right: 6.25%;
  }
}
@media print {
  .point02 .point_txt {
    padding-right: 6.25%;
  }
}
.ie8 .point02 .point_txt {
  padding-right: 6.25%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .point02 .point_txt {
    width: 35%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .point02 .point_txt {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 3%;
  }
}
.point02 .point_txt .box_tit {
  letter-spacing: -.4em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .point02 .point_txt .box_tit {
    margin-bottom: 3%;
  }
}
.point02 .point_txt .box_tit .st {
  letter-spacing: normal;
}
.point02 .point_txt .box_tit .num {
  background: url(../images/home/bg_poi_w.png) repeat;
}
@media only screen and (min-width: 768px) {
  .point02 .point_txt .box_tit .num:after {
    left: 0 !important;
  }
}
@media print {
  .point02 .point_txt .box_tit .num:after {
    left: 0 !important;
  }
}
.ie8 .point02 .point_txt .box_tit .num:after {
  left: 0 !important;
}
.point02 .point_txt .box_tit h4 {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 2%;
}
.point02 .photo {
  width: 65.125%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .point02 .photo {
    width: 55%;
    overflow: hidden;
  }
  .point02 .photo img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .point02 .photo {
    width: 100%;
    float: none;
  }
}

.point03 {
  position: relative;
  z-index: 0;
}
.point03:before {
  content: '';
  background: url(../images/common/img_leaf_r.png) no-repeat center;
  width: 623px;
  height: 347px;
  bottom: 35px;
  right: -390px;
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -moz-transition: opacity 1s, -moz-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
}
@media only screen and (max-width: 767px) {
  .point03:before {
    content: none;
  }
}
.point03.active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.point03 .st {
  color: #63793a;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 158%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .point03 .st {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .point03 .st {
    font-size: 115%;
    margin-bottom: 0;
  }
}
.point03 .point_txt {
  width: 282px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .point03 .point_txt {
    width: 35%;
  }
}
@media only screen and (max-width: 954px) {
  .point03 .point_txt {
    float: none;
    width: 100%;
  }
}
.point03 .point_txt .box_tit {
  letter-spacing: -.4em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 953px) {
  .point03 .point_txt .box_tit {
    width: 282px;
  }
}
@media only screen and (max-width: 767px) {
  .point03 .point_txt .box_tit {
    margin-bottom: 3%;
  }
}
.point03 .point_txt .box_tit .num {
  background: url(../images/home/bg_poi_w.png) repeat;
}
@media only screen and (min-width: 768px) {
  .point03 .point_txt .box_tit .num:after {
    left: 0 !important;
  }
}
@media print {
  .point03 .point_txt .box_tit .num:after {
    left: 0 !important;
  }
}
.ie8 .point03 .point_txt .box_tit .num:after {
  left: 0 !important;
}
.point03 .point_txt .box_tit h4 {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 2%;
}
.point03 .point_txt .boxs .txt2 {
  margin-top: .5em;
  font-feature-settings: "palt";
}
.point03 .roo_list {
  width: 811px;
  margin-top: 35px;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 954px) and (max-width: 1139px) {
  .point03 .roo_list {
    width: 60%;
  }
}
@media only screen and (max-width: 954px) {
  .point03 .roo_list {
    float: none;
    width: 100%;
    margin-top: 4%;
  }
}
.point03 .roo_list li {
  float: left;
  width: 32.67571%;
  margin-left: 0.98644%;
}
.point03 .roo_list li:first-child {
  margin-left: 0;
}

/* -----------------------------------------------------------
	bn_dogs ワンちゃんと泊まれるお部屋
----------------------------------------------------------- */
.bn_dogs {
  width: 917px;
  margin: 0 auto;
}
.mouse .bn_dogs {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .bn_dogs:hover, .touch .bn_dogs.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .bn_dogs {
  -webkit-tap-highlight-color: transparent;
}
.touch .bn_dogs.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 920px) {
  .bn_dogs {
    width: 95%;
  }
}
.bn_dogs a {
  display: block;
}

/* -----------------------------------------------------------
	con_pack おすすめご宿泊プラン
----------------------------------------------------------- */
.con_pack {
  background: url(../images/home/bg_plan.jpg) no-repeat center top/cover;
  padding: 140px 0 145px;
  margin: 90px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pack {
    margin: 9% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack {
    margin: 10% auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pack {
    padding: 14% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack {
    padding: 15% 0;
  }
}
.con_pack h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1139px) {
  .con_pack h3 {
    font-size: 86%;
  }
}
.con_pack h3:before {
  content: '';
  display: block;
  width: 25px;
  height: 32px;
  margin: 0 auto .5em;
  background: url(../images/common/ic_title_w-pc.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .con_pack h3:before {
    width: 1.5em;
    height: 1.92em;
    background: url(../images/common/ic_title_w-sp.png) no-repeat center/100% auto;
  }
}
.con_pack h3 em {
  font-size: 286%;
  letter-spacing: .2em;
  display: block;
  line-height: 1.25;
  color: #fff;
  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_pack h3 em {
    font-size: 217%;
    letter-spacing: .1em;
  }
}
.con_pack h3 span {
  letter-spacing: .1em;
  color: #fff;
  font-family: "Times New Roman",Times,serif;
}
.con_pack h3 span:before, .con_pack h3 span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 1px;
  background: #fff;
}
.con_pack h3 span:before {
  margin-right: 1em;
}
.con_pack h3 span:after {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_pack h3 {
    margin-bottom: 5%;
  }
}
.con_pack .box_pack {
  overflow: hidden;
}
.con_pack .box_pack li {
  float: left;
  width: 31.22807%;
  margin-left: 1.97368%;
}
.mouse .con_pack .box_pack 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 .con_pack .box_pack li:hover, .touch .con_pack .box_pack li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pack .box_pack li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pack .box_pack li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pack .box_pack li:first-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .con_pack .box_pack li {
    float: none;
    width: 100%;
    margin: 3% 0 0;
  }
}
.con_pack .box_pack li a {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .con_pack .box_pack li a {
    overflow: hidden;
  }
}
.con_pack .box_pack li a .photo {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_pack .box_pack li a .photo {
    width: 40%;
    float: left;
  }
}
.con_pack .box_pack li a .box_txt {
  padding: 3% 5%;
}
@media only screen and (max-width: 767px) {
  .con_pack .box_pack li a .box_txt {
    float: left;
    width: 55%;
    margin-left: 5%;
    padding: 2% 3% 2% 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_pack .box_pack li a .box_txt h4 {
  font-size: 122%;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: .3em;
  margin-bottom: .3em;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_pack .box_pack li a .box_txt h4 {
    font-size: 115%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.6;
  }
  .firefox .con_pack .box_pack li a .box_txt h4, .ie .con_pack .box_pack li a .box_txt h4 {
    max-height: 4.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .box_pack li a .box_txt h4 {
    font-size: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
  }
  .firefox .con_pack .box_pack li a .box_txt h4, .ie .con_pack .box_pack li a .box_txt h4 {
    max-height: 3.2em;
  }
}
.con_pack .box_pack li a .box_txt .txt_price {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_pack .box_pack li a .box_txt .txt_price {
    font-size: 86%;
  }
}
.con_pack .box_pack li a .box_txt .txt_price em {
  font-size: 143%;
  color: #cd0f0f;
  margin-left: .5em;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_pack .btn {
  width: 363px;
  margin: 50px auto 0;
}
.con_pack .btn a {
  border: 1px solid #d78e4d;
  padding: .8em 0;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  background: #d78e4d;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  -moz-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_pack .btn a {
    font-size: 100%;
  }
}
.con_pack .btn a:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 3%;
  background: url(../images/common/btn_w-pc.png) no-repeat center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background-image 0.4s;
  -o-transition: background-image 0.4s;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_pack .btn a:after {
    width: .5em;
    height: 1em;
    background: url(../images/common/btn_w-sp.png) no-repeat center/100% auto;
  }
}
.con_pack .btn a:hover {
  background: none;
  color: #2f2f2f;
}
.con_pack .btn a:hover:after {
  background-image: url(../images/common/btn_b-pc.png);
}
@media only screen and (max-width: 767px) {
  .con_pack .btn a:hover:after {
    background-image: url(../images/common/btn_b-sp.png);
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .btn {
    width: 95%;
    margin: 5% auto 0;
  }
}
.con_pack .btn a:hover {
  background: #fff;
}

/* -----------------------------------------------------------
	wrp_news インフォメーション
----------------------------------------------------------- */
.wrp_news {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 100px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_news {
    padding: 9% 0 7%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news {
    padding: 10% 0;
  }
}
.wrp_news:before, .wrp_news:after {
  content: '';
  z-index: -1;
  position: absolute;
}
.wrp_news:before {
  background: url(../images/common/img_leaf_l.png) no-repeat center;
  width: 600px;
  height: 347px;
  top: 10px;
  left: 50%;
  margin-left: -960px;
}
.wrp_news:after {
  background: url(../images/common/img_leaf_r.png) no-repeat center;
  width: 623px;
  height: 347px;
  bottom: 0;
  right: 50%;
  margin-right: -960px;
}

.con_news h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 35px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1139px) {
  .con_news h3 {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news h3 {
    margin-bottom: 4%;
  }
}
.con_news h3:before {
  content: '';
  display: block;
  width: 25px;
  height: 32px;
  margin: 0 auto .5em;
  background: url(../images/common/ic_title-pc.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .con_news h3:before {
    width: 1.5em;
    height: 1.92em;
    background: url(../images/common/ic_title-sp.png) no-repeat center/100% auto;
  }
}
.con_news h3 em {
  font-size: 286%;
  letter-spacing: .2em;
  display: block;
  line-height: 1.25;
  color: #1c2613;
  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_news h3 em {
    font-size: 217%;
    letter-spacing: .1em;
  }
}
.con_news h3 span {
  letter-spacing: .1em;
  color: #1c2613;
  font-family: "Times New Roman",Times,serif;
}
.con_news h3 span:before, .con_news h3 span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 1px;
  background: #1c2613;
}
.con_news h3 span:before {
  margin-right: 1em;
}
.con_news h3 span:after {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_news h3 {
    margin-bottom: 4%;
  }
}
.con_news .box_news {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news {
    margin-bottom: 4%;
  }
}
.con_news .box_news h4 {
  cursor: pointer;
  letter-spacing: -.4em;
  font-weight: normal;
  position: relative;
  display: table;
  width: 100%;
  background: #e6ebe0;
}
.con_news .box_news h4:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background: url(../images/home/ic_plus.png) no-repeat;
  right: 2%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_news .box_news h4.active:after {
  background: url(../images/home/ic_minus.png) no-repeat;
}
.con_news .box_news h4 em, .con_news .box_news h4 span {
  display: table-cell;
  padding: .7em;
  letter-spacing: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_news .box_news h4 em {
  background: #63793a;
  color: #fff;
  text-align: center;
  width: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_news .box_news h4 em {
    width: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news h4 em {
    width: 20%;
  }
}
.con_news .box_news h4 span {
  font-weight: normal;
  width: 90%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_news .box_news h4 span {
    width: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news h4 span {
    width: 58%;
  }
}
.con_news .box_news .inner {
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner {
    margin-top: 4%;
  }
}
.con_news .box_news .inner.active {
  display: block;
}
.con_news .box_news .inner .photo {
  width: 42.10526%;
  float: left;
  margin-right: 2.63158%;
  position: relative;
  height: 0;
  padding-top: 28.1962%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .photo {
    padding-top: 67.1962%;
  }
}
.con_news .box_news .inner .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .photo {
    width: 100%;
    float: none;
    margin-bottom: 4%;
  }
}
.con_news .box_news .inner .box_det {
  width: 55.26316%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det {
    width: 100%;
    float: none;
  }
}
.con_news .box_news .inner .box_det .btn {
  margin: auto;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn {
    margin-top: 4%;
  }
}
.con_news .box_news .inner .box_det .btn a {
  border: 1px solid #5b5452;
  padding: .8em 0;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  -moz-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn a {
    font-size: 100%;
  }
}
.con_news .box_news .inner .box_det .btn a:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 3%;
  background: url(../images/common/btn_b-pc.png) no-repeat center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background-image 0.4s;
  -o-transition: background-image 0.4s;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn a:after {
    width: .5em;
    height: 1em;
    background: url(../images/common/btn_b-sp.png) no-repeat center/100% auto;
  }
}
.con_news .box_news .inner .box_det .btn a:hover {
  background: #5b5452;
  color: #fff;
}
.con_news .box_news .inner .box_det .btn a:hover:after {
  background-image: url(../images/common/btn_w-pc.png);
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn a:hover:after {
    background-image: url(../images/common/btn_w-sp.png);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn {
    width: 100%;
  }
}
.con_news .box_news .inner .box_det .btn a {
  padding: .4em 2em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn a {
    padding: .8em 2em;
  }
}
.con_news .box_news .inner .box_det .btn_pdf {
  margin: auto;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn_pdf {
    margin-top: 4%;
  }
}
.con_news .box_news .inner .box_det .btn_pdf a {
  border: 1px solid #5b5452;
  padding: .8em 0;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  -moz-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn_pdf a {
    font-size: 100%;
  }
}
.con_news .box_news .inner .box_det .btn_pdf a:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 3%;
  background: url(../images/common/btn_b-pc.png) no-repeat center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background-image 0.4s;
  -o-transition: background-image 0.4s;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn_pdf a:after {
    width: .5em;
    height: 1em;
    background: url(../images/common/btn_b-sp.png) no-repeat center/100% auto;
  }
}
.con_news .box_news .inner .box_det .btn_pdf a:hover {
  background: #5b5452;
  color: #fff;
}
.con_news .box_news .inner .box_det .btn_pdf a:hover:after {
  background-image: url(../images/common/btn_w-pc.png);
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn_pdf a:hover:after {
    background-image: url(../images/common/btn_w-sp.png);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn_pdf {
    width: 100%;
  }
}
.con_news .box_news .inner .box_det .btn_pdf a {
  padding: .4em 2em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .btn_pdf a {
    padding: .8em 2em;
  }
}
.con_news .box_news .inner .box_det .btn_pdf a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .3em;
}
.con_news .box_news .inner .box_det .tbl_basic {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .inner .box_det .tbl_basic {
    margin-top: 4%;
  }
}
.con_news .box_news .inner .box_det .tbl_basic tr th {
  width: 30%;
}
.con_news .box_news.Noimg .inner {
  width: 100%;
}

/* -----------------------------------------------------------
	con_info_sns snsとバナー
----------------------------------------------------------- */
.con_info_sns {
  overflow: hidden;
}
.con_info_sns .box_info {
  width: 46.75439%;
  float: left;
  background: #e6ebe0;
  padding: 40px 3.50877%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_info_sns .box_info {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_sns .box_info {
    float: none;
    width: 100%;
    margin-bottom: 4%;
    padding: 4%;
  }
}
.con_info_sns .box_info .box_bn {
  overflow: hidden;
}
.mouse .con_info_sns .box_info .box_bn 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 .con_info_sns .box_info .box_bn li:hover, .touch .con_info_sns .box_info .box_bn li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_info_sns .box_info .box_bn li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_info_sns .box_info .box_bn li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_info_sns .box_info .box_bn li a {
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 1139px) {
  .con_info_sns .box_info .box_bn li a img {
    width: 100%;
  }
}
.con_info_sns .box_info .box_bn li.bn_yuto {
  width: 100%;
  margin-bottom: 20px;
}
.con_info_sns .box_info .box_bn li.bn_cake {
  float: left;
  width: 47.78013%;
}
.con_info_sns .box_info .box_bn li.bn_bard {
  float: right;
  width: 47.78013%;
}
.con_info_sns .box_info .box_slider {
  width: 93.23467%;
  margin: 35px auto 0;
}
.con_info_sns .box_info .box_slider li {
  margin: 0 9px;
}
.mouse .con_info_sns .box_info .box_slider 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 .con_info_sns .box_info .box_slider li:hover, .touch .con_info_sns .box_info .box_slider li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_info_sns .box_info .box_slider li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_info_sns .box_info .box_slider li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_info_sns .box_info .box_slider li {
    margin: 0 0.5em;
  }
}
.con_info_sns .box_info .box_slider li a {
  display: block;
}
.con_info_sns .box_info .box_slider li img {
  width: 100%;
}
.con_info_sns .box_info .box_slider .slick-arrow {
  z-index: 2;
}
.mouse .con_info_sns .box_info .box_slider .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_info_sns .box_info .box_slider .slick-arrow:hover, .touch .con_info_sns .box_info .box_slider .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_info_sns .box_info .box_slider .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_info_sns .box_info .box_slider .slick-arrow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_info_sns .box_info .box_slider .slick-next {
  width: 25px;
  height: 25px;
}
.con_info_sns .box_info .box_slider .slick-next:before {
  content: "";
  background: url(../images/common/ic_slide_acc.png) no-repeat center/100% auto;
  width: 100%;
  height: 100%;
  display: block;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_info_sns .box_info .box_slider .slick-prev {
  width: 25px;
  height: 25px;
}
.con_info_sns .box_info .box_slider .slick-prev:before {
  content: "";
  background: url(../images/common/ic_slide_acc.png) no-repeat center/100% auto;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_info_sns .box_fb {
  width: 43.85965%;
  float: right;
  border: 1px solid #ecedef;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_info_sns .box_fb {
    width: 48%;
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_sns .box_fb {
    width: 100%;
    float: none;
    height: 350px;
  }
}

/* -----------------------------------------------------------
	con_acc アクセス
----------------------------------------------------------- */
.con_acc {
  max-width: 2000px;
  margin: 90px auto 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_acc {
    margin: 10% auto 0;
  }
}
.con_acc h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 35px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1139px) {
  .con_acc h3 {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc h3 {
    margin-bottom: 4%;
  }
}
.con_acc h3:before {
  content: '';
  display: block;
  width: 25px;
  height: 32px;
  margin: 0 auto .5em;
  background: url(../images/common/ic_title-pc.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .con_acc h3:before {
    width: 1.5em;
    height: 1.92em;
    background: url(../images/common/ic_title-sp.png) no-repeat center/100% auto;
  }
}
.con_acc h3 em {
  font-size: 286%;
  letter-spacing: .2em;
  display: block;
  line-height: 1.25;
  color: #1c2613;
  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_acc h3 em {
    font-size: 217%;
    letter-spacing: .1em;
  }
}
.con_acc h3 span {
  letter-spacing: .1em;
  color: #1c2613;
  font-family: "Times New Roman",Times,serif;
}
.con_acc h3 span:before, .con_acc h3 span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 1px;
  background: #1c2613;
}
.con_acc h3 span:before {
  margin-right: 1em;
}
.con_acc h3 span:after {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_acc h3 {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_acc .box_acc {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.con_acc .acc_det {
  width: 960px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_acc .acc_det {
    width: 50%;
    left: auto;
    display: table-cell;
    vertical-align: top;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .acc_det {
    width: 100%;
    left: auto;
    margin-left: 0;
  }
}
.con_acc .acc_det .box_txt {
  width: 570px;
  position: absolute;
  top: 45px;
  right: 0;
}
@media only screen and (max-width: 1139px) {
  .con_acc .acc_det .box_txt {
    width: 100%;
    top: 5%;
    right: auto;
    left: 3%;
  }
}
.con_acc .acc_det .box_txt .st {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-style: italic;
  letter-spacing: .1em;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_acc .acc_det .box_txt .st {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .acc_det .box_txt .st {
    font-size: 86%;
  }
}
.con_acc .acc_det .box_txt .st em {
  font-style: italic;
  font-size: 145%;
}
.con_acc .acc_det .box_txt .st:before {
  font-size: 115%;
  color: #343877;
}
.con_acc .acc_det .box_txt .st.train:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .3em;
}
.con_acc .acc_det .box_txt .st.bus:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .3em;
}
.con_acc .acc_det .box_txt .btn {
  width: 186px;
  margin: 30px 0 0;
}
.con_acc .acc_det .box_txt .btn a {
  border: 1px solid #5b5452;
  padding: .8em 0;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  -moz-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn a {
    font-size: 100%;
  }
}
.con_acc .acc_det .box_txt .btn a:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 3%;
  background: url(../images/common/btn_w-pc.png) no-repeat center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background-image 0.4s;
  -o-transition: background-image 0.4s;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn a:after {
    width: .5em;
    height: 1em;
    background: url(../images/common/btn_w-sp.png) no-repeat center/100% auto;
  }
}
.con_acc .acc_det .box_txt .btn a:hover {
  background: #fff;
  color: #5b5452;
}
.con_acc .acc_det .box_txt .btn a:hover:after {
  background-image: url(../images/common/btn_b-pc.png);
}
@media only screen and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn a:hover:after {
    background-image: url(../images/common/btn_b-sp.png);
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn {
    width: 50%;
    margin-top: 5%;
  }
  .con_acc .acc_det .box_txt .btn a {
    border: 1px solid #5b5452;
    padding: .8em 0;
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 115%;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
    -moz-transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn a:after {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 3%;
    background: url(../images/common/btn_b-pc.png) no-repeat center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background-image 0.4s;
    -o-transition: background-image 0.4s;
    -webkit-transition: background-image 0.4s;
    transition: background-image 0.4s;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn a:after {
    width: .5em;
    height: 1em;
    background: url(../images/common/btn_b-sp.png) no-repeat center/100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn a:hover {
    background: #5b5452;
    color: #fff;
  }
  .con_acc .acc_det .box_txt .btn a:hover:after {
    background-image: url(../images/common/btn_w-pc.png);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn a:hover:after {
    background-image: url(../images/common/btn_w-sp.png);
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .acc_det .box_txt .btn a {
    color: #2f2f2f;
    background: rgba(255, 255, 255, 0.5);
  }
}
.con_acc .box_map {
  width: 960px;
  height: 510px;
  right: 50%;
  bottom: 0;
  position: absolute;
  margin-right: -960px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_acc .box_map {
    width: 50%;
    position: static;
    margin-right: 0;
    height: auto;
    display: table-cell;
    vertical-align: top;
  }
}
.con_acc .box_map #map {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .con_acc .box_map #map {
    padding-top: 89.47368%;
  }
}
.con_acc .box_map #map .bal_map {
  overflow: hidden;
}
.con_acc .box_map #map .bal_map img {
  float: left;
  width: 126px;
}
.con_acc .box_map #map .bal_map .txt {
  float: left;
  margin-left: 15px;
}
.con_acc .box_map #map .bal_map .txt span {
  font-weight: bold;
}

#fix_rsv-pc .obj_btRvs {
  display: none;
}
.fix #fix_rsv-pc {
  top: auto;
  bottom: 20px;
}

.con_corona {
  overflow: hidden;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .con_corona {
    margin-top: 3em;
  }
}
.con_corona .bn_goto {
  text-align: center;
}
.con_corona .bn_goto a {
  display: inline-block;
}
.mouse .con_corona .bn_goto a {
  -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_corona .bn_goto a:hover, .touch .con_corona .bn_goto a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_corona .bn_goto a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_corona .bn_goto a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_corona .box_corona {
  margin-top: 1.5em;
}
.con_corona .box_corona h3 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 165%;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_corona .box_corona h3 {
    font-size: 136%;
  }
}
.con_corona .box_corona .btn {
  text-align: center;
}
.con_corona .box_goto {
  margin-top: 1.5em;
}
.con_corona .box_goto .st {
  text-align: center;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_corona .box_goto .st {
    text-align: left;
  }
}
.con_corona .box_goto .btn {
  text-align: center;
}
.con_corona .box_goto .txt {
  margin-top: 1em;
  text-align: center;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_corona .box_goto .txt {
    text-align: left;
  }
}
