@import url("global.css");

#pagettl {
	background-image: url(../event/img/main.jpg);
}
#contents ul.list {
	margin-top: 50px;
	border-top: 1px dotted #A4A4A4;
}
#contents ul.list li {
	border-bottom: 1px dotted #A4A4A4;
}
#contents ul.list li a {
	display: block;
	padding: 30px 20px;
	height: 140px;
	overflow: hidden;
}
#contents ul.list li a:hover {
	background-color: #f6f6f6;
}
#contents ul.list li a figure {
	float: left;
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin-right: 30px;
	position: relative;
	background-color: #222;
}
#contents ul.list li a figure img {
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
	opacity: 1;
}
#contents ul.list li a:hover figure img {
	opacity: 0.3;
}
#contents ul.list li a figure figcaption {
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
#contents ul.list li a:hover figure figcaption {
	opacity: 1;
}
#contents ul.list li a span.date {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}
#contents ul.list li a h2 {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
#contents ul.list li a:hover h2 {
	text-decoration: underline;
}
#contents ul.list li a p {
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#contents ul.list li a .cat {
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	background-color: #18727E;
	color: #fff;
}

/* -------------------------------------
 entry
------------------------------------- */
.red{
color:#D90003;
}
#pagettl{
	background-image: none;
	padding-bottom: 0px;
}

#contents section .event_title{
	font-size: 30px;
	/*color: #18727E;*/
	color: #000;
	line-height: 1.5;
	padding-top: 25px;
}
.title_under_text {
	font-size: 34px;
	color: #535353;
	text-align: center;
	font-weight: bold;
	margin: 40px 0px 10px;
}
.headline{
	margin-bottom: 20px;
	color: #4F4F4F;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
.headline span{
	/*background: linear-gradient(transparent 50%, rgba(2,106,101,0.1) 50%);*/
}

span.yoyaku{
    background: #d90003 none repeat scroll 0 0;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin: 5px 7px 5px 0px;
    padding: 2px 12px;
}
span.nashi{
    background: #000;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin: 5px 7px 5px 0px;
    padding: 2px 10px;
}

.entry #entrycont {
	position: relative;
}
.entry #entrycont .cat {
	width: 120px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: -34px;
	left: 50%;
	margin-left: -60px;
	background-color: #18727E;
	color: #fff;
}
.entry #contents section#entrycont h1 {
	margin: 130px 0 10px;
}
.entry #entrycont .date {
	text-align: center;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 40px;
	display: none;
}

.entry #contents .mainimg {
	margin: 30px auto 0;
	text-align: center;
	height: auto;
}
.entry #contents .mainimg a {
    display: inline-block;
    border: 1px solid #ddd;
}
.entry #contents .mainimg a:hover {
	opacity: 0.7;
}
.entry #contents img {
	display: block;
	text-align: center;
	height: auto;
}
.entry #contents .mainimg img {
	margin: 0 auto;
	max-width: 1038px;
	height: auto;
}

.entry .bodyarea {
	/*background-color: #F7F7F7;*/
	padding: 30px 40px;
}
.entry .bodyarea h2 { font-size: 28px; }
.entry .bodyarea h3 { font-size: 24px; }
.entry .bodyarea h4 { font-size: 21px; }
.entry .bodyarea h2, .entry .bodyarea h3, .entry .bodyarea h4 {
	font-weight: 500;
	margin: 25px 0;
}
.entry #contents .bodyarea p {
	margin: 25px 0;
	line-height: 2;
}
.entry #contents .bodyarea .mainimg {
	border: 1px solid #ddd;
	float: left;
	margin: 0 30px 20px 0;
	max-width: 500px;
	height: auto;
}
.entry #contents .bodyarea .mainimg a {
	display: block;
}
.entry #contents .bodyarea .mainimg a:hover {
	opacity: 0.7;
}
.entry #contents .bodyarea img {
	display: block;
	text-align: center;
	height: auto;
	margin: 15px auto;
}
.entry #contents .bodyarea .mainimg img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.entry #contents .bodyarea .youtube {
	clear: both;
	width: 80%;
	padding-top: 30px;
	margin: 0 auto 30px;
}
.entry #contents .bodyarea .youtube .movie {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
}
.entry #contents .bodyarea .youtube .movie iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


/* ----- entry_btn ----- */
.bodyarea ul.entry_btn {
	clear: both;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	/*width: 100%;*/
	width: 300px;
	margin: 30px auto 60px;
}
.bodyarea ul.entry_btn li {
	width: 100%;
	border: 1px solid #E9E9E9;
}
.bodyarea ul.entry_btn li a,
.bodyarea ul.entry_btn li.rsv #reserve_btn {
	text-align: left;
	display: block;
	height: 60px;
	line-height: 60px;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	letter-spacing: 1px;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	position: relative;
}

.reserve_btn_sub{
    display: table;
    margin: 0 auto;
    padding: 10px 0 30px;
}
.reserve_btn_sub input[type="button"],
.reserve_btn_sub input[type="submit"]{
	-webkit-appearance:none;
}
#reserve_btn_sub {
	
    position: relative;
    display: inline-block;
	-webkit-padding:15px 50px;
    padding: 15px 50px;
    text-decoration: none;
	-webkit-color: #FFF;
    color: #FFF;
	-webkit-background: #fd9535;
    background: #fd9535;/*背景色*/
	-webkit-border-radius: 4px;
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

#reserve_btn_sub:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.bodyarea ul.entry_btn li.pdf a {
	position: relative;
	padding-left: 60px;
	background-image: url(../event/img/icon_pdf.png);
}
.bodyarea ul.entry_btn li.map a {
	position: relative;
	padding-left: 63px;
	background-image: url(../event/img/icon_map.png);
}
.bodyarea ul.entry_btn li .reserve_btn {
	position: relative;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
}
.bodyarea ul.entry_btn li.rsv #reserve_btn {
	/*padding-left: 60px;*/
	margin: 0;
	background-image: url(../event/img/icon_mail.png);
	background-color: #EF7A1C;
    color: #FFF;
	cursor: pointer;
	/*width: 100%;*/
	width: 300px;
	text-align: center;
	
}
.bodyarea ul.entry_btn li a:hover,
.bodyarea ul.entry_btn li #reserve_btn:hover {
	background-color: #D8860C;
	color: #FFF;
}
.bodyarea ul.entry_btn li #reserve_btn:hover {
	opacity: .7;
}
.bodyarea ul.entry_btn li a::after,
.bodyarea ul.entry_btn li .reserve_btn::after,
.bodyarea ul.entry_btn li a::before,
.bodyarea ul.entry_btn li .reserve_btn::before {
	content: "";
	border: 0px;
	border-bottom: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	right: 15px;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
}
/*.bodyarea ul.entry_btn li a::before,
.bodyarea ul.entry_btn li .reserve_btn::before {
	opacity: 0;
	border-color: #FFF;
	right: 20px;
}*/
.bodyarea ul.entry_btn li a:hover::after,
.bodyarea ul.entry_btn li .reserve_btn:hover::after {
	border-color: #FFF;
}
.bodyarea ul.entry_btn li a:hover::before,
.bodyarea ul.entry_btn li .reserve_btn:hover::before {
	opacity: 1;
}
.entry #contents .bodyarea figure figcaption{
	text-align: center;
	margin: 5px 0 25px;
}



.bodyarea p.yoyakubtn{
    width: auto;
    padding-right: 0;
    margin-top: 5px;
}

.bodyarea p.yoyakubtn a{
	padding-left: 60px;
	background-image: url(../event/img/icon_mail.png);
	cursor: pointer;
 text-align: left;
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 15px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, メイリオ, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    background-size: auto 30px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
    transition: all 1s ease;

}
.bodyarea p.yoyakubtn a {
    border: 1px solid #E9E9E9;
	
	
}
.bodyarea p.yoyakubtn a:hover {
	background-color: #D8860C;
	color: #FFF;
}


#contents section #form {
	margin-top: 100px;
}
#contents section #form h1 {
	text-align: center;
	margin-bottom: 30px;
}
#contents section #form div.ann {
	text-align: center;
	margin-bottom: 30px;
}
#contents section #form div.ann ul {
	display: inline-block;
	text-align: left;
}
#contents section #form div.ann ul li::before {
	content:"●";
	padding-right: 5px;
	color: #ccc;
}


.bodyarea h2.fs42 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.3;
	margin-top: 0;
}
.bodyarea .midokoro h2{
	margin: 30px auto;
}
.bodyarea .midokoro h3 {
	line-height: 1.5;
}
.bodyarea .profile h2 {
	margin-bottom: 0;
}
.bodyarea .profile h3 {
	margin: 10px 0;
	line-height: 1.3;
}


/*----------------------------------
2024/01/10追加
----------------------------------*/
.sp_br{
	display: none;
}
.sp_none{
	display: block;
}

.entry #contents .bodyarea h2 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 60px;
}

.entry #contents .bodyarea h3 {
	text-align: center;
	font-size: 28px;
	/*font-weight: bold;*/
	margin-bottom: 40px;
}
.entry #contents .bodyarea .day{
	width: fit-content;
	margin: 40px auto 60px;
	font-size: 22px;
}
.entry #contents .bodyarea .day p + p{
	margin-top: 20px;
}
.entry #contents .bodyarea .lead{
	margin-bottom: 80px;
}
.entry #contents .bodyarea .lead p{
	text-align: center;
}
.entry #contents .bodyarea .lead p + p{
	margin-top: 20px;
}
.entry #contents .bodyarea .lead .color{
	font-weight: bold;
	background: linear-gradient(transparent 50%, rgba(254,138,52,0.3) 50%);
}
.entry #contents .bodyarea .pharea{
	border-top: 1px solid rgb(238, 238, 238);
    padding: 30px 0px;
}
.entry #contents .bodyarea .pharea ul li{
	margin-bottom: 20px;
}
.entry #contents .bodyarea .pharea ul li img{
	margin: 5px auto;
}
.entry #contents .bodyarea .pharea ul li .floor{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.entry #contents .bodyarea .pharea ul li .comment{
	margin: 0;
	font-size: 12px;
	text-align: end;
}

/*-----------------------
フォーム
-------------------------*/
.entry #contents section #form ,.entry #contents section#form{
	margin-top: -180px;
	padding-top: 180px;
}

.entry #contents section #form h1 {
	text-align: center;
	margin-bottom: 30px;
}

#contents section #form div.ann {
	text-align: center;
	margin-bottom: 30px;
}

#contents section#form div.ann ul {
	display: inline-block;
	text-align: left;
}

#contents section #form div.ann ul li::before {
	content:"●";
	padding-right: 5px;
	color: #ccc;
}
#contents section #form table.inputform{
	max-width: 800px;
	border-top: none;
	border-bottom: none;
}
#contents section #form table.inputform tr{
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}
#contents section #form table.inputform tr:nth-child(odd){
	background-color: #fff;
}
#contents section #form table.inputform th{
	padding: 5px 10px;
	border-right: none;
} 
#contents section #form table.inputform td{
	width: 100%;
	padding: 5px 10px;
	position: relative;
}
#contents section #form table.inputform .hissu{
	position: absolute;
	top: 13px;
	right: 15px;
}
#contents section #form table.inputform input[type=text],
#contents section #form table.inputform input[type=tel],
#contents section #form table.inputform input[type=email] {
	border: none;
	border-radius: 0px;
	padding: 10px;
}
table.inputform input[type=text]:focus,
table.inputform input[type=tel]:focus,
table.inputform input[type=email]:focus,
table.inputform textarea:focus {
	border-bottom: 1px solid #ddd;
}
table.inputform #date1, table.inputform #date2 {
	margin: 6px 6px 6px 0;
}
#contents section #form #mfp_buttons p{
	/*margin: 20px auto;*/
}

table.inputform textarea{
	width: 100% !important;
	height: 38px !important;
}


/*フッター内容消し*/

.entry #footer_menu,.entry #footer .wrapper,.entry #footer #map,.entry #footer #pagetop a,.entry #footer small,.entry #footer #btmbutton{
	display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------
/* 959px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){
	
.entry #contents .mainimg {
	margin: 0px auto;
}
.entry #contents .mainimg img {
	max-width: 100%;
}
	
.entry .bodyarea {
	padding: 30px;
}
.entry #contents .bodyarea .mainimg {
	max-width: 300px;
}
.entry #contents .bodyarea .youtube {
	width: 100%;
	padding-top: 20px;
	margin: 0 auto 20px;
}
.bodyarea ul.entry_btn {
	display: block;
}
.bodyarea ul.entry_btn li {
	display: block;
	width: 100%;
	padding-right: 0;
	margin-top: 5px;
}
	

.bodyarea h2.fs42 {
	font-size: 38px;
}
.bodyarea .midokoro h2{
	margin: 30px auto;
}
.bodyarea .midokoro h3{
	font-size: 22px;
}
.bodyarea .midokoro h3 br{
	display: none;
}
/*----------------------------------
2024/01/10追加
----------------------------------*/
.sp_br{
	display: block;
}
.sp_none{
	display:none;
}
	
}
/*-----------------
	フォーム
----------------*/

table.inputform textarea::placeholder{
	font-size: 14px;
}
/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

#contents ul.list {
	margin-top: 15px;
}
#contents ul.list li a {
	padding: 25px 15px;
	height: auto;
}
#contents ul.list li a figure {
	width: 120px;
	height: 120px;
	margin: 0 15px 15px 0;
}
#contents ul.list li a span.date {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
#contents ul.list li a h2 {
	height: auto;
	font-size: 16px;
	line-height: 24px;
	overflow: inherit;
	white-space: normal;
}
#contents ul.list li a p {
	display: none;
}
#contents ul.list li a .cat {
	clear: both;
	display: block;
	width: auto;
}
/* -------------------------------------
 entry
------------------------------------- */
#pagettl{
		padding-bottom: 0px;
	}
	
#contents section .event_title{
	font-size: 20px;
}
.title_under_text {
	margin: 20px auto;
	font-size: 22px;
}
	.headline{
	margin-bottom: 18px;
	font-size: 22px;
}
	
.entry #entrycont h5 span {
	font-size: 16px !important;
}
.entry #entrycont h5 span {
	display: inline-block !important;
}
.entry #entrycont h5 span.mobile {
	display: inline !important;
	text-align: left !important;
}	
.entry #entrycont h5 br {
	display: none !important;
}
	
.entry #entrycont .cat {
	width: 90px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	top: -30px;
	margin-left: -45px;
}
.entry #contents section#entrycont h1 {
	margin: 80px 0 5px;
}
	
.entry #contents .mainimg {
	margin: 0px auto;
}
	
.entry .bodyarea {
	padding: 20px 10px;
    line-height: 1.6;
    letter-spacing: 1.2px;
}
.entry #contents .date {
	font-size: 11px;
	margin-bottom: 10px;
}
.entry #contents .bodyarea p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.6;	
}
.entry .bodyarea h2 { font-size: 22px; }
.entry .bodyarea h3 { font-size: 18px; }
.entry .bodyarea h4 { font-size: 16px; }
.entry .bodyarea h2, .entry .bodyarea h3, .entry .bodyarea h4 {
	font-weight: 500;
	margin: 0 0 15px;
}
.entry #contents .bodyarea .mainimg {
	max-width: 150px;
	margin: 0 15px 10px 0;
}
.bodyarea ul.entry_btn {
	margin: 0 auto;
}
.bodyarea ul.entry_btn li {
	margin-top: 1px;
}
.bodyarea ul.entry_btn li a,
.bodyarea ul.entry_btn li.rsv #reserve_btn {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	background-size: auto 20px;
}
.bodyarea ul.entry_btn li.pdf a {
	padding-left: 40px;
}
/*.bodyarea ul.entry_btn li.rsv #reserve_btn {
	padding-left: 40px;
}*/
.bodyarea ul.entry_btn li.map a {
	padding-left: 43px;
}

#contents .youtubes{
}
#contents .youtubes iframe{
	width: 100%;
}

.bodyarea h2.fs42 {
	font-size: 30px;
}
.bodyarea .midokoro h2{
	margin: 30px auto;
}
.bodyarea .midokoro h3{
	font-size: 16px;
}
.bodyarea .profile h2 {
	margin-bottom: 0;
}
.bodyarea .profile h3 {
	margin: 10px 0;
	line-height: 1.3;
}
.entry #contents .bodyarea .profile p {
	font-size: 12px;
}
	
/*----------------------------------
2024/01/10追加
----------------------------------*/
.entry #contents .bodyarea h2 {
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 40px;
}
.entry #contents .bodyarea h3 {
		font-size: 18px;
		margin-bottom: 40px;
}
	
.entry #contents .bodyarea .day{
	font-size: 17px;
}
	
/*-----------------
	フォーム
----------------*/
.entry #contents section #form,.entry #contents section#form {
	margin-top: -120px;
	padding-top: 120px;
}
#contents section #form table.inputform .hissu{
	top: 9px;
}
#contents section #form table.inputform tr{
	flex-direction: column;
}
#contents section #form table.inputform td{
	width: 100%;
	padding: 0 10px;
}
#contents section #form table.inputform td .time{
	display: inline-block;
}
table.inputform textarea{
	height: 48px !important;
}
table.inputform textarea::placeholder{
	font-size: 13px;
	line-height: 1.1em;
}
	
	
	
.entry #footer{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
}










