@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
/*font-family: 'Noto Sans JP', sans-serif;*/
font-family: 'Be Vietnam Pro', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
color: #000;
font-size: 14px;
background: #fff;
font-weight: 400;
margin: 0;
-webkit-text-size-adjust: 100%;
line-height:1.8;
padding-top: 0px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 0;
font-weight: normal;
color: #333;
}

h2 {
font-size:24px;
}

h3 {
font-size:21px;
}

h4 {
font-size:18px;
}


p {
font-weight:normal;
font-size:14px;
line-height:1.6;
}


a {
color: #666;
}

a:focus, *:focus {
outline:none;
}


/* MARGIN ===================*/

.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}
.mt80 {margin-top:80px !important;}
.mt90 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}

.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;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}

.mr0 {margin-right:0px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mr60 {margin-right:60px !important;}
.mr70 {margin-right:70px !important;}
.mr80 {margin-right:80px !important;}
.mr90 {margin-right:90px !important;}
.mr100 {margin-right:100px !important;}

.ml0 {margin-left:0px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.ml60 {margin-left:60px !important;}
.ml70 {margin-left:70px !important;}
.ml80 {margin-left:80px !important;}
.ml90 {margin-left:90px !important;}
.ml100 {margin-left:100px !important;}

/* TEXT ===================*/

.t10 {font-size:10px !important;}
.t12 {font-size:12px !important;}
.t14 {font-size:14px !important;}
.t16 {font-size:16px !important;}
.t18 {font-size:18px !important;}
.t21 {font-size:21px !important;}
.t24 {font-size:24px !important;}
.t28 {font-size:28px !important;}
.t32 {font-size:32px !important;}

.t12b {font-size:12px; font-weight: 500; }
.t14b {font-size:14px; font-weight: 500; }
.t16b {font-size:16px; font-weight: 400; }
.t18b {font-size:18px; font-weight: 400; }
.t21b {font-size:21px; font-weight: 400; }
.t24b {font-size:24px; font-weight: 400; }
.t28b {font-size:28px; font-weight: 400; }
.t32b {font-size:32px; font-weight: 400; }


/* LINK  ===================*/

a{
outline: none;
}

a:focus{
outline: none;
}

a:link {
color: #666;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

a:visited {
color: #666;
text-decoration: none;
}

a:hover {
color: #666;
text-decoration: none;
}



/* FOOTER */

.footer {
padding: 40px 0;
color: #000;
text-align: center;
background-color: #f4f4f4;
min-height: 100px;
}
.footer p:last-child {
  margin-bottom: 0;
font-size: 10px;
}

/* SCROLL TOP */

.scroll-top {
position: fixed;
bottom: 60px;
right: 0px;
z-index: 100;
display: none;
}


/* CAROUSEL =====================================*/


/* CAROUSEL */

#Container_Carousel {
margin:0;
padding:0;
width:100%;
}

.item img{
width:100%; 
}

.carousel,.item,.active{
height:100%;
}

.carousel-inner{
height:100%;
}

.carousel-text {
position: absolute;
z-index: 100;
top: 42%;
left: 50%;
width: 80%;
margin-left: -40%;
text-align: center;
}

.carousel-text-inner {
display: table;
font-family: 'Montserrat', sans-serif;
font-size: 24px;
color: #fff;
padding: 15px 20px;
text-align: center;
border: solid 1px #fff;
margin: 0 auto 0;
}

.carousel-fade .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
z-index: 2;
}


/* NAVI =====================================*/

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7; 
}

.nav .active {
background: #fff !important;
border-bottom: solid 2px #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
background-color: #fff;
}


/* LAYOUT =====================================*/

.container-fluid {
    padding: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    background: #fff;
overflow: hidden;
}

.container-fluid2 {
    padding: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background: #fff;
overflow: hidden;
}

#container-wrap {
padding: 0;
margin-right: auto;
margin-left: auto;
max-width: 1000px;
background:#fff;
}

.top-headding{
width:100%;
text-align:center;
font-size:28px;
padding:20px 0 20px 0;
}

.menu-box {
text-align:center;
margin:0px 0 30px;
}

.menu-box h3 {
font-size:18px;
margin-top:20px;
}

.menu-box img {
width:100%;
}

.overview-box {
text-align:left;
margin:0px 0 30px;
}

.flex-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}


/* BLOG =====================================*/


/* Blog name and description */

.blog-header {
  padding-top: 10px;
  padding-bottom: 20px;
}

.blog-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: normal;
}

.blog-description {
  font-size: 20px;
  color: #999;
}

/* Blog posts */

.blog-post {
  margin-bottom: 40px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 32px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

/* Pagination */

.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

/* Sidebar modules for boxing content */

.sidebar-module {
  /*padding: 15px;*/
  padding: 15px 30px 15px 15px;
  padding: 0 ;
  margin: 0 0 15px 0;
  /*margin: 0 -15px 15px;*/
}

.sidebar-module-inset {
  padding: 15px;
  /*padding: 15px 30px 15px 15px;*/
  background-color: #f5f5f5;
  border-radius: 4px;
}

.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}



/* Contents =====================================*/

.content-header {
  padding-top: 10px;
  padding-bottom: 20px;
}

.content-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: normal;
}

.content-description {
  font-size: 20px;
  color: #999;
}

.content-wrap {
  margin-bottom: 40px;
}

.heading2 {
  margin-bottom: 5px;
  font-size: 24px;
}

.heading3 {
  margin-bottom: 5px;
  font-size: 21px;
margin-top:20px;
}

.heading4 {
  margin-bottom: 5px;
  font-size: 18px;
}



/* SNS ===================*/

/* twitter */
#twitter-widget-1[style]{ 
width: 100% !important;
}


/* FACEBOOK ===================*/

.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fb_iframe_widget span{
width: 100% !important;
}




/* GOOGLE MAP ===================*/

.map-canvas{
position: relative;
padding: 0 0 40%;
height: 0;
overflow: hidden;
}
.map-canvas iframe{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



/* GOOGLE CALENDAR ===================*/

.cal_wrapper {
max-width: 940px; 
min-width: 300px; 
margin: 2.0833% auto;
}
     
.googlecal {
position: relative;
padding-bottom: 100%; 
height: 0;
overflow: hidden;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media print, screen and (min-width: 600px) {
.googlecal {
padding-bottom: 75%;
}
}


/* YOU TUBE ===================*/

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* GUTTER ===================*/

.row-0 {
margin-left:0px;
margin-right:0px;
}
.row-0 > div {
padding-right:0px;
padding-left:0px;
}

.row-10 {
margin-left:-5px;
margin-right:-5px;
}
.row-10 > div {
padding-right:5px;
padding-left:5px;
}

.row-20 {
margin-left:-10px;
margin-right:-10px;
}
.row-20 > div {
padding-right:10px;
padding-left:10px;
}

.row-30 {
margin-left:-15px;
margin-right:-15px;
}

.row-30 > div {
padding-right:15px;
padding-left:15px;
}

.row-40 {
margin-left:-20px;
margin-right:-20px;
}
.row-40 > div {
padding-right:20px;
padding-left:20px;
}



.bg-blue {
background: #e2e9f3;
}

.bg-gray {
background: #f4f4f4;
}

.container-fluid {
background: transparent;
padding: 20px;
}
.visible-xxs {
display: block;
}

.hidden-xxs {
display: none;
}

.navbar-toggle {
display: inline;
}

.container-fluid {
padding: 30px;
}




.navbar-toggle {
display: none !important;
}

.top-heading {
font-family: 'Be Vietnam Pro', sans-serif;
font-weight: bold;
font-size: 21px;
text-align: center;
letter-spacing: 0.3em;
position: relative;
display: inline-block;
margin: 50px auto 50px;
padding-bottom: 20px;
}

.top-heading::before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-bottom: 2px solid #000;
width: 80px;
margin: 0 auto;
}

.corporate-table {
max-widt:800px;
margin:0 auto;
margin-bottom: 50px;
}
.corporate-table th{
width: 80px;
text-align: left;
padding:10px 5px;
vertical-align: top;
}

.corporate-table td{
text-align: left;
padding:10px 5px;
vertical-align: top;
}

.corporate-table ol{
margin: 0 0 0 20px;
padding: 0 0 0 0;
font-family: 'Be Vietnam Pro', sans-serif;
}

.corporate-table ol li {
margin: 0 0 0 0;
padding: 0 0 0 0;
}


a.contact-btn {
max-width: 280px;
font-size: 14px;
font-weight:bold;
line-height: 1;
text-align: center;
color:  #000;
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
text-decoration: none;
margin: 0 auto 0;
padding:25px 20px;
border: solid 1px #000;
background: #fff;
}

a.contact-btn:hover {
background: none;
text-decoration: none;
box-sizing: border-box;
border: solid 1px #000;
color:  #fff;
background: #000;
}



/* XXS SIZE : iPhone Retina Display xxs*/ 
@media print, screen and (min-width : 320px) {
.col-xxs-offset-0 {
    margin-left: 0;
}

}

/* XS SIZE : Extra Small Devices, Phones xs*/ 
@media print, screen and (min-width : 480px) {

.container-fluid {
padding: 20px;
}
.visible-xxs {
display: none;
}

.hidden-xxs {
display: block;
}

.navbar-toggle {
display: inline;
}

.col-xxs-offset-0 {
    margin-left: 25%;
}

} /* END */

/* S SIZE tablet : Small Devices, Tablets sm*/
@media print, screen and (min-width : 768px) {

.container-fluid {
padding: 30px;
}

.navbar-toggle {
display: none !important;
}

.col-xxs-offset-0 {
    margin-left: 0%;
}

.top-heading {
font-weight: bold;
font-size: 21px;
text-align: center;
letter-spacing: 0.3em;
position: relative;
display: inline-block;
margin: 50px auto 50px;
padding-bottom: 20px;
}

.top-heading::before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-bottom: 2px solid #000;
width: 80px;
margin: 0 auto;
}

.corporate-table {
max-widt:800px;
margin:0 auto;
margin-bottom: 50px;
}
.corporate-table th{
width: 100px;
text-align: left;
padding:10px 5px;
vertical-align: top;
}

.corporate-table td{
text-align: left;
padding:10px 5px;
vertical-align: top;
}

.corporate-table ol{
margin: 0 0 0 20px;
padding: 0 0 0 0;
}

.corporate-table ol li {
margin: 0 0 0 0;
padding: 0 0 0 0;
}



}  /* END */

/* M SIZE desktop : Medium Devices, Desktops md*/
@media print, screen and (min-width : 992px) {

} /* END */

/* L SIZE widescreen : Large Devices, Wide Screens lg*/
@media print, screen and (min-width : 1200px) {


} /* END */












