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

#box {
	margin:0;
}
#box ul {
    text-align: center;
}
#box li a{
    display: inline-block;
		width: 16.6666%;/*calc(100% / 6)*/
		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 {
	margin:0 0 50px;
}
#main .box{
	text-align:center;
	padding:70px 0 0;
	font-size: 1rem;
}
#main h2{
	font-size:1.8rem;
	 /*background:url("/img/bg_ivy.jpg") repeat ;
	font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;*/
	text-align:center;
	color:#fff;
	line-height:1.3;
	padding:8px 0;
	margin:0 0 40px;
}
#main h2 .en{
	font-size:0.8rem;
	letter-spacing:0.15em;
	font-family: "Roboto Slab",serif;
	display:block;
}

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


#price {
}
#price h2 {
	/*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 .inner{
	/*display:inline-block;*/
	vertical-align:top;
}




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

.price_small{
	font-size: 0.9rem;
	line-height: 140%;
}
#price td span{
font-size: 1.2rem;
}
#price thead td {
	width: 25%;
	text-align: center;
	font-size: 1.1rem;
}
/*main tableブロック*/
#price tbody td {
	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;
}

.coursetd {
	font-size: 1.5em;
	font-weight: bold;
	border-top: none;
	border-right: 1px solid #444;
	background: #111;
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #444;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #CCAF81;
}
.coursetd_setu {
	font-size: 0.7em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align: left;
	line-height: 140%;
	color: #FFFFFF;
}
/* --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;*/
}
#price tthead 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;
}

#price .attention-message {
	text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    background: #111;
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
}







#price dl{
	font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
	font-size:40px;
	overflow:hidden;
	text-align:right;
	letter-spacing:0.01em;
	margin:0 50px;
	line-height:1.4;
}
#price dl span {
	font-size:24px;
	margin:0 0 0 2px;
}
#price dt{
	float:left;
	width:130px;
}
#price .sub dt {
    font-size: 30px;
	padding:7px 0;
}
#price dd{
	float:left;
	width:200px;
}
#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;
}



#option{
}
#option h2 {
	/*background: url("/img/system_bg_01.png") no-repeat scroll center top 8px;*/
}
#option dl{
	font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
	overflow:hidden;
	letter-spacing:0.01em;
	margin:0 auto 20px;
	width:600px;
}
#option dt{
	float:left;
	width:270px;
	/*color:#C60103;*/
	font-size:1.2rem;
	text-align:right;
}
#option dd{
	float:right;
	width:270px;
	font-size:1.2rem;
	text-align:left;
	/* line-height:1.4; */
}

#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{}

#option .free {
  background: #222;
	/*border:1px solid #997947;*/
	font-size: 1.2rem;
  width: 600px;
  padding:1%;
  margin:3% auto;
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}



#area{
}
#area h2 {
	/*background: url("/img/system_bg_03.png") no-repeat scroll center top 8px;*/
}
#area .container {
	text-align:center;
	padding:40px 10px;
	width:1160px;
	background: #222;
}
#area #map {
	float:left;
	width:50%;
	margin-bottom:3%;
}
#area #list {
	float:left;
	margin:25px 0 3% 1%;
	width:49%;
	text-align: left;
}
#area .inner {
	margin:0 0 25px;
}
#area h3{
	font-size:1.3rem;
	font-weight: bold;
}
#area h3 i{
	margin-right:5px;
}

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


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

#area td span{
font-size: 1.2rem;
}
#area thead td {
	width: 25%;
	text-align: center;
	font-size: 1.1rem;
}
/*main tableブロック*/
#area tbody td {
	width: 25%;
	text-align: center;
	font-size: 1.13rem;
	letter-spacing: 0.05em;
}
/* --リスト名ブロック */
#area tbody td:first-child {
	width: auto;
	/*text-align: left;*/
	white-space: nowrap;
}
/* --2,3列目 */
#area td:nth-child(2),
#area td:nth-child(3) {
	border-right: 1px solid #444;
	background: #111;
}
/* --4列目*/
#area td:nth-child(4) {
	background: #111;
}
/*Header テキストブロック*/
#area thead td {
	font-size: 1.3em;
	font-weight: bold;
	border-top: none;
	/*border-radius: 6px 6px 0 0;*/
	letter-spacing: 0.15rem;
}
.area-notice{
	margin: 30px auto 50px;
}






#flow{}

#flow ul {width:1100px;margin:auto;}

#flow ul li{
	text-align: left;
	line-height: 1.5;
	font-size: 1rem;
	padding:1.5% 0;
	border-bottom: 1px solid #555;
}
#flow h3{
  font-size: 1.3rem;
  margin-bottom: 5px;
	font-family: "Roboto Slab",serif;
}


#credit2 {	
}

#credit2 ul {width:1100px;margin:auto;}

#credit2 ul li{
	text-align: left;
	line-height: 1.5;
	font-size: 1rem;
	padding:1.5% 0;
	border-bottom: 1px solid #555;
}
#credit2 h3{
  font-size: 1.3rem;
  margin-bottom: 5px;
	font-family: "Roboto Slab",serif;
}

#credit{
}
#credit h2 {
	/*background: url("/img/system_bg_02.png") no-repeat scroll center top 8px;*/
}
#credit .container {
background: #222 none repeat scroll 0 0;
    padding: 40px 20px;
    text-align: center;
    width: 1260px;}

#credit p {
}
#credit .photo_frame {
	text-align:center;
	padding:20px;
	margin:20px 0 0;
	display:inline-block;
}
#credit .cardcom{
	display: table;
	width:700px;
	margin:2% auto;
}
#credit .cardcom .thum,#credit .cardcom .thumr{
	display: table-cell;
	width:48%;
	margin:0 1%;
	padding:3% 0;
	border:1px solid #555;
	box-sizing: border-box;
}
#credit h3 {
	margin-top:4%;
	font-size: 1.4rem;
}
#credit ol {width:900px;margin:auto;display:list-item;overflow:visible;}

#credit li{
	text-align: left;
	line-height: 1.5;
	font-size: 1rem;
	padding:1.5% 0;
	list-style-type: decimal;
	margin-bottom:1%;
}
#credit .btn{
	margin:30px 0 40px;
}
#credit .btn a img {
    transition: all 0.5s ease 0s;
}
#credit .btn a:hover img {
    opacity: 0.4;
}

#credit .btn_more2 a{background: #222;}



#rule{
}
#rule .frame{
	/*background-color:#FFF;*/
	border:1px solid #555;
	width:900px;
	margin:20px auto 40px;
	padding:20px;
}
#rule h2 {
	/*background: url("/img/system_bg_03.png") no-repeat scroll center top 8px;*/
}
#rule .pp{
	margin:0 0 40px;
}
#rule .frame{
	text-align:left;
}
#rule h3 {
    font-size: 1.4rem;
    margin-top: 3%;
		margin-bottom: 1%;
}
#rule ul{
	list-style-type:square;
	padding:10px 30px 10px 30px;
}
#rule li{
}
