@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ==========================================================================
   base
   ========================================================================== */
html {
    font-size: 14px;
    line-height: 1em;
    font-family: 'Noto Sans JP';
}

body {
    width: 100%;
}

ul li {
    list-style-type: none;
}

/* ==========================================================================
   a
   ========================================================================== */

a {
    text-decoration: none;
    display:inline-block;
}

a:focus {
    outline: thin dotted;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
    opacity: 0.8;
}

/* ==========================================================================
   ClearFix
   ========================================================================== */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.flex-start {
    -moz-box-pack:start;
    -ms-box-pack:start;
    box-pack:start;
    flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    align-self: flex-start;
}
.flex-end {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
            -ms-flex-pack: end;
}
.center {
  -webkit-justify-content: center;
          justify-content: center;
            -ms-flex-pack: center;
}
.space-between {
  -webkit-justify-content: space-between;
          justify-content: space-between;
            -ms-flex-pack: space-between;
}
.space-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
            -ms-flex-pack: space-around;
}

/* ==========================================================================
   common
   ========================================================================== */
.inner {
    width: 970px;
    margin: 0 auto;
    position: relative;
}
header .inner {
    width: 1100px;
}
.none {
    display: none !important;
}
.sp_only{
    display: none;
}
.gray {
    color: #808080;
}
.pad-top-0 {
	padding-top: 0px !important;
}
.pad-bottom-0 {
	padding-bottom: 0px !important;
}
.pad-bottom-10 {
	padding-bottom: 10px !important;
}
.pad-bottom-20 {
	padding-bottom: 20px !important;
}
@media (max-width:900px) {
	.sp-pad-bottom-0 {
		padding-bottom: 0px !important;
	}
}
/* ==========================================================================
   input type
   ========================================================================== */

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ==========================================================================
   header
   ========================================================================== */
header {

}
header .h_logo {
    margin: 15px 0 0 0;
    padding-left: 15px;
}
header .h_logo img {
    max-width: 260px;
}
header .g_menu {
    width: 100%;
    display:table;
}
header .g_menu li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
header .g_menu li .g_border {

}
header .g_menu li:hover .g_border,
header .g_menu li.active .g_border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 6px;
    text-align: center;
    background-color: #80bf3f;
    -ms-transform: translate(-50%,0);
    -webkit-transform : translate(-50%,0);
    transform : translate(-50%,0);
}
header .g_menu li a {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #000;
}
header .visual {
    width: 100%;
    height: 500px;
    background: url("../img/top/top_visual_1.png") center;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
header .main_slider {
    z-index: 100;
}

header .main_slider img {
    width: 100%;
    max-width: 816px;
    max-height: 100%;
    width: auto\9; /* ie8 */
    margin: 0 auto;
}

/* ==========================================================================
   footer
   ========================================================================== */

footer {
    background-color: #80BF3F;
    padding: 25px 0;
    font-size: 12px;
}
footer .inner {
    position: relative;
    width: 970px;
    margin: 0 auto;
    background: url(../img/common/qr.png) no-repeat right 10px bottom 0px;
}
footer .f_menu li {
    float: left;
    position: relative;
    padding: 0 15px;
}
footer .f_menu li::before {
    content: "|";
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}
footer .f_menu li:last-child::after {
    content: "|";
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
}
footer .f_menu li a {
    color: #FFF;
    font-size: 13px;
}
footer .copy {
    color: #FFF;
    padding: 85px 0 0 0;
}

footer .pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
}
footer .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background: url(../img/common/btn-top.png) no-repeat;
}
footer .brochure {
    position: absolute;
    right: 230px;
    bottom: 0;
    height: 70px;
}
footer .brochure2 {
    position: absolute;
    right: 420px;
    bottom: 0;
    height: 70px;
}
/*--------------------------------------------------------------
Break point
--------------------------------------------------------------*/
@media screen and (max-width: 900px) {
    .pc_only {
        display:none;
    }
    .sp_only {
        display:block;
    }
    .inner {
        width: 100%;
    }
    a {
        width: 100%;
    }
    /* ==========================================================================
       header
       ========================================================================== */
    header .headerWrap{
        width: 100%;
        height: 65px;
        position: fixed;
        top: 0;
        z-index: 9999;
        background-color: #FFF;
    }
    header .h_logo {
        position: absolute;
        top: 5px;
        left: 0;
        margin: 7px 0 7px 10px;
        width: 53%;
    }
    header .h_logo img {
        max-width: 215px;
    }
    header .sp_g_menu {
        float: right;
        width: 60px;
        height: 45px;
        background-color: #80BF3F;
        padding: 10px 0;
        position: relative;
    }
    header .visual {
        width: 100%;
        margin-top: 60px;
        background: url("../img/top/sp_top_visual_1.png");
        background-size: contain;
        height: 0;
        padding-top: 142%;
        z-index:1;
    }
    header nav .sp_g_menu span {
        width: 50%;
        height: 5px;
        margin: 0 auto 9px auto;
        background-color: #FFF;
        display: block;
    }
    header nav .sp_g_menu:last-child span {
        margin: 0 auto 6px auto;
    }
    header nav .sp_g_menu.active:last-child span {
        margin: 0 auto 9px auto;
    }
    header nav.pc_only.active {
        display:block !important;
    }
    header nav .sp_g_menu .menu_text {
        color: #FFF;
        position: absolute;
        bottom: 4px;
        left: 17%;
    }
    header nav .sp_g_menu.active .menu_text {
        padding-top: 4.5px;
    }
    header nav .sp_g_menu span:last-child {
        margin-bottom: 0;
    }
    header nav .sp_g_menu span {
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        /* transition: .2s; */
    }
    header nav .sp_g_menu.active span.top {
        margin-top: 13px;
        transform: rotate(-45deg);
    }
    header nav .sp_g_menu.active span.middle {
        display: none;
    }
    header nav .sp_g_menu.active span.bottom {
        margin-top: -13px;
        transform: rotate(45deg);
    }
    header .g_menu {
        position: fixed;
        top: 65px;
        text-align: center;
    }
    header .g_menu li {
        display: block;
        width: 100%;
        background: #80BF3F;
    }
    header .g_menu li a {
        color: #FFF;
    }

    /* ==========================================================================
       footer
       ========================================================================== */

    footer {
        padding: 15px 0 0 0;
        height: auto;
    }
    footer .inner {
        width: 100%;
        margin: 0 auto;
        background: none;
    }
    footer .f_menu {
        width: 97%;
        margin: 0 auto;
    }
    footer .f_menu li {
        float: left;
        padding: 0 10px;
        border: 1px solid #FFF;
        box-sizing: border-box;
        width: 49%;
        text-align: center;
        margin: 0 0 5px 0 ;
    }
    footer .f_menu li::before {
        content: "";
    }
    footer .f_menu li:last-child::after {
        content: "";
    }

    footer .f_menu li:first-child {
    }
    footer .f_menu li:nth-child(1n) {
        margin: 0 1% 5px 0 ;
    }
    footer .f_menu li a {
        color: #FFF;
        text-decoration:none;
        padding: 5px 0;
    }
    footer .fl_r {
        width: 100%;
        text-align: center;
        background-color: #04293b;
        padding: 5px 0;
    }
    footer .copy {
        color: #FFF;
        padding: 5px 0px;
        text-align: center;
    }
    footer .pagetop {
        position: fixed;
        bottom: 0px;
        right: 0px;
    }
    footer .brochure-flex {
      display: grid;
      gap: 5px;
      grid-template-columns: 1fr 1fr;
      margin: 15px auto;
      width: 97%;
    }
    footer .brochure-flex .brochure,
    footer .brochure-flex .brochure2 {
      position: relative;
      bottom: inherit;
      right: inherit;
      height: auto;
    }
}

/* ==========================================================================
   min-width:900px
   ========================================================================== */

@media (max-width:900px){
    header .main_slider {
        margin-top: 60px;
    }
    header .main_slider img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1099px) {
    .inner {
        width: 100%;
    }
    header#pagetop .pc_only, header#pagetop nav .sp_g_menu.active span.middle {
        display: none;
    }
    header#pagetop .sp_only, header#pagetop nav.pc_only.active {
        display: block;
    }
    header#pagetop .h_logo img {
        max-width: 215px;
    }
    header#pagetop .g_menu {
        position: fixed;
        top: 65px;
        text-align: center;
    }
    header#pagetop .g_menu li {
        display: block;
        width: 100%;
        background: #80BF3F;
    }
    header#pagetop .sp_g_menu {
        float: right;
        width: 60px;
        height: 45px;
        background-color: #80BF3F;
        padding: 10px 0;
        position: relative;
    }
    header#pagetop .headerWrap {
        width: 100%;
        height: 65px;
        position: fixed;
        top: 0;
        z-index: 9999;
        background-color: #FFF;
    }
    header#pagetop .h_logo {
        position: absolute;
        top: 5px;
        left: 0;
        margin: 7px 0 7px 10px;
        width: 53%;
    }
    header#pagetop .h_logo {
        margin-left: 0;
    }
    header#pagetop nav .sp_g_menu span {
        width: 50%;
        height: 5px;
        margin: 0 auto 9px auto;
        background-color: #FFF;
        display: block;
    }
    header#pagetop nav .sp_g_menu span {
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        /* transition: .2s; */
    }
    header#pagetop nav .sp_g_menu:last-child span {
        margin: 0 auto 6px auto;
    }
    header#pagetop nav .sp_g_menu .menu_text {
        color: #FFF;
        position: absolute;
        bottom: 4px;
        left: 17%;
    }
    header#pagetop nav .sp_g_menu.active:last-child span {
        margin: 0 auto 9px auto;
    }
    header#pagetop nav .sp_g_menu.active span.top {
        margin-top: 13px;
        transform: rotate(-45deg);
    }
    header#pagetop nav .sp_g_menu.active span.bottom {
        margin-top: -13px;
        transform: rotate(45deg);
    }
    header#pagetop .g_menu li a {
        color: #FFF;
    }
    .main_slider_sp.main_slider a {
        width: 100%;
    }
    header .main_slider img {
        max-width: none;
    }
}
