@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant.css
 author     : Ability Consultant
 style info : restaurant
=================================================================== */
.con_main .box_info, .con_style, .con_style .btn_s {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (max-width: 1280px) {
  .con_main .box_info, .con_style, .con_style .btn_s {
		width: 95%;
  }
}
@media print {
  .con_main .box_info, .con_style, .con_style .btn_s {
		width: 95%;
  }
}
.ie8 .con_main .box_info, .con_main .ie8 .box_info, .ie8 .con_style, .ie8 .con_style .btn_s, .con_style .ie8 .btn_s {
	width: 95%;
}

.con_main .box_info:after, .con_style .box_style:after, .con_res:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_slide * {
	outline: none;
}

.slick-dots {
	margin-top: 10px;
}
.slick-dots li {
	border: 1px solid #a8a8a8;
	border-radius: 50%;
}

.txt {
	line-height: 1.8;
}

.st_high {
	text-align: center;
	font-weight: normal;
}
.st_high span {
	display: block;
}
.st_high span.en {
	font-size: 358%;
	color: #48412d;
	font-family: "Oswald", sans-serif;
	color: #48412d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_high span.en {
		font-size: 358%;
  }
}
@media only screen and (max-width: 767px) {
  .st_high span.en {
		font-size: 258%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .st_high span.en {
		font-size: 358%;
  }
}
.st_high span.en em {
	color: #e05f0a;
}
.st_high span.jp {
	font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_high span.jp {
		font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .st_high span.jp {
		font-size: 115%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .st_high span.jp {
		font-size: 143%;
  }
}

.btn_s {
	text-align: center;
}
.btn_s.white a {
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: transparent;
	border: 1px solid #000;
	color: #000 !important;
	max-width: 500px;
}
.btn_s.white a span {
	padding: 1em;
}
.btn_s.white a:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
}
.btn_s.white a span {
	display: block;
}
.btn_s.white a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn_s.white a:hover:after {
	right: 0.5em;
}

.note_important {
	font-size: 100%;
	background: white;
	width: auto;
	max-width: 50em;
	padding: 1.5em;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .note_important {
		font-size: 86%;
		line-height: 1.5;
  }
}
.note_important strong {
	font-size: 120%;
	text-align: center;
	display: block;
}
.note_important a {
	text-decoration: underline;
}
.note_important a:hover {
	text-decoration: none;
}
.note_important em {
	text-align: right;
	display: block;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
	margin: 60px 0 135px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main {
		margin: 40px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
		margin: 30px 0 40px;
  }
}
.con_main .box_slide {
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_slide {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide {
		margin-bottom: 30px;
  }
}
.con_main .box_info .info {
	float: left;
	width: 31.25%;
}
@media only screen and (max-width: 1024px) {
  .con_main .box_info .info {
		width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_info .info {
		width: 100%;
		margin: 0 0 1em;
  }
}
.con_main .box_info .info h3 {
	font-weight: normal;
	font-size: 172%;
	margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_info .info h3 {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_info .info h3 {
		font-size: 143%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_main .box_info .info h3 {
		font-size: 158%;
  }
}
.con_main .box_info .box_table {
	float: right;
	width: 47.65625%;
	margin-right: 2.34375%;
}
@media only screen and (max-width: 1024px) {
  .con_main .box_info .box_table {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_info .box_table {
		width: 100%;
  }
}
.con_main .box_info .box_table table {
	width: 100%;
	border-top: 1px solid #e7e5d8;
}
.con_main .box_info .box_table table tr {
	border-bottom: 1px solid #e7e5d8;
}
@media only screen and (max-width: 767px) {
  .con_main .box_info .box_table table th, .con_main .box_info .box_table table td {
		width: 100%;
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_info .box_table table th {
		border-bottom: 1px dotted #e7e5d8;
  }
}

/* -----------------------------------------------------------
	con_style
----------------------------------------------------------- */
.con_style {
	max-width: 1590px;
	margin-bottom: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style {
		margin-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style {
		margin-bottom: 50px;
  }
}
.con_style h3 {
	margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style h3 {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style h3 {
		margin-bottom: 20px;
  }
}
.con_style .box_style {
	margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style .box_style {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style {
		margin-bottom: 20px;
  }
}
.con_style .box_style .box_info {
	float: left;
	width: 49.68553%;
}
@media only screen and (max-width: 1024px) {
  .con_style .box_style .box_info {
		width: 100%;
		margin: 0 0 1em;
  }
}
.con_style .box_style .box_info .photo {
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style .box_style .box_info .photo {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style .box_info .photo {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_style .box_style .box_info .photo {
		display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style .box_info .photo {
		display: block;
  }
}
.con_style .box_style .box_info .pic {
	display: none;
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style .box_style .box_info .pic {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style .box_info .pic {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_style .box_style .box_info .pic {
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style .box_info .pic {
		display: none;
  }
}
.con_style .box_style .box_info .txt {
	padding: 0 2.5%;
}
.con_style .box_style .box_info .txt:last-child {
	margin-top: 20px;
}
.con_style .box_style .box_info:last-child {
	float: right;
}
.con_style .btn_s {
	padding-top: 40px;
	max-width: 1430px;
	background: transparent url(../images/common/bg_line.jpg) repeat-x left top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style .btn_s {
		padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .btn_s {
		padding-top: 20px;
  }
}

/* -----------------------------------------------------------
	con_res
----------------------------------------------------------- */
.con_res {
	overflow: hidden;
	margin-bottom: 190px;
	background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #f8f7f0 50%, #f8f7f0 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res {
		margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_res {
		background: #f8f7f0;
  }
}
.con_res .box_tabsp {
	display: none;
}
@media only screen and (max-width: 1024px) {
  .con_res .box_tabsp {
		display: block;
		text-align: center;
		margin-top: 20px;
  }
}
.con_res .box_img {
	width: 50%;
	float: left;
	margin: 50px 0 0 3%;
}
@media only screen and (max-width: 1024px) {
  .con_res .box_img {
		width: 95%;
		float: none;
		margin-top: 20px;
  }
}
.con_res .box_title {
	width: 44%;
	margin-left: 3%;
	float: left;
	padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_title {
		padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_title {
		padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_res .box_title {
		margin-left: 0;
		float: none;
		width: 95%;
		margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .con_res .box_title .box_pc {
		display: none;
  }
}
.con_res .box_title .box_pc .st_high {
	margin-bottom: 50px;
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_title .box_pc .st_high {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_title .box_pc .st_high {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_res .box_title .box_pc .st_high {
		text-align: center;
  }
}
.con_res .box_title .info_logo {
	overflow: hidden;
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_title .info_logo {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_title .info_logo {
		margin-bottom: 20px;
  }
}
.con_res .box_title .info_logo .info_img {
	float: left;
}
@media only screen and (max-width: 767px) {
  .con_res .box_title .info_logo .info_img {
		float: none;
		text-align: center;
		margin-bottom: 20px;
  }
}
.con_res .box_title .info_logo .info_img_txt {
	display: inline-block;
	margin-left: 10px;
	font-size: 130%;
	font-weight: bold;
	line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .con_res .box_title .info_logo .info_img_txt {
		float: none;
		text-align: center;
		font-size: 110%;
		line-height: 0;
		text-align: center;
  }
}
.con_res .box_info {
	width: 44%;
	float: right;
	padding: 0 3% 50px 0;
}
@media only screen and (max-width: 1024px) {
  .con_res .box_info {
		width: 95%;
		float: none;
		padding-right: 0;
		margin: 0 auto;
  }
}
.con_res .box_info .txt {
	margin-bottom: 3%;
	line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .con_res .box_info .box_table {
		text-align: -webkit-center;
  }
}
