@charset "UTF-8";



/*====================================
サイトここから
====================================*/
.standard_c00_bg01{
	width: 100%;
	/*background-image: url(../xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
}
.standard_c00_bg02{
	width: 100%;
	/*background-image: url(../xxxx-p/xxxxxx_bg02.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position: top center;
}
.standard_c00_box {
	padding: 60px 0;
}
.standard_c00b_box {
	padding: 0px 0 30px;
}


.standard_c00_tit01 {
	font-size:2.0rem;
	font-size:20px;
	font-weight: bold;
	 padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px rgba(255,102,0,0.75);
	margin-bottom: 8px;
}
@media (max-width: 820px){
.standard_c00_tit01 {
	font-size: 122%;
	font-weight: bold;	
}
.standard_c00_tit01 {
	text-align: left;
	}
}


.standard_c00_tx01 {
	font-size:1.6rem;
	font-size:16px;
	line-height: 1.75;
	letter-spacing: -0.02em;
	text-align: left;
	padding: 0 0px 15px;
	margin-bottom: 45px;
}
.standard_c00_tx01 .tx_l {
	font-weight: 500;
	background: linear-gradient(transparent 70%, yellow 70%);
	padding: 0 0.3em;
}

@media (max-width: 820px){
.standard_c00_tx01 {
	font-size:1.4rem;
	font-size:14px;
	}
}
	
.reservation_c01_box01 {
	padding: 0 15px;
}
