@charset "utf-8";

@font-face{
	font-family:'myfont';
	src:url('../font/logotypejp_mp_m_1.woff') format('woff');
}

@font-face{
	font-family:'myfont';
	src:url('../font/logotypejp_mp_m_1.woff2') format('woff');
}

*{
	box-sizing: border-box;
	margin:0;
	padding:0;
}

html{
	font-size:62.5%;
}

body,h1,h2,h3,p,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}

body{
	font-family: 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
	font-size:1.6rem;
}

img{
	vertical-align:bottom;
	line-height:0;
	border:none;
}

ul,ol,li{
	list-style-type:none;
}

.font-display {
	font-family: myfont, sans-serif;
}

.sp-hide {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

.pc-hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
}

#header{
	margin:0 auto;
	max-width: 1100px;
}

#header #logo{
	margin:0 auto;
	padding:7px 0 7px 0;
}

#contents{
	margin:0 auto 40px;
	max-width: 1100px;
}


.visual {
	background: url(../images/bg_visual.png) center top no-repeat;
	font-size: 1.8rem;
	padding: 50px 0;
	position: relative;
	text-align: center;
}

.visual__image--copy {
	margin: 0 auto;
}

.visual__link--shop {
	position: absolute;
	bottom: 50px;
	right: 100px;
	transition: 0.3s;
}


.btn-block {
	margin: 30px 0 50px;
	text-align: center;
}

.btn-block__inner {
	background-image: url(../images/ico_flag.png);
	background-repeat: no-repeat;
	background-position: 15px 60px;
  display: inline-block;
  margin: 0 5%;
	padding-top: 46px;
  width: 290px;
	transition: 0.2s;
}

.btn-block__inner:hover {
	background-position: 15px top;
}

.btn-block__link {
	background: #ff7bac;
	border-radius: 50px;
	box-shadow: 1px 3px 0px 0px #c94366;
	color: #fff;
	display: block;
	font-size: 1.5em;
  letter-spacing: 0.15em;
	padding: 20px 5px 20px 0;
	transition: 0.3s;
	text-decoration: none;
	width: 100%;
}

.btn-block__link:hover {
	background: #ffa8c8;
}

.icon_person {
	background-image: url(../images/ico_person.png);
	background-repeat: no-repeat;
	background-position: center;
  display: inline-block;
  height: 41px;
  margin-right: 20px;
  width: 30px;
  vertical-align: middle;
}

.icon_shop {
	background-image: url(../images/ico_shop.png);
	background-repeat: no-repeat;
	background-position: center;
  display: inline-block;
  height: 41px;
  margin-right: 20px;
  width: 44px;
  vertical-align: middle;
}


.detail {
  background: #fff7ee;
  font-size: 1.5rem;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 130px;
  padding: 30px 100px 0;
  width: 100%;
}

.detail__inner {
  padding: 0
	 0 60px;
}

.detail__bg--trees {
  margin-top: -90px;
}
.detail__text--title {
	color: #009f51;
	font-size: 1.8em;
	margin-bottom: 30px;
  margin-top: -10px;
	text-align: center;
}

.detail__group {
	border-top: 2px solid #009f51;
}

.detail__list {
	border-bottom: 2px solid #009f51;
	overflow: hidden;
  padding: 30px 0px;
}

.detail__list--last {
	border-bottom: none;
}

.detail__list dt {
	color: #009f51;
	font-family: myfont, sans-serif;
	font-size: 2rem;
	float: left;
	width: 24%;
}

.detail__list dd {
	float: right;
	width: 76%;
}

.detail__list p {
	margin-bottom: 0.5em;
}


.pagetop {
  clear: both;
	font-size: 1.2rem;
	max-width: 1100px;
	margin: 0 auto 20px;
  text-align: right;
}

.pagetop a {
  background: url(../images/icon_pagetop.png) left center no-repeat;
  padding: 2px 0 2px 16px;
}


#footer{
	clear:both;
	position:static;
}

#footer #greenbelt{
	background:url(../images/bg_greenbelt.png) 0 0 repeat;
}

#footer #greenbelt .inner{
	margin:0 auto;
	max-width:1100px;
	background:#009261;
	color:#fff;
	overflow:hidden;
}

#footer #greenbelt .inner .ftbox{
	float:left;
	max-width:800px;
}

#footer #greenbelt .inner p.link{
	padding:18px 0 0 24px;
	font-size:1.2rem;
	line-height:1.0;
}

#footer #greenbelt .inner p.link span{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background:url(../images/line_dot_separate.png) 0 0 no-repeat;
}

#footer #greenbelt .inner p.copy{
	padding:18px 0 0 24px;
	font-size:1.2rem;
	line-height:1.0;
}

#footer #greenbelt .inner a{
	color:#fff;
}

#footer #greenbelt .inner p.bn{
	float:right;
	background:url(../images/bg_ftbn.jpg) 0 0 no-repeat;
	width:264px;
	height:54px;
	margin:9px 17px 14px 0;
}

#footer #greenbelt .inner p.bn a{
	color:#666;
	text-decoration:none;
}

#footer #greenbelt .inner p.bn a span{
	display:block;
	width:120px;
	padding:16px 0 0 7px;
	font-size:1.0rem;
	line-height:1.4;
}

#footer #whitebelt{
	clear:both;
	margin:0 auto;
	max-width:1100px;
	background:#fff;
	text-align:right;
}

#footer #whitebelt p{
	padding:12px 0 13px;
	line-height:0;
}



@media only screen and (min-width: 768px) and (max-width: 1100px){
	.visual__image--copy {
		width: 100%;
	}
	.detail__bg--trees {
		width: 100%;
	}
}


@media only screen and (max-width: 767px){
	img {
		width: 100%;
	}

	#header #logo img {
		width: inherit;
	}

	#contents {
		width: 100%;
	}

	
	.visual {
		background: url(../images/bg_visual_sp.png) center top no-repeat;
    background-size: 160%;
    padding: 15px 0 20px;
	}

	.visual__image--copy {
    padding: 10px 15px 0;
	}

	.visual__image--waribiki {
    padding: 0 20px;
	}

	
	.detail {
		margin: 0 15px;
		padding: 0;
		width: auto;
	}

	.detail__bg--trees {
		top: -1.5%;
	}

	.detail__inner {
		padding: 0 0 20px;
	}

	.detail__text--title {
		font-size: 1.5em;
		margin: 0 auto 20px;
	}

	.detail__group {
		margin: 0 15px;
	}

	.detail__list {
		padding: 15px 5px;
	}

	.detail__list dt {
		margin-bottom: 10px;
		width: 100%;
	}

	.detail__list img {
		width: initial;
	}

	.detail__list dd {
		width: 100%;
	}

	
	.btn-block {
		margin: 35px 20px 70px
	}

	.btn-block__inner {
		background: none;
    display: block;
    margin: 0 0 20px;
    padding: 0;
    width: auto;
	}

	.btn-block__link {
		font-size: 1.3em;
		padding: 10px 0;
    width: 100%;
	}
	.icon_person {
		background-size: 25px;
    vertical-align: -0.65em;
	}

	.icon_shop {
		background-size: 25px;
		margin-right: 12px;
    vertical-align: -0.65em;
	}


	
	.pagetop {
	    padding:20px 15px 0;
	}

	#footer #greenbelt .inner {
	    margin: 0 0 0;
	    width: 100%;
	}


	#footer #greenbelt .inner .ftbox {
	    float: none;
	    width: 100%;
	}


	#footer #greenbelt .inner p.link{
		display:block;
		padding:18px 15px 0;
		font-size:1.2rem;
		line-height:1.4;
		text-align:center;
	}

	#footer #greenbelt .inner p.link span{
		display:block;
		margin:0 0 0 0;
		padding:15px 0 0 0;
		background:none;
    text-align:left;
	}

	#footer #greenbelt .inner p.copy {
    padding: 15px 0 0 0;
    text-align:center;
	}

	#footer #greenbelt .inner p.bn {
    float: none;
    margin:9px auto 14px;
    width: 264px;
    height: 54px;
	}

	#footer #whitebelt {
		text-align:center;
    width: 100%;
	}

	#footer #whitebelt img {
		width: inherit;
	}

}
