@charset "utf-8";

#content #main h3{
	font-size:30px;
	margin-bottom:30px;
}

#houmon #coment{
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}

#houmon #coment .photo{
	width:308px;
	line-height: 0;
}

#houmon #coment .photo img{
	border-radius: 6px;
}

#houmon #coment .text{
	text-align: left;
	font-weight: bold;
	transform: rotate(0.03deg);
	margin-left:30px;
}

#houmon #coment .cachi{
	font-size:25px;
	margin-bottom:20px;
	color:#006CB6;
	font-weight: bold;
}


#day #coment{
	width:100%;
	font-weight: bold;
		margin-bottom:30px;
}

#day #coment .cachi{
	font-size:25px;
	margin-bottom:20px;
	color:#006CB6;
	font-weight: bold;
}

#gaiyou table{
	width:100%;
	/*border-collapse:separate;
	border-spacing:0 5px;*/
	border:2px solid #B5AEAE;
}

#gaiyou th,
#gaiyou td{
	padding:5px 15px;
	border-bottom:1px solid #B5AEAE;
}

#gaiyou th{
	width:200px;
	background-color:#F3F3F3;
	font-weight: bold;
}

#gaiyou td{
	border-left:1px solid #B5AEAE;	
}

#gaiyou td> table{
	width: auto;
	margin-left:1em;
	border:none;
}
#gaiyou td> table th,
#gaiyou td> table td{
	padding:0 8px 0 0;
	border-bottom:none;
}

#gaiyou td> table th{
	width: auto;
	background-color: #fff;
	font-weight: normal;
}

#gaiyou td> table td{
	border-left:none;
}

#gaiyou dd{
	padding-left:1em;
}

#gaiyou .item{
	margin-bottom:30px;
}

#gaiyou h4{
	background-color:#A69E9E;
	font-size:20px;
	padding:5px 15px;
	color:#fff;
}

#gaiyou .item td> table{
	margin-left:0;
	border:none;
}

#gaiyou .item td> td::before{
	content: "：";
}

#gaiyou .item td ul,
#gaiyou .item td .s-font{
	font-size:14px;
}

#else-gaiyou{
	margin-top: 50px;
	padding-top: 50px;
	border-top:1px solid #A69E9E;
}

#else-gaiyou h4{
	font-size:24px;
	background-color: inherit;
	padding:0;
	display: flex;
	align-items: center;
	color:inherit;
	margin-bottom: 30px;
}

#else-gaiyou h4::before,
#else-gaiyou h4::after{
	content: '';
	flex:1;
	height: 1px;
	background-color:#A69E9E;
}
/*-------------------------


	スマートフォン


-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){
	#houmon #coment{
		display: block;
	}
	
	#houmon #coment .photo{
		display: none;
	}
	
	#houmon #coment .text{
		flex:none;
	margin-left:0;
	}
	
	#houmon #coment .cachi,
	#day #coment .cachi{
		font-size:20px;
		line-height: 1.4;
	}
	
	
	#gaiyou th,
	#gaiyou td{
		padding:5px 3px;
		}
	
	#gaiyou th{
		width:100px;
	}
	
	gaiyou td> table{
		margin-left:1em;
	}
	#gaiyou td> table th,
	#gaiyou td> table td{
		display: block;
		width:100%;
	}
	
	#gaiyou td> table td{
		padding-left:1em;
	}
	
	#gaiyou .item td> td::before{
		content: none;
	}

}