@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

/*基盤*/
body, #proContents, #proContents p{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#proContents {
	width: 100%;
	overflow: hidden;
}
div#proContents ul, div#proContents li {
	list-style: none;
}

div#proContents a:link {
	color: #0099FF;
}
div#proContents a:visited {
	color: #0099FF;
}
div#proContents a:hover {
	color: #ff6600;
}
div#proContents a:active {
	color: #ff6600;
}
div#proContents a:hover img{
	opacity: 0.7;
}
img {
	vertical-align: bottom;
}
#contents {
	width: 100%;
	text-align: center;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*ページトップ*/

div#page_top_wrap {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 30px;
	text-align: right;
}
div#page_top_wrap p {
	width: 960px;
}

/*menu*/
.headBox{
	position: absolute;
	z-index:100;
	width: 100%;
	background: #fff;
}
.headBox .wrapper{
	display: flex;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.headBox.fixed{
	position:fixed;
	top: 0;
}
.headBox p{
	position: absolute;
	top: 13px;
	right: 50px;
}

/*main*/
#main{
	width: 980px;
    margin: 0 auto;
    padding-top: 58px;
}

/*section*/
.section1{
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
.section1 h3{
	margin-bottom: 50px;
}
.section1 h3:last-child{
	margin-bottom: 0;
}

/*search*/
.outer{
	width: 980px;
	margin: 0 auto;
	position: relative;

}
.search,.shop{
	background: #f8f7f0;
	padding: 50px 0;
}
.search h3,.shop h3{
	margin-bottom: 50px;
}
.box{
	margin-bottom: 50px;
}
.box:last-child{
	margin-bottom: 0;
}
.box h4{
	margin-bottom: 30px;
}
.box ul{
	width: 810px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box ul li{
	margin-bottom: 30px;
}
.box ul.last::after{
	content: "";
	display: block;
	width: 250px;
	height: 60px;
}

.section9{
	padding: 0 0 40px;
}