
@charset "utf-8";

 /* ＝＝＝＝＝＝＝＝＝＝＝＝
        リセットCSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
  }
  
  header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
  }
  
  body {
    line-height: 1;
  }
  
  ol, ul {
    list-style: none;
    list-style-type: none;
  }
  
 /* ＝＝＝＝＝＝＝＝＝＝＝＝
        LP基本設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

html{
    font-size: 62.5%;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 500;
    color:#000;
}


/* PCコンテンツ幅 */
body.pc .wrapper {
    text-align: center;
}

img {
    vertical-align: bottom;
    width:100%;
}

#footer img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

a img:hover{
    opacity: 0.8;
    transition: all 0.3s;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝
PC用LP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#header{
    position: fixed;
    top:0;
    z-index: 10;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    box-shadow:0px 0px 10px 2px rgba(0,0,0,0.3);
}

.header_inner{
    width: 1000px;
    margin: auto;
    padding: 5px 2%;
}

/* ヘッダーロゴ */
.header_logo{
    float: left;
    width: 137px;
    margin-top: 0.7%;
}

/* ヘッダー電話ボタン */
.header_cv{
    float: right;
    width: 200px;
    margin-left: 10px;
}

/* ヘッダーボタン */
.header_cv_contact{
    width: 200px;
    float: right;    
}

/* float解除 */
.header_inner::after{
    content: '';
    display: block;
    clear: both;
    height: 0; 
}

main{
    margin-top: 67px;
}

section{
    width: 100%!important;
    min-width: 1000px;
}

.sec-in{
    position: relative;
    width:1000px;
    margin: 0 auto;
}

.fv{
    background: url(/import/tenant_1/unipla.sakura.ne.jp/upload2/images/bg_fv.jpg)no-repeat right bottom;
    background-size: cover;
    height:850px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝", serif;
    text-align: left;
}

.c-copy{
    margin-top: 550px;
    margin-left: 30px;
    display: inline-block;
    border: 2px solid #a38b57;
    background-color: rgba(255,255,255,0.92);
    padding: 39px 34px;
    line-height: 1.4;
}

.main-catch{
    margin-bottom: 27px;
    font-size: 30px;
    color: #000;
}
.main-catch span{
    color: #a38b57;
}

.fv_read-txt{
    font-size: 18px;
}

.tokuten, .point, .voice, .faq{
    background: url(/import/tenant_1/unipla.sakura.ne.jp/upload2/images/bg_01.jpg);
    background-size: cover;
}

.cv, .cv_contact{
    position: absolute;
    top:126px;
    width: 420px;
}

.cv{
    right:70px;
}

.cv_contact{
    left:70px;
}

.onayami{
    background-color:#f1efe9 ;
}

video{
    width: 860px;
    margin-top: 20px;
}

.point_contents{
    padding: 0 70px;
}
.point h2{
    padding-top: 70px;
    padding-bottom: 42px;
}

.point li{
    margin-bottom: 51px;
}

.voice_contents{
    padding: 0 60px;
}
.voice h2{
    padding-top: 60px;
    padding-bottom: 36px;
}

.voice_contents li{
    padding-bottom: 36px;
}

.faq_contents{
    padding: 70px 100px 66px 110px;
}

.faq h2{
    margin-bottom: 50px;
}

.map iframe{
    width:790px;
    margin:0 auto 42px auto;
}

body.pc #footer{
    min-width: 1000px;
}


 /* ＝＝＝＝＝＝＝＝＝＝＝＝
            フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* #footer{
    width: 100%;
    padding: 30px 0;
    background-color: #a38b57;
    text-align: center;
    color: #fff;
} */

/* #footer a{
    font-size: 1.4em;
    color: #fff;
} */

#copyright{
    padding-top: 8px;
    font-size: 1.4em;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
      プライバシーページここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.privacy_wrapper {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.privacy_contents {
    margin: 90px 0 70px;
    border: 1px solid #dae1e6;
    padding: 20px;
}

body.privacy h1 {
    padding: 30px 0 10px;
    font-size: 2.2rem;
}

body.privacy h1,
body.privacy h2 {
    font-weight: 700;
    line-height: 140%;
}

body.privacy h2 {
    margin: 30px 0 0;
    font-size: 1.8rem;
    color: #202231;
}

.privacy_contents p {
    margin:20px 0;
    font-size: 1.4rem;
    line-height: 1.7;
}

body.privacy ol{
    list-style-type: decimal;
    margin: 20px 0 0 36px;
}

body.privacy ol li ol {
    margin-bottom: 20px;
}

body.privacy li {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.7;
}

p.mb-0 {
    margin-bottom: 0;
}

p.end {
    margin: 30px 0 0;
    text-align:right; 
}



 /* ＝＝＝＝＝＝＝＝＝＝＝＝
        特商法ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.law_wrapper{
    max-width: 960px;
    width:100%;
    margin: 0 auto;
    padding: 0 30px;
}

body.law h1{
    font-size: 2.4em;
    font-weight: bold;
    padding: 18px;
    margin-top: 120px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 140%;
}

.law-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    margin-bottom: 70px;
}

.law-table th {
    background: #f4f4f4;
    width: 30%;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}
.law-table th, .law-table td {
    font-size: 1.5em;
    padding: 15px;
    border: 1px solid #ddd;
    line-height: 1.5;
}
p.back{
    text-align: center;
    margin-bottom: 70px;
}
p.back a {
    font-size: 1.5em;    
}
p.back a:hover{
    text-decoration: none;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
      サンクスページここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body.thanks
{
    background-color:#fff;
}
.thanks_contents{
    background-color:#fff;max-width:640px;width:100%;margin:64px auto 0;
}
.thanks_wrapper{
    padding:64px 30px;
}
.thanks-tit{
    margin-bottom:48px;
    text-align:center;
    line-height:1.4;
    font-size: 3.6rem;
}

p.thanks-txt{
    margin-bottom:32px;
    font-size:1.6rem;
    line-height:1.7;
}

p.thanks-txt span{
    color: #777; 
}

.to-home a{
    display:block;
    text-align:center;
    font-size:1.4rem;
}
/*  サンクスページここまで*/



 /* ＝＝＝＝＝＝＝＝＝＝＝＝
     LPレスポンシブここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:767px) {
    .footer_nav li a{font-size: 1.3em; }
    .copyright{font-size: 1.2em;}
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝
    特商法ページ/プライバシーポリシーページ
    レスポンシブここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media only screen and (max-width:599px){
    /* 共通フッター */
    #copyright{font-size: 1rem;}
    /* 共通戻るボタン */
    p.to-home {margin-bottom: 50px;}
    /* プライバシーポリシーページ */
    .privacy_wrapper {padding: 0 20px;}
    .privacy_contents {margin-top: 40px;margin-bottom: 50px;}
    body.privacy h1 {font-size: 1.8rem;}
    body.privacy h2 {font-size: 1.6rem;}
    body.privacy p {font-size: 1.3rem;}
    body.privacy ol{margin-left: 30px;}
    body.privacy li{font-size: 1.3rem}
    /*  特商法スマホ）ここから*/
    .law_wrapper{padding: 0 20px;}
    body.law h1{margin-top: 40px;margin-bottom: 20px;font-size: 1.8rem;}
    .law-table {margin-bottom: 50px;}
    .law-table th, .law-table td {width: 100%;display: block;border-top: none;font-size: 1.3rem;} 
    .law-table tr:first-child th {border-top: 1px solid #a5a5a5;}
    /*  特商法スマホ）ここまで*/
    /*  サンクスページ（スマホ）ここから*/
    .thanks_wrapper{padding: 64px 20px;}
	.thanks_contents{margin-top:0;}
	.thanks-tit{font-size:2.4rem;margin-bottom:32px;}
	p.thanks-txt{font-size:1.6rem;margin-bottom:32px;}	
    /*  サンクスページ（スマホ）ここまで*/
}


/* 0617 */

 #header{
    position: static;
    top:0;
    z-index: 10;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    box-shadow:0px 0px 10px 2px rgba(0,0,0,0.3);
}
/*
#footer .fsnsitem a {
    display: inline-block;
    max-width: 3.1em;
    text-align: center;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
.spffix {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 200px !important;
    left: 0;
    z-index: 99;
}

#footer {
    padding-bottom: 225px;
}

}
*/
/* @media only screen and (max-width: 1024px){
  .fv {
    width: fit-content;
}

.uk-touch{
  width: fit-content;
}

#header {
    width: fit-content;
}
} */

/*@media only screen and (max-width: 1024px){
.sp-fz{
  font-size: 20px !important;
}

#gnav.action .gnavinn {
    height: 150vh !important;
    opacity: 1;
    z-index: 250;
}

#gnav .gnavinn .glist {
    width: 100%;
    padding: 150px 3% 80px !important;
}

#gnav .gnavinn {
    overflow-y: scroll !important;
}

.head {
    height: 120px !important;
    display: flex;
    align-items: center;
}
.hlogo a {
    max-width: 150px !important;
    width: 100% !important;
}

#gnav p.toggle {
    top: 40px !important;
    right: 10px;
}

.sp-nfz{
  font-size: 15px !important;
}


.spffixitem.lp-fbox a {
    font-size: 15px !important;
    padding: .7em !important;
}

.lp-fbox a {
    font-size: 15px !important;
    padding: .7em !important;
}

.lp-cp {
    text-align: center;
    padding: 1.5em 0 4em !important;
}



.spffixitem.telbox .lp-fbox .icon:before {
    content: "\f2a0";
    font-family: 'Fontawesome';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(
-30deg
);
    -ms-transform: rotate(-30deg);
    transform: rotate(
-30deg
) translate(40%, -50%);
    font-size: 125%;
}
}


@media only screen and (max-width: 599px){
  #gnav.action .gnavinn {
    height: 270vh !important;
}

.sp-fz{
  font-size: 35px !important;
}
.head {
    height: 120px !important;
    display: flex;
    align-items: center;
}
.hlogo a {
    max-width: 150px !important;
    width: 100% !important;
}

#gnav p.toggle {
    top: 40px !important;
    right: 10px;
}

.sp-nfz{
  font-size: 25px !important;
}


.spffixitem.lp-fbox a {
    font-size: 25px !important;
    padding: .7em !important;
}

.lp-fbox a {
    font-size: 25px !important;
    padding: .7em !important;
}

.lp-cp {
    text-align: center;
    padding: 1.5em 0 4em !important;
}



.spffixitem.telbox .lp-fbox .icon:before {
    content: "\f2a0";
    font-family: 'Fontawesome';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(
-30deg
);
    -ms-transform: rotate(-30deg);
    transform: rotate(
-30deg
) translate(40%, -50%);
    font-size: 125%;
}
} */

@media only screen and (max-width: 599px){
  body.pc #footer {
    min-width: 300px;
    width: 100%;
  }
}


/* 6/18 追記 */

.wrapper{
  overflow: hidden;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) {
  
  .point h2 {
    padding-top: 60px;
    padding-bottom: 30px;
}
  
  .voice h2 {
    padding-top: 60px;
    padding-bottom: 30px;
}
  
  #totop {
    bottom: 65px !important;
    right: 30px;
}
    #footer {
    padding-bottom: 61px;
}

}

@media only screen and (max-width: 1200px){
  
  .voice h2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
  
  main {
    margin-top: 0px !important;
}
  
  .spffix {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px !important;
    left: 0;
    z-index: 99;
}
    video {
    width: 86% !important;
    margin-top: 20px;
}
.sec-in {
    position: relative;
    width: 100% !important;
    margin: 0 auto;
}
  section {
    width: 100%!important;
    min-width: unset !important;
}
  

  
  .cv, .cv_contact {
    position: absolute;
    top: 50%;
    width: 420px;
}


  
  body.pc #footer {
    min-width: unset !important;
}
  
  .wrapper {
    overflow: scroll;
}
  
  .sp-w48 {
    width: 38% !important;
}
  
  .fv {
    width: auto;
}

#header {
    width: auto;
}

  .flex{
  display: flex;
  }
  
  .sp-w48{
   width: 38% !important; 
  }
}

@media only screen and (max-width: 599px){
  .faq_contents {
    /* padding: 70px 100px 66px 110px; */
    padding: 40px;
}

.point_contents {
    padding: 0 20px;
}

.point h2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.c-copy {
    margin-top: 0;
    margin-left: 0px;
    display: inline-block;
    border: 2px solid #a38b57;
    background-color: rgba(255,255,255,0.92);
    padding: 29px 34px;
    line-height: 1.4;
}


.main-catch {
    margin-bottom: 27px;
    font-size: 16px;
    color: #000;
}

.fv_read-txt {
    font-size: 12px;
}

.fv {
    width: auto;
    height: 100vw;
}

.uk-touch {
    width: auto;
}

.voice_contents {
    padding: 0 20px;
}


main {
    margin-top: 0px;
}

#header {
    width: auto;
}

.c-copy {
    margin-top: 225px;
    margin-left: 0px;
    display: inline-block;
    border: 2px solid #a38b57;
    background-color: rgba(255,255,255,0.92);
    padding: 15px 15px;
    line-height: 1.4;
}


.sec-in .flex{
  position: absolute;
    top: 45%;
    /* right: 0; */
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.sp-w48 {
    width: 38% !important;
    position: static;
}

  .spffix {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px !important;
    left: 0;
    z-index: 99;
}

#footer {
    padding-bottom: 55px !important;
}

#totop {
    bottom: 115px !important;
}

.faq h2 {
    margin-bottom: 20px !important;
}



}
