/* reset */
hrml, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;}
ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
q:before, q:after {content: '';}
object,embed{vertical-align:top;}
legend {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img, abbr, acronym, fieldset {border: 0;}
body {font: 14px/1.9 メイリオ, "Hiragino Kaku Gothic Pro", 'sans-serif Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;}
a {color: #0066ff;text-decoration: none;}
a:active, a:focus, input:active, input:focus {outline: 0;}
section{width: 100%;}
.pcClass {display: block;}
.spClass {display: none;}
.wrap {overflow: hidden;position: relative;}
/* ヘッダー
------------------------------------------------------------*/
header {
	width: 100%;
	height: 71px;
	padding: 15px 0 15px 0;
	background-color: #fff;
	position: fixed;
	z-index: 1000;
}

nav{
	max-width: 1220px;
	width: 95%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}

nav ul{
	margin-left: auto;
}

nav h1{
	left:10px;
}

nav ul{
	line-height: 1.5;
}

nav ul li{
	margin-right: 15px;
	font-weight: bold;
}

nav ul li#telephone a{
	font-size: 25px;
	font-weight: bold;
	color: #3DAA67;
	font-family: "Myriad Pro Regular";
}

nav ul li#telephone img{
	margin-right: 10px;
}

nav ul li#time{
	font-size: 13px;
}

/* メインビジュアル
------------------------------------------------------------*/
#main{
	max-width: 1260px;
	margin: 0 auto;
	padding-top: 101px;
}

#main img{
	width: 100%;
	display: block;
}

/* こんなお困りごとはありませんか？
------------------------------------------------------------*/
#needhelp{
	background-color: #80BEDD;
	padding: 60px 0 60px 0;
	position: relative;
}

#needhelp ::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #80BEDD;
	border-width: 30px;
	margin-left: -30px;
}

#needhelp .inner{
	max-width: 886px;
	width: 90%;
	margin: 0 auto ;
}

#needhelp .inner h3{
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}

#needhelp .inner ul{
	display: flex;
flex-wrap: wrap;
	margin-top: 30px;
}

#needhelp .inner ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 380px;
	padding: 20px;
	margin: 10px;
	border-radius: 4px;
	background-color: #FFFFFF;
}

#needhelp .inner ul li p{
	font-size: 22px;
}

#needhelp .inner ul li img{
	margin: 0 15px 0 0;
}

/* らぽーるケアにおまかせください︕
------------------------------------------------------------*/
#medium-headline{
	padding: 60px 0 30px 0;
}

#medium-headline .inner {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#medium-headline img {
	margin: 0  20px 0 0;
}

#medium-headline .inner ul{
	line-height: 1;
	position: relative;
}

#medium-headline .inner li{
	font-size: 38px;
	font-weight: bold;
	color: #E0007F;
}

#medium-headline .inner li.main{
	font-size: 38px;
	font-weight: bold;
	color: #E0007F;
}

#medium-headline .inner li.main::after {
	content: url(../img/decoration.png);
	position: absolute;
	top: -15px;
	right: -45px;
}

#medium-headline .inner li small{
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

/* らぽーるケアの3つのポイント
------------------------------------------------------------*/
#point{
	padding: 70px 0 100px 0;
	background-image: url(../img/point-back.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #E3FFC6;
}

#point .inner{
	max-width: 1020px;
	width: 90%;
	margin: 0 auto ;
}

#point .inner h3{
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}

/* PC */
#point .inner ul{
	display: flex;
	margin: 100px 0 0px 0;
}

#point .inner ul li.text{
	width: 455px;
	line-height: 2;
	padding: 80px 60px 70px 60px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 10;
}

#point .inner ul li.text span{
background: url("../img/point-icon.png") no-repeat;
	width: 98px;
	height: 94px;
	position: absolute;
	top: -30px;
	left: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 40px;
	padding-top: 10px;
}

#point .inner ul li.text span small{
	font-size: 15px;
}

#point .inner ul li h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#point .inner ul li.img{
	width: 50%;
	position: relative;
}

#point .inner ul li.img span.p1{
	background: url(../img/point-img1.jpg) no-repeat;
	display: block;
	position: absolute;
	overflow: hidden;
	bottom:20px;
	left: 0px;
	width: 500px;
	height: 333px;
	z-index: 11;
}

#point .inner ul li.img span.p2{
	background: url(../img/point-img2.jpg) no-repeat;
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: -15px;
	right: 0px;
	width: 500px;
	height: 299px;
}

#point .inner ul li.img span.p3{
	background: url(../img/point-img3.jpg) no-repeat;
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 15px;
	left: 0px;
	width: 500px;
	height: 295px;
	z-index: 11;
}
/* PC */

/* SP */
#point .inner .spClass ul {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 0px 0;
}

#point .inner .spClass ul li.text {
	width: 100%;
	line-height: 2;
	padding: 60px 5% 10% 5%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 10;
}

#point .inner .spClass ul li h4{
	font-size: 18px;
	margin-bottom: 10px;
}

#point .inner .spClass ul li.img {
	width: 100%;
	position: relative;
}

#point .inner .spClass ul li.img img{
	width: 100%;
	display: block;
}
/* SP */


/* お取り扱いメーカー
------------------------------------------------------------*/
#maker{
	padding: 70px 0 100px 0;
	background-image: url(../img/maker-back.png) ;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

#maker .inner{
	max-width: 800px;
	width: 90%;
	margin: 0 auto ;
}

#maker .inner p{
	text-align: center;
	font-size: 24px;
}

#maker .inner h3{
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}

#maker .inner ul{
	display: flex;
	justify-content:space-around;
	margin: 50px 0 60px 0;
}

#maker .inner ul li{
	width: 25%
}

#maker .inner ul li img{
	width: 100%
}

/* ご注文の流れ
------------------------------------------------------------*/
#order{
	padding: 70px 0 0 0;
	margin-bottom: 50px;
	background-color: #EBEBEB;
}

#order::after {
	content: "";
	height: 0px;
	position: absolute;
	width: 0px;
	left: -17px;
	border-top: 3vw solid #EBEBEB;
	border-right: 50vw solid transparent;
	border-bottom: 0vw solid transparent;
	border-left: 50vw solid transparent;
}

#order .inner{
	max-width: 1000px;
	width: 90%;
	padding: 0 0 60px 0;
	margin: 0 auto ;
}

#order .inner h3{
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}

#order .inner ul{
	display: flex;
	justify-content:space-around;
	margin: 70px 0 0 0;
}

#order .inner ul li{
	width: 25%;
	text-align: center;
}

#order .inner ul li.center{
	position: relative;
}

#order .inner ul li.center::before{
	content: url(../img/order-dot.png);
	position: absolute;
	top: 85px;
	left: -90px;
}

#order .inner ul li.center::after{
	content: url(../img/order-dot.png);
	position: absolute;
	top: 85px;
	right: -90px;
}

#order .inner ul li h4{
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #497193;
	font-weight: bold;
}

#order .inner ul li p{
	font-size: 18px;
	text-align: left;
}

/* お問い合わせはこちらから
------------------------------------------------------------*/
#contact{
	padding: 70px 0 60px 0;
}

#contact .inner{
	max-width: 900px;
	width: 90%;
	padding: 0 0 20px 0;
	margin: 0 auto ;
}

#contact .inner h3{
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}

#contact .inner #form-area{
	margin: 0 auto;
	max-width: 960px;
	margin-top: 50px;
}

/* お電話でのお問い合わせはこちらから
------------------------------------------------------------*/
#phone{
	padding: 20px 0 20px 0;
	background-color: #3DAA67;
}

#phone .inner{
	max-width: 900px;
	width: 95%;
	margin: 0 auto ;
	display: flex;
	justify-content: center;
	align-items: center;
}

#phone .inner img{
	margin: 0 30px 0 0;
}

#phone .inner h3{
	font-size: 34px;
	text-align: center;
}

#phone .inner ul li{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4;
}

#phone .inner ul li a{
	color: #FFFFFF;
}

#phone .inner ul li#text{
	font-size: 34px;
}

#phone .inner ul li#number{
	font-size: 45px;
	font-family: "Myriad Pro Regular";
	line-height: 1;
}

#phone .inner ul li#number small{
	font-size: 14px;
}

/* フッター
------------------------------------------------------------*/
footer{
	padding: 20px 0 20px 0;
	text-align: center;
}

footer p{
	font-size: 16px;
	line-height: 2;
}

footer p a{
	color: #000000;
}

#pageTop {
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 999;
}

#pageTop a {
	display: block;
	padding: 5px;
	width: 50px;
	height: 50px;
	background-color: #191919;
	color: #fff;
	text-decoration: none;
	font-size: 8px;
	text-align: center;
}

#pageTop img {
	padding-top: 15px;
}

/* サンクスページ
------------------------------------------------------------*/
#h-hanks {
	position: absolute;
}

#thanks {
	padding: 101px 0 0 0;
	background-image: url(../img/point-back.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

#thanks .inner {
	max-width: 960px;
	width: 90%;
	padding-top: 100px;
	height: 450px;
	margin: 0 auto;
	background-position: right 20px bottom 0px;
	background-repeat: no-repeat;
	text-align: center;
}

#thanks .inner h3{
	font-size: 36px;
	padding: 0 0 30px 0;
	text-align: center;
	font-weight: bold;
}

#thanks .inner p {
	font-size: 16px;
}

#thanks .inner .thanks-button {
	overflow: hidden;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}

#thanks .inner .thanks-button a {
	display: block;
	position: relative;
	text-align: center;
	background: #000000;
	border : 1px solid #000000;
	color: #fff;
	font-size: 20px;
	border-radius: 30px;
	line-height: 45px;
	text-decoration: none;
}

#thanks .inner .thanks-button a:hover{
	cursor : pointer;
	background: #fff;
	transition: .5s;
	color: #000000;
	border : 1px solid #000000;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {}
/*------------------------------------------------------------*/
@media screen and (min-width: 630px) and (max-width: 1024px) {
	
.pcClass {
	display: none;
}
.spClass {
	display: block;
}

/* ヘッダー
------------------------------------------------------------*/
header {
	height: 30px;
}

/* メインビジュアル
------------------------------------------------------------*/
#main {

	padding-top: 60px;
}

/* こんなお困りごとはありませんか？
------------------------------------------------------------*/
#needhelp .inner ul li {
	display: flex;
	font-size: 22px;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px;
	margin: 10px;
}

#medium-headline .inner li.main::after {
	content: url(../img/decoration.png);
	position: absolute;
	top: -15px;
	right: 30px;
}

/* らぽーるケアの3つのポイント
------------------------------------------------------------*/
#point .inner h3 {
	line-height: 1;
}

#point .inner .spClass ul li h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

/* ご注文の流れ
------------------------------------------------------------*/
#order .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 15px 0 0 0;
}

#order .inner ul li {
	width: 100%;
	margin-bottom: 30px;
}

#order .inner ul li p {
	text-align: center;
}

#order .inner ul li.center::before{
	content: none;
}

#order .inner ul li.center::after{
	content: none;
}

}
/*------------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 568px)/**スマホ用のCSS**/ {
.pcClass {
	display: none;
}
.spClass {
	display: block;
}

/* ヘッダー
------------------------------------------------------------*/

header {
	width: 100%;
	height: 40px;
	padding: 10px 0 10px 0;
	background-color: #fff;
	position: fixed;
	z-index: 1000;
}

header nav ul {
	line-height: 1;
}

header nav ul li {
	margin-right: 5px;
}

/* メインビジュアル
------------------------------------------------------------*/

#main {
	padding-top: 60px;
}

/* こんなお困りごとはありませんか？
------------------------------------------------------------*/
#needhelp{
	background-color: #80BEDD;
	padding: 20px 0 30px 0;
	position: relative;
}

#needhelp .inner ul{
	flex-wrap: wrap;
	margin-top: 5px;
}

#needhelp .inner ul li {
	display: flex;
	font-size: 22px;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px;
	margin: 10px;
}

#needhelp .inner ul li img{
margin: 0px 15px 5px 15px;
}

#needhelp .inner h3{
	font-size: 20px;
}

#needhelp .inner ul li p{
	font-size: 15px;
}

/* らぽーるケアにおまかせください︕
------------------------------------------------------------*/

#medium-headline{
padding: 60px 0 30px 0;
}

#medium-headline .inner {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

#medium-headline img {
	margin: 0  0 20px 0;
}

#medium-headline .inner ul{
	text-align: center;
}

#medium-headline .inner li.main{
	font-size: 25px;
}

#medium-headline .inner li.main::after {
	content: url(../img/decoration.png);
	position: absolute;
	top: -30px;
	right: 0px;
}

#medium-headline .inner li small{
	font-size: 15px;
}

/* らぽーるケアの3つのポイント
------------------------------------------------------------*/

#point {
	padding: 25px 0 50px 0;
}

#point .inner h3{
	font-size: 25px;
	line-height: 1.3;
}

/* お取り扱いメーカー
------------------------------------------------------------*/
#maker{
	padding: 30px 0 40px 0;
}

#maker .inner{
	max-width: 800px;
	width: 90%;
	margin: 0 auto ;
}

#maker .inner p{
	text-align: center;
	font-size: 16px;
}

#maker .inner h3{
	font-size: 25px;
	text-align: center;
}

#maker .inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin: 20px 0 0px 0;
}

#maker .inner ul li{
	width: 60%
}

#maker .inner ul li img{
	width: 100%
}

/* ご注文の流れ
------------------------------------------------------------*/

#order{
	padding: 20px 0 0 0;
	margin-bottom: 50px;
	background-color: #EBEBEB;
}

#order .inner{
	padding: 0 0 30px 0;
	margin: 0 auto ;
}

#order .inner h3{
	font-size: 25px;
	text-align: center;
}

#order .inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin: 15px 0 0 0;
}

#order .inner ul li{
	width: 100%;
	margin-bottom: 30px;
}

#order .inner ul li.center{
	position: relative;
}

#order .inner ul li.center::before{
	content: none;
}

#order .inner ul li.center::after{
	content: none;
}

#order .inner ul li h4{
	margin: 0 0 5px 0;
	font-size: 22px;
}

#order .inner ul li p{
	font-size: 16px;
	text-align: center;
}

/* お問い合わせはこちらから
------------------------------------------------------------*/

#contact{
	padding: 30px 0 10px 0;
}

#contact .inner{
	max-width: 900px;
	width: 90%;
	padding: 0 0 20px 0;
	margin: 0 auto ;
}

#contact .inner h3{
	font-size: 23px;
	line-height: 1.3;
}

/* お電話でのお問い合わせはこちらから
------------------------------------------------------------*/
#phone{
	padding: 20px 0 20px 0;
	background-color: #3DAA67;
}

#phone .inner{
	margin: 0 auto ;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#phone .inner img{
	margin: 0 0 15px 0;
}

#phone .inner h3{
	font-size: 34px;
	text-align: center;
}

#phone .inner ul li{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4;
	text-align: center;
}

#phone .inner ul li#text{
	font-size: 20px;
}

#phone .inner ul li#number{
	font-size: 30px;
	font-family: "Myriad Pro Regular";
	line-height: 0.8;
}

#phone .inner ul li#number small{
	font-size: 12px;
}


/* フッター
------------------------------------------------------------*/
	
footer p{
	font-size: 14px;
	line-height: 1.5;
}

#pageTop {
	position: fixed;
	bottom: 75px;
	right: 10px;
}
	
#pageTop a {
	padding: 5px;
	width: 30px;
	height: 30px;
}

#pageTop img {
	padding-top: 5px;
}

/* サンクスページ
------------------------------------------------------------*/

#thanks {
	padding: 40px 0 0 0;
	background-image: url(../img/point-back.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
	
#thanks .inner h3 {
	font-size: 23px;
	line-height: 1.3;
	padding: 0 0 30px 0;
}
}
/*------------------------------------------------------------*/
@media screen and (min-width:320px) and ( max-width:375px) {
	
/* こんなお困りごとはありませんか？
------------------------------------------------------------*/

#needhelp .inner h3{
	font-size: 17px;
}

/* らぽーるケアにおまかせください︕
------------------------------------------------------------*/

	
#point .inner .spClass ul li h4 {
	font-size: 15px;
	margin-bottom: 5px;
}

}
