@charset "utf-8";

/* ------------------------------------------------
   base
-------------------------------------------------*/

#main_contents{
	position:relative;
	margin-bottom:62px;
	padding:20px 0;
	background:rgba(255,255,255,0.9);
}
#main_contents h1{
	width:360px;
	max-width:100%;
	height:90px;
	margin:0 auto 25px;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#wrapper{
		padding-top:60px;
	}
	#main_contents{
		margin-bottom:0px;
	}
}

/* ------------------------------------------------
   h
-------------------------------------------------*/
/* h2 */
#main_contents h2{
	display:inline-block;
	position:relative;
	max-width:100%;
	height:68px;
	padding:17px 60px 0 60px;
	margin:0 0px 15px 0;
	font-family: 'Dela Gothic One', cursive;
	font-weight:normal;
	font-size:2.0rem;
	text-align:center;
	background:url(../../image/base/h2_bg_l.png) no-repeat 0 0;
	color:#000;
	line-height:1.1;
	}
	#main_contents h2:before,
	#main_contents h2:after{
		content:" ";
		display:block;
		position:absolute;
		top:0px;
		height:68px;
		z-index:-1;
	}
	#main_contents h2:before{
		left:57px;
		width:calc(100% - 118px);/* 57 + 61*/
		background:url(../../image/base/h2_bg.png) repeat-x 0 0;
	}
	#main_contents h2:after{
		right:0px;
		width:61px;
		background:url(../../image/base/h2_bg_r.png) no-repeat 0 0;
}
@media only screen and (max-width:767px){
	#main_contents h2{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		width:100%;
		padding:0px 40px 0 40px;
		font-size:1.45rem;
	}
}

/* h3 */
#main_contents h3{
	position:relative;
	font-weight:bold;
	font-size:1.1rem;
	color:#181777;
}
@media only screen and (max-width:767px){
	#main_contents h3{
		font-size:1.0rem;
	}
}

/* -----------------------------------
   p
------------------------------------*/

#contents_seat p{
	position:relative;
	font-size:0.95rem;
	margin-bottom:12px;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#contents_seat p{
		font-size:0.84rem;
		margin-bottom:12px;
		line-height:1.35;
	}
}

/*-----------------------------------
  decoration
-----------------------------------*/

/* .arrow */
#contents_seat .arrow{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	padding:0px 0 0px 30px;
	font-weight:normal;
	font-size:1.3em;
	text-align:left;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:none;
	background:none;
	color:#222222;
	}
	#contents_seat .arrow:before{
		content:" ";
		display:block;
		position:absolute;
		top:3px;
		left:0px;
		width:20px;
		height:20px;
		margin-left:0;
		background:url(../../image/base/arrow.png) no-repeat 0 0;
	}
	#contents_seat .arrow:after{
		display:none;
}
/* .arrowline */
#contents_seat .arrowline{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	padding:0px 10px 10px 30px;
	font-weight:normal;
	font-size:1.3em;
	text-align:left;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:none;
	background:url(../../image/base/arrow_border.png) repeat-x 0 bottom;
	color:#222222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#contents_seat .arrowline:before{
		content:" ";
		display:block;
		position:absolute;
		top:3px;
		left:0px;
		width:20px;
		height:20px;
		margin-left:0;
			background:url(../../image/base/arrow.png) no-repeat 0 0;
	}
	#contents_seat .arrowline:after{
		display:none;
}

/*-----------------------------------
  line
-----------------------------------*/

#contents_seat .line{
	margin-bottom:17px;
	padding-bottom:10px;
	border-bottom:2px dotted rgba(16,124,81,0.5);
}
#contents_seat p.line{
	margin-bottom:17px;
	padding-bottom:17px;
	border-bottom:2px dotted rgba(16,124,81,0.5);
}
#contents_seat .box.line{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px dotted rgba(16,124,81,0.5);
}
#contents_seat .noline{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px !important;
}

#contents_seat .line_b{
	margin-bottom:17px;
	padding-bottom:10px;
	border-bottom:1px dotted rgba(0,0,0,0.5);
}

/*-----------------------------------
  ul
-----------------------------------*/

#contents_seat ul{
	margin:0 0 15px;
	text-align:left;
	list-style:none;
	}
	#contents_seat ul li{
		position:relative;
		margin:0 0 5px;
		padding-left:20px;
		text-align:left;
		font-size:0.9rem;
		line-height:1.55;
	}
	#contents_seat ul li:after{
		content:" ";
		position:absolute;
		top:6px;
		left:0px;
		width:13px;
		height:13px;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		background:rgba(35,135,136,0.5);
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#contents_seat ul li{
		font-size:0.84rem;
	}
}

ul.disc{
	margin-bottom:15px;
	padding-left:20px;
	list-style:disc !important;
	}
	ul.disc > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.normal,
ol.normal{
	margin-bottom:15px;
	padding-left:0px !important;
	list-style:none !important;
	}
	ul.normal > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.num,
ol.num{
	margin-bottom:15px;
	padding-left:20px;
	list-style:decimal !important;
	}
	ul.num > li,
	ol.num > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.abc{
	margin-bottom:15px;
	padding-left:20px;
	list-style:lower-latin !important;
	}
	ul.abc > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.roma{
	margin-bottom:15px;
	padding-left:20px;
	list-style:lower-roman !important;
	}
	ul.roma > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.roma2{
	margin-bottom:15px;
	padding-left:20px;
	list-style:upper-roman !important;
	}
	ul.roma2 > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.try{
	}
	ul.try li{
		position:relative;
		line-height:1.5;
		margin-bottom:6px;
		padding-left:15px;
	}
	ul.try li:after{
		display:block;
		content:" ";
		position:absolute;
		top:2px;
		left:2px;
		border: 6px solid transparent;
		border-left: 6px solid #619DE5;
}
ul.check{
	padding-left:20px;
	}
	ul.check li{
		position:relative;
		line-height:1.5;
		list-style-image:url(../../image/base/check.png);
}
ol{
	margin-bottom:15px;
	padding-left:20px;
	list-style:decimal;
	}
	ol > li{
		line-height:1.5;
		margin-bottom:7px;
}

/* ------------------------------------------------
   btn
-------------------------------------------------*/

.btn{
	position:relative;
	width:100%;
	text-align:center;
	}
	.btn a{
		display:inline-block;
		position:relative;
		text-align:center;
		margin:0 auto;
		padding:9px 35px 11px;
		font-weight:normal;
		color:#FFF;
		text-decoration:none;
		background:linear-gradient(-180deg, rgba(24,23,119,0.8), rgba(24,23,119,1));
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
	}
	.btn a:hover{
		opacity:0.8;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
}

/* ------------------------------------------------
   colorbox
-------------------------------------------------*/

.colorbox{
	display:inline-block;
	position:relative;
	margin:0 0 15px;
	padding:10px 15px;
	background:rgba(35,135,136,0.1);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
	.colorbox p:last-child{
		margin-bottom:0px !important;
}

/* ------------------------------------------------
   photo
-------------------------------------------------*/

ul.photo{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	list-style:none;
}
ul.photo li,
ul.photo.co2 li{
	width:49%;/* 343px w686px x h386px */
	margin:0 0 15px;
}
ul.photo.co3 li{
	width:226px;/* 32.4% 226px 452px */
	margin:0 0 10px;
	}
	ul.photo.co3 li:nth-child(3n+2):last-child{
		margin:0 33.8% 10px 0;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	ul.photo.co3 li{
		width:49% !important;
		margin:0 0 10px;
	}
}
