@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 only screen and (max-width: 750px) {
  body {
    font-size: 100%;
    /* 16px */
    color: #000000;
    background: #ffffff;
    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,
  a:link,
  a:visited {
    color: rgba(50, 75, 40, 0.75);
  }
  a:hover {
    color: rgba(50, 75, 40, 0.75);
  }
  #top {
    position: relative;
  }
  #md-site {
    overflow: hidden;
  }
  .container-inner {
    width: auto;
  }
  .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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 3000;
    padding: 15px;
    padding-right: 120px;
  }
  #header.sp-nav {
    position: fixed;
  }
  #header .primary .h-logo {
    line-height: 1.4;
    margin-bottom: 0;
  }
  #header .primary .h-logo a {
    color: #fff;
  }
  #header .primary .h-logo a span {
    display: block;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.13), 0 0 0.7em rgba(0, 0, 0, 0.13);
  }
  #header .primary .h-logo a .ja {
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
    line-height: 1.3;
    font-size: 75%;
  }
  #header .primary .h-logo a .ja > span {
    font-size: 241.66%;
  }
  #header .primary .h-logo a .en {
    font-size: 62.5%;
    font-family: "Bitter", serif;
    font-weight: 300;
    line-height: 1.4;
  }
  #header .primary .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 .primary .h-logo a img {
    opacity: 1;
    visibility: visible;
  }
  #header .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
  }
  #header .h-logo a {
    display: inline-block;
    text-decoration: none;
  }
  #header .h-logo a:hover,
  #header .h-logo a:active {
    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 {
    display: none;
  }
  /* FOOTER */
  #footer {
    background-color: #000;
  }
  #footer .container-inner {
    padding: 55px 20px 7px;
    width: auto;
    gap: 20px 50px;
  }
  #footer a {
    text-decoration: none !important;
  }
  #footer .f-sign {
    width: auto;
    color: #fff;
  }
  #footer .f-sign .f-name {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .f-sign .f-name a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    gap: 8px;
  }
  #footer .f-sign .f-name a span {
    display: block;
    line-height: 1.4;
  }
  #footer .f-sign .f-name a .ja {
    font-weight: 700;
    font-size: 100%;
    display: block;
    font-weight: bold;
  }
  #footer .f-sign .f-name a .ja span {
    font-size: 237.5%;
  }
  #footer .f-sign .f-name a .en {
    font-size: 87.5%;
  }
  #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-address {
    line-height: 1.75;
    margin-bottom: 42px;
    text-align: center;
  }
  #footer .f-sign .f-address .f-place {
    display: block;
  }
  #footer .f-sign .f-address .tellink a {
    color: #4ee2f4;
  }
  #footer .f-link {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #footer .f-link p:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .f-link a {
    width: 300px;
    display: inline-block;
    font-size: 112.5%;
    font-family: "M PLUS 1", serif;
    font-weight: 600;
    color: #fff !important;
    border: solid 1px #FFF;
    text-align: center;
    box-sizing: border-box;
    padding: 6px;
  }
  #footer .f-link a:hover {
    color: #fff;
    text-decoration: none !important;
    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 #fbottom {
    color: #ffffff;
  }
  #footer #fbottom .copyright {
    margin: 0;
    padding: 10px 40px;
    text-align: center;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu {
    position: fixed;
    top: 18px;
    right: 15px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 40px;
    height: 35px;
  }
  #sp-menu button {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-align: left;
  }
  #sp-menu button.close .icon:before, #sp-menu button.close .icon:after {
    top: auto;
    bottom: -5px;
  }
  #sp-menu button .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background: rgba(255, 255, 255, 0);
    transition: 0.2s;
  }
  #sp-menu button .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 7px;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0 0px 2px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    margin-top: -8px;
  }
  #sp-menu button .icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0 0px 2px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    margin-top: 12px;
  }
  #sp-menu button.close .icon {
    background: transparent;
  }
  #sp-menu button.close .icon:before {
    margin-top: 0;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
  }
  #sp-menu button.close .icon:after {
    width: 100%;
    margin-top: 0;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
  }
  #sp-menu button .text {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0 0px 2px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 1;
    font-family: "Bitter", serif;
  }
  #sp-menu .tel {
    display: none;
  }
  #md-nav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 99;
    display: none;
    background: #324b28;
  }
  #sp-nav {
    padding: 0 20px;
    margin: 120px 0 0;
    position: relative;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
  }
  #sp-nav li.on > a, #sp-nav li.on .parent {
    background: #436136;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 15px 0 10px;
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 125%;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #436136;
  }
  #sp-nav li a span.sub,
  #sp-nav li span.parent span.sub {
    font-size: 10px;
  }
  #sp-nav li ul {
    display: none;
    padding-top: 1px;
    margin: 10px 0;
  }
  #sp-nav li .child {
    margin: 0;
    margin-left: 10px;
    margin-bottom: 0px;
  }
  #sp-nav li .child:last-child {
    border-bottom: none;
  }
  #sp-nav li .child a {
    display: block;
    font-size: 112.5%;
    padding: 10px 0;
  }
  #sp-nav li .child a::before {
    content: "-";
    margin-right: 5px;
  }
  #sp-nav li .child li {
    padding: 0;
  }
  #sp-nav li .child li.on a,
  #sp-nav li .child a:hover {
    font-weight: 600;
  }
  #sp-nav li span.parent span {
    position: relative;
    padding-right: 35px;
    display: block;
  }
  #sp-nav li span.parent span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  #sp-nav li span.parent span:after {
    content: "";
    display: inline-block;
    height: 18px;
    width: 2px;
    background-color: #FFF;
    position: absolute;
    top: 7px;
    right: 18px;
    transition: transform 0.3s;
    transform-origin: center;
  }
  #sp-nav li span.parent.open span:after {
    transform: scale(0);
  }
  #sp-nav li span.cnst,
  #sp-nav li li span.cnst {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #sp-nav > li.on > a,
  #sp-nav > li.on span.parent {
    font-weight: 600;
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    height: 250px;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    position: relative;
  }
  #title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  #title .deco:after, #title .deco::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    pointer-events: none;
  }
  #title .deco::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 75, 40, 0.3);
    z-index: 1;
  }
  #title .deco:after {
    bottom: 0px;
    left: 0;
    width: 155px;
    height: 135px;
    background-image: url(../images/common/title-illustra01.svg);
    z-index: 2;
  }
  #title .title-box {
    z-index: 1;
    position: relative;
  }
  #title .inner {
    color: #fff;
    text-align: center;
  }
  #title .inner span {
    display: block;
  }
  #title .level01 {
    margin-bottom: 0;
    font-size: 125%;
    font-weight: 600;
    text-indent: 0.5pt;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  #title .level01 strong {
    font-weight: 600;
  }
  #title .title {
    font-weight: 600;
    font-size: 187.5%;
    line-height: 1.25;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  #title .title span {
    display: block;
  }
  #title .title_en {
    font-family: "Bitter", serif;
    font-size: 112.5%;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-align: center;
  }
  /* CONTENT */
  #content .container-inner {
    padding: 0 20px;
  }
  #breadcrumb {
    margin-bottom: 45px;
    padding-top: 10px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 85.7142%;
    font-family: "Bitter", serif;
    font-weight: 500;
  }
  #breadcrumb li a {
    color: #000000;
  }
  #breadcrumb li.on {
    color: #324b28;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section-s {
    margin-bottom: 60px;
  }
  .section-ss {
    margin-bottom: 40px;
  }
  .section-sss {
    margin-bottom: 20px;
  }
  .section-ssss {
    margin-bottom: 10px;
  }
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 0;
    text-decoration: none;
    background-color: #324b28;
    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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .inlink {
    margin-top: -65px;
    padding-top: 65px;
  }
  /* SNAV */
}
