.pagetitle.pagetitle_menu {
  background: url("/img/menu/mv.webp") center / cover;
}
.pagetitle.pagetitle_menu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 0 0 30px 30px;
  opacity: 0.5;
}
.pagetitle.pagetitle_menu::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/img/menu/mv_leaf01.webp"), url("/img/menu/mv_leaf02.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 150px, 100px;
  background-position: bottom -10px left -40px, top 50px right -20px;
}
.menu_tab {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 2em;
  justify-content: space-between;
  border-bottom: 1px solid #F48E7B;
}
.menu_tab li {
  width: 50%;
}
.menu_tab li a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #59B7BF;
  border-radius: 15px 15px 0 0;
  transition: all 0.3s;
}
.menu_tab li a:hover {
  background: #59B7BF;
  color: #fff;
}
.menu_tab li span {
  display: block;
}
.menu_tab li a::before {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background: #FDE94B;
  border-radius: 50%;
  transition: .3s ease-out;
  content: '\f0d7';
  font-family: FontAwesome;
  font-weight: 400;
  color: #59B7BF;
  text-align: center;
  font-size: 1rem;
  line-height: 20px;
}
.menu_tab li.active a {
  background: #F48E7B;
  color: #fff;
}
.menu_tab li.active a:hover {
  background: #F48E7B;
}
.menu_tab li.active a::before {
  color: #F48E7B;
}
.menu_recommend {
  width: 80%;
  margin: auto;
}
.menu_recommend li {
  margin: 2em auto 0;
}
.menu_recommend li img {
  border-radius: 15px;
}
.menu_recommend li p {
  margin: 1em auto 0.3em;
}
.menu_recommend li div {
  font-size: 1.2rem;
  margin: 0 auto 0.5em;
}
.menu_recommend li .btn {
  width: 160px;
  margin: auto;
  line-height: 40px;
  padding: 0 0 0 20px;
  font-weight: 500;
}
.menu_recommend li .btn::before {
  width: 40px;
  height: 40px;
}
.menu_recommend li .btn:hover::before {
  width: 100%;
}
.menu_recommend li .btn::after {
  right: 15px;
  content: '\f0d7';
}
.menu_link {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 3em auto 0em;
  justify-content: space-between;
  background: #F48E7B;
  border-radius: 15px;
}
.menu_link li {
  margin: 0;
  width: calc(100% / 2 - 0px);
  padding: 13px 0;
  border-bottom: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
  box-sizing: border-box;
}
.menu_link li a {
  position: relative;
  color: #fff;
  display: block;
}
.menu_link li a::before {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0%, -50%);
  transition: .3s ease-out;
  content: '\f0d7';
  font-family: FontAwesome;
  font-weight: 400;
}
.menu_link li a:hover::before {
  top: calc(50% + 5px);
}
.menu_category {
  width: 90%;
  margin: 0 auto 2em;
}
.menu_category > li {
  margin: 2em auto 0;
  position: relative;
  border-radius: 15px;
  border: 1px solid #F48E7B;
  padding: 0 10px 20px;
  background: #fff;
}
.menu_category > li h3 {
  display: inline-block;
  background: #F48E7B;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 6px 0px 8px;
  width: 200px;
  border-radius: 0 0 10px 10px;
}
.menu {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
}
.menu li {
  margin: 1.5em 8px 0em;
  width: calc(100% / 2 - 16px);
}
.menu li img {
  border-radius: 15px;
height: 130px;
object-fit: cover; 
}
.menu li p {
  margin: 0.5em auto 0.3em;
	font-size: 1.1rem;
}
.menu li div {
  font-size: 1.1rem;
  margin: 0 auto 0.5em;
}
.menu li .btn {
  width: 110px;
  margin: auto;
  line-height: 35px;
  padding: 0 0 0 15px;
  font-weight: 500;
  font-size: 1.1rem;
}
.menu li .btn::before {
  width: 35px;
  height: 35px;
}
.menu li .btn:hover::before {
  width: 100%;
}
.menu li .btn::after {
  right: 12px;
  content: '\f0d7';
  font-size: 1.2rem;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .pagetitle.pagetitle_menu {
    padding: 10em 0 8em;
  }
  .pagetitle.pagetitle_menu::before {
    border-radius: 0 0 60px 60px;
  }
  .pagetitle.pagetitle_menu::after {
    background-size: 250px, 180px;
    background-position: bottom 20px left -60px, top 60px right -20px;
  }
  .menu_tab {
    max-width: 1100px;
    margin: 0em auto 3em;
  }
  .menu_tab li a {
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding: 15px 0;
    border-radius: 30px 30px 0 0;
  }
  .menu_tab li span {
    display: inline-block
  }
  .menu_tab li a::before {
    letter-spacing: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .menu_recommend {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: center;
  }
  .menu_recommend li {
    margin: 2em 10px 0em;
    width: calc(100% / 2 - 20px);
  }
  .menu_recommend li img {
    border-radius: 30px;
  }
  .menu_recommend li p {
    margin: 1em auto 0.2em;
    font-size: 1.7rem;
  }
  .menu_recommend li div {
    font-size: 1.5rem;
    margin: 0 auto 1em;
  }
  .menu_recommend li .btn {
    line-height: 45px;
  }
  .menu_recommend li .btn::before {
    width: 45px;
    height: 45px;
  }
  .menu_recommend li .btn::after {
    right: 18px;
    font-size: 1.3rem;
  }
  .menu_link {
    max-width: 1200px;
    margin: 5em auto 0em;
    border-radius: 50px;
    justify-content: center;
  }
  .menu_link li {
    width: calc(85% / 4 - 0px);
    padding: 17px 0;
    border-bottom: none;
    border-right: 0.5px solid #fff;
    box-sizing: border-box;
  }
  .menu_link li:first-child {
    border-left: 0.5px solid #fff;
  }
  .menu_link li a::before {
    right: 15px;
  }
  .menu_category {
    max-width: 1200px;
    margin: 0 auto 0em;
  }
  .menu_category > li {
    margin: 4em auto 0;
    border-radius: 30px;
    padding: 0 50px 50px;
  }
  .menu_category > li h3 {
    letter-spacing: 3px;
    font-size: 2rem;
    padding: 13px 0px 15px;
    width: 330px;
    border-radius: 0 0 20px 20px;
  }
  .menu {
    max-width: 1100px;
  }
  .menu li {
    margin: 2em 10px 0em;
    width: calc(100% / 3 - 20px);
  }
  .menu li img {
    border-radius: 30px;
height: 230px;
}
  
  .menu li p {
    margin: 0.5em auto 0.2em;
    font-size: 1.7rem;
  }
  .menu li div {
    font-size: 1.5rem;
    margin: 0 auto 0.5em;
  }
  .menu li .btn {
    width: 160px;
    line-height: 45px;
    padding: 0 0 0 20px;
    font-size: 1.5rem;
  }
  .menu li .btn::before {
    width: 45px;
    height: 45px;
  }
  .menu li .btn::after {
    right: 18px;
    font-size: 1.3rem;
  }
}
/* ------------------------------------ */
/* shizuoka */
/* ------------------------------------ */
#menu_shizuoka .menu_tab {
  border-bottom: 1px solid #59B7BF;
}
#menu_shizuoka .menu_tab li a {
  color: #F48E7B;
}
#menu_shizuoka .menu_tab li a:hover {
  background: #F48E7B;
  color: #fff;
}
#menu_shizuoka .menu_tab li a::before {
  color: #F48E7B;
}
#menu_shizuoka .menu_tab li.active a {
  background: #59B7BF;
  color: #fff;
}
#menu_shizuoka .menu_tab li.active a:hover {
  background: #59B7BF;
}
#menu_shizuoka .menu_tab li.active a::before {
  color: #59B7BF;
}
#menu_shizuoka h2 span {
  color: #59B7BF;
}
#menu_shizuoka .menu_recommend li .btn {
  background: #59B7BF;
}
#menu_shizuoka .menu_recommend li .btn:hover {
  color: #59B7BF !important;
}
#menu_shizuoka .menu_recommend li .btn::after {
  color: #59B7BF;
}
#menu_shizuoka .menu li .btn {
  background: #59B7BF;
}
#menu_shizuoka .menu li .btn:hover {
  color: #59B7BF !important;
}
#menu_shizuoka .menu li .btn::after {
  color: #59B7BF;
}
#menu_shizuoka .menu_link {
  background: #59B7BF;
}
#menu_shizuoka .menu_category > li {
  border: 1px solid #59B7BF;
}
#menu_shizuoka .menu_category > li h3 {
  background: #59B7BF;
}
/* ------------------------------------ */
/* 詳細ページ */
/* ------------------------------------ */
.pankuzu {
  width: 90%;
  margin: 0 auto 2em;
  text-align: left;
  font-size: 1.1rem;
  color: #59B7BF;
}
.pankuzu a {
  display: inline-block;
  padding: 0 10px 0 0;
}
.pankuzu a::after {
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  color: #59B7BF;
  padding: 0 0 0 10px;
}
.menu_entrybtn {
  margin: 1.5em auto 0;
  width: 230px;
}
.menu_entrybtn .btn::after {
  content: '\f0d9';
}
.menu_entry {
  width: 85%;
  margin: 0 auto;
  text-align: left;
}
.menu_entry_img {
  margin: 0 auto 1em;
}
.menu_entry_txt {}
.menu_entry_txt > p {}
.menu_entry_ttl {
  border-bottom: 1px solid #59B7BF;
  padding: 0 0 10px;
  margin: 0 auto 10px;
}
.menu_entry_ttl p {
  font-size: 1.6rem;
}
.menu_entry_ttl div {}
.menu_entry_sns {
  margin: 2em auto 0;
}
.menu_entry_sns p {
  color: #F48E7B;
  font-family: "Alice", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.menu_entry_sns a {
  color: #F48E7B !important;
  font-size: 2.5rem;
  line-height: 1;
  display: inline-block;
  margin: 0 15px 0 0;
}
.menu_gallery {
  margin: 0 0 10px 0;
}
.menu_gallery li {
  list-style: none;
}
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  content: '';
  top: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/common/topics_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -20px;
  transform: scale(-1, 1);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -20px;
}
.menu_choice-btn li {
  cursor: pointer;
  outline: none;
  width: 25% !important;
  list-style: none;
}
.menu_choice-btn li img {
  width: 96%;
  margin: 0 2%;
  opacity: 0.4;
}
.menu_choice-btn li.slick-current img {
  opacity: 1;
}
.menu_choice-btn .slick-track {
  transform: unset !important;
}
/* PC */
@media all and (min-width: 768px) {
  .pankuzu {
    max-width: 1200px;
    margin: 0 auto 2em;
    font-size: 1.4rem;
  }
  .menu_entrybtn {
    margin: 4em auto 0;
    width: 300px;
  }
  .menu_entry {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .menu_entry_img {
    width: 55%;
    margin: 0;
  }
  .menu_entry_txt {
    width: 37%;
    margin: 0;
  }
  .menu_entry_txt > p {
    line-height: 2;
  }
  .menu_entry_ttl {
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }
  .menu_entry_ttl p {
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin: 0 auto 0.3em;
  }
  .menu_entry_ttl div {
    font-size: 1.8rem;
  }
  .menu_entry_sns {
    margin: 2em auto 0;
  }
  .menu_entry_sns p {
    font-size: 1.8rem;
  }
  .menu_entry_sns a {
    font-size: 3rem;
    margin: 0 10px 0 0;
  }
  .menu_gallery {
    margin: 0 0 15px 0;
  }
  .slick-prev, .slick-next {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: -50px;
  }
  .slick-next {
    right: -50px;
  }
}