meta charset="UTF-8"

/* ----------
    common
---------- */
body {
    background: #fafafa;
    color: #333;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;

}
@media (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}

.container {
    overflow-x: hidden;
    width: 100%;
}

.b {
    font-weight: bold;
}
.big {
    font-size: 1.25em;
}
.small {
    font-size: .8em;
}
mark {
    background: linear-gradient(transparent 70%, yellow 70%);
}
p{
    line-height: 2;
}

@media (max-width: 767px){
   .pc
   {display:none;

   }}
 @media (min-width: 767px){
   .sp
   {display:none;
   }}

/* ----------
    header
---------- */

#site-header {
    /*background: rgba(250,250,250,.85);*/
    background: rgb(250 241 241 / 85%);
    display: flex;
    justify-content: space-between;
    padding: 24px;
    width: 100%;
    border-bottom: 5px solid #834651;;
}
@media (max-width: 767px) {
    #site-header {
        align-items: center;
        filter: drop-shadow(0 3px 3px rgba(0,0,0,.2));
        left: 0;
        padding: 8px 12px;
        position: fixed;
        top: 0;
        z-index: 999;
    }
}

#site-header .brand {
    width: 200px;
}
@media (max-width: 767px) {
    #site-header .brand {
        width: 100px;
    }
}

nav{
    margin-top: 46px;
}

#site-header #nav-switch,
#site-header #nav-close {
    display: none;
}
@media (max-width: 767px){
    #site-header #nav-close{
    position: fixed;
    top: 5px;
    right: 20px;
    }
}
@media (max-width: 767px) {
    #site-header #nav-switch {
        color: #9a441a;
        display: block;
        font-size: 24px;
        transition: .3s;
    }
    #site-header nav {
        background: #b0887b;
        bottom: 0;
        filter: opacity(.9);
        min-height: 100vh;
        padding: 40px 20px;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: .5s;
        width: 50%;
        z-index: 1000;
    }
    #site-header #nav-close {
        color: #fff;
        display: block;
        font-size: 24px;
        position: absolute;
        right: 12px;
        top: 8px;
    }

    /* open */
    #site-header #nav-switch.open {
        filter: opacity(0);
    }
    #site-header nav.open {
        transform: translateX(0);
    }
}

#site-header ul {
    display: flex;
    /*height: 100%;*/
    margin: 0;
}
@media (max-width: 767px) {
    #site-header ul {
        align-content: flex-start;
        flex-wrap: wrap;
    }
    #site-header li {
        width: 100%;
    }
}

#site-header li a {
    align-items: center;
    color: #222;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0 40px;
    border-right: 1px solid #9a441a;
    text-decoration: none;
}

#site-header li:first-child{
    border-left: 1px solid #9a441a;
}
 @media (max-width: 767px){
   #site-header li:first-child
   {border-left: none;
   }}

@media (max-width: 767px) {
    #site-header li a {
        color: #fff;
        justify-content: flex-start;
        margin: 0 0 20px;
        padding: 0 20px;
    }
}

#site-header li a:hover {
    background-color: #fab4d5
    /*color: #22819e;*/
}
#site-header .contact a {
    /*border: 2px solid #834651;*/
    /*border-radius: 4px;*/
    /*color: #22819e;*/
    /*cursor: pointer;*/
    /*margin-left: 40px;*/
    /*transition: .3s;*/
}
@media (max-width: 767px) {
    #site-header .contact a {
        color: #fff;
        margin-left: 0;
    }
}

#site-header .contact a:hover {
    background: #fab4d5
    color: #fff;
}


/* ----------
    footer
---------- */
#site-footer {
    padding: 10px;
    text-align: center;
    width: 100%;
    background: rgb(250 241 241 / 85%);
    /*background-color: #89716d;*/
}
footer img{
    height: 100px;
    width: auto;
}


/* ----------
    index
---------- */

/* common */
.index section {
    padding: 100px 0;
}
@media (max-width: 767px) {
    .index section {
        padding: 60px 0;
    }
}

.index .tit {
    padding-top: 50px;
    text-align: center;
}

@media (max-width: 767px) {
   .index .yohaku-2 {
        padding-top: 100px;
    }
}
.index .tit .en {
    /*color: #22819e;*/
    color: #834651;
    /*font-family: 'Grenze Gotisch', cursive;*/
    /*font-family: 'Noto Sans', cursive;*/
    font-size: 20px;
}

.index h2 {
    font-size: 36px;
    color: #353534;
    font-weight: normal;
    /*margin: 20px 0 0;*/
}
@media (max-width: 767px) {
    .index h2 {
        font-size: 7vw;
    }
}

.index .body {
    padding: 0 40px;
    /*max-width: 1200px;*/
}
@media (max-width: 767px) {
    .index .body {
        padding: 0 20px;    
    }
}

/*.index .txt p {
    line-height: 200%;
}*/
/* /common */

.index .kv {
    height: 800px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .index .kv {
        height: 100vw;
    }
}

.index .kv .tit {
    color: #353534;
    left: 20%;
    position: absolute;
    top: 30%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
@media (max-width: 767px) {
    .index .kv .tit {
        top: 55%;
        width: 100%;
    }
}

.index .kv h1 {
    border-bottom: 1px solid;
    font-family: 'Grenze Gotisch', cursive;
    font-size: 110px;
    line-height: 80%;
    font-weight: normal;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .index .kv h1 {
        font-size: 12vw;
        border-bottom:none;
    }
}


.tit-1{
margin-top: 50px;
}

@media (max-width: 767px) {
    .index .kv .img {
        height: 100%;
        width: 100%;
    }
}

/*.index .kv img {
    animation: slideShow 20s linear infinite;
    height: auto;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/
@media (max-width: 767px) {
    .index .kv img {
        height: 500px;
        width: auto;
    }
}

/* section-1 */
.index #section-1 {
    position:  relative;
    /*background: rgb(254 251 246 / 72%);*/
}
.index #section-1 .txt {
    text-align: center;
}
.index #section-1 .body {
    margin: 64px auto 0;
}
.index #section-1 .bird{
    position: absolute;
    width: 8%;
    right: 28%;
    top: 130px;
}
@media (max-width: 767px){
    .index #section-1 .bird{
    width: 15%;
    right: 10%;
    top: 130px;
}}
.index #section-1 .bird-2{
    position: absolute;
    width: 8%;
    left: 20%;
    top: 670px;
}
.index .moon{
    position: absolute;
    width: 7%;
    left: 28%;
    top: 900px;
}
.yohaku{
    padding-top: 30px;
}

/* section-2 */
.index #section-2 {
    background: #f3f3f3;
    background-image: linear-gradient(
        -45deg,
        #eee 25%,
        #fbedd3 25%,
        #fafafa 50%,
        #eee 50%,
        #eee 75%,
        #fafafa 75%,
        #fafafa
    );
    background-size: 10px 10px;
}
.index #section-2 .body {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;

}
/*
.index #section-2 .group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}*/


@media (max-width: 767px) {
.index #section-2 .group {
    flex-wrap: wrap;
}}

.slide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 800px;
  height     : 400px;
  margin     : 0 auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}

@media (max-width: 767px) {
    .sp-img img{
        margin: 10px 0px 10px;
    }
}

.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : auto;
  height     : inherit;
  left       : -100%;
  animation  : slideAnime 20s ease infinite;
  /*margin     : 0 auto;*/
    margin-left: 50%;
    transform: translateX(-50%)
}

.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 5s }
.slide img:nth-of-type(3) { animation-delay: 10s }
.slide img:nth-of-type(4) { animation-delay: 15s }
/*.slide img:nth-of-type(5) { animation-delay: 20s }*/

@keyframes slideAnime{
   0% { left: -100% }
   1% { left: 0     }
  19% { left: 0     }
  20% { left: 100%  }
 100% { left: 100%  }
}

/*#section-2 .slide img{
    width: 45%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}*/

@media (max-width: 767px) {
.index #section-2 .img  {
    width: 100%;
    margin: auto;
}}


@media (max-width: 767px) {
.index #section-2 .img  {
    order: -1;  
}}


.index #section-2 .tit {
    padding-bottom: 30px;  
}


/*.index #section-2 h2 {
    font-size: 36px;
}*/
.index #section-2 .txt {
    margin-top: 40px;
    margin-right: 80px;
}

@media (max-width: 767px){
    .index #section-2 .txt {
    margin-top: 40px;
    margin-right: auto;
}}



/*<!-- 3つ目のセクション -->*/


.index #section-3{
    position:  relative;
    /*background: rgb(254 251 246 / 72%);*/
    /*padding-top: 150px;*/
}
@media (max-width: 767px){
    .index #section-3{
        padding-top: 100px;
}}
.index #section-3 .txt{
    margin-top: 50px;
}

.index #section-3 .round{
    position: absolute;
    width: 90%;
    left: 9%;
    top: 70px;
}
.index #section-3 .round-sp{
    position: absolute;
    width: 90%;
    left: 9%;
    top: 70px;
}
.index #section-3 .round-2{
    position: absolute;
    width: 90%;
    left: 67%;
    top:560px;
}
.index #section-3 .neko{
    position: absolute;
    width: 80%;
    left: 5%;
    top:965px;
}
/*.index #section-3 .neko-2{
    position: absolute;
    width: 80%;
    left: 5%;
    top:980px;
}*/

.index #section-3 .fuwafuwa{
    animation: fuwafuwa 5s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(7deg);
  }
  50% {
    transform:translate(0, 10px) rotate(5deg);
  }
  100% {
    transform:translate(0, -40px) rotate(1deg);
  }
}

.index #section-3 .wawa{
    animation: wawa 9s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
}

@keyframes wawa {
  0% {
    transform:translate(10px, 0) rotate(7deg);
  }
  50% {
    transform:translate(0, 30px) rotate(5deg);
  }
  100% {
    transform:translate(0, -50px) rotate(1deg);
  }
}
.index #section-3 .txt {
    text-align: center;
}
.index #section-3 .pf{
    text-align: center;
}

.index #section-3 .group {
    display: flex;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .index #section-3 .group {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.index #section-3 img {
    width: 25%;
}
@media (max-width: 767px) {
    .index #section-3 img {
        width: 34%;
    }
}
@media (max-width: 767px) {
    .index #section-3 .pf img {
        width: 45%;
    }
}

/*.index #section-3 img {
    filter: opacity(80%);
    height: 100%;
    object-fit: contain;
}*/


/* contact */
#contact {
    /*background: url(../img/bg_02.jpg) center center/cover no-repeat;*/
    background: url(../img/cnt-back.jpg) center center/cover no-repeat;
    position: relative;
}
#contact::before {

    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#contact h2{
    color: #fff;
    font-weight: normal;
}
#contact .en {
    /*color: #eee;*/
}
#contact .txt{
    color: #fff;
    text-align: center;
}
#contact .tit {
    color: #fff;
    position: relative;
    z-index: 2;
}
#contact .body {
    margin: 64px auto 0;
    position: relative;
    text-align: center;
    z-index: 2;
}
#contact form {
    display: inline-block;
    font-size: 18px;
    text-align: left;
}
@media (max-width: 767px) {
    #contact form {
        width: 100%;
    }
}

#contact .group {
    align-items: center;
    display: flex;
    padding: 16px 0;
}
@media (max-width: 767px) {
    #contact .group {
        flex-wrap: wrap;    
    }
}

#contact .group label {
    color: #fff;
}
#contact .group > label {
    display: inline-block;
    margin-bottom: 8px;
    width: 200px;
}
@media (max-width: 767px) {
    #contact .group > label {
        width: 100%;
    }
}

#contact .group .text-2{
    height: 200px;
}
@media (max-width: 767px) {
    #contact .group .text-2{
    height: 100px;
}
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea,
#contact select {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    padding: 8px 16px;
    width: 400px;
}
@media (max-width: 767px) {
    #contact input[type="text"],
    #contact input[type="email"],
    #contact input[type="tel"],
    #contact textarea,
    #contact select {
        width: 100%;
    }
}

#contact input[type="checkbox"]:not(:first-of-type),
#contact input[type="radio"]:not(:first-of-type) {
    margin-left: 16px;
}
/*#contact .btn button {
    background: none;
    border: none;
    display: block;
    margin: 0 auto;
    width: 100%;
}*/

.btn a{
    text-decoration: none;
    color: #fff;
}

.btn {
    border-radius: 100vw;
    font-size: 18px;
    /* font-weight: bold; */
    align-items: center;
    background: #834651;
    /*background: #9a441a;*/
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 64px auto 0;
    padding: 10px 0;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 200px;}

.btn:hover {
    background-color: #fab4d5;
    }
@media (max-width: 767px) {
    .btn:hover {
        background-color: #fab4d5;
        }
    }

@media (max-width: 767px) {
    #contact .btn button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #contact .btn a {
        margin: 40px auto 0;
        width: 100%;
    }
}

#contact button a {
    /*align-items: center;*/
    /*color: #fff;*/
    /*display: block;*/
    font-size: 22px;
    /*text-decoration: none;*/
    /* padding-bottom: 64px; */
}

#contact button {
    background: none;
    border: none;
    width: 100%;
}

/*#contact .btn a:hover {
    filter: brightness(100%);
}*/

::placeholder {
    color: #878883;
  /*color: orange;*/
}

/*<料金表>*/

table {
  border-collapse: collapse;
  margin: 40px auto 50px auto;
  table-layout: fixed;
  color: #000;
}
@media (max-width: 767px) {
    table {
        margin-bottom: 0px;
    }
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}

table tr:first-child{
    border-top: 1px solid #bbb;
}

th{
    font-weight: normal;
}

table thead{
  border-bottom: 5px solid #834651;
}
table tr:last-child{
   /*border-bottom: none*/
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
    color: #ff9901;
    font-size: 1.5em;
}

.txt{
   text-align: left;
   font-size: .95em;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    display: block;
    border-right: none;
    border-bottom: 5px solid #834651;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: 2em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.small{
    font-size: .85em;
    font-weight: normal;
}
.big{
    font-weight: bold;
}

/*!-- その他価格 --*/

.other
tbody th{
    color: black;
    font-size: .95em;
    background-color: rgb(250 241 241 / 85%);
}
#section-4{
    width: 1200px;
    margin:0 auto;
    padding: 0 4%;
}

.work-box{
    display: flex;
}

.work{
    /*display: flex;*/
}

.wrk-img img{
    width: 45%;
    height: auto;
}

.heading08 span {
    /*display: flex;*/
    align-items: center;
    color: #834651;
    font-size: 18px;
    text-transform: uppercase;
}

.heading08 span::before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    width: 40px;
    height: 1px;
    background-color: #834651;
}