@charset "utf-8";

/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	background: url(../img/common/bg.jpg);
	color: #331F11;
	font-size: 15px;
	font-family: 'Sawarabi Gothic', sans-serif;
	letter-spacing: 1.5px;
	line-height: 1.6;
	margin: 0;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}	
p { margin: 0;}
a {
	color: #300;
	text-decoration: none;
}
a:hover, a:visited { opacity: 0.8;}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.photo { margin-top: 30px;}

/* 切り替え
---------------------------------------------------- */
.sp { display: none !important;}
@media screen and (max-width: 767px) {
.pc { display: none !important;}
.sp { display: block !important;}
}

/* header
---------------------------------------------------- */
#header {
	height: 100%;
	margin: 0 auto;
	width: 1080px;
}
#header-logo a {
	background: url(../img/common/logo.png) no-repeat top center;
	background-size: 188px 130px;
	display: block;
	height: 130px;
	margin: 20px auto;
	position: relative;
	text-indent: -9999px;
	width: 188px;
}
@media screen and (max-width: 1080px) {
#header {
	margin: 0;
	width: 100%;
}}
@media screen and (max-width: 767px) {
#header-logo a {
	background: url(../img/common/logo.png) no-repeat top left;
	background-size: 116px 80px;
	height: 80px;
	margin: 15px auto;
	width: 116px;
}}

/* navbar
---------------------------------------------------- */
.navbar {
	background: url(../img/common/bg_wood.jpg);
	height: auto;
	left: 0;
	overflow: hidden;
	padding: 5px 0 15px 0;
	position: relative;
	text-align: center;
	top: 0;
	-webkit-transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	width: 100%;
	z-index: 10;
}
.navbar li {
	display: inline-block;
	padding: 0 20px
}
.navbar a {
	color: #FFF;
	display: block;
	padding-top: 10px;
}
#toggle { display: none;}
#toggle:checked ~ .navbar {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.navbar-toggle { display: none;}
@media screen and (max-width: 970px) {
.navbar li { padding: 0 15px}
}
@media screen and (max-width: 890px) {
.navbar li { padding: 0 10px}
}
@media screen and (max-width: 810px) {
.navbar li { padding: 0 5px}
}
@media screen and (max-width: 767px) {
.navbar {
	background: url(../img/common/bg_wood.jpg);
	left: -70%;
	overflow-y: hidden;
	padding: 0;
	position: fixed;
	width: 70%;
}
.navbar li {
	display: block;
	border-bottom: 1px solid #FFF;
	width: 100%;
}
.navbar li:last-child { border-bottom: none;}
.navbar a {
	color: #FFF;
	padding: 15px;
}
.navbar-toggle {
	background: #300;
	display: block;
	height: 40px;
	right: 15px;
	padding: 0 8px;
	position: fixed;
	top: 15px;
	z-index: 10;
	border-radius: 5px;
}
.menuicon {
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
	width: 25px;
}
.menuicon > span {
	background: #FFF;
	border-radius: 1px;
	display: block;
	height: 0.2em;
	margin-top: -0.3em;
	position: absolute;
	top: 55%;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
	width: 100%;
}
.menuicon > span:before, .menuicon > span:after {
	background: #FFF;
	border-radius: 1px;
	content: '';
	height: 100%;
	position: absolute;
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
	width: 100%;
}
.menuicon > span:before {
	-webkit-transform: translateY(-0.6em);
	transform: translateY(-0.6em);
}
.menuicon > span:after {
	-webkit-transform: translateY(0.6em);
	transform: translateY(0.6em);
}
#toggle:checked + .navbar-toggle .menuicon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#toggle:checked + .navbar-toggle span:before,
#toggle:checked + .navbar-toggle span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#toggle:checked ~ .navbar {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}}

/* side
---------------------------------------------------- */
.side {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.side li {
    margin-top: 10px;
    position: relative;
    text-align: center;
}
.side a {
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
	color: #FFF;
	display: block;
	font-size: 30px;
    height: 45px;
	line-height: normal;
    width: 45px;
}
.sns i {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fb a { background: #315096;}
.ig a { background: #E1306C;}
.twtr a { background: #55ACEE;}
.line a { background: #00c300;}
@media screen and (max-width: 767px) {
.side {
	right: auto;
	top: auto;
	bottom: 0;
	width: 100%;
}
.side li {
	float: left;
	margin: 0;
	width: 25%;
}
.side a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: auto;
	padding: 10px;
	width: auto;
}}

/* slider
---------------------------------------------------- */
.slider {
	position: relative;
	text-align: center;
}
.slide {
	margin-bottom: 30px;
	padding: 0 15px;	
}
.slide-tit {
    color: #FFF;
    left: 0;
    position: absolute;
    right: 0;
    top: 35%;
    z-index: 5;
}
.slide-tit h2 {
	background: url(../img/slide/logo_wt.png) no-repeat top center;
	background-size: 188px 130px;
	display: block;
	margin: 0 0 20px 0;
	min-height: 130px;
	position: relative;
	text-indent: -9999px;
}
.slide-tit h3 {
	font-size: 25px;
	font-weight: normal;
	margin: 0;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slide .slick-prev:before,.slide .slick-next:before { color: #300 !important;}
.slick-prev { left: -15px !important;}
.slick-prev:before { content: '\f053' !important;}
.slick-next { right: -15px !important;}
.slick-next:before { content: '\f054' !important;}
.slick-prev:before, .slick-next:before {
    font-family: fontAwesome !important;
	font-size: 25px !important;
    opacity: 1 !important;
}
@media screen and (max-width: 767px) {
.slide-tit { top: 25%;}
.slide-tit h2 {
	background-size: 116px 80px;
	margin: 0 0 10px 0;
	min-height: 80px;
}
.slide-tit h3 {
	font-size: 17px;
	padding: 0 15px;
}
.slide {
	margin-bottom: 0;
	padding: 0;
}
.slide .slick-prev:before, .slick-next:before { display: none;}
.slick-prev, .slick-next { display: none !important;}
}

/* container
---------------------------------------------------- */
.container, .navbar nav, #footer-box {
	height: 100%;
	margin: 0 auto;
	padding: 0 15px;
	width: 1080px;
}
@media screen and (max-width: 1080px) {
.container, .navbar nav, #footer-box {
	margin: 0;
	width: 100%;
}}

/* box
---------------------------------------------------- */
.box {
	margin-top: 30px;
	padding: 0 15px;
}
.box h3 {
	font-size: 25px;
	margin: 30px 0;
}
.box2, .box3, .box4 {
	float: left;
	margin-top: 30px;
	padding: 0 15px;
}
.box-main, .box-side {
	float: left;
	padding: 0 15px;
}
.box2 { width: 50%;}
.box3 { width: 33.33333333%;}
.box4 { width: 25%;}
.box-main { width: 70%;}
.box-side { width: 30%;}
.box-s {
	margin: 30px auto 0 auto;
	padding: 0 15px;
	width: 70%;
}
@media screen and (max-width: 767px) {
.box2, .box-main, .box-side {
	float: none;
	width: 100%;
}
.box3, .box4 { width: 50%;}
.box h3 {
	font-size: 20px;
	margin: 30px 0 20px 0;
}
.box-s {
	margin: 30px 0 0 0;
	width: 100%;
}}

/* title
---------------------------------------------------- */
.tit {
	margin-top: 60px;
	position: relative;
	width: 100%;
}
.tit div { padding: 0 0 0 10%;}
.tit div:before, .tit div:after {
	border-top: 2px solid #300;
	border-bottom: 2px solid #300;
	content:"";
	display: block;
	height: 3px;
	position: absolute;
	top: 45%;
}
.tit div:before {
	left: 15px;
	width: 5%;
}
.tit div:after {
	right: 15px;
	width: 40%;
}
.tit p {
	display: inline-block;
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
}
.tit h2 {
	display: inline-block;
	font-size: 15px;
	margin: 0 0 0 30px;
}
.tit h3 {
	font-size: 15px;
	margin: 0;
}
.subtit { padding: 0 15px;}
.subtit h2 {
	font-size: 25px;
	margin: 30px 0 20px 0;
	text-align: center;
}
.pagetit p {
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
	margin-top: 30px;
	text-align: center;
}
.pagetit h2 {
    font-size: 15px;
    margin: 0;
	position: relative;
	text-align: center;
}
.pagetit h2:after {
	background: #331F11;
	content: '';
	display: inline-block;
	bottom: -20px;
	height: 5px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
}
.heading {
	font-size: 25px;
	margin: 0;
	padding-top: 100px;
}
@media screen and (max-width: 1024px) {
.tit div:after { width: 30%;}
}
@media screen and (max-width: 844px) {
.tit div:after { width: 25%;}
}
@media screen and (max-width: 767px) {
.tit { margin-top: 40px;}
.tit div {
	padding: 0;
	text-align: center;
}
.tit div:before, .tit div:after { display: none;}
.tit p {
	display: block;
	font-size: 30px;
}
.tit h2 {
	display: block;
	margin: 0;
}
.subtit h2 { font-size: 20px;}
.pagetit {
	background: url(../img/common/bg_wood.jpg);
	padding: 5px 0 15px 0;

}
.pagetit p {
	color: #FFF;
	font-size: 30px;
	margin-top: 0;
}
.pagetit h2 { color: #FFF;}
.pagetit h2:after { display: none;}
.heading {
	font-size: 20px;
	padding-top: 0;
}}

/* btn
---------------------------------------------------- */
.btn {
	margin-top: 30px;
	text-align: center;
}
.btn a {
	border: 1px solid #300;
	color: #300;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	padding: 15px 30px;
}
.btn a:hover {
	background: #300;
	color: #FFF;
}

/* news
---------------------------------------------------- */
.news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news-list p {
    background: #300;
    color: #FFF;
	font-size: 13.5px;
    padding: 5px 10px;
	width: 100%;
}
.news-list span {
    display: block;
	font-size: 13.5px;
	margin-top: 15px;
}
.news-list h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}
.news {
	margin-top: 30px;
	word-wrap: break-word;
}
.news h3 {
	border-top: 2px solid #300;
	border-bottom: 2px solid #300;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 10px 15px;
}
.news h3:before {
	content: '\f040';
	font-family: FontAwesome;
	padding-right: 10px;
}
.news-inner {
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: right;
}
.news-cat {
	background: #300;
	border-radius: 20px;
	color:  #FFF;
	display: inline-block;
	font-size: 13.5px;
	margin-top: 5px;
	padding: 0 10px;
}
.news-date {
	display: inline-block;
	font-size: 13.5px;
	margin-top: 5px;
}
.news-date:before {
	content: '\f073';
	font-family: FontAwesome;
	padding: 0 10px;
}
.archives-list { margin-top: 30px;}
.archives-list ul {
	list-style: outside disc;
	margin: 0 5px;
	padding-left: 20px;
}
.archives-list li {	list-style: outside disc;}
.archives-tit {
	border-bottom: 2px solid #300;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
}
.archives-tit:before {
	content: '\f07c';
	font-family: FontAwesome;
	padding: 0 10px 0 5px;
}
.cat-tit {
	margin: 20px 0 0 0;
	text-align: center;
}
.cat-tit:before {
	content: '\f0ea';
	font-family: FontAwesome;
	padding: 0 10px 0 5px;
}
.emoji {
    aspect-ratio: auto 16 / 16;
    height: 16px;
	margin: 0 3px;
    width: 16px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
.cat-tit { margin: 40px 0 0 0;}
}

/* line
---------------------------------------------------- */
#line {
	padding: 30px 15px 0 15px;
	text-align: center;
}
#line img {
	display: inline-block;
	height: 250px;
}
@media screen and (max-width: 767px) {
#line img {	height: auto;}
}

/* pagenavi
---------------------------------------------------- */
.wp-pagenavi {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #300 !important;
	display: inline-block;
	margin: 10px 2.5px;
	padding: 5px;
}
.wp-pagenavi span.current {
	border: 2px solid #300;
	font-weight: bold;
}

/* concept
---------------------------------------------------- */
.concept { background: url(../img/concept/concept_top.jpg) no-repeat 95% top;}
.concept div { margin-top: 30px;}
.concept-box {
	background: url(../img/concept/concept_bottom.jpg) no-repeat left bottom;
	padding-bottom: 230px;
}
@media screen and (max-width: 767px) {
.concept { background: none;}
.concept div { margin-top: 20px;}
.concept-box {
	background: url(../img/concept/concept_bottom_sp.jpg) no-repeat center bottom;
	background-size: 253px 160px;
	padding-bottom: 190px;
}}

/* menu
---------------------------------------------------- */
.menu {
	display: flex;
    flex-wrap: wrap;
    justify-content: first;
}
.menu h3 {
	font-size: 17px;
	margin: 20px 0 10px 0;
}
.menu div { font-size: 14px;}
.menu-tab {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.tab-label {
	background: #FFF;
	border-bottom: 1px solid #300;
	border-top: 1px solid #300;
	color: #300;
	cursor: pointer;
	flex: 1;
	font-size: 13px;
	font-weight: bold;
	order: -1;
	padding: 15px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
}
.tab-label span {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	padding-right: 10px;
}
.tab-label br {	display: none;}
.tab-01 { margin-left: 15px;}
.tab-02 {
	border-left: 1px solid #300;
	border-right: 1px solid #300;
}
.tab-03 { margin-right: 15px;}
.tab-content {
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
}
.tab-switch:checked+.tab-label {
	background: url(../img/common/bg_wood.jpg);
	color: #FFF;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	opacity: 1;
	transition: .5s opacity;
}
.tab-switch { display: none;}
.note { padding: 0 15px;}
.note h3 {
	font-size: 17px;
	margin: 15px 0 5px 0;
}
.point {
	font-size: 17px;
	font-weight: bold;
	margin: 15px 15px 0 15px;
}
.set {
	border: 1px solid #331F11;
	margin-top: 30px;
	padding: 15px;
}
.set h3 { margin: 0 0 10px 0 !important;}
.noimage {
	border-top: 1px solid #300;
	margin: 30px 15px 0 15px;
}
.noimage dl {
	border-bottom: 1px solid #300;
	margin: 0;
	padding: 15px;
}
.noimage dt {
	float: left;
	width: 80%;
}
.noimage dt h3 {
	font-size: 17px;
	margin: 0;
}
.noimage dd {
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	text-align: right;
	width: 20%;
}
@media screen and (max-width: 767px) {
.tab-label span {
	display: block;
	padding-right: 0;
}
.tab-label br {	display: block;}
.tab-01 { margin-left: 0;}
.tab-03 { margin-right: 0;}
.tab-content .box3 {
	float: none;
	width: 100%;
}
.noimage dl { padding: 15px 0;}
.noimage dt { width: 75%;}
.noimage dd { width: 25%;}
}

/* season
---------------------------------------------------- */
.season-box { padding: 30px 15px;}
@media screen and (max-width: 767px) {
.season-box { padding: 30px 15px 0 15px;}
}

/* takeout
---------------------------------------------------- */
#takeout { margin-top: 60px;}
#takeout .tit div:before, #takeout .tit div:after {	top: 40%;}
#takeout .tit div:after { width: 50%;}
#takeout .tit h2, #season .tit h2 {
	font-size: 28px;
	margin: 0;
}
#takeout .tit span {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	padding-left: 5px;
}
#takeout-tel {
    background: url(../img/common/bg_wood.jpg);
    color: #FFF;
	font-size: 17px;
	margin: 30px auto 0 auto;
	padding: 30px 15px;
	text-align: center;
	width: 50%;
}
#takeout-tel p {
	color: #FFF;
	font-size: 25px;
	margin-top: 10px;
}
#takeout-tel p:before {
	content: '\f2a0';
	font-family: FontAwesome;
	padding-right: 10px;
}
@media screen and (max-width: 867px) {
#takeout .tit div:after { width: 40%;}
}
@media screen and (max-width: 767px) {
#takeout { margin-top: 40px;}
#takeout .tit div:before, #takeout .tit div:after {
	top: 40%;
	width: 5%;
}
#takeout .tit h2 { font-size: 23px;}
#takeout-tel {
	margin: 15px 0 0 0;
	padding: 15px;
	width: 100%;
}}

/* space
---------------------------------------------------- */
.space {
	background: url(../img/space/space_top.jpg) no-repeat 95% top;
	padding-right: 35px;
}
.space div { margin: 30px 0 0 0;}
.space .btn {
	background: url(../img/space/space_bottom.jpg) no-repeat left bottom;
	padding-top: 20px;
	min-height: 300px;
	width: 100%;
}
@media screen and (max-width: 1081px) {
.space .btn {
	background: url(../img/space/space_bottom_sp.jpg) no-repeat center bottom;
	min-height: 260px;
	padding-top: 0;
}}
@media screen and (max-width: 767px) {
.space {
	background: none;
	padding-right: 15px;
}
.space div { padding-left: 0;}
}

/* access
---------------------------------------------------- */
.access {
	float: left;
	margin: 30px 0 20px 0;
	padding: 0 15px;
	width: 33.33333333%;
}
.access img { margin-bottom: 5px;}
.access div {
	border-bottom: 1px solid #300;
	padding: 15px;
}
.access p:before {
    content: '\f098';
    font-family: fontAwesome;
    padding-right: 10px;
}
.access dl { margin: 0;}
.access dt {
	border: 1px solid #300;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
	margin: 3px 10px 3px 0;
    padding: 0 10px;
}
.access dd {
	display: inline-block;
	margin: 0;
}
.access span { font-size: 13px;}
.access-map {
	float: right;
	padding: 0 15px 0 35px;
    width: 66.66666667%;
}
.gmap {
	height: 700px;
	margin-top: 30px;
	width: 100%;
}
@media screen and (max-width: 767px) {
.access, .access-map {
	float: none;
	width: 100%;
}
.access-map { padding: 0 15px;}
.gmap {
	height: 400px;
	margin-top: 0;
}}

/* bana
---------------------------------------------------- */
.bana {
	margin-top: 60px;
	text-align: center;
}
.bana ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bana li {
	float: left;
	padding: 15px 0.5% 0 0.5%;
	width: 33.33333333%;
}
@media screen and (max-width: 480px) {
.bana {	margin-top: 40px;}
.bana ul { display: block;}
.bana li {
	margin: 10px 5% 0 5%;
	padding: 0;
	width: 90%;
}}

/* table
---------------------------------------------------- */
table {
	margin-top: 30px;
	width: 100%;
}
table th {
	border-bottom: 1px solid #300;
	font-weight: normal;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	width: 32%;
}
table th span {
	background: #300;
	border-radius: 20px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 12px;
	margin-left: 5px;
	padding: 0 6px;
}
table td {
	border-bottom: 1px solid #300;
	padding: 15px;
}
@media screen and (max-width: 767px) {
table th {
	border-bottom: none;
	display: block;
	padding: 10px 10px 5px 10px;
	width: 100%;
}
table td {
	display: block;
	padding: 0 10px 15px 10px;
}}

/* 404
---------------------------------------------------- */
.error { margin-top: 30px;}

/* policy
---------------------------------------------------- */
.policy ul {
	border-top: 1px solid #300;
	margin-top: 15px;
}	
.policy li {
	border-bottom: 1px dashed #300;
	list-style: inside disc;
	padding: 15px;
}
.policy p { margin-top: 30px;}
.policy h3 {
	font-weight: normal;
	font-size: 17px;
	margin: 30px 0 0 0;
	padding: 0 10px;
}

/* footer nav
---------------------------------------------------- */
#footer-nav {
	margin-top: 60px;
	text-align: center;
}
#footer-nav li {
	border-right: 1px solid #331F11;
	display: inline-block;
	padding: 0 15px;
}
#footer-nav li:first-child { border-left: 1px solid #331F11;}
@media screen and (max-width: 767px) {
#footer-nav { display: none;}
}

/* footer
---------------------------------------------------- */
#footer {
	background: url(../img/common/bg_wood.jpg);
	color: #FFF;
	margin-top: 60px;
	padding: 50px 0;
	text-align: center;
}
#footer p:before {
	font-family: FontAwesome;
    padding-right: 10px;
}
#footer-logo {
	display: inline-block;
	vertical-align: top;
}
#footer-logo img { height: 250px;}
.info {
	display: inline-block;
	margin: 15px 0 0 35px;
	text-align: left;
}
.info a { color: #FFF;}
.info-addr:before {
    content: '\f279';
    padding-right: 10px;
}
.info-addr span a {
	background: #FFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	color: #300;
    display: inline-block;
    font-weight: normal;
    margin: 3px 0 3px 15px;
    padding: 0 10px;
}
.info-addr span a:after {
	content: '\f138';
	font-family: FontAwesome;
	margin-left: 5px;
}
.info-tel {	font-size: 30px;}
.info-tel:before {
    content: '\f2a0';
	font-size: 25px;
}
.info-open { margin: 0 0 10px 0;}
.info-open:before {
	content: '\f073';
	font-family: FontAwesome;
	padding-right: 10px;
}
.info-open span {
	border: 1px solid #FFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin: 10px 15px 0 0;
    padding: 0 10px;
}
.info-time {
	font-size: 13px;
	margin-bottom: 5px;
}
.info-parking:before { content: '\f1b9';}
.info li { display: inline-block;}
.info li:nth-child(2), .info li:last-child { margin-left: 10px;}
address {
	font-style: normal;
	padding: 15px;
	text-align: center;
}
@media screen and (max-width: 767px) {
#footer {
	margin-top: 30px;
	padding: 30px 0;
}
#footer-logo {
	display: block;
	text-align: center;
}
#footer-logo img { height: 150px;}
.info {
	display: block;
	margin: 15px 15px 0 15px;
}
.info-open span { margin: 5px 15px 0 0;}
.info-time { text-indent: 0;}
.info li { display: block;}
.info li:nth-child(2), .info li:last-child { margin-left: 0;}
address { margin-bottom: 45px;}
}

/* pagetop
---------------------------------------------------- */
#page-top {
	bottom: 200px;
	position: fixed;
	right: 15px;
}
#page-top a {
	color: #FFF;
	font-size: 2.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
#page-top {	right: 5px;}
}

/* CLEARFIX
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {	min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}