@charset "UTF-8";

/* ****************************************************
Title: base.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Noto+Sans+JP:wght@300;400;700&display=swap');

a:link    {color: #333;text-decoration: underline;}
a:visited {color: #333;text-decoration: none;}
a:hover   {color: #333;text-decoration: none;}
a:active  {color: #333;text-decoration: none;}


.en{font-family: 'Libre Baskerville', serif;}

/* common
---------------------------------------------------------------------------- */
/* -- color --*/
.red {color:red;}

/* -- text font  --*/
.bold{font-weight:bold;}
.tc { text-align: center; }.tl { text-align: left; }.tr { text-align: right; }
.tdu { text-decoration: underline; }
.lh10 { line-height: 1em; }.lh15 { line-height: 1.5em; }.lh2 { line-height: 2em; }.lh3 { line-height: 3em; }
.vm { vertical-align: middle; }.vt { vertical-align: top; }
.fs08 { font-size: 0.8em; }.fs09 { font-size: 0.9em; }.fs1 { font-size: 1em; }
.fs11 { font-size: 1.1em; }.fs12 { font-size: 1.2em; }.fs13 { font-size: 1.3em; }
.bn { border:none; }
.bbn { border-bottom: none; }


/* -- width  --*/
.w800 {width:800px; margin: 0 auto;}
.w960 {width:960px; margin: 0 auto;}
.w1000 {width:1000px; margin: 0 auto;}
.w1100 {width:1100px; margin: 0 auto;}
.w1200 {width:1200px; margin: 0 auto;}
.w100{width:100%;}

/* -- layout  --*/
.fl {float:left;}.fr {float:right;}
.dc {display:block; text-align:center;}.ma {margin-left: auto; margin-right: auto;}
.flex {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;}
.jc_sb {-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-flex-pack:justify;-moz-flex-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;}
.jc_sa {-webkit-flex-pack:distribute;-moz-flex-pack:distribute;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around;}
.jc_ce {-webkit-box-pack:center;-moz-box-pack:center;-webkit-flex-pack:center;-moz-flex-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}
.fl_wp {-webkit-box-lines:multiple;-moz-box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.ai_ce{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;}

/* -- none --*/
body .sp {display: none;}.pc_none {display:none;}

/* -- margin  --*/
.mb0{margin-bottom:0px !important;}.mb5{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}.mb25{margin-bottom:25px !important;}.mb30{margin-bottom:30px !important;}.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}.mb45{margin-bottom:45px !important;}.mb50{margin-bottom:50px !important;}.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}.mb65{margin-bottom:65px !important;}.mb70{margin-bottom:70px !important;}.mb75{margin-bottom:75px !important;}
.mb80{margin-bottom:80px !important;}.mb85{margin-bottom:85px !important;}.mb90{margin-bottom:90px !important;}.mb95{margin-bottom:95px !important;}.mb100{margin-bottom:100px !important;}


/* -- clearfix  --*/
.cf:before, .cf:after {content:' '; display:table;}
.cf:after {clear:both;}


@media screen and (max-width: 639px) {
body .pc {display: none;}
body .sp {display: block;}

.w800 {width:100%;}
.w960 {width:100%;}.w1000 {width:100%;}.w1100 {width:100%;}.w1200 {width:100%;}.w100s{width: 100%;}
.w94s{width: 94%;margin-left:auto;margin-right:auto;}
.flexsp {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;}
.jc_sbsp {-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-flex-pack:justify;-moz-flex-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;}
.jc_sasp {-webkit-flex-pack:distribute;-moz-flex-pack:distribute;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around;}
.jc_cesp {-webkit-box-pack:center;-moz-box-pack:center;-webkit-flex-pack:center;-moz-flex-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}
.fl_wpsp {-webkit-box-lines:multiple;-moz-box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.ai_cesp {-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;}

/* -- margin  --*/
.mb0sp{margin-bottom:0px !important;}.mb5sp{margin-bottom:5px !important;}.mb10sp{margin-bottom:10px !important;}.mb15sp{margin-bottom:15px !important;}
.mb20sp{margin-bottom:20px !important;}.mb25sp{margin-bottom:25px !important;}.mb30sp{margin-bottom:30px !important;}.mb35sp{margin-bottom:35px !important;}
.mb40sp{margin-bottom:40px !important;}.mb45sp{margin-bottom:45px !important;}.mb50sp{margin-bottom:50px !important;}.mb55sp{margin-bottom:55px !important;}
.mb60sp{margin-bottom:60px !important;}.mb65sp{margin-bottom:65px !important;}.mb70sp{margin-bottom:70px !important;}.mb75sp{margin-bottom:75px !important;}
.mb80sp{margin-bottom:80px !important;}.mb85sp{margin-bottom:85px !important;}.mb90sp{margin-bottom:90px !important;}.mb95sp{margin-bottom:95px !important;}.mb100sp{margin-bottom:100px !important;}



}


/* # body
---------------------------------------------------------------------------- */
body {
  color: #333;
}



/* # header
---------------------------------------------------------------------------- */
#header .startnavi {
  background: #000;
}

#header.fixed #logo {
  display: none;
}

#header .startnavi #logonavi {
  padding: 0;
}

#header .startnavi .navsns{
  margin-left: auto;
  width: 80%;
  height: 100px;
  display: flex;
}

#header .startnavi #fv_navi #logo,
#header .startnavi #logonavi #logo2 {
  width: 230px;
  padding-left: 45px;
}

#header .startnavi #fv_navi #nav,
#header .startnavi #logonavi #navi  {
  width: 100%;
  display: flex;
    align-items: center;
}

#header .startnavi .navsns .sns{
  width: 10%;
}

#header .startnavi #fv_navi #nav ul,
#header .startnavi #logonavi #navi ul {
  width: 100%;
  justify-content: flex-end;
}

#header .startnavi #fv_navi #nav ul li a,
#header .startnavi #logonavi #navi ul li a {
  text-decoration: none;
  font-size: 1vw;
  position: relative;
  padding: 38px 0;
color: #fff;
}

#header .startnavi #fv_navi #nav ul li a:hover:after,
#header .startnavi #logonavi #navi ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

#header .startnavi #fv_navi #nav ul li a:after,
#header .startnavi #logonavi #navi ul li a:after{
  content: '';
width: 80%;
border-bottom: 2px solid #fff;
position: absolute;
bottom: 0;
left: 10%;
visibility: hidden;
-webkit-transform: scaleX(0) translateX(-50%);
-ms-transform: scaleX(0) translateX(-50%);
transform: scaleX(0) translateX(-50%);
-webkit-transition: all .15s ease-in-out 0s;
transition: all .15s ease-in-out 0s;
}

#header .startnavi #fv_navi #nav ul li.ec a,
#header .startnavi #logonavi #navi ul li.ec a {
  background: rgba(255,255,255,.9);
  color: #000;
  padding: 38px 20px;
  transition: background 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
}

#header .startnavi #fv_navi #nav ul li.ec a:hover,
#header .startnavi #logonavi #navi ul li.ec a:hover {
  background: #555;
}

#header .startnavi #fv_navi #nav ul li.ec a span,
#header .startnavi #logonavi #navi ul li.ec span {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 20px;
}

#header .startnavi #fv_navi #nav ul li,
#header .startnavi #logonavi #navi ul li{
  width: 14%;
  text-align: center;
}

#header .startnavi #fv_navi #nav ul li.ec,
#header .startnavi #logonavi #navi ul li.ec{
  width: 17%;
}

header #logonavi.headnav {
display: none;
}

header.fixed{
position: fixed;
top: 0;
left: 0;
z-index: 999;
box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}

header.fixed #fv_navi.headnav {
display: none;
}

header.fixed #logonavi.headnav {
  display: flex;
  padding: 10px 0 12px 50px;
  box-sizing: border-box;
  background-color: #000;
}



.exo-menu{
  position:relative;
}

#header .startnavi #fv_navi #nav ul li.drop-down ul > li > a:hover{
background: #333;
}

li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
  left: 0px;
  min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #000;
  }

#header .startnavi #fv_navi #nav ul li.drop-down>ul>li>a,
#header .startnavi #fv_navi #nav ul li.flyout-right ul>li>a,
#header .startnavi #fv_navi #nav ul li.flyout-left ul>li>a,
#header .startnavi #logonavi #navi ul.drop-down-ul li a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #000;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-size: 1rem;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  border-bottom: 1px dotted #B8C7BC;
}



/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
  background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
  display:block;
}
/*responsive*/
 @media (min-width:767px){
  .exo-menu > li > a{
  display:block;
  padding: 20px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:absolute;
    z-index: 1;
}
 .flyout-right>ul{
  left: 100%;
  }
  .flyout-left>ul{
  right: 100%;
}


 }

@media screen and (max-width: 639px) {
#header .drawer-hamburger {
  margin: 0;
  padding: 16px 1rem 28px;
  background: rgba(0,0,0,0.8);
}

#header .drawer-hamburger-icon,
#header .drawer-hamburger-icon::after,
#header .drawer-hamburger-icon::before{
  background: #fff;
}

.drawer-open #header .drawer-hamburger-icon{
    background-color: transparent;
}

.drawer-menu {
  margin-bottom: 20px;
}

.dr_logo {
    width: 75%;
    margin: 0 auto 10px;
}

#header .drawer-menu-item{
  border-bottom: 1px solid #333;
  color: #fff;

}

#header .drawer-nav .ec,
#header .drawer-nav .acc,
#header .drawer-nav .ln {
  width: 90%;
    margin: 0 auto;
}

#header .drawer-nav .ln{
  margin-top: 30px;
}

#header .drawer-nav .ln a {
  background: #06c655;
  color: #fff;
}


#header .drawer-nav .ec{
  margin-bottom: 10px;
margin-top: 10px;}

#header .drawer-nav .ec a {
  background: #222;
  color: #fff;
}

#header .drawer-nav .acc a {
  background: #fff;
  color: #222;
  border:solid 1px #c6c6c6;
}


#header .drawer-nav .ec a,
#header .drawer-nav .ln a {
  display: block;
  text-align: center;
  padding: 8px 0;
  text-decoration: none;
  border-radius: 6px;
}

#header .drawer-nav .ec a span,
#header .drawer-nav .ln a span {
  vertical-align: sub;
  margin-right: 10px;
  font-size: 20px;
}

#header #spnav {
  height: 56px;
  background: #000;
  padding:12px 0 0 15px;
  width: 100%;
  box-sizing: border-box;
}

#header #spnav #logo {
  width: 30%;
}

#header #spnav #splogoh {
  width: 90px;
}

#header.fixed #spnav {
  background: none;
  height: auto;
  padding:0;
  width: auto;
}

#header.fixed #spnav #splogoh {
  display: none;
}


}

/* # va
---------------------------------------------------------------------------- */




/* # pageBody

---------------------------------------------------------------------------- */


#pagebody .mhead {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

#pagebody .btn a {
  display: block;
  background-color: #000;
  border-radius: 50px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  width: 240px;
  transition: background-color 0.5s, color 0.5s;
}

#pagebody .btn a:hover {
  background: #ccc;
  color: #333;
}

#pagebody section .bar {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  line-height: 1;
  color: #333;
}

@media screen and (max-width: 639px) {
  #pagebody section .bar {
    font-size: 28px;
    font-weight: 700;
  }
  
  #pagebody section .lead_s {
    font-size: 14px;
    font-weight: 400;
    }
}


/* # footer
---------------------------------------------------------------------------- */
#footer {
  padding-top: 100px;
}


#footer .contact_area {
  background-color: #f0f0f0;
  padding: 60px 0;
}

#footer .contact_area .bar {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

#footer .contact_area .bar::after{
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  width: 85px;
  height: 2px;
  background: #222;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#footer .contact_area .f_nav ul li {
  width: 45%;
  font-size: 18px;
}

#footer .contact_area .f_nav ul li a{
  display: block;
  border-radius: 5px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  transition: background-color .5s, color .5s;

}



#footer .contact_area .f_nav ul li.cbtn a {
    display: flex;
    justify-content: center;
  background-color: #06c655;
  color: #fff;
  border: solid 1px #06c655;
  padding: 10px 0;
}

#footer .contact_area .f_nav ul li.cbtn a span {
  display: inline-block;
}

#footer .contact_area .f_nav ul li.ebtn a {
  background-color: #fff;
  color: #333;
  border: solid 1px #444;
    padding: 24px 0 25px;
}

#footer .contact_area .f_nav ul li.cbtn a:hover,
#footer .contact_area .f_nav ul li.ebtn a:hover {
  opacity: .7;
}

#footer .contact_area p.telc {
  font-size: 18px;
}

#footer .contact_area .tel .number {
  margin-left: 5px;
  font-size: 25px;
}

#footer .address {
  padding: 20px 0;
  background: #000;
  color: #fff;
}


@media screen and (max-width: 639px) {
  #footer .contact_area {
    padding: 50px 2.5%;
    box-sizing: border-box;
  }
  #footer .contact_area .bar {
    font-size: 30px;
  }
  
   #footer .contact_area .f_nav ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .contact_area .f_nav ul li:last-child {
    margin-bottom: 0;
  }
}
