@charset "utf-8";
/*----------------------------------------
	reset
----------------------------------------*/
:root {
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}
* {
  font-size: inherit;
  line-height: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333333;
  vertical-align: baseline;
}
header,
footer,
article,
section,
aside,
hgroup,
main,
nav,
menu,
figure,
figcaption,
time {
  display: block;
}
span,
small,
strong,
em,
b,
i {
  color: inherit;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
a button {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}
input,
select {
  vertical-align: middle;
  border: 1px solid #999999;
  padding: 6px;
}
input,
textarea {
  margin: 0;
  padding: 4px;
  text-align: center;
  border: 1px solid #999999;
}
address {
  font-style: normal;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*----------------------------------------
	font
----------------------------------------*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifJP-Bold.otf) format("opentype");
  font-display: swap;
}
html {
  font-family: "Noto Serif Japanese", serif, san-serif;
  max-width: 100%;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}
body {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
}
.en-h {
  font-family: "Cinzel", serif;
}
.en {
  font-family: "Arial", sans-serif;
}
/*----------------------------------------
	links
----------------------------------------*/
a,
a:visited {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #c7a958;
}
/*----------------------------------------
	出し分け
----------------------------------------*/
.sp_on {
  display: block;
}
.tab_on {
  display: none;
}
.pc_on {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
}
/*----------------------------------------
	tripla-searching-app
----------------------------------------*/
#tripla-searching-app {
  display: none;
}
/*----------------------------------------
	header
----------------------------------------*/
header {
  height: 50px;
  background-color: rgb(0 0 0 / 70%);
  position: fixed;
  width: 100%;
  z-index: 999;
}
header h1 {
  width: 20%;
  margin: 0 auto;
  padding: 10px;
  background-color: #000000;
}
header > nav {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
header > nav > ul {
  height: 100%;
}
header > nav > ul > li {
  height: 100%;
}
header .wovn-languages {
  color: #fff;
  position: relative;
  z-index: 6;
  height: 100%;
}
header .wovn-languages_accordion_list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: grid;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
}
header .wovn-languages.is-open .wovn-languages_accordion_list {
  max-height: 242px;
  padding-bottom: 5px;
}
header .wovn-switch {
  text-align: center;
  display: inline-block;
  padding: 12px 0;
  color: #ccc;
}
.wovn-languages_trigger {
  position: relative;
  padding: 0 15px;
  display: flex;
  gap: 4px;
  align-items: center;
  height: 100%;
}
.wovn-languages_trigger:before {
  content: "";
  background: url(/image/common/img_language.svg) no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
}
.wovn-languages_trigger:hover,
.wovn-languages_accordion_list .wovn-switch {
  cursor: pointer;
}
.wovn-languages_accordion_list .wovn-switch.selected {
  color: #c7a958;
  position: relative;
}
.wovn-languages_accordion_list .wovn-switch.selected::before {
  content: "●";
  color: #c7a958;
  font-size: 0.6em;
  position: absolute;
  left: 13px;
  top: 50%;
  translate: 0 -50%;
}
@media (any-hover: hover) {
  .wovn-languages_trigger:hover {
    color: #c7a958;
  }
  .wovn-languages_accordion_list .wovn-switch:hover {
    color: #c7a958;
  }
}

@media screen and (min-width: 768px) {
  header {
    background-color: rgba(0, 0, 0, 0.7);
  }
  header h1 {
    width: 100px;
    height: 105px;
    margin: 0 auto;
  }
  header h1 img {
    width: 75px;
    margin-top: 7px;
  }
  header > nav {
    justify-content: space-between;
  }
  header #gnav {
    display: flex;
  }
  header #gnav li {
    color: #fff;
    line-height: 1;
    height: 100%;
    position: relative;
  }
  header #gnav li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
  }
  header #gnav li:first-child a {
    color: #c7a958;
  }
  header #gnav li:nth-child(n + 2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 1em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #999;
  }
  header #lang-nav {
    right: 0;
    display: flex;
  }
  header #lang-nav li a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  header #lang-nav li.members a {
    border-right: #534936 solid 1px;
    background: #8a7854;
  }
  header #lang-nav li.members.last a {
    border: none;
  }
  header #lang-nav li.menu-single a {
    background: #000000;
  }
  #lang-nav {
    max-width: 40%;
    line-height: 1.35;
  }
  .wovn-languages_trigger {
    padding: 0 20px;
  }
  .wovn-languages_accordion_list .wovn-switch.selected::before {
    left: 16px;
  }
}
@media screen and (min-width: 1280px) {
  header #lang-nav li.members a:hover {
    background-color: rgb(138 120 84 / 85%);
    color: #ffffff;
  }
  header #lang-nav li.menu-single a:hover img {
    opacity: 0.8;
  }
  header h1 {
    width: 120px;
    height: 125px;
    background-color: #000;
    margin: 0 auto;
  }
  header h1 img {
    width: 100px;
    margin-top: 10px;
  }
}
/*----------------------------------------
	.slider
----------------------------------------*/
.s-fade-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 53%;
  text-align: left;
  display: block;
}
.slider .slick-prev,
.slider .slick-next {
  width: 0;
}
@media screen and (min-width: 480px) {
  #slider img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .slider {
    padding-top: 0;
  }
}
/*----------------------------------------
	#concept
----------------------------------------*/
section {
  padding: 60px 0 20px 0;
}
#concept h1 {
  width: 30%;
  margin: 0 auto 60px;
}
#concept .main-copy {
  font-size: 2rem;
  margin-bottom: 20px;
}
#concept .sub-copy {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #concept h1 {
    width: 147px;
  }
}
/*----------------------------------------
	#facility-list
----------------------------------------*/
#facility-list h1 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
#facility-list ul {
  background-color: #fff;
}
#facility-list ul li {
  position: relative;
}
#facility-list ul li div {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
  width: 92%;
}
#facility-list ul li div .copy {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
#facility-list ul li div .name,
.slider .name {
  color: #fff;
  font-size: 2rem;
}
#facility-list ul li div .location,
.slider .location {
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (min-width: 480px) {
  #facility-list h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #facility-list ul li img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #facility-list ul li {
    float: left;
    max-width: 50%;
    overflow: hidden;
  }
  #facility-list ul li div {
    bottom: 15px;
  }
  #facility-list ul li div .location,
  #facility-list ul li div .copy {
    font-size: 1rem;
  }
  #facility-list ul li div .name {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  #facility-list ul li div .location,
  #facility-list ul li div .copy {
    font-size: 1.3rem;
  }
  #facility-list ul li div .name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  #facility-list ul li div {
    bottom: 18px;
    left: 15px;
    letter-spacing: 1px;
  }
  #facility-list ul li div .location,
  #facility-list ul li div .copy {
    font-size: 1.4rem;
  }
  #facility-list ul li div .name,
  .slider .name {
    font-size: 3rem;
  }
  #facility-list a img:hover {
    transform: scale(1.03);
    transition-duration: 0.3s;
  }
}
/*----------------------------------------
	footer
----------------------------------------*/
footer {
  padding: 30px 0 0;
  margin: 30px 0 53px;
  background-color: #000000;
  color: #ffffff;
}
footer .logo {
  padding: 0 0 20px 0;
  position: static;
  width: 100%;
  text-align: center;
}
footer .logo img {
  width: 170px;
}
footer small {
  font-size: 13px;
  text-align: center;
  display: block;
  letter-spacing: 0px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 20px 0 0;
    margin: 30px 0 0;
  }
}
/* =================================
        .style-wrapper-99c7fa 
===================================== */
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 13px 15px;
}
#tripla-cookie-consent .style-wrapper-99c7fa a {
  color: #3b3b3b;
  text-decoration: underline;
}
#tripla-cookie-consent .style-wrapper-99c7fa a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
}
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: left;
}
#tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    display: grid;
    grid-template-columns: auto 0 141px;
    align-items: center;
    column-gap: 13px;
    justify-content: center;
    padding: 13px 35px 13px;
    font-size: 13px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1.3;
    font-size: 14px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
    width: 141px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    font-size: 14px;
    padding: 10px 55px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1;
  }
}
/*----------------------------------------
	following_btn
----------------------------------------*/
#following_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  /* box-shadow: rgb(149 157 165 / 20%) 0px -5px 9px; */
}
#following_btn ul {
  display: flex;
  justify-content: space-between;
}
#following_btn ul li {
  flex-basis: 100%;
}
.en #following_btn ul li.search {
  flex-basis: 40%;
}
.en #following_btn ul li.signUp {
  flex-basis: 60%;
}
#following_btn ul li.members.search a {
  background: rgb(0 0 0 / 85%) url(../img/common/img_Link.svg) no-repeat right 4vw center;
  background-size: 1.2em;
}
#following_btn ul li.members a {
  padding: 12px 1.5em;
  color: #ffffff;
  display: block;
  font-size: 1.7rem;
  text-align: center;
  background: rgb(138 120 84 / 85%) url(../img/common/img_Link.svg) no-repeat right 4vw center;
  background-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  #following_btn {
    right: -7px;
    width: 3.5em;
    margin-top: -8em;
    height: 17em;
    bottom: 23vh;
  }
  #following_btn ul {
    display: block;
  }
  #following_btn ul li.members a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 1em 0 3em;
    letter-spacing: 1.5px;
    background: rgb(138 120 84) url(../img/common/img_Link.svg) no-repeat right 0.7em bottom 1em;
    font-size: 1.4rem;
    line-height: 2.8;
    background-size: 1.2em;
  }
  #following_btn ul li.members.search a {
    background: rgb(0 0 0) url(../img/common/img_Link.svg) no-repeat right 0.7em bottom 1em;
    background-size: 1.2em;
  }
  #following_btn ul li.members a:hover {
    background-color: rgb(138 120 84 / 85%);
  }
  #following_btn ul li.members.search a:hover {
    background-color: rgb(0 0 0 / 85%);
  }
  .en #following_btn ul li {
    flex-basis: auto;
  }
  .en #following_btn ul li.members a {
    padding: 2em 0px 3em;
  }
}
@media screen and (min-width: 1280px) {
  #following_btn {
    right: 16px;
  }
  #following_btn ul li.members a {
    background: rgb(138 120 84) url(../img/common/img_Link.svg) no-repeat right 1.1em bottom 1em;
    background-size: 1.2em;
    line-height: 3.5;
    font-size: 1.8rem;
  }
  #following_btn ul li.members.search a {
    background: #000000 url(../img/common/img_Link.svg) no-repeat right 1.1em bottom 1em;
    background-size: 1.2em;
  }
}
