@charset "UTF-8";


/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:680px )
{


.noneSP {display:none !important;}
.br-pc { display:none; }
.br-sp { display:block;}

.pc { display: none !important; }
.sp { display: block !important; }


img{
width:100%;
height: auto
}


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


ベース・共通項目


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


body{
margin:0;
padding:0;
line-height:160%;
background-size: auto;
font-family: "Noto Sans JP"; 
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 3s ease 0s 1 normal;
text-align: justify; // Required for IE and Edge 
text-align-last: right;
}

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

/* ページトップへ戻る */
#pageTop img{
position: fixed;
width: 40px;
height: auto;
bottom: 20px;
right: 10px;
z-index: 1000;
}
   


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


ヘッダ


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


header{
margin-top: -30px;
padding:1px;
}

header h1 img{
width: 100%;
margin:0;
}

div.headerbox{
width: 100%;
margin: 0 auto;
}

.flex-container {
display: flex;
justify-content: space-between;
}

.flex-main img{
width: 102%;
margin: -80px 0 0 0;
}




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


001：貯めたプレジオポイントの使い方


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


section.pointbox{
margin: 3% auto 5%;
}



h2.title{
margin: 3% auto !important; 
text-align: center !important;

font-size: 150%;
color: #173250;
display: block;
letter-spacing: 0.1em;
line-height: 1.5;

text-decoration: underline; /* 下線 */
text-decoration-thickness: 0.3em; /* 線の太さ */
text-decoration-color: #d9f4ef; /* 線の色 */
text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

span.preziopoint{
font-size: 130%;
}

p.spicon_use{
width: 80px;
margin: 0 0 -75px 10px;
z-index: 10;
position: relative;
}

p.useimg{
width: 80%;
margin: 0 auto -10px;
}

p.useimg002{
width: 100%;
}

div.pointuse001{
border: 4px solid #006a6b;
padding:5% 5% 1%;
margin: 5%;
-webkit-font-feature-settings: 'palt' 1;
font-feature-settings: 'palt' 1;
line-height: 1.8;
text-align: justify;
}

div.pointuse002{
border: 4px solid #006a6b;
padding:0% 0 5%;
margin: 5% 5% 10%;
-webkit-font-feature-settings: 'palt' 1;
font-feature-settings: 'palt' 1;
line-height: 1.8;
text-align: justify;
}

p.pointtxt002{
padding:0 5%;
margin: -20px 0 10px 0;

}

div.btnbox{
width: 100%;
text-align: center;
}



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


CSSアニメーションボタン


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

.btn,
a.btn,
button.btn {
font-size: 1.1rem;
font-weight: 700;
letter-spacing: 2px;
position: relative;
display: inline-block;
padding: 1rem 2rem;
margin: 10px 20px;
width: 200px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
}

a.btn-gradient {
font-weight: normal;
color: #fff !important;
border-radius: 0;
background-image: -webkit-gradient(
linear,
left top,
right top,
color-stop(40%, #acd9c7),
to(#acd9c7)
);

border-radius: 100vh;
}

a.btn-gradient:after {
position: absolute;
top: 0;
left: 0;

width: 100%;
height: 100%;

content: "";
-webkit-transition: all 0.5s;
transition: all 0.5s;

background-image: -webkit-gradient(
linear,
left top,
right top,

);

background-image: -webkit-linear-gradient(left, #529b92, #529b92, #529b92);
background-image: linear-gradient(90deg, #529b92, #529b92, #529b92);
border-radius: 100vh;
}

a.btn-gradient span {
position: relative;
z-index: 1;
}


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


CSSアニメーションボタン ▶矢印


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

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #fff;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.sankakuicon::before{
left: 30px;
box-sizing: border-box;
width: 6px;
height: 6px;
border: 6px solid transparent;
border-left: 6px solid #fff;
z-index: 100;
}




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


002：会員登録簡単 3ステップ


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


.largefontsp{
font-size: 190% !important;
padding: 3% 0;
}

section.stepbox{
background: #f4f4f4;
padding: 5% 0 10%;

}

dl.stepinfo,dt,dd{
padding: 0;
margin: 0;
}

dl.stepinfo{
background-color:#fff;
border: 3px solid #008379;
border-radius:5px;/* 角丸指定 */
padding:10% 5% 5% 5%;
height: 380px;
}

/* dl.stepinfo dt img{
text-align: center;
width: 30%;
margin: 0px auto 0;
} */

dl.stepinfo dt{
margin: 0 auto;
text-align: center;
font-size: 170%;
font-weight: 900;
color: #004f57;
}

span.stepnumber{
font-size: 220%;
line-height: 1.1;
margin-bottom: 5px;
display: block;
}





dl.stepinfo dd.steptitle{
font-size: 150%;
font-weight: 600;
color: #004f57;
padding: 10px 0 20px;
text-align: center;
}

/* 蛍光ペン下線 */
.highlight{
text-decoration: underline; /* 下線 */
text-decoration-thickness: 0.4em; /* 線の太さ */
text-decoration-color: rgb(255, 247, 6); /* 線の色 */
text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

dl.stepinfo dd.illustmark img{
height: 100px;
text-align: center;
margin: 2% auto 5%;
}

dl.stepinfo dd.steptxt{
text-align: center;
font-size: 16px;
letter-spacing: 1px;
white-space: nowrap;
font-feature-settings: "palt";
}

dl.stepinfo dd.stepbtn{
margin: 5% auto 0;
}

span.stepfllow{
margin-top: 220px;
font-size: 250%;
color: #7b9499;
}




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


スライダー


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


.slidersp{
margin: 0 auto;
padding: 0;
width: 90%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before{
color: #666 !important;
z-index: 1000 !important;
}
::-webkit-scrollbar{
width: 10px;
}
::-webkit-scrollbar-track{
background: #efefef;
border: none;
border-radius: 10px;
box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
background: #ccc;
border-radius: 10px;
box-shadow: none;
}



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


003：よくあるご質問


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


section.faqbox{
background: #fff;
padding: 8% 0 2%;
margin: 0 auto;
}

div.faqlist{
margin: 5% 0;
}






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


003：よくあるご質問：アコーディオンメニューCSS


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


.cp_actab {
position: relative;
overflow: hidden;
width: 95%;
margin: 0 auto 0 auto;
background-color:#004f57;
border-bottom: 1px solid #fff;
font-size:85%;
color: #fff;
font-feature-settings: "palt";
}

.cp_actab002 {
position: relative;
overflow: hidden;

/* margin: 0 auto 1px auto; */
border-bottom: 1px dotted #fff;
background-color:#579479 !important;
font-size:110%;
color: #fff;
font-weight: 400;
}

.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}

.cp_actab label {
font-size:120%;
line-height: 3;
position: relative;
display: block;
padding:2% 3%;
cursor: pointer;
margin: 0 0 1px 0;
letter-spacing:0.2em;
}

.cp_actab002 label {
font-size:95%;
line-height: 2;
position: relative;
display: block;
padding:4% 5%;
cursor: pointer;
margin: 0 0 1px 0;
letter-spacing:0.2em;
}

.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.95s;
transition: max-height 0.95s;
color: #333333;
background-color: #efefef;
letter-spacing:0 !important;
}
.cp_actab .cp_actab-content p {
margin: 1.5em;
line-height:230%;
letter-spacing:0.1em;
font-size:90%;
padding:1% 1% 2%;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 6500px;
}
/* Icon */
.cp_actab label::after {
line-height: 4;
position: absolute;
top: 0;
right: 0;
display: block;
width: 2em;
height: auto;
-webkit-transition: all 0.35s;
transition: all 0.35s;
text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
transform: rotate(315deg);
}

span.pickup{
font-weight: 700 !important;
font-size: 120%;
}

.cp_actab-content a{
color: #008379 !important;
font-weight: 700 !important;
text-decoration: underline;
}




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


注意事項


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


div.coutionboxsp{
margin: 5% 3% 0;
padding: 0 1%;
letter-spacing: 0.1em;
font-size: 85%;
}



.coutionlink a{
    color: #008379 !important;
    font-weight: 700 !important;
    text-decoration: underline;
    }




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


004：静鉄ホテルプレジオ法人会員特典


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

section.corporation{
margin: 0 auto;
}


p.corporationtxt{
margin: 1% 5% 8%;
line-height: 1.7;
}


p.discount img{
margin: 0% 5%;
width: 90%;
}


div.tokutenbox{
border: 7px solid #d8f1ee;
margin: 5%;
padding:4% 5% 3%;
}


dl.tokuten dt{
margin-bottom: 10px;
}

dl.tokuten dd{
line-height: 2.2;
font-size: 120%;
color: #008379;
font-weight: 600;
letter-spacing: 1px;
font-feature-settings: "palt";
}

dl.tokuten dd.tokutenlast{
line-height: 1.7;
}

div.tokutencoution{
margin: 0 auto;
padding: 0px 20px;
font-size: 90%;
}

p.indent-1 {
padding-left:1em;
text-indent:-1em;
}



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


005：法人登録のお申込みからご利用開始まで


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


section.servicestart{
margin: 10% 0;
}

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

h2.service {
margin: 0 5% !important; 
text-align: center !important;
font-size: 160%;
color: #00364e;
display:block;
letter-spacing: 3px;
padding:4% 0%;

border-top: 1px solid #004f57;
border-bottom: 1px solid #004f57;
line-height: 1.4;
}





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

手順

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

.flow {
position: relative;
margin: 30px 20px 0 -20px;
}
.flow::before {
content: "";
width: 10px;
height: 100%;
/* background: #eee; */
display: block;
position: absolute;
top: 0;
margin-left: 43.5%;
}
.flow > li {
position: relative;
font-size: 90%;
}
.flow > li:not(:last-child) {
margin-bottom: 3vh;
}
.flow > li .icon {
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
color: #fff;
background: #056a59;
width: 95%;
text-align: center;


/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056a59', endColorstr='#056a59',GradientType=1 ); */
padding: 10px 10px;
display: block;
position: absolute;
top: 0;
z-index: 100;
}
.flow > li .icon::after {


}

.flow > li dl {
padding-left: 20px;
position: relative;
}

/* .flow > li dl::before,
.flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 30px;
} */

/* .flow > li dl::before {
width: 10px;
height: 10px;
margin-top: 5px;
background: #056a59;
border-radius: 50%;
left: -4px;
} */

/* .flow > li dl::after {
width: 50px;
border-bottom: 1px dotted #999;
position: absolute;

} */
.flow > li dl.step dt {
font-size: 20px;
font-weight: 600;
color: #056a59;
padding-top: 60px;
margin-bottom: 1vh;
text-align: center;
line-height: 1.4;
}

dl.step dd{
text-align: center;
font-size: 15px;
}

dd.companyinfo{
border: 1px solid #ddd;
padding: 5% 7%;
margin: 5% 0;
font-size: 100% !important;
background-color: #fafafa;
}


.triangle {
width: 0;
height: 0;
border-style: solid;
border-right: 20px solid transparent;
border-left: 20px solid transparent;
border-top: 20px solid #a8cac4;
border-bottom: 0;
z-index: 100;
position: relative;margin: 0 auto;
}





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


footer


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




footer {
padding:8% 5%;
background: #595857;
margin-bottom: -15px;
}

footer div.footerbox{
margin: 5%;
padding: 5%;
}

footer .imgWrapper {
width: 90%;
}


footer .caution {
font-size: 70%;
letter-spacing: 1px;
line-height: 1.7;
padding: 2% 0;
}

footer p,
footer h4,
footer a {
color: white;
padding: 0;
margin: 0;
letter-spacing: 2px;
font-size: 100%;
}


footer h4 {
font-size: 15px;
display: inline-block;
border-bottom: 1px solid white;
margin: 2% 0;
}


footer .address {
font-size: 13px;
}











}






