@charset "utf-8";
.location #page-title {
  margin-bottom: 0;
}
#contents {
	width: auto;
	background: url("../img/location/bg.jpg") repeat bottom center / cover;
}
#contents .inner {
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 768px) {
  #contents .inner {
	padding-left: 30px;
	padding-right: 30px;
}
}
#contents .location .inner {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.location {
    background-repeat: repeat-y;
  }
  #contents {
    padding-left: 0;
    padding-right: 0;
  }
}
/*-------main visual---------*/
.relative {
    position: relative;
}
#mv{
  width: 100%;
  height: calc(100vh - 50px);
  overflow: hidden;
  background: url(../img/location/main.jpg);
  background-position: bottom left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mv{
  background: url(../img/location/main-sp.jpg);	  
  background-position: bottom left;
  background-size: cover;
}
}
#mv .mv_img{
  object-fit: cover;
  object-position: bottom center;
}
#mv .mv_ttl{
  position: absolute;
  width: 41.33vw;
  top: 14.13vw;
}
#mv .mv_copy{
  position: absolute;
  width: 40.13vw;
  bottom: 10.13vw;
  right: 4.4vw;
}
@media screen and (min-width: 480px) {
#mv .mv_copy{
  width: 40.13vw;
}
}
@media screen and (min-width: 768px) {
  .img_note{
		font-size: 1.21vw;
  }

  #mv{
    height: calc(100vh - 105px);
    background: url(../img/location/main.jpg);
    background-position: bottom left;
    background-size: cover;
  }
  #mv .mv_ttl{
    width: 15.71vw;
    top: 6.85vw;
  }
  #mv .mv_copy{
    position: absolute;
    width: 51.78vw;
    bottom: 0;
    right: 3.92vw;
  }
}
@media screen and (min-width: 1400px) {
  .img_note{
		font-size: 17px;
  }

  #mv .mv_ttl{
    width: 220px;
    top: 96px;
  }
  #mv .mv_copy{
    width: 325px;
    right: 55px;
  }
}
@media screen and (max-height: 700px) and (min-width: 768px) {
  #mv .mv_copy {
    width: 40.78vh;
  }
}
@media screen and (min-height: 700px) and (min-width: 768px) {
  #mv .mv_copy {
    width: 25.78vh;
  }
}
/*-------public transport---------*/
.public-transport {
  background: url("../img/location/bg-leaf1.png") no-repeat top right;
}
@media screen and (max-width: 768px) {
  .public-transport {
    background-size: 80%;
  }
}
h3.sec-ttl {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 3.25vw;
  color: #727171;
  white-space: pre;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-transport h3.sec-ttl {
  padding-top: 5.47vw;
}
h3.sec-ttl:after {
  content: "";
  width: 100%;
  margin-left: 0.52vw;
  border-top: 1px solid #727171;
}
@media screen and (max-width: 768px) {
  h3.sec-ttl:before,
h3.sec-ttl:after{
	border-top: none;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #727171;
}
h3.sec-ttl:before{
  margin-right: 20px;
}
h3.sec-ttl:after{
  margin-left: 20px;
}
}
@media screen and (max-width: 768px) {
  h3.sec-ttl {
    font-size: 6.4vw;
  }
  .public-transport h3.sec-ttl {
    padding-top: 12vw;
  }
  h3.sec-ttl:after {
    margin-left: 2.67vw;
  }
}
.location #contents p.lead {
  margin-block: 3.13vw;
  font-size: 1.9vw;
  font-feature-settings: 'palt'1;
  line-height: 1.8;
  text-align: left;
  letter-spacing: .08em;
}
@media screen and (max-width: 768px) {
  .location #contents p.lead {
	  text-align: center;
	margin-top: 9vw;
	margin-bottom: 7vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.location #contents p.lead::after {
  content: none;
}
/*-------Public Transport---------*/
.sako-station-area{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sako-station-area{
	/*margin-top: 40px;*/
	  margin-top: 9vw;
}
}
.sako-station-area .left-box{
	width: 55%;
}
@media screen and (max-width: 768px) {
  .sako-station-area .left-box{
	width: 100%;
	  /*margin-bottom: 40px;*/
	  margin-bottom: 9vw;
}
}
.sako-station-area .left-box li:nth-child(1){
	padding-bottom: 30px;
	border-bottom: 1px solid #828282;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sako-station-area .left-box li:nth-child(1){
	width: 83%;
	  margin: 0 auto;
	  margin-bottom: 30px;
	  text-align: center;
}
}
@media screen and (max-width: 768px) {
  .sako-station-area .left-box li:nth-child(2){
	width: 60%;
	  margin: 0 auto;
	  text-align: center;
}
}
.sako-station-area .right-box{
	width: 42%
}
@media screen and (max-width: 768px) {
  .sako-station-area .right-box{
	width: 100%
}
}
.kamejima-station-area{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kamejima-station-area{
	margin-top: 9vw;
}
}
.kamejima-station-area .left-box{
	width: 42%;
	margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .kamejima-station-area .left-box{
	width: 100%;
	margin-right: 0;
}
}
.kamejima-station-area .right-box{
	width: 50%
}
@media screen and (max-width: 768px) {
  .kamejima-station-area .right-box{
	width: 100%;
	margin-bottom: 9vw;
}
}
.kamejima-station-area .right-box li:nth-child(1){
	padding-bottom: 30px;
	border-bottom: 1px solid #828282;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .kamejima-station-area .right-box li:nth-child(1){
	width: 75%;
	  margin: 0 auto;
	  margin-bottom: 30px;
	  text-align: center;
}
}
@media screen and (max-width: 768px) {
  .kamejima-station-area .right-box li:nth-child(2){
	width: 62%;
	  margin: 0 auto;
	  text-align: center;
}
}
.station-route{
  margin-top: 50px;
}
.station-route.flex {
  display: flex;
  gap: 4.69vw;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .station-route.flex {
    gap: 4vw;
    flex-direction: column;
  }
}
.location #contents img {
  vertical-align: bottom;
  object-fit: cover;
}
.station-route.flex .left {
  width: 60.94%;
  padding-left: 0.26vw;
}
.station-route.flex .right {
  width: 30.55%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.img-cap {
  position: relative;
}
.img-cap span {
  position: absolute;
  bottom: 3px;
  right: 5px;
  font-size: .75em;
  color: #fff;
  filter: drop-shadow(2px 4px 6px #000);
}
@media screen and (max-width: 768px) {
  .station-route.flex .left {
    width: 100%;
    padding-left: 0;
	  margin-bottom: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .station-route.flex .right {
    width: 100%;
    flex-direction: row;
    gap: 15px;
  }
}
/*-------taxi access---------*/
@media screen and (max-width: 768px) {
  .taxi-access{
	  margin-top: 12vw;
}
}
.taxi-access .flex {
 	 display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.taxi-access .flex .left {
  	width: 50%;
}
@media screen and (max-width: 768px) {
	.taxi-access .flex .left {
  	width: 100%;
		margin-bottom: 40px;
}
}
.taxi-access .flex .right {
  	width: 45%;
}
@media screen and (max-width: 768px) {
	.taxi-access .flex .right {
  	width: 100%;
}
}
/*-------car access---------*/
@media screen and (max-width: 768px) {
	.car-access{
  	margin-top: 12vw;
}
}
.car-access .flex {
  	display: flex;
	justify-content: space-between;
	margin-top: 7vw;
	align-items: center;
}
.car-access .flex .left {
  	width: 70%;
}
@media screen and (max-width: 768px) {
  .car-access .flex .left {
  	width: 55%;
}
}
.car-access .flex .right {
  	width: 23%;
}
@media screen and (max-width: 768px) {
  .car-access .flex .right {
  	width: 40%;
}
}
.car-route{
	margin: 0 auto;
	margin-top: 50px;
	width: 70%;
}
@media screen and (max-width: 768px) {
  .car-route{
	width: 100%;
}
}
/*-------accessmap---------*/
.accessmap {
  background: url("../img/location/bg-leaf3.png") no-repeat top right;
}
@media screen and (max-width: 768px) {
  .accessmap {
    background-size: 80%;
	  margin-top: 12vw;
  }
}
.accessmap .img {
  margin-top: 2.76vw;
	border: 1px solid #bdbdbd;
}
@media screen and (max-width: 768px) {
  .accessmap .img {
    margin-top: 40px;
	border: 1px solid #bdbdbd;
}
}
.accessmap img {
  width: 100%;
}
/*-------info---------*/
/*@media screen and (max-width: 768px) {
  .location{
	margin-top: 12vw;
}
}*/
.info-image{
	margin: 2.76vw 0;
}
@media screen and (max-width: 768px) {
  .info-image{
	margin-top: 7vw;
}
}
@media screen and (max-width: 768px) {
  .info-image li{
	font-size: 12px;
}
}
/*.col4 > li {
    width: 32%;
    font-size: .75rem;
  }
.col4 > li:nth-of-type(3n), .col4 > div:nth-of-type(3n) {
    margin-right: 0;
}
.col4 > li:nth-of-type(4n), .col4 > div:nth-of-type(4n) {
    margin-right: 2%;
}*/
.col4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col4 li{
	width: 32%;
	margin-right: 0;
}
.col4:after {
    content: none;
  }
@media screen and (max-width: 768px) {
  .col4 li{
	width: 100%;
}
}
@media screen and (max-width: 768px) {
  .info-image img{
	  display: block;
	margin-bottom: 2vw;
}
}
/*@media screen and (max-width: 768px) {
  .col4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col4 > li {
    width: 48%;
    font-size: .75rem;
    margin-right: 0;
  }
  .col4 > li:nth-of-type(3n), .col4:after {
    content: none;
  }
  .col4 > li img{
    margin-bottom: 10px;
  }
}*/
.info-list dt {
  padding-left: 0.5em;
  margin-bottom: 0.3em;
  border-left: 3px solid #7F6A2B;
  border-bottom: 1px solid #7F6A2B;
  color: #7F6A2B;
  font-size: 14px
}
.info-list li {
  padding: 0.3em 0;
}
.info-list li:nth-child(even) {
  background: #f5f5f5;
}
.info-list li .name {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .info-list li .name {
    width: 55%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #contents ul.info-image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents ul.info-image li {
    width: 48%;
  }
}
.bnr {
  text-align: center;
  margin-bottom: 3em;
}
.bnr img {
  width: 802px;
}
.loc-small{
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .loc-small{
	font-size: 1em;
}
}