@charset "utf-8";
/* CSS Document */

#main {
	padding:0 0 50px;
	background: rgba(0, 0, 0, 0) url("/img/bg_type2.jpg") no-repeat fixed center top / 100% auto;
}

.txt_main {
    text-align: center;
    font-size: 1.13rem;
    letter-spacing: 0.13rem;
    margin: 0 0 2%;
}

#box {
	margin:0;
}
#box ul {
    text-align: center;
}
#box li a{
    display: inline-block;
		width: calc(100% / 5);
		float:left;
		border-left: 1px solid #555;
		padding: 10px 0;
		box-sizing: border-box;
		font-size:1.1rem;
		text-decoration: none;
		transition: all 0.5s ease 0s;
}
#box li:last-child a{	border-right:1px solid #555;}
#box li a:hover {
    background: #333 none repeat scroll 0 0;
		color:#fff;
}
#box li img {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
#box li a:hover img {
    opacity: 0.7;
}



#main .sys_box{
	text-align:center;
	font-size: 1rem;
	max-width: 1366px;
	width:98%;
	margin:1% auto 2%;
	overflow: hidden;
}

#main h3{
	font-size:2.8rem;
	font-family: "Cinzel",serif;
	text-align:center;
	letter-spacing:0.15em;
	color:#fff;
	line-height:1.3;
	padding:8px 0;
	margin:0 0 2%;
}
#main h3 .en{
	font-size:1rem;
	letter-spacing:0.15em;
	display:block;
}

#main #price h4{
	font-size:1.8rem;
	font-family: "Cinzel",serif;
	letter-spacing:0.15em;
	line-height:1.3;
	/* padding:8px 0; */
}
#main #price h4 .en{
	font-size:1rem;
	letter-spacing:0.15em;
}
#main h5{
	font-size:1.6rem;
	text-align:center;
	letter-spacing:0.15em;
	line-height:1.3;
	text-decoration: underline;
	margin-bottom:15px;
}

/*ファースト*/
.bg_01{
	background: rgba(0, 0, 0, 0) url("/img/bg_sys_01.jpg") no-repeat center top / 100% auto;
	padding:2% 0;
}
.bg_dot01{
	background: url("/img/bg_dot_sys_01.png") repeat rgba(1,1,1,0.2);
}
#main .bg_01 h3 .en,.bg_dot01 h4{
	color:#FFCDBF;
}

/*プラチナ*/
.bg_02{
	background: rgba(0, 0, 0, 0) url("/img/bg_sys_02.jpg") no-repeat center top / 100% auto;
		padding:2% 0;
}
.bg_dot02{
	background: url("/img/bg_dot_sys_02.png") repeat rgba(1,1,1,0.2);
}
#main .bg_02 h3 .en,.bg_dot02 h4{
	color:#E3BFFE;
}


/*Vip*/
.bg_03{
	background: rgba(0, 0, 0, 0) url("/img/bg_sys_03.jpg") no-repeat center top / 100% auto;
		padding:2% 0;
}
.bg_dot03{
	background: url("/img/bg_dot_sys_03.png") repeat rgba(1,1,1,0.2);
}
#main .bg_03 h3 .en,.bg_dot03 h4{
	color:#FEF1CF;
}



/*その他*/
.other{
	padding:3% 0 2%;
	background: url("/img/bg_type1.jpg") repeat;
}




/*料金表*/

#price .inner{
	overflow: hidden;
	max-width:900px;
	margin:2% auto;
	padding:1% 1% 2%;
}

#price .thum,#price .thumr{width:45%;}

#price dl{
	font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
	font-size:2.4rem;
	overflow:hidden;
	letter-spacing:0.01em;
	margin:0 2%;
	line-height:1.8;
	width: 96%;
	text-align:center;
}
#price dl span {
	font-size:1.2rem;
	margin:0 0 0 2px;
}
#price dt{
	float:left;
	width:50%;
}
/*#price .sub dt {
    font-size: 30px;
	padding:7px 0;
}*/
#price dd{
	float:left;
	width:50%;
}
#price .frame .pp{
	font-size:20px;
	line-height:1.6;
}
#price .frame .notice{
	font-size:16px;
}
#price .frame{
	font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
	text-align:center;
}
#price .extension{
	text-align:center;
	font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
	margin:20px 0 0;
	letter-spacing:0.07em;
	font-size:22px;
}


/*特別指名料*/

#castrank_box {
    background:url(/img/bg_dot2.jpg) repeat-x #000;
    padding: 3% 0;
		margin-bottom:2%;
}
#castrank_box ul{
	max-width:1100px;
	margin:auto;
}
#castrank_box ul li{
    width:48%;
		padding:0 1%;
		margin:0;
		float:left;
		display:table;

}
#castrank_box ul li .mark{
    display: table-cell;
		width:30%;
			vertical-align: middle;
}
#castrank_box ul li .disc{
    font-size:0.95rem;
		line-height: 1.4;
		width:70%;
		display: table-cell;
			vertical-align: middle;
}




#option .inner{
	max-width:1100px;
}

#option dl{
	overflow:hidden;
	letter-spacing:0.01em;
	width:500px;
	font-size:1.8rem;
}
#option dt{
	width: 70%;
}
#option dd{
	width: 30%;
}


/*
#option .free{

}

#option .btn{
	margin:50px 0 20px;
}
#option .btn a img {
    transition: all 0.5s ease 0s;
}
#option .btn a:hover img {
    opacity: 0.4;
}

#option .free span{}



*/

/*HOW TO*/

#howto{
	padding: 3% 0;
	background: #000;
	text-align: center;
}

#howto .inner{
	max-width: 740px;

}
#howto .inner .thum{
	width:48%;
	padding:1%;
}
#howto .inner .thum img{
	width:100%;
}


#deli{
	padding:4% 0 2%;
	background: #000026;
}
#meeting{
	padding:4% 0;
	background: #200000;
}




.flow{}

.flow ul {max-width:1080px;margin:0 auto 5%;}

#main .flow ul li{
	text-align: left;
	line-height: 1.5;
	font-size: 1rem;
	padding:1.5% 0 5%;
	border-bottom: 4px dotted #DDD;
	width:100%;
	display:table;
}

#main .flow ul li:last-child {
	border: none;
	padding:1.5% 0;
}

#main .flow .flowimg{
	width:38%;display:table-cell;
	padding:1%;
}
#main .flow .flowdata{
	width:58%;display:table-cell;
	vertical-align: top;padding:1%;
}
#main .flow .flowimg img{
	width:100%;
}
#main .flow p.step{
  font-size: 2rem;
  margin: 2% 0;
	color:#FFCCBF;
	letter-spacing: 0.1em;
}

#main #price .btn{
  margin: 2% 0;
}

.point{
border: 1px solid #ddd;
	 margin: 8% 0 1%;
	 padding: 15px;
	 position: relative;
	 text-align: left;
	 font-size: 0.9rem;
}

#main p.ttl {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 0.7rem;
    font-weight: bold;
    width:40%;
		padding:0.1% 0;
    position: absolute;
		display: inline-block;
		top:-10px;
		left:30%;
		text-align: center;
		letter-spacing: 0.5em;
		font-family: "Cinzel",serif;
}

#main .flow ul li h5{
	text-align: left;
	margin:1% 0 8%;
}



/*出張エリアと交通費*/

#area{
}

#area .container {
	text-align:center;
	padding:40px 10px;
	width:1160px;
	background: #222;
}
#area #map {
	float:left;
	width:50%;
	margin:5% 3% 3% 0;
}

#area #map img {
	width:100%;
}
#area #list {
	float:left;
	margin:25px 0 3% 1%;
	width:40%;
	text-align: left;
}
#area .inner {
padding:5% 0 0;
}
#area h4{
	font-size:1.3rem;
	text-align: left;
	letter-spacing:0;
}
#area h4 i{
	margin-right:5px;
}

#area p{
	padding: 0 30px;
}
#area .btn{
	margin:20px 0 40px;
}
#area .btn a img {
    transition: all 0.5s ease 0s;
}
#area .btn a:hover img {
    opacity: 0.4;
}




#credit{
	padding:4% 0;
	background: #000 url("/img/bg_type3.jpg") no-repeat  center top / cover;
}

#credit .photo_frame {
	text-align:center;
	padding:20px;
	margin:20px 0 0;
	display:inline-block;
}

#credit .cardcom{
	display: table;
	width:700px;
	margin:2% auto;
}




/*利用規約*/

#rule{
	padding:4% 0;
}

#rule .pp{
	margin:0 0 40px;
}
#rule .frame{
	text-align:left;
}
#rule ul{
	padding:1% 3% 1% 5%;
}
#rule li{
	width:100%;
  display: list-item;
  list-style: disc;
margin: 0 1% 1%;
}


#main .frame{
	border:1px solid #666666;
	max-width:880px;
	margin:40px auto;
	padding:70px;
}






.circle {
    padding: 30px 0 0;
}
.circle span {
    background-color: #333;
    border-radius: 4px;
    display: block;
    height: 4px;
    margin: 10px auto;
    width: 4px;
}


#price {
}
#price h3 {
	/*background: url("/img/system_bg_01.png") no-repeat scroll center top 8px;*/
}
#price .notice{
	/*font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;*/
	letter-spacing:0.07em;
	text-decoration: underline;
}
#price .notice:last-of-type {
	margin:30px 0 0;
}




#price table{
	margin: 0 auto;
	padding: 0em;
	border-spacing: 1px 0;
	/*border-radius: 6px;*/
	background: #222;
	width:100%;
	max-width:1100px;
}
#price td, #price th{
	/*height: 50px;*/
	padding:8px 0 ;
	text-align: center;
	border-bottom: 1px solid #444;
}


#price td span{
font-size: 1.2rem;
}
#price thead td {
	width: 25%;
	text-align: center;
	font-size: 1.1rem;
}
/*main tableブロック*/
#price tbody td ,#price tbody th{
	width: 25%;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
/* --リスト名ブロック */
#price tbody td:first-child {
	width: auto;
	/*text-align: left;*/
	white-space: nowrap;
}

/* --2,3列目 */
#price td:nth-child(2),
#price td:nth-child(3) {
	border-right: 1px solid #444;
	background: #111;
}
/* --4列目*/
#price td:nth-child(4) {
	background: #111;
}
/*Header テキストブロック*/
#price thead td {
	font-size: 1.3em;
	font-weight: bold;
	border-top: none;
	/*border-radius: 6px 6px 0 0;*/
}
/*Footer ボタンブロック*/
#price tfoot td {
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}
/*ボタンデザイン*/
#price a.cp_btn {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0.3em 1em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #da3c41;
	border-radius: 4px;
	background: #da3c41;
}
#price .cp_btn:after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	content: '';
	transition: 0.3s;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	opacity: 0;
	background: #ffffff;
}
#price .cp_btn:hover {
	color: #da3c41;
}
#price .cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
#price .cp_btn:active:after {
	height: 350%;
	opacity: 1;
}














#option table{
	margin: 0 auto;
	padding: 0em;
	border-spacing: 1px 0;
	/*border-radius: 6px;*/
	background: #222;
	width:100%;
	max-width:1100px;
}
#option th,#option td {
	/*height: 50px;*/
	padding:8px 0 ;
	text-align: center;
	border-bottom: 1px solid #444;
}
#option td span,#option th span{
font-size: 1.2rem;
}
#option td ,#option th {
	width: 50%;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#option td:nth-child(2) {
    background: #111 none repeat scroll 0 0;
    border-left: 1px solid #444;
}
