/*******************************/
.font-19{
    font-size: 19px!important;
}
.top-container{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.top-container2{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
section {
    overflow: hidden;
}
.font-14{
    font-size: 14px!important;
}
@media (max-width: 600px){
    .font-14{
        font-size: 11px!important;
    }
    
}
.hide_img_back{
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 0 20px;
}

/**************************/
/***** e-contact-btn *****/
.e-contact-btn {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #000d64;
    padding: 1em;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.e-contact-btn a,.e-contact-btn a:hover{
    color:#fff;
    letter-spacing: 0.3em;

}
.e-con-img1{
    margin-right: 40px;
}
.e-con-img2{
    margin-left: 40px;
}
@media (max-width: 600px){
    .e-contact-btn{
        font-size: 11px;
    }
    .e-con-img1{
    margin-right: 5px;
    width: 15px;
}
.e-con-img2{
    margin-left: 5px;
    width: 15px;
}
    
}
/***** e-contact-btn *****/
/***********************/
/********** slider ************/
.active:hover{
    color:#fff!important;
/*    background: #595757;*/
}
.carousel{
    margin-bottom: 65px;
}
.carousel-indicators{
    bottom: -80px;
}
.carousel-indicators li{
    display: inline-block;
      width: 20px;
      height: 20px;
      margin: 10px;
      text-indent: 0;
      cursor: pointer;
      border: none;
      border-radius: 50%;
      border-style: solid;
      border-color:#555;
      list-style-type: square;
}
.carousel-indicators .active{
    width: 20px;
      height: 20px;
      margin: 10px;
      background-color: #555;
}
.img-fluid {
        width: 100%;
}
p.main-comment {
    position:absolute;
    top:48%;
    width:100%;
    text-align: center;
    letter-spacing: 0.3em;
    line-height: 1.5em;
    color:#FFF;
    font-size: 25px;
}
@media (max-width: 600px){
    p.main-comment {
        font-size: 18px;
    }
    .carousel-item .img-fluid {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .carousel-item .slide2{
        object-fit: contain!important;
        background: #7c9d2c;

    }
    .carousel-indicators li{
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 10px;
    }
    .carousel-indicators .active{
        width: 10px;
          height: 10px;
          margin: 10px;
    }
    .carousel-indicators{
        bottom: -50px;
    }
    
}
/********** end slider ************/

/********** end top comtainher *************/

/********** shookai ************/
.section_sokai{
    padding-top: 5em;
    padding-bottom: 2em;
}

.sokai_text{
    font-weight: 700;
    font-size: 1.5rem;
}
.sokai_text1{
    line-height: 1.8;
    letter-spacing: 2px;
}
.top-p{
    line-height: 3em;
}
.shokai-title{
    font-size: 25px;
}

@media (max-width: 600px){
    .top-p{
        line-height: 1.6em;
        font-size: 13px;
/*        padding-left:20px;
        padding-right:20px;*/
    }
    .padding20{
        padding-left:20px;
        padding-right:20px;
    }
    .shokai-title{
        font-size: 18px;
    }
    .section_sokai{
        padding: 70px 0;
    }
    
}
/********** end sokai ************/

/********** news ************/
.section_new{
    background-color: rgb(174 222 255 / 42%);
    padding: 3em 0;
    margin-bottom:5em;
}
.news {
    height:200px;
    overflow-y:scroll;
}
.section_new h3{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;    
    letter-spacing: 2.5px;
}
.section_new h5{
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.section_new .news11{ 
    border: 2px solid #555;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background-color: #555;
    height: 28px;
    font-size: 14px;
    padding: 0px 20px;
}
.section_new .news1{ 
    letter-spacing: 2px;
    font-size: 16px;
}
.section_new .news2{ 
    text-align: center;
    font-size: 16px;
}
.section_new .news3{ 
    font-size: 16px;
    word-break: break-all;
}
.section_new .news_button{ 
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #fff;
    height: 28px;
    width: 100px;
    margin-top: 10px;
}
.section_new .news_more{ 
    color: #555;
}
.pd-50{
    padding-bottom: 50px;
}
a p.news3 {
    color: #002bff;
    text-decoration: underline;
}
a p.news3:hover {
    opacity:0.6;
}
@media (max-width: 600px){
    .pd-50{
        padding-bottom: 30px;
    }
    
}
@media (max-width: 600px){
    .section_new h3{
        font-size: 20px;
    }
    .section_new h5{
        font-size: 10px;        
    }
    .section_new .news11 {
        margin: 0 auto;
        font-size: 10px;
        padding: 1px;
        text-align: center;
        vertical-align: text-top;
        height: 23px;
        font-weight: 100;
        width: 90%;
        clear: both;
        margin: 0 auto;
    }
    .section_new .news2 {
        text-align: center;
        font-size: 10px;
        padding-left: 0px;
        letter-spacing: 0.1px;
    }
    .section_new .news3 {
        text-align: left;
        font-size: 10px;
    }
    .row .news {
        width: 90%;
        margin: 0 auto 10px;
    }
    .section_new .news11{
        padding: 0 5px;
    }
}
/********** end news ************/

/********** slide ************/
.section_slide{
    padding: 8em 0;
}
.section_slide p,h5{
}
.section_slide h3{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;    
    letter-spacing: 2px;
}
.section_slide h5{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 600px){
    .section_slide h3{
        font-size: 20px;
    }
    .section_slide h5{
        font-size: 10px;
    }
    
}
.divider {border: 1px solid #ccc;}
/*img {width:100%;}*/

     .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
}
.carousel-control-prev-icon{
    background-image: url(../images/icon-left.png);
}
.carousel-control-next-icon{
    background-image: url(../images/icon-right.png);    
}
 .carousel-control-next {

    width: 30px;
     height: 30px;
     top: 50%;
}
@media (max-width: 600px){
    .carousel-control-prev {
        left:0px;
        width: 20px;
        height: 20px;
    }
    .carousel-control-next {
        right:0px;
        width: 20px;
        height: 20px;
    }
}
.carousel-control-prev-icon, .carousel-control-next-icon {
}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
  background-color: #fff;
}
/***********  end slide  *********/
.section_syohin{
    padding-bottom: 8em;
}
/*********** top01 img  *********/
.top01 {
    background: url(../images/top01.jpg);
    height: 400px;
    padding: 150px 0;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-top01{
    color: #fff;
    font-size: 25px;
    line-height: 1.8;
}
@media (max-width: 600px){
    .top01{
        background-size: cover;
        height: 300px;
        background-position: top center;
        padding: 120px 0;
    }
    .text-top01{
        font-size: 20px;
    }
}
/*********** top02 img  *********/
.top02 {
    background: url(../images/top02.jpg);
    background-size: cover;
    height: 400px;
    padding: 150px 0;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
}
@media (max-width: 600px){
    .top02 {
        background-size: cover;
        height: 300px;
        background-position: center;
        padding: 80px 0;
    }
    
}
/*********** end img  *********/

/*********** syohin  *********/
.section_syohin .syohin_text{
    margin: 3em 0 0;
    line-height: 2;  
    font-size: 17px;
    letter-spacing: 2px;
}
.section_syohin .syohin_img{
    width: 100%;
}
.img_fix{
    width:60%;
}
@media (max-width: 575px){
    .img_fix{
        width: 90%;
    }
}
.img_80{
    width: 80%;
}
.img_90{
   /* width: 90%;*/
    width: 67%;
}
.syohin_group1 .img_90{
    height:140px;
    object-fit:cover;
}
@media (max-width: 575px){
    .img_90{
        width: 90%;
    }
    .img_80{
        width: 80%;
    }
    .syohin_group1 .img_90{
        height:100px;
    }    
}
.section_syohin h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5em;
    letter-spacing: 2px;
}

span.click {
    font-size: 11px;
    line-height: 1.0em;
}
.img_link{
    width: 40px;
}
.syohin_group1{
    border-bottom: 2px solid #555;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; 
    margin-bottom: 60px;
}
.shohin-text{
    color:#9F9F9F;
    font-size: 18px;
}

.img-circle{
    height: 250px;
    width: 250px;
    background-color: #bbb;
    border-radius: 50%;
}
@media (max-width: 600px){
    .img-circle{
        height: 200px;
        width: 200px;

    }
    
}
.last_section h3{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: unset;
}
@media (max-width: 600px){
    .section_syohin .syohin_img{
        width: 43%;
    }
}
@media (max-width: 600px){
    .section_syohin h3 {
        font-size: 10px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    .img_link{
        width: 20%;
    }
    .img_link2{
        width: 13%;
    }
    .syohin_group1{
        margin-bottom: 20px;
    }
    .section_syohin .syohin_img{
        width: 43%;
    }
    .shohin-text{
        font-size: 12px;
    }
    
}
/*********** end syohin  *********/

/*********** sokai2  *********/
.section_sokai2{ 
}
.section_sokai2 h3{
    text-align: unset;
    line-height: 1.5;
    letter-spacing: 2px;
}
.section_sokai2 span{
    line-height: 1.5;
    letter-spacing: 2px;
}
/*********** end sokai2  *********/
/*********** contactsection*************/

/*********** last  *********/
.last_section{
    padding: 5em 0;
}
.last_section h3{
    letter-spacing: 0.2em;
    line-height: 2em;
    text-align: center;
}

.last_section span{
    letter-spacing: 2px;
}
.r-contact-btn {
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #555;
    height: 34px;
    width: 250px;
    padding: 3px 0px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.r-contact-btn a,.r-contact-btn a:hover{
    color: #fff;
    font-size: 15px;
}

.r-contact-btn-img{
    width: 10%;
    margin-right: 5px;
}
.img-rental-box{
    text-align: right;
}
.img-rental{
    width: 50%;
    margin: 0 auto;
    text-align: right;
}
.r-h4 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid;
    line-height: 3em;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
@media(max-width:700px){
    .img-rental{
        width: 80%;
    }
}
@media(max-width:575px){
     .img-rental-box{
        text-align: center;
    }
    .img-rental{
        width: 40%;
        text-align:center!important;
    }
}
@media(max-width:534px){
    .img-rental-box{
        text-align: center;
    }
    .img-rental{
        width: 40%;
    }
    .last_section h3{
        font-size: 18px;
    }
    .r-h4 {
        font-size: 17px;
        margin-top: 20px;
    }
    .r-text{
        font-size: 12px;
    }
    
}
/*********** end last  *********/
/************  map  ***********/
.map {
    border: 5px solid #80807F;
    padding: 15px;
}
@media(max-width:534px){
    .map {
        border: 3px solid #80807F;
        padding: 1px;
        height: 220px;
    }
    iframe{
        height: 100%;
        width: 100%;
    }
}
@media(max-width:820px){
    .map {
        border: 3px solid #80807F;
        padding: 1px;
        height: 220px;
    }
    iframe{
        height: 100%;
        width: 100%;
    }
}
@media(width:1024px){
    .map {
        border: 3px solid #80807F;
        padding: 1px;
        height: 500px;
    }
    iframe{
        height: 100%;
        width: 100%;
    }
}
/************ end map  ***********/
/*********** address  *********/
.section_addres{
    padding: 8em 0;
}
.section_addres .row{
   position: relative;
}
.address_text{
   position: absolute;
   bottom: 50%;
   right: 0;
   transform: translate(0, 50%);
}
.address_text h5{
   font-size: 1.1rem;
   font-weight: 600;
}
.address_text h4{
   font-size: 1.5rem;
   font-weight: 600;
   letter-spacing: 2px;
}
.address_text p{
   font-size: 1rem;
   letter-spacing: 2px;
   margin-bottom: 40px;
}
.address_text p:last-child{
   margin-bottom: 0px;
}
.mail-icon{
    font-size: 20px;
}
@media(max-width:534px){
    .address_text h5{
       font-size: 10px;
       font-weight: 600;
    }
    .address_text h4{
       font-size: 15px;
       font-weight: 600;
       letter-spacing: 2px;
    }
    .address_text p{
       font-size: 9px;
       letter-spacing: 1px;
       margin-bottom: 10px;
    }
    .address_text p:last-child{
       margin-bottom: 0px;
    }
    .mail-icon{
        font-size: 16px;
    }
}

/*********** end address  *********/

@media(max-width:768px){

    
    .section_addres .row{
        position: unset;
    }
    .address_text{
        position: unset;
    }
    .section_new .news2{
        text-align: left;
    }
    .section_sokai2 img{
        padding-bottom: 20px;
        padding-top: 20px;
    }    
}
@media(max-width:534px){
    .sokai_text{
        font-size: 13px;
    }
    .sokai_text1{
        font-size: 13px;
    }
    .section_slide p{
        font-size: 13px;
    }
    .section_syohin .syohin_text{
            font-size: 12px;
            margin: 0;
            letter-spacing: 1px;
    }
    .img_text{
        top: 30%;
        line-height: unset;
        font-size: 1rem;
        letter-spacing: unset;
    }
    .add_img425{
        width: 375px;
    }
    /*
    .section_sokai{
        padding: 0 0 20px;
    }
    */
    
}
/*slide*/
.section_slide .slide{
    margin: 0 auto;
}
.card {
    border:none!important;
    border-radius: 0!important;
    margin: 0 5%;
    display: inline-block;
    height: 214px;
}
.card-img-top{
    height: 100%;
    object-fit: cover;
    
}
@media (max-width: 600px){
    .card {
        height: 88px;
    }
}
.top-contents{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
span.top-span {
    line-height: 1.8em;
    font-size: 18px;
}
@media (max-width: 600px){
    span.top-span {
        line-height: 1.5em;
        font-size: 12px;
    }
    /*sectionのpadding調整*/
    .section_sokai ,.section_new,.last_section{
        padding: 5em 20px;
    }
    .section_slide,.section_addres{
        padding: 3em 0;
    }
    .section_syohin,.contact-section {
        padding-bottom: 5em;
    }
    
}
.reform-txt{
    border-bottom: 2px solid #80807F;
    width: 54%;
    margin: 0 auto 50px;
    font-size: 18px;
    position: relative;
    line-height:3em;
}
.reform-txt::before{
    content: url(../images/icon-reform.png);
    width: 28px;
    position:absolute;
    left:-35px;
    top:3px;
}
@media (max-width: 600px){
    .reform-txt{
        border-bottom: 2px solid #80807F;
        width: 89%;
        font-size: 12px;
    }
    .reform-txt::before{
        width: 10px;
        position:absolute;
        left:-27px;
        top:3px;
    }
}
.mail-img{
    margin-right: 10px;
}
.mail-img img{
    max-width: 20px;   
}
@media (max-width: 600px){
    .mail-img img{
        max-width: 14px;   
    }
    
}
/*スマホの場合のイメージサイズ*/
@media (max-width: 600px){
    img.sp-top-img {
        margin-bottom:3em;
        max-width:60%;
        margin-left:20%;
        margin-right:20%;
    }
}
/*新商品*/
.new-box_li{
/*margin: 0 30px;    */
}
    .new-box_li img{
        min-height: 214px!important;
        object-fit: cover;
        border: 10px solid #fff;
    }
@media (max-width: 600px){
    .new-box_li img{
        min-height: 114px!important;
        border: 5px solid #fff;
    }
}
.bx-wrapper{
/*    width: 100%!important;
    max-width:800px!important;*/
    -moz-box-shadow: 0 0 0px #fff!important;
    -webkit-box-shadow: 0 0 0px #fff!important;
    box-shadow: 0 0 0px #fff!important;
    border: 0px solid #fff!important;
    background: #fff!important;
    margin: 0 auto;
}
.bx-wrapper .bx-prev{
    background:url(../images/base/controls.png) no-repeat 0 -32px!important;
    left:0!important;
}
.bx-wrapper .bx-next {
    right:0!important;
    background: url(../images/base/controls.png) no-repeat -43px -32px!important;
}
.bxslider_sj img{
            max-width:100%;
            height:auto;
}
/*みらいクーポン*/
.mirai-txt {
    border-bottom: 2px solid #80807F;
    width: 54%;
    margin: 0 auto 50px;
    font-size: 18px;
    position: relative;
    line-height: 3em;
}
@media (max-width: 600px){
    .mirai-txt {
        width: 84%;
        font-size: 12px;
    }
    
}

.marginAuto{
    margin:auto;
}

.section_sokai2{
    margin-bottom: 8em;
}

.centerImg{
    text-align: center;
}