@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 960px) {


.pc-no {
    display: inline;
}

.sp-no {
    display: none;
}


.header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: visible;
    background-color: transparent;
    border-radius: unset;
    box-shadow: none;
}

.header .hdr-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header .hdr-l {
    width: 50%;
    background-color: #FFF;
    border-radius: 0 0 30px 0;
    box-shadow: 3px 3px 6px 0px rgba(66,123,159,0.3);
-webkit-box-shadow: 3px 3px 6px 0px rgba(66,123,159,0.3);
-moz-box-shadow: 3px 3px 6px 0px rgba(66,123,159,0.3);
}

.header .hdr-l .tel-area {
    display: none;
}

.header h1.page-title {
    display: none;
}

.header .hdr-logo {
    width: 100%;
    max-width: 250px;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

.header .hdr-logo a {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 5%;
    display: block;
}

.header .hdr-r {
    width: 100%;
    display: block;
}

.header .hdr-nav {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 5%;
    float: none;
    position: fixed;
    top: -100%;
/* Start off the screen */
/*top: 0px;*/
    left: 0;
    z-index: 100;
    
    overflow-y: scroll;
    background-color: #FFF;
    transition: top 0.3s all; /* Change the property to 'top' */
}

.header .hdr-r .hdr-logo {
    display: block;
    width: 50%;
    max-width: 250px;
    margin: 20px 0;
    padding: 0;
    line-height: 70%;
}
.header .hdr-r .hdr-logo a {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
}

.header ul.nav-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 100%;
    font-weight: 600;
    text-align: left;
}

.header ul.nav-list li {
    width: 100%;
    margin: 0;
}

.header ul.nav-list li:after {
    display: none;
}

.header ul.nav-list li a {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    color: #124062;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header ul.nav-list li a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url("../img/common/hdr_nav-moon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.header .hdr-r .tel-area {
    width: 100%;
    margin: 20px 0;
    display: block;
}

.header .tel-area a {
    color: #1174BC;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.header .tel-area a .hours {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 70%;
    line-height: 110%;
}
    
.header .tel-area a .hours .label {
    width: 20%;
    margin: 0 10px 0 0;
    padding: 5px 0;
    border: solid 1px #1075BC;
    border-radius: 2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90%;
    line-height: 110%;
}

.header .tel-area a .tel {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Lexend", sans-serif;
    font-size: 180%;
    font-weight: 700;
}

.header .tel-area a .tel:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("../img/common/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.header .sns {
    width: 20%;
    max-width: 30px;
    display: block;
}

.header .sns a {
    width: 100%;
    height: 100%;
    display: block;
}

/**SP NAV: BUTTONS***/

.sub-nav {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 3px 3px 6px 0px rgba(66,123,159,0.3);
-webkit-box-shadow: 3px 3px 6px 0px rgba(66,123,159,0.3);
-moz-box-shadow: 3px 3px 6px 0px rgba(66,123,159,0.3);
}
.sub-btn {
    width: 100px;
    height: 100px;
    margin: 0;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content:center;
    text-align: center;
}
.sub-btn a {
    width: 100%;
    height: 100%;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content:center;
    text-align: center;
}
.sub-btn .sb-flex {
    width: 100%;
    height: 100%;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content:center;
    text-align: center;
}
.sub-btn .sb-icon {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.sub-btn .ham-icon {
    width: 100%;
}

#menu-wrapper {
    cursor: pointer;
    z-index: 100;
}

.ham-icon {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
}

.ham-icon .sb-txt {
    margin: 20px 0 0;
    color: #1174BC;
    font-weight: 700;
    font-size: 90%;
    text-align: center;
    font-family: "Lexend", sans-serif;
}


#hamburger-menu {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}


#hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    color: black;
    background-color: #7EACE0;
    position: absolute;
    transform: rotate(0deg);
    transition: .3s all;
}

#hamburger-menu span:nth-child(1) {
    width: 60%;
    top: 0;
}
#hamburger-menu span:nth-child(2) {
    
    top: 10px;
}
/*
#hamburger-menu span:nth-child(3) {
    width: 80%;
    top: 40px;
}
*/

#hamburger-menu.open span:nth-child(1) {
    width: 80%;
    top: -5px;
    transform: translateY(10px) rotate(15deg);
}
#hamburger-menu.open span:nth-child(2) {
    width: 80%;
    top: 15px;
    transform: translateY(-10px) rotate(-15deg);
}
/*
#hamburger-menu.open span:nth-child(3) {
    width: 100%;
    transform: translateY(-10px) rotate(-135deg);
}
*/

/****/




/**MAIN**/

.page-header {
    width: 100%;
    margin: 0 0 80px;
    padding: 0;
    position: relative;
    overflow: visible;
    background-color: #1174BC;
}

.page-header .page-head-wrap {
    width: 95%;
    margin: 0;
    padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
}

.page-header h2.page-title-en {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lexend", sans-serif;
    font-size: 90%;
    font-weight: 700;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-header h2.page-title-en:after {
    content: "";
    width: 60px;
    height: 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url("../img/common/title-w.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.page-header h1.page-title {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 240%;
    line-height: 110%;
    font-weight: 700;
    color: #FFF;
}

.main {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.page {
    overflow: visible;
}

.page:before {
    content: "";
    width: 100%;
    height: 300px;
    display: block;
    background-image: url("../img/common/bk_circle.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -380px;
}

.main:after {
    content: "";
    width: 100%;
    padding-bottom: 30%;
    display: block;
    background-image: url("../img/common/bk_circle_lblue.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main .pankuzu {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
}

.main .main-wrap {
    min-height: 600px;
    padding: 0 0 250px;
}

.main .page-wrap {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 300px;
    position: relative;
    overflow: hidden;
}

h3.mds-en {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lexend", sans-serif;
    font-size: 90%;
    font-weight: 700;
    color: #1174BC;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
h3.mds-en.en-w {
    color: #FFF;
}
h3.mds-en:after {
    content: "";
    width: 60px;
    height: 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url("../img/common/title-b.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
h3.mds-en.en-w:after {
    background-image: url("../img/common/title-w.svg");
}

h2.mds-ja {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 240%;
    line-height: 110%;
    font-weight: 700;
    color: #124062;
}
h2.mds-ja.ja-w {
    color: #FFF;
}

table {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #0c5891;
    border-spacing: 2px;
    border-radius: 2px;
    font-size: 90%;
    line-height: 180%;
}
table th,
table td {
    background-color: #FFF;
    padding: 10px;
}

.main-btn {
    width: 80%;
    max-width: 500px;
    float: none;
    margin: 30px auto 0;
    border-radius: 40px;
    
    transition: all 0.3s;
    background-color: #E2F4FF;
}
.main-btn:hover {
    background-color: #1174BC;
}
.main-btn a {
    width: 85%;
    margin: 0 auto;
    padding: 10px 7.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    
    transition: all 0.3s;
    color: #1174BC;
}
.main-btn:hover a {
    color: #FFF;
}

.main-btn a:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url("../img/common/news_icon-moon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


/**お知らせ**/

ul.news-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}
ul.news-list li {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 3px #E2F4FF;
}
ul.news-list li:last-child {
    border-bottom: none;
}
ul.news-list li a {
    width: 98%;
    margin: 0 auto;
    padding: 20px 1%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    transition: all 0.3s;
    background-color: #FFF;
}
ul.news-list li a:hover {
    background-color: #E2F4FF;
}
ul.news-list li a:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url("../img/common/news_icon-moon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}
ul.news-list li .date {
    width: 15%;
    font-size: 80%;
    line-height: 110%;
    color: #7EACE0;
    margin: 0 20px 10px 0;
}
ul.news-list li .cat {
    width: 20%;
    margin: 0 0 10px 0;
    padding: 5px;
    text-align: center;
    background-color: grey;
    border-radius: 30px;
    color: #FFF;
    font-size: 70%;
    line-height: 110%;
}
ul.news-list li .cat.cat-news {
    background-color: #1174BC;
    color: #FFF;
}
ul.news-list li .cat.cat-events {
    background-color: #FAFA43;
    color: #1174BC;
}
ul.news-list li .title {
    width: 90%;
    font-size: 90%;
    color: #124062;
}



/***お知らせ詳細***/


.news-article {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.news-article .na-title {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    line-height: 210%;
    font-weight: 700;
    text-align: left;
    color: #124062;
    border-bottom: solid 3px #124062;
}

.news-article .na-date {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    color: #124062;
}

.news-article .na-content {
    width: 100%;
    margin: 0 0 150px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.news-article .back-btn {
    float: none;
    margin: 0 auto;
}



/***FOOTER***/

.pagetop {
    width: 10%;
    max-width: 60px;
    position: fixed;
    right: 1%;
/*    bottom:400px;*/
    bottom: 5%;
    z-index: 500;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    
    transition: all 0.3s;
}

.pagetop:hover {
    opacity: 0.5;
}

.sticky {
	position: fixed;
    bottom: 10px;
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;;
    background-color: #E2F4FF;
}

.footer .ftr-wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.footer .ftr-wrap .ftr-flex {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .ftr-wrap .ftr-flex .ftr-l,
.footer .ftr-wrap .ftr-flex .ftr-r {
    width: 100%;
}

.footer .ftr-wrap .ftr-flex .ftr-l {
    margin: 0 0 20px;
}

.footer .ftr-logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.footer .ftr-logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .tel-info {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .tel-info .tel {
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Lexend", sans-serif;
    font-size: 140%;
    font-weight: 700;
    color: #1174BC;
}
.footer .tel-info .tel a {
    color: #1174BC;
}

.footer .tel-info .tel:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("../img/common/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .tel-info .sns {
    width: 10%;
    max-width: 30px;
    margin: 0 0 0 20px;
    line-height: 70%;
}
.footer .tel-info .sns a {
    width: 100%;
    display: block;
}

.footer dl.ftr-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 90%;
}

.footer dl.ftr-list dt {
    width: 20%;
    margin: 0 5% 10px 0;
    background-color: #FFF;
    color: #1174BC;
    text-align: center;
    border-radius: 2px;
    font-size: 80%;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer dl.ftr-list dd {
    width: 75%;
    margin: 0 0 10px;
    color: #124062;
    font-size: 90%;
    line-height: 180%;
}

.footer .ftr-map {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer .address {
    color: #124062;
}

.footer .copyright {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #1174BC;
    font-size: 80%;
}

}