@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
@media print, all and (min-width: 751px) {
  body {
    font-size: 100%;
    /* 16pt */
    color: #894d26;
    background-color: #fef7f2;
    line-height: 1.86666667;
    word-wrap: break-word;
  }
  a,
  span,
  img {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }
  a {
    color: #f08437;
    text-decoration: none;
  }
  a:link, a:visited {
    color: #f08437;
    text-decoration: none;
  }
  a:hover {
    color: #f08437;
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1120px;
  }
  .container-inner {
    width: 1000px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .pc-anchor {
    margin-top: -80px !important;
    padding-top: 80px !important;
  }
  .fade-in {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
  }
  .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* HEADER */
  #header {
    height: 115px;
    margin: 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
    /* FIXEDMODE - HEADER NAV */
  }
  #header:after {
    position: absolute;
    content: "";
    width: calc(50% - 14.2em);
    min-width: 410px;
    height: 45px;
    border-radius: 2px;
    background-color: #ffffff;
    bottom: -44px;
    left: 0;
  }
  #header .container-inner {
    width: min(1280px, 100%);
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 0px;
  }
  #header .primary {
    width: 375px;
    z-index: 1;
    position: relative;
    margin-top: 20px;
  }
  #header .primary .h-logo {
    margin-bottom: 2px;
  }
  #header .primary .h-logo a {
    background-image: url(../images/common/h-logo.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding-left: 50px;
    display: inline-block;
    color: #894d26;
  }
  #header .primary .h-logo span {
    font-family: "Zen Maru Gothic", sans-serif;
    display: block;
    line-height: 1.2;
  }
  #header .primary .h-logo .caption {
    font-size: 75%;
  }
  #header .primary .h-logo .name {
    font-size: 187.5%;
  }
  #header .primary .h-logo .tel {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 200%;
    font-weight: bold;
    background-image: url(../images/common/icon-tel.svg);
    background-position: bottom 4px left;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    margin-top: -5px;
  }
  #header .primary .h-guide {
    padding-left: 50px;
    min-width: 375px;
    box-sizing: border-box;
    position: relative;
  }
  #header .primary .h-guide::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 46px;
    background-image: url(../images/common/header-pattern.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 35px auto;
    bottom: -18px;
    right: -40px;
    z-index: 1;
  }
  #header .primary .h-guide span {
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: #f08437;
    font-size: 106.25%;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 20px;
  }
  #header .h-logo a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  #header .secondary {
    flex: 1;
  }
  #header .h-contact {
    text-align: right;
  }
  #header .h-contact > a {
    display: inline-block;
    padding: 2px 10px 4px;
    color: #ffffff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    min-width: 120px;
    box-sizing: border-box;
  }
  #header .h-contact > a.recruit {
    background-color: #49af27;
  }
  #header .h-contact > a.access {
    background-color: #894d26;
  }
  #header .h-contact > a:hover {
    background-color: #666666;
  }
  #header.fixedmode {
    position: fixed;
    top: 0px;
    height: 110px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    height: 65px;
    box-sizing: border-box;
  }
  #header.fixedmode .h-contact,
  #header.fixedmode .h-guide,
  #header.fixedmode .tel, #header.fixedmode::after, #header.fixedmode::before {
    display: none !important;
  }
  #header.fixedmode .primary {
    padding: 7px 0;
    margin-top: 0;
  }
  #header.fixedmode #pc-nav > li > a,
  #header.fixedmode #pc-nav > li > span {
    padding: 15px min(28px, 0.8vw) 15px;
  }
  #header.fixedmode #pc-nav > li > a::after,
  #header.fixedmode #pc-nav > li > span::after {
    top: 50px;
  }
  #header.fixedmode #pc-nav > li .child > ul {
    margin-top: 40px;
  }
  /* NAV */
  #nav {
    margin: 0;
    padding-right: 10px;
  }
  #nav .container-inner {
    height: 50px;
    position: relative;
    z-index: 3;
  }
  #nav #pc-nav {
    height: 50px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  #nav #pc-nav > li {
    vertical-align: middle;
    height: 50px;
    letter-spacing: normal;
    position: relative;
  }
  #nav #pc-nav > li > a,
  #nav #pc-nav > li > span {
    display: block;
    padding: 9px min(25px, 0.8vw) 33px;
    font-size: 112.5%;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #894d26;
    text-align: center;
    text-decoration: none;
    position: relative;
    cursor: pointer;
  }
  #nav #pc-nav > li > a:hover,
  #nav #pc-nav > li > span:hover {
    color: #f08437;
  }
  #nav #pc-nav > li > a::after,
  #nav #pc-nav > li > span::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    border-radius: 2px;
    background-color: #f08437;
    top: 45px;
    left: 0;
    opacity: 0;
  }
  #nav #pc-nav > li:last-child a {
    padding-right: 0;
  }
  #nav #pc-nav > li.on > a, #nav #pc-nav > li.on > span {
    font-weight: bold;
  }
  #nav #pc-nav > li.on > a:hover, #nav #pc-nav > li.on > span:hover {
    font-weight: bold;
  }
  #nav #pc-nav > li.on > a::after, #nav #pc-nav > li.on > span::after {
    opacity: 1;
  }
  #nav #pc-nav > li.parent ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    margin-bottom: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #nav #pc-nav > li.parent ul li {
    display: block;
    padding: 0 10px;
  }
  #nav #pc-nav > li.parent ul li a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0;
  }
  #nav #pc-nav > li.parent ul li.on a,
  #nav #pc-nav > li.parent ul li a:hover {
    color: #f08437;
  }
  #nav #pc-nav > li .child {
    display: none;
    position: absolute;
    width: 170px;
    top: 30px;
  }
  #nav #pc-nav > li .child > ul {
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.85);
    text-align: left;
    padding: 25px 16px 15px 24px;
    box-sizing: border-box;
  }
  #nav #pc-nav > li .child > ul > li.open, #nav #pc-nav > li .child > ul > li:hover {
    position: relative;
  }
  #nav #pc-nav > li .child > ul > li.open::after, #nav #pc-nav > li .child > ul > li:hover::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    border-radius: 2px;
    background-color: #f08437;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
  }
  #nav #pc-nav > li .child > ul > li.open::after a, #nav #pc-nav > li .child > ul > li:hover::after a {
    text-decoration: none !important;
  }
  #nav #pc-nav > li .child > ul > li:hover a {
    color: #f08437;
    text-decoration: none !important;
  }
  #nav #pc-nav > li .child > ul > li.open a {
    font-weight: bold;
  }
  #nav #pc-nav > li .child > ul > li.open:hover a {
    font-weight: bold;
  }
  #nav #pc-nav > li .child > ul a {
    text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #894d26;
    line-height: 2;
  }
  /* GMAP */
  #gmap #gmap-area {
    height: 380px;
    margin: 0;
  }
  #gmap #gmap-area iframe {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
  }
  /* FOOTER */
  #footer {
    background-image: url(../images/home/f-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  #footer a {
    color: #894d26;
  }
  #footer .f-inner {
    display: flex;
    gap: 13px;
    align-items: self-end;
  }
  #footer .f-inner .f-image {
    line-height: 0;
    width: 170px;
  }
  #footer .f-sign {
    padding-top: 50px;
    flex: 1;
  }
  #footer .f-sign .f-names {
    position: relative;
  }
  #footer .f-sign .f-name {
    display: block;
    margin-bottom: 9px;
  }
  #footer .f-sign .f-name a {
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/common/h-logo.svg);
    background-position: top 5px left;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding-left: 45px;
    display: inline-block;
    padding-bottom: 5px;
  }
  #footer .f-sign .f-name a:hover {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  #footer .f-sign .f-name span {
    font-family: "Zen Maru Gothic", sans-serif;
    display: block;
    line-height: 1.2;
  }
  #footer .f-sign .f-name .caption {
    font-size: 75%;
  }
  #footer .f-sign .f-name .name {
    font-size: 187.5%;
    font-weight: normal;
  }
  #footer .f-sign .f-address {
    margin-bottom: 5px;
  }
  #footer .f-sign .f-address .f-place,
  #footer .f-sign .f-address .f-tel,
  #footer .f-sign .f-address .f-fax {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    font-size: 93.33333%;
  }
  #footer .f-sign .f-address .f-map {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
  }
  #footer .f-sign .f-address .f-map a {
    font-size: 112.5%;
  }
  #footer .f-sign .f-address .f-map a[target=_blank]:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url("../images/common/anchor-blank.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer .f-banner a {
    display: inline-block;
    padding: 0;
    line-height: 0;
  }
  #footer .f-banner a:hover {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  #footer .copyright {
    margin: 0;
    padding: 20px 0 30px;
    font-size: 85.7142%;
  }
  /* NAVIGATION */
  #toggle {
    display: none;
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    height: 335px;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #title .container-inner {
    padding: 0;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
    text-align: center;
  }
  #title .title-box {
    display: inline-block;
  }
  #title .title-box .inner {
    text-align: left;
  }
  #title .title {
    margin-bottom: 0;
    color: #894d26;
    font-size: 225%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
    text-shadow: 0 0 5px #ffffff, 0 0 8px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 5px #ffffff, 0 0 8px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
  }
  #title .level01 {
    margin-bottom: 0;
    color: #894d26;
    text-shadow: 0 0 5px #ffffff, 0 0 8px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 5px #ffffff, 0 0 8px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
    font-size: 162.5%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  #md-site.blue #title .level01 {
    color: #0A56A0;
  }
  #md-site.black #title .level01 {
    color: #000000;
  }
  /* CONTENT */
  #content a {
    text-decoration: underline;
  }
  #breadcrumb {
    margin: 10px 0 55px;
    position: relative;
    z-index: 50;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 87.5%;
  }
  #breadcrumb li a {
    color: #894d26;
  }
  #breadcrumb li.on {
    color: #f08437;
    font-weight: bold;
  }
  #main {
    float: left;
    width: 710px;
  }
  #side {
    float: right;
    width: 220px;
  }
  .section {
    margin-bottom: 100px;
  }
  .section-s {
    margin-bottom: 60px;
  }
  .section-ss {
    margin-bottom: 40px;
  }
  .section-sss {
    margin-bottom: 20px;
  }
  .section-ssss {
    margin-bottom: 10px;
  }
  .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 0;
    text-decoration: none;
    background-color: #894d26;
    border: 1px solid #ffffff;
    position: relative;
    border-radius: 5px;
  }
  #md-site.blue .pagetop a, #md-site.black .pagetop a {
    background-color: transparent;
  }
  .pagetop a:hover {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  .pagetop a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .inlink {
    margin-top: -200px;
    padding-top: 200px;
  }
  /* SNAV */
  /* SUBNAV */
  #bottoms {
    display: none;
  }
}
