@charset "UTF-8";
/*!リセットCSS*/
.double-bouder {
  border-bottom: double 5px #423A2F;
  /*線の種類（二重線）太さ 色*/
  padding: 30px 0; }

.small-border {
  position: relative;
  display: inline-block;
  margin-bottom: 1em; }

.small-border:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F48A68;
  border-radius: 2px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt100 {
  margin-top: 100px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

/*! Halenohi-Filmメインスタイル*/
body {
  background-color: #F6F6EF; }

header {
  height: 800px; }
  @media (max-width: 640px) {
    header {
      height: 80px; } }

.navbar-brand {
  height: 70px; }
  @media (max-width: 640px) {
    .navbar-brand {
      padding: 7px;
      height: 65px; } }

.slider_css {
  height: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 640px) {
    .slider_css ul {
      margin-top: 70px; } }

.slider_css ul li {
  background-size: cover;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 40s;
  animation-duration: 40s; }

.slider_css ul li:nth-child(1) {
  background-image: url("../img/film_01.jpg");
  -webkit-animation-name: slider-zoomin;
  animation-name: slider-zoomin;
  -webkit-animation-delay: -3s;
  animation-delay: -3s; }

.slider_css ul li:nth-child(2) {
  background-image: url("../img/film_02.jpg");
  -webkit-animation-name: slider-zoomout;
  animation-name: slider-zoomout;
  opacity: 0;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.slider_css ul li:nth-child(3) {
  background-image: url("../img/film_03.jpg");
  -webkit-animation-name: slider-zoomin;
  animation-name: slider-zoomin;
  opacity: 0;
  -webkit-animation-delay: 13s;
  animation-delay: 13s; }

.slider_css ul li:nth-child(4) {
  background-image: url("../img/film_04.jpg");
  -webkit-animation-name: slider-zoomout;
  animation-name: slider-zoomout;
  opacity: 0;
  -webkit-animation-delay: 21s;
  animation-delay: 21s; }

.slider_css ul li:nth-child(5) {
  background-image: url("../img/film_05.jpg");
  -webkit-animation-name: slider-zoomin;
  animation-name: slider-zoomin;
  opacity: 0;
  -webkit-animation-delay: 29s;
  animation-delay: 29s; }

.slider_css ul li img {
  width: 130%; }

@media only screen and (max-width: 768px) {
  .slider_css {
    height: 400px;
    margin-top: 66px; }
  .slider_css ul li {
    background-size: contain;
    background-repeat: no-repeat; } }

@-webkit-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  12.5% {
    opacity: 1; }
  20% {
    opacity: 1; }
  27.5% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  12.5% {
    opacity: 1; }
  20% {
    opacity: 1; }
  27.5% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@-webkit-keyframes slider-zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  12.5% {
    opacity: 1; }
  20% {
    opacity: 1; }
  27.5% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes slider-zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  12.5% {
    opacity: 1; }
  20% {
    opacity: 1; }
  27.5% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

section {
  padding: 80px 0; }
  @media (max-width: 640px) {
    section {
      padding: 40px 0; } }

section h2.section-heading {
  font-size: 35px;
  font-weight: normal;
  color: #62615D; }
  @media (max-width: 640px) {
    section h2.section-heading {
      margin-top: 50px; } }

.service-heading {
  color: #62615D;
  font-size: 2.0rem; }

section h2.subTitle {
  font-size: 18px;
  font-weight: normal;
  color: #62615D; }

.planborder {
  border-bottom: 1px solid #62615D;
  padding: 0px 0 20px 0; }

section h3.planTitle {
  font-size: 1.7rem;
  text-align: center; }

.worksImg img {
  width: 100%; }

.worksImg p {
  text-align: center; }

.planImg img {
  width: 100%; }

.contactTit {
  color: #666;
  font-weight: normal;
  margin: 10px 0; }

.planBox {
  padding: 15px 0; }

.checkbox02 {
  margin-bottom: 15px; }

.checkbox01-input {
  display: none; }

.checkbox01-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  color: #666; }

.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px; }

.checkbox01-input:checked + .checkbox01-parts {
  color: #009a9a; }

.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a; }

.linksBox {
  background-color: #423A2F; }
  .linksBox img {
    width: 30px;
    padding: 0 5px; }

.links h2 {
  font-size: 18px;
  font-weight: normal;
  color: #fff; }

.links p {
  font-size: 1.75rem; }

.links a {
  color: #fff;
  text-decoration: none; }
  .links a :hover {
    color: #ccc; }

.linkscolor a {
  color: #fff;
  text-decoration: none; }

.insta {
  margin-top: 20px; }
  .insta p {
    font-size: 1.7rem;
    color: #fff;
    text-align: center; }
  .insta a {
    text-decoration: none; }
    .insta a :hover {
      opacity: 0.5; }

.instaBorder {
  background-color: #4A4134;
  padding: 10px; }

.iconInsta {
  padding: 0 2px; }

.info p {
  color: #fff; }
