@charset "UTF-8";
/*--------------------------------------------------- */
/* 文字が現れる */
/*--------------------------------------------------- */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 0;
    width: 100%; } }
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 0;
    width: 100%; } }

@-webkit-keyframes {
  0% {
    width: 100%; } }

@keyframes {
  0% {
    width: 100%; } }

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes passing-txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes passing-txt-defalut {
  0% {
    opacity: 1; } }

@keyframes passing-txt-defalut {
  0% {
    opacity: 1; } }

.passing .passing-box {
  display: block;
  text-align: center; }

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0.8; }

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.5; }

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards; }

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards; }

@font-face {
  font-family: 'matissem';
  font-display: swap;
  src: url("/common/font/matisse-m.woff") format("woff"), url("/common/font/matisse-m.otf") format("truetype"); }

@media (max-width: 768px) {
  section .none1 {
    display: none; } }

@media (min-width: 769px) {
  section .none2 {
    display: none; } }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.about {
  padding-top: 100px; }
  .about .flex {
    margin-top: 80px; }
    @media (max-width: 480px) {
      .about .flex {
        margin-top: 40px; } }
  @media (min-width: 769px) {
    .about .no1 .textBlock {
      margin-top: 40px; } }
  .about .no2 {
    padding-top: 60px; }
  .about .listBlocks {
    margin-top: 34px; }
    @media (max-width: 768px) {
      .about .listBlocks {
        margin-top: 16px;
        margin-bottom: 32px; } }
    .about .listBlocks img {
      max-width: 460px; }
    .about .listBlocks .wrapwrap {
      padding: 12px;
      position: relative; }
      .about .listBlocks .wrapwrap:before {
        content: "";
        background-color: #fff;
        /* style */
        width: 100%;
        height: 80%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        margin: auto; }
    .about .listBlocks .list1a:before {
      background-color: #ececec; }
    .about .listBlocks .list1a img {
      max-width: 184px; }
    .about .listBlocks .list2a:before {
      background-color: #daf2ff; }
    .about .listBlocks .list2a img {
      max-width: 175px; }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.map {
  margin-top: 100px; }
  .map .inner {
    border: 1px solid #aaa;
    border-radius: 16px;
    padding: 48px 48px 30px; }
    .map .inner .flex {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .map .inner .num1 {
      width: 390px; }
    .map .inner .num2 {
      width: calc(100% - 410px); }
    .map .inner h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #0775e2;
      color: #fff;
      padding: 12px 16px 8px;
      font-size: 26px;
      font-size: 2.6rem; }
      .map .inner h3 img {
        max-width: 24px;
        margin-right: 8px; }
    .map .inner p {
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 20px; }
    .map .inner .block {
      margin-top: 32px; }
      .map .inner .block strong {
        font-size: 20px;
        font-size: 2rem; }
      .map .inner .block span {
        font-size: 12px;
        font-size: 1.2rem; }
      .map .inner .block .names {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        margin-top: 4px;
        position: relative;
        line-height: 1.2em;
        left: -6px; }
    .map .inner .image1 {
      margin-top: 40px; }
      @media (max-width: 768px) {
        .map .inner .image1 {
          display: none; } }
    .map .inner .mapimg {
      max-width: 491px;
      position: relative;
      right: -12px;
      top: -20px; }

@media (max-width: 768px) {
  .map {
    margin-top: 100px; }
    .map .inner .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .map .inner .num1 {
      width: 100%; }
    .map .inner .num2 {
      width: 100%;
      margin-top: 60px; }
    .map .inner h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #0775e2;
      color: #fff;
      padding: 12px 16px 8px;
      font-size: 26px;
      font-size: 2.6rem; }
      .map .inner h3 img {
        max-width: 24px;
        margin-right: 8px; } }

@media (max-width: 480px) {
  .map .inner {
    border-radius: 10px;
    padding: 12px; }
    .map .inner .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .map .inner .num1 {
      width: 100%; }
    .map .inner .num2 {
      width: 100%;
      margin-top: 30px; }
    .map .inner h3 {
      padding: 8px 12px 6px;
      line-height: 1em;
      font-size: 18px;
      font-size: 1.8rem; }
      .map .inner h3 img {
        max-width: 18px;
        margin-right: 4px; }
    .map .inner p {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 12px; }
    .map .inner .block {
      margin-top: 24px; }
      .map .inner .block strong {
        font-size: 16px;
        font-size: 1.6rem; }
      .map .inner .block span {
        font-size: 10px;
        font-size: 1rem; }
      .map .inner .block .names {
        font-size: 12px;
        font-size: 1.2rem;
        left: 0; }
    .map .inner .image1 {
      margin-top: 24px;
      height: 200px;
      -o-object-fit: cover;
      object-fit: cover; }
    .map .inner .mapimg {
      right: 0px;
      top: 0; } }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.sub {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e2e2e2; }
  .sub .inner {
    background-color: #fff;
    padding: 40px; }
  .sub .flex {
    margin-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sub .num1 {
    width: 393px; }
  .sub .num2 {
    width: calc(100% - 440px); }
  .sub .catch {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-display: swap;
    font-weight: 700;
    margin-bottom: 8px;
    padding-top: 9px; }
  .sub ul {
    border-top: 1px solid #000; }
    .sub ul li {
      padding-top: 26px;
      padding-bottom: 26px;
      border-bottom: 1px solid #ddd;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .sub ul .name {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1em;
      width: 200px;
      font-weight: 500; }
    .sub ul .price {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1em;
      font-weight: 700;
      color: #0064ed; }
      .sub ul .price span {
        font-weight: 400;
        line-height: 1em;
        color: #333;
        font-size: 12px;
        font-size: 1.2rem; }
  .sub .bord {
    margin-top: 30px; }
    .sub .bord .catchName {
      background-color: #000;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      max-width: 133px;
      padding: 10px 16px;
      position: relative;
      right: -28px;
      bottom: -12px; }
    .sub .bord .border {
      border: 1px solid #ddd;
      padding: 38px 34px 30px; }
      .sub .bord .border .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .sub .bord .border .wrap span {
          font-size: 32px;
          font-size: 3.2rem;
          line-height: 1em;
          position: absolute;
          top: -8px;
          left: -7px;
          bottom: 0;
          margin: auto; }
        .sub .bord .border .wrap .inn {
          position: relative;
          padding-left: 1em;
          color: #000;
          font-size: 18px;
          font-size: 1.8rem;
          font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
          font-display: swap;
          font-weight: 700; }
          .sub .bord .border .wrap .inn:nth-last-of-type(1) {
            margin-left: 16px; }
      .sub .bord .border p {
        margin-top: 16px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5em;
        padding-left: 1em;
        position: relative; }
        .sub .bord .border p:before {
          content: "※";
          position: absolute;
          top: 0;
          left: 0;
          margin: auto;
          /* style */ }
  .sub .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
    text-decoration: none;
    background: #ff9326;
    text-align: center;
    border: 1px solid #ff9326;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 769px) {
      .sub .btn a:hover {
        background: #fff;
        color: #ff9326;
        border: 1px solid #ff9326;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .sub .btn a {
    margin: auto;
    margin-top: 50px;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px 60px 16px 16px;
    font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-display: swap;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media all and (-ms-high-contrast: none) {
      .sub .btn a {
        padding-top: 24px;
        max-width: 221px; } }

@media (max-width: 768px) {
  .sub .inner {
    background-color: #fff;
    padding: 40px; }
  .sub .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sub .num1 {
    width: 100%;
    padding-top: 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .sub .num1 img {
      height: 300px;
      -o-object-fit: cover;
      object-fit: cover; }
  .sub .num2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .sub .catch {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-display: swap;
    font-weight: 700;
    margin-bottom: 8px;
    padding-top: 9px; } }

@media (max-width: 480px) {
  .sub .inner {
    padding: 24px 16px 16px; }
  .sub .flex {
    margin-top: 24px; }
  .sub .num1 {
    width: 100%;
    padding-top: 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .sub .num1 img {
      height: 150px;
      -o-object-fit: cover;
      object-fit: cover; }
  .sub .num2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .sub .catch {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
    padding-top: 0px; }
  .sub ul li {
    padding-top: 16px;
    padding-bottom: 16px; }
  .sub ul .name {
    font-size: 16px;
    font-size: 1.6rem;
    width: 55%; }
  .sub ul .price {
    width: 45%;
    font-size: 16px;
    font-size: 1.6rem; }
    .sub ul .price span {
      font-size: 10px;
      font-size: 1rem; }
  .sub .bord {
    margin-top: 24px; }
    .sub .bord .catchName {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 8px 12px; }
    .sub .bord .border {
      border: 1px solid #ddd;
      padding: 24px 16px 16px; }
      .sub .bord .border .wrap span {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1em;
        margin: auto;
        left: -12px; }
      .sub .bord .border .wrap .inn {
        position: relative;
        padding-left: 0.8em;
        font-size: 16px;
        font-size: 1.6rem; }
        .sub .bord .border .wrap .inn:nth-last-of-type(1) {
          margin-left: 16px; }
      .sub .bord .border p {
        margin-top: 16px;
        font-size: 14px;
        font-size: 1.4rem; }
  .sub .btn a {
    margin-top: 24px;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 60px 16px 16px; } }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.contactBlock {
  margin-top: 100px; }
  .contactBlock .inner {
    border: 1px solid #ddd;
    border-top: 2px solid #0775e2;
    padding: 50px 40px 80px; }
    @media (max-width: 1000px) {
      .contactBlock .inner {
        padding: 50px 30px 50px; } }
    .contactBlock .inner h3 {
      font-size: 28px;
      font-size: 2.8rem;
      text-align: center;
      font-family: "matissem", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
      font-display: swap;
      font-weight: 500; }
    .contactBlock .inner .flex {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-top: 32px;
      position: relative; }
      @media (max-width: 1000px) {
        .contactBlock .inner .flex {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .contactBlock .inner .flex:after {
        content: "";
        border-right: 1px dotted #ddd;
        width: 1px;
        height: 98px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        /* style */ }
        @media (max-width: 1000px) {
          .contactBlock .inner .flex:after {
            display: none; } }
    .contactBlock .inner .flex2 {
      width: 350px; }
    .contactBlock .inner .up {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      margin-bottom: 8px; }
    .contactBlock .inner .num1 {
      position: relative; }
      @media (min-width: 1001px) {
        .contactBlock .inner .num1 {
          left: 16px; } }
      .contactBlock .inner .num1 .tel, .contactBlock .inner .num1 .tel a {
        margin-top: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 38px;
        font-size: 3.8rem;
        font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-display: swap;
        font-weight: 700;
        color: #0775e2; }
        .contactBlock .inner .num1 .tel img, .contactBlock .inner .num1 .tel a img {
          max-width: 25px; }
        @media all and (-ms-high-contrast: none) {
          .contactBlock .inner .num1 .tel, .contactBlock .inner .num1 .tel a {
            position: relative;
            top: 12px; }
            .contactBlock .inner .num1 .tel img, .contactBlock .inner .num1 .tel a img {
              position: relative;
              top: -12px;
              left: -8px; } }
      .contactBlock .inner .num1 p {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        margin-top: 16px; }
    .contactBlock .inner .num2 {
      position: relative; }
      @media (min-width: 1001px) {
        .contactBlock .inner .num2 {
          right: -10px; } }
      .contactBlock .inner .num2 .mail a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        background-color: #ff9326;
        font-size: 21px;
        font-size: 2.1rem;
        font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-display: swap;
        font-weight: 700;
        color: #fff; }
        .contactBlock .inner .num2 .mail a img {
          max-width: 31px;
          -o-object-fit: contain;
          object-fit: contain;
          margin-right: 8px; }
        @media (min-width: 769px) {
          .contactBlock .inner .num2 .mail a:hover {
            /* style */
            opacity: 0.8;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; } }
        @media all and (-ms-high-contrast: none) {
          .contactBlock .inner .num2 .mail a {
            position: relative;
            padding-top: 16px; }
            .contactBlock .inner .num2 .mail a img {
              position: relative;
              top: -8px; } }

@media (max-width: 768px) {
  .contactBlock {
    margin-top: 100px; }
    .contactBlock .inner {
      padding: 40px; }
      .contactBlock .inner h3 {
        font-size: 24px;
        font-size: 2.4rem; }
      .contactBlock .inner .flex {
        margin-top: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .contactBlock .inner .flex2 {
        width: 100%; }
      .contactBlock .inner .up {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 8px; }
      .contactBlock .inner .num1 {
        position: relative; }
        .contactBlock .inner .num1 .tel, .contactBlock .inner .num1 .tel a {
          text-align: center;
          margin: auto;
          margin-top: 12px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 38px;
          font-size: 3.8rem; }
          .contactBlock .inner .num1 .tel a, .contactBlock .inner .num1 .tel a a {
            margin-top: 0; }
          .contactBlock .inner .num1 .tel img, .contactBlock .inner .num1 .tel a img {
            max-width: 25px; }
        .contactBlock .inner .num1 p {
          font-size: 16px;
          font-size: 1.6rem;
          text-align: center;
          margin-top: 16px; }
      .contactBlock .inner .num2 {
        margin-top: 40px; }
        .contactBlock .inner .num2 .mail a {
          margin: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          height: 64px;
          max-width: 330px;
          background-color: #ff9326;
          font-size: 21px;
          font-size: 2.1rem;
          font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
          font-display: swap;
          font-weight: 700;
          color: #fff; }
          .contactBlock .inner .num2 .mail a img {
            max-width: 31px;
            -o-object-fit: contain;
            object-fit: contain;
            margin-right: 8px; } }
        @media (max-width: 768px) and (min-width: 769px) {
          .contactBlock .inner .num2 .mail a:hover {
            /* style */
            opacity: 0.8;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; } }

@media (max-width: 480px) {
  .contactBlock .inner {
    padding: 24px; }
    .contactBlock .inner h3 {
      font-size: 20px;
      font-size: 2rem;
      text-align: left;
      line-height: 1.2em; }
    .contactBlock .inner .flex {
      margin-top: 32px; }
    .contactBlock .inner .flex2 {
      width: 100%; }
    .contactBlock .inner .up {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 8px; }
    .contactBlock .inner .num1 {
      position: relative; }
      .contactBlock .inner .num1 .tel, .contactBlock .inner .num1 .tel a {
        margin-top: 6px;
        font-size: 24px;
        font-size: 2.4rem;
        text-align: left;
        line-height: 1em; }
        .contactBlock .inner .num1 .tel a, .contactBlock .inner .num1 .tel a a {
          margin-top: 0; }
        .contactBlock .inner .num1 .tel img, .contactBlock .inner .num1 .tel a img {
          max-width: 18px; }
      .contactBlock .inner .num1 p {
        font-size: 10px;
        font-size: 1rem;
        margin-top: 8px; }
    .contactBlock .inner .num2 {
      margin-top: 32px; }
      .contactBlock .inner .num2 .mail a {
        width: 100%;
        max-width: 225px;
        height: auto;
        padding: 12px 4px;
        background-color: #ff9326;
        font-size: 14px;
        font-size: 1.4rem; }
        .contactBlock .inner .num2 .mail a img {
          max-width: 22px;
          margin-right: 4px; } }
