@charset "UTF-8";
@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal; }

/**
 * Fontサイズのプロパティ設定用 mixin。
*/
/**
 * radiusサイズのプロパティ設定用 mixin。
*/
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/*
  text drop shadow
*/
.division-area .wrapper .div-ttl > .ttl-box > p > span {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

a[href^="tel:"] {
  cursor: default; }

:root {
  background: white; }
  @media (max-width: 1366px) {
    :root {
      background: white; } }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

a {
  text-decoration: none; }
  a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 1260px) {
  .hidden-lpc {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1259px) {
  .hidden-spc {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-pc {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-mb {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tb, .hidden-tablet {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sp {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-no-sp {
    display: none !important; } }

.anime-slideup {
  position: relative; }
  .anime-slideup.anime-ready {
    transform: translateY(3em);
    opacity: 0; }
  .anime-slideup.anime-end {
    transition: all ease 0.75s;
    transform: translateY(0);
    opacity: 1; }

.anime-slideleft {
  position: relative; }
  .anime-slideleft.anime-ready {
    transform: translateX(-3em);
    opacity: 0; }
  .anime-slideleft.anime-end {
    transition: all ease 0.75s;
    transform: translateX(0);
    opacity: 1; }

.anime-slideright {
  position: relative; }
  .anime-slideright.anime-ready {
    transform: translateX(3em);
    opacity: 0; }
  .anime-slideright.anime-end {
    transition: all ease 0.75s;
    transform: translateX(0);
    opacity: 1; }

.readme {
  text-align: right; }

.icon {
  position: relative; }

.facebook {
  margin-top: 10px; }
  .facebook a svg .icon-bg {
    fill: #3b5998; }
  .facebook a svg .icon-color {
    fill: white; }
  .facebook a:hover svg .icon-bg {
    fill: #476bb6; }

#loader {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background: white; }
  #loader figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; }
    @media all and (max-width: 991px) {
      #loader figure img {
        height: 100px; } }

#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: white; }

.navbar-toggle {
  padding: 15px 8px;
  margin-top: 0;
  margin-right: 0;
  border-radius: 0px;
  background: #f38181;
  position: absolute;
  float: none;
  right: 0;
  top: 0; }
  .navbar-toggle .icon-bar {
    background-color: white;
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 0; }

.inner-wrap {
  max-width: 1366px;
  margin: 0 auto; }

.disppaer {
  display: none !important; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

#fb-root {
  display: none; }

.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.navbar-toggle {
  z-index: 99; }
  .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms linear; }
    .navbar-toggle .icon-bar:nth-of-type(2) {
      top: 0px; }
    .navbar-toggle .icon-bar:nth-of-type(3) {
      top: 0px; }
  .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 7px;
    transform: rotate(225deg); }
  .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
    transition: all 50ms linear; }
  .navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -9px;
    transform: rotate(135deg); }

p {
  word-break: break-all; }

::selection {
  background: #787878;
  /*背景色*/
  color: #fff;
  /*文字色*/ }

::-moz-selection {
  background: #787878;
  /*背景色*/
  color: #fff;
  /*文字色*/ }

.mainvisual {
  position: relative;
  overflow: hidden;
  height: 578px; }
  @media all and (max-width: 991px) {
    .mainvisual {
      height: 65vh; } }
  .mainvisual .bar {
    height: 578px;
    width: 121px;
    background: white;
    position: absolute;
    z-index: 1; }
    @media all and (max-width: 991px) {
      .mainvisual .bar {
        display: none; } }
    .mainvisual .bar > div {
      font-size: 16px;
      writing-mode: tb-rl;
      /* IE独自仕様 */
      writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -o-writing-mode: vertical-rl;
      -webkit-writing-mode: vertical-rl;
      padding-top: 16px; }
      .mainvisual .bar > div p {
        position: absolute;
        left: 40%;
        transform: translateX(-50%);
        line-height: 1.8;
        text-orientation: upright; }
  .mainvisual .bg .slide-image {
    object-fit: cover;
    min-height: 578px;
    width: 100%; }

.bg-blue {
  background: #f6faff; }

body {
  font-family: source-han-sans-japanese, sans-serif;
  color: #787878;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #787878; }
  body .wrapper {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto; }
    @media all and (min-width: 1260px) {
      body .wrapper {
        max-width: 1366px;
        margin-left: auto;
        margin-right: auto; } }
    @media all and (max-width: 1259px) {
      body .wrapper {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
  body a {
    cursor: pointer; }
    body a:link, body a:visited {
      color: #787878; }
  body #container {
    overflow: hidden; }
    body #container .header {
      z-index: 98;
      position: absolute;
      width: 100%; }
      @media all and (max-width: 991px) {
        body #container .header {
          position: fixed; } }
      @media all and (max-width: 991px) {
        body #container .header .head-bar {
          padding-left: 0px;
          padding-right: 0px; } }
      @media all and (max-width: 991px) {
        body #container .header .head-bar #navbar-scrollspy {
          width: 100%; } }
      body #container .header .head-bar #navbar-scrollspy .container-fluid {
        padding-left: 0px;
        padding-right: 0px; }
      body #container .header .head-bar #navbar-scrollspy .navbar {
        min-height: auto;
        margin-bottom: 5px;
        padding: 0;
        z-index: 98;
        border-radius: 0;
        box-shadow: none;
        background: transparent; }
        @media all and (max-width: 991px) {
          body #container .header .head-bar #navbar-scrollspy .navbar {
            opacity: 0.95;
            filter: alpha(opacity=95); } }
        body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse {
          padding-left: 0px;
          padding-right: 0px; }
          @media all and (min-width: 992px) {
            body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .gnav-left {
              background: rgba(38, 49, 25, 0.4); } }
          @media all and (max-width: 991px) {
            body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse {
              width: 100%;
              position: absolute;
              height: 100vh; }
              body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse.in {
                background: #f38181; }
              body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi {
                display: flex;
                text-align: center;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                background: #f38181; }
                body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .gnav-left, body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .gnav-right {
                  padding-left: 15px;
                  padding-right: 15px; }
                body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .gnav-left {
                  width: 65%; }
                body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .gnav-right {
                  width: 35%; } }
      @media all and (max-width: 991px) and (min-width: 0\0) {
        body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .gnav-right {
          display: none\9; } }
      @media all and (max-width: 991px) and (-ms-high-contrast: none\0) {
        body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .gnav-right {
          display: none\9; } }
      @media all and (max-width: 991px) and (-ms-high-contrast: none\0) {
        body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .gnav-right *::-ms-backdrop, body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .gnav-right {
          display: none; } }
          body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse #global_nav .global-privacy {
            display: none; }
          @media all and (max-width: 991px) {
            body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse #global_nav .global-privacy {
              display: block; } }
          body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse #global_nav li a {
            color: white;
            font-weight: 400; }
            @media all and (max-width: 991px) {
              body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse #global_nav li a {
                text-align: left; } }
            body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse #global_nav li a.hover {
              color: white; }
          body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse #global_nav li.active a, body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse #global_nav li.current-menu-item a {
            font-weight: 700; }
          @media all and (max-width: 991px) {
            body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .icons li {
              margin-bottom: 2em; } }
          body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .icons li.sp-under a {
            display: inline-block; }
            @media all and (max-width: 991px) {
              body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .icons li.sp-under a img {
                width: 64px; } }
          @media all and (min-width: 768px) {
            body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .icons li.facebook a {
              padding: 10px 0px 10px 13px; } }
          @media all and (min-width: 992px) {
            body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .navbar-nav {
              display: table;
              float: none;
              margin: 0 auto; } }
          @media all and (max-width: 991px) {
            body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .navbar-nav {
              margin: 0; } }
          body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .navbar-nav .active > a {
            background-color: rgba(255, 255, 255, 0); }
          @media all and (max-width: 991px) {
            body #container .header .head-bar #navbar-scrollspy .navbar .navbar-collapse .global-navi .navbar-nav li a {
              padding-top: 12px;
              padding-bottom: 12px; } }

body:not(.home) #site-header {
  border-bottom: 1px solid #eee; }

#site-header {
  height: 130px;
  padding-top: 30px;
  position: relative;
  z-index: 1000; }
  @media all and (max-width: 991px) {
    #site-header {
      height: 60px;
      padding-top: 10px; } }
  #site-header .head-nav {
    display: flex;
    justify-content: space-between; }
    #site-header .head-nav .logo {
      width: 200px; }
      @media all and (max-width: 991px) {
        #site-header .head-nav .logo {
          width: 110px; } }
    @media all and (max-width: 991px) {
      #site-header .head-nav #site-navi {
        display: none; } }
    #site-header .head-nav #site-navi .mb-menu {
      display: flex;
      justify-content: space-between;
      padding-left: 0.5em;
      padding-right: 29.05%; }
    #site-header .head-nav #site-navi ul {
      display: flex;
      justify-content: space-around;
      width: 300px;
      margin-top: 28px; }
      #site-header .head-nav #site-navi ul .nav-icon a {
        display: block;
        width: 64px;
        height: 64px;
        position: relative; }
        #site-header .head-nav #site-navi ul .nav-icon a svg {
          position: absolute;
          top: 50%;
          left: 50%;
          padding-bottom: 36px;
          transform: translate(-50%, -50%); }
        #site-header .head-nav #site-navi ul .nav-icon a p {
          position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center;
          font-size: 14px; }
        #site-header .head-nav #site-navi ul .nav-icon a:hover p {
          text-decoration: underline; }
      #site-header .head-nav #site-navi ul .nav-icon.room a svg {
        width: 45.366px;
        height: 44.059px;
        fill: #f38181; }
      #site-header .head-nav #site-navi ul .nav-icon.room a:hover svg {
        fill: #ff9494; }
      #site-header .head-nav #site-navi ul .nav-icon.div a svg {
        fill: #3fc1c9;
        width: 40.2px;
        height: 45.3px; }
      #site-header .head-nav #site-navi ul .nav-icon.div a:hover svg {
        fill: #48dee7; }
      #site-header .head-nav #site-navi ul .nav-icon.about a svg {
        fill: #ffc057;
        width: 47.1px;
        height: 45.3px; }
      #site-header .head-nav #site-navi ul .nav-icon.about a:hover svg {
        fill: #ffdd64; }
    #site-header .head-nav .sns-menu {
      position: absolute;
      right: 6%;
      top: 55%;
      transform: translateY(-50%); }
  #site-header .gnavi-control {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 30px;
    height: 48px;
    top: 10px; }
    @media all and (min-width: 992px) {
      #site-header .gnavi-control {
        right: 0;
        height: 100%;
        top: inherit; } }
    #site-header .gnavi-control .btn-gnavi-open {
      display: flex;
      position: relative;
      padding: 0;
      height: 16px;
      border: 0;
      background: transparent; }
      #site-header .gnavi-control .btn-gnavi-open .text {
        display: inline-block;
        position: relative;
        margin-right: .8em;
        color: black;
        line-height: 1.3;
        font-size: 0.777em; }
      #site-header .gnavi-control .btn-gnavi-open .bar {
        display: block;
        width: 20px;
        height: 3px; }
        #site-header .gnavi-control .btn-gnavi-open .bar:before, #site-header .gnavi-control .btn-gnavi-open .bar:after {
          content: '';
          display: block;
          position: absolute;
          width: 20px;
          height: 3px;
          background: black; }
        #site-header .gnavi-control .btn-gnavi-open .bar:before {
          top: 4px; }
        #site-header .gnavi-control .btn-gnavi-open .bar:after {
          bottom: 2px; }
      #site-header .gnavi-control .btn-gnavi-open:before, #site-header .gnavi-control .btn-gnavi-open:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -10px;
        opacity: 0;
        margin: auto;
        width: 41px;
        height: 41px;
        border-width: 0;
        border-style: solid;
        border-radius: 50%; }
      #site-header .gnavi-control .btn-gnavi-open:before {
        transition: all .6s linear;
        transform: scale(1.1);
        border-width: 0;
        border-color: gray;
        background: gray; }
      #site-header .gnavi-control .btn-gnavi-open:after {
        transition: all 0.9s cubic-bezier(0, 0, 0.27, 0.85);
        transform: scale(1.8);
        border-width: 0;
        border-style: solid;
        border-color: rgba(120, 120, 120, 0.3); }
      #site-header .gnavi-control .btn-gnavi-open:hover:before {
        transition: all .4s linear;
        transform: scale(0.9);
        opacity: .6;
        border-width: 0;
        background: white; }
      #site-header .gnavi-control .btn-gnavi-open:hover:after {
        transition: all .5s ease-out;
        transform: scale(1);
        opacity: .8;
        border-width: 3px;
        border-color: gray; }

#site-footer {
  background: #7cbfce;
  height: 297px; }
  @media all and (max-width: 991px) {
    #site-footer {
      height: inherit;
      padding-bottom: 40px; } }
  #site-footer .inner {
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto; }
    @media all and (max-width: 991px) {
      #site-footer .inner {
        display: block; } }
    #site-footer .inner .logo {
      width: 200px; }
      @media all and (max-width: 991px) {
        #site-footer .inner .logo {
          width: 200px;
          margin-left: auto;
          margin-right: auto; } }
    #site-footer .inner .room_reserv {
      color: white;
      margin-top: 17px; }
      #site-footer .inner .room_reserv h2 {
        font-size: 21px;
        font-weight: 400;
        line-height: 1.78; }
        @media all and (max-width: 991px) {
          #site-footer .inner .room_reserv h2 {
            font-size: 16px;
            text-align: center; } }
      #site-footer .inner .room_reserv p {
        font-size: 16px;
        line-height: 1.6667; }
        @media all and (max-width: 991px) {
          #site-footer .inner .room_reserv p {
            font-size: 14px;
            text-align: center; } }
      #site-footer .inner .room_reserv a {
        background: #f38181;
        margin-top: 9px;
        padding: 6.5px 35px;
        color: white;
        font-size: 18px;
        border-radius: 8px;
        display: inline-block; }
        #site-footer .inner .room_reserv a:hover {
          text-decoration: none;
          background: #ff9494; }
        @media all and (max-width: 991px) {
          #site-footer .inner .room_reserv a {
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-top: 30px; } }
    #site-footer .inner .sns-area {
      margin-top: 26px; }
      @media all and (max-width: 991px) {
        #site-footer .inner .sns-area {
          display: flex;
          justify-content: space-around; } }
      #site-footer .inner .sns-area .facebook {
        margin-bottom: 38px; }
        @media all and (max-width: 991px) {
          #site-footer .inner .sns-area .facebook {
            width: 48%; } }
        #site-footer .inner .sns-area .facebook a svg {
          margin-left: auto;
          margin-right: auto;
          display: block; }
      @media all and (max-width: 991px) {
        #site-footer .inner .sns-area .nagarand-icon {
          width: 48%; } }
      #site-footer .inner .sns-area .nagarand-icon a figure img {
        max-width: 124px; }

#gnavi-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 2000;
  background: white;
  display: block; }
  @media (min-width: 992px) {
    #gnavi-mobile {
      display: none; } }
  #gnavi-mobile .gnavi-inner {
    overflow: hidden; }
  #gnavi-mobile .inner {
    position: relative;
    padding: 10px; }
  #gnavi-mobile .menu-control {
    position: relative; }
    #gnavi-mobile .menu-control .btn-close {
      display: block;
      position: absolute;
      top: 5px;
      right: 5px;
      padding: 0;
      width: 36px;
      height: 36px;
      border: 0;
      background: transparent; }
      #gnavi-mobile .menu-control .btn-close .bar {
        display: block;
        position: relative;
        margin: auto; }
        #gnavi-mobile .menu-control .btn-close .bar:before, #gnavi-mobile .menu-control .btn-close .bar:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          width: 100%;
          height: 5px;
          background: #787878; }
        #gnavi-mobile .menu-control .btn-close .bar:before {
          transform: rotate(45deg); }
        #gnavi-mobile .menu-control .btn-close .bar:after {
          transform: rotate(135deg); }
  #gnavi-mobile .mb-logo {
    width: 60%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px; }
  #gnavi-mobile .mb-menu {
    margin-top: -35px; }
    #gnavi-mobile .mb-menu .left-wrap .menu li a {
      display: flex;
      justify-content: center; }
      #gnavi-mobile .mb-menu .left-wrap .menu li a svg {
        width: 30px; }
      #gnavi-mobile .mb-menu .left-wrap .menu li a p {
        padding-left: 20px; }
    #gnavi-mobile .mb-menu .left-wrap .menu li#menu-item-53 a svg g .icon-color {
      fill: #f38181; }
    #gnavi-mobile .mb-menu .left-wrap .menu li#menu-item-54 a svg g .icon-color {
      fill: #7cbfce; }
    #gnavi-mobile .mb-menu .left-wrap .menu li#menu-item-52 a svg g .icon-color {
      fill: #ffc057; }
  #gnavi-mobile .menu {
    margin-top: 4em;
    text-align: center; }
    #gnavi-mobile .menu a, #gnavi-mobile .menu p {
      display: block;
      margin: .5em 0;
      color: #787878;
      font-size: 1.2em;
      text-align: left;
      position: relative; }
    #gnavi-mobile .menu .menu-item {
      display: block; }
      #gnavi-mobile .menu .menu-item.item-menu p:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        border-top: 6px solid transparent;
        border-left: 7.2px solid rgba(113, 113, 113, 0.8);
        border-bottom: 6px solid transparent;
        margin-left: 0.5em; }
  #gnavi-mobile.open-menu .gnavi-inner {
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

.division-area {
  margin-top: 61px;
  margin-bottom: 78px; }
  .division-area .wrapper {
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 991px) {
      .division-area .wrapper {
        display: block; } }
    .division-area .wrapper .div-ttl {
      width: 13.941%;
      margin-left: calc(121px - 50px);
      position: relative; }
      @media all and (max-width: 991px) {
        .division-area .wrapper .div-ttl {
          width: 100%;
          margin-left: inherit; } }
      .division-area .wrapper .div-ttl > .ttl-box {
        position: absolute;
        top: calc(50% - 61px);
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #3fc1c9;
        border-radius: 8px;
        width: 100%;
        height: 141px; }
        @media all and (max-width: 991px) {
          .division-area .wrapper .div-ttl > .ttl-box {
            position: inherit;
            height: 48px; } }
        .division-area .wrapper .div-ttl > .ttl-box > p {
          position: relative;
          height: 141px; }
          @media all and (max-width: 991px) {
            .division-area .wrapper .div-ttl > .ttl-box > p {
              height: 48px; } }
          .division-area .wrapper .div-ttl > .ttl-box > p > span {
            position: absolute;
            display: block;
            color: white;
            font-size: 18px;
            text-align: center;
            font-weight: 700;
            letter-spacing: 0.015em; }
            @media all and (max-width: 991px) {
              .division-area .wrapper .div-ttl > .ttl-box > p > span {
                font-size: 16px;
                font-weight: 500; } }
    .division-area .wrapper .div-topics {
      width: 52.292%; }
      @media all and (max-width: 991px) {
        .division-area .wrapper .div-topics {
          width: 100%; } }
      .division-area .wrapper .div-topics ul {
        margin-bottom: 78px; }
        .division-area .wrapper .div-topics ul .post-item a {
          margin-bottom: 42px;
          display: block; }
          .division-area .wrapper .div-topics ul .post-item a .post-cat {
            display: flex;
            justify-content: space-between;
            width: 100%; }
            @media all and (max-width: 991px) {
              .division-area .wrapper .div-topics ul .post-item a .post-cat {
                flex-wrap: wrap;
                justify-content: flex-start; } }
            .division-area .wrapper .div-topics ul .post-item a .post-cat .date {
              font-size: 18px;
              font-weight: 300;
              padding-top: 8px;
              width: 23.94%; }
              @media all and (max-width: 991px) {
                .division-area .wrapper .div-topics ul .post-item a .post-cat .date {
                  font-size: 14px;
                  width: 100%;
                  margin-bottom: 8px; } }
            .division-area .wrapper .div-topics ul .post-item a .post-cat .taxonomy-list {
              width: 22.889%;
              max-width: 141px;
              color: white;
              text-align: center;
              display: block;
              padding-top: 8px;
              padding-bottom: 8px;
              border-radius: 8px; }
              @media all and (max-width: 991px) {
                .division-area .wrapper .div-topics ul .post-item a .post-cat .taxonomy-list {
                  width: 30%;
                  position: relative;
                  margin-right: 1rem; } }
              @media all and (max-width: 991px) {
                .division-area .wrapper .div-topics ul .post-item a .post-cat .taxonomy-list span {
                  font-size: 11px;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); } }
              .division-area .wrapper .div-topics ul .post-item a .post-cat .taxonomy-list.asso_cat-event {
                background-color: #6ee0dc; }
              .division-area .wrapper .div-topics ul .post-item a .post-cat .taxonomy-list.asso_cat-topics {
                background-color: #3fc1c9; }
            .division-area .wrapper .div-topics ul .post-item a .post-cat .division {
              width: 25.642%;
              padding-top: 8px;
              padding-bottom: 8px;
              border-radius: 8px;
              border: 1px solid rgba(120, 120, 120, 0.5);
              padding-left: 17px;
              padding-right: 17px;
              text-align: center; }
              @media all and (max-width: 991px) {
                .division-area .wrapper .div-topics ul .post-item a .post-cat .division {
                  width: 60%;
                  padding-top: 11px;
                  padding-left: 5px;
                  padding-right: 5px;
                  text-align: center; } }
              .division-area .wrapper .div-topics ul .post-item a .post-cat .division span {
                display: block; }
                @media all and (max-width: 991px) {
                  .division-area .wrapper .div-topics ul .post-item a .post-cat .division span {
                    font-size: 11px; } }
          .division-area .wrapper .div-topics ul .post-item a .post-ttl {
            margin-top: 16px;
            padding-bottom: 21px;
            background-image: linear-gradient(to right, #787878, #787878 1px, transparent 1px, transparent 4px);
            background-size: 5px 1px;
            background-position: bottom;
            background-repeat: repeat-x;
            font-size: 18px; }
            @media all and (max-width: 991px) {
              .division-area .wrapper .div-topics ul .post-item a .post-ttl {
                font-size: 16px; } }
          .division-area .wrapper .div-topics ul .post-item a:hover {
            text-decoration: none; }
            .division-area .wrapper .div-topics ul .post-item a:hover .taxonomy-list {
              text-decoration: none; }
              .division-area .wrapper .div-topics ul .post-item a:hover .taxonomy-list.asso_cat-event {
                background-color: #64ccc8; }
              .division-area .wrapper .div-topics ul .post-item a:hover .taxonomy-list.asso_cat-topics {
                background-color: #39afb7; }
            .division-area .wrapper .div-topics ul .post-item a:hover .post-ttl {
              text-decoration: underline; }
        @media all and (max-width: 991px) {
          .division-area .wrapper .div-topics ul {
            margin-bottom: 39px; } }
      .division-area .wrapper .div-topics .past-items {
        width: 100%;
        text-align: right;
        font-size: 18px; }
        @media all and (max-width: 991px) {
          .division-area .wrapper .div-topics .past-items {
            text-align: center;
            font-size: 14px; } }

.bnr-area {
  width: 21.96%; }
  @media all and (max-width: 991px) {
    .bnr-area {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .bnr-area .g {
    margin-bottom: 1rem;
    width: 100%;
    max-width: inherit; }
    .bnr-area .g .g-col {
      float: inherit; }
      .bnr-area .g .g-col .bnr-group1 a {
        width: 100%; }
        .bnr-area .g .g-col .bnr-group1 a img {
          width: 100%; }
  .bnr-area .gofollow img {
    width: 100%; }

.kyougikai h2 {
  font-size: 41px;
  position: relative;
  padding-top: 90px;
  color: #222222;
  text-align: center; }
  @media all and (max-width: 991px) {
    .kyougikai h2 {
      font-size: 26px;
      padding-top: 40px; } }
  .kyougikai h2:after {
    content: "";
    position: absolute;
    bottom: -18px;
    width: 170px;
    height: 5px;
    background-color: #a8d8ea;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    @media all and (max-width: 991px) {
      .kyougikai h2:after {
        bottom: -12px;
        width: 100px;
        height: 3px; } }

.kyougikai .kyougikai-topics {
  margin-top: 112px;
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap; }
  @media all and (max-width: 991px) {
    .kyougikai .kyougikai-topics {
      margin-top: 50px;
      display: block; } }
  .kyougikai .kyougikai-topics li {
    width: 100%;
    margin-bottom: 33px; }
    @media all and (min-width: 992px) {
      .kyougikai .kyougikai-topics li {
        max-width: 363px;
        width: calc(33% - 5.12%);
        padding-left: 2.56%;
        padding-right: 2.56%;
        margin-bottom: 66px; }
        .kyougikai .kyougikai-topics li:first-child {
          padding-left: 0; }
        .kyougikai .kyougikai-topics li:nth-child(3n) {
          padding-right: 0; }
        .kyougikai .kyougikai-topics li:nth-child(3n+1) {
          padding-left: 0; } }
    .kyougikai .kyougikai-topics li a {
      text-decoration: none;
      display: block;
      height: 100%;
      min-height: 300px; }
      .kyougikai .kyougikai-topics li a figure {
        position: relative; }
        .kyougikai .kyougikai-topics li a figure::before {
          content: "";
          padding-top: 75%;
          overflow: hidden;
          display: block; }
        .kyougikai .kyougikai-topics li a figure img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      .kyougikai .kyougikai-topics li a .post-cat {
        position: relative;
        padding-left: 31px;
        font-size: 16px;
        font-weight: 400;
        color: #7cbfce;
        margin-top: 10px; }
        .kyougikai .kyougikai-topics li a .post-cat:before {
          content: "";
          position: absolute;
          width: 23px;
          height: 3px;
          background-color: #a8d8ea;
          left: 0;
          margin-top: 8px; }
      .kyougikai .kyougikai-topics li a .post-ttl {
        color: #222222;
        padding-left: 31px;
        margin-top: 8px; }
        .kyougikai .kyougikai-topics li a .post-ttl .date {
          font-size: 14px;
          font-weight: 300; }
        .kyougikai .kyougikai-topics li a .post-ttl .ttl {
          font-size: 19px;
          font-weight: 400; }
      .kyougikai .kyougikai-topics li a .entry-date {
        margin-top: 13px;
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: right; }
      .kyougikai .kyougikai-topics li a:hover .post-ttl {
        text-decoration: underline; }

.kyougikai .no_post {
  margin: 0 auto 4.5rem;
  text-align: center; }

.kyougikai .archive-btn {
  margin-top: 44px;
  padding-bottom: 128px; }
  @media all and (max-width: 991px) {
    .kyougikai .archive-btn {
      padding-bottom: 64px; } }
  .kyougikai .archive-btn > a {
    width: 80%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    background: #7cbfce;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    border-radius: 8px; }
    .kyougikai .archive-btn > a span {
      color: white;
      font-size: 20px;
      font-weight: 400; }
      @media all and (max-width: 991px) {
        .kyougikai .archive-btn > a span {
          font-size: 16px; } }
    .kyougikai .archive-btn > a:hover {
      background: #88d2e3; }

.activity-content h2 {
  font-size: 38px;
  position: relative;
  padding-top: 90px;
  color: #222222;
  text-align: center; }
  @media all and (max-width: 991px) {
    .activity-content h2 {
      padding-top: 45px;
      font-size: 24px; } }
  .activity-content h2:after {
    content: "";
    position: absolute;
    bottom: -18px;
    width: 170px;
    height: 5px;
    background-color: #a8d8ea;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    @media all and (max-width: 991px) {
      .activity-content h2:after {
        bottom: -12px;
        width: 100px;
        height: 3px; } }

.activity-content .active-list {
  margin-top: 90px;
  margin-bottom: 120px; }
  @media all and (max-width: 991px) {
    .activity-content .active-list {
      margin-top: 45px;
      margin-bottom: 60px; } }
  .activity-content .active-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media all and (max-width: 991px) {
      .activity-content .active-list ul {
        display: block; } }
    .activity-content .active-list ul li {
      width: calc( 25% - 2rem);
      position: relative;
      margin-bottom: 114px; }
      @media all and (max-width: 991px) {
        .activity-content .active-list ul li {
          width: 100%;
          margin-bottom: 160px; } }
      .activity-content .active-list ul li figure img {
        width: 100%; }
      .activity-content .active-list ul li .act-ttl {
        position: absolute;
        z-index: 2;
        width: 83.5%;
        left: 50%;
        top: 77.3%;
        transform: translate(-50%, 0);
        border: 1px solid #7cbfce;
        border-radius: 12px 12px 0 0; }
        @media all and (max-width: 991px) {
          .activity-content .active-list ul li .act-ttl {
            top: 67.3%; } }
        .activity-content .active-list ul li .act-ttl h3 {
          background-color: #7cbfce;
          color: white;
          font-size: 20px;
          border-radius: 12px 12px 0 0;
          padding-top: 12px;
          padding-bottom: 8px;
          text-align: center; }
          @media all and (max-width: 991px) {
            .activity-content .active-list ul li .act-ttl h3 {
              font-size: 16px; } }
        .activity-content .active-list ul li .act-ttl p {
          padding: 13px 22.5px;
          background: white;
          min-height: 110px; }
          @media all and (max-width: 991px) {
            .activity-content .active-list ul li .act-ttl p {
              font-size: 14px;
              line-height: 1.7; } }

.innfo_all {
  margin-bottom: 6rem; }
  .innfo_all h2 {
    font-size: 41px;
    position: relative;
    padding-top: 90px;
    color: #222222;
    text-align: center; }
    @media all and (max-width: 991px) {
      .innfo_all h2 {
        font-size: 26px; } }
    .innfo_all h2:after {
      content: "";
      position: absolute;
      bottom: -18px;
      width: 170px;
      height: 5px;
      background-color: #a8d8ea;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
  .innfo_all .allnewest {
    margin-top: 4rem;
    width: 60%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
    @media all and (max-width: 991px) {
      .innfo_all .allnewest {
        width: auto;
        padding-left: 2rem;
        padding-right: 2rem; } }
    .innfo_all .allnewest .post-item a .post-cat {
      display: flex;
      justify-content: left;
      margin-bottom: 1rem; }
      @media all and (max-width: 991px) {
        .innfo_all .allnewest .post-item a .post-cat {
          flex-direction: column; } }
      .innfo_all .allnewest .post-item a .post-cat .date {
        margin-right: 2rem; }
      .innfo_all .allnewest .post-item a .post-cat .taxonomy-list {
        display: none; }
      .innfo_all .allnewest .post-item a .post-cat .division {
        margin-top: -7px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 8px;
        border: 1px solid rgba(120, 120, 120, 0.5);
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 2rem;
        display: table; }
        @media all and (max-width: 991px) {
          .innfo_all .allnewest .post-item a .post-cat .division {
            margin-top: 7px;
            margin-right: auto;
            margin-bottom: 8px;
            display: inline-block; } }
    .innfo_all .allnewest .post-item a:hover .post-ttl {
      text-decoration: underline; }
    .innfo_all .allnewest .post-item.posttype-post .post-cat .division {
      display: none; }

body.gnavi-close #gnavi-mobile {
  z-index: -1;
  display: none; }

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal; }

/**
 * Fontサイズのプロパティ設定用 mixin。
*/
/**
 * radiusサイズのプロパティ設定用 mixin。
*/
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/*
  text drop shadow
*/
.division-area .wrapper .div-ttl > .ttl-box > p > span {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
