@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
	vertical-align: top;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

.svg{ max-width: 100%; }

@media screen and (min-width: 769px) {
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}

@media (min-width: 769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/*ヘッダー
-------------------------------------*/

.header {
	/*display: flex;
    flex-direction: row;*/
    padding: 6rem 0 6rem 0;
	text-align: center;
	/*background-color: #4cc3d7;*/
	}



.wrap_svgbg {
        position: relative;
        width: 100%;
        }
    .wrap_svgbg:before {
        content:"";
        display: block;
        /* padding-top: 20%;  */
        }

    .svgbg {
        /* position: absolute; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /* background: url("../images/common/head_bg.svg") no-repeat; */
        /* background-color: #4cc3d7; */
        background: linear-gradient(180deg, #4cc3d7 0%, #4cc3d7 90%, #ffffff 90%, #ffffff 100%);
        background-size: 100% auto;
        }

/*.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}*/

nav{
	max-width: 20%;
	margin: 2rem auto;
}

nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
	font-size: calc(((100vw - 560px) / 680) + 16px);
	 border-bottom: 3px dotted #514540;  
  }

nav li:last-child{
	border-bottom: none;  
  }

nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    /*background-color: #f7f7f7; */   
}
nav a {
    padding: 0.5rem;
	margin-bottom: 2rem;
}

nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 40px;
    right: 40px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 40px;
    right: 40px;
}

#navi {
    display: none;
}

.navi-bt{
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
/*#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}*/
}

@media screen and (max-width: 1500px){
.wrap_svgbg:before {
        content:"";
        display: block;
        /* padding-top: 35%;  */
        }
	
.svgbg {
    /* background-color: #4cc3d7; */
        /* background: url("../images/common/head_bg_1500.svg") no-repeat; */
	background-size: 100% auto;
                }	
	
}

@media screen and (max-width: 769px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
	padding: 6rem;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
	
#open {
   top: 20px;
    right: 12px;
}
	
nav{
	max-width: 60%;
	}	
	
.wrap_svgbg:before {
    content: "";
    display: block;
    /* padding-top: 65%; */
}	
	
.svgbg {
        /* background: url("../images/common/head_bg_sp.svg") no-repeat; */
	background-size: 100% auto;
                }	
	

	

/* スマホ時はメニューを非表示 */

}
    
/*メイン画像
-------------------------------------*/
.coinlaundry{
	margin: 10rem 0 0;
}


.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 2rem 0 0 0;
}
section {
	margin: 2rem 0;
	padding: 2rem 0;
}
.blue-back {
	background-color: #4cc3d7;
	}

    .blue_nami_back{
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 70%, #4cc3d7 70%, #4cc3d7 100%);
    }

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	/*margin-bottom: 4rem;*/
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
   /* background-color: #f7f7f7;
    padding: 5rem 0;*/
}

.footer-info{
	display: flex;
    justify-content: space-between;
	/*min-height:700px;*/
}

.footer-left{
flex-basis: 40%;
    /*background-image: url("../images/location/location_bg.jpg");
	padding: 4rem;
	position: relative;*/
	}

.footer-left picture{
	/*padding: 5% 0 5% 50%;
	position: absolute;
	width: 100%;
	height: 100%*/
	
}

.footer-right{
flex-basis: 60%;
    }
/*footer h4 {
    border-bottom: 3px solid #ccc;
}*/

#footerBox {
    width: 960px;
    margin: 4rem auto;
    text-align: center;
}

#footerBox #footer_text {
    width: 880px;
    /*height: 130px;*/
    font-size: 12px;
    text-align: left;
    color: #666666;
    line-height: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
}

#lf_footer .gnav_f {
    margin-left: 40px;
}

#lf_footer .gnav_f > ul {
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 10px 0 6px;
    border-bottom: 1px dotted #333333;
}

#lf_footer .gnav_f .f_dt {
    width: 110px;
    float: left;
    height: 5px;
}

#lf_footer .gnav_f .f_dt a {
    display: block;
    float: left;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

#lf_footer .gnav_f .f_dd {
    padding-top: 1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 8px !important;
}

#lf_footer .gnav_f .f_dd a {
    float: left;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    color: #666666;
}

#lf_footer .gnav_f .f_dd span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: left;
    height: 10px;
    margin: 0 6px 0 2px;
    color: #666666;
}



/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #898989;
}
.copyright p{
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/*コンセプト
-------------------------------------*/	
/*#row-1st {
    position: relative;
     > img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}
#row-1st-in {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    > div {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.7;
        padding: 20px 0;
    }
}*/

#row-1st {
    position: relative;
}

#row-1st img{
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

#row-1st-in {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#row-1st-in div{
       width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
    padding: 20px 0;
    }
	
.concept-text{
		text-align: center;
		font-size:calc(((100vw - 560px) / 170) + 16px);
	    line-height: 2.0;
	    margin-bottom: 10rem;
	    letter-spacing: 0.2em;
}

.concept-area{
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
}

.system-area{
	margin: 4rem 0;
}

.point{
	padding: 6rem 0;
}

.orange-area{
	max-width: 980px;
	margin: 4rem auto;
}

.orange-mark{
	font-size: calc(((100vw - 560px) / 340) + 16px);
	text-align: left;
	margin: 2rem 0;
}

.orange-mark:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("../images/system/orange_mark.png");
    background-size: contain;
    vertical-align: middle;
    margin: 0 1rem;
}

.indent {
	padding-left:2em;
	text-indent:-2em;
}

.flex{
	display: flex;
  justify-content: center;
  }

.apri{
	padding: 1rem;
}

.point-5{
	margin: 4.5rem auto 0;
	}

.point-5 picture{
	margin-left: 3rem;
}

.sp-only{
		display: none;
	}


.service-area{
	margin: 0 auto;
    max-width: 1370px;
    padding: 0 2.0rem;
}

.service-list {
    font-size: 0;
    margin: 0 -15px 20px;
	list-style: none;
}

.service-list li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 15px;
}

.attention-box{
	max-width:1210px;
	margin: 10rem auto;
	padding: 4rem;
	background-color: rgba(255,255,255,0.6);
}

.att-ttl{
	text-align: center;
	margin-bottom: 2rem;
	letter-spacing:0.4em; 
}

.att-indent {
	padding-left:1em;
	text-indent:-1em;
	}

.att-line-height{
	line-height: 2.0;
	font-size: calc(((100vw - 560px) / 453.3333) + 15px);
}

.att-pd{
	padding: 6rem 0;
}

/* 幅1360px以下の表示
-------------------------------------*/
@media screen and (max-width: 1360px){

	
.concept-text{
		margin-bottom: 2rem;
}
	
.point-5 {
    margin: 2.5rem auto 0;
}	
	
.point-5 picture {
    margin-left: 0rem;
}
	
	
}

/* 幅920px以下の表示
-------------------------------------*/
@media screen and (max-width: 920px){

.pc-only2{
		display: none;
	}
}
	
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}

/*コンセプト
-------------------------------------*/	
.coinlaundry{
	margin: 5rem 0 5rem;
}
	
#row-1st {
      /*  overflow: scroll;*/
    }
	
#row-1st-in {
        width: 100%;
    }	
	
#row-1st-in div{
     max-width: 500px;
	width: 90%;
        }		
	
.catch {
    text-align: center;
	width: 50%;
	margin: 0 auto;
}
	
.concept-text{
		letter-spacing: normal;
}	
	
.point{
	padding: 4rem 0;
}	
	
	
	
.orange-mark:before {
    width: 8px;
    height: 8px;
	margin: 0 0.5rem
    }	
	
.orange-area{
	margin: 2rem auto;
	padding: 0 2rem;
}	
	
.indent {
	padding-left:1em;
	text-indent:-1em;
}
	
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
	
.point-5 picture{
	margin-left: 0;
}
	
.service-list li {
    width: 50%;
	}
	
.attention-box {
    margin: 6rem 2rem 2rem;

	}
	
.footer-info{
	display: flex;
    justify-content: space-between;
	/*max-height:360px;*/
}

.footer-left{
    /*background-image: url("../images/location/location_bg.jpg");
	padding: 2rem;*/
	}

.footer-left picture{
	/*padding: 5% 5% 5% 5%;*/
	
}

.footer-right{
flex-basis: 60%;
    }	
}