@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.8em;
}
a:hover {
  opacity: 0.8;
}
.loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #000000;
}

/*topimage*/
.topimage {
  width: 100%;
  height: 100vh;
  /* background-color: #cccccc; */
  /* background: rgb(218, 199, 141); */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}
#vegas {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topimage_area {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
}
.scroll_point {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  bottom: 100px;
  left: 50%;
  text-align: center;
  color: #fcfcfc;
  font-size: 14px;
  letter-spacing: 1px;
}
.scroll_point span {
  display: block;
  width: 30px;
  height: 1px;
  background: #fcfcfc;
  position: relative;
}
.scroll_point span:first-child {
  transform: rotate(-45deg);
  top: 0;
  left: 15px;
}
.scroll_point span:nth-child(2) {
  transform: rotate(45deg);
  top: 0;
  left: -7px;
}

/*header CSS*/
#header {
  /*background-color: #fcfcfc;*/
  height: 130px;
  width: 100%;
  padding: 0 20px;
  font-family: "Lato", sans-serif;
  border-bottom: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: none;
  transition: all 0.3s;
}
#header.active {
  background: #333333;
  transition: all 0.8s;
}
#header h1 {
  height: 130px;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #fefefe;
}
#header h1 a {
  color: #fefefe;
}
#header h1 a:hover {
  text-decoration: none;
  opacity: 0.9;
}
#header .nav_bar_area {
  /*background-color: #000;*/
  display: block;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
#header .nav_bar_area:hover {
  cursor: pointer;
}
.nav_bar_button {
  width: 18px;
  height: 18px;
  display: block;
}
#header .nav_bar_area .nav_bar_button span {
  height: 1px;
  width: 18px;
  background-color: #fefefe;
  display: block;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
  will-change: transform;
  z-index: 101;
}
#header .nav_bar_area .nav_bar_button span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

#header .nav_bar_area.active span:nth-child(2) {
  margin-top: 7px;
  margin-bottom: 7px;
}
#header .nav_bar_area.active .nav_bar_button span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 5px;
  background-color: #fcfcfc;
}
#header .nav_bar_area.active .nav_bar_button span:nth-child(2) {
  display: none;
}
#header .nav_bar_area.active .nav_bar_button span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: 4px;
  background-color: #fcfcfc;
}

#header .nav_bar_sub {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  height: 40px;
}
#header .nav_bar_sub .nav_item_li {
  /* display: inline-block; */
}
#header .nav_bar_sub .nav_item_li a {
  display: block;
  padding: 10px 20px;
  font-weight: bolder;
  color: #fefefe;
  letter-spacing: 2px;
  font-size: 18px;
  position: relative;
}
#header .nav_bar_sub .nav_item_li a:hover {
  text-decoration: none;
}
#header .nav_bar_sub .nav_item_li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fefefe;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#header .nav_bar_sub .nav_item_li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#header .nav_bar_sns {
  padding: 15px 0 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  height: 60px;
}
#header .nav_bar_sns .nav_item_li {
  width: 18px;
  display: block;
  float: left;
  margin-right: 24px;
  padding: 16px 0 24px;
}
#header .nav_bar_sns .nav_item_li.lineicon {
  width: 36px;
  display: block;
  float: left;
  margin-right: 24px;
  padding: 9px 0 24px;
}
#header .nav_bar_sns .nav_item_li.deliicon {
  width: 100px;
  display: block;
  float: left;
  margin-right: 24px;
  padding: 13px 0 20px;
}
#header .nav_bar_sns .nav_item_li.takeouticon {
  width: 90px;
  display: block;
  float: left;
  margin-right: 24px;
  padding: 12px 0 21px;
}
#header .nav_bar_sns .nav_item_a img {
  width: 100%;
  height: auto;
}
#header .nav_bar_sns .nav_item_li-2 {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 24px;
  padding: 16px 0 24px;
}
#header .nav_bar_sns .nav_item_li-2 a {
  text-decoration: none;
  color: #fefefe;
}
#header .nav_bar_main {
  display: none;
  position: fixed;
  background-color: #111111;
  top: 0px;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  text-align: center;
  z-index: 50;
  color: #fcfcfc;
  opacity: 0;
  transition: all 0.8s ease;
}
.nav_bar_main a {
  color: #fcfcfc;
  display: block;
  padding: 10px;
  position: relative;
}
.nav_bar_main a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.nav_bar_main a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fcfcfc;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.nav_bar_main a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*ドロワーメニューのSNSリンク*/
.nav__bar--main-facebook,
.nav__bar--main-twitter,
.nav__bar--main-instagram {
  width: 40px;
  margin: 0 auto;
}
.nav__bar--main-line {
  width: 60px;
  margin: 0 auto;
}
.nav__bar--main-takeout {
  width: 120px;
  margin: 0 auto;
}
.nav__bar--main-deli {
  width: 130px;
  margin: 0 auto;
}
/*ここまで*/

#header .nav_bar_main.nav_open {
  opacity: 1;
  right: 0;
  transition: all 0.8s ease;
}
.sns__btn {
  fill: #ffffff;
}
.display_block {
  display: block !important;
}
/* .display_flex {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 0 0 0 100px;
} */
.display_flex_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .display_flex {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 400px) {
  .display_flex {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 1199px) {
  #header .nav_bar_area {
    width: 80px;
    height: 80px;
    background: #333333;
  }
}
@media (max-width: 1804px) {
  #header .nav_bar_area {
    background: #333333;
  }
  .hidden-md {
    display: none !important;
  }
}
#top__area h1,
#top__area h2,
#top__area h3,
#top__area h4,
#top__area h5,
#top__area h6,
#top__area p {
  color: #111111;
}
#top__area h1 {
  font-size: 8rem;
  font-weight: bolder;
  margin-bottom: 1rem;
}
#top__area h1 span,
#top__area h2 span,
#top__area h3 span,
#top__area h4 span,
#top__area h5 span,
#top__area h6 span,
#top__area p span {
  background: #333333;
  padding: 10px 12px 12px;
  line-height: 2.5;
}

/*NEWS*/
#news {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../images/background_1.jpg");
}
#news h1 {
  /* font-family: 'Lato'; */
  color: #0fada8;
  font-size: 3.2rem;
  /*padding: 10px 0;*/
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-weight: bolder;
}
dl.news_dl {
  margin-bottom: 50px;
}
dl.news_dl dt {
  font-family: "Lato";
  display: inline-block;
  width: 120px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2em;
  padding: 2px 5px;
  background-color: #0fada8;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  font-weight: normal;
  letter-spacing: 0.05em;
  /* border-radius: 5px; */
}
dl.news_dl dd {
  display: inline-block;
  width: calc(100% - 160px);
  vertical-align: top;
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 10px;
  padding-left: 20px;
  letter-spacing: 1px;
}

dl.news_dl dd a {
  text-decoration: none;
  color: #333333;
}

.button {
  background-color: #0fada8;
  display: block;
  /* border:1px solid #9f9f9f; */
  margin: 0 auto;
  width: 300px;
  border: none;
  padding: 20px 100px;
  font-size: 14px;
  background-image: url(../images/button/button_icon1_black.png);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  background-size: 12px;
  border-radius: 40px;
  box-shadow: none;
}
.button a {
  color: #111111;
  font-weight: bold;
}
/* 緊急対策エリア */
#emergency__content h1 {
  font-size: 6.2rem;
  line-height: 1.5em;
  font-weight: 900;
  margin: 3rem auto 1.5rem;
}
#emergency__content h1.la__eng {
  font-family: "Lato", sans-serif;
  font-size: 7rem;
  line-height: 1.1em;
  font-weight: 900;
  margin: 3rem auto 1.5rem;
}
#emergency__content h2 {
  font-size: 4.6rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem;
}
#emergency__content h3 {
  font-size: 3.6rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem;
}
#emergency__content h4 {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#emergency__content h5 {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#emergency__content h6 {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#emergency__content p {
  line-height: 2;
}
#emergency__content section {
  padding: 100px 0;
}
.title__style__A {
  padding-left: 1rem;
  margin-left: 3rem;
  /*position: relative;*/
  /*border-left: 1px solid #333333;*/
}
.title__style__A__span {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  width: 1.2rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 1.2rem;
  padding-top: 4.2rem;
}
.title__style__A__span::after {
  content: " ";
  display: block;
  width: 2px;
  height: 30px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #333333;
}
span.sub__title__A {
  font-size: 1.4rem;
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: bolder;
  letter-spacing: 0.1rem;
}
span.sub__title__A::after {
  content: " ";
  display: block;
  height: 1px;
  width: 50px;
  background-color: #333333;
  transform: rotate(-45deg);
  position: relative;
  top: 30px;
  margin: 1rem auto 7rem;
}
/* コンテンツ */
#main__content h1 {
  font-size: 6.2rem;
  line-height: 1.5em;
  font-weight: 900;
  margin: 3rem auto 1.5rem;
}
#main__content h1.la__eng {
  font-family: "Lato", sans-serif;
  font-size: 7rem;
  line-height: 1.1em;
  font-weight: 900;
  margin: 3rem auto 1.5rem;
}
#main__content h2 {
  font-size: 4.6rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem;
}
#main__content h3 {
  font-size: 3.6rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem;
}
#main__content h4 {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#main__content h5 {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#main__content h6 {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#main__content p {
  line-height: 2;
}
#main__content section {
  padding: 100px 0;
}
.title__style__B {
}
.title__style__B span {
  background: #333333;
  color: #fcfcfc;
  padding: 0 1rem;
}
span.sub__title__B {
  font-size: 1.4rem;
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: bolder;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
}

/*スライドエリア*/
#takeout__area {
  background: url("../images/background_1.jpg");
}
#delivery__area {
  background: url("../images/background_2.jpg");
}
.row__slideinner {
  padding: 80px 0;
}
.slider__inner {
  margin-bottom: 6rem;
}
.slider__inner--box {
  width: 60%;
  margin-right: 10px;
}
.slider__inner img {
  width: 100%;
  height: auto;
}
/*スペシャルコンテンツエリア*/
#specialcontent__area {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.specialcontent__area--before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  /* border-bottom: 200px solid #ffffff; */
}
#specialcontent__area h1 {
  background-color: rgba(218, 199, 141, 1);
  display: inline-block;
  padding: 0px 20px;
  color: #fefefe;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#specialcontent__area h2 {
  background-color: rgba(218, 199, 141, 1);
  display: inline-block;
  padding: 0px 20px;
  color: #fefefe;
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.specialslider__inner--box {
  width: 90%;
  height: 360px;
  background-color: #fefefe;
  border-radius: 8px;
  margin-right: 20px;
}
.specialslider__inner--imagebox {
  width: 100%;
  height: 360px;
  padding: 0;
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 8px 0 0 8px;
}
.specialslider__inner--txtbox {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 2;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*今回のテーマについて　オリジナルの要素のみ　class名に　org__ をつけることとする*/
.org__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}
.org__table {
  max-width: 600px;
  border: 2px solid #333333;
  margin-bottom: 1rem;
}
.org__table td {
  padding: 10px 15px;
  border: 1px solid #333333;
  text-align: center;
}
.org__contact--tel {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 0;
}
.org__contact--tel a {
  color: #333333;
}
.org__contact--mail {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}
.org__contact--mail a {
  color: #333333;
}
.org__opentime {
  padding-top: 50px;
  padding-bottom: 50px;
}
.org__opentime:first-child {
  background: rgba(218, 199, 141, 0.05);
}
.org__opentime:nth-child(2) {
  background: rgba(218, 199, 141, 0.1);
}
.org__opentime:nth-child(3) {
  background: rgba(218, 199, 141, 0.2);
}
.org__opentimearea {
  background: url("../images/background_1.jpg");
}
/*フッター*/
.gototop {
  fill: #333333;
  width: 60px;
  height: auto;
  position: fixed;
  bottom: 100px;
  right: 100px;
}
footer {
  padding: 40px 0;
  margin-top: 100px;
}
small {
  font-size: 1.2rem;
}

@media (max-width: 1199px) {
  body {
    font-size: 1.6em;
  }
  #header {
    height: 80px;
  }
  #header h1 {
    height: auto;
    font-size: 1.6rem;
  }
  .header__logo {
    padding-left: 0;
    padding-top: 18px;
  }
  #top__area h1 {
    font-size: 2.6rem;
  }
  #top__area h2,
  #top__area h3,
  #top__area h4,
  #top__area h5,
  #top__area h6 {
    font-size: 1.8rem;
  }
  #top__area p {
    font-size: 1.4rem;
  }

  /*NEWS*/
  #news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #news h1 {
    font-size: 2rem;
    text-align: center;
  }
  dl.news_dl {
    margin-bottom: 40px;
  }
  dl.news_dl dt {
    display: block;
    width: auto;
    max-width: 110px;
    font-size: 1.2rem;
    padding: 2px 5px;
    text-align: left;
  }
  dl.news_dl dd {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  dl.news_dl dd a {
    text-decoration: none;
    color: #333333;
  }

  .button {
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    background-image: url("../images/button/button_icon1_black.png");
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
    background-size: 12px;
    border-radius: 40px;
    box-shadow: none;
    max-width: 220px;
  }
  .button a {
    color: #333333;
  }

  /* 緊急対策エリア */
  #emergency__content h1 {
    font-size: 2rem;
  }
  #emergency__content h2 {
    font-size: 2rem;
  }
  #emergency__content h3 {
    font-size: 2rem;
  }
  #emergency__content h4 {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  #emergency__content h5 {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  #emergency__content h6 {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  #emergency__content section {
    padding: 50px 20px;
  }

  /* コンテンツ */
  #main__content h1 {
    font-size: 3rem;
  }
  #main__content h2 {
    font-size: 2rem;
  }
  #main__content h3 {
    font-size: 2rem;
  }
  #main__content h4 {
    font-size: 1.6rem;
  }
  #main__content h5 {
    font-size: 1.6rem;
  }
  #main__content h6 {
    font-size: 1.6rem;
  }

  #main__content section {
    padding: 50px 20px;
  }
  /*スペシャルコンテンツエリア*/
  #specialcontent__area {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  #specialcontent__area::before {
    content: "";
    background-image: url("../images/sample/slide1.jpg");
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
  }
  #specialcontent__area h1 {
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  #specialcontent__area h2 {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .specialslider__inner--box {
    width: 100%;
    height: auto;
    background-color: #fefefe;
    box-shadow: 0 0 10px #eeeeee;
    border-radius: 8px;
  }
  .specialslider__inner--imagebox {
    width: 100%;
    height: 200px;
    padding: 0;
    background-position: right top;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
  }
  .specialslider__inner--txtbox {
    height: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    min-height: 200px;
    max-height: 300px;
    padding-top: 20px;
    align-items: start;
  }
  #specialcontent__area .flickity-prev-next-button.previous {
    left: -20px;
  }
  #specialcontent__area .flickity-prev-next-button.next {
    right: -20px;
  }

  /*今回のテーマについて　オリジナルの要素のみ　class名に　org__ をつけることとする*/
  .org__ttl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: center;
  }
  .org__table {
    max-width: 100%;
    width: 100%;
    font-size: 1.4rem;
  }
  .org__table td {
    padding: 8px 8px;
  }
  .org__contact--tel {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
  }
  .org__contact--tel a {
    color: #333333;
  }
  .org__contact--mail {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
  }
  .org__contact--mail a {
    color: #333333;
  }
  .org__opentime {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .row__slideinner {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .slider__inner--box {
    width: 86%;
    margin-right: 10px;
  }
  .slider__inner {
    margin-bottom: 4rem;
  }

  /* フッター */
  .gototop {
    width: 30px;
    bottom: 40px;
    right: 15px;
  }
}
