@charset "UTF-8";
/* CSS Document */

/* ############################################## */
img{
	max-width: 100%;
}
.contents_title {
	width:100%;
	margin:0px 0px 10px 0px;
}
.sub_title {
	margin:0px 0px 5px 15px;
}


/* ############################################## */

.index_menu_single {
	width:662px;
	margin:0px auto 20px auto;
	border:1px solid #d1c8a9;
}

.index_menu_single_txt {
	width:638px;
	border-bottom:1px solid #d1c8a9;
	padding:7px 7px 7px 17px;
}
.index_menu_single_txt p {
	font-size:12px;
	line-height:18px;
}
.index_menu_single_txt p img {
	float:right;
	padding:0px 0px 0px 20px;
}

.index_menu_single_left {
	width:330px;
	border-right:1px solid #d1c8a9;
	float:left;
}
.index_menu_single_right {
	width:331px;
	float:right;
}

.index_menu_single_left ul {
	width:330px;
}
.index_menu_single_right ul {
	width:331px;
}
.index_menu_single_left li {
	border-bottom:1px solid #d2caab;	
}
.index_menu_single_left li:last-child {
	border-bottom:none;
}
.index_menu_single_right li {
	border-bottom:1px solid #d2caab;	
}
.index_menu_single_right li:last-child {
	border-bottom:none;
}

.index_menu_single_left li a{
	width:291px;
	padding:7px 7px 7px 32px;
	display:block;
	color:#000;
	text-decoration:none;
	background:#fff;
	font-size:11px;
	line-height:17px;
	background:url(../img/common/side_txt_menu_arrow2.gif) no-repeat #fff;
	background-position:17px 7px;
}

.index_menu_single_left li a:hover {
	width:291px;
	padding:7px 7px 7px 32px;
	display:block;
	color:#000;
	text-decoration:none;
	background:#f4edd3;
	font-size:11px;
	line-height:17px;
	background:url(../img/common/side_txt_menu_arrow2_on.gif) no-repeat #f4edd3;
	background-position:17px 7px;
}
.index_menu_single_left li a:active {
	width:291px;
	padding:7px 7px 7px 32px;
	display:block;
	color:#000;
	text-decoration:none;
	background:#fff;
	font-size:11px;
	line-height:17px;
	background:url(../img/common/side_txt_menu_arrow2.gif) no-repeat #fff;
	background-position:17px 7px;
}

.index_menu_single_right li a {
	width:291px;
	padding:7px 7px 7px 32px;
	display:block;
	color:#000;
	text-decoration:none;
	background:#fff;
	font-size:11px;
	line-height:17px;
	background:url(../img/common/side_txt_menu_arrow2.gif) no-repeat #fff;
	background-position:17px 7px;
}

.index_menu_single_right li a:hover {
	width:291px;
	padding:7px 7px 7px 32px;
	display:block;
	color:#000;
	text-decoration:none;
	background:#f4edd3;
	font-size:11px;
	line-height:17px;
	background:url(../img/common/side_txt_menu_arrow2_on.gif) no-repeat #f4edd3;
	background-position:17px 7px;
}
.index_menu_single_right li a:active {
	width:291px;
	padding:7px 7px 7px 32px;
	display:block;
	color:#000;
	text-decoration:none;
	background:#fff;
	font-size:11px;
	line-height:17px;
	background:url(../img/common/side_txt_menu_arrow2.gif) no-repeat #fff;
	background-position:17px 7px;
}

@media screen and (max-width:767px) {
	body{
		font-family: 'Noto Sans JP', sans-serif;
	}
	.sub_title {
		margin: 1em;
	}
	.side_txt_menu_001 a{
		font-weight: bold;
		font-size: 14px;
	}
	.index_menu_single {
		margin:1em;
		border:1px solid #d1c8a9;
		width: auto;
	}

	.index_menu_single_txt {
		border-bottom:1px solid #d1c8a9;
		padding:15px;
		width: auto;
	}
	.index_menu_single_txt p {
		font-size:12px;
		line-height:18px;
		text-align: justify;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-flow: row-reverse;
	}
	.index_menu_single_txt p img {
		float:right;
		padding:0px 0px 0px 20px;
	}

	.index_menu_single_left {
		border-right:none;
		border-left:none;
		float:none;
		width: auto;
	}
	.index_menu_single_right {
		float:none;
		width: auto;
	}

	.index_menu_single_left ul {
		width:100%;
	}
	.index_menu_single_right ul {
		width:auto;
	}
	.index_menu_single_left li {
		border-bottom:1px solid #d2caab;
	}
	.index_menu_single_left li:last-child {
		border-bottom:1px solid #d2caab;
	}
	.index_menu_single_right li {
		border-bottom:1px solid #d2caab;	
	}
	.index_menu_single_right li:last-child {
		border-bottom:none;
	}
	.index_menu_single_left li a {
		padding:14px 7px 14px 32px;
		display:block;
		color:#000;
		text-decoration:none;
		background:#fff;
		font-size:11px;
		line-height:17px;
		background:url(../img/common/side_txt_menu_arrow2.gif) no-repeat #fff;
		background-position:17px 14px;
	}
	.index_menu_single_left li a:active,
	.index_menu_single_left li a:hover {
		padding:14px 7px 14px 32px;
		display:block;
		color:#000;
		text-decoration:none;
		background:#f4edd3;
		font-size:11px;
		line-height:17px;
		background:url(../img/common/side_txt_menu_arrow2_on.gif) no-repeat #f4edd3;
		background-position:17px 14px;
	}
	.index_menu_single_right li a {
		width:auto;
		padding:14px 7px 14px 32px;
		display:block;
		color:#000;
		text-decoration:none;
		background:#fff;
		font-size:11px;
		line-height:17px;
		background:url(../img/common/side_txt_menu_arrow2.gif) no-repeat #fff;
		background-position:17px 14px;
		margin-right: 0;
	}
	.index_menu_single_right li a:active,
	.index_menu_single_right li a:hover {
		padding:14px 7px 14px 32px;
		display:block;
		color:#000;
		text-decoration:none;
		background:#f4edd3;
		font-size:11px;
		line-height:17px;
		background:url(../img/common/side_txt_menu_arrow2_on.gif) no-repeat #f4edd3;
		background-position:17px 14px;
	}
	.side_txt_menu_001_on a{
	width: auto;
	}
	.bottom_contact_wrap{
		width: auto;
	}
	.index_img_menu_001{
		background: linear-gradient(0deg, #aa8e3a 0%, #c9ad4c 100%);
	}
	
	.index_img_menu_001 a{
		font-family: 'Noto Serif JP', serif;
	    height: 52px;
		font-size: 18px;
		font-weight: 700;
		background: linear-gradient(0deg, #fcfaea 0%, #fefef8 50%, #ffffff 100%)

	}
	.index_img_menu_001 a span{
		margin-top: 3px;
	}
	.sub_title h4 img {
		width: 100%;
	}
}