@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.dn {
  display: none !important;
}

.dn2 {
  display: none !important;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

div.headerpc {
  position: fixed;
  width: 100%;
  top: 45px;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  mix-blend-mode: difference;
  z-index: 10001;
}
div.headerpc ul {
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
}
div.headerpc ul li {
  margin-right: 50px;
  letter-spacing: 0.1rem;
}
div.headerpc ul img {
  width: auto;
}
div.headerpc ul a {
  color: #fff;
  text-decoration: none;
}
div.headerpc ul a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
div.headerpc ul .li-access::after {
  content: "|";
  color: #fff;
  padding-left: 50px;
}
div.headerpc ul .li-icon {
  margin-right: 25px;
}
div.headerpc ul .li-contact {
  margin-right: 0;
}
div.headerpc ul .li-contact a {
  display: block;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 30px 4px 30px;
  transition: 0.3s;
}
div.headerpc ul .li-contact a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}

.fv {
  position: relative;
}
.fv div.logo {
  width: 24%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 10px;
  justify-content: space-between;
}

h1 {
  width: 11.5%;
}
h1 img {
  width: auto;
}

h2.title {
  position: relative;
  font-size: 4.2rem;
  font-weight: normal;
  margin: 0 0 100px 0;
  padding-bottom: 15px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.2rem;
}

h2.title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #000;
  z-index: 1;
}

.concept {
  background-color: white;
  padding-top: 170px;
  padding-bottom: 220px;
}

.concept-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.concept-wrapper div:nth-of-type(1) {
  width: 53%;
  padding: 0 0 0 13.5%;
}
.concept-wrapper div:nth-of-type(2) {
  width: 45.8%;
}

.concept-text1 {
  font-size: 1.9rem;
  line-height: 1.8;
  margin-bottom: 110px;
}

.concept-text2 {
  font-size: 1.9rem;
  line-height: 1.8;
  padding: 0 0 0 135px;
  margin-bottom: 90px;
}

.theface-wedding {
  padding: 0 0 0 13.5%;
}
.theface-wedding h3 {
  display: flex;
  align-items: center;
  padding: 0 0 0 135px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.5rem;
  font-size: 12.8rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 18px;
}
.theface-wedding h3 span:nth-of-type(2) {
  font-size: 10.8rem;
  padding-left: 20px;
}
.theface-wedding .h3-text {
  padding: 0 0 0 135px;
  font-size: 2.4rem;
}

.facilty {
  background-color: #000;
  padding: 120px 0;
  color: #fff;
}
.facilty .facilty-inner {
  padding: 0 13.5%;
}
.facilty h2.title {
  color: #fff;
  margin-bottom: 40px;
}
.facilty h2.title::before {
  background: #fff;
}

.facilty-capacity {
  font-size: 1.6rem;
  margin-bottom: 46px;
}

.facilty-image {
  margin: 0 auto;
}

.image {
  padding: 195px 0 0 0;
  background-color: white;
}
.image .image-inner {
  padding: 0 13.5%;
}

#silde-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: 210px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tabnav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.tabnav li {
  list-style: none;
  width: 170px;
  margin: 0 25px;
  text-align: center;
  padding: 18px 0 16px 0;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  border: 1px solid #000;
  line-height: 1;
  transition: 0.3s;
}
.tabnav li:last-child {
  margin-right: 0;
}
.tabnav li:hover {
  cursor: pointer;
  background-color: #f8f8f8;
  transition: 0.3s;
}

.tabnav > li.active {
  background: #f8f8f8;
  color: #000;
}

.movie {
  background-color: #000;
  padding: 120px 0;
  color: #fff;
}
.movie .movie-inner {
  padding: 0 13.5%;
}
.movie h2.title {
  color: #fff;
  margin-bottom: 100px;
}
.movie h2.title::before {
  background: #fff;
}

.youtube {
  padding: 0 100px;
}

.movie-wrapper {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access {
  padding: 195px 0;
  background-color: white;
}
.access p {
  font-size: 1.6rem;
  line-height: 2;
}
.access p strong {
  display: block;
  font-weight: normal;
}
.access p strong a {
  text-decoration: none;
  text-align: center;
  color: #000;
  width: 150px;
  display: block;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 3px 20px;
  transition: 0.3s;
  margin: 20px 0 60px 0;
}
.access p strong a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.access h2.title {
  margin: 0 0 80px 0;
}
.access .access-inner {
  padding: 0 13.5%;
  display: flex;
  justify-content: space-between;
}
.access .access-inner div:nth-of-type(2) {
  padding-left: 8.6%;
}
.access span a {
  color: #000;
  text-decoration: none;
}
.access span br {
  display: none;
}

footer {
  background-color: #000;
  padding: 230px 0 90px 0;
}

.logo-mono img {
  width: auto;
  max-width: 460px;
  margin: 0 auto 90px auto;
}

.logo-wc img {
  width: auto;
  max-width: 460px;
  margin: 0 auto 35px auto;
}

.footer-sns {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 170px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  align-items: center;
}
.footer-sns img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.footer-sns div:nth-of-type(1) {
  margin-right: 80px;
}
.footer-sns a {
  color: #fff;
  text-decoration: none;
}

small {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1rem;
}

/**********slick*************/
.slick-arrow {
  display: block;
  position: absolute;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}

.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
  width: 20px;
  height: 20px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
}

/* next */
.slick-next {
  right: -70px !important;
}

.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */
.slick-prev {
  left: -70px !important;
}

.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

.slick-dots {
  margin: 0;
  padding-top: 20px;
  text-align: center;
  bottom: -40px !important;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

/**********slick*************/
@media screen and (max-width: 1250px) {
  .concept-text1 {
    font-size: 1.9rem;
    line-height: 1.8;
    margin-bottom: 90px;
  }
  .concept-text2 {
    font-size: 1.9rem;
    line-height: 1.8;
    padding: 0 0 0 60px;
    margin-bottom: 90px;
  }
  .theface-wedding {
    padding: 0 0 0 13.5%;
    margin-bottom: 220px;
  }
  .theface-wedding h3 {
    display: flex;
    align-items: center;
    padding: 0 0 0 60px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.5rem;
    font-size: 12.8rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 18px;
  }
  .theface-wedding h3 span:nth-of-type(2) {
    font-size: 10.8rem;
    padding-left: 20px;
  }
  .theface-wedding .h3-text {
    padding: 0 0 0 60px;
    font-size: 2.4rem;
  }
}
.float-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 15000;
  transition: 0.3s;
}
.float-contact img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.float-contact .pc {
  width: auto;
  max-width: 230px;
  text-align: right;
}
.float-contact .sp img {
  max-width: 100%;
  width: 98%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .dn {
    display: block !important;
  }
  .dn2 {
    display: block !important;
  }
  h2.title {
    margin: 0 0 50px 0 !important;
  }
  div.headerpc {
    display: none;
  }
  .mn-logo {
    padding: 33px 0 0 5%;
    margin-bottom: 30px;
  }
  .mn-logo p {
    max-width: 100%;
    width: 100px;
  }
  #nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
    mix-blend-mode: difference;
  }
  #nav-toggle > div {
    position: relative;
    width: 30px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #999;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    z-index: 20001;
  }
  #container {
    z-index: 900;
  }
  #gloval-nav {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
    text-align: left;
    padding-left: 24%;
    font-size: 2.2rem;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1rem;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    transition-delay: 0.6s;
    margin-bottom: 25px;
  }
  #gloval-nav ul li:nth-child(6) {
    transition-delay: 0.75s;
    font-size: 1.4rem;
  }
  #gloval-nav ul li:nth-child(6) img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  #gloval-nav ul li:nth-child(7) {
    transition-delay: 0.9s;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #gloval-nav ul li:nth-child(7) img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  #gloval-nav ul li:nth-child(8) {
    transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(8) strong {
    display: block;
    border: 1px solid #fff;
    border-radius: 30px;
    font-weight: normal;
    width: 200px;
  }
  #gloval-nav ul li:nth-child(8) strong a {
    padding: 5px;
    text-align: center;
  }
  #gloval-nav ul li span {
    display: block;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  h1 {
    width: 100%;
    max-width: 100px;
  }
  h1 img {
    width: auto;
  }
  .fv {
    position: relative;
    margin-bottom: 0;
  }
  .fv div.header {
    position: fixed;
    width: 100%;
    top: 33px;
    padding: 0 5%;
    display: block;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: difference;
    z-index: 8000;
  }
  .fv div.header ul {
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: center;
  }
  .fv div.header ul li {
    margin-right: 50px;
    letter-spacing: 0.1rem;
  }
  .fv div.header ul img {
    width: auto;
  }
  .fv div.header ul a {
    color: #fff;
    text-decoration: none;
  }
  .fv div.header ul a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
  }
  .fv div.header ul .li-access::after {
    content: "|";
    color: #fff;
    padding-left: 50px;
  }
  .fv div.header ul .li-icon {
    margin-right: 25px;
  }
  .fv div.header ul .li-contact {
    margin-right: 0;
  }
  .fv div.header ul .li-contact a {
    display: block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 30px 4px 30px;
    transition: 0.3s;
  }
  .fv div.header ul .li-contact a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
  }
  .fv div.logo {
    width: 100%;
    max-width: 214px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .concept-wrapper {
    display: block;
    width: 100%;
    justify-content: space-between;
  }
  .concept-wrapper div:nth-of-type(1) {
    width: 100%;
    padding: 0 10%;
  }
  .concept-wrapper div:nth-of-type(2) {
    display: none;
  }
  .concept {
    padding: 100px 0 40px 0 !important;
  }
  .concept-text1 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 64px;
  }
  .concept-text2 {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 40px;
  }
  .theface-wedding {
    padding: 0 0 0 10%;
    margin-bottom: 45px;
  }
  .theface-wedding h3 {
    display: block;
    padding: 0;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.5rem;
    font-size: 6.4rem;
    font-weight: normal;
    line-height: 0.8;
    margin-bottom: 18px;
  }
  .theface-wedding h3 span:nth-of-type(2) {
    font-size: 5.8rem;
    padding-left: 0;
  }
  .theface-wedding .h3-text {
    padding: 0;
    font-size: 1.6rem;
  }
  .image {
    padding: 45px 0;
  }
  .image .image-inner {
    padding: 0 10%;
  }
  .image .image-inner h2 {
    margin-bottom: 60px;
  }
  #silde-wrapper {
    position: relative;
    z-index: 10;
    margin-bottom: 90px;
  }
  .tab-content {
    display: none;
  }
  .tab-content.active {
    display: block;
  }
  .tabnav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .tabnav li {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    width: 90px;
    margin: 0;
    text-align: center;
    padding: 5px;
    letter-spacing: 0.05em;
    font-family: "Lato", sans-serif;
    border: 1px solid #000;
    line-height: 1;
    transition: 0.3s;
    font-size: 1.3rem;
  }
  .tabnav li:last-child {
    margin-right: 0;
  }
  .tabnav li:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
  }
  .tabnav > li.active {
    background: #f8f8f8;
    color: #000;
  }
  .active {
    font-weight: 700;
    background-color: #f8f8f8;
  }
  .tab-mn {
    margin: 0 10px;
  }
  .panel {
    display: none;
    text-align: center;
  }
  .movie {
    background-color: #000;
    padding: 45px 0;
    color: #fff;
  }
  .movie .movie-inner {
    padding: 0 10%;
  }
  .movie h2.title {
    color: #fff;
    margin-bottom: 100px;
  }
  .movie h2.title::before {
    background: #fff;
  }
  .youtube {
    padding: 0;
  }
  .movie-wrapper {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .facilty {
    padding: 45px 0;
  }
  .movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access {
    padding: 45px 0;
  }
  .access p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .access p strong {
    display: block;
    font-weight: normal;
  }
  .access p strong a {
    text-decoration: none;
    text-align: center;
    color: #000;
    width: 150px;
    display: block;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 3px 20px;
    transition: 0.3s;
    margin: 20px 0 60px 0;
  }
  .access p strong a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
  .access h2.title {
    margin: 0 0 80px 0;
  }
  .access .access-inner {
    padding: 0 10%;
    display: block;
    justify-content: space-between;
  }
  .access .access-inner div:nth-of-type(2) {
    padding-left: 0;
    margin-top: 60px;
  }
  .access span a {
    color: #000;
    text-decoration: none;
  }
  .access span br {
    display: block;
  }
  footer {
    background-color: #000;
    padding: 120px 0 40px 0;
  }
  .logo-mono img {
    width: auto;
    max-width: 234px;
    margin: 0 auto 90px auto;
  }
  .logo-wc img {
    width: auto;
    max-width: 197px;
    margin: 0 auto 35px auto;
  }
  .footer-sns {
    display: flex;
    justify-content: center;
    color: #fff;
    margin-bottom: 100px;
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .footer-sns img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  .footer-sns div:nth-of-type(1) {
    margin-right: 30px;
  }
  small {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1rem;
  }
  /**********slick*************/
  .slick-arrow {
    display: block;
    position: absolute;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
  }
  .slick-arrow:hover {
    opacity: 0.7;
  }
  /* 共通設定 */
  .slick-next::before,
  .slick-next::after,
  .slick-prev::before,
  .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .slick-next::after,
  .slick-prev::after {
    width: 15px;
    height: 15px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
  /* next */
  .slick-prev:before {
    display: none;
  }
  .slick-next {
    right: -30px !important;
  }
  .slick-next::after {
    right: 4px;
    transform: rotate(45deg);
  }
  /* prev */
  .slick-prev {
    left: -30px !important;
  }
  .slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
  }
  .slick-dots {
    margin: 0;
    padding-top: 20px;
    text-align: center;
    bottom: -70px !important;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
  }
  /**********slick*************/
  .float-contact {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 15000;
    transition: 0.3s;
  }
  .float-contact img {
    width: auto;
    max-width: 230px;
  }
  .float-contact img:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .float-contact .sp img {
    max-width: 100%;
    width: 98%;
    margin: 0 auto;
    display: block;
  }
} /*****768****/