﻿@charset "UTF-8";
/*
===========================================================
   # Body
===========================================================
*/
main > .container-fluid {
  padding: 0 15px 0; /* nav 合わせる */
}

.footer {
  background-color: #8ba9cd;
  color: #fff;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

 
/* 全体の画面幅(container)を指定 */
.w-80{
    width: 100% !important;
}
@media (min-width: 576px) {
.w-80{
    max-width: 100% !important;
    }
}
@media (min-width: 768px){
.w-80{
    max-width: 90% !important;
    }
}
@media (min-width: 992px){
.w-80{
    width: 860px !important;
    }
}
@media (min-width: 1200px){
.w-80{
    width: 860px !important;
    }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
.full-width.container{
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Head Sectionの画面幅(container)の幅をワイドにする場合は.wide-containerを追加 */
.wide-container{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px
}
@media (min-width: 576px) {
.wide-container{
    width: 100%;
    }
}
@media (min-width:768px){
.wide-container{
    width:750px;
    }
}
@media (min-width:992px){
.wide-container{
    width:970px;
    }
}
@media (min-width:1200px){
.wide-container{
    width:970px;
    }
}
 
body{           
    font-family: 'Overpass', "游ゴシック体", 'YuGothic', "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    padding-top: 0; /* nav 合わせる */
    margin-top: 0;
    color: #636363;
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-size: 0.875em;
    word-wrap : break-word;
    overflow-wrap : break-word;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

p{
    margin: 0;
    line-height: 1.8;
}

.bg-gray{
    background: #f9f9f9;
}
.bg-blue{
    background: #8ba9cd;
}
.bg-beige{
    background: #f4eee4;
}

label {
  display: inline-block;
  margin-bottom: 0.2rem;
}
/* Numberのスピンボタン削除 */
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="number"] { 
  -moz-appearance:textfield; 
} 

/* 
===========================================================
   # Heading
===========================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-transform: ;
  color: ;
}

h1 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 !important;
}
h2 {font-size: 1.6rem;font-weight: bold;}
h2.heading {font-size: 1.5rem;font-weight: bold;}
h3 {font-size: 1.6rem;font-weight: bold;}
h4 {font-size: 1rem;}
.tagline{font-size: 1.4rem;}

@media (min-width: 576px){
    h1 {font-size: 1rem; line-height: 1rem;}
}
@media (min-width: 768px){
    h1 {font-size: 1rem; line-height: 1rem;}
}
@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 1.8rem;}
    h2.heading {font-size: 2.6rem;font-weight: bold;}
    h3 {font-size: 1.8rem;}
    .tagline{font-size: 1.8rem;}
}

@media (min-width: 992px) {
  body {
    padding-left: 0;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}

#scott-menu h3{
    font-family: 'Handlee', cursive;
    font-weight: ;
    letter-spacing: 0.05em;
    color: #333; /* 8ba9cd 8ba8b7 */
}

#information h3{
    font-family: 'Handlee', cursive;
    font-size: 2.3rem;
    font-weight: ;
    letter-spacing: 0.05em;
    color: #8ba9cd; /* 8ba8b7 */
}

/* 
===========================================================
   # リンク｜Link
===========================================================
*/
a:link, a:visited, a:focus {
  color: #5c8be2;
  transition: .17s;
}
a:active {
  color: #666;
}
a:hover {
  color: #666;
  transition: .12s;
  text-decoration: none;
}

.social-icons a {
  display: inline-block;
  width: 2rem;
  color: #999 !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 0rem;
}

.social-icons a:first-child {
  margin-left: 0.3rem;
}
.social-icons a:hover {
    opacity: .5;
}

.twitter{
    color: #1da1f2;
}
.facebook{
    color: #3b5998;
}
.line{
    color: #00c300;
}

/* 
===========================================================
   # Utility
===========================================================
*/
/*-------- STYLE --------*/

/* IE11 のみ適用 */
_:-ms-lang(x)::-ms-backdrop, .serif{
	font-family: Verdana, Meiryo, sans-serif;
}

.font-alt{
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.font-alt.bold{
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.font-alt2{
    font-family: 'Handlee', 'Kaisei Decol', serif !important;
    }


.blue{
    color: #8ba9cd; /* 8d98ae 8ea8b7 */
}
.light-blue{
    color: #c0d1e4;
}
.gray{
    color: #666;
}

small{
    font-size: 85%;
}
.smaller{
    font-size: 90%;
}
.larger{
    font-size: 110% !important;
}
.large{
    font-size: 120% !important;
}
.copy{
    font-size: 13px;
}
.bold{
    font-weight: bold !important;
}
.normal{
    font-weight: normal !important;
}
.wide{
    letter-spacing: 0.2em !important;
}
.narrow{
    letter-spacing: 0.03em !important;
}
.capitalize{
    text-transform: capitalize;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.ts-none{
    text-transform: none;
}

/*-------- COLOR --------*/
.color{
    color: #8ba9cd !important;
}
.white {
  color: #fff !important;
}
.black {
  color: #333 !important;
}
.text-muted{
    color: #a8a8a8 !important;   
}
.latte{
    background: #ceb48a !important;
}
.transp{
    background: transparent !important;
}

hr.hr-dark{
    border-top: 1px solid rgba(0, 0, 0, .2);
}

/*-------- ETC. --------*/
.right{
    float: right;
}
.vertical-text{
    writing-mode: vertical-rl;
}
.inline-block{
    display: inline-block !important;
}
.relative{
    position: relative !important;
}
.center{
    margin: auto auto;
}

/*-------- Color Button --------*/
.btn-color {
  color: #fff;
  background-color: #a28f6d;
  border-color: #a28f6d;
  font-size: 0.9375rem;
}
.btn-color:hover {
  color: #fff;
  background-color: #b4a58a;
  border-color: #b4a58a;
}
.btn-color:focus, .btn-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-color.disabled, .btn-color:disabled {
  color: #fff;
  background-color: #a28f6d;
  border-color: #a28f6d;
}
.btn-color:not(:disabled):not(.disabled):active, .btn-color:not(:disabled):not(.disabled).active,
.show > .btn-color.dropdown-toggle {
  color: #fff;
  background-color: #b4a58a;
  border-color: #b4a58a;
}
.btn-color:not(:disabled):not(.disabled):active:focus, .btn-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* button */
.btn-border{
    background: #fafafa;
    border: 1px solid #333;
    color: #333;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 35px 12px;
    min-width: 280px;
}
.btn-border:hover{
    background: #333;
    color: #fcfcfc;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-l{
    background: #17bb04;
    border: 1px solid #17bb04;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 35px;
    min-width: 280px;
}
.btn-l:hover{
    background: #fafafa;
    color: #17bb04;
    border: 1px solid #17bb04;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-h{
    background: #a21348;
    border: 1px solid #a21348;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 35px;
    min-width: 280px;
}
.btn-h:hover{
    background: #fafafa;
    color: #a21348;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
a.btn-blue:link, a.btn-blue:visited, a.btn-blue:focus{
    background: #8ba9cd;
    border: 1px solid #8ba9cd;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    line-height: 1;
    padding: 17px 30px 15px;
    width: 280px;
}
 a.btn-blue:active{
    color: #fff;
}
a.btn-blue:hover{
    background: #333;
    color: #fcfcfc;
    border: 1px solid #333;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-contact{
    background: #333;
    border: 1px solid #333;
    color: #fcfcfc;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    line-height: ;
    padding: 15px 30px 12px;
    min-width: 280px;
}
.btn-contact:hover{
    background: #fafafa;
    color: #222;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-send{
    background: #8ba9cd;
    border: 1px solid #8ba9cd;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    line-height: 1;
    padding: 17px 30px 15px;
    width: ;
}
.btn-send:hover{
    background: #333;
    color: #fcfcfc;
    border: 1px solid #333;
    transition: .17s ease;
    text-shadow: ;
}


/* button */
a.btn-black:link, a.btn-black:visited, a.btn-black:focus {
    background: #333;
    border: 1px solid #333;
    color: #fcfcfc;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    line-height: ;
    padding: 15px 30px 12px;
    min-width: 280px;
}
a.btn-black:active {
    background: #fafafa;
    color: #222;
}

a.btn-black:hover{
    background: #fafafa;
    color: #222;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
a.btn-white:link, a.btn-white:visited, a.btn-white:focus{
    background: rgba(255,255,255, .95);
    border: 1px solid #333;
    color: #5c8be2;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 20px;
    width: 8rem;
}
a.btn-white:hover{
    background: #333;
    color: #fafafa;
    border: 1px solid #333;
    transition: .17s ease;
    text-shadow: ;
}

.btn-footer{
    background: #fcfcfc;
    border: 1px solid #333;
    color: #333;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 12px 35px;
    width: 100%;
}
.btn-footer:hover{
    background: #333;
    color: #fcfcfc;
    transition: .17s ease;
    text-shadow: ;
}

.btn-md{
    padding: 15px 35px;
    width: 160px;
}
.btn-lg{
    padding: 15px 35px;
    width: 280px;
}

.btn-fw{
    width: 100%;
}

/* 
===========================================================
   # Page
===========================================================
*/

.small-title{
    font-size: 12px;
    color: #888;
    letter-spacing: 0.25em;
}
.section-line{
    position: relative;
    margin: 1.5rem 0;
    width: 80px;
    height: 3px;
    opacity: 1;
    background: #fbeb68; 
}
.divider{
    width: 60px;
    height: 2px;
    background: #ceb48a;
    margin: 10px auto;
}

.align-center-left{
	text-align: center;
}
@media screen and (max-width: 767px){
	.align-center-left{
		text-align: left;
	}
}
.align-left-center{
	text-align: left;
}
@media screen and (max-width: 991px){
	.align-left-center{
		text-align: center;
	}
}

hr.section-divider{
    background: transparent !important;
    padding: 0;
    margin: 0;
}

ul.comment {
    margin-left: -1rem;
}
/*-------- ASTERRISK LI --------*/
ul.asterisk{
    margin-left: -1.5em;
}
ul.asterisk li {
    list-style-type: none;
    text-indent: -1.3em; /* -1em */
    margin-bottom: 0.6em;
    margin-left: 0;
}
ul.asterisk li:before {
    display: inline;
    content: "※ ";
}

/* 
===========================================================
   # Page Section paddng
===========================================================
*/
section.page-section {
  padding-top: 1rem !important;
  padding-bottom: 3rem !important;
  max-width: ;
  
  overflow: hidden;
  background: ;
}
section.page-section.top-page{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

section.page-section .main-item .main-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.page-section {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  section.page-section {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
  }
}

/* 
===========================================================
   # Header
===========================================================
*/
header{
    z-index: 1;
}
.bg-image-full {
    background: no-repeat center center scroll;
    background-size: cover;
    margin: 0;
    text-shadow: 0 0 3px rgba(0,0,0, .6);
}

/* 
===========================================================
   # Shop information DL DT DD
===========================================================
*/
#shop-info dl{
    border-bottom: ;
    font-size: 0.875rem;
}
#shop-info dl dt{
    width: 5rem;
    border-top: none;
    margin: 0;
    padding: 7px 3px;
    float: left;
    clear: left;
    text-align: center;
}
#shop-info dl dd{
    margin: 0 0 0 5rem;
    padding: 7px 3px;
    padding-left: 20px;
    border-top: none;
}

@media (max-width: 991px){
    #shop-info dl dt{
        width: 100%;
        border-top: none;
        margin: 0;
        padding: 10px 0 0 3px;
        float: left;
        clear: left;
        text-align: center;
    }
    #shop-info dl dd{
        margin: 0 ;
        padding: 5px 0 10px;
        padding-left: 3px;
        border-top: none;
        text-align: center;
    }
}

/* 
===========================================================
   # Recruit Table
===========================================================
*/
.recruit-table{
    text-align: left;
}
.recruit-table hr{
    margin: 1rem 0;
}
.recruit-title{
    padding-right: 5%;
    text-align: right;
    font-weight: bold;
}

@media (max-width: 991px) {
    .recruit-title{
        text-align: left;
        margin-bottom: 0.25rem;
    }
}

/* 
===========================================================
   # History Table
===========================================================
*/
.history-table{
    text-align: left;
}
.history-table hr{
    margin: 1rem 0;
}
.history-title{
    padding-right: 5%;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 991px) {
    .history-title{
        text-align: left;
        margin-bottom: 0.25rem;
    }
}

/* 
===========================================================
   # Google Maps
===========================================================
*/
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}


/* 
===========================================================
   # Contact Form
===========================================================
*/
.form-group{
    font-size: ;
}
.form-control{
    font-size: 98%;
}
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.help-block{
    color: red;
    font-size: 0.875rem;
    font-weight: bold;
    margin-left: ;
    margin-top: 5px;
    width: 100%; 
    display: block;
    border-radius:3px;
}
#contactForm ul{
    list-style: none;
    margin-left: -2em;
    margin-right: 0.5em;
}
#contactForm{
    font-family: "游ゴシック体", 'YuGothic', "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.required:after{
	content: "必須";
	font-size: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	background: #f32929;
	color: #fff;
	padding: 2px 3px;
	margin-left: 3px;
	border-radius: 1px;
	vertical-align: text-top;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.18s ease-out;
  transition: transform 0.18s ease-out;
  transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal-header {
    padding: 0.25rem 1rem 0.5rem;
    border-bottom: 1px solid #dee2e6;
    -ms-flex-pack: center;
    justify-content: center;
}

/* 
===========================================================
   # パンくずリスト
===========================================================
*/
/* 
 * Breadcrumbs 
 */
 .breadcrumbs{
    
}
.breadcrumbs li{
    display: inline;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    list-style: none;
    text-decoration: none;
}
.breadcrumbs li:after{
    content: '>';
    padding: 0 2px;
}
.breadcrumbs li:last-child:after{
    content: '';
}
.breadcrumbs span.here{
    opacity: 1;
}
.breadcrumbs a{
    text-decoration: none;
    opacity: .9;
}
.breadcrumbs a:hover{
    text-decoration: none; 
}

.breadcrumbs ol{
    margin-top: 0;
    padding: 0;
    text-align: right;
}

@media (min-width: 992px){
    .breadcrumbs ol{
        margin-top: 0;
        padding: 0;
        text-align: left;
    }
}

/* 
===========================================================
   # MainNavi |  Navi > Color > Style
===========================================================
*/
/* ============================================= スマホ・タブレット縦 ===*/
nav{
    height: 70px;
    padding: 5px 0 !important;
/*
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
*/
}
.nav-bg {
    background: rgba(255,255,255, .99);
}

.navbar{
    font-size: 0.9375rem;
    text-align: center;
    margin: 0;
}
.navbar > i{
    font-size: ;
}
.navbar li{
    padding: 10px 0;
    border-top: solid 1px #666;
    background: #111;
    transition: all .17s linear;
}
.navbar li:first-child{
    margin-top: 3px; /* nav 合わせる(調整) */
}
.navbar li:last-child{
    border-bottom: solid 1px #666;
    margin-bottom: 0;
}
.navbar li:hover{
    background: #222;
    transition: all .17s linear;
}

.navbar-brand{
    display: inline-block;
    padding: auto 0;
    margin-left: 1.5rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand{
    color: #555 !important;
}
/* ============================================= タブレット横・PC ======*/
@media (min-width: 992px) {
    nav{
        height: 70px; /* nav 合わせる */
        padding-left: 60px;
    }
  .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0.6rem;
        padding-left: 0.6rem;
  }
    #mainNav .navbar-brand .img-logo{
        max-width: 5rem;
        max-height: 5rem;
  }
  .navbar li{
        border-top: 0;
        background: none;
        transition: none;
        line-height: 1.4rem;
    }
    .navbar li:first-child{
        margin-top: 0;
    }
    .navbar li:last-child{
        border-bottom: 0;
        margin-right: 2rem;
    }
    .navbar li:hover{
        background: none;
        transition: none;
    }
}



/* ===== ハンバーガーメニュー =====*/
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    width: 30px;
    height: 40px;  /* nav 合わせる(調整) */
    box-sizing: border-box;
    position: relative;
    margin-right: 1.3rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: none; /* この行で背景画像を無効化 */
    background-color: #333;
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .3s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:10px;}
.navbar-toggler-icon:nth-of-type(2) {top:17px;}
.navbar-toggler-icon:nth-of-type(3) {top:24px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:18px;
    transform: rotate(-225deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top:18px;
    transform: rotate(45deg);
}

/* 
===========================================================
   # Main Navi Color
===========================================================
*/
.navbar-light .navbar-brand {
  color: #fff;
}
/* ============================================= スマホ・タブレット縦 ===*/

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #fff;
}
/* リンクの色*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255, .75);
  padding: ;
  margin: 0 ;
}
/* ホバーの色*/
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255,255,255, .85);
  box-shadow: none;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255, .75);
}
/* アクティブの色 */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255,255,255, 85);
  font-weight: bold;
  box-shadow: none;
}



/* ============================================= タブレット横・PC ======*/
@media (min-width: 992px){
    /* リンクの色*/
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0, .8);
        font-weight: 300;
        padding: 5px 2px 3px 4px; /* メニューバーの余白 */
        margin: 0 10px; /* メニューの間隔 */
    }
    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0, .8);
        box-shadow: 0 -2px 0 0 #ceb48a inset;
    }
    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0, .8);
    }
    /* アクティブの色 */
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0, .8);
        font-weight: 300;
        box-shadow: 0 -2px 0 0 #ceb48a inset;
    }
    
    /* Social Link*/
    /* ホバーの色*/
    .social-link:hover, 
    .social-link:focus {
        box-shadow: none !important;
        opacity: .75;
    }
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0, .5);
  border-color: (0,0,0, .5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0,0,0, .5);
}
.navbar-light .navbar-text a {
  color: #000;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000;
}

.bg-primary {
  background: #fcfcfc !important;/* f8f8f8 */
}
.bg-lighter {
  background: #ccc !important;
}

/* 
===========================================================
   # Color
===========================================================
*/
::-moz-selection{ color: #fff;background: #8ea8b7; }
::-webkit-selection{ color: #fff;background: #8ea8b7; }
::selection{ color: #fff;background: #8ea8b7; }

/* 
===========================================================
   # Top bar
===========================================================
*/
.top-bar{
    height: 8px;
    background: #8ba9cd;
    background: url(../img/gradient.jpg) center 50% / cover no-repeat;
    color: #fcfcfc;
    line-height: ;
    letter-spacing: 0.03em;
    padding: 1px;
}

/*
 * Top links
 */

.top-links{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-links li{
    float: left;
}
.top-links li a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #999;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.top-links li a:hover{
    color: #555;
    background-color: rgba(0,0,0, .02);
}

/* 
===========================================================
   # Heading images
===========================================================
*/
.bg-1{
    background: url(../img/bg-1.jpg) center 50% / cover no-repeat;
    background-size: ;
}
.bg-2{
    background: url(../img/bg-2.jpg) center 50% / cover no-repeat;
    background-size: ;
}
.bg-3{
    background: url(../img/bg-3.jpg) center 75% / cover no-repeat;
    background-size: ;
}
.bg-4{
    background: url(../img/bg-4.jpg) center 65% / cover no-repeat;
    background-size: ;
}
.bg-5{
    background: url(../img/bg-5.jpg) center 48% / cover no-repeat;
    background-size: ;
    text-shadow: 0 0 0px rgba(0,0,0, .6);
}

.bg-alfa{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa:before{
	content: ' ';
	background-color: rgba(0,0,0, .085);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bg-alfa-dark{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa-dark:before{
	content: ' ';
	background-color: rgba(0,0,0, .1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bg-alfa-light{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa-light:before{
	content: ' ';
	background-color: rgba(255,255,255, .965);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bg-pattern{
    background: url(../img/pattern.png) center 30% / contain repeat;
    background-attachment: scroll;
}


.heading{
    display: inline;
    background: #8ba9cd;
    color:  #fff;
    line-height: 1;
    padding: 12px 30px 5px;
    letter-spacing: 0.1em;
}
/* 
===========================================================
   # Carousel images
===========================================================
*/
.carousel-1{
    background:url(../img/hairsalon-scott-2.jpg) center 50% / cover no-repeat;
    background-size: ;
}
.carousel-2{
    background:url(../img/hairsalon-scott-3.jpg) center 50% / cover no-repeat;
    background-size: ;
}
.carousel-3{
    background:url(../img/hairsalon-scott-4.jpg) center 50% / cover no-repeat;
    background-size: ;
}


.carousel-inner{
    width: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

/* カルーセルのindicatorを丸く */
.carousel-indicators li {
  border-radius: 50%;
  margin: 1px 3px;
  height: 10px;
  max-width: 10px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 16rem;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 16rem;
}


@media (min-width: 992px){  /* ■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■ */
    .carousel-item {
        height: 32rem;
    }
    .carousel-item > img {
        height: 32rem;
    }
}

/* 
===========================================================
   # Call to Action | Teaser
===========================================================
*/
.teaser{
	color: #fff;
    background-attachment: scroll;
    background: scroll center 50% / cover no-repeat;
    padding: 150px 0 !important;
    z-index: ;
}
@media (min-width: 992px){
    .teaser{
        background-attachment: fixed;
    }
}
.teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5, .teaser h6{
    color: #3e4555;
}
.teaser .btn-border{
    background: #222;
    border: 1px solid #222;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.25em;
    border-radius: 0;
}
 .teaser .btn-border:hover{
    background: #f0f0f0;
    color: #222;
    transition: .17s ease;
    text-shadow: 0 0 2px rgba(255,255,255, .6);
}
.teaser .btn-md{
    font-size: 15px;
    padding: 7px 35px;
    width: auto;
}
/* 
===========================================================
   # Utility
===========================================================
*/
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.left{float:left !important;}
.right{float:right !important;}
.relative{position:relative;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.glass{ opacity: .5; }
.image-fullwidth img{
    width: 100%;
}

.shadow{
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.full-wrapper {
    margin: 0 2%;
}

/* .text 日本語Fontの指定（日本語のみの文章に） */
.font-jp{
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
}
/* 文字を小さく（.smallは80％） */
.smaller{
    font-size: 93.75%;
}
.x-smaller{
    font-size: 87.5%;
}
/* 文字を大きく */
.larger{
    font-size: 120%;
    line-height: 1.7;
}
/* 薄いイエローの太マーカー*/
.light-yellow-line{ background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ffffcc 0%) repeat scroll 0 0; font-weight: bold;padding: 0 10px;line-height: 1;}
/* イエローの太マーカー*/
.yellow-marker{ background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #feffa2 0%) repeat scroll 0 0; font-weight: bold;color: #52a2d4;}
/* イエローの細いマーカー*/
.yellow-marker-narrow{ background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #feffa2 0%) repeat scroll 0 0;font-weight: bold;color: #52a2d4;}

.text-shadow{
    text-shadow: 0 0 3px rgba(0,0,0, .2);
}
.text-shadow-white{
    text-shadow: 0 0 3px rgba(255,255,255, .6);
}


/* Contact */

/* お問い合わせページの電話番号 */
/* コンタクト電話のみ */
.contact-wrap2{
    position: relative;
    background: rgba(252,254,242, .45);
    text-align: center;
    border: 10px solid #b4d7ee; /* b4d7ee */
    border-radius: 12px;
    padding: 20px 0;
    overflow: hidden;
    z-index:1;
}
.contact-title2{
    font-family: ;
    font-weight: 700;
    font-size: 16px;
    color: #f890cb;
    margin-bottom: 3px;
    z-index: 1;
}
.contact-number2{
    font-family: ;
    font-weight: ;
    font-size: 28px;
    color: #76b5e0;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    z-index: 1;
}
.contact-number2 > i{
    color: #e09bb3;
    z-index: 1;
}

.contact-time2{
    background: #fff;
    font-weight: ;
    font-size: 12px;
    color: #333;
    letter-spacing: 0.03em;
    border: 1px dashed #999;
    padding: 10px;
    margin: 0 auto 5px;
    width: 80%;
    z-index: 1;
}
.contact-bottom2{
    font-weight: normal;
    font-size: 13px;
    color: #444;
    letter-spacing: 0.02em;
    padding: 10px 0 0;
    margin: 0 auto;
    z-index: 1;
}

.contact-image2{
    position: absolute;
    top: 0;
    right: 0;
    color: ;
    font-size: ;
    height: 100%;
    width: 100%;
    background: url(../img/bg-dot.png);
    opacity: .4;
    z-index: -1;
}


/* 前後に線 */
.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid #bbb;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1rem; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1rem; /* 文字の左隣 */
}

/*  テキストの左右に水平ライン */
.lines-on-sides{
    display: table;
    text-align: center;
    white-space: nowrap;
}
.lines-on-sides:after, .lines-on-sides:before{
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
    opacity: .3;
}
.lines-on-sides:after{
    border-left: 1em solid transparent;
}
.lines-on-sides:before{
    border-right: 1em solid transparent;
}


/*  テキストの左右に水平ライン 2 */
.side-lines{
	display: flex;
	align-items: center;
	line-height: 1;
    margin-bottom: 20px;
}
.side-lines:before, .side-lines:after{
	content: '' ;
	flex-grow: 1;
	height: 1px;
	background: #ccc;
	display: block;
}
.side-lines:before{
	margin-right: 1em;
}
.side-lines:after{
	margin-left: 1em;
}

/* 
===========================================================
   # レスポンシブテーブル｜Responsive Table
===========================================================
*/
.responsive_table{
    width:100%;
    font-size: 14px;
    line-height: 1.5;
    padding: 13px;
}
.responsive_table tr:first-child{
    border-top: 1px solid #ddd;
}
.responsive_table th,
.responsive_table td{
    border: 1px solid #ddd;
    padding: 13px !important;
    line-height: 1.5 !important;
    padding: 13px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.responsive_table th{
    background: #f5f5f5;
    width: 140px;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
}

@media screen and (max-width: 991px){
    .responsive_table tr:last-child{
        border-bottom: none;
    }
    .responsive_table th,
    .responsive_table td{
        display: block;
        border-top: none;
    }
    .responsive_table th{
        width: auto;
        text-align: left;
        font-weight: bold;
    }
}

/* 
===========================================================
   # Price Table
===========================================================
*/
table h3{
    font-size: 1.5rem;
}
table > thead > tr > th{
    color: #333;
    font-weight: ;
    text-align: left;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #777 !important;
}
table > tbody > tr > td{
    color: #333;
    font-weight:  !important;
    font-size: 0.875rem !important;
    padding: 10px 3px !important;
}
table > tbody > tr > td > div.small{
    font-size: 0.75rem;
    color: #999;
    font-weight: ;
    margin-top: 0.2em;
    padding: 0 1px;
}
td.price{
    text-align: right !important;
    width: 7rem;
    letter-spacing: 0.01em;
}

table > tbody > tr:last-child{
    border-bottom: 1px solid #dee2e6;
}

@media (min-width: 992px){
    table > tbody > tr > td{
        font-weight: ;
        font-size: 0.875rem;
    }
}

/* 
===========================================================
   # Company information DL DT DD
===========================================================
*/    
#company-info dl dt{
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 10px 0 0 3px;
    float: left;
    clear: left;
}
#company-info dl dd{
    margin: 0 ;
    padding: 5px 0 10px;
    padding-left: 3px;
    border-top: none;
}

/* 
===========================================================
   # 新着情報｜News
===========================================================
*/

.top{
    vertical-align: text-top;
}

/* ------ 1カテゴリー | ニュース投稿のみ ------ */

#news-feed{ /* ■■■■■■■■■■■■■■■ スマホ・タブレット ■■■■■■■■■■■■■■■ */
    height: ;
    width: 100%;
    overflow-y: scroll;
    margin: 5px 0 5px;
    padding: 10px 5px 0;
    line-height: 1.5em;
}
#news-feed dl{
    line-height: 1.6;
    padding: 20px 10px;
    background-color: ;
}
#news-feed dt{
    padding: 0;
    margin: 0;
    font-weight: ;
}
#news-feed dd{
    margin: 0 0 5px 2px;
    padding-bottom: 5px;
}
#news-feed dd a{
    font-weight: normal !important;
}


@media (min-width: 992px){  /* ■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■ */
    #news-feed{
        height: 100%;
        width: 100%;
        overflow-y: auto;
        margin: 5px 0 5px;
        padding: 10px 20px 0;
        line-height: 1.5em;
    }
    #news-feed dl{
        padding: 30px 35px;
        background-color: ;
        border-radius: 20px;
    }
    #news-feed dt{
        float: left;
        clear: both;
        width: 9rem;
        padding: 5px 0 5px;
    }
    #news-feed dd{
        margin-left: 9rem;
        padding: 5px 0 5px 1rem;
    }
    #news-feed dd a{
	    font-weight: ;
    }
}

/*リンクテキストの表示*/
#news-feed dd a{
    color: #76b5e0;
    display: inline-block;
	font-weight: bold;
	text-decoration: none;
	transition: all .12s ease;
}

/*リンクテキスト hover */
#news-feed dt{
    color: #76b5e0;
    transition: all .12s linear;
}
#news-feed dd a:hover{
    color: #333;
    text-decoration: underline;
    transition: all .12s linear;
}

/*
===========================================================
   # Link to Top
===========================================================
*/
.link-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url(../img/arrow-up.png) center 50% / contain no-repeat; 
    height: 40px;
    width: 40px;
    z-index: 1;
    opacity: .3;    
    display: none;
}
.link-to-top:hover{
    opacity: .6;
    transition: ease .17s;
}

@media (min-width: 992px){  /* ■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■ */
    .link-to-top{
        bottom: 40px;
        right: 40px;
        height: 64px;
        width: 64px;
    }
}


/* 
===========================================================
   # プレローダー｜Loader
===========================================================
*/
.loader-wrap{
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.loader {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  background-color: #8ba9cd;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* 
===========================================================
   # Showcase
===========================================================
*/ 
.showcase .showcase-text{
    padding: 1rem;
}

.showcase .showcase-img{
    min-height: 20rem;
    background-size: cover;
    background: url('../img/hairsalon-scott-items.jpg') center 50% / cover no-repeat;
}
@media (min-width: 576px){
    .showcase .showcase-img{
        min-height: 30rem;
        background-size: cover;
    }
}

@media (min-width: 768px){
  .showcase .showcase-text{
        padding: 3rem;
  }
}

/* 
===========================================================
   # For BS4
===========================================================
*/
/* --- For Bootstrap --- */
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
