@charset "UTF-8";
/* common ---------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html, body {
  /*height: 100%;*/
  margin: 0;
  background-color: #FFF;
  color: #59544b!important;
  font-size: 12px!important;
  /*font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
    font-family: "Raleway", sans-serif;
  line-height: 1.8!important;
  letter-spacing: 2.0px;
  text-align: left;
}
p {
  line-height: 1.8!important;
}
a img {
  border: none;
}
a, a:hover, a:focus {
  outline: none;
  color: #231815;
  text-decoration: none;
}
/*リンクオンマウスフェード*/
a:hover, a:hover img {
  opacity: 0.6; /*要素の透明度を指定*/
  filter: alpha(opacity=60); /*ie6、7の透明度指定*/
  -ms-filter: "alpha(opacity=60)"; /*ie8の透明度指定*/
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
img {
  width: 100%;
  vertical-align: bottom;
  border: 0;
  -webkit-backface-visibility: hidden;
}
h1, h2, h3 {
  color: #000000;
  font-weight: normal;
        /*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
    font-family: "Noto Serif JP", serif;
        border-top: none!important;
        border-bottom: none!important;
}
h1 {
    text-shadow: 1px 3px 6px rgb(50 50 50 / 0.6);
}
h1 .english {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.2em;
}
h1 .japanese {
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
}
h2 {
    font-size: 50px!important;
    position: relative;
    display: inline-block;
}
h2::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 1px;
}
.center h2 {
    padding-bottom: 150px;
}
.center h2::after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    background-color: #000;
}
.center h2.white::after {
    background-color: #fff;
}

h2.left {
    padding-right: 150px;
}
h2.left::after {
    top: 50%;
    right: 0;
    width: 130px;
    background-color: #000;
}
h2.vertical {
    padding-bottom: 150px;
}
h2.vertical::after {
    bottom: 65px;
    left: -30%;
    width: 130px;
    background-color: #000;
    transform: rotate(90deg);
}
h2.vertical.white::after {
    background-color: #ffffff;
}
.vertical {
    writing-mode: vertical-rl;
    text-align: justify;
}
h3 {
    font-size: 20px;
    margin: 40px 0 15px;
}
h3::after {
    border-bottom: none!important;
}
ul {
  list-style: none;
  font-size: 0;
}
li {
  font-size: 12px;
}
.right { text-align: right;}
.left { text-align: left;}
.center { display: block; margin: 0 auto; text-align: center;}
.mt30 { margin-top: 30px;}
.mt50 { margin-top: 50px;}
.mt100 { margin-top: 100px;}
.mb30 { margin-bottom: 30px;}
.mb50 { margin-bottom: 50px;}
.mb100 { margin-bottom: 100px;}
.txt_L { font-size: 28px;}
.txt_M { font-size: 18px;}
.txt_S { font-size: 10px;}
.txt_min { font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;}
.white, .white a, .bg_dgrey, .bg_dgrey a { color: #ffffff;}
.black { color: #000000;}
.red { color: #ff0000;}
.bg_lgrey { background-color: #cccccc;}
.bg_dgrey { background-color: #59544b;}
.top-location.bg_dgrey { background-image: url("../img/bg_location.jpg")}
.top-access.bg_dgrey { background-image: url("../img/bg_access.jpg")}
.bg_beige { background-color: #d3c4ae;}
.top-concept.bg_beige { background-image: url("../img/bg_concept.jpg")}
.top-location.bg_dgrey, .top-access.bg_dgrey, .top-concept.bg_beige { 
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.smaon {
  display: none ;
}
.btn {
    display: block;
    margin: 30px auto 0;
}
.btn a {
    position: relative;
    margin: 30px auto 0;
    padding: 10px 30px 10px 15px;
    border: 1px #59544b solid;
    color: #59544b;
}
.btn a input[type="submit"], .btn a input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
.btn a::after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    border-right: 1px #59544b solid;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
}
.contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10% 5%;
}
/* totop---------------------------------------- */
.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 40px;
    height: 38px;
    color: transparent;
    border: none;
     background: #40220F; 
    box-shadow: 0 0 0 1px rgba(255,255,255,.8);
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
    text-decoration: none;
	font-size: 0;
}
.scrolled .page_top_btn {
  opacity: 0.8;
}
/* header ---------------------------------------- */
header  {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 999;
}
header h1 {
    position: absolute;
    top: 10px;
    left: 20px;
}
/* メニューのスタイル */
.menu {
  position: fixed;
  top: 0;
  right: -100%; /* 初期状態では画面の外に隠れている */
  width: 300px;
  height: 100%;
  background-color: #ffffff;
    opacity: 0.8;
  transition: right 0.3s ease; /* スライドインのアニメーション */
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}

/* メニューが開いているとき */
.menu.open {
  right: 0;
}

/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}
.hamburger.active span {
  background-color: #333;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* メニューリストのスタイル */
.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 80px;
}

.menu li {
  padding: 20px 10px;
}

.menu li a {
  text-decoration: none;
  display: block;
}
/* footer ---------------------------------------- */
.footer {
    padding: 50px 0 30px;
}
/* index ---------------------------------------- */
.top-catch div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.top-catch div p:first-of-type {
}
.top-catch div p:nth-of-type(2) {
    width: 45%;
}
.top-catch div div {
    width: 40%;
    align-items: flex-end;
}
.top-concept, .top-location {
    padding-bottom: 50px;
}
.top-location .one, .top-location .two {
    position: relative;
}
.top-location .one div, .top-location .one span, .top-location .two div, .top-location .two span {
    position: absolute;;
}
.top-location .one div, .top-location .two div {
    background-size: cover;
    background-repeat: no-repeat;
}
.top-location .one {
    height: 500px;
}
.top-location .one span {
    right: 10%;
    bottom: 10%;
}
.top-location .one .img_one {
    left: 0;
    top: 0;
    width: 70%;
    height: 42vw;
    border-radius: 0 21vw 21vw 0;
    background-image: url(../img/location_01.jpg);
    background-position: left center;
}
.top-location .two {
    height: 600px;
}
.top-location .two span {
    left: 10%;
    bottom: 10%;
}
.top-location .two .img_two {
    left: 0;
    top: 0;
    width: 40%;
    height: 26vw;
    border-radius: 0 13vw 13vw 0;
    background-image: url(../img/location_02.jpg);
    background-position: left center;
}
.top-location .two .img_three {
    right: 0;
    top: 200px;
    width: 60%;
    height: 36vw;
    border-radius: 18vw 0 0 18vw;
    background-image: url(../img/location_03.jpg);
    background-position: left center;
}
.top-event .contents {
    display: flex;
}
.top-event div.side > div:first-of-type {
    width: 10%;
    margin-right: 5%;
}
.top-event div.side > div:nth-of-type(2) {
    width: 85%;
}
.top-access .contents {
    display: flex;
}
.top-access div.side > div:first-of-type {
    width: 10%;
    margin-right: 5%;
}
.top-access div.side > div:nth-of-type(2) {
    width: 85%;
}
.map {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 40%;
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.top-access dl dt {
    display: list-item;
    list-style-type: square;
    font-weight: bold;
    margin-bottom: 5px;
}
.top-access dl dd {
    margin-bottom: 20px;
}
.top-space div.contents div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-space ul, .top-space ul li div {
    display: flex;
    flex-wrap: wrap;
}
.top-space ul {
    /*justify-content: center;*/
}
.top-space ul li {
    margin-bottom: 6%;
}
.top-space ul li:nth-of-type(2n-1){
    margin-right: 6%;
}
.top-space ul li, .top-space ul li div dl, .top-space ul li div img {
    width: 47%;
    border-radius: 50% 50% 50% 50%;
}
.top-space ul li > img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.top-space ul li div dl dt {
    font-weight: bold;
}
.top-space .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-start;
    align-items: flex-start;;
}
.top-space .gallery div:first-of-type {
    width: 65%;
}
.top-space .gallery div:first-of-type img:first-of-type {
    width: 85%;
    margin-left: 10%;
    margin-bottom: 5%;
}
.top-space .gallery div:first-of-type img:nth-of-type(2) {
    width: 60%;
}
.top-space .gallery div:nth-of-type(2){
    width: 35%;
    margin-top: 7%;
}
.top-space .gallery div:nth-of-type(3) {
    width: 50%;
    margin-top: 10%;
}
.top-space .gallery div:nth-of-type(4) {
    width: 50%;
}
.top-space .gallery div:nth-of-type(4) img:first-of-type {
    width: 80%;
    margin-left: 20%;
}
.top-space .gallery div:nth-of-type(4) img:nth-of-type(2) {
    width: 60%;
    margin-top: 5%;
    margin-left: 10%;
}
/*===========
inview
===========*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* お問い合わせフォーム ---------------------------------------- */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none!important;
}
.contact .link {
    text-decoration: underline;
}

/* ------------------------------------------------------------ 
pc
------------------------------------------------------------ */
@media screen and (max-width: 1000px) {
  /* footer_pc ---------------------------------------- */
  }
    


/* ------------------------------------------------------------ 
tablet
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* common_t ---------------------------------------- */
    
h2 {
    font-size: 3.2em!important;
}
h2.vertical::after {
    left: -50%;
}
.center h2 {
    padding-bottom: 20%;
}
.center h2::after {
    top: 60%!important;
}
  .smaon { display: block ;}
  .smaoff { display: none ;}
  .mt50 { margin-top: 8vw;}
  .mt100 { margin-top: 16vw;}
  .mb50 { margin-bottom: 8vw;}
  .mb100 { margin-bottom: 16vw;}
  /* index_t ---------------------------------------- */
    .top-catch div {
    display: block;
}
    .top-catch div p, .top-catch div p:nth-of-type(2), .top-catch div div {
        width: 100%;
        text-align: center;
}
    .top-catch div p:nth-of-type(2) {
        margin-top: 10%;
        margin-bottom: 5%;
}
.top-location .one {
    height: 65vw;
}
.top-location .two {
    height: 84vw;
}
    .top-event div.side > div:first-of-type {
    width: 20%;
    margin-right: 5%;
}
    .top-event div.side > div:nth-of-type(2) {
    width: 75%;
}
.top-space ul, .top-space ul li div {
    display: display;
}
.top-space ul li:nth-of-type(2n-1){
    margin-right: 0;
}
.top-space ul li, .top-space ul li div dl, .top-space ul li div img {
    width: 100%;
}
    .top-space .gallery div:first-of-type, .top-space .gallery div:nth-of-type(2) {
    width: 100%;
}
    .top-space .gallery div:nth-of-type(2) img:first-of-type {
    width: 40%;
    margin-left: 40%;
    margin-top: 20px;
}
    .top-space .gallery div:nth-of-type(3) {
        order: 4;
        margin-left: 10%;
}
.top-space .gallery div:nth-of-type(4) {
    width: 100%;
}
    .top-space .gallery div:nth-of-type(4) img:first-of-type {
    width: 85%;
    margin-left: 5%;
    margin-top: 5%;
}
    .top-space .gallery div:nth-of-type(4) img:nth-of-type(2) {
    margin-left: 40%;
}
    .top-access div.side > div:first-of-type {
    width: 20%;
    margin-right: 5%;
}
    .top-access div.side > div:nth-of-type(2) {
    width: 75%;
}
    .map {
    padding-top: 100%;
}
  }


/* ------------------------------------------------------------ 
smartphone
------------------------------------------------------------ */
@media screen and (max-width: 480px) {
  /* common_s ---------------------------------------- */
  html, body, li {
    font-size: 12px;
  }
  h2 { font-size: 2.8rem;}
  .txtL, .overlap li div p { font-size: 1.4rem;}
  .txtM, h2 p { font-size: 1.4rem;}
  .txtS, .overlap li div p span { font-size: 0.8rem;}
  .post h2.wp-block-heading, .post h2 p, .post h2 + p { font-size: 1.2rem;}
  .contents {
    width: 90%;
    padding: 10% 5% 5%;
  }
  /* index_s ---------------------------------------- */
    .carousel, .top-access dl {
        margin-top: 10vw;
    }
.top-location .one {
    height:85vw;
}
.top-location .one .img_one {
    width: 80%;
    height: 48vw;
    border-radius: 0 24vw 24vw 0;
}
    .top-location .one span {
    right: 5%;
    bottom: 10%;
}
.top-location .two {
    height: 132vw;
}
.top-location .two .img_two {
    width: 60%;
    height: 38vw;
    border-radius: 0 19vw 19vw 0;
}
.top-location .two .img_three {
    top: 42vw;
    width: 70%;
    height: 46vw;
    border-radius: 23vw 0 0 23vw;
}
    .top-location .two span {
    left: 5%;
    bottom: 10%;
}
  }