@charset "UTF-8";
#hero {
  width: 100%;
  position: relative;
  height: 900px;
    /* .circle {

        width: 600px;
        height: 600px;
        border-radius: 300px;
        border: solid thin #a28462;
        position: absolute;
        right: -200px;
        bottom: -150px;
        clip-path: inset(0 200px 0 0);
        z-index: 100;
		overflow: hidden;

    }*/ }
  #hero .logoSp {
    display: none; }
  #hero .logoEnglishSp {
    display: none; }
  #hero .cover {
    position: absolute;
    left: calc(50% - 100px);
    width: calc(50% + 100px);
    height: 700px;
    background-image: url("../img/price/hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 350px;
    border-top-left-radius: 350px; }
  #hero .text h1 {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38px;
    letter-spacing: 0.1em;
    position: absolute;
    left: calc(50% - 500px);
    top: 300px; }
  #hero .circle {
    width: 400px;
    /* 切り抜き後の幅 */
    height: 700px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -150px; }
  #hero .circle::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: solid thin #a28462;
    left: 0;
    top: 0;
    z-index: 100; }
  #hero .heroSp {
    display: none; }

#section01 {
  padding: 100px 0; }
  #section01 h2 {
    text-align: center;
    color: #a28462;
    font-size: 40px;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal; }
  #section01 .titleEn {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #a28462; }
  #section01 .text {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-top: 50px; }
  #section01 > div {
    width: 1000px;
    position: relative;
    margin: 70px auto; }
    #section01 > div .attention {
      position: absolute;
      bottom: -30px;
      right: -5px; }
  #section01 table {
    border-collapse: collapse;
    width: 100%; }
    #section01 table tr th {
      border: solid thin #a28462; }
      #section01 table tr th:nth-of-type(2), #section01 table tr th:nth-of-type(3) {
        width: 37%;
        background-color: #a28462;
        text-align: center;
        padding: 20px; }
        #section01 table tr th:nth-of-type(2) .sub, #section01 table tr th:nth-of-type(3) .sub {
          padding: 5px 0 7px 0;
          text-align: center;
          color: #a28462;
          border-radius: 20px;
          background-color: white;
          margin-bottom: 5px; }
        #section01 table tr th:nth-of-type(2) .title, #section01 table tr th:nth-of-type(3) .title {
          color: white;
          font-size: 25px;
          text-align: center;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal; }
    #section01 table tr th:nth-of-type(2) {
      border-right: solid thin white; }
    #section01 table tr th:nth-of-type(3) {
      border-left: solid thin white; }
    #section01 table tr td {
      border: solid thin #a28462;
      height: 70px;
      line-height: 1; }
      #section01 table tr td:first-of-type {
        font-size: 22px;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center; }
        #section01 table tr td:first-of-type span {
          font-size: 18px; }
      #section01 table tr td:first-of-type span {
        font-size: 17px;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal; }
      #section01 table tr td:nth-of-type(2), #section01 table tr td:nth-of-type(3) {
        font-size: 33px;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: right;
        padding-right: 30px; }
        #section01 table tr td:nth-of-type(2) span, #section01 table tr td:nth-of-type(3) span {
          font-size: 17px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal; }
        #section01 table tr td:nth-of-type(2) .tax, #section01 table tr td:nth-of-type(3) .tax {
          font-size: 17px;
          ont-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal; }
    #section01 table tr:nth-of-type(odd) td {
      background-color: #e6e3e2; }
  #section01 .attentionSP {
    display: none; }

#section02 > div {
  width: 1000px;
  margin: 0px auto 0 auto;
  position: relative; }
  #section02 > div .attention {
    position: absolute;
    bottom: -30px;
    right: -5px; }
  #section02 > div table {
    width: 100%;
    border-collapse: collapse; }
    #section02 > div table tr {
      height: 70px;
      border: solid thin #a28462;
      text-align: center; }
      #section02 > div table tr th {
        height: 35px;
        background-color: #a28462;
        color: white;
        font-size: 25px;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center; }
      #section02 > div table tr td {
        font-size: 22px;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center; }
    #section02 > div table tr:nth-of-type(3) {
      background-color: #e6e3e2; }
  #section02 > div .attentionSP {
    display: none; }

#section03 {
  width: 1000px;
  padding-top: 50px;
  border-top: solid thin #a28462;
  margin: 100px auto 0 auto;
  padding-bottom: 100px; }
  #section03 dl {
    margin-bottom: 20px; }
    #section03 dl dt {
      font-size: 18px;
      background-color: #4d4d4d;
      padding: 7px 0 9px 0;
      text-align: center;
      color: white;
      width: 200px;
      line-height: 1; }
    #section03 dl dd {
      font-size: 16px;
      padding: 10px 20px 20px 20px;
      line-height: 1.8; }
      #section03 dl dd span.pc {
        display: inline-block; }

#section04 {
  background-image: url("../img/price/cover.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 340px;
  width: 100%; }

@media (max-width: 1100px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    width: 100%;
    position: relative;
    height: auto; }
    #hero .logoSp {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 150px;
      z-index: 1000;
      display: block; }
    #hero .logoEnglishSp {
      display: block;
      position: absolute;
      top: 220px;
      right: 0;
      width: 220px; }
    #hero .heroSp {
      width: 95%;
      position: relative;
      top: auto;
      margin-top: 70px;
      display: block;
      height: auto; }
    #hero .cover {
      /*position: relative;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: url("../img/flow/heroSP.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;*/
      display: none; }
    #hero .text h1 {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 30px;
      letter-spacing: 0.1em;
      position: relative;
      left: auto;
      text-align: center;
      top: auto;
      color: #333;
      width: auto;
      display: block;
      padding-top: 150px; }

  #section01 {
    padding: 70px 0 0 0; }
    #section01 h2 {
      text-align: center;
      color: #a28462;
      font-size: 40px;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
    #section01 .titleEn {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-align: center;
      color: #a28462; }
    #section01 .text {
      font-size: 16px;
      text-align: center;
      line-height: 2;
      margin-top: 50px; }
    #section01 > div {
      width: 100%;
      position: relative;
      margin: 70px auto; }
      #section01 > div .attention {
        display: none;
        position: absolute;
        bottom: -30px;
        right: -5px; }
    #section01 table {
      border-collapse: collapse;
      width: 95%;
      margin: 0 auto; }
      #section01 table tr th {
        border: solid thin #a28462; }
        #section01 table tr th:nth-of-type(2), #section01 table tr th:nth-of-type(3) {
          width: 37%;
          background-color: #a28462;
          text-align: center;
          padding: 5px; }
          #section01 table tr th:nth-of-type(2) .sub, #section01 table tr th:nth-of-type(3) .sub {
            padding: 5px;
            text-align: center;
            color: #a28462;
            border-radius: 20px;
            background-color: white;
            margin-bottom: 5px;
            font-size: 13px; }
          #section01 table tr th:nth-of-type(2) .title, #section01 table tr th:nth-of-type(3) .title {
            color: white;
            font-size: 18px;
            text-align: center;
            font-family: "hina-mincho", sans-serif;
            font-weight: 400;
            font-style: normal; }
      #section01 table tr th:nth-of-type(2) {
        border-right: solid thin white; }
      #section01 table tr th:nth-of-type(3) {
        border-left: solid thin white; }
      #section01 table tr td {
        border: solid thin #a28462;
        height: 70px;
        line-height: 1; }
        #section01 table tr td:first-of-type {
          font-size: 13px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          text-align: center; }
          #section01 table tr td:first-of-type span {
            font-size: 13px; }
        #section01 table tr td:first-of-type span {
          font-size: 10px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal; }
        #section01 table tr td:nth-of-type(2), #section01 table tr td:nth-of-type(3) {
          font-size: 18px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          text-align: center;
          padding-right: 0px; }
          #section01 table tr td:nth-of-type(2) span, #section01 table tr td:nth-of-type(3) span {
            font-size: 13px;
            font-family: "hina-mincho", sans-serif;
            font-weight: 400;
            font-style: normal; }
          #section01 table tr td:nth-of-type(2) .tax, #section01 table tr td:nth-of-type(3) .tax {
            font-size: 10px;
            ont-family: "hina-mincho", sans-serif;
            font-weight: 400;
            font-style: normal; }
    #section01 .attentionSP {
      display: block;
      margin: 10px auto 0 auto;
      width: 90%;
      font-size: 14px; }

  #section02 > div {
    width: 95%;
    margin: 0px auto 0 auto;
    position: relative; }
    #section02 > div .attention {
      display: none;
      position: absolute;
      bottom: -30px;
      right: -5px; }
    #section02 > div table {
      width: 100%;
      border-collapse: collapse; }
      #section02 > div table tr {
        height: 70px;
        border: solid thin #a28462;
        text-align: center; }
        #section02 > div table tr th {
          height: 35px;
          background-color: #a28462;
          color: white;
          font-size: 22px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          text-align: center; }
        #section02 > div table tr td {
          font-size: 18px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          text-align: center; }
    #section02 > div .attentionSP {
      display: block;
      margin: 10px auto 0 auto;
      font-size: 14px; }

  #section03 {
    width: 1000px;
    padding-top: 50px;
    border-top: solid thin #a28462;
    margin: 100px auto 0 auto;
    padding-bottom: 100px; }
    #section03 dl {
      margin-bottom: 20px; }
      #section03 dl dt {
        font-size: 18px;
        background-color: #4d4d4d;
        padding: 7px 0 9px 0;
        text-align: center;
        color: white;
        width: 200px;
        line-height: 1; }
      #section03 dl dd {
        font-size: 16px;
        padding: 10px 20px 20px 20px;
        line-height: 1.8; }
        #section03 dl dd span.pc {
          display: none; }

  #section04 {
    background-image: url("../img/price/cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 200px;
    width: 100%; }

  #section03 {
    width: 90%;
    padding-top: 30px;
    border-top: solid thin #a28462;
    margin: 100px auto 0 auto;
    padding-bottom: 70px; }
    #section03 dl {
      margin-bottom: 20px; }
      #section03 dl dt {
        font-size: 18px;
        background-color: #4d4d4d;
        padding: 7px 0 9px 0;
        text-align: center;
        color: white;
        width: 200px;
        line-height: 1; }
      #section03 dl dd {
        font-size: 16px;
        padding: 10px 20px 20px 20px;
        line-height: 1.8; } }
