@charset "UTF-8";
/*
File name:entry.css

Table of Contents:
[1] base
[2] entry second
*/

/*========================================
[1] base
========================================*/
section.entryAreaInn > section	{
	padding:40px 20px;
	overflow:hidden;
}

.gray_border	{
	border: 10px solid #efefef;
}
.gray_border + .gray_border	{
	margin-top:20px;
}

.entry .gnavi ul li.g_entry a	{
	background:url(/images/common/gnavi.png) no-repeat -246px -90px;
}

.entryMap	{
	margin-bottom:30px;
}

.entryArea ul.entry_list	{
	overflow:hidden;
}
.entryArea ul.entry_list li	{
	display:block;
	float:left;
	width:230px;
	margin-left:30px;
	margin-bottom:30px;
}
.entryArea ul.entry_list li.ml00	{
	margin-left:0;
}
.entryArea ul.entry_list li a	{
	display:block;
	background:#ffd0ea;
	height:240px;
	padding:10px;
	color:#3f312b;
	text-decoration:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
.entryArea ul.entry_list li a:before	{
	content: "MORE";
	font-size:12px;
	width: 50px;
	background:url(/images/common/arrow_s.png) no-repeat right 3px;
	position: absolute;
	right: 10px;
	bottom:10px;
}
.entryArea ul.entry_list li img	{
	margin-bottom:9px;
}
.entryArea ul.entry_list li strong	{
	font-size:20px;
	font-weight:normal;
}
.entryArea ul.entry_list li p	{
	margin-top:3px;
	font-size:12px;
}

.entryArea ul.entry_list li.race a	{
	background:url(/images/common/bg_pink.png) repeat;
	background-size:64px 64px;
	padding:9px;
	border: 1px solid #ffa3d8;
}
.entryArea ul.entry_list li.race strong	{
	font-size:24px;
	line-height:1.4;
}

/* エントリーステータス */
.entryArea ul.entry_list > li span	{
	display:block;
	margin-bottom:9px;
	padding:5px 8px;
	background:#bbb;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:1;
	border:1px solid #bbb;
}
.entryArea ul.entry_list > li span.status_entry	{
	background:#ff7700;
	color:#fff;
	border:1px solid #ff7700;
}
.entryArea ul.entry_list > li span.status_entryClose	{
	background:#fff;
	color:#ff7700;
	border:1px solid #ff7700;
}
.entryArea ul.entry_list > li span.status_reportUp	{
	background:#e4007e;
	color:#fff;
	border:1px solid #e4007e;
}

.entryAreaInn {
    width: 100%;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, #d8f0fb, #d8f0fb 10px, #effaff 10px, #effaff 20px);
	margin-bottom: 30px;
}
/*========================================
[2] entry second
========================================*/
.contents.entry_index > section,
.contents.entry_sweets > section,
.contents.entry_howto > section	{
	padding-top:0;
}
.entry_caption	{
	padding:10px;
	font-size:12px;
	line-height:1.4;
}
.point_img	{
	display:block;
	margin-bottom:10px;
}
.point_img + .entryLink	{
	margin-top:20px;
}

.point10 {
    position: absolute;
    z-index: 2;
    margin: -20px 0 0 5px;
}

.travel {
    position: absolute;
    z-index: 2;
    margin: 0px 0 0 470px;
    width: 320px;
    transform: rotate(-16deg);
}

/* JSSキャンペーン */
.jss_text {
    text-align: center;
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {
.jss_cpn img,
.jss_cpn_yamaguchi img,
.jss_cpn_fukushima img {
	max-width: 100%;
	height: auto;
  }
}
.jss_cpn {
  width: 550px;
  height: 120px;
  margin: 20px auto;
  text-align: center;
  background: url(/images/entry/jsspoint.png) no-repeat center;
}

.jss_cpn_yamaguchi {
  width: 550px;
  height: 170px;
  margin: 20px auto;
  text-align: center;
  background: url(/images/entry/jsspoint_y.png) no-repeat center;
}
.jss_cpn_fukushima {
  width: 550px;
  height: 170px;
  margin: 20px auto;
  text-align: center;
  background: url(/images/entry/jsspoint_f.png) no-repeat center;
}

.jss_cpn img,
.jss_cpn_yamaguchi img,
.jss_cpn_fukushima img,
.renofa_yamaguchi img,
.guest_fukushima img,
.oita_guestrunner img{
  display: none;
}

.renofa_yamaguchi {
  width: 750px;
  height: 278px;
  margin: 20px auto;
  text-align: center;
  background: url(/images/bnr/renofa.png) no-repeat center;
}

.guest_fukushima {
  width: 750px;
  height: 200px;
  margin: 20px auto;
  text-align: center;
  background: url(/images/bnr/guestrunner.png) no-repeat center;
}


.oita_guestrunner {
  width: 750px;
  height: 260px;
  margin: 20px auto;
  text-align: center;
  background: url(/images/bnr/oita_guestrunner.jpg) no-repeat center;
}

	
	
	
	
	
	
	
@media only screen and (max-width: 768px) {
.jss_cpn,
.jss_cpn_yamaguchi,
.jss_cpn_fukushima {
    width: auto;
    height: auto;
    background: none;
  }
.jss_cpn img,
.jss_cpn_yamaguchi img,
.jss_cpn_fukushima img {
    display: block;
  }
}

.closingBox.underBox .renofa_yamaguchi,
.closingBox.underBox .guest_fukushima,
.closingBox.underBox .oita_guestrunner{
    display: none;
}

/* ポイント */
section.entryAreaInn > section.point {
	padding:20px 0;
}
.point p	{
	margin-top:-25px;
	color:#e4007e;
	text-align:center;
}
.point dl	{
	margin-top:10px;
	margin-left:35px;
}
.point dl dt	{
	display: inline;
	background: linear-gradient(transparent 60%, #ffe1f1 60%);
	padding:2px 5px;
	font-size:16px;
	font-weight:bold;
	position:relative;
}
.point dl dt:before	{
	content: "　";
	width: 30px;
	height: 30px;
	background: url(/images/entry/img_point_cake.png) no-repeat 0 0;
	background-size: 30px 30px;
	position: absolute;
	left: -35px;
	top: -5px;
}
.point dl dd	{
	padding:2px 0 10px;
}
.point dl dd:last-child	{
	padding-bottom:0;
}

/* 表組_dl */
.base_dl	{
}
.base_dl > dd	{
	padding:15px 5px;
}
.outline {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
}
.outline .base_dl > dt {
    width: 200px;
    font-size: 16px;
    color: #7ee2a7;
    padding: 20px 0 0 10px;
    float: left;
    clear: left;
    line-height: 1.1em;
}
.outline .base_dl > dd {
    width: 75%;
    height: auto;
    border-bottom: 1px dashed #705629;
    padding: 20px 0 20px 25%;
}
.base_dl > dt span {
    font-size: 13px;
}

/* サブナビ */
.entry_subNavi	{
	overflow:hidden;
	border-bottom:5px solid #FF5DB0;
}
.entry_subNavi li	{
	width:250px;
	float:left;
	background:#ffe1f2;
	line-height:1.4;
}
.entry_subNavi li a	{
	padding:5px 0 5px 49px;
	display:block;
	border-left:1px solid #fff;
	text-decoration:none;
}
.entry_subNavi li:first-child a	{
	border-left:none;
}
.entry_subNavi li a:hover,
.entry_index .entry_subNavi li.subNavi_index,
.entry_index .entry_subNavi li.subNavi_index a,
.entry_sweets .entry_subNavi li.subNavi_sweets,
.entry_sweets .entry_subNavi li.subNavi_sweets a,
.entry_howto .entry_subNavi li.subNavi_howto,
.entry_howto .entry_subNavi li.subNavi_howto a	{
	background:#FF5DB0;
	color:#fff;
}
.entry_subNavi li a span	{
	display:block;
	overflow: hidden;
	width:240px;
	height:0;
	padding-top:30px;
	margin-left:-39px;
}
.entry_subNavi li.subNavi_index a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -10px -5px;
}
.entry_subNavi li.subNavi_index a:hover span,
.entry_index .entry_subNavi li.subNavi_index a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -10px -35px;
}
.entry_subNavi li.subNavi_sweets a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -260px -5px;
}
.entry_subNavi li.subNavi_sweets a:hover span,
.entry_sweets .entry_subNavi li.subNavi_sweets a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -260px -35px;
}
.entry_subNavi li.subNavi_howto a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -510px -5px;
}
.entry_subNavi li.subNavi_howto a:hover span,
.entry_howto .entry_subNavi li.subNavi_howto a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -510px -35px;
}

/*.entry_subNavi li.subNavi_index a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -510px -5px;
}
.entry_subNavi li.subNavi_index a:hover span,
.entry_index .entry_subNavi li.subNavi_index a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -510px -35px;
}
.entry_subNavi li.subNavi_sweets a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -260px -5px;
}
.entry_subNavi li.subNavi_sweets a:hover span,
.entry_sweets .entry_subNavi li.subNavi_sweets a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -260px -35px;
}
.entry_subNavi li.subNavi_detail a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -10px -5px;
}
.entry_subNavi li.subNavi_detail a:hover span,
.entry_detail .entry_subNavi li.subNavi_detail a span	{
	background:url(/images/entry/btn_entryNav.png) no-repeat -10px -35px;
}*/



/* 締め切り */
.closingBox {
    width: 850px;
    margin: 40px auto 30px;
    text-align: center;
}
.closingBox .top {
    height: 80px;
    background: url(/images/entry/entry_top.png) center no-repeat;
}
.entry_icon:before {
    content: "";
    display: block;
    margin: 0;
    position: relative;
    top: 25%;
    left: 10%;
    width: 160px;
    height: 100px;
    background: url(/images/entry/entry_ico.png) no-repeat;
    background-size: 100%;
    padding-bottom: 11px;
}
.closingBox .inner {
	background: url(/images/entry/entry_inner.png) center repeat-y;
	padding-top: 5px;
}
.closingBox .inner li {
    width: 250px;
    margin: 0 12px;
    display: inline-block;
}
.closingBox .inner .attention {
    display: block;
    font-size: 11px;
    padding-bottom: 8px;
    line-height: 1.7em;
}

.closingBox .bottom {
    height: 40px;
    background: url(/images/entry/entry_bottom.png) center no-repeat;
    margin-bottom: 35px;
}
.bottom span {
    font-size: 11px;
    display: block;
}
.closing {
    padding: 10px 0;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
}
.closing strong {
    color: #f11717;
    font-size: 24px;
    background: linear-gradient(transparent 60%, #fcff43 60%);
}
.closing span	{
	color:#3f312b;
	font-weight:normal;
	font-size: 12px;
}
.closing span.sub	{
	color:#f00;
	font-weight:bold;
}
.closed {
	color:#3f312b;
	font-weight:normal;
	font-size: 12px;
}

a.entryLink {
    display: inline-block;
    width: 207px;
    margin: 0 4px 10px;
    padding: 25px 10px;
    background: #ff9e06;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 2px solid #ff9e06;
    -webkit-border-radius: 6px;
    -moz-border-radius: 2px;
}
a.textLink {
    font-size: 15px;
    text-decoration: underline;
    color: #ff9e06;
    font-weight: bold;
}
a.entryLink.one {
    width: 676px;
}
a.entryLink.two {
    width: 320px;
}
a.entryLink.three {
    width: 200px;
    padding: 0px 10px;
}

a.entryLink:hover{
    background: #ffffff;
    color: #ff9e06;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.entryLink:after {
    content: ">";
    background-size: 7px;
    position: absolute;
    top: 30px;
    right: 8px;
    margin-top: -5px;
}

p.entryEnd	{
	display:block;
	width:570px;
	margin:10px auto;
	padding: 10px 15px;
	background: #ccc;
	color: #fff;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	border-radius: 2px;
	-webkit-border-radius: 2px;/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;/* Firefox用 */
}
.closingBox.underBox .closing	{
	display:none;
}
.closingBox.overBox .Tbnr	{
	display:none;
}
/*ーーーーエントリーボタン改修ーーーー*/
/*356*/
/*a.entryLink {
    display: block;
    width: 520px;
    line-height: 35px;
    margin: 10px auto 15px;
    padding: 10px 15px;
    background: #31d447;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 4px;
    box-shadow: 0 4px 0 #009715;
    -moz-border-radius: 2px;
	transition: none;
}
.button {
    display: block;
    padding-bottom: 10px;
	margin-bottom:15px;
    border-bottom: 1px dashed #9d9d9d;
}*/
/*334*/
/*.closingBox {
	margin: 15px 5px;
	border: 2px solid #e4007e;
	padding-bottom: 10px;
	overflow: hidden;
}
a.icon:after {
    content: "　";
    width: 30px;
    height: 30px;
    background: url(/sp/images/entry/btn_icon.png) no-repeat center right;
    background-size: 30px 30px;
    position: absolute;
    right: 20px;
    top: 40%;
    margin-top: -7px;
}
.icon {
	float:none
}
.jss_point {
    width: 550px;
    margin: 0px auto;
    padding: 0 10px;
}
.jss_point img {
    margin: 0 auto;
    display: block;
}
.entryLink:active {
	top: 4px;
	box-shadow: none;
}
.closingBox h4 img {
    display: none;
}
.closingBox h4{
	background: url(/images/entry/entry_area.png) no-repeat;
	    margin-bottom: 15px;
    height: 15px;
}*/

	




/* 種目 */
.event_list{
	text-align:center;
}
.event_list li	{
	margin:0 10px;
	display:inline;
}

/* エントリー方法 */
section.entryAreaInn > section.entryAbout	{
	padding:40px 0 0;
}
.entryAbout .entryAboutInn	{
	background:url(/images/entry/img_device.png) no-repeat 40px center;
	padding:30px 30px 30px 280px;
	border:1px solid #3f312b;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;/* Firefox用 */
	position:relative;
	margin-bottom:80px;
}
.entryAbout .entryAboutInn:after	{
	content: "　";
	width: 90px;
	height: 60px;
	background: url(/images/entry/img_device_arrow.png) no-repeat center right;
	position: absolute;
	left: 50%;
	bottom: -70px;
	margin-left: -45px;
}
.entryAbout .entryAboutInn .att	{
	margin-top:5px;
	font-size:12px;
}
.entryAbout .closingBox	{
	padding: 0;
}
.JTB_balloon	{
	background:#efefef;
	margin-top:15px;
	padding:20px 30px 25px 30px;
	text-align:center;
	line-height:1;
	position:relative;
}
.JTB_balloon:before	{
	content: "　";
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -10px; 
	
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #efefef;
}
.JTB_balloon img	{
	margin-top:15px;
	margin-right:10px;
	vertical-align:-30px;
}

/* 参加賞 */
section.entryAreaInn > section.prize	{
	padding:40px 20px 30px 20px;
}
.prize > img	{
	margin:-20px 0 10px 20px;
	float:right;
}
.prize .point	{
	font-size:18px;
	font-weight:bold;
}
.prize .point .mini	{
	font-size:13px;
}
.prize_title {
	font-size: 15px;
	font-weight: bold;
	color: #ED1441;
}
.participation_award {
    padding: 0.5em 0.2em 0.8em;
    margin: 60px auto;
    background: rgba(214, 235, 255, 0.65);
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    width: 870px;
}
h4.award_ttl {
	border: solid;
    border-width: 2px 0;
    text-align: center;
    font-size: 27px;
    width: 300px;
    margin: 20px auto 30px;
    text-shadow: 3px 3px #ffffff;
    color: #706259;
}
.participation_award img {
    display: block;
    margin: 0 auto;
}



/* 給スイーツ所 */
section.entryAreaInn > section.supply	{
	padding:40px 20px 30px 20px;
}
.supply > img	{
	margin: 20px 10px 0;
	float:left;
}
/*--------------リニューアル部分---------------*/

	/*-----＊＊＊＊参加賞＊＊＊＊----*/
/*section.entryAreaInn > section.prize	{
	padding:0px 0px 10px !important;
}
.inner_box > li {
	float:left;
	}
.prize > .inner_box > img {
	margin: 0 auto 10px;
	display: block;
}*/


	/*-----＊＊＊＊給スイーツ所＊＊＊＊----*/
section.entryAreaInn > section.aid	{
	padding:0px 0px 10px;
}
.inner_box {
    padding: 0px 20px 0px;
	width:690px;
}
.aid_contents {
	width: 680px;
	margin: 0 auto 20px;
}
.aid_contents li {
    width: 165px;
    float: left;
    margin-right: 5px;
}
.aid_contents li:last-child {
    margin-right: 0px;
}
.inner_box p {
    padding: 0 5px 5px;
}

.title {
    width: 690px;
    padding: 5px 0px 5px !important;
    background: #dadada;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
}
.aid_item {
    padding: 0px 10px;
	margin-top:20px;
}

p.sentence {
    border-top: solid 1px;
    padding: 5px 3px;
}
td {
    padding-right: 17px;
}
td:last-child {
    padding-right: 0px;
}
.aid_item img {
    margin-bottom: 5px;
}
.text_right {
    text-align: right;
    font-size: 12px;
}
.text_right strong {
    font-size: 16px;
}
.sweets_bnr {
	margin: 0!important;
	padding-bottom: 10px;
	
}

	/*-----＊＊＊＊スイーツ物産展＊＊＊＊----*/

section.entryAreaInn > section.exh	{
	padding:0px 0px 10px;
}
.shop_list {
    padding: 5px 5px 10px !important;
}
.shop_list dt {
    width: 235px !important;
}
.bottomarea {
    padding: 0 20px 0;
    width: 690px;
}

/* スイーツ物産展 */
a.check_shop	{
	width:570px;
	display:block;
	margin:10px auto 0;
	padding: 10px 15px;
	background: #ffd0ea url(/sp/images/sweetsshop/ico_sweets.png) no-repeat 10px center;
	background-size: 50px 50px;
	border-bottom: 3px solid #f47dbb;
	color: #e4007e;
	font-size:18px;
	text-align:center;
}
a.check_shop:hover	{
	text-decoration:none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* コース */
.course .mapArea	{
	float:right;
	margin:0 0 -20px 20px;
	width:300px;
	text-align:right;
}
.course .mapArea img	{
	margin-bottom:5px;
}
.course .mapArea a	{
	padding-right:15px;
	text-decoration:underline;
}

/* アクセス */
.access .red	{
	font-size:16px;
	text-align:center;
}

/* 大会概要 */
section.entryAreaInn .outline .event {
	color:#e4007e;
}
.outline .base_dl .specialPlan {
    margin-left: 30px;
}
.specialPlan .event {
    background: #ff849e;
    color: #ffffff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 4px;
}
.base_dl span.fee {
	color: #ff849e;
}
.outline .event {
    font-weight: bold;
}
.inn_dl > dt	{
	float:left;
	width:8em;
}
.inn_dl > dd	{
	margin-left:8em;
}
.acceptance_dl > dt,
.competition_dl > dt	{
	clear:both;
	float:left;
	width:16em;
}
.acceptance_dl > dd,
.competition_dl > dd,
.commendation_dl > dd {
	margin-left:15em;
}
.acceptance_dl, 
.competition_dl,
.commendation_dl
{
    overflow: hidden;
    line-height: 2.5em;
}
.commendation_dl > dt	{
	clear:both;
	float:left;
	width:15em;
}
.indent, 
.list_indent > li {
    display: block;
    text-indent: -1em;
    padding: 6px 30px;
    font-size: 12px !important;
    line-height: 1.4;
}
.inn_ol > li	{
	list-style-type: decimal;
	margin-left:2em;
	font-size:12px;
}
.inn_ol > p	{
	margin-left:2em;
	font-size:12px;
}
a.about	{
	display:block;
	padding:5px 15px;
	text-align:right;
	text-decoration:underline;
}

/* ボランティア募集 */
section.entryAreaInn > section.volunteer	{
	padding:40px 20px 20px 20px;
	border: 10px solid #ffd0ea;
}
.volunteer p	{
	padding:0 5px;
}
.volunteer div	{
	margin-top:10px;
	overflow:hidden;
}
.volunteer a	{
	display: block;
	margin-top:10px;
	padding: 12px 15px 10px 15px;
	background: #ffd0ea;
	border-bottom: 2px solid #f47dbb;
	color: #e4007e;
	text-align:center;
}
.volunteer a.left	{
	float:left;
	width:310px;
}
.volunteer a.right	{
	float:right;
	width:310px;
}
/*エントリーボタン上バナー*/
.bnr {
	display: block;
	margin: 0 auto 10px;
	width: 550px;
}

.rakuten_bnr {
	margin-bottom:10px;
	
	}
.bnr_area {
    margin: 10px auto 10px;
    width: 900px;
}
.bnr_area_one {
	text-align: center;
    margin: 10px auto;
    width: 900px;
}	
.bnr_area li {
	float: left;
    margin-left: 35px;
	}

.bold {
    font-weight: bold;
}
.post_text {
    text-align: center;
    margin-top: 5px;
	line-height:20px;
}
span.post {
    font-size: 15px;
    font-weight: bold;
}
/*エントリーボタン締切延長不可*/
.entryLink span {
    font-size: 13px;
}
.movie {
    margin: 20px auto;
    text-align: center;
}

/*東温ページ*/
.toon_acceptance_dl > dt,
.toon_competition_dl > dt	{
	clear:both;
	float:left;
	width:17em;
}
.toon_acceptance_dl > dd,
.toon_competition_dl > dd	{
	margin-left:11em;
}
.toon_commendation_dl > dt	{
	clear:both;
	float:left;
	width:17em;
}
.toon_commendation_dl > dd	{
	margin-left:10em;
}
/*-----*/


.under_link {
    text-align: right;
    padding: 3px 10px;
    background: #a6dcff;
    margin-bottom: 15px;
}
.under_link a {
    display: block;
    color: #ffffff;
    font-size: 16px;
}


/*-----------------締切間近告知-----------------*/

.deadline {
    font-weight: bold;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 4px;
    margin: 8px auto 20px;
    padding: 15px 10px 5px;
    position: relative;
    width: 500px;
    line-height: 30px;
}

.deadline:before {
    background-color: #fff;
    color: #000000;
    content: "お知らせ";
    font-weight: bold;
    left: 19px;
    padding: 2px 15px;
    position: absolute;
    top: -17px;
}
.deadline p {
    font-size: 18px;
    color: red;
    background: linear-gradient(transparent 60%, #ff0 0%);
    width: 242px;
    text-align: center;
    margin: 0 auto 20px;
}
.deadline span {
    font-size: 130%;
}
.inn_dl span {
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
}

/*-----------------リニューアル新規書き込み-----------------*/
.header_second .orangever {
    background: repeating-linear-gradient(90deg, #ffe8d1, #ffe8d1 30px, #ffd8b2 10px, #ffd8b2 60px);
    text-align: center;
	padding: 0;
}
.header_second .pinkver {
    background: repeating-linear-gradient(90deg, #fff1fd, #fff1fd 30px, #ffe1f3 10px, #ffe1f3 60px);
    text-align: center;
	padding: 0;
}
.header_second .yellowver {
    background: repeating-linear-gradient(90deg, #ffffcc, #ffffcc 30px, #ffff99 10px, #ffff99 60px);
    text-align: center;
	padding: 0;
}
.header_second .bluever {
    background: repeating-linear-gradient(90deg, #d5e3ff, #d5e3ff 30px, #b1cbff 10px, #b1cbff 60px);
    text-align: center;
	padding: 0;
}
.header_second .deepredver {
    background: repeating-linear-gradient(90deg, #ff0000, #ff0000 30px, #ff3333 10px, #ff3333 60px);
    text-align: center;
	padding: 0;
}
.header_second .redver {
    background: repeating-linear-gradient(90deg, #ffb3b3, #ffb3b3 30px, #ff9999 10px, #ff9999 60px);
    text-align: center;
	padding: 0;
}
.header_second .greenver {
    background: repeating-linear-gradient(90deg, #dafab7, #dafab7 30px, #cbf792 10px, #cbf792 60px);
    text-align: center;
	padding: 0;
}
#point, #summary, #sweetsshop {
    margin-top: -96px;
    padding-top: 96px;
}

.point_bnr {
    width: 600px;
    margin: 30px auto;
}
.link_menu {
    width: 100%;
    box-shadow: 0 -5px 20px 0;
}
.link_menu ul {
    width: 600px;
    margin: 0 auto;
    padding-left: 10%;
    overflow: hidden;
}
.link_menu li {
    float: left;
}
.link_menu a {
    display: block;
    color: #706259;
    font-size: 19px;
    padding: 5px 20px;
    margin: 0 20px;
}
.link_menu a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    margin: 10px 0 0 -20px;
    border-style: solid;
    border-color: #706259 transparent transparent transparent;
    border-width: 13.0px 7.5px 0 7.5px;
}
.link_menu a.hide:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    margin: 10px 0 0 -20px;
    border-style: solid;
    border-color: #dcdcdc transparent transparent transparent;
    border-width: 13.0px 7.5px 0 7.5px;
}
.link_menu a.hide {
    color: #dcdcdc;
    pointer-events: none;
}

.link_menu_aichi2019 {
    width: 100%;
    box-shadow: 0 -5px 20px 0;
}
.link_menu_aichi2019 ul {
    width: 600px;
    margin: 0 auto;
    padding-left: 10%;
    overflow: hidden;
}
.link_menu_aichi2019 li {
    float: left;
}
.link_menu_aichi2019 a {
    display: block;
    color: #706259;
    font-size: 19px;
    padding: 5px 20px;
    margin: 0 20px;
}
.link_menu_aichi2019 a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    margin: 10px 0 0 -20px;
    border-style: solid;
    border-color: #706259 transparent transparent transparent;
    border-width: 13.0px 7.5px 0 7.5px;
}

.entry_index .h3_ttl {
    font-size: 32px;
    color: #706259;
    margin: 0 30px 10px;
    border-bottom: 2px solid;
	text-shadow: 2px 1px 0 #ffffff;
}
.entry_index .h3_ttl span {
    font-size: 20px;
    margin-left: 8px;
}
.entry_index .h4_ttl {
    font-size: 28px;
    color: #706259;
    margin: 0 0 20px;
    border-bottom: 2px solid;
    text-shadow: 2px 1px 0 #ffffff;
}
.agreement .inner {
    width: 830px;
    margin: 0 auto;
}
.inner .list {
    font-weight: bold;
    font-size: 16px;
	margin-top: 15px;
}
.agreement_btn {
    width: 970px !important;
    margin: 0 auto 40px;
    padding: 10px 0 20px;
    background: rgba(255, 255, 255, 0.75);
}
.sweetsshop .readmore-js-toggle a {
    width: 500px !important;
    margin: 10px auto 0;
    padding: 10px 30px;
    border: 2px solid #706259;
    line-height: 1.4;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #706259 !important;
    display: block;
}
.sweetsshop .readmore-js-toggle a:after {
    content: ">";
    background-size: 7px;
    position: absolute;
    top: 15px;
    right: 15px;
    margin-top: -5px;
}
.sweetsshop .readmore-js-toggle a:hover {
    background: #706259;
    color: #ffffff !important;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.entry_index >.sweetsshop {
    width: 100%;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, #e1fde4, #e1fde4 10px, #f0ffe2 10px, #f0ffe2 20px);
    margin-bottom: 30px;
}
.sweetsshop > .agreement {
    width: 950px;
    margin: 30px auto 0;
    padding: 10px 10px 0;
    background: rgba(255, 255, 255, 0.75);
}
.tour_sponsorArea {
    width: 100%;
    text-align: center;
}
.sponsorbnr_area {
    background: #e0e0e0;
    padding: 20px 0;
}
.sponsorbnr_area a {
    display: inline-block;
}
.sponsorbnr_area a+a {
    margin-left: 10px;
}
.sponsorbnr_area:last-child {
    padding-bottom: 30px;
}
.tour_sponsorArea .a_area,
.tour_sponsorArea .b_area, 
.tour_sponsorArea .c_area {
    margin-bottom: 25px;
}

.sweetsshop .shop_list {
    width: 760px;
    display: block;
    overflow: hidden;
    margin: 20px auto;
}
.shop_list .shop {
    width: 185px;
    float: left;
    display: block;
    margin-right: 5px;
}

[class*=" imghvr-shutter-in-"]:before,
[class^=imghvr-shutter-in-]:after, 
[class^=imghvr-shutter-in-]:before,
 [class^=imghvr-] figcaption {
    background: rgba(0, 0, 0, 0.5) !important;
	padding: 30px 10px !important;
}
.sweetsshop .shop_list h5 {
    font-size: 17px;
}
.shop_list .link_bnr {
    display: block;
    text-align: center;
}
.h5_ttl {
    font-size: 20px;
    color: #706259;
    margin: 10px 0;
}
#lean_overlay	{
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.shop_detail	{
    display: none;
	background:#fff url(/sweetsshop/images/common/bg_item.png) left bottom no-repeat;
    width: 710px;
    padding: 10px 20px;
    overflow: hidden;
}

.textarea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 580px;
    padding: 5px 10px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}
#image-navigation-text {
    width: 900px;
	height: 260px;
    margin: 30px auto;
    overflow: hidden;
}
#image-navigation-text ul li a {
    display: block;
    width: 280px;
    word-break: break-all;
    padding: 5px 10px;
    border-bottom: 1px solid #ffffff;
    color: #868686;
    font-weight: bold;
    background: #dedede;
    line-height: 1.5em;
    font-size: 13px;
}
#image-navigation-text .naviarea {
	float:right;
	height: 260px;
    overflow: hidden;
}
#image-navigation-text .navi-image {
  float:left;
}
#image-navigation-text a {
  background:#c5c5c5;
}
#image-navigation-text a.active {
  background:#333;
  color:#fff;
}
#image-navigation-text .naviarea a.active {
  background:#76eaa5;
  color:#fff;

}
#image-navigation-text .tokyo ul li a {
	    height: 76px;
	/*--------------------
		2つ：120px
		3つ：76px
		4つ：55px
		5つ：42px
		6つ：33px
	--------------------*/
}

#image-navigation-text .aichi ul li a {
	    height: 33px;
	/*--------------------
		2つ：120px
		3つ：76px
		4つ：55px
		5つ：42px
		6つ：33px
	--------------------*/
}

#image-navigation-text .nagano ul li a {
	    height: 120px;
	/*--------------------
		2つ：120px
		3つ：76px
		4つ：55px
		5つ：42px
		6つ：33px
	--------------------*/
}
#image-navigation-text .koriyama ul li a {
	    height: 76px;
	/*--------------------
		2つ：120px
		3つ：76px
		4つ：55px
		5つ：42px
		6つ：33px
	--------------------*/
}
#image-navigation-text .osaka ul li a {
	    height: 120px;
	/*--------------------
		2つ：120px
		3つ：76px
		4つ：55px
		5つ：42px
		6つ：33px
	--------------------*/
}
#image-navigation-text .gunma ul li a {
	    height: 120px;
	/*--------------------
		2つ：120px
		3つ：76px
		4つ：55px
		5つ：42px
		6つ：33px
	--------------------*/
}

#image-navigation-text .kagawa ul li a {
	    height: 76px;
	/*--------------------
		2つ：120px
		3つ：76px
		4つ：55px
		5つ：42px
		6つ：33px
	--------------------*/
}

#image-navigation-text .navi-image { position:relative;}
#image-navigation-text .navi-image a { display:block; }
#image-navigation-text .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation-text .navi-image a.active { z-index:10; }
#image-navigation-text .navi-image a.last-active { z-index:9; }



#slider {
    width: 600px;
    margin: 0;
}
#slider .flex-viewport {
    width: 80%;
}
#carousel {
    width: 270px;
    margin: 0;
}
#carousel .slides {
    width: 100% !important;
}
#carousel .slides li {
    width: 200px !important;
    height: 70px;
    float: none !important;
}


/*----------------- zero1 -----------------*/
.zero1_area {
    margin: 60px auto;
    padding: 20px 20px 20px;
    width: 835px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 0px 15px #fff;
    border: dashed 2px #222;
    border-radius: 20px;
    color: #000;
}

.zero1_area h4 {
    text-align: center;
    margin: 10px 0 20px;
}

.zero1_area > img {
    float: right;
    margin-left: 15px;
}
.zero1_area .list_indent {
    background-color: #fff;
    padding: 5px;
    width: 100%;
    margin-top: 15px;
    border-radius: 5px;
}
.textBox {
    padding: 10px 10px 0 0;
}

/*----------------- CCW -----------------*/
.ccw_area {
    margin: 60px auto;
    padding: 10px 20px 20px;
    width: 835px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 0px 15px #fff;
    border: dashed 2px #fd88b3;
    border-radius: 20px;
    color: #000;
}

.ccw_area h4 {
    text-align: center;
    margin: 10px 0 20px;
}

.ccw_area > img {
    float: right;
    margin-left: 15px;
}
.ccw_area .list_indent {
    background-color: #fff;
    padding: 5px;
    width: 55%;
    margin-top: 15px;
    border-radius: 5px;
}
.textBox {
    padding: 10px 10px 0 0;
}


/*----------------- ほっとHOTグルメ祭り -----------------*/
.hothot_area {
    margin: 60px auto;
    padding: 10px 20px 20px;
    width: 835px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 0px 15px #fff;
    border: dashed 2px #00aebf;
    border-radius: 20px;
    color: #000;
}

.hothot_area h4 {
    text-align: center;
    margin: 10px 0 20px;
}

.hothot_area > img {
    float: right;
    margin-left: 15px;
}
.hothot_area .list_indent {
    background-color: #fff;
    padding: 5px;
    width: 55%;
    margin-top: 15px;
    border-radius: 5px;
}
.textBox {
    padding: 10px 10px 0 0;
}

/*----------------- プリキュア2019 -----------------*/
.precure_area {
    margin: 60px auto;
    padding: 10px 20px 20px;
    width: 835px;
    overflow: hidden;
    background: #ffdbec;
    box-shadow: 0px 0px 0px 15px #ffdbec;
    border: dashed 2px #fd88b3;
    border-radius: 20px;
}

.precure_area h4 {
    text-align: center;
    margin: 10px 0 20px;
}

.precure_area > img {
    float: right;
    margin-left: 15px;
}
.precure_area .list_indent {
    background-color: #ffffff;
    padding: 5px;
    width: 100%;
    margin-top: 15px;
    border-radius: 5px;
}
.textBox {
    padding: 10px 10px 0 0;
}

/*----------------- ボイメン -----------------*/
.boysandmen_area {
	background-image: url(/images/entry/osaka/bk_boysandmen.png);
	background-size: cover;
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px 50px;
}

.boysandmen_area h4 {
	text-align: center;
	margin: 10px 0 40px;
}
.right_area {
	width: 360px;
	float: right;
	margin: 10px 10px 20px 20px;
}
.right_area img {
	margin-bottom: 20px;

}
.boysandmen_area .textBox {
	width: 470px;
}
.boysandmen_area .textBox p {
	font-weight: bold;
	line-height: 1.6;
}
.boysandmen_area div.textBox span.ttl_txt {
	display: block;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0 5px;
}
.boysandmen_area div.textBox dl {
	padding: 5px;
}
.boysandmen_area div.textBox dl dt {
	font-weight: bold;
	clear: left;
	float: left;
	padding: 3px 5px 0 15px;
	min-width: 18%;
	text-shadow: 1px 1px 1px #ffd880;
	border-bottom: 1px dotted ##333;
}
.boysandmen_area div.textBox dl dd {
	padding: 3px 5px 0;
	text-shadow: 1px 1px 1px #ffd880;
	border-bottom: 1px dotted #333;
}

/*----------------- ボイメン2018＿19 -----------------*/
.boysandmen1819_area {
	background-image: url(/images/entry/18_19_aichi/bg_boysandmen1819.png);
	background-size: cover;
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px 50px;
	color: #fff
}

.boysandmen1819_area h4 {
	text-align: center;
	margin: 10px 0 40px;
}
.right_area {
	width: 360px;
	float: right;
	margin: 10px 10px 20px 20px;
}
.right_area img {
	margin-bottom: 20px;

}
.boysandmen1819_area .textBox {
	width: 470px;
}
.boysandmen1819_area .textBox p {
	font-weight: bold;
	line-height: 1.6;
}
.boysandmen1819_area div.textBox span.ttl_txt {
	display: block;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0 5px;
}
.boysandmen1819_area div.textBox dl {
	padding: 5px;
}
.boysandmen1819_area div.textBox dl dt {
	font-weight: bold;
	clear: left;
	float: left;
	padding: 3px 10px 0 0;
	min-width: 18%;
	text-shadow: 1px 1px 1px #000;
	border-top: 1px dotted #fff;
}
.boysandmen1819_area div.textBox dl dd {
	padding: 3px 5px 0;
	text-shadow: 1px 1px 1px #000;
	border-top: 1px dotted #fff;
}

/*----------------- くまモン -----------------*/
.kumamon_area {
    margin: 60px auto;
    padding: 10px 20px 20px;
    width: 835px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 0px 15px #ffdbec;
    border: dashed 2px #fd88b3;
    border-radius: 20px;
}

.kumamon_area h4 {
    text-align: center;
    margin: 10px 0 20px;
}

.kumamon_area > img {
    float: right;
    margin-left: 15px;
}
.kumamon_area .list_indent {
    background-color: #ffffff;
    padding: 5px;
    width: 55%;
    margin-top: 15px;
    border-radius: 5px;
}
.textBox {
    padding: 10px 10px 0 0;
}

/*----------------- 追記 -----------------*/
.notice {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
	margin: 5px 0;
}


.fs50 { font-size: 50% !important; }
.fs60 { font-size: 60% !important; }
.fs70 { font-size: 70% !important; }
.fs80 { font-size: 80% !important; }
.fs90 { font-size: 90% !important; }
.fs110 { font-size: 110% !important; }
.fs120 { font-size: 120% !important; }
.fs150 { font-size: 150% !important; }
.fs200 { font-size: 200% !important; }