@charset "UTF-8";

@import url(/css/fonts/fonts.css);

body {
    font: 13px 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    *font-size: small;
    *font: x-small;
    line-height: 1.8em;
    /* color: #333; */
    color: #000;
    letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
 color:#004da1;
}


#container {
    width: 960px;
    /* margin: 118px auto 0px; */
    margin: 0 auto 0px;
    padding: 10px 0;
}
#container .mainArea {
    width: 890px;
    background: #FFF;
    padding: 40px;
/*    margin-bottom: 30px;*/
    position: relative;
    text-align: left;
    line-height: 1.8em;
}

#header {

	position:static;

}

#hd-navi {
	position:static;

}

#hd-logo2 {
	width:92px;
	float:left;
	margin-right:8px;
	margin-top:13px;

}

.inr {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.left {
	float: left;
}
.right {
	float: right;
}

.errors {
	color: #f00;
}

.compTx{
	color: #eb711f;
	font-weight: bold;
	font-size: 140%;
	padding-top: 10px;
	margin-bottom: 20px;

}

.btnRt{
	text-align: center;
	margin: 40px 0;
}

.btnRt a{
	color: #2b84d2;
    padding: 0.5em 3em;    
	border: #2b84d2 solid 2px;
    border-radius: 2em;
	font-weight: bold;
	font-size: 120%;
}

.btnRt a:after {
    font-family: 'marurino';
    content: '\e93f';
    display: inline-block;
    padding-left: 0.5em;
    font-size: 0.8em;
    vertical-align: middle;
	color: #2b84d2;
}


/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {
	
#container {
    width:100%;
}	
	
#container .mainArea {
    width: auto;
	padding: 0 15px;
	margin-bottom: 0;
}
	
.inr {
    width: 100%;
}
	
.errors {
	margin: 0;	
}
	
.compTx{
	text-align: center;
}	
	
}

/*	ヘッダー
--------------------------------------------------------------------------------------- */

#header {
	width: 100%;
	min-height: 78px;
	height: auto !important;
	height: 78px;  
	background: #fff;
	overflow: hidden;
/*	position: fixed;  
    top:0;  
    left:0;
	z-index: 9998;*/
}

@media print {
    #header {
        	position:static;
    }
}

#header .inr .left {

}
#header .inr .right {
	position: relative;
}

#header .copy {
	margin:0;
	font-size: 90%;
	line-height:1.6em;
	font-weight: normal;
	position: absolute;
	top:55px;
	left: 155px;
	letter-spacing: -0.02em;

}

#hd-sekisui {
/*	position: absolute;
	top: 16px;
	left: 0px;*/
	width: 70px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	clear: both;
	display:block;

}

#hd-logo {
	width: 132px;
	height: 55px;
	display:inline-block;
/*	position: absolute;
	top: 38px;
	left: 0;*/
}

#hd-sekisui2 {
	position: absolute;
	top: 9px;
	left: 0px;
}
#hdEve {
	position: absolute;
	top: 15px;
	right: -6px;
}
#hdTel {
	position: absolute;
	top: 12px;
	right: 0;
	width: 220px;
	text-align: right;
	line-height: 1.2;
}

#hdTel .tlNum{
	font-family: "Arial Black", Gadget, "sans-serif";
	font-weight: 900;
	font-size: 180%;
	letter-spacing: -0.03em;
}

#hdTel .rct{
	line-height: 1.3;
	font-size: 90%;
}

#hdDoc {
	position: absolute;
	top: 43px;
	right: -6px;
}

#hdInq {
	position: absolute;
	top: 43px;
	right: 76px;
}


#header .copy2 {
	width: 420px;
	margin: 0 0 0 165px;
	font-size: 77%;
	line-height:1.5em;
}
#header ul {
	margin: 13px -10px 7px 0;
	overflow: hidden;
	zoom: 1;
}
#header ul li {
	float: left;
	margin-right: 10px;
	width: 91px;
	display: inline;
}


#hd-navi {
	width: 100%;
	height: 50px;
	margin: 0;
	background:#999999;
	z-index: 9999;
    position:fixed;  
    top: 93px;  
    left: 0;  
}

@media print {
    #hd-navi {
        	position:static;
			margin-bottom:-110px;			
    }
}


/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {
	
#header {
	width: 96%;
	margin: 0 auto;
}
	
#header .copy {
	position:static;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 72%;

}
	
#header .inr .left > div {
    margin-top: 12px;
    margin-left: 20%;
    padding: 0 30px 0 0;
	text-align: left;
}
	
#header .inr .right {
	display:none;
}
	
#hd-sekisui {
    margin-top: 0;
    display:inline-block;
	width: 54px;
}
	
	#hd-logo{
		width: 110px;
		
	}
	
}

/*	フッター
--------------------------------------------------------------------------------------- */

#footer {
	width: 100%;
	height: 200px;
	margin: 20px auto 0;
/*	background: #4D4239; */
	background-color:#FFF;
	clear: both;
	text-align: center;
}

#index #footer {
	height: 230px;
}


#index #footer .copyright #copy {
	top: 130px;
}

#ftNavBg {
	width: 100%;
	height: 35px;
	padding-top: 10px;
	margin: 0 auto;
	background: #f7f7f7;
}
#ftNavBg ul {
	display: inline-block;
	*display:inline;
	zoom:1;
}
#ftNavBg ul li {
	float: left;
	margin-right: 30px;
	padding-left: 15px;
	background: url(../img/ft_link_arrow.gif) no-repeat 0px 5px;
}
#ftNavBg ul li a {
	color: #8e867d;
}


#footer .copyright {
	width: 940px;
	height: 50px;
	margin: 20px auto 0;
	position: relative;
}
#footer .copyright #sekisui {
	position: absolute;
	top: 25px;
	left: 15px;
}
#footer .copyright #copy {
	position: absolute;
	top: 90px;
	right: 0;
	color:#666;
}

#footer .left {
	line-height: 1.6em;
/*	width: 350px;
	height:98px;*/
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	font-size: 93%;
	line-height: 1.5em;
	padding:48px 0 0 15px;
}

#footer .tel{
	pointer-events: none;
}

#footer .left span{
	color: #004da1;
}

#footer .left span:before{
	font-family: 'marurino';
    content: "\e915";
    font-weight: normal;
    margin-right: 0.5em;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
}

#footer .tel span {
	font-size:0.9em;
	line-height:1.3em;
}

#marurinoOffice .inner {
    padding-bottom: 0;
    border-bottom: none;
}

#marurinoOffice h3 {
	display: none;
}

/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {

#footer {
height: auto;
padding-bottom:20px;
}	
	
#footer .left {
display: none;
position:static;
padding: 15px;
text-align: center;
}
	
#footer .copyright {
	width: 100%;
}
	
#footer .copyright{
		position:static;
	height: auto;
}
	

	#footer .copyright #sekisui {
		position:static;
		display: none;
	}
	
#footer .copyright #copy {
	position:static;
	width: 80%;
	margin:20px 10% 20px;
}
	
#marurinoOffice .inner {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
	width: 100%;
}
	
#marurinoOffice h3 {
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px;
    margin: 10px auto;
    color: #2b84d2;
    border: 2px solid #2b84d2;
	font-weight: bold;
}
	
	
}

/*----パンくずリスト----*/

.pan {
	margin: 0 0 0 1em;
	padding: 0;
	text-align: left;

}

.pan li {
	display:inline;
	margin-right:0.5em;
	background-image: url(../../common/img/arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:0.7em;
}

.pan li.first{
	padding-left:0;
	background-image:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.03em;
}

.rtn_e{
	margin: 15px 0 0 15px;
	text-align: left;
/*display: none;	*/
}

/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {
	
.pan {
/*display: none;*/
margin: 0 1em 1em;	
display: flex;
overflow-x: scroll;
white-space: nowrap;
scrollbar-width: none;	
	
}
	
}

/*	pagetop
--------------------------------------------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
/*	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;*/
	_float: right;
	z-index: 9999;
}
#page-top a {
background-image: url(/images/btn_pagetop_off.svg);
    background-repeat: no-repeat;
    background-size: cover;
	width: 72px;
	height: 72px;
	display: block;
}
#page-top a:hover {
/*	background: url(../img/btn_pagetop_on.png) no-repeat;*/
	width: 72px;
	height: 72px;
}

#page-home {
	position: fixed;
	bottom: 0px;
	right: 20px;
/*	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;*/
	_float: right;
	z-index: 9999;
}
#page-home a {
/*	background: url(../img/btn_home_off.png) no-repeat;*/
	width: 72px;
	height: 72px;
	display: block;
}
#page-home a:hover {
/*	background: url(../img/btn_home_on.png) no-repeat;*/
	width: 72px;
	height: 72px;
}


/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {

#page-top {
	bottom: 30px;
	right: 2%;

}
#page-top a {
	width: 48px;
	height: 48px;
}
#page-top a:hover {
	width:48px;
	height: 48px;
}

}


/*---------------------------------------------------------------------------------------*/

.alert_confirm {
	color: #f00;

	font-weight:bold;
	font-size:14px;
}


/*	フォーム
--------------------------------------------------------------------------------------- */

.ttl{
	margin-bottom:40px;
	margin-top:-10px;
}

.contact-tbl {
	width: 100%;
/*	font-size: 93%;*/
	margin:0 auto 0;
 border-top:#ccc solid 1px;
}

.contact-tbl th {
    width: 24%;
    padding: 25px 0px 25px 5px;
 border-bottom:#ccc solid 1px;
    vertical-align: top;
/*    position: relative;*/
	font-weight:bold;	
	font-size:120%;
}

.contact-tbl td {
    padding: 25px 0 25px 20px;
  border-bottom:#ccc solid 1px;
}

.contact-tbl .icnRequired {
	display: inline-block;
	vertical-align: middle;
    width: 40px;
    height: 20px;
	margin-right: 0.5em;
    background: transparent url("../../inq/img/ic_required.gif") no-repeat scroll 0% 0%;
	background-size: cover;
}

.contact-tbl .icnOptional {
	display: inline-block;
	vertical-align: middle;
    width: 40px;
    height: 20px;
	margin-right: 0.5em;
    background: transparent url("../../inq/img/ic_optional.gif") no-repeat scroll 0% 0%;
	background-size: cover;
}

.contact-tbl input,
.contact-tbl select{
padding:12px 6px;
font-family:Arial, sans-serif;
border:none;
	margin-right: 5px;
	background-color: #eee;
}

.contact-tbl input{

}
.contact-tbl select{
  width: 180px;
}

.contact-tbl input[type=radio] {
	background-color: #fff;

}

.contact-tbl textarea{
		background-color: #eee;
	padding: 6px;
	width: 90%;
}

.contact-tbl input.btnF{

border:solid 1px #ccc;
padding:0 15px;
	line-height: 2.8;
margin:0;
font-family:Arial, sans-serif;
text-transform:uppercase;
color:#333;
cursor:pointer; 
-webkit-appearance: none;
	margin-right: 10px;
}

#event_form .contact-tbl input.btnF{
	font-size: 13px;
	
}

.contact-tbl.type2 {
	border-top: none;  
}

.contact-tbl.type2.nbr th,
.contact-tbl.type2.nbr td{
	border-bottom: none;  
}

.agreement {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.agreement ul {
	margin: 30px auto 0;
	overflow: hidden;
	display: inline-block;
}
.agreement ul li {
	float: left;
	margin: 0 15px;
}


.btnBx{
	text-align:right;
	margin-bottom:15px;
}

.btnBx a{
	margin-left:10px;
}

.list1 li{
	margin-bottom:1em;

}

.list2{
	margin-left:2em;
}

.list2 li{

}

.list3 {
	margin-left:2em;
}

.list3 li{
	display:inline;
	margin-right:2em;

}

.sBx {
	background-color:#efefef;
	padding:10px;
	margin-left:20px;
}

.bxL {
	float:left;
	width:580px;

}

.bxR {
	float:right;
	width:290px;

}

.bxL1{
	float:left;
	width:280px;
}

.bxL2{
	float:right;
	width:280px;
}

.st1{
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:#000 solid 1px;
	margin-bottom:0.5em;
	color:#666;
}

.st2{
	font-weight:bold;
	line-height:1.4;
	margin-bottom:1em;
	color:#333;
}

.listS {
	margin-left:1em;
	margin-bottom:1em;
}

.listS li {
	font-size:0.85em;
	list-style-type:circle;
	line-height:1.5;
}

.txS{
	font-size:11px;
	margin-left:1em;
	text-indent:-1em;
	line-height:1.4;
	margin-bottom:0.5em;
}

.tbl-In {
	width:100%;
	margin-right:-60px;
}

.tbl-In td{
	width:25%;
	border:none;
	padding:0 5px 0 0;
	letter-spacing:-0.02em;
	padding-bottom:5px;

}/*4列用*/

.txR {
width: 270px;
float: right;
margin-left: 1em;
text-indent: -1em;
	color:#333;
}

.lBx{
	float:left;
	width:250px;
}
.rBx{
	float:right;
	width:260px;
	color:#333;
}

input[type="radio"] {
    border: 0px;
}

.txArea {
	width:800px;
	margin:0 auto 20px;	
}

.btn_fm{
	padding-bottom: 10px;
}


.btn_fm input[type="submit"], .btn_fm input[type="button"], .btn_fm input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}



.btn_fm input {
    width: 32%;
    position: relative;
    display: inline-block;
    padding: 0.3em 0px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    margin: 0 auto 10px;
    border: medium none;
    background: #2b84d2;
    border-radius: 4px;
}

.btn_fm input:hover{
	opacity: 0.6;
}

.w500{
	width: 500px;
}

.w400 {
    width: 400px;
}

.contact-tbl input.wnhlf {
    width: 100px;
	margin-right: 20px;
}

.icr{
width: 40px;
    height: 20px;
    vertical-align: middle;
    margin-right: 0.3em;
}

.nocArea{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.5em;
}


/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {

.contact-tbl {
    border-top:none;
	margin: 0;
	font-size: 100%;
}
	
	.contact-tbl th {
		width: 100%;
		padding: 5px 0 0 0;
		margin-bottom: 5px;
		display: block;
		border-bottom: none;
		position: relative;
		font-size: 115%;
	}
	
	.contact-tbl th .noc{
		display: inline-block;
		font-weight: normal;
		font-size: 0.8em;
	}
	
.contact-tbl td {
		width: 100%;
		display: block;
	margin-bottom: 0.3em;
    padding: 0 0 5px;
}
	
.contact-tbl input[type=radio],
.contact-tbl input[type=checkbox]{
    width: 20px !important;
    height: 20px !important;

}
	
	.contact-tbl input[type=radio]{
		    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
	}
	
	.contact-tbl input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 10px;
    height: 10px;
    background: #000000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
	
	.contact-tbl input[type=checkbox]{
	    border: 1px solid #999999;	
	}

	.contact-tbl td nobr{
		    white-space: normal;
		font-size: 100%;
	}
	
	
	.contact-tbl td.d1 nobr:before{
		content: "";
		clear: both;
		display: block;
	}
	
	.contact-tbl input{
		width:calc(100% - 10px);
		margin-bottom: 3px;
    padding: 0 5px;
		height: 36px;
/*		font-size: 120%;*/
	}
  
.contact-tbl select{
		width:100%;
		margin-bottom: 3px;
    padding: 0 5px;
		height: 36px;
  border-radius: 0;
	}  
	
	
#event_form .contact-tbl select{
		width:100%;
	    border: #ddd solid 1px;

}
	
	
	
	.contact-tbl input.w30{
		width: 30%;
	}
	
	.contact-tbl .icnRequired,
	.contact-tbl .icnOptional {
		float: right;
		margin-right: 0;
	}
.noc {
   font-size: 0.8em !important;
    margin: 5px 0;
    color: #666;
    letter-spacing: -0.15em;
}
	
.nocArea{
   font-size: 0.9em !important;
    margin: 5px 5px;
    color: #666;	
}	
	
.contact-tbl textarea {
		width:calc(100% - 10px);
	height: 12vh;
}
	
.ttF p span {
    color: #f00;
}
	
.btn_fm input {
    width: 100%;

}
	
.txR {
width: 100%;
float: none;
	font-size: 0.8em;
	
	letter-spacing: 0em;
	color: #666;

}
	
.lBx {
width: 100%;
float: none;

}
	
.rBx {
width: 100%;
float: none;
}
	
.contact-tbl input.wnhlf{
	width:calc(47% - 10px);
	display: inline-block;
	margin-right: 3%;
}	

	.contact-tbl input.wnhlf:nth-child(2){
		margin-right: 0;
	}
	
	
.contact-tbl.type2 {
	width: 47%;
	margin-right: 3%;
	float: left;
	
}	
	
.contact-tbl.type2.nbr {
	margin-right: 0%;
border-bottom: #ccc solid 1px;
}
	

.contact-tbl.type2.nbr td{
padding: 0 0 12px;
}
	
	.agreement{
		padding-top: 15px;
	}	
.agreement p {
	text-align: left;

}
	
.agreement .picT span {
    font-size: 1.15em;

}
	
	.agreement a{
		text-decoration: underline;

		color: #000;
	}
	
	.agreement .check{
		text-align: center;
	}
	
	.mod_form_btn input{
		width: 100%;
	}
	
/*.contact-tbl input.zip_search {
	width: 64%;
	display: inline-block;
    vertical-align: top;
}	*/
	
.contact-tbl input.address-1 {
	width: 70.7%;
	display: inline-block;
    vertical-align: top;
	margin-right: 0;
}
	
.contact-tbl input.btnF{
	width: 24%;
	display: inline-block;
	margin-right: 0;
	padding:0 7px;
}	


}

/*イベント*/


.ic1,
.ic2,
.ic3,
.ic4,
.ic600,
.ic700{
	background-color: #f00;
	display: inline-block;
	font-size: 1.36em;
	padding: 15px 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 48%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.ic3,
.ic600{
	width: 90%;
}

.ic1{
	background-color: #6B7896;
}

.ic2{
	background-color: #697A61;	
}

.ic3{
/*	background-color: #A87B47;*/
  background-color: #a87f5d;
/*  background-color:#b9997d;*/
}

.ic4{
	background-color: #905A7D;	
}

.ic600{
/*	background-color: #5a8190;*/
	background-color: #c0504d; 
/*  background-color:#cd7371;*/
}

.ic700{
/*	background-color: #c15f5f;	*/
background-color: #1f497d;
/*background-color: #4c6d97;    */
}


.event_list {
	margin-bottom:50px;
	padding-bottom:20px;


}

.event_list .listL {
	width:24.15%;
	float:left;
}

.event_list .icon_new {
	background-image:url(../../event/img/mk_new.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:30px;
}


.event_list .listR {
	width:73%;
	float:right;
}

.ev_date {
	font-size: 30px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: normal;
margin: 10px 0 0;
padding: 0px;

}

.ev_date span {
	font-size: 18px;
font-weight:bold;
}

.ev_place {
	font-size: 20px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:bold;
line-height:1.4em;
margin-bottom:19px;
}


.event_list h3 {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	padding-bottom: 10px;

	float:left;
	width:467px;
}

.event_list .ttBx{
	font-size: 1.6em;
	line-height: 1.6;
}

.event_list .ttBx h1,
.event_list .ttBx h2{
	border-bottom: 1px solid #000000;
	padding: 0.5em 0;
}


.event_list h3 span {
	font-size:80%;
	padding-left:0.5em;
}


.blwTx {

	margin-bottom:5px;
	margin-top:15px;
	margin-left:0px;

	
	float:right;

}

.blwTx a{
	line-height:1.5;
	color:#fff;
	font-size:130%;
	font-weight:bold;
	letter-spacing:0.03em;
	padding:10px 10px 10px 30px;
	display: block;
	background-color:#2b84d2;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
    border-radius: 4px;
	background:#2b84d2 url(../img/arr.png) 10px 14px no-repeat;
	background-size: 14px;
}

.shosai {
	width:340px;
	float:left;
}

.ev_detail{
	font-size: 1.1em;
}

.ev_detail dt{
	float:left;
	font-weight: bold;
}

.ev_detail dd{
	margin-left:70px;

}

.ph_ev {
	float:right;
	margin-top:5px;
	margin-right:50px;
	width:200px;
}

.ph_ev a img {
	margin-top:20px;
}

.evWp {
	margin-top:20px;
	margin-bottom:20px;

}

.gmap {
	background-color:#eee;
	width:300px;
	float:right;
overflow: hidden;
}

.end {
    position: absolute;
    top: 10px;
    right: 0;
}

p.accept {
	text-align:right;

}

h3.stE {
	margin:-30px 0 40px;
}


.endM {
	margin-top:10px;
}


.btnWp {
	text-align:center;
}

.btnWp img{margin:0 10px;}

.orange { color: #F0851E;}

.red {color:#ff0000;
	font-weight:normal;}

.reCheck {
	margin-bottom:2em;
}

.reCheck h2 {
font-size: 20px;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
padding-bottom: 10px;
margin-bottom:1em;

}

.reCheck h3 {
font-size: 20px;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
padding-bottom: 10px;
border-bottom: 1px solid #000;
}


input[type=checkbox]{
    width: 10px;
    height: 10px;
    vertical-align: middle;
	border:none;


}
input[type=radio] {
    width: 10px;
    height: 10px;
    vertical-align: middle;
	margin:3px 2px 3px 0;
}

/*Firefox*/
input[type=checkbox] {
  -moz-transform-origin: right center;
  -moz-transform: scale( 1.5 , 1.5 );
}
input[type=radio] {
  -moz-transform-origin: right center;
  -moz-transform: scale( 1.5 , 1.5 );
}
/*chome*/
input[type=checkbox] {
  -webkit-transform-origin: right center;
  -webkit-transform: scale( 1 , 1 );
}
input[type=radio] {
  -webkit-transform-origin: right center;
  -webkit-transform: scale( 1 , 1 );
}


/*イベントの日付*/
.ev_detail dd th {
	font-weight:normal;
	text-align:right;

}

.ev_detail dd td {
	text-align:right;
		padding-left:0.5em;
}

#event_form .gaiyo img{
	max-width:650px;
	display: block;
	margin:auto;
}


.event_list .listL img {
	height:auto;

}

.agreement2{
	float:right;
	margin-top:-65px;
	margin-right:150px;
}

.bxCo{
	border:#f00 solid 2px;
	padding:4px 10px;
	margin-left:20px;
	color:#f00;
	font-size:14px;
	display:inline-block;
	margin-top:-10px;
}

.picT {
	letter-spacing:0.00em;
	margin-bottom:10px;
}

.picT span{
	font-size:15px;
	color:#f00;
}

.ttF h2{
	display:inline;
	float:left;

}

.ttF p{
	margin-left:10px;
	float:left;
	letter-spacing:0;
}

.ttF p span{
	color:#f00;

}

.ttF p span img{
	vertical-align: middle;
	margin-right: 0.3em;
}

.ttF p.fsPic{
	font-size:92%;
	letter-spacing:-0.03em;
	margin-top:-5px;
}

#hdTel.R0 {
    right: 0;
}

.mod_form_importance_btn{
	margin-bottom: 20px;
	
}



/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {

#event_form #header .copy {
	font-size: 0.72em;
}	
	
#event_form .gaiyo img {
    max-width: 100%;
}	
	
.evWp {
	margin-top:10px;
	margin-bottom:10px;

}
	
.event_list .listL img {
    height: auto;
    width: 100%;
	margin-bottom: 10px;
}	
	
	.ttF p {
		margin: 0 0 10px;
		padding: 0;
	}
	
.event_list .listL {
	width:100%;
	float:none;
}

.event_list .icon_new {
	background-image:url(../../event/img/mk_new.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:30px;
}


.event_list .listR {
	width:100%;
	float:none;
}
	
.blwTx {
    margin-top: 0;
}
	
	.blwTx a{
		font-size: 110%;
		}	
	
	
.ic1, .ic2, .ic3, .ic4, .ic600, .ic700 {
width: 92px;
margin-left: 0;
margin-bottom: 0.5em;
font-size: 1em;
padding: 4px 0;
}
  
.ic3,.ic600{
width: 156px;
}  
	
.ev_date,
.ev_place{
	display: none;
}	
	
	
	.event_list .ttBx {
		font-size: 140%;
	}
	
	
.event_list .ttBx h2{
	margin-bottom: 1em;
	padding: 0;
	font-weight: bold;
}
	
.shosai {
    width: 100%;
    float:none;
}
	
.gmap {
    width: 100%;
    float:none;
	margin-top: 10px;
	height:70vw;
}
	
	.gmap iframe{
		width: 100%;
	height:100%;
	}
	
	
#event_form #itm12 p {
    margin-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 0.5em;
	font-size: 90%;
}
	
#event_form #itm13 .tbl-In td,
#event_form #itm16 .tbl-In td{
	width: 48%;
	display: inline-block;
}
	
#event_form #itm13 .tbl-In td:nth-child(2n+1),
#event_form #itm16 .tbl-In td:nth-child(2n+1){
		margin-right: 2%;
	padding-bottom: 0;
	}
	
#event_form #itm13 .tbl-In td:nth-child(2n),
#event_form #itm16 .tbl-In td:nth-child(2n){
		margin-right: 0;	
		padding-bottom: 0;
	}
	
#event_form #itm14 .tbl-In td {
	width: calc(48% - 2.5em);
	display: inline-block;
	vertical-align: top;
    margin-left: 2.5em;
    text-indent: -2.5em;
}
	
	#event_form #itm14 .tbl-In td:nth-child(2n+1){
		margin-right: 2%;
	}
	
	#event_form #itm14 .tbl-In td:nth-child(2n){
		margin-right: 0;
	}
	
#event_form #itm14 .noc,
#event_form #itm15 .noc{
/*		font-size: 120%;*/
		margin-bottom: 0.5em;
	}
	
	#event_form #itm15 textarea{
/*		font-size: 120%;*/
		height: 20vh;
	}

}


/*----必須項目指定-----*/

.contact-tbl input.reqItem,
.contact-tbl select.reqItem,
.reqItem{
/*	background-color: #FDEFEE;*/
	background-color: #eee;
}

.contact-tbl select.reqItem{
	border: #ccc solid 1px;
	background-color: #fff;
}

.contact-tbl select.reqItem{
width:60%;
color: #4e4e4e;

}

.select_wrapper {
    position: relative;
}

.select_wrapper::after {
content: "";
position: absolute;
top: 0.6em;
right: 1em;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
border-top: 8px solid #559ddb;
border-bottom: 0;
}

select {
    -webkit-appearance: none;
    appearance: none;
white-space: break-spaces;	
}

.select_wrapper select option{
    border-top: 1px solid #ddd;

}

.contact-tbl .select_wrapper select {
    width: 60%;
	border: #ccc solid 1px;
	background-color: #fff;	
color: #4e4e4e;	
	
}

@media screen and (max-width:767px) {
.select_wrapper select option{
	width: 120%;
	white-space: nowrap;
}	
	
}


/*----フォームアンカー--------------*/

a.form-anchor-link{
	margin-right:10px;
	font-size:18px;
	background:#2b84d2 url(../img/arr_anc.png) 15px center no-repeat;
	padding-left:40px;
	padding-right:20px;
	line-height:2.2;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
	display:inline-block;
	padding-top:2px;
	margin-bottom:5px;
	margin-top:5px;
	font-weight: bold;
border: #eee solid 3px;
	}
	
a.form-anchor-link:hover{
	background-color:#000;
}



/*--------------*/


.fmTit{
	text-align: center;
	font-size: 250%;
	margin-bottom: 2.5em;
	color: #333;
	border-bottom: #2b84d2 solid 3px;
	position: relative;
	margin-top: 40px;
	width: 100%;
}


.fmTit span {
	background-color: #fff;
	display: inline-block;
	padding: 0 10px;
	position: absolute;
	top:-12px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 30%;
	font-weight: bold;
}

.fmTit.thx{
	font-size: 220%;
}

.fmTit.thx span{
	width: 70%;	
	line-height: 1.4;

}

.fmTit.ozone span {
	width: 70%;

}

.fmTit.ozone span {
	width: 70%;

}

.fmTit.rf{
	margin-bottom: 1em;
}

.ttF .ack{
	color: #f00;
	margin-bottom: 2.5em;
	width: 100%;
	text-align: center;
}


/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {
	
.fmTit{
	margin-bottom: 2.5em;
	margin-top: 20px;
	font-size: 180%;
}
	
.fmTit span {
	width: 50%;
}
	
.fmTit.thx{
	font-size: 160%;
}	
	
.fmTit.ozone span {
	width: 80%;
	font-size:75%;
}
	
	
.ttF .ack{
	margin-bottom: 1.5em;
	text-align: left;
}	
  
.contact-tbl select.reqItem{
  width: 100%;
}  
}

@media screen and (max-width:321px) {
.fmTit.thx{
	font-size: 136%;
}
}

/*--------201809 br 調整----------*/


#event_form .gaiyo br + br{
	display: none;
}

#event_form .gaiyo h2 br:nth-child(2n+1),
#event_form .gaiyo h3 br:nth-child(2n+1),
#event_form .gaiyo h4 br:nth-child(2n+1),
#event_form .gaiyo p br:nth-child(2n+1){
	display: block;
}

#event_form .gaiyo h2 br:nth-child(2n),
#event_form .gaiyo h3 br:nth-child(2n),
#event_form .gaiyo h4 br:nth-child(2n),
#event_form .gaiyo p br:nth-child(2n){
	display: none;
}

#event_form .gaiyo p{
	font-size: 1.305em;
    line-height: 2.1em;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.1em;
}


#event_form .gaiyo a{
	color: #004da1;
    text-decoration: underline;
	font-weight: bold;	
}

#event_form .gaiyo h1,
#event_form .gaiyo h2{
	font-size: 1.96em;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 2em 0;
}

#event_form .gaiyo h3{
	font-size: 1.53em;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding: 2em 0;
}

#event_form .gaiyo h4{
	font-size: 1.23em;
	line-height: 1.5;
}

#event_form .gaiyo a,
#event_form .shosai a{
	color: #004da1;
    text-decoration: underline;
	font-weight: bold;	
}


#event_form .listL br + br{
	display: none;
}

#event_form .listL p br:nth-child(2n+1){
	display: block;
}

#event_form .listL p br:nth-child(2n){
	display:none;
}

.ev_detail dd p + br,
.ev_detail dd p br + br{
	display: none;
}

.ev_detail dd p br:nth-child(2n+1){
	display: block;
}

.ev_detail dd p br:nth-child(2n){
	display:none;
}

.listL .ev_date p + br,
.listL .ev_date p br + br{
	display: none;
}

.listL .ev_date p br:nth-child(2n+1){
	display: block;
}

.listL .ev_date p br:nth-child(2n){
	display:none;
}
	

@media screen and (max-width:767px) {
	
#event_form .gaiyo h1,
#event_form .gaiyo h2{
    font-size: 1.6em;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 1em 0;
}
	
#event_form .gaiyo p {
    line-height: 2.2;
    font-size: 1.1em;
    letter-spacing: 0.1em;
}
	
.mod_form_importance_btn + p.errors {
    text-align: center;
	margin-top: -10px;
	margin-bottom: 20px;
}	
	
	/*資料請求　SP項目用*/
	.excp{
		display: none;
	}
}