@charset "utf-8";

body {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-family: "Lato", "Noto Sans CJK JP", sans-serif;
    background-color: #F0EFE2;    
}

p,h1,h2,h3,h4,a,li {
    margin: 0;
    color: #656565;
}

p, li, a {
    font-weight: 500;
}

a {
    text-decoration: none;
}

#container  {
    font-size: 18px;
}

h1{
    font-size: 80px;
    color:white;
    font-family: santelia-rough-two, sans-serif !important;
}

h2{
    font-size: 60px;
    text-align: center;
    margin-bottom: 40px;
}
  

h3{
    font-size: 35px;
    font-weight: 550;
}

h4 {
    font-size: 28px;
}

.underline {
    width: 70px; 
    height: 3px;
    background-color: #656565; 
    margin: 0 auto; 
}

#contact .underline,
#service .underline {
    width: 70px; 
    height: 3px;
    background-color: white; 
    margin: 0 auto; 
}

.header {
    z-index: 999;
}

.header-inner   {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px;
}

.nav-list {
    margin-right: 30px;
}

.nav-list ul{
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    list-style-type: none;
}

.nav-list a {
    font-size: 30px;
}

.icon  {
    width: 130px;
    position: fixed;
    z-index: 99;
    margin: -35px;
}

.logo-area  {
    display: flex;
    align-items: center;
    padding:0 80px;
}

.nav-btn:hover {
    color:  #FD735A;
}
  

#main   {
    position: relative;
    height: 700px;
}

.fv-content {
    width: 100%;
    height: 700px;
}

/* Slick styles */
ul.slick {
    width: 100%;
    height: 700px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.slick li {
    position: relative;
    width: 100%;
    height: 700px;
}

ul.slick li img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
}

/* Slick dots */
.slick-dots {
    display: flex !important;
    justify-content: center;
    position: absolute; 
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    height: auto !important;
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
    background-color: #FD735A;
    border-color: #FD735A;
    transform: scale(1.2);
}

/* Slick arrows */
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-prev:before {
    content: '‹';
    font-size: 30px;
    color: #656565;
    font-weight: bold;
}

.slick-next:before {
    content: '›';
    font-size: 30px;
    color: #656565;
    font-weight: bold;
}

.slick-arrow:hover {
    background-color: #FD735A;
    transform: translateY(-50%) scale(1.1);
}

.slick-arrow:hover:before {
    color: white;
}

.main-title {
    position: absolute;
    width: 100%;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}


.box-content {
    padding: 30px 40px;
}

#about p{
    line-height: 40px;
    margin-top: 20px;
}

.about-content-box {
    margin-bottom: 20px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content-box img {
    width: 60px;
    height: auto;
}

.about-content-left {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
}

.about-content-right {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
}

.about-content-right p {
    padding-right: 20px;
}


.about-content-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 20px;
}

.about-content {
    display: flex;
    gap: 50px;
    margin-top: 50px;
    padding: 20px;
    align-items: stretch;
}




#service {
    position: relative;
    overflow: hidden;
    padding: 50px 0 60px 0;
    height: 900px;
}

.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('image/DSC_7426-min.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
} 


.service-content-area {
    position: relative;
    z-index: 1;
    height: 100%;
}

.service-content-area p{
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.service-content-area h2,
.service-content-area h4,
.service-content-area p {
    color: white;
}

.service-main-text {
    font-size: 32px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.service-list {
    height: 100%;
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 20px;
    padding-top: 40px;
}

.service-content{
    text-align: left;
    width: 280px;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    align-items: center;
}

.service-content img{
    width: 100%;
    width: 350px;
    height: auto;
    object-fit: contain;
    margin: -30px;
}

.service-content h4 {
    text-align: center;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}


#gallery {
    margin: 0 20px 60px 20px;
}

#gallery p {
    text-align: center;
    line-height: 40px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.gallery-content-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin: 0 auto;
    padding-top: 30px;
}

.gallery-content {
    width: 100%;
}

.gallery-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gallery-content img:hover {
    opacity: 0.7; 
    transition: opacity 0.3s;
}


.bc-gray {
    background-color: black;
    color: white;
    padding: 0 120px 10px;
}

.bc-gray h2, 
.bc-gray h3,
.bc-gray a,
.bc-gray p {
    color: white;
}

#contact {
    padding: 0;
    position: relative;
    height: 100%;
    color: white;
}

#contact h2 {
    color: white;
}


#contact img {
    width: 100%;
    object-fit: cover;
    height: 740px;
    display: block;
}

.contact-content {
    text-align: center;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.form-wrapper {
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    padding-inline:30px ;
    margin: 70px auto 0px ;
}

form {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    gap: 45px;
    width: 100%;
    max-width: 1200px;
}

.left-colum,
.right-colum {
    flex: 1;
    display: flex;
    flex-direction: column;
}

input[type="text"],
input[type="email"],
textarea{
    border: none;
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
}

.left-colum input {
    flex: 1;
}

.left-colum input:not(:last-of-type) {
    margin-bottom: 20px;
}

.right-colum textarea {
    flex: 1;
    resize: none;
}

button {
    width: fit-content;
    padding: 10px 30px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    background-color: white;
    color: #656565;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 70px;
    display: block;
    margin: 100px auto;
}

button:hover {
    background-color: #FD735A;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sns-area {
    display: flex;
    flex-direction: row;
}

.sns-area img {
    width: auto;
    height: 30px;
    margin-right: 20px;
}

.sns-area a:nth-child(1) img:hover {
    content: url('image/Instagram\ 赤.png');
}

.sns-area a:nth-child(2) img:hover {
    content: url('image/ツイッター赤.png');
}

.sns-area a:nth-child(3) img:hover {
    content: url('image/YouTube\ アイコン\ 赤.png');
}

footer img {
    width: 80px;
    display: block;
    margin: 0 auto;
}

footer p {
    text-align: center;
    margin-top: -15px;
    font-size: 12px;
}

/* 小さいデバイス文字大きさ調整 */
@media screen and (max-width: 1131px) {
    .main-title {
        font-size: 70px !important;
    }
}

/* 大画面用（1200px以上） */
@media screen and (min-width: 1200px) {
    .about-content-left {
        flex: 0 0 35%;
    }
    
    .about-content-right {
        flex: 0 0 65%;
    }
}

/* 中画面用（900px-1199px） */
@media screen and (max-width: 1199px) and (min-width: 900px) {
    .about-content-left {
        flex: 0 0 42%;
    }
    
    .about-content-right {
        flex: 0 0 58%;
    }
}


/* タブレット以下 */
@media screen and (max-width: 899px) {
    
    /* header */
    .header-inner {
        flex-direction: column;
    }

    .icon {
        height: 150px;
        width: auto;
        position: static;
        margin-bottom: -25px;
       }

    .logo-area {
        margin-bottom: 50px;
       }
    
    .nav-list {
        margin: 0;
    }

    .nav-list ul {
        list-style: none;
        padding: 0;
    }

    #about,
    #service,
    #Gallery{
        padding-inline: 30px;
    }
   

    /* main */
    .main-title {
        top: 27%;
    }

    /* about */
    .about-content {
        flex-direction: column;
    }
    .about-content-right p {
        padding: 0;
    }
    #about p {
        font-size: 16px;
    }

    .pc {
        display: none;
    }

    #gallery p ,
    #service p{
        text-align: left;
    }


    /* service */
    #service p {
        padding-inline:30px;
    }

    /* footer */
    .sns-area img {
        margin: 0 10px;
    }

    .footer {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}


/* スマホ用 */
@media screen and (max-width:767px){
    .logo-area {
        font-size: 30px;
        padding: 0;
    }

    .nav-list a {
        font-size: 18px;
    }

    #about,
    #service,
    #Gallery{
        padding-inline: 10px;
    }

    #main h1 {
        font-size: 60px;
        line-height: 80px;
    }

    #main   {
        height: 600px;
        margin-bottom: 25px;
    }
    
    .fv-content {
        height: 600px;
    }
    
    ul.slick {
        height: 600px;
    }
    
    ul.slick li {
        height: 600px;
    }
        
    ul.slick li img {
        height: 600px;
    }
    
    /* スマホでは矢印を非表示 */
    .slick-arrow {
        display: none !important;
    }


    .about-content-left,
    .about-content-right {
        flex: 1;
        width: auto;
    }

    .about-content-left img {
        height: 250px;
        margin-top: 15px;
    }

    .about-content-box {
        min-height: auto;
        margin-bottom: 15px;
    }

    #service {
        height: auto;
        min-height: 800px;
        padding-bottom: 40px;
    }

    /* service */
    #service p {
        padding-inline:30px;
    }    

    .service-bg {
        top: 0;
        height: 100%;
    }

    .service-list {
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
    }

    .service-content {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .service-content img {
        display: none;
    }

    .service-main-text{
        font-size: 24px;
    }

    .service-content-area p{
        font-size: 16px;
        padding: 0;
        margin: 10px;
    }

        
    .service-content h4 {
        position: relative;
        margin-bottom: 0;
    }

    .service-content h4:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: white;
    }

    .service-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .service-content-area p {
        padding: 20px;
    }

    .gallery-content-list {
        display: flex;
        flex-direction: column;
    }

    #contact {
        padding: 0;
    }
      
    #gallery {
        padding: 30px;
    }

    form {
        display: flex;
        flex-direction: column;
        width: 400px;
    }

    form {
        display: flex;
        flex-direction: column;
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .left-colum input {
        margin-bottom: 0px;
    }

    .left-colum input,
    .right-colum textarea {
        flex: unset;  
        height: auto; 
    }

    button {
        margin-top: 50px;
    }


}