@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    position: inherit;
  }
  body {}
  .hed_wrap {
    display: block;
    background: #fff;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .hed_logo {
    margin: 0 0 13px 0;
    padding: 0 10px;
  }
  .hed_logo img {
    width: 355px;
  }
  .top_nav {
    width: 100%;
    margin: 0;
  }
  .top_nav_logo {
    margin: 45px 30px 35px;
    text-align: center;
  }
  .top_nav_logo img {
    width: 355px;
  }
  .top_nav_logo a:hover {
    background: none;
  }
  .top_nav_tel {
    background-color: #eba600;
    padding: 5px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 7px 0;
    width: 100%;
  }
  .top_nav_contact {
    background-color: #6ab448;
    padding: 5px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .top_contact_wrap {
    width: 95%;
		padding: 0;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top_contact_wrap a {
    display: block;
    width: 49%;
		height: 40px;
  }
  .top_nav_contact_wrap.tb-sp {
    width: 80%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top_nav_contact_wrap.tb-sp a {
    display: block;
    width: 100%;
  }
  .top_nav_contact_wrap a:hover {
    background: none;
  }
  .top_tel {
    background-color: #eba600;
    height: 40px;
    padding: 0 8px 0 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 7px 0;
  }
  .top_tel::before {
    content: url("../images/top_tel_ico.png");
    display: inline;
    width: 17px;
    height: 22px;
    margin: 0 9px 0 0;
  }
  .top_contact {
    background-color: #6ab448;
    height: 40px;
    padding: 0 8px 0 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_contact:hover {
    background-color: #2e8008;
  }
  .top_contact::before {
    content: url("../images/top_mail_ico.png");
    display: inline;
    width: 26px;
    height: 19px;
    margin: 0 9px 0 0;
  }
  nav ul {
    width: 100%;
    display: block;
  }
  nav li {
    height: 50px;
    width: 20%;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    vertical-align: middle;
    line-height: 120%;
  }
  nav li a::after {
    display: none;
  }
  .nav-content {
    position: fixed;
    z-index: 4;
    top: 0px;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  .nav-content ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: 100%;
  }
  .nav-content ul li {
    font-size: 12px;
    list-style-type: none;
    padding: 0 0 0 20px;
    width: 100%;
    border-bottom: 1px dotted #333;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
  }
  .nav-content ul li::after {
    content: ">";
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 0 20px 0 0;
  }
  .nav-content ul li:last-child {
    padding-bottom: 0;
  }
  .nav-content ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
  }
  .nav-content.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 5;
    background: #666;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 28px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top_main_img_wrap {
    margin: 0;
  }
  .sld {
    height: 33vw;
  }
  .top_main_img_ttl {
    padding-top: 3.5vw;
    line-height: 1.5;
  }
  .top_main_img_ttl .txt1 {
		font-size: 3vw;
  }
  .top_main_img_ttl .txt2 {
		font-size: 4vw;
  }
  .top_main_img_ttl .txt3 {
		font-size: 5vw;
  }
  .top_main_img_ttl_wrap {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 62vw;
    height: 16vw;
		padding: 10px 40px;
    align-items: first baseline;
  }
	.top_mitumori_wrap {
	  padding: 40px 0 40px;
		max-width: auto;
	}
  .top_mitumori_card_wrap {
    margin: 40px auto 13px auto;
    width: 95%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_mitumori_card {
    width: 49%;
  }
  .top_mitumori_card_ttl {
    color: #000000;
    font-size: 19.47px;
    font-weight: 400;
    position: relative;
    border-bottom: 3px solid #68c7e5;
  }
  .top_mitumori_card_ttl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 70px;
    height: inherit;
    border-bottom: 3px solid #125e89;
  }
  .top_mitumori_card_ttl span {
    color: #000000;
    font-size: 11.68px;
    font-weight: 400;
  }
  .top_mitumori_card_img {
    width: 100%;
    overflow: hidden;
    margin: 6px 0 0 0;
  }
  .top_mitumori_card_txt {
    margin: 20px 0 23px 0;
  }
  .gyomu_link {
    font-size: 14px;
    width: 90%;
  }
  .parallax-window {
    min-height: 498px;
    background: transparent;
    padding: 0;
  }
  .top_news_wrap {
    width: 100%;
    padding: 15px 0 30px;
    background-color: #f5f5f5;
  }
  .top_news_wrap02 {
    display: block;
    padding: 0 20px;
  }
  .top_news_ttl {
    margin: 0 10px;
  }
  .top_news_card_wrap {
    width: auto;
    background-color: rgba(255, 255, 255, 0.77);
    padding: 24px 29px 0;
  }
  .top_news_card {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px dashed #999999;
    margin: 0 0 26px 0;
    padding: 0 0 23px 0;
  }
  .top_news_card:last-child {
    border-bottom: 0;
  }
  .top_news_card_txt_wrap {
    margin: 0 0 0 25px;
  }
  .top_news_card_day {
    background-color: #68c7e5;
    padding: 5px 10px;
  }
  .top_news_card_ttl {
    color: #0c6dd9;
    font-size: 14px;
    font-weight: 400;
    margin: 7px 0 0 0;
  }
  .top_news_card_txt {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }
  .top_news_card_img {
    width: 116px;
    height: 79px;
    overflow: hidden;
  }
  .top_news_bana_wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top_news_bana_ttl {
    padding: 22px 0 22px 0;
  }
  .top_news_bana01 {
    width: 49%;
    display: block;
    background-size: cover;
  }
  .top_news_bana01, .top_news_bana02 {
    width: 49%;
    height: 173px;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin: 0;
    background-size: cover;
  }
  .link_banner {
    width: 100%;
    margin: 30px auto;
  }
  .link_banner li {
    width: 33.33%;
  }
  .top_main_img_shape img {
    width: 10vw;
  }
  .top_main_img_shape {
    top: -30px;
    right: -25px;
  }
  footer {
    padding: 1px 0px 41px;
    height: 100%;
  }
  .foot_nav_wrap {
    display: block;
    width: 95%;
    padding-top: 20px;
  }
	.footer-nav {
	width: 100%;
	margin-bottom: 40px;
}
.footer-nav li {
	width: 49%;
	margin-top: 5px;
}
.footer-nav li a {
	display: block;
  margin: 5px 0 0;
  padding: 10px;
	color: #fff;
}
.footer-nav li a:hover {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  color: #000;
}
  .foot_contact_wrap {
    width: 100%;
  }
  .foot_contact_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .foot_tel {
    height: 40px;
    padding: 5px 0;
  }
  .foot_mail {
    height: 40px;
    padding: 5px 0;
  }
  .foot_copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    position: inherit;
  }
  body {}
  .hed_wrap {
    display: block;
    background: #fff;
    width: 100%;
    margin: 0;
  }
  .top_contact_wrap {
    padding: 0 10px;
  }
  .hed_logo {
    margin: 0 0 13px 0;
    padding: 0 10px;
  }
  .hed_logo img {
    width: 80%;
  }
  .top_nav {
    width: 100%;
    margin: 0;
  }
  .top_nav_logo {
    margin: 45px 30px 35px;
  }
  .top_nav_logo img {
    width: 100%;
  }
  .top_nav_logo a:hover {
    background: none;
  }
  .top_nav_tel {
    background-color: #eba600;
    padding: 0 8px 0 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 7px 0;
    width: 100%;
  }
  .top_nav_contact {
    background-color: #6ab448;
    padding: 0 8px 0 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .top_nav_contact_wrap.tb-sp {
    width: 80%;
    margin: 20px auto;
  }
  .top_nav_contact_wrap a:hover {
    background: none;
  }
  nav ul {
    width: 100%;
    display: block;
  }
  nav li {
    height: 50px;
    width: 20%;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    vertical-align: middle;
    line-height: 120%;
  }
  nav li a::after {
    display: none;
  }
  .nav-content {
    position: fixed;
    z-index: 4;
    top: 0px;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  .nav-content ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: 100%;
  }
  .nav-content ul li {
    font-size: 12px;
    list-style-type: none;
    padding: 0 0 0 20px;
    width: 100%;
    border-bottom: 1px dotted #333;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
  }
  .nav-content ul li::after {
    content: ">";
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 0 20px 0 0;
  }
  .nav-content ul li:last-child {
    padding-bottom: 0;
  }
  .nav-content ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
  }
  .nav-content.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 5;
    background: #666;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 28px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top_main_img_wrap {
    margin: 0;
  }
  .sld {
    height: 33vw;
  }
  .top_main_img_ttl {
    line-height: 1.5;
  }
  .top_main_img_ttl .txt1 {
		font-size: 4.5vw
  }
  .top_main_img_ttl .txt2 {
		font-size: 3.5vw
  }
  .top_main_img_ttl .txt3 {
		font-size: 5.5vw
  }
  .top_mitumori_wrap {
    padding: 3vw 10px;
  }
	.top_mitumori_ttl {
    margin: 20px 0 30px;
  }
	.top_mitumori_ttl img {
  width: 80%;
	}
  .top_mitumori_card_wrap {
    margin: 6vw auto 6vw auto;
    width: 100%;
  }
  .top_main_img_ttl_wrap {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 78vw;
    height: 16vw;
		padding: 15px 15px 0;
    align-items: first baseline;
  }
  .top_mitumori_card {
    width: 100%;
  }
  .top_mitumori_card_img {
    width: 100%;
  }
  .top_mitumori_card_img img {
    width: 100%;
  }
  .top_mitumori_card_txt {}
  .gyomu_link {
    font-size: 14px;
    width: 90%;
  }
  .parallax-window {
    min-height: 498px;
    background: transparent;
    padding: 0;
  }
  .top_news_wrap {
    width: 100%;
    padding: 15px 0;
    background-color: #f5f5f5;
  }
  .top_news_wrap02 {
    display: block;
    padding: 0 10px;
  }
  .top_news_ttl {
    margin: 0 10px;
  }
	.top_news_btn {
	position: absolute;
	top: 4px;
	left: auto;
	right: 0;
	}
  .top_news_card_wrap {
    width: auto;
    padding: 10px;
  }
  .top_news_card {
    display: block;
  }
  .top_news_card_img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .top_news_card_img img {
    height: auto;
    vertical-align: top;
    width: 100%;
  }
  .top_news_card_txt_wrap {
    margin: 10px 0 0 0;
  }
  .top_news_card_day {
    font-size: 14px;
  }
  .top_news_bana_wrap {
    width: 100%;
  }
  .top_news_bana_ttl {
    padding: 22px 0 22px 0;
  }
  .foot_link_bana {
    width: 100%;
  }
  .top_news_bana01 {
    width: 100%;
    display: block;
    background-size: cover;
  }
  .top_news_bana01, .top_news_bana02 {
    width: 100%;
    height: 173px;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin: 20px 0 0 0;
    background-size: cover;
  }
  .link_banner {
    width: 100%;
    margin: 40px auto;
  }
  .link_banner li {
    width: 50%;
  }
  .top_main_img_shape img {
    width: 10vw;
  }
  .top_main_img_shape {
    top: -15px;
    right: -14px;
  }
  .foot_nav_wrap {
    display: block;
    width: 100%;
    padding-top: 20px;
  }

	.footer-nav {
	width: 100%;
	margin-bottom: 40px;
}
.footer-nav li {
	width: 48%;
	margin-top: 5px;
}
.footer-nav li a {
	display: block;
  margin: 5px 0 0;
  padding: 10px;
	color: #fff;
}
.footer-nav li a:hover {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  color: #000;
}
  .foot_contact_wrap {
    width: 100%;
  }
  footer {
    padding: 1px 10px 41px;
    height: auto;
  }
  .foot_copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (orientation : landscape) {
  .top_main_img_ttl_wrap {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 58vw;
    height: 22vh;
		padding: 20px 20px 0;
    align-items: first baseline;
  }
  .top_main_img_shape img {
    width: 8vw;
  }
  .top_main_img_shape {
    top: -20px;
    right: -25px;
  }
}