@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: bottom;
background: transparent;
text-decoration: none;
color: #005e8f;
}
/* change colours to suit your needs */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
/* change colours to suit your needs */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
li {
list-style-type: none;
}
address {
font-style: normal;
}
/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input, select {
font-size: 1rem;
vertical-align: middle;
}
textarea {
font-size: 1rem;
}
/* =============================================================================
移動＋フェードイン表示
========================================================================== */
.fade {
opacity: 0;
transform: translate(0, 60px);
-webkit-transform: translate(0, 60px);
transition: .8s;
}
.mv {
opacity: 1.0;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
/* =============================================================================
基本設定
========================================================================== */
*, *:before, *:after {
box-sizing: border-box;
-webkit-appearance: none;
}
html {
overflow-y: scroll;
}
body {
color: #062542;
line-height: 1.6;
font-size: 0.9rem;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
letter-spacing: 0.03em;
}
#overwrap {
overflow: hidden !important;
position: relative !important;
}
a {
color: #005e8f;
text-decoration: none;
}
a:link {
color: #005e8f;
}
a:visited {
color: #005e8f;
}
a:hover {
color: #005e8f;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:active {
color: #062542;
}
a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

a:focus,
input:focus{
outline:3px #ff0000 solid;
}

img {
width: auto;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
em {
font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
ul {
list-style: none;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
/* ========================================================================== */
.mincho {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
-o-transform: rotate(0.028deg);
-ms-transform: rotate(0.028deg);
-moz-transform: rotate(0.028deg);
-webkit-transform: rotate(0.028deg);
transform: rotate(0.028deg);
}
.shadow {
text-shadow:
#fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.btn1 {
text-align: center;
}
.btn1 a {
display: inline-block;
width: 210px;
height: 61px;
background-color: #293c4a;
color: #fff;
text-decoration: none;
line-height: 61px;
text-align: center;
cursor: pointer;
position: relative;
letter-spacing: 0.2em;
}
.btn1 a:hover {
background-color: #4f7594;
transition: all .5s ease;
}
.btn1 a:before {
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
content: "";
vertical-align: middle;
width: 6px;
height: 6px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}
.arno {
font-family: arno-pro, serif;
font-weight: 700;
font-style: normal;
}

.skip {
position: relative;
text-align: center;
width: 100%;
margin: 0;
}
.skip a {
background-color: #fff;
height: 0;
width: 0;
font-size: 0.1%;
line-height: 0.1;
position: absolute;
top: -500px;
left: 0;
z-index: 9999;
padding: 4px 0;
overflow: hidden;
}
.skip a:focus {
font-size: 1em;
padding: 4px 0;
position: relative;
top: 5px;
background: none;
}

@media screen and (min-width: 768px) {
/*	body {background: #ccc; }*/
.wrap {
max-width: 1100px;
padding: 0 10px;
margin: 0 auto;
}
.sp {
display: none;
}
.pc {
display: block;
}
.flex {
display: flex;
justify-content: space-between;
}
}
@media screen and (max-width: 767px) {
/*body {background: #000;}*/
.wrap {
width: 100%;
padding: 0 10px;
}
.sp {
display: block;
}
.pc {
display: none;
}
}
/* =============================================================================
header
========================================================================== */
#wrapper {
position: fixed;
width: 100%;
z-index: 9999;
/* border-bottom: 5px solid #0c5081; */
background-color: rgba(255, 255, 255, 0.8);
}
header {
max-width: 1100px;
margin: 0 auto;
padding-bottom: 0;
/* background-color: #fff; */
position: relative;
z-index: 99999;
height: 105px;
}
header .headerTop {
/* padding: 0 20px; */
max-width: 1100px;
margin: 0 auto;
}
header .siteTitle a {
padding: 30px 0;
display: inline-block;
font-size: 18px;
/* color: #900000; */
font-weight: bold;
text-decoration: none;
}
header .siteTitle a img {
/* width: 227px; */
}
/* header .pc {
display: block;
position: absolute;
top: 20px;
right: 20px;
} */
header .pc li {
padding: 0 20px;
display: inline;
}
header .pc li:first-child {
border-right: 1px solid #000;
}
.navDrawr {
width: 720px;
position: absolute;
top: 0;
right: 0;
}
.navDrawr > ul:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.navDrawr > ul > li {
float: left;
width: 20%;
position: relative;
/* padding-right: 30px; */
}
.navDrawr > ul > li.sp {
display: none;
}
.navDrawr a {
display: block;
color: #0c5081;
text-decoration: none;
padding-top: 40px;
padding-bottom: 14px;
}
.navDrawr > ul > li > a {
font-size: 0.9rem;
text-align: center;
}
.navDrawr > ul > li > a span {
height: 27px;
}
.navDrawr > ul > li:last-child > a {
border-right: none;
}
.navDrawr > ul > li > a:hover {
/* background: #f5f5f5; */
}
.navDrawr > ul > li img {
vertical-align: middle;
}
.navDrawr > ul > li > a span {
display: block;
font-size: 12px;
font-weight: normal;
}
.navDrawr > ul > li.school > a {
background: #8d3439;
color: #fff;
font-size: 13px;
padding-top: 22px;
padding-bottom: 3px;
}
.navDrawr > ul > li.school > a span {
height: 38px;
}
.navDrawr > ul > li.contact > a {
background: #4e738d;
color: #fff;
font-size: 0.9rem;
padding-top: 18px;
padding-bottom: 21px;
}
.navDrawr > ul > li.contact > a span {
height: 50px;
}
.navDrawr .sub {
position: absolute;
left: 0;
right: 0;
z-index: 9999;
}
.navDrawr > ul > li.school > a {
background: #8d3439;
color: #fff;
font-size: 0.9rem;
padding-top: 22px;
padding-bottom: 25px;
text-shadow: #8d3439 1px 1px 0, #8d3439 -1px -1px 0,#8d3439 -1px 1px 0, #8d3439 1px -1px 0,#8d3439 0px 1px 0, #8d3439 0-1px 0,#8d3439 -1px 0 0, #8d3439 1px 0 0;
}

.navDrawr > ul > li.school > a:hover {
background: #8d3439;
color: #fff;
font-size: 0.9rem;
padding-top: 22px;
padding-bottom: 25px;
text-shadow: #8d3439 1px 1px 0, #8d3439 -1px -1px 0,#8d3439 -1px 1px 0, #8d3439 1px -1px 0,#8d3439 0px 1px 0, #8d3439 0-1px 0,#8d3439 -1px 0 0, #8d3439 1px 0 0;
}

.navDrawr > ul > li.school > a span {
height: 38px;
}
.navDrawr .sub a {
background: #fefdfd;
/*border-bottom: 1px solid #00877e;*/
padding: 20px 10px 20px 20px;
}
.navDrawr .sub a:hover {
background: #f5f5f5;
}
#contents {
padding-top: 20px;
}
@media screen and (min-width: 1031px) {
.animoBorderLeftRight {
display: inline-block;
position: relative;
cursor: pointer
}
.animoBorderLeftRight::after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #f39c12;
transform-origin: bottom right;
transition: transform .4s cubic-bezier(.86, 0, .07, 1)
}
.animoBorderLeftRight:hover::after {
transform: scaleX(1);
transform-origin: bottom left
}
.navDrawr > ul > li.business {
position: relative;
}
/* .navDrawr>ul>li.business a {
position: relative;
} 
.navDrawr>ul>li.business a.mincho:hover:after {
position: absolute;
content: "";
bottom: -8px;
left: 50%;
margin-left: -3px;
width: 6px;
height: 30px;
background: #293c4a;
z-index: 100;
}  */
.navDrawr > ul > li a.current {
/* border-bottom: 3px solid #f4f3f3; */
}
.navDrawr > ul > li a.noCurrent {
border-bottom: none;
}
.navDrawr > ul > li a:hover {
background: #f2f2f2;
}
.navDrawr > ul > li.pc a:hover {
background: none;
}
.navDrawr > ul > li.school > a:hover {
background: #8d3439;
text-shadow: #8d3439 1px 1px 0, #8d3439 -1px -1px 0,#8d3439 -1px 1px 0, #8d3439 1px -1px 0,#8d3439 0px 1px 0, #8d3439 0-1px 0,#8d3439 -1px 0 0, #8d3439 1px 0 0;
}
.navDrawr > ul > li.contact > a:hover {
background: #0c5081;
text-shadow: #0c5081 1px 1px 0, #0c5081 -1px -1px 0,#0c5081 -1px 1px 0, #0c5081 1px -1px 0,#0c5081 0px 1px 0, #0c5081 0-1px 0,#0c5081 -1px 0 0, #0c5081 1px 0 0;
}
.navDrawr > ul > li.contact a {
background-color: #005e8f;
color: #fff;
text-shadow: #005e8f 1px 1px 0, #005e8f -1px -1px 0,#005e8f -1px 1px 0, #005e8f 1px -1px 0,#005e8f 0px 1px 0, #005e8f 0-1px 0,#005e8f -1px 0 0, #005e8f 1px 0 0;
}
.navDrawr .sub {
/* display:-webkit-box;
display:-moz-box;
display:box;
display:-webkit-flex;
-moz-box-orient:horizontal;
-webkit-box-orient:horizontal;
flex-direction:row;
-ms-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
display:flex; */
position: absolute;
top: 105px;
left: -196px;
width: 580px;
}
.navDrawr .sub li {
width: 140px;
float: left;
}
.navDrawr .sub a {
width: 140px;
background: #293c4a;
color: #fff;
padding: 25px 0;
text-align: center;
}
.navDrawr .sub a:hover {
background: #0c566b;
}
}
@media screen and (max-width: 1030px) {
header .pc {
display: none !important;
}
#wrapper {
overflow: hidden;
}
.navDrawr {
background-color: #fff;
position: fixed;
width: 270px;
top: 60px;
bottom: 0;
right: -270px;
overflow: auto;
-webkit-overflow-scrolling: touch;
z-index: 999;
}
body.menuOpen #wrapper {
padding-top: 60px;
}
.overlay {
display: none;
background-color: rgba(0, 0, 0, 0.49);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
}
header {
position: relative;
height: 60px;
padding: 0;
}
body.menuOpen header {
position: fixed;
top: 0;
width: 100%;
}
header .headerTop {
padding: inherit;
}
header .siteTitle a {
margin-left: 10px;
line-height: 60px;
padding: 0;
}
header .siteTitle a img {}
.navDrawrBtn {
text-align: right;
}
.navDrawrBtn span {
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
display: block;
width: 60px;
height: 60px;
cursor: pointer;
}
.navDrawrBtn span::before {
font-family: FontAwesome;
content: "\f0c9";
font-size: 2rem;
color: #005e8f;
position: absolute;
left: 0;
width: 100%;
text-align: center;
line-height: 60px;
}
body.menuOpen .navDrawrBtn span::before {
content: "\f00d";
}
.navDrawr a {
position: relative;
padding: 10px;
}
.navDrawr a::after {
position: absolute;
top: 50%;
margin-top: -10px;
right: 15px;
font-family: FontAwesome;
content: "\f054";
}
.navDrawr > ul > li.business > a::after {
content: none;
}
.navDrawr > ul > li {
float: none;
width: auto;
padding-right: 0;
}
.navDrawr > ul > li.sp {
display: block;
}
.navDrawr > ul > li > a {
font-weight: bold;
text-align: left;
border-right: none;
border-bottom: 1px solid #0068b7;
}
.navDrawr > ul > li > a span {
display: inline-block;
margin-left: 1em;
}
.navDrawr .sub {
position: static;
display: block !important;
}
.navDrawr .sub a {
border-bottom: 1px solid #ccc;
padding: 10px 10px 10px 30px;
}
.navDrawr > ul > li.school img {
width: 24px;
}
.navDrawr > ul > li.school > a {
padding: 10px;
font-size: 0.9rem;
}
.navDrawr > ul > li.school > a span {
height: auto;
}
.navDrawr > ul > li.contact img {
width: 24px;
}
.navDrawr > ul > li.contact > a {
padding: 10px;
font-size: 0.9rem;
}
.navDrawr > ul > li.contact > a span {
height: auto;
}
ul.imgList {}
ul.imgList::after {
display: table;
line-height: 0;
content: "";
clear: both;
}
ul.imgList li {
float: left;
width: 31.33333333%;
margin: 1%;
}
ul.imgList li .thumbnail {
background-color: #FFF;
padding: 20px;
border: solid 1px #ccc;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
ul.imgList li img {
margin-bottom: 10px;
}
ul.imgList li .caption {}
ul.imgList li .title {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
.siteTitle img {
/* height: 40px; */
width: auto;
vertical-align: middle;
}
}
/* @media screen and (max-width: 768px) {
.navDrawr .sub {
left: 0;
}
} */
@media screen and (max-width: 480px) {
.siteTitle img {
width: 70%;
}
}
/* =============================================================================
Footer
========================================================================== */
#page-top a {
width: 76px;
height: 76px;
/* margin-left: 34px; */
position: fixed;
bottom: 30px;
right: 54px;
z-index: 30;
}
#page-top a:hover {
transition: 0.3s ease-in-out;
}
footer {
background-color: #005e8f;
color: #fff;
}
footer .copy {
padding: 24px 0;
text-align: center;
font-size: 0.8rem;
border-top: 1px solid #fff;
}
footer .copy small {
color: #fff;
}
footer .add dl {
margin-bottom: 20px;
}
footer .add dt {
font-weight: bold;
}
footer .add dt span {
color: #0068b7;
font-size: 20px;
}
footer .add dd {
display: inline-block;
margin-right: 1em;
}
footer .add dd.tel {
font-size: 18px;
}
footer .add {
}
footer .logo {
width: 50%;
margin-bottom: 20px;
}
footer .foot-inner {
max-width: 1200px;
margin: 0 auto;
padding: 40px 0;
box-sizing: border-box;
}
footer .riyou {
font-size: 14px;
margin-top: 10px;
font-feature-settings: "palt";
}
footer .riyou th {
text-align: justify;
text-align-last: justify;
text-justify: inter-ideograph;
vertical-align: top;
}
footer .unei {
}
footer .unei h2 {
font-size: 1rem;
border-bottom: 1px solid #fff;
margin-bottom: 10px;
}
footer .unei table th {
text-align: left;
}
footer .unei table a {
color: #fff;
display: inline-block;
position: relative;
}
footer .unei table a::before {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 1px;
background: #FFF;
}

footer .unei table caption{
display: none;
}

footer .foot-cont .cont ul li {
line-height: 2.4em;
}
footer .foot-cont .cont a {
color: #fff;
font-weight: bold;
font-size: 0.8rem;
}
footer .foot-cont .cont .subNav li {
position: relative;
}
footer .foot-cont .cont .subNav {
padding-left: 20px;
}
footer .foot-cont .cont .subNav li:before {
position: absolute;
top: 0;
bottom: 0;
left: -20px;
margin: auto;
content: "";
vertical-align: middle;
width: 6px;
height: 6px;
border-top: 2px solid #bec3c6;
border-right: 2px solid #bec3c6;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}
footer .foot-cont .cont .subNav li a {
color: #bec3c6;
}
@media screen and (min-width: 768px) {
footer .flex {
justify-content: space-between;
}
footer .add {
width: 35%;
}
footer .unei {
width: 28%;
line-height: 2em;
font-size: 14px;
}
footer .unei table th {
width: 35%;
}
footer .foot-cont {
width: 28%;
}
footer .foot-cont .cont {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
footer .foot-cont .cont .nav1 {
width: 50%;
}
footer .foot-cont .cont .nav2 {
width: 50%;
}
footer .foot-cont .cont .subNav {
padding-left: 20px;
}
footer .cont {
display: table;
width: 100%;
}
}
@media screen and (max-width: 767px) {
#page-top a {
right: 28px;
width: 60px;
height: 60px;
}
#page-top img {
width: 60px;
}
footer .add {
padding: 10px;
text-align: center;
font-size: 14px;
}
footer .add .logo {
width: 60%;
margin: 0 auto;
padding-top: 40px;
margin-bottom: 20px;
}
footer .riyou th {
text-align: left;
width: 22%;
}
footer .riyou td {
text-align: left;
}
footer .unei {
font-size: 1rem;
padding: 10px;
padding-top: 20px;
}

footer caption{
display: none;
}

footer .unei table th {
width: 34%;
}
footer .cont {
padding: 20px 0;
}
footer .foot-cont .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
footer .foot-cont .cont ul {
width: 48%;
border-top: 1px solid #fff;
padding-top: 10px;
}
footer .foot-cont .cont ul li {
line-height: 1.6em;
margin-bottom: 10px;
font-size: 13px;
}
footer .foot-cont .cont .nav1, footer .foot-cont .cont .nav2 {
margin-bottom: 30px;
}
footer .foot-cont .cont .subNav {
width: 100%;
border-top: none;
padding-top: 0;
}
footer .copy {
font-size: 11px;
}
}
/* =============================================================================
トップページ
========================================================================== */
/*共通*/
section h2 {
font-size: 1.2rem;
font-weight: bold;
letter-spacing: 0.03em;
}
section h2 span.green {
color: #0f6225;
font-size: 0.9rem;
font-weight: bold;
}
/* キーイメージ */
.topKeyimages {
background: url(../images/top/bgKeyimages.jpg) no-repeat center/cover;
height: 840px;
position: relative;
}
/*.topKeyimages {background: url(../images/top/bgKeyimages.jpg) no-repeat 50% 100%;background-size: cover;}*/
.intro {
text-align: center;
font-size: 1.2rem;
font-weight: bold;
margin-top: 60px;
}
.topCont {
background: url(../images/top/bg-news.png) no-repeat bottom/cover;
}
/* 左側メインコンテンツ */
.topCont .mainContent {
margin-bottom: 90px;
}
.topCont .mainContent .top-news .news-cont {
border: 1px solid #005e8f;
height: 470px;
margin-bottom: 50px;
/* overflow-x: hidden;
overflow-y: scroll; */
padding: 50px;
}
.topCont .mainContent .top-news .ttl-cont {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
align-items: flex-end;
}
.topCont .mainContent .top-news h2 {
font-size: 1.8rem;
color: #005e8f;
line-height: 1em;
}
.topCont .mainContent .top-news h2 span.green {
font-size: 1rem;
color: #0f6225;
padding-left: 20px;
}
.topCont .mainContent .top-news .ttl-cont .moreBtn {
position: relative;
}
.topCont .mainContent .top-news .ttl-cont .moreBtn:before {
position: absolute;
content: "";
top: -6px;
left: -45px;
width: 37px;
height: 37px;
background: url(../images/top/icon-arrow01.png) no-repeat;
}
.topCont .mainContent .top-news .ttl-cont .moreBtn a {
font-weight: bold;
}
.topCont .mainContent .top-news .news-cont dl {
border-bottom: 1px dotted #777777;
margin-bottom: 20px;
}
.topCont .mainContent .top-news .news-cont dt {
margin-bottom: 10px;
font-size: 0.9rem;
}
.topCont .mainContent .top-news .news-cont dt span.day {
padding-right: 20px;
}
.topCont .mainContent .top-news .news-cont dt span.cat {
padding: 2px 40px;
color: #fff;
}
.topCont .mainContent .top-news .news-cont dt span.cat1 {
background: #005e8f;
}
.topCont .mainContent .top-news .news-cont dt span.cat2 {
background: #8d3439;
}
/* 右側サイド */
.topCont .side .side-cont-01 {
margin-bottom: 20px;
margin-top: 50px;
}
.topCont .side .side-cont-01 a {
color: #fff;
background: #005e8f;
display: block;
text-align: center;
height: 272px;
padding: 140px 0 80px;
font-size: 1.2rem;
font-weight: bold;
position: relative;
}
.topCont .side .side-cont-01 a:before {
position: absolute;
content: "";
top: 80px;
left: 50%;
transform: translateX(-50%);
width: 55px;
height: 52px;
background: url(../images/top/icon-yoyaku.png) no-repeat;
}
.topCont .side .side-cont-02 {
margin-bottom: 10px;
}
.topCont .side .side-cont-02 a {
color: #005e8f;
border: 2px solid #005e8f;
display: block;
text-align: center;
height: 178px;
padding: 96px 0 40px;
font-size: 1.2rem;
font-weight: bold;
position: relative;
}
.topCont .side .side-cont-02 a:before {
position: absolute;
content: "";
top: 35px;
left: 50%;
transform: translateX(-50%);
width: 62px;
height: 58px;
background: url(../images/top/icon-carendar.png) no-repeat;
}
.topCont .side .side-cont-02 a:hover {}
.topCont .side .haken {
margin-bottom: 10px;
}
.topCont .side .haken a {
border: 2px solid #cfcfcf;
padding: 20px 30px;
display: block;
}
.topCont .side .haken img {
padding-right: 10px;
vertical-align: middle;
}
.topCont .side .haken a:hover {
background: #f4f3f3;
}
/* 施設概要 */
#overview {
background: #f2f2f2;
padding: 60px 0;
}
#overview h2 {
text-align: center;
padding-bottom: 30px;
font-size: 1.8rem;
color: #005e8f;
}
#overview h2 span {
display: block;
}
.overview-cont-01 {
align-items: center;
margin: 0 auto;
margin-bottom: 60px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.overview-cont-01 .img{
width: 46%;
}

.overview-cont-01 .txt_box{
width:44%;
}

.overview-cont-01 ul li {
padding-bottom: 10px;
font-weight: bold;
letter-spacing: 0.03em;
}
.overview-cont-01 ul li span {
font-size: 0.9rem;
}
.overview-cont-02 {
justify-content: space-between;
}
.overview-cont-02 h3 {
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 15px;
}

.overview-cont-02 ul {
margin: 0 0 0 15px;
padding: 0;
}

.overview-cont-02 ul li {
position: relative;
line-height: 2em;
}
.overview-cont-02 ul li:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
background: #005e8f;
border-radius: 50%;
top: 10px;
left: -10px;
}
.overview-cont-02 table th {
width: 120px;
text-align: left;
padding-bottom: 10px;
position: relative;
}
.overview-cont-02 table th:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
background: #005e8f;
border-radius: 50%;
top: 10px;
left: -10px;
}
.overview-cont-02 table td {
padding-bottom: 10px;
}
/* 利用料金 */
#price {
padding: 60px 0;
background: url(../images/top/bg-news.png) no-repeat bottom/cover;
}
#price h2 {
text-align: center;
padding-bottom: 60px;
font-size: 1.8rem;
color: #005e8f;
}
#price h2 span {
display: block;
}
#price h3 {
position: relative;
font-size: 1.4rem;
font-weight: bold;
padding-left: 40px;
margin-bottom: 15px;
}
#price h3:before {
position: absolute;
content: "";
width: 30px;
height: 3px;
background: #0f6225;
top: 16px;
left: 0;
}
#price .scroll {
/* margin-bottom: 50px; */
}
#price .table-cation {
margin-bottom: 50px;
}
#price table {
width: 100%;
border-collapse: collapse;
max-width: 900px;
}

#price table caption{
display: none;
}

#price table th {
vertical-align: middle;
padding: 10px;
background: #005e8f;
color: #fff;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
}
#price table td {
vertical-align: middle;
background: #f8f8f8;
padding: 10px;
padding-left: 25px;
line-height: 2em;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
font-feature-settings: "palt"
}
#price table td.blue {
background: #aedaf2;
color: #062542;
}
#price table td.price {
text-align: right;
}
#price table.price-table02 {
max-width: 800px;
}
#price .cation {
border: 2px solid #d7d7d7;
padding: 20px;
display: inline-block;
margin-bottom: 50px;
}
#price .cation h4 {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 10px;
}
#price .usage p {
line-height: 2.2em;
}
/* アクセス */
#access {
background: #f6f6f6;
padding: 60px 0;
}
#access .map {
margin-bottom: 50px;
}
#access .map iframe {
height: 364px;
}
#access h2 {
text-align: center;
padding-bottom: 60px;
font-size: 1.8rem;
color: #005e8f;
}
#access h2 span {
display: block;
}
#access .txt dt {
background: #062542;
color: #fff;
padding: 2px 5px;
display: inline-block;
margin-bottom: 10px;
text-shadow: #062542 1px 1px 0, #062542 -1px -1px 0,#062542 -1px 1px 0, #062542 1px -1px 0,#062542 0px 1px 0, #062542 0-1px 0,#062542 -1px 0 0, #062542 1px 0 0;
}
#access .txt dt.mt20 {
margin-top: 20px;
}
#access .txt dd {
font-feature-settings: "palt";
}
#access .txt dd a {
text-decoration: underline;
}
/* バナー */
#banner {
padding: 80px 0;
}
@media screen and (min-width: 1031px) {
/* キーイメージ */
.topKeyimages {
/* padding-top: 97px; */
/* margin-top: 105px; */
}
.topKeyimages h2 {
text-align: center;
object-fit: cover;
margin: 0 auto;
position: absolute;
bottom: 200px;
left: 0;
background: rgba(0,0,0,0.5);
padding: 5px 5px 5px 15px;
box-sizing: border-box;
}
}
@media screen and (min-width: 768px) {
/* キーイメージ */
/*.topKeyimages h2 {padding: 130px 20px;}*/
.topCont .wrap {
max-width: 1100px;
margin: 0 auto;
margin-top: 120px;
}
.mainContent {
width: 630px;
float: left;
}
.side {
width: 423px;
float: right;
}
.clear {
clear: both;
}
.topCont .mainContent .topOther ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
}
.overview-cont-02 .left {
width: 40%;
}
.overview-cont-02 .right {
width: 56%;
}
/* 料金表 */
#price table.price-table02 {
margin-bottom: 50px;
}
/* バナー */
#banner .flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 780px;
margin: 0 auto;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
}
}
@media screen and (max-width: 1030px) {
/* キーイメージ */
.topKeyimages {
margin-top: 60px;
height: 580px;
}
}
@media screen and (max-width: 767px) {
/* 共通 */
h2 {
font-size: 24px;
}
h2 span {
font-size: 13px;
}
h2 span img {
padding-bottom: 14px;
}
.topKeyimages {
margin-bottom: 50px;
}
.topKeyimages h2 {
text-align: center;
object-fit: cover;
margin: 0 auto;
width: 90%;
padding: 400px 0 138px;
}

.topKeyimages h2 img{
background: rgba(0,0,0,0.5);
padding: 5px;
box-sizing: border-box;
}

section h2 {
padding-bottom: 30px;
}
.intro {
text-align: left;
padding: 0 10px;
margin-bottom: 40px;
}
.topCont {
padding: 0 10px;
}
.topCont .mainContent {
margin-bottom: 40px;
}
.topCont .mainContent .top-news h2 {
width: 55%;
padding-bottom: 0;
}
.topCont .mainContent .top-news {
margin-bottom: 80px;
height: auto;
}
.topCont .mainContent .top-news .news-cont {
padding: 30px;
}
.topCont .mainContent .top-news .img {
height: 135px;
}
.topCont .mainContent .top-news .img img {
height: 135px;
object-fit: cover;
}
.topCont .mainContent .top-news .ttl-cont {
align-items: center;
}
.topCont .mainContent .top-news .ttl-cont .moreBtn a {
font-size: 13px;
}
.topCont .mainContent .topOther ul li {
width: 100%;
margin-bottom: 20px;
}
.topCont .mainContent .topOther ul li a h2 {
padding: 36px 0 0 200px;
}
/* サイド */
.topCont .side {
margin-bottom: 30px;
}
/* 施設概要 */
#overview {
padding: 30px 0;
}
.overview-cont-02 .left {
margin-bottom: 30px;
}
.overview-cont-02 .left ul {
padding-left: 14px;
font-feature-settings: "palt";
}
.overview-cont-02 .right table {
padding-left: 14px;
font-feature-settings: "palt";
display: block;
}
/* 利用料金 */
.scroll {
overflow: auto;
white-space: nowrap;
}
#price table {
display: block;
clear: both;
overflow: scroll;
margin-bottom: 0;
}
#price .usage p {
line-height: 1.8em;
}
/* アクセス */
#access .txt dl {
margin-bottom: 30px;
}
/* バナー */
#banner {
padding: 40px 0;
}
/* バナー */
#banner .flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
}
#banner .flex li {
width: 48.5%;
}
#banner .flex li:first-child, #banner .flex li:nth-child(2) {
margin-bottom: 10px;
}
}
@media screen and (max-width: 480px) {
.topKeyimages h2 img {
/* height: 600px; */
object-fit: cover;
}
}
/* =============================================================================
under 共通
========================================================================== */
/*#under a {color: #0068b7;text-decoration: underline;}
#under a:link {color: #0068b7;}
#under a:visited {color: #0068b7;}
#under a:hover {color: #00877e;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
#under a:active {color: #0068b7;}*/
#under {
padding-bottom: 60px;
}
#under .keyimages {
background: #293c4a;
height: 180px;
}
#under .keyimages h2 {
position: relative;
text-align: center;
font-weight: bold;
color: #293c4a;
padding: 64px 0;
margin-bottom: 0;
font-size: 1.8rem;
font-weight: bold;
line-height: 1em;
}
#under .keyimages h2 span {
font-size: 1rem;
display: block;
letter-spacing: 0.03em;
padding-top: 5px;
color: #fff;
text-shadow: #293c4a 1px 1px 0, #293c4a -1px -1px 0,#293c4a -1px 1px 0, #293c4a 1px -1px 0,#293c4a 0px 1px 0, #293c4a 0-1px 0,#293c4a -1px 0 0, #293c4a 1px 0 0;
}
#under h3 {
font-size: 19px;
margin-bottom: 20px;
}
#under h3 .box {
padding: 0 20px;
background: #fff;
position: relative;
z-index: 5;
}
#under .pankuzu_box {
line-height: 50px;
height: 50px;
width: 100%;
border-bottom: 2px solid #0c5081;
margin-bottom: 50px;
}
#under .pankuzu, #under .pankuzu a {
color: #0c5081;
}
#under section h2 {
font-size: 1.8rem;
border-bottom: 1px solid #8a8a8a;
padding-bottom: 10px;
margin-bottom: 50px;
}
#under section h2 img {
vertical-align: bottom;
}
@media screen and (min-width: 1031px) {
#under .keyimages {
margin-top: 105px;
}
#under .keyimages h2 {
padding: 64px 0;
color: #FFF;
text-shadow: #293c4a 1px 1px 0, #293c4a -1px -1px 0,#293c4a -1px 1px 0, #293c4a 1px -1px 0,#293c4a 0px 1px 0, #293c4a 0-1px 0,#293c4a -1px 0 0, #293c4a 1px 0 0;
}
}
@media screen and (min-width: 768px) {
#under .pankuzu {
line-height: 50px;
display: block;
width: 960px;
margin-right: auto;
margin-left: auto;
font-size: 0.9rem;
}
}
@media screen and (max-width: 1030px) {
#under .keyimages {
margin-top: 60px;
}
}
@media screen and (max-width: 767px) {
#under {
padding-bottom: 20px;
}
#under .keyimages {
height: 200px;
}
#under .keyimages h2 {
padding: 73px 0;
font-size: 1.4rem;
color: #FFF;
text-shadow: #293c4a 1px 1px 0, #293c4a -1px -1px 0,#293c4a -1px 1px 0, #293c4a 1px -1px 0,#293c4a 0px 1px 0, #293c4a 0-1px 0,#293c4a -1px 0 0, #293c4a 1px 0 0;
}
#under .keyimages h2 span.box {
font-size: 30px;
}
#under .pankuzu_box {
margin-bottom: 30px;
}
#under .pankuzu {
font-size: 13px;
line-height: 50px;
padding-left: 20px;
}
#under h3 {
font-size: 20px;
}
#under section h2 {
font-size: 18px;
}
}
/* =============================================================================

========================================================================== */
@media screen and (min-width: 768px) {
.ph_list{
width: 100%;
margin: 60px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.ph_list p{
width:48%;
}

.overview-cont-01 {
align-items: center;
width:100%;
margin: 0 auto;
margin-bottom: 60px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.overview-cont-01 .img{
width: 46%;
}

.overview-cont-01 .txt_box{
width:44%;
}

.usage_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

}
@media screen and (max-width: 767px) {
.ph_list{
width: 100%;
margin: 60px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.ph_list p{
width: 48%;
}

.overview-cont-01 {
width: 90%;
margin: 0 auto;
margin-bottom: 60px;
}

.overview-cont-01 .img{
width: 100%;
margin: 0 auto 20px;
}

.overview-cont-01 .txt_box{
width:100%;
}

.usage_box{
}

.usage_box .usage{
margin-bottom: 15px;
}

}
/* =============================================================================

========================================================================== */
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}