﻿/*!
*  Style.css | 2016.06.08 by yk
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}

body {
  position: relative;
  color: #555;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  background-image: url(/ashitaba/images/common/bg_body.png);
  background-image: url(/ashitaba/images/common/bg_body2.png);
  background-position: center top
}
img {
  vertical-align: top
}
ol, ul {
  padding: 0;
  margin: 0;
  list-style: none
}
a {
  color: inherit;
  text-decoration: none;
  overflow: hidden
}
a:hover {
  color: inherit
}
a:hover img {
  opacity: 0.8
}
[class*="fa-"] {
  margin-left: 3px;
  margin-right: 6px
}
.wrap960 {
  display: block !important;
  position: relative;
  width: 960px;
  margin: 0 auto
}
.wrap1080 {
  display: block !important;
  position: relative;
  width: 1080px;
  margin: 0 auto
}
.wrap1280 {
  display: block !important;
  position: relative;
  width: 1280px;
  margin: 0 auto
}
.fl {
  float: left
}
.fr {
  float: right
}
.container {
  display: block
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}
.cf {
  display: inline-table
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}
.sp-view {
  display: none;
}
@media screen and (max-width: 765px) {
  .sp-view {
    display: inherit;
  }
}
.h2_title {
  height: 30px;
  padding: 6px 0;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #fff 0%, #f5e7d7 100%);
  border: 1px solid rgba(115, 99, 87, 0.3)
}
.h2_title h2 {
  height: 30px;
  margin-left: 12px;
  color: #534741;
  font-size: 1.2em;
  line-height: 30px;
  text-indent: 12px;
  text-align: left;
  border-left: 3px solid #c7b299
}
.btnBox {
  padding: 6px 0;
  text-align: center
}
.btnBox a {
  display: inline-block;
  min-width: 160px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  background-color: #534741;
  border: 1px solid #534741;
  border-radius: 6px
}
.btnBox a i {
  font-size: 1.2em;
  margin-left: 3px;
  margin-right: 3px
}
.btnBox a:hover {
  opacity: 0.8
}
#header {
  height: 140px;
  border-bottom: 9px solid #a9ccb1;
  border-bottom: 9px solid #d1d199
}
#header .logo {
  height: 60px;
  padding: 24px 0
}
#header .logo a {
  display: block;
  float: left;
  width: 260px
}
#header .logo h1, #header .logo p {
  float: left;
  padding: 6px 0;
  font-size: 1.0em;
  font-weight: normal;
  line-height: 1.8em
}
#header .nav {
  position: absolute;
  top: 0;
  left: auto;
  right: 0
}
#header .nav li {
  float: left;
  width: 130px;
  height: 94px;
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px
}
#header .nav li.recruit {
  background-color: #e6b59c
}
#header .nav li.access {
  background-color: #a9ccb1
}
#header .nav li + li {
  margin-left: 18px
}
#nav {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 98;
  width: 100%;
  min-width: 1140px
}
#nav ul {
  /*background-color: #fff;*/
  border-radius: 12px;
  box-shadow: 0px 1px 2px #ccc;
  box-shadow: 0 0 3px #c7b299;
  overflow: hidden
}
#nav ul li {
  background-color: #fff;
  float: left;
  width: 160px;
  height: 64px
}
#nav ul li a {
  display: block;
  height: 64px;
  text-align: center
}
#nav ul li a.active, #nav ul li a:hover {
  background-color: #d1d199
}
#nav ul li + li a {
  border-left: 1px solid rgba(115, 99, 87, 0.3)
}
#breadcrumb {
  margin-top: 48px;
  line-height: 1.8em
}
#breadcrumb a {
  color: #534741;
  font-weight: bold;
  border-bottom: 1px dotted #534741
}
#breadcrumb a:hover {
  border-bottom: none
}
#content {
  padding: 30px 0
}
#content #mainColumn {
  float: left;
  width: 720px
}
#content #rightColumn {
  float: right;
  width: 300px
}
#content #rightColumn .linkBnr {
  margin-bottom: 30px
}
#content #rightColumn .linkBnr ul li {
  margin-bottom: 15px
}
#content #rightColumn .linkBnr ul .contact {
  height: 310px;
  background-image: url(/ashitaba/images/common/bnr_contact.png);
  background-position: top center;
  background-repeat: no-repeat
}
#content #rightColumn .linkBnr ul .contact a {
  width: 220px;
  margin-top: 242px
}
#rightColumn .pageNav {
  margin-bottom: 30px
}
#rightColumn .pageNav h2 {
  padding: 6px 12px;
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 2.4em;
  text-indent: 12px;
  background-color: #a9ccb1;
  border-bottom: 6px solid #d1d199;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}
#rightColumn .pageNav ul {
  padding: 12px;
  background-color: #fff;
  border: 1px solid rgba(115, 99, 87, 0.3);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px
}
#rightColumn .pageNav ul li a {
  display: block;
  color: #534741;
  font-size: 1.1em;
  line-height: 2.4em;
  text-indent: 12px
}
#rightColumn .pageNav ul li a:hover, #rightColumn .pageNav ul li a.active {
  font-weight: bold
}
#rightColumn .pageNav ul li + li {
  border-top: 2px dotted #d1d199
}
#pageTop {
  position: relative;
  min-width: 1080px
}
#pageTop a {
  display: block;
  position: absolute;
  top: -36px;
  left: auto;
  right: 0;
  padding: 6px 30px;
  font-size: 1.1em
}
#footer {
  padding: 20px 0;
  color: #fff;
  background-color: #534741
}
#footer .sitemap ul {
  float: left
}
#footer .sitemap ul li {
  margin-bottom: 6px
}
#footer .sitemap ul li a:hover {
  border-bottom: 1px dotted #fff
}
#footer .sitemap ul + ul {
  margin-left: 30px
}
#footer .copyright {
  font-size: 0.8em;
  text-align: right
}
/*!
*  レスポンシブ/2021/07/09
*/
.wrap960 {
  max-width: 100%;
}
.wrap1080 {
  max-width: 100%;
}
.wrap1280 {
  max-width: 100%;
}
#header {
  height: auto;
  padding-bottom: 30px;
}
#header .logo {
  height: auto;
}
#nav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#nav ul li {
  float: none;
  height: auto
}
#nav ul li a {
  height: auto;
}
#pageTop {
  position: relative;
  min-width: auto;
}
#boxer.mobile {
  background-color: #fff;
}
#boxer.mobile .boxer-content {
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  img {
    max-width: 100%;
    height: auto;
  }
  #nav {
    top: 90px;
    min-width: auto;
  }
  #header .logo {
    padding: 20px 20px 0;
  }
  #header .nav li {
    height: auto;
    width: 105px;
    padding-bottom: 5px;
  }
  #footer .copyright {
    text-align: center;
  }
  #header .logo a {
    width: 160px;
    margin-top: 5px;
  }
  #header .logo h1, #header .logo p {
    padding: 0;
  }
  #header .nav li + li {
    margin-left: 7px;
  }
  #content #mainColumn {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  #content #rightColumn {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  #content #rightColumn .linkBnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }
  #breadcrumb {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 765px) {
  #nav {
    top: 105px;
  }
  #header {
    padding-bottom: 15%;
    border-bottom: none;
  }
  #header .logo {
    padding: 10px 10px 0;
  }
  #header .logo a {
    float: none;
    margin-top: 0px;
  }
  #header .nav li {
    width: 70px;
  }
  #header .logo h1, #header .logo p {
    font-size: 0.8em;
    margin-top: 5px;
    line-height: 1.6em;
  }
  /*#nav ul {
        flex-wrap: wrap;
    }*/
  #nav ul li {
    width: 100%;
  }
  #content #rightColumn .linkBnr ul {
    display: block;
  }
  #breadcrumb {
    margin-top: 10px;
  }
  #nav ul li a {
    border-bottom: 1px solid rgba(115, 99, 87, 0.3)
  }
}
/*アコーディオン*/
.wrap640 {
  display: block !important;
  position: relative;
  width: 640px;
  margin: 0 auto;
}
#acMenu dt {
  border-left: 1px solid rgba(115, 99, 87, 0.3);
}
#acMenu dt.active, #acMenu dt:hover {
  background-color: #d1d199;
}
#acMenu dt:hover > dd {
  display: block;
}
#acMenu dd {
  width: 160px;
  text-align: center;
  display: none;
}
.facility-list {
  display: flex;
  flex-direction: column;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.navigation li {
  float: left;
}
.navigation ol {
  display: none;
}
.facility:hover > .facility-list {
  display: block;
}
.facility-list > li {
  border-bottom: 1px solid rgba(115, 99, 87, 0.3);
  border-right: 1px solid rgba(115, 99, 87, 0.3);
}
.ashitaba {
  border-top: 1px solid rgba(115, 99, 87, 0.3);
}
@media screen and (min-width: 764px) {
  .home {
    height: 64px !important;
  }
  .about {
    height: 64px !important;
  }
  .disclosure {
    height: 64px !important;
  }
}
@media screen and (max-width: 765px) {
  .facility-list > li {
    width: auto;
  }
  .wrap640 {
    width: 97%;
  }
  .now_printing {
    margin-bottom: 15%;
  }
  .navigation > li {
    height: fit-content !important;
  }
}