@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #000	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
	background-color: #FFF;	/*背景色*/
	
}
body#top {

	background-repeat: no-repeat;
	background-position: center top;
}
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;
	width: 200px;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	margin-top: 0px;
	margin-bottom: 30px;
}

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


/*リクルートページ展開ボタン
-------------------------------------------------------------------------*/
.open_button{
	
    font-weight: 600;
    background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	
    padding: 8px 50px 8px 50px;
    box-shadow: 1px 1px 1px #555;
    font-size: 25px;
	margin: 120px;
	line-height: 75px;	
}

@media screen and (max-width: 480px){
.open_button{
	
    font-weight: 600;
    background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	
    padding: 16px 35px 16px 35px;
    box-shadow: 1px 1px 1px #555;
    font-size: 25px;
	margin:31px;
	line-height: 90px;
}



}


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#000));	/*グラデーション*/
	/*background-image: -webkit-linear-gradient(#d8d8d8, #171717 45%, #000);	/*同上*/
	/*background-image: linear-gradient(#d8d8d8, #171717 45%, #000);			/*同上*/
}
/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	/*ブロック幅*/
	height: 90px;
	position: relative;
	margin: 0px auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 20px;	/*innerに対して左から20pxの場所に配置*/
	top: 20px;	/*innerに対して上から20pxの場所に配置*/
}
/*電話番号ボックスの設定*/
header .inner address {
	color:rgba(237, 150, 178, 0.9);
	position: absolute;
	top: 15px;		/*innerに対して上から15pxの位置に配置*/
	left: 700px;	/*innerに対して右から700pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/
}
/*電話番号の文字設定*/
header .inner address .tel {
	font-size: 18px;	/*文字サイズ*/
	color: rgba(237, 150, 178, 0.9);		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}

/*英語バナー
---------------------------------------------------------------------------*/
.english{
display: block;
width: 70%;
margin: auto;
padding-top: 20px;

}
.english img{
	border-radius: 8px;
}
@media screen and (min-width: 640px){
.english{
	display: none;
}
}
@media (max-width : 480px){
	.english_pc{
		display: none;
	}
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 50px;	/*ブロックの高さ*/
	background-color: rgba(237, 150, 178, 0.9);	/*背景色（古いブラウザだとここの色のみが出ます）*/

}
nav#menu ul {
	width: 940px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 115px;	/*メニュー幅*/
	border-right: 1px solid #FFF;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 25px;
	padding-top: 5px;
	color: #FFF;	/*文字色*/

	font-weight: bold;	/*文字を太字にする設定。通常がいいならこの１行削除。*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #FFF;	/*左側に線を入れる*/
}

/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #F4F1DE;	/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 15px;
	padding-bottom: 5px;
	color: #FFF;	/*文字色*/
	text-shadow: none;
	font-weight: normal;
}

@media screen and (min-width: 640px){
#fv{display:none;}}



/*PCトップスライドの設定
---------------------------------------------------------------------------*/
.topslid-pc{
	text-align: center;
	margin-top: 10px;
	
	
}
@media screen and (max-width: 480px){
	
.topslid-pc{
	display:none;
	}
}

/*イベントバナーの設定
---------------------------------------------------------------------------*/
#event{display: none;
	}
@media (max-width : 480px){
	#event{
		display:block;
	}
}


/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	
	clear: left;
	width: 997px;
	margin: 30px auto 0px;
}
/*トップページでのコンテンツブロック設定*/

body#top #contents {
	margin: 30px auto 0px;	/*背景画像分、高さをとる。*/
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 785px;
}
/*2カラム時*/
body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 570px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}



/*2カラム時*/
body.c2 #main {
	width: 782px;	/*メインコンテンツ幅*/
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	background-color: rgba(237, 150, 178, 0.9);	/*背景色（古いブラウザだとここの色のみが出ます）*/
	
	background-repeat: no-repeat;		/*右側のシャンデリア装飾画像をリピートしない設定*/
	background-position: right center;	/*上記画像の位置*/
	font-size: 100%;
	color: #FFF;	/*文字色*/
	padding: 13px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid rgba(237, 150, 178, 0.9);	/*枠線の幅、線種、色*/
	
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	font-size: 100%;
	color: rgba(237, 150, 178, 0.9);		/*文字色*/
	padding: 2px 15px;	/*左から、上下、左右への余白*/
	clear: both;
	border-left: 4px solid rgba(237, 150, 178, 0.9);		/*左の線の幅、線種、色*/
	border-bottom: 1px solid rgba(237, 150, 178, 0.9);	/*下の線の幅、線種、色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	color: rgba(237, 150, 178, 0.9);
	padding: 5px 10px 15px;	/*上、左右、下への余白*/
}

/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
	line-height: 1.6;
}
/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;
	width: 200px;
	padding-bottom: 30px;
	line-height: 1.6;
}
/*2カラム時にサイドコンテンツを非表示にする設定*/
body.c2 #side {
	display: none;
}
/*sub,sideコンテンツ内のh2タグ設定*/
#sub h2,
#side h2 {
	font-size: 100%;
    text-align: center;
    background-color: rgba(237, 150, 178, 0.9);
    padding: 6px 0px;
    color: #FFF;
    clear: both;
}

/*sub,sideコンテンツ内のbox1設定*/
#sub .box1,
#side .box1 {
	-webkit-box-shadow: 0px 0px 15px #ead98e inset;
    box-shadow: 0px 0px 15px #ead98e inset;
    border: 1px solid #baa651;
    padding: 5px;
    margin-bottom: 15px;
    clear: both;
}

#sub .access{
		
	

    border: 1px solid rgba(237, 150, 178, 0.9);
    padding: 5px;
    margin-bottom: 15px;
    clear: both;
}

#side .twitter{
		
	

    border: 1px solid rgba(237, 150, 178, 0.9);
    padding: 5px;
    margin-bottom: 15px;
    clear: both;
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#side h2 + ul,
#sub h2 + .box1,
#side h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul,
#side .box1 > ul {
	margin-bottom: 0;
}

/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul,
#side ul {
	border-top: 1px solid rgba(237, 150, 178, 0.9);		/*上側の線の幅、線種、色*/
	border-right: 1px solid rgba(237, 150, 178, 0.9);	/*右側の線の幅、線種、色*/
	border-left: 1px solid rgba(237, 150, 178, 0.9);		/*左側の線の幅、線種、色*/
	margin-bottom: 15px;				/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a,
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid rgba(237, 150, 178, 0.9);	/*枠線の幅、線種、色*/
	background: #FFF;	/*背景色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 3px 5px 3px 10px;	/*上、右、下、左側への余白*/
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {

	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;			/*文字色*/
	background: rgba(237, 150, 178, 0.9);	/*背景色*/

}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFFFFF;
}
footer a:hover {
	color: #18556f;
}



	
/*固定バナー
-------------------------------------------------------------------------*/
.fix_contact {
	display:none;
	background: rgba(237, 150, 178, 0.9);
	text-align:center;
	width:100%;
	margin:0;
	overflow:hidden;
	position: fixed;
	bottom:0;
	left:0;
	z-index:1000;
}

.fix_contact .contact_area {
	display:table;
	margin:0.3em auto;
	width:100%;
}
.fix_contact .contact_area li {
	display:table-cell;
	vertical-align: top;
	text-align:center;
}
.fix_contact .contact_area li a{
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	width: 230px;
	height: 71px;
}
.fix_contact .contact_area li.tell a{
	background-image: url(../img/head_tel_bg.png);
}
.fix_contact .contact_area li.contact a{
	background-image: url(../img/head_contact_bg.png);
}
@media screen and (min-width: 768px) {
	.fix_contact .contact_area li a:hover {
		background-position: center bottom;
	}
}

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

}

@media screen and (max-width: 767px) {
	.fix_contact {
		display:block;
	}
	.fix_contact .contact_area li {
		width:50%;
	}
	.fix_contact .contact_area li a{
		width: 100%;
		background-size: cover;
		height: auto;
	}
	.fix_contact .contact_area li a img{
		
	}

}
/*end fix問合せ*/



/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	float: left;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFF;	/*背景色*/
	/*-webkit-box-shadow: 0px 0px 30px #37c4ff inset;	/*内側への影。右・下・ぼかし幅・色を設定*/
	/*box-shadow: 0px 0px 30px #37c4ff inset;			/*同上*/
	border: 1.5px solid rgba(237, 150, 178, 0.9);	/*枠線の幅、線種、色*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	
	transition: 0.5s;			/*同上*/
	padding: 9px;	/*ボックス内の余白*/
	display: block;
	width: 110px;	/*幅*/
	height: 210px;	/*高さ*/
}
/*2カラム時のボックス設定*/
body.c2 #main .list section a {
	padding: 16px;	/*ボックス内の余白*/
}
/*スタッフ名*/
#main .list section h4 {
	color: rgba(237, 150, 178, 0.9);	/*文字色*/
	font-size: 100%;
}
/*サムネイル内のアイコン位置*/
#main .list section .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main .list section a:hover {
	background: #ffe7eee6;	/*背景色*/
	color: rgba(237, 150, 178, 0.9);	/*文字色*/
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin: 0px 10px;
}
/*左側ボックス*/
#main .staff .left {
	float: left;	/*左に回り込み*/
	width: 180px;	/*幅*/
	padding-bottom: 15px;
}
#main .staff .left p {
	padding: 0px;
}
/*右側ボックス*/
#main .staff .right {
	width: 350px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブル内の左側*/
#main .staff .right .ta1 th {
	width: 100px;	/*幅*/
}
/*テーブル内の余白*/
#main .staff .right .ta1 td,
#main .staff .right .ta1 th{
	padding: 2px 10px;
}


#main .staff .left .thumbnail li{
	float:left;
	
}

#main .staff .left .thumbnail li{
	float:left;
	width: 20%;
	
}






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

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1.5px solid #e07896;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
	color:rgba(237, 150, 178, 0.9) ;
	
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	color: #FFF;
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: rgba(237, 150, 178, 0.9);	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#333, #000);	/*同上*/
	background-image: linear-gradient(#333, #000);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #0086be;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #0086be;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #0086be;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #12aced;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#37c4ff), to(#12aced));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#37c4ff, #12aced);	/*同上*/
	background-image: linear-gradient(#37c4ff, #12aced);			/*同上*/
	color: #FFFFFF;	/*文字色*/
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 100px;	/*ボタン幅*/
	padding: 6px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
    background-color: rgba(237, 150, 178, 0.9);
    
	font-size: 14px;	/*文字サイズ*/
	color: #FFF;	/*文字色*/
	border: none;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #e44e7ee6;	/*背景色*/
	background-image:none;
}

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

*/

/*トップへ戻るスクロール設定
-------------------------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: rgba(237, 150, 178, 0.9);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}


#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pageTop .fa-chevron-up {
   padding-right: 20%;
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #333;
}
.mb15 {
	margin-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #37c4ff;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	color:rgba(237, 150, 178, 0.9);
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	
	height: auto;
	margin: 0 auto;
}

img.merumaga{
	
	width: 386px;
	height: auto;
	margin: 0 auto;
}
#menubar_hdr {
	display: none;
}


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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 20px;
}
/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	padding-bottom: 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: auto;
	margin: 6px 6px 0px;
}
nav#menu ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 50%;	/*メニュー幅*/
	border: none !important;
background-color: #bba752;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefc), to(#bba752));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fefefc, #ddd29a 49%, #d0c175 50%, #bba752);	/*同上*/
	background-image: linear-gradient(#fefefc, #ddd29a 49%, #d0c175 50%, #bba752);			/*同上*/
	-webkit-box-shadow: 0px 0px 30px #bba752;	/*影の設定。右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 0px 30px #bba752;			/*同上*/
	margin-bottom: 1%;
}
/*奇数番目のメニューの設定*/
nav#menu ul li:nth-child(odd) {
	width: 49%;	/*メニュー幅*/
	margin-right: 1%;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 30px;
}

/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
/*トップページでのコンテンツブロック設定*/
body#top #contents {
	margin: 0px 6px 0px;
}

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, body.c2 #main, #sub {
	float: none;
	width: auto;
}

/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: none;	/*表示させない設定*/
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	width: 24%;			/*ボックス幅*/
	margin-left: 1%;	/*ボックスの左右間の余白*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main .list section a {
	width: 100%;
	height: 270px;	/*ボックスの高さ*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*写真の設定*/
#main .list section figure img {
	width: 100%;
	height: auto;
}

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

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニューアイコンを非表示に*/
#menubar_hdr {
	display: none;
}

}

p.concept{
		text-align: center;
		
	}

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

	

	
	
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 10px;
}
header h1 img {
	width: 60%;	/*画面に対してロゴ画像を80％の幅に*/
	height: auto;
}
/*電話番号ボックスの設定*/
header .inner address {
	display: none;
	position: static;
	padding-bottom: 10px;
}

	
/*FVスライドショーの設定
---------------------------------------------------------------------------*/
#fv {
	

	}
	
/*上部のメインメニュー
---------------------------------------------------------------------------*/
	/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;	/*左側に線を入れる*/
}
	
	
	
	
	
/*メニューブロック設定*/
nav#menu {
	height: 140px;
	margin:0;
	box-shadow: none;

}
nav#menu ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	display: block;
	width: 24.7%;
	background-color: rgba(237, 150, 178, 0.9);	/*背景色（古いブラウザだとここの色のみが出ます）*/
	text-align: center;
	border-right: 1px solid　#FFF;

}
nav#menu ul li a {
	padding: 45px 0px 0px 0px;	/*メニュー内の余白。上、右、下、左*/
	background-repeat: no-repeat;
    background-position: center 5px, 0 0;
	background-size: 45px 43px, auto auto;
	border-bottom: 1px solid #FFF;


}
	nav#menu ul li:nth-child(1) a{

	background-image: url(../images/home.png);
		
	}
	nav#menu ul li:nth-child(2) a{

	background-image: url(../images/concept.png);
		
	}
	
	nav#menu ul li:nth-child(3) a{

	background-image: url(../images/cast.png);
		
	}
	nav#menu ul li:nth-child(4) a{

	background-image: url(../images/menu.png);
		
	}
	
	
	nav#menu ul li:nth-child(5) a{

	background-image: url(../images/event.png);
		
	}
	
	nav#menu ul li:nth-child(6) a{

	background-image: url(../images/access.png);
		
	}
	
	nav#menu ul li:nth-child(7) a{

	background-image: url(../images/recruit.png);
		
	}
	
		nav#menu ul li:nth-child(8) a{

	background-image: url(../images/blog.png);
		
	}
	
	
	
/*英語表記の設定*/
nav#menu ul li a span {
	display: none;	/*表示させない設定*/
}

/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
/*トップページでのコンテンツブロック設定*/
body#top #contents {
	margin: 20px 6px 0px;
}

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, body.c2 #main, #sub ,#side{
	float: none;
	width: auto;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグ設定*/
#main h2 {
	padding: 5px 10px;	/*上下、左右への余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 5px 5px 10px;	/*上、左右、下への余白*/
}

/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {

}

	
#sub .access{
		
	
	   
    border: 1px solid rgba(237, 150, 178, 0.9);
    padding: 5px;
    margin-bottom: 15px;
    clear: both;
}
	
#side .twitter{
		
	
	  
    border: 1px solid rgba(237, 150, 178, 0.9);
    padding: 5px;
    margin-bottom: 15px;
    clear: both;
}
	
#sub .box1{
		display:none;
	}
	/*アクセス情報の文字サイズ
---------------------------------------------------------------------------*/
.mini1 {
    font-size: 16px;
    line-height: 1.5;
	text-align: center;
}




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

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

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	width: 48%;		/*ボックス幅*/
	margin-left: 1%;	/*ボックスの左右間の余白*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main .list section a {
	width: 100%;
	height: 250px;	/*ボックスの高さ*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*写真の設定*/
#main .list section figure img {
	width: 100%;
	height: auto;
}

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

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
/*#top #menubar_hdr {
	display: none;
}
/*トップ以外で右上に出す３本バーのアイコン設定*/
/*#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;		/*画面の上から0pxに配置*/
/*	right: 10px;	/*画面の右から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;	/*角丸設定。左上、右上、右下、左下への数値。*/
/*}

}

/*グーグルマップ埋め込みのレスポンシブ設定
-------------------------------------------------------------------------*/
.map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.map iframe{
    position:absolute;
    top:0;
    left:0;
    left:0;
    width:100%;
    height:100%;
}
	
	
p.concept{
		text-align: center;
		
	}

	
	
