* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body, body input, body textarea, body button {
  -webkit-text-size-adjust:100%;
  font-family: "Playfair Display", "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
  position: relative;
}

body p {
  font-size: 1.4rem;
  color: #1b1b1b;
  font-weight: 400;
  line-height: 2.8rem;
}
a[href^="tel:"] {
    pointer-events: none;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}

.row {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.header_wrap {
  width: 100%;
  height: 780px;
  position: relative;
}

.header_wrap_lawer {
  width: 100%;
  height: 480px;
  position: relative;
}

.header_inner {
  width: 100%;
  height: 120px;
  border-bottom: solid 1px #e5e5e5;
}

.google_translate {
  position: absolute;
  top: 20px;
  right: 0;
}

.header_inner_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.header_logo {
  text-align: center;
}

.header_logo img {
  max-width: 50%;
  height: auto;
}

.header_nav {
  width: 100%;
  height: 60px;
}

.gnav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
}

.gnav_wrap {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.gnav_item:not(:last-child) {
  margin-right: 80px;
}

.gmenu {
  text-decoration: none;
  color: #4a3c38;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  transition: all .5s;
}

.gmenu:hover {
  opacity: 0.7;
}

.main {
  width: 100%;
  height: 600px;
  position: relative;
}

.heading1_wrap {
  width: 100%;
  height: 300px;
  background-image: url(../img/h1_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#main-slider {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.slider {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}

.slider img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300%;
  right: -300%;
  margin: auto;
}

.main_logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.heading1_top {
  font-size: 4.2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.6rem;
  text-align: center;
  margin: 0 auto;
}

.heading1_top_sm {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 10px;
}

.top_concept {
  padding: 100px 0;
  background-image: url(../img/top_bg001.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.top_gallery {
  padding: 100px 0;
  background-image: url(../img/top_bg002.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.heading2 {
  font-size: 3rem;
  color: #897068;
  font-weight: 400;
  letter-spacing: 0.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.heading2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-top: solid 2px #c6bbb7;
  border-bottom: solid 1px #c6bbb7;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.heading2_wh {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.heading2_wh::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-top: solid 2px #c6bbb7;
  border-bottom: solid 1px #c6bbb7;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.btn {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: center;
  width: 300px;
  padding: 20px 0;
  background: #c23947;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all .5s;
}

.btn:hover {
  background: #750612;
}

.btn100 {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background: #c23947;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all .5s;
}

.btn100:hover {
  background: #750612;
}

.top_menu_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.top_menu_box {
  flex: 0 0 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 100px 20px;
}

.top_menu_box::after {
  content: "";
  display: block;
  border: solid 1px #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  pointer-events: none;
}

.top_menu_box_inner {
  width: 100%;
}

.top_menu_course {
  background-image: url(../img/top_img001.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.top_menu_dinner {
  background-image: url(../img/top_img002.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.top_menu_drink {
  background-image: url(../img/top_img003.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.top_menu_lunch {
  background-image: url(../img/top_img004.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.heading2_top_menu {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.4rem;
  text-align: center;
}

.heading2_top_menu_sm {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

.top_info_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.top_info{
	padding-top:100px;
}
.top_info_news {
  flex: 0 0 50%;
  padding: 80px 20px;
}

.top_info_gmap {
	width: 100%;
}
.top_info .lawer_content_wrap{
	width:1000px;
	margin:0 auto 100px;
}
.jc_center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ta_center {
  text-align: center;
}

.ta_center_pc {
  text-align: center;
}

.txt18 {
  font-size: 1.8rem;
}

.txt18_900 {
  font-size: 1.8rem;
  font-weight: 900;
}

.txt18_med {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.txt30 {
  font-size: 3rem;
}

.txt12 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
}

.txt_wh {
  color: #fff;
}

.pt20 {
  padding-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

iframe {
  display: block;
}

.footer_wrap {
  background: #1b1b1b;
  padding: 50px 0 30px;
  text-align: center;
}

.footer_p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.txt24 {
  font-size: 2.4rem;
}

.txt18_wh {
  color: #fff;
  font-size: 1.8rem;
}

.footer_tel {
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
}

.sns_wrap {
  padding: 30px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns_icon {
  margin-right: 10px;
}

.sns_icon:last-child {
  margin-right: 0;
}

.sns_link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sns_link:hover {
  opacity: 0.5;
}

.footer_link_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fmenu {
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 700;
}

.fmenu:hover {
  opacity: 0.7;
}

.footer_link_menu {
  margin-right: 40px;
}

.footer_link_menu:last-child {
  margin-right: 0;
}

.footer_link_wrap {
  margin-bottom: 30px;
}

.copy_right {
  color: #8c8c8c;
  font-size: 1.2rem;
  font-weight: 400;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

#page-top a {
  line-height: 85px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: #1b1b1b;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 2px #1b1b1b;
  background: rgba(255,255,255,0.8);
}

#page-top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #1b1b1b;
  border-right: solid 2px #1b1b1b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.gnav_inner_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28,29,27,0.9);
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  -webkit-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav_inner_sp.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header_nav_wrap_sp {
  text-align: center;
}

.header_nav_list_sp:not(:last-child) {
  margin-bottom: 40px;
}

.gmenu_sp {
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 400;
}

.icon_menu_txt {
  display: none;
}

.icon_menu {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #c23947;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10000;
}

.menu_border_box {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_border {
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_border:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.menu_border:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.menu_border:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
  margin-top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
  display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
  margin-top: -7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.fixed {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.heading1 {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.4rem;
  text-align: center;
}

.heading1_sm {
  display: block;
  margin: auto;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-top: 20px;
}

.heading3 {
  color: #1b1b1b;
  font-size: 1.8rem;
  text-align: left;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
  font-weight: 500;
  width: 100%;
  padding: 15px;
  background: #f7f3f1;
  border-radius: 4px;
  position: relative;
}

.heading3::before {
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  background: #c23947;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heading4 {
  font-size: 1.6rem;
  color: #1b1b1b;
  font-weight: 600;
  line-height: 2.8rem;
  padding-left: 16px;
  margin-bottom: 20px;
  position: relative;
}

.heading4::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #c23947;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lawer_sec {
  padding: 80px 0;
}

.lawer_content_wrap {
  margin-bottom: 60px;
}

.lawer_content_inner {
  margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
  margin-bottom: 0;
}

.lawer_content_flex01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.lawer_content_flex01_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  padding: 0 15px;
}

.lawer_content_flex01_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  padding: 0 15px;
}

.lawer_content_flex01_left img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.table {
  width: 100%;
}

.table, .table_row_inner {
  list-style: none;
}

.table_row_inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: solid 1px #f1e9e6;
}

.table_row_inner02 {
  padding: 20px 10px;
  border-bottom: solid 1px #f1e9e6;
}

.table_item_left {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.table_item_left02 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.table_item_left03 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.table_list_content {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.table_tel_link {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 400;
}

.table_item_right {
  font-size: 1.8rem;
  color: #1b1b1b;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: right;
}

.txt12_grey {
  font-size: 1.2rem;
  color: #1b1b1b;
  font-weight: 400;
  line-height: 1.8rem;
}

.txt22_grey_bold {
  font-size: 2.2rem;
  color: #1b1b1b;
  font-weight: 700;
}

.db {
  display: block;
}

.gallery_content_sec {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery_content_sec_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 25%;
}

.gallery_content_sec_item img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 4%;
}

@keyframes scale {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.slick-slide.moving {
    animation-name: scale;
    animation-duration: 8s;
    animation-timing-function: ease-out;
}

.news_img01 {
  text-align: center;
}

.news_img01 img {
  max-width: 100%;
  height: auto;
}

.btn_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.btn_wrap {
  flex: 0 0 33.3%;
  padding: 0 10px;
}

.blank {
  position: relative;
}

.blank::after {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
