@charset "utf-8";

/*
	Site Name:ABCスマイル・マルシェ[PC]
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	0:common
	1: 


==========================================================
*/


/*
==================================================================================
	 0:common 
==================================================================================
*/
.spPhoto {
	display: none;
}

/*
==================================================================================
	 1: 
==================================================================================
*/
body{
	background:url(../img/bg_main.jpg) center top repeat;
}
#wrap {
	overflow: hidden;
		position:relative;

}


/* header
------------------------------------------------------------- */
header {
	background: url(../img/bg_notches_bottom.png) center bottom repeat-x;
	padding: 0 0 22px;
}
header .header-wrap {
	background: url(../img/bg_header_star.png) center 20px no-repeat  rgba(246, 242, 230, 0.4);
	padding: 42px 0 0;
}
header h1 {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 1000px;
}
header .lead {
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	width: 1000px;
}
header .lead02{
	margin: 15px auto 0;
	padding: 15px 0;
	text-align: center;
	width: 700px;
    font-size:20px;
	background-color: #fff;
	color: #dc0b0b;
	padding: 15px;
	font-weight: bold;
}
header .bnr-map{
	position: relative;
    height: auto;
	margin: 0 auto;
	text-align: center;
}
header .bnr-map img{
	margin-bottom: 20px;
}
/* balloon
------------------------------------------------------------- */
.balloon01 {
	left: -190px;
    position: absolute;
    top: 65px;
}
.balloon02 {
	left: -100px;
    position: absolute;
    top: 90px;
}
.balloon03 {
	left: -48px;
    position: absolute;
    top: 7px;
}
.balloon04 {
    left: 30px;
    position: absolute;
    top: 140px;
}
.balloon05 {
    position: absolute;
    right: -13px;
    top: 4px;
}
.balloon06 {
    position: absolute;
    right: -50px;
    top: 160px;
}
.balloon07 {
	position: absolute;
    right: -131px;
    top: 75px;
}
.balloon08 {
    position: absolute;
    right: -189px;
    top: 132px;
}



/*
==================================================================================
	 2: 各イベント詳細
==================================================================================
*/
.container {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 1000px;
}
.event-cont {
	background: url(../img/line_l.png) center bottom no-repeat;
	font-size: 0;
	padding: 40px 0 60px;
}
.event-cont:nth-child(5) {
	padding: 40px 0 120px;
}
.event-cont:last-child {
	background: none;
}
.event-cont .tit-cont {
	padding-top: 50px;
	position: relative;
	z-index: 1;
}
.event-cont .tit-cont:before {
	content:url(../img/ico_event_01.png);
	position: absolute;
	top: 0;
	left: 18px;
	z-index: -1;
}
#event02 .tit-cont:before {
	content:url(../img/ico_event_02.png);
	top: 130px;
    left: 90%;
}
#event03 .tit-cont:before {
	content:url(../img/ico_event_03.png);
	left: -13px;
    top: -40px;
}
#event04 .tit-cont:before {
	content:url(../img/ico_event_04.png);
	top: -5px;
    left: 86%;
}
#event05 .tit-cont:before {
	content:url(../img/ico_event_05.png);
	top: 130px;
    left: -20px;
}
#event06 .tit-cont:before {
	content:url(../img/ico_event_06.png);
	top: 142px;
    left: 87%;
}
.event-cont .tit-cont .data {
	padding: 30px 0 0;
}
.event-cont .info {
	display: inline-block;
	font-size: 1.8rem;
	font-family: 'Roboto', 'Noto Sans Japanese';
	line-height: 1.8;
	padding: 40px 0 0;
	position: relative;
	width: 435px;
	z-index: 1;
}
.event-cont .info .note {
	font-size: 1.4rem;
    line-height: 1.8;
    display: inline-block;
	padding: 10px 0 0;
}
.event-cont .info .note02 {
	font-size: 1.4rem;
    line-height: 1.8;
    display: inline-block;
	padding: 0 0 10px;
}
.event-cont .info .ttl {
	font-size: 140%;
    line-height: 1.8;
    display: inline-block;
	font-family: "A1明朝";
	padding: 0;
	font-weight: bold;
	color:#000; 
	transform: rotate(.03deg);
}
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.8rem;
}

.photo-cont {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 565px;
}
.photo-cont li {
	position: absolute;
}
.event-cont:nth-child(even) .tit-cont {
	   text-align: right;
}
.event-cont:nth-child(even) .info {
	padding-left: 565px;
}
.event-cont:nth-child(even) .photo-cont {
	float: left;
}

/*詳細ボタン*/
.btn-detail {
	cursor: pointer;
	display: inline-block;
    padding: 10px 0 0 0;
}

/* イベント写真
------------------------------------------------------------- */
/*event01*/
#event01 .photo-cont .photo01 {
	top: -170px;
    left: -10px;
}
#event01 .photo-cont .photo02 {
	top: 85px;
    left: 105px;
    z-index: 2;
}
#event01 .photo-cont .photo03 {
	top: 0;
    left: 312px;
    z-index: 1;
}
#event01 .photo-cont .photo05 {
	top: 220px;
    left: 70px;
    z-index: 3;
}
#event01 .photo-cont .tag {
	right: -35px;
	top: -182px;
}

/*event02*/
#event02 {
	padding-top: 0;
}
#event02 .photo-cont .photo01 {
	top: -450px;
    left: 148px;
}
#event02 .photo-cont .photo02 {
	top: -240px;
    left: 5px;
    z-index: 1;
}
#event02 .photo-cont .photo03 {
	top: -195px;
    left: 245px;
    z-index: 2;
}
#event02 .photo-cont .tag {
	right: 365px;
    top: -440px;
    z-index: -1;
}

/*event03*/
#event03 {
	padding-top: 70px;
}
#event03 .photo-cont .photo01 {
	top: -210px;
    left: 40px;
}
#event03 .photo-cont .photo02 {
	top: 52px;
    left: 90px;
    z-index: 2;
}
#event03 .photo-cont .photo03 {
	top: -4px;
    left: 306px;
    z-index: 1;
}
#event03 .photo-cont .tag {
	right: -55px;
    top: -210px;
    z-index: -1;
}

/*event04*/
#event04 .photo-cont .photo01 {
	top: -480px;
    left: 158px;
	z-index: 1;
}
#event04 .photo-cont .photo02 {
	top: -300px;
    left: 30px;
    z-index: 2;
}
#event04 .photo-cont .photo03 {
	top: -200px;
    left: 250px;
    z-index: 2;
}
#event04 .photo-cont .tag {
	right: 350px;
    top: -502px;
}

/*event05*/
#event05 {
	padding-top: 0;
}
#event05 .photo-cont .photo01 {
	top: -150px;
    left: 5px;
	z-index: 1;
}
#event05 .photo-cont .photo02 {
	top: 105px;
    left: 105px;
    z-index: 3;
}
#event05 .photo-cont .photo03 {
	top: 20px;
    left: 312px;
    z-index: 2;
}
#event05 .photo-cont .photo04 {
	top: 160px;
    left: 350px;
    z-index: 4;
}
#event05 .photo-cont .tag {
	right: -15px;
    top: -202px;
	z-index: 0;
}

/*event06*/
#event06 {
	min-height: 350px;
	padding-top: 20px;
}
#event06 .photo-cont .photo01 {
	top: -750px;
    left: 165px;
    z-index: 2;
}
#event06 .photo-cont .photo02 {
	top: -510px;
    left: 50px;
    z-index: 1;
}
#event06 .photo-cont .tag {
	    right: 330px;
    top: -755px;
}

.sp-tag {
	display: none;
}

/*
==================================================================================
	 3: イベントマップ
==================================================================================
*/
#eventMap {
	padding: 60px 0;
	text-align: center;
}
#eventMap h1 {
	background: url(../img/line_s.png) center bottom no-repeat;
	margin: 0 0 70px;
	padding: 0 0 30px;
}
#eventMap .map {
	position: relative;
	margin-bottom: 2%;
}
#eventMap .map:before {
	content: url(../img/img_balloon_eventmap.png);
	padding: 0 0 0 20px;
	position: absolute;
	top: -173px;
}




/*
==================================================================================
	 4: フッター
==================================================================================
*/
#footerWrap {
	background: url(../img/bg_notches_top.png) center top repeat-x;
	padding: 22px 0 0 ;

}
#footerWrap .inner {
	background: rgba(246, 242, 230, 0.4);
}

footer  {
	background: url(../img/bg_notches_60_top.png) center top repeat-x;
	padding: 22px 0 0 ;
}
footer .inner {
	background: rgba(246, 242, 230, 0.6);
	text-align: center;
	padding: 60px 0 0;
}
footer .inner2 {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#footerWrap .copy {
	font-size: 1.4rem;
	padding:100px 0;
}



/*トップへ戻るボタン*/
.gotop{
    position: fixed;
    right: 8%;
    bottom: 0;
	z-index: 10;
}
.gotop a{
    width: 67px;
    height: 125px;
    display: block;
}


/*モーダルウインドウ*/
.iziModal {
	margin-top: 60px !important;
}
.iziModal.hasScroll .iziModal-wrap {
	padding: 30px 50px 0;
}
.iziModal.isAttached, .iziModal.isFullscreen {
	max-width: 700px !important;
	border-radius: 5px !important;
}
#modal h2 {
	padding-bottom: 30px;
	text-align: center;
}
#modal .inner {
	padding-bottom: 100px;
}
#modal .map {
	padding-bottom: 20px;
	text-align: center;
}
#modal .shop-info {
	background: url(../img/popup/line_dot.gif) 0 bottom repeat-x;
	font-size: 1.4rem;
	margin: 0 0 15px;
	padding: 5px 0 15px 55px;
}
#modal .shop-info01 {
	font-size: 1.4rem;
	margin: 0 0 30px;
	padding: 5px 0 0 55px;
}
#modal .cap {
	font-size: 1.4rem;
}
#modal .close-btn {
	text-align: right;
	margin: 0 -20px 0 0;

	
}
#modal .close-btn a {
	cursor: pointer;
}
