﻿@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital@1&display=swap');

  #access {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
#access .access h2 {
  text-align: left;
  margin: 0 0 6%;
}
 #access .access h2 img {
  width: auto;
  height: 5vw;
}
 #access .access h3 {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 6%;
}
 #access .access .txtBlock {
  text-align: justify;
  margin: 0 auto 6%;
  padding: 0;
}
 #access .access .imgBox {
  position: relative;
  overflow: hidden;
}
#access .access .imgBox .imgCaption {
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 10px;
  text-align: right;
  font-size: 10px;
  color: #FFF;
  line-height: 0;
  text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
}
#access .access .imgBox .imgCaption2 {
  position: relative;
  text-align: right;
  font-size: 10px;
  color: #585253;
  line-height: 1.3;
  margin-top: 3px;
  padding-right: 10px;
}
#access .access .accImgList li .imgBox .imgCaptionST {
	text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
}
#access .access {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#access .access .accImgList li {
  margin-bottom: 6%;
}
#access .access .accImgList li .imgBox .imgCaption {
  left: 10px;
  right: auto;
}
#access .access .accImgList li .imgBox .imgCaptionST {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  line-height: 1;
}
#access .access .accImgList li .imgBox .imgCaptionST span {
  font-size: 24px;
}
#access .access .accroute {
  margin-bottom: 6%;
  background-color: #fff;
  padding: 3%;
}
#access .access .accSTarea {
background-color: #fff;
width: 100%;
padding: 3%;
    margin: 0 auto;
	box-sizing: border-box;
  }
#access .access .accSTarea h4 {
  color: #000;
}
#access .access .accSTarea h4 .line {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #585253;
}
#access .access .accSTarea .stList li:nth-of-type(4), 
#access .access .accSTarea .stList li:nth-of-type(5), 
#access .access .accSTarea .stList li:nth-of-type(6) {
  margin-bottom: 6%;
}

#access .access .accNichijo{
	width: 100%;
	margin-bottom: 6%;
}
#access .access .accNichijo .nichijoTxt{
	margin-bottom: 6%;
}
#access .access .accNichijo .nichijoImg{
	margin-bottom: 6%;
	background-color: #fff;
	padding: 3%;
}
#access .access .accCityList{
	width: 100%;
	margin-bottom: 10%;
	padding: 0;
}
#access .access .accCityList li{
	margin-bottom: 6%;
}
#access .access .accCityList li dl dt{
	text-align: left;
	font-size: 18px;
	margin: 2% 0;
	padding-bottom: 2%;
	border-bottom: 1px solid #ccc;
}
#access .access .accCityList li dl dd{
	text-align: justify;
	font-size: 14px;
	margin: 0;
	padding: 0;
}




@media only screen and (min-width: 961px) {
#access {
    position: relative;
  }
#access .access  h2 {
    margin-bottom: 30px;
  }
#access .access  h2 img {
    height: 1.5vw;
  }
#access .access h3 {
    font-size: 22px;
  }
#access .access h4 {
	text-align: justify;
  }
  
#access .access .txtBlock {
    margin-bottom: 30px;
    padding: 0;
  }
#access .access .caption {
    text-align: right;
    font-size: 11px;
  }
#access .access .accImgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
#access .access .accImgList li {
    width: 49%;
    margin-bottom: 30px;
  }
#access .access .accImgList li .imgBox .imgCaptionST {
    font-size: 26px;
  }
#access .access .accImgList li .imgBox .imgCaptionST span {
    font-size: 36px;
  }
#access .access .accroute {
    max-width: 1000px;
    margin: 0 auto 50px;
  }

#access .access .accSTarea h4 {
    text-align: left;
    font-size: 20px;
	color: #000;
	margin-bottom: 0;
  }
#access .access .accSTarea .stList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
#access .access .accSTarea .stList li {
    width: 45%;
  }
#access .access .accSTarea .stList li:nth-of-type(4), 
#access .access .accSTarea .stList li:nth-of-type(5), 
#access .access .accSTarea .stList li:nth-of-type(6) {
    margin-bottom: 0;
  }
#access .access .accSTarea .stList li:nth-of-type(4) {
    margin-bottom: 30px;
  }

#access .access .accNichijo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#access .access .accNichijo .nichijoTxt{
	width: 60%;
	align-self: center;
}
#access .access .accNichijo .nichijoImg{
	width: 30%;
	align-self: center;
}
#access .access .accNichijo .nichijoMap{
	width: 100%;
	margin: 0 auto;
}
#access .access .accCityList{
	display: flex;
	justify-content: space-between;
}	
#access .access .accCityList li{
	width: 30%;
	margin-bottom: 6%;
}
  }