@media only screen and (max-width: 767px) {
  .h-20 {
    font-weight: 500;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.3em;
  }

  .h-32 {
    font-weight: 500;
    font-size: 5vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }

  .h-32 small {
    font-size: 4.5vw;
  }

  .txt {
    text-align: justify;
  }

  .txt br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .h-20 {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.3em;
  }

  .h-32 {
    font-weight: 500;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 0.2em;
  }

  .h-32 small {
    font-size: 25px;
    letter-spacing: 0.2em;
  }

  .button a:after {
    right: 122px;
  }

  .txt {
    text-align: justify;
  }
}

/* == == */
#key {
  background: url("../img/access/kv.jpg") no-repeat center/cover;
}

/* --- --- */
#sec1 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec1 {
    background: url("../img/access/sp_sec1-map.jpg") no-repeat center top/100% auto;
    padding: 8vw 0 12vw;
  }

  #sec1 .txt {
    padding-top: 155vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec1 {
    background: url("../img/access/sec1-map.jpg") no-repeat center top;
    /* background-position: top 0px right 0px; */
    padding: 100px 0 115px;
  }

  #sec1 h2 {
    text-align: center;
    line-height: 60px;
  }

  #sec1 .txt {
    width: 750px;
    padding-top: 517px;
  }
}

@media only screen and (min-width: 1101px) {
  #sec1 .txt {
    margin-left: -60px;
  }
}

/* --- --- */
#sec2 {
  background: url("../img/shared/bg01.jpg") repeat center top;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec2 {
    padding: 12vw 0;
  }

  #sec2 h2 {
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }

  #sec2 h2 span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0.3em;
    padding-bottom: 4vw;
  }

  #sec2 ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2vw;
  }

  #sec2 ul li {
    width: 32%;
    margin-top: 2%;
    margin-left: 2%;
  }

  #sec2 ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  #sec2 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12vw;
    background-color: #535353;
    color: #fff;
    text-align: center;
    font-size: 3vw;
    line-height: 1.5;
    padding: 5px 0 15px;
    position: relative;
  }

  #sec2 ul li a:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url("../img/access/sec2-arrow.png") no-repeat center top/cover;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 63px 0 46px;
  }

  #sec2 h2 {
    font-size: 20px;
    letter-spacing: 0.3em;
    line-height: 30px;
    text-align: center;
  }

  #sec2 h2 span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.3em;
    padding-bottom: 26px;
  }

  #sec2 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 47px;
  }

  #sec2 ul li {
    width: 265px;
    margin-bottom: 28px;
    margin-left: 13px;
  }

  #sec2 ul li:nth-child(4n + 1) {
    margin-left: 0;
  }

  #sec2 ul li a {
    display: block;
    background-color: #535353;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.3em;
    line-height: 36px;
    color: #fff;
    padding: 10px 0 27px;
    position: relative;
  }

  #sec2 ul li a:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url("../img/access/sec2-arrow.png") no-repeat center top/cover;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  #sec2 ul li a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 1291px) {
  #sec2 ul {
    padding-left: 30px;
  }

  #sec2 ul li {
    width: 290px;
    margin-left: 24px;
  }

  #sec2 ul li a {
    font-size: 19px;
  }
}

/* --- --- */
#sec3 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec3 .shop_item {
    padding: 12vw 0;
  }

  #sec3 .shop_item:nth-child(even) {
    background-color: #f7f7f7;
  }

  #sec3 .shop_item h3 {
    border-left: 6px solid #ffe100;
    padding: 1vw 0 1vw 4vw;
  }

  #sec3 .shop_item .photo {
    padding-top: 5vw;
  }

  #sec3 .shop_item .time {
    padding-top: 5vw;
  }

  #sec3 .shop_item .time h4 {
    font-weight: 400;
    font-size: 4vw;
    line-height: 1.2;
    letter-spacing: 0.2em;
    padding-left: 20px;
    position: relative;
  }

  #sec3 .shop_item .time h4:before {
    content: "";
    width: 12px;
    height: 4px;
    background-color: #000;
    position: absolute;
    top: 2vw;
    left: 0;
  }

  #sec3 .shop_item .time dl {
    margin-top: 4vw;
  }

  #sec3 .shop_item .time dl dd {
    border: 1px solid #535353;
  }

  #sec3 .shop_item .time table {
    width: 100%;
  }

  #sec3 .shop_item .time table th,
  #sec3 .shop_item .time table td {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 8px 0;
  }

  #sec3 .shop_item .time table th {
    background-color: #eeeeee;
    width: 35%;
  }

  #sec3 .shop_item .time table tr + tr th,
  #sec3 .shop_item .time table tr + tr td {
    border-top: 1px solid #bfbfbf;
  }

  #sec3 .shop_item .time table .th1 {
    width: 50%;
  }

  #sec3 .shop_item .info {
    padding-top: 8vw;
  }

  #sec3 .shop_item .info dl {
    display: table;
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 24px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 12px;
  }

  #sec3 .shop_item .info dl + dl {
    padding-top: 12px;
  }

  #sec3 .shop_item .info dl > * {
    display: table-cell;
    vertical-align: top;
  }

  #sec3 .shop_item .info dl dt {
    width: 70px;
    padding-left: 15px;
    position: relative;
  }

  #sec3 .shop_item .info dl dt:before {
    content: "";
    width: 10px;
    height: 4px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 0;
  }

  #sec3 .shop_item .info dl dd p + p {
    padding-top: 20px;
  }

  #sec3 .shop_item .info .tel {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 23px;
    position: relative;
  }

  #sec3 .shop_item .info .tel:before {
    content: "";
    width: 16px;
    height: 18px;
    background: url("../img/index/icon-tel.png") no-repeat center top/cover;
    position: absolute;
    top: 4px;
    left: 0;
  }

  #sec3 .shop_item .info .button01 {
    padding-top: 26px;
    padding-right: 12px;
  }

  #sec3 .shop_item .info .button01 a {
    display: block;
    width: 80%;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 4px 0 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  #sec3 .shop_item .info .button01 a:after {
    content: "";
    width: 6px;
    height: 12px;
    background: url("../img/shared/btn-arrow1.png") no-repeat center top/cover;
    position: absolute;
    top: 14px;
    right: 20px;
  }

  #sec3 .shop_item .info .button01 a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 768px) {
  #sec3 .shop_item {
    padding: 109px 0 65px;
  }

  #sec3 .shop_item .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  #sec3 .shop_item:nth-child(even) {
    background-color: #f7f7f7;
  }

  #sec3 .shop_item .col {
    width: 500px;
    margin-left: 13px;
  }

  #sec3 .shop_item h3 {
    display: flex;
    align-items: center;
    height: 60px;
    letter-spacing: 0;
    line-height: 30px;
    margin-left: 5px;
    padding-left: 30px;
    position: relative;
  }

  #sec3 .shop_item h3:before {
    content: "";
    width: 0;
    height: 43px;
    border-left: 8px solid #ffe100;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #sec3 .shop_item .photo {
    padding-top: 16px;
  }

  #sec3 .shop_item .time {
    padding: 20px 26px 0 0;
  }

  #sec3 .shop_item .time h4 {
    font-weight: 400;
    font-size: 19px;
    line-height: 36px;
    letter-spacing: 0.2em;
    padding-left: 22px;
    position: relative;
  }

  #sec3 .shop_item .time h4:before {
    content: "";
    width: 12px;
    height: 4px;
    background-color: #000;
    position: absolute;
    top: 16px;
    left: 0;
  }

  #sec3 .shop_item .time dl {
    display: table;
    width: calc(100% + 13px);
    margin-top: 13px;
    margin-left: -13px;
  }

  #sec3 .shop_item .time dl + dl {
    margin-top: 17px;
  }

  #sec3 .shop_item .time dl > * {
    display: table-cell;
    vertical-align: top;
  }

  #sec3 .shop_item .time dl dt {
    width: 85px;
    line-height: 22px;
  }

  #sec3 .shop_item .time dl dd {
    border: 1px solid #535353;
  }

  #sec3 .shop_item .time table {
    width: 100%;
  }

  #sec3 .shop_item .time table th,
  #sec3 .shop_item .time table td {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    padding: 6px 0 7px;
  }

  #sec3 .shop_item .time table th {
    background-color: #eeeeee;
    width: 177px;
  }

  #sec3 .shop_item .time table tr + tr th,
  #sec3 .shop_item .time table tr + tr td {
    border-top: 1px solid #bfbfbf;
  }

  #sec3 .shop_item .time table .th1 {
    width: 270px;
  }

  #sec3 .shop_item .info {
    width: 555px;
    padding: 14px 0 0 20px;
  }

  #sec3 .shop_item .info dl {
    display: table;
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 28px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 13px;
  }

  #sec3 .shop_item .info dl + dl {
    padding-top: 13px;
  }

  #sec3 .shop_item .info dl > * {
    display: table-cell;
    vertical-align: top;
  }

  #sec3 .shop_item .info dl dt {
    width: 119px;
    padding-left: 22px;
    position: relative;
  }

  #sec3 .shop_item .info dl dt:before {
    content: "";
    width: 12px;
    height: 4px;
    background-color: #000;
    position: absolute;
    top: 16px;
    left: 0;
  }

  #sec3 .shop_item .info dl dd p + p {
    padding-top: 21px;
  }

  #sec3 .shop_item .info .tel {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 23px;
    position: relative;
  }

  #sec3 .shop_item .info .tel:before {
    content: "";
    width: 16px;
    height: 18px;
    background: url("../img/index/icon-tel.png") no-repeat center top/cover;
    position: absolute;
    top: 4px;
    left: 0;
  }

  #sec3 .shop_item .info .button01 {
    padding-top: 26px;
    padding-right: 12px;
  }

  #sec3 .shop_item .info .button01 a {
    display: block;
    width: 285px;
    font-weight: 500;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 0.1em;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  #sec3 .shop_item .info .button01 a:after {
    content: "";
    width: 6px;
    height: 12px;
    background: url("../img/shared/btn-arrow1.png") no-repeat center top/cover;
    position: absolute;
    top: 21px;
    right: 22px;
  }

  #sec3 .shop_item .info .button01 a:hover {
    opacity: 0.7;
  }

  #sec3 .shop_item + .shop_item {
    padding-top: 69px;
  }
}

@media only screen and (min-width: 1291px) {
  #sec3 .shop_item .col {
    width: 600px;
    margin-left: 60px;
  }

  #sec3 .shop_item .info {
    padding-left: 38px;
  }
}

/* --- --- */
#sec4 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec4 {
    padding: 12vw 0;
  }

  #sec4 h3 {
    font-size: 4.5vw;
    padding-bottom: 10px;
    position: relative;
  }

  #sec4 h3:before {
    content: "";
    width: 44px;
    height: 0;
    border-top: 4px solid #ffe100;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #sec4 .box1 {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #535353;
    padding-top: 10vw;
  }

  #sec4 .box1 h3 {
    width: 100%;
    margin-bottom: 4vw;
  }

  #sec4 .box1 dl {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #535353;
    border-left: 1px solid #535353;
  }

  #sec4 .box1 dl:nth-child(odd) {
    border-right: 1px solid #535353;
  }

  #sec4 .box1 dl dt {
    background-color: #ccc;
    letter-spacing: 0.1em;
    padding: 5px 0;
  }

  #sec4 .box1 dl dd {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 73px 0 94px;
  }

  #sec4 h3 {
    font-size: 25px;
    padding-bottom: 8px;
    position: relative;
  }

  #sec4 h3:before {
    content: "";
    width: 44px;
    height: 0;
    border-top: 4px solid #ffe100;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #sec4 .box1 {
    display: flex;
    flex-wrap: wrap;
    padding: 58px 15px 0;
  }

  #sec4 .box1 h3 {
    width: 100%;
    margin-bottom: 20px;
  }

  #sec4 .box1 dl {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
  }

  #sec4 .box1 dl:nth-child(2) {
    border-left: 1px solid #535353;
  }

  #sec4 .box1 dl:last-child {
    border-right: 1px solid #535353;
  }

  #sec4 .box1 dl + dl {
    border-left: 1px solid #a0a0a0;
  }

  #sec4 .box1 dl dt {
    background-color: #ccc;
    padding: 5px 0;
  }

  #sec4 .box1 dl dd {
    font-size: 17px;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 1291px) {
  #sec4 .box1 {
    padding-right: 0;
    padding-left: 0;
  }

  #sec4 .box1 dl dd {
    font-size: 18px;
  }
}

/* --- --- */
#sec5 {
  background: url("../img/shared/bg01.jpg") repeat center top;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec5 {
    padding: 12vw 0 10vw;
  }

  #sec5 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 6vw;
  }

  #sec5 ul li {
    width: 32%;
    margin-bottom: 2%;
    margin-left: 2%;
  }

  #sec5 ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  #sec5 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12vw;
    background-color: #bfbfbf;
    font-weight: 400;
    font-size: 3vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 5px 0 15px;
    position: relative;
  }

  #sec5 ul li a:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url("../img/access/sec5-arrow.png") no-repeat center top/cover;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
  }

  #sec5 ul li a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 57px 0 46px;
  }

  #sec5 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 46px 0 0;
  }

  #sec5 ul li {
    width: 353px;
    margin-bottom: 26px;
    margin-left: 20px;
  }

  #sec5 ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  #sec5 ul li a {
    display: block;
    background-color: #bfbfbf;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.3em;
    line-height: 36px;
    padding: 10px 0 26px;
    position: relative;
  }

  #sec5 ul li a:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url("../img/access/sec5-arrow.png") no-repeat center top/cover;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  #sec5 ul li a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 1291px) {
  #sec5 ul {
    padding-left: 71px;
  }

  #sec5 ul li {
    width: 370px;
  }
}

/* --- --- */
#sec6 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec6 .wrap {
    padding: 0;
  }

  #sec6 .box {
    border-bottom: 1px solid #d2d2d2;
    padding: 10vw 4%;
  }

  #sec6 .box:last-child {
    border-bottom: 0;
  }

  #sec6 .box h3 {
    font-weight: 500;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.3em;
    border-bottom: 1px solid #626262;
    padding: 0 0 2vw 4vw;
    position: relative;
  }

  #sec6 .box h3:before {
    content: "";
    border-left: 5px solid #ffe100;
    position: absolute;
    top: 1vw;
    bottom: 3vw;
    left: 0;
  }

  #sec6 .box .txt {
    padding: 4vw 0;
  }

  #sec6 .box table {
    width: 100%;
    border: 1px solid #535353;
  }

  #sec6 .box table th {
    width: 40%;
    background-color: #eeeeee;
    text-align: center;
    padding: 5px 0;
  }

  #sec6 .box table td {
    text-align: left;
    padding: 5px 2%;
  }

  #sec6 .box table td span {
    display: block;
  }

  #sec6 .box table th,
  #sec6 .box table td {
    border-bottom: 1px solid #bfbfbf;
    vertical-align: top;
  }

  #sec6 .box table tr:last-child th,
  #sec6 .box table tr:last-child td {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 82px 0 95px;
  }

  #sec6 .box {
    border-bottom: 1px solid #d2d2d2;
    padding: 0 104px 65px;
  }

  #sec6 .box + .box {
    padding-top: 53px;
  }

  #sec6 .box:last-child {
    border-bottom: 0;
  }

  #sec6 .box h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.3em;
    border-bottom: 1px solid #626262;
    padding: 0 0 13px 32px;
    position: relative;
  }

  #sec6 .box h3:before {
    content: "";
    border-left: 5px solid #ffe100;
    position: absolute;
    top: 3px;
    bottom: 10px;
    left: 3px;
  }

  #sec6 .box .txt {
    padding: 10px 3px 22px;
  }

  #sec6 .box table {
    width: 100%;
    border: 1px solid #535353;
  }

  #sec6 .box table th {
    width: 145px;
    background-color: #eeeeee;
    text-align: center;
    padding: 6px 0;
  }

  #sec6 .box table td {
    text-align: left;
    padding: 6px 20px;
  }

  #sec6 .box table td span {
    display: inline-block;
    min-width: 160px;
    vertical-align: top;
    margin-right: 0;
  }

  #sec6 .box table th,
  #sec6 .box table td {
    border-bottom: 1px solid #bfbfbf;
    vertical-align: top;
  }

  #sec6 .box table tr:last-child th,
  #sec6 .box table tr:last-child td {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 1101px) {
  #sec6 .box table td span {
    margin-right: 40px;
  }
}

.button_hp a{
	margin: 20px auto;
	width: 480px;
	display: block;
	color:#000;
	text-align: center;
	font-size: 14px;
	background-color: #ffe100;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 35px;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	.button_hp a{
	margin: 20px auto;
	width: 98%;
	display: block;
	color:#000;
	text-align: center;
	font-size: 14px;
	background-color: #ffe100;
	border-radius: 0px;
	padding: 10px;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	font-weight: bold;
}
}