@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@300;400;500&family=Lato:wght@100;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.address_tel{
  font-size: 23px;
  font-weight: bold;
  margin-left: 0.25em;
}
.access_txt .address .address_02{
  font-size: 14px;
}
.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;
}
.access_txtWrap .root dl dd .dd_inner {
  display: flex;
}

.tsukuba .access_txt .name img{
  width: 363px;
  margin-right: 12px;
}
.tsukuba .access_txtWrap .root {
  padding-left: 23px;
  padding-right: 23px;
}

@media all and (min-width: 681px) {
  .accessWrap{
    padding-top: 100px;
  }
  .access_txt .address span.address_tel {
      margin-bottom: -4px;
      margin-top: 2px;
      display: inline-block;
      line-height: 1;
  }
  .gmap_link1:hover {
    background-color: #c8b982;
  }
  .tsukuba .gmap_link1:hover {
    background-color: #b4c396;
  }
}
@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.address_tel {
      font-size: 17px;
      margin-bottom: -4px;
      margin-top: 2px;
      display: inline-block;
      line-height: 1;
  }
  .access_txt .address .address_02{
    font-size: 12px;
  }
  .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) {}




/* ヘッダーエリア
***************************************************************/

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: clamp(250px ,22vw ,302px);
    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%;
    left: 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: block;
    width: auto;
    padding: 11.5px 15px;
    color: #fff;
    position: relative;
}
header .gNav .subNav .ul2 .li2 a span {
    width: 230px;
    display: block;
}
@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 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;
        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.tsukuba .gNav .subNav .ul2 .li2 a:hover {
      background-color: #b6ce78;
  }

}

@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;
    }
    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: 36px;
      width: auto;
    }

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

    header.tsukuba .gNav {
      background-color: #d2dcaa;
    }

    .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;
    }

    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 #000;
      border-right: 2px solid #000;
      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 {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 13.6px 15px;
  }
    header .gNav .subNav .ul2 .li2 a span {
        width: 278px;
    }

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

    .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: #FFF;
/*        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;
}

.tsukuba .h_conversion a.h_conversion_event {
  background-color: #96aa6e;
  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: #EBEBEB;
  }
  .h_conversion a.h_conversion_reserve:hover {
    background-color: #EBEBEB;
    color: #AA9664;
  }
  .tsukuba .h_conversion a.h_conversion_event:hover {
    color: #96aa6e;
  }
  .tsukuba .h_conversion a.h_conversion_reserve:hover {
    color: #96aa6e;
  }
}

@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;
        letter-spacing: 0;
    }
    .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;
    }


}




/* 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: calc(((100% - 1150px) / 2) + 1150px);
  background-color: #E6E1C8;
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}
.pagetop{
  width: 21px;
  position: absolute;
  bottom: 75px;
  right: -95px;
}
.foot_logo{
  width: 252px;
}
.foot_logo .logo02{
  margin-top: 30px;
}
.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_tsukuba{
  width: 370px;
  display: block;
}
.link_comingsoon1{
  width: 370px;
  display: block;
}
.link_tsukuba span{
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.link_tsukuba span::before{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/common/foot_link_tsukuba_img.jpg) center / cover no-repeat;
  transition: 0.5s ease;
  position: absolute;
}
.link_tsukuba span::after{
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/common/foot_link_arrow.svg) center / 100% no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.link_tsukuba img{
  width: 170px;
  z-index: 1;
}
.link_tsukuba p,
.link_mito p,
.link_tx p,
.link_comingsoon1 p{
  font-size: 14px;
  margin-top: 5px;
}
.link_tx p {
  line-height: 1.4;
}
.link_mito{
  width: 370px;
  display: block;
}
.link_mito span{
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.link_mito span::before{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/common/foot_link_mito_img.jpg) center / cover no-repeat;
  transition: 0.5s ease;
  position: absolute;
}
.link_mito span::after{
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/common/foot_link_arrow.svg) center / 100% no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.link_mito img{
  width: 170px;
  z-index: 1;
}

.link_tx{
  width: 370px;
  display: block;
}
.link_tx span{
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.link_tx span::before{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/common/foot_link_tx_img.jpg) center / cover no-repeat;
  transition: 0.5s ease;
  position: absolute;
}
.link_tx span::after{
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/common/foot_link_arrow.svg) center / 100% no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.link_tx img{
  width: 170px;
  z-index: 1;
}

.co_link{
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
.co_link::before{
  content: '';
  width: 22px;
  height: 19px;
  background: url(../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;
}

.foot.tsukuba {
  background-color: #d2dcaa;
}

.foot.tsukuba .link_mito,
.foot.tsukuba .link_tsukuba,
.foot.tsukuba .link_tx {
  width: 240px;
}

@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: 700px;
  }
  .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_tsukuba:hover span::before{
    transform: scale(1.2);
  }
  .link_mito:hover span::before{
    transform: scale(1.2);
  }
  .link_tx:hover span::before{
    transform: scale(1.2);
  }
  .other_btn a.reserve:hover{
    background-color: #ebebeb;
    color: #aa9664;
  }
  .foot.tsukuba .other_btn a.event:hover {
    color: #96aa6e;
  }
  .foot.tsukuba .other_btn a.reserve:hover {
    color: #96aa6e;
  }

  .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.tsukuba .other_btn {
    width: 180px;
  }
  .foot.tsukuba .other_btn a.event{
    background-color: #96aa6e;
    color: #fff;
  }

  .other_btn a.event:hover,
  .foot.tsukuba .other_btn a.event:hover{
    background-color: #ebebeb;
  }

  .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: 100px;
  }
  .pagetop{
    width: 15px;
    bottom: 100px;
    right: 4%;
  }
  .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: 25px;
  }
  .link_tsukuba,
  .link_mito,
  .link_tx {
    width: 84vw;
  }
  .link_comingsoon1{
    width: 84vw;
  }
  a + .link_comingsoon1{
    margin-top: 35px;
  }
  .link_tsukuba span,
  .link_mito span,
  .link_tx span{
    width: 100%;
    height: 124px;
  }
  .link_tsukuba img,
  .link_mito img,
  .link_tx img{
    width: 145px;
  }
  .link_tsukuba p,
  .link_mito p,
  .link_tx p,
  .link_comingsoon1 p{
    font-size: 13px;
  }

  .foot.tsukuba .link_mito,
  .foot.tsukuba .link_tsukuba,
  .foot.tsukuba .link_tx {
    width: 84vw;
  }

  .link_mito span::before{
    background: url(../img/common/foot_link_mito_img_sp.jpg) center / cover no-repeat;
  }
  .link_tx span::before{
    background: url(../img/common/foot_link_tx_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;
  }

}


/*////////////////////////// intro banner //////////////////////////*/

.intro_banner {
	padding: 100px 0;
}
.intro_banner02 {
	padding: 150px 0 50px;
}
.intro_banner a {
	display: block;
}
.intro_banner .intro_banner_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 600px;
	height: 220px;
	border: 2px solid #fff;
	border-radius: 20px;
	margin: -110px auto 0;
	background: #000;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.intro_banner .intro_banner_btn i {
	display: block;
	position: absolute;
	width: 25px;
	right: 28px;
	bottom: 28px;
}

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

}

@media all and (max-width:680px) {
	.intro_banner {
		padding: 50px 0;
	}
	.intro_banner02 {
		padding: 75px 0 0;
	}
	.intro_banner .inner {
		margin: 0;
	}
	.intro_banner .intro_banner_btn {
		width: 84%;
		height: 115px;
		border-radius: 12px;
		margin-top: -57px;
		font-size: 15px;
		border-width: 1px;
	}
	.intro_banner .intro_banner_btn i {
		width: 13px;
		right: 15px;
		bottom: 15px;
	}
}


/*////////////////////////// aaaa //////////////////////////*/

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

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


/*////////////////////////// aaaa //////////////////////////*/

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

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