@charset "utf-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
    margin: 0;
    padding: 0;
}

body{
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@media all and (-ms-high-contrast: none) {
	body{
		display: block;
	}
}

main{
    flex: 1;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
    font-style: normal;
}

caption, th {
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
}

img {
    border: none;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    line-height: inherit;
}

input, select, textarea {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

map area {
    outline: none;
}


/* ------------------------------------------------------- base */
*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	color: #51656F;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-feature-settings: "pkna";
}

p{
	font-size: 1.6rem;
	line-height: 1.8;
}

.dispPc{
	display: block;
}

.dispSp{
	display: none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

a{
    color: #51656F;
	text-decoration: none;
    transition: all .2s;
}

img{
	width: 100%;
    height: auto;
	border-style: none;
	vertical-align: bottom;
}

.inner{
    width: min(calc(100% - 80px), 1400px);
	margin: 0 auto;
}

.iconBlank::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url('../img/f_icon_link.png')no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
}

.youtube{
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.note{
    text-indent: -1em;
    padding-left: 1em;
}


.listDot > li,
.listNum > li{
    padding-left: 1.5em;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: .75em;
    position: relative;
}

.listNum > li{
    counter-increment: number 1;
}

.listDot > li::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #68a955;
    position: absolute;
    left: .6em;
    top: .75em;
}

.listNum > li::before{
    content: counter(number)'.';
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.listDot > li span,
.listNum > li span{
    display: block;
    font-weight: 700;
}

.inlineLink{
    word-break: break-all;
    color: #108DB5;
    text-decoration: underline;
}

.inlineLink:hover{
    opacity: 1;
    text-decoration: none;
}

/* .inlineLink[target="_blank"]::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../images/icon_blank.png")no-repeat center;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -4px;
} */

.tac{
    text-align: center;
}

.tar{
    text-align: right;
}

.mb30{
    margin-bottom: 30px !important;
}

.mt30{
    margin-top: 30px !important;
}

.anchor{
    padding-top: 134px;
    margin-top: -134px;
}



/* ------------------------------------------------------- header */
header{
    position: fixed;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,.95), rgba(255,255,255,.0));
    z-index: 10;
    transition: all .2s;
}

/* header.is-animation{
    background-color: #fff;
    box-shadow: 0 0 30px rgba(66, 113, 137, .15);
} */

.headerContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .2s;
}

.hLogo{
    padding-left: 40px;
    transition: all .2s;
}

.hLogo a{
    display: inline-block;
}

.hLogo a:hover{
    opacity: .8;
}

.hLogo a p{
    text-indent: -9999px;
    width: 425px;
    height: 80px;
    background: url(../images/logo.png)no-repeat center;
    background-size: 100%;
}

.hContents{
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 0 0 0 30px;
    box-shadow: 0 0 30px rgba(104, 169, 85, .15);
}

.hContact .tel{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hContact .tel::before{
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url("../images/icon_tel_w.svg")no-repeat center #68A955;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 15px;
}

.hContact .tel ul{
    display: flex;
    align-items: center;
}

.hContact .tel ul li{
    padding-right: 20px;
    border-right: 1px solid #68A955;
    margin-right: 20px;
}

.hContact .tel ul li:last-child{
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.hContact .tel ul li > span{
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    color: #68A955;
}

.hContact .tel ul li p{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}

.hContact .tel ul li p span{
    color: #68A955;
}

.hNav nav{
    padding-top: 25px;
}

.hNav nav > ul{
    text-align: right;
}

.hNav nav > ul > li{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 1.75em;
}

.hNav nav > ul > li:first-child{
    margin-left: 0;
}

.hNav nav > ul > li > a{
    display: block;
    transition: all .2s;
    position: relative;
}

.hNav nav > ul > li > a:hover{
    color: #68A955;
}

.hNav nav > ul > li > a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background-color: #68A955;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -3px;
}

.menuSingle{
    position: relative;
}

.menuSingle .menuSecondLevel{
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menuSingle .menuSecondLevel{
    display: block;
    width: 100%;
    background: rgba(255,255,255,.95);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    transition: all .2s;
}

.menuSingle .menuSecondLevel.a,
.menuSingle .menuSecondLevel.b{
	width: 160%;
    left: -30%;
}

.menuSingle:hover .menuSecondLevel{
    visibility: visible;
    opacity: 1;
}

.menuSingle .menuSecondLevel li{
	display: block;
    font-weight: bold;
	border-bottom: 1px dotted #f2921a;
}

.menuSingle .menuSecondLevel li:last-child{
	border: none;
}

.menuSingle .menuSecondLevel li a{
	display: block;
    text-align: left;
    font-size: 1.4rem;
	line-height: 1.25;
	padding: 1em;
}

.menuSingle .menuSecondLevel li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #f2921a;
    border-right: 1px solid #f2921a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -3px;
}

.menuSingle .menuSecondLevel li a:hover {
    opacity: 1;
	transform: none;
	background-color: #fef7ef;
}

.spTelBtn{
    display: none;
}










#nav-input{
	display: none;
}



/* ------------------------------------------------------- main */
.sideContact{
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.sideContact ul li{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.sideContact ul li:last-child{
    margin: 0;
}

.sideContact ul li a{
    display: inline-block;
    background-color: #F5A73A;
    padding: 30px 20px;
    border-radius: 20px 0 0 20px;
    text-align: center;
    box-shadow: 0 0 30px rgba(104, 169, 85, .3);
}

.sideContact ul li a:hover{
    padding-right: 30px;
}

.sideContact ul li:nth-child(2) a{
    background-color: #68A955;
}

.sideContact ul li a figure{
    display: inline-block;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
}

.sideContact ul li a > p{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin: .25em 0 .5em;
}

.sideContact ul li a > p span{
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    padding: .5em 0 .25em;
}

.sideContact ul li a > span{
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #F5A73A;
    padding: .25em .5em .3em;
    background-color: #fff;
    border-radius: 50px;
}

.sideContact ul li:nth-child(2) a > span{
    color: #68A955;
}

.topHero{
    height: 900px;
    position: relative;
}

.topHero::after{
    content: '';
    display: block;
    width: 100%;
    height: 79px;
    background: url(../images/bg_wave_01.png)no-repeat center bottom;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}

.topHero .topHeroBg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.topHero .topHeroBg ul li{
    width: 100%;
    height: 900px;
    background: url(../images/top_hero_01.webp)no-repeat center;
    background-size: cover;
}

.topHero .topHeroBg ul li.slide_02{
    background: url(../images/top_hero_02.webp)no-repeat center;
    background-size: cover;
}

.topHero .topHeroBg ul li.slide_03{
    background: url(../images/top_hero_03.webp)no-repeat center;
    background-size: cover;
}

.topHero .topHeroBg ul li.slide_04{
    background: url(../images/top_hero_04.webp)no-repeat center;
    background-size: cover;
}



.topHero .inner{
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 134px;
}

.topHero .container{
    position: relative;
}

.topHero .container > h1{
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.5;
}

.topHero .container > h1 span{
    display: inline-block;
    line-height: 1;
    padding: .15em .15em .25em .25em;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: .15em;
}

.topHero .container > p{
    font-size: 2rem;
    line-height: 1.8;
    margin-top: .75em;
}

.topHero .container > p span{
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding: .15em .15em .25em .25em;
    background-color: #68A955;
    border-radius: 5px;
}

.topNews2Col{
    display: flex;
    justify-content: space-between;
}

.topNews2Col .topNewsHead{
    margin-right: 100px;
}

.topContentsWrapper h2{
    text-align: center;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5em;
}

.topContentsWrapper h2 span{
    display: block;
    font-size: 1.6rem;
    color: #68A955;
}

.topNews2Col .topNewsHead h2,
.topNews2Col .topNewsHead h2 span{
    text-align: left;
}

.topNews2Col .topNewsHead a{
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 1.5em;
}

.topNews2Col .topNewsHead a:hover{
    color: #68A955;
}

.topNews2Col .topNewsHead a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/parts_arrow_w.svg)no-repeat center #68A955;
    border-radius: 50%;
    margin-left: 5px;
    margin-top: -4px;
    transition: all .2s;
}

.topNews2Col .topNewsHead a:hover::after{
    margin-left: 8px;
}

.topNews2Col .newsList{
    flex: 1;
    width: 100%;
}

.newsList ul li{
    margin-bottom: 5px;
}

.newsList ul li a{
    display: flex;
    align-items: center;
    padding: 25px 30px;
    background-color: #E9F2E6;
    border-radius: 10px;
    position: relative;
}

.newsList ul li a:hover{
    background-color: #DEECDA;
}

.newsList ul li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/parts_arrow_grn.svg)no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}

.newsList ul li a:hover::after{
    right: 20px;
}

.newsList ul li a span{
    width: 7em;
    font-size: 1.6rem;
}

.newsList ul li a p{
    flex: 1;
    width: 100%;
}

.newsList ul li a:hover p{
    text-decoration: underline;
}

#topNews{
    padding: 80px 0 0;
}

.topContentsWrapper{
    padding: 120px 0;
    position: relative;
}

.topContentsWrapper:last-child{
    padding-bottom: 140px;
}

.topContentsWrapper .inner{
    width: min(calc(100% - 80px), 1200px);
}

.topContentsWrapper .topSecTit{
    text-align: center;
}

.topContentsWrapper .topSecTit h2{
    margin-bottom: 1.5em;
}

.topFeaturesHead{
    display: flex;
    justify-content: center;
    align-items: center;
}

.topFeaturesHead h2{
    color: #68A955;
    padding: .75em 1.5em;
    background: url(../images/parts_cloud.svg)no-repeat center;
    background-size: 100% auto;
    margin: 0;
    position: relative;
}

.topFeaturesHead h2 .illustTurtle01{
    width: 149px;
    height: 102px;
    position: absolute;
    left: -137px;
    top: 50%;
    transform: translateY(-50%);
}

.topFeaturesHead p{
    flex: 1;
    width: 100%;
    max-width: 470px;
    margin-left: 3em;
}

.topFeaturesList ul li{
    background-color: #DEECDA;
    padding-bottom: 129px;
    position: relative;
}

.topFeaturesList ul li:first-child{
    margin-top: 129px;
}

.topFeaturesList ul li:nth-child(2){
    background-color: #E9F2E6;
}

.topFeaturesList ul li::before{
    content: '';
    display: block;
    width: 100%;
    height: 79px;
    background: url(../images/bg_wave_02.png)no-repeat center top;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: -78px;
}

.topFeaturesList ul li:nth-child(2)::before{
    background-image: url(../images/bg_wave_03.png);
}

.topFeaturesList ul li .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px;
    background-color: #fff;
    border-radius: 50px;
}

.topFeaturesList ul li .container .txtContents{
    flex: 1;
}

.topFeaturesList ul li:nth-child(2) .container .txtContents{
    order: 1;
}

.topFeaturesList ul li .container .txtContents .featureTit{
    display: flex;
}

.topFeaturesList ul li .container .txtContents .featureTit > div{
    font-size: 4.8rem;
    line-height: 1;
    color: #68A955;
    margin-right: .6em;
}

.topFeaturesList ul li .container .txtContents .featureTit > div span{
    border-bottom: 2px dashed #68A955;
}

.topFeaturesList ul li .container .txtContents .featureTit h3{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
}

.topFeaturesList ul li .container figure{
    width: 530px;
    margin-left: 50px;
    margin-top: -139px;
}

.topFeaturesList ul li:nth-child(2) .container figure{
    margin-left: 0;
    margin-right: 50px;
}

.topFeaturesList ul li .container figure img{
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    border: 10px solid #fff;
}

.topFeaturesBottom{
    background-color: #DEECDA;
    position: relative;
}

.topFeaturesBottom::after{
    content: '';
    display: block;
    width: 100%;
    height: 105px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.topFeaturesBottom .outroTxt{
    text-align: center;
    position: relative;
}

.topFeaturesBottom .outroTxt p{
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 600;
}

.topFeaturesBottom .outroTxt .illustTurtle02{
    width: 124px;
    height: 128px;
    position: absolute;
    left: 860px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.featuresSlider{
    overflow: hidden;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.featuresSlider ul{
    display: flex;
    width: 100%;
    width: min-content;
    animation: 60s linear infinite sliderAnimation;
}

.featuresSlider ul li{
    width: 320px;
    height: 210px;
    margin-right: 30px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.featuresSlider ul li img{
    height: 100%;
    object-fit: cover;
}

@keyframes sliderAnimation{
    100%{
        transform: translateX(-50%);
    }
}

.topContentsList{
    position: relative;
}

.topContentsList ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}

.topContentsList ul li{
    width: 32%;
}

.topContentsList ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    background-color: #E9F2E6;
    border-radius: 30px;
    text-align: center;
    position: relative;
}

.topContentsList ul li a:hover{
    background-color: #DEECDA;
    transform: translateY(-5px);
}

.topContentsList ul li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/parts_arrow_w.svg) no-repeat center #68A955;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.topContentsList ul li a .container figure{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
}

.topContentsList ul li a .container span{
    display: block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: .5em;
}

.topContentsList .illustLion{
    width: 120px;
    height: 112px;
    position: absolute;
    right: 30px;
    top: -100px;
    z-index: -1;
}

#topReservation::after{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/bg_parts_01.png);
    border-radius: 0 80px 80px 0;
    position: absolute;
    left: -60%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.topReservationContents{
    padding: 80px;
    background-color: #fff;
    border: 2px dotted #68A955;
    border-radius: 50px;
    position: relative;
}

.topReservationContents .topTxt{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

.topReservationList{
    margin-top: 70px;
}

.topReservationList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topReservationList ul li{
    width: 32%;
    background-color: #E9F2E6;
    border-radius: 20px;
    position: relative;
}

.topReservationList ul li > figure{
    width: 80px;
    height: 80px;
    background-color: #E9F2E6;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
}

.topReservationList ul li h4{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 2em 1em 1.25em;
    border-bottom: 1px solid #fff;
}

.topReservationList ul li h4 span{
    display: inline-block;
}

.topReservationList ul li .container{
    padding:25px 30px 40px;
}

.topReservationList ul li .container > p{
    text-align: center;
    margin-bottom: 1.25em;
}

.topReservationList ul li .container .contactContents .contactBtn{
    max-width: 270px;
    margin: 0 auto;
}

.topReservationList ul li .container .contactContents .contactBtn a{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    padding: 1.25em;
    background-color: #F5A73A;
    border-radius: 50px;
}

.topReservationList ul li .container .contactContents .contactBtn a:hover{
    background-color: #F5873B;
}

.topReservationList ul li .container .contactContents .contactBtn a span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/icon_calendar_w.svg)no-repeat center;
    background-size: 100%;
    margin-right: 8px;
    margin-top: -5px;
}

.topReservationList ul li .container .contactContents > p{
    text-align: center;
    line-height: 1;
    margin: 1.25em ;
}

.topReservationList ul li .container .contactContents > p span{
    display: inline-block;
}

.topReservationList ul li .container .contactContents > p span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 1px;
    background-color: #51656F;
    margin-right: 5px;
    margin-top: -3px;
}

.topReservationList ul li .container .contactContents > p span::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 1px;
    background-color: #51656F;
    margin-left: 5px;
    margin-top: -3px;
}

.topReservationList ul li .container .contactContents .contactTel{
    text-align: center;
}

.topReservationList ul li .container .contactContents .contactTel > span{
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    color: #68A955;
    margin-bottom: .25em;
}

.topReservationList ul li .container .contactContents .contactTel a{
    display: inline-block;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
}

.topReservationList ul li .container .contactContents .contactTel a span{
    color: #68A955;
}

.topReservationList ul li .container .contactContents .contactTel a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/icon_tel_w.svg) no-repeat center #68A955;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -6px;
}

.topReservationList ul li .container .contactContents p.note{
    text-indent: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 1.5em 0 0;
}

.topReservationContents h3{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #68A955;
    margin: 2.5em 0 .75em;
}

.topReservationContents .illustSheep{
    width: 100px;
    height: 89px;
    position: absolute;
    right: 40px;
    top: -65px;
    z-index: 1;
}

#topFaq{
    padding-bottom: 199px;
}

.topFaq2Col{
    display: flex;
    justify-content: space-between;
}

.topFaq2Col .topFaqHead{
    margin-right: 100px;
}

.topFaq2Col .topFaqHead h2,
.topFaq2Col .topFaqHead h2 span{
    text-align: left;
}

.topFaq2Col .topFaqHead h2{
    position: relative;
}

.topFaq2Col .topFaqHead h2 .illustSheep{
    width: 137px;
    height: 105px;
    position: absolute;
    right: -40px;
    bottom: -105px;
}

.topFaq2Col .faqList{
    flex: 1;
    width: 100%;
}

.faqList dl{
    padding: 30px;
    border-top: 1px solid #E9F2E6;
}

.faqList dl:last-child{
    border-bottom: 1px solid #E9F2E6;
}

.faqList dl dt{
    padding-left: 50px;
    position: relative;
}

.faqList dl dt p{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    padding-top: .2em;
    margin-bottom: 1em;
}

.faqList dl dt span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    padding-bottom: .25em;
    background-color: #68A955;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.faqList dl dd{
    display: flex;
}

.faqList dl dd span{
    width: 1.8em;
    text-align: right;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    color: #68A955;
}

.faqList dl dd p{
    flex: 1;
    margin-left: .65em;
}

#topInformation{
    background-color: #E9F2E6;
    padding-top: 90px;
    position: relative;
}

#topInformation::before{
    content: '';
    display: block;
    width: 100%;
    height: 79px;
    background: url(../images/bg_wave_03.png) no-repeat center top;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: -78px;
}

#topInformation .inner{
    width: min(calc(100% - 80px), 1400px);
}

.topInfo2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.topInfo2Col .container{
    width: 47.5%;
}

.topInfo2Col .container h3{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1em;
}

.topInfo2Col .container h3::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/icon_clock_grn.svg)no-repeat center;
    background-size: 100%;
    margin-right: 8px;
    margin-top: -5px;
}

.topInfo2Col .container:nth-child(2) h3::before{
    background-image: url(../images/icon_map_grn.svg);
}

.timeTable table{
    width: 100%;
    background-color: #fff;
}

.timeTable table tr th,
.timeTable table tr td{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 1em;
    border: 1px solid #ccc;
}

.timeTable table tr th{
    color: #fff;
    background-color: #68A955;
}

.timeTable table tr td.grn{
    color: #68A955;
}

.timeTable table tr td span{
    display: block;
    color: #51656F;
}

.timeTable > p{
    font-size: 1.5rem;
    margin: .5em 0 2em;
}

.timeTable > p span{
    color: #68A955;
}

.timeTableNotes ul li{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: .5em 0;
}

.timeTableNotes ul li strong{
    color: #A83632;
}

.accessMap p{
    font-size: 1.5rem;
    margin-top: .5em;
}

.topInfo2Col .illustTurtle03{
    width: 156px;
    position: absolute;
    top: -182px;
    right: 38px;
}












/* fadeUp */
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}



/* ------------------------------------------------------- footer */
#top footer{
    background-color: #E9F2E6;
}

footer > .inner{
    width: min(calc(100% - 80px), 1400px);
}

#fContact{
    background: url(../images/f_contact_bg.jpg)no-repeat center;
    background-size: cover;
    border-radius: 80px 80px 10px 10px;
    overflow: hidden;
    position: relative;
}

#fContact::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bg_parts_01.png);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}

#fContact .inner{
    width: min(calc(100% - 80px), 1400px);
    position: relative;
    z-index: 1;
}

#fContact.topContentsWrapper{
    padding: 100px 0;
}

#fContact.topContentsWrapper h2{
    color: #fff;
}

#fContact.topContentsWrapper h2 span{
    color: #fff;
}

#fContact .topReservationList ul li{
    background-color: #fff;
}

#fContact .topReservationList ul li > figure{
    background-color: #fff;
}

#fContact .topReservationList ul li h4{
    border-bottom-color: #E9F2E6;
}

.fContainer{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.fInfo a{
    display: inline-block;
    width: 425px;
    margin-bottom: 20px;
}

.fInfo a:hover{
    opacity: .8;
}

.fInfo p{
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: .5em;
}

.fSitemap{
    display: flex;
}

.fSitemap ul{
    font-size: 1.5rem;
    line-height: 1.5;
    margin-right: 3em;
}

.fSitemap ul:last-child{
    margin: 0;
}

.fSitemap ul li{
    margin-bottom: 1em;
}

.fSitemap ul li a{
    display: inline-block;
    transition: none;
}

.fSitemap ul li a:hover{
    text-decoration: underline;
    color: #68A955;
}

.copyright{
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.25em 0;
    margin-bottom: 2em;
}



@media(max-width: 1200px){
    .topHero,
    .topHero .topHeroBg ul li{
        height: 700px;
    }

    .sideContact ul li a{
        padding: 20px 10px;
    }
}

@media(max-width: 1140px){
    .hLogo{
        padding-left: 25px;
        margin-right: 30px;
    }

    .hLogo a p{
        width: 360px;
        height: 68px;
    }

    .hContents{
        padding: 20px 25px 20px 30px;
    }

    .hNav nav{
        padding-top: 15px;
    }

    .hNav nav > ul > li{
        font-size: 1.5rem;
        margin-top: 1em;
    }

    .topFeaturesHead{
        flex-wrap: wrap;
    }

    .topFeaturesHead p{
        flex: auto;
        text-align: center;
        max-width: 700px;
        margin: 2em 0 0;
    }

    .topFeaturesList ul li .container figure{
        width: 40%;
    }
}

@media(max-width: 1080px){
    .sideContact{
        left: 0;
        top: inherit;
        padding: 20px 20px 30px;
        background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    }

    .sideContact ul{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .sideContact ul li{
        display: block;
        width: 49.5%;
        margin: 0;
    }

    .sideContact ul li a{
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        padding: 15px;
    }

    .sideContact ul li a figure{
        width: 42px;
        height: 42px;
    }

    .sideContact ul li a > p{
        margin: 0 .25em 0 .5em;
    }

    .sideContact ul li a > p br{
        display: none;
    }

    .sideContact ul li a > p span{
        padding: 0;
    }

    .sideContact ul li a > p span::before{
        content: '＼';
    }

    .sideContact ul li a > p span::after{
        content: '／';
    }

    .sideContact ul li a > span{
        display: none;
    }

    #topFeatures.topContentsWrapper .topFeaturesBottom .inner{
        position: relative;
        z-index: 2;
    }

    .topFeaturesBottom .outroTxt .illustTurtle02{
        left: inherit;
        top: inherit;
        bottom: -320px;
    }

    .topContentsList ul{
        gap: 20px 2%;
    }

    .topReservationList ul{
        justify-content: center;
        gap: 50px 2%;
    }

    .topReservationList ul li{
        width: 49%;
    }

    .topReservationContents .topTxt br{
        display: none;
    }

    .timeTable table tr th,
    .timeTable table tr td{
        font-size: 1.4rem;
        padding: .75em;
    }

    .timeTable > p{
        font-size: 1.4rem;
    }

    .copyright{
        margin-bottom: 9em;
    }
}

@media(max-width: 1000px){
    .hContact .tel::before{
        width: 38px;
        height: 38px;
        margin-right: 10px;
    }

    .hContact .tel ul li{
        padding-right: 15px;
        margin-right: 15px;
    }

    .hContact .tel ul li p{
        font-size: 2.6rem;
    }
}



/* ------------------------------------------------------- tab / sp */
@media(max-width: 820px){
    body.menuOpened{
        overflow: hidden;
    }

    .dispPc{
        display: none !important;
    }

    .dispSp{
        display: block;
    }

    p{
        font-size: 1.5rem;
    }

    .listDot > li,
    .listNum > li{
        font-size: 1.5rem;
    }

    .inner,
    .topContentsWrapper .inner,
    #topInformation .inner,
    #fContact .inner,
    footer > .inner{
        width: min(calc(100% - 50px), 1200px);
    }

    header{
        background: rgba(255,255,255,.96);
        box-shadow: 0 0 30px rgba(104, 169, 85, .15);
    }

    .headerContainer{
        min-height: 76px;
    }

    .hLogo{
        padding-left: 25px;
        margin-right: 90px;
    }

    .hLogo a p{
        width: 280px;
        height: 53px;
    }

    .hContents{
        display: none;
    }

    .openbtn{
        width: 62px;
        height: 54px;
        cursor: pointer;
        position: fixed;
        right: 20px;
        top: 11px;
        z-index: 1001;
    }

    .openbtn::after{
        content: 'MENU';
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1;
        color: #68A955;
        letter-spacing: 0;
        position: absolute;
        left: 0;
        bottom: 8px;
    }

    .openbtn span{
        display: block;
        width: 30px;
        height: 2px;
        background-color: #68A955;
        border-radius: 50px;
        position: absolute;
        left: 16px;
        transition: all .2s;
    }

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

    .openbtn span:nth-child(2){
        top: 18px;
    }

    .openbtn span:nth-child(3){
        top: 26px;
    }

    .openbtn.active span:nth-child(1){
        top: 18px;
        transform: rotate(45deg);
    }

    .openbtn.active span:nth-child(2){
        opacity: 0;
    }

    .openbtn.active span:nth-child(3){
        top: 18px;
        transform: rotate(-45deg);
    }

    #g-nav{
        width: 100%;
        height: 100vh;
        background-color: rgba(81, 101, 111, .35);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        transition: all .2s;
    }

    #g-nav.panelactive{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #g-nav-list{
        width: min(420px, 100%);
        height: 100%;
        padding: 35px 30px 45px;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(81, 101, 111, .18);
        overflow-y: auto;
        margin-left: auto;
        transform: translateX(100%);
        transition: transform .3s;
    }

    #g-nav.panelactive #g-nav-list{
        transform: translateX(0);
    }

    .spMenuLogo a{
        display: block;
        width: 280px;
        height: 53px;
        background: url(../images/logo.png)no-repeat center;
        background-size: 100%;
        text-indent: -9999px;
    }

    .spMenuLogo img{
        display: none;
    }

    .spMenuList{
        margin-top: 30px;
    }

    .spMenuList ul li{
        border-bottom: 1px solid #E9F2E6;
    }

    .spMenuList ul li:first-child{
        border-top: 1px solid #E9F2E6;
    }

    .spMenuList ul li a{
        display: block;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.5;
        padding: 1em 2em 1em .25em;
        position: relative;
    }

    .spMenuList ul li a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #68A955;
        border-radius: 50%;
        margin-right: 8px;
        margin-top: -3px;
    }

    .spMenuList ul li a::after{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background: url(../images/parts_arrow_grn.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .spMenuContact{
        margin-top: 30px;
    }

    .spMenuContact .contents{
        padding: 20px 0 25px;
        background-color: #E9F2E6;
        border-radius: 20px;
        text-align: center;
    }

    .spMenuContact .contents + .contents{
        margin-top: 15px;
    }

    .spMenuContact .contents > p{
        display: block;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.5;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }

    .spMenuContact .contents .contactBtn{
        max-width: 270px;
        margin: 0 auto;
    }

    .spMenuContact .contents .contactBtn a{
        display: block;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        padding: 1em;
        background-color: #F5A73A;
        border-radius: 50px;
    }

    .spMenuContact .contents .contactBtn a span::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background: url(../images/icon_calendar_w.svg)no-repeat center;
        background-size: 100%;
        margin-right: 8px;
        margin-top: -5px;
    }

    .spMenuContact .contents .contactTel a{
        display: inline-block;
        font-size: 3rem;
        font-weight: 600;
        line-height: 1;
    }

    .spMenuContact .contents > span{
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1;
        margin: 1.25em 0;
    }

    .spMenuContact .contents > span::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 2em;
        height: 1px;
        background-color: #51656F;
        margin-right: 5px;
        margin-top: -3px;
    }

    .spMenuContact .contents > span::after{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 2em;
        height: 1px;
        background-color: #51656F;
        margin-left: 5px;
        margin-top: -3px;
    }

    .spMenuContact .contents .contactTel a span{
        color: #68A955;
    }

    .spMenuContact .contents .contactTel a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 28px;
        background: url(../images/icon_tel_w.svg) no-repeat center #68A955;
        background-size: 100%;
        border-radius: 50%;
        margin-right: 5px;
        margin-top: -6px;
    }

    .spMenuContact .contents .contactNote{
        line-height: 1.5;
        margin: 1.25em 0 0;
    }

    .spMenuContact .contents .contactNote::before,
    .spMenuContact .contents .contactNote::after{
        content: none;
    }

    .spMenuCloseBtn{
        text-align: center;
        margin: 40px 0;
    }

    .spMenuCloseBtn a{
        display: inline-block;
        width: 240px;
        font-size: 1.5rem;
        line-height: 1;
        color: #fff;
        padding: 1.25em;
        background-color: #51656F;
        border-radius: 50px;
    }

    .spTelBtn{
        display: inline-block;
        position: fixed;
        right: 94px;
        top: 12px;
    }

    .spTelBtn a{
        display: inline-block;
    }

    .spTelBtn a .sp{
        display: none;
    }

    .spTelBtn a .tab > span{
        display: block;
        font-size: 1.1rem;
        color: #68A955;
    }

    .spTelBtn a .tab p{
        display: inline-block;
        font-size: 3rem;
        font-weight: 600;
        line-height: 1;
    }

    .spTelBtn a .tab p span{
        color: #68A955;
    }

    .spTelBtn a .tab p::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 28px;
        background: url(../images/icon_tel_w.svg) no-repeat center #68A955;
        background-size: 100%;
        border-radius: 50%;
        margin-right: 5px;
        margin-top: -7px;
    }

    .topHero,
    .topHero .topHeroBg ul li{
        height: 620px;
    }

    .topHero::after{
        height: 64px;
    }

    .topHero .inner{
        padding-top: 76px;
    }

    .topHero .container > h1{
        font-size: 3.6rem;
    }

    .topHero .container > p{
        font-size: 1.7rem;
    }

    .topContentsWrapper{
        padding: 90px 0;
    }

    .topContentsWrapper h2{
        font-size: 3rem;
    }

    #topNews{
        padding-top: 65px;
    }

    .topNews2Col,
    .topFaq2Col{
        display: block;
    }

    .topNews2Col .topNewsHead,
    .topFaq2Col .topFaqHead{
        margin-right: 0;
        margin-bottom: 35px;
    }

    .topNews2Col .topNewsHead{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .topNews2Col .topNewsHead h2{
        margin-bottom: 0;
    }

    .topNews2Col .topNewsHead a{
        font-size: 1.5rem;
        margin-top: 0;
    }

    .newsList ul li a{
        padding: 22px 55px 22px 25px;
    }

    .topNews2Col .topNewsHead a::after{
        padding: 2px;
        width: 18px;
        height: 18px;
    }

    .topFeaturesHead h2{
        font-size: 3rem;
    }

    .topFeaturesHead h2 .illustTurtle01{
        width: 120px;
        height: auto;
        left: -95px;
    }

    .topFeaturesHead p{
        max-width: 620px;
    }

    .topFeaturesList ul li{
        padding-bottom: 100px;
    }

    .topFeaturesList ul li:first-child{
        margin-top: 110px;
    }

    .topFeaturesList ul li::before{
        height: 64px;
        top: -63px;
    }

    .topFeaturesList ul li .container{
        padding: 45px;
        border-radius: 35px;
    }

    .topFeaturesList ul li .container .txtContents{
        order: 1;
        flex: auto;
        width: 100%;
    }

    .topFeaturesList ul li .container .txtContents .featureTit > div{
        font-size: 4rem;
    }

    .topFeaturesList ul li .container .txtContents .featureTit h3{
        font-size: 2.6rem;
        margin: .15em 0 1.25em 0;
    }

    .topFeaturesList ul li .container .txtContents .featureTit h3 br{
        display: none;
    }

    .topFeaturesList ul li .container figure,
    .topFeaturesList ul li:nth-child(2) .container figure{
        width: min(100%, 520px);
        margin: -98px auto 30px;
    }

    .topFeaturesList ul li .container figure img{
        border-radius: 35px;
    }

    .topFeaturesBottom .outroTxt p{
        font-size: 2.1rem;
    }

    .topFeaturesBottom .outroTxt .illustTurtle02{
        width: 100px;
        height: auto;
        bottom: -260px;
    }

    .featuresSlider ul li{
        width: 260px;
        height: 171px;
        margin-right: 20px;
    }

    .topContentsList ul li{
        width: 49%;
    }

    .topContentsList ul li a{
        height: 220px;
    }

    #topReservation::after{
        left: -45%;
        border-radius: 0 60px 60px 0;
    }

    .topReservationContents{
        padding: 60px 40px;
        border-radius: 40px;
    }

    .topReservationContents .topTxt{
        font-size: 1.8rem;
    }

    #fContact .topReservationList ul li h4 br{
        display: none;
    }

    .topReservationList ul li{
        width: min(100%, 520px);
    }

    .topReservationContents h3{
        font-size: 2rem;
    }

    .topFaq2Col .topFaqHead h2,
    .topFaq2Col .topFaqHead h2 span{
        text-align: center;
    }

    .topFaq2Col .topFaqHead h2 .illustSheep{
        width: 100px;
        height: auto;
        right: 30px;
        bottom: -52px;
    }

    .topInfo2Col{
        display: block;
    }

    .topInfo2Col .container{
        width: 100%;
    }

    .topInfo2Col .container + .container{
        margin-top: 50px;
    }

    /* .timeTable{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    } */

    .timeTable table{
        min-width: 680px;
    }

    .accessMap iframe{
        height: 340px;
    }

    .topInfo2Col .illustTurtle03{
        width: 120px;
        top: -150px;
        right: 15px;
    }

    #fContact{
        border-radius: 60px 60px 10px 10px;
    }

    .fContainer{
        justify-content: center;
        flex-wrap: wrap;
    }

    .fInfo{
        order: 1;
        width: 100%;
        text-align: center;
    }

    .fInfo a{
        width: 320px;
    }

    .fSitemap{
        margin-bottom: 30px;
    }

    .fSitemap ul li a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 5px;
        background-color: #68A955;
        border-radius: 50%;
        margin-right: 5px;
        margin-top: -3px;
    }

}



@media(max-width: 670px){
    .inner,
    .topContentsWrapper .inner,
    #topInformation .inner,
    #fContact .inner,
    footer > .inner{
        width: calc(100% - 40px);
    }

    /* p{
        font-size: 1.4rem;
    }

    .listDot > li,
    .listNum > li{
        font-size: 1.4rem;
    } */

    .headerContainer{
        min-height: 66px;
    }

    .hLogo{
        padding-left: 15px;
        margin-right: 70px;
    }

    .hLogo a p{
        width: 220px;
        height: 42px;
    }

    .openbtn{
        width: 54px;
        height: 50px;
        right: 10px;
        top: 9px;
    }

    .openbtn::after{
        font-size: 1rem;
        bottom: 10px;
    }

    .openbtn span{
        width: 26px;
        left: 14px;
    }

    .openbtn span:nth-child(1){
        top: 9px;
    }

    .openbtn span:nth-child(2){
        top: 16px;
    }

    .openbtn span:nth-child(3){
        top: 23px;
    }

    .openbtn.active span:nth-child(1),
    .openbtn.active span:nth-child(3){
        top: 16px;
    }

    #g-nav-list{
        padding: 28px 20px 40px;
    }

    .spMenuLogo a{
        width: 230px;
        height: 43px;
    }

    .spMenuList{
        margin-top: 25px;
    }

    .spMenuList ul li a{
        font-size: 1.5rem;
        padding: .9em 2em .9em .25em;
    }

    .spTelBtn{
        right: 75px;
        top: 16px;
    }

    .spTelBtn a .tab{
        display: none;
    }

    .spTelBtn a .sp{
        display: inline-block;
        text-align: center;
    }

    .spTelBtn a .sp img{
        display: inline-block;
        width: 20px;
    }

    .spTelBtn a .sp span{
        display: block;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1;
        color: #68A955;
        margin-top: .25em;
    }

    main{
        padding-top: 66px;
    }

    .topHero,
    .topHero .topHeroBg ul li{
        height: 450px;
    }

    .topHero .topHeroBg ul li{
        background-position: left 20% bottom 25px;
    }

    .topHero .topHeroBg ul li.slide_03{
        background-position: right 25% center;
    }

    .topHero::after{
        height: 52px;
    }

    .topHero .inner{
        align-items: flex-end;
        padding-top: 66px;
        padding-bottom: 75px;
    }

    .topHero .container > h1{
        font-size: 2.8rem;
        line-height: 1.6;
    }

    .topHero .container > h1 span{
        line-height: 1.25;
    }

    .topHero .container > p{
        font-size: 1.5rem;
    }

    .topHero .container > p span{
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .topContentsWrapper{
        padding: 70px 0;
    }

    .topContentsWrapper h2{
        font-size: 2.7rem;
    }

    .topContentsWrapper h2 span{
        font-size: 1.4rem;
    }

    #topNews{
        padding-top: 55px;
    }

    .topNews2Col .topNewsHead{
        margin-bottom: 25px;
    }

    .topNews2Col .topNewsHead a{
        margin-top: 1em;
    }

    .newsList ul li a{
        display: block;
        padding: 20px 50px 20px 20px;
    }

    .newsList ul li a::after{
        right: 15px;
    }

    .newsList ul li a span{
        display: block;
        width: auto;
        font-size: 1.3rem;
        color: #68A955;
        margin-bottom: .35em;
    }

    .topFeaturesHead h2{
        font-size: 2.5rem;
        padding: .75em 1.2em;
    }

    .topFeaturesHead h2 .illustTurtle01{
        width: 82px;
        left: -5px;
        top: -5px;
        transform: none;
    }

    .topFeaturesHead p{
        text-align: left;
        margin-top: 1.75em;
    }

    .topFeaturesList ul li{
        padding-bottom: 80px;
    }

    .topFeaturesList ul li:first-child{
        margin-top: 90px;
    }

    .topFeaturesList ul li::before{
        height: 52px;
        top: -51px;
    }

    .topFeaturesList ul li .container{
        padding: 30px 22px;
        border-radius: 28px;
    }

    .topFeaturesList ul li .container .txtContents .featureTit{
        display: block;
    }

    .topFeaturesList ul li .container .txtContents .featureTit > div{
        font-size: 3.4rem;
        margin-right: 0;
        margin-bottom: .5em;
    }

    .topFeaturesList ul li .container .txtContents .featureTit > div span{
        display: inline-block;
        text-align: center;
        width: 1.75em;
        height: 1.75em;
        line-height: 1.6;
        background-color: #fff;
        border-radius: 0 20px 0 0;
    }

    .topFeaturesList ul li .container .txtContents .featureTit h3{
        font-size: 2.1rem;
    }

    .topFeaturesList ul li .container figure,
    .topFeaturesList ul li:nth-child(2) .container figure{
        margin: -72px auto -34px;
    }

    .topFeaturesList ul li .container figure img{
        border-width: 6px;
        border-radius: 28px;
    }

    .topFeaturesBottom .outroTxt p{
        font-size: 1.8rem;
    }

    .topFeaturesBottom .outroTxt p br{
        display: none;
    }

    .topFeaturesBottom .outroTxt .illustTurtle02{
        width: 82px;
        right: 0;
        bottom: -220px;
    }

    .featuresSlider{
        margin-top: 45px;
    }

    .featuresSlider ul li{
        width: 220px;
        height: 145px;
        margin-right: 18px;
        border-radius: 16px;
    }

    .topContentsList ul{
        gap: 10px;
    }

    .topContentsList ul li{
        width: 100%;
    }

    .topContentsList ul li a{
        justify-content: flex-start;
        height: auto;
        padding: 25px;
        border-radius: 22px;
    }

    .topContentsList ul li a::after{
        width: 18px;
        height: 18px;
        padding: 2px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .topContentsList ul li a .container{
        display: flex;
        align-items: center;
    }

    .topContentsList ul li a .container figure{
        width: 50px;
        height: 50px;
    }

    .topContentsList ul li a .container span{
        font-size: 1.8rem;
        margin: 0 0 0 .5em;
    }

    .topContentsList .illustLion{
        width: 80px;
        height: auto;
        right: 10px;
        top: -70px;
    }

    #topReservation::after{
        left: -80%;
        border-radius: 0 40px 40px 0;
    }

    .topReservationContents{
        padding: 40px 20px;
        border-radius: 30px;
    }

    .topReservationContents .topTxt{
        font-size: 1.6rem;
        text-align: left;
    }

    .topReservationList{
        margin-top: 55px;
    }

    .topReservationList ul{
        gap: 48px 0;
    }

    .topReservationList ul li > figure{
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .topReservationList ul li h4{
        font-size: 1.8rem;
        padding: 2.1em 1em 1em;
    }

    .topReservationList ul li .container{
        padding: 22px 20px 32px;
    }

    .topReservationList ul li .container .contactContents .contactTel a{
        font-size: 3rem;
    }

    .topReservationList ul li .container .contactContents .contactTel a::before{
        width: 28px;
        height: 28px;
    }

    .topReservationContents h3{
        font-size: 1.8rem;
    }

    .topReservationContents .illustSheep{
        width: 78px;
        height: auto;
        right: 20px;
        top: -50px;
    }

    #topFaq{
        padding-bottom: 140px;
    }

    .topFaq2Col .topFaqHead h2 .illustSheep{
        width: 82px;
        right: 0;
        bottom: -45px;
    }

    .faqList dl{
        padding: 25px 0;
    }

    .faqList dl dt{
        padding-left: 44px;
    }

    .faqList dl dt p{
        font-size: 1.7rem;
    }

    .faqList dl dt span{
        width: 34px;
        height: 34px;
        font-size: 1.9rem;
        line-height: 34px;
        padding-bottom: .15em;
    }

    .faqList dl dd span{
        font-size: 2rem;
    }

    #topInformation{
        padding-top: 70px;
    }

    #topInformation::before{
        height: 52px;
        top: -51px;
    }

    .topInfo2Col .container h3{
        font-size: 2rem;
    }

    .timeTable table{
        min-width: 100%;
    }

    .timeTable table tr th,
    .timeTable table tr td{
        padding: .5em;
    }

    .timeTableNotes ul li{
        font-size: 1.4rem;
    }

    .accessMap iframe{
        height: 280px;
    }

    .accessMap p{
        font-size: 1.4rem;
    }

    .topInfo2Col .illustTurtle03{
        width: 86px;
        top: -118px;
    }

    .sideContact{
        padding: 15px 12px 20px;
    }

    .sideContact ul li a{
        padding: 10px 6px;
    }

    .sideContact ul li a figure{
        width: 34px;
        height: 34px;
    }

    .sideContact ul li a > p{
        font-size: 1.7rem;
        margin: 0 .25em 0 .45em;
    }

    .sideContact ul li a > p span{
        font-size: 1.1rem;
    }

    .sideContact ul li a > span{
        display: none;
        font-size: 1.2rem;
    }

    #fContact{
        border-radius: 45px 45px 8px 8px;
    }

    #fContact.topContentsWrapper{
        padding: 70px 0;
    }

    .fInfo a{
        width: 280px;
        max-width: 100%;
    }

    .fInfo p{
        font-size: 1.4rem;
        padding-left: 0;
    }

    .fSitemap{
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }

    .fSitemap ul{
        margin: 0;
    }

    .fSitemap ul li{
        margin: 0;
        border-top: 1px dashed #68A955;
    }

    .fSitemap ul:last-child li:last-child{
        border-bottom: 1px dashed #68A955;
    }

    .fSitemap ul li a{
        display: block;
        padding: .9em 2em .9em .25em;
        position: relative;
    }

    .fSitemap ul li a::after{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background: url(../images/parts_arrow_grn.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .copyright{
        font-size: 1.2rem;
        margin-bottom: 8em;
    }









}





















