@charset "utf-8";

.container {
	position: relative;
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}

/* */

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	transition:all 0.2s;
	text-decoration: none;
	color: #333;
}
a:hover {
	transition:all 0.4s;
	opacity:0.8;
}
th {
	font-weight:lighter;
}
img {
  width:100%;
  max-width: 100%;
  height: auto;
}
h1 {
	margin: 0;
	padding: 0;
}
p {
	margin: 5px 0;
	padding: 0;
}

/* */

img.pc {
	display: block;
}

img.sp {
	display: none;
}

/* */

span.red {
	color: #ff0000;
}

span.bold {
	font-weight: 700 !important;
}

.strong {
	font-weight:bold;
}

/* */

.center {
	display:inline-block;
	width: 100%;
	text-align:center;
	margin-bottom: 20px;
}


/* フォント
---------------------------------------------------------*/

.font__14 {
	font-size: 14px;
}

.font__18 {
	font-size: 18px;
}

.font__20 {
	font-size: 20px;
}

.font__24 {
  font-size: 24px;
}

/* margin padding
---------------------------------------------------------*/

.pad__10 {
  padding: 10px 0 !important;
}

.pad__20 {
  padding: 20px 0 !important;
}

.pad__20t {
  padding: 20px  0 0 0 !important;
}

.clear {
	clear: both;
}

.auto {
	margin: 0 auto;
	text-align:center;
}

/* 大枠
---------------------------------------------------------*/

main {
  position:relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.width__1250 {
	max-width: 1250px;
}

.width__1200 {
	max-width: 1200px;
}

/* index-メインビジュアル
----------------------------------------------------------------------*/

#mainvisual {
	position:relative;
	max-width: 1250px;
	margin: 0 auto;
	line-height:0;
}

/* index-主なサービス
----------------------------------------------------------------------*/

.service {
	position:relative;
	margin: 30px auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

/* バナー */

p.img-center {
	position:relative;
	max-width: 590px;
	text-align:center;
	margin: 50px auto;
}

/* テーブル */

.table__about {
	position:relative;
	max-width: 1150px;
	width: 100%;
	border-collapse: collapse;
	margin: 30px auto 10px auto;
}

.table__about th,td {
	padding: 20px 30px;
	border-bottom: 1px solid #999;
}

.table__about th {
	width: 15%;
	text-align: left;
}

@media only screen and (max-width:479px) {
.table__about th,td {
	width: auto;
	display: block;
	border-top: none;
}
.table__about tr:first-child {
	border-top: 1px solid #999;
}
}

/* 見出し
----------------------------------------------------------------------*/

.midasi {
	border: 1px solid #ff3300;
}

.midasi h3 {
	font-size: 24px;
	padding: 0 25px;
	margin: 10px 0;
}

.midasi__b {
	position:relative;
	border-left: 4px solid #ff3300;
	margin: 0 auto;
}

.midasi__b h3 {
	font-size: 20px;
	padding: 15px 20px;
}

.midasi__page {
	border: 1px solid #ff3300;
	margin: 30px 0;
}

.midasi__page h3 {
	font-size: 24px;
	padding: 0 25px;
	margin: 10px 0;
}


/* パンクズリスト
----------------------------------------------------------------------*/

.breadcrumb {
	position:relative;
	margin: 10px auto;
  padding: 5px 10px;
  font-size: 14px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:not(:last-child)::after {
  content: '>';
  margin: 0 0.5em;
  color: #fff;
}

.breadcrumb__2 {
	position:relative;
	margin: 10px auto;
  padding: 5px 10px;
  font-size: 14px;
}

.breadcrumb__2 li {
  display: inline-block;
}

.breadcrumb__2 li:not(:last-child)::after {
  content: '>';
  margin: 0 0.5em;
  color: #666;
}

.breadcrumb__2 a {
  color: #666;
}

/* フッター
---------------------------------------------------------*/

.footer__bg {
   background: #ccc;
}

hr.footer {
  height: 1px;
  background-color: #000;
  border: 0;
}

footer {
	position:relative;
	width:100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align:center;
	background: #ccc;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
}

footer a {
	color: #000;
}

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

footer > div:nth-child(1) {
	max-width: 415px;
}

footer h3 {
	padding: 0;
	margin: 10px 0;
}
footer h3 p {
	color: #000;
	font-size: 28px;
	line-height: 0.8;
	text-align:right !important;
}
footer h3 p:nth-child(2) {
	padding-bottom: 10px;
}
footer h3 p.tell:before {
	content: url(../images/footer-tell.png);
	vertical-align: text-bottom;
	padding-right: 20px;
}
footer h3 p.fax:before {
	content: url(../images/footer-fax.png);
	vertical-align: text-bottom;
	padding-right: 20px;
}

div.small {
	position:relative;
	text-align:center;
	margin: 0 auto;
	color: #000;
	font-size: 12px;
	padding-bottom: 20px;
}

/* ページトップ
---------------------------------------------------------*/

#pageTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  background: #ff3300;
  color: #fff;
  text-align: center;
  z-index:9999;
}

.pagetop-pc {
	display: block;
}

.pagetop-sp {
	display: none;
}

/* スマホの青枠消去
---------------------------------------------------------*/

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

/* Googleマップ
---------------------------------------------------------*/

.GoogleMap{
    position: relative;
    width: 100%;
	max-width: 1150px;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
	margin: 20px auto;
}
.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}