@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------------------------------------------------------------
  ************************************************************************************************************************************************************
  ** responsive
  ************************************************************************************************************************************************************
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
  ** tablet
----------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  .logo {
    margin-left: 20px;
  }
}
/*----------------------------------------------------------------------------
  ** sp_smartphone
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
  ******************************************************************************
  ** sp_header
  ******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  body {
    background: #eeeeee;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .wrap {
    margin: initial;
  }
  .wrap .hd_bg .hd {
    padding: 20px 10px 10px;
    position: relative;
    display: block;
    height: initial;
  }
  .wrap .hd_bg .hd_logo {
    display: flex;
    align-content: center;
    align-items: center;
    width: calc(100% - 20vw);
    margin-bottom: 30px;
    padding-left: 5px;
  }
  .wrap .hd_bg .hd_logo img {
    width: 60px;
    height: auto;
  }
  .wrap .hd_bg .hd_logo a.site_title {
    display: block;
    width: 250px;
    text-decoration: none;
    color: #000;
    padding-left: 5px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .wrap .hd_bg .hd_logo a.site_title span {
    font-size: 1.8rem;
  }
  .wrap .hd_bg .hd_bnr {
    text-align: center;
  }
  .wrap .hd_bg .hd_info {
    margin-top: 1em;
    /*.hd_btn {
        display: none;
        display: flex;
        flex-direction: column;

        &_contact {
            margin: 10px;

            & > a {
                    padding: 10px 25px;
                    font-size: 13px;
                }
            }

        &_access {
            margin: 10px;

            & > a {
                    padding: 10px 25px;
                    font-size: 13px;
                }
            }
        }*/
  }
  .wrap .hd_bg .hd_info .hd_tel {
    color: #000;
    font-family: "Kosugi", sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  .wrap .hd_bg .hd_info .hd_tel a {
    color: #000;
    font-family: "Kosugi", sans-serif;
  }
  .wrap .hd_bg .hd_info .hd_btn {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    font-family: "Kosugi", sans-serif;
  }
  .wrap .hd_bg .hd_info .hd_btn_contact {
    margin: 10px;
  }
  .wrap .hd_bg .hd_info .hd_btn_contact > a {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    background: #3188cf;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.5s ease;
  }
  .wrap .hd_bg .hd_info .hd_btn_contact > a:hover {
    opacity: 0.75;
  }
  .wrap .hd_bg .hd_info .hd_btn_contact > a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin: 0 5px 0 0;
    background: url(../images/icon_contact.png) no-repeat center center;
    background-size: contain;
  }
  .wrap .hd_bg .hd_info .hd_btn_access {
    margin: 10px;
  }
  .wrap .hd_bg .hd_info .hd_btn_access > a {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    background: #434343;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.5s ease;
  }
  .wrap .hd_bg .hd_info .hd_btn_access > a:hover {
    opacity: 0.75;
  }
  .wrap .hd_bg .hd_info .hd_btn_access > a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    margin: 0 5px 0 0;
    background: url(../images/icon_access.png) no-repeat center center;
    background-size: contain;
  }
  .wrap .hd_bg .hd_bnr_02 img {
    width: none;
  }
  .wrap .hd_bg .hd_bnr_03 img {
    width: 45%;
  }
  .clone-hd, .is-show {
    display: none;
  }
  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** global nav
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .nav_bg {
    display: block;
  }
  .nav_bg .nav {
    background: rgba(211, 211, 211, 0.97);
    color: #fff;
    height: calc(100% + 500px);
    padding-bottom: 500px;
    z-index: 1000;
    width: 100%;
    overflow-x: none;
    overflow-y: auto;
    top: 0px;
    right: -100%;
    position: fixed;
    transition: All 0.5s ease;
  }
  .nav_bg .nav_list > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 16px;
    color: #222;
    display: block;
    padding: 1em 1em 1em 1.5em;
    text-decoration: none;
    position: relative;
  }
  .nav_bg .nav_list > li > a:hover, .nav_bg .nav_list > li > a.current {
    background-color: rgba(69, 69, 69, 0.5);
  }
  .nav_bg .nav_list > li > a::after {
    content: attr(data-text);
    display: block;
  }
  .nav_bg .nav_list > li > a img {
    display: none;
  }
  .nav_bg .nav_clist > li > a {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #222222;
    display: block;
    font-size: 13px;
    padding: 1em 1em 1em 2em;
    text-decoration: none;
  }
  .nav_bg .nav_clist > li > a:hover, .nav_clist > li > .nav_bg .nav_clist > li > a.current {
    background-color: #000;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
  }
  .nav_bg .nav_glist > li > a {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #222222;
    display: block;
    font-size: 11px;
    padding: 1em 1em 1em 3em;
    text-decoration: none;
  }
  .nav_bg .nav_glist > li > a:hover, .nav_glist > li > .nav_bg .nav_glist > li > a.current {
    background-color: #000;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
  }
  .sp_nav_open {
    right: 0 !important;
  }
  .sp_nav_trigger {
    cursor: pointer;
    z-index: 1000;
    position: fixed !important;
    top: 25px;
    right: 20px;
    margin-top: -5px;
    width: 36px;
    height: 24px;
  }
  .sp_nav_trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .sp_nav_trigger span:nth-of-type(1) {
    top: 0;
  }
  .sp_nav_trigger span:nth-of-type(2) {
    top: 10px;
  }
  .sp_nav_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .sp_nav_trigger::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "MENU";
    display: block;
    width: 100%;
    padding-top: 20px;
    color: #000;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
  }
  .sp_nav_trigger .sp_active::after {
    content: "CLOSE";
    bottom: -25px;
    color: #fff;
  }
  .sp_nav_trigger .sp_active::after:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background: #fff;
  }
  .sp_nav_trigger .sp_active::after:nth-of-type(2) {
    opacity: 0;
    background: #fff;
  }
  .sp_nav_trigger .sp_active::after:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    background: #fff;
  }
  /*----------------------------------------------------------------------------
    ******************************************************************************
    ** sp_footer
    ******************************************************************************
  ----------------------------------------------------------------------------*/
  #ft {
    margin-top: auto;
    padding-top: 5px;
    text-align: center;
    color: #fff;
  }
  #ft footer {
    width: 100%;
    background: #adadad;
    margin-top: 20px;
    padding: 10px;
  }
  #ft footer p {
    text-align: center;
    color: #fff;
    line-height: 4;
    font-size: 0.8em;
    letter-spacing: 1px;
  }
  /*----------------------------------------------------------------------------
    ******************************************************************************
    ** sp_toppage
    ******************************************************************************
  ----------------------------------------------------------------------------*/
  .main_img {
    margin-top: 20px;
  }
  .main_img p {
    right: 0;
    left: 0;
    margin: auto;
    top: 10px;
    font-size: 1.2em;
    margin-left: 20px;
    writing-mode: horizontal-tb;
  }
  .content {
    margin: 30px auto 20px;
  }
  .content nav {
    display: none;
  }
  .content .about {
    width: 100%;
    margin: 0 1em 2em 1em;
  }
  .content .about h2 {
    margin-left: 15px;
  }
  .content .about p {
    padding-right: 15px;
  }
  .line {
    margin-bottom: 10px;
  }
  .news {
    flex-direction: row;
    margin: 30px 15px;
    padding: 1em 0.5em;
  }
  .news h2 {
    margin-right: 15px;
    padding-top: 15px;
    margin-left: 10px;
  }
  .news .news-list-wrap {
    height: 400px;
    margin: 0;
  }
  .news ul li {
    display: block; /* ← 縦並び */
    padding: 10px 0;
  }
  .news ul li time {
    display: block;
    margin-bottom: 3px;
    font-size: 1.1em;
    color: #666;
  }
  .news ul li span {
    display: block;
    font-weight: bold;
  }
  /*----------------------------------------------------------------------------
    ******************************************************************************
    ** sp_page-contents
    ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== Content === */
  #side {
    display: none;
  }
  #main {
    width: 100%;
    padding: 10px;
    /* ==== access === */
    /* ==== menu1 === */
    /* ==== menu3 === */
  }
  #main .facility {
    text-align: center;
  }
  #main .facility .first-stage {
    margin-left: 0;
  }
  #main .fee table {
    width: 100%;
  }
  #main .access iframe {
    width: 100%;
  }
  #main .access figure img {
    width: 100%;
  }
  #main .menu1 figure img {
    padding: 0;
  }
  #main .menu3 h4 {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  #main .menu3 .member_box {
    display: block;
    max-width: 100%;
    margin: 40px 0 60px 0;
  }
  #main .menu3 .member_img img {
    width: 100%;
    height: 100%;
  }
  #main .menu3 .member_txt {
    width: 100%;
    font-size: 15px;
    padding: 0 20px;
  }
  #main .menu3 .member_txt p {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 0;
  }
}/*# sourceMappingURL=sp.css.map */