﻿
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  min-width: inherit;
  max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-mincho {
}

.fnt-meiryo {
}

.fnt-gothic {
}

.fnt-garamond {
}

/*=============================================
 * #wrapper
 *=============================================*/
#wrapper {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

/*=============================================
 * header
 *=============================================*/
#header {
  background: #fffde5;
 background:url("../img/shared/head_belt.png") repeat-x left top;
}

#header h1 {
}

#header .logo {
}

#header .tel {
}

#header .nav {
}

/*=============================================
 * footer
 *=============================================*/
#footer {
  text-align: center;
  background: url('../img/shared/footer_top.png') repeat-x center top #fff;;
  padding: 52px 0 57px;
}

#footer .logo {
}

#footer .tel {
}

#footer .nav {
  padding-top: 80px;
}

#footer .nav li {
  padding-left: 0;
}

#footer .nav li + li {
}

#footer .nav li + li:before {

  /* display: none; */
  padding: 0 22px;
}
#footer .wrap{padding-bottom: 30px;}
#footer .box_l {
	text-align: left;
	float: left;
	width: 395px;
	margin-right: 50px;
}
#footer .box_r {
	text-align: left;
	float: right;
	padding-top:30px;
}
#footer .b {
	background: #fff;
	width: 100%;
	height:75px;
	position: relative;
}

#footer .ttl  {
  font-size: 24px;
  font-weight: bold;
	padding-bottom: 10px;
}



/*=============================================
 * copyright
 *=============================================*/
address {
	color: #fff;

	background: #59bc01;
    padding: 15px 0;
}


.center {
  text-align: center;
}
@media screen and (min-width: 768px) {
.sp {
	display:none;
}
}

@media screen and (max-width: 768px) {
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  min-width: inherit;
  max-height: 100%;
}
/*=============================================
 * header
 *=============================================*/
#header {
  background: #fffde5;
}

#header h1 {
	width:100%;
	background-color:#fff;
	padding:5px 0;
	text-align:center;
}
/*=============================================
 * #wrapper
 *=============================================*/
.wrap {
  width: 100%;
}
/*=============================================
 * footer
 *=============================================*/
#footer {
  padding: 52px 0 0;
}
#footer .wrap{padding-bottom: 0;}
#footer .box_l {
	text-align: center;
	float: left;
	width: 90%;
	margin:0 5%;
}
#footer .box_r {
	text-align: center;
	float: left;
	padding:20px 0;
	width:100%;
}
#footer .b {
	background: #fff;
	width: 100%;
	position: relative;
}

#footer .ttl  {
  font-size: 18px;
  font-weight: bold;
	padding-bottom: 10px;
}
.pc {
	display:none;
}
}