#container{
	margin-top: 50px;
	margin-bottom: 80px!important;
}

.fs-l-main {
    margin: 42px auto;
    width: 100%;
	padding: 0;
    max-width: 900px;
}
/*
element .style{
	margin-bottom: 50px;
}
*/

.main_text{
    text-align: center;
    margin: 40px auto;
    white-space: pre-wrap;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 130%
}
.main_text2{
	font-size: 1.5rem;
    text-align: center;
    margin: 40px auto 50px auto;
	white-space: pre-wrap;
}
.main_pic{
    width: 100%;
    text-align: center;
}

/*
.main_pic{
    width: 100%;
    text-align: center;
}
*/
.main_pic img{
    width: 100%;
    margin: 0 auto;
}

#wrapEvent hr {
   border: #837e78 solid 10px;
   text-align: center;
    padding: 10px;
    background: #837e78;
    color: #ffffff;
	margin-top: 40px;
/*    height: 4px;*/
/*
	border: 0;
    border-top: 1px solid #ccc;
	display: block;
*/
}

.section_title2{
	font-size: 130%;
    background: #837e78;
    color: #ffffff;
	padding: 18px;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px
}

.section_title{
    background: #837e78;
    color: #ffffff;
	padding: 18px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section_title .text {
	color: #fff;
	font-size: 150%;
	font-family: 'Marcellus', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.member_box{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    width: 100%;
	margin: 15px auto 0px auto;
}

.member_box img{
    width: 40%;
	max-width: 360px;
	padding:  10px 10px;
}

.red{
	font-size: 110%;
    color: #ca6554;
	text-align: center;
	margin: 15px auto 0px;
}

.red2{
	font-size: 110%;
    color: #ca6554;
	text-align: center;
	margin: 30px auto 0px;
}

.bold {
	font-size: 100%;
	color:  #ca6554;
	font-weight: bold;
}

.pre::before{
	content: '';
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	padding-right: 5px;
	background-image: url(https://img.titivate.jp/cc/guide/shopping_guide/img/guide_icon_pre.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 40px;
/*	background-position: center;*/
	
}
.members_button{
	text-align: center;
    background: #ca6554;
    color: #ffffff;
    padding: 20px;
    width: 80%;
	margin: 20px auto 0;
}

.members_button a{
	color: #fff;
		font-size: 100%;
}
/*

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	
}
*/

.attention{
	text-align: center;
}

.attention a {
	text-decoration: underline;
}


#wrapEvent .sectiontitle {
	text-align: center;
	padding: 20px;
	background: #837e78;
	color: #fff;
}

.service_wrap{
	width: 80%;
	margin: 50px auto;
	text-align: left;
	
	
}

.service_wrap .service_title{
	font-size: 20px;
}

.service_wrap .t1::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: contain;
	vertical-align: middle;
	padding-right: 5px;	
	background-position: center;
	background-image: url(https://img.titivate.jp/cc/guide/shopping_guide/img/guide_icon_1.png);
	background-repeat: no-repeat;
}

.service_wrap .t2::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: contain;
	vertical-align: middle;
	padding-right: 5px;	
	background-position: center;
	background-image: url(https://img.titivate.jp/cc/guide/shopping_guide/img/guide_icon_2.png);
	background-repeat: no-repeat;
}


.navi_box{
	grid-row-gap: 10px;
	font-size: 90%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.navi_box div{
    width: 50%;
	padding: 5px;
	white-space: pre-wrap;
}
.navi_box img{
    width: 100%;
}

.coupon_box div{
    width: 50%;
	padding: 5px;
	white-space: pre-wrap;
}

.coupon_box{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.coupon_box img{
    width: 100%;
}


.coupon_text {
	color:#ca6554;
	font-weight: bold;
}



.attention {
    font-size: 1.3rem!important;
	color: #000!important;
}
.attention a {
    font-size: 1.3rem!important;
	color: #000!important;
}

.last {
/*	padding-bottom: 20px;*/
	margin-top: 70px;
}


#container:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

/*スマホ以下*/
@media screen and (max-width: 480px){
	.navi_box div,
	.coupon_box div {
		padding: 8px;
	}
	
	.section_title2{
	margin-top: 50px;
	margin-bottom: 20px;
}
	
	.navi_box img {
    padding-top: 8px;
}

}


/*768px以上*/

@media screen and (min-width: 768px){
	

#wrapEvent{
	width: 670px;
	margin: 0 auto;
}
	
#wrapEvent .main_text{
		font-size: 220%;
	}
	
.section_title2{
		font-size: 150%;
	}
.section_title{
	font-size: 150%;
	margin-top: 40px;
	margin-bottom: 40px;
	}
.section_title2{
	margin-top: 80px;
	margin-bottom: 30px
}

.section_title .text{
	font-size: 200%;
	font-family: 'Marcellus', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
.main_text{
		font-size: 220%;
	}
	
.main_text2{
	font-size: 1.6rem;
    margin: 60px auto 70px auto;
}

.attention {
    font-size: 1.6rem!important;
}
.attention a {
    font-size: 1.6rem!important;
}
	
.member_box {
		margin: 60px auto 40px auto;
	}
.member_box img{
		width: 33%;
	}
.navi_box div{
	padding: 25px;
	}
	
.coupon_box{
	font-size: 120%;
	margin: 0 auto;
	border: 1px solid #333;
	padding: 30px;
	}
	
.coupon_box div{
		padding: 10px;
	}
.members_button{
	width: 50%;
	font-size: 150%;
	}
	
.red,
.red2{
		font-size: 160%;
		margin: 40px auto 0px;
	
	}

.navi_box{
		font-size: 120%;
	grid-row-gap: 40px;
	}


}