@charset "utf-8";

/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
body {
  color:#222;
  font-size:1.6rem;
  overflow:hidden;
}
.contents,
header,
.footer {
  width:1000px;
  margin:0 auto;
}
.contents-block {
  margin:20px 0 50px;
}
.contents-block02 {
  padding-bottom:30px;
}
.contents-block02-inner {
  margin:0 25px 30px 25px;
}

/*----------------------------------------------------
  リンク色
----------------------------------------------------*/
a:link {
  color:#222;
  text-decoration: none;
}
a:visited {
  color:#222;
  text-decoration: none;
}
a:hover {
  color:#1d8cc5;
  text-decoration:none;
}
a:active {
  color:#1d8cc5;
  text-decoration:none;
}

/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
.title01 {
  color:#fff;
  font-weight:bold;
  font-size:2.4rem;
  text-align:center;
  padding-top:20px;
}
.bg-title01 {
  background:
  url(../images/common/bg_title_01.png) no-repeat;
  height:60px;
  position:relative;
}
.title01-fin-rg {
  content:"";
  background:url(../images/common/bg_title_rg01.png) no-repeat;
  right:0;
  height:60px;
  width:5px;
  position:absolute;
  top:0;
  left:100%;
}
.title01-fin-un {
  content:"";
  background:url(../images/common/bg_title_un01.png) no-repeat;
  height:5px;
  width:100%;
}
.title02 {
  color:#ec7b76;
  font-weight:bold;
  font-size:2.2rem;
  border-left:8px solid #ec7b76;
  padding-left:10px;
  border-bottom:1px solid #CCC;
  background-color:#FFF;
}
.title03 {
  font-size:3.2rem;
  font-weight:bold;
  margin-left:30px;
  color:#ec7b76;
}
.title04 {
  color:#fff;
  font-weight:bold;
  font-size:2.4rem;
  padding-left:25px;
  padding-top:20px;
}
.bg-title04 {
  background:
  url(../images/common/bg_title_02.png) no-repeat;
  height:60px;
  position:relative;
  margin-bottom:15px;
}
.title04-fin-rg {
  content:"";
  background:url(../images/common/bg_title_rg02.png) no-repeat;
  right:0;
  height:60px;
  width:5px;
  position:absolute;
  top:0;
  left:100%;
}
.title04-fin-un {
  content:"";
  background:url(../images/common/bg_title_un02.png) no-repeat;
  height:5px;
  width:100%;
}
.title05 {
  font-size:2.4rem;
  font-weight:bold;
  color:#ec7b76;
}
.title05:before {
  content:url(../images/common/icn_clover.png);
  vertical-align:middle;
  display:inline-block;
  margin-right:3px;
}
.bg-main-title {
  background:url(../images/common/bg_main_title.png) no-repeat center top;
  background-size: cover;
  margin-bottom:30px;
}
.bg-main-title-un {
  background:url(../images/common/bg_main_title_un.png) no-repeat center;
  height:9px;
  position:relative;
  bottom:-9px;
  background-size: cover;
}
.tag-page-title {
  height:93px;
  margin-bottom:20px;
}
.tag-page-title span {
  display:none; 
}
/*----------------------------------------------------
  コンテンツ
----------------------------------------------------*/
.br-hide {
  display:none;
}
.bg-contents {
  background-color:#fffbf6;
}
.txt-unity {
    margin-bottom: 15px;
}

/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
header {
  background:url(../images/common/bg_header.png) no-repeat;
  background-position-x: 320px;
}
.header-left {
  float:left;
}
.header-logo {
  margin-top:20px;
}
.header-right {
  float:right;
  margin:10px 0 5px;
  font-size:1.6rem;
  overflow:hidden;
}
.header-tel {
  float:left;
}
.tel {
  font-weight:bold;
  font-size:2.2rem;
}
.tel:before {
  content: "";
  background:url(../images/common/icn_tel.png) no-repeat;
  display:inline-block;
  background-size:contain;
  width:25px;
  height:25px;
  margin-right:3px;
  margin-top:-7px;
  vertical-align:middle;
}
.bnr-shika {
  float:right;
  margin-left:10px;
  margin-top:2px;
  margin-right:5px;
}
.bnr-shika img {
  border:1px solid #DDD;
}
.bnr-shika:hover {
  opacity: 0.7;
}

/*----------------------------------------------------
  ナビゲーション
----------------------------------------------------*/
.bg-globle-nav {
  background-color:#71c8f5;
  padding-bottom:50px;
}

.globle-nav {
  list-style: none;
  padding: 0;

}
.globle-nav li {
  float:left;
  border-right:1px solid #FFF;
  width:16.6%;
}
.globle-nav li:first-child {
  border-left:1px solid #FFF;
}
.globle-nav li a {
  display:block;
  height:50px;
}
.globle-nav li a span {
  display:none;
}
.gl-home {
  background:url(../images/common/glnav_home.png) no-repeat center;
}
.gl-outline {
  background:url(../images/common/glnav_outline.png) no-repeat center;
}
.gl-business {
  background:url(../images/common/glnav_business.png) no-repeat center;
}
a.gl-recruit {
  background:url(../images/common/glnav_recruit.png) no-repeat center;
}
a.gl-inquiry {
  background:url(../images/common/glnav_inquiry.png) no-repeat center;
}
a.gl-access {
  background:url(../images/common/glnav_access.png) no-repeat center;
}

a.gl-home:hover {
  background:#348fe7 url(../images/common/glnav_home.png) no-repeat center;
}
a.gl-outline:hover {
  background:#348fe7 url(../images/common/glnav_outline.png) no-repeat center;
}
a.gl-business:hover {
  background:#348fe7 url(../images/common/glnav_business.png) no-repeat center;
}
a.gl-recruit:hover {
  background:#348fe7 url(../images/common/glnav_recruit.png) no-repeat center;
}
a.gl-inquiry:hover {
  background:#348fe7 url(../images/common/glnav_inquiry.png) no-repeat center;
}
a.gl-access:hover {
  background:#348fe7 url(../images/common/glnav_access.png) no-repeat center;
}


ul.child{
      z-index: 999999999999999999999999999;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
  font-size: 1.5rem;
  border-top: 1px solid #fff;
}
ul.child li {
  float:none;
  border-right:none;
  width:auto;
  display: block;

}
ul.child li:first-child {
  border-left:none;
}
ul.child li a{
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 15px;
    width: 360px;
  background-color: rgba(255,255,255,0.9);
  border-bottom: 1px dotted #ccc;
  height: auto;

}
ul.child li a:hover{
  background-color: rgba(255,255,255,1);
}
#home .gl-home,
#outline .gl-outline,
#business .gl-business,
#recruit .gl-recruit,
#inquiry .gl-inquiry,
#access .gl-access {
  background-color:#F2A29F !important;
}
/*----------------------------------------------------
  ナビゲーションSP
----------------------------------------------------*/
.menu-button {
  position:absolute;
  top:10px;
  right:15px;
  }

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 44px;
	height: 44px;
  padding:5px;
  border:2px solid #ec7b76;
  border-radius:5px;
  background: #fff;
}
.menu-trigger span {
	position: absolute;
	left: 7px;
	width: 26px;
	height: 4px;
	background-color: #ec7b76;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 10px;
}
.menu-trigger span:nth-of-type(2) {
	top: 18px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 10px;
}
.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 200;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #F2F1EB;
}

.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
#sidr ul {
-webkit-transition: .4s;
transition: .4s;
}
.sidr ul {
  display: block;
  margin: 15px 0 15px 15px;
  padding: 0;
  list-style:none;
}

.sidr ul li a {
  border-bottom:1px solid #ccc;
  padding:8px 5px;
  font-size:1.4rem;
  display:block;
  position:relative;
}
.sidr ul li a:hover {
  background:#FBFEE7;
}
.sidr ul li a:after {
  position: absolute;
  font-size:2.2rem;
  top: 0;
  right: 0;
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 5px;
  color:#ec7b76;
  margin-right: 6px;
}

/*----------------------------------------------------
  パンクズメニュー
----------------------------------------------------*/
.breadcrumb {
  padding:5px 0;
  font-size:1.2rem;
}
.breadcrumb ul {
  width:1000px;
  margin:0 auto;
  padding-left:0;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  padding-right: 5px;
}
.breadcrumb ul li a:hover:after {
  text-decoration:none;
}


/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  padding-top:20px;
  font-size:1.4rem;
}
.bg-footer {
  background:url(../images/common/bg_footer.png) no-repeat center;
  padding-bottom:5px;
  height:133px;
}
.footer-hamanasu {
  font-size:2rem;
}
.footer-hamanasu:before {
  content:url(../images/common/logo_hanamasu02.png);
  vertical-align:middle;
  display:inline-block;
  margin-bottom:-2px;
  margin-right:3px;
}
.footer-left {
  float:left;
}
.copyright {
  text-align: center;
  display:block;
  margin-top:15px;
  color:#222;
  font-size:1rem;
}


.page-top {
  text-align: right;
  height: 23px;
}
.page-top {
  position: fixed;
  bottom:40px;
  right:20px;
  z-index:2;
}
.page-top a {
  background: #EC7B76;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height:40px;
  text-align: center;
  display: block;
  filter: alpha(opacity=90);
  opacity: 0.9;
  font-size:1.6em;
  border-radius:50px;
}
.page-top a:hover {
  text-decoration: none;
  opacity:0.75;
}

/*----------------------------------------------------
  リンク
----------------------------------------------------*/
a.link-hover-img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a.link-hover-img img:hover  {
  opacity:0.7 !important;
  text-decoration:none;
}
a.link-hover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a.link-hover img:hover  {
  opacity:0.7;
  text-decoration:none;
}

/*----------------------------------------------------
  ボタン
----------------------------------------------------*/

.hover:hover {
  opacity:0.75;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

/*----------------------------------------------------
  ラベル
----------------------------------------------------*/
.new {
  font-size:1.1rem;
  color:#FFF;
  padding:2px 4px 1px;
  border-radius:3px;
  line-height:1;
  background-color:#f28f00;
  margin-left:5px;
}


/*----------------------------------------------------
  bootstrap共通設定
----------------------------------------------------*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*inline 1字下げ*/
.indent {
  text-indent: 1em;
}
/*マーカー付インデント*/
.maker {
  padding-left: 1em;
  text-indent: -1em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
  text-justify: distribute-all-lines;
  word-break: break-all;
}
.text-nowrap {
  white-space: nowrap;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;a
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

/*ボタン*/

[role="button"] {
  cursor: pointer;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #f59300;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #ed7500;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ed7500;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #ed7500;
  border-color: #ed7500;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*テーブル*/

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

  /* デフォルト：980px以上用（PC用）の記述 */
@media screen and (max-width: 999px) {
  .contents,
  header,
  .footer,
   .breadcrumb ul{
    width:auto;
    padding-left:15px;
    padding-right:15px;
  }
  header {
    background-position-x: 50%;
  }
  .bx-controls-direction {
    display: none !important;
  }
    /*----------------------------------------------------
    タイトル
  ----------------------------------------------------*/
  .title03 {
    font-size: 2.4rem;
  }
}


@media screen and (max-width: 767px) {
  body {
    font-size:1.5rem;
  }
  .menu-button {
      position: fixed;
    z-index: 9999999;
    }
  .contents-block {
    margin:15px 0 25px;
  }
  .contents-block02 {
    padding-bottom:15px;
  }
  .contents-block02-inner {
    margin:0 0 15px 0;
  }
  .bg-globle-nav,
  .breadcrumb{
    display:none;
  }
  header {
    background:none;
  }
  .visible-xs,
  .sidr {
    display: block !important;
  }
  .bg-header,
  .footer-right {
    display:none;
  }
  .br-hide {
    display:block;
  }
  .header-left,
  .header-tel,
  .header-right,
  .bnr-shika,
  .footer-left {
    float:none;
  }
  .bnr-shika {
    text-align:center;
    display:block;
    margin:5px 0;
  }
  .header-logo {
    margin-top:10px;
    width:200px;
  }
  .header-right {
    font-size: 1.4rem;
  }
  .tel {
    font-size:1.8rem;
    text-align: center;
    margin-top:5px;

  }
  .footer {
    padding-bottom:15px;
  }
  .footer-hamanasu {
    font-size: 1.6rem;
  }
  .bg-footer {
    margin-top: 0;
    background-size: cover;
    height: auto;
  }

  /*----------------------------------------------------
    タイトル
  ----------------------------------------------------*/
  .title01 {
    color:#fff;
    font-weight:bold;
    font-size:2rem;
    text-align:center;
    padding-top:17px;
  }
  .bg-title01 {
    height:50px;
  }
  .title01-fin-rg {
    height:50px;
  }
  .title02 {
    font-size:1.6rem;
    padding-left:5px;
    border-left:5px solid #ec7b76;
  }
  .title03 {
    margin: 15px 0;
    font-size: 2rem;
  }
  .contents-block {
     margin:15px 0 30px;
  }
    .people {
  width: 100px;
  float: right;
  display: block;
      }
  .bg-title04 {
    height: 50px
  }
  .title04-fin-rg {
    height: 50px
  }
    .title04 {
    font-size:1.8rem;
  }
    .title05 {
    font-size:1.7rem;
  }
  .tag-page-title {
    width: 110px;
    height: auto
  }

}
@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
}