@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

header, section, footer, aside, nav, article, figure {
  display: block;
  position: relative;
}

html {
  height: 100%;
  -webkit-print-color-adjust: exact;
}

html, body {
  margin: 0;
  padding: 0;
  font-style: normal;
  vertical-align: baseline;
  text-indent: 0;
  line-height: 1;
  color: #000000;
}

html, body, small, h1, h2, h3, h4, h5 {
  font-size: 1em;
}

div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-family: "gen", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  text-indent: 0;
  list-style: none;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-family: "gen", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  text-indent: 0;
  list-style: none;
}

iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.fixImg {
  width: auto;
  height: auto;
}

nav ul {
  list-style: none;
}

#container a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer a {
  text-decoration: none;
  color: #34369b;
}
footer a:hover, footer a:active {
  color: rgba(52, 54, 155, 0.7);
}
footer a:hover {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

td, th {
  line-height: 1.3em;
}

ul, ol, dl, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

section p,
.section p {
  margin-bottom: 1em;
  line-height: 1.8em;
}

#contents ul,
#contents ol,
#contents dl {
  margin-bottom: 1em;
  margin-top: 1em;
}

#contents li,
#contents dd {
  line-height: 1.5em;
}

#contents ul li {
  margin-left: 0em;
  padding-left: normal;
}

/* clearfix -------------*/
.cf {
  zoom: 1;
  overflow: hidden;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* Layout Document */
/* Layout Basic block   //////////////////////////////////////*/
body {
  line-height: 1.6;
  color: #000000;
  font-weight: 500;
}

header nav ul {
  margin: 0 auto;
}

.home #container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  .home #container {
    width: 100%;
    padding-top: 0 !important;
  }
}

footer {
  padding: 40px 3% 20px 3%;
}
@media only screen and (max-width: 560px) {
  footer {
    padding: 15px 0 80px 0;
  }
}

#contents > section,
#contents > .section {
  margin-bottom: 70px;
}

#contents > section section,
#contents > section .section,
#contents > .section section,
#contents > .section .section {
  margin-bottom: 50px;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  h2 {
    font-size: 6.5vw;
  }
  h3 {
    font-size: 5.5vw;
  }
}
header {
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  header {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 560px) {
  header {
    position: relative;
    padding: 0;
  }
}

/* //////////////////////////////////////////////////////////////////////// 
コンテンツ 
///////////////////////////////////////////////////////////////*/
#contents h2 span,
#contents h3 span,
#contents .inline span {
  display: inline-block;
}

@media only screen and (max-width: 560px) {
  .inlineSp span {
    display: inline-block;
  }
}
footer {
  margin: 0 auto;
  text-align: center;
  background: #ef8000;
}
@media only screen and (max-width: 560px) {
  footer {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
  }
}
footer #ftAdd {
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
}
footer #ftAdd a {
  color: #fff;
}
footer #ftAdd em {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
}
footer #copy a {
  margin-top: 1em;
  font-size: 0.75rem;
  color: #fff !important;
}
@media only screen and (max-width: 560px) {
  footer #copy a {
    font-size: 2.1vw;
    color: #ffffff !important;
  }
}
footer .ddmap_banner {
  text-align: center;
}
footer .ddmap_banner img {
  max-width: 230px;
  margin: 15px auto 20px;
}

#ptBtn {
  display: block;
  padding: 6px;
  background: rgba(252, 176, 0, 0.8);
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 100;
}
@media only screen and (min-width: 561px) {
  #ptBtn {
    bottom: 10px;
    right: 20px;
  }
}
@media only screen and (max-width: 560px) {
  #ptBtn {
    bottom: 5px;
    right: 5px;
  }
}
#ptBtn:hover {
  background: #fcb000;
  cursor: pointer;
}

strong {
  font-weight: bold;
  color: #e50043;
}

.red {
  color: #ff0000;
}

.blue {
  color: #477fb4;
}

.bold {
  font-weight: bold;
}

.fix img {
  width: auto !important;
}

#contents section p,
#contents .section p {
  margin-bottom: 1em;
}

h2 span,
h3 span,
.inline span {
  display: inline-block;
}

@media only screen and (max-width: 560px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important;
  }
  footer {
    position: relative !important;
  }
  .youkou {
    display: block;
  }
  .youkou th {
    padding: 0.6em 0em 0.4em 1em;
  }
  .youkou td {
    padding: 1em 0em 1.5em 1em;
  }
}
/* タブレット向けのレイアウトの指定  ------------*/
@media only screen and (min-width: 561px) and (max-width: 959px) {
  .dispSp,
  .dispPri,
  .dispPc,
  .hideTab {
    display: none !important;
  }
}
/* PC向けのレイアウトの指定  ------------*/
@media only screen and (min-width: 960px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important;
  }
}
.home {
  background: url("../img/header_image.jpg") no-repeat top center;
  background-size: 100%;
}
.home #contents > section,
.home #contents > .section {
  margin-bottom: 0;
  padding: 40px 3% !important;
}
.home #contents > section > div,
.home #contents > .section > div {
  margin: 0 auto !important;
  padding: 0 3%;
}
.home #hdImage {
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .home #hdImage {
    background: none;
    padding: 0;
  }
}
.home #hdImage {
  /*開院日と住所*/
}
.home #hdImage #logo_h1 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 3%;
}
@media only screen and (max-width: 959px) {
  .home #hdImage #logo_h1 {
    background-size: cover;
    padding: 0 20px;
  }
}
.home #hdImage #logo_h1 p#logo {
  margin-bottom: 20px;
}
.home #hdImage #logo_h1 p#logo img {
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  .home #hdImage #logo_h1 p#logo img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 560px) {
  .home #hdImage #logo_h1 p#logo img {
    max-width: 300px;
  }
}
.home #hdImage #logo_h1 h1 {
  position: relative;
}
@media only screen and (min-width: 561px) {
  .home #hdImage #logo_h1 p#catch {
    position: absolute;
    top: 65%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -60%); /* 自身の幅・高さの半分だけ戻す */
  }
}
@media only screen and (max-width: 560px) {
  .home #hdImage #logo_h1 p#catch {
    position: absolute;
    top: 70%;
    z-index: 10;
    transform: translateY(-60%); /* 自身の幅・高さの半分だけ戻す */
    width: 80%;
    margin-left: 5%;
  }
}
.home #hdImage #logo_h1 p#catch img {
  max-width: 800px;
  margin: 0 auto;
}
.home #hdImage #logo_h1 h1#slideshow {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 560px) {
  .home #hdImage #logo_h1 h1#slideshow {
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
}
.home #hdImage #logo_h1 h1#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 1;
  border-radius: 20px;
}
.home #hdImage #logo_h1 h1#slideshow img.active {
  z-index: 10;
  opacity: 1;
}
.home #hdImage #logo_h1 h1#slideshow img.last-active {
  z-index: 9;
}
.home #hdImage {
  /*内覧会のお知らせ*/
}
.home #hdImage #nairan {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(167, 167, 167, 0.4);
  border-radius: 20px;
  padding: 20px 40px 20px;
}
@media only screen and (max-width: 959px) {
  .home #hdImage #nairan {
    background: #00ab82;
    color: #fff;
    border-radius: 0;
  }
}
.home #hdImage #nairan h2 {
  text-align: center;
  margin-bottom: 20px;
}
.home #hdImage #nairan p {
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .home #hdImage #nairan p {
    text-align: left;
  }
}
.home #hdImage #nairan p.date {
  font-size: 2vw;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  .home #hdImage #nairan p.date {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 560px) {
  .home #hdImage #nairan p.date {
    font-size: 5.2vw;
    text-align: center;
  }
}
.home #hdImage #nairan p.time {
  font-size: 1.5vw;
  margin-bottom: 10px;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  .home #hdImage #nairan p.time {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 560px) {
  .home #hdImage #nairan p.time {
    font-size: 6vw;
    text-align: center;
  }
}
.home #contents h2 {
  text-align: center;
  margin: 20px 0 40px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}
.home #contents h2 span {
  display: block;
  font-size: 1.5em;
  color: #FCCA8B;
  line-height: 1;
}
.home .embed-container {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 2em;
}
.home .embed-container iframe, .home .embed-container object, .home .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 959px) {
  .home .embed-container {
    padding-bottom: 56.25%;
  }
}

#intro > div {
  max-width: 1200px !important;
}
@media only screen and (max-width: 560px) {
  #intro > div > div {
    display: flex;
    flex-direction: column;
  }
  #intro > div > div > p {
    order: 0;
  }
  #intro > div > div .docPhoto {
    order: 1;
  }
}
@media only screen and (max-width: 560px) {
  #intro h2 {
    font-size: 5.5vw;
  }
}
#intro .docPhoto {
  float: right;
  width: 28%;
  margin-left: 3%;
}
@media only screen and (max-width: 560px) {
  #intro .docPhoto {
    float: none;
    margin: 20px auto 0;
    width: 80%;
  }
}
#intro .docPhoto figure {
  margin-bottom: 1em;
}
#intro .docPhoto img {
  max-width: 500px;
  border-radius: 5px;
}
@media only screen and (max-width: 560px) {
  #intro .docPhoto img {
    max-width: 300px;
    margin: 0 auto;
  }
}
#intro {
  /* Edge(Chromium)表示用のCSS　*/
}
#intro _:lang(x)::-ms-, #intro ruby > rt {
  font-size: 100%;
  zoom: 0.5;
}
#intro { /* Chrome表示用のCSS　*/ }
#intro _:lang(x)::-internal-media-controls-overlay-cast-button, #intro ruby > rt {
  font-size: 100%;
  zoom: 0.5;
}

.recruitBanner {
  width: 80%;
  margin: 0 auto;
}
.recruitBanner img {
  max-width: 800px;
  margin: 0 auto 60px;
}

#newsBlock {
  background: white;
}

#newsBlock > div > div {
  max-width: 1000px;
  margin: 0 auto 50px auto;
  background: #fff;
  padding: 15px 3% !important;
  overflow-y: scroll;
  border: 2px solid #FCCA8B;
  border-radius: 10px;
}
@media only screen and (min-width: 960px) {
  #newsBlock > div > div {
    max-height: 400px;
  }
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  #newsBlock > div > div {
    width: 94%;
    max-width: 94% !important;
    max-height: 400px;
  }
}
@media only screen and (max-width: 560px) {
  #newsBlock > div > div {
    width: 100% !important;
    margin-bottom: 0;
    max-height: 700px;
  }
}
@media only print {
  #newsBlock > div > div {
    width: 100%;
    margin: 0 auto 25px auto;
  }
}
#newsBlock > div > div dl {
  margin-top: 0;
  padding-bottom: 0.5em;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  #newsBlock > div > div dl {
    border-width: 2px;
  }
}
#newsBlock > div > div dl::-webkit-scrollbar {
  height: 5px;
}
#newsBlock > div > div dl::-webkit-scrollbar-track {
  background: rgb(253.2857142857, 224.7142857143, 188.7142857143);
}
#newsBlock > div > div dl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #FCCA8B;
}
#newsBlock > div > div dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only print {
  #newsBlock > div > div dl {
    max-height: 200px;
  }
}
#newsBlock > div > div dl dt {
  color: #ef8000;
}
#newsBlock > div > div dl dd {
  line-height: 1.8;
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 561px) {
  #newsBlock > div > div dl dd {
    margin-top: -1.8em;
    padding-left: 8em;
  }
}

#blogBlock {
  background: rgb(233.3633027523, 249.8366972477, 245.7798165138);
}
#blogBlock > div {
  max-width: 1200px;
  margin: 0 auto 50px auto;
  background: #fff;
  padding: 15px 3% !important;
  overflow-y: scroll;
  border: 2px solid #2ab08f;
  border-radius: 10px;
}
@media only screen and (min-width: 960px) {
  #blogBlock > div {
    max-height: 400px;
  }
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  #blogBlock > div {
    width: 94%;
    max-width: 94% !important;
    max-height: 400px;
  }
}
@media only screen and (max-width: 560px) {
  #blogBlock > div {
    width: 100% !important;
    margin-bottom: 0;
    max-height: 700px;
  }
}
@media only print {
  #blogBlock > div {
    width: 100%;
    margin: 0 auto 25px auto;
  }
}
#blogBlock p.bloglink {
  text-align: right;
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto 10px !important;
}
#blogBlock p.bloglink a {
  color: #2ab08f;
}
#blogBlock dl {
  margin-top: 0;
  padding-bottom: 0.5em;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  #blogBlock dl {
    border-width: 2px;
  }
}
#blogBlock dl::-webkit-scrollbar {
  height: 5px;
}
#blogBlock dl::-webkit-scrollbar-track {
  background: rgb(253.2857142857, 224.7142857143, 188.7142857143);
}
#blogBlock dl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #FCCA8B;
}
#blogBlock dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only print {
  #blogBlock dl {
    max-height: 200px;
  }
}
#blogBlock dl dd {
  line-height: 1.8;
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 561px) {
  #blogBlock dl dt {
    margin: 0 2em 0.5em 0;
  }
  #blogBlock dl dd {
    margin-top: -2em;
    padding-left: 8em;
  }
}

#recruit h3 {
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 7px;
  color: #fff;
  border-radius: 5px;
  background: #FCCA8B;
  border-bottom: 2px solid #fff;
}
#recruit h4 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
#recruit h4:before {
  content: "● ";
  color: #FCCA8B;
}
#recruit table {
  border: 1px solid #2ab08f;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
#recruit table th {
  background: #2ab08f;
  color: #fff;
  text-align: center;
  border: none;
  border-bottom: 1px solid #2ab08f;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
}
@media only screen and (min-width: 960px) {
  #recruit table th {
    width: 200px;
  }
}
#recruit table tr:first-child th {
  border-radius: 10px 0 0 0;
}
#recruit table tr:last-child th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
#recruit table td {
  border: none;
  border-bottom: 1px solid #2ab08f;
  padding: 10px;
  vertical-align: middle;
}
#recruit table td p {
  margin: 10px 0 0 !important;
  display: inline-block;
}
#recruit table td p a {
  display: block;
  background: #fff;
  border: 2px solid #ea6444;
  color: #ea6444;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 0.9rem;
}
@media only screen and (max-width: 560px) {
  #recruit table td p a {
    font-size: 3vw;
  }
}
#recruit table td span {
  display: inline-block;
}
#recruit table tr:first-child td {
  border-radius: 0 10px 0 0;
}
#recruit table tr:last-child td {
  border-radius: 0 0 10px 0;
  border-bottom: none;
}

#address > div {
  max-width: 1200px;
}

.blogBanner img {
  max-width: 600px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */