@charset "utf-8";
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.pc-only {
  display: block;
}
.pc-only.dib {
  display: inline-block;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .sp-only.dib {
    display: inline-block;
  }
}
/* body and base setting
---------------------------------*/
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  min-width: 320px;
  background: #fff;
  margin: auto;
  position: relative;
}
/* general params
---------------------------------*/
html {
  padding: 0;
  margin: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
p {
  color: #151515;
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1.8;
}
p .caption {
  color: #333;
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  padding-top: 8px;
}
a {
  color: #000;
  outline: none;
}
a:link,
a:visited {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
.tel-link a {
  color: #000;
}
img {
  max-width: 100%\9;
  width: auto\9;
  height: auto\9;
  vertical-align: top\9;
}
img:not(.sp_a2x) {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}
img.fixImg {
  width: 100%;
  width: 100%\9;
  max-width: 100%;
  height: auto;
}
.gm-style img {
  max-width: none !important;
}
/*selection*/
*::selection {
  background: #ffd39a;
}
*::-moz-selection {
  background: #ffd39a;
}
/* header
---------------------------------*/
header {
  width: 200px;
  background: rgba(145, 10, 0, 0.8);
  padding: 20px 10px;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding: 15px 10px;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
  }
}
header .logo {
  width: 162px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 120px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  header .box__navigation {
    display: none;
    padding-top: 25px;
  }
}
header .nav_gallery {
  width: 98px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  header .nav_gallery {
    width: 88px;
  }
}
header .nav_webshop {
  width: 142px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  header .nav_webshop {
    width: 132px;
  }
}
header .nav_info {
  width: 56px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  header .nav_info {
    width: 46px;
  }
}
header .nav_insta {
  width: 44px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .nav_insta {
    width: 34px;
  }
}
header a {
  transition: all 0.5s;
}
header a:hover {
  opacity: 0.7;
}
header #smpNav {
  display: none;
}
@media screen and (max-width: 767px) {
  header #smpNav {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 9999;
  }
  header #smpNav::after {
    content: "MENU";
    width: auto;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -1.6em;
    left: -7px;
  }
}
@media screen and (max-width: 767px) {
  header .menu-trigger {
    width: 30px;
    height: 20px;
    position: relative;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  header .menu-trigger span:nth-of-type(3) {
    bottom: -2px;
  }
  header .menu-trigger span:nth-of-type(1) {
    animation: menu-bar01 0.75s forwards;
  }
  header .menu-trigger span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  header .menu-trigger span:nth-of-type(3) {
    animation: menu-bar02 0.75s forwards;
  }
  header .menu-trigger.active span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }
  header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu-trigger.active span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(10px) rotate(45deg);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-10px) rotate(-45deg);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(10px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(-10px) rotate(-45deg);
    }
  }
}
/* footer
---------------------------------*/
footer {
  width: 100%;
  padding: 5px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
  }
}
/* #wrapper
---------------------------------*/
#wrapper {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
/* トップページ
---------------------------------*/
#page__top #wrapper {
  background-image: url(../images/bcg_top.jpg);
  background-position: 50% 45%;
  background-size: cover;
}
/* gallery
---------------------------------*/
#page__gallery #wrapper {
  background-image: url(../images/bcg_gallery.jpg);
  background-position: 50% 45%;
  background-size: cover;
}
/* info
---------------------------------*/
#page__info #wrapper {
  background-image: url(../images/bcg_info.jpg);
  background-position: 50% 100%;
  background-size: cover;
}
#page__info #container {
  background: rgba(255, 255, 255, 0.8);
}
#page__info footer .copyright {
  color: #000;
}
/* container
---------------------------------*/
#container {
  width: calc(100% - 450px);
  max-height: 80vh;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #container {
    width: 92%;
    max-height: 82vh;
    max-height: 80dvh;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* box__gallery
---------------------------------*/
.box__gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box__gallery .item {
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
}
.box__gallery .item:nth-child(3n) {
  margin-right: 0;
}
/* box__text
---------------------------------*/
.box__text {
  padding: 1em;
}
.box__text p {
  font-size: 16px;
}
.box__text p + p {
  padding-top: 25px;
}
.box__text .info_vitaroza {
  padding-top: 25px;
}
.box__text .info_vitaroza h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.box__text .info_vitaroza p {
  font-size: 14px;
}
.box__text .info_vitaroza p + p {
  padding-top: 15px;
}
.box__text .info_vitaroza p a {
  color: #a71527;
  font-size: 16px;
  text-decoration: underline;
}
/*# sourceMappingURL=common.css.map */