@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=El+Messiri);
@import url(//fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);
@import url(//fonts.googleapis.com/css?family=Playball);
@import url(//fonts.googleapis.com/css?family=Kosugi+Maru);
@import url(//fonts.googleapis.com/css?family=Sawarabi+Mincho);

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

body {
	color: #000;
	margin: 0;
	padding: 0;
	line-height:1.6;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,body {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,h2,h3,h4,h5,
ol,ul,li,dl,dd,
address,
div,img{
	margin		: 0;
	padding		: 0;
	}

ol,ul,li,
dl,dt,dd{
	list-style	: none;
	}

ol ol,ol ul,ul ol,ul ul{margin-bottom:0}

input,textarea,select {
	font-size: 1em;
}

a{color: #6699cc;text-decoration: none;}

a:hover{text-decoration: none;}


img{
	border: none;
	outline: none;
	vertical-align: bottom;
}

p{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style-type: none;
}

hr {
	display		: none;
	}
	
.clr {
	height		: 0;
	clear		: both;
	}

.rollAlpha:hover{
	opacity:0.6;
	-moz-opacity:0.6;
	-webkit-opacity:0.6;
}

.clearfix:after {
	display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

/* .line
-------------------------------------------------- */
hr {
	display		: none;
	}
	
.clr {
	height		: 0;
	clear		: both;
	}
	
/* link
-------------------------------------------------- */
a {
	text-decoration: none;
	outline:none;
	color:#5C5B5C;
	}

a:hover {  
	color		: #5C5B5C;
	text-decoration	: none;
	}


/* wrapper
--------------------------------------------------*/
#wrapper {
	width: 100%;
	padding: 0 auto;
	line-height:1.6;
	float:left;
}

#page {
	width: 100%;
	padding: 0 auto;
	line-height:1.6;
	min-height: 60vh;
	float:left;
}

.bg_grey{
	background:#F7F7F7;
}

.bt_line{
	border-bottom:1px solid #ccc;
}

.bg_gld{
	background:#FEFFF3;
}

/* container
--------------------------------------------------*/
#container{
  width:100%;
  box-sizing: border-box;
  padding:2%;
  float:left;
}

/*footer
---------------------------------------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	padding: 2% 0;
	color: #000;
}

@media screen and (max-width: 800px) {
footer {
	padding: 2% 2% 1%;
}
}

.footerArea {
	padding: 0 3%;
	width: 100%;
	max-width: 1200px;
	min-height:140px;
	box-sizing: border-box;
	margin: 0 auto 1.5%;
	position: relative;
}

@media screen and (max-width: 568px) {
.footerArea {
	padding: 0 2%;
}
}

.f_contact{
	width:100%;
	max-width:650px;
	margin:2% auto 4%;
	box-sizing: border-box;
	border:2px solid #A78A37;
	padding:0;
	background:#F3EEE0;
}

.f_contact .cont_ttl{
	width:100%;
	box-sizing: border-box;
	padding:1%;
	margin:0 0 2%;
	background:#A78A37;
	color:#FFF;
	text-align: center;
}

.f_contact ul{
	width:100%;
	box-sizing: border-box;
	padding:1% 2%;
	float:left;
	text-align: left;
}

.f_contact li{
	width:46%;
	margin:1% 2%;
	box-sizing: border-box;
	padding:2% 1% 1.5%;
	float:left;
	background:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align: center;
}

@media screen and (max-width: 800px) {
.f_contact li{
	font-size:14px;
	margin:1% 1%;
	width:48%;
}
}

@media screen and (max-width: 568px) {
.f_contact li{
	width:96%;
	padding:4% 1% 3.5%;
	margin:1% 2%;
}
}

.f_contact li span{
	font-size:50px;
	line-height:1;
	color:#A78A37;
}

@media screen and (max-width: 568px) {
.f_contact li span{
	font-size:30px;
}
}

.f_contact .tel a{
	color:#000;
	text-decoration: none;
}

_contact .tel  a:hover {  
	color:#000;
	text-decoration: none;
}

.f_contact .mail a{
	color:#000;
	text-decoration: underline;
	}

.f_contact .mail a:hover {  
	color:#000;
	text-decoration: none;
}

.cont001{
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	margin:5px;
}

@media screen and (max-width: 568px) {
.cont001{
	font-size:1em;
	margin:10px 0 5px;
}
}

.cont002{
	font-size:12px;
	text-align: center;
	margin:2px 5px;
}

.cont003{
	font-size:14px;
	text-align: center;
	margin:0 5px 2%;
}

.f_text{
	padding:0 3%;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

@media only screen and  (max-width: 568px) {
.f_text{
	margin-left:auto;
	margin-right:auto;
	float:none;
	padding:0 1%;
}
}

.f-menu li{
	padding:0 15px;
	border-right:1px solid #ccc;;
	display:inline-block;
	font-size:13px;
	line-height:1;
}

@media only screen and  (max-width: 568px) {
.f-menu li{
	padding:0 10px;
	font-size:12px;
}

}

.f-menu li:last-child {
  border-right: none;
}

.f-menu a {
	text-decoration: none;
	color: #000;
}
.f-menu a:hover {
	opacity: 0.6;
}

footer .copy{
	text-align: center;
	width:100%;
	padding:5px;
	font-size:12px;
	letter-spacing	: 0.05em;
}

footer .copy a {
	text-decoration: none;
	color: #333;
}
footer .copy a:hover {
	color: #333;
}

/*HIDE
---------------------------------------------------------------------------*/
.pcHide{display: none;}

@media screen and (max-width: 800px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

@media screen and (max-width: 568px) {
.pcHide{display: block;}
.tbHide{display: block;}
.spHide{display: none;}
}