@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,600);
@-webkit-keyframes ulineAnime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes ulineAnime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* reset
---------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1;
}

img {
  vertical-align: bottom;
}

br {
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea {
  font-size: inherit !important;
  border: 1px solid #ccc;
  background-image: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 0 5px;
}

input[type="submit"] {
  font-size: inherit !important;
  border: none;
}

label {
  cursor: pointer;
}

select option {
  font-size: inherit;
}

.form-width--full {
  width: 100%;
}

.form-width--3quarter {
  width: 75%;
}

.form-width--half {
  width: 50%;
}

.form-width--quarter {
  width: 25%;
}

/* init
---------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
  min-width: 1100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* site settings
----------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

body {
  color: black;
  background-color: white;
  font-size: 16px;
  font-size: 1.6em;
  word-wrap: normal;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 610px;
  box-sizing: border-box;
  overflow: hidden;
}

.inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

.clear {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hover:hover,
.link--hover:hover {
  opacity: 0.7;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
}

.uline,
.link--uline {
  text-decoration: underline;
}

.uline:hover,
.link--uline:hover {
  text-decoration: none;
}

.uline--r,
.link--noline {
  text-decoration: none;
}

.uline--r:hover,
.link--noline:hover {
  text-decoration: underline;
}

.debug {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-color: beige;
  border-radius: 3px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

.debug:hover {
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.debug._off {
  display: none;
}

.list, .list--h, .list--hb, .list--flex {
  list-style-type: none;
}

.list--disc {
  list-style-type: disc;
}

.list--h:after {
  content: "";
  clear: both;
  display: table;
}

.list--h > li {
  float: left;
}

.list--hb {
  letter-spacing: -.6em;
  text-align: center;
}

.list--hb > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@keyframes ulineAnime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* header
---------------------------------------------------------*/
.header {
  width: 100%;
  height: 170px;
  background-color: black;
  position: relative;
}

.header .inner {
  box-sizing: border-box;
  z-index: 20;
}

.header__must {
  padding-top: 20px;
  position: relative;
  color: white;
}

.must--left {
  position: absolute;
  top: 20px;
  left: 0;
}

.must--right {
  width: 850px;
  margin-left: 250px;
}

.must--right a:link, .must--right a:visited, .must--right a:hover, .must--right a:active {
  color: white;
}

.must__logo {
  position: relative;
  z-index: 20;
}

.must__info {
  padding-bottom: 10px;
  position: relative;
  min-height: 25px;
}

.must__info:after {
  content: "";
  width: 850px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.info--left {
  float: left;
}

.info--left li:first-child {
  padding-right: 20px;
}

.info--right {
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  vertical-align: middle;
}

.info--right span {
  margin-right: 10px;
}

/* gnav
---------------------------------------------------------*/
.gnav {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.gnav li {
  padding: 30px 0 30px 28px;
}

.gnav li:first-child {
  padding-left: 0;
}

.gnav a {
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
          transition: .3s;
}

.gnav a:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  -webkit-transition: .3s;
          transition: .3s;
}

.gnav a:hover:after {
  width: 100%;
}

.current .gnav a:after {
  width: 100% !important;
}

.gnav .current a:after {
  width: 100%;
}

/* contents
---------------------------------------------------------*/
.contents {
  position: relative;
}

.contents__heading {
  margin-bottom: 30px;
}

.contents__body p + p {
  margin-top: 2em;
}

/* main
---------------------------------------------------------*/
.main {
  margin-top: 80px;
}

/* breadcrumb
---------------------------------------------------------*/
.breadcrumb {
  padding: 0 50px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.breadcrumb li {
  line-height: 1;
  padding: 0 .5em;
  border-left: 1px solid black;
}

.breadcrumb li:first-child {
  padding-left: 0;
  border-left: 0;
}

/* article
---------------------------------------------------------*/
.article {
  padding: 0 50px;
}

/* pre-footer
---------------------------------------------------------*/
.pre-footer.inner {
  padding: 35px 50px 30px;
}

.pre-footer .to-top {
  width: 55px;
  margin: 0 auto;
}

/* footer
---------------------------------------------------------*/
.footer {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  height: 610px;
  width: 100%;
  text-align: center;
  background-color: black;
  color: white;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
  color: white;
}

.footer .to-top {
  line-height: 1;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

.footer .to-top a {
  outline: none;
  display: block;
}

.footer .to-top.locked {
  position: absolute;
  top: -90px;
  right: 30px;
}

.footer p,
.footer address {
  line-height: 1.4;
}

.footer--upper {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 40px 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.footer--upper__logo {
  margin-bottom: 20px;
}

.footer--upper__text--catch {
  font-size: 12px;
  font-size: 1.2rem;
}

.footer--upper__text--title {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 38px;
}

.footer--upper__text--title span {
  font-size: 20px;
  font-size: 2rem;
}

.footer--upper__text--title .name {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer--upper__text--title:after {
  content: "";
  width: 20px;
  height: 4px;
  display: block;
  background-color: white;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -10px;
}

.footer--upper__address {
  margin-top: 30px;
}

.footer--middle {
  width: 100%;
  background-color: #191919;
}

.footer--middle .inner {
  padding: 24px 50px 24px;
}

.footer--middle__relationlist {
  margin-right: -24px;
}

.footer--middle__relationlist li {
  width: 232px;
  margin-right: 24px;
}

.footer--middle__relationlist li a {
  display: block;
}

.footer--middle__relationlist li img {
  margin-bottom: 10px;
}

.footer--middle__relationlist li p {
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}

.footer--lower {
  padding-top: 40px;
}

.footer--lower .inner {
  padding: 0 50px;
}

.footer--lower__links {
  margin-bottom: 20px;
}

.links__linklist {
  display: block;
  width: 235px;
  min-height: 75px;
  float: left;
  border-left: 1px solid #313131;
  padding-left: 1.5em;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

.links__linklist:nth-child(2) {
  width: 240px;
}

.links__linklist:last-child {
  width: 170px;
}

.footer--lower__copyrights {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
}

@keyframes ulineAnime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/*** レイアウト要素のスタイル ***
*************************************************/
/*** テキスト ***
*************************************************/
a:link, a:visited, a:hover, a:active {
  color: black;
}

.caution {
  color: #e63461;
}

time {
  font-size: 14px;
  font-size: 1.4rem;
  color: #555555;
  letter-spacing: .05em;
  line-height: 1.4;
}

.page-title {
  padding: 30px 0 20px;
  margin-bottom: 50px;
  position: relative;
}

.page-title:after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.page-nav {
  margin: 50px 0;
}

.page-nav li {
  width: 200px;
  height: 50px;
  box-sizing: border-box;
  border-right: 2px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.page-nav li:first-child {
  border-left: 2px solid black;
}

.page-nav a {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.page-nav a:hover {
  color: white;
  background-color: black;
}

/*** 見出し ***
*************************************************/
.heading--title, .heading--large, .heading--middle, .heading--small {
  font-weight: bold;
}

.heading--title > a, .heading--large > a, .heading--middle > a, .heading--small > a {
  font-weight: bold;
}

.heading--large,
.heading--middle,
.heading--small {
  margin-bottom: 20px;
}

.heading--title {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding: .5em 0;
  text-align: center;
}

.heading--large {
  font-size: 26px;
  font-size: 2.6rem;
  padding: .5em 0;
  border-bottom: 2px solid black;
}

.heading--middle {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding: 15px 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.heading--small {
  font-size: 18px;
  font-size: 1.8rem;
  padding: .3em 0;
}

/*** 段落 ***
*************************************************/
.article p {
  line-height: 1.8;
}

.article-p {
  margin-bottom: 29px;
  max-height: 100%;
  /* for Android Chrome */
}

.article .caption {
  text-align: center;
}

/*** リンク ***
*************************************************/
.article a {
  color: black;
}

.article a:hover {
  text-decoration: none;
}

/*** リスト ***
*************************************************/
.article-ul, .article-ol {
  margin-bottom: 29px;
}

.article-ul .article-ul,
.article-ul .article-ol {
  margin-bottom: 0;
}

.article-ol .article-ul,
.article-ol .article-ol {
  margin-bottom: 0;
}

.article-ul ul,
.article-ol ul {
  list-style: decimal inside;
}

.article-ul li {
  list-style-type: none;
  padding-left: 20px;
  line-height: 1.8;
}

.article-ul li:first-letter {
  background: url(../img/style-list-mark.png) left center no-repeat;
  padding-left: 20px;
  margin-left: -20px;
}

.article-ol {
  list-style: none;
  counter-reset: cnt;
}

.article-ol li {
  padding-left: 13px;
  line-height: 1.8;
}

.article-ol li:before {
  counter-increment: cnt;
  content: counter(cnt) ". ";
  margin-left: -13px;
}

ul ul {
  margin-left: 1em;
}

ol ul {
  margin-left: 1em;
}

ol, ul {
  list-style-position: inside;
}

/*** テーブル ***
*************************************************/
.article-table,
.article-table2, .form-table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  line-height: 1.8;
  margin-bottom: 29px;
}

.article-table th,
.article-table2 th, .form-table th, .article-table td,
.article-table2 td, .form-table td {
  box-sizing: border-box;
  padding: 10px;
  vertical-align: middle;
}

.article-table,
.article-table2 {
  font-size: 14px;
  font-size: 1.4rem;
}

.article-table tr.odd td,
.article-table2 tr.odd td {
  background-color: #eee;
}

.article-table tr.even td,
.article-table2 tr.even td {
  background-color: #d9d9d9;
}

.article-table th,
.article-table2 th {
  font-weight: bold;
  white-space: nowrap;
  background-color: black;
  color: white;
}

.article-table th,
.article-table td,
.article-table2 th,
.article-table2 td {
  border: 1px solid white;
}

.article-table th {
  text-align: center;
}

.article-table2 th {
  width: 260px;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

/*** 強調 ***
*************************************************/
.article strong {
  font-weight: bold;
  color: #e63461;
}

.article span.bold {
  font-weight: bold;
}

.btn > a, .btn__image > a {
  display: block;
  text-decoration: none !important;
  width: 100%;
  box-sizing: border-box;
}

.btn > a img, .btn__image > a img {
  vertical-align: bottom;
}

.btn__width--full {
  width: 100%;
}

.btn__width--3quarter {
  width: 75%;
}

.btn__width--half {
  width: 50%;
}

.btn__width--quarter {
  width: 25%;
}

.btn__image {
  text-align: center;
}

.btn-container {
  text-align: center;
  letter-spacing: -.6em;
  margin-top: 50px;
}

.btn--ghost, .btn--ghost--large, .btn--ghost--260, .btn--ghost--430, .btn--ghost--450, .btn--ghost--2row {
  letter-spacing: normal;
  box-sizing: border-box;
  border: 2px solid black;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn--ghost a, .btn--ghost--large a, .btn--ghost--260 a, .btn--ghost--430 a, .btn--ghost--450 a, .btn--ghost--2row a {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.btn--ghost a:hover, .btn--ghost--large a:hover, .btn--ghost--260 a:hover, .btn--ghost--430 a:hover, .btn--ghost--450 a:hover, .btn--ghost--2row a:hover {
  background-color: black;
  color: white;
}

.btn--ghost--large a {
  width: 300px;
}

.btn--ghost--260 a {
  width: 260px;
}

.btn--ghost--430 a {
  width: 430px;
}

.btn--ghost--450 a {
  width: 450px;
}

.btn--ghost--2row > div,
.btn--ghost--2row a {
  line-height: 1.2;
  width: 450px;
  height: 80px;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.btn--ghost--2row > div .tel,
.btn--ghost--2row a .tel {
  font-size: 28px;
  font-size: 2.8rem;
}

.btn--ghost--2row > div {
  padding-top: 15px;
}

.btn--ghost--2row a {
  padding-top: 20px;
}

/*** 画像アイコン ***
*************************************************/
.icon-contact:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  padding-right: 12px;
  background: url(../img/common/icon-contact.png) top center no-repeat;
}

.icon-access:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  padding-right: 12px;
  background: url(../img/common/icon-access.png) top center no-repeat;
  position: relative;
  top: 2px;
}

.icon-mail:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  padding-right: 16px;
  background: url(../img/common/icon-mail.png) top center no-repeat;
}

/*** SNS ***
*************************************************/
.sns-container {
  padding: 0 50px;
  text-align: center;
}

.sns-container .fb_iframe_widget,
.sns-container .twitter-share-button,
.sns-container .sns-line {
  display: inline-block;
  padding: 0 10px;
}

.fb_iframe_widget {
  position: relative;
  top: -1px;
}

.fb_iframe_widget span {
  vertical-align: top !important;
}

.sns-line img {
  vertical-align: top;
}

/*** セクション ***
*************************************************/
/* セクション共通 */
.section {
  margin: 50px 0;
  /* column に従ったレイアウト */
}

.section p {
  line-height: 1.8;
}

.section .column.list--h {
  margin-right: -30px;
  margin-bottom: 29px;
}

.section .column.list--h li {
  width: 300px;
  margin-right: 30px;
}

.section--large {
  margin: 50px 0 100px;
}

.section__heading {
  text-align: center;
  margin-bottom: 20px;
}

.section__heading .desc {
  margin-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.section__heading--small {
  background-color: black;
  height: 50px;
  line-height: 50px;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding: 0 1.5em;
  position: relative;
}

.section__lead {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

/*** カラム設定 ***
*************************************************/
.column-container .column3 {
  width: 300px;
  float: left;
}

.column-container .column2 {
  width: 475px;
  float: left;
}

.column-container .column3 + .column3 {
  margin-left: 50px;
}

.column-container .column2 + .column2 {
  margin-left: 50px;
}

.column-container--border .column3 {
  width: 280px;
  float: left;
  padding-left: 40px;
  padding-right: 38px;
  border-left: 2px solid black;
  font-size: 14px;
  font-size: 1.4rem;
}

.column-container--border .column3 img {
  margin-bottom: 10px;
}

.column-container--border .column3 .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.column-container--border .column3:nth-child(3n-2) {
  padding-left: 0;
  border-left: 0;
}

.column-container--border .column3:nth-child(3n) {
  padding-right: 0;
}

/*** 囲みコンテンツ
*************************************************/
.caution-container {
  font-size: 14px;
  font-size: 1.4rem;
}

.caution-container .caution__heading {
  background-color: black;
  color: white;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.caution-container .caution__body {
  border: 2px solid black;
  padding: 20px;
}

.caution-container .caution__body li {
  line-height: 1.4;
  margin-bottom: 1em;
}

.caution-container .caution__body .title {
  padding-bottom: .3em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

/*** hentry（WP内コンテンツ）
*************************************************/
.hentry {
  font-size: 14px;
  font-size: 1.4rem;
}

.hentry .desc {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.hentry .desc p + p {
  margin-top: 20px;
}

.hentry .article-table2 tbody th {
  background-color: #dedede;
  color: black;
  width: 180px;
}

.hentry .article-table2 tbody td {
  background-color: #eee;
}

.hentry .article-table2 tbody tr:nth-child(even) th {
  background-color: #d0cece;
}

.hentry .article-table2 tbody tr:nth-child(even) td {
  background-color: #e5e5e5;
}

.hentry--title {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  padding: .3em 0;
  margin-bottom: 20px;
}

.hentry--title.with-date {
  position: relative;
  padding-right: 100px;
}

.hentry--title__date {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.hentry-column-container {
  margin-bottom: 50px;
}

.hentry-column-container::before, .hentry-column-container::after {
  content: "";
  display: table;
}

.hentry-column-container::after {
  clear: both;
}

.hentry-column-container.contents img {
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}

.hentry-column-container.contents p > img {
  margin-bottom: 0;
}

.hentry-column-container.contents img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.hentry-column-container.contents img.alignleft {
  float: left;
}

.hentry-column-container.contents img.alignright {
  float: right;
}

.hentry-column-container.contents p {
  overflow: hidden;
}

.hentry-column-container.contents .article-table2 {
  margin-top: 20px;
}

.hentry-column-container .column-container {
  margin-bottom: 20px;
}

.hentry-column-half {
  width: 460px;
  float: left;
}

.hentry-column-half + .hentry-column-half {
  margin-left: 80px;
}

.hentry-column-half.right-side p {
  margin-bottom: 10px;
}

.hentry-column-half.right-side img {
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}

.hentry-column-half.right-side p > img {
  margin-bottom: 0;
}

.post-category-name {
  display: inline-block;
  color: white;
  text-align: center;
  width: 130px;
  height: 30px;
  line-height: 30px;
  background-color: #626262;
}

.linkto--readmore {
  margin-top: 10px;
}

.linkto--readmore a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
}

.linkto--readmore a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
}

.linkto--readmore a:hover:after {
  -webkit-animation: ulineAnime .5s;
          animation: ulineAnime .5s;
}

@keyframes ulineAnime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* サイトトップページ
---------------------------------------------------------*/
.root.top .header {
  height: 880px;
}

.mainvisual {
  width: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.slick-container {
  /* Slider */
}

.slick-container .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-container .slick-list:focus {
  outline: none;
}

.slick-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-container .slick-slider .slick-track,
.slick-container .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-container .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-container .slick-track:before, .slick-container .slick-track:after {
  content: "";
  display: table;
}

.slick-container .slick-track:after {
  clear: both;
}

.slick-loading .slick-container .slick-track {
  visibility: hidden;
}

.slick-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-container .slick-slide {
  float: right;
}

.slick-container .slick-slide img {
  display: block;
}

.slick-container .slick-slide.slick-loading img {
  display: none;
}

.slick-container .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-container .slick-slide {
  display: block;
}

.slick-loading .slick-container .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-container .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-container .slick-arrow.slick-hidden {
  display: none;
}

.slick-container .slide {
  width: 100%;
  height: 880px;
}

.slick-container .slide .inner {
  padding: 0 50px;
}

.slick-container .slick-slide {
  display: block;
}

.slick-container .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
}

.slick-container .slide[data-slick-index="0"],
.slick-container .slide[data-slick-index="3"] {
  background: url(../img/mainvisual/01.jpg) top center no-repeat black;
}

.slick-container .slide[data-slick-index="1"],
.slick-container .slide[data-slick-index="-2"],
.slick-container .slide[data-slick-index="4"] {
  background: url(../img/mainvisual/02.jpg) top center no-repeat black;
}

.slick-container .slide[data-slick-index="2"],
.slick-container .slide[data-slick-index="-1"] {
  background: url(../img/mainvisual/03.jpg) top center no-repeat black;
}

.lead-container {
  position: absolute;
  top: 263px;
  left: 50px;
  z-index: 100;
}

.lead--aside {
  position: absolute;
  top: 0;
  left: 0;
}

.lead--contents {
  margin-left: 65px;
}

.lead--contents__text {
  margin-top: 16px;
  position: relative;
}

.lead--contents__text mark {
  display: inline-block;
  line-height: 1;
  padding: 4px .5em 7px;
  margin-bottom: 12px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -webkit-transition: 1s;
          transition: 1s;
}

.mainvisual01 mark {
  background-color: white;
  color: #020326;
}

.mainvisual02 mark {
  background-color: white;
  color: #020326;
}

.mainvisual03 mark {
  background-color: white;
  color: #020326;
}

#canvas--particle {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 11;
}

#loading--mark,
#loading--mark2,
#loading--mark3 {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}

#loading--mark svg,
#loading--mark2 svg,
#loading--mark3 svg {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.home-section .inner {
  box-sizing: border-box;
  padding: 35px 50px 80px;
}

.home-section.section--proposal .inner {
  position: relative;
  top: -50px;
  background-color: white;
  z-index: 10;
  padding-bottom: 50px;
}

.home-section.section--proposal .section__heading {
  padding-bottom: 25px;
  position: relative;
}

.home-section.section--proposal .section__heading .desc {
  display: block;
}

.home-section.section--proposal .section__heading:after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.home-section.section--proposal .column2 {
  margin-bottom: 30px;
}

.home-section.section--proposal .column2 .plan {
  line-height: 1;
  margin-bottom: 10px;
}

.home-section.section--proposal .column2 > img {
  margin-right: 10px;
}

.home-section.section--proposal .column2 > p {
  overflow: hidden;
}

.home-section.section--proposal .column2 .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

.home-section.section--proposal .column2 .desc {
  font-size: 14px;
  font-size: 1.4rem;
}

.home-section.section--proposal .column2 .to-cafe {
  padding-top: 4px;
  padding-bottom: 7px;
}

.home-section.section--proposal .column2 .to-cafe a {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
}

.home-section.section--proposal .column2 .to-cafe a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
}

.home-section.section--proposal .column2 .to-cafe a:hover:after {
  -webkit-animation: ulineAnime .5s;
          animation: ulineAnime .5s;
}

.home-section.section--proposal .column2 .to-cafe a:after {
  height: 1px;
}

.home-section.section--proposal .btn-container {
  margin-top: 20px;
}

.home-section.section--info .inner {
  padding-top: 0;
}

.home-section.section--info .section--facebook .section__body, .home-section.section--info .section--news .section__body, .home-section.section--info .section--event .section__body {
  box-sizing: border-box;
  padding: 10px;
}

.home-section.section--info .section--facebook .section__body {
  height: 250px;
}

.home-section.section--info .section--news .section__body {
  height: 115px;
}

.home-section.section--info .section--news .section__body dl {
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

.home-section.section--info .section--news .section__body dl dt {
  min-width: 110px;
}

.home-section.section--info .section--news .section__body dl dd + dt::before {
  content: '\A';
  white-space: pre;
}

.home-section.section--info .section--news .section__body dl dt,
.home-section.section--info .section--news .section__body dl dd {
  display: inline;
}

.home-section.section--info .section--event .section__body {
  height: 430px;
  padding: 0;
}

.home-section.section--info .section--event .section__body .upper {
  padding: 10px;
  border-bottom: 2px solid black;
  overflow: hidden;
}

.home-section.section--info .section--event .section__body .upper .latest-image {
  width: 230px;
  height: 205px;
  display: block;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  float: left;
  line-height: 1;
}

.home-section.section--info .section--event .section__body .upper .latest-image img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  max-width: none;
  width: auto;
  height: inherit;
}

.home-section.section--info .section--event .section__body .upper__inner {
  float: left;
  width: 196px;
  padding-top: 5px;
}

.home-section.section--info .section--event .section__body .upper__inner .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 1px dotted black;
}

.home-section.section--info .section--event .section__body .upper__inner .title span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: 6px;
  font-size: 16px;
  font-size: 1.6rem;
}

.home-section.section--info .section--event .section__body .upper__inner dl {
  margin-top: 10px;
  letter-spacing: -.6em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
}

.home-section.section--info .section--event .section__body .upper__inner dl dt {
  vertical-align: top;
}

.home-section.section--info .section--event .section__body .upper__inner dl dt,
.home-section.section--info .section--event .section__body .upper__inner dl dd {
  display: inline-block;
  letter-spacing: normal;
}

.home-section.section--info .section--event .section__body .upper__inner dl dt {
  width: 70px;
}

.home-section.section--info .section--event .section__body .upper__inner dl dd {
  width: 126px;
}

.home-section.section--info .section--event .section__body .upper__inner .desc {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.home-section.section--info .section--event .section__body .upper__inner .to-detail {
  margin-top: 5px;
}

.home-section.section--info .section--event .section__body .upper__inner .to-detail a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
}

.home-section.section--info .section--event .section__body .upper__inner .to-detail a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
}

.home-section.section--info .section--event .section__body .upper__inner .to-detail a:hover:after {
  -webkit-animation: ulineAnime .5s;
          animation: ulineAnime .5s;
}

.home-section.section--info .section--event .section__body .lower {
  padding: 10px;
}

.home-section.section--info .section--event .section__body .lower .title {
  line-height: 1;
  padding: 10px 0 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}

.home-section.section--info .section--event .section__body .lower dl {
  line-height: 30px;
  letter-spacing: -.6em;
  font-size: 14px;
  font-size: 1.4rem;
}

.home-section.section--info .section--event .section__body .lower dl dt {
  vertical-align: top;
}

.home-section.section--info .section--event .section__body .lower dl dt,
.home-section.section--info .section--event .section__body .lower dl dd {
  display: inline-block;
  letter-spacing: normal;
}

.home-section.section--info .section--event .section__body .lower dl dt {
  width: 100%;
  box-sizing: border-box;
  padding-right: 340px;
}

.home-section.section--info .section--event .section__body .lower dl dd {
  width: 340px;
  margin-left: -340px;
}

.home-section.section--info .section__heading--small .to-index {
  position: absolute;
  top: 0;
  right: 1.5em;
  display: block;
}

.home-section.section--info .section__heading--small .to-index img {
  vertical-align: middle;
}

.home-section.section--instagram {
  background: url(../img/template/bg-section-instagram.jpg) top center no-repeat black;
  height: 580px;
}

.home-section.section--instagram .section__heading {
  padding-bottom: 25px;
  position: relative;
  color: white;
}

.home-section.section--instagram .section__heading .desc {
  display: block;
}

.home-section.section--instagram .section__heading:after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.home-section.section--instagram .inner {
  width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.home-section.section--aftercontents .inner {
  padding-top: 20px;
  padding-bottom: 30px;
}

.section--info__left {
  float: left;
  width: 475px;
}

.section--info__right {
  float: right;
  width: 475px;
}

.section__body {
  padding: 10px;
  border: 2px solid black;
  min-height: 100px;
  margin-bottom: 15px;
}

#instagram--container .image {
  display: inline-block;
  letter-spacing: normal;
}

#instagram--container .image img {
  width: 180px;
}

/* ヘッダーの背景
---------------------------------------------------------*/
.thanks .header,
.error404 .header,
.about .header {
  background: url(../img/mainvisual/about-header-bg.png) top center no-repeat black;
}

.facility .header {
  background: url(../img/mainvisual/facility-header-bg.png) top center no-repeat black;
}

.usage .header {
  background: url(../img/mainvisual/usage-header-bg.png) top center no-repeat black;
}

.access .header {
  background: url(../img/mainvisual/access-header-bg.png) top center no-repeat black;
}

.policy .header,
.sitemap .header {
  background: url(../img/mainvisual/sitemap-header-bg.png) top center no-repeat black;
}

.contact .header {
  background: url(../img/mainvisual/contact-header-bg.png) top center no-repeat black;
}

.schedule .header {
  background: url(../img/mainvisual/schedule-header-bg.png) top center no-repeat black;
}

.post-type-archive-usecase .header,
.single-usecase .header {
  background: url(../img/mainvisual/usecase-header-bg.png) top center no-repeat black;
}

.post-type-archive-event .header,
.single-event .header,
.post-type-archive-news .header,
.single-news .header {
  background: url(../img/mainvisual/event-header-bg.png) top center no-repeat black;
}

/* カルーセル設定（下層ページ）
---------------------------------------------------------*/
.carousel-container {
  margin-top: 60px;
  position: relative;
  /* Slider */
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
}

.carousel-container .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.carousel-container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.carousel-container .slick-list:focus {
  outline: none;
}

.carousel-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.carousel-container .slick-slider .slick-track,
.carousel-container .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-container .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.carousel-container .slick-track:before, .carousel-container .slick-track:after {
  content: "";
  display: table;
}

.carousel-container .slick-track:after {
  clear: both;
}

.slick-loading .carousel-container .slick-track {
  visibility: hidden;
}

.carousel-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .carousel-container .slick-slide {
  float: right;
}

.carousel-container .slick-slide img {
  display: block;
}

.carousel-container .slick-slide.slick-loading img {
  display: none;
}

.carousel-container .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .carousel-container .slick-slide {
  display: block;
}

.slick-loading .carousel-container .slick-slide {
  visibility: hidden;
}

.slick-vertical .carousel-container .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.carousel-container .slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .carousel-container .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

.carousel-container .slick-prev,
.carousel-container .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.carousel-container .slick-prev:hover, .carousel-container .slick-prev:focus,
.carousel-container .slick-next:hover,
.carousel-container .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.carousel-container .slick-prev:hover:before, .carousel-container .slick-prev:focus:before,
.carousel-container .slick-next:hover:before,
.carousel-container .slick-next:focus:before {
  opacity: 1;
}

.carousel-container .slick-prev.slick-disabled:before,
.carousel-container .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.carousel-container .slick-prev:before,
.carousel-container .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel-container .slick-prev {
  left: -25px;
}

[dir="rtl"] .carousel-container .slick-prev {
  left: auto;
  right: -25px;
}

.carousel-container .slick-prev:before {
  content: "←";
}

[dir="rtl"] .carousel-container .slick-prev:before {
  content: "→";
}

.carousel-container .slick-next {
  right: -25px;
}

[dir="rtl"] .carousel-container .slick-next {
  left: -25px;
  right: auto;
}

.carousel-container .slick-next:before {
  content: "→";
}

[dir="rtl"] .carousel-container .slick-next:before {
  content: "←";
}

.carousel-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.carousel-container .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.carousel-container .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.carousel-container .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.carousel-container .slick-dots li button:hover, .carousel-container .slick-dots li button:focus {
  outline: none;
}

.carousel-container .slick-dots li button:hover:before, .carousel-container .slick-dots li button:focus:before {
  opacity: 1;
}

.carousel-container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel-container .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.carousel-container .slick-slide {
  display: inline-block;
}

.carousel-container .slick-dots {
  bottom: 0;
}

.carousel-container .slick-dots li {
  margin: 0 5px;
}

.carousel-container .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
}

.carousel-container .slick-dots .slick-active button:before {
  background-color: #4b4b4b;
}

.carousel__item {
  position: relative;
}

.carousel__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1100px;
  height: 600px;
  -webkit-transition: .1s;
          transition: .1s;
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel__item.slick-current:before {
  background-color: transparent;
}

/* aboutページ 
---------------------------------------------------------*/
.contents__heading--about {
  margin-bottom: 30px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.contents__heading--about .title {
  float: left;
  font-size: 80px;
  font-size: 8rem;
  font-family: Arial Bold, Arial, sans-serif;
  margin-right: .3em;
}

.contents__heading--about .desc {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding-top: 12px;
}

.contents__heading--about.first:before {
  content: url(../img/template/about-01-catch.png);
  position: absolute;
  top: -100px;
  left: -15px;
  z-index: -1;
}

.contents__heading--about.second:before {
  content: url(../img/template/about-02-catch.png);
  position: absolute;
  top: -100px;
  left: -15px;
  z-index: -1;
}

.contents__heading--about.third:before {
  content: url(../img/template/about-03-catch.png);
  position: absolute;
  top: -100px;
  left: -15px;
  z-index: -1;
}

.about .column-container--border {
  margin-top: 60px;
}

.about .btn-container {
  padding-bottom: 40px;
}

.about .btn-container .btn--ghost, .about .btn-container .btn--ghost--large, .about .btn-container .btn--ghost--260, .about .btn-container .btn--ghost--430, .about .btn-container .btn--ghost--450, .about .btn-container .btn--ghost--2row {
  margin-left: 30px;
  margin-right: 30px;
}

.about .contents03.inner {
  padding-bottom: 60px;
}

/* cafeページ 
---------------------------------------------------------*/
.cafe .heading--image {
  width: 1000px;
  height: 300px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.cafe .heading--image .heading--style {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  margin-bottom: 0;
}

.cafe #cafe-top.heading--image {
  background: url(../img/template/cafe-top-image.jpg) no-repeat;
}

.cafe #cafe-pa.heading--image {
  background: url(../img/template/cafe-pa-image.jpg) no-repeat;
}

.cafe #cafe-projector.heading--image {
  background: url(../img/template/cafe-projector-image.jpg) no-repeat;
}

.cafe #cafe-etc.heading--image {
  background: url(../img/template/cafe-etc-image.jpg) no-repeat;
}

.cafe .heading--style {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: white;
  background-color: black;
  text-align: center;
  margin-bottom: 40px;
}

.cafe .contents__body .lead {
  font-size: 14px;
  font-size: 1.4rem;
}

.cafe .contents__body .column-container--border {
  margin-top: 30px;
}

.facility .contents__body .column-container--border .column3 {
  margin-bottom: 30px;
}

.facility .contents__body .column-container--border .caption {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

.floor-header {
  letter-spacing: -.6em;
}

.floor-header dt {
  vertical-align: top;
}

.floor-header dt,
.floor-header dd {
  display: inline-block;
  letter-spacing: normal;
}

.floor-header dt {
  width: 151px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  position: relative;
  top: -16px;
  vertical-align: baseline;
}

.floor-header dt span {
  font-size: 42px;
  font-size: 4.2rem;
}

.floor-header dd {
  border-left: 1px dotted black;
  padding-left: 17px;
  width: 817px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* facilityページ 
---------------------------------------------------------*/
.facility .heading--image {
  width: 1000px;
  height: 300px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.facility .heading--image .heading--style {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  margin-bottom: 0;
}

.facility #facility-top.heading--image {
  background: url(../img/template/facility-top-image.jpg) no-repeat;
}

.facility #facility-pa.heading--image {
  background: url(../img/template/facility-pa-image.jpg) no-repeat;
}

.facility #facility-projector.heading--image {
  background: url(../img/template/facility-projector-image.jpg) no-repeat;
}

.facility #facility-etc.heading--image {
  background: url(../img/template/facility-etc-image.jpg) no-repeat;
}

.facility .heading--style {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: white;
  background-color: black;
  text-align: center;
  margin-bottom: 40px;
}

.facility .contents__body .lead {
  font-size: 14px;
  font-size: 1.4rem;
}

.facility .contents__body .column-container--border {
  margin-top: 30px;
}

.facility .contents__body .column-container--border .column3 {
  margin-bottom: 30px;
}

.facility .contents__body .column-container--border .caption {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

.floor-header {
  letter-spacing: -.6em;
}

.floor-header dt {
  vertical-align: top;
}

.floor-header dt,
.floor-header dd {
  display: inline-block;
  letter-spacing: normal;
}

.floor-header dt {
  width: 151px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  position: relative;
  top: -16px;
  vertical-align: baseline;
}

.floor-header dt span {
  font-size: 42px;
  font-size: 4.2rem;
}

.floor-header dd {
  border-left: 1px dotted black;
  padding-left: 17px;
  width: 817px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* usageページ 
---------------------------------------------------------*/
.usage .section__lead .btn-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.usage .flow-container {
  padding-top: 60px;
  display: table;
  width: 100%;
  position: relative;
}

.usage .flow-container:before {
  content: url(../img/common/flow-dots.png);
  position: absolute;
  top: 19px;
  left: 50%;
}

.usage .flow-header,
.usage .flow-body {
  padding: 25px 20px 30px;
}

.usage .flow-header {
  display: table-cell;
  width: 280px;
  vertical-align: middle;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.usage .flow-body {
  display: table-cell;
  background-color: #eee;
}

.usage .flow-body .btn-container {
  margin-top: 20px;
}

.usage .flow-body .btn-container .btn--ghost, .usage .flow-body .btn-container .btn--ghost--large, .usage .flow-body .btn-container .btn--ghost--260, .usage .flow-body .btn-container .btn--ghost--430, .usage .flow-body .btn-container .btn--ghost--450, .usage .flow-body .btn-container .btn--ghost--2row {
  margin: 0 10px;
  background-color: white;
}

.usage .flow-body p + p {
  margin-top: 29px;
}

.usage .flow-body.middle {
  vertical-align: middle;
}

.usage .section--large > .article-table {
  margin-top: 50px;
  margin-bottom: 20px;
}

.usage .section--large > ul.caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.usage .section--large > ul.caption li {
  text-align: left;
}

.usage .table-caption {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}

.usage .table-container .article-table {
  width: 490px;
  text-align: center;
}

.usage .table-container .article-table caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: left;
}

.usage .table-container .article-table td.row2 {
  line-height: 1.2;
}

.usage .table-container .left {
  float: left;
}

.usage .table-container .right {
  float: right;
}

.usage .table-container .small {
  width: 320px;
}

.usage .table-container .height54 {
  height: 54px;
}

.usage .table-container .height46 {
  height: 46px;
}

.usage .table-container .article-table.small {
  margin-left: 20px;
}

.usage .table-container .article-table.small:first-child {
  margin-left: 0;
}

.usage .article .flow-container:first-of-type:before {
  content: "";
}

span.indent7 {
  text-indent: 7em;
  display: block;
}

/* accessページ 
---------------------------------------------------------*/
.access .article {
  font-size: 14px;
  font-size: 1.4rem;
}

.access .article p + p {
  margin-top: 30px;
}

.access #gmap-container {
  width: 100%;
  height: 400px;
}

.access .gmap__caption {
  position: relative;
  padding-top: 10px;
  height: 40px;
  box-sizing: border-box;
}

.access .gmap__caption address {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

.access .gmap__larger.btn, .access .gmap__larger.btn__image {
  width: 200px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  background-color: black;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

.access .gmap__larger.btn a, .access .gmap__larger.btn__image a {
  color: white;
  height: 100%;
}

.access .column2 figure {
  padding-left: 45px;
}

.access .column2 .caption {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.access .route-container {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.access .route__info {
  margin-top: 30px;
}

.access .route__info .dest {
  padding-top: 10px;
}

.access .route__info .dest::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #ddd;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  position: relative;
  left: 100px;
}

.access input[type=text] {
  padding: 5px 10px;
  width: 18em;
  box-sizing: border-box;
}

.access input[type=submit] {
  cursor: pointer;
  background-color: black;
  color: white;
  padding: 3px 10px;
  margin-left: 93px;
  margin-top: 10px;
}

.access #gmap--text {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fc2424;
  padding: 10px;
}

.access #gmap--panel {
  width: 100%;
  min-height: 300px;
}

.access #gmap--total {
  display: inline-block;
}

.access #gmap--route {
  width: 100%;
  height: 300px;
}

/* sitemapページ 
---------------------------------------------------------*/
.sitemap-container {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

.sitemap-container li {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #d2d2d2;
}

.sitemap--left {
  float: left;
  width: 280px;
}

.sitemap--right {
  float: right;
  width: 640px;
}

/* contactページ 
---------------------------------------------------------*/
.contact .article-table2 {
  font-size: 18px;
  font-size: 1.8rem;
}

.contact .article-table2 td {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.contact .notice {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  margin: 20px 0;
}

.section--contact + .section--contact {
  margin-top: 80px;
}

.contact div.mfp_err {
  background: none !important;
  padding-left: 0;
}

.contact div.mfp_ok {
  display: none !important;
}

.contact .mfp_element_textarea {
  width: 100% !important;
  min-height: 5em !important;
}

.contact .mfp_element_text,
.contact .mfp_element_number,
.contact .mfp_element_select-one,
.contact .mfp_element_email,
.contact .mfp_element_tel,
.contact .mfp_element_textarea,
.contact .mfp_element_date {
  border-radius: 0;
  box-shadow: none;
}

.contact .mfp_element_button,
.contact .mfp_element_reset,
.contact .mfp_element_submit {
  background: none;
  box-shadow: none;
  text-shadow: none;
  font-size: inherit;
  border-radius: 0;
}

.contact .mfp_element_button:hover,
.contact .mfp_element_reset:hover,
.contact .mfp_element_submit:hover {
  background: none;
  box-shadow: none;
  text-shadow: none;
}

.contact .mfp_buttons {
  letter-spacing: -6em;
  text-align: center;
}

.contact .mfp_buttons #mfp_button_send,
.contact .mfp_buttons #mfp_button_cancel {
  display: inline-block;
  letter-spacing: normal;
}

.contact table#mfp_confirm_table {
  width: 100%;
  line-height: 1.8;
  margin-bottom: 29px;
}

.contact table#mfp_confirm_table th,
.contact table#mfp_confirm_table td {
  box-sizing: border-box;
  padding: 10px;
  vertical-align: middle;
  border-top: none;
}

.contact form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact input[type=password],
.contact input[type=url],
.contact textarea {
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 5px;
}

.contact #mfp_button_send,
.contact #mfp_button_cancel,
.contact .mfp_element_submit {
  box-sizing: border-box;
  display: block;
  width: 300px;
  height: 50px;
  line-height: 46px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.contact #mfp_button_send:hover,
.contact #mfp_button_cancel:hover,
.contact .mfp_element_submit:hover {
  background-color: black;
  color: white;
}

.contact #mfp_button_send,
.contact #mfp_button_cancel {
  margin: 0 10px;
}

.contact div#mfp_phase_confirm h4 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  margin: 20px 0;
}

.contact table#mfp_confirm_table .mfp_colored {
  background-color: transparent;
}

.contact table#mfp_confirm_table .mfp_achrome {
  background-color: transparent;
}

.contact table#mfp_confirm_table,
.form-table {
  font-size: 14px;
  font-size: 1.4rem;
}

.contact table#mfp_confirm_table th, .contact table#mfp_confirm_table td,
.form-table th,
.form-table td {
  border: 1px solid #c6c6c6;
  padding: 20px;
}

.contact table#mfp_confirm_table th,
.form-table th {
  background-color: #dcdcdc;
  font-weight: bold;
}

.contact table#mfp_confirm_table td,
.form-table td {
  background-color: #eee;
}

.contact .heading--middle {
  text-align: center;
}

.section--contact__inner {
  width: 460px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.section--contact__inner .lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.section--contact__inner a[href*="tel:"] {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
}

.section--contact__inner a[href*="tel:"]:hover {
  opacity: .7;
}

.section--contact__inner a[href*="tel:"]::before {
  content: url(../img/template/contact-icon-tel.png);
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.section--contact__inner .article-table2 {
  text-align: center;
}

.section--contact__inner .article-table2 th {
  width: 130px;
}

.section--contact__inner .article-table2 th,
.section--contact__inner .article-table2 td {
  border: 2px solid black;
}

.section--contact__inner .box-fax {
  padding: 10px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

/* scheduleページ 
---------------------------------------------------------*/
.schedule .article {
  padding: 0;
}

.schedule .page-title {
  padding-left: 50px;
  padding-right: 50px;
}

.schedule-header {
  box-sizing: border-box;
  border: 2px solid black;
  background-color: #eee;
  text-align: center;
  height: 40px;
  line-height: 36px;
  margin-bottom: 40px;
  margin-left: 50px;
  margin-right: 50px;
}

.schedule .btn-container .btn--ghost--2row {
  margin: 0 15px;
  vertical-align: middle;
}

.schedule .btn-container .btn--ghost--2row a {
  background: url(../img/common/icon-mail.png) 110px center no-repeat;
}

.schedule .btn-container .btn--ghost--2row a p {
  display: inline-block;
  line-height: 1.2;
  text-align: left;
  padding-left: 50px;
}

.schedule .btn-container .btn--ghost--2row a:hover {
  background: url(../img/common/icon-mail-hover.png) 110px center no-repeat black;
}

.archive .hentry--title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
  padding: .7em 0;
}

.archive .section + .section {
  margin-top: 100px;
}

.archive .section--event .hentry--title {
  margin-bottom: 50px;
}

.archive .column-container--border {
  padding: 0 50px;
}

.archive .column-container--border .column3 {
  min-height: 350px;
}

.archive .column-container--border .index-column {
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.archive .column-container--border .index-thumbnail {
  width: 280px;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.archive .column-container--border .index-thumbnail img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  max-width: none;
  width: inherit;
  height: auto;
}

.archive .column-container--border .index-thumbnail img {
  margin-bottom: 0;
}

.archive .column-container--border .index-column__date {
  margin-top: 10px;
}

.archive .column-container--border .index-column__title {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  height: 2.5em;
  overflow: hidden;
}

.archive .column-container--border .index-column__date + .index-column__title {
  margin-top: 10px;
}

.archive .column-container--border .index-column__desc {
  margin-top: 20px;
  word-wrap: break-word;
}

.archive .navigation.pagination {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  letter-spacing: -.5em;
}

.archive .navigation.pagination > h2 {
  display: none;
}

.archive .navigation.pagination a,
.archive .navigation.pagination span.current,
.archive .navigation.pagination span.dots {
  letter-spacing: normal;
  margin: 0 5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  box-sizing: border-box;
}

.archive .navigation.pagination a:not(.prev):not(.next),
.archive .navigation.pagination span.current {
  border: 2px solid black;
  -webkit-transition: .5s;
          transition: .5s;
}

.archive .navigation.pagination a:not(.prev):not(.next):hover,
.archive .navigation.pagination span.current {
  background-color: black;
  color: white;
}

.archive .navigation.pagination a.prev:hover,
.archive .navigation.pagination a.next:hover {
  text-decoration: underline;
}

.single-news .hentry .hentry--title,
.single-event .hentry .hentry--title {
  padding-top: 1em;
  padding-bottom: 1em;
}

.single-news .hentry .entry-footer,
.single-event .hentry .entry-footer {
  text-align: center;
}

.single-news .hentry .entry-footer .pager--serial,
.single-event .hentry .entry-footer .pager--serial {
  display: inline-block;
  margin: 0 10px;
}

.single-news .hentry .entry-footer .pager--serial a:hover,
.single-event .hentry .entry-footer .pager--serial a:hover {
  text-decoration: underline;
}

dl.index-list--news {
  letter-spacing: -.6em;
  font-size: 14px;
  font-size: 1.4rem;
}

dl.index-list--news dt {
  vertical-align: top;
}

dl.index-list--news dt,
dl.index-list--news dd {
  display: inline-block;
  letter-spacing: normal;
}

dl.index-list--news dt,
dl.index-list--news dd {
  box-sizing: border-box;
  padding: .5em 1em;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d9d9d9;
}

dl.index-list--news dt:nth-of-type(even),
dl.index-list--news dd:nth-of-type(even) {
  background-color: #ececec;
}

dl.index-list--news dt {
  width: 200px;
}

dl.index-list--news dd {
  width: 800px;
}

.calender-container {
  padding-left: 10px;
  padding-right: 10px;
}

.calender-container::before, .calender-container::after {
  content: "";
  display: table;
}

.calender-container::after {
  clear: both;
}

.calender-container > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.calender-container .calender {
  float: left;
  padding-left: 40px;
  padding-right: 38px;
  border-right: 2px solid black;
  margin-bottom: 40px;
}

.calender-container .calender:nth-of-type(3n) {
  border: none;
}

.calender-container .calender__month {
  width: 280px;
  text-align: center;
}

.calender-container .calender__month th,
.calender-container .calender__month td {
  padding: 0;
  border: 1px solid black;
}

.calender-container .calender__month thead {
  color: white;
}

.calender-container .calender__month thead th {
  background-color: black;
  height: 40px;
}

.calender-container .calender__month thead td {
  background-color: #656565;
  height: 40px;
}

.calender-container .calender__cell {
  cursor: pointer;
  position: relative;
}

.calender-container .calender__cell .state {
  background-color: #eee;
}

.calender-container .calender__cell.vacant .state {
  background-color: #f6ec94;
}

.calender-container .calender__cell .modal-contents {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #434343;
  padding: 3px;
  border-radius: 2px;
  z-index: 5;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.calender-container .calender__cell .modal-contents:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #434343;
  border-left: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.calender-container .calender__cell .modal-contents .tr {
  display: table;
  width: 150px;
}

.calender-container .calender__cell .modal-contents .tr + .tr {
  margin-top: 1px;
}

.calender-container .calender__cell .modal-contents .th,
.calender-container .calender__cell .modal-contents .td {
  box-sizing: border-box;
  padding: 5px;
  display: table-cell;
}

.calender-container .calender__cell .modal-contents .th {
  width: 120px;
  text-align: right;
  border-right: 1px solid #dedede;
  border-radius: 2px 0 0 2px;
}

.calender-container .calender__cell .modal-contents .td {
  width: 30px;
  text-align: center;
  border-radius: 0 2px 2px 0;
}

.calender-container .calender__cell .modal-contents .valid .th {
  background-color: #f6ec94;
}

.calender-container .calender__cell .modal-contents .valid .td {
  background-color: #fcd627;
}

.calender-container .calender__cell .modal-contents .invalid .th {
  background-color: white;
}

.calender-container .calender__cell .modal-contents .invalid .td {
  background-color: #eee;
}

/* thanksページ 
---------------------------------------------------------*/
.thanks .mfp_thanks {
  margin: 50px 0;
}

.thanks #mfp_thanks {
  text-align: center;
}

.thanks #ThanksComment {
  margin: 20px 0;
  text-align: center;
}

.thanks-table {
  width: 700px;
  margin: 30px auto 30px;
}

/* policyページ 
---------------------------------------------------------*/
.policy .lead {
  margin-bottom: 30px;
}
