@charset "UTF-8";
/* CSS Document */
/**********SP MENU hidden**********/
.sp_nav {
  visibility: hidden;
  display: none;
  height: 0;
}
/**********GO TOP**********/
.topIcon {
  display: inline-block;
  position: fixed; /* ボタン固定 */
  bottom: 0; /* 下から位置 */
  right: 0; /* 右から位置 */
  padding: 30px 25px; /* 余白       */
  background: #4a4a4a; /* 背景色     */
  color: #ffffff; /* 文字色     */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  z-index: 999; /* 重ね順位   */
}
.topIcon:hover {
  opacity: 0.9; /* カーソル時透明度 */
}
/**********sp_nav hidden**********/
#navArea {
  visibility: hidden;
  height: 0;
}
/**********header**********/
header {
  width: 100%;
  background: url("../img/header_bg.png") repeat-x top left;
  height: 100px;
  position: fixed;
  z-index: 1;
}
header .header_cnt {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .header_cnt .logo {
  width: 191px;
  height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header_cnt .btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .header_cnt nav#pc_nav {
  margin: 40px 40px 0 0;
}
header .header_cnt nav#pc_nav {
  text-align: center;
  white-space: nowrap;
}
header .header_cnt nav#pc_nav ul {}
header .header_cnt nav#pc_nav ul li {
  display: inline;
}
header .header_cnt nav#pc_nav ul li::after {
  content: "／";
  padding: 0 5% 0 6%;
  color: #FFF;
}
header .header_cnt nav#pc_nav ul li:last-child::after {
  content: "";
}
header .header_cnt .contact {
  display: inline-block;
}
/**********メインビジュアル**********/
main {
  width: auto;
min-width: 1200px;
  background: url("../img/mv_bg.jpg");
  height: 100vh;
  padding-top: 80px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .catch {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
main .catch h1 {
  font-size: 44px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
main .catch p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
/**********MOVIE**********/
.movie {
  width: 100%;
  padding: 90px 0;
  background: url("../img/movie_bg.jpg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.movie .movie_catch {
  width: 1200px;
  margin: 0 auto 30px;
}
.movie .movie_catch h2 {
  background: url("../img/white_line.png") no-repeat left;
  padding-left: 120px;
}
.movie .movie_cnt {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie .movie_cnt .movie_area {
  display: inline-block;
}
.movie .movie_cnt .movie_area dl {
  display: inline-block;
}
.movie .movie_cnt .movie_area dt {
  margin-bottom: 15px;
}
.movie .movie_cnt .movie_area dt iframe {
  width: 575px;
  height: 350px;
}
.movie .movie_cnt .movie_area dd {
  text-align: center;
  font-weight: 600;
}
/**********RESULT**********/
.result {
  width: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.result .result_cnt {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
	background: url("../img/white_line02.png") no-repeat;
	background-position: top 0 left 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.result .result_cnt .result_photo {
  display: inline-block;
}
.result .result_cnt .result_catch {
  position: relative;
  width: 510px;
  padding: 110px 0 0;
	text-align: right;
}
.result .result_cnt .result_catch h2 {
  background: url("../img/green_line.png") no-repeat right;
  padding-right: 120px;
  text-align: right;
}
.result .result_cnt .result_catch p.read_copy {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: right;
}
.result .result_cnt .result_catch p.more_btn {
  position: absolute;
  display: inline-block;
  margin-top: 30px;
  padding: 0 2%;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  border-bottom: #00873c 2px solid;
  right: 0;
}
.result .result_cnt .result_catch p {
  line-height: 2.2rem;
}
.result .result_cnt .result_catch a{
		color: #00873c;
	}
/**********SERVICE**********/
.seavice {
  width: 100%;
  margin: 90px 0 0;
  padding-top: 90px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background: #FFF;
  color: #000;
}
.seavice a {
  color: #000;
}

.seavice .seavice_cnt {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
	background: url("../img/black_line02.png") no-repeat;
	background-position: bottom 0 right 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	
  box-sizing: border-box;
}
.seavice .seavice_cnt .seavice_photo {
	display: inline-block;
}


.seavice .seavice_cnt .seavice_catch {
  width: 510px;
  padding: 80px 0 0;
}
.seavice .seavice_cnt .seavice_catch h2 {
  background: url("../img/green_line.png") no-repeat left;
  padding-left: 120px;
}
.seavice .seavice_cnt .seavice_catch p.read_copy {
  margin-bottom: 20px;
  font-weight: 600;
}
.seavice .seavice_cnt .seavice_catch p {
  line-height: 2.2rem;
}
.seavice .seavice_cnt .seavice_catch p.more_btn {
  display: inline-block;
  margin-top: 30px;
  padding: 0 2%;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  border-bottom: #00873c 2px solid;
}

.seavice .seavice_cnt .seavice_catch a{
		color: #00873c;
	}
/**********GOOGLE MAP**********/
  .map {
	  width: 100%;
	  margin: 0 auto;}
	
  .map iframe {
	  height: 400px;
   width: 100%;;
	  
	  
  }
/**********footer**********/
footer {
	width: 100%;
}
footer .footer_cnt {
  width: 1200px;
  margin: 0 auto 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer_cnt .access {
  display: inline-block;
  border-right: #00873c solid 1px;
  padding: 90px 100px 0 0;
}
footer .footer_cnt .access p.address {
  margin-bottom: 0;
}
footer .footer_cnt .access .tel {
  font-size: 22px;
  font-weight: 700;
}
footer .footer_cnt .sitemap {
  display: flex;
  justify-content: bottom;
  align-items: flex-end;
}
footer .footer_cnt .sitemap .title {
  font-size: 18px;
  font-weight: 800;
}
footer .contact {
  width: 1200px;
  text-align: center;
  margin: 90px auto;
}
/**********二階層目 タイトル**********/
.secondpage_title {
  width: 1200px;
  margin: 0 auto 30px;
  padding-left: 30px;
  border-left: #FFF solid 1px;
  box-sizing: border-box;
}
.secondpage_title .secondpage_title_cnt {
  padding-top: 180px;
  box-sizing: border-box;
}
h2.other_title {
  font-size: 40px;
}
p.other_title_cap {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  color: #00873c;
}
p.other_copy {
  margin-bottom: 90px;
}
/**********二階層目 まとめ**********/
.other_wrapper {
  width: 1200px;
  margin: 0 auto 90px;
}

.color_green{
	color: #00873c;
}

@media screen and (max-width : 896px){
  /**********GO TOP**********/
  .topIcon {
    padding: 20px 13px; /* 余白       */
  }
  .topIcon img {
    width: 70%;
  }
  /**********ハンバーガーボタン**********/
  .sp_nav {
    visibility: visible;
    display: block;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #00873c;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #4a4a4a;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
  }
  /**********header**********/
  header {
    width: 100%;
    background: #000;
    height: 70px;
    position: fixed;
    z-index: 1;
  }
  header .header_cnt {
    width: 90%;
  }
  header .header_cnt .logo {
    width: 30%;
	  
  height: 70px;}
  header .header_cnt .logo img {
    width: 100%;
  }
  nav#pc_nav {
    visibility: hidden;
    display: none;
  }
  header .header_cnt .contact {
    visibility: hidden;
    display: none;
  }
  /**********メインビジュアル**********/
  main {
    width: auto;
	min-width: 280px;
    background: url("../img/mv_bg.jpg");
    height: 100vh;
    padding-top: 80px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .catch {
    width: 100%;
    text-align: center;
  }
  main .catch h1 {
    font-size: 30px;
    margin-bottom: 1%;
  }
  main .catch p {
    font-size: 14px;
  }
  /**********MOVIE**********/
  .movie {
    width: 100%;
    padding: 8% 0 0;
    background: url("../img/movie_bg.jpg");
    background-size: cover;
    background-position: center;
  }
  .movie .movie_catch {
    width: 90%;
    margin: 0 auto 5%;
  }
  .movie .movie_catch h2 {
    background: url("../img/white_line_sp.png") no-repeat left;
    padding-left: 80px;
  }
  .movie .movie_cnt {
    width: 95%;
    margin: 0 auto;
  }
  .movie .movie_cnt .movie_area {
    width: 95%;
    margin: 0 auto;
  }
  .movie .movie_cnt .movie_area dl {
    width: 100%;
    margin-bottom: 8%;
  }
  .movie .movie_cnt .movie_area dt {
    margin-bottom: 15px;
  }
  .movie .movie_cnt .movie_area dt iframe {
    width: 100%;
    height: 280px;
  }
  /**********RESULT**********/
  .result {
    width: 100%;
    padding-bottom: 3%;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .result .result_cnt {
    width: 90%;
    margin: 0 auto;
    padding-top: 8%;
    border: 0;
    background: url("../img/white_line02.png") no-repeat;
    background-position: top 0 left 6%;
  }
  .result .result_cnt .result_photo {
    width: 100%;
    margin: 0 auto;
  }
  .result .result_cnt .result_photo img {
    width: 100%;
  }
  .result .result_cnt .result_catch {
    position: static;
    width: 510px;
    padding: 8% 0 0;
	text-align: left;}
  .result .result_cnt .result_catch h2 {
    background: url("../img/green_line_sp.png") no-repeat left;
    padding-left: 80px;
    text-align: left;
  }
  .result .result_cnt .result_catch p.read_copy {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
  }
  .result .result_cnt .result_catch p {
    line-height: 1.8rem;
  }

  .result .result_cnt .result_catch p.more_btn {
    position: static;
    margin: 3% 0 8%;
  }
	
	
  /**********SERVICE**********/
  .seavice {
    width: 100%;
    margin-top: 0;
    padding: 8% 0 0;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .seavice .seavice_cnt {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 8%;
    border: 0;
    background: url("../img/black_line02.png") no-repeat;
    background-position: bottom 0 right 6%;
  }
  .seavice .seavice_cnt .seavice_photo {
    width: 100%;
    margin: 0 auto;
  }
  .seavice .seavice_cnt .seavice_photo img {
    width: 100%;
  }
  .seavice .seavice_cnt .seavice_catch {
    width: 100%;
    padding: 0 0 0;
  }
  .seavice .seavice_cnt .seavice_catch h2 {
    background: url("../img/green_line_sp.png") no-repeat left;
    padding-left: 80px;
  }
  .seavice .seavice_cnt .seavice_catch p.read_copy {
    margin-bottom: 20px;
    font-weight: 600;
  }
  .seavice .seavice_cnt .seavice_catch p {
    line-height: 1.8rem;
  }
  .seavice .seavice_cnt .seavice_catch p.more_btn {
    margin: 3% 0 8%;
  }
  /**********GOOGLE MAP**********/
  .map {
	  width: 100%;
	}
	
  .map iframe {
   width: 100%;
	  height: 400px;
  }
  /**********footer**********/
  footer {}
  footer .footer_cnt {
    width: 90%;
    margin: 0 auto 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer_cnt .access {
    border: 0;
    padding: 8% 0 3%;
 }
  footer .footer_cnt .access img {
    width: 50%;
  }
  footer .footer_cnt .access p.address {
    margin-bottom: 0;
  }
  footer .footer_cnt .access .tel {
    font-size: 20px;
    font-weight: 700;
  }
  footer .footer_cnt .sitemap {
    font-size: 12px;
  }
  footer .footer_cnt .sitemap .title {
    font-size: 14px;
  }
  footer .contact {
    width: 90%;
    margin: 0 auto 18%;
    text-align: left;
  }
  footer .contact img {
    width: 100%;
  }
  /**********二階層目 タイトル**********/
  .secondpage_title {
    width: 90%;
    margin: 0 auto 2%;
    padding-left: 3%;
  }
  .secondpage_title .secondpage_title_cnt {
    padding-top: 25%;
    box-sizing: border-box;
  }
  h2.other_title {
    font-size: 26px;
    line-height: 80%;
  }
  p.other_title_cap {
    font-size: 12px;
    line-height: 100%;
  }
  p.other_copy {
    margin-bottom: 8%;
  }
  /**********二階層目 まとめ**********/
  .other_wrapper {
    width: 90%;
    margin: 0 auto 8%;
  }
}

