
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 80px auto 0;
}
.top-image {
	max-width: 1280px;
}
.top-image .photo {
	width: 90%;
	overflow: hidden;
	max-width: 1200px;
	margin: 20px auto 0;
}

section{
	position: relative;
}

.inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
section .inner{
	padding: 20px 10px;
}

h2{
	margin: 3% auto;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

h2 span{
	width: 40%;
	max-width: 150px;
	margin: auto;
	display: block;
}
h2 span img{
	width: 100%;
	height: auto;
}


.merit .inner{
	margin-top: -5%;
}

.Meritlist{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.Meritlist .Meritbox{
	width: 33.3333%;
	padding: 2%;
	text-align: center;
}
.Meritlist .Meritbox .ico{
	width: 80%;
	margin: 5px 15% 20px 5%;
}

.Meritlist .Meritbox h3{
	margin: 5% auto;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	padding-left: 10%;
}
.Meritlist .Meritbox p{
	margin: 3% auto;
	padding-left: 10%;
	line-height: 1.8em;
	color: #595757;
}

.Meritlist .Meritbox.merit01 h3{
	color: #f6ab00;
}
.Meritlist .Meritbox.merit02 h3{
	color: #ee87b4;
}
.Meritlist .Meritbox.merit03 h3{
	color: #b266a6;
}
.Meritlist .Meritbox.merit04 h3{
	color: #8fc31f;
}
.Meritlist .Meritbox.merit05 h3{
	color: #2ea7e0;
}
.Meritlist .Meritbox.merit01 p .point{
	color: #eb6112;
	background: #fdeabf;
}
.Meritlist .Meritbox.merit02 p .point{
	color: #e4007f;
	background: #fce7f0;
}
.Meritlist .Meritbox.merit03 p .point{
	color: #601986;
	background: #f0e0ed;
}
.Meritlist .Meritbox.merit04 p .point{
	color: #00893f;
	background: #e9f3d2;
}
.Meritlist .Meritbox.merit05 p .point{
	color: #036eb8;
	background: #d5edf9;
}
.Meritlist .Meritbox.merit01 .btn{
	margin: 10px auto;
	padding-left: 10%;
}
.Meritlist .Meritbox.merit01 .btn a{
	display: block;
	text-align: center;
	background: #f6ab00;
	color: #fff;
	padding: 5px;
	border-radius: 50px;
}

.merit .photo{
	position: absolute;
	left: -5%;
	bottom: 15%;
	width: 20%;
	
}
.merit .illust{
	position: absolute;
	right: 5%;
	bottom: 20%;
	width: 10%;
	
}

.voicewaku{
	margin: 5% auto;
	border: 5px solid #d4ac7f;
	border-radius: 50px;
	background: url("../img/common/voice_back.png") center center repeat;
	padding: 10px 5%;
	z-index: 1;
	position: relative;
}

.voicewaku .voice_btn{
	width: 33.3333%;
	padding: 3% 10px;
}
.voice .marutop{
	position: absolute;
	left: -10%;
	width: 22%;
	top: 0%;
}

.voice .marubottom{
	position: absolute;
	right: -5%;
	width: 22%;
	bottom: -8%;
}
.voice .tree{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 25%;
}

.map .mapback{
	position: absolute;
	left: -10%;
	width: 108%;
	top: 0;
	
}

.map .illust{
	width: 50%;
}
.map .table{
	width: 50%;
	padding-left: 20px;
}

.map table tr:nth-child(even){
	background: #fffce5;
}
.map table tr:nth-child(odd) td{
	color: #f39800;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.map table tr:nth-child(even) td{
	color: #a77f56;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.map table tr td span{
	color: #595757;
	font-size: 80%;
}
.map table tr td a{
	color: #595757;
font-weight: 700;
}
	
.map table tr:nth-child(odd) th span {
 height:25px;
 width:25px;
 border-radius:50%;
 line-height:25px;
 text-align:center;
	background: #f39800;
	color: #fff;
	display: block;
}	
.map table tr:nth-child(even) th span {
 height:25px;
 width:25px;
 border-radius:50%;
 line-height:25px;
 text-align:center;
	background: #a77f56;
	color: #fff;
	display: block;
}

.map .flower{
	position: absolute;
	right: 0;
	bottom: -50px;
	width: 10%;
}

.flow .illust{
	width: 30%;
	margin: 0 auto 0 5%;
}
.flow .inner{
	margin-top: -12%;
}


.flow .Flexbox{
	align-items: flex-end;
}

.flow h3{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	padding: 20px 0 20px 40px;
	
}
.flow h4{
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #f39800;
	margin-bottom: 10px;
}
.flow h4 span{
	display: inline-block;
	color: #333;
	background: #f8ed4f;
	border-radius: 50px;
	padding: 2px 10px;
	margin: 0 5px;
}

.Flow01{
	overflow: hidden;
	background: #fff;
	padding: 30px 0;
	border-radius: 20px;
	border-bottom:7px solid #f8ed4f;
	border-right:7px solid #f8ed4f;
}
.Flow02{
	overflow: hidden;
	background: #fff;
	padding: 20px 0;
	border-radius: 20px;
	border-bottom:7px solid #dbdf49;
	border-right:7px solid #dbdf49;
}
.Flow03{
	overflow: hidden;
	background: #fff;
	padding: 20px 0;
	border-radius: 20px;
	border-bottom:7px solid #eeb84d;
	border-right:7px solid #eeb84d;
}
.Flow01 .title,
.Flow02 .title,
.Flow03 .title{
	width: 30%;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.Flow01 .title .titleback,
.Flow03 .title .titleback{
	position: absolute;
	left: -20px;
	bottom: -80px;
	z-index: -1;
	width: 95%;
}
.Flow02 .title .titleback{
	position: absolute;
	left: -10%;
	bottom: -32px;
	z-index: -1;
	width: 100%;
}
.Flow01 .txt,
.Flow02 .txt,
.Flow03 .txt{
	width: 70%;
	position: relative;
	z-index: 1;
	padding: 0 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #595757;
}

.flow .arrow {
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	margin: 20px auto;
	text-align: center;
}


.attentionwaku{
	margin: 5% auto;
	border: 2px solid #595757;
	background: #f4f4f4;
}
.attentionwaku .attentiontitle{
	background: #898989;
	color: #ffec51;
	text-align: center;
	margin: auto;
	padding: 5px 10px;
	letter-spacing: 0.05em;
	font-size: 1.8rem;
}
.attentionwaku p{
	padding: 15px 30px;
	color: #595757;
}
.attentionwaku p a{
	font-weight: 700;
	color: #595757;
}


.entry_btn{
	margin: 5% auto;
	text-align: center;
	max-width: 500px;
	width: 80%;
}


@media only screen and (min-width:1px) and (max-width: 1280px) {

.merit .photo{
	position: absolute;
	left: -1%;
	bottom: 15%;
	width: 20%;
	
}
}
@media only screen and (min-width:1px) and (max-width: 960px) {

section .inner{
	padding: 30px 20px;
}
	

.Meritlist .Meritbox{
	width: 50%;
	padding: 2%;
	text-align: center;
}
.Meritlist .Meritbox .ico{
	width: 80%;
	margin: 5px auto 20px;
	max-width: 250px;
	padding-left: 5%;
}
.merit .photo{
	position: absolute;
	left: -1%;
	bottom: 5%;
	width: 25%;
	
}
.merit .illust{
	position: absolute;
	right: 10%;
	bottom: 20%;
	width: 15%;
	
}

.map .mapback{
	position: absolute;
	left: -35%;
	width: 165%;
	top: 0;
	
}	
	
.map .illust{
	width: 80%;
	margin: 0 auto;
}
.map .table{
	width: 100%;
	padding: 20px;
}

.map .flower{
	position: absolute;
	right: 5%;
	bottom: -50px;
	width: 15%;
}
.flow .illust{
	width: 40%;
	margin: 0 auto 0 5%;
}


.Flow01 .title,
.Flow02 .title,
.Flow03 .title{
	width: 32%;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.Flow01 .txt,
.Flow02 .txt,
.Flow03 .txt{
	width: 68%;
	position: relative;
	z-index: 1;
	font-family: 'Zen Maru Gothic', sans-serif;
	padding: 0 10px;
}
.flow h3{
	padding: 10px 0 30px 20px;
	
}
		
.Flow01 .title .titleback,
.Flow03 .title .titleback,
.Flow02 .title .titleback{
	position: absolute;
	left: -20%;
	bottom: -40px;
	z-index: -1;
	width: 120%;
	max-width: 320px;
}

}

@media only screen and (min-width:1px) and (max-width: 768px) {

section .inner{
	padding: 30px 20px;
}
.map .flower{
	position: absolute;
	right: 20px;
	bottom: -50px;
	width: 15%;
}

.flow .illust{
	width: 60%;
	margin: -30px auto 0 5%;
}

.Flow01{
	padding: 20px 0;
}
	
.Flow01 .title,
.Flow02 .title,
.Flow03 .title{
	width: 100%;
}	
	
.Flow01 .txt,
.Flow02 .txt,
.Flow03 .txt{
	width: 100%;
	padding: 10px 30px;
}

	
.Flow01 .title .titleback,
.Flow03 .title .titleback,
.Flow02 .title .titleback{
	position: absolute;
	left: -10%;
	bottom: 0px;
	z-index: -1;
	width: 100%;
	max-width: 320px;
}

.flow h3{
	font-size: 1.8rem;
	padding: 10px 0 30px 30px;
	
}
	
	
}

@media only screen and (min-width:1px) and (max-width: 480px) {
	.brpc{
		display: none;
	}
section .inner{
	padding: 20px 20px;
}	
	
.Meritlist .Meritbox{
	width: 100%;
	padding: 2%;
	text-align: center;
}
.Meritlist .Meritbox .ico{
	width: 80%;
	margin: 5px auto 20px;
	max-width: 200px;
	padding-left: 0px;
	padding-right: 40px;
}
.merit .photo{
	position: relative;
	left: inherit;
	bottom: inherit;
	width: 50%;
	
}
	
.Meritlist .Meritbox.merit01 .btn{
	margin: 10px auto;
	padding: 0 10% 20px;
}
.merit .illust{
	position: absolute;
	right: 10%;
	bottom: 8%;
	width: 20%;
}

.map .mapback{
	position: absolute;
	left: -15%;
	width: 125%;
	top: 0;
	
}	
	
.Meritlist .Meritbox h3{
	margin: 5% auto;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	padding: 0px 5%;
}
.Meritlist .Meritbox p{
	margin: 3% auto;
	padding: 0px 5% 10px;
	line-height: 1.8em;
	color: #595757;
}

	.Meritlist .Meritbox{
	margin-bottom: 20px;
	}

.voicewaku .voice_btn{
	width: 100%;
	padding: 3% 20px;
}

.voice .marutop{
	position: absolute;
	left: -10%;
	width: 32%;
	top: 0%;
}

.voice .marubottom{
	position: absolute;
	right: -5%;
	width: 32%;
	bottom: -20px;
}
	
.voice .tree{
	position: absolute;
	right: 0;
	top: -30px;
	z-index: 2;
	width: 40%;
}

.map .mapback{
	position: absolute;
	left: -45%;
	width: 190%;
	top: 0;
	
}	
.map .illust{
	width: 100%;
	margin: 0 auto;
}


	.Flow01{
		margin-top: 20px;
	}
.flow h3{
	font-size: 1.7rem;
	padding: 0px 0 30px 30px;
	
}
	
.entry_btn{
	width: 90%;
}

table{
		width: 100%;
	}
.map table td{
		padding: 5px 10px;
		line-height: 1.5em;
	}
.map table tr td span{
		display: block;
	}
	
.map table tr:nth-child(odd) th span {
 height:20px;
 width:20px;
 border-radius:50%;
 line-height:20px;
}	
.map table tr:nth-child(even) th span {
 height:20px;
 width:20px;
 border-radius:50%;
 line-height:20px;
}
	
.entry_btn{
	margin: 5% auto;
	width: 100%;
}
	
}

