header.top {
	display: flex;
    justify-content: space-between;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:99;
}

header.top h1 img {
	width:200px;
	margin:20px 10px;
}

.h_cta {
	display: flex;
    align-items: center;
    height: 40px;
	margin-right:40px;
}

.h_cta_tell {
	margin-right:15px;
}

.h_cta_tell a,
.h_cta_mail a {
	width: 180px;
    display: flex;
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(0, 0, 0, .25) 0px 4px 4px;
    font-family: "Noto Serif", serif;
    height: 40px;
    justify-content: center;
    align-items: center;
	color:#fff;
}

.h_cta_tell a {
	background-color:#5b9bd5;
}

.h_cta_mail a {
	background-color:#36a574;
}

.count_down {
	background-color:#d02e2d;
	padding: 10px 0;
	text-align: center;
}

.sp {
	display:none;
}

section.mv {
	background:unset;
	padding:0;
}

section.summer_camp_mv {
	background-image:url(https://www.repre-reform.com/wpr/wp-content/uploads/2024/06/back.webp);
	background-size: cover;
}

.mv_txt_area {
    width: 100%;
	position: relative;
	padding-top: 80px;
    padding-bottom: 80px;
}


.mv_txt_area .mv_txt {
	background: #ffffffe6;
    text-align: center;
    font-size: 24px;
    padding: 5px 30px;
    border-radius: 20px;
    width: fit-content;
    margin: 0 auto;
	font-weight:bold;
}

.summer_camp_mv_txt_area .mv_txt {
	background: unset;
    text-align: center;
    padding: unset;
    border-radius: unset;
    width: auto;
    margin: 0 auto 20px;
	font-weight:bold;
	width:90%;
}

.summer_camp_mv_txt_area .mv_txt .red {
	font-size: 50px;
	color:red;
	display:block;
	font-weight:bold;
	text-shadow: 0px 7px 4px rgba(255, 255, 255, .8);
}

.summer_camp_mv_txt_area .mv_txt .red .sp {
		display: none;
	}

.summer_camp_mv_txt_area .mv_txt .bule {
	font-size: 40px;
	color:blue;
	display:block;
	font-weight:bold;
  text-shadow: 0px 7px 4px rgba(255, 255, 255, .8);
}

.summer_camp_mv_txt_area .mv_txt .bule .sp {
		display: none;
	}

.mv_txt_area .mv_txt_2 {
	margin: 0 auto;
    width: 80%;
    max-width: 800px;
}

.summer_camp_mv_txt_area .mv_txt_2 {
	margin: 0 auto;
    width: 90%;
    max-width: 1500px;
}

.mv_txt_2 .most {
	color:#333;
	font-size:80px;
	font-family: 'Noto Sans';
    font-weight: bold;
}

.mv_txt_2 .number {
	font-size:170px;
	color:#ff0102;
	font-weight:bold;
}

.mv_txt_2 .parsent {
	font-size:100px;
	color:#ff0102;
	font-weight:bold;
}

.summer_camp_mv_txt_area .mv_txt_3 {
	font-size: 30px;
    color: #333;
    display: block;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;	
  text-shadow: 0px 7px 4px rgba(255, 255, 255, .8);
}

.summer_camp_mv_txt_area .mv_txt_3 .attention {
	font-size: 24px;
    color: #333;
    display: block;
    font-weight: bold;
    width: fit-content;
    margin: 0 0 0 auto;
  text-shadow: 0px 7px 4px rgba(255, 255, 255, .8);
}

.mv_feature {
	display:flex;
	justify-content:center;
}

.mv_feature li {
	width:27%;
}

.mv_line_bottom {
	position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
}

.mv_line_bottom img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.summer_camp_period {
	text-align: center;
    font-size: 25px;
    color: white;
    background: blue;
    padding: 10px 0;
	font-weight:bold;
}


	.summer_camp_period .sp {
		display: none;
	}

/*
 * 割引
 */

.discount {
	position:relative;
}

.discount_content:before {
	content: "";
    position: absolute;
    top: -85px;
    left: -50px;
    background-image: url(https://www.repre-reform.com/wpr/wp-content/uploads/2024/05/img1.png);
    width: 50%;
    height: 85%;
	max-width: 630px;
    max-height: 635px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}

.discount_content:after {
	content: "";
    position: absolute;
	top: -45px;
    right: 85px;
    background-image: url(https://www.repre-reform.com/wpr/wp-content/uploads/2024/05/img1.png);
	width: 28%;
    height: 55%;
    max-width: 370px;
    max-height: 375px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}

.discount_content {
	padding-top:40px;
	width: 95%;
	max-width: 1200px;
    margin: 0 auto;
}

.discount_sub_ttl {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.discount_sub_ttl span {
	color: #fff;
    background: #ff0102;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 28px;
    margin-right: 10px;
	font-family: serif;
}

.discount_ttl {
	text-align: center;
    font-size: 70px;
	font-weight:bold;
	width:fit-content;
	margin:0 auto;
	margin-top: 30px;
    position: relative;
}

.discount_ttl:before {
	content:'';
	position:absolute;
	left:-2%;
	bottom:0;
	width:104%;
	height:40px;
	background:#fcd35c;
	z-index:-1;
}

.discount_ttl span {
	color:#ff0102;
    font-size: 70px;
	font-weight:bold;
}

.discount_img {
	display: flex;
    justify-content: space-between;
	padding:40px 0;
}

.bath,
.kitchen {
	width: 31%;
    position: relative;
}

.reform {
	width:35%;
}

.discount_parsent {
	width: 50%;
    margin: 0px auto;
	position:relative;
	z-index:2;
}

.bathroom_img,
.kitchen_img,
.reform img {
	border-radius:30px;
}

.bathroom_img,
.kitchen_img {
	position: absolute;
    bottom: 0;
    left: 0;
}

.bath p,
.kitchen p {
	position: absolute;
    bottom: 5px;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*
 * サマーキャンペーン画像
 * */

.summer_camp_img_area {
	display: flex;
	flex-wrap: wrap;
	margin:20px auto;
	max-width:1200px;
	width:95%;
}

.summer_camp_img_area li {
	width:50%;
}

.cta {
	width:95%;
	margin:0 auto;
	max-width: 1200px;
}

.three_sets {
	width: 95%;
	max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}

.three_sets_content {
	background: #d9e5f0;
	position:relative;
	width:95%;
	margin:0 auto;
}

.sets_ttl {
	width: 300px;
	position: absolute;
	top: -100px;
	left:-18px;
}

.maker_sets {
	display: flex;
    background: #d9e5f0;
    padding:0 30px 30px;
	justify-content:space-around;
}

.maker_sets .lixil,
.maker_sets .toto,
.maker_sets .panasonic {
	width: 30%;
}

.maker_sets .lixil .price,
.maker_sets .toto .price,
.maker_sets .panasonic .price {
	position: relative;
	top:50px;
}

.maker_sets .lixil .lixil_sets,
.maker_sets .toto .toto_sets,
.maker_sets .panasonic .pana_sets {
	box-shadow:rgba(0,0,0,.3)0 5px 5px;
}

.present_ttl {
	width: 55%;
	max-width: 800px;
    margin: 0 auto;
}

.present_h2 {
	text-align: center;
    font-size: 35px;
    font-weight: bold;
	position:relative;
}

.present_h2:before {
	content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    bottom: -10px;
    left: calc(50% - 20%);
    background-image : linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

.present_h2 span {
	font-size: 40px;
    font-weight: bold;
    color: #fbc11a;
}

.present_contents_area {
	width: 95%;
	max-width: 1200px;
    margin: 0 auto 200px;
}

.quocard,
.goods {
	display: flex;
    align-items: center;
}

.quocard {
	margin:60px 0;
	position:relative;
}

.present_contents {
	position:relative;
}

.ribbon_right {
	width: 30%;
	height: 200px;
	position: absolute;
	top: -70px;
    right: calc(50% - 54%);
}

.ribbon {
	width: 100%;
    max-width: 1200px;
    position: absolute;
    bottom: -180px;
    left: calc(50% - 52%);
}

.goods {
	justify-content:space-around;
}

.quocard img {
	width: 30%;
    margin-right: 50px;
}

.quocard_txt,
.goods_txt {
	font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.1rem;
}

.goods_txt {
	width:30%;
}

.quocard_txt .number {
	font-size:40px;
	font-weight:bold;
}

.quocard_txt .red,
.goods_txt .red{
	font-size: 60px;
    font-weight: bold;
	color:#ff0102;
}

.goods img {
	width: 30%;
    border-radius: 10px;
    object-fit: cover;
    height: 300px;
}

.ribbon img {
	object-fit:cover;
	position:relative;
	left:calc(50% - 55%);
	margin:20px 0;
}

.before_reform {
	margin:60px 0;
}

.before_reform_area {
	background: #fae4e4;
}

.before_reform_ttl {
	text-align: center;
    width: fit-content;
    font-size: 55px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
}

.before_reform_ttl img {
	position: absolute;
    bottom: 0;
    right: -130px;
    width: 130%;
}

.before_reform_img_area {
	width: 95%;
	max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.reform_arrow {
	width:50%;
	margin: 30px auto;
}

.reform_trust_recode {
	width:80%;
	margin:0 auto;
}

.reform_trust {
	width: 95%;
	max-width: 1200px;
    margin: 0 auto;
}

.reform_trust_ttl {
	width: 65%;
    margin: 0 auto 40px;
}

.reform_feature {
	display:flex;
}

.reform_promiss_area {
	border: #003E6C 5px solid;
	padding:20px;
	margin:60px 0;
}

.reform_promiss {
	border: #003E6C 2px solid;
	padding:20px;
}

.reform_promiss li img {
	width:200px;
}

.reform_promiss li p {
	font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
	color:#000;
}

.reform_promiss li span {
	font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.reform_promiss li p .green {
	color:#299f52;
}

.reform_promiss li p .red {
	color:#fd0811;
}

.reform_promiss li p .bule {
	color:#013e6c;
}

.reform_trust_txt {
	text-align: center;
    font-size: 70px;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.reform_trust_txt:before {
    content: '';
    position: absolute;
    left: -10%;
    bottom: 0;
    width: 120%;
    height: 40px;
    background: #fcd35c;
    z-index: -1;
}

.voice {
	margin: 60px 0;
}

.voice_ttl {
	width:30%;
	margin:0 auto;
}

.voice_txt {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.voice_txt:before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    bottom: -10px;
    left: calc(50% - 13%);
    background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.voice_txt span {
	color: #d55b5b;
	font-size: 30px;
    font-weight: bold;
	display:inline-block;
}

.link_btn_contents {
	display: flex;
    width: 80%;
	max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.link_btn_voice,
.link_btn_works {
	width: 45%;
    background: #d55b5b;
    border-radius: 20px;
    padding: 10px;
	position:relative;
}

.link_btn_voice:before,
.link_btn_works:before {
	content:"";
	width: 100%;
	height:90%;
    background: #ffec01;
    border-radius: 0 0 20px 20px;
	position:absolute;
	top: 20px;
	left: 5px;
	z-index:-1;
}

.link_btn_works {
	background:#028ac4;
}

.link_btn_voice a,
.link_btn_works a {
	display:flex;
	align-items:center;
	justify-content:center;
}

.link_btn_voice a img,
.link_btn_works a img {
	width: 100px;
}

.link_btn_voice a p,
.link_btn_works a p {
	font-size: 35px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.link_btn_voice a p span,
.link_btn_works a p span {
	font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.question {
	padding: 150px 0 60px 0;
	max-width: 1200px;
	width:80%;
	margin:0 auto;
}

.question_area {
	position:relative;
}

.question_ttl {
	width: fit-content;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 30px;
}

.question_ttl span {
	display: block;
    font-size: 30px;
    font-weight: bold;
}

.question_area img {
	position: absolute;
    width: 300px;
    top: -100px;
    left: calc(50% - 150px);
}


/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	background: #ddecfa;
    margin: 0 0 20px;
	display: block;
    position: relative;
    padding: 15px 60px;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    color: #333;
    border: none;
	cursor: pointer;
}

.Label:hover {
	color: #36a1df;
	transition:all .3s
}


.Label:nth-of-type(2),
.Label:nth-of-type(4) {		/*タイトル*/
	background: #fffbc6;
}

.Label::before{	
    position: absolute;
    color: #333;
    font-weight: 500;
    font-size: 30px;
    left: 10px;
    top: 0px;
    z-index: 0;
    letter-spacing: 5px;
	z-index:1;
}

.Label_1::before{	
	content:"Q1";
}

.Label_2::before{	
	content:"Q2";
}

.Label_3::before{	
	content:"Q3";
}

.Label_4::before{	
	content:"Q4";
}

.Label_5::before{	
	content:"Q5";
}


.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.accordion .content_1 {		/*本文*/
	height: auto;
	margin-bottom:10px;
	padding:10px 20px ;
	transition: all .3s;
}
.accordion .content .bb,
.accordion .content_1 .bb {
	font-weight: 500;
    font-size: 100%;
    color: #36a1df;
}

.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:10px 20px ;
	transition: all .3s;
}

.toggle:checked + .Label + .content_1 {	/*開閉時*/
	overflow:hidden;
	transition: all .3s;
	height:0;
	padding:0 20px;
}


.flow {
	width: 95%;
	max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 0;
}

.flow_contents_area {
	background: #e5f6cc;
	position: relative;
	width: unset;
	border: 5px solid #fff;
	box-sizing: border-box;
}

.flow_ttl {
	width: 600px;
    position: absolute;
    top: -50px;
    left: -21px;
}

.summer_camp_flow_ttl {
	position: unset;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #333;
    text-shadow: 0px 7px 4px rgba(255, 255, 255, .8);
	width: unset;
	padding-top: 50px;
}

.flow_contents {
    padding: 70px 0px 30px;
}

.summer_camp_flow_border {
	padding:30px;
	background: #e5f6cc;
}

.summer_camp_flow_contents li {
	display:flex;
	align-items:center;
    width: 70%;
    margin: 30px auto;
}

.summer_camp_flow_contents li img {
	width:20%;
	object-fit: contain;
	margin-right:50px;
}

.flow_contents li p {
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
}

.summer_camp_flow_contents li .flow_contents_ttl {
	font-size:30px;
	font-weight:bold;
	padding-top:unset;
}

.summer_camp_flow_contents li .flow_contents_ttl span {
	font-size:40px;
	font-weight:bold;
	padding-top:10px;
	color:#fff;
	text-shadow: 0px 7px 4px rgba(255, 255, 255, .8);
	color: #80C2E9FF;
}

.osaka_contents .reform_area_in_osaka {
	margin: 60px 0;
	max-width: 1200px;
}

.osaka_contents .osaka_txt_img {
	margin:0 auto;
	width: 40%;
}

.osaka_contents .flow_txt {
	text-align: center;
    font-size: 65px;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.osaka_contents .flow_txt:before {
	content: '';
    position: absolute;
    left: -2%;
    bottom: 0;
    width: 104%;
    height: 40px;
    background: #fcd35c;
    z-index: -1;
}

section.contact_area {
	max-width: unset;
	background: #d9e5f0;
	width: 100%;
}

section.contact {
	max-width: 1200px;
}

.contact_ttl_area {
	padding: 20px 0;
    background: #569fda;
    margin: 60px 0;
	position:relative;
}

.contact_ttl_area:before {
	content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    background: #569fda;
    transform: rotate(45deg);
    bottom: -35px;
    left: calc(50% - 35px);
}

.contact_ttl {
    padding: 20px 0;
    font-size:40px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	border-top: 2px #fff solid;	
	border-bottom: 2px #fff solid;
	margin:0;
	position:relative;
}

section.footer {
	margin-top: 5%;
}

.ft-ab {
    max-width: 330px;
    margin: 0 auto 10%;
    text-align: center;
}

.ft-ab > p {
	margin: 0 auto 8% !important;
}

.ft-ab li {
	margin:0;
}

section.contact tr {
	border:none;
	margin-bottom: 30px;
	display:block;
}

div.wpcf7 td input.wpcf7-text {
    height: 48px;
    background: #fff;
    border: 1px solid #919191;
    color: #525252;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    width: 100%;
	min-width:unset;
	border:none;
	border-radius:10px;
}

section.contact tr {
    border: none;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

section.contact th p {
    color: #fff;
    text-align: center;
    font-size: 100%;
    margin-bottom: 0;
    width: 130px;
    padding: 15px;
    background: #028ac4;
	border-radius:10px;
}

section.contact th {
    width: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background:unset;
    font-size: 15px;
    color: #fff;
    text-align: center;
	background: unset !important;
}

section.contact .text_area {
    align-items:flex-start;
}

section.contact .ml_20 {
	margin-left: 20px;
}

section.contact td {
	padding: 0px;
	margin-left:20px;
	width:100%;
}

.width p, .page-body p {
	margin:0;
	line-height: unset;
	letter-spacing:unset;
	text-align:unset;
}

div.wpcf7 td textarea.wpcf7-textarea {
	background:#fff;
	border:none;
	border-radius:10px;
}

div.wpcf7 td span.wpcf7-list-item input {
	width:20px;
	height:20px;
	margin-right:5px;
}

div.wpcf7 td span.wpcf7-list-item label {
	display: flex;
    align-items: center;
}

section.contact form > p {
	width: 250px;
    margin: auto;
}

div.wpcf7 p input.wpcf7-submit {
	background: #fff;
    width: 100%;
    padding: 10px 0;
    border-radius: 25px !important;
    border: none;
    color: #d55b5b;
	transition: all .5s;
    font-size: 18px;
    font-weight: bold;
    margin:0;
    letter-spacing: 5px;
}

section.contact td span {
	font-size:16px;
}

div.wpcf7 p input.wpcf7-submit:hover {
    background: #36a574;
    cursor: pointer;
    color: #fff;
}

section.contact th .yellow {
    color: #fbf755;
	padding-left:0;
    font-size: 15px;
}

section.contact th .gray {
    color: #ddecfa;
	padding-left:0;
    font-size: 15px;
}


div.wpcf7 td input.wpcf7-text {
		height: 70px;
}


.sp,
.tub {
	display: none;
}



@media screen and (max-width:1200px) {
	
}

@media screen and (max-width:1023px) {
	.tub {
		display: block;
	}
	.discount_ttl,
	.reform_trust_txt,
	.osaka_contents .flow_txt {
		font-size:50px;
	}
	.discount_ttl span {
		font-size:50px;
	}
	.sets_ttl {
		width:250px;
		top:-80px;
		left:-14px;
	}
	.present_h2 {
		font-size:30px;
	}
	.present_h2 span {
		font-size:35px;
	}
	.quocard_txt, .goods_txt {
		font-size:20px;
		letter-spacing:0;
	}
	.quocard_txt .number {
		font-size:30px;
	}
	.quocard_txt .red, .goods_txt .red {
		font-size:40px;
	}
	.before_reform_ttl {
		font-size:35px;
	}
	.before_reform_ttl img {
		right:-90px;
	}
	.reform_promiss li img {
		width:150px;
	}
	.reform_promiss li p,
	.reform_promiss li span {
		font-size:18px;
	}
	.voice_txt,
	.voice_txt span {
		font-size:25px;
	}
	.link_btn_contents {
		flex-direction: column;
		padding-top: 30px;
	}
	.link_btn_voice, .link_btn_works {
		width:100%;
		margin-bottom:30px;
	}
	.Label a {
		font-size:14px;
	}
	.Label:before {
		font-size:24px;
	}
	.flow_ttl {
		width: 300px;
		position: absolute;
		top: -25px;
		left: -10px;
	}
	.flow_contents {
		padding-top:50px;
	}
	.flow_contents li p {
		font-size:14px;
	}
	section.contact tr:nth-of-type(1) {
		align-items:flex-start;
	}
	section.contact {
		width:95%;
	}
	div.wpcf7 td input.wpcf7-text {
		max-width:unset;
	}
	section.contact th p {
		width: 100%;
		padding:15px 0;
	}
	div.wpcf7 td input.wpcf7-text {
		max-width:unset;
	}
	section.contact tr,
	section.contact th {
		display: block;
	}
	section.contact td {
		margin:0;
		padding:10px 0;	display: block;
	}
	section.contact .ml_20 {
		margin-left:0;
	}
	
	section.contact .mt_30 {
		margin-top:30px;
	}
	section.contact th .pc {
		display: none;
	}
	div.wpcf7 td input.wpcf7-text {
		height: 48px;
	}
	section.contact th .yellow,
	section.contact th .gray {
		padding-left:10px;
	}
	
	.summer_camp_mv_txt_area .mv_txt .red {
		font-size: 37px;
	}
	.summer_camp_mv_txt_area .mv_txt .bule {
		font-size: 30px;
	}
	.summer_camp_mv_txt_area .mv_txt_3 {
		font-size:25px;
	}
	.summer_camp_mv_txt_area .mv_txt_3 .attention {
		font-size:20px;
	}
	.summer_camp_period {
		font-size:20px;
	}
	.summer_camp_flow_ttl {
		font-size: 45px;
		position: unset;
		width: 100%;
	}
	.summer_camp_flow_contents li {
		width: 90%;
	}
}

@media screen and (max-width:768px) {
	.h_cta {
		margin-right: 0;
	}
	.mv_txt_area .mv_txt {
		font-size: 18px;
		width: 96%;
	}
	.mv_feature li {
		width: 25%;
	}
	.discount_ttl, .reform_trust_txt, .osaka_contents .flow_txt,.discount_ttl span {
		font-size:43px;
	}
	.bath p, .kitchen p {
		font-size: 30px;
	}
	.maker_sets {
		padding: 0 10px 20px;
	}
	.quocard_txt, .goods_txt {
		font-size: 19px;
	}
	.reform_trust_ttl {
		width:90%;
	}
	.voice_ttl {
		width:60%;
	}
	.flow_contents li p {
		font-size:13px;
	}
	.flow_contents {
		padding:50px 10px 30px;
	}
	.flow_contents_area {
		width:100%;
	}

	.discount_content:before {
		top: -25px;
		left: -50px;
	}
	.discount_content:after {
		top: 0px;
		right: 30px;
	}
	.summer_camp_mv_txt_area .mv_txt .red {
		font-size: 29px;
	}
	.summer_camp_mv_txt_area .mv_txt .bule {
		font-size: 24px;
	}
	.summer_camp_mv_txt_area .mv_txt_3 {
		font-size:22px;
	}
	.summer_camp_mv_txt_area .mv_txt_3 .attention {
		font-size:18px;
	}
	.summer_camp_period {
		font-size: 17px;
		padding: 13px 0;
	}

}

@media screen and (max-width:600px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.h_cta_area {
		position:fixed;
		bottom:0;
		width:100%;
	}
	.h_cta {
		height:40px;
		margin:0;
	}
	.h_cta_tell,
	.h_cta_mail {
		width:50%;
		margin:0;
	}
	.h_cta_tell a, .h_cta_mail a {
		width:100%;
		border-radius:10px 10px 0 0;
	}
	.mv_txt_area .mv_txt {
		font-size:15px;
	}
	.mv_txt_area .mv_txt_2 {
		text-align:center;
		font-size:40px;
	}
	.mv_txt_2 .most{
		font-size:50px;
	}
	.mv_txt_2 .number {
		font-size:100px;
	}
	.mv_txt_2 .parsent {
		font-size:70px;
	}
	.mv_feature li {
		width:33%;
	}
	.discount_sub_ttl {
		font-size:15px;
		line-height:2;
	}
	.discount_sub_ttl span {
		font-size:20px;
	}
	.discount_ttl, .discount_ttl span {
		font-size:23px;
	}
	.reform_trust_txt, .osaka_contents .flow_txt {
		font-size:27px;
	}
	.discount_ttl {
		margin-top:15px;
	}
	.discount_ttl:before,
	.reform_trust_txt:before,
	.osaka_contents .flow_txt:before {
		content: '';
		position: absolute;
		left: 0%;
		bottom: 0;
		width: 100%;
		height: 15px;
		background: #fcd35c;
		z-index: -1;
	}
	.discount_img {
		flex-wrap: wrap;
		padding:50px 0 0;
	}
	.discount_parsent {
		width: 50%;
        margin: 0px auto;
        position: absolute;
        top: -35px;
        left: calc(50% - 25%);
        z-index: 2;
	}
	.bathroom_img, .kitchen_img {
		position:unset;
	}
	.bath, .kitchen {
        width:48%;
	}
	.reform {
        width:100%;
	}
	.bath, .kitchen,.reform {
        margin: 15px 0;
	}
	.bath p, .kitchen p {
        font-size: 24px;
    }
	.three_sets {
		padding:70px 0 30px;
	}
	.maker_sets {
		flex-direction:column;
	}
	.maker_sets .lixil, .maker_sets .toto, .maker_sets .panasonic {
		width:100%;
	}
	.present_ttl {
		width:90%;
	}
	.present_contents_area {
		margin-bottom: 75px;
	}
	.ribbon {
		bottom: -70px;
	}
	.ribbon_right {
		width: 50%;
		height: 200px;
		position: absolute;
		top: -80px;
		right: calc(50% - 54%);
	}
	.quocard {
		flex-direction: column;
		margin:100px 0 30px;
		text-align:center;
	}
	.quocard img {
		margin: 15px;
		width: 70%;
	}
	.goods {
		flex-wrap:wrap;
		text-align:center;
	}
	.goods_txt {
		width:100%;
	}
	.goods img {
		width:48%;
		height: 120px;
	}
	.before_reform_ttl {
		font-size:27px;
		padding:10px 0;
	}
	.before_reform_ttl img {
        right: -60px;
    }
	.before_reform_img_area {
		padding-bottom:30px;
	}
	.reform_trust_ttl {
		width: 100%;
		margin: 0 auto 30px;
	}
	.reform_feature {
		flex-wrap:wrap;
	}
	.reform_feature li {
		width:48%;
		margin: 10px auto;
	}
	.reform_promiss_area {
		margin: 60px 0 30px;
	}
	.reform_promiss_area,.reform_promiss  {
		padding:10px;
	}
	.reform_promiss li img {
        width: 120px;
    }
	.reform_promiss li p, .reform_promiss li span {
		font-size:13px;
	}
	.voice {
		margin:40px 0 20px;
	}
	.voice_ttl {
		width:90%;
	}
	.link_btn_voice, .link_btn_works {
		width: 90%;
	}
	.link_btn_voice a img, .link_btn_works a img {
		width:50px;
	}
	.link_btn_voice a p, .link_btn_works a p {
		font-size:19px;
	}
	.link_btn_voice a p span, .link_btn_works a p span {
		font-size:13px;
	}
	.question {
		padding-bottom:20px;
		width:95%;
	}
	.question_ttl {
		font-size:25px;
	}
	.question_ttl span {
		font-size:22px;
	}
	.question_area img {
		position: absolute;
		width: 200px;
		top: -60px;
		left: calc(50% - 100px);
	}
	.Label {
		padding:15px 40px;
	}
	.Label:before {
		bottom:unset;
		top:-20px;
	}
	.flow {
		padding: 50px 0 0;
	}
	.flow_contents {
		flex-wrap:wrap;
	}
	.flow_contents li {
		padding: 10px 0px;
        width: 50%;
	}
	.flow_contents li p {
		font-size:18px;
	}
	.osaka_contents .osaka_txt_img {
		width:80%;
	}
	.contact_ttl  {
		font-size:25px;
	}
	.ft-ab li {
		font-size:13px;
	}
	.discount_content:before {
        top: 0px;
        left: -30px;
    }
	.discount_content:after {
        top: 0px;
        right: 10px;
    }
	
	.summer_camp_mv_txt_area .mv_txt .red {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.summer_camp_mv_txt_area .mv_txt .red .sp {
		display: block;
	}
	.summer_camp_mv_txt_area .mv_txt .bule {
		font-size: 20px;
	}
	.summer_camp_mv_txt_area .mv_txt .bule .sp {
		display: block;
	}
	.summer_camp_mv_txt_area .mv_txt_3 {
        font-size: 13px;
    }
	.summer_camp_mv_txt_area .mv_txt_3 .attention {
        font-size: 13px;
    }
	.summer_camp_period {
		font-size: 13px;
		padding: 7px 0;
	}
	.summer_camp_period .sp {
		display: block;
	}
	.summer_camp_img_area {
		flex-direction: column;
	}
	.summer_camp_flow_ttl {
		font-size:30px;
		padding-top: 30px;
	}
	.summer_camp_img_area li {
		width: 100%;
	}
	.summer_camp_flow_contents li {
		flex-direction:column;
		width: 100%;
		margin: 0;
	}
	.summer_camp_flow_contents li img {
		width: 50%;
		margin:0;
	}
	.summer_camp_flow_contents li .flow_contents_ttl {
		font-size: 24px;
	}
	.summer_camp_flow_contents li .flow_contents_ttl span {
		font-size: 30px;
	}
	.flow_contents li p {
		font-size:14px;
	}
}

