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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_ai_center, .con_attention {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_ai_center, .con_attention {
    width: 85%;
  }
}

/* -----------------------------------------------------------
	#共通動画 
----------------------------------------------------------- */
#box_movie {
  z-index: 10000000;
  display: none;
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#box_movie iframe {
  height: 100%;
  width: 100% !important;
}
#box_movie .main_mute {
  position: absolute;
  z-index: 4;
  right: 2%;
  bottom: 6%;
  display: block;
}
#box_movie .main_mute#main_volume_on {
  display: none;
}
@media only screen and (max-width: 767px) {
  #box_movie .main_mute {
    width: 12%;
  }
}
#box_movie #main_movie_close {
  position: absolute;
  z-index: 4;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1%;
  cursor: pointer;
  width: 197px;
}
@media only screen and (max-width: 767px) {
  #box_movie #main_movie_close {
    width: 40%;
  }
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .btn_more a {
    font-size: 115%;
  }
}
@media print {
  .btn_more a {
    font-size: 115%;
  }
}
.ie8 .btn_more a {
  font-size: 115%;
}

.effect_thumb:hover .thumb:before {
  opacity: 1;
  top: 100%;
  left: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.effect_thumb .thumb {
  position: relative;
  overflow: hidden;
}
.effect_thumb .thumb:before {
  opacity: 0;
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 500%;
  height: 50px;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
  -ms-transform: rotate(-45deg) translate(-50%, 0);
  transform: rotate(-45deg) translate(-50%, 0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background: rgba(255, 255, 255, 0.2);
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  position: relative;
}
.con_main .box_txt {
  display: table;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .con_main .box_txt {
    top: 58%;
  }
}
.con_main .box_txt .txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 186%;
  font-weight: normal;
  color: #fff;
  margin-bottom: 1em;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_txt .txt {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_txt .txt {
    font-size: 115%;
  }
}
.con_main .box_txt h2 {
  font-family: "Times New Roman", serif;
  font-weight: normal;
  font-size: 608%;
  line-height: 1.11111;
  color: #fff;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_txt h2 {
    font-size: 393%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_txt h2 {
    font-size: 193%;
  }
}
.con_main .box_slide {
  opacity: 0;
  transition: opacity .5s linear;
}
.con_main .box_slide.slick-initialized {
  opacity: 1;
}
.con_main .box_slide .slick-dots {
  bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slick-dots {
    bottom: 20px;
  }
}
.con_main .box_slide .slick-dots li {
  margin: 0 7px;
}
.con_main .box_slide .slick-dots li button {
  width: 8px;
  height: 8px;
}
.con_main .box_slide .slick-slide .img_thumb {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.con_main .box_slide-sp .slick-slide .img_thumb {
  margin-top: 66px;
  height: 41vh;
  background-size: cover;
}
.con_main .btn_scroll {
  display: table;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_main .btn_scroll:hover {
  bottom: 15px;
}
.con_main .btn_movie {
  position: absolute;
  width: 110px;
  bottom: 140px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 22;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .btn_movie {
    bottom: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .btn_movie {
    bottom: 11%;
  }
}
.con_main .btn_movie img {
  width: 110px;
}
@media only screen and (max-width: 767px) {
  .con_main .btn_movie img {
    width: 65px;
  }
}
.con_main #award_area {
  position: absolute;
  bottom: 25px;
  right: 10px;
  display: flex;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_main #award_area {
    width: 27%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_main #award_area {
    width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #award_area {
    bottom: 65px;
    width: 60%;
    right: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main #award_area p {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #award_area p {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
.con_main #award_area p.first {
  margin-right: .8em;
}
@media only screen and (max-width: 767px) {
  .con_main #award_area p.first {
    margin-right: .5em;
  }
}

/* -----------------------------------------------------------
	.con_ai_sp
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.award_area_sp
----------------------------------------------------------- */
.award_area_sp {
  padding: 6px 0 8px 0;
  background: #dcd5c6;
  text-align: center;
}
.award_area_sp p {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #c0b8a7;
}
.award_area_sp p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* -----------------------------------------------------------
	.con_ai_center
----------------------------------------------------------- */
.con_ai_center {
  margin: 2em auto 0;
  text-align: center;
}
.con_ai_center li {
  display: inline-block;
  width: 46%;
}
.con_ai_center li:not(:first-child) {
  margin-top: 1em;
}
@media only screen and (max-width: 1024px) {
  .con_ai_center li {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ai_center li.corona {
    width: 93%;
  }
}
@media print {
  .con_ai_center li.corona {
    width: 93%;
  }
}
.ie8 .con_ai_center li.corona {
  width: 93%;
}
@media only screen and (max-width: 1024px) {
  .con_ai_center li.corona {
    width: 100%;
  }
}
.con_ai_center li.corona img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_attention
----------------------------------------------------------- */
.con_attention {
  margin: 2em auto 0;
  text-align: center;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_attention {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_attention {
    font-size: 93%;
  }
}
.con_attention a {
  color: #cc0000;
}

/* -----------------------------------------------------------
	.con_pickup_top
----------------------------------------------------------- */
.con_pickup_top {
  margin-top: 100px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_pickup_top {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup_top .box_container {
    width: 100%;
  }
}
.con_pickup_top .st_center {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_pickup_top .st_center {
    margin-bottom: 20px;
  }
}
.con_pickup_top .con_inner {
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .con_pickup_top .con_inner {
    padding: 0 60px;
    width: 100% !important;
  }
}
@media print {
  .con_pickup_top .con_inner {
    padding: 0 60px;
    width: 100% !important;
  }
}
.ie8 .con_pickup_top .con_inner {
  padding: 0 60px;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .con_pickup_top .con_inner {
    padding: 0;
  }
}
.con_pickup_top .wrp_slide {
  position: relative;
  z-index: 1;
}
.con_pickup_top .wrp_slide .box_slide {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_pickup_top .wrp_slide .box_slide {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup_top .wrp_slide .box_slide {
    width: 100%;
  }
}
.con_pickup_top .wrp_slide .box_slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: #f7f6f0;
  opacity: 0.8;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.con_pickup_top .wrp_slide .box_slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  background: #f7f6f0;
  opacity: 0.8;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.con_pickup_top .wrp_slide .box_slide a {
  display: block;
  width: 64.16667%;
  text-decoration: none;
  position: relative;
}
.con_pickup_top .wrp_slide .box_slide a .btn {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .con_pickup_top .wrp_slide .box_slide a:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .con_pickup_top .wrp_slide .box_slide a:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(234, 210, 127, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .con_pickup_top .wrp_slide .box_slide a:hover:before, .con_pickup_top .wrp_slide .box_slide a:hover:after {
    opacity: 1;
  }
  .con_pickup_top .wrp_slide .box_slide a:hover .btn {
    opacity: 1;
  }
  .con_pickup_top .wrp_slide .box_slide a .btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    width: 250px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #fff !important;
    line-height: 35px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    border: 2px solid #fff;
    line-height: 32px;
    z-index: 3;
  }
  .con_pickup_top .wrp_slide .box_slide a .btn:after {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media print {
  .con_pickup_top .wrp_slide .box_slide a:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .con_pickup_top .wrp_slide .box_slide a:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(234, 210, 127, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .con_pickup_top .wrp_slide .box_slide a:hover:before, .con_pickup_top .wrp_slide .box_slide a:hover:after {
    opacity: 1;
  }
  .con_pickup_top .wrp_slide .box_slide a:hover .btn {
    opacity: 1;
  }
  .con_pickup_top .wrp_slide .box_slide a .btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    width: 250px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #fff !important;
    line-height: 35px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    border: 2px solid #fff;
    line-height: 32px;
    z-index: 3;
  }
  .con_pickup_top .wrp_slide .box_slide a .btn:after {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.ie8 .con_pickup_top .wrp_slide .box_slide a:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ie8 .con_pickup_top .wrp_slide .box_slide a:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(234, 210, 127, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ie8 .con_pickup_top .wrp_slide .box_slide a:hover:before, .ie8 .con_pickup_top .wrp_slide .box_slide a:hover:after {
  opacity: 1;
}
.ie8 .con_pickup_top .wrp_slide .box_slide a:hover .btn {
  opacity: 1;
}
.ie8 .con_pickup_top .wrp_slide .box_slide a .btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  width: 250px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff !important;
  line-height: 35px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  border: 2px solid #fff;
  line-height: 32px;
  z-index: 3;
}
.ie8 .con_pickup_top .wrp_slide .box_slide a .btn:after {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  .con_pickup_top .wrp_slide .box_slide a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .con_pickup_top .wrp_slide .box_slide .slide {
    padding: 0 20px;
  }
  .con_pickup_top .wrp_slide .box_slide .slide img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup_top .wrp_slide .box_slide .slide {
    padding: 0;
  }
}
.con_pickup_top .wrp_slide .box_slide .slick-list {
  overflow: visible;
}
.con_pickup_top .wrp_slide .box_slide .slick-arrow {
  position: absolute;
  z-index: 11;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_pickup_top .wrp_slide .box_slide .slick-arrow {
    top: auto;
    bottom: -100%;
    transform: translateY(0);
  }
}
.con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-prev {
  left: -50px;
}
@media only screen and (max-width: 1260px) {
  .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-prev {
    left: -40px;
  }
}
@media print {
  .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-prev {
    left: -40px;
  }
}
.ie8 .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-prev {
  left: -40px;
}
@media only screen and (max-width: 1024px) {
  .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-prev {
    left: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-prev {
    left: 0px;
    color: #fff;
  }
}
.con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-next {
  right: -50px;
}
@media only screen and (max-width: 1260px) {
  .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-next {
    right: -40px;
  }
}
@media print {
  .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-next {
    right: -40px;
  }
}
.ie8 .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-next {
  right: -40px;
}
@media only screen and (max-width: 1024px) {
  .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-next {
    right: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup_top .wrp_slide .box_slide .slick-arrow.slick-next {
    right: 0px;
    color: #fff;
  }
}
.con_pickup_top .box_content {
  position: absolute;
  width: 35.83333%;
  min-height: 240px;
  background: #fff;
  padding: 30px 40px;
}
.con_pickup_top .box_content .box {
  display: none;
}
.con_pickup_top .box_content .box:first-child {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .con_pickup_top .box_content {
    right: 0;
    bottom: 50%;
    transform: translatey(50%);
  }
}
@media print {
  .con_pickup_top .box_content {
    right: 0;
    bottom: 50%;
    transform: translatey(50%);
  }
}
.ie8 .con_pickup_top .box_content {
  right: 0;
  bottom: 50%;
  transform: translatey(50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup_top .box_content {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_pickup_top .box_content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup_top .box_content {
    width: 90%;
    margin-top: 0;
    padding: 20px;
  }
}
.con_pickup_top .box_content h3 {
  font-weight: normal;
  font-size: 172%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin-bottom: 10px;
  color: #2d2019;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup_top .box_content h3 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup_top .box_content h3 {
    font-size: 136%;
  }
}
.con_pickup_top .box_content .txt {
  font-size: 93%;
}
.con_pickup_top .box_content table {
  width: 100%;
  margin-top: 20px;
  font-size: 93%;
}
.con_pickup_top .box_content table th {
  white-space: nowrap;
  min-width: 0;
}
.con_pickup_top .box_content table th,
.con_pickup_top .box_content table td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.con_pickup_top .box_content .controller {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}
.con_pickup_top .box_content .controller .dots li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.con_pickup_top .box_content .controller .dots li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  border: 1px solid #777777;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: bottom;
}
.con_pickup_top .box_content .controller .dots li a.active {
  background: #777;
}
.con_pickup_top .box_content .controller .count {
  font-family: "Times New Roman", serif;
  font-size: 215%;
  color: #999999;
  line-height: 1;
}
.con_pickup_top .box_content .controller .count .current {
  display: inline-block;
  -moz-transform: translateY(-0.5em);
  -ms-transform: translateY(-0.5em);
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}

/* -----------------------------------------------------------
	.con_banner
----------------------------------------------------------- */
.con_banner {
  padding: 2em 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner {
    padding: 2em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner {
    padding: 2em 0 0;
  }
}
.con_banner .box_slide {
  position: relative;
  padding: 0 40px;
  opacity: 0;
  transition: opacity .5s linear;
}
.con_banner .box_slide.slick-initialized {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide {
    padding: 0 25px;
  }
}
.con_banner .box_slide .slick-list {
  padding: 20px 0;
}
.con_banner .box_slide .slick-slide {
  padding: 0 7px;
}
.con_banner .box_slide .slick-slide a {
  display: block;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide .slick-slide a img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_packages
----------------------------------------------------------- */
.con_packages {
  padding: 90px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages {
    padding: 30px 0 0;
  }
}
.con_packages .box_title {
  margin-bottom: 20px;
}
.con_packages .box_tab .tabs ul {
  text-align: center;
}
.con_packages .box_tab .tabs ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 0 14px 45px;
}
@media only screen and (max-width: 1024px) {
  .con_packages .box_tab .tabs ul li {
    margin: 0 10px 45px;
  }
}
.con_packages .box_tab .tabs ul li:before {
  opacity: 0;
  display: block;
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  font-size: 115%;
  color: #1d7339;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.con_packages .box_tab .tabs ul li:hover:before, .con_packages .box_tab .tabs ul li.active:before {
  opacity: 1;
  bottom: 0;
}
.con_packages .box_tab .tabs ul li:hover .ic_btn img:not(.icon_active), .con_packages .box_tab .tabs ul li.active .ic_btn img:not(.icon_active) {
  display: none;
}
.con_packages .box_tab .tabs ul li:hover .ic_btn img.icon_active, .con_packages .box_tab .tabs ul li.active .ic_btn img.icon_active {
  display: block;
}
.con_packages .box_tab .tabs ul li:hover .txt_btn, .con_packages .box_tab .tabs ul li.active .txt_btn {
  color: #1d7339;
}
.con_packages .box_tab .tabs ul li.active {
  cursor: default;
}
.con_packages .box_tab .tabs ul li .ic_btn {
  display: block;
  position: relative;
  width: 77px;
  height: 77px;
  background: #fff;
  border: 1px solid #f1ede8;
  -webkit-box-shadow: inset 0 0 30px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 30px 1px rgba(0, 0, 0, 0.07);
}
.con_packages .box_tab .tabs ul li .ic_btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_packages .box_tab .tabs ul li .ic_btn img.icon_active {
  display: none;
}
.con_packages .box_tab .tabs ul li .txt_btn {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  color: #614c40;
}
.con_packages .box_tab .panels_wrp {
  background: transparent url(../images/common/bg_pattern_brown_2.png) repeat left top;
  -webkit-box-shadow: inset 0 0 15px 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 15px 1px rgba(0, 0, 0, 0.04);
  padding: 40px 0;
}
.con_packages .box_tab .panels .panel {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .con_packages .box_tab .panels .panel {
    opacity: 1;
    max-height: none;
    margin-bottom: 10px;
  }
}
.con_packages .box_tab .panels .panel.active {
  opacity: 1;
  max-height: 10000px;
}
@media only screen and (max-width: 767px) {
  .con_packages .box_tab .panels .panel.active .box_list {
    display: block;
  }
}
.con_packages .box_tab .accordion {
  position: relative;
  border: 1px dotted #7a685d;
  cursor: pointer;
  padding: 10px;
}
.con_packages .box_tab .accordion:before {
  display: block;
  content: '\f067';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 115%;
  color: #614c40;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.con_packages .box_tab .accordion.active:before {
  content: '\f068';
}
.con_packages .box_tab .accordion .cell {
  vertical-align: middle;
}
.con_packages .box_tab .accordion .cell_img {
  width: 45px;
}
.con_packages .box_tab .accordion .cell_img .ic_btn {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #f1ede8;
  -webkit-box-shadow: inset 0 0 30px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 30px 1px rgba(0, 0, 0, 0.07);
}
.con_packages .box_tab .accordion .cell_img .ic_btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(0.7) translate(-50%, -50%);
  -ms-transform: scale(0.7) translate(-50%, -50%);
  transform: scale(0.7) translate(-50%, -50%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.con_packages .box_tab .accordion .cell_txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  padding-left: 10px;
}
.con_packages .box_tab .box_list {
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_packages .box_tab .box_list {
    display: none;
    padding-top: 20px;
  }
}
.con_packages .box_tab .box_list .list {
  margin: 0 -21px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_tab .box_list .list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_tab .box_list .list {
    margin: 0;
  }
}
.con_packages .box_tab .box_list .list .item {
  width: 33.33333%;
  text-align: center;
  padding: 0 21px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_tab .box_list .list .item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_tab .box_list .list .item {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_tab .box_list .list .item {
    float: none;
    width: 100%;
    height: auto !important;
  }
}
.con_packages .box_tab .box_list .list .item a {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  padding: 20px 18px 30px;
}
@media only screen and (max-width: 1024px) {
  .con_packages .box_tab .box_list .list .item a {
    padding: 15px 15px 25px;
  }
}
.con_packages .box_tab .box_list .list .item a:hover .title {
  text-decoration: none;
}
.con_packages .box_tab .box_list .list .item .thumb img {
  width: 100%;
}
.con_packages .box_tab .box_list .list .item .label {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 60px;
  height: 60px;
  line-height: 1;
  background: #2d2019;
  text-align: center;
}
.con_packages .box_tab .box_list .list .item .label .lb_inner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.con_packages .box_tab .box_list .list .item .label .no {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 115%;
  color: #fff;
}
.con_packages .box_tab .box_list .list .item .label .num {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 258%;
  color: #fff;
}
.con_packages .box_tab .box_list .list .item .title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  color: #614c40;
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  border-bottom: 1px dotted #d3d3d3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.con_packages .box_tab .box_list .list .item .price {
  font-family: "Times New Roman", serif;
  font-size: 215%;
  color: #614c40;
  border-bottom: 1px dotted #d3d3d3;
  padding: 5px 0;
}
@media only screen and (max-width: 1024px) {
  .con_packages .box_tab .box_list .list .item .price {
    font-size: 179%;
  }
}
.con_packages .box_tab .box_list .list .item .price em {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
.con_packages .box_tab .box_list .list .item .date {
  font-size: 100%;
  color: #614c40;
  border-bottom: 1px dotted #d3d3d3;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .con_packages .box_tab .box_btn_bottom .btn a {
    max-width: 350px;
  }
}
@media print {
  .con_packages .box_tab .box_btn_bottom .btn a {
    max-width: 350px;
  }
}
.ie8 .con_packages .box_tab .box_btn_bottom .btn a {
  max-width: 350px;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
  position: relative;
  overflow: hidden;
  padding: 100px 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    padding: 40px 0 10px 0;
  }
}
.con_rooms .img_bg {
  position: absolute;
  right: 0;
  top: 45px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .img_bg {
    max-width: 35%;
    top: auto;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .img_bg {
    max-width: 55%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_container {
    max-width: 1700px;
  }
}
@media print {
  .con_rooms .box_container {
    max-width: 1700px;
  }
}
.ie8 .con_rooms .box_container {
  max-width: 1700px;
}

@media only screen and (min-width: 768px) {
  .wrp_detail {
    margin-bottom: 20px;
  }
}
@media print {
  .wrp_detail {
    margin-bottom: 20px;
  }
}
.ie8 .wrp_detail {
  margin-bottom: 20px;
}
.wrp_detail .box_main {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main {
    box-shadow: 0px 0px 15px -6px transparent;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main.is_show {
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.8);
    animation: sdb 2s;
  }
}
.wrp_detail .box_main > a {
  display: block;
  color: #614c40;
  text-decoration: none;
  width: 100%;
}
.wrp_detail .box_main > a .st_left {
  color: #614c40;
}
@media only screen and (min-width: 768px) {
  .wrp_detail .box_main > a .st_left .en,
  .wrp_detail .box_main > a .st_left .jp {
    color: #614c40;
  }
}
@media print {
  .wrp_detail .box_main > a .st_left .en,
  .wrp_detail .box_main > a .st_left .jp {
    color: #614c40;
  }
}
.ie8 .wrp_detail .box_main > a .st_left .en, .ie8
.wrp_detail .box_main > a .st_left .jp {
  color: #614c40;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a .btn a {
    pointer-events: auto;
  }
}
.wrp_detail .box_main > a .btn.btn_line_arrow p {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: "Times New Roman", serif;
  font-size: 108%;
  letter-spacing: 0.12em;
  color: #614c40;
  text-decoration: none !important;
}
.wrp_detail .box_main > a .btn.btn_line_arrow p:hover {
  color: #614c40;
}
.wrp_detail .box_main > a .btn.btn_line_arrow p:hover span:before {
  left: 5px;
}
.wrp_detail .box_main > a .btn.btn_line_arrow p span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 5px 2em;
}
.wrp_detail .box_main > a .btn.btn_line_arrow p span:before {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #614c40;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wrp_detail .box_main > a .btn.btn_line_arrow p span:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  color: #614c40;
}
@media only screen and (min-width: 768px) {
  .wrp_detail .box_main > a.white {
    color: #fff;
  }
}
@media print {
  .wrp_detail .box_main > a.white {
    color: #fff;
  }
}
.ie8 .wrp_detail .box_main > a.white {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .wrp_detail .box_main > a.white .st_left .en,
  .wrp_detail .box_main > a.white .st_left .jp {
    color: #fff;
  }
}
@media print {
  .wrp_detail .box_main > a.white .st_left .en,
  .wrp_detail .box_main > a.white .st_left .jp {
    color: #fff;
  }
}
.ie8 .wrp_detail .box_main > a.white .st_left .en, .ie8
.wrp_detail .box_main > a.white .st_left .jp {
  color: #fff;
}
.wrp_detail .box_main > a.white .btn.btn_line_arrow p {
  color: #fff;
}
.wrp_detail .box_main > a.white .btn.btn_line_arrow p:hover {
  color: #fff;
}
.wrp_detail .box_main > a.white .btn.btn_line_arrow p span:before {
  color: #fff;
}
.wrp_detail .box_main > a.white .btn.btn_line_arrow p span:after {
  color: #fff;
}
.wrp_detail .box_main .img_link {
  text-decoration: none;
}
.wrp_detail .box_main > a .row {
  width: 100%;
  background-color: rgba(49, 46, 44, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main > a .row {
    background-color: rgba(49, 46, 44, 0);
  }
}
.wrp_detail .box_main > a .row:before {
  content: "";
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrp_detail .box_main > a .row:before {
    padding-top: 33.7%;
  }
}
@media print {
  .wrp_detail .box_main > a .row:before {
    padding-top: 33.7%;
  }
}
.ie8 .wrp_detail .box_main > a .row:before {
  padding-top: 33.7%;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a .row:before {
    padding-top: 77%;
  }
}
.wrp_detail .box_main > a .row.trans {
  transition: .4s linear;
  transition-property: background-color;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a .row {
    background-color: rgba(49, 46, 44, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a .row.trans {
    transition: .4s linear;
    transition-property: background-color;
  }
}

@media only screen and (max-width: 767px) {
  .wrp_detail .box_main.is_show > a .row {
    background-color: rgba(49, 46, 44, 0);
  }
}
.wrp_detail .box_main > a.rooms {
  background: url(../images/home/img_room-pc.jpg) no-repeat center;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a.rooms {
    background: url(../images/home/img_room-sp.jpg) no-repeat center;
  }
}
.wrp_detail .box_main > a.teppan {
  background: url(../images/home/img_teppan-pc.jpg) no-repeat center;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a.teppan {
    background: url(../images/home/img_teppan-sp.jpg) no-repeat center;
  }
}
.wrp_detail .box_main > a.teppan .row:before {
  content: "";
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a.teppan .row:before {
    padding-top: 68%;
  }
}
.wrp_detail .box_main > a.french {
  background: url(../images/home/img_french-pc.jpg) no-repeat center;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a.french {
    background: url(../images/home/img_french-sp.jpg) no-repeat center;
  }
}
.wrp_detail .box_main > a.ani {
  background: url(../images/home/img_ani-pc.jpg) no-repeat center;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a.ani {
    background: url(../images/home/img_ani-sp.jpg) no-repeat center;
  }
}
.wrp_detail .box_main > a.kids {
  background: url(../images/home/img_baby-pc.jpg) no-repeat center;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a.kids {
    background: url(../images/home/img_baby-sp.jpg) no-repeat center;
  }
}
.wrp_detail .box_main > a.shop {
  background: url(../images/home/img_shop-pc.jpg) no-repeat center;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a.shop {
    background: url(../images/home/img_shop-sp.jpg) no-repeat center;
  }
}
.wrp_detail .box_main > a.ani .row:before, .wrp_detail .box_main > a.kids .row:before, .wrp_detail .box_main > a.shop .row:before {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 27.4%;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a.ani .row:before, .wrp_detail .box_main > a.kids .row:before, .wrp_detail .box_main > a.shop .row:before {
    padding-top: 77%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_detail .box_main > a.rooms, .wrp_detail .box_main > a.teppan, .wrp_detail .box_main > a.french, .wrp_detail .box_main > a.ani, .wrp_detail .box_main > a.kids, .wrp_detail .box_main > a.shop {
    transition: 1s all;
    background-size: 100%;
  }
}
@media print {
  .wrp_detail .box_main > a.rooms, .wrp_detail .box_main > a.teppan, .wrp_detail .box_main > a.french, .wrp_detail .box_main > a.ani, .wrp_detail .box_main > a.kids, .wrp_detail .box_main > a.shop {
    transition: 1s all;
    background-size: 100%;
  }
}
.ie8 .wrp_detail .box_main > a.rooms, .ie8 .wrp_detail .box_main > a.teppan, .ie8 .wrp_detail .box_main > a.french, .ie8 .wrp_detail .box_main > a.ani, .ie8 .wrp_detail .box_main > a.kids, .ie8 .wrp_detail .box_main > a.shop {
  transition: 1s all;
  background-size: 100%;
}
@media only screen and (max-width: 1024px) {
  .wrp_detail .box_main > a.rooms, .wrp_detail .box_main > a.teppan, .wrp_detail .box_main > a.french, .wrp_detail .box_main > a.ani, .wrp_detail .box_main > a.kids, .wrp_detail .box_main > a.shop {
    background-size: cover;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_detail .box_main > a.rooms:hover, .wrp_detail .box_main > a.teppan:hover, .wrp_detail .box_main > a.french:hover, .wrp_detail .box_main > a.ani:hover, .wrp_detail .box_main > a.kids:hover, .wrp_detail .box_main > a.shop:hover {
    background-size: 108%;
  }
}
@media print {
  .wrp_detail .box_main > a.rooms:hover, .wrp_detail .box_main > a.teppan:hover, .wrp_detail .box_main > a.french:hover, .wrp_detail .box_main > a.ani:hover, .wrp_detail .box_main > a.kids:hover, .wrp_detail .box_main > a.shop:hover {
    background-size: 108%;
  }
}
.ie8 .wrp_detail .box_main > a.rooms:hover, .ie8 .wrp_detail .box_main > a.teppan:hover, .ie8 .wrp_detail .box_main > a.french:hover, .ie8 .wrp_detail .box_main > a.ani:hover, .ie8 .wrp_detail .box_main > a.kids:hover, .ie8 .wrp_detail .box_main > a.shop:hover {
  background-size: 108%;
}
.wrp_detail .box_main > a:hover .row {
  background-color: rgba(49, 46, 44, 0);
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main > a:hover .row {
    background: none;
  }
}
.wrp_detail .box_main .col_detail {
  background: rgba(255, 255, 255, 0.7);
  padding: 2.5% 5.5% 2.5% 3.5%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .wrp_detail .box_main .col_detail {
    text-align: right;
  }
}
@media print {
  .wrp_detail .box_main .col_detail {
    text-align: right;
  }
}
.ie8 .wrp_detail .box_main .col_detail {
  text-align: right;
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .wrp_detail .box_main .col_detail {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .wrp_detail .box_main .col_detail {
    padding: 20px;
  }
}
@media print {
  .wrp_detail .box_main .col_detail {
    padding: 20px;
  }
}
.ie8 .wrp_detail .box_main .col_detail {
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 10px 15px;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail {
    width: 40%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main .col_detail {
    padding: 2.5% 1.5% 2.5% 4.5%;
    position: relative;
    top: auto;
    bottom: 0;
    transform: translateY(0%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main .col_detail:before {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.8s ease;
    color: #614c40;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main.is_show .col_detail:before {
    right: 3%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .wrp_detail .rooms .col_detail {
    width: 32%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .wrp_detail .rooms .col_detail {
    width: 38%;
  }
}

.wrp_detail .teppan .con_detail2 {
  width: 40%;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .wrp_detail .teppan .con_detail2 {
    width: 37%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .wrp_detail .teppan .con_detail2 {
    width: 44%;
  }
}

@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .wrp_detail .french .col_detail {
    width: 36%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .wrp_detail .french .col_detail {
    width: 47%;
  }
}

.wrp_detail .ani .con_detail2 {
  width: 38%;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .wrp_detail .ani .con_detail2 {
    width: 36%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .wrp_detail .ani .con_detail2 {
    width: 46%;
  }
}

@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .wrp_detail .kids .col_detail {
    width: 36%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .wrp_detail .kids .col_detail {
    width: 46%;
  }
}

.wrp_detail .shop .col_detail {
  width: 35%;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .wrp_detail .shop .col_detail {
    width: 36%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .wrp_detail .shop .col_detail {
    width: 46%;
  }
}
.wrp_detail .box_main .col_detail .img_thumb {
  margin-bottom: 20px;
}
.wrp_detail .box_main .col_detail .st_left {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .wrp_detail .box_main .col_detail .st_left {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail .st_left {
    width: 100%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail .st_left {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main .col_detail .st_left {
    margin-bottom: 0.5em;
  }
}
.wrp_detail .box_main .col_detail .txt_md {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail .txt_md {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main .col_detail .txt_md {
    font-size: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .wrp_detail .box_main .col_detail .txt_md {
    letter-spacing: normal;
  }
}
@media print {
  .wrp_detail .box_main .col_detail .txt_md {
    letter-spacing: normal;
  }
}
.ie8 .wrp_detail .box_main .col_detail .txt_md {
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail .txt_md {
    width: 100%;
    margin-bottom: 0;
  }
}
.wrp_detail .box_main .col_detail .txt_lg {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 229%;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail .txt_lg {
    font-size: 193%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main .col_detail .txt_lg {
    font-size: 143%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .wrp_detail .box_main .col_detail .txt_lg {
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 186%;
  }
}
@media only screen and (max-width: 1199px) {
  .wrp_detail .box_main .col_detail .txt_lg {
    letter-spacing: normal;
  }
}
@media print {
  .wrp_detail .box_main .col_detail .txt_lg {
    letter-spacing: normal;
  }
}
.ie8 .wrp_detail .box_main .col_detail .txt_lg {
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail .txt_lg {
    width: 100%;
    font-size: 170%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main .col_detail .txt_lg {
    margin-bottom: 0;
  }
}
.wrp_detail .french .col_detail .txt_lg {
  letter-spacing: 0;
}
.wrp_detail .box_main .col_detail .txt {
  font-size: 93%;
  line-height: 2;
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .wrp_detail .box_main .col_detail .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail .txt {
    margin-bottom: 5px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main .col_detail .txt {
    margin-bottom: 15px;
  }
}
.wrp_detail .box_main .col_detail .btn {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail .btn {
    width: 100%;
  }
}
.wrp_detail .box_main .col_detail.con_detail2 {
  left: 0;
  padding: 2.5% 1.5% 2.5% 4.5%;
}
@media only screen and (min-width: 768px) {
  .wrp_detail .box_main .col_detail.con_detail2 {
    text-align: left;
  }
}
@media print {
  .wrp_detail .box_main .col_detail.con_detail2 {
    text-align: left;
  }
}
.ie8 .wrp_detail .box_main .col_detail.con_detail2 {
  text-align: left;
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .wrp_detail .box_main .col_detail.con_detail2 {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_detail .box_main .col_detail.con_detail2 {
    padding: 10px 15px;
    left: 0;
  }
}
.wrp_detail .box_main .col_detail.con_detail2 .btn {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrp_detail .box_main .col_detail,
  .wrp_detail .box_main .col_img {
    float: none;
    width: 100%;
  }
}

@-webkit-keyframes sdb {
  0% {
    box-shadow: 0px 0px 15px -6px transparent;
  }
  30% {
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.2);
  }
  60% {
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.9);
  }
  100% {
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.8);
  }
}
@keyframes sdb {
  0% {
    box-shadow: 0px 0px 15px -6px transparent;
  }
  30% {
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.2);
  }
  60% {
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.9);
  }
  100% {
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.8);
  }
}
/* -----------------------------------------------------------
	.con_restaurant
----------------------------------------------------------- */
.con_restaurant {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant:last-child {
    margin-bottom: 30px;
  }
}
.con_restaurant .img_bg {
  position: absolute;
  right: 14%;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant .img_bg {
    max-width: 25%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .img_bg {
    top: auto;
    bottom: 30px;
    max-width: 55%;
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_restaurant .box_container {
    max-width: 1920px;
  }
}
@media print {
  .con_restaurant .box_container {
    max-width: 1920px;
  }
}
.ie8 .con_restaurant .box_container {
  max-width: 1920px;
}
.con_restaurant.backnon {
  background: none;
}

/* -----------------------------------------------------------
	.con_services
----------------------------------------------------------- */
.con_services {
  padding: 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_services {
    padding: 50px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_services {
    padding: 40px 0 10px;
  }
}
.con_services .box_list {
  overflow: hidden;
}
.con_services .box_list .list {
  margin: 0 -30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_services .box_list .list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_services .box_list .list {
    margin: 0;
  }
}
.con_services .box_list .list .item {
  width: 50%;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_services .box_list .list .item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_services .box_list .list .item {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_services .box_list .list .item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_services .box_list .list .item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.con_services .box_list .list .item .thumb {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .con_services .box_list .list .item .thumb {
    margin-bottom: 15px;
  }
}
.con_services .box_list .list .item .thumb img {
  width: 100%;
}
.con_services .box_list .list .item .txt_md {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_services .box_list .list .item .txt_md {
    text-align: left;
  }
}
.con_services .box_list .list .item .st_left_brown {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_services .box_list .list .item .st_left_brown {
    text-align: left;
  }
}
.con_services .box_list .list .item .st_left_brown .en {
  font-size: 236%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_services .box_list .list .item .st_left_brown .en {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_services .box_list .list .item .st_left_brown .en {
    font-size: 186%;
  }
}
.con_services .box_list .list .item .st_left_brown .jp {
  font-size: 115%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_services .box_list .list .item .st_left_brown .jp {
    font-size: 100%;
  }
}
.con_services .box_list .list .item .txt {
  font-size: 93%;
  line-height: 2;
  color: #614c40;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_services .box_list .list .item .txt {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_services .box_list .list .item .btn {
    text-align: right;
  }
}

/* -----------------------------------------------------------
	.con_movie
----------------------------------------------------------- */
.con_movie .box_movie {
  margin-top: 20px;
  background: #f2eee6;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_movie .box_movie {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_movie .box_movie {
    padding: 5% 0;
  }
}
.con_movie .box_movie .txt {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_movie .box_movie .txt {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_movie .box_movie .txt {
    width: 85%;
    margin: 2% auto 0;
  }
}
.con_movie .box_movie .btn_list {
  margin-top: 25px;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_movie .box_movie .btn_list {
    margin-top: 4%;
  }
}
.con_movie .box_movie .btn_list li {
  letter-spacing: no-repeat;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 320px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .con_movie .box_movie .btn_list li {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_movie .box_movie .btn_list li {
    margin-left: 0;
  }
}
.con_movie .box_movie .btn_list li:first-child {
  margin-left: 0;
}
.con_movie .box_movie .btn_list li a {
  display: block;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  background: #fff;
  text-decoration: none;
  border: 1px solid #000;
  padding: 1em 0;
  -moz-transition: background 0.4s ease, color 0.4s ease;
  -o-transition: background 0.4s ease, color 0.4s ease;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
.con_movie .box_movie .btn_list li a i.fa-youtube {
  color: #d00000;
  font-size: 134%;
}
.con_movie .box_movie .btn_list li a:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_movie .box_movie .btn_list li {
    display: block;
    margin: 2% auto 0;
  }
  .con_movie .box_movie .btn_list li:first-child {
    margin-top: 0;
    margin-left: auto;
  }
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  background: transparent url(../images/home/bg_news.png) no-repeat center top;
  padding: 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding: 50px 0 0;
  }
}
.con_news .box_title_news {
  margin-bottom: 10px;
}
.con_news .box_title_news .st_left {
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_title_news .st_left {
    padding-bottom: 0;
  }
}
.con_news .box_title_news .st_left .en, .con_news .box_title_news .st_left .jp {
  color: #614c40;
}
.con_news .box_title_news .st_left:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #614c40;
}
@media only screen and (max-width: 767px) {
  .con_news .box_title_news .st_left:before {
    border-bottom: none;
  }
}
.con_news .box_title_news .st_left:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16.66667%;
  height: auto;
  border-bottom: 1px solid #614c40;
}
@media only screen and (max-width: 767px) {
  .con_news .box_title_news .st_left:after {
    border-bottom: none;
  }
}
.con_news .box_list {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_list {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item {
    border-bottom: 1px dotted #614c40;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item:first-child {
    border-top: 1px dotted #614c40;
  }
}
.con_news .box_list .list .item a.item_inner {
  display: block;
  text-decoration: none;
  padding: 11px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_news .box_list .list .item a.item_inner:hover {
  background: white;
}
.con_news .box_list .list .item a.item_inner:hover .cell_decs .txt {
  text-decoration: none;
}
.con_news .box_list .list .item .cell_date {
  width: 90px;
}
.con_news .box_list .list .item .cell_date span {
  font-family: "Times New Roman", serif;
  font-size: 115%;
  color: #614c40;
}
.con_news .box_list .list .item .cell_title {
  width: 170px;
  padding-right: 10px;
}
.con_news .box_list .list .item .cell_title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 93%;
  color: #937c50;
  background: #ece6d9;
  padding: 2px 15px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item .cell_date,
  .con_news .box_list .list .item .cell_title {
    display: block;
    float: left;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item .cell_decs {
    display: block;
    float: left;
    width: 100%;
    padding-top: 10px;
  }
}
.con_news .box_list .list .item .cell_decs .txt {
  font-size: 100%;
  color: #614c40;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item .cell_decs .txt {
    text-decoration: none;
  }
}
.con_news .box_btn .btn {
  text-align: right;
}

/* -----------------------------------------------------------
	.con_social
----------------------------------------------------------- */
.con_social {
  padding: 90px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_social {
    padding: 40px 0 0;
  }
}
.con_social .cell_facebook {
  width: 44%;
  padding-right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social .cell_facebook {
    padding-right: 10px;
  }
}
.con_social .cell_shop {
  width: 31.3%;
  padding-right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social .cell_shop {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.con_social .cell_shop ul {
  margin: 0 -7px;
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul {
    margin: 0 -3px;
  }
}
.con_social .cell_shop ul li {
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul li {
    padding: 0 3px;
  }
}
.con_social .cell_shop ul li a {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #bebebe;
  text-align: center;
  text-decoration: none;
  height: 163px;
}
.con_social .cell_shop ul li a.facebook {
  background-color: #3B5998;
}
.con_social .cell_shop ul li a.tripadvisor {
  background-color: #00AF87;
}
.con_social .cell_shop ul li a.twitter {
  background-color: #6CADDE;
}
.con_social .cell_shop ul li a.instagram {
  background-color: #d93175;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social .cell_shop ul li a {
    height: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul li a {
    height: 100px;
  }
}
.con_social .cell_shop ul li.item_col_12 {
  width: 100%;
  margin: 14px 0;
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul li.item_col_12 {
    margin: 6px 0;
  }
}
.con_social .cell_shop ul li.item_col_12 a {
  height: auto;
  padding: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social .cell_shop ul li.item_col_12 a {
    padding: 15px;
  }
}
.con_social .cell_shop ul li.item_col_12 a:before {
  display: block;
  content: '';
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #614c40;
  border-left: 10px solid transparent;
}
.con_social .cell_shop ul li.item_col_12 .cell {
  vertical-align: middle;
  height: 158px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social .cell_shop ul li.item_col_12 .cell {
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul li.item_col_12 .cell {
    height: 100px;
  }
}
.con_social .cell_shop ul li.item_col_12 .cell_img {
  width: 158px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social .cell_shop ul li.item_col_12 .cell_img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul li.item_col_12 .cell_img {
    width: 100px;
  }
}
.con_social .cell_shop ul li.item_col_12 .cell_img img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social .cell_shop ul li.item_col_12 .cell_img img {
    width: auto;
  }
}
.con_social .cell_shop ul li.item_col_12 .cell_txt .txt .en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.3;
  color: #725f4c;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul li.item_col_12 .cell_txt .txt .en {
    font-size: 26px;
  }
}
.con_social .cell_shop ul li.item_col_12 .cell_txt .txt .jp {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 14px;
  color: #725f4c;
}
.con_social .cell_shop ul li.item_col_6 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul li.item_col_6 {
    margin-bottom: 6px;
  }
}
.con_social .cell_shop ul li.item_col_6.wide {
  width: 100%;
}
.con_social .cell_shop ul li.item_col_6 a .btn_inner {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.con_social .cell_shop ul li.item_col_6 a .ic_btn {
  display: block;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social .cell_shop ul li.item_col_6 a .ic_btn {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul li.item_col_6 a .ic_btn {
    font-size: 35px;
  }
}
.con_social .cell_shop ul li.item_col_6 a svg {
  fill: #fff;
  line-height: 1;
  line-height: 1;
  margin-bottom: 5px;
}
.con_social .cell_shop ul li.item_col_6 a .txt {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_social .cell_shop ul li.item_col_6 a .txt {
    font-size: 18px;
  }
}
.con_social .cell_shop ul li.item_col_6 a .txt_pc {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  color: #614c40;
  margin-top: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_social .cell_shop ul li.item_col_6 a .txt_pc {
    font-size: 18px;
  }
}

/* -----------------------------------------------------------
	.con_pickup
----------------------------------------------------------- */
.con_pickup {
  padding: 40px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup {
    padding: 40px 0;
  }
}
.con_pickup .box_slide {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_slide {
    padding: 0 25px;
  }
}
.con_pickup .box_slide .slick-slide {
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_slide .slick-slide img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_about_us
----------------------------------------------------------- */
.con_about_us {
  position: relative;
  overflow: hidden;
  height: 693px;
  background: transparent url(../images/home/bg_about_us.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 100px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about_us {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_about_us {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_about_us {
    height: auto;
  }
}
.con_about_us .box_container {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .con_about_us .box_container {
    height: auto;
  }
}
.con_about_us .box_wrp {
  position: relative;
  height: 100%;
}
.con_about_us .img_map_pc {
  position: absolute;
  right: 80px;
  top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about_us .img_map_pc {
    top: auto;
    bottom: 30px;
    right: -40px;
    width: 60%;
  }
}
.con_about_us .box_txt {
  position: relative;
  padding-top: 2%;
  padding-left: 4%;
}
@media only screen and (max-width: 767px) {
  .con_about_us .box_txt {
    padding: 0;
  }
}
.con_about_us .box_txt .st_title {
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_about_us .box_txt .st_title {
    margin-bottom: 20px;
  }
}
.con_about_us .box_txt .st_title .en {
  display: block;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 286%;
  color: #fff;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about_us .box_txt .st_title .en {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about_us .box_txt .st_title .en {
    font-size: 215%;
  }
}
.con_about_us .box_txt .st_title .jp {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 229%;
  letter-spacing: 0.2em;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about_us .box_txt .st_title .jp {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about_us .box_txt .st_title .jp {
    font-size: 143%;
  }
}
.con_about_us .box_txt .txt {
  line-height: 2.5;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .con_about_us .box_txt .txt {
    font-size: 115%;
  }
}
@media print {
  .con_about_us .box_txt .txt {
    font-size: 115%;
  }
}
.ie8 .con_about_us .box_txt .txt {
  font-size: 115%;
}
