@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 2% auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	margin: 5% auto;
}

.lead span{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.point{
	margin: 10% auto;
}

.point p{
	text-align: center;
	background-color:#9b9575;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 2% 0;
	margin: 0 auto 3%;
}

.style{
	margin: 10% auto 0;
}

/*文字の脇にライン*/
    .title-border {
        width: 100%;
        margin: 0 auto 5%;
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 20px;
		color: #9b9575;
		letter-spacing: 4px;
    }

    .title-border:before,
    .title-border:after {
        border-top: 1px solid;
        content: "";
        flex-grow: 1;
    }

    .title-border:before {
        margin-right: 1rem;
    }

    .title-border:after {
        margin-left: 1rem;
    }

.flex-pc{
	margin: 0 auto 15%;
}

.style-box p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 2% auto;
}

.style-box{
	width: 80%;
	margin: 0 auto;
}

.slider{
	width: 100%;
	margin: 2% auto;
    padding: 0;
    overflow: hidden;
}

.swiper-button-next:after, .swiper-button-prev:after {
  	color: #666;
	font-size:  30px!important;
}

.thm{
	width: 90%;
	margin: 5% auto;
}

.thm p{
	font-size: 13px;
	line-height: 1.7;
}

.thm br{
	display: none;
}

.thm .price{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 2% auto;
}

.thm .price span{
	text-align: center;
	font-size: 18px;
	margin: 2% auto;
}

.thm img{
	width: 75%;
	margin: 0 auto;
}

.thm .check{
	text-align: center;
	font-size: 16px;
	width: 40%;
	margin: 0 auto 8%;
}

.thm .check a{
	display: block;
	color: #000;
	padding: 1% 0;
	background-color: #9b9575;
	color: #fff;
}

@media(min-width:750px){
.bnr{
	width: 50%;
	margin: 0 auto;
}

.br_s{
	display: none;
}

.lead{
	font-size: 16px;
	line-height: 2;
	margin: 8% auto;
}

.lead span{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.point{
	width: 70%;
	margin: 10% auto;
}

.point p{
	font-size: 23px;
	padding: 1% 0;
}

.style{
	margin: 10% auto 0;
}

/*文字の脇にライン*/
    .title-border {
        font-size: 30px;
    }

.flex-pc{
	display: flex;
	column-gap: 30px;
	justify-content: center;
	align-items: center;
}
	
.flex2 {
  flex-flow: row-reverse;
}
	
.style-box{
	max-width: 50%;
}

.slider{
	margin: 0 auto;
}

.thm{
	width: 50%;
	margin: 0 auto;
}

.thm p{
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
	
.thm .check{
	width: 30%;
	margin: 0 auto 15%;
}
	
.thm br{
	display: inline;
}
}