@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#Mimg {
    width: 100%;
    height: 480px;
	background-image: url(../web/concept_top/mimgsp.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.txtBox1 {
	width: 100%;
	margin-top: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
	float: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.txtBox1 rt {
  font-size: 12px;
  text-align: center;
}
.txtBox2 {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------------------コンテンツ*/

#Pl { display:none;}

#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background: none;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 310px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}
#section01 #hbox {
	position: relative;
	width: 310px;
	height: auto;
	left: 0%;
	z-index: 1100;
	margin-top: 0;
}
h2 {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 140px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7f6c4c;
}
h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 170px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}
h2 rt {
  font-size: 12px;
  text-align: center;
}
.h2ac {
	width: 310px;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-top: 20px;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents02 {
	position: relative;
	width: 310px;
	height:auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

h3{
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	font-weight: 600;
}
h4{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: 500;
	margin-top: 15px;
}
#c02Box01 {
	width: 310px;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#c02Box01 .Txt {
	position: relative;
	width: 310px;
	height: auto;
	float: left;
}
#c02Box01 .Img {
	position: relative;
	width: 310px;
	height: 225px;
}
#c02Box01 .ts01{
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}

#c02Box02 {
	width: 310px;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

#c02Box02 .Txt {
	position: relative;
	width: 310px;
	height: auto;
	float: left;
}
#c02Box02 .Img {
	width: 310px;
	height: 225px;
}
#c02Box02 .Img img{
	width: 310px;
	height: 225px;
}
#c02Box02 .Img img:hover{
	transform: scale(1.00);
}

#c02Box02 .ts01{
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}

#section03 {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents03 {
	position: relative;
	width: 310px;
	height:auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#c03Box01 {
	width: 310px;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#c03Box01 .Txt {
	position: relative;
	width: 310px;
	height: auto;
	float: left;
}
#c03Box01 .Img {
	position: relative;
	width: 310px;
	height: 225px;
}
#c03Box01 .Img img{
	width: 310px;
	height: 225px;
}
#c03Box01 .ts01{
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}
#c03Box02 {
	width: 310px;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#c03Box02 .Txt {
	position: relative;
	width: 310px;
	height: auto;
	float: left;
}
#c03Box02 .Img {
	position: relative;
	width: 310px;
	height: 225px;
}
#c03Box02 .Img img{
	width: 310px;
	height: 225px;
}
#c03Box02 .ts01{
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}

#section04 {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents04 {
	position: relative;
	width: 310px;
	height:auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#c04Box01 {
	width: 310px;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#c04Box01 .Txt {
	position: relative;
	width: 310px;
	height: auto;
	float: left;
}
#c04Box01 .Img {
	position: relative;
	width: 310px;
	height: 225px;
}
#c04Box01 .Img img{
	width: 310px;
	height: 225px;
}
#c04Box01 .ts01{
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}



}
