@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #111;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: 13px/1.8 "メイリオ", 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;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;
	height: 140px;
	padding-left: 15px;
	line-height: 2em;
	background-color: #FFF4F8;
	margin: 0px 5px;
}
#new dl a {
	color: #0066ff;
	text-decoration: none;
}
#new dl a:hover {
	color: #ff0983;
}
/*日付設定*/
#new dt {
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}






/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
}
a:hover {
	color: #ff0983;
	text-decoration: none;
}

/*h1タグ
---------------------------------------------------------------------------*/
h1 {
	width: 830px;
	margin: 0px auto;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	/*line-height: 30px; */
	color: #FFF;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 790px;
	margin: 0px auto;
	background: #FFF;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 10px 10px 0 0;
}



/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	background: rgb(255,225,198); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,198,1) 0%, rgba(255,166,66,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,225,198,1) 0%,rgba(255,166,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,225,198,1) 0%,rgba(255,166,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 10px;
	margin-bottom: 20px;
	height: 50px;
	padding-left: 10px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 154px;
	text-align: center;
	border-right: 1px solid #fff;
}
nav#menubar ul li a {
	color: #924800;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 0px;
	line-height: 1.5;
}
nav#menubar ul li:last-child {
    border-right: none;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	color: #e12265;
}

nav#menubar ul li span {
    display: block;
    color: #fff;
    font-size: 10px;
    -webkit-text-size-adjust: none;
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 550px;
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	border-radius: 10px;
	background-color: #ffa2b8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../images/bg.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ffa2b8), to(#cd7086));	/*グラデーション*/
	background: url(../images/bg.png) no-repeat right center, -webkit-linear-gradient(#ffa2b8, #cd7086);	/*同上*/
	background: url(../images/bg.png) no-repeat right center, linear-gradient(#ffa2b8, #cd7086);			/*同上*/
	font-size: 100%;
	color: #FFF;
	padding: 8px 15px;
	clear: both;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	border-radius: 10px;
	background-color: #d2d2d2;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#d2d2d2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #d2d2d2);	/*同上*/
	background-image: linear-gradient(#FFF, #d2d2d2);			/*同上*/
	font-size: 100%;
	padding: 4px 15px;
	clear: both;
	border: 1px solid #ccc;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;
}
p.pr1 a {
	font-size: 120%;
	color: #fd802c;
	text-decoration: none;
}
p.pr1 a:hover {
	color: #ff0983;
}





/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 15px 25px;
	margin-bottom: 15px;
	background: url(../images/back1.jpg) no-repeat center top;
	border: 1px solid #fdd7e2;
	border-radius: 10px;
	line-height: 1.5em;
}
/*box1内のh2見出し設定*/
#sub .box1 h2 {
	border-radius: 0px;
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}




/*その他
---------------------------------------------------------------------------*/
.look {
	background: #d2d2d2;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
.fr {
	float: right;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #ff0983;
}
.color2 {
	font-size: 120%;
	color: #fd802c;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}

figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}

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

/*h1タグ
---------------------------------------------------------------------------*/
h1 {
	display: none;
}

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: auto;
	margin: 10px;
	text-align: center;
	padding: 10px 0px;
}
/*ロゴの設定*/
header #logo {
	position: static;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	background: none;
	border-radius: 0px;
	height: auto;
	padding-left: 0;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	height: 50px;
	width: 49%;	/*幅*/
	background: rgb(255,225,198); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,198,1) 0%, rgba(255,166,66,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,225,198,1) 0%,rgba(255,166,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,225,198,1) 0%,rgba(255,166,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 8px;
	margin-bottom: 5px;
}
/*偶数番目のメニューの設定*/
nav#menubar ul li:nth-child(even) {
	margin-left: 1%;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	border-radius: 8px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;	/*コンテンツの幅*/
}

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

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	width: 31%;
	margin-right: 2%;
}
#main .list section a {
	width: 100%;	/*幅*/
	height: 250px;	/*高さ*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*左側ボックス*/
#main .staff .left {
	width: 33%;
}
#main .staff .left figure img {
	width: 100%;
	height: auto;
}
/*右側ボックス*/
#main .staff .right {
	width: 65%;	/*幅*/
}

/*スライドショー設定
---------------------------------------------------------------------------*/
.swiper-container {
	height: 400px;
}
.gallery-thumbs {
	height: 100px;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}

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

}



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

/*h1タグ
---------------------------------------------------------------------------*/
h1 {
	display: none;
}

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: auto;
	margin: 10px 10px 0px;
	text-align: center;
	padding: 10px 0px 5px;
	height: 150px;
}
/*ロゴの設定*/
header #logo {
	position: static;
	width: 90%;
	margin: 0px auto 5px;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	margin-top: 10px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	background: none;
	border-radius: 0px;
	height: auto;
	padding-left: 0;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	height: 40px;
	width: 49%;	/*幅*/
	background: rgb(255,225,198); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,198,1) 0%, rgba(255,166,66,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,225,198,1) 0%,rgba(255,166,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,225,198,1) 0%,rgba(255,166,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 8px;
	margin-bottom: 5px;
}
nav#menubar ul li a {
	line-height: 1.0em;
	padding-top: 5px;
}
/*偶数番目のメニューの設定*/
nav#menubar ul li:nth-child(even) {
	margin-left: 1%;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	border-radius: 8px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;	/*コンテンツの幅*/
}

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

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/bg.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ffa2b8), to(#ff8ba6));	/*マイナスアイコンと背景画像とグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/bg.png) no-repeat right center, -webkit-linear-gradient(#ffa2b8, #ff8ba6);	/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/bg.png) no-repeat right center, linear-gradient(#ffa2b8, #ff8ba6);			/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/bg.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ffa2b8), to(#ff8ba6));	/*プラスアイコンと背景画像とグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/bg.png) no-repeat right center, -webkit-linear-gradient(#ffa2b8, #ff8ba6);	/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/bg.png) no-repeat right center, linear-gradient(#ffa2b8, #ff8ba6);			/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	float: none;
	margin-left: 0;
}
#main .list section a {
	width: auto;	/*幅*/
	height: auto;	/*高さ*/
}
/*写真の設定*/
#main .list section figure img {
	width: 70%;
	height: auto;
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*左側ボックス*/
#main .staff .left {
	float: none;
	width: auto;
	padding-bottom: 15px;
	text-align: center;
}
/*写真の設定*/
#main .staff .left figure img {
	width: 80%;
	height: auto;
}
/*右側ボックス*/
#main .staff .right {
	width: auto;
	float: none;
	padding-bottom: 15px;
}

/*フッター内メニューの設定*/
nav#fmenu ul{
	width: 80%;
	padding-bottom: 40px;
}


/*スライドショー設定
---------------------------------------------------------------------------*/
.swiper-container {
	height: 350px;
}
.gallery-thumbs {
	height: 80px;
}

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

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	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;
}

}

