body.html {
    color: #4D4D4D;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    line-height: 1.8;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
p,
a,
th,
td {
    font-family: 'Noto Sans JP', 'sans';
    color: #4d4d4d;
}

#header h1 {
    display: block;
    width: 159px;
    padding: 15px 0 20px;
    margin-left: 3.35%;
}

.sp-header {
    background-color: #ffffff;
    position: relative;
    z-index: 1000;
    position: fixed;
    width: 100%;
}

.header_line {
    width: 100%;
    height: 7px;
    background-color: #00b1c7;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.2) 30%, transparent 30%);
    background-size: 3px 3px;
}

.sp_only {
    display: block;
}

.pc_only {
    display: none !important;
}


/* ナビゲーション */
/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #ffffff;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: relative;
    z-index: 999;
    margin-bottom: 0px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: center;
}

#g-nav .nav_list li a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

#icon_nav .icon_list {
    padding: 0;
}

.icon_list {
    display: flex;
    background-color: #00b1c7;
    padding-top: 60px;
}

.icon_list li {
    width: 33.333%;
    border-right: 1px dotted #ffffff;
    display: block;
}

.icon_list li a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 20px;
}

#icon_nav .icon_list li a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 20px;
}

.icon_list li a img {
    max-width: 126px;
    margin-bottom: 15px;
}

.icon_list li:last-child {
    border-right: none;
}

.icon_list li:nth-child(2) a img {
    max-width: 126px;
    margin-bottom: 10px;
}

.icon_list li:last-child a img {
    max-width: 126px;
    margin-bottom: 13px;
}

.nav_list {
    width: 93.3%;
    margin: 0 auto;
    padding: 0;
}

.nav_list li a {
    color: #00b1c7;
    text-align: left;
    border-bottom: 1px solid #00b1c7;
    padding: 15px 20px 15px 20px;
}

.nav_list li a:before {
    content: '▶';
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -2px;
    line-height: 14px;
    margin-right: 8px;
    color: #54c9d7;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 3px;
    right: 10px;
    cursor: pointer;
    width: 32px;
    height: 50px;
}

/*×に変化*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    height: 1.5px;
    border-radius: 2px;
    background-color: #00b1c7;
    width: 100%;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 23px;
}

.openbtn1 span:nth-of-type(3) {
    top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 0px;
    transform: translateY(6px) rotate(-28deg);
    width: 100%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 0px;
    transform: translateY(-6px) rotate(28deg);
    width: 100%;
}

.menu {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 8px;
    color: #00b1c7;
}


.sec_title {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    text-align: center;
    padding: 45px 0 30px;
}

.sec_title small {
    display: block;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    color: #00b1c7;
}

.info_list {
    width: 93.3%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info_list li {
    width: 48.2%;
}

.info_list li:nth-child(n+3) {
    margin-top: 30px;
}

.info_list li .title {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
    padding-top: 10px;
}

.news_sec {
    margin-top: 0px;
}

.news_sec ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 93.3%;
    margin: 0px auto 0px;
}
.news_sec .mt40{
    margin-top: 40px!important;
}

.news_sec ul li a {
    transition-duration: 0.5s;
    display: flex;
    justify-content: space-between;
}

.news_sec ul li a figure {
    width: 48.2%;
}

.news_sec ul li a .single_txt {
    width: 50%;
    padding-left: 5px;
}

.news_sec ul li a:hover {
    opacity: 0.8;
}

.news_sec ul li {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00b1c7;
}

.news_sec ul li:last-child {
    width: 100%;
}

.news_sec ul li h3 {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #4d4d4d;
    margin-top: 0px;
    margin-bottom: 5px;
}

.news_sec ul li p {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    color: #4d4d4d;
}

.news_sec ul li time {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #808080;
    margin-top: 10px;
    display: block;
}

.pager {
    width: 163px;
    margin: 40px auto 65px;
}

.breadcrumb {
    width: 93.3%;
    max-width: 1000px;
    margin: 0px auto 10px;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
    position: relative;
    padding: 0;
    color: #ffffff;
}

.breadcrumb li {
    list-style: none;
    display: inline-block;
    color: #ffffff;
}

.breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

#p01 {
    background-color: #00b1c7;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.2) 30%, transparent 30%);
    background-size: 5px 5px;
    padding: 65px 0 40px;
}

#p01 h1 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

#p01 h1 small {
    font-family: 'Mr De Haviland', cursive;
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    margin-bottom: -8px;
}

#p02 {
    padding: 60px 0 25px;
}

#p02 .breadcrumb {
    color: #4d4d4d;
}

#p02 .breadcrumb li {
    color: #4d4d4d;
}

#p02 .breadcrumb a {
    color: #4d4d4d;
}

#p02 .title_container {
    width: 100%;
    border-bottom: 1px solid #666666;
    max-width: 1000px;
    margin: 25px auto 0;
    padding-bottom: 15px;
}

#p02 .title_container ul {
    width: 93.3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 auto;
}

#p02 .title_container li:first-child {
    width: 100%;
}

#p02 .title_container li time {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

#p02 .title_container li small {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

#p02 .title_container li:nth-child(2) {
    width: 100%;
}

#p02 .title_container li:last-child {
    width: 23.7%;
    display: flex;
    justify-content: flex-end;
}

#p02 .title_container li:last-child p {
    font-size: 16px;
    color: #4d4d4d;
}

#p02 .title_container li:last-child a {
    width: 26px;
    margin: 0px 5px;
}

#p02 .title_container li:last-child a:last-child {
    width: 26px;
    margin: 0px 0px 0 5px;
}

#fl01 {
    padding: 45px 0 0;
    background: repeating-linear-gradient(-45deg, rgba(207, 220, 226, 0.5), rgba(207, 220, 226, 0.5) 12px, rgba(230, 237, 240, 0.5) 12px, rgba(230, 237, 240, 0.5) 24px);
}

#fl01 .info_list {
    margin: 0 auto;
    padding-bottom: 75px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

#fl01 .info_list li {
    width: 48.2%;
}

#fl01 .info_list li:nth-child(n+3) {
    margin-top: 25px;
}

#fl01 .info_list li .title {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
    padding-top: 15px;
}

#fl01 .floor_list {
    margin: 0 auto;
    width: 93.3%;
    max-width: 1000px;
}

#fl01 .floor_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

#fl01 .floor_title::before {
    content: "●";
    color: #00b1c7;
    font-size: 20px;
    font-weight: 500;
    margin-right: 2px;
}

#footer_nav {
    width: 100%;
    display: flex;
}

#footer_nav ul {
    width: 50%;
}

#footer_nav ul:first-child {
    border-right: 1px solid #00b1c7;
}

#footer_nav ul li {
    border-top: 1px solid #00b1c7;
}

#footer_nav ul li a {
    display: block;
    padding: 15px;
    color: #00b1c7;
}

#footer_nav ul li a:before {
    content: '▶';
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -2px;
    line-height: 14px;
    margin-right: 8px;
    color: #54c9d7;
}

#footer {
    background-color: #00b1c7;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.2) 30%, transparent 30%);
    background-size: 5px 5px;
    padding: 50px 0 50px;
}

#footer .footer_container {
    width: 93.3%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer .footer_left {
    width: 100%;
}

#footer .logo {
    display: block;
    width: 188px;
    margin-bottom: 15px;
    margin: 0 auto 40px;
}


#footer .footer_left p {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: #ffffff;
    margin-bottom: 3px;
}

#footer .footer_left p:nth-child(3) {
    line-height: 1.85;
}

.indent-1 {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

#footer .footer_right {
    display: none;
}

#footer .footer_right nav {
    display: flex;
    justify-content: space-between;
}

#footer .footer_right ul {
    margin: 0;
}

#footer .footer_right li {
    margin-bottom: 20px;
}

#footer .footer_right li:last-child {
    margin: 0;
}

#footer .footer_right a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;

}

#footer .footer_right a:before {
    content: '▶';
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-right: 8px;
}

.copyright {
    padding: 15px 0;
    text-align: center;
}

.copyright p small {
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
}
