@charset "utf-8";


/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #767164;	/*全体の文字色*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #dbb9b9;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
a:hover img {opacity: 0.6}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #767164;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #d5ccb4;	/*マウスオン時の文字色*/
}

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	width: 90%;			/*ブロックの幅を画面の80%にする設定。*/
	max-width: 900px;	/*上のwidth指定の追加設定。幅1000pxを最大幅に設定し、それ以上広げない。*/
	margin: 0 auto;		/*HP画面の左右中央に表示させる設定*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
header {
	text-align: center;	/*headerの中身をセンタリングさせる設定*/
	padding: 5% 0px;	/*「5%」はheaderの上下に、「0px」はheaderの左右にあける余白設定。*/
}

p.title{
	color: #fafafa;	/*全体の文字色*/
	font-size: 24px;	/*文字サイズ*/
    margin-top:10px;
}

/*ロゴ画像設定*/
#logo  img {
	width: 70%;			/*画像幅を上で設定している「container」の80%にする設定。*/
	max-width: 300px;	/*最大幅を500pxにする指定。これ以上大きくならない。*/
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
#menubar {
	text-align: center;	/*文字をセンタリング*/
	margin-bottom: 3%;	/*メニューの下に空けるスペース*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	display: inline;	/*横並びにする設定*/

}
#menubar li a {
	text-decoration: none;
	padding: 10px 20px;				/*10pxは上下に、20pxは左右へ空ける余白指定。*/
	color: #767164;					/*文字色*/
	font-size: 20px;				/*文字サイズを少し大きくする設定。お好みで変更して下さい。*/
	letter-spacing: 0.2em;			/*文字感覚を少し広くする設定。広くしないでいいなら、この１行を削除。*/
}
/*マウスオン時の設定*/
#menubar li a:hover {
	border-radius: 10px;	/*角丸のサイズ。大きくすれば角の丸みが大きくなる。角丸が不要ならこの１行削除。*/
	background: #f4e9e9;
}

/*コンテンツ（囲み枠のついたブロック）
---------------------------------------------------------------------------*/
#contents {
	border: 5px solid #767164;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
	border-radius: 10px;	/*角丸のサイズ。大きくすれば角の丸みが大きくなる。角丸が不要ならこの１行削除。*/
	padding: 4%;			/*ブロック内の余白*/
	overflow: hidden;
}
/*コンテンツのh2タグの設定*/
#contents h2 {
	clear: both;
	margin-bottom: 15px;
	color: #fff;		/*文字色*/
	padding: 5px 20px;	/*上下、左右への余白*/
	background: #767164;	/*背景色*/
	border-radius: 4px;	/*角丸のサイズ。大きくすれば角の丸みが大きくなる。角丸が不要ならこの１行削除。*/
}
/*コンテンツのh3タグの設定*/
#contents h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 3px 20px;	/*上下、左右への余白*/
	border-radius: 4px;	/*角丸のサイズ。大きくすれば角の丸みが大きくなる。角丸が不要ならこの１行削除。*/
	border: 2px solid #767164;	/*枠線の幅、線種、色*/
}

#contents h4 {

	padding-left: 10px;
}
/*コンテンツの段落タグ設定*/
#contents p {
	padding: 7px 20px 14px;	/*上、左右、下への余白*/
}
#contents p + p {
	padding-top: 0px;
}
#contents h2 + p,
#contents h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}


#contents img.profile {
  margin: 10px 40px 20px 10px;
  float: left;
  border-radius: 10px;
}


/*画像の設定*/
.about img {
	width: 31%;		/*画像の幅*/
	margin-left: 5px;
}

.schedule{
	width: 80%;		/*画像の幅*/
	margin: 5px 0 5px 9%;
}

#contents img.oyako {
  margin: 10px 0px 10px 10px;
  width: 60%;
  border-radius: 3px;
}

#contents img.comingsoon {
  margin: 10px 0px 20px 40px;
  clear: both;
  border-radius: 3px;
}




/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px;	/*左から、上下、左右への余白*/
	color: #767164;		/*文字色*/
}
footer a {
	text-decoration: none;
	border: none;
	color: #767164;	/*文字色*/
}
footer .pr {
	display: block;
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 90%;
	margin: auto;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #767164;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;			/*テーブル内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cccccc;	/*背景色*/
}
/*テーブルの左側ボックス*/
.ta1 th {
	width: 30%;
    background: #eeeeee;	/*背景色*/
	text-align: center;	/*センタリング*/
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.color1 {color:#7fb1d0;}
.pr {font-size: 10px;}
.c {text-align:center;}


/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#menubar ul{
	display: flex;
	flex-wrap: wrap;
}

#menubar li{
	display: flex;
	width: 50%;
}

#contents img.profile {
  	width: 50%;
}

.about img {
	width: 48%;		/*画像の幅*/
	margin: 2px;
}

.schedule {
	width: 100%;		/*画像の幅*/
	margin: 0 0 5px 0;
}

#contents img.oyako {
  	width: 100%;
	margin: 5px 0;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar ul {
	display: block;	/*メニューを「横並び」から「縦並び」に変更する設定*/
}

#menubar li {
	margin-bottom: 5px;
	width: 100%;
}
/*profile.html内の各ブロック
---------------------------------------------------------------------------*/

#contents img.profile {
    margin: 0 0 10px 0;
    border-radius: 10px;
  	width: 100%;
}

.about img {
	width: 100%;		/*画像の幅*/
}

#contents img.oyako {
    margin: 0 0 10px 0;
    border-radius: 10px;
  	width: 100%;
}


	/*テーブル
---------------------------------------------------------------------------*/
/*tテーブルブロック設定*/
.ta1 td, .ta1 th {
    display:block;
}
.ta1 th {
	text-align: left;
	width: auto;
}
