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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
@-moz-keyframes animationScrollDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@-webkit-keyframes animationScrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@keyframes animationScrollDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
.con_main {
  position: relative;
}
.con_main .logo {
  position: absolute;
  left: 50%;
  top: 5%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.con_main h2 {
  position: absolute;
  left: 50%;
  top: 40%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.con_main .btn_scroll {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 17%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  text-decoration: none;
  outline: 0;
  z-index: 2;
}
.con_main .btn_scroll .bn_text {
  display: block;
}
.con_main .btn_scroll .bn_icon {
  display: block;
}
.con_main .btn_scroll .bn_icon img {
  -moz-animation: animationScrollDown 1.8s ease 0s infinite;
  -webkit-animation: animationScrollDown 1.8s ease 0s infinite;
  animation: animationScrollDown 1.8s ease 0s infinite;
}
.con_main .box_slide .slick-dots {
  position: absolute;
  left: 0;
  bottom: 6%;
  right: auto;
  top: auto;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.con_main .box_slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
  margin: 0 5px;
}
.con_main .box_slide .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  color: transparent;
  background: #c7c7c5;
  border: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.con_main .box_slide .slick-dots li button:before {
  opacity: 0;
  display: block;
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  width: auto;
  height: auto;
  border: 1px solid #c52f2f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.con_main .box_slide .slick-dots li.slick-active button {
  background: #c52f2f;
}
.con_main .box_slide .slick-dots li.slick-active button:before {
  opacity: 1;
}
.con_main .box_slide .img_thumb {
  display: block;
  height: 875px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro .box_top {
  position: relative;
  background: transparent url(../images/home/bg_intro.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
}
.con_intro .box_top > * {
  position: relative;
}
.con_intro .box_top .img_pattern_01 {
  position: absolute;
  left: 16%;
  bottom: 10%;
}
@media only screen and (max-width: 1260px) {
  .con_intro .box_top .img_pattern_01 {
    left: 5%;
  }
}
.con_intro .box_top .col_txt {
  width: 70%;
  text-align: right;
  padding-top: 55px;
  padding-right: 10%;
}
.con_intro .box_top .col_txt .txt {
  display: inline-block;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  white-space: nowrap;
  font-size: 129%;
  line-height: 2.22222;
}
.con_intro .box_top .col_title {
  width: 30%;
}
.con_intro .box_gallery {
  max-height: 500px;
  overflow: hidden;
}
.con_intro .box_gallery .simply-scroll {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: auto;
}
.con_intro .box_gallery .simply-scroll .simply-scroll-clip {
  width: 100%;
  height: auto;
}
.con_intro .box_gallery .simply-scroll-list {
  float: left;
}
.con_intro .box_gallery .simply-scroll-list li {
  width: auto;
  height: 500px;
  float: left;
}
.con_intro .box_gallery .simply-scroll-list li img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_location
----------------------------------------------------------- */
.con_location {
  padding: 120px 0;
}
.con_location .box_title_top {
  position: relative;
  margin-bottom: 80px;
}
.con_location .box_title_top > * {
  position: relative;
}
.con_location .box_title_top .img_pattern_01 {
  position: absolute;
  left: 23%;
  top: 45px;
}
.con_location .box_title_top .img_pattern_02 {
  position: absolute;
  right: 23%;
  top: 85px;
}
.con_location .box_title_top .st_title {
  text-align: center;
}
.con_location .box_top {
  position: relative;
  height: 680px;
  background: transparent url(../images/home/bg_location_top.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.con_location .box_top .txt_title {
  position: absolute;
  left: 0;
  bottom: 11.76471%;
  width: 100%;
  text-align: center;
}
.con_location .box_detail {
  padding-top: 40px;
}
.con_location .box_detail .txt {
  font-size: 129%;
  line-height: 2;
  text-align: center;
  margin-bottom: 75px;
}
.con_location .box_detail .img_thumb img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_cuisine
----------------------------------------------------------- */
.con_cuisine {
  overflow: hidden;
}
.con_cuisine .box_title_top {
  background: transparent url(../images/common/bg_pattern_01.png) repeat left top;
  padding: 120px 0 40px;
}
.con_cuisine .box_title_top .st_title {
  text-align: center;
}
.con_cuisine .box_list {
  margin-bottom: 50px;
}
.con_cuisine .box_list .list {
  margin: 0 -5px;
}
.con_cuisine .box_list .list .item {
  width: 33.33333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.con_cuisine .box_list .list .item .thumb img {
  width: 100%;
}
.con_cuisine .box_txt {
  margin-bottom: 75px;
}
.con_cuisine .box_txt .txt {
  text-align: center;
  font-size: 129%;
  line-height: 2;
}
.con_cuisine .box_other {
  position: relative;
  background: transparent url(../images/common/bg_pattern_01.png) repeat left top;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.con_cuisine .box_other:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  top: 1px;
  bottom: 1px;
  width: 100%;
  height: auto;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}
.con_cuisine .box_other .box_main {
  background: #fff;
  padding: 75px 10%;
}
@media only screen and (max-width: 1260px) {
  .con_cuisine .box_other .box_main {
    padding: 75px 4%;
  }
}
.con_cuisine .box_other .box_main > * {
  position: relative;
}
.con_cuisine .box_other .col_img {
  width: 45%;
  padding-right: 2%;
}
.con_cuisine .box_other .col_txt {
  width: 35%;
  text-align: right;
}
.con_cuisine .box_other .col_txt .txt {
  display: inline-block;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  white-space: nowrap;
  font-size: 129%;
  line-height: 2;
}
.con_cuisine .box_other .col_title {
  width: 20%;
}
.con_cuisine .box_other .col_title .st_title {
  text-align: right;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  padding: 100px 0 70px;
}
.con_access .st_title {
  text-align: center;
  margin-bottom: 65px;
}
.con_access .box_main .col_main {
  width: 50%;
  padding-right: 6%;
}
.con_access .box_main .col_main .st_title_2nd {
  margin-bottom: 30px;
}
.con_access .box_main .col_main .txt {
  font-size: 129%;
  line-height: 2;
  margin-bottom: 40px;
}
.con_access .box_main .col_main .btn {
  text-align: left;
}
.con_access .box_main .col_main .btn a {
  min-width: 360px;
  font-size: 129%;
}
.con_access .box_main .col_map {
  width: 50%;
}
.con_access .box_main .col_map .box_map {
  border: 3px solid #c9c9c9;
}
.con_access .box_main .col_map .box_map #map {
  height: 480px;
}

/* -----------------------------------------------------------
	.con_contact
----------------------------------------------------------- */
.con_contact {
  background: transparent url(../images/common/bg_pattern_02.png) repeat left top;
  padding: 100px 0;
}
.con_contact .box_title_top {
  margin-bottom: 60px;
}
.con_contact .box_title_top .st_title {
  text-align: center;
  margin-bottom: 25px;
}
.con_contact .box_title_top .txt {
  font-size: 129%;
  text-align: center;
}
.con_contact .form_contact {
  width: 100%;
  background: none;
  border-top: 1px solid #d3d3d3;
}
.con_contact .form_contact .tbl_basic {
  width: 100%;
}
.con_contact .form_contact tr {
  border-bottom: 1px solid #d3d3d3;
  background: none;
}
.con_contact .form_contact th,
.con_contact .form_contact td {
  padding: 35px 1.5em;
}
.con_contact .form_contact th {
  width: 30%;
  vertical-align: top;
  font-size: 129%;
  font-weight: normal;
  color: #595959;
  text-align: left;
  padding-left: 10%;
}
.con_contact .form_contact th span {
  color: #b61a1a;
  padding-left: 0.5em;
}
.con_contact .form_contact td {
  padding-right: 10%;
}
.con_contact .form_contact .addjust_w1 {
  width: 38%;
}
.con_contact .form_contact .addjust_w2 {
  width: 30%;
}
.con_contact .form_contact .addjust_w3 {
  width: 26%;
}
.con_contact .form_contact .addjust_wf {
  width: 100%;
}
.con_contact .form_contact .label {
  font-size: 115%;
}
.con_contact .form_contact .input {
  height: 44px;
  font-size: 129%;
  color: #595959;
  background: #fff;
  border: 1px solid #acacac;
  padding: 0.5em 0.8em;
}
.con_contact .form_contact .textarea {
  font-size: 129%;
  color: #595959;
  background: #fff;
  border: 1px solid #acacac;
  padding: 0.5em 0.8em;
}
.con_contact .form_contact .txt_hint {
  display: block;
  font-size: 115%;
  margin-top: 5px;
}
.con_contact .form_contact .btn_address {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff !important;
  background: #333333;
  border: 1px solid #333333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
  width: auto;
  max-width: 100%;
  font-size: 129%;
  padding: 7.5px 15px;
}
.con_contact .form_contact .btn_address:hover {
  background: none;
  color: #333333 !important;
}
.con_contact .form_contact .text textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #acacac;
}
.con_contact .button_group {
  text-align: center;
  margin-top: 20px;
}
.con_contact .button_group li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 10px;
}
.con_contact .button_group .btn a {
  max-width: none;
  min-width: 240px;
  font-size: 129%;
}
.con_contact .button_group .btn_border_dark a:not(:hover) {
  background: #fff;
}
.con_contact .box_thanks {
  width: 100%;
  text-align: center;
  font-size: 129%;
}
.con_contact .box_thanks .txt {
  margin-top: 40px;
  text-align: left;
}
.con_contact .box_thanks .btn {
  margin-top: 20px;
}
