/* ------------------------------------------------------------------ */
/* a. General and Common Styles
/* ------------------------------------------------------------------ */

body { 
  background: #fff; 
  font-family: "Noto Sans JP", sans-serif;
}

.section-head {
  	padding: 0 4%;
   text-align: center;
}
.section-head h1 {
   font: 20px/36px 'montserrat-bold', sans-serif;
   color: #333;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   margin-bottom: 12px;
}

/* for css animations */
.show { opacity: 1; }
.js #mc_embed_signup input[type="email"],
.js #mc_embed_signup input[type="submit"] {
   opacity: 0;
}


/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
   height: 80px;
   width: auto;
   background: #fff;
   left: 0;
   top: 0;
   z-index: 990;
   overflow: hidden;
}

/* header logo */
header .logo {
   margin-left: 0px;
   margin-right: 20px;
   float: left;
   width: auto; 
   z-index: 991; 

   /* add position relative since z-index only applies to  
   elements that have been given an explicit position */
   position: relative; 
}
header .logo a {
   display: block;
   margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
   height: 80px;   
}
header .logo a img {
  height: 80px;   
}



/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap, #nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* nav-wrap */
#nav-wrap {
   float: right;
   margin-right: 30px;
   height: 80px;
   font: 14px 'montserrat-regular', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1.2px;
   z-index: 500;
}

/* hide toggle button */
#nav-wrap > a { display: none; }

ul#nav {
   min-height: 54px;
   width: auto;
   text-align: center;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 80px;
   display: inline-block;

}

/* Links */
ul#nav li a {

   /* 8px padding top + 8px padding bottom + 38px line-height = 54px */
   display: inline-block;
   padding: 22px 10px;
   line-height: 38px;
	 text-decoration: none;
   text-align: left;
   color: #4a4a4a;
   letter-spacing: 1px;
   font-size: 90%;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
ul#nav li a:hover { color: #008dd7; }
ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #2ea988; }
ul#nav li a i{color: #f68517;}

/* ------------------------------------------------------------------ */
/* kato common
/* ------------------------------------------------------------------ */

.for-pc{display: block;}
.for-sp{display: none;}

/* ------------------------------------------------------------------ */
/* lp 
/* ------------------------------------------------------------------ */

.lp{
  width: auto;
  oxverflow: hidden;
}
.index-key{
  max-height: 500px;
  margin-bottom: 60px;
  background-color: #565c5d;
}
.index-key .row{
width: auto;
max-width: 1200px;
}
.index-key .row img{
width:100%;
}

@media only screen and (max-width: 750px) {
  .index-key .row{
    width: auto;
    max-width: 100%;
  }
}

.lp .cntbox{
  overflow: hidden;
  margin: 90px 0;
  text-align: center;
}
.lp .cntbox h2{
  margin-bottom: 40px;
  padding: 0 0 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .lp .cntbox h2{
    margin-bottom: 40px;
    padding: 0 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
  }
}

.lp .lp02 img{
  width: 100%;  
}
.lp .lp03 .catbox{
  height: 160px;
  margin-bottom: 24px;
  padding: 26px 30px 20px;
  background-color: #e7f2f8;
  border-radius: 8px;
}
.lp .lp03 .catbox h3{
  margin-bottom: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #008dd7;
  letter-spacing: 2px;
}
.lp .lp04{
  width: 80%;
  margin-left: 10%;
}
.lp .lp04 img{
  width: 100%;  
}
.lp .lp07{
  padding-top: 100px;
  border-top: 2px solid #ccc;
}
.lp .lp07 img{
  width: 100%;  
}



/* ------------------------------------------------------------------ */
/* CTA
/* ------------------------------------------------------------------ */

.lp .ctabox{
  padding: 60px 0;
  text-align: center;
  background-color: #e7f2f8;
}
.lp .ctabox h2{
  margin: 0;
  padding: 0 0 24px;
}
.lp .contactinfo{
  max-width: 80%;
  width: 80%;
  margin: 0 10%;
  padding: 40px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.lp .contactinfo .left{text-align: left;}
.lp .contactinfo .week{
  margin: 0 0 10px;
  font-size: 14px;
}
.lp .contactinfo .tel{
  margin: 0;
  font-size: 42px;
  font-weight: bold;
}
.lp .contactinfo .tel span{
  font-size: 24px;
}
.lp .contactinfo .ctabtn{
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  background-color: #008dd7;
}
.lp .contactinfo .ctabtn:hover{
  opacity: 0.7;
}
.lp .contactinfo .ctabtn p{
  margin: 0 20px;
  padding: 22px 20px 16px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #008dd7;
  border-radius:8px;
  color: #fff;
}
.lp .ctabox .caption{
  margin: 14px 0 0;
  font-size: 14px;
}

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


  .lp .contactinfo .week{
    margin: 0 0 10px;
    font-size: 15px;
    text-align: center;
  }
  .lp .contactinfo .tel{
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .lp .contactinfo .tel span{
    font-size: 19px;
  }
  .lp .contactinfo .right{
    margin: 32px 0 0 0;
  }
  .lp .contactinfo .ctabtn:hover{
    opacity: 0.7;
  }
  .lp .contactinfo .ctabtn p{
    margin: 0 20px;
    padding: 20px 20px 16px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #008dd7;
    border-radius:8px;
    color: #fff;
  }
  .lp .ctabox .caption{
    line-height: 160%;
  }
}












/* 
.index-profile h2{
  margin-bottom: 30px;
}
.index-profile{
  margin-bottom: 60px;
}
.index-profile .left{
  text-align: left;
}
.index-profile .left h2{
  padding-bottom: 10px;
  display: inline-block;
  background-image: url('../images/bline.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
.index-profile .left h2,
.index-profile .left p{
  text-align: left;
}
.index-profile .left a.btn{
  padding: 10px 35px 9px;
  background-color: #37c59b;
  color: #fff;
}
.index-profile .right{
  padding-top: 73px;
  padding-right: 0px;
  text-align: right;
}
.index-profile .right img{
  display: inline-block;
  width: 86%;
}
.index-access{
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
.index-access h2{
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: inline-block;
  background-image: url('../images/bline.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
.index-access .left{
  text-align: left;
}
.index-access .mapbox{
  text-align: center;
}
.index-access .mapbox iframe{
  height: 500px;}

.index-access .left h2,
.index-access .left p{
  text-align: left;
}
.index-access .left a.btn{
  padding: 10px 35px 9px;
  background-color: #f48b1a;
  color: #fff;
}
.index-access .right{
  padding-top: 73px;
  text-align: left;
}
.index-access .right strong{
  font-weight: bold;
}
.index-access .interior{
  margin-top: 40px;
  text-align: center;
}
.index-access .interior img{
  width: 86%;
}
.index-key .row{
width: 100%;
max-width: 1200px;
}
.index-key .row img{
width:100%;
}

#btt{
height: 42px;
margin-top: 100px;
background-color: #fff;
text-align: center;
}
#btt a{
padding: 14px 35px 13px ;
background-color: #008dd7;
color: #fff;
}



.index-business .row .column{
  padding: 0px 20px;
  

}
.index-business .row .column h3{
  margin: 0px;
  padding: 26px 30px 26px 80px;
  border: 2px solid #7fc6eb;

}
.index-business .title_a,
.index-business .title_b,
.index-business .title_c,
.index-business .title_d,
.index-business .title_e,
.index-business .title_f{
  background-position: 4% 50%;
}

h2.h2title{
  margin-bottom: 60px;
  padding-bottom: 10px;
  display: inline-block;
  background-image: url('../images/bline.png');
  background-position: bottom left;
  background-repeat: repeat-x;
}
.index-business h3,
.business01 h3{
  color: #008dd7;
  font-weight: normal;
  letter-spacing: 1px;
}
.business01 h3{
  color: #008dd7;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 1px;
}
.business01 p{
  margin-bottom: 0px;
}
.business01 .row .six{
margin-bottom: 20px;
}
.business01 .title_a,
.business01 .title_b,
.business01 .title_c,
.business01 .title_d,
.business01 .title_e,
.business01 .title_f{
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 55px;
  background-repeat: no-repeat;
}
.business01 .title_a{
  background-image: url('../images/icon_a.png');
  background-size: 10%;
}
.business01 .title_b{
  background-image: url('../images/icon_b.png');
  background-size: 10%;
}
.business01 .title_c{
  background-image: url('../images/icon_c.png');
  background-size: 7%;
}
.business01 .title_d{
  background-image: url('../images/icon_d.png');
  background-size: 10%;
}
.business01 .title_e{
  background-image: url('../images/icon_e.png');
  background-size: 6%;
}
.business01 .title_f{
  background-image: url('../images/icon_f.png');
  background-size: 8%;
}
.business01 .btnbox,
.business02 .btnbox{
  padding-top: 40px;
  padding-bottom: 100px;
  text-align: center;
}
.business01 a.btn,
.business02 a.btn{
  padding: 15px 65px 14px;
  background-color: #37c59b;
  color: #fff;
}
.business01 .interior{
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
}
.business01 .interior img{
  display: inline-block;
}
.business02 ul{margin-bottom: 60px; margin-left: 3%;}
.business02 ul li{
  width: 152px;
  height: 152px;
  display: table-cell;
  background-color: #33b47f;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}
.business02 ul li.tri{
  width: 51px;
  height: 152px;
  display: table-cell;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 35px;
  color: #0ba0e5;
}
.business02 .twelve{
  padding: 0 30px;
}
.business02 .twelve p strong{
  font-weight: bold;
} */



/* ------------------------------------------------------------------ */
/* profile
/* ------------------------------------------------------------------ */

/* 
.profile h2{
  margin-bottom: 60px;
}
.profile{
  margin-bottom: 100px;
}
.profile .left{
  text-align: left;
}
.profile .left h2{
  padding-bottom: 10px;
  display: inline-block;
  background-image: url('../images/bline.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
.profile .left h2,
.profile .left p{
  text-align: left;
}
.profile .left h3{
  margin-bottom: 20px;
  font-size: 24px;
}
.profile .left h3 span{
  font-size: 16px;
}
.profile .left a.btn{
  padding: 10px 35px 9px;
  background-color: #37c59b;
  color: #fff;
}
.profile .left .keireki{
  font-size: 14px;
  opacity: 0.8;
}
.profile .right{
  padding-top: 4px;
  padding-right: 0px;
  text-align: right;
}
.profile .right img{
  display: inline-block;
  width: 86%;
}
 */














