﻿@charset "utf-8";
/*======================================================

  共通レイアウト

======================================================*/
/*----------------------------------------
      BASE
----------------------------------------*/
html{
   font-size:62.5%; 
}
body{
font-family: "Noto Serif",'Sawarabi Mincho',"游明朝","Yumincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: 500;
  font-size:1.6rem;
  line-height: 1.7;
  color:#231815;  
}
.cf:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
:root .cf::after { /* IE9 */
  content: ""\9;
  clear: both\9;
  display: block\9;
  height: 0\9;
}
table {
  width: 100%;
}
a {
  color: #00f;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  backface-visibility: hidden;
}
/* @ HOVER @ */
@media screen and (min-width : 768px ) {
/*body:not(.tablet) a:hover {
  color: #0B58A2;
}*/
}

#wrapper{
  position: relative;
}

/*----------------------------------------
      HEADER
----------------------------------------*/
header{
    position: absolute;
    top: 2rem;
    left: 2rem;
}

  header.header .logo_area{
    position: relative;
    z-index: 99;
  }


/*----------------------------------------
      NAVIGATION
----------------------------------------*/

/*----------------------------------------
      FOOTER
----------------------------------------*/
#footer{
  background: url(../Image/common/bg_foot.png) no-repeat;
  background-size: cover;
  padding: 4rem;
  text-align: center;
}
#footer .f_inner{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
#footer .f_inner .l_box,
#footer .f_inner .r_box{
    width: 40%;
}
#footer .f_inner .top_wrapp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
#footer .f_logo{
  margin-bottom: 1rem;
}
#footer .link_area{
    display: flex;
    justify-content: space-between;
    width: 65%;
    max-width: 22rem;
}
#footer .link_area a{
  color: #fff;
  display: block;
  position: relative;
}
#footer .link_area a:before{
  content: "";
  background: url(../Image/common/icon_link.png) no-repeat;
  width: 13px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: -1.9rem;
  transform: translateY(-50%);
}
#footer .sns_area{
  display: flex;
  justify-content: space-between;
  width: 20%;
}
#footer .sns_area li {
    width: 45%;
}
#footer .sns_area a{
  display: block;
}
#footer .sns_area img{
  width: 100%;
}
#footer #copy{
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
}
.totop{
  border: 3px solid white;
  bottom: 13%;
  right: 3%;
  z-index: 9999;
  transform: rotate(-89deg);
  background: #015db2;
  padding: 1rem;
  border-radius: 50%;
  position: fixed;
}

@media screen and (min-width : 768px ) {
  #footer a:hover{
    opacity: 0.6;
  }
}

/*----------------------------------------
      FRAMEWORK
----------------------------------------*/


/*======================================================

  デスクトップ @ 1200px～

======================================================*/
/* @ 1200px～のみ*/
@media (min-width: 1200px){
  header.header .logo_area .hdr_logo a:hover{
    opacity: 0.6;
  }
  
  nav ul.navi li a::before,
  nav ul.navi li a::after {
    display: block;
    position: absolute;
    bottom: -10px;
    width: 0;
    content: "";
    border-bottom: solid 3px #0b58a2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
  nav ul.navi li a::before {
  left: 50%;
}
  nav ul.navi li a::after {
  right: 50%;
}
  nav ul.navi li a:hover::before,
  nav ul.navi li a:hover::after {
  width: 50%;
}
  
  header.header .contact_btn a:hover{
    background: #fff;
    color: #e60012;
}
  header.header .contact_btn a:hover:after{
    background: url(../Image/common/icon_arrow_04.png) no-repeat center;
  }
  #footer .container .txt_area ul.btn_area li a:hover{
    background: #015DB2;
  }
  #footer .privacy a:hover{
    text-decoration: underline;
  }
  #footer .f_ttl a:hover{
    background: #fff;
    color: #231815;
        border-radius: 3rem;
  }
  
  
}
@media (min-width: 992px){
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    background-color: #00a693;
    height: 3px;
  }
  .drawer-hamburger{
    border: 4px solid #00a693;
    width: 3rem;
    padding: 18px 1.5rem 30px;
    top: 3rem;
    right: 3rem;
  }
  .drawer--right .drawer-hamburger{
    right: 3rem;
  }
  .drawer-nav{
    background-color: rgba(0,166,147,0.9);
    width: 75rem;
    padding: 3rem;
  }
  .drawer--right .drawer-nav{
    right: -75rem;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 77rem;
  }
  .sp-menu-body{
    width: 65%;
  }
  .sp-menu-body a{
    font-size: 2rem;
    color: #fff;
    padding: 2rem 0;
    display: block;
  }
  .sp-menu-body li{
    text-align: center;
    border-bottom: 1px solid #69bdb4;
  }
  .sp-menu-body li.contact{
    margin-top: 3rem;
    border-bottom: none;
  }
  .sp-menu-body li.contact a{
    color: #139e91;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 40px;
  }
  .sp-menu-body li.contact a:hover{
    background: #13A897;
    color: #fff;
    opacity: 1;
  }
}
/*======================================================

  ノートPC @ 992～1199px

======================================================*/
/* @ 1199px～ */
@media screen and (max-width : 1199px){
  .container  nav ul.navi li a{
    padding: 1.2rem 4.8rem;
  }
  #footer .txt_area ul.btn_area li{
    width: 49%;
  }
  #footer .txt_area ul.btn_area li a{
    font-size: 1.4em;
    padding: 1rem 3rem;
  }
  .foot_bnr{
    padding: 1rem 4%;
  }
  .foot_bnr img{
    width: 100%;
  }
}
@media screen and (max-width : 1140px){
  .container  nav ul.navi li a{
    padding: 1rem 3.3rem;
  }
}
/* @ 1199～992pxのみ */
@media  (min-width : 992px) {
  #footer .txt_area .tel_area a{
    pointer-events: none;
  }
}
/*======================================================

  タブレット @ 768～991px

======================================================*/
/* @ 991px～ */
@media screen and (max-width : 991px) {
  .drawer-nav{
    z-index: 99999;
    padding: 2rem 2rem;
  }
  .drawer-hamburger{
    width: 2.8rem;
    height: 2.8rem;
    padding: 13px 1.75rem 22px;
    background: #03a794;
    z-index: 9999;border:none;
  }
  .drawer-hamburger:hover{
    background: #03a794;
  }
  .drawer-nav {
    width: 30rem;
  }
  .drawer--right.drawer-open .drawer-hamburger {
      right: 30rem;
  }
  .drawer--right .drawer-nav{
    right: -30rem;
  }
  .drawer-nav li a{
    color: #fff;
  }
  .drawer-nav li{
      margin-bottom: 2rem;
  }
  .drawer-nav li:last-child{
    margin-bottom: 0;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, 
  .drawer-hamburger-icon:before{
    background-color: #fff;
  }
  .drawer-nav{
    background-color: #00a693;
  }
  .drawer-nav li .nav_tel a{
    font-size: 2.4rem;
    display: block;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0.4rem;
  }
  .drawer-nav li .nav_tel a:before{
    content: "";
    background: url(../Image/common/icon_tel_02.png) no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-right: 0.5rem;
  }
  .drawer-nav li .nav_contact a{
    background: #E60012;
    display: block;
    text-align: center;
    padding: 1rem 0;
    border-radius: 7px;
  }
  
  header.header{
    height: 60px;
    padding: 15px 0;
  }
  
  header.header .inner{
    padding: 0;
    width: 76%;
    margin: 0;
  }
  header.header .logo_area{
    border: none;
    padding: 1rem 1rem;
    position: relative;
    z-index: 99;
  }
header.header .hdr_logo {
    width: 100%;
}
  header.header .hdr_logo img{
    max-width: 100%;
  }
  header.header .logo_area .hdr_logo a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  header.header .logo_area{
        padding: 0 1rem;
    position: relative;
    z-index: 99;
  }
header.header .hdr_logo img {
    max-width: 100%;
}

#footer {
  padding: 5rem 0 5rem;
}
.totop img{
  width: 100%;
}
#footer .f_inner{
  width: 92%;
}
#footer .f_inner .l_box{
  width: 40%;
}
#footer .f_inner .r_box{
  width: 55%;
}
}

  



/*======================================================

  スマホ(大) @ 576～767px

======================================================*/
/* @ 767px～ */
@media screen and (max-width : 767px ) {
.drawer-hamburger{
  padding: 15px 1.75rem 24px;
}
.drawer-hamburger{
  width: 2.5rem;
}
.drawer-nav li .nav_tel a {
font-size: 2.3rem;
}
.drawer-hamburger {
  padding: 7px 1.5rem 17px;
}
.totop{
  width: 60px;
  height: 60px;
  padding: 15px;;
}
.totop img{
  width: 100%;
}
header.header {
  height: 52px;
  padding: 16px 0;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
}
header.header .hdr_logo img {
  width: 100%;
  max-width: 100%;
}
header.header {
  height: 52px;
  padding: 16px 0;
  position: fixed;
  z-index: 9999;
}
header.header .hdr_logo {
  width: 71%;
}
header.header .container .logo_area {
  padding: 0 2rem;
}
header.header .inner{
  padding: 0;
}
#wrapper {
  position: relative;
  padding-top: 52px;
}
#footer {
  padding: 2rem 0 2rem;
}
#footer .f_inner{
  display: block;
}
#footer .link_area{
  width: 45%;
}
#footer .link_area a{
  font-size: 1.2rem;
}
#footer .f_inner .l_box {
  width: 100%;
}
#footer .f_inner .r_box {
  width: 100%;
}
#footer #copy{
  text-align: center;
}
}
/* @ 576～767pxのみ */
@media  (min-width : 576px) and (max-width : 767px){
}
/*======================================================

  スマホ(小) @ 320～575px

======================================================*/
/* @ 575px～ */
@media screen and (max-width : 575px) {

}
