﻿@charset "UTF-8";

html{
    font-size: 16px;
}
main > .container-fluid {
    padding: 0 15px 0;
}
footer {
    background: #282420;
    color: #eee;
}
footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
 
.w-80{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;}
}

.w-90{width: 100% !important;}

@media (min-width: 768px){
    .w-90{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-90{width: 900px !important;}
}
@media (min-width: 1200px){
    .w-90{width: 980px !important;}
}

h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
}
h2,h3,h4,h5,h6{
    line-height: 1.6;
}

h1 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 !important;
}
h2 {font-size: 160%;}
h2.top-heading {font-size: 200%;}
h3 {font-size: 130%;}
h4 {font-size: 1rem;}
.tag-line{
    font-size: 15px;
    padding: 80px 0px;
    line-height: 1.5;
    text-shadow: 0 0 3px rgba(0,0,0, .85);
    color: rgba(255,255,255, .985);
}

.header-title{
    font-size: 20px;
    padding: 30px 0;
    line-height: 1.4;
}
.header-title > span{
    display: block;
    font-size: 12px;
    font-family: ;
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    text-indent: 0.25rem;
}
.wakuwaku{
    font-size: 14px;
}

@media (min-width: 576px){
    h1 {font-size: 1rem; line-height: 1rem;}
    .tag-line{
        font-size: 34px;
        padding: 120px 50px;
    }
    .header-title{
        font-size: 32px;
        padding: 60px 50px;
    }
    .header-title > span{
        font-size: 15px;
        letter-spacing: 0.2em;
    }
    .wakuwaku{
        font-size: 150%;
    }
}
@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 180%;}
    h2.top-heading {font-size: 280%;}
    h3 {font-size: 1.2rem;font-weight: normal;line-height: 1.8;letter-spacing: 0.04em;}
}
h4.business{
    font-size: 130%;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 0.25rem;
    margin-bottom: 12px;
    position: relative;
    border-bottom: solid 2px #ddd;
}
h4.business:after{
    position: absolute;
    content: " ";
    display: block;
    padding-bottom: 0;
    border-bottom: solid 2px #5694d7;
    bottom: -2px;
    width: 30%;
}
@media (min-width: 992px){
    h4.business{
        font-size: 1.6rem;
        padding-bottom: 5px;
        margin-top: 0;
    }
}

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.04em;
    line-height: 1.6;
    font-size: 0.875em;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
p{
    line-height: 1.8;
    margin-bottom: 0;
}
p.article{
    line-height: 2.2;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 1rem;
    }
}

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

/* 
===========================================================
   # Style
===========================================================
*/
.font-alt{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.font-alt.bold{
    font-weight: 500 !important;
}
.font-alt.xbold{
    font-weight: 700 !important;
}
.bg-yellow{
    background: #fffef3; /*fffef5*/
}
.bg-blue{
    background: #f7f9fb;
}
.bg-gray{
    background: #f9f9f9;
}

.text-blue{
    color: #74a6de;
}
.text-green{
    color: #add4af;
}
.text-navy{
    color: #3a6baf;
}
.text-orange{
    color: #f27044;
}

/*-------- Sub Title --------*/
.small-title{
    font-size: 14px;
    color: #666;
    letter-spacing: 0.25em;
}

.divider{
    width: 80px;
    height: 2px;
    background: #eca106;
    margin: 7px 7px 30px 7px;
}

/* 
===========================================================
   # Button
===========================================================
*/
/* 送信ボタン */
.btn-send{
    background: #6dbe95;
    padding: 7px 13px 9px;
    color: #fff;
    letter-spacing: 0.25rem;
    border-radius: 1px;
    transition: .3s ease;
    border: 1px solid #fff;
    letter-spacing: .75rem;
}
.btn-send > span{
    margin-left: 0.75rem;
}
.btn-send:hover{
    background: #64a6b2;
    color: #fff;
    transition: .2s ease;
}

.btn-link{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 18px;
    padding: 11px 20px 12px;
    background: #333;
    color: #fff !important;
    font-size: ;
    border-radius: 3px;
    text-decoration: none;
    transition: .3s ease;
}
.btn-link:hover{
    color: #fff;
    transition: .17s ease;
    text-decoration:  none;
    opacity: .8;
}

/* 
===========================================================
   # Page Section paddng
===========================================================
*/
section.bc-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    background: #f3f3f3;
}
section.first-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
}
section.page-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
}

@media (min-width: 992px) {
    section.bc-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow: hidden;
    }
    section.first-section {
        padding-top: 10px !important;
        padding-bottom: 60px !important;
        overflow: hidden;
    }
    section.page-section {
        padding-top: 40px !important;
        padding-bottom: 40px  !important;
    }
}

/* 
===========================================================
   # パンくずリスト
===========================================================
*/
.breadcrumbs{
    margin-bottom: 0 !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;
    }
}

/* 
===========================================================
   # ナビゲーション
===========================================================
*/
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;
}
.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: 3px;
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;
    }
}

@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{
        padding: 0.5rem 2rem 0.5rem 2rem;
    }
  .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;
    box-sizing: border-box;
    position: relative;
    margin-right: 0.75rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
    background-color: #333;
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .3s;
}

.navbar-toggler-icon:nth-of-type(1) {top:10px;}
.navbar-toggler-icon:nth-of-type(2) {top:18px;}
.navbar-toggler-icon:nth-of-type(3) {top:26px;}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:18px;
    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:18px;
    transform: rotate(-45deg);
}

/* 
===========================================================
   # ナビゲーション
===========================================================
*/
.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;
}

@media (min-width: 992px){
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0, .9);
        font-weight: bold;
        font-size: 0.9375rem;
        padding: 3px 0 4px;
        margin: 0 13px;
    }
    .navbar-light .navbar-nav .nav-link:hover{
        color: rgba(0,0,0, .9);
        box-shadow: 0 -1px 0 0 #c4c0af 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);
      font-weight: bold;
     box-shadow: 0 -1px 0 0 #c4c0af 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;
}

/* 
===========================================================
   # Heading images
===========================================================
*/
.header-1{
    background:url(../img/header-1.jpg) left 50% top 50% / cover no-repeat;
    background-position: ;
}

.bg-1{
    background:url(../img/tokyo.jpg) left 50% top 50% / cover no-repeat;
    background-position: ;
    text-shadow: 0 0 0px rgba(0,0,0, .4);
}

.bg-4{
    background:url(../img/bg-pattern.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
}

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


/*
===========================================================
   # 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){
    .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: #c6baa7;
  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: 110% !important;}
.large{font-size: 120% !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-light{background: #f4f1ec !important;}
.bg-dark{background: #c4c0af !important;}
.bg-black{background: #282420 !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: 2px 3px 8px rgba(0, 0, 0, .175) !important;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, .175) !important;
}
.white-shadow{
    -webkit-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 !important;}
.align-left-center{text-align: center !important;}
.align-left-right{text-align: right !important;}
.align-right-center{text-align: center !important;}
@media screen and (min-width: 768px){
	.align-center-left{text-align: center !important;}
}
@media screen and (min-width: 992px){
	.align-left-center{text-align: left !important;}
	.align-right-center{text-align: right !important;}
}
.relative{position:relative;}
.inline-block{display:inline-block;}
.hidden{display:none;}
hr.hr-dark{border-top: 1px solid #bbb;}
hr.hr-light{border-top: 1px solid #eee;margin: 0;}
.image-fullwidth img{
    width: 100%;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.full-wrapper {
    margin: 0 2%;
}

/*-------- Marker. --------*/
/* 薄いイエローの太マーカー*/
.marker{ background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%, #ffffcc 0%) repeat scroll 0 0; font-weight: bold;padding: 0 5px;line-height: 1;}
/* イエローの太マーカー*/
.marker2{background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #feffa2 0%) repeat scroll 0 0; font-weight: bold;}
/* イエローの細いマーカー*/
.yellow-marker-narrow{ background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #feffa2 0%) repeat scroll 0 0;font-weight: bold;color: #52a2d4;}

/* 
===========================================================
	 # トップページ
===========================================================
*/
ul.asterisk{
    margin-left: -1.75em;
    margin-bottom: 0;
}
ul.asterisk li {
    list-style-type: none;
    text-indent: -1.3em; /* -1em */
    margin-bottom: 0;
    margin-left: 0;
}
ul.asterisk li:before {
    display: inline;
    content: "※ ";
}

/* 
===========================================================
	 # お知らせ投稿
===========================================================
*/
#news dl{
	margin: 0;
}
#news dl dt{
	width: 100%;
	border-top: 1px dashed #e3e3e3;
	margin: 0;
	padding: 15px 0 0 3px;
	float: left;
	clear: left;
}
#news dl dd{
	margin: 0 ;
	padding: 5px 0 15px;
	padding-left: 3px;
	border-top: none;
}

@media (min-width: 992px){
	#news dl dt{
		width: 180px;
		margin: 0;
		padding: 20px 3px;
		text-align: center;
		float: left;
		clear: left;
	}
	#news dl dd{
		margin: 0 0 0 180px;
		padding: 20px 3px;
		padding-left: 20px;
		border-top: 1px dashed #e3e3e3;
	}
}

/* 
===========================================================
   # 事業内容
===========================================================
*/ 
.showcase .showcase-text{
    padding: 1rem;
}

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

.bg-13{
    background: url('../img/access.jpg')  left 50% top 50% / cover no-repeat;
    min-height: 20rem;
}

.bg-21{
    background: url('../img/living.jpg')  left 50% top 50% / cover no-repeat;
    min-height: 20rem;
}
.bg-22{
    background: url('../img/dining.jpg')  left 50% top 50% / cover no-repeat;
    min-height: 20rem;
}

@media (min-width: 992px){
    .bg-13{
        min-height: 28rem;
    }
    .bg-21{
        min-height: 28rem;
    }
    .bg-22{
        min-height: 28rem;
    }
}

/* 
===========================================================
	 # 会社情報
===========================================================
*/
#company-table dl dt{
	width: 100%;
	border-top: 1px solid #e0e0e0;
	margin: 0;
	padding: 15px 0 0 3px;
}
#company-table dl dd{
	margin: 0 ;
	padding: 5px 0 15px;
	padding-left: 3px;
	border-top: none;
}
#company-table dl:last-child{
	border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 992px){
	#company-table dl dt{
		width: 235px;
		margin: 0;
		padding: 20px 3px;
		text-align: center;
		float: left;
		clear: left;
	}
	#company-table dl dd{
		margin: 0 0 0 235px;
		padding: 20px 3px;
		padding-left: 20px;
		border-top: 1px solid #e0e0e0;
	}
}
.name{
    height: 13px;
    width: auto;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}
@media (min-width: 992px) {
    .name{
        height: 16px;
        width: auto;
    }
}

.copy-img{
    height: 11px;
    width: auto;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}
@media (min-width: 992px) {
    .copy-img{
        height: 13px;
        width: auto;
    }
}

img{
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}

/* 
===========================================================
   # サービスのご案内
===========================================================
*/
.box-title{
    padding: 20px 20px;
    background: #5694d7;
    color: #fff;
    font-size: 135%;
}
.list-box{
    display: block;
    text-align: left;
    padding: 20px 40px 20px 20px;
    border: 10px solid #b4d7ee;
    border-radius: 12px;
    background: #fff;
}
@media (min-width: 992px) {
    .list-box{
        display: inline-block;
        padding: 20px 46px 20px 48px;
    }
}

.service-title{
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    padding-left: 20px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background: #fffef0;
}
.service-title.bg-light{
    background: #fff !important;
}
@media (min-width: 992px) {
    .service-title{
        height: 76px;
        font-size: 22px;
    }
}

.fee-box{
    display: block;
    text-align: center;
    padding: 20px 40px 20px 20px;
    border: 10px solid #b4d7ee;
    border-radius: 12px;
    background: #fff;
}
@media (min-width: 992px) {
    .fee-box{
        display: inline-block;
        padding: 20px 60px 20px 50px;
    }
}

/* 
===========================================================
   # お問い合わせ
===========================================================
*/
ul.standard{
    margin-left: -1.5rem;
    margin-bottom: 0;
}
ul.standard li{
    list-style-type: disc;
    text-indent: 0; /* -1em */
    margin-bottom: 3px;
    margin-left: 0;
    padding-left: 0;
}

.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;
}
#contactForm ul{
    list-style: none;
    margin-left: -2.5em;
    margin-right: 0.5em;
}
#contactForm{
    font-size: ;
}
#contactForm label{
    font-weight: bold;
}

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

#policy h3{
    font-size: 1rem;
    font-weight: bold;
}
@media (min-width: 992px) {
    #policy h3{
        font-size: 1.2rem;
    }
}

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


/* 
===========================================================
   # その他
===========================================================
*/
.b-card{
    background: #fff;
    border-radius: 10px;
    padding: 12px 12px 13px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .085);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .085);
}

/* 
===========================================================
   # Bottom お電話でお問い合わせ｜Contact
===========================================================
*/
/* 前後に線 */
.phone{
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    white-space: nowrap;
}
.phone:before, .phone:after {
    border-top: 1px solid #bbb;
    content: "";
    width: 100%; /* 線の長さ */
}
.phone:before {
    margin-right: 1rem; /* 文字の右隣 */
}
.phone:after {
    margin-left: 1rem; /* 文字の左隣 */
}
.phone-number{
    font-size: 30px;
    letter-spacing: 0.06em;
}
.hours{
    display: inline-block;
    padding: 2px 18px;
    background: #54a3a9;
    color: #fff;
    border-radius: 0;
}

@media (min-width: 992px) {
    .phone-number{
        font-size: 34px;
    }
    .contact-mail{
        margin-top: 35px;
    }
}

a[href*="tel:"]{
        pointer-events: ;
        text-decoration: none;
        color: #333;
    }
a[href*="tel:"]:hover{
    text-decoration: none;
}
@media (min-width: 768px){
    a[href*="tel:"]{
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #333 !important;
    }
}





