@charset "utf-8";

/*======================
    共通
======================*/

html {
    background: #fff;
}
body {
    font-size: 15px;
    color: #313131;
    font-family: "Noto Sans JP", 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo',Verdana,'Osaka','ＭＳ Ｐゴシック',sans-serif;
}
.mn {
   font-family: "Shippori Mincho", serif;
}
.en {
   font-family: "Questrial", sans-serif;
}

.cn-sw {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0 2%;
}

/*===== header =====*/
header {
}
header h1 {
    background-color: #80c2e6;
    padding: 0 2%;
}
header h1 span {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    display: block;
    line-height: 1.4;
    font-size: 13px;
    color: #fff;
    padding: 2px 2%;
}
header .hd-box {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 2%;
}
header .hd-box .logo {
    width: 30%;
    max-width: 491px;
}
header .hd-box .logo a {
}
header .hd-box .btn-link {
    width: 48%;
    max-width: 506px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .hd-box .btn-link .btn01 {
    width: 63%;
}
header .hd-box .btn-link .btn02 {
    width: 36%;
}
header .hd-box .hd-link {
    display: none;
}

/*===== #mv =====*/
#mv {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0 2%;
}

/*===== main =====*/
main {
    padding-top: 30px;
}

/*----- #top-link -----*/
#top-link {
    margin-bottom: 30px;
}
#top-link .bnr {
    margin-bottom: 20px;
}
#top-link .net-btn {
    border: 5px solid #6ac3a7;
    background-color: #fff;
    padding: 5% 3%;
}
#top-link .net-btn .txt {
    color: #6ac3a7;
    line-height: 1.4;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#top-link .net-btn .txt span {
    display: block;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: normal;
    margin-top: 10px;
}
#top-link .net-btn .btn {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}

/*----- #nayami -----*/
#nayami {
    margin-bottom: 30px;
}
#nayami .nayami-box {
    border: 3px solid #57b0e0;
    background-color: #fff;
    padding: 20px 2% 2%;
    margin-bottom: 30px;
}
#nayami .nayami-box h2 {
    width: 100%;
    max-width: 539px;
    margin: 0 auto 25px;
}
#nayami .nayami-box .box {
    background-color: #fbf9f5;
    border: 1px solid #d4d4d4;
    padding: 3% 3% 1%;
}
#nayami .nayami-box .box ul {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
#nayami .nayami-box .box ul li {
    width: 30%;
    margin-bottom: 20px;
}
#nayami .ans {
}

/*----- #bnr-link -----*/
#bnr-link {
    margin-bottom: 30px;
}
#bnr-link .net-btn {
    border: 5px solid #6ac3a7;
    background-color: #fff;
    padding: 5% 3%;
}
#bnr-link .net-btn .txt {
    color: #6ac3a7;
    line-height: 1.4;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#bnr-link .net-btn .txt span {
    display: block;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: normal;
    margin-top: 10px;
}
#bnr-link .net-btn .btn {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}

/*----- #point -----*/
#point {
    margin-bottom: 30px;
}
#point .point-box {
    background-color: #f5f5f5;
    padding: 35px 4% 20px;
    border: 1px solid #e8e8e8;
}
#point .point-box h2 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 25px;
}
#point .point-box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}
#point .point-box .box.n2 {
    flex-direction: row-reverse;
}
#point .point-box .box .img {
    width: 45%;
}
#point .point-box .box .text-box {
    width: 50%;
}
#point .point-box .box .text-box h3 {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    background: url(../img/shijimi-lp/point-icon01.png) no-repeat top right;
    background-size: 50px;
    padding: 15px 40px 13px 0;
    border-bottom: 1px dotted #a8a6a6;
    margin-bottom: 15px;
}
#point .point-box .box .text-box h3.icon01 {
    background-image: url(../img/shijimi-lp/point-icon01.png);
}
#point .point-box .box .text-box h3.icon02 {
    background-image: url(../img/shijimi-lp/point-icon02.png);
}
#point .point-box .box .text-box h3.icon03 {
    background-image: url(../img/shijimi-lp/point-icon03.png);
}
#point .point-box .box .text-box h3 span {
    color: #57b0e0;
}
#point .point-box .box .text-box .text {
}

/*----- #flow -----*/
#flow {
    margin-bottom: 30px;
}
#flow .flow-box {
    background: #ecf4f7;
    padding: 5% 0;
}
#flow .flow-box h2 {
    line-height: 1.4;
    margin: 0 5% 20px;
}
#flow .flow-box h2 .jp {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}
#flow .flow-box h2 .en {
    display: block;
    font-size: 16px;
    color: #57b0e0;
    letter-spacing: 2px;
    position: relative;
    padding-left: 20px;
}
#flow .flow-box h2 .en:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #57b0e0;
}
#flow .flow-box .box {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 5% 20px;
}
#flow .flow-box .box .img {
    width: 46%;
}
#flow .flow-box .box .text-box {
    width: 54%;
    padding: 4%;
}
#flow .flow-box .box .text-box h3 {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: #57b0e0;
    border-bottom: 1px dotted #848484;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#flow .flow-box .box .text-box .text {
}

/*----- #guide -----*/
#guide {
}
#guide .bg {
    background: #fbf9f5 url(../img/shijimi-lp/ft-bg-pc.jpg) no-repeat top center;
    background-size: 100%;
    padding-top: 18%;
}
#guide .guide-box {
    background-color: #fbf9f5;
    border-radius: 5px 5px 0 0;
    padding: 5%;
}
#guide .guide-box .pagetop {
    display: none;
}
#guide .guide-box h2 {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}
#guide .guide-box h2 .mn {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}
#guide .guide-box h2 .en {
    display: block;
    color: #57b0e0;
    font-size: 16px;
    letter-spacing: 2px;
}
#guide .guide-box .box {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
#guide .guide-box .box .text-box {
    width: 40%;
}
#guide .guide-box .box .text-box .logo {
    margin-bottom: 10px;
}
#guide .guide-box .box .text-box .text {
}
#guide .guide-box .box .text-box .tel {
    width: 90%;
}
#guide .guide-box .box .gmap {
    width: 55%;
}
#guide .guide-box .box .gmap iframe {
    width: 100%;
    height: 250px;
}

/*===== footer =====*/
footer {
    border-top: 1px solid #434343;
}
footer .copy {
    width: 100%;
    color: #434343;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 15px 2%;
}

/*===== #btm-bnr =====*/
#btm-bnr {
    display: none;
}

/*======================
    コンテンツ
======================*/
/*===== #xxx =====*/

/*===============================================
    ■tablet 画面の横幅が900pxまで
===============================================*/
@media screen and (max-width: 900px) {
/*========= スマホナビ ===============*/
  #g-nav{
      /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
      position:fixed;
      z-index: -10;
  opacity: 0;/*はじめは透過0*/
      /*ナビの位置と形状*/
      top: 0;
      left: 0;
      width:100%;
        /*height: 100vh;*/
      /*動き*/
      transition: all 0.3s;
      display: none;
  }
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #g-nav.panelactive{
        opacity: 1;
        z-index: 10;
        display: block;
        left: auto;
        right: 0;
        margin-top: 70px;
        width: 100%;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn{
     position: fixed;
     z-index: 9999;
     top: 23px;
     right: 20px;
     cursor: pointer;
     width: 30px;
     height: 24px;
  }
  .openbtn.active {
  }
  /*×に変化*/	
  .openbtn span{
     display: inline-block;
     transition: all .4s;
     position: absolute;
     left: 0;
     right: 0;
     margin: auto;
     height: 2px;
     background-color: #fff;
     width: 100%;
  }
  .openbtn span:nth-of-type(1) {
      top: 0;
  }
  .openbtn span:nth-of-type(2) {
      top: 50%;
      transform: translateY(-50%);
      margin-right: 0;
  }
  .openbtn span:nth-of-type(3) {
      bottom: 0;
  }
  .openbtn.active span:nth-of-type(1) {
      top: 50%;
      transform: translateY(-50%) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
      opacity: 0;
  }
  .openbtn.active span:nth-of-type(3){
      transform: translateY(-50%) rotate(45deg);
      top: 50%;
      bottom: auto;
  }
  /*==プルダウンメニューの設定==*/
  /*ナビゲーションを横並びに*/
  #g-nav-list ul.menu-link {
        padding-top: 15px;
        margin-bottom: 25px;
  }
  #g-nav-list li.has-child ul.menu-link {
      border-bottom: none;
      position: relative;
      margin: 0;
      margin-bottom: 10px;
      left:0;
      top:0;
      width:100%;
      visibility:visible;/*JSで制御するため一旦表示*/
      opacity:1;/*JSで制御するため一旦表示*/
      display: none;/*JSのslidetoggleで表示させるため非表示に*/
      transition:none;/*JSで制御するためCSSのアニメーションを切る*/
  }
  /*2階層目以降は横並びにしない*/
  #g-nav-list ul.menu-link ul{
      display: block;
  }
  /*ナビゲーションのリンク設定*/
  #g-nav-list ul.menu-link li {
        margin: 0 3%;
        border-bottom: 1px solid #ee763f;
  }
  #g-nav-list ul.menu-link li a {
        display: block;
        color: #ee763f;
        line-height: 1.4;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        text-decoration: none;
        padding: 20px 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list{
    overflow-y: scroll;
    height: calc(100vh - 70px);
        background: #ffffffd4;
  }
  /*-------------- header ----------------*/
/*-------------- footer ----------------*/
}

/*===============================================
    ■tablet 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
/*-------------- header ----------------*/
  header .hd-box .btn-link {
    display: none;
  }
  header .hd-box .logo {
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
  }
/*-------------- #mv ----------------*/
  #mv {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
/*-------------- footer ----------------*/
}

/*===============================================
    ■smart 画面の横幅が570pxまで
===============================================*/
@media screen and (max-width: 570px) {
  .cn-w {
    padding: 0 4%;
  }
/*-------------- header ----------------*/
/*================= main =================*/
/*-------------- #top-link,#bnr-link ----------------*/
  #top-link .net-btn .txt,
  #bnr-link .net-btn .txt {
    font-size: 25px;
  }
/*-------------- #nayami ----------------*/
  #nayami .nayami-box .box ul li {
    width: 45%;
  }
/*-------------- #point ----------------*/
  #point .point-box .box .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 15px;
  }
  #point .point-box .box .text-box {
    width: 100%;
  }
  #point .point-box .box .text-box h3 {
    background-position-x: left;
    padding: 15px 0 13px 55px;
        min-height: 85px;
  }
/*-------------- #flow ----------------*/
  #flow .flow-box h2 {
    margin: 0 0 20px 5%;
  }
  #flow .flow-box .box {
    box-shadow: 0 0 4px #bcbcbc;
  }
  #flow .flow-box .box .img {
    width: 100%;
  }
  #flow .flow-box .box .text-box {
    width: 100%;
  }
/*-------------- #guide ----------------*/
  #guide .bg {
    background: url(../img/shijimi-lp/ft-bg-sp.jpg) no-repeat top center;
    background-size: 100%;
    padding-top: 58%;
  }
  #guide .guide-box {
    padding-top: 70px;
    position: relative;
  }
  #guide .guide-box .pagetop {
    display: block;
    position: absolute;
        top: -36px;
    left: 0;
    right: 0;
    width: 70px;
    margin: auto;
  }
  #guide .guide-box .box .text-box {
    width: 100%;
    margin-bottom: 15px;
  }
  #guide .guide-box .box .text-box .logo {
    width: 80%;
    margin: 0 auto 15px;
  }
  #guide .guide-box .box .text-box .tel {
    width: 90%;
    max-width: 300px;
  }
  #guide .guide-box .box .gmap {
    width: 100%;
  }
/*-------------- footer ----------------*/
  footer .copy {
    padding-bottom: 18%;
  }
/*-------------- #btm-bnr ----------------*/
  #btm-bnr {
        display: block;
        z-index: 500;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 7px 3%;
  }
  #btm-bnr .box {
        text-align: center;
        display: flex;
        justify-content: center;
  }
  #btm-bnr .box .campaign {
        width: 65%;
  }
  #btm-bnr .box .campaign a {
        display: block;
        background-color: #fff;
        color: #57b0e0;
        border: 1px solid #57b0e0;
        padding: 15px 2%;
        border-radius: 100px 0 0 100px;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
  }
  #btm-bnr .box .campaign a span {
        display: block;
        background: url(../img/shijimi-lp/icon01.png) no-repeat center right 5px;
        background-size: 10px;
        padding: 0 18px;
  }
  #btm-bnr .box .yoyaku {
        width: 35%;
  }
  #btm-bnr .box .yoyaku a {
        display: block;
        background-color: #6ac3a7;
        color: #fff;
        border: 1px solid #6ac3a7;
        padding: 15px 2%;
        border-radius: 0 100px 100px 0;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
  }
  #btm-bnr .box .yoyaku a span {
        display: block;
        background: url(../img/shijimi-lp/icon02.png) no-repeat center right 5px;
        background-size: 10px;
        padding: 0 18px;
  }
}
