@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media all and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

.logo.logo__header {
  padding: 40px 0;
  text-align: center;
  background: url(../img/bg_menutex.jpg);
}

@media all and (min-width: 769px) {
  .logo.logo__header {
    padding: 90px 0;
  }
}

.logo .logo-img {
  width: 70%;
}

@media all and (min-width: 769px) {
  .logo .logo-img {
    width: 480px;
  }
}

.logo.logo__top-onslide {
  display: none;
}

.nav-btn {
  position: fixed;
  width: 75px;
  height: 70px;
  top: 10px;
  right: -10px;
  background: url(../img/btn_sidemenu.svg) no-repeat center;
  z-index: 9999;
  cursor: pointer;
  transition: right 0.25s ease;
}

@media all and (min-width: 769px) {
  .nav-btn {
    width: 90px;
    height: 80px;
  }
  .nav-btn:hover {
    right: -5px;
  }
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 66%;
  padding: 20px;
  height: 100vh;
  background: #080059;
  z-index: 10000;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

@media all and (min-width: 769px) {
  .nav {
    width: 320px;
    padding: 44px;
  }
}

.nav .head {
  overflow: hidden;
}

@media all and (min-width: 769px) {
  .nav .head {
    overflow: visible;
    position: relative;
    height: 50px;
    margin-bottom: 50px;
  }
}

.nav .logo {
  float: left;
  width: 70%;
}

@media all and (min-width: 769px) {
  .nav .logo {
    position: absolute;
    left: 0;
    top: 0;
    float: none;
    width: 188px;
    height: 45px;
  }
}

.nav .logo img {
  width: 100%;
}

.nav .close {
  float: right;
  display: block;
  width: 24px;
  padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .nav .close {
    max-width: 60px;
  }
}

@media all and (min-width: 769px) {
  .nav .close {
    position: absolute;
    right: 0;
    top: 13px;
    float: none;
    width: 20px;
    height: 20px;
    padding: 0;
  }
}

.nav .close img {
  width: 100%;
}

.nav .jpen {
  margin-top: 40px;
}

.nav ul {
  width: 100%;
}

@media all and (min-width: 769px) {
  .nav ul {
    margin-bottom: 60px;
  }
}

.nav ul li {
  margin: 18px 0;
  text-transform: uppercase;
}

@media all and (min-width: 769px) {
  .nav ul li {
    margin: 30px 0;
  }
}

.nav ul a {
  font-size: 1.25rem;
  color: #FFF;
}

@media all and (max-width: 320px) {
  .nav ul a {
    font-size: 0.875rem;
  }
}

.nav .sns {
  margin: 10px 0;
  overflow: hidden;
  width: 140px;
}

.nav .sns .btn {
  width: 41px;
  height: 41px;
  float: left;
  margin-right: 8px;
}

@media all and (min-width: 769px) {
  .nav .sns .btn {
    width: 41px;
    height: 41px;
  }
}

.nav .sns .btn:last-child {
  margin-right: 0;
}

.nav .sns .btn a {
  width: 100%;
}

.nav .sns .btn a img {
  width: 100%;
}

.sns-feed {
  margin: 0 auto;
  border-top: solid 5px #000;
  background: url(../img/bg_topinfo.png);
}

.sns-feed .box-title {
  text-align: center;
}

@media all and (min-width: 769px) {
  .sns-feed .box-title {
    padding-top: 20px;
  }
}

.sns-feed .instagram {
  width: 100%;
}

@media all and (min-width: 769px) {
  .sns-feed .instagram {
    width: 940px;
    margin: auto;
  }
}

.sns-feed .instagram #instafeed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 90%;
  padding-bottom:40px;
}

@media all and (max-width: 769px) {
  .sns-feed .instagram #instafeed {
    width: 100%;
  }
}

.sns-feed .instagram #instafeed li {
  position: relative;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding: 6px;
  box-sizing: border-box;
}

.sns-feed .instagram #instafeed li .likes-count {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 3.063rem;
  font-style: italic;
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .sns-feed .instagram #instafeed li .likes-count {
    font-size: 3.375rem;
  }
}

@media all and (min-width: 769px) {
  .sns-feed .instagram #instafeed li {
    -webkit-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 25%;
    padding: 3px;
  }
}

.sns-feed .instagram #instafeed li a {
  display: block;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
}

.footer {
  width: 100%;
  padding: 40px 0 0;
  font-size: 0.625rem;
  background: url(../img/bg_footer_info.jpg) no-repeat center top;
  overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 769px) {
  .footer {
    padding: 18px 0;
  }
}

@media all and (min-width: 769px) {
  .footer .inner {
    width: 1280px;
    margin: auto;
    overflow: hidden;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .footer .map {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media all and (min-width: 769px) {
  .footer .map {
    width: 680px;
    float: left;
  }
}

.footer .map iframe {
  width: 100%;
  vertical-align: bottom;
}

@media all and (min-width: 769px) {
  .footer .footer-info {
    width: 540px;
    float: right;
  }
}
@media all and (min-width: 769px) {
  .footer .footer-info .info_textbox {
    width: 393px;
  }
}
 .footer .satofuru_link .satofuru_text{
  position: relative;
  font-size:16px;
  color: #fff;
  margin: 6px 0px -10px;
  padding-left: 20px;
  font-weight: bold;
}
.footer .satofuru_link .satofuru_text:before{
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}
.footer .satofuru_btn{
  display: flex;
  justify-content: space-between;
}
.footer .satofuru_btn p{
  width: 48%;
  color: #fff;
  font-size:20px;
  text-align: center;
}

.footer .satofuru_btn p a{
  display: block;
  padding: 5px 0;
  border:1px solid #fff;
  border-radius: 5px;
  color:#381803;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
}
.footer .satofuru_btn p a:hover{
  background-color: transparent;
  color: #fff;
}
.footer .logo {
  width: 76%;
  margin-left: inherit;
  margin-right: auto;
}

@media all and (min-width: 769px) {
  .footer .logo {
    width: 350px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.footer .logo img {
  width: 100%;
}

.footer .reservation .btn_reservation{
  text-align: center;
  width: 100%;
}
.footer .reservation .btn_reservation a{
  display: block;
  padding: 12px 0;
  border-radius: 5px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #e60012;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
}
.footer .reservation .btn_reservation a:hover{
  background-color: #ea545d;
  color: #fff;
}
.footer .address {
  margin: 20px auto;
  font-size: 1rem;
  color: #FFF;
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .footer .address {
    width: 100%;
    font-size: 1.125rem;
  }
}

.footer .tel {
  font-size: 2.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  color: #FFF;
  text-align: left;
}

.footer .tel a {
  color: #FFF;
}

@media all and (min-width: 769px) {
  .footer .tel {
    font-weight: bold;
    font-size: 3.75rem;
  }
}

.footer .time {
  margin: -5px auto 15px;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .footer .time {
    width: 100%;
    font-size: 1rem;
  }
}

.footer .time th {
  overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .footer .time th {
    width: 31%;
    text-align: left;
  }
}

@media all and (min-width: 769px) {
  .footer .time th {
    text-align: left;
  }
}

.footer .time th:after {
  content: '／';
  display: inline;
  text-align: right;
  float: right;
  margin-left: 5px;
}

.footer .contact {
  width: 100%;
  margin: 40px auto 0;
  color: #FFF;
}

@media all and (min-width: 769px) {
  .footer .contact {
    width: 100%;
    margin: 10px 0 0;
  }
}

.footer .contact .tit {
  display: block;
  margin: 6px;
  padding: 6px 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  background: #e60012;
  color: #FFF;
}

@media all and (min-width: 769px) {
  .footer .contact .tit {
    max-width: 350px;
    background: #e60012;
    margin: 6px 0;
  }
}

.footer .contact .tit:hover {
  background: #ea545d;
}

.footer .contact .cap {
  margin: 6px;
  font-size: 0.875rem;
}

.footer .contact .sns {
  margin: 10px 0;
  overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .footer .contact .sns {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer .contact .sns .btn {
  width: 23%;
  float: left;
  margin-right: 8px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .footer .contact .sns .btn {
    width: 17%;
  }
}

.footer .contact .sns .btn:nth-child(3) {
  margin-right: 0;
}

@media all and (min-width: 769px) {
  .footer .contact .sns .btn {
    width: 50px;
  }
}

.footer .contact .sns .btn:last-child {
  margin-right: 0;
}

.footer .contact .sns .btn a {
  width: 100%;
}

.footer .contact .sns .btn a img {
  width: 100%;
}

.footer .copyright {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #FFF;
  text-align: center;
}

@media all and (min-width: 769px) {
  .footer .copyright {
    font-size: 0.875rem;
    text-align: left;
  }
}

.to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/icon_to_top.png) no-repeat center;
  background-size: contain;
  transition: 0.5s;
  z-index: 9999;
}

@media all and (min-width: 769px) {
  .to-top {
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
  }
}

.to-top.to-top_show {
  display: block;
  transition: 0.5s;
}

.site-top-contents {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  background-size: cover;
  overflow: hidden;
}

@media all and (min-width: 769px) {
  .site-top-contents {
    height: 100vh;
  }
}

.site-top-contents:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  display: block;
  width: 100%;
  height: 55px;
  background: url(../img/logo.svg) no-repeat center;
}

@media all and (min-width: 769px) {
  .site-top-contents:after {
    height: 116px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .site-top-contents {
    margin: 0 auto 0;
  }
}

.site-top-contents #slide {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-top-contents #slide ul {
  margin: 0;
  padding: 0;
  height: 40vh;
}

@media all and (max-width: 769px) {
  .site-top-contents #slide ul li {
    width: auto;
    height: 100vh;
  }
}

.site-top-contents #slide .bg_silde {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .site-top-contents #slide .bg_silde {
    background-size: 100%;
    background-position: top;
  }
}

.site-top-contents #slide .bg_1 {
  background-image: url("../img/top_slide_1.jpg");
}

.site-top-contents #slide .bg_2 {
  background-image: url("../img/top_slide_2.jpg");
}

.site-top-contents #slide .bg_3 {
  background-image: url("../img/top_slide_3.jpg");
}

.site-top-contents #slide .bg_4 {
  background-image: url("../img/top_slide_4.jpg");
}

.site-top-contents #slide .bg_5 {
  background-image: url("../img/top_slide_5.jpg");
}

.site-top-contents #slide img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.menu-list {
  width: 100%;
  padding: 40px 0;
  background: url(../img/bg_menutex.jpg) repeat top;
  border-top: 5px solid #000;
}

.menu-list .box-title {
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
  color: #FFF;
  font-size: 1.875rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.menu-list .menu-list-box {
  width: 100%;
}

@media all and (min-width: 769px) {
  .menu-list .menu-list-box {
    width: 940px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.menu-list .menu-list-box .btn {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  padding: 0;
  border: 1px solid #FFF;
}

@media all and (min-width: 769px) {
  .menu-list .menu-list-box .btn {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 4px;
  }
}

@media all and (min-width: 769px) {
  .menu-list .menu-list-box .btn img {
    vertical-align: text-bottom;
  }
}

.menu-list .menu-list-box .btn.btn-lunch, .menu-list .menu-list-box .btn.btn-cafe, .menu-list .menu-list-box .btn.btn-dinner {
  position: relative;
  height: 166px;
}

.menu-list .menu-list-box .btn.btn-lunch:after, .menu-list .menu-list-box .btn.btn-cafe:after, .menu-list .menu-list-box .btn.btn-dinner:after {
  position: absolute;
  content: '';
  display: block;
  width: 130px;
  height: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (min-width: 769px) {
  .menu-list .menu-list-box .btn.btn-lunch, .menu-list .menu-list-box .btn.btn-cafe, .menu-list .menu-list-box .btn.btn-dinner {
    width: auto;
    max-width: 300px;
    margin-bottom: 10px;
  }
}

.menu-list .menu-list-box .btn.btn-lunch {
  background: url(../img/btn_menulist_lunch.png) no-repeat center;
  background-size: cover;
}

.menu-list .menu-list-box .btn.btn-lunch:after {
  background: url(../img/btn_txt_lunch_w.png) no-repeat center;
}

.menu-list .menu-list-box .btn.btn-cafe {
  background: url(../img/btn_menulist_cafe.png) no-repeat center;
  background-size: cover;
}

.menu-list .menu-list-box .btn.btn-cafe:after {
  background: url(../img/btn_txt_cafe_w.png) no-repeat center;
}

.menu-list .menu-list-box .btn.btn-dinner {
  background: url(../img/btn_menulist_dinner.png) no-repeat center;
  background-size: cover;
}

.menu-list .menu-list-box .btn.btn-dinner:after {
  background: url(../img/btn_txt_dinner_w.png) no-repeat center;
}

.menu-list .menu-list-box .btn.btn-course, .menu-list .menu-list-box .btn.btn-party {
  padding: 20px 0;
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .menu-list .menu-list-box .btn.btn-course, .menu-list .menu-list-box .btn.btn-party {
    margin: 4px;
    padding: 10px 0;
  }
}

.menu-list .menu-list-box .btn.btn-course .txt, .menu-list .menu-list-box .btn.btn-party .txt {
  display: block;
  font-size: 2.125rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.menu-list .menu-list-box .btn.btn-course {
  background: url(../img/bg_btn_menulist_corse.png) no-repeat center;
}

.menu-list .menu-list-box .btn.btn-course .txt {
  display: block;
  width: 216px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  background: url(../img/txt_menubtn_corse_off.png) no-repeat center;
}

@media all and (min-width: 769px) {
  .menu-list .menu-list-box .btn.btn-course .txt {
    display: inline-block;
    margin-right: 19px;
  }
}

@media all and (min-width: 769px) {
  .menu-list .menu-list-box .btn.btn-course {
    margin-right: 12px;
  }
}

.menu-list .menu-list-box .btn.btn-course.current {
  color: #fbdceb;
  background: #090059;
}

.menu-list .menu-list-box .btn.btn-course.current .txt {
  background: url(../img/txt_menubtn_corse_on.png) no-repeat center;
}

.menu-list .menu-list-box .btn.btn-party {
  background: url(../img/bg_btn_menulist_party.png) no-repeat center;
}

.menu-list .menu-list-box .btn.btn-party .txt {
  display: block;
  width: 176px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  background: url(../img/txt_menubtn_party_off.png) no-repeat center;
}

@media all and (min-width: 769px) {
  .menu-list .menu-list-box .btn.btn-party .txt {
    display: inline-block;
    margin-right: 19px;
  }
}

.menu-list .menu-list-box .btn.btn-party.current {
  color: #fbdceb;
  background: #090059;
}

.menu-list .menu-list-box .btn.btn-party.current .txt {
  background: url(../img/txt_menubtn_party_on.png) no-repeat center;
}

.menu-list.menu-list__top .btn {
  border: none;
}

.menu-list.menu-list__top .btn.btn-lunch, .menu-list.menu-list__top .btn.btn-cafe, .menu-list.menu-list__top .btn.btn-dinner {
  background: #FFF;
  height: 126px;
  border: 1px solid #090059;
}

@media all and (min-width: 769px) {
  .menu-list.menu-list__top .btn.btn-lunch, .menu-list.menu-list__top .btn.btn-cafe, .menu-list.menu-list__top .btn.btn-dinner {
    height: 164px;
    border: none;
  }
}

.menu-list.menu-list__top .btn.btn-lunch:after {
  background: url(../img/btn_txt_lunch_b.png) no-repeat center;
}

.menu-list.menu-list__top .btn.btn-lunch.current {
  background: #090059;
}

.menu-list.menu-list__top .btn.btn-lunch.current:after {
  background: url(../img/btn_txt_lunch_w.png) no-repeat center;
}

.menu-list.menu-list__top .btn.btn-cafe:after {
  background: url(../img/btn_txt_cafe_b.png) no-repeat center;
}

.menu-list.menu-list__top .btn.btn-cafe.current {
  background: #090059;
}

.menu-list.menu-list__top .btn.btn-cafe.current:after {
  background: url(../img/btn_txt_cafe_w.png) no-repeat center;
}

.menu-list.menu-list__top .btn.btn-dinner:after {
  background: url(../img/btn_txt_dinner_b.png) no-repeat center;
}

.menu-list.menu-list__top .btn.btn-dinner.current {
  background: #090059;
}

.menu-list.menu-list__top .btn.btn-dinner.current:after {
  background: url(../img/btn_txt_dinner_w.png) no-repeat center;
}

.menu-list.menu-list__top .btn.btn-course, .menu-list.menu-list__top .btn.btn-party {
  padding: 15px 0 10px;
  background: #fbdceb;
  color: #090059;
}

@media all and (min-width: 769px) {
  .menu-list.menu-list__top .btn.btn-course, .menu-list.menu-list__top .btn.btn-party {
    padding: 10px 0;
  }
}

.menu-list.menu-list__page {
  background: #cadaf1;
  border-top: none;
}

.menu-list.menu-list__page .btn.btn-lunch, .menu-list.menu-list__page .btn.btn-cafe, .menu-list.menu-list__page .btn.btn-dinner {
  background: #FFF;
  height: 126px;
  border: 1px solid #090059;
}

.menu-list.menu-list__page .btn.btn-lunch:after {
  background: url(../img/btn_txt_lunch_b.png) no-repeat center;
}

.menu-list.menu-list__page .btn.btn-lunch.current {
  background: #090059;
}

.menu-list.menu-list__page .btn.btn-lunch.current:after {
  background: url(../img/btn_txt_lunch_w.png) no-repeat center;
}

.menu-list.menu-list__page .btn.btn-cafe:after {
  background: url(../img/btn_txt_cafe_b.png) no-repeat center;
}

.menu-list.menu-list__page .btn.btn-cafe.current {
  background: #090059;
}

.menu-list.menu-list__page .btn.btn-cafe.current:after {
  background: url(../img/btn_txt_cafe_w.png) no-repeat center;
}

.menu-list.menu-list__page .btn.btn-dinner:after {
  background: url(../img/btn_txt_dinner_b.png) no-repeat center;
}

.menu-list.menu-list__page .btn.btn-dinner.current {
  background: #090059;
}

.menu-list.menu-list__page .btn.btn-dinner.current:after {
  background: url(../img/btn_txt_dinner_w.png) no-repeat center;
}

.menu-list.menu-list__page .btn.btn-course, .menu-list.menu-list__page .btn.btn-party {
  padding: 26px 0 20px;
  background: #fbdceb;
  color: #090059;
}

@media all and (min-width: 769px) {
  .menu-list.menu-list__page .btn.btn-course, .menu-list.menu-list__page .btn.btn-party {
    padding: 10px 0;
  }
}

.concept {
  border-top: 5px solid #000;
  background-size: 80%;
}

@media all and (min-width: 769px) {
  .concept {
    background-size: 50%;
  }
}

.concept .inner {
  max-width: 1280px;
  margin: auto;
}

.concept .box-title {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 40px;
  font-size: 1.875rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  text-indent: 10px;
  color: #FFF;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .concept .box-title {
    line-height: 0;
    padding: 10px 0 40px;
  }
}

@media all and (min-width: 769px) {
  .concept .box-title {
    height: 150px;
    line-height: 90px;
    padding: 0;
    text-indent: 60px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .concept .box-title .box-title-img {
    width: 33%;
  }
}

.concept .back-img {
  width: 100%;
}

.concept .concept-message {
  position: relative;
  width: 100%;
  min-height: 350px;
}

@media all and (min-width: 769px) {
  .concept .concept-message {
    width: 940px;
    margin-left: auto;
    height: 559px;
    background: url(../img/bg_concept_food.jpg) no-repeat center;
    background-size: cover;
  }
}

.concept .concept-message:before {
  position: absolute;
  left: 0;
  top: -60px;
  display: block;
  content: '';
  width: 100%;
  height: 160px;
  background: url(../img/bg_concept_message.png) no-repeat left 10px top;
  background-size: contain;
}

@media all and (min-width: 769px) {
  .concept .concept-message:before {
    top: -30px;
    left: -250px;
    height: 300px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .concept .concept-message-board-img {
    width: 90%;
    display: block;
    margin: auto;
    margin-top: -50px;
    margin-bottom: 30px;
  }
}

@media all and (min-width: 769px) {
  .concept .concept-message-board-img {
    position: absolute;
    left: -330px;
    bottom: -60px;
    width: 507px;
  }
}

.concept .point {
  width: 100%;
  margin-top: inherit;
  background: #FFF;
  text-align: center;
}

@media all and (min-width: 769px) {
  .concept .point {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media all and (min-width: 769px) and (min-width: 769px) {
  .concept .point {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.concept .point .box {
  width: 80%;
  margin: 0 auto 60px;
}

@media all and (min-width: 769px) {
  .concept .point .box {
    width: 33%;
    max-width: 33%;
    -webkit-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    padding: 0 20px;
  }
}

.concept .point .box .btn_pointimg img,
.concept .point .box .btn_pointimg {
  width: 100%;
}

.concept .point .box .txt {
  margin: 20px 0;
  text-align: left;
}

@media all and (min-width: 769px) {
  .concept .point .box .txt {
    width: 256px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .concept .point .box .btn_more img {
    width: 100%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .concept .point .box .btn_more {
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .concept .message {
    position: relative;
    margin: auto;
    min-height: 500px;
  }
}

.concept .message .photo {
  width: 100%;
  vertical-align: bottom;
}

@media all and (min-width: 769px) {
  .concept .message .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 628px;
  }
}

.concept .message .txt-box {
  padding: 20px 20px;
  background: #c9daf0;
}

@media all and (min-width: 769px) {
  .concept .message .txt-box {
    position: absolute;
    top: 20px;
    right: 90px;
    width: 540px;
    padding: 50px;
  }
}

.concept .message .txt-box p {
  margin: 0;
}

.concept .message .txt-box .sub-title {
  color: #080059;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media all and (min-width: 769px) {
  .concept .message .txt-box .sub-title {
    font-size: 1.5rem;
  }
}

.concept .message .txt-box .txt {
  margin-bottom: 10px;
}

.concept .message .txt-box .name {
  display: block;
  font-size: 1rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

@media all and (min-width: 769px) {
  .concept .message .txt-box .name {
    font-size: 1.25rem;
  }
}

.concept .message .txt-box .name .c {
  font-size: 0.813rem;
}


.page-category {
  padding: 22px 0;
  background: #000;
  font-size: 1.875rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  line-height: 0;
}

.single article, .page article {
  width: 100%;
  padding: 20px;
}

@media all and (min-width: 769px) {
  .single article, .page article {
    width: 940px;
    margin: auto;
  }
}
.page article img {
  max-width: 100%;
}
.single article .box-title, .page article .box-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #080059;
  font-size: 1.125rem;
  font-weight: bold;
  color: #080059;
}

@media all and (min-width: 769px) {
  .single article .box-title, .page article .box-title {
    margin-top: 70px;
    font-size: 1.875rem;
  }
}

.single article .info-thumnail, .page article .info-thumnail {
  width: 100%;
}

.single article .info-thumnail img, .page article .info-thumnail img {
  width: 100%;
}

.single article .date, .page article .date {
  font-weight: bold;
  margin-bottom: 12px;
}

.single article ul, .page article ul {
  margin-left: 40px;
}

.single article ul li, .page article ul li {
  list-style: disc;
}

.single article ol li, .page article ol li {
  list-style: decimal;
}
.concept .point {
  margin-top: 130px;
}

.concept .point .box{
  margin-bottom: 90px;
}
.flame {
  position: relative;
  padding-bottom: 20px;
  width: 253px;
  margin: auto;
}

.scaleItem {
  cursor: pointer;
  display: block;
  width: 253px;
  height: 253px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.scaleItem img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 253px;
  height: 253px;
  transition: transform 0.25s ease;
}

.flame:after {
  position: absolute;
  display: block;
  content: "";
  top: -40px;
  left: -15px;
  width: 284px;
  height: 311px;
  background: url(../img/flame01.png) no-repeat center center;
  background-size: contain;
}

.flame02:after {
  background: url(../img/flame02.png) no-repeat center center;
  background-size: contain;
}

.flame03:after {
  background: url(../img/flame03.png) no-repeat center center;
  background-size: contain;
}
.more_link img{
  max-width: 240px;
  height: auto;
}
.pagination {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}

.pagination .nav-links .page-numbers {
  margin: 0 10px;
  display: inline-block;
  padding: 8px 14px;
  border: 1px #080059 solid;
  color: #080059;
  background-color: #fff;
}

.pagination .nav-links .next {
  border: none;
  background-color: transparent;
}
.pagination .nav-links .prev{
  border: none;
  background-color: transparent;

}
.pagination .nav-links .current {
  background-color: #080059;
  color: #fff;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
#post-404 {
  padding:20px;
  text-align:center;
}

