.category__entry2{
    width: 100%;
}

.category__entry2-img{
    width: 100%;
}




.category__4--img img{
    width: 100%;
}

.shiny-btn1 {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}




*{
    margin: 0;
    padding: 0;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
html{
    font-size: 62.5%;
	max-width: 700px;
	width: 100%;
	margin: auto;
}
body {
    font-size: 1.6rem;
}
h1{
    font-size: 5rem; /* 50px */
}
h2{
    font-size: 3rem; /* 30px */
}
p{
    font-size: 1.5rem; /* 15px */
}
.sp{
    display: inline-block;
}
.pc{
    display: none;
}
/*====================
NEW
====================*/
.category__2--box{
	margin-top: -30px;
}

.category__map--box{
    padding-bottom: 50px;
    text-align: center;
}
.btn{
    width: 100%;
    padding-bottom: 70px;
}

.category__1--img{
    width: 100%;
}
.category__1--img img{
    width: 100%;
}

.category__1--box{
    position: relative;
}
.entry__box--btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 27px;
    width: 90%;
    margin: auto;
    text-align: center;
}
.entry__box--btn img{
    width: 100%;
    text-align: center;
    margin: auto;
}

img{
    width: 100%;
}