:root {
  --main-color: #6bb0d8;
  --main-bgcolor: #e1f1ff ;
}
.pan{background-color: var(--main-bgcolor);padding: 5px 0;font-size: 90%;}
.header{}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}


.img_wrap:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}


h2{font-size: 1.7rem;text-align: center;font-weight: 600;line-height: 2rem;margin-bottom: 1em;margin-top: 1em;letter-spacing: 0.2rem;}
h2 span{font-size: 0.9rem;margin-bottom: 0.7em;margin-top: 1em;}
.text-decoration_none a{text-decoration: none !important;color: #000;}
h3{font-size: 100%;color: #000;text-decoration: none !important;text-align: center;}
h3 span{font-size: 0.7rem;color: #000;text-decoration: none !important;}
.h3_bg{background-color: var(--main-color);color: #FFF;text-align: center;padding: 1.5em 0 1.2em;margin-bottom: 2rem;}
h4{color:var(--main-color);;font-size: 1.5rem;text-align: center;font-weight: bold;line-height: 1.4rem;margin-bottom: 1em;margin-top: 1em;}
p{margin-bottom: 50px;font-size: 14px;}
@media only screen and (max-width: 767px) {
p{margin-bottom: 0;font-size: 14px;}
}
@media only screen and (max-width: 767px) {
  h2{font-size: 1rem;letter-spacing: 0rem}
  h3{font-size: 120%;}
}

.w100 {
  width: 100% !important;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w50 {
  width: 50%;
}
.max-100 {
    max-width: 100%;
  }
#topBtn{
    background:var(--main-color);;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
main{margin-bottom: 2em;}

/*メニュー用css*/

.menu-content .row{padding: 0 ;margin: 0;}

.menu-content ul {
  padding: 60px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #777;height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  color:#222;
  text-decoration: none;
  padding: 15px 10px 15px 10px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .menu-content ul {
    padding: 0px 30px 0;
  }
  .menu-content ul li a {
    padding: 15px 15px 10px 10px;
  }

.menu-content ul li a::before {
  right: 11px;
  top: 20px;
}
  .menu-content{
    padding: 90px 0 0;}
  }

.menu-content {
  width: 20%;
  height: 100%;
  position: fixed;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  overflow-y: auto;
  opacity: 0.95;
  background-color: #FFF;
  transition: all 0.5s;/*アニメーション設定*/
}

.menu-content a:hover{
  color:#999;
}

#menu-btn-check:checked ~ .menu-content {
    left: 80%;/*メニューを画面内へ*/
}
@media only screen and (max-width: 1000px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    overflow-y: auto;
    opacity: 0.95;
    background-color: #FFF;
    transition: all 0.5s;/*アニメーション設定*/
  }
  
  #menu-btn-check:checked ~ .menu-content {
      left: 0%;/*メニューを画面内へ*/
  }
  .menu-mt{margin-top: 0 !important;padding-top: 0 !important;}
  .menu-mb{margin-bottom: 0 !important;padding-bottom: 0 !important;}
  }
/*三本線疑似要素*/
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;background-image: url(images/menu_btn.gif);
  background-size: contain;
  border-radius: 3px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  background-color: #111;
  position: absolute;
}
.menu-btn span:before {
  bottom: 10px;
  width: 120%;
  left:-20%;
}
.menu-btn span:after {
  top: 10px;
  width: 120%;
  left:-20%;
}
/*チェックボックスを隠す*/
#menu-btn-check {
    display: none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .pcnav{ display: none !important; }
}


/* アコーディオン */
.accordion {
  margin: 3em auto;
  max-width: 100vw;
  }
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  }
  .title,
  .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .title {
  padding: 1em;
  display: block;
  color: #FFF;
  font-weight: 500;
  }
  .dli-arrow-down {
    color: #fff;
  }
  
  .dli-arrow-down::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.05em;
    box-sizing: border-box;
  }
  
  .content {
  max-height: 0;
  overflow: hidden;
  }
  .content p {
  margin: 0;
  color: #FFF;
  text-align: left;
  padding: 1em 0;
  font-size: 0.9em;
  line-height: 1.5;
  }
  .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
  }
  .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  }


/* PCメニュー */
.flex_nav a{
  text-decoration: none;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #333;
  }
  .flex_nav .current a{
  color: #F33135;
  }
  .flex_nav a:hover{
  color: var(--main-color);
  background-color: #f5f5f5;
  }
.flex_nav {
    display: flex;
}
 
.flex_nav-item {
    padding: 0;
    margin: 0 0;
    text-align: center;
    color:  #333;
    width: 300px;
}
 
.flex_nav-item:nth-child(1) {
  border-left:1px solid #e0e0e0 ;
}
 
.flex_nav-item:nth-child(2) {
  border-left:1px solid #e0e0e0 ;
}
 
.flex_nav-item:nth-child(3) {
  border-left:1px solid #e0e0e0 ;
}
 
.flex_nav-item:nth-child(4) {
  border-left:1px solid #e0e0e0 ;
}
.flex_nav-item:nth-child(5) {
  border-left:1px solid #e0e0e0 ;
}
.flex_nav-item:nth-child(6) {
  border-left:1px solid #e0e0e0 ;
}
.flex_nav-item:nth-child(7) {
  border-left:1px solid #e0e0e0 ;
    border-right:1px solid #e0e0e0 ;
}
.flex_nav .last{
    border-right:1px solid #e0e0e0 ;
    }

@media (max-width: 992px) {
.flex_nav a{font-size: 12px;}
}
/* ボタン */
.btn--main,
a.btn--main {
  width: 100%;
  padding: 10px;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  background-color:  #FFF;
  margin-bottom: 10px;
}
.btn--main:hover,
a.btn--main:hover {
  color: #fff;
  background: var(--main-color);
}

a.btn--radius {
   border-radius: 100vh;
}
/* pickup */
.pickup{background-color: #eee;padding: 2rem 0;text-align: center;}
.pickup p{background-color: #fff;display: block;padding: 5px 0;}
@media (max-width: 992px) {
 .pickup p{font-size: 0.7rem;}
  }


  /*主な共通部分は省略*/

a.btn--bk {
  color: #fff;
  background-color: #000;
  margin-bottom: 5px;
  border: 3px solid #000;
}

a.btn--bk:hover {
  color: #fff;
  background: #000;
  border: 3px solid #ccc;
}

a.btn--gray {
  color: #fff;
  background-color: #999;
  margin-bottom: 5px;
  border: 3px solid #999;
}

a.btn--gray:hover {
  color: #fff;
  background: #999;
  border: 3px solid #ccc;
}

a.btn--wh {
  color: #fff;
  background-color: #FFF;
  margin-bottom: 5px;
  border: 1px solid #999;
}

a.btn--wh:hover {
  color: #fff;
  background: #FFF;
  border: 5px solid #ccc;
}

a.btn--nb {
  color: #fff;
  background-color: #00456e;
  margin-bottom: 5px;
  border: 3px solid #00456e;
}

a.btn--nb:hover {
  color: #fff;
  background: #00456e;
  border: 3px solid #ccc;
}
a.btn--bl {
  color: #fff;
  background-color: #665244;
  margin-bottom: 5px;
  border: 3px solid #665244;
}

a.btn--bl:hover {
  color: #fff;
  background: #665244;
  border: 3px solid #ccc;
}
a.btn--circle {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
}
/* フォーム */

input[type="text"] {border: 1px solid #999;width: 100%;padding: 10px;}
textarea{border: 1px solid #999;width: 100%;padding: 10px;}
#form {margin-top: 100px;}

@media (max-width: 992px) {
  #form {margin-top: 0px;}

}
#form label {
 position: relative;
 cursor: pointer;
 padding-left: 30px;
}

#form label::before,
#form label::after {
 content: "";
 display: block; 
 border-radius: 50%;
 position: absolute;
 transform: translateY(-50%);
 top: 50%;
}

#form label::before {
 background-color: #fff;
 border: 1px solid #999;
 border-radius: 50%;
 width: 20px;
 height: 20px;
 left: 5px;
}

#form label::after {
 background-color: #555;
 border-radius: 50%;
 opacity: 0;
 width: 14px;
 height: 14px;
 left: 8px
}

#form input:checked + label::after {
 opacity: 1;
}

#form .visually-hidden {
position: absolute;
white-space: nowrap;
border: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);
overflow: hidden;
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
}

/* フッター */
.footer-logo{}
#footer{color: #111;font-size: .9rem;background-color: #f2f2f2;}
#footer h2{font-size: 1.2rem;color: #111;text-align: left;margin-bottom: 0.5em;margin-top: 0em;}
#footer h2 span{font-size: .9rem;color: #111;}
#footer ul{padding-left: 1em;text-indent: -1em;}
#footer li{color: #111;list-style: none;}
#footer li a{color: #111;text-decoration: none;}
#footer li a:hover{color: #111;text-decoration: underline;}
.copyright{padding: 10px 0;}
@media (max-width: 992px) {
.copyright{font-size: 10px;}
#footer h2{margin-top: 1.5rem;}
.pickup span{ font-size: 0.8rem;}
}



/*アニメーション要素のスタイル*/
.animation{
  opacity : 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


  /* 下から */
  
  .fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(30px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  