/* CSS Document */

/**/
header nav.pc li:nth-child(5) a {
	border-bottom: 3px solid #ff7700;
}

body {
	padding-top: 5vw;
}

#mainvisual {
	width: 100%;
	height: 32vw;
	background: url("../images/bg_mainvisual.jpg") center top no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

#mainvisual h2 {
	font-size: 3.91vw;
	width: 73.33vw;
	color: #FF8000;
}

#sec01 {
	position: relative;
	margin-bottom: 100px;
}

#sec01 h3 {
	color: #FF8000;
	font-size: 2.67vw;
	position: absolute;
	top: 4.44vw;
	right: 6.67vw;
}

#sec01 img {
	width: 96%;
	display: block;
	margin: 0 0 0 auto;
}

#cboxClose {
	top: inherit;
	right: inherit;
	bottom: 10px;
	left: 50%;
	margin-left: -50px;
	width: 101px;
	height: 39px;
	border: 2px solid #FF6600;
	font-size: 13px;
	color: #FF6600;
	background: #fff url("../images/btn.png") no-repeat;
	background-size:cover; 
}

#cboxClose:hover {
	background: #fff url("../images/btn.png") no-repeat;
	background-size:cover; 
}

@media (max-width:767px) {

body {
	padding-top: 16.53vw;
}

#mainvisual {
	width: 100%;
	height: auto;
	background: url("../images/sp_bg_mainvisual.jpg") center top no-repeat;
	background-size: 100% auto;
	display: block;
	padding-top: 73.34vw;
	margin-bottom: 0;
}

#mainvisual h2 {
	font-size: 9.06vw;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #FF8000;
	padding-bottom: 1.4vw;
	margin-bottom: 0;
}

#sec01 {
	position: relative;
	padding: 6.67vw 8vw 14.67vw;
	margin-bottom: 0;
	background: url("../images/sp_bg01.gif");
}

#sec01 h3 {
	font-size: 5.3vw;
	position: static;
	text-align: center;
	margin-bottom: 2.67vw;
}

#sec01 img {
	width: 100%;
	display: block;
	margin: 0;
}

#sec01 ul {
	margin-top: 5.33vw;
}

#sec01 ul li {
	margin-bottom: 4vw;
}

#sec01 ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 10vw;
	padding-top: 1vw;
	font-size: 6.4vw;
	line-height: 1.0;
}

#sec01 ul li a:hover {
	text-decoration: none;
}

#sec01 ul li a span {
	font-size: 3.2vw;
}

#sec01 ul li.btn01 a {
	background: #C8E3EC;
}

#sec01 ul li.btn02 a {
	background: #ECC2AA;
}

#sec01 ul li.btn03 a {
	background: #C7DDC6;
}

#sec01 ul li.btn04 a {
	background: #EDBA7B;
}

#sec01 ul li.btn05 a {
	background: #DDE2A0;
}

#sec01 ul li.btn06 a {
	background: #BF8DBF;
}

}








