/*------------------------------SP用------------------------------*/
@media screen and (max-width: 440px) {
  /* タブ新着タイトル */
  .ts-NT {
    display: block;
  }

  .bnr_single ul li {
    width: 100%;
  }

  #mainTitle.resPageTitle {
    /* margin-bottom: 20px; */
    background-color: white;
  }

  .resMain {
    display: flex;
    margin: auto;
    flex-direction: column;
  }
  .resMain .col {
    font-size: 0.8rem;
    padding-top: 30%;
    margin-bottom: 30px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .resMain .col .innerBox {
    width: 90%;
    text-align: center;
    margin: auto;
  }
  .resMain .col img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .resMain .col h4 {
    color: #f9f9f9;
    font-size: 1.3rem;
    line-height: 1;
    padding: 10px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    background-color: #00000070;
  }
  .resMain .col h4 span {
    font-size: 0.9rem;
    font-weight: normal;
  }
  .resMain .ash {
    background-image: url(../../images/restaurant/bg_res_main.jpg);
  }
  .resMain .igr {
    background-image: url(../../images/restaurant/bg_res_main2.jpg);
  }
  .resMain a img:hover {
    opacity: 1;
  }

  .resMain .col a.btn {
    color: #242424;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    padding: 13px 25px;
    margin: auto 5px;
    background-color: #d4d4d4;
  }
  .resMain .col a.btn::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-right: 10px;
    font-weight: 900;
  }

  /* グランメゾン */
  .granMeson {
    font-size: 0.8rem;
    padding: 0;
    background-color: #efece8;
    /* margin-top: 50px;
    margin-bottom: 50px; */
  }
  .granMeson .flexCol2 {
  }
  .granMeson .thumb img {
    width: 100%;
    height: auto;
  }
  .granMeson .cont {
    position: relative;
    padding: 0 20px;
    padding-bottom: 70px;
  }
  .granMeson .cont h4 {
    font-size: 1.1rem;
    padding-top: 25px;
    margin-bottom: 15px;
  }

  .granMeson a.btn-detail {
    color: #f0f0f0;
    font-size: 0.85rem;
    line-height: 1em;
    padding: 12px 25px;
    background-color: #000000a6;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
  }

  /* ブティック */
  .boutique {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px;
    margin: auto;
    margin-bottom: 30px;
  }
  .boutique .thumb {
    width: 100%;
  }
  .boutique .thumb img {
    width: 100%;
    height: auto;
  }
  .boutique .cont {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 0.8rem;
  }
  .boutique .cont h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  a.btn-boutique {
    position: absolute;
    display: inline-block;
    color: white;
    font-size: 0.8rem;
    line-height: 1em;
    white-space: nowrap;
    padding: 10px 20px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
    background-color: #363636;
  }

  /* 新着更新スライダー */
  .resNT {
    margin-bottom: 80px;
  }
  .resWnewSlider {
    max-width: 1000px;
    margin: auto;
  }
  .label-res-ash {
    color: white;
    background-color: #236086;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1em;
    font-size: 0.6rem;
  }
  .label-res-igr {
    color: white;
    background-color: #916b2d;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1em;
    font-size: 0.6rem;
  }
  .resWnewSlider ul.artThumbList li {
    font-size: 0.75rem;
  }

  /* レストラン　MENU */
  h3.resTitle {
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1em;
    text-align: center;
    font-size: 1.4rem;
  }
  h3.resTitle + .sub {
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 1rem;
    text-align: center;
  }

  /* MENUアコーディオン */
  .accordion-title {
    font-size: 1rem;
    padding: 10px;
    padding-left: 20px;
    /* border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px; */
    background-color: white;
    position: relative;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    transition: all 0.3s ease-out;
  }
  .accordion-title:hover,
  .accordion-title:active,
  .accordion-title.open {
    /* border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 1px; */
    background-color: #fbfbfb;
  }
  .accordion-title::after {
    color: #796c5d;
    content: "▼";
    position: absolute;
    font-size: 0.5rem;
    line-height: 1;
    top: 40%;
    right: 25px;
    transition: all 0.5s ease-in-out;
  }
  .accordion-title.open::after {
    transform: rotate(180deg);
  }
  .accordion-content {
    /* border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 1px; */
    font-size: 0.8rem;
    line-height: 1.5rem;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background-color: #fbfbfb;
    padding: 20px;
  }

  /* バナーアコーディオン用 */
  .accoBnr {
    padding: 0px;
    margin-bottom: 10px;
  }
  #accordion.igrkBnr {
  }
  #accordion.igrkBnr .accordion-title {
    padding: 0;
  }
  #accordion.igrkBnr .accordion-title > img {
    width: 100%;
    height: auto;
  }
  #accordion.igrkBnr .accordion-title::after {
    display: none;
  }
  #accordion.igrkBnr .accordion-title h4 {
    font-size: 0.9rem;
    text-align: center;
    padding: 10px;
    border: initial;
    background-color: #cecece;
  }
  #accordion.igrkBnr .accordion-content {
    padding: 10px;
    border: 0;
  }

  .bnrHeader {
  }
  .bnrHeader .comm {
    padding: 15px;
  }
  .bnrHeader .comm .title {
    color: #d6501b;
    font-size: 0.95rem;
    text-align: center;
  }
  .bnrHeader .resBox {
    text-align: center;
    padding: 20px 10px 0;
    margin: auto;
    margin-bottom: 20px;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
  }
  .bnrHeader .resBox .price {
    color: #77601c;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  .igrkBnr .bnrCol {
    display: flex;
    font-size: 0.8rem;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .igrkBnr .bnrCol .thumb {
    width: 100%;
    margin-bottom: 15px;
  }
  .igrkBnr .bnrCol .thumb img {
    width: 100%;
    height: auto;
  }
  .igrkBnr .bnrCol .cont {
    width: 100%;
    padding: 10px 15px 5px;
  }
  .igrkBnr .bnrCol .cont h4 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .igrkBnr .bnrCol .cont ul {
    padding-left: 16px;
    margin-bottom: 12px;
  }
  .igrkBnr .bnrCol.rev {
    /* flex-direction: row-reverse; */
  }

  /* メニューテンプレート用 */
  .tmpMenu {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .tmpMenu .thumb {
    width: 100%;
  }
  .tmpMenu .thumb img {
    width: 100%;
    height: auto;
  }
  .tmpMenu .cont {
    width: 100%;
  }
  .tmpMenu h3.title {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.7rem;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
  }
  .tmpMenu h3.title .sub {
    font-size: 0.9rem;
  }
  .tmpMenu ul.ico-label {
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
  }
  .tmpMenu ul.ico-label li {
    list-style: none;
    display: inline-block;
  }
  .tmpMenu ul.ico-label li a {
    color: #43362b;
    font-size: 0.7rem;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 2px;
    background-color: #c8c3c0;
  }
  .tmpMenu .price {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
  }
  .tmpMenu .price .small {
    display: block;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .tmpMenu a.btn-resv-menu {
    display: inline-block;
    color: white;
    font-size: 0.8rem;
    line-height: 1;
    padding: 12px 25px;
    margin-bottom: 10px;
    background-color: #454545;
  }
  .tmpMenu .table-2 {
    width: 100%;
    margin-bottom: 12px;
    border-collapse: collapse;
  }
  .tmpMenu .table-2 th {
    padding: 10px;
    border: 1px solid #d1d1d1;
    background-color: #f2f2f2;
  }
  .tmpMenu .table-2 td {
    padding: 10px;
    border: 1px solid #d1d1d1;
    background-color: white;
  }

  /* インフォメーション */
  .information {
    padding: 30px 0;
    background-color: #f3f3f3;
  }
  .information .inner {
    font-size: 0.8rem;
    max-width: 1100px;
    padding: 0px 30px 20px 30px;
    margin: auto;
    background-color: white;
  }
  .information .table-1 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
  }
  .information .table-1 th {
    font-weight: bold;
    padding: 10px;
    border: 1px solid #d1d1d1;
    background-color: #f5f5f5;
  }
  .information .table-1 td {
    padding: 10px;
    border: 1px solid #d1d1d1;
  }

  /* slick レストラン・メインイメージ */
  .restMain {
    margin-bottom: 80px;
  }
  .restMain .slick-track {
    max-height: 600px;
    overflow: hidden;
  }
  .restMain .slick-prev {
    top: 50%;
    left: 30px;
    z-index: 50;
  }
  .restMain .slick-next {
    top: 50%;
    right: 30px;
    z-index: 51;
  }
  .restMainSlider li.slick-slide {
    padding: 0 15px; /*センターモードの隙間 */
  }
  .restMain .slick-dots {
    bottom: -50px;
  }
  ul.restMainSlider {
    max-width: 1400px;
    padding: 0;
    margin: auto;
  }
  ul.restMainSlider img {
    width: 100%;
    height: auto;
  }

  /* レストラン　アッシュ・イグレ　トップ */
  .restTopCont {
    max-width: 1100px;
    padding: 10px;
    margin: auto;
  }
  .restTopCont .col2 {
    margin-bottom: 40px;
  }
  .restTopCont .col2 .cont {
    position: relative;
  }
  .restTopCont .col2 .cont h4 {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 20px;
  }

  /* レストランのみ　記事１の設定無効に */
  .kiji.restOnly {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .kiji.restOnly h3.title {
    display: none;
  }
  .kiji.restOnly .kiji_m {
    padding: 0;
  }

  /* 法人・MICE */
  .intoro01 {
    padding: 30px;
    background-color: #e5e5e5;
    margin-bottom: 50px;
  }
  .intoro01 .col2 {
    font-size: 0.8rem;
    max-width: 1100px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .intoro01 .col2 h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .intoro01 .col2 .cont {
    padding-top: 20px;
  }

  .MICE-mainCont {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    max-width: 1000px;
    padding: 30px;
    margin: auto;
    margin-bottom: 50px;
    border: 10px solid #e9e9e9;
  }
  .MICE-mainCont .img2col {
    display: table;
    margin-bottom: 50px;
  }
  .MICE-mainCont .col {
    display: table-cell;
    width: 50%;
  }
  .MICE-mainCont .img2col img {
    width: 100%;
    height: auto;
  }
  .MICE-mainCont h3 {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
  }
  .MICE-mainCont .sub {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .MICE-mainCont h4 {
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
  }
  .MICE-mainCont .comm {
    font-size: 0.8rem;
    max-width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }

  .takarabako {
    font-size: 0.8rem;
    padding: 0;
    background-color: #efece8;
  }

  table.enkaku {
    font-size: 0.8rem;
    line-height: 1.4rem;
    padding: 20px;
    background-color: white;
  }
  table.enkaku tr:nth-child(odd) {
    background-color: #fafaf8;
  }
  table.enkaku tr:first-child th,
  table.enkaku tr:first-child td {
    border-top: 1px solid #e9e9e9;
  }
  table.enkaku th {
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    padding: 15px 5px;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
  }
  table.enkaku th .sub {
    display: inline-block;
    color: white;
    font-size: 0.65rem;
    line-height: 1;
    padding: 6px 10px;
    margin-bottom: 5px;
    background-color: #bfbeaf;
    border-radius: 10px;
  }
  table.enkaku th img {
    max-width: 100px;
    height: auto;
  }
  table.enkaku td {
    padding: 15px;
    text-align: justify;
    border-bottom: 1px solid #e9e9e9;
  }
  table.enkaku td p:last-child {
    margin-bottom: 0;
  }

  .banner {
    padding: 10px;
    padding-bottom: 0;
    margin: auto;
    margin-bottom: 0;
  }
  .banner ul {
    padding: 0;
    text-align: center;
  }
  .banner ul li {
    font-size: 0.75rem;
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  .banner ul li a {
    display: block;
  }
  .banner ul li img {
    width: 100%;
    height: auto;
  }

  /* アニバーサリーオオプション */
  .anni-option {
    padding: 10px;
  }
  .anni-option .subComm {
    color: #3c3c3c;
    font-size: 0.8rem;
    text-align: left;
    margin: auto;
    padding: 0 30px;
    margin-bottom: 25px;
  }
  .anni-option .subComm br {
    display: none;
  }
  .option-container {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 50px;
  }
  .option-container .box {
    width: 50%;
    padding: 10px;
    padding-bottom: 0px;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 0 1px 1px 0;
  }
  .option-container .box .thumb {
    margin-bottom: 10px;
  }
  .option-container .box .thumb img {
    width: 100%;
    height: auto;
  }
  .option-container .box .cont {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .btn_res_anniOption {
    display: block;
    color: #5a5551;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
    width: 90%;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
    background-color: #d8d2cd;
  }
  .btn_res_anniOption:hover {
    color: #ffffff;
    background-color: #6d5f52;
  }
  .btn_res_anniOption::after {
    font-family: "Material Icons";
    content: "open_in_new";
    font-weight: 100;
    margin-left: 10px;
  }
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 441px) and (max-width: 959px) {
}

/*------------------------------PC & Tab用------------------------------*/
@media screen and (min-width: 441px) {
  /* タブ新着タイトル */
  .ts-NT {
    display: block;
  }

  .bnr_single ul li {
    max-width: 800px;
  }

  #mainTitle.resPageTitle {
    /* margin-bottom: 20px; */
    background-color: white;
  }
  .resMain {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 15px auto 50px auto;
  }
  .resMain .col {
    width: 49.5%;
    font-size: 0.8rem;
    padding-top: 18%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .resMain .col .innerBox {
    width: 80%;
    text-align: center;
    /* padding-top: 200px; */
    margin: auto;
  }
  .resMain .col img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .resMain .col h4 {
    color: rgb(249, 249, 249);
    font-size: 1.5rem;
    line-height: 1;
    padding: 10px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    background-color: #00000070;
  }
  .resMain .col h4 span {
    font-size: 0.9rem;
    font-weight: normal;
  }
  .resMain .ash {
    background-image: url(../../images/restaurant/bg_res_main.jpg);
  }
  .resMain .igr {
    background-image: url(../../images/restaurant/bg_res_main2.jpg);
  }
  .resMain a img:hover {
    opacity: 1;
  }
  .resMain .col a.btn {
    color: rgb(36, 36, 36);
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    margin: auto 10px;
    background-color: rgb(212, 212, 212);
  }
  /* .resMain .col a.btn::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-right: 10px;
    font-weight: 900;
  } */
  .resMain .col a.btn::before {
    font-family: "Material Icons";
    content: "keyboard_arrow_right";
    margin-right: 10px;
    font-weight: 100;
  }

  /* グランメゾン */
  .granMeson {
    font-size: 0.8rem;
    padding: 50px 0;
    background-color: #efece8;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .granMeson .flexCol2 {
    max-width: 1100px;
  }
  .granMeson .cont {
    position: relative;
    padding: 0 40px !important;
  }
  .granMeson .cont h4 {
    font-size: 1.3rem;
    padding-top: 30px;
    margin-bottom: 15px;
  }

  .granMeson a.btn-detail {
    color: #f0f0f0;
    font-size: 0.85rem;
    line-height: 1em;
    padding: 12px 25px;
    /* border-color: #363636;
  border-style: solid;
  border-width: 1px; */
    background-color: #000000a6;
    position: absolute;
    right: 50px;
    bottom: 0;
  }

  /* ブティック */
  .boutique {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    padding: 35px;
    margin: auto;
    margin-bottom: 50px;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
  }
  .boutique .thumb {
    width: 40%;
  }
  .boutique .thumb img {
    width: 100%;
    height: auto;
  }
  .boutique .cont {
    position: relative;
    width: 55%;
    padding-top: 5%;
    font-size: 0.8rem;
  }
  .boutique .cont h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  a.btn-boutique {
    position: absolute;
    display: inline-block;
    color: white;
    font-size: 0.8rem;
    line-height: 1em;
    padding: 10px 20px;
    right: 0;
    bottom: 0;
    background-color: #363636;
  }

  /* 新着更新スライダー */
  .resNT {
    margin-bottom: 80px;
  }
  .resWnewSlider {
    max-width: 1000px;
    margin: auto;
  }
  .label-res-ash {
    color: white;
    background-color: #236086;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1em;
    font-size: 0.6rem;
  }
  .label-res-igr {
    color: white;
    background-color: #916b2d;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1em;
    font-size: 0.6rem;
  }
  .resWnewSlider ul.artThumbList li {
    font-size: 0.75rem;
  }

  /* レストラン　MENU */
  h3.resTitle {
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1em;
    text-align: center;
    font-size: 2rem;
  }
  h3.resTitle + .sub {
    margin-bottom: 40px;
    line-height: 1.5em;
    font-size: 1.2rem;
    text-align: center;
  }

  /* MENUアコーディオン */
  .accordion-title {
    font-size: 1rem;
    padding: 10px;
    padding-left: 20px;
    /* border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px; */
    background-color: white;
    position: relative;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    transition: all 0.3s ease-out;
  }
  .accordion-title:hover,
  .accordion-title:active,
  .accordion-title.open {
    /* border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 1px; */
    background-color: #fbfbfb;
  }
  .accordion-title::after {
    color: #796c5d;
    content: "▼";
    position: absolute;
    font-size: 0.5rem;
    line-height: 1;
    top: 40%;
    right: 25px;
    transition: all 0.5s ease-in-out;
  }
  .accordion-title.open::after {
    transform: rotate(180deg);
  }
  .accordion-content {
    /* border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 1px; */
    font-size: 0.8rem;
    line-height: 1.5rem;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background-color: #fbfbfb;
    padding: 20px;
  }

  /* バナーアコーディオン用 */
  .accoBnr {
    max-width: 1040px;
    padding: 20px;
    margin: auto;
    margin-bottom: 30px;
  }
  #accordion.igrkBnr {
  }
  #accordion.igrkBnr > img {
    width: 100%;
    height: auto;
  }
  #accordion.igrkBnr .accordion-title {
    padding: 0;
  }
  #accordion.igrkBnr .accordion-title::after {
    display: none;
  }
  #accordion.igrkBnr .accordion-title h4 {
    font-size: 0.9rem;
    text-align: center;
    padding: 10px;
    border: initial;
    background-color: #cecece;
  }
  #accordion.igrkBnr .accordion-content {
    padding: 30px;
    border: 0;
  }

  .bnrHeader {
  }
  .bnrHeader .comm {
    padding: 0 30px 30px;
  }
  .bnrHeader .comm .title {
    color: #d6501b;
    font-size: 0.95rem;
    text-align: center;
  }
  .bnrHeader .resBox {
    max-width: 550px;
    text-align: center;
    padding: 30px 10px 0;
    margin: auto;
    margin-bottom: 30px;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
  }
  .bnrHeader .resBox .price {
    color: #77601c;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  .igrkBnr .bnrCol {
    display: flex;
    font-size: 0.8rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .igrkBnr .bnrCol .thumb {
    width: 47%;
  }
  .igrkBnr .bnrCol .thumb img {
    width: 100%;
    height: auto;
  }
  .igrkBnr .bnrCol .cont {
    width: 53%;
    padding: 0 30px;
  }
  .igrkBnr .bnrCol .cont h4 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .igrkBnr .bnrCol .cont ul {
    padding-left: 20px;
    margin-bottom: 12px;
  }
  .igrkBnr .bnrCol.rev {
    flex-direction: row-reverse;
  }

  /* メニューテンプレート用 */
  .tmpMenu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .tmpMenu .thumb {
    width: 30%;
  }
  .tmpMenu .thumb img {
    width: 100%;
    height: auto;
  }
  .tmpMenu .cont {
    width: 65%;
  }
  .tmpMenu h3.title {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
  }
  .tmpMenu h3.title .sub {
    font-size: 0.9rem;
  }
  .tmpMenu ul.ico-label {
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
  }
  .tmpMenu ul.ico-label li {
    list-style: none;
    display: inline-block;
  }
  .tmpMenu ul.ico-label li a {
    color: #43362b;
    font-size: 0.7rem;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 2px;
    background-color: #c8c3c0;
  }
  .tmpMenu .price {
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
  }
  .tmpMenu .price .small {
    display: block;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .tmpMenu a.btn-resv-menu {
    display: inline-block;
    color: white;
    font-size: 0.8rem;
    line-height: 1;
    padding: 12px 40px;
    border-radius: 5px;
    background-color: #454545;
  }
  .tmpMenu .table-2 {
    width: 100%;
    margin-bottom: 12px;
    border-collapse: collapse;
  }
  .tmpMenu .table-2 th {
    padding: 10px;
    border: 1px solid #d1d1d1;
    background-color: #f2f2f2;
  }
  .tmpMenu .table-2 td {
    padding: 10px;
    border: 1px solid #d1d1d1;
    background-color: white;
  }

  /* インフォメーション */
  .information {
    padding: 30px 0;
    background-color: #f3f3f3;
  }
  .information .inner {
    font-size: 0.8rem;
    max-width: 1100px;
    padding: 0px 30px 20px 30px;
    margin: auto;
    background-color: white;
  }
  .information .table-1 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
  }
  .information .table-1 th {
    font-weight: bold;
    padding: 10px;
    border: 1px solid #d1d1d1;
    background-color: #f5f5f5;
  }
  .information .table-1 td {
    padding: 10px;
    border: 1px solid #d1d1d1;
  }

  /* slick レストラン・メインイメージ */
  .restMain {
    margin-bottom: 80px;
  }
  .restMain .slick-track {
    max-height: 600px;
    overflow: hidden;
  }
  .restMain .slick-prev {
    top: 50%;
    left: 30px;
    z-index: 50;
  }
  .restMain .slick-next {
    top: 50%;
    right: 30px;
    z-index: 51;
  }
  .restMainSlider li.slick-slide {
    padding: 0 15px; /*センターモードの隙間 */
  }
  .restMain .slick-dots {
    bottom: -50px;
  }
  ul.restMainSlider {
    max-width: 1400px;
    padding: 0;
    margin: auto;
  }
  ul.restMainSlider img {
    width: 100%;
    height: auto;
  }

  /* レストラン　アッシュ・イグレ　トップ */
  .restTopCont {
    max-width: 1100px;
    padding: 10px;
    margin: auto;
  }
  .restTopCont .col2 {
    margin-bottom: 40px;
  }
  .restTopCont .col2 .cont {
    position: relative;
  }
  .restTopCont .col2 .cont h4 {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 20px;
  }

  /* レストランのみ　記事１の設定無効に */
  .kiji.restOnly {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .kiji.restOnly h3.title {
    display: none;
  }
  .kiji.restOnly .kiji_m {
    padding: 0;
  }

  /* 法人・MICE */
  .intoro01 {
    padding: 30px;
    background-color: #e5e5e5;
    margin-bottom: 50px;
  }
  .intoro01 .col2 {
    font-size: 0.8rem;
    max-width: 1100px;
    margin-bottom: 0;
  }
  .intoro01 .col2 h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .MICE-mainCont {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    max-width: 1000px;
    padding: 30px;
    margin: auto;
    margin-bottom: 50px;
    border: 10px solid #e9e9e9;
  }
  .MICE-mainCont .img2col {
    display: table;
    margin-bottom: 50px;
  }
  .MICE-mainCont .col {
    display: table-cell;
    width: 50%;
  }
  .MICE-mainCont .img2col img {
    width: 100%;
    height: auto;
  }
  .MICE-mainCont h3 {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
  }
  .MICE-mainCont .sub {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .MICE-mainCont h4 {
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
  }
  .MICE-mainCont .comm {
    font-size: 0.8rem;
    max-width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }

  .BF-video {
    background-color: #f5f4f1;
    padding: 20px;
  }

  .takarabako {
    font-size: 0.8rem;
    padding: 20px 0;
    background-color: #efece8;
    margin-bottom: 50px;
  }

  /* 受賞履歴 */
  table.enkaku {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
    font-size: 0.8rem;
    line-height: 1.4rem;
    padding: 20px 35px;
    background-color: white;
  }
  table.enkaku tr:nth-child(odd) {
    background-color: #fafaf8;
  }
  table.enkaku tr:first-child th,
  table.enkaku tr:first-child td {
    border-top: 1px solid #e9e9e9;
  }
  table.enkaku th {
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
  }
  table.enkaku th .sub {
    display: inline-block;
    color: white;
    font-size: 0.6rem;
    line-height: 1;
    padding: 6px 12px;
    margin-bottom: 5px;
    background-color: #bfbeaf;
    border-radius: 10px;
  }
  table.enkaku td {
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  table.enkaku td p:last-child {
    margin-bottom: 0;
  }

  .banner {
    padding: 30px;
    margin: auto;
    margin-bottom: 30px;
    max-width: 1200px;
  }
  .banner ul {
    padding: 0;
    text-align: center;
  }
  .banner ul li {
    font-size: 0.75rem;
    list-style: none;
    display: inline-block;
    margin: 10px;
    max-width: 45%;
  }
  .banner ul li a {
    display: block;
  }
  .banner ul li img {
    width: 100%;
    height: auto;
  }

  /* アニバーサリーオオプション */
  .anni-option {
  }
  .anni-option .subComm {
    color: #3c3c3c;
    font-size: 0.8rem;
    text-align: center;
    max-width: 650px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .option-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-color: #cacaca;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 50px;
  }
  .option-container .box {
    width: 33.3%;
    padding: 30px;
    padding-bottom: 10px;
    border-color: #cacaca;
    border-style: solid;
    border-width: 0 1px 1px 0;
  }
  .option-container .box .thumb {
    margin-bottom: 10px;
  }
  .option-container .box .thumb img {
    width: 100%;
    height: auto;
  }
  .option-container .box .cont {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }

  .btn_res_anniOption {
    display: block;
    color: #5a5551;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    width: 60%;
    max-width: 700px;
    padding: 25px;
    margin: auto;
    margin-bottom: 50px;
    background-color: #d8d2cd;
  }
  .btn_res_anniOption:hover {
    color: #ffffff;
    background-color: #6d5f52;
  }
  .btn_res_anniOption::after {
    font-family: "Material Icons";
    content: "open_in_new";
    font-weight: 100;
    margin-left: 10px;
  }
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 441px) and (max-width: 820px) {
  .resMain .col .innerBox {
    width: 90%;
  }
  .resMain .col a.btn {
    padding: 10px 20px;
    margin: auto 5px;
  }

  /* ブティック */
  .boutique {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    padding: 25px;
    margin: auto;
    margin-bottom: 30px;
    border-width: 3px;
  }
  .boutique .thumb {
    width: 100%;
  }
  .boutique .cont {
    width: 100%;
    padding-top: 5%;
  }
  .boutique .cont h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  a.btn-boutique {
    position: relative;
    display: block;
    text-align: center;
    width: 40%;
    margin: auto;
    margin-top: 25px;
    padding: 15px;
  }
}
