@charset "UTF-8";

/* パンくずリンクのマージン上書き */
.breadcrumb{
	margin-bottom:0 !important;
}


/* 背景上書き */
#contents{
	background:#fff;
}


.text-right{
	text-align:right;
}


.exclub-box{
	width:1050px;
	margin:0 auto;
}
@media screen and (max-width:736px) { 
	width:100%;
}


.label-new{
	display:inline-block;
	background:#49c76b;
	color:#fff;
	font-size:12px;
	border-radius:3px;
	padding:3px;
	line-height:1;
}

.c-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.c-button::before,
.c-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.c-button,
.c-button::before,
.c-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/* トップページ */
.home-title-block{
	max-height:500px;
	top: 0;
	left: 0;
	overflow:hidden;

}
.home-title-block .rellax {
	padding:80px 0;
    min-height: 500px;
    background: transparent;
    background-position:50% top;
    background:url(../img/bg_sky.jpg) no-repeat;
}

.home-title-block .copy-text-img1{
	text-align:center;
	padding-bottom:15px;
}
.home-title-block .copy-text-img2{
	text-align:center;
}
.home-title-block .news-box{
	padding-top:60px;
	width:600px;
	margin:0 auto;
}
.home-title-block .news-box-inner{
	background-color:rgba( 255, 255, 255, 0.55 );
	color:#333;
	padding:15px;
	border-radius:5px;
	box-shadow:0px 0px 2px 1px #9b9b9b;
}


/*見出し*/
.midashi-block{
	max-height:300px;
	padding:80px 0;
	background-image:url(../img/bg_sky_s.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
.midashi-block h1{
	font-size:2.5rem;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-shadow: 
	    #088 2px 0px,  #088 -2px 0px,
	    #088 0px -2px, #088 0px 2px,
	    #088 2px 2px , #088 -2px 2px,
	    #088 2px -2px, #088 -2px -2px,
	    #088 1px 2px,  #088 -1px 2px,
	    #088 1px -2px, #088 -1px -2px,
	    #088 2px 1px,  #088 -2px 1px,
	    #088 2px -1px, #088 -2px -1px;
        
}

/* menu */
.menu-block{
	border-top:solid 1px #555;
	border-bottom:solid 1px #555;
}

.menu-table{
	width:100%;
	border-collapse: collapse;
	border-left:solid 1px #555;
}
.menu-table td{
	width:33%;
	border-right:solid 1px #555;
}
.menu-table td a{
	display:block;
	text-align:center;
	padding:25px 0 15px 0;
	font-weight:bold;
	background:#f5f5f5;
	font-size:1.2rem;
	color:#333;
}
.menu-table td a:hover{
	background:#64bdd4;
	text-decoration:none;
	color:#fff;
}

/* ---------------------------------------------------------------------- */
/* about-block */
/* ---------------------------------------------------------------------- */
.about-block{
	padding:70px 0;
}
.about-block .about-text-box{
	float:left;
	width:560px;
}
.about-block .about-text-box h1{
	font-size: 2.5rem;
}
.about-block .about-text-box p{
	line-height:1.8;
	font-size:1.1rem;
}
.about-block .about-text-box div.en-text{
	font-size:0.8rem;
	color:#888;
}
.about-block .about-img-box{
	float:right;
	width:450px;
}



/* ---------------------------------------------------------------------- */
/* pricing-block */
/* ---------------------------------------------------------------------- */
.pricing-block{
	background: linear-gradient(87deg, #fb6340 0, #fbb140 100%);
	padding:40px 0;
}
.pricing-block .pricing-lbox,
.pricing-block .pricing-rbox{
	border-radius:5px;
	background:#fff;
	width:510px;

}
.pricing-block .pricing-lbox{
	float:left;
}
.pricing-block .pricing-rbox{
	float:right;
}

.pricing-block .pricing-text strong{
	font-weight:bold;
	color:#D0324B;
	font-size:2.5rem;
}
.pricing-block .pricing-text p{
	font-size:16px;
	color:#555;
	font-weight:bold;
	padding-top:8px;
	margin:0;
}
.pricing-block .pricing-target strong{
	font-weight:bold;
	color:#D0324B;
	font-size:1.3rem
}
.pricing-block .pricing-target p{
	font-size:16px;
	color:#555;
	font-weight:bold;
	padding-top:8px;
	margin:0;
}

.pricing-block .pricing-box-header{
    background: #fbb140;
    text-align:center;
    font-weight:bold;
	color:#fff;
	padding:15px 0;
	font-size:1.5rem;
	border-radius: 5px 5px 0 0;
}
.pricing-block .pricing-box-header-r{
	background:#fb6340;
}
.pricing-box-inner{
	text-align:center;
	padding:15px;
	min-height:80px;
}



/* ---------------------------------------------------------------------- */
/* tokuten-block */
/* ---------------------------------------------------------------------- */
.tokuten-block{
	padding:70px 0;
}
.tokuten-block .tokuten-title{
	text-align:center;
	padding:0 0 30px 0;
}
.tokuten-block .tokuten-title h2{
	font-size:2.5em;
}
.tokuten-block .tokuten-title p{
	font-size:1.1rem;
}

.tokuten-block .tokuten-left-box h3,
.tokuten-block .tokuten-right-box h3{
	font-size:1.5rem;
	color:#64bdd4;
}
.tokuten-block .tokuten-left-box h3 i,
.tokuten-block .tokuten-right-box h3 i{
	color:#44aabb;
}

.tokuten-block .tokuten-left-box{
	width:510px;
	float:left;
}
.tokuten-block .tokuten-right-box{
	width:510px;
	float:right;
}

.tokuten-inner-box{
	background:#eff8fb;
	border-radius:5px;
	padding:15px;
	margin-bottom:15px;
}
.tokuten-inner-box p{
	line-height:1.6;
}

.tokuten-price-table{
	width:100%;
	margin-top:5px;
	border-collapse: collapse;
}
.tokuten-price-table td{
	font-size:14px;
	padding:5px 5px;
	background:#fff;
	border-bottom:solid 1px #eee;
}

.tokuten-price-table td.price{
	width:80px;
	text-align:right;
}


/* ---------------------------------------------------------------------- */
/* entry-block */
/* ---------------------------------------------------------------------- */
.entry-block{
	background:#f4f2e9;
	padding:50px 0;
}
.entry-block h2{
	font-size: 2.0rem;
	text-align:center;
	margin-bottom:30px;
}
.entry-block .entry-inner-box{
	background:#fff;
	padding:20px 30px;
	border-radius: 5px;
	width:900px;
	margin:0 auto;
	box-shadow:0px 0px 10px 2px #e5e5e5;
}
.entry-block .entry-inner-box .entry-annai-text{
	font-size:1.1rem;
	text-align:center;
	line-height:1.7;
}
.entry-block .entry-inner-box .entry-annai-text strong{
	color:#90c31f;
	font-size:1.8rem;
}
.entry-block .entry-inner-box .entry-form-box,
.entry-block .entry-inner-box .entry-pdf-box{
	text-align:center;
	width:400px;
	background:#f4f2e9;
	padding:15px;
	border-radius:8px;
}
.entry-block .entry-inner-box .entry-form-box i,
.entry-block .entry-inner-box .entry-pdf-box i{
	font-size:60px;
	color:#90c31f;
}
.entry-block .entry-inner-box .entry-form-box h3,
.entry-block .entry-inner-box .entry-pdf-box h3{
	font-size:1.3rem;
	font-weight:bold;
	color:#333;
	margin-top:15px;
}
.entry-block .entry-inner-box div.arrow i{
	font-size:30px;
	color:#333;
	text-align:center;
	margin:15px 0; 
}

.entry-block .entry-inner-box .entry-form-box{
	float:left;
}

.entry-block .entry-inner-box .entry-pdf-box{
	float:right;
}

.entry-block .entry-inner-box .c-button-entry{
	display:block;
	background:#333;
	border-radius:5px;
	padding:18px 0;
	color:#fff;
	font-size:30px;
    text-shadow: rgba(0, 0, 0, 0.498039) 0px -1px 1px;
    font-weight:bold;
    background: #90c31f;
   	border-bottom:solid 2px #4daf34;
   	border-right:solid 1px #4daf34;

}
.entry-block .entry-inner-box .c-button-entry:hover{
	text-decoration:none;
	background:#a8dd2b;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.entry-block .entry-inner-box .c-button-entry-dantai{
    background: #1bc7c2;
   	border-bottom:solid 2px #0b9792;
   	border-right:solid 1px #0b9792;

}
.entry-block .entry-inner-box .c-button-entry:hover{
	background:#3bc9e2;
}

/* ------------------------------------------------------------- */
/*  contact */
/* ------------------------------------------------------------- */

.contact-block{
	background: #465560;
	color:#fff;
	padding:50px 0 60px 0;
}
.contact-block .contact-left-box{
	float:left;
	width:660px;
	line-height:1.6;
}
.contact-block .contact-left-box h2{
	background:#566570;
	border-bottom:solid 1px #364550;
	border-radius:6px;
	padding:10px 10px;
	font-size:1.5rem;
}
.contact-block .contact-right-box{
	float:right;
	width:300px;
	background:#566570;
	padding:20px;
	border-radius:6px;
	border-bottom:solid 1px #364550;
}
.contact-left-box a,
.contact-right-box a{
	color:#fff;
}
.contact-address-box{
	padding:10px;
}
.contact-address-box strong{
	display:inline-block;
	font-size:1.2rem;
	margin-bottom:5px;
}
.contact-address-box p{
	margin:0;
	margin-bottom:15px;
}
.contact-address-box span.item-title{
	display:inline-block;
	background:#566570;
	border-radius:3px;
	padding:3px 10px;
	font-size:14px;
	margin-bottom:5px;
	
}
.contact-block .contact-right-box h2{
	border-bottom:solid 1px #465968;
	font-size:1.1rem;
	padding:0 0 8px 0px;
	margin-bottom:15px;
}
.contact-block .contact-right-box .links{
	line-height:1.6;
	padding-left:5px;
}



/* ------------------------------------------------------------- */
/* rule-block */
/* 会員規約 */
/* ------------------------------------------------------------- */
.rule-block{
	padding:50px 0;
	background:#f4f2e9;
}
.rule-block .rule-outline{
	border-radius:10px;
	box-shadow:0px 0px 6px 3px #e5e5e5;
	padding:30px 50px;
	background:#fff;
}
.rule-block .rule-title{
	font-size:1.2rem;
	text-align:center;
	margin-bottom:25px;
}
.rule-block .rule-text{
	line-height:1.7;
}

/* ------------------------------------------------------------- */
/* FAQ */
/* ------------------------------------------------------------- */
.faq-block{
	background:#fff;
	padding:50px 0;
}
.faq-block h2{
	text-align:center;
	font-size:1.6rem;
	margin-bottom:30px;
}

.faq-box{
	background:#fffde7;
	border-radius:5px;
	padding:30px;
	text-align:left;
    box-shadow: 0px 0px 10px 2px #e5e5e5;
}
.faq-q, .faq-a{
	padding:8px;
	line-height:1.6;
}

.faq-q{
	border-radius:5px 5px 0 0;
	background:#eff8fb;
	background:#90c31f;
	color:#fff;
	font-weight:bold;
}

.faq-a{
	border-radius:0px 0px 5px 5px;
	background:#fff;
	padding:12px 25px;
}


/* ------------------------------------------------------------- */
/* 各種手続き書類 */
/* ------------------------------------------------------------- */
.syorui-block{
	background:#fff;
	padding:50px 0;
}
.syorui-box{
	background:#fffde7;
	border-radius:5px;
	padding:30px;
	text-align:left;
    box-shadow: 0px 0px 10px 2px #e5e5e5;
}
.syorui-box h2{

}
.syorui-box .syorui-table{
	width:100%;
	margin-top:15px;
}
.syorui-box .syorui-table th,
.syorui-box .syorui-table td{
	padding:10px;
		line-height:1.6;

}
.syorui-box .syorui-table th{
	width:200px;
	background:#f4f2e9;
}
.syorui-box .syorui-table th i{
	color:#800;
}

.syorui-box .syorui-table td{
	background:#fff;
	border-radius:5px;
}


/* ------------------------------------------------------------- */
/* 申込み */
/* ------------------------------------------------------------- */
.entry-block{
	background:#fffde7;
}
.entry-block .entry-box{
	border-radius:10px;
	box-shadow:0px 0px 6px 3px #e5e5e5;
	padding:30px 50px;
	background:#fff;
}
.entry-block .entry-box .entry-comment{
	text-align:center;
	font-size:1.2rem;
	line-height:1.6;
}
.entry-block .entry-box .privacy-policy-box{
	margin-top:30px;
	background:#ecf6fb;
	border-radius:5px;
	padding:20px;
}
.entry-block .entry-box .privacy-policy-box h3{
	font-weight:bold;
	border-bottom:solid 1px #ccd6db;
	padding:0 0 10px 0;
	margin-bottom:10px;
}



.entry-block .entry-box .form-table{
	width:100%;
}
.entry-block .entry-box .form-table th,
.entry-block .entry-box .form-table td{
	padding:8px;
	line-height:1.6;
	background:#f5f5f5;
}
.entry-block .entry-box .form-table th{
	width:200px;
	background:#eee;
}

form input{
	padding:5px;
}
form input.name{
	width:200px;
}
form input.dantai-name{
	width:400px;
}

form input.zipcode{
	width:100px;
}
form input.addr{
	width:90%;
}
form input.tel{
	width:300px;
}
form input.mail{
	width:70%;
}
.blank-text{
	color:#888;
	font-size:0.9rem;
}
.form_error{
	background:#fff0f0;
	color:#a00;
	padding:10px;
	margin-top:3px;
	border-radius:3px;
	
	
}

.form-alert-warning{
	background:#fff0f0;
	color:#a00;
	padding:10px;
	margin-top:3px;
	border-radius:3px;
	text-align:center;
	font-size:1.1rem;
	line-height:1.6;
	margin-bottom:30px;
	

}


.form-submit-box{
	text-align:center;
	padding:30px;
}

.scroll-box{
	font-size:13px;
	color:#333;
	background:#fff;
	padding:10px;
	overflow-y: scroll;
	border:solid 1px #ccc;
	-webkit-overflow-scrolling: touch;
}
.scroll-box-limit{
	height:150px;
}

.scroll-box > p{
	font-size:13px;
	line-height:1.5;
	margin:0;
}

.agree-box{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.agree-box label{
	border:solid 1px #ccc;
	display:inline-block;
	padding:10px 20px;
	border-radius:3px;
	background:#fff;
}
.agree-box label:hover{
	background:#bde2fd;
	cursor:pointer;
}

.submit-btn{
	-webkit-tap-highlight-color: transparent;
	display: inline-flex;
	flex-wrap: nowrap;
	margin: 0;
	padding: 8px 20px;
	border: 1px solid #00a99d;
	border-radius: 2em;
	align-items: center;
	color: #fff;
	background-color: #00a99d;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	cursor: pointer;
	font-size:20px;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .15s ease,color .15s ease,border-color .15s ease;
}
.submit-btn:hover{
	background-color: #00cabb;
}


/* --------------------------------------------- */
/* sp                                            */
/* --------------------------------------------- */
@media screen and (max-width:736px) { 

	.exclub-box{
		width:100%;
	}

	/* ----------- */
	.home-title-block{
		min-height:300px;
	}
	.home-title-block .rellax{
		min-height:300px;
		padding:30px 0;
	}
	.home-title-block .news-box{
		padding-top:30px;
		width:80%;
	}
	.home-title-block .copy-text-img1 img{
		width:95%;
	}
	/* ----------- */
	.about-block .about-text-box h1{
		font-size:1.5rem;
	}
	.about-block .about-text-box,
	.about-block .about-img-box{
		float:none;
		width:100%;
	}
	.about-block .about-text-box{
		padding:15px;
	}

	/* -------------- */
	.pricing-block .pricing-lbox,
	.pricing-block .pricing-rbox{
		float:none;
		width:100%;
	}
	.pricing-block {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pricing-block .pricing-lbox{
		margin-bottom:15px;
	}
	/* -------------- */

	.tokuten-block .tokuten-left-box,
	.tokuten-block .tokuten-right-box{
		float:none;
		width:100%;
	}

	.tokuten-block .tokuten-left-box{
		float:none;
		width:100%;
	}
	.tokuten-block .tokuten-title p{
		text-align:left;
		padding:0 15px;
	}
	/* -------------- */
	.entry-block .entry-inner-box .entry-annai-text strong{
		font-size:1.4rem;
	}
	.entry-block .entry-inner-box .entry-annai-text{
		font-size:1.0rem;
		text-align:left;
	}



	.entry-block .entry-inner-box{
		width:98%;
		padding:10px;
	}
	.entry-block .entry-inner-box .entry-form-box {
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	.entry-block .entry-inner-box .entry-pdf-box{
		float:none;
		width:100%;
	}	

	.faq-box{

	}

	/* contact ------------------ */
	.contact-block{
		padding:30px 15px;
	}
	.contact-block .contact-left-box,
	.contact-block .contact-right-box{
		float:none;
		width:100%;
	}

	.rule-block .rule-outline{
		padding-left:25px;
		padding-right:25px;
	}
	.entry-block h2{
		font-size:1.5rem;
		
	}
	.entry-block .entry-box	{
		border-radius:0;
		box-shadow:0;
		padding-left:25px;
		padding-right:25px;
	}
	.entry-block .entry-box .entry-comment{
		font-size:1.0rem;
		text-align:left;
	}
	.entry-block .entry-box .form-table th,
	.entry-block .entry-box .form-table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}

	form input.dantai-name{
		width:95%;
	}
}
