@charset "utf-8";
/* 

	reset + normalize + base
	
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
img {
	max-width: 100%;
	vertical-align: middle;
}
ol, ul {
	list-style: none
}

/* ■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□

	汎用class（ベースには使用しない）
	
■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□ */

/* font */
.normal {font-weight: normal !important;}
.bold {font-weight: bold !important;}

/* padding */
.pdg5 {padding: 5px !important;}
.pdg10 {padding: 10px !important;}
.pdg15 {padding: 15px !important;}
.pdg20 {padding: 20px !important;}
.pdg25 {padding: 25px !important;}
.pdg30 {padding: 30px !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}

/* margin */
.mgn5 {margin: 5px !important;}
.mgn10 {margin: 10px !important;}
.mgn15 {margin: 15px !important;}
.mgn20 {margin: 20px !important;}
.mgn25 {margin: 25px !important;}
.mgn30 {margin: 30px !important;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}

/* txt-align */
.txtc {text-align: center !important;}
.txtr {text-align: right !important;}
.txtl {text-align: left !important;}

/* float */
.floLeft {float: left !important;}
.floRight {float: right !important;}

/* ■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□

	clear
	
■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□ */

.clear {clear: both !important;}

.clearfix,.menu {
/*overflow:hidden; *//*DW用*/
}
.clearfix:after, .menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix, .menu {
	display: inline-block
}
/* IE */
* html .clearfix, html .menu {
	height: 1%
}
.clearfix, .menu {
	display: block
}
/*
* html .clearfix {
	height: 1px;*/
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
/*}*/


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

	▼▼ トップページ ▼▼

====================================================================================== */
* {
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #222;
	font: 13px/1.8 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #fff;
}

header {
	background: url(../images/index/bg_border.jpg) repeat-x top;
}

.header_inner {
	width: 1100px;
	margin: 0 auto;
}

.header_left {
	width: 540px;
	float: left;
	padding: 30px 0;
}

.header_left img {
	margin-left: 10px;
}

.header_right {
	width: 450px;
	float: right;
}

.header_right ul li {
	float: right;
	margin-left: 10px;
}

.header_right ul li a {
	display: block;
	padding: 6px 7px 6px 15px;
	font-size: 12px;
	background: #E7526E;
	color: #fff;
	border-radius: 0 0 6px 6px;
	text-decoration: none;
}

.header_right ul li a:hover {
	background: #666;
	text-decoration: none;
}

.header_right ul li a i {
	margin-left: 15px;
}

.header_right dl dt {
	font-size: 24px;
	text-align: right;
	line-height: 1;
	margin-top: 10px;
}

.header_right dl dt span {
	font-size: 16px;
}

.header_right dl dd {
	font-size: 11px;
	text-align: right;
	color: #666;
	line-height: 1;
	margin-top: 7px;
}

nav {
	/*background: url(../images/index/bg_gnav.gif) repeat-x bottom;*/
	position: relative;
	z-index: 1000;
}


nav ul {
	width: 1100px;
	margin: 0 auto;
	/*background: url(../images/index/bg_gnav_line.gif) no-repeat center 21px;*/
}

nav ul li {
	width: 360px;
}

nav ul li.gnav_about {
	float: left;
}

nav ul li.gnav_event {
	float: left;
	margin-left: 10px;
}

nav ul li.gnav_info {
	float: right;
}

nav ul li a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 69px;
	padding-bottom: 8px;
	color: #222;
	text-decoration: none;
}

nav ul li.gnav_about a {
	background: url(../images/index/bg_about.gif) no-repeat bottom;
}

nav ul li.gnav_event a {
	background: url(../images/index/bg_event.gif) no-repeat bottom;
}

nav ul li.gnav_info a {
	background: url(../images/index/bg_info.gif) no-repeat bottom;
}

nav ul li.gnav_about a:hover, nav ul li.gnav_about a.gnav_on {
	background: url(../images/index/bg_about_on.gif) no-repeat bottom;
	color: #8CC63F;
}

nav ul li.gnav_event a:hover, nav ul li.gnav_event a.gnav_on {
	background: url(../images/index/bg_event_on.gif) no-repeat bottom;
	color: #29BFBC;
}

nav ul li.gnav_info a:hover, nav ul li.gnav_info a.gnav_on {
	background: url(../images/index/bg_info_on.gif) no-repeat bottom;
	color: #F7A603;
}

.main {
	position: relative;
	z-index: 999;
	margin-top: -5px;
	text-align: center;
}

.index_title {
	background: url(../images/index/bg_title.jpg) repeat-x center left;
	font-size: 24px;
	width: 630px;
	margin: 40px auto 30px auto;
	text-align: center;
	color: #555;
}

.index_title span {
	padding: 0 20px;
	background: #fff;
}

.index_point_wrap {
	width: 525px;
	margin: 0 auto 60px auto;
}

.index_point_1_wrap {
	width: 245px;
	float: left;
	margin-right: 35px;
}

.index_point_2_wrap {
	width: 245px;
	float: left;
}

.index_point_3_wrap {
	width: 245px;
	float: right;
}
/*
.index_point_3_wrap {
	width: 245px;
	float: left;
	margin-right: 35px;
}
.index_point_4_wrap {
	width: 245px;
	float: right;
}*/

.index_point_img {
	position: relative;
}

.index_point_img a {
	display: block;
}

.index_point_img a:hover {
	opacity: 0.85;
}

.index_point_img p {
	width: 74px;
	height: 74px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	line-height: 1.1;
	padding-top: 15px;
}

.index_point_img p span {
	font-size: 28px;
}

.index_point_txt {
	width: 225px;
	margin: 0 auto;
}

.index_point_1_wrap h3 {
	width: 225px;
	margin: 25px auto;
	color: #8CC53F;
	font-size: 19px;
	line-height: 1.3;
	text-align: center;
}

.index_point_1_wrap h3 span, .index_point_2_wrap h3 span, .index_point_3_wrap h3 span, .index_point_4_wrap h3 span {
	color: #666;
}

.index_point_links_1 {
	width: 225px;
	margin: 30px auto 0 auto;
}

.index_point_links_1 a {
	display: block;
	background:#8CC63F;
	color: #fff;
	padding: 15px 14px;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
}

.index_point_links_1 a:hover {
	background: #7DAF3B;
}

.index_point_links_1 a i {
	float: right;
	margin-top: 2px;
}





.index_point_2_wrap h3 {
	width: 225px;
	margin: 25px auto;
	color: #29BFBC;
	font-size: 19px;
	line-height: 1.3;
	text-align: center;
}

.index_point_links_2 {
	width: 225px;
	margin: 30px auto 0 auto;
}

.index_point_links_2 a {
	display: block;
	background:#29BFBC;
	color: #fff;
	padding: 15px 14px;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
}

.index_point_links_2 a:hover {
	background: #2AA5A3;
}

.index_point_links_2 a i {
	float: right;
	margin-top: 2px;
}





.index_point_3_wrap h3 {
	width: 225px;
	margin: 25px auto;
	color: #F7A603;
	font-size: 19px;
	line-height: 1.3;
	text-align: center;
}

.index_point_links_3 {
	width: 225px;
	margin: 30px auto 0 auto;
}

.index_point_links_3 a {
	display: block;
	background:#F7A603;
	color: #fff;
	padding: 15px 14px;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
}

.index_point_links_3 a:hover {
	background: #D4920C;
}

.index_point_links_3 a i {
	float: right;
	margin-top: 2px;
}





.index_point_4_wrap h3 {
	width: 225px;
	margin: 25px auto;
	color: #FE6799;
	font-size: 19px;
	line-height: 1.3;
	text-align: center;
}

.index_point_links_4 {
	width: 225px;
	margin: 30px auto 0 auto;
}

.index_point_links_4 a {
	display: block;
	background:#FE6799;
	color: #fff;
	padding: 15px 14px;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
}

.index_point_links_4 a:hover {
	background: #F54B84;
}

.index_point_links_4 a i {
	float: right;
	margin-top: 2px;
}

.index_event_left {
	width: 50%;
	background: url(../images/index/bg_event_left.gif);
	float: left;
	padding: 30px 0;
}

.index_event_right {
	width: 50%;
	background: url(../images/index/bg_event_right.gif);
	float: right;
	padding: 30px 0;
}

.index_event_left_inner {
	width: 520px;
	margin:0 30px 0 auto;
	margin-right: 30px;
}

.index_event_right_inner {
	width: 520px;
	margin: 0 auto 0 30px;
	margin-left: 30px;
}

.index_event_wrap {
	background: url(../images/index/bg_white_dotted.png);
	padding: 5px;
	border-radius: 6px;
}

.index_event_inner {
	background: #fff;
	padding: 20px;
	border-radius: 6px;
}

.index_event_inner_left {
	width: 160px;
	float: left;
	border-radius: 6px;
}

.index_event_inner_left img {
	border-radius: 6px;
}

.index_event_inner_right {
	width: 285px;
	float: right;
	padding-top: 4px;
}

.index_event_inner_right h5 {
	font-size: 20px;
	color: #222;
	line-height: 1.4;
}

.index_event_inner_right ul {
	margin-top: 8px;
}

.index_event_inner_right ul li {
	float: left;
	font-size: 12px;
	display: block;
	border: 1px solid #ddd;
	padding: 0 7px;
	margin-right: 5px;
	color: #222;
}

.index_event_inner_right ul li.ic_event_entry {
	background: #E7526E;
	color: #fff;
	border: 1px solid #E7526E;
}

.index_event_inner_right dl dt.index_event_date_left {
	margin-top: 20px;
	background:#DFF2F5;
	border-left: 4px solid #28A8BF;
	font-size: 16px;
	padding: 6px 0 6px 12px;
	color: #222;
}

.index_event_inner_right dl dt.index_event_date_right {
	margin-top: 20px;
	background:#DFF6F1;
	border-left: 4px solid #26C19E;
	font-size: 16px;
	padding: 6px 0 6px 12px;
	color: #222;
}

.index_event_inner_right dl dd {
	margin-top: 8px;
	color: #222;
}

.index_event_left h4 {
	width: 520px;
	margin:0 30px 25px auto;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.index_event_right h4 {
	width: 520px;
	margin: 0 auto 25px 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.index_event_more_left {
	width: 520px;
	margin: 20px 30px 0 auto;
}

.index_event_more_left a {
	display: block;
	color: #27A7BF;
	border: 5px solid #fff;
	background: #fff;
	padding: 10px 20px;
	font-size: 17px;
	border-radius: 6px;
	text-decoration: none;
}

.index_event_more_left a:hover {
	border: 5px solid #fff;
	color: #fff;
	background: none;
}

.index_event_more_left a i {
	float: right;
	margin-top: 7px;
}

.index_event_more_right {
	width: 520px;
	margin: 20px auto 0 30px;
}

.index_event_more_right a {
	display: block;
	color: #26C19E;
	border: 5px solid #fff;
	background: #fff;
	padding: 10px 20px;
	font-size: 17px;
	border-radius: 6px;
	text-decoration: none;
}

.index_event_more_right a:hover {
	border: 5px solid #fff;
	color: #fff;
	background: none;
}

.index_event_more_right a i {
	float: right;
	margin-top: 7px;
}

a.event_wrap_link {
	opacity: 1;
	display: block;
}

a.event_wrap_link:hover {
	opacity: 0.85;
	display: block;
}

.gmap_wrap {
	width: 1100px;
	margin: 40px auto 0 auto;/*
position: relative;
padding-bottom: 20%;
padding-top: 30px;
height: 0;
overflow: hidden;*/
border: 1px solid #eee;
padding: 8px;
}
 
.gmap_wrap iframe,
.gmap_wrap object,
.gmap_wrap embed {
	width: 100%;
	height: 360px;
/*
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;*/
}

.gmap_nav_wrap {
	width: 1100px;
	margin: 30px auto 0 auto;
}

.gmap_nav_inner {
	float: left;
	padding-left: 28px;
	border-left: 1px dotted #ccc;
	margin-left: 28px;
}
.gmap_nav_inner_en {
	float: left;
}

.gmap_nav_inner_ic {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
	background: #F76458;
	text-align: center;
	line-height: 60px;
	font-size: 32px;
	color: #fff;
	border-radius: 50%;
}

.gmap_nav_inner_right {
	float: left;
}

.gmap_nav_inner_right dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.contact_wrap {
	background: url(../images/index/bg_contact_wrap.gif);
	padding: 10px;
	width: 1080px;
	margin: 0 auto;
}

.contact_inner {
	background: #fff;
	padding: 30px;
}

.contact_inner ul {
	float: left;
	width: 440px;
}


.contact_inner ul li {
	width: 205px;
	float: left;
	margin-right: 15px;
}

.contact_inner ul li a {
	display: block;
	background:#E7526E;
	color: #fff;
	padding: 15px 14px;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
}

.contact_inner ul li a:hover {
	background: #666;
	text-decoration: none;
}

.contact_inner ul li a i {
	float: right;
	margin-top: 2px;
}

.contact_inner dl {
	float: right;
	width: 500px;
}



.contact_inner dl dt {
	font-size: 24px;
	text-align: right;
	line-height: 1;
	float: right;
	margin: 0 0 8px 20px;
}

.contact_inner dl dt span {
	font-size: 16px;
}

.contact_inner dl dd {
	font-size: 13px;
	text-align: right;
	color: #666;
	line-height: 1;
	margin-top: 7px;
}

.footer_link_wrap {
	background: #eee;
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
	margin-top: 60px;
}

.footer_link_wrap a {
	color: #222;
	text-decoration: none;
}

.footer_link_wrap a:hover {
	color: #E7526E;
	text-decoration: underline;
}

.footer {
	padding: 50px 0;
	text-align: center;
	font-size: 11px;
	background: url(../images/index/bg_title.jpg) repeat-x bottom;
}


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

	▼▼ イベント情報＋階層ベース ▼▼

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

.topicpath {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 11px;
}

.topicpath a {
	color: #222;
	text-decoration: underline;
}

.topicpath a:hover {
	color: #E7526E;
	text-decoration: none;
}


.common_wrapper {
	width: 1100px;
	margin:0 auto;
}

/* 優先3番目 */
.common_left {
	width: 230px;
	float: left;
}
/* 優先順位用 */
.common_cr {
	width: 830px;
	float: right;
}
/* 優先1番目 */
.common_center {
	width: 630px;
	float: left;
}
/* 優先2番目 */
.common_right {
	width: 160px;
	float: right;
}

.event_date_wrap {
}

.event_date_left {
	float: left;
	font-size: 18px;
	background: #E7526E;
	color: #fff;
	padding: 3px 25px;
	line-height: 28px;
}

.event_date_right {
	float: right;
	font-size: 15px;
	background: #F7A603;
	color: #fff;
	padding: 3px 25px;
	line-height: 28px;
	border-radius: 6px;
}

.event_date_right2 {
	float: right;
	font-size: 15px;
	background: #7B7B7B;
	color: #fff;
	padding: 3px 25px;
	line-height: 28px;
	border-radius: 6px;
}

.event_title {
	font-size: 36px;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
}

.event_tips {
}

.event_tips li {
	border: 1px solid #eee;
	float: left;
	margin-right: 8px;
	padding: 2px 15px;
	font-size: 11px;
}

.sns_list_wrap {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: 12px 0;
	margin-top: 15px;
}

.sns_list_wrap ul {
	display: table;
	width: 345px;
	margin: 0 auto;
}

.sns_list_wrap ul li {
	display: table-cell;
	vertical-align: top;
	padding: 4px 8px;
}

.event_page_img_wrap {
	margin-top: 20px;
	border-radius: 6px;
}

.event_page_img_wrap img {
	border-radius: 6px;
}

.event_txt_wrap {
	margin-top: 25px;
	font-size: 14px;
	line-height: 1.8;
	display: block;
}

.event_c_title {
	border-left: 5px solid #28A8BF;
	background: #DFF2F5;
	font-size: 20px;
	line-height: 1.5;
	padding: 15px 12px;
	font-weight: bold;
	margin-top: 30px;
}

table.event_table_ptn_01_blue {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width: 100%;
	margin-top: 15px;
}

table.event_table_ptn_01_blue td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 9px 15px;
	font-size: 14px;
}

table.event_table_ptn_01_blue td.event_table_ptn_01_blue_s {
	background: #28A8BF;
	color: #fff;
}

dl.event_info_list {
	padding-top: 12px;
	border-top: 1px dotted #ddd;
	margin-bottom: 12px;
}

dl.event_info_list dt {
	float: left;
	width: 100px;
	color: #28A8BF;
	font-size: 14px;
}

dl.event_info_list dd {
	float: left;
	width: 500px;
	font-size: 14px;
}

.event_profile_wrap {
	background: #F5F5F5;
	border-top: 3px solid #ddd;
	padding: 10px;
}

.event_profile_title {
	font-size: 14px;
	text-align: center;
	padding: 5px 0 10px 0;
}

.event_profile_photo {
	text-align: center;
}

.event_profile_name {
	text-align: center;
	font-size: 11px;
	line-height: 1.4;
	padding-top: 10px;
}

.event_profile_name span {
	font-size: 15px;
}

.event_profile_detail {
	background: #fff;
	font-size: 11px;
	padding: 10px;
	line-height: 1.5;
	margin-top: 10px;
}

.event_profile_bt {
	margin-top: 10px;
}

.event_profile_bt a {
	display: block;
	background: #444;
	color: #fff;
}
.event_leftmenu_blue {
	background:#28A8BF;
	border-radius: 6px;
	padding: 9px 6px 6px 6px;
}
.event_leftmenu_green {
	background:#26C19E;
	border-radius: 6px;
	padding: 9px 6px 6px 6px;
	margin-top: 30px;
}

.event_leftmenu_title {
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 2px 0;
}

.event_leftmenu_wrap {
	background: url(../images/index/bg_white_dotted.png);
	border-radius: 6px;
	padding: 2px;
	margin-top: 6px;
}

.event_leftmenu_inner {
	background: #fff;
	border-radius: 6px;
	padding: 6px;
}

.event_leftmenu_img img {
	border-radius: 6px;
}

.event_leftmenu_evtitle {
	border-left: 4px solid #E7526E;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	padding: 2px 8px;
	margin: 10px 3px 0 3px;
}

.event_leftmenu_evdate {
	background: #f6f6f6;
	margin-top: 10px;
	padding: 6px 0 6px 6px;
	font-size: 12px;
}

a.event_left_link {
	display: block;
	color: #222;
	text-decoration: none;
}

a.event_left_link:hover {
	opacity: 0.9;
}


/* 一時停止 *//* 一時停止 *//* 一時停止 *//* 一時停止 *//* 一時停止 */
/* イベント一覧  */
.event_list_before_tl {
	background:#28A8BF;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
}
.event_list_after_tl {
	background:#26C19E;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
}

.event_list_after_01 {
	width: 165px;
	float: left;
	margin-right: 18px;
}

.event_list_after_02 {
	width: 165px;
	float: right;
}

.event_list_after_01 a {
	display: block;
	text-decoration: none;
	color: #222;
}

.event_list_after_01 a:hover {
	text-decoration: none;
	color: #FE679A;
}

.event_list_after_common_img {
}

.event_list_after_common_img img {
	border-radius: 5%;
	margin-bottom: 10px;
}

.event_list_date_inner {
	border: 1px dotted #ccc;
	display: block;
	padding: 5px 10px;
	text-align: center;
	border-radius: 6px;
}

.event_list_title_inner {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* 一時停止 *//* 一時停止 *//* 一時停止 *//* 一時停止 *//* 一時停止 */


.event_none_wrap {
	border: 1px dotted #ccc;
	padding: 20px;
	margin-top: 15px;
	text-align: center;
	color: #888;
}



.about_point_wrap_odd {
	background: #f5f5f5;
	padding-top: 45px;
	border-bottom: 1px dotted #e3e3e3;
}

.about_point_wrap {
	padding-top: 45px;
	border-bottom: 1px dotted #e3e3e3;
}


.about_point_inner {
	width: 950px;
	margin: 0 auto;
}

.about_point_left_p {
	width: 520px;
	float: left;
	border-radius: 6px 6px 0 0;
}

.about_point_right_txt {
	width: 400px;
	float: right;
	font-size: 16px;
}

.about_point_left_txt {
	width: 400px;
	float: left;
	font-size: 16px;
}

.about_point_right_p {
	width: 520px;
	float: right;
	border-radius: 6px 6px 0 0;
}

.about_point_left_p img, .about_point_right_p img {
	border-radius: 6px 6px 0 0;
	border-left: 5px solid #e3e3e3;
	border-top: 5px solid #e3e3e3;
	border-right: 5px solid #e3e3e3;
}

.about_tl_wrap {
	margin-bottom: 20px;
}

.about_tl_wrap dt {
	text-align: center;
	color: #fff;
	font-size: 12px;
	width: 100px;
	margin: 0 auto;
	padding: 2px 0;
}

.about_tl_wrap dd {
	text-align: center;
	font-size: 28px;
}

.about_tl_point1 {
}

.about_tl_point1 dt {
	background: #8CC63F;
	border-radius: 6px;
}

.about_tl_point1 dd {
	color: #8CC63F;
}

.about_tl_point1 dd span {
	color: #555;
}




.about_tl_point2 {
}

.about_tl_point2 dt {
	background: #29BFBC;
	border-radius: 6px;
}

.about_tl_point2 dd {
	color: #29BFBC;
}

.about_tl_point2 dd span {
	color: #555;
}




.about_tl_point3 {
}

.about_tl_point3 dt {
	background: #F7A603;
	border-radius: 6px;
}

.about_tl_point3 dd {
	color: #F7A603;
}

.about_tl_point3 dd span {
	color: #555;
}




.about_tl_point4 {
}

.about_tl_point4 dt {
	background: #FE6799;
	border-radius: 6px;
}

.about_tl_point4 dd {
	color: #FE6799;
}

.about_tl_point4 dd span {
	color: #555;
}


.tour_wrap {
	background: #f5f5f5;
	padding: 40px 0;
}

.tour_wrap2 {
	width: 1100px;
	margin: 0 auto;
}

.tour_inner {
	width: 350px;
	float: left;
	margin-right: 25px;
}

.tour_inner2 {
	width: 350px;
	float: left;
	margin-right: 25px;
}

.tour_inner3 {
	width: 350px;
	float: left;
}

.tour_inner_fix {
	border: 10px solid #eee;
	padding: 10px;
	background: #fff;
}

.tour_inner_tl {
	background: #444;
	color: #fff;
	padding: 8px 12px;
	font-size: 15px;
}

.tour_list_wrap {
}

.tour_list_wrap dl {
	border-bottom: 1px dotted #ddd;
	padding: 12px 0;
}

.tour_list_wrap dl dt {
	float: left;
	padding-left: 12px;
}

.tour_list_wrap dl dt span {
	color: #E7526E !important;
}

.tour_list_wrap dl dd {
	float: right;
	padding-right: 12px;
}

dl.tour_price_wrap {
	background: #E7526E;
	margin-top: 15px;
	padding: 10px 0;
}

dl.tour_price_wrap dt {
	float: left;
	color: #fff;
	padding-left: 12px;
	font-size: 15px;
}

dl.tour_price_wrap dd {
	float: right;
	color: #fff;
	padding-right: 12px;
	font-size: 15px;
	font-weight: bold;
}




.about_point_links_1 {
	margin: 30px auto 0 auto;
}

.about_point_links_1 a {
	display: block;
	background:#8CC63F;
	color: #fff;
	padding: 15px 14px;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
}

.about_point_links_1 a:hover {
	background: #7DAF3B;
}

.about_point_links_1 a i {
	float: right;
	margin-top: 2px;
}




.about_point_links_2 {
	margin: 30px auto 0 auto;
}

.about_point_links_2 a {
	display: block;
	background:#29BFBC;
	color: #fff;
	padding: 15px 14px;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
}

.about_point_links_2 a:hover {
	background: #2AA5A3;
}

.about_point_links_2 a i {
	float: right;
	margin-top: 2px;
}




.about_point_links_4 {
	margin: 30px auto 0 auto;
}

.about_point_links_4 a {
	display: block;
	background:#F54B84;
	color: #fff;
	padding: 15px 14px;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
}

.about_point_links_4 a:hover {
	background: #FE6799;
}

.about_point_links_4 a i {
	float: right;
	margin-top: 2px;
}


.tour_kiyaku_bt {
	width: 1100px;
	margin: 0 auto;
}

.tour_kiyaku_bt a {
	display: block;
	text-align: center;
	background: #29BFBC;
	color: #fff;
	padding: 10px 0;
	font-size: 15px;
	text-decoration: none;
	border-radius: 6px;
	margin-top: 30px;
}

.tour_kiyaku_bt a:hover {
	background: #2AA5A3;
}

.index_ex_wrap {
	width: 1100px;
	margin: 0 auto;
}

.index_ex_list_wrap {
	width: 260px;
	float: left;
	margin-right: 20px;
}

.index_ex_list_wrap img {
	border: 1px solid #eee;
	padding: 3px;
	display: block;
	width: 100%;
}

.index_ex_list_wrap p {
	text-align: center;
	padding: 15px 8px;
}

#form_wrap {
	width: 800px;
	margin: 0 auto;
	border: 20px solid #f4f4f4;
	padding: 30px;
}

.form_tl {
	font-size: 13px;
	font-weight: bold;
}

.form_inner {
	border-bottom: 1px dotted #ddd;
	padding: 15px 0;
}

.form_inner_left {
	width: 180px;
	float: left;
}

.form_inner_right {
	width: 500px;
	float: right;
}