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

@import url( https://fonts.googleapis.com/css?family=Open+Sans|Gafata );

@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(..fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 1em;
}

img {
	border: none;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.clearfix {
	overflow: hidden;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Malgun Gothic";
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 14px; /* --remに対応していないブラウザ用 -- */
	font-size: 1.2rem;
	/*-webkit-text-size-adjust: none;*/
	-webkit-text-size-adjust: 100%; /* -- 縦横でもフォントサイズが変わらない -- */
	min-width: 320px;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
#header {
	/*position: fixed;*/
	position: relative;
	z-index: 2;
	width: 100%;
	height: 135px;
	background: rgba(255,255,255,0.6);
}
#header h1 {
	float: left;
}
#header h1 img {
	width: 180px;
	height: auto;
}
#header_text {
	float: right;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

#gnav {
	clear: both;
	width: 100%;
	height: 51px;
	background: #cc0000;
	background: url("../assets/ryuen/base/bg_red.png");
}
#gnav li {
	height: 51px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}
#gnav li a {
	display: block;
	height: 51px;
	padding: 18px 37px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
#gnav li a:hover {
  text-shadow: 0px 0px 4px #bf1a20;
	background: url("../assets/ryuen/base/gnav_bg_red.png") no-repeat center;
	background-size: 80px 80px;
}
li.current {
	position: relative;
}
.current:before {	
	display: block;
	content: "";
	position: absolute;
	top: 17px;
	left: 14px;
	width: 20px;
	height: 20px;
	background: url("../assets/ryuen/base/icon2_white.png") no-repeat;
	background-size: 18px;
}
.fixed {
  position: fixed !important;
  top: 0;
  z-index: 10;
}

/* プルダウンメニュー   */
#gnav li ul {
	padding-bottom: 5px;
	background: url("../assets/ryuen/base/bg_red.png");
}
#gnav li li {
	height: 40px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border-top: 1px dotted #fff;
	background: url("../assets/ryuen/base/bg_red.png");
}
#gnav li li a {
	display: block;
	width: 100%;
	height: 38px;
	padding: 12px 5px 0 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
#gnav li li a:hover {
  text-shadow: 0;
	background: url("../assets/ryuen/base/icon2_white.png") no-repeat;
	background-size: 16px;
	background-position: 5px 13px;
}
#gnav li span {
	font-size: 80%;
}

@media all and (-ms-high-contrast:none) {
   *::-ms-backdrop, #gnav li a {
		display: block;
		height: 51px;
		padding: 21px 37px 0 !important;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
	}
	#gnav li li a {
	display: block;
	width: 100%;
	height: 38px;
	padding: 15px 5px 0 27px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
 }

@media (max-width: 1279px){
	#header .container {
		width: 100%;
	}
	#header h1 {
		margin-left: 10px;
	}
	#gnav li a {
		height: 51px;
		padding: 18px 27px 0;
	}
	.current:before {	
		top: 17px;
		left: 5px;
		width: 20px;
		height: 20px;
		background: url("../assets/ryuen/base/icon2_white.png") no-repeat;
		background-size: 18px;
	}
}
@media all and (-ms-high-contrast:none) and (max-width: 1279px){
   *::-ms-backdrop, #gnav li a {
		display: block;
		height: 51px;
		padding: 21px 27px 0 !important;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
	}
 }
@media (max-width: 1023px){
	#gnav li {
		font-size: 16px;
	}
	#gnav li a {
		padding: 18px 11px 0 23px;
	}
	#gnav li li {
		font-size: 13px;
	}
	.current:before {	
		top: 17px;
		left: 5px;
		width: 20px;
		height: 20px;
		background: url("../assets/ryuen/base/icon2_white.png") no-repeat;
		background-size: 16px;
	}
}

@media (max-width: 921px){
	#gnav li {
		font-size: 16px;
	}
	#gnav li li {
		font-size: 13px;
	}
}

@media (min-width: 768px){
	#gnav ul#sp {
		display: none !important;
	}
}

@media (max-width: 767px){
	#gnav li {
		font-size: 19px;
	}
	#gnav li a {
		height: 51px;
		padding: 18px 27px 0;
	}
}
@media (max-width: 767px){
	#header {
		height: 135px;
	}
	#header .container {		
		height: 85px;
		padding: 0 0 0 5px !important;
	}
	#gnav {
		width: 100%;
		height: 51px;
		background: url("../assets/ryuen/base/bg_red.png");
	}
	#header h1 {
		margin: 3px 0 0 0px;
	}	
	#header h1 img {
		width: 160px;
		height: auto;
	}
	#header_text, #header_text2 {
		float: right;
		padding: 10px 10px 0 0;
		font-size: 16px;
		line-height: 1.4;
	}
	#gnav ul {
		background: url("../assets/ryuen/base/bg_red.png");
	}
	#gnav li {
		position: relative;
		z-index: 999;
		width: 92%;
		margin: 0 4%;
		border-top: 1px dotted #fff;
	}
	#gnav li a:hover {
  	text-shadow: 0;
		background: url("../assets/ryuen/base/icon2_white.png") no-repeat;
		background-size: 18px;
		background-position: 0px 15px;
	}
	#gnav li.current a:hover {
		background: none;
	}
	.current:before {
		top: 14px;
		left: 0px;
		width: 20px;
		height: 20px;
		background: url("../assets/ryuen/base/icon2_white.png") no-repeat;
		background-size: 18px;
	}
	#gnav ul.menu {
		display: none !important;
	}
}
@media (min-width: 568px){
	#header_text2 {
		display: none;
	}
}
@media (max-width: 567px){
	#header_text {
		display: none;
	}
	#header_text2 {
		padding-top: 5px;
		font-size: 15px;
		font-weight: bold;
	}
	#header h1 img {
		width: 140px;
	}
}
@media (max-width: 567px){
	#header h1 img {
		width: 130px;
	}
	#header_text2 {
		padding-top: 5px;
		font-size: 14px;
	}
}
/*------------------------------------------------------------
  Slide / Information
------------------------------------------------------------*/
#main {
	position: relative;
	/*margin-top: -135px !important;*/
	top: -135px;
	margin-bottom: -135px !important;
	z-index: 0;
	width: 100%;
	/*height: auto;*/
}
#slide {
	clear: both;
	width: 100%;
	min-width: 320px;
	/*top: 0px;	
	height: 1333px;*/	
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 2;
	text-align: center;
}
#slide .sp-slide {
	width: 100%;
}
#slide .sp-slide img {
	min-width: 100% !important;
	width: 100% !important;	
	height: 100vh;
	object-fit: cover !important;
	object-position: 50% 60%;
}

#info {
	position: absolute;
	bottom: 5px;
	z-index: 2;
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.70);
}
#info_title {
	float: left;
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#info_box {
	float: left;
	position: relative;
	overflow: hidden;
	width: 1100px;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 19px;
}
#info_box ul {
	width: 100%;
	position: relative;
}
#info_box ul li {
	width: 100%;
	display: none;
}

@media (max-width: 1399px){
	#info_title {
		float: left;
		width: 220px;
		height: 50px;
		line-height: 50px;
	}
	#info_box {
		float: left;
		position: relative;
		overflow: hidden;
		width: 980px;
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
		font-size: 19px;
	}
}
@media (max-width: 1279px){
	#info_title {
		float: left;
		width: 200px;
		height: 50px;
		line-height: 50px;
	}
	#info_box {
		float: left;
		position: relative;
		overflow: hidden;
		width: 760px;
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
		font-size: 19px;
	}
}
@media (max-width: 1023px){	
	#info_title {
		float: left;
		width: 140px;
		height: 50px;
		line-height: 50px;
	}
	#info_box {
		float: left;
		position: relative;
		overflow: hidden;
		width: 580px;
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
		font-size: 18px;
	}
}
@media (max-width: 767px){
	#info .container {
		padding: 0;
	}
	#info {
		height: auto !important;
	}
	#info_title {
		float: none;
		width: 100%;
		height: 32px;
		padding-top: 4px;
		color: #fff;
		line-height: 28px;
		text-align: center;
		background: #000;
	}
	#info_box {
		float: none;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: auto;
		line-height: 1.3;
		padding: 5px 10px 2px;
		font-size: 16px;
	}
}

/*------------------------------------------------------------
  TOP/下層 コンテンツ部分
------------------------------------------------------------*/
#wrapper {
}
.bg1 {
	background: url("../assets/ryuen/base/bg1.png");
}
.bg2 {
	background: url("../assets/ryuen/base/bg2.png");
}
.bg3 {
	background: url("../assets/ryuen/base/AdobeStock_135800901.png");
}
.bg4 {
	background: url("../assets/ryuen/base/AdobeStock_176091271.png");
}
.container {
	margin: 0 auto;
	width: 1360px;
}
#contents {
	float: left;
	width: 1100px;
}

@media (max-width: 1399px){
	.container {
		width: 1240px;
	}
	#contents {
		float: left;
		width: 980px;
	}
}
@media (max-width: 1279px){
	.container {
		width: 960px;
	}
	#contents {
		float: left;
		width: 720px;
	}
}
@media (max-width: 1023px){
	.container {
		width: 100%;
		padding: 0 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents {
		float: none;
		width: 100%;
	}	
}

/*------------------------------------------------------------
  TOP
------------------------------------------------------------*/
#top_txt {
	margin: 60px auto 40px;
	font-size: 23px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
#top_img {
	margin-bottom: 50px;
	text-align: center;
}
#top_img img {
	margin: 10px 15px;
	max-width: 45%;
	height: auto;
}
@media (max-width: 1399px){
	#top_txt {
		margin: 55px auto 35px;
		font-size: 22px;
	}
}
@media (max-width: 1279px){
	#top_txt {
		margin: 50px auto 30px;
		font-size: 21px;
	}
}
@media (max-width: 1023px){
	#top_txt {
		margin: 45px auto 25px;
		font-size: 20px;
	}
}
@media (max-width: 1023px){
	#top_txt {
		margin: 45px auto 25px;
		font-size: 19px;
	}
}
@media (max-width: 767px){
	#top_txt {
		margin: 40px auto 25px;
		font-size: 18px;
	}
}
@media (max-width: 567px){
	#top_txt {
		margin: 35px auto 20px;
		padding-left: 10px;
		font-size: 17px;
		text-align: left
	}
}
@media (max-width: 413px){
	#top_txt {
		margin: 35px auto 10px;
		font-size: 16px;		
	}
}

/*------------------------------------------------------------
  年末年始のお知らせ / バイキング
------------------------------------------------------------*/
#viking {
	margin: 0 auto;
	width: 960px;
}


/*------------------------------------------------------------
  年末年始のお知らせ / バイキング
------------------------------------------------------------*/
#info2 {
	margin: 0 auto;
	width: 99%;
	background: url("../assets/ryuen/base/icon1-2.png") repeat-x top left;
	background: url("../assets/ryuen/base/icon1-2.png") repeat-x top left rgba(255,255,255,0.7)
}
#info2 .box_white {
	background: url("../assets/ryuen/base/icon1-2.png") repeat-x bottom left;
	/*border-bottom: 4px solid #cbbb9f;*/
}
#info2_text {
	margin: 0 auto;
	width: 760px;
}
#info2 h2 {
	/*font-size: 24px;*/
	margin: 30px 0 30px 0;
	width: 100%;
	text-align: center;
}
#info2 h2.headline:before {
	display: none;
}
#info2 .info2_date {
	float: left;
	width: 150px;
	padding-left: 60px;
}
#info2 p {
	padding: 20px 0 30px 60px;
}
.box300 {
	float: left !important;
	width: 300px !important;
}

@media (max-width: 1279px){
	#viking {
		margin: 0 auto;
		width: 100%;
		max-width: 760px;
	}
	#info2_text {
		margin: 0 auto;
		width: 100%;
		max-width: 760px;
	}
	#info2 .info2_date {
		float: none;
		width: 100%;
		margin-top: 5px;
		padding: 5px 0 0 0px;
		border-top: 1px dotted #999;
	}
	#info2 .info2_date.first {
		margin-top: -15px;
		border: none;
	}
	#info2 p {
		margin-top: 15px;
		padding: 5px 0 30px 0px;
		border-top: 1px dotted #999;
	}
}

@media (max-width: 767px){
	#viking .c, .box_white .c {
		text-align: left !important;
	}
}



/*------------------------------------------------------------
  TOP/下層 共通
------------------------------------------------------------*/
h2.headline {
	position: relative;
	width: 300px;
	margin: 50px 0 20px 38px;
	padding: 0px 0 5px 0;
	font-size: 26px;
	border-bottom: 1px solid #000;
}
h2.headline:before {
	display: block;
	content: url("../assets/ryuen/base/icon2.png");
	position: absolute;
	left: -38px;
	top: -2px;
	width: 31px;
	heigth: 31px;
}
h2.headline span {
	font-size: 80%;
}
.box_white {
	clear: both;
	margin-bottom: 40px;
	width: 100%;
	height: auto;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.8;
	background: rgba(255,255,255,0.7);
}
.box_white .img_l {
	float: left;
	margin-right: 30px;
}
.box_white .img_l a:hover img {
	opacity: 0.9;
}
.box_white .img_l img {
	width: 600px;	
	height: auto;
	margin-bottom: 10px;
}
.box_white .txt_r {
	width: 420px;
}
.box_title {
	padding: 10px 0 20px;
	color: #990000;
	font-size: 26px;
	line-height: 1.1;
	font-weight: bold;
}
.box_title ruby {
	margin-top: -30px;
}
.box_title rt {
	font-size: 60%;
}
.box_title span.season {
	float: none;
	padding-right: 0px;
	font-size: 80%;
}
.box_title span {
	float: right;
	padding-right: 50px;
	font-size: 24px;
}
.box_title div {	
	text-align: right;
	padding-right: 10px;
	font-size: 24px;
}
#pack .box_title span {
	float: none;
	padding-right: 20px;
	font-size: 85%;
	font-weight: bold;
}
.box_txt {
}
.box_txt a {
	color: #CC0000;
	font-weight: bold;
}
.box_txt a:hover {
	text-decoration: underline;
}
.box_txt_r {
	float: right;
	padding-top: 25px;
	width: 310px;
}
#pack .box_txt {
	line-height: 1.7;
}

.box_white dl.lunch {
	width: 33.33%;
	padding: 10px 20px 30px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box_white dl.lunch dt {
	margin-bottom: 7px;
	width: 76px;
	hight: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
	background: url("../assets/ryuen/base/bg_red.png");
	background: #990000;
	border-radius: 12px;
}
.box_white dl.lunch dd {
	font-size: 18px;
	line-height: 1.3;
}
.box_white dl.lunch dd span {
	float: right;
}

/* ボックス２つ */
.box_white2 {
	clear: both;
	margin-bottom: 40px;
	width: 48%;
	height: auto;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: -1px;
	background: rgba(255,255,255,0.80);
}
.box_white2 img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.box_white2 figure {
	position: relative;
}
.box_white2 figcaption {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.3;
	background: rgba(255,255,255,0.90);
}
.box_title2 {
	padding: 0px 0 10px;
	color: #CC0000;
	font-size: 25px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0;
}
.box_txt2 {
		font-size: 20px;
	}

/* ボックス3つ */
.box_white3 {
	clear: both;
	margin-bottom: 40px;
	width: 350px;
	height: auto;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: -1px;
	text-align: center;
	background: rgba(255,255,255,0.80);
}
.box_white3 img {
	margin-bottom: 10px;
	width: 320px;
	height: auto;
}
.box_white3 figure {
	position: relative;
}
.box_white3 figcaption {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.3;
	background: rgba(255,255,255,0.90);
}
.box_title3 {
	padding: 0px 0 10px;
	color: #CC0000;
	font-size: 25px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0;
}
@media (max-width: 1399px){
	.box_white .img_l img {
		width: 500px;	
		height: auto;
		margin-top: 10px;
	}
	.box_white .txt_r {
		float: right;
		width: 410px;
	}
	.box_white dl.lunch dd {
		font-size: 16px;
		line-height: 1.3;
	}
	.box_title {
		padding: 10px 0 20px;
		font-size: 24px;
	}
	.box_white2 {
		margin-bottom: 40px;
		padding: 15px;
		font-size: 17px;
		line-height: 1.6;
		letter-spacing: -1px;
	}
	.box_title2 {
		padding: 0px 0 10px;
		font-size: 23px;
	}
	.box_txt2 {
		font-size: 16px;
	}
	.box_white3 {
		margin-bottom: 40px;
		width: 312px;
		height: auto;
		padding: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 17px;
		line-height: 1.6;
		letter-spacing: -1px;
	}
	.box_title3 {
		padding: 0px 0 10px;
		font-size: 23px;
	}
	.box_txt3 {
		font-size: 16px;
	}
}
@media (max-width: 1279px){
	.box_white {
		padding: 10px;
		font-size: 16px;
		line-height: 1.8;
	}
	.box_white .img_l {
		float: left;
		margin: 0 20px 70px 0;
	}
	.box_white .img_l img {
		width: 360px;	
		height: auto;
		margin-top: 10px;
	}
	.box_white .txt_r {
		width: 310px;
	}
	.box_white dl.lunch dd {
		font-size: 15px;
		line-height: 1.3;
	}
	.box_title {
		padding: 10px 0 30px;
		font-size: 23px;
	}
	.box_title span {
		float: right;
		padding-right: 50px;
		font-size: 100%;
	}
	#pack .box_title div {
		font-size: 95% !important;
	}
	#pack .box_title span {
		font-size: 90% !important;
	}
		
	.box_txt_r {
		float: right;
		padding-top: 10px;
		width: 280px;
	}
	.box_white dl.lunch {
		width: 50%;
		padding: 10px 10px 30px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.box_white2 {
		margin-bottom: 30px;
		width: 48%;
		height: auto;
		padding: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: -1px;
	}
	.box_title2 {
		padding: 0px 0 10px;
		font-size: 22px;
	}
	.box_txt2 {
		font-size: 16px;
	}
	#season.flex1 {
		-js-display: flex;
		display: -webkit-box-flex;
		display: -ms-flex;
		display: -webkit-flex;
  	display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.box_white3 {
		margin: 0 1% 30px;
		width: 48%;
		height: auto;
		padding: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: -1px;
	}
	.box_title3 {
		padding: 0px 0 10px;
		font-size: 22px;
	}
	.box_txt3 {
		font-size: 16px;
	}
}
@media (max-width: 1023px){
	.box_white .txt_r {
		width: 500px;
	}
	#season.flex1 {
		-js-display: flex;
		display: -webkit-box-flex;
		display: -ms-flex;
		display: -webkit-flex;
  	display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.box_white3 {
		margin: 0 1% 30px;
		width: 48%;
		height: auto;
		padding: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: -1px;
	}
	.box_title3 {
		padding: 0px 0 10px;
		font-size: 20px;
	}
	.box_txt3 {
		font-size: 16px;
	}	
}
@media (max-width: 959px){
	.box_white .txt_r {
		width: 440px;
	}
}
@media (max-width: 879px){
	.box_white .txt_r {
		width: 400px;
	}
}
@media (max-width: 839px){
	.box_white .txt_r {
		width: 360px;
	}
}
@media (max-width: 799px){
	.box_white .txt_r {
		width: 320px;
	}
}
@media (max-width: 767px){
	.box_white {
		width: 100%;
		padding: 20px 35px;
	}
	.box_white .img_l {
		float: none;
		margin: 0 0px 20px 0;
		text-align: center;
	}
	.box_white .img_l img {
		width: 100%;	
		height: auto;
	}
	.box_white .txt_r {
		width: 100%;
	}
	#pack .box_title div {
		font-size: 100% !important;
	}
	#pack .box_title span {
		font-size: 95% !important;
	}
	.box_txt_r {
		float: right;
		margin-top: 0px;
		padding-top: 30px;
	}
}
@media (max-width: 639px){
	.box_white {
		width: 100%;
		padding: 20px 40px;
	}
	.box_white2, .box_white3 {
		margin: 0 auto 30px;
		width: 100%;
		padding: 30px 40px;
	}
	.box_white2 img, .box_white3 img {
		width: 100%;
		height: auto;
	}
	.box_title3 {
		padding: 0px 0 10px;
		font-size: 20px;
	}
	.box_txt3 {
		font-size: 16px;
	}
	.box_white dl.lunch {
		margin: 0 auto;
		width: 80%;
		padding: 10px 0 20px;
	}
}
@media (max-width: 567px){
	.box_white {
		width: 100%;
		padding: 20px 20px;
	}
	.box_white2, .box_white3 {
		margin: 0 auto 30px;
		width: 100%;
		padding: 20px 30px;
	}
	.box_title3 {
		padding: 0px 0 10px;
		font-size: 20px;
	}
	.box_txt3 {
		font-size: 16px;
	}
}
@media (max-width: 479px){
	.box_white {
		width: 100%;
		padding: 20px 10px;
	}
	.box_title {
	padding: 10px 0 20px;
	font-size: 20px;
	}
	.box_white2, .box_white3 {
		margin: 0 auto 30px;
		width: 100%;
		padding: 10px 10px;
	}
	.box_title3 {
		padding: 0px 0 10px;
		font-size: 20px;
	}
	.box_txt3 {
		font-size: 16px;
	}
	#pack .box_title div {
		font-size: 95% !important;
	}
	#pack .box_title span {
		font-size: 95% !important;
	}
	.box_txt_r {
		float: none;
		width: 100%;
		margin-top: 0px;
		padding: 30px 0 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media (max-width: 414px){
	h2.headline {
	position: relative;
	width: 250px;
	margin: 50px 0 20px 38px;
	padding: 0px 0 5px 0;
	font-size: 21px;
	border-bottom: 1px solid #000;
}
	.box_white {
		width: 100%;
		padding: 20px 10px;
	}
	.box_title {
	padding: 10px 0 30px;
	font-size: 20px;
	}
	.box_white2, .box_white3 {
		margin: 0 auto 30px;
		width: 100%;
		padding: 10px 10px;
	}
	.box_title3 {
		padding: 0px 0 10px;
		font-size: 20px;
	}
	.box_txt3 {
		font-size: 15px;
	}
	.box_txt_r {
		float: none;
		width: 100%;
		margin-top: 0px;
		padding: 20px 0 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/*------------------------------------------------------------
  下層
------------------------------------------------------------*/
#sub {
	position: relative;
	margin-top: 0px;
	width: 100%;
}
#sub figcaption {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	background: rgba(255,255,255,0.80);
}
#sub span {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	background: rgba(255,255,255,0.80);
}
@media (max-width: 1399px){
	#sub img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
}
@media (max-width: 1279px){
	#sub img {
		width: 100%;
		height: 260px;
		object-fit: cover;
	}
}
@media (max-width: 1023px){
	#sub img {
		width: 100%;
		height: 240px;
		object-fit: cover;
	}
}
@media (min-width: 768px){
	#sub figcaption, #sub span {
		display: none;
	}
}
@media (max-width: 767px){
	#sub img {
		width: 100%;
		height: 220px;
		object-fit: cover;
	}
}
@media (max-width: 567px){
	#sub img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
}
@media (max-width: 413px){
	#sub img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
}

/*------------------------------------------------------------
	グランドメニュー カルーセル
------------------------------------------------------------*/
#carousel_wrap {
	clear: both;
	width: 100%	;
	height: 350px;
}
#carousel img {	
	width: 525px;
	height: 350px;
}
#carousel a:hover img {
	opacity: 0.8;
}
@media (max-width: 767px){
	#carousel_wrap {
		width: 100%	;
		height: auto !important;
	}
	#carousel img {	
		width: 100%;
		height: auto;
	}
}

/*------------------------------------------------------------
	グランドメニュー
------------------------------------------------------------*/
.link {
	margin: -40px 0 40px;
	padding-top: 40px;
}
#grand {
	
}
#grand h2.headline {
	width: 480px;
}
#grand h2.headline img {
	margin-top: -7px;
}
#grand article {
	position: relative;
	margin-top: 20px;
	border: 1px solid #ebd85f;
	border: 1px solid #dfd0b7;
}
#grand table {
	float: left;
	width: 760px;	
}
#grand table th {
	width: 7em;
	font-size: 23px;
}
#grand table th img {
	margin-top: -5px;
}
#grand table th.l {
	text-align: left !important;
}
#grand table td {
	font-size: 16px;
	line-height: 1.3;
	margin-top: -10px !important;
}
#grand table tr .lh_10 {
	line-height: 1.0 !important; 
}
#grand table tr .lh_10_02 {
	line-height: 1.0 !important;
	padding-bottom: 10px !important;
}
#grand table td.price {
	width: 120px;
	text-align: center !important;
}
#grand table td.r {
	text-align: right !important;
}
#grand .img_r {
	float: right;
	margin-top: 43px;
	width: 260px;
	text-align: center;
}
#grand .img_r img{
	margin: 20px 5px 5px;
	width: 200px;
	height: 134px;
}
#grand .img_r figcaption {
	width: 100%;
	font-size: 15px;
	line-height: 1.2;
}
.n {
	font-weight: normal !important;
}
@media (max-width: 1399px){
	#grand table {
		float: left;
		width: 680px;	
	}
	#grand table th {
		width: 7em;
		font-size: 19px;
	}
}
@media (max-width: 1279px){
	#grand table {
		float: none;
		width: 100%;
	}
	#grand .img_r {
		float: none;
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}
	#grand .mt_10 {
		margin-top: 10px !important;
	}
}
@media (max-width: 1023px){
	#grand .box_white {
		mmin-width: 680px;
		overflow-x: auto;
		white-space: nowrap;
	}
	#grand .box_white {
		display: block;
		width: 100%;
		mmin-width: 680px;
	}
}
@media (max-width: 767px){
	#grand table th {
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Malgun Gothic";
	}
}

/*------------------------------------------------------------
  コースメニュー
------------------------------------------------------------*/
#course_top_img {
	margin-top: 70px;
	text-align: center;
}
#course_top_img figure {
	margin-bottom: 30px;
	width: 49.5%;
}
#course_top_img img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.img_c {
	text-align: center;
}
@media (max-width: 1279px){
	#course_top_img {
		margin-top: 60px;
	}
}
@media (max-width: 1023px){
	#course_top_img {
		margin-top: 50px;
	}
}
@media (max-width: 767px){
	#ourse_top_img {
		margin-top: 40px;
	}
	#course_top_img figcaption {
		font-size: 17px;
	}
}
@media (max-width: 567px){
	#course_top_img {
		margin-top: 30px;
	}
	#course_top_img figcaption {
		font-size: 16px;
	}
}
@media (max-width: 413px){
	#course_top_img {
		margin-top: 20px;
	}
	#course_top_img figcaption {
		font-size: 14px;
	}
}
@media (max-width: 359px){
	#course_top_img {
		margin-top: 15px;
	}
	#course_top_img figcaption {
		font-size: 13px;
	}
}

/*------------------------------------------------------------
  中華弁当
------------------------------------------------------------*/
.osechi .img_l img {
		margin-bottom: 30px;
	}
.img_c a:hover img {
	opacity: 0.9;
}
@media (max-width: 1279px){
	.osechi .img_l img {
		margin-bottom: 130px;
	}
}
@media (max-width: 767px){
	.osechi .img_l img {
		margin-bottom: 0px;
	}
}

/*------------------------------------------------------------
  フロア・アクセス
------------------------------------------------------------*/
#floor {
	
}
#floor li {
	clear: both;
	margin-bottom: 40px;
	width: 350px;
	height: auto;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: -1px;
	background: rgba(255,255,255,0.80);
}

#floor li img {
	margin-bottom: 10px;
	width: 320px;
	height: 184px;
}
#floor li figure {
	position: relative;
}
#floor li figcaption {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.3;
	background: rgba(255,255,255,0.90);
}
.floor_title {
	padding: 0px 0 10px;
	color: #CC0000;
	font-size: 25px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0;
}

.floor_txt {
	margin: 30px auto 30px;
	width: 990px;
	font-size: 18px;
	line-height: 1.8;
}
.floor_txt p {
	float: left;
}
.floor_txt img {
	float: right;
	margin: -20px 0px 50px 70px;
	width: 400px;
	height: auto;
	border: 2px solid #cebda1;
}
#map{
	margin: 30px 0;
	text-align: center;
}
#map iframe {
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #cebda1;
}
@media (max-width: 1399px){
	.floor_txt {
		margin: 30px auto 30px;
		width: 890px;
		font-size: 18px;
	}
	.floor_txt p {
		margin-left: 20px;
	}
	#map iframe {
		width: 880px !important;
	}
}
@media (max-width: 1279px){
	.floor_txt {
		margin: 30px auto 30px;
		width: 720px;
		font-size: 17px;
	}
	.floor_txt p {
		margin-left: 10px;
	}
	.floor_txt img {
		float: right;
		margin: 0px 0px 50px 70px;
		width: 310px;
		height: auto;
		border: 2px solid #cebda1;
	}
	#map iframe {
		width: 100% !important;
		height: 400px !important;
		padding: 5px;
		border: 2px solid #cebda1;
	}
}
@media (max-width: 1023px){
	.floor_txt {
		margin: 30px auto 30px;
		width: 98%;
		font-size: 17px;
	}
	.floor_txt p {
		margin-left: 10px;
	}
	.floor_txt img {
		float: right;
		margin: 0px 0px 50px 70px;
		width: 310px;
		height: auto;
		border: 2px solid #cebda1;
	}
	#map iframe {
		width: 100% !important;
		height: 350px !important;
		padding: 4px;
		border: 2px solid #cebda1;
	}
}
@media (max-width: 767px){
	.floor_txt {
		margin: 30px auto 30px;
		width: 98%;
		font-size: 16px;
	}
	.floor_txt p {
		margin-left: 10px;
	}
	.floor_txt img {
		float: none;
		margin: 20px 0px 50px 0px;
		width: 100%;
		height: auto;
		border: 2px solid #cebda1;
	}
	#map iframe {
		width: 100% !important;
		height: 350px !important;
		padding: 3px;
		border: 2px solid #cebda1;
	}
}
@media (max-width: 567px){
	.floor_txt {
		margin: 30px auto 30px;
		width: 98%;
		font-size: 15px;
	}
	.floor_txt p {
		margin-left: 10px;
	}
	.floor_txt img {
		float: none;
		margin: 20px 0px 50px 0px;
		width: 100%;
		height: auto;
		border: 2px solid #cebda1;
	}
	#map iframe {
		width: 100% !important;
		height: 300px !important;
		padding: 2px;
		border: 2px solid #cebda1;
	}
}
@media (max-width: 413px){
	.floor_txt {
		margin: 30px auto 30px;
		width: 98%;
		font-size: 14px;
	}
	.floor_txt p {
		margin-left: 10px;
	}
	.floor_txt img {
		float: none;
		margin: 20px 0px 50px 0px;
		width: 100%;
		height: auto;
		border: 2px solid #cebda1;
	}
	#map iframe {
		width: 100% !important;
		height: 260px !important;
		padding: 1px;
		border: 2px solid #cebda1;
	}
}


/*------------------------------------------------------------
  サイド
------------------------------------------------------------*/
#side {
	float: right;
	width: 200px;
	margin: 70px 1px;
}
#side ul {
	margin-bottom: 50px;
}
#side li {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#side li figcaption a {
	position: absolute;
	bottom: 5px;
	width: 100%;
	padding: 6px 5px 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	background: rgba(255,255,255,0.70);
}
#side li figcaption a:hover {
	color: #cc0000;
	background: rgba(255,255,255,0.90);
}
#side li img {
	
}
#side li a:hover img {
	opacity: 0.8;
}
@media (max-width: 1279px){
	#side {
		margin: 60px 1px;
	}
}
@media (max-width: 1023px){
	#side {
		clear: both;
		float: none;
		width: 100%;
	}
	#side ul {
		margin-bottom: 40px;
	}
	#side li {
		float: left;
		width: 200px;
		margin: 20px 20px;
	}
}

/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 60px auto 0px;
	padding: 40px 0;
	width: 660px;
}
#footer_txt {
	float: right;
	margin-top: 10px;
	width: 270px;
	font-size: 14px;
	line-height: 1.6;
}
#copy {
	clear: both;
	margin-top: 50px;
	width: 100%;
	font-size: 14px;
	text-align: center
}
@media (max-width: 659px){
	#footer {
		margin: 50px auto 0px;
		padding: 40px 0;
		width: 100%;
	}
}
@media (max-width: 567px){
	#footer {
		margin: 50px auto 0px;
		padding: 30px 0;
		text-align: center;
	}
	#footer_txt {
		float: none;
		margin: 30px auto;
		width: 270px;
		text-align: left;
	}
	#copy span {
		display: none;
	}
}

/*------------------------------------------------------------
    flexbox
------------------------------------------------------------*/
.flex1 {
	-js-display: flex; /*古いブラウザへの対応*/
	display: -webkit-box-flex; /*iOS Safari6.1以前、Androidブラウザの4.3以前への対応*/
	display: -ms-flex;
	display: -webkit-flex;
  display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex2 {
	-js-display: flex;
	display: -webkit-box-flex;
	display: -ms-flex;
	display: -webkit-flex;
  display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex3 {
	-js-display: flex;
	display: -webkit-box-flex;
	display: -ms-flex;
	display: -webkit-flex;
  display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-ms-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
}

/*------------------------------------------------------------
	追加スタイル
------------------------------------------------------------*/
.red {
	color: #CC0000 !important;
}
.f70 {
	font-size: 70% !important;
}
.f80 {
	font-size: 80% !important;
}
.f85 {
	font-size: 85% !important;
}
.f90 {
	font-size: 90% !important;
}
.f95 {
	font-size: 95% !important;
}
.f110 {
	font-size: 110% !important;
}
.f120 {
	font-size: 120% !important;
}
.ls_6 {
letter-spacing: -6px !important;
}
.b {
	font-weight: bold;
}
.c {
	text-align: center !important;
}

.l {
	text-align: left !important;
}
.r {
	text-align: right !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.lh_10 {
	padding-top: 0 !important;
	line-height: 1.0 !important;
}
.lh_15 {
	line-height: 1.5 !important;
}
.ls_1 {
	letter-spacing: -1px !important;
}
.ls_2 {
	letter-spacing: -2px !important;
}
.ls_3 {
	letter-spacing: -3px !important;
}
.ls_4 {
	letter-spacing: -4px !important;
}
.ls_5 {
	letter-spacing: -5px !important;
}

	
.mt_5 {
	margin-top: -5px !important;
}
.mt_10 {
	margin-top: -10px !important;
}
.mt_20 {
	margin-top: -20px !important;
}
.mt_30 {
	margin-top: -30px !important;
}
.mt_40 {
	margin-top: -40px !important;
}
.mt_50 {
	margin-top: -50px !important;
}

/*------------------------------------------------------------
	余白
------------------------------------------------------------*/
.m0 {
	margin: 0px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.ml0 {
	margin-left: 0px !important;
}

.m5 {
	margin: 5px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.ml5 {
	margin-left: 5px !important;
}

.m10 {
	margin: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}

.m15 {
	margin: 15px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.ml15 {
	margin-left: 15px !important;
}

.m20 {
	margin: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}

.m25 {
	margin: 25px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.ml25 {
	margin-left: 25px !important;
}

.m30 {
	margin: 30px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.ml30 {
	margin-left: 30px !important;
}

.m35 {
	margin: 35px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.ml35 {
	margin-left: 35px !important;
}

.m40 {
	margin: 40px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.ml40 {
	margin-left: 40px !important;
}

.m45 {
	margin: 45px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.ml45 {
	margin-left: 45px !important;
}

.m50 {
	margin: 50px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml50 {
	margin-left: 50px !important;
}

.m55 {
	margin: 55px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.ml55 {
	margin-left: 55px !important;
}

.m60 {
	margin: 60px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.ml60 {
	margin-left: 60px !important;
}

.m65 {
	margin: 65px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mr65 {
	margin-right: 65px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.ml65 {
	margin-left: 65px !important;
}

.m70 {
	margin: 70px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.ml70 {
	margin-left: 70px !important;
}

.m75 {
	margin: 75px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.ml75 {
	margin-left: 75px !important;
}

.m80 {
	margin: 80px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml80 {
	margin-left: 80px !important;
}

.m85 {
	margin: 85px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mr85 {
	margin-right: 85px !important;
}
.mb85 {
	margin-bottom: 85px !important;
}
.ml85 {
	margin-left: 85px !important;
}

.m90 {
	margin: 90px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.ml90 {
	margin-left: 90px !important;
}

.m95 {
	margin: 95px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mr95 {
	margin-right: 95px !important;
}
.mb95 {
	margin-bottom: 95px !important;
}
.ml95 {
	margin-left: 95px !important;
}

.m100 {
	margin: 100px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.ml100 {
	margin-left: 100px !important;
}

.p0 {
	padding: 0px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.p5 {
	padding: 5px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pl5 {
	padding-left: 5px !important;
}

.p10 {
	padding: 10px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.p15 {
	padding: 15px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pl15 {
	padding-left: 15px !important;
}

.p20 {
	padding: 20px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pl20 {
	padding-left: 20px !important;
}

.p30 {
	padding: 30px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pl30 {
	padding-left: 30px !important;
}

.p40 {
	padding: 40px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pl40 {
	padding-left: 40px !important;
}


