@charset "UTF-8";
/*!
 * Copyright 2019-koutarou Authors
 */
h1 {
  line-height: 100%;
  font-family: 'Pontano Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 10px;
  font-size: 4rem; }
  h1 + p {
    font-weight: bold;
    letter-spacing: 2px; }

.nakatani .midashi:before {
  content: "■";
  color: #517BB5;
  padding-right: 5px; }

.takatsuki .midashi:before {
  content: "■";
  color: #9c7459;
  padding-right: 5px; }

.information {
  margin: 40px 0; }
  .information dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .information dl dt {
      width: calc(13% - 5px);
      font-weight: bold;
      border-bottom: 1px solid white;
      padding-bottom: 5px;
      margin-right: 5px;
      margin-bottom: 5px;
      position: relative; }
    .information dl dt:after {
      content: "：";
      position: absolute;
      right: 0; }
    .information dl dd {
      width: 87%;
      border-bottom: 1px solid white;
      padding-bottom: 5px;
      margin-bottom: 5px; }
  .information h4 {
    font-weight: bold;
    margin-bottom: 10px; }

footer {
  width: 100%;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ccc;
  font-size: 12px; }

@media screen and (min-width: 1087px) {
  .outerframe {
    width: 1300px;
    margin-left: auto;
    margin-right: auto; }

  .main-img {
    width: 100%;
    height: 800px; }

  h1 {
    margin-top: 70px; }

  .main-img > div:first-child {
    width: 100%;
    height: 400px;
    display: flex;
    background-color: #edded8;
    position: relative; }
    .main-img > div:first-child img {
      width: 650px;
      height: 400px;
      object-fit: cover;
      object-position: 100% 50%; }
    .main-img > div:first-child div {
      width: 650px;
      display: flex;
      flex-wrap: wrap;
      align-content: space-between; }
      .main-img > div:first-child div div {
        width: 100%;
        padding: 20px 0 20px 40px;
        display: inline; }
        .main-img > div:first-child div div span {
          display: block; }

  .main-img > div:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-color: #517BB5; }

  .main-img > div:last-child {
    background-color: #DFEDF2;
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    position: relative; }
    .main-img > div:last-child img {
      width: 50%;
      height: 400px;
      object-fit: cover;
      object-position: 100% 50%; }
    .main-img > div:last-child ul {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      text-align: center;
      padding-bottom: 60px; }
      .main-img > div:last-child ul li {
        display: block;
        position: relative;
        padding: 0 20px; }
        .main-img > div:last-child ul li a {
          position: relative;
          display: block; }
        .main-img > div:last-child ul li a:before {
          display: block;
          position: absolute;
          content: "▼";
          bottom: 0;
          left: calc(50% - 6px);
          margin-bottom: -30px; }
      .main-img > div:last-child ul li:before {
        position: absolute;
        top: -20px;
        left: calc(50% - 60px);
        content: "　";
        height: 120px;
        width: 120px;
        border-radius: 50%; }
      .main-img > div:last-child ul li:first-child {
        margin-right: 40px; }
        .main-img > div:last-child ul li:first-child a {
          display: block;
          color: #517BB5;
          padding-bottom: 10px;
          border-bottom: 1px solid #517BB5; }
      .main-img > div:last-child ul li:first-child:before {
        background-color: #c7e3ea; }
      .main-img > div:last-child ul li:last-child a {
        display: block;
        color: #9c7459;
        padding-bottom: 10px;
        border-bottom: 1px solid #9c7459; }
      .main-img > div:last-child ul li:last-child:before {
        background-color: #e8d0c8; }

  .main-img > div:last-child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #9c7459; }

  .sp-fe {
    padding: 100px 0; }
    .sp-fe h2 {
      color: #517BB5;
      font-weight: bold;
      margin-bottom: 20px; }
    .sp-fe h2 + p:first-of-type {
      margin-bottom: 50px; }
    .sp-fe ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .sp-fe ul li {
        width: 30%;
        margin: 20px; }
        .sp-fe ul li h3 {
          border-radius: 10px;
          padding: 20px 10px;
          margin-bottom: 20px;
          font-weight: bold;
          text-align: center;
          color: white; }
      .sp-fe ul li:nth-of-type(1) h3 {
        background-color: #94b3da; }
      .sp-fe ul li:nth-of-type(2) h3 {
        background-color: #8fccac; }
      .sp-fe ul li:nth-of-type(3) h3 {
        background-color: #eecd95; }
      .sp-fe ul li:nth-of-type(4) h3 {
        background-color: #DDADBF; }
      .sp-fe ul li:nth-of-type(5) h3 {
        background-color: #DBDB8A; }

  .profile {
    position: relative;
    padding: 50px 0; }
    .profile div {
      width: 1000px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: flex-end; }
      .profile div figure {
        width: 227px;
        margin-right: 20px; }
      .profile div figcaption {
        text-align: center;
        font-size: 14px; }
        .profile div figcaption span {
          font-size: 12px; }
      .profile div p {
        width: 320px;
        margin-bottom: 42px; }

  .introduction {
    display: flex;
    padding: 100px 50px 0 50px; }
    .introduction > div:first-child {
      width: 70%; }
    .introduction > div:last-child {
      width: 30%;
      text-align: center; }
      .introduction > div:last-child > img {
        margin: 72px auto 0 auto; }
        .introduction > div:last-child > img + div img:first-child {
          margin-top: 200px;
          margin-bottom: 20px; }
        .introduction > div:last-child > img + div img {
          display: block; }
    .introduction h2 {
      font-weight: bold; }
      .introduction h2 span {
        font-weight: normal; }
    .introduction h3 {
      margin: 20px 0 40px 0; }
    .introduction h3 + p {
      margin-bottom: 20px; }

  .bt-entry {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 800px;
    margin: 0 auto; }
    .bt-entry div {
      margin: 50px 0;
      text-align: center; }
      .bt-entry div strong {
        display: block;
        font-size: 18px; }
      .bt-entry div a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        width: 340px;
        height: 94px;
        background-color: #eee;
        padding: 20px;
        font-size: 18px;
        font-weight: bold;
        color: white; }
      .bt-entry div a:hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8; }
    .bt-entry .icon-tel {
      background-image: url(../images/icon-tel.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 30px auto;
      display: inline-block;
      padding: 10px 0 10px 40px; }

  .form-entry {
    width: 800px;
    margin: auto; }
    .form-entry h1 {
      font-size: 24px;
      font-weight: normal;
      text-align: center; }
      .form-entry h1 span {
        display: block;
        font-size: 14px; }

  footer {
    margin-top: 100px; } }
@media screen and (max-width: 1086px) {
  .outerframe {
    width: 100%; }

  .main-img {
    width: 100%; }

  .main-img > div:first-child {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    background-color: #edded8; }
    .main-img > div:first-child img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: 100% 50%; }
    .main-img > div:first-child div {
      width: 100%;
      background-color: #edded8; }
      .main-img > div:first-child div div {
        padding: 20px 10px 5px 10px;
        width: 100%;
        text-align: center; }
        .main-img > div:first-child div div span {
          display: block; }

  .main-img > div:last-child {
    background-color: #DFEDF2;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .main-img > div:last-child img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: 100% 50%; }
    .main-img > div:last-child ul {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      text-align: center;
      padding: 60px 0 70px 0; }
      .main-img > div:last-child ul li {
        display: block;
        position: relative;
        font-size: 14px; }
        .main-img > div:last-child ul li a {
          position: relative;
          display: block;
          font-weight: bold; }
        .main-img > div:last-child ul li a:before {
          display: block;
          position: absolute;
          content: "▼";
          bottom: 0;
          left: calc(50% - 5px);
          margin-bottom: -30px; }
      .main-img > div:last-child ul li:before {
        position: absolute;
        top: -30px;
        left: calc(50% - 60px);
        content: "　";
        height: 120px;
        width: 120px;
        border-radius: 50%; }
      .main-img > div:last-child ul li:first-child {
        margin-right: 40px; }
        .main-img > div:last-child ul li:first-child a {
          display: block;
          color: #517BB5;
          padding-bottom: 10px;
          border-bottom: 1px solid #517BB5; }
      .main-img > div:last-child ul li:first-child:before {
        background-color: #c7e3ea; }
      .main-img > div:last-child ul li:last-child a {
        display: block;
        color: #9c7459;
        padding-bottom: 10px;
        border-bottom: 1px solid #9c7459; }
      .main-img > div:last-child ul li:last-child:before {
        background-color: #e8d0c8; }

  .sp-fe {
    padding: 50px 0; }
    .sp-fe h2 {
      color: #517BB5;
      font-weight: bold;
      margin-bottom: 20px; }
    .sp-fe h2 + p:first-of-type {
      margin-bottom: 30px; }
    .sp-fe ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .sp-fe ul li {
        width: 45%;
        margin: 10px 2.5%; }
        .sp-fe ul li h3 {
          border-radius: 10px;
          padding: 10px 20px;
          margin-bottom: 20px;
          font-weight: bold;
          text-align: center;
          color: white; }
      .sp-fe ul li:nth-of-type(1) h3 {
        background-color: #94b3da; }
      .sp-fe ul li:nth-of-type(2) h3 {
        background-color: #8fccac; }
      .sp-fe ul li:nth-of-type(3) h3 {
        background-color: #eecd95; }
      .sp-fe ul li:nth-of-type(4) h3 {
        background-color: #DDADBF; }
      .sp-fe ul li:nth-of-type(5) h3 {
        background-color: #DBDB8A; }

  .profile {
    position: relative;
    padding: 0 10px 30px 10px; }
    .profile div {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-direction: column; }
      .profile div figure {
        width: 227px;
        margin: auto; }
      .profile div figcaption {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px; }
        .profile div figcaption span {
          font-size: 12px; }

  .introduction {
    padding: 30px 10px; }
    .introduction > div:first-child {
      width: 100%; }
    .introduction > div:last-child {
      display: none; }
    .introduction h2 {
      font-weight: bold; }
      .introduction h2 span {
        font-weight: normal; }
    .introduction h3 {
      margin: 10px 0 20px 0; }
    .introduction h3 + p {
      margin-bottom: 20px; }

  .bt-entry {
    padding: 0 10px; }
    .bt-entry div {
      margin: 30px auto;
      max-width: 340px;
      text-align: center; }
      .bt-entry div strong {
        display: block;
        font-size: 18px; }
      .bt-entry div a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        width: 340px;
        height: 94px;
        background-color: #eee;
        padding: 20px;
        font-size: 18px;
        font-weight: bold;
        color: white; }
      .bt-entry div a:hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8; }
    .bt-entry .icon-tel {
      background-image: url(../images/icon-tel.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 30px auto;
      display: inline-block;
      padding: 10px 0 10px 40px; }

  .form-entry {
    width: 100%;
    margin: auto; }
    .form-entry h1 {
      font-size: 24px;
      font-weight: normal;
      text-align: center; }
      .form-entry h1 span {
        font-size: 12px; }

  footer {
    margin-top: 50px; } }
.nakatani .profile {
  border-top: 1px solid #517BB5;
  background: -moz-linear-gradient(left, #96bcda, #FFF);
  background: -webkit-linear-gradient(left, #96bcda, #FFF);
  background: linear-gradient(to right, #96bcda, #FFF); }
.nakatani .introduction {
  background-color: #dfebf0; }
  .nakatani .introduction h2 {
    color: #517BB5; }
    .nakatani .introduction h2 span {
      color: #4a4a4a;
      display: block; }
  .nakatani .introduction > div:last-child img + div {
    margin-right: -50px;
    padding-left: 40px; }
.nakatani .bt-entry strong {
  color: #517BB5; }
.nakatani .bt-entry a {
  background-color: #517BB5; }
@media screen and (min-width: 1087px) {
  .nakatani .profile:before {
    content: "　";
    display: block;
    background-image: url(../images/n-entrance-original.jpg);
    background-repeat: no-repeat;
    background-size: 330px 219px;
    position: absolute;
    right: 0;
    top: calc(50% - 110px);
    width: 330px;
    height: 219px; } }

.takatsuki .profile {
  border-top: 1px solid #9c7459;
  background: -moz-linear-gradient(left, #FFF #d7b19f);
  background: -webkit-linear-gradient(left, #FFF, #d7b19f);
  background: linear-gradient(to right, #FFF, #d7b19f); }
.takatsuki .introduction {
  background-color: #edded8; }
  .takatsuki .introduction h2 {
    color: #9c7459; }
    .takatsuki .introduction h2 span {
      color: #4a4a4a;
      display: block; }
  .takatsuki .introduction h4 {
    margin: 10px 0;
    font-weight: bold; }
  .takatsuki .introduction > div:last-child img + div {
    margin-left: -50px;
    padding-right: 40px; }
.takatsuki .bt-entry strong {
  color: #9c7459; }
.takatsuki .bt-entry a {
  background-color: #9c7459; }
@media screen and (min-width: 1087px) {
  .takatsuki .profile:before {
    content: "　";
    display: block;
    background-image: url(../images/t-entrance-orinarl.jpg);
    background-repeat: no-repeat;
    background-size: 330px 219px;
    position: absolute;
    left: 0;
    top: calc(50% - 110px);
    width: 330px;
    height: 219px; }
  .takatsuki .profile {
    margin-top: 100px; }
    .takatsuki .profile div {
      flex-direction: row-reverse; }
  .takatsuki .introduction {
    padding: 100px 50px 0 50px;
    display: flex;
    flex-direction: row-reverse; }
    .takatsuki .introduction h2 span {
      display: block; } }
@media screen and (max-width: 1086px) {
  .takatsuki .profile {
    margin-top: 80px;
    padding-top: 30px; } }

body.nakatani-form {
  background-color: #dfebf0; }
  body.nakatani-form .bt-entry div a {
    background-color: #517BB5; }
  body.nakatani-form div#wrapper div#container {
    border: 1px solid #517BB5; }
    body.nakatani-form div#wrapper div#container h1 {
      line-height: 130%;
      letter-spacing: 0; }
      body.nakatani-form div#wrapper div#container h1 span {
        color: #517BB5;
        letter-spacing: 5px; }
  @media screen and (min-width: 1087px) {
    body.nakatani-form h1 {
      margin-top: 40px; }
    body.nakatani-form .bt-entry div {
      margin-bottom: 20px; }
      body.nakatani-form .bt-entry div a {
        text-decoration: none;
        height: 70px;
        width: 200px; } }
  @media screen and (max-width: 1086px) {
    body.nakatani-form .bt-entry div {
      margin-bottom: 20px; }
      body.nakatani-form .bt-entry div a {
        text-decoration: none;
        height: 70px;
        width: 100%; } }

body.takatsuki-form {
  background-color: #edded8; }
  body.takatsuki-form .bt-entry div a {
    background-color: #9c7459; }
  body.takatsuki-form div#wrapper div#container {
    border: 1px solid #9c7459; }
    body.takatsuki-form div#wrapper div#container h1 {
      line-height: 130%;
      letter-spacing: 0; }
      body.takatsuki-form div#wrapper div#container h1 span {
        color: #9c7459;
        letter-spacing: 5px; }
  @media screen and (min-width: 1087px) {
    body.takatsuki-form h1 {
      margin-top: 40px; }
    body.takatsuki-form .bt-entry div {
      margin-bottom: 20px; }
      body.takatsuki-form .bt-entry div a {
        text-decoration: none;
        height: 70px;
        width: 200px; } }
  @media screen and (max-width: 1086px) {
    body.takatsuki-form .bt-entry div {
      margin-bottom: 20px; }
      body.takatsuki-form .bt-entry div a {
        text-decoration: none;
        height: 70px;
        width: 100%; } }

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