@charset "UTF-8";

/*----------------------
reset
----------------------*/

img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea,
address,
article,
aside,
dialog,
figure,
.footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  list-style-type: none;
}
article,
aside,
dialog,
figure,
.footer,
header,
hgroup,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
a,
a:focus,
a:hover,
a:active {
  outline: none;
  transition: opacity 0.3s;
}
input,
input:focus,
input:hover,
input:active,
textarea,
textarea:focus,
textarea:hover,
textarea:active {
  outline: none;
}
img {
  vertical-align: bottom;
}

/*----------------------
clearfix
----------------------*/

.clearfix {
  zoom: 1;
}

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

/*----------------------
body
----------------------*/

html,
body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  border: none;
  letter-spacing: 1px;

  /*overflow-y: scroll;
    -webkit-overflow-scrolling:touch;*/
}

img {
  vertical-align: bottom;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.sp,
.ssp {
  display: none;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.mont_300 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.mont_600 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.mont_700 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.bold {
  font-weight: bold;
}

.wrapper {
  position: relative;
  margin: 0 auto;
}

.inner {
  margin: 0 auto;
}

/*----------------------
loading
----------------------*/
#loader_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
}
#loader_bg .bar {
  height: 2px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  background-color: #fff;
  top: 0%;
  bottom: 0;
  margin: auto;
  position: absolute;
}

#loader_bg .bar:before {
  top: 0;
  left: 0;
  width: 0;
  content: "";
  height: inherit;
  position: absolute;
  background-color: #000;
  -moz-animation: bar 400ms linear forwards;
  -webkit-animation: bar 400ms linear forwards;
  -o-animation: bar 400ms linear forwards;
  -ms-animation: bar 400ms linear forwards;
  animation: bar 400ms linear forwards;
}
@keyframes bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*----------------------
header
----------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.slideIn {
  opacity: 0;
  -moz-animation: slideIn 0.5s ease-in-out 0.8s forwards;
  -webkit-animation: slideIn 0.5s ease-in-out 0.8s forwards;
  -o-animation: slideIn 0.5s ease-in-out 0.8s forwards;
  -ms-animation: slideIn 0.5s ease-in-out 0.8s forwards;
  animation: slideIn 0.5s ease-in-out 0.8s forwards;
}

@keyframes slideIn {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  background: #000;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 1.5%;
}

.header_top .box_tag {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  max-width: 1200px;
  height: 1em;
  overflow: hidden;
}

.header_top .box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*.header_top .btn_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header_top .btn_lang a {
    color: #fff;
    display: block;
    line-height: 1;
    position: relative;
    padding-bottom: 2px;
}

.header_top .btn_lang .btn_lang_on {
    border-bottom: 1px solid #fff;
}

.header_top .btn_lang a:not(:last-child) {
    margin-right: 16px;
}

.header_top .btn_lang a:not(:last-child)::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -8px;
    background: #fff;
    width: 1px;
    height: 60%;
}*/

.box_lang {
  position: relative;
}
.name_lang--name:hover {
  cursor: pointer;
}

.lists_lang {
  visibility: hidden;
  display: block;
  position: absolute;
  left: -1em;
  width: 165px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #000;
  z-index: 999;
  padding: 10px 0;
}

.list_lang a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-size: 13px;
}

.list_lang:last-child a {
  border: none;
}

.box_lang:hover .lists_lang {
  visibility: visible;
  opacity: 1;
}
/*.box_lang .lists_lang {
  visibility: visible;
  opacity: 1;
}*/

.header_top .btn_fb a {
  padding: 8px 25px;
  display: block;
}

.header_top .btn_fb a img {
  vertical-align: middle;
}

.header_top .btn_contact a {
  display: block;
  font-size: 16px;
  background: #0090dc;
  line-height: 1;
  padding: 13px 0;
  width: 206px;
  color: #fff;
  text-align: center;
}

.header .header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  /* width: 96%; */
  width: 92.4%;
  height: 100%;
  margin: 0 auto;
}

.header .header_bottom a {
  display: block;
  text-align:center;
}

.header .header_title {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 0.9;
  position:relative;
}

.header .header_title .mont_300 {
  font-size: 16px;
  margin-bottom:6px;
  display:inline-block;
  position:absolute;
  left:0;
  width:100%;
  letter-spacing:0;
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header nav li a {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 60px 28px 25px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header nav li.-about a {
  background: url(../img/icon_about_new.svg) no-repeat center 25%;
  background-size: 55px;
}

.header nav li.-mae a {
  background: url(../img/icon2_mae.svg) no-repeat center 25%;
  background-size: 55px;
}

.header nav li.-facilities a {
  background: url(../img/icon_facilities.svg) no-repeat center 25%;
  background-size: 55px;
}

.header nav li.-venues a {
  background: url(../img/icon3_venues.svg) no-repeat center 25%;
  background-size: 55px;
}

.header nav li.-gallery a {
  background: url(../img/icon4_gallery.svg) no-repeat center 25%;
  background-size: 55px;
}

.header nav li.-access a {
  background: url(../img/icon5_access.svg) no-repeat center 25%;
  background-size: 55px;
}
.header nav li.-members a {
    background: url(../img/icon_members.svg) no-repeat center 25%;
    background-size: 55px;
}


/*is-animation*/

.header.is-animation {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.is-animation .box_tag {
  font-size: 10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.is-animation .btn_contact a {
  font-size: 14px;
  padding: 7px 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.is-animation .btn_fb a {
  padding: 1px 25px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.is-animation nav li a {
  padding: 40px 28px 15px;
  /*-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;*/
}

.menu_sp {
  display: none;
}

/*----------------------
topBtn
----------------------*/
.topBtn {
  text-align: center;
  margin: 40px auto;
}

.topBtn a {
  position: relative;
  display: inline-block;
}

.topBtn a::before,
.topBtn a::after {
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.topBtn a::before {
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----------------------
footer
----------------------*/
.footer {
  background-color: #000;
  text-align: center;
}

.footer a {
  color: #fff;
}

.footer .inner {
  padding: 60px 0 20px;
}

.footer .btn_contact a {
  display: block;
  font-size: 28px;
  background: #0090dc;
  max-width: 570px;
  margin: 0 auto;
  line-height: 1;
  padding: 20px 0;
}

.footer .f_nav {
  margin: 60px auto 30px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 850px;
  line-height: 1;
}

.footer .f_nav li {
  margin: 0 25px 20px;
}

.footer .f_nav li img {
  vertical-align: middle;
}

.footer .f_copy {
  line-height: 1;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}

/*----------------------
main
----------------------*/
.main {
  position: relative;
  padding-top: 143px;
  overflow-x: hidden;
}

.t_h2 {
  font-size: 22px;
  line-height: 1;
  position: relative;
  display: table;
  margin: auto;
  padding-bottom: 70px;
}

.t_h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(0, 0, 0, 1);
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 15px;
  /* bottom: -15px; */
}

.txt_wrap {
  text-align: center;
}

.txt_h2 {
  margin-top: 30px;
}

.textinner {
  width: 90%;
  margin: 0 auto;
}

/* sec_info */

.sec_info {
  background-color: #eee;
}

.sec_info ul {
  margin: 40px auto 0;
  max-width: 700px;
}

.sec_info ul li {
  margin-bottom: 10px;
}

.sec_info ul li a {
  display: block;
  background-color: #fff;
  font-size: 24px;
  padding: 20px 0;
  position: relative;
}

.sec_info ul li a::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
}

/*----------------------
IE用
----------------------*/

@media all and (-ms-high-contrast: none) {
  .header_top {
    width: 100%;
  }
}

@media (max-width: 1160px) {
  .header nav li a {
    font-size: 14px;
    padding: 60px 15px 25px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header.is-animation nav li a {
    padding: 40px 15px 15px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/*----------------------

1000px 以下

----------------------*/

@media (max-width: 1000px) {
  /*----------------------
header
----------------------*/
  .header {
    border-bottom: none;
  }

  .header_top {
    display: none;
  }

  .header .header_bottom {
    width: 100%;
    margin: 0;
    padding: 1em 0 1em 3%;
    box-sizing: border-box;
  }

  .header .header_title {
    font-size: 20px;
  }

  .header nav.menu_pc {
    display: none;
  }

  .header_bottom .btn_contact_sp {
    display: block;
    font-size: 10px;
    text-align: center;
    position: absolute;
    right: 76px;
    top: 1.5em;
  }

  .header_bottom .btn_contact_sp img {
    margin-bottom: 1em;
  }

  .menu_sp {
    display: block;
  }

  .drawer-menu {
    padding: 0 0 20px;
    text-align: left;
    overflow-y: scroll !important;
    /*height: 150%;*/
  }

  .btn_splang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn_splang a {
    display: block;
    margin: 0 20px 10px;
    position: relative;
  }

  .btn_splang a.btn_lang_on {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }

  .btn_splang a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    height: 80%;
    width: 1px;
    background: rgba(0, 0, 0, 0.6);
  }

  .btn_splang a:nth-child(5)::after,
  .btn_splang a:last-child::after {
    display: none;
  }

  .header nav .btn_contact {
    padding: 2em 5%;
  }

  .header nav .btn_contact a {
    display: block;
    font-size: 20px;
    background: #0090dc;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    color: #fff;
  }

  .header nav ul {
    display: block;
  }

  .header nav ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header nav ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header nav li.-privacy a {
    background: url(../img/icon7_privacy.svg) no-repeat;
  }

  .header nav.drawer-nav li a {
    background-position: 3% center;
    background-size: 60px;
    padding: 2em 0 2em 13%;
    text-align: left;
  }

  .main {
    padding-top: 64px;
  }
}

/*----------------------

768px 以下

----------------------*/

@media (max-width: 768px) {
  /*----------------------
body
----------------------*/

  html,
  body {
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .wrapper {
    position: relative;
    min-width: 100%;
  }

  .inner {
    width: 90%;
  }

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

  .header {
    height: 56px;
  }
  .header .header_title {
    font-size: 17px;
  }

  .header .header_title .mont_300 {
    font-size: 10px;
  }

  .header .header_bottom {
    padding: 13px 0 13px 3%;
  }

  .header_bottom .btn_contact_sp {
    font-size: 9px;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    right: 60px;
    top: 13px;
  }

  .header nav .btn_contact {
    padding: 8% 10%;
  }

  .header.is-animation .btn_contact a,
  .header nav .btn_contact a {
    padding: 12px 0;
    font-weight: 300;
    font-size: 20px;
  }

  .header_bottom .btn_contact_sp img {
    margin-bottom: 0.6em;
  }

  .header nav.drawer-nav li a {
    background-position: 7% center;
    background-size: 50px;
    padding: 1.3em 0 1.3em 25%;
    text-align: left;
    font-size: 14px;
  }

  /* .header nav.drawer-nav li.-about a,
  .header nav.drawer-nav li.-facilities a,
  .header nav.drawer-nav li.-members a,
   {

  } */

  /*----------------------
topBtn
----------------------*/
  .topBtn {
    margin: 0px auto;
    padding: 20px 0;
  }

  .topBtn a {
    display: block;
  }

  .topBtn a::before,
  .topBtn a::after {
    top: -10px;
  }

  .topBtn a::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
  }

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

  .footer {
    background-color: #222;
  }

  .footer .inner {
    padding: 7% 0 5%;
  }

  .footer .btn_contact a {
    display: block;
    font-size: 25px;
    max-width: 100%;
    padding: 15px 0;
    font-weight: 300;
  }

  .footer .f_nav {
    margin: 10% auto;
    display: block;
    text-align: left;
    font-weight: 300;
  }

  .footer .f_nav li {
    margin: 0 0 20px;
  }

  .footer .f_nav li a {
    display: block;
    text-indent: 50px;
  }

  .footer .f_nav li a.-area {
    background: url(../img/icon_footer_area.svg) no-repeat 2% center;
    background-size: 30px;
  }

  .footer .f_nav li a.-members {
    background: url(../img/icon_footer_members.svg) no-repeat 2% center;
    background-size: 30px;
  }

  .footer .f_nav li a.-facilities {
    background: url(../img/icon_footer_facilities.svg) no-repeat 2% center;
    background-size: 30px;
  }

  .footer .f_nav li a.-venues {
    background: url(../img/icon_footer_venues.svg) no-repeat 2% center;
    background-size: 30px;
  }

  .footer .f_nav li a.-gallery {
    background: url(../img/icon_footer_gallery.svg) no-repeat 2% center;
    background-size: 30px;
  }

  .footer .f_nav li a.-access {
    background: url(../img/icon_footer_access.svg) no-repeat 2% center;
    background-size: 30px;
  }

  .footer .f_nav li a.-about {
    background: url(../img/icon_footer_about.svg) no-repeat 2% center;
    background-size: 30px;
  }

  .footer .f_nav li a.-privacy {
    background: url(../img/icon_footer_privacy.svg) no-repeat 2% center;
    background-size: 30px;
  }

  .footer .f_copy {
    letter-spacing: 0;
    text-align: left;
    text-indent: 4%;
  }

  /*----------------------
common
----------------------*/

  .main {
    padding-top: 54px;
    margin-bottom: 30px;
  }

  .wrapper .main .t_h2 {
    font-size: 17px;
    color: #fff;
    background: #000;
    display: block;
    margin-bottom: 40px;
    line-height: 2.2;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 0;
  }

  .t_h2::after {
    display: none;
  }

  /* sec_info */

  .sec_info ul {
    margin: 30px auto 0;
    max-width: 90%;
  }

  .sec_info ul li a {
    font-size: 17px;
    padding: 15px 0;
  }
}

/*----------------------

420px 以下

----------------------*/

@media (max-width: 420px) {
  html,
  body {
    font-size: 12px;
  }

  .ssp {
    display: block;
  }
}

/*----------------------

360px 以下

----------------------*/

@media (max-width: 360px) {
  html,
  body {
    line-height: 1.4;
    font-size: 13px;
  }

  .footer .f_copy {
    text-indent: 0;
    line-height: 1.5;
  }
}

/*----------------------

言語ごと

----------------------*/
/* .fr .header nav li a {
  padding: 60px 12px 25px;
}

@media (max-width: 768px) {
  .fr .header .header_title {
    font-size: 15px;
  }

  .es .header nav.drawer-nav li a,
  .fr .header nav li a {
    padding: 1.3em 0 1.3em 22%;
  }

  .fr .main {
    padding-top: 52px;
  }
}

@media (max-width: 320px) {
  .fr .header .header_title {
    font-size: 12px;
    line-height: 1.2;
  }
} */
.header .header_title {
	width: max-content;
  }

  .header .header_title a {
	text-align: left;
  }

  .header .header_title a span {
	display: inline-block;
  }

  .header .header_title a span:first-child {
	margin: 0 .3em 0 0;
  }

  .header nav ul {
	align-items: flex-start;
  }

  .main .sec_top .sec_top_box .box--ttl img {
	max-width: 212px;
  }

  @media (max-width: 1000px) {
	.header {
	height: 70px;
  }
  .header_bottom .btn_contact_sp{
	right: 86px;
  }
  }

  @media (max-width: 768px) {
	.header {
	    height: 56px;
	}
	.header_bottom .btn_contact_sp{
	right: 60px;
  }
	.header .header_title{
	    font-size: 15px;
	    line-height: 1.1;
	}

	.header .header_title a span {
	    display: block;
	}
  }
