@charset "utf-8";

*, *::before, *::after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

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

a:hover {
	color:#333;
	text-decoration:underline;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.hidden {
	display: none;
}

@media print, screen and (min-width: 768px) {

.pc {
	display: block;
}

.sp {
	display: none;
}

}

/*==========================================
 body
===========================================*/

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	background-color: #FFF;
	color:#212121;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.3;
}

.head_wrap {
	width: 100%;
	/* height: 68px; */
	background-color: #171C61;
	box-shadow: 0 2px 2px rgba(0,0,0,0.6);
}

.head_wrap .head {
	width: 100%;
}

.head_wrap .head .head_l {
	padding: 10px 0;
	text-align: center;
}

.head_wrap .head .head_r {
	padding: 10px 0;
	text-align: center;
}

.contents_wrap {
	width: 100%;
	background-color: #171C61;
}

.contents {
	width: 100%;
  padding: 20px 0;
}

.foot1_wrap {
	width: 100%;
  border-top: 2px solid #FFF;
	background-color: #171C61;
}

.foot {
	width: 100%;
}

.foot1_wrap .foot1 {
	padding: 10px 0;
	text-align: center;
	color: #FFF;
}

@media print, screen and (min-width: 768px) {

.head_wrap {

}

.head_wrap .head {
	max-width: 980px;
	margin: 0 auto;
}

.head_wrap .head .head_l {
	padding: 10px 20px;
	float: left;
	width: auto;
	text-align: left;
}

.head_wrap .head .head_r {
	padding: 10px 20px;
	float: right;
	width: auto;
	text-align: right;
}

.contents {
  padding: 40px 0;
}

.foot {
	max-width: 980px;
  margin: 0 auto;
}

.foot1_wrap .foot1 {
	padding: 20px 20px;
	position: relative;
}

}

/*==========================================
 ヘッダーのスタイル
===========================================*/

.head .logo {
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 46.3px;
  text-indent: -9999px;
}

.clone-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0);
}

.is-show.head_wrap {
  background-color: #FFF;
}

.is-show.head_wrap .head h1 {
	color: #171C61;
}

.is-show.head_wrap .head .logo {
  background: url(../images/logo_fixed.png) no-repeat;
  background-size: contain;
}

.is-show.head_wrap .head .contact {
  color: #171C61;
}

@media print, screen and (min-width: 768px) {

.head .logo {
  margin-top: 4px;
}

.head h1 {
	margin-right: 4px;
	font-size: 1.1rem;
	line-height: 1.0;
	font-weight: normal;
  color: #FFF;
}

.head .contact {
  margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.6rem;
	line-height: 1.3;
  color: #FFF;
}

.head .contact i {
	margin-right: 0.3em;
	font-size: 0.9em;
}
/*
.head .contact {
	margin-top: 20px;
}

.head .contact img {
	width: 380px;
	height: auto;
	border: none;
}
*/

  
}


@media print, screen and (min-width: 980px) {


}

/*==========================================
 フッターのスタイル
===========================================*/

.foot .profile {
	text-align: center;
  margin-bottom: 10px;
}

.foot .copyright {
	text-align: center;
}

.foot .profile .name {
	font-size: 2.0rem;
  margin-bottom: 0.4em;
}

.foot .profile .adrs {
	font-size: 1.3rem;
}

.foot .profile .tel {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.9rem;
}

.foot .profile .tel i {
	margin-right: 0.3em;
	font-size: 0.9em;
}
	
.foot .profile .hours {
	font-size: 1.3rem;
}
	
.foot .profile .holiday {
	font-size: 1.3rem;
}

.foot .copyright p {
	font-size: 1.3rem;
}


@media print, screen and (min-width: 768px) {
	
.foot .profile {
	text-align: left;
}

.foot .copyright {
	position: absolute;
	bottom: 24px;
	right: 20px;
	width: auto;
	text-align: left;
}

}

@media print, screen and (min-width: 980px) {
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/

.page-top {
  position: fixed;
  bottom: 100px;
  right: 10px;
	z-index: 10;
}

.page-top a {
	width: 42px;
	height: 42px;
	background: rgba(255,195,0,0.8);
	color: #FFF;
	font-size: 3.6rem;
	line-height: 1.0;
	display: inline-block;
	text-align: center;
	transition: 0.3s;
	border-radius: 4px;
}

.page-top a:hover {
	opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
	
.page-top {
    bottom: 80px;
}

}


@media print{

body {
	width: 980px;
}

.page-top a {
	display: none;
}

.is-show {
  transform: translateY(-100%);
}  

}
