@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #505050;	/*全体の文字色*/
	margin: 0px;
    background-color: #fff5fa;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	/*background: url(../images/bg_line.png) repeat-x center top, url(../images/bg.png);/*左からカンマで区切って背景画像を2つ指定*/*/
}
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;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.sf{font-size: 0.8em;}
.bf{font-size: 1.2em;}
.stf{font-weight:bold;}
.cf{color:#e14c91;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFF;	/*リンクテキストの色*/
}
a:hover {
	color: #626262;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
body > h1 {
	height: 0px;
	font-size: 0px;		/*文字サイズ*/
	color: #FFF;			/*文字色*/
	text-align: right;		/*右寄せ*/
}

#head {
	clear: both;
	width: auto;
	height: 50px;
}


#head .dot {
	background-image: url(../images/top/dot.png);
	background-repeat: repeat;
	height: 11px;
	margin-top: 2px;
	display: block;
}

#head .pr {
	display: block;
	background-color: #e14c91;
	height: 10px;

}

#head .header {
        background-color: #e14c91;
	height: 10px;
	display: block;
}

#head .header2 {
        background: url(../images/top/header.png) no-repeat top center;
	height: 52px;
	display: block;
}



body > h1 a, body > h1 a:hover {
	color: #FFF;
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
.container1200 {
	width: 1100px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 990px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}
.container {
	width: 990px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

.slider {
	width: 1012px;
	margin: 20px auto;
	text-align: center;

    }
.slide-img{
    width: 912px;
	overflow: hidden;
	margin:0px auto;
}
.slider a:hover{
    opacity: .90;
	
}




/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 200px;	/*ヘッダーブロックの高さ*/
	width: 100%;	/*ヘッダーブロックの幅*/
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 20x;	/*ヘッダーブロックに対して左から40pxの位置に配置*/
	top: 70px;	/*ヘッダーブロックに対して上から80pxの位置に配置*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#mainmenu ul {
	font-size: 11px;	/*文字サイズ*/
	height: 135px;		/*ブロックの高さ*/
	width: 650px;		/*ブロックの幅*/
	position: absolute;
	top: 50px;			/*ヘッダーブロックに対して上から50pxの位置に配置*/
	right: 5px;		/*ヘッダーブロックに対して右から30pxの位置に配置*/
}


/*各メニューの設定*/
nav#mainmenu ul li a {
	height: 135px;		/*メニューの高さ*/
	width: 130px;		/*メニューの幅*/
	line-height: 135px;	/*行間（heightの数値と合わせる）*/
	/*color: #FFF;		/*文字色*/
	/*text-decoration: none;
	text-align: center;
	display: block;
	background: rgba(213,29,74,0.5);		/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	/* [disabled]border-radius: 70px; */	/*角丸のサイズ*/
	/*-webkit-transition: 0.8s;	/*マウスオン時の移り変わるまでの時間設定。0.8秒。*/
	/*transition: 0.8s;			/*同上*/
	 [disabled]border: 10px solid rgba(255,255,255,0.5); */	/*枠線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
/*マウスオン時の設定*/
nav#mainmenu ul li a:hover {

	/* [disabled]color: #eb537b; */		/*文字色*/
	/* [disabled]border: 10px solid #eb537b; */	/*枠線の幅、線種、色*/
}

nav#mainmenu ul li a:last-child {margin-right:0px;}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 330px;
	width: 970px;
	border-radius: 10px;	/*角丸のサイズ*/
	margin-bottom: 30px;
	margin-top: 20;
}


#mainimg img {
	-webkit-box-shadow: 0px 2px 5px #cf7688;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #cf7688;			/*同上*/
	vertical-align: bottom;
	border-radius: 10px;	/*角丸のサイズ*/
	border: 10px solid #FFF;	/*枠線の幅、線種、色*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 1em;
}

/*mainコンテンツのh1タグの設定*/
/*文字を飛ばしている。SEO的な設定*/
#main h1 {
	height:0px;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
	clear: both;

}







/*MENUページで使っている濃い色のh1見出しタグのスタイル*/
#main h1.type1 {
	background-color: #fa658c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fa658c), to(#eb537b));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fa658c, #eb537b);	/*同上*/
	background-image: linear-gradient(#fa658c, #eb537b);			/*同上*/
	color: #FFF;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 20px 1em;	/*左から、上、左右、下への余白*/
}

#cp-banner{
	width: inherit;
}

#cp-banner ul{
	width: inherit;
}

#cp-banner li{
	display: block;
	width: 485px;
	height: 300px;
	float: left;
	margin: 10px 5px;
}
#cp-banner li img{
	displa:block;
	width:485px;
}

#cp-banner li:nth-child(2n-1){

}

.special_pop {

}

.special_pop .pop_center60{
	width: 60%;
	clear: both;
	margin: 0 auto;
	display: block;
}
.special_pop .pop_center80{
	width: 80%;
	clear: both;
	margin: 0 auto;
	display: block;	
}

.special_pop .pop_left,.special_pop .pop_right{	
	width: 46%; 
	padding-left: 2%;
	padding-right: 2%; 
	display: block;
	float: left;}

.special_pop{
	text-align: center;
	margin: 0 auto;
	
}

/*キャンペーンブロック全体の設定
nav#cpnav ul {
	height: 300px;	
	width: 485x;	
	position: absolute;
}

nav#cpnav ul li {
	text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
width:485px;	
}


nav#cpnav img.linkimg{
width:485px;
}*/


/*各メニューの設定

nav#cpnav ul li a {
	text-align: center;
	display: block;
	overflow: hidden;
width:485px;		
}
*/



/*フッター設定
---------------------------------------------------------------------------*/


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 1em;
	width: 0 auto;
	height: auto;
}

footer .dot {
	background-image: url(../images/top/dot.png);
	background-repeat: repeat;
	height: 11px;
	margin-top: 30px;
		display: block;
}

footer .map {
	background-color: #ed9bc1;
	display: block;
	font-size: 90%;
	height: 30px;
	padding-top: 10px;

}


footer .pr {
	display: block;
	font-size: 80%;
	background-color: #e14c91;
	height: 30px;
	color: #FFF;

}
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	margin: 5px 20px 0px;
}
/*日付設定*/
#new dt {
	color: #ed9bc1;	
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid rgba(225,76,145,0.3);	/*下線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.3＝30％）の指定。*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}
#new a{
color: #444444;
text-decoration: underline;

}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 16px;	/*文字サイズ*/
	padding-top: 10px;
	padding-bottom: 1em;
	text-align: left;	/*メニューテキストをセンタリング*/
        width: 92%;
}

ul.navmenu li {
	display: inline;
	color: #ed9bc1;
}


ul.navmenu li:before {
	content: '●';
	text-indent: -1em;
}

ul.navmenu li a {
	/* background: url(../images/arrow.png) no-repeat left center;	矢印マークの設定*/
	padding-right: 0.5em;
	padding-left: 0.2em;
	text-decoration: none;
}
ul.navmenu li a:hover{
color: #ed9bc1;
	/* background: url(../images/arrow.png) no-repeat 2px center;	 マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}

div.menu img.menu_p{
width: 300px;
display: block;
margin: 0 auto;
float: left;
}



div.order_select{
font-size: 0.9em;
border: solid #ed9bc1 1px;
padding:  1em;
margin:0em 0.2em 3em 0.2em;
clear: both;
}

a.menubar{
display: block;
padding-top: 3em;
margin-bottom: 0;
padding-bottom: 0;
clear: both;

}



div.menu table{
display: 	block;
position: relative;
float: left;
width: 640px;
font-size: 1.2em;
}

div.menu table td:first-child{ color: #e14c91; width: 2em; padding-left: 1.5em;}
div.menu table td:nth-child(2){  width:35em; background: url(../images/menu/menu_dot.png) repeat-x 0em 0.8em;}
div.menu table td:nth-child(2) span.name{ background-color: #fff5fa; padding: 0.2em 0.5em;}
div.menu table td:last-child{  width: 5em; padding-left:1em;}

div.menu table:after{
clear: both;
}

div.menu table td.menutext{ 
	padding:0 1em 1em 5em;  
	font-size: 95%; 
	width: 42em;}

div.menu .topping {
margin: 0 auto;

float: none;
}

div.menu .topping table{
display: block;
width:100%;
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: 155px;	/*ボックスの高さ*/
	width: 295px;	/*ボックスの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 1px 4px #cf7688;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 1px 4px #cf7688;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/*/
/*	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/*/
/*	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 10px 9px 1em;
	position: relative;
	margin-top: 20px;
	margin-bottom:20px;
	border: 1px solid #ee9cc2;
	padding: 15px 5px 5px 10px;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main section.list article h2 {
	background: none;

	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	padding: 0;
	border-radius: 0px;
	color: #eb537b;	/*文字色*/
	border-bottom: 2px solid #eb537b;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}



#main .rightmenu {
        background-color: #fff;
	padding: 0;
	width: 170px;
	float: right;
	display: block;
	clear: both;
        margin: 8px 5px 0px 0px;
}


/*ふきだしアイコンの位置*/
#main section.list article img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 950px;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #f09abd;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px 10px 10px 30px;
        color:#7c7c7c;
        font-size:110%;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	background: #ed9bc1;	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.1＝10％）の指定。*/
	width: 220px;	/*幅*/
	padding: 10px;
	text-align: center;
        color: #fff;
        font-size:120%;
        border-bottom: 1px solid #fff;
}

/*アクセステーブルの最後だけ下にボーダー色つける*/
.ta1 table th:last-child {
        border-bottom: 1px solid #ee9cc0;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
}
/*テーブルのキャプション設定*/
.ta1 caption{
	background: rgba(213,29,74,0.5);	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	padding: 10px;
	border-top: 1px solid #FFF;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #FFF;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #FFF;	/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right 2px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: rgba(213,29,74,0.5);
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #ebcd26;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.pagetop {
	clear: both;
	text-align: right;
}
div.center {
	text-align: center;
}
div.about img {
		padding: 10px 10px 10px 10px;
		width:400px;
	float: left;
}
div.aboutdesc {
	float: left;
	height:auto;
	width:500px;
	padding: 10px 10px 10px 40px;
	font-size: 110%;
}
div.menu img {
		padding: 10px 10px 10px 10px;
		width:300px;
	float: left;
}
div.menudesc {
	float: left;
	height:auto;
	width:500px;
	padding: 10px 10px 10px 40px;
	font-size: 110%;
}
ul.navmenu a {
	color : #ee5188;
}

div.lp img {
    vertical-align: bottom;
}

div.event {
    background-color: #fff;
    margin: 5px;
line-height:1.5;
text-align:center;

    padding: 10px;
    border-radius: 0.5em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.maintext{　　
	padding: 3em;
	margin: 100px auto;
}


/* TOP　お詫び誘導 */


.gotoap{
	color: red;
	border: 1px solid red; 
	padding: 0.5em;
	font-size:110%; 
	font-weight: bold;
	margin: 1em auto;
	
}
.gotoap > a{color:red;	}

/* TOP　お知らせ */

.indexinfo{
	color: #FF549E;
	border: 1px solid #FF549E; 
	padding: 0.5em;
	font-size:110%; 
	font-weight: bold;
	margin: 1em auto;
	
}
.indexinfo > a{color:#FF549E;	}



.maintext h3{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.maintext .date{
	text-align: right;
	margin-right: 0px;
}

.kokuchi{
	border-bottom: 3px #FF549E solid;
	font-size: 120%;
	color: #FF549E;
}
.kokuchi > a{
	font-weight: bold;
	color: #FF549E;
	text-decoration: none;
}


