@charset "utf-8";
@import  "reset.css";


body{
	line-height: 1.5em;
	position: relative;
	color: #000047
	}

@media  (min-width: 768px) {
	body{}
}	


.tsukushi{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}



/* ------------------------------
 header
 ------------------------------ */
 
#header{position: relative;text-align: center;padding: 2em 0 1.5em}


#header h1{
	display: :block;
	text-align: center;
	margin: 0 auto 20px
	}

#header .disc{
	font-size: 1.8em;color: #e4016e;
}


#header .hd_logo img{
	max-width: 30%}


@media (max-width: 767px) {

	.hd_contact{
		position: fixed;
		width: 100%;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1000;
	}
	
	.hd_contact a{display: block;
		background-color: #ff9215;
		padding: .8em 1em;
		font-weight: bold;
		font-size: 1.3em;
	}
}	


@media  (min-width: 768px) {
	.hd_contact{
		position: absolute;
		top: -2em;
		right: 2em;
	}
	
	.hd_contact a{
		display: block;
		background-color: #ff9215;
		padding: 1em 2em;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		font-weight: bold
	}
}

.hd_contact a:hover{
	opacity: 0.8
}

.hd_contact a:before{
	font-family: icomoon;
	content: "\e905";
	padding-right: 0.5em;
	font-size: 1.2em	
}


	
#header a{
	text-decoration: none;
	color: #fff;
}





/* ************************************************ 
*	page
* ************************************************ */


.wrap{
	margin: 0 auto;
	width: 90%;
	max-width: 1240px;
}

.wrap_pc{
	margin: 0 auto;
	width: 90%;
	max-width: 1240px;
}




@media (max-width: 768px) {
	.wrap{width: 94%;}
}	


.page{}

#page_banner{text-align: center;}

#page_header{
	position: relative;
	padding: 5em 0 2em;
	text-align: center;
}
#page_header h2{font-size:2em;margin: 0 auto;text-align: center;}
#page_header h2 span{
	font-size: .8em;
	display: block;
	color: #b23030
}


@media  (min-width: 768px) {
	#page_header h2{font-size:2.5em;}
}	

h3#cattitle{
	text-align: center;
	font-size: 1.4em;
	padding: .3em 1.3em;
	margin: 0 auto;
	text-align: center;
}


#page_header .kui_mask{margin: 2em auto 0;position: relative;}

#page_header .kui_mask img{
	width: 100%;
	height: auto;
	margin: 0;
	}
	
#page_header .tl{
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-right-width: 0;
	border-bottom-width:0;
	border-color: transparent transparent transparent #fff;
	z-index: 2}

#page_header .tr{
	display: block;
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width:0;
	border-right-width: 0;
	border-color: transparent transparent #fff transparent;
	z-index: 2}


@media (min-width: 0px) and (max-width: 480px) {
	#page_header .tl{border-top-width:40px;}
	#page_header .tr{border-bottom-width:40px;}
}	

@media (min-width: 481px) {
	#page_header .tl{border-top-width:60px;}
	#page_header .tr{border-bottom-width:60px;}
}	

@media (min-width: 769px) {
	#page_header .tl{border-top-width:100px;}
	#page_header .tr{border-bottom-width:100px;}
}	


ul#recommend{margin-top: 2em}
ul#recommend li{
	margin:0 0 1em;
	padding: .6em;
	-webkit-box-shadow:4px 4px 0 #ccc;
	-moz-box-shadow:4px 4px 0 #ccc;
	box-shadow: 4px 4px 0 #ccc;
	position: relative;
	border: solid 2px #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

ul#recommend li:hover{
	background: #eee;
	-webkit-transform: translate(4px,4px);
	transform: translate(4px,4px);
	box-shadow: none
}

ul#recommend li img{width: 50px;height: 50px}
ul#recommend li a{
	padding: 1em 1.5em;
	font-size: 1.2em;
	line-height: 1.8em;
	text-decoration: none
}

ul#recommend li a:after{
	font-family: icomoon;
	content: "\e974";
	padding-left: .5em
}


@media  (min-width: 768px) {
	ul#recommend li{padding: 1em;margin:0 1em 1em;}
	ul#recommend li a br{display: none}
	ul#recommend li img{width: 80px;height: 80px}
}	




/* ************************************************ 
*	#footer
* ************************************************ */
#footer{
	margin: 0 auto;
}

#footer_inner{padding: 2em 0}
	
.foot_logo{
	text-align: left;
	flex-basis: 28%
}	
.foot_logo img{
	max-width: 70%;
}

.foot_company{align-items: center}
.foot_company dt{margin-bottom: .6em}

.foot_company .com_name{
	font-weight: bold;
	font-size: 1.3em
}

.com_name span{
	font-size: .8em;
	padding-right: .5em
}

.foot_affcompany{}

.foot_affcompany dt{
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: .4em;
	margin-bottom: .6em;
	border-bottom: solid 1px #000047
}


@media (max-width: 767px) {
	.foot_affcompany dl{margin-top: 2em;padding: 0 1em}
	.foot_affcompany dt{text-align: center}
	
}	

@media (max-width: 768px) {
	.foot_company dd span.add_tel{display: block}
}

@media  (min-width: 768px) {
	#footer_inner{padding: 3em 0}
	.foot_company{width: 48%;}
	.foot_affcompany{width: 48%;margin-left: 1em}
	.foot_affcompany dl ul li{
	width: 48%;
	margin-right: 2%
	}

}	




footer .copy{
	background: #000047;
	color: rgba(255, 255, 255, 0.8);
	font-size: .6em;
	text-align: center;
	padding: 1em 0;
}

@media (max-width: 480px) {
footer .copy{padding: 1em 0 56px;}
}	





/* ------------------------------
 contact
 ------------------------------ */
#cta{
	background-color: #B23131;
	padding: 1.3em 0 1em;
}

#cta h2{
	font-size: 2em;
	color: rgba(255, 255, 255, 0.6);
	text-align: center}

@media (max-width: 480px) {
	#cta h2{margin-bottom: .3em}
}	


#cta a{
	text-decoration: none;
	color: #fff;
}


#cta .tel {
	position: relative;
	color: #fff;
	text-align: center;
	margin: 0 2em ;
}


#cta .tel a{
		letter-spacing: 2px;
		font-size: 2em;
		font-weight: bold
}

#cta .tel a:before{
	font-family: icomoon;
	content: "\e905";
	padding-right: .5em;
	font-weight: bold;
}



#cta .tel p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: lighter;
	font-size: 80%;
	margin: 0;
	letter-spacing: 1px
}


#cta .mail a{
	background: #fff;
	display: block;
	padding: .6em 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #B23131;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	
}

.mail a:before{
	font-family: icomoon;
	content: "\e904";
	padding-right: .5em
}



@media (max-width: 767px) {
	#contact h2{text-align: center;margin-bottom: .5em}
	#contact .tel{margin-bottom: 1em}
}	


@media  (min-width: 768px) {
	#cta{padding: 3em 0}

}	



div#btn_top{
position: fixed;
bottom: 15px;
right: 15px;
z-index: 100
}

div#btn_top a{
	display: block;
	text-decoration: none;
	height: 30px;
	width: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	background: #222
}

div#btn_top a:before{
	position: absolute;
	left: 0 ;
	right: 0;
	font-family: ionicons;
	content: "\f3d8";
	color: #fff;
	font-size: 26px;
	line-height: 1.1em;
	text-align: center
}

@media  (min-width: 768px) {
	div#btn_top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100
	}
}		





/* ************************************************ 
*	more
* ************************************************ */

.more{margin: 0 auto}
@media (max-width: 480px) {
	.more{width: 90%}
}	



a.moreread,
a.moreread::before,
a.moreread::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.moreread {
	display: block;
	border: solid 2px #fff;
	background: #fff;
	color: #222;
	font-weight: bold;
	padding: .8em 1em;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	border: solid 2px #B23131;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;	
}

@media (max-width: 480px) {
	a.moreread{padding: .8em .5em;}
}	



a.moreread:before{
	font-family: icomoon;
	content: "\e974";
	color: #B23131;
	margin-right: .5em;}


a.moreread:hover {
	background-color: #B23131;
	color: #fff}


/* ************************************************ 
*	prevnext
* ************************************************ */

.pagenav{
	margin: 0 auto;
	padding: 1em 0
}

.pagenav li {width: 49.5%;}

.pagenav li a{
	display: block;
	text-decoration: none;
	padding: .5em;
	color: #009999;}
	
.pagenav li.next{text-align: left;
	float: left}

.pagenav li.next a:before{
	font-family: icomoon;
	content: "\ea44";
	padding-right: .5em}
	
.pagenav li.prev{text-align: right;float: right}

.pagenav li.prev a{}

.pagenav li.prev a:after{
		font-family: icomoon;
		content: "\ea42";
		padding-left: .5em}




/* ************************************************ 
*	Pager
* ************************************************ */

#pager{overflow: hidden;
    position: relative;
    margin-bottom: 50px}
    
    
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;}

/* ページ番号 */
.pagination .pager{width: 32px;}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination a.before {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}




/* ************************************************ 
*	注意事項
* ************************************************ */

ul#contact_att{
	margin-bottom: 2em;
	text-align: left;
	margin: 0 auto
}

ul#contact_att li:before{
	font-family: icomoon;
	content: "\ea52";
	margin-right: .5em
}


@media (min-width: 769px) {
	ul#contact_att{margin: 0 1em 2em;}
	
	}


/* ************************************************ 
*	フォーム本体
* ************************************************ */

#contact_form{margin: 0 auto}

#contact_form dl{
	padding-bottom: 1em;}

#contact_form dt{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);}


@media  (min-width: 0px) and (max-width: 768px) {
	#contact_form{margin: 0 auto;}
	#contact_form dl{width: 100%;}
	#contact_form dt,#contact_form dd{text-align: left;padding: 0}
	#contact_form dt{
		margin-bottom: .5em;
		padding: .5em .5em;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: relative;
		
	}
	#contact_form dt label{margin-right: .5em;}
	#privacycheck p{text-align: left}
}	


@media (min-width: 769px) {
	#contact_form{margin: 0 auto;text-align: center}
	#contact_form dl{display: table;width: 100%;}
	#contact_form dt,#contact_form dd{display: table-cell;vertical-align: middle;text-align: left;padding: .5em 1em}
	#contact_form dt{width: 20%;
		padding: 0 1em;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: relative;
	}
	#contact_form dt label{display: block}
}


.tag{
	background: rgb(255,168,76);
	background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
	color: #fff;
	display: inline-block;
	padding: .3em .5em .3em;
	font-size: 8px;
	line-height: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}


#privacycheck{
	margin-bottom: 3em
}
#privacycheck p{
	margin-bottom: 1em
}
#checkbox{
	border: solid 1px #ccc;
	background: #f2f2f2;
	padding: .5em
}


.error_txt{
	color: red;
	margin-bottom: 1em
}

.tel_num{
	text-align: center;
	font-size: 1.3em;
	margin-top: 1em
}

/****************************************

          Form

*****************************************/

#contact_form input,
#contact_form textarea {
	font-size: 1.1em;
	outline: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	margin: .3em 0em;
}


#contact_form input::-webkit-input-placeholder{color: #ccc;}
#contact_form input::-ms-input-placeholder{color: #ccc;}
#contact_form input::-moz-placeholder{color: #ccc;}
#contact_form textarea::-webkit-input-placeholder{color: #ccc;}
#contact_form textarea::-ms-input-placeholder{color: #ccc;}
#contact_form textarea::-moz-placeholder {color: #ccc;}
	

#contact_form input[type=radio]{
	display: inline-block
}

@media only screen and (max-width: 670px) {
	#contact_form input,textarea{padding: .3em .5em;}
	#contact_form input.rwdi,textarea.rwdi{width:100% !important;padding: .5em;}
}
@media screen and (min-width: 671px) {
	#contact_form input,textarea{padding: .5em .8em;}
	#contact_form input.rwdi,textarea.rwdi{width:100% !important;padding: 1em;}
}

	
#comment input[type="text"],
#comment textarea {
	display: block;
}

textarea {
	overflow: auto;
}

#contact_form input[type="text"]:focus,
#contact_form input[type="password"]:focus,
#contact_form input[type="email"]:focus,
#contact_form input[type="search"]:focus,
#contact_form textarea:focus {
	border: 1px solid #999;
	background-color: #FEFFE8;
	-webkit-box-shadow: 0 0 3px rgba(207,207,207,1.00);
	box-shadow: 0 0 3px rgba(207,207,207,1.00);
	color: #444;
}

#contact_form .button,
#contact_form button,
#contact_form input[type="submit"],
#contact_form input[type="reset"],
#contact_form input[type="button"] {
	display: block;
	padding: .8em 4em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing:.1em;
	line-height: normal;
	cursor: pointer;
	background-color: #000047;
	margin: 0 auto;
	width: 100%;
	max-width: 300px
}

#contact_form .button:hover,
#contact_form button:hover,
#contact_form input[type="submit"]:hover,
#contact_form input[type="reset"]:hover,
#contact_form input[type="button"]:hover{
	position:relative;
	background: #e4016e}


.mwform-checkbox-field-text{padding-left: .5em}


#contact_thanks{
	background: #fff;
	padding: 2em;
	margin-bottom: 1.5em;
}

#contact_thanks h3{
	margin-bottom: .6em;
	font-size: 1.3em;
	font-weight: bold
}

#contact_thanks p{
	margin-bottom: 1em
}

#contact_thanks dl{margin: 0 auto}
#contact_thanks dl dd{font-size: 1.2em;font-weight: bold}

