@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  background-image: url("../img/body-bg.jpg");
  background-position: center;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.h2-ttl {
  font-size: clamp(20px, 4vw, 30px);
}
.h2-ttl .en {
  font-size: clamp(30px, 6vw, 50px);
}
.h3-ttl {
  color: #333333;
  font-size: clamp(20px, 4vw, 30px);
}
.h3-ttl .en {
  color: #ab903c;
  font-size: clamp(30px, 6vw, 50px);
}
.h4-ttl {
  color: #c20000;
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 30px;
}
.inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100px;
}
.header-left {
  width: 18%;
  padding: 1%;
}
.header-right {
  width: 79%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1%;
}
.h-menu {
  width: 75%;
  padding-right: 30px;
}
.h-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.h-top .sales-time {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-right: 20px;
}
.h-btm {
  width: 100%;
  margin-bottom: 20px;
}
.nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav li {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-left: 5%;
}
.nav a {
  color: #333333;
  display: block;
}
.nav a img {
  vertical-align: bottom;
  margin-right: 5px;
}
.main {
  line-height: 0;
}
.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 画面いっぱいに */
}


.news {
  padding: 65px 0;
}
.news .flex {
  justify-content: space-between;
}
.news .left {
  width: 20%;
  text-align: center;
}
.news .right {
  width: 75%;
  padding-right: 3%;
  height: 200px;
  overflow-y: scroll;
}
.news .right::-webkit-scrollbar {
  width: 10px;
}
.news .right::-webkit-scrollbar-track {
  background-color: #f0ece3;
  border-radius: 100px;
}
.news .right::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 100px;
}
.news .list {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: solid 1px #c1c1c1;
}
.news .list:last-child {
  border-bottom: none;
}
.news dl dt {
  width: 20%;
  padding: 10px 0;
  text-align: center;
  background-color: #c20000;
  color: #ffffff;
}
.news dl dd {
  width: 75%;
  padding-left: 5%;
}
.concept {
  position: relative;
  background-image: url("../img/concept.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 518px;
}
.concept .inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 2%;
  text-align: center;
  width: 92%;
}
.concept .txt {
  text-align: left;
  max-width: 1000px;
  margin: 90px auto 0;
  line-height: 2;
}
.store {
  margin: 90px 0;
}
.store .inner {
  text-align: center
}
.store .flex {
  margin-top: 100px;
  justify-content: space-between;
}
.store .box {
  width: 50%;
}
.recruit {
  position: relative;
  background-image: url("../img/recruit.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  height: 900px;
  margin: 180px 0;
}
.recruit .box {
  text-align: center;
  max-width: 1100px;
  width: 55%;
  padding: 80px 20px;
  border: solid 2px #ff0000;
  position: absolute;
  bottom: 0;
  right: 1%;
}
.recruit .txt {
  margin: 100px 0;
}
.villa {
  background-image: url("../img/villa.jpg");
  background-repeat: no-repeat;
  height: 787px;
  margin-bottom: 150px;
}
.villa .inner {
  text-align: center;
  background-color: #ffffff;
  padding: 55px 0;
}
.villa .txt {
  margin: 80px 0 50px;
}
.villa .icon {
  margin-bottom: 50px;
}
#footer {
  padding-top: 100px;
  background-image: url("../img/footer-bg.jpg");
}
#footer .flex {
  margin-bottom: 100px;
  justify-content: center;
  font-weight: bold;
}
#footer .box {
  width: 33%;
  text-align: center;
}
#footer .txt01 {
  margin: 35px 0 60px;
}
#footer .txt02 {
  margin: 35px 0 60px;
}
#footer .txt03 img {
  vertical-align: middle;
  margin-right: 20px;
}
#footer .nav {
  display: block;
}
#footer .nav li {
  display: flex;
  align-items: center;
  text-align: left;
  margin-left: 20%;
  margin-bottom: 25px;
}
#footer .nav li::before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #333;
  margin-right: 20px;
}
#footer .map {
  height: 625px;
}
#page_top {
  position: fixed;
  right: 45px;
  bottom: 100px;
  z-index: 9;
}
#page_top a {
  position: relative;
  display: block;
  line-height: 0;
}
.copyright {
  font-size: 16px;
  text-align: center;
  background-color: #c20000;
  color: #ffffff;
  padding: 35px 0;
}
.sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.mv {
  position: relative;
  background-image: url("../img/sub/mv-access.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 55vh;
}
.mv-member {
  background-image: url("../img/sub/mv-member.jpg");
}
.mv-menu {
  background-image: url("../img/sub/mv-menu.jpg");
}
.mv-store {
  background-image: url("../img/sub/mv-store.jpg");
}
.mv .ttl {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(30px, 6vw, 50px);
  color: #ffffff;
}
.mv .s-txt {
  font-size: 30px;
  font-weight: normal;
}
.h-sub .sales-time {
  color: #ffffff;
}
.h-sub .nav a {
  color: #ffffff;
}
.sub .h2-ttl .en {
  color: #ab903c;
}
.access-sub {
  text-align: center;
  margin: 150px 0;
}
.access-sub .map {
  margin-top: 80px;
  height: 625px;
}
.access-sub .flex {
  margin-top: 90px;
  align-items: center;
  justify-content: space-between;
}
.access-sub .left {
  width: 50%;
  line-height: 0;
}
.access-sub .right {
  width: 50%;
  text-align: center;
  font-weight: bold;
}
.access-sub .txt01 {
  margin-bottom: 55px;
}
.access-sub .txt02 {
  margin: 30px 0;
}
.access-sub .txt03 img {
  vertical-align: middle;
  margin-right: 20px;
}
.access-sub .left {
  width: 100%;
  margin-bottom: 50px;
}
.access-sub .right {
  width: 100%;
}
.member-wrap {
  padding: 150px 0;
  background-image: url("../img/sub/member-bg.jpg");
}
.menu-sub {
  text-align: center;
  color: #ffffff;
}
.menu-sub .box {
  margin-top: 80px;
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.menu-sub .box .flex {
  margin-top: 80px;
  justify-content: space-between;
}
.menu-sub .menu-box {
  width: 46%;
  padding: 0 2%;
}
.menu-sub .menu-box img {
  margin-bottom: 20px;
}
.menu-sub .item {
  display: flex;
  align-items: center;
  color: #333333;
}
.menu-sub .item dt {
  padding: 15px 0;
}
.menu-sub .item dd {
  flex: 1;
  padding: 15px;
  text-align: right;
}
.tanakya-menu .menu-sub .box {
  background-color: initial;
}
.tanakya-menu {
  padding-bottom: 200px;
}
.tanakya-menu .food-item {
  width: 20%;
}
.store-top {
  margin-top: 200px;
}
.store-overview {
  margin-top: 200px;
  text-align: center;
}
.store-overview dl {
  max-width: 745px;
  width: 90%;
  margin: 80px auto 0;
}
.store-overview_item {
  display: flex;
}
.store-overview_item dt {
  width: max(100px, 20%);
  padding: 20px;
  border-bottom: 2px solid #ab903c;
  text-align: left;
}
.store-overview_item dd {
  width: calc(100% - max(100px, 20%));
  padding: 20px 5%;
  border-bottom: 2px solid #a3a3a3;
  text-align: left;
}
.inside {
  text-align: center;
  margin-top: 200px;
}
.inside .txt {
  margin: 40px 0;
}
#imgSet {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
#imgSet .last {
  text-align: left;
  width: 215px;
  margin: 20% auto;
}
.insta {
  text-align: center;
  margin-top: 200px;
}
.recruit-sub {
  margin: 200px 0;
}
.recruit-sub .h3-ttl {
  text-align: center;
  margin-bottom: 100px;
}
.recruit-sub .flex {
  justify-content: space-between;
}
.recruit-sub .left {
  width: 50%;
}
.recruit-sub .right {
  width: 47%;
}
.recruit-sub .mark-ttl {
  position: relative;
  text-align: center;
  background-color: #ab903c;
  font-size: 30px;
  margin-top: 90px;
  padding: 8px 0;
  color: #ffffff;
}
.recruit-sub .mark-ttl::before {
  content: url("../img/sub/mark.png");
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-sub .txt01 {
  max-width: 900px;
  margin: 50px auto;
  font-size: 24px;
  font-weight: bold;
}
.recruit-sub dl {
  max-width: 900px;
  margin: 0 auto;
}
.recruit-sub .apply-btn {
  text-align: center;
  margin-top: 100px;
}
.menu-sub .box2 .flex {
  margin-top: 0;
  align-items: center;
}
.menu-sub .box2 .txt01 {
  text-align: left;
  color: #333333;
}
.menu-sub .menu-box .villa {
  margin-bottom: 0;
  height: auto;
}
.menu-box .txt-title {
  text-align: left;
  color: #333333;
  font-size: 24px;
  margin-bottom: 30px;
}
.menu-sub .detail-btn {
  display: block;
  margin-top: 50px;
}
.menu-sub .store-overview {
  margin-top: 0;
  color: #333333;
}
.menu-sub .txt02 {
  margin: 40px 0;
  color: #333333;
}
.menu-sub .map {
  height: 625px;
}
.menu-sub .box2 .txt03 {
  color: #333333;
}
.menu-sub .box2 .txt04 {
  color: #333333;
  margin: 30px 0;
}
.menu-sub .box2 .txt04 img {
  vertical-align: -webkit-baseline-middle;
  margin-right: 20px;
}
.menu-sub .box2 .txt05 {
  color: #333333;
}

/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1536px) {
  .recruit .box {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 1024px) {
  .h-access {
    display: none;
  }
  .header-wrap {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  }
  .header-left {
    width: 100%;
  }
  .header-right {
    width: 100%;
    margin-top: -65px;
  }
  .h-top .sales-time {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .h-menu {
    width: 100%;
    padding-right: 0;
  }
  .recruit {
    background-size: 80%;
  }
  .recruit .box {
    width: 80%;
  }
  #footer .box {
    width: 50%;
  }
  #footer .box-top {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 820px) {
  .h-tel {
    width: 230px;
  }
  .nav li {
    font-size: 15px;
  }
  .news .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .news .right {
    width: 100%;
  }
  #imgSet {
    grid-template-columns: 1fr 1fr;
  }
  .recruit-sub .left {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .recruit-sub .right {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
  }
  .header {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 10px 5%;
  }
  #nav-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 20px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #ffffff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 6px;
  }
  #nav-toggle span:nth-child(3) {
    top: 12px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 5px;
    transform: rotate(-45deg);
  }
  #nav-toggle .txt {
    font-size: 10px;
    font-family: 'Noto Sans JP';
    position: absolute;
    top: 14px;
    left: -4px;
    color: #ffffff;
  }
  #gloval-nav {
    background-color: #f0ece3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    transform: translateX(-100%);
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #707070;
    padding: 20px 0;
    transition: color .6s ease;
  }
  .menu-accordion ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    overflow-y: hidden !important;
  }
  .menu-accordion li {
    width: 46%;
    background: #FFFFFF;
    border: 1px solid #5A4E3F;
  }
  #nav-toggle::before {
    content: "";
    width: 42px;
    height: 42px;
    background: #c20000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(-200px);
    transition: transform .6s ease, opacity .2s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: .15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: .3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: .45s;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    transform: translateX(0);
    transition: transform .6s;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease;
  }
  #nav-toggle {
    z-index: 100;
  }
  #gloval-nav {
    z-index: 10;
  }
  #gloval-nav ul {
    overflow-y: scroll;
  }
  .logo {
    width: 60%;
  }
  .news dl dt {
    width: 125px;
    padding: 5px 0;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .news dl dd {
    width: 100%;
    padding-left: 0;
  }
  .news .right {
    height: 300px;
  }
  .concept {
    background-image: url("../img/sp/concept.jpg");
  }
  .concept .txt {
    margin-top: 30px;
  }
  .store .flex {
    margin-top: 50px;
  }
  .store .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit {
    margin: 90px 0;
    background-position: bottom left;
    height: 675px;
  }
  .recruit .box {
    position: initial;
    margin: 0 auto;
    padding: 50px 20px 150px;
    background-color: initial;
  }
  .recruit .txt {
    margin: 50px 0;
  }
  .villa .inner {
    width: 86%;
    padding: 55px 2%;
  }
  #footer .box {
    width: 100%;
    margin-bottom: 50px;
  }
  #footer .txt02 {
    margin: 30px 0;
  }
  #footer .flex {
    margin-bottom: 0;
  }
  .copyright {
    margin-bottom: 85px;
  }
  .floating {
    position: fixed;
    bottom: 0;
    width: 80%;
    display: flex;
    line-height: 0;
  }
  #page_top {
    text-align: right;
    right: 5px;
    bottom: 1px;
  }
  #page_top img {
    width: 85%;
  }
  .menu-sub .menu-box {
    width: 96%;
    margin-bottom: 50px;
  }
  .tanakya-menu .food-item {
    width: 50%;
    line-height: 0;
  }
  .store-overview_item dt {
    width: max(70px, 20%);
  }
  .store-top {
    margin-top: 100px;
  }
  .store-overview {
    margin-top: 100px;
  }
  .inside {
    margin-top: 100px;
  }
  #imgSet {
    grid-template-columns: 1fr;
  }
  .insta {
    margin-top: 100px;
  }
  .menu-sub .detail-btn {
    width: 90%;
    margin: 50px auto 0;
  }
}
@media (max-width: 375px) {
  .recruit {
    height: 620px;
  }
  .villa .inner {
    width: 80%;
    padding: 55px 5%;
  }
  #page_top img {
    width: 70%;
  }
}