.gallery .box_photoG p {
    font-size: 18px;
    line-height: 2;
}
section .about_local {
    width: calc(100% - 80px);
    max-width: 1120px;
    margin: 80px auto;
}
section .about_local h3 {
    width: fit-content;
    margin: 0 auto 3em;
    padding: .8em 1.5em;
    font-size: 20px;
    line-height: 1;
    background: #FAFE88;
    border-radius: 1.3em;
}
section .about_local .wrap_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
section .about_local .wrap_content:nth-of-type(odd) {
    flex-direction: row-reverse;
}
section .about_local .wrap_content:not(:last-child) {
    margin-bottom: 1em;
}
section .about_local .wrap_content .box_fig {
    width: 43.5%;
    border-radius: 30px;
    overflow: hidden;
}
section .about_local .wrap_content .box_fig img {
    display: block;
    width: 100%;
}
section .about_local .wrap_content .wrap_text {
    position: relative;
    width: calc(100% - 43.5% - 32px);
}
section .about_local .wrap_content .wrap_text::before,
section .about_local .wrap_content .wrap_text::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 50%;
}
section .about_local .wrap_content:nth-of-type(odd) .wrap_text::before {
    top: 0;
    left: 0;
    transform: translate(-91%, 11%);
    width: 4em;
    height: 4em;
    background: linear-gradient(0deg, #ff0, #ffa500);
}
section .about_local .wrap_content:nth-of-type(odd) .wrap_text::after {
    top: 0;
    left: 0;
    transform: translate(13%, -42%);
    width: 1.5em;
    height: 1.5em;
    background: yellow;
}
section .about_local .wrap_content:nth-of-type(even) .wrap_text::before {
    top: 0;
    left: 0;
    transform: translate(-70%, 65%);
    z-index: 2;
    width: 4em;
    height: 4em;
    background: linear-gradient(0deg, #ff0, #ffa500);
}
section .about_local .wrap_content:nth-of-type(even) .wrap_text::after {
    top: 0;
    left: 0;
    transform: translate(-160%, 270%);
    width: 2em;
    height: 2em;
    background: #FAFE88;
}
section .about_local .wrap_content .wrap_text p {
    position: relative;
    padding: 32px;
    font-size: 16px;
    line-height: 2;
    background: white;
    border-radius: 30px;
    box-sizing: border-box;
}
section .about_local .wrap_content .wrap_text p::before,
section .about_local .wrap_content .wrap_text p::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
}
section .about_local .wrap_content:nth-of-type(odd) .wrap_text p::before {
    bottom: 0;
    right: 0;
    transform: translate(68%, -8%);
    width: 4em;
    height: 4em;
    background: #FAFE88;
}
section .about_local .wrap_content:nth-of-type(odd) .wrap_text p::after {
    bottom: 0;
    right: 0;
    transform: translate(185%, -20%);
    width: 1.5em;
    height: 1.5em;
    background: linear-gradient(0deg, #ff0, #ffa500);
}
section .about_local .wrap_content:nth-of-type(even) .wrap_text p::before {
    bottom: 0;
    right: 0;
    transform: translate(0%, -225%);
    z-index: 2;
    width: 2em;
    height: 2em;
    background: linear-gradient(0deg, #ff0, #ffa500);
}
section .about_local .wrap_content:nth-of-type(even) .wrap_text p::after {
    bottom: 0;
    right: 0;
    transform: translate(72%, -93%);
    width: 3em;
    height: 3em;
    background: yellow;
}

section .recommend {
    width: calc(100% - 80px);
    max-width: 1120px;
    margin: auto;
}
section .recommend h3 {
    width: fit-content;
    margin: 0 auto 2em;
    padding: .8em 1.5em;
    font-size: 20px;
    line-height: 1;
    background: #FAFE88;
    border-radius: 1.3em;
}
section .recommend .wrap_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section .recommend .wrap_content .box_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 47.8%;
}
section .recommend .wrap_content .box_content:nth-child(even) {
    margin-left: 4.4%;
}
section .recommend .wrap_content .box_content .box_fig {
    width: 80px;
    margin-bottom: 40px;
}
section .recommend .wrap_content .box_content .box_fig img {
    display: block;
    width: 100%;
}
section .recommend .wrap_content p {
    position: relative;
    width: calc(100% - 110px);
    padding: 32px;
    font-size: 18px;
    line-height: 2;
    background: white;
    border-radius: 30px;
    box-sizing: border-box;
}
section .recommend .wrap_content p::before {
    position: absolute;
    bottom: 48px;
    left: -16px;
    content: "";
    display: block;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
    border-right: solid 16px white;
}



section.btn_area {
    padding: 0;
}
section.btn_area h2 {
    width: fit-content;
    margin: 0 auto 2em;
    font-size: 1.33rem;
    border-bottom: solid 3px yellow;
}
section.btn_area .map_area {
    padding: 0 40px;
}
section.btn_area .wrap_map {
    position: relative;
    transform: translateX(16.5%);
    width: 100%;
    max-width: 777px;
    margin: 0 auto 80px;
}
section.btn_area .wrap_map .box_fig.sp {
    display: none;
}
section.btn_area .wrap_map .wrap_links a.btn {
    position: absolute;
    right: 50%;
    width: 12em;
    padding: 1em 2.8em 1em .6em;
    border: none;
    box-sizing: border-box;
}
section.btn_area .wrap_map .wrap_links a::after {
    transform: translateY(-50%) rotate(90deg);
}
section.btn_area .wrap_map .wrap_links a[href="#main"] {
    bottom: 7.8%;
    right: 25%;
}
section.btn_area .wrap_map .wrap_links a[href="#furukawa"] {
    top: 38%;
    right: 11%;
}
section.btn_area .wrap_map .wrap_links a[href="#iwaki"] {
    top: 58%;
    right: 11%;
}
section.btn_area .wrap_map .wrap_links a[href="#satellite"] {
    bottom: 20%;
    right: 17.4%;
}
section.btn_area .wrap_map .notes {
    font-size: 14px;
}
section.btn_area .btn_area {
    background: #6581d6;
}
section.btn_area.page_anchor .wrap_inner {
    justify-content: center;
}
section.btn_area.page_anchor .wrap_inner .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0;
    padding: 1.5em;
    background: transparent;
    border: none;
}
section.btn_area.page_anchor .wrap_inner .btn::after {
    position: static;
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 8px;
}



section#main {
    padding-top: 200px;
    background: #F3F6FC;
}



section#iwaki {
    padding-top: 200px;
    background: #F3F6FC;
}



section.gallery + section.btn_area {
    margin-bottom: 100px;
}



@media(max-width: 1119px) {
    section.btn_area .wrap_map {
        transform: none;
    }
}



@media screen and (max-width: 864px) {
    section.btn_area.page_anchor .wrap_inner .btn:last-child {
        margin-bottom: 0;
    }
    section.btn_area.page_anchor .wrap_inner .btn:nth-child(-n+2) {
	padding-bottom: .55em;
	}
	section.btn_area.page_anchor .wrap_inner .btn:nth-last-child(-n+2) {
	padding-top: .85em;
	}
}



@media(max-width: 777px) {



    section.btn_area .wrap_map .wrap_links a.btn {
        font-size: 1.6vw;
    }
}



@media(max-width: 768px) {
    section {
        padding: 80px 0 !important;
    }
    section .about_local {
		width: auto;
		margin-left: 6.4vw;
		margin-right: 6.4vw;
	}
    section .about_local .wrap_content:not(:last-child) {
        margin-bottom: 4em;
    }
    section .about_local .wrap_content .box_fig {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
        border-radius: 1rem;
    }
    section .about_local .wrap_content .wrap_text {
        width: 100%;
    }
    section .about_local .wrap_content:nth-of-type(odd) .wrap_text::before {
        transform: translate(-91%, 30%);
        width: 2em;
        height: 2em;
    }
    section .about_local .wrap_content:nth-of-type(odd) .wrap_text::after {
        transform: translate(13%, 10%);
        width: .75em;
        height: .75em;
    }
    section .about_local .wrap_content:nth-of-type(even) .wrap_text::before {
        transform: translate(-70%, 85%);
        width: 2em;
        height: 2em;
    }
    section .about_local .wrap_content:nth-of-type(even) .wrap_text::after {
        transform: translate(-187%, 450%);
        width: .75em;
        height: .75em;
    }
    section .about_local .wrap_content .wrap_text p {
        padding: 1.5em;
        border-radius: 1em;
    }
    section .about_local .wrap_content:nth-of-type(odd) .wrap_text p::before {
        transform: translate(68%, -38%);
        width: 2em;
        height: 2em;
    }
    section .about_local .wrap_content:nth-of-type(odd) .wrap_text p::after {
        transform: translate(185%, -90%);
        width: 1em;
        height: 1em;
    }
    section .about_local .wrap_content:nth-of-type(even) .wrap_text p::before {
        transform: translate(0%, -200%);
        width: 1em;
        height: 1em;
    }
    section .about_local .wrap_content:nth-of-type(even) .wrap_text p::after {
        transform: translate(70%, -70%);
        width: 1.5em;
        height: 1.5em;
    }
    section .recommend .wrap_content .box_content {
        justify-content: center;
        width: 100%;
        padding-bottom: 1em;
    }
    section .recommend .wrap_content .box_content:nth-child(even) {
        margin-left: 0;
    }
    section .recommend .wrap_content .box_content .box_fig {
        margin-bottom: 8px;
    }
    section .recommend .wrap_content .box_content p {
        width: 100%;
        padding: 24px;
        border-radius: 1.5em;
    }
    section .recommend .wrap_content p::before {
        top: -16px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        border-top: none;
        border-bottom: solid 16px white;
        border-right: solid 12px transparent;
        border-left: solid 12px transparent;
    }



    section.btn_area {
        margin: 0;
    }
    section.btn_area .wrap_map .wrap_links a[href="#main"] {
        bottom: 8.7%;
    }


    section.btn_area:not(.page_anchor) .wrap_inner .btn {
        width: auto;
    }
}



@media(max-width: 667px) {
    section.btn_area .map_area {
        max-width: 400px;
        width: 80vw;
        margin: 0 auto;
    }
    section.btn_area .wrap_map .box_fig.sp {
        display: block;
    }
    section.btn_area .wrap_map .box_fig:not(.sp) {
        display: none;
    }
    section.btn_area .wrap_map .wrap_links {
        margin-top: 2em;
    }
    section.btn_area .wrap_map .wrap_links a.btn {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 1em;
        font-size: 1rem;
    }
    section.btn_area .btn_area {
        display: none;
    }
}



@media(max-width: 560px) {
}
