body {
    font-family: open sans-serif;
}

img {
    max-width: 100%;
}

video {
    max-width: 100%;
}

h4 {
    font-size: 20px;
    text-align: center;
    color: #fab0ed;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    margin-bottom: 90px;
}

header h1 img {
    width: 180px;
}

header h1 {
    width: fit-content;
    margin: 0 auto;
}

header nav {
    display: flex;
    font-size: 20px;
    padding-top: 60px;
    justify-content: center;
}

header a {
    margin-left: 16px;
    margin-right: 16px;
}

.mainvisual {
    position: relative;
    margin-bottom: 170px;
}

.mainvisual p {
    position: absolute;
    color: white;
}

.mainvisual .body-text {
    font-size: 25px;
    top: 100px;
    font-weight: 600;
    left: 50px;
}

.mainvisual .side-text {
    font-size: 30px;
    letter-spacing: 0.15em;
    bottom: 60px;
    right: 100px;
}

.mainvisual video {
    height: 755px;
    width: 100%;
    object-fit: cover;
}

/* ここからcircle */
.circle01,
.circle02,
.circle03 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffe8fb;
    /*背景色*/
}

.circle {
    display: flex;
}

.theme {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
}




/* ここからheadセクション */

.head h1 {
    font-size: 30px;
    text-align: center;
    color: #fab0ed;
}


.head h2 {
    font-size: 25px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 57px;
    font-size: 25px;
    font-weight: 100;
}

.head p {
    text-align: center;
    margin-bottom: 70px;
}


.head,
.info {
    margin-bottom: 50px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.head .text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 90px;
}

.head .text .text--top {
    margin-bottom: 30px;
}

.head .text .text--center {
    margin-bottom: 30px;
}

.head .introduction {
    width: fit-content;
    margin: 0 auto;

}

.head .introduction .face-image {
    width: 100%;
    margin-bottom: 30px;
}

.introduction h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fab0ed;
}

.introduction p {
    margin-bottom: 20px;
    font-size: 15px;
}



.head .introduction .face-image img {
    width: 280px;
    height: 420px;
    object-fit: cover;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.head .introduction .face-image p {
    text-align: center;
}

.introduction,
.h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
}

.face-image img {
    width: 15%;
    margin-top: 30px;
    border-radius: 30px;
}

.face-image {
    text-align: center;
}


.service .wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.service h1 {
    font-size: 30px;
    text-align: center;
    color: #fab0ed;
}


.collaboration {
    display: none;
    font-size: 30px;
    text-align: center;
    background: #ffe8fb;
    padding: 0.5em;
    color: white;
    border-radius: 0.5em;
    margin: 20px 0;
}

.service h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.service .text {
    text-align: center;
    margin-bottom: 93px;
}

.text--center {
    margin-bottom: 94px;
    font-size: 20px;
}

.contents {
    display: flex;
    justify-content: space-between;
}

.flame .amount {
    text-align: right;
}


.flame {
    border-radius: 50px;
    width: 45%;
    border: #ffe8fb 2px solid;
    padding: 5%;
}



.flame--slick {
    width: 100%;
    margin: 0 0 20px 0;

}


.flame--slick__image {
    position: relative;
    width: 70%;
    margin: 50px 10px 30px 10px;

}

.flame--slick__image img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    border-radius: 100%;

}

.flame--slick__image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.flame p {
    text-align: left;
}


.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 11px;
}

.slick-dots li button {
    text-indent: -9999px;
    position: relative;
}

.slick-dots li button::before {
    content: '□';
    font-size: 14px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-dots li.slick-active button::before {
    content: '■';

}


/* オプショナルツアー */
.section,
.tour-info {
    max-width: 1000px;
    margin: 0 auto;
}

.tour-info h1 {
    font-size: 30px;
    text-align: center;
    color: #fab0ed;
}


.tour-info h2 {
    font-size: 30px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 53px;
    background: #fab0edb3;
    /*背景色*/
    padding: 0.5em;
    /*文字周りの余白*/
    color: white;
    /*文字を白に*/
    border-radius: 0.5em;
    /*角の丸み*/
    margin-bottom: 50px;
}

.wrapper h3 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 57px;
}

.tour-info table {
    border: 0.1px solid #ccc;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 72%;
    margin: 0 auto;
    margin-bottom: 90px;
}

table tbody th {
    background-color: #ffe8fb;
    color: #141313;
    text-align: center;
}

.tour-info tr th,
.tour-info tr td {
    border-bottom: 0.5px #0000003d solid;
    padding: 12px 15px;

}

.tour-info tr:last-child th,
.tour-info tr:last-child td {
    border-bottom: 0;
}

.schedule {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.list {
    display: flex;
    justify-content: space-between;
}

.list img {
    width: 40%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 50px;
    border-radius: 50px;
}

.list .text {
    width: 55%;
}

.list h4 {
    margin-bottom: 16px;
    color: #fab0ed;
}

.reservation {
    max-width: 1000px;
    margin: 0 auto;
}

.reservation img {
    width: 135px;
    height: 145px;
}

.body {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 70px;
    width: 70%;
}

.menu {
    text-align: center;

}


.menu img {
    display: block;
    margin-bottom: 30px;

    /* margin: 30px 100px; */
}

.menu a {
    display: inline-block;
}




img {
    max-width: 100%;
}

footer {
    background-color: #ffe8fb;
}

footer .wrapper {
    max-width: 920px;
    display: flex;
    margin: 0 auto;
    padding: 30px 40px;
    justify-content: center;
    align-items: center;
}

footer .wrapper .logo {
    width: 20%;
}

footer .wrapper .logo img {
    width: 130px;
}

footer .wrapper .wrapper-info {
    width: 45%;
}


footer .wrapper .info .info--center {
    font-size: 27px;
}

footer .wrapper .sns {
    width: 35%;
}

footer .wrapper .sns h4 {
    text-align: center;
    margin-bottom: 18px;
}

footer .wrapper .sns .image {
    display: flex;
}

footer .wrapper .sns .image a {
    width: 60px;
    margin-left: 18px;
    margin-right: 18px;
}

footer .wrapper .sns .image a img {}