@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------------------------------

   Footer

--------------------------------------------------------------------------------------------- */
footer{
    width: 100%;
}



/* Ad-Bunner 広告バナーギャラリー
------------------------------------------------------------*/
#AD-banner-gallery{
    width: 100%;
}

.AD-h3{
    width: 100%;
    text-align: center;
    line-height: 1;
	font-size: clamp(16px, 3vw, 20px);
    padding: 15px 0;
    color: #fff;
    background: #F8F5F0;
    background: linear-gradient(90deg,rgba(248, 245, 240, 1) 0%, rgba(0, 102, 153, 1) 50%, rgba(248, 245, 240, 1) 100%);    
}

.AD-h3 .fa-globe{
    color: #f8f5f0;
}

.AD-banner-entry{
    width: 500px;
    margin: 25px auto 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #000;
    border-radius: 25px;
    line-height: 1;
    padding: 15px;
    background: #fff;
    font-weight: bold;
}
.AD-banner-entry span{
	font-size: clamp(16px, 2vw, 18px);
}

#AD-banner-gallery .text-14{
    text-align: center;
    margin-top: 15px;
}

@media screen and (max-width:600px) {
    
.AD-banner-entry{
    width: 75%;
}
}



/* Ad-Bunner 広告バナーギャラリー（Slider ※全共通）
------------------------------------------------------------*/

.AD-banner-slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width: 90%;/*90%*/
    margin: 75px auto 0 auto;
}

.AD-banner-slider img {
    width: 100%;/*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.AD-banner-slider .slick-slide {
    margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 45%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 1px solid #666;/*矢印の色*/
    border-right: 1px solid #666;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

.slick-slider div{/*[slick.js] 最後のスライドまでいったら逆戻りしてしまうの対処法！*/
	transition: none;
}

@media screen and (max-width:700px) {
    
.AD-banner-slider {
    margin: 50px auto 0 auto;
}
}

/* Bunnerギャラリー
------------------------------------------------------------*/
#banner-gallery{
    width: 100%;
    position: relative;
}

#banner-gallery ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#banner-gallery ul li{
    width: 32%;
    margin-bottom: 2%;
}
#banner-gallery ul li img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #666;
}
#banner-gallery ul li a:hover img{
    opacity: 0.5;
}

#banner-gallery .forest{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url("../images/forest.png");
    background-position: center 0;
    background-repeat: repeat-x;
    background-size: 220px 60px;/*----※----*/
}
#banner-gallery .orange-wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url("../images/orange-wave.png");
    background-position: center 0;
    background-repeat: repeat-x;
    background-size: 80px 50px;/*----※----*/
}

@media screen and (max-width:700px) {

#banner-gallery ul li{
    width: 48%;
    margin-bottom: 4%;
}
}


/* Footerコンテンツ
------------------------------------------------------------*/
#foot-wrap{
    width: 100%;
    background: #f60;
}

.foot-kurimin{
    width: 350px;
    margin: 0 auto;
}
.foot-kurimin img{
    width: 100%;
    height: auto;
}

.foot-title{
    text-align: center;
    margin: 25px auto 0 auto;
}
.foot-title .healing-enjoy{
	font-size: clamp(30px, 2vw, 36px);
    line-height: 1.25;
	color: #fff;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.foot-title .healing-enjoy .leaf{
	font-size: clamp(30px, 2vw, 36px);
    line-height: 1.25;
	color: #fff;
    font-weight: normal;
}

.foot-title .sasaguri{
    font-weight: bold;
	font-size: clamp(24px, 2vw, 30px);
    letter-spacing: 0.1em;
    line-height: 1.25;
	color: #fff;
    border-bottom: 3px solid #fff;    
}

@media screen and (max-width:700px) {

.foot-kurimin{
    width: 250px;
}
}

/* Footerナビ
------------------------------------*/
.foot-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-top: 50px;
}

.foot-nav .foot-nav-link{
    display: block;
    width: 22%;
    text-align: center;
    color: #fff;
    background: #f60;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 25px;
    line-height: 1;
	font-size: clamp(12px, 2vw, 16px);
}
.foot-nav .foot-nav-link:hover{
	background: #fff;
    color: #000;
}

@media screen and (max-width:900px) {
    
.foot-nav .foot-nav-link{
    width: 48%;
    margin-bottom: 2%;
}
.foot-nav{
    margin-top: 35px;
}
}

/* Copyright
------------------------------------*/
#foot-wrap .copy{
    text-align: center;
    margin-top: 50px;
    color: #fff;
    line-height: 1;
	font-size: clamp(10px, 2vw, 14px);
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width:900px) {

#foot-wrap .copy{
    margin-top: 75px;
}
}


















