﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-------------------------*/
/*  base
/*-------------------------*/
:root,
:host {
    --main_bg: #fefacb;
    --sub_bg: #f8bf32;
    --sub_bg2: #663521;
    --main_text: #6a3524;
    --sub_text: #000;
    --white: #ffffff;
}

body {
    font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, 'Kosugi Maru', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    background: var(--main_bg);
    color: var(--main_text);
}

section.bg {
    background: var(--sub_bg);
}

img {
    width: 100%;
}

h1 {
    position: absolute;
    z-index: 9999999;
}

h1 img {
    width: 100px;
    height: 100%;
}

h2 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 1.2;
    box-sizing: border-box;
    text-align: center;
}

h2 span {
    display: block;
    text-align: center;
    font-size: 8px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.detail {
    font-size: 12px;
}

.date {
    opacity: 0.5;
}

/*-------------------------*/
/*  header 
/*-------------------------*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 99999;
    padding: 20px 0 0;
    box-sizing: border-box;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    background-color: var(--main_bg);
}

header .inner {
    height: 45px;
    position: relative;
}

header nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

header nav ul {
    text-align: right;
    padding: 0 4%;
    box-sizing: border-box;
}

header nav li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

header nav li a {
    color: #333;
}

/*-------------------------*/
/*  section
/*-------------------------*/
.inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

section {
    padding: 0;
    position: relative;
    border-radius: 0 0 2000px 2000px / 0 0 200px 200px;
}

/*-------------------------
/*  main
/*-------------------------*/
#main {
    height: 670px;
    margin-top: 100px;
    /* background: url(../images/mv_bg.png) center; */
    background: var(--sub_bg);
}

#main .mv {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
}

#main .mv img {
    width: 100%;
    min-width: 300px;
    margin: 40px auto 0;
}

/*-------------------------
/*  cacth
/*-------------------------*/
#cacth {
    padding: 60px 0 120px;
    background: url(../images/bg_tree.png) no-repeat right 50px;
    text-align: center;
    border-bottom-right-radius: 2000px 200px;
    border-bottom-left-radius: 2000px 200px;

    position: relative;
    z-index: 10;
    background-color: var(--main_bg);
}

#cacth .img {
    margin-bottom: 20px;

}


/*-------------------------
/*  reform
/*-------------------------*/
#reform {
    background: var(--sub_bg);
    position: relative;
    top: -100px;
    z-index: 9;
    padding-top: 160px;
    padding-bottom: 10px;
}

#reform h2+p {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#reform h2 img {
    width: auto;
}

.inner_out {
    width: 1173px;
    background: url(../images/info_photo.png) no-repeat top center;
    background-size: 100% auto;
    background-color: var(--main_bg);
    max-width: 100%;
    margin: 0 auto;
    padding-top: 150px;
}

#reform .inner {
    border-radius: 40px;
    padding-top: 60px;
    background: var(--main_bg);
}

.reform_item {
    border-radius: 40px;
    text-align: center;
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.reform_item_big {
    background: url(../images/refo_bg_01.png) no-repeat top center;
    background-size: cover;
    margin-bottom: 20px;
}

.reform_item .img img {
    width: 80px;
    height: auto;
}

#reform .col2 li:nth-child(1) {
    background: url(../images/refo_bg_02.png) no-repeat top center;
    background-size: cover;
}

#reform .col2 li:nth-child(2) {
    background: url(../images/refo_bg_03.png) no-repeat top center;
    background-size: cover;
}

#reform .col2 li:nth-child(3) {
    background: url(../images/refo_bg_04.png) no-repeat top center;
    background-size: cover;
}

#reform .col2 li:nth-child(4) {
    background: url(../images/refo_bg_05.png) no-repeat top center;
    background-size: cover;
}

#reform .col2 li:nth-child(5) {
    background: url(../images/refo_bg_06.png) no-repeat top center;
    background-size: cover;
}

#reform .col2 li:nth-child(6) {
    background: url(../images/refo_bg_07.png) no-repeat top center;
    background-size: cover;
}

.bg-w {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.bg-w h3 {
    margin-bottom: 0.5em;
}

#reform .inner {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

/*-------------------------
/*  point
/*-------------------------*/

#point {
    padding: 60px 0 120px;
    background: url(../images/bg_tree.png) no-repeat right 50px;
    text-align: center;
    border-bottom-right-radius: 2000px 200px;
    border-bottom-left-radius: 2000px 200px;
    position: relative;
    z-index: 10;
    background-color: var(--main_bg);
}

#point .col3 {
    margin: 60px 0;
}

#point li {
    background: url(../images/point_bg.png);
    /* background: var(--sub_bg2); */
    border-radius: 40px;
    text-align: center;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    font-size: 13px;
}

#point li .bg-w {
    margin-top: -40px;
    border-radius: 1000px 1000px 0 0 / 300px 300px 0 0;
    padding: 50px 20px 20px;
}

#point li img {
    width: auto;
}

#point li h3 {
    position: relative;
}

#point li h3:after {
    content: "・";
    display: block;
}

/*-------------------------
/*  works
/*-------------------------*/

#works {
    background: var(--sub_bg);
    position: relative;
    top: -100px;
    z-index: 9;
    padding-top: 160px;
    padding-bottom: 10px;
}

#works h2 img {
    width: auto;
}

#works .col3 {
    margin: 3em 0;
}

#works .col3 li {
    overflow: hidden;
    border-radius: 20px;
}

#works .col3 img {
    display: block;
}

.price {
    text-align: right;
    font-size: 1.5em;
    font-weight: bold;
}

/*-------------------------
/*  works
/*-------------------------*/

#contact {}

#contact h2 img {
    width: auto;
}









/*-------------------------
/*  catch
/*-------------------------*/
#catch {
    padding: 120px 0;
    background: var(--main_bg);
}

#catch h2 {
    color: var(--white);
    text-align: center;
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
}

#catch .text {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 100px;
}

#catch .col3 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--main_bg);
}

#catch .col3 img {
    width: auto;
    height: 70px;
}

#catch .col3 .img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
}

#catch .col3 div>div {
    margin: 0 auto;
    background: #fff;
    height: 100%;
    width: 90%;
    padding: 40px 40px 40px;
    box-sizing: border-box;
}

#catch .col3>div {
    position: relative;
}

#catch .col3>div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 30px solid transparent;
    border-top: 30px solid var(--main_bg);
    border-left: 30px solid var(--main_bg);
    z-index: 0;
}

/*-------------------------
/*  service
/*-------------------------*/
#service {
    padding: 0;
    background: #fafafc;

}

#service .title {
    padding: 120px 0 0;
    background: #fafafc;
}

#service .title h2 {
    position: relative;
    z-index: 1;
}

#service .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 40vw solid transparent;
    border-top: 40vw solid #fff;
    border-left: 40vw solid #fff;
    z-index: 0;
}

#service li {
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

#service li h3 {
    font-size: 24px;
}

#service li p {
    padding: 20px;
    box-sizing: border-box;
}

#service li.se_01 {
    background: url("../images/sur_01.png") no-repeat top right;
}

#service li.se_02 {
    background: url("../images/sur_02.png") no-repeat top right;
}

#service li.se_03 {
    background: url("../images/sur_03.png") no-repeat top right;
}

#service li.se_04 {
    background: url("../images/sur_04.png") no-repeat top right;
}

#service li.se_05 {
    background: url("../images/sur_05.png") no-repeat top right;
}

/*-------------------------
/*  column
/*-------------------------*/
#column {
    background: url("../images/colmn_bg.png") no-repeat top left;
    background-size: 50%;
    padding: 120px 0;
}

#column h2 span {
    text-align: left;
}

#column h2 {
    text-align: left;
}

#column h3 {
    font-size: 20px;
}

#column .col2 .col2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
}

#column .col2 .col2 .img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

#column .col2 .col2 img {
    display: block;
    height: 100%;
}

#column .col2 .col2 .text {
    width: calc(100% - 150px);
}

/*-------------------------
/*  bannar 
/*-------------------------*/

#bannar {
    padding: 120px 0;
    background: var(--main_bg);
}

.btn a {
    display: block;
    background: #000;
    color: #fff;
    border-radius: 10px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 30px;
}

/*-------------------------
/*  footer 
/*-------------------------*/
footer {
    color: #fff;
    background: var(--sub_bg2);
}

footer .inner {
    text-align: right;
    padding: 60px 20px;
}

footer .inner a {
    color: #fff;
}

small {
    font-size: 10px;
}

/*-------------------------/*-------------------------*/
/*  sp
/*-------------------------/*-------------------------*/
@media (max-width: 1200px) {

    #service li.se_01 {
        background: url("../images/sur_01.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

    #service li.se_02 {
        background: url("../images/sur_02.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

    #service li.se_03 {
        background: url("../images/sur_03.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

    #service li.se_04 {
        background: url("../images/sur_04.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

    #service li.se_05 {
        background: url("../images/sur_05.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

}

/*-------------------------/*-------------------------*/
/*  sp
/*-------------------------/*-------------------------*/
@media (max-width: 767px) {

    .inner,
    img,
    nav {
        width: 100%;
    }

    #main {
        height: 70vh;
        min-height: audo;
    }

    #service li h3 {
        text-align: center;
    }

    #column .col2 .col2 .text {
        width: calc(100%);
    }

    #column h2 span,
    #column h2 {
        text-align: center;
        margin: 0 0 2em;
        padding: 0;
    }

    #column .col2 .col2 .img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .tel.sp {
        position: absolute;
        top: 10px;
        right: 70px;
        max-width: 40%;
    }
}

/*-------------------------*/
/*  ハンバーガー
/*-------------------------*/
@media (max-width: 767px) {
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 20px;
        top: 20px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        z-index: 9999999;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #BBBBBB;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* メニュー背景　*/
    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: #3d2d26;
        text-align: center;
        width: 100%;
        transform: translateY(-100%);
        transition: all 0.6s;
        z-index: 9999998;
        padding: 6em 2em;
        box-sizing: border-box;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
    }

    nav.globalMenuSp ul li .tel a {
        display: block;
        color: #333;
        padding: 1em 0;
        text-decoration: none;
        margin-top: 30px;
        max-width: 200px;
        margin: 0 auto;
    }


    header nav ul {
        text-align: center;
    }

    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateX(0%);
    }
}

/*-------------------------*/
/*  cnt
/*-------------------------*/
#cnt #main {
    height: 50dvh;
    min-height: 400px;
    padding: 0;
    overflow-y: inherit;
    background: var(--main_bg);
    position: relative;
}

#cnt #main .inner {
    height: 50dvh;
    min-height: 400px;
    padding: 0;
    overflow-y: inherit;
    background: var(--main_bg);
    position: relative;
}


#cnt #main .text {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 25px;
    -webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}

#cnt #main #mv {
    width: auto;
    position: absolute;
    right: 25px;
    bottom: -20%;
}

#cnt #main img {
    width: 620px;
    max-width: 100%;
    position: relative;
    z-index: 0;
}

#cnt #main #mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 30px solid transparent;
    border-top: 30px solid var(--main_bg);
    border-left: 30px solid var(--main_bg);
    z-index: 10;
}

#cnt .ganre {
    padding: 200px 0 100px;
}

#cnt .ganre2 {
    padding: 100px 0;
}


#cnt .list .img_wrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

#cnt .list .img_wrap {
    width: 100%;
    display: flex;
    gap: 10px;
}

#cnt .list .img_wrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
}

/* #cnt .list p {
    width: 50%;
    height: 220px;
    box-sizing: border-box;
    overflow: hidden;
} */

/* #cnt .list p {
    width: calc(100% / 4 - 10px);
    height: 220px;
    box-sizing: border-box;
} */
/* #cnt .list p.w2000 {
    width: calc(100% / 2  - 10px);
    height: 220px;
    box-sizing: border-box;
}

#cnt .list img {
    height: auto;
    width: 100%;
}
#cnt .list p.hlong img {
    height: 100%;
    width: auto;
    max-width: inherit;
} */



/* #cnt .list p {
    width: auto;
    height: auto;
    max-height: 220px;
    max-width: inherit;
    max-width: 100%;
} */

#cnt .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}


#cnt .table-wrapper table {
    width: 100%;
    margin: 0 auto 80px;
}

#cnt .table-wrapper td {
    padding: 20px;
}

#cnt .table-wrapper tr td:nth-child(1) {
    width: 20%;
}

#cnt .table-wrapper tr:nth-child(odd) {
    background: #eef4fd;
}

#cnt .voice {
    padding: 200px 20px 100px;
}

#cnt .voice {
    max-width: 90%;
    margin: 0 auto;
    padding: 200px 20px 100px;
    align-items: center;
}

#cnt .voice h2 {
    text-align: left;
    padding: 0;
}

#cnt .voice .img {
    width: calc(30% - 15px);
}

#cnt .voice .txt {
    width: calc(70% - 15px);
}

@media (max-width: 767px) {
    #cnt #main #mv {
        width: auto;
        position: absolute;
        right: 25px;
        bottom: -20%;
        max-width: 90%;
    }

    #cnt .list img {
        max-height: 120px;
    }

    #cnt .voice {
        max-width: 100%;
    }

    #cnt .voice .img {
        width: 100%;
    }

    #cnt .voice .txt {
        width: 100%;
    }

    #main {
        height: 42vh;
        min-height: 50%;
    }

    #main .text {
        top: 35%;
        left: 51%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #slider {
        height: 100%;
        background: url(../images/main_02.png) no-repeat top right;
        background-size: auto 100%;
    }

    #main .mv_catch {
        bottom: 10px;
        right: 10px;
    }

    #reform .inner {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    #catch .text {
        color: #fff;
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 100px;
    }

    #catch h2 {
        font-size: 26px;
    }

    #service li .inner {
        padding: 0;
    }

    #service li p {
        padding: 0;
        box-sizing: border-box;
    }

    #service .title h2 {
        padding-left: 0;
    }

    .bg_white {
        background: rgba(255, 255, 255, 0.9);
        padding: 20px;
        box-sizing: border-box;
        border-radius: 10px;
    }
}

#contact form {
    max-width: 600px;
    margin: 0 auto;
}

#contact form textarea,
#contact form input {
    width: 100%;
    margin-bottom: 2em;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    border: 2px solid var(--main_text);
    color: var(--main_text);
}

#contact form input[type="submit"] {
    width: 100%;
    background: var(--main_text);
    box-sizing: border-box;
    color: #fff;
    padding: 5px;
    border: 2px solid var(--main_text);
    font-weight: bold;
    cursor: pointer;
}