@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/

#page_wrap {
  padding-top: 90px;
}

@media screen and (max-width:768px) {
  #page_wrap {
    padding-top: 60px;
  }
}

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
#movie_base {
  z-index: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 3;
}

#mv01 {
  border-top: solid 20px #3D2511;
  background: url(../../img/main_bg.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
}

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

.p-sec02 {
  padding: 60px 5%;
}

.p-message-ttl {
  font-size: 30px;
  color: #E66E1D;
  margin-bottom: 1em;
  letter-spacing: .1em;
}

.p-lead01 {
  line-height: 2;
  letter-spacing: .1em;
}

.p-sec-ttl {
  font-size: 30px;
  color: #E66E1D;
  letter-spacing: .1em;
}

@media screen and (max-width:768px) {
  .p-message-ttl {
    font-size: 24px;
  }

  .p-sec-ttl {
    font-size: 24px;
  }

  .p-sec04 {
    padding: 0 5%;
  }
}

.p-sec03 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}

.p-price-box {
  margin: 30px auto;
  max-width: 500px;
  text-align: justify;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.p-price {
  display: flex;
}

.p-price+.p-price {
  margin-top: .8em;
}

.p-price dt {
  width: 12em;
  color: rgb(123, 75, 33);
}

.notes {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

.p-sec05 {
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
}

.l-map {
  margin-top: 30px;
  height: 600px;
}

.l-map iframe {
  width: 100%;
  height: 100%;
}

.p-map-info {
  margin-top: 2em;
}

.p-sec-ttl03 {
  font-size: 1.2em;
  margin-top: 2em;
}

.p-access-t01 {
  margin-top: 0.8em;
}

@media screen and (max-width:768px) {
  .l-map {
    margin-top: 30px;
    height: 500px;
  }

  .p-map-info {
    padding: 0 5%;
  }
}