@charset "UTF-8";

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

h2,
h3 {
    font-family: 'Bebas Neue', sans-serif;
}
* {
    box-sizing: border-box;
    /*余白や線を幅や高さに含める*/
}


header {
    width: 100%;
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 16px 0px 16px 50px;
}

nav {
    display: flex;
}

ul {
    display: flex;
    align-items: center;
}

li {
    margin-right: 60px;
}


.btn-contact {
    border: 1px solid #FFD231;
    border-radius: 20px;
    color: #FFD231;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    padding: 8px 27px 4px 27px;
    margin-right: 0px;
}

.btn-contact:hover {
    background-color: #DAB636;
    color: #141414;
}

.hover50:hover {
    opacity: 0.5;
}

.top-content {
    padding: 150px 0px 100px 100px;
}

.top {
    background-image: url(images/top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.top-content{
animation-name: fadeup;
animation-duration: 2s;
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
    }


.top-content h2 {
    font-size: 56px;
    color: #FFD231;
    line-height: 90%;
    font-family: 'Bebas Neue', sans-serif;
    min-width: 300px;
    max-width: 490px;
}

.top-content p {
    max-width: 440px;
    color: #fff;
    line-height: 120%;
    min-width: 300px;
    margin-bottom: 30px;

}

.btn-contact2 {
    background-color: #FFD231;
    color: #141414;
    border-radius: 30px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    padding: 14px 40px 10px 40px;
}

.btn-contact2:hover {
    background-color: #141414;
    color: #FFD231;
}

#about {
    display: flex;
    margin: 0 auto;
    width: 70%;
    padding: 80px 0px;
    max-width: 800px;
}

.about_h2 {
    font-size: 40px;
    line-height: 120%;
    margin-right: 30px;
}


.about_p {
    line-height: 160%;
}

#service {
    background-color: #141414;
    padding: 80px 0px;
}


#service h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    padding-bottom: 24px;
}

.service_container {
    display: flex;
    width: 970px;
    margin: 0 auto;
    padding: 0 10px;
}

.service_1 {
    border: 1px solid #fff;
    border-radius: 4px;
    width: 310px;
    padding: 16px;
    margin-right: 20px;
}

.service_1 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px 10px 0px;
    text-align: center;

}

.service_1 p {
    color: #fff;
}

.service_2 {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 16px;
    margin-right: 20px;
    width: 310px;
}

.service_2 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px 10px 0px;
    text-align: center;

}

.service_2 p {
    color: #fff;
}

.service_3 {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 16px;
    width: 310px;
}

.service_3 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px 10px 0px;
    text-align: center;

}

.service_3 p {
    color: #fff;
}

.service_1_img img {
    display: table-cell;
    width: 100%;
    height: 100%;

}
.service_2_img img {
    display: table-cell;
    width: 100%;
    height: 100%;

}

.service_3_img img {
    display: table-cell;
    width: 100%;
    height: 100%;

}








.price_h3 {
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.price_1 {
    display: flex;
    justify-content: space-around;
    max-width: 600px;
    margin: auto;
}

.price_1 h4 {
    font-size: 24px;
    min-width: 240px;
    font-weight: bold;
}

.price_1 table {
    border-bottom: 1px solid #141414;
    width: 527px;
}

.price_1 table tr th {
    max-width: 240px;
    padding-left: 10px;
}

.price_1 table tr td {
    text-align: right;
    padding-right: 10px;
}

.price_2 {
    display: flex;
    justify-content: space-around;
    max-width: 600px;
    margin: auto;
    margin-top: 80px;
}

.price_2 h4 {
    font-size: 24px;
    min-width: 240px;
    font-weight: bold;
}

.price_2 table {
    border-bottom: 1px solid #141414;
    width: 527px;
}

.price_2 table tr th {
    max-width: 260px;
    padding-left: 10px;
}

.price_2 table tr td {
    text-align: right;
    padding-right: 10px;
}

.price_3 {
    display: flex;
    justify-content: space-around;
    max-width: 600px;
    margin: auto;
    margin-top: 80px;
}

.price_3 h4 {
    font-size: 24px;
    min-width: 240px;
    font-weight: bold;
}

.price_3 table {
    border-bottom: 1px solid #141414;
    width: 527px;
}

.price_3 table tr th {
    max-width: 260px;
    padding-left: 10px;
}

.price_3 table tr td {
    text-align: right;
    padding-right: 10px;
}

#profile {
    background-color: #E8DAA9;
    padding: 0px 20px;
}

.profile_container {
    max-width: 970px;
    margin: auto;
    display: flex;
    margin-top: 100px;
    padding: 40px 0px;
    align-items: center;
}

.profile_container img {
    margin-right: 40px;

}

.text h3 {
    font-size: 30px;
    line-height: 160%;
}

.text p {
    line-height: 140%;
}

#footer {
    background-color: #141414;
    color: #fff;
    padding: 60px 20px;
}

footer h3 {
    font-size: 40px;
    line-height: 120%;
    text-align: center;
}

.footer_p {
    text-align: center;
    max-width: 700px;
    margin: auto;
    padding-top: 8px;
}

.btn-contact3 {
    background-color: #FFD231;
    color: #141414;
    border-radius: 20px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    padding: 10px 32px 6px 32px;
    margin-right: 10px;
}

.btn-contact3:hover {
    background-color: #141414;
    color: #FFD231;
}

.btn-contact4 {
    border: 1px solid #FFD231;
    border-radius: 20px;
    color: #FFD231;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    padding: 8px 20px 4px 20px;
    margin-right: 0px;
}

.btn-contact4:hover {
    background-color: #DAB636;
    color: #141414;
}

.footer_btn {
    padding: 24px 0px 40px 0px;
    text-align: center;
}

.footer_img {
    text-align: center;
}

.copy {
    text-align: center;
    background-color: #DAB636;
    font-size: 4;
    padding: 8px;
}

.backtotop {
    background-color: #141414;
    text-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    font-family: 'Bebas Neue', sans-serif;
    position: fixed;
    right: 5px;
    bottom: 5px;
    border-radius: 2px;
    box-shadow: 0px 2px 2px #141414;
}


.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 2px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }


/* レスポンシブ0〜970px */

@media (max-width:970px) {
    .service_container {
        display: block;
        width: auto;
        margin: 0 auto;
    }


    .service_1 {
        border: 1px solid #fff;
        border-radius: 4px;
        max-width: 600px;
        min-width: 350px;
        padding: 16px;
        margin: 0 auto 20px auto;
        width:70%;
    }

    .service_1 img {
        margin: auto;
    }

    .service_2 {
        border: 1px solid #fff;
        border-radius: 4px;
        max-width: 600px;
        min-width: 350px;
        padding: 16px;
        margin: 0 auto 20px auto;
        width:70%;
    }

    .service_2 img {
        margin: auto;
    }


    .service_3 {
        border: 1px solid #fff;
        border-radius: 4px;
        max-width: 600px;
        min-width: 350px;
        padding: 16px;
        margin-bottom: 20px;
        margin: auto;
        width:70%;
    }

    .service_3 img {
        margin: auto;
    }







    .service_1_img img {
        display: table-cell;
        width: 100%;
        height: 100%;

    }
    .service_2_img img {
        display: table-cell;
        width: 100%;
        height: 100%;

    }

    .service_3_img img {
        display: table-cell;
        width: 100%;
        height: 100%;

    }


}



/* レスポンシブ0〜800px */

@media (max-width:800px) {

    header {
        width: 100%;
        background-color: black;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        padding: 16px 0px 16px 50px;
    }

    nav {
        display: flex;
    }

    ul {
        display: flex;
        align-items: center;
    }

    li {
        margin-right: 30px;
    }

}


/* レスポンシブ0〜700px */


@media (max-width:700px) {

    header {
        width: 100%;
        background-color: black;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        padding: 16px 0px 16px 20px;
    }


    nav {
        display: flex;
    }

    ul {
        display: flex;
        align-items: center;
    }

    li {
        margin-left: 30px;
        font-size: 15px;
    }

    .btn-contact {
display: none;
    }
    


    #price{
        padding: 0 40px;
    }

    .price_1 h4 {
        font-size: 18px;
        min-width: 170px;
        font-weight: bold;
    }

    .price_2 h4 {
        font-size: 18px;
        min-width: 170px;
        font-weight: bold;
    }

    .price_3 h4 {
        font-size: 18px;
        min-width: 170px;
        font-weight: bold;
    }

}


/* レスポンシブ0〜600pxまで */

@media (max-width:600px) {

    body {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
    }

    .top {
        background-image: url(images/top_500.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #profile {
        background-color: #E8DAA9;
        padding: 0px 20px;
    }
    
    .profile_container {
        max-width: 970px;
        margin: auto;
        display: block;
        margin-top: 100px;
        padding: 40px 0px;
        align-items: center;
    }
    
    .profile_img{
        text-align: center;
    }

    .profile_container img {
        margin-right: 0px;
    
    }

    .text h3{
        font-size: 30px;
        line-height: 160%;
        text-align: center;

    }

    .text p{
        font-size: 15px;
        line-height: 140%;
    }


}


/* レスポンシブ0〜500pxまで */

@media (max-width:500px) {


    .top {
        background-image: url(images/top.jpg);
        background-size: cover;
    }

    .top-content {
        padding: 150px 0px 100px 40px;
    }

    .top-content h2 {
        font-size: 56px;
        color: #FFD231;
        line-height: 90%;
        font-family: 'Bebas Neue', sans-serif;
        min-width: 300px;
        max-width: 490px;
    }

    .top-content p {
        color: #fff;
        line-height: 120%;
        min-width: 300px;
        margin-bottom: 30px;

    }

    .service_1 p {
        color: #fff;
        font-size: 15px;
    }
    .service_2 p {
        color: #fff;
        font-size: 15px;
    }
    .service_3 p {
        color: #fff;
        font-size: 15px;
    }


    header{
        background-color: #141414;
        height: 60px;
        width: 100%;
        padding-left: 20px;
    }
    .nav{

        display: none;
    }


    .menu-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: black;
      }
      .menu-btn:hover {
        cursor: pointer;
      }
      /* 三本線の実装 */
      .menu-btn span,
      .menu-btn span:before,
      .menu-btn span:after {
        content: "";
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
      }
      .menu-btn span:before {
        bottom: 8px;
      }
      .menu-btn span:after {
        top: 8px;
      }
      /* チェックボックスを非表示にする */
      #menu-btn-check {
        display: none;
      }
       
      #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(
          255,
          255,
          255,
          0
        ); /*メニューオープン時は真ん中の線を透明にする*/
      }
       
      /* メニューを開いている時はハンバーガーボタンが×になる */
      #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
      }
      #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
      }

      .menu-content {
        width: 80%;
        height: 100%;
        position: fixed;
        top: 0;
         /* メニューを外に出しておく */
        left: 100%;　
       
        z-index: 80;
        background-color: black;
        transition: all 0.5s; /*アニメーションを滑らかにする*/
      padding-top: 100px;
    }
      .menu-content ul {
        padding: 70px 10px 0;
        display: inline;
      }
      .menu-content ul li {
        border-bottom: solid 1px #FFD231;
        list-style: none;
      }
      .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 20px 15px 20px 0;
        position: relative;
      }
       
      #menu-btn-check:checked ~ .menu-content {
        left: 30%; /*メニューを画面内へ動かす*/
      }















      #about {
        display: block;
        margin: 0 auto;
        width: 90%;
        padding: 80px 0px;
        max-width: 800px;
    }
    
    .about_h2 {
        font-size: 40px;
        line-height: 120%;
        margin-right: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

      .about_p {
        line-height: 160%;
        font-size: 15px;
    }

#price{
    padding: 0 20px;
    margin: auto;
}

.price_1 {
    display: block;
    max-width: 600px;
    margin: auto;
}

.price_1 h4 {
    font-size: 20px;
    min-width: 220px;
    font-weight: bold;
    padding-bottom: 30px;
}

.price_1 table {
    width: 100%;
}

.price_1 table tr th {
    max-width: 240px;
    padding-left: 10px;
    border-bottom: 1px solid #141414;
    padding-bottom: 20px;
    font-size: 15px;
}

.price_1 table tr td {
    text-align: right;
    padding-right: 0px;
    font-size: 15px;
}


.price_2 {
    display: block;
    max-width: 600px;
    margin: auto;
    margin-top: 80px;
}

.price_2 h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.price_2 table {
    width: 100%;
}

.price_2 table tr th {
    max-width: 240px;
    padding-left: 10px;
    border-bottom: 1px solid #141414;
    padding-bottom: 20px;
    font-size: 15px;
}

.price_2 table tr td {
    text-align: right;
    padding-right: 0px;
    font-size: 15px;
}



.price_3 {
    display: block;
    max-width: 600px;
    margin: auto;
    margin-top: 80px;
}

.price_3 h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.price_3 table {
    width: 100%;
}

.price_3 table tr th {
    max-width: 240px;
    padding-left: 10px;
    border-bottom: 1px solid #141414;
    padding-bottom: 20px;
    font-size: 15px;

}

.price_3 table tr td {
    text-align: right;
    padding-right: 0px;
    font-size: 15px;
}


.btn-contact3 {
    background-color: #FFD231;
    color: #141414;
    border-radius: 20px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    padding: 10px 32px 6px 32px;
    margin-right: 10px;
}

.btn-contact3:hover {
    background-color: #141414;
    color: #FFD231;
}

.btn-contact4 {
    border: 1px solid #FFD231;
    border-radius: 20px;
    color: #FFD231;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    padding: 8px 20px 4px 20px;
    margin-right: 0px;
}

.btn-contact4:hover {
    background-color: #DAB636;
    color: #141414;
}

.footer_btn {
    padding: 24px 0px 40px 0px;
    text-align: center;
    width: 100%;
}

.top {
    background-image: url(images/top_500.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.top-content p {
    max-width: 100%;
    padding: 0 30px 0 0 ;
    color: #fff;
    line-height: 120%;
    margin-bottom: 30px;
    font-size: 15px;

}


}

/* レスポンシブ0〜390pxまで */

@media (max-width:390px) {


.top {
    background-image: url(images/top375.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

}

.logo-img{
    width: 157px;
    height:40px
}



/* 練習 */

