@charset "utf-8";
/* CSS Document */
img {
	width: 100%;
}
#body-inside {
    overflow-x: hidden;
}
h2.furisode_title_h3 {
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 1em;
	padding: 1em 0.5em;
	line-height: 1.5;
	color: #000;
	text-shadow: 0 0 5px white;
	background: -webkit-repeating-linear-gradient(-45deg, #eaeaea, #eaeaea 3px,#f4f4f4 3px, #f4f4f4 7px);
	background: repeating-linear-gradient(-45deg, #eaeaea, #eaeaea 3px,#f4f4f4 3px, #f4f4f4 7px);
	font-size: 20px;
	letter-spacing: 2px;
    font-weight: 900;
}
#top__hero {
    max-width: 600px;
    margin: 0 auto;
}
.coupon-info-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 18px 20px;
    background: #fff;
    font-family: inherit;
    max-width: 900px;
    margin: 20px auto;
    box-sizing: border-box;
}
.coupon-row {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.coupon-row:last-child {
    border-bottom: none;
}
.coupon-row dt {
    width: 170px;
    font-weight: 700;
    color: #333;
    font-size: 15px;
}
.coupon-row dd {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}
.coupon-btn-wrapper {
    text-align: center;
}
.coupon-btn {
    display: inline-block;
    background: #d32f2f;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 38px;
    border-radius: 10rem;
    text-decoration: none;
    transition: 0.2s ease;
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none!important;
	}	
	.tablet {
		display: none!important;
	}
	.tp {
		display: none!important;
	}	
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
	}
	.simple_square_btn7 {
		display: block !important;
		position: relative;
		padding: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.45rem;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em auto;
		width: 85% !important;
        border-radius: 10rem;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
    .coupon-row {
        display: block;
        padding: 14px 0;
    }
    .coupon-row dt {
        width: 100%;
        margin-bottom: 4px;
    }
    .coupon-row dd {
        font-size: 13px;
        line-height: 1.6;
    }
    .coupon-info-box {
        padding: 16px;
        width: 95%
    }
    .coupon-btn {
        width: 85%;
        font-size: 16px;
        padding: 14px 0;
    }
}

@media screen and (min-width:751px) and (max-width: 1024px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: none!important;
	}
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.5rem;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em 0;
        border-radius: 10rem;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
}

@media screen and (min-width: 1025px) {
	.sp {
        display: none!important;
	}
	.tablet {
		display: none!important;
	}
	.st {
		display: none!important;
	}
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.5rem;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em 0;
        border-radius: 10rem;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
}