@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #474447;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif, 'Libre Baskerville', serif, 'Alex Brush', cursive;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #474447;
	text-decoration: none;
}

/*---------------------
*utility
---------------------*/
.img-pc{
	display: none;
}
.text-center{
	text-align: center;
}
.main{
	max-width: 640px;
	margin: auto;
	overflow: hidden;
}
.wrap{
	padding: 0 20px;
}
/*---------------------
*header
---------------------*/
.logo-black{
	width: 45%;
	height: auto;
	margin: auto;
}
.navigation{
	background-color: rgba(255,255,255,0.90);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding:80px 0 40px;
	transition: all 0.5s;
	transform: translateX(-1000px);
	text-align: center;
	z-index: 100;
}
.navigation.open{
	transition: all 0.5s;
	transform: translateX(0);
}
.nav-list{
	font-family: 'Libre Baskerville';
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.nav-item{
	margin-top: 50px;
}

/*---------------------
*button
---------------------*/
.underlayer{
	width: 480px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	transition:  0.5s;
	z-index: 150;
}
.underlayer>.logo-black{
	width: 40%;
	height: auto;
	margin: 15px;
	transition: 0.5s;
	opacity: 0;
}
/*スクロールでspロゴを表示*/
.underlayer.on{
	background-color: rgba(255,255,255,1);
}
.underlayer>.logo-black.on{
	opacity: 1;
}
/*//スクロールでspロゴを表示*/
.btn{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: 76%;
	z-index: 150;
	background: none;
	border: none;
}
.btn-trigger,
.btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.btn-trigger {
	position: relative;
	top: 0;
	left: 34px;
	width: 36px;
	height: 34px;
}
.btn-trigger span.chgcolor{
	background-color: #474447;
}
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.btn-trigger span:nth-of-type(1) {
	top: 3px;
}
.btn-trigger span:nth-of-type(2) {
	top: 15px;
}
.btn-trigger span:nth-of-type(3) {
	bottom: 3px;
}
/*button-close*/
.btn-trigger.active span:nth-of-type(1) {
  	transform: translateY(10px) rotate(-45deg);
	background-color: #474447;
}
.btn-trigger.active span:nth-of-type(2) {
  	opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  	transform: translateY(-15px) rotate(45deg);
	background-color: #474447;
}
/*---------------------
*hero-imade
---------------------*/
.header-area{
	position: relative;
}
.access-title-set{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.access-title{
	font-family: 'Alex Brush';
	font-size: 5rem;
}
.access-title-set>.access-title::after{
	content: "";
	display: block;
	width: 170px;
	height: 2px;
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.access-subtitle{
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.hero-image-sp{
	background-image: url("../../access/access-images/access_header_sp.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	z-index: -1;
}
/*---------------------
*summary
---------------------*/
.main{
	padding: 60px 20px;
}
.access-logo{
	width: 70%;
	margin: auto;
}
.access-summary-list{
	font-size: 1.4rem;
	line-height: 22px;
	letter-spacing: 0.06em;
	padding-top: 40px;
	width: 335px;
	margin: auto;
}
.access-summary-title{
	float: left;
	clear:left;
	width: 90px;
	margin-right: 20px;
}
.access-summary-txt{
	float: left;
	max-width: 216px;
}
.access-tree-pic{
	clear: left;
	padding-top: 40px;
}
.access-tree-pic::after{
	content: ' ';
	background-color: #879a86;
	display: block;
	width: 50px;
	height: 3px;
	margin: 20px 0 60px;
}
/*---------------------
*common
---------------------*/
.contents{
	margin-top: 80px;
}
.contents-title{
	font-family: 'Libre Baskerville', serif;
	font-size: 3rem;
	letter-spacing: 0.2em;
}
/*---------------------
*map
---------------------*/
.google-map{
	margin-top: 40px;
}
.how-to-access{
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.14em;
	padding-top: 40px;
}
.icon-green{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	margin-right: 10px;
}
.icon-green img{
	margin-bottom: -2px;
}
.train-title::after{
	content: ' ';
	background-color: #879a86;
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 3px;
}
.train-txt{
	margin: 14px 0 0 30px;
}
.train-txt span{
	font-size: 2.2rem;
	color: #879a86;
	margin: 0 2px;
}
.car-title{
	margin-top: 40px;
}
.car-title::after{
	content: ' ';
	background-color: #879a86;
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 3px;
}
.car-txt{
	margin: 18px 0 0 30px;
}
.car-txt span{
	font-size: 2.2rem;
	color: #879a86;
	margin: 0 2px;
}
.car-txt:last-of-type::after{
	content: ' ';
	background-color: #879a86;
	display: block;
	width: 50px;
	height: 3px;
	margin: 20px 0 60px -30px;
}
/*---------------------
*parking
---------------------*/
.parking-map{
	margin-top: 40px;
}
.parking-txt{
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.06em;
	margin-top: 40px;
}
.parking-txt:nth-of-type(2){
	margin-top: 20px;
}

.parking-txt-sub{
	color: #9B9795;
	font-size: 1rem;
	line-height: 1.2em;
	min-width: 335px;
	margin-top: 10px;
}
.parking-txt-sub::after{
	content: ' ';
	background-color: #879a86;
	display: block;
	width: 50px;
	height: 3px;
	margin: 20px 0 60px;
}
/*---------------------
*footer
---------------------*/
.footer{
	padding: 40px 16px 30px;
	background-color: #f3f3f3;
}
.footer-logo-black{
	width: 70%;
	margin: auto;
}
.summary{
	max-width: 320px;
	margin: auto;
}
.summary-list{
	font-size: 1.4rem;
	line-height: 24px;
	padding-top: 40px;
	width: 314px;
	margin: auto;
}
.summary-title{
	float: left;
	clear:left;
	width: 80px;	
}
.summary-txt{
	float: left;
	width: 180px;
	margin-left: 20px;
}
.footer-follow{
	clear: left;
	padding-top: 40px;
}
.footer-icon{
	font-size: 2.4rem;
}
.footer-icon-txt{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 10px;
	line-height: 25px;
}
.footer-nav{
	padding: 40px 0 10px;
}
.footer-nav-item{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.8rem;
	margin-top: 16px;
}
.footer-nav-item:nth-of-type(1){
	margin-top: 0;
}
.request-txt{
	color: #9B9795;
	font-size: 0.8rem;
	line-height: 1.2rem;
	width: 320px;
	margin: 20px auto 0;
}
.copy{
	font-size: 1rem;
	margin: auto;
	padding-top: 20px;
}
.pagetop-btn{
	font-size: 2rem;
	position: fixed;
	bottom: 10px;
	right: 0%;
}
.pagetop-btn a {
    display: block;
    text-decoration: none;
    color: #474447;
    background:rgba(170,169,169,0.30);
	padding: 10px;
    text-align: center;
    outline: none;
}
.pagetop-btn a :hover {
    text-decoration: none; 
    animation: arrow .4s;	
}


@media screen and (min-width:481px){
/*---------------------
*lording
---------------------*/
.loading {
	top: 50%;
	left: 98%;
}
/*---------------------
*button
---------------------*/
.underlayer{
	width: 960px;
}
.underlayer>.logo-black{
	width: 18%;
}
.btn-trigger {
	left: 60px;
	width: 36px;
	height: 34px;
}
/*---------------------
*utility
---------------------*/
.main{
	max-width: 481px
}	
}


@media screen and (min-width:601px){

/*---------------------
*lording
---------------------*/
.loading {
	left: 88%;
}
/*---------------------
*button
---------------------*/
.btn-trigger {
	left: 84px;
	width: 40px;
	height: 40px;
}

.btn-trigger span:nth-of-type(2) {
	top: 19px;
}
/*button-close*/
.btn-trigger.active span:nth-of-type(1) {
  	transform: translateY(14px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(3) {
  	transform: translateY(-16px) rotate(45deg);
}	
}

@media screen and (min-width:751px){
	
/*---------------------
*lording
---------------------*/
.loading {
	left: 80%;
}
/*---------------------
*button
---------------------*/
.btn-trigger {
	left: 114px;
}	
}


@media screen and (min-width:961px){

a[href^="tel:"]{
    pointer-events: none;
}
/*---------------------
*lording
---------------------*/
.loading {
    position: absolute;
    top: 50%;
    left: 74%;
	width: 50%;
}	
/*---------------------
*utility
---------------------*/
.img-sp{
	display: none;
}
.img-pc{
	display: block;
}
.main{
	max-width: 961px;
}
.wrap{
	padding: 0;
}
.sp{
	display: none;
}
/*---------------------
*header
---------------------*/
.logo-black{
	width: 60%;
	display: inline-block;
	text-align: left;
	margin: 0;
}
.navigation{
	background-color: #fff;
	width: 100%;
	height: auto;
	padding:16px 30px 6px;
	transform:none;
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 100;
}
.nav-list{
	font-family: 'Libre Baskerville';
	font-size: 1.6rem;
	line-height: 16px;
	letter-spacing: 0.2em;
	display: flex;
}
.nav-item{
	margin-top: 0;
	margin-left: 30px;
	line-height: 46px;
	position: relative;
}
.nav-item:nth-of-type(1){
		margin-left: 0;
}
.nav-item:last-of-type{
		font-size: 2.8rem
}
.nav-item.on-page{
	color: #A9A6A9;
}
.nav-item.on-page a{
	color: #A9A6A9;
}
/*under-line*/
.nav-item::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: ' ';
  width: 100%;
  height: 2px;
  background: #474447;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.nav-item:hover::after {
  transform: scale(1, 1);
}
/*/under-line*/
.hero-image{
	width: 100%;
}
.img-pc-box{
	width: 100vw;
	height: 100vh;
	margin-top: 68px;
	overflow: hidden;
	position: relative;

}
.logo-white{
	width: 40%;
	z-index: 10;
}	

/*---------------------
*button
---------------------*/	
.btn{
	display: none;
}
/*---------------------
*hero-imade
---------------------*/
.access-title{
	font-size: 8.6rem;
}
.access-title-set>.access-title::after{
	width: 300px;
	height: 3px;
	margin-bottom: 20px;
}
.access-subtitle{
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.hero-image-sp{
	display: none;
}
.hero-image-pc{
	background-image:url("../../access/access-images/access_header_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	margin-top: 82.09px;
}
/*---------------------
*summary
---------------------*/
.main{
	padding: 120px 80px;
}
.summary-pc-position{
	display: flex;
}	
.access-logo{
	width: 55%;
	margin: 0;
}
.access-summary-list{
	font-size: 1.6rem;
	line-height: 32px;
	padding-top: 30px;
	width: 380px;
}
.access-summary-title{
	width: 92px;
	margin-right: 40px;
}
.access-summary-txt{
	max-width: 310px;
}
.access-tree-pic{
	margin: 6px 0 0 40px;
	width: 48%;
}
.access-tree-pic::after{
	width: 100px;
	height: 6px;
	margin: 30px 0 60px -420px;
}
/*---------------------
*common
---------------------*/
.contents{
	margin-top: 80px;
}
.contents-title{
	font-size: 4.2rem;
}
/*---------------------
*map
---------------------*/
.google-map{
	margin-top: 80px;
}
.how-to-access{
	font-size: 1.6rem;
    line-height: 26px;
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}
.icon-green{
	width: 16px;
	height: 16px;
	margin-left: 8px;
	margin-right: 10px;
}
.train{
	width: 500px;
}
.train-title::after{
	margin-top: 6px;
}
.train-txt{
	margin: 20px 0 0 32px;
}
.train-txt span{
	font-size: 2.4rem;
	margin: 0 4px;
}
.train-txt:last-of-type::after{
	content: ' ';
	background-color: #879a86;
	display: block;
	width: 100px;
	height: 6px;
	margin: 60px 0 60px -50px;
}
.car{
	margin-left: 120px;
	width: 500px;
}
.car-title{
	margin-top: 0;
}
.car-title::after{
	margin-top: 6px;
}
.car-txt{
	margin: 18px 0 0 32px;
}
.car-txt:last-of-type{
	margin-top: 30px;
}
.car-txt span{
	font-size: 2.4rem;
	margin: 0 4px;
}
.car-txt:last-of-type::after{
	display: none;
}	
/*---------------------
*parking
---------------------*/
.parking-map{
	margin-top: 80px;
	width: 100%;	
}
.parking-pc-position{
	display: flex;
}
.parking-txt{
	font-size: 1.6rem;
    line-height: 30px;
    margin: 94px 0 0 60px;
}
.parking-txt:nth-of-type(2){
	margin-top: 12px;
}
.parking-txt-sub{
    font-size: 1.2rem;
    line-height: 1.4em;
    margin: 12px 0 0 60px;
}
.parking-txt-sub::after{
	width: 100px;
	height: 6px;
	margin: 140px 0 60px -428px;
	}
/*---------------------
*footer
---------------------*/	
.footer{
	margin-top: 80px;
	padding: 50px 80px 30px;
}
.summary{
	display: flex;
	justify-content: space-around;
	max-width: 860px;
	margin: auto;
}
.summary-list{
	width: 400px;
	font-size: 1.8rem;
	line-height: 40px;
	padding-top: 52px;
	margin: 0;
}
.summary-list>dd:nth-of-type(1){
	display: block;
	margin-bottom: 46px;
	margin-left: 0;
	width: 400px;
	line-height: 20px;
}
.summary-title{
	width: 100px;
}
.summary-txt{
	width: 270px;
}
.summary-item{
	margin-top: 16px;
}
.summary-item:nth-of-type(2){
	margin-top: 50px;
}
.footer-follow{
	padding-top: 50px;
}
.footer-icon{
	font-size: 3rem;
}
.footer-icon-txt{
	font-size: 1.8rem;
	margin-left: 20px;
	line-height: 30px;
}
.footer-nav{
	padding: 76px 0 68px;
}
.footer-nav-item{
	margin-top: 16px;
	transition: transform .3s;
}
.footer-nav-item a:hover{
	color: #969096;
}
.request-txt {
    font-size: 1.2rem;
    line-height: 1.6rem;
    width: 754px;
    margin: 0px auto 20px;
}
.copy{
	font-size: 1.4rem;
	text-align: center;
}
.pagetop-btn{
	font-size: 3rem;
	bottom: 30px;
}
.pagetop-btn a {
	padding: 30px;
}	
	
}


@media screen and (min-width:1366px){

/*---------------------
*lording
---------------------*/
.loading {
    position: absolute;
    top: 50%;
    left: 65%;
	width: 50%;
}
/*---------------------
*utility
---------------------*/
.main{
	max-width: 1366px;
}

/*---------------------
*summary
---------------------*/
.main{
	padding: 180px 120px;
}
	
.access-logo{
	width: 100%;
}
.access-summary-list{
	font-size: 2rem;
	line-height: 44px;
	width: 500px;
}
.access-summary-title{
	width: 120px;
}
.access-tree-pic{
	margin: 20px 0 0 60px;
}
.access-tree-pic::after{
	margin: 30px 0 60px -560px;
}
/*---------------------
*common
---------------------*/
.contents{
	margin-top: 120px;
}
.contents-title{
	font-size: 4.8rem;
}
/*---------------------
*map
---------------------*/
.google-map{
	margin-top: 80px;
}
.how-to-access{
	font-size: 2rem;
	line-height: 36px;
}
.icon-green{
	width: 20px;
	height: 20px;
	margin-right: 20px;
}
.train-txt{
	margin: 20px 0 0 50px;
}
.train-txt span{
	font-size: 2.8rem;
	margin: 0 4px;
}
.train-txt:last-of-type::after{
	height: 6px;
	margin: 60px 0 60px -50px;
}
.car-title{
	margin-top: 0;
}
.car-txt{
	margin: 18px 0 0 50px;
}
.car-txt:last-of-type{
	margin-top: 48px;
}
.car-txt span{
	font-size: 2.8rem;
	margin: 0 4px;
}
/*---------------------
*parking
---------------------*/
.parking-map{
	width: 90%;	
}
.parking-txt{
	font-size: 2rem;
	line-height: 36px;
	margin: 126px 0 0 100px;
}
.parking-txt-sub{
    font-size: 1.4rem;
    margin: 16px 0 0 102px;
}
.parking-txt-sub::after{
	margin: 140px 0 60px -615px;
}
/*---------------------
*footer
---------------------*/	
.footer{
	margin-top: 0;
	padding: 50px 240px 30px;
}
.request-txt {
    width: 764px;
}
}

/*---------------------
/*---------------------
/*---------------------
*lording
---------------------*/	
@-webkit-keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill: #fff;
}
}
@keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill:#fff;
}
}