@charset "utf-8";



/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	background:url(../images/bgold.jpg) repeat;
}
h1,h2,h3,h4,h5,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: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #62c7b5;				/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}

/*コンテナー（ホームページ全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {overflow-x: hidden;}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
header {
	max-width: 1200px;	/*最大幅。#menubar、.contents、#pagetopと数字を合わせる*/
	position: relative;z-index: 1;
	margin: 0 auto;
	height: 100px;	/*ヘッダーの高さ*/
	text-align: center;	/*内容をセンタリング*/
}
/*ロゴ画像*/
#logo img {
	width: 550px;	/*画像幅*/
	padding-top: 15px;	/*画像の上にあける余白*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	max-width: 1200px;	/*最大幅。#header、.contents、#pagetopと数字を合わせる*/
	width:100%;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	background: rgba(94,80,57,0.9);/*背景色。255,255,255は白の事で、最後の0.9は透明度90%の事。*/
	height: 45px;		/*メニューブロックの高さ。ここを変更する場合、fixmenu.cssの「body.is-fixed .header」も変更する。*/
	padding: 10px 0;	/*上下、左右へあける余白。ここの10pxの数字を変更する場合、fixmenu.cssの「body.is-fixed .header」も変更する。*/
	font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	/*フォント指定*/
	color: #483f2a;
	color:rgba(244,241,241,1.00);
/*	background:rgba(94,80,57,0.8);
*/	
}
/*トップページのメニューブロックの設定*/
#top #menubar {
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 2px 5px 8px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の0.2は透明度20%の事。*/
	box-shadow: 2px 5px 8px rgba(0,0,0,0.2);			/*同上*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 15.7%;	/*メニュー幅（※６個の場合）*/
	width: 13.5%;	/*メニュー幅（※７個の場合）*/
		  height: 45px;		/*メニューブロックの高さ。ここを変更する場合、fixmenu.cssの「body.is-fixed .header」も変更する。*/
/*-webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;*/
}
#menubar li a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 45px;	/*行間（高さ）*/
	border-right: 1px dashed #ccc;	/*右側の線の幅、線種、色*/
	color:rgba(244,241,241,1.00);
	font-size:120%;

}
/*１個目メニューの設定*/
#menubar li:first-child {
	margin-left: 2.8%;	/*左側にバランスよく余白を入れる*/
}
#menubar li:first-child a {
	border-left: 1px dashed #ccc;	/*左側の線の幅、線種、色*/
}
/*マウスオン時と、現在表示中(current)設定*/
#menubar li a:hover,
#menubar li.current a {
	color: #fff;	/*文字色*/
	background: #62c7b5;
	background:#321D0C;
}
/*小さい端末用(画面幅800px以下)メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}



.top01 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -165px;	/*style.cssのheaderのheight(100px)と、#menubarのheight(45px)とpadding(10px+10px)の合計を設定する。※ここのマイナス記号はつけたままに。*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	background: url(../images/sample_0001.jpg) repeat;
	height:auto;
}



/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	max-width: 1200px;	/*最大幅。#header、#menubar、#pagetopと数字を合わせる*/
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}
/*h2タグ*/
.contents h2 {
	clear: both;
	margin-bottom: 15px;
	padding: 8px 20px;	/*上下、左右への余白*/
	background:rgba(62,51,35,0.8);
	color: #fff;	/*文字色*/
	border-radius: 5px;
	font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	/*フォント指定*/
}



.contents02 {
	clear: both;
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0 0;
}
/*h2タグ*/
.contents02 h2 {
	clear: both;
	margin-bottom:10px;
	background:rgba(62,51,35,0.8);
	color: #fff;	/*文字色*/
		font-family:"メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: url(../images/haikei01.jpg) repeat-x;
/*	min-height:100px;
*/	padding:1% 0;
	text-align:center;
	font-size:160%;
	font-weight:normal;
	position: static;
}


.contents03 {
	clear: both;
	width:80%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 10%;
}
/*h2タグ*/
.contents03 h2 {
	clear: both;
	margin-bottom:10px;
	background: #5E5039;	/*背景色（古いブラウザ用）*/
	color: #fff;	/*文字色*/
		font-family:"メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: url(../images/haikei01.jpg) repeat-x;
	min-height:100px;
	padding:4% 0;
	text-align:center;
	font-size:180%;
	font-weight:normal;
	position: static;
}



/*h3タグ*/
.contents h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 6px 20px;	/*上下、左右への余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 10px;		/*角丸のサイズ*/
	font-size:100%;		font-family:"メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}
/*h3タグのタイプ違い（MENUページのh3見出しに使用）*/
.contents h3.type2 {
	border: none;
font-family:"メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
color:#4D2C11;
border-left:10px solid #4D2C11;
border-radius:0;
	font-size:150%;	line-height: 1.3 !important;
	padding:3px 10px;	/*上下、左右への余白*/
	margin:2%　0;
	border-bottom:dotted 1px #4D2C11;
}
/*見出しのタイプ違い設定（トップページの挨拶で使っている大きな見出し）*/
.type1 {
	background: none !important;
	border-radius: 0 !important;
	color: #5E5039 !important;
	line-height: 1.3 !important;
	font-weight: normal !important;
	font-size: 40px !important;
	text-align: center !important;
	border: none !important;
	border-bottom: 1px dashed #5E5039 !important;
	margin-bottom: 20px !important;
	letter-spacing: 0.2em !important;
	text-shadow: 8px 8px #ddd !important;
}
/*段落タグ*/
.contents p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -5px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*メインコンテンツブロック*/
.main {
	float: right;	/*右に回り込み*/
	width: 75%;		/*ボックス幅*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
.sub {
	float: left;	/*左に回り込み*/
	width: 20%;	/*幅*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	padding-bottom: 10px;
	background: none;
	padding: 0;
	color: #666;
}
/*subコンテンツのh2タグの１文字目への設定*/
.sub h2::first-letter {
	border-left: 3px solid #b5b5b5;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	padding: 20px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f7f7f7;	/*背景色*/
	border: solid 1px #e4e4e4;	/*線の線種、幅、色*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*box1内のメニューの設定*/
.sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	max-width: 1200px;	/*最大幅。#header、#menubar、.contentsと数字を合わせる*/
	margin: 0 auto;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 0px 30px;	/*上下、左右へのボックス内余白*/
	background:#3E3323;	/*背景色*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #62c7b5;
	background: url(../images/foot_bg.png) repeat;
	color: #fff;			/*文字色*/
	text-align: center;
	padding:5% 0;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: 110px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	width: 31%;	/*ボックスの幅*/
	text-align: center;	/*内容をセンタリング*/
	float: left;
	margin: 0 0 15px 0%;	/*上、右、下、左へのボックスの外側へとるスペース*/
	font-size: 12px;
}
/*画像の設定
.list figure img {
	border-radius: 50%;	角丸のサイズ。配置画像が正方形であれば円形になります。\
}
*/
.contents03 .list {
	width: 30%;	/*ボックスの幅*/
	text-align: center;	/*内容をセンタリング*/
	float: left;
	margin: 0 0 15px 3%;	/*上、右、下、左へのボックスの外側へとるスペース*/
	font-size: 12px;
}
/*COUPONページ
---------------------------------------------------------------------------*/
/*ボックス*/
#coupon {
	position: relative;
}
/*段落タグ*/
#coupon p {
	position: absolute;
	left: 5%;	/*ボックスに対して左から5%の場所に配置*/
	top: 35%;	/*ボックスに対して上から35%の場所に配置*/
	width: 45%;	/*ボックスの幅*/
	color: #fff;	/*文字色*/
	text-shadow: 0px 0px 10px #000;	/*テキストの影*/
}

/*テーブル ta1
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 96%;
	margin: 0 2% 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;		/*左よせ*/
	background: #eee;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}

/*テーブル ta2
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	width: 96%;
	margin: 0 2% 15px;
	border-top: 1px dashed #ccc;	/*上の線の幅、線種、色*/
}
.ta2 tr:nth-child(odd) {
	background: #f7f6f3;	/*奇数番目の行にだけ色をつける。古いブラウザは未対応。*/
}
.ta2 td,
.ta2 th {
	padding: 10px;	/*ボックス内の余白*/
	border-bottom: 1px dashed #ccc;	/*下の線の幅、線種、色*/
}
/*一番左の列の設定。メニュータイトルが入っている所。*/
.ta2 th {
	width: 200px;	/*幅*/
	text-align: left;	/*左寄せ*/
	vertical-align: middle;	/*文字を上に寄せる*/
	text-align:center;
}
/*写真用*/
.ta2 img.menu-img {
	width: 250px;	/*画像の幅*/
	border-radius: 5px;	/*角丸のサイズ。この行を削除すれば通常の四角形になります。*/
	float: right;
}
/*価格用*/
.ta2 .price {
	white-space: nowrap;	/*途中で改行させない設定*/
	font-weight: bold;		/*太字*/
	text-align: right;		/*右寄せ*/
}

/*MENUページのページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 10px;
	text-align: center;
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(../images/arrow1.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(../images/arrow1.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}

/*一覧ページのボックスのマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 100px;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 100px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.p3p {padding: 3%;}
.pt70 {padding-top: 70px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #62c7b5 !important;}
.color2 {color: #1C00EF;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.w30p {width: 30% !important;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fr {float: right;margin-left: 1%;margin-bottom: 15px;width: 30%;
border-radius:2%;}
.fl {float: left;margin-right: 2%;margin-bottom: 15px;width: 30%;
border-radius:2%;}

.big1 {font-size: 30px;letter-spacing: 0.2em;}
.big2 {font-size:120%; font-weight:bold;letter-spacing: 0.2em;}

.mini1 {font-size:100%;
}
.mini2 {font-size: 90%;
}
.sh {display: none;}
.dn {display: none;}
.mt-top {margin-top: -170px !important;}
.fs1 {font-size: 18px;}
.menu-top {text-align: right;}
.dot{
	border-bottom:#ccc dotted 2px;
	margin-bottom:2%;
}

.red{
	color:#D5373A;
	font-weight:bold;
}

.sns_ico{
	 float:right; 
	 margin:1%;
	 margin-left:0%;
 }
 
.sns_ico2{
	 float:right; 
	 margin:1% 0;
	 margin-right:1%;

 }
 #table01{
		width:100%;
 }
 
#table01 tr	{  border-bottom: 1px solid #ddd; }
#table01 tr:first-child th	{ border-top: 1px solid #ddd;border-bottom: 1px solid #ddd; }
#table01 tr:nth-child(odd) {
	background: #f7f6f3;	/*奇数番目の行にだけ色をつける。古いブラウザは未対応。*/
}


.w50_l{
	float:left;
	width:49%;
	padding:1%;
	padding-left:0;
}



.w50_r{
	float:right;
	width:49%;
	padding:1%;
	padding-right:0;
}




/*ギャラリー全体のコンテナー*/
/* .flickSlider
--------------------------- */
.flickSlider {
    margin: 0 auto;
    text-align: left;
    display: none;
}
 
/* .flickView
--------------------------- */
.flickSlider .flickView {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.flickSlider .flickView ul {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.flickSlider .flickView ul li {
    width: 100%;
    float: left;
    display: inline;
    overflow: hidden;
}
.flickSlider .flickView ul li img {
    width: 100%;
}
 
/* .flickThumb
--------------------------- */
.flickSlider .flickThumb {
    width: 100%;
    overflow: hidden;
}
.flickSlider .flickThumb ul {
    width: 110%;
}
.flickSlider .flickThumb ul li {
    float: left;
    cursor: pointer;
    display: inline;
}
.flickSlider .flickThumb ul li img {
    width: 100%;
}
.flickSlider .flickThumb ul li.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* sideNavi
------------------------- */
.flickSlider .btnPrev,
.flickSlider .btnNext {
    top: 0;
    width: 5%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.flickSlider .btnPrev {
    left: 0;
    background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
 
.flickSlider .btnNext {
    right: 0;
    background: #ccc url(../img/btnNext.png) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.flickSlider .flickView ul:after,
.flickSlider .flickThumb ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.flickSlider .flickView ul,
.flickSlider .flickThumb ul {
    display: inline-block;
    overflow: hidden;
}







.tel-link {
color: #06F;
font-size: 16px;
font-weight: bold;
}



/******sスマホ対応テーブル******/
section table	{ width: 100%; }
section th, section td	{ padding: 10px; border: 1px solid #ddd; }
section th	{ background: #f4f4f4; }

/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
.demo01{ 
	width: 80%;
	margin: 0 10% 15px 10%;
	border-top: 1px dashed #ccc;
/*text-align:center; 
*/}

.demo01 th	{ width: 30%; text-align: left; }
.demo01  tr:nth-child(odd) {
	/*background: #f7f6f3;*/	/*奇数番目の行にだけ色をつける。古いブラウザは未対応。*/
}


@media only screen and (max-width:480px){
    .demo01	{ margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
		width: 100%;
		display: block;
		border-top: none;
    }
	.demo01 tr:first-child th	{ border-top: 1px solid #ddd; }
	.demo01{ 
	width: 90%;
	margin: 0 ;
	padding:0 5%;
	
}
}


/*----------------------------------------------------
	.demo02
----------------------------------------------------*/
.demo02 th	{ width: 30%; text-align: left; }

@media only screen and (max-width:480px){
    .demo02	{ margin: 0 -10px; }
    .demo02 th,
    .demo02 td{
		width: 100%;
		display: block;
		border-top: none;
    }
	.demo02 tr:first-child th	{ border-top: 1px solid #ddd; }





.kaisha {
width: 80%;
margin:0 10%;}}
.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding:8px;
text-align:center;

}
.kaisha th {
font-weight: bold;
background-color:#f7f6f3;
font-size:120%;
}
@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}

}

/******スマホ対応テーブル******/


.w50_l{
	float:left;
	width:49%;
	padding:1%;
	padding-left:0;
}



.w50_r{
	float:right;
	width:49%;
	padding:1%;
	padding-right:0;
}




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

/*全体の幅を一括設定
---------------------------------------------------------------------------*/
header,#menubar,.contents,#pagetop {
	margin: 0 3%;
}

}



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

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar-s {
	display: block;	/*小さい端末用(画面幅800px以下)メニューを非表示から表示に切り替える*/
	position: relative;z-index: 3;
	padding-top: 20px;
}
#top #menubar-s {
	margin-top: -130px;	/*上の「.mt-top」の数字と合わせる*/
	}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;
	width: 48%;		/*幅*/
	margin: 0 1% 10px 1%;	/*上、右、下、左へ、メニューの外側に空けるスペース*/
}
#menubar-s li a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 50px;		/*行間（高さ）*/
	border: 1px solid #666;	/*枠線の幅、線種、色*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*大きな端末用(画面幅801px以上)メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	z-index: 4;
	position: absolute;
	top: 1px;		/*上から25pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}




#top #menubar_hdr {
	border: 1px solid #fff;	/*トップページでの枠線の幅、線種、色*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;			/*バー同士の余白*/
}
#top #menubar_hdr span {
	border-top: 3px solid #fff;	/*トップページでの枠線の幅、線種、色*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
/*見出しのタイプ違い設定（トップページの挨拶で使っている大きな見出し）*/
.type1 {
	font-size: 40px !important;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}

/*トップページ内「更新情報・お知らせ」ブロック
section#new h2.open {
	background: rgba(62,51,35,1.0) url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: rgba(62,51,35,1.0) url(../images/btn_plus.png) no-repeat right center/34px 34px;
}
---------------------------------------------------------------------------*/
/*テーブル ta2
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	font-size: 14px;
}
/*一番左の列の設定。メニュータイトルが入っている所。*/
.ta2 th {
	width: 150px;	/*幅*/
}
/*写真用*/
.ta2 img.menu-img {
	width: 150px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub {display: none;}
.pt70 {padding-top: 0px;}

}



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

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
header {
	text-align: left;	/*内容を左寄せに変更*/
}
/*ロゴ画像*/
#logo img {
	width: 320px;	/*画像幅*/
	padding-top: 53px;	/*画像の上にあける余白*/
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	width: 33%;	/*ボックスの幅*/
}

.contents03 .list {
	width: 100%;	/*ボックスの幅*/
	text-align: center;	/*内容をセンタリング*/
	clear:left;
	margin: 0 0 15px 3%;	/*上、右、下、左へのボックスの外側へとるスペース*/
	font-size: 12px;
}
/*COUPONページ
---------------------------------------------------------------------------*/
/*段落タグ*/
#coupon p {
	left: 0%;
	width: 90%;
}

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

/*テーブル ta2
---------------------------------------------------------------------------*/
/*写真用*/
.ta2 img.menu-img {
	float: none;
	display: block;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}
.fr,.fl {float: none;margin: 0;margin-bottom: 10px;width: 100%;}
.sh {display: block;}
.pc {display: none;}
.contents02 h2 {
	clear: both;
		font-family:"メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		height:100%;
	text-align:center;
	font-size:200%;
	background-image:none;
	background:rgba(62,51,35,0.8);
}


.sns_ico {
	padding-top:28%; }
 .sns_ico2{
	padding-top:28%; }

}


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

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

/*トップページ以外のメイン画像。
#subimgのcss設定はここのみです。あまりに画像が細長くなるので、一旦幅を200%にして中央のみ切り抜いています。
細長いまま全体を出したいならここのブロック全部削除して下さい。
---------------------------------------------------------------------------*/
#subimg {
	width: 200%;
	position: relative;
	left: -50%;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding: 10px 0;
}
/*見出しのタイプ違い設定（トップページの挨拶で使っている大きな見出し）*/
.type1 {
	font-size: 20px !important;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	padding: 10px;	/*メニュー内の余白*/
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	width: 100%;	/*ボックスの幅*/
}

/*テーブル ta2
---------------------------------------------------------------------------*/
.ta2 td,
.ta2 th {
	padding: 3px;	/*ボックス内の余白*/
}
/*一番左の列の設定。メニュータイトルが入っている所。*/
.ta2 th {
	width: 100px;
}

/*MENUページのページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: left;
}
ul.navmenu li {
	display: block;
	padding: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.fs1 {font-size: 14px;}


/*カルーセル部分
---------------------------------------------------------------------------*/

.memoA{
	width:100%;
	clear:left;
}


.carrB{
	width:100%;
	clear:right;
}

.w50_l{
	clear:left;
	width:100%;
	padding:0%;
}



.w50_r{
	clear:right;
	width:100%;
	padding:0%;
}


}










.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}









/*  ↓あとからつけたしｃｓｓ↓　
---------------------------------------------------------------------------*/


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
/*.slick-prev:before
{
    content: '竊�';
}
[dir='rtl'] .slick-prev:before
{
    content: '竊�';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
*/

/*Dots 
---------------------------------------------------------------------------*/
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '?';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* slider 右写真カルーセル
---------------------------------------------------------------------------*/

.memoA{
	width:58%;
	float:left;
	vertical-align: text-top;
	padding:0 1% 2% 0;
}


.carrB{
	width:40%;
	float:right;
}


.slider img {
	width: 100%;
	height: auto;
}

.thumb-item {
	max-width: 640px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.thumb-item-nav {
	max-width: 640px;
	margin: 0 auto;
	cursor:pointer;
}
.thumb-item-nav li{
	margin: 3px;
	width:30%;
}


.thumb-item-nav .slick-next {
	left: -200px;
	z-index: 99;
}
.thumb-item-nav .slick-prev {
	left: -20px;
	z-index: 100;
}

.slick-prev:before,
.slick-next:before {
	color: #000;
}



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



/*カルーセル部分
---------------------------------------------------------------------------*/

.memoA{
	width:100%;
	clear:left;
}


.carrB{
	width:100%;
	clear:right;
}




}


table.type04 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px dashed #ccc;
	width:60%;
	margin: 1% 20%;
	
}
table.type04 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dashed #ccc;
	text-align: center
}
table.type04 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dashed #ccc;
}



@media only screen and (max-width:480px){
    .type04	{ margin: 0 -10px; }
    .type04 th,
    .type04 td{
		width: 100%;
		display: block;
		border-top: none;
    }
	.type04 tr:first-child th	{ border-top: 1px solid #ddd; }
	.type04{ 
	width: 90%;
	margin: 0 ;
	padding:0 0%;
	
}
	.type04 img{
		width:80%;
	}
}




/*** レスポンシブテーブルデザイン ***/
.shokai{
  width:70%;
/*  border: 2px solid #d6ceb4;
*/  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
 margin: 0 15%;
}
 
.shokai th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width:13%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-size: 98%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}
 
.shokai td{
padding: 5px 5px;
text-align: left;
vertical-align: top;
color: #595960;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}/* end */


.box8 {
    padding: 0.5em 1em;
   /* margin: 2em;*/
    background: #fff8e8;
  /*  border: dashed 2px #ffc06e;*//*点線*/
}
.box8 p {
    margin: 0; 
    padding: 0;
}


.boxA {
	
/*    padding: 1em;
*/	font-size: 95%;
	text-decoration: underline;
	text-align: center;
/*	color:#2A25AC;*/
	font-size:14px; 
	color:#ff0000;
	/*color:#FF6600;*/
   /* margin: 2em;*/
  /*  border: dashed 2px #ffc06e;*//*点線*/
}

.type7{
  font-size: 36px;
}


