@charset "utf-8";
*, ::before, :after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body {
  color: #2d2d2d;
  font-size: 1.6rem;
  line-height: 2;
  font-family: sans-serif;
}
header {
  width: 100vw;
  height: 100px;
  border-bottom: 3px solid #f5989d;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.90);
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
}
.mb-logo {
  display: none;
}
.mb-nav {
  display: none;
}
.pc-nav {
  display: flex;
  flex-direction: column;
}
.pc-nav nav ul {
  display: flex;
  margin-bottom: 10px;
}
.pc-nav nav li {
  display: block;
  list-style-type: none;
  margin-right: 30px;
}
.pc-nav nav li:last-child {
  margin-right: 0px;
}
.pc-nav nav a {
  color: #2d2d2d;
  font-size: 1.4rem;
  text-decoration: none;
}
.pc-nav nav a:hover {
  color: #f5989d;
}
.contact ul {
  display: flex;
  justify-content: flex-end;
}
.contact ul li {
  display: block;
  width: 120px;
  border: 2px solid #f5989d;
  list-style-type: none;
  text-align: center;
}
.contact ul li:first-child {
  margin-right: 30px;
}
.contact ul a {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
}
.contact ul a:hover {
  background-color: rgba(245, 152, 157, 0.30);
}
.mv {
  width: 100vw;
  height: 650px;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: url("img/mv-top.jpg");
  background-size: cover;
  background-position: center bottom;
}
.mv-facility {
  background-image: url("img/mv-top1.jpg");
}
.mv-oneday {
  background-image: url("img/mv-top2.jpg");
}
.mv-map {
  background-image: url("img/mv-top3.jpg");
}
.mv-price {
  background-image: url("img/mv-top4.jpg");
}
.mv-meal {
  background-image: url("img/mv-top5.jpg");
}
.mv-flow {
  background-image: url("img/mv-top6.jpg");
}
.mv-summary {
  background-image: url("img/mv-top7.jpg");
}
.mv-inquiry {
  background-image: url("img/mv-top8.jpg");
}
.mv-recruit {
  background-image: url("img/mv-top9.jpg");
}
.mv-privacy {
  background-image: url("img/mv-top10.jpg");
}
.mv-facility, .mv-oneday, .mv-map, .mv-price, .mv-meal, .mv-flow, .mv-summary, .mv-inquiry, .mv-recruit, .mv-privacy {
  width: 100vw;
  height: 330px;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-size: cover;
  background-position: right bottom;
}
.mv-catch {
  padding-top: 250px;
  text-align: center;
}
.mv-subcatch {
  padding-top: 100px;
  text-align: left;
  padding-left: 10%;
}
.mv-catch p {
  font-weight: bold;
  font-size: 2.4rem;
  background-color: rgba(255, 255, 255, 0.60);
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.60);
}
.mv-subcatch p {
  font-weight: bold;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.60);
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.60);
}
.container {
  width: 100vw;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1000px;
  text-align: center;
}
.about h2 {
  border-bottom: 3px solid #f5989d;
  display: inline-block;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  background-image: none;
}
section {
  margin-bottom: 100px;
  text-align: center;
}
table {
  border-collapse: separate;
}
th {
  background-color: #f5989d;
  width: 14%;
}
td {
  text-align: left;
  padding: 20px 10px;
  background-color: rgba(245, 152, 157, 0.30);
  font-size: 1.4rem;
}
.event{
  display: flex;
  justify-content: space-between;
}
.red {
  color: red;
}
.blue {
  color: #0378fc;
}
.event-box{
  width: calc(14.2% - 2px);
  text-align: center;
}
.event-box p {
  font-weight: bold;
  background-color: #f5989d;
  line-height: 1;
  padding: 1em;
  display: block;
}
.event-box p.naiyo{
  text-align: left;
  font-weight: normal;
  background-color: rgba(245, 152, 157, 0.30);
  height: 100px;
}
dl {
  text-align: left;
}
dt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
dt::before {
  content: "■";
}
dd {
  margin-bottom: 20px;
  border-left: 3px;
  border-right: 3px;
  border-bottom: 2px dashed #f5989d;
  border-top: 3px;
  padding-bottom: 10px;
}
.box {
  text-align: left;
  background-color: rgba(245, 152, 157, 0.30);
  padding: 30px;
}
.sankaku {
  line-height: 1;
  margin-bottom: 50px;
}
.about ul {
  display: flex;
  justify-content: space-between;
}
.about ul li {
  list-style-type: none;
  display: block;
  border: 3px solid #f5989d;
  margin-bottom: 30px;
  width: 32%;
  height: 100px;
}
.about ul a {
  color: #2d2d2d;
  text-decoration: none;
  display: block;
  height: 100px;
  padding-top: 36px;
}
.about ul a:hover {
  background-color: rgba(245, 152, 157, 0.30);
}
.icon {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
.bunner {
  display: flex;
  justify-content: space-between;
  margin-top: -50px;
  margin-bottom: 100px;
}
.gotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.8;
  display: none;
}
.gotop:hover {
  opacity: 1;
}
footer {
  text-align: center;
  background-color: #f5989d;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.4rem;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
footer ul li {
  margin-right: 30px;
  list-style-type: none;
}
footer ul li:last-child {
  margin-right: 0px;
}
footer ul a {
  color: #fff;
}
.explain {
  margin-bottom: 50px;
}
.explain p {
  text-align: left;
}
.am, .pm {
  text-align: left;
}
h3 {
  display: inline-block;
  background-color: rgba(245, 152, 157, 0.30);
  padding: 10px;
  margin-bottom: 15px;
  line-height: 1;
}
.price td {
  padding: 10px;
  text-align: center;
}
.left-h3 {
  text-align: left;
}
.flow-box {
  border: 2px solid #f5989d;
  margin-top: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: rgba(245, 152, 157, 0.10);
}
.flow-box1 {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.flow-box2 h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.flow-box2 {
  border: 2px solid #f5989d;
  margin-top: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 48%;
  background-color: rgba(245, 152, 157, 0.10);
  border-radius: 10px;
}
.option {
  margin-top: 30px;
}
.privacy {
  text-align: left;
}
.privacy p {
  padding-bottom: 30px;
}
.right {
  text-align: right;
}
.map {
  text-align: left;
}
.map p {
  margin-bottom: 10px;
}
.g-map iframe {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 5/3;
}
.around {
  padding: 30px;
  margin-top: 50px;
  border: 2px solid #f5989d;
  margin-bottom: 50px;
}
.morning, .lunch {
  text-align: left;
}
.morning h3, .lunch h3, .shisetsu h3 {
  padding-left: 30px;
  padding-right: 30px;
}
.meal-catch {
  margin-bottom: 20px;
}
.meal-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.left {
  text-align: left;
}
.box-yoko {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.box-yoko:nth-child(odd) {
  flex-direction: row-reverse;
}
.text-box {
  width: 450px;
}
.box-event, .special, .greeting {
  background-color: rgba(245, 152, 157, 0.30);
  padding: 30px;
  text-align: left;
  margin-bottom: 50px;
}
.box-event .box-yoko, .special .box-yoko {
  margin-bottom: 0px;
}
.text-event h3, .special h3, .greeting h3 {
  background-color: #f5989d;
  color: #fff;
}
.special p {
  margin-bottom: 20px;
}
.gaiyou {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gaiyou-box p img {
  margin-bottom: 30px;
}
.gaiyou td {
  background-color: #fff;
  border-bottom: 2px solid #8e8e8e;
  padding: 10px 20px 10px 10px;
}
.gaiyou table {
  border-collapse: collapse;
  margin-bottom: 50px;
}
.daihyo {
  display: flex;
}
.gt-text {
  width: 70%;
}
.daihyo-soto {
  display: flex;
  gap: 5%;
  justify-content: space-between;
  align-items: flex-start;
}
.daihyo-box {
  text-align: center;
}
.greeting {
  text-align: left;
}
.mini {
  font-size: 1.2rem;
}
.btn-tel a {
  background-image: linear-gradient(180deg, rgba(245, 152, 157, 1), rgba(253, 231, 209, 1) 95%, rgba(255, 255, 225, 1));
  display: inline-block;
  padding-top: 5px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 5px;
  border-radius: 10px;
  color: #2d2d2d;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
}
#submit {
  width: 100px;
  height: 30px;
  background-color: rgba(245, 152, 157, 0.30);
  margin-top: 30px;
}
#submit:hover {
  background-color: #f5989d;
}
.btn-tel a:hover {
  color: #fff;
}
.cap {
  color: red;
  font-size: 1.2rem;
}
.form {
  text-align: left;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  border: 2px solid #f5989d;
  padding: 30px;
  width: 500px;
}
.form-top {
  text-align: center;
  margin-bottom: 50px;
}
.soushin {
  text-align: center;
}
h2 {
  background-image: linear-gradient(180deg, rgba(245, 152, 157, 1), rgba(253, 231, 209, 1) 95%, rgba(255, 255, 225, 1));
  border-bottom: none;
  display: block;
  height: 50px;
  padding-top: 15px;
  line-height: 1;
  margin-bottom: 30px;
}
.recruit dl {
  width: 500px;
}
.saiyou-box {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.recruit p {
  margin-bottom: 50px;
}
.saiyou-btn {
  display: inline-block;
  line-height: 1;
}
.saiyou-btn a {
  display: inline-block;
  color: #2d2d2d;
  text-decoration: none;
  background-color: rgba(245, 152, 157, 0.30);
  border: 2px solid #f5989d;
  line-height: 1;
  padding: 20px;
  transition: 0.5s;
}
.saiyou-btn a:hover {
  background-color: #fff;
  border: 2px solid #f5989d;
}
@media (max-width:1000px) {
  header {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc-logo {
    display: none;
  }
  .mb-logo {
    display: block;
    line-height: 1;
  }
  .pc-nav {
    display: none;
  }
  .mb-nav nav {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: rgba(255, 255, 255, 0.90);
    border-bottom-left-radius: 30px;
    width: 60%;
    height: 80%;
    padding-top: 80px;
    transition: 0.5s;
  }
  .mb-nav nav ul {
    width: 120px;
    margin: 0 auto;
  }
  .mb-nav nav ul li {
    list-style: none;
    margin-bottom: 20px;
  }
  .mb-nav nav a {
    text-decoration: none;
    color: #2d2d2d;
  }
  .mb-nav nav a:hover {
    color: #f5989d;
  }
  .mb-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mb-nav img {
    width: 35px;
    height: 35px;
    margin-right: 50px;
  }
  .nav-button {
    width: 35px;
    height: 50px;
    position: relative;
    top: 0;
    right: 40px;
    z-index: 1;
  }
  .nav-button span {
    width: 35px;
    height: 2px;
    background-color: #2d2d2d;
    position: absolute;
    left: 20px;
    z-index: 1;
    transition: 0.5s;
  }
  .nav-button span:nth-child(1) {
    top: 12px;
  }
  .nav-button span:nth-child(2) {
    top: 24px;
  }
  .nav-button span:nth-child(3) {
    top: 36px;
  }
  .menu-open .nav-button span:nth-child(1) {
    top: 23px;
    transform: rotate(315deg);
  }
  .menu-open .nav-button span:nth-child(2) {
    width: 0px;
    right: 50%;
  }
  .menu-open .nav-button span:nth-child(3) {
    top: 23px;
    transform: rotate(-315deg);
  }
  .menu-open .mb-nav nav {
    right: 0;
  }
  .mail {
    margin-right: -20px;
  }
  .bunner {
    display: inherit;
    text-align: center;
  }
  .bunner p:first-child {
    margin-bottom: 30px;
  }
  .mv, .mv-facility, .mv-oneday, .mv-map, .mv-price, .mv-meal, .mv-flow, .mv-summary, .mv-inquiry, .mv-recruit, .mv-privacy {
    margin-top: 60px;
  }
  .mv-subcatch {
    padding-left: 5%;
  }
  #sukima {
    margin-right: 2%;
  }
  #sukima2 {
    margin-left: 2%;
    margin-right: 2%;
  }
  .gaiyou {
    text-align: center;
    display: inline-block;
  }
}
@media (max-width:800px) {
  .mv {
    width: 100vw;
    height: 300px;
  }
  .mv-facility, .mv-oneday, .mv-map, .mv-price, .mv-meal, .mv-flow, .mv-summary, .mv-inquiry, .mv-recruit, .mv-privacy {
    width: 100vw;
    height: 200px;
  }
  .mv-catch {
    padding-top: 120px;
  }
  .mv-subcatch {
    padding-top: 50px;
  }
  .mv-catch p {
    font-size: 2rem;
  }
  .mv-subcatch p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .event{
    display: block;
  }
  .event-box{
    display: flex;
    width: 100%;
    margin-bottom: 2px;
  }
  .event-box p{
    width: 25%;
    height: 5rem;
    align-items: center;
  }
  .event-box p.naiyo{
    font-size: 1.6rem;
    width: 75%;
    height: 5rem;
  }
  
}
@media (max-width:660px) {
  html {
    font-size: calc(100vw * (10 / 660));
  }
  .mv, .mv-facility, .mv-oneday, .mv-map, .mv-price, .mv-meal, .mv-flow, .mv-summary, .mv-inquiry, .mv-recruit, .mv-privacy {
    margin-bottom: 60px;
  }
  .container {
    padding: 0 20px;
  }
  .box, .box-event, .special {
    padding: 20px;
  }
  header {
    padding-left: 10px;
    padding-right: 0px;
  }
  .mb-nav img {
    width: 30px;
    height: 30px;
    margin-right: 40px;
  }
  .mv-catch p {
    font-size: 1.8rem;
    padding: 2px 10px;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.60);
  }
  .mv-subcatch p {
    padding: 2px 10px;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.60);
  }
  .flow-box1 {
    flex-direction: column;
  }
  .flow-box2 {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  section {
    margin-bottom: 60px;
  }
  .bunner {
    margin-top: 60px;
  }
  .gotop img {
    width: 70px;
    height: auto;
  }
  .greeting {
    padding: 20px;
  }
  .gt-text {
    width: 100%;
    text-align: left;
  }
  .daihyo-soto {
    display: inline;
  }
  .daihyo {
    margin: 0 auto;
    width: 200px;
  }
  .daihyo-box {
    margin-bottom: 30px;
  }
  .saiyou-box {
    display: inline-block;
  }
  .recruit dl {
    width: 100%;
  }
  .saiyou-box dl {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .form {
    width: 100%;
    padding: 20px;
  }
  .around {
    padding: 20px;
  }
  .icon {
  margin-left: -10px;
  margin-right: -10px;
}
}
@media (max-width:500px) {
  .box-yoko {
    display: block;
  }
  .box-yoko img {
    margin-bottom: 20px;
  }
  .text-box {
    width: 100%;
  }
  .gaiyou-box iframe {
    width: 100%;
  }
  table {
    width: 100%;
  }
}