@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  line-height: 24px;
  font-size: 14px;
  color: #333;
  width: 100%;
}
.container {
  width: 960px;
}
.sponly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sponly {
    display: block !important;
  }
  body {
    font-size: 16px;
  }
  .container {
    width: 100%;
  }
}
/* Css option pc begin. */
#option {
  background: #FFF;
}
#option .banner .wrap {
  position: relative;
}
#option .banner .wrap img {
  width: 100%;
  object-fit: cover;
}
#option .banner .wrap-text {
  position: absolute;
  bottom: 40px;
  left: 82px;
}
#option .banner .wrap-text h2 {
  font-weight: bold;
  font-size: 26px;
}
#option .banner .wrap-text p {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}
#option .content {
  background: #f0f1f0;
  padding: 100px 0 250px;
}
#option .content .box {
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.50) 0px 0px 15px;
  background: #FFF;
  margin-bottom: 45px;
}
#option .content .box .title {
  margin-bottom: 22px;
}
#option .content .box h5 {
  color: #f26c2f;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px;
  margin: 20px 0 10px;
}
#option .content .box .title hr {
  width: 100%;
  background: #9ab351;
  height: 2px;
}
#option .content .box .title div {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  width: fit-content;
  margin: auto;
  background: #FFF;
  margin-top: -30px;
}
#option .content .box .title div h3 {
  font-weight: bold;
  font-size: 26px;
  text-wrap: nowrap;
  line-height: 28px;
}
#option .content .box .title div img {
  width: 30px;
  margin-left: 10px;
}
#option .content .box p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
#option .content .inner {
  padding: 0 13%;
  display: flex;
  margin-top: 12px;
  gap: 20px;
}
#option .content .box .inner-top {
  align-items: center;
}
#option .content .inner ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  border-radius: 24px;
  padding: 5px 50px;
  background: #fbd9ac;
}
#option .content .inner ul li + li {
  margin-top: 12px;
}
#option .content .inner .inner-left {
  background: #e0e0e1;
  padding: 16px 30px 36px;
  border-radius: 5px;
  margin-right: 13px;
}
#option .content .title-inner {
  background: #FFF;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
}
#option .content .inner .inner-left p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}
#option .button-bg {
  position: relative;
  background: #f26c36;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 20px;
  width: 100%;
  margin-top: 16px;
  padding: 5px;
  border-bottom: 5px solid #aa4c25;
}
#option .button-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 99%;
  transform: translateX(-50%);
  height: 50%;
  background: rgba( 255, 255, 255, 0.2);
  border-radius: 20px;
  z-index: 0;

}
#option .button-bg {
  transition: opacity 0.2s;
  cursor: pointer;
}
#option .button-bg:hover {
  opacity: 0.8;
}
#option .button-bg {
  z-index: 1;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34, 0px 0px 6px #ef4c34;
}
#option .content .px-0 {
  padding-left: 0;
  padding-right: 0;
}
#option .content .box .wraper {
  background: #eff1e3;
  border-radius: 10px;
  padding: 16px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#option .content .box .wraper div .titile {
  font-weight: bold;
  font-size: 24px;
  background: linear-gradient(transparent 75%, #dfdc49 75%);
  margin: 0 auto;
  width: fit-content;
  padding: 0 20px;
}
#option .content .box .wraper div p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: 16px 0;
  text-align: left;
}
#option .content .box .wraper .bg-green {
  background: #d7e5b0;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#option .content .box .wraper ul {
  margin-top: 10px;
}
#option .content .box .wraper ul li {
  background: transparent;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}
#option .content .box .wraper ul li span {
  background: #f7f9ef;
  margin-right: 10px;
  padding: 0 16px;
  min-width: 112px;
  display: inline-block;
}
#option .content .special-box {
  display: flex;
  gap: 20px;
}
#option .content .special-box .box {
  width: 50%;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#option .content .special-box .box .wraper {
  width: 100%;
  background: transparent;
  padding: 0;
  width: 100%;
}
#option .content .special-box .box p {
  text-align: left;
}
#option .content .box .wraper .modal_target {
  position: fixed;
  display: none;
  z-index: 4;
  width: 750pt;
  margin-top: 54px;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  text-align: center;
  max-height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: auto;
}
#option .modal-close {
  background: url(/images/controls.png) no-repeat -50px -25px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#option .option_rental_overlay {
  display: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  opacity: 0.8;
  width: 100%;
  height: 100vh;
  top: 107px;
  left: 0;
}
#option .snsArea .snsbtniti {
  display: none;
}
#option .content .box .wraper ul li .option {
  display: none;
}

#option .content .box .option_img_content {
  text-align: center;
  margin: 30px;
}
#option .content .box .option_img_content img{
  height: 150px;
}
/* Css option pc end. */

/* Css option sp begin. */
@media screen and (max-width: 768px) {
  #option .content .box .title {
    margin-bottom: 10px;
  }
  #option .snsArea {
    height: auto;
  }
  #option .snsArea .snsbtniti {
    display: flex;
  }
  #option .banner .wrap img {
    height: 170px;
  }
  #option .banner .wrap-text {
    left: 26px;
    bottom: 34px;
  }
  #option .banner .wrap-text p {
    margin-top: 10px;
  }
  #option .content {
    padding: 40px 10px 80px;
  }
  #option .content .box {
    padding: 20px 10px;
  }
  #option .content .box p {
    font-size: 12px;
    line-height: 18px;
  }
  #option .content .box #text_description1 {
    font-size: 0.8rem;
  }
  #option .content .box #text_description2 {
    font-size: 0.8rem;
  }
  #option .content .inner {
    padding: 0;
    gap: 10px;
    justify-content: space-between;
  }
  #option .content .inner ul li {
    padding: 5px 10px;
    font-size: 12px;
  }
  #option .content .inner .inner-left {
    margin-right: 0;
    padding: 10px;
  }
  #option .content .title-inner {
    padding: 0 10px;
    font-size: 14px;
    display: block;
    text-align: center;
  }
  #option .content .inner .inner-left p {
    font-size: 12px;
    text-wrap: nowrap;
  }
  #option .content .box h5 {
    font-size: 15px;
    margin: 10px 0 0;
  }
  #option .fd-column {
    flex-direction: column;
  }
  #option .content .box .wraper {
    width: 100%;
    padding: 10px;
  }
  #option .content .box .wraper div .titile {
    font-size: 18px;
  }
  #option .content .box .wraper div p {
    font-size: 12px;
    line-height: 18px;
  }
  #option .content .box .wraper div #content_text_description1 {
    font-size: 0.8rem;
  }
  #option .content .box .wraper ul li {
    font-size: 11px;
  }
  #option .content .box .wraper ul li span {
    padding: 0 10px;
    min-width: 84px;
    margin-right: 6px;
  }
  #option .content .px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #option .content .special-box .box {
    width: 100%;
  }
  #option .content .box .title div h3 {
    font-size: 18px;
  }
  #option .content .special-box {
    gap: 0;
  }
  #option .content .box {
    margin-bottom: 30px;
  }
  #option .content .box .wraper .modal_target {
    width: 90%;
    top: 45%;
  }
  #option .content .special-box .box p {
    text-align: center;
  }
  #option .option_rental_overlay {
    top: 50px;
  }
  #option .content .box .wraper .modal_target {
    padding-left: 0;
    padding-right: 0;
  }
  #option .content .box .title div {
    padding: 0 6px;
  }
}
/* Css option sp end. */