#sp-fix-menu{
	display:none;
}
.sp_shop-view-main{
	display:none;
}
@media screen and (min-width:1600px) {
	header {
		max-width:1600px;
    left: 0;
    right: 0;
    margin: auto;
}
}
.br_1024{
    display: none;
}
.br_900{
    display: none;
}
.br_800{
	display:none;
}
.br_700{
    display: none;
}
.br_500{
    display: none;
}
.sp_hdr{
        display: none;
}
.sp_only{
    display: none!important;
}
.only_500{
    display: none!important;
}
.only_400{
    display: none!important;
}

@media screen and (max-width:1300px) {
/*     header {
    padding: 50px 0 0px 1%;
}
header h1 {
    width: 30%;
} */
.hdr_menu {
    width: 65%;
    bottom: 0px;
}
}
@media screen and (max-width: 1200px){
header {
    padding: 12px 0 36px 2.5%;
}
	.hdr_menu {
    width: 70%;
		bottom:4px;
}
}
@media screen and (max-width:1150px) {

.tel_banner {
    width: 300px;
}
.ftr-left {
    width: 28%;
}
.ftr-right {
    width: 68%;
}
.ftr-left h3 {
    font-size: 16px;
    text-align: center;
    padding: 0;
}
.ftr-right h3 {
    font-size: 16px;
}
.ftr-left p {
    font-size: 16px;
}
.right-left p {
    font-size: 14px;
}
}

@media screen and (max-width:1100px) {
    .ftr-right img {
    width: 320px;
}
}
@media screen and (max-width:1050px) {
    .pc_hdr{
        display: none;
    }
    .sp_hdr{
        display: block;
        padding: 18px 20px;
    }
    .sp_hdr h1{
        min-width: 200px;
		max-width:350px;
        width: 40%;
		padding-bottom: 24px;
    }
    .sp_hdr h1 a img{
        width: 100%;
        height: 100%;
    }
    .sp_tel_banner{
        min-width: 340px;
        width: 50%;
        /* margin: 0 auto; */
        display: block;
/*         padding-left: 16px; */
        padding-left: 0px;
    }
    .sp_tel_banner img{
        width: 100%;
    }
    .hdr_menu {
    display: block;
    position: unset;
    }
    .hdr_menu a {
    border: none;
    }
    .hdr_menu li:last-child {
    border: none;
}
    /*============
    nav
    =============*/
    nav {
    display: block;
    position: fixed;
    top: 0;
    left: -70%;
    bottom: 0;
    width: 70%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
    }
    .open nav {
    left: 0;
    opacity: 1;
    }
    nav .inner {
    padding: 25px;
    }
    nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
        width: 100%;
    }
    nav .inner ul li {
    position: relative;
    margin: 0;
    width: 100%;
    }
    nav .inner ul li a {
    display: block;
    font-size: 28px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    }
    nav .inner ul li a:hover {
    background: #e4e4e4;
    }
    /*============
    .toggle_btn
    =============*/
    .toggle_btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 5%;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    }
    .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #0071bc;
    border-radius: 4px;
    transition: all .5s;
    }
    .toggle_btn span:nth-child(1) {
    top: 4px;
    }
    .toggle_btn span:nth-child(2) {
    top: 14px;
    }
    .toggle_btn span:nth-child(3) {
    bottom: 4px;
    }
    .open .toggle_btn span {
    background-color: #fff;
    }
    .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    }
    .open .toggle_btn span:nth-child(2) {
    opacity: 0;
    }
    .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
    }
    /*============
    #mask
    =============*/
    #mask {
    display: none;
    transition: all .5s;
    }
    .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
    }

    #section_mv {
    margin-top: 0px;
    }
    .voice-main-wrapper{
  margin-top: 24px;
}
.flow-main-wrapper{
  margin-top: 24px;
}
.access-main-wrapper{
  margin-top: 24px;
}
.contact-main-wrapper{
  margin-top: 24px;
}
.price-main-wrapper{
  margin-top: 24px;
}
#voice {
    margin: 24px 0;
}
.reason_detail {
        padding-top: 4px;
    margin-top: -4px;
}
}

@media screen and (max-width:1024px) {
    .br_1024{
    display: block;
}
body{
    padding: 0 16px;
}
	.reason_text {
    font-size: 18px;
}
	.reason_icon {
    width: 80px;
    height: 80px;
}
.sp_hdr {
	    padding: 18px 0 0 0;
}
    .in_box {
    padding: 0 16px;
}
.ftr-right img {
    width: 300px;
}
iframe{
    width: 300px!important;
}
.cv_tel a p {
    line-height: 14px;
}
.detail_main p {
    padding-left: 5%;
}
}

@media screen and (max-width:950px) {
    .detail_main img {
    width: 350px;
    height: 240px;
}
    .cv_wrapper {
    justify-content: center;
}
    .cv_content {
    width: 80%;
    max-width: unset;
    margin-bottom: 12px;
}
.cv_tel a {
    display: flex;
    margin: 24px auto;
    min-width: 350px;
    width: 50%;
}
.cv_tel p {
    width: 65%;
	min-width: 350px;
    margin: 0 auto;
    font-weight: bold;
	line-height: 30px;
}
#map .cv_tel a {
    display: flex;
    margin: 24px auto;
    min-width: 600px;
    width: 100%;
}
#map .cv_tel a p{
    margin: 0;
	width: 100%;
}
#map .cv_tel h3 {
    max-width: 600px;
/*     margin: 0 auto; */
}
#map .cv_tel p {
    max-width: 600px;
    /* margin: unset; */
}
.right_inner {
    flex-wrap: wrap;
}
.right-left{
    display: flex;
	align-items: flex-start;
}
.right-left p {
    padding: 0 3%;
}
.right-right {
    width: 100%;
}
iframe {
    width: 100%!important;
    height: 200px;
}
}
@media screen and (max-width:900px) {
    .br_900{
    display: block;
}
    #price {
    height: auto;
    width: 100%;
}
    .ftr_warapper {
    flex-wrap: wrap;
}
.ftr-left h3 {
    max-width: 600px;
    margin: 0 auto;
}
    .ftr-left {
    width: 100%;
    max-width: unset;
		padding-bottom:40px;
}
.ftr-left a {
    max-width: 320px;
    margin: 0 auto;
}
.ftr-left p {
    max-width: 320px;
    margin: 0 auto;
}
.ftr-right {
    width: 100%;
    max-width: unset;
}
.ftr-right h3 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.right-left {
    margin: 0 auto;
    max-width: 600px;
}
.right-right {
    max-width: 600px;
    margin: 24px auto;
    padding: 0;
}
#price_main .contents ul p {
    font-size: 40px;
}
#price-table table .car_img04 {
    width: 240px;
}
#price-table table .car_img05 {
    width: 230px;
}
td.bg_fef9e2 {
    text-align: center!important;
}
.qa h3 {
    font-size: 18px;
}
.qa h3 span {
    width: 64px;
}
	.privacy {
    width: 100%;
    text-align: center;
    position: initial;
    margin-bottom: -24px;
}
}
@media screen and (max-width:850px) {
    #price-table table .car_img02 {
    width: 230px;
}
#price-table table .car_img06 {
    width: 195px;
}
a .reason_text {
    font-size: 17px;
	  padding-top: 0px;
}
	.toppage_news a {
		font-size: 21px;
	}
}

/*全体*/
.hidden_box {
    margin: 0;
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
    display: block;
    height: auto;
    font-weight: bold;
    cursor :pointer;
    padding: 12px 20px;
    background: #fbb03b;
    border-radius: 8px;
    text-align: center;
}
/*ボタンホバー時*/
.hidden_box label:hover {
    /* background: #efefef; */
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
}

@media screen and (max-width:800px) {
.pc_only{
    display: none!important;
}
.sp_only{
    display: block!important;
}
.br_800{
	display:block;
}
body {
    padding: 0;
}
	.sp_hdr {
    padding: 18px 0;
}
	.sp_hdr h1 {
    padding-left: 16px;
}
	.sp_tel_banner {
    padding-left: 16px;
}
	.toppage_news a {
    font-size: 18px;
}
#top_page_image02{
    width: 90%!important;
    min-width: 334px;
}
.detail_main {
    display: block;
    text-align: center;
    padding: 34px 0 16px 0;
    width: 90%;
}
.detail_main p {
     width: 75%;
    max-width: 400px;
    padding-left: 0;
    margin: 0 auto;
    text-align: left;
}
/* .detail_main img {
    margin: 0 auto;
    width: 54%;
} */
	.detail_main img {
margin: 0 auto;
width: 100%;
height: auto;
}
#price-table table {
    width: 96%;
}
#price-table .add_text {
    padding: 0 2%;
}
.atention {
    width: 96%;
}
.tokuten-wrapper {
    width: 96%;
}
.tokuten p {
    width: 96%;
}
.add-price-contets {
    width: 90%;
    margin: 40px auto;
    flex-direction: column-reverse;
    display: flex;
}
.add-price-contets .add-left {
    width: 100%;
    margin: 0 auto;
}
.add-price-contets .add-right {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.add-price-contets .add-right h3 {
    margin: 0 auto;
	    width: 100%;
}
	.add-price-contets .add-right .p2 {
    text-align: left;
    width: 55%;
    margin: 0 auto;
}
.contact_subtext {
    width: 96%;
}
#contact_mv .cv_tel {
    width: 96%;
}
	#contact_mv .cv_tel h3 {
		text-align:center;
}
	#contact_mv .cv_tel p {
		min-width:unset;
		width:100%;
		text-align:center;
	}
	#contact_mv .cv_tel a img {
    display: none;
}
	#contact_mv .cv_tel a p span:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(image/icon07.png);
    background-size: contain;
    margin-right: 16px;
}
	#contact_mv .cv_tel a {
    width: 100%;
    text-align: center;
		justify-content: center;
}
	#contact_mv .cv_tel a p {
    margin: 0;
    width: auto;
		line-height: 28px;
}
iframe {
    width: 96%!important;
}
#map p {
    padding: 42px 0 44px 2%;
}
#map .cv_tel {
    width: 96%;
}
#shop-view h3 {
    width: 96%;
}
#shop-view p {
    width: 96%;
}
.shop-view-main {
    width: 90%;
}
#conmany table {
    width: 96%;
}
.flow_content {
    width: 96%;
}
.flow_img01 {
    width: 96%;
}
.flow_left img {
    width: 100%;
}
.voice {
    width: 96%;
}
.qa {
    width: 96%;
}

#price-table p {
    padding-top: 0px;
	font-size:22px;
}
#price-table p span{
	font-size:24px;
}
.hidden_box_wrapper{
   padding-top: 32px;
}
.hidden_box h3{
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-bottom: solid 2px #fff;
    max-width: 335px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
.hidden_box p{
    font-size:16px;
    font-weight: bold;
    color: #ff0000;
    padding-top: 16px!important;
}
/* .hidden_box p span{
    font-size: 36px;
} */
.hidden_box a{
    color: #fff;
}
.hidden-contents{
    text-align: center;
}
.hidden-contents img{
    width: 320px;
    margin: 0 auto;
}
.hidden_box:not(:first-child){
    margin-bottom: 16px;
}
.atention {
    display: block;
}
.atention_left {
    border-right: none;
    border-bottom: solid 2px #f7931e;
    width: 120px;
    margin: 0 auto;
    padding: 20px 0;
}
.atention_right {
    padding: 21px 5%;
}
.reason_wrapper {
    padding-bottom: 40px;
}
.reason_wrapper a {
    width: 90%;
    margin: 12px auto;
}
.reason_detail .reason_text{
    line-height: 46px;
}
.reason_wrapper .gurabtn1{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 8px solid #d36404;
  background: linear-gradient(45deg, #ff7700, #ff7700, #ff7700, #ff7700, #ff7700, OrangeRed, #ff7700, #ff7700, #ff7700, #ff7700, #ff7700);
  background-color:#ff7700;
  background-size: 500% 500%;
  animation: guraBtn 2s ease infinite;
      min-width: 340px;
	    height: 64px;
}
.detail_main p {
    padding-bottom: 16px;
    max-width: unset;
}
	#map .cv_tel h3 {
    text-align: center;
    max-width: unset;
}
#map .cv_tel p {
    max-width: unset;
    text-align: center;
    width: 100%;
	    margin: 0 auto;
}
		#map .cv_tel a p{
		line-height:30px;
}
	#map .cv_tel a img {
		display:none;
}
	#map .cv_tel a p span:before{
		content:"";
		display:inline-block;
		width:23px;
		height:23px;
		background:url(image/icon07.png);
		background-size:contain;
		margin-right: 16px;
}
}


@media screen and (max-width:768px) {
    .section_title {
    text-align: center;
}
.reason_wrapper a {
    width: 96%;
    min-width: 330px;
    margin: 16px auto;
}
.right-left {
    width: 90%;
}
.right-right {
    width: 90%;
}
.right-left p {
    padding: 0 0 0 3%;
}
	footer{
		padding-bottom:80px;
	}
	#sp-fix-menu{
	display:flex;
		width: 100%;
		justify-content:space-between;
		    position: fixed;
    z-index: 9999;
    bottom: 0;
		right: -2px;
	background:#fff;
	padding-bottom:8px;
}
	#sp-fix-menu a{
		display:block
	}
	#sp-fix-menu a img{
		width:98%;
	}
	.cv_tel p {
    width: 50%;
    text-align: center;
}
	.qa h3 {
    font-size: 16px;
}
}

@media screen and (max-width:700px) {
.br_700{
    display: block;
}
    #price_main .contents {
    width: 96%;
}
#price_main .contents li {
    width: 100%;
    font-size: 24px;
}
#price_main .contents ul {
    padding: 20px 12px;
}
#price_main .contents ul p {
    font-size: 34px;
}
.tokuten-wrapper {
    justify-content: center;
}
.tokuten .credit {
    max-width: 400px;
        display: block;
    margin: 0 auto;
	width:90%;
}
.shop-view-main {
    justify-content: center;
}
.staff_text {
    padding-left: 3%;
    width: 90%;
}
#map .cv_tel {
    text-align: center;
}
#map .cv_tel a {
    min-width: unset;
}
#map .cv_tel a p {
    min-width: unset;
}
.cv_tel p .tel {
    width: 300px;
/*     display: inline-block; */
    text-align: initial;
	font-size:30px;
}
.flow_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: flex-start;
}
.flow_right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}
.flow_content .gurabtn1 {
    left: 0;
    max-width: 414px;
}
	.qa h3 span {
    width: 42px;
    background-size: 50%;
		padding-top: 17px;
}
}
}
@media screen and (max-width:655px) {
	.qa h3 {
    font-size: 14px;
}
	.qa p {
    padding-top: 24px;
    font-size: 16px;
    line-height: 24px;
}

}
@media screen and (max-width:600px) {
    .right-left {
    flex-wrap: wrap;
}
.ftr-right img {
    width: 100%;
}
.right-left p {
    padding: 20px 0 0 3%;
    width: 100%;
}
iframe {
    width: 100%!important;
}
#price_main .contents li {
    font-size: 20px;
}
#price_main .contents ul p {
    font-size: 28px;
}
#price_main .contents ul p::before {
    height: 8px;
}
#price_main .gurabtn1 {
    display: none;
}
td.bg_fef9e2 {
    font-size: 24px;
}
td.bg_fef9e2 span {
    font-size: 36px;
}
td.bg_fef9e2 {
    font-size: 22px;
}
#price-table td.bg_fbb03b {
    font-size: 36px;
}
#price-table .add_text span {
    font-size: 18px;
}
#price-table .add_text {
    font-size: 18px;
}
.tokuten p {
    font-size: 18px;
	line-height:24px;
}
#contact_mv .cv_tel a {
    margin: 0 auto;
	margin-left: -6%;
}
#contact_mv .cv_tel h3 {
    text-align: center;
	    padding-bottom: 14px;
}
	.hidden_box .section_title {
    line-height: 42px;
}
	.pc_shop-view-main{
		display:none;
	}
	.sp_shop-view-main{
		display:block;
	}
	.shopimg02{
		display:none;
	}
}
@media screen and (max-width:576px) {
	.qa09 h3 div {
    line-height: 24px;
		margin-top:3px;
}
}
@media screen and (max-width:500px) {
.br_500{
    display: block!important;
}
.only_500{
    display: block!important;
}
	.sp_tel_banner {
    width: 90%;
    margin: 16px auto;
    padding-left: 0;
}
.toppage_news {
    padding: 28px 0;
}
    .toppage_news li {
    text-align: center;
    width: 340px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
}
	
#price .section_title{
    display: none;
}
#price a {
    padding: 0 0 42px 0;
}
#top_page_image02 {
    min-width: 300px;
}
.reason_wrapper a {
    width: 90%;
    min-width: 300px;
}
.detail_main img {
    width: 100%;
	height: 100%;
}
.reason_text {
    font-size: 20px;
}
.cv_content {
    width: 90%;
    padding: 21px 0 64px 0;
}
.cv_text {
    padding: 16px 0;
}
.cv_text {
    width: 90%;
    padding: 16px 0;
    margin: 0 auto;
}
.contact_subtext {
    width: 90%;
}
#contact_mv .cv_tel {
    width: 90%;
    padding: 24px;
    margin-bottom: 40px;
}

.contact-main {
    background: #fef9e2;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 24px;
}
.contact-main h4 {
    padding-bottom: 0px;
}
.contact-main input, textarea {
    padding-left: 8px;
    font-size: 15px;
}
.tel-number input {
    width: 100%;
}
#map .detail {
    width: 90%;
    margin: 0 auto;
    line-height: 24px;
    padding: 24px 0;
}
#map .cv_tel {
    width: 90%;
    padding: 24px;
    margin-bottom: 40px;
}
#map .cv_tel a {
    width: 100%;
	   justify-content: center;
	position:relative;
}
#map .cv_tel a img {
	position:absolute;
	left: 0;
    top: 50%;
}
#map .cv_tel a p {
    padding-bottom: 0;
	width:100%;
	position:relative;
}
#shop-view h3 {
    width: 90%;
    margin: 24px auto;
}
#shop-view p {
    width: 90%;
    margin: 24px auto;
}
#shop-view {
    padding-bottom: 40px;
}
#staff {
    padding-bottom: 80px;
}
.staff_detail {
    margin-top: 40px;
}
.staff_detail {
    flex-wrap: wrap;
    width: 90%;
    padding: 20px 36px;
    justify-content: center;
}
.staff_text {
    padding-left: 0%;
    width: 100%;
}
.staff_img{
    text-align: center;
	width:60%;
}
.staff_img img {
    width: 100%;
}
.staff_text h3 {
    padding-left: 0px;
    text-align: center;
	font-size:16px;
}
.staff_text p {
    padding-top: 18px;
    padding-left: 0px;
}
#conmany table {
    display: none;
}

#conmany ul{
    width: 90%;
    margin: 50px auto;

}
#conmany li{
    padding-bottom: 24px;
}
#conmany li h3{
    font-size: 16px;
    line-height: 28px;
    border-bottom: solid 1px #000;
}
#conmany li p{
    font-size: 14px;
    line-height: 24px;
}
.ftr-left h3 {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
}
.ftr-right h3 {
    width: 90%;
}
.right-left p {
    padding: 20px 0;
}
.voice {
    width: 90%;
    margin-top: 36px;
}
.qa {
    width: 90%;
}
.hidden_500{
    display: none!important;
}
.qa h3 {
    font-size: 16px;
    display: flex;
    padding: 6px 12px;
    position: relative;
	height: 54px;
}
.qa h3 span {
    background-size: 80%;
    margin-top: -6px;
    margin-left: -10px;
    width: 48px;
    margin-right: 10px;
	height: 44px;
}
.qa h3 div{
    position: absolute;
    top:0;
    bottom: 0;
    left: 64px;
    margin: auto;
    height: fit-content;
        line-height: 19px;
}
.qa p {
    padding-top: 16px;
    font-size: 16px;
    line-height: 26px;
}
.flow_img01 {
    width: 90%;
    margin: 40px auto;
}
.flow_left img {
    width: 90%;
}
.flow_left p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
    width: 90%;
}
.flow_left ul{
    width: 90%;
}
.flow_right {
    width: 90%;
    padding-top: 8px;
    padding-bottom: 90px;
    margin: 0 auto;
}
.flow_right img {
    width: 100%;
}
.flow_content {
    width: 100%;
    padding-bottom: 40px;
}
#price_main .contents li {
    font-size: 12px;
}
#price_main .contents ul {
    padding: 12px 4px;
}
#price_main .contents ul p {
    font-size: 20px;
/*     margin: 0; */
/*     color: #f7931e; */
}
/* #price_main .contents ul p::before {
    display: none;
} */
#price_main {
    padding-bottom: 40px;
}
.hidden-contents p {
    color: #000;
    font-size: 12px!important;
}
#price-table .add_text {
    width: 90%;
    padding: 0;
    line-height: 31px;
    font-weight: bold;
    padding-bottom: 24px;
}
.atention {
    width: 90%;
    padding: 0;
}
#price-table {
    padding-bottom: 40px;
}
.waribiki {
    margin: 40px auto;
}
#waribiki-tokuten h3 {
    width: 90%;
    margin: 0 auto 20px auto;
}
.tokuten-wrapper img {
    margin: 0 0 20px 0;
}
/* .tokuten p {
    display: none;
}
.tokuten .credit {
    display: none;
} */
#waribiki-tokuten {
    padding-bottom: 20px;
}
	
.add-price-contets .add-left {
    width: 100%;
    max-width: unset;
}
.add-price-contets .add-right .p1 {
    font-size: 20px;
    padding: 18px 0 23px 0;
}
.add-price-contets .add-right .p2 {
    font-size: 12px;
    line-height: 20px;
	width: 76%;
}
.cv_wrapper {
    padding-bottom: 40px;
}

nav .inner ul li a {
    font-size: 19px;
}
.price-main-wrapper {
    margin-top: 0px;
}
#voice {
    margin: 0 0 20px 0;
}
.voice {
    padding: 16px;
}
.voice p {
    line-height: 24px;
    font-size: 16px;
}
.voice h3 {
    padding-left: 0px;
	margin-bottom: 12px;
}
	.detail_main p {
		width: 100%;
}
	.contact_subtext p{
    line-height: 21px;
}
	.ftr-left a {
		padding: 24px 0;
		text-align:center;
		max-width: 375px;
}
		.ftr_warapper .tel{
		border-bottom: solid 3px #144e94;
	
	}

}
@media screen and (max-width:470px) {
	.reason_wrapper .reason_text01{
    font-size: 17px;
    line-height: 22px;
		width: 70%;
    margin: 0 auto;
}
}
@media screen and (max-width:440px) {
	.reason_wrapper .reason_text01{
    line-height: 22px;
		padding:12px 0 0 0;
}
}
@media screen and (max-width:400px) {
	.only_400{
		display:block;
	}
 .reason_text {
    font-size: 18px;
}
	.add-price-contets .add-right h3 {
    font-size: 22px;
		width: 100%;
	}
	.add-price-contets .add-right .p2 {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
	.cv_content {
    padding: 21px 0 54px 0;
}
.cv_content h3 {
    width: 90%;
    font-size: 18px;
	max-width: 273px;
}
	.cv_tel a {
		min-width: 273px;
}
	.cv_tel p .tel {
		font-size: 32px;
	}
.cv_tel p {
    font-size: 17px;
    padding-bottom: 8px;
	font-weight:500;
	width: 80%;
    min-width: 280px;
}
	#price-table .content {
    padding: 0;
    width: 54px;
}
	td.bg_fef9e2 {
    padding-left: 0px!important;
}
	td.bg_fef9e2 small {
    font-size: 13px;
}
	td.bg_fef9e2 {
    font-size: 16px;
}
	td.bg_fef9e2 span {
    font-size: 24px;
}
	#price-table .price {
    font-weight: bold;
    font-size: 20px;
}
	.contact-main input, textarea {
    font-size: 13px;
		padding-left: 4px;
}
	.contact-main textarea {
    font-size: 13px;
		padding-left: 8px;
}
	#map .detail {
    font-size: 14px;
		line-height: 20px;
}
	.voice h3 {
		font-size: 16px;
	}
	.qa h3 {
		font-size: 13px;
	}
	.qa p {
    font-size: 13px;
    line-height: 22px;
}
	.voice p {
    line-height: 22px;
    font-size: 15px;
}
	#contact_mv .cv_tel a {
    margin-left: -4%;
}
	#sp_reason_detail01 .reason_text {
		
    line-height: 24px;
}
		
	}


/* 新料金表 */

@media screen and (max-width: 800px){
.hidden_box {
    width: 70%;
    margin: 0 auto;
    min-width: 365px;
}
.hidden_box label {
    padding: 12px 4px;
    background: #fff;
    border: solid 1px #fbb03b;
	}
	.hidden_box h3 {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-bottom: solid 2px #fbb03b;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-left: 4px;
    letter-spacing: -0.5px;
		max-width:unset;
}
	.hidden_box h3 span {
    line-height: 35px;
    color: #D4145A;
}
.hidden_box label div {
    display: flex;
    text-align: left;
    max-width: 440px;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}
.hidden_box label div img {
    width: 33%;
    margin-left: 5%;
}
#price-table .hidden_box label div p {
	width:50%;
}
	#price-table .hidden-contents h4 {
    font-size: 16px;
    padding-left: 25px;
    padding-bottom: 10px;
}
	#price-table .content {
    padding: 14px 10px;
		font-size: 14px;
}
	#price-table table td {
    padding: 14px;
}
td.bg_fef9e2 {
    font-size: 22px;
}
	td.bg_fef9e2 small {
    font-size: 13px;
}
	#price-table .houtei {
    padding: 0 16px;
}
#price-table p span {
    font-size: 30px;
}
#price-table p span small{
	font-size: 16px;
	}
#price-table table {
    margin: 0 auto 40px auto;
}
}
@media screen and (max-width: 500px){
	.hidden_box {
    width: 90%;
	}
	#price-table .content {
    padding: 14px 13px;
    font-size: 14px;
}
	#price-table table td {
    padding: 14px!important;
}
}