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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_search, .con_concept .box_img_conce, .con_res .box_res, .con_res .box_bn, .con_acc, .con_news {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search, .con_concept .box_img_conce, .con_res .box_res, .con_res .box_bn, .con_acc, .con_news {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search, .con_concept .box_img_conce, .con_res .box_res, .con_res .box_bn, .con_acc, .con_news {
    width: 91.66667%;
  }
}

.con_poi .box_poi:after {
  content: "";
  display: table;
  clear: both;
}

@-moz-keyframes btn-ani {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes btn-ani {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes btn-ani {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
#header {
  padding-right: 0;
}
#header .logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header h1 {
    padding-right: 4.54545%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#header #gnav {
  padding-right: 2.08333%;
}
#header .con_main {
  clear: both;
  position: relative;
  margin-bottom: 45px;
  height: 800px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_main {
    margin-bottom: 4%;
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_main {
    margin-bottom: 3%;
    height: 400px;
  }
}
#header .con_main .box_main {
  width: 81.25%;
  margin-left: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #header .con_main .box_main {
    width: 90%;
  }
}
#header .con_main .box_main .slick-list {
  height: 100%;
}
#header .con_main .box_main .slick-list .slick-track {
  height: 100%;
}
#header .con_main .box_main .photo {
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#header .con_main .box_main .photo.pho01 {
  background-image: url(../images/home/img_main01.jpg);
}
#header .con_main .box_main .photo.pho02 {
  background-image: url(../images/home/img_main02.jpg);
}
#header .con_main .box_main .photo.pho03 {
  background-image: url(../images/home/img_main03.jpg);
}
#header .con_main .box_main .slick-prev, #header .con_main .box_main .slick-next {
  font-size: 0;
  color: transparent;
  line-height: 0;
  padding: 0;
  outline: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  z-index: 50;
  cursor: pointer;
}
.mouse #header .con_main .box_main .slick-prev, .mouse #header .con_main .box_main .slick-next {
  -moz-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.mouse #header .con_main .box_main .slick-prev:hover, .touch #header .con_main .box_main .slick-prev.touchstart, .mouse #header .con_main .box_main .slick-next:hover, .touch #header .con_main .box_main .slick-next.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #header .con_main .box_main .slick-prev, .touch #header .con_main .box_main .slick-next {
  -webkit-tap-highlight-color: transparent;
}
.touch #header .con_main .box_main .slick-prev.touchend, .touch #header .con_main .box_main .slick-next.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#header .con_main .box_main .slick-prev {
  background: url(../images/common/ic_prev.png) no-repeat center top/contain;
  border-top: 1px solid rgba(162, 162, 162, 0.9);
}
@media only screen and (max-width: 767px) {
  #header .con_main .box_main .slick-prev {
    border-top: none;
  }
}
#header .con_main .box_main .slick-next {
  background: url(../images/common/ic_next.png) no-repeat center top/contain;
  border-top: 1px solid rgba(162, 162, 162, 0.9);
}
#header .con_main .box_main .slick-prev {
  right: 0;
  top: 50%;
  -moz-transform: translateY(102px);
  -ms-transform: translateY(102px);
  -webkit-transform: translateY(102px);
  transform: translateY(102px);
}
@media only screen and (max-width: 767px) {
  #header .con_main .box_main .slick-prev {
    top: auto;
    bottom: 40px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#header .con_main .box_main .slick-next {
  right: 0;
  top: 50%;
  -moz-transform: translateY(142px);
  -ms-transform: translateY(142px);
  -webkit-transform: translateY(142px);
  transform: translateY(142px);
}
@media only screen and (max-width: 767px) {
  #header .con_main .box_main .slick-next {
    top: auto;
    bottom: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#header .con_main #mainPager {
  position: absolute;
  font-size: 129%;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  width: 40px;
  background: rgba(0, 0, 0, 0.9);
  padding: 40px 0 35px;
  text-align: center;
  right: 0;
  top: 50%;
  font-weight: 300;
}
#header .con_main .box_txt {
  background: rgba(255, 255, 255, 0.6);
  width: 560px;
  padding: 35px 0 35px 25px;
  position: absolute;
  left: 0;
  top: 50%;
  display: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_main .box_txt {
    padding: 35px 0 35px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  #header .con_main .box_txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_main .box_txt {
    padding: 5% 0;
  }
}
#header .con_main .box_txt h2 {
  font-weight: normal;
}
@media only screen and (max-width: 1199px) {
  #header .con_main .box_txt h2 {
    width: 84.95441%;
  }
}
#header .con_main .box_txt .catch {
  font-size: 172%;
  letter-spacing: .36em;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (min-width: 984px) and (max-width: 1199px) {
  #header .con_main .box_txt .catch {
    font-size: 158%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  #header .con_main .box_txt .catch {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_main .box_txt .catch {
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	wrp_search
----------------------------------------------------------- */
.wrp_search {
  background: url(../images/common/bg_ki.png) repeat 0 0;
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .wrp_search {
    padding: 4% 0;
  }
}

.con_search {
  overflow: hidden;
}
.con_search .box_st {
  float: left;
  width: 17.5%;
}
@media only screen and (max-width: 1199px) {
  .con_search .box_st {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_st {
    letter-spacing: -.4em;
    text-align: center;
    margin-bottom: 20px;
  }
}
.con_search .box_st .st {
  text-align: center;
  color: #fff;
  font-size: 215%;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
  font-feature-settings: "palt";
}
.con_search .box_st .st:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 97%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_st .st {
    font-size: 200%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_st .st {
    font-size: 172%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_st .img_bast {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_st .img_bast {
    width: 60%;
    margin: 0 auto;
  }
  .con_search .box_st .img_bast img {
    width: 100%;
  }
}
.con_search .box_search {
  float: left;
  margin-left: 3.33333%;
  width: 79.16667%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_search {
    float: none;
    width: 645px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search {
    float: none;
    width: 100%;
    margin: 4% auto 0;
  }
}
.con_search .box_search input[type=text], .con_search .box_search select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.5em 0.8em;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  width: 100%;
  letter-spacing: normal;
  font-size: 115%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_search .box_search select::-ms-expand {
  display: none;
}
.con_search .box_search option {
  color: #393939;
}
.con_search .box_search .obj_search {
  overflow: hidden;
}
.con_search .box_search .box_stay {
  overflow: hidden;
  margin-bottom: 15px;
}
.con_search .box_search .box_stay label {
  color: #fbf8f2;
  display: block;
  margin-bottom: 8px;
}
.con_search .box_search .box_stay .box_day {
  float: left;
  width: 23.15789%;
  position: relative;
}
.con_search .box_search .box_stay .box_day:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #beb1a4;
  font-size: 115%;
  margin: 0 auto;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_search .box_stay .box_day {
    margin-bottom: 10px;
    width: 300px;
  }
}
.con_search .box_search .box_stay .box_und {
  float: left;
  margin-left: 1.15789%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_search .box_stay .box_und {
    margin: 0 0 10px 15px;
  }
}
.con_search .box_search .box_stay .box_und input[type=checkbox] {
  display: none;
}
.con_search .box_search .box_stay .box_und label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
}
.con_search .box_search .box_stay .box_und label:before, .con_search .box_search .box_stay .box_und label:after {
  content: '\002714';
  position: absolute;
  left: 0;
  top: 180%;
  color: #dedede;
  width: 30px;
  height: 30px;
  border: 1px solid #baada0;
  background: #fff;
  line-height: 2.25em;
  text-align: center;
}
.con_search .box_search .box_stay .box_und label:after {
  color: #393939;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.con_search .box_search .box_stay .box_und input:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.con_search .box_search .box_stay .box_per, .con_search .box_search .box_stay .box_sta, .con_search .box_search .box_stay .box_roo {
  float: left;
  width: 14.73684%;
  margin-left: 1.05263%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_search .box_stay .box_per, .con_search .box_search .box_stay .box_sta, .con_search .box_search .box_stay .box_roo {
    width: 140px;
    margin-left: 10px;
  }
}
.con_search .box_search .box_stay .box_per .box_sel, .con_search .box_search .box_stay .box_sta .box_sel, .con_search .box_search .box_stay .box_roo .box_sel {
  position: relative;
}
.con_search .box_search .box_stay .box_per .box_sel:after, .con_search .box_search .box_stay .box_sta .box_sel:after, .con_search .box_search .box_stay .box_roo .box_sel:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #beb1a4;
  font-size: 115%;
  margin: 0 auto;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_search .box_stay .box_per {
    clear: both;
    margin-left: 0;
  }
}
.con_search .box_search .box_stay .btn_submit {
  float: left;
  margin-left: 2.10526%;
  width: 19.47368%;
  border: 1px solid rgba(190, 177, 164, 0.2);
  background: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: 12px;
}
.mouse .con_search .box_search .box_stay .btn_submit {
  -moz-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.mouse .con_search .box_search .box_stay .btn_submit:hover, .touch .con_search .box_search .box_stay .btn_submit.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_search .box_search .box_stay .btn_submit {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_search .box_search .box_stay .btn_submit.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 1200px) and (max-width: 1260px) {
  .con_search .box_search .box_stay .btn_submit {
    width: 18.94737%;
  }
}
@media print {
  .con_search .box_search .box_stay .btn_submit {
    width: 18.94737%;
  }
}
.ie8 .con_search .box_search .box_stay .btn_submit {
  width: 18.94737%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_search .box_stay .btn_submit {
    width: 185px;
    margin-left: 20px;
  }
}
.con_search .box_search .btn_plan {
  margin-bottom: 4%;
}
.con_search .box_search .btn_plan a {
  padding: 1em 0;
  border: none;
  background: #b49838;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.con_search .box_search .btn_plan a:after {
  position: absolute;
  content: "→";
  top: 30%;
  right: 5%;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.con_search .box_search .btn_plan a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
}
.con_search .box_search .btn_plan a:hover {
  color: #fff;
  background: #79610f;
}
.con_search .box_search .btn_plan a:hover:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.con_search .box_search .btn_rsv {
  margin-bottom: 4%;
}
.con_search .box_search .btn_rsv a {
  padding: 1em 0;
  border: none;
  background: #b49838;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.con_search .box_search .btn_rsv a:after {
  position: absolute;
  content: "→";
  top: 30%;
  right: 5%;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.con_search .box_search .btn_rsv a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
}
.con_search .box_search .btn_rsv a:hover {
  color: #fff;
  background: #79610f;
}
.con_search .box_search .btn_rsv a:hover:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.con_search .box_search .btn_rsv a {
  background: #007f4a;
  color: #fff;
}
.con_search .box_search .btn_rsv a:before {
  content: none;
}
.con_search .box_search .btn_rsv a:hover {
  color: #fff;
}
.con_search .box_search .rsv_list {
  overflow: hidden;
}
.con_search .box_search .rsv_list li {
  float: left;
  margin-left: 1.5em;
}
.con_search .box_search .rsv_list li:first-child {
  margin-left: 0;
}
.con_search .box_search .rsv_list li:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fbf8f2;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search .rsv_list li {
    width: 50%;
    margin: 2% 0 0;
  }
}
.con_search .box_search .rsv_list li a {
  color: #fbf8f2;
  text-decoration: none !important;
}
.mouse .con_search .box_search .rsv_list li a:hover, .touch .con_search .box_search .rsv_list li a.touchstart {
  text-decoration: underline !important;
}
.touch .con_search .box_search .rsv_list li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_search .box_search .rsv_list li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	bn_goto
----------------------------------------------------------- */
.bn_goto {
  width: 920px;
  margin: 100px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .bn_goto {
    width: 76.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .bn_goto {
    width: 80%;
    max-width: 300px;
    margin: 3em auto 0;
  }
}
.bn_goto a {
  display: block;
}

/* -----------------------------------------------------------
	con_concept
----------------------------------------------------------- */
.con_concept {
  background: url(../images/home/bg_conce.jpg) no-repeat center bottom/100% auto;
  padding: 100px 0 120px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    padding: 12% 0;
    margin-bottom: 12%;
  }
}
.con_concept h3 {
  font-weight: normal;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.con_concept h3 .jp {
  font-size: 229%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: .24em;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept h3 .jp {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept h3 .jp {
    font-size: 129%;
    line-height: 1.25;
    letter-spacing: .2em;
  }
}
.con_concept h3 .jp .clr_gre {
  color: #007f4a;
}
.con_concept h3 .en {
  position: absolute;
  bottom: -8px;
  text-align: center;
  left: 0;
  width: 100%;
  font-family: 'Cinzel', serif;
  letter-spacing: .05em;
  font-size: 715%;
  line-height: 1;
  color: #e8e8e8;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept h3 .en {
    font-size: 572%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept h3 .en {
    font-size: 458%;
    bottom: 0;
  }
}
.con_concept .txt_read {
  text-align: center;
  margin: 50px auto;
  font-size: 115%;
  line-height: 1.8;
}
@media only screen and (max-width: 983px) {
  .con_concept .txt_read {
    width: 91.66667%;
    margin: 6% auto;
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .txt_read {
    text-align: left;
  }
}
.con_concept .box_img_conce {
  overflow: hidden;
}
.con_concept .box_img_conce li {
  float: left;
  width: 31.08333%;
  margin-left: 3.375%;
}
.con_concept .box_img_conce li.img01 {
  margin-left: 0;
}
.con_concept .box_img_conce li.img02 {
  padding-top: 8.33333%;
}

/* -----------------------------------------------------------
	con_poi
----------------------------------------------------------- */
.con_poi {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 2.08333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1624px) {
  .con_poi {
    padding-right: 70px;
  }
}
@media print {
  .con_poi {
    padding-right: 70px;
  }
}
.ie8 .con_poi {
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .con_poi {
    width: 91.66667%;
    margin: 0 auto;
    padding: 0;
  }
}
.con_poi h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_poi h3 {
    margin-bottom: 6%;
  }
}
.con_poi h3:before {
  content: "";
  width: 83px;
  height: 25px;
  background: url(../images/common/ic_title.png) no-repeat center top/contain;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_poi h3:before {
    width: 3.32em;
    height: 1em;
  }
}
.con_poi h3 em {
  letter-spacing: .05em;
  font-size: 372%;
  font-family: 'Oswald', sans-serif;
  display: block;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_poi h3 em {
    font-size: 343%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_poi h3 em {
    font-size: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi h3 em {
    font-size: 258%;
  }
}
.con_poi h3 span {
  display: block;
  letter-spacing: .22em;
  color: #a2a2a2;
}
@media only screen and (max-width: 767px) {
  .con_poi h3 span {
    font-size: 86%;
  }
}
.con_poi .box_poi {
  max-width: 1520px;
}
.con_poi .box_poi .st {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_poi .box_poi .st {
    margin-bottom: 3%;
  }
}
.con_poi .box_poi .st span {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 158%;
  color: #a2a2a2;
  letter-spacing: .05em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_poi .box_poi .st span {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi .box_poi .st span {
    font-size: 115%;
  }
}
.con_poi .box_poi .st em {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 300%;
  letter-spacing: .05em;
  color: #007f4a;
  margin-left: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_poi .box_poi .st em {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi .box_poi .st em {
    font-size: 186%;
  }
}
.con_poi .box_poi .box_txt .catch {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 158%;
  letter-spacing: .2em;
  margin-bottom: 0.5em;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_poi .box_poi .box_txt .catch {
    font-size: 143%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_poi .box_poi .box_txt .catch {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi .box_poi .box_txt .catch {
    font-size: 115%;
  }
}
.con_poi .box_poi .btn {
  width: 270px;
  margin-top: 20px;
}
.con_poi .box_poi .btn a {
  padding: 1em 0;
  border: #393939 1px solid;
  background: #fff;
  color: #393939;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  -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;
}
.con_poi .box_poi .btn a:after {
  position: absolute;
  content: "→";
  top: 30%;
  right: 5%;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.con_poi .box_poi .btn a:hover {
  color: #fff;
  background: #393939;
}
.con_poi .box_poi .btn a:hover:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_poi .box_poi .btn {
    max-width: 270px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi .box_poi .btn {
    width: 82.29167%;
    margin: 6% auto 0;
  }
}
.con_poi .poi_roo {
  position: relative;
  margin-bottom: 160px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .con_poi .poi_roo {
    margin-bottom: 19%;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_roo {
    margin-bottom: 12%;
  }
}
.con_poi .poi_roo .st {
  float: right;
  width: 35.52632%;
}
@media only screen and (max-width: 1199px) {
  .con_poi .poi_roo .st {
    float: none;
    width: 100%;
  }
}
.con_poi .poi_roo .photo {
  width: 60.52632%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_roo .photo {
    width: 100%;
    float: none;
    margin-bottom: 2%;
  }
  .con_poi .poi_roo .photo img {
    width: 100%;
  }
}
.con_poi .poi_roo .box_txt {
  float: right;
  width: 35.52632%;
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_roo .box_txt {
    float: none;
    width: 100%;
  }
}
.con_poi .poi_roo .box_photo {
  position: absolute;
  width: 43.48684%;
  bottom: -80px;
  right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .con_poi .poi_roo .box_photo {
    bottom: -140px;
  }
}
@media print {
  .con_poi .poi_roo .box_photo {
    bottom: -140px;
  }
}
.ie8 .con_poi .poi_roo .box_photo {
  bottom: -140px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_poi .poi_roo .box_photo {
    width: 55.08333%;
    bottom: -195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
  .con_poi .poi_roo .box_photo {
    margin-top: 2%;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_poi .poi_roo .box_photo {
    width: 480px;
    position: static;
    clear: both;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_roo .box_photo {
    width: 100%;
    margin: 3% auto 0;
    float: none;
    position: static;
  }
}
.con_poi .poi_roo .box_photo li {
  width: 49.92436%;
  float: left;
  position: relative;
}
.con_poi .poi_roo .box_photo li:first-child {
  margin-right: 0.15129%;
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_roo .box_photo li img {
    width: 100%;
  }
}
.con_poi .poi_roo .box_photo li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_roo .box_photo li:after {
    border-width: 2em 2em 0 0;
  }
}
.con_poi .poi_roo .box_photo li .box_st {
  width: 100%;
  position: absolute;
  padding: 0 3.0303% 20px 9.09091%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .con_poi .poi_roo .box_photo li .box_st {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  .con_poi .poi_roo .box_photo li .box_st {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ie8 .con_poi .poi_roo .box_photo li .box_st {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .con_poi .poi_roo .box_photo li .box_st {
    padding-left: 3.0303%;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_roo .box_photo li .box_st {
    padding-bottom: 2%;
  }
}
.con_poi .poi_roo .box_photo li .box_st .ic {
  width: 60px;
  background: url(../images/common/bg_shiro_ki.png) repeat 0 0;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
  overflow: hidden;
  text-align: center;
  padding: 8px 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_poi .poi_roo .box_photo li .box_st .ic {
    font-size: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_poi .poi_roo .box_photo li .box_st .ic {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_roo .box_photo li .box_st .ic {
    width: 4.5em;
    padding: .5em 0 0.8em;
    margin-bottom: 1%;
    font-size: 86%;
  }
}
.con_poi .poi_roo .box_photo li .box_st .ic span {
  letter-spacing: -0.04em;
}
.con_poi .poi_roo .box_photo li .box_st .ic span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  letter-spacing: normal;
  text-align: center;
  display: block;
  color: #007f4a;
  margin: 0 auto;
}
.con_poi .poi_roo .box_photo li .box_st .sst {
  color: #fff;
  margin-left: 1em;
  font-size: 129%;
  letter-spacing: .3em;
  width: calc(100% - 60px - 1em);
}
@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  .con_poi .poi_roo .box_photo li .box_st .sst {
    letter-spacing: .15em;
    margin-left: 0.5em;
    font-size: 122%;
  }
}
@media print {
  .con_poi .poi_roo .box_photo li .box_st .sst {
    letter-spacing: .15em;
    margin-left: 0.5em;
    font-size: 122%;
  }
}
.ie8 .con_poi .poi_roo .box_photo li .box_st .sst {
  letter-spacing: .15em;
  margin-left: 0.5em;
  font-size: 122%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_poi .poi_roo .box_photo li .box_st .sst {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_roo .box_photo li .box_st .sst {
    font-size: 108%;
    margin-left: 0;
    letter-spacing: .25em;
    width: 100%;
  }
}
.con_poi .poi_loca {
  margin-left: auto;
}
.con_poi .poi_loca .st {
  float: left;
  width: 35.52632%;
  padding-top: 10.52632%;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .con_poi .poi_loca .st {
    padding-top: 6.57895%;
  }
}
@media print {
  .con_poi .poi_loca .st {
    padding-top: 6.57895%;
  }
}
.ie8 .con_poi .poi_loca .st {
  padding-top: 6.57895%;
}
@media only screen and (max-width: 1199px) {
  .con_poi .poi_loca .st {
    float: none;
    padding-top: 0;
    width: 100%;
  }
}
.con_poi .poi_loca .photo {
  width: 60.52632%;
  float: right;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_loca .photo {
    width: 100%;
    float: none;
    margin-bottom: 2%;
  }
  .con_poi .poi_loca .photo img {
    width: 100%;
  }
}
.con_poi .poi_loca .box_txt {
  float: left;
  width: 35.52632%;
}
@media only screen and (max-width: 767px) {
  .con_poi .poi_loca .box_txt {
    float: none;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_ath_poi
----------------------------------------------------------- */
.con_ath_poi {
  max-width: 1920px;
  padding: 0 2.08333%;
  margin: 100px auto 120px;
  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: 1199px) {
  .con_ath_poi {
    width: 90%;
    margin: 10% auto 12%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ath_poi {
    margin: 12% auto 14%;
    width: 91.66667%;
    padding: 0;
  }
}
.con_ath_poi .box_ath_poi {
  width: 24.72826%;
  float: left;
  margin-left: 0.36228%;
}
.con_ath_poi .box_ath_poi:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_ath_poi .box_ath_poi {
    width: 48%;
    margin-left: 1%;
  }
  .con_ath_poi .box_ath_poi:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .con_ath_poi .box_ath_poi:nth-child(-n+2) {
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ath_poi .box_ath_poi {
    float: none;
    width: 100%;
    margin: 1% 0 0;
    height: 14em;
    overflow: hidden;
  }
}
.con_ath_poi .box_ath_poi a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_ath_poi .box_ath_poi a {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_ath_poi .box_ath_poi a .photo img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
  }
}
@media print {
  .con_ath_poi .box_ath_poi a .photo img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
  }
}
.ie8 .con_ath_poi .box_ath_poi a .photo img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_ath_poi .box_ath_poi a .photo {
    overflow: hidden;
  }
  .con_ath_poi .box_ath_poi a .photo img {
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
  }
  .con_ath_poi .box_ath_poi a .photo.pho01 img {
    bottom: -25%;
  }
  .con_ath_poi .box_ath_poi a .photo.pho02 img {
    top: -45%;
  }
  .con_ath_poi .box_ath_poi a .photo.pho03 img {
    bottom: -12%;
  }
  .con_ath_poi .box_ath_poi a .photo.pho04 img {
    top: -50%;
  }
}
.con_ath_poi .box_ath_poi a .boxs {
  width: 82.41758%;
  padding: 30px 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/home/bg_ath.png) repeat 0 0;
}
@media only screen and (min-width: 984px) and (max-width: 1199px) {
  .con_ath_poi .box_ath_poi a .boxs {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ath_poi .box_ath_poi a .boxs {
    padding: 4% 0 8%;
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }
}
.con_ath_poi .box_ath_poi a .boxs .st {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ath_poi .box_ath_poi a .boxs .st {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ath_poi .box_ath_poi a .boxs .st {
    font-size: 86%;
  }
}
.con_ath_poi .box_ath_poi a .boxs .st span {
  display: block;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .con_ath_poi .box_ath_poi a .boxs .st span {
    line-height: 1;
  }
}
.con_ath_poi .box_ath_poi a .boxs .st em {
  display: block;
  color: #007f4a;
  font-size: 229%;
}
@media only screen and (max-width: 767px) {
  .con_ath_poi .box_ath_poi a .boxs .st em {
    font-size: 172%;
  }
}
.con_ath_poi .box_ath_poi a .boxs .sst {
  font-size: 129%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: .24em;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  .con_ath_poi .box_ath_poi a .boxs .sst {
    font-size: 115%;
  }
}
@media print {
  .con_ath_poi .box_ath_poi a .boxs .sst {
    font-size: 115%;
  }
}
.ie8 .con_ath_poi .box_ath_poi a .boxs .sst {
  font-size: 115%;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .con_ath_poi .box_ath_poi a .boxs .sst {
    font-size: 100%;
  }
}
@media print {
  .con_ath_poi .box_ath_poi a .boxs .sst {
    font-size: 100%;
  }
}
.ie8 .con_ath_poi .box_ath_poi a .boxs .sst {
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ath_poi .box_ath_poi a .boxs .sst {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ath_poi .box_ath_poi a .boxs .sst {
    font-size: 93%;
  }
}
.con_ath_poi .box_ath_poi a .boxs .ic {
  position: absolute;
  background: url(../images/common/bg_black_ki.png) repeat 0 0;
  width: 40px;
  height: 40px;
  text-align: center;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
  overflow: hidden;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
}
.con_ath_poi .box_ath_poi a .boxs .ic:after {
  line-height: 40px;
  content: "→";
  display: block;
  color: #fff;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media only screen and (min-width: 1200px) {
  .con_ath_poi .box_ath_poi a:hover .photo img {
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@media print {
  .con_ath_poi .box_ath_poi a:hover .photo img {
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.ie8 .con_ath_poi .box_ath_poi a:hover .photo img {
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.con_ath_poi .box_ath_poi a:hover .boxs .ic:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* -----------------------------------------------------------
	con_res
----------------------------------------------------------- */
.con_res {
  background: url(../images/common/bg_ki_ki.png) repeat 0 0;
  padding: 120px 0;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .con_res {
    padding: 12% 0;
    margin-bottom: 12%;
  }
}
.con_res h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_res h3 {
    margin-bottom: 6%;
  }
}
.con_res h3:before {
  content: "";
  width: 83px;
  height: 25px;
  background: url(../images/common/ic_title.png) no-repeat center top/contain;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_res h3:before {
    width: 3.32em;
    height: 1em;
  }
}
.con_res h3 em {
  letter-spacing: .05em;
  font-size: 372%;
  font-family: 'Oswald', sans-serif;
  display: block;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_res h3 em {
    font-size: 343%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_res h3 em {
    font-size: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res h3 em {
    font-size: 258%;
  }
}
.con_res h3 span {
  display: block;
  letter-spacing: .22em;
  color: #a2a2a2;
}
@media only screen and (max-width: 767px) {
  .con_res h3 span {
    font-size: 86%;
  }
}
.con_res .box_res {
  overflow: hidden;
}
.con_res .box_res li {
  float: left;
  width: 31.08333%;
  margin-left: 3.375%;
}
.con_res .box_res li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_res .box_res li {
    float: none;
    width: 100%;
    margin: 4% auto 0;
  }
  .con_res .box_res li:first-child {
    margin-top: 0;
  }
}
.con_res .box_res li a {
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_res .box_res li a {
    padding-bottom: 5%;
    overflow: hidden;
  }
}
.con_res .box_res li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #007f4a;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.con_res .box_res li a .photo {
  width: 100%;
  height: 249px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_res .box_res li a .photo {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 66.75603%;
  }
  .con_res .box_res li a .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res li a .photo {
    width: 40%;
    height: auto;
    float: left;
    margin-bottom: 4%;
  }
}
.con_res .box_res li a .box_txt {
  padding: 20px 4.82574%;
}
@media only screen and (max-width: 767px) {
  .con_res .box_res li a .box_txt {
    padding: 4% 3%;
    width: 60%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_res .box_res li a .box_txt .st {
  font-size: 129%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: .08em;
  font-feature-settings: "palt";
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1199px) {
  .con_res .box_res li a .box_txt .st {
    font-size: 115%;
  }
}
.con_res .box_res li a .box_txt .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
}
.firefox .con_res .box_res li a .box_txt .txt, .ie .con_res .box_res li a .box_txt .txt, .modern .con_res .box_res li a .box_txt .txt {
  max-height: 4.5em;
}
.con_res .box_res li a .txt_price {
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  padding: 15px 0 12px;
  text-align: center;
  width: 90.34853%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_res .box_res li a .txt_price {
    clear: both;
    width: 91.66667%;
    padding: 0.5em 0;
  }
}
.con_res .box_res li a .txt_price span {
  font-size: 229%;
  font-family: 'Oswald', sans-serif;
  color: #007f4a;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  font-weight: 300;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_res .box_res li a .txt_price span {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res li a .txt_price span {
    font-size: 172%;
  }
}
.con_res .box_res li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_res .btn_plan {
  width: 373px;
  margin: 40px auto 60px;
}
.con_res .btn_plan a {
  padding: 1em 0;
  border: none;
  background: #b49838;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.con_res .btn_plan a:after {
  position: absolute;
  content: "→";
  top: 30%;
  right: 5%;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.con_res .btn_plan a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
}
.con_res .btn_plan a:hover {
  color: #fff;
  background: #79610f;
}
.con_res .btn_plan a:hover:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media only screen and (max-width: 767px) {
  .con_res .btn_plan {
    width: 82.29167%;
    margin: 5% auto 8%;
  }
}
.con_res .btn_plan a {
  font-size: 143%;
}
@media only screen and (max-width: 767px) {
  .con_res .btn_plan a {
    font-size: 115%;
  }
}
.con_res .box_bn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_res .box_bn {
    width: 588px;
  }
}
.con_res .box_bn li {
  width: 15%;
  margin-left: 2%;
  background: #fff;
  padding: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.con_res .box_bn li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_res .box_bn li {
    width: 180px;
    margin-left: 24px;
  }
  .con_res .box_bn li:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  .con_res .box_bn li:nth-child(-n+3) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_bn li {
    width: 32%;
    margin: 2% 0 0 2%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .con_res .box_bn li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .con_res .box_bn li:nth-child(-n+3) {
    margin-top: 0;
  }
  .con_res .box_bn li:first-child .st em {
    font-size: 86%;
  }
}
.con_res .box_bn li a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #f0f1e3;
  padding: 25px 0;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_res .box_bn li a {
    padding: 4% 0;
    width: 100%;
  }
}
.con_res .box_bn li a .ic {
  width: 28.40909%;
  margin: 0 auto;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_res .box_bn li a .ic {
    width: 35%;
  }
  .con_res .box_bn li a .ic img {
    width: 100%;
  }
}
.con_res .box_bn li a .ic svg {
  max-height: 50px;
  line-height: 1;
  fill: #008d52;
  -moz-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.con_res .box_bn li a .st {
  margin: 15px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_res .box_bn li a .st {
    width: 100%;
    margin-top: 3%;
  }
}
.con_res .box_bn li a .st em {
  font-weight: bold;
  display: block;
  font-size: 115%;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_res .box_bn li a .st em {
    font-size: 100%;
    line-height: 1.25;
    margin-bottom: 0.3em;
  }
}
.con_res .box_bn li a .st span {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #a2a2a2;
  display: block;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media only screen and (max-width: 767px) {
  .con_res .box_bn li a .st span {
    font-size: 86%;
  }
}
.con_res .box_bn li:hover {
  background: #007f4a;
}
.con_res .box_bn li:hover a .ic svg {
  fill: #fff;
}
.con_res .box_bn li:hover a .st em, .con_res .box_bn li:hover a .st span {
  color: #fff;
}

/* -----------------------------------------------------------
	con_acc
----------------------------------------------------------- */
.con_acc {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_acc {
    width: 91.66667%;
  }
}
.con_acc .photo {
  width: 960px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
@media only screen and (max-width: 983px) {
  .con_acc .photo {
    width: 100%;
    position: static;
    margin: 0 auto 3%;
  }
}
.con_acc .box_acc {
  width: 45%;
  margin-left: auto;
  padding: 90px 0 100px;
}
@media only screen and (max-width: 983px) {
  .con_acc .box_acc {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.con_acc .box_acc h3 {
  font-weight: normal;
}
.con_acc .box_acc h3:before {
  content: '';
  width: 46px;
  height: 45px;
  background: url(../images/home/ic_acc.png) no-repeat center top/contain;
  display: inline-block;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc h3:before {
    height: 2em;
    width: 2em;
  }
}
.con_acc .box_acc h3 em {
  font-size: 372%;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc h3 em {
    font-size: 343%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc h3 em {
    font-size: 200%;
  }
}
.con_acc .box_acc h3 span {
  margin-left: 0.5em;
  color: #a2a2a2;
}
.con_acc .box_acc .txt_catch {
  font-size: 158%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: .24em;
  margin: 0.8em 0 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc .txt_catch {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .txt_catch {
    font-size: 115%;
  }
}
.con_acc .box_acc .btn {
  width: 270px;
  margin-top: 30px;
}
.con_acc .box_acc .btn a {
  padding: 1em 0;
  border: #393939 1px solid;
  background: #fff;
  color: #393939;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  -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;
}
.con_acc .box_acc .btn a:after {
  position: absolute;
  content: "→";
  top: 30%;
  right: 5%;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.con_acc .box_acc .btn a:hover {
  color: #fff;
  background: #393939;
}
.con_acc .box_acc .btn a:hover:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .btn {
    width: 82.29167%;
    margin: 4% auto 0;
  }
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 12%;
  }
}
.con_news h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_news h3 {
    margin-bottom: 6%;
  }
}
.con_news h3:before {
  content: "";
  width: 83px;
  height: 25px;
  background: url(../images/common/ic_title.png) no-repeat center top/contain;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_news h3:before {
    width: 3.32em;
    height: 1em;
  }
}
.con_news h3 em {
  letter-spacing: .05em;
  font-size: 372%;
  font-family: 'Oswald', sans-serif;
  display: block;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news h3 em {
    font-size: 343%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_news h3 em {
    font-size: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news h3 em {
    font-size: 258%;
  }
}
.con_news h3 span {
  display: block;
  letter-spacing: .22em;
  color: #a2a2a2;
}
@media only screen and (max-width: 767px) {
  .con_news h3 span {
    font-size: 86%;
  }
}
.con_news .box_news {
  overflow: hidden;
}
.con_news .box_news li {
  border-bottom: 1px dashed #a2a2a2;
}
.con_news .box_news li:first-child {
  border-top: 1px dashed #a2a2a2;
}
.con_news .box_news li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-align: left;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 1em 2.5em 1em 1em;
  background: none;
  display: grid;
  grid-template-columns: auto auto 1fr;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media only screen and (min-width: 768px) {
  .con_news .box_news li button {
    gap: 1.5em;
  }
}
@media print {
  .con_news .box_news li button {
    gap: 1.5em;
  }
}
.ie8 .con_news .box_news li button {
  gap: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li button {
    gap: .7em .5em;
    grid-template-columns: repeat(3, 1fr);
  }
}
.con_news .box_news li button:after {
  content: "→";
  position: absolute;
  top: 50%;
  color: #a2a2a2;
  right: 1%;
  font-size: 108%;
  margin-top: -0.5em;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 400ms ease;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li button:after {
    right: 1em;
  }
}
.con_news .box_news li button .date {
  font-family: 'Oswald', sans-serif;
  letter-spacing: .05em;
  font-size: 115%;
}
.con_news .box_news li button .cate span {
  text-align: center;
  font-size: 93%;
  padding: 0.2em 1em;
  background: #007f4a;
  color: #fff;
  display: inline-block;
}
.con_news .box_news li button .st {
  font-size: 115%;
}
@media only screen and (min-width: 768px) {
  .con_news .box_news li button .st {
    letter-spacing: .1em;
  }
}
@media print {
  .con_news .box_news li button .st {
    letter-spacing: .1em;
  }
}
.ie8 .con_news .box_news li button .st {
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li button .st {
    grid-column: 1 / 4;
  }
}
.con_news .box_news li button:hover, .con_news .box_news li button.active {
  background: #f0f0e3;
}
.con_news .box_news li button.active:after {
  transform: rotate(270deg);
}
.con_news .box_news li .inner {
  display: none;
}
@media only screen and (min-width: 768px) {
  .con_news .box_news li .inner {
    padding: 2.5em 1.5em;
  }
}
@media print {
  .con_news .box_news li .inner {
    padding: 2.5em 1.5em;
  }
}
.ie8 .con_news .box_news li .inner {
  padding: 2.5em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li .inner {
    padding: 1.5em 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news li .inner > div {
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 5%;
    align-items: flex-start;
  }
}
@media print {
  .con_news .box_news li .inner > div {
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 5%;
    align-items: flex-start;
  }
}
.ie8 .con_news .box_news li .inner > div {
  display: grid;
  grid-template-columns: 55% 40%;
  gap: 5%;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li .inner > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 1em;
  }
}
.con_news .box_news li .inner > div .text p {
  line-height: 1.7;
  font-size: 108%;
}
.con_news .box_news li .inner > div .image img {
  width: 100%;
  height: auto;
}
.con_news .btn_news {
  width: 270px;
  margin: 40px auto 0;
}
.con_news .btn_news a {
  padding: 1em 0;
  border: #393939 1px solid;
  background: #fff;
  color: #393939;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  -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;
}
.con_news .btn_news a:after {
  position: absolute;
  content: "→";
  top: 30%;
  right: 5%;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.con_news .btn_news a:hover {
  color: #fff;
  background: #393939;
}
.con_news .btn_news a:hover:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media only screen and (max-width: 767px) {
  .con_news .btn_news {
    width: 82.29167%;
    margin-top: 6%;
  }
}

.bn_golf_culb {
  width: 700px;
  margin: 80px auto 0;
}
.mouse .bn_golf_culb {
  -moz-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.mouse .bn_golf_culb:hover, .touch .bn_golf_culb.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .bn_golf_culb {
  -webkit-tap-highlight-color: transparent;
}
.touch .bn_golf_culb.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .bn_golf_culb {
    width: 91.66667%;
    margin-top: 10%;
  }
}
.bn_golf_culb a {
  display: block;
}
