
h2 {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 30px;
}
h3 {
    background: #BE9461;
    padding: 10px;
    text-align: center;
    color: white;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 18px;
        margin: 0 -25px 20px;
    }
    .scroll img {
        width: 800px;
        max-width: unset;
        padding-bottom: 30px;
    }
}

.inner {
    margin: 0 auto;
    max-width: 1000px;
}

#sec2,
#sec3_1{
    padding-bottom: 80px;
}

#sec2 ul,
#sec3 ul,
#sec3_1 ul{
    display: flex;
    flex-wrap: wrap;
    margin: -1%;
}
#sec2 ul li,
#sec3 ul li,
#sec3_1 ul li{
    width: 48%;
    margin: 1%;
    background: url(../img/acc-loc/01.jpg) no-repeat;
    background-size: cover;
    padding: 40px;
    height: 260px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
#sec2 ul li .text,
#sec3 ul li .text,
#sec3_1 ul li .text{
    background: rgba(7, 32, 49, 0.8);
    padding: 20px;
    color: white;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#sec2 ul li .text .text-name,
#sec3 ul li .text .text-name,
#sec3_1 ul li .text .text-name{
    font-size: 20px;
    margin-bottom: 10px;
}
.text-point {
    line-height: 1;
    margin-bottom: 5px;
}
.text-point > small {
    font-size: 12px;
}

#sec2 ul li .text .text-point span,
#sec3 ul li .text .text-point span,
#sec3_1 ul li .text .text-point span{
    font-size: 40px;
    display: inline-block;
    padding-right: 10px;
}

#sec2 ul li .text .text-point span small,
#sec3 ul li .text .text-point span small,
#sec3_1 ul li .text .text-point span small{
    font-size: 30px;
}
#sec2 ul li .text p,
#sec3 ul li .text p,
#sec3_1 ul li .text p{
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0;
}
#sec2 ul li:nth-child(2){
    background: url(../img/acc-loc/02.jpg) no-repeat;
    background-size: cover;
}
#sec2 ul li:nth-child(3){
    background: url(../img/acc-loc/03.jpg) no-repeat;
    background-size: cover;
}
#sec2 ul li:nth-child(4){
    background: url(../img/acc-loc/04.jpg) no-repeat;
    background-size: cover;
}
#sec2 ul li:nth-child(5){
    background: url(../img/acc-loc/05.jpg) no-repeat;
    background-size: cover;
}
#sec2 ul li:nth-child(6){
    background: url(../img/acc-loc/06.jpg) no-repeat;
    background-size: cover;
}
/* #sec3 ul li:nth-child(1){
    background: url(../img/acc-loc/05.jpg) no-repeat;
    background-size: cover;
}
#sec3 ul li:nth-child(2){
    background: url(../img/acc-loc/06.jpg) no-repeat;
    background-size: cover;
}
#sec3_1 ul li:nth-child(1){
    background: url(../img/acc-loc/07.jpg) no-repeat;
    background-size: cover;
}
#sec3_1 ul li:nth-child(2){
    background: url(../img/acc-loc/08.jpg) no-repeat;
    background-size: cover;
} */

@media (max-width: 1024px) {
    #sec2 ul li,
    #sec3 ul li,
	#sec3_1 ul li{
        padding: 30px;
        height: 220px;
    }
    #sec2 ul li .text .text-name,
    #sec3 ul li .text .text-name,
	#sec3_1 ul li .text .text-name{
        font-size: 20px;
        margin-bottom: 5px;
    }
    #sec2 ul li .text .text-point span,
    #sec3 ul li .text .text-point span,
	#sec3_1 ul li .text .text-point span{
        font-size: 30px;
        padding-right: 0;
        margin-bottom: 0;
        line-height: 1em;
    }
    #sec2 ul li .text .text-point,
    #sec3 ul li .text .text-point,
	#sec3_1 ul li .text .text-point{
        font-size: 14px;
        margin-bottom: 5px;
    }
    #sec2 ul li .text p,
    #sec3 ul li .text p,
	#sec3_1 ul li .text p{
        font-size: 10px;
        line-height: 1.5em;
    }
}
@media (max-width: 767px) {
    #sec2 ul,
    #sec3 ul,
	#sec3_1 ul {
        margin: -10px 0;
    }
    #sec2 ul li,
    #sec3 ul li,
	#sec3_1 ul li {
        width: 100%;
        margin: 10px 0;
        padding: 30px;
        height: 220px;
    }
    
}


#sec4 {
    padding-bottom: 0;
}
#sec4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
#sec4 ul li {
    width: 33.33333%;
    padding: 10px;
    position: relative;
}
#sec4 ul li img{
    vertical-align: bottom;
}
#sec4 ul li p {
    font-size: 11px;
    color: white;
    text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black;
    position: absolute;
    bottom: 15px;
    right: 14px;
    line-height: 1em;
    letter-spacing: 0.05em;
}
@media (max-width: 768px) {
    #sec4 ul {
        margin: -15px;
    }
    #sec4 ul li {
        width: 50%;
        padding: 15px;
    }
}
@media (max-width: 767px) {
    #sec4 ul {
        margin: -5px;
    }
    #sec4 ul li {
        width: 100%;
        padding: 5px;
    }
    #sec4 ul li p {
        font-size: 10px;
        bottom: 10px;
        right: 15px;
    }
}
.ac_p {
    text-align: center;
}
.note{
	max-width: 900px;
	text-align: left;
}