@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/back.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-size:80%;
	line-height:150%;
	background-color:#000000;
}

#wrap {
	width:700px;
	height:auto;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;
	border:2px #FFA6FF solid;
}

/*clearfix*/
.cf:before,
.cf:after {
	content:" ";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	*zoom:1;
}

a:hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    transition: 0.4s;
}

/* IE8 */
html>/**/body a:hover img {
    display /***/:inline-block;
    zoom /***/: 1;
}
/* 新旧Firefox */
a:hover img, x:-moz-any-link { background: #fff;}
a:hover img, x:-moz-any-link, x:default { background: #fff;}


/*========================================================
 ヘッダー
=========================================================*/
#head {
	width:700px;
	height:auto;
	float:left;
}



/*サイドメニュー*/
#leftNav {
	width:150px;
	height:auto;
	float:left;
	background-color:#D9B3D7;
}

#mainmenu {
	width:150px;
	height:auto;
	float:left;
}

#left1 {
	width:136px;
	height:auto;
	float:left;
	margin:10px 7px;
}


/*========================================================
 フッター
=========================================================*/
#foot {
	width:700px;
	height:auto;
	clear:both;
}

/*========================================================
 余白・文字装飾
=========================================================*/
.mt20 { margin-top:20px !important;}

.mb0 { margin-bottom:0px !important;}
.mb20 { margin-bottom:20px !important;}

.margin00{ margin:0 !important;}

.Cen {
	margin:0 auto;
	display:block;
}


.col01 { color: #FF0000 !important;}/*赤色*/
.col02 { color: #006600 !important;}/*緑色*/

.strong{ font-weight:bold !important;}


/*========================================================
 コンテンツエリア
=========================================================*/
#main {
	width:550px;
	height:auto;
	float:right;
	background-color:#FFFFFF;
	box-sizing:border-box;
	padding:0 20px;
}


#main img.pageTop{
	display:block;
	width:100%;
}

.title {
	width:530px;
	height:auto;
	padding:15px 10px;
	float:left;
	box-sizing:border-box;
}

.txt {
	width:510px;
	height:auto;
	margin:10px 0px;
}

.con {
	width:510px;
	height:auto;
	margin:0px auto;

}

.conleft {
	width:240px;
	height:260px;
	padding-left:10px;
	float:left;
}

.conright {
	width:240px;
	margin-left:20px;
	height:260px;
	float:right;
}
.con2{
	width:510px;
	height:290px;
	margin:0px 20px;
	float:left;
}
.conleft2{
	width:240px;
	height:290px;
	padding-left:10px;
	float:left;
}
.conright2{
	width:240px;
	height:290px;
	margin-left:10px;
	float:right;
}

/*========================================================
 共通
=========================================================*/

/*展示会開催中のお知らせ*/
.infoBox {
	border:1px solid #FF0000;
	padding:10px;
	width:440px;
	margin:20px auto;
}

.infoBox p.ttl_style {
	font-size:18px;
	color:#FF0000;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}
.infoBox p,.infoBox a {
	margin:0;
	padding:0 22px;
}
.infoBox a{ display: block; margin: 10px 0;}


.imgBox a {
	display:block;
	float:left;
	margin-right:10px;
}
.hina_box .imgBox a {
	
	float:none!important;
	margin-right:0px!important;
}

.imgBox img:last-child { margin-right:0px !important;}

/*コンテンツページ下部 五大特典*/
.tokuten{
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

.hina .tokuten{ background: #ffdbf4;}
.gogatsu .tokuten{ background: #c9e7ff;}
.chouctin .tokuten{ background: #eedbff;}


.tokuten .ttl{
    font-size: 22px;
    margin:0 0 30px 0;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.hina .tokuten .ttl{ color: #df1ca1; border-bottom: 1px solid #df1ca1;}
.gogatsu .tokuten .ttl{ color: #3089ce; border-bottom: 1px solid #3089ce;}
.chouctin .tokuten .ttl{ color: #9140dc; border-bottom: 1px solid #9140dc;}

.tokuten ol{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0 12%;
    box-sizing: border-box;
    font-size: 15px;
    counter-reset: my-counter;
}
.tokuten ol li{
    margin-bottom: 10px;
    clear: left;
    line-height: 18px;
}
.tokuten ol li:before{
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}
.hina .tokuten ol li:before{ background: #df1ca1;}
.gogatsu .tokuten ol li:before{ background: #3089ce;}
.chouctin .tokuten ol li:before{ background: #9140dc;}

.tokuten p.atten{
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 20px;
    padding-left: 1em;
    box-sizing: border-box;
    font-size: 12px;
}

/*コンテンツページ下部 お問い合わせはこちら*/

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	margin-top:40px;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #532852, transparent);
	background: linear-gradient(to right, transparent, #532852, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #532852;
	background-color: #FFFFFF;
}


.contactBox {
	width:383px;
	margin:20px auto; 
}

.map {
	margin:20px auto 30px auto;
	width:100%;
}


/*========================================================
 ひな人形
=========================================================*/

.tableStyle{
	display:table;
	width:100%;
	margin:20px 0;
}

.tableStyle .imgBox,
.tableStyle .txtBox{
	display:table-cell;
	vertical-align:top;
}

.tableStyle .imgBox{ width:242px;}
.tableStyle .imgBox img{
	width:100%;
}

.txtBox{
	box-sizing:border-box;
	padding-left:10px;
}
.txtBox p{ margin:0;}
.txtBox p.ttl{
	font-weight:bold;
	margin:0;
}

.txtBox p.size{ font-size:12px;}



/*2019レイアウト変更*/


.hina_box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.hina_box ul li{
	float:left;
	margin:6px;
	padding:0;
}
.hina_box ul li dd{
	
	margin:0;
	padding:4px;
}




/*========================================================
 盆
=========================================================*/
.chirashi_bon{
	width:300px;
	height:30px;
	line-height:30px;
	font-size:16px;
	background:#532852;
	padding:4px;
	color:#FFF;
	margin:0 auto;
	text-align:center;
	border-radius:10px;
	margin-bottom:20px;
	}
.chirashi_bon a{
	color:#FFF;
	text-decoration:none;
	}	
.mg_t20{
	margin-top:20px;
	}	
/*2019レイアウト変更*/


.cho_img_box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.cho_img_box ul li{
	float:left;
	margin:10px 0;
	padding:0;
}

.cho_img_box ul li img{
    width:242px;
}

.imgBox p {
  text-align: center;
}