@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

.pageTop {
	position: fixed;
	right: 138px;
	bottom: 118px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 10px;
	padding: 12px 8px 13px;
	font-size: 1.6em;
	border: 1px solid #E2E2E2;
	background-color: #FAFAFA;
}

#main .headLine01 span {
	padding-left: 8px;
	display: block;
	line-height: 1.2;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 1.6em;
	line-height: 1;
}

/*------------------------------------------------------------
	tableType01
------------------------------------------------------------*/
#main .tableType01 {
	width: 100%;
	border-collapse: collapse;
}

#main .tableType01 th,
#main .tableType01 td {
	padding: 2px 7px;
	color: #333;
	font-size: 1.4em;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #E2E2E2;
}

#main .tableType01 th {
	font-weight: normal;
	background-color: #EEE;
}

/*------------------------------------------------------------
	tableType02
------------------------------------------------------------*/
#main .tableType02 {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E2E2E2;
}

#main .tableType02 td,
#main .tableType02 th {
	padding: 18px 30px 19px;
	font-size: 1.4em;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #E2E2E2;
}

#main .tableType02 th {
	padding: 18px 10px 19px;
	background-color: #F6F6F6;
}

/*------------------------------------------------------------
	comDetail
------------------------------------------------------------*/
#main .comDetail {
	width: 770px;
}

#main .comDetail .title {
	margin-bottom: 17px;
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: bold;
}

#main .comDetail .title span {
	display: block;
	font-size: 0.75em;
	font-weight: normal;
}

#main .comDetail .photo {
	margin-bottom: 25px;
}

#main .comDetail p {
	font-size: 1.4em;
	line-height: 1.45;
}

/*------------------------------------------------------------
	pageBox
------------------------------------------------------------*/
#main .pageBox p {
	float: left;
	width: 300px;
	font-size: 1.4em;
	font-weight: bold;
}

#main .pageBox p span {
	color: #ef0013;
	font-size: 1.28em;
}

#main .pageBox .pageList {
	padding: 5px 10px 0 0;
	width: 215px;
	float: right;
}

#main .pageBox .pageList li {
	font-size: 1.2em;
	display: inline;
}

#main .pageBox .pageList a,
#main .pageBox .pageList span {
	padding: 3px 5px 1px;
	text-decoration: none;
}

#main .pageBox .pageList a:hover {
	background: #D5D5D5;
	color: #000;
}

#main .pageBox .pageList span.current {
	background: #D5D5D5;
	color: #000;
	font-weight: bold;
}

#main .pageBox .pageList .prev {
	padding-left: 10px;
	background: url(../../../../img/pc/common/icon15.gif) no-repeat left center;
}

#main .pageBox .pageList .prev:hover {
	background: url(../../../../img/pc/common/icon15.gif) no-repeat left center;
}

#main .pageBox .pageList .next {
	padding-right: 10px;
	background: url(../../../../img/pc/common/icon16.gif) no-repeat right center;
}

#main .pageBox .pageList .next:hover {
	background: url(../../../../img/pc/common/icon16.gif) no-repeat right center;
}

/*------------------------------------------------------------
	show
------------------------------------------------------------*/
#main .show {
	margin-bottom: 10px;
	padding: 7px;
	clear: both;
	border: 1px solid #E2E2E2;
	background-color: #FAFAFA;
}

#main .show table {
	width: 100%;
	border-collapse: collapse;
}

#main .show td {
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #E3E3E3;
}

#main .show .tdStyle {
	border-right: none;
}

/*------------------------------------------------------------
	information
------------------------------------------------------------*/
#main .information {
	margin-bottom: 5px;
}

#main .information .subInformation {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E3E3E3;
}

#main .information .subInformation .more {
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 1.6em;
	font-weight: bold;
	zoom: 1;
	background: url(../../../../img/pc/common/line03.gif) repeat-x left bottom;
}

#main .information .subInformation table {
	width: 100%;
}

#main .information .subInformation td {
	padding: 0 10px;
	font-size: 1.2em;
	vertical-align: middle;
	border-right: 1px solid #E3E3E3;
}

#main .information .subInformation .tdStyle {
	padding-left: 0;
}

#main .information .subInformation .tdStyle02 {
	padding-right: 0;
	border-right: none;
}

#main .information .subInformation .inner .photoBox {
	float: left;
}

#main .information .subInformation .inner .photoBox a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#main .information .subInformation .inner .textBox {
	float: right;
	width: 89px;
}

#main .information .subInformation .inner .textBox ul {
	padding-top: 22px;
}

#main .information .subInformation .inner .textBox li {
	margin-top: 5px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #FAFAFA;
}

#main .information .subInformation .inner .textBox .liStyle01 {
	color: #4086e4;
	border: 1px solid #87B4F1;
	background-color: #F1F7FF;
}

#main .information .subInformation .inner .textBox .liStyle02 {
	color: #e5b31f;
	border: 1px solid #E5B31F;
	background-color: #F8F6E0;
}

#main .information .subInformation .price dl {
	float: left;
	width: 90px;
}

#main .information .subInformation .price dd {
	line-height: 1.2;
	word-wrap: break-word;
}

#main .information .subInformation .price dd span {
	font-size: 1.65em;
	font-weight: bold;
}

#main .information .subInformation .price .pay {
	float: right;
}

#main .information .subInformation .price .pay dd {
	color: #e00000;
}

#main .information .subInformation .total-price {
	padding-bottom: 4px;
}

#main .information .subInformation .total-price dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px dotted #636363;
}

#main .information .subInformation .total-price dt {
	font-size: 1.2em;
	font-weight: bold;
}

#main .information .subInformation .total-price dt span {
	font-size: 0.7em;
	font-weight: normal;
}

#main .information .subInformation .total-price dd {
	line-height: 1.2;
	word-wrap: break-word;
}

#main .information .subInformation .total-price dd span {
	font-size: 1.4em;
	font-weight: bold;
	color: #e00000;
}

#main .information .subInformation .bottom-price dt {
	font-weight: bold;
}

#main .information .subInformation .bottom-price dt p {
	font-weight: normal;
	font-size: 0.8em;
}

#main .information .subInformation .bottom-price dd {
	line-height: 1.2;
	word-wrap: break-word;
}

#main .information .subInformation .bottom-price dd span {
	font-size: 1.3em;
	font-weight: bold;
}

#main .information .subInformation .bottom-price .left,
#main .information .subInformation .bottom-price .right {
	float: left;
	width: 50%;
}

#main .information .subInformation .pack {
	margin-bottom: 5px;
	padding: 2px;
	color: #e96b6b;
	font-weight: bold;
	text-align: center;
	background-color: #FCEBEB;
}

#main .information .subInformation .text {
	color: #363636;
	text-align: left;
}

#main .information .subInformation .estimate .tel {
	padding: 6px 6px 2px;
	width: 244px;
	float: left;
	font-size: 1em;
	text-align: center;
	word-wrap: break-word;
	background-color: #FFF7C6;
}

#main .information .subInformation .estimate .tel span {
	padding: 2px 0 2px 15px;
	display: inline-block;
	color: #ff0000;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	background: url(../../../../img/pc/common/icon20.gif) no-repeat left 3px;
}

#main .information .subInformation .estimate .link {
	float: right;
}

#main .information .subInformation .estimate .link a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}