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


/* PC：ウィンドウ幅が769px以上の場合に適用するCSS */
@media screen and (min-width: 680px){


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

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



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


ベース・共通項目


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

body{
font-family: 'Noto Sans JP', sans-serif;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 3s ease 0s 1 normal;
margin: 0 !important;
padding: 0 !important;
font-feature-settings: "palt";
letter-spacing: 0;
line-height: 220%;
}

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

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

/* ページトップへ戻る */
#pageTop img{
 position: fixed;
 width: 50px;
 height: auto;
 bottom: 50px;
 right: 30px;
 }



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


ヘッダ


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


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

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

div.headerbox{
width: 1100px;
margin: 0 auto;
}

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

.flex-main img{
width: 105%;
margin: -110px 0 0 0;
}



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


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


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


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


div.pointuse001{
background: url(../img/bg_use001.png) no-repeat;
background-size:contain;
height: 300px;
margin-left: -40px;
}

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

font-size: 300%;
color: #00364e;
display: block;
letter-spacing: 3px;

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.pointtxt001{
font-size: 22px;
padding: 140px 0 0 510px;
}

span.deadline{
font-size: 18px;
}

div.pointuse002{
background: url(../img/bg_use002.png) no-repeat;
background-size:contain;
height: 600px;
margin-left: -40px;
}

p.pointtxt002{
font-size: 22px;
text-align: center;
padding: 370px 0 0 50px;
}

div.btnbox{
width: 1000px;
text-align: center;
margin-left: 70px;
}




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


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


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


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

div.easystep{
width: 1200px;
height: 500px;
margin: 3% auto 0;
text-align: center;
}

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

dl.stepinfo dt{
/* width: 33%;
text-align: center;
margin: 0px auto 0; */
font-size: 150%;
font-weight: 900;
color: #004f57;
}


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





dl.stepinfo dd.steptitle{
font-size: 120%;
font-weight: 600;
color: #004f57;
padding-bottom: 20px;
}

/* 蛍光ペン下線 */
.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.stepbtn{
margin: 5% auto 0;
}

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


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


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


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


.flexbox {
padding:10px; /* 余白指定 */
display: flex;/* フレックスボックスにする */
justify-content:center;
/* margin-left: 50px; */
}
 
.flex-item {
padding:30px 0px;
color:#000; /* 文字色 */
margin:10px 20px;/* 外側の余白 */
border-radius:5px;/* 角丸指定 */
width: 27%; /* 幅指定 */
font-size: 13pt;
}
 
.flex-item{
background-color:#fff;
border: 1px solid #008379;
}

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


CSSアニメーションボタン


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

.btn,
a.btn,
button.btn {
font-size: 1.3rem;
font-weight: 700;
letter-spacing: 2px;
position: relative;
display: inline-block;
padding: 1rem 2rem;
margin: 0 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;
}

a.btn-gradient:hover {
color: #fff;
}

a.btn-gradient:hover:after {
opacity: 0;
}


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


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;
}


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


003：よくあるご質問


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


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

div.faqlist{
margin: 5% 0;
}



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


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


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


.cp_actab {
position: relative;
overflow: hidden;
width: 1100px;
margin: 0 auto 1px auto;
background-color:#004f57;
font-size:110%;
color: #fff;
font-weight: 700;
}

.cp_actab002 {
position: relative;
overflow: hidden;
width: 1100px;
margin: 0 auto 1px auto;
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:1.5% 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:2% 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% 3% 2%;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 6500px;
}
/* Icon */
.cp_actab label::after {
line-height: 5;
position: absolute;
top: 0;
right: 0;
display: block;
width: 5em;
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;
}

.cp_actab-content a:hover{
color: #acd9c7 !important;
}

label:hover{
background-color: #acd9c7;
color: #004f57;
}



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


注意事項


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


div.coutionbox{
margin:8% auto 0;
letter-spacing: 0.1em;
text-align: center;
border: 3px solid #c60101;
width: 1100px;
padding: 2% 0 3% 0;
font-size: 120%;
line-height: 2.4;
}

p.coutiontxt{
margin-top: 30px;
}

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

.coutionlink a:hover{
color: #acd9c7 !important;
}








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


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


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

section.corporation{
width: 1100px;
margin: 0 auto;
}

p.maincorporation img{
width: 1100px;
}

p.corporationtxt{
text-align: center;
margin: 1% auto 8%;
font-size: 18px;
letter-spacing: 1px;
line-height: 200%;
}

p.discount img{
width: 1100px;
margin: 3% auto;
}


div.tokutenbox{
background: url(../img/bg_tokuten.gif) no-repeat;
background-size: contain;
height: 530px;
margin-top: 30px;
}


dl.tokuten{
margin: 0 0 0 100px;
padding: 80px 0 0 0;
}


dl.tokuten img{
width: 200px;
margin-top: 80px;
}


dl.tokuten dt{
float: left;
}


dl.tokuten dd{
margin-left: 280px;
line-height: 250%;
font-size: 180%;
color: #008379;
font-weight: 600;
letter-spacing: 1px;
}

span.smalltokuten{
font-size: 80%;
}


div.tokutencoution{
clear: both;
margin: 0 auto;
padding: 20px 0 50px;
width: 1000px;
letter-spacing: 0.1em;
}


p.indent-1 {
padding-left:1em;
text-indent:-1em;
margin-bottom: -13px;
}



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


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


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

section.servicestart{
margin: 4% 0;
}

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

h2.service {
margin: 0 auto !important; 
text-align: center !important;

font-size: 300%;
color: #00364e;
display:inline-block;
letter-spacing: 3px;
padding: 3%;

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


div.flowbox{
/* width: 1100px;
margin: 10% 0 10% 400px; */

/* width: 870px;
padding: 80px 100px;
margin: 7% auto; 
border: 15px solid #c9dfdd;
*/

background: url(../img/bg_tokuten002.gif) no-repeat;
background-size: contain;
height: 1200px;
margin: 5% auto;
padding: 120px 100px 0;
width: 870px;

display: block;

}





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

手順

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

.flow {
padding-left: 300px;
position: relative;
}
.flow::before {
content: "";
width: 15px;
height: 100%;
background: #eee;
margin-left: -8px;
display: block;
position: absolute;
top: 0;

}
.flow > li {
position: relative;
font-size: 110%;
}
.flow > li:not(:last-child) {
margin-bottom: 8vh;
}
.flow > li .icon {
font-size: 22px;
font-weight: 600;
letter-spacing: 1px;
color: #fff;
background: #056a59;
/* background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%); */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056a59', endColorstr='#056a59',GradientType=1 );
padding: 8px 20px;
display: block;
position: absolute;
top: 0;
left: -200px;
z-index: 100;
}
.flow > li .icon::after {
content: "";
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #056a59;
position: absolute;
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.flow > li dl {
padding-left: 60px;
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;
left: 5px;
margin-top: 8px;
}
.flow > li dl dt {
font-size: 22px;
font-weight: 600;
color: #056a59;
margin-bottom: 1vh;
}


dd.companyinfo{
border: 1px solid #ddd;
width: 85%;
padding: 3% 5%;
margin: 2% 0;
font-size: 95%;
background-color: #fafafa;
}







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


footer


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




footer {
padding: 3%;
background: #595857;
}



footer div.footerbox{
width: 1100px;
margin: 0 auto;
}

footer .logo {
width: 600px;
}

footer .logo .imgWrapper img{
max-width: 330px;
}

footer .caution {
font-size: 14px;
letter-spacing: 1px;
}

footer .contact {
width: 450px;
}

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



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



footer .address {
font-size: 14px;

}





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


微調整


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


.mt100{
margin-top: 100px;
}

.pb50pc{
padding-bottom: 30px !important;
}



}
