@charset "UTF-8";
/* CSS Document */


html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
	font-weight: 500;
    line-height: 210%;
    font-family: "Zen Maru Gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica", Arial, "メイリオ", Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #000000;
	text-align: left;
}

wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

a {
    color: #FF5F8A;    
    text-decoration: underline;
}

.pc-no {
    display: none;
}

.sp-no {
    display: inline;
}

.fade {
	opacity: 1.0;
	transition: all 0.3s;
}

.fade:hover {
    opacity: 0.5;
}

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

.header .hdr-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.header .hdr-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hdr-l {
    width: 30%;
}

.header .hdr-l .hdr-logo {
    width: 100%;
}

.header .hdr-l .hdr-logo a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}

.header .hdr-l .hdr-logo a:hover {
    opacity: 0.5;
}


.header .hdr-r {
    width: 70%;
}

.header .hdr-r {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 2%;
}

.header .hdr-r .sns-icon {
    width: 10%;
    max-width:30px;
    line-height: 70%;
}

.header .hdr-r  .tel-btn {
    width: 40%;
    max-width: 200px;
    background-color: #0D1167;
    border-radius: 30px;
}
.header .hdr-r .tel-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}

.header .hdr-r .tel-btn a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url("../img/common/hdr_icon-tel.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.header .hdr-btm {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.header ul.nav-list {
    width: 70%;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.header ul.nav-list li {
    width: 20%;
    text-align: center;
    font-weight: 600;
    line-height: 110%;
    color: #0D1167;
}

.header ul.nav-list li.jyunbi:after {
    content: "ー準備中ー";
    width:80px;
    height: 20px;
    display: block;
    margin: 10px auto 0;
    background-color: #E5E6FF;
    color: #000000;
    font-size: 70%;
    text-align: center;
}

.header ul.nav-list li a {
    display: block;
    color: #0D1167;
    text-decoration: none;
    
    transition: all 0.3s;
}

.header ul.nav-list li a:hover {
    color: #FF366C;
}

.header ul.nav-list li a:after {
    content: "";
    width: 100px;
    height: 10px;
    display: block;
    background-image: url("../img/common/hdr_nav-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto 0;
    
    transition: all 0.3s;
    opacity: 0;
}

.header ul.nav-list li a:hover:after {
    
    opacity: 1.0;
}

@media screen and (min-width: 961px) and (max-width: 1150px) {

.header ul.nav-list {
    width: 100%;
    float: none;
}

}

/****MAIN****/

.main {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 800px;
}

.contact {
    display: none;
}

.page-hd {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.page-hd:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #0D1167;
    border-radius: 10px;
}

.page-hd h1.page-title {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
}

.pankuzu {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 70%;
    color: #888888;
}

.pankuzu a {
    color: #888888;
    text-decoration: underline;
}

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

section.page-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.page-sec .sec-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

h2.page-mds {

    width: 90%;
    margin: 0 auto 10px;
    padding: 20px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #F8F9FF;
    border-radius: 5px;
    
}



/****FOOTER****/

.pagetop {
    width: 5%;
    max-width: 60px;
    position: fixed;
    right: 1%;
/*    bottom:400px;*/
    bottom: 26%;
    z-index: 10;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    
    transition: all 0.3s;
    
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(1,6,152,0.35);
-webkit-box-shadow: 0px 0px 20px 0px rgba(1,6,152,0.35);
-moz-box-shadow: 0px 0px 20px 0px rgba(1,6,152,0.35);
}

.pagetop:hover {
    opacity: 0.5;
}

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


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

.footer .ftr-main {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #EFEFFF;
}

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

.ftr-wrap .ftr-l {
    width: 50%;
}

.ftr-wrap .ftr-l .ftr-logo {
    width: 90%;
    max-width: 350px;
    margin: 0 0 10px;
}

.ftr-wrap .ftr-l .ftr-info {
    width: 100%;
    font-size: 90%;
    line-height: 180%;
    color: #343434;
} 

.ftr-wrap .ftr-r {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ftr-wrap .ftr-r .sns-icon {
    width: 20%;
    max-width: 40px;
}


.copyright {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    text-align: right;
    color: #0D1167;
    font-size: 80%;
}

/****NEWS****/


ul.news-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

.page ul.news-list {
    max-width: 1100px;
    margin: 0 auto;
}

ul.news-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: dotted 2px #BABABA;
}

ul.news-list li a {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    color: #343434;
    transition: all 0.3s;
}

ul.news-list li a:hover {
    opacity: 0.5;
}

.page ul.news-list li a {
    justify-content: flex-start;
}

ul.news-list li .date {
    width: 15%;
    color: #5D5D5D;
    font-size: 90%;
    line-height: 180%;
}

.page ul.news-list li .date {
    width: 10%;
    margin: 0 10px 0 0;
}

ul.news-list li .cat {
    width: 20%;
    padding: 5px 0;
    background-color: #EBECFF;
    text-align: center;
    border-radius: 5px;
    font-size: 80%;
    line-height: 180%;
}
ul.news-list li .cat.cat-ippan { background-color: #FDEBF1; }
ul.news-list li .cat.cat-event { background-color: #D2F5FA; }

.page ul.news-list li .cat {    
    width: 10%;
    margin: 0 20px 0 0;
}

ul.news-list li .title {
    width: 60%;
    line-height: 180%;
}


.btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: solid 2px #0D1167;
    border-radius: 50px;
    
    transition: all 0.3s;
    background-color: #FFF;
}

.btn:hover {
    background-color: #0D1167;
}

.btn a {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    
    transition: all 0.3s;
    color: #0D1167;
}

.btn:hover a {
    width: 88%;
    padding: 10px 6%;
    color: #FFF;
}

.btn a:after {
    content: "";
    width: 15px;
    height: 10px;
    display: inline-block;    
    background-size: contain;
    background-repeat: no-repeat;
    
    transition: all 0.3s;
    background-image: url("../img/common/icon_arr-r.svg");

}

.btn:hover a:after {
    background-image: url("../img/common/icon_arr-r_w.svg");
}
