@charset "utf-8";
/* CSS Document */
html {
  min-height: 100%;
  position: relative;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family:Shin Maru Go Regular,'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.75;
	width: 100%;
 	background-color: #FFFFFF;
	color: #231815;
}
.fs08 { 
	font-size: 0.7rem;
	display: block;
}
.pc { display: none; }
.tc { text-align: center; }
/* ヘッダー */
h1 { 
	background-color: #fff; 
	width: calc(100% - 80px);
	float: left;
	height: 80px;
}
h1 img {
	display: block;
    max-width: 320px;
    width: calc(100% - 80px);
    margin: 20px 0 0 1rem;
}
.icon, .icon_op {
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
}
.head_wrap { 
    width: 100%;
    position: fixed;
    z-index: 150;
}
/*　ぺージトップ　*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
	z-index: 5;
}
.pagetop a {
	display: block;
    text-indent: -9999px;
    background-image: url(../img/page.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
    background-size: contain;
    opacity: 0.8;
}
/* コンテンツ */
section { 
	padding-top: 80px;
	width: 100%;
}
.contents_wrap {
	width: 96%;
	max-width: 820px;
	margin: 50px auto;
}
.tile { 
	max-height: 50px; 
	margin-bottom: 50px!important;
}
.box-parent{
	width: 96%;
	padding: 0 2%;
}

.box-child img{ width: 100%; }
.box-child-text{ padding: 1rem; }
.box-child a{
	border: 1px solid #231815;
	margin: 1rem auto;
	padding: 0.5rem 1rem;
	float: right;
}
.main_nav { margin: 20px auto; }
.navi_l, .navi_r { 
	width: 96%;
    margin: 20px 2% 50px;
}

/* フッター */
footer {
	background-color: #ab5848;
	width: 100%;
	color: #fff;
	padding: 1rem 0 4rem;
}
.f_logo {
	max-height: 40px;
	margin: 0 auto;
}
address p { text-align: center; }
.f_navi ul {
	display: flex;
	justify-content: center;
}
.f_navi ul li {
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 10px;
}
.f_navi ul li a { color: #fff; }
.fix_menu {
	width: 100%;
  	position: fixed;
  	bottom: 0px;
  	left: 0px;
  	z-index: 10000;
	background-color: #ab5848;
}

.fix_menu ul { 
	border-top: 1px #fff solid;
	width: 100%; 
}

.fix_menu ul li{
	float: left;
	width: 50%;
}

.fix_menu ul li:first-child {
	border-right: 1px #fff dotted;
	box-sizing: border-box;
}

.fix_menu img{
	display: block;
	margin: 0 auto;
	max-height: 50px;
	height: auto;
  	width: auto;
}
/**/
/* about */
.about_hero {
	max-width: 900px;
	margin: 0 auto;
}
.about_read p {
	max-width: 900px;
	margin: 2rem auto;
}
/* access */
map {
	max-width: 900px;
	display: block;
	margin: 50px auto;
}

map address { margin-top: 2rem; }
.shop_detail {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 1rem 0 2rem 0;
}
.shop_detail dt { 
	display: flex;
	align-items: center;
	width: 30%;
	border-bottom: 1px solid #231815;
}
.shop_detail dd {
	display: flex;
	align-items: center;
	width: 70%;
	margin-left: 0;
	border-bottom: 1px solid #231815;
}
.shop_detail dd a{
	color: #0000ee;
	text-decoration: underline;
}
.shop_detail dt, .shop_detail dd {
	box-sizing: border-box;
	padding: 1rem 0;
}

.shop_detail dt:last-of-type,
.shop_detail dd:last-of-type {
	border: none;
}
/* menu */
.menu_detail {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 2rem 0;
}
.menu_detail dt { 
	display: flex;
	align-items: center;
	width: 70%;
}
.menu_detail dd {
  display: flex;
  align-items: flex-end;
  width: 30%;
  margin-left: 0;
}

/* サブ */
h3 { 
	background-color: #ab5848;
	font-size: 1.5rem;
	color: #fff;
	padding: 0.5rem 0 0.5rem 1rem; 
}
.pic_l, .pic_r, .read_l, .read_r { margin: 20px auto 50px; }
.tc { text-align: center; }
.fs2 { font-size: 1.25rem; }
.news ul { 
	border: 1px solid #ab5848;
	padding: 1rem;
}
.news ul li { padding: 0.5rem 2rem; }
.date { padding-right: 2rem; }
.about_hero video { width: 100%; }
.bana {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.bana p { text-align: left;}
.bana span { 
    display: flex;           /* １．aタグをflex要素にする */
    justify-content: center; /* ２．左右中央 */
    align-items: center;     /* ３．上下中央 */
	margin: 1rem 0;
	font-size: 1.15rem;
}
.bana a {
	border: 1px solid #4957F8;
	padding: 1rem ;
	
}
video { width: 100%; }