@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ----------------------------------------------------------------------All*/

body {
  overflow-x: hidden;
  font-family: 'Noto Sans Japanese', 'Roboto Slab', 'Helvetica Neue', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.bg{
	background-color: #241a08;
}

.bg-image{
	background-image: url(../img/image_bg.jpg)
}

/* ----------------------------------------------------------------------Text*/

p {
  line-height: 1.75;
  color: #343434;
}
.copy{
  color: #FFF;
  font-size: 0.8em;
　margin-top: 10px;
 
}

a {
  color: #fed136;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #fed136 !important;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin: 0;
}

h1, .h1 {
  font-size: 3.6em;
}

h2, .h2 {
  font-size: 2.8em;
  color: #4a372b;
}

h3, .h3 {
  font-size: 1.825em;
  line-height: 1.4;
  margin: 20px 0 0px;
}

h4, .h4 {
  font-size: 1.6em;
  line-height: 1.2em;
　color: #4a372b;
}

h5, .h5 {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #4a372b;
}

h6, .h6 {
  font-size: 0.9em;
  font-weight: 100;
  color: darkgray;
  text-transform: uppercase;
  line-height: 1.5em;
}

.lead {
  font-size: 18px;
}

/* ----------------------------------------------------------------------img*/

img {
  margin-bottom: 20px;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.left {
    margin-top:40px;
}

@media (min-width: 992px) {
  img {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------section*/

section {
  padding: 40px 0;
}

section h2.section-heading {
  font-size: 40px;
  font-weight: 550;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: none;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 70px 0;
  }
}

/* ----------------------------------------------------------------------btn*/

.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 30px;
}

.btn-primary {
  background-color: #f8b500 ;
  border-color: #f8b500 ;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fed136 !important;
  border-color: #fed136 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.btn-outline-danger {
  font-size: 15px;
  font-weight: 200;
  border-color: #f8b500;
  color: #f8b500;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 10px 20px;
  padding: 20px 30px;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  background-color: #f8b500;
  color: rgba(255, 255, 255, 0.8);
  border-color: #f8b500;
}
.btn-outline-danger:hover .caret, .btn-outline-danger:focus .caret, .btn-outline-danger:active .caret, .btn-outline-danger.active .caret, .open > .btn-outline-danger.dropdown-toggle .caret {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.btn-outline-danger .caret {
  border-top-color: #FFFFFF;
}
.btn-outline-danger.disabled, .btn-outline-danger.disabled:hover, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger.disabled:active, .btn-outline-danger.disabled.active, .btn-outline-danger:disabled, .btn-outline-danger:disabled:hover, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus, .btn-outline-danger:disabled:active, .btn-outline-danger:disabled.active, .btn-outline-danger[disabled], .btn-outline-danger[disabled]:hover, .btn-outline-danger[disabled]:focus, .btn-outline-danger[disabled].focus, .btn-outline-danger[disabled]:active, .btn-outline-danger[disabled].active, fieldset[disabled] .btn-outline-danger, fieldset[disabled] .btn-outline-danger:hover, fieldset[disabled] .btn-outline-danger:focus, fieldset[disabled] .btn-outline-danger.focus, fieldset[disabled] .btn-outline-danger:active, fieldset[disabled] .btn-outline-danger.active {
  background-color: transparent;
  border-color: #f8b500;
}

.btnit{
	margin: 0px;
}

/* ----------------------------------------------------------------------selection*/

::-moz-selection {
  background: #d2b48c;
  text-shadow: none;
}

::selection {
  background: #d2b48c;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}


/* ----------------------------------------------------------------------Navi*/

#mainNav {
  background-color: #241a08;
}

#mainNav .navbar-toggler {
  font-size: 15px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 100%;
  font-weight: 500;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #241a08;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

/* ----------------------------------------------------------------------header*/

header.masthead {
  text-align: center;
  color: white;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 20px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 70px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

/* ----------------------------------------------------------------------大田理容室について*/

.ota-heading {
  margin: 15px 0;
  text-transform: none;
}
.ota {
  margin-bottom: 50px;
  text-align: center;
}

.ota img {
  width: 120px;
  height: 100px;
  margin-bottom: 20px;
  border: 7px solid #fff;
}

.ota h6 {
  font-size: 0.9em;
  font-weight: 100;
  color: darkgray;
  text-transform: uppercase;
  line-height: 1.5em;
}

.ota p {
  margin-top: 0;
}

/* ----------------------------------------------------------------------Table*/

table{
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 20px;
}

th{
  color: #4a372b;
}

td{
  color: #878787;
}

/* ----------------------------------------------------------------------Google Map*/
.ggmap {
position: relative;
padding-bottom: 30%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}