﻿@charset "utf-8";
/* CSS Document */

/*cssリセット*/
body, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, img, dl, dt, dd {
    margin: 0px;
    padding: 0px;
}
/*共通の設定*/
body {
    font-size: 16px;
    background-color: #fff;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #444;
    width: 100%;
    height: 100%;
}

/*IE*/
@media all and (-ms-high-contrast:none) {
body {
    font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
}
p {
    line-height: 1.8;
}
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}
.button img {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
img {
    vertical-align: bottom;
    border: none;
    max-width: 100%;
    height: auto;
}
ul, ol {
    list-style-type: none;
}
.opacity a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -mms-box-sizing: border-box;
    box-sizing: border-box;
}
/*全体の設定*/
#wrap {
}
/*全体のsp設定*/
.dblock {
    display: none;
}
.dblock480 {
    display: none;
}
#img1,#img2,#img3,#img1_sp,#img2_sp,#img3_sp {
  opacity: 0;
}

@media screen and (max-width:1000px) {
.dnone1000 {
    display: none;
}
}

@media screen and (max-width:767px) {
.dnone {
    display: none;
}
.dblock {
    display: block;
}
}

@media screen and (max-width:480px) {
.dnone480 {
    display: none;
}
.dblock480 {
    display: block;
}
}
/*==========ヘッダー==========*/
header {
    max-width: 960px;
    margin: 0 auto 30px;
}

@media screen and (max-width:767px) {
header {
    margin: 0 auto 0px;
}
}
header .header_top {
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width:767px) {
header .header_top {
    position: fixed;
    z-index: 99;
    background: rgb(249, 249, 249);
    top: 0;
    padding-bottom: 5px;
}
}
header .float_left {
    float: left;
    width: 50%;
    padding: 10px 0 0 2%;
}
header .float_right {
    float: right;
    width: 50%;
}
header .float_right .float {
    float: left;
    text-align: center;
    max-width: 85px;
    width: 30%;
    margin-left: 3%;
}
header .float_right .tel {
    float: left;
    text-align: center;
    width: 40%;
    max-width: 211px;
}
header .float_right .tel img {
    margin-top: 31px;
}
/*ヘッダーお問い合わせボタン*/
header .float_right .btn {
    background: #6AD400;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}
header .float_right .btn a {
    color: #FFF;
    display: block;
    width: 100%;
    padding: 10px 0;
}
header .float_right .btn:hover {
    background: #00A040;
}
header .float_left a img {
}
header .float_left a img:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
/*=======固定メニュー==========*/
#change {
    background: rgb(249, 249, 249);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 999;
    border-bottom: 1px solid #f7f7f7;
}

@media screen and (min-width: 0px) and (max-width:767px) {
#change {
    display: none !important;
}
}
#change header {
    margin: 0 auto;
}
#change .header_top {
    width: 800px;
    margin: 0 auto;
}
#change .header_top .float_left img {
    width: 220px;
}
#change header .float_right .float {
    height: 60px;
}
#change header .float_right .btn a {
    padding: 5px 0;
}
#change nav {
    margin: 5px auto 0;
    font-size: 14px;
}
#change nav ul {
    margin: 0 auto;
    width: 923px;
}
/*==========グローバルナビゲーション==========*/


.gnav__list {
    max-width: 1200px;
    margin: 0 auto 30px;
    overflow: hidden;
    font-weight: bold;
}
.gnav__list__item {
    float: left;
    margin: 0 1.7%;
    max-width: 22%;
}
 li.gnav__list__item::last-child {
 margin: 0 0% 0 2%;
}

@media screen and (max-width:890px) {
.gnav__list {
    max-width: 85%;
}
.gnav__list__item {
    margin: 0 3%;
}
nav ul {
    font-size: 16px;
}
}
nav ul li a {
    color: #595959;
    padding: 10px 0 2px;
    margin-bottom: 8px;
    display: inline-block;
}
nav ul li a {
    position: relative;
    display: inline-block;
    transition: .3s;
}
nav ul li a:hover {
    color: #00A040;
}
nav ul li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #00A040;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
nav ul li a:hover::after {
    width: 100%;
}
/*==========フッター==========*/
footer {
    color: #333333;
    padding: 30px 0;
    background: rgba(106,212,0,0.1);
}
.footer_area {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
footer h1 {
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
footer .float_area {
    overflow: hidden;
    margin-bottom: 30px;
}
footer .logo {
    float: left;
    width: 25%;
}
footer .sitemap {
    float: right;
    width: 75%;
    overflow: hidden;
    margin-bottom: 50px;
}
footer .sitemap ul {
    float: left;
    max-width: 26%;
    margin-right: 5%;
}

@media screen and (max-width:890px) {
footer .sitemap ul {
    font-size: 13px;
}
}
footer .sitemap ul li {
    line-height: 1.3;
}
footer .sitemap ul:last-child {
    margin-right: 0%;
}
footer .addr {
    float: right;
    width: 75%;
}

@media screen and (max-width:767px) {
footer .addr {
    float: none;
    width: 90%;
    margin: 0 auto;
}
footer .addr p {
    margin-bottom: 10px;
    text-align: center;
}
}
footer address {
    font-style: normal;
}

@media screen and (max-width:767px) {
footer address {
    font-size: 14px;
}
}
footer .sitemap a {
    font-weight: bold;
    color: #333333;
    padding: 10px 0;
    display: inline-block;
}
footer .sitemap a:hover {
    color: #00A040;
}
/*フッターボタン*/
footer .contact {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
footer .contact .btn {
    overflow: hidden;
}
footer .contact .btn ul {
    float: left;
    width: 58%;
    overflow: hidden;
}

@media screen and (max-width:767px) {
footer .contact .btn ul {
    float: none;
    width: 94%;
    margin: 0 auto;
}
}
footer .contact .btn ul li {
    float: left;
    width: 40%;
    background: #6AD400;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    border-radius: 12px;
    margin-right: 5%;
    font-weight: bold;
}

@media screen and (max-width:890px) {
footer .contact .btn ul li:last-child {
    margin-right: 0%;
}
footer .contact .btn ul li {
    width: 47%;
}
}

@media screen and (max-width:480px) {
footer .contact .btn ul li:last-child {
    margin-right: auto;
}
footer .contact .btn ul li {
    float: none;
    width: 90%;
    margin: 0 auto 20px;
}
}
footer .contact .btn ul li a {
    padding: 17px 2%;
    display: block;
    color: #FFF;
}
footer .contact .btn ul li:hover {
    background: #00A040;
}
footer .contact .btn p {
    float: right;
    width: 42%;
}

@media screen and (max-width:767px) {
footer .contact .btn p {
    float: none;
    width: 90%;
    margin: 30px auto 0;
}
}
/*コピーライト*/
.copyright {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
}
.copyright a {
    color: #333333;
}
.copyright a:hover {
    color: #00A040;
    text-decoration: underline;
}
/*SNS*/
.footer-sns{
  display:flex;
  justify-content: center;
  align-items: center;
  margin:30px auto;
}
.footer-sns-inst{
 max-width:40px;
}
.footer-sns-yt{
 max-width:55px;
}
.footer-sns li:not(:last-child){
 margin-right:15px;
}
.footer-sns li a{
 transition:.3s;
}
.footer-sns li a:hover{
 opacity:0.7;
}
.footer-sns li img{
 width:100%;
}
@media screen and (min-width: 767px){
.footer-sns{
  justify-content:flex-end;
  margin: -80px 40px 50px 0;
}
}
/*==========その他==========*/
/*ページトップへ戻るボタン*/
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #3D3D3D;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
/*ｓｐメニューの設定*/

#sp-navi {
    position: fixed;
    z-index: 100;
    top: 16px;
    right: 25px;
    background: #fff;
    font-size: 14px;
}

@media screen and (max-width:480px) {
#sp-navi {
    top: 5px;
}
}
.sp-btn {
    float: right;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.sp-btn i {
    color: #0e1736;
    font-size: 30px;
}
.sp-btn a {
    color: #0e1736;
}
.menu-toggle {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.sp-menu {
    width: 100%;
    opacity: 0;
    overflow-y: auto;
    z-index: 99999999999999;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: block;
    overflow: auto;
    background: rgba(0,160,64,1.0);
    -webkit-overflow-scrolling: touch;
}
.sp-menu ul {
    box-sizing: border-box;
    display: table-row;
    display: block;
    width: 90%;
    vertical-align: middle;
    height: 100%;
    margin: 10% auto 0 auto;
}
.sp-menu li {
    color: #fff;
    text-indent: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}
.sp-menu li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sp-menu li a {
    color: #fff;
    padding: 8px 0;
    display: block;
}
.sp-menu .color a {
    color: #FFF881;
}
.sp-menu li .sp-sub-btn {
    margin: -37px 8px 0 12px;
    display: table;
    display: block;
    float: right;
    padding: 0 0 0 5px;
    width: 40px;
    height: 35px;
    text-align: center;
    position: relative;
    z-index: 100;
}
.sp-menu li .sp-sub-btn i {
    font-size: 1.5rem;
    padding: 0px 0 0 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    width: 40px;
    text-align: center;
    color: #fff;
}
.sp-menu li ul.sp-menu-sub {
    display: none;
    width: 100%;
    margin: 0;
}
.sp-menu li ul.sp-menu-sub li {
    text-indent: 20px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 100%;
    margin: 0 auto 0 auto;
}
.show {
    -webkit-animation: navi-show 0.7s ease both;
    -moz-animation: navi-show 0.7s ease both;
    animation: navi-show 0.7s ease both;
}
 @-webkit-keyframes navi-show {
 from {
 -webkit-transform: scale(1.2, 1.2);
 -webkit-opacity: 0;
}
 to {
 -webkit-transform: scale(1, 1);
 -webkit-opacity: 1;
}
}
 @-moz-keyframes navi-show {
 from {
 -moz-transform: scale(1.2, 1.2);
 -moz-opacity: 0;
}
 to {
 -moz-transform: scale(1, 1);
 -moz-opacity: 1;
}
}
 @keyframes navi-show {
 from {
 transform: scale(1.2, 1.2);
 opacity: 0;
}
 to {
 transform: scale(1, 1);
 opacity: 1;
}
}
.sp-close {
    padding: 10px;
    background: #005622;
    color: #fff;
    border: none;
    margin: 10px auto 0 auto;
    width: 50%;
    text-align: center;
}
/*==========================================
 cms部分
===========================================*/
.cms_wrapper {
    position: relative;
    width: 100%;
    min-width: 960px;
    min-height: 1000px;
    margin: 0 auto;
    background: url(../img/form/bg_form.png) center 230px no-repeat;
}
#kaiso {
    width: 960px;
    height: auto;
    font-size: 12px;
    margin: 5px auto;
    overflow: hidden;
    padding-left: 5px;
}

@media screen and (max-width:767px) {
#kaiso {
    max-width: 960px;
    width: 100%;
}
}
#kaiso a {
    color: #000;
    text-decoration: none;
}
.cms_inner {
    width: 95%;
    margin: 0 auto;
    box-shadow: 4px 4px 10px #ccc;
    background: rgba(255,255,255,0.7);
    min-height: 500px;
    padding: 30px 25px;
    border: 1px solid #f9f9f9;
    max-width: 960px;
}

@media screen and (max-width:767px) {
.cms_wrapper {
    width: 95%;
    min-width: 100%;
}
}
h3.page_title_bg {
    font-size: 33px;
    font-weight: 500;
    border-bottom: 4px solid #000;
    width: 700px;
    margin: 0 auto 90px;
    text-align: center;
}

@media screen and (max-width:767px) {
h3.page_title_bg {
    width: 100%;
}
}
/*======3点リーダー======*/
/*２行*/
.lineclamp02 {
  height: 3em;
  position: relative;
  padding-right: 0.8em;
  overflow: hidden;
  background-color: #fff;
}
.lineclamp02:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0.8em;
}
.lineclamp02:after {
  content: "";
  position: relative;
  right: -0.8em;
  float: right;
  width: 0.8em;
  height: 100%;
  background-color: inherit;
  margin-left: -0.8em;
}
/*３行*/
.lineclamp03 {
  height: 5em;
  position: relative;
  padding-right: 0.8em;
  overflow: hidden;
  background-color: #fff;
}
.lineclamp03:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0.8em;
}
.lineclamp03:after {
  content: "";
  position: relative;
  right: -0.8em;
  float: right;
  width: 0.8em;
  height: 100%;
  background-color: inherit;
  margin-left: -0.8em;
}



/*==========================================
 404ページ
===========================================*/
.breadcrumb {
    width: 960px;
    height: auto;
    font-size: 12px;
    margin: 5px auto;
    overflow: hidden;
}

@media screen and (max-width:767px) {
.breadcrumb {
    max-width: 960px;
    width: 100%;
}
}
.breadcrumb li {
    float: left;
    padding-left: 5px;
}
.breadcrumb a {
    color: #000;
    text-decoration: none;
}
.notfound_wrapper {
    width: 100%;
    min-width: 960px;
    max-width: 960px;
    margin: 0 auto;
}
.notfound_wrapper {
    text-align: center;
    margin: 50px auto 120px auto
}
.notfound_wrapper p {
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 1.5;
    color: #626262
}
.notfound_wrapper span {
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.notfound_wrapper {
    width: 95%;
    min-width: 100%;
}
}
.notfound_inner {
    width: 95%;
    margin: 0 auto;
}
.notfound_inner .button {
    border: rgba(31,39,116,0.5) 2px solid;
    width: 300px;
    height: 50px;
    margin: 30px auto;
    background: rgba(255,255,255,0.00);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

@media screen and (max-width:767px) {
.notfound_inner .button {
    max-width: 300px;
    width: 100%;
    height: auto;
}
}
.notfound_inner .button p {
    margin: 0;
    line-height: 18px;
    font-weight: bold;
}
.notfound_inner .button a {
    padding: 12px 0;
    color: #1F2774;
    display: block;
}
.notfound_inner .button:hover {
    background: #1F2774;
}
.notfound_inner .button:hover a {
    color: #fff;
}
