@charset "utf-8";

/*common_sp.css*/

@media screen and (max-width: 1010px) {
  /* 共通css */
  .is_pc {
    display: none;
  }
  .is_sp {
    display: inline-block;
  }
  /* 共通部分--- */
  html {
    font-size: 62.5%;
  }
  * {
    font-size: 15px;
    font-size: 1.5rem;
    box-sizing: border-box;
  }
  body {
    font-size: 15px;
    font-size: 1.5rem;
    *font-size: small;
    *font: x-small;
    line-height: 1.5em;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", "Mayryo", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  a {
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0;
  }
  .container {
    width: 90%;
    margin: auto;
  }
  img {
    max-width: 100%;
  }
  .body_inner {
    overflow: hidden;
  }
  #content {
    width: 100%;
  }
  .header-space {
    height: 70px!important;
  }
  /* ---共通部分 */
  /* header--- */
  header {
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 10;
    background-color: rgba(255, 255, 255, 1);
  }
  .header-left {
    float: inherit;
    width: 75%;
    margin-left: 2%;
    height: 100%;
  }
  .header-left h1 {
    width: 80%;
    float: left;
    padding-top: 0;
    height: inherit;
  }
  .header-left h1>a {
    display: inline-block;
  }
  .header-left img {
    max-width: 100%;
    min-width: inherit;
    width: inherit;
    padding-top: 0;
    display: inline;
    margin: 0;
    max-height: 70px;
  }
  .header-left nav {
    float: left;
    width: 40%;
    text-align: center;
  }
  .header-left nav ul li {
    float: inherit;
    width: 100%;
  }
  .header-left nav ul li a {
    display: inline-block;
    line-height: inherit;
    color: #000;
  }
  .header-left nav ul li a:hover {
    opacity: 0.75;
  }
  .header-right {
    float: right;
    width: 25%;
  }
  .header-right div.search-btn {
    float: right;
    width: 40%;
  }
  .header-right div.contact-btn {
    float: right;
    width: 60%;
  }
  .header-right div a {
    display: block;
  }
  .header-right div a {
    line-height: 100px;
    color: #000;
    text-align: center;
  }
  .header-right div a:hover {
    opacity: 0.75;
  }
  .header-right .contact-btn a {
    background-color: #0c786d;
    color: #fff;
  }
  .header-right .search-btn a {
    background-color: #065f56;
    color: #fff;
  }
  /* header--- */
  /*-------------------
			navi
		-------------------*/
  nav {
    /*position: fixed;*/
    margin-top: 0;
    width: 100%;
    z-index: 200;
  }
  #globalnavi li {
    float: none;
  }
  #globalnavi li a,
  #globalnavi li span {
    height: 30px;
    display: block;
    text-indent: inherit;
    background: none;
  }
  #globalnavi ul {
    margin: 8px auto 0;
  }
  #gnav_cont {
    display: none;
  }
  #gnav_cont.open {
    display: block;
    position: fixed;
    right: 0;
    top: 70px;
    padding: 0 0 100px;
    width: 300px;
    height: calc(97vh - 40px);
    background: #0c786d;
    z-index: 10;
    overflow-y: scroll !important;
  }
  #btn {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: inherit;
    min-width: inherit;
    margin: 0;
    padding-top: 0;
  }
  #btn img {
    width: 70px;
    height: 70px;
  }
  #btn a {
    display: block;
    background: url(../../images/common/nav_close_sp.png) no-repeat top center;
    background-size: 70px 70px;
  }
  #btn.open a img {
    visibility: hidden;
  }
  #gnav_cont li {
    border-bottom: solid 1px #ffffff;
  }
  #gnav_cont li.has_lv3 {
    border-bottom: 0;
  }
  #gnav_cont li.has_lv3 ul.open li {
    border-bottom: solid 1px #ffffff;
  }
  #gnav_cont li:hover {}
  #gnav_cont li a:hover {
    opacity: inherit;
  }
  #gnav_cont .cure_navlist {}
  #gnav_cont .cure_navlist:hover {
    background: none;
  }
  #gnav_cont .cure_navlist ul.lv3 {}
  #gnav_cont .cure_navlist ul.lv3 li {
    border-bottom: solid 1px #ffffff;
    background: #da610f;
  }
  #gnav_cont .cure_navlist ul.lv3 li a {
    width: 95%;
    margin-left: auto;
    padding-right: 5%;
  }
  #gnav_cont .cure_navlist ul li {
    border-bottom: dotted 1px #ffffff;
  }
  #gnav_cont .cure_navlist ul li:last-of-type {
    border-bottom: 0;
  }
  #gnav_cont .cure_navlist ul li :before {}
  #gnav_cont .cure_navlist ul li a {}
  #gnav_cont li a:hover {
    opacity: inherit;
  }
  #gnav_cont li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px !important;
    padding: 5% 0 5% 10%;
    width: 100%;
    display: block;
    text-align: left;
  }
  #gnav_cont li a span {
    font-size: 14px !important;
  }
  #gnav_cont li.lv2>a {
    position: relative;
    border-bottom: solid 1px #ffffff;
  }
  #gnav_cont .info {
    padding-bottom: 15%;
  }
  #gnav_cont .info li {
    border: 0px;
    height: auto;
    text-align: center;
    color: #fff;
  }
  .has_open_btn_01 .lv3 {
    display: none;
  }
  .has_open_btn_01 .lv3.open {
    display: inline-block;
    width: 100%;
  }
  .has_open_btn_01 .lv3 li:last-of-type {
    border-bottom: 0;
  }
  .has_open_btn_01 .lv3.open li {
    text-indent: 1em;
  }
  #gnav_cont .info li a {
    height: auto;
    padding-left: 0;
  }
  #gnav_cont .info li img {
    width: 90%;
    height: auto;
    margin-top: 20px;
  }
  #gnav_cont li a.arrow {
    position: relative;
  }
  #gnav_cont li a.arrow:before {
    content: ">";
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 16px;
    width: 30px;
    text-align: center;
  }
  .has_open_btn_01 .lv3.open li a.arrow:before {
    text-indent: 1vw;
  }
  #gnav_cont li.lv2>a:before {
    content: "＋";
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 16px;
    width: 30px;
    text-align: center;
  }
  #gnav_cont li.lv2>a.minus:before {
    content: "−";
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 16px;
    width: 30px;
    text-align: center;
  }
  #gnav_cont .contact a {
    width: 90%;
    margin: auto;
    border: solid 1px #ffffff;
    margin-top: 20px;
    padding: 15px 0 15px 25px;
    display: table;
  }
  #gnav_cont .contact a:before {
    content: "";
    width: 65px;
    height: 25px;
    display: table-cell;
    background: url(../../images/common/tell_icon_sp.png) no-repeat left center;
    background-size: 26px 25px;
    vertical-align: middle;
  }
  #gnav_cont .contact a span {
    display: table-cell;
  }
  #gnav_cont .contact {
    border: 0;
  }
  body.fixed {
    /*position: fixed;*/
    width: 100%;
    overflow: hidden;
  }
  #main-wrapper {
    margin-top: 25px;
  }
  #page-top-wrapper {
    height: auto !important;
  }
  .main-wrapper-left {
    float: none !important;
    width: 100% !important;
  }
  .main-wrapper-right {
    display: none !important;
  }
  .main-wrapper-left h2 {
    font-size: 24px !important;
    color: #0c786d !important;
    margin-bottom: 30px !important;
    letter-spacing: 3px !important;
    line-height: 1.3em;
  }
  .main-wrapper-left h3 {
    font-size: 23px !important;
    letter-spacing: 3px !important;
    margin-bottom: 20px !important;
    line-height: 1.3em;
  }
  .main-wrapper-left .menubar {
    padding: 10px 0 10px 20px !important;
  }
  .main-wrapper-left .menubar ul li {
    float: none !important;
    margin-right: 0 !important;
    letter-spacing: 3px !important;
    line-height: 2.0em !important;
  }
  .main-wrapper-left table th {
    padding: 15px;
    font-size: 14px;
    text-align: left;
  }
  .main-wrapper-left table td {
    width: 65% !important;
    padding: 15px !important;
    font-size: 14px;
  }
  .main-wrapper-left table td:first-child {
    width: 30% !important;
    padding: 15px !important;
    font-size: 14px;
  }
  .carrer-contact {
    padding: 20px !important;
  }
  .carrer-contact .contents {
    flex-direction: column !important;
  }
  .carrer-contact .contents-left,
  .carrer-contact .contents-right {
    float: none !important;
    width: 100% !important;
  }
  .carrer-contact .contents-right .contents-left {
    float: left !important;
    width: 50px !important;
  }
  .carrer-contact .tell p,
  .carrer-contact .fax p {
    font-size: 16px !important;
  }
  /*****検索窓*****/
  /*フォーム全体*/
  #searchform {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    /*フォームの下に余白*/
  }
  /*検索ボックス*/
  #s {
    height: 50px;
    padding: 0 10px;
    border-radius: 10px 0 0 10px;
    background: #fff;
    border: 0;
    font-size: 14px;
    font-weight: bold;
  }
  #searchform label {
    display: none;
  }
  /*検索ボタン*/
  #searchsubmit {
    width: 70px;
    /*検索ボタンの横幅*/
    height: 50px;
    /*検索ボタンの縦幅*/
    border-radius: 0 10px 10px 0;
    /*検索ボタンの角を丸める*/
    background: #e4e4e4;
    /*検索ボタンの背景カラー*/
    border: none;
    /*検索ボタンの枠線を消す*/
    font-size: 16px;
    /*検索ボタンのフォントサイズ*/
    margin-left: -5px;
    margin-top: -1px;
  }
  /*検索ボタンマウスオーバー時*/
  #searchsubmit:hover {
    color: #666;
    /*検索ボタンマウスオーバー時のフォントカラー*/
  }
  /*パンくず*/
  #page-breadcrumb-wrapper {
    display: none;
  }
   ::placeholder {
    color: #888888;
  }
  /* sidebar */
  #main-wrapper .main-wrapper-right {
    display: none;
  }
  /* section-title */
  .section-title {
    text-align: center;
    padding-bottom: 18px;
  }
  .section-title h2 {
    margin-bottom: 5px;
    font-size: 30px;
    color: #0c786d;
  }
  .section-title h3 {
    font-size: 16px;
    letter-spacing: 5px;
    margin-top: 0;
  }
  /* /section-title */
  /* footer */
  footer {
    height: inherit;
    background-color: #0c786d;
  }
  footer .footer-right {
    float: inherit;
    color: #fff;
    line-height: inherit;
    font-size: 8px;
    padding: 25px;
    text-align: center;
  }
  footer .footer-left img {
    margin-top: 75px;
  }
  footer .footer-right .footer_text_link {
    padding-top: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  footer .footer-right {
    padding: 20px 0;
  }
  .footer-right small {
    font-size: 11px;
  }
  @media screen and (max-width: 1010px) {
    /* page-top-wrapper */
    .archive #page-top-wrapper,
    .single #page-top-wrapper {
      background-image: url(../../images/info/info_top_sp.jpg) !important;
      background-size: cover;
    }
    .archive #page-top-wrapper::before,
    .single #page-top-wrapper::before {
      content: "";
      display: none !important;
    }
    .archive #page-top-wrapper .page-container h1,
    .single #page-top-wrapper .page-container h1 {
      display: block !important;
      color: #FFF;
      font-size: 30px;
      padding: 40px 0;
    }
  }
  /* /footer */
}