@charset "UTF-8";
/* Scss Document */
.clearfix::after {
  content: '';
  display: block;
  clear: both; }

a {
  text-decoration: none; }

/****************************************
header
*****************************************/
#mainMenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 4%;
  background: white;
  transition: top 0.7s cubic-bezier(0.6, 0.1, 0.3, 1); }
  #mainMenu h1 {
    margin-right: .8em; }
    @media only screen and (max-width: 767px) {
      #mainMenu h1 {
        margin-right: auto; } }
  #mainMenu .menuIcon {
    display: none;
    top: 0;
    right: 4%; }
    #mainMenu .menuIcon a {
      width: 32px;
      height: 12px;
      display: inline-block;
      padding: 4px; }
    @media only screen and (max-width: 767px) {
      #mainMenu .menuIcon {
        display: inherit; } }
  #mainMenu #Menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95); }
    @media only screen and (max-width: 767px) {
      #mainMenu #Menu {
        background: rgba(0, 0, 0, 0.92); } }
    #mainMenu #Menu li {
      font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif, "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
      margin: .18em .55em 0 0; }
      @media only screen and (max-width: 1169px) {
        #mainMenu #Menu li {
          margin: 0 0 0 0;
          color: white; } }
      #mainMenu #Menu li a {
        font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif, "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
        margin: .18em .55em 0 0; }
        @media only screen and (max-width: 767px) {
          #mainMenu #Menu li a {
            margin: 0 0 0 0;
            color: white; } }

/* -------------------------------- 

zoomslider style

-------------------------------- */
#zoomslider {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background-color: #878788;
  position: relative; }
  #zoomslider h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: white;
    text-align: left;
    margin: 6em auto 0em;
    max-width: 600px;
    font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, "serif";
    text-transform: uppercase; }
    @media only screen and (max-width: 1169px) {
      #zoomslider h2 {
        margin-top: 3em; } }
    @media only screen and (max-width: 767px) {
      #zoomslider h2 {
        margin-top: 3em; } }
    @media only screen and (max-width: 767px) {
      #zoomslider h2 {
        width: 95%; } }
    @media only screen and (max-width: 479px) {
      #zoomslider h2 {
        width: 70%;
        text-align: left; } }
  #zoomslider p {
    display: block;
    text-align: left;
    font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, "serif";
    font-size: 17px;
    font-size: 1.7rem;
    z-index: 2;
    margin: 9em auto 0em;
    font-weight: 100;
    line-height: 1.5em;
    color: #e6e6e6;
    max-width: 510px; }
    @media only screen and (max-width: 767px) {
      #zoomslider p {
        width: 75%;
        font-size: 15px;
        font-size: 1.5rem; } }
    @media only screen and (max-width: 479px) {
      #zoomslider p {
        margin: 5em auto 0em;
        width: 75%;
        text-align: left;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.2em; } }

.top-textwrap {
  width: calc(100% - 2em);
  max-width: 550px;
  margin: 1em auto; }
  .top-textwrap p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #2e2e2e;
    font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif, "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }
    @media only screen and (max-width: 767px) {
      .top-textwrap p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4em; } }

/* -------------------------------- 

content-area style

-------------------------------- */
.content-bk {
  background: #878788;
  padding: 1em 0; }
  .content-bk .content-wrap {
    width: calc(100% - 0px);
    max-width: 900px;
    margin: 4em auto;
    padding-top: 2em; }
    .content-bk .content-wrap section {
      padding: 2em 0em;
      margin: 2em 0; }
    .content-bk .content-wrap h1 {
      font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif, "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
      color: #151515;
      font-weight: normal;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: .1em;
      text-align: center;
      margin-bottom: 2em; }
    .content-bk .content-wrap h2 {
      font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif, "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
      color: #2d2829;
      font-weight: normal;
      font-size: 17px;
      font-size: 1.7rem;
      letter-spacing: .1em;
      padding: 0 0 .1em;
      margin: 2em 10% 2em;
      text-align: center;
      border-bottom: solid 1px #ad161e;
      padding-bottom: .5em; }
      .content-bk .content-wrap h2.subtitle {
        text-align: left;
        margin: 0;
        padding: 0 0 0.1em 1em; }
      .content-bk .content-wrap h2.text-container__title {
        margin: 0em 10% 2em;
        border-bottom: solid 1px #484041; }
      .content-bk .content-wrap h2 br {
        display: none; }
      @media only screen and (max-width: 767px) {
        .content-bk .content-wrap h2 {
          margin: 1em auto 1em;
          font-size: 16px;
          font-size: 1.6rem; } }
      @media only screen and (max-width: 479px) {
        .content-bk .content-wrap h2 {
          font-size: 15px;
          font-size: 1.5rem; } }
    .content-bk .content-wrap .red {
      color: #ad161e;
      margin-right: .2em; }
    .content-bk .content-wrap a {
      color: #313b72;
      text-decoration: none !important; }
      .content-bk .content-wrap a.link {
        color: #313b72;
        text-decoration: none !important;
        font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif"; }
        @media only screen and (max-width: 767px) {
          .content-bk .content-wrap a.link {
            padding-left: 0em; } }
        .content-bk .content-wrap a.link:before {
          content: "\ee34";
          font-family: "icomoon",sans-serif;
          padding-right: 0px;
          padding-left: 1em;
          font-size: 80%; }
          @media only screen and (max-width: 767px) {
            .content-bk .content-wrap a.link:before {
              padding-left: 0em; } }
      .content-bk .content-wrap a:hover {
        color: #484041;
        -webkit-transition: all .3s;
        transition: all .3s; }
    .content-bk .content-wrap .marugo {
      font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif"; }
    .content-bk .content-wrap .ggmap {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      border: 12px solid #484041; }
    .content-bk .content-wrap .ggmap iframe,
    .content-bk .content-wrap .ggmap object,
    .content-bk .content-wrap .ggmap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .content-bk .content-wrap .textwrap {
      width: calc(100% - 40px);
      max-width: 800px;
      margin: 3em auto; }
      .content-bk .content-wrap .textwrap ul {
        margin: 2em  0em 2em 5em;
        font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif"; }
        @media only screen and (max-width: 767px) {
          .content-bk .content-wrap .textwrap ul {
            margin: 2em  0em 2em 1em; } }
        .content-bk .content-wrap .textwrap ul.list2 {
          margin-left: 2em; }
          .content-bk .content-wrap .textwrap ul.list2 > li {
            margin-left: 1em; }
            .content-bk .content-wrap .textwrap ul.list2 > li::after {
              display: none; }
            .content-bk .content-wrap .textwrap ul.list2 > li > ul {
              margin-left: 0em; }
        .content-bk .content-wrap .textwrap ul > li {
          position: relative;
          font-size: 10px;
          font-size: 1rem;
          line-height: 1.3em;
          margin-bottom: 1em;
          color: #2e2e2e; }
          .content-bk .content-wrap .textwrap ul > li::after {
            display: block;
            content: '';
            position: absolute;
            top: .3em;
            left: -1em;
            width: 8px;
            height: 8px;
            background-color: transparent;
            border: 1px solid #484041;
            border-radius: 100%; }
          .content-bk .content-wrap .textwrap ul > li > ul {
            margin: 0em 0em 1em 1em; }
            .content-bk .content-wrap .textwrap ul > li > ul > li {
              font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, "serif";
              font-size: 10px;
              font-size: 1rem; }
              .content-bk .content-wrap .textwrap ul > li > ul > li::after {
                display: none; }
      .content-bk .content-wrap .textwrap .signature {
        text-align: right; }
        .content-bk .content-wrap .textwrap .signature .name {
          font-size: 12px;
          font-size: 1.2rem; }
      .content-bk .content-wrap .textwrap p {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.5em;
        max-width: 700px;
        margin: 0em auto 1em;
        color: #2e2e2e;
        font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, "serif";
        text-indent: 0em; }
        .content-bk .content-wrap .textwrap p + h3 {
          margin-top: 2em; }
        @media only screen and (max-width: 1169px) {
          .content-bk .content-wrap .textwrap p {
            margin: 0 auto 1em; } }
        .content-bk .content-wrap .textwrap p.caption {
          line-height: 1.3em;
          font-size: 9px;
          font-size: 0.9rem; }
        .content-bk .content-wrap .textwrap p.indent {
          padding-left: 3em;
          color: #648283;
          font-size: 11px;
          font-size: 1.1rem; }
          @media only screen and (max-width: 767px) {
            .content-bk .content-wrap .textwrap p.indent {
              padding: 0em 2em 0em 1em; } }
          .content-bk .content-wrap .textwrap p.indent:before {
            content: "\e934";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            font-size: 12px;
            font-size: 1.2rem;
            margin-right: .2em; }
    .content-bk .content-wrap h3 {
      font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 1em;
      text-align: left;
      border-left: solid 1px #484041;
      padding: .2em .7em;
      color: #484041; }
      @media only screen and (max-width: 767px) {
        .content-bk .content-wrap h3 {
          font-size: 11px;
          font-size: 1.1rem; } }
      @media only screen and (max-width: 479px) {
        .content-bk .content-wrap h3 {
          font-size: 11px;
          font-size: 1.1rem; } }
      .content-bk .content-wrap h3 span {
        display: block;
        background: #fff;
        padding-bottom: 10px; }
        @media only screen and (max-width: 479px) {
          .content-bk .content-wrap h3 span {
            padding-bottom: 3px; } }
        .content-bk .content-wrap h3 span.title {
          display: flex;
          justify-content: center;
          padding-bottom: 0px;
          padding-top: .5em; }
          @media only screen and (max-width: 479px) {
            .content-bk .content-wrap h3 span.title {
              letter-spacing: -.06em;
              font-size: 9px;
              font-size: 0.9rem; } }
        .content-bk .content-wrap h3 span span:nth-child(n+2) {
          margin-left: .3em; }
          .content-bk .content-wrap h3 span span:nth-child(n+2)::before {
            content: "/ "; }

.center {
  text-align: center;
  margin: 1em 0em; }

.centerTxt {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .centerTxt {
      text-align: left; }
      .centerTxt br {
        display: none; } }

em {
  text-decoration: underline; }

strong {
  background: linear-gradient(transparent 80%, #e7424b 10%);
  color: #96131a; }

small {
  font-size: 80%; }

figure .trim-300 {
  margin-bottom: 10px;
  height: auto !important;
  border: none;
  overflow: hidden; }
  figure .trim-300 img {
    display: block;
    width: 300px !important;
    height: auto !important;
    margin: 0 auto; }
figure .trim-700 {
  margin-bottom: 10px;
  height: auto !important;
  border: none;
  overflow: hidden; }
  figure .trim-700 img {
    display: block;
    width: 700px !important;
    height: auto !important;
    margin: 0 auto; }
figure .trim-v550 {
  margin-bottom: 10px;
  width: auto !important;
  border: none;
  overflow: hidden; }
  figure .trim-v550 img {
    display: block;
    width: auto !important;
    height: 550px !important;
    margin: 0 auto; }
figure .trim-v300 {
  margin-bottom: 10px;
  width: auto !important;
  border: none;
  overflow: hidden; }
  figure .trim-v300 img {
    display: block;
    width: auto !important;
    height: 300px !important;
    margin: 0 auto; }
figure.right {
  margin: 1em 0em 0em 2em;
  float: right; }
  @media only screen and (max-width: 767px) {
    figure.right {
      float: none;
      margin: 1em 0em 0em 0em; } }
figure.left {
  margin: 1em 2em 1em 0em;
  float: left; }

/* ========PAGE TOP======== */
#page-top {
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 3;
  text-align: center;
  width: 60px; }
  #page-top a {
    background: rgba(192, 113, 9, 0.5);
    border-radius: 5px;
    display: table-cell;
    width: 60px;
    height: 60px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff; }
    #page-top a:hover {
      background: #c07109; }
    #page-top a .icon-arrow-up15 {
      font-size: 15px;
      font-size: 1.5rem;
      display: block; }
    #page-top a .txt {
      font-size: 9px;
      font-size: 0.9rem;
      font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif, "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
      margin-top: .2em; }
      @media only screen and (max-width: 767px) {
        #page-top a .txt {
          display: none; } }

/* FOOTER ================================================== */
/* -------------------------------- 

footer style

-------------------------------- */
footer {
  background-color: #484041;
  height: auto;
  font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif, "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  padding: 10px 0px 30px;
  width: 100%;
  border-top: solid 3px #878788;
  position: absolute; }
  footer .footer-inner {
    width: 1000px;
    margin: 0px auto;
    max-height: 200px; }
    @media only screen and (max-width: 1169px) {
      footer .footer-inner {
        width: 95%;
        margin-bottom: 1em; } }
    @media only screen and (max-width: 479px) {
      footer .footer-inner {
        width: 100%; } }
    footer .footer-inner div.social {
      clear: both;
      font-size: 20px;
      font-size: 2rem;
      margin: 20px 0px; }
      @media only screen and (max-width: 479px) {
        footer .footer-inner div.social {
          margin: 0.5em 0 0.5em 0.5em; } }
      footer .footer-inner div.social a {
        color: #21ABF4;
        margin-right: .5em; }
        footer .footer-inner div.social a .icon-twitter:before {
          content: "\ea96"; }
        footer .footer-inner div.social a:hover {
          color: #8AD2F9; }
    footer .footer-inner .logo-ryouun img {
      width: 200px; }
      @media only screen and (max-width: 767px) {
        footer .footer-inner .logo-ryouun img {
          width: 300x;
          margin: 1em; } }
      @media only screen and (max-width: 479px) {
        footer .footer-inner .logo-ryouun img {
          width: 280px;
          margin: 1em; } }
    @media only screen and (max-width: 1169px) {
      footer .footer-inner .logo-ryouun {
        padding-top: 20px; } }
    footer .footer-inner .common {
      width: 100%;
      font-size: 9px;
      font-size: 0.9rem;
      color: #7F8082;
      display: flex;
      flex-wrap: wrap;
      align-content: space-around;
      align-items: flex-end; }
      @media only screen and (max-width: 479px) {
        footer .footer-inner .common {
          margin-left: 1em;
          font-size: 7px;
          font-size: 0.7rem; } }
      footer .footer-inner .common p {
        margin-right: 0em;
        font-size: 11px;
        font-size: 1.1rem; }
        @media only screen and (max-width: 767px) {
          footer .footer-inner .common p {
            margin-right: 2.5em;
            padding-top: 0.5em; } }
      footer .footer-inner .common ul {
        display: flex; }
        @media only screen and (max-width: 479px) {
          footer .footer-inner .common ul {
            display: block; } }
        @media only screen and (max-width: 479px) {
          footer .footer-inner .common ul li {
            margin-bottom: 1em; } }
        footer .footer-inner .common ul li a {
          margin-right: 2em;
          color: #000;
          text-decoration: none; }
          footer .footer-inner .common ul li a:hover {
            color: #b3b3b4; }
          @media only screen and (max-width: 1169px) {
            footer .footer-inner .common ul li a {
              margin-right: 1.5em;
              padding: 1em 0em; } }

/* -------------------------------- 

animation style

-------------------------------- */
.animation-box {
  padding: 120px;
  transition: .5s; }
  @media only screen and (max-width: 767px) {
    .animation-box {
      border-bottom: groove 1px #484041; } }
  .animation-box .active {
    background: #878788;
    color: #878788; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media only screen and (max-width: 767px) {
    .flex .reverse {
      flex-direction: column-reverse;
      flex-direction: row-reverse; } }
  @media only screen and (max-width: 767px) {
    .flex {
      display: block; } }

.col2 {
  width: 45%; }
  @media only screen and (max-width: 767px) {
    .col2 {
      width: 100%; } }

.img-container {
  overflow: hidden;
  position: relative; }
  .img-container:before {
    background: #878788;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition: all .8s 0s ease;
    width: 100%;
    z-index: 1; }

.img-container__img {
  display: block;
  opacity: 0;
  position: relative;
  transition: all .5s .3s ease;
  z-index: 0;
  width: 100%;
  margin-bottom: 1em; }
  .img-container__img:nth-of-type(n+2) {
    margin-top: 1em;
    transition: all .8s .6s ease; }

.text-container {
  opacity: 0;
  padding: 0 10px;
  transition: all .8s .8s ease;
  font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif, "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.text-container__title {
  font-family: "Garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif, "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 60px;
  font-weight: 700; }

.text-container__text {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
  line-height: 1.5em;
  color: #2e2e2e;
  margin-bottom: 1em;
  font-size: 11px;
  font-size: 1.1rem; }

/*アニメーションするプロパティを設定します*/
.img-container.active img {
  opacity: 1; }

.img-container.active:before {
  transform: translateX(100%); }

.text-container.active {
  opacity: 1; }

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