
body {
    /* font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 18px;
    padding-top: 105px;
    margin: 0px;
}

p{
   margin: 0px; 
}
.pc-only {
    display: block !important;
  }
  
  .sp-only {
    display: none !important;
  }
  
  @media screen and (max-width: 600px) {
    .sp-only {
      display: block !important;
    }
  
    .pc-only {
      display: none !important;
    }
  }
.back-color{
    background-color: #FAF9F5;
}

.container{
    max-width:90%;
    margin: 0 auto;
    font-size: 18px;
}

.modoru {
    margin-top: 40px;
    color: blue;
}

.title-pad{
    padding: 15px 0px;
}


.container p{
  margin-top:0px;
  margin-bottom:0px;
}

.page-container p{
    margin-top:0px;
    margin-bottom:0px;
  }

.center {
    text-align: center;
}

h1{
    letter-spacing: 0.1em;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.small{
    font-size: 18px;
}




a {
    text-decoration: none;
    color: inherit;
}

a:hover{
    opacity: 0.5;
}

 p{
    letter-spacing: 0.06em;
   
 }

.pr-10{
    padding-right: 10px;

}

.pr-20{
    padding-right: 20px;

}

.pr-30{
    padding-right: 30px;

}



/* footer------------- */




.footer-block{
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

.footer-block .logo{
    width: 300px;
    height: auto;
    margin-top: 0px;
}

.footer-block .block-1{
    width: 180px;
    margin-top: 0px;
}



.footer-block .block-1 .footer-menu a{
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;

}


.footer-block .block-1 .footer-menu img{
    width:20px;
    height: 23px;
    padding-right: 15px;
    padding-top: 5px;
}

.footer-block .block-1 .footer-menu p{
    margin-top: 0px;
}

.footer-block .block-2 {
    width: 345px;
    margin-top: 20px;
}

.footer-block .block-2 .footer-menu img{
    width:40px;
    height: 40px;
    padding-right: 20px;
}


.footer-block .block-2 .footer-menu p{
    margin-top: 5px;
    margin-bottom: 10px;
}



.footer-block .block-2 .footer-menu{
    display: flex;
}


.block-3-flex {
    display: flex;
    justify-content: space-between;
    width: 360px;
    margin-top: 20px;
}

.block-3-flex  img{
    width: 170px;
    height: auto;
}

.footer .center{
    margin-top: 5px;
    margin-bottom: 5px;
    color: lightgray;
}

.footer .center{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #393939;
    padding: 5px 0px;
    background-color: ghostwhite;
}

.footer .center span{
    font-size: 12px;
}


/* header-------------*/

.header.pc-only {
    width: 100%;
    height: 105px;
     background-color: #fff; 
    z-index: 10;
    margin: 0 auto;
    font-weight: bold;
    align-items: center;
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  
}

.header-container{
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    /* 231213_修正 */
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px; 
}

.header .new-logo{
  /* 231213_修正 */
  /* width: 290px; */
  max-width: 290px;
  width: 30vw;
  padding-top: 15px;
  height: fit-content;
}

.header-top{
font-size: 22px;
margin: 0px;
}

.header-top {
display: flex;
list-style :none;
width: 970px;
justify-content: space-between;
margin-left: auto;
  
}

.header-top a{
  /* 231213_修正 */
  /* font-size: 22px; */
  display: block;
  text-align: center;
  margin: 0px;
  padding-top: 14px;
  padding-bottom: 5px;
  font-size: min(1.7vw, 22px);
}

.header-top a .arrow{
    width: 20px;
}


.header p{
margin-bottom: 0px;
margin-top: 0px;
}




.header-tel{
    width: 222px;
    height: 23px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: end;
}

.tomida-dog{
    width: 260px;
    height: 214px;
    padding-top: 0px;
}

.time{
    margin-right: 10px;
}

.header a.tel{
    text-align: end;
    padding-top: 12px;
}
.time p{
    font-size: 18px;
    text-align: end;
    margin-bottom: 0px;
}
@media screen and (max-width: 600px) {



    .time p{
        font-size: 7px;
        text-align: end;
        margin-bottom: 0px;
        line-height: 2em;
    }

    .time img{
        text-align: end;
    }

    .time{
        text-align: end;
    }
}

/* front-page------------- */

 /* .video-box{
    text-align: center;
    position: relative;

}
video {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position:center;

  }
.video {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position:10% 10%;

  } */


  .swiper {
    /*スライダーの幅と高さを調整*/
    width:100%;
    text-align: center;
    /* height: 620px; */
  }


  
  .swiper1 .swiper-slide {
    width: 100%;
    display: block;
  }

  .swiper1 .swiper-slide img {
    width: 100%;
  }

  .swiper2 .swiper-slide {
    /*スライド要素の幅と高さを調整*/
    /* width: 100%;
    height: 100%; */

    object-fit: cover;

  }


  .swiper-wrapper a img:hover {
      opacity: 0.6;
  }
  
  /*①各スライドに以下クラスを追加で付与*/
  /*②スライド背景色を設定*/
  .slide1 {
    background-color: #FFF;
  }
  
  .slide2 {
    background-color: #FFF;
  }
  
  .slide3 {
    background-color: #FFF;
  }
  
  /* .lv-b-box{
    text-align: center;
    display: flex;
    position: absolute;
    bottom: 5%;
    justify-content: center;
    align-items: center;

  }

  .lv-b-box a{
    width: 40%;

  }

  .lv-b-box a:not(:first-child){
    margin-left: 20px;
  }

  @media screen and (max-width: 600px){
    .lv-b-box a:not(:first-child){
        margin-left: 0;
      }
  }

  .lv-b-box a img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  @media screen and (max-width: 600px){
    
  }
  .lv-b{
    width: 1000px;
} */

/* iframe {
    width: 1280px;
    height: 520px;
    object-fit: cover;
    object-position:center;

  } */
 


  .info-back{
    /* background-color:gold; */
    background-color: #DDA500;
    background-size: cover;
    width: 1280px;
    margin: 0 auto;
  }

.info{
    width: 1180px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;


}


.first{
    border-right:1.3px solid #000000; /*線の設定*/
    padding-right:20px;
}

.second{
    padding-left: 20px;
}

.box-1{
    display: flex;
}
.news-main-container{
    margin-top: 30px;
}

.news-container{
     font-weight: 500;
}

.n_title{
font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

.n_time{

    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

    }

.title{
    /* margin: 30px 0px; */
    font-weight: bold;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

.en{
    margin-bottom: 4px;
    font-size: 22px;
}


.jp{
    font-size: 32px;
}
.news-main{
    width: 60%;
}

.news-container .n_time{
    margin-bottom: 5px;
}


.news-container .n_title{
    margin-bottom: 15px;
    font-size: 22px;

}

 .news-container .n_content{
    font-size: 18px;
    padding-bottom: 20px;
}

.news-container hr{
   margin-bottom: 40px; 
}

.gold {
    width: 440px;
    margin-top: 90px;
    font-size: 22px;
}


.gold .attention{
    padding-top: 15px;
}


.gold .day{
    margin-bottom: 10px;
}

.gold-content{
    display: flex;
    justify-content: space-between;
    background-color: gold;
    padding:5px 10px ;
    margin-bottom: 10px;
}

.gold-content .money{
    padding-top: 2px;
}

.platinum-content{
    display: flex;
    justify-content: space-between;
    background-color:gainsboro;
    padding:5px 10px ;
}

.platinum-content .money{
    padding-top: 2px;
}

.gold-img{
    margin: 10px 0px;
    width: 100%;
}

.flex-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

/* .service-imgsize{
    width: 45%;
} */

.service{
    padding-top: 20px;
    padding-bottom: 80px;
}
.service-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 70px;
    font-size: 16px;
}


.service-box .box-img{
    height: 320px;
    width: 560px;
    object-fit: cover; 
    border-radius: 5px;
}


.service-box .content{
    width: 45%;
}

.service-box .content p{
    margin-bottom: 30px;
    font-size: 18px;

}

.service-box .title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 0px;
}

.service-box .title img{
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 20px;
}

.service-box .title p{
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.service-box .title p span{
    font-size: 22px;
}


.service-box  .button{
    width: 100%;
    height: 47px;
    background-color:#DDA500;
    color: white;
    font-size: 22px;
    margin: 0 auto;
    border-radius: 5px;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;

}


.button:hover {
	background-color:#E3E1CC; 	/*リンクにマウスが乗ったら背景色を変更する*/
    color: #000000;
}

.service-box  .button img{
    width: 27px;
    height: 27px;
}


.service-box  .button a{
display: flex;
justify-content: space-between;
padding: 8px;
}


.link{
    margin-top: 70px;
    background-color:#FDF3E3;
    margin-bottom: 100px;
}

.shop-link{
    text-align: center;
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 30px;

}

 .shop-link h1{
    font-size: 22px;
    margin: 0px;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin-bottom: 5px;

}

 .shop-link span{
    font-size: 18px;
}


.online{
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
    
}

.online .rakuma-box .rakuma{ 
    width: 230px;
    height: 35px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.online .rakuma-box {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.online .rakuma-icon{
    width: 70px;
    margin-bottom: 30px;
}

.online .rakuten{
    width: 200px;
    height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.online .yahoo{
    width: 300px;
    height: 44px;
    padding-bottom: 30px;
    padding-top: 70px;
}

.online .yahoo-auc{
    width: 300px;
    height: auto;
    padding-bottom: 30px;
    padding-top: 70px;
}

.online .mercari {
    width: 70px;
    height: auto;
    padding-bottom: 30px;
    padding-top: 40px;
}


.all-product{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 50px;
}

.all-product .box{
    margin-bottom: 50px;
    width: 20%;
}

.all-product img{
    padding-bottom: 5px;

}

.gosoudan{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 100px;
    font-size: 18px;
    padding: 30px 0px;
}

.gosoudan .right{
    width: 450px;
}


.gosoudan .left{
    text-align: center;
}

.gosoudan h1{
    font-size: 22px;
}

.gosoudan h2{
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;


}

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


.gosoudan  p{
    font-size: 18px;
}

.gosoudan .heart{
    margin-top: 20px;
    width: 120px;
}

.gosoudan  .taxi{
    width: 90%;
}

.archive{
    margin-bottom: 70px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.map{
    background-color: gold;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    
}

.map iframe{
    width:50%;
    height:320px;
}

.map h1{
    font-size: 22px;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    font-weight: bold;

}

.map p{
    font-size: 18px;

}

.map .detail{
    margin-top: 0px;
    padding:0 30px;

}

.map .detail a{
  font-size: 15px;
  color: navy;  
  font-weight: bold;
}

.map span{
    font-size: 12px;
}
/* 質預かりページ */

.page-background{
height: 200px;
background-color: #DDA500;
font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
margin-bottom: 70px;

}

.page-container{
    width: 880px;
    margin: 0 auto;
}

.page-background .page-container{
    width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.page-background .page-container img{
    height: 200px;
    opacity: 0.7;
}

.page-background h1{
letter-spacing: 0.1em;
margin: 0px;
padding-top: 60px;
}

.page-background p{
    font-size: 20px;
    padding-top: 10px;
}

.sentence{
    margin: 0 auto;
    width: 880px;
    padding-bottom: 70px;
    text-align: left;
}

.small-sentence{
    margin: 0 auto;
    width: 780px;
    padding-bottom: 70px;
    text-align: center;
}

.pawn-background .title{
    background-color: #F0EDE1;
    padding-top: 50px;
}

.pawn-background{
    background-color: #F0EDE1;
    margin: 30px 0px;
}

.top-pawn-background{
    background-color: #FDF3E3;
    padding-top: 10px;
    margin-bottom: 50px;
}

.top-pawn-background table tr th {
    border: 1px solid #ccc;
    padding: 10px 15px;
    vertical-align: top;
    background-color: #f5f5f5;
}

.mobile-block{
    margin: 0 auto;
    padding-bottom: 50px;
}

.top-pawn-background table tr td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    vertical-align: top;
    background-color: white;
}

.top-pawn-background a{
    color: #DDA500;
    font-weight: bold;
    text-decoration: underline;
}

.osusume{
    margin: 0 auto;
    width: 880px;
    padding-bottom: 70px;
    
}


.who{
    background-color: #393939;
    color: white;
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-radius: 5px 5px 0 0;
}

.who h1{
    font-size: 22px;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    padding-left: 10px;
}

.who img{
    padding-right: 10px;
}

.answer{
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px 0px 5px 5px;
}

.step-content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.step-box{
    width: 630px;
    padding-left: 10px;
}

.step {
    display: flex;
    padding-bottom: 10px;

}

.step-all{
    margin-bottom: 70px;
}

.step h1{
    font-size: 22px;
}

.step img{
    width: 70px;
    height: 41px;
    margin-right: 20px;
}

.step-icon{
    width: 110px;
    height: 110px;
    margin-top: 30px
}

.big{
    width: 150px;
    height: 150px;
    margin-top: 0px

}

.page-container .price{
    width: 700px;
    height: 274px;
    padding-bottom: 70px;
    margin: 0 auto;
}

.price-all{
    text-align: center;
    margin-top: 30px;
}



.price-all .sentence{
    padding-bottom: 50px;
    text-align: center;
}

.qa h1{
    font-size: 22px;
    border-bottom: solid 1.5px #999999; 
}

.qa {
    margin-bottom: 50px;
}

.qa-all{
    margin-bottom: 70px;
}

/* 買取のページ */
.reason {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.reason h1{
    font-size: 20px;
}

.atf{
    width: 200px;
    height: 70px;
    margin-top: 50px;
}


.tomida-old{
    width: 240px;
    height: 156px;

}

.reason-left{
    width: 610px;
}


.title .margin{
    margin-bottom: 30px;
}

.satei{
    display: flex;
    justify-content: space-between;
    margin: 50px 0px;
}

.satei img{
    width: 250px;
    height: 250px;
}

.main-title{
    background-color: #F9BC3F;
    color: white;
    border-radius: 10px;
    display: flex;
    margin-bottom: 30px;
}

.main-title p{
    font-size: 20px;
    padding: 10px 0px;
    font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;

}

.main-title img{
    width: 50px;
    height: 50px;
    padding: 0 10px;
}

.satei-toku .sub-title img{
    width: 20px;
    height: 20px;
    padding: 0px 10px;
}

.satei-toku .sub-title p{
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    letter-spacing: 0.1em;
}

.satei-toku .sub-title{
    display: flex;
    margin-bottom: 30px;
}

.sub-all{
    width: 630px;
}

.satei-all{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.img-right img{
width: 200px;
height: 160px;
padding-top: 20px;
}

.sub-sentence{
    padding-left: 10px;
}

.gray{
    background-color: #F0EDE1;
    color: black;
    margin-bottom: 30px;
}

.green{
    background-color: #20AA39;
}

.blue{
    background-color:#29A7E1;
}

/* 会社概要ページ */

.company-flex {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1.5px dashed #B7B7B7;
  }


.company-flex p {
    width: 420px;
    text-align: left;
  }

.comapny-flex-all {
  margin-bottom: 70px;
}  


.company-flex a{
    text-decoration: underline;
}


.purpose{
    padding-bottom: 30px;
}

/* コンタクトのページ */

.contact{
    width: 800px;
    margin: 0 auto;

}

.contact img{
    width: 60px;
    height: 52px;
    padding-right: 20px;
}
.contact p{
    margin: 0px;
    padding-top: 10px;
}

.contact-flex{
    display: flex;
    margin-bottom: 20px;
}


.thanks {
    font-size: 22px;
    font-weight: bold;
    color: #F57500;
    padding-bottom: 70px;
    margin: 0px auto;
    text-align: center;
}


/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
    width: 800px;
    margin: 0 auto;
    }
    
    #cf-tbl table{
    width: 100%;
    border-collapse: collapse;
    border: solid #CCC;
    border-width: 1px;
    color: #444;
    }
    #cf-tbl table tr th,
    #cf-tbl table tr td{
    padding: 0.5em;
    text-align: left;
    vertical-align: top;
    border: solid #CCC;
    border-width: 1px;
    vertical-align: middle;
    }
    #cf-tbl table tr th{
    width: 35%;
    background: #eee;
    }
   
    /*「必須」文字デザイン*/
    .required{
    font-size:.8em;
    padding: 5px;
    background: #F57500;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    }
    
    /*「任意」文字デザイン*/
    .optional{
    font-size:.8em;
    padding: 5px;
    background: #000080;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    }
    
    /* 入力項目を見やすく */
    input.wpcf7-form-control.wpcf7-text,
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 92%;
        padding: 8px 15px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #d0d5d8;
        border-radius: 3px;
        background-color: #eff1f5;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 200px;
    }
    
    /* 「送信する」ボタン */
    input.wpcf7-submit {
        display: block;
        padding: 15px;
        width: 400px;
        background: #ffaa56;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        border-radius: 2px;
        margin: 15px auto 0;
        border-color: inherit;
    }

    
    input.wpcf7-submit:hover {
        box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
        transform: translateY(-4px);
        opacity:0.7;
    }
    /* エラーメッセージを見やすく */
    span.wpcf7-not-valid-tip,
    .wpcf7-response-output.wpcf7-validation-errors {
        color: red;
        font-weight: 600;
    }

      


@media screen and (max-width: 600px) {

    body{
        padding-top: 65px;
    }

    p{
        letter-spacing: 0.06em;
        line-height: 1.6em;
    }
    .header.sp-only {
        width: 100%;
        z-index: 10;
        margin: 0 auto;
        background-color: rgba(255,255,255,1);
        display: block;
        position: fixed; /* ウィンドウを基準に画面に固定 */
        top: 0; /* 上下の固定位置を上から0pxにする */
        left: 0; /* 左右の固定位置を左から0pxにする */
        margin-bottom: 15px;
        font-family: "A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  
    }
   
    
  
  .lv-b-box{
    text-align: center;
    position: inherit;
    bottom: inherit;
    left: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
  }
  .lv-b{
    width: 100%;
    padding: 30px 0px;
}
    
    .en{
        margin-bottom: 4px;
        font-size: 15px;
    }
    
    
    .jp{
        font-size: 18px;
    }

    .header-container{
        max-width: 92%;
        margin: 0 auto;
        display: block;
        padding:10px 0px; 
    }

    .header-flex{
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
    .header-top {
    display: flex;
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    margin:0 auto;
    }

    .header-top a{
        width: 48%;
        font-size: 16px;
        background-color: #AE0108;
        color:white;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px;
        
    }
    

    .header-top p{
        padding-top: 5px;
        padding-bottom:5px;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 0px;
    }


    .header .new-logo {
        width: 180px;
        height: 31px;
        padding-top: 7px;
    
    }

    .new-tel{
        height: 45px;
        padding-top: 5px;
    }

    .new-line{
        height: 45px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    video {
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position:center;
    padding-top: 10px;

  }
    .container{
        max-width: 90%;
        margin: 0 auto;
          
    }

    .container-wide{
        max-width: 95%;
        margin: 0 auto;
          
    }
    
    .news-container .n_title{
        margin-bottom: 15px;
        font-size: inherit;
    
    }

    .news-main {
        width: 100%;
    }

 

    .footer-block{
        display: block;
        justify-content: inherit;
        max-width: 90%;
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
    }
    .footer-block .logo{
        width: 270px;
        height: auto;
        margin-top: 20px;
    }
    .block-3-flex {
        display: block;
        justify-content: inherit;
        width: 380px;
        margin-top: 20px;
    }

    .block-3-flex  img{
        width: 160px;
        height: auto;
    }
    .footer-block .block-2 {
        width: 90%;
        margin: 0 auto;
        padding-top: 30px;
    }

    
    .footer-block .block-2 .footer-menu p {
    text-align: left;

    }
    .tomida-dog {
        width: 177px;
        height: 143px;
        padding-top: 20px;
        padding-bottom: 20px;

    }
    .info {
        width: 90%;
        display: block;
        justify-content:inherit;
    }


    .gold{
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: inherit;
        width: 100%;
    }

    .gold-img{
        margin-bottom: 20px;
        width: 100%;
        height: 120px;
        object-position: left;
        object-fit: cover;
        border-radius: 5px;
    }

    .news-container {
        width: 100%;
    }
    .service{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .flex-container {
        display: block;
    }
    .service-box {
        display: block;
        justify-content: inherit;
        margin-top: 0px;
    }

.service-box .box-img {
    object-fit: cover;
    object-position: center;
    height: 120px;
    width: 100%;
}

.service-box .content {
    width: 100%;
}


.service-sentence{
    padding-bottom: 20px;
}

.service-box .content p {
    margin-bottom: 0px;

}
.service-box .title p span{
    font-size: 18px;
}

.service-sentence{
    padding-bottom: 20px;
}

.service-box .button {
    width: 100%;
    height: 7%;
    margin-bottom: 30px;
}
.service-box .title p{
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.service-box .title img{
    margin-right: 0px;
}


.online {
    display: block;
    justify-content: inherit;
    border-radius: 5px;
    width: 90%;
    text-align: center;
}

.shop-link h1{
    font-size: 16px;
    margin: 0px;
}

.shop-link span {
    font-size: 13px;
}

.online .rakuten  {
    padding-top: 0px;
    padding-bottom: 20px;
}

.online .rakuma-box {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
}

.online .rakuma-box a{
    display: flex;
    justify-content: space-between;
}
.online .rakuma-icon {
    margin-bottom: 0px;
}

.online .rakuma-box a .rakuma{
    width: 200px;
    height: 29px;
}

.online .yahoo {
    width: 280px;
    height: 41px;
    padding-bottom: 20px;
    padding-top: 20px;
}


.online .yahoo-auc {
    width: 280px;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.online .mercari {
    padding-top: 20px;
}

.all-product {
    width: 95%;
    margin-bottom: 0px;
}

.all-product  img{
    width: 90px;
}


.all-product .box {
    width: 80px;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.all-product .box p{
    font-size: 15px;
}

.gosoudan{
    display: block;
    margin: 0 auto;
    justify-content: inherit;
    margin-bottom: 0px;
    width: 100%;
    padding: 0px;
}

.gosoudan .heart {
    width: 20%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.gosoudan h2 {
    font-size: 18px;
    text-align: center;
}
.link {
    margin-top: 0px;
    margin-bottom: 30px;
}
.gosoudan p {
    width: 100%;
    font-size: 16px;
}
.gosoudan .right{
    margin-bottom: 20px;
    width: 100%;
}

.gosoudan .left{
    margin-bottom: 10px;
    width: 100%;
}



.gosoudan .taxi {
    width: 30%;
}

.archive {
    margin-bottom: 0px;
}

.shop{
    margin: 0 auto;
}

.map {
    background-color: gold;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.map .detail{
    width: 90%;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    padding-bottom: 15px;
}
.map iframe{
    width:100%;
    height:auto;
}


/* 買取のCSS */
.page-background {
    height: 100px;
    margin-bottom: 30px;
}

.page-background .page-container {
    width: 90%;
}

.page-background .page-container img {
    height: 100px;
}

.page-background h1 {
    letter-spacing: 0.1em;
    font-size: 16px;
    padding-top: 30px;
}
.page-background p {
    font-size: 10px;
    padding-top: 0px;
}

.page-container {
    width: 90%;
}

.page-container {
    width: 90%;
    font-size: 15px;
}

.sentence {
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
    font-size: 15px;
    
}


.small-sentence{
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
    font-size: 15px;
}

.pawn-background .title {
    background-color: #F0EDE1;
    padding-top: 20px;
    margin: 20px;

}

.reason {
    display: block;
    justify-content: inherit;
    padding-bottom: 50px;
    text-align: center;
}

.reason-left {
    width: 100%;
    text-align: center;
}

.reason-left p{
    text-align: left;
}

.atf{
    margin: 0 auto;
}

.reason h1{
    margin: 20px 0px;
}
.tomida-old {
    margin: 0 auto;
}

.title {
    margin: 20px 0px;
}

.title .margin {
    margin-bottom: 10px;
}

.title span{
    font-size: 15px;
}

.satei img{
    width: 90%;
    height: auto;
}

.satei {
    margin: 20px 0px;   
}

.satei-all {
    display: block;
    justify-content: inherit;
}
.satei-toku .sub-title {
     display: block;
     margin-bottom: 20px;
}

.sub-all {
    width: 100%;
}

.satei-toku .sub-title p {
    font-size: 15px;
}

.satei-toku .sub-title img {
    width: 15px;
    height: 15px;

}

.sub-sentence{
    padding-left: 0px;
}

.main-title{
    margin-bottom: 20px;
}

.img-right{
    text-align: center;
}

.step-content {
    display: block;
    justify-content: inherit;
    margin-bottom: 0px;
    text-align: center;
}

.step h1 {
    font-size: 16px;
    margin: 0px;
    padding-top: 10px;
}


.step img {
    width: 53px;
    height: 33px;
    margin-right: 10px;

}

.step-box {
    width: 100%;
    padding-left: 0px;
    text-align: left;
}

.step-icon {
    margin-top: 0px;
}

.step-all {
    margin-bottom: 30px;
}

.osusume {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
}
.who h1 {
    padding-top: 5px;
    font-size: 15px;

}

.who img {
    padding-right: 10px;
    padding-top: 5px;
    width: 40px;
    height: 40px;
}

.page-container .price {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin: 0 auto;
}

.price-all .sentence {
    padding-bottom: 30px;
    text-align: left;
}

.qa h1 {
    font-size: 18px;
    border-bottom: solid 1.5px #999999;
}

/* コンタクトのスマホ用css */
#cf-tbl {
    width: 90%;
    margin: 0;
}
    
    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td{
    display: block;
    }
    
    #cf-tbl table{
    width: 100%;
    border-width: 0 0 1px 0;
    }
    
    #cf-tbl table tr th,
    #cf-tbl table tr td{
    width: 100%;
    padding: 3% 5%;
    }
    
    #cf-tbl table tr td{
    border-width: 0px 1px 0px 1px;
    }
    input.wpcf7-submit {
        width: 250px;
        }

.small{
    font-size: 12px;
}
.contact{
    width: 100%;
}
.contact p{
    font-size: 15px;
    padding: 0px;
}
.sp-h1{
    padding-top: 20px;
}

/* ハンバーガーメニュー */

/* Navbar & Navmenu color */
:root {
    --background-navbar: rgba(55, 55, 55, 0.98);
  }
  
  .header {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    height: 52px;
  }
  
  /* Nav items */
  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 62px;
    padding: 0 0 5px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }
  
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu li {
    border-top: 1px solid rgb(75, 75, 75);
    padding: 15px 0;
    margin: 0 62px;
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  
  .menu-btn {
    display: none;
  }
  
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 30px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .navicon {
    background: #ddd;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ddd;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before {
    top: 9px;
  }
  
  .navicon:after {
    bottom: 9px;
  }
  
  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */
  
  /* Navbar Container */
  .navtext-container {
    width: 100%;
    height: 62px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    background-color: white;
    padding-left: 60px;
    display: flex;
    justify-content: space-between;

  }
  
  /* Navbar Text */
  .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
  }

}
/************************************
ルイ・ヴィトンのページ（2023/1/23追加）
*************************************/
/*reCAPTUREをコンタクトフォームだけ出す*/
.reCAPTURE{
    font-size: 12px;
    font-family: var(--font--family);
    text-align: center;
    margin-top: var(--margin--basic);
    margin-bottom: var(--margin--basic);
}   
/*reCAPTUREを非表示*/
.grecaptcha-badge { visibility: hidden; }
/*TOPへ戻るのCSS*/
.pagetop {
    display: none;
    position: fixed;
    bottom: -100px;
    right: -150px;
}
/*TOPへ戻るのCSS（終わる）*/
:root{
    --font--family:"A1 Mincho", "游明朝体", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    --fontSize--large:32px;
    --fontSize--middle:24px;
    --fontSize--normal:18px;
    --margin--basic:60px;
}
/*全体枠のサイズ*/
.louis_overall_container{
    background-color: #FCF7F2;
}

.louis-back-all{
    background-color: #FFFCF7;
}
.louis_container{
    max-width:1100px;
    margin:0 auto;
}


.louis_header {
    height: 100px;
}

.louis_container .main-flex{
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}

.louis_container_top .louis-left{
    width: 300px;
}

.louis_container_top .louis-right{
    width: 300px;
}

.louis_container_top .main-takane{
    width: 440px;
    height: 160px;
    background-color: #FFFCF7;
    opacity: 0.75;
    margin: auto 0;
    text-align: center;
}

.sp-main{
    width:90%;
}
.sp-main2{
    width: 90%;
}

.louis_container_top .main-takane h1{
    font-size:24px;
    margin: 0px;
}

.louis_container_top .main-takane img{
    width: 370px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 7px;
}

/* .louis_container_top{
    background-image:url("img/back-ground.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.louis_container_top{
    background-image:url("img/back-g.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.louis_top{
    margin:0;
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
    padding-top:var(--margin--basic);
    padding-bottom: 100px;
}
/* .louis_top_info{
    width:60%;
} */
.louis_top li{
    list-style: none;
}
.louis_top_middle1{
    padding:0;
    margin: 0;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.louis_top_middle1 h2{
    font-family: var(--font--family);
    font-size: 40px;
    margin: 0;
    font-weight: bold;
}
.louis_top_middle1 span{
    font-size: 40px;
    text-emphasis: filled dot;
    -webkit-text-emphasis: filled dot;
}
.louis_top_middle1 img{
    width:133px;
    height:65px;
    padding: 5px 0;
}
.louis_top_middle2{
    padding-top:10px;
    padding-bottom: 50px;
    text-align: center;
}
.louis_top_middle2 p{
    margin:0;
    font-family: var(--font--family);
    font-size: 28px;
    font-weight: bold;
}
.louis_top_middle2 span{
    font-size: 36px;
}
.louis_top_bottom{
    margin: 0;
    padding:0;
    display: flex;
    justify-content: left;
    align-items: flex-end;
}
.louis_top_bottom li{
    list-style: none;
}
.louis_top_bottom img{
    width:293px;
    height:56px;
    padding-top: 10px;
}
.louis_top_bottom2{
    padding:0;
    width:293px;
    align-items: flex-end
}
.louis_top_bottom2 p{
    display: inline-block;
    width:293px;
    margin:0;
    font-family: var(--font--family);
    font-size: 18px;
    font-weight: bold;
    color: #FFFF;
}
.louis_top_bottom2 h1{
    margin:0;
    font-family: var(--font--family);
    font-size:40px;
    color: #FFFF;
}
.louis_top_bottom3{
    margin:0;
    margin-left: 30px;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}
.louis_top_bottom3 li{
    width: 100%;
    display: flex;
}
.louis_top_bottom3 span{
    font-size:36px;
    color: #FFFF;
}
.louis_top_bottom3 p{
    margin:0;
    font-family: var(--font--family);
    font-size:var(--fontSize--middle);
    font-weight: bold;
    color: #FFFF;
}
.louis_top_header{
    width:100%;
    height:150px;
    background-color: #523B2B;
    margin-top: -140px;
}
.louis_top_top{
    width:620px;
    height:58px;
    background-color: #FF9D00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    margin-bottom:20px;
}
.louis_top_top img{
    margin:0;
    width:340px;
    height:44px;
    padding-top: 10px;
}
/* .louis_top_img{
    width:35%;
} */
/* .louis_top_img img{
    width:378px;
    height:360px;
    margin-bottom:20px;
} */

.louis_top_img img{
    width:378px;
    height:360px;
    margin-bottom:20px;
}

.louis_storeInfo_map iframe{
    height: 300px;
}

/*具体的なヴィトン価値の説明*/
.louis_AD1{
    padding:0;
    display: flex ;
    justify-content: space-between;
    margin-bottom: var(--margin--basic);
    align-items: center;
}
.louis_AD1_img{
    list-style: none;
}
.louis_AD1_img img{
    width:320px;
}
.louis_AD1_explain{
    padding:0;
    padding-left:20px;
    list-style: none;
    width:720px;
    display: flex ;
    flex-wrap: wrap;
    justify-content: space-between;
}
.louis_AD1_explain h2{
    margin:15px 0 0 0;
    font-family: var(--font--family);
    font-size: 32px;
}   
.louis_AD1_explain p{
    font-family: var(--font--family);
    font-size: 18px;
    text-align: left;
}
.louis_AD2{
    padding:0;
    display: flex ;
    justify-content: space-between;
    align-items: center;
}
.louis_AD2_explain{
    padding:0;
    list-style: none;
    width:330px;
}
.louis_AD2_explain h2{
    margin:0 0 0 0;
    font-family: var(--font--family);
    font-size: 32px;
}   
.louis_AD2_explain p{
    font-family: var(--font--family);
    font-size: 18px;
    text-align: left;
}
.louis_AD2_img{
    margin-right:15px;
    list-style: none;
    display: flex;
}
.louis_AD2_img li{
    margin-left:10px;
}
.louis_AD2_img img{
    width:220px;
}

/*ライン一覧の表示処理*/
.louis_header{
    margin-top: var(--margin--basic);
    margin-bottom: var(--margin--basic);
    position: relative;
    width:100%;
    height:150px;
    background-color: #72645A;
    text-align: center;
}
.louis_header_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:328px;
    height:auto;
}
.louis_header_title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    width:288px;
    height:auto;
}
.louis_header_title h2{
    font-size: var(--fontSize--large);
    font-weight: bold;
    font-family: var(--font--family);
}
/*ヴィトンのモデルライン*/
.modelLine{
    list-style: none;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
}
.modelLine li{
    width:25%;
    text-align: center;
    margin-bottom:20px;
}
.modelLine img{
    width:180px;
    height:auto;
}
.modelLine_title{
    margin-top: 10px;
    text-align: center;
}
.modelLine_title p{
    font-size: var(--fontSize--normal);
    font-weight: bold;    
    font-family: var(--font--family);
}

.louis_buyPrice_wrapper{
    text-align: center;
    margin-top: var(--margin--basic);
}
.louis_buyPrice_wrapper h2{
    font-size: var(--fontSize--large);
    font-family: var(--font--family);
}
.louis_buyPrice_wrapper span{
    font-size: var(--fontSize--middle);
    font-weight: bold;
}
.louis_buyPrice{
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
}
.louis_buyPrice li{
    width:33%;
    text-align: center;
    margin-bottom:30px;
}
.louis_buyPrice img{
    width:330px;
    height:auto;
    border:solid 1px rgb(128,128,128,0.1);   
    vertical-align: bottom;
}
.louis_buyPrice_item{
    margin: 0 auto;
    width:330px;
    background-color: #D9D9D9;
    padding-top: 20px;
    padding-bottom:20px;
    border:solid 1px rgb(128,128,128,0.1);   
}
.louis_buyPrice_item p{
    font-size: var(--fontSize--normal);
    font-weight: bold;
    font-family: var(--font--family);
    margin-bottom: 10px;
}
.louis_buyPrice_item p1{
    font-size: var(--fontSize--normal);
    font-weight: normal;
    font-family: var(--font--family);
}
.louis_storeInfo{
    display: flex;
    margin-top: var(--margin--basic);
    margin-bottom: var(--margin--basic);
}
.louis_storeInfo_text{
    width:800px;
    margin: 0 auto;
}
.louis_storeInfo_map{
    width:480px;
    margin: 0 auto;
    margin-top: 80px;
}
.louis_storeInfo_text h2{
    font-family: var(--font--family);
    font-size: var(--fontSize--large);
}
.louis_storeInfo_text span{
    font-size: var(--fontSize--middle);
}
.louis_bizHours span{
    font-size: var(--fontSize--normal);
}
.louis_parking span{
    font-size: var(--fontSize--normal);
}
.louis_storeInfo_list{
    list-style: none;
    padding:0;
    margin: 0;
}
.louis_storeInfo_list li{
    display: flex;
    margin-bottom: 10px;
}
.louis_storeInfo_list li a{
    display: flex;
}
.louis_storeInfo_list img{
    width: 40px;
    height: 40px;
}
.louis_storeInfo_list p{
    font-family: var(--font--family);
    margin: 0;
    padding-left:15px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}
.louis_storeInfo_list u{
    font-family: var(--font--family);
    margin: 0;
    padding-left:15px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}
iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
/*持ち物案内*/
.prep_items{
    list-style: none;
    padding:0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: var(--margin--basic);
}
.prep_items li{
    width:320px;
}
.prep_items img{
    width:250px;
    height:250px;
}
.prep_items_itself{
    text-align: center;
}
.prep_items_itself h2{
    font-size: var(--fontSize--large);
    font-family: var(--font--family);
    margin:45px 0 45px 0;
}
.prep_items_itself p{
    font-size: var(--fontSize--middle);
    font-family: var(--font--family);
    text-align: left;
    font-size: 20px;
}
.prep_items_parts{
    text-align: center;
}
.prep_items_parts h2{
    font-size: var(--fontSize--large);
    font-family: var(--font--family);
    margin:45px 0 45px 0;
}
.prep_items_parts p{
    font-size: var(--fontSize--middle);
    font-family: var(--font--family);
    text-align: left;
    font-size: 20px;
}
.prep_items_id{
    text-align: center;
}
.prep_items_id h2{
    font-size: var(--fontSize--large);
    font-family: var(--font--family);
    margin:45px 0 45px 0;
}
.prep_items_id p{
    font-size: var(--fontSize--middle);
    font-family: var(--font--family);
    text-align: left;
    font-size: 20px;
}
/*問い合わせのまとめ（LINE含む）*/
.louis_container_bottom{
    max-width:1100px;
    margin:0 auto;
    padding-bottom:100px;
    margin-bottom: 70px;
}
.inquery{
    margin: 0 auto;
    width:900px;
    background-color:rgba(82,59,43,0.04);
    border: solid 1px rgba(0,0,0,0.5);
    text-align: center;
}
.inquery_call{
    margin-top:40px;
    display: flex;
    justify-content: center;
}
.inquery_call a{
    display: flex;
    justify-content: center;
}
.inquery_call img{
    width: 50px;
    height: 50px;
}
.inquery_call u{
    margin:0px 0 0 15px;
    font-family: var(--font--family);
    font-size: 36px;
    font-weight: bold;
}
.inquery_bizhour h2{
    font-family: var(--font--family);
    font-size: var(--fontSize--middle);
}
.inquery_LINE{
    margin: 26px 0 16px 0;
}
.inquery_LINE img{
    width: 97px;
    height: 97px;
}
.inquery_LINE_text u{
    font-weight: bold;
    font-family: var(--font--family);
    font-size: 27px;
}
.inquery_comments{
    margin-top: 10px;
    margin-bottom: 50px;
    padding:0 5px;
}
.inquery_comments h2{
    font-weight: normal;
    font-family: var(--font--family);
    font-size: 22px;
    margin:0;
}
/*デスクトップ*/
@media all and (max-width:1280px){
    .louis_top{
        justify-content: center;
    }
    .louis_top_info{
        width:100%;
        justify-content: center;
    }
    .louis_top_img{
        width:100%;
        text-align: center;
    }
    .louis_top_header{
        margin-top: 0;
    }
    .louis_top_middle1{
        justify-content: center;
    }
    .louis_top_middle2{
        width:100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .louis_top_bottom{
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .louis_top_bottom li{
        width:100%;
        text-align: center;
    }

    
    .louis_top_bottom2{
        justify-content: center;
        margin:0 auto;
    }
    .louis_top_bottom2_1{
        width:80%;
    }
    .louis_top_bottom2_2{
        width:20%;
    }
    .louis_top_bottom3{
        width:100%;
        justify-content: center;
        text-align: center;
    }
    .louis_storeInfo{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .louis_storeInfo_list{
        width:100%;
    }
    .louis_storeInfo_list li{
        justify-content: center;
    }
    .louis_AD1{
        flex-wrap: wrap;
    }
    .louis_AD1_img{
        order:2;
        width:100%;
        text-align: center;
    }
    .louis_AD1_explain{
        width:100%;
        order:1;
        padding-left:0;
    }
    .louis_AD1_explain li{
        width:100%;
        text-align: center;
    }
    .louis_AD2{
        flex-wrap: wrap;
    }
    .louis_AD2_img{
        order:2;
        width:100%;
        text-align: center;
    }
    .louis_AD2_explain{
        width:100%;
        order:1;
        padding-left:0;
    }
    .louis_AD2_explain li{
        width:100%;
        text-align: center;
    }
    .louis_AD2_img{
        justify-content: center;
    }
}
/*タブレット_large*/
@media all and (max-width:1100px){
    .modelLine{
        justify-content: center;
    }
    .modelLine li{
        width:33%;
    }
    .louis_buyPrice li{
        width:50%;
    }
    .louis_storeInfo_text{
        width:800px;
    }
    .prep_items li{
        width:45%;
        margin-bottom: var(--margin--basic);
    }
}
/*タブレット_middle*/
@media all and (max-width:900px){
    .louis_storeInfo_text{
        width:600px;
    }
    .louis_top_top{
        width:550px;
    }
    .louis_top_top img{
        width:373px;
    }
    .louis_top_bottom{
        padding-top:10px;
    }
    .louis_top_bottom2 p{
        font-size: var(--fontSize--normal);
    }
    .louis_top_bottom2 h1{
        font-size:var(--fontSize--large);
    }
    .louis_top_bottom3{
        margin-left:50px;
    }
    .louis_top_bottom3 span{
        font-size:var(--fontSize--middle);
    }
    .louis_top_bottom3 p{
        font-size:var(--fontSize--normal);
    }
    .prep_items{
        justify-content: center;
    }
    .prep_items li{
        width:90%;
    }
    .inquery{
        width:90%;
    }
}
/*スマホ*/
@media all and (max-width:600px){
    .louis_top {
        justify-content: center;
        padding-top: 20px;
    }
    .pagetop {
        display: none;
        position: fixed;
        bottom: 60px;
        right: 15px;
        z-index: 100;
    }
    .pagetop a {
        display: block;
        background-color: #ccc;
        text-align: center;
        color: #222;
        font-size: 14px;
        text-decoration: none;
        padding: 5px 12px;
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }
    .pagetop a:hover {
        display: block;
        background-color: #ccc;
        text-align: center;
        color: #222;
        font-size: 14px;
        text-decoration: none;
        padding:5px 12px;
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }
    .louis_container{
        width:100%;
    }
    .louis_header_title h2 {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .louis_top_top{
        width:300px;
        height:50px;
        margin-bottom:15px;
    }
    .louis_top_top img{
        width:250px;
        height:auto;
    }
    .louis_top_img img{
        width:250px;
        height:250px;
    }
    .louis_buyPrice_wrapper h2{
        font-size: var(--fontSize--middle);
    }
    .louis_buyPrice_wrapper span{
        font-size: var(--fontSize--normal);
    }
    .louis_top_middle1 img{
        width:60px;
        height:auto;
        padding:20px 0 0 0;
    }
    .louis_top_middle1 span{
        font-size:var(--fontSize--middle);
    }
    .louis_top_middle1 h2{
        font-size: var(--fontSize--normal);
    }
    .louis_top_middle2 p{
        font-size: 22px;
    }
    .louis_top_middle2 span{
        font-size:var(--fontSize--middle);
    }
    .louis_top_header{
        height:210px;
    }
    .louis_top_bottom{
        padding-top:15px;
        flex-wrap: wrap;

    }
    .louis_top_bottom img{
        width:220px;
        height:auto;
        padding-top: 0px;
    }
    .louis_top_bottom2{
        width:250px;
        justify-content: right;
    }
    .louis_top_bottom3{
        margin-left:0px;
        margin-top:20px;
    }
    .louis_top_bottom3 p{
        font-size:16px;
    }
    .louis_top_bottom3 li{
        justify-content: center;
    }
    .louis_AD1_img img{
        width:240px;
    }
    .louis_AD1_explain h2{
        font-size: 28px;
    }   
    .louis_AD1_explain span{
        font-size: 20.4px;
        text-align: left;
    }
    .louis_AD1_explain p{
        font-size: var(--fontSize--normal);
    }
    .louis_AD2_explain h2{
        font-size: 24px;
    }   
    .louis_AD2_explain p{
        font-size: var(--fontSize--normal);
        text-align: center;
    }
    .louis_AD2_explain span{
        font-size: 20.4px;
    }
    .louis_AD2_img{
        padding: 0;
    }
    .louis_AD2_img img{
        width:100px;
        height:auto;
    }
    .modelLine{
        justify-content: center;
    }
    .modelLine li{
        width:33%;
        margin-bottom: 10px;
    }
    .modelLine img{
        width:100px;
        height:auto;
    }
    .modelLine_title p{
        font-size: 14px;
        margin: 0px;
    }
    .louis_buyPrice li{
        width:50%;
    }
    .louis_buyPrice img{
        width:90%;
    }
    .louis_buyPrice_item{
        width:90%;
    }
    .louis_buyPrice_item p{
        font-size: 13px;
    }
    .louis_buyPrice_item p1{
        font-size: 13px;
    }
    .louis_storeInfo_text{
        width:330px;
    }
    .louis_storeInfo_text h2{
        font-size: var(--fontSize--normal);
    }
    .louis_storeInfo{
        text-align:unset;
        margin-top: 30px;
    }
    .louis_storeInfo_list img {
        width: 30px;
        height: 30px;
    }
    .louis_storeInfo_list li{
        justify-content: left;
        padding-left: 0px;
    }
    .louis_storeInfo_list p{
        font-family: var(--font--family);
        font-weight: normal;
    }
    .louis_storeInfo_list u{
        font-family: var(--font--family);
        font-weight: normal;
    }
    .louis_storeInfo_text span{
        font-size: 13px;
    }
    .louis_bizHours span{
        font-size: 13px;
    }
    .louis_parking span{
        font-size: 16px;
    }
    .louis_storeInfo_map{
        width: 100%;
        margin-top: 20px;
    }
    .louis_storeInfo_map{
        width: 100%;
        margin-top: 20px;
    }

    .louis_AD1_explain {
        width: 90%;
        margin: 0 auto;
       
    }
    
    .louis_container_bottom {
        max-width: 90%;
        margin-bottom: 30px;
    }

    .prep_items li{
        margin-bottom: 0px;
    }
    .inquery{
        width:100%;
    }
    .prep_items_itself h2{
        font-size: 24px;
        margin: 0px 0 0px 0;
        margin-top: 30px;
    }

    .prep_items img {
        width: 180px;
        height: 180px;
    }
    .prep_items_itself p{
        font-size: 15px;
    }
    .prep_items_parts{
        text-align: center;
    }
    .prep_items_parts h2{
        font-size: 28px;
        margin: 0px 0 0px 0;
        margin-top: 30px;
    }
    .prep_items_parts p{
        font-size: var(--fontSize--normal);
    }
    .prep_items_id h2{
        font-size: 28px;
        margin: 0px 0 0px 0;
        margin-top: 30px;
    }
    .prep_items_id p{
        font-size: var(--fontSize--normal);
    }
    .inquery_call img{
        width: 40px;
        height: 40px;
    }
    .inquery_call u{
        font-size: 26px;
    }
    .inquery_bizhour h2{
        font-size: var(--fontSize--normal);
    }
    .inquery_bizhour span{
        font-size: 14px;
    }
    .inquery_LINE_text u{
        font-size: var(--fontSize--middle);
    }
    .inquery_comments h2{
        font-size: 17px;
    }

    .louis_container .main-flex {
        display: block;
        justify-content: space-between;
        padding: 30px 0px;
    }
    .louis_container .main-flex {
        width: 100%;
        justify-content: space-between;
        padding: 30px 0px;
        text-align: center;
    }

    .louis_container_top .main-takane img {
        width: 80%;
    }

    .louis_container_top .main-takane {
        width: 320px;
        height: 140px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .louis_container_top .main-takane h1 {
        font-size: 20px;
        margin: 0 auto}
}
/************************************
ルイ・ヴィトンのページ（END)
*************************************/
/************************************
Resultsページ（START_2023.2.28)
*************************************/
:root{
    --width--main:350px;
    --width--category:280px;
    --width--main_tablet:300px;
    --width--category_tablet:250px; 
}
.resluts_wrapper{
    width:1100px;
    margin: 0 auto;
}
.resluts_wrapper ul{
    list-style:none;
    padding:0;
}
.resluts_wrapper p{
    margin:0;
}
.resluts_top_wrapper{
    text-align: center;
    margin-bottom: var(--margin--basic);
}
.results_header{
    width:100%;
    height:200px;
    background-image: url("img/results_header.png");
    background-repeat:  no-repeat;
    background-position: center;
    background-size:  cover; 
    margin-bottom: var(--margin--basic);
    text-align:center ;
}
.message{
    display: inline-block;  
    padding:0;
    margin: 0;
    font-family: var(--font--family);
    font-size: 46px;
    background-color: #FFFF;
    padding:0 20px;
    margin-top:35px;
}
.message2{
    display: inline-block;
    padding:0;
    margin: 0;
    font-family: var(--font--family);
    font-size: var(--fontSize--middle);
    background-color: #FFFF;
    padding:0 10px;
    margin-top:20px;
}
.resluts_wrapper{
    display: flex;
}
.category_show{
    width:1100px;
    font-size: var(--fontSize--normal);
    font-family: var(--font--family);
    text-align: center;
    margin: 0 auto;
}
.resluts_outcome{
    list-style: none;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    padding:0;
    width:75%;
}
.resluts_outcome li{
    width:var(--width--main);
    text-align: center;
    margin-bottom:var(--margin--basic);
    margin:20px;
}
.resluts_outcome img{
    width:var(--width--main);
    height:262px;
    vertical-align: bottom;
}
.resluts_outcome_item{
    margin: 0 auto;
    width:320px;
    height:auto;
    background-color: #FAF9F7;
    padding:15px;
}
.resluts_date{
    font-family: var(--font--family);
    font-size: 12px;
    text-align: left;
}
.resluts_title{
    font-family: var(--font--family);
    font-size: var(--fontSize--normal);
    text-align: left;
}
.resluts_middle_comment{
    display: flex;
    margin-top: 20px;
}
.resluts_middle_comment1{
    width:30%;
}
.resluts_middle_comment1 div{
    background-color: #FFFF;
    width:70px;
    height:70px;
    border-radius:50%;
    position: relative;
}
.resluts_middle_comment1 img{
    width:50px;
    height: auto;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.resluts_middle_comment1 p{
    font-family: var(--font--family);
    font-size: 14px;
    text-align: left;
}
.resluts_middle_comment2{
    width:70%;
}
.resluts_middle_comment2 p{
    font-family: var(--font--family);
    font-size: var(--fontSize--normal);
    text-align: left;
}
.resluts_bottom_comment{
    display: flex;
    justify-content: space-between;
    align-items:baseline;
    margin: 0;
}
.resluts_bottom_comment p{
    font-family: var(--font--family);
    font-size: var(--fontSize--normal);
}
.resluts_bottom_comment h2{
    font-family: var(--font--family);
    font-size: var(--fontSize--large);
    margin: 0;
    padding:0;
    background:linear-gradient(transparent 50%, #FFEB37 70%);
    border-radius: 3px;
    font-weight: normal;
}
/*サイドバー　カテゴリ一覧の表示*/
.categoryList{
    margin-top:30px;
    margin-left:20px;
    width:25%;
    text-align: left;
}
.categoryList_title{
    width:var(--width--category);
}
.categoryList_title h3{
    border-bottom: solid 3px #D2D2D2;
    font-family: var(--font--family);
    font-size: var(--fontSize--middle);
    padding-bottom: 10px;
    font-weight: normal;
}
.categoryList_title p{
    font-family: var(--font--family);
    font-size: var(--fontSize--middle);
}
.categoryName{
    font-family: var(--font--family);
    font-size: var(--fontSize--normal);
}
.categoryList_title2 h3{
    font-family: var(--font--family);
    font-size: var(--fontSize--normal);
    margin:0;
    margin-top: var(--margin--basic);
    font-weight: normal;
}
.categoryList_title3{
    width:var(--width--category);
}
.categoryList_title3 h3{
    border-bottom: solid 3px #D2D2D2;
    font-family: var(--font--family);
    font-size: var(--fontSize--middle);
    padding-bottom: 10px;
    margin:0;
    font-weight: normal;
}
.resluts_EC img{
    width:var(--width--category);
    height:auto;
}
.resluts_EC_rakuten{
    margin-top:var(--margin--basic);
}
.resluts_EC_rakuten img{ 
    width:var(--width--category);
    height:auto;
}
.resluts_EC_yahoo{
    margin-top:var(--margin--basic);
}
.resluts_EC_yahoo img{ 
    width:var(--width--category);
    height:auto;
}

.resluts_EC_yahoo-auc{
    margin-top:var(--margin--basic);
}
.resluts_EC_yahoo-auc img{ 
    width:var(--width--category);
    height:auto;
}

/*ページネーション*/
.pagenation{
    width:100%;
    margin-top:20px;
}
.page-numbers{
    font-family: var(--font--family);
    background-color: #F1F1F1;
    padding:10px;
}
.current{
    background-color:#989898;
}

/*タブレット大*/
@media all and (max-width:1100px){
    .resluts_wrapper{
        width:900px;
    }
    .category_show{
        width:900px;
    }
    .resluts_outcome img{
        width:var(--width--main_tablet);
        height: fit-content;
    }
    .resluts_outcome_item{
        width:280px;
        padding:10px;
    }
    .categoryList_title{
        width:var(--width--category_tablet);
    }
    .categoryList_title3{
        width:var(--width--category_tablet);
    }
    .resluts_EC img{
        width:var(--width--category_tablet);
    }
    .resluts_EC_rakuten img{ 
        width:var(--width--category_tablet);
    }
    .resluts_EC_yahoo img{ 
        width:var(--width--category_tablet);
    }
    .resluts_middle_comment1 img{
        width:50px;
        height: auto;
        position: absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
    }
    .resluts_middle_comment1 p{
        font-size: 12px;
    }
} 
/*タブレット*/
@media all and (max-width:900px){
    .resluts_wrapper{
        width:600px;
    }
    .category_show{
        width:600px;
    }
    .resluts_outcome li{
        width:100%;
    }
    .resluts_outcome_item{
        margin:0;
    }
}
/*スマホ*/
@media all and (max-width:600px){
    .resluts_wrapper{
        width:300px;
        margin:0 auto;
    }
    .category_show{
        width:300px;
    }
    .resluts_outcome_item{
        margin:0;
    }
    .resluts_wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    .resluts_outcome{
        width:100%;
    }
    .categoryList{
        margin-left:0;
        width:100%;
        text-align: center;
    }
    .categoryList_title{
        margin: 0 auto;
    }
    .categoryList_title3{
        margin: 0 auto;
    }
}
/************************************
Resultsページ（END_2023.2.28)
*************************************/
/************************************
header更新ページ（START_2023.3.18)
*************************************/
.header-top{
  /* 231213修正 */
  /* margin-top:25px; */
  justify-content: right;
}
.header-top a{
  /* 231213修正 */
  /* margin:0 22px; */
  margin:0 0.5em;
  padding:0;
}
.header_others{
    height:40px;
    line-height: 40px;
}
.header_contact{
  /* 231213修正 */
  /* width:230px; */
  padding: 0 0.4em;
  height:40px;
  line-height: 40px;
  background-color: #DDA500;
  border-radius: 15px;
}
.header_contact p{
    color: #FFF;
}
.header_item{
    margin:0;
    padding:0;
}
.header-top a p{
    font-family: var(--font--family);
    font-weight: normal;
}
.telephone_popup {
    display: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 100;
    box-shadow: 0px 0px 15px #1a1a1a1a;
}
.telephone_popup a {
    display: block;
    background-color: #FFF;
    text-align: center;
    color: #222;
    font-size: 14px;
    text-decoration: none;
    padding: 20px 25px;
}
.telephone_popup a:hover {
    opacity: 1;
}
.telephone_popup h3 {
    margin: 0;
    font-size: 42px;
    font-family: var(--font--family);
}
.telephone_popup p {
    font-size: 18px;
    font-family: var(--font--family);
    font-weight: normal;
}
.telImg{
    display: flex;
    justify-content: center;
    padding:0;
    margin:1px;
}
.telImg img{
    margin-top:5px;
    width:45px;
    height:45px;
}
.telImg h3{
    font-family: var(--font--family);
}
.telephone_popupSP {
    display: none;
    position: fixed;
    width:100%;
    bottom: 0%;
    z-index: 100;
    box-shadow: 0px 0px 15px #1a1a1a1a;
    background-color: #FFF;
}
.telephone_popupSP a {
    display: block;
    background-color: #FFF;
    text-align: center;
    color: #222;
    font-size: 16px;
    text-decoration: none;
    padding: 8px;
}
.telephone_popupSP a:hover {
    opacity: 1;
}
.contact_popupSP{
    display: flex;
    justify-content: space-between;
    margin:0;
    padding:0;
    text-decoration: none;
    list-style: none;
}
.contact_popupSP_tel{
    width:56%;
    background-color: #FFF;
}
.contact_popupSP_email{
    width:22%;
    background-color: #FFF;
    margin-top: 8px;
    padding-top: 5px;
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    border-left: dotted 1px #464646;
    border-right: dotted 1px #464646;
}
.contact_popupSP_email a{
    padding:0;
}
.contact_popupSP_email i{
    font-size: 2.2em;
    color: #464646;
}
.contact_popupSP_email2{
    display: inline-block;
}
.contact_popupSP_line{
    width:22%;
    background-color: #FFF;
    text-align: center;
    margin-top: 8px;
    padding-top: 5px;
    margin-bottom: 8px;
}
.contact_popupSP_line a{
    margin:0;
    padding:0;
}    
.contact_popupSP_line img{
    margin:0;
    padding:0;
}
.contact_popupSP_line i{
    font-size: 2.3em;
    color: #00B900;
}
.telephone_popupSP h3 {
    margin: 0;
    font-size: 20px;
    font-family: var(--font--family);
}
.telephone_popupSP p {
    font-size: 12px;
    font-family: var(--font--family);
    font-weight: normal;
    line-height: 1.2em;
}
.contact_popupSP_email p{
    font-size: 11px;
}
.contact_popupSP_line p{
    font-size: 11px;
    color: #464646;
}
.telImgSP{
    display: flex;
    justify-content: center;
    padding:0;
    margin:0;
}
.telImgSP img{
    margin-top:2px;
    width:20px;
    height:20px;
}
.telImgSP h3{
    font-family: var(--font--family);
}
/*タブレット大*/
@media all and (max-width:1100px){

}
/*タブレット*/
@media all and (max-width:900px){
 
}
/*スマホ*/
@media all and (max-width:600px){
    .navtext-container {
        padding-left: 5px;
        padding-right: 60px;
      }
    .header.sp-only {
        text-align: right;
    }
    .menu-icon {
        background-color: #DDA500;
        display: inline-block;
        padding: 30px 14px 25px 14px;
    }
    .navicon {
        
        background: #FFF;
    }
    .navicon:before,
    .navicon:after {
        background: #FFF;
    }
    .menu{
        text-align: left;
    }
}
/************************************
header更新ページ（END_2023.3.18)
*************************************/

/************************************
LINEページ
*************************************/
.line-container{
    background: #FDFBEF;
    overflow-x: hidden;
}
.line-top {
    padding: 150px 0 0;
    position: relative;
    min-height: 500px;
    width: 100%;



}
.line-top::after{
    position: absolute;
    content: "";
    height: 140px;
    width: 200%;
    bottom: 10%;
    left: -50%;
    background: #FEE383;
    z-index: 1;


}
.line-top:before{
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translate(-50% , -50%);
    content: "";
    background: url(./img/line-talk.png) center center / contain;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    z-index: 2;

}

.top-contents{
    display: flex;
    align-items: center;
    justify-content:space-between;

}

.line-inner {
    padding-left: 38px;
    padding-right: 38px;
    width: 1178px;
    max-width: 90%;
    margin: auto;

}

.line-left {
    max-width: 100%;
    position: relative;
    text-align: center;

}

.line-left::after{
    position:absolute;
    content: "";
    background: url(./img/line-top.png)center center / cover;
    background-repeat: no-repeat;
    width: 274px;
    height: 187px;
    bottom: -300px;
    left: 10%;
    z-index: 2;
    transform: translateY(-50%);
}

.line-left::before {
    position: absolute;
    content: "";
    width: 292px;
    height: 150px;
    top: -130%;
    left: -20%;
    background: url(./img/line-title.png) center center / cover;
    background-repeat: no-repeat;
}

.line-title {
    font-weight: bold;
    font-size:clamp(18px, 3.5vw, 40px);
    text-align: left;

}

.line-center {
    aspect-ratio: 280 / 460;
    width: 280px;
    max-width: 100%;

}
.line-center img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.line-right {

}

.line-lists {

}

.line-list {
    position: relative;
    font-size: min(1.5vw,24px);
    list-style: none;
    padding-left: 20px;
    font-weight: 500;

}

.line-list:not(:first-child){
    margin-top: 28px;
}

.line-list::before{
    position: absolute;
    content: "";
    width: 75px;
    height: 46px;
    background: url(./img/line-check.png)center center / cover;
    background-repeat: no-repeat;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);

}

.line-worries {
    background: #FDFBEF;
    padding: 50px;

}

.worries-title {
    text-align: center;

}

.section-title {
    font-weight: 700;
    font-size: 36px;
    display: inline-block;

}

.section-title span{
    background:linear-gradient(transparent 60%, rgba(255 ,204 ,25 ,0.4) 60%);
}

.worries__img {
    position: relative;
    width: 100%;
    padding-top: calc(572 / 1178 *100%);

}

.worries__img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.line-about {
    background: #FDFBEF;
    position: relative;
    padding: 150px 0 55px;
    

}

.line-about__contents{
    display: flex;
    justify-content: space-around;
}

.line-about__title {
    position: relative;

}
.line-about__title::before{
    position: absolute;
    content: "";
    background: url(./img/line-about-title.png) center center / cover;
    background-repeat: no-repeat;
    width: 391px;
    height: 79px;
    top: -100px;
    left: -10px;
}
.line-about__img{
    aspect-ratio: 451 / 364;
    width: 451px;
    max-width: 100%;

}

.line-about__img img{
    width: 100%;
    height: auto;
    object-fit: cover;

}
.title-blue {
    color: #67B4B6;

}

.line-about__text{
    font-size: 18px;
    font-weight: 500;
    line-height: calc(40 / 18);
    max-width: 100%;
    width: 531px;

}
.line-contact{
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;

}

.line-contact::after{
    position: absolute;
    content: "";
    height: 40%;
    width: 200%;
    bottom: 0;
    left: -50%;
    background: #FEE383;
    z-index: 1;

}
.line-contact__inner {
    display: flex;
    background: #fff;
    width: 1000px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
    padding:30px 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;


}

.line-contact__talk {
    aspect-ratio: 280 / 460;
    width: 280px;
    max-width: 100%;
    order: 1;

}

.line-contact__talk img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.line-contact__contents {
    margin-left: 84px;
    order: 2;
    margin-top: 20px;

}

.line-contact__img {
    aspect-ratio: 422 / 165;
    width: 400px;
    margin: auto;
    max-width: 100%;

}

.line-contact__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.line-contact__message {
    text-align: center;
    margin-top: -20px;

}

.section-title {

}

.line-contact__line {
    aspect-ratio: 303 / 64;
    width: 303px;
    max-width: 100%;
    margin: auto;
    transition: 0.3s;
    max-width: 90%;

}

.line-contact__line img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.line-leaf{
    aspect-ratio: 410 / 74;
    width: 410px;
    margin-top: 80px;
    max-width: 100%;

}

.line-leaf img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.u-mobile{
    display: none;

}

/*******タブレット*****/

@media all and (max-width:950px){
    .line-top {

    }


    .line-inner {
    
    }
    
    .top-contents{
        display: block;
        margin-left: 50px;
    }
    
    
    .line-top:before{
        left: 80%;
        width: 70%;
        height: 70%;
        bottom: -20%;

    }
    .line-left {
        margin-left: 10%;
    
    }
    .line-left::before {
        position: absolute;
        content: "";
        width: 252px;
        max-width: 100%;
        height: 110px;
        top: -100px;
        left: -10%;
        background: url(./img/line-title.png) center center / cover;
        background-repeat: no-repeat;
    }

    .line-left::after{
        bottom: -400px;
        left: 0;
        width: 254px;
        height: 167px;
    }
    
    .line-title {
    
    
    }
    
    .line-right {
    
    }
    
    .line-lists {
        margin-left: 8%;
        margin-top: 1%;
        margin-top: 20px;
    
    }

    .line-list::before{
        width: 55px;
        height: 26px;
        left: -30px;

}
    
    .line-list {
        font-size: min(4vw,14px);
    }
    
    .line-top__img {
    
    }

    
    .line-worries {
    
    }
    
    .worries-title {

    
    }
    
    .section-title {
        font-size: 24px;
    
    }

    .worry__item{
        display: grid;
        grid-template-columns: repeat(2 , 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    
    .worries__img {
        width: 100%;
    
    }
    
    .line-about {
    
    }

    .line-about__inner{
        width: 70%;
        margin: auto;
    }
    
    .line-about__contents {
    
    }
    
    .line-about__content {
    
    }
    
    .line-about__title {
    
    }
    .line-about__title::before{

    }
    
    .title-blue {
    
    }
    
    .line-about__text {
        font-size: 14px;
        width: 80%;

    
    }
    
    .line-leaf {
        width:350px;
        max-width: 100%;
        margin-top: 5%;
    
    }
    
    .line-about__img {
        width: 40%;
        flex-shrink: 0;

    
    }
    
    .line-contact {
    
    }
    
    .line-contact__inner {
        display: block;
    
    }
    
    .line-contact__talk {
        display: none;
    
    }
    
    .line-contact__contents {
        margin-left: 0;
    
    }
    
    .worries__img_sp {
        aspect-ratio:455 / 358 ;
    
    }

    .worries__img_sp  img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .line-contact__message {
    
    }
    
    .line-contact__line {
    
    }
    

    .u-mobile{
        display: block;
    }

    .worries__img_sp{
        display: block;
    }

    .u-tab{
        display: none;
    }
}
/*******スマホ*****/
@media all and (max-width:700px){
    .line-top {


    }

    .line-top:before{
        display: none;
    }
    
    .line-inner {
        width: 375px;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    
    }
    
    .top-contents {
        margin-left: 0;

    
    }
    
    .line-left {
        width: 335px;
        max-width: 100%;
        margin: auto;
    
    }
    .line-left::before{
        width: 200px;
        height: 60px;
        top: -70px;
    }
    .line-left::after{
        left: 10%;
    }
    
    .line-title {
        text-align: center;
    
    }
    
    .line-right {
        margin: auto;
        width: 335px;
        max-width: 100%;

    
    }
    
    .line-lists {
        margin:10px auto;
    
    }
    
    .line-list {
        margin-left: 5%;
    
    }
    
    .line-top__img {
    
    }
    
    .line-worries {
        margin-top: -50px;
    
    }
    
    .worries-title {
    
    }
    
    .section-title {
        font-size: 20px;
    
    }
    
    .worries__img {
    
    }
    .worries__img_sp{
        margin-left: -20px;
    }
    .line-about {
        padding-top: 20px;
    
    }
    
    .line-about__contents {
        display: block;
    
    }
    
    .line-about__content {
    
    }
    
    .line-about__title {
        text-align: center;
        padding-left: 10px;
        font-size: 16px;
    
    }

    .line-about__title::before{
        width: 271px;
        height: 59px;
        top: -60px;
        left: 0;

    }
    
    .title-blue {
    
    }
    
    .line-about__text {
        text-align: center;
        margin: auto;
    
    }
    
    .line-leaf {
    
    }
    
    .line-about__img {
        display: none;
    }
    
    .line-contact {
    
    }
    
    .line-contact__inner {
    
    }
    
    .line-contact__talk {
    display: none;
    margin: auto;
    width: 200px;
    }
    
    .line-contact__contents {
    
    }
    
    .line-contact__img {
        width: 300px;
    
    }
    
    .line-contact__message {
    
    }
    
    .line-contact__line {
        width: 200px;
    
    }
    
    .u-mobile{
        display: block;
    }

    .u-desktop{
        display: none;
    }

}
