@charset "utf-8";
/* header */
header {
  position: relative;
  margin-bottom: 50px;
}
.header-menu {
  display: none;
}
.logo {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 120px;
  z-index: 1;
}

/* nav */
.open-btn {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,.9);
  border: 1px solid #707070;
  border-radius: 100%;
  text-align: none;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.open-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #000000;
  transform: translate(-50%, 0);
}
.open-btn span:first-of-type {
  position: absolute;
  top: 37%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #000000;
  transform: translate(-50%, -50%);
}
.open-btn span:last-of-type {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #000000;
  transform: translate(-50%, -50%);
}
.nav-logo {
  max-width: 105px;
}
.nav-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: scroll;
  background-color: #E2F2A5;
  text-align: center;
}
.nav-drawer__inner {
  height: 100%;
  background-image:url("../image/so-white-half.png");/* Background pattern from Toptal Subtle Patterns */
  padding: 0 20px;
}
.nav-drawer__menu {
  margin-bottom: 30px;
}
.nav-drawer__menu li {
  border-bottom: 1px solid #333333;
  font-size: 2.4rem;
  font-weight: normal;
}
.nav-shopinfo {
  color: #707070;
}
.nav-shopinfo__time {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}
.nav-shopinfo__time p {
margin: 0 auto;
}
.nav-shopinfo__tel {
  font-size: 4rem;
  font-weight: bold;
}
.text-small {
  font-size: 2.2rem;
}
.close-btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.6rem
}

.close_btn::before, .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #707070; /* バツ印の色 */
}

.close_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* news */
.section-news {
  display: flex;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
}
.section-news h2 {
  text-align: center;
}
.news-list {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.3rem;
  cursor: pointer;

}
.news-list :hover{
  opacity: 0.5;
  transition: .6s all;
}
.news-list__inner {
  max-width: 240px;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}
.news-list::after {
  content: url("../image/arrow.png");
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translate(-50%, 0);
  font-size: 2rem;
}
.news-list:hover::after {
  opacity: 0.5;
  transition: .6s all;
}

.news-drawer01 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: scroll;
  background-image:url("../image/so-white-half02.png");/* Background pattern from Toptal Subtle Patterns */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.section-news__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-title01 h2{
writing-mode: horizontal-tb;
font-size: 2.4rem;
color: #277D0D;
margin-left: 30px;
margin-top: 90px;
}
.news-title01 p {
  margin: 40px 0;
  padding: 0 40px;
}
.news-title01 h3 {
  font-size:1.8rem;
  font-weight: bold;
}
.news-title01 hr {
border-bottom: 3px solid #333;
width: 30%;
margin: 0 auto;
}
.news-text {
margin: 0 30px 50px;
}

.close-btn__news01 {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.6rem
}

.close_btn__news01::before, .close_btn__news01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #707070; /* バツ印の色 */
}

.close_btn__news01::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_btn__news01::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.news-drawer02 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: scroll;
  background-image:url("../image/so-white-half02.png");/* Background pattern from Toptal Subtle Patterns */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.news-title02 h2{
writing-mode: horizontal-tb;
font-size: 2.4rem;
color: #277D0D;
margin-left: 30px;
margin-top: 90px;
}
.news-title02 p {
  margin-top: 40px;
  padding: 0 40px;
}
.news-title02 h3 {
  font-size:1.8rem;
  font-weight: bold;
}
.news-title02 hr {
border-bottom: 3px solid #333;
width: 30%;
margin: 0 auto;
}
.close-btn__news02 {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.6rem
}

.close_btn__news02::before, .close_btn__news02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #707070; /* バツ印の色 */
}

.close_btn__news02::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_btn__news02::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.news-drawer03 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: scroll;
  background-image:url("../image/so-white-half02.png");/* Background pattern from Toptal Subtle Patterns */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.news-title03 h2{
writing-mode: horizontal-tb;
font-size: 2.4rem;
color: #277D0D;
margin-left: 30px;
margin-top: 90px;
}
.news-title03 p {
  margin-top: 40px;
  padding: 0 40px;

}
.news-title03 h3 {
  font-size:1.8rem;
  font-weight: bold;
}
.news-title03 hr {
border-bottom: 3px solid #333;
width: 30%;
margin: 0 auto;
}
.close-btn__news03 {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.6rem
}

.close_btn__news03::before, .close_btn__news03::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #707070; /* バツ印の色 */
}

.close_btn__news03::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_btn__news03::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


/* greeting */
.greeting-title_continer {
  position: relative;
  width: 100%;
  max-width: 120px;
  margin-left: auto;
}
.greeting-title_continer .greeting-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.8);
  padding: 1px;
  line-height: 1.3;
  word-break: keep-all;
}
.section-greeting__image {
  display: none;
}
.section-text {
  max-width: 525px;
  margin: 0 auto;
  padding: 0.5em 1em;
  background-color: #FFF;
}
.section-text p {
  margin:0;
  margin-bottom:20px;
  padding: 0;
}

/* menu */
.section-menu {
    max-width: 480px;
    margin: 0 auto;
    padding: 50px 10px 0;
}
.section-menu__inner {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}
.menu-list:not(:last-of-type) {
  margin-bottom: 30px;
}
.menu-image {
  max-width: 200px;
}
.menu-title {
  background: #CFAE06;
  color: #fff;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2rem;
  letter-spacing: 0.3em;
  padding: 20px 9px 10px;
}
.menu-list:last-of-type .menu-title {
text-align: center;
  padding: 0 20px;
}
.menu-link {
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.indentation {
  padding-top: 20px;
}
.menu-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: scroll;
  text-align: center;
  background-color: #FFF
}
.menu-drawer__inner {
  height: 100%;
  background-image:url("../image/so-white-half02.png");/* Background pattern from Toptal Subtle Patterns */
  padding: 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.menu-drawer__inner .menu {
  z-index: 1:
}
.menu__heading {
  writing-mode: horizontal-tb;
  font-size: 2.4rem;
  padding: 50px 0 30px;
}
.menu__heading.cold {
  color: #41A2C1;
}
.menu__heading.hot {
color: #C95A5A;
}
.menu__heading.others {
  color: #ECCC2B;
}
.menu__text {
  max-width: 280px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333333;
}
.menu__text-title {
  max-width: 280px;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
}
.hot + .menu__text {
  margin: 0 auto 165px;
}
.menu__text dt{
  float: left;
  width: 160px;
  border-bottom: 1px solid #333333;
}
.menu__text dd{
  width:100%;
  border-bottom: 1px solid #333333;
}
.close-btn__cold {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.6rem
}

.close_btn__cold::before, .close_btn__cold::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #707070; /* バツ印の色 */
}

.close_btn__cold::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_btn__cold::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


.close-btn__hot {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.6rem
}

.close_btn__hot::before, .close_btn__hot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #707070; /* バツ印の色 */
}

.close_btn__hot::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_btn__hot::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.close-btn__others {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.6rem
}

.close_btn__others::before, .close_btn__others::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #707070; /* バツ印の色 */
}

.close_btn__others::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_btn__others::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.inside-image01 {
  margin: 0px -10px 60px;
}

/* info */

.section-info {
  color: #707070;
}

.info-title_continer {
  position: relative;
  width: 100%;
  max-width: 120px;
  margin-right: auto;
}
.info-title_continer .info-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.8);
  padding: 1px;
  line-height: 1.3;
  word-break: keep-all;
}
.section-info h3 {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  font-size: 1.8rem;
  padding-left: 60px;
  text-align: left;
}
.section-info h3::before {
  content: "";
  background-image: url(../image/aseets04.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 30px;
  transform: translate(0,20%);
}
.info-flex {
  max-width: 480px;
  margin: 0 auto;
}
.info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info dt {
  font-weight: normal;
  width: 36%;
}
.info dd {
  width: 64%;
}
.info-call  {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
}
.info-call span{
  position: absolute;
  top:0;
  left: 4px;
}
.inside-image02 {
  display: none;
}
.info-parking {
  max-width: 480px;
  margin: 0 auto;
  padding-left: 10px;
}
.business-hours {
  display: inline-block;
  text-align: left;
  padding: 0 25px;
  margin-bottom: 50px;
}
/* parking slide */
.parking-slide {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 280px;
  height: 100%;
  margin: 50px 0;
}

.parking-slide li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parking-slide li p {
  height: 100%;
}
.parking-slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.month-table .grid-row td {
    font-size: 5px;
}

/* map */
.section-info__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 50px -10px 0;
}
.section-info__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.parking-map {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* footer */
.footer {
  background-color: #E2F2A5;
}
.footer-nav {
  display: flex;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 15px;
}
.footer-logo {
  max-width: 90px;
  margin-right: 20px;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav__list li {
  width: 50%;
}
 .copyright {
  display: block;
  text-align: center;
}

@media screen and (min-width: 320px) {
  .nav-logo {
    max-width: 85px;
  }
  .nav-shopinfo__time {
    padding: 0 10px;
    max-width: 300px;
    margin: 0 auto;
  }
  .nav-shopinfo__tel {
    font-size: 3rem;
  }
  .section-news h2 {
    margin-right: 0;
  }
  .menu-title {
    font-size: 1.6rem;
  }
  .menu__text  {
    margin: 0 auto 20px;
  }
  .menu__heading {
      padding: 10px 0 0;
  }
.menu__heading.hot {
  padding: 10px 0 30px;
}
  .info {
    font-size: 1.3rem;
  }
  .info-call {
    font-size: 1.5rem;
  }
  .business-hours {
  font-size:1.3rem;
  }
}
@media screen and (min-width: 330px) {
  .section-news h2 {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .menu-drawer__inner {
    padding: 70px 20px 0;
  }
}

@media screen and (min-width: 900px) {
.header {
  margin: 0;
}
.header-inner {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
}
.header-box {
  width:260px;
  display: flex;
  align-items: center;
  justify-content:space-around;
  padding:0 20px;
}
.logo {
  max-width:170px;
  margin: -20px auto 0;
  position: static;
}
.logo img {
 margin-bottom: 105%;
}

.header-menu {
  display: flex;
  justify-content: center;
}
.header-menu li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.open-btn {
  display: none;
}
.section-news {
  max-width: 800px;
  margin: 0 auto 50px;
}
.news-list__inner {
  width: 100%;
  max-width: none;
  flex-direction:row;
}
.news-list__inner span {
  width: 30%;
}
.news-list__inner p {
  width: 100%;
}
.news-list::after {
  right: -25%;
  transform:translate(0, -50%);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-drawer01 {
  max-width: 960px;
  max-height: 960px;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-image:url("../image/so-white-pc.png");/* Background pattern from Toptal Subtle Patterns */
}

.news-drawer02 {
  max-width: 960px;
  max-height: 960px;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-image:url("../image/so-white-pc.png");/* Background pattern from Toptal Subtle Patterns */
}

.news-drawer03 {
  max-width: 960px;
  max-height: 960px;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-image:url("../image/so-white-pc.png");/* Background pattern from Toptal Subtle Patterns */
}

.news-title01 h2{
margin-top: 100px;
}

.close-btn__news01 {
  margin-top: 100px;
}
.close-btn__news02 {
  margin-top: 100px;
}
.close-btn__news03 {
  margin-top:100px;
}

.section-greeting {
  max-width: 900px;
  margin: 0 auto;
}
.section-greeting__box {
  display: flex;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 50px;
}
.section-text {
  width: 470px;
  margin:0 ;
}
.section-greeting__image {
  display: flex;
  width: 500px;
  height: 330px;
  margin-right: 25px;
}
.section-menu {
  max-width: 850px;
  margin: 0 auto;
}
.menu {
  display: flex;
}
.section-menu__inner {
    margin: 80px 0 60px;
  }
.section-menu__inner h2 {
  margin:0 35px;
}
.menu-list {
  margin: 0 25px;
}
.menu-title {
  writing-mode:horizontal-tb;
  background: #FFF;
  color: #CFAE06;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px 5px;
}
.menu-list:last-of-type .menu-title {
    padding: 10px 5px;
}
.menu-link {
display: inline-block;
}
.menu-drawer {
  max-width: 960px;
  max-height: 960px;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.menu-drawer__inner {
  background-image:url("../image/so-white-pc.png");/* Background pattern from Toptal Subtle Patterns */
}

.menu__heading.hot {
margin-bottom: 50px;
}

.menu__text {
  max-width: 600px;
}
.menu__text dt{
  width: 50%;
  border-bottom: none;
}


.inside-image01 {
  display: none;
}
.section-info {
  max-width: 900px;
  margin: 0 auto;
}
.section-info h3 {
  max-width: 650px;
  margin: 0 auto;
}
.info-flex {
  display: flex;
  max-width: 850px;
  margin: 0 auto 50px;
}
.info {
  width: 450px;
  margin-left: 60px;
}
.inside-image02 {
  display: inline-block;
  width: 330px;
}

.info-parking {
  display:flex;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
.parking-slide {
  height: 370px;
  width: 50%;
}

.parking-slide li {
  width: 400px;
  height: 400px;
}

.parking-map {
  width: 50%;
  margin: 0 30px;
}
.map-flex {
  display: flex;
  max-width: 850px;
  margin: 0 auto;
}
.section-info__map {
  width: 450px;
  margin: 0;
}
.footer {
  margin-top: 80px;
}

}

@media screen and (min-width: 1260px) {
  .header-menu {
    font-size: 2.4rem;
    width: 100%;
  }
  .logo img {
    margin-bottom: 105%;
}
  .close-btn__news01 {
    width: 50px;
    height: 50px;
  }
  .close-btn__news02 {
    width: 50px;
    height: 50px;
  }
  .close-btn__news03 {
    width: 50px;
    height: 50px;
  }

  .menu__text {
    max-width: 800px;
    margin: 0 auto 30px;
    font-size:2.0rem;    color: #333333;
  }
  .close-btn__cold {
    width: 50px;
    height: 50px;
  }
  .close-btn__hot {
    width: 50px;
    height: 50px;
  }
  .close-btn__others {
    width: 50px;
    height: 50px;
  }
  .section-info {
    max-width: 900px;
    margin: 0 auto;
  }
}
