@charset "UTF-8";
#header-wrap {
  position: relative;
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.1);
  z-index: auto; }

a:hover {
  opacity: 0.8; }

#header-inner {
  box-sizing: border-box;
  padding: 20px 10px 10px; }
  #header-inner #logo {
    display: block;
    max-width: 300px;
    margin: 0 auto 10px; }
  #header-inner .head-list {
    letter-spacing: -.5em;
    font-size: 0; }
    #header-inner .head-list li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      width: 32%;
      margin: 0 2% 0 0; }
      #header-inner .head-list li:last-child {
        margin: 0; }

.inner {
  margin: 0 10px; }

section {
  padding: 50px 0; }
  section#introduction-block {
    padding: 0; }
    section#introduction-block .bg01 {
      padding: 30px 0; }

.bg01 {
  background-image: linear-gradient(-45deg, #fcfcfc 25%, #fff 25%, #fff 50%, #fcfcfc 50%, #fcfcfc 75%, #fff 75%, #fff);
  -webkit-background-size: 8px 8px; }

.bg02 {
  background: #fffdfa url(../img/bg02.png) repeat;
  background-size: 2px 2px; }

h2 {
  margin: 0 0 1.5em; }
  h2.reg-title {
    font-size: 2.4rem;
    margin: 0 0 1.0em;
    padding: 0 0 0.5em;
    text-align: center;
    border-bottom: 1px solid #ded2a6;
    position: relative; }
    h2.reg-title:before {
      content: "";
      position: absolute;
      bottom: -1px;
      left: calc(50% - 31px);
      display: block;
      width: 62px;
      height: 3px;
      background: #bea547;
      z-index: 10; }

.introduction-item .introduction-item-r {
  width: 200px;
  margin: 0 auto 20px; }
.introduction-item .introduction-item-l {
  box-sizing: border-box;
  padding: 10px; }
  .introduction-item .introduction-item-l ul li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 1.0em; }
    .introduction-item .introduction-item-l ul li:last-child {
      margin: 0; }
    .introduction-item .introduction-item-l ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 17px;
      background: url(../img/check01.svg) no-repeat;
      background-size: contain; }
    .introduction-item .introduction-item-l ul li span {
      color: #75662c;
      background: linear-gradient(transparent 70%, #ffff00 30%); }

#settle-content {
  padding: 30px 0;
  background: url(../img/settle_bg.png) repeat;
  background-size: cover;
  position: relative; }
  #settle-content:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    width: 12px;
    height: 50px;
    background: url(../img/arrow01.svg) no-repeat;
    background-size: contain;
    margin: 0 auto; }
  #settle-content p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8; }
    #settle-content p.lead {
      margin: 0 0 1.5em; }

.way-content {
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #bea547;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  .way-content:last-child {
    margin: 0; }
  .way-content h2 {
    text-align: center;
    margin: 0 0 1.0em;
    padding: 0 0 0.5em;
    border-bottom: 1px dotted #ded2a6;
    color: #bea547;
    font-size: 2.6rem; }
    .way-content h2 span {
      display: block;
      width: 80%;
      max-width: 224px;
      margin: 0 auto 0.25em; }

.way-content-item .way-content-item-r {
  padding: 20px; }
  .way-content-item .way-content-item-r p {
    margin: 0 0 1.5em;
    line-height: 2.0; }
    .way-content-item .way-content-item-r p:last-child {
      margin: 0; }

#price-wrap table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px; }
  #price-wrap table.mb-none {
    margin: 0; }
  #price-wrap table tr {
    border-bottom: 1px solid #b8a148;
    box-sizing: border-box;
    width: 100%; }
    #price-wrap table tr:last-child {
      border-bottom: 0; }
    #price-wrap table tr td {
      padding: 10px 5px;
      box-sizing: border-box;
      font-size: 1.2rem;
      background: #fff; }
      #price-wrap table tr td span {
        color: #bea547; }
      #price-wrap table tr td.title {
        background: -moz-linear-gradient(bottom, #ccb14c, #cca100);
        background: -webkit-linear-gradient(bottom, #ccb14c, #cca100);
        background: linear-gradient(to top, #ccb14c, #cca100);
        color: #fff;
        width: 44%; }
      #price-wrap table tr td.corse {
        width: 28%; }
      #price-wrap table tr td.price {
        width: 28%; }

.tax-txt {
  font-size: 1.2rem;
  margin: 0.5em 0 0;
  text-align: right;
  color: #bea547; }

.commitment-content {
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 30px; }
  .commitment-content .commitment-content-img {
    margin: 0 0 20px; }
  .commitment-content h3 {
    font-size: 1.8rem;
    color: #bea547;
    margin: 0 0 1.0em; }
  .commitment-content div {
    display: block;
    padding: 0 0 0 1.0em; }
  .commitment-content ul li {
    position: relative;
    margin: 0 0 1.0em;
    padding: 0 0 0 30px; }
    .commitment-content ul li:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background: url(../img/num01.png) no-repeat;
      background-size: contain;
      left: 0;
      top: 0; }
    .commitment-content ul li:nth-child(2):before {
      background: url(../img/num02.png) no-repeat;
      background-size: contain; }
    .commitment-content ul li:last-child {
      margin: 0 0 1.5em; }
      .commitment-content ul li:last-child:before {
        background: url(../img/num03.png) no-repeat;
        background-size: contain; }
  .commitment-content p {
    font-size: 1.2rem;
    line-height: 1.8; }
    .commitment-content p.right-txt {
      line-height: 1.8;
      text-align: right;
      font-size: 1.4rem; }
  .commitment-content:last-child {
    margin: 0; }

.flow-content {
  box-sizing: border-box;
  margin: 0 0 20px;
  display: table;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  width: 100%; }
  .flow-content:last-child {
    margin: 0; }
  .flow-content .flow-title,
  .flow-content .flow-txt {
    display: table-cell;
    vertical-align: middle;
    padding: 20px; }
  .flow-content .flow-title {
    background: -moz-linear-gradient(right, #ccb14c, #cca100);
    background: -webkit-linear-gradient(right, #ccb14c, #cca100);
    background: linear-gradient(to left, #ccb14c, #cca100);
    width: 40%;
    padding: 10px;
    position: relative; }
    .flow-content .flow-title:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      right: -10px;
      top: 45%;
      border-left: 10px solid #ccb14c;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }
    .flow-content .flow-title p {
      color: #fff;
      text-align: left;
      font-size: 1.2rem; }
      .flow-content .flow-title p span {
        background: #fff;
        color: #bea547;
        padding: 0 5px;
        margin: 0 0 5px;
        display: inline-block;
        font-size: 10px; }
  .flow-content .flow-txt {
    background: #fff;
    box-sizing: border-box;
    width: 60%; }
    .flow-content .flow-txt p {
      font-size: 1.2rem;
      line-height: 1.8; }

.shop-content {
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ded2a6;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  .shop-content:last-child {
    margin: 30px 0 0; }
  .shop-content .lead {
    margin: 0 0 20px; }
  .shop-content .sum {
    margin: 0 0 15px; }
  .shop-content .shop-tel {
    font-size: 3.0rem;
    text-align: center;
    margin: 0 0 20px; }
    .shop-content .shop-tel a {
      color: #bea547;
      text-decoration: none;
      display: block; }
      .shop-content .shop-tel a span {
        padding: 0 0 0 28px;
        position: relative; }
        .shop-content .shop-tel a span:before {
          content: "";
          position: absolute;
          width: 15px;
          height: 27px;
          background: url(../img/tel_icon.svg) no-repeat;
          background-size: contain;
          top: 8px;
          left: 0; }
  .shop-content dl {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 10px;
    overflow: hidden; }
    .shop-content dl dt, .shop-content dl dd {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-size: 1.2rem; }
    .shop-content dl dt {
      width: 28%;
      float: left;
      clear: left;
      text-align: center;
      margin: 0 4% 1.5em 0;
      background: #bea547;
      color: #fff;
      padding: 4px 0; }
      .shop-content dl dt:last-child {
        margin: 0; }
    .shop-content dl dd {
      width: 68%;
      float: left;
      margin: 0 0 1.5em;
      padding: 4px 0 0; }
      .shop-content dl dd:last-child {
        margin: 0; }
      .shop-content dl dd span {
        display: block;
        font-size: 10px; }
  .shop-content .map {
    display: block;
    padding: 0 10px;
    box-sizing: border-box; }
  .shop-content iframe {
    width: 100%;
    height: 250px; }

#foot-logo {
  padding: 30px 0; }
  #foot-logo img {
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 0 auto; }

/*media Queries PCサイズ（1000px以上）
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  #header-inner {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden; }
    #header-inner #logo {
      width: 300px;
      margin: 0;
      padding: 15px 0 0;
      float: left; }
    #header-inner .head-list {
      float: right;
      width: 720px; }
      #header-inner .head-list li {
        width: 240px;
        margin: 0 20px 0 0; }
        #header-inner .head-list li:last-child {
          width: 200px; }

  h2.reg-title {
    font-size: 4.6rem; }

  #main-visual {
    background: url(../img/mainVisual_pc_bg.png) no-repeat center;
    background-size: cover; }
    #main-visual span.pc {
      display: block;
      width: 1100px;
      margin: 0 auto; }

  .inner {
    width: 1000px;
    margin: 0 auto; }

  section {
    padding: 100px 0; }
    section#introduction-block .bg01 {
      padding: 50px 0; }
    section#introduction-block h2 {
      width: 616px;
      margin: 0 auto 45px; }

  .introduction-item {
    overflow: hidden;
    width: 880px;
    margin: 0 auto; }
    .introduction-item .introduction-item-r {
      float: right;
      width: 372px;
      margin: 0; }
    .introduction-item .introduction-item-l {
      float: left;
      width: 470px;
      padding: 40px 0 0; }
      .introduction-item .introduction-item-l ul li {
        font-size: 2.4rem;
        margin: 0 0 0.5em; }
        .introduction-item .introduction-item-l ul li:before {
          top: 10px; }

  #settle-content {
    padding: 80px 0; }
    #settle-content:before {
      top: -44px;
      width: 24px;
      height: 100px; }
    #settle-content .inner {
      width: 900px; }
    #settle-content p {
      font-size: 1.8rem; }

  .way-content {
    padding: 40px 40px 60px;
    margin: 0 0 30px; }
    .way-content h2 {
      font-size: 5.0rem; }
      .way-content h2 span {
        max-width: 400px;
        width: 100%;
        margin: 0 auto; }

  .way-content-item {
    overflow: hidden; }
    .way-content-item .way-content-item-l {
      float: left;
      width: 300px; }
    .way-content-item .way-content-item-r {
      float: right;
      width: 570px;
      padding: 0; }
      .way-content-item .way-content-item-r p {
        font-size: 1.6rem;
        margin: 0 0 2.0em; }

  #price-wrap table {
    width: 850px;
    margin: 0 auto 30px; }
    #price-wrap table.mb-none {
      margin: 0 auto; }
    #price-wrap table tr td {
      font-size: 2.4rem;
      padding: 1.0em 0; }
      #price-wrap table tr td.title {
        width: 300px; }
      #price-wrap table tr td.corse {
        width: 250px; }
      #price-wrap table tr td.price {
        width: 300px; }

  .tax-txt {
    margin: 0.5em auto 0;
    width: 850px;
    font-size: 2.0rem; }

  .commitment-content {
    overflow: hidden;
    padding: 0;
    margin: 0 0 80px; }
    .commitment-content:nth-child(2) .commitment-content-img {
      float: right; }
    .commitment-content:nth-child(2) .commitment-content-txt {
      float: left; }
    .commitment-content .commitment-content-img {
      float: left;
      width: 400px;
      margin: 0;
      padding: 0; }
    .commitment-content .commitment-content-txt {
      float: right;
      width: 530px;
      margin: 0;
      padding: 0; }
      .commitment-content .commitment-content-txt h3 {
        font-size: 3.0rem; }
      .commitment-content .commitment-content-txt p {
        font-size: 1.8rem; }
        .commitment-content .commitment-content-txt p.right-txt {
          font-size: 2.2rem; }
      .commitment-content .commitment-content-txt ul li {
        font-size: 2.2rem;
        padding: 0 0 0 31px;
        margin: 0 0 0.5em; }
        .commitment-content .commitment-content-txt ul li:last-child {
          margin: 0 0 1.0em; }
        .commitment-content .commitment-content-txt ul li:before {
          width: 23px;
          height: 23px;
          top: 5px; }
      .commitment-content .commitment-content-txt div {
        padding: 0 0 0 2.0em; }

  .flow-content {
    margin: 0 0 40px; }
    .flow-content .flow-title {
      width: 350px;
      padding: 0 2.0em; }
      .flow-content .flow-title p {
        font-size: 2.2rem; }
        .flow-content .flow-title p span {
          font-size: 1.5rem; }
    .flow-content .flow-txt {
      padding: 20px 20px 20px 30px;
      width: 650px; }
      .flow-content .flow-txt p {
        font-size: 1.6rem; }

  .shop-content-wrap {
    width: 950px;
    margin: 0 auto;
    letter-spacing: -.5em; }
    .shop-content-wrap .shop-content {
      width: 450px;
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top; }
      .shop-content-wrap .shop-content:last-child {
        margin: 0 0 0 50px; }
      .shop-content-wrap .shop-content .shop-tel {
        font-size: 4.0rem;
        letter-spacing: .1em; }
        .shop-content-wrap .shop-content .shop-tel span {
          padding: 0 0 0 45px; }
          .shop-content-wrap .shop-content .shop-tel span:before {
            width: 30px;
            height: 54px;
            top: 0; }
      .shop-content-wrap .shop-content dl {
        padding: 0 20px;
        letter-spacing: .1em; }
        .shop-content-wrap .shop-content dl dt, .shop-content-wrap .shop-content dl dd {
          font-size: 1.6rem; }
        .shop-content-wrap .shop-content dl dd {
          padding: 4px 0 0; }
          .shop-content-wrap .shop-content dl dd span {
            font-size: 1.2rem; }
      .shop-content-wrap .shop-content .map {
        padding: 0 20px; }

  #foot-logo {
    padding: 40px 0; }
    #foot-logo img {
      width: 400px; } }
