@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@300;400;500&family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  letter-spacing: 0em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.img_hover{
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: relative;
}
.img_hover::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  position: absolute;
  transition: 0.3s;
}
@media all and (min-width:681px){
  body {
    min-width: 1150px;
    overflow-x: hidden;
  }
  a:hover .img_hover{
    transform: scale(1.2);
  }
  a:hover .img_hover::before{
    background-color: rgba(0,0,0,0.5);
  }
}
@media all and (max-width: 680px) {
  main {
      overflow-x: hidden;
  }
}

/* FONT
***************************************************************/
.sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
/*.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}*/
.lato{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.rok{
  font-family: 'Rokkitt', serif;
  font-weight: 400;
}

/* LINK
***************************************************************/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #000;
}
a:active,
a:focus {
  outline: none;
}
a img {
  transition: 0.3s ease;
}

/* NONE
***************************************************************/
.none {
  display: none;
}
.linkNone {
  pointer-events: none;
}
@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}

/* clearfix
***************************************************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* GoogleMap
***************************************************************/
.gm-style-pbt {
  text-align: center;
}
.map_img{
  margin-top: 60px;
}
.map_wrap{
  position: relative;
}
.googleMap {
height: 450px;
overflow: hidden;
/*padding-bottom: 56.25%;*/
position: relative;
}
.googleMap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gmap_link1 {
  width: 160px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 70px;
  border-radius: 5px;
}
.access_txtWrap{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.access_txt .name{
  display: flex;
  font-size: 17px;
}
.access_txt .name img{
  width: 300px;
  margin-right: 25px;
}
.access_txt .address{
  font-size: 16px;
  line-height: 1.68;
  margin-top: 15px;
}
.access_txt .address span{
  font-size: 23px;
  font-weight: bold;
  margin-left: 0.25em;
}
.access_txt .info{
  font-size: 13px;
  margin-top: 5px;
}
.access_txtWrap .root{
  background-color: #EBEBEB;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: flex;
  padding: 15px 30px 10px;
}
.access_txtWrap .root dl + dl{
  border-left: 1px solid #000;
  margin-left: 25px;
  padding-left: 25px;
}
.access_txtWrap .root dl dt{
  font-weight: bold;
}
.access_txtWrap .root dl dd{
  margin-top: 10px;
  line-height: 1.5;
}
@media all and (min-width: 681px) {
  .accessWrap{
    padding-top: 100px;
  }
  .access_txt .address span {
      margin-bottom: -4px;
      margin-top: 2px;
      display: inline-block;
      line-height: 1;
  }
  .gmap_link1:hover {
    background-color: #c8b982;
  }
}
@media all and (max-width: 680px) {

  .accessWrap{
    padding-top: 70px;
  }
  .accessWrap .inner > picture {
      width: 100vw;
      margin-left: -4vw;
  }
  .map_wrap {
      /* width: 100vw;
      margin-left: -4vw; */
  }
  .map_img {
      margin-top: 42px;
  }
  .access_txtWrap {
      margin-top: 35px;
      flex-direction: column;
      width: 84vw;
      margin-left: 4vw;
  }
  .access_txt .name {
      font-size: 12.5px;
      flex-direction: column;
  }
  .access_txt .name img {
      width: 218px;
      margin-right: 0;
  }
  .access_txt .name span {
    margin-top: 10px;
  }
  .access_txtWrap .root {
      font-size: 12px;
      padding: 25px 25px 25px;
      margin-top: 25px;
      flex-direction: column;
  }
  .access_txtWrap .root dl + dl {
      border-left: none;
      margin-left: 0;
      padding-left: 0;
      margin-top: 15px;
  }
  .access_txtWrap .root dl dd {
      margin-top: 6px;
      font-size: 11.5px;
  }
  .access_txt .address {
      font-size: 12px;
      line-height: 1.68;
      margin-top: 15px;
  }
  .access_txt .address span {
      font-size: 17px;
      margin-bottom: -4px;
      margin-top: 2px;
      display: inline-block;
      line-height: 1;
  }
  .access_txt .info {
      font-size: 10.5px;
      margin-top: 3px;
  }
  .googleMap {
      height: 68.8vw;
  }


  /*.gm-style-pbt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }*/

}

#infscr-loading {
  text-align: center;
}
.comingSoon {
  text-align: center;
  padding-bottom: 50px;
}


/* lazyload
***************************************************************/

.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity ease 0.3s;
}


/* anchor
***************************************************************/

.anchor{
  position: absolute;
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  margin-top: 1px !important;
}
@media all and (min-width: 681px) {

}
@media all and (max-width: 680px) {

}

/* フェード
***************************************************************/

@keyframes action1_up {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_left {
  0% {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_right {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_up_sp {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_left_sp {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_right_sp {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media all and (min-width: 681px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 40px);
  }
  .action.left {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  .action.right {
    opacity: 0;
    transform: translate(40px, 0);
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) .5s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
  }
  .action.delay1.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .action.delay2.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
  .action.delay3.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  }
  .action.delay4.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  }

  .action1 {
    opacity: 0;
    animation: opacity ease 1s forwards .25s;
  }
  .action1.delay1 {
    animation: opacity ease 1s forwards .75s;
  }
  .action1.delay2 {
    animation: opacity ease 1s forwards 1.25s;
  }

  .action1_up {
    opacity: 0;
    transform: translate(0, 100px);
    animation: action1_up ease 1s forwards .5s;
  }
  .action1_up.delay1 {
    animation: action1_up ease 1s forwards .75s;
  }
  .action1_up.delay2 {
    animation: action1_up ease 1s forwards 1s;
  }

  .action1_left {
    opacity: 0;
    transform: translate(-100px, 0);
    animation: action1_left ease 1s forwards .5s;
  }
  .action1_left.delay1 {
    animation: action1_left ease 1s forwards .75s;
  }
  .action1_left.delay2 {
    animation: action1_left ease 1s forwards 1s;
  }

  .action1_right {
    opacity: 0;
    transform: translate(100px, 0);
    animation: action1_right ease 1s forwards .5s;
  }
  .action1_right.delay1 {
    animation: action1_right ease 1s forwards .75s;
  }
  .action1_right.delay2 {
    animation: action1_right ease 1s forwards 1s;
  }

}

@media all and (max-width: 680px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(40px, 0);
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) .5s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
  }
  .action.delay1_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .action.delay2_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
  .action.delay3_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  }
  .action.delay4_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s, opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  }

  .action1_up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    animation: action1_up_sp ease 1s forwards .5s;
  }
  .action1_up_sp.delay1 {
    animation: action1_up_sp ease 1s forwards .75s;
  }
  .action1_up_sp.delay2 {
    animation: action1_up_sp ease 1s forwards 1s;
  }

  .action1_left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    animation: action1_left_sp ease 1s forwards .5s;
  }
  .action1_left_sp.delay1 {
    animation: action1_left_sp ease 1s forwards .75s;
  }
  .action1_left_sp.delay2 {
    animation: action1_left_sp ease 1s forwards 1s;
  }

  .action1_right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    animation: action1_right_sp ease 1s forwards .5s;
  }
  .action1_right_sp.delay1 {
    animation: action1_right_sp ease 1s forwards .75s;
  }
  .action1_right_sp.delay2 {
    animation: action1_right_sp ease 1s forwards 1s;
  }

}

@keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
.blur {
  opacity: 0;
}
.scrollin.blur {
  animation: blur 1s ease-in-out 0.2s forwards;
}


@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.action1 {
  position: relative;
}
.action1::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #c8b982;
  z-index: 1;
}
.action1.scrollin::before {
  animation: passing-bar 0.6s ease .4s 1 normal forwards;
}
.action1 .action_item {
  display: block;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.action1.scrollin .action_item {
  animation: passing-txt 0.6s ease .3s 1 normal forwards;
}


/* barAnime
***************************************************************/
.barAnime {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 0;
}
.barAnime::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 1;
}
.barAnime .barText {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.barAnime.scrollin::before {
  animation: passing-bar 0.6s ease 0.3s 1 normal forwards;
}
.barAnime.scrollin .barText {
  animation: passing-txt 0s ease 0.6s 1 normal forwards;
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes passing-txt{
	0% {
        opacity:0;
    }
	50% {
        opacity:0;
    }
	100% {
        opacity:1;
    }
}

@media all and (min-width: 681px) {}

@media all and (max-width:680px) {}




/* ヘッダーエリア
***************************************************************/
body {
  background-color: #EBEBEB;
}
header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: rgba(255,255,255,.9);
    transition: background 0.3s ease;
}

header .siteID a {
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
}

/* gNav */
header .gNav {
    height: 100%;
    display: flex;
}
header .gNav .ul1 {
    display: flex;
    height: 100%;
    padding-left: 20px;
}

header .gNav .ul1>.li1 {
    height: 100%;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    transition: .3s ease;
}

header .gNav .ul1>.li1 .link1 {
    width: 100%;
    height: 115px;
    padding: 0 30px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    position: relative;
    flex-grow: 1;
}
.nav_en  {
  font-size: 17px;
  letter-spacing: 0.1em;
}
.nav_jp{
  font-size: 12px;
  margin-top: 5px;
}

header .gNav .ul1>.li1 .dl1 {
    height: 100%;
    position: relative;
}

header .gNav .ul1>.li1 .dl1 .link1 {
    cursor: default;
}


header .gNav .subNav {
    width: auto;
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}

header .gNav .subNav .ul2 {
    background-color: #000;
    position: relative;
    left: 0;
    top: -120px;
    opacity: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
}

header .gNav .subNav .ul2 .li2+.li2 {
    border-top: 1px solid #646464;
}

header .gNav .subNav .ul2 .li2 a {
    display: flex;
    width: 260px;
    height: 80px;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
header .gNav .subNav .ul2 .li2 a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    pointer-events: none;
    right: 15px;
    bottom: 15px;
    transition: border 0.3s ease;
    transform: rotate(-45deg);
}
header .gNav .subNav .ul2 .li2 a span {
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .gNav .subNav .ul2 .li2 a span img {
    width: auto;
    height: 100%;
}
@media all and (min-width: 681px) {

    header .inner {
        width: 100%;
        padding: 0px 0 0 25px;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
    }
    header .siteID a:hover {
        opacity: 0.6;
    }

    /* gNav */
    header .gNav .ul1 {
        align-items: center;
    }
    header .gNav .ul1>.li1.type_toggle .link1 {
      width: 175px;
    }
    header .gNav .ul1>.li1.color2 {
      background-color: #000;
    }
    header .gNav .ul1>.li1.color2 .link1 {
      color: #fff;
      transition: color 0.3s ease;
    }
    header .gNav .ul1>.li1.color2 .dl1::after {
      border-color: #fff;
    }
    header .gNav .ul1>.li1 dt.link1 {
        pointer-events: none;
    }
    /*header .gNav .ul1>.li1 + .li1 {
    }*/
    header .gNav .ul1>.li1:hover{
      background-color: #EBEBEB;
    }
    header .gNav .ul1>.li1 .dl1::after {
        content: '';
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        position: absolute;
        pointer-events: none;
        left: 50%;
        bottom: 15px;
        transition: border 0.3s ease;
        transform: rotate(45deg) translateX(-50%);
    }

    header .gNav .li1:hover .subNav {
        pointer-events: auto;
    }

    header .gNav .li1:hover .subNav .ul2 {
        top: 0;
        opacity: 1;
    }

    header .gNav .subNav .ul2 .li2 a:hover {
        background-color: #c8b982;
    }

    header .gNav .ul1>.li1.color2:hover {
      background-color: #c8b982;
    }
    header .gNav .ul1>.li1.color2:hover .link1 {
      color: #000;
    }
    header .gNav .ul1>.li1.color2:hover .dl1::after {
      border-color: #000;
    }

}

@media all and (min-width: 681px) and (max-width: 1240px ) {
  header .gNav .ul1>.li1 .link1 {
      padding: 0 20px;
  }
}

@media all and (max-width: 680px) {
    body.open {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    header {
        height: 45px;
        display: flex;
        align-items: center;
        transition: background 0.3s ease;
    }
    body:not(.pageScroll) header {
        background-color: transparent;
    }
    header .siteID {
        height: auto;
        width: auto;
        position: relative;
        z-index: 1;
        display: table;
    }
    header .siteID a {
        height: 100%;
        width: auto;
        display: flex;
    }
    header .siteID a img {
      height: 25px;
      width: auto;
    }

    /* gNav */
    header .gNav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        overflow: auto;
        padding: 65px 34px 60px;
        background-color: rgba(75, 75, 75, 0.9);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease, background 0.3s ease;
        flex-direction: column;
    }

    .open header .gNav {
        opacity: 1;
        pointer-events: auto;
    }

    header .gNav .ul1 {
        display: block;
        height: auto;
        padding-left: 0;
    }

    header .gNav .ul1>.li1 {
        height: auto;
    }

    header .gNav .ul1>.li1 .link1 {
        height: auto;
        padding: 25px 0px;
        font-size: initial;
        text-align: left;
        display: block;
        color: #fff;
    }

    header .gNav .ul1>.li1 .dl1 {
        height: auto;
    }

  header .gNav .ul1 .dl1 .link1 .nav_en {
      display: inline-flex;
  }
  .nav_en {
    font-size: 22.5px;
  }
  .nav_jp {
    font-size: 15px;
    margin-top: 5px;
    display: block;
  }
  header .gNav .ul1 .dl1 .link1 .nav_en::after {
      content: '';
      width: 12px;
      height: 12px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      position: relative;
      pointer-events: none;
      display: block;
      right: -1em;
      top: 0.45em;
      transform: rotate(45deg) translate(-50%, -50%);
  }
  header .gNav .ul1 .dl1 .link1.on .nav_en::after {
    top: -0.05em;
    transform: rotate(-135deg) translate(-50%, -50%);
  }
    header .gNav .subNav {
      width: 100vw;
      position: static;
      pointer-events: auto;
      display: none;
      margin-left: -34px;
  }

    header .gNav .subNav .ul2 {
        position: initial;
        opacity: 1;
    }
    header .gNav .subNav .ul2 .li2 a {
        width: 100%;
        height: 96px;
  }
    header .gNav .subNav .ul2 .li2 a span {
      height: 37.55px;
    }
    header .gNav .subNav .ul2 .li2 a::after {
      width: 12px;
      height: 12px;
      right: 45px;
      bottom: 20px;
    }

    /* toggleBtn */
    .toggleBtn {
        width: 45px;
        height: 100%;
        padding: 0 12px;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
    }

    .toggleBtn p {
        position: relative;
        height: 100%;
    }

    .toggleBtn p span,
    .toggleBtn p::before,
    .toggleBtn p::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #000;
/*        border-radius: 2px;*/
        transition: 0.3s ease-in-out;
    }

    .toggleBtn p span {
        transform: translateY(-50%);
    }

    .toggleBtn p::before {
        transform: translateY(-8px) rotate(0deg);
    }

    .toggleBtn p::after {
        transform: translateY(6px) rotate(0deg);
    }

    .open .toggleBtn p span {
        opacity: 0;
    }

    .open .toggleBtn p::before {
        transform: translateY(-50%) rotate(-45deg);
    }

    .open .toggleBtn p::after {
        bottom: 0;
        transform: translateY(-50%) rotate(45deg);
    }
}



/* コンバージョンエリア
***************************************************************/
.h_conversion {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    height: 115px;
}

.h_conversion li {
    height: 100%;
}

.h_conversion a {
    width: 175px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    color: #000;
    transition: .3s ease;
}

.h_conversion a.h_conversion_event {
  background-color: #b4a573;
}
.h_conversion a.h_conversion_reserve {
  background-color: #000000;
  color: #fff;
}
@media all and (min-width: 681px) {
  .h_conversion{
    margin-left: 30px;
  }
  .h_conversion a:hover {
      color: #000;
      background-color: #fff;
  }

  .h_conversion a.h_conversion_event:hover {
    background-color: #E6E1C8;
  }
  .h_conversion a.h_conversion_reserve:hover {
    background-color: #EBEBEB;
    color: #AA9664;
  }
}

@media all and (max-width:680px) {
    .h_conversion {
        z-index: 1111;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        transform: translateY(200px);
        transition: .5s ease;
    }
    .pageScroll .h_conversion{
        transform: translateY(0px);
    }
    .open .h_conversion{
        transform: translateY(0px);
    }

    .h_conversion a {
      width: 43%;
/*        font-size: 17px;*/
        letter-spacing: 0.1em;
    }
    .h_conversion a .nav_en{
        font-size: 17px;
    }
    .h_conversion a .nav_jp{
        font-size: 12.5px;
    }
    .h_conversion a.h_conversion_tel{
      width: 14%;
      background-color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .h_conversion a.h_conversion_tel img{
      width: 20px;
      height: auto;
    }


}


/* h_reserveSP */
@media all and (min-width:681px) {
}
@media all and (max-width:680px) {
  .h_reserveSP {
    width: 90px;
    height: 45px;
    position: fixed;
    z-index: 110;
    top: 0;
    right: 45px;
  }
  .open .h_reserveSP {
    z-index: 8;
  }
  .h_reserveSP .link1 {
    width: 100%;
    height: 45px;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .h_reserveSP .link1 .nav_en {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .h_reserveSP .link1 .nav_jp {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .h_reserveSP .link1.on .nav_en,
  .h_reserveSP .link1.on .nav_jp {
    display: none;
  }
  .h_reserveSP .link1.on::before,
  .h_reserveSP .link1.on::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    display: block;
    width: 22px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
  }
  .h_reserveSP .link1.on::before {
    transform: translateY(-50%) rotate(-45deg);
  }
  .h_reserveSP .link1.on::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .h_reserveSP .subNav {
    display: none;
    width: 100vw;
    position: fixed;
    top: 45px;
    left: 0;
  }
  .h_reserveSP  .subNav .ul2 .li2+.li2 {
    border-top: 1px solid #646464;
  }
  .h_reserveSP  .subNav .ul2 .li2 a {
    display: flex;
    width: 100%;
    height: 96px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000;
    position: relative;
  }
  .h_reserveSP  .subNav .ul2 .li2 a span {
    height: 37.55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h_reserveSP  .subNav .ul2 .li2 a span img {
    width: auto;
    height: 100%;
    flex-shrink: 0;
    display: block;
  }
  .h_reserveSP  .subNav .ul2 .li2 a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    pointer-events: none;
    right: 45px;
    bottom: 20px;
    transition: border 0.3s ease;
    transform: rotate(-45deg);
  }
}



/* content
***************************************************************/
.inner{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec{
  padding-top: 100px;
  padding-bottom: 100px;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .inner{
    min-width: 1150px;
    max-width: 1150px;
  }
}
@media all and (max-width:680px) {
  .inner{
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
  }
  .sec{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/*////////////////////////// accessWrap //////////////////////////*/
.accessWrap .inner > picture{
  display: block;
}
@media all and (min-width: 681px) {}

@media all and (max-width:680px) {}




/*////////////////////////// foot //////////////////////////*/
.foot{
  width: 100%;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}
.foot_logo{
  width: 252px;
}
.foot_logo .logo02{
  margin-top: 40px;
}
.foot_nav .li_home{
  margin-left: auto;
  position: relative;
}
.foot_nav a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot_nav .nav_en{
  font-size: 17px;
}
.foot_nav .nav_jp{
  font-size: 12px;
}

.link_mito,
.link_tsukuba {
  width: 370px;
  display: block;
}
.link_comingsoon1{
  width: 370px;
  display: block;
}
.link_mito span,
.link_tsukuba span{
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.link_mito span::before,
.link_tsukuba span::before {
  content: '';
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  position: absolute;
}
.link_mito span::before{
  background: url(../../files_sub/img/common/foot_link_img.jpg) center / cover no-repeat;
}
.link_tsukuba span::before{
  background: url(../../files_sub/img/common/foot_link_tsukuba_img.jpg) center / cover no-repeat;
}
.link_mito span::after,
.link_tsukuba span::after{
  content: '';
  width: 30px;
  height: 30px;
  background: url(../../files_sub/img/common/foot_link_arrow.svg) center / 100% no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.link_mito img,
.link_tsukuba img{
  width: 170px;
  z-index: 1;
}
.link_mito p,
.link_tsukuba p,
.link_comingsoon1 p{
  font-size: 14px;
  margin-top: 5px;
}

.co_link{
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
.co_link::before{
  content: '';
  width: 22px;
  height: 19px;
  background: url(../../files_sub/img/common/foot_link_icon.svg) center / 100% no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.copy{
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-left: auto;
}
@media all and (min-width: 681px) {
  .pagetop:hover{
    opacity: 0.6;
  }
  .foot .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .foot_link_wrap{
    width: 770px;
  }
  .foot_nav,
  .foot_nav ul{
    display: flex;
    position: relative;
  }
  /* .foot_nav ul::after{
    content: '';
    width: 1px;
    height: 32px;
    background-color: #000;
    position: absolute;
    right: -60px;
    top: calc(50% - 16px);
  } */
  .foot_nav ul li + li{
    margin-left: 55px;
  }
  .foot_nav a:hover{
    opacity: 0.6;
  }
  .other_btn_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .link_mito:hover span::before,
  .link_tsukuba:hover span::before{
    transform: scale(1.2);
  }
  .other_btn a.event:hover{
    background-color: #ebebeb;
  }
  .other_btn a.reserve:hover{
    background-color: #ebebeb;
    color: #aa9664;
  }

  .other_btn{
    width: 300px;
  }
  .other_btn a{
    width: 100%;
    height: 72.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .other_btn a.event{
    background-color: #B4A573;
  }
  .other_btn a.reserve{
    background-color: #000000;
    color: #fff;
  }
  .other_btn .nav_en{
    font-size: 17px;
  }
  .other_btn .nav_jp{
    font-size: 12px;
  }

  .foot_under{
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 55px;
  }
  .co_link:hover{
    opacity: 0.6;
  }

}

@media all and (max-width:680px) {
  .foot{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .foot_logo{
    width: 183px;
    margin-left: auto;
    margin-right: auto;
  }
  .foot_logo .logo02{
    margin-top: 20px;
  }
  .foot_nav .li_home{
    width: 84vw;
    height: 65px;
    background-color: #000;
    border-radius: 5px;
    margin-right: auto;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  .foot_nav .li_home::after{
    content: '';
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: calc(50% - 105px);
    top: calc(50% - 5px);
  }
  .foot_nav .li_home .nav_en{
    font-size: 22.5px;
  }
  .foot_nav .li_home .nav_jp{
    font-size: 15px;
  }

  .foot_nav .nav_en{
    font-size: 22.5px;
  }
  .foot_nav .nav_jp{
    font-size: 15px;
  }
  .other_btn_wrap{
    width: 84vw;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .other_btn_wrap a + a {
    margin-top: 35px;
  }
  .link_mito,
  .link_tsukuba{
    width: 84vw;
  }
  .link_comingsoon1{
    width: 84vw;
  }
  a + .link_comingsoon1{
    margin-top: 35px;
  }
  .link_mito span,
  .link_tsukuba span{
    width: 100%;
    height: 124px;
  }
  .link_mito img,
  .link_tsukuba img{
    width: 145px;
  }
  .link_mito p,
  .link_tsukuba p,
  .link_comingsoon1 p{
    font-size: 13px;
  }
  .link_mito span::before{
    background: url(../../files_sub/img/common/foot_link_mito_img_sp.jpg) center / cover no-repeat;
  }

  .foot_under{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .co_link{
    font-size: 13px;
    padding-left: 25px;
    margin-top: 50px;
  }
  .co_link::before{
    width: 20px;
    height: 17px;
    top: calc(50% - 9px);
  }
  .copy{
    font-size: 10px;
    margin-left: initial;
    margin-top: 40px;
    text-align: center;
  }

}


/* headTtl_wrap
***************************************************************/
.headTtl_wrap{
	padding-top: 200px;
	padding-bottom: 125px;
}
.head_ttl{
	display: flex;
	flex-direction: column;
}
.head_ttl .en{
	font-size: 96px;
	letter-spacing: 0.05em;
}
.head_ttl .ja{
	font-size: 22px;
	font-weight: 500;
	margin-top: 20px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .headTtl_wrap{
		padding-top: 90px;
		padding-bottom: 60px;
	}
	.head_ttl .en{
		font-size: 39px;
	}
	.head_ttl .ja{
		font-size: 15px;
		letter-spacing: 0.1em;
		margin-top: 10px;
	}
}
@media all and (max-width: 370px) {
}


/* ruby
***************************************************************/
.ruby {
  display: inline-block;
  position: relative;
}
.ruby .rt {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  word-break: keep-all;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .ruby .rt {
    top:-10px;
    transform: scale(.8)
  }
  .ruby .rt.l1 {
    left: -0.5em;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
