@charset "utf-8";

@import "./destyle.min.css";
@import "./moto.css";

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #6f5966;
}

/* モーダル開閉時の横スクロール抑止とレイアウトずれ対策 */
.modal-open {
  overflow-y: hidden;
}

.modal-open .layout-shift-guard {
  padding-right: var(--scrollbar-width, 0px);
}

main {
  position: relative;
}

.fc-color1 {
  color: #e8456c;
}
.fs-xl {
  font-size: 50px;
}
.bg01 {
  background-image: url("../images/2026spring/bg01.webp");
  background-position: top;
  background-size: cover;
  overflow-x: hidden;
}
.bgc01 {
  background: linear-gradient(to bottom left, #f8c2d9, #f9f7ca);
}
.bgc02 {
  background: linear-gradient(to bottom right, #f9f7ca, #9cf2f2);
}
.bgc-white {
  background-color: #fff;
}

.btnWrap {
  margin-top: 25px;
  text-align: center;
}
.btnWrap a {
  display: inline-block;
  min-width: 300px;
  border-radius: 20px;
  padding: 10px 15px 12px;
  font-size: 18px;
  text-align: center;
  background-color: #fce3e9;
  color: #e8456c;
  text-decoration: none;
  position: relative;
}
.btnWrap a::after {
  content: url("../images/2026spring/btn01-arrow.svg");
  display: inline-block;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.btnWrap2 a.btn {
  display: inline-block;
  min-width: 250px;
  border-radius: 25px;
  padding: 12px 15px 12px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e8456c;
  text-decoration: none;
  position: relative;
  color: #e8456c;
}
.btnWrap2 a.btn:hover {
  background-color: #e8456c;
  color: #fff;
  transition: 0.5s;
}
.btnWrap2 a.btn::after {
  content: url("../images/2026spring/btn01-arrow.svg");
  display: inline-block;
  position: absolute;
  right: 15%;
  top: 54%;
  transform: translateY(-50%);
}

#sec01 {
  margin-top: -10vh;
  padding-top: 15vh;
}
@media screen and (max-width: 768px) {
  #sec01 {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.sec01Inner {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.title01 {
  text-align: center;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
}
.title01.t2 {
  top: -5%;
}
@media screen and (max-width: 900px) {
  .title01 {
    width: 70%;
  }
}
.sec01Inner-02 {
  width: min(1000px, 100%);
  margin: 60px auto;
  gap: 30px;
  padding-top: 100px;
  align-items: center;
}
.bg_kumo {
  background-image: url("../images/2026spring/bg_kumo01.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 670px;
}
.tit1 {
  text-align: center;
}
.tit1 span {
  display: block;
  margin-bottom: 10px;
}
.sec01Inner-02 h4 {
  border-top: 1px solid #7c3750;
  border-bottom: 1px solid #7c3750;
  padding: 10px 0;
  margin-bottom: 15px;
  color: #7c3750;
  font-size: 21px;
}
.sec01Inner-02 p {
  text-align: left;
  color: #7c3750;
  font-size: 16px;
}

.img03Wrap {
  margin-top: -90px;
  margin-bottom: 25px;
}

#sec02 {
  padding-bottom: 100px;
}
.sec02Inner {
  background-color: #fff;
  margin: 0 auto;
  padding: 60px 30px;
  width: 90%;
  border-radius: 30px;
}
.sec02-img01 {
  width: 800px;
  max-width: 40%;
  margin: 0 0 0 auto;
  display: block;
}
.sec02-img02 {
  width: 800px;
  max-width: 50%;
  margin: 0 auto 0 0;
  display: block;
}

.sec02Inner .in {
  width: 100vw;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.sec02Inner .in2 {
  width: 100vw;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
.sec02Inner .in3 {
  position: relative;
  width: 75%;
  margin: 160px auto 0;
  padding-top: 60px;
}
.sec02Inner .in3 .sec02-img04-1 {
  margin: 0 auto;
  display: block;
}
.sec02Inner .in3 .sec02-img04-2 {
  position: absolute;
  top: -80px;
  left: -60px;
}
.sec02Inner .in3 .sec02-img04-3 {
  position: absolute;
  bottom: -5%;
  right: 0;
}
.sec02Inner .in3 p {
  font-size: 17px;
  margin-top: 20px;
  width: 60%;
}
.tit2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.tit2 span {
  background-color: #f087a0;
  padding: 5px 10px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 10px;
}
.sec02Inner .in p {
  font-size: 17px;
}
.sec02Inner .in .left .flex01 {
  display: flex;
  align-items: center;
  gap: 25px;
}
.sec02Inner .in3 .titWrap {
  position: absolute;
  right: -5%;
  top: 0;
  display: flex;
  align-items: flex-start;
}
.sec02Inner .in3 .titWrap .tit2 {
  margin-bottom: 0;
  margin-top: 50px;
}

.pinkWaku {
  border: 2px solid #e8456c;
  border-radius: 5px;
  position: relative;
  padding: 25px 25px 40px;
  margin: 0 auto 60px;
  display: flex;
  gap: 30px;
  align-items: center;
  width: min(1000px, 100%);
}
.pinkWaku .img01 {
  margin-top: -40px;
  max-width: 50%;
}
.pinkWaku .btnWrap {
  position: absolute;
  right: 30px;
  bottom: -15px;
}
.pinkWaku .pinkWaku-title {
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 5px 15px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.pinkWaku .img02 {
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}
.pinkWaku .flex {
  gap: 30px;
  align-items: center;
}
.pinkWaku .flex .img03,
.pinkWaku .flex p {
  max-width: 30%;
}
@media screen and (max-width: 1200px) {
  .pinkWaku .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pinkWaku .flex .img03 {
    width: 40%;
    max-width: 40%;
  }
  .pinkWaku .flex p {
    width: 100%;
    max-width: 100%;
  }
  .sec02Inner .in3 .sec02-img04-2 {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .sec02Inner .in {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .sec02-img01 {
    width: 100vw;
    max-width: 100%;
    margin-left: calc(50vw - 50%);
    padding-left: calc(50% - 50vw);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .sec02Inner .in .left .flex01 {
    align-items: flex-start;
  }
  .sec02Inner {
    padding: 25px 15px;
  }
  .tit2 {
    font-size: 16px;
  }
  .sec02Inner .in .left .flex01 img,
  .sec02Inner .in2 .left .flex01 img {
    width: 80px;
    position: absolute;
  }
  .sec02Inner .in .left,
  .sec02Inner .in2 .left {
    position: relative;
  }
  .sec02Inner .in .left .flex01 h2,
  .sec02Inner .in2 .left .flex01 h2 {
    margin-left: 85px;
  }
  .sec02Inner .in {
    gap: 15px;
  }
  .sec02Inner .in p {
    font-size: 14px;
  }
  .pinkWaku {
    flex-direction: column;
    padding: 20px 15px 25px;
  }
  .pinkWaku .img01 {
    max-width: 100%;
  }
  .pinkWaku .btnWrap {
    right: 15px;
    bottom: -14px;
  }
  .btnWrap a {
    font-size: 14px;
    padding: 5px 10px;
    min-width: 200px;
  }
  .pinkWaku .btnWrap a::after {
    right: 6%;
    top: 54%;
  }
  .sec02Inner .in2 {
    flex-direction: column-reverse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .sec02-img02 {
    width: 100vw;
    max-width: 100%;
    margin-left: calc(50% - 50vw);
    margin-bottom: 25px;
  }
  .pinkWaku .flex {
    gap: 15px;
  }
}

#sec03 {
  background: url("../images/2026spring/sec03-bg01.webp") no-repeat center
    center;
}
#sec03 .tit01Wrap {
  text-align: center;
}
#sec03 .tit01Wrap img {
  display: block;
  margin: 0 auto;
}
#sec03 .tit01Wrap img.sec03-img01 {
  margin-bottom: 40px;
}
#sec03 .tit01Wrap img.sec03-img02 {
  margin-bottom: 20px;
}
.titFlag {
  margin-top: 60px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.pointUl {
  border-top: 2px dotted #867780;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.pointUl li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
  border-bottom: 2px dotted #867780;
  align-items: center;
  line-height: 1.5;
}
.pointUl .pointImg {
  text-align: center;
  padding: 25px 0;
  margin-bottom: 0;
}
.pointUl .pointText {
  padding: 25px 0;
  margin-bottom: 0;
}
#sec03 .txtWrap {
  margin-top: 60px;
  border: 3px solid #f087a0;
}
#sec03 .txtWrap h4 {
  background-color: #f087a0;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}
#sec03 .txtWrap p {
  padding: 25px;
  text-align: center;
}
.sec03-img05Wrap {
  margin-top: 40px;
  position: relative;
}

.sec04Wrap {
  text-align: center;
  padding: 25px 50px;
  border-radius: 30px;
  margin-top: 60px;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
.sec04Wrap.in2 {
  margin-top: 120px;
  padding-bottom: 100px;
}
.sec04Wrap img.sec04-tit01 {
  display: block;
  margin: -60px auto 25px;
}
.sec04Wrap img.sec04-img01 {
  position: absolute;
  left: 5%;
  top: -60px;
}
.sec04Wrap h3.sec04-tit02 {
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 2;
}
.voiceUl > li:last-child {
  border-bottom: 1px solid #6f5966;
}
.voiceUl h4 {
  font-size: 26px;
  border-top: 1px solid #6f5966;
  border-bottom: 1px dashed #6f59665e;
  padding: 25px;
}
.voiceTxt {
  text-align: left;
  width: 80%;
  margin: 20px auto 20px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.reserveBtnWrap {
  text-align: center;
  position: sticky;
  z-index: 100;
  bottom: 5%;
  width: 100%;
  margin-top: -160px;
}
.reserveBtnWrap .reserveBtn {
  background-image: url("../images/2026spring/btn-line.webp");
  background-repeat: repeat-x;
  background-position: center;
}

.reserveBtnWrap .inner .ue {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reserveBtnWrap .inner .tit {
  z-index: 10;
  margin-top: -50px;
  background-color: #fff;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 10px;
  color: #e8456c;
  font-size: 20px;
}

.reserveBtnWrap a.btn {
  display: inline-block;
  padding: 30px 60px;
  background-color: #e8456c;
  border: 1px solid #e8456c;
  color: #fff;
  position: relative;
  font-size: 27px;
  border-radius: 50px;
  margin-top: -20px;
}
.reserveBtnWrap a.btn:hover {
  background-color: #fff;
  color: #e8456c;
  transition: 0.5s;
}
.reserveBtnWrap a.btn::after {
  content: url("../images/2026spring/reservebtn-arrow.webp");
  display: inline-block;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.syasyu_tit_w {
  background: none;
}
.plan_area_nakami {
  background-color: rgb(255 255 255 / 50%);
  border-radius: 80px;
  padding: 8% 30px;
  /* margin-left: 2%; */
  /* margin-right: 2%; */
  width: 96%;
  margin-bottom: 50px;
	max-width: 1000px;
	margin: 0 auto;
}
.plan_area_nakami p {
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 50px;
}
.plan_area_nakami p:first-child {
  color: #964557;
}
.price_tabarea .price_tab {
  width: calc(100% / 2);
  height: 70px;
  line-height: 3.5;
  text-align: center;
  color: #3567be;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
}
.price_content table {
  width: 100%;
}
.price_content th,
.price_content td {
  border: 1px solid #ccc;
  height: 100px;
}
.price_content .lp_ryokin td {
  background-color: #ffff;
  font-size: 20px;
  font-weight: bold;
  color: #e91e63;
}
.plan_area_nakami p {
  font-size: 18px;
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
p.chuijiko {
  font-size: 18px;
}
.price_tab.active {
  background-color: #3567be;
  color:  #fff!important;
  border: 1px solid #3567be;
}
.price_content,
.plan_content {
  display: none;
}

.price_content.active,
.plan_content.active {
  display: block;
}
.tsuika_area table {
  width: 100%;
}
.tsuika_area th,
.tsuika_area td {
  border: 1px solid #ccc;
  line-height: 1.8;
  vertical-align: middle;
}
.tsuika_area th {
  text-align: center;
}
.tsuika_area td {
  text-align: left;
  padding-left: 20px;
  background-color: #fff;
}
.tsuika_area {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 50px;
}
.tsuika_area h3 {
  color: #964557;
  margin-top: 20px;
}
section#ryokin_area .moushikomi_back {
  bottom: 0;
  position: absolute;
  bottom: -16px;
  height: 29px;
  width: 100%;
}
.bgc_f1 {
  background-color: #f1f1f1;
}
.lp_ryokin th,
.lp_ryokin td {
  vertical-align: middle;
  text-align: center;
}
.chuiUl {
  list-style: disc;
  margin-left: 27px;
  text-align: left;
  line-height: 1.5;
}
.chuiUl li:not(:last-child) {
  margin-bottom: 10px;
}

.plan_area_nakami p.ta_left {
  text-align: left;
}
.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w100 {
  width: 100%;
}

/* 料金タブ*/
.price_tabarea {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  cursor: pointer;
}
.plan_tabarea {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.plan_tabarea:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #3567be;
  display: block;
  order: -1;
}
.price_tab {
  width: calc(100% / 2);
  height: auto;
  line-height: 3.5;
  text-align: center;
  color: #3567be;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #3567be;
}
.lp_tab {
  width: calc(100% / 2) !important;
  height: 70px;
  line-height: 3.5;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.price_tab .calc_4 {
  width: calc(100% / 4);
  font-size: 17px;
  line-height: 4;
  text-align: center;
  color: white;
  font-weight: bold;
}
.price_content.active {
  display: block;
}
.plan_tabarea .plan_tab {
  color: #fff;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.plan_tabarea:not(:last-of-type) {
  margin-right: 5px;
}
.plan-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.price_tab span {
  font-size: 70%;
  vertical-align: middle;
  padding-left: 5px;
}

.plan_tab.active {
  background-color: #3567be;
  color: #fff;
}

.plan_tab.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #3567be;
  border-width: 14px;
  margin-left: -14px;
}
.price_content,
.plan_content,
.plan_content.plan_02 {
  display: none;
}
.price_content .active,
.plan_content .active,
.plan_content.plan_02 .active {
  display: block;
}
div.plan_tab:nth-child(1),
div.plan_tab:nth-child(2),
div.plan_tab:nth-child(3) {
  margin-right: 0.5%;
}

.fc_midashi {
  color: #3567bf;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  font-size: 30px;
}
.fc_red {
  color: #e53244;
}
.midashiline_center::after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 130px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3567bf;
}

@media screen and (max-width: 768px) {
  div.plan_tab:nth-child(1),
  div.plan_tab:nth-child(2),
  div.plan_tab:nth-child(3) {
    margin-right: inherit;
  }
  .plan_tabarea {
    display: block;
  }
  .plan_tab {
    width: 47%;
    margin: 0 1% 5%;
    font-size: 12px;
    height: 60px;
    float: left;
  }
  .plan_tabarea .plan_tab {
    padding: 5px 3px;
  }
  .price_tabarea .price_tab {
    font-size: 14px;
    line-height: initial;
    padding-top: 2%;
  }
  .price_tab.calc_4 {
    font-size: 12px;
    line-height: initial;
    padding-top: 3%;
  }
  .min_h > div {
    min-height: 95px;
  }
}

footer {
  margin-top: 20px;
  padding: 140px 20px 20px;
  background-image: url("../images/2026spring/tama01.webp");
  background-repeat: no-repeat;
  background-position: top right;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
footer .footer-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
footer .footer-right h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
}
.footer-nav {
  display: flex;
  gap: 25px;
  align-items: center;
}
.copyright {
  font-size: 16px;
  margin-top: 25px;
}

@media screen and (max-width: 1100px) {
  .sec02Inner .in3 .sec02-img04-3 {
    right: -20%;
  }
}
@media screen and (max-width: 768px) {
  .sec01Inner-02 {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 0;
    padding-top: 60px;
  }
  .sec01Inner-02 > img {
    position: absolute;
    top: 0;
    width: 80px;
    right: 0;
  }
  #sec01 .tama01 {
    position: absolute;
    top: -20px;
  }
  #sec01 .tama02 {
    position: absolute;
    top: 14%;
  }
  .btnWrap a::after {
    right: 8%;
  }
  .sec01Inner-02 h3 {
    font-size: 14px;
  }
  .sec01Inner-02 h3 img {
    width: 60%;
  }
  .sec01Inner-02 h4 {
    font-size: 18px;
  }
  .sec01Inner-02 p {
    font-size: 14px;
  }

  .img03Wrap .img03 {
    width: 80%;
    margin-top: 60px;
	  position: relative;
  }
  .reserveBtnWrap a.btn {
    font-size: 16px;
    padding: 10px 25px;
    width: 60%;
  }
  .reserveBtnWrap .inner .tit {
    font-size: 14px;
    padding: 8px 12px;
	  margin-bottom: 5px;
  }
  .reserveBtnWrap .inner .ue img {
    width: 120px;
  }
  .reserveBtnWrap .inner .ue {
    margin-bottom: 5px;
  }
  .sec02Inner .in3 {
    width: 100%;
    margin-top: 60px;
  }
  .sec02Inner .in3 .sec02-img04-2 {
	  margin-top: 20px;
	}
  .sec02Inner .in3 .titWrap img {
    width: 80px;
    position: absolute;
    top: 12%;
    left: -16px;
  }
  .sec02Inner .in3 .titWrap {
    position: static;
    margin-top: -20px;
  }
  .sec02Inner .in3 .titWrap .tit2 {
    margin-top: 0;
  }
  .sec02Inner .in3 p {
    font-size: 14px;
    width: 100%;
  }
  .sec02Inner .in3 .sec02-img04-3 {
    position: static;
    width: 80%;
    margin: 0 0 0 auto;
    display: block;
  }
  #sec02 {
    padding-bottom: 40px;
  }
  .pinkWaku .img02 {
    margin-top: 0;
  }
  .sec02Inner .in2 + .pinkWaku .pinkWaku-title {
    left: 5%;
    transform: translateX(0);
  }
  .sec02Inner .in2 + .pinkWaku .img02a {
    width: 120px;
    position: absolute;
    top: -60px;
    right: 0;
  }
  .pointUl li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .pointUl .pointImg {
    padding: 5px 0;
    width: 20%;
  }
  .pointUl .pointText {
    padding: 5px 0;
    width: 80%;
  }
  .titFlag {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .titFlag img {
    width: 40px;
  }
  .titFlag .tit .fs-xl {
    font-size: 30px;
  }
  #sec04 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 125px;
  }
  .sec04Wrap {
    padding: 20px 15px;
  }
  .sec04Wrap img.sec04-img01 {
    width: 80px;
  }
  .sec04Wrap img.sec04-tit01 {
    width: 160px;
  }
  .sec04Wrap h3.sec04-tit02 {
    font-size: 18px;
    line-height: 1.5;
  }
  .voiceUl h4 {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  .voiceTxt {
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
  }
  .voiceTxt p {
    font-size: 12px;
  }
  .voiceTxt .voiceImg {
    width: 60px;
  }
  .sec04Wrap.in2 h3.sec04-tit02 {
    text-align: left;
    font-size: 16px;
  }
  .reserveBtnWrap {
    margin-top: -110px;
  }
  .bg01 {
    background-size: contain;
  }
  footer {
    padding: 20px 0 10px;
  }
  .footer-inner {
    gap: 5px;
    flex-direction: column;
    text-align: center;
  }
  .footer-inner .footer-left img {
    width: 120px;
    margin: 0 auto 5px;
    display: block;
  }
  .btnWrap2 a.btn {
    min-width: 200px;
    padding: 8px 10px;
    font-size: 14px;
  }
  .sec04Wrap.in2 {
    margin-top: 80px;
    padding-bottom: 25px;
  }
  .tsuika_area th,
  .tsuika_area td {
    font-size: 14px;
  }
  .chuiUl li {
    font-size: 12px;
  }
  footer .footer-right {
    text-align: center;
    align-items: center;
  }
  footer .footer-right h2 {
    font-size: 12px;
    margin: 0 auto 15px;
  }
  .footer-nav img {
    width: 30px;
  }
  .copyright {
    font-size: 12px;
  }
}

/* タブコンテンツの表示制御 */
.price_content {
  display: none;
}

.price_content.active {
  display: block;
}

.price_tab {
  cursor: pointer;
  transition: all 0.3s ease;
}

/* .price_tab:hover {
  background-color: #d3e2fd;
  color: #3567be;
}
*/
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(55 55 55 / 92%);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* モーダル表示状態 */
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* モーダルの中身*/
.modal-content {
  background: #fff;
  padding: 1rem 1rem 60px;
  border-radius: 10px;
  width: 80vw;
  max-width: 1200px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  height: 80%;
  overflow: scroll;
}
.modal-content .container_in {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}
/* アニメーション*/
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* tokuten */
.bgc_pink {
  background-color: #fde6e7;
}
.bgc_yellow {
  background-color: #fdfbe6;
}
.bgc_blue {
  background-color: #e6f6fd;
}
.toku_w {
  border-radius: 5px;
  padding: 5px 40px 30px;
}
.toku_w .ic01 {
  position: absolute;
  top: -50px;
}
.toku_w .ic02 {
  position: absolute;
  top: -80px;
}
.toku_w h3 {
  margin-top: 25px;
  padding-left: 70px;
}
.toku_w.wrap1 .inner {
  float: left;
  width: 65%;
}
.toku_w.wrap1 .img01 {
  float: right;
}
.toku_w.wrap1 .img01.shokupan_img {
  max-width: 30%;
  width: 100%;
}
.toku_w.wrap1 .inner .column2_w {
  display: flex;
}
.toku_w.wrap1 .inner .column2_w .f_right {
  margin-left: 10%;
}

.toku_w .bg1 {
  background-color: #fff;
  padding: 10px 25px;
}
.column2_w.or .bg1 {
  width: 45%;
}
.column2_w .bg1 h4 {
  border-bottom: 1px dashed #343434;
  padding-bottom: 5px;
}
.column2_w.or .f_left p {
  padding-left: 60px;
}
.column2_w.or .f_left::after {
  content: "OR";
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translateY(-50%);
}

.tokuten_a {
  position: absolute;
  left: -5px;
  bottom: -35px;
  margin-bottom: 0;
}
.toku_w.wrap1 h4 {
  border-bottom: 1px dashed #343434;
  padding-bottom: 5px;
}
.toku_w.wrap1 .bg1 {
  min-height: 130px;
}

.toku_w.wrap2 {
  margin-top: 50px;
}
.toku_w.wrap2 p {
  width: 32%;
  float: left;
  margin-right: 3%;
}
.toku_w.wrap2 .inner .column2_w {
  max-width: 65%;
  width: 100%;
  float: right;
}
.toku_w.wrap2 .inner .column2_w div {
  width: 48%;
}
.toku_w.wrap2 .inner .column2_w div img {
  width: 100%;
}
.tokuten_w1a .inner,
.tokuten_w2a .inner {
  width: 95%;
  float: right;
  border-left: 3px dashed #070707;
  margin-bottom: 20px;
}
.tokuten_w1a .inner {
  padding: 20px 30px;
}
.tokuten_w2a .inner {
  padding: 20px 0;
}
.tokuten_w2a .tag {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 5px;
  border: 1px solid #343434;
  margin-left: -20px;
  background-color: #fff;
  display: inline-block;
}

.toku_w.wrap3 {
  margin-top: 50px;
}
.toku_w.wrap3 .inner p {
  width: 65%;
  float: left;
}
.toku_w.wrap3 .inner img {
  float: right;
  max-width: 30%;
  width: 100%;
}

.tokuten_w2a.wrap3 .inner .column2_w {
  padding-left: 10%;
}
.tokuten_w2a.wrap3 .inner .column2_w div {
  width: 48%;
  margin-right: 2%;
}
.tokuten_w2a.wrap3 .inner .column2_w div:last-child {
  margin-right: 0;
}
.tokuten_w2a.wrap3 .inner .column2_w div p {
  width: 100%;
  max-width: 420px;
}
.tokuten_w2a.wrap3 .inner {
  padding: 60px 0 40px;
}
.tokuten_w2a.wrap3 .inner .tag {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.toku_w.wrap4 {
  margin-top: 50px;
}
.toku_w.wrap4 h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.toku_w.wrap5 {
  margin-top: 50px;
}
.toku_w.wrap5 h4 {
  border-bottom: 1px dashed #343434;
  padding-bottom: 5px;
}
.toku_w.wrap5 .reflesh_ul {
  margin-bottom: 0;
}
.toku_w.wrap5 .reflesh_ul > li:first-child {
  position: relative;
}
.toku_w.wrap5 .reflesh_ul > li:nth-child(2) {
  position: relative;
}
.toku_w.wrap5 .reflesh_ul > li:first-child::after {
  position: absolute;
  content: "OR";
  top: 20%;
  right: -12%;
}
.toku_w.wrap5 .reflesh_ul > li:nth-child(2)::after {
  position: absolute;
  content: "OR";
  top: 20%;
  right: -12%;
}

.tokuten_w1a.wrap5 h3 {
  position: relative;
  border-bottom: 0;
  background-color: #f1f1f1;
  padding: 8px 10px 10px;
  cursor: pointer;
}
.tokuten_w1a.wrap5 h3::before {
  content: "・ ";
}
.tokuten_w1a.wrap5 h3::after {
  content: "+";
  position: absolute;
  right: 10px;
}
.tokuten_w1a.wrap5 h3.mn::after {
  content: "-";
}
.tokuten_w1a.wrap5 h3 span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 0;
}
.tokuten_w1a.wrap5 .column2_w .f_left,
.tokuten_w1a.wrap5 .column2_w .f_right {
  width: 48%;
}
.tokuten_w1a.wrap5 .column2_w .f_left img,
.tokuten_w1a.wrap5 .column2_w .f_right img {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}
.tokuten_w1a.wrap5 .nkw {
  padding: 0 20px;
  margin-bottom: 40px;
}
.tokuten_w1a.wrap5 .nkw h4 {
  font-size: 18px;
  border: 1px solid #343434;
  padding: 5px;
  margin-top: 20px;
  display: inline-block;
}
.tokuten_w1a.wrap5 .nkw dl {
  display: flex;
  flex-wrap: wrap;
}
.tokuten_w1a.wrap5 .nkw dl dt {
  font-size: 16px;
  font-weight: normal;
  width: 30%;
  border-bottom: 1px dashed #707070;
  margin-bottom: 5px;
  text-align: left;
}
.tokuten_w1a.wrap5 .nkw dl dd {
  width: 70%;
  border-bottom: 1px dashed #707070;
  margin-bottom: 5px;
  text-align: left;
}
.tokuten_w1a.wrap5 .nkw .column2_w {
  margin-bottom: 20px;
}

.toku_w.wrap6 {
  margin-top: 50px;
}
.toku_w.wrap6 h4 {
  font-size: 16px;
  border-bottom: 1px dashed #707070;
}

.toku_w.wrap6 .yushoku_ul {
  display: flex;
  margin-top: 40px;
}
.toku_w.wrap6 .yushoku_ul li {
  padding: 20px 15px 30px;
}
.toku_w.wrap6 .yushoku_ul li:last-child {
  padding: 0;
}
.toku_w.wrap6 .yushoku_ul.ul2 .tokuten_ic {
  margin-bottom: 40px;
}
.toku_w.wrap6 .yushoku_ul.ul2 li:first-child p {
  margin-bottom: 60px;
}
.toku_w.wrap6 .nyuyoku_w {
  margin-top: 100px;
}

.toku_w.wrap7 {
  margin-top: 50px;
}

/* 無料送迎バスサービス */
.bus_service {
}
.img_txt_kasane.nanameblue_w {
  padding: 60px 0;
  background-image: linear-gradient(
      170deg,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 30%
    ),
    url(https://maxdrs.com/wp-content/themes/max_t/images/back_blue.png);
}
.img_txt_kasane img {
  max-width: 690px;
  width: 100%;
  float: left;
}
.img_txt_kasane .inner {
  margin-bottom: 40px;
}
.img_txt_kasane .inner .txt {
  position: relative;
  float: right;
  background-color: #fff;
  margin-top: -23%;
  padding: 45px 50px;
  max-width: 600px;
  width: 100%;
}
.img_txt_kasane .inner .txt .btn_w {
  text-align: right;
}
.img_txt_kasane .inner .txt .btn_w .btn {
  position: absolute;
  bottom: -30px;
  right: 50px;
}
.img_txt_kasane.right_left img {
  float: right;
}
.img_txt_kasane.right_left .inner .txt {
  float: left;
}
@media screen and (max-width: 1100px) {
  .img_txt_kasane.nanameblue_w {
    background-image: linear-gradient(
        170deg,
        rgba(255, 255, 255, 1) 35%,
        rgba(255, 255, 255, 0) 30%
      ),
      url(https://maxdrs.com/wp-content/themes/max_t/images/back_blue.png);
  }
  .img_txt_kasane .inner .txt {
    margin-top: -15%;
  }
}
@media screen and (max-width: 768px) {
  .img_txt_kasane.nanameblue_w {
    background-image: linear-gradient(
        170deg,
        rgba(255, 255, 255, 1) 30%,
        rgba(255, 255, 255, 0) 30%
      ),
      url(https://maxdrs.com/wp-content/themes/max_t/images/back_blue.png);
  }
  .nanameblue_w.img_txt_kasane {
    padding: 60px 0 10px;
  }
  .img_txt_kasane img {
    max-width: 768px;
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .img_txt_kasane .inner .txt {
    padding: 20px;
    margin-top: 0;
    max-width: 768px;
    float: none;
  }
  .img_txt_kasane .inner .txt.in_btn {
    padding: 20px 20px 50px;
  }
}
@media screen and (max-width: 550px) {
  .img_txt_kasane .inner .txt .btn_w .btn {
    right: 20px;
    left: 0;
    width: 100%;
  }
}
#bus_point1,
#bus_point2,
#bus_point3 {
  padding-top: 65px;
  margin-top: -65px;
}

/* 2カラム */
.column2_w55 > div,
.column2_w55 > li {
  width: 50%;
}
.column2_w64 > div:first-child,
.column2_w64 > li:first-child {
  width: 60%;
}
.column2_w64 > div:last-of-type,
.column2_w64 > li:last-child {
  width: 40%;
}
.column2_w46 > div:first-child,
.column2_w46 > li:first-child {
  width: 40%;
}
.column2_w46 > div:last-of-type,
.column2_w46 > li:last-of-type {
  width: 60%;
}
.column2_w73 > div:first-child,
.column2_w73 > li:first-child {
  width: 70%;
}
.column2_w73 > div:last-of-type,
.column2_w73 > li:last-child {
  width: 30%;
}
.column2_w37 > div:first-child,
.column2_w37 > li:first-child {
  width: 30%;
}
.column2_w37 > div:last-of-type,
.column2_w37 > li:last-child {
  width: 70%;
}
ul.column2_w55,
ul.column2_w64,
ul.column2_w46,
ul.column2_w73,
ul.column2_w37,
ul.column3_w,
ul.column4_w,
ul.column5_w {
  padding-left: 0;
}
ul.column2_w55 > li,
ul.column2_w64 > li,
ul.column2_w46 > li,
ul.column2_w73 > li,
ul.column2_w37 > li,
ul.column3_w > li,
ul.column4_w > li,
ul.column5_w > li {
  float: left;
  list-style: none;
}

/* 3カラム */
.column3_w > div,
ul.column3_w > li {
  width: 33%;
  margin-right: 0.5%;
  float: left;
}
.column3_w > div:last-child,
ul.column3_w > li:last-child,
ul.column3_w > li:nth-child(3n) {
  margin-right: 0;
}

/* 4カラム */
.column4_w > div,
.column4_w > li {
  width: 25%;
  float: left;
}

/* 5カラム */
.column5_w > div,
.column5_w > li {
  width: 20%;
  float: left;
}

.column2_w55.w48 > li,
.column2_w55.w48 > div {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
}
.column2_w55.w48 > li:nth-child(even),
.column2_w55.w48 > div:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .column2_w55.w48 > li,
  .column2_w55.w48 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.column2_w55.w47 > li,
.column2_w55.w47 > div {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 60px;
}
.column2_w55.w47 > li:nth-child(even),
.column2_w55.w47 > div:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .column2_w55.w47 > li,
  .column2_w55.w47 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* float */
.f_left {
  float: left;
}
.f_right {
  float: right;
}

/* 768pxでカラムをスマホ対応 */
@media screen and (max-width: 768px) {
  .column2_w55 > div.f_left,
  .column2_w55 > div.f_right {
    float: none;
    width: 100%;
  }
  .column2_w64 > div.f_left,
  .column2_w64 > div.f_right {
    float: none;
    width: 100%;
  }
  .column2_w46 > div.f_left,
  .column2_w46 > div.f_right {
    float: none;
    width: 100%;
  }
  .column2_w73 > div.f_left,
  .column2_w73 > div.f_right {
    float: none;
    width: 100%;
  }
  .column2_w37 > div.f_left,
  .column2_w37 > div.f_right {
    float: none;
    width: 100%;
  }
  ul.column2_w55 > li,
  ul.column2_w64 > li,
  ul.column2_w46 > li,
  ul.column2_w73 > li,
  ul.column2_w37 > li,
  ul.column3_w > li,
  ul.column4_w > li,
  ul.column5_w > li {
    float: none;
    width: 100%;
  }

  /* 3カラム */
  .column3_w > div,
  ul.column3_w > li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }
  /* 4カラム */
  .column4_w > div,
  .column4_w > li {
    width: 100% !important;
    float: none;
  }
  /* 5カラム */
  .column5_w > div,
  .column5_w > li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .column2_w55 > div,
  .column2_w64 > div,
  .column2_w46 > div,
  .column2_w73 > div,
  .column2_w37 > div,
  .column3_w > div,
  .column4_w > div,
  .column5_w > div {
    margin-bottom: 1em;
  }
}

/* clearfix */
#container:after,
#navi ul:after,
.column2_w55:after,
.column2_w64:after,
.column2_w46:after,
.column2_w73:after,
.column2_w37:after,
.column3_w:after,
.column4_w:after,
.column5_w:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
#container,
#navi ul,
.column2_w55,
.column2_w64,
.column2_w46,
.column2_w73,
.column2_w37,
.column3_w,
.column4_w,
.column5_w,
.clearfix {
  display: block;
}

@media screen and (max-width: 768px) {
  .toku_w.wrap1 .inner {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .toku_w.wrap1 .img01.shokupan_img {
    max-width: 100%;
  }

  .toku_w.wrap2 .inner p {
    width: 100%;
    float: none;
  }
  .toku_w.wrap2 .inner .column2_w {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .toku_w.wrap3 .inner p {
    width: 100%;
    float: none;
  }
  .toku_w.wrap3 .inner img {
    width: 100%;
    float: none;
    margin-top: 20px;
    max-width: 100%;
  }
  .tokuten_w2a.wrap3 .inner .column2_w div {
    width: 100%;
    float: none;
  }
  .tokuten_w2a.wrap3 .inner .column2_w div.f_left {
    margin-bottom: 20px;
  }
  .tokuten_w2a.wrap3 .inner .column2_w div img {
    width: 100%;
  }
  .reflesh_ul {
    display: block;
    margin-bottom: 0;
  }
  .reflesh_ul > li {
    margin-bottom: 20px;
  }
  .reflesh_ul > li:last-child {
    margin-bottom: 0;
  }
  .toku_w.wrap6 .yushoku_ul {
    display: block;
  }
  .yushoku_ul > li {
    margin-bottom: 20px;
  }
  .yushoku_ul > li:last-child {
    margin-bottom: 0;
  }
  .yushoku_ul > li:last-child img {
    width: 100%;
  }

  .toku_w.wrap6 .nyuyoku_w {
    margin-top: 120px;
  }

  .tokuten_w1a.wrap5 h3 img {
    width: 40%;
  }
  .tokuten_w1a.wrap5 h3 span {
    font-size: 14px;
    margin-left: 10px;
  }
  .maxmoney_w .inner2 .column3_w {
    display: block;
    margin-bottom: 20px;
  }
  .maxmoney_w .inner2 .column3_w > li {
    margin-bottom: 40px;
  }

  .toku_w.wrap1 .inner .column2_w {
    display: block;
  }
  .toku_w.wrap1 .column2_w.or .bg1 {
    width: 100%;
    float: none;
  }
  .toku_w.wrap1 .column2_w.or .f_left::after {
    right: 50%;
    bottom: -30%;
    top: auto;
    transform: none;
  }
  .toku_w.wrap1 .column2_w.or .f_right {
    margin-left: 0;
    margin-top: 45px;
  }
  .toku_w {
    padding-left: 20px;
    padding-right: 20px;
  }
  .toku_w.wrap1 {
    margin-top: 50px;
  }
  .toku_w .ic01 {
    left: 5px;
  }
  .toku_w .ic02 {
    left: -10px;
    top: -80px;
  }
  .toku_w h3 {
    margin-top: 25px;
  }

  .tokuten_w1a .inner {
    padding: 20px 0 20px 20px;
  }
  .tokuten_w1a.wrap5 .column2_w .f_left,
  .tokuten_w1a.wrap5 .column2_w .f_right {
    width: 100%;
    float: none;
  }
  .tokuten_w1a.wrap5 .nkw {
    padding: 0;
  }
  .maxmoney_w img.img_money {
    max-width: 768px;
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .maxmoney_w .inner .txt {
    padding: 20px;
    float: none;
    margin-top: 0;
    max-width: 768px;
  }

  .toku_w.wrap2 {
    margin-top: 50px;
  }
  .toku_w.wrap2 .ic01 {
    top: -50px;
  }

  .toku_w.wrap4 {
    padding-bottom: 5px;
  }
  .toku_w.wrap4 h3 {
    padding-top: 2px;
  }

  .toku_w.wrap2 .inner .column2_w div {
    width: 100%;
    float: none;
  }

  .toku_w.wrap5 .reflesh_ul > li:first-child {
    margin-bottom: 40px;
  }
  .toku_w.wrap5 .reflesh_ul > li:first-child::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -30px;
  }
  .toku_w.wrap5 .reflesh_ul > li:nth-child(2) {
    margin-bottom: 40px;
  }
  .toku_w.wrap5 .reflesh_ul > li:nth-child(2)::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -30px;
  }
  .toku_w.wrap6 .yushoku_ul.ul2 li:first-child p {
    margin-bottom: 90px;
  }
  .toku_w.wrap6 .yushoku_ul.ul2 .tokuten_ic {
    margin-bottom: 65px;
  }
  .maxmoney_w .inner2 .column3_w > li:last-child {
    margin-bottom: 0;
  }
  .tokuten_w1a.wrap5 .nkw .column2_w {
    margin-bottom: 40px;
  }

  .price_content .lp_ryokin td {
    font-size: 14px;
  }
  .plan_area_nakami p {
    font-size: 14px;
  }
  .fc_midashi {
    font-size: 22px;
  }
  .tsuika_area h3 {
    font-size: 18px;
  }
  .tsuika_area {
    margin-bottom: 0;
  }
  .plan_area_nakami {
    border-radius: 40px;
  }
  .modal-content .container_in p,
  .modal-content .container_in ul > li {
    text-align: left;
  }
  .img_txt_kasane .inner .txt .btn_w .btn {
    position: static;
    min-width: auto;
  }
}
/* width指定 */
.wid10 {
  width: 10%;
}
.wid20 {
  width: 20%;
}
.wid30 {
  width: 30%;
}
.wid40 {
  width: 40%;
}
.wid50 {
  width: 50%;
}
.wid60 {
  width: 60%;
}
.wid70 {
  width: 70%;
}
.wid80 {
  width: 80%;
}
.wid90 {
  width: 90%;
}
.wid100 {
  width: 100%;
}

/* margin padding 指定 */
.mar0 {
  margin: 0 !important;
}
.mart0 {
  margin-top: 0 !important;
}
.mart5p {
  margin-top: 5%;
}
.mart8p {
  margin-top: 8%;
}
.mart10p {
  margin-top: 10%;
}
.mart15p {
  margin-top: 15%;
}
.mart20p {
  margin-top: 20%;
}
.marb0 {
  margin-bottom: 0 !important;
}
.marb5p {
  margin-bottom: 5%;
}
.marb8p {
  margin-bottom: 8%;
}
.marb10p {
  margin-bottom: 10%;
}
.marb15p {
  margin-bottom: 15%;
}
.marb20p {
  margin-bottom: 20%;
}

.padt0 {
  padding-top: 0 !important;
}
.padt5p {
  padding-top: 5%;
}
.padt8p {
  padding-top: 8%;
}
.padt10p {
  padding-top: 10%;
}
.padt15p {
  padding-top: 15%;
}
.padt20p {
  padding-top: 20%;
}
.padb0 {
  padding-bottom: 0;
}
.padb5p {
  padding-bottom: 5%;
}
.padb8p {
  padding-bottom: 8%;
}
.padb10p {
  padding-bottom: 10%;
}
.padb15p {
  padding-bottom: 15%;
}
.padb20p {
  padding-bottom: 20%;
}

.marr0 {
  margin-right: 0 !important;
}
.marr5px {
  margin-right: 5px;
}
.marr10px {
  margin-right: 10px;
}
.marr20px {
  margin-right: 20px;
}
.marr30px {
  margin-right: 30px;
}

.marl0 {
  margin-left: 0 !important;
}
.marl5px {
  margin-left: 5px;
}
.marl10px {
  margin-left: 10px;
}
.marl20px {
  margin-left: 20px;
}
.marl30px {
  margin-left: 30px;
}

.mart5px {
  margin-top: 5px !important;
}
.mart10px {
  margin-top: 10px !important;
}
.mart15px {
  margin-top: 15px !important;
}
.mart20px {
  margin-top: 20px !important;
}
.mart25px {
  margin-top: 25px !important;
}
.mart30px {
  margin-top: 30px !important;
}
.mart35px {
  margin-top: 35px !important;
}
.mart40px {
  margin-top: 40px !important;
}
.mart50px {
  margin-top: 50px !important;
}
.mart60px {
  margin-top: 60px !important;
}
.mart70px {
  margin-top: 70px !important;
}
.mart80px {
  margin-top: 80px !important;
}
.mart90px {
  margin-top: 90px !important;
}
.mart100px {
  margin-top: 100px !important;
}
.marb5px {
  margin-bottom: 5px !important;
}
.marb10px {
  margin-bottom: 10px !important;
}
.marb15px {
  margin-bottom: 15px !important;
}
.marb20px {
  margin-bottom: 20px !important;
}
.marb25px {
  margin-bottom: 25px !important;
}
.marb30px {
  margin-bottom: 30px !important;
}
.marb35px {
  margin-bottom: 35px !important;
}
.marb40px {
  margin-bottom: 40px !important;
}
.marb50px {
  margin-bottom: 50px !important;
}
.marb60px {
  margin-bottom: 60px !important;
}
.marb70px {
  margin-bottom: 70px !important;
}
.marb80px {
  margin-bottom: 80px !important;
}
.marb90px {
  margin-bottom: 90px !important;
}
.marb100px {
  margin-bottom: 100px !important;
}
.marb1em {
  margin-bottom: 1em !important;
}

.padt5px {
  padding-top: 5px !important;
}
.padt8px {
  padding-top: 8px !important;
}
.padt10px {
  padding-top: 10px !important;
}
.padt15px {
  padding-top: 15px !important;
}
.padt20px {
  padding-top: 20px !important;
}
.padt25px {
  padding-top: 25px !important;
}
.padt30px {
  padding-top: 30px !important;
}
.padt35px {
  padding-top: 35px !important;
}
.padt40px {
  padding-top: 40px !important;
}
.padt50px {
  padding-top: 50px !important;
}
.padt60px {
  padding-top: 60px !important;
}
.padt70px {
  padding-top: 70px !important;
}
.padt80px {
  padding-top: 80px !important;
}
.padt90px {
  padding-top: 90px !important;
}
.padt100px {
  padding-top: 100px !important;
}
.padt110px {
  padding-top: 110px !important;
}
.padt120px {
  padding-top: 120px !important;
}
.padt130px {
  padding-top: 130px !important;
}
.padb5px {
  padding-bottom: 5px !important;
}
.padb10px {
  padding-bottom: 10px !important;
}
.padb15px {
  padding-bottom: 15px !important;
}
.padb20px {
  padding-bottom: 20px !important;
}
.padb25px {
  padding-bottom: 25px !important;
}
.padb30px {
  padding-bottom: 30px !important;
}
.padb35px {
  padding-bottom: 35px !important;
}
.padb40px {
  padding-bottom: 40px !important;
}
.padb50px {
  padding-bottom: 50px !important;
}
.padb60px {
  padding-bottom: 60px !important;
}
.padb70px {
  padding-bottom: 70px !important;
}
.padb80px {
  padding-bottom: 80px !important;
}
.padb90px {
  padding-bottom: 90px !important;
}
.padb100px {
  padding-bottom: 100px !important;
}
.padl0px {
  padding-left: 0px !important;
}
.padl10px {
  padding-left: 10px !important;
}
.padr10px {
  padding-right: 10px !important;
}
