/*---------------------index-----------------------------*/

.banner img {
    max-width: 900px;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.red_btn {
    display: block;
    margin: 27px auto;
    max-width: 960px;
    width: 95%;
    height: auto;
    padding-top: 27px;
    background-color: #be2930;
    border: 1px solid #a31c21;
    border-radius: 10px;
    box-shadow: 0 12px 0 0 #a31c21;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
}
.bannertel {
    font-weight: bold;
    color: #fff;
    font-size: 70px;
    line-height: 120px;
}

.line_up_buttons {
    padding-top: 58px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 180px);
    grid-template-rows: repeat(2, 214px);
    column-gap: 6px;
    row-gap: 11px;
    place-content: center;
    max-width: 960px;
    width: 100%;
    justify-content: space-evenly;
}


.line_up_button {
    width: 180px;
    height: 214px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    box-shadow: 5px 5px 6px -2px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.service_images {
    padding-top: 55px;
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 34px;
    margin: 0 auto;
    flex-direction: column;
}

.news {
    display: flex;
    margin: 0 auto;
    max-width: 960px;
    gap: 25px;
    padding-top: 112px;
    width: 100%;
}

.shop_link {
    padding-top: 58px;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}


    .shops {
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0;
        padding-top: 54px;
        max-width: 960px;
        width: 88%;
        grid-template-rows: 1fr 1fr;
        row-gap: 36px;
        grid-gap: 0;
    }

.shop a {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
}


.shop img {
    width: 80%;
}


/*---------------------indexここまで-----------------------------*/


/*---------------------service-----------------------------*/

#header_wrap {
    width: 100%;
}


#s-wrap{
	width:auto;
	margin:0 auto;

}
#s-menu{
		margin:50px auto;
		width:auto;
		padding:0;
		font-size:18px;
}

#s-list {
    display: grid;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

#s_banner{
	width:98%;
	margin:0 auto;
	margin-top:65px;
	margin-bottom:80px;

}

.table {
    margin-top: 10px;
    font-size:20px ;
    width: auto;
    height: auto;
    font-size:19px;
}

.table img {
    width: 140px;
    margin:0;
    margin-top:20px;
　　margin-bottom: 20px;

}

#price .br{
	color:#000;
}
/*---------------------serviceここまで-----------------------------*/
