@charset "UTF-8";

/*---------------------------------
	pc(tablet)・sp　切り替え
----------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
  
  .t-left-sp {
    text-align: left!important;
  }
}

/*pc・tablet*/ 
@media screen and (min-width: 768px) {
  .pc-on {
    display: block;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: none;
  }
}

/* tablet only */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tab-on {
    display: block;
  }
}


/*---------------------------------
	共通　モバイルファースト
----------------------------------*/
body{
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Yu Gothic", "Yu Gothic medium", "Arial", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	overflow-x: hidden;
	color: #2B2B2B;
	max-width: 1920px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

a{	
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: inherit;
}
a:link, a:visited, a:hover, a:active, a:focus{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
ul,
ol,
dl,
dt,
dd,
p{
	margin:0;
	padding:0;
}

ul,
ol{
	margin:0;
	padding:0;
	list-style-type: none;
}
/*
article p{
	font-size:16px;
}
*/

.t-center {
	text-align: center;
}

/*見出し*/
.title-h2{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.title-h3{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.title-h2 span,
.title-h3 span{
	display: block;
}

.title-h2 .title-img{
	margin-bottom: 25px;
}

.lead-text{
	font-size: 14px;
	font-weight: bold;
}

/*ボタン*/
.btn-base {
	position: relative;
    display: block;
    text-align: center;
    border-radius: 50px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #EC9A20;
	background: #fff;
	border: solid 2px #EC9A20;
    width: 90%;
    padding: 18px 30px 18px 20px;
    margin: 20px auto 0;
}

/*矢印アイコン*/
.btn-base::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 20px;
    color: #EC9A20;
}

/*ホバー時*/
.btn-base:hover{
	color: #EC9A20;
	background: rgb(238, 159, 35);
    background: linear-gradient(90deg, rgba(238, 159, 35, 1) 0%, rgba(246, 190, 54, 1) 100%);
	color: #fff;
	border: solid 2px #fff;
}
.btn-base:hover::after {
    color: #fff;
}


/*過去のイベントボタン*/
.btn-past {
	position: relative;
    display: block;
    text-align: center;
    border-radius: 50px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #19A7B1;
	background: #fff;
	border: solid 2px #19A7B1;
    width: 90%;
    padding: 18px 30px 18px 10px;
    margin: 40px auto 0;
}

/*矢印アイコン*/
.btn-past::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 20px;
    color: #19A7B1;
}

/*ホバー時*/
.btn-past:hover{
	color: #EC9A20;
	background: #19A7B1;
	color: #fff;
}
.btn-past:hover::after {
    color: #fff;
}


/*ボタン　背景色グラデーション*/
.btn-gradation{
	background: rgb(238, 159, 35);
    background: linear-gradient(90deg, rgba(238, 159, 35, 1) 0%, rgba(246, 190, 54, 1) 100%);
	color: #fff;
	border: none;
	padding: 20px 30px 20px 20px;/*ボーダー2px無い分、上下増やす*/
}

/*矢印アイコン*/
.btn-gradation::after {
    color: #fff;
}

/*ホバー時*/
.btn-gradation:hover{
	opacity: 0.75;
	border: none;
}


/* PC時のみ
------------------------*/
@media(min-width:768px) {
	/*見出し*/
	.title-h2{
		font-size: 26px;
	}
	.title-h3{
		font-size: 24px;
	}
	
	.lead-text{
		font-size: 18px;
	}
	
	.btn-base {
		width: 370px;
    	font-size: 18px;
	}
	.btn-past {
		width: 400px;
    	font-size: 18px;
	}
}


/*---------------------------------
	ヘッダー
----------------------------------*/
.header{
	width: 100%;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}

/*ロゴとボタン*/
.header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*ロゴ*/
.logo{
	width: 45%;
	max-width: 190px;
	padding-left: 10px;
}
.logo a{
	display: flex;
    justify-content: center;
    align-items: center;
}

/*ボタン共通*/
.header .btn-wrap{
	width: 55%;
}

.header ul.list-btn{
	list-style: none;
	margin: 0;
	padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.header .btn-item{
    margin-right: 5%;
}
.header .btn-item.sp-on,
.header .btn-item.pc-on{
    margin-right: 0;
}

.header .btn-item a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 12px;
}

/*各ボタンの設定*/
.header .download-btn{
    width: 100%;
    max-width: 140px;
    padding: 10px 7px;
    background: #fff;
    color: #EC9A20;
    border: solid 2px #EC9A20;
    border-radius: 100px;
}
.header .download-btn:hover{
	color: #EC9A20;
	background: rgb(238, 159, 35);
    background: linear-gradient(90deg, rgba(238, 159, 35, 1) 0%, rgba(246, 190, 54, 1) 100%);
	color: #fff;
	border: solid 2px #fff;
}

.header .contact-btn{
	width: 44px;
    height: 44px;
	padding: 0;
	margin: 0;
	background: rgb(238, 159, 35);
    background: linear-gradient(90deg, rgba(238, 159, 35, 1) 0%, rgba(246, 190, 54, 1) 100%);
	border-radius: 100px;
	color: #fff;
}

.header .contact-btn:hover{
	opacity: 0.75;
}

/* スライダー
------------------------*/
.slider-wrap{
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.slider-ul{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

/* sp調整
------------------------*/
@media(max-width:356px) {
	.header .btn-item a{
		font-size: 11px;
	}
}

/* PC時のみ
------------------------*/
@media(min-width:768px) {
	.header{
		height: 120px;
		padding: 0 20px;
	}
	
	.header-inner{
		margin: 0;
	}
	
	.logo{
		max-width: 283px;
		padding-left: 0;
	}
	
	.header .btn-item a{
		font-size: 18px;
	}
	
	.header .download-btn{
		max-width: inherit;
		width: 180px;
		height: 60px;
	}
	
	.header .contact-btn{
		width: 180px;
		height: 60px;
	}
}

@media (min-width: 992px) {
	.header .download-btn{
		width: 272px;
		height: 60px;
	}
	
	.header .contact-btn{
		width: 272px;
		height: 60px;
	}
}

@media (min-width: 1200px) {
    .header-inner {
         margin: 0 100px; 
    }
}

	

/*
@media screen and (max-width: 767px) {
.slick-slide img.pc-on {
    display: none;
  }

.slick-slide img.sp-on {
    display: block;
  }
}

@media screen and (min-width: 768px) {
.slick-slide img.pc-on {
    display: block;
  }

.slick-slide img.sp-on {
    display: none;
  }
}
*/


/*---------------------------------
	TOPICS
----------------------------------*/
#Topics {
    position: relative;
    z-index: 2;
	margin: -37px 0 60px;
	padding-bottom: 100px;
}


/*見出し*/
#Topics .lead-text{
	margin: 10px 0 20px;
}

/*記事*/
.topics-item-wrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
	padding: 0 20px 20px;
}

.topics-item{
	padding: 0;
	margin-right: 15px;
}
.topics-item:last-of-type{
	margin-right: 0;
}

/*カードデザイン*/
.card-wrap{
	border: solid 1px #D6D6D6;
    border-radius: 10px;
}
.card-wrap a{
	transition: 0.3s;
}
.card-wrap a:hover{
	opacity: 0.75;
}

.card-wrap figure {
    margin: 0;
}
.card-wrap img{
	border-radius: 10px 10px 0 0;
}

.card-wrap .item-text{
	padding: 5%;
	font-size: 14px;
}

.card-wrap .date{
	text-align: right;
	margin-bottom: 0;
}


/* PC時のみ
------------------------*/
@media(min-width:768px) {
	#Topics{
		margin-top: -56px;
		padding-bottom: 190px;
	}

	/*見出し*/
	.topics-title .title-img img{
		width: 131px;
		height: 156px;
	}
	
	#Topics .lead-text {
		margin: 20px 0 55px;
	}

	/*記事*/
	.topics-item-wrap {
		overflow: inherit;
		flex-wrap: wrap;
		padding: 0;
	}
	
	.topics-item{
		margin-right: 0;
		padding: 0 5px 30px;/*記事間の余白調整*/
	}
	
	.card-wrap .item-text{
	padding: 20px;
	font-size: 16px;
	}	
}


/*---------------------------------
	NEWS
----------------------------------*/
#News{
	position: relative;
	margin-top: -56px;
	padding-bottom: 130px;
	background: #f0f6f7;
}



/*波画像の上部*/
#News:before{
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: -3px;
	left: 0;
	background:url("../img/bg-map-top-sp.png") no-repeat center bottom/100%;
}

/*見出し*/
#News .section-header{
	position: relative;
    top: -35px;
}

#News .lead-text {
    margin: 10px 0 0;
}

/*各記事*/
#News .news-item{
	margin-bottom: 10px;
}
#News .news-item:last-of-type{
	margin-bottom: 0;
}

#News .item-link-wrap{
	display: flex;
	justify-content: center;
/*	align-items: center;*/
	background: #fff;
    border-radius: 10px;
    padding: 20px;
}

#News .item-link-wrap:hover{
	opacity: 0.75;
}

/*画像*/
#News .item-link-wrap figure{
	width: 40%;
	min-width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
#News .item-link-wrap figure img {
  width: 120px;
  height: 90px;
  object-fit: cover;
}

/*テキスト*/
#News .item-text{
	width: 75%;
	margin-left: 5%;
    font-size: 14px;
	position: relative;
	padding-bottom: 30px;
}

/*タグ*/
.archiveList_label {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.archiveList_label li {
    padding: 2px 6px;
	margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    background: #eee;
}

/*日付*/
#News .item-text .date{
	font-size: 12px;
	position: absolute;
	bottom: 0;
}

/* PC時のみ
------------------------*/
@media(min-width:768px) {
	#News{
		padding-bottom: 230px;
	}
	
	/*見出し*/
	#News .section-header{
		top: -53px;
	}
	
	.news-title .title-img img{
		width: 131px;
		height: 156px;
	}
	
	#News .lead-text {
		margin: 20px 0 0;
	}
	
	/*波画像の上部*/
	#News:before{
		height: 120px;
		background:url("../img/bg-map-top-pc.png") no-repeat center bottom/100%;
	}
	
	/*各記事*/
	#News .item-link-wrap{
		padding: 20px;
	}
	
	/*画像*/
	#News .item-link-wrap figure{
		width: 18%;
		min-width: 220px;
	}
	#News .item-link-wrap figure img {
		width: 220px;
		height: 160px;
		object-fit: cover;
	}
	
	/*テキスト*/
	#News .item-text {
        font-size: 16px;
		width: 79%;
		margin-left: 3%;
	}
	/*日付*/
	#News .item-text .date{
		font-size: 14px;
	}

}

/*---------------------------------
	Enjoy more of Japan!
----------------------------------*/
/*上の波画像はTopicsにbeforeで設置*/
/*下の波画像はMoreにbeforeで設置*/
#Enjoy{
	background-color: #DCEBED;
	padding: 60px 0;
}
#Enjoy .enjoy-inner{
	position: relative;
}
#Enjoy .section-header{
	position: relative;
	z-index: 3;
}

/*見出しテキスト*/
.enjoy-title .title-text{
    text-align: left;
	margin: 25px 0;
}

/*地図画像*/
.img-map-wrap{
	text-align: center;
	margin-top: -90px;
	position: relative;
	z-index: 2;
/*	pointer-events: none;*/
}

/*波線*/
#Enjoy .enjoy-inner:before{
	content: "";
	display: block;
	width: 120px;
	height: 50px;
    position: absolute;
	top: 220px;
	left: 15px;
	background:url("../img/nami-right.png") no-repeat center bottom/100%;
/*	pointer-events: none;*/
}

#Enjoy .enjoy-inner:after{
	content: "";
	display: block;
	width: 120px;
	height: 50px;
    position: absolute;
	top: 370px;
	right: 15px;
	background:url("../img/nami-right.png") no-repeat center bottom/100%;
/*	pointer-events: none;*/
}

/*ボタン*/
#Enjoy .btn-base{
	width: 100%;
	z-index: 2;
}
#Enjoy .btn-base::after{
	right: 17px;
}

/* sp調整
------------------------*/
@media(max-width:375px) {
	/*波線*/
	#Enjoy .enjoy-inner:before{
		top: 210px;
	}

	#Enjoy .enjoy-inner:after{
		top: 340px;
	}
}

@media(max-width:345px) {
	/*波線*/
	#Enjoy .enjoy-inner:before{
		top: 195px;
	}

	#Enjoy .enjoy-inner:after{
		top: 320px;
	}
}

/* PCとタブレット時
------------------------*/
@media(min-width:992px) {
	#Enjoy{
		padding: 100px 0 60px;
	}
	#Enjoy .enjoy-inner{
		min-height: 530px;
		max-width: 1010px;
	}
	
	/*見出し画像とテキスト*/
	.enjoy-title{
		text-align: left;
	}
	
	/*見出し画像	*/
	.enjoy-title .title-img img{
		width: 660px;
		height: 68px;
	}
	
	/*見出しテキスト*/
	.enjoy-title .title-text{
	    font-size: 26px;
		margin: 30px 0;
	}
	
	/*地図画像*/
	.img-map-wrap {
		width: fit-content;
		position: absolute;
		top: -205px;
		right: 0;
		z-index: 2;
		margin-top: 0;
	}
	.img-map{
		width: 691px;
		height: 643px;
	}
	
	/*波線*/
	#Enjoy .enjoy-inner:before{
		width: 315px;
		height: 80px;
		top: 270px;
		left: -45px;
		background:url("../img/nami-left.png") no-repeat center bottom/100%;
	}

	#Enjoy .enjoy-inner:after{
		width: 315px;
		height: 80px;
		top: 350px;
		right: -30px;
		background:url("../img/nami-right.png") no-repeat center bottom/100%;
	}
	
	/*ボタン*/
	#Enjoy .btn-base{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 560px;
	}
	#Enjoy .btn-base::after{
		right: 30px;
	}
}

/* tablet時のみ
------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	/*見出し画像とテキスト*/
	.enjoy-title{
		text-align: left;
	}
	/*ボタン*/
	#Enjoy .btn-base::after{
		right: 30px;
	}
	
	/*波線*/
	#Enjoy .enjoy-inner:before{
		width: 180px;
		height: 50px;
		top: 240px;
        left: 100px;
	}
	#Enjoy .enjoy-inner:after{
		width: 180px;
		height: 50px;
        top: 390px;
		right: 140px;
	}
}


/*---------------------------------
	More
----------------------------------*/
#More{
	position: relative;
}
/*波画像の下部*/
#More:before{
	content: "";
	display: block;
	width: 100%;
	height: 120px;
    position: absolute;
	top: -3px;
	left: 0;
	background:url("../img/bg-map-bottom-sp.png") no-repeat center top/100%;
	z-index: -1;
}

/*見出し*/
.more-title {
    position: relative;
    top: -30px;
}

/*バナー*/
.more-item-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.more-item{
	margin-bottom: 10px;
}
.more-item a{
	transition: 0.3s;
}
.more-item a:hover{
	opacity: 0.75;
}

/* PC時のみ
------------------------*/
@media(min-width:768px) {
	/*波画像の下部*/
	#More:before{
		height: 120px;
		background:url("../img/bg-map-bottom-pc.png") no-repeat center top/100%;
	}
	
	/*見出し*/
	.more-title {
		top: 0px;
		margin-bottom: 50px;
	}
	
	/*見出し画像*/
	.more-title .title-img img{
		width: 131px;
		height: 156px;
	}
		
	.more-item{
		padding: 0 5px;
	}
}


/*---------------------------------
	フッター
----------------------------------*/
#Footer{
	background: #19A7B1;
	padding: 20px 0 0;
	margin-top: 50px;
}

.footer-nav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 30px;
}
.footer-nav li{
	width: 47%;
}
.footer-nav li a{
    display: block;
    width: 100%;
    padding: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
}

.footer-nav li a:hover{
    opacity: 0.75;
}

/*コピーライト*/
.copyright{
	text-align: center;
	color: #fff;
	font-weight: 100;
	font-size: 12px;
	padding: 15px 0 10px;
}


/* PC時のみ
------------------------*/
@media(min-width:768px) {
	#Footer{
		padding: 30px 0 0;
	}
	
	.footer-nav {
		margin: 0;
		flex-wrap: nowrap;
		max-width: 900px;
        margin: auto;
        text-align: center;
	}

	.footer-nav li{
		width: 25%;
	}	

	.footer-nav li a{
		font-size: 20px;
	}	
	
	/*コピーライト*/
	.copyright{
		padding: 20px 0 10px;
	}
}


/*---------------------------------
	下層ページ　共通
----------------------------------*/
/*フッター*/
#Underpage #Footer{
	margin-top: 0px;
}

/*パンくずリスト*/
#Section-breadcrumb{
	background: #fff;
	padding: 20px 0;
}
.breadcrumb-list-set{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb-list-set > li{
	font-size: 12px;
}
.breadcrumb-list-set > li a{
	color: #333;
}
.breadcrumb-list-set > li + li:before{
	content: ">";
	margin:0 10px;
}


/*---------------------------------
	下層ページ　当サイトについて
----------------------------------*/
#About{
    padding: 60px 0 100px;
	background: #DCEBED;
}

#About .section-header{
	margin-bottom: 30px;
}

#About .section-body p{
	line-height: 1.8;
}



/* PC時のみ
------------------------*/
@media(min-width:768px) {
	#About{
		padding: 90px 0 140px;
	}
	
	/*見出し*/
	#About .section-header{
		margin-bottom: 50px;
	}
	
	.about-title .title-img img{
		width: 131px;
		height: 156px;
	}
	
	#About .section-body p{
		text-align: center;
	}

}

/*---------------------------------
	下層ページ　過去に実施したイベント情報
----------------------------------*/
.pastpage #News{
	position: relative;
	margin-top: 0;
	padding:60px 0 100px;
	background: #f0f6f7;
}

.pastpage #News .section-header{
	position: relative;
    top: 0;
	margin-bottom: 30px;
}


/* PC時のみ
------------------------*/
@media(min-width:768px) {
.pastpage #News{
		padding: 90px 0 140px;
	}
	
	
	
	.pastpage #News .section-header{
		margin-bottom: 50px;
	}	
}