@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

img {
  width: 100%;
}

iframe {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

.container {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

.section-title {
  font-size: 28px;
  letter-spacing: 0.5em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .section-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .section-title {
    font-size: 19px;
  }
}

.section-title-lead {
  font-size: 20px;
  letter-spacing: 0.5em;
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .section-title-lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .section-title-lead {
    font-size: 13px;
  }
}

.btn {
  background-color: #9a9a9a;
  display: inline-block;
  padding: 7px 15px;
  padding-left: 50px;
  color: white;
  font-size: 18px;
  min-width: 310px;
}

@media screen and (max-width: 900px) {
  .btn {
    font-size: 16px;
    min-width: 250px;
  }
}

@media screen and (max-width: 500px) {
  .btn {
    font-size: 14px;
    padding-left: 35px;
    min-width: 230px;
  }
}

.btn img {
  width: 20px;
  margin-left: 30px;
  transform: translateY(3px);
}

@media screen and (max-width: 900px) {
  .btn img {
    width: 16px;
  }
}

.tab-show {
  display: none;
}

@media screen and (max-width: 900px) {
  .tab-show {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}

@media screen and (max-width: 500px) {
  .sp-show {
    display: block;
  }
}

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

header {
  position: absolute;
  width: 100%;
  z-index: 100000;
  padding-top: 40px;
}

header.on {
  position: fixed;
	background-color: white;
	padding-bottom: 20px;
}

header.on h1 .scroll-show {
  display: block !important;
}

header.on h1 .scroll-hide {
  display: none !important;
}

header.on .container .header-nav ul li a {
  text-shadow: initial;
  color: #000;
}

header.on .container .header-nav ul li a.now {
  color: #ed6f34;
  border-bottom: 1px solid;
  font-weight: bold;
}

header.on .container .hambarger-icon .scroll-show {
  display: block !important;
}

header.on .container .hambarger-icon .scroll-hide {
  display: none !important;
}

header .container {
  display: flex;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1260px) {
  header .container {
    justify-content: center;
  }
}

header .container h1 {
  max-width: 385px;
}

@media screen and (max-width: 900px) {
  header .container h1 {
    max-width: 300px;
  }
}

@media screen and (max-width: 500px) {
  header .container h1 {
    max-width: 200px;
  }
}

header .container h1 .scroll-show {
  display: none;
}

header .container .header-nav {
  margin-left: auto;
}

@media screen and (max-width: 1260px) {
  header .container .header-nav {
    display: none;
  }
}

header .container .header-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
#text-black a {
	color: #000;
  text-shadow: initial;
}
#text-black a.now {
	color: #ed6f34;
}
header .container .header-nav ul li a {
  color: white;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
}

header .container .header-nav ul li a.now {
  color: #ed6f34;
  border-bottom: 1px solid;
  font-weight: bold;
  text-shadow: none;
}

header .container .header-nav ul li a.header-contact {
  display: inline-block;
  text-shadow: initial;
	background-color: white;
  color: #333;
  padding: 10px 20px;
  padding-right: 10px;
}
header .container .header-nav ul li a.header-contact.now {
	background-color: #ed6f34;
  color: #fff;
  padding: 10px 20px;
  padding-right: 10px;
	border-bottom: 0;
	
}

header .container .header-nav ul li a.header-contact img {
  width: 15px;
  margin-left: 30px;
}

header .container .hambarger-icon {
  max-width: 46px;
  position: absolute;
  right: 20px;
  display: none;
  cursor: pointer;
}

header .container .hambarger-icon .scroll-show {
  display: none !important;
}

@media screen and (max-width: 1260px) {
  header .container .hambarger-icon {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  header .container .hambarger-icon {
    max-width: 40px;
  }
}

@media screen and (max-width: 500px) {
  header .container .hambarger-icon {
    max-width: 30px;
  }
}

main {
  background-image: url(../images/bg-image.png);
  background-size: cover;
  background-position: top center;
}

.top-fv .swiper {
  /* ページネーションのサイズと色 */
}

.top-fv .swiper .swiper-slide {
  min-height: 500px;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.top-fv .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top-fv .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px;
}

@media screen and (max-width: 900px) {
  .top-fv .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .top-fv .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px 0 15px;
  }
}

.top-fv .swiper .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.85);
  height: 15px;
  width: 15px;
}

@media screen and (max-width: 900px) {
  .top-fv .swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 500px) {
  .top-fv .swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}

.top-youkoso {
  padding-top: 120px;
}

@media screen and (max-width: 900px) {
  .top-youkoso {
    padding-top: 90px;
  }
}

@media screen and (max-width: 500px) {
  .top-youkoso {
    padding-top: 60px;
  }
}

.top-youkoso .container {
  max-width: 780px;
  margin: auto;
}

.top-youkoso .container h2 {
  text-align: center;
  letter-spacing: 0.5em;
  font-size: 32px;
}

@media screen and (max-width: 900px) {
  .top-youkoso .container h2 {
    font-size: 23px;
    letter-spacing: 0.3em;
  }
}

@media screen and (max-width: 500px) {
  .top-youkoso .container h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}

.top-youkoso .container .text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .top-youkoso .container .text {
    font-size: 16px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .top-youkoso .container .text {
    font-size: 12px;
    margin-top: 30px;
  }
}

.top-now {
  padding-top: 150px;
}

@media screen and (max-width: 1000px) {
  .top-now {
    padding-top: 100px;
  }
}

@media screen and (max-width: 500px) {
  .top-now {
    padding-top: 60px;
  }
}

.top-now .section-title {
  text-align: center;
}

.top-now .container {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .top-now .container {
    flex-direction: column;
    margin-top: 40px;
    gap: 30px;
  }
}

@media screen and (max-width: 900px) {
  .top-now .container {
    margin-top: 30px;
    gap: 20px;
  }
}

@media screen and (max-width: 500px) {
  .top-now .container {
    margin-top: 20px;
  }
}

.top-now .container .left-img {
  max-width: 450px;
}

@media screen and (max-width: 1000px) {
  .top-now .container .left-img {
    max-width: initial;
  }
}

.top-now .container .right-texts {
  text-align: center;
}

.top-now .container .right-texts h3 {
  letter-spacing: 0.3em;
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 1000px) {
  .top-now .container .right-texts h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .top-now .container .right-texts h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .top-now .container .right-texts h3 {
    font-size: 17px;
  }
}

.top-now .container .right-texts .date {
  letter-spacing: 0.2em;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .top-now .container .right-texts .date {
    font-size: 12px;
  }
}

.top-now .container .right-texts .btn-wrapper {
  margin-top: 30px;
}

.top-coming-soon {
  padding-top: 150px;
}

@media screen and (max-width: 1000px) {
  .top-coming-soon {
    padding-top: 100px;
  }
}

@media screen and (max-width: 500px) {
  .top-coming-soon {
    padding-top: 60px;
  }
}

.top-coming-soon .container {
  max-width: 870px;
}

.top-coming-soon .container .section-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .top-coming-soon .container .section-title {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 900px) {
  .top-coming-soon .container .section-title {
    margin-bottom: 30px;
  }
}

.top-coming-soon .container .coming-soon-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 20px 70px;
}

@media screen and (max-width: 900px) {
  .top-coming-soon .container .coming-soon-item {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 750px) {
  .top-coming-soon .container .coming-soon-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }
}

.top-coming-soon .container .coming-soon-item .left {
  display: flex;
  align-items: center;
  font-size: 19px;
  letter-spacing: 0.01em;
  min-width: 320px;
}

@media screen and (max-width: 900px) {
  .top-coming-soon .container .coming-soon-item .left {
    min-width: 260px;
    font-size: 17px;
  }
}

@media screen and (max-width: 750px) {
  .top-coming-soon .container .coming-soon-item .left {
    font-size: 15px;
    min-width: initial;
  }
}

.top-coming-soon .container .coming-soon-item .left .start-time {
  min-width: 100px;
}

@media screen and (max-width: 750px) {
  .top-coming-soon .container .coming-soon-item .left .start-time {
    min-width: 80px;
  }
}

.top-coming-soon .container .coming-soon-item .left .last-time {
  min-width: 100px;
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .top-coming-soon .container .coming-soon-item .left .last-time {
    min-width: 80px;
    margin-left: 15px;
  }
}

.top-coming-soon .container .coming-soon-item .right {
  font-size: 19px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .top-coming-soon .container .coming-soon-item .right {
    font-size: 17px;
  }
}

@media screen and (max-width: 750px) {
  .top-coming-soon .container .coming-soon-item .right {
    font-size: 16px;
  }
}

.top-coming-soon .container .lead {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .top-coming-soon .container .lead {
    margin-top: 35px;
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .top-coming-soon .container .lead {
    margin-top: 35px;
    font-size: 12px;
  }
}

.top-coming-soon .container .btn-wrapper {
  text-align: center;
  margin-top: 75px;
}

@media screen and (max-width: 750px) {
  .top-coming-soon .container .btn-wrapper {
    margin-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .top-coming-soon .container .btn-wrapper {
    margin-top: 35px;
  }
}

.top-coming-soon .coming-soon-item:first-of-type {
  border-top: 1px solid #000;
}

@media screen and (max-width: 750px) {
  .top-coming-soon .coming-soon-item:first-of-type {
    border-top: initial;
  }
}

.art-for-sale-top-instagram {
  padding-top: 150px;
}

@media screen and (max-width: 1000px) {
  .art-for-sale-top-instagram {
    padding-top: 100px;
  }
}

@media screen and (max-width: 500px) {
  .art-for-sale-top-instagram {
    padding-top: 90px;
  }
}

.art-for-sale-top-instagram .container {
  max-width: 1340px;
  padding-left: 60px;
  padding-right: 60px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .art-for-sale-top-instagram .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.art-for-sale-top-instagram .container .section-title img {
  width: 28px;
  transform: translateY(5px);
}

@media screen and (max-width: 900px) {
  .art-for-sale-top-instagram .container .section-title img {
    width: 24px;
  }
}

@media screen and (max-width: 500px) {
  .art-for-sale-top-instagram .container .section-title img {
    width: 21px;
  }
}

.art-for-sale-top-instagram .container .swiper {
  max-width: 1340px;
  margin: auto;
  margin-top: 90px;
}

@media screen and (max-width: 900px) {
  .art-for-sale-top-instagram .container .swiper {
    margin-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  .art-for-sale-top-instagram .container .swiper {
    margin-top: 40px;
  }
}

.art-for-sale-top-instagram .container .swiper.instagram-swiper {
  margin-top: 50px;
}

.art-for-sale-top-instagram .container .swiper a {
  text-align: center;
}

.art-for-sale-top-instagram .container .swiper a h3 {
  font-weight: 500;
  margin-top: 25px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1000px) {
  .art-for-sale-top-instagram .container .swiper a h3 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .art-for-sale-top-instagram .container .swiper a h3 {
    font-size: 16px;
  }
}

.art-for-sale-top-instagram .container .swiper a .price {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  .art-for-sale-top-instagram .container .swiper a .price {
    font-size: 15px;
  }
}

.art-for-sale-top-instagram .container .swiper-icon {
  width: 30px;
  position: absolute;
  z-index: 10;
  top: 50%;
}

@media screen and (max-width: 750px) {
  .art-for-sale-top-instagram .container .swiper-icon {
    top: 45%;
  }
}

@media screen and (max-width: 500px) {
  .art-for-sale-top-instagram .container .swiper-icon {
    top: 45%;
  }
}

.art-for-sale-top-instagram .container .swiper-prev {
  left: 10px;
}

.art-for-sale-top-instagram .container .swiper-next {
  right: 10px;
}

.art-for-sale-top-instagram .container .btn-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .art-for-sale-top-instagram .container .btn-wrapper {
    margin-top: 40px;
  }
}

.art-for-sale-top-instagram .container .btn-wrapper .btn {
  min-width: initial;
  padding-left: 20px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 900px) {
  .art-for-sale-top-instagram .container .btn-wrapper .btn {
    font-size: 16px;
    min-width: 250px;
  }
}

@media screen and (max-width: 500px) {
  .art-for-sale-top-instagram .container .btn-wrapper .btn {
    padding-left: 35px;
    min-width: 230px;
  }
}

.art-for-sale-top-instagram .container .btn-wrapper .btn img {
  margin-left: 60px;
}

@media screen and (max-width: 750px) {
  .art-for-sale-top-instagram .container .btn-wrapper .btn img {
    margin-left: 40px;
  }
}

.top-gallery-data {
  padding-top: 150px;
}

@media screen and (max-width: 1000px) {
  .top-gallery-data {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .top-gallery-data {
    padding-top: 90px;
  }
}

.top-gallery-data .top-gallery-data-item {
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 50px;
}

@media screen and (max-width: 1000px) {
  .top-gallery-data .top-gallery-data-item {
    gap: 30px;
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 750px) {
  .top-gallery-data .top-gallery-data-item {
    margin-top: 25px;
  }
}

.top-gallery-data .top-gallery-data-item .left {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .top-gallery-data .top-gallery-data-item .left {
    width: 60%;
  }
}

@media screen and (max-width: 1000px) {
  .top-gallery-data .top-gallery-data-item .left {
    width: 100%;
  }
}

.top-gallery-data .top-gallery-data-item .right {
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .top-gallery-data .top-gallery-data-item .right {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .top-gallery-data .top-gallery-data-item .right {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.top-gallery-data .top-gallery-data-item .right .btn-wrapper {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .top-gallery-data .top-gallery-data-item .right .btn-wrapper {
    text-align: center;
    margin: auto;
  }
}

.top-gallery-data .top-gallery-data-item .right .btn-wrapper .btn {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1000px) {
  .top-gallery-data .top-gallery-data-item .right .btn-wrapper .btn {
    width: 100%;
    max-width: initial;
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 60px;
  }
}

.top-gallery-data .top-gallery-data-item .right .btn-wrapper .btn img {
  margin-left: 70px;
}

@media screen and (max-width: 1000px) {
  .top-gallery-data .top-gallery-data-item .right .btn-wrapper .btn img {
    position: absolute;
    right: 20px;
    top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .top-gallery-data .top-gallery-data-item .right .btn-wrapper .btn img {
    top: 7px;
  }
}

.top-gallery-data .btn-wrapper2 {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 1000px) {
  .top-gallery-data .btn-wrapper2 {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .top-gallery-data .btn-wrapper2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
  }
}

.top-gallery-data .btn-wrapper2 .btn {
  background-color: #333;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1000px) {
  .top-gallery-data .btn-wrapper2 .btn {
    width: 100%;
    max-width: initial;
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 60px;
  }
}

.top-gallery-data .btn-wrapper2 .btn img {
  margin-left: 70px;
}

@media screen and (max-width: 1000px) {
  .top-gallery-data .btn-wrapper2 .btn img {
    position: absolute;
    right: 20px;
    top: 7px;
  }
}

@media screen and (max-width: 500px) {
  .top-gallery-data .btn-wrapper2 .btn img {
    top: 4px;
  }
}

.top-news {
  margin-top: 120px;
  padding-bottom: 150px;
}

@media screen and (max-width: 900px) {
  .top-news {
    margin-top: 90px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 500px) {
  .top-news {
    padding-bottom: 95px;
  }
}

.top-news .container .section-title {
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .top-news .container .section-title {
    margin-bottom: 30px;
  }
}

.top-news .container .top-news-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 500px) {
  .top-news .container .top-news-item {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}

.top-news .container .top-news-item .time {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .top-news .container .top-news-item .time {
    font-size: 16px;
  }
}

.top-news .container .top-news-item .title {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .top-news .container .top-news-item .title {
    font-size: 16px;
  }
}

.google-map iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 750px) {
  .google-map iframe {
    height: 350px;
  }
}

footer {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 80px;
}

@media screen and (max-width: 900px) {
  footer {
    padding-bottom: 0;
    padding-top: 90px;
  }
}

@media screen and (max-width: 500px) {
  footer {
    padding-top: 60px;
  }
}

footer .container {
  max-width: 900px;
}

footer .container .footer-logo {
  max-width: 300px;
  margin: auto;
}

@media screen and (max-width: 500px) {
  footer .container .footer-logo {
    max-width: 230px;
  }
}

footer .container .footer-nav {
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  footer .container .footer-nav {
    margin-bottom: 45px;
  }
}

footer .container .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  footer .container .footer-nav ul {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 500px) {
  footer .container .footer-nav ul {
    margin-top: 30px;
  }
}

footer .container .footer-nav ul li a {
  color: #000;
}

@media screen and (max-width: 500px) {
  footer .container .footer-nav ul li a {
    font-size: 15px;
  }
}

footer .container .footer-nav ul li a.footer-contact {
  background-color: #000;
  display: inline-block;
  text-shadow: initial;
  color: #fff;
  padding: 10px 20px;
  padding-right: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 900px) {
  footer .container .footer-nav ul li a.footer-contact {
    display: none;
  }
}

footer .container .footer-nav ul li a.footer-contact img {
  width: 15px;
  margin-left: 30px;
}

footer .container .link {
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media screen and (max-width: 900px) {
  footer .container .link {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  footer .container .link {
    font-size: 14px;
  }
}

footer .container .link img {
  max-width: 16.5px;
  margin-left: 4px;
}

@media screen and (max-width: 500px) {
  footer .container .link img {
    max-width: 14px;
  }
}

footer .footer-bottom-btn {
  display: block;
  background-color: #000;
  color: white;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  display: none;
}

@media screen and (max-width: 900px) {
  footer .footer-bottom-btn {
    display: block;
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  footer .footer-bottom-btn {
    margin-top: 50px;
  }
}

footer .footer-bottom-btn img {
  width: 15px;
  position: absolute;
  right: 20px;
  transform: translateY(5px);
}

/*----------------------------------------------------------------
archive.html開始
---------------------------------------------------------------*/
.archive-bottom-fv {
  min-height: 500px;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url(../images/archive-bottom-fv.png);
}

.archive-section {
  padding-top: 90px;
  padding-bottom: 150px;
}

@media screen and (max-width: 900px) {
  .archive-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  .archive-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 900px) {
  .archive-section .container {
    padding: 0 40px;
  }
}

.archive-section .container .section-title {
  font-size: 33px;
}

@media screen and (max-width: 900px) {
  .archive-section .container .section-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .archive-section .container .section-title {
    font-size: 20px;
  }
}

.archive-section .container .lead {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 90px;
}

@media screen and (max-width: 900px) {
  .archive-section .container .lead {
    font-size: 16px;
    margin-top: 35px;
    line-height: 2;
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 500px) {
  .archive-section .container .lead {
    font-size: 11px;
    margin-top: 25px;
    margin-bottom: 55px;
  }
}

.archive-section .container .archive-item {
  margin-bottom: 70px;
}

.archive-section .container .archive-item .archive-item-date {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
  .archive-section .container .archive-item .archive-item-date {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .archive-section .container .archive-item .archive-item-date {
    font-size: 15px;
  }
}

.archive-section .container .archive-item .flex {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  .archive-section .container .archive-item .flex {
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .archive-section .container .archive-item .flex {
    margin-top: 15px;
  }
}

.archive-section .container .archive-item .flex .left {
  max-width: 360px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .archive-section .container .archive-item .flex .left {
    max-width: initial;
    padding-right: 40px;
  }
}

.archive-section .container .archive-item .flex .right .content-flex {
  display: flex;
  font-weight: bold;
  margin-bottom: 10px;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .archive-section .container .archive-item .flex .right .content-flex {
    gap: 15px;
    margin-bottom: 7px;
  }
}

.archive-section .container .archive-item .flex .right .content-flex .content-left {
  min-width: 110px;
  text-align: center;
  background-color: #9a9a9a;
  padding: 4px 0;
  color: white;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
  .archive-section .container .archive-item .flex .right .content-flex .content-left {
    min-width: 85px;
    font-size: 14px;
    padding: 5px 0;
  }
}

@media screen and (max-width: 900px) {
  .archive-section .container .archive-item .flex .right .content-flex .content-right {
    font-size: 16px;
  }
}

.archive-section .container .archive-item .flex .right .right-text {
  margin-top: 25px;
  line-height: 1.7;
  margin-bottom: 32px;
}

@media screen and (max-width: 900px) {
  .archive-section .container .archive-item .flex .right .right-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.archive-section .container .archive-item .flex .right .right-link {
  display: block;
  text-decoration: underline;
  margin-top: 5px;
}

@media screen and (max-width: 900px) {
  .archive-section .container .archive-item .flex .right .right-link {
    font-size: 14px;
  }
}

/*----------------------------------------------------------------
archive.html終了
---------------------------------------------------------------*/
/*----------------------------------------------------------------
page-about.html開始
---------------------------------------------------------------*/
.about-bottom-fv {
  min-height: 500px;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url(../images/page-about-bg.png);
  position: relative;
}

.about-bottom-fv h2 {
  font-size: 48px;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 40px;
  left: 100px;
}

@media screen and (max-width: 1200px) {
  .about-bottom-fv h2 {
    font-size: 42px;
    left: 40px;
  }
}

@media screen and (max-width: 900px) {
  .about-bottom-fv h2 {
    font-size: 32px;
    left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .about-bottom-fv h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 500px) {
  .about-bottom-fv h2 {
    font-size: 22px;
  }
}

.about-bottom-section {
  padding-top: 130px;
}

@media screen and (max-width: 900px) {
  .about-bottom-section {
    padding-top: 90px;
  }
}

@media screen and (max-width: 500px) {
  .about-bottom-section {
    padding-top: 70px;
  }
}

.about-bottom-section .container .section-title {
  font-size: 33px;
}

@media screen and (max-width: 900px) {
  .about-bottom-section .container .section-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .about-bottom-section .container .section-title {
    font-size: 20px;
  }
}

.about-bottom-section .container .lead {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 90px;
}

@media screen and (max-width: 900px) {
  .about-bottom-section .container .lead {
    font-size: 16px;
    margin-top: 35px;
    line-height: 2;
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 500px) {
  .about-bottom-section .container .lead {
    font-size: 11px;
    margin-top: 25px;
    margin-bottom: 55px;
  }
}

.about-space {
  padding-bottom: 140px;
}

@media screen and (max-width: 900px) {
  .about-space {
    padding-bottom: 100px;
  }
}

.about-space .container {
  margin: 50px auto 0;
  width: 100%;
  padding: 0 80px;
}

@media screen and (max-width: 750px) {
  .about-space .container {
    padding: 0 20px;
  }
}

.about-space img {
  height: auto;
  width: 100%;
}

.about-space .thumbnail .slick-track {
  transform: unset !important;
}

.about-space .thumbnail-img {
  opacity: 0.8;
  transition: opacity 0.3s linear;
  width: calc(16.666% - 20px) !important;
  cursor: pointer;
  margin: 10px;
}

@media screen and (max-width: 750px) {
  .about-space .thumbnail-img {
    width: calc(33% - 10px) !important;
    margin: 5px;
  }
}

.about-space .thumbnail .slick-current {
  opacity: 1;
}

.about-space .thumbnail {
  margin-top: 40px;
  padding-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .about-space .thumbnail {
    margin-top: 30px;
    padding-bottom: 70px;
  }
}

.about-space .slide-arrow {
  width: 40px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .about-space .slide-arrow {
    width: 25px;
  }
}

.about-space .slide-arrow.prev-arrow {
  left: -70px;
}

@media screen and (max-width: 750px) {
  .about-space .slide-arrow.prev-arrow {
    left: -10px;
  }
}

.about-space .slide-arrow.next-arrow {
  right: -70px;
}

@media screen and (max-width: 750px) {
  .about-space .slide-arrow.next-arrow {
    right: -10px;
  }
}

.about-space table {
  border-collapse: collapse;
  border: 1px solid #9a9a9a;
}

.about-space table th {
  border: 1px solid #9a9a9a;
  background-color: #d9d9d9;
  min-width: 150px;
  padding: 20px 0;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .about-space table th {
    font-size: 14px;
    min-width: 120px;
  }
}

@media screen and (max-width: 500px) {
  .about-space table th {
    font-size: 12px;
    min-width: 100px;
  }
}

.about-space table td {
  border: 1px solid #9a9a9a;
  background-color: #fff;
  width: 100%;
  padding: 10px 30px;
}

@media screen and (max-width: 900px) {
  .about-space table td {
    font-size: 14px;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 500px) {
  .about-space table td {
    font-size: 12px;
    padding: 10px 15px;
  }
}

.about-space .about-table-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-space .btn-wrapper {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .about-space .btn-wrapper {
    margin-top: 60px;
  }
}

.about-space .btn {
  background-color: #9a9a9a;
  display: inline-block;
  padding: 7px 15px;
  color: white;
  font-size: 25px;
  min-width: 310px;
  max-width: 570px;
  width: 100%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 900px) {
  .about-space .btn {
    font-size: 16px;
    min-width: 250px;
    max-width: 450px;
  }
}

@media screen and (max-width: 500px) {
  .about-space .btn {
    font-size: 14px;
    padding-left: 35px;
    min-width: 230px;
    width: 90%;
  }
}

.about-space .btn img {
  width: 28px;
  transform: translateY(3px);
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 900px) {
  .about-space .btn img {
    width: 16px;
  }
}

/*----------------------------------------------------------------
page-about.html終了
---------------------------------------------------------------*/
/*----------------------------------------------------------------
page-access.html開始
---------------------------------------------------------------*/
.bottom-access {
  padding-top: 230px;
  margin-bottom: 150px;
}

@media screen and (max-width: 900px) {
  .bottom-access {
    padding-top: 170px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 500px) {
  .bottom-access {
    padding-top: 150px;
    margin-bottom: 30px;
  }
}

.bottom-access .container .top-img {
  max-width: 600px;
  margin: auto;
}

.bottom-access .container .section-title {
  font-size: 33px;
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .bottom-access .container .section-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .bottom-access .container .section-title {
    font-size: 20px;
    margin-top: 30px;
  }
}

.bottom-access .container .lead {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 90px;
}

@media screen and (max-width: 900px) {
  .bottom-access .container .lead {
    font-size: 16px;
    margin-top: 35px;
    line-height: 2;
  }
}

@media screen and (max-width: 500px) {
  .bottom-access .container .lead {
    font-size: 13px;
    margin-top: 25px;
  }
}

.bottom-access .container .bottom-access-item-wrapper {
  border-top: 2px dashed #333;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.bottom-access .container .bottom-access-item-wrapper .bottom-access-item {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .bottom-access .container .bottom-access-item-wrapper .bottom-access-item {
    flex-direction: column;
  }
}

.bottom-access .container .bottom-access-item-wrapper .bottom-access-item .left {
  width: 100%;
  max-width: 400px;
}

.bottom-access .container .bottom-access-item-wrapper .bottom-access-item .left.margin-top {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .bottom-access .container .bottom-access-item-wrapper .bottom-access-item .left.margin-top {
    margin-top: 0;
  }
}

.bottom-access .container .bottom-access-item-wrapper .bottom-access-item .left h3 {
  background-color: #333;
  text-align: center;
  color: white;
  padding: 4px 0;
  font-weight: 400;
  font-size: 22px;
}

@media screen and (max-width: 750px) {
  .bottom-access .container .bottom-access-item-wrapper .bottom-access-item .left h3 {
    font-size: 17px;
    max-width: 280px;
  }
}

.bottom-access .container .bottom-access-item-wrapper .bottom-access-item .left .text {
  margin-top: 30px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .bottom-access .container .bottom-access-item-wrapper .bottom-access-item .left .text {
    font-size: 14px;
    margin-top: 20px;
  }
}

.bottom-access .container .bottom-access-item-wrapper .bottom-access-item .right {
  max-width: 420px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 900px) {
  .bottom-access .container .bottom-access-item-wrapper .bottom-access-item .right {
    max-width: initial;
    width: 100%;
  }
}

/*----------------------------------------------------------------
page-access.html終了
---------------------------------------------------------------*/
/*----------------------------------------------------------------
page-contact.html開始
---------------------------------------------------------------*/
.contact-bottom-fv {
  min-height: 500px;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url(../images/page-contact-bg.png);
}

.contact-bottom-section {
  padding-top: 100px;
}

@media screen and (max-width: 900px) {
  .contact-bottom-section {
    padding-top: 75px;
  }
}

.contact-bottom-section .container .section-title {
  font-size: 33px;
}

@media screen and (max-width: 900px) {
  .contact-bottom-section .container .section-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .contact-bottom-section .container .section-title {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
}

.contact-bottom-section .container .lead {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 90px;
}

@media screen and (max-width: 900px) {
  .contact-bottom-section .container .lead {
    font-size: 16px;
    margin-top: 35px;
    line-height: 2;
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 500px) {
  .contact-bottom-section .container .lead {
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 55px;
  }
}

.contact-bottom-section .container .contact-wrapper {
  max-width: 630px;
  margin: auto;
}

.contact-bottom-section .container .contact-wrapper .contact-item {
  display: flex;
  margin-bottom: 35px;
}
/* .your-file2 {
	display: none !important;
}
.your-file2.on {
	display: block !important;
} */

@media screen and (max-width: 500px) {
  .contact-bottom-section .container .contact-wrapper .contact-item {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }
}

.contact-bottom-section .container .contact-wrapper .contact-item.align-item-center {
  align-items: center;
}

@media screen and (max-width: 500px) {
  .contact-bottom-section .container .contact-wrapper .contact-item.align-item-center {
    align-items: flex-start;
  }
}

.contact-bottom-section .container .contact-wrapper .contact-item .left {
  min-width: 185px;
}

.contact-bottom-section .container .contact-wrapper .contact-item .left label {
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .contact-bottom-section .container .contact-wrapper .contact-item .left label {
    font-size: 15px;
  }
}

.contact-bottom-section .container .contact-wrapper .contact-item .left label span {
  line-height: 1;
  font-size: 0.68em;
}

.contact-bottom-section .container .contact-wrapper .contact-item .left label.label-your-kibou {
  font-size: 15px;
}

.contact-bottom-section .container .contact-wrapper .contact-item .right {
  width: 100%;
  position: relative;
}

.contact-bottom-section .container .contact-wrapper .contact-item .right input[type="text"],
.contact-bottom-section .container .contact-wrapper .contact-item .right input[type="email"],
.contact-bottom-section .container .contact-wrapper .contact-item .right input[type="tel"],
.contact-bottom-section .container .contact-wrapper .contact-item .right select {
  display: block;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #808080;
}

@media screen and (max-width: 500px) {
  .contact-bottom-section .container .contact-wrapper .contact-item .right input[type="text"],
  .contact-bottom-section .container .contact-wrapper .contact-item .right input[type="email"],
  .contact-bottom-section .container .contact-wrapper .contact-item .right input[type="tel"],
  .contact-bottom-section .container .contact-wrapper .contact-item .right select {
    padding: 8px 12px;
    font-size: 15px;
  }
}

.contact-bottom-section .container .contact-wrapper .contact-item .right select {
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 14px;
}

.contact-bottom-section .container .contact-wrapper .contact-item .right .right-select-wrapper {
  position: relative;
}

.contact-bottom-section .container .contact-wrapper .contact-item .right .right-select-wrapper .your-date-detail {
  margin-bottom: 20px;
  display: none;
}

.contact-bottom-section .container .contact-wrapper .contact-item .right img {
            width: 18px;
            position: absolute;
            top: 55px;
            transform: translateY(-50%);
            right: 20px;
			z-index: 10;
}


.contact-bottom-section .container .contact-wrapper .contact-item .right textarea {
  display: block;
  width: 100%;
  height: 250px;
  background-color: #fff;
  font-size: 18px;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #808080;
}

.contact-bottom-section .container .contact-wrapper .contact-item .right input[type="file"] {
  display: block;
  width: 100%;
  background-color: #fff;
  font-size: 13px;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #808080;
  margin-bottom: 20px;
  cursor: pointer;
}

.contact-bottom-section .container .contact-wrapper .contact-item .right input[type="file"]::-webkit-file-upload-button {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-color: #9a9a9a;
  border: 0;
  margin: 0 20px 0 0;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 13px;
  color: white;
}

.contact-bottom-section .container .contact-wrapper .contact-item .right .right-lead {
  font-size: 12px;
}

.contact-bottom-section .container .contact-wrapper .contact-item .right #your-picture2 {
  display: none;
}

.contact-bottom-section .container .contact-wrapper .contact-item .your-kibou {
  cursor: pointer;
  display: inline-block;
  transform: translateY(-8px);
}

@media screen and (max-width: 500px) {
  .contact-bottom-section .container .contact-wrapper .contact-item .your-kibou {
    transform: translateY(-5px);
  }
}

.contact-bottom-section .container .contact-wrapper .contact-item .your-kibou:first-of-type {
  margin-right: 20px;
}

.contact-bottom-section .container .contact-wrapper .contact-item .input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  width: 30px !important;
  height: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 500px) {
  .contact-bottom-section .container .contact-wrapper .contact-item .input[type="checkbox"] {
    width: 25px;
    height: 25px;
  }
}

.contact-bottom-section .container .contact-wrapper .contact-item .your-sakuhin-right {
  position: relative;
}

.contact-bottom-section .container .contact-wrapper .contact-item .your-sakuhin-right::before {
  content: "点";
  position: absolute;
  z-index: 2;
  font-size: 16px;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-bottom-section .container .contact-wrapper .contact-item .your-ninnzuu-right {
  position: relative;
}

.contact-bottom-section .container .contact-wrapper .contact-item .your-ninnzuu-right::before {
  content: "人";
  position: absolute;
  z-index: 2;
  font-size: 16px;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-bottom-section .container .contact-wrapper .your-content-label {
  font-size: 17px;
  cursor: pointer;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .contact-bottom-section .container .contact-wrapper .your-content-label {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 30px;
  }
}

.contact-bottom-section .container .contact-wrapper .your-content-label label {
  cursor: pointer;
}

.contact-bottom-section .container .button-wrapper {
  text-align: center;
  margin-top: 60px;
}

.contact-bottom-section .container .button-wrapper .confirm-button {
  background-color: #909090;
  color: white;
  padding: 15px 60px;
  transition: opacity .3s;
}

.contact-bottom-section .container .button-wrapper .confirm-button:hover {
  opacity: .75;
}

/*----------------------------------------------------------------
page-contact.html終了
---------------------------------------------------------------*/


/*--------------------------------------------------
 追加css
 -----------------------------------------------*/
.snapwidget-widget {
	margin-top: 90px;
}

@media screen and (max-width: 900px) {
.snapwidget-widget {
	margin-top: 55px;
}
}
@media screen and (max-width: 500px) {
.snapwidget-widget {
	margin-top: 40px;
}
}

.header-sp-content-wrapper {
	display: none;
}
.header-sp-content-wrapper.on {
/* 	display: block; */
}

.header-sp-content {
	position: fixed;
	z-index: 999999999999999999999999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ddd;
}
.header-sp-content ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	gap: 15px;
}
.header-sp-close-icon {
	max-width: 46px;
	position: absolute;
	display: block;
	top: 80px;
	right: 20px;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
.header-sp-close-icon {
	max-width: 40px;
	top: 90px;
	right: 20px;
}
}
@media screen and (max-width: 500px) {
.header-sp-close-icon {
	max-width: 30px;
	top: 90px;
	right: 20px;
}
}

.your-file-clear {
	margin-bottom: 20px;
	cursor: pointer;
}
.your-file1 {
	margin-bottom: 5px !important;
}
.your-file2 {
	margin-bottom: 5px !important;
}