:root {
  --main-color: #484949;
  --main-color2: #00B7EE;
  --main-bgcolor: #f2fafc ;
}


.font1{font-family: 'Hina Mincho', serif;}
.font2{font-family: 'Kosugi', sans-serif;}
.font3{font-family: 'Noto Sans JP', sans-serif;}
.font4{font-family: 'Noto Serif JP', serif;}
.font5{font-family: 'Reggae One', cursive;}
.font6{font-family: 'RocknRoll One', sans-serif;}
.font7{font-family: 'Sawarabi Gothic', sans-serif;}
.font8{font-family: 'Sawarabi Mincho', serif;}
.font9{font-family: 'Shippori Mincho B1', serif;}
.font10{font-family: 'Zen Maru Gothic', sans-serif;}
.font11{font-family: 'DotGothic16', sans-serif;}
.font12{font-family: 'Zen Kaku Gothic New', sans-serif;}

/*共通*/
h2{font-size: 2.5rem;text-align: center;font-weight: bold;line-height: 3.5rem;letter-spacing: 0rem;color: #222;margin-bottom: 5px;}
h3{font-size: 1.6rem;text-align: left;font-weight: bold;line-height: 2.2rem;letter-spacing: 0rem;color: #222;margin-bottom: 5px;}
h4{font-size: 1.3rem;text-align: left;font-weight: bold;line-height: 1.3rem;letter-spacing: 0rem;color: #222;margin-bottom: 5px;}
p{font-size: 0.8rem;color: #222;font-weight: normal;margin-bottom: 10px;}

@media only screen and (max-width: 991px) {
  h2{font-size:1.4rem;line-height: 2rem;}
  h3{font-size:1.3rem;line-height: 1.3rem;}
  h4{font-size:1.1rem;line-height: 1.1rem;}
  p{font-size: 100%;margin-bottom: 10px;}
}   

.w100 {width: 100%;height: auto !important;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w50 {width: 50%;}
.max-100 { max-width: 100%;}

@media only screen and (max-width: 991px) {
.sp-none{display: none;}
}

.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 720px) {
  p{font-size: 80%;margin-bottom: 10px;}
}



.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* ボタンのスタイル */
.button1 a {
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  max-width: 220px;
  font-size: 0.8rem;
  padding: 5px 25px;
  color: #FFF !important;
  transition: 0.3s ease-in-out;
  background-color: #222;
}
.button1 a:hover {
  color: #ccc !important;
}
.button1 a:hover:after {
  border-color: #555;
}




/* フッター */
#footer{background-color: #FFF;font-size: 1.1rem;width: 100%;text-align: left;padding-top: 30px !important;color: #00B7EE;background:linear-gradient(#FFF 60%, #eee 100%);}

#footer span{font-size: 2.5rem;letter-spacing: 0em;font-weight: bold;color: #00B7EE;}
.copyright{padding: 10px 0 20px;color: #666;font-size: 1rem}

@media (max-width: 992px) {
  #footer{text-align: center;}
}
@media (max-width: 992px) {
.copyright{font-size: 10px;}
}

#topBtn{
    background:#333;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


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



/* ヘッダー */
.logo_area img{ width: 90%;margin: 5px 0;max-height: 80px;}
.header-logo{background-color: #000;opacity: 0.9;border-radius: 0;}

@media only screen and (max-width: 1000px) {

.header-logo{background-color: #000;opacity: 0.9;border-radius: 0px;}
.logo_area img{ width: 100%;margin: 10px 0;max-height: 80px;}
 

}
/* SPメニュー */
.menu-content .row{padding: 0 ;margin: 0;}

.menu-content ul {
  padding: 90px 10px 0;
  margin-bottom: 30px !important;
}
.menu-content ul li {
  border-bottom: solid 1px #333;
  position: relative;
  height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  color:#333;
  text-decoration: none;
  padding: 8px 15px 10px 10px;
}

.menu-content .sub {
  list-style:none;
  padding-left: 0.7em;
}


.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
@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: 35%;
  height: 100%;
  position: fixed;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 99998;
  overflow-y: auto;
  opacity: 0.9;
  background-color: #ffffff;
  transition: all 0.5s;/*アニメーション設定*/
}

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

#menu-btn-check:checked ~ .menu-content {
    left: 75%;/*メニューを画面内へ*/
}
@media only screen and (max-width: 1000px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 99998;
    overflow-y: auto;
    opacity: 0.9;
    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: 0px;
  right: 0px;
  display: flex;
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .menu-btn {
    height: 60px;
    width: 60px;
  } 
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 0px;
  background-color: #ccc;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn.active span,
.menu-btn.active span:before,
.menu-btn.active span:after {
  background-color: #333;
}
/*チェックボックスを隠す*/
#menu-btn-check {
    display: none;
}

