@charset "utf-8";
.slick-prev::before,
.slick-next::before {
  color: #65391b !important;
}
.slick-dots li button:before {
  font-size: 10px !important;
}

#home_info {
  border-radius: 4px;
  border: #cc0000 2px solid;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 100px;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#home_info p {
  color: #cc0000;
  font-weight: 600;
}

#home_info a {
  background: #fff;
  color: #333;
  border: #ddd 1px solid;
  display: block;
  text-align: center;
  padding: 15px;
  position: relative;
  transition: 0.3s;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#home_info a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 0;
}

#home_info a:hover {
  background: var(--main);
  color: #fff;
}
@media (max-width:768px) {
  #home_info {
    padding: 25px;
    display: block;
  }
}




/*--------------------------------------------------------------
*
* h style
*
*--------------------------------------------------------------*/
.home_h2_style {
  text-shadow: var(--main) 1px 1px 0px, var(--main) -1px 1px 0px,
    var(--main) 1px -1px 0px, var(--main) -1px -1px 0px;
  color: #fff;
  font-size: 7rem;
  display: block;
  margin-bottom: 40px;
}
.home_h2_style span {
  position: relative;
}
.home_h2_style span:before,
.home_h2_style span:after {
  content: "";
  display: block;
  position: absolute;
}
.home_h2_style span.start:before {
  background: url(/assets/images/home/start_left.svg) no-repeat;
  width: 50px;
  padding-top: 91.13924%;
  display: block;
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
}
.home_h2_style span.start:after {
  background: url(/assets/images/home/start_right.svg) no-repeat;
  width: 40px;
  padding-top: 113.432835%;
  right: -50px;
  top: 0;
}
.home_h2_style + h3 {
  color: var(--main);
  display: block;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px;
}
.home_h2_style + h3:before,
.home_h2_style + h3:after {
  content: "・・・";
  padding: 0 10px;
}

@media (max-width: 768px) {
  .home_h2_style,
  .home_h2_style span {
    font-size: 5rem;
  }
  .home_h2_style + h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .home_h2_style,
  .home_h2_style span {
    font-size: 4rem;
  }
  .home_h2_style + h3 {
    font-size: 1.3rem;
  }
}
/*--------------------------------------------------------------
*
* mainvisual
*
*--------------------------------------------------------------*/
#mainvisual {
  background: url(/assets/images/home/fv.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  width: 100%;
  min-height: -webkit-calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  height: 100%;
  position: relative;
}
#mainvisual .inner {
  width: 529px;
  height: 306px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
#mainvisual #scroll_down {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 100%;
  text-align: center;
}
#mainvisual #scroll_down span {
  color: #fff;
  display: block;
  position: relative;
}
#mainvisual #scroll_down span:after {
  background: #fff;
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
}

@media (max-width: 768px) {
  #mainvisual .inner {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  #mainvisual {
    min-height: -webkit-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
  }
  #mainvisual .inner {
    max-width: 100%;
    height: auto;
  }
}
/*--------------------------------------------------------------
*
* about
*
*--------------------------------------------------------------*/
#about {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}
#about p {
  font-size: 1.8rem;
}
#about h2,
#about .lead {
  color: var(--main);
  font-size: 2.2rem;
  line-height: 2;
}
#about ul {
  width: 100%;
  display: flex;
}
#about ul li {
  width: 100%;
  margin-right: 15px;
}
#about ul li a {
  background: #fff;
  color: #333;
  border: #ddd 1px solid;
  display: block;
  text-align: center;
  padding: 15px;
  position: relative;
  transition: 0.3s;
}
#about ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 0;
}
#about ul li a:hover {
  background: var(--main);
  color: #fff;
}
#about h2 span {
  position: relative;
}
#about h2 span:before {
  background: url(/assets/images/home/flower_l.png) no-repeat;
  width: 73px;
  height: 73px;
  display: block;
  content: "";
  position: absolute;
  left: -160px;
  top: 0;
}
#about h2 span:after {
  background: url(/assets/images/home/flower_r.png) no-repeat;
  width: 73px;
  height: 73px;
  display: block;
  content: "";
  position: absolute;
  right: -160px;
  top: 0;
}

@media (max-width: 768px) {
  #about {
    padding-bottom: 30px;
  }
  #about h2,
  #about .lead {
    font-size: 1.6rem;
  }
  #about h2 span:before,
  #about h2 span:after {
    top: -20px;
  }
  #about p {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  #about {
    background: url(/assets/images/common/bg/stripebg.jpg);
    padding-top: 30px;
  }
  #about p {
    font-size: 1.3rem;
  }
  #about ul {
    display: block;
  }
  #about ul li {
    margin-bottom: 15px;
  }
  #about h2,
  #about .lead {
    line-height: 1.7;
  }
  #about h2 br,
  #about .lead br {
    display: none;
  }
}
/*--------------------------------------------------------------
*
* New Nails
*
*--------------------------------------------------------------*/
.newnails.nails {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.newnails.nails:after {
  background: rgba(231, 164, 160, 0.1);
  content: "";
  width: 150vw;
  height: 500px;
  transform: rotate(-3deg);
  position: absolute;
  left: -25vw;
  top: 15%;
  z-index: -1;
}
.newnails.nails .home_h2_style {
  text-align: center;
  display: block;
  transition: 0.3s;
}
.newnails.nails .header {
  position: relative;
}
.newnails.nails .header a {
  width: 258px;
  position: absolute;
  right: 0;
  top: 20px;
}
.newnails.nails .header .home_h2_style span:before {
  background: url(/assets/images/home/check.svg) no-repeat;
  width: 113px;
  padding-top: 36.123348%;
  left: -120px;
}
.newnails.nails .header .home_h2_style span:after {
  background: url(/assets/images/home/start_right.svg) no-repeat;
  width: 40px;
  padding-top: 113.432835%;
  right: -50px;
  top: 0;
}

@media (max-width: 1200px) {
  .newnails.nails .home_h2_style {
    text-align: left;
    padding-left: 80px;
  }
}

@media (max-width: 998px) {
  .newnails.nails {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .newnails.nails .home_h2_style {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .newnails.nails {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newnails.nails .inner,
  .newnails.nails .img_box,
  .newnails.nails .body,
  .newnails.nails a.category {
    display: block;
    width: 100%;
    text-align: center;
  }
  .newnails.nails .header .home_h2_style span:before {
    width: 70px;
    padding-top: 36.123348%;
    left: -70px;
  }
  .newnails.nails .header .home_h2_style span:after {
    width: 30px;
    padding-top: 113.432835%;
    right: -50px;
    top: 0;
  }
}
/*--------------------------------------------------------------
*
* hand nail
*
*--------------------------------------------------------------*/
.handnail .home_h2_style {
  text-align: center;
}
.handnail.bg {
  position: relative;
  overflow: hidden;
}
.handnail.bg:after {
  background: rgba(231, 164, 160, 0.1);
  content: "";
  width: 150vw;
  height: 900px;
  transform: rotate(3deg);
  position: absolute;
  left: -25vw;
  top: 10%;
  z-index: -1;
}
.handnail a {
  color: #333;
  transition: 0.3s;
}
.handnail a h4 {
  border-bottom: #ddd 1px solid;
  color: #009dbf;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px;
}
.handnail a p {
  margin-bottom: 20px;
}
.handnail a.body:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
  .handnail .header p br {
    display: none;
  }
  .handnail .body {
    width: 100%;
    display: flex;
  }
  .handnail .img_box {
    min-width: 150px;
    width: 150px;
  }
  .handnail .body .inner {
    padding-left: 15px;
    text-align: left;
  }
  .handnail .body .inner h4 {
    text-align: left;
    padding-top: 0;
  }
}

@media (max-width: 400px) {
  .handnail .img_box {
    min-width: 100px;
    width: 100px;
  }
  .handnail .body .inner h4 {
    font-size: 3.4vw;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .handnail a p {
    margin-bottom: 10px;
    font-size: 3.3vw;
  }
}
/*--------------------------------------------------------------
*
* foot nail
*
*--------------------------------------------------------------*/
#footnail .home_h2_style {
  text-align: center;
}
#footnail .home_h2_style span.start:before {
  top: 20px;
}
#footnail .home_h2_style span.start:after {
  top: -10px;
}
#footnail .inbox {
  border-radius: 4px;
  border: var(--main) 1px solid;
  display: block;
  position: relative;
  padding: 30px;
}
#footnail .inbox h4 {
  color: var(--main);
  font-size: 2rem;
}
#footnail a.body {
  height: 430px;
  display: block;
}
#footnail .inbox.list h4 {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  display: block;
  margin: auto;
  text-align: center;
}
#footnail .inbox .lead {
  color: var(--main);
}
#footnail .inbox.list h4 span {
  background: #fff;
  padding: 0 30px;
  font-size: 3rem;
}
#footnail .inbox.list p {
  margin-bottom: 20px;
}
#footnail ul.deital {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#footnail ul.deital li {
  width: 100%;
  margin-right: 15px;
}
#footnail ul.deital li:last-child {
  margin-right: 0;
}
#footnail ul.deital li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 998px) {
  #footnail img {
    width: 100%;
  }
  #footnail a.body {
    height: 390px;
  }
  #footnail ul.deital {
    display: block;
    text-align: center;
  }
  #footnail ul.deital li {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
  }
}

@media (max-width: 576px) {
  #footnail .inbox {
    padding: 10px;
  }
  #footnail .img_box {
    min-width: 150px;
    width: 150px;
  }
  #footnail .box {
    padding-left: 15px;
  }
  #footnail a.body {
    height: auto;
    display: flex;
  }
  #footnail .inbox.list h4 span {
    background: #fff;
    font-size: 2rem;
  }
}

@media (max-width: 400px) {
  #footnail .img_box {
    min-width: 100px;
    width: 100px;
  }
  .handnail .body .inner h4 {
    font-size: 3.4vw;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .handnail a p {
    margin-bottom: 10px;
    font-size: 3.3vw;
  }
}
/*--------------------------------------------------------------
*
* review
*
*--------------------------------------------------------------*/
#review {
  background-image: url(/assets/images/common/bg/stripebg.jpg);
  background-color: rgba(231, 164, 160, 0.1);
  padding-top: 60px;
  padding-bottom: 60px;
}
#review .home_h2_style {
  text-align: center;
}
#review .thumnail {
  min-width: 25%;
  display: block;
}
#review .inner {
  padding-left: 25px;
}
#review .inner .name {
  font-size: 1.75rem;
}
#review .inner .body {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid rgba(0, 157, 191, 0.25);
  padding: 15px;
}
#review .inner .body p {
  margin: 0;
  padding: 0;
}
#review .inner a {
  color: #333;
  transition: 0.3s;
}
#review .inner a:hover {
  opacity: 0.5;
}

@media (max-width: 576px) {
  #review {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #review .d-flex {
    border-bottom: #ddd 1px solid;
    padding-bottom: 25px;
  }
}
/*--------------------------------------------------------------
*
* blog
*
*--------------------------------------------------------------*/
#news {
  padding-top: 80px;
  padding-bottom: 80px;
}
#news h2 {
  text-align: center;
}
/*--------------------------------------------------------------
*
* blog
*
*--------------------------------------------------------------*/
#blog {
  background-image: url(/assets/images/common/bg/stripe50.png);
  background-color: rgba(231, 164, 160, 0.1);
  padding-top: 80px;
  padding-bottom: 80px;
}
#blog h2 {
  text-align: center;
}
#blog .blog_list h4 {
  display: block;
  padding: 15px 0;
}
/*-------------------------------------------------------
*
* calender
*
-------------------------------------------------------*/
#calender_section {
  padding-top: 60px;
  padding-bottom: 60px;
}
#calender_section p {
  font-size: 1.4rem;
  margin: 0;
  text-align: center;
}
#calender_section h2 {
  text-align: center;
}
#iframeBlock {
  height: 100%;
  display: block;
}
.iframeBody {
  height: 100%;
  display: block;
}
#calender_section iframe {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/*-------------------------------------------------------
*
* calender_section
*
-------------------------------------------------------*/

#calender_section #calender_header {
  width: 100%;
}
#calender_section #calender_header p {
  width: 100%;
  padding-left: 25px;
  position: relative;
  line-height: 2;
}
#calender_section #calender_header p:before {
  background: #ffdddd;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#calender_section #calender_header ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
#calender_section #calender_header ul li {
  display: inline-block;
  margin-left: 10px;
}
#calender_section #calender_header ul li a {
  border-radius: 4px;
  color: var(--p);
  background: #f1f1f1;
  display: block;
  text-align: center;
  padding: 0 25px;
}
#calender_section table {
  border: #ccc 1px solid;
  border-right: none;
  border-bottom: none;
  width: 100%;
}
#calender_section table th,
#calender_section table td {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  font-weight: 400;
  color: #333;
  padding: 5px;
}
#calender_section table th {
  background: #f1f1f1;
  text-align: center;
  font-size: 1.4rem;
}
#calender_section table tbody td {
  height: 100px;
  vertical-align: top;
}
#calender_section tbody td {
  font-size: 2.4rem;
  font-weight: 200;
  padding-top: 0;
}
#calender_section .scheduleComment {
  font-size: 11px;
}
#calender_section .scheduleComment hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#calender_section .scheduleComment span {
  background: #f1f1f1;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  width: 40px;
  float: left;
  margin-right: 10px;
}
#calender_section .scheduleComment span.schedule_OK {
  background: rgba(40, 167, 69, 0.8);
  color: #fff;
}
#calender_section .scheduleComment span.schedule_vacancy {
  background: rgba(204, 0, 0, 0.6);
  color: #fff;
}

@media (max-width: 1200px) {
  #calender_section .titles:before {
    right: 200px;
  }
  #calender_section .titles:after {
    left: 200px;
  }
}

@media (max-width: 998px) {
  #calender_section .titles:before {
    right: 80px;
  }
  #calender_section .titles:after {
    left: 80px;
  }
}

@media (max-width: 768px) {
  #calender_section .titles:before {
    right: 20px;
  }
  #calender_section .titles:after {
    left: 20px;
  }
  #calender_section .scheduleComment span {
    float: none !important;
  }
}

@media (max-width: 576px) {
  #calender_section .titles:before {
    width: 38px;
    height: 41px;
    right: 10px;
  }
  #calender_section .titles:after {
    width: 38px;
    height: 35px;
    left: 10px;
  }
  #calender_section .header p {
    text-align: left;
    margin-bottom: 5px;
  }
  #calender_section #calender_header ul {
    float: none;
    display: flex;
    text-align: center;
  }
  #calender_section #calender_header ul li {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #calender_section tbody td {
    font-size: 3vw;
  }
  #calender_section .scheduleComment {
    font-size: 2vw;
  }
  #calender_section .calender_content {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/*-------------------------------------------------------
*
* school
*
-------------------------------------------------------*/
#school {
  position: relative;
  overflow: hidden;
}
#school:after {
  background: rgba(231, 164, 160, 0.1);
  content: "";
  width: 150vw;
  height: 300px;
  position: absolute;
  left: -25vw;
  top: 15%;
  z-index: -1;
}
#school h2 {
  line-height: 1;
}
#school .header {
  position: relative;
}
#school .header .scholl_bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: auto;
}
#school .header .scholl_bg1 {
  position: absolute;
  right: 30%;
  bottom: 0;
  width: 15%;
  height: auto;
}
#school h3 {
  text-align: left;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #school .imgdisp {
    width: 100%;
  }
}
