﻿@charset "UTF-8";
/*
===========================================================
   # Body
===========================================================
*/
html{
    font-size: 16px;
}
main > .container-fluid {
    padding: 0px 15px 0; /* nav 合わせる */
}
footer {
    background-color: #0f0b79;
    color: #f9f9f9;
}
footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
 
/* 全体の画面幅(container)を指定 */
.w-80{width: 100% !important;}

@media (min-width: 768px){
    .w-80{max-width: 100% !important;}
}
@media (min-width: 992px){
    .w-80{width: 860px !important;}
}
@media (min-width: 1200px){
    .w-80{width: 860px !important;}
}

.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:992px;}
}
@media (min-width:1200px){
    .wide-container{width:1200px;}
}
.full-width.container{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
 
body{           
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
    padding-top: 0; /* nav 合わせる */
    margin-top: 0;
    color: #222;
    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; */
}
/* IE11 のみ適用 */
_:-ms-lang(x)::-ms-backdrop, body{
	font-family: Verdana, Meiryo, sans-serif;
	opacity: 1;
}
p{
    line-height: 1.8;
}
p.article{
    line-height: 2.4;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 1rem;
        letter-spacing: 0.04em;
        font-weight: 500;
    }
    p{
        line-height: ;
    }
    p.article{
        line-height: ;
    }
}

/*-------- STYLE --------*/
.font-alt{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
}
.font-alt .bold{
    font-weight: 600;
}

.font-jp{
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
}

/* Serif */
.serif{
	font-family: "游明朝", 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', "メイリオ", Meiryo, serif !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
}
/* Serif IE11 のみ適用 */
_:-ms-lang(x)::-ms-backdrop, .serif{
	font-family: Verdana, Meiryo, sans-serif;
}

::-moz-selection{ color: ; background: ; }
::-webkit-selection{ color: ;    background: ; }
::selection{ color: ;    background: ; }


.blue{
  color: #2a61c3 !important;
}

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

h1{
    font-size: 120%;
    line-height: 1rem;
    margin: 0 !important;
}
h2 {font-size: 200%;}
h3 {font-size: 150%;font-weight: bold;}

@media (min-width: 768px){

}
@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 2rem;}
    h3 {font-size: 1.4rem;}
}
h2.top{
    font-size: 160%;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 1rem;
    margin-bottom: 35px;
    position: relative;
    border-bottom: solid 2px #eee;
}
h2.top:after{
    position: absolute;
    content: " ";
    display: block;
    padding-bottom: 10px;
    border-bottom: solid 2px #3c7bb1;
    bottom: -2px;
    width: 30%;
}
h3.top{
    font-size: 160%;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 1rem;
    margin-bottom: 35px;
    position: relative;
    border-bottom: solid 2px #eee;
}
h3.top:after{
    position: absolute;
    content: " ";
    display: block;
    padding-bottom: 10px;
    border-bottom: solid 2px #3c7bb1;
    bottom: -2px;
    width: 30%;
}
h2.business{
    font-size: 150%;
    font-weight: bold;
    border-left: 10px solid #f6ae00;
    padding-left: 8px;
}

@media (min-width: 992px){
    h3.top{
        font-size: 1.6rem;
        margin-top: 0;
    }
}

/*-------- Sub Title --------*/
.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: 80px;
    height: 1px;
    background: #bbb;
    margin: 30px auto;
}
.divider-light{
    width: 80px;
    height: 1px;
    background: #ddd;
    margin: 30px auto;
}

/* 前後に線 */
.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; /* 文字の左隣 */
}

/* 
   # テキストの左右に水平ライン  1
*/
.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: .05;
}
.lines-on-sides:after{
    border-left: 1em solid transparent;
}
.lines-on-sides:before{
    border-right: 1em solid transparent;
}


hr.lines-on-sides {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.lines-on-sides:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #FFF;
}


/* 
  # テキストの左右に水平ライン 2
*/

.side-lines{
    color: #444;
	display: flex;
	align-items: center;
	
    display: -ms-flexbox; /* IE11 */
    -ms-flex-align: center; /* IE11 */
	
	line-height: 2;
	padding: 3px 0 0 0;
    margin-bottom: 20px;
}
.side-lines:before, .side-lines:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ddd;
	display: block;
}
.side-lines:before{
	margin-right: 1em;
}
.side-lines:after{
	margin-left: 1em;
}



/* 
===========================================================
   # Button
===========================================================
*/
.btn{
    border-radius: 0;
}
/*-------- Color Button --------*/
.btn-color {
  color: #fff;
  background-color: #111;
  border-color: #111;
  font-size: 0.9375rem;
}
.btn-color:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.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: #111;
  border-color: #111;
}
.btn-color:not(:disabled):not(.disabled):active, .btn-color:not(:disabled):not(.disabled).active,
.show > .btn-color.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.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;
    min-width: 280px;
}
.btn-border:hover{
    background: #333;
    color: #fcfcfc;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-link{
    background: #37b534;
    border: 1px solid #37b534;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 12px;
    padding: 2px 6px;
    min-width: ;
}
.btn-link:hover{
    color: #fafafa;
    transition: .17s ease;
    text-decoration:  none;
    opacity: .8;
    text-shadow: ;
}



/* button */
.btn-blue{
    background: #8ba9cd;
    border: 1px solid #8ba9cd;
    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-blue:hover{
    background: #fafafa;
    color: #678fbe;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-black{
    background: #333;
    border: 1px solid #333;
    color: #fcfcfc;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 35px;
    min-width: 280px;
}
.btn-black:hover{
    background: #fafafa;
    color: #222;
    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-fw{
    width: 100%;
}

/* 
===========================================================
   # Page
===========================================================
*/
hr.section-divider{
    background: transparent !important;
    padding: 0;
    margin: 0;
}


/*-------- Summary page LI --------*/
ul.summary{
    margin-left: -1rem;
}
ul.summary li{
    list-style-type: ;
    text-indent: 0; /* -1em */
    margin-bottom: 0;
    margin-left: 0;
}


/*-------- ASTERRISK LI --------*/
ul.asterisk{
    margin-left: -1.5em;
}
ul.asterisk li {
    list-style-type: none;
    text-indent: -1.3em; /* -1em */
    margin-bottom: 0.7em;
    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;
  }
}
  
  


/* 
===========================================================
   # Link
===========================================================
*/
a {
  color: #316cda;
  transition: .2s;
}

a:hover, a:focus, a:active {
  color: #477bde;
  transition: .12s;
  text-decoration: underline;
}

.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;
}

/* 
===========================================================
   # 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);
}


/* 
===========================================================
   # Carousel
===========================================================
*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
#image-gallery .modal-footer{
  display: block;
}
.thumb{
  margin: 15px 0;
}

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

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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  right: 7%;
  top: 30px;
  left: 7%;
  z-index: 10;
}

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

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

/* カルーセルの画像にマスク */
.carousel-item:before{
	content: ' ';
	background-color: rgba(0,0,0, .25);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* 
===========================================================
   # Shop information DL DT DD
===========================================================
*/
#shop-info dl{
    border-bottom: ;
    font-size: 0.875rem;
}
#shop-info dl dt{
    width: 4.3rem;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 10px 3px;
    float: left;
    clear: left;
}
#shop-info dl dd{
    margin: 0 0 0 4.3rem;
    padding: 10px 3px;
    padding-left: 20px;
    border-top: 1px solid #ddd;
}

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

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

@media (min-width: 992px) {
    .recruit-title{
        text-align: right;
    }
}

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

@media (min-width: 992px) {
    .history-title{
        text-align: right;
    }
}

/* 
===========================================================
   # Contact Form
===========================================================
*/

.form-group{
    font-size: ;
}
.form-control{
    font-size: 98%;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}

.help-block{
    background: ;
    font-weight: bold;
    color: #ff0000;
}
#contact ul{
    list-style: none;
    margin-left: -2em;
    margin-right: 0.5em;
}
#contactForm{
    font-size: ;
}
#contactForm label{
    font-weight: bold;
}



.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;
}

h3.policy{
    font-size: 1em;
    font-weight: bold;
}
.close-policy{
    position: fixed;
    right: 35px;
    bottom: 20px;
    font-size: 4rem;
    color: #aaa;
}

/* 
===========================================================
   # Footer
===========================================================
*/
.footer-section{
    border-top: 1px solid #f7f7f7;
    background: rgba(240,240,240, .3);
    color: rgba(0,0,0, .6);
    font-size: 0.8125rem;
}
.footer-title{
    color: rgba(0,0,0, .8);
    border-bottom: 1px solid rgba(240,240,240, .9);
    font-size: 0.8125rem;
    margin-bottom: 10px;
}
.footer-section a{
    color: #ad956c; /*ec9d36*/
    text-decoration: underline;
}
.footer-section a:hover{
    color: #C4A674;
    text-decoration: none;
}

.bottom-footer{
    background: rgba(240,240,240, .9);
}
.footer-social-links{
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
}
.footer-social-links a{
    color: rgba(0,0,0, .6);
}
.footer-social-links a:hover{
    color: rgba(173,149,108, .7);
}
.footer-copy{
    font-size: 0.8125rem;
    color: rgba(0,0,0, .7);
    text-align: center;
    margin: 0 auto;
}


/* 
===========================================================
   # パンくずリスト
===========================================================
*/
.breadcrumbs{
    margin-bottom: 2rem !important;
}
.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;
}
.nav-bg {
    background: rgba(255,255,255, .99);
}

.navbar{
    font-size: 0.9375rem;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0.5rem; /* ============= 追加 =========*/
}
.navbar li{
    padding: 10px 0;
    border-top: solid 1px #666;
    background: #111;
    transition: all .17s linear;
}
.navbar li:first-child{
    margin-top: 8px; /* 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-top: 0px;
padding-bottom: 3px;
    margin-left: 0; /* ============= 変更 =========*/
    margin-right: 0.5rem; /* ============= 変更 =========*/
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
@media (min-width: 992px) { /* ============= 追加 =========*/
    .navbar-brand{
        margin-left: 0.5rem;
        margin-right: 1rem;
    }
}
/* ============================================= タブレット横・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;
    }
    .navbar li:first-child{
        margin-top: 0;
    }
    .navbar li:last-child{
        border-bottom: 0;
        margin-right: 0rem;
    }
    .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: 0.5rem;  /* ============= 変更 =========*/
}
.navbar-light .navbar-toggler-icon {
    background-image: none; /* この行で背景画像を無効化 */
    background-color: #333;
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    transition: ease .3s;
    border-radius: 3px;
}

/* 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:15px;
    transform: rotate(45deg);
}
.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:15px;
    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, .9);
        font-weight: bold;
        padding: 5px 3px; /* メニューバーの余白 */
        margin: 0 10px; /* メニューの間隔 */
    }
    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-brand:focus{
        color: rgba(0,0,0, .9);
        box-shadow: 0 -2px 0 0 #f6ae00 inset;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0, .9);
    }
    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0, 0.25);
    }
    /* アクティブの色 */
    .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, .9);
     box-shadow: 0 -2px 0 0 #f6ae00 inset;
     }
}

.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, 0.5);
}
.navbar-light .navbar-text a {
  color: #000;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000;
}

/* 
===========================================================
   # Color
===========================================================

Heading --> #1b2f45
Background --> #3eafaf
Link --> #b4ded2
Active & Hover--> #fff3e1

bg lighter --> #56c7c8
text on bg lighter --> #373330

accent color --> #f68d3a
text on accent color --> #fff3e1
*/



/* 
===========================================================
   # Top bar
===========================================================
*/
.top-bar{
    min-height: 28px;
    background: #f9f9f9;
    font-size: 13px;
    color: #666;
    line-height: ;
    letter-spacing: 0.03em;
    padding: 6px;
}

/*
 * 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: ;
    text-shadow: 0 0 0px rgba(0,0,0, .4);
}
.bg-12{
    background:url(../img/bg-2.jpg) center 50% / cover no-repeat;
    background-size: ;
    text-shadow: 0 0 3px rgba(0,0,0, .4);
}
.bg-2{
    background:url(../img/bg-2.jpg) center 50% / cover no-repeat;
    background-size: ;
    text-shadow: 0 0 3px rgba(0,0,0, .4);
}
.bg-3{
    background:url(../img/bg-3.jpg) center 50% / cover no-repeat;
    background-size: ;
    text-shadow: 0 0 3px rgba(0,0,0, .5);
}
.bg-4{
    background:url(../img/bg-4.jpg) center 50% / cover no-repeat;
    background-size: ;
    text-shadow: 0 0 0px rgba(0,0,0, .6);
}
.bg-5{
    background:url(../img/bg-5.jpg) center 80% / cover no-repeat;
    background-size: ;
    text-shadow: 0 0 0px rgba(0,0,0, .6);
}
.bg-grid{
    background:url(../img/bg-grid.gif);
}
.bg-alfa{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa:before{
	content: ' ';
	background-color: rgba(0,0,0, .2);
	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, .075);
	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, .25);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* 
===========================================================
   # Call to Action｜Teaser
===========================================================
*/
.teaser{
	color: #fff;
    background-attachment: ;
    background: fixed center 50% / cover no-repeat;
    z-index: ;
}
.teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5, .teaser h6{
    color: #3e4555;
}
.teaser .btn-border{
    background: #222;
    border: 3px solid #222;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.25em;
}
 .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;
}

/* 
===========================================================
   # レスポンシブテーブル｜Responsive Table
===========================================================
*/
.responsive_table{
    width:100%;
    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: 15px !important;
    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;
        font-size: 14px !important;
    }
    .responsive_table th{
        width: auto;
        text-align: left;
        font-weight: bold;
    }
}

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

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

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

/* 
===========================================================
   # 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;
}

/* 
===========================================================
   # 代表メッセージ
===========================================================
*/
@media only screen and (max-width: 991px) {
    .president{
	    position: relative;
	    overflow: hidden;
	    margin: 0 auto;
	    width: 100%;
	    padding-top: 60%;/* 90%, 80%, 70%, 60% */
	    padding-bottom: 10%;
    }
    .president img{
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/* 
===========================================================
   # marusho
===========================================================
*/ 

ul.marusho{
    margin-left: -1rem;
}
ul.marusho li{
    list-style-type: ;
    text-indent: 0; /* -1em */
    margin-bottom: 0.75rem;
    margin-left: 0;
    font-weight: bold;
}
ul.marusho li > span{
    display: block;
    font-weight: normal;
}


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

.showcase .showcase-img{
    min-height: 20rem;
    background-size: cover;
}
@media (min-width: 576px){
    .showcase .showcase-img{
        min-height: 20rem;
        background-size: cover;
    }
}

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

.bg-21{
    background: url('../img/doboku.jpg') center 50% / cover no-repeat;
}
.bg-22{
    background: url('../img/shinchiku.jpg') center 50% / cover no-repeat;
}
.bg-23{
    background: url('../img/kaisyu.jpg') center 50% / cover no-repeat;
}
.bg-24{
    background: url('../img/hanbai.jpg') center 50% / cover no-repeat;
}

/* 
===========================================================
   # 5 Columns (col-lg-5 col-4)
===========================================================
*/ 
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15{
    width: 33.33%;
    float: left;
}
@media (min-width: 576px){
    .col-sm-15{
        width: 33.33%;
        float: left;
    }
}
@media (min-width: 768px){
    .col-md-15{
        width: 33.33%;
        float: left;
    }
}
@media (min-width: 992px){
    .col-lg-15{
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px){
    .col-xl-15{
        width: 20%;
        float: left;
    }
}



.fit{
	width: 100%;
	height: 100%;
	object-fit: cover;
    font-family: 'object-fit: cover;' /*IE対策 - 要素内全体を覆いたい場合*/
 /*   font-family: 'object-fit: contain;' IE対策 - 縦横比を保って表示したい場合*/
}


/* 
===========================================================
   # ポップアップ フェード｜Magnific Popup FADE
===========================================================
*/   
.mfp-fade.mfp-bg{
	opacity: 0;
	transition: all .17s ease;
}
.mfp-fade.mfp-bg.mfp-ready{
	opacity: .8;
}
.mfp-fade.mfp-bg.mfp-removing{
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content{
	opacity: 0;
	transition: all .17s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
	opacity: 0;
}


/* 
===========================================================
   # プライバシーポリシー｜Privacy Policy
===========================================================
*/

#policy h3{
    font-size: 1.2rem;
    margin: 25px 0 5px;
}

#policy ul li{
    text-indent
}
#policy ul{
    margin-left: -1rem !important;
}
ul#policy li {
    text-indent: -1.3rem; /* -1em */
    margin-bottom: 0.7rem;
    margin-left: 0;
}

@media screen and (max-width: 991px){
	#policy h3{
        font-size: 1rem;
        margin: 25px 0 5px;
    }
}


/*
===========================================================
   # Link to Top
===========================================================
*/
.link-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: .3;    
    display: none;
}
.link-to-top img{
    height: 40px;
    width: 40px;
    transition: .3s;
}
.link-to-top img:hover{
    opacity: .6;
    transition: .17s;
}
@media (min-width: 992px){  /* ■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■ */
    .link-to-top{
        bottom: 40px;
        right: 40px;
    }
    .link-to-top img{
        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: #0f0b79;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* 
===========================================================
   # Utility
===========================================================
*/
.smallest{font-size: 12px !important;}
.small{font-size: 85% !important;}
.smaller{font-size: 90% !important;}
.larger{font-size: 120% !important;}
.large{font-size: 135% !important;}
.largest{font-size: 150% !important;}
.copy{color: rgba(0,0,0, .5);}
.bold{font-weight: bold !important;}
.normal{font-weight: normal !important;}
.capitalize{text-transform: capitalize !important;}
.lowercase{text-transform: lowercase !important;}
.ts-none{text-transform: none !important;}

/*-------- Text Color --------*/
.white{color: #fff !important;}
.light{color: #fafafa !important;}
.dark{color: #333 !important;}
.black{color: #000 !important;}
.lightgray{color: #999 !important;}
.color{ color: #e41919 !important;}
.glass{ opacity: .5;}

/*-------- Bg-color --------*/
.bg-white{background: #fff !important;}
.bg-light{background: #f9f9f9 !important;}
.bg-gray-lighter{background: #f7ffff !important;}
.bg-gray{background: #fafafa !important;}
.bg-dark{background: #333 !important;}
.bg-black{background: #000 !important;}
.bg-lightblue{background: #eafefe !important;}
.bg-blue-lighter{background: #f1fffd !important;}
.transp{background: transparent !important;}

/*-------- Shadow --------*/
.text-shadow{
    text-shadow: 0 0 3px rgba(0,0,0, .7);
}
.text-shadow-white{
    text-shadow: 0 0 3px rgba(255,255,255, .6);
}
.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);
}

/*-------- etc. --------*/
.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;}
.align-center-left{text-align: left;}
.align-left-center{text-align: center;}
@media screen and (min-width: 768px){
	.align-center-left{text-align: center;	}
	.align-left-center{text-align: left;}
}
.relative{position:relative;}
.inline-block{display:inline-block;}
.hidden{display:none;}
hr.hr-dark{border-top: 1px solid rgba(0, 0, 0, .2);}
.image-fullwidth img{
    width: 100%;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.full-wrapper {
    margin: 0 2%;
}

/*-------- Marker. --------*/
/* 薄いイエローの太マーカー*/
.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;}

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