@charset "utf-8";

/*base
------------------------------*/

* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/shared/fonts/Roboto-Bold.eot);
  src: url(/shared/fonts/Roboto-Bold.woff) format('woff'), url(/shared/fonts/Roboto-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(/shared/fonts/Montserrat-Thin.eot);
  src: url(/shared/fonts/Montserrat-Thin.woff) format('woff'), url(/shared/fonts/Montserrat-Thin.ttf) format('truetype');
}

.font_01 {
  font-family: "Roboto";
}

.font_02 {
  font-family: "Montserrat";
}


/*contents
------------------------------*/

.contents {
  padding-top: 96px;
  width: 100%;
}

.contents.top {
  height: 100vh;
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px;
  -webkit-overflow-scrolling: touch;
}

.contents.note {
  padding-top: 48px;
}

.section-wrap {
  padding-top: 48px;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.anchor {
  padding-top: 96px;
  margin-top: -96px;
}

.front {
  z-index: 2;
}

.back {
  z-index: 1;
}

.section {
  margin-bottom: 48px;
}

.contents.top .section {
  margin-bottom: 0;
  position: absolute;
  top: 48px;
  right: 0;
  bottom: 0;
  left: 0;
}

.contents.top .front .section {
  background-color: #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 3;
}

.contents.top .back .section {
  right: -7px;
  left: -7px;
  -webkit-transform: translateZ(-100px) scale(2);
  -ms-transform: translateZ(-100px) scale(2);
  transform: translateZ(-100px) scale(2);
  z-index: 2;
}

.note .section {
  margin-bottom: 96px;
}

.note .section.title-wrap {
  margin-bottom: 53px;
}

.bg_01 {
  background: url(/images/bg_01.jpg) center / cover no-repeat;
}

.bg_02 {
  background: url(/images/bg_02.jpg) center / cover no-repeat;
}

.bg_03 {
  background: url(/images/bg_03.jpg) center / cover no-repeat;
}

.bg_04 {
  background: url(/images/bg_04.jpg) center / cover no-repeat;
}

.bg_05 {
  background: url(/images/bg_05.jpg) center / cover no-repeat;
}

.bg_06 {
  background: url(/images/bg_06.png) top center / 100% auto no-repeat;
}

.section-inner {
  text-align: center;
  width: calc(100% - 48px);
  max-width: 696px;
  margin-right: auto;
  margin-left: auto;
}

.contents.note .section-inner {
  max-width: 1008px;
}

.title-wrap .section-inner {
  margin-top: 25px;
}

.title-wrap .section-inner:after {
  height: 0.1px;
  content: "";
  clear: both;
  display: block;
}

.contents.top .section-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-inner h1, .section-inner h2, .section-inner p, .section-inner ul, .section-inner dl {
  line-height: 1.75;
}

.section-inner p, .section-inner ul, .section-inner dl {
  text-align: left;
  font-size: 13px;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}

.section-inner a {
  text-decoration: none;
  font-weight: bold;
  color: #0056B7;
}

.section-inner a:hover {
  text-decoration: underline;
}

.section-inner ul {
  list-style-type: none;
}

.section-inner dl {
  width: 100%;
}

.section-inner dl:after {
  height: 0.1px;
  content: "";
  clear: both;
  display: block;
}

.section-inner dt, .section-inner dd {
  float: left;
  display: block;
}

.section-inner dt {
  width: 18%;
  clear: left;
}

.section-inner dd {
  width: 82%;
}

.section-inner p.message {
  text-indent: -9999px;
  height: 125px;
  margin-bottom: 24px;
  background: url(/images/message_01.png) center / 384px 125px no-repeat;
}

.logo {
  text-indent: -9999px;
  width: 384px;
  height: 162px;
  margin: 0 auto;
  background: url(/images/logo.png) center / cover no-repeat;
  display: inline-block;
  animation: logo-animation 4s infinite;
}

.title_01 {
  font-size: 36px;
  margin-bottom: 24px;
}

.title_01 span {
  display: block;
}

.japanese {
  font-size: 13px;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 12px;
}

.title_02 {
  font-size: 24px;
  margin-bottom: 24px;
}

.section-inner h3.title_03 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 6px;
}

.note .title_01 {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.25;
  text-align: left;
  margin-top: 12px;
  display: inline-block;
  float: left;
}

.note .title_02 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 42px;
}

.note .title_02.icon {
  padding-left: 60px;
  position: relative;
}

.note .title_02.icon:before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.note .title_02.icon.icon_01:before {
  background: url(/shared/images/icon_01.png) center / 48px 48px no-repeat;
}

.note .title_02.icon.icon_02:before {
  background: url(/shared/images/icon_02.png) center / 48px 48px no-repeat;
}

.note .title_02.icon.icon_03:before {
  background: url(/shared/images/icon_03.png) center / 48px 48px no-repeat;
}

.note .title_02.icon.icon_04:before {
  background: url(/shared/images/icon_04.png) center / 48px 48px no-repeat;
}

.note .title_02.icon.icon_05:before {
  background: url(/shared/images/icon_05.png) center / 48px 48px no-repeat;
}

.column-wrap:after {
  height: 0.1px;
  content: "";
  clear: both;
  display: block;
}

.column_01, .column_02 {
  float: left;
}

.column_01 {
  width: calc(35.71% - 24px);
  margin-right: 48px;
}

.column_02 {
  width: calc(64.29% - 24px);
}

.image {
  margin-right: auto;
  margin-left: auto;
}

.column_01 .image {
  max-width: 336px;
  margin-bottom: 0;
}

.image-02 {
  max-width: 504px;
}

.section-inner p.image-02 {
  text-align: center;
  margin-bottom: 0;
}

.image.plan-view {
  max-width: 576px;
}

.image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.icon-01 {
  margin-right: 2px;
  margin-left: 2px;
}

.icon-01 img {
  width: 24px;
  height: auto;
  vertical-align: top;
}

.youtube {
  padding-bottom: 56.25%;
  position: relative;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery:after {
  height: 0.1px;
  content: "";
  clear: both;
  display: block;
}

.gallery li {
  width: calc(33.33% - 8px);
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
}

.gallery li:nth-child(3n) {
  margin-right: 0;
}

.gallery li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@keyframes logo-animation {
  0% {
    transform: translate(0px, 0px)
  }
  96% {
    transform: translate(0px, 0px)
  }
  97% {
    transform: translate(3px, 0px)
  }
  98% {
    transform: translate(-3px, 0px)
  }
  99% {
    transform: translate(6px, 0px)
  }
  100% {
    transform: translate(-6px, 0px)
  }
}

@media screen and (max-width:767px) {
  .note {
    margin-top: 0 !important;
  }
  .contents {
    padding-top: 48px;
  }
  .contents.note {
    padding-top: 0;
  }
  .anchor {
    padding-top: 48px;
    margin-top: -48px;
  }
  .section-wrap {
    padding-top: 0;
    -webkit-transform-style: flat;
    -ms-transform-style: flat;
    transform-style: flat;
  }
  .section {
    top: 0;
  }
  .contents.top .section {
    top: 0;
  }
  .contents.top .back .section {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .note .section.title-wrap {
    margin-bottom: 0;
  }
  .title-wrap .section-inner {
    margin-top: 0;
  }
  .section-inner dt {
    width: 30%;
  }
  .section-inner dd {
    width: 70%;
  }
  .column_01, .column_02 {
    width: 100%;
  }
  .column_01 {
    margin-right: 0;
    margin-bottom: 48px;
  }
  .bg_01 {
    background: url(/images/bg_01.jpg) center / auto 100% no-repeat;
  }
  .bg_02 {
    background: url(/images/bg_02.jpg) center / auto 100% no-repeat;
  }
  .bg_03 {
    background: url(/images/bg_03.jpg) center / auto 100% no-repeat;
  }
  .bg_04 {
    background: url(/images/bg_04.jpg) center / auto 100% no-repeat;
  }
  .bg_05 {
    background: url(/images/bg_05.jpg) center / auto 100% no-repeat;
  }
  .bg_06 {
    background: url(/images/bg_06.png) center / auto 100% no-repeat;
  }
  .section-inner p.message {
	height: 82px;
    background: url(/images/message_01.png) center / 252px 82px no-repeat;
  }
  .logo {
    width: 252px;
    height: 106px;
  }
}

@media screen and (max-device-width: 480px) {

}


/*header
------------------------------*/

.header {
  text-align: left;
  width: calc(100% - 48px);
  max-width: 1008px;
  margin-right: auto;
  margin-left: auto;
}

.logo_02 {
  margin-top: 24px;
  margin-bottom: 24px;
  display: inline-block;
}

.logo_02 a {
  text-indent: -9999px;
  width: 289px;
  height: 48px;
  display: block;
  background: url(/shared/images/logo.png) center left / auto 48px no-repeat;
}

@media screen and (max-width:767px) {
  .logo_02 {
    margin-top: 0;
    margin-bottom: 48px;
  }
  .logo_02 a {
    width: 218px;
    height: 48px;
    background: url(/shared/images/logo.png) bottom left / auto 36px no-repeat;
  }
}


/*navigation
------------------------------*/

.navigation {
  width: 100%;
  top: 0;
  right: 0;
  z-index: 25;
}

.navigation.top {
  position: fixed;
}

.fixed {
  position: fixed;
}

.navigation button {
  display: none;
}

.navigation ul {
  list-style-type: none;
}

.navigation ul:after {
  height: 0.1px;
  content: "";
  clear: both;
  display: block;
}

.navigation ul li {
  text-align: center;
  width: 14.28%;
  height: 48px;
  display: table;
  float: left;
  position: relative;
}

.navigation ul li a {
  text-decoration: none;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  background-color: #000;
}

.navigation ul li a.current, .navigation ul li a:hover {
  background-color: #333;
}

@media screen and (max-width:767px) {
  .navigation {
    position: fixed;
  }
  .navigation ul {
    width: 100%;
    transition-property: top;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    position: absolute;
    top: -336px;
    right: 0;
  }
  .navigation.open ul {
    top: 0;
  }
  .navigation button {
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    border: 0 none;
    display: block;
    background: #000 url(/shared/images/icon_menu.png) center / 100% no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
  }
  .navigation.open button {
    background: #000 url(/shared/images/icon_menu-close.png) center / 100% no-repeat;
  }
  .navigation ul li {
    width: 100%;
  }
}

.local-navigation {
  display: inline-block;
  float: right;
  margin-top: 18px;
  margin-bottom: 48px;
}

.local-navigation ul {
  margin-bottom: 0;
}

.local-navigation ul:after {
  height: 0.1px;
  content: "";
  clear: both;
  display: block;
}

.local-navigation ul li {
  text-align: center;
  height: 48px;
  display: table;
  float: left;
  position: relative;
  margin-left: 24px;
}

.local-navigation ul li a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
  padding-left: 12px;
  display: table-cell;
  vertical-align: middle;
  position: relative
}

.local-navigation ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.local-navigation ul li a.arrow_01:before {
  background: url(/shared/images/icon_arrow_01.png) center / 6px 6px no-repeat;
}

.local-navigation ul li a.arrow_02:before {
  background: url(/shared/images/icon_arrow_02.png) center / 6px 6px no-repeat;
}

@media screen and (max-width:767px) {
  .local-navigation {
    /*display: none;*/
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    float: left;
  }
  .local-navigation ul li {
    margin-left: 0;
    margin-right: 12px;
  }
}


/*thumb-list
------------------------------*/

.thumb-list:after {
  height: 0.1px;
  content: "";
  clear: both;
  display: block;
}

.thumb-list li {
  margin-bottom: 12px;
  width: 50%;
  float: left;
}

.thumb-list a {
  width: 100%;
  display: block;
}

.thumb-list a:after {
  height: 0.1px;
  content: "";
  clear: both;
  display: block;
}

.thumb-list span {
  display: block;
  float: left;
}

.thumb-list .thumb {
  width: 120px;
  margin-right: 12px;
  position: relative;
}

.thumb-list a .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  border-radius: 60px;
}

.thumb-list a:hover .thumb:after {
  opacity: 1;
}

.thumb-list .thumb img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 60px;
}

.thumb-list .name {
  line-height: 1.5;
  width: calc(100% - 156px);
}

.section-inner a:hover .name {
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .thumb-list li {
    width: 50%;
  }
  .thumb-list .thumb {
    width: 60px;
    margin-right: 6px;
  }
  .thumb-list .thumb img {
    border-radius: 30px;
  }
  .thumb-list .name {
    width: calc(100% - 78px);
  }
}


/*footer
------------------------------*/

.footer-wrapper {
  font-size: 13px;
  line-height: 1.75;
  color: #fff;
  width: 100%;
  height: 48px;
  background-color: #000;
  display: table;
}

.footer {
  display: table-cell;
  vertical-align: middle;
}


/*scroll-down
------------------------------*/

.section-inner p.scroll-down {
  text-align: center;
}

.scroll-down {
  font-size: 13px;
  line-height: 1.75;
  color: #000;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 0;
  left: 0;
}

.scroll-down span {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  animation: scroll-down-animation 2s infinite;
  -webkit-animation: scroll-down-animation 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes scroll-down-animation {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-6px, 6px);
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}


/*map
------------------------------*/

.map {
  height: 0;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}

.map iframe, .map object, .map embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}