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



/*//////////////////// flp_pc3.css ////////////////////*/
#contents {
/*	width:950px;*/
  width: 750px;
	margin:0 auto;
}
.center{
  text-align:center;
}  

/*****************************************************

	フォント

*****************************************************/

/*黒 バリエーション*/
.black8 {
    font-size: 8pt;
    color:#000000;
}

.black25b {
    font-size: 25pt;
    color:#000000;
	font-weight: 700;
	margin: 0pt,0pt,50pt,0pt;
}

.black15b {
    font-size: 15pt;
    color:#000000;
	font-weight: 700;
	margin: 0pt,0pt,30pt,0pt;
}

/*赤 #B91F24  バリエーション*/
.red1 {
    color:#B91F24;
}
.red1_10 {
    font-size: 10pt;
    color:#B91F24;
	margin: 15pt,0pt,15pt,0pt;
}

.red1_20b {
    font-size: 20pt;
    color:#B91F24;
	font-weight: 700;
	margin: 0pt,0pt,30pt,0pt;
}

/*注釈*/
.cyushaku {
    font-size: 10pt;
    color:#666666;
	padding: 10px 0 10px 0;
	text-align: left !important;
}

/*****************************************************

	文字装飾

*****************************************************/

/*リンク色ロールオーバー（LPフッター）*/
a.scs1 {/*リンクされた文字*/
    font-size: 12pt;
    color:#000000;
    text-decoration:none;
}
a:link.scs1 {/*未訪問のリンク*/
    color:#000000;
}
a:visited.scs1 {/*訪問後のリンク*/
    color:#000000;
}
a:hover.scs1 {/*マウスをのせたとき*/
    color:#666666;
}
a:active.scs1 {/*クリック中*/
    color:#666666;
}

/*リンク色ロールオーバー（LPフッター 電話番号）*/
a.tel1 {/*リンクされた文字*/
    font-size: 25pt;
    color:#686900;
    text-decoration:none;
}
a:link.tel1 {/*未訪問のリンク*/
    color:#686900;
}
a:visited.tel1 {/*訪問後のリンク*/
    color:#686900;
}
a:hover.tel1 {/*マウスをのせたとき*/
    color:#999900;
}
a:active.tel1 {/*クリック中*/
    color:#999900;
}

a.tel2 {/*リンクされた文字*/
    font-size: 25pt;
    color:#FFFFFF;
    text-decoration:none;
}
a:link.tel2 {/*未訪問のリンク*/
    color:#FFFFFF;
}
a:visited.tel2 {/*訪問後のリンク*/
    color:#FFFFFF;
}
a:hover.tel2 {/*マウスをのせたとき*/
    color:#DAE8A0;
}
a:active.tel2 {/*クリック中*/
    color:#DAE8A0;
}

/*リンク色ロールオーバー（LPフッター お問い合わせ）*/
a.mail1 {/*リンクされた文字*/
    font-size: 10pt;
    color:#336699;
    text-decoration:none;
}
a:link.mail1 {/*未訪問のリンク*/
    color:#336699;
}
a:visited.mail1 {/*訪問後のリンク*/
    color:#336699;
}
a:hover.mail1 {/*マウスをのせたとき*/
    color:#6699CC;
}
a:active.mail1 {/*クリック中*/
    color:#6699CC;
}

/*リンク色ロールオーバー（LPフッター01）*/
a.ftlink1 {/*リンクされた文字*/
    font-size: 10pt !important;
    color:#ffffe0 !important;
    text-decoration:none !important;
}
a:link.ftlink1 {/*未訪問のリンク*/
    color:#ffffe0 !important;
}
a:visited.ftlink1 {/*訪問後のリンク*/
    color:#ffffe0 !important;
}
a:hover.ftlink1 {/*マウスをのせたとき*/
    color:#ffff84 !important;
}
a:active.ftlink1 {/*クリック中*/
    color:#ffff84 !important;
}

/*****************************************************

	画像

*****************************************************/

/*画像自動調整（ブラウザの幅に合わせて表示）*/
img.auto1 { 
    max-width: 100%; 
    height:auto;
}


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

/*ロールオーバー（半透明）*/

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*****************************************************

	ボタン

*****************************************************/
a.btn1{
  display: inline-block;
  width: 300px;
  border: 1px solid #a2a6ac;
  border-top: 1px solid #adb1b8;
  border-bottom: 1px solid #8d9096;
  border-radius: 3px;
  background: linear-gradient(to bottom, #f6f7f9, #e7e9ec);
  box-shadow: 0 1px 0 #fcfcfd inset;
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.7em;
}
a.btn1:hover{
  background: linear-gradient(to bottom, #e6e9ef, #d9dce1);
  text-decoration: none;
}

.btn_only {
  padding: 2rem 0;
  width: 90%;
  margin: 0 auto;
}

/* 右矢印付きラインボタン アザレ01 */  
.lbtn_arrow_azalle01{
    position: relative;
    height:50px;
    line-height: 50px;
    z-index: 1;
    width:550px;
    text-decoration:none;
    font-weight:bold;
    background:#fff;
    color:#fff !important;
    border-radius:.5em;
    border: solid 4px #d83473;
    text-align: center;
    margin:15px auto 0 auto;
    vertical-align: middle;
}

.lbtn_arrow_azalle01 a {
  display: block;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 50px;
  font-size:1.2em;
  font-weight: 700;
  color: #d83473;
  vertical-align: middle;
  text-decoration:none;
}

.lbtn_arrow_azalle01:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .9em;
    height: .9em;
    border-top: .2em solid #d83473;
    border-right: .2em solid #d83473;
    transform: rotate(45deg);
    transition:.3s;
}
.lbtn_arrow_azalle01:hover {
   background: #fef9fb;
}






/*//////////////////// style47.css ////////////////////*/

/*reset.css*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
	vertical-align: baseline;
	background:transparent;
 
  scroll-behavior: smooth;
}
html {
	overflow: inherit;
	height: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #333333;
  font-size:16px;
	line-height: 1.6;
	letter-spacing:0;
	-webkit-text-size-adjust: 100%;
      background: #efefef;
}
h1, h2, h3, h4, h5, h6, p, td, th, address {
    font-weight: normal;
    font-size: 1.2em;
}
ol,ul,li {
	list-style: none;
}

fieldset,img { 
	border: 0;
}
 img {
  vertical-align: bottom;
  width: 100%;
}
.wrapper{
 width: 100%;
max-width: 750px;
margin: 0 auto;
background: #fff;

}
.first_btn{
padding: 0 3%;
}
.cv .btn_area {
  position:relative;
}

.btn_area_1 {
  width: 95%;
  margin: 15px auto;
  
}

#appeal04 .btn_area_1 {
  margin: 0 auto;
}

.cv .btn_area .btn{
  position:absolute;
  left:50%;
 transform: translateX(-49.8%);
  width:84%;
  top:5%;
  
}
.btn_area_single{
	position:relative;
}
.btn_single{
    position: absolute;
    left: 76%;
    transform: translateX(-49.8%);
    width: 30%;
    top: 30%;
}

.btn_single:hover {
  opacity: 0.6;
}

section.contain{
      padding-bottom: 1%;
}
.contain .inner{
     width: 91%;
    margin: 10% auto;
    border: 1px solid #ababab;
    padding: 6% 4% 5% 4%;
    box-sizing: border-box;
}
.contain h3{
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-size:120%;
}
.contain p{
  line-height: 1.8;
  text-align: justify;
  font-size:14px;
 
}
.no1{
	margin-top: 3%;
}

/* ========
 * Animation
 */
.move {
  animation: beat linear 1.2s infinite;
 
}


footer{
  background: #008080;
  padding: 5% 0 5% 0;
  box-sizing: border-box;
  color:#fff;
  max-width: 750px;
  margin: 0 auto;
}

footer .inner{
  width:100%;
  max-width:750px;
  margin: 0 auto;
}


footer ul{
  display: flex;
  justify-content: center;
  box-sizing: border-box;
/*  margin-bottom: 1em; */
  
}

footer li{
  background: url("../img/arrow.png") no-repeat 1% 50%;
  background-size:1.5vw;
  padding-left: 1em;
/*  margin-bottom: 0.5em;*/
  margin-right: 1em;
}

footer li:last-child{
  margin-right: 0;
}

footer a{
  color:#fff;
  text-decoration: none;
  font-size:3.2vw;
}

footer a span{
  border-bottom:1px solid #fff;
}

footer .copy{
  text-align: center;
  color:#fff;
  font-size:3vw;
}

footer .logo {
  width: 70px;
  height: auto;
  margin: 0 auto;
  padding: 3% 0 1%;
}

footer .name {
  font-size: 1em;
  text-align: center;
  padding-bottom: 3%;
}

/*
footer .info {
  padding: 2%;
}
*/




@media screen and (min-width:500px){
  footer ul{
    flex-wrap: nowrap;
  }
  
  footer a{
    font-size: 0.6em;
  }
  
  footer li{
    background-size:11px;
  }
  
  footer .copy{
    font-size:14px;
  }
  
  footer .company {
    flex-wrap: nowrap;
  }
  
  footer .logo {
  width: 50px;
  height: auto;
  margin: 0 auto;
  padding: 3% 0 1%;
}
  
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.035);
  }
  25% {
    transform: scale(.95);
  }
  35% {
    transform: scale(1.02);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shake-opacity {
  10% {
    transform: translate(-4px, -1px) rotate(0.5deg);
    opacity: 0.08; }
  20% {
    transform: translate(3px, 3px) rotate(2.5deg);
    opacity: 0.13; }
  30% {
    transform: translate(5px, 1px) rotate(1.5deg);
    opacity: 0.07; }
  40% {
    transform: translate(-2px, 0px) rotate(0.5deg);
    opacity: 0.17; }
  50% {
    transform: translate(0px, 4px) rotate(-1.5deg);
    opacity: 0.43; }
  60% {
    transform: translate(1px, 1px) rotate(1.5deg);
    opacity: 0.02; }
  70% {
    transform: translate(3px, 2px) rotate(2.5deg);
    opacity: 0.06; }
  80% {
    transform: translate(-4px, 4px) rotate(2.5deg);
    opacity: 0.94; }
  90% {
    transform: translate(3px, -4px) rotate(-0.5deg);
    opacity: 0.8; }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }


/*--form------*/
#orderForm.lpc h2 {
    padding: 2rem 0;
}
@media (max-width: 960px) and (min-width: 601px){
#orderForm {
      max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
}

@media (min-width: 961px){
#orderForm {
/*    padding: 1rem 0rem 5rem;*/
    padding: 1rem 0rem 0rem;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
}
  #orderForm form > div {
    
    padding: 3rem 1rem;

  }
  #orderForm form {
    min-width: auto;
}
}



/*/////////////////////// fixed_offer_js47.css ////////////////////////////*/

.fixed-offer {
  bottom: -1px;
  left: 100%;
  opacity: 0;
  position: fixed;
  transition: opacity .3s linear 0s;
  width: 100%;
  text-align: center;
  z-index: 100;
}


.fixed-offer-is-invisible {
	opacity: 0;
}

.fixed-offer-is-invisible.fixed-offer-is-ended {
	left: 100%;
}

.fixed-offer-is-visible {
	opacity: 1 !important;
  left:0%;
}
.fixed-offer__inner{
  position:relative;
  width:100%;
  max-width:700px;
  margin: 0 auto;
  
}
.fixed-offer__inner .btn{
  position: absolute;
  right: 3%;
  bottom: 2%;
  width: 25%;
}
.fixed-offer__close {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: 100;
  width: 6%;
}



/*ビデオ*/


.sap-water {
  position: relative;
}

.sap-water-video {
  position: absolute;
  top: 30%;
  left: 7%;
  overflow: hidden;
  width: 85%;
  height: auto;
  box-shadow: 5px 5px 5px #aaa;
}



.texture {
  position: relative;
}

.texture-video {
  position: absolute;
  top: 30%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  height: auto;
  box-shadow: 5px 5px 5px #aaa;
}



/*定期コースについて*/

.cycle {
  padding: 5%;
}

.cycle h3 {
  color: #008080;
  margin-bottom: 0.4em;
}

.cycle p {
  font-size: 1em;
  line-height: 1.5;
}









