@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	/*background: url(../common/bg.jpg);	/*背景画像の読み込み（古いブラウザだとこの壁紙のみが出ます）*/
	/*background: url(../common/bg_tsubaki.png) no-repeat center -100px fixed, url(../common/bg.jpg);	/*背景画像(楓＋壁紙)の読み込み*/
	margin: 0px;
	padding: 0px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
.list-disc {
  list-style-type: disc;
}
.list-disc li {
 margin-top: 20px;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.br-sp {
  display: none;
}

/*文字（全般）設定
---------------------------------------------------------------------------*/
.font-red {
  color: #DB0000;
}
.font-em08 {
	font-size: 0.8em
}
.font-em12 {
	font-size: 1.2em
}
.font-em15 {
	font-size:1.5em
}
.font-em22 {
	font-size:2.2em
}
a[href*="tel:"] { /*電話番号のタップ　スマホのみ*/
        pointer-events: none;       
        text-decoration: none;
		color:#000 !important;
    }
.tel {
    font-size: 1.6em;
    text-align: center;
}
.add a {
  color: #3B41BC;
  pointer-events: none;
}
.hosoku {
  line-height: 150% !important;
  padding-left:1em !important;
	text-indent:-1em;
  margin-bottom: 10px;
}
/*box1
---------------------------------------------------------------------------*/
.box1 {
	box-sizing: border-box;
	width: 50%;
	border: solid #aaa 1px;
	padding: max(36px,2vw);
	margin: 5%
}
.box1-night {
	box-sizing: border-box;
	width: 55%;
	border: solid #aaa 1px;
	padding: 3%;
	margin: 0;
}
.box2 {
	box-sizing: border-box;
	width: 76%;
	border: solid #aaa 1px;
	padding: 3%;
	margin: 5%
}
.boxA {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.boxA .boxA-title {
    font-size: 1.2em;
    background: #E05735;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.boxA p {
    padding: 15px 20px;
    margin: 0;
}
.boxA ul {
    list-style-type: disc;
    padding-left: 2.2em;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	/*width: 1200px;	/*コンテナー幅*/
	max-width: 1200px;
	margin: 0px auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	/*height: 80px;	/*ヘッダーの高さ*/
	/*width: 100%;*/
	max-width: 1200px;
	position: relative;
	z-index: 10;
}
/*h1タグの設定*/
header h1 {
	font-size: 12px;	/*文字サイズ*/
	line-height: 20px;	/*行間*/
	position: absolute;
	top: 12px;			/*ヘッダーブロックに対して上からの位置に配置*/
	right: 24px;			/*ヘッダーブロックに対して右からの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。*/
	color: #FFF;	/*文字色*/
	text-align:right;
	font-weight:bold;
}

header #logo a {
	display: block;
	position: absolute;
	width: 130px;	/*幅*/
	left: 100px;	/*ヘッダーブロックに対して左からの位置に配置*/
	top: 8px;	/*ヘッダーブロックに対して上からの位置に配置*/
	text-align: center;
	background: #eee;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../common/logo_bg.png) , -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));	/*背景画像の読み込みとグラデーション*/
	background: url(../common/logo_bg.png) , -webkit-linear-gradient(#fff, #ccc);	/*同上*/
	background: url(../common/logo_bg.png) , linear-gradient(#fff, #ccc);			/*同上*/
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.5);	/*影の設定。右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0 10px 15px rgba(0,0,0,0.5);			/*同上*/
	padding: 30px 0px 30px;	/*上、左右、下へのボックス内の余白*/
}
header #logo-s a {
	display: none;	/*スマホ用のロゴを表示させない設定*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	/*clear: left;
	padding: 20px;*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	/*float: left;	
	width: 100%;	
	padding-bottom: 30px;*/
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	width: 100%;
	clear: both;
	font-size: 100%;
	color: #000;		/*文字色*/
	padding: 7px 15px;	/*左から、上下、左右への余白*/
	/*background: #305005;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#3ba90a), to(#305005));	/*背景画像の読み込みとグラデーション*/
	/*background: -webkit-linear-gradient(#3ba90a, #305005);	/*同上*/
	/*background: linear-gradient(#3ba90a, #305005);			/*同上*/
	/*border-bottom: 3px solid #cd2a0a;	/*下線の幅、線種、色*/
}
#new h2 {
	width: 100%;
	clear: both;
	font-size: 1.2em;
	color: #000;
	padding: 18px 15px;
	margin-bottom: 10px;
    background-color: #e0c935;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	font-size: 100%;
	padding: 4px 15px;	/*左から、上下、左右への余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;
	line-height: 240%;
}

/*menu.html内のメニュー案内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
	margin-bottom: 15px;	/*ボックス間のスペース*/
	padding: 20px;			/*ボックス内の余白*/
	border-radius: 10px;	/*角丸のサイズ*/
	background: #FFF;		/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	position: relative;
	overflow: hidden;
	color: #333;	/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;		/*画像を左へ回り込み*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 30%;			/*写真の幅*/
	height: auto;		/*写真の高さ*/
	border: 1px solid #ccc;	/*線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 100%;
	color: #3ba90a;		/*文字色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #3ba90a;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}
/*menu内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;	/*メニューテキストをセンタリング*/
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(../common/arrow.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(../common/arrow.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}
/*Facebook
---------------------------------------------------------------------------*/
.facebook_wrap{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
 
.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 740px !important;
  text-align: center;
}

/*画像ギャラリー
---------------------------------------------------------------------------*/
.gallery img {
	margin:4px 1px ;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	/*background: rgba(224,200,53,0.2);
	border-top: 1px solid #e0c935;*/
	padding: 15px 0px;
	margin-top: 40px;
	background-image: url(../common/footer_bg.png);
}
/*
footer .pr {
	display: block;
	font-size: 80%;
}
*/
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-top: 4px;
	margin-bottom: 15px;
	border-top: 4px solid #e0c935;
	background-color: #FFFcEa;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 680px;	
	width: 100%;
  background-color: #fff;
  padding-left: 15px;
  margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
	margin-bottom: 10px;
	padding-bottom: 18px;
}
#new dd img {
	vertical-align: middle;
}
#new ti {
	font-size: 1.2em;
	font-weight:bold;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;	/*幅*/
	padding: 10px;
	text-align: center;
	background: #111;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}

/*inputボタンの設定 ---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

/*　ページトップ　スクローラー　---------------------------------------------------------------------------*/
#pageTop {
	background: rgba(80, 80, 80, 0.5);
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: none;
	color: #fff;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 100px;
    height: 80px;
    line-height: 80px;
    font-size: 13px;
	border-radius: 8px;
	z-index:101;
    transition: background-color 0.3s linear 0.1s;
}
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
}
#pagetop a:hover {
	/*border: 1px solid #FFF;*/
	color: #fff;			/*文字色*/
	background-color: #363;
	opacity:0.8;
}
  
/*「おすすめ」表示 ---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*「人気」表示 ---------------------------------------------------------------------------*/
.ninki {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #ff7700;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*その他 ---------------------------------------------------------------------------*/
.look {
	background: #333;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #3ba90a;
}
.big1 {
	font-size:2em;
}
#font_tel { font-size: 2em;
}
#font_tel a { color: #CF0;
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
/*#font_tel a:hover {
	color: #3ba90a; animation:
}*/
/*-------button-------*/
.button {
	width:200px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:20px;
    color:#fff;
    background-color:#3ba90a;
    border-radius:10px;
	
	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
	border:10px solid #0C0;
	padding:20px;
	background-color: #0C0;
	border-radius:10px;	
}

/*
.pr {
	font-size: 10px;
}
*/
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.vam {
	vertical-align: middle;
}
figcaption {
	font-size: 11px;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 5px;
}
img {
	max-width: 100%;
	height: auto;
}
img.wa{
	height: auto;
	width: 100%;
}
iframe {
	width: 100%;
} 
#menubar_hdr {
	display: none;
}
img.fl {
	margin: 0px 10px 10px 0px;
	float: left;
}
img.fr {
	margin: 0px 0px 10px 10px;
	float: left;
}

/*------------------------------------------ トップページ　------------------------------------------*/
#top_about {
	background-image: url(../common/bg_washi_a.jpg);
	background-size:50% auto;
	border-top: 4px solid #e0c935;
	border-bottom: 4px solid #e0c935;
	clear: both;
	margin-top: 100px;
	/*text-align:center;*/
	/*height: 460px;*/
}
#top_about_en {
	background-image: url(../common/bg_washi_a.jpg);
	background-size:50% auto;
	border-top: 4px solid #e0c935;
	border-bottom: 4px solid #e0c935;
	clear: both;
	margin-top: 30px;
	/*text-align:center;*/
	/*height: 460px;*/
}
#top_about_en p {
  font-size: 0.8em;
  line-height: 150%;
}
#top_about img {
	max-width: 80%;
}
#top_sh {
	margin-top: 100px;
	margin-bottom: 80px;
}
.text-space30 {
letter-spacing: 30px;
}
#img_boss {
	margin-top: 112px;
}
.touten {
	visibility: hidden;
}
#top_ti_box {
	position: absolute;
	top: 30px;
	left: 2em;
	/*right: 50%;*/
	background-image: url(../common/ti_bg.png);
	background-repeat: no-repeat;
	width: 136px;
}
.touten2 {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-orientation: upright;
	font-size: 36px;
	margin-top: 14px;
}
#top_text_box {
	display:block;
	padding: 50px;
	-ms-padding: 0px;
	height: 460px;
}
#top_text_box p {
	line-height: 4;
	padding: 0;
}
.upright {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	/*text-orientation: upright;*/
	font-size: 17px;
	text-align:left;	
	width:100%;
	float: right;
}
.sig {
	position: absolute;
	bottom: 40px;
	right: 0;
}
.sig2 {
	visibility: hidden;
}
#boss p {
	padding-bottom: 0;
}

#fb {
	margin: 40px auto;
}
#ads {
	padding: 80px;
	margin-bottom: 100px;
	background-image: url(../common/bg_washi_a.jpg);
}
#map h4 {
	border-bottom: 4px solid #e0c935;
	padding-left: 20px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 10px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
/*width: 100%;*/
height: 100%;
}
#gak {
    padding: 20px;
    background-image: url(../common/bg_washi_a.jpg);
}
#gt02 {
  display: none;
}

/*----------------------------------------- aboutページ　-----------------------------------------*/
#head_about {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	/*margin-bottom: 30px;*/
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);			/*同上*/
	z-index: -1;
}
#about_a {
	background-image: url(../common/bg_washi_a.jpg);
	background-size:50% auto;
	border-top: 4px solid #e0c935;
	clear: both;
	/*text-align:center;*/
}
#about_a .row {
	margin-top: 46px;
}
#about_b {
	margin-top: 40px;
}
#about_b .about_b_bg {
	position: absolute;
	top:340px;
	left: -84px;
	z-index: -1;
	max-width: 400px;
}
#about_c {
	margin-top: 40px;
}
#about_d {
	margin-bottom: 120px;
}
.m280 {
	position: relative;
	top: 140px;
}
.box280 {
	/*position:relative;*/
	height: 760px;
}
#about_c .about_b_bg {
	position: absolute;
	top: 220px;
	left: -134px;
	z-index: -1;
	max-width: 400px;
}
#about_c .about_c_bg {
	position: absolute;
	top: 0;
	left: -62px;
	z-index: -1;
	max-width: 400px;
}
.hanare {
	padding-top: 100px;
	margin-bottom: -150px;
}

/*------------------------------------------ おしながきページ　----------------------------------------*/

.ti_box {
	position: absolute;
	top: 8px;
	left: 2em;
	background-image: url(../common/ti_bg.png);
	background-repeat: no-repeat;
	width: 136px;
	padding: 0;
}
.ti_box p {
	padding: 0.5em 0;
	margin: 30px 0 0 0;
	z-index: 10;
}

.menu_t {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-orientation: upright;
	font-size: 36px;
}
#menu_hiru h3 {
	text-align: center;
	font-size: 2.2em;
	background-color: inherit;
	border: none;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 100px;
	line-height: 150%;
	letter-spacing: 20px;
}
#menu_hiru {
	border-top: 4px solid #e0c935;
	padding-top: 48px;
	margin-bottom: 120px;
}
#menu_hiru p {
	padding: 0;
}
.menu_bg_hiru {
	position: absolute;
	top: 64px;
	left: 132px;
	z-index: 1;
	/*max-width: 400px;*/
}
.text_menu_pi {
	color: #ab705c;
}
.menu_a {
	margin-bottom: -10px;
    font-weight: bold;
}
.menu_b {
	font-size: 0.8em;
	margin-left: 4px;
}
.menu_c {
	font-size: 0.8em;
	margin-left: 34px;
}
.menu_d {
	font-size: 1.4em;
}
.menu_e {
	font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 6px !important;
    padding: 0 !important;
    line-height: 100% !important;
}
.menu_f {
    margin-bottom: 8px !important;
    padding: 0 !important;
    line-height: 180% !important;
}
.menu_g {
	font-size: 0.8em;
  line-height: 120%!important;
}
.menu_img01 {
	position: absolute;
	top: 200px;
	right: 162px;
	z-index: 3;
	max-width: 200px;
}
.menu_img02 {
	position: absolute;
	top: 420px;
	right: 190px;
	z-index: 2;
	max-width: 250px;
}
.menu_img03 {
	z-index: 4;
	width: auto;
    text-align: center;
}
.menu_img04 {
	z-index: 4;
	width: auto;
    text-align: left;
    text-align: center;
}
.menu_img05 {
  z-index: 4;
	width: 80%;
  text-align: center;
}
#menu_yoru {
	background-image:url(../common/bg_washi_b.jpg);
	padding-top: 48px;
	margin-bottom: 60px;
}
#menu_yoru img {
  width: auto;
}
#menu_yoru h3 {
	text-align: center;
	font-size: 2.2em;
	background-color: inherit;
	border: none;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 100px;
	line-height: 150%;
	letter-spacing: 20px;
}
#menu_yoru p {
	padding: 0;
}
#menu_botm {
	text-align: center;
}
#menu_botm p {
	margin-bottom: 20px;
}

#takeout {
	border-top: 4px solid #e0c935;
	padding-top: 40px;
	margin-bottom: 20px;
    background-color: #FFFCF2;
}
#takeout h3 {
    text-align: center;
    font-size: 2.2em;
    background-color: inherit;
    border: none;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 100px;
    line-height: 150%;
    letter-spacing: 20px;
}

/*-------------------------------------- 食座についてページ　---------------------------------------*/
#g01 {
	border-top: 4px solid #e0c935;
	padding-top: 140px;
	margin-bottom: 20px;
}
#g01 .ti_bg_s {
	position: absolute;
	top: 64px;
	/*left: 132px;*/
	right: 10px;
	z-index: 1;
}
#g01 h3 {
	text-align: center;
	font-size: 2.2em;
	background-color:inherit;
	border:none;
	padding: 0;
	margin-top: 30px;
	line-height: 150%;
	letter-spacing: 20px;
}
#g01 h4 {
	line-height: 200%;
	letter-spacing: 0.8rem;
}
#g01 p {
	padding: 0;
}
#g01 .text-g01 {
	padding-right: 180px;
}
.syokuza_p {
  font-size: 1em;
  line-height: 240%;
}
.size1 {
	max-width: 400px;
	margin-bottom: 14px;
}
.ma_botm {
	margin-bottom: 150px;
}
.ma_top {
	margin-top: 136px;
}
.size2 {
	max-width: 200px;
	margin-bottom: 14px;
}
#g02 .s_bg01 {
	position: absolute;
	top: 240px;
	right: 0;
	z-index: -1;
	max-width: 400px;
}
#g02 .s_bg02 {
	position: absolute;
	top: 440px;
	left: 15px;
	z-index: -1;
	max-width: 250px;
}
#g02 .s_bg03 {
	position: absolute;
	top: 740px;
	right: 120px;
	z-index: -1;
	max-width: 200px;
}
/*-------------------------------------- 採用情報　---------------------------------------*/
#saiyou01 {
	border-top: 4px solid #e0c935;
	padding-top: 80px;
	margin-bottom: 20vh;
}
#saiyou_t table{
  border-collapse: collapse;
  width: 100%;
}
  .tb01 {
    width: 100%;
  }
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #E0E0E0;

}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
.boxB {
    margin: 2em 0;
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);*/
  padding: 0 30px;
}
.boxB .boxB-title {
  font-size: 1.2em;
  padding: 4px 0;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #666;
}
.boxB p {
    padding: 15px 20px;
    margin: 0;
}

/*--------------------------------------- お問い合わせページ　----------------------------------------*/
#toi01 {
	border-top: 4px solid #e0c935;
	padding-top: 140px;
	margin-bottom: 20px;
}
#toi01 p {
padding: 0;
}
#toi01 ul {
	padding-left: 20px;
	list-style-type: disc;
}
#toi01 ul {
	padding-left: 20px;
	list-style-type: disc;
}
#toi01 li {
  padding: 6px 0;
}
#toi01 .ti_bg_s {
	position: absolute;
	top: 64px;
	right: 10px;
	z-index: 1;
}
#toi01 h3 {
	text-align: center;
	font-size: 2.2em;
	background-color:inherit;
	border:none;
	padding: 0;
	margin-top: 30px;
	line-height: 150%;
	letter-spacing: 20px;
}

#toi02 {
  border-top: 4px solid #e0c935;
  border-bottom: 4px solid #e0c935;
  padding-top: 100px;
  margin-bottom: 20px;
  padding-bottom: 200px;
background-color: #FFFCF2;
}
#toi02 p {
  padding-left: 10%;
}
#toi02 h3 {
	text-align: center;
	font-size: 2.2em;
	background-color:inherit;
	border:none;
	padding: 0;
	margin-top: 30px;
	line-height: 150%;
	letter-spacing: 10px;
}
#toi02 .ti_bg_s {
	position: absolute;
	top: 64px;
	right: 10px;
	z-index: 1;
}
#toi02 h4 {
	text-align: center;
	font-size: 1.6em;
	background-color:inherit;
	border:none;
	padding: 0;
	margin-top: 30px;
	line-height: 200%;
	letter-spacing: 10px;
}
#toi02 a {
  font-size: 1.6em;
}
#toi02 h5 {
	text-align: center;
	font-size: 1.2em;
	background-color: inherit;
	border: none;
	padding: 0;
	line-height: 150%;
}

#toi03 {
padding-top: 40px;
margin-bottom: 20px;
  padding-bottom: 200px;
}
#toi03 h3 {
	text-align: center;
	font-size: 2.2em;
	background-color:inherit;
	border:none;
	padding: 0;
	margin-top: 30px;
	line-height: 150%;
	letter-spacing: 4px;
}
#toi03 .ti_bg_s {
	position: absolute;
	top: 64px;
	right: 10px;
	z-index: 1;
}
.contact-details h3 {
	color: #6a6a6a;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}
.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}
#contact-form {
	margin-bottom: 0;
	margin-top: 40px;
}
#contact-form p {
	margin-bottom: 1px;	
  padding-left: 60px;
}
#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	background: #f7f5e8;
    color: #333;
    font-size: 18px;
    height: auto;
    padding: 15px;
	margin: 0;	
    resize: none;
}
#contact-form input {
    width: 94%;
  padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form textarea {
    width: 86%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form .submit {
  background: #aaa;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 40px;
  text-align: center;
  vertical-align: middle;
  width: auto;
	margin-top: 30px;	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #FFD154;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
#c02 ol {
	padding: 20px;
}
#c02 ol li {
	padding: 6px;
}
#c02 ul {
	padding-left: 30px;
	list-style-type: disc;
}

/*---------------------------------------- ここからタブレット用（481px～768px）環境の設定 ------------------------------------------------*/
@media (min-width:481px) and (max-width:768px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	/*background: url(../common/bg_tsubaki.png) no-repeat right -30px / 85%, url(../common/bg.jpg);*/
}
  .br-sp {
  display: block;
}
  .tel {
    font-size: 1.2em;
    line-height: 150%!important;
}
/*コンテナー（タブレット）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 0px 20px;
}

/*ヘッダー（タブレット）
---------------------------------------------------------------------------*/
/*h1タグの設定*/
header h1 {
	width: 63%;
	top: 8px;
}
/*ロゴ画像の設定*/
header #logo a {
	position: absolute;
	left: 2%;
	top: 8px;
	padding: 0px;/*追加*/
	height: 180px;
	width: 100px;
}
header #logo img {
	height: 190px;
}
#mainimg {
	margin-bottom: 0;
}



/*main,subコンテンツ（タブレット）
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*その他（タブレット）
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

.gallery {
	text-align: center
}
/*-------------------------------------------- トップページ（タブレット）　--------------------------------------------*/
#top_about {
	background-size:80% auto;
}
#top_about img {
	max-width: 100%;
}
#top_text_box p {
	line-height: 2;
}
#top_ti_box {
	position: absolute;
	top: 16px;
	left: auto;
	right: 0;
	background-image: url(../common/ti_bg.png);
	background-repeat: no-repeat;
	width: 136px;
}
.touten2 {
	margin-top: 0;
}
.img_none {
	display: none;
}
#boss {
	width: 100%;
}
#img_boss {
	width: 40%;
	margin: 0 auto;
}
.box280 {
	margin-top: 40px;
}


/*-------------------------------------------- aboutページ（タブレット）　--------------------------------------------*/
#ti_box {
	left: 0.5em;
}
.about_b_bg {
	display: none;
}
.m280 {
	position: inherit;
	top: auto;
}
.box280 {
	position: static;
	height: inherit;
}
#about_c img {
	margin: 10px 0;
}
#about_d {
	margin-top: 200px;
}
.hanare {
	padding-top: 0;
}

/*-------------------------------------------- おしながき（タブレット）　--------------------------------------------*/
#menu_hiru h3 {
	margin-bottom: 30px;
}
.box1 {
width: 90%;
}
.box1-night {
	width: 94%;
}
.menu_img01 {
	position: relative;
	right: 20px;
	top: 0;
	max-width: inherit;
	margin:auto;
}
.menu_img02 {
	position: relative;
	right: 20px;
	top: 20px;
	max-width: inherit;
	margin: auto;
}
  .menu_img03 {
	position: relative;
	right: 20px;
	top: 30px;
	max-width: inherit;
	margin: auto;
}
.menu_img04 {
    width: 80%;
} 
  .menu_img05 {
    margin-top: 40px;
    width: 100%;
  }
#menu_yoru h3 {
	margin-bottom: 30px;
}
/*-------------------------------------------- お問い合わせ（タブレット）　--------------------------------------------*/
  #toi02 {
    padding-bottom: 100px;
  }
  #toi02 h3 {
    font-size: 1.8em;
    letter-spacing: 4px;
  }
  #toi02 h4 {
    font-size: 1.6em;
    padding: 0;
    margin-top: 30px;
    line-height: 150%;
    letter-spacing: 8px;
}
  #toi02 a {
  font-size: 1.2em;
}
  #toi02 h5 {
    font-size: 1em;
    padding: 0;
    margin-top: 10px;
    line-height: 150%;
  }
    #toi03 h3 {
    font-size: 1.4em;
    padding: 0;
    letter-spacing: 0px;
  }

/*-------------------------------------------- 食座についてページ（タブレット）　--------------------------------------------*/
.size1 {
	max-width: 100%;
}
}

/*------------------------------------------------- ここからスマートフォン用（480px以下）環境の設定 ----------------------------------------------*/
@media (max-width : 480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	/*background: url(../common/bg_tsubaki.png) no-repeat center 100px / 120%, url(../common/bg.jpg);*/
}
  .br-sp {
  display: block;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	/*margin: 70px 0px 1px 0px;*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: auto;
}
/*h1タグの設定*/
header h1 {
	display: none;
	/*width: 65%;*/
}
/*ロゴ画像の設定*/
header #logo a {
	display: none;
}
header #logo-s a {
	display: block;
	position: static;
	width: 100%;
	background: url(../common/logo_bg.png) , -webkit-gradient(linear, left top, left bottom, from(#3ba90a), to(#305005));
	background: url(../common/logo_bg.png) , -webkit-linear-gradient(#3ba90a, #305005);
	background: url(../common/logo_bg.png) , linear-gradient(#3ba90a, #305005);
	padding: 15px 0px;
	text-align: center;
}
header #logo-s a img {
	width: 50%;
}



/*トップページのスライドショー（スマホ）
---------------------------------------------------------------------------*/
  #new {
    margin-top: 0;
  }
#mainimg {
	margin-bottom: 0;
	/*border-bottom: 4px solid #e0c935;*/
}

/*main,subコンテンツ（スマホ）
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*mainコンテンツ（スマホ）
---------------------------------------------------------------------------*/
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 10px 5px 10px;
  letter-spacing: 0.1em;
}

/*menu.html内のメニュー案内の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグとh4タグ設定*/
#main section.list p,
#main section.list h4 {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 10px;		/*上へあける余白*/
	padding-bottom: 10px;	/*下へあける余白*/
	text-align: left;		/*メニューテキストを左よせ*/
}
ul.navmenu li {
	display: block;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#new {
    padding: 0 16px;
    padding-bottom: 20px;
	}

#new h2 {
	padding: 18px;
}
section#new h2.open {
	background: url(../common/btn_minus.png) no-repeat right center;
	background: url(../common/btn_minus.png) no-repeat right center;	
	background: url(../common/btn_minus.png) no-repeat right center;
	background-color: #f0e7aa;
	margin-bottom: 0;
}
section#new h2.close {
/*
	background: url(../common/btn_plus.png) no-repeat right center;
	background: url(../common/btn_plus.png) no-repeat right center;
	background: url(../common/btn_plus.png) no-repeat right center;
*/
	background-color: #f0e7aa;
/*	margin-bottom: 100px;*/
    border-bottom: solid 2px #e0c935;
}
/*ブロック全体の設定*/
#new dl {
	height: 480px;
	margin-bottom: 40px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*------------- 電話番号　スマホのみリンク作動 -------------*/
.tel {
    font-size: 1em;
}
a[href*="tel:"] { 
        pointer-events: auto;       
        text-decoration: underline;
		font-size: 1.6em;
		color:#09F !important;
    }
.add a {
  color: #09F !important;
  pointer-events: auto;
  text-decoration: underline;
}
.add a:hover {
  color: #F90 !important;
}
/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
	z-index: 20;
}
.box1 {
	box-sizing: border-box;
	width: 96%;
	border: solid #aaa 1px;
	padding: 5%;
	margin: 2%
}

/*-------------------------------------------- トップページ　--------------------------------------------*/
#top_about {
	background-size:80% auto;
  margin-top: 40px;
}
#top_about img {
	max-width: 100%;
}
#img_boss {
	margin-top: 0;
}
.img_none {
	display: none;
}
.ggmap {
	margin: 14px;
}
#map h4 {
	padding-left: 10px;
}
.text_tate {
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr;
	/*text-orientation: horizontal-tb;*/
	/*font-size: 36px;
	margin-top: 14px;*/
}
.touten2 {
	display:none;
}
.touten {
	visibility: visible;
	font-size: 36px;
	text-align: center;
	margin-bottom: -10px;
}
.upright {
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr;
	font-size: 17px;
	text-align:left;	
	width:100%;
	float: right;
}
#top_text_box p {
	line-height: 2;
}
#top_text_box {
	padding: 10px;
	-ms-padding: 0px;
	height: auto;
}
.sig {
	visibility: hidden;
}
.sig2 {
	visibility: visible;
}
#top_ti_box {
	position: relative;
	top: 0px;
	left: inherit;
	background-image: none;
	width:50%;
	text-align: center;
	margin: 0 auto 10px;
}
#new iframe {
	height: 400px;
    margin-top: 30px;
}
  #gt01 {
  display: none;
}
  #gt02 {
    display: inline;
    width: 100%;
  }

/*-------------------------------------------- aboutページ（スマホ）　--------------------------------------------*/
  #about_a {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 4px;
    border-top: none;
    background-size: 160%;
  }
.m280 {
	position: inherit;
	top: auto;
}
.box280 {
	position: static;
	height: inherit;
}
#about_c img {
	margin: 10px 0;
}

/*
#ti_box {
	position: inherit;
	top: 0;
	left: inherit;
	width: 100%;
	height: inherit;
	background-image: none;
}
*/
.hanare {
	padding-top: 0;
}
#about_c .about_c_bg {
	/*position: inherit;*/
}
#about_d {
	margin-top: 200px;
}
.box280 {
	margin-top: 40px;
}
#ads {
	padding: 20px;
}
/*--------------------------------------------おしながき（スマホ）　--------------------------------------------*/
  #takeout {
    margin-bottom: 0;
    padding-top: 40px;
    border-top: none;
  }
  .menu_t {
    writing-mode: inherit;
    font-size: 1.6em;
  }
  #takeout h3 {
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .menu_d {
    font-size: 1em;
  }
.ti_box {
	position: inherit;
	top: 0;
	left: inherit;
	width: 100%;
	height: inherit;
	background-image: none;
}
.ti_box p {
	margin: 0;
	padding: 0;
	text-align: center;
}
.ti_bg_s {
	top: 74px;
	left: inherit;
}
.menu_bg_hiru {
	top: 74px;
	left: inherit;
}
#menu_hiru {
	margin-bottom: 10px;
}
#menu_hiru p {
	padding: 0;
  line-height: 180%;
  font-size: 1em;
}
.menu_a {
	margin: 0;
	font-weight:bold;
}
.menu_b {
	margin-left: inherit;
}
.menu_c {
	margin-left: inherit;
}
.menu_img01 {
	position: inherit;
	top: inherit;
	right: inherit;
	max-width: inherit;
}
.menu_img02 {
	position: inherit;
	top: inherit;
	right: inherit;
	max-width: inherit;
}
.menu_img03 {
	position: inherit;
	top: inherit;
	right: inherit;
	max-width: inherit;
}
  .menu_img05 {
	width: 100%;
  text-align: center;
}
  .box1-night {
  width: 99%;
  }
.box2 {
    width: 88vw;
    margin: 10px;
  padding: 30px;
}
.text_menu_pi {
	margin:0;
}
#menu_yoru p {
	padding: 0;
  line-height: 180%;
  font-size: 1em;
}
#menu_botm {
	text-align: left;
}
.menu_bg_hiru {
	visibility: hidden;
}
#menu_hiru h3 {
	margin-bottom: 20px;
}
#menu_yoru h3 {
	margin-bottom: 16px;
}
/*------------------------------------------ 食座についてページ（スマホ）　------------------------------------------*/
  #g01 {
	  margin-bottom: 0;
    padding-top: 40px;
    margin-bottom: 0;
    padding-top: 40px;
    border-top: none;
  }

  #g01 h4 {
    text-align: center;
    letter-spacing: normal;
  }
  #g01 .ti_bg_s {
    display: none;
  }
  #g01 .ti_bg_s {
    top: 74px;
    left: inherit;
  }
  #g01 .text-g01 {
    padding-right: inherit;
    padding: 0;
    line-height: 150%;
  }

.ma_botm {
	margin-bottom: 10px;
}
.ma_top {
	margin-top: inherit;
}
.size1 {
	max-width: 100%;
}
.size2 {
	max-width: 100%;
}
/*------------------------------------------ 採用情報（スマホ）　------------------------------------------*/
  #saiyou01 {
    margin-bottom: 0;
    padding-top: 40px;
    border-top: none;
  }
/*------------------------------------------ お問い合わせ（スマホ）　------------------------------------------*/
#toi01 {
	margin-bottom: 0;
  padding-top: 40px;
}
 #toi01 .menu_t {
	font-size: 26px;
}
#toi01 p {
	line-height: 150%;
}
#toi01 h4 {
	text-align: center;
	letter-spacing: normal;
}
#toi01 .ti_bg_s {
  display: none;
}
  #toi01 h3 {
  border-bottom: 1px solid #e0c935;
  }
#toi01 .text-g01 {
	padding-right: inherit;
	padding: 0;
	line-height: 150%;
}
  #toi02 {
  padding-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 80px;
}
  #toi02 .ti_bg_s {
    display: none;
  }
  #toi02 p {
    font-size: 0.8em;
    text-align: center;
  }
  #toi02 h3 {
    font-size: 1.2em;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 1px solid #e0c935;
  }
  #toi02 h4 {
    font-size: 1.4em;
    padding: 0;
    margin-top: 30px;
    line-height: 150%;
    letter-spacing: 4px;
}
  #toi02 a {
    font-size: 1.4em;
  }
  #toi02 h5 {
    padding: 0;
    margin-top: 10px;
    line-height: 150%;
  }
  #toi03 {
    padding-bottom: 20px;
  }
  #toi03 h3 {
    font-size: 1.2em;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 1px solid #e0c935;
  }
  #toi03 .ti_bg_s {
    display: none;
  }  
  #contact-form input {
      width: 100%;
  }
  #contact-form textarea {
    width: 100%;
  }
  .yoyaku h3 {
    letter-spacing:normal !important;
    font-size: 1.2em !important;
  }
  #contact-form {
    margin-top: 20px;
  }
  #contact-form p {
    padding: 4px 0;
  }
  #c02 ol {
    font-size: 0.8em;
  }
  #c02 ol li {
    padding: 2px;
  }
  #c02 ol {
  padding: 0 0 0 20px;
  }
  #contact-form .submit {
    font-size: 18px;
    width: 100%;
    margin-top: 2px;	
  }

}
/*------------------------------------------------- /スマートフォン用（480px以下）環境の設定ここまで ----------------------------------------------*/


/* ページトップへ戻る */
/*.pageTop {
	display:none;
	position:relative;
	width:90%;
	max-width:900px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 66px;
	hegiht:66px;
	margin-left:920px;
	padding:1em 0 1em 2px;
	background:#3498db;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
	border-radius:3px 3px 0 0;
}
.pageTop a:before,
.pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;
}
.pageTop a:before {
	top:50%;
	margin-top:-13px;
	border-bottom:10px solid #3498db;
}
.pageTop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;
	border-bottom:10px solid #fff;
}*/

/* =====================
	タブレット向け
======================= */
@media screen and (min-width: 480px) and (max-width: 959px) {

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}
}

/* =====================
	スマホ向け
======================= */
@media screen and (max-width: 479px) {

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}
}
