@charset "UTF-8";
/*=========================*/
/*==　　　　変数　　　　　 ==*/
/*=========================*/
:root {
  --black:#333;
  --white:#fff;
  --gray01:#9A9EAB;
  --gray02:#515768;
  --orange:#DC9436;
  --f20:clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  --f22:clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  --f22:clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  --f22:clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  --f24:clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  --f30:clamp(1rem, 0.825rem + 0.88vw, 1.875rem);
  --f36:clamp(1.3rem, 0.75rem + 1.25vw, 2.25rem);
  --f42:clamp(1.75rem, 0.675rem + 1.63vw, 2.625rem);
  --f_e:"JetBrains Mono", monospace;
}

/*=========================*/
/*==　　　　パーツ　　　　 ==*/
/*=========================*/
@media screen and (min-width: 768px) {
  .from_md {
    display: block;
  }
}
.p__section_title {
  margin-bottom: 1rem;
  text-align: center;
  font-family: var(--f_e);
}
.p__section_title:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1rem;
  margin: auto;
  background-image: url(../img/p__section_header__icon_g.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .p__section_title:before {
    width: 2rem;
    height: 2rem;
  }
}
.p__button {
  width: clamp(10rem, -1.9rem + 14.5vw, 15rem);
  margin: auto;
  background-color: var(--gray01);
  border-radius: 1.5vw;
  font-family: var(--f_e);
  transition: 0.3s;
}
.p__button a {
  display: block;
  padding: 0.5rem;
  color: var(--white);
  text-align: center;
}
.p__button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p__button {
    border-radius: 0.5rem;
  }
  .p__button a {
    padding: 1rem;
  }
}
.photo-img-cross {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.photo-img-cross:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: var(--gray02);
  z-index: 1;
  transform-origin: right center;
  transform: scaleX(1);
  transition: width 0.5s cubic-bezier(0, 0.41, 0.32, 1.14) 0s, transform 2s cubic-bezier(0, 0.41, 0.32, 1.14) 0.4s;
}

.photo-img-cross img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 2.5s;
}

.photo-move-cross img {
  opacity: 1;
}

.photo-move-cross.photo-img-cross:before {
  transform: scaleX(0);
  width: 100%;
}

/*=========================*/
/*==　　　　個別  　　　　 ==*/
/*=========================*/
.l__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l__header .container {
  padding: 0.5rem;
}
.l__header .logo {
  display: block;
  width: clamp(10rem, 15vw, 15.875rem);
}
.l__header .logo picture {
  display: block;
}
.l__header .gnav {
  display: none;
  font-family: var(--f_e);
}
.l__header .gnav.active {
  display: block;
  background-color: var(--gray02);
  color: var(--white);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.l__header .gnav.active .gnav__list {
  padding-top: 7em;
}
.l__header .gnav.active .gnav__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.l__header .gnav.active .gnav__list li a {
  display: block;
  padding: 0.5em 2em;
  font-size: 1.7rem;
}
.l__header .gnav.active .contact_list {
  margin-top: 3rem;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
}
.l__header .gnav.active .contact_list li {
  margin: 0 0.5rem;
}
.l__header .gnav.active .p__button {
  width: 11rem;
  background-color: var(--white);
}
.l__header .gnav.active .p__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray02);
}
.l__header .gnav.active .p__button a .icon {
  width: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .l__header .container {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l__header .gnav {
    display: block;
  }
  .l__header .gnav__list {
    display: flex;
  }
  .l__header .gnav__list li {
    margin-left: 2em;
    font-size: var(--f30);
  }
  .l__header .gnav .contact_list {
    display: none;
  }
}
.main_vis {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  margin-top: 8vh;
}
.main_vis:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--gray01);
  z-index: -1;
}
.main_vis .images {
  margin: 5vw;
  z-index: 1;
  overflow: hidden;
  background-color: var(--gray02);
}
.main_vis .image {
  width: 100%;
  height: calc(90vh + 5vw);
}
.main_vis .image img,
.main_vis .image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_vis .text {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.main_vis .text .logo {
  display: block;
  width: 25%;
  margin: 0 auto 1rem;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .main_vis .text .logo {width: 80%;}
}

.main_vis .text .copy {
  color: #fff;
  font-size: var(--f36);
}

@media screen and (min-width: 992px) {
  .main_vis {
    margin-top: 7.5rem;
  }
  .main_vis .images {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: auto;
    padding: 0%;
    background-color: transparent;
  }
  .main_vis .image {
    width: calc((100% - 1.5rem) / 3);
  }
  .main_vis .text {
    top: 27%;
  }
}
.instagram {
  padding: 15vw 5vw;
  background-color: var(--gray01);
  overflow: hidden;
}
.instagram .container {
  padding: 3rem 1.5rem;
  border-radius: 5vw;
  background-color: var(--white);
}
.instagram .text {
  text-align: center;
}
.instagram .p__section_title {
  color: var(--gray01);
  font-size: var(--f42);
}
.instagram .p__button {
  margin: 2rem auto;
}
.instagram .images {
  display: flex;
  min-width: 100vw;
  position: relative;
  left: -11.5vw;
}
.instagram .image {
  width: 100vw;
  padding: 0 1vw;
}
.instagram .image img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .instagram {
    padding: 5rem 5rem 4rem;
  }
  .instagram .container {
    display: flex;
    align-items: center;
    padding: 11rem 6rem 7rem;
    position: relative;
    border-radius: 1.5rem;
  }
  .instagram .text {
    min-width: 15rem;
    width: 40%;
    margin-right: 16%;
    font-size: var(--f20);
  }
  .instagram .images {
    left: 0;
  }
  .instagram .image {
    width: auto;
    margin-right: 1.5rem;
    padding: 0;
  }
}
.concept {
  display: flex;
}
.concept .image {
  width: 30vw;
}
.concept .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: var(--gray01);
}
.concept .text {
  width: 70vw;
  padding: 3rem 1.5rem;
  background-image: url(../img/concept_bg.jpg);
  background-size: 50% 50%;
  background-repeat: repeat;
}
.concept .text p {
  line-height: 2.5;
}
.concept .text p + p {
  margin-top: 2em;
}
.concept .text p strong{
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .concept .image {
    width: 54vw;
  }
  .concept .text {
    padding: 4.5vw 5vw;
  }
  .concept .text p {
    font-size: var(--f24);
    line-height: 3;
  }
}
.menu {
  padding: 4rem 0;
}
.menu .container {
  width: calc(100% - 8vw);
  max-width: 1200px;
  margin: auto;
}
.menu .p__section_title {
  font-size: var(--f42);
  color: var(--gray02);
}
.menu .menu_list {
  margin-bottom: 2rem;
}
.menu .item + .item {
  margin-top: 2rem;
}
.menu .image {
  display: block;
  width: 100%;
  position: relative;
}
.menu .image img {
  width: 100%;
}
.menu .outline {
  padding: 1rem 0.5rem 0.5rem;
  border-bottom: 1px solid var(--gray02);
}
.menu .item_name {
  font-size: 1.2rem;
  font-size: var(--f24);
  font-weight: 700;
}
.menu .item_name .eng {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-family: var(--f_e);
  color: var(--gray01);
}
.menu .price {
  text-align: right;
  font-family: var(--f_e);
}
.menu .discription {
  padding: 1rem 0.5rem;
  font-size: var(--f20);
}
.menu .speciality .image {
  position: relative;
}
.menu .speciality .image:after {
  content: url(../img/speciality_tag.png);
  position: absolute;
  top: 0;
  left: 0;
}
.menu .speciality__tag {
  margin-top: 0.5rem;
  padding: 0 0.5em;
  background-color: var(--orange);
  color: var(--white);
}
.menu .speciality__button {
  margin-top: 1rem;
  background-color: var(--orange);
}

@media screen and (min-width: 768px) {
  .menu {
    padding: 9rem 0;
  }
  .menu .p__section_title {
    margin-bottom: 4rem;
  }
  .menu .menu_list {
    margin-bottom: 6rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
  .menu .menu_list .item {
    width: 45%;
    padding-bottom: 2em;
  }
  .menu .menu_list .item + .item {
    margin-top: 0;
  }
  .menu .outline {
    display: flex;
    padding: 1.5em 0.5em 1em;
    justify-content: space-between;
    align-items: flex-end;
  }
  .menu .item_name .eng {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .menu .price {
    text-align: right;
  }
}
.contact {
  padding: 4rem 0;
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  color: var(--white);
}
.contact .container {
  width: calc(100% - 8vw);
  max-width: 1200px;
  margin: auto;
}
.contact .p__section_title {
  font-size: var(--f42);
}
.contact .p__section_title:before {
  background-image: url(../img/p__section_header__icon_w.png);
}
.contact .means_list {
  margin-top: 2rem;
}
.contact .means_list li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.contact .means_list li .icon {
  width: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
  margin-right: 1rem;
}
.contact .means_list li.means01, .contact .means_list li.means02 {
  font-size: var(--f36);
  font-family: var(--f_e);
}
.contact .means_list li.means03 {
  font-size: var(--f30);
}
.contact .means_list li:not(.means01) a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .contact {
    padding: 11rem 0 14rem;
  }
  .contact .lead {
    text-align: center;
    font-size: var(--f20);
  }
  .contact .means_list {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
  }
  .contact.means03 .line_open {
    display: block;
    text-decoration: underline;
  }
}
.l__footer {
  padding: 4rem 0 1rem;
  background-color: var(--gray01);
  color: var(--white);
}
.l__footer .container {
  width: calc(100% - 8vw);
  margin: auto;
}
.l__footer .gmap {
  margin-bottom: 1.5rem;
  max-width: 1200px;
  border-radius: 1rem;
  overflow: hidden;
}
.l__footer .logo {
  width: 80%;
  margin: 0 auto 1.5rem;
}
.l__footer .address {
  margin-bottom: 1.5rem;
}
.l__footer .detail_list dl {
  display: flex;
}
.l__footer .detail_list dl dt {
  width: 7em;
}
.l__footer .copyright {
  margin-top: 4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l__footer .container {
    max-width: 1200px;
    margin: auto;
  }
  .l__footer .gmap {
    margin-bottom: 3rem;
  }
  .l__footer .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l__footer .logo {
    width: 15%;
  }
  .l__footer .logo img {
    width: 100%;
  }
  .l__footer .address,
  .l__footer .detail_list {
    width: 40%;
    padding-left: 1.5rem;
    position: relative;
    font-size: var(--f22);
  }
  .l__footer .address:before,
  .l__footer .detail_list:before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 0;
    background-color: var(--white);
  }
  .l__footer .address {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .l__footer .address,
  .l__footer .detail_list {
    width: 37.5%;
  }
}
.to_top {
  display: none;
}

@media screen and (min-width: 768px) {
  .to_top {
    display: block;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
  }
}
#hamburger {
  width: 10vw;
  height: 10vw;
  position: fixed;
  top: 4vw;
  right: 4vw;
  z-index: 999;
}
#hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: var(--black);
  transition: 0.3s;
}
#hamburger span:nth-of-type(1) {
  top: 10%;
}
#hamburger span:nth-of-type(2) {
  top: 50%;
}
#hamburger span:nth-of-type(3) {
  bottom: 10%;
}
#hamburger.active span {
  background-color: var(--white);
}
#hamburger.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
#hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#hamburger.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #hamburger {
    display: none;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=index.css.map */