#youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:hidden;
}
#youtube-wrap .youtube-movie {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#youtube-wrap .player {
  height: 100%;
  width: 100%;
  pointer-events: none;
  scale: 1.1;
}
/*  pointer-events:none; */
#youtube-wrap .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 1200px) {
  header h1 img {
    max-width: 100% !important;
    width: auto;
  }
}

header.home .tel {
  display: none;
}
header.home .navbar .header-inner {
  justify-content: center;
}
header.home .navbar .header-inner-title {
  flex: 1;
}
@media (min-width: 992px) {
  header.home .tel {
    display: flex;
  }
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
#eye {
  position: relative;
}
#eye div.circle {
  position: absolute;
  bottom: 0;
}

#eye div.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 5;
}
#eye div.slick-arrow img {
  max-width: 80px;
}
#eye div.prev.slick-arrow {
  left: 15%;
}
#eye div.next.slick-arrow {
  right: 15%;
}
@media (min-width: 768px) {
  #eye div.slick-arrow {
    display: flex;
  }
}

/* セクション
----------------------------------------------------------------------------------------------------*/
#index div.wrap {
  padding-top: 6rem;
  padding-bottom: 6em;
  overflow: hidden;
}

#index h2 {
  color: #734413;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#index h2:before {
  display: table;
  content: url(/wp-content/themes/soraha/img/midasi.png);
  margin: 0 auto;
}
#index h2 small {
  display: block;
  color: #bfa484;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

#index .btn-lg {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}

@media (min-width: 1200px) {
  #index h2 {
    font-size: 2.5rem;
  }
}

#index section:nth-child(1) > div.wrap {
  padding-top: 0;
}
#index section#about {
  background: url(/wp-content/themes/soraha/img/back.jpg) repeat;
  background-size: 130%;
}
#index section#life > div:first-child {
  background: url(/wp-content/themes/soraha/img/daily_life.png) center center no-repeat;
  color: #ffffff;
}

main#index h3 {
  color: #734413;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}

#news .pickup {
  position: relative;
  display: block;
}
#news .pickup > span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2dcdf;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  margin: 0;
  color: #9c7e5a;
  padding: 0.4rem 0.8rem;
  z-index: 2;
}
#news .pickup p {
  margin: 0.5em 0;
}
#news .pickup p > span {
  display: block;
  margin-bottom: 0.2em;
}
#news .pickup img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 250px;
}
#news .pickup:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#about div.row > div:last-child > div {
  max-width: 400px;
  margin: auto;
}
@media (min-width: 992px) {
  #about div.row > div:last-child > div {
    max-width: none;
  }
}

div.box {
  background-color: #f6cdd2;
  position: relative;
  display: block;
  padding: 1em;
  margin-bottom: 10px;
  font-size: 1.2rem;
  background: #f6cdd2;
  border-radius: 15px;
  color: #734413;
  text-decoration: none;
  text-align: center;
}
div.box:before {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  content: "";
  border: 2px dashed #fff;
  border-radius: 6px;
}

div.box.c_pink {
  background-color: #f6cdd2;
  background: #f6cdd2;
}
div.box.c_blue {
  background-color: #c9d9ed;
  background: #c9d9ed;
}

#index section#life h2 {
  color: #ffffff;
}
#index section#life h2 small {
  color: #ffffff;
}

section#life ul,
.index-recruit ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -5px;
  justify-content: center;
}
section#life li,
.index-recruit li {
  text-align: center;
  flex: 1;
  margin: 0 5px;
}
section#life .btn-date,
.index-recruit li .btn-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 3px solid #ffffff;
  margin-bottom: 10px;
}
section#life .btn-date:before,
section#life .btn-date:after {
  content: url(/wp-content/themes/soraha/img/clover.png);
  margin: auto;
  display: block;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section#life .btn-date:before {
  margin-right: 8px;
}
section#life .btn-date:after {
  margin-left: 8px;
}
section#life .btn-date:hover,
.btn-date:focus,
.btn-date:active {
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
section#life .btn-date:hover:before,
.btn-date:focus:before,
.btn-date:active:before,
section#life .btn-date:hover:after,
.btn-date:focus:after,
.btn-date:active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

section#life .btn,
.index-recruit .btn {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  font-size: 1.1rem;
}

#index section#support {
  background: url(/wp-content/themes/soraha/img/back.jpg) repeat;
  background-size: 130%;
}

.index-recruit .btn-rec {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}
.index-recruit .btn-rec:hover,
.index-recruit .btn-rec:focus,
.index-recruit .btn-rec:active {
  opacity: .8;
  color: #ffffff;
}

.index-recruit .btn-rec {
  background-color: #987f60;
  position: relative;
  padding: 1em;
  color: #ffffff;
  margin: 0;
}
.index-recruit .btn-rec:before {
  position: absolute;
  top: 6px;
  right: 8px;
  bottom: 6px;
  left: 8px;
  content: "";
  border: 2px dashed #fff;
  border-radius: 6px;
}
section#sns .btn-rec:hover,
.btn-rec:focus,
.btn-rec:active {
  background: #c0ddf4;
  color: #97805f;
}
@media (min-width: 992px) {
  section#life li,
  .index-recruit li {
    flex: 1;
  }
  section#life li:first-child,
  .index-recruit li:first-child {
    margin-bottom: 0px;
  }
  section#life .btn,
  .index-recruit .btn {
    display: flex;
    min-width: 217px;
    font-size: 1.4rem;
  }
}

section#life a:hover img,
.index-recruit a:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section#life a:hover img,
.index-recruit a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#index .btn-default {
  display: inline-flex;
  background: transparent;
  border: none;
  padding: 0 2em 0.3em 0.2em;
  border-bottom: 2px solid #734413;
  color: #734413;
  position: relative;
}
#index .btn-default:before,
#index .btn-default:after {
  content: "";
  margin: auto;
  display: block;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .btn-default:before {
  height: 2px;
  width: 1.2em;
  background-color: #734413;
}
#index .btn-default:after {
  border-top: 2px solid #734413;
  border-right: 2px solid #734413;
  width: 0.6em;
  height: 0.6em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index .btn-default:hover:before,
#index .btn-default:focus:before,
#index .btn-default:active:before,
#index .btn-default:hover:after,
#index .btn-default:focus:after,
#index .btn-default:active:after {
  right: 0.2em;
}

section#about div.row {
  margin-bottom: 5em;
}
@media (min-width: 992px) {
  section#about div.row {
    margin-bottom: 3em;
  }
}

@media (max-width: 992px) {
  #index .fb {
    max-width: 500px;
    display: block;
  }
}
@media (min-width: 992px) {
  #index .fb {
    width: 100%;
    display: block;
  }
}
