@charset "UTF-8";
/* CSS Document */

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  width: 100%;
  height: 100%
}

*, ::before, ::after {
  box-sizing: inherit
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  color: #38312d;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: black
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

input {
  border-radius: 0
}

button, [type="button"], [type="reset"], [type="submit"] [role="button"] {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type="number"] {
  width: auto
}

[type="search"] {
  -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: bold
}

button {
  overflow: visible
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}

button, select {
  text-transform: none
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio, canvas, progress, video {
  display: inline-block
}

[aria-busy="true"] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #baada8;
  color: black;
  text-shadow: none
}

::selection {
  background-color: #baada8;
  color: black;
  text-shadow: none
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: white;
  color: #38312d;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%
}

img {
  vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em
}

p {
  margin: 0
}

ol, ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

dl, dd {
  margin: 0
}

small {
  font-size: 100%
}

em {
  font-style: normal
}

::-moz-selection {
  background: #baada8
}

::selection {
  background: #baada8
}


/*!
 * style
 */
a{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover{
  opacity: .6;
}
img{
  max-width: 100%;
}
.pc{
  display: none;
}
.nj__header{
  width: 100%;
  height: 60px;
  background: white;
  position: fixed;
  left: 0;
  z-index: 10;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.nj__header .header__logoLink{
  display: block;
  width: 140px;
  height: 42px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0,-50%);
  z-index: 12;
}
.nj__header .header__btn {
  display: block;
  padding: 12px 25px 12px 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 101;
  line-height: 80px;
}
.nj__header .header__btn .header__btnToggle,
.nj__header .header__btn .header__btnToggle::before,
.nj__header .header__btn .header__btnToggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 1px;
  border-color: #2f333f;
  background: #2f333f;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nj__header .header__btn .header__btnToggle::before {
  top: -10px;
}
.nj__header .header__btn .header__btnToggle::after {
  top: 10px;
}
.nj__header .header__btn.active .header__btnToggle {
  background-color: transparent
}
.nj__header .header__btn.active .header__btnToggle::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.nj__header .header__btn.active .header__btnToggle::after {
  top: 10px;
  -webkit-transform: translatey(-10px) rotate(-45deg);
  -ms-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}
.nj__header .header__nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  text-align: center;
  background: rgba(255,255,255,.9);
  transform: none;
}
.nj__header .header__navLink{
  display: block;
  line-height: 40px;
}
.nj__header .header__nav.enter {
  display: block;
  background: rgba(255,255,255,.9);
  opacity: 1;
  animation: fadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal;
}
.nj__header .header__nav.leave {
  opacity: 0;
  animation: fadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 reverse;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 reverse;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nj__header .header__nav .header__navList {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nj__header .header__nav .header__navItem {
  display: block;
  margin: 10px 0;
  font-size: 1.2em;
}
.nj__content{
	padding-top: 60px;
}
.section{
	margin: 80px 0;
}
.nj__header,
.heading,
.subHeading,
.heading__txt,
.pageTtl{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.heading{
	font-size: 2.2rem;
}
.subHeading{
	font-size: 1.8rem;
}
.heading__txt{
	margin: 24px 0 40px;
}
.btn{
	display: block;
	color: white;
	text-align: center;
	line-height: 48px;
	background: #998d88;
	background: -webkit-linear-gradient(-45deg, #998d88 0%,#ab9c96 100%);
	background: linear-gradient(135deg, #998d88 0%,#ab9c96 100%);
}
.nj__footer{
  text-align: center;
  padding: 24px 0 16px;
}
.nj__footer .footer__copyright{
  font-size: 1.2rem;
}

/*!
 * top
 */
.top .mainVisual{
	width: 100%;
	padding-top: 50vh;
  background: url(../images/top_main.png) no-repeat center;
  background-size: cover;
}
.top .about{
	margin: 80px 0;
}
.top .about .heading{
	margin: 0 32px;
	position: relative;
	z-index: 5;
}
.top .about__txtWrap{
	background: #f2ece9;
	margin: -16px 16px 0;
	padding: 40px 16px;
	position: relative;
	z-index: 4;
}
.top .about__txt{
	margin-top: 16px;
}
.top .about .btn{
	width: 80%;
	position: absolute;
	right: 0;
	bottom: -24px;
}
.top .about__imgWrap{
	margin-top: -32px;
}
.top .facility{
	background: #faf7f5;
	padding: 80px 16px;
}
.top .facility__item{
	background: white;
	padding: 4px;
}
.top .list02,
.top .facility__item:nth-child(n+2){
	margin-top: 16px;
}
.top .facility__img{
	width: 100%;
	padding-top: 62%;
  background: url(../images/falicity01-1.jpg) no-repeat center;
  background-size: cover;	
}
.top .facility__img.img02{
  background: url(../images/falicity02-1.jpg) no-repeat center;
  background-size: cover; 
}
.top .facility__img.img03{
  background: url(../images/falicity03-3.jpg) no-repeat center;
  background-size: cover; 
}
.top .facility__img.img04{
  background: url(../images/falicity04-1.jpg) no-repeat center;
  background-size: cover; 
}
.top .facility__img.img05{
  background: url(../images/falicity05-1.jpg) no-repeat center;
  background-size: cover; 
}
.top .facility__txtWrap{
	margin: 16px 12px;
}
.top .facility__ttl{
	font-size: 1.8rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-bottom: 8px;
}
.top .facility .btn,
.top .gallery .btn,
.top .blog .btn{
	margin-top: 40px;
}
.top .gallery{
	margin: 80px 16px;
}
.top .gallery__list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.top .gallery__item{
  width: calc(50%);
}
.top .gallery__img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top .blog__txtWrap{
	background: #faf7f5;
	padding: 80px 16px 40px;
}
.top .info{
	margin: 80px 16px;
}
.top .info .btn{
  margin-top: 24px;
}
.access iframe{
  width: 100%;
  height: 40vh;
}
.access__ttl{
  font-size: 1.8rem;
  margin: 16px 0;
}
.access__txt{
  margin-bottom: 8px;
}
.info__fb{
  margin-top: 40px;
}

/*!
 * layer
 */
.layer{
  padding-top: 100px;
}
.pageTtl{
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 40px;
}
.pageTtl + .heading__txt{
  margin: 0 16px;
}
.layer.about .about__txtWrap{
  margin: -24px 8px 0;
  padding: 32px 16px;
  background: #faf7f5;
  position: relative;
}
.layer.about .about__txt{
  margin-top: 16px;
}
.layer.about .about__txtWrap .heading{
  text-align: left;
}
.layer.about .heading{
  text-align: center;
}
.layer.about .policy,
.layer.about .about__descWrap{
  padding: 80px 0;
  background: #faf7f5;
}
.layer.about .policy__item{
  margin-top: 40px;
  text-align: center;
}
.layer.about .policy__icoWrap{
  background: white;
  width: 40%;
  margin: 0 auto;
  padding: 8%;
  border-radius: 50%;
}
.layer.about .policy__ttl{
  font-size: 1.6rem;
  margin: 16px 0 0;
}
.layer.about .goal__list{
  margin: 40px 16px 0;
}
.layer.about .goal__item{
  padding-left: 40px;
  position: relative;
}
.layer.about .goal__item:nth-child(n+2){
  margin-top: 16px;
}
.layer.about .goal__num{
  display: inline-block;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background: #e77a91;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 0;
  left: 0;
}
.layer.about .item02 .goal__num{
  background: #ec9a3a;
}
.layer.about .item03 .goal__num{
  background: #ffd000;
}
.layer.about .item04 .goal__num{
  background: #7cb342;
}
.layer.about .item05 .goal__num{
  background: #64a5e2;
}
.layer.about .item06 .goal__num{
  background: #0d47a1;
}
.layer.about .item07 .goal__num{
  background: #6f4abc;
}
.layer.about .goal__emphasis{
  color: #e77a91;
  font-weight: bold;
}
.layer.about .item02 .goal__emphasis{
  color: #ec9a3a;
}
.layer.about .item03 .goal__emphasis{
  color: #ffd000;
}
.layer.about .item04 .goal__emphasis{
  color: #7cb342;
}
.layer.about .item05 .goal__emphasis{
  color: #64a5e2;
}
.layer.about .item06 .goal__emphasis{
  color: #0d47a1;
}
.layer.about .item07 .goal__emphasis{
  color: #6f4abc;
}
.layer.about .about__descInr{
  margin: 0 16px;
  text-align: center;
  background: white;
  border: 1px solid #ddd;
}
.layer.about .about__desc{
  margin: 16px 16px 0;
}
.layer.about .docs,
.layer.about .video{
  margin: 80px 16px 0;
}
.layer.about .docs__item:nth-child(n+2),
.layer.about .video__item:nth-child(n+2){
  margin-top: 8px;
}
.layer.about .video__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.layer.about .video__wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layer.facility .facility__wrap{
  margin: 80px 16px 0;
}
.layer.facility .facility__ttl,
.layer.facility .facility__point{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.layer.facility .facility__ttl{
  font-size: 2.2rem;
  display: inline-block;
}
.layer.facility .facility__ttl::after{
  content: "";
  display: block;
  width: 120%;
  height: 8px;
  background: #f8bbd0;
  margin: -10px 0 0 -4px;
}
.layer.facility .facility__ttl.ttl02::after{
  background: #bbdefb;
}
.layer.facility .facility__ttl.ttl03::after{
  background: #dcedc8;
}
.layer.facility .facility__ttl.ttl04::after{
  background: #ffe082;
}
.layer.facility .facility__ttl.ttl05::after{
  background: #b29fd8;
}
.layer.facility .facility__item{
  margin-top: 40px;
}
.layer.facility .facility__point{
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.layer.facility .facility__img{
  margin-top: 16px;
}
.layer.contact .contact__form{
  margin: 64px 16px 80px;
}
.layer.contact input,
.layer.contact select,
.layer.contact textarea{
  display: block;
  width: 100%;
  border: 1px solid #a1887f;
  padding: 0 8px;
  border-radius: 0;
}
.layer.contact input,
.layer.contact select{
  line-height: 40px;
}
.layer.contact .contact__select{
  position: relative;
}
.layer.contact .contact__select::after{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #b19c95;
  border-bottom: 1px solid #b19c95;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translate(0,-50%);
}
.layer.contact .order__form{
  margin-top: 16px;
}
.layer.contact .order__required{
  display: inline-block;
  padding: 0 8px;
  margin-left: 4px;
  color: white;
  background: #d20028;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.6em; 
}
.layer.contact .order__submit{
  margin-top: 32px;
  font-weight: bold;
}
.layer.contact .access{
  background: #faf7f5;
  padding: 80px 16px 64px;
}
.layer.contact .access .heading{
  text-align: center;
  margin-bottom: 32px;
}
.layer.contact + .nj__footer{
  background: #faf7f5;
}


@media screen and (min-width:768px){
  body{
    font-size: 1.6rem;
  }
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
  .nj__header{
    width: 100vw;
    height: 80px;
    position: fixed;
    left: 0;
    z-index: 10;
    background: rgba(255,255,255,.7);
    box-shadow: none;
  }
  .nj__header .header__logoLink{
    display: block;
    width: 200px;
    height: 60px;
    background-size: 100%;
    left: 40px;
  }
  .nj__header .header__btn{
    display: none;
  }
  .nj__header .header__nav{
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: inherit; 
    left: inherit; 
    background: none;
  }
  .nj__header .header__nav .header__navList{
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0);
    text-align: right;
  }
  .nj__header .header__nav .header__navItem{
    display: inline-block;
    margin: 0;
  }
  .nj__header .header__navLink{
    padding: 0 20px;
    line-height: 80px;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
  }
  .nj__content{
    padding-top: 80px;
  }
  .section{
    margin: 120px 0;
  }
  .heading{
    font-size: 2.8rem;
  }
  .heading__txt{
    margin: 32px 0 64px;
  }
  .btn{
    line-height: 64px;
    width: 400px;
    margin: 0 auto;
  }
  .section__inr,
  .blog,
  .layer.about .about__mainWrap{
    max-width: 1440px;
    margin: 0 auto;
  }

  /*!
   * top
   */
  .top .mainVisual{
    padding-top: 80vh;
  }
  .top .about{
    margin-top: 120px;
  }
  .top .about .heading{
    margin-left: 8%;
  }
  .top .about__txtWrap{
    margin: -16px 60% 0 5%;
    padding: 64px 3%;
  }
  .top .about .btn{
    bottom: -32px;
  }
  .top .about__imgWrap{
    margin: -24% 0 0 35%;
    height: 30%;
    overflow: hidden;
  }
  .top .facility .heading,
  .top .facility .heading__txt,
  .top .gallery .heading,
  .top .gallery .heading__txt,
  .top .info .heading,
  .top .info .heading__txt{
    text-align: center;
  }
  .top .facility{
    padding: 120px 80px;
  }
  .top .facility__list,
  .blog{  
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .top .list01 .facility__item{
    width: 32%;
  }
  .top .list02 .facility__item{
    width: 49%;
  }
  .top .list02 {
    margin-top: 2%;
  }
  .top .facility__item:nth-child(n+2){
    margin: 0 0 0 2%;
  }
  .top .gallery{
    padding: 0 80px;
  }
  .top .gallery__item{
    width: calc(16.66%);
  }
  .blog > *{
    width: 50%;
  }
  .top .blog__txtWrap{
    padding: 120px 5% 80px;
  }
  .top .info{
    margin: 120px 80px;
  }
  .top .access{
    width: 55%;
    float: left;
  }
  .top .info__fb{
    margin-top: 0;
    width: 40%;
    float: right;
    text-align: right;
  }

  /*!
   * layer
   */
  .nj__content.layer{
    padding-top: 120px;
    margin-bottom: 40px;
  }
  .pageTtl{
    font-size: 3.2rem;
    margin-bottom: 64px;
  }
  .pageTtl + .heading__txt{
    text-align: center;
  }
  .layer.about .about__mainImg{
    width: 60%;
  }
  .layer.about .about__txtWrap{
    margin: -25% 5% 15% 55%;
    padding: 64px 40px;
  }
  .layer.about .about__txt{
    margin-top: 32px;
  }
  .layer.about .policy{
    padding: 120px 0;
  }
  .layer.about .policy__list{
    width: 50%;
    margin: 40px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .layer.about .policy__item{
    width: 33.33%;
  }
  .layer.about .policy__icoWrap{
    width: 60%;
    padding: 13%;
  }
  .layer.about .policy__ttl{
    font-size: 1.8rem;
    margin-top: 24px;
  }
  .layer.about .policy__txt{
    margin-top: 8px;
    line-height: 2.4rem;
  }
  .layer.about .goal{
    text-align: center;
  }
  .layer.about .goal__list{
    display: inline-block;
  }
  .layer.about .goal__item{
    text-align: left;
  }
  .layer.about .goal__item:nth-child(n+2){
    margin-top: 24px;
  }
  .layer.about .about__descWrap{
    padding: 120px  10%;
  }
  .top .info__wrap::after,
  .layer.about .about__descWrap::after,
  .layer.facility .facility__item::after,
  .layer.contact .access__wrap::after{
    content: "";
    display:block;
    clear:both;
  }
  .layer.about .about__descInr{
    width: 40%;
    padding: 16px 0;
    margin-right: 5%;
    float: left; 
  }
  .layer.about .about__desc{
    font-size: 1.8rem;
    line-height: 2.4em;
  }
  .layer.about .heading__txt{
    text-align: center;
  }
  .layer.about .docs{
    margin: 120px 0;
  }
  .layer.about .docs__list,
  .layer.about .video__list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10%;
    margin: 0 auto;
    max-width: 1440px;
  }
  .layer.about .docs__item{
    width: 25%;
    padding: 0 .5%;
  }
  .layer.about .docs__item:nth-child(n+2),
  .layer.about .video__item:nth-child(n+2){
    margin-top: 0;
  }
  .layer.about .docs__item:nth-child(n+5){
    margin-top: 16px;
  }
  .layer.about .docs__item .btn{
    max-width: 100%;
  }
  .layer.about .video{
    margin: 120px 0 0;
  }
  .layer.about .video__item{
    width: 25%;
    padding: 0 .5%;
  }
  .layer.about .video__item:nth-child(n+5){
    margin-top: 16px;
  }
  .layer.facility .facility__wrap{
    padding: 100px 10%;
    margin: 0 auto;
    max-width: 1440px;
  }
  .layer.facility .facility__ttl{
    font-size: 2.4rem;
  }
  .layer.facility .facility__item{
    margin-top: 64px;
  }
  .layer.facility .facility__txtWrap{
    width: 60%;
    float: left;
  }
  .layer.facility .facility__img{
    margin-top: 0;
    width: 36%;
    float: right;
  }
  .layer.facility .facility__item:nth-child(2n) .facility__txtWrap{
    float: right;
  }
  .layer.facility .facility__item:nth-child(2n) .facility__img{
    float: left;
  }
  .layer.contact .contact__form{
    margin: 64px 0 120px;
  }
  .layer.contact .order__form{
    display: table;
    table-layout: fixed;
    width: 580px;
    margin: 24px auto;
  }
  .layer.contact .order__form > *{
    display: table-cell;
    vertical-align: top;
  }
  .layer.contact .order__form dt{
    width: 35%;
    position: relative;
  }
  .layer.contact .order__required{
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .layer.contact .order__form dd{
    width: 65%;
  }
  .layer.contact .order__submit {
    width: 280px;
    margin-top: 40px;
    line-height: 64px;
  }
  .nj__content.layer.contact {
    margin-bottom: 0;
  }
  .layer.contact .access {
    padding: 120px 0 80px;
  }
  .layer.contact .access__wrap {
    margin: 40px 10% 0;
  }
  .layer.contact .access__map {
    width: 60%;
    height: 300px;
    float: left;
    margin-right: 5%
  }
  .layer.contact .access__map iframe {
    height: 100%;
  }
}