@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2;
	background: #fff;
	}
h1,h2,h3,h4,h5,h6,h7,h8,h9,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #040;
	transition: 0.5s;
	text-decoration: none;
	}
a:hover {
	color: #1e0;
	text-decoration: none;
	}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
	}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #f0ffca url(../img/bg1.png);	/*背景色と背景画像の読み込み（旧ブラウザ用）*/
	background: url(../img/bg1.png), linear-gradient(225deg, #b0f1ad, #edffed);
	height: 100px;
	margin-top: -30px
	}

header.mgt0 {
	background: #f0ffca url(../img/bg1.png);	/*背景色と背景画像の読み込み（旧ブラウザ用）*/
	background: url(../img/bg1.png), linear-gradient(225deg, #b0f1ad, #edffed);
	height: 100px;
	margin-top: 0px
	}

header.mgt-30 {
	background: #f0ffca url(../img/bg1.png);	/*背景色と背景画像の読み込み（旧ブラウザ用）*/
	background: url(../img/bg1.png), linear-gradient(225deg, #b0f1ad, #edffed);
	height: 100px;
	margin-top: -30px
	}

/*ロゴ画像*/
header #logo {
	width: 260px;
	float: left;
	margin-top: 20px;
	}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#message {
	float: left;		
	margin-top: 20px;
	margin-left: 7px;
	text-align: right;	
	}

#contact {
	float: right;
	margin-top: 17px;
	text-align: center;
	}
/*TEL*/
.tel {
	letter-spacing: 0.1em;
	font-size: 24px;
	}
/*TELの受付時間の小文字部分*/
.tel span {
	display: block;
	font-size: 11px;
	}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	overflow: hidden;
	background: #2478a3;	/*背景色（旧ブラウザ用）*/
	background: linear-gradient(#80bdde, #4088ae , #014d7c);
	}

#menubar.mgt-30 {
	margin-top: -30px
	}

/*メニュー１個あたりの設定*/
#menubar li {
	float: left;
	width: 16.66%;
	}
#menubar li a {
	display:  block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #333;/
	line-height: 1.5;
	padding: 10px 0;
	text-shadow: 1px 1px 0px rgba(f,f,f,0.6);
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.3em;
	}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #333;
	}
/*装飾文字（英語表記）の設定*/
#menubar li a span {
	text-shadow: none;
	display: block;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #fff;
	opacity: 0.6;/
	}

/*現在表示中(current)メニューの設定*/
#menubar ul li.current a {
	background: #000;	/*背景色（旧ブラウザ用）*/
	background: radial-gradient(ellipse 100px 50px at 50% 70px,#9fb2f9,#004c7b);
	color: #96ff00;
	}
#menubar ul li ul li.current a {
	background: #000;	/*背景色（旧ブラウザ用）*/
	background: radial-gradient(ellipse 100px 50px at 50% 70px,#9fb2f9,#004c7b);
	color: #daffdb;
	}
/*マウスオン時メニューの設定*/
#menubar li a:hover {
	background: #6cf;	/*背景色（旧ブラウザ用）*/
	background: radial-gradient(ellipse 100px 50px at 50% 70px,#72f5f7,#009ee7);
	color: #ffb200;
	}
#menubar ul li ul{
	display: none;
	}

#menubar ul li:hover > ul {
	display: block;
	position: absolute;
	top: 171px;
	width: 66.64%;
	z-index: 30;
	}

#menubar ul li:hover > ul li {
	max-width: 200px;
	width: 24.00%;
	overflow: hidden;
	color: #fff;
	background: #2478a3;	/*背景色（旧ブラウザ用）*/
	background: linear-gradient(#80bdde, #4088ae , #014d7c);
	filter:alpha(opacity=90);	/* IE用 */ 
	-moz-opacity:0.90;		/* Firefox用 */
	opacity:0.90;			/* Safari,Google Chrome用 */
	}

#menubar ul li.price:hover > ul{
	display: block;
	position: absolute;
	top: 171px;
	width: 66.64%;
	z-index: 31;
	}

#menubar ul li.price:hover > ul li {
	max-width: 200px;
	width: 24.00%;
	overflow: hidden;
	float: none;
	color: #fff;
	background: #2478a3;	/*背景色（旧ブラウザ用）*/
	background: linear-gradient(#80bdde, #4088ae , #014d7c);
	filter:alpha(opacity=90);	/* IE用 */ 
	-moz-opacity:0.90;		/* Firefox用 */
	opacity:0.90;			/* Safari,Google Chrome用 */
	}


#menubar ul li ul li a {
	display:  block;
	text-decoration: none;
	text-align: center;	
	font-weight: bold;
	border-right: 1px solid #333;	
	line-height: 0;	
	padding: 15px 0;	
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.1em;
	}
#menubar ul li ul li a.la-1	{
	letter-spacing: -1px;
	}

#menubar ul li ul li a:hover {
	background: #6cf;	/*背景色（旧ブラウザ用）*/
	background: radial-gradient(ellipse 100px 50px at 50% 70px,#72f5f7,#009ee7);
	color: #ff8d00; 
	}

#menubar ul li ul li a.normal {
	background: #2478a3;	/*背景色（旧ブラウザ用）*/
	background: linear-gradient(#80bdde, #4088ae , #014d7c);
	color: #00ff02;
	}

#menubar ul li ul li a.normal:hover {
	background: #6cf;	/*背景色（旧ブラウザ用）*/
	background: radial-gradient(ellipse 100px 50px at 70% 70px,#72b4f7,#0065e7);
	color: #ff6f00; 
	}



/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}
/*電話アイコンを表示させない*/
#tel-s {display: none;}
/*スマホ用営業時間を表示させない*/
#business_hours-s {display: none;}
#sub_business_hours-s {display: none;}
/*スマホ用ロゴを表示させない*/
#logo-s {display: none;}


/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 40px;
	}

/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 80%;
	}
/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
	}

#contents-c2 {
	float: none;
	width: auto;
	float: left;
	width: 80%;
	}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 75%;
	}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 3px 5px 3px 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	background: #860906;	/*背景色（旧ブラウザ用）*/
	background: linear-gradient(#cc0005 10%, #b90000 , #750000 60%);		
	border-bottom: 3px solid #380000;
	border-left: 3px solid #380000;
	}
#main h2.yel {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 7px 5px 7px 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #010;
	letter-spacing: 3px;
	background: #ff8607;	/*背景色（旧ブラウザ用）*/
	background: linear-gradient(#ffff4e 10%, #ffd807 , #ffa507 60%);		
	border-left: 5px solid #ff0a07;
	border-bottom: none;
	}
#main h2.grn {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 7px 5px 7px 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #100;
	letter-spacing: 3px;
	background: #ff8607;	/*背景色（旧ブラウザ用）*/
	background: linear-gradient(#cff5a6 10%, #5cff5f , #3bff34 65%);		
	border-left: 5px solid #007c02;
	border-bottom: none;
	}


#mainimg.mgb10 {
	margin-bottom: 10px;
	}


/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 6px 15px;
	color: #f00;
	font-weight: bold;
	font-size: 17px;
	line-height: 27px;	
	border: 1px solid #666;		
	}
/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
	border-left: 3px solid #f70;	
	padding-left: 15px;
	}
/*mainコンテンツのh4タグ設定*/
#main h4 {
	clear: both;
	margin-top: 25px;
	margin-bottom: 8px;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.1em;
	border: 1px solid #666;	
	}
/*h4タグの１文字目への追加設定*/
#main h4::first-letter {
	border-left: 3px solid #388922;	
	padding-left: 15px;	
	}

#main h4.flow {
	color: #041900;
	border: 1px solid #860115;
	}

#main h4.flow::first-letter  {
	border-left: 3px solid #01c;
	}


h5 {
	text-align: center;
	background: #66f871;
	background: linear-gradient(225deg, #dfff65, #65ff86);
	color: #141;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2em;
	font-weight: bold;
	border-left: 2px solid #2e0;
	margin: 15px 0px 10px -2px;
	padding: 5px 0 3px 8px;
	}

h6	{
	color: #242;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	background: url(../img/bg_santen_g_bb.gif) 0 4px no-repeat;
	padding: 1px 0 0 18px;
	margin: 10px 5px 2px 0px;
	}


#main #m_top h5 {
	clear: both;
	height: 26px;
	color: #ff0;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.20em;
	font-weight: bold;
	background: url(../img/bar_h4.gif) no-repeat;
	border-top: 2px solid #160;
	border-left: 1px solid #160;
	padding: 2px 0 0 13px;
	margin: 10px 12px 12px 5px;
	}


/*mainコンテンツのh8タグ設定*/
#main h8 {
	clear: both;
	margin-top: 25px;
	margin-bottom: 8px;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.1em;
	border: 1px solid #040;	
	}
/*h8タグの１文字目への追加設定*/
#main h8::first-letter {
	border-left: 3px solid #0000b3;	
	padding-left: 15px;	
	}


/*コンテンツの段落タグ設定*/
#main p {
	font-size: 11px;
	padding: 0px 15px 20px;	/*上、左右、下への余白*/
	}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
	}
#main section + section {
	margin-top: 30px;
	}

#main p.top2 {
	color: #0c0;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	background: url(../img/arrow2.gif) no-repeat;
	padding: 0 0 0 27px;
	margin: 6px 24px 3px 0px;
	}







#main #text2 {
	overflow: hidden;
	color: #000;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	margin: -2px 0px 2px;
	padding: 0 2px 0 1px;
	}

#main #text2 p {
	color: #111;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	margin: 0;
	padding: 6px 0;
	}

#main #text2 p.ast {
	color: #131;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.5px;
	margin: 0;
	padding: 4px 0;
	}



#main #text3 {
	overflow: hidden;
	color: #000;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	margin: 2px 0px 5px 2px;
	padding: 0 0 0 2px;
	}

#main #text3_in {
	overflow: hidden;
	color: #000;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	padding: 0 8px 0 10px;
	}

#main #text3_in p {
	color: #111;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	margin: 0;
	padding: 6px 0;
	}

#main #text3_in p.ast {
	color: #131;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.5px;
	margin: 0;
	padding: 4px 0;
	}

#main #text3_in p.tin1 {
	padding-left: 1.5em;
	padding-right: 0.5em;
	text-indent: -1em;

	}
#main #text3_in p.pd-tb2 {
	padding-top: 2px;
	padding-bottom: 2px;
	}



/*現ページナビ*/
#navi {
	margin: -10px 8px 2px 5px;
	}
#navi a {
	color: #222;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 1px;
	margin: 0 0;
	padding: 0 3px;
	text-decoration: none;
	}
#navi a:hover {
	color: #0c0;
	}
#navi.navi_bottom {
	margin: 0 5px 0 -180px;
	}


/*ページ内メニュー
---------------------------------------------------------------------------*/
#in-menu {
	clear: both;
	overflow: hidden;
	text-align: center;
	margin: 15px 10px 10px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#in-menu ul {
	list-style-type: none;
	margin: 5px 8px 5px 20px;
	}

#in-menu li {
	float: left;
	font-size: 12px;
	line-height: 12px;
	padding: 1px 5px;
	margin: 4px 10px 7px 0px;
	letter-spacing: 1px;
	border-left: 2px solid #00e300;
	}

#in-menu li a {
	text-decoration: none;
	}




p.tin1 {
	padding-left:1em;
	text-indent:-1em;
	}

p.tin2 {
	padding-left:2em;
	text-indent:-2em;
	}






/*製品紹介ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	position: relative;overflow: hidden;
	padding: 20px;		/*ボックス内の余白。ここを変更する際は、下の「.list a」のpaddingとmarginの数字も合わせる。marginの方はマイナス記号を忘れずに。*/
	border-top: 1px solid #666;	/*上の線の幅、線種、色*/
	}
#main .list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	cursor: pointer;
	padding: 20px;	/*変更する場合は、上の「#main .list」のpaddingの説明を読んで下さい。*/
	margin: -20px;	/*変更する場合は、上の「#main .list」のpaddingの説明を読んで下さい。*/
	}
/*マウスオン時の背景色*/
#main .list a:hover {
	color: #fff;
	background: #222;
	}
/*リンクを貼った際に出る「→」マーク*/
#main .list a::before {
	content: "→";	/*出力する文字。変更しても構いませんが機種依存文字は化けるので使わないで下さい。*/
	font-size: 12px;	/*文字サイズ*/
	display: block;
	text-align: center;
	position: absolute;
	right: 10px;	/*ボックスの右から10pxの場所に配置*/
	bottom: 10px;	/*ボックスの下から10pxの場所に配置*/
	width: 30px;	/*幅*/
	line-height: 30px;	/*高さ*/
	background: #388922;	/*背景色*/
	}
/*マウスオン時の「→」マーク*/
#main .list a:hover::before {
	background: #7ec26c;	/*背景色*/
	}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	border-left: 3px solid #388922;	/*左側の線の幅、線種、色*/
	padding-left: 10px;	/*左の線との間に空ける余白*/
	margin-bottom: 0.5em;	/*下に少しスペースを空ける*/
	margin-left: 32%;	/*左側に空けるスペース。下の画像の幅を変更する場合はここも調整して下さい。*/
	}
/*ボックス内のp(段落)タグ設定*/
#main .list p {
	padding: 0px !important;
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.6;	/*行間。通常より少し狭くする。基本となる行間は、最上部の「body」にあります。*/
	margin-left: 34%;	/*左側に空けるスペース。下の画像の幅を変更する場合はここも調整して下さい。*/
	}
/*ボックス内の画像*/
#main .list figure {
	float: left;	/*左に回り込み*/
	width: 30%;		/*画像の幅*/
	}
/*最後ボックスの設定*/
#main .list:last-of-type, #main .list:last-of-type {
	border-bottom: 1px solid #666;	/*下の線の幅、線種、色*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	}

/*subコンテンツ（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	min-width: 158px;
	width: 22.5%;	/*ブロックの幅*/
	}




.s-menu {
	text-align: left;
	}
.s-menu .inner {
	display: none;
	padding: 0px 0px 8px 2px;
	}
.s-menu .inner .open {
	display: block;
	}
.s-menu p.ac1 {
	border: none;
	cursor: pointer;
	padding: 3px 0px 0px 16px;
	margin-bottom: 3px; 
	font-size: 14px;
	background: url(../img/menu_plus_b.png) 0px 3px no-repeat;  
	}
.s-menu.inner li{
	content: '・';
	padding: 3px 0;
	}

#submenu{
	margin-top: 4px;
	}

#submenu.setphp{
	margin-top: -20px;
	}

#submenu ul li ul li{
	height: 25px;
	}
#submenu ul li ul li a{
	color: #010;
	transition: 0.5s;
	text-decoration: none;
	list-style-type: disc;
	font-size: 14px;
	line-height: 17px;
	padding: 0px 0px 0px 9px;
	background: url(../img/bg_list_g_b2.gif) 0px 1px no-repeat;
	}

#submenu ul li ul li a:hover {
	color: #1c0;
	text-decoration: none;
	}


/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 18%;
	margin-top: -25px;
	margin-left: 5px;
}
/*２カラム時*/
.c2 #side {
	display: none;	
}

/* 営業時間案内 */
#sub #business_hours  {
	border: 1px solid #666;
	padding: 8px 7px 10px ;
	margin-top: 10px;
	margin-bottom: 20px;
	}




#side #business_hours {
	border-top-right-radius: 20px;   
	border-bottom-left-radius: 20px; 
	border: 2px solid #32cd32;  
	background-color: #ccffdf; 
	padding: 5px;               
	font-size: 13px;
	margin-bottom: 15px;
	}

#side #business_hours p {
	text-align: left;
	padding-left: 7px;
	}

#side #business_hours p.te-l {
	text-align: left;
	padding-left: 7px;
	}

#side #business_hours p.te-r {
	text-align: right;
	padding-right: 12px;
	}
#side #business_hours p.f10 {
	font-size: 10px;
	}
#side #business_hours p.la-5	{
	letter-spacing: -5px;
	}
#side #business_hours p.la-8	{
	letter-spacing: -8px;
	}

/* 各種連絡先リンク用 */
#side #link {
	padding: 0 auto 6px;
	margin: 2px auto 15px;
	font-size: 11px;
	text-align: center;
	}
#side #link a {
	margin: 0px auto;
	}
#side #link img{
	padding: 0px;
	margin: 0px auto;
	}
#side #link.mgb6 {
	margin-bottom: 6px;
	}


/* インフォメーション */
#side #information dl.information {
	background: #fffff0;
	padding: 8px 0px;
	margin: 0px 2px 3px 1px;
	font-size: 11px;
	border-top: 1px solid #6a6;
	}

#side #information dl.information dt {
	padding: 4px 0 0 3px;
	font-size: 14px;
	font-weight: bold;
   	letter-spacing: 1px;
	}

#side #information dl.information dd {
	font-size: 12px;
	padding: 4px 1px 5px 4px;
	line-height: 1.2em;
   	letter-spacing: 1px;
	}

#side #information dl.list:last-of-type {
	border-bottom: 1px solid #6a6;
	margin-bottom: 20px;	
	}


/* 広告 PR */
#side #google_ado {
	padding: 3px 3px;
	}

#sub #A8_net {
	padding: 1px auto;
	text-align: center;
	}

#sub #A8_net_0 {
	margin: 2px auto 5px;
	padding: 1px 0px;
	text-align: center;
	}

#out_pr {
	float: right;
	top: 10px;
	}

#pr_space #A8_net_1 {
	background: #fffffe;
	margin: 2px auto 5px;
	padding: 2px auto;
	text-align: center;
	}


#pr_space #A8_net_1.mgt30 {
	background: #fffffe;
	margin: 30px auto 5px;
	padding: 3px 0px;
	text-align: left;
	}

#pr_space #A8_net_1 img {
	margin: 0px 2px;
	}


#pr_space #google_ado_1{
	background: #fffffe;
	width: 160px;
	margin: 3px auto;
	padding: 3px 0px;
	text-align: center;
	}

#pr_space #google_ado_1 img {
	margin: 0px 0px 0px 2px;
	}

#sub #A8_net_1 {
	background: #fffffe;
	margin: 2px auto 5px;
	padding: 2px auto;
	text-align: center;
	}

#sub #google_ado_1{
	background: #fffffe;
	margin: 3px auto;
	padding: 3px 0px;
	text-align: center;
	}


/*sub,side共通設定
---------------------------------------------------------------------------*/
/*h2見出しタグ設定*/
#sub h2,
#side h2 {
	text-align: center;	
	background: #388922;	
	background: linear-gradient(#7ec26c 10%, #419f27 48%, #388922 65%);		
	padding: 8px 0px;	
	border-radius: 8px 8px 0px 0px;	
	margin-top: 10px;
	margin-bottom: 10px;
   	letter-spacing: 0.1em;
	color: #fff;
	}



#sub h2.menu {
	text-align: center;	
	background: #388922;	
	background: linear-gradient(#55bf33 5%, #45902a 40%, #386c22 53%);		
	padding: 6px 0px;
	font-size: 16px;	
	border-radius: 8px 8px 0px 0px;	
	margin-top: 0px;
	margin-bottom: 8px;
   	letter-spacing: 0.2em;
	color: #fff;
	}




/*段落タグ（p）設定*/
#sub p,
#side p {
	line-height: 1.6;	/*行間を少し狭く*/
}

/*box1設定（sub,sideで使っています）
---------------------------------------------------------------------------*/
/*box1設定*/
#sub .box1,
#side .box1 {
	border: 1px solid #666;
	padding: 8px 7px 10px ;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*box1の中にあるh2タグの設定*/
#sub .box1 h2,
#side .box1 h2 {
	border-radius: 0;	/*角丸をなくす設定*/
}

#sub .box1 p {
	text-align: center;
	}
#sub .box1 p a {
	text-decoration: none;
	}
#sub .box1 p.te-lt {
	text-align: left;
	padding-left: 5px;
	padding-top: 7px;
	}
#sub .box1 p.te-l {
	text-align: left;
	padding-left: 5px;
	}
#sub .box1 p.te-r {
	text-align: right;
	padding-right: 8px;
	}
#sub .box1 p.f14 {
	font-size: 14px;
	}
#sub .box1 p.f13 {
	font-size: 13px;
	}
#sub .box1 p.f12 {
	font-size: 12px;
	}
#sub .box1 p.la-5	{
	letter-spacing: -5px;
	}
#sub .box1 p.la-8	{
	letter-spacing: -8px;
	}
#sub .box1 p.line	{
	padding-bottom: 8px;
	border-bottom: 1px solid #696;
	}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px;	/*メニューブロックの下にあけるスペース*/
	border-bottom: 1px solid #666;	/*下の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;display: block;
	padding: 0 10px;	/*上下、左右のボックス内の余白*/
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
/*h2見出しにsubmenuが続いた場合*/
#sub h2 + .submenu,
#side h2 + .submenu {
	margin-top: -10px;	/*h2見出しの下の余白を相殺する*/
}

/*sub,sideコンテンツ内のおすすめ一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list, #side .list {
	position: relative;
	overflow: hidden;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
	border-top: 1px solid #666;	/*上の線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
}
#sub .list a, #side .list a {
	text-decoration: none;display: block;overflow: hidden;
}
/*最後ボックスの設定*/
#sub .list:last-of-type, #side .list:last-of-type {
	border-bottom: 1px solid #666;	/*下の線の幅、線種、色*/
	margin-bottom: 20px;	/*下に空けるスペース*/
}
/*ボックス内のh4タグ設定*/
#sub .list h4, #side .list h4 {
	font-weight: bold;	/*太字にする設定*/
}
/*ボックス内のp(段落)タグ設定*/
#sub .list p, #side .list p {
	padding: 0 !important;
}
/*ボックス内の写真設定*/
#sub .list figure img, #side .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 30%;		/*写真の幅*/
	margin-right: 10px;	/*写真の右側に空ける余白*/
}
/*h2見出しにlistブロックが続いた場合*/
#sub h2 + .list,
#side h2 + .list {
	margin-top: -10px;	/*h2見出しの下の余白を相殺する*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	margin: -22px -10px 0; 
	padding: 10px 0 8px;
	background:url(../img/bg_dotline.gif) 0 0 repeat-x;
	}

footer .pr {display: block;font-size: 80%;}

/*フッター詳細メニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	background: #79e85b;
	font-size: 80%;
	}
/*１行分の設定*/
#footermenu ul {
	float: left;
	width: 14.66%;		
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#footermenu li {
	padding-top: 3px 2px 2px 2px;
	}

#footermenu li a {
	text-decoration: none;
	}

#footermenu li a:hover {
	padding: 5px 3px 5px 3px;
	color: #de302b;
	transition: 1.0s ;
	border-radius: 3px 3px 3px 3px;
	background: #2bf796;
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	text-decoration: none;
	}



/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footMenu {
	clear: both;
	}

#footMenu ul {
	margin: 2px 5px;
	padding: 2px 10px 0;
	text-align:right;
	}

#footMenu li {
	display:inline;
	margin: 0 0 0 5px;
	list-style:none;
	}

#footMenu li a {
	font-size: 14px;
	padding-left:10px;
	text-decoration: none;
	background: url(../img/bg_santen_b.gif) 0 50% no-repeat;
	}

#footMenu li.home a {
	padding-left:10px;
	background: url(../img/bg_santen_b.gif) 0 50% no-repeat;
	color: #f91;
	}

#footMenu li .last {
	display:inline;
	margin:0 15px 0 0;
	list-style:none;
	}

#footMenu .lastline {
	background:url(../img/bg_dotline.gif) 0 0 repeat-x;
	}


/*コピーライト
---------------------------------------------------------------------------*/
#footer_out {
	clear:both;
	display: block;
	bottom: 0;
	margin: 0 -20px;
	height: 60px;
	background: #0283C4;
	}

#copyright {
	height: 15px;
	background: url(../img/bg_foot.gif) 0 0 repeat-x;
	}

#copyright p {
	padding: 6px 0 0;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	text-align: center;
	}


#footer a{
	text-decoration: none;
	}

#copyright a {text-decoration: none;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;
	margin-bottom: 15px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #222;	/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}

/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	background: #eee;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
	background: #fff;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/

@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;	/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 998;
	position: fixed;
	bottom: 50px;	/*下から50pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: url(../img/arrow.gif) no-repeat center #000;	/*背景色（古いブラウザ用）*/
	background: url(../img/arrow.gif) no-repeat center rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: url(../img/arrow_hover.gif) no-repeat center #999;
	z-index: 999;
}
/*



/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}



/*その他
---------------------------------------------------------------------------*/
.look {background: #333;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #ffcf3e;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}





.la-3	{
	letter-spacing: -3px;
	}
.la-5	{
	letter-spacing: -5px;
	}
.la-8	{
	letter-spacing: -8px;
	}

.1em	{padding-left:1em;
	text-indent:-1em;
	}

.fr-l	{
	overflow: hidden;
	float: left;
	}
.fr-r	{
	overflow: hidden;
	float: right;
	}
.mt15	{
	margin-top: 15px;
	}
.mt20	{
	margin-top: 20px;
	}
.stc	{
	font-weight: bold;
	color: #b00;
	}
.sto	{
	font-weight: bold;
	color: #ff5507;
	}
.str	{
	font-weight: bold;
	color: #880000;
	}
.strb	{
	font-weight: bold;
	color: #bb0000;
	}
.strf	{
	font-weight: bold;
	color: #fe0000;
	}

.pd-t10 {
	padding-top: 10px;
	}
.pd-t15 {
	padding-top: 15px;
	}
.pd-t20 {
	padding-top: 20px;
	}
.pd-tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
	}
.pd-b10 {
	padding-bottom: 10px;
	}
.pd-b15 {
	padding-bottom: 15px;
	}
.fs11	{
	font-size: 11px;
	}
.fs12	{
	font-size: 12px;
	}
.fs13	{
	font-size: 13px;
	}
.fs14	{
	font-size: 14px;
	}
.fs16	{
	font-size: 16px;
	}
.fs17	{
	font-size: 17px;
	}
.fs18	{
	font-size: 18px;
	}
.fs19	{
	font-size: 19px;
	}
.fs20	{
	font-size: 20px;
	}
.b	{
	font-weight: bold;
	}
.f11	{
	font-size: 11px;
	text-decoration: none;
	}
.f12	{
	font-size: 12px;
	text-decoration: none;
	}
.f13	{
	font-size: 13px;
	text-decoration: none;
	}
.f14	{
	font-size: 14px;
	text-decoration: none;
	}
.f15	{
	font-size: 15px;
	text-decoration: none;
	}
.f16	{
	font-size: 16px;
	text-decoration: none;
	}
.f17	{
	font-size: 17px;
	text-decoration: none;
	}
.f18	{
	font-size: 18px;
	text-decoration: none;
	}
.f19	{
	font-size: 19px;
	text-decoration: none;
	}
.f20	{
	font-size: 20px;
	text-decoration: none;
	}










.fl-r {
	float: right;
	}
.fl-l {
	float: left;
	}

.sp_05 {
	letter-spacing: -0.5em;
	}




p.1em	{
	padding-left:1em;
	text-indent:-1em;
	}

p.fr-l	{
	overflow: hidden;
	float: left;
	}
p.fr-r	{
	overflow: hidden;
	float: right;
	}



#main #text2 p.stc {
	font-weight: bold;
	color: #b00;
	}
#main #text2 p.sto {
	font-weight: bold;
	color: #ff5507;
	}
#main #text2 p.str {
	color: #880000;
	}
#main #text2 p.pd-t10 {
	padding-top: 10px;
	}
#main #text2 p.pd-tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
	}
#main #text2 p.pd-b10 {
	padding-bottom: 10px;
	}
#main #text2 p.fs11 {
	font-size: 11px;
	}
#main #text2 p.fs12 {
	font-size: 12px;
	}
#main #text2 p.fs13 {
	font-size: 13px;
	}
#main #text2 p.fs14 {
	font-size: 14px;
	}
#main #text2 p.fs16 {
	font-size: 16px;
	}
#main #text2 p.fs17 {
	font-size: 17px;
	}
#main #text2 p.fs18 {
	font-size: 18px;
	}
#main #text2 p.fs19 {
	font-size: 19px;
	}
#main #text2 p.b {
	font-weight: bold;
	}
#main #text2 p.1em {
	padding-left:1em;
	text-indent:-1em;
	}
#main #text2 p.em13	{
	background: url(../img/bg_santen_b_bb.gif) 0 1px no-repeat;
	padding: 2px 0 0 15px;
	margin: 0 0 0 2px;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1px;
	}
#main #text2 p.ast13	{
	background: url(../img/bg_ast_b13.gif) 0 1px no-repeat;
	padding: 0 0 0 17px;
	margin: 2px 0 0 0;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1px;
	}
#main #text2 p.mg-t10 {
	margin-top: 10px;
	}



#delivery-l-m {
	display: none;
	}

#price-m {
	display: none;
	}


}



/*画面幅1050px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1050px){

/*ヘッダーmessageブロック*/
#message {
	display: none;
	}

/*メインメニューバー文字サイズ縮小*/
#menubar ul li ul li a {
	font-size: 14px;
	letter-spacing: 0.05em;
	}


#main h2 {
	font-size: 17px;
	letter-spacing: 1.0px;
	padding: 5px 8px 3px 15px;
	}
#main h2.yel {
	font-size: 17px;
	letter-spacing: 1.0px;
	padding: 5px 8px 2px 15px;
	}


#delivery-l-m {
	display: none;
	}

#price-m {
	display: none;
	}


}



/*画面幅1040px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1040px){


#message {
	display: none;
	}

}

/*画面幅970px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:970px){


#message {
	display: none;
	}


#delivery-l {
	display: none;
	}
#delivery-l-m {
	display: block;
	}

#price-pc {
	display: none;
	}
#price-m {
	display: block;
	}



}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*メインメニューバー文字サイズ縮小*/
#menubar li a {
	font-size: 16px;
	letter-spacing: 0.1em;
	}

#menubar ul li ul li a {
	font-size: 13px;
	letter-spacing: 0;
	}

#main h2 {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 2px 8px 2px 15px;
	}
#main h2.yel {
	font-size: 15px;
	letter-spacing: 1px;
	padding: 1px 8px 1px 15px;
	}



/*左　サブメニュー*/
#sub {
	min-width: 100px;
}

#sub #submenu h2.menu {
	font-size: 15px;	
   	letter-spacing: 0.1em;
	}
.s-menu p.ac1 {
	font-size: 13px;
	background: url(../img/menu_plus_b.png) 0px 3px no-repeat;  
	}
#submenu ul li ul li a{
	font-size: 13px;
	}


#delivery-l {
	display: none;
	}
#delivery-l-m {
	display: block;
	}

#price-pc {
	display: none;
	}
#price-m {
	display: block;
	}





}

/*画面幅880px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:880px){

/*左　サブメニュー*/

.s-menu p.ac1 {
	font-size: 12px;
	}
#submenu ul li ul li a{
	font-size: 12px;
	}


#delivery-l {
	display: none;
	}
#delivery-l-m {
	display: block;
	}

#price-pc {
	display: none;
	}
#price-m {
	display: block;
	}



}

/*画面幅850px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:850px){

/*左　サブメニュー*/

#sub #submenu h2.menu {
	font-size: 14px;	
   	letter-spacing: 0.1em;
	}
.s-menu p.ac1 {
	font-size: 11px;
	}
#submenu ul li ul li a{
	font-size: 11px;
	}


#delivery-l {
	display: none;
	}
#delivery-l-m {
	display: block;
	}

#price-pc {
	display: none;
	}
#price-m {
	display: block;
	}



}




/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ロゴのサイズ変更*/
header #logo {
	width: 220px;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 12px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
	}

/*ヘッダー右側の電話番号非表示*/
#contact {
	display: none;
	}

/*電話アイコン表示*/
#tel-s {
	display: block;
	position: absolute;
	top: 9px;	/*上から24pxの場所に配置*/
	right: 72px;	/*右から2%の場所に配置*/
	}

/*PC Sub Menu 非表示*/
#submenu {
	display: none;
	}

/*2カラム 全体表示*/
#contents-c2 {
	width: 100%;
	}

/*営業時間非表示*/
#business_hours {
	display: none;
	}

/*スマホ用営業時間表示*/
#business_hours-s {
	display: block;
	position: absolute;
	top: 64px;	
	left: 10px;
	}

/*営業時間案内*/
#sub.box1.pc {display: none;}

#sub_business_hours-s {
	display: block;
	border: 1px solid #666;
	padding: 8px 7px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

#sub_business_hours-s p	{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	padding: 2px 20px;
	}
#sub_business_hours-s p.fs13	{
	font-size: 13px;
	letter-spacing: 1.5px;
	}
#sub_business_hours-s p.top {
	padding-top: 10px;
	}
#sub_business_hours-s p.line	{
	padding-bottom: 10px;
	border-bottom: 1px solid #696;
	}

#sub_business_hours-s p a {
	text-decoration: none;
	}


#navi {
	margin: -32px 8px 2px 5px;
	}


/*左　サブメニュー*/
#sub #submenu h2.menu {
	font-size: 16px;	
   	letter-spacing: 0.1em;
	}
.s-menu p.ac1 {
	font-size: 14px;
	}
#submenu ul li ul li a{
	font-size: 14px;
	}




/*フッター詳細メニュー　ボックス全体*/
#footermenu {
	clear: both;
	overflow: hidden;
	padding: 20px 5px 20px 8px;
	background: #79e85b;
	font-size: 103%;
	}
/*１行分の設定*/
#footermenu ul {
	float: left;
	width: 31.33%;		
	padding-right: 1%;
	padding-left: 1%;
	}

#footermenu li {	
	padding-top: 7px;
	padding-bottom: 9px;
	}

#footermenu a {
	text-decoration: none;
	}


/*フッターメニュー */
#footMenu ul {
	margin: 5px 5px;
	padding: 5px 10px;
	text-align: left;
	}

#footMenu li {
	display: block;
	margin: 10px 0 10px 5px;

	}






#main h2 {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 2px 8px 2px 15px;
	}
#main h2.yel {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 1px 8px 1px 15px;
	}


#delivery-l {
	display: block;
	}
#delivery-l-m {
	display: none;
	}

#price-pc {
	display: block;
	}
#price-m {
	display: none;
	}







/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 100px;	/*上から100pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	z-index: 10;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;
	text-decoration: none;
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: rgba(0,0,0,0.8);	/*背景色*/
	font-size: 20px;
	color:#fff;
	}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}


/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 22px;	
	right: 2%;	
	border: 1px solid #000;	
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../img/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../img/icon_menu.png) no-repeat center bottom/50px;
}





/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
}

/*sub,sideコンテンツ内のおすすめ一覧ブロック
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#sub .list figure img, #side .list figure img {
	width: 20%;		/*写真の幅*/
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side,body.s-n #footermenu {display: none;}
.sh {display:block;}
.pc {display:none;}

}




/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){



#delivery-l {
	display: none;
	}
#delivery-l-m {
	display: block;
	}

#price-pc {
	display: none;
	}
#price-m {
	display: block;
	}



}





/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
/*mainコンテンツのh2,h3タグ設定*/
#main h2 {
	font-size: 16px;	/*文字サイズ*/
}
#main h2.yel{
	font-size: 16px;	/*文字サイズ*/
}
#main h3 {
	font-size: 16px;	/*文字サイズ*/
}

---------------------------------------------------------------------------*/
/*mainコンテンツのh4,h5,h6,h7,h8,h9,pタグ設定*/

h6	{
	font-size: 14px;
	line-height: 19px;
	}
#main h4 {
	padding: 3px 15px;
	font-size: 14px;
	}
#main #text2 p {
	padding: 4px 0;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1.5px;
	}

#main #text2 p.fs17 {
	font-size: 15px;
	line-height: 25px;
	}

#main #text2 p.fs18 {
	font-size: 16px;
	line-height: 25px;
	}



/*スマホ用営業時間表示*/
#business_hours-s {
	display: block;
	position: absolute;
	top: 55px;	
	left: 10px;
	}

#navi {
	margin: -22px 8px 2px 5px;
	}


/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}


/*PC用非表示設定
---------------------------------------------------------------------------*/
/*フッター詳細メニュー　ボックス全体*/
#footermenu {
	clear: both;
	overflow: hidden;
	padding: 20px 8px;
	background: #79e85b;
	font-size: 110%;
	}
/*１行分の設定*/
#footermenu ul {
	float: left;
	width: 48.00%;		
	padding-right: 1%;
	padding-left: 1%;
	}

#footermenu li {	
	padding-top: 7px;
	padding-bottom: 9px;
	}

#footermenu a {
	text-decoration: none;
	}



/*PC用非表示設定
---------------------------------------------------------------------------*/

#delivery-l {
	display: none;
	}
#delivery-l-m {
	display: block;
	}

#price-pc {
	display: none;
	}
#price-m {
	display: block;
	}


/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}


.fs16	{
	font-size: 14px;
	}
.fs17	{
	font-size: 15px;
	}
.fs18	{
	font-size: 16px;
	}
.fs19	{
	font-size: 17px;
	}
.fs20	{
	font-size: 18px;
	}


}

.cla	{
	clear: both;
	}
