@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
body {
/* ゴシック */
 font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
 font-size: 16px;
 background: #274e4d;
}

img {
  width: inherit;
}

a:hover img {
  opacity: 0.5;
}

.wrapper .btn a {
  width: 80%;
  max-width: 480px;
  display: block;
  padding: 24px;
  font-size: 120%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #1e1e1e;
  border-radius: 40px;
  margin: 24px auto 0;
  box-shadow: 0px 14px 22px -14px #005a57;
}

.wrapper .btn a:hover {
  color: #fff;
  opacity: 0.8;
}

.wrapper {
  background: #007e7a;
  width: 94%;
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
  min-height: 100vh;
  background-image: url(../images/img_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
  box-shadow: 0px 0px 36px 0 #003231;
}

.wrapper::before ,
.wrapper::after {
  display: block;
  content: '';
  height: 100%;
  width: 10px;
  background: rgb(198,124,9);
  background: linear-gradient(0deg, rgba(198,124,9,1) 28%, rgba(251,235,189,1) 100%);
  position: absolute;
  z-index: 1;
}

.wrapper::before {
  top: 0;
  left: 0;
}

.wrapper::after {
  top: 0;
  right: 0;
}

.wrapper_body {
  border-left: 6px rgb(198,124,9) solid;
  border-right: 6px rgb(198,124,9) solid;
  border-image: linear-gradient(0deg, rgba(198,124,9,1) 28%, rgba(251,235,189,1) 100%);
  border-image-slice: 1;
  width: 934px;
  margin: 0 auto;
  padding: 0 0 200px;
  height: 100%;
  min-height: 100vh;
}

.wrapper_body::before ,
.wrapper_body::after {
  display: block;
  content: '';
  height: 100%;
  position: absolute;
  width: 1px;
  background: rgb(198,124,9);
  background: linear-gradient(0deg, rgba(198,124,9,1) 28%, rgba(251,235,189,1) 100%);
  position: absolute;
  z-index: 1;
}

.wrapper_body::before {
  top: 0;
  left: 58px;
}

.wrapper_body::after {
  top: 0;
  right: 58px;
}

.wrapper_body h1 {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.sub_page h1 img {
  max-width: 300px;
}

.wrapper_body a {
  color: #ffe100;
  text-decoration: underline;}

.wrapper_body a:hover {
  color: #72d553;
  text-decoration: none;
}

.wrapper_body a:hover img {
  opacity: 0.9;
}


.sub_page .wrapper_body h1 {
  padding: 24px 0;
}

section {
  max-width: 720px;
  margin: 0 auto;
  width: 90%;
}

.btn_Back a {
  display: block;
  width: 80%;
  max-width: 480px;
  border-radius: 26px;
  background: #2ec3bd;
  height: 52px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  color: #fff;
}

.btn_Back a:hover {
  color: #fff;
  box-shadow: 0px 4px 24px -5px #094a48;
}

.download {
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
}

.download p {
  margin: 8px;
}

.download p img {
  width: 100%;
}

.urano_img {
  text-align: center;
}

.text_base {
  background: #007e7a;
  padding: 20px 10px;
  color: #fef8ce;
  line-height: 150%;
}

.text_base h2 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin: 24px 0 40px;
}

.text_base p {
  margin: 0 auto 2em;
}

.text_base dt {
  font-size: 120%;
  font-weight: 600;
}

.text_base dd {
  margin: 0.75em auto 3em;
  padding-left: 0.25em;
}

.text_base dd div {
  padding: 16px;
  margin: 16px 8px;
  border: 1px #958e5e solid;
}

.text_base dd li {
  padding: 2px 0 2px 12px;
  margin: 16px 0 0 8px;
  border-left: 2px #958e5e solid;
}

.priceCell {
  background: #ffecd0;
  padding: 1em;
  border-radius: 16px;
  color: #966001;
  width: 80%;
  margin: 0 auto 24px;
  min-width: 300px;
  border: 4px solid #e5c24b;
}

.priceCell li {
  line-height: 40px;
  font-size: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
  flex-wrap: wrap;
}

.priceCell li a {
  text-decoration: none;
  color: #fff;
  background: #ff3399;
  border-radius: 36px;
  width:128px;
  text-align: center;
}

.priceCell li a:hover {
  color: #fff;
}

.priceCell span {
  color: #ff3399;
  margin-left: 8px;
}

.priceCell li p {
  margin: 0;
  background: url(../images/iconMiniPoint@3x.png) left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 24px;

}

.contents {
  margin: 80px auto 0;
}

.contents h2 {
  font-size: 200%;
  color: #fff;
  text-shadow: 4px 4px 0px #1d4746;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 auto 40px;
}

.price_box{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.pirce_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.pirce_list {
  margin: 0 16px 16px;;
}

.pirce_list img {
    margin-right: 24px;
}

.pirce_list div {
  font-size: 120%;
  color: #fff;
  letter-spacing: 0.1em;
}

.pirce_list div p {
  color: #fdeeb5;
  margin-top: 4px;
}

.pirce_list div p span {
  font-weight: 500;
  font-size: 150%;
}

.price_point {
 color: #fdeeb5;
 margin: 16px auto auto 16px;
 line-height: 150%;
 font-weight: 200;
}

footer {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 0;
  color: #f9e7b7;
}

.menu_wrap {
  position: relative;
  width: 100%;
}

.menu_wrap::before {
  content: url(../images/frame_L.png);
  position: absolute;
  top: -4px;
  left: -30px;
}

.menu_wrap::after {
  content: url(../images/frame_R.png);
  position: absolute;
  top: -4px;
  right: -30px;
}

footer .footer_menu {
  display: flex;
  width: 100%;
  font-size: 16px;
  margin: 0 auto ;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 24px 8px;
  background: rgb(198,124,9);
  background: linear-gradient(0deg, rgba(157,101,11,1) 28%, rgba(213,156,61,1) 100%);
}

footer .footer_menu a {
  color: #f9e7b7;
  text-decoration: underline;
}

footer .footer_menu a:hover{
  color: #fff;
  text-decoration: none;
}

footer .copyrights {
  text-align: center;
  margin: 24px auto 0;
  width: 80%;
}

/* SP =================================== */


@media screen and (max-width: 1100px) {

  .wrapper {
    width: 100%;
  }

  .wrapper_body {
    width: 96%;
    border-left:3px rgb(198,124,9) solid;
    border-right:3px rgb(198,124,9) solid;
  }

  .wrapper::before ,
  .wrapper::after {
    width: 5px;
  }

  .wrapper_body::before {
    top: 0;
    left: 4%;
  }

  .wrapper_body::after {
    top: 0;
    right: 4%;
  }

  .wrapper_body h1 {
    width: 80%;
  }

  .wrapper_body h1 img {
    width: 100%;
  }

  .menu_wrap::before ,
  .menu_wrap::after {
    content: none;
  }

  .contents h2

}


@media screen and (max-width: 621px) {

  .wrapper_body h1 {
    width: 94%;
  }

  footer .footer_menu {
    padding: 12px 4px;
    font-size: 14px;
  }

  footer .footer_menu li{
    margin-bottom: 4px;
  }

  .priceCell {
    padding:  1em 0.8em;
  }

  .priceCell li p {
    padding-left: 18px;
  }

  .priceCell span {
    margin-left: 4px;
    font-size: 80%;
  }

  .priceCell li  {
    width: auto;
  }

  .priceCell li a {
    width: 76px;
    font-size: 80%;
  }



}

@media screen and (max-width: 481px) {

  .text_base {
    font-size: 14px;
  }

  .contents h2 {
    font-size: 160%;

  }

  .text_base h2 {
    margin: 0 auto 24px;
  }

  .pirce_list {
    margin: 0 4px 16px;
  }

  .pirce_list div {
    font-size: 100%;
  }

  .pirce_list img {
    width: 60px;
  }

}
