@charset "utf-8";



section h3 {
    width:100%;
    margin: 0 auto;
	color:#b4965f;
    font-size: 2.2rem;
    font-weight:400;
    text-align: center;
    line-height: 1.6;
    position: relative;
}

@media only screen and (max-width:640px){
    
    section h3 {
        margin: 0 auto;
        font-size: 1.4rem;
        line-height: 1.3;
    }
}



/* concept */

.concept {
    padding:100px 0 0;
}
.concept h2 {
    width:80%;
    margin: 0 auto 30px;
    font-size:3rem;
    font-weight: 400;
    color:#b4965f;
    text-align:center;
    line-height:1.6;
}
.concept h2 span {
	margin:10px auto 0;
	display:block;
	font-size:1.4rem;
}
.concept h2 strong {
	margin:0 0 0 8px;
	display:inline-block;
	font-weight:normal;
	color:#f691a0;
	line-height:1;
}
.concept h2 strong b {
	font-weight:normal;
	font-size:5rem;
	line-height:0;
}

.concept p {
    width:80%;
    margin: 0 auto;
    font-size: 1.15rem;
    text-align: center;
    line-height: 2.5;
}
.concept p > span {
	margin:20px auto 0;
	display:block;
}
.concept p > span > small {
	margin:30px auto 0;
	display:block;
	letter-spacing:0;
}

.concept dl {
	width:80%;
	max-width:600px;
	margin:60px auto 0;
	padding:20px 0 30px;
	border-radius:10px;
	background:#fff;
}
.concept dl dt ,
.concept dl dd {text-align:center; line-height:1.6;}

.concept dl dt {font-size:2rem; color:#b4965f; margin-bottom:20px;}
.concept dl dt small {font-size:1.4rem; letter-spacing:-0.05rem;}

.concept dl dd {font-size:1.2rem;}
.concept dl dd strong {
	padding:0 5px;
	display:inline-block;
	color:#fff;
	font-weight:normal;
	border-radius:2px;
	background:#ff358c;
}
.concept dl dd > b {
	color:#ff358c;
	font-size:3rem;
	font-weight:normal;
	line-height:1.2;
}
.concept dl dd span {
	color:#ff358c;
}
.concept dl dd span b {
	padding:0 10px;
	font-size:1.6rem;
	font-weight:normal;
	position:relative;
	z-index:10;
}
.concept dl dd span b::after {
	content: "";
	width:100%;
	height:10px;
	position:absolute; bottom:0; left:0;
	background:#ffff00;
	z-index:-1;
}

@media only screen and (max-width:640px){
    
    .concept {
        padding-top:60px;
    }
    .concept h2 {
        width:80%;
        margin:0 auto;
        font-size:1.6rem;
        line-height:1.3;
    }
	.concept h2 span {
		margin:10px auto 0;
		font-size:1.4rem;
	}
	.concept h2 strong b {font-size:4rem;}
    .concept p {
        width:80%;
        margin: 0 auto;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        line-height: 2;
    }
	.concept p > span {
		padding:20px 0;
		display:block;
		line-height:1.6;
		letter-spacing:0;
		border-radius:10px;
		background:#fff;
	}
	.concept p > span > small {margin:16px auto 0;}
	
	.concept dl dt {font-size:1.8rem;}
	.concept dl dt small {font-size:1.2rem; line-height:1; margin:0 8px; display:block;}
	
	.concept dl dd {font-size:1rem;}
	.concept dl dd b {font-size:2.6rem;}
}


/* about */
.about h3{    
    width:80%;
    margin: 0 auto;
    padding:0;
    font-size:1.8rem;
    font-weight: 400;
    color:#222;
    text-align:center;
    line-height:1.6;}
.about h3 strong{    
    width:80%;
    margin: 0 auto;
    font-size:2.2rem;
    font-weight: 400;
    color:#f691a0;
    text-align:center;
    line-height:1.6;}
.about p{text-align: center;}
.about{margin: 30px auto 0; background: #f4f4f4; max-width: 1000px; padding:40px 0; border-radius: 10px;}

@media only screen and (max-width:640px){
    .about h3{    
    width:100%;
    font-size:1.3rem;}
.about h3 strong{    
    width:100%;
    font-size:1.8rem;}
.about p{text-align: center;}
.about{margin: 30px auto 0; background: #f4f4f4; max-width: 330px; padding:40px 10px; border-radius: 10px;}
}

/* ryokin */
.ryokin{display: flex; flex-wrap: wrap; justify-content: center; max-width: 1200px; width: 90%; margin: 0 auto;}
.ryokin div{width: 40%; border: solid 1px #222; text-align: center; padding:40px 20px; border-radius: 20px; margin: 0 10px;}
.ryokin div h4{color: #fff; background: #a0824b; padding: 5px 10px; border-radius: 20px;}
.ryokin div p{line-height: 1.2; text-align: center; margin-top: 20px;}
.ryokin div p strong{color: #a0824b; font-size: 2rem;text-align: center; display: block;}
.ryokin div p strong span{font-size: 3rem;}

@media only screen and (max-width:640px){
    .ryokin div{width: 100%;  margin: 10px 0;}
}

/* pickup */
.pickup{margin-top: 50px;}
.pickup p{text-align: center;}
.pickup h3 {margin:0;}
.pickup h3 span {color:#f691a0;}

.pickup > ul {
	width:92%;
	max-width:1200px;
	margin: 0 auto 40px;
	display:flex; flex-flow:row wrap; justify-content:space-between; align-content:stretch; align-items:stretch;
}
.pickup > ul li {
	width:32%;
	margin:50px 0 0;
	padding:0 0 30px;
	text-align:center;
	line-height:1.6;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
}
.pickup > ul li h4 {
	margin:20px auto 10px;
	color:#b4965f;
	font-size:1.6rem;
	font-weight:normal;
	line-height:1.4;
}
.pickup > ul li h4 span {
	margin:0 auto 5px;
	display:block;
	color:#f691a0;
	font-size:1.2rem;
	text-align:center;
}

.pickup dl {
	width:80%;
	max-width:1200px;
	margin:0 auto;
	padding:20px 0;
	border-radius:10px;
	background:#fff;
}
.pickup dl dt {
	width:100%;
	margin: 0 auto 10px;
	color:#b4965f;
	font-size:1.4rem;
	text-align:center;
}
.pickup dl dd ul {
	width:90%;
	max-width:800px;
	margin:0 auto;
	display:flex; flex-flow:row wrap; justify-content:center; align-content:stretch; align-items:stretch;
}
.pickup dl dd ul li {
	margin:10px;
	padding-left:14px;
	line-height:1;
	position:relative;
}
.pickup dl dd ul li::after {
	content: "";
	width: 10px;
	height:10px;
	position:absolute; top:3px; left:0;
	border-radius:50px;
	background:#b4965f;
}

@media only screen and (max-width:640px){
	
	.pickup > ul {width:80%;}
	.pickup > ul li {
		width:100%;
		margin:30px 0 0;
		padding:0 0 20px;
	}
	
	.pickup dl dt {
		margin: 0 auto 10px;
		font-size:1.2rem;
		line-height:1.4;
	}
	.pickup dl dd ul {justify-content:flex-start;}
	.pickup dl dd ul li {margin:5px 10px;}
}


/* --- plan --- */
h3{padding-top: 10px;}
h2.plan_title{padding-top: 50px;}
.plan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  text-align: left;
}
.plan ul {padding: 0; width: 40%;}
.plan li {list-style-type: none;}
.plan dd {width: 100%; padding: 0;}
.flow01 > li {
  position: relative;
  list-style: none;
}
.flow01 > li:not(:last-child) {margin-bottom: 40px;}
.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #a0824b;
  border-radius: 10px;
  position: relative;
}
.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #a0824b;
}
.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow01 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow01 > li dl dt .icon01 {
  font-size: 0.8em;
  color: #fff;
  background: #a0824b;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media (max-width:640px) {
	
h3{padding-top: 0;}
.plan ul {width: 95%;}
.flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }
.flow01 > li dl {
    display: block;
    padding: 20px 70px;
  }
.flow01 > li dl dt {
    margin-right: 0;
  }
.flow01 > li dl dt .icon01 {
    font-size: .7em;
    }
}


.btn a{background: #a0824b; color: #fff; font-size: 1.5rem; text-align: center; margin:30px auto 0; display: block; max-width: 300px; padding:10px 30px; border-radius: 50px; transition: .7s;}

@media (max-width:640px){
    .btn a{font-size: 1.3rem; margin:10px auto 0;  max-width: 250px;}
}

/* voice */
.voice div{background: #f4f4f4; max-width: 1000px; margin: 50px auto 0; padding:30px 0; border-radius: 20px;}
.voice h2{font-size: 4rem; text-align: center; font-weight: 100; line-height: 1; color:#a0824b;}
.voice div h3{line-height: 1.3; margin: 20px auto;}
.voice div h3{line-height: 1.3; margin: 0 auto;}
.voice ul{margin: 0 auto; display: block;}
.voice ul li{margin: 10px auto; text-align: center; font-size: 1.3rem;}

@media (max-width:640px){
    .voice{max-width: 350px; margin: 0 auto ; padding:10px 5px;}
    .voice h2{font-size: 3rem;}
    .voice ul li{margin: 5px auto; font-size: 1rem;}
}

/* tokucho */
.tokucho{margin: 0 auto;}
.tokucho ul{max-width: 1000px; margin: 0 auto;}
.tokucho ul li{display: flex; justify-content: center; align-content: center; align-items: center; flex-wrap: wrap; margin: 20px auto 0;}
.tokucho ul li strong{display: block; font-size: 1.5rem;}
.tokucho ul li div{width: 40%; margin-right: 4%;}
.tokucho ul li img{max-width: 100%;}
.tokucho ul li p{width: 50%;}

@media (max-width:640px){
    .tokucho ul{max-width: 380px; margin: 0 auto;}
    .tokucho ul li{margin: 10px auto 0;}
    .tokucho ul li strong{font-size: 1.2rem;}
    .tokucho ul li div{width: 40%; margin-right: 3%;}
    .tokucho ul li p{width: 55%;}
}


.waku{border: solid 2px #a0824b; max-width: 1000px; margin: 50px auto 0; border-radius: 20px;}
@media (max-width:640px){
    .waku{max-width: 350px; margin: 50px auto 0; padding: 20px 0;}
}

.nedan h3{margin-top: 30px;}


