@charset "utf-8";

body,p,td,li, h5,h6 {
	font-family: 'Hiragino Kaku Gothic ProN', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size:1rem;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Hiragino Kaku Gothic ProN', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:500;
}
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",source-han-serif-japanese,"游明朝","Yu Mincho","游明朝体",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.font-g {
	font-family: 'Hiragino Kaku Gothic ProN', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.font-m {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",source-han-serif-japanese,"游明朝","Yu Mincho","游明朝体",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}



/* マージン設定
==================================================== */
.np { padding-left:0; padding-right:0; }
.margin0 { margin-left:-30px; margin-right:-30px; }
.mt-80 { margin-top:80px; }
.pt-80 { padding-top:80px; }
.mt-110 { margin-top:110px; }
.pt-110 { padding-top:110px; }
.mr-30 { margin-right:30px; }

.pb-80 { padding-bottom:80px; }
.mb-80 { margin-bottom:80px; }
.mb-110 { margin-bottom:110px; }

.m-80 { margin-top:80px; margin-bottom:80px; }
.m-110 { margin-top:110px; margin-bottom:110px; }


@media (max-width: 767.98px) {
	.mt-80, .mt-110 { margin-top:20px; }
	.pt-80, .pt-110 { padding-top:20px; }
	.mb-80, .mb-110 { margin-bottom:20px; }
	.pb-80, .pb-110 { padding-bottom:20px; }
	.m-80, .m-110 { margin-top:20px; margin-bottom:20px; }
}


/* 背景色
==================================================== */
body { background-color:#fff;
	overflow-x:hidden;
}
footer { background-color:#113486; }
header .fixed-top { background-color:#fff; }

@media (min-width: 768px) {
	body { padding-top:110px; }
}
@media (max-width: 767.98px) {
	body { padding-top:49px; }
}


/* 文字サイズ、体裁
==================================================== */
.lh-2 { line-height:2em; }
.lh-2_5 { line-height:2.5em; }
.lh-3 { line-height:3em; }
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.ls-3 { letter-spacing: 3px; }

h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight:bold;
}
h2 {
	font-size: 26px;
	font-weight:bold;
}

p {
	margin:0;
	padding:0;
}


/* お問い合わせ
==================================================== */
h5.modal-title {
	font-size:18px;
	font-weight:bold;
}


/* リンク
==================================================== */
a {
	color: #898989; 
}
a:hover { color: #333; }
nav li>a, footer a {
	color: #898989 !important;
}
nav li>a:hover {
	color: #009fe8 !important;
}
header a.header-navi {
	padding:2px 15px 2px 15px;
}
header a.header-navi:hover {
	background-color: #ccc;
	text-decoration:none;
}
footer a {
	color: #ddf !important; 
}

a.nav-link {
	color:#000 !important;
	padding: 15px 0 15px 0;
}


/* ボタン
==================================================== */
a.linkbtn {
	background-color:#fff;
	display:inline-block;
	text-align:center;
	padding:20px 0;
	margin-bottom:5px;
	margin-right:5px;
	font-size:1.3em;
	border:1px solid #d6d6d6;
	width:233px;
	color:#000;
	line-height:1em;
}
a.linkbtn:hover {
	background-color:#9d9d9e;
	color:#fff;
	text-decoration:none;
}

/* お知らせボタン
==================================================== */



.button {
  display: inline-block;
  width: 240px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  line-height: 55px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.button:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}

.button:hover {
  color: #fff;
  text-decoration:none;
}




/* ナビバー
==================================================== */
nav.navbar-dark {
	background-color:#000;
}
.navbar-brand {
	padding:0;
	margin:0;
}

.navbar-toggler { 
	position:relative;
	border:none;
	color:#000;
	padding-bottom:0;
}
.navbar-toggler .text {
	position:absolute;
	font-family:Arial;
	font-size:8px;
	top:0;
	left:auto;
	right:auto;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
	position:relative;
	margin-top:-2px;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}


/* トップスライド
==================================================== */





/* コピーライト
==================================================== */
#copyright {
	font-size:13px;
	padding-bottom:10px;
}


/* トップへ戻る
==================================================== */
a.page-top {
	position:fixed;
	bottom:60px;
	right:10px;
	opacity:0.5;
	color:#0064f2;
	display:block;
}
a.page-top:hover {
	opacity:0.7;
}
@media (max-width: 767.98px) {
	a.page-top {
		font-size:14px;
		bottom:0;
		right:0;
	}
}


/* アニメーション
==================================================== */
.top-hokan { 
	opacity:0;
	animation: anime_from_top 2.5s ease 0s forwards;
}
.top-haken { 
	opacity:0;
	animation: anime_from_top 2.5s ease 0.2s forwards;
}
.top-seizo { 
	opacity:0;
	animation: anime_from_top 2.5s ease 0.4s forwards;
}
.top-tsushin { 
	opacity:0;
	animation: anime_from_top 2.5s ease 0.6s forwards;
}
.top-sogo { 
	opacity:0;
	animation: anime_from_top 2.5s ease 0.8s forwards;
}
.top-unso { 
	opacity:0;
	animation: anime_from_top 2.5s ease 1s forwards;
}
.top-konpo { 
	opacity:0;
	animation: anime_from_top 2.5s ease 1.2s forwards;
}
@keyframes anime_from_top {
  0% {
	opacity: 0;
	-webkit-transform: translate(0, -100%);
  }
  100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
  }
}

.top-company { 
	opacity:0;
	animation: anime_from_right .5s ease 0s forwards;
}
.top-saiyo {  
	opacity:0;
	animation: anime_from_right .5s ease .5s forwards;
}
.top-faq { 
	opacity:0;
	animation: anime_from_right .5s ease 0s forwards;
}
.top-csr {  
	opacity:0;
	animation: anime_from_right .5s ease .5s forwards;
}
@keyframes anime_from_right {
  0% {
	opacity: 0;
	-webkit-transform: translate(200%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
  }
}


.imgmenu:hover img {
	opacity: 1;
	-webkit-animation: scale 1s;
	animation: scale 1s;
	z-index:100;
}
@keyframes scale {
	0% {
		transform: scale(1);
		opacity: .9;
	}
	50% {
		transform: scale(1.03);
		opacity: 0.7;
	}
	100% {
		transform: scale(1);
		opacity: .9;
	z-index:100;
	}
}


/* 許可・登録
==================================================== */

.tbl-kyoka {
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	border:  1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-left: 10px;
}

.tbl-kyoka th {
    padding: 10px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    background: #11b6df;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    color: #ffffff;
}


.tbl-kyoka td {
    padding: 10px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.tbl-kyoka .tc1 {
    padding: 10px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    background-color: #d9f7fe;
}

/* 施設　設備
==================================================== */

.tbl-shori {
	width:100%;

    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left:5px;
}
.tbl-shori th,
.tbl-shori td{
	padding:10px 10px;
	border: 1px #cccccc solid;
	vertical-align:top;
	text-align:center;
}
.tbl-shori th{
	padding:5px;
	background:#218db5;
	font-weight:bold;
	color:#ffffff;
	vertical-align: middle;
}
.tbl-shori th.th1{
	background:#218db5;
}
.tbl-shori th.th4{
	background:#218db5;
	border-left:double #ffffff;
}
.tbl-shori td.td4{
	border-left:double #cccccc;
}
.tbl-shori td.td1,
.tbl-shori td.td4{
	font-weight:bold;
	color:#333333;
	text-align:left;
	background:#e1f3ff;
}

/*　指定袋価格
==================================================== */

.tbl-fukuro {
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 10px;
}

.tbl-fukuro th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: #000000;
}


.tbl-fukuro td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}


td.fukuro-p {
	text-align: right;
	padding-right: 10px;
}

/* 仕分けの項目
==================================================== */
h1.title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 24px;
  text-align:center;
}

h1.kanen:before, h1.kanen:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #f00;
}

h1.shigen:before, h1.shigen:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #7dd16c;
}

h1.sodaiiri:before, h1.sodaiiri:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #000;
}

h1.sodainashi:before, h1.sodainashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #14aeca;
}

h1.title:before {
  left:0;
}
h1.title:after {
  right: 0;
}

/* service
==================================================== */


.tbl-ippanflow {
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}

.tbl-ippanflow th {
    padding: 10px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    background: #00c8fc;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    height: 35px;
}


.tbl-ippanflow td {
    padding: 10px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.tbl-ippanflow2 {
	float:left;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
}

.tbl-ippanflow2 td {
    padding: 5px;
    text-align: center;
}

.td-y {
    vertical-align: middle;
    
}
/* 
==================================================== */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 1200px) {
}
