@charset "UTF-8";

/*------------------------------------------------------
main
--------------------------------------------------------*/

.main p {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 8px #333;
    font-weight: 500;
}

/***Media Queries***/
@media all and (min-width: 640px) {
.main {
    position: relative;
}
    .main p {
        top: 40%;
        font-size: 44px;
    }
    
}

.main img:first-child {
    width: 100%;
}


h2 span.subtitw {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
}


h2 span.subtitb {
    font-size: 14px;
    margin-left: 10px;
    color: #00a6e9;
}

/*------------------------------------------------------
concept section#shopinfoarea .shopinfoarea_inner
--------------------------------------------------------*/
/*shopinfo
-------------------------------*/
#shopinfoarea {
    margin: 10% 0 5% 0;
}

#shopinfoarea .shopinfoarea_inner {
    margin-bottom: 5%;
}


/***Media Queries***/
@media all and (min-width: 1000px) {
    #shopinfoarea {
        margin: 5% 5% 5% 0;
    }

}

/*googlemap
-------------------------------*/

.shopinfo .gmap {
  margin: 0 auto 3% auto;
  position: relative;
  width: 100%;
  padding-top: 66.6%;
}
.shopinfo .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



/*shopdata
-------------------------------*/
.shopinfo .shopdata {
    padding: 0 5% 5% 5%;
}


.shopinfo .shopdata dt {
    float: left;
}

.shopinfo .shopdata dd {
    padding-left: 6em;
}

.shopinfo .shopdata dl {
    clear: both;
    margin-bottom: 3%;
}

/***Media Queries***/
@media all and (min-width: 960px) {
    
/*shopinfo
-------------------------------*/
    .shopinfo {
        display: flex;
        position: relative;
        margin-bottom: 3%;
    }
    
/*googlemap
-------------------------------*/
    .shopinfo .gmap {
      padding-top: 20%;
      margin: 0 auto;
    }

    .shopinfo .gmap iframe {
    }
    
/*shopdata
-------------------------------*/
    .shopinfo .shopdata {
        padding: 0 5%;
    }
}


/*point
-------------------------------*/


.point{
    margin: 10% 5% 5% 5%;
}  

.point h3 {
    color: #21a5db;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.point h3:after {
    border-top: 1px solid;
    content: "";
    width: 65px;
}

.point h3:after {
    margin-left: 1rem;
}


/*point_inner*/
.point ul.point_inner li {
    box-sizing: border-box;
}

/*point_list*/
    .point ul.point_inner li ul.point_list {
        display: flex;
        align-items: center;
        border-bottom: 1px dotted;
        padding: 5% 0;
    }

    .point ul.point_inner li ul.point_list li {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
    }

    .point ul.point_inner li ul.point_list li:first-child {
        margin-right: 10px;
        width:86px;
    }

    .point ul.point_inner li ul.point_list li span {
        color: #dd6464;
        font-size: 12px;
        display: block;
    }

/***Media Queries***/
@media all and (min-width: 700px) {
.point ul.point_inner {
        display: flex;
        flex-wrap: wrap;
        
        justify-content: space-between;
        align-items: top;
    }   
    
.point ul.point_inner li {
        width:45%;
    }    
    
.point ul.point_inner li ul.point_list {
        padding: 0;
    }
    
.point ul.point_inner .point_list{
        height: 100px;
    }
.point ul.point_inner .point_list li{
        width: 100%;
    }
.point ul.point_inner li ul.point_list.first{
    padding:0 0 0 0;
    }
}


/***Media Queries***/
@media all and (min-width: 960px) {
    
    .point{
        margin: 5% auto 5% 5%;
    }    
    
/*point_inner*/    
    .point ul.point_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }    
    
    .point ul.point_inner li {
        width: 20%;
        margin:0;
    }
    
    .point ul.point_inner li.border{
        background:none;
    }
    
    .point ul.point_inner li.border:nth-child(odd){
        background: url(./../images/right_border.jpg) no-repeat right top,
                    url(./../images/right_border.jpg) no-repeat left top;
    } 
    
/*point_list*/    
    .point ul.point_inner li ul.point_list {
        display: block;
        border-bottom: none;
        padding: 0 5%;
        text-align: center;
    }    
    
    .point ul.point_inner li ul.point_list li {
    width:100%; 
    }    

    .point ul.point_inner li ul.point_list li:first-child {
        margin:  0 auto 5px auto;
        width:90px;
    }    
    
    .point ul.point_inner li ul.point_list li span {
        padding-top: 5px;
    }
    

}


/*------------------------------------------------------
concept section#pricearea
--------------------------------------------------------*/
#pricearea {
    background:
        url(./../images/sagamihara/price_bg.png) repeat-x left top;
    padding: 0 0 40px 0;
}

#pricearea .pricearea_inner {
    padding: 10% 5% 5% 5%;
}

#pricearea .pricearea_inner .pricelist {
    max-width: 1067px;
    margin:0 auto 30px auto;
}

#pricearea .pricearea_inner .pricelist h3 {
    color: #fff;
    position: relative;
    padding-left: 47px;
    padding-bottom: 24px;
    margin-top: 24px;
}

#pricearea .pricearea_inner .pricelist h3:before {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    display: inline-block;
    background: url(./../images/sagamihara/icon_laundry.png) no-repeat left center;
    width: 37px;
    height: 51px;
} 


/***Media Queries***/
@media all and (min-width: 640px) {
#pricearea .pricearea_inner .pricelist h3 {
}    

}



#pricearea .pricearea_inner .pricelist table {
    background: #fff;
    margin: 0 auto;
    border-collapse: collapse;
    box-sizing: border-box;
    border: solid 1px #a6a6a6;
    width:100%;
}

th,td {
  white-space: nowrap;
}

.scroll{
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


#pricearea .pricearea_inner .pricelist table th,
#pricearea .pricearea_inner .pricelist table td {
    border: solid 1px #a6a6a6;
    font-size: 14px;
}

#pricearea .pricearea_inner .pricelist table th {
    vertical-align: middle;
    height: 70px;
}

#pricearea .pricearea_inner .pricelist table th p {
    font-size: 14px;
    padding: 10px;
    box-shadow: 0 0 0 5px #fff;
    margin: 5px;
    box-sizing: border-box;
    height: 70px;

}


#pricearea .pricearea_inner .pricelist table th:first-child {
    background: #e5e5e5;
    width: 100px;
}

#pricearea .pricearea_inner .pricelist table th:nth-child(2) {
    background: #6dc4bc;
    color: #fff;
    width: 200px;
}

#pricearea .pricearea_inner .pricelist table th:nth-child(3) {
    background: #6dc4bc;
    color: #fff;
    width: 220px;
}

#pricearea .pricearea_inner .pricelist table th:nth-child(n+4) {
    background: #6daac4;
    color: #fff;
    width: 180px;
}

#pricearea .pricearea_inner .pricelist table td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

#pricearea .pricearea_inner .pricelist table .bg_gray,
#pricearea .pricearea_inner .pricelist-shoes table .bg_gray {
    background: #edf4f2;
}

#pricearea .pricearea_inner .pricelist table td.fwb {
    font-weight: bold;
}

/*
#pricearea .pricearea_inner .pricelist table td:hover{
    background:#ffec00;
}
*/



/***Media Queries***/
@media all and (min-width: 640px) {
    
#pricearea .pricearea_inner .pricelist table {
    width:auto;
}    

    #pricearea {}

    #pricearea .pricearea_inner {
		padding: 5%;
    }


    #pricearea .pricearea_inner .tit h2 {
        margin-bottom: 30px;
    }

}


/***Media Queries***/
@media all and (min-width: 1000px) {
    #pricearea .tit {
        width: 50%;
        margin: 0;
    }
}


/*pricelist-shoes
-------------------------------*/
#pricearea .pricearea_inner .pricelist-shoes {
    max-width: 1067px;
    margin: 0 auto 30px auto;
}

#pricearea .pricearea_inner .pricelist-shoes h3 {
    position: relative;
    padding-left: 95px;
    padding-bottom: 30px;
}


#pricearea .pricearea_inner .pricelist-shoes h3:before {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    display: inline-block;
    background: url(./../images/sagamihara/icon_shoes.png) no-repeat left center;
    width: 85px;
    height: 50px;
}


#pricearea .pricearea_inner .pricelist-shoes table {
    background: #fff;
    border-collapse: collapse;
    box-sizing: border-box;
    border: solid 1px #a6a6a6;
}


#pricearea .pricearea_inner .pricelist-shoes table th,
#pricearea .pricearea_inner .pricelist-shoes table td {
    border: solid 1px #a6a6a6;
    font-size: 14px;
}


#pricearea .pricearea_inner .pricelist-shoes table th {
    border: solid 1px #a6a6a6;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#pricearea .pricearea_inner .pricelist-shoes table th p{
    font-size: 14px;
    padding: 10px;
    box-shadow: 0 0 0 5px #fff;
    margin: 5px;
    box-sizing: border-box;
}

#pricearea .pricearea_inner .pricelist-shoes table th:first-child {
    background: #6dc4bc;
    color: #fff;
    width: 80px;
}

#pricearea .pricearea_inner .pricelist-shoes table th:nth-child(2) {
    background: #6daac4;
    color: #fff;
    width: 180px;
}


#pricearea .pricearea_inner .pricelist-shoes table td {
    border: solid 1px #a6a6a6;
    font-size: 14px;
    padding: 5px 100px;
    text-align: center;
    vertical-align: middle;
}


/*------------------------------------------------------
concept section#infoarea
--------------------------------------------------------*/

#infoarea {
    margin: 10% 5% 5% 5%;
}


.infoarea_inner h2 {
    margin-bottom: 10%;
}



.memberbox {
    max-width: 520px;
    margin: 0 auto;
    background: url(./../images/top/icon_trianglet.png) no-repeat right top, url(./../images/top/icon_triangleb.png) no-repeat left bottom, #e2f3fa;
}

.memberbox h3 {
    background: #64c0dd;
    padding: 5px 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}

.memberbox .membertit {
    margin-top: -56px;
}

.memberbox .merit {
    background: #fff;
    box-sizing: border-box;
    margin: 2px 2% 2% 2%;
    padding: 0 3% 3% 3%;
}

.memberbox .merit_list {
    display: flex;
}

.memberbox .merit_list ul {
    background: #64c0dd;
    padding: 10px;
}

.memberbox .merit_list ul:first-child {
    margin: 10px 5px 0 0;
}

.memberbox .merit_list ul:last-child {
    margin: 10px 0 0 5px;
}

.memberbox .merit_list ul li:first-child {
    text-align: center;
}


.memberbox .merit_list ul li:nth-child(2) {
    color: #ffec00;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
}

.memberbox .merit_list ul li:last-child {
    color: #fff;
    font-size: 14px;
}

.memberbox .merit p {
    text-align: center;
}

.memberbox .othermerit {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.memberbox .othermerit li {
    border-radius: 5px;
    border: 1px solid #64c0dd;
    max-width: 31.3%;
    padding: 2% 1%;
    margin-right: 3%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;

}

.memberbox .othermerit li:last-child {
    margin-right: 0;
}

.memberbox .lsearch {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3% 3% 3%;
}

.memberbox .lsearch p {
    margin-right: 5%;
}

.memberbox .lsearch ul {
    display: flex;
    align-items: center;

}


.memberbox .lsearch .memberlogin {
    background: #4b82bf;
    color: #fff;
    text-align: center;
    max-height: 30px;
    min-width: 120px;
    margin-right: 3%;
    border-radius: 5px;
}

.memberbox .lsearch .memberadd {
    background: #ff9c00;
    color: #fff;
    text-align: center;
    max-height: 30px;
    min-width: 120px;
    border-radius: 5px;
}


/***Media Queries***/
@media all and (min-width: 640px) {
    .infoarea_inner h2 {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }
}

/***Media Queries***/
@media all and (min-width: 1000px) {
    .infoarea_inner .maintit {
        max-width: 1000px;
        max-width: 50%;
    }

    .infoarea_inner {}

}

/*------------------------------------------------------
concept section.use
--------------------------------------------------------*/
#use {
    background:  url(./../images/gra_bg.png) repeat left top,linear-gradient(90deg, rgba(109,196,188,1) 0%, rgba(110,165,196,1) 100%); 
    padding: 0 0 40px 0;
    color: #fff;
}

#use .use_inner {
    padding: 10% 5% 5% 5%;
}

#use .tit h2 {
    margin-bottom: 30px;
}

/***Media Queries***/
@media all and (min-width: 640px) {
    #use .use_inner {
        padding: 5%;
        margin: 0 auto;
    }
}


.useinfo {
    max-width: 1000px;
    margin: 0 auto 30px auto;
    color: #fff;
}

.useinfo .usetit h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1;
}

.useinfo .usetit h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3%;
	line-height: 1.2;
}



.useinfo .freearea {
    border-bottom: 2px dotted #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.useinfo .freearea span.free {
    display: block;
    background: #ffec00;
    color: #2bc2b4;
    text-align: center;
    width: 70px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

.useinfo .freearea p {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    font-weight: 600;
}

.useinfo .freearea ul {
    font-size: 14px;
    line-height: 1.2em;
}


/***Media Queries***/
@media all and (min-width: 640px) {
.useinfo{
    border: 4px solid #fff;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto 30px auto;
    color: #fff;
    padding:30px;
}   
    
    #use {
        padding: 0;
    }
    
    
.useinfo .usetit h4 {
    margin-bottom: 0;}

    .useinfo .freearea {
        display: flex;
    }
}




/*flowimg*/

.useinfo .flowimg.boderb{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.useinfo .flowimg dl{
    margin-bottom: 5%;
    border-bottom: 2px dotted #fff;
    padding: 0 0 5% 0;
}

.useinfo .flowimg dl dt{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5%;
    line-height: 1.2;
}

.useinfo .flowimg dl dt span{
    background:#fff;
    color:#69c2ba;
    padding: 0 10px;
    margin-right: .5em;
}

.useinfo .flowimg dl dd:first-of-type{
    text-align: center;
    margin-bottom: 5%;
}

.simg{
    max-width: 50%;
    margin:0 auto 5% auto;
}

.useinfo .flowimg dl dd:nth-of-type(2){
    padding:0 2%;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.useinfo .flowimg dl dd .bgy{
        display: block;
        background:#ffec00;
        color:#2bc2b4;
        text-align: center;
        font-weight: 600;
    margin:5px auto;
    padding:5px 0;
    
}

.useinfo .flowimg dl dd img{
    max-width: 80%;
}


.useinfo .useful{
	margin-bottom: 5%;
	border-bottom: 2px dotted #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.useinfo .useful dt{
        font-size: 18px;
        font-weight: 600;}

.useinfo .useful dt span{
        display: inline-block;
        background:#ffec00;
        color:#2bc2b4;
        text-align: center;
        margin-right: .5em;
	width:100px;
}


/***Media Queries***/
@media all and (min-width: 640px) {
/*flowimg*/

.useinfo .flowimg.boderb{
    border-bottom: 2px solid #fff;
}
    
.useinfo .flowimg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}    
    
    
    .useinfo .flowimg dl{
        max-width: 50%;
        width:100%;
        padding: 5px;
        border:none;
        border-radius: none;
        box-sizing: border-box;
    }
    
    
    
    .useinfo .flowimg dl dt{
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center;
    }
    .useinfo .flowimg dl dd:first-of-type{
    min-height: 100px;
		text-align: center;
		margin:0 auto 20px auto;
}

    .useinfo .flowimg dl dd:nth-of-type(2){
    font-size: 14px;
    line-height: 1.2em;
}
    
    .useinfo .flowimg dl dd img{
    max-width: 100%;
}

    
.useinfo .flowimg dl dd .marker {
 background: none;
font-weight:normal;
}    

	 
    
.simg{
    max-width: 100%;
    margin:0 auto;
}   
    
}

/***Media Queries***/
@media all and (min-width: 900px) {
    .useinfo .flowimg dl{
        max-width: 33.3%;
    }
}

/***Media Queries***/
@media all and (min-width: 1200px) {
    .useinfo .flowimg dl{
        max-width: 240px;
        margin-bottom: 0;}
}

/*requests*/

.requests_inner .request-list {
    border-bottom: 2px dotted #fff;
    padding: 1%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.requests_inner .request-list:nth-child(odd) {
    margin-right: 3%;
}

.requests_inner .request-list p.subtit {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}


.requests_inner .request-list div p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.requests_inner .request-list div p:first-of-type {
    margin-bottom: 3%;
}

.requests_inner .request-list div p:last-of-type{
    text-align: left;
}




/***Media Queries***/
@media all and (min-width: 640px) {
.requests_inner {
    display: flex;
    flex-wrap: wrap;
}
    
    .requests_inner .request-list {
        max-width: 48%;
		width:100%;
    }    
    

.requests_inner .request-list div {
    display: flex;
}
    
.requests_inner .request-list p.subtit {
    font-size: 16px;
}    

.requests_inner .request-list div p:first-of-type {
    max-width: 27%;
    margin-right: 3%;
}

.requests_inner .request-list div p:last-of-type {
    max-width: 70%;
}
    

.requests_inner .request-list div p {
    text-align: left;
}
    
.requests_inner .request-list div p {
    font-size: 12px;
}


.requests_inner .request-list.last {
    border-bottom: none;
    margin-bottom: 0;
}


}
/*attention*/


.attention {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}

.attention dl {
    margin-bottom: 20px;
}

.attention dl dt {
    font-size: 18px;
    font-weight: 600;
}


.attention dl dd {
    font-size: 14px;
}

.attention dl dd:before {
    content: "";
    display: inline-block;
    background: url(../images/top/icon_circle.png) no-repeat left center;
    width: 14px;
    height: 13px;
}

.attention ul {
    display: flex;
    flex-wrap: wrap;
}

.attention ul li {
    text-align: center;
    font-size: 12px;
    margin-right: 20px;
}

.attention ul li img{
    width:74px;
}


.attention ul li:last-child {
    margin-right: 0;
}
