@charset "UTF-8";
#main-img h2 {
  width: 100%;
  height: auto;
  position: absolute;
  top:65%;
  left:50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color:#fff;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  font-weight: normal;
  text-align: center;
}
#main-img h2 > span {
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
}
#access {
  width: 100%;
  height: auto;
  position: relative;
}
.access-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
}
.access-inner {
  width: 70%;
  height: auto;
}
.access-read {
  display: block;
  width: 100%;
  max-width: 896px;
  padding: 20px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
.access-inner dl {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.access-inner dt {
  width: 100%;
  color:#e57a91;
  font-size: 1.6rem;
  font-weight: bold;
}
.access-inner dd {
  width: 100%;
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
}
.access-inner dd:last-of-type {
  display: flex;
  align-items: center;
}
.access-inner dd:last-of-type i{
  font-size: 3.6rem;
  color:#e57a91;
  margin-right: 15px;
}
.access-inner dd:last-of-type span {
  margin-left: 10px;
}
.access-inner dd:last-of-type span > i {
  font-size: 1.4rem;
  margin-right: 3px;
}
.access-border {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.access-border:before {
    content: "";
    height: 1px;
    flex-grow: .02;
    background-color: #ccc;
}
.access-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}
.access-border:before {
    margin-right: 1rem;
}
.access-border:after {
    margin-left: 1rem;
}
.access-tel {
  padding: 5px 30px;
  margin-left: 15px;
  background: linear-gradient(45deg,#b2833d 0%,#fff2b1 50%,#966b33 100%);
  color:#fff;
  font-weight: bold;
  text-shadow: .5px .5px .5px #ccc;
  border-radius: 2px;
  outline-offset: -3px;
  outline: 1px solid #fff;
}
.access-link {
  height: auto;
}
.access-link ul {
  width: 100%;
  display: flex;
  list-style: none;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
.access-link li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.access-link li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.access-link li i {
  margin-right: 3px;
}
.access-link li:first-of-type {
  background: #E88DA0;
}
.access-link li:nth-of-type(2) {
  background: #F3C6CF;
}
.access-link li:nth-of-type(3) {
  background: #FBECEF;
}
.access-img {
  width: 30%;
  height: auto;
}
.access-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#map {
  width: 100%;
  height: 450px;
}
#map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 480px) {
.access-container {
  flex-direction: column;
}
.access-img {
  width: 100%;
}
.access-inner {
  width: 100%;
}
.access-link ul {
  flex-direction: column-reverse;
}
}
