body {
  font-size: 14px;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #9E9D9E;
  opacity: 0.7;
}

a:active {
  color: #000;
  opacity: 1;
}

header {
  width: 100%;
  padding: 32px  60px;
  display: flex;
}

@media screen and (max-width: 1023px) {
  header {
    padding: 10px 4%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
  }
}

header h1 {
  width: 346px;
  height: auto;
}

@media screen and (max-width: 599px) {
  header h1 {
    width: 70%;
  }
}

header h1 img {
  width: 100%;
}

header .menu {
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  header .menu {
    display: none;
  }
}

header .menu ul {
  list-style: none;
}

header .menu ul li {
  display: inline-block;
  padding-left: 20px;
}

@media screen and (min-width: 1024px) {
  header .sp-hamburger-menu {
    display: none;
  }
}

header .sp-hamburger-menu .menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.9);
}

header .sp-hamburger-menu .menu-btn span {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #9E9D9E;
  position: absolute;
}

header .sp-hamburger-menu .menu-btn span::before {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #9E9D9E;
  position: absolute;
  bottom: 8px;
}

header .sp-hamburger-menu .menu-btn span::after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #9E9D9E;
  position: absolute;
  top: 8px;
}

header .sp-hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

header .sp-hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

header .sp-hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

header .sp-hamburger-menu #menu-btn-check {
  display: none;
}

header .sp-hamburger-menu .menu-content {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: white;
  transition: all 0.5s;
  box-shadow: 1px 1px 4px #ccc;
}

header .sp-hamburger-menu .menu-content ul {
  padding: 70px 4% 20px;
  height: 100vh;
}

header .sp-hamburger-menu .menu-content ul li {
  border-bottom: solid 1px #9E9D9E;
  list-style: none;
}

header .sp-hamburger-menu .menu-content ul li:last-child {
  border-bottom: none;
}

header .sp-hamburger-menu .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  padding: 20px;
  position: relative;
  text-align: center;
}

header .sp-hamburger-menu #menu-btn-check:checked ~ .menu-content {
  left: 0;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container ul {
  list-style: none;
}

.swiper-container .swiper-container-rtl .swiper-button-next::after {
  content: none;
}

.swiper-container .swiper-container-rtl .swiper-button-prev::after {
  content: none;
}

.swiper-container.gallery-top .swiper-button-prev {
  background-image: url("/assets/images/icon-arrow-prev.svg");
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 28%;
  background-position: 44% 50%;
  left: 15%;
  width: 3%;
  height: 10%;
  border-radius: 50%;
}

@media (max-width: 599px) {
  .swiper-container.gallery-top .swiper-button-prev {
    left: 3%;
    width: 10%;
    height: 9%;
  }
}

.swiper-container.gallery-top .swiper-button-prev::after {
  content: none;
}

.swiper-container.gallery-top .swiper-button-next {
  background-image: url("/assets/images/icon-arrow-next.svg");
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 28%;
  background-position: 54% 50%;
  right: 15%;
  width: 3%;
  height: 10%;
  border-radius: 50%;
}

@media (max-width: 599px) {
  .swiper-container.gallery-top .swiper-button-next {
    right: 3%;
    width: 10%;
    height: 9%;
  }
}

.swiper-container.gallery-top .swiper-button-next::after {
  content: none;
}

.swiper-container.gallery-top img {
  width: 100%;
}

.swiper-container.gallery-thumbs {
  width: 66%;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

@media (max-width: 599px) {
  .swiper-container.gallery-thumbs {
    width: 100%;
  }
}

.swiper-container.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-container.gallery-thumbs img {
  width: 100%;
}

.contents-wrap {
  width: 1108px;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  .contents-wrap {
    width: 100%;
    padding: 0 4%;
  }
}

.contents-wrap .contents-tittle {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #9E9D9E;
  text-align: center;
  padding-top: 120px;
  display: block;
}

.contents-wrap .contents-tittle.top {
  padding-top: 100px;
}

@media screen and (max-width: 1150px) {
  .contents-wrap .contents-tittle {
    font-size: 40px;
    line-height: 1.4;
    padding-top: 90px;
  }
  .contents-wrap .contents-tittle.top {
    padding-top: 60px;
  }
}

.contents-wrap .contents-tittle + span {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 1150px) {
  .contents-wrap .contents-tittle + span {
    font-size: 18px;
  }
}

.contents-wrap .contents-subtittle {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  padding-top: 120px;
  display: block;
}

@media screen and (max-width: 1150px) {
  .contents-wrap .contents-subtittle {
    font-size: 34px;
    line-height: 1.4;
    padding-top: 90px;
  }
}

.contents-wrap .contents-subtittle + span {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 1150px) {
  .contents-wrap .contents-subtittle + span {
    font-size: 18px;
  }
}

.about .about-text {
  width: 83%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .about .about-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .about .about-text {
    text-align: left;
  }
}

.about .about-text p {
  margin-bottom: 40px;
  line-height: 2;
}

.about .about-img img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 599px) {
  .about .about-img img {
    width: 100%;
  }
}

.brand .brand-row {
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .brand .brand-row {
    display: block;
    margin-bottom: 0;
  }
}

.brand .brand-row dl {
  width: 50%;
}

@media screen and (max-width: 599px) {
  .brand .brand-row dl {
    width: 100%;
    margin-bottom: 40px;
  }
}

.brand .brand-row dl:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  .brand .brand-row dl:last-child {
    margin-left: 0;
  }
}

.brand .brand-row dl img {
  width: 100%;
}

.brand .brand-row dl dd {
  line-height: 2.0;
}

.brand .brand-row dl .brand-tittle {
  font-size: 28px;
  display: flex;
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .brand .brand-row dl .brand-tittle {
    display: block;
    text-align: center;
    margin: 20px auto;
  }
}

.brand .brand-row dl .brand-tittle a {
  display: block;
  margin: 0 0 5px auto;
  align-self: flex-end;
  font-size: 12px;
  text-decoration: underline;
}

.brand .brand-row dl .brand-tittle a :hover,
.brand .brand-row dl .brand-tittle a :active {
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .brand .brand-row dl .brand-tittle a {
    margin-top: 10px;
    font-size: 14px;
  }
}

.scene {
  margin-bottom: 120px;
}

.scene .scene-area {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.scene .scene-area li {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .scene .scene-area li {
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .scene .scene-area li {
    width: 100%;
  }
}

.scene .scene-area li .scene-each {
  height: auto;
  margin: 0 0 30px 30px;
  padding-top: 86%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .scene .scene-area li .scene-each {
    margin: 0 0 30px 30px;
  }
}

@media screen and (max-width: 599px) {
  .scene .scene-area li .scene-each {
    width: 100%;
    padding-top: 80%;
  }
}

@media screen and (max-width: 599px) {
  .scene .scene-area li .scene-each.sp-none {
    display: none;
  }
}

.scene .scene-area li .scene-each span {
  display: block;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

@media screen and (max-width: 599px) {
  .scene .scene-area li .scene-each span {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .scene .scene-area li .scene-each span.much-text {
    font-size: 11px;
    min-height: 36px;
  }
}

.scene .scene-area li .scene-each.item-miyamairi {
  background-image: url("/assets/images/scene_miyamairi.png");
  margin-left: 0;
}

.scene .scene-area li .scene-each.item-shitigosan {
  background-image: url("/assets/images/scene_shitigosan.png");
}

@media screen and (max-width: 599px) {
  .scene .scene-area li .scene-each.item-shitigosan {
    margin-left: 0;
  }
}

.scene .scene-area li .scene-each.item-sotugyoushiki {
  background-image: url("/assets/images/scene_sotugyoushiki.png");
}

@media screen and (max-width: 768px) {
  .scene .scene-area li .scene-each.item-sotugyoushiki {
    margin-left: 0;
  }
}

.scene .scene-area li .scene-each.item-seijinshiki {
  background-image: url("/assets/images/scene_seijinshiki.png");
}

@media screen and (max-width: 599px) {
  .scene .scene-area li .scene-each.item-seijinshiki {
    margin-left: 0;
  }
}

.scene .scene-area li .scene-each.item-kekkonshiki {
  background-image: url("/assets/images/scene_kekkonshiki.png");
  margin-left: 0;
}

.scene .scene-area li .scene-each.item-kinkonshiki {
  background-image: url("/assets/images/scene_kinkonshiki.png");
}

@media screen and (max-width: 599px) {
  .scene .scene-area li .scene-each.item-kinkonshiki {
    margin-left: 0;
  }
}

.scene .scene-area li .scene-each.item-osoushiki {
  background-image: url("/assets/images/scene_osoushiki.png");
}

@media screen and (max-width: 768px) {
  .scene .scene-area li .scene-each.item-osoushiki {
    margin-left: 0;
  }
}

.scene .shop img {
  width: 100%;
}

.contact {
  background-color: rgba(158, 157, 158, 0.2);
}

.contact .contents-subtittle {
  width: 460px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .contact .contents-subtittle {
    width: 100%;
  }
}

.contact .contents-subtittle + span {
  font-size: 16px;
}

.contact .contact-btn {
  width: 530px;
  padding: 16px;
  height: auto;
  display: block;
  border: 2px solid #9E9D9E;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .contact .contact-btn {
    width: 100%;
  }
}

.contact .contact-btn span {
  font-size: 16px;
}

.contact .contact-btn span::after {
  content: url("/assets/images/icon-arrow.svg");
  padding-left: 10px;
  vertical-align: middle;
}

.contact .contact-area {
  display: flex;
  padding-bottom: 90px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .contact .contact-area {
    display: block;
  }
}

.contact .contact-area .contact-each {
  background-color: #fff;
  width: 32%;
  margin-left: 30px;
}

@media screen and (max-width: 999px) {
  .contact .contact-area .contact-each {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.contact .contact-area .contact-each:first-child {
  margin-left: 0;
}

.contact .contact-area .contact-each .contact-tittle {
  background-color: #9E9D9E;
  color: #fff;
  padding: 12px;
  min-height: 68px;
}

@media screen and (max-width: 999px) {
  .contact .contact-area .contact-each .contact-tittle {
    min-height: auto;
  }
}

@media screen and (max-width: 999px) {
  .contact .contact-area .contact-each .contact-tittle br {
    display: none;
  }
}

.contact .contact-area .contact-each .contact-list {
  padding: 20px;
}

.contact .contact-area .contact-each .contact-name {
  color: #9E9D9E;
  height: 56px;
}

.contact .contact-area .contact-each .contact-num a {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 600;
  word-break: break-all;
}

.contact .contact-area .contact-each .contact-num a::before {
  content: url("/assets/images/icon-tell.svg");
  padding-right: 10px;
  vertical-align: middle;
}

.contact .contact-area .contact-each .contact-num dl {
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  margin-top: 15px;
}

.footer {
  line-height: 2.5;
  color: #606060;
  width: 1108px;
  margin: 0 auto;
  font-size: 12px;
  /*acoordion*/
}

@media screen and (max-width: 1150px) {
  .footer {
    width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 999px) {
  .footer {
    padding: 0;
  }
}

.footer .footer-logo {
  display: block;
  margin: 90px 0 40px;
  padding: 0;
}

@media screen and (max-width: 999px) {
  .footer .footer-logo {
    text-align: center;
    margin: 90px 4% 40px;
  }
}

@media screen and (max-width: 599px) {
  .footer .footer-logo img {
    padding: 0 3%;
    width: 100%;
  }
}

.footer a {
  color: #606060;
}

@media screen and (max-width: 999px) {
  .footer a {
    display: block;
  }
}

.footer a:hover, .footer a:active {
  color: #606060;
}

.footer .footer-contents {
  display: flex;
}

@media screen and (max-width: 999px) {
  .footer .footer-contents {
    display: block;
  }
}

.footer .each-item {
  width: 20%;
  position: relative;
}

@media screen and (max-width: 999px) {
  .footer .each-item {
    width: 100%;
  }
}

.footer .each-item ul {
  padding-left: 20px;
}

@media screen and (max-width: 999px) {
  .footer .each-item ul {
    padding-left: 0px;
    list-style: none;
  }
  .footer .each-item ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .footer .each-item ul li:last-child {
    border-bottom: none;
  }
}

.footer .each-item-group {
  width: 20%;
}

@media screen and (max-width: 999px) {
  .footer .each-item-group {
    width: 100%;
  }
}

.footer .each-item-group .each-item {
  width: 100%;
}

.footer .each-title {
  color: #9E9D9E;
}

.footer .each-title.inner {
  margin: 20px 0 10px;
}

@media screen and (max-width: 999px) {
  .footer .each-title.inner {
    margin: 0px;
  }
}

.footer .sns {
  display: flex;
  margin: 20px 0;
}

@media screen and (max-width: 999px) {
  .footer .sns {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    justify-content: center;
  }
}

.footer .sns img {
  margin-right: 20px;
}

.footer .sns li {
  list-style: none;
}

.footer .sns a:last-child img {
  margin-right: 0;
}

@media screen and (max-width: 999px) {
  .footer .menu {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    border-top: 1px solid #9E9D9E;
  }
  .footer .menu.end {
    border-bottom: 1px solid #9E9D9E;
  }
  .footer .menu:hover, .footer .menu:active {
    background-color: #9E9D9E;
    color: #fff;
  }
  .footer .menu.is-active {
    background-color: #9E9D9E;
    color: #fff;
  }
  .footer .menu.is-active::after {
    content: '-';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 24px;
    right: 0;
    margin-top: -10px;
    color: #fff;
    margin-right: 5px;
  }
  .footer .menu::after {
    content: '+';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 24px;
    right: 0;
    margin-top: -10px;
    color: #ccc;
    margin-right: 5px;
  }
  .footer .contents {
    text-align: center;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .footer .contents.is-open {
    padding: 10px;
    line-height: normal;
    height: auto;
    opacity: 1;
    background-color: #f2f2f2;
  }
}

.footer .footer-bottom {
  text-align: center;
  margin: 40px 0 30px;
  padding-top: 40px;
  border-top: solid 1px #eee;
}

@media screen and (max-width: 999px) {
  .footer .footer-bottom {
    border-top: none;
    margin: 10px 0 30px;
  }
}

.scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  line-height: 56px;
  text-align: center;
}

.scroll-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

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

@media screen and (min-width: 600px) {
  .pc-none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */