@charset "UTF-8";
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
    background: 
    url(../images/common/BG_body.jpg);
  }
  html {
    font-size: 15px;
  }
  .container {
    width: 100%;
  }
  .sp-full {
    overflow-x: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ttl {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  /* ===================================
  
     Common header
    
  =================================== */
  .wrapper::before {
    content: "";
    display: block;
    padding-top: 5%;
  }
  .header__top {
    margin-bottom: 15px;
    height: auto;
  }
  .header-logo {
    margin: 0 auto;
    float: none;
    width: 90%;
    padding-right: 0;
    border: none;
  }
  .header-tel, .header-subnav, .header-gallery-info, .header-yusen-reception, .header__gnav {
    display: none;
  }
    
    
    .g_nav {width:100%}
    .g_nav a img { width:25%; float: left;}
    
    
    /* ===================================

   MainBlock
  
=================================== */

.MainText {
    background: url(../images/BGimage.png);
    
}

a:hover {
	opacity: 0.5 ;
}

.border_bottom {
    border-bottom: 1px solid #AF9F9F;
    padding-bottom: 10px;
}
  
  /* ===================================

     fixBtn
    
  =================================== */
  .fixBtn_1,
  .fixBtn_2 {
    display: none;
  }
  
  /* ===================================
  
     home
    
  =================================== */
  .coverarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coverarea .point__block.block1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .coverarea #slide {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
  .coverarea .point__block.block2 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .coverarea .point__block div[class*='col-'] {
    margin-bottom: 20px;
  }
  .coverarea .point__block div[class*='col-']:nth-child(odd) {
    padding-right: 5px;
  }
  .coverarea .point__block div[class*='col-']:nth-child(even) {
    padding-left: 5px;
  }
  .coverarea .catch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px auto;
    width: 85%;
  }
  #slide .slick-dots {
    bottom: 2px;
  }
  #slide .slick-dots li {
    width: 13px;
  }
  .information .ttl {
    margin-bottom: 20px;
  }
  .information-sttl {
    color: #939495;
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .information__yokoku {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .information__yokoku-koukoku {
    display: block;
    width: auto;
    border: none;
    font-size: 14px;
    margin-bottom: 3px;
  }
  .information__yokoku-koukoku::before {
    content: "＜";
  }
  .information__yokoku-koukoku::after {
    content: "＞";
  }
  .information__yokoku p {
    font-size: 12px;
  }
  .information__yokoku-start {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
  .yoyakuuketsuke-btn {
    margin-bottom: 40px;
  }
  .yoyakuuketsuke-btn a {
    width: auto;
  }
  .banner {
    margin-bottom: 50px;
  }
  .gallery .ttl {
    margin-bottom: 20px;
  }
  .gallery-img1 {
    display: none;
  }
  .gallery-text1 {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .gallery-text2 {
    text-align: center;
    font-size: 15px;
  }
  .gallery-img2 {
    margin-top: 10px;
  }
  .gallery__btns {
    display: block;
  }
  .gallery__btns a:first-child {
    margin-bottom: 5px;
  }
  /* ===================================
  
    footer
    
  =================================== */
  .footer {
    margin-top: 30px;
  }
  .footer__nav {
    border-top: solid 1px #727171;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px;
    margin-left: -1px;
    margin-right: -1px;
  }
  .footer__nav a {
    padding: 15px 0;
    border-width: 1px;
    position: relative;
    display: inline-block;
  }
  .footer__nav a:hover .item-text,
  .footer__nav a.active .item-text {
    background-image: none;
  }
  .footer__nav a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #DDDDDD;
  }
  .footer__nav .item-text {
    background: none;
    padding: 0;
  }
  .footer__nav-item {
    width: calc(33.33333333%);
    font-size: 13px;
    border-right: solid 1px #727171;
    border-bottom: solid 1px #727171;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__nav-item .jp {
    font-size: 13px;
  }
  .footer__nav-item .en {
    display: none;
  }
  .footer__nav-ex {
    width: auto;
    display: none;
    overflow: hidden;
    border-width: 1px;
  }
  .footer__contact {
    padding-top: 25px;
    margin-left: 0;
  }
  .footer__contact-ttl {
    position: absolute;
    left: -10px;
    top: -30px;
  }
  .footer__contact-ttl img {
    width: 50%;
    height: auto;
  }
  .footer__contact-ji, .footer__contact-tel {
    display: block;
  }
  .footer__contact-ji div:first-child, .footer__contact-tel div:first-child {
    width: auto;
  }
  .footer__contact-ji {
    margin-bottom: 20px;
  }
  .footer__contact-inner {
    margin-left: 0;
  }
  .footer__copyright {
    margin-top: 40px;
    font-size: 11px;
    background-color: #221815;
    color: #fff;
    padding: 20px 0;
    letter-spacing: 0;
    text-indent: 0;
  }
  /* ===================================
  
     スマホメニュー
    
  =================================== */
  #overlay-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=60);
    z-index: 5;
    display: none;
  }
    
  .sp-nav-info {

    margin-right: 20px;
    margin-left: 0px;
    margin-top: 20px;

}

.sp-nav-info_footer {

  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;

}
  #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
  }
  .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
      margin-bottom: 0px;
  }


  .sp-nav_footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
      margin-bottom: 0px;
  }
  .sp-nav-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 200;
    background-color: #fff;
      padding-bottom: 0px;
      margin-bottom: 0px;
  }
  .sp-nav-fix img {
    -webkit-backface-visibility: hidden;
  }
  #sp-nav-menu {
    cursor: hand;
  }
    .sp-nav-menu {
        margin-right: 0px;
        margin-top: 0px;
    }
  .sp-menu-wrap {
    position: relative;
      margin-top: 0px:
  }
  .sp-menu-open {

    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .sp-menu-open.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sp-menu-logo {
    padding: 16px 15px;
    text-align: center;
  }
  .sp-menu-logo img {
    width: 90%;
  }
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #113253;
      opacity: 90%;
  }
  .sp-menu div {
    width: 50%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
    
    .BG_113253 {
        background-color: #113253 !important;
        
    }
  .sp-menu div:nth-child(odd) {
    border-right: solid 1px rgba(255, 255, 255, 0.5);
  }
  .sp-menu div a {
    display: block;
    padding: 16px 3px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #113253;
    border-bottom: solid 3px transparent;
      opacity: 90%;
  }
  .sp-menu div a.new {
    position: relative;
  }
  .sp-menu div a.new:after {
    position: absolute;
    content: "NEW";
    top: 0;
    right: 0;
    display: inline-block;
    padding: 3px 6px;
    font-size: 13px;
    color: #e0b565;
    background-color: #fff;
    line-height: 1;
  }
  .sp-menu div a.active {
    border-bottom: solid 3px #dfdfdf;
    background-color: #295571;
  }
  /* ===================================
  
    ページトップボタン
    
  =================================== */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  }
  #page-top a {
    width: 50px;
    height: 50px;
  }
  #page-top a::after {
    position: absolute;
    top: 7px;
    left: 11px;
    bottom: 0;
    right: 0;
    background-size: 24px;
  }
    
    .after_parallax {
    padding-top: 2rem;
    padding-bottom: 0rem;
}
    
    .border {
        border: none!important;
}
    
    .concept_btn {
    width: 100%;
    text-align: center;
}

.concept_btn li {
    width: calc((100% - 40px) /3);
    float: left;
    margin-bottom: 10px;
    margin-left:  5px;
    margin-right: 5px;
}
    
}



.good1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 230px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.good2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 400px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.good2 img,
.good3 img {
    width: 80%;
}


.good3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 500px;
 right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.good4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 720px;
 right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}




.border_bottom {
    border-bottom: 1px #000 solid;
}

.border_bottom113253 {
    border-bottom: 1px #113253 solid;
}

.yokokukoukoku {
    padding: 2px 30px 2px 30px;
}

.en_Oswald span {
    margin-left: 10px;
}

.grade_back02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CAE4E1));
    background: linear-gradient(#fff, #CAE4E1);
}

.kanzen_yoyaku {
   background:#b7282c; color:#fff; width:250px;
    display: block; margin-left: auto; margin-right: auto;
}

.w100 {
  width:100%;
}