@charset "utf-8";



h1 {
    text-align: right;
    color: #fff;
    font-size: 14px;
}
h2 {
    background: #000;
    color: #fff;
    border-radius: 0 0 6px 6px;
    width: 380px;
    height: 70px;
    line-height: 68px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.8rem;
    font-weight: 500;
}
h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 0 20px;
    letter-spacing: 0.4rem;
}
h3 span{
    color: #e83e15;
}

/* header */
#header{
    background: #fff;
    height: 70px;
    padding-top: 4px;
    position: relative;
    z-index: 100;
}

/* mainimg */
#main {
    background: url(../img/main_bg.png) repeat center top;
    padding: 0 0 0;
    position: relative;
    z-index: 100;
    height: 430px;
}
#main p{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 500px;
    padding: 95px 0 0 0px;
    margin: 0 0 0 490px;
}
#main p span{
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
}


#about {
    position: relative;
}
#about h3 {
    background: url(../img/aboutus01.png) no-repeat right 130px top;
}
#about p {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.1rem;
}
#about p span {
    color: #e83e15;
    font-size: 2.2rem;
}

#menu .flex{
    width: 85%;
    margin: 0 auto 50px;
}
#menu .flex:nth-child(2){
    width: 82%;
}
.menu_box {
    position: relative;
    border: solid 3px #000;
    background: #fff;
    width: 256px;
    padding: 40px 20px 30px;
    text-align: center;
}
.menu_box::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
}
.menu_box h4 {
    font-size: 20px;
    font-weight: bold;
}
.menu_box h4::after {
    content: "・・・";
    display: block;
}
.menu_box p {
    font-size: 14px;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
}

#menu01::after {
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/menu01.png) no-repeat center top;
}
#menu02::after {
    top: -20px;
    left: -40px;
    right: 0;
    background: url(../img/menu02.png) no-repeat center top;
}
#menu03::after {
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/menu03.png) no-repeat center top;
}
#menu04::after {
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/menu04.png) no-repeat center top;
}
#menu05::after {
    top: -20px;
    right: -10px;
    background: url(../img/menu05.png) no-repeat center top;
}
#menu06::after {
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/menu06.png) no-repeat center top;
}
#menu07::after {
    top: -40px;
    left: -40px;
    background: url(../img/menu07.png) no-repeat center top;
}
#menu08::after {
    top: -20px;
    left: -35px;
    background: url(../img/menu08.png) no-repeat center top;
}
#menu09::after {
    top: -20px;
    left: -35px;
    background: url(../img/menu09.png) no-repeat center top;
}

#works {
    background: url(../img/works_bg.png) no-repeat left bottom;
}

#works .box {
    background: url(../img/works01.png) no-repeat left 40px top 50px;
}
.works_box img {
    float: left;
    position: relative;
    z-index: 20;
    margin: 30px 0 0 20px;
}
.works_text {
    background: #fff;
    width: 480px;
    border: solid 3px #000;
    padding: 40px 40px 30px;
    text-align: left;
    float: left;
    margin: 0 0 0 -20px;
    position: relative;
    z-index: 10;
}
.works_text .flex{
    display: block;
    width: 100%;
}
.works_text h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
.works_text h4 a {
    text-decoration: none;
    color: #222;
}
.works_text p {
    line-height: 2.7rem;
    letter-spacing: 0.1rem;
    margin: 0 0 20px;
}

.works_text .flex .tab{
    background: #e83e15;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    padding: 2px 12px;
    margin: 0 1% 8px;
    width: 31%;
    text-align: center;
    float: left;
}

.slick-dots button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slick-dots{
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    margin: 0 15px;
}
.slick-dots li button{
    position: relative;
    text-indent: -9999px;
}

.slick-dots li button:before{
    content: '●';
    font-size: 12px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(170 170 170 / 40%);
}

.slick-dots li.slick-active button:before{
    content: '●';
    color: #000;
}






#contact .bg {
    background: url(../img/contact_bg.jpg) no-repeat center top fixed;
    padding: 0 0 0;
    margin:0 0 60px;
    position: relative;
    height: 300px;
}
.contents_text{
    text-align: center;
    font-size: 2.2rem;
}
.ma
/* 点滅 */
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* 左右 */
@keyframes arw_l{
    0% {left:20px;}
    100% {left:30px;}
}
@keyframes arw_r{
    0% {right:20px;}
    100% {right:30px;}
}
@keyframes arw3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btn {
    0% {
        transform: scale(0.92);
    }
    40% {
        transform: scale(0.97);
    }
    60% {
        transform: scale(0.86);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.92);
    }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0,-4px,0);
  }
}


.border{
    background: #000;
    text-align: center;
    height: 4px;
}
footer{
    background: #261505;
    text-align: center;
    padding: 50px 0 50px;
}

footer p{
    color: #ffffff;
}

/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
@media screen and (max-width: 480px) {

    

    /* mainimg */
    #main {
        height: auto;
        background-size: cover;
        background-position: right -316px top 0px;
    }
    #main p{
        font-size: 26px;
        text-shadow: 0 0 11px rgb(140 115 59 / 50%);
        width: auto;
        padding: 60px 0px 60px 0;
        margin: 0 0 0 0;
        line-height: 3.4rem;
        letter-spacing: 0.2rem;
    }
    #main p span{
        font-size: 18px;
    }
    h2 {
        width: 270px;
        height: 60px;
        line-height: 60px;
        letter-spacing: 0.2rem;
        font-weight: 500;
        font-size: 26px;
    }
    
    #about h3 {
        padding: 80px 0 20px;
        letter-spacing: 0.2rem;
    }
    
    #about p {
        font-size: 16px;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 0;
    }
    #about p span {
        color: #e83e15;
        font-size: 1.8rem;
    }
    #menu .flex,
    #menu .flex:nth-child(2){
        display: block;
        width: 100%;
        margin: 0 auto 30px;
    }
    .menu_box {
        width: 88%;
        margin: 0 auto 30px;
    }
    .menu_box h4 {
        font-size: 26px;
    }
    .menu_box p {
        font-size: 16px;
    }
    #works .box {
        background: url(../img/works01.png) no-repeat center top 50px;
        background-size: 120px;
    }
    #works h3 {
        padding: 130px 0 0;
        letter-spacing: 0.2rem;
    }
    .works_text .flex{
        display: flow-root;
        justify-content: space-between;
        width: 100%;
    }
    .works_text h4 {
        font-size: 26px;
    }
    .works_box img {
        float: none;
        position: relative;
        z-index: 20;
        margin: 30px auto 20px;
    }
    .works_text {
        width: 100%;
        text-align: left;
        float: none;
        padding: 30px 24px 30px;
        margin: 0 auto 0;
    }
    .works_text p {
        font-size: 18px;
        line-height: 2.4rem;
        letter-spacing: 0.1rem;
    }
    .works_text .flex .tab {
        font-size: 14px;
        border-radius: 8px;
        padding: 6px 0;
        width: 48%;
        float: left;
        margin: 0 1% 8px;
    }
    #contact .box {
        padding: 60px 0 0px;
    }
    form#mail_form dl dt {
        font-size: 20px;
    }
    form#mail_form dl dt span {
        font-size: 14px;
    }
    form#mail_form textarea {
        width: 100%;
        max-width: 100%;
    }
    form#mail_form p#form_submit {
        text-align: center;
    }
    form#mail_form input#form_submit_button {
        margin-left: auto;
        margin-right: auto;
    }
    
}