@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

a, area, label, summary, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/*テキスト内で使うリンクカラー*/
/*テキスト内で使うリンクカラー*/
/*Font*/
/* Slider */

@media screen and (max-width: 1000px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    line-height: 1.8;
    font-size: 12px; }
  ul {
    list-style: none; }
  .jp {
    font-family: "Noto Sans JP", sans-serif!important; }
  .en {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif !important; }
  .common_inner {
    padding: 0 20px; }
    .common_inner.post *:nth-child(1) {
      margin-top: 0; }
  .common_btn {
    color: #97a5a3;
    border: 1px solid #97a5a3;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    border-radius: 30px;
    width: 70%;
    padding: 15px;
    text-align: center; }
    .common_btn:before {
      content: "";
      box-sizing: border-box;
      width: 4px;
      height: 4px;
      border: 4px solid transparent;
      border-bottom: 4px solid #97A5A3;
      border-right: 4px solid #97A5A3;
      position: absolute;
      top: calc(50% - 4px);
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      right: 20px;
      transition: .4s; }
    .common_btn.gray {
      background-color: #97A5A3;
      color: #fff; }
      .common_btn.gray:before {
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff; }
      .common_btn.gray:hover {
        border: 1px solid #97A5A3;
        background-color: #fff;
        color: #97A5A3; }
        .common_btn.gray:hover:before {
          border-bottom: 4px solid #97A5A3;
          border-right: 4px solid #97A5A3; }
      .common_btn.gray.back:before {
        right: auto;
        left: 20px;
        border-bottom: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        border-left: 4px solid #fff; }
    .common_btn.back:before {
      right: auto;
      left: 20px;
      border-bottom: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #97A5A3;
      border-left: 4px solid #97A5A3; }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    #header.active {
      background-color: #fff; }
      #header.active .gnav .gnav_list > li > a {
        color: #333333; }
      #header.active .logo {
        background: url(../img/common/logo.svg) no-repeat center;
        background-size: 165px 42px; }
      #header.active #menuBtn span {
        background-color: #333333; }
    #header .header_inner {
      transition: .3s;
      width: 100%;
      height: 65px; }
      #header .header_inner .head_top {
        transition: .3s;
        width: 100%;
        height: 65px;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 1000;
        padding-left: 15px; }
        #header .header_inner .head_top.active {
          background-color: #fff; }
    #header .logo {
      font-size: 0;
      background: url(../img/common/logo_w.svg) no-repeat center;
      background-size: 165px 42px;
      width: 165px;
      height: 100%;
      position: relative;
      z-index: 1000; }
      #header .logo.active {
        background: url(../img/common/logo.svg) no-repeat center;
        background-size: 165px 42px; }
      #header .logo a {
        display: block;
        width: 100%;
        height: 100%; }
    #header #menuBtn {
      width: 65px;
      height: 100%;
      position: relative;
      z-index: 1000; }
      #header #menuBtn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: calc(50% - 12px);
        width: 28px;
        height: 1px;
        background-color: #fff; }
        #header #menuBtn span:nth-of-type(1) {
          top: 27px; }
        #header #menuBtn span:nth-of-type(2) {
          top: 32px; }
        #header #menuBtn span:nth-of-type(3) {
          top: 37px; }
      #header #menuBtn.active span {
        background-color: #333333; }
        #header #menuBtn.active span:nth-of-type(1) {
          -webkit-transform: translateY(0px) rotate(-45deg);
                  transform: translateY(0px) rotate(-45deg); }
        #header #menuBtn.active span:nth-of-type(2) {
          opacity: 0; }
        #header #menuBtn.active span:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(45deg);
                  transform: translateY(-10px) rotate(45deg); }
    #header .gnav {
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      padding-top: 90px;
      opacity: 0;
      visibility: hidden;
      transition: .4s;
      overflow: auto; }
      #header .gnav.active {
        visibility: visible;
        opacity: 1; }
      #header .gnav .gnav_list {
        padding: 0 20px;
        overflow: auto;
        height: auto; }
        #header .gnav .gnav_list > li {
          border-bottom: 1px solid #EAEAEA;
          position: relative; }
          #header .gnav .gnav_list > li .toggle_btn {
            width: 47px;
            height: 47px;
            position: absolute;
            right: 0;
            top: 0; }
            #header .gnav .gnav_list > li .toggle_btn:after {
              content: '';
              width: 6px;
              height: 6px;
              border: 0px;
              border-top: solid 1px #97A5A3;
              border-right: solid 1px #97A5A3;
              -webkit-transform: rotate(130deg);
                      transform: rotate(130deg);
              position: absolute;
              top: calc(50% - 6px);
              right: 15px; }
            #header .gnav .gnav_list > li .toggle_btn.open:after {
              -webkit-transform: rotate(320deg);
                      transform: rotate(320deg);
              top: calc(50% - 3px); }
          #header .gnav .gnav_list > li .sub-menu {
            display: none; }
            #header .gnav .gnav_list > li .sub-menu li {
              background-color: #F8F7F7;
              border-top: 1px solid #EAEAEA;
              line-height: 1.2; }
              #header .gnav .gnav_list > li .sub-menu li a {
                display: block;
                text-decoration: none;
                color: #333333;
                font-size: 12px;
                padding: 15px 10px; }
          #header .gnav .gnav_list > li > a {
            text-decoration: none;
            font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
            font-size: 15px;
            color: #333333;
            display: block;
            width: 100%;
            padding: 10px 47px 10px 0;
            position: relative; }
            #header .gnav .gnav_list > li > a .jp {
              display: inline-block;
              font-size: 10px;
              margin-left: 10px;
              -webkit-transform: translateY(-2px);
                      transform: translateY(-2px); }
      #header .gnav .btns {
        display: flex;
        margin-top: 20px;
        padding: 0 20px; }
        #header .gnav .btns .common_btn {
          font-size: 11px;
          width: calc(50% - 5px);
          padding: 12px 20px; }
          #header .gnav .btns .common_btn:nth-of-type(odd) {
            margin-right: 10px; }
          #header .gnav .btns .common_btn:before {
            width: 3px;
            height: 3px;
            border: 3px solid transparent;
            border-bottom: 3px solid #fff;
            border-right: 3px solid #fff;
            top: calc(50% - 3px); }
      #header .gnav .gnav_sub {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 0 15px; }
        #header .gnav .gnav_sub li {
          width: 50%;
          padding-left: 25px; }
          #header .gnav .gnav_sub li:nth-of-type(n + 3) {
            margin-top: 15px; }
          #header .gnav .gnav_sub li a {
            color: #333333;
            text-decoration: none;
            font-size: 12px;
            display: inline-block;
            position: relative;
            padding-left: 25px; }
            #header .gnav .gnav_sub li a:before {
              content: "";
              display: inline-block;
              width: 10px;
              height: 1px;
              background-color: #97A5A3;
              position: absolute;
              left: 0;
              top: 50%; }
      #header .gnav .menu_bottom {
        background-color: #EAEDED;
        margin-top: 30px; }
        #header .gnav .menu_bottom .bland_list {
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          padding: 20px; align-items: center;}
          #header .gnav .menu_bottom .bland_list li {
            width: calc(100% / 3);
            text-align: center; }
            #header .gnav .menu_bottom .bland_list li a {
              display: block; }
              #header .gnav .menu_bottom .bland_list li a img {
                width: 100%; }
              #header .gnav .menu_bottom .bland_list li a img.k2-img {
                width: 30%; }
        #header .gnav .menu_bottom .wedding_logo {
          padding: 20px 0;
          width: calc(100% - 40px);
          margin: 0 auto;
          text-align: center;
          border-top: 1px solid #97A5A3; }
          #header .gnav .menu_bottom .wedding_logo img {
            max-width: 60%; }
  .floating_side_info {
    line-height: 1;
    z-index: 10;
    position: fixed;
    bottom: 58px;
    left: 0;
    background-color: #97A5A3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px 5px;
    border-top: 2px solid #fff;
    opacity: 0;
    transition: .4s; }
    .floating_side_info.active {
      opacity: 1; }
    .floating_side_info.hide {
      opacity: 0;
      visibility: hidden; }
    .floating_side_info .sns {
      display: flex;
      align-items: center; }
      .floating_side_info .sns .en {
        font-size: 18px;
        color: #fff;
        display: inline-block;
        margin-right: 15px; }
      .floating_side_info .sns a {
        text-decoration: none;
        color: #CECECE;
        display: inline-block;
        text-align: center; }
        .floating_side_info .sns a + a {
          margin-left: 5px; }
    .floating_side_info .tel a {
      text-decoration: none;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      color: #fff; }
  .floating_btn {
    z-index: 10;
    display: flex;
    padding: 0 20px 13px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #97A5A3;
    opacity: 0;
    transition: .4s; }
    .floating_btn.active {
      opacity: 1; }
    .floating_btn.hide {
      opacity: 0;
      visibility: hidden; }
    .floating_btn .common_btn {
      font-size: 11px;
      width: calc(50% - 5px);
      padding: 12px 20px; }
      .floating_btn .common_btn:nth-of-type(odd) {
        margin-right: 10px; }
      .floating_btn .common_btn:before {
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        border-bottom: 3px solid #97A5A3;
        border-right: 3px solid #97A5A3;
        top: calc(50% - 3px); }
      .floating_btn .common_btn:hover:before {
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff; }
  .footer_contact {
    color: #fff;
    background-color: #97A5A3;
    line-height: 1;
    padding: 60px 20px 50px; }
    .footer_contact .read {
      margin: 0;
      text-align: center; }
    .footer_contact .tel {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      margin: 15px 0 0;
      text-align: center; }
      .footer_contact .tel a {
        text-decoration: none;
        color: #fff; }
    .footer_contact .nichiji {
      margin: 10px 0 0;
      text-align: center; }
    .footer_contact .btn {
      display: flex;
      justify-content: center;
      margin-top: 20px; }
      .footer_contact .btn .common_btn {
        width: calc(50% - 5px); }
        .footer_contact .btn .common_btn:before {
          width: 3px;
          height: 3px;
          border: 3px solid transparent;
          border-bottom: 3px solid #97A5A3;
          border-right: 3px solid #97A5A3;
          top: calc(50% - 3px);
          right: 10px; }
        .footer_contact .btn .common_btn:not(:first-of-type) {
          margin-left: 10px; }
  .footer_menu_wrap {
    padding: 30px 0px 45px; }
    .footer_menu_wrap .inner {
      padding: 0 20px; }
      .footer_menu_wrap .inner .footer_menu > div {
        display: flex;
        flex-wrap: wrap; }
        .footer_menu_wrap .inner .footer_menu > div.menu_1 {
          display: none; }
        .footer_menu_wrap .inner .footer_menu > div ul {
          width: 50%;
          padding-right: 20px; }
          .footer_menu_wrap .inner .footer_menu > div ul li + li {
            margin-top: 10px; }
          .footer_menu_wrap .inner .footer_menu > div ul li a {
            color: #333333;
            text-decoration: none; }
        .footer_menu_wrap .inner .footer_menu > div .title {
          margin: 0;
          color: #97A5A3;
          border-bottom: 1px solid #EAEDED;
          width: 100%;
          line-height: 1;
          font-size: 14px;
          padding-bottom: 10px;
          margin-bottom: 10px; }
      .footer_menu_wrap .inner .bland_list {
        list-style: none;
        border-top: 1px solid #EAEDED;
        display: none; }
    .footer_menu_wrap .footer_mousikomi {
      display: none; }
  .footer_bottom {
    background-color: #97A5A3;
    padding: 90px 20px 100px;
    position: relative; }
    .footer_bottom .logo {
      text-align: center; }
      .footer_bottom .logo a {
        display: inline-block; }
      .footer_bottom .logo img {
        vertical-align: middle; }
    .footer_bottom .link {
      margin-top: 30px;
      text-align: center; }
      .footer_bottom .link a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
        line-height: 1;
        padding: 0 2em; }
        .footer_bottom .link a + a {
          border-left: 1px solid #fff; }
    .footer_bottom .copyright {
      line-height: 1;
      color: #fff;
      display: block;
      text-align: center;
      margin: 10px 0 0 0; }
    .footer_bottom .sns {
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .footer_bottom .sns a {
        display: inline-block;
        margin: 0 8px; }
  .fade {
    opacity: 0;
    transition: opacity 2.5s; }
  .fade.view {
    opacity: 1; }
  #pageTop {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
    color: #fff;
    background-color: #97A5A3;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 13px;
    padding: 20px; }
    #pageTop span {
      display: inline-block;
      position: relative; }
      #pageTop span:after {
        content: "";
        box-sizing: border-box;
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
        position: absolute;
        top: calc(50% - 2px);
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: -20px; }
  .news_list dl {
    border-bottom: 1px solid #EBEBEB;
    display: flex; }
    .news_list dl dt {
      width: 80px;
      padding: 10px 0; }
    .news_list dl dd {
      width: calc(100% - 80px); }
      .news_list dl dd a {
        display: block;
        text-decoration: none;
        color: #333333;
        position: relative;
        padding: 10px 20px 10px 0; }
        .news_list dl dd a:before {
          content: "";
          box-sizing: border-box;
          width: 3px;
          height: 3px;
          border: 3px solid transparent;
          border-bottom: 3px solid #97A5A3;
          border-right: 3px solid #97A5A3;
          position: absolute;
          top: calc(50% - 3px);
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          right: 0px; }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    line-height: 1.8; }
  ul {
    list-style: none; }
  .jp {
    font-family: "Noto Sans JP", sans-serif !important; }
  .en {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif !important; }
  .common_inner.post *:nth-child(1) {
    margin-top: 0; }
  .common_btn {
    color: #97A5A3;
    border: 1px solid #97A5A3;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    display: inline-block; }
    .common_btn:before {
      content: "";
      box-sizing: border-box;
      width: 4px;
      height: 4px;
      border: 4px solid transparent;
      border-bottom: 4px solid #97A5A3;
      border-right: 4px solid #97A5A3;
      position: absolute;
      top: calc(50% - 4px);
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      right: 20px;
      transition: .4s; }
    .common_btn.gray {
      background-color: #97A5A3;
      color: #fff; }
      .common_btn.gray:before {
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff; }
      .common_btn.gray:hover {
        border: 1px solid #97A5A3;
        background-color: #fff;
        color: #97A5A3; }
        .common_btn.gray:hover:before {
          border-bottom: 4px solid #97A5A3;
          border-right: 4px solid #97A5A3; }
      .common_btn.gray.back:before {
        right: auto;
        left: 20px;
        border-bottom: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        border-left: 4px solid #fff; }
    .common_btn.back:before {
      right: auto;
      left: 20px;
      border-bottom: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #97A5A3;
      border-left: 4px solid #97A5A3; }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    #header.active {
      background-color: #fff; }
      #header.active .gnav .gnav_list > li > a {
        color: #333333; }
      #header.active .logo {
        background: url(../img/common/logo.svg) no-repeat center;
        background-size: 165px 42px; }
      #header.active #menuBtn span {
        background-color: #333333; }
    #header .gnav .gnav_list > li > a {
      text-decoration: none;
      font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif; }
  .floating_side_info {
    line-height: 1;
    z-index: 10; }
    .floating_side_info .sns a {
      text-decoration: none;
      color: #CECECE;
      display: inline-block;
      text-align: center; }
    .floating_side_info .tel a {
      text-decoration: none;
      font-family: "Poppins", sans-serif; }
  .floating_btn {
    z-index: 10; }
    .floating_btn .common_btn:before {
      width: 3px;
      height: 3px;
      border: 3px solid transparent;
      border-bottom: 3px solid #97A5A3;
      border-right: 3px solid #97A5A3;
      top: calc(50% - 3px); }
    .floating_btn .common_btn:hover:before {
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff; }
  .footer_contact {
    color: #fff;
    background-color: #97A5A3;
    line-height: 1; }
    .footer_contact .read {
      margin: 0; }
    .footer_contact .tel {
      font-family: "Poppins", sans-serif; }
      .footer_contact .tel a {
        text-decoration: none;
        color: #fff; }
    .footer_contact .btn {
      display: flex;
      justify-content: center;
      margin-top: 20px; }
  .footer_menu_wrap .inner .footer_menu > div ul {
    width: 50%;
    padding-right: 20px; }
    .footer_menu_wrap .inner .footer_menu > div ul li + li {
      margin-top: 10px; }
    .footer_menu_wrap .inner .footer_menu > div ul li a {
      color: #333333;
      text-decoration: none; }
  .footer_menu_wrap .inner .footer_menu > div .title {
    margin: 0;
    color: #97A5A3;
    border-bottom: 1px solid #EAEDED;
    width: 100%;
    line-height: 1; }
  .footer_menu_wrap .inner .bland_list {
    list-style: none;
    border-top: 1px solid #EAEDED; }
  .footer_bottom {
    background-color: #97A5A3; }
    .footer_bottom .logo img {
      vertical-align: middle; }
    .footer_bottom .link a {
      color: #fff;
      display: inline-block;
      text-decoration: none;
      line-height: 1; }
      .footer_bottom .link a + a {
        border-left: 1px solid #fff; }
    .footer_bottom .copyright {
      line-height: 1;
      color: #fff; }
  .fade {
    opacity: 0;
    transition: opacity 2.5s; }
  .fade.view {
    opacity: 1; }
  #pageTop {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
    color: #fff; }
  .news_list dl {
    border-bottom: 1px solid #EBEBEB; }
    .news_list dl dd a {
      display: block;
      text-decoration: none;
      color: #333333;
      position: relative; }
  /* ココから下には記入禁止 */ }

@media print, screen and (min-width: 1001px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    line-height: 1.8;
    font-size: 14px; }
  ul {
    list-style: none; }
  .jp {
    font-family: "Noto Sans JP", sans-serif !important; }
  .en {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif !important; }
  .common_inner {
    width: calc(100% - 160px);
    max-width: 1200px;
    margin: 0 auto; }
    .common_inner.narrow {
      max-width: 850px; }
    .common_inner.post *:nth-child(1) {
      margin-top: 0; }
  .common_btn {
    color: #97a5a3;
    border: 1px solid #97a5a3;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    border-radius: 40px;
    padding: 0px 30px;
    text-align: center;
    transition: .4s; }
    .common_btn:hover {
      background-color: #97A5A3;
      color: #fff;
      border: 1px solid #fff; }
      .common_btn:hover:before {
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff; }
    .common_btn:before {
      content: "";
      box-sizing: border-box;
      width: 4px;
      height: 4px;
      border: 4px solid transparent;
      border-bottom: 4px solid #97A5A3;
      border-right: 4px solid #97A5A3;
      position: absolute;
      top: calc(50% - 4px);
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      right: 20px;
      transition: .4s; }
    .common_btn.gray {
      background-color: #97A5A3;
      color: #fff; }
      .common_btn.gray:before {
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff; }
      .common_btn.gray:hover {
        border: 1px solid #97A5A3;
        background-color: #fff;
        color: #97A5A3; }
        .common_btn.gray:hover:before {
          border-bottom: 4px solid #97A5A3;
          border-right: 4px solid #97A5A3; }
      .common_btn.gray.back:before {
        right: auto;
        left: 20px;
        border-bottom: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        border-left: 4px solid #fff; }
      .common_btn.gray.back:hover:before {
        border-bottom: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #97A5A3;
        border-left: 4px solid #97A5A3; }
    .common_btn.back:before {
      right: auto;
      left: 20px;
      border-bottom: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #97A5A3;
      border-left: 4px solid #97A5A3; }
    .common_btn.back:hover:before {
      border-bottom: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #fff;
      border-left: 4px solid #fff; }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    #header.active {
      background-color: #fff; }
      #header.active .gnav .gnav_list > li > a {
        color: #333333; }
      #header.active .logo {
        background: url(../img/common/logo.svg) no-repeat center;
        background-size: 165px 42px; }
      #header.active #menuBtn span {
        background-color: #333333; }
    #header .header_inner {
      transition: .3s;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 80px;
      padding: 0 25px; }
    #header .logo {
      font-size: 0;
      width: 165px;
      height: 42px;
      background: url(../img/common/logo_w.svg) no-repeat center;
      background-size: 165px 42px;
      display: flex;
      align-items: center; }
      #header .logo img {
        max-width: 100%; }
      #header .logo a {
        display: block;
        width: 100%;
        height: 100%; }
    #header #menuBtn {
      display: none; }
    #header .gnav {
      display: flex;
      align-items: center;
      justify-content: center; }
      #header .gnav .gnav_list {
        display: flex; }
        #header .gnav .gnav_list > li {
          margin: 0px 20px; }
          #header .gnav .gnav_list > li.current-menu-item a, #header .gnav .gnav_list > li.current-post-ancestor a, #header .gnav .gnav_list > li.current-page-ancestor a, #header .gnav .gnav_list > li.current-category-ancestor a {
            color: #e0b8b9; }
          #header .gnav .gnav_list > li .sub-menu {
            display: none; }
          #header .gnav .gnav_list > li > a {
            text-decoration: none;
            font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
            font-size: 12px;
            position: relative;
            display: inline-block;
            text-align: center;
            color: #fff;
            transition: .4s; }
            #header .gnav .gnav_list > li > a:hover {
              color: #e0b8b9; }
            #header .gnav .gnav_list > li > a .jp {
              display: block;
              font-size: 10px; }
      #header .gnav .btns {
        display: none; }
      #header .gnav .gnav_sub {
        display: none; }
      #header .gnav .menu_bottom {
        display: none; }
  .floating_side_info {
    line-height: 1;
    z-index: 10;
    position: fixed;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: flex;
    align-items: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl; }
    .floating_side_info .sns {
      display: flex;
      align-items: center; }
      .floating_side_info .sns .en {
        font-size: 14px;
        color: #CECECE;
        margin-bottom: 15px; }
      .floating_side_info .sns a {
        text-decoration: none;
        color: #CECECE;
        display: inline-block;
        text-align: center;
        width: 30px;
        margin-top: 10px; }
        .floating_side_info .sns a:hover {
          opacity: .8; }
        .floating_side_info .sns a img {
          max-width: 100%; }
    .floating_side_info .tel {
      margin-top: 30px; }
      .floating_side_info .tel a {
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        pointer-events: none;
        color: #CECECE; }
  .floating_btn {
    z-index: 10;
    position: fixed;
    right: 25px;
    bottom: 30px;
    opacity: 1;
    transition: .4s; }
    .floating_btn.hide {
      opacity: 0;
      visibility: hidden; }
    .floating_btn .common_btn {
      font-size: 12px;
      padding: 12px 50px; }
      .floating_btn .common_btn:not(:first-of-type) {
        margin-left: 10px; }
      .floating_btn .common_btn:before {
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        border-bottom: 3px solid #97A5A3;
        border-right: 3px solid #97A5A3;
        top: calc(50% - 3px); }
      .floating_btn .common_btn:hover:before {
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff; }
  #footer {
    position: relative; }
  .footer_contact {
    color: #fff;
    background-color: #97A5A3;
    line-height: 1;
    text-align: center;
    padding: 100px 0; }
    .footer_contact .read {
      margin: 0; }
    .footer_contact .tel {
      font-family: "Poppins", sans-serif;
      font-size: 30px;
      margin: 30px 0 0; }
      .footer_contact .tel a {
        text-decoration: none;
        color: #fff; }
    .footer_contact .nichiji {
      margin: 20px 0 0; }
    .footer_contact .btn {
      display: flex;
      justify-content: center;
      margin-top: 20px;
      margin-top: 40px; }
      .footer_contact .btn .common_btn {
        min-width: 300px;
        padding: 25px 60px;
        margin: 0 10px; }
  .footer_menu_wrap {
    padding: 100px 0 0; }
    .footer_menu_wrap .inner {
      width: calc(100% - 180px);
      max-width: 1200px;
      margin: 0 auto; }
      .footer_menu_wrap .inner .footer_menu {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .footer_menu_wrap .inner .footer_menu > div {
          width: 48%;
          display: flex;
          flex-wrap: wrap; }
          .footer_menu_wrap .inner .footer_menu > div ul {
            width: 50%;
            padding-right: 20px; }
            .footer_menu_wrap .inner .footer_menu > div ul li + li {
              margin-top: 10px; }
            .footer_menu_wrap .inner .footer_menu > div ul li a {
              color: #333333;
              text-decoration: none; }
              .footer_menu_wrap .inner .footer_menu > div ul li a:hover {
                text-decoration: underline; }
          .footer_menu_wrap .inner .footer_menu > div .title {
            margin: 0;
            color: #97A5A3;
            border-bottom: 1px solid #EAEDED;
            width: 100%;
            line-height: 1;
            font-size: 16px;
            padding-bottom: 15px;
            margin-bottom: 15px; }
      .footer_menu_wrap .inner .bland_list {
        list-style: none;
        border-top: 1px solid #EAEDED;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 60px;
        padding-top: 30px; }
        .footer_menu_wrap .inner .bland_list li {
          width: 20%;
          text-align: center; }
          .footer_menu_wrap .inner .bland_list li a {
            transition: .4s; }
            .footer_menu_wrap .inner .bland_list li a:hover {
              opacity: .7; }
          .footer_menu_wrap .inner .bland_list li img {
            max-width: 170px; }
    .footer_menu_wrap .footer_mousikomi {
      background-color: #EAEDED;
      margin-top: 60px; }
      .footer_menu_wrap .footer_mousikomi .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0; }
        .footer_menu_wrap .footer_mousikomi .inner .common_btn {
          margin-left: 30px;
          padding: 10px 50px;
          font-size: 12px; }
          .footer_menu_wrap .footer_mousikomi .inner .common_btn:before {
            width: 2px;
            height: 2px;
            border: 2px solid transparent;
            border-bottom: 2px solid #97A5A3;
            border-right: 2px solid #97A5A3;
            position: absolute;
            top: calc(50% - 0px); }
          .footer_menu_wrap .footer_mousikomi .inner .common_btn:hover:before {
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff; }
  .footer_bottom {
    background-color: #97A5A3;
    padding: 40px 40px 100px 40px; }
    .footer_bottom .inner {
      display: flex;
      align-items: center; }
    .footer_bottom .logo a {
      display: inline-block; }
      .footer_bottom .logo a:hover {
        opacity: .7; }
    .footer_bottom .logo img {
      vertical-align: middle; }
    .footer_bottom .link {
      margin-left: 1em; }
      .footer_bottom .link a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
        line-height: 1;
        font-size: 13px;
        padding: 0 2em; }
        .footer_bottom .link a:hover {
          text-decoration: underline; }
        .footer_bottom .link a + a {
          border-left: 1px solid #fff; }
    .footer_bottom .copyright {
      line-height: 1;
      color: #fff;
      font-size: 12px;
      margin: 0 0 0 auto; }
    .footer_bottom .sns {
      margin-left: 20px; }
      .footer_bottom .sns a {
        display: inline-block;
        margin: 0 5px; }
        .footer_bottom .sns a:hover {
          opacity: .7; }
  .fade {
    opacity: 0;
    transition: opacity 2.5s; }
  .fade.view {
    opacity: 1; }
  #pageTop {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
    color: #fff;
    background-color: #97A5A3;
    text-align: right;
    font-size: 14px;
    position: absolute;
    right: 54px;
    bottom: 30px;
    transition: opacity .4s; }
    #pageTop:hover {
      opacity: .7;
      cursor: pointer; }
    #pageTop span {
      display: inline-block;
      position: relative;
      padding-right: 20px; }
      #pageTop span:after {
        content: "";
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-top: 4px solid #fff;
        border-left: 4px solid #fff;
        position: absolute;
        top: calc(50% - 2px);
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: 0px; }
  .news_list dl {
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
    display: flex; }
    .news_list dl dt {
      width: 160px;
      padding: 30px 0; }
    .news_list dl dd {
      width: calc(100% - 160px); }
      .news_list dl dd a {
        display: block;
        text-decoration: none;
        color: #333333;
        position: relative;
        padding: 30px 50px 30px 0; }
        .news_list dl dd a:hover {
          text-decoration: underline; }
        .news_list dl dd a:before {
          content: "";
          box-sizing: border-box;
          width: 4px;
          height: 4px;
          border: 4px solid transparent;
          border-bottom: 4px solid #97A5A3;
          border-right: 4px solid #97A5A3;
          position: absolute;
          top: calc(50% - 4px);
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          right: 20px; }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

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