@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------------------------------

   Top-page-contents ▼

--------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------

   About

--------------------------------------------------------------------------------------------- */
#about{
    margin-top: -150px;/*-5px*//*SVGとの隙間が開かない為の処理*/
    position: relative;
}


/*三人家族ゆれるイラスト
-----------------------------------------------------------*/
.illust-family{
    position: absolute;
    left: 22.5%;
    top: -150px;
    z-index: 10;/*z-index*/ 
    width: 275px;/*350px*/
    animation: fuwafuwa 1s infinite ease-in-out .8s alternate;/*1s → 3s*/
    display: inline-block;
    transition: 1.5s ease-in-out;
}
.illust-family img{
    width: 100%;
    height:auto;
}
@keyframes fuwafuwa {
	
  0% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, -2px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(2deg);
  }
}

@media screen and (max-width:1400px) {

.illust-family{
    top: -135px;
    left: 15%;
    width: 250px;
}
}
@media screen and (max-width:800px) {

.illust-family{
    top: -75px;
    width: 200px;
}
}
@media screen and (max-width:600px) {

.illust-family{
    top: -50px;
    left: 10%;
    width: 150px;
}
}

/* まわる円画像背景01
------------------------------------------------------------*/
.about-circle{
	position: absolute;
	top: -100px;
	right: 15%;
	width: 750px;
}
.about-circle img{
	width: 100%;
	height: auto;
	animation: rotate-anime 15s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);
  }
  100%  {transform: rotate(-360deg);
  }
}

@media screen and (max-width:1400px) {

.about-circle{
	top: 25px;
	right: 5%;
	width: 650px;
}
}
@media screen and (max-width:900px) {

.about-circle{
	top: 25px;
	width: 500px;
}
}
@media screen and (max-width:700px) {

.about-circle{
	top: 75px;
	width: 450px;
	right: -15%;
}
}
@media screen and (max-width:400px) {

.about-circle{
	width: 350px;
	right: -5%;
}
}

/* 背景色が流れてくるガイドテキスト
------------------------------------------------------------*/
/*領域に入ってからアクションする*/

.img-animation {
  animation: img-opacity 1s cubic-bezier(.2, 0, .2, 0);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 1s cubic-bezier(.2, 0, .2, 0) forwards;
  background: #f60;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 1;/*0*/
  }
}

/*左から右へ*/
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

.gide .img-wrap{
    padding: 25px;
    line-height: 1;
    background: #fff;
	font-size: clamp(20px, 3vw, 36px);
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 20;
}
.gide .one{
    width: 15em;
    background: #ffe4e1;
}
.gide .two{
    width: 17em;
    background: #ffffe0;
}
.gide .three{
    width: 14em;
    background: #e6e6fa;
}

.gide .text-14{
    color: #fff;
    position: relative;
    z-index: 10;
}

@media screen and (max-width:700px) {
    
.gide{
    margin-top: 80px;
}   
.gide .img-wrap{
    padding: 20px;
}
}
@media screen and (max-width:500px) {

.gide .img-wrap{
    padding: 15px;
}
}

/* ---------------------------------------------------------------------------------------------

   WHAT IS SASAGURI LIKE?（”ささぐり”とは「こんな街」） 

--------------------------------------------------------------------------------------------- */
#what-town{
    width: 100%;
    height: 100%;
    background-image: url("../images/top-about.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#what-town h2{
    filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.9));
}
#what-town .text-18,#what-town .text-16{
    filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.9));
}

.town-video{
    width: 500px;
    height: 285px;
    margin: 75px auto 0 auto;
    border: 4px double #f60;
    border-radius: 5px;
}

@media screen and (max-width:500px) {
    
.town-video{
    width: 100%;
    height: 250px;
}
}
@media screen and (max-width:450px) {
    
.town-video{
    height: 210px;
}
}
@media screen and (max-width:400px) {
    
.town-video{
    height: 190px;
}
}


/* ---------------------------------------------------------------------------------------------

   SNSリンク レイアウト※詳細指定は、sns-icon.css

--------------------------------------------------------------------------------------------- */
/* youtube,insta
------------------------------------------------------------*/
.media-icon{
	width: 200px;
	margin: 50px auto 0 auto;
}

.media-icon .insta{
	float: left;
	width: 50px;
	height: 50px;
}
.media-icon .line{
	float:right;
	width: 50px;
	height: 50px;
}

@media screen and (max-width:700px) {
    
.media-icon{
	margin: 25px auto 0 auto;
}
}


/* ---------------------------------------------------------------------------------------------

   Feeling（今日は何する？ 篠栗での過ごし方バナーx6）

--------------------------------------------------------------------------------------------- */
#feeling .main-h2 .text-18{
	font-size: clamp(14px, 3vw, 18px);
    font-family: 'Zen Maru Gothic', sans-serif;
    border-bottom: 2px dotted #999;
}

#feeling ul{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#feeling ul li{
    width: 31%;
    margin-bottom: 3.5%;
}

#feeling ul li img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
#feeling ul li a:hover img{
    opacity: 0.75;
}

@media screen and (max-width:900px) {
    
#feeling ul{
    width: 90%;
    margin: 0 auto;
}

#feeling ul li{
    width: 45%;/*47.5%*/
    margin-bottom: 5%;/*5%*/
}    
}


/* ---------------------------------------------------------------------------------------------

   This month（篠栗で過ごす、ランチと夜の時間）

--------------------------------------------------------------------------------------------- */
#this-month{
    background: #fff;
    background: url("../images/stripe891yellow256.png") repeat 0 0;
}

#this-month .main-h2 .text-18{
	font-size: clamp(14px, 3vw, 18px);
    font-family: 'Zen Maru Gothic', sans-serif;
    border-bottom: 2px dotted #999;
}

.this-month-content{
    margin-top: 3.5%;
}

.this-month-content li{
    margin-bottom: 2%;
}

.this-month-content li .this-month-ph{
    width: 50%;
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.this-month-text-wrap{
    width: 50%;
    height: 300px;
    padding: 25px;
    background: #fff;
}

.this-month-text-wrap h3,.this-month-text-wrap .text-18{
    line-height: 1.25;
    font-style: italic;
}
.this-month-text-wrap h3{
	font-size: clamp(18px, 3vw, 24px);
    margin-bottom: 15px;
    font-weight: bold !important;
}
.this-month-text-wrap h3 span.eg-text{
	font-size: clamp(16px, 3vw, 20px);
    line-height: 1.25;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #f60;
    letter-spacing: 0.05em;
}

.this-month-content .right-text{
    text-align: right;
}

.this-month-lunch{
    float: left;
    background-image: url("../images/this-month-lunch.png");
}
.this-month-family{
    float: right;
    background-image: url("../images/this-month-family.png");
}
.this-month-night{
    float: left;
    background-image: url("../images/this-month-night.png");
}
.this-month-quickly{
    float: right;
    background-image: url("../images/this-month-quickly.png");
}

/*.this-month-old{
    float: right;
    background-image: url("../images/this-month-old.webp");
}*/
/*.this-month-stay{
    float: right;
    background-image: url("../images/this-month-stay.webp");
}*/

.this-month-content .right-box{
    float: right;
}
.this-month-content .left-box{
    float: left;
}

.this-month-text-wrap .read-more{
    text-align: center;
    line-height: 1;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 25px;
	font-size: clamp(14px, 2vw, 16px);
    font-family: 'Poppins', sans-serif;
    width: 500px;
    margin: 25px auto 0 auto;
}

@media screen and (max-width:1200px) {

.this-month-text-wrap .read-more{
    width: 75%;
}
}

@media screen and (max-width:1000px) {
    
.left-wrap{
    float: left;
    width: 90%;
}
.right-wrap{
    float: right;
    width: 90%;
}
    
.this-month-lunch{
    float: none;
}
.this-month-family{
    float: none;
}   
.this-month-night{
    float: none;
}
.this-month-quickly{
    float: none;
}
/*.this-month-old{
    float: none;
}*/
/*.this-month-stay{
    float: none;
}*/

.this-month-content .right-box{
    float: none;
    border-radius: 0 0 40px 0;
}
.this-month-content .left-box{
    float: none;
    border-radius: 0 0 0 40px;
}
    
.this-month-content li .this-month-ph{
    width: 100%;
    height: 275px;/*300px*/
}

.this-month-text-wrap{
    width: 100%;
    height: auto;
}

.this-month-content{
    margin-top: 5%;
}
    
.this-month-content li{
    margin-bottom: 5%;
}

/*.this-month-lunch{
    background-image: url("../images/this-month-lunch02.png");
}
.this-month-old{
    background-image: url("../images/this-month-old02.png");
}
.this-month-night{
    background-image: url("../images/this-month-night02.png");
}
.this-month-stay{
    background-image: url("../images/this-month-stay02.png");
}*/
}

@media screen and (max-width:700px) {
    
.this-month-text-wrap{
    padding: 15px 25px 20px 25px;
}
    
.this-month-content li .this-month-ph{
    height: 175px;/*225px*/
}
    
.this-month-text-wrap h3{
    font-weight: normal;
}
    
.this-month-text-wrap .text-18{
    display: none;
}
    
.this-month-text-wrap .read-more{
    padding: 10px 15px;
    margin: 0 auto;/*25px auto 0 auto*/
}
}

@media screen and (max-width:500px) {
    
.this-month-content li .this-month-ph{
    height: 125px;/*200px*/
}
}


/* ---------------------------------------------------------------------------------------------

   特集リンクバナー

--------------------------------------------------------------------------------------------- */
.slider{
	margin: 0 auto;
	width: 100% !important;
}

.slider a img{
	width: 97.5%;
	height: auto;
}
.slider a:hover img{
    opacity: 0.75;
}

@media screen and (max-width:500px) {

.slider{
	width: 125% !important;
}
}


/* ---------------------------------------------------------------------------------------------

   WHAT'S NEW（お知らせ一覧）※event-contents.cssと常に合わせる必要あり

--------------------------------------------------------------------------------------------- */
#news ul li{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#news ul li a{
	display: block;
	padding: 15px;
}
#news ul li a:hover{
	background: #fff;
}

#news ul li a .day{/*新着日*/
	float: left;
	line-height: 1.5;
	margin-right: 15px;
	font-size: clamp(16px, 2vw, 18px);
    font-weight: bold;
    color: #f60;
}

#news ul li a .category{/*項目*/
	float: left;
	line-height: 1.5;
	margin-right: 15px;
	font-size: clamp(14px, 2vw, 16px);
	background: #f60;
	color: #fff;
	padding: 1px 15px 2.5px 15px;
	border-radius: 10em;
}

#news ul li a .detail{/*詳細文言*/
	float: left;
	line-height: 1.75;
	font-size: clamp(16px, 2vw, 18px);
}

#news ul li a .fa-arrow-right{
	float: right;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.75;
	color: #f60;
}

@media screen and (max-width:1000px) {
    
#news ul li a{
	padding: 15px 10px;
}
    
#news ul li a .category{
    margin-bottom: 10px;
}
    
#news ul li a .fa-arrow-right{
    display: none;
}
}

/* 記事一覧リンク※index.css単独
------------------------------------------------------------*/
.article-list{
    width: 250px;
    text-align: center;
    margin: 15px auto 0 auto;
    line-height: 1;
	font-size: clamp(14px, 3vw, 16px);
}
.article-list a{
    display: block;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 25px;
    background: #fff;
}
.article-list a:hover{
    background: #ccc;
}

@media screen and (max-width:500px) {
    
.article-list{
    width: 200px;
}
}



/* ---------------------------------------------------------------------------------------------

   DISCOVER（”街”のあらたな魅力を発見しよう！）

--------------------------------------------------------------------------------------------- */
#discover{
    position: relative;
}


/* まわる円画像背景02
------------------------------------------------------------*/
.discover-circle01{/*左上*/
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 500px;
}
.discover-circle01 img{/*左上*/
	width: 100%;
	height: auto;
	animation: rotate-anime 15s linear infinite;
}
.discover-circle02{/*右下*/
	position: absolute;
	bottom: 0;
	right: 2.5%;
	width: 500px;
}
.discover-circle02 img{/*右下*/
	width: 100%;
	height: auto;
	animation: rotate-anime 15s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);
  }
  100%  {transform: rotate(-360deg);
  }
}

@media screen and (max-width:1400px) {

.discover-circle01{/*左上*/
	left: -5%;
	width: 400px;
}
.discover-circle02{/*右下*/
	bottom: 0;
	right: -5%;
	width: 400px;
}
}
@media screen and (max-width:900px) {

.discover-circle01{/*左上*/
	left: -10%;
	width: 300px;
}
.discover-circle02{/*右下*/
	right: -10%;
	width: 300px;
}
}
@media screen and (max-width:700px) {

.discover-circle01{/*左上*/
	top: -25px;
	width: 250px;
}
.discover-circle02{/*右下*/
	width: 250px;
}
}
@media screen and (max-width:400px) {

.discover-circle01{/*左上*/
	width: 200px;
}
.discover-circle02{/*右下*/
	width: 200px;
}
}


/* DISCOVERコンテンツ
------------------------------------------------------------*/
.discover-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.discover-item{
    width: 49%;
    margin-bottom: 1%;
    border: 1px solid #000;
	cursor: pointer;
    border-radius: 25px;
}

.discover-item .box{
	overflow: hidden;
    width: 100%;
	position: relative;
}

.discover-item .box .box-bg{
    width: 100%;
    height: 375px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform .6s ease;
}
.box:hover .box-bg {
	transform: scale(1.1);
}

/* マスク */
.box::before {
	background: rgba(0, 0, 0, .5);/* マスクの色(黒の50%) */
	bottom: 0;
	content: '';
	height: auto;
	left: 0;
	opacity: 0;/* 最初は透明（非表示） */
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .6s ease;/* ゆっくりopacityのみへ変化させる */
	width: 100%;
	z-index: 1;
}
.box:hover::before {
	opacity: 1;
}

.discover-wrap h3{
    padding: 30px;
    text-align: center;
	font-size: clamp(24px, 2vw, 36px);
    line-height: 1;
}
.discover-wrap h3 span{
	font-size: clamp(18px, 2vw, 24px);
    color: #f60;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.discover-item .more-wrap{
    padding: 30px;
}

.discover-item .more-wrap .illust img{
    width: 45%;
    height: auto;
    margin: -225px 0 25px 0;
    position: relative;
    z-index: 10;
}

.discover-item .more-wrap .read-more{
    text-align: center;
    line-height: 1;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 25px;
	font-size: clamp(14px, 2vw, 16px);
    font-family: 'Poppins', sans-serif;
    width: 75%;
    margin: 50px auto 0 auto;
}
.discover-item:hover .more-wrap .read-more{
    background: #f60;
}

@media screen and (max-width:1200px) {

.discover-item .box .box-bg{
    height: 300px;
}
.discover-item .more-wrap .illust img{
    margin: -175px 0 25px 0;
}
}
@media screen and (max-width:1000px) {

.discover-item .box .box-bg{
    height: 250px;
}
.discover-item .more-wrap .illust img{
    margin: -125px 0 25px 0;
}
}
@media screen and (max-width:800px) {
 
.discover-item{
    width: 100%;
    margin-bottom: 4%;
}
.discover-item .box .box-bg{
    height: 375px;
}
.discover-item .more-wrap .illust img{
    margin: -225px 0 25px 0;
}
}
@media screen and (max-width:700px) {
    
.discover-wrap h3{
    padding: 20px;
}
.discover-item .more-wrap{
    padding: 20px;
}
.discover-item .box .box-bg{
    height: 300px;
}
.discover-item .more-wrap .illust img{
    margin: -200px 0 15px 0;
}
.discover-item .more-wrap .read-more{
    padding: 10px 15px;
}
}
@media screen and (max-width:500px) {

.discover-item .box .box-bg{
    height: 225px;
}
.discover-item .more-wrap .illust img{
    margin: -150px 0 15px 0;
}
.discover-item .more-wrap .read-more{
    margin: 25px auto 0 auto;
}
}

/* 背景画像指定
------------------------------------------------------------*/
.eat-nav{
	background-image: url(../images/eat-nav.png);
}
.shopping-nav{
	background-image: url(../images/shopping-nav.png);
}
.watch-nav{
	background-image: url(../images/watch-nav.png);
}
.experience-nav{
	background-image: url(../images/experience-nav.png);
}
.stay-nav{
	background-image: url(../images/stay-nav.png);
}
.event-nav{
	background-image: url(../images/event-nav.png);
}


/* ---------------------------------------------------------------------------------------------

   SIGHTSEEING TOUR（季節に合わせて選べる観光スポット）

--------------------------------------------------------------------------------------------- */
#sightseeing-tour{
    position: relative;
}
#sightseeing-tour::before {/*背景border-radius指定*/
    position: absolute;
    content: '';
    left: 50%;
    width: 150%;
    height: 110%;/*110%*/
    border-radius: 50%;
    background: #f60;
    transform: translateX(-50%) translateY(0);
    top: 0px;
}

#sightseeing-tour .contents900{
    position: relative;
    z-index: 10;
    margin-bottom: 75px;
}

#tour01,#tour02{
    margin-bottom: 100px;
}

@media screen and (max-width:1200px) {
    
#sightseeing-tour::before {
    width: 200%;
}
}
@media screen and (max-width:700px) {
    
#sightseeing-tour::before {
    width: 250%;
}
#tour01,#tour02{
    margin-bottom: 75px;
}
}
@media screen and (max-width:500px) {
    
#sightseeing-tour::before {
    width: 300%;
}
#tour01,#tour02{
    margin-bottom: 50px;
}
}

/* ※以下スライダー指定は、Swiper-tour.cssへ記述
------------------------------------------------------------*/


/* ツアーリンクバナー（観光協会サイト）
------------------------------------------------------------*/
/*.tour-bunner{
    position: relative;
    z-index: 10;
    width: 100%;
}
.tour-bunner img{
    width: 100%;
    height: auto;
    border: 1px solid #000;
}
.tour-bunner:hover img{
    opacity: 0.75;
}*/




/* TikTok（リンク集）
------------------------------------------------------------*/
.tiktok-links{
    position: relative;
    z-index: 10;
}

.tiktok-links h3{
	font-size: 72px;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}

.tiktok-links ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.tiktok-links ul li{
    width: 32%;
    margin-bottom: 2%;
}
.tiktok-links ul li img{
    width: 100%;
    height: auto;
    border: 1px solid #000;
}
.tiktok-links ul li a:hover img{
    opacity: 0.75;
}

@media screen and (max-width:500px) {

.tiktok-links h3{
	font-size: 48px;
}
}



/*Train Slider
-----------------------------------------------------------*/
.train-slider {
  display: flex;
    margin-top: 125px;
}
.slider__inner {
  display: flex;
}
.slider__inner .slider__item img{
	width: 750px;
	height: auto;
	margin-top: 40px;
}
.slider__inner:first-child {
  animation: loop 90s linear infinite;
}
.slider__inner:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}
.slider__inner:last-child {
  animation: loop3 90s -30s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(-300%);
  }
  to {
    transform: translateX(0%);
  }
}

.train{
	width: 300px;
	margin: -110px auto 0 auto;
	position: relative;
	z-index: 5;
}
.train img{
	width: 100%;
	height:auto;
}

@media screen and (max-width:700px) {
    
.slider__inner .slider__item img{
	width: 500px;
	margin-top: 75px;
}
.train{
	width:200px;
	margin:-70px auto 0 auto;
}
}
@media screen and (max-width:500px) {
    
.slider__inner .slider__item img{
	margin-top: 15px;
}
.train{
	margin:-65px auto 0 auto;
}
}
@media screen and (max-width:400px) {
    
.slider__inner .slider__item img{
	margin-top: 0;
}
}


/* ---------------------------------------------------------------------------------------------

   TIME TABLE（”街”の乗りもの案内）

--------------------------------------------------------------------------------------------- */
.vehicle-info-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.vehicle-info-wrap li{
    width: 46%;
    margin-bottom: 4%;
}

.vehicle-info-wrap li h3{
    width: 100%;
    line-height: 1;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #000;
	font-size: clamp(20px, 3vw, 24px);
    margin-bottom: 15px;
}
.vehicle-info-wrap li h3 span.eg-text{
	font-size: clamp(12px, 3vw, 18px);
    font-weight: normal;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    color: #f60;
}

.vehicle-info-wrap li .vehicle{
    float: left;
    margin-right: 5%;
    width: 35%;
}
.vehicle-info-wrap li .vehicle img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.vehicle-info-wrap li .vehicle:hover img{
    opacity: 0.5;
}

.vehicle-info-wrap li .detail{
    float: right;
    width: 60%;
}
.vehicle-info-wrap li .detail .text-16{
    line-height: 1.75;
    margin-bottom: 15px;
}

/*横にめくれるリンクボタンアニメ base.cssに指定
-----------------------------------------------------------*/
.vehicle-info-wrap li .detail .vehicle-info-link{
    padding: 15px;
    border: 1px solid #000;
    border-radius: 25px;
}
.vehicle-info-wrap li .detail .vehicle-info-link span{
    display: block;
    text-align: center;
	font-size: clamp(16px, 2vw, 18px);
}
    
@media screen and (max-width:950px) {
    
.vehicle-info-wrap li{
    width: 100%;
}
}

@media screen and (max-width:700px) {
    
.vehicle-info-wrap li .detail .vehicle-info-link{
    padding: 10px 15px;
}
}


/* ---------------------------------------------------------------------------------------------

   SERVICE FACILITIES（地域のサービス施設）

--------------------------------------------------------------------------------------------- */
.facilities-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

.facilities-item{
    width: 48%;
    margin-bottom: 4%;
    background: #fff;
}

.facilities-wrap .text-box .text-16{
    line-height: 1.75;
}

@media screen and (max-width:1200px) {
    
.facilities-item{
    width: 80%;
}
}
@media screen and (max-width:900px) {
    
.facilities-item{
    width: 95%;
    margin-bottom: 5%;
}
}

/*left_fade指定
-----------------------------------------------------------*/
.facilities-wrap .left_box{
    padding: 0 30px 30px 0;
    margin-right: 2%;
    border-radius: 0 25px 25px 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.facilities-wrap .left_box .ph{
    float: left;
    width: 55%;
    height: 200px;
}
.facilities-wrap .left_box .text-box{
    float: left;
    width: 45%;
    height: 200px;
	background: #f8f5f0;
    padding: 15px 20px;
    border-radius: 0 15px 15px 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.facilities-wrap .left_box h3{
    margin: 20px 0 10px 30px;
    line-height: 1;
	font-size: clamp(20px, 2vw, 24px);
}
.facilities-wrap .left_box h3 span{
	font-size: clamp(16px, 2vw, 18px);
    color: #f60;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

@media screen and (max-width:1200px) {
    
.facilities-wrap .left_box{
    margin-right: 20%;
}
}

@media screen and (max-width:900px) {
    
.facilities-wrap .left_box{
    margin-right: 5%;
}
}
@media screen and (max-width:700px) {
    
.facilities-wrap .left_box .ph{
    float: none;
    width: 100%;
    height: 150px;
}
.facilities-wrap .left_box .text-box{
    float: none;
    width: 100%;
    height: auto;
    border-radius: 0 0 15px 0;
    border-top: 0;
}
}
@media screen and (max-width:500px) {
    
.facilities-wrap .left_box .ph{
    height: 100px;
}
}

/*right_fade指定
-----------------------------------------------------------*/
.facilities-wrap .right_box{
    padding: 0 0 30px 30px;
    margin-left: 2%;
    border-radius: 25px 0 0 25px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.facilities-wrap .right_box .ph{
    float: right;
    width: 55%;
    height: 200px;
}
.facilities-wrap .right_box .text-box{
    float: right;
    width: 45%;
    height: 200px;
	background: #f8f5f0;
    padding: 15px 20px;
    border-radius: 15px 0 0 15px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.facilities-wrap .right_box h3{
    margin: 20px 30px 10px 0;
    text-align: right;
    line-height: 1;
	font-size: clamp(20px, 2vw, 24px);
}
.facilities-wrap .right_box h3 span{
	font-size: clamp(16px, 2vw, 18px);
    color: #f60;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

@media screen and (max-width:1200px) {
    
.facilities-wrap .right_box{
    margin-left: 20%;
}
}
@media screen and (max-width:900px) {
    
.facilities-wrap .right_box{
    margin-left: 5%;
}
}
@media screen and (max-width:700px) {
    
.facilities-wrap .right_box .ph{
    float: none;
    width: 100%;
    height: 150px;
}
.facilities-wrap .right_box .text-box{
    float: none;
    width: 100%;
    height: auto;
    border-radius: 0 0 0 15px;
    border-top: 0;
}
}
@media screen and (max-width:500px) {
    
.facilities-wrap .right_box .ph{
    height: 100px;
}
}

/*横にめくれるリンクボタンアニメ base.cssに指定
-----------------------------------------------------------*/
.facilities-item ul{
    width: 100%;
}
.facilities-item ul li .service-facilities-link{
    float: left;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 25px;
    width: 48%;
    margin-top: 15px;
}
.facilities-item ul li .service-facilities-link span{
    display: block;
    text-align: center;
	font-size: clamp(16px, 2vw, 18px);
}
.facilities-wrap .fade-left ul li .service-facilities-link{
    margin-left: 2%;
}
.facilities-wrap .fade-right ul li .service-facilities-link{
    margin-right: 2%;
}

@media screen and (max-width:700px) {

.facilities-item ul li .service-facilities-link{
    padding: 10px 15px;
}
}

/* 背景画像指定
------------------------------------------------------------*/
.facilities-wrap .ph{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.facilities-medical{
    background-image: url("../images/facilities-medical.png");
}
.facilities-welfare{
    background-image: url("../images/facilities-welfare.png");
}
.facilities-hairdressing{
    background-image: url("../images/facilities-hairdressing.png");
}
.facilities-company{
    background-image: url("../images/facilities-company.png");
}


/* ---------------------------------------------------------------------------------------------

   ふるさと納税（寄付でつなぐ、ありがとうが届く） 

--------------------------------------------------------------------------------------------- */
#hometown-tax h2{
    margin-top: -500px;
}

.hometown-tax-back{
    width: 100%;
    height: 565px;
    background-image: url("../images/hometown-tax-back.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    position: relative;
    z-index: -10;
}

/* ふるさと納税タイトルエリア指定
------------------------------------------------------------*/
.hometown-title-wrap{
    width: 100%;
    margin-bottom: 25px;
}
.hometown-title{
    float: right;
    width: 48%;
}
.hometown-title .h2-ph img{
    width: 80%;
    height: auto;
    margin: 0 auto 25px auto;
}

.hometown-ph{/*四つ葉に並ぶ食べ物イメージ*/
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 48%;
}
.hometown-ph img{
    width: 48%;
    height: auto;
    margin-bottom: 2%;
}
.hometown-ph01{
    border-radius: 50% 50% 0 50%;
}
.hometown-ph02{
    border-radius: 50% 50% 50% 0;
}
.hometown-ph03{
    border-radius: 50% 0 50% 50%;
}
.hometown-ph04{
    border-radius: 0 50% 50% 50%;
}

@media screen and (max-width:900px) {
    
.hometown-title{
    float: none;
    width: 100%;
}
.hometown-title .h2-ph img{
    width: 60%;
}
.hometown-title .text-18{
    width: 100%;
}
    
.hometown-ph{
    float: none;
    width: 80%;
    margin: 25px auto 0 auto;
}
.hometown-ph img{
    width: 48%;
}
}
@media screen and (max-width:700px) {

.hometown-title .h2-ph img{
    width: 80%;
}
.hometown-ph{
    width: 90%;
}
}

/*横にめくれるリンクボタンアニメ base.cssに指定（難易度5）
-----------------------------------------------------------*/
#hometown-tax ul{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    justify-content: space-between;
}
#hometown-tax ul li{
    width: 32%;
    border: 1px solid #000;
    margin-bottom: 2%;
    border-radius: 25px;
}
#hometown-tax ul li .hometown-tax-link{
    display: block;
    padding: 15px;
    border-radius: 25px;
    text-align: center;
    line-height: 1;
}
#hometown-tax ul li .hometown-tax-link span{
	font-size: clamp(16px, 2vw, 18px);
}

@media screen and (max-width:900px) {

#hometown-tax ul li{
    width: 48%;
    margin-bottom: 3%;
}
}
@media screen and (max-width:500px) {

#hometown-tax ul li{
    width: 70%;
    margin: 0 auto 3% auto;
}
}




/* ---------------------------------------------------------------------------------------------

   New-Fadeアニメーション設定

--------------------------------------------------------------------------------------------- */
.fade {
  opacity: 0;
  transition: all 1.5s ease;
}

/* 方向別 */
.fade-right { transform: translateX(75px); }
.fade-left  { transform: translateX(-75px); }
.fade-up    { transform: translateY(75px); }
.fade-down  { transform: translateY(-75px); }

/* 表示状態 */
.fade.show {
  opacity: 1;
  transform: translate(0, 0);
}





































































