@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/
body {
  -webkit-text-size-adjust: 100% !important;
}
body, #header {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#header, #footer,
#header *, #footer * {
  box-sizing: border-box;
}

#header img,
#footer img {
  width: 100%;
  vertical-align: bottom;
}

/*コンテンツ幅設定用（依頼指示の幅+20px）*/
#main > .content {
  max-width: 1020px;
  margin: auto;
  background-color:#fff;
}
/*404エラー画面（依頼指示の幅+20px）*/
#errorContent {
  max-width: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px){
  #errorContent {
    padding: 0 15px;
  }
}
/*for Android copyrightマークの色 */
footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}

/*******************************
 スクリーンリーダー
*******************************/
.screen-reader-wrap{position:relative;}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
/*******************************
 スキップリンク
 *******************************/
.skip-hidden-text{
  position: relative;
}
.skip-hidden-text a,
.skip-hidden-text span{
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.skip-hidden-text a:focus,
.skip-hidden-text a:active {
  display: block;
  width: 15em;
  height: auto;
  top: 10px;
  left: 10px;
  clip: auto;
  z-index: 1000;
  font-size: 1rem;
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #999;
  border-radius: 10px;
  text-align: center;
}
/*******************************
 画像
 *******************************/
img {
  height: auto;
}
/*******************************
 clearfix
 *******************************/
.clearfix::after{
  content:"";
  display:block;
  clear:both;
}

/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
}
#original-header #h_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 60px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}
#original-header #h_wrapper a {
  display: block;
}
#original-header img.logo {
  max-width: 100px;
  padding: 20px 0;
}
#original-header h1 {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: right;
  width: calc(100% - 365px - 20px); /* logo - margin10x2 */
  padding: 0 10px 10px 10px;
}
#original-header h1 span {
  display: inline-block;
}
@media only screen and (max-width: 767px){
  #original-header #h_wrapper {
    flex-direction: column;
    height: auto;
  }
  #original-header h1 {
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 0;
  }
  /* #original-header h1 span {
    display: block;
  } */
  #original-header img.logo {
    max-width: 80px;
  }
}
.pankuzuObj {
  margin: 4px 0!important;
}
.pankuzuObj li {
  font-size: 12px;
}

/*******************************
 自由コンテンツ上
*******************************/
.headContent .free {
}

/*******************************
 自由コンテンツ中
*******************************/
.bottomContent .freeHead {
}

/*******************************
 自由コンテンツ下
*******************************/
.bottomContent .freeBottom {
}
/*******************************
 自由フッター
*******************************/
/* フッタ関連の高さ指定 */
#footer {
  min-height: 100px;
}

#footer .content .free {
  width : 100%;
  background-color: #333;
}
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
footer p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 0.3em;
}
footer p small {
  font-size: 100%;
}
/*for Android copyrightマークの色*/
footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}
footer a:link,
footer a:active,
footer a:visited,
footer a:hover {
  color: #fff !important;
}
@media only screen and (max-width: 767px){
  #footer {
    position: absolute;
    bottom: 0;
  }
  footer {
    min-height: 100px;
    text-align: center;
  }
}

/*******************************
/* 下層ページ用：
/*GPS/現在地から検索するボタン 
/*******************************/
.locasma {
	width: 100%;
	min-height: 70px!important;
	margin: 0 auto 1em!important;
	margin-bottom: 1em;
	position: relative;
	transition: .3s;
}

.locasma a {
  line-height: 34px!important;
  box-sizing: border-box;
	max-width: 320px!important;
	width: 100%!important;
	color: #fff !important;
	font-size: 20px!important;
	font-weight: 600;
	text-decoration: none !important;
	text-align: center;
	padding: 15px 20px!important;
	display: block;
	background-color: #B10115;
	border-radius: 10px;
	position: relative;
	transition: .3s;
  letter-spacing: 0!important;
}
.locasma a:link, .locasma a:active, .locasma a:visited, .locasma a:hover {
	color: #fff !important;
}

.locasma a:after {
	font-family: recop-iconfonts;
	content: "\e900";
	font-size: 32px;
	display: block;
	position: absolute;
	/* right: 0.5em; */
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1;
	width: 1em;
	height: 1em;
	font-weight: normal;
	color: #fff !important;
}

.locasma a:hover,
.locasma a:active {
	opacity: .6;
}

@media only screen and (max-width: 767px) {
	.locasma a {
		font-size: 18px!important;
	}
}

@media only screen and (max-width: 375px) {
	.locasma a:after {
		left: calc(50% - 3.9em);
	}
}