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


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

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
}

body {
  font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  font-size: 16px;
  background: #fff;
}

a {
  outline: none;
  transition: .3s;
  text-decoration: none;
}

b {
  font-weight: bold;
}

p {
  line-height: 1.6em;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.section_bg {
  background: #f6f6f6;
}

.section_top {
  margin-bottom: 40px;
  text-align: center;
}

.section_top h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.section_top p {
  font-weight: bold;
  color: #666;
}

.btn {
  display: inline-block;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: .25s;
      -ms-transition: .25s;
          transition: .25s;
}

.btn-contact {
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 7px 15px;
  margin-bottom: 10px;
}

.btn:hover {
  opacity: .7;
}

.btn-01 {
  background: #c93b40;
}

.btn-disabled {
  background: #ccc;
  pointer-events: none;
  cursor: auto;
  opacity: .5;
}

.btn-center {
  margin: 20px 0;
  text-align: center;
}


p i {
  margin-right: 8px;
}


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

  .container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
  }

  .section_top {
    margin-bottom: 30px;
  }

  .section_top h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .section_top p {
    font-size: 14px;
    line-height: 1.6em;
  }

}

/*** pc-only / sp-only ***/
@media screen and (min-width: 812px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 811px) {
  .pc-only {
    display: none !important;
  }
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ccc;
}

.header + * {
  margin-top: 80px;
}

.header .container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header h1 {
  text-align: center;
}

.header h1 img {
  height: auto;
  width: 200px;
}


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

  .header .container {
    height: 50px;
  }

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

  .header h1 img {
    width: auto;
    height: 30px;
  }

  .header + * {
    margin-top: 50px;
  }

}

/*
foonter
----------------------------------------------*/

.footer {
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
  color: #fff;
  background: #000;
}

.page_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.page_top i {
  font-size: 40px;
  color: #000;
  background: #fff;
  border-radius: 30px;
}

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

  .page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .page_top i {
    font-size: 30px;
  }


}

/*
content
----------------------------------------------*/

.site_intro {
  font-weight: bold;
  height: 200px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  background: url(../img/pellegrino.jpg) no-repeat center center;
  background-size: cover;
}

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

  .site_intro {
    height: 120px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
  }

  .site_intro p {
    text-align: center;
  }

}



.reserve_instruction {
  padding: 40px 0 20px;
}

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

  .reserve_instruction {
    padding: 20px 0 10px;
    text-align: left;
  }

}


.reserve_instruction p {
  margin-bottom: 10px;
}


/*.usage */

.site_usage {
  padding: 100px 0;
}

.site_usage_list {
  display: flex;
  justify-content: space-between;
}

.site_usage_list li {
  text-align: center;
  width: calc(25% - 20px);
}

.site_usage_list i {
  font-size: 80px;
  margin-bottom: 30px;
  color: #3a3a3a;
}

.site_usage_list h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.site_usage_list p {
  color: #666;
  text-align: justify;
  line-height: 1.6em;
}

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

  .site_usage {
    padding: 50px 0;
  }

  .site_usage_list {
    display: block;
  }

  .site_usage_list li {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }

  .site_usage_icon {
    width: 20%;
  }

  .site_usage_list i {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .site_usage_content {
    width: calc(80% - 20px);
  }

  .site_usage_list h3 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .site_usage_list p {
    text-align: justify;
    line-height: 1.6em;
  }

}


/* faq */

.faq {
  padding: 80px 0;
}

.faq_list {

}

.faq_list li {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.faq_list_q span {
  background: #e60012;
}

.faq_list_a span {
  background: #000;
}

.faq_list_q,
.faq_list_a {
  position: relative;
  padding-left: 50px;
  min-height: 50px;
}


.faq_list_q span,
.faq_list_a span {
  width: 35px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.faq_list_q p,
.faq_list_a p {
  padding-top: 5px;
}

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

  .faq {
    padding: 40px 0;
  }

  .faq_list li {
    padding: 15px;
  }

  .faq_list_q,
  .faq_list_a {
    padding-left: 40px;
    min-height: 40px;
  }

  .faq_list_q {
    margin-bottom: 10px;
  }


  .faq_list_q span,
  .faq_list_a span {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }

  .faq_list_q p,
  .faq_list_a p {
    padding-top: 0px;
    text-align: justify;
  }


}