@charset "UTF-8";
/* CSS Document */

/* RESET */
html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:  'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 500;
	line-height: 1.6;
	font-size: 16px;
	color: #555;
	background: #fff;
}
.knowledgeside-sample {
  margin: 0;
}
a:link.pagebacklink,
a:visited.pagebacklink,
a:hover.pagebacklink,
a:active.pagebacklink {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
  color: #555;
}
a {
  color: #555;
}
.copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 60px;
}
h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}
h4 {
	font-size: 18px ;
	font-weight: 300;
	margin-bottom: 30px;
	width: 100%;
	box-sizing: border-box;
}
pre {
	background: #555;
	border: solid 8px #aaa;
	color: #eee;
	margin-bottom: 90px;
	width: 100%;
	box-sizing: border-box;
	overflow: auto;
	border-radius: 0;
}
.darkred {
    color:darkred;
}
.restaurant_name{
	font-size:1.428571428rem;
	margin-bottom:25px;
}
.restaurant_name2{
	font-size:1.428571428rem;
	margin-bottom:0px;
}
.restaurant_name_min{
	font-size:0.8rem;
	margin-bottom:25px;
}
.restaurant_name_min2{
	font-size:0.8rem;
	margin-bottom:50px;
}
.restaurant_price{
	font-size:1.428571428rem;
	margin-top:0;
}
.restaurant_price span{
	display:block;
	font-size:0.857142857rem;
}
p.restaurant_en{
	margin-bottom:25px !important;
}
p.restaurant_tm{
	margin-bottom:5px !important;
}
p.restaurant_jp{
	margin-top:0 !important;
}
p.reserve_phone{
	font-size:2.0rem;
}
.parallax {
  	width: 100%;
 	min-height: 600px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;	
	text-align: center;
	padding: 60px;
}
/*
.parallax {
  width: 100%;
	min-height: 600px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;	
	text-align: center;
	padding: 60px;
}
*/
.content {
  min-height: 500px;
  width: 100%;
	padding: 60px;
	background-color: transparent;
	text-align: center;
}
.content2 {
  min-height: 500px;
  width: 100%;
	margin: 50px;
	line-height:2;
	letter-spacing:1px;
	background-color: transparent;
	text-align: center;
}
.parallax.bg-01 {
	background-image: url("../images/hiro_backimg_4.png");
	padding:auto;
}
.container {
  display: flex;
  flex-wrap: wrap;
}
.container2 {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
}

@media (min-width: 1024px) {
.column {
    width: 50%;
}
.box_srcollbar {
        overflow:auto;
        width:100%;
        height:80px;
        padding:5px;
        border:1px solid #000;
        background-color:#F9F9F9;
        color:#000;
        font-size:12px;
}
.box_title{
        border:1px solid #000;
        padding:5px;
        width:100%;
        font-weight:bold;
        font-size:14px;
        background-color:#000;
        color:#fff;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}