@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_make_happy .list_make:after {
  content: "";
  display: table;
  clear: both;
}

/*icon style*/
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/*@include dots(#color1,#color2,width);*/
/*@include btn_slider(#color1,#color2,size);*/
@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* -----------------------------------------------------------
	.con_main_img
----------------------------------------------------------- */
.con_main_img .slider_main {
  position: relative;
}
.con_main_img .slider_main div {
  outline: none;
}
.con_main_img .slider_main .slide {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main .slide {
    min-height: 320px;
  }
}
.con_main_img .slider_main .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1;
}
.con_main_img .slider_main .slick-arrow.slick-next {
  right: 1em;
}
.con_main_img .slider_main .slick-arrow.slick-next:before {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 3.5em;
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow.slick-next:before {
    font-size: 2em;
  }
}
.con_main_img .slider_main .slick-arrow.slick-prev {
  left: 1em;
}
.con_main_img .slider_main .slick-arrow.slick-prev:before {
  display: inline-block;
  content: "\f104";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 3.5em;
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow.slick-prev:before {
    font-size: 2em;
  }
}
.con_main_img .slider_main .slick-arrow:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=700);
}
.con_main_img .slider_main .slick-arrow:before {
  color: #FFF !important;
  font-size: 93%;
  padding: .2em 0;
}
.con_main_img .slider_main .slick-arrow.slick-prev {
  left: 0;
}
.con_main_img .slider_main .slick-arrow.slick-next {
  right: 0;
}
.con_main_img .slider_main .slick-dots {
  text-align: right;
  bottom: 8em;
  z-index: 1;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.con_main_img .slider_main .slick-dots li {
  position: relative;
  width: 12px;
  height: 0;
  padding-top: 12px;
  margin: 0;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
  background: #d5d3cd;
}
.con_main_img .slider_main .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.con_main_img .slider_main .slick-dots li:not(:first-child) {
  margin-left: 1.5em;
}
.con_main_img .slider_main .slick-dots li.slick-active {
  background-color: #ffffff;
}
.con_main_img .slider_main .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (max-height: 800px) {
  .con_main_img .slider_main .slick-dots {
    bottom: 7em;
  }
}
.con_main_img .slider_main .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}
.con_main_img .box_title h2 {
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
.con_main_img .box_title .txt_intro {
  letter-spacing: 0.4em;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main_img .box_title .txt_intro {
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_img .box_title .txt_intro {
    letter-spacing: 0.1em;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  padding: 95px 0 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding: 4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    width: 90%;
    margin: 0 auto;
  }
}
.con_intro h3 {
  font-size: 172%;
  letter-spacing: .8em;
  line-height: 2.1;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro h3 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro h3 {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro h3 {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro h3 {
    margin-bottom: 1.3em;
  }
}
@media print {
  .con_intro h3 {
    margin-bottom: 1.3em;
  }
}
.ie8 .con_intro h3 {
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 767px) {
  .con_intro h3 {
    margin-bottom: .8em;
    letter-spacing: .5em;
  }
}
.con_intro .txt {
  text-align: center;
  line-height: 3.1;
  font-size: 115%;
  letter-spacing: 0.5em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    font-size: 97%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt {
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    text-align: left;
  }
}

.txt_desc {
  text-align: center;
  font-size: 115%;
}

/* -----------------------------------------------------------
	con_make_happy
----------------------------------------------------------- */
.con_make_happy {
  overflow: hidden;
  *zoom: 1;
  background: #d9d3c5;
  padding: 95px 0;
}
@media only screen and (max-width: 767px) {
  .con_make_happy {
    padding: 3em 0;
  }
}
.con_make_happy .txt_desc {
  text-align: center;
  margin-bottom: 3em;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_make_happy .txt_desc {
    margin-bottom: 1em;
  }
}
.con_make_happy .list_make li {
  width: 33.33333%;
  margin-right: 0;
  float: left;
  position: relative;
  padding: 0 1em;
}
.con_make_happy .list_make li:nth-of-type(3n) {
  margin-right: 0;
}
.con_make_happy .list_make li .box_title {
  text-align: center;
  padding: 1em 0;
  position: relative;
}
.con_make_happy .list_make li .box_title:before, .con_make_happy .list_make li .box_title:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_make_happy .list_make li .box_title > * {
  vertical-align: middle;
  display: inline;
}
.con_make_happy .list_make li .box_title:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
  font-size: 172%;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.con_make_happy .list_make li .box_title * {
  display: block;
}
.con_make_happy .list_make li h4 {
  font-weight: 500;
  font-size: 172%;
  margin-bottom: .3em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_make_happy .list_make li h4 {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_happy .list_make li h4 {
    font-size: 143%;
  }
}
.con_make_happy .list_make li .txt {
  color: #000000;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_make_happy .list_make li .txt {
    padding-right: 3em;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_make_happy .list_make li .txt {
    padding-right: 2.5em;
    text-align: left;
  }
}
.con_make_happy .list_make li a {
  text-decoration: none;
  display: block;
}
.con_make_happy .list_make li a:hover .box_title:after {
  right: .5em;
}
.con_make_happy .list_make .slick-dots {
  text-align: right;
  bottom: 8em;
  z-index: 1;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -3em;
}
.con_make_happy .list_make .slick-dots li {
  position: relative;
  width: 15px;
  height: 0;
  padding-top: 15px;
  margin: 0;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
  background: #FFF;
}
.con_make_happy .list_make .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.con_make_happy .list_make .slick-dots li:not(:first-child) {
  margin-left: 1.5em;
}
.con_make_happy .list_make .slick-dots li.slick-active {
  background-color: #93c5c0;
}
.con_make_happy .list_make .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .con_make_happy .list_make .slick-dots {
    bottom: -1em;
    left: 0;
    right: 0;
    margin: auto;
    transform: inherit;
    width: 52%;
    display: flex !important;
    justify-content: center;
  }
}
.con_make_happy .list_make .slick-dots li {
  padding: 15px 0 0 0;
}
.con_make_happy .list_make .slick-dots li:not(:first-child) {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_make_happy .list_make .slick-dots li {
    width: 12px;
    padding-top: 12px;
  }
}

.con_seach {
  margin: 2em auto;
}

/* -----------------------------------------------------------
	con_banner
----------------------------------------------------------- */
.con_banner {
  text-align: center;
  margin-bottom: 3em;
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
  overflow: hidden;
  *zoom: 1;
  padding: 4em 0;
  width: 95%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding: 3em 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .list_news .slick-list {
    padding: 0;
    position: relative;
  }
  .con_news .list_news .slick-dots {
    text-align: right;
    bottom: 8em;
    z-index: 1;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    bottom: 0 !important;
    margin: 1em 0 0em;
    text-align: center;
  }
  .con_news .list_news .slick-dots li {
    position: relative;
    width: 1em;
    height: 0;
    padding-top: 1em;
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
    background: #e7e7e7;
  }
  .con_news .list_news .slick-dots li:not(.slick-active) button {
    cursor: pointer;
  }
  .con_news .list_news .slick-dots li:not(:first-child) {
    margin-left: 1.5em;
  }
  .con_news .list_news .slick-dots li.slick-active {
    background-color: #85bfb9;
  }
  .con_news .list_news .slick-dots li button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
  }
  .con_news .list_news .slick-dots li {
    float: none;
    padding-bottom: 0;
  }
  .con_news .list_news .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1;
    z-index: 99;
    top: 90%;
    font-size: 70%;
  }
  .con_news .list_news .slick-arrow.slick-next {
    right: 1em;
  }
  .con_news .list_news .slick-arrow.slick-next:before {
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_news .list_news .slick-arrow.slick-next:before {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .list_news .slick-arrow.slick-prev {
    left: 1em;
  }
  .con_news .list_news .slick-arrow.slick-prev:before {
    display: inline-block;
    content: "\f104";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_news .list_news .slick-arrow.slick-prev:before {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .list_news .slick-arrow:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    filter: alpha(opacity=700);
  }
  .con_news .list_news .slick-arrow:before {
    color: #7d7d7d !important;
  }
  .con_news .list_news .slick-arrow.slick-prev {
    left: 20%;
  }
  .con_news .list_news .slick-arrow.slick-next {
    right: 20%;
  }
}
.con_news .btn {
  margin-top: 2em;
}

/* -----------------------------------------------------------
	con_selling_point
----------------------------------------------------------- */
.box_pickup {
  width: 670px;
  background: #FFF;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 32px;
  z-index: 11;
  text-align: left;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup {
    padding: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .box_pickup {
    position: absolute;
  }
}
@media print {
  .box_pickup {
    position: absolute;
  }
}
.ie8 .box_pickup {
  position: absolute;
}
.box_pickup h4 {
  margin-bottom: .5em;
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: normal;
  font-size: 129%;
  color: #93c5c0;
}
.box_pickup h5 {
  font-weight: 500;
  font-size: 115%;
  margin: .5em 0 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup h5 {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup h5 {
    font-size: 100%;
  }
}
.box_pickup .txt {
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup .txt {
    font-size: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_img {
    margin-right: 1em;
  }
}

/* -----------------------------------------------------------
	con_selling_point
----------------------------------------------------------- */
.con_selling_point {
  overflow: hidden;
  *zoom: 1;
  background: #FFF;
  -webkit-box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.05);
  padding: 4em 0;
}
@media only screen and (max-width: 767px) {
  .con_selling_point {
    padding: 2em 0;
  }
}
.con_selling_point .box_selling_point {
  position: relative;
  width: 93.85417%;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point {
    margin: auto;
    width: 100%;
  }
}
.con_selling_point .box_selling_point .pagingInfo {
  position: absolute;
  left: 5.20833%;
  top: 25%;
  background: #93c5c0;
  font-family: "Great Vibes", cursive;
  font-size: 200%;
  color: #FFF;
  padding: .2em 1em;
  font-weight: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_selling_point .box_selling_point .pagingInfo {
    font-size: 193%;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .pagingInfo {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .pagingInfo {
    top: 270px;
    left: -.3em;
  }
}
.con_selling_point .box_selling_point div {
  outline: none;
}
.con_selling_point .box_selling_point .slide {
  min-height: 726px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slide {
    min-height: 300px;
  }
}
.con_selling_point .box_selling_point .slide .box_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_selling_point .box_selling_point .slide .box_img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: inherit;
}
.con_selling_point .box_selling_point .slide .box_text_selling {
  padding: 45px;
  -webkit-transition: width 0.6s ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: width 0.6s ease 0.3s;
  -o-transition: width 0.6s ease 0.3s;
  transition: width 0.6s ease 0.3s;
  overflow: hidden;
  *zoom: 1;
  width: 360px;
}
@media only screen and (min-width: 768px) {
  .con_selling_point .box_selling_point .slide .box_text_selling {
    position: absolute;
    z-index: 10;
    left: 7.76042%;
    min-height: 300px;
    top: 50%;
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_selling_point .box_selling_point .slide .box_text_selling {
    min-height: 210px;
  }
}

@media print {
  .con_selling_point .box_selling_point .slide .box_text_selling {
    position: absolute;
    z-index: 10;
    left: 7.76042%;
    min-height: 300px;
    top: 50%;
    margin-top: -150px;
  }
}
.ie8 .con_selling_point .box_selling_point .slide .box_text_selling {
  position: absolute;
  z-index: 10;
  left: 7.76042%;
  min-height: 300px;
  top: 50%;
  margin-top: -150px;
}
@media only screen and (max-width: 767px) {
  .ie8 .con_selling_point .box_selling_point .slide .box_text_selling {
    min-height: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slide .box_text_selling {
    top: 100%;
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_selling_point .box_selling_point .slide .box_text_selling {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slide .box_text_selling {
    padding: 2em 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slide .box_text_selling {
    width: 100%;
  }
}
.con_selling_point .box_selling_point .slide .box_text_selling:before {
  background: #FFF;
  content: "";
  height: 100%;
  width: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition-delay: 0.3s;
  -moz-transition: width 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  -o-transition: width 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: width 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slide .box_text_selling {
    left: 0;
    top: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.con_selling_point .box_selling_point .slide .box_text_selling .st_selling {
  font-family: "Gilda Display", serif;
  color: #93c5c0;
  font-size: 86%;
  text-transform: uppercase;
  letter-spacing: .8em;
  font-weight: bold;
  margin-bottom: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -webkit-transition-delay: 2.2s;
  -moz-transition: opacity 1s ease 2.2s;
  -o-transition: opacity 1s ease 2.2s;
  transition: opacity 1s ease 2.2s;
}
.con_selling_point .box_selling_point .slide .box_text_selling h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 172%;
  font-weight: normal;
  margin-bottom: .5em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -webkit-transition-delay: 2.5s;
  -moz-transition: opacity 1s ease 2.5s;
  -o-transition: opacity 1s ease 2.5s;
  transition: opacity 1s ease 2.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_selling_point .box_selling_point .slide .box_text_selling h4 {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slide .box_text_selling h4 {
    font-size: 143%;
  }
}
.con_selling_point .box_selling_point .slide .box_text_selling .txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 100%;
  line-height: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -webkit-transition-delay: 2.8s;
  -moz-transition: opacity 1s ease 2.8s;
  -o-transition: opacity 1s ease 2.8s;
  transition: opacity 1s ease 2.8s;
}
.con_selling_point .box_selling_point .slide .box_text_selling .btn {
  margin-top: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -webkit-transition-delay: 3s;
  -moz-transition: opacity 1s ease 3s;
  -o-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}
.con_selling_point .box_selling_point .slide.slick-active .box_text_selling {
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 2s;
  -moz-transition: all 0.5s ease 2s;
  -o-transition: all 0.5s ease 2s;
  transition: all 0.5s ease 2s;
}
.con_selling_point .box_selling_point .slide.slick-active .box_text_selling:before {
  width: 100%;
  -webkit-transition: width 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition-delay: 2s;
  -moz-transition: width 1s cubic-bezier(0.65, 0.05, 0.36, 1) 2s;
  -o-transition: width 1s cubic-bezier(0.65, 0.05, 0.36, 1) 2s;
  transition: width 1s cubic-bezier(0.65, 0.05, 0.36, 1) 2s;
}
.con_selling_point .box_selling_point .slide.slick-active .st_selling, .con_selling_point .box_selling_point .slide.slick-active h4, .con_selling_point .box_selling_point .slide.slick-active .txt, .con_selling_point .box_selling_point .slide.slick-active .btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_selling_point .box_selling_point .slick-dots {
  text-align: right;
  bottom: 8em;
  z-index: 1;
  width: auto;
  position: absolute;
  right: 3%;
  bottom: -2em;
}
.con_selling_point .box_selling_point .slick-dots li {
  position: relative;
  width: 0.5em;
  height: 0;
  padding-top: 0.5em;
  margin: 0;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
  background: #000;
}
.con_selling_point .box_selling_point .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.con_selling_point .box_selling_point .slick-dots li:not(:first-child) {
  margin-left: 1.5em;
}
.con_selling_point .box_selling_point .slick-dots li.slick-active {
  background-color: #000;
}
.con_selling_point .box_selling_point .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slick-dots {
    bottom: -2em;
  }
}
.con_selling_point .box_selling_point .slick-dots li {
  vertical-align: middle;
}
.con_selling_point .box_selling_point .slick-dots .slick-active {
  width: .8em;
  padding-top: .8em;
}
.con_selling_point .box_selling_point .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1;
  background: #FFF;
  transition: none;
}
.con_selling_point .box_selling_point .slick-arrow.slick-next {
  right: 1em;
}
.con_selling_point .box_selling_point .slick-arrow.slick-next:before {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 3.5em;
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slick-arrow.slick-next:before {
    font-size: 2em;
  }
}
.con_selling_point .box_selling_point .slick-arrow.slick-prev {
  left: 1em;
}
.con_selling_point .box_selling_point .slick-arrow.slick-prev:before {
  display: inline-block;
  content: "\f104";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 3.5em;
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slick-arrow.slick-prev:before {
    font-size: 2em;
  }
}
.con_selling_point .box_selling_point .slick-arrow:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=700);
}
.con_selling_point .box_selling_point .slick-arrow:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .con_selling_point .box_selling_point .slick-arrow {
    width: 70px;
    height: 70px;
  }
  .con_selling_point .box_selling_point .slick-arrow.next {
    right: 0;
    top: inherit;
    bottom: -3.5em;
  }
  .con_selling_point .box_selling_point .slick-arrow.next img {
    transform: scale(-1, 1);
  }
  .con_selling_point .box_selling_point .slick-arrow.prev {
    left: inherit;
    top: inherit;
    right: 70px;
    bottom: -3.5em;
  }
}
@media print {
  .con_selling_point .box_selling_point .slick-arrow {
    width: 70px;
    height: 70px;
  }
  .con_selling_point .box_selling_point .slick-arrow.next {
    right: 0;
    top: inherit;
    bottom: -3.5em;
  }
  .con_selling_point .box_selling_point .slick-arrow.next img {
    transform: scale(-1, 1);
  }
  .con_selling_point .box_selling_point .slick-arrow.prev {
    left: inherit;
    top: inherit;
    right: 70px;
    bottom: -3.5em;
  }
}
.ie8 .con_selling_point .box_selling_point .slick-arrow {
  width: 70px;
  height: 70px;
}
.ie8 .con_selling_point .box_selling_point .slick-arrow.next {
  right: 0;
  top: inherit;
  bottom: -3.5em;
}
.ie8 .con_selling_point .box_selling_point .slick-arrow.next img {
  transform: scale(-1, 1);
}
.ie8 .con_selling_point .box_selling_point .slick-arrow.prev {
  left: inherit;
  top: inherit;
  right: 70px;
  bottom: -3.5em;
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slick-arrow {
    width: 3em;
    height: 3em;
  }
  .con_selling_point .box_selling_point .slick-arrow.next {
    right: 0;
  }
  .con_selling_point .box_selling_point .slick-arrow.prev {
    left: 0;
  }
}
.con_selling_point .box_selling_point > div {
  display: none;
}
.con_selling_point .box_selling_point > div:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_selling_point .slick-list {
    overflow: visible !important;
  }
}
.con_selling_point .box_pickup {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_selling_point .box_pickup {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_pickup {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_selling_point .box_pickup {
    margin-left: 7.65625%;
    width: 100%;
    max-width: 895px;
    position: static;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .con_selling_point .box_pickup {
    width: 86%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_selling_point .box_pickup {
    width: 100%;
  }
}

@media print {
  .con_selling_point .box_pickup {
    margin-left: 7.65625%;
    width: 100%;
    max-width: 895px;
    position: static;
  }
}
.ie8 .con_selling_point .box_pickup {
  margin-left: 7.65625%;
  width: 100%;
  max-width: 895px;
  position: static;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ie8 .con_selling_point .box_pickup {
    width: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_selling_point .box_pickup {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_pickup {
    width: 90%;
    margin: 14em auto 0;
  }
}
.con_selling_point .box_pickup .box_img {
  float: left;
  width: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_selling_point .box_pickup .box_img {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .box_pickup .box_img {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_selling_point .txt_desc {
    margin-bottom: 1em;
  }
}

/* -----------------------------------------------------------
	con_meal
----------------------------------------------------------- */
.con_meal {
  overflow: hidden;
  *zoom: 1;
  padding: 40px 0 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_meal {
    padding: 40px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal {
    padding: 2em 0;
  }
}
.con_meal .txt_desc {
  font-size: 115%;
}
.con_meal .slider_meal {
  position: relative;
}
.con_meal .slider_meal .slide {
  height: 630px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_meal .slider_meal .slide {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .slider_meal .slide {
    height: 18em;
  }
}
@media only screen and (min-width: 768px) {
  .con_meal .slider_meal .item01 {
    background-image: url("../images/home/img_meal01.jpg");
  }
}
@media print {
  .con_meal .slider_meal .item01 {
    background-image: url("../images/home/img_meal01.jpg");
  }
}
.ie8 .con_meal .slider_meal .item01 {
  background-image: url("../images/home/img_meal01.jpg");
}
@media only screen and (max-width: 767px) {
  .con_meal .slider_meal .item01 {
    background-image: url("../images/home/img_meal01_sp.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .con_meal .slider_meal .item02 {
    background-image: url("../images/home/img_meal02.jpg");
  }
}
@media print {
  .con_meal .slider_meal .item02 {
    background-image: url("../images/home/img_meal02.jpg");
  }
}
.ie8 .con_meal .slider_meal .item02 {
  background-image: url("../images/home/img_meal02.jpg");
}
@media only screen and (max-width: 767px) {
  .con_meal .slider_meal .item02 {
    background-image: url("../images/home/img_meal02_sp.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .con_meal .slider_meal .item03 {
    background-image: url("../images/home/img_meal03.jpg");
  }
}
@media print {
  .con_meal .slider_meal .item03 {
    background-image: url("../images/home/img_meal03.jpg");
  }
}
.ie8 .con_meal .slider_meal .item03 {
  background-image: url("../images/home/img_meal03.jpg");
}
@media only screen and (max-width: 767px) {
  .con_meal .slider_meal .item03 {
    background-image: url("../images/home/img_meal03_sp.jpg");
  }
}
.con_meal .slider_meal .slick-dots {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
@media only screen and (min-width: 1025px) and (max-width: 1110px) {
  .con_meal .slider_meal .slick-dots {
    bottom: 6em;
  }
}
@media print {
  .con_meal .slider_meal .slick-dots {
    bottom: 6em;
  }
}
.ie8 .con_meal .slider_meal .slick-dots {
  bottom: 6em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_meal .slider_meal .slick-dots {
    bottom: 3.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .slider_meal .slick-dots {
    right: 50%;
    width: auto;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    bottom: -3em;
  }
}
.con_meal .slider_meal .slick-dots li {
  float: left;
  margin-left: .5em;
}
.con_meal .slider_meal .slick-dots li button {
  border: none;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: .3em .5em;
  font-family: "Great Vibes", cursive;
  font-size: 108%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.con_meal .slider_meal .slick-dots li button:before {
  content: "0";
}
.con_meal .slider_meal .slick-dots li.slick-active button {
  background: #4fa299;
  color: #FFF;
}
.con_meal .box_slider {
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_meal .box_slider {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_meal .box_slider .box_title_meal {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -190px;
    width: 380px;
    background: #FFF;
    z-index: 99;
    padding: 35px 40px;
    height: auto;
    margin-top: -150px;
    text-align: center;
  }
}
@media print {
  .con_meal .box_slider .box_title_meal {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -190px;
    width: 380px;
    background: #FFF;
    z-index: 99;
    padding: 35px 40px;
    height: auto;
    margin-top: -150px;
    text-align: center;
  }
}
.ie8 .con_meal .box_slider .box_title_meal {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -190px;
  width: 380px;
  background: #FFF;
  z-index: 99;
  padding: 35px 40px;
  height: auto;
  margin-top: -150px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_meal .box_slider .box_title_meal {
    width: 400px;
    margin-left: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .box_slider .box_title_meal {
    padding: 3.5em 1em 2em;
  }
}
.con_meal .box_slider .box_title_meal h4 {
  font-size: 129%;
  font-weight: 500;
  margin-bottom: .8em;
  line-height: 2;
  letter-spacing: .2em;
}
@media only screen and (max-width: 767px) {
  .con_meal .box_slider .box_title_meal h4 {
    text-align: center;
  }
}
.con_meal .box_slider .box_title_meal h4 .clr01 {
  color: #228146;
}
.con_meal .box_slider .box_title_meal h4 .clr02 {
  color: #d37d0d;
}
.con_meal .box_slider .box_title_meal .txt {
  line-height: 2.1;
  letter-spacing: .05em;
}
.con_meal .box_slider .box_title_meal .btn {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .con_meal .box_pickup {
    left: 7.65625%;
    bottom: -145px;
    width: 100%;
    max-width: 895px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .con_meal .box_pickup {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_meal .box_pickup {
    width: 100%;
  }
}

@media print {
  .con_meal .box_pickup {
    left: 7.65625%;
    bottom: -145px;
    width: 100%;
    max-width: 895px;
  }
}
.ie8 .con_meal .box_pickup {
  left: 7.65625%;
  bottom: -145px;
  width: 100%;
  max-width: 895px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ie8 .con_meal .box_pickup {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_meal .box_pickup {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .box_pickup {
    width: 90%;
    margin: auto;
  }
}
.con_meal .box_pickup .box_img {
  float: left;
  width: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_meal .box_pickup .box_img {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .box_pickup .box_img {
    width: 35%;
  }
}

/* -----------------------------------------------------------
	con_dog_friendly
----------------------------------------------------------- */
.con_dog_friendly {
  overflow: hidden;
  *zoom: 1;
}
.con_dog_friendly .list_friendly {
  overflow: hidden;
  *zoom: 1;
  max-width: 1005px;
  margin: 35px auto;
}
@media only screen and (max-width: 767px) {
  .con_dog_friendly .list_friendly {
    margin: 1em auto;
  }
}
.con_dog_friendly .list_friendly li {
  width: 29.41957%;
  margin-right: 5.87065%;
  float: left;
}
.con_dog_friendly .list_friendly li:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_dog_friendly .list_friendly li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_dog_friendly .list_friendly li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d5d5d5;
  }
  .con_dog_friendly .list_friendly li:first-child {
    border-top: 1px solid #d5d5d5;
    padding-top: 1em;
  }
}
.con_dog_friendly .list_friendly li .box_img {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_dog_friendly .list_friendly li .box_img {
    display: table;
  }
  .con_dog_friendly .list_friendly li .box_img .img {
    width: 35%;
    display: table-cell;
    vertical-align: middle;
  }
}
.con_dog_friendly .list_friendly li .box_img h4 {
  font-size: 143%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dog_friendly .list_friendly li .box_img h4 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dog_friendly .list_friendly li .box_img h4 {
    font-size: 122%;
  }
}
@media only screen and (min-width: 768px) {
  .con_dog_friendly .list_friendly li .box_img h4 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FFF;
    text-align: center;
  }
}
@media print {
  .con_dog_friendly .list_friendly li .box_img h4 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FFF;
    text-align: center;
  }
}
.ie8 .con_dog_friendly .list_friendly li .box_img h4 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_dog_friendly .list_friendly li .box_img h4 {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5%;
  }
}
.con_dog_friendly .list_friendly li .txt {
  line-height: 2.1;
  letter-spacing: 1px;
  padding: 25px 10px 0 10px;
}

/* -----------------------------------------------------------
	con_rooms
----------------------------------------------------------- */
.con_rooms {
  overflow: hidden;
  *zoom: 1;
}
.con_rooms .container {
  position: relative;
  min-height: 630px;
  margin: 105px auto 175px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .container {
    min-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .container {
    margin: 0 auto;
  }
}
.con_rooms .container h3 {
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .container h3 {
    margin-bottom: 0;
  }
}
.con_rooms .container .box_img {
  width: 960px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .container .box_img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .container .box_img {
    position: absolute;
    right: 50%;
    top: 0;
  }
}
@media print {
  .con_rooms .container .box_img {
    position: absolute;
    right: 50%;
    top: 0;
  }
}
.ie8 .con_rooms .container .box_img {
  position: absolute;
  right: 50%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_rooms .container .box_img {
    margin-top: 1em;
  }
}
.con_rooms .container .box_info {
  float: right;
  width: 50%;
  text-align: center;
  padding-top: 3em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .container .box_info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .container .box_info {
    padding-top: 1em;
  }
}
.con_rooms .container .box_info .inner_box {
  width: 340px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_rooms .container .box_info .inner_box {
    width: 100%;
  }
}
.con_rooms .container h4 {
  font-size: 129%;
  font-weight: 500;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .con_rooms .container h4 {
    margin: 1em 0;
  }
}
.con_rooms .container .txt {
  margin: auto;
  line-height: 2.1;
  text-align: left;
  margin-bottom: 2em;
}
.con_rooms .container .box_map {
  margin-bottom: 2em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_rooms .container .box_map {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .container .box_map {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .container .btn_list {
    border: none;
  }
}
.con_rooms .container .btn_list a {
  width: 100%;
  border: #DDD solid 1px;
  background: #fff;
  color: #000;
  padding: .8em 0;
}

/* -----------------------------------------------------------
	con_offer
----------------------------------------------------------- */
.con_offer {
  overflow: hidden;
  *zoom: 1;
  background: #85bfb9;
  padding: 5em 0;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .con_offer {
    padding: 3em 0;
  }
}
.con_offer .txt_desc {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offer .txt_desc {
    margin-bottom: 2em;
  }
}
.con_offer .list_offer {
  margin-top: 2em;
  overflow: hidden;
  *zoom: 1;
  width: 95%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_offer .list_offer {
    width: 100%;
  }
}
.con_offer .list_offer li {
  width: 33.33333%;
  margin-right: 0;
  float: left;
  position: relative;
}
.con_offer .list_offer li:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_offer .list_offer li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.con_offer .list_offer li a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
.con_offer .list_offer li a .box_img img {
  width: 100%;
}
.con_offer .list_offer li a h4 {
  font-size: 108%;
  font-weight: normal;
  letter-spacing: .2em;
  margin-bottom: 1em;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offer .list_offer li a h4 {
    font-size: 80%;
    font-feature-settings: "palt";
  }
}
.firefox .con_offer .list_offer li a h4, .ie .con_offer .list_offer li a h4 {
  max-height: 5.4em;
}
.con_offer .list_offer li a .txt {
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: .2em;
  margin: 0 3%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offer .list_offer li a .txt {
    font-size: 86%;
    font-feature-settings: "palt";
    line-height: 1.6;
  }
}
.firefox .con_offer .list_offer li a .txt, .ie .con_offer .list_offer li a .txt {
  max-height: 5.4em;
}
.con_offer .list_offer li a:hover h4 {
  text-decoration: none;
}
.con_offer .list_offer li .box_text {
  margin: 1em 0;
  padding: 0 .5em;
  border-right: 1px solid #a6d2cd;
}
@media only screen and (max-width: 767px) {
  .con_offer .list_offer li .box_text {
    width: 65%;
    float: left;
    margin: 0;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .list_offer li {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #a6d2cd;
    padding-top: 1em;
    margin-bottom: 1en;
  }
  .con_offer .list_offer li .box_img {
    width: 35%;
    float: left;
  }
}
.con_offer .btn_org {
  margin-top: 2em;
}
.con_offer .btn_org a {
  max-width: 300px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_offer .btn_org a {
    max-width: 100%;
  }
}

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
.con_access {
  overflow: hidden;
  *zoom: 1;
}
.con_access .container {
  width: 100%;
  position: relative;
  min-height: 740px;
  margin: 0 auto 140px;
  background: url("../images/home/bg_map.jpg") right bottom no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .container {
    min-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container {
    min-height: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .container {
    margin: 0 auto 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .container {
    overflow: hidden;
    *zoom: 1;
    background-size: auto 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container {
    background: none;
  }
}
.con_access .container h3 {
  margin-bottom: .6em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .container .txt_desc {
    margin-bottom: 2em;
  }
}
.con_access .container .box_map {
  width: 960px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .container .box_map {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container .box_map {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .container .box_map {
    position: absolute;
    right: 50%;
    top: 0;
  }
}
@media print {
  .con_access .container .box_map {
    position: absolute;
    right: 50%;
    top: 0;
  }
}
.ie8 .con_access .container .box_map {
  position: absolute;
  right: 50%;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .con_access .container .box_map {
    margin-top: 1em;
  }
  .con_access .container .box_map iframe {
    width: 100% !important;
    height: 400px !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container .box_map iframe {
    width: 100% !important;
    height: 230px !important;
  }
}
.con_access .container .box_info {
  float: right;
  width: 50%;
  text-align: center;
  padding-top: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .container .box_info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container .box_info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container .box_info {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .container .box_info {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container .box_info {
    padding: 1em;
  }
}
.con_access .container .box_inner {
  max-width: 420px;
  margin: auto;
  text-align: left;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_access .container .box_inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container .box_inner {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .container .box_inner {
    float: left;
    padding-left: 5%;
    width: 55%;
  }
}
.con_access .container .box_inner .box_access {
  overflow: hidden;
  *zoom: 1;
  line-height: 1.8;
  font-size: 93%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  margin-bottom: 45px;
}
.con_access .container .box_inner .box_access .img {
  float: left;
  width: 113px;
  margin-right: 15px;
}
.con_access .container .box_inner h4 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: 500;
  font-size: 108%;
  margin-bottom: .5em;
}
.con_access .container .box_inner h4:before, .con_access .container .box_inner h4:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_access .container .box_inner h4 > * {
  vertical-align: middle;
  display: inline;
}
.con_access .container .box_inner h4:before {
  content: "";
  margin-right: .5em;
}
.con_access .container .box_inner .btn_map {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_access .container .box_inner .btn_map {
    margin-top: 1em;
  }
}
.con_access .container .box_inner .btn_map a {
  border: 1px solid #dedede;
  padding: .6em 0;
  text-decoration: none;
  display: block;
  width: 335px;
  text-align: center;
  background: #FFF;
  color: #616061;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .container .box_inner .btn_map a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .container .box_inner .btn_map a {
    width: 100%;
  }
}
.con_access .container .box_inner .btn_map a:before, .con_access .container .box_inner .btn_map a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_access .container .box_inner .btn_map a > * {
  vertical-align: middle;
  display: inline;
}
.con_access .container .box_inner .btn_map a:after {
  content: "";
  margin-left: .5em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
.con_access .container .box_inner .btn_map a:hover:after {
  left: 1em;
}
