@charset "UTF-8";
@import "/restaurant/assets/css/reset.css";
.visibilittyHidden {
  position: absolute!important;
  display: block!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0) !important;
  margin: -1px !important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000;
  outline: none;
}
a:hover {
  opacity: 0.8;
}
figure img {
  display: block;
}
.sp-show {
  display: none !important;
}
.sp-hide {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block !important;
  }
  .sp-hide {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------------
 input
--------------------------------------------------------------------------------*/
.m-input-shopsearch {
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
  background: #FFF url('/restaurant/assets/img/common/ico_search.svg') 7px 10px no-repeat;
  background-size: 15px 15px;
}
.m-input-text {
  border: 1px solid #b6b6b6;
  padding: 20px;
}
.m-textarea {
  border: 1px solid #b6b6b6;
  padding: 20px;
}
.m-btnsubmit {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  border: none;
  background-color: #d20038;
  border-radius: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-appearance: none;
}
.m-btnsubmit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .m-btnsubmit {
    min-width: 45%;
    font-size: 14px;
  }
}
/*--------------------------------------------------------------------------------
 button
--------------------------------------------------------------------------------*/
.btn_totop {
  display: block;
  width: 50px;
  height: 50px;
  background: url('/restaurant/assets/img/common/button_totop.png') no-repeat;
  background-size: contain;
  position: fixed;
  right: 200px;
  bottom: 120px;
  display: none;
}
@media screen and (max-width: 768px) {
  .btn_totop {
    right: 30px;
    bottom: 50px;
  }
}
.btn_tolist {
  display: block;
  width: 280px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  background-color: #A67C52;
  border-radius: 10px;
}
.btn_middle__r {
  display: block;
  width: 220px;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  font-size: 17px;
  background-color: #d92454;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 15px;
}
.btn_middle__b {
  display: block;
  width: 220px;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  font-size: 17px;
  background-color: #825323;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 15px;
}
/*--------------------------------------------------------------------------------
 slick
--------------------------------------------------------------------------------*/
.slick-track {
  margin: 0 auto;
}
@font-face {
  font-family: 'BlackJack';
  font-style: normal;
  font-weight: 200;
  src: url('/restaurant/assets/font/blackjack.eot');
  src: url('/restaurant/assets/font/blackjack.eot#iefix') format('embedded-opentype'), url('/restaurant/assets/font/blackjack.ttf') format('truetype'), url('/restaurant/assets/font/blackjack.woff') format('woff');
}
/*--------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 70px;
  background-color: #d30039;
  color: #FFF;
}
.header .header-inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-inner .header-logo {
  width: 250px;
}
.header .header-inner .header-nav {
  width: 540px;
  margin: 0 0 0 auto;
}
.header .header-inner .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header-inner .header-nav ul li a {
  color: #FFF;
  font-size: 14px;
  white-space: nowrap;
}
.header .header-inner .header-nav .js-nav-second {
  position: relative;
}
.header .header-inner .header-nav .js-nav-second:after {
  display: none;
}
.header .header-inner .header-nav .header-nav-menu {
  display: none;
}
.header .header-inner .header-search {
  width: 155px;
  margin: 0 0 0 30px;
}
.header .btn-sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
  }
  .header .header-inner {
    width: 100%;
    display: block;
    position: relative;
  }
  .header .header-inner .header-logo {
    width: 50%;
    position: absolute;
    top: 25px;
    left: 20px;
  }
  .header .header-inner .header-nav {
    width: 50vw;
    height: 100vh;
    background-color: #A67C52;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 3000;
    padding: 20px 0;
  }
  .header .header-inner .header-nav ul {
    display: block;
    width: auto;
    margin: 0 10px;
  }
  .header .header-inner .header-nav ul li {
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
  }
  .header .header-inner .header-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header .header-inner .header-nav .js-nav-second {
    position: relative;
  }
  .header .header-inner .header-nav .js-nav-second:after {
    display: block;
    content: '+';
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header .header-inner .header-nav .js-nav-second.close:after {
    content: '-';
  }
  .header .header-inner .header-nav .header-nav-menu {
    height: 50vh;
    overflow-y: scroll;
  }
  .header .header-inner .header-nav .header-nav-menu.kids {
    height: 12vh;
  }
  .header .header-inner .header-search {
    display: none;
  }
  .header .btn-sp-nav {
    display: block;
    width: 45px;
    height: 45px;
    background: url('/restaurant/assets/img/common/ico_sp-nav.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    z-index: 4000;
  }
}
.header-healthy {
  background-color: #aada4e;
  height: 70px;
}
.header-healthy .header-healthy-inner {
  width: 920px;
  margin: 0 auto;
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
  height: 100%;
}
.header-healthy .header-healthy-inner .header-healthy-txt {
  background: url('/restaurant/assets/img/common/bg_healthy_message.svg') no-repeat;
  width: 100%;
  height: 0;
  padding: 3.8% 0 0;
}
.header-healthy .header-healthy-inner .header-healthy-caution {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.header-healthy .header-healthy-inner .header-healthy-caution small{
	font-size: 18px;
}

@media screen and (max-width: 768px) {
  .header-healthy {
    margin: 70px 0 0;
    height: 40px;
  }
  .header-healthy .header-healthy-inner {
    width: auto;
    padding: 0 10px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;*/
  }
  .header-healthy .header-healthy-inner .header-healthy-caution {
    font-size: 3.2vw;
  }
	.header-healthy .header-healthy-inner .header-healthy-caution small{
	font-size: 2.5vw;
}
}
.header-healthy-viking {
  background-color: #fef2a3;
  height: 70px;
}
.header-healthy-viking .header-healthy-viking-inner {
  width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header-healthy-viking .header-healthy-viking-inner .header-healthy-viking-txt {
  background: url('/restaurant/assets/img/common/bg_healthy_message.svg') no-repeat;
  width: 100%;
  height: 0;
  padding: 3.8% 0 0;
}
.header-healthy-viking .header-healthy-viking-inner .header-healthy-viking-caution {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.header-healthy-viking .header-healthy-viking-inner .header-healthy-viking-caution a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header-healthy-viking {
    height: 70px;
  }
  .header-healthy-viking .header-healthy-viking-inner {
    width: auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-healthy-viking .header-healthy-viking-inner .header-healthy-viking-caution {
    font-size: 4vw;
  }
}
.header-healthy-newyear {
  background-color: #b57d4f;
  height: 70px;
}
.header-healthy-newyear .header-healthy-newyear-inner {
  width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header-healthy-newyear .header-healthy-newyear-inner .header-healthy-newyear-txt {
  background: url('/restaurant/assets/img/common/bg_healthy_message.svg') no-repeat;
  width: 100%;
  height: 0;
  padding: 3.8% 0 0;
}
.header-healthy-newyear .header-healthy-newyear-inner .header-healthy-newyear-caution {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.header-healthy-newyear .header-healthy-newyear-inner .header-healthy-newyear-caution a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header-healthy-newyear {
    height: 70px;
  }
  .header-healthy-newyear .header-healthy-newyear-inner {
    width: auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-healthy-newyear .header-healthy-newyear-inner .header-healthy-newyear-caution {
    font-size: 4vw;
  }
}
/*--------------------------------------------------------------------------------
 kv
--------------------------------------------------------------------------------*/
.kv {
  width: 100%;
  height: 0;
  margin: 0 0 10px;
  padding: 19.81% 0 0 0;
  background-size: cover !important;
}
.kv[data-category="top"] {
  margin: 0 0 30px;
  padding: 0;
  height: auto;
  overflow: hidden;
}
.kv[data-category="top"] ul {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.kv[data-category="top"] ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
.kv[data-category="top"] ul li:not(.slick-active):after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.kv[data-category="top"] ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.kv[data-category="top"] ul li img {
  width: 100%;
  height: auto;
}
.kv[data-category="top"] .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 15px;
}
.kv[data-category="top"] .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}
.kv[data-category="top"] .slick-dots li:after {
  display: none !important;
}
.kv[data-category="top"] .slick-dots li button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  border: 2px solid #FFFFFF;
  background-color: #8d8d8d;
  border-radius: 15px;
  display: block;
  padding: 0;
}
.kv[data-category="top"] .slick-dots li.slick-active button {
  background-color: #b7183f;
}
.kv[data-category="groundmenu"] {
  background: url('/restaurant/assets/img/groundmenu/2022/bg_kv.jpg') no-repeat;
}
.kv[data-category="restaurant_brand"] {
  /*		background: url('/restaurant/assets/img/restaurant_brand/bg_kv.jpg') no-repeat;		*/
  padding: 0;
}
.kv[data-category="news"] {
  /*		background: url('/restaurant/assets/img/news/bg_kv.jpg') no-repeat;		*/
  padding: 0;
}
.kv[data-category="campaign"] {
  /*		background: url('/restaurant/assets/img/campaign/bg_kv.jpg') no-repeat;		*/
  padding: 0;
}
.kv[data-category="company"] {
  background: url('/restaurant/assets/img/company/bg_kv.jpg') no-repeat;
}
.kv[data-category="kids"] {
  background: url('/restaurant/assets/img/kids/bg_kv.jpg') no-repeat;
}
.kv[data-category="recruit"] {
  background: url('/restaurant/assets/img/recruit/bg_kv.jpg') no-repeat;
}
.kv[data-category="birthday"] {
  /*		background: url('/restaurant/assets/img/birthday/bg_kv.jpg') no-repeat;		*/
  padding: 0;
}
.kv[data-category="service"] {
  background: url('/restaurant/assets/img/service/bg_kv.jpg') no-repeat;
}
.kv[data-category="support"] {
  /*		background: url('/restaurant/assets/img/support/bg_kv.jpg') no-repeat;	*/
  padding: 0;
}
.kv[data-category="shop"] {
  /*		background: url('/restaurant/assets/img/shop/bg_kv.jpg') no-repeat;		*/
  padding: 0;
}
.kv[data-category="contact"] {
  /*		background: url('/restaurant/assets/img/contact/bg_kv.jpg') no-repeat;	*/
  padding: 0;
}
.kv[data-category="environment"] {
  /*		background: url('/restaurant/assets/img/environment/bg_kv.jpg') no-repeat;	*/
  padding: 0;
}
.kv[data-category="specialmenu"] {
  background: url('/restaurant/assets/img/special/bg_kv.jpg') no-repeat;
}
.kv[data-category="corporate"] {
  background: url('/restaurant/assets/img/corporate/bg_kv.jpg') no-repeat;
}
@media screen and (max-width: 768px) {
  .kv {
    margin: 0 0 10px;
    height: 0;
    padding: 91.25% 0 0 0;
  }
  .kv[data-category="top"] {
    margin: 0 0 30px;
  }
  .kv[data-category="groundmenu"] {
    background: url('/restaurant/assets/img/groundmenu/2022/bg_kv_sp.jpg') no-repeat;
  }
  .kv[data-category="restaurant_brand"] {
    /*			background: url('/restaurant/assets/img/restaurant_brand/bg_kv_sp.jpg') no-repeat;		*/
  }
  .kv[data-category="news"] {
    /*			background: url('/restaurant/assets/img/news/bg_kv_sp.jpg') no-repeat;		*/
  }
  .kv[data-category="campaign"] {
    /*			background: url('/restaurant/assets/img/campaign/bg_kv_sp.jpg') no-repeat;	*/
  }
  .kv[data-category="company"] {
    background: url('/restaurant/assets/img/company/bg_kv_sp.jpg') no-repeat;
  }
  .kv[data-category="kids"] {
    background: url('/restaurant/assets/img/kids/bg_kv_sp.jpg') no-repeat;
  }
  .kv[data-category="recruit"] {
    background: url('/restaurant/assets/img/recruit/bg_kv_sp.jpg') no-repeat;
  }
  .kv[data-category="birthday"] {
    /*			background: url('/restaurant/assets/img/birthday/bg_kv_sp.jpg') no-repeat;	*/
  }
  .kv[data-category="service"] {
    background: url('/restaurant/assets/img/service/bg_kv_sp.jpg') no-repeat;
  }
  .kv[data-category="support"] {
    background: url('/restaurant/assets/img/support/bg_kv_sp.jpg') no-repeat;
  }
  .kv[data-category="shop"] {
    /*			background: url('/restaurant/assets/img/shop/bg_kv_sp.jpg') no-repeat;		*/
  }
  .kv[data-category="contact"] {
    /*			background: url('/restaurant/assets/img/contact/bg_kv_sp.jpg') no-repeat;		*/
  }
  .kv[data-category="environment"] {
    /*			background: url('/restaurant/assets/img/environment/bg_kv_sp.jpg') no-repeat;	*/
  }
  .kv[data-category="specialmenu"] {
    background: url('/restaurant/assets/img/special/bg_kv_sp.jpg') no-repeat;
  }
  .kv[data-category="corporate"] {
    background: url('/restaurant/assets/img/corporate/bg_kv_sp.jpg') no-repeat;
  }
}
/*--------------------------------------------------------------------------------
 breadcrumb
--------------------------------------------------------------------------------*/
.breadcrumb {
  width: 920px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.breadcrumb li {
  margin: 0 10px 0 0;
  color: #666;
  line-height: 1.4;
}
.breadcrumb li a {
  color: #666;
}
.breadcrumb li a span {
  margin: 0 10px 0 0;
}
.breadcrumb li:last-child {
  color: #d20038;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    width: auto;
    margin: 0 auto 30px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumb li {
    margin: 0 10px 0 0;
  }
  .breadcrumb li a span {
    margin: 0 10px 0 0;
  }
}
/*--------------------------------------------------------------------------------
 card01
--------------------------------------------------------------------------------*/
.card01 {
  padding: 0 0 50px;
}
.card01 .card01-title {
  width: 182px;
  height: 48px;
  background: url('/restaurant/assets/img/top/title_campaign.png') no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.card01 .card01-lead {
  text-align: center;
  margin: 0 0 20px;
}
.card01 .card01-inner {
  width: 920px;
  /*		width: 600px;	*/
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*		justify-content: space-between;	*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card01 .card01-inner .card01-item {
  width: 290px;
  height: 230px;
  position: relative;
  margin: 0 0 20px;
  margin: 0 20px 20px 0;
  /*
			&:nth-of-type(even) {
				margin: 0 0 20px;
			}
*/
}
.card01 .card01-inner .card01-item:nth-of-type(3n) {
  margin: 0 0 20px;
}
.card01 .card01-inner .card01-item:last-of-type {
  margin: 0;
}
.card01 .card01-inner .card01-item a .card01-item-date {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  padding: 0 0 0 10px;
  background: url('/restaurant/assets/img/top/ribbon_r__r.png') center right no-repeat;
  background-size: cover;
  font-size: 12px;
  z-index: 1000;
}
.card01 .card01-inner .card01-item a figure {
  margin: 0 0 15px;
  height: 100%;
}
.card01 .card01-inner .card01-item a figure img {
  width: 100%;
  height: auto;
}
.card01 .card01-inner .card01-item a figure .card01-item-title {
  width: 100%;
  height: 37px;
  background-color: rgba(96, 56, 19, 0.8);
  color: #FFF;
  font-size: 17px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.card01 .card01-inner .card01-item a figure .card01-item-title .cake {
  font-size: 15px;
}
.card01 .card01-inner .card01-item a .card01-item-txt {
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .card01 {
    padding: 0 10px 10px 10px;
  }
  .card01 .card01-title {
    width: 182px;
    height: 48px;
  }
  .card01 .card01-lead {
    margin: 0 0 20px;
  }
  .card01 .card01-inner {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .card01 .card01-inner .card01-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 20px !important;
  }
  .card01 .card01-inner .card01-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .card01 .card01-inner .card01-item a .card01-item-date {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 90%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    font-size: 14px;
    z-index: 1000;
  }
  .card01 .card01-inner .card01-item a figure {
    margin: 0;
    position: relative;
  }
  .card01 .card01-inner .card01-item a figure img {
    display: block;
  }
  .card01 .card01-inner .card01-item a figure .card01-item-title {
    position: relative;
  }
  .card01 .card01-inner .card01-item a figure .card01-item-title .cake {
    font-size: 16px;
  }
  .card01 .card01-inner .card01-item a .card01-item-txt {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
/*--------------------------------------------------------------------------------
 card02
--------------------------------------------------------------------------------*/
.card02 {
  background-color: #f2f2f2;
  position: relative;
  padding: 40px 0;
}
.card02 .card02-title {
  width: 125px;
  height: 48px;
  margin: 0 auto 10px;
  background: url('/restaurant/assets/img/top/title_menu.png') no-repeat;
  background-size: contain;
}
.card02 .card02-lead {
  text-align: center;
  margin: 0 0 15px;
}
.card02 .card02-content {
  width: 920px;
  height: 85px;
  margin: 0 auto;
  padding: 200px 0 0;
  position: relative;
  background: url('/restaurant/assets/img/top/img_menu_2025.jpg') no-repeat;
  background-size: cover;
}
.card02 .card02-content a {
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  color: #FFF;
  text-align: center;
  background-color: #B7183F;
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .card02 .card02-title {
    width: 125px;
    height: 48px;
  }
  .card02 .card02-content {
    width: auto;
    height: 95vw;
    margin: 0 auto;
    padding: 0;
    background: url('/restaurant/assets/img/top/img_menu_sp_2025.jpg') no-repeat;
    background-size: cover;
    position: relative;
  }
  .card02 .card02-content a {
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-indent: -10000px;
  }
}
/*--------------------------------------------------------------------------------
 card03
--------------------------------------------------------------------------------*/
.card03 {
  padding: 40px 0;
}
.card03 .card03-title {
  width: 173px;
  height: 48px;
  background: url('/restaurant/assets/img/top/title_kids.png') no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.card03 .card03-lead {
  text-align: center;
  margin: 0 0 20px;
}
.card03 .card03-content {
  width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card03 .card03-content .card03-item {
  width: 290px;
  height: 230px;
  position: relative;
}
.card03 .card03-content .card03-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card03 .card03-content .card03-item a figure img {
  width: 100%;
  height: auto;
}
.card03 .card03-content .card03-item a .card03-item-title {
  width: 100%;
  height: 40px;
  background-color: rgba(96, 56, 19, 0.8);
  color: #FFF;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .card03 .card03-content {
    width: auto;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
  }
  .card03 .card03-content .card03-item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 20px;
  }
  .card03 .card03-content .card03-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
/*--------------------------------------------------------------------------------
 card04
--------------------------------------------------------------------------------*/
.card04 {
  background-color: #f2f2f2;
  padding: 40px 0;
}
.card04 .card04-title {
  width: 137px;
  height: 49px;
  background: url('/restaurant/assets/img/top/title_other.png') no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.card04 .card04-lead {
  margin: 0 0 20px;
  text-align: center;
}
.card04 .card04-content {
  width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card04 .card04-content .card04-item {
  width: 290px;
  height: 212px;
  margin: 0 25px 0 0;
}
.card04 .card04-content .card04-item a {
  display: block;
  width: 100%;
  height: auto;
}
.card04 .card04-content .card04-item a figure img {
  width: 100%;
  height: auto;
}
.card04 .card04-content .card04-item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .card04 .card04-content {
    width: auto;
    padding: 0 10px;
    display: block;
  }
  .card04 .card04-content .card04-item {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .card04 .card04-content .card04-item a {
    margin: 0 0 20px;
  }
  .card04 .card04-content .card04-item:last-child {
    display: block;
  }
}
/*--------------------------------------------------------------------------------
 card05
--------------------------------------------------------------------------------*/
.card05 {
  margin: 50px 0 110px;
}
.card05 .card05-title {
  width: 125px;
  height: 48px;
  background: url('/restaurant/assets/img/top/title_news.png') no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.card05 .card05-lead {
  text-align: center;
  margin: 0 0 20px;
}
.card05 ul {
  width: 660px;
  margin: 0 auto 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.card05 ul li {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #999;
  position: relative;
}
.card05 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
}
.card05 ul li a .card05-list-category {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 5px;
  color: #FFF;
  border-radius: 5px;
}
.card05 ul li a .card05-list-category.topix {
  background-color: #c87e4b;
}
.card05 ul li a .card05-list-category.news {
  background-color: #A67C52;
}
.card05 ul li a .card05-list-category.information {
  background-color: #d30039;
}
.card05 ul li a .card05-list-date {
  font-size: 12px;
  color: #808080;
  margin: 0 20px 0 10px;
}
.card05 ul li:after {
  display: block;
  content: "";
  width: 8px;
  height: 11px;
  background: url('/restaurant/assets/img/common/arrow_right__r.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}
.card05 ul li:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  .card05 {
    margin: 40px 0 110px;
  }
  .card05 ul {
    width: auto;
    padding: 0 10px;
  }
  .card05 ul li {
    padding: 10px 20px 10px 0;
    background: url('/restaurant/assets/img/common/arrow_right__r.png') right center no-repeat;
    background-size: 8px 11px;
  }
  .card05 ul li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card05 ul li a .card05-list-category {
    display: block;
    margin: 0 0 10px;
    min-width: 35%;
  }
  .card05 ul li a .card05-list-date {
    font-size: 12px;
    margin: 0 20px 0 10px;
  }
  .card05 ul li:after {
    display: none;
  }
  .card05 ul li:last-child {
    border: none;
  }
}
/*--------------------------------------------------------------------------------
 card06
--------------------------------------------------------------------------------*/
.card06 {
  width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card06 .card06-item {
  width: 290px;
  height: 100%;
  position: relative;
  margin: 0 25px 30px 0;
}
.card06 .card06-item:nth-child(3n) {
  margin: 0 0 30px;
}
.card06 .card06-item.takeout:before {
  display: block;
  content: '';
  width: 50px;
  height: 58px;
  position: absolute;
  background: url('/restaurant/assets/img/common/takeout.svg') no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.card06 .card06-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.card06 .card06-item a figure img {
  width: 100%;
  height: auto;
}
.card06 .card06-item a .card06-title {
  width: 100%;
  height: auto;
  background-color: rgba(96, 56, 19, 0.8);
  color: #FFF;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -2px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .card06 {
    width: auto;
    padding: 0 10px;
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card06 .card06-item {
    width: 49%;
    height: auto;
    margin: 0 0 30px;
  }
  .card06 .card06-item:nth-of-type(odd) {
    margin: 0 2% 30px 0;
  }
  .card06 .card06-item.takeout:before {
    width: 40px;
    height: 47px;
  }
  .card06 .card06-item a .card06-title {
    font-size: 12px;
    line-height: 1.5;
    left: 0;
    bottom: -2px;
    padding: 10px 0;
  }
}
.card06-special-title {
  width: 920px;
  font-size: 23px;
  padding: 20px 0 20px 40px;
  border-top: 1px solid #ee9fb4;
  border-bottom: 1px solid #d9d9d9;
  background: url('/restaurant/assets/img/menu_detail/ico_set.png') left center no-repeat;
  margin: 30px auto;
}
.card06-special-title span {
  color: #C02428;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .card06-special-title {
    width: 84%;
    margin: 4vw auto;
    font-size: 20px;
  }
}
.card06-caution {
  text-align: center;
  margin: 0 0 30px;
}
/*--------------------------------------------------------------------------------
 card07
--------------------------------------------------------------------------------*/
.card07 {
  width: 960px;
  margin: 0 auto 30px;
  border: 1px solid #b7b7b7;
  padding: 20px 30px;
  background-color: #f9f2ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card07 .card07-area-img {
  width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card07 .card07-area-img .card07-title {
  margin: 0 0 30px;
  display: inline-block;
  background-color: #7f292d;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  padding: 20px 40px;
  position: relative;
}
.card07 .card07-area-img .card07-title:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 28px 0 28px 10px;
  border-color: transparent transparent transparent #f9f2ed;
}
.card07 .card07-area-img .card07-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 28px 10px 28px 0;
  border-color: transparent #f9f2ed transparent transparent;
}
.card07 .card07-area-img figure {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  text-align: center;
}
.card07 .card07-area-img figure img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}
.card07 .card07-area-img .card07-caution {
  color: #d30039;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.card07 .card07-area-content {
  width: 455px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.card07 .card07-area-content .card07-txt {
  line-height: 1.6;
  margin: 0 0 40px;
}
.card07 .card07-area-content .card07-area-link.fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card07 .card07-area-content .card07-area-link.fl a {
  margin: 0 0 15px;
}
.card07 .card07-area-content .card07-area-link.fl a:nth-child(odd) {
  margin: 0 10px 15px 0;
}
@media screen and (max-width: 768px) {
  .card07 {
    width: auto;
    padding: 20px 10px;
    display: block;
  }
  .card07 .card07-area-img {
    width: 100%;
    display: block;
    text-align: center;
  }
  .card07 .card07-area-img .card07-title {
    padding: 20px 40px;
  }
  .card07 .card07-area-img .card07-title:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 28px 0 28px 10px;
    border-color: transparent transparent transparent #f9f2ed;
  }
  .card07 .card07-area-img .card07-title:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 28px 10px 28px 0;
    border-color: transparent #f9f2ed transparent transparent;
  }
  .card07 .card07-area-img figure {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
  }
  .card07 .card07-area-content {
    width: 100%;
    display: block;
  }
  .card07 .card07-area-content .card07-txt {
    margin: 0 0 40px;
  }
  .card07 .card07-area-content .card07-area-link.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card07 .card07-area-content .card07-area-link.fl a {
    width: 45vw;
    margin: 0 0 15px;
  }
  .card07 .card07-area-content .card07-area-link.fl a:nth-child(odd) {
    margin: 0 10px 15px 0;
  }
}
/*--------------------------------------------------------------------------------
 card08
--------------------------------------------------------------------------------*/
.card08 {
  width: 960px;
  margin: 30px auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card08 .card08-item {
  width: 470px;
  height: 300px;
  margin: 0 0 60px;
}
.card08 .card08-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.card08 .card08-item a figure img {
  width: 100%;
  height: auto;
}
.card08 .card08-item a .card08-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(96, 56, 19, 0.8);
}
@media screen and (max-width: 768px) {
  .card08 {
    width: auto;
    margin: 30px auto 120px;
    padding: 0 10px;
    display: block;
  }
  .card08 .card08-item {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
}
/*--------------------------------------------------------------------------------
 block01
--------------------------------------------------------------------------------*/
.block01 {
  width: 960px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block01 a {
  display: block;
  width: 290px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 17px;
  background-color: #825323;
  border-radius: 10px;
}
.block01 a:first-of-type {
  margin: 0 20px 0 0;
}
.block01 a.active {
  background-color: #b57d4f;
}
@media screen and (max-width: 768px) {
  .block01 {
    width: auto;
    margin: 0 10px 80px;
  }
  .block01 a {
    display: block;
    width: 32%;
    height: 40px;
    font-size: 12px;
  }
}
/*--------------------------------------------------------------------------------
 block02
--------------------------------------------------------------------------------*/
.block02 {
  width: 660px;
  margin: 0 auto 80px;
}
.block02 ul li {
  border-bottom: 1px solid #bababa;
  padding: 0 20px 10px 0;
  margin: 0 0 15px;
  position: relative;
}
.block02 ul li:after {
  display: block;
  content: '';
  width: 7px;
  height: 11px;
  position: absolute;
  top: 5px;
  right: 10px;
  background: url('/restaurant/assets/img/common/arrow_right__r.png') no-repeat;
  background-size: cover;
}
.block02 ul li a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block02 ul li a .block02-list-category {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 5px;
  color: #FFF;
  border-radius: 5px;
}
.block02 ul li a .block02-list-category.topix {
  background-color: #c87e4b;
}
.block02 ul li a .block02-list-category.news {
  background-color: #A67C52;
}
.block02 ul li a .block02-list-category.information {
  background-color: #d30039;
}
.block02 ul li a .block02-date {
  font-size: 14px;
  color: #808080;
  padding: 0 20px 0 5px;
}
@media screen and (max-width: 768px) {
  .block02 {
    width: auto;
    margin: 0 10px 80px;
  }
  .block02 ul li:after {
    display: block;
    content: '';
    width: 7px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -5.5px 0 0;
    background: url('/restaurant/assets/img/common/arrow_right__r.png') no-repeat;
    background-size: cover;
  }
  .block02 ul li a {
    font-size: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block02 ul li a .block02-list-category {
    display: block;
    margin: 0 0 10px;
    min-width: 35%;
  }
  .block02 ul li a .block02-date {
    font-size: 14px;
    padding: 0 20px 0 5px;
  }
}
/*--------------------------------------------------------------------------------
 block03
--------------------------------------------------------------------------------*/
.block03 {
  width: 960px;
  margin: 70px auto 110px;
  padding: 0 0 35px;
  text-align: center;
  position: relative;
}
.block03 .block03-answer-img {
  margin: 0 0 50px;
  max-width: 100%;
}
.block03 .block03-title {
  width: 487px;
  height: 95px;
  background: url('/restaurant/assets/img/campaign/ribbon__r.png') no-repeat;
  margin: 0 auto 35px;
}
.block03 .block03-content a {
  display: block;
  margin: 0 0 35px;
}
.block03 .block03-content a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .block03 {
    width: auto;
    margin: 50px 10px 50px;
    padding: 30px 10px 35px;
  }
  .block03 .block03-answer-img {
    margin: 0 0 50px;
  }
  .block03 .block03-title {
    width: 100%;
    background-size: contain;
    left: inherit;
  }
  .block03 .block03-content a {
    display: block;
    margin: 0 0 35px;
  }
  .block03 .block03-content a img {
    width: 100%;
    height: auto;
  }
}
/*--------------------------------------------------------------------------------
 block04
--------------------------------------------------------------------------------*/
.block04 {
  width: 960px;
  margin: 30px auto 60px;
}
.block04 .block04-title {
  font-size: 24px;
  font-weight: bold;
  color: #d20038;
  margin: 0 0 15px;
}
.block04 .block04-lead {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  background-color: #b57d4f;
}
.block04 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 15px;
}
.block04 dl dt {
  width: 155px;
  border-bottom: 1px solid #bababa;
  border-left: 5px dotted #ccac94;
  border-right: 5px dotted #ccac94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.block04 dl dd {
  width: 760px;
  padding: 25px 0 25px 30px;
  border-bottom: 1px solid #bababa;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .block04 {
    width: auto;
    margin: 30px auto 60px;
    padding: 0 10px;
  }
  .block04 dl {
    display: block;
  }
  .block04 dl dt {
    width: auto;
    display: block;
    padding: 20px 0;
    border-bottom: 5px dotted #ccac94;
  }
  .block04 dl dd {
    width: auto;
    padding: 20px;
    border-bottom: 5px dotted #ccac94;
  }
}
/*--------------------------------------------------------------------------------
 block05
--------------------------------------------------------------------------------*/
.block05 {
  width: 960px;
  margin: 0 auto 110px;
}
.block05 .block05-title {
  width: 880px;
  height: 40px;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  background-color: #b57d4f;
  margin: 0 auto 40px;
}
.block05 .block05-content {
  width: 665px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
}
.block05 .block05-content .block05-txt {
  margin: 0 0 30px;
}
.block05 .block05-content .block05-access {
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  padding: 10px 0 10px 100px;
  margin: 0 0 30px;
}
.block05 .block05-subtitle {
  font-size: 23px;
  font-weight: bold;
  color: #d20038;
  margin: 0 0 20px;
}
.block05 .block05-subcontent {
  font-size: 14px;
}
.block05 .block05-subcontent p {
  width: 665px;
  margin: 0 auto;
  line-height: 2;
}
.block05 .block05-subcontent p a {
  display: block;
  position: relative;
  color: #8c0023;
}
.block05 .block05-subcontent p a:after {
  display: block;
  content: '';
  width: 7px;
  height: 11px;
  position: absolute;
  top: 5px;
  left: 315px;
  background: url('/restaurant/assets/img/common/arrow_right__r.png') no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .block05 {
    width: auto;
    padding: 0 10px;
  }
  .block05 .block05-title {
    width: 100%;
    margin: 0 auto 40px;
  }
  .block05 .block05-content {
    width: 90%;
  }
  .block05 .block05-content .block05-access {
    padding: 10px;
    margin: 0 0 30px;
  }
  .block05 .block05-subtitle {
    margin: 0 0 20px;
  }
  .block05 .block05-subcontent p {
    width: auto;
  }
  .block05 .block05-subcontent p a:after {
    top: 10px;
    left: inherit;
    right: 20px;
  }
}
/*--------------------------------------------------------------------------------
 block06
--------------------------------------------------------------------------------*/
.block06 {
  width: 960px;
  margin: 30px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block06 li {
  width: 180px;
  height: 50px;
  margin: 0 15px 10px 0;
}
.block06 li:nth-child(5n) {
  margin: 0 0 10px;
}
.block06 li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
  background-color: #825323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
.block06 li a.active {
  background-color: #c87e4b;
}
@media screen and (max-width: 768px) {
  .block06 {
    width: auto;
    margin: 30px auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
  .block06 li {
    width: 48%;
    height: 50px;
    margin: 0 auto 10px 0;
  }
  .block06 li:nth-child(even) {
    margin: 0 0 10px auto;
  }
  .block06 li:nth-child(odd) {
    margin: 0 auto 10px 0 !important;
  }
}
/*--------------------------------------------------------------------------------
 block07
--------------------------------------------------------------------------------*/
.block07 {
  width: 960px;
  margin: 0 auto;
}
.block07 .block07-titlearea {
  width: 100%;
  height: 60px;
  background: url('/restaurant/assets/img/menu_detail/bg_title.png') no-repeat;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block07 .block07-titlearea .block07-title {
  color: #d20038;
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 0 30px;
  margin: 0 auto 0 0;
}
.block07 .block07-titlearea .block07-title-price {
  color: #d20038;
  font-size: 14px;
  white-space: nowrap;
}
.block07 .block07-titlearea .block07-title-price strong {
  font-size: 23px;
  font-weight: bold;
}
.block07 .block07-titlearea .block07-title-cal {
  font-size: 13px;
  margin: 0 70px 0 30px;
}
.block07 p {
  line-height: 1.2;
}
.block07 .block07-cc {
  width: 40%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #666;
  text-align: center;
  line-height: 1.4;
}
.block07 .block07-cc span {
  font-size: 80%;
}
.block07 .block07-caution {
  color: #d20038;
  font-size: 20px;
  margin: 0 0 30px;
  line-height: 1.4;
}
.block07 .block07-title-remarks {
  text-align: left;
  margin: 0 0 30px;
  line-height: 1.4;
}
.block07 figure {
  width: 660px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.block07 figure.takeout:before {
  display: block;
  content: '';
  width: 80px;
  height: 93px;
  background: url('/restaurant/assets/img/common/takeout.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.block07 figure img {
  width: 100%;
  height: auto;
}
.block07 .block07-description {
  margin: 30px 0 50px;
  line-height: 1.3;
}
.block07 .block07-description img {
  max-width: 100%;
  height: auto;
}
.block07 .block07-description a {
  color: #d20038;
}
.block07 .block07-description span {
  font-size: 80%;
}
.block07 .block07-description .block07-shop-title {
  width: 100%;
  height: 50px;
  background: url('/restaurant/assets/img/campaign_detail/bg_shop.png') no-repeat;
  margin: 0 0 30px;
}
.block07 .block07-description dl {
  font-size: 14px;
}
.block07 .block07-description dl dt {
  background: url('/restaurant/assets/img/campaign_detail/ico_flower.png') left center no-repeat;
  padding: 10px 0 10px 30px;
  margin: 0 0 30px;
}
.block07 .block07-description dl dd {
  margin: 0 0 25px;
  padding: 0 0 0 45px;
}
.block07 .block07-description dl dd a {
  display: inline-block;
  background: url('/restaurant/assets/img/common/arrow_right__r.png') left center no-repeat;
  background-size: contain;
  padding: 0 0 0 15px;
  margin: 0 60px 10px 0;
}
.block07 .block07-topping {
  margin: 0 0 30px;
}
.block07 .block07-topping img {
  width: 100%;
  height: auto;
}
.block07 .block07-category {
  font-family: 'BlackJack';
  font-size: 133px;
  color: #d20038;
  opacity: 0.1;
  margin: 0 0 40px;
}
.block07 .block07-cakeset {
  text-align: center;
}
.block07 .block07-cakeset a {
  color: #d30039;
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .block07 {
    width: auto;
    padding: 0 10px;
  }
  .block07 .block07-titlearea {
    width: 100%;
    height: auto;
    background: url('/restaurant/assets/img/menu_detail/bg_title.png') repeat;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block07 .block07-titlearea .block07-title {
    width: 100%;
    font-size: 23px;
    padding: 10px 10px 0 10px;
    margin: 0;
  }
  .block07 .block07-titlearea .block07-title-price {
    padding: 10px;
  }
  .block07 .block07-titlearea .block07-title-cal {
    margin: 0;
    padding: 0 10px 0 0;
  }
  .block07 .block07-cc {
    width: auto;
    margin: 0;
  }
  .block07 figure {
    width: 100%;
  }
  .block07 figure.takeout:before {
    width: 60px;
    height: 70px;
  }
  .block07 .block07-description dl dd {
    padding: 0 0 0 10px;
  }
  .block07 .block07-category {
    font-size: 50px;
    margin: 0 0 30px;
  }
  .block07 .block07-cakeset a {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------------------------
 block08
--------------------------------------------------------------------------------*/
.block08 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px;
}
.block08 li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.block08 li.takeout:before {
  display: block;
  content: '';
  width: 60px;
  height: 70px;
  background: url('/restaurant/assets/img/common/takeout.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.block08 li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .block08 {
    margin: 0 0 40px;
  }
  .block08 li.takeout:before {
    width: 20px;
    height: 23px;
  }
}
.block08-caution-list {
  width: 960px;
  margin: 0 auto 50px;
}
.block08-caution-list li {
  margin: 0 0 5px;
  font-size: 14px;
}
.block08-caution-list li span {
  color: #C02428;
}
@media screen and (max-width: 768px) {
  .block08-caution-list {
    width: auto;
    margin: 0 auto 30px;
  }
  .block08-caution-list li {
    font-size: 12px;
    line-height: 1.3;
  }
}
/*--------------------------------------------------------------------------------
 block09
--------------------------------------------------------------------------------*/
.block09 {
  width: 960px;
  margin: 0 auto 100px;
}
.block09 .block09-title {
  font-size: 23px;
  padding: 20px 0 20px 40px;
  border-top: 1px solid #ee9fb4;
  border-bottom: 1px solid #d9d9d9;
  background: url('/restaurant/assets/img/menu_detail/ico_set.png') left center no-repeat;
  margin: 0 0 30px;
}
.block09 .block09-title span {
  color: #C02428;
  font-weight: bold;
}
.block09 .block09-title .caution {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
.block09 .block09-subtitle {
  font-size: 23px;
  font-weight: bold;
  padding: 10px 0 10px 20px;
  background-color: #d20038;
  color: #FFF;
}
.block09 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
.block09 .block09-caution-list li {
  margin: 0 0 5px;
  font-size: 14px;
}
.block09 .block09-caution-list li span {
  color: #C02428;
}
.block09 .block09-txt {
  font-size: 14px;
  margin: -10px 0 30px;
}
.block09 .rice_img {
  width: 450px;
  margin: 0 auto 30px;
}
.block09 .lunch_img {
  width: 200px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .block09 {
    width: auto;
    padding: 0 10px;
    margin: 0 auto 50px;
  }
  .block09 .block09-title span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
  }
  .block09 .block09-title .caution {
    font-size: 12px;
    line-height: 1.4;
  }
  .block09 .block09-subtitle {
    font-size: 20px;
    padding: 10px 0 10px 10px;
  }
  .block09 .block09-caution-list li {
    font-size: 12px;
    line-height: 1.3;
  }
  .block09 .block09-txt {
    font-size: 12px;
  }
  .block09 .rice_img {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------
 block10
--------------------------------------------------------------------------------*/
.block10 {
  width: 960px;
  margin: 0 auto 190px;
}
.block10 .block10-end {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  color: #d30039;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d30039;
}
.block10 .block10-end a {
  color: #d30039;
}
.block10 .block10-main {
  margin: 0 0 45px;
}
.block10 .block10-main img {
  width: 100%;
  height: auto;
}
.block10 .block10-banner {
  display: block;
  margin: 0 0 60px;
}
.block10 .block10-banner img {
  border: 1px solid #000;
  width: 100%;
  height: auto;
}
.block10 .block10-free-area {
  margin: 0 0 40px;
}
.block10 .block10-free-area p {
  font-size: 14px;
  line-height: 1.6;
}
.block10 .block10-free-area .caution {
  color: #d30039;
  font-weight: bold;
}
.block10 .block10-time-area .block10-time-title {
  width: 100%;
  height: 50px;
  background: url('/restaurant/assets/img/campaign_detail/bg_time.png') no-repeat;
  margin: 0 0 30px;
}
.block10 .block10-time-area dl dt {
  font-weight: bold;
  border-bottom: 2px dotted #cdad95;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.block10 .block10-time-area dl dd {
  font-size: 14px;
  margin: 0 0 40px;
  line-height: 1.6;
}
.block10 .block10-time-area dl dd .caution {
  font-size: 11px;
  color: #d30039;
}
.block10 .block10-time-area dl dd span {
  display: inline-block;
  margin: 0 30px 0 0;
}
.block10 .block10-period-area {
  margin: 0 0 50px;
}
.block10 .block10-period-area .block10-period-title {
  width: 100%;
  height: 50px;
  background: url('/restaurant/assets/img/news_detail/bg_period.png') no-repeat;
  margin: 0 0 30px;
}
.block10 .block10-period-area p {
  font-size: 14px;
}
.block10 .block10-shop-area .block10-shop-title {
  width: 100%;
  height: 50px;
  background: url('/restaurant/assets/img/campaign_detail/bg_shop.png') no-repeat;
  margin: 0 0 30px;
}
.block10 .block10-shop-area .block10-shop-title.sale {
  background: none;
  background-color: #fcb9d6;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  padding: 0 0 0 20px;
}
.block10 .block10-shop-area dl {
  font-size: 14px;
}
.block10 .block10-shop-area dl dt {
  background: url('/restaurant/assets/img/campaign_detail/ico_flower.png') left center no-repeat;
  padding: 10px 0 10px 30px;
  margin: 0 0 30px;
}
.block10 .block10-shop-area dl dd {
  margin: 0 0 25px;
  padding: 0 0 0 45px;
}
.block10 .block10-shop-area dl dd a {
  display: inline-block;
  min-width: 150px;
  background: url('/restaurant/assets/img/common/arrow_right__r.png') left center no-repeat;
  background-size: contain;
  padding: 0 0 0 15px;
  margin: 0 60px 10px 0;
}
.block10 .block10-cakeset {
  text-align: center;
}
.block10 .block10-cakeset a {
  color: #d30039;
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .block10 {
    width: auto;
    margin: 0 10px 100px;
  }
  .block10 .block10-end {
    font-size: 22px;
  }
  .block10 .block10-shop-area .block10-shop-title.sale {
    width: auto;
  }
  .block10 .block10-shop-area dl dd {
    padding: 0 0 0 10px;
  }
  .block10 .block10-shop-area dl dd a {
    padding: 0 0 0 20px;
    line-height: 1.6;
    background-size: 14px 21px;
    background-position: 0 0;
  }
  .block10 .block10-cakeset a {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------------------------
 block11
--------------------------------------------------------------------------------*/
.block11 {
  width: 960px;
  margin: 0 auto 100px;
}
.block11 .block11-titlearea {
  width: auto;
  min-height: 80px;
  background: url('/restaurant/assets/img/news_detail/bg_title.png') no-repeat;
  background-size: cover;
  margin: 0 0 30px;
  padding: 20px 15px 20px 15px;
}
.block11 .block11-titlearea .block11-title-date {
  font-size: 14px;
  display: block;
  margin: 0 0 10px;
}
.block11 .block11-titlearea .block11-title {
  font-size: 23px;
  font-weight: bold;
  color: #d20038;
}
.block11 figure {
  margin: 0 0 40px;
}
.block11 figure img {
  width: 100%;
  height: auto;
}
.block11 .block11-free-area {
  margin: 0 0 40px;
  line-height: 1.6;
}
.block11 .block11-free-area p {
  font-size: 14px;
  line-height: 1.6;
}
.block11 .block11-free-area .caution {
  color: #d30039;
  font-weight: bold;
}
.block11 .block11-free-area strong {
  font-size: 18px;
  font-weight: bold;
}
.block11 .block11-free-area img {
  max-width: 100%;
  height: 100%;
}
.block11 .block11-period-area {
  margin: 0 0 50px;
}
.block11 .block11-period-area .block11-period-title {
  width: 100%;
  height: 50px;
  background: url('/restaurant/assets/img/news_detail/bg_period.png') no-repeat;
  margin: 0 0 30px;
}
.block11 .block11-period-area p {
  font-size: 14px;
}
.block11 .block11-shop-area .block11-shop-title {
  width: 100%;
  height: 50px;
  background: url('/restaurant/assets/img/news_detail/bg_shop.png') no-repeat;
  margin: 0 0 30px;
}
.block11 .block11-shop-area dl {
  font-size: 14px;
}
.block11 .block11-shop-area dl dt {
  background: url('/restaurant/assets/img/news_detail/ico_flower.png') left center no-repeat;
  padding: 10px 0 10px 30px;
  margin: 0 0 30px;
}
.block11 .block11-shop-area dl dd {
  margin: 0 0 25px;
  padding: 0 0 0 45px;
}
.block11 .block11-shop-area dl dd a {
  display: inline-block;
  background: url('/restaurant/assets/img/common/arrow_right__r.png') left center no-repeat;
  background-size: contain;
  padding: 0 0 0 15px;
  margin: 0 60px 10px 0;
}
@media screen and (max-width: 768px) {
  .block11 {
    width: auto;
    margin: 0 10px 100px;
  }
  .block11 .block11-shop-area dl dd {
    margin: 0 0 25px;
    padding: 0 0 0 10px;
  }
  .block11 .block11-shop-area dl dd a {
    margin: 0 60px 10px 0;
  }
}
/*--------------------------------------------------------------------------------
 block12
--------------------------------------------------------------------------------*/
.block12 {
  width: 960px;
  margin: 30px auto 150px;
}
.block12 .block12-mainarea {
  margin: 0 0 75px;
}
.block12 .block12-mainarea img {
  width: 100%;
  height: auto;
}
.block12 .block12-bannerarea a {
  display: block;
  margin: 0 0 30px;
}
.block12 .block12-bannerarea a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .block12 {
    width: auto;
    padding: 0 10px;
    margin: 30px auto 100px;
  }
  .block12 .block12-mainarea {
    margin: 0 0 30px;
  }
  .block12 .block12-bannerarea a {
    margin: 0 0 30px;
  }
}
/*--------------------------------------------------------------------------------
 block13
--------------------------------------------------------------------------------*/
.block13 {
  width: 960px;
  margin: 0 auto 70px;
}
.block13 .block13-title {
  width: 672px;
  height: 144px;
  background: url('/restaurant/assets/img/support/title.png') no-repeat;
  margin: 0 auto 45px;
}
.block13 .block13-item {
  margin: 0 0 30px;
}
.block13 .block13-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}
.block13 .block13-item .block13-txt {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .block13 {
    width: auto;
    padding: 0 10px;
    margin: 0 auto 50px;
  }
  .block13 .block13-title {
    width: 100%;
    height: 0;
    padding: 88% 0 0;
    background: url('/restaurant/assets/img/support/title_sp.jpg') center center no-repeat;
    background-size: contain;
    margin: 0 auto 30px;
  }
}
/*--------------------------------------------------------------------------------
 block14
--------------------------------------------------------------------------------*/
.block14 {
  width: 960px;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block14 .block14-side {
  width: 175px;
}
.block14 .block14-side ul li {
  margin: 0 0 15px;
}
.block14 .block14-side ul li a {
  display: block;
  width: 175px;
  height: 58px;
  line-height: 58px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
.block14 .block14-side ul li:nth-of-type(1) a {
  background-color: #a1d354;
}
.block14 .block14-side ul li:nth-of-type(2) a {
  background-color: #ffb33d;
}
.block14 .block14-side ul li:nth-of-type(3) a {
  background-color: #d0d330;
}
.block14 .block14-side ul li:nth-of-type(4) a {
  background-color: #c1a896;
}
.block14 .block14-side ul li:nth-of-type(5) a {
  background-color: #ff60a2;
}
.block14 .block14-main {
  width: 735px;
}
.block14 .block14-main .block14-title {
  font-size: 28px;
  font-weight: bold;
  color: #d20038;
  margin: 0 0 30px;
}
.block14 .block14-main ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
}
.block14 .block14-main ul li {
  margin: 0 40px 10px 0;
}
.block14 .block14-main ul li a {
  display: block;
  width: 152px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  border-radius: 10px;
  background-color: #b57d4f;
}
.block14 .block14-main ul li:nth-of-type(4n) {
  margin: 0 0 10px;
}
.block14 .block14-main .block14-pref-name {
  margin: 0 0 20px;
  background-color: #d30039;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
}
.block14 .block14-main dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px;
}
.block14 .block14-main dl dt {
  width: 190px;
  font-weight: bold;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  padding: 20px;
  background: #f2f2f2 url('/restaurant/assets/img/common/arrow_right__r.png') 200px center no-repeat;
  margin: 0 0 20px;
}
.block14 .block14-main dl dt a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block14 .block14-main dl dd {
  width: 450px;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  padding: 20px;
  margin: 0 0 20px;
}
.block14 .block14-main dl dd a {
  display: block;
  width: 100%;
  height: 100%;
}
.block14 .block14-main dl dd a p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
}
.block14 .block14-main dl dd a p span {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 15px 0 0;
  color: #818181;
  width: 50px;
}
.block14 .block14-main dl dd a p span.address {
  display: block;
  width: auto;
  font-weight: normal;
  padding: 0 0 0 65px;
  color: #000;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .block14 {
    width: auto;
    margin: 0 auto 60px;
    display: block;
    padding: 0 10px;
  }
  .block14 .block14-side {
    width: 100%;
    margin: 0 0 30px;
  }
  .block14 .block14-side ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block14 .block14-side ul li {
    width: 48%;
    margin: 0 0 10px;
  }
  .block14 .block14-side ul li:nth-of-type(odd) {
    margin: 0 10px 10px 0;
  }
  .block14 .block14-main {
    width: 100%;
  }
  .block14 .block14-main .block14-title {
    font-size: 28px;
    margin: 0 0 30px;
  }
  .block14 .block14-main ul {
    width: 100%;
    margin: 0 0 30px;
  }
  .block14 .block14-main ul li {
    width: 48%;
    margin: 0 10px 10px 0;
  }
  .block14 .block14-main ul li a {
    width: 100%;
  }
  .block14 .block14-main ul li:nth-of-type(even) {
    margin: 0 0 10px;
  }
  .block14 .block14-main dl {
    display: block;
    width: auto;
  }
  .block14 .block14-main dl dt {
    width: auto;
    padding: 20px;
    background: #f2f2f2 url('/restaurant/assets/img/common/arrow_right__r.png') 88vw center no-repeat;
    border-bottom: none;
  }
  .block14 .block14-main dl dd {
    width: auto;
  }
  .block14 .block14-main dl dd a p:nth-of-type(1) {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .block14 .block14-main dl dd a p span {
    margin: 0 15px 0 0;
  }
}
/*--------------------------------------------------------------------------------
 block15
--------------------------------------------------------------------------------*/
.block15 {
  width: 960px;
  margin: 0 auto 120px;
}
.block15 .block15-title {
  font-size: 24px;
  font-weight: bold;
  color: #d20038;
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d20038;
}
.block15 .block15-lead {
  margin: 0 0 10px;
}
.block15 .block15-caution {
  font-size: 13px;
  color: #666;
  margin: 0 0 30px;
  line-height: 1.6;
}
.block15 .block15-inputarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #b6b6b6;
  margin: 0 0 30px;
}
.block15 .block15-inputarea dt {
  width: 180px;
  font-weight: bold;
  border-bottom: 1px solid #b6b6b6;
  padding: 20px;
  background-color: #f2f2f2;
}
.block15 .block15-inputarea dd {
  width: 700px;
  border-bottom: 1px solid #b6b6b6;
  padding: 20px;
}
.block15 .block15-inputarea dd .block15-mail-caution {
  font-size: 13px;
  margin: 10px 0;
  line-height: 1.2;
}
.block15 .block15-inputarea dd input {
  width: 70%;
}
.block15 .block15-inputarea dd textarea {
  width: 70%;
}
.block15 .block15-inputarea dd .error {
  display: block;
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: bold;
  color: #FF0000;
}
.block15 .block15-btnarea {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block15 .block15-btnarea input[type='submit']:nth-of-type(2) {
  margin: 0 0 0 30px;
}
.block15 .block15-backtotop {
  margin: 30px 0 0;
}
.block15 .block15-backtotop a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .block15 {
    width: auto;
    padding: 0 10px;
    margin: 0 auto 60px;
  }
  .block15 .block15-lead {
    line-height: 1.5;
  }
  .block15 .block15-caution {
    line-height: 1.6;
  }
  .block15 .block15-inputarea dt {
    width: 100%;
  }
  .block15 .block15-inputarea dd {
    width: 100%;
    padding: 10px;
  }
  .block15 .block15-inputarea dd input {
    width: 80%;
  }
  .block15 .block15-inputarea dd textarea {
    width: 80%;
  }
  .block15 .block15-btnarea input[type='submit']:nth-of-type(2) {
    margin: 0 0 0 10%;
  }
  .block15 .block15-backtotop {
    margin: 30px 0 0;
  }
  .block15 .mw_wp_form mw_wp_form_complete {
    line-height: 1.5;
  }
}
/*--------------------------------------------------------------------------------
 block16
--------------------------------------------------------------------------------*/
.block16 {
  width: 960px;
  margin: 0 auto 120px;
  line-height: 1.6;
  font-size: 14px;
}
.block16 .block16-title {
  font-size: 24px;
  font-weight: bold;
  color: #d20038;
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d20038;
}
.block16 .block16-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px;
}
.block16 .block16-list li {
  margin: 0 20px 20px 0;
}
.block16 .block16-list li a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  border-radius: 10px;
  background-color: #b57d4f;
}
.block16 .block16-lead {
  margin: 0 0 30px;
}
.block16 .block16-lead a {
  text-decoration: underline;
}
.block16 .block16-content {
  margin: 0 0 30px;
}
.block16 .block16-content .block16-content-title {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 5px 10px;
  color: #d20038;
  border-bottom: 1px dotted #d20038;
  border-left: 5px solid #d20038;
  margin: 0 0 10px;
}
.block16 .block16-content .block16-content-subtitle {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px dotted #666;
  margin: 10px 0 5px;
  padding: 0 10px;
}
.block16 .block16-content .block16-content-spec {
  font-weight: bold;
}
.block16 .block16-content p {
  padding: 0 10px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .block16 {
    width: auto;
    padding: 0 10px;
    margin: 0 auto 60px;
  }
  .block16 .block16-list {
    margin: 0 auto 30px;
    width: 100%;
  }
  .block16 .block16-list li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .block16 .block16-list li:nth-of-type(even) {
    margin: 0 0 20px;
  }
  .block16 .block16-list li a {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------
 block17
--------------------------------------------------------------------------------*/
.block17 {
  width: 960px;
  margin: 0 auto 120px;
  line-height: 1.6;
  font-size: 14px;
}
.block17 .block17-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 30px;
  padding: 10px 10px 10px 20px;
  background-color: #d20038;
}
.block17 .block17-subtitle {
  font-size: 18px;
  margin: 0 0 30px;
  padding: 0 0 5px 5px;
  font-weight: bold;
  border-bottom: 1px dotted #666;
}
.block17 ul {
  margin: 0 0 30px;
}
.block17 ul li {
  margin: 0 0 30px;
}
.block17 ul li div .pdf_link {
  padding: 0 0 0 60px;
  position: relative;
  margin: 10px 0 0;
}
.block17 ul li div .pdf_link:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url('/restaurant/assets/img/common/ico_pdf.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -5px;
  left: 20px;
}
.block17 ul li div .pdf_link a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .block17 {
    width: auto;
    padding: 0 10px;
    margin: 0 auto 60px;
  }
}
/*--------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------*/
.footer {
  background-color: #d30039;
}
.footer .footer-inner {
  width: 960px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-inner .footer-nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.footer .footer-inner .footer-nav .footer-logo {
  width: 175px;
  height: 40px;
}
.footer .footer-inner .footer-nav ul {
  width: 525px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-inner .footer-nav ul li {
  height: 15px;
  position: relative;
}
.footer .footer-inner .footer-nav ul li a {
  color: #FFF;
  font-size: 12px;
}
.footer .footer-inner .footer-nav ul li:after {
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: -20px;
}
.footer .footer-inner .footer-nav ul li:last-child:after {
  display: none;
}
.footer .footer-inner .contactText {
  font-size: 12px;
  color: #fff;
}
.footer .footer-inner .contactText .telLinkNum {
  display: inline-block;
  margin-right: 10px;
  padding-left: 35px;
  background: url('/restaurant/assets/img/footer_ic01.png') no-repeat 0 50%;
  font-size: 18px;
}
.footer .footer-inner .copyright {
  display: block;
  margin-left: 30px;
  font-size: 10px;
  color: #fff;
}
.footer .copyright {
  /*
		background-color: #FFF;
		width: 100%;
		height: 45px;
		line-height: 45px;
		color: #d30039;
		text-align: center;
		font-size: 12px;
*/
}
@media screen and (max-width: 768px) {
  .footer .footer-inner {
    width: 100%;
    height: auto;
    padding: 0.5em 0;
  }
  .footer .footer-inner .footer-nav {
    display: block;
  }
  .footer .footer-inner .footer-nav .footer-logo {
    width: 50%;
    height: 40px;
    padding: 10px 10px 0 10px;
  }
  .footer .footer-inner .footer-nav ul {
    width: auto;
    padding: 0 10px;
    display: block;
  }
  .footer .footer-inner .footer-nav ul li {
    height: auto;
    padding: 10px 0;
  }
  .footer .footer-inner .footer-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .footer .footer-inner .footer-nav ul li:after {
    display: none;
  }
  .footer .footer-inner .footer-nav ul li:last-child:after {
    display: none;
  }
  .footer .footer-inner .contactText {
    text-align: center;
  }
  .footer .footer-inner .contactText .telLinkNum {
    display: block;
    padding-left: 25px;
    background-image: url('/restaurant/assets/img/footer_ic01.png');
    background-size: 21px 13px;
    color: #FFF;
  }
  .footer .footer-inner .copyright {
    margin: 5px 0 0;
  }
}
