@charset "utf-8";

body {
    background: #f9f6f0;
}

@media screen and (max-width: 768px) {
	section img{
		width: 100%;
	}
	}

/* ---------- maintitle ---------- */

#mainvisual{
	background: url("../img/mainvisual_bg.jpg") center top no-repeat;
	height: 647px; /* 1294px */
	background-size: 1440px auto;
}

h1 {
	margin: 0;
	padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#mainvisual{
		height: auto;
		background: none;
		}
	#mainvisual img {
		width: 100%;
	}
	h1 {
		height: 1em;
		margin-top: -1em;
	}
}

/* ---------- conponent ---------- */

.htxt {
	margin: 0;
	height: 0;
	padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 100%;
}

@media screen and (max-width: 768px) {
.htxt {
	height: 1em;
	margin-top: -1em;
	}
}

/* ---------- lead ---------- */
#lead {
	background: url("../img/lead_bg.jpg") center top no-repeat;
	height: 1054.5px;/* 2109px */
	background-size: 1440px auto;	
}


@media screen and (max-width: 768px) {
    #lead {
        xbackground: url("../img/lead_bg_sp.jpg") center bottom no-repeat;
		xbackground-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }

}


/* ---------- sp01 ---------- */
#sp01 {
	background: url("../img/sp01_bg.jpg") center top no-repeat;
	height: 650px;/* 1300px */
	background-size: 1440px auto;	
}


@media screen and (max-width: 768px) {
    #sp01 {
        background: url("../img/sp01_bg_sp.jpg") center bottom no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }
}

/* ---------- sp02 ---------- */
#sp02 {
	background: url("../img/sp02_bg.jpg") center top no-repeat;
	height: 4100px;/* 8407px */
	background-size: 1440px auto;	
}


@media screen and (max-width: 768px) {
    #sp02 {
        background: url("../img/sp02_bg_sp.jpg") center bottom no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }
}

/* ---------- sp03 ---------- */
#sp03 {
	background: url("../img/sp03_bg.jpg") center top no-repeat;
	height: 3600px;/* 7390px */
	background-size: 1440px auto;	
}


@media screen and (max-width: 768px) {
    #sp03 {
        background: url("../img/sp03_bg_sp.jpg") center bottom no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }
}

/* ---------- link ---------- */



/* ---------- sp02 ---------- */
ul {
  margin-bottom: 0px;
}


#sp2_link01 a{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 330px;
}

#sp2_link01 li {
	float: left;
	/*width: 245px;*/
	width: 240px;
}

#sp2_link01 .list {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 330px 0px 80px 0px;
	margin-top: 0px;
}

#sp2_link01 img {
	padding: 0px 0px 60px 0px;
	width: 300px;
}

#sp2_link02 a{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 330px;
}

#sp2_link02 li {
	float: left;
	/*width: 245px;*/
	width: 240px;
}

#sp2_link02 .list {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 330px 0px 80px 0px;
	margin-top: 0px;
}

#sp2_link02 img {
	padding: 0px 0px 60px 0px;
	width: 300px;
}


/* ---------- sp03 ---------- */
ul {
  margin-bottom: 0px;
}


#sp3_link01 a{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 330px;
}

#sp3_link01 li {
	float: left;
	/*width: 245px;*/
	width: 240px;
}

#sp3_link01 .list {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 330px 0px 80px 0px;
	margin-top: 0px;
}

#sp3_link01 img {
	padding: 0px 0px 60px 0px;
	width: 300px;
}

#sp3_link02 a{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 330px;
}

#sp3_link02 li {
	float: left;
	/*width: 245px;*/
	width: 240px;
}

#sp3_link02 .list {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 330px 0px 80px 0px;
	margin-top: 0px;
}

#sp3_link02 img {
	padding: 0px 0px 60px 0px;
	width: 300px;
}


@media screen and (max-width: 768px) {
	
  	ul {
  			padding:0px 0px 0px 0px;
  			margin:0px;
        width: 100%;
  		}

  		.list a {
  		width:100% !important;
  		}

  		.list {
  			list-style: none;
  			float:left;
  		}

  		.list li {
  			float: left;
  			width: 50%;
  			padding: 10px;
  		}


  		.list a {
  			width:100% !important;
  			}




      		.list_b a {
      		width:100% !important;
      		}

      		.list_b {
      			list-style: none;
      			float:left;
            margin-bottom: 0px;
      		}

      		.list_b li {
      			float: left;
      			width: 50%;
      			padding: 10px;
      		}


	
	
}
