@charset "utf-8";


/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/


/*font-family: 'Noto Sans Japanese', sans-serif;<span class="s2"> </span>*/

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
	box-sizing: border-box;
 	/*color: #4d4d4d;*/
	color: #6a232d;
	/*font-family: Roboto,'Open Sans',Helvetica,"HiraginoKaku-W3-90msp-RKSJ-H","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",YuGothic,'Yu Gothic',"ＭＳ Ｐゴシック",Verdana,Osaka,"MS PGothic",Sans-Serif;*/
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

	font-feature-settings: "palt";
 font-size: 13px;
 *font-size:small;
 *font:x-small;
 text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	min-width: 1200px;
}

.webFontSawarabiM {
	font-family: 'Sawarabi Mincho', sans-serif;
}

img {
	vertical-align: bottom;
}

#wrap {
	/*background-color: #000000;*/
	/*font-size: 0;*/
}

.contWrap1000 {
	width: 1000px;
	margin: auto;
}

.contWrap1200 {
	width: 1200px;
	margin: auto;
}

.relativeWrap01 {
	position: relative;
}
.bold{
  font-weight: bold;
}
.radius18 {
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	-ms-border-radius: 18px;
	border-radius: 18px;
}

.radius4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}


.pc {
	display: block;
}

.sp {
	display: none;
}
.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	/*top: -30px;*/
}

#top {
	/*padding-top: 140px;*/
}


@media screen and (max-width:799px) {

	body {
		min-width: 750px;
		letter-spacing: -0.07em;
		font-feature-settings: "palt";
	}


	#top {
		overflow: hidden;
	}

	#wrap {
		overflow: hidden;
		margin: 0px auto;
		/*width: 640px;*/
	}

	.cont-text {
		margin-right: auto;
		margin-left: auto;
		font-size: 24px;
		line-height: 1.5em;
		padding: 20px 20px 40px 20px;;
		text-align: left;
	}

	img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.contWrap1000 {
		width: auto;
		margin: auto;
	}

	.contWrap1200 {
		width: auto;
		margin: auto;
	}


	p, span, dt, dd, th, td, li, h3 {
		max-height: 999999px;
		background-image: url(../img/spacer.gif);
	}


	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}

	.spBr {
		display: inline;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		/*top: -30px;*/
	}

	#top {
		/*padding-top: 140px;*/
	}


}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */


#header {
	background-color: #ffffff;
}
.headerWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	 -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	padding: 0px 50px 0px 50px;
}
.headerLogo {
	margin-right: 0px;
	text-align: center;
	vertical-align: middle;
}
.headerBtn01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;

}
.headerBtn02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 38px;
}
.headerBtn01 a {
	display: block;
	background-image: url("../img/header_icon01.png");
	background-repeat: no-repeat;
	background-position: center top 13px;
	padding: 66px 0px 0px 0px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}
.headerBtn02 a {
	display: block;
	background-image: url("../img/header_icon02.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 66px 0px 0px 0px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}
.headerWrap a:link {	color: #6d242e;	text-decoration: none;}
.headerWrap a:visited {	color: #6d242e;	text-decoration: none;}
.headerWrap a:hover {	color:#6d242e;	text-decoration: none;}
.headerWrap a:active {	color:#6d242e;	text-decoration: none;}

/*-----------------------*/

.headerLogoText01 {
	font-size: 34px;
	line-height: 1.4em;
	font-weight: bold;
	color: #6a232d;
	margin: auto auto auto 30px;
}



@media screen and (max-width:799px) {

	#header {
		background-color: #ffffff;
	}
	.headerWrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: auto;
		width: 100%;
		max-width: 750px;
		height: auto;
		max-height: 140px;
		padding: 22px 28px;
	}
	.headerLogo {

		width: 35%;
		max-width: 340px;
		text-align: center;
		vertical-align: middle;
	}
	.headerBtn01 {
		padding-right: 10px;
		text-align: center;
		vertical-align: middle;
		min-width: 50px;
		width: 80px;
	}
	.headerBtn02 {

		text-align: center;
		vertical-align: middle;
		padding: 0 10px 0 0 ;
		min-width: 50px;
		width: 80px;
	}
	.headerBtn01 a {
		display: inline-block;
		background-image: url("../img/header_icon01.png");
		background-repeat: no-repeat;
		background-position: center top 10px;
		background-size: 41px auto;
		padding: 50px 0px 0px 0px;
		font-size: 16px;
		line-height: 1.2em;
		font-weight: bold;
	}
	.headerBtn02 a {
		display: inline-block;
		background-image: url("../img/header_icon02.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 33px auto;
		padding: 50px 0px 0px 0px;
		font-size: 16px;
		line-height: 1.2em;
		font-weight: bold;
	}
	.headerWrap a:link {	color: #6d242e;	text-decoration: none;}
	.headerWrap a:visited {	color: #6d242e;	text-decoration: none;}
	.headerWrap a:hover {	color:#6d242e;	text-decoration: none;}
	.headerWrap a:active {	color:#6d242e;	text-decoration: none;}

	/*-----------------------*/

	.headerLogoText01 {
		font-size: 28px;
		line-height: 1.4em;
		font-weight: bold;
		color: #6a232d;
		margin: auto auto auto 25px;
	}



}

/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

#footer {
	background-color: #f0e9ea;
	padding: 60px 20px 100px 20px;
	text-align: center;
}
.footerBtnWrap01 {
	margin-bottom: 36px;
}
.footerText01 {
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
}
.footerText02 {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 500;
}

.footerBox01 {
	margin-bottom: 20px;
}

.footerTextWrap01 {
	border: 1px solid #6a232d;
	background-color: #ffffff;
	width: 950px;
	margin: 18px auto 12px auto;
	padding: 3px 20px 2px 20px;
}
.footerText03 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
}

.copyright01 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
}

/*-----------------------*/

.footerLink01 {
	margin-top: 15px;
}
.footerLink01 li {
	display: inline-block;
	padding: 0px 5px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
}
.footerLink01 a:link {	color: #6a232d;	text-decoration: none;}
.footerLink01 a:visited {	color: #6a232d;	text-decoration: none;}
.footerLink01 a:hover {	color:#6a232d;	text-decoration: underline;}
.footerLink01 a:active {	color:#6a232d;	text-decoration: none;}


/*---------------------*/

.pagetopButton {
	display: none;
	position: fixed;
	right: 55px;
	bottom: 50px;
	z-index: 500;
}

.floatBtn01 {
	display: block;
	box-sizing: border-box;
	width: 450px;
	padding: 8px;
	background-color: #6a232d;
}
.floatBtn01 p {
	display: table;
	width: 100%;
	position: relative;
}
.floatBtn01 p .span01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 70px;
	border: 1px solid #ffffff;
	padding: 10px 30px 10px 30px;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.0em;
	font-weight: bold;
}
.floatBtn01 p .span01::after {
	content: "〉〉〉";
	color: #ffffff;
	font-size: 30px;
	line-height: 1.0em;
	font-weight: bold;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}




@media screen and (max-width:799px) {

	#footer {
		background-color: #f0e9ea;
		padding: 60px 20px 175px 20px;
		text-align: center;
	}
	.footerBtnWrap01 {
		margin-bottom: 36px;
	}
	.footerText01 {
		font-size: 24px;
		line-height: 1.8em;
		font-weight: bold;
	}
	.footerText02 {
		font-size: 22px;
		line-height: 1.8em;
		font-weight: 500;
	}

	.footerBox01 {
		margin-bottom: 20px;
	}

	.footerTextWrap01 {
		border: 1px solid #6a232d;
		background-color: #ffffff;
		width: 650px;
		margin: 18px auto 12px auto;
		padding: 3px 20px 2px 20px;
		box-sizing: border-box;
	}
	.footerText03 {
		font-size: 28px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.copyright01 {
		font-size: 20px;
		line-height: 1.4em;
		font-weight: 500;
	}

	/*-----------------------*/

	.footerLink01 {
		margin-top: 15px;
	}
	.footerLink01 li {
		display: inline-block;
		padding: 0px 5px;
		font-size: 24px;
		line-height: 1.4em;
		font-weight: 500;
	}
	.footerLink01 a:link {	color: #6a232d;	text-decoration: none;}
	.footerLink01 a:visited {	color: #6a232d;	text-decoration: none;}
	.footerLink01 a:hover {	color:#6a232d;	text-decoration: underline;}
	.footerLink01 a:active {	color:#6a232d;	text-decoration: none;}

	/*---------------------*/

	.pagetopButton {
		display: none;
		position: fixed;
		right: 25px;
		bottom: 30px;
		z-index: 500;
	}

	.floatBtn01 {
		display: block;
		box-sizing: border-box;
		width: 290px;
		padding: 8px;
		background-color: #6a232d;
	}
	.floatBtn01 p {
		display: table;
		width: 100%;
		position: relative;
	}
	.floatBtn01 p .span01 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 110px;
		border: 1px solid #ffffff;
		padding: 10px 30px 10px 30px;
		color: #ffffff;
		font-size: 34px;
		line-height: 1.0em;
		font-weight: bold;
	}
	.floatBtn01 p .span01::after {
		display: none;
	}




}



