@charset "utf-8";
/*--------------------------------------------------------------------

 囲み

--------------------------------------------------------------------*/
/*- html -*/
html {
  font-size: 62.5%;
}
@media only screen and (max-width:896px) {
  html {
    font-size: 56.7%;
  }
	}
/*- body -*/
body {
  font-size: 1.6em;
  color: #000;
	font-family:  'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , 'Noto Serif JP', "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1pt;
  line-height: 1.6em;
  font-weight: 300;
  background-color: #FFF;
}


/*- wrapper/inner -*/
#wrapper,
.inner {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#wrapper {
  max-width: 1200px;
}
/*- inner -*/
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width:1220px) {
  .inner {
    width: 94%;
  }
}
@media only screen and (max-width:896px) {
  .inner {
    width: 92%;
  }
}
@media only screen and (max-width:480px) {

	.inner {
    width: 90%;
  }
}

.pege_link{
	display: block;
	margin-top: -95px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 95px; /* 打ち消し用のパディング */
}



/*--------------------------------------------------------------------

 ページで必ず存在･使用する要素

--------------------------------------------------------------------*/
/*- 要素 -*/
.inlineB{display:inline-block;}
.block{display:block;}
/*- img -*/
img {
  display: block;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  width: auto;
  height: auto;
}
/*- clearfix -*/
.cf:after {
  content: " ";
  display: block;
  clear: both;
}
/*-  リンク設定 -*/
a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  color: #333;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*- グーグルマップ -*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*- page-top -*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 0.625em;
  line-height: 1.3em;
}
#page-top a {
  background: #3889c2;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 13px 5px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  opacity: 1;
}
#page-top a:hover,
#page-top a:active {
  text-decoration: none;
  opacity: 0.8;
}
/*- switch -*/
.dispPC480 {
  display: block !important;
}
.dispSP480 {
  display: none !important;
}
.dispPC869 {
  display: block !important;
}
.dispSP869 {
  display: none !important;
}
@media screen and (max-width:896px) {
  .dispPC869 {
    display: none !important;
  }
  .dispSP869 {
    display: block !important;
  }
}
@media screen and (max-width:480px) {
  .dispPC480 {
    display: none !important;
  }
  .dispSP480 {
    display: block !important;
  }
}
/*--------------------------------------------------------------------

 レイアウトパターン

--------------------------------------------------------------------*/
/*- inline-block -*/
.inline3 {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}
.inline3__col {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
}
.inline3__col:last-child {
  margin-right: 0%;
}

@media screen and (max-width:896px) {
  .inline3__col {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .inline3__col:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width:480px) {
  .inline3__col {
    display: inline-block;
    width: 100%;
    margin-right: 0%;
  }
}
/*- float -*/
/************************************************************************************
COLUMN
*************************************************************************************/
.col {
	float: left;
	margin-left: 3.2%;
}
/* grid4 col */
.grid4 .col {
	width: 22.6%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1) {
	margin-left: 0;
	clear: left;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* reset cols to 3-column */
@media screen and (max-width: 896px) {
	/* grid4 */
	.grid4 .col {
		width: 31.2%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
}
/* reset cols to 2-column */
@media screen and (max-width: 480px) {
	/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
}
/* reset cols to fullwidth */
@media screen and (max-width: 320px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}



























