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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ（総合TOP）
=================================================================== */
.con_main #mainSlider, .con_search, .con_hotel, .con_news {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_main #mainSlider, .con_search, .con_hotel, .con_news {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 767px) {
  #header h1 {
    color: #fff;
    text-shadow: 0 0 6px rgba(4, 5, 3, 0.4);
    position: absolute;
    top: 1%;
    left: 0;
  }
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  overflow: hidden;
  width: 100%;
}
.con_main #mainSlider {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .con_main #mainSlider {
    width: 95.2381%;
  }
}
@media print {
  .con_main #mainSlider {
    width: 95.2381%;
  }
}
.ie8 .con_main #mainSlider {
  width: 95.2381%;
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider {
    width: 100%;
  }
}
.con_main #mainSlider .slick-list {
  overflow: visible;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slick-list {
    overflow: hidden;
  }
}
.con_main #mainSlider .slick-list .slick-track {
  height: 100%;
}
.con_main #mainSlider .slick-list .photo {
  width: 100%;
  height: 100%;
  position: relative;
}
.con_main #mainSlider .slick-list .photo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.5s, z-index 0.5s;
  -moz-transition: opacity 0.5s, z-index 0.5s;
  -o-transition: opacity 0.5s, z-index 0.5s;
  transition: opacity 0.5s, z-index 0.5s;
}
.con_main #mainSlider .slick-list .photo.slick-active:after {
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.con_main #mainSlider .slick-arrow {
  z-index: 2;
}
.mouse .con_main #mainSlider .slick-arrow {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_main #mainSlider .slick-arrow:hover, .touch .con_main #mainSlider .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_main #mainSlider .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_main #mainSlider .slick-arrow.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_main #mainSlider .slick-next {
  right: -30px;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slick-next {
    right: -2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slick-next {
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.con_main #mainSlider .slick-next:before {
  content: "";
  background: url(../images/common/arr_next-pc.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_main #mainSlider .slick-prev {
  left: -30px;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slick-prev {
    left: -2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slick-prev {
    left: 0;
    width: 30px;
    height: 30px;
  }
}
.con_main #mainSlider .slick-prev:before {
  content: "";
  background: url(../images/common/arr_prev-pc.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* -----------------------------------------------------------
	wrp_seach 空室検索
----------------------------------------------------------- */
.wrp_search {
  background: url(../images/common/bg01.png) repeat 0 0;
  -webkit-box-shadow: 0 10px 10px -10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 10px 10px -10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 10px 10px -10px rgba(1, 1, 1, 0.3);
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .wrp_search {
    margin-bottom: 8%;
  }
}

.con_search {
  display: table;
}
@media only screen and (max-width: 767px) {
  .con_search {
    display: block;
    width: 100%;
  }
}
.con_search .title_search {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  background: #412a16;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_search .title_search {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 6%;
  }
}
.con_search .title_search h2 {
  font-weight: normal;
  margin: 15px 0 8px;
  font-size: 158%;
  letter-spacing: .15em;
  color: #fff;
  font-family: 'ヒラギノ明朝 Pro','Hiragino Mincho Pro','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Times New Roman',serif;
}
.con_search .title_search h2:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .title_search h2 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .title_search h2 {
    width: 100%;
    letter-spacing: .1em;
    padding: 5% 0 4.5%;
    margin: 0 auto;
    font-size: 129%;
  }
}
.con_search .title_search .img {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_search .title_search .img {
    width: 23.22917%;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}
.con_search .box_search {
  display: table-cell;
  width: 1020px;
  vertical-align: middle;
  padding: 0 0 0 2.5%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_search {
    padding: 1% 0 1% 2.5%;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search {
    display: block;
    width: 91.66667%;
    margin: auto;
    padding: 0 0 6%;
  }
}
.con_search .box_search form input, .con_search .box_search form select {
  padding: 0 .2em 0 .8em;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 93%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 30px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form input, .con_search .box_search form select {
    height: auto;
    padding: 0.8em 0.5em;
  }
}
.con_search .box_search form select::-ms-expand {
  display: none;
}
.con_search .box_search form > div em {
  display: block;
  margin-bottom: 3px;
}
.con_search .box_search form > div label {
  position: relative;
  background: #fff;
}
.con_search .box_search form .box_hotels {
  float: left;
  width: 220px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .box_hotels {
    float: none;
    width: 100%;
    margin: 0 auto 2%;
  }
}
.con_search .box_search form .box_hotels label {
  display: block;
}
.con_search .box_search form .box_hotels label:after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_search .box_search form .box_day {
  float: left;
  width: 150px;
  margin-right: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .box_day {
    float: none;
    width: 100%;
    margin: 0 0 2% 0;
  }
}
.con_search .box_search form .box_day label {
  display: block;
}
.con_search .box_search form .box_day label:after {
  content: "";
  background: url(../images/search/ic_calender.png) no-repeat center/100% auto;
  width: 14px;
  height: 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .box_day label:after {
    width: .875em;
    height: 1em;
  }
}
.con_search .box_search form .box_day input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_search .box_search form .box_per, .con_search .box_search form .box_sta, .con_search .box_search form .box_roo {
  float: left;
  width: 99px;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_search .box_search form .box_per, .con_search .box_search form .box_sta, .con_search .box_search form .box_roo {
    padding-top: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .box_per, .con_search .box_search form .box_sta, .con_search .box_search form .box_roo {
    width: 33.33333%;
  }
}
.con_search .box_search form .box_per label, .con_search .box_search form .box_sta label, .con_search .box_search form .box_roo label {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .box_per label, .con_search .box_search form .box_sta label, .con_search .box_search form .box_roo label {
    width: 70%;
  }
}
.con_search .box_search form .box_per label:after, .con_search .box_search form .box_sta label:after, .con_search .box_search form .box_roo label:after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_search .box_search form .box_per {
    clear: both;
  }
}
.con_search .box_search form .btn_submit {
  float: left;
  width: 135px;
  margin: 8px 0 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_search form .btn_submit {
    clear: both;
    width: 40%;
    margin: 2% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .btn_submit {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 4%;
    margin: 0 0 3%;
  }
}
.con_search .box_search form .btn_submit > p {
  display: block;
  padding: .8em 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid #bfb9b5;
  background: #fff;
  color: #535353;
}
.mouse .con_search .box_search form .btn_submit > p {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_search .box_search form .btn_submit > p:hover, .touch .con_search .box_search form .btn_submit > p.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_search .box_search form .btn_submit > p {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_search .box_search form .btn_submit > p.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_search .box_search form .btn_submit > p span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_search .box_search form .btn_plan {
  float: left;
  width: 135px;
  margin: 8px 0 0 10px;
}
.mouse .con_search .box_search form .btn_plan {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_search .box_search form .btn_plan:hover, .touch .con_search .box_search form .btn_plan.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_search .box_search form .btn_plan {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_search .box_search form .btn_plan.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_search .box_search form .btn_plan a {
  display: block;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  background: #412a16;
  position: relative;
  color: #fff;
  border: 1px solid #412a16;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_search .box_search form .btn_plan a span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_search .box_search form .btn_plan a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_search form .btn_plan {
    width: 40%;
    margin: 2% 0 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .btn_plan {
    float: none;
    width: 100%;
    margin: 0 auto 5%;
  }
}
.con_search .box_search form .res_det {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.con_search .box_search form .res_det .txt_tel {
  float: left;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .res_det .txt_tel {
    float: none;
    margin-bottom: 5%;
    text-align: center;
  }
}
.con_search .box_search form .res_det .txt_tel em {
  display: inline;
  margin-right: .5em;
  color: #2f2f2f;
  font-family: 'ヒラギノ明朝 Pro','Hiragino Mincho Pro','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Times New Roman',serif;
  font-size: 108%;
}
.con_search .box_search form .res_det .txt_tel em a, .con_search .box_search form .res_det .txt_tel em span.tel {
  letter-spacing: .03em;
  font-size: 167%;
}
.con_search .box_search form .res_det .btns {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .res_det .btns {
    float: none;
    text-align: center;
  }
}
.con_search .box_search form .res_det .btns li {
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search form .res_det .btns li {
    font-size: 108%;
  }
}
.con_search .box_search form .res_det .btns li:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #93877f;
  vertical-align: middle;
  font-size: 79%;
}
.con_search .box_search form .res_det .btns li a {
  text-decoration: none !important;
}
.mouse .con_search .box_search form .res_det .btns li a:hover, .touch .con_search .box_search form .res_det .btns li a.touchstart {
  text-decoration: underline !important;
}
.touch .con_search .box_search form .res_det .btns li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_search .box_search form .res_det .btns li a.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	con_hotel
----------------------------------------------------------- */
.con_hotel h3 {
  font-weight: normal;
  color: #c1ac99;
  font-size: 293%;
  font-family: 'Arial',sans-serif;
  letter-spacing: .12em;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotel h3 {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel h3 {
    font-size: 150%;
    line-height: 1.3;
    margin-bottom: 6%;
  }
}
.con_hotel .box_hotel {
  overflow: hidden;
}
.con_hotel .box_hotel li {
  float: left;
  width: 48.33333%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel li {
    float: none;
    width: 100%;
  }
}
.con_hotel .box_hotel li:first-child {
  margin-right: 3.33333%;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel li:first-child {
    margin: 0 auto 8%;
  }
}
.con_hotel .box_hotel li .photo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel li .photo {
    margin-bottom: 3%;
  }
  .con_hotel .box_hotel li .photo img {
    width: 100%;
  }
}
.con_hotel .box_hotel li .hotel_info {
  float: left;
}
@media only screen and (max-width: 1199px) {
  .con_hotel .box_hotel li .hotel_info {
    float: none;
  }
}
.con_hotel .box_hotel li .hotel_info h4 {
  font-weight: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel li .hotel_info h4 {
    margin-bottom: 3%;
  }
}
.con_hotel .box_hotel li .hotel_info h4 em {
  display: block;
  font-size: 143%;
  letter-spacing: .08em;
}
@media only screen and (max-width: 1199px) {
  .con_hotel .box_hotel li .hotel_info h4 em {
    font-size: 129%;
  }
}
.con_hotel .box_hotel li .hotel_info h4 span {
  display: block;
  color: #c1ac99;
  font-family: 'Arial',sans-serif;
  font-size: 72%;
  letter-spacing: .06em;
}
.con_hotel .box_hotel li .hotel_info address {
  letter-spacing: .08em;
}
.con_hotel .box_hotel li .btn {
  float: right;
  width: 100px;
}
.mouse .con_hotel .box_hotel li .btn {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_hotel .box_hotel li .btn:hover, .touch .con_hotel .box_hotel li .btn.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_hotel .box_hotel li .btn {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_hotel .box_hotel li .btn.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1199px) {
  .con_hotel .box_hotel li .btn {
    float: none;
    width: 82.29167%;
    margin: 4% auto 0;
  }
}
.con_hotel .box_hotel li .btn a {
  padding: 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #c6a14a;
}
.con_hotel .box_hotel li .btn a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
}
@media only screen and (max-width: 1199px) {
  .con_hotel .box_hotel li .btn a {
    padding: 1em 0;
  }
  .con_hotel .box_hotel li .btn a:after {
    display: inline-block;
    margin-left: 0.5em;
  }
}
.con_hotel .box_hotel li .btn a:hover:after {
  -webkit-transform: translateX(0.5em);
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -o-transform: translateX(0.5em);
  transform: translateX(0.5em);
}

/* -----------------------------------------------------------
	wrp_news
----------------------------------------------------------- */
.wrp_news {
  margin: 120px auto 0;
  background: #f5f5f5;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .wrp_news {
    margin: 12% auto 0;
    padding: 8% 0;
  }
}

.con_news {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.con_news .box_st {
  background: #fff;
  width: 295px;
  padding: 5px 3.33333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .con_news .box_st {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
  }
}
@media print {
  .con_news .box_st {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
  }
}
.ie8 .con_news .box_st {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_st {
    width: 25%;
    padding: 0 1.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_st {
    width: 100%;
    padding: 3% 4%;
    margin-bottom: 1%;
  }
}
.con_news .box_st h4 {
  font-weight: normal;
  font-size: 158%;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_st h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_st h4 {
    font-size: 115%;
  }
}
.con_news .box_st h4:after {
  content: "";
  width: 77px;
  height: 2px;
  background: #c6a14a;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_news .box_st h4:after {
    width: 1.5em;
  }
}
.con_news .box_st h4 > em {
  color: #412a16;
  letter-spacing: .14em;
}
.con_news .box_st h4 > span {
  letter-spacing: .06em;
  color: #c1ac99;
  font-family: 'Arial',sans-serif;
  font-size: 46%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_st h4 {
    margin-bottom: 0;
  }
}
.con_news .btn_news {
  width: 100%;
}
.mouse .con_news .btn_news {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_news .btn_news:hover, .touch .con_news .btn_news.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_news .btn_news {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .btn_news.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .btn_news a {
  display: block;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  background: #fff;
  position: relative;
  color: #2f2f2f;
  border: 1px solid #bfb9b5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_news .btn_news a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_news > div:nth-of-type(2) {
  width: 72.08333%;
  margin-left: auto;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .con_news > div:nth-of-type(2) {
    width: 100%;
    margin: 0 auto 6%;
    padding: 0;
  }
}
.con_news .box_news {
  width: 72.08333%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news {
    width: 100%;
    margin: 0 auto 6%;
  }
}
.con_news .box_news li {
  width: 100%;
}
.mouse .con_news .box_news li {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_news .box_news li:hover, .touch .con_news .box_news li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_news .box_news li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_news li.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .box_news li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px 2.31214%;
  overflow: hidden;
  border-bottom: 1px solid #bfb9b5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a {
    padding: 1em 0.6em;
  }
}
.con_news .box_news li a:after {
  content: "";
  width: 8px;
  height: 16px;
  background: url(../images/common/ic_arr.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 1.84971%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a:after {
    height: 1.5em;
    width: .75em;
    right: 3%;
    background-size: contain;
  }
}
.con_news .box_news li a .txt_info {
  float: left;
  width: 14em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a .txt_info {
    float: none;
    font-size: 100%;
  }
}
.con_news .box_news li a .txt_info .cate {
  line-height: 1;
  padding: .3em .8em;
  text-align: center;
  color: #fff;
  background: #93877f;
}
.con_news .box_news li a .txt_info .date {
  margin-left: .8em;
}
.con_news .box_news li a .st {
  font-weight: bold;
  float: left;
  margin-left: 0.5em;
  color: #2f2f2f;
  width: calc(100% - 14.5em);
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a .st {
    float: none;
    margin: 2% 0 0;
    width: 90%;
  }
}
.con_news .box_news li:first-child a {
  border-top: 1px solid #bfb9b5;
}

.box_ringi {
  max-width: 900px;
  margin: 80px auto;
  border: 5px solid #EFF0F0;
  padding: 60px 30px 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .box_ringi {
    width: 95%;
    padding: 40px 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_ringi {
    width: 91%;
    margin: 6% auto 12%;
    padding: 9% 6% 4%;
    text-align: left;
  }
}
.box_ringi .st {
  text-align: center;
  font-size: 158%;
  color: #c6a14a;
  margin-bottom: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .box_ringi .st {
    font-size: 122%;
  }
}
.box_ringi .txt em {
  font-size: 108%;
  font-weight: bold;
}
.box_ringi .txt p {
  text-align: right;
}
.box_ringi .txt span {
  color: #da2020;
}
.box_ringi .list_txt {
  padding-left: 1em;
  text-indent: -1em;
}
.box_ringi .list_icon {
  margin-top: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .box_ringi .list_icon {
    margin-top: 0;
  }
}
.box_ringi .list_icon li {
  width: 19.00621%;
  margin-left: 1.24224%;
}
.box_ringi .list_icon li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .box_ringi .list_icon li {
    width: 33%;
    margin: 3% 0 0 0;
  }
}
