@charset "utf-8";

.main{
	width: 100%;
	position: relative;
}
.pagelogo{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 38%;
	max-width: 305px;
}
.btnul{
	text-align: center;
}
.btnul li{
	display: inline-block;
	width: 28%;
	margin: 0 1.5%;
	max-width: 200px;
	border-radius: 10px;
	border: 1px solid #3EB370;
	background: #fff;
	vertical-align: middle;
}
.linkarea{
	padding: 80px 0 120px;
}
.nowpage{
	background: #da4c5c!important;
}
.nowpage a{
	color: #fff!important;
	cursor: default;
}
.nowpage a:hover{
	opacity: 1;
}
.btnul li a {
    color: #3EB370;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    box-sizing: border-box;
    display: block;
}
.nowpage {
    background: #3EB370!important;
}
@media only screen and (max-width: 640px) {
	.btnul li a {
	    font-size: 16px;
	}
}
@media only screen and (max-width: 480px) {
	.linkarea {
	    padding: 40px 0 10px;
	}
}


/*---追加部分---*/
.show940, .show768, .sho640, .show540{
	display: none!important;
}
@media only screen and (max-width: 940px) {
	.show940{
		display: block!important;
	}
	.hide940{
		display: none!important;
	}
}
@media only screen and (max-width: 768px) {
	.show768{
		display: block!important;
	}
	.hide768{
		display: none!important;
	}
}
@media only screen and (max-width: 640px) {
	.show640{
		display: block!important;
	}
	.hide640{
		display: none!important;
	}
}
@media only screen and (max-width: 540px) {
	.show540{
		display: block!important;
	}
	.hide540{
		display: none!important;
	}
}




.lead{
	text-align: center;
    padding: 60px 0;
    width: 100%;
	max-width: 660px;
    font-size: 14px;
	margin: 0 auto;
}
.topimg1, .topimg2{
	position: absolute;
	max-width: 255px;
}
.topimg1{
	top: 25px;
	right: 0;
	width: 28%;
}
.topimg2{
	bottom: 20px;
	left: 25%;
	width: 25%;
}
.pagetitle{
	margin-bottom: 35px;
}
.section_title{
    margin-bottom: -70px!important;
}
.section_pink, .section_green{
	padding: 90px 0;
}
.section_pink{
	background: #f4eae4;
	margin-bottom: 70px;
}
.section_green{
	background:#ebf5eb;
}
.wrapper1100{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	box-sizing: border-box;
}
.profile .left{
	width: 35%;
}
.profile .right{
	width: 60%;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
.stafimg{
	width: 35%;
	float: left;
}
.staf_profile{
	float: right;
	width: 65%;
	padding-left: 30px;
}
.profile .right .absolute{
	top: 20px;
	left: 400px;
}
.profile b{
	font-size: 24px;
	display: block;
}
.profile span{
	font-size: 13px;
}
.step1, .step2, .step3{
	margin-top: 70px;
	position: relative;
}
.step2, .step3{
	margin-top: 60px;
}
.section_pink .step3{
	margin-top: 100px;
}
.section_green .step2{
	margin-top: 150px;
}
.section_pink .steptitle, .section_green .step3 .steptitle{
	padding: 0 0 30px 50px;
}
.section_green .steptitle, .section_pink .step3 .steptitle{
	padding: 0 50px 30px 50px;
}
.steptitle img{
	vertical-align: baseline;
	width: 108px;
}
.steptext{
	display: inline-block;
	font-size: 24px;
	font-weight:bold;
	padding-left: 20px;
	width: calc(100% - 118px);
	box-sizing: border-box;
	line-height: 1.5rem;
}
.line_b, .line_s{
	background: #557ec0;
}
.line_b{
	height: 5px;
	margin-top: 5px;
	margin-bottom: 4px;
}
.line_s{
	height: 2px;
}
.captext {
    /*line-height: 1.1;*/
    position: absolute;
}
.captext span{
	font-size: 11px;
    line-height: 18px;
    background: linear-gradient(transparent 0px, #fff 0%);
    display: inline;
    padding: 6px;
}


/*****************住所******************/
.specarea {
    padding: 20px;
    width: 100%;
    background: #fff;
    margin-top: 140px;
}
.spectitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.specarea .left {
    width: 35%;
}
.specarea .right {
    width: 62.5%;
}
.specarea .map {
    float: left;
    width: 49%;
}
.specarea .map iframe {
    width: 100%;
    border: 1px solid #aaa;
    box-sizing: border-box;
}
.specarea .store {
    float: right;
    width: 49%;
}
.specarea table th {
    width: 90px;
	padding-bottom: 5px;
    box-sizing: border-box;
}
.specarea table th div {
    width: 90px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px;
	background: #557ec0;
}
.specarea table td {
    width: calc(100% - 90px);
	box-sizing: border-box;
	padding: 0 10px 5px;
}

@media only screen and (max-width: 1100px) {
	.section_pink .steptitle, .section_green .step3 .steptitle{
		padding: 0 0 30px 20px;
	}
	.section_green .steptitle, .section_pink .step3 .steptitle{
		padding: 0 20px 30px 20px;
	}
}
@media only screen and (max-width: 1040px) {
	.wrapper1100{
		padding: 0 20px;
	}
	.profile .right .absolute{
		top: -35px;
		left: 30px;
		transform: rotate(10deg);
	}
	.pagelogo {
		top: auto;
		bottom: 20px;
	}
	.topimg2 {
		bottom: auto;
		left: 30%;
		top: 15px;
	}
}
@media only screen and (max-width: 940px) {
	.profile .left{
		width: 27%;
	}
	.profile .right{
		width: 70%;
	}
}
@media only screen and (max-width: 768px) {
	.profile .left, .profile .right{
		width: 100%;
		float: none;
	}
	.profile .right{
		margin-top: 30px;
	}
	.section_pink .steptitle, .section_green .step3 .steptitle, .section_green .steptitle, .section_pink .step3 .steptitle{
		padding: 0 0 20px 0!important;
	}
	.specarea .left, .specarea .right{
		width: 100%!important;
	}
	.specarea .right{
		margin-top: 10px;
	}
	.topimg2 {
	    left: 31%;
	}
}
@media only screen and (max-width: 640px) {
	.section_pink .wrapper, .section_green .wrapper{
		padding: 0;
	}
	.section_pink .wrapper.keep, .section_green .wrapper.keep{
		padding: 0 20px;
	}
}
@media only screen and (max-width: 540px) {
	.lead{
	    padding: 30px 0;
	}
	.section_title{
	    margin-bottom: -9%!important;
	}
	.staf_profile{
		width: 100%;
		padding: 0;
	}
	.staf_profile img{
		margin: 0 10px 10px 0;
	}
	.profile b{
		margin-bottom: 10px;
	}
	.profile .right{
		margin-top: 50px;
	}
	.steptitle img{
		width: 60px;
	}
	.steptext{
		padding: 0 0 0 5px;
		font-size: 20px;
		width: calc(100% - 65px);
	}
	.step2, .step3{
		margin-top: 30px;
	}
	.section_pink .step3{
		margin-top: 70px;
	}
	.specarea{
		margin-top: 200px;
	}
}
@media only screen and (max-width: 480px) {
	.specarea .store{
		width: 100%;
	}
	.topimg1 {
	    top: 20px;
	    right: 0px;
	    width: 26%;
	}
	.topimg2 {
	    left: 32%;
	    width: 20%;
	    top: 15px;
	}
	.linkarea {
		padding: 40px 0 10px;
	}
	.btnul li {
	    display: block;
	    width: 100%;
	    margin: 0 auto 15px;
	    max-width: 250px;
	}
	.btnul {
	    margin-bottom: 70px;
	}

}
/************************section_pink*************************/
.section_pink .step1 .left{
	width: 65%;
}
.section_pink .step1 .right{
	width: 35%;
}
.section_pink .step1 .left .content{
	padding: 0 40px 0 70px;
}
.section_pink .step1 .left .content img{
	margin-left: 20px;
}
.section_pink .step2 .left{
	width: 55%;
}
.section_pink .step2 .right{
	margin-top: 50px;
	width: 45%;
}
.section_pink .step2 .left .content{
	padding: 0 40px 30% 70px;
	position: relative;
}
.section_pink .step2 .left .content img{
	position: absolute;
	top: 100px;
	right: -30px;
}
.section_pink .step3 .content{
	float: right;
	width: calc(100% - 372px);
	padding :0 20px 20% 50px;
	position: relative;
}
.section_pink .step3 .content img{
	position: absolute;
	top: 80px;
	left: -130px;
}
.section_pink .comment .absolute{
	right: 20px;
	bottom: 0;
}

/************************section_green*************************/
.section_green .step1 .right{
	padding-right: 20px;
	width: 45%;
}
.section_green .step1 .content{
	float: left;
	width: 55%;
	padding: 0 50px 150px 20px;
	position: relative;
}
.section_green .step1 .content .absolute{
	top: 100px;
	right: -30px;
	z-index: 10;
}
.section_green .captext1{
	bottom: 19%;
	left: 10px;
}
.section_green .captext2{
	bottom: 10%;
	right: -110px;
}
.section_green .captext3{
	bottom: 10px;
	right: 35px;
}
.section_green .step2 .content{
	float: right;
	padding: 0 70px 0 20px;
	width: 55%;
}
.section_green .img9{
	width: 45%;
}
.section_green .step2 .content .absolute{
	margin-top: 50px;
}
.section_green .step2 .content p{
	padding-left: 20px;
	padding-bottom: 50px;
}
.section_green .captext4{
	bottom: 10px;
	right: 18px;
}
.section_green .captext5{
	bottom: 10%;
	left: 35%;
}
.section_green .captext6{
	bottom: 42%;
	right: 30px;
}
.section_green .step3 .right{
	margin-top: 50px;
	width: 37%;
}
.section_green .step3 .left{
	width: 63%;
}
.section_green .step3 .content{
	padding: 0 20px 0 70px;
}
.section_green .step3 .content img{
	margin-top: 50px;
}
.section_green .captext7{
	bottom: 5%;
	left: 10%;
}
.section_green .captext8{
	bottom: 20%;
	right: 10px;
}
.section_green .captext9{
	bottom: 10px;
	right: 10px;
}
.section_green .comment .absolute{
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 1040px) {
	.section_pink .step1 .left .content, .section_pink .step2 .left .content{
		padding-left: 20px;
	}
	.section_green .step1 .content{
		padding-left: 0;
	}
	.section_green .step2 .content{
		padding-right: 20px;
	}
	.section_green .step3 .content{
		padding-left: 20px;
	}
}
@media only screen and (max-width: 940px) {
	.section_pink .step3 .content{
		width: 40%;
		padding-left: 20px;
	}
	.section_pink .step3 .left{
		width: 60%;
	}
}
@media only screen and (max-width: 768px) {
	.specarea{
		margin-top: 170px;
	}
	.section_pink .step1 .left .content, .section_pink .step2 .left .content{
		padding: 0 20px;
	}
	.section_pink .step1 .left, .section_pink .step1 .right, .section_pink .step2 .left, .section_pink .step2 .right{
		width: 100%;
		float: none;
	}
	.section_pink .step1 .left .content img{
		margin: 20px 0 0 auto;
	}
	.section_pink .step2 .left .content img{
		position: relative;
		top: 30px;
		right: 0;
	}
	.section_pink .step3 .content, .section_pink .step3 .left{
		width: 100%;
		float: none;
	}
	.section_pink .step3 .content{
		padding-bottom: 30px;
	}
	.section_pink .comment .absolute{
		left: 0;
	}
	.section_green .step2{
		margin-top: 40px;
	}
	.section_green .step1 .right, .section_green .step1 .content{
		width: 100%;
		float: none;
	}
	.section_green .step1 .right{
		padding: 0;
	}
	.section_green .step1 .content{
		padding: 0 0 30px 0;
	}
	.section_green .captext1 {
		bottom: 54%;
		width: 35%;
	}
	.section_green .captext2 {
		bottom: 3%;
	    right: 7%;
	}
	.section_green .captext3 {
	    bottom: auto;
		top: 10px;
	    right: 10px;
	}
	.section_green .step2 .content p{
		padding-left: 0;
		padding-bottom: 40px;
	}
	.section_green .step2 .content{
		width: 100%;
	}
	.section_green .captext4 {
	    bottom: 24%;
	    right: 18px;
		width: 40%;
	}
	.section_green .captext5 {
		bottom: 90%;
		left: 5%;
	}
	.section_green .captext6 {
		bottom: 3%;
		right: auto;
		left: 0;
		width: 32%;
	}
	.section_green .step3 .left, .section_green .step3 .right{
		width: 100%;
		float: none;
	}
	.section_green .step3 .content img{
		margin-top: 30px;
	}
	.section_green .captext8 {
	    bottom: auto;
	    right: 35%;
	    top: 40px;
	}
	.section_green .captext7 {
	    bottom: 22%;
	    left: 10px;
	}
	.section_green .captext9 {
	    bottom: 20px;
	    right: auto;
	    left: 55%;
	}
}
@media only screen and (max-width: 540px) {
	.section_pink .step1 .left .content, .section_pink .step2 .left .content,.section_green .step1 .content, .section_green .step2 .content,  .section_green .step3 .content{
		padding: 0 0 20px 0;
	}
	.section_pink .step3 .content{
		padding-left: 0;
		padding-right: 0;
	}
	.section_pink, .section_green{
		padding: 60px 0;
	}
	.section_green .captext4{
		bottom: 14%;
	}
}
