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

.common-wrap {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 100px;
}
.common-wrap2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.common-wrap2 .box {
  width: 48%;
}
@media (max-width : 500px) {
  .common-wrap {
    padding-bottom: 50px;
  }
  .common-wrap2 {
    display: block;
  }
  .common-wrap2 .box {
    width: 100%;
  }
  .common-wrap2 .box:nth-of-type(2) {
    margin-top: 50px;
  }
}

.uketsuke  {
  
}
.uketsuke li  {
  display: flex;
  margin-bottom: 8px;
}
.uketsuke .day1,
.uketsuke .day2{
  color: #fff;
  display: table;
  width: 110px;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
}
.uketsuke .day1  {
  background-color: #6e4c40;
}
.uketsuke .day2  {
  background-color: #40210f;
}



.access {
  padding-top: 130px;
}
@media (max-width : 500px) {
  .access {
    padding-top: 50px;
  }
}
.access .map {
    width: 100%;   
}
.access .map iframe {
  width: 100%;
  height: 500px;
}
@media (max-width : 500px) {
  .access .map iframe {
    height: 250px;
  }
}


.means {
  padding-top: 60px;
  align-items: flex-start;
}
.means .box {
  border: #40210f solid 1px;
  padding: 30px 40px;
}
@media (max-width : 500px) {
  .means {
    padding-top: 20px;
  }
  .means .box {
    padding: 15px 20px;
  }
  .means .box:nth-of-type(2) {
    margin-top: 20px;
  }
}
.means .box h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 127%;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: #40210f solid 1.5px;
  text-align: center;
}
.means .box p {
  text-align: center;
}
.means .box .img {
  padding-top: 15px;
}



.low-content {
  
}
.low-content .times table {
	width: 100%;
	border-collapse: collapse;
	border-left: #000 solid 1px;
  font-size: 100%;
}
.low-content .times table th,
.low-content .times table td {
	padding: 9px;
	text-align: center;
	border-bottom: #000 solid 1px;
	border-top: #000 solid 1px;
	border-right: #000 solid 1px;
	vertical-align: middle;
}