@charset "UTF-8";

@media screen and (max-width:900px) {

  .pc {display: none !important;}
  .sp {display: block;}

  #contents {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 53px;
    margin-left: 0;
  }

  /* header ------------------------------ */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
    z-index: 9999;
  }

  .header_title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .header_title img {
    width: 80px;
  }
  .title_text {
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
  }

  /* PC版 問い合わせ ------------------------------ */
  .inquiry {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    padding: 10px 15px;
    -webkit-box-align: center;
            align-items: center;
    background: #FF5656;
  }
  .inquiry_icon {
    margin-right: 10px;
    font-size: 24px;
    color: #fff;
  }
  .inquiry_text {
    font-size: 15px;
    color: #fff;
  }
  .inquiry a,.inquiry_sp a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  /* pc menu ------------------------------ */
  nav.pc ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 665px;
    margin: 20px auto 0;
    list-style: none;
  }

  nav.pc ul li a {
    text-decoration: none;
  }

  /* sp menu ------------------------------*/
  .menu_trigger {
    position: absolute;
    top: -13px;
    right: 21px;
    font-size: 30px;
  }
  .sp_menu {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    background: #3e7331;
    transition: all 0.3s;
    transition-timing-function:ease;
    z-index: 10000;
  }
  .sp_menu.open {
    right: 0;
  }
  .sp_menu ul {
    margin-top: 50px;
    list-style: none;
    border-top: 1px solid #fff;
  }
  .sp_menu ul li {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #fff;
  }
  .sp_menu ul li {
    position: relative;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
  }
  .sp_menu ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .close_btn {
    position: absolute;
    top: 8px;
    right: 12px;
  }
  .close_icon {
    font-size: 30px;
    color: #fff;
  }
  .inquiry_sp {
    position: relative;
    top: 20px;
    right: 0;
    width: 140px;
    margin: 0 auto;
    padding: 10px 0 12px;
    background: #f34d4d;
    text-align: center;
  }
    .inquiry_sp p {
      display: inline;
    }

  /* footer ------------------------------ */
  footer {
    position: relative;
    padding: 40px 0 50px;
    border-top: 2px solid #559545;
  }
  .footer_cont {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  .footer_address {
    margin-right: 0;
  }
  .address_name {
    font-size: 21px;
    letter-spacing: 2px;
    color: #2D2D2D
  }
  .address_info {
    margin: 10px 0;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #2D2D2D
  }
  .address_tel {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .address_tel span {
    padding-right: 3px;
    font-size: 14px;
    color: #2D2D2D
  }

  /* top return ------------------------------ */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
  }
  .pagetop a {
      display: block;
      background-color: #559545;
      text-align: center;
      color: #fff;
      font-size: 12px;
      text-decoration: none;
      padding: 5px 10px;
  }

  .cont_header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 150px;
    background: #559545;
  }
  .cont_header p {
    font-size: 25px;
    letter-spacing: 3px;
    color: #fff;
  }

  .top_img p {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    letter-spacing: 6px;
    color: #fff;
    transform: translateY(-50%);
  }

  .osae {
    margin-top: 100px;
  }
  .osae p {
    width: 85%;
  }

  .movie_cont {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  }
  .movie_cont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  #search {
    margin-top: -5vw;
    padding-top: 15vw;
  }

  .search_point {
    width: 98%;
    text-align: center;
  }
  .search_cont {
    padding: 50px 0;
  }
  .job_btn {
    font-size: 15px;
  }
  .job_btn:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    content: "選択";
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 60px;
    height: 30px;
    margin: auto;
    font-size: 12px;
    letter-spacing: 2px;
    color: #757878;
    border: 1px solid #B1B1B1;
    border-radius: 100px;
    background: #fff;
    transition: all 0.1s;
  }

  /* charm ------------------------------ */
  .charm {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .charm_cont {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    padding: 30px 20px 0;
    background: #EFEFEF;
  }
  .charm_box {
    width: 95%;
    margin: 0 auto 50px;
  }
  .charm_box img {
    width: 160px;
  }
  .charm_head {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #559545;
  }
  .charm_no {
    position: relative;
    bottom: -15px;
    font-size: 36px;
    color: #559545;
  }
  .charm_headline {
    position: relative;
    bottom: -5px;
    padding-left: 10px;
    font-size: 21px;
    line-height: 25px;
    color: #559545;
  }
  .charm_text {
    margin-top: 20px;
    line-height: 27px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .oubo {
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
  }
  .oubo_cont {
    margin-top: 50px;
    display: -webkit-box;display: flex;
    flex-direction: column;
  }
  .oubo_box {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .oubo_box2 {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .oubo_box img {
    width: 100%;

  }
  .oubo_box p,.oubo_box2 p {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    padding-right: 0;
    font-size: 15px;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .oubo_word {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    align-items: baseline;
    width: 100%;
    height: 130px;
    margin-bottom: -1px;
    padding-top: 20px;
    font-size: 21px;
    letter-spacing: 2px;
    background: #559545;
    color: #fff;
    float: left;
  }
  .clear {
    clear: both;
  }
  .sp.oubo_bottom {
    display: inline-block;
    width: 75%;
    margin-left: 1em;
    text-indent: -1em;
  }

}
