@charset "UTF-8";
/* --------------------------
	アクセス
--------------------------- */
.access .contents {
  margin-bottom: 185px;
}
@media only screen and (max-width:1024px) {
  .access .contents {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width:767px) {
  .access .contents {
    margin-bottom: 100px;
  }
}
.access .contents .image {
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
  max-width: 1080px;
  overflow: hidden;
  margin-bottom: 65px;
}
@media only screen and (max-width:1024px) {
  .access .contents .image {
    margin-bottom: 45px;
  }
  .access .contents .image img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  .access .contents .image {
    margin-bottom: 35px;
  }
}
.access .contents .text {
  text-align: center;
}
.access .contents .text .address {
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .access .contents .text .address {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width:320px) {
  .access .contents .text .address {
    font-size: 13px;
  }
}
.access .contents .text .tel {
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 32px;
  padding-left: 35px;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
@media only screen and (max-width:1024px) {
  .access .contents .text .tel {
    display: inline-block;
  }
}
@media only screen and (max-width:767px) {
  .access .contents .text .tel {
    font-size: 28px;
  }
}
@media only screen and (max-width:320px) {
  .access .contents .text .tel {
    font-size: 25px;
    padding-left: 30px;
  }
}
.access .contents .text .tel:before {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 7px;
  margin: auto;
  content: "";
  color: #000;
  font-size: 28px;
}
@media only screen and (max-width:767px) {
  .access .contents .text .tel:before {
    top: 6px;
    font-size: 25px;
  }
}
@media only screen and (max-width:320px) {
  .access .contents .text .tel:before {
    font-size: 23px;
  }
}
.access .contents .text .tel a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media only screen and (max-width:767px) {
  .access .contents .text .tel a {
    pointer-events: auto;
  }
}
.access .contents .text .time {
  font-size: 13px;
  margin-bottom: 65px;
}
@media only screen and (max-width:1024px) {
  .access .contents .text .time {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width:767px) {
  .access .contents .text .time {
    font-size: 12px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width:320px) {
  .access .contents .text .time {
    font-size: 11px;
  }
}
.access .contents .traffic {
  margin-bottom: 65px;
  border-top: 1px solid #d1d4d7;
}
@media only screen and (max-width:767px) {
  .access .contents .traffic {
    margin-bottom: 45px;
  }
}
.access .contents .traffic .item {
  padding: 40px 10px;
  border-bottom: 1px solid #d1d4d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:767px) {
  .access .contents .traffic .item {
    padding: 25px 10px;
    display: block;
  }
}
.access .contents .traffic .item h3 {
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  width: 300px;
}
@media only screen and (max-width:1024px) {
  .access .contents .traffic .item h3 {
    width: 250px;
  }
}
@media only screen and (max-width:767px) {
  .access .contents .traffic .item h3 {
    margin-bottom: 15px;
    padding-left: 32px;
    font-size: 14px;
  }
}
.access .contents .traffic .item h3:before {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 10px;
  top: -10px;
  margin: auto;
  content: "";
  color: #000;
  font-size: 32px;
}
@media only screen and (max-width:767px) {
  .access .contents .traffic .item h3:before {
    left: -4px;
    top: -8px;
    font-size: 25px;
  }
}
.access .contents .traffic .item:nth-child(2) h3:before {
  content: "";
  font-size: 20px;
  top: 0;
  left: 0;
}
@media only screen and (max-width:767px) {
  .access .contents .traffic .item:nth-child(2) h3:before {
    left: -10px;
    font-size: 15px;
  }
}
.access .contents .traffic .item:nth-child(3) h3:before {
  content: "";
  left: 4px;
}
@media only screen and (max-width:767px) {
  .access .contents .traffic .item:nth-child(3) h3:before {
    left: -10px;
  }
}
.access .contents .traffic .item ul {
  width: calc(100% - 300px);
}
@media only screen and (max-width:1024px) {
  .access .contents .traffic .item ul {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width:767px) {
  .access .contents .traffic .item ul {
    width: 100%;
  }
}
.access .contents .traffic .item ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}
@media only screen and (max-width:767px) {
  .access .contents .traffic .item ul li {
    margin-bottom: 5px;
    padding-left: 18px;
  }
}
.access .contents .traffic .item ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #d1d4d7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
@media only screen and (max-width:767px) {
  .access .contents .traffic .item ul li:before {
    width: 10px;
    height: 10px;
  }
}
.access .contents .traffic .item ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:1024px) {
  .access .contents .map iframe {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width:767px) {
  .access .contents .map iframe {
    height: 320px;
  }
}