@charset "utf-8";

/*====================================================================================================

トップ

====================================================================================================*/


/*----------------------------------------------------------------------------------------------------

Main visual

----------------------------------------------------------------------------------------------------*/

.slick-dots {
  z-index: 9999;
  text-align: right;
  position: absolute;
  bottom: -30px;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  font-family: "slick";
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0px solid #fff;
  border-radius: 100%;
  background-color: #e4e4e4;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ffa69e;
}

.mainVisual-wrap {
  position: relative;
}

.mainVisual {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
}

.mv-txt {
  position: absolute;
  color: #fff;
  font-weight: 600;
}

.mv-txt__item {
  z-index: 1;
}

.mv-photo {
  position: absolute;
  /*overflow: hidden;*/
  z-index: 1;
}

.mv-p__item {
  display: block;
  height: 100%;
  position: relative;
  /*overflow: hidden;*/
  background-color: #f5cac3;
}

.mv-p__item div {
  height: 100%;
}

.mv-p__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width:1136px) {
  .mainVisual-wrap {
    margin-bottom: 120px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .mainVisual {
    height: 730px;
  }

  .mv-txt {
    z-index: 1;
    top: 80px;
    left: 0px;
  }

  .mv-txt .mv-txt__item:nth-child(1) {
    letter-spacing: 0.05em;
  }

  .mv-photo {
    max-width: 1120px;
    width: 100%;
    height: 730px;
    right: 0;
  }

  .mv-p__item img {
    object-fit: cover;
    height: 780px;
    font-family: "object-fit: cover;";
  }

  .mv-txt .mv-txt__item span:nth-child(1) {
    margin-bottom: 40px;
  }

  .mv-txt .mv-txt__item span:nth-child(2) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width:1135px) {
  .mainVisual-wrap {
    margin-bottom: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mainVisual {
    height: 730px;
    margin-bottom: 90px;
  }

  .mv-txt {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 40%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    text-align: center;
  }

  .mv-photo {
    width: 100%;
    height: 730px;
    right: 0;
  }

  .mv-p__item img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
  }
}

@media screen and (max-width:640px) {
  .mainVisual-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mainVisual {
    height: 630px;
    margin-bottom: 90px;
  }

  .mv-txt {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 60%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    text-align: center;
  }

  .mv-photo {
    width: 100%;
    height: 630px;
    right: 0;
  }

  .mv-p__item img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    object-position: 90% 100%;
  }
}


/*----------------------------------------------------------------------------------------------------

info

----------------------------------------------------------------------------------------------------*/

.info-box {
  z-index: 2;
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info-box h2 {
  margin-bottom: 20px;
}

.info-box ul {
  list-style: none;
}

.info-box ul li .date {
  color: #ff686b;
  line-height: 2;
}

.info-box ul li {
  display: flex;
  align-content: center;
}

.info-box ul li:not(:last-child) {
  border-bottom: 2px dotted #e5e5e5;
}

@media print, screen and (min-width:1136px) {
  .info-box {
    position: absolute;
    padding: 30px;
    top: 450px;
    left: 50px;
  }

  .info-box ul {
    height: 200px;
  }

  .info-box ul li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .info-box ul li:not(:first-child) {
    margin-top: 10px;
  }

  .info-box ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .info-box ul li .date {
    margin-right: 20px;
  }
}

@media print, screen and (max-width:1135px) {
  .info-box {
    padding: 30px;
  }

  .info-box ul {
    height: 300px;
  }

  .info-box ul li {
    display: block;
  }

  .info-box ul li:not(:first-child) {
    margin-top: 10px;
  }

  .info-box ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media print, screen and (max-width:640px) {}


/*----------------------------------------------------------------------------------------------------

message

----------------------------------------------------------------------------------------------------*/

#message {
  position: relative;
  background-image: url("../../image/contents/top/message-back.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 10px solid #fff;
}

#message::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1080px;
  height: 598px;
  background-image: url("../../image/leaf-back.png");
}


/*#message .white-back::before {
  transform: rotateZ(-180deg);
}*/

#message .inner {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

#message .img-box {
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  background-image: url("../../image/contents/top/doctor.png");
  width: 100%;
}

#message .img-box p {
  position: absolute;
  right: 30px;
  top: 120px;
}

#message .img-box {
  max-width: 458px;
  height: 448px;
}

@media print, screen and (min-width:901px) {
  #message {
    padding-top: 60px;
  }

  #message::after {
    bottom: -10%;
    right: -30%;
  }

  #message .inner .txt-box {
    padding: 30px 0;
  }

  #message .inner .txt-box p:nth-child(1) {
    margin-bottom: 40px;
  }

  #message .inner .txt-box {
    max-width: 800px;
    width: 100%;
    margin-right: 60px;
  }
}

@media print, screen and (max-width:900px) {
  #message h2 {
    text-align: center;
  }

  #message {
    background-position: center bottom;
    background-size: cover;
  }

  #message {
    padding-top: 60px;
  }

  #message::after {
    top: 0%;
    right: -15%;
    z-index: -1;
  }

  #message .inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  #message .inner .txt-box p:nth-child(1) {
    margin-bottom: 20px;
  }
}


/*----------------------------------------------------------------------------------------------------

credo

----------------------------------------------------------------------------------------------------*/

#credo {
  position: relative;
}

#credo h2 {
  text-align: center;
}

#credo::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  background-image: url("../../image/brick-back.jpg");
  background-size: cover;
  top: 0;
  z-index: -1;
}

.credo-list {
  list-style: none;
  display: grid;
}

.credo-list li {
  position: relative;
  background-color: #ffa69e;
  color: #fff;
  text-align: center;
}

.credo-list .img-box {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.credo-list li:nth-child(1) .img-box {
  background-image: url("../../image/contents/top/credo01.png")
}

.credo-list li:nth-child(2) .img-box {
  background-image: url("../../image/contents/top/credo02.png")
}

.credo-list li:nth-child(3) .img-box {
  background-image: url("../../image/contents/top/credo03.png")
}

.credo-list li:nth-child(4) .img-box {
  background-image: url("../../image/contents/top/credo04.png")
}

.credo-list p span {
  display: block;
  color: #ffa69e;
}

#credo {
  padding-top: 60px;
  padding-bottom: 0px;
}

.credo-list li {
  padding: 30px 20px;
}

.credo-list .img-box {
  width: 150px;
  height: 150px;
  top: 15px;
}


@media print, screen and (min-width:1201px) {
  .credo-list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
  }
}

@media print, screen and (min-width:641px) and (max-width:1200px) {
  .credo-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media print, screen and (max-width:640px) {
  .credo-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
}


/*----------------------------------------------------------------------------------------------------

biography

----------------------------------------------------------------------------------------------------*/

#biography {
  position: relative;
  overflow: hidden;
}

#biography::before {
  position: absolute;
  content: "";
  display: block;
  width: 1081px;
  height: 599px;
  background-image: url("../../image/leaf-back.png");
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  top: 0;
  left: -5%;
  z-index: -1;
}

#biography h2 {
  text-align: center;
}

#biography .white-back {
  max-width: 1020px;
  width: 50%;
  margin-left: auto;
  /*    position: absolute;
	top: -50px;
	right: 0;*/
}

#biography .inner {
  position: relative;
}

#biography .inner .txt-box {
  max-width: 615px;
  margin-right: auto;
}

#biography .img-box {
  background-image: url("../../image/contents/top/biography-back.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

#biography .img-box {
  max-width: 1020px;
  width: calc(50vw + 45px);
  min-height: 430px;
  height: calc(100% - 90px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

.biography-list {
  list-style: none;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#biography .inner .biography-list:nth-of-type(1) {
  margin-bottom: 40px;
}

#biography .inner h3 {
  color: #84dcc6;
  padding-left: 50px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#biography .inner h3:nth-of-type(1) span::before {
  background-image: url("../../image/contents/top/biography-ttl01.png")
}

#biography .inner h3:nth-of-type(2) span::before {
  background-image: url("../../image/contents/top/biography-ttl02.png")
}

@media print, screen and (min-width:901px) {
  .biography-back {
    background-position: right;
  }

  #biography {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #biography .inner .txt-box {
    padding: 50px 50px 50px 100px;
  }

  .biography-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media print, screen and (max-width:900px) {
  #biography {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  #biography::before {
    display: none
  }

  #biography .img-box {
    width: 100%;
    z-index: -1;
  }

  #biography .white-back {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }

  #biography .inner .txt-box {
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  #biography .img-box {
    height: 100%;
  }
}

@media print, screen and (max-width:640px) {
  /*  .biography-back {
    background-position: 80%;
  }
  #biography {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #biography .inner {
    padding: 30px;
  }
  .biography-list li:not(:last-child) {
    margin-bottom: 10px;
  }*/
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

#reserve ul {
  list-style: none;
}

#reserve ul {
  grid-column-gap: 30px;
}

#reserve ul li {
  background-color: #84dcc6;
  color: #fff;
}

#reserve ul li .img-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#reserve ul li .img-box {
  width: 100%;
  height: 154px;
  margin-bottom: 30px
}

#reserve ul li {
  padding: 30px;
}

#reserve ul li h3 {
  text-align: center;
}

#reserve ul li:nth-child(1) .img-box {
  background-image: url("../../image/contents/top/reserve.jpg")
}

#reserve ul li:nth-child(1) h3 span::before {
  background-image: url("../../image/contents/top/reserve-ttl.png")
}

#reserve ul li:nth-child(2) .img-box {
  background-image: url("../../image/contents/top/cancel.jpg")
}

#reserve ul li:nth-child(2) h3 span::before {
  background-image: url("../../image/contents/top/cancel-ttl.png")
}

#reserve ul li p {
  margin-bottom: 15px;
}

@media print, screen and (min-width:901px) {
  #reserve {
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width:900px) {
  #reserve {
    margin-bottom: 50px;
  }

  #reserve ul {
    grid-row-gap: 30px;
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.begginer-back {
  background: url("../../image/contents/top/begginer-back.png") no-repeat #fff;
  background-size: auto 100%;
  background-position: right;
}

#begginer .inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#begginer .inner h2 {
  margin-bottom: 20px;
}

#begginer .inner .txt-box {
  margin-right: auto;
}

#begginer .inner .txt-box a {
  position: absolute;
  white-space: nowrap;
}

@media print, screen and (min-width:1201px) {
  #begginer {
    margin-bottom: 50px;
  }

  .begginer-back {
    max-width: 1170px;
    width: calc(100% - 30px);
  }

  #begginer .inner {
    padding: 40px;
  }

  #begginer .inner .txt-box {
    max-width: 690px;
  }

  #begginer .inner .txt-box a {
    bottom: 40px;
    right: -30px;
  }
}

@media print, screen and (max-width:1200px) {
  #begginer {
    margin-bottom: 80px;
  }

  #begginer .inner .txt-box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  #begginer .inner {
    padding: 20px;
  }

  #begginer .inner p {
    margin-bottom: 50px
  }

  #begginer .inner .txt-box a {
    left: 50%;
    bottom: -30px;
    ;
    transform: translateX(-50%);
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.mente-back {
  background: url("../../image/contents/top/mente-back.png") no-repeat #fff;
  background-size: auto 100%;
  background-position: right;
}

#mente .inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#mente .inner h2 {
  margin-bottom: 20px;
}

#mente .inner .txt-box {
  margin-right: auto;
}

#mente .inner .txt-box a {
  position: absolute;
  white-space: nowrap;
}

@media print, screen and (min-width:1201px) {
  #mente {
    margin-bottom: 50px;
  }

  #mente .inner {
    padding: 40px;
  }

  .mente-back {
    max-width: 1170px;
    width: calc(100% - 30px);
  }

  #mente .inner .txt-box {
    max-width: 690px;
  }

  #mente .inner .txt-box a {
    bottom: 40px;
    right: -30px;
  }
}

@media print, screen and (max-width:1200px) {
  #mente {
    margin-bottom: 80px;
  }

  #mente .inner .txt-box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  #mente .inner {
    padding: 20px;
  }

  #mente .inner p {
    margin-bottom: 50px
  }

  #mente .inner .txt-box a {
    left: 50%;
    bottom: -30px;
    ;
    transform: translateX(-50%);
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.outline-ttl {
  margin-bottom: 20px;
}

/*#outline .inner {
  background-image: url("../../image/contents/top/outline-back.png");
  background-repeat: no-repeat;
  background-position: right top;
}*/

#outline .white-back {
  position: relative;
}

#outline .white-back>.img-box {
  position: absolute;
  max-width: 960px;
  width: 50%;
  height: 100%;
  background-image: url("../../image/contents/top/outline-back.jpg?v=2");
  background-size: cover;
  top: 0;
  right: 0;
}

#outline .inner>.img-box {
  max-width: 1020px;
  width: 100%;
  background-image: url("../../image/contents/top/outline-back.jpg?v=2");
  background-size: cover;
  padding-top: 80%;
}

.outline-list {
  display: flex;
  flex-wrap: wrap;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.outline-list+p {
  margin-bottom: 30px;
}

.outline-list {
  margin-bottom: 20px;
}

.outline-list dt {
  color: #ffa69e;
}

.box {
  display: flex;
}

.outline .box .timetable {
  width: 100%;
}

/*.timetable table {
  width: 100%;
}*/

.g-map {
  overflow: hidden;
  margin: 50px auto;
}

.g-map iframe {
  vertical-align: bottom;
}

.outline-list dt {
  width: 100px;
  margin-right: 20px;
}

.outline-list dd {
  width: calc(100% - 120px);
}

.outline-list dd span {
  display: block;
}

#outline {
  padding-bottom: 45px;
}

@media print, screen and (min-width:1201px) {

  #outline .inner {
    padding: 50px 40px;
  }

  #outline .inner>.img-box {
    display: none;
  }

  #outline .inner {
    max-width: 580px;
  }

}

@media print, screen and (min-width:1001px) and (max-width:1200px) {

  #outline .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  #outline .inner {
    padding: 50px 40px;
  }

  .outline-ttl {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
  }

  #outline .inner>.img-box {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  #outline .white-back>.img-box {
    display: none;
  }
}

@media print, screen and (max-width:1000px) {
  #outline .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  #outline .inner {
    padding: 40px 10px;
  }

  .outline-ttl {
    grid-column-start: 1;
    grid-column-end: 2;
    text-align: center;
  }

  #outline .inner>.img-box {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  #outline .white-back>.img-box {
    display: none;
  }

  .outline-list dt {
    width: 100%
  }

  .outline-list dd {
    width: 100%
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/


/*.top-slide-hdline {
  position: relative;
  text-align: left;
}

.top-slide {
  position: relative;
  overflow: hidden;
}

.top-slide::after{
  position:absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../image/gallery.svg");
  z-index: -1;
}*/

#top-slide li p {
  text-align: center;
  padding: 0.25em;
}

#top-slide-gallery {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

#top-slide-gallery li {
  margin: 0;
}

.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(40%);
  -moz-filter: opacity(40%);
  -o-filter: opacity(40%);
  -ms-filter: opacity(40%);
  filter: opacity(40%);
  transition: 0.2s linear;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../image/icon/ar_red_left.png");
  background-color: #fff;
  border-radius: 100%;
  z-index: 2;
}

#top-slide-gallery li div {
  /*box-shadow: 0 10px 25px 0 rgba(255,115,135,0.1); */
  /*text-align: center!important;*/
}

.top-slide>a.p-btn {
  margin-top: 2.66em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.next-arrow {
  transform: scale(-1, 1);
}

@media print, screen and (min-width:641px) {
  .top-slide {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .top-slide-hdline {
    padding-bottom: 30px;
  }

  #top-slide-gallery li div {
    /*margin: 0 60px;*/
  }

  .slide-arrow {
    width: 52px;
    height: 52px;
  }

  .prev-arrow {
    left: calc(50% - 360px)
  }

  .next-arrow {
    right: calc(50% - 360px)
  }

  .top-slide::after {
    max-width: 604px;
    width: 100%;
    height: 172px;
    bottom: 0;
    left: 50%;
  }
}

@media print, screen and (max-width:640px) {
  #top-slide-gallery {
    width: 100%;
    padding: 0 20px;
  }

  #top-slide-gallery li {
    margin: 0;
  }

  .top-slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-slide-hdline {
    pading-bottom: 20px;
  }

  #top-slide-gallery li div {
    width: 100%;
  }

  .slide-arrow {
    width: 32px;
    height: 32px;
  }

  .prev-arrow {
    left: -16px;
    z-index: 2;
  }

  .next-arrow {
    right: -16px;
    z-index: 2;
  }

  .top-slide::after {
    width: 80%;
    height: 120px;
    top: 0;
    left: 0%;
  }
}


/*----------------------------------------------------------------------------------------------------

背景固定
  
----------------------------------------------------------------------------------------------------*/

.js-parallax {
  width: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 750px) {
  .js-parallax {
    background-size: cover;
    background-attachment: scroll;
  }
}