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

#pankuzu {
    background: #F7F6F2;
    margin: 0;
}

.col-2{
    display: flex;
    justify-content: space-between;
    
}
.col-2 a {
    width: 48%;
    text-align: center;
}

@media screen and (max-width: 780px) {
    .col-2 {
        display: block;
    }
}

.bgB {
    background-color: #F7F6F2;
    padding: 80px 0;
}

.bgW {
    background-color: #FFF;
    padding: 80px 0;
}

.inner790 {
    max-width: 790px;
    margin: 0 auto;
}

.h3_takara {
    font-size: 45px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1px;
}
.h3_takara span {
    font-size: 16px;
    color: #00501E;
    display: block;
    line-height: 1;
    letter-spacing: 1.5px;
}
.h3_takara span:before {
    content: "-";
}
.h3_takara span:after {
    content: "-";
}

.h4_takara {
    color: #00501E;
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

.text {
    line-height: 2.5em;
    letter-spacing: 1px;
}

#about {
    background-image: url("../img/bg01.png");
    background-repeat: no-repeat;
    background-position:  bottom center;
    background-size: 100% auto;
    padding-bottom: 25%;
    font-size: 20px;
}
#about h2 {
    font-size: 55px;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 1em;
    padding-top: 40px;
}
#about span {
    color: #00501E;
    display: block;
}
#about span:before {
    content: "";
    background: url("../img/txt_takara.svg") no-repeat center;
    background-size: contain;
    width: 274px;
    height: 35px;
    display: block;
    margin: 0 auto;
}
#about .section1000 {
    display: flex;
    justify-content: space-between;
}
#about .section1000 figcaption {
    width: 45%;
}
#about .section1000 figure {
    width: 54%;
}

#service .section1000 {
    position: relative;
}
#service .section1000:after {
    content: "";
    background: url("../img/img_takara03.png") no-repeat;
    background-size: contain;
    width: 110px;
    height: 145px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -200px;
}
#service .section1000 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
#service .section1000:before {
    content: "";
    background: url("../img/img_takara01.png") no-repeat;
    background-size: contain;
    width: 152px;
    height: 134px;
    display: block;
    position: absolute;
    top: -150px;
    left: 0;
}
#service .service-image {
    width: 54%;
}
#service .textbox {
    width: 43%;
}


.slider-for p {
    padding: 0 5px 10px;
}

.slider-nav p {
  padding: 0 5px;
  text-align: center;
  width: 100%;
}






#factory .section1000 {
    background-color: #FFF;
}
#factory .image {
    display: flex;
    align-items: center;
    position: relative;
}
#factory .image img {
    width: 51%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#factory .image div {
    width: 49%;
    padding: 40px;
}
/*#factory .image {
    background-image: url("../img/img_takara08.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    padding: 40px;
    position: relative;
}
#factory .image div {
    padding-left: 55%;
}*/
/*#factory .image figure {
    width: 55%;
    height: 100%;
    background: url("../img/img_takara08.jpg") no-repeat center;
    background-size: cover;
    display: block;
}*/
/*#factory .image figure img{
    height: 100%;
    object-fit: cover;
}*/
#factory .image:after {
    content: "";
    background: url("../img/img_takara02.png") no-repeat;
    background-size: contain;
    width: 65px;
    height: 130px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -65px; 
}
#factory .info {
    padding: 60px 100px;
}
#factory .info p {
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #707070;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
#factory .info .time {
    padding-left: 30px;
    text-indent: -30px;
}
#factory .info .time:before {
    content: "";
    background: url("../../../office/img/ico_time.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -4px;
}
#factory .info .calendar {
    padding-left: 30px;
    text-indent: -30px;
}
#factory .info .calendar:before{
    content: "";
    background: url("../../../office/img/ico_holiday.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -4px;
}

#factory .btnG {
    background: #005014;
    display: block;
    color: #FFF;
    height: 70px;
    padding: 10px 10px 0 86px;
    position: relative;
    margin-top: 30px
}
#factory .btnG:hover {
    background: #0A7A00;
}
#factory .btnG:before {
    content: "";
    background: url("../img/img_takara06.png") no-repeat;
    background-size: contain;
    width: 76px;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 10px;
}
#factory .btnG span {
    display: block;
    line-height: 1.2;
}
#factory .btnG .tel {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.25px;
}
#factory .btnG .tel:before {
    content: "";
    background: url("../img/ico_tel.svg") no-repeat center;
    background-size: contain;
    width: 17px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#factory .btnR {
    background: #AA231E;
    color: #FFF;
    display: block;
    line-height: 70px;
    font-size: 22px;
    padding-right: 82px;
    position: relative;
    margin-top: 30px;
}
#factory .btnR:hover {
    background: #D40003;
}
#factory .btnR:after {
    content: "";
    background: url("../img/img_takara07.png") no-repeat;
    background-size: contain;
    width: 72px;
    height: 86px;
    position: absolute;
    bottom: 0;
    right: 10px;
}


#movie .videobox {
    max-width: 1000px;
    margin: 2em auto 0;
    aspect-ratio: 16 / 9;
}
#movie .videobox iframe {
    width: 100%;
    height: 100%;
}

#access .info-box {
    padding: 30px 60px;
    border: 1px solid #000;
    margin-bottom: 80px;
    position: relative;
}
#access .info-box:before {
    content: "";
    background: url("../img/img_takara04.png") no-repeat;
    background-size: contain;
    width: 184px;
    height: 112px;
    display: block;
    position: absolute;
    top: -112px;
    right: 0;
}

#access .info-box h4 {
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid;
    line-height: 1.4em;
    padding-bottom: 0.3em;
}

#access .tel,
#access .add,
#access .parking {
    padding-left: 125px;
    text-indent: -125px;
    margin-top: 1.5em;
    line-height: 1.4em;
}
#access .textindent {
    text-indent: -0.55em;
    margin-bottom: 1em;
}

#access .tel {
    white-space: nowrap;
}

#access .tel:before {
    content: "TEL";
    color: #FFF;
    background: #00501E;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    text-indent: 0;
    width: 115px;
    margin-right: 10px;
    
}
#access .add:before {
    content: "ADDLESS";
    color: #FFF;
    background: #00501E;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    text-indent: 0;
    width: 115px;
    margin-right: 10px;
}
#access .parking:before {
    content: "PARKING";
    color: #FFF;
    background: #00501E;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    text-indent: 0;
    width: 115px;
    margin-right: 10px;
}
#access .map {
    border: 5px solid #FFF;
}

@media screen and (max-width: 1000px) {
    .h4_takara br {
        display: none;
    }
    
   /* #factory .image div{
        padding-left: 30%;
    }*/
    #service .section1000 {
        padding: 0;
    }
}


@media screen and (max-width: 780px) {
    .bgB,
    .bgW{
        padding: 80px 1.2em;
    }
    .h3_takara {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .h4_takara {
        font-size: 23px;
        padding: 1em 0;
        margin-bottom: 0;
    }
    
   /* .inner790 {
        padding: 40px;
    }*/
    
    #about {
        font-size: 18px;
    }
    
    #about h2 {
        font-size: 30px;
    }
    .col-2,
    #about .section1000,
    #service .section1000,
    #factory .image{
        display: block;
    }
    
    .col-2 a,
    #about .section1000 figcaption,
    #about .section1000 figure,
    #service .service-image,
    #service .textbox,
    #factory .image img,
    #factory .image div{
        width: 100%;
    }
    #factory .image div {
        padding: 0 1.5em 1.5em;
    }
    #factory .image {
        padding: 0;
    }
    #factory .info {
        padding: 1.5em;
    }
    
    #service .section1000:after {
        content: "";
        width: 75px;
        height: 95px;
        bottom: -150px;
    }
    
    #service .section1000:before {
        content:"";
        width: 88px;
        height: 78px;
        top: -85px;
    }
    
    #factory .image:after {
        content: "";
        width: 48px;
        height: 96px;
        right: 0;
        bottom: -40px;
    }
    
    #movie {
        font-size: 18px;
    }
    
    #access .info-box {
        padding: 1.5em;
        margin-bottom: 40px;
    }
    #access .info-box:before {
        content: "";
        width: 115px;
        height: 70px;
        top: -80px;
    }
    #access .info-box h4 {
        font-size: 23px;
    }
}

@media screen and (max-width: 580px) {
    #pankuzu {
        padding: 0;
    }
    #about {
        background-image: url("../img/bg01-sp.png");
        background-position: bottom center;
        background-size: 100% auto;
        padding-bottom: 40%;
    }
    
    #factory .btnG .tel,
    #factory .btnR{
        font-size: 19px;
    }
    #factory .btnR:before {
        content: "";
        right: 8px;
    }
}