@charset "shift_jis";

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	/*font-size: 75%;*/
	font-size: 90%;
	line-height: 2;
	color: #656058;
	background-color: #CEA573;
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: 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;
}

.font13{
	font-size:13px;}


.font14{
	font-size:13px;
	margin-top:15px;}

.lineshusei{
	line-height:15px;}

.ao{
	color:#00F;}
.aka{
	color:#F00;}

.fontbold{
	margin-top:1em !important;
	font-weight:bolder;
	text-align:center;}

.font_bold {
	font-weight: bold;
}

/*241029追加*/
.font_normal {
	font-weight: normal;
}

.b_c{
	border: 1px solid #CCC;
	}
.ma{
    margin: 0 auto;
}
.mr-10{
    margin-right: 10px;
}
.mr-20{
    margin-right: 20px;
}
.mr-30{
    margin-right: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.pr-40{
    padding-right: 40px;
}
.pl-40{
    padding-left: 40px;
}
.txt_center{
    text-align: center;
}

.w_33{
	width: 33.3%
}

/*取り消し線*/
.text_border {
	text-decoration: line-through;
}

/*241024追加*/
.table_mt{
    margin-top: 15px;
	display: inline-block;
}


/*リンクカラー設定
---------------------------------------------------------------------------*/
a {
	color: #656058;
}

a:hover {
	text-decoration: none;
}

/*page1（HOME）のカーソルオーバー時カラー*/
#page1 a:hover {
	color: #AD8BB8;
}

/*page2（ABOUT）のカーソルオーバー時カラー*/
#page2 a:hover {
	color: #9494BE;
}

/*page3（CAKE）のカーソルオーバー時カラー*/
#page3 a:hover {
	color: #8BAEB8;
}

/*page4（Q&A）のカーソルオーバー時カラー*/
#page4 a:hover {
	color: #90B88B;
}

/*page5（LINK）のカーソルオーバー時カラー*/
#page5 a:hover {
	color: #AB8983;
}

/*page6（CONTACT）のカーソルオーバー時カラー*/
#page6 a:hover {
	color: #B88BAE;
}




/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 10px;	/*文字サイズ*/
	color: #fafafa;		/*文字色*/
	font-weight: bold;
	text-align: right;	/*文字を右寄せ*/
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
}

h1 a {
	color: #fafafa;			/*リンクを設定した際の文字色*/
	text-decoration: none;	/*下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background-color: #FFFFFF;	/*背景色*/
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（サイト名ロゴとメイン写真が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/header_bg.gif);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 400px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

#bana {
	height: 410px;
	width: 100%;
}
.bana_inner{
    background: #fff;
    width: 850px;
    height:410px;
    margin: 0 auto;
    position: relative;
}

/*サイトロゴ配置設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーに対して左から0pxの位置に配置*/
	top: 100px;	/*ヘッダーに対して上から100pxの位置に配置*/
}

/*ロゴ*/
.logo{
    position: absolute;
    top:20px;
    left: 250px;
    z-index: 10;
}

/*メインビジュアル*/
.slider img{
    height: auto;
    width: 100%;
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 50px;
	margin-left: 10px;
	width: 830px;
	margin-bottom: 20px;
}

ul#menu img {
	vertical-align: bottom;
}

ul#menu li {
	float: left;
	margin-right: 10px;
}

ul#menu li.last {
	margin-right: 0px;
}





/*メインメニューの下ボーダーカラー
---------------------------------------------------------------------------*/
/*page1（HOME）*/
#page1 ul#menu {
	border-bottom: 10px solid #e6dce9;
}
/*page2（ABOUT）*/
#page2 ul#menu {
	border-bottom: 10px solid #dfdfeb;
}
/*page3（CAKE）*/
#page3 ul#menu {
	border-bottom: 10px solid #dae5e8;
}
/*page4（Q&A）*/
#page4 ul#menu {
	border-bottom: 10px solid #dde9dc;
}
/*page5（LINK）*/
#page5 ul#menu {
	border-bottom: 10px solid #e5dbd9;
}
/*page6（CONTACT）*/
#page6 ul#menu {
	border-bottom: 10px solid #e9dce6;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
/*h2見出しタグ共通設定*/
#main h2 {
	font-size: 120%;
	font-weight: bold;	/*太字にする設定*/
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 30px;
	clear: both;
}

.midashi {
	color: #AD8BB8;
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 8px;
	/*line-height: 40px;
	overflow: hidden;
	clear: both;*/
}

.midashi2 {
	color: #AD8BB8;
	font-size: 120%;
	font-weight: bold;
	margin-top:0;
	padding-top: 0px;
	padding-left: 8px;
	/*line-height: 40px;
	overflow: hidden;
	clear: both;*/
}


/*段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;
	font-size: 100%;
}

/*page1（HOME）のh2背景画像*/
#page1 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_1.gif);
	background-repeat: no-repeat;
}

/*page2（ABOUT）のh2背景画像*/
#page2 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_2.gif);
	background-repeat: no-repeat;
}

/*page3（CAKE）のh2背景画像*/
#page3 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_3.gif);
	background-repeat: no-repeat;
}

/*page4（Q&A）のh2背景画像*/
#page4 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_4.gif);
	background-repeat: no-repeat;
}

/*page5（LINK）のh2背景画像*/
#page5 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_5.gif);
	background-repeat: no-repeat;
}

/*page1（CONTACT）のh2背景画像*/
#page6 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_6.gif);
	background-repeat: no-repeat;
}



/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	width: 100%;
	font-size: 10px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	padding-top: 30px;
	padding-bottom: 10px;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



/*フッター（コピーライト表記がある最下部部分）
---------------------------------------------------------------------------*/
#footer {
	font-size: 10px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	background-image: url(images/footer_bg.jpg);	/*フッター背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	color: #fafafa;
}

#footer a {
	color: #fafafa;
}




/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new dl {
	height: 120px;			/*ボックスの高さ*/
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dt {
	/*font-weight: bold;	日付を太字にする設定*/
	float: left;
}

#main .new dd {
	border-bottom: 1px solid #cccccc;	日付ごとの下線*/
	padding-left: 8em;
}



/*ページボックス設定
---------------------------------------------------------------------------*/
.box1 {
	height: 330px;
	width: 774px;
	border: 3px solid #CCCCCC;	/*ボックス1個あたりの枠線の幅と線種と色*/
	float: left;
	display: inline;
	margin-top: 14px;
	margin-left: 14px;
	padding: 10px;
	/*overflow: auto;*/
}

/*h3見出し設定*/
.box1 h3 {
	font-size: 14px;	/*文字サイズ*/
	color: #8BAEB8;		/*文字色*/
	text-align: center;	/*センタリング設定*/
	background-color: #dae5e8;	/*背景色*/
	margin-bottom: 10px;
}

/*段落タグ設定*/
.box1 p {
	padding: 0px !important;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.6;
	float: left;
}

.box1 .img {	/*画像部分の設定*/
	font-size: 100%;	/*文字の大きさ設定*/
	/*color: #FF0000;		文字色。*/
	text-align: center;	/*センタリング設定*/
	width: 230px;		/*実際に配置する画像の幅をここに設定する。*/
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}

.box1 .setumei {	/*説明部分の設定*/
	font-size: 100%;	/*文字の大きさ設定*/
	/*color: #FF0000;		文字色。*/
	/*text-align: center;	センタリング設定*/
	width: 510px;		/*実際に配置する画像の幅をここに設定する。*/
	padding-left: 10px;
	padding-top: 0px;
	float: left;
}


/*ページボックス設定チュンリィ
---------------------------------------------------------------------------*/
.box1_a {
	height: 260px;
	width: 774px;
	border: 3px solid #CCCCCC;	/*ボックス1個あたりの枠線の幅と線種と色*/
	float: left;
	display: inline;
	margin-top: 14px;
	margin-left: 14px;
	padding: 10px;
	/*overflow: auto;*/
}

/*h3見出し設定*/
.box1_a h3 {
	font-size: 14px;	/*文字サイズ*/
	color: #8BAEB8;		/*文字色*/
	text-align: center;	/*センタリング設定*/
	background-color: #dae5e8;	/*背景色*/
	margin-bottom: 10px;
}

/*段落タグ設定*/
.box1_a p {
	padding: 0px !important;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.6;
	float: left;
}

.box1_a .img {	/*画像部分の設定*/
	font-size: 100%;	/*文字の大きさ設定*/
	/*color: #FF0000;		文字色。*/
	text-align: center;	/*センタリング設定*/
	width: 230px;		/*実際に配置する画像の幅をここに設定する。*/
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}

.box1_a .setumei {	/*説明部分の設定*/
	font-size: 100%;	/*文字の大きさ設定*/
	/*color: #FF0000;		文字色。*/
	/*text-align: center;	センタリング設定*/
	width: 510px;		/*実際に配置する画像の幅をここに設定する。*/
	padding-left: 10px;
	padding-top: 0px;
	float: left;
}


.box2_a {
	height: 200px;
	width: 774px;
	border: 3px solid #CCCCCC;	/*ボックス1個あたりの枠線の幅と線種と色*/
	float: left;
	display: inline;
	margin-top: 14px;
	margin-left: 14px;
	padding: 10px;
	/*overflow: auto;*/
}

/*h3見出し設定*/
.box2_a h3 {
	font-size: 14px;	/*文字サイズ*/
	color: #8BAEB8;		/*文字色*/
	text-align: center;	/*センタリング設定*/
	background-color: #dae5e8;	/*背景色*/
	margin-bottom: 10px;
}

/*段落タグ設定*/
.box2_a p {
	padding: 0px !important;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.6;
	float: left;
}

.box2_a .img {	/*画像部分の設定*/
	font-size: 100%;	/*文字の大きさ設定*/
	/*color: #FF0000;		文字色。*/
	text-align: center;	/*センタリング設定*/
	width: 230px;		/*実際に配置する画像の幅をここに設定する。*/
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}

.box2_a .setumei {	/*説明部分の設定*/
	font-size: 100%;	/*文字の大きさ設定*/
	/*color: #FF0000;		文字色。*/
	/*text-align: center;	センタリング設定*/
	width: 510px;		/*実際に配置する画像の幅をここに設定する。*/
	padding-left: 10px;
	padding-top: 0px;
	float: left;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル１共通設定*/
.ta1 {
	width: 830px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;	/*枠線の幅と線種と色*/
}

.ta1 td, .ta1 th{
	padding: 5px 5px;
	color: #999;
}

.ta1 th{
	/*background-color: #f5f5f5;*/
	width: 120px;
	text-align: center;
}

.ta1 th.tamidashi{
	width: 100px;
	text-align: center;
}

.ta1 th.sun{
	background-color: #ff3333;
	width: 100px;
	text-align: center;
	color: #FFFFFF;
}

.ta1 th.sat{
	background-color: #3333ff;
	width: 100px;
	text-align: center;
	color: #FFFFFF;
}

.ta1 th.week{
	background-color: #f5f5f5;
	width: 100px;
	text-align: center;
}



/*page1（HOME）の「サンプルタイトル」部分の背景色*/
#page1 .ta1 th.tamidashi{
	background-color: #E6DCE9;
}

/*page2（ABOUT）の「サンプルタイトル」部分の背景色*/
#page2 .ta1 th.tamidashi{
	background-color: #DFDFEB;
}

/*page3（CAKE）の「サンプルタイトル」部分の背景色*/
#page3 .ta1 th.tamidashi{
	background-color: #DAE5E8;
}

/*page4（Q&A）の「サンプルタイトル」部分の背景色*/
#page4 .ta1 th.tamidashi{
	background-color: #DDE9DC;
}

/*page5（LINK）の「サンプルタイトル」部分の背景色*/
#page5 .ta1 th.tamidashi{
	background-color: #E5DBD9;
}

/*page6（CONTACT）の「サンプルタイトル」部分の背景色*/
#page6 .ta1 th.tamidashi{
	background-color: #E9DCE6;
}



/*アクセントカラー
---------------------------------------------------------------------------*/
/*page1（HOME）のアクセント（class="color1"）カラー*/
#page1 .color1 {
	color: #AD8BB8;
}

/*page2（ABOUT）のアクセント（class="color1"）カラー*/
#page2 .color1 {
	color: #9494BE;
}

/*page3（CAKE）のアクセント（class="color1"）カラー*/
#page3 .color1 {
	color: #8BAEB8;
}

/*page4（Q&A）のアクセント（class="color1"）カラー*/
#page4 .color1 {
	color: #90B88B;
}

/*page5（LINK）のアクセント（class="color1"）カラー*/
#page5 .color1 {
	color: #AB8983;
}

/*page6（CONTACT）のアクセント（class="color1"）カラー*/
#page6 .color1 {
	color: #B88BAE;
}


/*テーブル２
---------------------------------------------------------------------------*/
/*テーブル２共通設定*/
.ta2 {
	width: 830px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #999999;	/*枠線の幅と線種と色*/
}

.ta2 td, .ta2 th{
	padding: 5px 5px;
}

.ta2 th{
	background-color: #E5DBD9;
	text-align: center;
}

.ta2 th.tamidashi{
	width: auto;
	text-align: center;
}

/*page1（HOME）の「サンプルタイトル」部分の背景色*/
#page1 .ta2 th.tamidashi{
	background-color: #E6DCE9;
}

/*page2（ABOUT）の「サンプルタイトル」部分の背景色*/
#page2 .ta2 th.tamidashi{
	background-color: #DFDFEB;
}

/*page3（CAKE）の「サンプルタイトル」部分の背景色*/
#page3 .ta2 th.tamidashi{
	background-color: #DAE5E8;
}

/*page4（Q&A）の「サンプルタイトル」部分の背景色*/
#page4 .ta2 th.tamidashi{
	background-color: #DDE9DC;
}

/*page5（LINK）の「サンプルタイトル」部分の背景色*/
#page5 .ta2 th.tamidashi{
	background-color: #E5DBD9;
}

/*page6（CONTACT）の「サンプルタイトル」部分の背景色*/
#page6 .ta2 th.tamidashi{
	background-color: #E9DCE6;
}



/*テーブル３
---------------------------------------------------------------------------*/
/*テーブル３共通設定*/
.ta3 {
	font-size:16px;
	width: 830px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.ta3, .ta3 td, .ta3 th{
	border: 1px solid #999999;	/*枠線の幅と線種と色*/
}

.ta3 td, .ta3 th{
	padding: 5px 5px;
	color: #999;
}

.ta3 th{
	/*background-color: #f5f5f5;*/
	width: 100px;
	text-align: center;
}

.ta3 th.tamidashi{
	width: 100px;
	text-align: center;
}




/*page1（HOME）の「サンプルタイトル」部分の背景色*/
#page1 .ta3 th.tamidashi{
	background-color: #E6DCE9;
}

/*page2（ABOUT）の「サンプルタイトル」部分の背景色*/
#page2 .ta3 th.tamidashi{
	background-color: #DFDFEB;
}

/*page3（CAKE）の「サンプルタイトル」部分の背景色*/
#page3 .ta3 th.tamidashi{
	background-color: #DAE5E8;
}

/*page4（Q&A）の「サンプルタイトル」部分の背景色*/
#page4 .ta3 th.tamidashi{
	background-color: #DDE9DC;
}

/*page5（LINK）の「サンプルタイトル」部分の背景色*/
#page5 .ta3 th.tamidashi{
	background-color: #E5DBD9;
}

/*page6（CONTACT）の「サンプルタイトル」部分の背景色*/
#page6 .ta3 th.tamidashi{
	background-color: #E9DCE6;
}


/*アクセントカラー
---------------------------------------------------------------------------*/
/*page1（HOME）のアクセント（class="color1"）カラー*/
#page1 .color1 {
	color: #AD8BB8;
}

/*page2（ABOUT）のアクセント（class="color1"）カラー*/
#page2 .color1 {
	color: #9494BE;
}

/*page3（CAKE）のアクセント（class="color1"）カラー*/
#page3 .color1 {
	color: #8BAEB8;
}

/*page4（Q&A）のアクセント（class="color1"）カラー*/
#page4 .color1 {
	color: #90B88B;
}

/*page5（LINK）のアクセント（class="color1"）カラー*/
#page5 .color1 {
	color: #AB8983;
}

/*page6（CONTACT）のアクセント（class="color1"）カラー*/
#page6 .color1 {
	color: #B88BAE;
}





/*その他
---------------------------------------------------------------------------*/
.moji {
	color: #cc0000;
}

.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.event_news{
    margin-bottom: 15px;
    margin-left: 20px;
}
.event_ttl{
    float: left;
    width: 85px;
}
.event_ttl_week{
    float: left;
}
.event_txt{
    padding-left: 150px;
}
.event_img{
    float: right;
    width: 270px;
}
.event_img img{width: 100%;}
/*
.event dl{
	width:100%;
	}
.event dt{
	float:left;
	}
.event dd{
    margin-left: 170px;
	}
*/
.w150{
	margin-left:10px;
	width:150px;}

.w250{
	margin-left:20px;
	width:280px;}

.w450{
	margin-left:20px;
	width:450px;}

.mb5{margin-bottom:5px !important;}

/*横並び*/
.d-flex{
    display: flex !important;
}
