@charset "UTF-8";
/* 共通 */
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden; }

a, input[type=submit], input[type=buttom] {
  transition: opacity linear 0.2s; }
  a:hover, input[type=submit]:hover, input[type=buttom]:hover {
    opacity: 0.5; }

.container {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto; }
  .container .logo {
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 107px; }

.sp {
  display: none; }

@media screen and (max-width: 680px) {
  .container {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-left: 5.3%;
    padding-right: 5.3%; }
    .container .logo {
      width: 70%;
      margin: 0 auto 15% auto; }
      .container .logo img {
        width: 100%; }

  .logo h2 {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
  .logo h2 img { width: 100%; }

  .pc { display: none; }
  .sp { display: block; }
}

/*もっと見るボタンスタイル*/
.more {
  display: block;
  padding: .3%;
  background: #FF8167;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  width: 426px;
  height: 60px;
  margin: 0 auto;
  color: #fff; }
  .more span {
    display: block;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    font-family: "korolev", sans-serif;
    height: 100%;
    line-height: 46px;
    font-size: 26px; }

@media screen and (max-width: 680px) {
  .more {
    width: 90%; }
    .more span {
      font-size: 24px;
      line-height: 2.2; } }
/* メニュー */
#menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001; }
  #menu .btnMenu {
    display: block;
    background: rgba(82, 133, 184, 0.8);
    padding: 15px 16px; }
  #menu .links {
    display: none; }
    #menu .links ul {
      float: right;
      list-style: none;
      font-family: "korolev", sans-serif;
      background: #fff;
      padding: 0 20px;
      height: 100vh;
      overflow-y: scroll; }
      #menu .links ul::-webkit-scrollbar {
        width: 6px;
        border-radius: 3px;
        background: #eee; }
      #menu .links ul::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #ccc;
        padding: 2px; }
      #menu .links ul li {
        text-align: center;
        font-size: 21px;
        line-height: 24px;
        border-bottom: solid 1px rgba(82, 133, 184, 0.12); }
        #menu .links ul li:last-child {
          border-bottom: none; }
        #menu .links ul li a {
          display: block;
          min-width: 280px;
          color: #5285b8;
          padding: 8px 0; }
          #menu .links ul li a span {
            display: block;
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-size: 11px;
            line-height: 14px; }
    #menu .links .btnMenuClose {
      float: right;
      background: #fff;
      padding: 14px 20px; }

body.menuOpen #menu .btnMenu {
  display: none; }
body.menuOpen #menu .links {
  display: block;
  animation: menuShow 0.3s ease 0s; }

@keyframes menuShow {
  from {
    margin-right: -405px; }
  to {
    margin-right: 0px; } }
@media screen and (max-width: 680px) {
  #menu {
    left: 0; }
    #menu .btnMenu {
      float: right;
      background: none;
      padding: 9px 10px; }
      #menu .btnMenu img {
        width: 30px;
        height: auto; }
    #menu .links {
      margin-top: 50px; }
      #menu .links ul {
        float: none;
        border-top: solid 1px rgba(82, 133, 184, 0.12);
        height: calc( 100vh - 50px ); }
        #menu .links ul li {
          font-size: 15px;
          line-height: 17px; }
          #menu .links ul li a {
            padding: 6px 0; }
            #menu .links ul li a span {
              font-size: 9px;
              line-height: 12px; }
      #menu .links .btnMenuClose {
        position: fixed;
        top: 0;
        right: 0;
        padding: 9px 13px; }
        #menu .links .btnMenuClose img {
          height: 31px;
          width: auto; } }
/* タイトル */
h1 {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 361px;
  height: 131px;
  margin-left: -180px;
  text-align: center;
  background: url(../img/logo_big.svg) no-repeat center center;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  /* text hidden set */
  z-index: 999; }

/* 下層ページでのタイトル */
.under_layer h1 {
  top: 0;
  width: 169px;
  height: 80px;
  margin-left: -85px;
  background-position: center;
  background-size: contain; }

@media screen and (max-width: 680px) {
  h1 {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    background: url(../img/logo_big_white.svg) no-repeat center center #5285b8 !important;
    background-size: 110px 41px !important; }

  body.menuOpen h1 {
    position: fixed;
    background: url(../img/logo_big.svg) no-repeat center center #fff;
    background-size: 110px 41px; }

  .under_layer h1 {
    width: 100%;
    height: 50px;
    margin-left: 0px; } }
/* メインビジュアル */
#mainVisual {
  position: relative;
  /*background: url(../img/mv_01.jpg) no-repeat center center;*/
  background-size: cover;
  height: 100vh; }
  #mainVisual .bnrLinks {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }
    #mainVisual .bnrLinks a {
      display: inline-block;
      margin: 0 30px; }
  #mainVisual .btnScroll {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }
  #mainVisual ul {
    list-style: none;
    width: 100%;
    height: 100vh; }
    #mainVisual ul li {
      display: block;
      width: 100%;
      height: 100vh;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important; }
      #mainVisual ul li a {
        display: block;
        width: 100%;
        height: 100vh;
        opacity: 0; }

@media screen and (max-width: 680px) {
  #mainVisual {
    background-position: 75% center; }
    #mainVisual h1 {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 50px;
      margin: 0;
      background: url(../img/logo_big_white.svg) no-repeat center center #5285b8;
      background-size: 110px 41px;
      z-index: 999; }
    #mainVisual .bnrLinks {
      bottom: 90px; }
      #mainVisual .bnrLinks a {
        margin: 0 10px;
        width: 40%; }
        #mainVisual .bnrLinks a img {
          width: 100%;
          height: auto; }
    #mainVisual .btnScroll img {
      width: 40px;
      height: auto; }
    #mainVisual ul li {
      background: none !important; }
      #mainVisual ul li a {
        opacity: 1;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important; } }
/* トップビデオ再生 */
#topVideoWrap {
  overflow: hidden; }

#topVideoPlay {
  background: #ebebeb;
  padding: 50px 0; }
  #topVideoPlay .embed {
    width: 70%;
    margin: auto; }
    #topVideoPlay .embed > div {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      #topVideoPlay .embed > div > iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
      #topVideoPlay .embed > div .btnPrev, #topVideoPlay .embed > div .btnNext, #topVideoPlay .embed > div .btnClose {
        position: absolute; }
      #topVideoPlay .embed > div .btnPrev {
        left: -50px;
        top: 50%;
        margin-top: -16px; }
      #topVideoPlay .embed > div .btnNext {
        right: -50px;
        top: 50%;
        margin-top: -16px; }
      #topVideoPlay .embed > div .btnClose {
        right: -50px;
        top: 0; }
  #topVideoPlay .detail {
    width: 70%;
    margin: auto; }
    #topVideoPlay .detail p {
      margin-top: 20px;
      font-size: 15px;
      line-height: 28px; }
      #topVideoPlay .detail p.copy {
        font-family: "korolev", sans-serif;
        font-size: 13px;
        line-height: 24px;
        color: #808080;
        margin-top: 10px; }

@media screen and (max-width: 680px) {
  #topVideoPlay {
    background: #ebebeb;
    padding: 30px 0; }
    #topVideoPlay .embed {
      width: 85%;
      margin: auto; }
      #topVideoPlay .embed > div .btnPrev, #topVideoPlay .embed > div .btnNext, #topVideoPlay .embed > div .btnClose {
        display: none; }
    #topVideoPlay .detail {
      width: 85%; }
      #topVideoPlay .detail p {
        font-size: 13px;
        line-height: 24px; }
        #topVideoPlay .detail p.copy {
          font-size: 11px;
          line-height: 21px; } }
/* トップビデオリスト */
#topVideoList {
  width: 85%;
  margin: auto;
  padding: 70px 0 30px 0; }
  #topVideoList ul {
    list-style: none;
    text-align: center; }
    #topVideoList ul li {
      /*width: 100%;
      margin-right: 3.86%;*/
      max-width: 400px;
      margin: 0 20px;
      display: inline-block;
      text-align: left; }
      #topVideoList ul li:last-child {
        margin-right: 0; }
      #topVideoList ul li a {
        display: block; }
        #topVideoList ul li a .img {
          position: relative; }
          #topVideoList ul li a .img img {
            width: 100%;
            height: auto; }
          #topVideoList ul li a .img:after {
            position: absolute;
            left: 50%;
            top: 50%;
            content: url(../img/btn_v_play.svg);
            z-index: 100;
            margin-left: -20px;
            margin-top: -20px; }
        #topVideoList ul li a .text {
          border: solid 1px #f0f0f0;
          border-top: none;
          padding: 15px;
          font-family: "korolev", sans-serif;
          font-size: 15px;
          line-height: 21px;
          color: #404040; }
          #topVideoList ul li a .text span {
            margin-top: 10px;
            display: inline-block;
            font-size: 13px;
            color: #808080; }
    #topVideoList ul button.slick-prev {
      position: absolute;
      display: block;
      left: -30px;
      top: 35%;
      margin-top: 16px;
      background: url(../img/btn_v_prev.svg) no-repeat;
      width: 18px;
      height: 32px;
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      /* text hidden set */
      cursor: pointer; }
    #topVideoList ul button.slick-next {
      position: absolute;
      display: block;
      right: -30px;
      top: 35%;
      margin-top: 16px;
      background: url(../img/btn_v_next.svg) no-repeat;
      width: 18px;
      height: 32px;
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      /* text hidden set */
      cursor: pointer; }
    #topVideoList ul.flexcontainer {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center; }

.btnMoreVideoWrap {
  width: 85%;
  margin: 0 auto 60px auto; }
  .btnMoreVideoWrap .btnMoreVideo {
    width: 30.76%;
    margin: auto;
    padding: 2px;
    background: #5285b8; }
    .btnMoreVideoWrap .btnMoreVideo a {
      display: block;
      border: solid 2px #fff;
      text-align: center;
      color: #fff;
      font-family: "korolev", sans-serif;
      font-size: 21px;
      padding: 10px 0; }

.btnGeneralWrap {
  //max-width: 85%;
  margin: 0 auto 60px auto; }
  .btnGeneralWrap .btnGeneral {
    text-align: center; }
    .btnGeneralWrap .btnGeneral img {
      width: auto;
      max-width: 100%; }

@media screen and (max-width: 680px) {
  #topVideoList {
    padding: 30px 0px 0px 0px; }
    #topVideoList ul li {
      /*float: none;*/
      width: 100%;
      margin: 0;
      margin-bottom: 20px;
      /*display: none;
      &:first-child {
        display: block;
      }*/ }
      #topVideoList ul li a .text {
        font-size: 12px;
        line-height: 18px; }
        #topVideoList ul li a .text span {
          font-size: 11px; }
    #topVideoList ul button.slick-prev {
      width: 9px;
      height: 16px;
      background-size: 9px 16px;
      left: -20px; }
    #topVideoList ul button.slick-next {
      width: 9px;
      height: 16px;
      background-size: 9px 16px;
      right: -20px; }

  .btnMoreVideoWrap .btnMoreVideo {
    width: 100%;
    margin: 0 auto; }
    .btnMoreVideoWrap .btnMoreVideo a {
      font-size: 18px;
      padding: 10px 0; } }
/* トップパネルバナー */
#topPanelBnr ul {
  list-style: none; }
  #topPanelBnr ul li {
    width: 100%;
    height: 40vh;
    display: table; }
    #topPanelBnr ul li a {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      font-family: "korolev", sans-serif; }
      #topPanelBnr ul li a.bg01 {
        background: url(../img/bnr_bg_01.jpg) no-repeat center center;
        background-size: cover;
        font-size: 32px;
        font-weight: lighter;
        color: #333; }
        #topPanelBnr ul li a.bg01 span {
          display: inline-block;
          font-size: 21px;
          line-height: 24px;
          font-weight: bold;
          border-bottom: solid 4px #333; }
      #topPanelBnr ul li a.bg02 {
        background: url(../img/bnr_bg_02.jpg) no-repeat center center;
        background-size: cover;
        font-size: 42px;
        font-weight: lighter;
        color: #5a442a; }
      #topPanelBnr ul li a.bg03 {
        background: url(../img/bnr_bg_03.jpg) no-repeat center center;
        background-size: cover;
        text-align: right;
        padding-right: 50px; }

@media screen and (max-width: 680px) {
  #topPanelBnr ul li a.bg03 {
    background: url(../img/bnr_bg_03.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-right: 0; }
    #topPanelBnr ul li a.bg03 img {
      width: 100%; } }
/* ブログ */
#blog {
  overflow: hidden; }
  #blog .data {
    color: #808080; }
    #blog .data span {
      display: inline-block;
      line-height: 1; }
      #blog .data span.cat {
        border: 1px solid #808080;
        padding: 7px;
        margin-right: 14px;
        font-size: 16.5px; }
  #blog h3 {
    font-size: 24px;
    padding: 24px 0; }
  #blog .left_colum {
    width: 67%;
    float: left; }
    #blog .left_colum article {
      border-bottom: 1px solid #808080;
      padding-bottom: 100px;
      margin-bottom: 100px;
      font-size: 18px;
      line-height: 1.8; }
      #blog .left_colum article img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 35px 0; }
    #blog .left_colum nav {
      text-align: center; }
      #blog .left_colum nav ul li {
        display: inline-block;
        width: 20px;
        height: 22px;
        box-sizing: content-box;
        margin: 0 3%; }
        #blog .left_colum nav ul li:first-child {
          margin-right: 5%;
          margin-left: 0; }
        #blog .left_colum nav ul li:last-child {
          margin-left: 5%;
          margin-right: 0; }
        #blog .left_colum nav ul li a {
          color: #000;
          display: block; }
          #blog .left_colum nav ul li a img {
            vertical-align: text-bottom; }
      #blog .left_colum nav ul li.current {
        border-bottom: 2px solid #000; }
  #blog .right_colum {
    width: 28%;
    float: right; }
    #blog .right_colum aside section {
      margin-bottom: 60px; }
      #blog .right_colum aside section:first-child h3 {
        padding-top: 0; }
      #blog .right_colum aside section h3 {
        font-size: 18px;
        display: inline-block;
        border-bottom: 2px solid #000;
        padding-bottom: 3px;
        margin-bottom: 28px; }
      #blog .right_colum aside section li {
        list-style: none;
        margin-bottom: 13px; }
      #blog .right_colum aside section li:before, #blog .right_colum aside section dt:before {
        content: url(../img/right_arrow_small.svg);
        margin-right: .5em; }
      #blog .right_colum aside section dt {
        color: #808080; }
      #blog .right_colum aside section dd {
        padding-left: 1em;
        box-sizing: border-box;
        margin-bottom: 23px; }
    #blog .right_colum .bnr a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      padding-top: 66.5%;
      margin-bottom: 30px; }
      #blog .right_colum .bnr a.contact {
        background-image: url(../img/side_bnr01_bg.png);
        background-size: 100%;
        background-position: left top; }
        #blog .right_colum .bnr a.contact span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          font-size: 30px;
          font-family: "korolev", sans-serif;
          color: #5A442A; }
      #blog .right_colum .bnr a.detail {
        background-image: url(../img/side_bnr02_bg.png);
        background-size: 100%;
        background-position: left top; }
        #blog .right_colum .bnr a.detail span {
          position: absolute;
          left: 50%;
          bottom: 10%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          color: #fff;
          background-color: rgba(164, 136, 80, 0.8);
          padding: 4px;
          font-size: 12px;
          width: 86%;
          text-align: center; }
          #blog .right_colum .bnr a.detail span:before {
            content: url(../img/right_arrow_small_white.svg);
            margin-right: 4px; }

@media screen and (max-width: 680px) {
  #blog .left_colum, #blog .right_colum {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  #blog .left_colum {
    margin-bottom: 14%; }
    #blog .left_colum article {
      padding-bottom: 10%;
      margin-bottom: 10%; }
    #blog .left_colum nav ul li {
      margin: 0 3%; }
    #blog .left_colum nav ul li:first-child {
      margin-right: 4%; }
    #blog .left_colum nav ul li:last-child {
      margin-left: 4%; }
  #blog .data span, #blog .data span.cat {
    font-size: 12px; } }
/* フォトギャラリー */
#photo_gallery .gallery ul li {
  list-style: none;
  width: 33.3%;
  padding: 20px;
  box-sizing: border-box;
  float: left; }
  #photo_gallery .gallery ul li a {
    display: block; }
    #photo_gallery .gallery ul li a img {
      width: 100%; }

/* フォトギャラリー内詳細 */
.photo_detail {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  overflow: auto; }
  .photo_detail .logo {
    text-align: center;
    padding: 2% 0; }
    .photo_detail .logo img {
      width: 15%; }
  .photo_detail .inner {
    padding: 1%;
    background: #fff;
    width: 30%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative; }
    .photo_detail .inner img {
      width: 100%; }
  .photo_detail h3, .photo_detail p {
    width: 30%;
    margin: 0 auto;
    font-size: 14px; }
  .photo_detail h3 {
    color: #fff;
    padding: 1% 0; }
  .photo_detail p {
    color: #999999;
    padding-bottom: 1%; }
  .photo_detail .close {
    position: fixed;
    top: 1%;
    right: 1%;
    width: auto;
    max-width: 30px;
    z-index: 1003; }
    .photo_detail .close img {
      width: 100%; }

@media screen and (max-width: 680px) {
  #photo_gallery .gallery ul li {
    padding: .5%; }

  .photo_detail .logo {
    padding: 6% 0; }
    .photo_detail .logo img {
      width: 50%; }
  .photo_detail .inner {
    width: 85%; }
  .photo_detail h3, .photo_detail p {
    width: 85%; }
  .photo_detail h3 {
    padding: 10% 0; } }
/*各パーツ共通設定*/
.under_layer {
  padding-top: 81px; }

@media screen and (max-width: 680px) {
  .under_layer {
    padding-top: 50px; }
    .under_layer > div {
      width: 100% !important;
      padding-left: 5.3%;
      padding-right: 5.3%;
      margin: 0 0 5% 0 !important; }
      .under_layer > div.wideImg, .under_layer > div.wideImgMv, .under_layer > div.fullScreenMv, .under_layer > div.fullScreenMv2 {
        padding-left: 0;
        padding-right: 0; }
      .under_layer > div.fullScreenMv2 {
        margin-bottom: 40% !important; }
      .under_layer > div#menu {
        margin: 0 !important;
        padding: 0; } }
/*下層フルスクリーンメインビジュアル*/
.fullScreenMv {
  margin-top: -81px;
  position: relative;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fullScreenMv h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
  .fullScreenMv .btnScroll {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }

@media screen and (max-width: 680px) {
  margin-top: 0; }
/*テキスト中央配置*/
.alignText {
  text-align: center;
  margin: 20px 0;
  padding-left: 5.3%;
  padding-right: 5.3%; }
  .alignText h3 {
    font-size: 22px;
    /* padding-top: 30px; */
    text-align: center;
    padding-bottom: 30px; }
  .alignText p {
    font-size: 15px;
    margin-bottom: 20px; }
    .alignText p:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 680px) {
  .alignText {
    text-align: left; } }

/* 動画 */
/*
.centerVideo {
  width: 670px;
  margin: 80px auto 80px auto;
}
.centerVideo > img, .centerVideo > a, .centerVideo > video, .centerVideo > iframe {
  width: 100%;
}
*/
.centerVideo > iframe {
  max-width: 960px;
  max-height: 540px;
  width: 100%;
  height: calc(100vw / 2 - 1vw);
  margin: 80px auto 30px;
}
@media screen and (max-width: 680px) {
    .centerVideo > iframe {
        margin: 50px auto 0px;
    }
}

.centerVideo {
  width: 80%;
  margin: 0 auto!important;
  text-align: center;
}


/* リンク付き3カラムレイアウト */
.threeColum1 {
  background-color: #ffffff;
  padding: 10px 0; }
  .threeColum1 .inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center; }
    .threeColum1 .inner ul {
      padding-left: 3%;
      text-align: center; }
      .threeColum1 .inner ul li {
        width: 30%;
        max-width: 320px;
        box-sizing: border-box;
        display: inline-block;
        list-style: none;
        padding-bottom: 18px;
        background: #fff; }
        .threeColum1 .inner ul li img {
          width: 100%; }
        .threeColum1 .inner ul li h4 {
          padding: 20px 0;
          font-size: 19px;
          font-family: "korolev", sans-serif;
          font-weight: normal; }
          .threeColum1 .inner ul li h4 span {
            display: block;
            font-size: 11px;
            color: #808080;
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        .threeColum1 .inner ul li:nth-of-type(2) {
          margin-right: 3%;
          margin-left: 3%; }
        .threeColum1 .inner ul li a {
          background: #5285b8;
          padding: 6px 32px;
          color: #fff;
          font-size: 11px; }

.notEnough1 .inner ul li {
  width: 40%;
  margin: 0 5%;
  max-width: none; }

@media screen and (max-width: 680px) {
  .under_layer > .threeColum1 {
    width: 100%;
    padding: 0;
    margin-bottom: 0 !important;
    padding-left: 5.3%;
    padding-right: 5.3%; }
    .under_layer > .threeColum1 .inner {
      width: 100%; }
      .under_layer > .threeColum1 .inner ul li {
        width: 100%;
        margin-bottom: 5%; }
        .under_layer > .threeColum1 .inner ul li:nth-of-type(2) {
          margin-left: 0;
          margin-right: 0; }
    .under_layer > .threeColum1.threeColum1_first {
      padding-top: 70px; }
    .under_layer > .threeColum1.threeColum1_last {
      padding-bottom: 70px; }

  .notEnough1 .inner ul li {
    max-width: 320px; } }
/* ロゴ */
.logo {
  width: 80%;
  max-width: 1200px;
  text-align: center;
  /*padding: 140px 0 70px 0;*/
  padding-top: 20px;
  margin: 0 auto; }
  .logo h2 {
    text-align: center; }

@media screen and (max-width: 680px) {
  .logo {
    width: 85%;
    /*padding: 35% 0 10% 0;*/
    text-align: center; }
  }
/*名前差し替え可能なロゴ*/
.logo2 {
  width: 100%;
  text-align: center;
  padding: 180px 0 120px 0;
  margin: 0 auto; }
  .logo2 h2 {
    padding: 100px 50px 70px;
    font-size: 33px;
    background-image: url(../img/logo_report_detail_bg.svg);
    background-size: cover;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat; }
    .logo2 h2 span {
      display: block;
      font-size: 13px; }

@media screen and (max-width: 680px) {
  .logo2 {
    width: 100%;
    padding: 30% 0 10% 0; }
    .logo2 h2 {
      width: 100%;
      font-size: 6vw;
      padding: 30% 0 20% 0;
      line-height: 2; } }
/*上下の画像と名前差し替え可能なロゴ*/
.logo3 {
  text-align: center;
  margin: 0 auto;
  padding: 120px 0; }
  .logo3 div img {
    max-width: 80%;
    height: auto; }
  .logo3 h2 {
    display: inline-block;
    font-size: 33px; }

@media screen and (max-width: 680px) {
  .logo3 {
    padding: 30% 0 10% 0; }
    .logo3 h2 {
      width: 100%;
      font-size: 6vw; } }
/*横幅100%画像表示のメインビジュアル*/
.wideImgMv {
  position: relative; }
  .wideImgMv img {
    width: 100%; }
  .wideImgMv .scroll {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
    .wideImgMv .scroll img {
      width: auto; }

/* リンク無し均等3カラムレイアウト */
.threeColum2 {
  width: 100%;
  max-width: 1040px;
  margin: 40px auto; }
  .threeColum2 ul {
    padding-left: 3%; }
    .threeColum2 ul li {
      width: 30%;
      float: left;
      margin-right: 3%;
      list-style: none; }
      .threeColum2 ul li:last-child {
        margin-right: 0; }
      .threeColum2 ul li img {
        width: 100%; }
  .threeColum2 p {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.5; }
  .threeColum2.threeColum2_center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0; }

@media screen and (max-width: 680px) {
  .threeColum2 {
    width: 100%;
    padding-left: 5.3%;
    padding-right: 5.3%; }
    .threeColum2 ul li {
      float: none;
      width: 100% !important;
      margin-bottom: 7.5%; }
      .threeColum2 ul li img {
        width: 100%; } }
/* 2カラムレイアウト1 1:2 */
.twoColum1 {
  width: 100%;
  max-width: 1040px;
  margin: 40px auto; }
  .twoColum1 ul {
    padding-left: 5.3%;
    padding-right: 5.3%; }
    .twoColum1 ul li {
      width: 30%;
      float: left;
      margin-right: 40px;
      list-style: none; }
      .twoColum1 ul li:last-child {
        margin-right: 0; }
      .twoColum1 ul li:first-child {
        width: 65%;
        float: right;
        margin-right: 0; }
      .twoColum1 ul li img {
        width: 100%; }
  .twoColum1 p {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.5; }

/* 2カラムレイアウト1 2:1 */
.twoColum2 {
  width: 100%;
  max-width: 1040px;
  margin: 40px auto; }
  .twoColum2 ul {
    padding-left: 5.3%;
    padding-right: 5.3%; }
    .twoColum2 ul li {
      width: 30%;
      float: right;
      margin-right: 40px;
      list-style: none; }
      .twoColum2 ul li:last-child {
        margin-right: 0; }
      .twoColum2 ul li:first-child {
        width: 65%;
        float: left;
        margin-right: 0; }
      .twoColum2 ul li img {
        width: 100%; }
  .twoColum2 p {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.5; }

@media screen and (max-width: 680px) {
  .twoColum1 ul li, .twoColum2 ul li {
    float: none;
    width: 100% !important;
    margin-bottom: 7.5%;
    max-width: 100%; }
    .twoColum1 ul li img, .twoColum2 ul li img {
      width: 100%; } }
/* 横幅100%画像 */
.wideImg {
  width: 100%;
  /*margin-top: -81px;*/ }
  .wideImg img {
    width: 100%; }

/*@media screen and (max-width:680px) {
  margin-top: 0;
}*/
/* フルスクリーンメインビジュアルテキスト入り */
.fullScreenMv2 {
  margin-top: -81px;
  position: relative;
  margin-bottom: 57px;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center; }
  .fullScreenMv2 .textBox {
    width: 350px;
    box-sizing: border-box;
    padding: 50px 30px;
    position: absolute;
    left: 10%;
    bottom: 0;
    background: rgba(82, 133, 184, 0.75);
    color: #fff;
    text-align: center; }
    .fullScreenMv2 .textBox h2 {
      font-size: 48px;
      text-align: left;
      margin-bottom: 45px; }
    .fullScreenMv2 .textBox p {
      text-align: left;
      line-height: 1.5; }

@media screen and (max-width: 680px) {
  .fullScreenMv2 {
    margin-top: 0;
    margin-bottom: 36%; }
    .fullScreenMv2 .textBox {
      width: 90%;
      margin: 0 auto;
      bottom: -15%;
      left: 0;
      right: 0;
      padding: 3%; }
      .fullScreenMv2 .textBox h2 {
        font-size: 21px;
        margin-bottom: 0;
        text-align: center;
        margin-top: 10px; }
      .fullScreenMv2 .textBox .scroll {
        margin: 20px auto; }
      .fullScreenMv2 .textBox p {
        font-size: 12px; } }
/* プライバシーポリシー */
.sub_title {
  width: 600px;
  margin: 40px auto 75px auto;
  text-align: center;
  font-size: 23px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px; }

.policy {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 5.3%;
  padding-right: 5.3%; }
  .policy section {
    margin-bottom: 65px; }
    .policy section h4 {
      color: #5285b8;
      margin-bottom: 30px;
      font-size: 21px; }
    .policy section ol li {
      list-style: none;
      margin-bottom: 30px; }
    .policy section p {
      margin-bottom: 30px; }
  .policy address {
    font-style: normal; }

@media screen and (max-width: 680px) {
  .sub_title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px; }

  .policy {
    width: 100%;
    padding-left: 5.3%;
    padding-right: 5.3%; }
    .policy section {
      padding: 0; } }
/* 実例レポート */
#reportArchive .report {
  margin-bottom: 67px; }
  #reportArchive .report ul li {
    list-style: none;
    width: 22.6%;
    box-sizing: border-box;
    float: left;
    margin-right: 3%;
    margin-bottom: 2.6%; }
    #reportArchive .report ul li a {
      display: block;
      color: #333; }
      #reportArchive .report ul li a img {
        width: 100%; }
    #reportArchive .report ul li:nth-child(4n) {
      margin-right: 0; }
    #reportArchive .report ul li dl {
      color: #808080;
      font-size: 12px; }
      #reportArchive .report ul li dl dt {
        margin-bottom: 3px; }
    #reportArchive .report ul li h3 {
      padding: 14px 0 7px 0; }
    #reportArchive .report ul li:nth-of-type(4n+1) {
      clear: both; }

@media screen and (max-width: 680px) {
  #reportArchive .report {
    margin-bottom: 5%; }
    #reportArchive .report ul li {
      width: 47.5%;
      margin-right: 5%; }
    #reportArchive .report ul li:nth-child(even) {
      margin-right: 0; } }
/* 2カラムレイアウト大サイズ 共通 右 */
.twoColum3, .twoColum4 {
  width: 100%;
  max-width: 1040px;
  margin: 40px auto;
  padding-left: 5.3%;
  padding-right: 5.3%; }
  .twoColum3 img, .twoColum4 img {
    float: right;
    width: 30%; }
  .twoColum3 .textBox, .twoColum4 .textBox {
    width: 65%;
    float: left; }
    .twoColum3 .textBox h3, .twoColum4 .textBox h3 {
      font-size: 24px;
      margin-bottom: 25px; }
    .twoColum3 .textBox p, .twoColum4 .textBox p {
      line-height: 1.5;
      font-size: 15px; }
    .twoColum3 .textBox dl, .twoColum4 .textBox dl {
      margin: 25px 0;
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap; }
      .twoColum3 .textBox dl dt, .twoColum3 .textBox dl dd, .twoColum4 .textBox dl dt, .twoColum4 .textBox dl dd {
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9; }
      .twoColum3 .textBox dl dt:nth-of-type(2), .twoColum3 .textBox dl dd:nth-of-type(2), .twoColum4 .textBox dl dt:nth-of-type(2), .twoColum4 .textBox dl dd:nth-of-type(2) {
        border-top: none; }
      .twoColum3 .textBox dl dt, .twoColum4 .textBox dl dt {
        float: left;
        color: #D4A200;
        padding: 14px 1em 14px 0;
        font-size: 14px;
        width: 30%; }
      .twoColum3 .textBox dl dd, .twoColum4 .textBox dl dd {
        padding: 14px 0;
        width: 70%; }
    .twoColum3 .textBox a.more, .twoColum4 .textBox a.more {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      text-align: center;
      width: 100%;
      height: 47px;
      position: relative;
      font-size: 18px;
      line-height: 45px; }
      .twoColum3 .textBox a.more:after, .twoColum4 .textBox a.more:after {
        content: "";
        width: 14px;
        height: 14px;
        border: 1px solid #fff;
        border-left-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg); }

/* 2カラムレイアウト大サイズ 画像左 */
.twoColum4 img {
  float: left; }
.twoColum4 .textBox {
  float: right; }

@media screen and (max-width: 680px) {
  .twoColum3, .twoColum4 {
    width: 100%; }
    .twoColum3 img, .twoColum3 .textBox, .twoColum4 img, .twoColum4 .textBox {
      float: none;
      width: 100%; }
    .twoColum3 .textBox h3, .twoColum4 .textBox h3 {
      margin: 25px 0; } }
/* イベント告知 */
.event {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding-left: 5.3%;
  padding-right: 5.3%;
  margin-bottom: 80px; }
  .event img {
    width: 50%;
    max-width: 600px; }
  .event .textBox {
    width: 50%;
    box-sizing: border-box;
    display: inline-block; }
    .event .textBox h3 {
      color: #D4A200;
      font-size: 20px;
      text-align: center;
      padding: 6px 0 6px 0;
      margin: 28px 0 22px 0; }
    .event .textBox p {
      margin-left: 3em;
      margin-bottom: 22px; }
    .event .textBox dl {
      margin-left: 3em;
      margin-bottom: 22px;
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .event .textBox dl dt {
        color: #D4A200;
        float: left;
        padding: 14px 1em 14px 0;
        font-size: 14px;
        width: 30%;
        border-bottom: 1px solid #D9D9D9; }
        .event .textBox dl dt:nth-of-type(2) {
          /*border-top: none;*/ }
        .event .textBox dl dt:nth-of-type(1) {
          border-top: 1px solid #D9D9D9; }
      .event .textBox dl dd {
        width: 70%;
        padding: 14px 0;
        /*font-size: 22px;*/
        border-bottom: 1px solid #D9D9D9; }
        .event .textBox dl dd:nth-of-type(2) {
          /*border-top: none;*/ }
        .event .textBox dl dd:nth-of-type(1) {
          border-top: 1px solid #D9D9D9; }
    .event .textBox a.more {
      margin: 0 0 0 12%;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      text-align: center;
      width: 86%;
      height: 47px;
      line-height: 47px;
      font-size: 18px;
      padding: 0;
      position: relative; }
      .event .textBox a.more:after {
        content: "";
        width: 14px;
        height: 14px;
        border: 1px solid #fff;
        border-left-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg); }
  .event.leftImg img {
    float: left; }
  .event.rightImg img {
    float: right; }
  .event.rightImg .textBox {
    float: right; }
    .event.rightImg .textBox p {
      margin-right: 3em;
      margin-left: 0; }
    .event.rightImg .textBox dl {
      margin-right: 3em;
      margin-left: 0; }
    .event.rightImg .textBox a.more {
      margin-right: 2.7em;
      margin-left: 0; }

@media screen and (max-width: 680px) {
  .event {
    float: none !important; }
    .event img {
      float: none !important;
      width: 100%; }
    .event .textBox {
      width: 100%;
      float: none !important; }
      .event .textBox * {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .event .textBox a.more {
        width: 100%;
        margin-bottom: 15%; } }
/* お問い合わせ */
.contact_form {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto; }
  .contact_form form {
    padding: 0 20px; }
    .contact_form form table {
      margin-bottom: 50px;
      width: 100%; }
      .contact_form form table tr {
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        position: relative; }
        .contact_form form table tr th {
          vertical-align: middle;
          width: 34%;
          padding-left: 12%;
          text-align: left; }
          .contact_form form table tr th span {
            background-color: #5285b8;
            font-size: 12px;
            color: #fff;
            width: 40px;
            height: 20px;
            display: inline-block;
            line-height: 20px;
            text-align: center;
            margin-right: 20px;
            margin-left: -60px; }
        .contact_form form table tr td {
          height: 100%;
          padding: 28px 0;
          box-sizing: border-box; }
          .contact_form form table tr td input, .contact_form form table tr td select {
            width: 75%;
            border: 1px solid #808080;
            display: inline-block;
            height: 46px;
            padding: 10px; }
          .contact_form form table tr td select {
            -moz-appearance: menulist;
            -webkit-appearance: menulist; }
          .contact_form form table tr td textarea {
            width: 500px;
            padding: 10px;
            border: 1px solid #808080; }
          .contact_form form table tr td.date select {
            width: 23%;
            margin-right: 5px; }
            .contact_form form table tr td.date select:nth-of-type(2) {
              margin-left: 20px; }
        .contact_form form table tr:nth-of-type(2) input, .contact_form form table tr:nth-of-type(3) input {
          width: 36%; }
          .contact_form form table tr:nth-of-type(2) input:first-child, .contact_form form table tr:nth-of-type(3) input:first-child {
            margin-right: 18px; }
        .contact_form form table tr:nth-of-type(4) input:first-child {
          width: 23%;
          margin: 0 23px 23px 10px; }
        .contact_form form table tr:nth-of-type(4) select {
          width: 46%; }
    .contact_form form p {
      text-align: center;
      font-size: 18px;
      margin: 40px 0; }
    .contact_form form div {
      text-align: center; }
  .contact_form > p {
    text-align: center;
    font-size: 20px; }
  .contact_form .more {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 320px;
    font-size: 21px;
    background-image: url(../img/right_arrow_white.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
  .contact_form .back {
    background-image: url(../img/left_arrow_white.svg);
    background-position: left 20px center;
    cursor: pointer; }
  .contact_form > div {
    text-align: center;
    margin: 40px auto; }
    .contact_form > div a.back {
      line-height: 56px; }




/* お問い合わせフォーム内プライバシーポリシー追加　*/
  .contact_form .privacy_policy {
    width: 100%;
    height: 300px;
    margin: 0px auto 30px;
    overflow: auto;
    background: #f7f7f7;
    padding: 2em 2em 2em 3em;
    font-size: 15px;
  }
    .contact_form .privacy_policy h3 {

    }
    .contact_form .privacy_policy p {
      margin: 0;
      font-size: 15px;
      text-align: left;
    }
    .contact_form .privacy_policy ul {
      list-style: decimal;
      text-align: left;
    }
      .contact_form .privacy_policy ul li {
        margin-bottom: 1em;
      }
    .contact_form .accept_privacy {
      margin-bottom: 70px;
    }
    @media screen and (max-width: 680px) {
      .contact_form .accept_privacy {
        font-size: 15px;
      }
    }
      .contact_form .accept_privacy span {
        background-color: #5285b8;
        font-size: 12px;
        color: #fff;
        width: 40px;
        height: 20px;
        display: inline-block;
        line-height: 22px;
        text-align: center;
        margin-right: 20px;
        font-weight: bold;
      }

  .reserve_form .privacy_policy {
    width: 100%;
    height: 300px;
    margin: 0px auto 30px;
    overflow: auto;
    background: #f7f7f7;
    padding: 2em 2em 2em 3em;
    font-size: 15px;
  }
    .reserve_form .privacy_policy h3 {

    }
    .reserve_form .privacy_policy p {
      margin: 0;
      font-size: 15px;
      text-align: left;
    }
    .reserve_form .privacy_policy ul {
      list-style: decimal;
      text-align: left;
    }
      .reserve_form .privacy_policy ul li {
        margin-bottom: 1em;
      }
    .reserve_form .accept_privacy {
      margin-bottom: 70px;
    }
    @media screen and (max-width: 680px) {
      .reserve_form .accept_privacy {
        font-size: 15px;
      }
    }
      .reserve_form .accept_privacy span {
        background-color: #FF8167;
        font-size: 12px;
        color: #fff;
        width: 40px;
        height: 20px;
        display: inline-block;
        line-height: 22px;
        text-align: center;
        margin-right: 20px;
        font-weight: bold;
      }

  /* フッターリンク追加 */
  #footer .other_page {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0px;
  }
    #footer .other_page li:nth-of-type(2n){
      padding: 0 15px;
      //margin: 0 40px;
      //border-left: 1px solid #5285b8;
      //border-right: 1px solid #5285b8;
    }
    @media screen and (max-width: 680px) {
      #footer .other_page li:nth-of-type(2n){
        padding: 0 10px;
        margin: 0 10px;
      }
    }
      #footer .other_page li a {
        color: #5285b8;
        font-weight: bold;
        font-size: 14px;
      }







@media screen and (max-width: 680px) {
  .contact_form {
    padding-left: 5.3%;
    padding-right: 5.3%;
    box-sizing: border-box;
    width: 100%; }
    .contact_form form {
      padding: 0;
      width: 100%; }
      .contact_form form table {
        display: block;
        width: 100%;
        box-sizing: border-box; }
        .contact_form form table tr {
          display: block;
          width: 100%; }
          .contact_form form table tr th {
            display: block;
            width: 100%;
            box-sizing: border-box;
            text-align: left;
            padding-left: 0;
            padding-top: 5%; }
            .contact_form form table tr th span {
              margin-left: 0;
              margin-right: 1%; }
          .contact_form form table tr td {
            display: block;
            width: 100%;
            box-sizing: border-box; }
            .contact_form form table tr td input, .contact_form form table tr td select, .contact_form form table tr td textarea {
              width: 100%;
              box-sizing: border-box; }
          .contact_form form table tr:nth-of-type(2) input, .contact_form form table tr:nth-of-type(3) input {
            width: 45%;
            box-sizing: border-box; }
            .contact_form form table tr:nth-of-type(2) input:first-child, .contact_form form table tr:nth-of-type(3) input:first-child {
              margin-right: 7%; }
          .contact_form form table tr:nth-of-type(4) select {
            width: 100%;
            margin-bottom: 5%; }
          .contact_form form table tr:nth-of-type(4) input:first-child {
            width: 91%;
            margin: 0 0 5% 3%; }
      .contact_form form .more {
        width: 100%;
        margin-bottom: 5%; } }
/* 交通アクセス */
.access .map > * {
  width: 100%; }
.access .logo2 {
  padding: 60px 0 20px 0; }
.access .alignText {
  margin-bottom: 60px;
  margin-top: 0; }
  .access .alignText h3 {
    padding: 20px 0 40px 0; }
  .access .alignText address {
    font-style: normal; }
.access .threeColum2 ul li h4 {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin-bottom: 30px; }
  .access .threeColum2 ul li h4 img {
    width: auto;
    margin-right: 10px;
    vertical-align: middle; }
.access .threeColum2 ul li ul {
  padding: 0 0 0 20px;
  box-sizing: border-box; }
  .access .threeColum2 ul li ul li {
    margin-bottom: 30px;
    list-style: disc;
    margin-right: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px; }

@media screen and (max-width: 680px) {
  .access .logo h2 {
    width: 100% !important; }
  .access .logo2 {
    width: 65% !important;
    margin: 0 auto !important;
    padding: 3% 0; }
    .access .logo2 img {
      width: 100%; }
  .access .map {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .access .alignText {
    margin-top: 0; }
    .access .alignText h3 {
      font-size: 16px;
      padding: 3% 0; }
  .access address {
    font-size: 2vw; } }
/* フッタ */
#footer {
  padding: 60px;
  text-align: center; }
  #footer .snsLinks {
    list-style: none;
    margin-bottom: 40px; }
    #footer .snsLinks li {
      display: inline-block;
      margin: 0 15px; }
      #footer .snsLinks li a {
        font-size: 36px;
        color: #5285b8; }
  #footer h2 {
    display: inline-block;
    color: #5285b8;
    font-size: 24px;
    border-bottom: solid 3px #5285b8;
    margin-bottom: 15px; }
  #footer .contactTel {
    color: #5285b8;
    font-size: 55px;
    font-family: "korolev", sans-serif;
    font-weight: lighter; }
  #footer .copyright {
    margin-top: 60px;
    font-size: 14px;
    font-family: "korolev", sans-serif;
    font-weight: lighter; }
  #footer .otherSite {
    list-style: none;
    margin-top: 20px; }
    #footer .otherSite li {
      display: inline-block;
      margin: 0 10px 10px 10px; }
      #footer .otherSite li a img {
        height: 20px;
        width: auto; }

@media screen and (max-width: 680px) {
  #footer {
    padding: 30px; }
    #footer .snsLinks {
      margin-bottom: 20px; }
      #footer .snsLinks li {
        margin: 0 10px; }
        #footer .snsLinks li a {
          font-size: 28px; }
    #footer h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    #footer .contactTel {
      font-size: 24px; }
    #footer .copyright {
      margin-top: 30px;
      font-size: 10px; } }
/* animation */
.mvBnr {
  animation: fuwafuwa 2s ease-in-out infinite alternate; }

@keyframes fuwafuwa {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 30px; } }

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

/* 一覧ページ表示用 ロケーション パーツ用の記述　START */

.pic-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;

  width: 100%;
  margin: 30px auto 0 auto;
  padding: 0;
}

.pic-list li {
  width: 23.5%;
  margin-right: 2%;
  list-style: none;
  box-sizing: border-box;
}
.pic-list li:nth-child(4n) {
  margin-right: 0;
}

.pic-list li img {
  width: 100%;
}

.pic-list li a {
  color: #000;
  text-decoration: none;
}

.pic-list li b {
  display: block;
  margin: 10px 0 45px 0;
  font-weight: 400;
}


@media screen and (max-width: 680px) {
  .pic-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0;
  }

  .pic-list li {
    width: 49%;
    margin-right: 2%;
    list-style: none;
    box-sizing: border-box;
  }
  .pic-list li:nth-child(2n) {
    margin-right: 0;
  }

  .pic-list li i {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 65%;
  }

  .pic-list li i img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
  }

  .pic-list li a {
    color: #000;
    text-decoration: none;
  }

  .pic-list li b {
    display: block;
    margin: 10px 0 30px 0;
    font-weight: 400;
  }
}


/* 一覧ページ表示用 ロケーション パーツ用の記述 END */

.fa-twitter {
  width: 32px;
  height: 32px;
  margin: auto;
  transform: translateY(2px);
}
@media screen and (max-width: 680px) {
  .fa-twitter {
    width: 24px;
    height: 24px;
  }
}
.fa-twitter::before {
  content: "" !important;
  background: #fff url(../img/footer/fa-x-icon.png) center / contain no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

