@charset "UTF-8";
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.4;
}

a {
  color: #231815;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.wrapper {
  overflow: hidden;
}

.w1000 {
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.span_br {
  display: inline-block;
}

/*-----文字の背景が伸びる-----*/
.slide-in {
  overflow: hidden;
  display: block;
}

.slide-in_inner {
  display: block;
}

.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideText-100;
          animation-name: slideText-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideText-100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideText-100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideText100;
          animation-name: slideText100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideText100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideText100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; /*ゆっくり出現するため数値変更*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mainvisual {
  height: 825px;
  background-image: url(../images/bg_mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 896px) {
  .mainvisual {
    height: 630px;
  }
}
.mainvisual .area_mainvisual {
  max-width: 1600px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.mainvisual .block_mainvisual {
  padding: 160px 30px 0 0;
  max-width: 640px;
  color: #fff;
}
@media all and (max-width: 896px) {
  .mainvisual .block_mainvisual {
    padding: 100px 20px 0 0;
    max-width: 430px;
  }
}
.mainvisual .box_mainvisual {
  box-sizing: border-box;
  padding: 30px;
  background: #f08f3d;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .mainvisual .box_mainvisual {
    padding: 15px;
  }
}
.mainvisual .box_mainvisual::before {
  content: "";
  display: block;
  width: 40vw;
  height: 100%;
  background: #f08f3d;
  position: absolute;
  top: 0;
  left: -30vw;
  z-index: -10;
}
.mainvisual .box_mainvisual::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff, #fff 7px, transparent 7px, transparent 9px);
  background-size: 1px 9px;
  background-position: center center;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.mainvisual .subttl_mainvisual {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 0.4em;
}
@media all and (max-width: 896px) {
  .mainvisual .subttl_mainvisual {
    font-size: 2.6rem;
  }
}
.mainvisual .ttl_mainvisual {
  font-size: 6rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .mainvisual .ttl_mainvisual {
    font-size: 4rem;
  }
}
.mainvisual .txt_mainvisual {
  max-width: 630px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 5px rgba(35, 24, 21, 0.8);
  line-height: 1.7;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .mainvisual .txt_mainvisual {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.mainvisual .txt_circle {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #79bfcd;
  position: absolute;
  top: -120px;
  right: -30px;
  box-shadow: 0 0 20px rgba(35, 24, 21, 0.15);
}
@media all and (max-width: 896px) {
  .mainvisual .txt_circle {
    width: 130px;
    height: 130px;
    top: -80px;
    right: -20px;
  }
}
.mainvisual .txt_circle > p {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .mainvisual .txt_circle > p {
    font-size: 1.6rem;
  }
}

.area_ttl {
  padding: 80px 0;
}
@media all and (max-width: 896px) {
  .area_ttl {
    padding: 40px 0;
  }
}
.area_ttl .ttl_special {
  max-width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .area_ttl .ttl_special {
    max-width: 400px;
  }
}
.area_ttl .ttl_special img {
  width: 100%;
}

.area_nav {
  padding: 30px 0;
  background: #f08f3d;
}
@media all and (max-width: 896px) {
  .area_nav {
    padding: 15px 0;
  }
}

.list_nav {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .list_nav {
    font-size: 1.5rem;
  }
}
.list_nav .block_nav {
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  width: 210px;
  transition: 0.5s;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .list_nav .block_nav {
    padding: 10px 5px;
    width: 160px;
    margin-bottom: 5px;
  }
}
.list_nav .block_nav:hover .sublist_nav {
  visibility: visible;
  opacity: 1;
}
.list_nav .block_nav .ttl_nav::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-right: 0.4em;
}
.list_nav .block_nav .sublist_nav {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  font-size: 1.6rem;
  width: 100%;
  transition: all 0.3s;
}
@media all and (max-width: 896px) {
  .list_nav .block_nav .sublist_nav {
    font-size: 1.5rem;
    display: none;
    visibility: visible;
    opacity: 1;
    top: 45px;
  }
}
.list_nav .block_nav .sublist_nav > li > a {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #f08f3d;
  border-bottom: 2px solid transparent;
}
.list_nav .block_nav .sublist_nav > li > a:hover {
  opacity: 1;
  border-bottom: 2px solid #f08f3d;
}

.area_restaurant .list_restaurant > li {
  padding: 80px 0;
  background: #fff;
}
@media all and (max-width: 896px) {
  .area_restaurant .list_restaurant > li {
    padding: 40px 0;
  }
}
.area_restaurant .list_restaurant > li:nth-of-type(2n) {
  background: #efefef;
}
.area_restaurant .ttl_restaurant {
  box-sizing: border-box;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  background: #79bfcd;
  font-size: 3.2rem;
}
@media all and (max-width: 896px) {
  .area_restaurant .ttl_restaurant {
    font-size: 2.2rem;
  }
}
.area_restaurant .list_menu {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .area_restaurant .list_menu {
    margin-top: 20px;
  }
}
.area_restaurant .list_menu > li {
  box-sizing: border-box;
  width: 50%;
  padding-right: 30px;
  border-right: 1px solid #231815;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  .area_restaurant .list_menu > li {
    padding-right: 15px;
  }
}
@media all and (max-width: 480px) {
  .area_restaurant .list_menu > li {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
  }
}
.area_restaurant .list_menu > li:nth-of-type(even) {
  padding: 0 0 0 30px;
  border-right: none;
}
@media all and (max-width: 896px) {
  .area_restaurant .list_menu > li:nth-of-type(even) {
    padding-left: 15px;
  }
}
@media all and (max-width: 480px) {
  .area_restaurant .list_menu > li:nth-of-type(even) {
    width: 100%;
    padding-left: 0;
  }
}
.area_restaurant .list_menu > li:last-of-type {
  margin-bottom: 0;
}
.area_restaurant .list_menu > li .box_img {
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_restaurant .list_menu > li .box_img {
    margin-top: 15px;
  }
}
.area_restaurant .list_menu > li .box_img img {
  width: 100%;
}
.area_restaurant .list_menu > li .box_img img.img_vertical {
  width: 50%;
}
.area_restaurant .ttl_menu {
  box-sizing: border-box;
  padding: 20px;
  border-top: 1px solid #231815;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_restaurant .ttl_menu {
    padding: 10px;
  }
}
.area_restaurant .ttl_menu.medium {
  min-height: 110px;
}
@media all and (max-width: 896px) {
  .area_restaurant .ttl_menu.medium {
    min-height: 80px;
  }
}
@media all and (max-width: 480px) {
  .area_restaurant .ttl_menu.medium {
    min-height: auto;
  }
}
.area_restaurant .ttl_menu.tall {
  min-height: 140px;
}
@media all and (max-width: 896px) {
  .area_restaurant .ttl_menu.tall {
    min-height: 130px;
  }
}
@media all and (max-width: 480px) {
  .area_restaurant .ttl_menu.tall {
    min-height: auto;
  }
}
.area_restaurant .ttl_menu h4 {
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .area_restaurant .ttl_menu h4 {
    font-size: 2rem;
  }
}
.area_restaurant .ttl_menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #231815, #231815 7px, transparent 7px, transparent 9px);
  background-size: 9px 1px;
  background-position: center center;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.area_restaurant .txt_menu {
  padding: 20px 20px 0;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media all and (max-width: 896px) {
  .area_restaurant .txt_menu {
    padding: 15px 15px 0;
    font-size: 1.6rem;
  }
}
.area_restaurant .txt_menu.narrow {
  letter-spacing: -0.02em;
}
.area_restaurant .menu_note {
  padding: 10px 20px 0;
  font-size: 1.7rem;
}
@media all and (max-width: 896px) {
  .area_restaurant .menu_note {
    padding: 5px 15px 0;
    font-size: 1.4rem;
  }
}
.area_restaurant .menu_note.color {
  color: #79bfcd;
}
.area_restaurant .menu_note > li {
  text-indent: -1em;
  padding-left: 1em;
}
.area_restaurant .block_campaign {
  box-sizing: border-box;
  padding: 30px;
  background: #efefef;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_restaurant .block_campaign {
    padding: 15px;
    margin-top: 20px;
  }
}
.area_restaurant .block_campaign .box_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid #231815;
}
.area_restaurant .block_campaign .ttl_campaign {
  font-size: 2.8rem;
  color: #79bfcd;
  padding-right: 0.8em;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .area_restaurant .block_campaign .ttl_campaign {
    font-size: 2rem;
  }
}
.area_restaurant .block_campaign .txt_schedule {
  font-size: 2.4rem;
  line-height: 1.7;
}
@media all and (max-width: 896px) {
  .area_restaurant .block_campaign .txt_schedule {
    font-size: 1.8rem;
  }
}
.area_restaurant .block_campaign .ttl_date {
  font-size: 2rem;
  color: #79bfcd;
  line-height: 1.7;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_restaurant .block_campaign .ttl_date {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.area_restaurant .block_campaign .box_price {
  font-size: 2rem;
  padding: 20px 0;
  border-bottom: 1px solid #231815;
  line-height: 1.7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_restaurant .block_campaign .box_price > dt {
  width: 7em;
}
@media all and (max-width: 480px) {
  .area_restaurant .block_campaign .box_price > dt {
    width: 100%;
  }
}
.area_restaurant .block_campaign .box_price > dd {
  width: calc(100% - 8em);
}
@media all and (max-width: 480px) {
  .area_restaurant .block_campaign .box_price > dd {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .area_restaurant .block_campaign .box_price {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
.area_restaurant .block_campaign .list_note {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_restaurant .block_campaign .list_note {
    margin-top: 10px;
  }
}
.area_restaurant .block_campaign .list_note > li {
  font-size: 1.7rem;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 896px) {
  .area_restaurant .block_campaign .list_note > li {
    font-size: 1.4rem;
  }
}
.area_restaurant .block_campaign .btn_campaign {
  text-align: center;
  max-width: 240px;
  margin: 15px 0 0 auto;
}
@media all and (max-width: 896px) {
  .area_restaurant .block_campaign .btn_campaign {
    max-width: 180px;
  }
}
.area_restaurant .block_campaign .btn_campaign > a {
  box-sizing: border-box;
  padding: 0.8em;
  display: block;
  background: #fff;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .area_restaurant .block_campaign .btn_campaign > a {
    font-size: 1.5rem;
  }
}
.area_restaurant .block_campaign .btn_campaign > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 0.8em;
}
.area_restaurant .block_campaign .btn_campaign > a:hover {
  opacity: 1;
  color: #fff;
  background: #f08f3d;
}

.pagetop {
  z-index: 99;
  position: fixed;
  right: 20px;
}
@media all and (max-width: 480px) {
  .pagetop {
    right: 15px;
  }
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #79bfcd;
  color: #fff;
  transition: 0.3s;
  position: relative;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 480px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}
.pagetop a::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}
@media all and (max-width: 480px) {
  .pagetop a::before {
    font-size: 1.6rem;
  }
}
.pagetop a:hover {
  opacity: 1;
}

@media print {
  .pagetop {
    display: none;
  }
}/*# sourceMappingURL=layout.css.map */