html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}
.kaisei-decol-regular {
  font-family: 'Kaisei Decol', serif;
  font-weight: 400;
  font-style: normal;
}
.m-plus-1p-regular {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: auto;
}
body {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #393d3f;
  margin: 0;
  padding: 0;
  background-color: #17bebb;
}
body header {
  background-color: #17bebb;
}
main {
  background-color: #fdfdff;
}
footer {
  text-align: center;
  padding: 100px 0 50px;
  background-color: #fdfdff;
}
/* ここまで基本情報 */
/* 素材いろいろ */
.line {
  width: 100%;
  height: 150px;
  background-image: url(../images/line01.png);
}
.fukidashi01 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
}
.fukidashi01::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #393d3f;
  border-top: none;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  translate: -50%;
}
.fukidashi01::after {
  content: '';
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #393d3f;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: -50deg;
  translate: -50%;
}
/* ここまで素材いろいろ */
/* ここからjs用 */
.slider {
  width: 900px;
  height: 300px;
  margin: 10px auto;
}
.slick-prev {
  opacity: 0;
}
.slick-next {
  opacity: 0;
}
/* ここからスライダー */

/* ここからヘッダーとナビ */
header {
  display: flex;
  justify-content: center;
  justify-content: space-around;
  background-color: #17bebb;
}
header h1 img {
  margin: 30px;
  width: 50vw;
}
header p {
  display: flex;
  align-items: center;
  font-size: 100%;
  color: #fdfdff;
}
#nav-box {
  height: auto;
  display: flex;
  align-items: center;
}
#nav-left {
  height: auto;
  background-color: #17bebb;
  width: 40%;
  margin: 30px;
  background-color: #fdfdff;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#nav-left img {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 50%;
}
#nav-right {
  background-color: #17bebb;
  width: 60%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px;
}
nav ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
nav ul li {
  width: 150px;
  height: 150px;
  list-style: none;
  border-radius: 50%;
  background-color: #fdfdff;
}
nav ul li:nth-child(even) {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
nav ul li:nth-child(odd) {
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}
nav ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #17bebb;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
nav ul li:hover {
  background-color: #17bebb;
  border: 5px solid #fdfdff;
  transition: 0.1s;
}
nav ul li a:hover {
  color: #fdfdff;
  transition: 0.1s;
}
/* ここまでヘッダーとナビ */

/* ここからインデックス */
#main-page {
  margin-top: 30px;
}
#special {
  margin-bottom: 30px;
}
#fukidashi-box {
  display: flex;
  justify-content: center;
}
#news-box {
  width: 40%;
  height: 400px;
  color: #333;
}
#news-box h2 {
  text-align: center;
}
#news {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 30px;
  width: 100%;
  height: 300px;
  overflow: auto;
  border-radius: 20px;
}
/* ここからメニュー */
h2.kaisei-decol-regular {
  text-align: center;
  font-size: 30px;
}
.menu-all {
  margin-top: 60px;
  display: flex;
}
button {
  font-size: 100%;
  width: 200px;
  margin: 30px;
  padding: 10px;
  background-color: #fff275;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
ul.menu-all li a:hover {
  border: none;
  background-color: #17bebb;
  color: #fdfdff;
}
.standard-menu,
.meal-menu,
.drink-menu {
  width: 1200px;
  height: auto;
  margin: 60px auto 0;
  text-align: center;
  border: #393d3f 2px dashed;
  border-radius: 50px;
  flex-direction: column;
  padding: 30px;
  display: none;
}
.menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 30px auto 0;
}
.menu img {
  margin: 0 auto;
  width: 25%;
  display: flex;
  justify-content: space-around;
}
.menu-title {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}
.menu-title h3 {
  width: 25%;
  display: flex;
  justify-content: space-around;
  margin: 10px 0 0;
}
.menu-price {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}
.menu-price p {
  width: 25%;
  display: flex;
  justify-content: space-around;
  margin: 0;
  font-weight: bold;
}
.menu-text {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}
.menu-text p {
  margin: 10px;
  width: 25%;
  display: flex;
  justify-content: space-around;
  text-align: left;
}
.open {
  display: flex;
}
button#return {
  width: 50px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff275;
  color: #393d3f;
  font-size: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
button#return.on {
  visibility: visible;
  opacity: 1;
}
/* ここからアクセス */
iframe {
  border-radius: 30px;
}
section#access {
  margin: 30px;
}
iframe,
section#access {
  margin-top: 60px;
}
th {
  text-align-last: justify;
  width: 120px;
}
td {
  padding-left: 30px;
}
/* ここからレシピ */
section article h2 {
  display: block;
  width: 500px;
  margin: 60px auto;
  padding: 10px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.recipe-box {
  width: 1200px;
  display: flex;
  margin: 30px auto;
  justify-content: center;
  justify-content: space-between;
}
.recipe-box img {
  width: 30%;
}
.recipe-text {
  width: 1200px;
  display: flex;
  margin: 30px auto 60px;
  padding-bottom: 30px;
  justify-content: center;
  justify-content: space-between;
  border-bottom: 2px dashed #393d3f;
}
.recipe-text p {
  width: 30%;
  margin-bottom: 30px;
}
.recipe-text:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
button#top {
  width: 50px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff275;
  color: #393d3f;
  font-size: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
button#top.toppage {
  visibility: visible;
  opacity: 1;
}
