@import "icoWnew2.css";

.bnrParceque {
  max-width: 1200px;
  margin: auto;
}
.bnrParceque img {
  width: 100%;
  height: auto;
}

/* おせちバナー */
.topMain .bnner {
  position: absolute;
  top: 10%;
  right: 50px;
}
.topMain .bnner img {
  width: 100px;
  height: auto;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 440px) {
  .topMain {
    position: relative;
    width: 100%;
  }

  .topMain .copy {
    color: white;
    text-shadow: 0 0 8px #000000;
    font-family: "Noto Serif JP", serif;
    white-space: nowrap;
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .topMain .copy h2 {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 20px;
  }

  .topMain .copy h2 .sub1 {
    display: block;
    font-size: 0.8rem;
  }

  .topMain .copy .sub2 {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-bottom: 0;
  }

  /* おせちバナー */
  .topMain .bnner {
    top: 10px;
    right: 10px;
  }
  .topMain .bnner img {
    width: 55px;
    height: auto;
  }

  /* トップメインビデオ */
  /* #mainSpace {
    padding: 0 80px;
  } */
  #video-area {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    z-index: -1; /*最背面に設定*/
    overflow: hidden;
  }
  #video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
  }

  /* インフォメーション */

  .information {
    padding: 15px;
    padding-bottom: 30px;
  }
  .information .inner {
    font-size: 0.8rem;
    margin: auto;
  }
  .information .infoTable {
    font-size: 0.8rem;
    line-height: 1.3rem;
    width: auto;
  }
  .information .infoTable th {
    color: #5f564b;
    padding: 5px;
    text-align: center;
    vertical-align: top;
  }
  .information .infoTable th .sub {
    display: block;
    font-size: 0.65rem;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    padding: 6px 8px;
    border: 1px solid #d1d1d1;
  }
  .information .infoTable td {
    padding: 6px 8px;
  }
  .information .infoTable a {
    color: #2b2b2b;
    display: block;
  }
  .information .infoTable a:hover {
    color: #144c74;
    text-decoration: underline;
  }

  /* 世界一の朝食 */
  .topBF {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 10px;
  }
  .topBF .col2 {
  }
  .topBF .col2 .thumb {
    width: 100%;
    margin-bottom: 15px;
  }
  .topBF .col2 .cont {
    width: 100%;
    padding: 15px;
  }
  .topBF .col2 h4 {
    font-size: 1rem;
    padding: 10px;
    background-color: #ebe8e0;
  }
  .topBF .sub {
    /* font-size: 1rem; */
    font-weight: bold;
  }
  .topBF .col2 .boxy {
    padding: 15px;
    background-color: #f7eef1;
  }
  .topBF .col2 .cont .small {
    display: inline-block;
    line-height: 1.2rem;
  }
  .groupLink {
    text-align: center;
    padding: 0;
    width: 80%;
    margin: auto;
  }
  .groupLink li {
    list-style: none;
    display: block;
    margin: 5px;
  }
  .groupLink li a {
    display: block;
    color: white;
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 13px;
    background-color: #972424;
  }
  .groupLink li a:hover {
    background-color: #b1602e;
  }

  /* コンテンツリンク */

  .contLink {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 20px;
  }
  .contLink .col {
    position: relative;
    width: 50%;
    padding-top: 70%;
    text-align: center;
    background-color: #000000;
    background-position: center;
    background-size: cover;
  }
  .contLink .col a {
    color: white;
    text-shadow: 0 0 5px #000000;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000094;
  }
  .contLink .col a:hover {
    background-color: #00000042;
  }
  .contLink .col .box {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .contLink .box h4 {
    font-size: 1.3rem;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 5px;
    white-space: nowrap;
  }
  .contLink .box span {
    font-size: 0.7rem;
  }
  .contLink .box span::after {
    display: block;
    margin-top: 25px;
    font-size: 1.1rem;
    font-family: "Material Icons";
    content: "keyboard_arrow_right";
    font-weight: 100;
    vertical-align: -3px;
  }
  .contLink .col.restaurant {
    background-image: url(../../images/top/top-restaurant.jpg);
  }
  .contLink .col.stay {
    background-image: url(../../images/top/top-stay.jpg);
  }
  .contLink .col.wedding {
    background-image: url(../../images/top/top-wedding.jpg);
  }
  .contLink .col.shop {
    background-image: url(../../images/top/top-online.jpg);
  }

  /* トップコンテンツA */
  .topContA {
    margin-bottom: 30px;
  }
  .topContA ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    margin: auto;
  }
  .topContA ul li {
    font-size: 0.8rem;
    line-height: 1.3rem;
    text-align: center;
    list-style: none;
    width: 50%;
    padding: 7px;
  }
  .topContA ul li a {
    color: #2b2b2b;
  }
  .topContA img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 7px;
  }
  .topContA ul li h4 {
    font-size: 1rem;
    font-weight: normal;
    /* text-align: center; */
    margin-bottom: 12px;
  }
  .topContA ul li h4 .sub {
    color: #6a6a6a;
    font-size: 0.8rem;
    /* text-align: left; */
    letter-spacing: 0;
    display: block;
    line-height: 1.2rem;
    margin-bottom: 5px;
  }

  /* ルレシャトーについて */
  .rule-chato {
    font-size: 0.8rem;
    padding: 0;
    background-color: #efece8;
    margin-top: 50px;
  }
  .rule-chato .thumb {
  }
  .rule-chato .thumb img {
    width: 100%;
    height: auto;
  }
  .rule-chato .cont {
    position: relative;
    padding: 30px !important;
  }
  .rule-chato .cont h4 {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    padding-top: 10px;
    margin-left: -10px;
    margin-bottom: 15px;
  }
  .logo-rule {
    display: block;
    float: left;
    width: 45px;
    height: auto;
    margin-right: 10px;
  }

  a.btn-rule {
    display: block;
    color: #f0f0f0;
    font-size: 0.8rem;
    line-height: 1em;
    text-align: center;
    padding: 13px 25px;
    margin: 20px auto;
    width: 80%;
    background-color: #000000a6;
  }

  /* 総料理長について */
  .aboutChef {
    margin: auto;
  }
  .aboutChef .col2 {
    margin-bottom: 0;
  }
  .aboutChef .cont {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 30px;
  }
  .aboutChef .cont h4 {
    font-size: 1.1rem;
    padding-top: 10px;
  }

  /* ホテルについて */
  .aboutHOTEL {
    font-size: 0.8rem;
    padding: 0;
    background-color: #efece8;
  }
  .aboutHOTEL .thumb img {
    width: 100%;
    height: auto;
  }
  .aboutHOTEL .cont {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 30px;
  }
  .aboutHOTEL .cont h4 {
    font-size: 1.1rem;
    padding-top: 10px;
  }

  /* SDGs */
  .SDGs {
    font-size: 0.8rem;
    margin: auto;
  }
  .SDGs .col2 {
    margin-bottom: 0;
  }
  .SDGs .cont {
    position: relative;
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 30px;
  }
  .SDGs .cont h4 {
    font-size: 1.1rem;
    padding-top: 10px;
  }
  .SDGs .cont .logo-GOALS {
    display: block;
    width: 150px;
    height: auto;
    margin-bottom: 10px;
  }

  /* ブティック */
  .boutique {
    padding: 20px;
    padding-bottom: 0;
    margin: 10px;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
  }
  .boutique .thumb {
    width: 100%;
  }
  .boutique .thumb img {
    width: 100%;
    height: auto;
  }
  .boutique .cont {
    position: relative;
    width: 100%;
    padding: 25px 0;
    font-size: 0.8rem;
  }
  .boutique .cont h4 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 15px;
  }
  a.btn-boutique {
    display: block;
    color: #f0f0f0;
    font-size: 0.8rem;
    line-height: 1em;
    text-align: center;
    padding: 13px 25px;
    margin: 20px auto;
    width: 80%;
    background-color: #000000a6;
  }

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

/*------------------------------PC & Tab用------------------------------*/
@media screen and (min-width: 441px) {
  /* ブッフェバナー */

  .bnr_bufe {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
  }

  /* 新着タブタイトル表示 */
  .ts-NT {
    display: block !important;
  }

  .topMain {
    position: relative;
    width: 100%;
    /* padding-top: 50%; */
  }

  .topMain .copy {
    color: white;
    text-shadow: 0 0 5px #000000;
    font-family: "Noto Serif JP", serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
  }

  .topMain .copy h2 {
    font-size: 2rem;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  .topMain .copy h2 .sub1 {
    display: block;
    font-size: 1.5rem;
  }

  .topMain .copy .sub2 {
    font-size: 1.1rem;
  }

  /* トップメインビデオ */
  #mainSpace {
    padding: 0 80px;
  }
  #video-area {
    position: relative;
    z-index: -1; /*最背面に設定*/
    height: calc(100vh - 115px);
    /* top: 0;
  right: 0;
  left: 0;
  bottom: 0; */
    overflow: hidden;
  }
  #video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
  }

  /* インフォメーション */

  .information {
    padding: 30px 15px;
    padding-bottom: 80px;
  }
  .information .inner {
    font-size: 0.8rem;
    max-width: 900px;
    margin: auto;
  }
  .information .infoTable {
    font-size: 0.8rem;
    line-height: 1.5rem;
    width: auto;
  }
  .information .infoTable th {
    padding: 5px;
    text-align: center;
  }
  .information .infoTable th .sub {
    display: block;
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
  }
  .information .infoTable td {
    padding: 5px 10px;
  }
  .information .infoTable a {
    color: #093bb1;
    display: block;
  }
  .information .infoTable a:hover {
    color: #022be1;
    text-decoration: underline;
  }

  /* コンテンツリンク */

  .contLink {
    display: flex;
    margin: auto;
    margin-bottom: 50px;
    max-width: 1200px;
  }
  .contLink .col {
    position: relative;
    width: 25%;
    padding-top: 37%;
    text-align: center;
    background-color: #000000;
    background-position: center;
    background-size: cover;
  }
  .contLink .col a {
    color: white;
    text-shadow: 0 0 5px #000000;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000094;
  }
  .contLink .col a:hover {
    background-color: #00000042;
  }
  .contLink .col .box {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .contLink .box h4 {
    font-size: 1.7rem;
    font-family: "Times New Roman", Times, serif;
    /* letter-spacing: 0; */
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 5px;
  }
  .contLink .box span {
    font-size: 0.75rem;
  }
  /* .contLink .box span::after {
    display: block;
    margin-top: 25px;
    font-size: 1.3rem;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
  } */
  .contLink .box span::after {
    display: block;
    margin-top: 25px;
    font-size: 1.3rem;
    font-family: "Material Icons";
    content: "keyboard_arrow_right";
    font-weight: 100;
  }

  .contLink .col.restaurant {
    background-image: url(../../images/top/top-restaurant.jpg);
  }
  .contLink .col.stay {
    background-image: url(../../images/top/top-stay.jpg);
  }
  .contLink .col.wedding {
    background-image: url(../../images/top/top-wedding.jpg);
  }
  .contLink .col.shop {
    background-image: url(../../images/top/top-online.jpg);
  }

  /* トップコンテンツA */
  .topContA {
    margin-bottom: 30px;
  }
  .topContA ul {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    margin: auto;
  }
  .topContA ul li {
    font-size: 0.8rem;
    list-style: none;
    line-height: 1.3rem;
    width: 32%;
  }
  .topContA ul li a {
    color: #2b2b2b;
  }
  .topContA img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 7px;
  }
  .topContA ul li h4 {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 7px;
  }
  .topContA ul li h4 .sub {
    font-size: 0.8rem;
    letter-spacing: 0;
    display: block;
  }

  /* ホテルについて */
  .aboutHOTEL {
    font-size: 0.8rem;
    padding: 20px 0;
    background-color: #efece8;
    margin-bottom: 50px;
  }

  /* 総料理長について */
  .aboutChef {
    max-width: 1100px;
    padding: 50px 0;
    margin: auto;
    /* background-color: #dcdad6; */
  }
  .aboutChef .col2 {
    margin-bottom: 0;
  }

  /* ルレシャトーについて */
  .rule-chato {
    font-size: 0.8rem;
    padding: 50px 0;
    background-color: #efece8;
    margin-top: 50px;
    /* margin-bottom: 50px; */
  }
  .rule-chato .cont {
    position: relative;
    padding: 0 40px !important;
  }
  .rule-chato .cont h4 {
    font-size: 1.3rem;
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .logo-rule {
    position: absolute;
    width: 60px;
    height: auto;
    top: -25px;
    left: 20px;
  }

  a.btn-rule {
    display: inline-block;
    color: #f0f0f0;
    font-size: 0.85rem;
    line-height: 1em;
    padding: 12px 25px;
    margin-top: 20px;
    background-color: #000000a6;
  }

  /* SDGs */
  .SDGs {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 50px;
  }
  .SDGs .cont {
    position: relative;
  }
  .SDGs .cont h4 {
    padding-top: 30px;
  }
  .SDGs .cont .logo-GOALS {
    position: absolute;
    width: 250px;
    height: auto;
    top: 10px;
    left: 25px;
  }

  /* ブティック */
  .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: 15px 20px;
    right: 0;
    bottom: 0;
    background-color: #363636;
  }

  .topBF {
    padding-top: 30px;
  }
  .topBF .col2 {
    max-width: 1200px;
  }
  .topBF .col2 .thumb {
    width: 40%;
  }
  .topBF .col2 .cont {
    width: 60%;
  }
  .topBF .col2 .boxy {
    padding: 15px;
    background-color: #f7eef1;
  }
  .groupLink {
    text-align: center;
    padding: 0;
  }
  .groupLink li {
    list-style: none;
    display: inline-block;
    margin: 10px 5px;
  }
  .groupLink li a {
    display: block;
    color: white;
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 12px 25px;
    background-color: #972424;
  }
  .groupLink li a:hover {
    background-color: #b1602e;
  }

  .takarabako {
    font-size: 0.8rem;
    padding: 30px 0;
    background-color: #efece8;
  }
  .takarabako .col.cont {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 441px) and (max-width: 820px) {
  /* おせちバナー */
  .topMain .bnner {
    top: 10px;
    right: 10px;
  }
  .topMain .bnner img {
    width: auto;
    height: 210px;
  }

  /* トップメインビデオ */
  #video-area {
    height: calc(50vh - 115px);
  }

  .topBF .col2 {
    max-width: 800px;
  }
  .topBF .col2 .thumb {
    width: 100%;
  }
  .topBF .col2 .cont {
    width: 100%;
  }
  .topBF .col2 .boxy {
    padding: 15px;
    background-color: #f7eef1;
  }

  /* ルレシャトーについて */
  .rule-chato {
    font-size: 0.8rem;
    padding: 30px 0;
    margin-top: 30px;
  }
  .rule-chato .cont {
    position: relative;
    padding: 0 30px !important;
  }
  .rule-chato .cont h4 {
    font-size: 1.3rem;
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .logo-rule {
    position: relative;
    float: left;
    width: 55px;
    height: auto;
    margin-right: 15px;
    top: auto;
    left: auto;
  }
  .rule-chato a.btn-rule {
    font-size: 0.8rem;
    text-align: center;
    width: 70%;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 20px;
    right: auto;
    bottom: auto;
  }

  /* SDGs */
  .SDGs {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 50px;
  }
  .SDGs .cont {
    position: relative;
  }
  .SDGs .cont h4 {
    padding-top: 30px;
  }
  .SDGs .cont .logo-GOALS {
    position: relative;
    display: block;
    width: 200px;
    height: auto;
    margin-bottom: 10px;
    top: auto;
    left: auto;
  }

  /* ブティック */
  .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;
  }
}

/*------------------------------TAB 中サイズ用------------------------------*/
@media screen and (min-width: 441px) and (max-width: 650px) {
  /* コンテンツリンク */

  .contLink {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 20px;
  }
  .contLink .col {
    position: relative;
    width: 50%;
    padding-top: 70%;
    text-align: center;
    background-color: #000000;
    background-position: center;
    background-size: cover;
  }
  .contLink .col a {
    color: white;
    text-shadow: 0 0 5px #000000;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000094;
  }
  .contLink .col a:hover {
    background-color: #00000042;
  }
  .contLink .col .box {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .contLink .box h4 {
    font-size: 1.3rem;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 5px;
    white-space: nowrap;
  }
  .contLink .box span {
    font-size: 0.7rem;
  }
  .contLink .box span::after {
    display: block;
    margin-top: 25px;
    font-size: 1.1rem;
    font-family: "Font Awesome 5 Free";
    /* content: ""; */
    content: "";
    font-weight: 900;
  }
  .contLink .col.restaurant {
    background-image: url(../../images/top/top-restaurant.jpg);
  }
  .contLink .col.stay {
    background-image: url(../../images/top/top-stay.jpg);
  }
  .contLink .col.wedding {
    background-image: url(../../images/top/top-wedding.jpg);
  }
  .contLink .col.shop {
    background-image: url(../../images/top/top-online.jpg);
  }

  /* トップコンテンツA */
  .topContA {
    margin-bottom: 30px;
  }
  .topContA ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    margin: auto;
  }
  .topContA ul li {
    font-size: 0.8rem;
    line-height: 1.3rem;
    list-style: none;
    width: 50%;
    padding: 7px;
  }
  .topContA ul li a {
    color: #2b2b2b;
  }
  .topContA img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 7px;
  }
  .topContA ul li h4 {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 12px;
  }
  .topContA ul li h4 .sub {
    color: #6a6a6a;
    font-size: 0.8rem;
    /* text-align: left; */
    letter-spacing: 0;
    display: block;
    line-height: 1.2rem;
    margin-bottom: 5px;
  }
}
