@charset "UTF-8";
*{
  letter-spacing: 2px;
  font-family: "Sawarabi Gothic", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo" !important;
}
a:hover{
  opacity: 0.5;
  text-decoration: none;
}
.pc{
  display: none;
}
@media screen and (min-width:768px){
  .sp{
      display: none;
  }
  .pc{
    display: block;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
*:focus {
  outline: none;
}
.float{
	opacity: 0;
	transform: translate(0,80px);
	transition: all 800ms;

}
.float.scrollin{
	opacity: 1;
	transform: translate(0,0);
	display: block;
  z-index: 1;
}
.float_slow{
	opacity: 0;
	transform: translate(0,80px);
	transition: all 1600ms;
}
.float_slow.scrollin{
	opacity: 1;
	transform: translate(0,0);
	display: block;
  height: auto;
}
header{
  margin: auto;
  text-align: center;
}
h1{
  width: 28vw;
  z-index: 3;
  text-align: center;
  display: block;
  margin: 3vh auto 0;
}
@media screen and (min-width:768px){
  h1{
    width: 150px;
    margin: 40px auto 0;
  }
}
h1 a{
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px){
  .t_menu{
    font-family: "游ゴシック, YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "MS Ｐゴシック";
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 36px;
    right: 100px;
    letter-spacing: .5px;
  }
  .pc_seach a{
    background: #E07634;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 3vw;
    position: absolute;
    top: 100px;
    right: 40px;
  }
  .rtop a{
    background: #D5D5D5;
    color: #000;
  }
}
.sp_seach a{
  background: #434343;
  color: #fff;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  width: 60vw;
  display: block;
  text-align: center;
  z-index: 1;
  margin: -20px auto 0;
  position: absolute;
  left: 0;
  right: 0;
}



/* ナビゲーション */
.global-navi {
  top: 0;
  right: 0;
  width: 100%;
  position: fixed;
}
.global-navi .logo{
  width: 28vw;
  margin: auto;
}
#nav_wrapper{
  width: 100%;
  height: 100%;
}
#nav_wrapper nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding-top: 3vh;
  background:rgba(255,255,255,1);
  font-size: 16px;
  box-sizing: border-box;
  z-index: 99;
}
#nav_wrapper nav ul{
  margin-top: 80px;
  align-items: center;
}

#nav_wrapper nav ul li {
  display:block;
  padding: 14px 20px 20px;
}

#nav_wrapper nav ul li a {
  text-decoration: none;
  color: #2C2C2C;
  display: block;
  margin: auto;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 3px;
  font-size: 1.4rem;
}
#nav_wrapper nav ul li.or a{
  background: #E07634;
  color: #fff;
  width: 50vw;
  height: 35px;
  line-height: 35px;
  margin-bottom: 40px;
}
#nav_wrapper nav ul li.or a:hover{
  color: #fff !important;
  opacity: .5;
}
#nav_wrapper nav ul li.re_top a{
  margin-top: 50px;
  position: relative;
  display: inline-block;
}
#nav_wrapper nav ul li.re_top a:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -5px;
  transform: rotate(-135deg);
}
@media screen and (min-width:768px){
  #nav_wrapper nav {
    padding-top: 40px;
  }
  .global-navi .logo{
    width: 150px;
    margin: 0 auto 0;
  }

  #nav_wrapper nav ul > li a.bk:after{
    background: #2C2C2C;
  }
  .is-animation {
    background-color: rgba(255, 255, 255, .9);
    height: 70px;
    margin-top: 0 !important;
    padding-top: 20px;
    transition-duration:.5s;
  }
  #nav_wrapper nav ul li a{
    font-size: 1.3rem;
    font-weight: normal;
    position: relative;
    display: inline-block;
    letter-spacing: 4px;
    }
    #nav_wrapper nav ul li.on a{
      color: #6F9AAD;
    }
    #nav_wrapper nav ul li.or a{
      color: #fff;
      width: 18vw;
    }
    #nav_wrapper nav ul li.re_top a:before{
      width: 8px;
      height: 8px;
      margin-top: -4px;
    }
    #nav_wrapper nav ul li a:hover{
      text-decoration: none;
      color: #6F9AAD !important;
      opacity: 1;
    }
}

.btn-gnavi {
position: fixed;
width: 40px;
height: 44px;
cursor: pointer;
right: 40px;
top: 40px;
z-index: 100;
}
.btn-gnavi span {
position: absolute;
right: 0;
width: 100%;
height: 1px;
background-color: #000;
border-radius: 4px;
z-index: 3;
}
.btn-gnavi span.bk_bg{
background-color: #2C2C2C;
}
.btn-gnavi, .btn-gnavi span {
display: inline-block;
transition: all .5s;
box-sizing: border-box;
}
.btn-gnavi span:nth-of-type(1) {
top: 0;
}
.btn-gnavi span:nth-of-type(2) {
top: 10px;
}
.btn-gnavi span:nth-of-type(3) {
bottom: 22px;
}
.btn-gnavi.open span{
background-color: #2C2C2C;
}
.btn-gnavi.open span:nth-of-type(1) {
-webkit-transform: translateY(20px) rotate(-315deg);
transform: translateY(20px) rotate(-315deg);
top: -7px;
}
.btn-gnavi.open span:nth-of-type(2) {
opacity: 0;
}
.btn-gnavi.open span:nth-of-type(3) {
-webkit-transform: translateY(-20px) rotate(315deg);
transform: translateY(-20px) rotate(315deg);
bottom: 10px;
}







#experiential{
  padding: 0px 0 500px;
  height: auto;
  text-align: center;
}
@media screen and (min-width:768px){
  #experiential{
    padding: 100px 0 0px;
    height: auto;
  }
}
#experiential p.text{
  margin:0 auto 20px;
  width: 80vw;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (min-width:768px){
  #experiential p.text{
    width: 85%;
  }
}








footer{
  background: #6F9AAD;
  padding: 30px 5vw 30px;
  color: #fff;
}

@media screen and (min-width:768px){
  footer{
    padding: 50px 0 40px;
  }
  footer > div{
    width: 70%;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  footer > div > ul{
    width: 60%;
  }
  footer > div > div{
    /* border-right: 2px dotted #fff; */
    /* padding-right: 20%; */
    margin-right: 3%;
  }
}
footer .name{
  font-size: 1.7rem;
  margin: 0 auto 0px;
  text-align: center;
}
@media screen and (min-width:768px){
  footer .name{
    font-size: 1.5rem;
    text-align: left;
  }
}
footer .day{
  font-size: 1.4rem;
  margin: 15px auto;
  text-align: center;
}
@media screen and (min-width:768px){
  footer .day{
    font-size: 1.3rem;
    text-align: left;
  }
}
footer .address{
  font-size: 1.3rem;
  margin:3px auto 0;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width:768px){
  footer .address{
    font-size: 1.3rem;
    text-align: left;
  }
  footer .address span{
    width: 1em;
    display: inline-block;
  }
}

footer .sns {
  width: 17px;
  height: 17px;
  margin: 20px auto 0 auto;
  text-align: center;	
}

@media screen and (min-width:768px){
  footer .sns {  
  text-align: left;	  
  margin: 15px 0;	  
  }
}

	
	
footer ul{
  margin-bottom: 50px;
}
@media screen and (min-width:768px){
  footer ul{
    margin-bottom: 0;
  }
}
footer ul li a{
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: block;
}
footer .copy{
  text-align: center;
  margin: 70px auto 0;
  display: block;
}
@media screen and (min-width: 1024px){
  footer div ul{
    display: flex;
  }
  footer div ul li:first-child{
    margin-right: 3%;
  }
  footer .copy{
    font-size: 11px;
  }
}

 

/* 地図エリア */
.area {
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .area {
    /* padding-top: 124.8px; */
    /* height: 944px; */
    /* background-position: center top 32px;
    background-size: 1152px; */
    height: 960px;
    /* padding-top: 50px; */
  }
}
@media screen and (max-width: 767px) {
  .area {
    /* padding-top: 27.1794871795vw; */
    /* background-position: center top 10.2564102564vw;
    background-size: 369.2307692308vw; */
    height: 50vw;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .area .container {
    width: 81.5384615385vw;
  }
}
.area .area_map {
  position: absolute;

}
@media print, screen and (min-width: 768px) {
  .area .area_map {
    top: 120px;
    /* left: calc(50% - 78px); */
    background-image: url(../img/area_map.png);
    background-size: contain;
    transition-duration: 0.15s;
    left: calc(50% - 189px);
    background-repeat: no-repeat;
    /* padding: 0 200px; */
    margin-top: -60px;
  }
  .area .area_map.on1 {
    background-image: url(../img/area_map_on1.png);
    background-repeat: no-repeat;
  }
  .area .area_map.on2 {
    background-image: url(../img/area_map_on2.png);
    background-repeat: no-repeat;
  }
  .area .area_map.on3 {
    background-image: url(../img/area_map_on3.png);
    background-repeat: no-repeat;
  }
  .area .area_map.on4 {
    background-image: url(../img/area_map_on4.png);
    background-repeat: no-repeat;
  }
  .area .area_map.on5 {
    background-image: url(../img/area_map_on5.png);
    background-repeat: no-repeat;
  }
  .area .area_map img {
    opacity: 0;
    width: 388.8px;
    z-index: 1;
  }
}
/* @media print, screen and (min-width: 900px) {
  .area .area_map {
    left: calc(50% - 189px);
  }
}
@media print, screen and (min-width: 1400px) {
  .area .area_map {
    left: calc(50% - 189px);
  }
} */
@media screen and (max-width: 767px) {
  .area .area_map {
    /* top: 43.5897435897vw;
    left: 1.0256410256vw; */
    left: 0;
    right: 0;
    text-align: center;
    /* padding: 0 13vw; */
  }
  .area .area_map img {
    /* width: 86.6666666667vw;
    height: 144.6153846154vw; */
    /* width: 80vw; */
    width: 72vw;
    z-index: 1;
  }
  .spnotouch, map, area{
    pointer-events: none;
  }
}

.area .area_list li a {
  border-bottom: 1px solid #000000;
}
/* .area .area_list li a.on1 {
  background: #E07634;
} */

@media print, screen and (min-width: 768px) {
  .area .area_list li a {
    /* padding-right: 16px; */
    /* width: 262.4px; */
    /* height: 54.4px; */
    font-size: 15px;
    transition-duration: 0.15s;
    position: absolute;
    /* padding: 0 3vw; */
    text-align: center;
  }
  .area .area_list li a.area1{ 
    top:90px;
    left: 90px;
    width: 150px
  }
  .area .area_list li a.area2{ 
    top:220px;
    left: -45px;
    width: 150px
  }
  .area .area_list li a.area3{ 
    top:240px;
    left: 238px;
    width: 150px
  }
  .area .area_list li a.area4{ 
    top:382px;
    left: 361px;
    width: 150px
  }
  .area .area_list li a.area5{ 
    top:510px;
    left: -40px;
    width: 150px
  }
  .area .area_list li a:hover,.area .area_list li a.on1,.area .area_list li a.on2,.area .area_list li a.on3,.area .area_list li a.on4,.area .area_list li a.on5 {
    color: #E07634;
    border-bottom: 1px solid #E07634;
  }
}

@media screen and (max-width: 767px) {
  .area .area_list li a {
    position: absolute;
    /* width: 100%; */
    /* height: 13.8461538462vw; */
    font-size: 1.4rem;
    padding: 5vw 2vw 0;
  }
  .area .area_list li a:active {
    color: #E07634;
    border-bottom: 1px solid #E07634;
  }
  .area .area_list li a.area1{ 
    top:14vw;
    left: 29vw;
  }
  .area .area_list li a.area2{ 
    top:35vw;
    left: 8vw;
  }
  .area .area_list li a.area3{ 
    top:44vw;
    left: 50vw;
  }
  .area .area_list li a.area4{ 
    top:62vw;
    left: 58vw;
  }
  .area .area_list li a.area5{ 
    top:90vw;
    left: 9vw;
  }
  .map_list{
    margin-top: 20px;
  }
  .map_list li a{
    color: #E07634;
    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 12px;
    display: block;
    width: 60vw;  }
  .map_list li a:hover,.map_list li a.on1,.map_list li a:hover,.map_list li a.on2,.map_list li a:hover,.map_list li a.on3,.map_list li a:hover,.map_list li a.on4,.map_list li a:hover,.map_list li a.on5{
    background: #E07634;
    color: #fff;
  }
  .map_list li a:hover:after{
    width: 5vw;
    position: absolute;
    right: 0;
    top: 50px;
    height: 1px;
    color: #000000;
  }
}
.main-plan .main-plan .area .area_list li a, .area .area_list li .main-plan a {
  width: 100%;
}
.area_map .btn_list{

  display: block;
  margin: 80px auto 0;
  text-align: center;
}
.area_map .btn_list a{
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  background-color: #E07634;
  width: 200px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .area_map .btn_list a{
    padding: 0 60px;
    font-size: 15px;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
  }
}



.pagetop{
  position: fixed;
  right: 8vw;
  bottom: 45px;
  z-index: 1000;
  width: 10vw;
}
@media screen and (min-width:768px){
  .pagetop{
    right: 1vw;
    width: 2.5vw;
  }
}