<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.container .title {
  border-bottom: 8px solid #efdec3; 
  background: url(../img/bg02.gif) repeat;
}

.container .breadcrumb {
  font-family: verdana, helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; 
  font-size: .9em;

  width: 980px;
  margin: 0 auto;
  padding: 16px 0;
}
.container .breadcrumb a {
  color: inherit;
}
.container .breadcrumb a:link,
.container .breadcrumb a:visited {
  text-decoration: none;
}
.container .breadcrumb a:hover {
  text-decoration: underline;
}
.container .breadcrumb a:active {
  text-decoration: none;
}
.container .breadcrumb ol {
  *zoom: 1;
}
.container .breadcrumb ol:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0; 

  content: " ";
}
.container .breadcrumb li {
  float: left;

  margin-right: .5em;
}
.container .breadcrumb li:after {
  content: " &gt;";
}
.container .breadcrumb li:last-child:after {
  content: none;
}

.container .title .title_inner h1:before {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 6px;

  display: block;

  width: 36px;
  height: 36px; 

  content: "";
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-service .container .title .title_inner h1:before {
  background: url(../img/icon_service.png) no-repeat;
}
.page-facility .container .title .title_inner h1:before {
  background: url(../img/icon_facility.png) no-repeat;
}
.page-access .container .title .title_inner h1:before {
  background: url(../img/icon_access.png) no-repeat;
}
.page-recruit .container .title .title_inner h1:before {
  background: url(../img/icon_entry.png) no-repeat;
}

.page-service .container .title .title_inner:after {
  background: url(../img/border_service.png) no-repeat;
}

.page-facility .container .title .title_inner:after {
  background: url(../img/border_facility.png) no-repeat;
}

.page-access .container .title .title_inner:after {
  background: url(../img/border_access.png) no-repeat;
}

.page-recruit .container .title .title_inner:after {
  background: url(../img/border_entry.png) no-repeat;
}

h1.news_title {
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 22px;

  padding: 10px 52px;

  border: 1px solid #efdec3;
  background-color: #fff;
  background-image: url(../img/h1_r_service.png), url(../img/h1_l_service.png);
  background-repeat: no-repeat;
  background-position: bottom right, top left;
  background-size: auto 100%;
}

.entry_content .release_date {
  font-family: verdana, helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; 
  font-size: 15px;
  font-weight: bold;

  margin: 4px 0 8px;

  text-align: right;
}

.entry_article h1,
.entry_article h2,
.entry_article h3,
.entry_article h4,
.entry_article h5,
.entry_article h6 {
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.entry_article h1 {
  font-size: 22px;

  padding: 10px 52px;

  border: 1px solid #efdec3;
  background-color: #fff;
  background-image: url(../img/h1_r_service.png), url(../img/h1_l_service.png);
  background-repeat: no-repeat;
  background-position: bottom right, top left;
  background-size: auto 100%;
}

.entry_article h2 {
  padding: 8px 20px;

  background-color: #fff;
  background-image: url(../img/h2_service.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 3px;
}

.entry_article h3 {
  padding: 4px 20px;

  background-color: #FFF4E0;
}

.entry_article dl {
  clear: both;

  margin: 1em 0;
  padding: 32px 32px 16px;

  background-color: #d8ba8b;
  background-color: rgba(216, 186, 139, .2);

  *zoom: 1;
}
.entry_article dl:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0; 

  content: " ";
}

.entry_article dt {
  float: left;
  clear: both; 

  margin-bottom: 16px;
  padding: 0 8px;

  color: #fff;
  background-color: #6a3906;
}

.entry_article dd {
  float: right;

  box-sizing: border-box; 
  width: 90%;
  margin-bottom: 16px;
}

.page-service .entry_article h1 {
  background-image: url(../img/h1_r_service.png), url(../img/h1_l_service.png);
}

.page-facility .entry_article h1 {
  background-image: url(../img/h1_r_facility.png), url(../img/h1_l_facility.png);
}

.page-access .entry_article h1 {
  background-image: url(../img/h1_r_access.png), url(../img/h1_l_access.png);
}

.page-recruit .entry_article h1 {
  background-image: url(../img/h1_r_entry.png), url(../img/h1_l_entry.png);
}

.page-service .entry_article h2 {
  background-image: url(../img/h2_service.gif);
}

.page-facility .entry_article h2 {
  background-image: url(../img/h2_facility.gif);
}

.page-access .entry_article h2 {
  background-image: url(../img/h2_access.gif);
}

.page-recruit .entry_article h2 {
  background-image: url(../img/h2_entry.gif);
}

.facility_row .fl-col {
  margin-bottom: 20px;
}

.facility_row .fl-photo-content {
  margin-bottom: 10px; 

  border: 4px solid #d8ba8b;
}

.facility_row .fl-photo-caption {
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; 
  font-size: 1.1em;

  display: inline-block;

  padding: .2em 2em;

  border-radius: 2px;
  background: #fff;
}

.page-news .entry_article ul {
	list-style:none !important;
	padding-left:0 !important;
}

.page-news .entry_article ul li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.page-news .entry_article ul li .date {
	color:#e9658d !important;
	font-weight:bold !important;
	margin-bottom:3px !important;
}

.page-news .entry_article ul li .title {
	font-size:1.1em !important;
	background:none;
	border:none;
	line-height:1.4 !important;
}

.page-news .entry_article ul li a {
	text-decoration:none !important;
}

.page-news .entry_article ul li a:hover {
	text-decoration: underline !important;
	color:#e9658d !important;
}


@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .container .title .title_inner {
    position: relative; 

    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
  }
  .container .title .title_inner:after {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: block;

    width: 100%;
    height: 8px;

    content: "";

    background: url(../img/border_service.png) no-repeat center bottom;
  }
  .container .title h1 {
    font-size: 24px;
    font-weight: bold; 
    line-height: 80px;

    position: relative;

    display: inline-block;

    padding-left: 45px;
  }
  .container .entry_article {
    padding: 30px 10px;
  }
  .container .entry_article h1 {
    font-size: 20px;

    padding: 8px 36px;

    background-size: 44px;
  }
  body.single .entry_content {
    padding-top: 30px;
  }
}

@media screen and (min-width: 761px) {
  /** For PC **/
  .container .title .title_inner {
    position: relative; 

    box-sizing: border-box;
    width: 980px;
    height: 172px;
    margin: 0 auto;
    padding: 66px 0;

    background-repeat: no-repeat;
    background-position: top right;
  }
  .container .title .title_inner:after {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: block;

    width: 100%;
    height: 8px;

    content: "";

    background: url(../img/border_service.png) no-repeat;
  }
  .container .title h1 {
    font-size: 24px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    height: 40px;
    padding: 0 120px 0 50px;

    border-bottom: 1px dotted #c9a063;
  }
  .container .entry_content {
    width: 980px;
    margin: 0 auto;
  }
  .container .entry_article {
    padding: 30px 36px 60px;
  }
  .container .entry_article h1,
  .container .entry_article h2,
  .container .entry_article h3,
  .container .entry_article h4,
  .container .entry_article h5,
  .container .entry_article h6 {
    margin-right: -36px; 
    margin-left: -36px;
  }
}
</pre></body></html>