.hero {
  background-size: cover;
  background-position: 24% bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width:992px) {
  .hero {
    background-position: 32% top;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
.hero .btn {
  text-shadow: none;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .hero .btn {
    font-size: 14px;
  }
}
.hero__home {
  background-position: right bottom;
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__home {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__home {
    background-position: 32% top;
    background-repeat: no-repeat;
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: 200px 0 140px;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width:992px) {
  .hero__inner {
    text-align: center;
    padding: 280px 0;
  }
}
.hero__inner .container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width:576px) {
  .hero__inner .container {
    max-width: 540px;
  }
}
@media screen and (min-width:768px) {
  .hero__inner .container {
    max-width: 720px;
  }
}
@media screen and (min-width:992px) {
  .hero__inner .container {
    max-width: 960px;
  }
}
@media screen and (min-width:1200px) {
  .hero__inner .container {
    max-width: 1240px;
  }
}
.hero__content {
  margin: 0 auto;
}
.hero__copy__jp {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
  color: #9c7f4b;
  font-weight: 300;
}
@media screen and (min-width: 360px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:768px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__copy__jp {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.hero__title {
  font-size: 74px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 200;
  text-align: center;
}
@media screen and (min-width: 360px) {
  .hero__title {
    font-size: 88px;
  }
}
@media screen and (min-width:768px) {
  .hero__title {
    font-size: 150px;
  }
}
@media screen and (min-width:992px) {
  .hero__title {
    display: block;
    font-size: 150px;
  }
}
.hero__description {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (min-width: 360px) {
  .hero__description {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__description {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__description {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.hero__circles {
  display: flex;
  justify-content: center;
}
.hero__circles:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
.hero__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 5px;
  font-size: 12px;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}
@media screen and (min-width:992px) {
  .hero__circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.hero__boxes {
  justify-content: center;
}
.hero__boxes > div {
  margin-bottom: 0.5rem;
}
.hero__box {
  width: 100%;
  height: auto;
  line-height: 1.2;
  border-radius: 4px;
  padding: 5px;
  margin: 0;
  border: 1px dotted #ddd;
  font-size: 12px;
}
.hero__btn {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.hero__page {
  padding: 150px 0 100px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width:992px) {
  .hero__page {
    padding: 170px 0 120px;
  }
}
.hero__page.img-hero1 {
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero1 {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero1 {
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__page.img-hero4 {
  background-image: url(../images/mobile/home/hero-4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero4 {
    background-image: url(../images/mobile/home/hero-4.jpg@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero4 {
    background-image: url(../images/home/hero-4.jpg);
  }
}
.hero__page__inner {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding: 100px 15px;
  text-align: center;
  z-index: 1;
  position: relative;
  line-height: 1;
  color: #fff;
}
.hero__page__inner.is-secoundary {
  background-color: rgba(156, 127, 75, 0.6);
  border: 1px solid #9c7f4b;
}
.hero__page__title {
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  font-weight: 200 !important;
  color: #fff;
}
@media screen and (min-width: 360px) {
  .hero__page__title {
    font-size: 28px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__title {
    font-size: 34px;
  }
}
.hero__page__copy_jp {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 360px) {
  .hero__page__copy_jp {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__copy_jp {
    font-size: 20px;
  }
}
@media screen and (min-width:992px) {
  .hero__page__copy_jp {
    font-size: 18px;
  }
}
.hero__page .btn {
  font-size: 12px;
  font-weight: 300;
  border-radius: 0;
}
@media screen and (min-width: 360px) {
  .hero__page .btn {
    font-size: 14px;
  }
}
.hero__page__login {
  margin-top: 1rem;
}
.hero__promise {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #9D7D4A;
  text-align: center;
  text-shadow: #fff 1px 0 3px;
  text-shadow: 0 0 2px rgba(157, 125, 74, 0.1), 0 1px 1px rgba(157, 125, 74, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
@media screen and (min-width:992px) {
  .hero__promise {
    font-size: 40px;
  }
}

.flexitem {
  align-items: center;
  margin-bottom: 3rem;
}
.flexitem > div {
  margin-bottom: 1rem;
}
.flexitem p {
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width:992px) {
  .flexitem p {
    font-size: 13px;
  }
}
.flexitem__headline {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width:992px) {
  .flexitem__headline {
    font-size: 1.25rem;
  }
}
.flexitem img.rounded {
  border-radius: 0.25rem;
}

form {
  text-align: left;
}

.form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.form-group .font-weight-bold {
  font-weight: 700;
}

.form-control, input[type=password] {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, input[type=password]:focus {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
}
.form-control:disabled, input[type=password]:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control .text-danger, input[type=password] .text-danger {
  color: #dc3545 !important;
}

input[type=password] {
  display: inline;
  width: auto;
}

input[type=submit] {
  border: 1px solid #9c7f4b;
  background-color: #9c7f4b;
  color: #fff;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
input[type=submit].btn {
  transition: 0.3s;
  padding: 0.64rem 1rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.frame {
  padding-top: 0px;
}

#banner {
  width: 1440px;
  height: 788px;
  background-image: url(../images/live/topbanner.png);
  background-size: 100% auto;
  padding: 170px;
}

.kuro {
  background-color: #535454;
  font-size: 64px;
  color: white;
  font-weight: bold;
  display: inline;
  line-height: 2;
}

.kuro2 {
  font-size: 54px;
  color: white;
  font-weight: bold;
  display: inline;
  text-shadow: 10px 3px 30px black;
  line-height: 2;
}

#tou {
  border: solid 3px;
  border-color: white;
  width: 327px;
  height: 76px;
  border-radius: 20px;
  margin-top: 50px;
}

#tou p {
  color: white;
  text-align: center;
  font-size: 20px;
  padding-top: 15px;
}

.border {
  background-color: #9F8350;
  width: 100%;
  height: 277px;
  display: flex;
  column-gap: 30px;
  padding-top: 70px;
  justify-content: center;
}

#yoko {
  background-color: white;
  width: 1px;
  height: 380px;
  transform: rotate(90deg);
  position: absolute;
  top: 780px;
}

h1 {
  font-size: 50px;
  color: white;
  font-weight: normal;
}

.border p {
  color: white;
  font-size: 20px;
  padding-left: 50px;
}

.backgray {
  background-color: #F5F6F8;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

#botanoya {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  width: 940px;
  height: 240px;
  margin: 0 auto;
  border-radius: 20px;
  position: absolute;
  top: -100px;
  left: 250px;
  padding-top: 40px;
}

.botan {
  width: 470px;
  height: 110px;
  padding-left: 20px;
}

.botan:nth-child(odd) {
  padding-left: 120px;
}

.maru {
  background-color: #9C7F4A;
  height: 52px;
  width: 52px;
  line-height: 52px;
  border-radius: 50%;
  color: white;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.keyword {
  font-size: 28px;
  font-weight: 900;
  display: inline;
  padding-left: 30px;
  letter-spacing: 0.5px;
}

.title {
  font-size: 80px;
  color: #9C7F4A;
  font-weight: normal;
  text-align: center;
  margin-top: 150px;
}

.sub1 {
  font-size: 35px;
  text-align: center;
}

#img1 {
  width: 1110px;
  height: 600px;
  margin: 0 auto;
}

.midashi {
  font-size: 35px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  letter-spacing: 0.5px;
}

.midashi1 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  letter-spacing: 0.5px;
}

.naiyou {
  margin: 0 auto;
  width: 980px;
  height: 271px;
}

.naiyou p {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.bunnsyou {
  font-size: 20px;
  margin: 0 auto;
  margin-top: 50px;
  width: 920px;
  height: 120px;
  letter-spacing: 0.5px;
  display: block;
}

.live {
  width: 1110px;
  height: 600px;
  margin: 0 auto;
}

.title2 {
  font-size: 80px;
  color: #9C7F4A;
  font-weight: normal;
  text-align: center;
}

.backgray2 {
  background-color: #F5F6F8;
  position: relative;
  padding-top: 50px;
  padding-bottom: 300px;
  position: relative;
}

#check {
  margin: 0 auto;
  width: 680px;
  height: 312px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#check p {
  line-height: 1;
  font-size: 20px;
}

.live2 {
  width: 1110px;
  height: 600px;
  position: absolute;
  left: 180px;
}

#recommend {
  background-image: url(../images/live/bgtop.png), url(../images/live/bgbottm.png);
  background-position: left top, right 50px bottom;
  padding-bottom: 100px;
  margin-top: 250px;
  margin-bottom: 100px;
}

.reyoko {
  display: flex;
  justify-content: space-between;
  padding-top: 200px;
  margin: 0 auto;
  width: 945px;
}

.reyoko2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 200px;
  width: 945px;
  margin: 0 auto;
}

.reyoko2 .yokobun {
  padding-top: 50px;
}

.reyoko .sub {
  padding-top: 50px;
}

.sub {
  font-size: 35px;
  width: 380px;
  height: 98px;
}

.yokobun {
  width: 450px;
  height: 270px;
}

.yokobun p {
  font-size: 20px;
  letter-spacing: 0.5;
}

.contact {
  display: block;
  border: solid 3px;
  border-color: #9C7F4A;
  background-color: white;
  width: 300px;
  height: 60px;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.contact p {
  color: #9C7F4A;
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
}

.pointoya {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1150px;
  padding-top: 50px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.point {
  width: 50%;
}

.point img {
  width: 530px;
  height: 460px;
}

.pointp {
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
  width: 530px;
}

.pointbun {
  font-size: 20px;
  width: 390px;
  height: 70px;
  display: block;
  margin: 30px;
  padding-left: 70px;
}

.migi {
  margin-bottom: 200px;
  margin-top: 100px;
  position: relative;
}

.migi2 {
  margin-bottom: 200px;
  position: relative;
}

.migi img {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 625px;
  height: 455px;
  z-index: 1;
}

.migi2 img {
  position: absolute;
  right: 0px;
  top: 50px;
  width: 625px;
  height: 455px;
  z-index: 1;
}

.shiro {
  background-color: white;
  width: 610px;
  height: 430px;
  padding-top: 100px;
  padding-left: 200px;
  position: relative;
  margin-left: auto;
  margin-right: 0px;
}

.shiro p {
  font-size: 20px;
  width: 340px;
  height: 230px;
}

.shiro2 {
  background-color: white;
  width: 610px;
  height: 430px;
  padding-top: 70px;
  padding-left: 100px;
  position: relative;
  margin-right: auto;
  margin-left: 0px;
}

.shiro2 p {
  font-size: 20px;
  width: 325px;
  height: 300px;
}

.gold {
  font-size: 20px;
  color: #707070;
  width: 920px;
  height: 68px;
  margin: 0 auto;
  margin-bottom: 150px;
}

#movie {
  width: 100%;
  aspect-ratio: 2/1;
}

#movie iframe {
  width: 100%;
  height: 100%;
}

#faq {
  width: 865px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

#faq p {
  padding-left: 80px;
  position: relative;
  font-size: 20px;
}

#faq .shitumonn p {
  padding-top: 10px;
  padding-bottom: 10px;
}

#faq .kotae p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.question {
  font-size: 25px;
  color: #9C7F4A;
  padding-right: 30px;
  padding-left: 20px;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.answer {
  font-size: 25px;
  color: #6F7070;
  padding-right: 30px;
  padding-left: 20px;
  padding-top: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.shitumonn {
  background-color: #F8F7F7;
  width: 800px;
  margin: 0 auto;
}

.kotae {
  width: 800px;
  margin: 0 auto;
}

#plantable {
  padding-top: 100px;
}

#plantbody {
  background-color: #F7F7F7;
  margin: 0 auto;
}

.tdtitle {
  color: white;
  background-color: #9C7F4A;
  font-size: 25px;
  text-align: center;
  width: 380px;
  height: 73px;
  font-weight: bold;
}

.th {
  color: #9C7F4A;
  font-size: 25px;
  text-align: center;
  width: 380px;
  height: 73px;
  font-weight: bold;
}

.td {
  font-size: 25px;
  text-align: center;
  width: 380px;
  height: 73px;
  font-weight: bold;
}

.tablep {
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 0.5px;
}

tr > *:empty {
  background-image: linear-gradient(to right top, transparent calc(50% - 1.5px), white 50%, white calc(50% + 1.5px), transparent calc(50% + 1px));
}

tr:first-child > *:first-child {
  background-image: none;
}

.tou {
  width: 750px;
  height: 180px;
  margin: 0 auto;
  font-size: 20px;
}

#contacttable {
  width: 800px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.contactth {
  font-size: 20px;
  padding-bottom: 50px;
  vertical-align: top;
  text-align: left;
  padding-right: 50px;
}

.contacttd {
  padding-bottom: 50px;
}

input[type=text] {
  width: 500px;
  background-color: #F7F7F7;
  height: 59px;
}

input[type=tel] {
  width: 500px;
  background-color: #F7F7F7;
  height: 59px;
}

input[type=email] {
  width: 500px;
  background-color: #F7F7F7;
  height: 59px;
}

textarea[name=message] {
  width: 500px;
  background-color: #F7F7F7;
  height: 466px;
}

#zyosei {
  font-size: 20px;
  padding-top: 300px;
  text-align: center;
}

#link {
  padding-top: 50px;
}

.br {
  display: none;
}

.br1 {
  display: block;
}

@media screen and (max-width: 767px) {
  #banner {
    width: auto;
    height: 340px;
    background-image: url(../images/live/bannermoba.png);
    background-size: cover;
    padding: 20px;
  }
  .kuro {
    font-size: 35px;
  }
  .kuro2 {
    font-size: 35px;
    text-shadow: 10px 3px 30px black;
  }
  #tou {
    border: solid 3px;
    border-color: white;
    width: 180px;
    height: 35px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
  }
  #tou p {
    font-size: 14px;
    padding-top: 5px;
  }
  .border {
    height: 190px;
    display: block;
    column-gap: 0px;
    justify-content: center;
    padding-top: 5px;
    padding-left: 5%;
  }
  #yoko {
    background-color: white;
    width: 1px;
    height: 27px;
    transform: rotate(90deg);
    position: absolute;
    top: 435px;
  }
  h1 {
    font-size: 25px;
    font-weight: normal;
  }
  .border p {
    font-size: 15px;
    padding-left: 0px;
  }
  #botanoya {
    width: 320px;
    height: 163px;
    margin: 0 auto;
    border-radius: 5px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-top: 0px;
    align-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .botan {
    width: 100%;
    height: 25px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
  .botan:nth-child(odd) {
    padding-left: 30px;
  }
  .maru {
    height: 24px;
    width: 22px;
    line-height: 22px;
    font-size: 20px;
    display: inline-block;
  }
  .keyword {
    font-size: 20px;
    font-weight: 900;
    display: inline;
    padding-left: 10px;
    text-align: left;
  }
  .title {
    font-size: 40px;
    margin-top: 50px;
  }
  .sub1 {
    font-size: 16px;
    font-weight: bold;
  }
  #img1 {
    width: 95%;
    height: auto;
  }
  .midashi {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    font-weight: bold;
  }
  .livep {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 10px;
  }
  .naiyou {
    width: 95%;
    height: auto;
  }
  .naiyou p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .bunnsyou {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 95%;
    height: auto;
  }
  .backgray {
    padding-bottom: 20px;
  }
  .live {
    width: 95%;
    height: auto;
  }
  .title2 {
    font-size: 40px;
  }
  .backgray2 {
    padding-top: 30px;
    padding-bottom: 110px;
    position: relative;
  }
  span {
    display: block;
    position: absolute;
    left: 0px;
  }
  #check {
    margin: 0 auto;
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #check p {
    font-size: 14px;
    padding-left: 15px;
    position: relative;
  }
  .live2 {
    width: 95%;
    height: auto;
    position: absolute;
    left: 2%;
  }
  #recommend {
    background-image: url(../images/live/mobgtop.png), url(../images/live/mobgbottm.png);
    background-position: left top 80px, right bottom 50px;
    padding-bottom: 0px;
    padding-top: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .reyoko {
    display: block;
    padding-top: 0px;
    margin: 0 auto;
    width: auto;
  }
  .reyoko2 {
    display: block;
    padding-top: 0px;
    width: auto;
    margin: 0 auto;
  }
  .reyoko2 .yokobun {
    padding-top: 0px;
  }
  .reyoko .sub {
    padding-top: 0px;
  }
  .reyoko2 .sub {
    margin-left: 100px;
    width: 260px;
    margin-bottom: 50px;
  }
  .sub {
    font-size: 16px;
    width: 160px;
    height: 44px;
    font-weight: bold;
  }
  .yokobun {
    width: 310px;
    height: 165px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .reyoko .yokobun {
    margin-left: 30px;
  }
  .yokobun p {
    font-size: 14px;
  }
  .contact {
    border-color: #9C7F4A;
    background-color: white;
    width: 180px;
    height: 35px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contact p {
    font-size: 12px;
    padding-top: 5px;
  }
  .marucon {
    border-radius: 50px;
    margin-bottom: 30px;
  }
  .pointoya {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 50px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .point img {
    width: 90%;
    height: 140px;
  }
  .pointp {
    font-size: 14px;
    padding-top: 5px;
    width: 100%;
  }
  .pointbun {
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .migi {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
  }
  .migi2 {
    margin-bottom: 0px;
    position: relative;
  }
  .migi img {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .migi2 img {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .shiro {
    background-color: transparent;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .shiro p {
    font-size: 14px;
    height: auto;
    width: 100%;
  }
  .shiro2 {
    background-color: transparent;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
    margin-right: auto;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .shiro2 p {
    font-size: 14px;
    height: auto;
    width: 100%;
  }
  .gold {
    font-size: 13px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #faq {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  #faq p {
    padding-left: 30px;
    font-size: 13px;
  }
  #faq .shitumonn p {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #faq .kotae p {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .question {
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .answer {
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .shitumonn {
    width: 100%;
  }
  .kotae {
    width: 100%;
  }
  #plantable {
    padding-top: 20px;
    width: 100%;
  }
  .tdtitle {
    font-size: 13px;
    width: 34%;
    height: 24px;
  }
  .th {
    font-size: 13px;
    width: 32%;
    height: 24px;
  }
  .td {
    font-size: 13px;
    width: 34%;
    height: 24px;
  }
  .tablep {
    font-size: 10px;
  }
  .tou {
    width: 100%;
    height: auto;
    font-size: 10px;
    padding-bottom: 20px;
  }
  #contacttable {
    width: 350px;
    padding-bottom: 100px;
    display: block;
  }
  .contactth {
    font-size: 13px;
    padding-bottom: 0px;
    text-align: left;
    padding-right: 0px;
    display: block;
    margin-bottom: 5px;
  }
  .contacttd {
    padding-bottom: 0px;
    display: block;
    margin-bottom: 20px;
  }
  input[type=text] {
    width: 347px;
    height: 41px;
  }
  input[type=tel] {
    width: 347px;
    height: 41px;
  }
  input[type=email] {
    width: 347px;
    height: 41px;
  }
  textarea[name=message] {
    width: 347px;
    height: 175px;
  }
  input[type=submit] {
    padding: 0px;
  }
  #zyosei {
    font-size: 10px;
    padding-top: 100px;
  }
  .br {
    display: block;
  }
  .br1 {
    display: none;
  }
}/*# sourceMappingURL=page-live.css.map */