@charset "UTF-8";
/*---------------------------*/
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; }

body {
  margin: 0px;
  padding: 0px; }

img {
  border: 0;
  vertical-align: bottom; }

a:link,
a:active {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:focus {
  outline: none; }

ul,
li {
  list-style: none; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

p {
  text-align: left;
  color: #333; }

.ind {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center; }
  .ind li {
    display: inline-block;
    margin: 0 10px; }
    .ind li button {
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      font-size: 0;
      line-height: 0;
      border: none;
      background: #efe2cf;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.7); }
    .ind li.slick-active button {
      background: #c99f5e; }

header h1 {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-size: 0;
  background: #c99f5e; }
  header h1 span {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    color: #fff; }

header #nav-wrapper {
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff; }

header nav {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background: #fff; }
  header nav.fixed {
    position: fixed;
    z-index: 10;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  header nav > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 80px;
    margin: 0 auto; }
    header nav > div > img {
      width: 50%;
      max-width: 434px; }
  header nav #link {
    width: 240px; }
    header nav #link a {
      display: block;
      width: 100%;
      height: 80px;
      box-sizing: border-box;
      padding-top: 20px;
      font-size: 18px;
      line-height: 1.3;
      color: #fff;
      text-align: center;
      background: #e2007f;
      transition: 0.3s; }
      header nav #link a span {
        display: inline-block;
        width: 9px;
        height: 9px;
        border-bottom: solid 2px #fff;
        border-left: solid 2px #fff;
        transform: rotate(-45deg); }
      header nav #link a:hover {
        background-color: #c99f5e; }

header .slider .header-slide {
  position: relative;
  width: 100%;
  height: 54.1vw;
  min-height: 650px;
  background: center center no-repeat;
  background-size: cover; }
  header .slider .header-slide img {
    display: block;
    position: absolute; }
  header .slider .header-slide#header-slide1 {
    background-image: url(../images/header_1.jpg); }
    header .slider .header-slide#header-slide1 img.main {
      width: 700px;
      top: 50%;
      left: 50%;
      margin-top: -60px;
      margin-left: -350px; }
    header .slider .header-slide#header-slide1 img.sub {
      width: 20%;
      bottom: 5%;
      right: 20%; }
  header .slider .header-slide#header-slide2 {
    background-image: url(../images/header_2.jpg?20190423); }
    header .slider .header-slide#header-slide2 img {
      width: 41.67%;
      min-width: 480px;
      bottom: 2%;
      right: 15%; }
  header .slider .header-slide#header-slide3 {
    background-image: url(../images/header_3.jpg); }
    header .slider .header-slide#header-slide3 img {
      width: 34.17%;
      min-width: 410px;
      bottom: 10%;
      right: 15%; }

@media screen and (max-width: 960px) {
  header .slider .header-slide#header-slide1 img.main {
    width: 73%;
    margin-left: -36.5%; }
  header .slider .header-slide#header-slide2 img {
    right: 5%; }
  header .slider .header-slide#header-slide3 img {
    right: 5%; } }

@media screen and (max-width: 640px) {
  .ind {
    bottom: 10px; }
    .ind li button {
      width: 10px;
      height: 10px;
      border-radius: 5px; }
  header h1 span {
    text-align: center;
    font-size: 10px; }
  header #nav-wrapper {
    height: 36px; }
  header nav {
    height: 36px; }
    header nav > div {
      display: block;
      height: 36px; }
      header nav > div > img {
        display: block;
        width: 180px;
        margin: 6px auto 0; }
    header nav #link {
      position: fixed;
      z-index: 10;
      width: 100%;
      height: 50px;
      bottom: 0;
      left: 0; }
      header nav #link a {
        position: relative;
        width: 100%;
        height: 50px;
        padding-top: 15px;
        font-size: 15px;
        font-weight: bold; }
        header nav #link a span {
          position: absolute;
          display: block;
          top: 20px;
          right: 10px;
          transform: rotate(-135deg); }
  header .slider .header-slide {
    min-height: 400px; }
    header .slider .header-slide#header-slide1 img.main {
      width: 90%;
      margin-left: -45%; }
    header .slider .header-slide#header-slide2 {
      background-position: 45% center; }
      header .slider .header-slide#header-slide2 img {
        width: 80%;
        min-width: 270px;
        max-width: 310px;
        right: 2%; }
    header .slider .header-slide#header-slide3 {
      background-position: 53% center; }
      header .slider .header-slide#header-slide3 img {
        width: 80%;
        min-width: 0;
        max-width: 280px;
        right: 2%;
        bottom: 6%; } }

article .link {
  padding: 60px 0 60px; }
  article .link h2 {
    width: 90%;
    max-width: 710px;
    margin: 0 auto 40px; }
    article .link h2 img {
      display: block;
      width: 100%; }
  article .link div {
    display: flex;
    justify-content: center; }
    article .link div a {
      max-width: 1000px;
      margin: 0 1%;
      overflow: hidden;
      border-radius: 5px; }
      article .link div a img {
        display: block;
        width: 100%;
        transition: 0.5s; }

@media screen and (max-width: 640px) {
  article .link {
    padding: 30px 0 20px; }
    article .link h2 {
      margin-bottom: 25px; }
    article .link div {
      display: block; }
      article .link div a {
        display: block;
        width: 90%;
        margin: 0 auto 30px; } }

article #section1 {
  width: 100%;
  min-height: 440px;
  padding: 70px 0 80px;
  background: url(../images/bg_1.jpg) center center no-repeat #000;
  background-size: cover; }
  article #section1 div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    article #section1 div h2 {
      width: 60%;
      max-width: 504px;
      margin-bottom: 45px; }
      article #section1 div h2 img {
        display: block;
        width: 100%; }
    article #section1 div p {
      font-size: 20px;
      line-height: 1.9;
      color: #fff; }

@media screen and (max-width: 1000px) {
  article #section1 {
    min-height: 0;
    padding: 40px 0 40px;
    background-position: 60% center; }
    article #section1 div h2, article #section1 div p {
      margin-left: 5%; }
    article #section1 div h2 {
      margin-bottom: 30px; }
    article #section1 div p {
      width: 60%;
      font-size: 18px; }
      article #section1 div p br {
        display: none; } }

@media screen and (max-width: 640px) {
  article #section1 {
    position: relative;
    background-position: 70% center; }
    article #section1:after {
      position: absolute;
      z-index: 0;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6); }
    article #section1 div h2, article #section1 div p {
      position: relative;
      z-index: 2;
      width: 90%; }
    article #section1 div p {
      font-size: 15px; } }

article .section-a {
  padding: 60px 0 200px; }
  article .section-a h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 21px;
    line-height: 1;
    font-weight: normal;
    color: #c99f5e; }
    article .section-a h2 span {
      font-family: 'Raleway', sans-serif;
      font-size: 50px;
      font-weight: 500; }
    article .section-a h2 hr {
      width: 244px;
      margin: 20px auto;
      border: none;
      border-top: solid 1px #c99f5e; }

@media screen and (max-width: 640px) {
  article .section-a {
    padding: 40px 0; }
    article .section-a h2 {
      margin-bottom: 40px;
      font-size: 16px; }
      article .section-a h2 span {
        font-size: 40px; }
      article .section-a h2 hr {
        width: 200px;
        margin: 10px auto; } }

article #section2 {
  padding-bottom: 50px;
  background-color: #000; }
  article #section2 > div {
    display: flex;
    justify-content: space-around;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    article #section2 > div ul {
      width: 55%; }
      article #section2 > div ul li {
        position: relative;
        margin-bottom: 25px;
        padding-left: 60px;
        font-size: 21px;
        line-height: 1.4;
        color: #fff; }
        article #section2 > div ul li:before {
          position: absolute;
          content: '';
          width: 40px;
          height: 40px;
          top: -5px;
          left: 0;
          background: url(../images/check.png) top left no-repeat;
          background-size: contain; }
    article #section2 > div div {
      width: 45%; }
      article #section2 > div div h3 {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.83;
        font-weight: normal;
        color: #c99f5e; }
      article #section2 > div div p {
        font-size: 17px;
        line-height: 1.7;
        color: #fff; }

@media screen and (max-width: 1000px) {
  article #section2 > div ul li {
    padding: 0 40px;
    font-size: 18px; }
    article #section2 > div ul li:before {
      width: 30px;
      height: 30px;
      top: -3px; }
  article #section2 > div div h3 {
    font-size: 24px; }
  article #section2 > div div p {
    font-size: 15px; } }

@media screen and (max-width: 640px) {
  article #section2 > div {
    display: block; }
    article #section2 > div ul {
      width: 100%;
      margin: 0 auto 40px; }
      article #section2 > div ul li {
        padding: 0 0 0 40px;
        font-size: 16px; }
    article #section2 > div div {
      width: 100%;
      margin: 0 auto; }
      article #section2 > div div h3 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 20px; } }

article #section3 {
  background-color: #000; }
  article #section3 h2 img {
    display: block;
    width: 90%;
    max-width: 830px;
    margin: 40px auto 100px; }
  article #section3 > div {
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 15px;
    border: solid 2px #c99f5e;
    background-color: #fff; }
    article #section3 > div:before, article #section3 > div:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      top: 2px;
      background: url(../images/corner.svg) center center no-repeat;
      background-size: 30px 30px; }
    article #section3 > div:before {
      left: 2px; }
    article #section3 > div:after {
      right: 2px;
      transform: scale(-1, 1); }
    article #section3 > div > div {
      position: relative;
      margin: 1px;
      padding: 0 5% 60px;
      border: solid 1px #c99f5e; }
      article #section3 > div > div:before, article #section3 > div > div:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        bottom: 0px;
        background: url(../images/corner.svg) center center no-repeat;
        background-size: 30px 30px; }
      article #section3 > div > div:before {
        left: 0px;
        transform: scale(1, -1); }
      article #section3 > div > div:after {
        right: 0px;
        transform: scale(-1, -1); }
      article #section3 > div > div h3 {
        margin-top: 60px;
        margin-bottom: 25px;
        text-align: center;
        font-size: 28px;
        line-height: 1.4;
        font-weight: normal;
        color: #c99f5e; }
        article #section3 > div > div h3:first-child {
          margin-top: -42px; }
        article #section3 > div > div h3 span {
          display: block;
          width: 80px;
          height: 18px;
          margin: 0 auto 10px;
          padding: 31px 0;
          font-size: 18px;
          font-weight: bold;
          line-height: 1;
          color: #fff;
          background: #e2007f;
          border-radius: 40px; }
      article #section3 > div > div p {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 1.7;
        color: #333; }
      article #section3 > div > div > div {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 40px; }
        article #section3 > div > div > div div, article #section3 > div > div > div span {
          width: 49%;
          max-width: 440px; }
        article #section3 > div > div > div span {
          font-size: 18px;
          color: #c99f5e; }
          article #section3 > div > div > div span img {
            display: block;
            width: 100%;
            margin-bottom: 10px; }
          article #section3 > div > div > div span.photoarea {
            width: 100%;
            max-width: 900px; }
        article #section3 > div > div > div div h3 {
          margin-top: 0 !important;
          text-align: left; }
        article #section3 > div > div > div div p {
          margin-bottom: 0; }
      article #section3 > div > div > img {
        display: block;
        width: 100%;
        margin-bottom: 30px; }
      article #section3 > div > div .my-gallery {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0; }
        article #section3 > div > div .my-gallery > div {
          display: block;
          width: 100%;
          max-width: 100%;
          margin: 0; }
          article #section3 > div > div .my-gallery > div span {
            width: auto;
            max-width: 100%; }
      article #section3 > div > div a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 50px;
        box-sizing: border-box;
        padding: 10px;
        margin-top: 20px;
        background: #ff8200;
        transition: 0.3s; }
        article #section3 > div > div a:hover {
          background: #c99f5e; }
        article #section3 > div > div a span {
          font-size: 28px;
          line-height: 1.2;
          color: #fff; }
        article #section3 > div > div a img {
          width: 32px;
          height: 32px;
          margin-left: 10px; }
    article #section3 > div.supplement {
      border-color: #7c7f8a; }
      article #section3 > div.supplement:before, article #section3 > div.supplement:after {
        background-image: url(../images/corner2.svg); }
      article #section3 > div.supplement > div {
        border-color: #7c7f8a; }
        article #section3 > div.supplement > div:before, article #section3 > div.supplement > div:after {
          background-image: url(../images/corner2.svg); }
        article #section3 > div.supplement > div h3 {
          margin-bottom: 40px;
          color: #7c7f8a;
          font-size: 21px;
          line-height: 1;
          font-weight: normal; }
          article #section3 > div.supplement > div h3 b {
            font-family: 'Raleway', sans-serif;
            font-size: 50px;
            line-height: 1;
            font-weight: 500; }
          article #section3 > div.supplement > div h3 span {
            height: 30px;
            margin-bottom: 20px;
            padding: 25px 0;
            font-size: 30px;
            background-color: #7c7f8a; }
          article #section3 > div.supplement > div h3 hr {
            width: 244px;
            margin: 20px auto;
            border: none;
            border-top: solid 1px #7c7f8a; }
        article #section3 > div.supplement > div h4 {
          margin-bottom: 30px;
          font-size: 34px;
          line-height: 1.5;
          font-weight: normal;
          color: #7c7f8a; }
        article #section3 > div.supplement > div p.caption {
          margin-bottom: 0;
          font-size: 10px;
          line-height: 2; }

@media screen and (max-width: 640px) {
  article #section3 h2 img {
    margin-bottom: 60px; }
  article #section3 > div > div {
    padding-bottom: 50px; }
    article #section3 > div > div h3 {
      font-size: 18px; }
    article #section3 > div > div p {
      margin-bottom: 20px;
      font-size: 15px; }
    article #section3 > div > div a span {
      font-size: 18px !important; }
    article #section3 > div > div > div {
      margin-top: 20px; }
      article #section3 > div > div > div.column2 {
        flex-flow: wrap; }
        article #section3 > div > div > div.column2.reverse {
          flex-flow: row-reverse wrap-reverse; }
        article #section3 > div > div > div.column2 div, article #section3 > div > div > div.column2 span {
          width: 100%;
          max-width: 100%; }
        article #section3 > div > div > div.column2 span {
          margin-top: 20px; }
        article #section3 > div > div > div.column2 div h3 {
          text-align: center; }
      article #section3 > div > div > div span {
        font-size: 12px; }
  article #section3 > div.supplement > div h3 {
    font-size: 16px; }
    article #section3 > div.supplement > div h3 b {
      font-size: 36px; }
    article #section3 > div.supplement > div h3 hr {
      width: 200px;
      margin: 10px auto; }
  article #section3 > div.supplement > div h4 {
    font-size: 18px; }
  article #section3 > div.supplement > div > div {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center; }
    article #section3 > div.supplement > div > div p {
      width: 100%; }
    article #section3 > div.supplement > div > div img {
      width: 80%; } }

article #section4 {
  background: url(../images/photo.jpg) 40% top no-repeat;
  background-size: cover; }
  article #section4 > div {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    article #section4 > div p {
      width: 75%;
      max-width: 748px;
      margin: 0 0 40px auto; }
      article #section4 > div p img {
        display: block;
        width: 100%;
        transform: translateY(-100px); }

@media screen and (max-width: 640px) {
  article #section4 {
    background-position: 34.5% top; }
    article #section4 > div p {
      width: 70%;
      margin-bottom: 30px; }
      article #section4 > div p img {
        transform: translateY(-30px); } }

article #section5 h2 {
  padding: 65px 0; }
  article #section5 h2 img {
    display: block;
    width: 90%;
    max-width: 850px;
    margin: 0 auto; }

article #section5 > div {
  position: relative;
  padding: 40px 0 70px;
  background-color: #000; }
  article #section5 > div .sec5-arrow {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -35px;
    border-top: solid 1px #c99f5e;
    border-left: solid 1px #c99f5e; }
    article #section5 > div .sec5-arrow:hover {
      cursor: pointer; }
    article #section5 > div .sec5-arrow#sec5-prev {
      left: 50%;
      margin-left: -570px;
      transform: rotate(-45deg); }
    article #section5 > div .sec5-arrow#sec5-next {
      right: 50%;
      margin-right: -570px;
      transform: rotate(135deg); }
  article #section5 > div .slider2 {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto; }
    article #section5 > div .slider2 .ind {
      bottom: -40px; }
    article #section5 > div .slider2 .sec5-slide > p {
      margin-bottom: 45px;
      font-family: 'Lora', serif;
      font-size: 48px;
      line-height: 1;
      text-align: center;
      color: #c99f5e; }
    article #section5 > div .slider2 .sec5-slide > div {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      article #section5 > div .slider2 .sec5-slide > div > div {
        width: 52%; }
        article #section5 > div .slider2 .sec5-slide > div > div h3 {
          margin-bottom: 40px;
          font-size: 38px;
          line-height: 1.2;
          font-weight: normal;
          color: #c99f5e; }
        article #section5 > div .slider2 .sec5-slide > div > div p {
          font-size: 20px;
          line-height: 1.9;
          color: #fff; }
      article #section5 > div .slider2 .sec5-slide > div img {
        width: 40%;
        max-width: 400px; }

@media screen and (max-width: 1200px) {
  article #section5 > div .sec5-arrow {
    width: 40px;
    height: 40px; }
    article #section5 > div .sec5-arrow#sec5-prev {
      left: 20px;
      margin-left: 0; }
    article #section5 > div .sec5-arrow#sec5-next {
      right: 20px;
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  article #section5 > div {
    padding: 20px 0 50px; }
    article #section5 > div .slider2 .ind {
      bottom: -20px; }
    article #section5 > div .slider2 .sec5-slide > p {
      margin-bottom: 10px;
      font-size: 30px; }
    article #section5 > div .slider2 .sec5-slide > div {
      flex-flow: row-reverse wrap-reverse; }
      article #section5 > div .slider2 .sec5-slide > div > div {
        width: 100%;
        margin-bottom: 10px; }
        article #section5 > div .slider2 .sec5-slide > div > div h3 {
          margin-bottom: 20px;
          text-align: center;
          font-size: 20px; }
        article #section5 > div .slider2 .sec5-slide > div > div p {
          font-size: 15px;
          line-height: 1.6; }
      article #section5 > div .slider2 .sec5-slide > div img {
        display: block;
        width: 100%;
        margin: 0 auto 20px; } }

@media screen and (max-width: 640px) {
  article #section5 h2 {
    padding: 40px 0; }
  article #section5 > div .sec5-arrow {
    width: 20px;
    height: 20px; }
    article #section5 > div .sec5-arrow#sec5-prev {
      left: 10px; }
    article #section5 > div .sec5-arrow#sec5-next {
      right: 10px; } }

article #section6 {
  padding-bottom: 100px; }
  article #section6 h2 {
    width: 90%;
    max-width: 770px;
    margin: 0 auto;
    padding: 70px 0; }
    article #section6 h2 img {
      display: block;
      width: 100%; }
  article #section6 ul {
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    article #section6 ul li span {
      display: block;
      text-align: center;
      font-size: 20px;
      line-height: 1.9;
      color: #444; }
    article #section6 ul li img {
      display: block;
      width: 90%;
      max-width: 150px;
      margin: 0 auto 50px; }

@media screen and (max-width: 1000px) {
  article #section6 ul li span {
    font-size: 16px; }
  article #section6 ul li img {
    margin-bottom: 30px; } }

@media screen and (max-width: 640px) {
  article #section6 {
    padding-bottom: 50px; }
    article #section6 h2 {
      padding: 50px 0; } }

article #section7 {
  padding-bottom: 80px;
  background: #000; }
  article #section7 > div {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    article #section7 > div p {
      position: relative;
      margin-bottom: 20px;
      padding-left: 70px;
      line-height: 1.6; }
      article #section7 > div p span {
        position: absolute;
        top: -10px;
        left: 0;
        font-family: 'Raleway', sans-serif;
        font-size: 55px;
        line-height: 1;
        font-weight: 500; }
      article #section7 > div p.question {
        font-size: 26px;
        color: #c99f5e; }
        article #section7 > div p.question span {
          color: #c99f5e; }
      article #section7 > div p.answer {
        font-size: 22px;
        color: #fff; }
        article #section7 > div p.answer span {
          color: #e2007f; }
    article #section7 > div hr {
      margin: 35px 0;
      border: none;
      border-top: dashed 1px #fff; }

@media screen and (max-width: 1000px) {
  article #section7 > div p.question {
    font-size: 20px; }
  article #section7 > div p.answer {
    font-size: 18px; } }

@media screen and (max-width: 640px) {
  article #section7 > div p {
    padding-left: 40px;
    margin-bottom: 15px; }
    article #section7 > div p span {
      font-size: 30px;
      top: -3px; }
    article #section7 > div p.question {
      font-size: 16px; }
    article #section7 > div p.answer {
      font-size: 15px; }
  article #section7 > div hr {
    margin: 20px 0; } }

article #section8 {
  padding-top: 120px;
  padding-bottom: 0;
  background: #000; }
  article #section8 .section8a {
    position: relative;
    width: 90%;
    max-width: 900px;
    min-height: 640px;
    padding: 0 5%;
    margin: 0 auto; }
    article #section8 .section8a > img {
      display: block;
      position: absolute;
      z-index: 0;
      width: auto;
      height: 100%;
      bottom: 0;
      right: 0; }
    article #section8 .section8a h3, article #section8 .section8a h4, article #section8 .section8a p {
      position: relative;
      z-index: 2; }
    article #section8 .section8a h3 {
      margin-bottom: 30px;
      font-size: 34px;
      line-height: 1.5;
      font-weight: normal;
      color: #c99f5e; }
    article #section8 .section8a h4 {
      margin-bottom: 20px;
      font-size: 40px;
      font-weight: normal;
      color: #c99f5e; }
      article #section8 .section8a h4 span {
        display: inline-block;
        margin-right: 1em;
        font-size: 57.5%; }
    article #section8 .section8a p {
      width: 57%;
      font-size: 20px;
      line-height: 1.9;
      color: #333; }
  article #section8 .section8b {
    padding: 0 0 30px; }
    article #section8 .section8b h3 {
      margin-bottom: 50px;
      text-align: center;
      font-size: 50px;
      letter-spacing: 0.2em;
      line-height: 1;
      font-weight: normal;
      color: #c99f5e; }
    article #section8 .section8b > div {
      display: flex;
      justify-content: center;
      width: 90%;
      max-width: 1000px;
      margin: 0 auto; }
      article #section8 .section8b > div > div {
        width: 30%;
        margin: 0 1.5% 50px; }
        article #section8 .section8b > div > div > span {
          display: block;
          max-width: 260px;
          max-height: 260px;
          margin: 0 auto 30px;
          overflow: hidden;
          border-radius: 130px; }
          article #section8 .section8b > div > div > span img {
            display: block;
            width: 100%; }
        article #section8 .section8b > div > div h4 {
          margin-bottom: 30px;
          text-align: center;
          font-size: 40px;
          line-height: 1.4;
          font-weight: normal;
          color: #c99f5e; }
          article #section8 .section8b > div > div h4 span {
            display: block;
            min-height: 2em;
            margin-bottom: 20px;
            font-size: 18px; }
        article #section8 .section8b > div > div p {
          font-size: 18px;
          line-height: 1.9;
          color: #fff; }
  article #section8 .section8c {
    background-color: #fff;
    padding: 80px 0 20px; }
    article #section8 .section8c img {
      width: 95%;
      max-width: 764px;
      margin: 0 auto;
      display: block; }

@media screen and (max-width: 1000px) {
  article #section8 .section8a {
    min-height: 0; }
    article #section8 .section8a > img {
      width: 50%;
      max-width: 300px;
      height: auto; }
    article #section8 .section8a h3 {
      font-size: 28px; }
    article #section8 .section8a h4 {
      font-size: 24px; }
    article #section8 .section8a p {
      width: 50%;
      font-size: 16px; }
  article #section8 .section8b > div > div h4 {
    font-size: 30px; }
    article #section8 .section8b > div > div h4 span {
      font-size: 16px; }
  article #section8 .section8b > div > div p {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  article #section8 .section8b > div > div > span {
    width: 180px;
    height: 180px;
    border-radius: 90px; } }

@media screen and (max-width: 640px) {
  article #section8 {
    padding-top: 50px; }
    article #section8 .section8b {
      padding-top: 0px; }
      article #section8 .section8b h3 {
        font-size: 32px;
        letter-spacing: 0; }
      article #section8 .section8b > div {
        display: block; }
        article #section8 .section8b > div > div {
          position: relative;
          width: 100%;
          box-sizing: border-box;
          margin: 0 0 40px;
          padding-left: 100px; }
          article #section8 .section8b > div > div > span {
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 80px;
            border-radius: 40px; }
          article #section8 .section8b > div > div h4 {
            margin-bottom: 10px;
            text-align: left;
            font-size: 24px; }
            article #section8 .section8b > div > div h4 span {
              min-height: 0;
              margin-bottom: 5px;
              font-size: 14px; }
              article #section8 .section8b > div > div h4 span br.sp {
                display: none; }
              article #section8 .section8b > div > div h4 span.name {
                display: inline;
                margin-left: 12px; }
          article #section8 .section8b > div > div p {
            font-size: 15px;
            line-height: 1.6; }
    article #section8 .section8c {
      padding: 40px 0 20px; } }

article .section-b h2 {
  width: 100%;
  margin-bottom: 90px;
  background-color: #e2007f;
  padding: 50px 0 50px; }
  article .section-b h2 img {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }

@media screen and (max-width: 640px) {
  article .section-b h2 {
    margin-bottom: 50px;
    padding: 15px 0 15px; } }

article #section9 {
  background-color: #000; }
  article #section9 h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 45px;
    line-height: 1;
    font-weight: normal;
    color: #c99f5e; }
  article #section9 .section9a {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    article #section9 .section9a > img {
      flex-shrink: 0;
      width: 62px;
      height: 33px;
      margin: auto; }
    article #section9 .section9a h4 {
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 30px;
      padding: 10px 0;
      text-align: center;
      font-size: 20px;
      line-height: 1;
      color: #c99f5e;
      border: solid 2px #c99f5e; }
    article #section9 .section9a > div > div {
      display: flex;
      justify-content: space-between; }
      article #section9 .section9a > div > div img {
        display: block;
        width: 29vw;
        max-width: 290px; }
      article #section9 .section9a > div > div h5 {
        margin: 20px 0;
        text-align: center;
        font-size: 23px;
        line-height: 1;
        font-weight: normal;
        color: #c99f5e; }
        article #section9 .section9a > div > div h5 span {
          font-size: 40px; }
      article #section9 .section9a > div > div p {
        text-align: center;
        font-size: 20px;
        line-height: 1.9;
        color: #fff; }
      article #section9 .section9a > div > div div + div {
        margin-left: 10px; }
  article #section9 > a {
    display: block;
    width: 70%;
    max-width: 440px;
    margin: 70px auto 90px;
    padding: 15px 0;
    text-align: center;
    font-size: 28px;
    line-height: 1;
    color: #e2007f;
    border: solid 2px #e2007f;
    border-radius: 10px;
    background: #fff;
    transition: 0.3s; }
    article #section9 > a span {
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin: -4px 0 0 10px;
      border-top: solid 4px #e2007f;
      border-right: solid 4px #e2007f;
      transform: rotate(45deg);
      transition: 0.3s; }
    article #section9 > a:hover {
      background: #e2007f;
      color: #fff; }
      article #section9 > a:hover span {
        border-color: #fff; }
  article #section9 .section9b {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    article #section9 .section9b > div {
      width: 90%;
      margin: 0 auto 50px auto; }
      article #section9 .section9b > div .map {
        width: 100%;
        height: 360px;
        background: #ccc; }
      article #section9 .section9b > div h4 {
        margin: 40px 0 30px;
        text-align: center;
        font-size: 23px;
        line-height: 1;
        font-weight: normal;
        color: #c99f5e; }
      article #section9 .section9b > div p {
        text-align: center;
        font-size: 18px;
        line-height: 2;
        color: #fff; }
        article #section9 .section9b > div p.tel {
          font-size: 23px;
          font-weight: bold;
          color: #e2007f; }

@media screen and (max-width: 1111px) {
  article #section9 h3 {
    font-size: 30px; }
  article #section9 .section9a > div > div img {
    width: 27vw; }
  article #section9 .section9a > div > div h5 {
    font-size: 20px; }
    article #section9 .section9a > div > div h5 span {
      font-size: 30px; }
  article #section9 .section9a > div > div p {
    font-size: 16px; } }

@media screen and (max-width: 1000px) {
  article #section9 .section9b > div p {
    font-size: 16px; }
    article #section9 .section9b > div p.tel {
      font-size: 20px; } }

@media screen and (max-width: 767px) {
  article #section9 .section9a {
    display: block; }
    article #section9 .section9a > img {
      display: block;
      margin: 50px auto;
      transform: rotate(90deg); }
    article #section9 .section9a > div > div {
      justify-content: center; }
      article #section9 .section9a > div > div div {
        width: 48%; }
      article #section9 .section9a > div > div img {
        width: 100%;
        max-width: 100%; }
      article #section9 .section9a > div > div h5 {
        margin: 10px 0;
        font-size: 16px; }
        article #section9 .section9a > div > div h5 span {
          font-size: 20px; }
      article #section9 .section9a > div > div p {
        font-size: 13px; }
  article #section9 > a {
    margin: 40px auto;
    font-size: 20px; } }

@media screen and (max-width: 640px) {
  article #section9 .section9b > div {
    width: 100%;
    margin-bottom: 30px; }
    article #section9 .section9b > div .map {
      height: 250px; }
    article #section9 .section9b > div h4 {
      margin: 20px 0; }
    article #section9 .section9b > div p {
      font-size: 14px;
      line-height: 1.6; }
      article #section9 .section9b > div p.tel {
        font-size: 16px; } }

article #section10 {
  background-color: #000;
  padding-bottom: 30px; }
  article #section10 > img {
    display: block;
    width: 100%; }
  article #section10 > div {
    background-color: #fff;
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    border: solid 2px #c99f5e; }
    article #section10 > div:before, article #section10 > div:after {
      position: absolute;
      content: '';
      width: 50px;
      height: 50px;
      top: 2px;
      background: url(../images/corner.svg) center center no-repeat;
      background-size: 50px 50px; }
    article #section10 > div:before {
      left: 2px; }
    article #section10 > div:after {
      right: 2px;
      transform: scale(-1, 1); }
    article #section10 > div > div {
      position: relative;
      margin: 1px;
      padding: 50px 0 30px;
      border: solid 1px #c99f5e; }
      article #section10 > div > div:before, article #section10 > div > div:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        bottom: 0px;
        background: url(../images/corner.svg) center center no-repeat;
        background-size: 50px 50px; }
      article #section10 > div > div:before {
        left: 0px;
        transform: scale(1, -1); }
      article #section10 > div > div:after {
        right: 0px;
        transform: scale(-1, -1); }
      article #section10 > div > div img {
        display: block;
        width: 96%;
        max-width: 940px;
        margin: 0 auto; }
      article #section10 > div > div p {
        margin-top: 20px;
        margin-left: 5%;
        font-size: 12px;
        color: #888; }

article #section11 {
  font-size: 40px;
  color: #333; }
  article #section11 .sec11-top {
    padding-top: 50px;
    background: #000; }
  article #section11 .sec11-back {
    display: block;
    width: 100%;
    height: 150px; }
  article #section11 p {
    margin: 0;
    text-align: center;
    line-height: 1.8; }
    article #section11 p br.sp {
      display: none; }
    article #section11 p.sec11-1 {
      color: #fff; }
    article #section11 p.sec11-2 {
      margin-bottom: 20px;
      font-size: 115%;
      color: #c99f5e; }
    article #section11 p.sec11-3 {
      font-size: 85%;
      color: #fff; }
    article #section11 p.sec11-4 {
      margin-bottom: 30px;
      font-size: 160%;
      color: #c99f5e; }
    article #section11 p.sec11-5 {
      margin-bottom: 10px;
      color: #fff; }
    article #section11 p.sec11-6 {
      margin-bottom: 60px;
      font-size: 175%;
      line-height: 1.6;
      color: #e2007f; }
  article #section11 .back_w {
    width: 100%;
    max-width: 1200px;
    min-height: 620px;
    margin: 40px auto 0;
    margin: 0 auto;
    background: url(../images/photo_11.jpg) top right no-repeat; }
    article #section11 .back_w ul {
      width: 90%;
      max-width: 1000px;
      margin: 0px auto 0;
      padding-top: 150px; }
      article #section11 .back_w ul li {
        position: relative;
        padding-left: 50px;
        line-height: 2.25; }
        article #section11 .back_w ul li:before {
          position: absolute;
          content: '';
          width: 50px;
          height: 43px;
          top: 17px;
          left: 0;
          background: url(../images/check_11.png) top left no-repeat;
          background-size: cover; }
  article #section11 .back_b {
    background-color: #000;
    padding: 100px 0 120px; }
    article #section11 .back_b > img {
      display: block;
      width: 80%;
      max-width: 260px;
      margin: 0 auto; }

@media screen and (max-width: 1000px) {
  article #section11 {
    font-size: 36px; }
    article #section11 .back_w {
      background-position: 120% top; }
      article #section11 .back_w ul li:before {
        top: 13px; } }

@media screen and (max-width: 900px) {
  article #section11 {
    font-size: 32px; }
    article #section11 .back_w ul li:before {
      top: 9px; } }

@media screen and (max-width: 800px) {
  article #section11 {
    font-size: 28px; }
    article #section11 .sec11-top {
      min-height: 0; }
    article #section11 .back_w {
      min-height: 550px;
      background-position: 150% top; }
      article #section11 .back_w ul li:before {
        top: 5px; } }

@media screen and (max-width: 700px) {
  article #section11 {
    font-size: 24px; }
    article #section11 .back_w {
      min-height: 500px;
      background-position: 170% top; }
      article #section11 .back_w ul li {
        padding-left: 30px; }
        article #section11 .back_w ul li:before {
          top: 0; } }

@media screen and (max-width: 640px) {
  article #section11 {
    font-size: 20px; }
    article #section11 p br.sp {
      display: inline; }
    article #section11 .sec11-back {
      height: auto; }
    article #section11 .back_w {
      min-height: 320px;
      background-position: 130% top;
      background-size: 60% auto; }
      article #section11 .back_w ul {
        padding-top: 60px;
        width: 70%;
        margin: 0 auto 0 5%; }
        article #section11 .back_w ul li {
          font-size: 80%;
          line-height: 1.4;
          margin-bottom: 20px; }
          article #section11 .back_w ul li:before {
            width: 30px;
            height: 26px;
            top: -6px; }
    article #section11 .back_b {
      padding: 50px 0; }
      article #section11 .back_b img {
        width: 40%; } }

@media screen and (max-width: 420px) {
  article #section11 .back_w {
    background-position: 130% bottom; } }

footer {
  padding: 30px 0;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  background: #000; }

@media screen and (max-width: 640px) {
  footer {
    padding: 10px 0 60px;
    font-size: 12px; } }

/*# sourceMappingURL=style.css.map */





@media screen and (min-width: 641px) {/*pc*/

.pc {display:inherit;}
.sp {display:none;}
.center {text-align:center;}
.red {color:#e60012;}
.x-large {font-size:26px !important;}
.title_sub {font-size:40px;}
table.tbl_inquiry th {font-size:14px;}
table.tbl_inquiry td {font-size:13px;}
p.p_thx {font-size:18px;}
section#inspect_form .title_sub {
	text-align:center;
	margin-top:40px;
	border-top:10px solid #f3f4f6;
	padding-top:40px;
}
/*------reserve-------------------------------------------------------------------------------*/
p#reserve_btn {
	margin:30px auto 0px auto !important;
	padding:0px !important;
	width:360px !important;
	border:2px solid #1e3c7e;
	background-color:#1e3c7e;
}
p#reserve_btn input#btn_submit {
	display:block;
	margin:0 auto 0 auto !important;
	width:360px !important;
	padding:13px 0px 13px 0px !important;
	border-radius:0 !important;
	text-align:center;
	color:#1e3c7e;
	background-color:#fff;
	text-decoration:none;
	background-image:url(../../_common/_pic-blue/bg/arrow_blue.png);
	background-repeat:no-repeat;
	background-position:320px 50%;
	background-size:29px;
	cursor:pointer;
}
p#reserve_btn input#btn_reset {
	display:none;
}
div#confirm_btns input#btn_submit {
	display:block;
	margin:30px auto 0px auto !important;
	width:360px !important;
	border:2px solid #1e3c7e;
	padding:13px 0px 13px 0px !important;
	border-radius:0 !important;
	text-align:center;
	color:#1e3c7e;
	background-color:#fff;
	text-decoration:none;
	background-image:url(../../_common/_pic-blue/bg/arrow_blue.png);
	background-repeat:no-repeat;
	background-position:320px 50%;
	background-size:29px;
	cursor:pointer;
}
div#confirm_btns input#btn_back {
	display:block;
	margin:20px auto 0px auto !important;
	width:360px !important;
	border:1px solid #1e3c7e;
	padding:13px 0px 13px 0px !important;
	border-radius:0 !important;
	text-align:center;
	color:#1e3c7e;
	background-color:#fff;
	text-decoration:none;
	cursor:pointer;
}
section#inspect_form {
	margin-top:100px;
	margin-bottom:70px;
}
.page_index section#inspect_form {
	margin-top:0px;
}
.page_reserve section#inspect_form,
.page_resortmember section#inspect_form {
	margin-top:60px;
}
section#inquiry {
	margin:0px auto 0px auto;
	width:680px;
}
section#inquiry p {
	width:auto;
}
table.tbl_inquiry,
#form_confirm table {
	margin:15px auto 0px auto;
	width:680px;
	border-collapse:separate;
	border-collapse:collapse;
}
table.tbl_inquiry th,
#form_confirm table th {
	border:2px solid #fff;
	height:62px;
	padding:2px 5px 0px 5px;
	text-align:center;
	vertical-align:middle;
	overflow:visible;
	background-color:#dcdcdc;
}
table.tbl_inquiry td,
#form_confirm table td {
	border:2px solid #fff;
	height:62px;
	text-align:left;
	padding:4px 10px 2px 10px;
	vertical-align:middle;
	overflow:visible;
	background-color:#eee;
}
label {
	display:inline !important;
	background-color:transparent !important;
	border:none !important;
}
table.tbl_inquiry input.inputtext {
	width:280px !important;
}
table.tbl_inquiry input.inputzip,
table.tbl_inquiry input.inputzipproblem {
	width:auto !important;
}
table.tbl_inquiry textarea {
	display:block;
	width:97% !important;
	height:5em !important;
}
table.tbl_inquiry #br_form_sp {
	display:none;
}
table.tbl_inquiry input.input_yobi {
	width:2em !important;
	border:transparent;
	background-color:transparent !important;
	font-size:12px;
}
table.tbl_inquiry span#hogeZ02,
table.tbl_inquiry span#hogeZ03,
table.tbl_inquiry span#hogeLimit01,
table.tbl_inquiry span#hogeLimit02,
table.tbl_inquiry span#hogeLimit03 {
	font-size:10px;
	font-weight:bold;
	color:#f00;
}
div.error_privacy {
	margin:15px auto 0px auto !important;
	width:360px;
	text-align:center;
}
table#mfp_confirm_table {
	margin-right:auto !important;
	margin-left:auto !important;
	width:620px !important;
}
#form_confirm {
	padding-bottom:80px;
}
#form_confirm table {
	margin: .5em auto 0 auto;
}
#form_confirm th,
#form_confirm td {
	padding: .2em .2em;
	vertical-align: middle;
}
#form_confirm p.form_error {
	margin:0px 0px 0px 2px;
	color:#f00;
	font-family:'TBChibiRGothicPlusK R';
	font-weight:bold;
	background-image:url(../img/mfp_error.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:20px;
}
#form_confirm  p {
	margin:10px 5px 0px 5px;
	width:auto;
}
#form_confirm p#form_submit_caution span {
	display:block;
	text-align:center;
	font-family:'TBChibiRGothicPlusK R';
	font-weight:bold;
	color:#f00;
	background-image:url(../img/mfp_error.gif);
	background-repeat:no-repeat;
	background-position:100% 4px;
}
div#confirm_btns {
	margin:20px auto 100px auto;
	width:900px;
	text-align:center;
}
/*------thank.html-------------------------------------------------------------------------*/
p#p_thx {
	margin:40px 0px 0px 0px;
	text-align:center;
}
/*------privacy--------------------------------------------------------------------------------*/
section.privacy {
}
section.privacy p {
	margin:20px auto 0px auto;
	width:840px;
}
div#box_popup_privacy {
	margin:0px auto 0px auto;
	width:940px;
	width:900px;
	padding:20px 20px 0px 20px;
	background-color:#fff;
	border-radius:5px;
}
div#box_popup_privacy section.privacy {
	padding-bottom:20px;
}
div#box_popup_privacy section.privacy .title_sub {
	border-top:none !important;
	border-bottom:1px solid #ccc !important;
	padding:40px 0px 10px 0px !important;
	margin-top:0px !important;
	margin-bottom:15px !important;
	background-position:50% 15px !important;
}
div#box_popup_privacy .popup-modal-dismiss {
	padding-bottom:20px !important;
}
/*------thank.html-------------------------------------------------------------------------*/
p#p_thx {
	margin:40px 0px 0px 0px;
	text-align:center;
}

}
@media screen and (max-width: 640px) {/*sp*/

.pc {display:none;}
.sp {display:inherit;}
.center {text-align:center;}
.red {color:#e60012;}
.x-large {font-size:6vw !important;}
section#inspect_form .title_sub {font-size:7.2vw;}
table.tbl_inquiry tbody th {font-size:4vw;}
table.tbl_inquiry tbody td,
table.tbl_inquiry input,
table.tbl_inquiry select,
table.tbl_inquiry option {font-size:4.3vw;}
section#reserve #reserve_caution_mail {font-size:4vw;}
div#box_popup_privacy section.privacy p {font-size:3.5vw;}
p.p_thx {font-size:5vw;}
section#inspect_form .title_sub {
	text-align:center;
	margin-top:5.2vw;
	border-top:3.12vw solid #f3f4f6;
	padding-top:2.8vw;
}
/*------reserve-------------------------------------------------------------------------------*/
p#reserve_btn {
	margin:7vw auto 0 auto !important;
	padding:0 !important;
	width:75vw !important;
	border:0.5vw solid #1e3c7e;
	background-color:#1e3c7e;
}
p#reserve_btn input#btn_submit {
	display:block;
	margin:0 !important;
	width:75vw !important;
	padding:2.7vw 0 2.7vw 0 !important;
	border:0 !important;
	border-radius:0 !important;
	text-align:center;
	color:#1e3c7e;
	background-color:#fff;
	text-decoration:none;
	/*background-image:url(../../_common/_pic-blue/bg/arrow_blue.png);
	background-repeat:no-repeat;
	background-position:65.62vw 50%;
	background-size:5.83vw;*/
}
p#reserve_btn input#btn_reset {
	display:none;
}
div#confirm_btns input#btn_submit {
	display:block;
	margin:7vw auto 0 auto !important;
	width:75vw !important;
	padding:2.7vw 0 2.7vw 0 !important;
	border:0.5vw solid #1e3c7e;
	border-radius:0 !important;
	text-align:center;
	color:#1e3c7e;
	background-color:#fff;
	background-image:url(../../_common/_pic-blue/bg/arrow_blue.png);
	background-repeat:no-repeat;
	background-position:65.62vw 50%;
	background-size:5.83vw;
}
div#confirm_btns input#btn_back {
	display:block;
	margin:4vw auto 0 auto !important;
	width:75vw !important;
	padding:2.7vw 0 2.7vw 0 !important;
	border:0.2vw solid #1e3c7e;
	border-radius:0 !important;
	text-align:center;
	color:#1e3c7e;
	background-color:#fff;
}
section#inspect_form {
	margin-top:20vw;
	margin-bottom:8vw;
}
.page_index section#inspect_form {
	margin-top:0;
}
.page_reserve section#inspect_form,
.page_resortmember section#inspect_form {
	margin-top:6vw;
}
table.tbl_reserve,
table.tbl_inquiry,
#form_confirm table {
	margin:20px auto 0px auto;
	width:98% !important;
	border-collapse:collapse;
	overflow:hidden;
}
table.tbl_reserve th,
table.tbl_inquiry th,
#form_confirm table th {
	border:1px solid #fff;
	padding:5px 0px 4px 0px;
	width:23% !important;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	overflow:visible;
	background-color:#dcdcdc;
}
table.tbl_inquiry th {
	width:25vw !important;
}
table.tbl_reserve th span,
table.tbl_inquiry th span,
#form_confirm table th span {
}
table.tbl_reserve td,
table.tbl_inquiry td,
#form_confirm table td {
	border:1px solid #fff;
	text-align:left;
	padding:5px 4px 4px 4px;
	vertical-align:middle;
	/*font-weight:bold;*/
	overflow:visible;
	background-color:#eee;
}
table.tbl_inquiry td {
	width:auto !important;
}
label {
	display:inline !important;
	background-color:transparent !important;
	border:none !important;
	padding:0px !important;
}
form#mailformpro p {
	margin:10px 10px 0px 10px;
	width:auto;
}
select,option {
	/*max-width:210px !important;*/
}
/*input.inputtext,
input.inputtextproblem {
	width:90%;
}*/
input.inputtext,
input.inputtextproblem {
	width:70vw !important;
}
input.inputzip,
input.inputzipproblem {
	width:50px !important;
}
.select_time,
.select_time option,
.select_timeproblem,
.select_timeproblem option {
	width:44px !important;
}
table.tbl_inquiry tbody td select#program_type {
	width:70vw !important;
	min-width:200px !important;
	max-width:600px !important;
}
table.tbl_inquiry input.input_yobi {
	width:1.8em !important;
	border:transparent;
	background-color:transparent !important;
	font-size:12px;
}
table.tbl_inquiry span#hogeZ02,
table.tbl_inquiry span#hogeZ03,
table.tbl_inquiry span#hogeLimit01,
table.tbl_inquiry span#hogeLimit02,
table.tbl_inquiry span#hogeLimit03 {
	font-size:10px;
	font-weight:bold;
	color:#f00;
}
textarea {
	display:block;
	width:97% !important;
	height:5em !important;
}
div.error_privacy {
	margin:5px auto 0px auto !important;
	width:280px;
	text-align:center;
}
div#mfp_loading_screen,
div#mfp_overlay_background,
div#mfp_overlay,
div#mfp_overlay_inner,
div.mfp_buttons {
	margin-right:auto !important;
	margin-left:auto !important;
	width:auto !important;
}
div#mfp_overlay {
	width:98% !important;
}
table#mfp_confirm_table {
	margin-right:auto !important;
	margin-left:auto !important;
	width:310px !important;
}
table#mfp_confirm_table tr th {
	width:130px !important;
}
#form_confirm {
	padding-bottom:80px;
}
#form_confirm table {
	margin:.5em auto 0 auto;
}
#form_confirm th,
#form_confirm td {
	padding: .2em .2em;
	vertical-align: middle;
}
#form_confirm p.form_error {
	margin:0px 0px 0px 2px;
	color:#f00;
	font-family:'TBChibiRGothicPlusK R';
	font-weight:bold;
	background-image:url(../img/mfp_error.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:20px;
}
#form_confirm  p {
	margin:10px 5px 0px 5px;
	width:auto;
}
#form_confirm input#btn_form_confirm {
	display:block;
	margin:20px auto 0px auto;
	width:220px;
	height:50px;
	background-color:#fff;
	background-image:url(../img/btn_form_confirm.gif);
	background-repeat:no-repeat;
	background-size:contain;
	text-indent:-99999em;
	border:none;
	cursor:pointer;
	/*display:none;*/
}
#form_confirm img#btn_form_check {
	display:block;
	margin:20px auto 0px auto;
	width:440px;
	height:auto;
	cursor:not-allowed;
}
#form_confirm a#btn_form_back {
	display:block;
	float:left;
	width:50px;
	height:50px;
	margin:20px 20px 0px 0px;
	background-color:#000;
}
#form_confirm a#btn_form_back img {
	width:100%;
	height:auto;
}
#form_confirm input#btn_form_submit {
	display:block;
	float:left;
	width:220px;
	height:50px;
	margin:20px 0px 0px 0px;
	background-color:#fff;
	background-image:url(../img/btn_form_submit.gif);
	background-repeat:no-repeat;
	background-size:contain;
	text-indent:-99999em;
	border:none;
	cursor:pointer;
}
#form_confirm p#form_submit_caution {
	margin:20px auto -15px auto;
	width:290px;
	text-align:center;
	background-image:url(../img/mfp_error.gif);
	background-repeat:no-repeat;
	background-position:0% 4px;
	display:none;
}
#form_confirm p#form_submit_caution span {
	display:block;
	text-align:center;
	font-family:'TBChibiRGothicPlusK R';
	font-weight:bold;
	color:#f00;
	background-image:url(../img/mfp_error.gif);
	background-repeat:no-repeat;
	background-position:100% 4px;
}
div#confirm_btns {
	margin:10px auto 50px auto;
	width:300px;
	text-align:center;
}
/*------privacy--------------------------------------------------------------------------------*/
section.privacy {
}
section.privacy p {
	margin:3.5vw auto 0 auto;
	width:90vw;
}
div#box_popup_privacy {
	margin:0px auto 0px auto;
	width:95vw;
	width:91vw;
	padding:0 2vw 14vw 2vw;
	background-color:#fff;
	border-radius:5px;
}
div#box_popup_privacy section.privacy {
}
div#box_popup_privacy section.privacy .title_sub {
	padding:27vw 0 1vw 0;
	background-position:50% 10vw;
	border-bottom:1px solid #ccc;
	margin-bottom:2vw;
}
div#box_popup_privacy section.privacy p {
	line-height:1.4em;
}
div#box_popup_privacy .popup-modal-dismiss {
	padding-bottom:20px !important;
}
/*------thank.html-------------------------------------------------------------------------*/
p.p_thx {
	margin:4vw auto 0 auto !important;
	/*width:92% !important;*/
	text-align:center;
}



}




