@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/*------------------------
    タイトル
------------------------*/
.titleimg__box h2 {
  top: 40%; }

/*------------------------
    メニュー一覧
------------------------*/
.menulist {
  padding: 5% 0;
  background: url(/kitshigadane/img/common/bg_sp.png) top center/contain repeat; }
  .menulist__title {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
    background: url(/kitshigadane/img/menulist/title_bg.jpg) center/cover no-repeat; }
    .menulist__title h2 {
      padding: 30px 0 0;
      color: #fff;
      font-size: 2.3rem;
      font-weight: bold; }
      @media (min-width: 769px) {
        .menulist__title h2 {
          font-size: calc( 2.3rem + ( 1vw - 7.69px ) * 3.664921466 ); } }
      @media (min-width: 960px) {
        .menulist__title h2 {
          font-size: 3rem; } }
      .menulist__title h2 span {
        color: #FFEF00; }
    .menulist__title-days {
      margin: 0 auto 30px;
      text-align: center;
      color: #fff;
      font-weight: bold; }
      .menulist__title-days span {
        display: inline-block;
        vertical-align: middle; }
  .menulist__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    .menulist__link-prev, .menulist__link-next {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%; }
    .menulist__link-prev a i {
      margin-right: 5px; }
    .menulist__link-next {
      text-align: right; }
    .menulist__link a {
      color: #EB7762;
      font-weight: bold; }
      .menulist__link a i {
        margin-left: 5px; }
  .menulist__wrap-title {
    position: relative;
    max-width: 280px;
    margin: auto;
    margin-bottom: 50px;
    padding: 10px 0;
    background: #000;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: bold; }
    @media (min-width: 769px) {
      .menulist__wrap-title {
        font-size: calc( 2rem + ( 1vw - 7.69px ) * 1.5706806283 ); } }
    @media (min-width: 960px) {
      .menulist__wrap-title {
        font-size: 2.3rem; } }
    .menulist__wrap-title:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border: 10px solid transparent;
      border-top: 15px solid #000; }
  .menulist__wrap-type {
    padding-bottom: 50px; }
    .menulist__wrap-type ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 25px; }
      .menulist__wrap-type ul li figure {
        flex: 0 1 30%;
        width: 30%;
        max-width: 30%; }
    .menulist__wrap-type-txt {
      flex: 0 1 65%;
      width: 65%;
      max-width: 65%;
      font-weight: bold; }
      .menulist__wrap-type-txt-copy {
        margin-bottom: 5px;
        color: #1BA0BB;
        font-size: 1.4rem;
        line-height: 1.2; }
        @media (min-width: 769px) {
          .menulist__wrap-type-txt-copy {
            font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.5235602094 ); } }
        @media (min-width: 960px) {
          .menulist__wrap-type-txt-copy {
            font-size: 1.5rem; } }
      .menulist__wrap-type-txt h3 {
        margin-bottom: 10px;
        border-bottom: 1px solid #707070;
        font-size: 2.5rem;
        text-align: left;
        font-weight: bold;
        line-height: 1; }
        @media (min-width: 769px) {
          .menulist__wrap-type-txt h3 {
            font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.6178010471 ); } }
        @media (min-width: 960px) {
          .menulist__wrap-type-txt h3 {
            font-size: 3rem; } }
        .menulist__wrap-type-txt h3 span {
          display: inline-block;
          margin-bottom: 5px; }
      .menulist__wrap-type-txt-name {
        margin-bottom: 10px;
        color: #707070;
        line-height: 1.2; }
    .menulist__wrap-type-btn a {
      position: relative;
      background: #EFEE00; }
      .menulist__wrap-type-btn a i {
        margin-right: 10px; }
  .menulist .btn {
    max-width: 300px;
    margin: auto;
    margin-bottom: 40px; }
    .menulist .btn a {
      position: relative;
      background: #EFEE00; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*------------------------
      メニュー一覧
  ------------------------*/
  .menulist {
    background: url(/kitshigadane/img/common/bg_pc.png) center/cover no-repeat; }
    .menulist__title {
      margin-bottom: 20px; }
    .menulist__link {
      margin-bottom: 60px; }
    .menulist__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .menulist__wrap-type {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1281px) {
 /*------------------------
    メニュー一覧
------------------------*/
  .menulist__wrap {
    justify-content: flex-start; }
    .menulist__wrap-type {
      flex: 0 1 30%;
      width: 30%;
      max-width: 30%;
      margin-right: 5%; }
      .menulist__wrap-type:nth-child(3n) {
        margin-right: 0; } }
/*------------------------------
		1600px以上
------------------------------*/
