@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}

body {
	width: 100%;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	color:#221815;
	font-size: 1.6rem;
	line-height: 2.5rem;
}

.inner{
	max-width:980px;        
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.flexWrapper{
	display:flex;
	justify-content: space-between;
	align-items:center;
}

img{
	width:100%;
	height:auto;
}

a{
	color:#221815;
}

a:hover{
	opacity:0.8;
}

.pc{
	display:block;
}

.sp{
	display: none;
}

.pagetop {
	display: none;
	width:5rem;
	height:auto;
  	position: fixed;
  	bottom: 15px;
  	right: 15px;
	z-index:900;
}


/* header */
header{
	height: 164px;
	background:#fff url("../images/header_bg_img.jpg") repeat-x bottom;
}
header h1 img{
	width: 242px;
	margin: 30px auto 0 0;
}

/* mainImage */
#mainImageWrap{
	background:linear-gradient(0deg,#5fc157 0%,#5fc157 50%,#fff 50%,#fff 100%);
}

#mainImage{
	max-width:1280px;
	padding: 2rem 0 3rem 0;
	margin: 0 auto;
}

h2#mainImage{
	max-width:1280px;
	padding: 0 0 3rem 0;
	margin: 0 auto;
}

/* nav */
nav ul.flexWrapper{
	margin: 2.5rem 0;
}

/* breadcrumb */
#breadcrumb{
	max-width:980px;
	margin: 2.5rem auto;
	text-align: left;
}

#breadcrumb ul#breadcrumbflexWrapper{
	display:flex;
}

#breadcrumb ul#breadcrumbflexWrapper li:not(:last-child):after {
    content: " > ";
    margin: 0 1rem;
}

/* main */
main{
	background: #f0faec;
	overflow: hidden;
}

main h3{
	font-size: 2.6rem;
	color: #fff;
	padding: 1rem 0;
	margin-bottom: 3rem;
	background: #5fc157;
}

main h4{
	font-size: 2rem;
	color: #5fc157;
	font-weight: bold;
	text-align: left;
	padding: 1rem 0;
	margin-bottom: 3rem;
	border-bottom: solid 1px #5fc157;
}

main .catchTxt{
	font-size: 2.2rem;
	margin-bottom: 3rem
}

main .markerYellow{
	font-size: 2.2rem;
	font-weight: bold;
	color: #5fc157;
	line-height: 5rem;
	padding: 0.5rem 1rem;
	background: linear-gradient(transparent 0%, #ffff66 0%);
	border-radius:4px;
}

main .markerPink{
	font-size: 2.2rem;
	font-weight: bold;
	color: #ff6878;
	line-height: 5rem;
	padding: 0.5rem 1rem;
	background: linear-gradient(transparent 0%, #ffdaef 0%);
	border-radius:4px;
}

/* footer */
footer{
	padding-bottom: 9rem;
	background:#fff url("../images/footer_bg_img.jpg") repeat-x bottom;
}

footer ul#footerNavflexWrapper{
	width: 980px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	padding: 3rem 0;
}

footer ul#footerNavflexWrapper li{
	padding-left: 2rem; 
	background: url("../images/main_img_arrow.svg") no-repeat left center;
	font-size: 1.3rem;
}

footer #footerCopy #footerCopyflexWrapper{
	display:flex;
	align-items: center;
	justify-content: center;
	line-height: 6rem;
	padding-top: 1rem;
	border-top: 1px solid #d8e1d4;
}

footer #footerCopy #footerCopyflexWrapper img{
	width: 80%;
	height: 100%;
	padding-right: 3rem;
}

footer #footerCopy #footerCopyflexWrapper small{
	font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {
body {
	font-size: 1.4rem;
}

.pc{
	display: none;
}

.sp{
	display:block;
}

.inner{
	width:90%;
	padding:0 4%;
}

/* nav */
nav .inner{
	width:100%;
	padding: 0;
}

nav ul.flexWrapper{
	margin: 15px 0;
}

/* breadcrumb */
#breadcrumb{
	width:95%;
	margin: 1.5rem 0;
	text-align: left;
}

/* mainImage */
#mainImage{
	width:95%;
	padding: 1rem 0 2rem 0;
	margin: 0 auto;
}

/* main */
main h3{
	font-size: 2rem;
	padding: 0.8rem 0;
	margin-bottom: 2rem;
}
	
main .catchTxt{
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 2rem
}

main .markerYellow,
main .markerPink{
	font-size: 2rem;
}
}

@media only screen and (max-width: 684px) {
/* header */
header{
	height: 13rem;
	background-size: 200%;
}

/*header h1 img{
	width: 70%;
	margin: 9% auto 1% auto;
}*/

/* footer */
footer{
	padding-bottom: 3rem;
	background-size: 200%;
}

footer ul#footerNavflexWrapper{
	width: 100%;
	display:block;
	padding: 3rem 0 1.5rem 0;
}

footer ul#footerNavflexWrapper li{
	background: url("../images/main_img_arrow.svg") no-repeat left center;
	text-align: left;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}


footer #footerCopy #footerCopyflexWrapper{
	display: block;
	padding: 2rem 0;
}

footer #footerCopy #footerCopyflexWrapper img{
	width: 70%;
	display: block;
	padding-right: 0;
	margin: 0 auto;
}

footer #footerCopy #footerCopyflexWrapper small{
	font-size: 1.1rem;
}
}
