@charset "UTF-8";
.pagettl {
  width: 100%;
  height: 430px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .pagettl {
    height: 350px;
  }
}
@media screen and (max-width: 740px) {
  .pagettl {
    height: 240px;
    margin-top: 96px;
  }
}
.pagettl .ttl {
  font-size: 3.2rem;
  color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  .pagettl .ttl {
    padding-top: 0;
    text-align: center;
  }
}

section {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 740px) {
  section {
    padding: 40px 0;
  }
}
section + section {
  padding-bottom: 0;
}
section + section:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 740px) {
  section + section:last-of-type {
    padding-bottom: 40px;
  }
}

.main {
  padding-bottom: 0;
}
@media screen and (max-width: 740px) {
  .main {
    padding-top: 20px;
  }
}

.sec_ttl {
  font-size: 2.4rem;
  text-align: center;
}
.sec_ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #d35354;
  margin: 10px auto 40px;
}

.cap {
  font-size: 1.3rem;
}

.pagettl {
  background: url(../images/access/page.jpg) no-repeat top center;
  background-size: cover;
}

.timeArea {
  padding-bottom: 60px;
}
@media screen and (max-width: 740px) {
  .timeArea {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 740px) {
  .timeArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.timeArea .op-cl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.timeArea .op-cl span {
  font-size: 1.6rem;
  font-weight: normal;
}

.address {
  padding-top: 0;
}
.address .col1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.address .col1 .image {
  width: 48%;
}
@media screen and (max-width: 740px) {
  .address .col1 .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.address .col1 .txt_wrap {
  width: 40%;
}
@media screen and (max-width: 740px) {
  .address .col1 .txt_wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.address .col1 .txt_wrap .name {
  font-size: 2.4rem;
  font-weight: bold;
  color: #92a587;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .address .col1 .txt_wrap .name {
    margin-bottom: 10px;
  }
}
.address .col1 .txt_wrap .add {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .address .col1 .txt_wrap .add {
    margin-bottom: 10px;
  }
}
.address .col1 .txt_wrap .tel {
  font-size: 3.2rem;
}
.address .col1 .txt_wrap .tel span {
  font-size: 1.8rem;
}

@media screen and (max-width: 740px) {
  .access {
    padding-top: 0;
  }
}
.access .wrap {
  width: 100%;
  padding: 10px 0;
  background-color: #f8f7f3;
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .access .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.access .wrap .col {
  padding: 30px 50px;
  width: 50%;
}
@media screen and (max-width: 740px) {
  .access .wrap .col {
    width: 100%;
  }
}
.access .wrap .col.car {
  border-right: dashed 2px #c2c2c2;
}
@media screen and (max-width: 740px) {
  .access .wrap .col.car {
    border: none;
    border-bottom: dashed 2px #c2c2c2;
  }
}
.access .wrap .col.car .txt {
  margin-bottom: 20px;
}
.access .wrap .col.train .txt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.access .wrap .col.train .txt:before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
}
.access .wrap .col .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 740px) {
  .access .wrap .col .ttl {
    margin-bottom: 15px;
  }
}
.access .wrap .col .ttl .icon {
  display: inline-block;
  margin-right: 15px;
}
.access .map {
  width: 100%;
}
.access .map-more {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 5px;
  background: #fff;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  text-align: center;
  color: #2d2d2d;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.access .map-more:hover {
  background: #eee;
}/*# sourceMappingURL=access.css.map */