@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
    color: #000;
    font-family: 'Noto Sans JP';
    font-size: 20px;
    line-height: 30px;
    background: #ececec;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: normal;
}
body.top {
    background: #fff;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 26px;
    }
}
.wow{
	visibility: hidden;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* noto-sans-jp-300 - japanese_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 300;
    src: url('../font/noto-sans-jp-v55-japanese_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('../font/noto-sans-jp-v55-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url('../font/noto-sans-jp-v55-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('../font/noto-sans-jp-v55-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .wrap {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
/*=============================================
 ******************** header ******************
 *=============================================*/
header {
    position: relative;
    width: 100%;
    z-index: 100;
}
header .logo {
    text-align: center;
    font-size: 28px;
    padding: 20px 10px 10px;
}
header .logo a {
    text-decoration: none;
}
header h1 {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
.menu_toggle {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: #FFF;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
}
.menu_toggle .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_toggle .logo-nav img {
    width: 100%;
    height: auto;
}
.menu_toggle .tel-icon {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid;
    padding-left: 10%;
    width: 210px;
}
@media only screen and (min-width: 768px) {
    .fixed-btn .menu_toggle {
        opacity: 1;
        visibility: visible;
        position: fixed;
    }
}
.menu_toggle .nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 86px;
    max-width: 1031px;
    margin-left: auto;
    margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
	.menu_toggle .nav {
		max-width: 957px;
	}
}
.menu_toggle a.nav-main, .menu_toggle .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    font-weight: 500;
}
.menu_toggle a.nav-main::after, .menu_toggle .sub-nav::after {
    width: 0%;
    height: 5px;
    background: #84C48E;
    background: linear-gradient(106deg, #84C48E -10%, #2FB7C4 71%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease;
}
.menu_toggle li a.nav-main.active::after, .menu_toggle li:hover a.nav-main::after, .menu_toggle li.sub-nav.active::after {
    width: 100%;
}
.menu_toggle .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
}
.menu_toggle .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
    #menu_toggle .logo-menu {
        display: none;
    }
    .menu_toggle a.nav-main, .menu_toggle .sub-nav {
        color: #000;
        font-size: 19px;
    }
    .menu_toggle {
        top: 30px;
        left: 36px;
        right: 30px;
        width: auto;
        border-radius: 50px;
        max-width: 1300px;
        margin: 0 auto;
    }
    header h1 {
        width: 139px;
        left: 32px;
        position: absolute;
        top: 18px;
    }
    .menu_toggle li:last-of-type a.nav-main {
        background: #84C48E;
        background: linear-gradient(106deg, #84C48E -10%, #2FB7C4 71%);
        color: #fff;
        width: 170px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
		margin-right: -1px;
    }
    .menu_toggle li:last-of-type a.nav-main::after {
        display: none;
    }
    .menu_toggle li:last-of-type a.nav-main:hover {
        background: #000;
        transition: all 0.5s;
    }
}
/*=============================================
 ******************* keyvisual ****************
 *=============================================*/
#head-key {
    display: flex;
    justify-content: space-between;
}
#key-box {
    width: 100%;
}
#key-box .keyvisual {
    width: 100%;
    height: 100%;
}
#key-box .keyvisual li {
    height: 800px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
    .menu_toggle .nav {
        max-width: calc(100% - 240px);
    }
    .menu_toggle a.nav-main, .menu_toggle .sub-nav {
        font-size: 17px;
    }
    .menu_toggle li:last-of-type a.nav-main {
        width: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .menu_toggle a.nav-main {
        font-size: 13px;
    }
}
/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
@media only screen and (max-width: 767px) {
    #head-top {
        padding: 0 0 60px;
    }
    .menu_toggle .nav {
        display: block;
        padding-top: 8%;
        height: auto;
        margin-bottom: 60px;
    }
    .menu_toggle .logo-nav {
        margin: auto;
    }
    .menu_toggle a.nav-main {
        padding: 5px 22px;
        font-size: 18px;
        text-align: center;
        justify-content: center;
        display: flex;
        box-sizing: border-box;
    }
    .menu_toggle .sub-nav span {
        padding: 0 10px;
        font-size: 16px;
    }
    .menu_toggle li a.nav-main.active::before {
        width: 40%;
        height: 1px;
        background: #fff;
        content: "";
        position: absolute;
        bottom: 13px;
        left: 30%;
    }
    .menu_toggle a.nav-main span {
        padding: 5px 30px;
    }
    .menu_toggle a.nav-main::after, .menu_toggle .sub-nav::after {
        display: none;
    }
    .menu_toggle .sub-box {
        opacity: 1;
        visibility: visible;
        position: inherit;
        top: inherit;
        left: initial;
        width: auto;
        padding: 0 25px;
    }
    .menu_toggle .tel-icon {
        padding-left: 0;
        width: 100%;
        border-left: none;
    }
    .head-info {
        margin-right: 0px;
        display: none;
    }
    #key-box {
        width: 100%;
    }
    .header-box {
        display: flex;
        align-items: center;
        background: #fff;
        position: fixed;
        top: 24px;
        left: 6%;
        right: 6%;
        box-sizing: border-box;
        width: auto;
        border-radius: 50px;
        height: 49px;
    }
    header .logo {
        padding: 1px 0 3px 29px;
        width: 27%;
        max-width: 150px;
        margin-top: -6px;
    }
    header h1 {
        font-size: 1.8vw;
        padding: 5px 5px 0;
        width: 60%;
        line-height: 1.8;
    }
    .hamburger {
        position: fixed;
        top: 17px;
        right: 2%;
        width: 50px;
        height: 50px;
        display: block;
        z-index: 201;
        transition: all 0.4s ease;
        overflow: hidden;
    }
    .hamburger::after {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        /* content: "MENU"; */
        text-align: center;
        font-size: 10px;
        line-height: 20px;
    }
    .hamburger span {
        width: 35px;
        height: 2px;
        position: absolute;
        top: 35%;
        transform: translate3D(-50%, -50%, 0);
        left: 50%;
        background: #00a99d;
        transition: all 0.5s;
    }
    .hamburger span::before, .hamburger span::after {
        width: 35px;
        height: 2px;
        position: absolute;
        left: 0;
        background: #00a99d;
        content: "";
    }
    .hamburger span::after {
        top: -8px;
    }
    .hamburger span::before {
        top: 8px;
        opacity: 0;
    }
    .menu_toggle .sub-nav::before {
        display: none;
    }
    .nav--opened .hamburger span {
        transform: rotate(360deg);
    }
    .nav--opened .hamburger span {
        transform: rotate(152deg) translateX(20px);
        top: 8px;
        left: 46%;
    }
    .nav--opened .hamburger span::after {
        transform: rotate(-124deg) translateX(0px);
        top: 0;
    }
    .nav--opened .hamburger span::before {
        opacity: 0;
        display: none;
    }
    .menu_toggle {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 80px 0 120px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        z-index: 9;
        background: #fff;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.16em;
        line-height: 56px;
        background: #84C48E;
        background: linear-gradient(135deg, #84C48E -10%, #2FB7C4 93%);
    }
    .nav--opened .menu_toggle {
        left: 0%;
        visibility: visible;
        overflow: auto;
        transition: all 0.5s ease;
        opacity: 1;
    }
    .js-scroll {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        padding-bottom: 50px;
    }
    .js-scroll .logo2 {
        top: 37px;
		position: fixed;
		left: 52px;
		width: 90px;
		padding: 0;
		z-index: 5;
    }
    .js-scroll::before {
        content: "";
        position: absolute;
        display: flex;
        align-items: center;
        background: #fff;
        position: fixed;
        top: 24px;
        left: 6%;
        right: 6%;
        box-sizing: border-box;
        width: auto;
        border-radius: 50px;
        height: 49px;
        z-index: 1;
    }
    .js-scroll .logo-menu {
        width: 160px;
        margin: 0 auto;
    }
    .hide-nav {
        width: 50px;
        display: flex;
        justify-content: center;
        margin: 15px auto;
        height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    header h1 {
        width: 120px;
        font-size: 2.2vw;
        padding: 5px;
    }
    .hamburger {
        top: 34px;
        right: 40px;
    }
    .nav--opened .hamburger {
        top: 30px;
    }
}
/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {
    position: relative;
    background: #fff;
    padding: 53px 0 0px;
}
footer .logo {
    width: 200px;
    margin-bottom: 91px;
}
footer .txt {
    font-size: 19px;
    margin-bottom: 0px;
}
footer .row {
    font-weight: 300;
    font-size: 17px;
}
footer .row .address {
    margin-right: 40px;
}
footer .row .tel {
    margin-right: 40px;
}
footer nav {
    text-align: center;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    line-height: 1;
    align-self: center;
}
footer nav > a {
    margin-right: 15px;
    line-height: 1;
    margin-left: 15px;
}
footer nav > a:hover {
    border-bottom: 1px solid #000;
}
footer nav > a + a:before {
    content: "\7C";
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
}
footer .logo {
    text-align: center;
}
footer .info-footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
}
footer .info-footer dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
}
footer .info-footer dl dt {
    font-weight: bold;
}
footer address {
    font-size: 13px;
    text-align: right;
    margin-top: -54px;
}
/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 0;
    right: 0;
}
#pagetop:hover {
    opacity: 0.9;
}
#socialbuttons {
    max-width: 350px;
}
address {
    padding: 25px 0 10px;
}
address span {
    display: block;
}
@media only screen and (max-width: 767px) {
    footer {
        position: relative;
        margin-top: 0;
        padding: 34px 0 17vw;
    }
    footer .logo {
        max-width: 137px;
        margin: 0;
        margin-bottom: 60px;
    }
    #fixed-sp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #3b2718;
        z-index: 99;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .nav--opened #fixed-sp {
        opacity: 1;
        visibility: visible;
    }
    footer .txt {
        font-size: 12px;
        margin-bottom: -10px;
    }
    footer .row {
        font-size: 11px;
        flex-wrap: wrap;
    }
    footer .row .address {
        margin-right: 12px;
    }
    footer .row .tel {
        margin-right: 0;
    }
    footer nav {
        margin-top: 21px;
    }
    footer address {
        font-size: 9px;
        margin-top: -43px;
    }
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/* Scss Document */
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
.pc {
    display: block;
}
.sp {
    display: none;
}
@media only screen and (max-width: 767px) {
    html {
        min-width: auto;
    }
    html a:hover {
        text-decoration: none;
    }
    html img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    html .wrap {
        padding: 0 6%;
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    html #socialbuttons .social-line {
        width: 92px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 320px) {
    html.responsive {
        min-width: 320px !important;
    }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 767px) {
    body {
        position: static !important;
        top: 0 !important;
    }
}
/*=============================================
 * .toggle
 *=============================================*/
.toggle .toggle-link {
    cursor: pointer;
    position: relative;
}
.toggle .toggle-main {
    display: none;
}
.toggle.active .toggle-main {
    display: block;
}
/*fix btn PC*/
.fix-btn {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 99;
}
.fix-btn li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 60px;
    height: 160px;
    background: #f15a24;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.fix-btn li a {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fix-btn li a:hover {
    background: #000;
    transition: all 0.5s;
}
.fix-btn li:nth-child(2) {
    background: #01b902;
}
.fix-btn li:nth-child(3) {
    background: #0071bc;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/* btn */
.btn-cus {
    position: relative;
    width: 490px;
}
.btn-cus a {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 33px 0;
    color: #000;
    border-radius: 50px;
    border: none;
    background: #F1DF95;
    background: linear-gradient(45deg, #F1DF95 0%, #D8B24E 70%);
    cursor: pointer;
    width: 526px;
    display: block;
    box-sizing: border-box;
    letter-spacing: 0px;
    padding-right: 10px;
    max-width: 100%;
    transition: all 0.5s;
    font-weight: 500;
    padding-right: 42px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.btn-cus a:hover {
    background: #000;
    transition: all 0.5s;
    color: #fff;
}
.btn-cus a:hover::after {
    transform: translateX(10px);
    transition: all 0.5s;
}
.btn-cus a::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 37px;
    width: 41px;
    height: 41px;
    background: url("../img/shared/icon_arrow.svg") no-repeat;
    background-size: 100%;
    transition: all 0.5s;
}
.btn-cus2 {
    position: relative;
    width: 310px;
    margin: 0 auto
}
.btn-cus2 a {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 16px;
    border-radius: 50px;
    border: none;
    background: #84C48E;
    background: linear-gradient(to right, #84C48E 0%, #2FB7C4 100%);
    cursor: pointer;
    width: 310px;
    display: block;
    box-sizing: border-box;
    letter-spacing: 5px;
    padding-right: 10px;
    max-width: 100%;
    transition: all 0.5s;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.btn-cus2 a:hover {
    background: #000;
    transition: all 0.5s;
}
.btn-cus2 a:hover::after {
    transform: translateX(10px);
    transition: all 0.5s;
}
.btn-cus2 a::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 22px;
    width: 30px;
    height: 41px;
    background: url("../img/shared/icon_arrow.svg") no-repeat;
    background-size: 100%;
    transition: all 0.5s;
}
@media only screen and (min-width: 768px)  and (max-height: 800px) {
	.fix-btn{
		top: 80px;
	}
}
@media only screen and (max-width: 767px) {
    .btn-cus {
        width: 100%;
    }
    .btn-cus a {
        font-size: 20px;
        width: 100%;
        padding: 20px;
    }
    .btn-cus a::after {
        width: 28px;
        top: 19px;
        right: 27px;
    }
    .btn-cus2 {
        width: 100%;
    }
    .btn-cus2 a {
        width: 100%;
        font-size: 20px;
        padding: 12px;
        letter-spacing: 3px;
    }
    .btn-cus2 a::after {
        width: 22px;
        top: 11px;
    }
}
/* fix banner SP */
#fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #2c2c2c;
    z-index: 105;
    opacity: 1;
    transition: opacity 0.3s ease;
    visibility: visible;
}
.has_nav #fixed-sp {
    /* opacity: 1; */
    /* z-index: 104; */
}
#fixed-sp ul {
    display: flex;
}
#fixed-sp ul li {
    width: 100px;
    height: 65px;
    width: calc(100% / 3);
}
#fixed-sp ul li:nth-child(1) {
    background: #f15a24;
}
#fixed-sp ul li:nth-child(2) {
    background: #01b902;
}
#fixed-sp ul li:nth-child(2) img {
    width: 28px;
}
#fixed-sp ul li:nth-child(3) {
    background: #0071bc;
}
#fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
}
#fixed-sp ul li a img {
    width: 28px;
    margin-right: 5px;
}
#fixed-sp ul li:nth-child(3) a img {
    width: 28px;
    margin-right: 5px;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}