@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*************************************************
footer
*************************************************/
/*************************************************
navi
*************************************************/
html {
  scroll-behavior: smooth;
}

/*************************************************
mv header
*************************************************/
main {
  background-color: #f5f3f2;
}

header {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 40px;
  width: 95vw;
  overflow-x: hidden;
}
@media screen and (min-width: 599px) and (max-width: 1049px) {
  header {
    top: 0px;
    width: 100vw;
    left: 0;
    padding: 30px 0 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  header {
    top: 0px;
    width: 100vw;
    left: 0;
    padding: 20px 0 0 10px;
    box-sizing: border-box;
  }
}
header .logo {
  display: block;
  width: 10%;
  min-width: 100px;
}
@media screen and (max-width: 599px) {
  header .logo {
    width: 80px;
  }
}
header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .mv {
    width: 100vw;
    min-width: 1px;
  }
}
.mv .mv_inner {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .mv .mv_inner {
    height: 360px;
  }
}
.mv .mv_inner img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .mv .mv_inner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv .mv_text_area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-45%) translateY(-75%);
}
@media screen and (max-width: 599px) {
  .mv .mv_text_area {
    top: 38%;
    width: 60%;
    transform: translateX(-45.5%) translateY(-100%);
  }
}
.mv .mv_text_area h2 {
  width: 70%;
}
@media screen and (max-width: 599px) {
  .mv .mv_text_area h2 {
    width: 100%;
    height: 40px;
    position: absolute;
    top: -50px;
  }
}
.mv .mv_text_area h2 img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .mv .mv_text_area h2 img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv .mv_text_area h3 {
  width: 80%;
  transform: translateX(10%) translateY(250%);
}
@media screen and (max-width: 599px) {
  .mv .mv_text_area h3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70px;
    left: -26px;
  }
}
.mv .mv_text_area h3 img {
  width: 100%;
}
.mv .mv_raiten {
  position: absolute;
  right: 8%;
  top: 45%;
  width: 15%;
}
@media screen and (max-width: 599px) {
  .mv .mv_raiten {
    width: 24%;
    right: 5%;
    top: 65%;
  }
}
.mv .mv_raiten img {
  width: 100%;
}
.mv .mv_hito {
  position: absolute;
  left: 9%;
  top: 23%;
  width: 14.5%;
}
@media screen and (max-width: 599px) {
  .mv .mv_hito {
    width: 21%;
    top: 48%;
    left: 5%;
    z-index: 2;
  }
}
.mv .mv_hito .hito_pc {
  width: 100%;
  display: block;
}
@media screen and (max-width: 599px) {
  .mv .mv_hito .hito_pc {
    display: none;
  }
}
.mv .mv_hito .hito_sp {
  width: 100%;
  display: none;
}
@media screen and (max-width: 599px) {
  .mv .mv_hito .hito_sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .mv_hito_pc {
    display: none;
  }
}

.mv_hito_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .mv_hito_sp {
    display: block;
  }
}

/*************************************************
nav
*************************************************/
.site_nav {
  background-color: #000000;
  padding: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .site_nav {
    padding: 20px 10px;
  }
}
.site_nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .site_nav ul {
    width: 100%;
  }
}
.site_nav ul .wrap {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 599px) {
  .site_nav ul .wrap {
    gap: 0 20px;
  }
}
.site_nav ul li {
  color: #fff;
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS Pgothic", knowledge-reg, helvetica, arial, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .site_nav ul li {
    font-size: 11px;
  }
}
.site_nav ul li span {
  transform: translateX(24px);
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .site_nav ul li span {
    transform: translateX(10px);
  }
}

.under_image_wrapper {
  width: 470px;
  margin: 80px auto;
}
@media screen and (max-width: 599px) {
  .under_image_wrapper {
    width: 70%;
    margin: 40px auto;
  }
}
.under_image_wrapper img {
  width: 100%;
}

/*************************************************
独自画像
*************************************************/
.contents_wrapper {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .contents_wrapper {
    width: 100%;
  }
}
.contents_wrapper .inner_img {
  width: 953px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .contents_wrapper .inner_img {
    width: 92%;
  }
}
.contents_wrapper .inner_img::before {
  position: absolute;
  bottom: -5px;
  left: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(51, 49, 49) 2px, rgb(51, 49, 49) 5px);
}
.contents_wrapper .inner_img img {
  width: 100%;
  border: 15px solid #000;
}
@media screen and (max-width: 599px) {
  .contents_wrapper .inner_img img {
    border: 5px solid #000;
  }
}
.contents_wrapper .btn_wrapper {
  width: 85%;
  margin: 40px auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .contents_wrapper .btn_wrapper {
    margin: 30px auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .contents_wrapper .btn_wrapper .reserve_btn {
    flex-basis: 49%;
  }
}
.contents_wrapper .btn_wrapper .reserve_btn .web_btn {
  width: 335px;
  display: block;
}
@media screen and (max-width: 1050px) {
  .contents_wrapper .btn_wrapper .reserve_btn .web_btn {
    width: 100%;
  }
}
.contents_wrapper .btn_wrapper .reserve_btn .web_btn img {
  width: 100%;
}
.contents_wrapper .btn_wrapper .reserve_btn:hover {
  opacity: 0.6;
}
.contents_wrapper .btn_wrapper .tel_btn {
  width: 335px;
  display: block;
}
@media screen and (max-width: 1050px) {
  .contents_wrapper .btn_wrapper .tel_btn {
    width: 100%;
  }
}
.contents_wrapper .btn_wrapper .tel_btn img {
  width: 100%;
}
.contents_wrapper .btn_wrapper .tel_btn:hover {
  opacity: 0.6;
}

/*************************************************
// 予約
*************************************************/
.reserve_section .reserve_img {
  width: 970px;
  margin: 180px auto 60px;
}
@media screen and (max-width: 1050px) {
  .reserve_section .reserve_img {
    width: 95%;
    margin: 80px auto 20px;
  }
}
.reserve_section .reserve_img img {
  width: 100%;
}
.reserve_section .re_text {
  text-align: center;
  line-height: 3rem;
}
@media screen and (max-width: 599px) {
  .reserve_section .re_text {
    line-height: 2rem;
    text-align: left;
    padding: 0 10px;
  }
  .reserve_section .re_text br {
    display: none;
  }
}
.reserve_section .re_text p {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
}
@media screen and (max-width: 599px) {
  .reserve_section .re_text p {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.reserve_section .re_text p .change_point_01 {
  background: linear-gradient(transparent 60%, #ff6 60%);
  color: #e60012;
}

/*************************************************
// 予約
*************************************************/
.five_section {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .five_section {
    padding: 0 10px;
  }
}
.five_section .step_wrap {
  width: 962px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1050px) {
  .five_section .step_wrap {
    width: 100%;
    margin: 20px auto 0;
  }
}
.five_section .step_wrap img {
  width: 100%;
}
.five_section .re_text {
  text-align: center;
  line-height: 3rem;
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .five_section .re_text {
    line-height: 2rem;
    text-align: left;
    padding: 0 10px;
    margin-top: 40px;
  }
  .five_section .re_text br {
    display: none;
  }
}
.five_section .re_text p {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
}
@media screen and (max-width: 599px) {
  .five_section .re_text p {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.five_section .re_text p .change_point_01 {
  background: linear-gradient(transparent 60%, #ff6 60%);
  color: #e60012;
}

/*************************************************
// Q A
*************************************************/
.q_a_section {
  margin-top: 160px;
}
@media screen and (max-width: 599px) {
  .q_a_section {
    margin-top: 60px;
  }
}
.q_a_section .q_a_wrap {
  width: 100%;
}
.q_a_section .q_a_wrap img {
  width: 100%;
}

/*************************************************
// 来店
*************************************************/
.raiten_section {
  margin-top: 160px;
}
@media screen and (max-width: 599px) {
  .raiten_section {
    margin-top: 80px;
    padding: 0 10px;
  }
}
.raiten_section .raiten_wrap {
  width: 962px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1050px) {
  .raiten_section .raiten_wrap {
    width: 100%;
  }
}
.raiten_section .raiten_wrap img {
  width: 100%;
}
.raiten_section .re_text {
  text-align: center;
  line-height: 3rem;
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .raiten_section .re_text {
    line-height: 2rem;
    text-align: left;
    padding: 0 10px;
    margin-top: 40px;
  }
  .raiten_section .re_text br {
    display: none;
  }
}
.raiten_section .re_text p {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
}
@media screen and (max-width: 599px) {
  .raiten_section .re_text p {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.raiten_section .re_text p .change_point_01 {
  background: linear-gradient(transparent 60%, #ff6 60%);
  color: #e60012;
}

/*************************************************
// 店舗情報
*************************************************/
.shops_info {
  display: flex;
  width: 75%;
  margin: 100px auto 0px;
  padding-bottom: 80px;
  justify-content: space-around;
}
@media screen and (max-width: 599px) {
  .shops_info {
    flex-direction: column;
    width: 100%;
    padding: 60px 10px;
    margin: 0 auto;
  }
}
.shops_info .name {
  margin-bottom: 10px;
}
.shops_info .name h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
}
.shops_info .name h3 br {
  display: none;
}
@media screen and (max-width: 599px) {
  .shops_info .name h3 {
    font-size: 22px;
    line-height: 3rem;
    text-align: center;
  }
  .shops_info .name h3 br {
    display: block;
  }
}
.shops_info .name h3 span {
  font-size: 36px;
}
.shops_info .tel {
  font-weight: 600;
}
.shops_info .tel p {
  font-size: 26px;
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  .shops_info .tel p {
    font-size: 18px;
    text-align: center;
  }
}
.shops_info .right .adress,
.shops_info .right .holiday,
.shops_info .right .business {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .shops_info .right .adress,
  .shops_info .right .holiday,
  .shops_info .right .business {
    margin: 20px 0;
  }
  .shops_info .right .adress:nth-of-type(3),
  .shops_info .right .holiday:nth-of-type(3),
  .shops_info .right .business:nth-of-type(3) {
    margin: 0;
  }
}
.shops_info .right .adress p,
.shops_info .right .holiday p,
.shops_info .right .business p {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .shops_info .right .adress p,
  .shops_info .right .holiday p,
  .shops_info .right .business p {
    font-size: 18px;
    text-align: center;
  }
}
.shops_info .right .adress {
  max-width: 400px;
  line-height: 2rem;
}
@media screen and (max-width: 599px) {
  .shops_info .right .adress p {
    max-width: 90vw;
    margin: 0 auto;
  }
}

iframe {
  width: 100% !important;
  height: 300px !important;
}
@media screen and (max-width: 599px) {
  iframe {
    height: 500px;
  }
}

.cach {
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
}

.bound {
  animation: bound_animation 1s forwards;
}

@keyframes bound_animation {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
    animation-timing-function: ease-in;
  }
  20% {
    transform: translate(-50%, -50%);
    opacity: 0.5;
    animation-timing-function: ease-out;
  }
  38% {
    transform: translate(-50%, -80%);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  56% {
    transform: translate(-50%, -50%);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  72% {
    transform: translate(-50%, -60%);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  88% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.bound_pickup {
  animation: bound_animation_02 0.6s forwards;
}

@keyframes bound_animation_02 {
  0% {
    transform: translateX(10%) translateY(150%);
    opacity: 0;
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateX(10%) translateY(200%);
    opacity: 0.5;
  }
  100% {
    transform: translateX(10%) translateY(250%);
    opacity: 1;
  }
}
.bound_pickup_003 {
  animation: bound_animation_03 0.6s forwards;
}

@keyframes bound_animation_03 {
  0% {
    transform: translateX(0%) translateY(10%);
    opacity: 0;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 0.5;
    transform: translateX(0%) translateY(5%);
  }
  100% {
    transform: translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 300ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=style.css.map */