/* CSS Document */
body, a {
	margin: 0 auto;
    padding: 0 0 0 0;
    border: 0;
}
a {
	display: block;
    color: #fff;
	text-decoration: none;
	transition: .5s;
}
body{
	font-family: unset;
	font-size: unset;
	color: #000;
	background: #fff;
}

a:hover {
	opacity: .7;
}
li{
    list-style: disc;
	margin-left: 30px;
}
#header{
	text-align: center;
}
#header .header_logo {
	background-color: #161310;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
#header .header_logo a {
	width: 200px;
	
}
#header .header_logo img {
	height: 40px;
    text-align: center;
    display: block;
}
#header .header_ttl {
	font-size: 32px;
    font-weight: bold;
	line-height: 1.2em;
	margin: 20px 0;
}
#header .header_ttl span {
	font-size: 18px;
    line-height: 1.2em;
	display: block;
    padding: 15px 0 8px;
}
.shop_btn a {
	color: #69080c;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
	border: 2px solid #69080c;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}
.shop_btn a.primary.webresv {
    color: #ffffff;
    font-size: 16px;
}

#wrapper {
	max-width: 800px;
    padding: 0 2%;
    box-sizing: border-box;
    margin: auto;
}
.center {
    text-align: center;
}
img {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}
h1.logo {
    padding-top: 10px;
}
.ttl_h2 {
    font-size: 1.1em;
	font-weight: bold;
    background: #69080c;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.5em;
    padding: 10px 10px;
    box-sizing: border-box;
    margin: 15px 0;
}
.ttl_h3 {
    color: #69080c;
    font-size: 18px;
    border-left: 4px solid #69080c;
    line-height: 1.2em;
    padding-left: 10px;
}

.m0 {
	margin: 0;
}

.mb20{
	margin-bottom:20px;
}

.mt30{
	margin-top:30px;
}

.txt {
    margin: 10px 0;
}

.txt2 {
	margin: 10px 0 20px;
}

.fb {
	font-weight: bold;
}

.tac {
    text-align: center;
}

.fs-14 {
	font-size: 14px;
}

.fs-26 {
	font-size: 26px;
	margin: 8px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

/* 予約方法 */

.bg_brown {
	background: #69080c;
}

.f-mintyo {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.h_box {
	padding: 10px 10px;
	display: table-cell;
	vertical-align: middle;
}

.step_box {
	width: 20%;
	color: white;
	max-width: 200px;
	text-align: center;
	font-size: 18px;
	line-height: 190%;
	display: table-cell;
	vertical-align: middle;
}

.step_ttl {
	display: table;
	width: 100%;
	color: #222222;
	letter-spacing: 1px;
	margin: 0;
}

.step_border {
    border-top: solid 2px #69080c;
    border-bottom: solid 2px #69080c;
    border-right: solid 2px #69080c;
}

.step_desc{
  font-size: 12px;
  color: #f00;
}

.buttom {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    color: white;
	border-radius: 10px;
}

.buttom a {
	display: block;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
}

.btn_tel{
  line-height: 1.3;
}

.btn_tel span{
  font-size: 18px;
}

.mr10 {
	margin-right: 10px;
}

#footer{
	text-align: center;
	font-size: 14px;
	padding-bottom: 30px;
	margin-top: 50px;
	background-color: #161310;
	color: #fff;
}

.fa-phone-volume:before{
	margin-right: 5px;
}

.sp {
	display: none;
}

div#breadcrumbs ol {
	border-top: none;
}

div#breadcrumbs li{
	list-style: none;
	margin-left: 0;
}

div#breadcrumbs li a{
	color: #aaa;
}

@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
}