@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
.header {
  z-index: 10;
  position: relative;
  top: 0;
  width: 100%;
  height: 136px;
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 20px;
  text-align: center;
  transition: transform 0.5s ease-out;
  min-width: 1080px; }
  .header .logo {
    z-index: 2;
    width: 41px;
    height: 41px;
    margin: 0 auto;
    top: 0;
    left: 50%;
    margin-left: -20px;
    transition: all 0.2s 0.2s;
    position: absolute;
    opacity: 1; }
  .header .header-inner {
    transition: all  0.5s;
    width: 1080px;
    margin: 0 auto;
    position: relative; }
  .header .min-logo {
    width: 31px;
    height: 31px;
    opacity: 0;
    transition: all 0.4s;
    transform: translate(-20px, 0);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0; }
    .header .min-logo img {
      width: 31px;
      height: 31px; }
  .header .nav-group {
    z-index: 1;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 68px;
    text-align: center;
    transition: all 0.5s,transform 0.5s 0s; }
    .header .nav-group ul {
      margin: 0;
      padding: 0;
      transition: all 0.5s; }
    .header .nav-group__item {
      position: relative;
      float: left;
      list-style: none;
      margin: 0 43.7px 0 0;
      padding: 0;
      line-height: 1;
      letter-spacing: 0;
      transition: all 0.5s; }
      .header .nav-group__item a {
        font-family: "Midashi Go MB1", Meiryo, "メイリオ", sans-serif;
        font-size: 14px;
        letter-spacing: 0.08em;
        color: #1f1f1f;
        text-decoration: none;
        transition: all 0.5s; }
        .header .nav-group__item a span {
          margin: 0 -0.14em; }
    .header .nav-group__item--09 {
      margin-right: 0; }
  .header .nav-line {
    opacity: 0;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 64px;
    height: 2px;
    background-color: #dadada; }
  .header .hotels-link {
    position: absolute;
    top: 11px;
    right: 180px;
    z-index: 2; }
    .header .hotels-link .parts__btn {
      width: 233px;
      height: 66px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding-right: 10px;
      line-height: 1.5;
      font-size: 12px; }
      .header .hotels-link .parts__btn span {
        font-size: 16px;
        font-weight: bold;
      }
  .header .sns-group {
    z-index: 2;
    position: absolute;
    right: 105px;
    top: 30px;
    transition: all 0.5s; }
    .header .sns-group ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .header .sns-group ul li:first-child {
        margin-right: 16px; }
    .header .sns-group__item {
      height: 14px;
      list-style: none;
      float: left; }
      .header .sns-group__item a {
        font-size: 15px;
        color: #000000;
        text-decoration: none;
        transition: all 0.3s ease; }
        .header .sns-group__item a:hover {
          color: #e4405f; }
    .header .sns-group__item:last-child {
      margin-top: 1px; }
    .header .sns-group__item:first-child {
      margin-top: -1px; }
      .header .sns-group__item:first-child a {
        font-size: 12px;
        transition: all 0.3s ease; }
        .header .sns-group__item:first-child a:hover {
          color: #365899; }
  .header .lang-group {
    z-index: 10;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all 0.5s;
    z-index:10; }
    .header .lang-group ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 40px; }
      .header .lang-group ul li {
        margin: 0;
        padding: 0; }
        .header .lang-group ul li a {
          display: inline-block;
          font-family: "Open Sans", sans-serif;
          font-size: 10px;
          font-weight: bold;
          color: #999999;
          text-decoration: none;
          letter-spacing: 0.08em;
          background-color: #f4f4f4;
          padding: 2px 10px; }
      .header .lang-group ul li.current {
        cursor: pointer; }
        .header .lang-group ul li.current a {
          display: inline-block;
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #1f1f1f;
          text-decoration: none;
          letter-spacing: 0.08em;
          background-color: transparent;
          margin: 0 -20px 0 0;
          padding: 0; }
        .header .lang-group ul li.current:before {
          content: "\e907";
          position: absolute;
          left: 0;
          top: 4px;
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "icon" !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          transition: all 0.3s ease;
          transition-delay: 0;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
  .header .min-lang-group {
    z-index: 3;
    opacity: 0;
    position: absolute;
    right: -20px;
    top: 2px;
    transition: all 0.5s; }
    .header .min-lang-group ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 40px; }
      .header .min-lang-group ul li {
        margin: 0;
        padding: 0; }
        .header .min-lang-group ul li a {
          display: inline-block;
          font-family: "Open Sans", sans-serif;
          font-size: 10px;
          font-weight: bold;
          color: #999999;
          text-decoration: none;
          letter-spacing: 0.08em;
          background-color: #f4f4f4;
          padding: 2px 10px; }
      .header .min-lang-group ul li.current {
        cursor: pointer; }
        .header .min-lang-group ul li.current a {
          display: inline-block;
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #1f1f1f;
          text-decoration: none;
          letter-spacing: 0.08em;
          background-color: transparent;
          margin: 0 -20px 0 0;
          padding: 0; }
        .header .min-lang-group ul li.current:before {
          content: "\e907";
          position: absolute;
          left: 0;
          top: 4px;
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "icon" !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          transition: all 0.3s ease;
          transition-delay: 0;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
  .header.header-small {
    position: fixed;
    transform: translate(0, -200px);
    height: 70px;
    padding: 0;
    padding-top: 20px;
    border-bottom: 1px solid #dadada;
    background-color: #fff; }
    .header.header-small .header-inner {
      width: 1000px;
      margin: 0 auto;
      position: relative; }
    .header.header-small .logo {
      opacity: 0;
      top: 0;
      transition-delay: 0s;
      transition-duration: 0.2s;
      transform: translate(0, -20px); }
    .header.header-small .min-logo {
      opacity: 1;
      transition-delay: 0.3s;
      transform: translate(0, 0); }
    .header.header-small .nav-group {
      margin-top: 0;
      margin-left: 0;
      transform: translate(90px, 0);
      padding-top: 6px;
      width: auto;
      transition: all 0.5s 0s; }
      .header.header-small .nav-group__item {
        margin-right: 30px; }
        .header.header-small .nav-group__item a {
          font-size: 13px; }
    .header.header-small .sns-group {
      opacity: 0;
      top: -10px; }
    .header.header-small .lang-group {
      opacity: 0;
      top: -10px; }
    .header.header-small .min-lang-group {
      opacity: 1;
      right: 0; }

.header-small.fixed {
  transform: translate(0, 0); }

.footer {
  min-width: 1080px; }
  .footer .mailmagazine {
    background-color: #ededed;
    font-family: "Midashi Go MB1", Meiryo, "メイリオ", sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
  }
  .footer .mailmagazine h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0;
    line-height: 2;
  }
  .footer .mailmagazine p {
    font-size: 14px;
    line-height: 2.29;
    margin: 0 0 10px;
    font-weight: bold;
  }
  .footer .mailmagazine a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: auto;
    padding: 11px 0;
    border: 1px solid #000;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1;
  }

  .footer__top {
    background-color: #1f1f1f;
    text-align: center;
    height: 65px;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .footer__top .pagetop {
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -5px;
      width: 11px;
      height: 41px;
      transition: all 0.3s ease; }
  .footer__top:hover .pagetop {
    height: 51px; }
  .footer__bottom {
    position: relative;
    height: 122px; }
  .footer .nav-group {
    position: absolute;
    top: 34px;
    left: 30px;
    text-align: center; }
    .footer .nav-group ul {
      margin: 0;
      padding: 0; }
    .footer .nav-group__item {
      display: inline-block; }
      .footer .nav-group__item a {
        display: inline-block;
        text-decoration: none;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 0.08em;
        color: #1f1f1f;
        margin: 0 10px 0 5px;
        transition: all 0.3s ease; }
        .footer .nav-group__item a:hover {
          color: #999999; }
      .footer .nav-group__item:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 9px;
        background-color: #999999; }
      .footer .nav-group__item:last-child:after {
        display: none; }
      .footer .nav-group__item--03 a:after {
        display: none;
        content: "";
        padding-left: 0; }
  .footer .sns-group {
    position: absolute;
    right: 30px;
    top: 40px;
    transition: all 0.5s; }
    .footer .sns-group ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer .sns-group ul li:first-child {
        margin-right: 20px; }
    .footer .sns-group__item {
      height: 14px;
      list-style: none;
      float: left; }
      .footer .sns-group__item a {
        font-size: 16px;
        color: #000000;
        text-decoration: none;
        transition: all 0.3s ease; }
        .footer .sns-group__item a:hover {
          color: #365899; }
    .footer .sns-group__item:last-child {
      margin-top: 1px; }
      .footer .sns-group__item:last-child a:hover {
        color: #e4405f; }
  .footer .copyright {
    position: absolute;
    top: 60px;
    right: 30px;
    width: 200px;
    margin-top: 14px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: right; }

* {
  box-sizing: border-box; }

body {
  color: #1f1f1f;
  -webkit-font-smoothing: antialiased; }

.contents {
  max-width: 1600px;
  width: auto;
  margin: 0 auto;
  padding: 0 30px; }

section, main, header {
  display: block; }

::-moz-selection {
  color: #3d7a96;
  background-color: #f0f4f6; }

::selection {
  color: #3d7a96;
  background-color: #f0f4f6; }

/* Icon */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?hep9kt");
  src: url("../fonts/icon.eot?hep9kt#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?hep9kt") format("truetype"), url("../fonts/icon.woff?hep9kt") format("woff"), url("../fonts/icon.svg?hep9kt#icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-blockquote:before {
  content: "\e909"; }

.icon-work-design:before {
  content: "\e90a"; }

.icon-work-operation:before {
  content: "\e90b"; }

.icon-work-planning:before {
  content: "\e90c"; }

.icon-arrow-bottom:before {
  content: "\e900"; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-arrow-top:before {
  content: "\e903"; }

.icon-blank:before {
  content: "\e904"; }

.icon-fb:before {
  content: "\e905"; }

.icon-insta:before {
  content: "\e906"; }

.icon-lang:before {
  content: "\e907"; }

.icon-pdf:before {
  content: "\e908"; }

/* Parts */
.parts__btn {
  position: relative;
  display: block;
  width: 320px;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #1f1f1f;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1f1f1f;
  transition: all 0.3s ease; }
  .parts__btn:before {
    content: "\e902";
    font-size: 17px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all 0.3s ease;
    transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .parts__btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 50%;
    background-color: #1f1f1f;
    transition: all 0.3s ease;
    z-index: -1; }
  .parts__btn:hover {
    color: #fff; }
    .parts__btn:hover:before {
      right: 8px;
      transition-duration: 0.4s; }
    .parts__btn:hover:after {
      width: 100%;
      opacity: 1; }

/* btn */
.parts__btn--internal {
  color: #1f1f1f !important;
  z-index: 1;
  position: relative;
  display: block !important;
  width: 320px;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
  border: 1px solid #1f1f1f;
  font-size: 14px;
  font-family: "Midashi Go MB1", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 0.08em;
  padding: 0 20px;
  text-align: center;
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.3s ease; }
  .parts__btn--internal:before {
    content: "\e902";
    font-size: 17px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all 0.3s ease;
    transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .parts__btn--internal:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #1f1f1f;
    transition: all 0.3s ease;
    z-index: -1; }
  .parts__btn--internal:hover {
    color: #ffffff !important; }
    .parts__btn--internal:hover:before {
      right: 8px;
      transition-duration: 0.4s; }
    .parts__btn--internal:hover:after {
      width: 100%;
      opacity: 1; }

.parts__btn--external {
  color: #1f1f1f !important;
  z-index: 1;
  position: relative;
  display: block !important;
  width: 320px;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
  border: 1px solid #1f1f1f;
  font-size: 14px;
  font-family: "Midashi Go MB1", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 0.08em;
  padding: 0 20px;
  text-align: center;
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.3s ease; }
  .parts__btn--external:before {
    content: "\e904";
    font-size: 21px;
    margin-top: -10px;
    position: absolute;
    right: 10px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all 0.3s ease;
    transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .parts__btn--external:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #1f1f1f;
    transition: all 0.3s ease;
    z-index: -1; }
  .parts__btn--external:hover {
    color: #ffffff !important; }
    .parts__btn--external:hover:before {
      right: 8px;
      transition-duration: 0.4s; }
    .parts__btn--external:hover:after {
      width: 100%;
      opacity: 1; }

.parts__btn--pdf {
  color: #1f1f1f !important;
  z-index: 1;
  position: relative;
  display: block !important;
  width: 320px;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
  border: 1px solid #1f1f1f;
  font-size: 14px;
  font-family: "Midashi Go MB1", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 0.08em;
  padding: 0 20px;
  text-align: center;
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.3s ease; }
  .parts__btn--pdf:before {
    content: "\e908";
    margin-top: -10px;
    position: absolute;
    right: 12px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 1;
    transition: all 0.3s ease;
    transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .parts__btn--pdf:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #1f1f1f;
    transition: all 0.3s ease;
    z-index: -1; }
  .parts__btn--pdf:hover {
    color: #ffffff !important; }
    .parts__btn--pdf:hover:before {
      right: 10px;
      transition-duration: 0.4s; }
    .parts__btn--pdf:hover:after {
      width: 100%;
      opacity: 1; }

/* link */
a.parts-external {
  position: relative;
  display: inline-block;
  color: #3d7a96;
  margin: 0 0 0 26px;
  text-decoration: underline;
  transition: all 0.2s cubic-bezier(0, 0, 0, 0.9); }
  a.parts-external:before {
    content: "\e904";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    position: absolute;
    top: 3px;
    left: -26px; }
  a.parts-external:hover {
    color: #999999; }
    a.parts-external:hover:before {
      color: #999999; }

a.parts-internal {
  display: inline-block;
  color: #3d7a96;
  transition: all 0.2s cubic-bezier(0, 0, 0, 0.9); }
  a.parts-internal:hover {
    color: #999999; }

#loading {
  z-index: 999;
  position: fixed;
  width: 100%;
  min-width: 1080px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff; }
  #loading .loading-cover {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2000px;
    height: 100%;
    list-style-type: none;
    margin: 0 0 0 -1100px;
    padding: 0;
    font-size: 0; }
  #loading .loading-cover__item {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0;
    transition: all 0.8s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  #loading .loading-cover__item span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    border-right: 1px solid #f4f4f4;
    box-sizing: border-box;
    transition: all 0.8s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  #loading .loading-cover__item:nth-child(odd) span {
    top: 0; }
  #loading .loading-cover__item:nth-child(even) span {
    bottom: 0; }

#loading.open svg path {
  stroke-dasharray: 300;
  stroke-dashoffset: 0; }

#loading.open .loading-cover__item:nth-child(odd) span {
  height: 100%; }

#loading.open .loading-cover__item:nth-child(even) span {
  height: 100%; }

.message__item a {
        display: inline-block;
        text-decoration: none;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 0.08em;
        color: #1f1f1f;
        margin: 0 10px 0 5px;
        transition: all 0.3s ease; }

.message__item a:hover {
    color: #999999;
}