@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   H1-wrap

--------------------------------------------------------------------------------------------- */
.access-h1-wrap{
	position: relative;
	width: 100%;
	padding: 0 7.5% 25px 7.5%;
}

.access-logo{
	float: left;
	width: 250px;
}
.access-logo img{
	width: 100%;
	height: auto;
}

.access-h1{
	float: right;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: normal;
	margin-top: 2.5%;
}

@media screen and (max-width:900px) {

.access-logo{
	width: 200px;
}
	
}

@media screen and (max-width:700px) {

.access-logo{
	margin-bottom: 25px;
}
	
}

@media screen and (max-width:500px) {

.access-logo{
	width: 150px;
}
	
}



/* ---------------------------------------------------------------------------------------------

   Visual-wrap

--------------------------------------------------------------------------------------------- */
.access-visual-wrap{
	width: 100%;
}

.slide {
	float: right;
  position: relative;
  width: 92.5%;
  height: 100vh;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

@media screen and (max-width:1280px) {

.slide {
  width: 96%;
  height: 75vh;
}
	
}

@media screen and (max-width:900px) {

.slide {
  width: 100%;
  height: 50vh;
}
	
}

@media screen and (max-width:700px) {

.slide {
  height: 42.5vh;
}
	
}

@media screen and (max-width:500px) {

.slide {
  height: 37.5vh;
}
	
}

.slide-image:nth-child(1) {
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  animation-delay: 14s;
}

.slide-image:nth-child(4) {
  animation-delay: 22s;
}

.slide-image:nth-child(5) {
  animation-delay: 30s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}




/* ---------------------------------------------------------------------------------------------

   Access-middle-contents

--------------------------------------------------------------------------------------------- */
.access-middle-wrap80{
	width: 80%;
	padding: 150px 0;
	margin: 0 auto;
}

.access-middle-contents{
	width: 100%;
}

.clover{
	float: right;
	width: 450px;
	margin-top: -165px;
}

#access-introduction .text-16{
	float: left;
	width: 40%;
}

.access-middle-contents .clover .top-left img{
	float: left;
	width: 49%;
	height: auto;
	margin-bottom: 1%;
	border-radius: 50% 50% 0 50%;
}
.access-middle-contents .clover .top-right img{
	float: right;
	width: 49%;
	height: auto;
	margin-bottom: 1%;
	border-radius: 50% 50% 50% 0;
}
.access-middle-contents .clover .bottom-left img{
	float: left;
	width: 49%;
	height: auto;
	margin-top: 1%;
	border-radius: 50% 0 50% 50%;
}
.access-middle-contents .clover .bottom-right img{
	float: right;
	width: 49%;
	height: auto;
	margin-top: 1%;
	border-radius: 0 50% 50% 50%;
}


@media screen and (max-width:1000px) {
	
#access-introduction h2{
	padding-top: 300px;
}
	
#access-introduction .text-16{
	float: none ;
	width: 100%;
}
	
}

@media screen and (max-width:800px) {

.clover{
	width: 350px;
	margin-top: -110px;
}
	
#access-introduction h2{
	padding-top: 200px;
}
	
}

@media screen and (max-width:700px) {

.access-middle-wrap80{
	padding: 100px 0;
}
	
}

@media screen and (max-width:600px) {

.clover{
	margin-top: -110px;
	width: 250px;
}
	
#access-introduction h2{
	padding-top: 150px;
}
	
}

@media screen and (max-width:400px) {

.clover{
	width: 200px;
}
	
#access-introduction h2{
	padding-top: 100px;
}
	
}





/* ---------------------------------------------------------------------------------------------

   G-map

--------------------------------------------------------------------------------------------- */
#g-map{
	width: 100%;
}

#g-map .map{
	width: 100%;
	height: 750px;
}

@media screen and (max-width:1200px) {

#g-map .map{
	height: 500px;
}
	
}

@media screen and (max-width:700px) {

#g-map .map{
	height: 400px;
}
	
}




/* ---------------------------------------------------------------------------------------------

   Route

--------------------------------------------------------------------------------------------- */
h3{
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: clamp(14px, 3vw, 18px);
	margin: 50px 0 25px 0;
}

.route-table th,.route-table td{
	font-size: clamp(12px, 3vw, 16px);
	font-family: 'Noto Serif JP', serif;
	padding: 15px;
	line-height: 1.75;
	vertical-align: middle;
}

.route-table th{
	font-weight: normal;
	text-align: center;
	width: 25%;
	background: #ebe1a9;
	border-top: 0.5px solid #999;
	border-bottom: 0.5px solid #999;
	border-left: 0.5px solid #999;
}

.route-table td{
	background: #fff;
	border-top: 0.5px solid #999;
	border-bottom: 0.5px solid #999;
	border-right: 0.5px solid #999;
}

#MyCar-route{
	padding-bottom: 150px;
}

@media screen and (max-width:700px) {

#MyCar-route{
	padding-bottom: 100px;
}
	
}












