@media print, all and (min-width: 751px) {
  body {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 100%; /* 16px */
    color: #000000;
    background: #ffffff;
    line-height: 2;
    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;
  }
  :where(a, a:link, a:visited) {
    color: #ff961e;
    text-decoration: none;
  }
  :where(a:hover) {
    color: #ff961e;
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1180px;
  }
  .container-inner {
    width: 960px;
    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 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
  }
  #header .container-inner {
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  #header .container-inner .primary {
    padding-top: 20px;
  }
  #header .container-inner .primary .h-logo {
    margin-bottom: 0;
  }
  #header .container-inner .primary .h-logo a {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }
  #header .container-inner .primary .h-logo a:hover {
    opacity: 0.6;
  }
  #header .container-inner .primary .h-logo a .ja-text {
    display: block;
    color: #ffffff;
    font-size: 175%; /* 28px */
    font-weight: 700;
    line-height: 1.428571;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
  }
  #header .container-inner .primary .h-logo a .en-text {
    display: block;
    font-size: 81.25%; /* 13px */
    font-weight: 300;
    letter-spacing: 0.07em;
    line-height: 1.2;
    margin-left: 2px;
  }
  #header .container-inner .secondary {
    padding-top: 38px;
  }
  #header .container-inner .h-contact {
    text-align: right;
  }
  #header .container-inner .h-contact > a {
    display: inline-block;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 93.33333%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
  }
  #header .container-inner .h-contact > a:hover {
    background-color: #666666;
  }
  /* NAV */
  #nav {
    line-height: 1.55;
  }
  #nav #pc-nav {
    display: flex;
    gap: 0 50px;
  }
  #nav #pc-nav a {
    display: inline-block;
    text-decoration: none;
  }
  #nav #pc-nav > li > a {
    color: #ffffff;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    transition: color 0.3s ease-in-out;
  }
  #nav #pc-nav > li > a:hover {
    color: #ff961e;
  }
  #nav #pc-nav > li > .no-use {
    color: #858585;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
  }
  #nav #pc-nav > li.on > a {
    color: #ff961e;
  }
  /* GMAP */
  #gmap {
    margin: 0;
  }
  #gmap #gmap-area {
    height: 290px;
    margin: 0;
  }
  #gmap #gmap-area iframe {
    width: 100%;
    height: 290px;
    margin: 0;
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    background-color: #3c2d23;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .container-inner {
    padding: 50px 0 40px;
    text-align: center;
  }
  #footer .container-inner .f-sign .f-name {
    display: block;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.55;
    margin-bottom: 20px;
  }
  #footer .container-inner .f-sign .f-name .ja-text {
    display: block;
    font-size: 175%; /* 28px */
    font-weight: 700;
    margin-bottom: 5px;
  }
  #footer .container-inner .f-sign .f-name .en-text {
    display: block;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  #footer .container-inner .f-sign .f-name:hover {
    filter: alpha(opacity=80); /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
    -moz-opacity: 0.8; /* FF , Netscape */
    -khtml-opacity: 0.8; /* Safari 1.x */
    opacity: 0.8;
    zoom: 1; /*IE*/
  }
  #footer .container-inner .f-sign .f-address {
    margin-bottom: 5px;
  }
  #footer .container-inner .f-sign .f-address .f-place {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
  }
  #footer .container-inner .f-sign .f-address .f-tel {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .container-inner .f-sign .f-banner a {
    display: inline-block;
  }
  #footer .container-inner .f-sign .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: 10px 0;
    font-size: 85.7142%;
    text-align: center;
  }
  /* NAVIGATION */
  #toggle {
    display: none;
  }
  .fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: -40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  /* TITLE */
  #title {
    height: 420px;
    position: relative;
    background-image: url(../images/common/title-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 18px;
  }
  #title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 45, 35, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
    clip-path: polygon(0 0, 100% 0, 100% 100px, calc((100% - 960px) / 2 + 385px) 100px, calc((100% - 960px) / 2 + 202px) 100%, 0 100%);
  }
  #title .container-inner {
    height: 100%;
    padding-top: 100px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  #title .container-inner .title-box {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 90px;
    margin-left: -50px;
  }
  #title .container-inner .title-box .en_text {
    display: block;
    line-height: 1.307692;
    font-size: 325%; /* 52px */
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
  }
  #title .container-inner .title-box .title {
    font-size: 125%; /* 20px */
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  /* CONTENT */
  :where(#content a) {
    text-decoration: underline;
  }
  #breadcrumb {
    margin-bottom: 95px;
    line-height: 1.55;
  }
  #breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 87.5%; /* 14px */
    margin-bottom: 0;
  }
  #breadcrumb ol li a {
    display: inline-block;
    color: #3c2d23;
    padding-right: 4px;
  }
  #breadcrumb ol li a:hover {
    color: #ff961e;
    font-weight: 600;
    text-decoration: none;
  }
  #breadcrumb ol li.on {
    color: #ff961e;
    font-weight: 600;
  }
  #main {
    float: left;
    width: 710px;
  }
  #side {
    float: right;
    width: 200px;
  }
  .section {
    margin-bottom: 140px;
  }
  .section-s {
    margin-bottom: 80px;
  }
  .section-ss {
    margin-bottom: 60px;
  }
  .section-sss {
    margin-bottom: 40px;
  }
  .section-ssss {
    margin-bottom: 20px;
  }
  .pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 60px;
    height: 52px;
    text-decoration: none;
    position: relative;
  }
  .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 {
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #md-site.blue .pagetop a,
  #md-site.black .pagetop a {
    background-color: transparent;
  }
  .inlink {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* SNAV */
  /* SUBNAV */
  #bottoms {
    display: none;
  }
}

/*# sourceMappingURL=layout_pc.css.map */
