<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 2.0em;
  font-size: 16px;
  background-size: 100%; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    transition: all .5s;
    opacity: 0.7; }

ol, ul {
  list-style: none; }
  ol li, ul li {
    font-feature-settings: "pkna" 1; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.spOnly {
  display: none !important; }

@media screen and (max-width: 768px) {
  body .pcOnly {
    display: none !important; }
  body .spOnly {
    display: block !important; } }

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
body, input, select, textarea {
  color: #393131;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 480px) {
    body, input, select, textarea {
      font-size: 100%; } }

img {
  width: 100%;
  display: block; }

a {
  color: inherit;
  text-decoration: none;
  color: rgba(118, 115, 115, 0.7); }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

main {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }
  @media screen and (max-width: 768px) {
    main {
      display: block; } }
  main #contArea {
    flex: 1; }
  main #rArea {
    width: 150px;
    background-color: #F5F5F5;
    text-align: center;
    /*
            position: fixed;
            right:0;
            top: 0;
    */
    box-sizing: border-box;
    padding-top: 110px;
    position: relative; }
    @media screen and (max-width: 768px) {
      main #rArea {
        display: none; } }
    main #rArea .boxF {
      position: fixed;
      z-index: 0; }
      main #rArea .boxF .adArea {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: sideways;
        font-size: 14px;
        width: auto;
        margin: 0 auto; }
      main #rArea .boxF .iconArea {
        width: 28px;
        margin: 2em auto; }
        main #rArea .boxF .iconArea figure {
          margin-bottom: 0.5em; }
      main #rArea .boxF nav {
        padding: 0; }
        main #rArea .boxF nav a {
          display: inline-block;
          color: #FFFFFF;
          width: 120px;
          /*元のボタン幅*/
          margin-left: 30px;
          /*右隣の余白*/
          border-radius: 0;
          /*右側だけ丸くしています*/
          text-align: center;
          font-size: 12px;
          line-height: 1.2em;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          padding: 1em 0; }
          main #rArea .boxF nav a:hover {
            width: 150px;
            /*マウスオーバーで幅が変わります*/
            margin-left: 0px;
            /*幅が増えた分を減らします*/ }
          main #rArea .boxF nav a.onlineL {
            background-color: #DDA1A1; }
          main #rArea .boxF nav a.ondemandL {
            background-color: #BBCCAD; }
          main #rArea .boxF nav a.onlineS {
            background-color: #ACD1D1; }
        main #rArea .boxF nav figure {
          text-align: center; }
          main #rArea .boxF nav figure img {
            width: 28px;
            margin: 0 auto; }

h1 {
  margin: 0; }
  h1#logo {
    width: 1100px;
    margin: 0 auto 2.5em; }
    @media screen and (max-width: 1280px) {
      h1#logo {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      h1#logo {
        width: 92%; } }
    h1#logo figure {
      width: 160px; }

#indexAbout {
  width: 1100px;
  margin: 6em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    #indexAbout {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    #indexAbout {
      width: 90%;
      margin: 4em auto; } }
  @media screen and (max-width: 480px) {
    #indexAbout {
      width: 92%;
      margin: 3em auto; } }
  #indexAbout figure {
    width: 30%; }
    @media screen and (max-width: 768px) {
      #indexAbout figure {
        width: 100%; } }
    #indexAbout figure img {
      display: block;
      border-radius: 100%; }
      @media screen and (max-width: 768px) {
        #indexAbout figure img {
          width: 70%;
          margin: 0 auto 1em; } }
  #indexAbout div {
    width: 65%;
    font-family: "Shippori Mincho B1", serif; }
    @media screen and (max-width: 768px) {
      #indexAbout div {
        width: 100%; } }
    #indexAbout div h1 {
      font-size: 24px;
      font-family: "Shippori Mincho B1", serif;
      line-height: 1.8em;
      margin-bottom: 1em;
      text-align: center; }
    #indexAbout div .btnArea {
      margin: 3em 0 0;
      font-family: "Noto Sans JP", sans-serif; }
      #indexAbout div .btnArea a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #767373; }
        #indexAbout div .btnArea a:hover {
          cursor: pointer;
          text-decoration: none; }
        #indexAbout div .btnArea a::after {
          position: absolute;
          bottom: -4px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #767373;
          /*transform: scale(0.5, 1);*/
          transform-origin: center top;
          transition: transform .3s; }
        #indexAbout div .btnArea a:hover::after {
          transform: scale(1, 1); }
      #indexAbout div .btnArea i {
        margin-right: 6px; }

#indexSns {
  width: 1000px;
  margin: 6em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    #indexSns {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    #indexSns {
      width: 90%;
      margin: 3em auto; } }
  @media screen and (max-width: 480px) {
    #indexSns {
      width: 92%;
      margin: 3em auto; } }
  #indexSns .infoArea {
    width: 40%; }
    @media screen and (max-width: 768px) {
      #indexSns .infoArea {
        width: 100%;
        margin-bottom: 2em; } }
    #indexSns .infoArea .img {
      width: 55%;
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        #indexSns .infoArea .img {
          width: 40%; } }
    #indexSns .infoArea h2 {
      font-size: 20px;
      margin-bottom: 1.5em;
      text-align: center; }
    #indexSns .infoArea .qrArea {
      width: 80%;
      margin: 3em auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #indexSns .infoArea .qrArea figure {
        width: 40%;
        text-align: center;
        font-size: 14px; }
  #indexSns .instaArea {
    width: 52%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #indexSns .instaArea {
        width: 100%; } }
    #indexSns .instaArea figure {
      width: 31.5%;
      margin-bottom: 3%; }
    #indexSns .instaArea p {
      width: 100%;
      text-align: right;
      font-size: 12px;
      line-height: 1.6em; }

#indexOL {
  margin: 0 auto 3em; }
  #indexOL .titleArea {
    background: linear-gradient(90deg, #EDD4D2 0%, #EDD4D2 10%, #FFFFFF 10%, #FFFFFF 100%);
    margin-bottom: 2em; }
    @media screen and (max-width: 1280px) {
      #indexOL .titleArea {
        background-size: 20px;
        background: linear-gradient(90deg, #EDD4D2 0%, #EDD4D2 3%, #FFFFFF 3%, #FFFFFF 100%); } }
    @media screen and (max-width: 768px) {
      #indexOL .titleArea {
        margin-bottom: 1.5em; } }
    #indexOL .titleArea h2 {
      width: 1000px;
      margin: 0 auto;
      font-size: 32px;
      line-height: 1.0em;
      font-family: "Spectral SC", serif; }
      #indexOL .titleArea h2 span {
        font-size: 40px;
        color: #DDA1A1; }
      @media screen and (max-width: 1280px) {
        #indexOL .titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        #indexOL .titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #indexOL .titleArea h2 {
          width: 92%; } }
    #indexOL .titleArea p {
      width: 1000px;
      margin: 0 auto;
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 1280px) {
        #indexOL .titleArea p {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #indexOL .titleArea p {
          width: 92%; } }
  #indexOL h3 {
    font-size: 18px;
    line-height: 1.8em;
    width: 1000px;
    margin: 0 auto;
    font-weight: 500; }
    @media screen and (max-width: 1280px) {
      #indexOL h3 {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #indexOL h3 {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      #indexOL h3 {
        width: 92%; } }
  #indexOL p {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      #indexOL p {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #indexOL p {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      #indexOL p {
        width: 92%; } }
  #indexOL .osusume {
    width: 1000px;
    margin: 5em auto 1em;
    text-align: center;
    padding: 2.5em;
    box-sizing: border-box;
    border: 2px solid #DDA1A1;
    font-weight: 500; }
    @media screen and (max-width: 1280px) {
      #indexOL .osusume {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #indexOL .osusume {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      #indexOL .osusume {
        width: 92%;
        padding: 1.5em; } }
    #indexOL .osusume h4 {
      font-size: 18px;
      line-height: 1.8em;
      margin-bottom: 1em; }
    #indexOL .osusume p {
      width: auto; }
      @media screen and (max-width: 768px) {
        #indexOL .osusume p {
          text-align: justify; } }
  #indexOL .btnArea {
    margin: 0 auto 0; }
    #indexOL .btnArea a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #767373; }
      #indexOL .btnArea a:hover {
        cursor: pointer;
        text-decoration: none; }
      #indexOL .btnArea a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #767373;
        /*transform: scale(0.5, 1);*/
        transform-origin: center top;
        transition: transform .3s; }
      #indexOL .btnArea a:hover::after {
        transform: scale(1, 1); }
    #indexOL .btnArea i {
      margin-right: 6px; }

#lessonInfo1 {
  width: 1000px;
  margin: 0 auto 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 1280px) {
    #lessonInfo1 {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    #lessonInfo1 {
      margin: 0 auto 3em; } }
  @media screen and (max-width: 480px) {
    #lessonInfo1 {
      width: 92%;
      margin: 0 auto 3em; } }
  #lessonInfo1 figure {
    width: 50%; }
    @media screen and (max-width: 768px) {
      #lessonInfo1 figure {
        width: 100%; } }
    #lessonInfo1 figure img {
      display: block; }
  #lessonInfo1 div {
    width: 45%;
    font-size: 14px;
    line-height: 1.6em; }
    @media screen and (max-width: 768px) {
      #lessonInfo1 div {
        width: 100%; } }
    #lessonInfo1 div h3 {
      font-size: 20px;
      line-height: 1.6em;
      font-weight: 500;
      margin-bottom: 1em; }
    #lessonInfo1 div .btnArea {
      margin: 2em auto 2em; }
      #lessonInfo1 div .btnArea a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #767373;
        font-size: 16px; }
        #lessonInfo1 div .btnArea a:hover {
          cursor: pointer;
          text-decoration: none; }
        #lessonInfo1 div .btnArea a::after {
          position: absolute;
          bottom: -4px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #767373;
          /*transform: scale(0.5, 1);*/
          transform-origin: center top;
          transition: transform .3s; }
        #lessonInfo1 div .btnArea a:hover::after {
          transform: scale(1, 1); }
      #lessonInfo1 div .btnArea i {
        margin-right: 6px; }
    #lessonInfo1 div .btn {
      text-align: center;
      width: 80%;
      margin: 1.5em auto 1.0em;
      font-size: 16px; }
      @media screen and (max-width: 1280px) {
        #lessonInfo1 div .btn {
          width: 100%; } }
      #lessonInfo1 div .btn a {
        padding: 0.7em 0;
        display: inline-block;
        background-color: #DDA1A1;
        color: #FFFFFF;
        width: 100%;
        border-radius: 3em; }
        #lessonInfo1 div .btn a i {
          margin-right: 6px; }
        #lessonInfo1 div .btn a span {
          font-size: 14px; }
    #lessonInfo1 div .ltText {
      text-align: center;
      margin: 0 auto; }
      @media screen and (max-width: 1280px) {
        #lessonInfo1 div .ltText {
          width: 100%; } }

#lessonInfo {
  width: 1000px;
  margin: 0 auto 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 1280px) {
    #lessonInfo {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    #lessonInfo {
      margin: 0 auto 3em; } }
  @media screen and (max-width: 480px) {
    #lessonInfo {
      width: 92%;
      margin: 0 auto 3em; } }
  #lessonInfo .lessonArea {
    width: 48%;
    margin-bottom: 3em;
    font-size: 14px;
    line-height: 1.6em; }
    @media screen and (max-width: 768px) {
      #lessonInfo .lessonArea {
        width: 100%;
        margin-bottom: 3em; } }
    #lessonInfo .lessonArea .box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #lessonInfo .lessonArea .box figure {
        width: 50%; }
        @media screen and (max-width: 768px) {
          #lessonInfo .lessonArea .box figure {
            width: 100%; } }
        #lessonInfo .lessonArea .box figure img {
          display: block; }
      #lessonInfo .lessonArea .box div {
        width: 45%;
        font-size: 14px;
        line-height: 1.6em; }
        @media screen and (max-width: 768px) {
          #lessonInfo .lessonArea .box div {
            width: 100%; } }
        #lessonInfo .lessonArea .box div h3 {
          font-size: 20px;
          line-height: 1.6em;
          font-weight: 500;
          margin-bottom: 1em; }
        #lessonInfo .lessonArea .box div .btnArea {
          margin: 2em auto 2em; }
          #lessonInfo .lessonArea .box div .btnArea a {
            position: relative;
            display: inline-block;
            text-decoration: none;
            color: #767373;
            font-size: 16px; }
            #lessonInfo .lessonArea .box div .btnArea a:hover {
              cursor: pointer;
              text-decoration: none; }
            #lessonInfo .lessonArea .box div .btnArea a::after {
              position: absolute;
              bottom: -4px;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #767373;
              /*transform: scale(0.5, 1);*/
              transform-origin: center top;
              transition: transform .3s; }
            #lessonInfo .lessonArea .box div .btnArea a:hover::after {
              transform: scale(1, 1); }
          #lessonInfo .lessonArea .box div .btnArea i {
            margin-right: 6px; }
  #lessonInfo .btn {
    text-align: center;
    width: 60%;
    margin: 1em auto 0.6em; }
    #lessonInfo .btn a {
      padding: 0.5em 0;
      display: inline-block;
      background-color: #DDA1A1;
      color: #FFFFFF;
      width: 100%;
      border-radius: 30px; }
      #lessonInfo .btn a i {
        margin-right: 6px; }
  #lessonInfo .ltText {
    text-align: center;
    width: 100%; }

#indexODL {
  margin: 0 auto 8em; }
  #indexODL .titleArea {
    background: linear-gradient(90deg, #E4EBDE 0%, #E4EBDE 10%, #FFFFFF 10%, #FFFFFF 100%);
    margin-bottom: 2em; }
    @media screen and (max-width: 1280px) {
      #indexODL .titleArea {
        background-size: 20px;
        background: linear-gradient(90deg, #E4EBDE 0%, #E4EBDE 3%, #FFFFFF 3%, #FFFFFF 100%); } }
    @media screen and (max-width: 768px) {
      #indexODL .titleArea {
        margin-bottom: 1.5em; } }
    #indexODL .titleArea h2 {
      width: 1000px;
      margin: 0 auto;
      font-size: 32px;
      line-height: 1.0em;
      font-family: "Spectral SC", serif; }
      #indexODL .titleArea h2 span {
        font-size: 40px;
        color: #BBCCAD; }
      @media screen and (max-width: 1280px) {
        #indexODL .titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        #indexODL .titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #indexODL .titleArea h2 {
          width: 92%; } }
    #indexODL .titleArea p {
      width: 1000px;
      margin: 0 auto;
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 1280px) {
        #indexODL .titleArea p {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #indexODL .titleArea p {
          width: 92%; } }
  #indexODL .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1280px) {
      #indexODL .inner {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #indexODL .inner {
        width: 90%;
        position: static; } }
    @media screen and (max-width: 480px) {
      #indexODL .inner {
        width: 92%; } }
    #indexODL .inner .info {
      width: 37%; }
      @media screen and (max-width: 768px) {
        #indexODL .inner .info {
          width: 100%;
          margin-bottom: 2em; } }
      #indexODL .inner .info h3 {
        font-size: 18px;
        line-height: 1.8em;
        margin-bottom: 1em; }
    #indexODL .inner .move {
      position: absolute;
      top: -100px;
      right: -5%;
      width: 63%; }
      @media screen and (max-width: 768px) {
        #indexODL .inner .move {
          position: static;
          width: 100%; } }
      #indexODL .inner .move img {
        border-radius: 1em; }
  #indexODL .osusume {
    width: 1000px;
    margin: 5em auto 1em;
    text-align: center;
    padding: 2.5em;
    box-sizing: border-box;
    border: 2px solid #BBCCAD;
    font-weight: 500; }
    @media screen and (max-width: 1280px) {
      #indexODL .osusume {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #indexODL .osusume {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      #indexODL .osusume {
        width: 92%;
        padding: 1.5em; } }
    #indexODL .osusume h4 {
      font-size: 18px;
      line-height: 1.8em;
      margin-bottom: 1em; }
    #indexODL .osusume p {
      width: auto; }
      @media screen and (max-width: 768px) {
        #indexODL .osusume p {
          text-align: justify; } }
  #indexODL .btnArea {
    width: 1040px;
    margin: 0 auto 0;
    text-align: center; }
    @media screen and (max-width: 1280px) {
      #indexODL .btnArea {
        width: 90%; } }
    #indexODL .btnArea a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #767373; }
      #indexODL .btnArea a:hover {
        cursor: pointer;
        text-decoration: none; }
      #indexODL .btnArea a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #767373;
        /*transform: scale(0.5, 1);*/
        transform-origin: center top;
        transition: transform .3s; }
      #indexODL .btnArea a:hover::after {
        transform: scale(1, 1); }
    #indexODL .btnArea i {
      margin-right: 6px; }
  #indexODL .btn {
    width: 380px;
    margin: 3em auto;
    font-size: 18px;
    line-height: 1.6em;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #indexODL .btn {
        width: 90%; } }
    #indexODL .btn a {
      display: inline-block;
      width: 100%;
      padding: 0.7em;
      background-color: #BBCCAD;
      color: #FFFFFF;
      border-radius: 3em;
      box-sizing: border-box; }
      #indexODL .btn a i {
        margin-right: 6px; }
    #indexODL .btn span {
      font-size: 14px;
      line-height: 1.2em; }
  #indexODL #realLS {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      #indexODL #realLS {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #indexODL #realLS {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      #indexODL #realLS {
        width: 92%; } }
    #indexODL #realLS .imgL {
      width: 35%; }
      @media screen and (max-width: 768px) {
        #indexODL #realLS .imgL {
          width: 100%;
          margin-bottom: 1em; } }
    #indexODL #realLS .info {
      width: 60%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #indexODL #realLS .info {
          width: 100%; } }
      #indexODL #realLS .info h3 {
        width: 100%;
        font-size: 28px;
        line-height: 1.6em;
        font-family: "Spectral SC", serif;
        margin-bottom: 0.5em; }
      #indexODL #realLS .info p {
        width: 100%; }
      #indexODL #realLS .info .box {
        width: 60%; }
        @media screen and (max-width: 768px) {
          #indexODL #realLS .info .box {
            width: 100%;
            margin-bottom: 2em; } }
      #indexODL #realLS .info .qr {
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          #indexODL #realLS .info .qr {
            width: 100%; } }
        #indexODL #realLS .info .qr figure {
          width: 45%; }

#indexOS {
  margin: 0 auto 3em; }
  #indexOS .titleArea {
    background: linear-gradient(90deg, #DEEDED 0%, #DEEDED 10%, #FFFFFF 10%, #FFFFFF 100%);
    margin-bottom: 2em; }
    @media screen and (max-width: 1280px) {
      #indexOS .titleArea {
        background-size: 20px;
        background: linear-gradient(90deg, #DEEDED 0%, #DEEDED 3%, #FFFFFF 3%, #FFFFFF 100%); } }
    @media screen and (max-width: 768px) {
      #indexOS .titleArea {
        margin-bottom: 1.5em; } }
    #indexOS .titleArea h2 {
      width: 1000px;
      margin: 0 auto;
      font-size: 32px;
      line-height: 1.0em;
      font-family: "Spectral SC", serif; }
      #indexOS .titleArea h2 span {
        font-size: 40px;
        color: #ACD1D1; }
      @media screen and (max-width: 1280px) {
        #indexOS .titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        #indexOS .titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #indexOS .titleArea h2 {
          width: 92%; } }
    #indexOS .titleArea p {
      width: 1000px;
      margin: 0 auto;
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 1280px) {
        #indexOS .titleArea p {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #indexOS .titleArea p {
          width: 92%; } }
  #indexOS .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 5em; }
    @media screen and (max-width: 1280px) {
      #indexOS .inner {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #indexOS .inner {
        width: 90%;
        position: static;
        padding-bottom: 3em; } }
    @media screen and (max-width: 480px) {
      #indexOS .inner {
        width: 92%; } }
    #indexOS .inner .info {
      width: 37%; }
      @media screen and (max-width: 768px) {
        #indexOS .inner .info {
          width: 100%;
          margin-bottom: 2em; } }
      #indexOS .inner .info h3 {
        font-size: 18px;
        line-height: 1.8em;
        margin-bottom: 1em; }
      #indexOS .inner .info .btn {
        margin: 3em 0 0;
        font-size: 18px;
        line-height: 1.6em;
        text-align: center; }
        #indexOS .inner .info .btn a {
          display: inline-block;
          width: 100%;
          padding: 0.7em;
          background-color: #ACD1D1;
          color: #FFFFFF;
          border-radius: 3em;
          box-sizing: border-box; }
          #indexOS .inner .info .btn a i {
            margin-right: 6px; }
        #indexOS .inner .info .btn span {
          font-size: 14px;
          line-height: 1.2em; }
    #indexOS .inner .move {
      position: absolute;
      top: -100px;
      right: -5%;
      width: 63%; }
      @media screen and (max-width: 768px) {
        #indexOS .inner .move {
          position: static;
          width: 100%; } }

#onlineLS {
  padding: 2em 0 10em;
  margin: 0 auto; }
  #onlineLS .mainImg {
    width: 1100px;
    margin: 0 auto 5em; }
    @media screen and (max-width: 1280px) {
      #onlineLS .mainImg {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #onlineLS .mainImg {
        margin: 0 auto 3em; } }
    @media screen and (max-width: 480px) {
      #onlineLS .mainImg {
        width: 92%;
        margin: 0 auto 3em; } }
  #onlineLS a {
    font-weight: 500;
    color: #393131;
    text-decoration: underline; }
  #onlineLS #online {
    background: linear-gradient(90deg, #EDD4D2 0%, #EDD4D2 10%, #FFFFFF 10%, #FFFFFF 100%);
    margin-bottom: 5em; }
    @media screen and (max-width: 1280px) {
      #onlineLS #online {
        background-size: 20px;
        background: linear-gradient(90deg, #EDD4D2 0%, #EDD4D2 3%, #FFFFFF 3%, #FFFFFF 100%); } }
    @media screen and (max-width: 768px) {
      #onlineLS #online {
        margin-bottom: 3em; } }
    #onlineLS #online h2 {
      width: 1040px;
      margin: 0 auto;
      font-size: 32px;
      line-height: 1.0em;
      font-family: "Spectral SC", serif; }
      #onlineLS #online h2 span {
        font-size: 40px;
        color: #DDA1A1; }
      @media screen and (max-width: 1280px) {
        #onlineLS #online h2 {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        #onlineLS #online h2 {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #onlineLS #online h2 {
          width: 92%; } }
    #onlineLS #online p {
      width: 1040px;
      margin: 0 auto;
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 1280px) {
        #onlineLS #online p {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #onlineLS #online p {
          width: 92%; } }
  #onlineLS #archive {
    background: linear-gradient(90deg, #E4EBDE 0%, #E4EBDE 10%, #FFFFFF 10%, #FFFFFF 100%);
    margin-bottom: 1em; }
    @media screen and (max-width: 1280px) {
      #onlineLS #archive {
        background-size: 20px;
        background: linear-gradient(90deg, #E4EBDE 0%, #E4EBDE 3%, #FFFFFF 3%, #FFFFFF 100%); } }
    @media screen and (max-width: 768px) {
      #onlineLS #archive {
        margin-bottom: 1em; } }
    #onlineLS #archive h2 {
      width: 1040px;
      margin: 0 auto;
      font-size: 32px;
      line-height: 1.0em;
      font-family: "Spectral SC", serif; }
      #onlineLS #archive h2 span {
        font-size: 40px;
        color: #BBCCAD; }
      @media screen and (max-width: 1280px) {
        #onlineLS #archive h2 {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        #onlineLS #archive h2 {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #onlineLS #archive h2 {
          width: 92%; } }
    #onlineLS #archive p {
      width: 1040px;
      margin: 0 auto;
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 1280px) {
        #onlineLS #archive p {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #onlineLS #archive p {
          width: 92%; } }
  #onlineLS h3 {
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif;
    line-height: 1.8em;
    padding: 2.5em 0 2em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #onlineLS h3 {
        padding: 1.5em 0 1em; } }
  #onlineLS #OLlesson {
    width: 1000px;
    margin: 5em auto; }
    @media screen and (max-width: 1280px) {
      #onlineLS #OLlesson {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #onlineLS #OLlesson {
        margin: 0 auto 3em; } }
    @media screen and (max-width: 480px) {
      #onlineLS #OLlesson {
        width: 92%;
        margin: 0 auto 3em; } }
    #onlineLS #OLlesson .topArea {
      text-align: center; }
      #onlineLS #OLlesson .topArea figure {
        width: 35%;
        margin: 0 auto; }
        @media screen and (max-width: 480px) {
          #onlineLS #OLlesson .topArea figure {
            width: 80%; } }
      #onlineLS #OLlesson .topArea .text {
        font-size: 18px;
        font-weight: 500;
        line-height: 2.0em;
        margin: 2em 0 0; }
    #onlineLS #OLlesson .box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #onlineLS #OLlesson .box .inner {
        width: 48.0%;
        padding: 1.5em;
        box-sizing: border-box;
        border-radius: 8px; }
        #onlineLS #OLlesson .box .inner.color1 {
          background-color: rgba(221, 161, 161, 0.3); }
        #onlineLS #OLlesson .box .inner.color2 {
          background-color: rgba(244, 201, 218, 0.3); }
        @media screen and (max-width: 768px) {
          #onlineLS #OLlesson .box .inner {
            width: 100%;
            margin-bottom: 2em; } }
        #onlineLS #OLlesson .box .inner h4 {
          text-align: center;
          font-size: 20px;
          font-weight: 500;
          line-height: 1.6em;
          padding-bottom: 1.5em;
          margin-bottom: 2em; }
          #onlineLS #OLlesson .box .inner h4.line1 {
            background-image: url("../images/line_line1.svg");
            background-position: bottom center;
            background-repeat: no-repeat; }
          #onlineLS #OLlesson .box .inner h4.line2 {
            background-image: url("../images/lesson_line.svg");
            background-position: bottom center;
            background-repeat: no-repeat; }
        #onlineLS #OLlesson .box .inner .titleArea {
          text-align: center;
          margin: 1.5em 0; }
        #onlineLS #OLlesson .box .inner .icon {
          text-align: center;
          margin-bottom: 1.5em; }
          #onlineLS #OLlesson .box .inner .icon img {
            display: inline-block;
            width: auto;
            height: 120px; }
        #onlineLS #OLlesson .box .inner .bottomS {
          margin-bottom: 2em; }
      #onlineLS #OLlesson .box .btn {
        text-align: center;
        width: 100%;
        margin: 5em auto 0;
        font-size: 16px; }
        @media screen and (max-width: 1280px) {
          #onlineLS #OLlesson .box .btn {
            width: 100%; } }
        #onlineLS #OLlesson .box .btn a {
          padding: 0.7em 0;
          display: inline-block;
          background-color: #DDA1A1;
          color: #FFFFFF;
          width: 100%;
          border-radius: 3em;
          text-decoration: none; }
          #onlineLS #OLlesson .box .btn a i {
            margin-right: 6px; }
          #onlineLS #OLlesson .box .btn a span {
            font-size: 14px; }
      #onlineLS #OLlesson .box .arrow {
        margin: 2em 0;
        text-align: center; }
        #onlineLS #OLlesson .box .arrow img {
          display: inline-block;
          width: 32px; }
      #onlineLS #OLlesson .box .ill {
        margin: 2em 0;
        text-align: center; }
        #onlineLS #OLlesson .box .ill img {
          display: inline-block;
          width: 120px; }
      #onlineLS #OLlesson .box .lineA {
        margin: 1.5em auto;
        width: 80%;
        padding: 1em;
        text-align: center;
        background-color: #FFFFFF;
        border-radius: 8px; }
        #onlineLS #OLlesson .box .lineA img {
          margin-top: 10px;
          width: 110px;
          display: inline-block; }
    #onlineLS #OLlesson .box1 {
      margin: 0 0 5em;
      padding-bottom: 4em;
      text-align: center;
      background-image: url("../images/lesson_underline.jpg");
      background-position: bottom center;
      background-repeat: no-repeat; }
      #onlineLS #OLlesson .box1 figure {
        width: 260px;
        margin: 0 auto 2em; }
      #onlineLS #OLlesson .box1 h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6em; }
      #onlineLS #OLlesson .box1 p {
        margin-bottom: 3em; }
        #onlineLS #OLlesson .box1 p span {
          font-weight: 500;
          color: #DDA1A1; }
        @media screen and (max-width: 768px) {
          #onlineLS #OLlesson .box1 p {
            text-align: justify; } }
  #onlineLS .box2 {
    width: 1000px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 1280px) {
      #onlineLS .box2 {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #onlineLS .box2 {
        margin: 0 auto 3em; } }
    @media screen and (max-width: 480px) {
      #onlineLS .box2 {
        width: 92%;
        margin: 0 auto 3em; } }
    #onlineLS .box2 h4 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 1em; }
    #onlineLS .box2 p {
      text-align: center; }
      @media screen and (max-width: 768px) {
        #onlineLS .box2 p {
          text-align: justify; } }
    #onlineLS .box2 .topArea {
      text-align: center; }
      #onlineLS .box2 .topArea .text {
        font-size: 18px;
        font-weight: 500;
        line-height: 2.0em; }
      @media screen and (max-width: 768px) {
        #onlineLS .box2 .topArea {
          text-align: justify; } }
    #onlineLS .box2 .icon {
      width: 190px;
      margin: 3em auto; }
    #onlineLS .box2 .title {
      margin-top: 3em;
      font-weight: 500;
      text-align: center; }
    #onlineLS .box2 .btn {
      text-align: center;
      width: 380px;
      margin: 5em auto 0;
      font-size: 16px; }
      @media screen and (max-width: 480px) {
        #onlineLS .box2 .btn {
          width: 100%; } }
      #onlineLS .box2 .btn a {
        padding: 0.7em 0;
        display: inline-block;
        background-color: #BBCCAD;
        color: #FFFFFF;
        width: 100%;
        border-radius: 3em;
        text-decoration: none; }
        #onlineLS .box2 .btn a i {
          margin-right: 6px; }
        #onlineLS .box2 .btn a span {
          font-size: 14px; }
  #onlineLS .imgArea {
    width: 1000px;
    margin: 5em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      #onlineLS .imgArea {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #onlineLS .imgArea {
        margin: 3em auto 0; } }
    @media screen and (max-width: 480px) {
      #onlineLS .imgArea {
        width: 92%;
        margin: 3em auto 0; } }
    #onlineLS .imgArea figure {
      width: 32%; }

#about {
  padding: 2em 0 10em;
  margin: 0 auto; }
  #about .mainImg {
    width: 1100px;
    margin: 0 auto 5em; }
    @media screen and (max-width: 1280px) {
      #about .mainImg {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #about .mainImg {
        margin: 0 auto 3em; } }
    @media screen and (max-width: 480px) {
      #about .mainImg {
        width: 92%;
        margin: 0 auto 3em; } }
  #about #titleArea {
    background: linear-gradient(90deg, #E2D9E5 0%, #E2D9E5 10%, #FFFFFF 10%, #FFFFFF 100%);
    margin-bottom: 5em; }
    @media screen and (max-width: 1280px) {
      #about #titleArea {
        background-size: 20px;
        background: linear-gradient(90deg, #E2D9E5 0%, #E2D9E5 3%, #FFFFFF 3%, #FFFFFF 100%); } }
    @media screen and (max-width: 768px) {
      #about #titleArea {
        margin-bottom: 3em; } }
    #about #titleArea h2 {
      width: 1040px;
      margin: 0 auto;
      font-size: 32px;
      line-height: 1.0em;
      font-family: "Spectral SC", serif; }
      #about #titleArea h2 span {
        font-size: 40px;
        color: #E2D9E5; }
      @media screen and (max-width: 1280px) {
        #about #titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        #about #titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #about #titleArea h2 {
          width: 92%; } }
    #about #titleArea p {
      width: 1040px;
      margin: 0 auto;
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 1280px) {
        #about #titleArea p {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #about #titleArea p {
          width: 92%; } }
  #about h3 {
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif;
    line-height: 1.8em;
    padding: 2.5em 0 0.5em; }
    @media screen and (max-width: 768px) {
      #about h3 {
        padding: 1.5em 0 0.5em; } }
  #about .inner {
    width: 1100px;
    margin: 0 auto 3em;
    background-image: url("../images/about_bg1.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 85%;
    padding-bottom: 5em;
    font-family: "Noto Serif JP", serif; }
    @media screen and (max-width: 1280px) {
      #about .inner {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #about .inner {
        width: 90%;
        padding-bottom: 0;
        margin: 0 auto 0; } }
    @media screen and (max-width: 480px) {
      #about .inner {
        width: 92%; } }
    #about .inner p {
      width: 58%; }
      #about .inner p.second {
        width: 58%; }
        @media screen and (max-width: 768px) {
          #about .inner p.second {
            width: 100%; } }
  #about #florist {
    padding: 5em 0 0;
    width: 760px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      #about #florist {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #about #florist {
        width: 90%;
        padding: 3em 0 0; } }
    @media screen and (max-width: 480px) {
      #about #florist {
        width: 92%; } }
    #about #florist h3 {
      padding: 0 0 2.5em;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #about #florist h3 {
          padding: 0 0 1.5em; } }
    #about #florist .infoBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-size: 14px; }
      #about #florist .infoBox figure {
        width: 25%; }
      #about #florist .infoBox div {
        width: 70%; }
        #about #florist .infoBox div .name {
          font-size: 16px;
          margin-bottom: 2em; }
          #about #florist .infoBox div .name span {
            font-size: 12px;
            margin-left: 2em; }
  #about #rental {
    padding: 5em 0 0;
    width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      #about #rental {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #about #rental {
        width: 90%;
        padding: 3em 0 0; } }
    @media screen and (max-width: 480px) {
      #about #rental {
        width: 92%; } }
    #about #rental h3 {
      padding: 0 0 2.5em;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #about #rental h3 {
          padding: 0 0 1.5em; } }
    #about #rental .infoBox {
      width: 1000px;
      margin: 0 auto 5em;
      font-family: "Shippori Mincho B1", serif; }
      @media screen and (max-width: 1280px) {
        #about #rental .infoBox {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        #about #rental .infoBox {
          width: 100%;
          margin: 0 auto 3em; } }
      @media screen and (max-width: 480px) {
        #about #rental .infoBox {
          width: 100%; } }
      #about #rental .infoBox ul {
        margin: 2em 0 0; }
        #about #rental .infoBox ul li {
          list-style: none;
          padding-left: 1em;
          text-indent: -1em;
          font-weight: 700; }
    #about #rental .imgArea {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #about #rental .imgArea figure {
        width: 31%; }
        #about #rental .imgArea figure figcaption {
          margin-bottom: 0.5em; }
  #about #access {
    padding: 5em 0 0;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      #about #access {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #about #access {
        width: 90%;
        padding: 3em 0 0; } }
    @media screen and (max-width: 480px) {
      #about #access {
        width: 92%; } }
    #about #access h3 {
      width: 100%;
      padding: 0 0 2.5em;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #about #access h3 {
          padding: 0 0 1.5em; } }
    #about #access .infoArea {
      width: 43%; }
      @media screen and (max-width: 768px) {
        #about #access .infoArea {
          width: 100%; } }
      #about #access .infoArea p {
        margin-bottom: 2em; }
        #about #access .infoArea p:last-child {
          margin-bottom: 0; }
        #about #access .infoArea p span {
          font-weight: 500;
          margin-right: 1em; }
    #about #access .map {
      width: 52%; }
      @media screen and (max-width: 768px) {
        #about #access .map {
          width: 100%;
          margin-top: 3em; } }
      #about #access .map iframe {
        display: block;
        width: 100%;
        height: 600px; }
        @media screen and (max-width: 768px) {
          #about #access .map iframe {
            height: 400px; } }
        @media screen and (max-width: 480px) {
          #about #access .map iframe {
            height: 240px; } }

#contfaq {
  padding: 2em 0 10em;
  margin: 0 auto; }
  #contfaq .mainImg {
    width: 1100px;
    margin: 0 auto 5em; }
    @media screen and (max-width: 1280px) {
      #contfaq .mainImg {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #contfaq .mainImg {
        margin: 0 auto 3em; } }
    @media screen and (max-width: 480px) {
      #contfaq .mainImg {
        width: 92%;
        margin: 0 auto 3em; } }
  #contfaq #titleArea {
    background: linear-gradient(90deg, #ECDFC8 0%, #ECDFC8 10%, #FFFFFF 10%, #FFFFFF 100%);
    margin-bottom: 5em; }
    @media screen and (max-width: 1280px) {
      #contfaq #titleArea {
        background-size: 20px;
        background: linear-gradient(90deg, #ECDFC8 0%, #ECDFC8 3%, #FFFFFF 3%, #FFFFFF 100%); } }
    @media screen and (max-width: 768px) {
      #contfaq #titleArea {
        margin-bottom: 3em; } }
    #contfaq #titleArea h2 {
      width: 1040px;
      margin: 0 auto;
      font-size: 32px;
      line-height: 1.0em;
      font-family: "Spectral SC", serif; }
      #contfaq #titleArea h2 span {
        font-size: 40px;
        color: #ECDFC8; }
      @media screen and (max-width: 1280px) {
        #contfaq #titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        #contfaq #titleArea h2 {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #contfaq #titleArea h2 {
          width: 92%; } }
    #contfaq #titleArea p {
      width: 1040px;
      margin: 0 auto;
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 1280px) {
        #contfaq #titleArea p {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #contfaq #titleArea p {
          width: 92%; } }
  #contfaq h3 {
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif;
    line-height: 1.8em;
    padding: 2.5em 0 1em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #contfaq h3 {
        padding: 1.5em 0 1em; } }
  #contfaq .inner {
    width: 1000px;
    margin: 2em auto;
    padding: 5em 0 2em;
    font-family: "Noto Serif JP", serif;
    background: url(../images/contact_line.svg) no-repeat top center, url(../images/contact_line.svg) no-repeat bottom center; }
    @media screen and (max-width: 1280px) {
      #contfaq .inner {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #contfaq .inner {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      #contfaq .inner {
        padding: 1.5em 0;
        margin: 1.5em auto;
        width: 92%; } }
    #contfaq .inner div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 2em; }
      #contfaq .inner div figure {
        margin-bottom: 1em;
        width: 50px; }
        #contfaq .inner div figure img {
          display: block; }
        @media screen and (max-width: 768px) {
          #contfaq .inner div figure {
            width: 8%; } }
        @media screen and (max-width: 480px) {
          #contfaq .inner div figure {
            width: 10%; } }
      #contfaq .inner div p {
        width: 930px;
        margin-bottom: 1em;
        padding-top: 0.7em; }
        @media screen and (max-width: 1280px) {
          #contfaq .inner div p {
            width: 90%; } }
        @media screen and (max-width: 768px) {
          #contfaq .inner div p {
            width: 90%;
            padding-top: 1%; } }
        @media screen and (max-width: 480px) {
          #contfaq .inner div p {
            width: 88%; } }
  #contfaq #contact {
    width: 1000px;
    margin: 2em auto 0; }
    @media screen and (max-width: 1280px) {
      #contfaq #contact {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #contfaq #contact {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      #contfaq #contact {
        padding: 1.5em 0;
        margin: 1.5em auto;
        width: 92%; } }
    #contfaq #contact ul {
      margin-top: 2em; }
      #contfaq #contact ul li {
        list-style: disc;
        margin-left: 1.5em; }
    #contfaq #contact dl {
      display: flex;
      flex-wrap: wrap;
      border-top: none;
      margin-top: 3em;
      margin-bottom: 3em;
      text-align: left;
      border-bottom: 1px solid #CCC; }
      #contfaq #contact dl dt {
        width: 40%;
        padding: 3em 0 3em 2.2em;
        box-sizing: border-box;
        font-weight: 600;
        position: relative;
        border-top: 1px solid #CCC; }
        @media screen and (max-width: 768px) {
          #contfaq #contact dl dt {
            width: 100%;
            padding-bottom: 0;
            padding-left: 1.2em; } }
        #contfaq #contact dl dt:before {
          font-family: FontAwesome;
          /*忘れずに*/
          content: "\f111";
          position: absolute;
          /*絶対位置*/
          left: 1em;
          /*アイコンの位置*/
          top: 3em;
          /*アイコンの位置*/ }
          @media screen and (max-width: 768px) {
            #contfaq #contact dl dt:before {
              left: 0; } }
        #contfaq #contact dl dt:first-child {
          border-top: none; }
        #contfaq #contact dl dt.w100 {
          width: 100%;
          padding-bottom: 0.5em; }
        #contfaq #contact dl dt span {
          font-size: 0.8em;
          font-weight: normal; }
      #contfaq #contact dl dd {
        padding: 3em 0 3em 1em;
        margin: 0;
        width: 60%;
        box-sizing: border-box;
        border-top: 1px solid #CCC; }
        #contfaq #contact dl dd:nth-child(2) {
          border-top: none; }
        #contfaq #contact dl dd.w100 {
          width: 100%;
          padding: 0 0 2.5em 0;
          border-top: none; }
        @media screen and (max-width: 768px) {
          #contfaq #contact dl dd {
            width: 100%;
            padding-top: 0.5em;
            padding-left: 0;
            border-top: none; } }
    #contfaq #contact input {
      font-size: 16px;
      border-radius: 6px;
      border: 1px solid #CCC;
      padding: 12px 12px;
      box-sizing: border-box; }
    #contfaq #contact textarea {
      font-size: 16px;
      border-radius: 6px;
      border: 1px solid #CCC;
      padding: 12px 12px;
      box-sizing: border-box;
      width: 100%; }
    #contfaq #contact select {
      font-size: 16px;
      border-radius: 6px;
      border: 1px solid #CCC;
      padding: 12px 12px;
      box-sizing: border-box;
      width: 100%; }
    #contfaq #contact input, #contfaq #contact select {
      vertical-align: middle; }
    #contfaq #contact .boxW100 input, #contfaq #contact .boxW100 textarea {
      width: 100%;
      box-sizing: border-box; }
    #contfaq #contact .box100 {
      width: 100%;
      box-sizing: border-box; }
    #contfaq #contact #image-btn {
      margin-top: 3em;
      text-align: center; }
      #contfaq #contact #image-btn input {
        width: 380px;
        margin: 0 auto;
        height: 60px;
        font-weight: 700;
        padding: 15px 0 13px;
        display: inline-block;
        background-color: #393131;
        color: #FFFFFF;
        border: 2px solid #393131;
        cursor: pointer;
        font-size: 1em;
        border-radius: 30px; }
        @media screen and (max-width: 480px) {
          #contfaq #contact #image-btn input {
            width: 90%; } }
    #contfaq #contact .conT {
      text-align: center;
      margin: 2em 0; }
      #contfaq #contact .conT p {
        margin-bottom: 1em; }
    #contfaq #contact .formBtn {
      margin-top: 2em;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #contfaq #contact .formBtn input {
        display: inline-block;
        width: 200px;
        margin: 0;
        background-color: #393131;
        color: #FFFFFF;
        border: 2px solid #393131;
        cursor: pointer;
        border-radius: 30px;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          #contfaq #contact .formBtn input {
            width: 160px; } }
        @media screen and (max-width: 480px) {
          #contfaq #contact .formBtn input {
            width: 140px; } }
        #contfaq #contact .formBtn input.fix {
          background-color: rgba(118, 115, 115, 0.7);
          border: 2px solid rgba(118, 115, 115, 0.7);
          margin-right: 1em;
          box-sizing: border-box; }
          @media screen and (max-width: 768px) {
            #contfaq #contact .formBtn input.fix {
              margin-right: 20px; } }
          @media screen and (max-width: 480px) {
            #contfaq #contact .formBtn input.fix {
              margin-right: 10px; } }
    #contfaq #contact .textCenter {
      text-align: center;
      padding: 0 5%; }

#privacy {
  width: 1100px;
  padding: 2em 0 10em;
  margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    #privacy {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    #privacy {
      padding: 1.5em 0 6em; } }
  @media screen and (max-width: 480px) {
    #privacy {
      width: 92%;
      padding: 1em 0 4em; } }
  #privacy h1 {
    width: 160px; }
  #privacy .inner {
    width: 1000px;
    margin: 8em auto 0; }
    @media screen and (max-width: 1280px) {
      #privacy .inner {
        width: 100%;
        margin: 5em auto 0; } }
    @media screen and (max-width: 480px) {
      #privacy .inner {
        margin: 3em auto 0; } }
    #privacy .inner h2 {
      font-family: "Shippori Mincho B1", serif;
      font-size: 24px;
      line-height: 1.6em;
      text-align: center;
      margin-bottom: 2em; }
    #privacy .inner h3 {
      font-weight: 500;
      margin-top: 2em; }
    #privacy .inner .topSpace {
      margin-top: 2em; }
    #privacy .inner a {
      color: #393131; }
    #privacy .inner ul {
      margin: 0; }
      #privacy .inner ul li {
        list-style: disc;
        margin-left: 1.5em; }

#box2 {
  padding: 5em 0 0;
  margin: 3em 0 0; }
  @media screen and (max-width: 480px) {
    #box2 {
      padding: 3em 0 0;
      margin: 2em 0 0; } }
  #box2 h2 {
    text-align: center; }
  #box2 .inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      #box2 .inner {
        width: 90%; } }
    #box2 .inner .infoBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 2em; }
      @media screen and (max-width: 768px) {
        #box2 .inner .infoBox {
          margin-top: 0.5em; } }
      #box2 .inner .infoBox ul {
        width: 55%; }
        @media screen and (max-width: 768px) {
          #box2 .inner .infoBox ul {
            width: 100%;
            margin-bottom: 2em; } }
      #box2 .inner .infoBox .infoArea {
        width: 40%; }
        @media screen and (max-width: 768px) {
          #box2 .inner .infoBox .infoArea {
            width: 100%; } }
        #box2 .inner .infoBox .infoArea h3 {
          font-size: 1.8em;
          line-height: 1.4em;
          margin-bottom: 0.5em; }
          @media screen and (max-width: 480px) {
            #box2 .inner .infoBox .infoArea h3 {
              font-size: 1.6em; } }
        #box2 .inner .infoBox .infoArea p {
          margin: 0; }
        #box2 .inner .infoBox .infoArea .price {
          margin-bottom: 1em;
          font-family: "Shippori Mincho B1", serif;
          font-weight: 500;
          font-size: 1.2em; }
        #box2 .inner .infoBox .infoArea .marginTop {
          margin-top: 2em; }
          @media screen and (max-width: 480px) {
            #box2 .inner .infoBox .infoArea .marginTop {
              margin-top: 1em; } }
        #box2 .inner .infoBox .infoArea .btn {
          width: 70%;
          margin: 1em auto 0;
          text-align: center;
          font-weight: 400; }
          #box2 .inner .infoBox .infoArea .btn a {
            font-size: 1.0em;
            padding: 0.2em 0 0.4em;
            display: inline-block;
            width: 100%;
            color: #FFFFFF;
            border: 1px solid #FFFFFF;
            border-radius: 30px;
            background-color: #FFFFFF;
            margin-bottom: 0.2em; }

#box3 {
  width: 900px;
  margin: 0 auto;
  padding-top: 5em; }
  @media screen and (max-width: 768px) {
    #box3 {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    #box3 {
      padding-top: 3em; } }
  #box3 .inner {
    border: 1px solid #ACACAC;
    background-color: #FFFFFF;
    padding: 2em;
    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #box3 .inner {
        padding: 1.5em; } }
    @media screen and (max-width: 480px) {
      #box3 .inner {
        padding: 1em; } }
    #box3 .inner .imgArea {
      width: 32%; }
      @media screen and (max-width: 768px) {
        #box3 .inner .imgArea {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-bottom: 1.5em; } }
      #box3 .inner .imgArea figure {
        margin: 0.15em 0; }
        @media screen and (max-width: 768px) {
          #box3 .inner .imgArea figure {
            width: 49.5%;
            margin: 0; } }
    #box3 .inner .infoArea {
      width: 64%; }
      @media screen and (max-width: 768px) {
        #box3 .inner .infoArea {
          width: 100%; } }
      #box3 .inner .infoArea h2 {
        font-size: 1.6em;
        line-height: 1.4em;
        margin-bottom: 0.5em; }
      #box3 .inner .infoArea .price {
        margin-bottom: 1em;
        font-family: "Shippori Mincho B1", serif;
        font-weight: 500;
        font-size: 1.2em; }
      #box3 .inner .infoArea div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 2em; }
        #box3 .inner .infoArea div .text {
          width: 50%; }
        #box3 .inner .infoArea div .btn {
          width: 45%;
          text-align: center;
          font-weight: 400; }
          #box3 .inner .infoArea div .btn a {
            font-size: 1.0em;
            padding: 0.2em 0 0.4em;
            display: inline-block;
            width: 100%;
            color: #FFFFFF;
            border: 1px solid #FFFFFF;
            border-radius: 30px;
            background-color: #FFFFFF;
            margin-bottom: 0.2em; }
  #box3 .textArea {
    text-align: center;
    font-size: 0.8em; }

#box4 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 1280px) {
    #box4 {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    #box4 {
      padding-top: 3em; } }
  #box4 .infoArea {
    width: 30%;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      #box4 .infoArea {
        width: 35%; } }
    @media screen and (max-width: 480px) {
      #box4 .infoArea {
        width: 100%;
        margin-bottom: 2em; } }
    #box4 .infoArea figure {
      width: 50px;
      margin: 0 auto 1em; }
    #box4 .infoArea h2 {
      text-align: center; }
    #box4 .infoArea .textSm {
      font-size: 0.8em;
      line-height: 1.6em;
      margin-top: 2em; }
  #box4 .insta {
    width: 65%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #box4 .insta {
        width: 60%; } }
    @media screen and (max-width: 480px) {
      #box4 .insta {
        width: 100%; } }
    #box4 .insta figure {
      position: relative;
      width: 19%;
      margin: 0 1.25% 5px 0; }
      #box4 .insta figure:nth-child(5n) {
        margin-right: 0; }
      #box4 .insta figure :before {
        content: "";
        display: block;
        padding-top: 100%; }
      #box4 .insta figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: cover; }

#box5 {
  width: 1100px;
  margin: 5em auto 0;
  padding: 5em 0 0;
  border-top: 1px solid #ACACAC;
  text-align: justify; }
  @media screen and (max-width: 1280px) {
    #box5 {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    #box5 {
      margin: 3em auto 0;
      padding: 3em 0 0; } }
  #box5 .inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1280px) {
      #box5 .inner {
        width: 100%; } }
    #box5 .inner figure {
      width: 45%; }
      @media screen and (max-width: 480px) {
        #box5 .inner figure {
          width: 100%;
          margin-bottom: 1em; } }
    #box5 .inner div {
      width: 50%; }
      @media screen and (max-width: 480px) {
        #box5 .inner div {
          width: 100%; } }
      #box5 .inner div h2 {
        text-align: center; }

#box6 {
  width: 1100px;
  margin: 5em auto 0;
  padding: 5em 0 0;
  border-top: 1px solid #ACACAC;
  text-align: justify; }
  @media screen and (max-width: 1280px) {
    #box6 {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    #box6 {
      margin: 3em auto 0;
      padding: 3em 0 0; } }
  #box6 .inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      #box6 .inner {
        width: 100%; } }
    #box6 .inner h2 {
      text-align: center; }
    #box6 .inner .textArea {
      width: 90%;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        #box6 .inner .textArea {
          width: 100%; } }
    #box6 .inner .boxin {
      width: 80%;
      margin: 3em auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        #box6 .inner .boxin {
          width: 100%; } }
      #box6 .inner .boxin div {
        width: 45%; }
        #box6 .inner .boxin div figure {
          width: 80%;
          margin: 0 auto; }
          @media screen and (max-width: 480px) {
            #box6 .inner .boxin div figure {
              width: 90%; } }
        #box6 .inner .boxin div h3 {
          text-align: center;
          margin: 2em 0 0.5em; }
        #box6 .inner .boxin div .price {
          text-align: center;
          margin-bottom: 1em;
          font-family: "Shippori Mincho B1", serif;
          font-weight: 500;
          font-size: 1.2em; }

#box7 {
  width: 1100px;
  margin: 5em auto 0;
  padding: 5em 0 0;
  border-top: 1px solid #ACACAC;
  text-align: justify; }
  @media screen and (max-width: 1280px) {
    #box7 {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    #box7 {
      margin: 3em auto 0;
      padding: 3em 0 0; } }
  #box7 .inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1280px) {
      #box7 .inner {
        width: 100%; } }
    #box7 .inner .imgArea {
      width: 50%; }
      @media screen and (max-width: 768px) {
        #box7 .inner .imgArea {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #box7 .inner .imgArea figure {
            width: 49.5%;
            margin-bottom: 1.0em; } }
      #box7 .inner .imgArea .marginBottom {
        margin-bottom: 0.3em; }
    #box7 .inner .infoArea {
      width: 45%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #box7 .inner .infoArea {
          width: 100%; } }
      #box7 .inner .infoArea h2 {
        display: inline-block;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin-bottom: 20%; }
        @media screen and (max-width: 768px) {
          #box7 .inner .infoArea h2 {
            display: block;
            -ms-writing-mode: none;
            writing-mode: horizontal-tb;
            margin-bottom: 1em; } }
      #box7 .inner .infoArea h3 {
        text-align: justify;
        font-size: 1.3em;
        margin-bottom: 1.5em; }
      #box7 .inner .infoArea p {
        text-align: justify; }

#information {
  margin-top: 6em;
  padding: 6em 0;
  background-color: rgba(0, 0, 0, 0.06); }
  @media screen and (max-width: 480px) {
    #information {
      margin-top: 3.5em;
      padding: 3.5em 0; } }
  #information h2 {
    width: 100%;
    margin: 1.5em 0 1em; }
  #information .inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      #information .inner {
        width: 90%; } }
    #information .inner .imgArea {
      width: 48%; }
      @media screen and (max-width: 480px) {
        #information .inner .imgArea {
          width: 100%;
          margin-bottom: 1.5em; } }
    #information .inner .map {
      width: 48%; }
      @media screen and (max-width: 480px) {
        #information .inner .map {
          width: 100%; } }
      #information .inner .map .googlemap {
        position: relative;
        width: 100%;
        padding: calc(600 / 800 * 100%) 0 0; }
        #information .inner .map .googlemap iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  #information .boxin {
    text-align: justify;
    width: 48%; }
    @media screen and (max-width: 480px) {
      #information .boxin {
        width: 100%; } }
    #information .boxin .marginBottom {
      margin-bottom: 2em; }
    #information .boxin .marginBottom1 {
      margin-bottom: 3em; }
    #information .boxin span {
      font-size: 0.8em; }
    #information .boxin .textColor {
      color: #FFFFFF; }
    #information .boxin .btnArea {
      text-align: center;
      font-weight: 400; }
      #information .boxin .btnArea a {
        font-size: 1.4em;
        padding: 0.5em 0 0.7em;
        display: inline-block;
        width: 340px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 30px;
        background-color: #FFFFFF;
        margin-bottom: 0.2em; }
  #information #kansen {
    width: 1100px;
    margin: 5em auto;
    box-sizing: border-box;
    padding: 2.5em;
    background-color: #FFFFFF;
    border-radius: 10px; }
    @media screen and (max-width: 1280px) {
      #information #kansen {
        width: 90%;
        padding: 2.0em; } }
    @media screen and (max-width: 480px) {
      #information #kansen {
        padding: 1.5em;
        margin: 3em auto; } }
    #information #kansen h2 {
      text-align: center; }
    #information #kansen .textArea {
      width: 90%;
      margin: 0 auto;
      text-align: justify; }
      @media screen and (max-width: 768px) {
        #information #kansen .textArea {
          width: 100%; } }
    #information #kansen ul {
      padding-bottom: 2.5em;
      margin: 2.5em 0;
      border-bottom: 1px solid #ACACAC;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #information #kansen ul {
          justify-content: center;
          padding-bottom: 1.0em; } }
      #information #kansen ul li {
        font-size: 0.8em;
        line-height: 1.8em;
        width: 13.0%;
        text-align: justify; }
        @media screen and (max-width: 768px) {
          #information #kansen ul li {
            width: 23.0%;
            margin-bottom: 1.5em;
            margin-right: calc(8% / 3); }
            #information #kansen ul li:nth-child(4) {
              margin-right: 0; }
            #information #kansen ul li:last-child {
              margin-right: 0; } }
    #information #kansen #ecokimera {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 2.5em;
      margin: 2.5em 0;
      border-bottom: 1px solid #ACACAC; }
      @media screen and (max-width: 480px) {
        #information #kansen #ecokimera {
          display: block; } }
      #information #kansen #ecokimera figure {
        width: 20%;
        text-align: center; }
        @media screen and (max-width: 480px) {
          #information #kansen #ecokimera figure {
            width: 80%;
            margin: 0 auto 2em; } }
        #information #kansen #ecokimera figure figcaption {
          margin-top: 0.5em;
          font-size: 1.2em;
          font-weight: 400; }
      #information #kansen #ecokimera div {
        width: 75%;
        text-align: justify; }
        @media screen and (max-width: 480px) {
          #information #kansen #ecokimera div {
            width: 100%; } }
        #information #kansen #ecokimera div .marginBottom {
          margin-bottom: 2em; }

#fContact {
  padding: 5em 0;
  background: url(../images/f_bg1.jpg) no-repeat top right, url(../images/f_bg2.jpg) no-repeat bottom left;
  background-size: 300px;
  background-color: #ECDFC8;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    #fContact {
      background-size: 220px; } }
  @media screen and (max-width: 480px) {
    #fContact {
      background-size: 140px; } }
  #fContact h2 {
    font-family: "Spectral SC", serif;
    font-size: 28px;
    line-height: 1.0em;
    margin-bottom: 1em; }
    #fContact h2 span {
      font-size: 16px;
      line-height: 1.0em; }
  #fContact .nav1 {
    margin: 1.5em 0; }
    #fContact .nav1 a {
      display: inline-block;
      padding: 0.8em 4em;
      background-color: #FFFFFF;
      color: #393131;
      border-radius: 30px; }
      #fContact .nav1 a i {
        margin-right: 6px; }
  #fContact .nav2 {
    margin: 0; }
    #fContact .nav2 a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #767373; }
      #fContact .nav2 a:hover {
        cursor: pointer;
        text-decoration: none; }
      #fContact .nav2 a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #767373;
        /*transform: scale(0.5, 1);*/
        transform-origin: center top;
        transition: transform .3s; }
      #fContact .nav2 a:hover::after {
        transform: scale(1, 1); }
    #fContact .nav2 i {
      margin-right: 6px; }

#pagetop {
  width: 100%; }
  #pagetop a {
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    background-image: url(../images/pagetop.svg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: center 0%; }

/* Header */
header {
  padding: 0;
  z-index: 100;
  text-align: center;
  width: 100%;
  position: relative; }
  header h1 {
    width: 150px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      header h1 {
        width: 150px; } }
    @media screen and (max-width: 480px) {
      header h1 {
        width: 90px; } }
  header img {
    display: block; }
  header .infomation {
    position: absolute;
    top: 1.5em;
    right: 2%;
    display: inline-block;
    text-align: justify;
    font-size: 0.8em;
    line-height: 1.6em; }
    @media screen and (max-width: 480px) {
      header .infomation {
        display: none; } }

/* Footer */
footer {
  background-image: url("../images/f_bg.jpg");
  background-size: cover;
  background-position: center top;
  padding: 50px 0;
  color: #FFFFFF;
  font-size: 14px;
  position: relative; }
  footer section {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse; }
    footer section a {
      color: #FFFFFF; }
    @media screen and (max-width: 1280px) {
      footer section {
        width: 92%; } }
    footer section .infoArea {
      width: 24%; }
      @media screen and (max-width: 1280px) {
        footer section .infoArea {
          width: 30%; } }
      @media screen and (max-width: 768px) {
        footer section .infoArea {
          width: 100%; } }
      footer section .infoArea figure {
        width: 85%;
        margin: 1.5em auto 2em;
        text-align: center; }
        footer section .infoArea figure img {
          width: 150px;
          margin: 0 auto; }
        @media screen and (max-width: 768px) {
          footer section .infoArea figure {
            width: 50%; } }
        @media screen and (max-width: 480px) {
          footer section .infoArea figure {
            width: 65%; } }
        footer section .infoArea figure figcaption {
          margin-top: 0.5em;
          font-size: 12px; }
          footer section .infoArea figure figcaption span {
            font-size: 20px;
            font-family: "Shippori Mincho B1", serif; }
    footer section .fContents {
      width: 60%; }
      @media screen and (max-width: 768px) {
        footer section .fContents {
          width: 100%; } }
      footer section .fContents .contTitle {
        position: relative;
        text-align: left;
        font-weight: 500;
        display: inline-block;
        width: 100%;
        margin-bottom: 1.5em; }
        footer section .fContents .contTitle span {
          position: relative;
          z-index: 2;
          display: inline-block;
          margin: 0 2em 0 0;
          padding: 0 1em 0 0;
          text-align: left; }
        footer section .fContents .contTitle:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          display: inline-block;
          width: 85%;
          height: 1px;
          background-color: #FFFFFF; }
      footer section .fContents nav {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 768px) {
          footer section .fContents nav {
            margin-bottom: 2em; } }
        footer section .fContents nav div {
          margin-right: 5em; }
          @media screen and (max-width: 768px) {
            footer section .fContents nav div {
              width: 100%;
              margin-right: 0; } }
          footer section .fContents nav div:last-child {
            margin-right: 0; }
          footer section .fContents nav div p {
            font-weight: 500;
            margin-bottom: 0.3em; }
          footer section .fContents nav div ul {
            margin-left: 1em;
            margin-bottom: 2em; }
            footer section .fContents nav div ul li {
              font-size: 12px;
              padding: 0.1em 0;
              line-height: 1.8em; }
          footer section .fContents nav div figure {
            display: flex;
            flex-wrap: wrap;
            margin: 1em 0 0; }
            footer section .fContents nav div figure img {
              width: 28px;
              margin-right: 1.2em; }
            footer section .fContents nav div figure figcaption {
              font-size: 12px; }

.button_container {
  position: fixed;
  top: 45px;
  right: 45px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .button_container {
      top: 20px;
      right: 20px;
      height: 30px;
      width: 30px; } }
  .button_container:hover {
    opacity: .7; }
  .button_container.active .top {
    transform: translateY(15px) translateX(0) rotate(45deg);
    background: #767373; }
    @media screen and (max-width: 768px) {
      .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg); } }
  .button_container.active .middle {
    opacity: 0;
    background: #767373; }
  .button_container.active .bottom {
    transform: translateY(-15px) translateX(0) rotate(-45deg);
    background: #767373;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg); } }
  .button_container span {
    background: #767373;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 15px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .button_container span:nth-of-type(2) {
          top: 11px; } }
    .button_container span:nth-of-type(3) {
      top: 30px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .button_container span:nth-of-type(3) {
          top: 22px; } }

.overlay {
  font-size: 14px;
  border: 1px solid #393131;
  position: fixed;
  background: #FFF;
  background-image: url("../images/bg_img.jpg");
  background-size: cover;
  background-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 5em;
  opacity: 0;
  /**/
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow-y: scroll;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 768px) {
    .overlay {
      padding: 3em; } }
  @media screen and (max-width: 480px) {
    .overlay {
      padding: 2em 1.5em; } }
  .overlay.open {
    opacity: 1.0;
    visibility: visible;
    height: 100%; }
    .overlay.open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .overlay.open li:nth-of-type(2) {
        animation-delay: .4s; }
      .overlay.open li:nth-of-type(3) {
        animation-delay: .45s; }
      .overlay.open li:nth-of-type(4) {
        animation-delay: .50s; }
  .overlay a {
    color: #393131; }
  .overlay .contentsArea {
    text-align: justify;
    flex: 1; }
    @media screen and (max-width: 768px) {
      .overlay .contentsArea {
        width: 100%; } }
    .overlay .contentsArea .contTitle {
      text-align: left;
      font-weight: 500;
      width: 100%;
      margin-bottom: 2.5em;
      border-bottom: 1px solid #393131; }
    .overlay .contentsArea nav {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .overlay .contentsArea nav {
          margin-bottom: 2em; } }
      .overlay .contentsArea nav div {
        margin-right: 5em; }
        @media screen and (max-width: 768px) {
          .overlay .contentsArea nav div {
            width: 100%;
            margin-right: 0; } }
        .overlay .contentsArea nav div:last-child {
          margin-right: 0; }
        .overlay .contentsArea nav div p {
          font-weight: 500;
          margin-bottom: 0.3em; }
          .overlay .contentsArea nav div p a {
            padding-left: 1.2em;
            position: relative; }
            .overlay .contentsArea nav div p a:before {
              font-family: FontAwesome;
              /*忘れずに*/
              content: "\f138";
              position: absolute;
              /*絶対位置*/
              left: 0;
              /*アイコンの位置*/
              top: -3px;
              /*アイコンの位置*/
              color: rgba(118, 115, 115, 0.7); }
        .overlay .contentsArea nav div ul {
          margin-left: 1em;
          margin-bottom: 2em; }
          .overlay .contentsArea nav div ul li {
            font-size: 12px;
            padding: 0.1em 0;
            line-height: 1.8em; }
        .overlay .contentsArea nav div figure {
          display: flex;
          flex-wrap: wrap;
          margin: 1em 0 0; }
          .overlay .contentsArea nav div figure img {
            width: 28px;
            margin-right: 1.2em; }
          .overlay .contentsArea nav div figure figcaption {
            font-size: 12px; }
  .overlay .infoArea {
    width: 260px;
    margin-right: 70px;
    line-height: 1.6em;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      .overlay .infoArea {
        width: 100%;
        margin-right: 0; } }
    .overlay .infoArea .img {
      margin-bottom: 2em; }
      .overlay .infoArea .img img {
        border-radius: 100%; }
      @media screen and (max-width: 768px) {
        .overlay .infoArea .img {
          width: 50%;
          margin: 0 auto 2em; } }
      @media screen and (max-width: 480px) {
        .overlay .infoArea .img {
          width: 80%;
          margin: 0 auto 2em; } }
    .overlay .infoArea .logo {
      width: 80%;
      margin: 0 auto;
      text-align: center; }
      .overlay .infoArea .logo img {
        width: 150px;
        margin: 0 auto; }
      .overlay .infoArea .logo figcaption {
        margin-top: 0.5em;
        font-size: 12px; }
        .overlay .infoArea .logo figcaption span {
          font-size: 20px;
          font-family: "Shippori Mincho B1", serif; }
      @media screen and (max-width: 768px) {
        .overlay .infoArea .logo {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        .overlay .infoArea .logo {
          width: 80%; } }
    .overlay .infoArea p {
      margin-top: 2em;
      line-height: 2.0em; }
    .overlay .infoArea a {
      color: #393131; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
</pre></body></html>