/*
Theme Name: Original_style
Theme URI: http://unknown.jp/
Description: オリジナルリセット
Version: 100.0
Author: noname
Author URI: http://unknown.jp/
*/

/* html5 reset*/
html{overflow-y:scroll;}
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
main{display:block;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom; max-width:100%; height:auto;}

/* original reset */
li {
	list-style:none;
}
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;	
}
a:active {
}

/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
}
#main {
	line-height:1.4;
}
#main.second {
	padding-top:100px;
}
/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }

/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/

.al-c{ text-align: center; }
.al-r{ text-align: right; }
.al-l{ text-align: left; }

/* items */
a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.container {
	width:1024px;
	margin:0 auto;
}
/* body style */
body {
	font-size:1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	font-weight:500;
}
#wrapper {
	margin-left:270px;
	width:calc(100% - 270px);
}

.pcnone {
	display:none!important;
}

/* loading animation */

#loading_over{
/* display:none;  */
	background:#ffffff;
	position:fixed;
	width:100vw;
	height:100%;
	z-index:9000;
}
#loading_objects{
/* display:none; */ 
	position:fixed;
	width:100vw;
	height:100vh;
	z-index:9001;
	pointer-events: none;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}
#loading_objects > div{
	position:absolute;
	max-width:1000px;
	max-height:1000px;
	width:50vw;
	height:50vh;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
	opacity:0;
}
#loading_objects > div img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}






/* common */
#header {
	position:fixed;
	width:270px;
	box-sizing:border-box;
	padding: 30px 40px;
	background:#fff;
	overflow:scroll;
	height:100vh;
	-ms-overflow-style: none;
	box-shadow:1px 0 10px 3px rgba(0,0,0,0.1);
}
#header::-webkit-scrollbar {
	display: none;
}
#langnav {
	padding:40px 0 30px;
}
.dropdown {
	width: 100%;
	display: inline-block;
	background-color: #EAEAEA;
	border-radius: 15px;
	box-shadow: 0 0 2px rgb(204, 204, 204);
	transition: all .2s ease;
	position: relative;
	font-size: 14px;
	color: #474747;
	height: 100%;
	text-align: left;
}
.dropdown .select {
	cursor: pointer;
	display: block;
	text-align:center;
	height:34px;
	padding:10px 0;
	position:relative;
	font-weight:bold;
	box-sizing:border-box;
}
.dropdown .select > .langicon {
	position:absolute;
	left: 9px;
	top: 6px;
	width:24px;
}
.dropdown .select > i {
	font-size: 13px;
	color: #555;
	cursor: pointer;
	transition: all .2s ease-in-out;
	position:absolute;
	right: 9px;
	top: 11px;
}

.dropdown:hover {
	box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
	background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
	box-shadow: 0 0 4px rgb(204, 204, 204);
	border-radius: 5px 5px 0 0;
	background-color: #f8f8f8
}
.dropdown.active .select > i {
	opacity:0;
}
.dropdown .dropdown-menu {
	position: absolute;
	background-color: #fff;
	width: 100%;
	left: 0;
	margin-top: 1px;
	box-shadow: 0 1px 2px rgb(204, 204, 204);
	border-radius: 0 1px 5px 5px;
	overflow: hidden;
	display: none;
	overflow-y: auto;
	z-index: 9
}
.dropdown .dropdown-menu li {
	padding: 10px;
	transition: all .2s ease-in-out;
	cursor: pointer;
	font-weight:bold;
	text-align:center;
} 
.dropdown .dropdown-menu {
	padding: 0;
	list-style: none
}
.dropdown .dropdown-menu li:hover {
	background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
	background-color: #e2e2e2
}
#gnavi li a{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color:#3E3A39;
}
#gnavi li a:hover{
	text-decoration:none;
}
#gnavi li {
	margin-bottom:35px;
}
#gnavi li .gname{
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	display:block;
	font-size:30px;
	font-weight:600;
	font-family: canada-type-gibson, sans-serif;
	letter-spacing:1.5px;
}
#gnavi li a:hover .gname{
	letter-spacing:3px;
}

#gnavi li .gruby{
	display:block;
	font-size:12px;
	padding-top:8px;
	font-weight:bold;
}

#optnavi {
}
#optnavi a{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color:#3E3A39;
	font-weight:bold;
	font-size:12px;
}
#optnavi a:hover{
}
#optnavi .inqr a{
	background:url(images/item02.png) no-repeat;
	background-size:40px;
	display:block;
	margin-bottom:25px;
	padding:10px 0 10px 50px;
}
#optnavi .norm {
	display:inline;
}
#optnavi .norm a{
	display:inline-block;
	position:relative;
	padding-left:10px;
	margin-right:10px;
	margin-bottom:25px;
}
#optnavi .norm a::before{
	content:"";
	position:absolute;
	left:0;
	top:2px;
	border-bottom:1px #3E3A39 solid ;
	border-right:1px #3E3A39 solid;
	width:5px;
	height:5px;
	transform:rotate(-45deg);
	
}
#optnavi .banr a{
	display:block;
	margin-top:35px;
	margin-bottom:15px;
}

#snsnavi {
}
#snsnavi li{
	display:inline;
}
#snsnavi li a{
	background:#595757;
	float:left;
	width:35px;
	height:35px;
	text-align:center;
	box-sizing:border-box;
	margin-right:6%;
	border-radius:30px;
	position:relative;
	overflow:hidden;
}
#snsnavi li:nth-last-of-type(1) a{
	margin-right:0;
}
#snsnavi a img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	padding:5px;
	box-sizing:border-box;
	z-index:2;
	position:absolute;
	left:0;
	top:0;
}
#snsnavi a:hover img{
	opacity:1;
}
#snsnavi .nav_facebook a:hover{
	background:#3B5998;
}
#snsnavi .nav_twitter a:hover{
	background:#55acee;
}
#snsnavi .nav_instagram a:hover{
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
#snsnavi .nav_instagram a:hover::before{
	content: '';
	position: absolute;
	top: 11px;
	left: -9px;
	width: 30px;
	height: 30px;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
#snsnavi .nav_instagram a:hover::before{
	opacity:1;
}
#snsnavi .nav_youtube a:hover{
	background:#cd201f;
}

.daysimp {
	margin:40px 0 0;
}
#copy {
	margin-top:40px;
	text-align:center;
	font-size:11px;
	line-height:1.6;
}

#footer{
	background:rgba(49,50,53,0.6);
}
#footer .logo{
	width:380px;
	float:left;
	padding:60px 30px 100px;
	margin-right:70px;
}
#footer .footdata{
	color:#fff;
	line-height:1.6;
	padding:55px 0;
	font-size:15px;
}
#footer .footdata a{
	color:#ffffff;
}
#fnavi{
	position:absolute;
	top:155px;
	left:30px;
}
#fnavi li{
	display:inline-block;
	padding-left:13px;
	position:relative;
	margin-right:15px;
}
#fnavi li::before{
	content:"";
	width:6px;
	height:6px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:rotate(-45deg);
	position:absolute;
	left:0;
	top:3px;
}
#fnavi li a{
	color:#ffffff;
}
#btfix {
	display:none;
	position:fixed;
	bottom:10px;
	right:10px;
	width:87px;
}







#fixedsearch {
	min-width:1024px;
	height:70px;
	background:rgba(102,102,102,0.8);
	position:fixed;
	top:0;
	width:calc(100% - 270px);
	left:270px;
	z-index:4000;
}
#fixedsearch ul {
	text-align:center;
	height:100%;
}
#fixedsearch ul li {
	display:inline-block;
	min-width:100px;
	margin:0 10px;
	font-size:0px;
	text-align:left;
	height:100%;
}

#fixedsearch ul li img{
	display:inline-block;
	height:40px;
	vertical-align:middle;
}
#fixedsearch ul li span{
	display:inline-block;
	font-size:14px;
	vertical-align:middle;
	margin-left:10px;
}
#fixedsearch ul li a{
	color:#fff;
	font-weight:bold;
	padding-top:15px;
	box-sizing:border-box;
	height:100%;
	display:block;
}
#fixedsearch ul li a:hover{

}
#fixedsearch ul li a:hover span{
	text-decoration:underline;
}
#fixedsearch ul li a:hover img{
	opacity:1;
}


#fixedsearch .searchicon {
	height:70px;
	width:70px;
	position:fixed;
	right:0;
	top:0;
	z-index:4001;
	padding:10px 8px 8px;
	box-sizing:border-box;
	background:rgba(51,51,51,0.8);
	opacity:1;
}
#fixedsearch .searchicon.active {
	height:70px;
	width:70px;
	position:fixed;
	right:0;
	top:0;
	z-index:4001;
	padding:10px;
	box-sizing:border-box;
	background:rgba(51,51,51,0.8);
	opacity:0;
}
#fixedsearch .searchicon img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	display:block;
	margin:auto;
}





#search_trigger {
	height:70px;
	width:70px;
	position:fixed;
	right:0;
	top:0;
	z-index:5000;
}
#search_trigger .trgbtn{
	display:block;
	width:100%;
	height:100%;
	background:rgba(51,51,51,0.8);
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}
#search_trigger .trgbtn.active{
	opacity:1;
}
#search_trigger .trgbtn span:nth-of-type(1){
	width:2px;
	height:50px;
	background:#fff;
	position:absolute;
	top:10px;
	left:35px;
	transform: rotate(45deg);
}
#search_trigger .trgbtn span:nth-of-type(2){
	width:2px;
	height:50px;
	background:#fff;
	position:absolute;
	top:10px;
	left:35px;
	transform: rotate(-45deg);
}

#mightysearch_box {
	display:none;
	position:fixed;
	top:0;
	left:0;
	margin-left:270px;
	width:calc(100% - 270px);
	overflow-y:hidden;
	height:100vh;
	box-sizing:border-box;
	z-index:1000;
}
#mightysearch_box iframe {
	width:100%;
	height:100%;
}
#mightysearch {
	padding:90px 0 100px;
	overflow-y:scroll;
	background:rgba(102,102,102,0.8);
	height:100vh;
	box-sizing:border-box;
	-ms-overflow-style: none;
}

#mightysearch::-webkit-scrollbar {
	display: none;
}
#mightysearch h2 {
	text-align:center;
	margin-bottom:40px;
}
#mightysearch h2 span{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	background:url(images/item03.png) no-repeat;
	background-size:contain;
	padding-left:30px;
	display:inline-block;
	position:relative;
}
#mightysearch h2 span::before{
	content:"";
	position:absolute;
	width:100%;
	bottom:-10px;
	left:0;
	border-bottom:1px solid #fff;
}

.searchandfilter ul li.sf-field-post-meta-evcategory {
	padding:0;
	zoom:1;
}
.searchandfilter ul li.sf-field-post-meta-evcategory:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.searchandfilter ul li.sf-field-post-meta-evcategory li {
	width:170.6px;
	float:left;
	zoom:1;
}


.sf-field-post-meta-evcategory li input[type=checkbox] {
	display:none;
}
.sf-field-post-meta-evcategory li input[type=checkbox] + label {
	display:block;
	margin:0 auto 50px;
	position:relative;
	color:#fff;
	height:110px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:0;
	cursor:pointer;
} 
.sf-field-post-meta-evcategory li input[type=checkbox] + label::before {
	content:"";
	width:70px;
	height:70px;
	display:block;
	margin:0 auto 15px;
} 
.sf-field-post-meta-evcategory li:nth-of-type(1) input[type=checkbox] + label::before {
	background:url(images/search_item01.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(2) input[type=checkbox] + label::before {
	background:url(images/search_item02.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(3) input[type=checkbox] + label::before {
	background:url(images/search_item03.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(4) input[type=checkbox] + label::before {
	background:url(images/search_item04.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(5) input[type=checkbox] + label::before {
	background:url(images/search_item05.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(6) input[type=checkbox] + label::before {
	background:url(images/search_item06.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(7) input[type=checkbox] + label::before {
	background:url(images/search_item07.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(8) input[type=checkbox] + label::before {
	background:url(images/search_item08.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(9) input[type=checkbox] + label::before {
	background:url(images/search_item09.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(10) input[type=checkbox] + label::before {
	background:url(images/search_item10.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(11) input[type=checkbox] + label::before {
	background:url(images/search_item11.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory li:nth-of-type(12) input[type=checkbox] + label::before {
	background:url(images/search_item12.png) no-repeat;
	background-size:cover;
}
.sf-field-post-meta-evcategory  input[type=checkbox]:checked + label::before  {
	opacity:0.5;
}





#mightysearch dl {
	background:rgba(255,255,255,0.9);
	border-radius:8px;
}
#mightysearch  dt {
	border-right:1px solid #CCCCCC;
	float:left;
	width:150px;
	font-weight:bold;
	box-sizing:border-box;
	font-size:16px;
}
#mightysearch dd {
	margin-left:200px;
	padding:27px 0 0;
}
.searchandfilter ul li.sf-field-post-meta-openarea{
	background:rgba(255,255,255,0.9);
	border-radius:8px;
    margin-bottom: 15px;
	padding:0;
	zoom:1;
}
.searchandfilter ul li.sf-field-post-meta-openarea:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.searchandfilter ul li.sf-field-post-meta-openarea h4 {
	border-right:1px solid #CCCCCC;
	float:left;
	width:150px;
	font-weight:bold;
	box-sizing:border-box;
	font-size:16px;
	padding:30px;
}

.searchandfilter ul li.sf-field-post-meta-openarea ul {
	margin-left:200px;
	padding:30px 0 0;
}
.searchandfilter ul li.sf-field-post-meta-openarea ul li{
	display:inline-block;
	margin-right:50px;
	margin-bottom:20px;
	font-weight:bold;
	font-size:16px;
	padding:0;
    line-height: 1.3;
}


.searchandfilter ul li.sf-field-post-meta-openmonth {
	background:rgba(255,255,255,0.9);
	border-radius:8px;
	padding:0;
	zoom:1;
	margin-bottom: 50px;
}
.searchandfilter ul li.sf-field-post-meta-openmonth:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.searchandfilter ul li.sf-field-post-meta-openmonth h4 {
	border-right:1px solid #CCCCCC;
	float:left;
	width:150px;
	font-weight:bold;
	box-sizing:border-box;
	font-size:16px;
    padding: 30px;
}

.searchandfilter ul li.sf-field-post-meta-openmonth ul {
	margin-left:200px;
	padding:30px 0 0;
}
.searchandfilter ul li.sf-field-post-meta-openmonth ul li{
	display:inline-block;
	margin-bottom:20px;
	margin-right:60px;
	font-weight:bold;
	font-size:16px;
	padding:0;
    line-height: 1.3;
}

.sf-field-post-meta-openarea ul li input[type=checkbox],
.sf-field-post-meta-openmonth ul li input[type=checkbox] {
	display:none;
}
.sf-field-post-meta-openarea ul li input[type=checkbox] + label,
.sf-field-post-meta-openmonth ul li input[type=checkbox] + label {
	padding-left:30px;
	position:relative;
} 
.sf-field-post-meta-openarea ul li input[type=checkbox] + label:before,
.sf-field-post-meta-openmonth ul li input[type=checkbox] + label:before {
	position:absolute;
	left:0;
	top:2px;
	width:12px;
	height:12px;
	content: "";
	background:#fff;
	margin-right:10px;
	border:2px solid #999999;
	
} 
.sf-field-post-meta-openarea ul li input[type=checkbox]:checked + label:after,
.sf-field-post-meta-openmonth ul li input[type=checkbox]:checked + label:after {
	position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 4px;
    content: "";
    border-left: 2px solid #444444;
    border-bottom: 2px solid #444444;
    transform: rotate(-40deg);
}


.line {
	text-decoration: underline;
}















.search_ans {
	padding-bottom:50px;
	line-height:1.6;
}
.search_ans article {
	float:left;
	width:226px;
	height:310px;
	margin-right:40px;
	margin-bottom:30px;
	box-sizing:border-box;
	background:#ffffff;
}
.search_ans article:nth-of-type(4n) {
	margin-right:0px;
}
.search_ans article a{
	display:block;
	position:relative;
	box-sizing:border-box;
	height:100%;
	width:100%;
	padding-bottom:70px;
	color:#000;
}	
.search_ans article a:hover{

}	
.search_ans article h3 {
	padding:10px;
	font-weight:bold;
}

.search_ans article .data {
	position:absolute;
	bottom:10px;
	left:10px;
	width:calc(100% - 20px);
}
.search_ans article a:hover .data {
	text-decoration:underline;
}
.search_ans  .linker {
	padding:25px 0 0;
	text-align:center;
}
.search_ans  .linker a{
	width:250px;
}

.search_ans article .closemode {
	background:#000;
}
.search_ans article .closemode img{
	opacity:0.3;
}
.search_ans article .closemode::before {
	content:"イベントは終了しました";
	position:absolute;
	left:0px;
	top:70px;
	right:0;
	margin:auto;
	text-align:center;
	color:#fff;
}
.search_ans article .thumbs img{
	min-width:226px;
	min-height:154px;
}	









.title_type01{
	font-size:50px;
	font-weight:600;
	font-family: canada-type-gibson, sans-serif;
	letter-spacing:1.5px;
	margin-bottom:30px;
}
.title_type01 span{
	font-size:16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	margin-left:25px;
	position:relative;
	top:-5px;
	letter-spacing:0px;
}
.title_type02{
	font-size:50px;
	font-weight:600;
	font-family: canada-type-gibson, sans-serif;
	letter-spacing:1.5px;
	margin-bottom:30px;
	text-align:center;
}
.title_type03 {
	text-align:center;
	color:#3E3A39;
}
.title_type03 span{
	font-size:56px;
	font-weight:600;
	font-family: canada-type-gibson, sans-serif;
	letter-spacing:1.5px;
	margin-bottom:15px;
	text-align:center;
	display:inline-block;
	border-bottom:1px solid #3E3A39;
	line-height:1.1;
}
.title_type03 small{
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center;
	display:block;
}
.title_type04 {
	text-align:center;
}
.title_type04 small {
	display:block;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.title_type04 div {
	display:inline-block;
	font-size:40px;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
.title_type04 span {
	display:block;
	font-size:25px;
	font-weight:bold;
	padding:20px 0 0;
}













.btn_type01 {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background:#858585;
	color:#ffffff;
	font-size:16px;
	display:inline-block;
	padding:12px 50px;
	min-width:150px;
	border-radius:40px;
	text-align:center;
	position:relative;
	box-sizing:border-box;
	border:2px solid #858585;
}


.btn_type01:hover {
	background:#fff;
	color:#858585;
	text-decoration:none;
}
.btn_type01::after {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	position:absolute;
	right:15px;
	bottom:0;
	top:0;
	content:"";
	margin:auto;
	width:8px;
	height:8px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform:rotate(-45deg);
}
.btn_type01:hover::after {
	border-right:2px solid #858585;
	border-bottom:2px solid #858585;
}
.btn_type01.dls {
}
.btn_type01.dls::after {
	content:url(images/item04.png);
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
	transform:rotate(0);
	transform: scale(0.2);
	position: absolute;
    right: 25px;
    bottom: 13px;
}
.btn_type01.dls:hover::after {
	filter: brightness(0.5);
	-ms-filter: brightness(0.5);
}
.btn_type01.rvs::after {
	right:auto;
	left:15px;
	transform:rotate(135deg);
}
.btn_type02 {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background:#ffffff;
	color:#000000;
	font-size:16px;
	display:inline-block;
	padding:12px 20px;
	min-width:150px;
	border-radius:40px;
	text-align:center;
	position:relative;
	box-sizing:border-box;
	border:2px solid #ffffff;
}
.btn_type02:hover {
	background:#cccccc;
	color:#000;
	text-decoration:none;
}
.btn_type02::after {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	position:absolute;
	right:15px;
	bottom:0;
	top:-2px;
	content:"";
	margin:auto;
	width:8px;
	height:8px;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	transform:rotate(45deg);
}
.btn_type02:hover::after {
	border-right:2px solid #000;
	border-bottom:2px solid #000;
}




.table_type01 {
	width:100%;
	border-top:#bab3bb 1px solid;
	margin-bottom:20px;
}
.table_type01 dt{
	float:left;	
	width:200px;
	border-bottom: 4px solid  #ffffff;
	border-top: 4px solid #ffffff;
	padding:22px 0 0 35px;
	box-sizing:border-box;
	position:relative;
}
.table_type01 dt p {
	font-weight:bold;
	font-size:16px;
	color:#525252;
}
.table_type01 dt span {
	position:absolute;
	left:0;
	margin-top:2px;
	color:#FF0000;
	font-size:12px;
}
.table_type01 dd {
	padding: 17px 0px 17px 220px;
	position:relative;
}
.table_type01 .select_set{
	padding:8px 0 5px;
}
.table_type01 dd .bef {
	display:inline-block;
	width:90px;
	padding-right:20px;
	text-align:right;
}
.table_type01 dd p {
	margin-top:10px;
}
.table_type01 dd .leftmag {
	margin-left:110px;
}
.table_type01 dd p:nth-of-type(1) {
	margin-top:0;
}
.table_type01 dd .aft {
	display:inline-block;
}
.table_type01 dd::after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	border-bottom:1px solid #bab3bb ;
}









/* index */
#mainimage {
	background:url(view/images/mainimg_2.png) no-repeat center center;
}
#mainimage .inner {
	max-width:1024px;
	margin:auto;
	overflow:hidden;
	position:relative;
	height:1047px;

}
#mainimage #canvas {
	height:auto;
	margin:auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -633.5px;
	margin-top: -523.5px;

}

#basetop{
	position:relative;

}
#basetop a{
	position:absolute;
	left:0;
	right:0;
	top:-100px;
	margin:auto;
	width:70px;
}
.banner_top {
	padding:50px 0 60px;
}
.banner_top a{
	display:block;
	margin-bottom:30px;
}
.index_news {
	margin-bottom:100px;
}
.index_news article{
	float:left;
	width:512px;
	box-sizing:border-box;
	padding-right:25px;
	margin-bottom:40px;
}
.index_news article a{
	display:block;
	color:#000;
	position:relative;
}

.index_news article:nth-of-type(2n){
	float:left;
	width:512px;
	box-sizing:border-box;
	padding-left:25px;
	padding-right:0;
	margin-bottom:40px;
}
.index_news article .thumbs {
	width:240px;
	float:left;
	margin-right:20px;
}
.index_news article .txts {
	position:absolute;
	top:0;
	bottom:0;
	left:260px;
	width:230px;
	margin:auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.index_news article h3 {
	font-size:16px;
	font-weight:bold;
	padding-top:0px;
	width:100%;
}
.index_news article p {
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	width:100%;
}
.index_news article a:hover h3{
	text-decoration:underline;
}
.index_news article a:hover p{


}
.index_news .linker {
	position:absolute;
	top:0;
	right:0;
}


.index_pickup {
	margin-bottom:100px;
}
.index_pickup article {
	float:left;
	width:226px;
	margin-right:40px;
	margin-bottom:30px;
	box-sizing:border-box;
	border:1px solid #CCCCCC;
}
.index_pickup article:nth-of-type(4n) {
	margin-right:0px;
}
.index_pickup article a{
	display:block;
	position:relative;
	box-sizing:border-box;
	height:100%;
	width:100%;
	padding-bottom:70px;
	color:#000;
}	
.index_pickup article a:hover{

}	
.index_pickup article h3 {
	padding:10px;
	font-weight:bold;
}
.index_pickup article .data {
	position:absolute;
	bottom:10px;
	left:10px;
	width:calc(100% - 20px);
}
.index_pickup article a:hover .data {
	text-decoration:underline;
}

.index_pickup article .closemode {
	background:#000;
}
.index_pickup article .closemode img{
	opacity:0.5;
}
.index_pickup article .closemode::before {
	content:"イベントは終了しました";
	position:absolute;
	left:0px;
	top:70px;
	right:0;
	margin:auto;
	text-align:center;
	color:#fff;
}


.index_movie {
	padding:50px 0 0;
}

.index_movie iframe {
	width:800px;
	height:450px;
	margin:auto;
	display:block;
}

.index_sponsor {
	margin-bottom:100px;

}
.index_sponsor .lists a{
	float:left;
	width:250px;
	text-align:center;
	margin-right:137px;
	margin-bottom:20px;
}
.index_sponsor .lists a:nth-of-type(3n){
	margin-right:0px;
}

.index_sponsor .linker {
	position:absolute;
	top:0;
	right:0;
}
.index_sponsor .spons_atten {
	position:absolute;
	top:80px;
	right:0;
}

.about_top {
	padding:10px 0 100px;
}
.about_top .container{
	width:830px;
}

.about_concept  {
	margin-bottom:120px;
}
.about_concept .lefter {
	float:left;
	width:400px;
}
.about_concept .righter {
	float:right;	
	width:580px;
}
.about_concept .righter h3{
	font-size:30px;
	font-weight:bold;
	margin-bottom:15px;
}
.about_concept .righter p{
	font-size:15px;
	line-height:1.8;
}

.about_outline  {
	margin-bottom:120px;
}

.about_outline .lefter {
	float:left;
	width:340px;
	padding:0 60px;
	box-sizing:border-box;
}
.about_outline .righter {
	float:right;	
	width:640px;
}
.about_outline .righter dl {
	font-size:15px;
	margin-bottom:25px;
}
.about_outline .righter dt {
	float:left;
	font-weight:bold;
}
.about_outline .righter dd {
	margin-bottom:10px;
}
.about_outline  ,linker {
	
}
.about_outline  .linker a.btn_type01{
	width:280px;
	margin-right:20px;
}



.about_what  {
	margin-bottom:120px;
}
.about_what .lefter {
	float:left;
	width:340px;
	padding:0 40px;
	box-sizing:border-box;
}
.about_what .righter {
	float:right;	
	width:640px;
}
.about_what .righter p{
	font-size:15px;
	line-height:1.8;
}
.about_what .photos {
	padding-top:30px;
}
.about_what .photos img{
	float:left;
}
.about_what .righter .linker{
	padding-top:30px;
	text-align:right;
}


.about_event {
	margin-bottom:120px;
}
.about_event p{
	font-size:15px;
	line-height:1.8;
}
.about_event .photos{
	padding:40px 0 0;
}
.about_event .photos img{
	float:left;
	margin-right: 3.5%;
	margin-bottom:30px;
	width: 31%;
}
.about_event .photos img:nth-of-type(3n){
	margin-right:0px;
}
.about_event .linker{
	text-align:center;
}


.about_joinus {
	padding-top:60px;
	margin-bottom:120px;
}
.about_joinus .bglilac{
	background:#EDEEF7;
	height:280px;
}
.about_joinus .lefter{
	width:420px;
	padding:0 40px;
	margin-left:40px;
	margin-top:-55px;
	box-sizing:border-box;
	float:left;
}
.about_joinus .righter{
	width:380px;
	float:right;
	margin-right:120px;
	padding-top:30px;
}
.about_joinus .righter .linker{
	text-align:center;
	padding:30px 0 0;
}

.about_movie {
	margin-bottom:100px;
}

.about_movie iframe {
	width:800px;
	height:450px;
	margin:auto;
	display:block;
}

.access_map {
	padding:40px 0 100px;
}
.mapimg {
	margin-bottom:30px;
}
.block_access {
	float: left;
	width: 320px;
	margin-right: 30px;
	margin-bottom:20px;
}
.block_access:nth-of-type(3n){
	margin-right: 0px;
}
.block_access h3 {
	margin-bottom: 8px;
}
.block_access h3 img {

}
.block_access ul {
	margin-left: 20px;
}
.block_access li {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 5px;
	color:#333333;
}
.block_access p {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: normal;
	margin-left: 20px;
}


.contact {
	padding:40px 0 40px;
	text-align:center;
	line-height:1.8;
}
.contact .bglilac {
	margin-top:30px;
	padding:20px 35px;
	background:#EDEEF7;
	text-align:left;
}
.contact .bglilac h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.contact .bglilac p {

}
.contact_form {
	margin-bottom:100px;
}
.contact.thanks {
	font-size:16px;
	padding-bottom:100px;
}
.contact.thanks .sansans{
	text-align:center;
	width: 830px;
	margin:30px auto;
}
.contact.thanks .linker a{
	margin:0px 40px;

}


.program_detail {
	padding:30px 0 40px;
}
.program_detail .catnames {
	text-align:center;
}
.program_detail .catnames span{
	display:inline-block;
	color:#3E3A39;
	padding:8px 12px;
	font-size:16px;
	border:1px solid #CCCCCC;
	border-radius:5px;
	font-weight:bold;
}
.program_detail h1 {
	font-size:38px;
	font-weight:bold;
	text-align:center;
	padding:15px 0 0;
	margin-bottom:20px;
}
.program_detail #event_slider {
	width:600px;
	margin:auto auto 30px;
}
.program_detail #event_slider .slick-prev:before {
	border-left:3px solid #999999;
	border-top:3px solid #999999;
	width:20px;
	height:20px;
	transform:rotate(-45deg);
	position:absolute;
	left:-5px;
}
.program_detail #event_slider .slick-next:before {
	border-right:3px solid #999999;
	border-top:3px solid #999999;
	width:20px;
	height:20px;
	transform:rotate(45deg);
	position:absolute;
	right:-5px;
}
.program_detail #event_slider .slick-slide img {
	margin:auto;
}
.program_detail .program_maintxt {
	padding:0 40px;
	line-height:1.8;
	margin-bottom:60px;
}

.program_detail .program_prof {
	padding:0 40px;
	line-height:1.8;
	margin-bottom:60px;
}
.program_detail .program_prof_list{
	background:#EDEEF7;
    min-height: 170px;
}
.program_detail .program_prof .slick-prev:before {
	border-left:3px solid #999999;
	border-top:3px solid #999999;
	width:20px;
	height:20px;
	transform:rotate(-45deg);
	position:absolute;
	left:-5px;
}
.program_detail .program_prof .slick-next:before {
	border-right:3px solid #999999;
	border-top:3px solid #999999;
	width:20px;
	height:20px;
	transform:rotate(45deg);
	position:absolute;
	right:-5px;
}
.program_detail h2{
	font-size:20px;
	font-weight:600;
	font-family: canada-type-gibson, sans-serif;
	letter-spacing:2px;
}
.program_detail .program_prof li{

	position:relative;
	padding:20px 20px 20px 170px;
	min-height:120px;
}
.program_detail .program_prof li img{
	width:130px;
	position:absolute;
	left:20px;
	top:20px;
	bottom:0px;
	border-radius:300px;
	
}
.program_detail .program_prof li h3{
	font-size:23px;
	font-weight:bold;
	margin-bottom:8px;	
}

.program_detail .program_info {
	padding:0 40px;
	line-height:1.8;
	margin-bottom:60px;
}

.program_detail .program_info dl {

}
.program_detail .program_info dt {
	padding:8px 0 8px 10px;
	font-weight:bold;
	float:left;
}
.program_detail .program_info dd {
	padding:8px 0 8px 150px;
	border-bottom:1px solid #cccccc;
}
.program_detail .mapbtn {
    background: #666666;
    color: #fff;
    padding: 4px 6px;
    margin-left: 15px;
    border-radius: 4px;
    font-size: 12px;
}
.program_detail .program_info .linker {
	padding:50px 0 0 ;
	text-align:center;
}









.calendar_set {
	padding-bottom:100px;
}
.evtopms {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:60px;
}
.evtopms p{
	display:inline-block;
	margin:0 5px;
}

.monthnav.postop {
	margin-bottom:30px;
}
.monthnav.posbtm {
	margin-top:50px;
	
}
.monthnav ul {

}
.monthnav ul li{
	float:left;
	width:122px;
	margin:0 3px;
}
.monthnav ul li a{
	background:#CCCBCB;
	display:block;
	color:#ffffff;
	width:100%;
	height:100%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	border-radius:3px;
	border:2px solid #CCCBCB;
	position:relative;
}
.monthnav ul li a:hover{
	text-decoration:none;
	border:2px solid #666362;
}
.monthnav ul li a span{
	font-size:34px;
	display:inline-block;
	margin:0 3px;
	font-family: canada-type-gibson, sans-serif;
	font-weight:600;
}
.monthnav ul li.active a{
	background:#666362;
	border:2px solid #666362;
}


.monthnav.postop ul li.active a::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-14px;
	margin:auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #666362 transparent transparent transparent;
}
.monthnav.posbtm ul li.active a::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:-14px;
	margin:auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color:  transparent transparent #666362 transparent;
}
.calegend {
	position:absolute;
	top:20px;
	right:0;
}
.calegend .red {
	color:#CC0000;
	font-weight:bold;
}
.calegend .red2 {
	color:#CC0000;
	font-weight:bold;
}
.calegend .blue {
	color:#003399;
}

.evcalendar {
	
}
.evcalendar h2{
	font-size:20px;
	font-weight:bold;
}
.evcalendar h2 span{
	font-size:36px;
}
.evcalendar table{
	width:100%;
}
.evcalendar tr{

}
.evcalendar th{
	width:80px;
	vertical-align:middle;
	background:#F2F2F2;
	border:1px solid #CCCBCB;
	font-weight:bold;
	text-align:center;
}
.evcalendar td{
	border:1px solid #CCCBCB;
	padding:10px;
}
.evcalendar td:nth-of-type(1){
	width:60px;
	font-weight:bold;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
.evcalendar td:nth-of-type(1).red{
	color:#CC0000;
}
.evcalendar td:nth-of-type(1).red2{
	color:#CC0000;
}
.evcalendar td:nth-of-type(1).blue{
	color:#0000cc;
}
.evcalendar td:nth-of-type(2){
	padding-left:20px
}
.evcalendar td:nth-of-type(2).exist {
	background:#FFFFCC;
}
.evcalendar td:nth-of-type(2) a{
	color:#333333;
}
.evcalendar td:nth-of-type(2) .red a{
	color:#CC0000;
	font-weight:bold;
}
.evcalendar td:nth-of-type(2) .red2 a{
	color:#CC0000;
	font-weight:bold;
}
.evcalendar td:nth-of-type(2) .blue a{
	color:#003399;
}

.evcalarea {
	display:none;
} 









.news_set {
	margin-bottom:100px;
}
.news_set article{
	width:490px;
	box-sizing:border-box;
	border-top:1px solid #CCCBCB;
	position:relative;
	padding-right:20px;
	min-height:160px;
}
.news_set article:nth-of-type(odd){
	float:left;
}
.news_set article:nth-of-type(even){
	float:right;
}
.news_set article:nth-last-of-type(1),.news_set article:nth-last-of-type(2){
	border-bottom:1px solid #CCCBCB;
}
.news_set article a{
	display:block;
	color:#000;
}
.news_set article a:hover{

}
.news_set article .txts {
	position:absolute;
	top:0;
	bottom:0;
	left:200px;
	width:290px;
	margin:auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.news_set article .thumbs {
	width:180px;
	float:left;
	padding:20px 0 20px;
}
.news_set article h2 {
	font-size:16px;
	font-weight:bold;
	width:100%;
	padding-bottom:10px;
}
.news_set article p {
	font-size:12px;
	font-weight:bold;
	width:100%;

}
.news_set article a:hover h2 {
	text-decoration:underline;
}
.news_set .linker {
	position:absolute;
	top:0;
	right:0;
}

.pagenation{
	padding:30px 0px;
}
.page_navi {
	float:left;
	font-size:15px;
}  
.page_navi li {
    display: inline;
    list-style: none;
	margin:0 2px;
	text-align:center;
}
  
.page_navi li.current span {
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 7px 0px;
    background: #666362;
    border: solid 1px #666362;
	border-radius:30px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    text-align: center;
}
  
.page_navi li a {
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 7px 0px;
    background: #CCCBCB;
    border: solid 1px #CCCBCB;
	border-radius:30px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
 .page_navi li a:hover {
	text-decoration:none;
	 
}
.page_navi li.next a {
	background:transparent;
    border: solid 0px #9d2e49;
	position:relative;
    top: 12px;
}
.page_navi li.previous a {
	background:transparent;
	border: solid 0px #9d2e49;
    position: relative;
    top: 12px;
}
.page_navi li.next a::after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
    width: 13px;
    height: 13px;
	border-top:2px solid #666666;
	border-right:2px solid #666666;
	transform:rotate(45deg);
}
.page_navi li.previous a::after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
    width: 13px;
    height: 13px;
	border-bottom:2px solid #666666;
	border-left:2px solid #666666;
	transform:rotate(45deg);
}


.news_single{
	padding:0 0 80px;
}
.news_single h1{
	padding:30px 0 0;
	font-size:35px;
	font-weight:bold;
	text-align:center;
}
.news_single .time{
	font-size:15px;
	text-align:center;
	padding:20px 0 40px;
}
.news_single .linker{
	text-align:center;
	padding:40px 0 0px;
}


.program6_top {
	text-align:left;
	width:720px;
	font-size:15px;
	padding:20px 0 80px;
	line-height:1.8;
}

.program6_sect {
	padding:60px 0;
	line-height:1.8;
}
.program6_sect h2 {
	font-size:18px;
	display:block;
	font-size:40px;
	font-weight:bold;
	width:450px;
	line-height:1.4;
}
.program6_sect h2 small{
	font-size:18px;
	display:block;
}
.program6_sect h2 span{
	font-size:25px;
	display:block;
	border-top:2px solid #fff;
	margin-top:3px;
	padding-top:10px;
	
}
.program6_sect .thumbsimage {
	position:absolute;
	right:0;
	top:0;
	width:470px;
}
.program6_sect .thumbsimage p{
	font-size:26px;
	font-weight:bold;
	background:#ffffff;
	position:absolute;
	left:-25px;
	top:-25px;
	width:auto;
	box-sizing:border-box;
	width:100px;
	height:100px;
	border-radius:100px;
	text-align:center;
	padding-top:10px;
	color:#333333;
	line-height:1.4;
}
.program6_sect .thumbsimage p span{
	font-family: canada-type-gibson, sans-serif;
	font-size:56px;
	font-weight:600;
}
.program6_sect .thumbsimage em {
	font-size: 38px;
	font-weight: 600;
	position: absolute;
	left: 85px;
	top: -10px;
	color: #000;
}
.program6_sect .thumbsimage p.twomonth {
	left: 140px;
}
.program6_sect h3 {
	font-size:17px;
	font-weight:bold;
	margin-top:30px;
	width:470px;
	margin-bottom:5px;
}
.program6_sect .mtxt {
	font-size:14px;
	width:470px;

}
.program6_sect .opt{
	margin-top:20px;
	width:470px;
	background:#fff;
	padding:15px;
	box-sizing:border-box;

}
.program6_sect .opt p{
	color:#333333;
	font-size:14px;
}

.program6_sect .linker{
	text-align:right;
	padding:20px 0 0;
	width:470px;
}
.program6_sect.story01 {
	background:#FFED00;
	color:#333333;
}
.program6_sect.story01 .thumbsimage {
	right:0;
}
.program6_sect.story02 {
	background:#DE2F77;	
	color:#ffffff;
}
.program6_sect.story02 h2 {
	margin-left:560px;
}
.program6_sect.story02 .thumbsimage {
	left:0;
}
.program6_sect.story02 h3 {
	margin-left:560px;
}
.program6_sect.story02 .mtxt {
	margin-left:560px;
}
.program6_sect.story02 .opt {
	margin-left:560px;
}
.program6_sect.story02 .linker {
	margin-left:560px;
}
.program6_sect.story03 {
	background:#0097D9;	
	color:#ffffff;
}
.program6_sect.story04 {
	background:#B4D000;	
	color:#ffffff;
}
.program6_sect.story04 h2 {
	margin-left:560px;
}
.program6_sect.story04 .thumbsimage {
	left:0;
}
.program6_sect.story04 h3 {
	margin-left:560px;
}
.program6_sect.story04 .mtxt {
	margin-left:560px;
}
.program6_sect.story04 .opt {
	margin-left:560px;
}
.program6_sect.story04 .linker {
	margin-left:560px;
}
.program6_sect.story05 {
	background:#96252d;	
	color:#ffffff;
}
.program6_sect.story06 {
	background:#ebd3c0;	
	color:#333333;
}
.program6_sect.story06 h2 {
	margin-left:560px;
}
.program6_sect.story06 .thumbsimage {
	left:0;
}
.program6_sect.story06 h3 {
	margin-left:560px;
}
.program6_sect.story06 .mtxt {
	margin-left:560px;
}
.program6_sect.story06 .opt {
	margin-left:560px;
}
.program6_sect.story06 .linker {
	margin-left:560px;
}
.program6_sect.challenge {
	background:#F29600;	
	color:#333333;
}
.program6_sect.challenge h2  {
	margin-bottom:30px;
}
.program6_sect.challenge h2 span {

}
.program6_sect.challenge .thumbsimage p {
	font-size:33px;
	padding-top:30px;
}
/*.program6_sect.challenge .opt {
	background:#EDEEF7;
}*/

.program6_sect.relational  {
	min-height:300px;
}

.program6_sect.relational h2 {
	border-bottom:2px solid #999999;
	margin-bottom:25px;
}


.openbanner {
	padding-bottom:100px;
}


.program6_single.story01 {background:#FFED00; color:#000;}
.program6_single.story02 {background:#DE2F77; color:#fff;}
.program6_single.story03 {background:#0097D9; color:#fff;}
.program6_single.story04 {background:#B4D000; color:#fff;}
.program6_single.story05 {background:#96252d; color:#fff;}
.program6_single.story06 {background:#ebd3c0; color:#000;}

.program6_single.challenge {background:#F29600; color:#000;}
.program6_single {
	padding:80px 0 0;
	margin-top:80px;
}
.program6_single h1 {
	margin-bottom:60px;

}
.program6_single h2 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.progsing_top{
	text-align:center;
	padding:15px 0 70px;
	width:800px;
	margin:auto;
	font-size:14px;
}
.story01 .progsing_top,
.story02 .progsing_top,
.story03 .progsing_top,
.story04 .progsing_top,
.story05 .progsing_top,
.challenge .progsing_top {
	text-align: left;
}
.program6_single article {
	margin-bottom:100px;
}
.program6_single.story04 h5 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.program6_single.story04 .matsuyama,
.program6_single.story04 .kengai { float: left; width: 49%; }
.program6_single.story04 .matsuyama { margin-right: 2%; }
.main_content_area {
	background:#fff;
	position:relative;
	padding:80px 0px 0;
	color:#333333;
}
.main_content_area .numb {
	font-family: canada-type-gibson, sans-serif;
	font-weight:600;
	font-size:25px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	width:210px;
	letter-spacing:1px;
	top:-23px;
	background:#3E3A39;
	color:#fff;
	text-align:center;
	padding:4px 0;
}
.mca_body {
	padding:0 40px 40px;
}
.mca_body .lefter {
	width:610px;
	float:left;
}
.mca_body .righter {
	width:290px;
	float:right;
}
.mca_body .lefter h3 {
	font-size:40px;
	font-weight:bold;
	border-bottom:1px solid #999999;
}
.mca_body .lefter .schedule {
	padding:40px 0 ;
}
.mca_body .lefter .schedule h4{
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
.mca_body .lefter .schedule p{
	font-size:15px;
	font-weight:bold;
}
.mca_body .lefter .schedule p .biggest {
	font-size:30px;
	font-family: canada-type-gibson,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-weight:bold;
}
.mca_body .lefter .schedule p .bigger {
	font-size:30px;
	font-family: canada-type-gibson,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-weight:bold;
}
.mca_body .lefter .schedule p .bigger2 {
	font-size:24px;
	font-family: canada-type-gibson,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-weight:bold;
}
.mca_body .lefter .txt_area{
	font-size:14px;
}


.mca_btm{
	background:#EDEEF7;
	padding:30px 40px 20px;
}
.mca_btm .lefter{
	background:#ffffff;
	box-sizing:border-box;
	width:300px;
	float:left;
	padding:15px;
	line-height:1.8;
}
.mca_btm .lefter.longerset{
	width:100%;
}
.mca_btm .righter{
	float:right;
	width:560px;
	box-sizing:border-box;
}
.mca_btm .righter h4{
	font-size:20px;
	font-weight:600;
	font-family: canada-type-gibson, sans-serif;
	letter-spacing:2px;
	margin-bottom:8px;
}
.mca_btm .righter img{
	width:120px;
	position:absolute;
	left:0px;
	top:0px;
	margin:auto;
	border-radius:300px;
	
}
.mca_btm .righter h3{
	font-size:23px;
	font-weight:bold;
	margin-bottom:8px;	
}


.mca_btm .artist_prof .slick-prev {
	top: 30%;
}
.mca_btm .artist_prof .slick-next {
	top: 30%;
}

.mca_btm .artist_prof .slick-prev:before {
	content:"";
	
	border-left:3px solid #999999;
	border-top:3px solid #999999;
	width:20px;
	height:20px;
	transform:rotate(-45deg);
	position:absolute;
	left:-5px;
}
.mca_btm .artist_prof .slick-next:before {
	content:"";
	border-right:3px solid #999999;
	border-top:3px solid #999999;
	width:20px;
	height:20px;
	transform:rotate(45deg);
	position:absolute;
	right:-5px;
}
.mca_btm .dummyset {
padding-left:140px;
}
.mca_btm .dummyset .artist_prof li{
padding-left:0px;
}
.mca_btm .artist_prof li {
	position:relative;
	padding-left:140px;
	min-height:130px;
}
.relation_boxes {
	margin:40px 0 0px;
}
.relation_boxes li {
	float:left;
	width:226px;
	margin-right:40px;
	margin-bottom:30px;

	box-sizing:border-box;
	border:1px solid #CCCCCC;
	background:#fff;
	position:relative;
}
.relation_boxes li:nth-of-type(4n) {
	margin-right:0px;
}
.relation_boxes li a{
	display:block;
	position:relative;
	box-sizing:border-box;
	height:100%;
	width:100%;
	padding-bottom:70px;
	color:#000;
}	
.relation_boxes li a:hover{

}	
.relation_boxes li h4 {
	padding:10px;
	font-weight:bold;
}
.relation_boxes li .data {
	position:absolute;
	bottom:10px;
	left:10px;
	width:calc(100% - 20px);
}
.relation_boxes li a:hover .data {
	text-decoration:underline;
}
.relation_boxes li .closemode {
	background:#000;
}
.relation_boxes li .closemode img{
	opacity:0.5;
}
.relation_boxes li .closemode::before {
	content:"イベントは終了しました";
	position:absolute;
	left:0px;
	top:70px;
	right:0;
	margin:auto;
	text-align:center;
	color:#fff;
}

.program6_single .photogallery {
	
}
.program6_single .photogallery p{
	width:170px;
	float:left;
}
/*
.program6_single .photogallery a{
	width:170px;
	float:left;
}
*/


.storynav .story01, .storynav .story01 a {background:#FFED00; color:#000;}
.storynav .story02, .storynav .story02 a {background:#DE2F77; color:#fff;}
.storynav .story03, .storynav .story03 a {background:#0097D9; color:#fff;}
.storynav .story04, .storynav .story04 a {background:#B4D000; color:#fff;}
.storynav .story05, .storynav .story05 a {background:#96252d; color:#fff;}
.storynav .story06, .storynav .story06 a {background:#ebd3c0; color:#000;}
.storynav .challenge, .storynav .challenge a {background:#F29600; color:#000;}
.storynav h2 {
	text-align:center;
	font-size:24px;
	font-weight:600;
	font-family: canada-type-gibson, sans-serif;
	letter-spacing:2px;
	padding:40px 0 60px;
}
.storynav {
	margin:40px 0 40px;
}
.storynav li {
	float:left;
	width:226px;
	margin-right:40px;
	margin-bottom:30px;
	box-sizing:border-box;
	background:#fff;
	position:relative;
}
.storynav li:nth-of-type(4n) {
	margin-right:0px;
}
.storynav li a{
	display:block;
	position:relative;
	box-sizing:border-box;
	height:100%;
	width:100%;
	padding-bottom:10px;
	color:#000;
}	
.storynav li a:hover{

}	
.storynav li h3 {
	padding:10px;
	font-weight:bold;
}
.storynav li .data {
	position:absolute;
	bottom:10px;
	left:10px;
	width:calc(100% - 20px);
}
.storynav li a:hover .data {
	text-decoration:underline;
}
.storynav li .thumbs {
	background:#fff;
}













/* editor用 */
.maintxt {
	font-size:16px;
	line-height:1.8;
}
.maintxt a {
	color:#000;
	font-size:14px;
	font-weight: bold;
	text-decoration:underline;
}
.maintxt a:hover {
	text-decoration:none;
}

.maintxt p {
    margin: 1em 0;
}
.maintxt hr {
    border-top: 1px dotted #888;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.maintxt  strong { font-weight: bold; }
.maintxt  em { font-style: italic; }
.maintxt  blockquote {
    display: block;
    padding:20px 40px;
	background:#EDEEF7;
}
.maintxt  .aligncenter {
    display: block;
    margin: 0 auto;
}
.maintxt  .alignright { float: right; }
.maintxt  .alignleft { float: left; }
.maintxt  img.alignright{ padding-left:50px;background:#fff; }
.maintxt  img.alignleft { padding-right:50px; background:#fff;}
 
.maintxt  img[class*="wp-image-"],
.maintxt  img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.maintxt  a .btn_set {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background:#858585;
	color:#ffffff;
	font-size:16px;
	display:inline-block;
	padding:12px 50px;
	min-width:150px;
	border-radius:40px;
	text-align:center;
	position:relative;
	box-sizing:border-box;
	border:2px solid #858585;
}
.maintxt a .btn_set {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.maintxt a .btn_set:hover {
	color:#858585;
	background:#fff;
	color:#858585;
	text-decoration:none;
}
.maintxt a .btn_set::after {
	content:"";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	position:absolute;
	right:15px;
	bottom:0;
	top:0;
	content:"";
	margin:auto;
	width:8px;
	height:8px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform:rotate(-45deg);
}
.maintxt a .btn_set:hover::after {
	border-right:2px solid #858585;
	border-bottom:2px solid #858585;
}
.maintxt a .btn_set.dls{
}
.maintxt a .btn_set.dls::after {
	content:url(images/item04.png);
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
	transform:rotate(0);
	transform: scale(0.2);
	position: absolute;
    right: 25px;
    bottom: 13px;
}
.maintxt a .btn_set.dls:hover::after {
	filter: brightness(0.5);
	-ms-filter: brightness(0.5);
}









/* form design */
.form_type01 input[type="text"], 
.form_type01 input[type="tel"], 
.form_type01 input[type="email"], 
.form_type01 input[type="date"], 
.form_type01 input[type="number"], 
.form_type01 select, 
.form_type01 textarea {
	border: 1px solid #aaf;
	color: #444;
	font-size: 1em;
	padding: 0.8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color:#333;
	border:solid 1px #ccc;
	border-radius: 3px;
	outline: none;
	margin: 0 10px 0 0 ;
}
.form_type01 textarea {
	width:100%!important;
	padding: 1em;
	min-height:10em;
	height: auto;
	font-size:15px;
}
.form_type01 select {
	width:30%;
	margin-bottom:10px;
}
.form_type01 input[type="text"], 
.form_type01 input[type="tel"], 
.form_type01 input[type="email"], 
.form_type01 input[type="date"], 
.form_type01 input[type="number"],
.form_type01 textarea {
	-moz-transition: border .25s;
	-webkit-transition: border .25s;
	-o-transition: border .25s;
	transition: border .25s;
}
.form_type01 input[type="text"]:hover,
.form_type01 input[type="tel"]:hover,
.form_type01 input[type="email"]:hover,
.form_type01 input[type="text"]:active,
.form_type01 input[type="tel"]:active,
.form_type01 input[type="email"]:active,
.form_type01 input[type="text"]:focus,
.form_type01 input[type="tel"]:focus,
.form_type01 input[type="email"]:focus,
.form_type01 textarea:hover,
.form_type01 textarea:focus,
.form_type01 textarea:active {
	border: 1px solid #bbb;
}
.form_type01 input[type="text"],
.form_type01 input[type="tel"],
.form_type01 input[type="email"], 
.form_type01 input[type="date"], 
.form_type01 input[type="number"],
.form_type01 textarea{cursor: text;}
.form_type01 select {height: auto;}
.form_type01 .error {
	margin: 3px 0 0 0px;
	padding: 3px;
	font-weight: bold;
	border: 1px solid #ff0000;
	background: #ffcccc;
}
.form_type01 input.full {
	width:100%;	
}
.form_type01 input.medium {
	width:64%;	
}
.form_type01 input.half {
	width:50%;	
}
.form_type01 input.minim {
	width:20%;	
}

.form_type01 .rec {
	padding:5px 0 ;
}
.form_type01 .rec span{
	margin-right:10px;
}
.form_type01 .btn_submit {
	text-align:center;
}
.form_type01 .btn_submit button{
	text-align:center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.mfp_buttons {
	text-align:center;
}
.mfp_buttons button{
	cursor:pointer;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	border:2px solid #5C5C5C;
	color:#ffffff;
	display:inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	width:200px;
	padding:15px 30px;
	border-radius:8px;
	font-size:17px;
	font-weight:bold;
	position:relative;
	background:#5C5C5C;
}
.mfp_buttons button::after{
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	content:"";
	width:10px;
	height:10px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
	transform:rotate(-45deg);
}
.mfp_buttons button:hover::after{
	border-color:#5c5c5c;
}

.mfp_buttons button:hover {
	text-decoration:none;
	color:#5C5C5C;
	background:#ffffff;
}



/* maiformpro */
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
.must {
	display: block;
	background-color: #FCDC2C;
	border: solid 2px #FCDC2C;
	padding: 2px 5px;
	font-size: 10px;
	color: #464646;
	float: left;
	margin: 0px 10px 0 0px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(https://ehimesansan.jp/wp/wp-content/themes/sansan/images/header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(https://ehimesansan.jp/wp/wp-content/themes/sansan/images/header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px 10px 3px 3px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_checked {
}
form#mailformpro label.mfp_not_checked {

}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin:0 0 30px;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 10px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 30px  15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_inner h4{
	padding:0 0 20px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(https://ehimesansan.jp/wp/wp-content/themes/sansan/images/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	display: none!important;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(https://ehimesansan.jp/wp/wp-content/themes/sansan/images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}





/* Not Found
----------------------------------------------*/
.notfound { text-align: center; }
.notfound h1 {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	font-size: 128px;
	color: #ccc;
}
.notfound p { margin-bottom: 40px; }
.notfound .img {
	width: 50%;
	margin: 0 auto;
}
.notfound h2 {
	font-size: 24px;
	font-weight: bold;
}
.notfound ul { width: 50%; margin: 0 auto 7%; }
.notfound li {
	float: left;
	width: 50%;
}


/* privacy policy
----------------------------------------------*/
.privacypolicy .container { width: 80%; margin: 8% auto; }
.privacypolicy p,.privacypolicy dd { line-height: 2; }
.privacypolicy p { margin-bottom: 4em; }
.privacypolicy dt { font-weight: bold; }
.privacypolicy dd { margin-bottom: 2em; }
.privacypolicy dd span {
	padding: 2%;
	background: #eee;
	display: block;
}
.privacypolicy dd span em { display: block; font-style: normal; }


.sitemap .container{
	width:800px;
}
.sitemap .container ul{
	width:40%;
	float:left;
	padding-bottom:100px;
	font-size:20px;
	margin-left:10%;
}
.sitemap .container ul li.parent{
	margin-top:30px;
	font-weight:bold;
}
.sitemap .container ul li.child{
	padding-left:20px;
	margin-top:3px;
	
}
.sitemap .container ul li a {
	color:#333333;
}


/* download and link
----------------------------------------------*/
#download,#link {
	margin-bottom: 150px;
}
#download .btn_base.ico_download {
	margin: 60px auto 0;
	width: 28%;
}
#download .btn_base.ico_download a {
	background-position: 90% 50%;
}
#download .btn_base.ico_download a {
	background: #858585 url(images/ico_download.png) no-repeat 90% 50%;
	background-size: 17px auto;
	padding: 20px 55px 20px 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	display: block;
}

#link li {
	float: left;
	width: 220px;
	margin: 0 48px 48px 0;
}
#link li:nth-child(4n) {
	margin-right: 0;
}
#link li img {
	border: 1px solid #ccc;
}





.sponsor_0 {
	margin-bottom:50px;
}
.sponsor_0 a{
	float:left;
	width:250px;
	text-align:center;
	margin-right:137px;
	margin-bottom:20px;
}
.sponsor_0 a:nth-of-type(3n){
	margin-right:0px;
}
.sponsor_1 {
	margin-bottom:50px;
}
.sponsor_1 a{
	float:left;
	width:170px;
	text-align:center;
	margin-right:43px;
	margin-bottom:20px;
}
.sponsor_1 a:nth-of-type(5n){
	margin-right:0px;
}
.sponsor_2 {
		margin-bottom:100px;
}
.sponsor_2 span{
	display:inline;
	font-size:15px;
	line-height:1.8;
}
.sponsor_2 span::after{
	content:" / ";	
}


.sponsor_greeting {
	margin-bottom:50px;
}
.sponsor_greeting h2{
	font-size:50px;
	font-weight:bold;
	margin-bottom:30px;
}
.sponsor_greeting  p {
    font-size: 15px;
    line-height: 2;
}
.sponsor_greeting .txt_right {
    text-align: right;
}
.sponsor_greeting .txt_right span,
.sponsor_datas .how dt {
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.sponsor_datas  {
	font-size:16px;
	line-height:1.5;
}
.sponsor_datas h2 {
    font-size: 22px;
    font-weight: bold;
    background: #edeef7;
    padding: 1.2% 2%;
    margin-bottom: 4%;
}
.sponsor_datas .container{
    margin-bottom:50px;
}
.sponsor_datas .linker{
    text-align: center;
}
.sponsor_datas .txt_center {
    text-align: center;
}
.sponsor_datas .how dl {
	margin-bottom: 1.2em;
}
.sponsor_datas th {
	border: 1px solid #999;
    padding: 25px 20px 25px 25px;
	font-weight: bold;
    text-align: left;
}
.sponsor_datas td {
	border: 1px solid #999;
    padding: 25px 20px 25px 25px;
}
.sponsor_datas th:first-child {
	border-left: none;
}
.sponsor_datas th.gray:last-child,
.sponsor_datas td:last-child {
	border-right: none;
}
.sponsor_datas th.gray {
	background: #efefef;
	text-align: center;
	white-space: nowrap;
}
.sponsor_btms .container{
    margin-bottom:100px;
}
.sponsor_btms .spcontact dt,
.sponsor_btms .spcontact dd {
	padding: 25px;
	box-sizing: border-box;
	height: 156px;
	line-height:1.5;
}
.sponsor_btms .spcontact dt {
	float: left;
	clear: left;
	width: 25%;
	background: #999;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-top: 38px;
}
.sponsor_btms .spcontact dd {
	background: #ffc;
	width: 75%;
	font-size:16px;
	margin-left:25%;
}
.sponsor_btms .spcontact dd strong {
	display: block;
}
.sponsor_btms .spcontact dd a {
	color:#333333;
	text-decoration:underline;
}
.spons_atten {
	position:absolute;
	top:-20px;
	right:0;
}
.event-sub {
	font-size: 16px; 
	padding-bottom: 10px;
    color: #ff2222;
}