@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Limelight';
    src: url(../font/Limelight/Limelight-Regular.ttf);
}

@font-face {
    font-family: 'Zen_Maru_Gothic';
    src: url(../font/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

header {
    position: relative;
}

/*family-flex*/
.header-flex-box {
    display: flex;
}

.text-box {
    display: flex;
    width: 30%;
    margin-left: 3%;
}

.text-box p:nth-of-type(1) {
    font-family: 'Limelight';
    font-size: 8vw;
    color: #FFE896;
    text-shadow: 8px 8px 0px #5A4A37;
}

.text-box p:nth-of-type(2) {
    font-family: 'Limelight';
    font-size: 8vw;
    color: #5A4A37;
}

.header-flex-box h1 {
    width: 8%;
    margin-top: 1%;
    margin-left: auto;
    margin-right: 46%;
}

.header-flex-box img {
    width: 100%;
}


/*travel-flex*/
.header-flex-box2 {
    display: flex;
}

.text-box2 {
    width: 10%;
    text-align: center;
}

.text-box2 p:nth-of-type(1) {
    margin-top: -15%;
    font-family: 'Limelight';
    font-size: 8vw;
    color: #FFE896;
    text-shadow: 8px 8px 0px #5A4A37;
}

.text-box2 p:nth-of-type(2),.text-box2 p:nth-of-type(3),.text-box2 p:nth-of-type(4),.text-box2 p:nth-of-type(5),.text-box2 p:nth-of-type(6) {
    margin-top: -38%;
    font-family: 'Limelight';
    font-size: 8vw;
    color: #5A4A37;
}

.main-visual {
    display: flex;
    width: 90%;
}

.main-visual-img {
    position: relative;
    width: 75%;
}

.img-scr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    animation: slider-1 25s linear infinite;
}


.img-scr:nth-child(1) {
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    background-image: url(../images/top-img1.jpg);
    background-size: 100% 100%;
    animation-delay: 0s;
}

.img-scr:nth-child(2) {
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    background-image: url(../images/top-img2.jpg);
    background-size: 100% 100%;
    animation-delay: 5s;
}

.img-scr:nth-child(3) {
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    background-image: url(../images/top-img3.jpg);
    background-size: 100% 100%;
    animation-delay: 10s;
}

.img-scr:nth-child(4) {
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    background-image: url(../images/top-img4.jpg);
    background-size: 100% 100%;
    animation-delay: 15s;
}

.img-scr:nth-child(5) {
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    background-image: url(../images/top-img5.jpg);
    background-size: 100% 100%;
    animation-delay: 20s;
}

@keyframes slider-1 {
    0%{ opacity: 0;}
    5%{ opacity: 1;}
    25%{ opacity: 1;}
    30%{ opacity: 0;}
    100%{ opacity: 0;}
}


/*-----右側言葉-----*/
.main-visual-text {
    width: 25%;
    margin-left: 3%;
}

/*-----楽しく-----*/
.main-visual-text-child {
    display: flex;
    position: relative;
    margin-left: 5%;
}

.main-visual-text-child:nth-of-type(1) p {
    margin-top: 10%;
    letter-spacing: 0.5vw;
    font-family: 'Zen_Maru_Gothic';
    font-size: 2vw;
    color: #5A4A37;
}

.main-visual-text-child:nth-of-type(1) p:nth-of-type(1),.main-visual-text-child:nth-of-type(1) p:nth-of-type(3) {
    margin-top: 15%;
}

.main-visual-text-child:nth-of-type(1) p:nth-of-type(1)::before {
    display: block;
    position: absolute;
    width: 15%;
    height: 2.8vw;
    top: 30%;
    right: 65%;
    content: "";
    border-radius: 100%;
    background-color: #FFE896;
    z-index: 0;
}

.main-visual-text-child:nth-of-type(1) p:nth-of-type(2) {
    font-size: 3vw;
    z-index: 1;
}

/*-----安全-----*/
.main-visual-text-child:nth-of-type(2) p {
    margin-top: 10%;
    letter-spacing: 0.5vw;
    font-family: 'Zen_Maru_Gothic';
    font-size: 2vw;
    color: #5A4A37;
}

.main-visual-text-child:nth-of-type(2) p:nth-of-type(1),.main-visual-text-child:nth-of-type(2) p:nth-of-type(3) {
    margin-top: 15%;
}

.main-visual-text-child:nth-of-type(2) p:nth-of-type(1)::before {
    display: block;
    position: absolute;
    width: 15%;
    height: 2.8vw;
    top: 30%;
    right: 65%;
    content: "";
    border-radius: 100%;
    background-color: #FFE896;
    z-index: 0;
}

.main-visual-text-child:nth-of-type(2) p:nth-of-type(2) {
    font-size: 3vw;
    z-index: 1;
}

/*-----家族旅行------*/
.main-visual-text-child2 {
    width: 80%;
    height: 45%;
    margin-top: 15%;
    border-radius: 100%;
    text-align: center;
    background-color: #FFE896;
}

.main-visual-text-child2 p {
    font-family: 'Zen_Maru_Gothic';
    font-size: 1.6vw;
    color: #5A4A37;
}

.main-visual-text-child2 p:nth-child(1) {
    line-height: 5;
}

.main-visual-text-child2 p:nth-of-type(2) {
    margin-top: -15%;
    line-height: 2;
    font-size: 3vw;
}


/*------nav------*/
/*ナビメニューのスタイルを指定*/
.nav-box {
    display: flex;
}

nav.NavMenu{
	position: fixed; /*表示位置を固定*/
	z-index: 2; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #5A4A37; /*文字色を黒にする*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す上から出したい場合は、transform: translateYを使う。*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
}

nav.NavMenu ul {
    width: 80%;
    margin-top: 0.5%;
	background: #fff; /*背景をグレーにする*/
}

nav.NavMenu ul li {
    display: flex;
    margin-top: 3%;
	list-style-type: none;
    border-bottom: 1px dashed #5A4A37;
    transition: 0.5s;
}

nav.NavMenu ul li:hover {
    border-bottom: 1px solid #5A4A37;
    transition: 0.5s;
}

nav.NavMenu ul li:nth-of-type(1) {
    margin-left: 10%;
}

nav.NavMenu ul li:nth-of-type(2) {
    margin-left: 15%;
}

nav.NavMenu ul li:nth-of-type(3) {
    margin-left: 20%;
}

nav.NavMenu ul li:nth-of-type(4) {
    margin-left: 25%;
}

nav.NavMenu ul li:nth-of-type(5) {
    margin-left: 30%;
}

nav.NavMenu ul li:nth-of-type(6) {
    margin-left: 35%;
}

nav.NavMenu ul li:nth-of-type(7) {
    margin-left: 40%;
}

nav ul li a {
	display: block; /*クリックできる領域を広げる*/
    text-decoration: none;
}

/*-----FamilyTravel-----*/
.FamilyTravel span:nth-of-type(1) {
    font-family: 'Limelight';
    font-size: 1.8vw;
    color: #5A4A37;
}

.FamilyTravel span:nth-of-type(2),.FamilyTravel span:nth-of-type(4) {
    font-family: 'Limelight';
    font-size: 3vw;
    color: #FFE896;
}

.FamilyTravel span:nth-of-type(3),.FamilyTravel span:nth-of-type(5) {
    font-family: 'Limelight';
    font-size: 3vw;
    color: #5A4A37;
}

/*-----Area etc...-----*/
.Area span:nth-of-type(1),.Area span:nth-of-type(3) {
    font-family: 'Limelight';
    font-size: 3vw;
    color: #FFE896;
}

.Area span:nth-of-type(2),.Area span:nth-of-type(4) {
    font-family: 'Limelight';
    font-size: 3vw;
    color: #5A4A37;
}

.jp-box {
    margin-left: 2%;
    margin-top: 1.8%;
    font-family: 'Zen_Maru_Gothic';
    font-size: 1.2vw;
    color: #5A4A37;
}

/*-----nav-img-----*/
.nav-img {
    width: 4%;
    margin-top: 16%;
    margin-left: 11%;
}

.nav-img a {
    display: block;
    margin-top: 20%;
}

.nav-img a:hover {
    opacity: 0.5;
}

.nav-img a img {
    width: 100%;
}

.nav-img-logo {
    width: 18%;
    margin-top: -17%;
    margin-left: 2%;
    padding-bottom: 2%;
}

.nav-img-logo img {
    width: 100%;
}




/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
	transform: translateY(0%);/*上から出したい場合は、transform: translateYを使う。横からならtranslateXにする*/
}


/*トグルボタンのスタイルを指定*/
.Toggle {
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 20px;
	top: 40px;
	width: 100px;
	height: 60px;
	cursor: pointer;/*divだけどカーソルが変わるようにしている*/
	z-index: 3;/*開いた時のバツボタンを一番上にしている(押せなくなるから)*/
    border-radius: 100%;
}

/*spanにて横3本線を表現している。*/
.Toggle span {
	display: block;
	position: absolute;
	width: 60px;
	border-bottom: solid 2px #5A4A37;
	transition: .35s ease-in-out;			/*バツに変化する速度を指定*/
	left: 6px;
}

/*一本目*/
.Toggle span:nth-child(1) {
	top: 9px;
}

/*二本目*/
.Toggle span:nth-child(2) {
	top: 24px;
}

/*三本目*/
.Toggle span:nth-child(3) {
	top: 38px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
}

/*-----form-----*/
.form-flex-box {
    position: absolute;
    display: flex;
    width: 80%;
    margin-left: 20%;
    z-index: 1;
}

form {
    width: 70%;
    padding: 2% 0 2% 2%;
    font-size: 1.2vw;
    font-family: 'Zen_Maru_Gothic';
    color: #5A4A37;
    border-radius: 30px;
    border: 1px solid #5A4A37;
    background-color: #fff;
}

.form-box {
    display: flex;
    margin-left: 2%;
}

textarea {
    width: 30%;
    height: 3vw;
    margin-top: 1%;
}

.form-child {
    margin-left: 2%;
}

.form-child p {
    margin-left: 30%;
}

.form-child2 {
    margin-left: 2%;
}

.form-child2 p {
    margin-left: -15%;
}

.form-child3 {
    margin-left: 1%;
}

.form-child3 p {
    margin-left: -7%;
}

.form-box:nth-of-type(2) {
    margin-top: 3%;
}

.form-box2 {
    margin-top: 3%;
}

.submit input {
    width: fit-content;
    margin-top: 2%;
    margin-left: 40%;
    padding: 1% 2%;
    font-size: 1.2vw;
    font-family: 'Zen_Maru_Gothic';
    border: none;
    border-radius: 20px;
    color: #5A4A37;
    background-color: #FFE896;
}

.form-child4 input {
    margin-left: 2%;
    margin-right: 1%;   
}


/*-----丸い子供画像-----*/
.img6-box img {
    position: absolute;
    top: 95%;
    left: 3%;
    width: 20%;
    z-index: 0;
}

/*-----inf-nav-----*/
.Information-box {
    width: 15%;
    height: 21%;
    top: 77%;
    margin-left: 6%;
    margin-right: auto;
}

.Information-box a {
    display: block;
    font-size: 1vw;
    font-family: 'Zen_Maru_Gothic';
    text-align: center;
    text-decoration: none;
    white-space: pre-wrap;
    color: #5A4A37;
    border-radius: 20px;
    background-color: #FFE896;
    transition: 0.5s;
}

.Information-box a:hover {
    border-radius: 20px;
    color: #FFE896;
    background-color: #5A4A37;
    transition: 0.5s;
}

.Information-box img {
    margin-top: -20%;
    width: 70%;
}


/*-----main-----*/
main section {
    position: relative;
}

/*-----about-----*/
main section:nth-of-type(1) h2 {
    margin-top: 25%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    text-align: center;
    color: #5A4A37;
}

section:nth-of-type(1) .section-text-box {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section:nth-of-type(1) .section-text-box h3 {
    margin-top: 2%;
    font-family: 'Limelight';
    font-size: 4vw;
    color: #5A4A37;
}

section:nth-of-type(1) .section-text-box h3:nth-of-type(1) {
    margin-top: 4%;
    margin-right: 2%;
    font-size: 3vw;
}

section:nth-of-type(1) .section-text-box h3:nth-of-type(2),section:nth-of-type(1) .section-text-box h3:nth-of-type(4) {
    font-size: 4vw;
    color: #FFE896;
}


/*-----section中-----*/
.section1-container {
    width: 80%;
    height: 100vw;
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
    background-image: url(../images/border.png);
    background-size: 100% 100%;
}

.section-flex-box {
    display: flex;
}

.section-flex-box:nth-of-type(1) {
    margin-bottom: 2%;
}

.section-flex-box:nth-of-type(2) {
    margin-bottom: 2%;
}

/*-----数字-----*/
.section1-container h4 {
    font-family: 'Limelight';
    font-size: 5vw;
    color: #5A4A37;
}

.section1-container h4:nth-of-type(1) {
    position: absolute;
    top: 8.5%;
    left: 9%;
}

.section1-container h4:nth-of-type(2) {
    position: absolute;
    top: 35.5%;
    left: 85%;
}

.section1-container h4:nth-of-type(3) {
    position: absolute;
    top: 64%;
    left: 9%;
}

/*-----画像-----*/
.section-flex-box img:nth-child(1) {
    width: 43%;
    height: 30%;
    border-radius: 50px;
    box-shadow: -20px -20px #FFE896;
}

.section-flex-box:nth-of-type(2) img:nth-child(2) {
    width: 43%;
    height: 30%;
    border-radius: 50px;
    box-shadow: 20px -20px #FFE896;
}

/*-----言葉-----*/
.section-child-box {
    width: 52%;
}

.section-flex-box:nth-of-type(1) .section-child-box,.section-flex-box:nth-of-type(3) .section-child-box {
    margin-left: 12%;
}

.section-flex-box:nth-of-type(2) .section-child-box {
    margin-right: 6%;
}

/*-----子供プラン-----*/
.section-flex-box:nth-of-type(1) .section-child-box h5 {
    margin-top: 6%;
    width: fit-content;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 2vw;
    font-weight: 600;
    color: #5A4A37;
}

.section-flex-box:nth-of-type(1) .section-child-box p:nth-of-type(1) {
    margin-top: 8%;
    margin-left: 2%;
    white-space: pre-wrap;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    color: #5A4A37;
}

/*-----ツアー-----*/
.FamilyTravel-section {
    display: flex;
    margin-top: -5%;
}

.FamilyTravel-section h5 {
    font-family: 'Limelight';
    font-size: 2vw;
    color: #5A4A37;
}

.FamilyTravel-section h5:nth-of-type(1),.FamilyTravel-section h5:nth-of-type(3) {
    font-family: 'Limelight';
    font-size: 2vw;
    color: #FFE896;
}

.section-flex-box:nth-of-type(2) .section-child-box .FamilyTravel-section + h5 {
    width: fit-content;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 2vw;
    color: #5A4A37;
}

.section-flex-box:nth-of-type(2) .section-child-box p:nth-of-type(1) {
    margin-top:8%;
    margin-left: 2%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    color: #5A4A37;
}

/*-----相談-----*/
.section-flex-box:nth-of-type(3) .section-child-box h5:nth-of-type(1) {
    margin-top: -5%;
}

.section-flex-box:nth-of-type(3) .section-child-box h5 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    white-space: pre-wrap;
    text-align: center;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 2vw;
    color: #5A4A37;
}

.section-flex-box:nth-of-type(3) .section-child-box p:nth-of-type(1) {
    margin-top: 8%;
    margin-left: 2%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    color: #5A4A37;
}


/*マーカーアニメーション*/
.marker-animation {
    position: relative;
}

.marker-animation::after {
    content: '';
    position: absolute;
    top: 70%;
    left: 0%;
    width: 0%;
    height: 50%;
    background: #FFE896;
    transition: all 3s;
    z-index: -1;
}

.marker-animation.active::after {
    width: 100%;
}



/*-----checkボタン-----*/
.section-flex-box:nth-of-type(1) .section-child-box a,.section-flex-box:nth-of-type(3) .section-child-box a {
    display: block;
    width: 15%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 3%;
    font-family: 'Limelight';
    font-size: 1.2vw;
    border-radius: 20px;
    color: #5A4A37;
    background-color: #FFE896;
    text-decoration: none;
    transition: 0.5s;
}

.section-flex-box:nth-of-type(1) .section-child-box a::after,.section-flex-box:nth-of-type(3) .section-child-box a::after {
    margin-left: 12%;
    content: "▶";
}

.section-flex-box:nth-of-type(1) .section-child-box a:hover,.section-flex-box:nth-of-type(3) .section-child-box a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    animation: 5s rotate infinite;
    transition: 0.5s;
}

@keyframes rotate {
    0% {
        transform: rotate(-5deg);
    }
    20% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


.section-flex-box:nth-of-type(2) .section-child-box a {
    display: block;
    width: 12%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 3%;
    font-family: 'Limelight';
    font-size: 1.2vw;
    border-radius: 20px;
    color: #5A4A37;
    background-color: #FFE896;
    text-decoration: none;
    transition: 0.5s;
}

.section-flex-box:nth-of-type(2) .section-child-box a::after {
    margin-left: 10%;
    content: "▶";
}

.section-flex-box:nth-of-type(2) .section-child-box a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    animation: 5s rotate infinite;
    transition: 0.5s;
}

/*-----装飾画像-----*/
.dec-img {
    position: relative;
    width: 30%;
    top: -20%;
    left: 90%;
    animation: 10s rotate2 infinite;
}

.dec-img2 {
    position: relative;
    width: 30%;
    top: -10%;
    left: -16%;
    animation: 10s rotate2 infinite;
}

@keyframes rotate2 {
    0% {
        transform: rotate(-5deg);
    }
    20% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}

.dec-img3 {
    position: relative;
    width: 16%;
    top: 1%;
    left: 45%;
    animation: 5s rotate3 infinite;
}

@keyframes rotate3 {
    0% {
        transform: rotate(-2deg);
    }
    20% {
        transform: rotate(2deg);
    }
    40% {
        transform: rotate(-2deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(2deg);
    }
}

.dec-img4 {
    position: relative;
    width: 12%;
    top: -8%;
    left: 75%;
    animation: 10s rotate2 infinite;
}

/*-----エリア・テーマ-----*/
main section:nth-of-type(2) h2 {
    margin-top: 13%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    text-align: center;
    color: #5A4A37;
}

section:nth-of-type(2) .section-text-box {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section:nth-of-type(2) .section-text-box h3 {
    margin-top: 5%;
    font-family: 'Limelight';
    font-size: 4vw;
    color: #5A4A37;
}

section:nth-of-type(2) .section-text-box h3:nth-of-type(1),section:nth-of-type(2) .section-text-box h3:nth-of-type(4) {
    font-size: 4vw;
    color: #FFE896;
}

/*-----セクション2中-----*/
.tab_box {
    position: relative;
}

.dec-child a {
    display: block;
    width: 31%;
    margin-top: 2%;
    margin-left: auto;
    font-family: 'Limelight';
    font-size: 2vw;
    text-decoration: none;
    color: #5A4A37;
}

.btn_area {
    display: flex;
    margin-top: 2.5%;
    margin-left: 58%;
}

.btn_area::after {
    position: absolute;
    top: 1.4%;
    right: 22%;
    content: "▼";
    font-size: 2vw;
    color: #5A4A37;
    animation: btn 2s infinite;
}

@keyframes btn {
    50%{
        top: 1.8%;
    }
}

.btn_area span {
    margin-right: 1%;
    font-size: 1.5vw;
    color: #5A4A37;
}

.tab_btn {
    margin-right: 2%;
    text-align: center;
    font-family: 'Limelight';
    font-size: 2vw;
    color: rgba(191, 191, 191, 0.5);
}

.tab_btn.active {
    color: rgb(155, 155, 155);
    border: none;
}

.tab_panel {
    display:none;
}

.tab_panel.active {
    display:block;
}

.panel_area {
    margin-top: -7%;
}

.text-season {
    position: relative;
    width: fit-content;
    margin-left: 5%;
    font-family: 'Limelight';
    font-size: 10vw;
    font-weight: 500;
    color: rgba(191, 191, 191, 0.3);
    z-index: 1;
    opacity: 0;
    transition: 1s;
    transform: translateX(-50px);
}

/*----エリア画像-----*/
.section2-container {
    opacity: 0;
    transition: 1s;
    transform: translateX(-50px);
}

.section2-container::before {
    position: absolute;
    display: block;
    width: 83%;
    height: 50%;
    top: 28%;
    right: 0;
    content: "";
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(255, 208, 204, 0.3);
    z-index: -1
}

.section2-container-second::before {
    position: absolute;
    display: block;
    width: 83%;
    height: 50%;
    top: 28%;
    right: 0;
    content: "";
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(195,227,231, 0.3);
    z-index: -1
}

.section2-container-third::before {
    position: absolute;
    display: block;
    width: 83%;
    height: 50%;
    top: 28%;
    right: 0;
    content: "";
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(251, 205, 135, 0.3);
    z-index: -1
}

.section2-container-forth::before {
    position: absolute;
    display: block;
    width: 83%;
    height: 50%;
    top: 28%;
    right: 0;
    content: "";
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(162, 175, 227, 0.3);
    z-index: -1
}

.section2-flex-box {
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: 2%;
}

.section2-flex-box:nth-of-type(1) {
    margin-top: -4%;
    margin-left: auto;
    margin-right: 5%;
    z-index: 0;
}

.section2-flex-box:nth-of-type(2) {
    margin-top: 2%;
    margin-left: auto;
}

.section2-flex-box a {
    display: block;
    width: 50%;
    margin-right: 3%;
    padding: 1% 2% 2% 2%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.8vw;
    color: #5A4A37;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #5A4A37;
    background-color: #fff;
}

.section2-flex-box span {
    display: block;
}

.section2-flex-box img {
    width: 100%;
    margin-top: 3%;
    border-radius: 10px;
    transition: 0.5s;
}

.section2-flex-box a:hover img {
    opacity: 0.5;
    transition: 0.5s;
}

.dec-img5 {
    position: absolute;
    width: 15%;
    top: 70%;
    left: 5%;
    animation: 10s rotate2 infinite;
}

/*-----テーマ-----*/
.section2-container2 {
    position: relative;
    display: flex;
    margin-top: 3%;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.section2-container2 h4 {
    width: 15%;
    letter-spacing: -3vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: 'Limelight';
    font-size: 10vw;
    font-weight: 500;
    color: rgba(191, 191, 191, 0.3);
}

/*-----テーマ画像-----*/
.section2-flex-img {
    position: relative;
    width: 50%;
    height: 45vw;
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/ellipse.png);
    background-size: 100% 100%;
}

.section2-child-img {
    display: flex;
}

.section2-child-img a:hover img {
    transform: scale(1.1,1.1);
    transition: 0.5s;
}

.section2-child-img img {
    display: block;
    width: 100%;
    margin-bottom: 3%;
    border-radius: 10px;
    transition: 0.5s;
}

/*-----１個目-----*/
.section2-child-img:nth-of-type(1) a {
    position: absolute;
    display: block;
    width: 30%;
    top: -8%;
    left: 35%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
    background-color: #fff;
}

/*-----2個目-----*/
.section2-child-img:nth-of-type(2) a:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 30%;
    top: 15%;
    left: -10%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
    background-color: #fff;
}

.section2-child-img:nth-of-type(2) a:nth-child(2) {
    position: absolute;
    display: block;
    width: 30%;
    top: 15%;
    left: 80%;
    margin-left: auto;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
    background-color: #fff;
}

/*-----3個目-----*/
.section2-child-img:nth-of-type(3) a:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 30%;
    top: 55%;
    left: -10%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
    background-color: #fff;
}

.section2-child-img:nth-of-type(3) a:nth-child(2) {
    position: absolute;
    display: block;
    width: 30%;
    top: 55%;
    left: 80%;
    margin-left: auto;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
    background-color: #fff;
}

/*-----4個目-----*/
.section2-child-img:nth-of-type(4) a {
    position: absolute;
    display: block;
    width: 30%;
    top: 85%;
    left: 35%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
    background-color: #fff;
}

.section2-child-img:nth-of-type(4) span {
    white-space: pre-wrap;
}

/*-----テーマ真ん中言葉-----*/
.center-box {
    position: absolute;
    width: 20%;
    top: 45%;
    left: 48%;
}

.center-box h5 {
    font-family: 'Zen_Maru_Gothic';   
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    color: #FFD0CC;
}

.center-box p{
    margin-top: 3%;
    white-space: pre-wrap;
    text-align: center;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    font-weight: 600;
    color: #5A4A37;
}

.center-box img {
    position: absolute;
    display: block;
    width: 30%;
    top: -30%;
}

/*-----2-----*/
.center-box-second {
    position: absolute;
    width: 20%;
    top: 45%;
    left: 48%;
}

.center-box-second h5 {
    font-family: 'Zen_Maru_Gothic';   
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    color: #B0DADF;
}

.center-box-second p{
    margin-top: 3%;
    white-space: pre-wrap;
    text-align: center;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    font-weight: 600;
    color: #5A4A37;
}

.center-box-second img {
    position: absolute;
    display: block;
    width: 30%;
    top: -30%;
}

/*-----3-----*/
.center-box-third {
    position: absolute;
    width: 20%;
    top: 45%;
    left: 48%;
}

.center-box-third h5 {
    font-family: 'Zen_Maru_Gothic';   
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    color: #FBCD87;
}

.center-box-third p {
    margin-top: 3%;
    white-space: pre-wrap;
    text-align: center;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    font-weight: 600;
    color: #5A4A37;
}

.center-box-third img {
    position: absolute;
    display: block;
    width: 30%;
    top: -30%;
}

/*-----4-----*/
.center-box-forth {
    position: absolute;
    width: 20%;
    top: 45%;
    left: 48%;
}

.center-box-forth h5 {
    font-family: 'Zen_Maru_Gothic';   
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    color: #A2AFE3;
}

.center-box-forth p {
    margin-top: 3%;
    white-space: pre-wrap;
    text-align: center;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    font-weight: 600;
    color: #5A4A37;
}

.center-box-forth img {
    position: absolute;
    display: block;
    width: 30%;
    top: -30%;
}

.dec-img6 {
    position: absolute;
    width: 10%;
    top: 85%;
    left: 85%;
    animation: 10s rotate2 infinite;
}

/*-----エリア・テーマボタン-----*/
.button-box {
    display: flex;
    margin-top: 10%;    
    width: 70%;
    margin-left: auto;
    margin-right: 6%;
}

.button-box a {
    display: flex;
    width: calc( 100% / 3 );
    margin-right: 5%;
    padding: 1% 0 1% 2%;
    text-decoration: none;
    text-align: center;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    border-radius: 10px;
    color: #5A4A37;
    background-color: #FFE896;
    transition: 0.5s;
    z-index: 1;
}

.button-box a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    transition: 0.5s;
}

.button-box i {
    width: 15%;
    margin-top: 3%;
    margin-right: 5%;
    font-size: 2.5vw;
}

.button-box span {
    white-space: pre-wrap;
}

/*-----セクション２下-----*/
.bottom-box a {
    position: relative;
    display: block;
    width: 25%;
    margin-top: 10%;
    margin-left: auto;
    font-family: 'Limelight';
    font-size: 2vw;
    text-decoration: none;
    color: #5A4A37;
    z-index: 0;
}

.bottom-box a::before {
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: 90%;
    content: "";
    font-size: 2vw;
    background-color: #5A4A37;
    transition: 0.5s;
}

.bottom-box a:hover::before {
    width: 83%;
    transition: 0.5s;
}

.bottom-box img {
    width: 100%;
    margin-top: -20%;
}

/*-----三世代-----*/
section:nth-of-type(3) {
    position: relative;
    width: 88%;
    margin-top: -3%;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    border-radius: 30px;
    border: 1px solid #5A4A37;
    background-color: #fff;
}

.dec-img7 {
    position: absolute;
    width: 10%;
    top: -12%;
    left: 32%;
}

section:nth-of-type(3) p {
    font-family: 'Zen_Maru_Gothic';   
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
    color: #5A4A37;
}

.section3-flex-box {
    display: flex;
}

.section3-flex-box a {
    display: block;
    width: calc( 100% / 4 );
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.5vw;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
    transition: 0.5s;
}

.section3-flex-box a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.section3-flex-box a:nth-of-type(1) {
    margin-right: 3%;
}

.section3-flex-box a:nth-of-type(2) {
    margin-right: 3%;
}

.section3-flex-box a:nth-of-type(3) {
    margin-right: 3%;
}

.section3-flex-box img {
    width: 100%;
    height: 70%;
    margin-top: 10%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

/*-----ホテル-----*/
section:nth-of-type(4) {
    position: relative;
    margin-top: 5%;
}

.wave img {
    width: 100%;
}

section:nth-of-type(4) h2 {
    margin-top: 8%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    text-align: center;
    color: #5A4A37;
}

section:nth-of-type(4) .section-text-box {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section:nth-of-type(4) .section-text-box h3 {
    margin-top: 15%;
    font-family: 'Limelight';
    font-size: 4vw;
    color: #5A4A37;
}

section:nth-of-type(4) .section-text-box h3:nth-of-type(1) {
    font-size: 4vw;
    color: #FFE896;
}

.text-p-box p:nth-of-type(1) {
    margin-top: 3%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    text-align: center;
    white-space: pre-wrap;
    color: #5A4A37;
}

.text-p-box p:nth-of-type(2) {
    margin-top: 1%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1vw;
    text-align: center;
    color: #5A4A37;
}

.dec-img8 img:nth-child(1) {
    position: absolute;
    width: 10%;
    top: 14%;
    left: 9%;
}

.dec-img8 img:nth-child(2) {
    position: absolute;
    width: 15%;
    top: 18%;
    left: 0%;
    animation: jump 3s infinite;
}

@keyframes jump {

    50%{
        top: 16%;
    }
}


/*エリアを選ぶからの下文字*/
.tab_btn2.active2 {
    border: 1px solid #5A4A37;
    background: #FFE896;
    color: #5A4A37;
}

.tab_panel2 {
    display:none;
}

.tab_panel2.active2 {
    display:block;
}

section:nth-of-type(4) h4 {
    margin-top: 5%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    text-align: center;
    color: #5A4A37;
}

.btn_area2 {
    width: 90%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
}


.tab_btn2 {
    width: calc( 100% / 9 );
    padding: 1% 0;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    text-align: center;
    white-space: pre-wrap;
    border-radius: 20px;
    border: 1px solid #5A4A37;
    color: #5A4A37;
    transition: 0.5s;
}

.tab_btn2:nth-of-type(2),.tab_btn2:nth-of-type(3),.tab_btn2:nth-of-type(5),.tab_btn2:nth-of-type(6),.tab_btn2:nth-of-type(8),.tab_btn2:nth-of-type(9) {
    padding: 2% 0;
}


.tab_btn2.active2 {
    color: #5A4A37;
    background-color: #FFE896;
}

.tab_panel2 {
    display:none;
}


.tab_panel2.active2 {
    display:block;
}

.hotel-text-flex {
    display: flex;
}

.hotel-text-flex2 {
    display: flex;
    width: 90%;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
}

.hotel-text-flex2 .tab_btn2 {
    width: calc( 100% / 2 );
    padding: 1% 0;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    text-align: center;
    white-space: pre-wrap;
    border-radius: 15px;
    border: 1px solid #5A4A37;
    color: #5A4A37;
    transition: 0.5s;
}

/*-----ホテル説明-----*/
.swiper-pagination-bullet {
    display: none;
}

.swiper-text {
    width: fit-content;
    height: 10vw;
}

.swiper-slide a {
    vertical-align: top;
    display: inline-block;
    width: 27%;
    height: 51vw;
    padding: 2% 1.5%;
    margin-top: 3%;
    margin-right: 1%;
    text-decoration: none;
    border:1px solid #5A4A37;
    border-radius: 10px;
}

.swiper-slide a:nth-of-type(1){
    margin-left: 3.5%;
}

.swiper-slide a:hover {
    opacity: 0.5;
}

.swiper-slide h6 {
    margin-top: 1%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.5vw;
    white-space: pre-wrap;
    color: #5A4A37;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide a p:nth-of-type(1) {
    margin-top: 1%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1vw;
    color: #BFBFBF;
}

.swiper-slide a p:nth-of-type(2) {
    margin-top: 2%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.5vw;
    white-space: pre-wrap;
    color: #FFC700;
}

.swiper-slide ul {
    margin-top: 6%;
    border-top: 1px solid #5A4A37;
}

.swiper-slide ul li {
    margin-top: 5%;
    margin-left: 6%;
    font-size: 1.2vw;
    color: #FFC700;
}

.swiper-slide ul li span {
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    white-space: pre-wrap;
    color: #5A4A37;
}


/*----ホテルボタン-----*/
.button-parent {
    position: relative;
    display: flex;
    width: 90%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.button-child1 {
    width: 25%;
    margin-right: 5%;
}

.button-child1 a {
    display: block;
    padding: 7% 0 7% 7%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.5vw;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #5A4A37;
    background-color: #FFE896;
    transition: 0.5s;
}

.button-child1 a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    transition: 0.5s;
}

.button-child1 i {
    position: absolute;
    display: block;
    top: 35%;
    left: 1%;
    font-size: 2vw;
}

.button-child1 span {
    margin-left: 2%;
    white-space: pre-wrap;
}

.button-child2 {
    display: flex;
    width: 90%;
}

.button-child2 a {
    display: block;
    width: 30%;
    margin-left: 2%;
    padding: 2% 1%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.5vw;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #5A4A37;
    background-color: #FFE896;
    transition: 0.5s;
}

.button-child2 a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    transition: 0.5s;
}

.button-child2 a:nth-of-type(1) i {
    position: absolute;
    display: block;
    top: 35%;
    left: 30%;
    font-size: 2vw;
}

.button-child2 a:nth-child(1) span {
    margin-left: 10%;
    white-space: pre-wrap;
}

.button-child2 a:nth-of-type(2) i {
    position: absolute;
    display: block;
    top: 35%;
    left: 54%;
    font-size: 2vw;
}

.button-child2 a:nth-child(2) span {
    margin-left: 16%;
    white-space: pre-wrap;
}

.button-child2 a:nth-of-type(3) i {
    position: absolute;
    display: block;
    top: 35%;
    left: 79%;
    font-size: 2vw;
}

.button-child2 a:nth-child(3) span {
    margin-left: 10%;
    white-space: pre-wrap;
}

.button-child3 {
    width: 25%;
    margin-right: 5%;
}

.button-child3 a {
    display: block;
    padding: 7% 0;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.5vw;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #5A4A37;
    background-color: #FFE896;
    transition: 0.5s;
}

.button-child3 a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    transition: 0.5s;
}

.button-child3 i {
    position: absolute;
    display: block;
    top: 35%;
    left: 1%;
    font-size: 2vw;
}

.button-child3 span {
    margin-left: 10%;
    white-space: pre-wrap;
}

.button-child4 {
    display: flex;
    width: 90%;
}

.button-child4 a {
    display: block;
    width: 30%;
    margin-left: 2%;
    padding: 2% 1%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.5vw;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #5A4A37;
    background-color: #FFE896;
    transition: 0.5s;
}

.button-child4 a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    transition: 0.5s;
}

.button-child4 a:nth-of-type(1) i {
    position: absolute;
    display: block;
    top: 35%;
    left: 30%;
    font-size: 2vw;
}

.button-child4 a:nth-child(1) span {
    margin-left: 10%;
    white-space: pre-wrap;
}

.button-child4 a:nth-of-type(2) i {
    position: absolute;
    display: block;
    top: 35%;
    left: 54%;
    font-size: 2vw;
}

.button-child4 a:nth-child(2) span {
    margin-left: 16%;
    white-space: pre-wrap;
}

.button-child4 a:nth-of-type(3) i {
    position: absolute;
    display: block;
    top: 35%;
    left: 79%;
    font-size: 2vw;
}

.button-child4 a:nth-child(3) span {
    margin-left: 10%;
    white-space: pre-wrap;
}

.bottom-box2 a {
    position: relative;
    display: block;
    width: 16%;
    margin-top: 5%;
    margin-bottom: 8%;
    margin-left: auto;
    font-family: 'Limelight';
    font-size: 2vw;
    text-decoration: none;
    color: #5A4A37;
    z-index: 0;
}

.bottom-box2 a::before {
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: 90%;
    content: "";
    font-size: 2vw;
    background-color: #5A4A37;
    transition: 0.5s;
}

.bottom-box2 a:hover::before {
    width: 63%;
    transition: 0.5s;
}

/*間の画像*/
.dec-img9 {
    position: absolute;
    width: 23%;
    top: 102%;
    left: 75%;
    z-index: 1;
}

/*-----スポット-----*/
section:nth-of-type(5) {
    position: relative;
}

section:nth-of-type(5) h2 {
    margin-top: 7%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    text-align: center;
    color: #5A4A37;
}

section:nth-of-type(5) .section-text-box {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section:nth-of-type(5) .section-text-box h3 {
    margin-top: 15%;
    font-family: 'Limelight';
    font-size: 4vw;
    color: #5A4A37;
}

section:nth-of-type(5) .section-text-box h3:nth-of-type(1) {
    font-size: 4vw;
    color: #FFE896;
}

/*----スライド-----*/
.loop01 {
    display: flex;
    overflow: hidden;
    margin-top: 3%;
}

.loop01 ul li {
    width: 100%;
    list-style-type: none;
    padding: 1.5vw;
}

.loop01__box {
    display: flex;
    animation: loop-list1 20s linear infinite;
}

.loop01__box::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 15vw;
    top: 40%;
    content: "";
    background-color: rgba(172,164,154,0.3);
    z-index: -1;
}

.loop01:hover .loop01__box {
    animation-play-state: paused;
}

.loop01__item a {
    display: block;
    transition: 0.5s;
    width: 100%;
    height: 20vw;
    padding: 5%;
    border-radius: 3vw;
    text-decoration: none;
}

.loop01__item a:hover {
    border-radius: 10px;
    background-color: rgba(142, 126, 68, 0.2);
}

.loop01__item img {
    width: calc(75vw / 4);
    display: block;
    margin-bottom: 2%;
    transition: 0.5s;
    border-radius: 10px;
}

.loop01__item p {
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    text-align: center;
    white-space: pre-wrap;
    color: #5A4A37;
}

@keyframes loop-list1 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}


/*-----ボタン-----*/
section:nth-of-type(5) .button-box1 {  
    width: 20%;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
}

section:nth-of-type(5) .button-box1 a {
    display: flex;
    display: block;
    padding: 3% 0;
    text-decoration: none;
    text-align: center;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    border-radius: 10px;
    color: #5A4A37;
    background-color: #FFE896;
    transition: 0.5s;
    z-index: 1;
}

section:nth-of-type(5) .button-box1 a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    transition: 0.5s;
}

section:nth-of-type(5) .button-box1 a::after {
    position: relative;
    left: 15%;
    content: "▶";
}

.dec-img10 {
    position: absolute;
    width: 10%;
    top: 88%;
    left: 33%;
}


/*-----ツアー-----*/
section:nth-of-type(6) {
    position: relative;
    margin-bottom: 7%;
}

.dec-img11 {
    position: absolute;
    width: 15%;
    top: -8%;
    left: 5%;
    animation: car 3s infinite;
}

@keyframes car {

    50%{
        top: -6%;
    }
}

section:nth-of-type(6) h2 {
    margin-top: 5%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    text-align: center;
    color: #5A4A37;
}

section:nth-of-type(6) .section-text-box {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section:nth-of-type(6) .section-text-box h3 {
    margin-top: 15%;
    font-family: 'Limelight';
    font-size: 4vw;
    color: #5A4A37;
}

section:nth-of-type(6) .section-text-box h3:nth-of-type(1) {
    font-size: 4vw;
    color: #FFE896;
}



/*----スライド-----*/
.loop02 {
    display: flex;
    overflow: hidden;
    margin-top: 3%;
}

.loop02 ul li {
    width: 100%;
    list-style-type: none;
    padding: 1.5vw;
}

.loop02__box {
    display: flex;
    animation: loop-list2 20s linear infinite;
}

.loop02__box::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 12vw;
    top: 40%;
    content: "";
    background-color: rgba(172,164,154,0.3);
    z-index: -1;
}

.loop02:hover .loop02__box {
    animation-play-state: paused;
}

.loop02__item a {
    display: block;
    transition: 0.5s;
    width: 100%;
    height: 17vw;
    padding: 4% 3%;
    border-radius: 3vw;
    text-decoration: none;
}

.loop02__item a:hover {
    border-radius: 10px;
    background-color: rgba(142, 126, 68, 0.2);
}

.loop02__item img {
    width: calc(75vw / 4);
    display: block;
    margin-bottom: 5%;
    transition: 0.5s;
    border-radius: 10px;
}

.loop02__item p {
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    text-align: center;
    white-space: pre-wrap;
    color: #5A4A37;
}

@keyframes loop-list2 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

/*-----ボタン-----*/
section:nth-of-type(6) .button-box1 {  
    width: 20%;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto; 
}

section:nth-of-type(6) .button-box1 a {
    display: flex;
    display: block;
    padding: 3% 0;
    text-decoration: none;
    text-align: center;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    border-radius: 10px;
    color: #5A4A37;
    background-color: #FFE896;
    transition: 0.5s;
    z-index: 1;
}

section:nth-of-type(6) .button-box1 a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    transition: 0.5s;
}

section:nth-of-type(6) .button-box1 a::after {
    position: relative;
    left: 15%;
    content: "▶";
}

.dec-img12 {
    position: absolute;
    width: 12%;
    top: 35%;
    left: 33%;
}


.app-img {
    position: relative;
    width: 80%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
}

.app-img img {
    width: 100%;
}

.app-img img:nth-child(1) {
    position: absolute;
    display: block;
    width: 8%;
    top: 33%;
    left: 3%;
}

.app-img a {
    position: absolute;
    display: block;
    top: 35%;
    left: 15%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    text-decoration: none;
    color: #5A4A37;
}

.app-child {
    position: absolute;
    display: flex;
    width: 30%;
    top: 92%;
    left: 38%;
}

.app-child a {
    display: inline-block;
    margin-right: 5%;
}

.app-child img {
    width: 100%;
}

/*-----info-----*/
section:nth-of-type(7) h2 {
    margin-top: 5%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    white-space: pre-wrap;
    text-align: center;
    color: #5A4A37;
}

section:nth-of-type(7) .section-text-box {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section:nth-of-type(7) .section-text-box h3 {
    margin-top: 15%;
    font-family: 'Limelight';
    font-size: 3.5vw;
    color: #5A4A37;
}

section:nth-of-type(7) .section-text-box h3:nth-of-type(1) {
    font-size: 3.5vw;
    color: #FFE896;
}

/*-----info中-----*/
.info-flex-box {
    display: flex;
    width: 90%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.info-flex-img {
    display: block;
    width: 90%;
    margin-top: 3%;
    margin-right: 5%;
}

.info-flex-img img {
    width: 100%;
}

.info-flex-text {
    position: relative;
    border-radius: 80px;
    border: 1px solid #5A4A37;
}

.info-flex-text::before {
    position: absolute;
    content: "";
    top: 43%;
    right: 99.99%;
    border: 30px solid transparent;
    border-right: 50px solid #fff;
    z-index: 1;
}

.info-flex-text::after {
    position: absolute;
    content: "";
    top: 43%;
    right: 100%;
    border: 30px solid transparent;
    border-right: 51.7px solid #5A4A37;
    z-index: 0;
}

.info-flex-text p {
    margin-top: 3%;
    padding: 8%;
    line-height: 2.5;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    color: #5A4A37;
}

/*-----ボタン-----*/
section:nth-of-type(7) .button-box1 {  
    width: 20%;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto; 
}

section:nth-of-type(7) .button-box1 a {
    display: flex;
    display: block;
    padding: 3% 0;
    text-decoration: none;
    text-align: center;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.3vw;
    border-radius: 10px;
    color: #5A4A37;
    background-color: #FFE896;
    transition: 0.5s;
    z-index: 1;
}

section:nth-of-type(7) .button-box1 a:hover {
    color: #FFE896;
    background-color: #5A4A37;
    transition: 0.5s;
}

section:nth-of-type(7) .button-box1 a::after {
    position: relative;
    left: 15%;
    content: "▶";
}

/*-----検索-----*/
section:nth-of-type(8) {
    position: relative;
    margin-top: 10%;
}

.dec-img13 {
    position: absolute;
    width: 40%;
    top: -10%;
    left: 35%;
}

section:nth-of-type(8) h2 {
    margin-top: 8%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.4vw;
    white-space: pre-wrap;
    text-align: center;
    color: #5A4A37;
}

section:nth-of-type(8) .section-text-box {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section:nth-of-type(8) .section-text-box h3 {
    margin-top: 15%;
    font-family: 'Limelight';
    font-size: 4vw;
    color: #5A4A37;
}

section:nth-of-type(8) .section-text-box h3:nth-of-type(1) {
    font-size: 4vw;
    color: #FFE896;
}

/*-----search-----*/
.search-box {
    width: 80%;
    height: 35vw;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%; 
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.5vw;
    color: #5A4A37;
    border-radius: 50px;
    box-shadow: 0px 5px 15px 0px #5A4A37;
    background-color: #fff;
}

.search-child-box:nth-of-type(1) {
    width: 60%;
    margin-right: 2%;
}

.search-child-box:nth-of-type(1) p {
    width: fit-content;
    font-size: 2vw;
    margin-left: 25%;
    margin-bottom: 3%;
}

.search-child-box:nth-of-type(1) input:nth-of-type(1) {
    margin-left: 0%;
}

.search-child-box:nth-of-type(1) input {
    margin-top: 4%;
    margin-left: 3%;
    margin-right: 1%;
}

.search-parent-box {
    display: flex;
}

.search-child-box:nth-of-type(2) {
    width: 35%;
    margin-top: 2%;
    padding: 5% 2%;
    border-radius: 20px;
    background-color: rgba(255, 243, 202, 0.8);
}

.lodging select {
    margin-left: 3%;
    padding: 2%;
}

.data-box {
    display: flex;
    margin-top: 5%;
}

.data-box input {
    margin-left: 3%;
}   

.data-box label {
    margin-left: 1%;
    margin-right: 1%;
}

.data-box2 {
    margin-top: 5%;
}

.data-box2 select {
    padding: 2%;
}

.meal {
    margin-top: 5%;
}

.meal select {
    margin-left: 3%;
    padding: 2%;
}

.search-box a {
    display: block;
    width: 20%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    line-height: 3;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.5vw;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;
    color: #5A4A37;
    background-color: #FFE896;
}



/*-----footer-----*/
footer {
    position: relative;
    margin-top: -7%;
}

.footer-img {
    position: relative;
    z-index: -1;
}

.footer-img::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 99%;
    content: "";
    border-radius: 50px;
    background-color: rgba(142, 126, 68, 0.5);
    z-index: 0;
}

.footer-img img {
    width: 100%;
    border-radius: 50px;
}

.sns-img {
    position: absolute;
    width: 4%;
    top: 15%;
    left: 3%;
}

.sns-img a {
    display: block;
    margin-top: 20%;
}

.sns-img a:hover {
    opacity: 0.8;
}

.sns-img a img {
    width: 100%;
}


.dec-img14 {
    position: absolute;
    width: 10%;
    top: 35%;
    left: 89%;
    animation: jump2 3s infinite;
}

@keyframes jump2 {

    50%{
        top: 40%;
    }
}

.dec-img14 img {
    width: 100%;
}

.circle {
    position: absolute;
    top: 55%;
    left: 91.3%;
}

.circle a {
    position: relative;
    display: block;
    font-family: 'Limelight';
    font-size: 2vw;
    white-space: pre-wrap;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
    z-index: 1;
    transition: 1s;
}

.circle a:hover {
    color: #FFE896;
    transition: 1s;
}

.circle a::before {
    position: absolute;
    display: block;
    padding: 85%;
    top: -50%;
    left: -28%;
    content: "";
    border-radius: 100%;
    background-color: #FFE896;
    z-index: -1;
    transition: 1s;
}

.circle a:hover::before {
    background-color: #5A4A37;
    transition: 1s;
}

.circle a span:nth-of-type(1) {
    margin-left: 10%;
}

.circle a span:nth-of-type(2) {
    margin-left: 20%;
}

.loop03 {
    margin-top: -10%;
    overflow: hidden;
}

.loop03__parent__box {
    display: flex;
    transform: translateX(0x);
    animation: loop-list3 20s linear infinite;
}

.loop03__child__box {
    display: flex;
}

.loop03__item {
    display: block;
}

.loop03__item {
    font-family: 'Limelight';
    font-size: 8vw;
    color: #5A4A37;
}

.loop03__child__box h5:nth-of-type(1) ,.loop03__child__box h5:nth-of-type(3) {
    font-family: 'Limelight';
    font-size: 8vw;
    color: #FFE896;
}

@keyframes loop-list3 {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

footer ul {
    display: flex;
    width: 60%;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
}

footer li {
    list-style-type: none;
}

footer li:nth-of-type(1),footer li:nth-of-type(2),footer li:nth-of-type(3),footer li:nth-of-type(4),footer li:nth-of-type(5) {
    margin-right: 3%;
}

footer a {
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    white-space: pre-wrap;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
}

footer p {
    margin: 1%;
    font-family: 'Zen_Maru_Gothic';   
    font-size: 1.2vw;
    white-space: pre-wrap;
    text-align: center;
    text-decoration: none;
    color: #5A4A37;
}

.isAnimate {
    opacity: 1;
    transform: translateX(0px);
}

