@charset "UTF-8";
/* main */
* {
   padding: 0;
   font-weight: 300;
   font-size: 19px; 
   font-family: "Rajdhani", 'Kiwi Maru', serif;
   color: rgb(104, 87, 87);
}

.flex {
    display: flex;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: all .3s ease;
}

a:hover {
    color: #ffadfb;
}

header #gnav {
    position: -webkit-sticky;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

#gnav li {
    padding: 0 35px;
}

iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  

header a.header {
    font-size: 50px;
    line-height: 110%;
    margin: 0 10px;
    position: fixed;
    z-index: 100;
    color: #858585;
}

header p {
    font-size: 15px;
    color: rgb(104, 87, 87);
}

.title {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

section h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 35px;
    font-weight: 400;
    position: relative;
    font-weight: 600;
}

  h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 80px;
    height: 3px;
    transform: translate(-50%);
    background-color: #ffadfb;
}

#pagetop img {
    max-width: 35%;
}

/* section00 */
#sec00 h1 {
    font-size: 60px;
    line-height: 110%;
}


.slide {
    position: relative;
    width: 100%;
    padding-top: 120.5%;
    overflow: hidden;
    background-color: #c6c6c6;
  }
   
  @keyframes slideshow {
    0% {
      opacity: 0;
    }
   
    10% {
      opacity: 1;
    }
   
    28% {
      opacity: 1
    }
   
    38% {
      opacity: 0;
    }
   
    100% {
      opacity: 0;
    }
  }
   
  .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0;
    animation: slideshow 24s linear infinite;
  }
   
  .slide img:nth-child(2) {
    animation-delay: 8s;
  }
   
  .slide img:last-child {
    animation-delay: 16s;
  }

/* section01 */
#sec01 {
    padding: 60px 0;
    text-align: center;
    color: rgb(104, 87, 87);
}

#sec01 .about {
    width: 200px;
    margin: 20px auto -10px auto;
}

#sec01 .about img {
    border-radius: 50%;
}

#sec01 h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: rgb(104, 87, 87);
}

/* section02 */
#sec02 {
    padding: 60px 0;
    background: #eee;
}

body {
  margin: 0;
  padding: 20px;
}

.box {
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px;
  border-bottom: dashed 1px rgb(173, 173, 173);
}

.text {
    margin: 10px 10px;
}

.ex1 {
    text-align: center;
    margin-bottom: 80px;
    color: rgb(104, 87, 87);
}

#sec02 h3 {
    font-size: 20px;
    font-weight: 600;
}

#sec02 a {
    font-size: 16px;
    font-weight: 600;
    display: inline;
    margin: 5px;
    color: #ffadfb;
}

.pict {
  width: 48%;
  margin-left: 0%;
  margin-top: 40px;
}

.pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}

.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

/* section03 */
#sec03 {
    padding: 60px 0;
}

ul {
    display: flex;
    flex-wrap: wrap;
}

#sec03 .gallery li {
    float: left;
    position: relative;
    width: 345px;
    margin: 0 20px 15px 0;
    box-sizing: border-box;
}

.gallery li:hover {
    z-index: 10;
    transform: scale(1.3) rotate(0deg);
}

.gallery li {
    transform: scale(1.0);
    transition: all 0.3s ease-out;
}

#sec03 p {
    text-align: start;
}

#sec03 h3 {
    text-align: center;
    margin: 0 0 40px 0;
}

#sec03 h3 a {
    font-size: 20px;
    font-weight: 600;
    display: inline;
    margin: 5px;
    color: #ffadfb;
}

#sec03 .fa-instagram:before {
    font-size: 20px;
}

/* section04 */
#sec04 table {
    width: 100%;
    border-radius: 15px;
    background: #fff;
    border-spacing: 0;
}

#sec04 th {
    width: 25%;
    background: #ffadfb;
    color: #fff;
}

#sec04 tr:first-child th:first-child {
    border-top-left-radius: 15px;
}

#sec04 tr:first-child th:last-child {
    border-radius: 0 15px 0 0;
}

#sec04 th,
#sec04 td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;    
}

#sec04 tr:last-child th,
#sec04 tr:last-child td {
    border-bottom: 0;
    border-radius: 0 0 0 15px;
}

#sec04 td:last-child {
    border-right: 0;
}

#sec04 {
    padding: 60px 0;
    background: #eee;
}

#sec04 h2 {
    font-size: 30px;
}

#sec04 p {
    padding: 20px 0;
}

body {
  margin: 0;
  padding: 0;
}

#sec04 .box {
  margin: 0px;
  display:flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#sec04 h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 40px 0px 0px;
}

.box2 {
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}

.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

/* section05 */
#sec05 {
    text-align: center;
}

#sec05 a {
    font-size: 16px;
    font-weight: 600;
    display: inline;
    margin: 5px;
    color: #ffadfb;
}

.section-f {
    font-size: 1.1em;
    padding: 60px 50px 100px;
}

.section-f>div {
    min-width: 680px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

section>p {
    font-weight: 300;
    font-size: 1em;
}

.q-a {
    width: 480px;
    margin: 0 auto;
}

.q-a dt {
    position: relative;
    margin: 0 0 1.5em 0;
    text-align: left;
    padding: 0 2em 1.5em 2em;
}

.q-a dd {
    position: relative;
    margin: 0 0 2em 0;
    padding: 0 2em 1.5em 2em;
    border-bottom: 1px dotted gray;
    text-align: left;
}

.q-a dt::before {
    font-family: 'Font Awesome 5 Free';
    padding: 0.1em 0.3em;
    content: '\f059';
    color: #83e2ff;
    font-size: 3em;
    font-weight: 500;
}

.q-a dd::before {
    font-family: 'Font Awesome 5 Brands';
    padding: 0.1em 0.3em;
    content: '\f170';
    color: #ffadfb;
    font-size: 3em;
    font-weight: 400;
}

/* section06 */
#sec06 {
    padding: 90px 0;
    background: #eee;
}

form {
    width: 960px;
    margin: 0 auto;
}

.form-box ul li {
    list-style-type: none;
}

.div-g1 {
    text-align: center;
}

.form-box {
    width: 80%;
    margin: 0 auto;
    color: #000000;
}

label {
    display: block;
}

input, select, textarea {
    height: 30px;
    border: 1px solid #858585;
    color: #494949;
}


/* section07 */
#sec07 {
    padding: 90px 0;
    background: #fff;
}

form {
    width: 960px;
    margin: 0 auto;
}

.form-box ul li {
    list-style-type: none;
}

.div-g1 {
    text-align: center;
}

.form-box {
    width: 80%;
    margin: 0 auto;
    color: #000000;
}

label {
    display: block;
}

input, select, textarea {
    height: 30px;
    border: 1px solid #858585;
    color: #494949;
}

/* ::placeholderの初期に入っている色を指定 */
::placeholder {
    color: #cacaca;
}

input[type="text"], input[type="email"] {
    width: 80%;
}

select, input[type="date"] {
    width: 50%;
}

.form-box>div {
    padding: 25px;
}

textarea {
    width: 80%;
    height: 100px;
}

.div-button {
    text-align: center;
}

.button {
    padding: .5em 1em;
    width: 120px;
    height: 40px;
    position: relative;
    background-color: #ffadfb;
    border: solid 1px #333;
    border-radius: 10px 50px/50px 10px;
    color: #ffffff;
    line-height: 30px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    line-height: normal;
}

.button:hover {
    background-color: #ff6767;
}

.button:active {
    top: 3px;
    box-shadow: none;
}

.chk-span {
    position: relative;
    top: -9px;
}

#sec06 h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 80px 0px 0px;
}

/* footer */
footer {
    background:#eee;
    padding: 30px 0;
    text-align: center;
    border-top: 3px solid #ffadfb;
}

footer nav .flex{
    justify-content: center;
    margin: 50px;
}

footer nav li {
    font-size: 16px;
}

footer nav li a {
    text-decoration: none;
    transition: all .2s ease;
    font-size: 18px;
    margin: 0 25px;
}

footer nav li a:hover {
    color: #ffadfb;
}

#pagetop {
    width: 80px;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.googleCalendar iframe {
    width: 80%;
    height: 400px;
}

#sec06 h3 a {
    font-size: 20px;
    font-weight: 600;
    display: inline;
    margin: 5px;
    color: #ffadfb;
}

@media all and (min-width: 768px) {
    .googleCalendar iframe {
      height: 600px;
    }
}

.sp {display: none; }

@media only screen and (max-width: 500px) {

    #sec01 br {
        display: none;
    }

    #sec02 br {
        display: none;
    }

    p {
        font-size:15px;
    }

    .box {
        padding: none;
    }
    
    header a.header {
        font-size: 40px;
    }
}

@media (max-width:640px) {
    .section-f>div {
        width: 100%;
        min-width: 0;
        font-size: 12px;
    }

    .q-a {
        width: 100%;
    }

    .section-f {
        padding: 100px 0;
    }

    form {
        width: 100%;
    }

    .sp {display: block;}

    header #nav_btn {
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 0;
        padding: 10px 20px;
        z-index: 9999;
        background: rgba(0, 0, 0, .5);
    }

    header #nav_btn img {
        width: 35px;
    }

    header .menu_btn0 {display: block;}
    header .menu_btn1 {display: none;}
    header.nav_open .menu_btn0 {display: none;}
    header.nav_opne .menu_btn1 {display: block;}

    header #gnav {
        float: none;
        position: fixed;
        width: 100%;
        padding: 20px 0;
        background: rgba(255, 255, 255, .6);
        z-index: 9998;
        display: none;
    }

    header nav ul.flex {
        display: block;
    }

    header nav a {
        padding: 20px;
        margin: 0;
        text-align: center;
    }

    footer nav {
        display: none;
    }

    .title {
        display: none;
    }

    .title p {
        font-size: 15px;
    }

    #pagetop {
        bottom: 20px;
        right: 20px;
    }

    #sec01 .box {
        width: 100%;
    }
}

@media (max-width:768px) {
    .box {
        flex-direction: column;
    }
    .box:nth-child(even) {
        flex-direction: column;
    }
    .text {
        text-align: left;
    }
    .box:nth-child(even) .text {
        text-align: left;
    }
    .ex1 {
        text-align: left;
    }
    .pict {
        width:100%;
        margin-left: 0;
        text-align: center;
    }
    .box:nth-child(even) .pict {
        margin-left: 0;
        margin-right: 0%;
    }
    .pict img {
        width:80%;
        height:auto;
    }
    th {
        font-size: 12px;
        white-space: nowrap;
    }
    td {
        font-size: 16px;
    }
}

@media(max-width: 1100px) {
    .inner {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #sec01 .flex {
        flex-wrap: wrap;
    }

    #sec01 .box {
        width: 49%;
        margin-bottom: 20px;
    }

    #sec02 {
        background-position: center top;
        background-size: cover;
    }

    #sec02 h2 {
        margin-bottom: 30px;
    }

    #sec02 .text_block {
        width: 100%;
        padding: 50px 0 100px;
        text-align: center;
    }
}