<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* === 税込価格 === */
.tax {
	font-size: 90%;
	color: #333 !important;
}

/* === 文字設定 === */
small {
	font-size: 80%;
}
.big {
	font-size: 130%;
}
.caution {
	color: #cc0000 !important;
}

/* === 注釈・注目枠設定 === */
.noteArea p {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height:1.5;
}

.bg_color-pink {
	background-color:#feeded;
}

/* === 注釈インデント === */
.ind2_hq {
	padding-left: 2em !important;
	text-indent: -2em !important;
}

.ind2_1_hq {
	padding-left: 2.1em !important;
	text-indent: -2.1em !important;
}

.note {
	padding-left: 2em !important;
	text-indent: -2em !important;
}

.note_No {
	padding-left: 2.2em !important;
	text-indent: -2.2em !important;
}

/* === リンク設定 === */
.level2Block .goPageTop {
	text-align: right;
	margin: 40px 0 10px 0;
}

/* === 別窓アイコン === */
.level2Block .newWin {
    background: url(/common/img/icon_out1.png) right 0.4em no-repeat;
    margin-right: 5px;
    padding-right:17px;
}
.level2Block .noteArea .newWin, .fs-12 .newWin, .fs_12 .newWin {
    background: url(/common/img/icon_out2.png) right 0.35em no-repeat;
    margin-right: 3px;
    padding-right: 14px;
}

/* === テーブル背景色 === */
table.price {
	width: 100%;
}
table td {
	background: #fff;
}
table th.sub, table td.sub {
	background: #f5fbff;
}

/* === box === */
.box_hq_c .title {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}
.box_hq_c .tel_506506_box {
	max-width: 336px;
	margin: 0.5em auto 0;
}
.img_box img { max-width: 100%; }

@media screen and (max-width: 768px) {
	.grid_contents .grid_cols.grid-8 {
		width: 100%;
	}
	.ninenwari_img a img {
		width: 100%;
		height: auto;
	}
	.tell_img img {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.area1 img{
		width:20%;
	}
	.area2 p{
		margin:0 auto;
	}
	.area1{
		margin-top:0px;
		margin-bottom:0px;
	}
}

@media screen and (max-width:1260px) and (min-width:769px) {
	.sectioning {
		min-width: 0;
	}
	.level2Block {
		width: auto;
		max-width: 840px;
	}
	.level2BlockInner {
		width: auto;
		max-width: 800px;
	}
	img {
		max-width: 100%;
	}
}

/* ---- お電話でのお問い合わせ ----- */
.contactbyphone {
  width: 670px;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 auto 30px;
}

.contactbyphone p {
  margin-bottom: 10px;
}

.tel_506506_box {
	max-width: 460px;
	margin: 10px auto 0;
}

@media screen and (max-width:768px) {
	.contactbyphone {
    width: 100%;
    margin: auto;
  }
  
  .contactbyphone img{
    max-width: 100%;
  }
}

/* ---- 告知枠 ----- */
.info_box {
	margin: 2.5em auto;
	padding: 1.5em 2em;
	background-color:#ffe8e8;
}
.info_box .txt_ttl {
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}
@media screen and (max-width:480px) {
	.info_box {
		margin: 1.5em auto;
		padding: 1.5em 1em;
	}
}

/*------------------------------------------------------------
display: none
------------------------------------------------------------*/
.pc {}
.sp {
	display: none !important;
}
@media all and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}
</pre></body></html>