@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	background:#F8F3E1;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #5b0404;	/*リンクテキストの色*/
}
a:hover {
	color: #203916;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 50px;	/*ブロックの高さ*/
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	font-size: 14px;
	left: 10px;	/*ヘッダーブロックに対して左から15pxの位置に配置*/
	top: 10px;	/*ヘッダーブロックに対して上から28pxの位置に配置*/
}

/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 5px;			/*ヘッダーブロックに対して上から37pxの位置に配置*/
	right: 20px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	background-color: #04397B;	/*背景色*/
	padding: 5px;		/*ボックス内の余白*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定。*/
	opacity: 0.7;	/*透明度70％の設定*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
}
header address a {
	color: #FFF!important;
}
header address a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;			/*文字色*/
}

/*トップ画像
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;
	margin: 0px auto;
	padding-top: 30px;
}
#top #contents {
	padding-top: 0px;
}
/*各ページコンテンツ上部にある背景画像入りの大きな見出し（共通設定）*/
#contents > h2 {
	font-size: 20px;	/*文字サイズ*/
	font-weight: normal;
	letter-spacing: 0.4em;	/*文字間隔を広くとる設定*/
	border: 1px solid #666;	/*枠線の幅、線種、色*/
	padding-left: 40px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px #FFF inset;
	box-shadow: 0px 0px 10px 5px #FFF inset;
	line-height: 160px;	/*高さ*/
	color: #333;
	text-shadow: 1px 1px #FFF, 0px 0px 5px #FFF;
}
/*about(当館について)*/
#contents h2#title-about {
	background: url(../images/title_about.jpg) no-repeat right center;	/*古いブラウザ用*/
	background: url(../images/title_about.jpg) no-repeat right center / auto 100%;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	font-size: 18px;	/*文字サイズ*/
	color: #333;		/*文字色*/
	border-bottom: 3px solid #ebd477;
	font-weight: normal;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	background: url(../images/img_momiji.png) no-repeat right -10px;
	padding: 15px 15px 5px;	/*上、左右、下への余白*/
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	background: #4c0808;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4c0808), to(#250b0b));	/*グラデーション*/
	background: -webkit-linear-gradient(#4c0808, #250b0b);	/*同上*/
	background: linear-gradient(#4c0808, #250b0b);			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #7e2424;		/*線の幅、線種、色*/
	font-weight: normal;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
	font-size: 16px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 10px 20px 15px;	/*左から、上、左右、下への余白*/
}

/*各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.mainimg {
	display:  block;
}
@media screen and ( min-width: 801px )
{
#main section.mainimg {
	display: none;
}
}
#main section.list {
	width: 95%;
	border: none;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: url(../images/shoku0002.jpg) repeat-x;		
	position: relative;
	overflow: hidden;
	color: #333;	/*文字色*/
	padding: 0;	/*ボックス内の余白*/
	margin: 0 auto;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	font-size: 16px;
	font-weight:bold;
	padding: 0px;
	margin-left: 5px;	/*左の写真とのバランスをとって設定*/
}
#main section.list a {
	color: #fff!important;
	text-decoration: none;
}
#main section.list a:hover {
	color: #ffffe0!important;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	width: 500px;
	font-size: 22px;
	font-weight:bold;
	color: #fff;		/*文字色*/
	margin-bottom: 0;
	margin-left: 20px;
}
#main section.list section.boxa {
	height: auto;	/*ボックスの高さ*/
	width: 50%;	/*ボックスの幅*/
	background: none;	/*画像の背景色。*/
	float: left;
	overflow: hidden;
}
#main section.list section.boxb {
	height: auto;	/*ボックスの高さ*/
	width: 50%;	/*ボックスの幅*/
	background: none;	/*画像の背景色。*/
	float: right;
	overflow: hidden;
}
#main section.list section.boxc {
	height: auto;	/*ボックスの高さ*/
	width: 50%;	/*ボックスの幅*/
	background: none;	/*画像の背景色。*/
	float: right;
	overflow: hidden;
}
#main section.list section.boxx {
	height: auto;	/*ボックスの高さ*/
	width: 30%;	/*ボックスの幅*/
	font-size: 14px;
	font-weight:bold;
	background: none;	/*画像の背景色。*/
	float: right;
	overflow: hidden;
	padding: 0px 3px 1px;	/*上、左右、下への余白*/
	margin: 0;
}

#main section.list2 {
	height: 350px;	/*ボックスの高さ*/
	width: 47%;	/*ボックスの幅*/
	float: left;
	margin: 0px 10px 20px;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main section.list2 p {
	width: 300px;
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	margin-left: auto;
	margin-right: auto;
}
/*ボックス内のh4タグ設定*/
#main section.list2 h4 {
	width: 300px;
	font-size: 100%;
	color: #ff8b00;	/*文字色*/
	border-bottom: 2px dotted #ff8b00;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/*ボックス内の写真設定*/
#main section.list2 figure img {
	width: 400px;
	height: auto;
	margin-bottom: 3px;
	border: 1px dotted #000000;
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色(50%の黒)の設定。*/
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);			/*同上*/
	background-color: #FFF;	/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ふきだしアイコンの位置*/
#main section.list2 img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}
#main section.boxd {
	background: #FFECEC;	/*画像の背景色。*/
}
#main section.boxe {
	width: 80%;
	color: #333;		/*文字色*/
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #000000;
}
#main section.boxw {
	height: 350px;	/*ボックスの高さ*/
	width: 70%;	/*ボックスの幅*/
	margin: 0px 10px 20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main section.boxw p {
	width: 300px;
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*ボックス内のh4タグ設定*/
#main section.boxw h4 {
	width: 300px;
	font-size: 100%;
	color: #ff8b00;	/*文字色*/
	border-bottom: 2px dotted #ff8b00;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/*ボックス内の写真設定*/
#main section.boxw figure img {
	width: 400px;
	height: auto;
	margin-bottom: 3px;
	border: 1px dotted #000000;
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色(50%の黒)の設定。*/
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);			/*同上*/
	background-color: #FFF;	/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
}

#main section.boxq {
	height: auto;	/*ボックスの高さ*/
	width: 80%;	/*ボックスの幅*/
	margin: 0px 10px 20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main section.boxq p {
	width: 300px;
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*ボックス内のh4タグ設定*/
#main section.boxq h4 {
	width: 300px;
	font-size: 100%;
	color: #FF4A4A;	/*文字色*/
	border-bottom: 2px dotted #FF4A4A;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/*ボックス内の写真設定*/
#main section.boxq figure img {
	width: 550px;
	height: auto;
	margin-bottom: 3px;
	border: 1px dotted #000000;
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色(50%の黒)の設定。*/
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);			/*同上*/
	background-color: #FFF;	/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
}

/*右下のマーク画像設定
---------------------------------------------------------------------------*/
.mark1 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #b10f0f;	/*背景色*/
	text-align: center;
	display: block;
	width: 200px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(60px,10px);
	-ms-transform: rotate(-45deg) translate(60px,10px);
	transform: rotate(-20deg) translate(60px,10px);
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	margin: 0px auto 10px;
	text-align: center;
	font-size: 12px;
}
ul#footermenu li {
	display: inline;
	padding: 0px 5px;
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFF url(../images/header_bg.png) no-repeat center center;	/*背景色と背景画像*/
	color: #333;		/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #333;		/*文字色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 80%;
	color: #333;		/*文字色*/
	margin-left: auto;
	margin-right: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
	width: 33%;
	text-align: center;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #ff8b00;	/*背景色*/
	color: #fff;		/*文字色*/
}

.ta2 {
	width: 80%;
	color: #333;		/*文字色*/
	margin-left: auto;
	margin-right: auto;
	background: #F17C67;
}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input#submit_button {
    width: 170px;
    height: 60px;
	font-size: 1.8em;   /* 文字サイズを1.4emに指定 */
    font-weight: bold;  /* 文字の太さをboldに指定 */
    padding: 10px 10px; /* 縦方向に10px、* 横方向に30pxの余白を指定 */
    color: #FFF;   /* 文字色 */
	text-shadow: 1px 1px 2px #000;
    border: 1px solid #666;	
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    background: -moz-linear-gradient(bottom, #D80000, #FF4D4D 50%, #D80000);
    background: -webkit-gradient(linear, left bottom, left top, from(#D80000), color-stop(0.5, #FF4D4D), to(#D80000));
    -moz-border-radius: 5px;  /* 角丸の指定 */
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 10px;
	font-family: FontAwesome
}
input#submit_button:hover {
   opacity: 0.8;
   cursor: pointer;
}


/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #666;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #FFF;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #999;
	color: #FFF;
}

/*FAQページの設定
---------------------------------------------------------------------------*/
/*FAQブロック全体*/
dl.faq {
	padding: 0px 15px;	/*上下、左右にとる余白*/
}
/*質問ブロック*/
dl.faq dt {
	font-weight: bold;	/*文字を太字にする設定*/
	color: #fff799;		/*文字色*/
}
/*回答ブロック*/
dl.faq dd {
	border-bottom: 1px solid #7e2424;	/*下線の幅、線種、色*/
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #250b0b;
}
.mb15 {
	margin-bottom: 5px;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #B20000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.big {
	font-size: 18px;
}
.big2 {
	font-size: 26px;
	color: #B20000;
}
.big3 {
	font-size: 26px;
	color: #D80000;
}
.big4 {
	font-size: 26px;
	color: #FFFF00;
    font-weight: bold;
    text-shadow: 2px 2px 1px #D80000,
    -2px 2px 1px #D80000,
    2px -2px 1px #D80000,
    -2px -2px 1px #D80000;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.wx {
	width: 49%;
}
img.wc {
	width: 10%;
	margin: 0px 0px 15px 10px;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
#menubar_hdr {
	display: none;
}
.wa {
	width: 100%;
}
.wf {
	width: 70%;
}
.right {
	text-align: right
}
img.fr {
	float: right;
	margin: 0px 0px 15px 10px;
}
img.fl {
	float: left;
	margin: 0px 10px 15px 0px;
}

a img.linkimg{
background:none!important;
}
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
hr.cart{
    border:none;
    border-top:dashed 1px #B20000;
    height:1px;
    color:#FFFFFF;
    margin: 2 1 2 1;
}
	
	

/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;	/*ブロックの幅*/
	height: 50px;
	margin-bottom: 3px;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 5px;	/*ヘッダーブロックに対して左から15pxの位置に配置*/
	top: 10px;	/*ヘッダーブロックに対して上から28pxの位置に配置*/
}
/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 5px;			/*ヘッダーブロックに対して上から37pxの位置に配置*/
	right: 10px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
}

/*トップ画像
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 10px;
	padding-top: 180px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
}
#main section.mainimg img {
	width: 100%;
	height: auto;
}
#main section.list h4 {
	width: 95%;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	color: #fff;		/*文字色*/
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#main section.list section.boxa {
	display: block;
	height: auto;	/*ボックスの高さ*/
	width: 95%;	/*ボックスの幅*/
	background: none;	/*画像の背景色。*/
	float: none;
	overflow: hidden;
	margin: 0 auto;
}
#main section.list section.boxb {
	display: block;
	height: auto;	/*ボックスの高さ*/
	width: 95%;	/*ボックスの幅*/
	background: none;	/*画像の背景色。*/
	float: none;
	overflow: hidden;
	margin: 0 auto;
}
#main section.list section.boxc {
	display: none;
}
#main section.list section.boxx {
	height: auto;	/*ボックスの高さ*/
	width: 30%;	/*ボックスの幅*/
}
#main section.list2 {
	height: 300px;	/*ボックスの高さ*/
	width: 45%;	/*ボックスの幅*/
	float: left;
	margin: 0px 10px 20px;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main section.list2 p {
	width: 80%;
}
/*ボックス内のh4タグ設定*/
#main section.list2 h4 {
	width: 80%;
	font-size: 100%;
}
/*ボックス内の写真設定*/
#main section.list2 figure img {
	width: 80%;
	height: auto;
	margin-bottom: 3px;
	border: 1px dotted #000000;
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色(50%の黒)の設定。*/
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);			/*同上*/
	background-color: #FFF;	/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ふきだしアイコンの位置*/
#main section.list2 img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: -10px;	/*ボックスに対して右から0pxの位置に配置*/
}
#main section.boxw {
	height: auto;	/*ボックスの高さ*/
	width: 70%;	/*ボックスの幅*/
	margin: 0px 10px 20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main section.boxw p {
	width: 80%;
}
/*ボックス内のh4タグ設定*/
#main section.boxw h4 {
	width: 80%;
	font-size: 100%;
}
/*ボックス内の写真設定*/
#main section.boxw figure img {
	width: 80%;
	height: auto;
	margin-bottom: 3px;
	border: 1px dotted #000000;
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色(50%の黒)の設定。*/
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);			/*同上*/
	background-color: #FFF;	/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
}

#main section.boxq {
	height: auto;	/*ボックスの高さ*/
	width: 70%;	/*ボックスの幅*/
	margin: 0px 10px 20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main section.boxq p {
	width: 80%;
}
/*ボックス内のh4タグ設定*/
#main section.boxq h4 {
	width: 80%;
	font-size: 100%;
}
/*ボックス内の写真設定*/
#main section.boxq figure img {
	width: 80%;
	height: auto;
	margin-bottom: 3px;
	border: 1px dotted #000000;
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色(50%の黒)の設定。*/
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);			/*同上*/
	background-color: #FFF;	/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;	/*ブロックの幅*/
	height: 60px;
	margin-bottom: 10px;
	text-align: center;
}
/*h1ロゴの設定*/
header h1 {
	position: static;
	left: 5px;	/*ヘッダーブロックに対して左から15pxの位置に配置*/
	top: 10px;	/*ヘッダーブロックに対して上から28pxの位置に配置*/
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	width: 100%;	/*ボックス幅*/
	margin: 0px auto;
	font-size: 13px;	/*文字サイズ*/
}
/*トップ画像
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 10px;
	padding-top: 10px;
}
/*各ページコンテンツ上部にある背景画像入りの大きな見出し（共通設定）*/
#contents > h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 100px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	font-size: 16px;
	letter-spacing: normal;
}
#main p {
	padding: 5px 20px 10px;	/*左から、上、左右、下への余白*/
}

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

/*各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/

#main section.mainimg img {
	width: 100%;
	height: auto;
}
#main section.list {
	width: 100%;
	margin: 0;
	padding: 0;
}
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	width: 95%;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	color: #fff;		/*文字色*/
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#main section.list section.boxa {
	display: block;
	height: auto;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	background: none;	/*画像の背景色。*/
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#main section.list section.boxb {
	display: block;
	height: auto;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	background: none;	/*画像の背景色。*/
	float: left;
	overflow: hidden;
}
#main section.list section.boxc {
	display: none;
}
#main section.list section.boxx {
	height: auto;	/*ボックスの高さ*/
	width: 30%;	/*ボックスの幅*/
	font-size: 12px;
	font-weight:bold;
}
#main section.list2 {
	height: auto;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	float: none;
	margin: 0px 0px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list2 figure img {
	width: 80%;
	height: auto;
}
#main section.boxw {
	height: auto;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	margin: 0px 10px 20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#main section.boxw figure img {
	width: 80%;
	height: auto;
}

#main section.boxq {
	height: auto;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	margin: 0px 10px 20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#main section.boxq figure img {
	width: 80%;
	height: auto;
}


img.fr {
	width: 100%;
	height: auto;
}
img.fl {
	width: 100%;
	height: auto;
}
.big {
	font-size: 12px;
}
input#submit_button {
    width: 40%;
    height: auto;
	font-size: 1.2em;
}
.big2 {
	font-size: 18px;
	color: #B20000;
}
.big3 {
	font-size: 20px;
}
.big4 {
	font-size: 20px;
}
img.fm {
	width: 60%;
	height: auto;
}
.wf {
	width: 90%;
}

}
