@charset "utf-8";
/* CSS Document */

#mainvisual{
	width:100%;
	margin: 65px  auto 0;
	height: 130px!important;
	height: 100%;
	position:relative;
	z-index:10;
    -webkit-clip-path: content-box; /* workaround for Safari border-radius issue */
	/*border-radius:20px;*/
	margin-bottom: 10px;
	background: url(../img/mainvisual_01.png) center;
	
}

#main_back {
    width:100%;
	margin:0 auto;
	max-height: 130px;
	height: 100%;
    background: url(../img/mainvisual_03.png) center top no-repeat;
    position: relative;
    z-index: 999;
}

.main-title{
	position: absolute;	
	top: 33px;
	left: 34%;
	font-size: 140%;
	text-align: center;
	line-height: 0.8;
}

.main-title h4{
	font-size: 70%;
}

/*------------------------------------------

			    service
			 
--------------------------------------------*/

.service{
	padding: 40px 0;
}

.wrapper{
	width: 96%;
	margin: 0 auto;
}

.service_title{
	text-align: center;
	margin: 0 auto;	
}

.service_title h2{
	font-size: 200%;
}

.service-list{
	width: 96%;
	margin: 30px auto;
}

.service-list li{
	width: 96%;
	margin: 20px auto;
    padding: 10px;	
	border: 2px dotted #f5a24d;
}


.service-list li span.num{
	font-size: 130%;
	line-height: 32px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    background: #f5a24d;
    color: #fff;
    width: 35px;
    height: 35px;
}

.service-list li strong{
	margin: 0 10px;
	font-size: 150%;	
}

.service-list li p{
	padding: 5px 0 5px 45px;	
	font-size: 16px;
	line-height:1.7em;
	
}

.sm_text{
	font-size:85%;
	font-weight:bold;
}














/*------------------------------------------

			    price
			 
--------------------------------------------*/

.price{
	background:#f3fafe;
	padding: 40px 0;	
	letter-spacing: 1px;
	line-height: 1.7;
}
.price-wrapper{
	background: #fff;
	margin: 0 auto;
	padding: 40px 9px 10px;
	width: 96%;
	/*border: 1px solid #c3e6f9;*/
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


.price_title h2{
	font-size: 180%;
	width: 150px;
	margin:0 auto;
	color: #333;/*文字色*/
  padding: 5px 0;/*上下の余白*/
  /*border-top: solid 3px #c3e6f9 ;*//*上線*/
  border-bottom: solid 3px #c3e6f9 ;/*下線*/
  text-align: center;
}

.price-box{
	margin: 20px auto;	
}

.price-box h4{
	font-size: 160%;	
}

.big-title{
	font-size: 160%;
	margin: 20px 0 5px 10px;
	background: linear-gradient(transparent 70%, #c3e6f9 70%);
	width: 85px;
}

.big01{
	width: 110px;
}

.list01{
	padding: 5px 0 10px;	
}


.list01>li{
	display: flex;
	flex-direction: column;
    justify-content: space-between;	
	font-size: 100%;
	border-bottom: 1px dashed #c3e6f9;
	padding: 10px 0;
}

.list01>li .price-text{
	text-align: right;	
}
.list01 .min{
	font-size: 80%;	
	margin: 0 10px;
}

.list02{
	width: 100%;	
}
.list02>li:first-of-type{
	display: flex;
	flex-direction: column;
    justify-content: space-between;	
}

.list02 li.list-text{
	font-size: 75%;
	margin: 5px 10px;
	background: #f5fbfe;
	padding: 10px;
	letter-spacing: 1px;
	line-height: 1.7;
	border-radius: 10px;
}

.price-title span{
	font-size: 13px;
	margin-left: 5px;
}

.list01 .red{
	color: #F00;
	margin: 0 10px;
	font-size: 90% !important;	
}

.list03>li{
	display: flex;
	flex-direction: column;
    justify-content: space-between;	
	width: 95%;
	margin:	10px auto;
	font-size:	95%;
}


.list01>li.making{
	font-size: 120%;	
}


.big02{
	text-align: center;
	    margin: 30px 0 5px;
	width:100%;	
	background: linear-gradient(transparent 70%, #ddebbf 70%);
}

.list-text02{
	background: #fafcf6;
	font-size: 75% !important;
    margin: 5px 10px;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 1.7;
    border-radius: 10px;	
}

.option>li{
	    border-bottom: 1px dashed #ddebbf;
}


.big03{
	width: 60px;	
	background: linear-gradient(transparent 70%, #ffeb93 70%);
}

.list-text03{
	background: #fffcf0;
	font-size: 75%;
    margin: 5px 10px;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 1.7;
    border-radius: 10px;	
}

.care>li {
    border-bottom: 1px dashed #ffeb93;
}


.price .red{
	color: #F00;
	padding: 0  10px;	
	font-size: 100%;
}





























