@charset "UTF-8";
/* CSS Document */
a {
  outline: none;
  opacity: 1;
  transition: all 0.6s ease;
}
a:hover {
  opacity: 0.8;
  transition: all 0.6s ease;
}
*:hover {
  transition: all 0.6s ease;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}*/
body {
  margin: 0;
  padding: 0;
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000;
  font-size: 16px;
  background-color: #dd5f0d;
  -webkit-text-size-adjust: 100%;
}
#wrapper {
  overflow: hidden;
}
header {
  padding: 30px 0;
}
header h1 {
  width: 300px;
  margin: 0 auto 30px;
}
header h1 img {
  width: 100%;
}
header h2 {
  width: 500px;
  margin: 0 auto;
}
header h2 img {
  width: 100%;
}
.teaser {
  height: 550px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.teaser figure {
  width: 650px;
  height: 485px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
br.sp {
  display: none;
}
.top {
  background-color: #fff;
}
.top .inner {
  width: 1000px;
  margin: 0 auto;
}
.top h3 {
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #dd5f0d;
  text-align: center;
  margin-bottom: -15px;
}
.top h4 {
  font-size: 30px;
  color: #dd5f0d;
  text-align: center;
  margin-bottom: 30px;
}
.top .txt {
  padding: 10px 0 50px;
  background-image: url("../img/frame_left.png"), url("../img/frame_right.png");
  background-size: 180px;
  background-position: top left, center right;
  background-repeat: no-repeat;
}
.top .txt .inner p {
  font-size: 17px;
  line-height: 36px;
  text-align: center;
}
.top .txt .inner .figure_box {
  position: relative;
}
.top .txt .inner .figure_box figure.logo {
  width: 200px;
  margin: 30px auto 10px;
}
.top .txt .inner .figure_box figure.photo {
  width: 250px;
  margin: 0 auto 20px;
}
.top .txt .inner .figure_box figure.no.no_6 {
  width: 150px;
  position: absolute;
  top: 250px;
  right: 26%;
}
.top .txt .inner .figure_box figure.no.no_9 {
  width: 200px;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.top .txt .inner .figure_box figure.no.no_10 {
  width: 220px;
  position: absolute;
  top: 30px;
  left: 5%;
}
.top .txt .inner .figure_box figure.no.no_2 {
  width: 200px;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.top .txt .inner .figure_box figure.no.no_1 {
  width: 150px;
  position: absolute;
  top: 200px;
  left: 23%;
}
.top .txt .inner .figure_box figure.no.no_5 {
  width: 200px;
  position: absolute;
  top: 30px;
  right: 7%;
}
.top .txt .inner .p {
  font-size: 16px;
  line-height: 30px;
}
.top .detail {
  padding: 20px 0;
  background-color: #fbece2;
}
.top .detail dl {
  line-height: 28px;
  margin: 40px auto;
}
.top .detail dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 22%;
  font-weight: 600;
  text-align: center;
}
.top .detail dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 72%;
  border-left: solid 1px #c0ae68;
  padding-left: 5%;
}
.top .detail dl .caption {
  display: block;
  font-size: 13px;
}
.top .detail dl dd a {
  color: #dd5f0d;
}
.top .option {
  padding: 60px 0 40px;
  background-image: url("../img/frame.png");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #f8dfcf;
}
.top .option .inner {
  width: 850px;
}
.top .option h5 {
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #dd5f0d;
  margin: 0 auto 30px;
}
.top .option p {
  text-align: center;
}
.top .option ul {
  line-height: 28px;
}
.top .option table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #c0ae68;
}
.top .option table th {
  width: 60%;
  padding: 10px 2%;
  text-align: center;
  border: solid 1px #c0ae68;
}
.top .option table td {
  padding: 10px 2%;
  border: solid 1px #c0ae68;
  text-align: right;
}
.top .option ul {
  padding: 0;
  list-style: none;
}
.top .schedule {
  padding: 60px 0 20px;
  background-color: #fbece2;
  line-height: 28px;
}
.top .schedule .inner {
  width: 550px;
}
.top .schedule h5 {
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #dd5f0d;
  margin: 0 auto 30px;
}
.top .schedule dl {
  line-height: 28px;
  margin: 40px auto;
}
.top .schedule dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-weight: 600;
  text-align: center;
}
.top .schedule dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 72%;
  border-left: solid 1px #c0ae68;
  padding-left: 5%;
}
.top .remarks {
  text-indent: -1.3em;
  padding-left: 1.2em;
}
.top .btn_box {
  padding: 50px 0 30px;
  background-image: url("../img/frame.png");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.top .btn_box ul {
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.top .btn_box ul li {
  display: inline-block;
  width: 45%;
  margin: 0 2%;
}
.top .btn_box ul li a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  background-color: #dd5f0d;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  border-radius: 100px;
  /*ボタン使用しない時*/
  /*background-color: #aaa;*/
}
.top .btn_box ul li a .sub {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.top .btn_box .caption02 {
  text-align: center;
  color: #dd5f0d;
}
.top .btn_box .caption02 a {
  font-size: 18px;
  color: #dd5f0d;
}
.slide ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slide ul.slider img {
  object-fit: cover;
  width: 100%;
  height: 450px;
}
footer {
  padding: 40px 0 20px;
  text-align: center;
}
footer nav ul {
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer nav ul li {
  width: 180px;
  display: inline-block;
  margin: 0 2%;
}
footer nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  border-top: solid 1px #c0ae68;
  border-bottom: solid 1px #c0ae68;
}
small {
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #fff;
}
/*第二階層*/
.second {
  background-color: #fff;
  padding: 50px 0;
}
.second .inner {
  width: 900px;
  margin: 0 auto;
}
/*個人情報の取り扱い*/
.pp h3 {
  font-size: 30px;
  color: #dd5f0d;
  text-align: center;
}
.pp h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.pp p {
  line-height: 28px;
  margin-bottom: 40px;
}
.pp ol {
  padding: 0 0 0 20px;
  margin-bottom: 40px;
}
.pp ol li {
  margin-bottom: 20px;
}
.pp .btn a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  background-color: #dd5f0d;
  width: 500px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  border-radius: 50px;
}
/*特定商取引に関する法律に基づく表記*/
.law .inner {
  margin-bottom: 50px;
}
.law h3 {
  font-size: 30px;
  color: #dd5f0d;
  text-align: center;
}
.law .dl_box {
  line-height: 28px;
  border-top: solid 1px #c0ae68;
}
.law .dl_box dl {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: solid 1px #c0ae68;
}
.law .dl_box dl dt {
  width: 30%;
  font-weight: bold;
  padding: 30px 2%;
  display: flex;
  align-items: center;
}
.law .dl_box dl dd {
  margin: 0;
  width: 70%;
  padding: 30px 2%;
}
.law .dl_box a {
  color: #dd5f0d;
}
.law .dl_box ol {
  margin: 15px auto 0;
  padding: 0 0 0 20px;
}
.law .dl_box ol li {
  margin: 5px 0;
}
@media screen and (max-width:1050px) {
  header {
    padding: 20px 0;
  }
  header h1 {
    width: 180px;
    margin: 0 auto 10px;
  }
  header h2 {
    width: 280px;
  }
  .teaser {
    height: 500px;
    background-attachment: inherit;
  }
  .teaser figure {
    width: 550px;
    height: 410px;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  .top .inner {
    width: 90%;
  }
  .top h3 {
    font-size: 30px;
    margin-bottom: -15px;
  }
  .top h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .top .txt {
    padding: 10px 0 30px;
    background-image: url("../img/frame.png"), url("../img/frame_top.png");
    background-size: 100%;
    background-position: center bottom, center top;
    background-repeat: no-repeat;
  }
  .top .txt .inner {
    display: block;
  }
  .top .txt .inner p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
  }
  .top .txt .inner .figure_box {
    width: 300px;
    margin: 20px auto 10px;
  }
  .top .txt .inner .figure_box figure.logo {
    width: 100px;
    margin: 20px auto 5px;
  }
  .top .txt .inner .figure_box figure.photo {
    width: 170px;
    margin: 0 auto 20px;
  }
  .top .txt .inner .figure_box figure.no.no_6 {
    width: 70px;
    position: absolute;
    top: 150px;
    right: 4%;
  }
  .top .txt .inner .figure_box figure.no.no_9 {
    width: 100px;
    position: absolute;
    bottom: -30px;
    right: -11%;
  }
  .top .txt .inner .figure_box figure.no.no_10 {
    width: 120px;
    position: absolute;
    top: 10px;
    left: -10%;
  }
  .top .txt .inner .figure_box figure.no.no_2 {
    width: 100px;
    position: absolute;
    bottom: -30px;
    left: -15%;
  }
  .top .txt .inner .figure_box figure.no.no_1 {
    width: 50px;
    position: absolute;
    top: 140px;
    left: 4%;
  }
  .top .txt .inner .figure_box figure.no.no_5 {
    width: 100px;
    position: absolute;
    top: 10px;
    right: -6%;
  }
  .top .txt .inner .p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .top .detail {
    padding: 10px 0;
  }
  .top .detail dl {
    line-height: 28px;
    margin: 20px auto;
    border-left: solid 1px #c0ae68;
    padding-left: 5%;
  }
  .top .detail dl dt {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
  .top .detail dl dd {
    display: block;
    width: auto;
    margin: 0;
    border-left: none;
    padding-left: 0;
  }
  .top .detail dl .caption {
    font-size: 13px;
    line-height: 20px;
  }
  .top .option {
    padding: 30px 0 10px;
  }
  .top .option .inner {
    width: 90%;
  }
  .top .option h5 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top .option p {
    text-align: left;
  }
  .top .option table th {
    display: block;
    width: auto;
    padding: 10px 5%;
    text-align: center;
    border: none;
    background-color: #c0ae68;
  }
  .top .option table td {
    display: block;
    width: auto;
    padding: 10px 5%;
    text-align: right;
    border: none;
  }
  .top .schedule {
    padding: 30px 0 10px;
  }
  .top .schedule .inner {
    width: 90%;
  }
  .top .schedule h5 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top .schedule dl {
    line-height: 28px;
    margin: 20px auto;
    border-left: solid 1px #c0ae68;
    padding-left: 5%;
  }
  .top .schedule dl dt {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
  .top .schedule dl dd {
    display: block;
    width: auto;
    margin: 0;
    border-left: none;
    padding-left: 0;
  }
  .top .btn_box {
    padding: 20px 0;
  }
  .top .btn_box ul li {
    display: block;
    width: 280px;
    margin: 20px auto;
  }
  .top .btn_box ul li a {
    font-size: 20px;
    padding: 20px 0;
  }
  .top .btn_box ul li a .sub {
    font-size: 16px;
    margin-top: 5px;
  }
  .top .btn_box .caption02 a {
    font-size: 16px;
  }
  .slide ul.slider img {
    height: 250px;
  }
  footer {
    padding: 20px 0 10px;
  }
  footer nav ul {
    margin: 0 auto 25px;
  }
  footer nav ul li {
    width: 150px;
    display: block;
    margin: 20px auto;
    font-size: 14px;
  }
  footer nav ul li a {
    padding: 10px 0;
  }
  /*第二階層*/
  .second {
    padding: 20px 0;
  }
  .second .inner {
    width: 90%;
    margin: 0 auto;
  }
  /*個人情報の取り扱い*/
  .pp h3 {
    font-size: 20px;
  }
  .pp h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .pp p {
    margin-bottom: 30px;
  }
  .pp ol {
    margin-bottom: 30px;
  }
  .pp .btn a {
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
  }
  /*特定商取引に関する法律に基づく表記*/
  .law .inner {
    margin-bottom: 30px;
  }
  .law h3 {
    font-size: 20px;
  }
  .law .dl_box dl {
    display: block;
  }
  .law .dl_box dl dt {
    width: auto;
    padding: 20px 0 0;
  }
  .law .dl_box dl dd {
    width: auto;
    padding: 5px 0 20px;
  }
}
@media screen and (max-width:700px) {
  .teaser {
    height: 300px;
  }
  .teaser figure {
    width: 100%;
    max-width: 350px;
    height: 261px;
  }
}