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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_topnav ul, .con_cpt .box_det, .con_sty .box_stypln .inner, .con_day, .con_inf .inner, .con_pic .bn_main, .con_pic .bn_sub, .bn_epuy, .bn {
  max-width: 1020px;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .con_topnav ul, .con_cpt .box_det, .con_sty .box_stypln .inner, .con_day, .con_inf .inner, .con_pic .bn_main, .con_pic .bn_sub, .bn_epuy, .bn {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	メインイメージ
----------------------------------------------------------- */
.con_mainimg {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_mainimg #obj_mainSlider .slide {
    overflow: hidden;
  }
  .con_mainimg #obj_mainSlider .slide img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
@media only screen and (min-width: 1041px) {
  .con_mainimg #obj_mainSlider .slide img {
    max-width: none;
    position: relative;
    left: 50%;
    left: calc(50% - 960px);
    left: -webkit-calc(50% - 960px);
  }
}
@media print {
  .con_mainimg #obj_mainSlider .slide img {
    max-width: none;
    position: relative;
    left: 50%;
    left: calc(50% - 960px);
    left: -webkit-calc(50% - 960px);
  }
}
.ie8 .con_mainimg #obj_mainSlider .slide img {
  max-width: none;
  position: relative;
  left: 50%;
  left: calc(50% - 960px);
  left: -webkit-calc(50% - 960px);
}

/* -----------------------------------------------------------
	トップナビ
----------------------------------------------------------- */
.con_topnav {
  padding: 25px 0 15px;
}
@media only screen and (min-width: 768px) {
  .con_topnav {
    background: url(../images/home/bg_topnav_dec_brown.png) repeat-x center 0, url(../images/common/bg_pattern12.png);
    -moz-background-size: 10px, auto;
    -o-background-size: 10px, auto;
    -webkit-background-size: 10px, auto;
    background-size: 10px, auto;
  }
}
@media print {
  .con_topnav {
    background: url(../images/home/bg_topnav_dec_brown.png) repeat-x center 0, url(../images/common/bg_pattern12.png);
    -moz-background-size: 10px, auto;
    -o-background-size: 10px, auto;
    -webkit-background-size: 10px, auto;
    background-size: 10px, auto;
  }
}
.ie8 .con_topnav {
  background: url(../images/home/bg_topnav_dec_brown.png) repeat-x center 0, url(../images/common/bg_pattern12.png);
  -moz-background-size: 10px, auto;
  -o-background-size: 10px, auto;
  -webkit-background-size: 10px, auto;
  background-size: 10px, auto;
}
@media only screen and (max-width: 767px) {
  .con_topnav {
    background: url(../images/home/bg_topnav_dec_brown.png) repeat-x center 0, url(../images/home/bg_topnav_dec_brown.png) repeat-x center bottom, url(../images/common/bg_pattern12.png);
    -moz-background-size: 2.08333% auto, 2.08333% auto, auto;
    -o-background-size: 2.08333% auto, 2.08333% auto, auto;
    -webkit-background-size: 2.08333% auto, 2.08333% auto, auto;
    background-size: 2.08333% auto, 2.08333% auto, auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_topnav {
    padding: 5% 0;
  }
}
.con_topnav .btn_off {
  margin: auto 2.5% 2.5%;
}
.con_topnav .btn_off a img {
  width: 100%;
}
.con_topnav ul {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_topnav ul {
    letter-spacing: -.5em;
  }
}
@media print {
  .con_topnav ul {
    letter-spacing: -.5em;
  }
}
.ie8 .con_topnav ul {
  letter-spacing: -.5em;
}
.con_topnav ul li {
  width: 23.23529%;
  display: inline-block;
}
.con_topnav ul li a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_topnav ul li:not(:first-child) {
    margin-left: 2.35%;
  }
}
@media print {
  .con_topnav ul li:not(:first-child) {
    margin-left: 2.35%;
  }
}
.ie8 .con_topnav ul li:not(:first-child) {
  margin-left: 2.35%;
}
@media only screen and (max-width: 767px) {
  .con_topnav ul li {
    width: 49%;
  }
  .con_topnav ul li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
  .con_topnav ul li:nth-child(even) {
    margin-left: 0.5%;
  }
}

/* -----------------------------------------------------------
	コロナ
----------------------------------------------------------- */
#corona {
  width: 90%;
  max-width: 720px;
  text-align: center;
  margin: 2em auto .5em;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #corona:after {
    position: absolute;
    top: 1.2em;
    right: 2%;
  }
}
@media print {
  #corona:after {
    position: absolute;
    top: 1.2em;
    right: 2%;
  }
}
.ie8 #corona:after {
  position: absolute;
  top: 1.2em;
  right: 2%;
}
#corona .st {
  font-size: 116%;
  color: #fff;
  background-color: #878a12;
  padding: 0.6em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #corona .st {
    line-height: 2;
  }
}
@media print {
  #corona .st {
    line-height: 2;
  }
}
.ie8 #corona .st {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #corona .st {
    font-size: 116%;
    margin-bottom: .5em;
  }
}
#corona .st:before {
  content: "";
  background-image: url(../images/home/dec_1.png);
  width: 46px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 0;
}
#corona .st:after {
  content: "";
  background-image: url(../images/home/dec_2.png);
  width: 46px;
  height: 41px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}
#corona .lnk {
  font-size: 108%;
  margin-top: 1em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #corona .lnk {
    font-size: 100%;
  }
}
#corona .lnk a {
  display: block;
  margin-top: .6em;
}
#corona .lnk2 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  #corona .lnk2 {
    font-size: 100%;
  }
}
#corona .lnk2 a {
  display: inline;
}
#corona .btns {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #corona .btns {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1041px) {
  #corona .btns {
    letter-spacing: -.4em;
  }
}
@media print {
  #corona .btns {
    letter-spacing: -.4em;
  }
}
.ie8 #corona .btns {
  letter-spacing: -.4em;
}
#corona .btns p {
  margin: 0 0 0 2.22222%;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #corona .btns p {
    margin: 0.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #corona .btns p {
    margin: 0.5em 0 0;
  }
}
@media only screen and (min-width: 1041px) {
  #corona .btns p {
    display: inline-block;
    letter-spacing: normal;
    width: 46.66667%;
  }
  #corona .btns p:first-child {
    margin-left: 0;
  }
}
@media print {
  #corona .btns p {
    display: inline-block;
    letter-spacing: normal;
    width: 46.66667%;
  }
  #corona .btns p:first-child {
    margin-left: 0;
  }
}
.ie8 #corona .btns p {
  display: inline-block;
  letter-spacing: normal;
  width: 46.66667%;
}
.ie8 #corona .btns p:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #corona .btns p {
    max-width: 400px;
  }
  #corona .btns p:first-child {
    margin-top: 0;
  }
}
#corona .btns p a {
  position: relative;
  display: block;
  padding: 15px 0.5em;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #corona .btns p a {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  #corona .btns p a {
    font-size: 108%;
  }
}
@media print {
  #corona .btns p a {
    font-size: 108%;
  }
}
.ie8 #corona .btns p a {
  font-size: 108%;
}
#corona .btns p a:before, #corona .btns p a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#corona .btns p a > * {
  vertical-align: middle;
  display: inline;
}
#corona .btns p a:after {
  content: "";
  margin-left: .5em;
  line-height: 1;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  #corona .btns p a:after {
    position: absolute;
    top: 50%;
    right: .8em;
    margin-top: -.5em;
  }
}
#corona .btns p.btn1 a {
  background: #ba5539;
  color: #fff;
}
#corona .btns p.btn2 a {
  background: #b3b544;
  color: #fff;
}

/* -----------------------------------------------------------
	バナー
----------------------------------------------------------- */
.con_bn {
  margin: 40px 0 0;
  text-align: center;
  letter-spacing: -.4em;
}
.con_bn p {
  display: inline-block;
  max-width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 1041px) {
  .con_bn p:nth-child(2n) {
    margin-left: 2%;
  }
}
@media print {
  .con_bn p:nth-child(2n) {
    margin-left: 2%;
  }
}
.ie8 .con_bn p:nth-child(2n) {
  margin-left: 2%;
}
@media only screen and (max-width: 1040px) {
  .con_bn p {
    display: block;
  }
  .con_bn p:not(:first-child) {
    margin-top: 1em;
  }
}

/* -----------------------------------------------------------
	コンセプト
----------------------------------------------------------- */
.con_cpt {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_cpt {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cpt {
    margin-top: 6.66667%;
  }
}
.con_cpt h2 {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_cpt h2 img {
    position: relative;
    left: 50%;
    max-width: none;
    margin-left: -960px;
  }
}
@media print {
  .con_cpt h2 img {
    position: relative;
    left: 50%;
    max-width: none;
    margin-left: -960px;
  }
}
.ie8 .con_cpt h2 img {
  position: relative;
  left: 50%;
  max-width: none;
  margin-left: -960px;
}
.con_cpt .box_det .img {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_cpt .box_det .img {
    padding: 30px 30px;
  }
}
@media print {
  .con_cpt .box_det .img {
    padding: 30px 30px;
  }
}
.ie8 .con_cpt .box_det .img {
  padding: 30px 30px;
}
@media only screen and (max-width: 767px) {
  .con_cpt .box_det .img {
    padding: 1.66667% 0;
  }
}
.con_cpt .box_det .img span {
  display: block;
  float: left;
  width: 22.82158%;
  overflow: hidden;
  height: 0;
  padding-bottom: 14.52282%;
}
.con_cpt .box_det .img span:not(:first-child) {
  margin-left: 2.90456%;
}
@media only screen and (max-width: 767px) {
  .con_cpt .box_det .img span {
    padding-bottom: 0;
    height: auto;
    width: 32.3%;
  }
  .con_cpt .box_det .img span:not(:first-child) {
    margin-left: 1.5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_cpt .box_det .txt {
    text-align: center;
  }
}
@media print {
  .con_cpt .box_det .txt {
    text-align: center;
  }
}
.ie8 .con_cpt .box_det .txt {
  text-align: center;
}
.con_cpt .box_det .btn {
  margin: auto;
  margin-top: 20px;
  width: 224px;
}
@media only screen and (max-width: 767px) {
  .con_cpt .box_det .btn {
    margin-top: 1.66667%;
  }
}
.con_cpt .box_det .btn a, .con_cpt .box_det .btn em {
  background: url(../images/common/bg_pattern7.png);
  color: #fff;
  border-color: #624537;
}

/* -----------------------------------------------------------
	宿泊のご案内
----------------------------------------------------------- */
.con_sty {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .con_sty {
    margin-top: 10%;
  }
}
.con_sty .box_sty {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_sty .box_sty {
    margin-top: 3.33333%;
  }
}
.con_sty .box_sty ul {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
.con_sty .box_sty ul li a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_sty .box_sty ul li {
    width: 33.2%;
    float: left;
  }
  .con_sty .box_sty ul li:nth-child(2) {
    margin: 0 .2%;
  }
  .con_sty .box_sty ul li:nth-child(1) a:after {
    background: url(../images/home/img_stay1_h.png) no-repeat center;
  }
  .con_sty .box_sty ul li:nth-child(2) a:after {
    background: url(../images/home/img_stay2_h.png) no-repeat center;
  }
  .con_sty .box_sty ul li:nth-child(3) a:after {
    background: url(../images/home/img_stay3_h.png) no-repeat center;
  }
  .con_sty .box_sty ul li a {
    overflow: hidden;
    position: relative;
  }
  .con_sty .box_sty ul li a:not(:hover):after {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  .con_sty .box_sty ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition-property: opacity, filter, -webkit-filter;
    -o-transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-property: opacity, filter, -webkit-filter;
    transition-property: opacity filter -webkit-filter;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .con_sty .box_sty ul li a:after.active, .mouse .con_sty .box_sty ul li a:after:hover, .touch .con_sty .box_sty ul li a:after.touchstart {
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  .touch .con_sty .box_sty ul li a:after {
    -webkit-tap-highlight-color: transparent;
  }
  .touch .con_sty .box_sty ul li a:after.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .con_sty .box_sty ul li a img {
    max-width: none;
    position: relative;
    left: 50%;
    left: calc(50% - 318px);
    left: -webkit-calc(50% - 318px);
  }
}
@media print {
  .con_sty .box_sty ul li {
    width: 33.2%;
    float: left;
  }
  .con_sty .box_sty ul li:nth-child(2) {
    margin: 0 .2%;
  }
  .con_sty .box_sty ul li:nth-child(1) a:after {
    background: url(../images/home/img_stay1_h.png) no-repeat center;
  }
  .con_sty .box_sty ul li:nth-child(2) a:after {
    background: url(../images/home/img_stay2_h.png) no-repeat center;
  }
  .con_sty .box_sty ul li:nth-child(3) a:after {
    background: url(../images/home/img_stay3_h.png) no-repeat center;
  }
  .con_sty .box_sty ul li a {
    overflow: hidden;
    position: relative;
  }
  .con_sty .box_sty ul li a:not(:hover):after {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  .con_sty .box_sty ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition-property: opacity, filter, -webkit-filter;
    -o-transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-property: opacity, filter, -webkit-filter;
    transition-property: opacity filter -webkit-filter;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .con_sty .box_sty ul li a:after.active, .mouse .con_sty .box_sty ul li a:after:hover, .touch .con_sty .box_sty ul li a:after.touchstart {
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  .touch .con_sty .box_sty ul li a:after {
    -webkit-tap-highlight-color: transparent;
  }
  .touch .con_sty .box_sty ul li a:after.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .con_sty .box_sty ul li a img {
    max-width: none;
    position: relative;
    left: 50%;
    left: calc(50% - 318px);
    left: -webkit-calc(50% - 318px);
  }
}
.ie8 .con_sty .box_sty ul li {
  width: 33.2%;
  float: left;
}
.ie8 .con_sty .box_sty ul li:nth-child(2) {
  margin: 0 .2%;
}
.ie8 .con_sty .box_sty ul li:nth-child(1) a:after {
  background: url(../images/home/img_stay1_h.png) no-repeat center;
}
.ie8 .con_sty .box_sty ul li:nth-child(2) a:after {
  background: url(../images/home/img_stay2_h.png) no-repeat center;
}
.ie8 .con_sty .box_sty ul li:nth-child(3) a:after {
  background: url(../images/home/img_stay3_h.png) no-repeat center;
}
.ie8 .con_sty .box_sty ul li a {
  overflow: hidden;
  position: relative;
}
.ie8 .con_sty .box_sty ul li a:not(:hover):after {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.ie8 .con_sty .box_sty ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition-property: opacity, filter, -webkit-filter;
  -o-transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-property: opacity, filter, -webkit-filter;
  transition-property: opacity filter -webkit-filter;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.ie8 .con_sty .box_sty ul li a:after.active, .mouse .ie8 .con_sty .box_sty ul li a:after:hover, .touch .ie8 .con_sty .box_sty ul li a:after.touchstart {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.touch .ie8 .con_sty .box_sty ul li a:after {
  -webkit-tap-highlight-color: transparent;
}
.touch .ie8 .con_sty .box_sty ul li a:after.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.ie8 .con_sty .box_sty ul li a img {
  max-width: none;
  position: relative;
  left: 50%;
  left: calc(50% - 318px);
  left: -webkit-calc(50% - 318px);
}
@media only screen and (max-width: 767px) {
  .con_sty .box_sty ul li:not(:first-child) {
    margin-top: 1.66667%;
  }
}
.con_sty .box_stypln {
  padding: 40px 0;
  background: url(../images/common/bg_pattern6.png);
}
@media only screen and (max-width: 767px) {
  .con_sty .box_stypln {
    padding: 6.66667% 0;
  }
}
.con_sty .box_stypln .inner ul {
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_sty .box_stypln .inner ul {
    padding: 5% 0;
  }
}
.con_sty .box_stypln .inner ul li {
  display: inline-block;
}
.con_sty .box_stypln .inner ul li a {
  display: block;
  color: #462515;
}
@media only screen and (min-width: 1041px) {
  .con_sty .box_stypln .inner ul li a {
    text-decoration: none !important;
  }
  .con_sty .box_stypln .inner ul li a.active, .mouse .con_sty .box_stypln .inner ul li a:hover, .touch .con_sty .box_stypln .inner ul li a.touchstart {
    text-decoration: underline !important;
  }
  .touch .con_sty .box_stypln .inner ul li a {
    -webkit-tap-highlight-color: transparent;
  }
  .touch .con_sty .box_stypln .inner ul li a.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
@media print {
  .con_sty .box_stypln .inner ul li a {
    text-decoration: none !important;
  }
  .con_sty .box_stypln .inner ul li a.active, .mouse .con_sty .box_stypln .inner ul li a:hover, .touch .con_sty .box_stypln .inner ul li a.touchstart {
    text-decoration: underline !important;
  }
  .touch .con_sty .box_stypln .inner ul li a {
    -webkit-tap-highlight-color: transparent;
  }
  .touch .con_sty .box_stypln .inner ul li a.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
.ie8 .con_sty .box_stypln .inner ul li a {
  text-decoration: none !important;
}
.ie8 .con_sty .box_stypln .inner ul li a.active, .mouse .ie8 .con_sty .box_stypln .inner ul li a:hover, .touch .ie8 .con_sty .box_stypln .inner ul li a.touchstart {
  text-decoration: underline !important;
}
.touch .ie8 .con_sty .box_stypln .inner ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .ie8 .con_sty .box_stypln .inner ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_sty .box_stypln .inner ul li:not(:first-child) {
  margin-left: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_sty .box_stypln .inner ul li:not(:first-child) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sty .box_stypln .inner ul li:not(:first-child) {
    margin-left: 0;
  }
}
.con_sty .box_stypln .inner ul li img {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .con_sty .box_stypln .inner ul li img {
    width: 69.55556%;
  }
}
.con_sty .box_stypln .inner ul li span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_sty .box_stypln .inner ul li {
    display: block;
    float: left;
    width: 50%;
  }
  .con_sty .box_stypln .inner ul li:nth-child(-n + 2) {
    margin-bottom: 3.33333%;
  }
}
.con_sty .box_stypln .inner .btn {
  margin: auto;
  width: 224px;
}
.con_sty .box_stypln .inner .btn a, .con_sty .box_stypln .inner .btn em {
  background: url(../images/common/bg_pattern5.png);
  color: #fff;
  border-color: #86891d;
}

/* -----------------------------------------------------------
	日帰りのご案内
----------------------------------------------------------- */
.con_day {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .con_day {
    margin-top: 10%;
  }
}
.con_day .txt {
  text-align: center;
  padding: 1em 0;
}
.con_day ul {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_day ul li {
    width: 25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
  }
}
@media print {
  .con_day ul li {
    width: 25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
  }
}
.ie8 .con_day ul li {
  width: 25%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .con_day ul li:not(:first-child) {
    margin-top: 1.66667%;
  }
}
.con_day .txt2 {
  text-align: center;
  font-weight: bold;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_day .txt2 {
    margin-top: 1em;
  }
}

/* -----------------------------------------------------------
	インフォメーション
----------------------------------------------------------- */
.con_inf {
  margin-top: 45px;
  padding: 50px 0;
  background: url(../images/common/bg_pattern8.png);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_inf {
    margin-top: 6.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_inf {
    padding: 6.66667% 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_inf .box_inf {
    text-align: center;
  }
}
@media print {
  .con_inf .box_inf {
    text-align: center;
  }
}
.ie8 .con_inf .box_inf {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_inf .box_inf:nth-child(2) {
    float: right;
  }
}
@media print {
  .con_inf .box_inf:nth-child(2) {
    float: right;
  }
}
.ie8 .con_inf .box_inf:nth-child(2) {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_inf:nth-child(2) {
    margin-top: 6.66667%;
  }
}
.con_inf .box_inf .img {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_inf .img {
    margin-top: 1.66667%;
  }
}
.con_inf .box_new {
  clear: both;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_new {
    padding-top: 8.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .con_inf .box_new h3 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.6em;
  }
}
@media print {
  .con_inf .box_new h3 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.6em;
  }
}
.ie8 .con_inf .box_new h3 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.6em;
}
@media only screen and (min-width: 768px) {
  .con_inf .box_new .box_det {
    padding-left: 130px;
  }
}
@media print {
  .con_inf .box_new .box_det {
    padding-left: 130px;
  }
}
.ie8 .con_inf .box_new .box_det {
  padding-left: 130px;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_new .box_det {
    margin-top: 3.33333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_inf .box_new .box_det ul {
    font-size: 85%;
  }
}
.con_inf .box_new .box_det ul li {
  border-top: 1px dotted #c8c8c8;
  padding-top: .8em;
}
.con_inf .box_new .box_det ul li:first-child {
  border-top: none;
}
.con_inf .box_new .box_det ul li:last-child {
  border-bottom: 1px dotted #c8c8c8;
}
.con_inf .box_new .box_det ul li a {
  padding-bottom: .8em;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .con_inf .box_new .box_det ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media print {
  .con_inf .box_new .box_det ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.ie8 .con_inf .box_new .box_det ul li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1041px) {
  .con_inf .box_new .box_det ul li a.active .txt, .mouse .con_inf .box_new .box_det ul li a:hover .txt, .touch .con_inf .box_new .box_det ul li a.touchstart .txt {
    text-decoration: underline;
  }
}
@media print {
  .con_inf .box_new .box_det ul li a.active .txt, .mouse .con_inf .box_new .box_det ul li a:hover .txt, .touch .con_inf .box_new .box_det ul li a.touchstart .txt {
    text-decoration: underline;
  }
}
.ie8 .con_inf .box_new .box_det ul li a.active .txt, .ie8 .mouse .con_inf .box_new .box_det ul li a:hover .txt, .ie8 .touch .con_inf .box_new .box_det ul li a.touchstart .txt {
  text-decoration: underline;
}
@media only screen and (max-width: 1040px) {
  .con_inf .box_new .box_det ul li a.active .txt, .mouse .con_inf .box_new .box_det ul li a:hover .txt, .touch .con_inf .box_new .box_det ul li a.touchstart .txt {
    text-decoration: none;
  }
}
.touch .con_inf .box_new .box_det ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_inf .box_new .box_det ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_inf .box_new .box_det ul li a span {
  vertical-align: middle;
}
.con_inf .box_new .box_det ul li a .date {
  font-family: "Times New Roman", serif;
  color: #878a12;
}
.con_inf .box_new .box_det ul li a .cate {
  display: inline-block;
  padding: 0 .3em;
  margin: 0 .5em;
  color: #fff;
  background: #8e9125;
}
@media only screen and (max-width: 1040px) {
  .con_inf .box_new .box_det ul li a .txt {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .con_inf .box_new .box_det ul li a .txt {
    margin-top: .5em;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.con_inf .box_new .box_det ul li span {
  vertical-align: middle;
}
.con_inf .box_new .box_det ul li > .date {
  font-family: "Times New Roman", serif;
  color: #878a12;
}
.con_inf .box_new .box_det ul li > .cate {
  display: inline-block;
  padding: 0 .3em;
  margin: 0 .5em;
  color: #fff;
  background: #8e9125;
}
@media only screen and (min-width: 768px) {
  .con_inf .box_new .box_det ul li > .txt {
    display: inline-block;
    padding: .8em 0 .5em;
  }
}
@media print {
  .con_inf .box_new .box_det ul li > .txt {
    display: inline-block;
    padding: .8em 0 .5em;
  }
}
.ie8 .con_inf .box_new .box_det ul li > .txt {
  display: inline-block;
  padding: .8em 0 .5em;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_new .box_det ul li > .txt {
    margin: .5em 0;
    display: block;
  }
}
.con_inf .box_new .box_det .btn {
  margin-top: 1em;
  text-align: right;
}
.con_inf .box_new .box_det .btn:before, .con_inf .box_new .box_det .btn:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_inf .box_new .box_det .btn > * {
  vertical-align: middle;
  display: inline;
}
.con_inf .box_new .box_det .btn:before {
  content: "";
  margin-right: .5em;
  width: 1em;
  display: inline-block;
  background: #c6c929;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.con_inf .box_new .box_det .btn a {
  text-decoration: none !important;
}
.con_inf .box_new .box_det .btn a.active, .mouse .con_inf .box_new .box_det .btn a:hover, .touch .con_inf .box_new .box_det .btn a.touchstart {
  text-decoration: underline !important;
}
.touch .con_inf .box_new .box_det .btn a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_inf .box_new .box_det .btn a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	ピックアップコンテンツ
----------------------------------------------------------- */
.con_pic {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_pic {
    margin-top: 6.66667%;
  }
}
.con_pic h3 {
  font-size: 93%;
}
.con_pic h3 em {
  font-size: 170%;
  font-family: "Times New Roman", serif;
  font-size: 1.5em;
}
.con_pic .bn_main {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_pic .bn_main {
    margin-top: 3.33333%;
  }
}
.con_pic .bn_main .bn65 {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_pic .bn_main .bn65 {
    margin-bottom: 3.33333%;
  }
}
.con_pic .bn_main ul {
  overflow: hidden;
}
.con_pic .bn_main ul li {
  width: 23.52941%;
  float: left;
}
.con_pic .bn_main ul li a {
  display: block;
}
.con_pic .bn_main ul li a img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_pic .bn_main ul li:not(:first-child) {
    margin-left: 1.96078%;
  }
}
@media print {
  .con_pic .bn_main ul li:not(:first-child) {
    margin-left: 1.96078%;
  }
}
.ie8 .con_pic .bn_main ul li:not(:first-child) {
  margin-left: 1.96078%;
}
@media only screen and (max-width: 767px) {
  .con_pic .bn_main ul li {
    width: 49%;
  }
  .con_pic .bn_main ul li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
  .con_pic .bn_main ul li:nth-child(even) {
    float: right;
  }
}
.con_pic .bn_sub {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_pic .bn_sub {
    margin-top: 1.66667%;
  }
}
@media only screen and (max-width: 1140px) {
  .con_pic .bn_sub #obj_picSlider {
    padding: 0 25px;
  }
  .con_pic .bn_sub #obj_picSlider .slick-prev {
    left: 0;
  }
  .con_pic .bn_sub #obj_picSlider .slick-next {
    right: 0;
  }
}
@media print {
  .con_pic .bn_sub #obj_picSlider {
    padding: 0 25px;
  }
  .con_pic .bn_sub #obj_picSlider .slick-prev {
    left: 0;
  }
  .con_pic .bn_sub #obj_picSlider .slick-next {
    right: 0;
  }
}
.ie8 .con_pic .bn_sub #obj_picSlider {
  padding: 0 25px;
}
.ie8 .con_pic .bn_sub #obj_picSlider .slick-prev {
  left: 0;
}
.ie8 .con_pic .bn_sub #obj_picSlider .slick-next {
  right: 0;
}
.con_pic .bn_sub #obj_picSlider .slide {
  text-align: center;
  padding: 0 5px;
}
.con_pic .bn_sub #obj_picSlider .slide img {
  display: block;
  margin: auto;
}

.bn_epuy {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bn_epuy {
    margin-top: 6.66667%;
  }
}
.bn_epuy a {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bn_epuy a {
    width: 83.11111%;
  }
}

.bn_epuy {
  background: url(../files/images/home/bg_epuybn.jpg);
}
@media only screen and (max-width: 767px) {
  .bn_epuy {
    background: url(../files/images/home/bg_epuybn_sp.jpg);
  }
}

.bn_epuy_pc {
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  width: 98.03922%;
  max-width: 1000px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .bn_epuy_pc {
    margin-top: 6.66667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .bn_epuy_pc {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .bn_epuy_pc {
    width: 95%;
    max-width: 612px;
  }
}
.bn_epuy_pc p.btn {
  position: absolute;
  width: 12.9%;
  top: 0;
  right: 11.5%;
}
@media only screen and (max-width: 767px) {
  .bn_epuy_pc p.btn {
    width: 29.73856%;
    left: 17.32026%;
    top: 59.30233%;
  }
}
.bn_epuy_pc p.btn2 {
  position: absolute;
  width: 13%;
  bottom: 0;
  right: 0.3%;
}
@media only screen and (max-width: 767px) {
  .bn_epuy_pc p.btn2 {
    width: 29.73856%;
    right: 17.32026%;
    bottom: 6.39535%;
  }
}

.bn {
  margin-top: 3em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .bn {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .bn {
    margin-top: 1em;
  }
}

.info2 {
  text-align: right;
  margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  .info2 {
    margin: 1em auto 0;
    text-align: center;
  }
}
.info2 a {
  color: #660000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-bottom: 2px solid #b95f5f;
  position: relative;
  transition: 200ms;
}
@media only screen and (min-width: 768px) {
  .info2 a {
    font-size: 100%;
    line-height: 1;
    padding: .5em 0;
    letter-spacing: .05em;
  }
}
@media print {
  .info2 a {
    font-size: 100%;
    line-height: 1;
    padding: .5em 0;
    letter-spacing: .05em;
  }
}
.ie8 .info2 a {
  font-size: 100%;
  line-height: 1;
  padding: .5em 0;
  letter-spacing: .05em;
}
@media only screen and (max-width: 767px) {
  .info2 a {
    font-size: 93%;
    line-height: 1.6;
    padding: .6em 1.5em .6em 1.5em;
    text-align: left;
    text-indent: -1em;
    text-align: center;
    font-weight: bold;
  }
}
.info2 a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.info2 a:hover {
  opacity: .8;
  color: #660000;
}
.info2 a:before, .info2 a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.info2 a > * {
  vertical-align: middle;
  display: inline;
}
.info2 a:after {
  content: "";
  margin-left: .5em;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .info2 a:after {
    position: absolute;
    top: 50%;
    right: .3em;
    margin-top: -.6em;
  }
}
