body::after {
  background-image: url(../../assets/images/co-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
}

.notes {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px), print {

.menu.main {
  width: 90%;
  margin: 160px auto 0;
  /* background-color: #fff; */
  box-sizing: border-box;
  padding: 0;
  max-width: 1100px;
}

.page-title {
  text-align: center;
  font-size: 50px;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-title img {
  height: 70px;
  width: auto;
}
.page-title span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}
.menu.main .mv {
  width: 100%;
  height: 200px;
  background-image: url(../../assets/images/menu-image.jpg);
  background-size: cover;
  margin-bottom: 50px;
}
.menu-list {
  padding-top: 100px;
}
.menu-list > p {
  font-size: 13px;
  line-height: 1.8em;
}
.menu-list h3 {
  border-bottom: 1px solid #4e697a;
  line-height: 1em;
  text-align: left;
  color: #4e697a;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.menu-list h3.color-ttl {
  margin-top: 2em;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.menu-list table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.menu-list table th {
  padding: 15px 0;
  font-size: 15px;
  color: #000;
  border-top: 1px solid #ccc;
  background-color: rgba(214, 224, 230, 0.7);
}
.menu-list table .head th {
  padding: 5px 0;
}
.menu-list table td {
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  /* border-left: 1px solid #ccc; */
  border-top: 1px solid #ccc;
  font-family: 'Jost','Hiragino Kaku Gothic ProN','游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Meiryo', sans-serif;

}
.menu-list table td p {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}
.menu-list table th.w50 {
  width: 45%;
}
.inner .text {
  width: 43%;
  float: left;
}
.inner figure {
  width: 52%;
  float: right;
}
.inner figure img {
  width: 100%;
  height: auto;
}
.inner .text h2 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.inner .text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.inner .text p {
  margin-bottom: 1.4em;
}
.inner .text p strong {
  display: block;
}
.inner .text iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
.menu-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .menu-nav ul::after {
  display: block;
  content: '';
  width: 24%;
  height: 70px;
} */
.menu-nav ul li {
  width: 19%;
  height: 70px;
  background-color: #4e697a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../assets/images/common/triangle-white.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: bottom 16px center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1.2%;

  transition: all 0.3s;
}
.menu-nav ul li:hover {
  opacity: 0.6;
}
.menu-nav ul li a {
  color: #fff;
  height: 80px;
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
}

@media only screen and (max-width: 767px), print {

.menu.main {
  width: 100%;
  margin: 0 auto;
  /* background-color: #fff; */
  padding: 30vw 6vw 6vw;
  box-sizing: border-box;
}
.page-title {
  text-align: center;
  font-size: 8vw;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 15vw;
}
.page-title span {
  display: block;
  font-size: 3vw;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 3vw;
}
.page-title img {
  height: 12vw;
  width: auto;
}
.menu.main .mv {
  width: 100%;
  height: 40vw;
  background-image: url(../../assets/images/menu-image.jpg);
  background-size: cover;
  margin-bottom: 5vw;
  background-position: right -35vw center;
}
.menu-list {
  margin-top: -10vw;
  padding-top: calc(10vw + 60px);
}
.menu-list h3 {
  background-color: #4e697a;
  line-height: 8vw;
  text-align: center;
  color: #fff;
  font-size: 3.4vw;
  margin-bottom: 4vw;
}
.menu-list h3.color-ttl {
margin-top: 2em;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 2vw;
  background-color: transparent;
  color: #4e697a;
}
.menu-list table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.menu-list table th {
  padding: 3vw 0;
  font-size: 2.8vw;
  color: #4e697a;
  border-top: 1px solid #ccc;
  background-color: #efefef;
  letter-spacing: -0.08em;
}
.menu-list table .head th {
  padding: 1.5vw 0;
}
.menu-list table td {
  padding: 3vw 0;
  font-size: 2.9vw;
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-family: 'Jost','Hiragino Kaku Gothic ProN','游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Meiryo', sans-serif;

}
.menu-list table td p {
    font-size: 2.9vw;
      display: block;
}
.menu-list table th.w50 {
  width: 38vw;
}
.inner .text {
  width: 43%;
  float: left;
}
.inner figure {
  width: 52%;
  float: right;
}
.inner figure img {
  width: 100%;
  height: auto;
}
.inner .text h2 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.inner .text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.inner .text p {
  margin-bottom: 1.4em;
}
.inner .text p strong {
  display: block;
}
.inner .text iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
.menu-list > p {
  margin-top: 0;
  font-size: 2.8vw;
  line-height: 1.8em;
}
.menu-list > p small {
  display: block;
line-height: 1.8em;
margin-left: 3vw;
}

.menu-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-nav ul li {
width: calc(50% - 0.5vw);
    height: 11vw;
    background-color: #4e697a;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../assets/images/common/triangle-white.svg);
    background-repeat: no-repeat;
    background-size: 2.6vw auto;
    background-position: right 2vw center;
    color: #fff;
    font-size: 2.8vw;
    font-weight: bold;
    border: none;
    transition: all 0.3s;
    margin-bottom: 1vw;
}
.menu-nav ul li:hover {
  opacity: 1;
}
.menu-nav ul li a {
  color: #fff;
  height: 11vw;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1em;
}

}

.menu-list > p {
  /* margin-top: 0.6em; */
}

#secondary {
  display: none !important;
}
#post-18 .entry-header {
  display: none !important;
}
