@charset "utf-8";

@media (max-width: 600px) {

.mainvisual {
	height: auto;
	background: url(../img/s/bg_mainvisual.jpg) no-repeat center center;
	background-size: cover;
}

.mainvisual h1 {
	width: 250px;
	height: 310px;
	margin: 0 0 0 20px;
	background: url(../img/s/txt_mainvisual.png) no-repeat left;
	background-size: cover;
}
.mainvisual_bg {
	display: none;
}

.topIntro_yuri {
	display: none;
}

.contentsLink {
	display: block;	
}
.contentsLink_item {
	width: 336px;
	max-width: 100%;
	margin: 0 auto;
}
/*
.contentsLink_item-left {
	float: none;
}
.contentsLink_item-right {
	float: none;
}
*/
.contentsLink_item_btn {
	width: 100%;
	height: 156px;
	margin: 0 0 10px;
}
.contentsLink_item_btn.chobun {
	background: url(../img/s/btn_chobun.jpg) no-repeat;
	background-size: 100% auto;
}
.contentsLink_item_btn.kyoka {
	background: url(../img/s/btn_kyoka.jpg) no-repeat;
	background-size: 100% auto;
}
.contentsLink_item_btn.daiko {
	background: url(../img/s/btn_daiko.jpg) no-repeat;
	background-size: 100% auto;
}


.search_item {
	position: relative;
	width: 335px;
	max-width: 100%;
	padding: 20px 0 0;
	margin: 0 auto;
}
.search_item-left {
	float: none;
	height: 180px;
}
.search_item-right {
	float: none;
	height: auto;
	padding-bottom: 20px;
}
.search_item h3 {
	margin: 0 0 0 18px;
	padding: 3px 0 1px 8px;
	line-height: 1;
	border-left: #b9b294 solid 3px;
}

.search_area {
	position: absolute;
	left: 12px;
	top: 52px;
}
.search_area a {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-size: 16px;
	margin-left: 16px;
	margin-bottom: 6px;
}

.search_map {
	position: relative;
	z-index: 1;
	text-align: right;
	margin: -8px 20px 0 0;
}

.search_map img {
	width: 168px;
	height: auto;
	margin-left: auto;
}

.searchForm {
	display: block;
	margin: 0 29px;
}
.searchForm label {
	display: block;
	margin-top: 15px;
}
.searchForm label span {
	display: block;
	margin: 0 0 5px;
	font-size: 14px;
}
.searchForm label input {
	width: 100%;
	padding: 4px 13px 2px;
	line-height: 1;
	border: #999999 solid 1px;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
}
.searchForm label select {
	width: 100%;
	padding: 0 0 0 13px;
	line-height: 40px;
	border: #999999 solid 1px;
	border-radius: 5px;
	font-size: 20px;
}
.searchForm button {
	width: 156px;
	height: 40px;
	margin: 20px auto 0;
	background: url(../img/s/btn_search.png) no-repeat;
	background-size: cover;
}
.searchForm button:hover {
	background: url(../img/s/btn_search-on.png) no-repeat;
	background-size: cover;
}


.topList01 {
	display: block;
}
.topList01_row {
	display: block;
	width: 100%;
}
.topList01 a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	border-width: 0 0 1px 0;
	text-decoration: none;
	color: #3399cc;
}
.topList01 a.last {
	border-right-width: 0;
}
.topList01 .last a {
	border-bottom-width: 1px;
}
.topList01 a:hover {
}
.topList01 a span {
	display: block;
	line-height: 60px;
	background: url(/../common/img/shared/arrow_blue-sp.png) no-repeat right;
	background-size: 8px 12px;
}

.topList02 {
	margin: 0;
}
.topList02 li {
	display: table;
	width: 100%;
	margin: 20px 0 0;
}
.topList02 a {
	display: table-cell;
	height: 60px;
}


}/* @media (max-width: 600px) */


@media (max-width: 370px) {

.search_area {
	left: 6px;
}

.search_area a {
	margin-left: 10px;
}

.search_map {
	margin-right: 5px;
}
}