@charset "UTF-8";


.p-member__box {
	display: flex;
	flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    max-width: 1020px;
    padding: 0 30px;
    margin: 0 auto;
}

.p-member__recent {
    background-color: #e5f6f3;
    padding: 30px 0 10px;
    margin-bottom: 30px;
}

.p-member__recent h2 {
    max-width: 960px;
    margin: 0 auto 20px;
}

.p-member__box .p-member {
	width: calc(100% / 3 - 20px);
	padding: 30px;
    border: 1px solid #f2f2f2;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.p-member__box .p-member:hover {
	border-color: #00a28e;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.p-member__box .p-member .p-member__pic {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-top: 50%;
}

.p-member__box .p-member img {
    width: 70%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%) scale(1);
    -ms-transform: translate(50%,50%) scale(1);
    transform: translate(50%,50%) scale(1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1) 0s;
    transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1) 0s;
    transition: transform 1s cubic-bezier(.215,.61,.355,1) 0s;
    transition: transform 1s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 1s cubic-bezier(.215,.61,.355,1) 0s;
}


.p-member__box .p-member img.sm_Img{
    width: 56%;

}

.p-member__box .p-member img.ssm_Img{
    width: 47%;

}

.p-member__box .p-member img.rt_Img{
    right: 57%;
}

/*
.p-member__box .p-member:hover img {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%) scale(1.25);
    -ms-transform: translate(50%,50%) scale(1.25);
    transform: translate(50%,50%) scale(1.25);
}
*/

.p-member__box .p-member:nth-of-type(3n+2) {
	margin-left: 30px;
	margin-right: 30px;
}

.p-member__box .p-member:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #00a28e transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.p-member__box .p-member h3 {
	margin: 25px 0 10px;
	font-size: 1.6rem;
}

.p-member__box .p-member p {
	text-align: left;
}

.p-member__box .p-member .p-facilitySpot__note {
	display: flex;
	margin-top: 15px;
    justify-content: center;
    align-items: center;
}

.p-member__box .p-member .p-facilitySpot__note span {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 75px;
    min-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: 1px solid #00a28e;
    background: #fff;
    color: #00a28e;
    margin: 0 5px 0 0 ;
}

@media (max-width: 1000px) {
.p-member__box {
    padding: 0 15px;
}

.p-member__recent {
    background-color: #e5f6f3;
        padding: 15px 0 1px;
       margin-bottom: 15px;
}

.p-member__recent h2 {
        margin: 0 15px 10px;
}

	.p-member__box .p-member {
		width: calc(50% - 7px);
		padding: 15px;
	    margin-bottom: 15px;
	}

	.p-member__box .p-member:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}

    .p-member__box .p-member:nth-of-type(even) {
        margin-left: 14px;
    }

	.p-member__box .p-member h3 {
		margin: 5px 0 0;
		font-size: 1.4rem;
	}

	.p-member__box .p-member p {
        display: none;
	}
}

/*　詳細ページ
****************************************/
.p-member__deitail {
	max-width: 1000px;
	margin: 0 auto 60px;
	overflow: hidden;
}

.p-member__deitail .p-facilitySpot__note span {
    display: inline-block;
    min-width: 75px;
    min-height: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: 1px solid #00a28e;
    background: #fff;
    color: #00a28e;
    padding: 3px 5px 1px;
}

.p-member__deitail .summary {
	border: 1px solid #f2f2f2;
	margin: 50px 0 100px;
    position: relative;
}

.p-member__deitail .summary .box {
	overflow: hidden;
}

.p-member__deitail .p-member__logo {
    width: 320px;
    height: calc(100%  - 40px);
    position: absolute;
    right: 0;
    top: 20px;
    border-left: 1px solid #f2f2f2;
}

.p-member__deitail .p-member__logo img {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
}

.p-member__deitail .p-member__logo img.rt_Img{
    left: 44%;
    top: 44%

}
.p-member__deitail dl {
    overflow: hidden;
    margin: 30px 0 30px 50px;
    border-right: 1px solid #f2f2f2;
}

.p-member__deitail dt {
    float: left;
    width: 120px;
    padding: 6px 0;
    font-weight: bold;
}

.p-member__deitail dd {
    overflow: hidden;
    padding: 6px 0;
}

.p-member__deitail .sns__bottom {
    margin: -10px 50px 30px;
}

.p-member__deitail .sns__bottom a {
	display: inline-block;
	width: 30px;
	margin-right: 10px;
}

.p-member__deitail .sns__bottom a img {
	width: 100%;
}

.p-member__deitail p {
    line-height: 2;
}

.p-member__deitail p + p {
    margin-top: 1.5em;
}

.p-member__deitail ul.photo {
	margin-top: 50px;
}

.p-member__deitail ul.photo li {
	width: calc(100% / 3 - 20px);
	float: left;
}

.p-member__deitail ul.photo li img {
	width: 100%;
}

.p-member__deitail ul.photo li:nth-of-type(2) {
	margin-left: 30px;
	margin-right: 30px;
}

.p-member__deitail ul.u-list {
    margin-bottom: 10px;
}

.p-member__deitail ul.u-list li {
    padding-left: 18px;
    position: relative;
}

.p-member__deitail ul.u-list li:before {
    content: "";
    width: 5px;
    height: 5px;
    font-size: 0;
    background-color: #00a28e;
    position: absolute;
    left: 5px;
    margin-top: 9px;
}

.p-member__deitail ul.u-list li + li {
    margin-top: 8px;
}

a.mailLink span i {
	display: inline-block;
	width: 0;height: 0;font-size: 0;
}
a.mailLink span:after {
	content: "@";
}

@media (max-width: 1000px) {

    .p-member__deitail {
        max-width: 100%;
    }

    .p-member__deitail .p-plan__ttl {
        font-size: 1.8rem;
    }

    .p-member__deitail .summary {
      margin: 20px 0 0 ;
    }

    .p-member__deitail .p-member__logo {
        width: 100%;
        height: auto;
        padding: 60% 0 0;
        position: relative;
        top: 0;
    }

    .p-member__deitail .p-member__logo img {
        width: 80%;
        max-width: 200px;
    }

    .p-member__deitail dl {
        margin: auto 15px;
        border-right: none;
        border-top: 1px solid #f2f2f2;
        padding: 20px 0;
    }

    .p-member__deitail dt {
        float: none;
        width: 100%;
        padding: 6px 0 0;
    }

    .p-member__deitail dd {
        padding: 0;
    }

    .p-member__deitail .sns__bottom {
        margin: 0 0 30px 15px;
    }

    .p-member__deitail {
        margin: 50px 15px 20px;
    }

    .p-member__deitail ul.photo li {
        width: calc(100% / 3 - 4px);
    }

    .p-member__deitail ul.photo li:nth-of-type(2) {
        margin-left: 6px;
        margin-right: 6px;
    }

}