@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 10px; }

body { overflow-x: hidden; min-width: 320px; font-family: ヒラギノ角ゴ W4 JIS2004 , sans-serif; font-weight: 500; }

h1, h2, h3, h4, h5, p, a, ul, ol, table, span { color: #333333; line-height: 1.5em; font-family: ヒラギノ角ゴ W4 JIS2004 , sans-serif; font-weight: 500; }

strong { font-family: ヒラギノ角ゴ W6 JIS2004 , sans-serif; font-weight: 700; }

ul, ol { list-style: none; }

.disc { list-style: disc; padding-left: 1.5em; }

.count { list-style: decimal; padding-left: 1.5em; }

.bold { color: #4259A0; font-weight: bold; margin-top: 10px; }

a { text-decoration: none; }

a.td_ul { text-decoration: underline; }

a.td_ul:hover { text-decoration: none; }

/* タイトル */
.deco_ttl, .ico_ttl { color: #4259A0; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; font-size: 1.4rem; font-weight: bold; }

.deco_ttl { background-image: url("../images/deco.png"); background-size: 50px 50px; /* 画像サイズ */ background-repeat: no-repeat; /* 繰り返し表示オフ */ padding: 15px 0px 10px 20px; /* 画像と重ならないように文字列を右に移動 */ }

.ico_ttl { background-size: 40px 40px; /* 画像サイズ */ background-repeat: no-repeat; /* 繰り返し表示オフ */ padding: 7px 0px 10px 50px; /* 画像と重ならないように文字列を右に移動 */ }

.ico_ttl.usage { background-image: url("../images/usage.svg"); padding: 3px 0px 10px 50px; }

.ico_ttl.osusume { background-image: url("../images/star.svg"); background-size: 35px 35px; padding: 3px 0 10px 40px; }

.ico_ttl.calender { background-image: url("../images/calender.svg"); }

.ico_ttl.twitter { background-image: url("../images/twitter.svg"); }

.ico_ttl.facebook { background-image: url("../images/facebook.svg"); }

.ico_ttl.access { background-image: url("../images/access.svg"); }

.deco_ttl_2 { background-size: 20px 20px; /* 画像サイズ */ background-repeat: no-repeat; /* 繰り返し表示オフ */ padding: 0px 0px 0px 27px; /* 画像と重ならないように文字列を右に移動 */ color: #4259A0; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; font-size: 1.0em; }

.page_ttl_wrapper { width: 100%; height: 140px; text-align: center; background: #F9F9F9; margin-top: 25px; display: flex; justify-content: center; align-items: center; }

.page_ttl { display: flex; align-items: center; }
.page_ttl .icon { width: 35px; height: 35px; margin-right: 15px; }
.page_ttl .icon img { width: 100%; height: 100%; }
.page_ttl .text { font-size: 1.5rem; font-weight: bold; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; color: #4259A0; }

.page_ttl.event .text { margin-top: 3px; }

.main_ttl { width: 99%; background: #4259A0; color: #FFFFFF; padding: 5px 0 5px 10px; border-radius: 5px; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; font-size: 1.4rem; font-weight: bold; margin: 10px 0 20px; }

.sub_ttl { position: relative; font-size: 1.2em; color: #4259A0; line-height: 1.5rem; font-weight: bold; padding-left: 1.5rem; margin-top: 25px; margin-bottom: 5px; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; }

.sub_ttl:before { content: ''; width: 20px; height: 20px; border-radius: 50%; position: absolute; left: 0; top: 0; background: #4259A0; }

.sub_ttl_2 { position: relative; font-size: 1.2rem; color: #297B9A; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; line-height: 1.4; /* font-weight: bold; */ padding-left: 1.5em; margin-top: 20px; margin-bottom: 5px; }

.sub_ttl_2:before { content: ''; width: 17px; height: 17px; border-radius: 50%; position: absolute; left: 0; top: 0; background: #FFFFFF; border: 1px solid #297B9A; }

.quest { position: relative; font-size: 1.0em; color: #4259A0; line-height: 1.5; font-weight: bold; padding-left: 1.5em; margin-top: 25px; margin-bottom: 5px; }

.quest:before { content: 'Q.'; width: 20px; height: 20px; position: absolute; left: 0; top: 0; }

.answer { position: relative; font-size: 1.0em; line-height: 1.5; padding-left: 1.5em; }

.answer:before { content: 'A.'; width: 20px; height: 20px; position: absolute; left: 0; top: 0; }

.column_ttl { position: absolute; top: -25px; left: -15px; transform: rotate(-10deg); }

.page p { font-size: 1.0rem; line-height: 1.7em; }

.page h5 { font-size: 1.0rem; line-height: 1.7em; }

.important { color: #D93D24; }

.attention { padding: 10px 20px; border: 2px solid #D93D24; margin-top: 15px; }

.access_ttl { position: relative; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; color: #4259A0; font-size: 18px; font-weight: bold; border-bottom: 2px solid #4259A0; margin-bottom: 25px; padding: 5px 0px 5px 80px; }

.access_ttl:before { content: ''; background-repeat: no-repeat; background-image: url("../images/access_car.png"); width: 57px; height: 39px; position: absolute; left: 10px; top: 0; }

.column.access.train .access_ttl { margin-bottom: 25px; padding: 11px 0px 5px 70px; }
.column.access.train .access_ttl:before { background-image: url("../images/access_train.png"); width: 40px; height: 43px; left: 15px; }
.column.access.train .access_list .text { width: 100%; }

.access_ttl:before { content: ''; background-repeat: no-repeat; background-image: url("../images/access_car.png"); }

article { margin: 50px 0; }

.page section { margin-bottom: 10%; }

/* ボタン */
.btn_wrapper { text-align: right; }

.desk_btn { padding: 0.5em 2em; margin: 20px 0; display: inline-block; color: #4259A0; background: #ECF9FF; text-decoration: underline; font-weight: bold; font-size: 16px; border-radius: 20px; text-align: center; }

.desk_btn:before { content: ""; display: inline-block; width: 12px; height: 12px; margin: -3px 5px 0 0; background: url("../images/arrow.svg") no-repeat; background-size: contain; vertical-align: middle; }

.desk_btn:hover { text-decoration: none; }

.desk_btn_2 { cursor: pointer; font-size: 16px; font-weight: bold; letter-spacing: 0.1rem; border: 3px solid #4259A0; border-radius: 25px; color: #4259A0; width: 225px; height: 44px; background: #FFFFFF; display: inline-block; line-height: 44px; }

.desk_btn_2:before { content: ""; display: inline-block; width: 20px; height: 20px; margin: -3px 5px 0 0; background: url("../images/calender_red.svg") no-repeat; background-size: contain; vertical-align: middle; }

.desk_btn_2:hover:before { background: url("../images/calender_wh.svg") no-repeat; background-size: contain; }

.linkbtn_wrapper { text-align: center; margin: 0; }

.linkbtn { display: inline-block; background: #FFFFFF; color: #4259A0; border: 3px solid #4259A0; width: 100%; height: 45px; margin-top: 15px; text-align: center; line-height: 45px; font-weight: bold; border-radius: 7px; transition: 0.5s; }

.linkbtn:after { content: '>'; padding-left: 5px; }

.linkbtn:hover { background: #4259A0; color: #FFFFFF; }

.linkbtn_2 { display: inline-block; background: #FFFFFF; color: #D93D24; border: 3px solid #D93D24; width: 100%; height: 45px; margin-top: 15px; text-align: center; line-height: 45px; font-size: 0.8em; font-weight: bold; border-radius: 7px; transition: 0.5s; }

.linkbtn_2:after { content: '>'; padding-left: 5px; }

.linkbtn_2:hover { background: #D93D24; color: #FFFFFF; }

.sns_icon_wrapper { text-align: center; margin: 5px; }
.sns_icon_wrapper .image { width: 50px; height: 50px; padding: 0 30px 50px;}



/* 詳細 */
.detail_link { color: #297B9A; text-decoration: underline; cursor: pointer; }

.detail_link:hover { text-decoration: none; }

.header.pc .logo_container { display: flex; align-items: flex-end; width: 240px; }
.header.pc .logo_container .logo img { display: block; /*width: 100%;*/ height: 40px; }
.header.pc .logo_container span { font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; font-size: 16px; }

/* ヘッダー */
header .head { display: flex; justify-content: space-between; align-items: center; width: 1003px; margin: 0 auto; }
header .head #options { display: flex; align-items: center; background: #FFF3C2; border-radius: 5px; padding: 10px; margin: 10px 0; /* フォントサイズ変更 */ }
header .head #options #tx_size, header .head #options span { color: #4259A0; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; font-size: 16px; }
header .head #options .size-button { display: inline-block; width: 24px; height: 24px; line-height: 16px; margin-left: 3px; text-align: center; background: #FFFFFF; border: 1px solid #4259A0; border-radius: 50%; }
header .head #options .size-button:hover, header .head #options .size-button.current { background-color: #D93D24; color: #fff; }
header .head #options span.current { color: #FFFFFF; background: #D93D24; }
header .head #options .search input[type="text"] { border: 1px solid #4259A0; padding: 3px 10px; margin-left: 10px; border-radius: 3px; height: 32px; overflow: hidden; -webkit-appearance: none; }
header .head #options .search input[type="submit"] { cursor: pointer; font-size: 20px; font-family: FontAwesome; border: 1px solid #4259A0; border-radius: 3px; color: #FFFFFF; width: 50px; height: 40px; -webkit-appearance: none; background: #4259A0; display: inline-block; vertical-align: top; }

/* グローバルナビ */
.gnav_wrapper { width: 100%; background: #ECF9FF; }

.header.pc { display: block; }
.header.pc .gnav { overflow: hidden; clear: both; width: 1003px; margin: 0 auto; }
.header.pc .gnav li { display: inline-block; width: 166px; height: 70px; float: left; }
.header.pc .gnav li a { width: 100%; display: inline-block; }
.header.pc .gnav li a:hover { opacity: 0.6; }
.header.pc .gnav li a img { width: 166px; height: 70px; border-left: 1px solid #4259A0; }
.header.pc .gnav li:last-child a img { border-right: 1px solid #4259A0; }

/* スマホ用 */
.header.sp { display: none; }
.header.sp .logo_container { display: flex; align-items: center; width: 100%; height: 65px; background: #FFFFFF; position: fixed; top: 0; z-index: 9999; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
.header.sp .logo_container .container { width: 1003px; height: 50px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.header.sp .logo_container .container .logo { display: inline-block; width: 170px; height: 45px; }
.header.sp .logo_container .container #nav-toggle { position: fixed; cursor: pointer; top: 12px; right: 25px; height: 32px; }
.header.sp .logo_container .container #nav-toggle > div { position: relative; width: 36px; }
.header.sp .logo_container .container #nav-toggle span { width: 100%; height: 4px; left: 0; border-radius: 5px; display: inline-block; background: #4259A0; position: absolute; transition: transform .6s ease-in-out, top .5s ease; }
.header.sp .logo_container .container #nav-toggle span:nth-child(1) { top: 0; }
.header.sp .logo_container .container #nav-toggle span:nth-child(2) { top: 12px; }
.header.sp .logo_container .container #nav-toggle span:nth-child(3) { top: 24px; }
.header.sp .logo_container .container #nav-toggle span.text { background: transparent; top: 26px; height: 8px; }
.header.sp .logo_container .container #nav-toggle.open { /*span.text img { background: transparent; background: url("../images/close.svg") no-repeat;  background-size: cover; top: 26px;
}*/ }
.header.sp .logo_container .container #nav-toggle.open span:nth-child(1) { top: 12px; transform: rotate(45deg); }
.header.sp .logo_container .container #nav-toggle.open span:nth-child(2) { top: 12px; width: 0; left: 50%; }
.header.sp .logo_container .container #nav-toggle.open span:nth-child(3) { top: 12px; transform: rotate(-45deg); }
.header.sp .gnav_wrapper { width: 300px; height: 120%; background: #ECF9FF; position: fixed; top: 0; right: -500px; z-index: 999; transition: all .6s; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
.header.sp .gnav_wrapper .wrapper { width: 80%; height: 100%; margin: 70px auto 0; display: flex; flex-direction: column; }
.header.sp .gnav_wrapper .wrapper .search { width: 100%; margin: 30px 0; }
.header.sp .gnav_wrapper .wrapper .search input[type="text"] { border: 1px solid #4259A0; padding: 3px 10px; border-radius: 3px; width: 158px; height: 32px; overflow: hidden; -webkit-appearance: none; }
.header.sp .gnav_wrapper .wrapper .search input[type="submit"] { cursor: pointer; font-size: 20px; font-family: FontAwesome; border: 1px solid #4259A0; border-radius: 3px; color: #FFFFFF; width: 40px; height: 40px; background: #4259A0; display: inline-block; vertical-align: top; -webkit-appearance: none; }
.header.sp .gnav_wrapper .wrapper .gnav li { border-bottom: 1px solid #4259A0; }
.header.sp .gnav_wrapper .wrapper .gnav li a { display: flex; align-items: center; padding: 10px 0; font-size: 1.0em; color: #4259A0; }
.header.sp .gnav_wrapper .wrapper .gnav li a span { display: inline-block; width: 30px; height: 30px; margin-right: 20px; }
.header.sp .gnav_wrapper .wrapper .gnav li a span img { width: 100%; height: 100%; }
.header.sp .gnav_wrapper .wrapper .gnav li a:hover { opacity: 0.6; }
.header.sp .gnav_wrapper.open { display: block; right: 0px; }

/* メニューマスク */
.black-bg { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; z-index: 100; background-color: #000; opacity: 0; visibility: hidden; }

.black-bg.open { opacity: .3; visibility: visible; }

/* スライドショー */
.slider_wrapper { width: 100%; height: auto; padding-bottom: 40px; background: url(../images/bg_wave.png); background-repeat: repeat-x; background-position: bottom; }
.slider_wrapper .content { position: relative; width: 1003px; margin: 0 auto; }
.slider_wrapper .slider { position: relative; width: 100%; padding: 40px 0 5px; }
.slider_wrapper .slider:before, .slider_wrapper .slider:after { content: ''; position: absolute; width: 113px; height: 177px; }
.slider_wrapper .slider:before { top: 60px; left: -150px; background: url(../images/drops_1.png); }
.slider_wrapper .slider:after { top: 60px; right: -150px; background: url(../images/drops_2.png); }
.slider_wrapper .slick-initialized .slick-slide { object-fit: contain; }
.slider_wrapper .slick-initialized .slick-slide img { width: 100%; }
.slider_wrapper .slick_btn_wrapper { position: absolute; bottom: -45px; right: 7px; }
.slider_wrapper .slick_btn_wrapper .slick_btn { display: inline-block; font-size: 1.0em; font-weight: bold; width: 75px; padding: 4px; background: #FFFFFF; cursor: pointer; text-align: center; border: 3px solid #4259A0; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); z-index: 1; }
.slider_wrapper .slick_btn_wrapper .slick_btn:before { content: ""; display: inline-block; width: 14px; height: 14px; margin: -3px 5px 0 0; background-size: contain; vertical-align: middle; }
.slider_wrapper .slick_btn_wrapper .slick_btn.pause:before { background: url("../images/pause.svg") no-repeat; }
.slider_wrapper .slick_btn_wrapper .slick_btn.play:before { background: url("../images/play.svg") no-repeat; }
.slider_wrapper .slick_btn_wrapper .slick_btn:hover { opacity: 0.8; }
.slider_wrapper .slick_btn_wrapper .slick_btn:active { opacity: 0.2; }

/* パンくずリスト */
.breadcrumb_wrapper { width: 1003px; margin: 0 auto 0; }

.breadcrumb { margin: 0; 　padding: 0; 　list-style: none; text-align: right; }
.breadcrumb li { display: inline; list-style: none; font-weight: bold; }
.breadcrumb li:after { /* >を表示*/ content: '>'; padding: 0 0.2em; color: #555; }
.breadcrumb li:last-child:after { content: ''; }
.breadcrumb li a { text-decoration: underline; 　color: #333333; }
.breadcrumb li:last-child a { text-decoration: none; }
.breadcrumb li a:hover { text-decoration: none; }

.main_table { width: 100%; }
.main_table tr { border-bottom: 1px solid #CDEBF7; display: inline-block; width: 100%; padding: 5px 0; }
.main_table th, .main_table td { text-align: left; vertical-align: top; display: inline-block; }
.main_table th { width: 20%; min-width: 120px; font-weight: normal; color: #4259A0; }
.main_table td { width: 70%; }

.sub_table { border-collapse: collapse; }
.sub_table thead { background: #ECF9FF; }
.sub_table thead th { font-weight: normal; }
.sub_table th, .sub_table td { font-weight: normal; border: solid 1px #D9DBE2; padding: 5px 10px; text-align: left; }

/*footer*/
footer { background: url(../images/bg_wave_2.png); background-repeat: repeat-x; background-position: top; padding-top: 25px; margin-top: -22px; }
footer .head { background: #ECF9FF; padding: 30px 0; position: relative; }
footer .head .nav { text-align: center; }
footer .head .nav li { display: inline-block; padding: 0 20px; }
footer .head .nav li + li { border-left: 1px solid #333333; }
footer .head .nav a:hover { text-decoration: underline; }
footer .head .banner { text-align: center; margin: 20px 0 10px; }
footer .head .banner li { display: inline-block; }
footer .head .banner li + li { margin-left: 7px; }
footer .head .banner li a img:hover { opacity: 0.8; }
footer .head .info { text-align: center; line-height: 2em; margin-top: 30px; }
footer .head .info li:first-child { color: #4259A0; font-weight: bold; font-size: 1.4rem; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; }
footer .foot { background: #4259A0; }
footer .foot .content { display: flex; justify-content: space-between; width: 1003px; margin: 0 auto; padding: 10px; }
footer .foot p, footer .foot a { color: #FFFFFF; }
footer .foot a { text-decoration: underline; }
footer .foot a:hover { text-decoration: none; }

/* ページトップへ */
.to_top { width: 83px; height: 83px; position: absolute; bottom: 30px; right: 30px; cursor: pointer; }
.to_top img { width: 100%; height: 100%; }

.to_top:hover { opacity: 0.8; }

/* トップページ　メインコンテンツ */
.home .main_content { display: flex; justify-content: space-between; width: 1003px; margin: 0 auto; }

.page .main_content { width: 1003px; margin: 0 auto; }

#left_col { width: 54%; }

#right_col { width: 370px; }

.book_search .content { background: #ECF9FF; border-radius: 5px; padding: 40px; text-align: center; letter-spacing: 0.1rem; }
.book_search p { font-size: 1.0em; }
.book_search input[type="text"] { font-size: 1.0em; border: 1px solid #333333; color: #333333; width: 75%; height: 45px; padding: 3px 10px; margin: 20px 0; border-radius: 3px; height: 2em; overflow: hidden; -webkit-appearance: none; }
.book_search input[type="submit"] { cursor: pointer; font-family: FontAwesome; font-size: 18px; font-weight: bold; letter-spacing: 0.2rem; border: 3px solid #4259A0; border-radius: 25px; color: #4259A0; width: 225px; height: 50px; background: #FFFFFF; transition: all 0.5s; display: inline-block; vertical-align: top; -webkit-appearance: none; }
.book_search input[type="submit"]:hover { border: 3px solid #4259A0; color: #FFFFFF; width: 225px; height: 50px; background: #4259A0; display: inline-block; vertical-align: top; -webkit-appearance: none; }

.news, .event { margin: 10px 0; }
.news .content, .event .content { padding-top: 10px; border-top: 4px solid #4259A0; }
.news .content h4, .event .content h4 { font-family: ヒラギノ角ゴ W6 JIS2004 , sans-serif; font-weight: 700; }
.news li, .event li { border-bottom: 1px dotted #ACACAC; }
.news li a, .event li a { display: inline-block; width: 100%; padding: 10px 0; transition: 0.5s; }
.news li a:hover, .event li a:hover { opacity: 0.6; }
.news li .date, .news li .ttl, .event li .date, .event li .ttl { display: inline-block; vertical-align: top; }
.news li .date, .event li .date { width: 30%; color: #4259A0; }
.news li .ttl, .event li .ttl { width: 70%; }

.column-mascot { background: #ECF9FF; padding: 25px; border-radius: 10px; margin-top: 40px; }
.column-mascot img { float: right; margin: 10px 0 0 15px; }
.column-mascot h3 { margin-top: 0; }
.column-mascot h4 { font-size: 1.3rem; margin: 7px 0; color: #4259A0; font-weight: bold; }
.column-mascot p { line-height: 1.7em; }

.column-mascot-2 { background: #ECF9FF; padding: 45px 30px 45px; border-radius: 20px; margin: 40px 0 50px; position: relative; border: 3px solid #4259A0; }
.column-mascot-2 .wrapper { display: flex; justify-content: space-around; align-items: center; }
.column-mascot-2 .image { width: 22%; margin: 0; margin-left: 30px; }
.column-mascot-2 .image img { width: 100%; }
.column-mascot-2 .text { width: 55%; }
.column-mascot-2 h5 { font-size: 1.2rem; color: #4259A0; font-weight: bold; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; }
.column-mascot-2 h6 { font-size: 1.8rem; color: #4259A0; padding-bottom: 10px; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; margin: 5px 0 0px; }
.column-mascot-2 p { line-height: 2em; border-bottom: 1px solid #CDEBF7; color: #505050; }

.usage img, .osusume img { width: 100%; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.usage img:hover, .osusume img:hover { cursor: pointer; opacity: 0.8; }

article.usage { margin: 65px 0 30px; }

article.calender, article.osusume { margin: 30px 0; }

.calender .content { width: 100%; background: #FFF3C2; border-radius: 5px; padding: 40px 0; text-align: center; }
.calender .status { width: 95%; margin: 0px auto 10px; border-spacing: 0; }
.calender .status th { width: 23%; background: #4259A0; color: #FFFFFF; font-weight: normal; padding: 5px; border: 1px solid #4259A0; border-radius: 7px 0px 0px 7px; font-size: 0.83rem;}
.calender .status td { background: #FFFFFF; color: #333333; border: 1px solid #4259A0; border-radius: 0px 7px 7px 0px; padding: 5px 0 5px 5px; text-align: left; font-size: 0.8rem;}
.calender .desk_btn_2 { border: 3px solid #D93D24; transition: all 0.5s; color: #D93D24; width: 75%; max-width: 300px; height: 44px; margin-top: 10px; }
.calender .desk_btn_2:hover { border: 3px solid #D93D24; background: #D93D24; color: #FFFFFF; width: 75%; max-width: 300px; height: 44px; margin-top: 10px; }

.twitter .content { background: #ECF9FF; border-radius: 5px; padding: 10px; }
.facebook .content { background: #ECF9FF; border-radius: 5px; padding: 10px; }

article.access { width: 100%; height: auto; margin: 0; padding-bottom: 22px; background: url(../images/bg_wave.png); background-repeat: repeat-x; background-position: bottom; }
article.access .content { width: 1003px; margin: 0 auto; position: relative; }
article.access .content:before, article.access .content:after { content: ''; position: absolute; width: 113px; height: 226px; }
article.access .content:before { top: 90px; left: -160px; background: url(../images/drops_3.png); }
article.access .content:after { top: 90px; right: -160px; background: url(../images/drops_4.png); }

.shinikukan .desc_1 { display: flex; justify-content: space-between; margin: 50px 0; }
.shinikukan .desc_1 .text_box { width: 50%; }
.shinikukan .desc_1 .image_box { width: 45%; }
.shinikukan .desc_1 .image_box img { width: 100%; }
.shinikukan .desc_2 { display: flex; justify-content: space-between; align-items: center; position: relative; background: #ECF9FF; padding: 40px; border-radius: 10px; margin: 50px 0; }
.shinikukan .desc_2 .text_box { width: 45%; text-align: justify; }
.shinikukan .desc_2 .text_box p { border-bottom: 1px solid #CDEBF7; padding: 7px 0; }
.shinikukan .desc_2 .image_box { width: 50%; display: inline-block; text-align: right; }
.shinikukan .desc_2 .image_box img { width: 48%; }
.shinikukan .desc_2 .image_box img + img { margin-left: 2%; }

.desc_list { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px; }
.desc_list .item { width: 47%; border-bottom: 1px solid #D9DBE2; display: flex; justify-content: space-between; padding: 20px 0; }
.desc_list .item .image { width: 145px; height: 145px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.desc_list .item .image img { width: 100%; }
.desc_list .item .text { width: 62%; text-align: justify; }
.desc_list .item .text h5 { font-size: 1.0em; font-weight: bold; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; color: #4259A0; margin-bottom: 5px; }

.column { display: flex; justify-content: space-between; align-items: flex-end; position: relative; background: #ECF9FF; padding: 40px; border-radius: 10px; margin: 50px 0; }
.column .text { width: 75%; text-align: justify; }
.column .text h4 { font-size: 1rem; font-weight: bold; color: #4259A0; margin-bottom: 5px; }
.column .text p { margin-bottom: 15px; }
.column .image { width: 20%; display: inline-block; text-align: right; }
.column .image img { width: 100%; }

.column.support { margin-top: 5px; }

.column.access { display: block; }
.column.access .access_list .item { display: flex; justify-content: space-between; width: 100%; margin-bottom: 25px; }
.column.access .access_list .image { width: 30%; position: relative; }
.column.access .access_list .image:before { position: absolute; top: -10px; left: -10px; font-weight: bold; width: 30px; height: 30px; background: #4259A0; color: #FFF3C2; text-align: center; line-height: 30px; border-radius: 50%; }
.column.access .access_list .item:nth-child(1) .image:before { content: '1'; }
.column.access .access_list .item:nth-child(2) .image:before { content: '2'; }
.column.access .access_list .item:nth-child(3) .image:before { content: '3'; }
.column.access .access_list .item:nth-child(4) .image:before { content: '4'; }
.column.access .access_list .item:nth-child(5) .image:before { content: '5'; }
.column.access .access_list .text { width: 65%; text-align: left; }
.column.access .access_list .text h4 { color: #4259A0; font-weight: bold; margin-bottom: 10px; }
.column.access .access_list .text p { margin-bottom: 0px; }

.support_list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.support_list .item { width: 48%; margin-bottom: 30px; }
.support_list .item h5 { color: #4259A0; font-weight: bold; border-bottom: 2px solid #4259A0; padding-bottom: 5px; margin-bottom: 5px; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; font-size: 1.4rem; }
.support_list .item:first-child { width: 100%; }
.support_list .kids li { margin: 20px 0; }
.support_list .kids li:nth-child(1) h6 { background-image: url("../images/drop1.png"); }
.support_list .kids li:nth-child(2) h6 { background-image: url("../images/drop2.png"); }
.support_list .kids li:nth-child(3) h6 { background-image: url("../images/drop3.png"); }
.support_list .kids li:nth-child(4) h6 { background-image: url("../images/drop4.png"); }
.support_list .kids h5 { color: #1A5064; font-weight: bold; }
.support_list .kids p { margin-left: 27px; border-bottom: 1px solid #CDEBF7; padding: 3px 0; }

.page section.qa_index { margin: 20px 0 30px; }

.qa_index { background: #ECF9FF; padding: 20px 35px; border-radius: 10px; 　margin: 20px 0; }
.qa_index h2 { font-weight: bold; color: #4259A0; margin-bottom: 10px; }
.qa_index ul { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.qa_index li { width: 25%; margin-bottom: 5px; }
.qa_index li a { color: #4259A0; }
.qa_index li:before { content: ""; display: inline-block; width: 12px; height: 12px; margin: -3px 5px 0 0; background: url(../images/arrow.svg) no-repeat; background-size: contain; vertical-align: middle; }

section.anchor { display: block; padding-top: 40px; margin-top: -40px; }

.event_list { margin-top: -20px; }
.event_list .item { border-bottom: 1px dotted lightgray; padding: 15px 0; font-size: 0; /* background: #ddd; */ display: flex; }
.event_list .date { width: 200px; }
.event_list .date p { color: #4259A0; }
.event_list .content { width: 85%; }
.event_list .content h4 { font-weight: bold; margin-bottom: 5px; font-size: 1.0rem; font-family: ヒラギノ角ゴ W6 JIS2004 , sans-serif; font-weight: 700; }
.event_list .content img { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); margin: 15px 0 5px; }

.topbtn_wrapper { text-align: center; margin: 0px 0px 70px; }

.topbtn { display: inline-block; background: #4259A0; color: #FFFFFF; width: 270px; height: 50px; text-align: center; line-height: 50px; font-weight: bold; border-radius: 7px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); transition: 0.5s; }

.topbtn:before { content: '<'; padding-right: 5px; }

.topbtn:hover { background: #1e2d58; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] { width: 100% !important; }

/*
#top_scroll{  position: relative;  z-index: 100;  margin: 0;  padding: 0; 
} 
#page-top{ display: block; position: fixed; z-index: 9999; bottom: -250px; right: 10px; width: 35px; height: 35px; padding: 0; color: #222; text-align: center; text-decoration: none; transition: 1s; -webkit-transition: 1s;
} 
#page-top:hover{  transform: translateY(-10px);
} 
#top_scroll:hover{ background: #fff;
}
*/
body { /*background:#E4E3E4;*/ }
br.sp { display: none; }

/* 1024px以上の幅の場合に適応される */
@media screen and (max-width: 1024px) { /* 1024pxまでの幅の場合に適応される */
  body { background-color: #ffffff; }
  .calender .desk_btn_2 { font-size: 1.0em; font-weight: bold; letter-spacing: 0rem; padding: 0 10px; }
  header .head, .header.pc .gnav, .header.sp .logo_container .container, .slider_wrapper .content, footer .foot .content, .home .main_content, article.access .content { width: 90%; }
  .breadcrumb_wrapper, .page .main_content { width: 90%; }
  .page_ttl_wrapper { margin-top: 75px; }
  .header.pc { display: none; }
  .header.sp { display: block; }
  .slider_wrapper { margin-top: 50px; }
  #left_col { width: 52%; }
  #right_col { width: 40%; }
  .news li .date, .news li .ttl, .event li .date, .event li .ttl { width: 100%; }
  .news li a, .event li a { padding: 10px 0; }
  .fb-page { width: 100%; }
  .shinikukan .desc_1 { display: flex; justify-content: space-between; margin: 50px 0; }
  .shinikukan .desc_1 .text_box { width: 50%; }
  .shinikukan .desc_1 .image_box { width: 45%; }
  .shinikukan .desc_1 .image_box img { width: 100%; }
  .shinikukan .desc_2 { display: flex; justify-content: space-between; align-items: center; position: relative; background: #ECF9FF; padding: 30px; margin: 50px 0; }
  .shinikukan .desc_2 .text_box { width: 40%; text-align: justify; }
  .shinikukan .desc_2 .text_box p { border-bottom: 1px solid #CDEBF7; padding: 7px 0; }
  .shinikukan .desc_2 .image_box { width: 55%; display: inline-block; text-align: right; }
  .shinikukan .desc_2 .image_box img { width: 48%; }
  .shinikukan .desc_2 .image_box img + img { margin-left: 2%; }
  .desc_list .item .image { width: 35%; height: 35%; }
  .desc_list .item .text { width: 59%; }
  .desc_list .item .text h5 { font-size: 1.0em; font-weight: bold; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; color: #4259A0; margin-bottom: 5px; }
  .column .text { width: 70%; }
  .column .text h3 { margin-bottom: 15px; }
  .column .text p { margin-bottom: 15px; }
  .column .image { width: 25%; }
  .qa_index ul { justify-content: space-between; }
  .qa_index li { width: 30%; }
  section.anchor { padding-top: 85px; margin-top: -85px; } }
@media screen and (max-width: 768px) { /* 768pxまでの幅の場合に適応される */
  body { /*background-color:#ffdada;*/ }
  .home .main_content { flex-wrap: wrap; }
  .header.sp .logo_container .container #nav-toggle { top: 13px; right: 15px; height: 32px; }
  #left_col, #right_col { width: 100%; }
  .fb-page { width: 100%; }
  footer .head .nav { display: none; }
  footer .head .banner { margin: 0; }
  footer .head .banner li + li { margin-left: 0px; }
  footer .head .info { line-height: 1.5em; margin-top: 10px; }
  .foot .content { flex-wrap: wrap; }
  .foot p { width: 100%; line-height: 2em; text-align: center; }
  .to_top { width: 70px; height: 70px; position: fixed; bottom: 15px; right: 10px; }
  .shinikukan .desc_1 { flex-wrap: wrap; margin: 50px 0; }
  .shinikukan .desc_1 .text_box { width: 100%; }
  .shinikukan .desc_1 .image_box { width: 100%; margin-top: 30px; }
  .shinikukan .desc_2 { flex-wrap: wrap; position: relative; background: #ECF9FF; padding: 30px; margin: 50px 0; }
  .shinikukan .desc_2 .text_box { width: 100%; }
  .shinikukan .desc_2 .text_box p { border-bottom: 1px solid #CDEBF7; padding: 7px 0; }
  .shinikukan .desc_2 .image_box { width: 100%; margin-top: 7%; }
  .shinikukan .desc_2 .image_box img { width: 48%; text-align: center; }
  .shinikukan .desc_2 .image_box img + img { margin-left: 2%; }
  .desc_list .item { width: 100%; }
  .desc_list .item .image { width: 35%; height: 35%; max-width: 175px; max-height: 175px; }
  .desc_list .item .text { width: 70%; margin-left: 5%; }
  .desc_list .item .text h5 { font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; }
  .column { flex-wrap: wrap; justify-content: flex-end; padding: 30px 30px 15px 30px; }
  .column .text { width: 100%; }
  .column .image { width: 35%; }
  .column-mascot-2 { padding: 45px 20px; }
  .column-mascot-2 .wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
  .column-mascot-2 .image { width: 40%; margin: 0; }
  .column-mascot-2 .text { width: 90%; margin-top: 30px; }
  .support_list .item { width: 100%; margin-bottom: 20px; }
  .support_list .item h5 { color: #4259A0; font-weight: bold; border-bottom: 2px solid #4259A0; padding-bottom: 5px; margin-bottom: 7px; font-family: 秀英丸ゴシック B ,"游ゴシック", "メイリオ", sans-serif; font-weight: bold; }
  .support_list .kids li { margin: 15px 0; }
  .support_list .kids p { margin-left: 0; padding: 4px 0; }
  .column.access .access_list .item { margin-bottom: 30px; }
  .column.access .access_list .image { width: 40%; }
  .column.access .access_list .text { width: 52%; }
  .column.access .access_list .text p { font-size: 1.0em; }
  .qa_index li { width: 50%; margin-bottom: 10px; }
  .event_list .item { padding: 20px 0; font-size: 0; flex-wrap: wrap; }
  .event_list .date { width: 100%; margin-bottom: 2px; }
  .event_list .content { width: 100%; }
  .event_list .content p { text-align: justify; }
  .yoyaku li { margin-bottom: 10px; }
  .yoyaku p { margin-bottom: 10px; }
  footer .head { padding: 10px 0 30px; }
  footer .head .info li:first-child { font-size: 1.2rem; line-height: 2em; }
  br.pc { display: none; }
  br.sp { display: block; }
}
@media screen and (max-width: 480px) { /* 480pxまでの幅の場合に適応される */
  body { /*background-color:#F9DF2C;*/ }
  .deco_ttl, .ico_ttl { font-size: 1.4rem; }
  .breadcrumb { text-align: left; }
  .main_ttl { font-size: 1.2rem; }
  .sub_ttl { font-size: 1.1rem; nmargin-bottom: 10px; }
  .sub_ttl_2 { font-size: 1.0rem; line-height: 1.2rem; margin-bottom: 8px; }
  .main_table tr { padding: 7px 0; }
  .main_table th { width: 100%; min-width: auto; padding: 2px 0; font-size: 1.1rem; }
  .main_table td { width: 100%; }
  .to_top { width: 50px; height: 50px; }
  article { margin: 20px 0; }
  .fb-page { width: 100%; }
  footer .head .info, footer .foot .content p, footer a { font-size: 0.8rem; }
  .column { padding: 20px 20px 15px 20px; }
  .column .text h3 { font-size: 1.4rem; }
  .column.access .access_list .item { flex-wrap: wrap; margin-bottom: 40px; }
  .column.access .access_list .image { width: 100%; }
  .column.access .access_list .text { width: 100%; }
  .column.access .access_list .text h4 { margin-top: 10px; }
  .column-mascot { padding: 20px; border-radius: 10px; margin-top: 40px; text-align: justify; }
  .column-mascot img { margin: 5px; }
  .column-mascot h3 { font-size: 1.1rem; }
  .column-mascot h4 { font-size: 1.3rem; margin: 10px 0; }
  .column-mascot-2 { padding: 35px 10px; margin: 80px 0 50px; }
  .column-mascot-2 .wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
  .column-mascot-2 .image { width: 40%; }
  .column-mascot-2 .text { width: 90%; margin-top: 30px; }
  .column-mascot-2 h5 { font-size: 0.8rem; }
  .column-mascot-2 h6 { font-size: 1.2rem; }
  .column-mascot-2 p { font-size: 0.9rem; }
  .shinikukan .desc_2 { padding: 25px; 　margin: 60px 0 40px; }
  .shinikukan .desc_2 .text_box { text-align: left; }
  .shinikukan .desc_2 .image_box img { width: 45%; }
  .support_list .item h5 { font-size: 1.2rem; }
  .support_list .kids p { font-size: 0.9rem; }
  .qa_index { padding: 20px 25px; }
  .qa_index li { width: 100%; margin-bottom: 5px; } }
@media screen and (max-width: 320px) { /* 320pxまでの幅の場合に適応される */
  body { /*background-color: #68B876;*/ }
  .main_table th { font-size: 1.2rem; }
  .fb-page { width: 100%; }
  .header.sp .logo_container { height: 50px; }
  .header.sp .logo_container .container .logo { width: 140px; height: 26px; margin-bottom: 18px; }
  .header.sp .logo_container .container #nav-toggle { top: 10px; height: 30px; }
  .header.sp .logo_container .container #nav-toggle > div { width: 30px; }
  .header.sp .logo_container .container #nav-toggle span:nth-child(1) { top: 0px; }
  .header.sp .logo_container .container #nav-toggle span:nth-child(2) { top: 9px; }
  .header.sp .logo_container .container #nav-toggle span:nth-child(3) { top: 18px; }
  .header.sp .logo_container .container #nav-toggle span.text { top: 17px; }
  .header.sp .logo_container .container #nav-toggle.open span:nth-child(1) { top: 8px; }
  .header.sp .logo_container .container #nav-toggle.open span:nth-child(2) { top: 8px; }
  .header.sp .logo_container .container #nav-toggle.open span:nth-child(3) { top: 8px; }
  .header.sp .gnav_wrapper .wrapper { margin: 60px auto 0; }
  .header.sp .gnav_wrapper .wrapper .search { margin: 10px 0; }
  .slider_wrapper { padding-bottom: 35px; }
  .slider_wrapper .slider { padding: 25px 0 10px; }
  .slick-prev:before, .slick-next:before { font-size: 30px; }
  .slider_wrapper .slider { padding: 35px 0 10px; }
  .slick-prev { left: 5px; top: 60%; }
  .slick-next { right: 15px; top: 60%; }
  .column-mascot { padding: 20px; border-radius: 10px; margin-top: 40px; }
  .column-mascot img { margin: 0; margin-top: 10px; margin-left: 10px; }
  .column-mascot h3 { font-size: 1.0rem; }
  .column-mascot h4 { font-size: 1.1rem; margin: 10px 0; }
  .topbtn_wrapper { margin: 20px 0px 40px; }
  .book_search input[type="text"] { width: 90%; }
  .page_ttl_wrapper { margin-top: 55px; }
  .desc_list { margin-bottom: 40px; }
  footer .head .info, footer .foot .content p, footer a { font-size: 0.8rem; }
  section.anchor { padding-top: 65px; margin-top: -65px; } }


