body,html {
	font-size: 14px;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.8em;
	background: #4E0010;
	color: #545454;
}

/* 基本設定 */
.container-fluid {
	padding-top: 100px;
	padding-bottom: 100px;
}
.container {
	max-width: 992px;
}
section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.meichao {
	font-weight: bold;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.text {
	font-size: 1.2em;
	text-indent: 1em;
	line-height: 1.8em;
}
.text-base {
	color: #A30C2F;
}
span.red {
	color: #FF0000;
}

/* テキストaリンクスタイル*/
a.link:link    { text-decoration: underline; color: #961D23;}
a.link:visited { text-decoration: underline; color: #961D23;}
a.link:hover   { text-decoration: none; color: #961D23;}
a.link:active  { text-decoration: none; color: #961D23;}
a.link {
	cursor: pointer;
}
a.btnstyle {
	width: 180px;
	display: inline-block;
	border: 1px solid #666666;
	border-radius: 100px;
	text-align: center;
	padding: 15px;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 1em;
	background: #FFFFFF;
}
a.btnstyle:hover { box-shadow: none;}

a:hover { cursor:pointer;}

h2 {
	font-size: 2em;
	text-align: center;
	margin: 0 0 1.5em 0;
	letter-spacing: 0.1em;
	font-weight: normal;
}
h2 p.subtitle {
	font-size: 16px;
	text-align: center;
	line-height: 1.6em;
	margin: 10px 0 0 0;
}
h2.bg {
	background: #F0EBEA;
	padding: 15px 20px;
	font-size: 1.6em;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1.4em;
	text-align: center;
	color: #6D6B6B;
	background: #F9F9E9;
	padding: 15px 0;
	margin-bottom: 20px;
	line-height: 1.6em;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.alert h3 {
	background: #FFFFFF;
}
.text-lg {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4em;
}
.text-md {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
dl {
}
dl:firstchild {
	border-top: 1px solid #CCC;
}
dl dt {
	float: left;
	width: 12em;
}
dl dd {
	margin-left: 12em;	
}
dl:last-child {
	border: none;
	margin-bottom: 0;
}
.waku {
	border: 1px solid #333;
	background: #FFFFFF;
	padding: 60px;
}
.card-title {
	line-height: 1.6em;
}
span.title {
	font-size: 1.2em;
	line-height: 1.8em;
}
.bg-base {
	background: #4E0010;
}
.bg-col {
	background: #FEF5DF;
	color:#573001;
}
.bg-white {
	color:#573001;
}

/* マウスオーバーで「透過」する */
.opacity:hover {opacity: 0.75;}
.opacity:hover img {opacity: 0.75;}

/* 画像をマウスオーバーで「拡大」する */
.scale {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.scale img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.scale:hover img {
  transform: scale(1.1); /* 拡大 */
}

/* ---------- header ---------- */
header .container-fluid {
	padding-top: 0;
	padding-bottom: 0;
}
h1 {
	margin: 45px 30px;
}
header .sns {
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
	font-size: 5em;
	color: #FFFFFF;
}
ul.main-nav {
	margin-top: 100px;
}
ul.main-nav li {
	display: block;
	padding: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
ul.main-nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
header a#showLeft {
	z-index: 999;
	position: absolute;
	top: 0;
	right: 0;	
	padding: 20px;
	text-decoration: none;	
	color: #FFFFFF;
	cursor: pointer;
	background: #00A0E9;
	font-weight: bold;
}
header a#showLeft i {
	padding-right: 5px;
}
header a#showLeft:link    { background: #00A0E9;}
header a#showLeft:visited { background: #00A0E9;}
header a#showLeft:hover   { background: #7494C8;}
header a#showLeft:active  { background: #7494C8;}

/* ---------- main ---------- */
.container-fluid.notice {
	background: #350908;
	padding: 20px;
	margin-bottom: 20px;
	color:  #FFFFFF;
}
.notice .title {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.container-fluid.top-area {
	padding-top: 0;
	padding-bottom: 60px;
	color: #FFFFFF;
}
.concept .parlor {
	margin-bottom: 30px;
	font-size: 1.1em;
}
.container-xl.topslide {
	padding: 0;
	margin: 15px auto;	
}
.concept .chez {
	padding: 0 0 15px 0;
	line-height: 1.6em;
	font-size: 0.9em;
	color: #333;
	max-width: 300px;
}
.concept p.logoimg {
	text-align: center;	
}
.concept p.logoimg img  {
}
.concept .chez p.title {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.concept .chez p.title small {
	font-size: 0.7em;
}

/* .shop */
.shop img.photo {
	margin-bottom: 45px;
	border-radius: 50px;
	border: 20px solid #F9E9CE;
}
.shop dt {
	width: 9em;
}
.shop dd {
	margin-left:10em;
	padding-bottom: 0;
	font-size: 0.9em;
	font-weight: bold;
}


/* .slide */
.slide-area .container-xl {
	padding-left: 0;
	padding-right: 0;
}
.container-fluid.slide {
	padding: 0;
}

/* .news */
.shop .right-area dl:last-child {
	margin-bottom: 0;
}
.container-fluid.news {
	padding-top: 30px;
	padding-bottom: 30px;
}
.news .badge {
	letter-spacing: 0.1em;
	font-size: 0.9em;
	line-height: 1.4em;
}
.news .container {
	padding: 30px 100px;
	background: #FFFFFF;
	border-radius: 50px;
}
.news dl {
	padding-bottom: 15px;
}
.news dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news dl dt {
	font-weight: normal;
	width: 110px;
}
.news dl dd {
	margin-left: 9em;
}
.news .btnstyle.btn-sm {
	width: 100px;
	padding: 6px;
}
.news .badge {
	margin-right: 10px;
	font-weight: bold;
}
.container-fluid.menulist {
	background: #FFFFFF;
}
.menulist h2 span {
	color:#A30C2F;
	font-size: 1.6em;
}
.menulist .menubtn {
	margin-top: 30px;
	font-weight: bold;
}
.menulist .menubtn .btn {
	border-radius: 100px;
	padding: 0.8em 1.5em;
}
.menulist .title {
	font-size: 1.1em;
	margin: 15px 0;
	text-align: center;
}
.menulist .menu {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* #access */
#access .title {
	color: #009EE6;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4em;
}
#access .border-info {
	border: 3px solid #009EE6;
}
#access .card-footer {
	line-height: 1.4em;
}
#access .time {
	border: 1px solid #333333;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
}
#access .time .title {
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
}
#access .time th {
	width: 10em;
	text-align: center;
}

/* ---------- お問い合わせ ---------- */
.container-fluid.contact {
	padding-top: 60px;
	padding-bottom: 60px;	
	background: #961D23;
	color: #FFFFFF;
}
.contact h2 {
	font-size: 1.3em;
	margin-bottom: 2em;
}
.contact p {
	letter-spacing: 0.1em;
}
.contact .tel a {
	font-size: 3.1em;
	margin-bottom: 20px;
	text-decoration: none;
	color: #FFFFFF;
}
.contact .text {
	margin-bottom: 0;
	font-size: 0.9em;
}

/* ---------- map ---------- */
.map{
	padding-top: 30px;
}
.map .address-info {
	padding-left: 45px;
}
.map .address-info p {
	margin-bottom: 2em;
}
.map.container {
	padding: 40px 60px;
	margin-top: 20px;
	background: #FFFFFF;
	border-radius: 5px;
}

/* ---------- footer ---------- */
footer {
	text-align: center;
}
address {
	font-size: 0.9em;
	padding-top: 2em;
	padding-bottom:2em;
	margin-bottom: 0;
	color: #FFFFFF;
}
.totop {
	position: fixed;
	z-index: 99;	
	bottom: 30px;
	right: 30px;	
}

/* ---------- modal ---------- */
.modal h1 {
	font-size: 1.3em;
	margin: 0;
	line-height: 1.6em;
	margin-left: 0;
	font-weight: bold;
	color: #545454;
}
.modal h1 span.badge {
	margin-right: 5px;
	padding-top: 7px;
}
.modal-body {
	background: #F9E9CE;
}
.modal-body .category {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 15px;
}
.modal#act .category {
	padding-top: 0;
	padding-bottom: 0;
}
.modal#privacy p {
	margin-bottom: 40px;
}
.modal#privacy p.title {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 1.6em;
}
p.title span {
	border-bottom: 2px solid #666666;
}
.modal {
	color: #545454;
}
.modal .day {
	background: #EEEEEE;
	padding-left: 5px;
}