@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
/* body {
	background: #fff;
	color: #6E3503;
} */

body,
#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-size: auto;
	background: #fff;
	color: #6E3503;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


a,
a:hover {
	color: #6E3503;
	text-decoration: none;
}

.img-responsive-overwrite {
	margin: 0 auto;
}

.tab-content.bg {
	background: #fff;
}

#head-title .jumbotron .subtitle {
	/*text-shadow: 1px 2px 1px #000;*/
	font-size: 95%;
	color: #816F53;
	padding-top: 190px;
	/*background: #D66768;*/
	text-align: center;
}

#sub-head-title .jumbotron .subtitle {
	text-shadow: 1px 2px 1px #000;
	padding: 2px;
}

.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}

.page-title {
	font-family: 'Capriola', sans-serif;
}

.panel {
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading {
	color: #FBD287;
	background-color: #402625;
	border-color: #ddd;
}

.jumbotron-shop {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}

.size {
	font-size: 80%;
}

.space {
	margin-bottom: 10px;
}

/*疑似テーブル*/



.table-row {
	display: table;
	width: 100%;
}

.table-column {
	display: block;
	/* vertical-align: top; */
	/*縦位置を揃える*/
	padding: 1.5%;
	/*border: 1px solid #ccc;*/
	background: #EFE8D9;
}

.table-column-r {
	display: block;
	/* vertical-align: top; */
	/*縦位置を揃える*/
	padding: 1%;
	/*border: 1px solid #ccc;*/
}

.table-column-r ul {
	margin: 0;
	padding-left: 5%;
}

.bottom-space {
	margin-bottom: 0;
}




@media(max-width:768px) {

	.bottom-space {
		padding-bottom: 50px;
	}

	.sm-border {
		/*border-bottom:1px dotted #C9C8C8;*/
		padding-bottom: 10px;
	}

	#carousel.flexslider {
		display: none;
	}

	.mobile-only-menu {
		float: right;
		font-size: 30%;
	}

	.mobile-only-menu .mobile-list-menu {
		list-style: none;
		padding: 0;
		margin: 7px 3px 0 0;
	}

	.navbar-brand img {
		width: 100px;
	}

	.nav-header.navbar-default .navbar-header .mobile-logo {
		margin-top: 0px;
		margin-bottom: 0px;
		float: left;
	}

	.navbar-toggle.collapsed.tgl-color {
		color: #4F0304;
	}

	#head-title .jumbotron {
		background: url(../images/index/main-image-mb.svg);
		background-position: center center;
		background-size: cover;
		text-align: center;
		color: #fff;
		height: 900px;
		margin-bottom: 50px;
	}

	#sub-head-title .jumbotron {
		background: url(../images/common/title.jpg);
		background-position: center center;
		background-size: cover;
		text-align: center;
		color: #fff;
		height: 120px;
		margin: 0;
		padding-top: 45px;
	}

	#sub-head-title .jumbotron-shop {
		background: url(../images/common/title_shop.jpg);
		background-position: center center;
		background-size: cover;
		text-align: center;
		color: #fff;
		height: 120px;
		margin: 0;
	}

	.jumbotron-shop h2 {
		text-shadow: 1px 2px 1px #000;
	}

	.jumbotron-shop div {
		text-shadow: 1px 2px 1px #000;
	}

	.jumbotron h2 {
		text-shadow: 1px 2px 1px #000;
	}



	.staff {
		text-align: center;
		font-size: 90%;
	}

	/*店舗案内*/

	.space-item-name {
		padding: 5px;
		background: #EFE8D9;
		margin-top: 10px;
	}

	.space-detail {
		margin-top: 5px;
	}

	.card-img {
		width: 100%;
	}

	.logo-size {
		width: 50%;
	}


}


@media(min-width:500px) {


	#head-title .jumbotron {
		background: url(../images/index/main-image.svg);
		background-position: center center;
		background-size: cover;
		color: #fff;
		height: 250px;
		margin: 0;
	}

	#head-title .jumbotron .subtitle {
		/*text-shadow: 1px 2px 1px #000;*/
		padding: 2px;
		font-size: 100%;
		color: #786352;
		padding-top: 120px;

	}

}


@media(min-width:768px) {

	/*疑似テーブル*/

	.table-row {
		display: table;
		width: 100%;
	}

	.table-column {
		display: table-cell;
		vertical-align: top;
		/*縦位置を揃える*/
		padding: 1%;
		/*border: 1px solid #ccc;*/
		border-bottom: 1px dotted #786352;
		background: #EFE8D9;
	}

	.table-column-r {
		display: table-cell;
		vertical-align: top;
		/*縦位置を揃える*/
		padding: 1%;
		/*border: 1px solid #ccc;*/
		border-bottom: 1px dotted #786352;
	}

	.table-column:first-child {
		width: 20%;
		/*左カラムのサイズ*/
	}



	#head-title .jumbotron {
		background: url(../images/index/main-image.svg);
		background-position: center center;
		background-size: cover;
		color: #fff;
		height: 400px;
		margin: 0;
	}




	#sub-head-title .jumbotron {
		background: url(../images/common/title.jpg);
		background-position: center center;
		background-size: cover;
		text-align: left;
		color: #fff;
		height: 120px;
		margin: 0;
		padding-top: 45px;
	}

	#sub-head-title .jumbotron-shop {
		background: url(../images/common/title_shop.jpg);
		background-position: center center;
		background-size: cover;
		text-align: left;
		color: #fff;
		height: 100%;
		margin: 0;
	}

	.jumbotron-shop h2 {
		text-shadow: 1px 2px 1px #000;
	}

	.jumbotron-shop div {
		text-shadow: 1px 2px 1px #000;
	}


	/*#head-title .jumbotron h2
{
	font-size: 500%;
	text-shadow: 1px 2px 1px #000;
	padding: 2px;
	padding-top: 100px;
}*/

	.jumbotron h2 {
		text-shadow: 1px 2px 1px #000;
	}



	.mobile-only-menu {
		float: right;
		font-size: 30%;
		margin-top: 25px;
		/*padding-right:5px;*/
	}

	.mobile-only-menu .mobile-list-menu {
		float: left;
		list-style: none;
		margin-right: 5px;
		margin-top: 20px;
	}

	.staff {
		font-size: 85%;
	}

	/*店舗案内*/

	.space-item-name {
		background: #EFE8D9;
		margin-top: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #786352;
	}

	.space-detail {
		margin-top: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #786352;
	}

	.card-img {
		width: 50%;
	}

	.logo-size {
		width: 30%;
	}

	.jumbotron-shop {
		padding: 48px 0;
	}

	.container .jumbotron-shop,
	.container-fluid .jumbotron-shop {
		padding-right: 60px;
		padding-left: 60px;
	}

	#head-title .jumbotron .subtitle {
		/*text-shadow: 1px 2px 1px #000;*/
		padding: 2px;
		font-size: 100%;
		color: #786352;
		padding-top: 200px;
	}


}

@media(min-width:992px) {

	#head-title .jumbotron {
		background: url(../images/index/main-image-pc.svg);
		background-position: center center;
		background-size: cover;
		color: #fff;
		height: 450px;
		margin: 0;
	}

	#head-title .jumbotron h2 {
		font-size: 600%;
		text-shadow: 1px 2px 1px #000;
		padding: 2px;
		padding-top: 150px;
	}

	#sub-head-title .jumbotron {
		background: url(../images/common/title.jpg);
		background-position: center center;
		background-size: cover;
		text-align: left;
		color: #fff;
		height: 150px;
		margin: 0;
		padding-top: 55px;
	}

	#sub-head-title .jumbotron-shop {
		background: url(../images/common/title_shop.jpg);
		background-position: center center;
		background-size: cover;
		text-align: left;
		color: #fff;
		height: 100%;
		margin: 0;
	}

	#head-title .jumbotron .subtitle {
		/*text-shadow: 1px 2px 1px #000;*/
		padding: 2px;
		font-size: 100%;
		color: #786352;
		padding-top: 220px;
	}

	.mobile-only-menu {
		float: right;
		font-size: 30%;
		margin-top: 10px;
	}

	.mobile-only-menu .mobile-list-menu {
		float: left;
		list-style: none;
		margin-right: 5px;
		margin-top: 20px;
	}

	.staff {

		font-size: 100%;
	}

	.logo-size {
		width: 30%;
	}



}

body a:hover img,
a:hover img,
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

.index-title-message {
	background: #402625;
	/* Old browsers */
	color: #fff;
	padding-bottom: 10px;
	padding-top: 20px;
}

.index-title-message h3 {
	font-size: 95%;
}

.index-title-message p {
	font-size: 80%;
	color: #E2DFDF;
}

/* ================================================== *
 *
 *    block modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        header　モバイル
 * ------------------------------------------------- */
.nav-header {
	padding: 10px 0 0;
}

/*ヘッダー枠*/
.nav-header.navbar-default {
	border: none;
	margin-bottom: 0;
	background: #fff;

}

/*ヘッダー内リンク*/
.nav-header.navbar-default .nav.navbar-nav>li>a {
	color: #333;
}

/*ヘッダー内リンク（マウスオーバー時）*/
.nav-header.navbar-default .nav.navbar-nav>li>a:hover {
	color: #999;
}

.nav-header.navbar-default .navbar-header {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*ナビゲーションテキストの位置*/
.nav-header.navbar-default .navbar-brand {
	height: auto;
	margin-top: -9px;
	margin-right: 0px;
}

.nav-header.navbar-default .navbar-collapse .navbar-nav {
	float: none;
}

.nav-header.navbar-default .navbar-collapse .navbar-form {
	clear: right;
	float: right;
}

.nav-header.navbar-default .navbar-toggle {
	margin-right: 0;
}


.navbar-header {
	padding: 0 35% 0;
}


/*タブレット*/
@media(min-width:768px) {

	.nav-header {
		padding: 0;

	}

	.navbar-header {
		padding: 0 40% 0;
	}


	.nav-header.navbar-default .navbar-header {
		margin-bottom: 11px;
	}

	.nav-header.navbar-default .navbar-brand {
		padding-top: 24px;
		margin-top: 0;
	}

	.nav-header.navbar-default .navbar-collapse .navbar-nav {
		float: right;
		margin-right: -20px;
		padding-top: 30px;
	}

	.nav-header.navbar-default .navbar-collapse .navbar-form {
		float: right;
		clear: right;
		margin-right: -30px;
	}

	.index-title-message h3 {
		font-size: 97%;
	}

	.index-title-message p {
		font-size: 90%;
		color: #E2DFDF;
	}

	.mobile-only-menu {
		display: none;
	}
}

/*PC*/
@media(min-width:992px) {

	.nav-header {
		padding: 15px 0 0px;
	}

	.nav-header.navbar-default .navbar-brand {
		margin-top: -17px;
	}

	.nav-header.navbar-default .navbar-collapse .navbar-nav {
		float: left;
		padding-top: 10px;
	}

	/*.nav-header.navbar-default .navbar-form
{
	margin-top: 8px;
}
*/
	.carousel-inner,
	.item.active img {
		height: 20%;
		width: 100%;
	}

	.index-title-message h3 {
		font-size: 130%;
	}

	.index-title-message p {
		font-size: 100%;
		color: #E2DFDF;
	}
}

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
.gt-footer {
	/*background: #000249;*/
	background: #CCCABA;
	color: #6E3503;
	/* padding: 30px 0; */
}

.gt-footer .list-group .list-group-item {
	background: none;
	color: #6E3503;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #6E3503;
	font-size: 80%;
}

.gt-footer .info {
	background: none;
	color: #6E3503;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #444;
	font-size: 80%;
}

.gt-footer .glyphicon {
	position: absolute;
	right: 15px;
	top: 13px;
}

.gt-footer .text-center {
	margin-top: 15px;
}

.page-top {
	background: #CCCABA;
	color: #6E3503;
	width: 20%;
	text-align: center;
	position: relative;
	height: 40px;
	left: 80%;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 90%;
}

.page-top a {
	color: #6E3503;
	text-decoration: none;
}

.page-top a:hover {
	color: #6E3503;
	text-decoration: none;
}

@media(min-width:768px) {

	.gt-footer .list-group .list-group-item {
		border: none;
		padding: 0;
		padding-top: 5px;
	}

	.gt-footer .glyphicon {
		display: none;
	}

	.gt-footer .text-center {
		margin-top: 30px;
	}

	.page-top {
		background: #CCCABA;
		color: #6E3503;
		width: 15%;
		text-align: center;
		position: relative;
		height: 40px;
		left: 85%;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		padding-top: 10px;
		margin-top: 10px;
	}
}

@media(min-width:1200px) {

	.page-top {
		background: #CCCABA;
		color: #6E3503;
		width: 15%;
		text-align: center;
		position: relative;
		height: 40px;
		left: 85%;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		padding-top: 10px;
		margin-top: 10px;
	}
}

/* ================================================== *
 *
 *    title modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        headline
 * ------------------------------------------------- */

@media(max-width:768px) {

	.headline {
		vertical-align: middle;
		font-weight: normal;
		padding-bottom: 15px;
		border-bottom: 1px dotted #ccc;
		margin: 0;
		font-size: 16px;
	}

	.headline-img {
		width: 40px;
		margin-right: 5px;
	}
}

@media(min-width:768px) {

	.headline {
		vertical-align: middle;
		font-weight: normal;
		padding-bottom: 15px;
		border-bottom: 1px dotted #ccc;
		margin: 0;
		font-size: 18px;
	}

	.headline-img {
		width: 50px;
		margin-right: 5px;
	}
}

@media(min-width:1200px) {

	.headline {
		vertical-align: middle;
		font-weight: normal;
		padding-bottom: 15px;
		border-bottom: 1px dotted #ccc;
		margin: 0;
		font-size: 20px;
	}

	.headline-img {
		width: 50px;
		margin-right: 5px;
	}
}

/* ================================================== *
 *
 *    nav modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        sideNav
 * ------------------------------------------------- */

.left-sideNav.list-group .list-group-item {
	border-radius: 0;
	border-color: #ddd;
	border-left: none;
	border-right: none;
}

.left-sideNav.list-group .list-group-item:first-child {
	border-top: none;
}

.left-sideNav .glyphicon {
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 10px;
}

/* ================================================== *
 *
 *    button modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        demo-btnPagetop
 * ------------------------------------------------- */
.demo-btnPagetop a {
	color: #6E3503;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.demo-btnPagetop a:hover {
	text-decoration: none;
	background: #fafafa;
}

/* ================================================== *
 *
 *    helper
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.margin-top-lg {
	margin-top: 60px;
}


.margin-top-sm {
	margin-top: 15px;
}

.margin-bottom-lg {
	margin-bottom: 60px;
}

.margin-bottom-md {
	margin-bottom: 30px;
}

.margin-bottom-sm {
	margin-bottom: 15px;
}

/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
.padding-top-lg {
	padding-top: 60px;
}

.padding-top-md {
	padding-top: 30px;
}

.padding-top-sm {
	padding-top: 15px;
}

.padding-bottom-lg {
	padding-bottom: 60px;
}

.padding-bottom-md {
	padding-bottom: 30px;
}

.padding-bottom-sm {
	padding-bottom: 15px;
}

/* ================================================== *
 *
 *    Custom Bootstrap Class
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        grid
 * ------------------------------------------------- */
.row .colPadding {
	padding-top: 15px;
	padding-bottom: 15px;
}

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

.btn {
	border-radius: 2px;
	transition: .3s;
}

.btn:hover,
.btn:focus,
.btn.focus {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-facebook,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
	border-color: transparent;
}

/* ------------------------------------------------- *
 *        text color
 * ------------------------------------------------- */
.text-titleIcon {
	color: #981615;
}

.text-imgIcon {
	color: #4d0c0b;
}

.text-arrowIcon {
	opacity: 0.3;
}

.help-block {
	font-size: smaller;
	margin-bottom: 5px;
	color: #ff0000;
}