#Cp_ttl {
  background: #ff6633;
  margin-top: 1em;
}

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

.ls1 {
  letter-spacing: 1em;
  text-indent: 1em;
}

.ls05 {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.cp_content img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.pc-none {
  display: none;
}

.gohome {
  text-align: center;
  font-size: 18px;
  margin-top: 2em;
}

.gohome a {
  background: #eee;
  padding: 0.5em 1em;
  border-radius: 8px;
}

.section1,
.section2,
.section3,
.oubogaiyou {
  background: #F9E6EF;
}

.present {
  text-align: center;
}

.present .present_content .col {
  text-align: left;
}

.section3 h3 {
  color: #fff;
  text-align: center;
  font-size: 34px;
}

.section3 .note {
  color: #C11920;
  padding: 2em;
  padding-left: 1em;
  text-indent: -1em;
}

.section3 .ctr_btn {
  font-size: 36px;
  display: block;
  max-width: 784px;
  background: #C11920;
  color: #fff;
  border-radius: 8px;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: auto;
  padding: 0.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          box-shadow: #0000006e 0 2px 4px;
}

.section3 .ctr_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.5em;
  content: "";
  background: url(../img/btn_arr.svg) no-repeat;
  width: 0.5em;
  height: 0.5em;
}

.section3 .content {
  width: 80%;
  margin: 0.5em auto;
  font-size: 2em;
}

.acc_wrap {
  width: 100%;
}

.acc_wrap.active .acc_head:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.acc_wrap.active .acc_body {
  height: auto;
  opacity: 1;
  background: #fff;
  color: #000;
}

.acc_head {
  border: 1px solid #e60012;
  background: #fff;
  padding: 0.2em 0.5em;
  cursor: pointer;
  position: relative;
  color: #C11920;
  text-align: center;
  font-size: 36px;
}

.acc_head:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url(../img/acc_plus.svg) no-repeat;
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  content: "";
}

.acc_body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #C11920;
  border-top: 0;
}

.acc_body h3 {
  color: #e60012;
  font-weight: bold;
  margin-top: 0.5em;
}

.acc_body h3:first-child {
  margin-top: 0;
}

.acc_body p {
  padding: 0 0.5em;
}

.acc_body dd {
  padding-left: 1em;
}

.acc_body .address {
  background: #fcfddb;
  border-radius: 6px;
  padding: 0.25em 1em;
  width: 86%;
  margin: 0.5em auto 0;
}

.acc_body .text-right {
  text-align: right;
  margin-top: 0;
}

.acc_body ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.acc_body_wrap {
  padding: 1em;
}

.go_tour {
  text-align: center;
  margin-top: 2.5em;
  margin-left: 1em;
  margin-right: 1em;
}

.go_tour h2 {
  font-size: 24px;
  margin-top: 3em;
}

.contact {
  font-size: 25px;
  padding: 3em 4em 0;
}

.contact dl {
  margin-top: 2em;
  margin-bottom: 2em;
}

.contact dt {
  font-weight: bold;
}

.contact .small {
  font-size: 0.8em;
}

.seo_txt {
  text-align: center;
  padding-top: 3em;
  font-size: 0.95em;
}

.foot_logo {
  margin-top: 1em;
}

.info {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 0.05em;
  padding: 45px 100px;
}

.info h3 {
  font-weight: bold;
  letter-spacing: normal;
}

.info p {
  line-height: 2.2;
}

.info span {
  font-size: 15px;
  line-height: 1.2;
  display: block;
  padding-bottom: 5px;
}

/* ********************************

PC 

******************************** */
@media screen and (min-width: 768px) {
  .d_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d_inline_flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .col_1 {
    width: 8.33333%;
  }
  .col_2 {
    width: 16.66667%;
  }
  .col_3 {
    width: 25%;
  }
  .col_4 {
    width: 33.33333%;
  }
  .col_5 {
    width: 41.66667%;
  }
  .col_6 {
    width: 50%;
  }
  .col_7 {
    width: 58.33333%;
  }
  .col_8 {
    width: 66.66667%;
  }
  .col_9 {
    width: 75%;
  }
  .col_10 {
    width: 83.33333%;
  }
  .col_11 {
    width: 91.66667%;
  }
  .col_12 {
    width: 100%;
  }
  .acc_body {
    font-size: 1.75em;
  }
  .oubogaiyou {
    padding: 3em 6em 5em;
  }
}

/*

sp
*/
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .pc-none {
    display: block;
  }
  .d_flex {
    display: block;
  }
  .col_1,
  .col_2,
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_9,
  .col_10,
  .col_11,
  .col_12 {
    width: auto;
  }
  .present .present_content .col,
  .section3 h3 {
    font-size: 15px;
  }
  .section3 h3 {
    font-size: 18px;
  }
  .section3 .content {
    font-size: 15px;
    width: 100%;
  }
  .section3 .note {
    padding-left: 0;
    padding-right: 0;
    padding-left: 0em;
    text-indent: 0em;
  }
  .section3 .ctr_btn {
    font-size: 20px;
    width: 94%;
  }
  .contact {
    padding: 1em;
    font-size: 15px;
  }
  .seo_txt {
    font-size: 0.625em;
  }
  .acc_head{
    font-size: 20px;
  }
  .acc_body h3 {
    text-align: left;
  }
  .acc_body h3:first-child {
    margin-top: 0;
  }
  .acc_body dl {
    font-size: 0.85em;
  }
  .acc_body p,
  .acc_body ul {
    font-size: 0.85em;
  }
  .acc_body .address {
    font-size: 13px;
  }
  .acc_body_wrap {
    padding: 0.5em;
  }
  .go_tour h2 {
    font-size: 16px;
    margin-left: 0;
    text-align: left;
  }
  .oubogaiyou {
    padding: 1em;
    padding-top: 1.5em;
    padding-bottom: 2em;
  }
  .foot_logo img {
    width: 85%;
  }
  .info {
    font-size: 15px;
    padding: 25px 1em;
  }
  .info p {
    line-height: normal;
  }
  .info p:first-of-type {
    padding-bottom: 5px;
  }
  .info span {
    font-size: 13px;
  }
}
/*# sourceMappingURL=page.css.map */