@charset "UTF-8";

.title h2:after,.head:after,.head .navi:after,.head .navi ul:after,.form-container .form .send2:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

a {
  color: #fff;
  text-decoration: underline;
  transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
}

a:hover {
  opacity: 0.6;
}

/*■■■■■■■■■■ ■■■■■■■■■■*/
#stage {
  visibility: hidden;
  min-width: 320px;
  width: 100%;
}

/*■■■■■■■■■■ .head-open ■■■■■■■■■■*/
.head-open {
  display: none;
}

/*■■■■■■■■■■ .head ■■■■■■■■■■*/
.head {
  background: #fff;
  box-sizing: border-box;
  height: 104px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}

.head .logo {
  float: left;
  line-height: 0;
  margin-top: 26px;
  margin-left: 4.7%;
  min-width: 140px;
  max-width: 210px;
  width: 18.3%;
}

.head .logo img {
  width: 100%;
}

.head .navi {
  float: right;
  margin-top: 38px;
}

.head .navi .site {
  float: left;
  margin-top: 8px;
}

.head .navi .site li {
  float: left;
  margin-right: 60px;
}

.head .navi .site li:last-child {
  margin-right: 0!important;
}

.head .navi .site li a,.head .navi .sns li a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.head .navi .site li.is-about a {
  background: url(../img/navi/about.png) no-repeat left top;
  background-size: 69px 13px;
  height: 13px;
  width: 69px;
}

.head .navi .site li.is-info a {
  background: url(../img/navi/info.png) no-repeat left top;
  background-size: 46px 13px;
  height: 13px;
  width: 46px;
}

.head .navi .site li.is-image a {
  background: url(../img/navi/image.png) no-repeat left top;
  background-size: 64px 13px;
  height: 13px;
  width: 64px;
}

.head .navi .site li.is-contact a {
  background: url(../img/navi/contact.png) no-repeat left top;
  background-size: 95px 13px;
  height: 13px;
  width: 95px;
}

.head .navi .sns {
  float: left;
  margin: 0 50px;
}

.head .navi .sns li {
  float: left;
  margin-right: 10px;
}

.head .navi .sns li:last-child {
  margin-right: 0;
}

.head .navi .sns li.is-facebook a {
  background: url(../img/navi/btn_facebook.png) no-repeat left top;
  background-size: 26px 26px;
  height: 26px;
  width: 26px;
}

.head .navi .sns li.is-instagram a {
  background: url(../img/navi/btn_instagram.png) no-repeat left top;
  background-size: 27px 27px;
  height: 27px;
  width: 27px;
}

/*■■■■■■■■■■ .main-container ■■■■■■■■■■*/
.main-container {
  overflow: hidden;
  position: relative;
}

.main-container .photo {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.main-container .photo img {
  position: absolute;
}

.main-container .arrow {
  bottom: 57px;
  left: 50%;
  height: 35px;
  margin-left: -24px;
  position: absolute;
  width: 48px;
}

.main-container .arrow a {
  background: url(../img/navi/arrow_down.png) no-repeat center center;
  background-size: 28px 15px;
  display: block;
  height: 35px;
  width: 48px;
}

.title {
  font-family: 'HelveticaNeue', 'Arial', sans-serif;
  font-weight: bold;
  left: 50%;
  padding-top: 100px;
  /*margin-left: -265px;*/
  margin-left: -230px;
  position: absolute;
  width: 530px;
  z-index: 10;
}

.title h1 {
  margin-bottom: 33px;
  width: 73.9%;
}

.title h1 img {
  width: 100%;
}

.title h2 {
  line-height: 1;
  margin-bottom: 30px;
  width: 46%;
}

.title h2 img {
  width: 100%;
}

.title .article {

}

.title .article br {
  display: block;
}

.title .article span {
  color: #231815;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 13px;
}

/*■■■■■■■■■■ .photo-container ■■■■■■■■■■*/
.photo-container {
  position: relative;
}

.photo-container.is-image {
  margin-bottom: 60px;
}

.photo-container.is-bottom {
  margin-bottom: 100px;
}

.photo-container .photo {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/*■■■■■■■■■■ .navi-container ■■■■■■■■■■*/
.navi-container {
  background: #fff;
  height: 104px;
}

/*■■■■■■■■■■ .about-container ■■■■■■■■■■*/
.about-container {
  background: #231815;
  color: #fff;
  padding: 184px 0;
}

.about-container .about {
  margin: 0 auto;
  max-width: 674px;
  width: 90%;
}

.about-container .about br {
  display: none;
}

.about-container .about p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 38px;
}

.about-container .about p:last-child {
  margin-bottom: 0;
}

/*■■■■■■■■■■ .info-container ■■■■■■■■■■*/
.info-container {
  background: #231815;
  color: #fff;
  padding: 140px 0;
  position: relative;
}

.info-container .btn-map {
  background: url(../img/index/btn_map.png) no-repeat left top;
  background-size: 49px 79px;
  bottom: 30px;
  height: 79px;
  position: absolute;
  right: 30px;
  width: 49px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.info-container .info {
  margin: 0 auto;
  max-width: 720px;
  width: 90%
}

.info-container .info li {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.0;
  letter-spacing: 0.07em;
  padding-left: 130px;
  position: relative;
}

.info-container .info li span {
  left: 0;
  position: absolute;
  top: 0;
}

/*■■■■■■■■■■ .form-container ■■■■■■■■■■*/
.form-container {
  background: #fff;
  padding: 100px 0 100px;
}

.form-container .form {
  margin: 0 auto;
  max-width: 760px;
  width: 88%;
}

.form-container .form ul {
  margin-bottom: 30px;
}

.form-container .form li {
  margin-bottom: 34px;
}

.form-container .form li:last-child {
  line-height: 0;
  margin-bottom: 0;
}

.form-container .form li p.error {
  color: #ef2200;
  line-height: 1.6;
}

.form-container .form span {
  color: #231815;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 13px;
}

.form-container .form input,.form-container .form textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #231815;
  box-sizing: border-box;
  width: 100%;
}

.form-container .form input {
  height: 42px;
  line-height: 42px;
  padding: 0 13px;
  width: 100%;
}

.form-container .form textarea {
  height: 218px;
  line-height: 1.75;
  padding: 10px 13px;
  resize: none;
  width: 100%;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.form-container .form .article {
  visibility: hidden;
  margin-bottom: 30px;
}

.form-container .form .send1 {
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 149px;
}

.form-container .form .send1 a {
  background: #231815;
  color: #fff;
  display: block;
  height: 44px;
  text-decoration: none;
  width: 149px;
}

.form-container .form .send2 {
  display: none;
  height: 44px;
  line-height: 44px;
  width: 318px;
}

.form-container .form .send2 a {
  text-decoration: none;
}

.form-container .form .send2 a:first-child {
  background: #ececec;
  color: #000;
  display: block;
  float: left;
  height: 44px;
  text-align: center;
  width: 149px;
}

.form-container .form .send2 a:last-child {
  background: #231815;
  color: #fff;
  display: block;
  float: right;
  height: 44px;
  text-align: center;
  width: 149px;
}

.form-container .complete {
  display: none;
  margin: 0 auto;
  max-width: 690px;
  width: 100%;
}

.form-container .complete a {
  color: #000;
}

.form-container .complete p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 90px;
}

.form-container .complete p br.is-sp {
  display: none;
}

.form-container .complete hr {
  background: #000;
  height: 2px;
  width: 100%;
}

.form-container .complete ul {
  margin-top: 100px;
}

.form-container .complete li {
  font-family: 'HelveticaNeue', 'Arial', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.form-container .complete li:last-child {
  margin-top: 45px;
}

/*■■■■■■■■■■ .foot ■■■■■■■■■■*/
.foot {
  text-align: center;
  margin-bottom: 20px;
}

.foot small {
  font-size: 13px;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            is SLIM
 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


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

  /*■■■■■■■■■■ .head-open ■■■■■■■■■■*/
  .head-open {
    /*background: #000;*/
    display: block;
    height: 40px;
    position: fixed;
    right: 14px;
    top: 10px;
    width: 50px;
    z-index: 60;
  }

  .head-open a {
    background: url(../img/navi/btn_open.png) no-repeat center center;
    background-size: 34px 10px;
    display: block;
    height: 40px;
    width: 50px;
  }

  #head {
    display: none;
  }

  /*■■■■■■■■■■ .head ■■■■■■■■■■*/
  .head {
    background: #fff;
    box-sizing: border-box;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 50;
  }

  .head {
    padding-top: 50px;
  }

  .head .logo {
    float: none;
    line-height: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 180px;
    max-width: none;
    width: 40%;
  }

  .head .logo img {
    width: 100%;
  }

  .head .navi {
    float: none;
    margin-top: 60px;
  }

  .head .navi .site {
    float: none;
    margin-top: 8px;
  }

  .head .navi .site li {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .head .navi .site li a,.head .navi .sns li a {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }

  .head .navi .site li.is-about a {
    background: url(../img/navi/about.png) no-repeat center center;
    background-size: 90px 17px;
    height: 20px;
    width: 106px;
  }

  .head .navi .site li.is-info a {
    background: url(../img/navi/info.png) no-repeat center center;
    background-size: 60px 17px;
    height: 20px;
    width: 71px;
  }

  .head .navi .site li.is-image a {
    background: url(../img/navi/image.png) no-repeat center center;
    background-size: 83px 17px;
    height: 20px;
    width: 98px;
  }

  .head .navi .site li.is-contact a {
    background: url(../img/navi/contact.png) no-repeat center center;
    background-size: 124px 17px;
    height: 20px;
    width: 146px;
  }

  .head .navi .sns {
    float: none;
    margin: 0 auto;
    width: 96px;
  }

  .head .navi .sns li {
    float: left;
    margin-right: 10px;
  }

  .head .navi .sns li.is-facebook a {
    background: url(../img/navi/btn_facebook.png) no-repeat center center;
    background-size: 30px 30px;
    height: 42px;
    width: 42px;
  }

  .head .navi .sns li.is-instagram a {
    background: url(../img/navi/btn_instagram.png) no-repeat center center;
    background-size: 32px 32px;
    height: 44px;
    width: 44px;
  }

  .navi-container {
    /*display: none;*/
    height: 0;
    visibility: hidden;
  }

  /*■■■■■■■■■■ .main-container ■■■■■■■■■■*/
  .main-container {
    overflow: hidden;
    position: relative;
  }

  .main-container .photo {
    left: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
  }

  .main-container .photo img {
    position: absolute;
  }

  /*.main-container .arrow {
    bottom: 62px;
    left: 50%;
    height: 25px;
    margin-left: -19px;
    position: absolute;
    width: 38px;
  }

  .main-container .arrow a {
    background: url(../img/navi/arrow_down.png) no-repeat center center;
    background-size: 28px 15px;
    display: block;
    height: 25px;
    width: 38px;
  }*/

  .title {
    padding-top: 100px; /* 13% */
    left: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 400px;
    width: 86%;
    z-index: 10;
  }

  .title h1 {
    margin-bottom: 12px;
    width: 100%;
  }

  .title h2 {
    margin-bottom: 14px;
    position: relative;
  }

  .title h2 span {
    display: block;
  }

  .title h2 span span {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  .title h2 {
    width: 45%
  }

  .title h2 img {
    width: 100%
  }

  .title .article {
    width: 100%;
  }

  .title .article br.is-pc {
    display: none;
  }

  .title .article span {
    color: #231815;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.75;
    margin-bottom: 0;
  }

  /*■■■■■■■■■■ .photo-container ■■■■■■■■■■*/
  .photo-container.is-image {
    margin-bottom: 28px;
  }

  .photo-container.is-bottom {
    margin-bottom: 60px;
  }

  /*■■■■■■■■■■ .about-container ■■■■■■■■■■*/
  .about-container {
    padding: 42px 0;
    width: 100%;
  }

  .about-container .about {
    max-width: 550px;
  }

  /*.about-container .about {
    margin: 0 auto;
    max-width: 322px;
    width: 85.8%;
  }*/

  .about-container .about br {
    display: block;
  }

  .about-container .about p {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 3.4;
    margin-bottom: 0;
  }

  .about-container .about p:last-child {
    margin-bottom: 0;
  }

  /*■■■■■■■■■■ .info-container ■■■■■■■■■■*/
  .info-container {
    background: #231815;
    color: #fff;
    padding: 42px 0;
    position: relative;
    width: 100%;
  }

  .info-container .btn-map {
    bottom: 16px;
    position: absolute;
    right: 10px;
  }

  .info-container .info {
    margin: 0 auto;
    max-width: 410px;
  }

  .info-container .info a {
    color: #fff;
    text-decoration: underline;
  }

  .info-container .info li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.07em;
    margin-bottom: 14px;
    padding-left: 0;
  }

  .info-container .info li span {
    display: block;
    position: static;
  }

  /*■■■■■■■■■■ .form-container ■■■■■■■■■■*/
  .form-container {
    background: #fff;
    padding: 42px 0;
    width: 100%;
  }

  .form-container .form ul {
    margin-bottom: 34px;
  }

  .form-container .form li {
    margin-bottom: 34px;
  }

  .form-container .form li:last-child {
    line-height: 0;
    /*margin-bottom: 0;*/
  }

  .form-container .form span small {
    font-size: 10px;
    font-size: 1.0rem;
  }

  .form-container .form input {
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
  }

  .form-container .form textarea {
    height: 188px;
    padding: 4px 6px;
  }

  .form-container .form .article p {
    text-align: center;
  }

  .form-container .form .send1 {
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    width: 130px;
  }

  .form-container .form .send1 a {
    height: 38px;
    letter-spacing: 0.05em;
    text-decoration: none;
    width: 130px;
  }

  .form-container .form .send2 {
    display: none;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    width: 280px;
  }

  .form-container .form .send2 a {
    text-decoration: none;
  }

  .form-container .form .send2 a:first-child {
    background: #ececec;
    color: #000;
    display: block;
    float: left;
    height: 38px;
    text-align: center;
    width: 130px;
  }

  .form-container .form .send2 a:last-child {
    background: #231815;
    color: #fff;
    display: block;
    float: right;
    height: 38px;
    text-align: center;
    width: 130px;
  }

  .form-container .complete {
    margin: 0 auto;
    width: 90%;
  }

  .form-container .complete p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 40px;
  }

  .form-container .complete p br.is-sp {
    display: block;
  }

  .form-container .complete ul {
    margin-top: 40px;
  }

  .form-container .complete li {
    font-family: 'HelveticaNeue', 'Arial', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .form-container .complete li:last-child {
    margin-top: 20px;
  }

  /*■■■■■■■■■■ .foot ■■■■■■■■■■*/
  .foot {
    text-align: center;
    margin-bottom: 10px;
  }

  .foot small {
    font-size: 10px;
  }

}
