@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; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}

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

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

dl img,
li img {
	display: block;
	vertical-align: baseline;
}

.pcNone {
	display: none;
}

.spNone {
	display: block;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	position: relative;
	width: 100%;
	min-height: 600px;
	cursor: pointer;
}

#main .comBox .comArrow {
	margin-left: -25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 101;
}

#main .comBox .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(/img/common/com_bg.png) repeat left top;
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}

#main .comBox .info {
	margin: 0 auto;
	width: 64%;
	top: 114px;
	position: relative;
	z-index: 100;
	overflow: hidden;
	zoom: 1;
}

#main .comBox .info .subInfo {
	float: left;
}

#main .comBox .headLine01 {
	margin-bottom: 42px;
	font-size: 42px;
}

#main .comBox .headLine01 span {
	display: block;
	font-size: 16px;
}

#main .comBox .text {
	font-size: 23px;
	line-height: 2;
	font-weight: bold;
}

#main .comBox .hideBox {
	padding-top: 4px;
	display: none;
	position: relative;
}

#main .comBox .hideBox .close {
	position: absolute;
	right: 0;
	top: -120px;
}

#main .comBox .more {
	display: none;
}

#main .comBox .hideBox p {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 2;
}

#main .comBox.hover .overlay {
	opacity: 0.3;
}

#main .comBox.hover p {
	color: #fff;
}

#main .comBox01 {
	cursor: default;
	min-height: 500px;
}

#main .comBox01 .comTab {
	display: table;
	height: 100%;
	width: 100%;
}

#main .comBox01 .subTab {
	padding-top: 0;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .comBox01 .comImg {
	margin-bottom: 58px;
	text-align: center;
}

#main .comBox01 h2 {
	font-size: 24px;
	text-align: center;
}

#main .comBox.on {
	cursor: default;
}

#main .comBox.on .overlay {
	
	opacity: 1;
}

#main .comBox.on .text {
	display: none;
}

#main .comBox.on .hideBox {
	display: block;
}

#main .comBox.on .hideBox p {
	color: #FFF;
}

#main .comBox.on .subInfo {
	float: none;
}

/*------------------------------------------------------------
	spTxtBox
------------------------------------------------------------*/
#main .spTxtBox {
	display: none;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
#main .comContact {
	padding: 77px 0 49px;
	background-color: #DEE1DA;
}

#main .comContact h3 {
	margin-bottom: 40px;
	text-align: center;
}

#main .comContact .info {
	margin: 0 auto;
	width: 60%;
}

#main .comContact .info .text {
	color: #4D4D4D;
	font-size: 16px;
}

#main .comContact .info .entry {
	margin-bottom: 60px;
}

#main .comContact .info .entry li {
	padding: 48px 0 6px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #4D4D4D;
}

#main .comContact .info .entry .liStyle01 {
	margin-right: 6%;
	width: 47%;
}

#main .comContact .info .entry .liStyle02 {
	width: 47%;
}

#main .comContact .info .entry li dt {
	float: left;
	color: #4D4D4D;
	font-size: 16px;
}

#main .comContact .info .entry li dd {
	margin-left: 140px;
	color: #4d4d4d;
	font-size: 16px;
}

#main .comContact .info .entry .liStyle01 dd,
#main .comContact .info .entry .liStyle02 dd {
	margin-left: 50px;
}

#main .comContact .info .entry li input[type="text"] {
	width: 90%;
	color: #4D4D4D;
	font-size: 16px;
	border: none;
	background: none;
}

#main .comContact .info .entry li select {
	color: #4D4D4D;
	font-size: 16px;
	border: none;
	background: none;
}

#main .comContact .info .entry li textarea {
	color: #4D4D4D;
	font-size: 16px;
	border: none;
	height: 17px;
	width: 90%;
	background: none;
}

#main .comContact .info .submit {
	text-align: center;
}

#main .comContact .info .submit li {
	display: inline;
}

#main .comContact .info .submit .btn01 {
	height: 31px;
	width: 201px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: none;
	background: url(/img/common/com_btn_out.png) no-repeat left top;
}

#main .comContact .info .submit .btn01:hover {
	color: #5A0A0A;
	background: url(/img/common/com_btn_over.png) no-repeat left top;
}

/*------------------------------------------------------------
	sns
------------------------------------------------------------*/
#main .sns {
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 700;
}

#main .sns li {
	padding-top: 10px;
}

#main .errorMsg {
	color: #f00;
	font-size: 12px;
	line-height: 1.7;
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	read
------------------------------------------------------------*/
#main .read {
	margin-top: 20px;
	font-size: 17px;
}

#main .read span {
	padding-right: 45px;
	background: url(/img/common/arrow03.png) no-repeat right center;
}

#main .comBox.on .read {
	display: none;
}

@media all and (min-width: 0) and (max-width: 736px)  {
.pcNone {
	display: block;
}

.spNone {
	display: none;
}

/*------------------------------------------------------------
	read
------------------------------------------------------------*/
	#main .read {
		display: none;
	}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
	#main .winH {
		min-height: 450px !important;
	}

	#main .comBox {
		height: 570px;
		cursor: default;
	}

	#main .comBox .comArrow {
		display: none;
	}

	#main .comBox .overlay {
		display: none;
	}

	#main .comBox .info {
		margin: 0 17px;
		width: auto;
		top: 52px;
		padding: 0;
	}
	
	#main .comBox .info .subInfo {
		float: none;
	}

	#main .comBox .headLine01 {
		margin-bottom: 24px;
		font-size: 24px;
	}
	
	#main .comBox .headLine01 span {
		font-size: 11px;
		font-weight: normal;
	}

	#main .comBox .text {
		font-size: 13px;
		font-weight: normal;
	}

	#main .comBox .hideBox {
		display: none;
	}
	
	#main .comBox .more {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(/img/common/sp_bg.png) repeat left top;
	}
	
	#main .comBox .more a {
		padding: 22px 18px 25px;
		display: block;
		text-decoration: none;
		background: url(/img/common/arrow01.png) no-repeat 95px center;
		background-size: 20px 7px;
	}
	
	#main .comBox .more .txt02 {
		display: none;
	}
	
	#main .comBox .more .on {
		background: url(/img/common/arrow02.png) no-repeat 65px center;
		background-size: 20px 7px;
	}
	
	#main .comBox .more .on .txt01 {
		display: none;
	}
	
	#main .comBox .more .on .txt02 {
		display: block;
	}
	
	#main .comBox.hover p {
		color: #FFF;
	}

	#main .comBox01 .info {
		padding-top: 181px;
	}

	#main .comBox01 .comImg {
		margin-bottom: 40px;
	}
	
	#main .comBox01 .comImg img {
		width: 97px;
	}

	#main .comBox01 h2 {
		font-size: 20px;
	}

	#main .comBox.on .text {
		display: block;
	}
	
	#main .comBox.on .hideBox {
		display: none;
	}

	/*------------------------------------------------------------
		spTxtBox
	------------------------------------------------------------*/
	#main .spTxtBox {
		padding: 15px 18px 26px;
	}
	
	#main .spTxtBox p {
		margin-bottom: 13px;
		color: #000;
		font-size: 10px;
		line-height: 1.4;
	}
	
	#main .spTxtBox .close {
		padding-top: 13px;
		text-align: right;
	}
	
	/*------------------------------------------------------------
		comContact
	------------------------------------------------------------*/
	#main .comContact {
		padding: 42px 20px 28px;
		background-color: #D4D7D0;
	}
	
	#main .comContact h3 {
		margin-bottom: 13px;
	}
	
	#main .comContact .info {
		width: auto;
	}
	
	#main .comContact .info .text {
		font-size: 12px;
	}
	
	#main .comContact .info .entry {
		margin-bottom: 35px;
	}
	
	#main .comContact .info .entry li {
		padding: 24px 0 2px;
	}
	
	#main .comContact .info .entry .liStyle01 {
		margin-right: 0;
		width: 100%;
	}
	
	#main .comContact .info .entry .liStyle02 {
		width: 100%;
	}
	
	#main .comContact .info .entry li dt {
		font-size: 12px;
	}
	
	#main .comContact .info .entry li dd {
		margin-left: 110px;
		font-size: 12px;
	}
	
	#main .comContact .info .entry .liStyle01 dd,
	#main .comContact .info .entry .liStyle02 dd {
		margin-left: 40px;
	}
	
	#main .comContact .info .entry li input[type="text"] {
		font-size: 12px;
	}
	
	#main .comContact .info .entry li select {
		width: 90%;
		font-size: 12px;
	}
	
	#main .comContact .info .entry li textarea {
		font-size: 12px;
	}
	
	#main .comContact .info .submit li input[type="image"] {
		width: 170px;
	}
	
	#main .comContact .info .submit .btn01 {
		height: 26px;
		width: 170px;
		font-size: 15px;
		background: url(/img/common/com_btn_out.png) no-repeat left top;
		background-size: 100% auto;
	}
	
	#main .comContact .info .submit .btn01:hover {
		background: url(/img/common/com_btn_over.png) no-repeat left top;
		background-size: 100% auto;
	}
	
	/*------------------------------------------------------------
		sns
	------------------------------------------------------------*/
	#main .sns {
		display: none;
	}

}


@media all and (min-width: 736px) and (max-width: 1068px)  {
	#main .comBox .hideBox p {
		font-size: 12px;
		line-height: 1.6 !important;
	}
}



