@charset "utf-8";

/*==============================================
	料金
==============================================*/
.price-cleaning{
	display: flex;
/*	width: 95%; */
	padding: 5px;
	margin-top: -30px;
	flex-direction: column;

}
.price-s{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
}
.price-m{
	font-size:13px;
}

.price-mi{
	font-size:12px;
}

.price-area{
    display: block;
	padding-right: 20px;
	padding-left: 20px;

/*	padding-bottom: 30px;
	display: block;
*/
}
/*--ボタン設定-- */
.btn-area{
	display: flex;
	width:100%;
	justify-content:space-between;
}
.btn-area2{
	display: flex;
	width:100%;
	justify-content:space-between;
}
.btn-area3{
	display: flex;
	width:100%;
	margin-right:15px;
}

.price-btn {
	width: 32%;
	margin: 7px 0;
/*	margin-right:15px;*/
}

.price-btn a{
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	line-height: 50px;
    background: #1479b9;
    border-radius: 8px;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.price-btn a:hover {
    color: #f29219;
    background: #e5f2fa;
}



/*--テーブル設定--*/
/*.table-area{
	background-color: #ECF4D9;
	border-radius: 3px;
	padding: 20px 0;
	margin-top:40px;
	border: none;
}
*/
table.price-table{
	border-collapse: collapse;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
	
	display: table; /* 表示をテーブルに設定 */
    table-layout: auto; /* テーブルのレイアウトを自動調整に設定 */
    width: auto; /* テーブルの幅を自動調整に設定 */
}

table tr.price-color{
	background-color: #e5f2fa;
}

table.price-table th,
table.price-table td{
	border:1px solid #1479b9;
	border-collapse: collapse;
	font-size: 14px;
	width: 170px;
/*	width: auto; 145px */
	padding: 5px 0;
	padding-right: 7px;

	word-wrap: break-word; /* テキストがセルからはみ出す場合に自動で改行 */
}
.price-table td{
	text-align: right;
}
.table-center{
	text-align: center;
}
.price-menu tr:nth-child(2n) td,
.price-menu tr:nth-child(2n) th {
  background-color: #fff;
}

.price-menu tr:nth-child(2n+1) td,
.price-menu tr:nth-child(2n+1) th {
  background-color: #e5f2fa;
}
.price-blue , .price-blue1{
	background-color: #e5f2fa;
  }


.price-blue1 th , .price-w1 th {
	border-bottom: 1px solid #1479b9;
}


/*---2項目目からの設定（画像と料金表)---*/

/*.table.price-menu 　　price{
	margin: 50px 0 20px 0;
	font-size: 15px;
}
*/

/*.price-in1{
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 95%; 
}
*/	



.price-in2{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 10px;
}

.price-in3{
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.price-in{
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 10px;
}



.price-img2 img {
/*	width: 300px;*/
	height: auto;
}
.price-text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
}
.price-text2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
}
.price-text3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 0 15px;
}

.price-text p, .price-text2 p{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

/*--テーブル設定--*/
table.price-menu , table.price-menu1 {
	margin: 50px 0 20px 0;
	font-size: 15px;
    display: flex;
    flex-direction: column;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;

}

.price-menu tr , .price-menu1 tr {
/*	border-top: 1px solid #4A2C07;*/
	display: flex;
	vertical-align: inherit;
	border-color: inherit;

}
/*
.price-menu tr:last-child{
	border-bottom: 1px solid #4A2C07;
}
*/
.price-menu td , .price-menu th , .price-menu1 td , .price-menu1 th {

	display: table-cell;
	white-space: nowrap;
	cellpadding: 0;
	padding: 0.7em 1em;
}
.price-menu th , .price-menu1 th {
	text-align: left;
	width: 93%;
	font-weight: bold;
}
.price-menu td , .price-menu1 td {
	text-align: right;
	width: 100%;
	font-weight: bold;
}




#outimarugoto_cleaning , #cleaning , #set_cleaning , #ienokataduke , #oniwamawari , #hikkosi , #akiya {
	text-align:center;
	margin: 15px 0 20px 0;
	padding-top: 20px;
	background: url("../images/service/h3titleback.jpg") no-repeat;
	background-position: center;
	background-size: auto 100%;
}
#blue-border{

	border: 4px solid #1479b9;

    padding: 10px; /* 余白を調整（必要に応じて調整） */

	margin-top: 20px;
}

#blue-border-last{

	border: 4px solid #1479b9;

    padding: 10px; /* 余白を調整（必要に応じて調整） */

	margin-top: 20px;

	margin-bottom: 60px;
}


.price-1100{
	display: none;
}
.price-1015{
	display: none;
}
.h2_bottom_line {
	font-size: 24px;
	position: relative;
	display: inline-block;
	color:#ffffff;
	margin-bottom: 1.4em;
}

/*==============================================
	メディアクエリ
==============================================*/
@media screen and (min-width: 900px) and (max-width: 1100px) {
	.price-1100{
		display: block;
	}
	
	.price-col{
		display: flex;
		flex-direction: column;
		white-space: normal;
	}
	.price-col th{
		border-bottom: 1px solid #1479b9;
	}
	.price-col td{
		width: 93%;
	}

  }
@media screen and (min-width: 900px) and (max-width: 1015px) {
	.price-1015{
		display: block;
	}
}
@media screen and (min-width: 566px) and (max-width: 899px) {
	.price-1100{
		display: none;
	}
  }
@media screen and (max-width: 825px){

	.btn-area, .btn-area2 , .btn-area3 {
		display: block;
	}
	.btn-area:first-of-type {
		padding-bottom: 0px;
	}
	.btn-area_jump {
		padding-top: 10px;
	}
	.btn-area2 , .btn-area3 .price-btn, .price-btn {
		width: 100%;
		margin-bottom: 15px;
	}

	.price-img img , .price-img2 img{
		width: 100%;
		height: auto;
	
	}
	table{
		max-width: 100%;
		border-collapse: collapse;
	}
	.price-text3 {
		padding: 0;
	}
/*
@media screen and (max-width: 730px){
*/
/*
	.price-img img , .price-img2 img{
		width: 100%;
		height: auto;

}
*/
	.price-text{
		width: 100%;
		padding: 0;
}
	.price-text2{
		width: 100%;
		padding: 0;
}
	.price-in , .price-in2 , .price-in3{
		flex-direction: column;
		width: 100%;
		padding: 0;
}


	table.price-menu {
		border-collapse: collapse;
		width: 100%;
		margin-top: 20px;

}
	table.price-menu th , table.price-menu1 th{
		width: 100%; 
		white-space: normal;
		border-collapse: collapse;
}
	table.price-menu td , table.price-menu1 td{
		white-space: normal;
		width: 100%;
		text-align: right;
}
}
@media screen and (max-width: 730px){

	.h2_bottom_line {
		font-size: 20px;
	}

	.h2_bottom_line:before {
		width: 30px; /*下線の幅*/
		bottom: -6.5px; /*下線の上下位置調整*/
	}
}
@media screen and (max-width: 637px){
	#outimarugoto_cleaning, #cleaning, #set_cleaning, #ienokataduke, #oniwamawari, #hikkosi, #akiya {
		background-size: 95%;
	}
	.h2_bottom_line {
		font-size: 20px;
		position: relative;
		display: inline-block;
		color: #ffffff;
		margin-bottom: 1.4em;
		text-align: center;
	}
}

@media screen and (max-width: 565px) {
	.price-1100{
		display: block;
	}
}

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

	table{
		max-width: 100%;
		border-collapse: collapse;
}
	.price-img img , .price-img2 img{
		width: 100%;
		height: auto;
}
	.price-text{
		width: 100%;
		padding: 0;
}
	.price-text2{
		width: 100%;
		padding: 0;
}

	.price-in , .price-in2 , .price-in3 {
		flex-direction: column;
		width: 100%;
}

	table.price-menu , table.price-menu1 {
		border-collapse: collapse;
		width: 100%;
		margin-top: 20px;
}

	table.price-menu th , table.price-menu1 th {
		width: 100%;
		border-collapse: collapse;
		white-space: normal;
}

	table.price-menu td , table.price-menu1 td {
		white-space: normal;
		width: 100%;
		text-align: right;

}
}
@media screen and (max-width: 500px){
	.h2_bottom_line {
		font-size: 18px;
		position: relative;
		display: inline-block;
		color: #ffffff;
		margin-bottom: 1.4em;
		text-align: center;
	}
	#outimarugoto_cleaning, #cleaning, #set_cleaning, #ienokataduke, #oniwamawari, #hikkosi, #akiya {
		background-size: 100%;
	}
}