@charset "utf-8";
html{
	font-size:62.5%;
	 font-family: "Outfit","Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}
.p-lang__ch{
		 font-family: "Outfit","Noto Sans SC","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}
body{
	background-color: #DDF0EA;
}
body,h1,h2,h3,p,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul,ol,li{
	list-style-type:none;
}
#header{
	margin:0 auto;
	max-width: 1100px;
}
#header #logo{
	margin:0 auto;
	padding:7px 0 7px 0;
	width: 100%;
}
@media screen and (min-width:960px) {
#header #logo{
	margin:0 auto;
	padding:7px 0 7px 0;
	width: 960px;
}}
/* pagetop */
.pagetop {
  clear: both;
	font-size: 1.2rem;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 20px;
  text-align: right;
}
.pagetop a {
  background: url(../images/icon_pagetop.png) left center no-repeat;
  padding: 2px 0 2px 16px;
}
/* footer */
#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(gather_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;
}
/* ブラウザサイズ767px以下の場合 */
@media only screen and (max-width: 767px){
	* {
		box-sizing: border-box;
	}
	img {
		width: 100%;
	}
	#header #logo img {
		width: inherit;
	}
	/* pagetop */
	.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;
	}
}
.pc-block{
	display: none;
}
.sp-block{
	display: block;
}
@media screen and (min-width:768px) {
	.pc-block{
	display: block;
}
.sp-block{
	display: none;
}}
h1{
	display: none;
}
h2{
	font-size: 2.4rem;
	color: #12835C;
}
@media screen and (min-width:768px) {
h2{
	font-size: 4.8rem;
	color: #12835C;
}}
h3{
	font-size: 1.8rem;
	color: #12835C;
	text-align: left;
	margin-bottom: 26px;
}
@media screen and (min-width:768px) {
h3{
	font-size: 3.2rem;
	color: #12835C;
	text-align: left;
	margin-bottom: 26px;
}}
.p-contents__wrap{
	width: 95%;
	background-color: #fff;
	margin: 0 auto;
}
@media screen and (min-width:960px) {
.p-contents__wrap{
	width: 1100px;
	background-color: #fff;
	margin: 0 auto;
}}
.p-contents{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
@media screen and (min-width:960px) {
.p-contents{
	text-align: center;
	margin: 0 auto;
	width: 960px;
}}
.p-mainv{
	margin-bottom: 47px;
}
@media screen and (min-width:960px) {
.p-mainv{
	margin-bottom: 72px;
}}
.p-mainv__img{
	width: 95%;
}
@media screen and (min-width:960px) {
.p-mainv__img{
	width: 100%;
}}
.p-shop__wrap{
	margin-bottom: 28px;
}
@media screen and (min-width:960px) {
.p-shop__wrap{
	margin-bottom: 51px;
}}
.p-shop__num{
	background: #12835C;
	margin: 16px auto 0;
	display: flex;
	justify-content: space-around;
	width: 98%;
}
@media screen and (min-width:960px) {
.p-shop__num{
	background: #12835C;
	margin: 16px auto 0;
	display: flex;
	justify-content: space-around;
	width: 836px;
}}
.p-shop__num_en{
	background: #12835C;
	margin: 16px auto 0;
	display: flex;
	justify-content: space-around;
	width: 98%;
	padding: 5px;
}
@media screen and (min-width:960px) {
.p-shop__num_en{
	background: #12835C;
	margin: 16px auto 0;
	display: flex;
	justify-content: space-around;
	width: 936px;
	padding: 0;
}}
.p-shop__num p{
	color: #fff;
	font-size: 1.4rem;
}
@media screen and (min-width:960px) {
.p-shop__num p{
	color: #fff;
	font-size: 2.8rem;
}}
.p-shop__num_en p{
	color: #fff;
	font-size: 1.4rem;
}
@media screen and (min-width:960px) {
.p-shop__num_en p{
	color: #fff;
	font-size: 2.4rem;
}}
.p-shop__num p span{
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (min-width:960px) {
.p-shop__num p span{
	font-size: 4.8rem;
	font-weight: bold;
}}
.p-shop__num_en p span{
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (min-width:960px) {
.p-shop__num_en p span{
	font-size: 3.2rem;
	font-weight: bold;
}}
.p-shop__note{
	margin: 0 auto;
	text-align: right;
	font-size: 1.4rem;
	width: 98%;
}
@media screen and (min-width:960px) {
.p-shop__note{
	margin: 0 auto;
	text-align: right;
	font-size: 1.4rem;
	width: 836px;
}}
.p-shop__note_en{
	margin: 0 auto;
	text-align: right;
	font-size: 1.4rem;
	width: 98%;
}
@media screen and (min-width:960px) {
.p-shop__note_en{
	margin: 0 auto;
	text-align: right;
	font-size: 1.4rem;
	width: 936px;
}}
.p-strength__wrap{
	display: block;
	justify-content: space-evenly;
	margin-bottom: 79px;
}
@media screen and (min-width:768px) {
.p-strength__wrap{
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 96px;
}}
.p-strength__img{
	width: 281px;
	margin-bottom: 34px;
}
@media screen and (min-width:768px) {
.p-strength__img{
	width: 232px;
	margin-bottom: 54px;
}}
@media screen and (min-width:960px) {
.p-strength__img{
	width: 281px;
	margin-bottom: 54px;
}}
.p-strength__img03{
	width: 205px;
	margin-bottom: 21px;
}
@media screen and (min-width:768px) {
.p-strength__img03{
	width: 172px;
	margin-bottom: 41px;
}}
@media screen and (min-width:960px) {
.p-strength__img03{
	width: 205px;
	margin-bottom: 41px;
}}
.p-strength{
	width: 300px;
	height: 372px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	border-radius: 7px;
	position: relative;
	padding: 18px 0;
	margin: 0 auto 22px;
}
@media screen and (min-width:768px) {
	.p-strength{
	width: calc(95% / 3);
	height: 372px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	border-radius: 7px;
	position: relative;
	padding: 18px 0;
}}
.p-strength_en{
	width: 300px;
	height: 460px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	border-radius: 7px;
	position: relative;
	padding: 18px 0;
	margin: 0 auto 22px;
}
@media screen and (min-width:768px) {
	.p-strength_en{
	width: calc(95% / 3);
	height: 460px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	border-radius: 7px;
	position: relative;
	padding: 18px 0;
}}
@media screen and (min-width:960px) {
	.p-strength_en{
	width: 300px;
	height: 460px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	border-radius: 7px;
	position: relative;
	padding: 18px 0;
}}
.p-strength__trigone{
	position: absolute;
	width: 100px;
	bottom: -66px;
	right: 50%;
	transform: translateX(50%);
}
@media screen and (min-width:960px) {
.p-strength__trigone{
	position: absolute;
	bottom: -64px;
	right: 50%;
	transform: translateX(50%);
}}
.p-strength__text01{
	font-size: 2.0rem;
	color: #12835C;
	font-weight: bold;
	margin-bottom: 20px;
}
.p-strength__text02{
	font-size: 1.4rem;
}
.p-strength__text01_en{
	font-size: 2.0rem;
	color: #12835C;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0 5px;
}
.p-strength__text02_en{
	font-size: 1.4rem;
	padding: 0 5px;
}
.p-introduction{
	margin-bottom: 20px;
	width: 95%;
}
.p-map__wrap,
.p-map{
	margin-bottom: 47px;
	width: 95%;
}
@media screen and (min-width:960px) {
.p-map__wrap,
.p-map{
	margin-bottom: 72px;
}}
.p-qa__wrap{
	width: 90%;
	margin: 0 auto 47px;
}
@media screen and (min-width:960px) {
.p-qa__wrap{
	width: 836px;
	margin: 0 auto 72px;
}}
.p-q {
  display: flex;
  align-items: center;
  background-color: #F8F9FA;
  border: 1px solid #C4C5C6;
  border-radius: 6px;
  padding: 20px;
  cursor: pointer;
  justify-content: space-between;
	margin-top: 12px;
}
.p-q p {
  font-size: 1.4rem;
  color: #333;
  margin-left: 20px;
  flex-grow: 1;
	text-align: left;
}
.p-q .arrow {
    border: 0;
    border-bottom: solid 1px #707070;
    border-right: solid 1px #707070;
    display: inline-block;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;

}
.p-a {
  display: none;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #C4C5C6;
  border-radius: 0 0 6px 6px;
  padding: 20px;
}
.p-a p {
  font-size: 1.4rem;
  color: #333;
  margin-left: 18px;
	text-align: left;
}
.p-q.active .arrow {
  transform: rotate(225deg);
}
.p-q.active ~ .p-a {
  display: flex;
	border-top: none;
}
.p-q.active {
  border-radius: 6px 6px 0 0;
}
.p-q__img,
.p-a__img{
	width: 23px;
}
/* PC版の表示 */
.p-map__pc {
	display: block;
	max-width: 100%;
	height: auto;
  }
  .p-map__sp {
	display: none;
  }
  
  /* SP版の表示 */
  @media screen and (max-width: 520px) {
	.p-map__pc {
	  display: none;
	}
	.p-map__sp {
	  display: block;
	  max-width: 100%;
	  height: auto;
	}
  }
  