@charset "UTF-8";
.box2 {
  margin: 10px 50px;
  width: 850px;
  border: 3px solid #00833E;
  position: relative;
  padding: 10px 20px;
  background-color: #FFF;
  border: none;
  padding: 0;
}

@media screen and (max-width: 750px) {
  .box2 {
    margin: 0 auto;
    width: 88%;
  }
}

.box2 .discount {
  position: absolute;
  top: -14px;
  left: -40px;
}

@media screen and (max-width: 750px) {
  .box2 .discount {
    position: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    margin: auto;
    margin: 20px auto;
    width: 40%;
  }
}

.box2 .discount2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57px;
  top: -31px;
}

.box2 .discount3 {
  position: absolute;
  top: -40px;
  left: -20px;
}

@media screen and (max-width: 750px) {
  .box2 .discount3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    top: -60px;
  }
}

.box2 p {
  margin: 25px 20px 20px 90px;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .box2 p {
    margin: 0px auto 10px auto;
  }
}

.box2 p span {
  color: #00833E;
  font-weight: bold;
}

.box2 p img {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .box2 {
    position: relative !important;
    padding-left: 20px;
    background-color: #FFFAB1;
    margin: 0 auto;
    width: 88%;
  }
}

.box2 img {
  margin: 0;
  width: 100%;
  max-height: 2486px;
}

@media screen and (max-width: 750px) {
  .box2 img {
    vertical-align: inherit;
    width: 88%;
  }
}

.box2 .details {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  text-align: center !important;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .box2 .details {
    left: 0;
    right: 0;
    margin: auto;
    width: 87%;
  }
}

.box2 .details img {
  width: 653px;
}

@media screen and (max-width: 750px) {
  .box2 .details img {
    width: 60%;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 0;
    margin: auto;
  }
}

.box2 .details2 {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  text-align: center !important;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .box2 .details2 {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.box2 .details2 img {
  width: inherit;
}

@media screen and (max-width: 750px) {
  .box2 .details2 img {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.box2 .details3 {
  position: absolute;
  width: 255px;
  top: 83%;
  left: 0;
  right: 0;
  margin: auto;
}

.box2 .details3 img {
  width: 255px;
}

.box2 .details4 {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  text-align: center !important;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .box2 .details4 {
    top: -600px;
  }
}

.box2 .details4 img {
  width: 209px;
}

.box2 .details4sp {
  position: absolute;
  top: 20px;
}

.box2 .details4sp ul {
  vertical-align: initial;
}

.box2 .details4sp ul li {
  position: absolute;
  top: 20px;
}

.box2 .details4sp ul li img {
  width: 70%;
  position: inherit;
}

.box2 .details5 {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 676px;
}

@media screen and (max-width: 750px) {
  .box2 .details5 {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.box2 .details5 img {
  width: 323px;
}

@media screen and (max-width: 750px) {
  .box2 .details5 img {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.box1 {
  margin: 10px 50px;
  width: 850px;
  border: 3px solid #00833E;
  position: relative;
  padding: 10px 20px;
  background-color: #FFF;
}

@media screen and (max-width: 750px) {
  .box1 {
    margin: 0 auto;
    width: 88%;
  }
}

.box1 .discount {
  position: absolute;
  top: -14px;
  left: -40px;
}

@media screen and (max-width: 750px) {
  .box1 .discount {
    position: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    margin: auto;
    margin: 20px auto;
    width: 40%;
  }
}

.box1 .discount2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57px;
  top: -31px;
}

.box1 .discount3 {
  position: absolute;
  top: -40px;
  left: -20px;
}

@media screen and (max-width: 750px) {
  .box1 .discount3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    top: -60px;
  }
}

.box1 p {
  margin: 25px 20px 20px 90px;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .box1 p {
    margin: 0px auto 10px auto;
  }
}

.box1 p span {
  color: #00833E;
  font-weight: bold;
}

.box1 p img {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .box1 {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.osusume {
  text-align: center;
  background-image: url(../img/osusumesp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: white;
  width: 87%;
  height: auto;
  margin: 0 auto;
  display: flex-col;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45%;
  padding-bottom: 20px;
  overflow: hidden;
}

.osusume img {
  width: 50%;
  margin-bottom: 30px;
}

.gallery {
  text-align: center;
  background-image: url(../img/gallerysp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: white;
  width: 87%;
  height: auto;
  margin: 0 auto;
  display: flex-col;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40%;
  padding-bottom: 20px;
  overflow: hidden;
}

.gallery img {
  width: 50%;
  margin-bottom: 40px;
}

.kanko {
  text-align: center;
  background-image: url(../img/kankosp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 87%;
  height: auto;
  margin: 0 auto;
  display: flex-col;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40%;
  padding-bottom: 20px;
  overflow: hidden;
}

.kanko img {
  width: 70%;
  margin-bottom: 40px;
}

.kanko2 {
  text-align: center;
  background-image: url(../img/kanko2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #FEFAB1;
  height: auto;
  margin: 0 auto;
  display: flex-col;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 170px;
  padding-bottom: 60px;
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .kanko2 {
    background-size: 100% 100%;
    background-image: url(../img/kanko2sp.png);
    width: 87%;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 20px;
  }
}

.kanko2 img {
  width: inherit;
  margin-bottom: 20px;
  margin-left: 80px;
}

@media screen and (max-width: 750px) {
  .kanko2 img {
    width: 70%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.ekinet {
  text-align: center;
  background-image: url(../img/ekinet-sp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: white;
  width: 87%;
  height: auto;
  margin: 0 auto;
  display: flex-col;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100%;
  padding-bottom: 20px;
  overflow: hidden;
  pasition: relative;
}

.ekinet img {
  width: 70%;
}

.navi {
  text-align: center !important;
}

.navi img {
  max-width: 275px;
}

@media screen and (max-width: 750px) {
  .navi img {
    max-width: 90%;
  }
}

.ratebox {
  position: relative;
  margin: 20px auto;
}

.ratebox .dc35 {
  position: absolute;
  left: -40px;
  top: 120px;
}

@media screen and (max-width: 750px) {
  .ratebox .dc35 {
    left: -40px;
    top: 7%;
    width: 30%;
  }
}

.ratebox .dc30 {
  position: absolute;
  left: -40px;
  top: 90px;
}

@media screen and (max-width: 750px) {
  .ratebox .dc30 {
    left: -40px;
    top: 20%;
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .ratebox .dc30-2 {
    position: absolute;
    left: -40px;
    top: 4%;
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  #lk004 {
    margin: 0 auto;
    padding: 0 auto;
  }
}

.descript {
  margin-left: 40px;
}

@media screen and (max-width: 750px) {
  .descript {
    margin: 0 10px;
  }
}

@media screen and (max-width: 750px) {
  .descript img {
    width: inherit !important;
    margin-bottom: 10px;
  }
}

a.anchor {
  display: block;
  padding-top: 150px;
}

h2 {
  font-size: rem(22);
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 2em;
}

br {
  line-height: ｜0em;
  height: 0;
}

.grntxt {
  color: #00833E;
}

.container {
  width: 950px;
  overflow: hidden;
  margin: 0px auto;
  padding-bottom: 40px;
  padding-top: 10px;
  background-color: #FFFAB1;
}

@media screen and (max-width: 750px) {
  .container {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 0;
  }
}

.container h1 {
  font-size: rem(36);
  margin: 1em auto;
  text-align: center;
  line-height: 1.7em;
  font-weight: 900;
  color: #5D5D5D;
  text-shadow: 1px 1px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

@media screen and (max-width: 750px) {
  .container h1 {
    font-size: rem(24);
    text-align: left;
    margin: 1em 10px 0px 1em;
  }
}

#breadcrumb {
  width: 950px !important;
  margin: 10px auto;
}

@media screen and (max-width: 750px) {
  #breadcrumb {
    display: none;
  }
}

#merit {
  margin: 40px auto;
}

.wid_1 {
  width: 950px;
  width: 950px;
}

@media screen and (max-width: 750px) {
  .wid_1 {
    width: 100%;
  }
}

#nav_main ul {
  width: 950px;
}

@media screen and (max-width: 750px) {
  #nav_main ul {
    width: 100%;
  }
}

footer {
  width: 950px;
}

.imgbox {
  border: 1px solid #C5C5C5;
  padding: 15px;
  text-align: center;
  width: 100%;
  margin: 0px auto 10px auto;
}

.imgbox img {
  margin: 0px auto;
}

section {
  padding-bottom: 2em;
}

.txtclr1 {
  font-size: 2rem;
  color: #009EE2;
}

.txtclr2 {
  font-size: 2rem;
  color: #F0948E;
}

.txtclr3 {
  font-size: 2rem;
  color: #AFCF1F;
}

.txtclr4 {
  font-size: 2rem;
  color: #F4A442;
}

.ltsp {
  margin-left: 20px;
}

.details {
  padding-bottom: 0px;
  padding-right: 10px;
  text-align: right;
}

.details img {
  width: 200px;
}

@media screen and (max-width: 750px) {
  .details img {
    width: 320px;
    margin: 5px auto;
  }
}

@media screen and (max-width: 750px) {
  .details {
    text-align: center !important;
  }
}

.dw1 {
  border: 1px solid #009EE2;
  border-radius: 8px;
  width: 95%;
  padding: 4px;
  text-align: center;
  margin-bottom: 10px;
  font-size: rem(28);
  line-height: 1.8em;
}

.dw1:hover {
  background-color: #009EE2;
  color: #fff;
}

.dw2 {
  border: 1px solid #009EE2;
  border-radius: 8px;
  width: 95%;
  padding: 4px;
  text-align: center;
  margin-bottom: 10px;
  font-size: rem(28);
  line-height: 1.8em;
  border: 1px solid #F0948E;
}

.dw2:hover {
  background-color: #009EE2;
  color: #fff;
}

.dw2:hover {
  background-color: #F0948E;
}

.dw3 {
  border: 1px solid #009EE2;
  border-radius: 8px;
  width: 95%;
  padding: 4px;
  text-align: center;
  margin-bottom: 10px;
  font-size: rem(28);
  line-height: 1.8em;
  border: 1px solid #AFCF1F;
}

.dw3:hover {
  background-color: #009EE2;
  color: #fff;
}

.dw3:hover {
  background-color: #AFCF1F;
}

.dw4 {
  border: 1px solid #009EE2;
  border-radius: 8px;
  width: 95%;
  padding: 4px;
  text-align: center;
  margin-bottom: 10px;
  font-size: rem(28);
  line-height: 1.8em;
  border: 1px solid #F4A442;
}

.dw4:hover {
  background-color: #009EE2;
  color: #fff;
}

.dw4:hover {
  background-color: #F4A442;
}

.ttl1 {
  background-color: #009EE2;
  border-radius: 22px;
  width: 95%;
  padding: 12px 0px 4px 0px;
  text-align: center;
  color: #fff;
  font-size: rem(32);
  line-height: 1.6em;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

@media all and (-ms-high-contrast: none) {
  .ttl1 {
    padding: 4px;
  }
}

.ttl1s {
  background-color: #009EE2;
  border-radius: 22px;
  width: 95%;
  padding: 12px 0px 4px 0px;
  text-align: center;
  color: #fff;
  font-size: rem(32);
  line-height: 1.6em;
  letter-spacing: 2px;
  margin-bottom: 15px;
  padding: 8px;
}

@media all and (-ms-high-contrast: none) {
  .ttl1s {
    padding: 4px;
  }
}

.ttl2 {
  background-color: #009EE2;
  border-radius: 22px;
  width: 95%;
  padding: 12px 0px 4px 0px;
  text-align: center;
  color: #fff;
  font-size: rem(32);
  line-height: 1.6em;
  letter-spacing: 2px;
  margin-bottom: 15px;
  background-color: #F0948E;
}

@media all and (-ms-high-contrast: none) {
  .ttl2 {
    padding: 4px;
  }
}

.ttl2s {
  background-color: #009EE2;
  border-radius: 22px;
  width: 95%;
  padding: 12px 0px 4px 0px;
  text-align: center;
  color: #fff;
  font-size: rem(32);
  line-height: 1.6em;
  letter-spacing: 2px;
  margin-bottom: 15px;
  background-color: #F0948E;
  padding: 4px;
}

@media all and (-ms-high-contrast: none) {
  .ttl2s {
    padding: 4px;
  }
}

.ttl3 {
  background-color: #009EE2;
  border-radius: 22px;
  width: 95%;
  padding: 12px 0px 4px 0px;
  text-align: center;
  color: #fff;
  font-size: rem(32);
  line-height: 1.6em;
  letter-spacing: 2px;
  margin-bottom: 15px;
  background-color: #AFCF1F;
}

@media all and (-ms-high-contrast: none) {
  .ttl3 {
    padding: 4px;
  }
}

.ttl4 {
  background-color: #009EE2;
  border-radius: 22px;
  width: 95%;
  padding: 12px 0px 4px 0px;
  text-align: center;
  color: #fff;
  font-size: rem(32);
  line-height: 1.6em;
  letter-spacing: 2px;
  margin-bottom: 15px;
  background-color: #F4A442;
}

@media all and (-ms-high-contrast: none) {
  .ttl4 {
    padding: 4px;
  }
}

.lgtxt {
  font-size: rem(25);
}

/*ボタンスタイル*/
#menu .btn a {
  display: inherit;
  background: none;
  color: #fff;
  padding: 0;
  text-align: center;
  border: none !important;
}

#menu .btn a:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 749px) {
  .container {
    max-width: 749px;
  }
}

.inline-block {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.object-top {
  -o-object-position: top;
  object-position: top;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.w-full {
  width: 100%;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media (max-width: 749px) {
  .sm\:block {
    display: block;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:w-full {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */