@charset "UTF-8";

/* フォームCSS */

@import "../_common/_css/basestyle2025.css"; /* サイト共通スタイル取り込み */
/* ---------------------------------------------------------------------- */
/* コンテンツ */
/* ---------------------------------------------------------------------- */
#main
{
	margin-bottom: -21px!important;
}

#main #h2-banner
{
	background-image: url("_images/h2_bg.jpg");
}

#main #h2-banner h2
{
	padding-top: 170px;
}

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

	#main #h2-banner h2
	{
		padding-top: 70px!important;
	}
}

#banner-container {
/*    background: none!important;*/
}

/* ---------------------------------------------------------------------- */
/* 各ページ用微調整 */
/* ---------------------------------------------------------------------- */
div.content-body div p
{
	margin-bottom: 15px;
/*	margin-left: 1em;
	margin-right: 1em;*/
}

div.content-body h4
{
	margin-bottom: 20px;
}

div.content-body h5
{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.3em;
}

div.content-body ul
{
	margin-top: -10px;
	margin-left: 2em;
	margin-right: 3em;
	margin-bottom: 15px;
}

.content-body ul.event-info {
	margin-left: 0;
}

/*div.content-body ul li
{
	background-image: url(../_common/_images/icon_list.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 13px;
}*/

/* ---------------------------------------------------------------------- */
/* Section */
/* ---------------------------------------------------------------------- */
div#main h3
{
	margin-top: 0;
}

div.day-list span { color: #E9528E; }


div.content-body div.section table th
{
	width: 15em;
/*	text-align: left; */
}

div.content-body div.section table th.end
{
	border-bottom: 1px solid #68C5CD;
/*	text-align: left; */
}


div.content-body div.section table td
{
	text-align: left;
	padding-left: 6px;
}


div.section table td
{
	padding: 5px 10px;
	vertical-align: middle;
}

div.section table input,
div.section table textarea
{
	border: solid 1px #C8C8C8;
	width: auto;
}

div.section table input#seibetsu-01,
div.section table input#seibetsu-02
{
	position: relative;
	top: 3px;
	margin-right: 5px;
	border: none;
}

div.section table .w300 { width: 300px; }
div.section table .w450 { width: 450px; }
div.section table .w50  { width: 50px;  }

div#main div.section p
{
	margin-bottom: 1em;
}

div.day-list
{
	margin-bottom: 0!important;
}

table#confirm th
{
	width: 120px;
}

.content-body ul.liststyle1 {
	margin-top:30px;
	margin-left: 48%;
	padding-left:0 !important;
}
.content-body ul.liststyle1 li{
	border-bottom:1px solid #c8c8c8;
	margin-top:20px;
	padding-bottom:20px;
}
.content-body ul.liststyle1 li span{
	font-size:3rem;
}
.content-body ul.liststyle1 > li:before
{
	display:none;
}
.oc-wrap h3{
	color:#e36d73;
}
.oc-wrap img{
	max-width: 100%;
	width:auto;height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	object-fit: cover;
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------- */
/* form botton */
/* ---------------------------------------------------------------------- */
div#form-button
{
	margin: 2em 0;
	text-align: center;
}

div#form-button input
{
	margin: 0 .5em 0.2em;
}


input#submit {
	position:relative;
	display: inline-block;
	padding: 0.7em;
	margin-bottom: 20px!important;
	text-decoration: none;
	background-color: #e46d73;
	color: #FFFFFF;
	border-radius: 10px;
	width: 8em;
	font-size: 2rem;
	font-weight:700;
	border:none;
	cursor: pointer;
}
input#submit::after {
	content: '';
	width: 8px; 
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 5px;
	transition: 0.8s ease-in-out;
}

input#submit:hover {
	opacity:0.8;
	transition:0.8s;
}

input#reset {
	display: inline-block;
	padding: 0.7em;
	margin-bottom: 20px!important;
	text-decoration: none;
	background: #ccc;
	color: #FFF;
	border-radius: 10px;
	width: 8em;
	font-size: 2rem;
	font-weight:700;
	border: none;
	cursor: pointer
}

input#reset:hover {
	opacity:0.8;
	transition:0.8s;
}
@media screen and (max-width: 640px) {

	#main #h2-banner h2
	{
		padding-top: 70px!important;
	}
	.content-body .leftf, .content-body .rightf {
	width: auto;
	max-width: 100%;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	}
	.content-body table{
		width: 100%!important;
	margin: 0 auto 10px!important;
	}
.content-body table th,
.content-body table td
{
	display: block!important;
	width:  calc(100% - 12px)!important;
	padding: 6px!important;
}.content-body table .right-side
{
	
	border-right: 1px solid #666!important;
}

.content-body table .left-side
{
	border-left: 1px solid #666!important
}
	.content-body table td input.w300,.content-body table td input.w450{
		width: calc(50% - 10px)!important;
	}
	div.section table .w300 { 
		width: calc(100% - 10px)!important;}
div.section table .w450 {
		width: calc(100% - 10px)!important; }
}

/* ---------------------------------------------------------------------- */
/* privacy */
/* ---------------------------------------------------------------------- */
div#main div.privacy_policy
{
	width: 100%;
	max-width: 1100px;
	margin: 60px auto;
	padding: 30px;
	border-radius: 20px;
	box-sizing: border-box;
	border: 5px solid #fff;
	background-size: 10px 10px;
	background-color: #FFFFFF;
	background-position: 0 0, 5px 5px;
	border: 1px solid #EF858C;

}

div#main div.privacy_policy p
{
	margin-left: 10px;
	margin-right: 10px;
}
