@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "Zen Old Mincho", serif;
  color: #333333;
  font-size: 18px;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
#header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9;
  transition: 0.5s;
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#header.scroll-nav {
  background-color: rgba(204, 228, 253, 0.6);
  ;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.icon-pc {
  margin-right: 15px;
}
.h-logo {
  width: 24%;
}
.h-right {
  width: 70%;
}
.h-reserv {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.h-reserv .reserv-btn {
  width: 185px;
  padding: 6px 0;
  text-align: center;
  border-radius: 20px;
  color: #ffffff;
  background-color: #ab903c;
  margin-left: 30px;
}
.navarea {
  display: block;
}
.navbar-nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-item {
  text-align: center;
  width: 10%;
}
.nav-item a {
  color: #331b16;
  display: block;
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
}
.nav-item span {
  font-size: 18px;
  color: #ab903c;
  display: block;
}
.main {
  line-height: 0;
  position: relative;
}
.main-ttl {
  position: absolute;
  top: 40%;
  left: 23%;
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 3;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
}
.main-ttl .en {
  font-size: clamp(24px, 6vw, 60px);
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h3-ttl {
  font-size: clamp(40px, 4vw, 50px);
}
.h3-ttl .ja {
  font-size: 24px;
}
.detail {
  font-size: 26px;
  color: #ffffff;
}
.detail img {
  margin-left: 20px;
  vertical-align: super;
}
.concept {
  position: relative;
  text-align: center;
  padding: 60px 20px 150px;
  color: #ffffff;
  background-color: #331b16;
  overflow: hidden;
  z-index: 0;
}
.concept::before {
  content: "";
  background-image: url("../img/concept-left.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  ;
  position: absolute;
  left: 0;
  z-index: -1;
}
.concept::after {
  content: url("../img/concept-right.png");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.concept .txt01 {
  font-size: clamp(30px, 4vw, 50px);
  margin: 100px 0 50px;
}
.concept .flex {
  max-width: 1450px;
  width: 95%;
  margin: 0 auto;
  align-items: center;
}
.concept-left {
  width: 45%;
}
.concept-right {
  width: 50%;
}
.concept-right .txt02 {
  line-height: 2;
  text-align: left;
  margin-bottom: 100px;
}
.menu {
  text-align: center;
  position: relative;
  padding: 60px 5% 200px;
  background-image: url("../img/menu-bg.png");
}
.menu .txt01 {
  margin-top: 50px;
}
.menu-box {
  width: 32%;
  position: relative;
  margin-top: 60px;
  line-height: 0;
  transition-duration: .4s;
}
.menu-box:hover {
  transform: scale(1.1);
}
.menu-box .inner {
  width: 66%;
  position: absolute;
  top: 15%;
  left: 15%;
  color: #ffffff;
  text-align: left;
  line-height: 2;
}
.menu-box .ttl {
  font-size: 30px;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 10px;
  margin-bottom: 50px
}
.kassa-care {
  background-color: #331b16;
  position: relative;
  padding-bottom: 80px;
}
.kassa-care::before {
  content: "";
  background-image: url("../img/kassa-care01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: calc(100% - 42%);
  height: 100%;
  top: 70px;
  left: 0;
}
.kassa-care .flex {
  position: relative;
  width: 41%;
  margin-left: auto;
  align-items: center;
  padding-top: 20px;
}
.kassa-care .left {
  width: 60%;
  color: #ffffff;
  text-align: center;
}
.kassa-care .right {
  width: 40%;
  text-align: center;
}
.kassa-care_box {
  width: 40%;
  padding: 3%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: auto;
  line-height: 2;
  margin-top: -50px;
}
.instagram {
  padding: 50px 0;
  background-color: #cce4fd;
  background-image: url("../img/insta-bg.png");
  text-align: center;
}
.instagram .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.instagram-ttl {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staff {
  position: relative;
  text-align: center;
  background-color: #331b16;
  padding: 115px 0 150px;
  z-index: 0;
  overflow: hidden;
}
.staff::before {
  content: url("../img/staff-bg.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.staff .h3-ttl {
  color: #ffffff;
}
.staff .inner {
  max-width: 1280px;
  margin: 0 auto;
}
.staff .flex {
  margin-top: 100px;
  justify-content: center;
}
.staff-box {
  width: 27%;
  padding: 10px 15px 15px;
  text-align: center;
  background-color: #ffffff;
  margin: 0 16px;
}
.staff-box .txt01 {
  font-size: 16px;
  margin: 10px 0;
  color: #333333;
}
.staff-box .txt01 span {
  font-size: 25px;
}
.staff-box .detail {
  margin-top: 15px;
  display: block;
  font-size: 18px;
  color: #333333;
}
.staff-anchor {
  padding-top: 100px;
  margin-top: -100px;
}
.notice {
  text-align: center;
  background-image: url("../img/blog-bg.png");
  padding: 100px 20px 150px;
}
.notice-box {
  max-width: 1100px;
  padding: 100px 0;
  margin: 80px auto 0;
  background-color: #ffffff;
  font-size: 40px;
}
.access {
  text-align: center;
  padding: 60px 0;
  background-color: #331b16;
  color: #ffffff;
}
.access-detail {
  display: block;
  width: 145px;
  color: #ffffff;
  border: solid 1px #ffffff;
  padding: 5px 0;
  margin: 50px auto;
}
.access .inner {
  max-width: 1330px;
  width: 90%;
  margin: 0 auto;
}
.access .flex {
  margin-bottom: 100px;
}
.access-left {
  width: 60%;
}
.map {
  height: 640px;
}
.access-right {
  width: 33%;
  text-align: left;
}
.access-right .ttl {
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
}
.access-right .ttl::before {
  content: "●";
  position: absolute;
  left: -40px;
}
.access-right .f-size01 {
  font-size: 26px;
}
.access-right .f-size02 {
  font-size: 36px;
}
.contact-detail {
  display: block;
  font-size: 24px;
  width: 290px;
  padding: 13px 0 13px 20px;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 30px;
  margin-top: 30px;
}
.dli-caret-right {
  display: inline-block;
  vertical-align: baseline;
  color: #ffffff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: 15px;
}
#footer {
  background-color: #eef6ff;
}
#footer .flex {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  align-items: center;
  justify-content: center;
}
.f-left {
  width: 25%;
}
.f-left .txt01 {
  margin-top: 20px;
}
.f-left .txt01 span {
  font-size: 30px;
}
.f-right {
  text-align: center;
  width: 70%;
}
.f-right .h-reserv {
  justify-content: center;
}
.f-right .navbar-nav {
  justify-content: center;
  margin-top: 100px;
}
.f-right .nav-item {
  width: 15%;
}
#page_top {
  position: fixed;
  right: 45px;
  bottom: 85px;
  z-index: 9;
}
#page_top a {
  position: relative;
  display: block;
}
.copyright {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  background-color: #cce4fd;
}
.sp {
  display: none;
}
.sp2 {
  display: none;
}
.news-wrap {
  max-width: 1100px;
  padding: 50px;
  margin: 80px auto 0;
  background-color: #ffffff;
}
.news-content {
  height: 250px;
  overflow-y: scroll;
}
.news-content .item {
  display: flex;
  margin: 50px 0;
}
.news-content .news-ttl {
	text-align: left;
}
.news-content .news-ttl a {
  color: #333333;
  margin-left: 30px;
}
.news p {
  font-size: max(0.9vw, 16px);
}
.news .ttl {
  font-size: max(2vw, 20px);
  padding-bottom: 10px;
  color: #9A8C82;
  margin-bottom: 20px;
  border-bottom: 1px solid #D5C1B7;
}
.info {
  max-width: calc(1000px + 6%);
  padding: 3%;
  margin: 6vw auto;
  background: #fff9e8
}
.info p {
  font-size: max(0.9vw, 16px);
}
.info .ttl {
  font-size: max(2vw, 20px);
  padding-bottom: 10px;
  color: #9A8C82;
  margin-bottom: 20px;
  border-bottom: 1px solid #D5C1B7;
}
@media screen and (min-width: 768px) {
  .column {
    display: flex;
    width: 80%;
    margin: 5vw auto;
    gap: 5vw;
  }
  .main-column {
    width: 70%;
  }
  .side-column {
    width: 30%;
  }
  .side-column h3 {
    background-color: #ab903c;
    color: #fff;
    padding: 15px;
    margin: 0 0 15px;
    font-size: 1vw;
    text-align: center;
  }
  .side-column ul {
    margin: 0 0 3vw;
  }
  .side-column ul li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px #6d542e dotted;
	  text-align: left;
  }
  .side-column ul li a {
    font-size: 1vw;
    padding: 0 0 0 20px;
    color: #333333;
  }
  .main-column > p {
    font-size: 1.2vw;
    margin: 0 0 2vw;
    background-color: #dcdddd;
    color: #000;
    padding: 15px;
  }
  .post {
    width: 100%;
    border-radius: 15px;
    margin: 0 0 40px;
  }
  .post h2 {
    font-size: max(1.8vw, 2rem);
    margin: 0 0 1vw;
    background-color: #ab903c;
    padding: 15px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
  }
  .post h2 span {
    margin: 0 2vw 0 0;
  }
  .post p {
    font-size: 1vw;
    line-height: 1.5;
  }
  .archive-content {
    display: flex;
    gap: 30px;
  }
  .archive-content li {
    font: 1em;
  }
  .archive-content li:nth-of-type(1) {
    width: 250px;
  }
  .archive-content li:nth-of-type(1) img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .archive-content li:nth-of-type(2) {
    width: calc(100% - 200px);
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(1) {
    font-size: 18px;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0 0 15px;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(1) span {
    background-color: #ab903c;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    margin: 0 15px 0 0;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(2) {
    margin: 0 0 15px;
    font-size: 16px;
    text-align: left;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(3) {
    font-size: 14px;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(3) a {
    background-color: #ab903c;
    color: #fff;
    padding: 8px 8px 8px 20px;
    position: relative;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(3) a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -5px;
    transform: rotate(45deg);
  }
}
/*==================================================
下層デザイン
===================================*/
.main-head {
  background-image: url("../img/sub/mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 62vh;
}
.page-ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-size: clamp(50px, 4vw, 70px);
}
.sub-wrap {
  text-align: center;
  color: #ffffff;
  background-color: #331b16;
  position: relative;
  z-index: 0;
  padding: 70px 0 150px;
  overflow: hidden;
}
.sub-wrap::before {
  content: "";
  background-image: url("../img/concept-left.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.sub-wrap::after {
  content: url("../img/concept-right.png");
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
}
.sub-access .h3-ttl {
  margin-bottom: 100px;
}
.sub-access {
  max-width: 1330px;
  width: 90%;
  margin: 0 auto;
}
.sub-access .flex {
  margin-bottom: 100px;
}
.contact-form {
  color: #ffffff;
  background-color: #331b16;
  text-align: center;
  padding: 70px 20px 150px;
}
.contact-form .h3-ttl {
  margin-bottom: 100px;
}
.contact-form .txt01 {
  margin-bottom: 50px;
}
.contact-form .flex {
  max-width: 300px;
  margin: 20px auto 100px;
}
.form-box {
  max-width: 1100px;
  padding: 100px 0;
  margin: 80px auto 0;
  background-color: #ffffff;
  font-size: 40px;
  color: #333333;
}
.sub-concept .txt01 {
  font-size: clamp(22px, 4vw, 50px);
  margin: 70px 0;
}
.sub-concept_item {
  width: 95%;
  margin-right: auto;
  position: relative;
  padding-top: 175px;
}
.sub-concept_item::before {
  content: "";
  background-image: url("../img/sub/concept01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: calc(100% - 35%);
  height: 100%;
  top: 0;
  left: 0;
}
.sub-concept_txt {
  text-align: left;
  color: #333333;
  width: 43%;
  padding: 3%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: auto;
  line-height: 2;
}
.sub-concept_inner {
  max-width: 1330px;
  width: 90%;
  margin: 200px auto;
}
.sub-concept_box {
  width: 45%;
}
.sub-concept_box .ttl {
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
}
.sub-concept_box .ttl::before {
  content: url("../img/sub/point-01.png");
  position: absolute;
  left: 5px;
  bottom: -20px;
}
.sub-concept_box02 .ttl::before {
  content: url("../img/sub/point-02.png");
}
.sub-concept_box .txt01 {
  text-align: left;
  line-height: 2;
  margin-top: 30px;
}
.sub-staff .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.sub-staff_box {
  width: 94%;
  margin: 100px 0;
  padding: 3%;
  color: #333333;
  background-color: #ffffff;
}
.sub-staff_left {
  width: 27%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.sub-staff_left .txt01 {
  margin: 20px 0;
}
.sub-staff_left .txt01 span {
  font-size: 26px;
}
.sub-staff_right {
  width: 70%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.sub-staff_right .txt01 {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
}
.sub-staff_right .txt02 {
  line-height: 2;
  text-align: left;
  margin-top: 20px;
}
.staff-tbl {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #333333;
  margin-top: 50px;
}
.staff-tbl th {
  width: 20%;
  border-right: solid 1px #333333;
  text-align: left;
  padding: 20px;
  font-weight: normal;
}
.staff-tbl td {
  width: 80%;
  text-align: left;
  padding: 10px;
}
.blog-wrap {
  text-align: center;
  padding: 70px 0 150px;
  background-image: url("../img/blog-bg.png");
}
.blog-wrap .inner {
  max-width: 1525px;
  width: 90%;
  margin: 0 auto;
}
.menu-wrap {
  text-align: center;
  padding: 70px 0 150px;
  background-image: url("../img/blog-bg.png")
}
.menu-wrap .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.menu-wrap .inner .txt01 {
  margin: 30px 0;
}
.menu-wrap .inner .txt02 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.menu-wrap .inner .txt03 {
  text-align: left;
}
.dli-caret-down {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: 10px;
}
.menu-anchor {
  width: 100%;
  margin: 150px 0;
  display: flex;
  flex-wrap: wrap;
}
.menu-anchor li {
  width: 18%;
  margin: 0 2% 30px 0;
  text-align: center;
  background-color: #ab903c;
}
.menu-anchor li a {
  padding: 17px 0;
  display: block;
  color: #ffffff;
  font-size: 22px;
}
.menu-list {
  text-align: left;
  max-width: 1480px;
  width: 90%;
  margin: 0 auto;
}
.menu-list .flex {
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 150px;
}
.menu-list .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.menu-list_left {
  width: 50%;
}
.menu-list_left .ttl {
  font-size: 40px;
  border-bottom: solid 1px #333333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.menu-list_left .txt01 {
  margin-bottom: 50px;
}
.menu-list_right {
  width: 47%;
}
.menu-tbl {
  width: 100%;
}
.menu-tbl td {
  vertical-align: top;
  padding: 0 10px 30px;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1536px) {
  .kassa-care .flex {
    width: 100%;
    align-items: flex-start;
  }
  .kassa-care::before {
    top: 165px;
  }
  .kassa-care_box {
    width: 60%;
  }
  .sub-concept_txt {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .nav-item {
    width: 16%;
  }
  .main-ttl {
    top: 50%;
    left: 35%;
  }
  .kassa-care_box {
    width: 80%;
  }
  .concept::before {
    background-size: contain;
    width: 30%;
  }
  .menu-box {
    width: 48%;
  }
  .menu-box .ttl {
    font-size: 24px;
  }
  .f-left {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .f-right {
    width: 100%;
  }
  .sub-wrap::before {
    background-size: contain;
    width: 30%;
  }
  .sub-concept_item {
    padding-top: 275px;
  }
  .sub-concept_txt {
    width: 80%;
  }
  .sub-concept_box .ttl::before {
    left: 40%;
    bottom: 50px;
  }
  .sub-staff_left {
    justify-content: center;
  }
  .menu-anchor li {
    width: 31%;
  }
}
@media (max-width: 820px) {
  .main-ttl {
    top: 60%;
  }
  .concept-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .concept-right {
    width: 100%;
  }
  .menu-box .inner {
    top: 10%;
  }
  .menu-box .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .staff-box {
    width: 40%;
    margin-bottom: 30px;
  }
  .access-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .map {
    height: 500px;
  }
  .access-right {
    width: 94%;
    margin-left: auto;
  }
  .sub-concept_item {
    padding-top: 220px;
  }
  .sub-concept_box .ttl {
    font-size: 24px;
  }
  .sub-staff_left {
    width: 53%;
    margin: 0 auto 50px;
  }
  .sub-staff_right {
    width: 100%;
  }
  .menu-list_left {
    width: 100%;
    margin-bottom: 50px;
  }
  .menu-list_right {
    width: 100%;
  }
  .column {
    display: flex;
    width: 90%;
    margin: 5vw auto;
    gap: 5vw;
    flex-direction: column;
  }
  .main-column {
    width: 100%;
  }
  .side-column {
    width: 100%;
  }
  .side-column h3 {
    background-color: #ab903c;
    color: #fff;
    padding: 15px;
    margin: 0 0 15px;
    font-size: 18px;
    text-align: center;
  }
  .side-column ul {
    margin: 0 0 3vw;
  }
  .side-column ul li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px #272625 dotted;
	  text-align: left;
  }
  .side-column ul li a {
    font-size: 18px;
    padding: 0 0 0 20px;
	  color: #333333;
  }
  .main-column > p {
    font-size: 1.2vw;
    margin: 0 0 2vw;
    background-color: #dcdddd;
    color: #000;
    padding: 15px;
  }
  .post {
    width: 100%;
    border-radius: 15px;
    margin: 0 0 40px;
  }
  .post h2 {
    font-size: 20px;
    margin: 0 0 2rem;
    background-color: #ab903c;
    padding: 10px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #ffffff;
  }
  .post h2 span {
    margin: 0 2vw 0 0;
  }
  .post p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .archive-content {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
  }
  .archive-content li {
    font: 1em sans-serif;
  }
  .archive-content li:nth-of-type(1) {
    width: 100%;
  }
  .archive-content li:nth-of-type(1) img {
    width: 100%;
  }
  .archive-content li:nth-of-type(2) {
    width: 100%;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(1) {
    font-size: 18px;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0 0 15px;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(1) span {
    background-color: #ab903c;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    margin: 0 15px 0 0;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(2) {
    margin: 0 0 15px;
    font-size: 16px;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(3) {
    font-size: 14px;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(3) a {
    background-color: #ab903c;
    color: #fff;
    padding: 8px 8px 8px 20px;
    position: relative;
  }
  .archive-content li:nth-of-type(2) p:nth-of-type(3) a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -5px;
    transform: rotate(45deg);
  }
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .sp2 {
    display: inline-block;
    margin-right: 10px;
  }
  .header {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 10px 5%;
  }
  #nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 20px;
    width: 30px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 30px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: black;
    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: 9px;
  }
  #nav-toggle span:nth-child(3) {
    top: 18px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
  #gloval-nav {
    background-color: #F9F4EE;
    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: 52px;
    height: 52px;
    background: #cce6ff;
    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 img {
    width: 185px;
  }
  .h-reserv {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .h-reserv .reserv-btn {
    width: 155px;
    margin-left: 0;
    margin-right: 10px;
  }
  .h-item {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 3.5;
    border-left: solid 1px #969696;
    border-right: solid 1px #969696;
  }
  .h-item:nth-child(2) {
    border-left: none;
  }
  .main-ttl {
    width: 95%;
    left: 50%;
  }
  .main-ttl .en {
    letter-spacing: 5px;
  }
  .concept::before {
    content: none;
  }
  .concept::after {
    right: auto;
  }
  .menu {
    padding-bottom: 60px;
  }
  .menu .txt01 {
    text-align: left;
  }
  .menu-box {
    width: 100%;
    margin-top: 30px;
  }
  .menu-box .ttl {
    font-size: 24px;
  }
  .menu-box .inner {
    width: 86%;
    left: 6%;
  }
  .kassa-care_sp {
    position: relative;
    background-color: #331b16;
    padding: 50px 0 160px;
  }
  .kassa-care_sp::before {
    content: url("../img/sp/kassa-care02.png");
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .kassa-care_sp .h3-ttl {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
  }
  .kassa-care_sp .kassa-care_box {
    width: 83%;
    margin: -50px auto 0;
  }
  .staff {
    padding: 80px 0;
  }
  .staff::before {
    bottom: auto;
  }
  .staff .inner {
    width: 90%;
  }
  .staff .flex {
    margin-top: 0;
    justify-content: space-between;
  }
  .staff-box {
    width: 94%;
    padding: 5% 3%;
    margin: 50px 0 30px;
  }
  .staff-left {
    width: 40%;
  }
  .staff-right {
    width: 55%;
  }
  .staff-box .detail {
    font-size: 14px;
  }
  .notice {
    padding: 50px 20px;
  }
  .access-right .ttl::before {
    content: none;
  }
  .access-right {
    width: 100%;
  }
  .access-right .f-size02 {
    font-size: 30px;
  }
  .contact-detail {
    font-size: 20px;
    width: 250px;
  }
  .f-left {
    width: 80%;
    text-align: left;
  }
  #page_top {
    right: 15px;
  }
  .sub-wrap::before {
    content: none;
  }
  .sub-wrap::after {
    right: auto;
  }
  .contact-form .h3-ttl {
    font-size: 30px;
  }
  .sub-concept_item {
    width: 100%;
    padding-top: 270px;
  }
  .sub-concept_item::before {
    width: 100%;
  }
  .sub-concept_txt {
    width: 83%;
    margin: -75px auto 0;
  }
  .sub-concept_box {
    width: 100%;
    margin-bottom: 165px;
  }
  .sub-staff_left {
    width: 100%;
  }
  .sub-staff_right .txt01 {
    font-size: 26px;
  }
  .staff-tbl th {
    width: 25%;
  }
  .menu-wrap .inner .txt02 {
    font-size: 28px;
  }
  .menu-anchor li {
    width: 48%;
  }
  .menu-anchor li {
    margin-right: 4%;
  }
  .menu-anchor li:nth-child(even) {
    margin-right: 0;
  }
  .menu-anchor li a {
    font-size: 16px;
  }
  .menu-list_left .ttl {
    font-size: 28px;
  }
  .news-wrap {
    padding: 20px;
  }
  .news-content {
    height: 350px;
  }
  .news-content .date {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .main-ttl .ja {
    font-size: 18px;
  }
  .f-left .txt01 span {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .header {
    padding: 10px 3%;
  }
  .h-reserv .reserv-btn {
    width: 140px;
    font-size: 14px;
  }
  .icon-pc {
    vertical-align: sub;
  }
  .h3-ttl {
    font-size: 30px;
  }
  .menu-box .ttl {
    font-size: 20px;
  }
  .detail img {
    width: 30px;
  }
  .sub-concept_txt {
    margin-top: -110px;
  }
  .menu-anchor li a {
    font-size: 14px;
  }
}