@charset "UTF-8";

/*common上書き
---------------------------------------------------------- */


#container {
	margin-top:-18px;
	padding:98px 0;
}

@media screen and (max-width: 738px) {
	#container {
		min-width:100%;
		padding:58px 0 40px;
	}
	
	#container img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
}


/*contents
---------------------------------------------------------- */

#contents {
	width:980px;
	margin: 0 auto;
}

@media screen and (max-width: 738px) {
	#contents {
		width:92%;
	}
}


/*ttl
---------------------------------------------------------- */

.ttl01 {
	text-align: center;
}

.ttl01 h1 {
	display:inline-block;
	margin-bottom:40px;
	padding-bottom:25px;
	background:url(../img/common/ttl01_line.png) bottom center no-repeat;
	color: #663529;
	font-size: 131%;
	line-height:1.3;
	font-family: 'Quicksand', sans-serif;
}

.ttl01 h1 span{
	display:block;
	color: #d80c18;
	font-size: 182%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
}


@media screen and (max-width: 738px) {
	.ttl01 h1 {
		margin-bottom:30px;
		padding-bottom:15px;
		font-size: 116%;
		line-height:1.4;
	}
	
	.ttl01 h1 span{
		font-size: 167%;
	}
}

.ttl02 {
	margin-bottom:35px;
	position:relative;
}

.ttl02 h2 {
	padding: 10px 20px 10px 75px;
	background-color: #f2e8d5;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	font-size: 167%;
	line-height:1.3;
}

.ttl02 h2 span {
	margin-right:10px;
	color: #d80c18;
	font-size:77%;
	line-height:1.5;
}

.ttl02 .ttl02_img{
	position:absolute;
	top:50%;
	left:9px;
	margin-top:-58px;
}

.txtarea + .ttl02 {
	margin-top:70px;
}

@media screen and (max-width: 738px) {
	
	.ttl02 {
		margin-bottom:25px;
	}

	.ttl02 h2 {
		padding: 10px 10px 10px 75px;
	}
	.ttl02 h2 span {
		display:block !important;
	}
	
	.ttl01 + .ttl02 {
		margin-top:20px;
	}
	.txtarea + .ttl02 {
		margin-top:60px;
	}
}

.ttl03 {
	margin-bottom:20px;
	padding: 0 0 10px 30px;
	background:url(../img/common/ttl03_bg.png) left top no-repeat;
	border-bottom:1px dashed #e0cca7;
	color: #d80c18;
	font-size: 153.9%;
}

@media screen and (max-width: 738px) {
	.ttl03 {
		font-size: 138.5%;
	}
}

.ttl04 {
	margin-bottom:15px;
	padding-bottom:8px;
	font-size: 123.1%;
	background:url(../img/common/ttl04_bg.png) bottom left repeat-x;
}

.ttl05 {
	margin-bottom:15px;
	padding-left:12px;
	font-size: 108%;
	background:url(../img/common/ttl05_bg.png) left 45% no-repeat;
}



/*txtarea
---------------------------------------------------------- */

.txtarea {
	clear: both;
	margin: 0 30px 40px;
}

.txtarea p {
	margin-bottom:20px;
}

@media screen and (max-width: 738px) {
	.txtarea {
		margin: 0 2% 30px;
	}
}


/*table
---------------------------------------------------------- */

.table_list01 {
	border-collapse:collapse;
}

.table_list01 th {
	padding: 15px;
	background-color: #faf7e6;
	border:1px solid #e0cca7;
}

.table_list01 td {
	padding: 15px;
	background-color: #fff;
	border:1px solid #e0cca7;
}

@media screen and (max-width: 738px) {
	.table_list01 {
		display: block;
		border-bottom:1px solid #e0cca7;
	}

	.table_list01  tbody{
		display: block;
	}
	.table_list01  tbody tr{
		display: block;
	}
	.table_list01  tbody th,
	.table_list01  tbody td{
		display:block;
		width: auto;
		padding: 10px;
	}
	.table_list01 tbody td{
		border-top:none;
		border-bottom:none;
		text-align: left !important;
	}
}

/*list
---------------------------------------------------------- */

.list_icon01 li {
	padding-left:15px;
	list-style: none;
	background:url(../img/common/icon_round01.png) left 4px no-repeat;
}

.link_icon01 li {
	padding-left:15px !important;
	list-style: none;
	background:url(../img/common/icon_arrow02.png) left 4px no-repeat !important;
}

.list_indent li {
	margin-left:1.0em;
	text-indent:-1.0em;
	list-style: none;
}

/*ローカルナビ
---------------------------------------------------------- */

.lnav {
	width:920px;
	margin: 0 auto;
}

.lnav ul {
	width:940px;
	margin-left:-20px;
}

.lnav li {
	float: left;
	margin: 0 0 20px 20px;
	list-style: none;
	line-height:0;
}


@media screen and (max-width: 738px) {
	.lnav {
		width:100%;
	}
	
	.lnav ul {
		width:100%;
		margin-left:0;
	}
	
	.lnav li {
		float: none;
		margin: 0 0 10px 0;
		text-align: center;
	}
}


/*ボタン
---------------------------------------------------------- */

.btn_back {
	margin-top:50px;
	text-align: center;
}

.btn_back a {
	display:inline-block;
	min-width:30%;
	padding: 15px 60px;
	color: #fff;
	font-weight: bold;
	font-size: 123.1%;
	background:#663529 url(../img/common/icon_arrow01_back.png) 20px center no-repeat;
	background-size: 8px auto; 
	-webkit-background-size: 8px auto; /* Safari,Google Chrome用 */
	-moz-background-size: 8px auto; /* Firefox用 */
	-o-background-size: 8px auto; /* Opera用 */
	border-radius: 50px;
	-webkit-border-radius: 50px; /* Safari,Google Chrome用 */
	-moz-border-radius: 50px; /* Firefox用 */
}

.btn_back:hover{
	opacity:0.7;
}

.btn_back a:hover{
	text-decoration: none;
}

@media screen and (max-width: 738px) {
	.btn_back {
		margin-top:30px;
	}
	
	.btn_back a {
		min-width:60%;
		padding: 12px 10%;
		background-position: 5% center;
	}
}


/*list
---------------------------------------------------------- */

.list_4col {
	width:920px;
	margin: 0 auto;
}

.list_4col ul {
	clear: both;
	width:960px;
	margin-left:-40px;
}

.list_4col li {
	float: left;
	width:200px;
	margin: 0 0 40px 40px;
	list-style: none;
}

.list_4col li a {
	display:block;
}

.list_4col li span {
	display:block;
}

.list_4col li .ph {
	border:1px solid #f2e8d5;
	padding:7px;
	background-color: #fff;
	line-height:0;
}

.list_4col li .ph span{
	display:block;
	height:184px;
	overflow:hidden;
}

.list_4col li .ph img {
	width:184px;
	height: auto;
}

.list_4col li .name{
	margin-top:15px;
}

.list_4col li a .name{
	text-decoration: underline;
}

@media screen and (max-width: 738px) {
	.list_4col {
		width:100%;
	}
	
	.list_4col ul {
		width:100%;
		margin-left:0;
	}
	
	.list_4col li {
		float: left;
		width:46%;
		margin: 0 2% 20px;
	}
	
	.list_4col li span {
		display:block;
	}
		
	.list_4col li .ph {
		text-align: center;
	}
	
	.list_4col li .ph img {
		width:100% !important;
		height: auto !important;
	}
	
	.list_4col li .name{
		margin-top:10px;
	}
}


/*form
---------------------------------------------------------- */

.form100 {
	width:96%;
	padding:1%;
	border:1px solid #b6b6b6;
}
