@charset "UTF-8";
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　access
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sec-access-item {
  float: right;
  width: 460px;
}
.sec-access-item a{
  color: #7a6952!important;
}
.sec-access-item:first-child {
  float: left;
}
.sec-access-item h4 {
  position: relative;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 55px;
  line-height: 40px;
  font-size: 20px;
}
.sec-access-item h4:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_ttl.png);
}
.sec-access-item .box-map {
  width: 460px;
  height: 340px;
  margin-bottom: 40px;
}
.sec-access-item #box-gmap {
  margin-bottom: 10px;
}
.sec-access-item a {
  color: #d1530f;
}
.sec-access-item a:hover {
  color: #d6ab00;
}
.sec-access-item dl {
  *zoom: 1;
  font-size: 16px;
  line-height: 1.875;
}
.sec-access-item dl:after {
  content: "";
  display: table;
  clear: both;
}
.sec-access-item dl dt {
  float: left;
}
.sec-access-item dl dd {
  position: relative;
  margin-left: 100px;
}
.sec-access-item dl dd:before {
  content: ":";
  position: absolute;
  left: -20px;
  top: 0;
}
.sec-access-item dl dd span {
  line-height: 1.2;
}

.box-access-column{
  display: flex;
  justify-content: space-between;
  padding: 40px 35px 30px;
}
.box-access-column-l{
  width: 49%;
}
.box-access-column-img {
  margin: 0 0 10px 0;
}
.box-access-column-img img{
  width: 100%;
  height: auto;
}
.box-access-column-txt{
  font-size: 14px;
}
.box-access-column-r{
  width: 49%;
}


#box-payment {
  margin-top: 70px;
}
#box-payment .box-column {
  padding: 40px 35px 30px;
}
#box-payment .text {
  float: right;
  width: 390px;
}
#box-payment .text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
}
#box-payment .image {
  float: left;
  width: 475px;
}
