@charset "UTF-8";
/* コンテンツ */


.copy h3 {
    text-align: center;
    font-size: 2em;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-bottom: 1em;
}
.copy p {
    text-align: center;
    font-size: 1.16em;
    line-height: 2;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

.gmap_tx {
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 1em;
}
.gmap_btn {
    width: 250px;
    line-height: 0;
    margin: 2em auto 0;
}

.mujin_tx {
    
}
.mujin_tx h3 {
    text-align: center;
    line-height: 1.5;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.mujin_tx h4 {
    width: 80%;
    max-width: 900px;
    margin: 2em auto 2em;
}
.mujin_tx p {
    text-align: center;
    line-height: 2;
    margin-bottom: 2em;
}
.mu_box {

}
.mu_box h4 {
    background-color: #005bac;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 1.4em;
    padding: 1em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border-radius: 0.5em;
}
.mu_box h6 {
    line-height: 0;
    width: 20px;
    margin: 0 auto 1em;
}
.mu_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 0.5em;
    padding: 3em;
    line-height: 1.7;
    margin-bottom: 2em;
}
.mu_box ul li .num {
    box-sizing: border-box;
    width: 10%;
    padding: 0 2em 0 0;
}
.mu_box ul li section {
    box-sizing: border-box;
    width: 75%;
    padding: 0 3em 0 2em;
    border-left: 1px solid #005bac;
}
.mu_box ul li .ill {
    box-sizing: border-box;
    width: 15%;
}
.mu_box h5 {
    color: #005bac;
    line-height: 1.5;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.mu_btn {
    text-align: center;
    margin:auto;
}
.mu_btn a {
    margin:auto;
	text-align:center;
	display:inline-block;
    padding: 1em 4em;
    box-sizing: border-box;
	color:#fff;
    font-size: 2em;
    font-weight: bold;
	line-height:1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border: 2px solid #f08300;
    background-color: #f08300;
    border-radius: 2em;
	transition:all 0.3s;
}
.mu_btn a:hover {
    color:#f08300;
    background-color: #fff;
}

@media screen and (max-width: 960px) {
.copy h3 {
    font-size: 1.8em;
}
.copy p {
    font-size: 1.08em;
}

.gmap_btn {
    width: 250px;
}

.mujin_tx h3 {
    font-size: 1.4em;
}
.mujin_tx h4 {
    width: 80%;
}
.mujin_tx p {
    text-align: center;
}
.mu_box h4 {
    font-size: 1.4em;
    padding: 1em;
}
.mu_box h6 {
    width: 20px;
    margin: 0 auto 1em;
}
.mu_box ul li {
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 2em;
    margin-bottom: 2em;
}
.mu_box ul li .num {
    width: 12%;
    padding: 0;
}
.mu_box ul li section {
    width: 100%;
    padding: 0 0 0 2em;
    border-left: 1px solid #005bac;
    margin-top: 2em;
}
.mu_box ul li .ill {
    position: absolute;
    top: 2em;
    right: 2em;
    width: 15%;
}
.mu_box h5 {
    color: #005bac;
    line-height: 1.5;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.mu_btn a {
    padding: 1em 4em;
    font-size: 1.6em;
}


}


@media screen and (max-width: 520px) {
.copy h3 {
    font-size: 5.5vw;
}
.copy p {
    font-size: 3.2vw;
}

.gmap_btn {
    width: 200px;
}

.mujin_tx {
    margin-bottom: 2em;
}
.mujin_tx h3 {
    font-size: 1.24em;
}
.mujin_tx h4 {
    width: 100%;
}
.mujin_tx p {
    text-align: left;
    line-height: 1.7;
    margin-bottom: 2em;
}
.mu_box h4 {
    font-size: 1.24em;
    padding: 1em;
}
.mu_box h6 {
    width: 20px;
    margin: 0 auto 1em;
}
.mu_box ul li {
    padding: 2em;
    margin-bottom: 2em;
}
.mu_box ul li .num {
    width: 15%;
}
.mu_box ul li .ill {
    width: 18%;
}
.mu_box h5 {
    color: #005bac;
    line-height: 1.5;
    font-size: 1.24em;
    margin-bottom: 0.5em;
}
.mu_btn a {
    padding: 1em 3em;
    font-size: 5vw;
}


}
