@charset "utf-8";
/*
 * Body
 */
body {
	color: #333333;
	background-color: #fff;

}


@media (min-width: 768px) {
	body {
		background-position: top center;
		background-size: 992px auto;
	}
}

@media (min-width: 992px) {
	body {
		background-size: 100% auto;
	}
}

/*
 * 背景スライド
 */
.bg-switcher {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
	margin-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 66px;
}

/*
 * サイトロゴ
 */
.site-logo {
	margin: 0;
	padding: 16px 20px;
	background-color: #fff;
}

.site-logo img {
	display: block;
	height: 32px;
}


@media (max-width: 480px) {
	.site-logo img {
		height: 26px;
	}
}

@media (min-width: 992px) {
	.site-logo img {
		height: 36px;
	}
}

@media (max-width: 767px) {
	.header {
		height: 66px;
	}
}


/*
 * ナビゲーションメニュー
 */
.navbar-default {
	border-width: 0;
	background-color: #fff;
}


.navbar-default .navbar-nav > li {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 14px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li {
	font-size: 16px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	}
}

.navbar-default .navbar-nav > li > a {
	color: #000;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		line-height: 30px;
	}
}

.navbar-default .navbar-toggle {
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #fff;
}

.menu-global {
	background-color: #fff;
}

@media (min-width: 768px) {
	.menu-global {
	margin: 0;
	}
}

@media (min-width: 768px) {
	.menu-global-main > li {
		position: relative;
	}
	.menu-global-main > li:before {
		line-height: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -.125em;
		display: block;
		width: 1em;
		height: 1em;
		margin: auto;
		content: "/";
		vertical-align: middle;
	}
	.menu-global-main > li:first-child:before {
		display: none;
		content: "";
	}
}

.menu-global-sns li {
	float: left;
}


/*
 * ヘッダー
 */
.header-container {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.navbar-wrap {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
}

/*
 * パンくずリスト
 */

.breadcrumb li+li:before {
	content: '>>';
}


/*
 * メインビジュアル
 */
.main-visual {
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.42);
	width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-visual {
	margin-bottom: 120px;
	}
}

.main-visual-catch {
	margin-bottom: 24px;
}

.main-visual-catch img {
	max-width: 100%;
	padding: 0 30px;
}

.main-visual-description {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: .125em;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.35);
}

@media (max-width: 767px) {
	.main-visual-description {
		padding: 0 60px 0 30px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.main-visual-description {
		font-size: 14px;
	}
}

/*
 * Main　共通
 */
.main {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.main {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.main {
		width: 1200px;
	}
}

@media (min-width: 992px) {
	.content {
		box-shadow: 0 1px 6px rgba(0,0,0,25);
	}
}

.container-main {
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.container-main {
		padding-top: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container-main {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {
	.container-main {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/*
 * Main 注目コンテンツ
 */
@media (min-width: 992px) {
	.features {
		background-color: #fff;
	}
}

.features dl {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.features dl dt {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville,Georgia,serif;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: .125em;
	text-transform: uppercase;
}

.features dl dd {
	font-size: 14px;
	text-align: center;
}

.features dl dd img {
	border-width: 0;
	border-radius: 0;
	box-shadow: 0 1px 6px rgba(0,0,0,.25);
}

.features dl dd p {
	line-height: 1.4;
	height: 2.8em;
	margin: 20px auto;
	text-align: left;
}

@media (min-width: 768px) {
	.features dl dd p {
		height: 4.2em;
	}
}

.features .btn-more {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	display: block;
	max-width: 200px;
	margin: 0 auto;
	padding: 12px 0;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #1e4a31, #81fcb5) 0 100%;
	background: linear-gradient(to bottom, #81fcb5, #1e4a31) 0 100%;
}

@media(min-width: 768px) {
	.features .btn-more {
		transition: opacity 0.1s;
	}
	.features .btn-more:hover {
		opacity: .7;
	}
}

/*
 * Main:店舗情報
 */
.shop-info {
	background-color: #002200;
	background-size: cover;
	color: #FFFFFF;
}

.shop-info-title {
	font-family: TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;
	font-size: 30px;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: .125em;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.shop-info-title {
		font-size: 26px;
	}
}

.shop-info-title:before {
	display: inline;
	margin: 0 10px 0 0;
	content: url(img/yago_white.png);
	vertical-align: middle;
}

.access-calendar {
	max-width: 100%;
	padding: 10px auto;
}


#calendar_pc {
	display:block;
}

#calendar_tpc {
	display:none;
}

#calendar_sp {
	display:none;
}

@media screen and (max-width:572px) {
	#calendar_pc {
		display:none;
	}
	#calendar_tpc {
		display:none;
	}
	#calendar_sp {
		display:block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#calendar_pc {
		display:none;
	}
	#calendar_tpc {
		display:block;
	}
	#calendar_sp {
		display:none;
	}
}

.news .media {
	overflow: visible;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.news .media-left {
		padding-right: 20px;
	}
}

.news .media-left-size {
	width: 100px;
	height: 100px;
}

.news .media-left img {
	padding: 5px;
	border-width: 0;
	box-shadow: 0 1px 6px rgba(0,0,0,.25);
}

.news .media-heading {
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
	height: 1em;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.news .media-heading {
		font-size: 18px;
	}
}

.news .media p {
	font-size: 12px;
	line-height: 1.2;
	margin: 1em auto 0;
}

@media (min-width: 768px) {
	.news .media p {
		font-size: 14px;
	}
}

/*
 * Main:店舗情報（ニュース）
 */
.access-gmap {
	border: 5px solid #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,.25);
}

.access-gmap iframe {
	display: block;
	max-width: 100%;
	height: 300px;
}

.access-title {
	font-size: 24px;
	margin: 20px auto;
}

.access p {
	font-size: 14px;
	line-height: 1.1;
	margin: 10px auto 0;
}

.access p span {
	margin-right: 1em;
}

.access p span:last-child {
	margin-right: 0;
}

.access-imap img {
	display: block;
	max-width: 100%;
	padding-top: 20px;
}

/*
 * コンテンツ
 */
.container-fluid {
	margin-top: 66px;
}

.i_left {
	display:block;
	margin:0px 5px 5px;
	float: left;
}

.p_right {
	text-align: right;
}

.nav-contents {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px none #DDDDDD;
	border-top: 1px solid #DDDDDD;
	margin-top: 15px;
}

.nav.nav-contents li a {
	border-bottom: 1px solid #DDDDDD;
	color: #000000;
}

.kiji h2 {
	color: #0E5F0A;
	border-left-style: solid;
	border-left-width: 5px;
	padding-left: 10px;
}

@media (max-width:572px) {
	.kiji h1 {
		font-size: 24px;
	}
	.kiji h2 {
		font-size: 20px;
	}
}

.row.contents .col-sm-9.col-sm-push-3 {
	margin-bottom: 30px;
}

.row.contents .col-sm-3.col-sm-pull-9 {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.row .contents .col-sm-9 .col-sm-push-3 {
		padding-left: 30px;
	}
}

.kiji .img-responsive {
	margin-top: 20px;
	margin-bottom: 30px;
}

@media (max-width:572px) {
	.table.table-striped th {
		width: 100%;
		display: block;
		background-color: transparent;
	}
	.table.table-striped td {
		width: 100%;
		display: block;
		background-color: #ffffff;
	}
}

.align-center {
	text-align: center;
}
.square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #21B33E;
	border: solid 2px #21B33E;
	border-radius: 3px;
	transition: .4s;
	font-size: 12px;
	margin: 10px auto;
}

.square_btn:hover {
    background: #21B33E;
    color: white;
	text-decoration: none;
}

@media (min-width: 992px) {
	.square_btn {
		font-size: 14px;
	}
}


/*
 * 設備表組
 */
.setubi_p table {
    border: none;
    width: 100%;
    border-spacing: 0;
    margin: 0 auto;
}
.setubi_p th, .setubi_p td {
    border: none;
    text-align: center;
    padding: 5px;
}
.setubi_p th { background-color: #61c5bb; color: #fff;}

@media screen and (max-width: 720px){
	.setubi_p table { width: 100%; border:none; padding: 10px;}
	.setubi_p thead { display: none;}
	.setubi_p tr {
		border: none;
		display: block;
		margin-bottom: 20px;
	}
	.setubi_p td {
		border: none;
		text-align: center;
		display: block;
		padding: 0;
	}
	.setubi_p td img {
		display: inline-block;
		vertical-align: middle;
	}
}


/*
 * フッター
 */
.footer {
	border-top: 4px solid #666;
}

.footer-totop {
	padding: 12px 0;
}

.footer-copy {
	padding: 18px 0;
	color: #000000;
	background-color: #FFFFFF;
}

.footer-copy p {
	margin: 0 auto;
}
