@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;/*16px x 62.5%=10px*/
}
img{
	max-width: 100%;
	height: auto;
}
.inner{
	box-sizing: border-box;
	width: 1200px;
	margin: auto;
}

/**************************************/
.sp { display: none !important; }
.pc { display: block !important; }
	
/*.lp__pc{
	background: url("./image/bgimage.png");
	background-size: 100%;
}
.title{
	padding-top: 30px;
	text-align: center;
	height: 500px;
}

.main__title{
	position: relative;
	z-index: 100;
}
.main__title:before{
	content: "";
	width: 230px;
	height: 200px;
	display: inline-block;
	background: url("./image/chara-logo.png")no-repeat;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: -40px;
	right: 80px;
}
.main__text{
	position: absolute;
	width: 100%;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
}
.main__text02{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}
.date{
	text-align: center;
	margin-bottom: 20px;
}
.date p{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
}
*/
/******************************************/

/*.dd h2{
	font-size: 4.0rem;
	color: red;
	text-align: center;
	margin-bottom: 30px;
}
.cam__01{
	border-radius: 10px;
	border: solid 3px #e56b07;
	text-align: center;
	background-color: #fff;
	margin-bottom: 60px;
	position: relative;
}
.coffee{
	position: relative;
	margin: 100px 0;
}
.coffee:before{
	content: "";
	width: 258px;
	height: 178px;
	display: inline-block;
	background: url("image/coffee02.png")no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -60px;
    left: 90px;
}
.coffee:after{
	content: "";
	width: 228px;
	height: 186px;
	display: inline-block;
	background: url("image/coffee.png")no-repeat;
	background-size: cover;
	position: absolute;
	top: -80px;
	right: 80px;
}
.point{
	position: relative;
	margin: 100px 0;
}
.point:before{
	content: "";
	width: 75px;
	height: 46px;
	display: inline-block;
	background: url("image/cloud03.png")no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 10px;
    left: 90px;
}
.point:after{
	content: "";
	width: 237px;
	height: 143px;
	display: inline-block;
	background: url("image/cloud02.png")no-repeat;
	background-size: cover;
	position: absolute;
	top: -40px;
	right: 80px;
}
.cam__01 h3{
	margin: 20px 0;
	position: absolute;
	top: -60px;
    left: -110px;
}
.cam__01 p{
	line-height: 1.5;
	font-size: 2.0rem;
	text-align: left;
	padding: 100px 130px 0;
}
.cam__01-dd{
	display: flex;
	justify-content: space-around;
	padding: 50px 0 30px;
}
.cam__dd-text p{
	padding: 0 130px 20px;
}
.cam__01-01{
	padding-top: 120px;
	width: 33%;
}
.cam__01-02{
	padding-top: 100px;
	width: 33%;
}
.cam__01-03{
	width: 33%;
	padding-top: 10px;
}
.cam__01-dd h4{
	font-size: 2.4rem;
}
.cam__01-dd dl{
	line-height: 1.5;
}
.cam__01-dd dl dt{
	font-size: 2.6rem;
}
.cam__01-dd .small{
	font-size: 1.6rem;
}
.cam__01-dd dl dd{
	font-size: 1.8rem;
	text-align: right;
	padding: 0 25px 0;
}
.cam__price{
	color: red;
	font-size: 1.8rem;
	margin-bottom: 10px;
	line-height: 1.5;
}
.cam__price span{
	font-size: 4.0rem;
}
.cam__price-red{
	background-color: red;
	padding: 5px;
	color: #fff;
	font-size: 1.8rem;
	margin: 0 10px 0 160px;
}
.cam__service{
	border-radius: 10px;
	border: solid 3px #e56b07;
	text-align: center;
	background-color: #fff;
	margin-bottom: 30px;
}
.cam__service h2{
	margin-top: 50px;
}
.cam__img{
	position: relative;
	margin-bottom: 370px;
}
.cam__img-main{
	margin-top: 150px;
	margin-left: 80px;
	text-align: left;
}
.cam__text01{
	position: absolute;
	top: -50px;
    right: 130px;
}
.cam__text02{
	position: absolute;
    left: 50px;
    bottom: -280px;
}
.cam__text-price{
	position: absolute;
	right: 150px;
	bottom: -310px;
}
.cam__text-price img:first-of-type{
	margin-right: 30px;
}
.text__price p{
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left;
	font-weight: 600;
}
.text__price p:first-of-type{
	padding-top: 10px;
}
.text__price p:last-of-type{
	font-size: 1.4rem;
}
.free{
	position: absolute;
	right: 250px;
    top: 300px;
}
.free:after{
	content: "";
	width: 200px;
	height: 180px;
	display: inline-block;
	background: url("image/chara-logo_1.png")no-repeat;
	background-size: cover;
	position: absolute;
	
}

.dd__list ul{
	display: flex;
}
.dd__list ul li{
	width: 48%;
	margin-bottom: 30px;
}
.dd__list ul li span{
	font-size: 1.4rem;
}
.dd__list p{
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 15px 30px;
	width: 320px;
	height: 50px;
	border: dashed 3px #e56b07;
	display: inline-block;
}

.dd__list span{
	font-size: 1.6rem;
}*/

.pc{
	background: url("image/bgimage.png");
	text-align: center;
	padding-bottom: 30px;
}
.pc div{
	margin-bottom: 30px;
}
.pc p{
	font-size: 1.8rem;
	line-height: 1.5;
    display: inline-block;
    padding: 30px 60px;
	text-align: justify;
}
.pc span{
	font-size: 2.2rem;
	display: block;
	font-weight: 600;
}


/**********************************************************************/

@media screen and (max-width:767px){
	img{
		width: 100%;
		height: auto;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }
}

.sp{
	text-align: center;
	background: url("image/bgimage.png");
	padding-bottom: 30px;
}
.main__title-sp{
	margin-bottom: 60px;
}
.sp h1{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: red;
}

.sp p{
	line-height: 1.5;
    display: inline-block;
	text-align: justify;
	padding: 20px;
	font-size: 1.7rem;
}
.sp span{
	font-size: 1.8rem;
	display: block;
	font-weight: 600;
}






/**ヘッダーフッター崩れ修正**/


@media screen and (min-width: 768px){
	.hd-tel .pc{
		background: none;
		padding-bottom:0 !important;
	
	}
	}
	@media screen and (max-width: 767px){
	#header .hd-tel a{
		background: none;
		padding-bottom: 0;
	}
	#header .hd-tel .sp{
		margin-top: 0!important;
	}
	
	
	#wrapper .sp{
		margin-top: 83px;
	}
	
	
	}






	
@media screen and (min-width: 768px){

#footer{
font-size: 16px;
}
}
