@charset "UTF-8";
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
	position: relative;
	padding-top: 7.6rem;
	color:#696969;
}
body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-3;
	width:100%;
	height:100vh;
	background-image:url(../img/main_back.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
body:after{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-2;
	width:100%;
	height:100vh;
	background-image:url("../img/back.svg");
	background-repeat:no-repeat;
	background-position:top 0rem right -2rem;
	background-size:contain;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
}
a{color:#543132;}
a:hover{color:#D3750B;}
.price{color:#543132;font-weight:bold;}
.btn {border-radius: 2px;}
.btn-small {border-radius: 1px;}
.btn-large {border-radius: 3px;}

.sb{opacity: 0;}
.navbar-nav{
	display: none;
}
.navbar-tel{
	margin-left:auto;
}
.toki_header{
	positon:fixed;
	background:rgba(84,49,50,0.9);
	box-shadow: 0 6px 6px rgba(0,0,0,0.4);
}
.toki-navi{
	margin:0 auto;
}
.text-brown{
	color:#583822!important;
}
.tb_back{
	background:rgba(255,255,255,0.6);
}
.tb_back tr td:first-child{
	width:130px;
	text-align:center;
}
.jumbotron{
	background:rgba(255,255,255,0.0);
}
.jumbotron h1{
	color:#543132;
	font-weight: bold;
	margin: 2rem 0;
	padding:0.5rem 0;
}
.jumbotron .sb_lead{
	font-size:1.25rem;
	font-weight:500;
	
}
#to_top{
	position: fixed;
	bottom: 0;
	right:5%;
	margin:0 0 8px;
	padding:0;
	filter:drop-shadow(3px 3px 3px #c8c2be);
}
.sb_img{
	border-radius:20px;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.4);
}
.sb-btn-taxi,
.sb-btn-helper{
	width:400px;
	height:160px;
	font-weight:bold;
	font-size:2.4rem;
}
.sb-btn-about{
	font-weight:bold;
	font-size:1.4rem;
	padding:0.3rem 0.5rem;
}
.sb-btn{
	color:#fff;
	display: inline-block;
	position: relative;
	border:2px solid #fff;
	border-radius: 6px;
	background-color:#543132;
	z-index:1;
}
.sb-btn:hover{
	border:2px solid #543132;
	text-decoration:none;
}
.sb-btn span{
	display: inline-flex;
	width:auto;
	height:auto;
	position: relative;
	margin:auto;
	padding-left:2.8rem;
	top: 50%;
	transform: translate(0, -50%);
	color:#fff;
	z-index:3;
}
.sb-btn-taxi span:before{
	font-family: "Font Awesome 5 Free";
	content: "\f1ba";
	font-weight: 900;
	width:auto;
	position: absolute;
	font-size: 1em;
	left: 0;
	top: 0;
}
.sb-btn-helper span:before{
	font-family: "Font Awesome 5 Free";
	content: "\f4be";
	font-weight: 900;
	width:auto;
	position: absolute;
	font-size: 1em;
	left: 0;
	top: 0;
}
.sb-btn:hover{
	color:#fff;
	opacity: 0.8;
	
}
.sb-lead{
	font-size:1.1rem;
}
.mobile-tel{
	display:none;
}
.about-toki{
	width:100%;
}
/*------------------------------------------------*/
/*リンク先を少しずらすCSS*/
.sb_link {
	position: relative;
	top: -8.0rem;
	display: block;
}
/*------------------------------------------------*/

h2.featurette-heading{
	width:100%;
	text-align:center;
	position: relative;
	display: inline-block;
	margin: 47px 0;
	padding:1rem;
	text-shadow: 0 0 2px white;
}
h2.featurette-heading:before {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
	
}

h2.taxi-h2 {
	color: #fff;
	background:#543132;
	border-radius:30px;
}
h2.taxi-h2:before {
	background: #543132;
	border-radius: 50%;
}
h2.taxi-h2 span{
	position: relative;
	padding-left:3.5rem;
}
h2.taxi-h2 span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1ba";
	font-weight: 900;
	width:auto;
	position: absolute;
	color: #fff;
	font-size: 1em;
	left: 0;
	top: 0.25rem;
}
h2.helper-h2 {
	color: #fff;
	background:#543132;
}
h2.helper-h2:before {
	background: #543132;
}
h2.helper-h2 .span-helper{
	position: relative;
	padding-left:3.5rem;
}
h2.helper-h2 .span-helper:before {
	font-family: "Font Awesome 5 Free";
	content: "\f4be";
	font-weight: 900;
	width:auto;
	position: absolute;
	color: #fff;
	font-size: 1em;
	left: 0;
	top: 0.25rem;
}
.helper-h2-mini{
	font-size:1.5rem;
}
h2.about-h2{
	color:#543132;
	text-align: center;
	padding:8px 0;
	margin:4px;
}
h3.sb_h3{
	background:rgba(255,250,205,0.5);
	padding:0.4rem;
	margin:0.3rem auto;
	text-align: center;
}
h3.taxi-h3 {
	color:#543132;	
}
h3.helper-h3 {
	color:#543132;	
}

h4.sb_h4 {
	position: relative;
	padding: 0.5em 0.5em 0.5em 1.5em;
	line-height: 1.4;
}

h4.sb_h4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	position: absolute;
	font-size: 1em;
	left: 0.25em;
	top: 0.5em;
}
h4.taxi-h4,
h4.taxi-h4:before,
h4.helper-h4,
h4.helper-h4:before {
	color:#543132;	
}

h5.sb_insta{
	margin-top:2rem;
	color:#543132;
}
/*------------------------------------------------*/
/* 例：br.sb_brはタブレット以上のサイズでは非表示にする */
@media screen and (min-width: 768px){
	.sb_br{display: none;}
}
/*------------------------------------------------*/
@media (max-width: 40em) {
	.jumbotron h1{font-size: 2.2rem;}
	h3{font-size: 1.4rem;}
	h4{font-size: 1.2rem;}
	.to-top{right:2%;}
	.helper-h2-mini{font-size:0.9rem;}
	.sb-btn-taxi,
	.sb-btn-helper{
		width:100%;
		height:auto;
		top:0;
		transform: translate(0, 0);
	}
	.sb-btn-taxi span,
	.sb-btn-helper span{
		top:0;
		transform: translate(0, 0);
		margin:.5rem auto;
	}
	#insta-feed{
		width:80%;
		margin:0 auto;
	}
}

@media (max-width: 575.98px) {
	.toki_header{
	background:rgba(84,49,50,1.0);
	}
	.navbar-nav{
		display: block;
		border-top:#fff 1px dotted;
	}
	.navbar-dark .navbar-nav .nav-link{
		border-bottom:#fff 1px dotted;
	}
	.navbar-dark .navbar-nav .nav-link:focus,
	.navbar-dark .navbar-nav .nav-link:hover{
		background:#543132;
	}
	.nav-item{
		text-align: center;
	}
	.navbar-tel{
		display: none;
	}
	.mobile-tel{
		display:block;
	}
	.sb_img{
		display: block;
		width:280px;
		margin:0 auto;
	}
	.sb_btn{
		width:100%;
	}
}
@media (min-width: 576px) and (max-width: 767.98px){
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.toki-navi{width: 720px;}
}
@media (min-width: 992px)  and (max-width: 1199.98px){
	.toki-navi{width: 960px;}
}
@media (min-width: 1200px) {
	.toki-navi{width: 1140px;}
}