@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
body {
  background-color: #000;
}

#cuisine .img_kv img {
  object-position: 64% 0;
}

.bg_intro {
  background: url(../../cuisine/images/bg_intro.png) top left no-repeat;
  background-size: cover;
}

.con_intro {
  margin: 0 auto;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_intro {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro {
    padding-bottom: 6.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.con_intro .wrp_left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .con_intro .wrp_left {
    width: calc(570 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left {
    width: 100%;
  }
}
.con_intro .wrp_left .box_txt {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .con_intro .wrp_left .box_txt {
    width: calc(360 / 570 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_txt {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .wrp_left .box_txt {
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_txt {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .wrp_left .box_txt {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_txt {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_intro .wrp_left .box_txt {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_txt {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro .wrp_left .box_txt .tmp_st > span {
    margin-right: -2em;
  }
}
.con_intro .wrp_left .box_txt .tmp_st .s20 {
  color: #65473d;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_txt .tmp_st .s20 {
    font-size: 1.58rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_txt .tmp_st .s20 {
    margin-right: -2em;
  }
}
.con_intro .wrp_left .box_txt .tmp_st .s20 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_intro .wrp_left .box_txt .tmp_st .s25 {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_txt .tmp_st .s25 {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .wrp_left .box_txt .txt {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_txt .txt {
    margin-top: 2rem;
  }
}
.con_intro .wrp_left .box_img {
  order: 1;
  border-top-right-radius: 1.66rem;
  border-bottom-right-radius: 1.66rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_intro .wrp_left .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_left .box_img {
    margin-right: auto;
    margin-left: 0;
  }
}
.con_intro .wrp_left .box_img img {
  width: 100%;
}
.con_intro .wrp_right {
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_intro .wrp_right {
    width: calc(870 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_right {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_right {
    margin-left: auto;
    margin-top: 6rem;
  }
}
.con_intro .wrp_right .img {
  margin-left: auto;
  border-top-left-radius: 0.83rem;
  border-bottom-left-radius: 0.83rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_intro .wrp_right .img {
    width: calc(737 / 870 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrp_right .img {
    width: 100%;
  }
}
.con_intro .wrp_right .img img {
  width: 100%;
}
.con_intro .tmp_st_mask {
  position: absolute;
}
@media only screen and (min-width: 1025px) {
  .con_intro .tmp_st_mask {
    top: -15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .tmp_st_mask {
    top: -62%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .tmp_st_mask {
    top: -11%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro .tmp_st_mask {
    left: -3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .tmp_st_mask {
    left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .tmp_st_mask {
    left: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_intro .tmp_st_mask {
    top: -14%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .con_intro .tmp_st_mask {
    left: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_intro .tmp_st_mask {
    top: -70%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .con_intro .tmp_st_mask .en {
    font-size: 8em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .con_intro .tmp_st_mask .en {
    font-size: 6em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .tmp_st_mask .en {
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .tmp_st_mask .en {
    font-size: 4em;
  }
}

.con_branded {
  background: var(--color-bg03);
}
@media only screen and (min-width: 1025px) {
  .con_branded {
    padding: 6rem 0 8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_branded {
    padding: 5rem 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_branded {
    padding: 4rem 0 5rem;
  }
}
.con_branded .wrp {
  margin: 0 auto;
  max-width: 1333px;
}
@media only screen and (min-width: 768px) {
  .con_branded .wrp {
    width: calc(1000 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp {
    width: 90%;
  }
}
.con_branded .wrp .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_branded .wrp .txt {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp .txt {
    margin-top: 2rem;
  }
}
.con_branded .wrp .wrp_food {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_branded .wrp .wrp_food {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp .wrp_food {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp .wrp_food {
    flex-wrap: wrap;
  }
}
.con_branded .wrp .wrp_food .box_food {
  border-radius: 0.83rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_branded .wrp .wrp_food .box_food {
    width: calc(195 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp .wrp_food .box_food {
    width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  .con_branded .wrp .wrp_food .box_food:nth-of-type(n+2) {
    margin-left: calc(6.25 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp .wrp_food .box_food:nth-of-type(n+2) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp .wrp_food .box_food:nth-of-type(4) {
    margin-left: 0;
  }
  .con_branded .wrp .wrp_food .box_food:nth-of-type(n+4) {
    margin-top: 2%;
  }
}
.con_branded .wrp .wrp_food .box_food .tit {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  position: absolute;
  padding: 0 0.3em;
  text-align: center;
  top: 0;
  left: 0;
  color: var(--color-text04);
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .con_branded .wrp .wrp_food .box_food .tit {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_branded .wrp .wrp_food .box_food .tit {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp .wrp_food .box_food .tit {
    font-size: 1.17rem;
  }
}
@media only screen and (min-width: 1025px) {
  .con_branded .wrp .wrp_food .box_food .tit {
    min-height: 10.83rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_branded .wrp .wrp_food .box_food .tit {
    min-height: 8.33rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp .wrp_food .box_food .tit {
    min-height: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_branded .wrp .wrp_food .box_food .img img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
  }
}
.con_branded .btn_branded {
  margin-top: 3.33rem;
}
@media only screen and (max-width: 767px) {
  .con_branded .btn_branded {
    margin-top: 2rem;
  }
}

.bg {
  width: 100%;
  background: url(../../cuisine/images/bg_cuisine.png) left top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1025px) {
  .bg {
    padding-top: 9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg {
    padding-top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .bg {
    padding-top: 3rem;
  }
}

.con_dining_style {
  display: block;
  margin: 0 auto;
  max-width: 1466px;
  background: url(../../cuisine/images/bg_dining.jpg) no-repeat;
  background-size: cover;
  border-radius: 0.83rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_dining_style {
    width: calc(1180 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_dining_style {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining_style {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style {
    padding: 4rem 0;
  }
}
.con_dining_style:after {
  content: "";
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
  border-radius: 0.83rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  left: 1rem;
  top: 1rem;
}
.con_dining_style .tmp_st {
  color: #fff;
  text-align: center;
}
.con_dining_style > .txt {
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_dining_style > .txt {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style > .txt {
    margin-top: 2rem;
  }
}
.con_dining_style .wrp_style {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .con_dining_style .wrp_style {
    width: calc(1000 / 1180 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .con_dining_style .wrp_style {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.con_dining_style .wrp_style .box_style {
  background: var(--color-bg03);
  color: var(--color-text04);
  box-sizing: border-box;
  border-radius: 0.83rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_dining_style .wrp_style .box_style {
    width: calc(315 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style .box_style {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_dining_style .wrp_style .box_style {
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining_style .wrp_style .box_style {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style .box_style {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style .box_style {
    margin-top: 2rem;
  }
}
.con_dining_style .wrp_style .box_style:after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: block;
  border-radius: 0.83rem;
  border: 1px solid #bdb8b7;
  box-sizing: border-box;
  left: 5px;
  top: 5px;
}
.con_dining_style .wrp_style .box_style .tit {
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .con_dining_style .wrp_style .box_style .tit {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining_style .wrp_style .box_style .tit {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style .box_style .tit {
    font-size: 1.17rem;
  }
}
.con_dining_style .wrp_style .box_style .img {
  width: 100%;
  border-radius: 0.83rem;
}
@media only screen and (min-width: 768px) {
  .con_dining_style .wrp_style .box_style .img {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style .box_style .img {
    margin-top: 1rem;
  }
}
.con_dining_style .wrp_style .box_style .img img {
  width: 100%;
  border-radius: 0.83rem;
}
.con_dining_style .wrp_style .box_style .type {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  background: var(--color-sub01);
  border-radius: 100vh;
  padding: 0 1.5em;
}
@media only screen and (min-width: 768px) {
  .con_dining_style .wrp_style .box_style .type {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style .box_style .type {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .con_dining_style .wrp_style .box_style .type {
    font-size: 0.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining_style .wrp_style .box_style .type {
    font-size: 0.92rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style .box_style .type {
    font-size: 0.83rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_dining_style .wrp_style .box_style .txt {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining_style .wrp_style .box_style .txt {
    margin-top: 1rem;
  }
}

.con_plan {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .con_plan {
    margin-top: 9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan {
    margin-top: 5rem;
  }
}
.con_plan .wrp_plan {
  display: block;
  margin: 0 auto;
  max-width: 1333px;
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan {
    width: calc(1150 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan {
    margin-top: 3rem;
  }
}
.con_plan .wrp_plan .box_plan {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan .box_plan:nth-child(n+2) {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan .box_plan:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan {
    flex-direction: column;
  }
}
.con_plan .wrp_plan .box_plan .img {
  aspect-ratio: 500/307;
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan .box_plan .img {
    width: calc(500 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan .box_plan .img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .img {
    width: 100%;
  }
}
.con_plan .wrp_plan .box_plan .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.41rem;
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan .box_plan .detail {
    width: calc(370 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan .box_plan .detail {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail {
    margin-left: calc(80 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail {
    margin: 2rem auto 0;
  }
}
.con_plan .wrp_plan .box_plan .detail .tmp_st .jp {
  color: #988984;
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan .box_plan .detail .txt {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan .box_plan .detail .txt {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .txt {
    margin-top: 0.5rem;
  }
}
.con_plan .wrp_plan .box_plan .detail .tmp_table {
  color: #555;
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table {
    margin-top: 0.5rem;
  }
}
.con_plan .wrp_plan .box_plan .detail .tmp_table .tr .th {
  border-bottom: 1px solid #988984;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table .tr .th {
    width: calc(127 / 370 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table .tr .th {
    width: calc(127 / 370 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table .tr .th {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table .tr .th {
    padding: 1em 0.5em;
  }
}
.con_plan .wrp_plan .box_plan .detail .tmp_table .tr .th span {
  display: block;
}
.con_plan .wrp_plan .box_plan .detail .tmp_table .tr .td {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table .tr .td {
    width: calc(243 / 370 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table .tr .td {
    width: calc(243 / 370 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table .tr .td {
    padding: 1em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .tmp_table .tr .td {
    padding: 1em;
  }
}
.con_plan .wrp_plan .box_plan .detail .anno {
  text-align: left;
  color: #555;
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan .box_plan .detail .anno {
    font-size: 0.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan .box_plan .detail .anno {
    font-size: 0.92rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .anno {
    font-size: 0.83rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .anno {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .anno {
    margin-top: 1rem;
  }
}
.con_plan .wrp_plan .box_plan .detail .menu {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .menu {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .menu {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .menu {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .menu {
    margin-top: 2rem;
  }
}
.con_plan .wrp_plan .box_plan .detail .menu dl dt {
  transition: all 0.3s;
  color: #fff;
  background-color: #988984;
  display: block;
  border-radius: 0.41rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dt {
    font-size: 1.17rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dt {
    font-size: 1.17rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dt {
    font-size: 1.08rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dt {
    padding: 0.5rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dt {
    padding: 0.5rem 2rem;
  }
}
.con_plan .wrp_plan .box_plan .detail .menu dl dt:hover {
  opacity: 0.9;
}
.con_plan .wrp_plan .box_plan .detail .menu dl dt:before, .con_plan .wrp_plan .box_plan .detail .menu dl dt:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  right: 3rem;
  top: 48%;
  width: 1rem;
  height: 1px;
}
.con_plan .wrp_plan .box_plan .detail .menu dl dt:before {
  transform: rotate(0deg);
}
.con_plan .wrp_plan .box_plan .detail .menu dl dt:after {
  transform: rotate(90deg);
}
.con_plan .wrp_plan .box_plan .detail .menu dl dt[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.con_plan .wrp_plan .box_plan .detail .menu dl dd {
  transition: all 0.3s;
  opacity: 0;
  height: 0;
}
.con_plan .wrp_plan .box_plan .detail .menu dl dd > span {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #bdb8b7;
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dd > span {
    padding: 1em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dd > span {
    padding: 1em 2em;
  }
}
.con_plan .wrp_plan .box_plan .detail .menu dl dd > span .kind {
  margin-right: 1rem;
  min-width: 26%;
  color: #654732;
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dd > span .kind {
    font-size: 0.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dd > span .kind {
    font-size: 0.92rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dd > span .kind {
    font-size: 0.83rem;
  }
}
.con_plan .wrp_plan .box_plan .detail .menu dl dd > span .name {
  color: #555;
}
@media only screen and (min-width: 1025px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dd > span .name {
    font-size: 0.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dd > span .name {
    font-size: 0.92rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrp_plan .box_plan .detail .menu dl dd > span .name {
    font-size: 0.83rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan:nth-child(even) .img {
    order: 2;
    margin-left: calc(80 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrp_plan .box_plan:nth-child(even) .detail {
    order: 1;
    margin-left: calc(50 / 1000 * 100%);
  }
}

.box_catering_takeout {
  max-width: 1200px;
}
@media only screen and (min-width: 1025px) {
  .box_catering_takeout {
    width: calc(900 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_catering_takeout {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout {
    width: 85%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_catering_takeout {
    margin: 6rem auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_catering_takeout {
    margin: 5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout {
    margin: 5rem auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .box_catering_takeout {
    padding-bottom: 9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_catering_takeout {
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_catering_takeout > .tmp_st {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout > .tmp_st {
    margin-top: 1em;
  }
}
.box_catering_takeout > .tmp_st .s20 {
  color: #65473d;
}
@media only screen and (min-width: 768px) {
  .box_catering_takeout > .tmp_st .s25 {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout > .tmp_st .s25 {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .box_catering_takeout .txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout .txt {
    margin-top: 1em;
  }
}
.box_catering_takeout .tmp_table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .box_catering_takeout .tmp_table {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout .tmp_table {
    margin-top: 1.5em;
  }
}
.box_catering_takeout .tmp_table .tr .th {
  background-color: var(--color-sub02);
  border-bottom: 1px solid var(--color-text03);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.box_catering_takeout .tmp_table .tr .td {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout .tmp_table.sp_column .tr .th {
    border-bottom: 1px solid var(--color-text03);
    background: var(--color-sub02);
  }
}
.box_catering_takeout ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .box_catering_takeout ul {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_catering_takeout ul {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout ul {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .box_catering_takeout ul li {
    width: calc(435 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_catering_takeout ul li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.box_catering_takeout ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in !important;
}
.mouse .box_catering_takeout ul li a {
  transition: opacity 0.1s ease-in;
}
.mouse .box_catering_takeout ul li a:hover, .touch .box_catering_takeout ul li a.touchstart {
  opacity: 0.8;
}
.touch .box_catering_takeout ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .box_catering_takeout ul li a.touchend {
  transition-delay: 200ms;
}
.box_catering_takeout ul li a .box_text {
  position: absolute;
  color: #fff;
  top: 50%;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .box_catering_takeout ul li a .box_text {
    max-width: 355px;
  }
}
.box_catering_takeout ul li a .box_text .btn_pdf::after {
  content: url(../../mice/images/ic_pdf.svg);
  margin-left: 5px;
}

.topicpath:before {
  background: var(--color-bg03);
}

.tmp_lower_link {
  margin-top: 0 !important;
}
.tmp_lower_link .con_lower_link .box_lower_link .inner_link a .title .t {
  line-height: 1.4 !important;
}
