@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: #000;
    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: #2881c8;
  }
  a:hover {
    color: #2881c8;
  }
  #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;
    z-index: 113;
    width: 100%;
  }
  #header.sp-nav {
    background-color: #fff;
    position: fixed;
  }
  #header .header-inner {
    margin: auto;
    position: relative;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 13px;
    box-sizing: border-box;
  }
  #header .primary a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #000;
  }
  #header .primary a > img {
    width: 35px;
  }
  #header .primary .h-logo {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
  }
  #header .primary .logo-name {
    font-size: 75%;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  #header .primary .logo-name span {
    font-size: 7px;
    display: block;
    letter-spacing: 0.01em;
  }
  #header .secondary {
    margin-right: 30px;
  }
  #header .secondary .h-btns {
    margin: 0;
  }
  #header .secondary .h-contact {
    margin-top: 5px;
  }
  #header .secondary .h-contact > a {
    padding: 6px 5px;
    font-size: 80%;
    line-height: 1;
    color: #000;
  }
  #header .secondary .sns {
    display: none;
  }
  .h-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin: 25px 0;
  }
  .h-btns a {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 600;
  }
  .h-btns .h-contact {
    text-align: right;
  }
  .h-btns .h-contact > a {
    font-weight: 600;
    display: inline-block;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    border: solid 1px #000;
    color: #000;
    text-decoration: none;
  }
  .h-btns .h-contact > a:hover {
    background-color: #666666;
  }
  .h-btns .sns a {
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5px 0;
    color: #000;
    text-decoration: none;
  }
  .h-btns .sns.insta a {
    background-image: url(../images/common/icon-instagram.svg);
    background-size: 20px auto;
    padding-left: 30px;
  }
  .h-btns .sns.facebook a {
    background-image: url(../images/common/icon-facebook.svg);
    background-size: 12px auto;
    padding-left: 20px;
  }
  /* FOOTER */
  #footer {
    text-align: center;
    padding: 10px 20px;
    position: relative;
    /* googlemap*/
  }
  #footer a {
    text-decoration: none;
  }
  #footer .deco {
    width: 370px;
    right: 0px;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
    height: 350px;
  }
  #footer .f-names {
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
  }
  #footer .f-names > a {
    display: flex;
    gap: 10px;
    margin-left: 16px;
  }
  #footer .f-names > a > img {
    width: 35px;
  }
  #footer .f-names .f-name span {
    display: block;
    line-height: 1.4;
    color: #000;
    text-align: left;
  }
  #footer .f-names .f-name .name-ja {
    font-size: 87.5%;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
  }
  #footer .f-names .f-name .name-ja span {
    font-size: 7px;
    display: block;
  }
  #footer .f-names .f-name .name-en {
    font-size: 43.75%;
  }
  #footer .f-names: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-address {
    padding-left: 10px;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel,
  #footer .f-address .f-fax,
  #footer .f-address .f-mail {
    display: block;
    vertical-align: middle;
  }
  #footer .f-address .f-tel a {
    color: #0091dc !important;
  }
  #footer .f-map {
    display: block;
    position: relative;
    width: 470px;
    height: 190px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  #footer .f-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #footer .f-map + .btn-type02 a {
    font-size: 75%;
  }
  #footer .f-map + .btn-type02 a:after {
    right: 15px;
  }
  #footer .f-banner {
    margin-top: 32px;
  }
  #footer .f-banner .row {
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-items: center;
  }
  #footer .f-banner .row:not(:last-child) {
    margin-bottom: 25px;
  }
  #footer .f-banner .row a {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    width: auto;
    height: 28px;
    font-size: 75%;
    letter-spacing: 0.02em;
    padding: 5px 15px;
    color: #000;
    border: #cccccc 1px solid;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #footer .f-banner .row 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 #fbottom {
    margin: 0 -20px;
    margin-top: 20px;
    padding: 10px 0;
    background: #55c332;
    display: inline-block;
  }
  #footer #fbottom .copyright {
    margin: 0;
    font-size: 75%;
    text-align: center;
    line-height: 1.2;
    color: #fff;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu .menu {
    float: right;
    width: 50px;
    height: 60px;
    z-index: 115;
    position: fixed;
    right: 5px;
    top: 5px;
  }
  #sp-menu .menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #sp-menu .menu a .icon {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 4px;
    background: #0091dc;
    transition: 0.2s;
  }
  #sp-menu .menu a .icon:before, #sp-menu .menu a .icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 4px;
    background: #0091dc;
    transition: 0.3s;
  }
  #sp-menu .menu a .icon:before {
    margin-top: -12px;
  }
  #sp-menu .menu a .icon:after {
    margin-top: 9px;
  }
  #sp-menu .menu a.close .icon {
    background: transparent;
  }
  #sp-menu .menu a.close .icon:before, #sp-menu .menu a.close .icon:after {
    margin-top: 0;
  }
  #sp-menu .menu a.close .icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #sp-menu .menu a.close .icon:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #md-nav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 110;
    display: none;
    padding: 72px 10px 10px;
    height: 100%;
    background: #eef8d7;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #ffffff;
    color: #1eb5e1;
  }
  #sp-nav li.separater {
    border-bottom: 3px solid #ffffff;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 19px 10px 18px 35px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    position: relative;
  }
  #sp-nav li a::after,
  #sp-nav li span.parent::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    background-color: #0091dc;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  #sp-nav li a span.sub,
  #sp-nav li span.parent span.sub {
    font-size: 10px;
  }
  #sp-nav li.on > a,
  #sp-nav li a:hover {
    color: #55c332;
  }
  #sp-nav li.on > a::after,
  #sp-nav li a:hover::after {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
  }
  #sp-nav li ul {
    display: none;
    border-top: 1px solid #ffffff;
    padding-top: 1px;
    margin: 0 0 10px 15px;
  }
  #sp-nav li ul li {
    border-bottom: 1px dotted #ffffff;
  }
  #sp-nav li ul li:last-child {
    border-bottom: none;
  }
  #sp-nav li ul li a,
  #sp-nav li ul li span.parent {
    display: block;
    font-size: 14px;
    padding: 19px 10px 18px 35px;
    cursor: pointer;
    position: relative;
  }
  #sp-nav li ul li a::after,
  #sp-nav li ul li span.parent::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    background-color: #0091dc;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  #sp-nav li ul li.on > a,
  #sp-nav li ul li a:hover {
    color: #55c332;
  }
  #sp-nav li ul li.on > a::after,
  #sp-nav li ul li a:hover::after {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
  }
  #sp-nav li span.parent span {
    display: block;
    position: relative;
  }
  #sp-nav li span.parent span::after {
    position: absolute;
    content: "";
    min-height: 20px;
    background: url(../images/common/arrow_circle.svg) center right no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  #sp-nav li span.parent.open {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav li span.parent.open span::after {
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
  }
  #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 a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav > li.on > a,
  #sp-nav > li.on span.parent {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sp-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .sp-btns .btns > a {
    display: inline-block;
    width: 130px;
    box-sizing: border-box;
    padding: 15px;
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #767676;
    line-height: 1;
    border-radius: 2px;
  }
  .sp-btns .wpm-language-switcher li {
    width: 130px;
    box-sizing: border-box;
    padding: 15px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #767676;
    line-height: 1;
    border-radius: 2px;
  }
  .sp-btns .wpm-language-switcher li a {
    color: #000;
    text-decoration: none;
  }
  .sp-btns .wpm-language-switcher li span {
    margin: 0;
  }
  #title {
    margin-bottom: 10px;
    width: auto;
    height: 390px;
    position: relative;
    background: linear-gradient(180deg, #eef8d7 0%, #fff 100%);
    padding-top: 70px;
  }
  #title::before, #title::after {
    position: absolute;
    content: "";
  }
  #title::before {
    bottom: 63px;
    left: 1px;
    width: 200px;
    height: 158px;
    background-image: url(../images/common/title-pattern_sp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #title::after {
    width: 288px;
    height: 150px;
    mask-size: contain;
    mask-repeat: no-repeat;
    top: 70px;
    left: calc(50% - 68px);
    mask-image: url(../images/common/title-pattern02.svg);
    background-image: url(../images/greeting/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #title .container-inner {
    z-index: 10;
  }
  #title .title-box {
    position: absolute;
    z-index: 99;
    bottom: 56px;
    left: 18px;
    padding-left: 20px;
    line-height: 1.16;
  }
  #title .title {
    margin-bottom: 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .title .ja {
    font-size: 75%;
    letter-spacing: 0.2em;
    padding-left: 4px;
  }
  #title .title .en {
    display: block;
    font-size: 200%;
    color: #55c332;
    line-height: 1;
  }
  /* CONTENT */
  #content {
    z-index: 102;
    position: relative;
  }
  #content .container-inner {
    padding: 0 20px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 75%;
  }
  #breadcrumb li a {
    color: #000;
  }
  #breadcrumb li.on {
    font-weight: bold !important;
    color: #0091dc;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 60px;
  }
  .section-s {
    margin-bottom: 40px;
  }
  .section-ss {
    margin-bottom: 20px;
  }
  .section-sss {
    margin-bottom: 10px;
  }
  .section-ssss {
    margin-bottom: 5px;
  }
  .section-last {
    margin-bottom: 100px;
  }
  .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: #fff;
    position: relative;
  }
  .pagetop a::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-top: 2px solid #0091dc;
    border-left: 2px solid #0091dc;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .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 */
  #snav .title-snav {
    padding: 5px 5px 3px;
    color: #ffffff;
    font-size: 1.2em;
    letter-spacing: 4pt;
    text-indent: 4pt;
    text-align: center;
    background-color: #f18c27;
  }
  #snav .snav-list > li > a {
    display: block;
    padding: 10px 10px 6px 36px;
    color: #000000;
    font-weight: bold;
    background-image: url(../images/common/anchor-type02.png);
    background-position: 24px 16px;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    border-bottom: 1px solid #969696;
  }
  #snav .snav-list > li.on > a,
  #snav .snav-list > li > a:hover {
    color: #f08b26;
    background-image: url(../images/common/anchor-type01.png);
  }
}
