@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #897049;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォント指定*/
	background: #FFFFFF url(../images/bg.jpg) center;	/*背景色、背景画像の読み込み*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	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: #897049;	/*リンクテキストの文字色*/
}
a:hover {
	color: #313131;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}
/*h1見出しタグ設定*/
#container h1 {
	font-size: 9px;		/*文字サイズ*/
	/*text-align: right;	/*文字を右寄せ*/
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}
#container h1 a {
	text-decoration: none;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	background: url(../images/header_bg.jpg) no-repeat;	/*ヘッダー背景画像の読み込み、リピートしない*/
	height: 300px;	/*ヘッダーの高さ*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 30px;		/*ヘッダーブロックに対して左から30pxの位置に配置*/
	bottom: 42px;	/*ヘッダーブロックに対して下から42pxの位置に配置*/
}


#title {
	padding-top:200px;
	padding-left:15px;
	font-size:30px;
}

#title a {
	text-decoration:none;
	color:#fff;
}

#title a:hover {
	color:#03C;
}

/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	background: url(../images/contents_bg.gif) repeat-y;	/*背景画像の読み込み＆Y軸(縦軸)リピート*/
	overflow: hidden;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 650px;	/*メインコンテンツ幅*/
	float: right;	/*右にまわりこませる*/
	padding-right: 20px;
}

/*h1タグ設定*/
#main h1 {
	font-size: 25px;
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 630px;
	background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み＆リピートしない*/
	line-height: 48px;
	height: 44px;
	padding-left: 10px;
	overflow: hidden;
	border-bottom: 5px solid #FFF100;	/*下線の幅、線種、色*/
}


/*h2タグ設定*/
#main h2 {
	font-size: 20px;
	clear: both;
	width: 623px;
	/*background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み＆リピートしない*/
	/*line-height: 44px;
	height: 44px;*/
	margin-top:8px;
	padding-left: 12px;
	overflow: hidden;
	border-left:5px solid #C7BC01;
	border-bottom:5px solid #C7BC01;	/*下線の幅、線種、色*/
}

#main h2 a{
	text-decoration:none;
	color:#277F96;
}

#main h2 a:hover {
	color:#897049;
}

#main dt {
	padding-left:6px;
	font-size:14px;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;/*左から、上、左右、下への余白*/
	background: #FFF;
	font-size:16px;
	color:#3F1717;
}

/*puppy.html、photo.htmlの写真用ボックス設定
---------------------------------------------------------------------------*/
#main .box1 {
	width: 280px;	/*ボックスの幅*/
	height: 280px;	/*ボックスの高さ*/
	padding: 15px 15px 15px 13px;	/*左から、上、右、下、左への余白*/
	overflow: hidden;
	background: url(../images/box_bg1.gif) no-repeat;	/*box_bg1.jpg画像の読み込み*/
	float: left;
	display: inline;
	margin-left: 12px;
	margin-bottom: 1em;
}
#main .box1.bg2 {
	background: url(../images/box_bg2.gif) no-repeat;	/*box_bg2.jpg画像の読み込み*/
}
/*box1内のh3タグ設定*/
#main .box1 h3 {
	font-size: 100%;
	color: #313131;	/*文字色*/
}
#main .box1 h3 a {
	color: #313131;	/*h3タグにリンク設定した際のh3タグ文字色*/
}
/*box1内の段落タグ設定*/
#main .box1 p {
	padding: 0px;
	line-height: 1.6;
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左にまわりこませる*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-left: 20px;
}
/*テキストタイプのh3見出しタグ設定*/
#sub h3.text {
	color: #FFFFFF;	/*文字色*/
	font-size: 100%;
	background-color: #313131;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	padding: 5px;
	border: 3px double #FFF;	/*枠線の幅、線種、色*/
}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*テキストタイプのメニュー
---------------------------------------------------------------------------*/
#sub ul.menu {
	margin-bottom: 1em;
	text-align: center;	/*文字をセンタリング*/
}

#sub ul.mb1em {
	margin-bottom: 1em;
	text-align: center;	/*文字をセンタリング*/
}

#sub ul.mb1em a {
	text-decoration: none;
	display: block;
	width: 230px;
	background: url(../images/uline1.gif) no-repeat left bottom;	/*下線画像の読み込み＆リピートしない＆左側を読み込んで下部に配置*/
	color: #313131;	/*文字色*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;	/*文字を太字にする設定。通常がいいならこの１行削除。*/
	font-size:15px;
}

#sub ul.mb1em a:hover {
	color: #897049;	/*マウスオン時の文字色*/
	background: url(../images/uline1.gif) no-repeat right bottom;	/*下線画像の読み込み＆リピートしない＆右側を読み込んで下部に配置*/

}

#sub ul.menu a {
	text-decoration: none;
	display: block;
	width: 230px;
	/*background: url(../images/uline1.gif) no-repeat left bottom;	/*下線画像の読み込み＆リピートしない＆左側を読み込んで下部に配置*/
	color: #313131;	/*文字色*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:1px #000 dashed;
	/*font-weight: bold;	/*文字を太字にする設定。通常がいいならこの１行削除。*/
}
#sub ul.menu li a:hover {
	color: #897049;	/*マウスオン時の文字色*/
}

/*サムネイルスライドショー
---------------------------------------------------------------------------*/
#thumbnail {
	overflow: hidden;
	font-size: 10px;
	height: 120px;
	width: 630px;
	position: relative;
	background: url(../images/thum_bg.jpg);	/*背景のコルク画像読み込み*/
	padding: 10px;
	margin-bottom: 1em;
}
#thumbnail a img {
	border: 1px solid #FFF;	/*画像のフチの線幅、線種、色*/
}
#thumbnail a:hover img {
	border: 1px solid #FFF100;	/*マウスオン時の画像のフチの線幅、線種、色*/
}
#thumbnail a {
	display: block;
	float: left;
	width: 100px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	color: #FFF;	/*リンクテキストの色*/
}
#thumbnail a:hover {
	color: #FFF100;	/*マウスオン時のリンクテキストの色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させておきたいならこの１行と、下のheightの行を削除。*/
	height: 150px;			/*ボックスの高さ*/
	width: 640px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #CCC;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 520px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	clear: both;
	width: 100%;
	background: url(../images/footer_bg.gif) no-repeat center top;	/*背景画像の読み込み＆上部に配置*/
	padding-top: 30px;
	padding-bottom: 10px;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 650px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 407px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #FFF100;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #313131;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2d2d2;
}
/*
.mb1em {
	margin-bottom: 1em;
}
*/
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #313131;
}
.c {
	text-align: center;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}


@media screen and (max-width:767px) {

/*
#title {
	font-size:25px;
	position: static;
}

#contents h1 {
	font-size:20px;
}
*/


* {width:initial!important;}



#header {
	width: 100%;
	/*position:static;*/
}

#header h1 {
	font-size:10px;
	position: static;
}

#base {
	width: 100%;
}

#head {
	width: 100%;
	position: static;
}

#head img#logo {
	position: static;
}

#head #title {
	position: static;
}


#title {
	/*font-size:20px;*/
	position: static;
}




#mainimg {
	height:auto;

}



#navi {
	position: static;
}



#wrapper {
	width: 100%;
}

#wrapper,.inner{
	width: 100%;
}


img { 
    max-width: 100%; 
    height:auto;
}

#visual {
	width: 100%;
}



#imgArea {
	width: 100%;
}

#mainImg {
	height:auto;
}


div.section {
	width: 100%;
}

#hdbox1 {
	min-width: 100%;
}

#hdbox2 {
	min-width: 100%;
}

#hdbox3 {
	min-width: 100%;
}


#jsnavi li [
	clear: left;
}



#content {
	width: 100%;
	clear: left;
}

#container {
	width:100%;
}


#main {
	width: 100%;
	clear:both;	
}

#navi {
	width: 100%;
	position: static;
}


#jsnavi li {
	float:none;
}


#nav li {
	display: block;
}


#gnavi {
	width: 100%;
}




#header-menu {
	height:100%;
}

#header #logo {
	position:static;
}

#header-menu li {
	float:none;
}



ul#topmenu {
	width:100%;
	flex-direction: column; /* 縦並び */
}

#pagetop {
	width:100%;
}


#Menu ul li {
	float:none;
}

#mainimg {
	height:100%;
}


#main h1 {
	background-image:url(images/title_bg1.gif);
}



#gnavi li {
	float:none;
}



#header-menu {
	background-repeat:repeat;
}

*
#menu {
	width:100%;
		flex-direction: column; 
	background-color:#000;
}


#menu_block {
		flex-direction: column; /* 縦並び */
}


#menu ul {
		flex-direction: column; 
}

#menu li {
		flex-direction: column; /* 縦並び */
}

#menu1 {
	position:static;
}
#menu2 {
	position:static;
}
#menu3 {
	position:static;
}
#menu4 {
	position:static;
}
#menu5 {
	position:static;
}
#menu6 {
	position:static;
}





#mainpict {
	width:100%;
}

ul#mainNav {
		flex-direction: column; /* 縦並び */
}

ul#mainNav li {
		flex-direction: column; /* 縦並び */
		float:clear;

}




ul {
		flex-direction: column; /* 縦並び */
}

ul#menu {
		flex-direction: column; /* 縦並び */
}

ul#menu li {
		float:none;
		flex-direction: column; /* 縦並び */
}




#current {

		clear:none;
		flex-direction: column; /* 縦並び */
}



#header-menu ul {
		flex-direction: column; /* 縦並び */
	}

#header-menu li {
		flex-direction: column; /* 縦並び */
		display:block;
	}



navi li ,section{
		flex-direction: column; /* 縦並び */
	}


#naviArea {
	width: 100%;
}


#mainVisual .mainVisualInr {
	width: 100%;
}

#globalNavi ul {
	width: 100%;
}


#sub {
	width: 100%;
}

#side {
	margin-top:10px;
}


#footer {
	width: 100%;
}

#footer .footerInr {
	width: 100%;
}

nav#mainNav ul {
		width: 100%;
}



#footerContents {
	width:100%;
}


	nav ul,section{
		flex-direction: column; /* 縦並び */
	}
	nav ul{
		display:inline;
		padding: 0 0 1.5%;
	}
	nav ul li{
		width: 100%;
		margin-top: 5px;
		float:none;
	}
	nav ul li a{
	}
}


#top-navi {
	width: 100%;
}



#footer {
	width: 100%;
}

#top-navi table {
	width: 100%;
}

div.main-textarea {
	width: 100%;
}





#copyright {
	width:100%;
}



}







