/* Global Styles */

body {
    width: 100%;
    height: 100%;
    font-family:  "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1{
    margin: 10 0 25px;
    text-transform: lowercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h2 {
    margin: 10 0 25px;
    text-transform: lowercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h3{
    margin: 50 0 35px;
    text-transform: lowercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h4
 {
    margin: 100 0 35px;
    text-transform: lowercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 1.4;
}

.vert-text {
  display: table-cell;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 0em;
  font-weight: 700;
}

.img-center {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/* Navigation */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: lowercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}



/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header .btn{
  font-weight: 700;
}

/* Services */

.services {
  background: #ffffff;
  padding: 50px 0;
  color: #8554B2;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #8554B2;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Schedule */

.schedule {
  background: #D2BEE4;
  padding: 50px 0;
  color: #ffffff;
}

/*google calender　埋め込みcss*/

.cal_wrapper {    /*カレンダー全体のレイアウト用（必須ではない）*/
  max-width: 800px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto; /*上下マージンを 2.0833% にして中央寄せ*/
}
 
.googlecalender {
  position: relative; /*子要素の基準とする*/
  padding-bottom: 75%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecalender iframe {
  position: absolute; /*親要素（.googlecalender）のパディング領域に配置するために、絶対配置を指定*/
  top: 0;       /*トップに配置*/
  left: 0;        /*左に配置*/
  width: 100% !important; /*親コンテナの幅いっぱいに表示*/
  height: 100% !important;  /*親コンテナの高さいっぱいに表示*/
}
 
@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecalender {
    padding-bottom: 75%;  /*縦横比：幅の 75% を高さとする場合（800px X 600px → 600 ÷ 800 x 100 = 75% ）*/
  }
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* About */

.about {
  padding: 50px 0;
}

.about-item {
  margin-bottom: 25px;
}

.img-about {
  margin: 0 auto;
}


/* Access */

.access {
  color: #ffffff;
  background: #D2BEE4;
  padding: 50px 0;
}

.access .btn {
  margin: 10px;
  color: #8554B2;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 100px 0;
  background: #D2BEE4;
}

/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url(../img/bg.jpg) no-repeat center center scroll; 
  }

  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }

}
