@charset "UTF-8";
html {
  width: 100vw; }

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'a-otf-ud-reimin-pr6n', 'serif';
  font-weight: 100; }

body {
  line-height: 1.6;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

ol, ul {
  list-style: none;
  list-style-type: none; }

h1, h2, h3, h4, h5, p, ul, li {
  font-family: 'a-otf-ud-reimin-pr6n', 'serif'; }

h3 {
  font-size: 22px;
  text-align: center;
  margin: 20px auto; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

/**リセット**/
.wrap {
  width: 100%; }

/*mainimage*/
.mainimage {
  height: 270px;
  background-image: url("../img/mainimg_reform.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 441px) {
    .mainimage {
      height: 75vh; } }
  @media screen and (min-width: 992px) {
    .mainimage {
      height: 100%;
      background-image: url("../img/mainimg_reform_pc.jpg"); } }
  @media screen and (min-width: 992px) {
    .mainimage div {
      height: 100vh;
      margin: auto;
      max-width: 1000px;
      position: relative; } }
  .mainimage div img {
    position: absolute;
    width: 300px;
    top: 10%;
    left: 1%; }
    @media screen and (min-width: 441px) {
      .mainimage div img {
        width: 400px;
        top: 10%;
        left: 4%; } }
    @media screen and (min-width: 768px) {
      .mainimage div img {
        width: 550px;
        top: 10%;
        left: 4%; } }
  .mainimage div h1 {
    font-size: 36px;
    position: absolute;
    bottom: 10px;
    left: 2%; }
    @media screen and (min-width: 441px) {
      .mainimage div h1 {
        font-size: 60px;
        bottom: 10vh;
        left: 4%; } }
    @media screen and (min-width: 768px) {
      .mainimage div h1 {
        font-size: 80px;
        bottom: 25vh;
        left: 4%; } }
    @media screen and (min-width: 992px) {
      .mainimage div h1 {
        font-size: 100px;
        bottom: 33vh;
        left: 4%; } }

nav {
  padding: 4px 0px; }
  nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center; }
    @media screen and (min-width: 768px) {
      nav ul {
        text-align: right; } }
    nav ul a {
      width: 33%;
      text-decoration: none;
      color: black;
      border-right: 1px solid #CCC; }
      nav ul a:last-child {
        border-right: none; }
      @media screen and (min-width: 768px) {
        nav ul a {
          text-align: right; } }
      nav ul a li {
        padding: 10px auto;
        font-size: 12px; }

@media screen and (min-width: 768px) {
  .p_nav {
    position: absolute;
    right: 4%;
    top: 25%; }

  nav ul {
    display: absolute;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center; }
    nav ul a {
      width: auto;
      text-decoration: none;
      color: black; }
      nav ul a li {
        padding: 14px 0;
        font-size: 18px; } }
.lead {
  background-color: rgba(181, 161, 133, 0.5);
  padding: 20px;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .lead p {
      max-width: 1000px;
      margin: auto; } }
  @media screen and (min-width: 768px) {
    .lead {
      position: absolute;
      bottom: 23vh;
      padding: 30px; } }
  @media screen and (min-width: 992px) {
    .lead {
      bottom: 0;
      padding: 30px; } }

.content1 {
  padding: 20px; }
  @media screen and (min-width: 992px) {
    .content1 div {
      max-width: 1000px;
      margin: auto; } }
  .content1 div h2 {
    border-bottom: solid 1px #000;
    margin: 8px 0px; }
  .content1 div img {
    display: block;
    margin: 10px auto;
    width: 80%; }
  @media screen and (min-width: 768px) {
    .content1 div {
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: 500px 1fr; }
      .content1 div h2 {
        grid-row: 1 / 3;
        grid-column: 1 / 7;
        margin: 20px 0px;
        display: table-cell;
        position: relative; }
      .content1 div p {
        grid-row: 3 / 10;
        grid-column: 1 / 7;
        margin: 20px 0px; }
      .content1 div img {
        grid-row: 1 / 10;
        grid-column: 7 / 10; } }

/*mailform*/
#formWrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px; }
  @media screen and (min-width: 992px) {
    #formWrap {
      width: 1000px; } }
  #formWrap form table.formTable {
    width: 100%; }
    #formWrap form table.formTable tr {
      padding: 10px 8px;
      display: flex;
      flex-direction: column; }
      #formWrap form table.formTable tr:first-child {
        display: table; }
        #formWrap form table.formTable tr:first-child td input {
          width: auto;
          height: 1em; }
      #formWrap form table.formTable tr td {
        vertical-align: middle;
        text-align: left; }
        #formWrap form table.formTable tr td input {
          width: 100%;
          height: 2em;
          padding: 0px;
          margin: 0px; }
        #formWrap form table.formTable tr td textarea {
          width: 100%;
          height: 8em;
          padding: 0px;
          margin: 0px; }
      #formWrap form table.formTable tr th {
        text-align: left; }

.submit_btn {
  background-color: black;
  color: white;
  border: none;
  font-size: 1.1em;
  padding: 6px 12px; }

/*/mailform*/
.flow {
  padding: 20px; }
  @media screen and (min-width: 992px) {
    .flow div {
      width: 1000px;
      margin: auto; } }
  .flow div img {
    margin: auto;
    display: block; }
  .flow div p {
    font-size: 12px;
    margin: 10px auto; }

@media screen and (max-width: 767px) {
  .h250 {
    height: 250px; } }

@media screen and (max-width: 767px) {
  .h300 {
    height: 300px; } }

@media screen and (max-width: 767px) {
  .h350 {
    height: 350px; } }

@media screen and (max-width: 767px) {
  .h450 {
    height: 450px; } }

.fadeIn {
  opacity: 0;
  transition: 1s; }

.fadeIn.is-show {
  opacity: 1; }

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1s; }

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1; }

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1s; }

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1; }

.fadeIn_bottom {
  opacity: 0;
  transform: translate(0, -50%);
  transition: 1s; }

.fadeIn_bottom.is-show {
  transform: translate(0, 0);
  opacity: 1; }

.fadeIn_top {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s; }

.fadeIn_top.is-show {
  transform: translate(0, 0);
  opacity: 1; }

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