@charset "UTF-8";

#main_title_area {
	position: relative;
	height: 450px;
	background: none;
}

#main_title_area:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(../img/index/bg02.jpg) repeat center top;
	z-index: -1;
}

#main_title_area .deco2 {
	margin: 0;
}

#main_title_area .title_in {
	position: absolute;
	margin-bottom: 35px;
}

#main_title_area .title_in .deco {
	margin: 0 0 20px;
}

@media screen and (max-width: 840px) {
	#main_title_area {
		height: 280px;
	}

	#main_title_area .deco2 {
		display: none;
	}

	#main_title_area .title_in {
		position: absolute;
		margin-bottom: 35px;
	}

	#main_title_area .title_in .deco {
		width: 80%;
		margin: 0 auto 3%;
	}
}

/*#sec01*/
#sec01 {
	padding: 60px 0;
	background: url(../img/index/bg01.jpg) repeat center top;
}

#sec01 .serch_area {
	margin-bottom: 70px;
}

#sec01 .serch_area .c-search__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 600px;
	width: 70%;
	margin: auto;
}

#sec01 .serch_area .c-search__select {
	position: relative;
}

#sec01 .serch_area .c-search__select:after {
	content: "";
	position: absolute;
	top: 0;
	right: 6%;
	bottom: 0;
	display: inline-block;
	height: 8px;
	width: 8px;
	margin: auto;
	border-left: 4px solid #1E3F7B;
	border-bottom: 4px solid #1E3F7B;
	transform: rotate(-45deg);
	transition: all ease-in-out 0.25s;
}

#sec01 .serch_area select {
	width: 100%;
	padding: 0.8em;
	font-size: 1.4rem;
	color: #1E3F7B;
	font-weight: bold;
	background: #fff;
	border: 3px solid #1E3F7B;
	border-radius: 10px;
	cursor: pointer;
}

#sec01 .serch_area .c-search__keyword {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 2em;
	margin: 0 auto;
	font-size: 1.4rem;
	background: #fff;
	border-radius: 26px;
}

#sec01 .serch_area input {
	width: 100%;
	font-size: 1.4rem;
}

#sec01 .serch_area input::placeholder {
	color: #A9A9A9;
}

#sec01 .serch_area input.submit {
	width: 24px;
	height: 24px;
	background: url(../img/common/icon_submit.svg) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}

#sec01 .serch_area input.submit:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#sec01 .serch_area form ul li:first-child {
	width: 100%;
	margin-bottom: 20px;
}

#sec01 .serch_area form ul li:nth-child(2),
#sec01 .serch_area form ul li:nth-child(3) {
	position: relative;
	width: 49%;
}

#sec01 .serch_area form ul li:nth-child(3) {
	margin-left: 2%;
}

#sec01 .serch_area form ul li:nth-child(2):after,
#sec01 .serch_area form ul li:nth-child(3):after {
	content: "";
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	display: inline-block;
	height: 6px;
	width: 6px;
	margin: auto;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
	transition: all ease-in-out 0.25s;
}

#sec01 .serch_area form ul li:nth-child(4) button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 3.76em;
	margin: 47px auto 0;
	font-size: 1.7rem;
	color: #fff;
	font-weight: bold;
	border: 2px solid #08467F;
	background: #08467F;
	border-radius: 32px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#sec01 .serch_area form ul li:nth-child(4) button:hover {
	color: #08467F;
	border: 2px solid #08467F;
	background: #fff;
	opacity: 1;
}

#sec01 .serch_area form ul li:nth-child(4) button:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	width: 14.5px;
	height: 9.32px;
	margin: auto;
	background: url(../img/common/icon_btn_arrow02.svg) no-repeat center center;
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background-size: contain;
	z-index: 9;
}

#sec01 .serch_area form ul li:nth-child(4) button:hover:before {
	background: url(../img/common/icon_btn_arrow02.svg) no-repeat center center;
}

#sec01 .item {
	width: calc(94% / 4);
	margin-right: 2%;
	margin-bottom: 2%;
}

#sec01 .item:nth-child(4n) {
	margin-right: 0;
}

#sec01 .item a {
	position: relative;
	display: block;
	height: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.05);
}

#sec01 .item a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid transparent;
	border-radius: 5px;
	transition: border-color 0.2s;
	z-index: 2;
}

#sec01 .item a:hover {
	opacity: 1;
}

#sec01 .item a:hover:before {
	border-color: #FED63B;
}

#sec01 .item .shop {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.3em;
	padding: 0 1em;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: #FED63B;
	border-radius: 5px 0 5px 0;
}

#sec01 .item figure {
	max-height: 196px;
	overflow: hidden;
}

#sec01 .item .in {
	padding: 14px 10px 16px;
}

#sec01 .item .date {
	margin: 0.5em 0 1em;
	font-size: 1.4rem;
	color: #B9B9B9;
}

#sec01 .item h3 {
	font-size: 1.5rem;
	line-height: 1.6;
	text-decoration: underline;
}

#sec01 .item img {
	height: auto;
}

#sec01 .item .in ul {
	display: flex;
	flex-wrap: wrap;
}

#sec01 .item .in ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2em;
	padding: 0 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	background: #08467F;
	border-radius: 2px;
}

#sec01 .btn a {
	margin: 40px auto 0;
}

@media screen and (max-width: 840px) {
	#sec01 {
		padding: 10% 0;
	}

	#sec01 .serch_area {
		margin-bottom: 10%;
	}

	#sec01 .serch_area .c-search__box {
		max-width: none;
		width: 90%;
	}

	#sec01 .serch_area select {
		font-size: 1.2rem;
		border: 2px solid #1E3F7B;
	}

	#sec01 .serch_area .c-search__keyword {
		font-size: 1.2rem;
	}

	#sec01 .serch_area input {
		font-size: 1.2rem;
	}

	#sec01 .serch_area input.submit {
		width: 18px;
		height: 18px;
	}

	#sec01 .serch_area form ul li:first-child {
		width: 100%;
		margin-bottom: 3%;
	}

	#sec01 .serch_area form ul li:nth-child(2),
	#sec01 .serch_area form ul li:nth-child(3) {
		width: 100%;
	}

	#sec01 .serch_area form ul li:nth-child(3) {
		margin-left: 0;
		margin-top: 3%;
	}

	#sec01 .serch_area form ul li:nth-child(4) button {
		width: 360px;
		margin: 5% auto 0;
		font-size: 1.4rem;
	}

	#sec01 .item {
		width: calc(94% / 4);
		margin-right: 2%;
		margin-bottom: 2%;
	}

	#sec01 .item:nth-child(4n) {
		margin-right: 0;
	}

	#sec01 .item {
		width: calc(98% / 2);
	}

	#sec01 .item:nth-child(2n) {
		margin-right: 0;
	}

	#sec01 .item a {
		padding: 3%;
	}

	#sec01 .item .shop {
		height: 2em;
		font-size: 1.1rem;
	}

	#sec01 .item figure {
		max-height: 133px;
	}

	#sec01 .item .in {
		padding: 3%;
	}

	#sec01 .item .date {
		margin: 0.5em 0 0.5em;
		font-size: 1.2rem;
	}

	#sec01 .item h3 {
		font-size: 1.3rem;
		line-height: 1.4;
	}

	#sec01 .item .in ul li {
		font-size: 0.8rem;
	}

	#sec01 .btn a {
		margin: 5% auto 0;
	}
}