@charset "UTF-8";
/*@media screen and (max-width: 640px) {*/
@media screen and (max-width: 767px) {
  /* -----------------------------------------------------------------------
## smartphone common #####################################################
----------------------------------------------------------------------- */
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  .sp.inline {
    display: inline;
  }
  .sp.block {
    display: block;
  }
  /* -----------------------------------------------------------------------
## smartphone header #####################################################
----------------------------------------------------------------------- */
  body {
    padding-top: 44px;
  }
  /* ################# show/hidden ################# */
  .gNavi {
    display: none;
  }
  .siteHeader ,
  .pcHeader {
    display: none;
    min-width: 0;
  }
  /* ################# header ################# */
  .spHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 44px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .spHeader_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    height: 32px;
    padding: 6px;
  }
  .spHeader_title img {
    width: auto;
    height: 100%;
  }
  .spHeader_access {
    position: absolute;
    top: 5px;
    right: 19%;
  }
  .spHeader_access a {
    display: block;
    padding: 10px;
    background: #F6E7E7;
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
  }
  .spHeader_drawer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    width: 17%;
    line-height: 1;
    text-align: center;
    background: #b10049;
    color: #fff;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s ease;
            transition: transform 0.6s ease;
  }
  .spHeader_drawer a {
    display: block;
    height: 40px;
    padding: 2px 5px;
    color: #fff;
    text-decoration: none;
  }
  .spHeader_drawer .fa {
    font-size: 24px;
  }
  .spHeader_drawer span {
    font-size: 10px;
  }
  .spHeader_menu {
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    border-top: 1px solid #eee;
    background: #fff;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.6s ease;
            transition: transform 0.6s ease;
  }
  .spHeader_menuList {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .spHeader_menuList li:last-child a {
    border-bottom: none;
  }
  .spHeader_menuList a {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
  }
  .spHeader_menuList a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    display: block;
    margin: auto;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 10px;
  }
  .spHeader_closeBtn {
    padding: 0 10px;
  }
  .spHeader_closeBtn a {
    display: block;
    padding: 12px;
    text-align: center;
    border-radius: 3px;
    background: #F6E7E7;
  }
  .spHeader_closeBtn .fa {
    color: #B10049;
  }
  .open .spHeader_menu {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  /* -----------------------------------------------------------------------
## smartphone footer #####################################################
----------------------------------------------------------------------- */
  /* ################# init ################# */
  .siteFooter {
    min-width: 0;
    width: 100%;
  }
  .siteFooter .pict01,
  .siteFooter .pict02,
  .siteFooter .pict03 {
    display: none;
  }
  .siteFooter .sitemap {
    width: auto;
    padding: 0;
  }
  .siteFooter .sitemap:before {
    display: block;
    padding: 6px;
    background: #B10049;
    text-align: center;
    content: "メニュー";
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .siteFooter .sitemap_heading {
    position: relative;
    margin: 0;
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
  }
  .siteFooter .sitemap_heading:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    content: "+";
    text-align: center;
    font-family: FontAwesome;
    font-size: 20px;
  }
  .siteFooter .sitemap_heading.open:after {
    content: "-";
    font-family: FontAwesome;
    font-size: 20px;
  }
  .siteFooter .sitemap_heading:hover {
    cursor: pointer;
  }
  .siteFooter .sitemap_heading br {
    display: none;
  }
  .siteFooter .sitemap_contents {
    width: auto;
    float: none;
    padding: 0;
  }
  .siteFooter .sitemap_contents dd.mb20 {
    margin-bottom: 0 !important;
  }
  .siteFooter .sitemap_contents dd {
    display: none;
  }
  .siteFooter .sitemap_contents dd ul {
    border-bottom: 1px solid #ccc;
  }
  .siteFooter .sitemap_contents dd li {
    border-bottom: 1px dotted #ccc;
    background: #F6E7E7;
    font-size: 14px;
  }
  .siteFooter .sitemap_contents dd li a {
    position: relative;
    display: block;
    padding: 12px 10px;
  }
  .siteFooter .sitemap_contents dd li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 10px;
  }
  .siteFooter .sitemap_contents dd li:last-child {
    border-bottom: none;
  }
  .siteFooter .sitemap_contents.sitemap_etc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  .siteFooter .sitemap_contents.sitemap_etc li {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
  }
  .siteFooter .sitemap_contents.sitemap_etc li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
  }
  .siteFooter .sitemap_contents.sitemap_etc li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 10px;
  }
  .siteFooter .sitemap_contents.sitemap_etc li:nth-child(odd) {
    border-left: none;
  }
  .siteFooter .sitemap_contents.sitemap_etc .col1 {
    width: 100%;
  }
  .siteFooter .copyright_inner {
    width: auto;
    padding: 15px 0 70px 0;
    text-align: center;
  }
  .siteFooter .copyright .pagetop {
    top: auto;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    padding: 0 10px;
  }
  .siteFooter .copyright .pagetop a {
    position: relative;
    display: block;
    height: 40px;
    border: 2px solid #666;
    border-radius: 3px;
  }
  .siteFooter .copyright .pagetop a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: auto;
    content: "\f106";
    font-family: FontAwesome;
    color: #666;
    font-size: 30px;
  }
  .siteFooter .copyright img {
    display: none;
  }
  .siteFooter_inner {
    background: none;
  }
  .bg01 {
    min-width: 0;
    width: 100%;
    background-position: center top;
    background-size: 140%;
  }
  .bg02 {
    display: none;
  }
  .bg03 {
    width: 100%;
    height: 180px;
    background: transparent url(/wp-content/themes/konan_child/img/bg/bg02.jpg) no-repeat center top;
    background-size: cover;
  }
  /* -----------------------------------------------------------------------
## smartphone contents ###################################################
----------------------------------------------------------------------- */
  .container_inner {
    width: auto;
  }
  .mainContents {
    width: auto;
    float: none;
  }
  .lower .contentsInner {
    margin-top: 0;
    padding: 0;
    box-shadow: none;
  }
  .lower .contentsInner .lead {
    font-size: 1.5em;
  }
  .lower .contentsInner .pagetop {
    display: none;
  }
  .lower .pageTitle {
    margin: 0 0 20px;
    padding: 16px 30px 16px 45px;
    background: url(/wp-content/themes/konan_child/img/pict/pict06.png) no-repeat 10px center;
  }
  .lower .heading {
    padding-right: 11px;
  }
  .lower .block {
    padding-left: 0;
  }
  .lower .contentsInner .pict {
    top: -35px;
    right: 10px;
  }
  .lower .contentsInner .pict img {
    width: 30px;
  }
  /* ################# top page ################# */
  .infoNavi .pict {
    display: none;
  }
  .mainContents .schoolName {
    padding: 48px 10% 5px;
  }
  .mainContents .schoolName img {
    width: 100%;
    height: auto;
  }
  .mainContents .relation {
    display: none;
  }
  .infomation {
		clear: both;
    position: relative;
    padding: 0;
    box-shadow: none;
  }
  .infomation h3 {
    position: relative;
    background: #F3EFE3;
    color: #b10049;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #ccc;
    font-size: 16px;
  }
  .infomation h3 span {
    display: block;
    padding: 5px 0;
    border: 2px solid #fff;
  }
  .infomation h3 span:before {
    position: absolute;
    top: -18px;
    left: 20px;
    width: 25px;
    height: 39px;
    content: "";
    background: url(/wp/wp-content/themes/konan_child/img/pict/pict04_sp.png) no-repeat left top;
    background-size: cover;
  }
  .infomation h3 span:after {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 31px;
    height: 43px;
    content: "";
    background: url(/wp/wp-content/themes/konan_child/img/pict/pict02_sp.png) no-repeat left top;
    background-size: cover;
  }
  .infomation h3:before {
    position: absolute;
    top: -8px;
    left: 20%;
    content: "";
    background: url(/wp/wp-content/themes/konan_child/img/pict/pict06_sp.png) no-repeat left top;
    background-size: cover;
    width: 25px;
    height: 37px;
  }
  .infoNavi {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .infoNavi li {
    display: table;
    float: none;
    width: 20%;
    height: 44px;
    padding: 0;
    box-sizing: border-box;
  }
  .infoNavi li:first-child {
    margin-top: 0;
  }
  .infoNavi a {
    display: table-cell;
    height: 100%;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
    vertical-align: middle;
  }
  .infoNavi .infoNavi_all {
    border-right: 1px solid #999;
  }
  .infoNavi .infoNavi_exam {
    border-right: 1px solid #999;
  }
  .infoNavi .infoNavi_schoollife {
    border-right: 1px solid #999;
  }
  .infoNavi .infoNavi_student {
    border-right: 1px solid #999;
  }
  .infoNavi .on {
    border: none;
  }
  .infoNavi .infoNavi_list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
  }
  .infoNavi .infoNavi_list a {
    border-radius: 3px;
    background-image: none;
    line-height: 1;
  }
  .infoNavi .infoNavi_list a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-indent: 4em;
    margin: auto;
    content: "\f04b";
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
  }
  .infoList {
    padding: 0 10px 50px;
  }
  .infoList dl dt {
    padding-right: 0;
    padding-left: 0;
  }
  .infoList dt:nth-of-type(5) ~ dt {
    display: none;
  }
  .infoList dd {
    padding-left: 72px;
  }
  .infoList dd:nth-of-type(5) ~ dd {
    display: none;
  }
  .infoList dd:first-of-type {
    border-top: none;
  }
  .infoList a {
    display: block;
    padding-left: 12px;
  }
  #top .infoList a {
    clear: both;
  }
  /* 学校説明会･入試情報 */
  .examBox {
    margin-bottom: 20px;
  }
  .examBox.sp {
    display: block;
    padding: 10px;
  }
  .examBox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
  }
  .examBox li {
    width: 50%;
    margin-left: 10px;
    background: #F6E7E7;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }
  .examBox li img {
    width: 100%;
  }
  .examBox li .fa {
    line-height: 20px;
    font-size: 10px;
    color: #B10049;
  }
	 .examBox .bnr {
		 margin-bottom: 15px;
		 box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
	 }
  /* 在校生･保護者の方へ */
  .studentBox {
    display: block;
  }
  .studentBox dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: #fff;
    margin-bottom: 16px;
  }
  .studentBox_title {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #B10049;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .studentBox_title a {
    display: block;
    color: #fff;
    padding: 6px;
  }
  .studentBox dd {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .studentBox dd:nth-child(odd) {
    border-right: none;
  }
  .studentBox dd a {
    position: relative;
    display: block;
    padding: 12px 10px;
  }
  .studentBox a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 10px;
  }
  .breadcrumb {
    background: #eee;
    padding-top: 0;
  }
  .breadcrumb a {
    margin-right: 0;
    display: block;
    max-width: 96px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 10px;
    border-right: 1px solid #fff;
  }
  .breadcrumb li {
    margin-right: 0;
  }
  .breadcrumb .gt {
    display: none;
  }
  .breadcrumb span {
    display: block;
    max-width: 96px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 10px;
    background: #b10049;
    color: #fff;
  }
  /* ################# category_top ################# */
  #categoryTop section.information {
    margin-bottom: 0;
  }
  #categoryTop .infoList {
    padding-bottom: 30px;
  }
  #categoryTop .contentsList_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    border-top: 1px solid #ccc;
  }
  #categoryTop .contentsList_item {
    box-sizing: border-box;
    margin: 0;
    width: 50%;
    border-radius: 0;
    overflow: hidden;
    border: none;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #categoryTop .contentsList_item:nth-child(odd) {
    border-left: none;
  }
  #categoryTop .contentsList_img img {
    width: 100%;
    height: auto;
  }
  /* ################# 学校説明会 ################# */
  #brefing .txtImgBox {
    padding-bottom: 30px;
  }
  #brefing .txtImgBox .txt {
    width: auto;
    float: none;
    padding-right: 10px;
  }
  #brefing .txtImgBox .img {
    width: auto;
    float: none;
    text-align: center;
  }
  #brefing .briefingBox .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  #brefing .briefingBox .date dt {
    float: none;
    width: 25%;
    border-bottom: 1px solid #ccc;
  }
  #brefing .briefingBox .date dd {
    padding-left: 5px;
    width: 70%;
  }
  #brefing .briefingBox .date dd:last-child {
    border-bottom: 1px solid #ccc;
  }
  #brefing .briefingBox .date .line02 {
    padding: 1em 0;
  }
  #brefing .program0103,
  #brefing .program02 {
    width: 100%;
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  #brefing .program0103 {
    margin-bottom: 15px;
  }
  #brefing .parents .end {
    width: auto;
  }
  #brefing .event .eventBox_visual {
    padding: 0 10px;
  }
  #brefing .event .eventBox_visual img {
    width: 100%;
  }
  #brefing .event .eventBox_btn {
    right: 10px;
  }
  #brefing .event .imgTxtBox {
    box-sizing: border-box;
    padding-right: 10px;
  }
  #brefing .event .imgTxtBox .img {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  #brefing .event .imgTxtBox .img img {
    width: 100%;
  }
  #brefing .event .imgTxtBox .txt {
    width: 100%;
  }
  #brefing .test table {
    width: 100%;
  }
  #brefing .test table:nth-of-type(1) {
    display: block;
    border: none;
  }
  #brefing .test table:nth-of-type(1) thead {
    display: none;
  }
  #brefing .test table:nth-of-type(1) tbody {
    display: block;
    padding: 0 10px;
  }
  #brefing .test table:nth-of-type(1) tr {
    display: block;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
  }
  #brefing .test table:nth-of-type(1) td {
    position: relative;
    display: block;
    padding-left: 85px;
    border-left: 1px solid #ccc;
  }
  #brefing .test table:nth-of-type(1) td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    box-sizing: border-box;
    display: block;
    content: "あ";
    padding: 5px;
    border-right: 1px solid #ccc;
    background: #FFEEEE;
    font-weight: bold;
    text-align: center;
  }
  #brefing .test table:nth-of-type(1) td:nth-child(1):before {
    content: "説明会名";
  }
  #brefing .test table:nth-of-type(1) td:nth-child(2):before {
    content: "開催日";
  }
  #brefing .test table:nth-of-type(1) td:nth-child(3):before {
    content: "時間";
  }
  #brefing .test table:nth-of-type(1) td:nth-child(4):before {
    content: "主催";
  }
  #brefing .test table:nth-of-type(1) td:nth-child(5):before {
    content: "場所";
  }
  #brefing .test table:nth-of-type(1) .line02:before {
    padding: 1em 5px;
  }
  #brefing .test table:nth-of-type(2) {
    display: block;
    border: none;
  }
  #brefing .test table:nth-of-type(2) thead {
    display: none;
  }
  #brefing .test table:nth-of-type(2) tbody {
    display: block;
    padding: 0 10px;
  }
  #brefing .test table:nth-of-type(2) tr {
    display: block;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
  }
  #brefing .test table:nth-of-type(2) td {
    position: relative;
    display: block;
    padding-left: 85px;
    border-left: 1px solid #ccc;
  }
  #brefing .test table:nth-of-type(2) td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    box-sizing: border-box;
    display: block;
    content: "あ";
    padding: 5px;
    border-right: 1px solid #ccc;
    background: #FFEEEE;
    font-weight: bold;
    text-align: center;
  }
  #brefing .test table:nth-of-type(2) td:nth-child(1):before {
    content: "模試名";
  }
  #brefing .test table:nth-of-type(2) td:nth-child(2):before {
    content: "試験日";
  }
  #brefing .test table:nth-of-type(2) td:nth-child(3):before {
    content: "主催";
  }
  #brefing .test table:nth-of-type(2) .line02:before {
    padding: 1em 5px;
  }
  /* ################# 事務室より ################# */
  #student .forStudents .issue {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #student .forStudents .issue table {
    width: 100%;
  }
  #student .forStudents .issue th,
  #student .forStudents .issue td {
    padding: 5px;
    text-align: center;
  }
  #student .forStudents .issue td:last-child {
    text-align: left;
  }
  #student .flow .button a {
    width: 100%;
    box-sizing: border-box;
  }
  /* ################# 保健室より ################# */
  #nurse .mainContents .block {
    padding: 0 10px;
  }
  #nurse .tableWrapper {
    padding: 0 10px;
  }
  #nurse .table_02 {
    width: 100%;
  }
  /* ################# 育友会 ################# */
  #ikuyukai .terms {
    padding: 0 10px;
  }
  /* ################# 休校について ################# */
  #student .detailBox {
    padding-right: 10px;
  }
  /* ################# アクセス ################# */
  #access .map img {
    width: 100%;
    height: auto;
  }
  #access .gMap {
    width: 90%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto 15px;
    padding-top: 63.5%;
  }
  #access .trafic {
    padding: 0 10px;
  }
  #access .trafic > p {
    width: 100%;
    height: 293px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: right;
  }
  #access .trafic .caption {
    position: static;
  }
}

/* add vista */
@media screen and (max-width: 767px) {

/* -----------------------------------------------------------------------
## smartphone edit #####################################################
----------------------------------------------------------------------- */
/*----------------------------------
common
----------------------------------*/
.spHeader_access {
    right: 75px;
}
.contentsInner img {
	max-width: 100%;
	height: auto;
}
p ,
.lower .block {
	line-height: 1.6;
}
/* category
----------------------------------*/
#categoryTop .contentsList_wrapper {
	justify-content: flex-start;
}
#categoryTop .contentsList_item:nth-last-child(odd):last-child {
	border-right: 1px solid #ccc;
}
#categoryTop.lower .contentsInner {
	padding:0;
}
#categoryTop.lower .pageTitle {
	margin: 5px 15px 20px;
}
.lower .pageTitle {
	font-size: 18px;
}

/*information*/
#categoryTop section.information {
    padding: 0 15px;
}
#categoryTop section section.information a.readmore {
    right: 15px;
}


/* page
----------------------------------*/
.lower .contentsInner {
	padding: 5px 15px;
}

.lead {
	font-size: 18px !important;
	font-weight: bold;
}



/*----------------------------------
page
----------------------------------*/

/*----------------------------------
学校概要
----------------------------------*/
/* 教育理念：contents/outline/index.html
--------------------------------*/
#outline_index .imgTxtBox .txt {
	width: 100%;
}
#outline_index .imgTxtBox .img.tar {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#outline_index .imgTxtBox .img.tar img {
	float: none;
	width: 48%;
}

/* 学校長メッセージ：contents/outline/messege.html
--------------------------------*/
#messege .imgTxtBox .img {
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
#messege .imgTxtBox .txt {
    float: none;
    width: 100%;
}
/* 沿革：contents/outline/outline.html
--------------------------------*/
#outline .imgTxtBox .txt {
    float: none;
    width: 100%;
}
#outline .imgTxtBox02 .txt02 {
    float: none;
    width: 100%;
}
#outline .table_01 {
    width: 100%;
    border-collapse: collapse;
}

#outline .table_01 th {
    width: 35%;
}
#outline .imgTxtBox02 .img02 {
    text-align: center;
    float: none;
    width: auto;
    margin: 0 auto 30px;
}
/* 校歌（第一、第二）：contents/outline/song.html
--------------------------------*/
#song .imgTxtBox .img {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
#song .imgTxtBox .txt {
    float: none;
    width: 100%;
}
#song .lyrics .songL {
    float: none;
    height: 100%;
}
#song .lyrics > div {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

/* 聖座：contents/outline/seiza.html */
#seiza .imgTxtBox .img {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#seiza .imgTxtBox .txt {
    float: none;
    width: 100%;
}
#seiza .imgTxtBox .txt02 {
    float: none;
    width: 100%;
}
/* アクセス：contents/access/index.html
--------------------------------*/
#access .gMap {
    width: 100%;
}
#access .trafic {
    padding: 0;
}
#access .contentsInner img {
    max-width: 700px;
}

/* 目標設定および学校評価書：contents/outline/school_evaluation.html
--------------------------------*/
#outline .table_03 {
    overflow-x: scroll;
    display: block;
    -webkit-overflow-scrolling: touch;
}
#outline .table_03:nth-of-type(1) tbody {
    width: 700px;
  display:table;
}

/*----------------------------------
カリキュラム
----------------------------------*/

.page-id-1282 .breadcrumb li:nth-child(2) {
	padding: 15px;
	background-color: #B10049;
	color: #FFF;
}

/* 甲南女子の育み：contents/concept/index.html
--------------------------------*/
#concept .conceptRow .txt ,
#concept .conceptRow .txt:last-child {
    width: 100%;
    float: none;
}

/* 学びのシステム：contents/curriculum/system.html
--------------------------------*/
#system .course .sAdvansed {
    float: none;
    width: 100%;
    margin-left: 0;
    height: auto;
    box-sizing: border-box;
	margin-bottom: 20px;
}
#system .course .standard {
    float: none;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}
#system .phase_base ,
#system .phase_enh ,
#system .phase_dev  {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
#system .phase_base  > .classBox.sAd ,
#system .phase_base  > .classBox.std ,
#system .phase_enh   > .classBox.std ,
#system .phase_enh   > .classBox.std ,
#system .phase_dev    > .classBox.std ,
#system .phase_dev    > .classBox.std {
    width: calc((100% - 12%) / 3);
	margin: 60px 2% 0;
	box-sizing: border-box;
}
#system .phase_base  > .classBox.sAd  ,
#system .phase_enh   > .classBox.sAd  ,
#system .phase_dev    > .classBox.sAd  {
	margin: 40px 3% 0;
}
#system .phase_title {
    width: 100%;
}
#system .phase_base p:nth-child(2):before ,
#system .phase_enh  p:nth-child(2):before ,
#system .phase_dev   p:nth-child(2):before {
	content: "Sアドバンストコース（２クラス）";
    width: 98%;
    display: block;
    position: absolute;
    top: 90px;
    left: 2%;
    padding: 5px;
    box-sizing: border-box;
    background-color: #B50046;
	color: #FFF;
}
#system .phase_base p:nth-child(4):before ,
#system .phase_enh  p:nth-child(4):before ,
#system .phase_dev   p:nth-child(4):before {
	content: "スタンダードコース（３クラス）";
    width: 98%;
    display: block;
    position: absolute;
    top: 200px;
    left: 2%;
    padding: 5px;
    box-sizing: border-box;
    background-color: #C95C72;
	color: #FFF;
}
#system .phase_dev   p:nth-child(4):before {
    top: 220px;
}
#system .phase_dev .classBox.sAd ,
#system .phase_dev .classBox.std {
	height: auto;
}
#system .phase .arrow-sAd {
    left: 50%;
    margin-left: -25px;
}
#system .phase .arrow-std {
	display: none;
}
/* 基礎期（中学1年 → 中学2年）：contents/curriculum/base.html
--------------------------------*/
/* 充実期（中学3年 → 高校1年）：contents/curriculum/enhancement.html
--------------------------------*/
/* 発展期（高校2年 → 高校3年）：contents/curriculum/development.html
--------------------------------*/
#base .txtImgBox .txt ,
#enhancement .txtImgBox .txt ,
#development .txtImgBox .txt {
    width: 100%;
    float: none;
}
#base .txtImgBox .img ,
#enhancement .txtImgBox .img ,
#development .txtImgBox .img {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
}

/* Sアドバンストコース：contents/curriculum/sad.html
--------------------------------*/
/* スタンダードコース：contents/curriculum/standard.html
--------------------------------*/
#sad .sAdvansCourse .txt ,
#standard .standardCourse .txt {
	display: flex;
	justify-content: space-between;
}
#sad .sAdvansCourse .txt > div  ,
#standard .standardCourse .txt > div  {
	width: 32%;
}
#sad .title02 ,
#standard .title02 {
    padding: 2px 0;
    font-size: 14px;
	margin-bottom: 5px;
}
#sad .modal_op ,
#standard .modal_op {
	overflow-x: scroll;
	width: 100%;
}
#sad .modal_op > p ,
#standard .modal_op > p {
	width: 1000px;
}
#sad .modal_op > p img ,
#standard .modal_op > p img {
	width: 100%;
}

/* 外国語教育・国際教育：contents/curriculum/language.html
--------------------------------*/
#language .overview .imgTxtBox .img {
    float: none;
    width: 100%;
	margin-bottom: 20px;
}
#language .overview .imgTxtBox .txt {
    float: none;
    width: 100%;
}
#language .edu_lang .lead ,
#language .edu_global .lead {
	font-size: 16px !important;
}
#language .edu_global .imgTxtBox .img {
    width: 20%;
}
#language .edu_global .imgTxtBox .img img {
    width: 100%;
	height: auto;
}
#language .edu_global .imgTxtBox .txt {
    width: 75%;
}

/* 甲南女子が考えるICT活用：contents/curriculum/it.html
--------------------------------*/
#it .overview .imgTxtBox .img ,
#it .rooms .imgTxtBox .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
	text-align: center;
}
#it .overview .imgTxtBox .txt ,
#it .rooms .imgTxtBox .txt {
    float: none;
    width: 100%;
}

/* 総合学習・総合探究：curriculum/index.html
--------------------------------*/
#curriculum .overview .imgTxtBox .txt {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
#curriculum .overview .imgTxtBox .img {
    float: none;
    width: 100%;
	text-align: center;
}
#curriculum .approach .overview {
	overflow-x: scroll;
	width: 100%;
}
#curriculum .approach .overview img {
    max-width: 600px;
    height: auto;
}
#curriculum .approach .txtImgBox {
    padding-left: 0;
}
#curriculum .approach .presenBox .presenBox_st dd.presenBox_p_img {
    width: 50%;
}
#curriculum .approach .presenBox .presenBox_st dt.st_thema,
#curriculum .approach .presenBox .presenBox_st dd.es_name {
    width: 45%;
    float: left;
    margin-left: 5%;
}
#curriculum .approach .presenBox .presen_MBox p.presen_MBox_img {
    float: none;
    width: 100%;
}
#curriculum .approach .presenBox .presen_MBox .presen_MBox_innner {
    float: none;
    width: 100%;
    margin-left: 0;
}

/* 進路指導：contents/curriculum/support.html
--------------------------------*/
#support .terms .imgTxtBox {
    padding-left: 0;
}
#support .terms .imgTxtBox .img {
    float: left;
    width: 45%;
}
#support .terms .imgTxtBox .txt {
    float: right;
    width: 50%;
}
#support .noticeChance .txtImgBox .img {
    width: 45%;
}
#support .noticeChance .txtImgBox .txt {
    float: left;
    width: 50%;
}
#support .noticeChance .txtImgBox h5 ,
#support .noticeChance > .txt h5 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}

/* 合格実績：contents/curriculum/results.html
--------------------------------*/
#results .cell-left {
    float: none;
	overflow-x: scroll;
}
#results .cell-right {
    float: none;
	text-align: center;
	margin-top: 40px;
}

/* 併設大学紹介：contents/curriculum/hugeness.html
--------------------------------*/
#hugeness .txtImgBox .txt {
    float: none;
}
#hugeness .logo {
	width: 90%;
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}
#hugeness .txtImgBox .img {
    float: none;
    text-align: center;
}
#hugeness .btn a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
}
#hugeness .department .imgTxtBox .img {
    width: 20%;
    margin-right: 5%;
}
#hugeness .department .imgTxtBox .img img {
    width: 100%;
	height: auto;
}
#hugeness .department .imgTxtBox .txt {
    float: left;
    width: 75%;
    box-sizing: border-box;
}

/*----------------------------------
スクールライフ
----------------------------------*/
/* 施設/設備：contents/schoollife/facilities.html
--------------------------------*/
#facilities .imgTxtBox .txt {
    width: 100%;
	float: none;
}
#facilities .imgTxtBox .txt {
    width: 100%;
}
#facilities .imgTxtBox .img {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom:20px;
}
#facilities .outline figcaption {
    font-size: 16px;
}
#facilities .facilities .floormap a {
    width: 100%;
    padding: 10px 5px;
	box-sizing: border-box;
}

#facilities .facilities .rooms {
    margin-left: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#facilities .facilities .rooms li {
    width: 48%;
    float: none;
    margin: 0 0 20px 0;
}
#facilities .facilities .court .img {
	width: 100%;
}

#facilities .checkpoint_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#facilities .facilities .checkpoint_img li{
	width: 48%;
	float: none;
	margin: 0 0 20px;
}

/* 図書館：schoollife/library.html
--------------------------------*/
#library .pageTitle .button {
   position: relative;
   top: 0;
   right: 0;
    font-size: 12px;
    width: 100%;
    display: block;
	padding: 5px 0 0;
	box-sizing: border-box;
}
#library .button a {
    display: block;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
}
#library .imgTxtBox .img {
    float: none;
    width: 100%;
    text-align: center;
}
#library .table_02 {
    width: 100%;
}
#club .clubList li {
    width: 48%;
}
#club .sitemaps ul {
    padding-left: 10px;
}
#club .sitemaps li {
	margin-bottom: 0;
	display: block;
	width: 100%;
}
#club .sitemaps li a {
	padding: 10px 0 ;
	display: block;
}

/* 生徒居住地一覧：contents/schoollife/school.html
--------------------------------*/
#school .distributionMap figure {
	margin: 0;
}

/* 私たちの約束：contents/schoollife/guidance.html
--------------------------------*/
#guidance .outline {
    text-indent: -1.2em;
    margin: 0 0 10px 0;
    padding: 0 0 5px 1.3em;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #b10049;
}
#guidance .guideList {
    margin-left: 0;
}

/* クローバー会：cloverkai/index.html
--------------------------------*/
#cloverkai .overview .imgTxtBox .img {
    float: none;
    width: 100%;
    text-align: center;
}
#cloverkai .overview .imgTxtBox .txt {
    float: none;
    width: 100%;
    margin-top: 20px;
}
#cloverkai .flag {
    float: none;
    width: auto;
    text-align: center;
    margin: 0 auto 10px;
    display: block;
}
#cloverkai .detailTable {
	width: 100%;
}

/*----------------------------------
入試情報
----------------------------------*/
/* 募集要項（2021年度入試）：contents/exam/applicants.html
--------------------------------*/
#applicants .pageTitle .button {
    position: relative;
    top: 0;
    right: 0;
    font-size: 12px;
}
#applicants .pageTitle .button a {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 5px;
    background: #F6E7E7;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 10px;
}
#applicants .noteMore.noteMoreBox {
    padding-left: 0;
    padding-bottom: 22px;
}
#applicants .schedule-tb th {
    width: 20%;
	font-size: 10px;
}
#applicants #exam-fee th {
	width: 25%;
}
#applicants .normal.apcSchedule th {
	width: 27%;
}
#applicants .apcSchedule span {
	padding-left: 5px;
}

/* 入試結果：contents/exam/old.html
--------------------------------*/
#old #numbers table.normal th , #old #score table.normal th {
	font-size: 10px;
}
#old .normal th, #old .normal td {
    padding: 10px 3px;
}

/* 学校説明会：contents/exam/brefing.html
--------------------------------*/
#brefing .txtImgBox {
    padding: 0 0 10px;
}
#brefing .txtImgBox .txt {
    padding-right: 0;
}
#brefing .txtImgBox .img {
    margin: 15px 0;
}
#brefing .briefingBox .formbutton {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

/* 校外説明会･模試会場【参加予定】：offcampus/index.html
--------------------------------*/
#offcampus .test table {
    width: 100%;
}

/* 転入学：contents/exam/entrance.html
--------------------------------*/
#entrance .pagetop {
    margin-bottom: 0;
}

/* よくあるご質問：question
--------------------------------*/
#question .questionList {
    padding-left: 0;
}
#question.blog .breadcrumb li:nth-child(2) {
	padding: 15px;
	background-color: #B10049;
	color: #FFF;
}
#question.single .breadcrumb li:nth-child(3) {
	padding: 15px;
	background-color: #B10049;
	color: #FFF;
	max-width:92px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#question .qaNavi {
    position: relative;
	padding-bottom: 60px;
}
#question .qaNavi .prevQ ,
#question .qaNavi .nextQ {
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 12px;
	margin-bottom: 0;
}
#question .qaNavi .prevQ a, #question .qaNavi .nextQ a {
    padding: 12px 0;
    border-top: 1px solid #CCC;
    display: block;
}

#question .qaNavi .qaTop {
    width: 100%;
    text-align: center;
	position: absolute;
	bottom: 0;
}
#question .qaNavi .qaTop a {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #b10049;
    padding: 15px 0;
    font-size: 14px;
    left: 0;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
}
#question .qaNavi .qaTop i {
   display: none;
}

/*----------------------------------
在校生・保護者の皆様へ
----------------------------------*/
/* 事務室より：student/index.html
--------------------------------*/
#student .flow .button a {
	padding: 10px 0;
}
/* 保健室より：schoollife-nurse/index.html
--------------------------------*/
#nurse a.certificate {
    display: block;
	padding: 10px;
	margin: 10px 0;
}

/*----------------------------------
新着情報
----------------------------------*/
/* TOP：news
--------------------------------*/
#news .breadcrumb li:nth-child(2) {
	padding: 15px;
	background-color: #B10049;
	color: #FFF;
}
#news section.information ul li {
    padding: 0;
	background-position: 5px 21px;
}
#news section.information ul li a {
    padding: 15px 15px 15px 110px;
}
#news .pageListNavi {
    display: flex;
    justify-content: center;
}
#news .pageListNavi li {
    margin: 0;
    padding: 5px;
	font-size: 11px;
	width: 25%;
}
/* 記事ページ：news
--------------------------------*/
#news.single-news .breadcrumb li:nth-child(2) {
	padding: 0;
	background-color: inherit;
}

#news.single-news .pageNavi  {
    position: relative;
	padding-bottom: 60px;
}
#news.single-news .pageNavi  .prev ,
#news.single-news .pageNavi  .next {
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 12px;
	margin-bottom: 0;
}
#news.single-news .pageNavi  .prev a, #news.single-news .pageNavi  .next a {
    padding: 20px 10px;
    border-top: 1px solid #CCC;
    display: block;
	box-sizing: border-box;
}
#news .pageNavi .prev .fa {
	left: 10px;
}
#news .pageNavi .next .fa {
	right: 10px;
}
#news.single-news .pageNavi  .top {
    width: 100%;
    text-align: center;
	position: absolute;
	bottom: 0;
}
#news.single-news .pageNavi  .top a {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #b10049;
    padding: 20px 0;
    font-size: 14px;
    left: 0;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
}
#news.single-news .pageNavi  .top i {
   display: none;
}

#news .cell-tb-bg ,
#news .cell-tb-bg table {
	width: 100% !important;
}
/*----------------------------------
その他
----------------------------------*/
/* 学校紹介動画：youtube
----------------------------------*/
#youtube .breadcrumb li:nth-child(2) {
	padding: 15px;
	background-color: #B10049;
	color: #FFF;
}

/* 個人情報保護について：contents/other/privacy.html
----------------------------------*/
#privacy .guideline li {
	line-height: 1.6;
}
/* 卒業生の方へ：contents/graduate/index.html
----------------------------------*/
#graduate .type table {
	width: 100%;
}
#graduate .detailBox .destination {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
#graduate .button a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

/* 採用情報：recruit/index.html
----------------------------------*/
#recruit .btns a {
    display: block;
    padding: 10px;
    background: #FFEEEE;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 0;
    padding: 10px 0;
}

/* -----------------------------------------------------------------------
## smartphone nav #####################################################
----------------------------------------------------------------------- */
/* nav
------------------------------------*/
#nav-toggle {
  position: fixed;
  width: 65px;
  height: 44px;
  top: 0;
  right: 0;
  background-color:inherit;
  cursor: pointer;
  padding: 0;
  transition: 0.8s;
  background-color: #B10049;
  
  display: flex;
  justify-content: center;
    align-items: center;
}
.open header #nav-toggle {
  background-color: #000;
}

#nav-toggle > div {
  position: relative;
  width: 30px;
  height: 20px;
  margin: 0 auto;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #FFF;
  position: absolute;
  -webkit-transition: top .2s ease, -webkit-transform .3s ease-in-out;
  transition: top .3s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .2s ease;
  transition: transform .3s ease-in-out, top .2s ease, -webkit-transform .3s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
  width: 80%;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
/*#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}*/


.open #nav-toggle span {
  background: #FFF;
}
.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#gloval-nav {
  background-color: rgba(177,0,73,0.95);
  color: #fff;
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  /*display: -webkit-box;
  display: flex;*/
  visibility: hidden;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;*/
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  
  height: 100%;
  padding: 0 0 105px;
}
#gloval-nav a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 25px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  font-size: 14px;
	text-align: left;
	padding-left: 5%;
}
/*#gloval-nav a:hover {
  color: #666;
}*/
/*#gloval-nav ul {
  list-style: none;
}*/
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(8) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
#gloval-nav ul li:nth-child(9) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

#gloval-nav ul li > a {
	position: relative;
	line-height: 1.2;
	border-bottom: 1px solid #7B0032;
}
#gloval-nav ul li > a span {
	display: block;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin-top: 5px;
}
#gloval-nav ul > li.acMenu {
	display: flex;
	flex-wrap:wrap;
}
#gloval-nav ul > li.acMenu > a {
	width: 80%;
	box-sizing: border-box;
}
#gloval-nav ul > li.acMenu > .sub_menu {
	display: block;
	width: 20%;
	background-color: #DD5089;
	position: relative;	
	border-bottom: 1px solid #7B0032;
}
#gloval-nav ul > li.acMenu > .sub_menu.open_sub {
	background-color: #7B0032;
	
}

#gloval-nav ul li > a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

#gloval-nav ul > li.acMenu > a:before ,
#gloval-nav div > ul.sns_list > li a:before ,
#gloval-nav div ul li a.icon_blank:before {
	content: none;
}
#gloval-nav ul li.acMenu > a.open_sub {
	/* background-color: #028E5F;*/
	background:rgba(0,0,0,.8);
}
#gloval-nav ul > li.acMenu > .sub_menu:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#gloval-nav ul li.acMenu > a.open_sub:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#gloval-nav ul > li.acMenu > .sub_menu::before,
#gloval-nav ul > li.acMenu > .sub_menu::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: .2s;
}
#gloval-nav ul > li.acMenu > .sub_menu::before {
	transform: translate(-50%,-50%) rotate(90deg);
	transition: 0.2s;
}
#gloval-nav ul > li.acMenu > .sub_menu::after {
	transform: translate(-50%,-50%) rotate(0);
	transition: 0.2s;
}
#gloval-nav ul > li.acMenu > .sub_menu.open_sub::before {
	transform: translate(-50%,-50%) rotate(0);
}

#gloval-nav ul > li.acMenu.acMenu_single > .sub_menu {
	display: block;
	width: 100%;
	background-color: inherit;
	position: relative;
	border-bottom: 1px solid #7B0032;
	font-size: 14px;
	text-align: left;
	padding: 25px 0 25px 5%;
}
#gloval-nav ul > li.acMenu.acMenu_single > .sub_menu::before, #gloval-nav ul > li.acMenu.acMenu_single > .sub_menu::after {
	left: inherit;
	right: 15px;
	height: 1px;
}
#gloval-nav ul > li.acMenu.acMenu_single div > ul li {
	width: 100%;
	text-align: left;
}
#gloval-nav ul > li.acMenu.acMenu_single div > ul li a {
	border-bottom: 1px solid #FF98C2;
}
#gloval-nav ul > li.acMenu.acMenu_single div > ul li:last-child a {
	border-bottom: none;
}
/**/
#gloval-nav ul div > ul{
	display: flex;
	flex-wrap: wrap;
}
#gloval-nav ul div > ul li {
	width: 50%;
}
#gloval-nav ul ul li a {
	font-size: 13px;
	padding: 20px 15px 20px 5px;
	border-bottom: 1px solid #FF98C2;
	border-right: 1px solid #FF98C2;
	text-align: center;
	background-color: #DD5089
}
#gloval-nav ul ul li:last-child a {
	border-bottom: none;
}
#gloval-nav ul ul li:nth-last-child(2):nth-child(odd) a {
	border-bottom: none;
}
#gloval-nav ul div > ul li a:before {
	right: 10px;
	width: 6px;
    height: 6px;
}

#gloval-nav .sp_main_menu_other_link {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top: 20px;
}
#gloval-nav .sp_main_menu_other_link li {
	width: 32%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
#gloval-nav .sp_main_menu_other_link li a {
	color: #01C584;
	border-radius: 30px;
	padding: 8px 0;
	/*padding-left: 15px;*/
	font-weight: bold;
	background-color: #FFF;
	width: 100%;
	display: flex;
	align-items: center;
}
#gloval-nav .sp_main_menu_other_link li a img {
	width: 33px;
	height: auto;
	margin: 0 5px 0;
}

#gloval-nav .sp_main_menu_other_link li.mail a:before {
	content: none;
}
#gloval-nav .sp_main_menu_logo svg {
	width: 160px;
	fill:#FFF;
	margin: 0 auto 10px;
}
#gloval-nav .sns_list li a {
	padding: 0;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform .5s ease;
  transition: opacity .9s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .9s ease;
  transition: transform .5s ease, opacity .9s ease, -webkit-transform .5s ease;
}


/* toggle */
.acMenu > div {
	background: #DD5089;
	border-top: 1px solid #FF98C2;
	border-bottom: 1px solid #FF98C2;
	width:100%;
	height:auto;
	line-height:1.6;
	text-align:center;
	display:none;
}


/*cv */
#gloval-nav .sp_cv_menu {
	display: flex;
	justify-content: space-between;
	padding: 15px;
}
#gloval-nav .sp_cv_menu li {
	width: 48%;
}
#gloval-nav .sp_cv_menu a {
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	position: relative;
	font-size: 16px;
	border-radius: 3px;	
}
#gloval-nav .cv_menu_pamphlet a {
	background-color: #EF0142;
	color: #FFF;
}
#gloval-nav .cv_menu_contact a {
	background-color: #FFF;
	color: #000 !important;
}
#gloval-nav .sp_cv_menu a:before {
	right: 15px;
}
#gloval-nav .cv_menu_contact a:before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
	right: 15px;
}

/*other*/
#gloval-nav .sp_other_menu {
	width: 92%;
	margin: 40px auto 80px;
	font-size: 14px;
}

#gloval-nav .sp_other_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}

#gloval-nav .sp_other_menu li {
	width: 49%;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
#gloval-nav .sp_other_menu li a {
	border: 1px solid #7B0032;
	width: 100%;
	margin-bottom: 6px;
	font-size: 12px;
	position: relative;
	padding-right: 10px;
	display: flex;
	align-items: center;
	line-height: 1.6;
	padding: 20px 15px 20px 10px;
}
#gloval-nav .sp_other_menu li a i {
	margin-left: 5px;
}
#gloval-nav .sp_other_menu li a:before {
	right: 10px;
}
#gloval-nav .sp_other_menu li a.icon_blank:before {
	content: "";
	background: url("../img/common/icon_blank.png") no-repeat;
	width: 12px;
	height: 10px;
	position: absolute;
	top:50%;
	margin-top: -6px;
	border: none;
	transform: rotate(0);
}

}