@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
/*-----------------------------------------
全体
-----------------------------------------*/
:root{
    --f-mincyo: 'Noto Serif JP', serif;
}
.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
}
.contents .inner {
    width: 992px;
    margin: 0 auto;
}

/*------------------------------------------------
	ページナビ
--------------------------------------------------*/
#head-navi {
    width: 100%;
    height: 50px;
    background-color: #cfe2e6;
}
#head-navi ul {
    width: 992px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-family: var(--f-mincyo);
    font-size: 17px;
    font-weight: 500;
}
#head-navi ul li {
    height: 100%;
}
#head-navi ul li.top {
    width: 24%;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    background-color: #6f9ca6;
    color: #fff;
}
#head-navi ul li:nth-child(2) {
    width: 38%;
    border-right: solid 1px #6f9ca6;
}
#head-navi ul li:nth-child(3) {
    width: 38%;
    border-right: solid 1px #6f9ca6;
}
#head-navi ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #1b505c;
    text-decoration: none;
}
#head-navi ul li.top a {
    color: #fff;
}
#head-navi ul li.current a {
    pointer-events: none;
}
#head-navi ul li a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 700px;
	text-align: center;
    background: url("../img/main-bg-pc.jpg") no-repeat top center;
}
#mainvisual .title {
    padding-top: 60px;
    margin-bottom: 30px;
}
#mainvisual .lead {
    font-size: 16px;
    line-height: 1.8em;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
#mainvisual .fix-bnr {
    display: none;
    position: fixed;
    top: 300px;
    right: 10px;
    z-index: 100;
}
#mainvisual .fix-bnr a {
    display: block;
}
/*------------------------------------------------
	基礎知識
--------------------------------------------------*/
#info {
	width: 100%;
	background-color: #060d34;
    padding: 80px 0 30px;
}
#info h2 {
    height: 76px;
    text-align: center;
    background: url("../img/info-title-bg.png") no-repeat bottom center;
    color: #fff;
    font-family: var(--f-mincyo);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.0em;
    padding-top: 20px;
    margin-bottom: 50px;
}
#info .qa {
    width: 100%;
    position: relative;
    color: #fff;
}
#info .qa dt {
    font-family: var(--f-mincyo);
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 5px;
}
#info .qa dd {
    margin-bottom: 50px;
    text-align: justify;
}
#info .qa .harf {
    width: 420px;
}
#info .qa .info-map {
    position: absolute;
    right: 0;
    top: 40px;
}
#info .qa .img-season {
    margin: 5px 0;
}
#info .qa .f-mini {
    font-size: 0.8em;
}

/*------------------------------------------------
	季節ごとの楽しみ方
--------------------------------------------------*/
#season {
    width: 100%;
    background-color: #e1f3f7;
    background-image: url("../img/season-bg-top-pc.png"), url("../img/season-bg-bottom-pc.jpg");
    background-repeat: no-repeat,no-repeat;
    background-position: top center,bottom center;
    padding: 250px 0 370px;
}
#season h2 {
    height: 76px;
    text-align: center;
    background: url("../img/season-title-bg.png") no-repeat bottom center;
    color: #17386c;
    font-family: var(--f-mincyo);
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding-top: 20px;
    margin-bottom: 50px;
}
#season .lead {
    font-size: 17px;
    line-height: 1.6em;
    color: #17386c;
    text-align: center;
    margin-bottom: 40px;
}
#season .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#season .link li {
    width: 470px;
}
#season .link li a {
    display: block;
    text-decoration: none;
    color: inherit;
}
#season .link li a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}
#season .link li .text {
    margin: 10px 0;
    min-height: 100px;
}
#season .link li .btn {
    text-align: center;
    font-size: 18px;
    line-height: 2.0em;
    border-radius: 1.0em;
    color: #fff;
    font-family: var(--f-mincyo);
    font-weight: 500;
    position: relative;
}
#season .link li .btn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 0;
}
#season .link li:nth-child(1) .btn {background-color: #f68807;}
#season .link li:nth-child(2) .btn {background-color: #0fa7a9;}

/*------------------------------------------------
	検索ボックス背景
--------------------------------------------------*/
#searchArea {
    background-color: #e1f3f7!important;
    padding: 50px 0;
}