@charset "UTF-8";
/* CSS Document */
/*=====pc・sp　on/off===========================*/
.pc {
    display: block;
}
.sp {
    display: none;
}
.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
/*=====共通===========================*/
/*以下別途*/
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 100%;
    line-height: 180%;
}
a {
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
}
#main {
    position: relative;
}
p {
    line-height: 220%;
}
/*フォントカラー*/
.point-red {
    font-weight: 600;
    color: #EB5151;
}
.point-green {
    color: #32B66E;
}
.point-black {
    color: #333;
}
.content-title {
    font-weight: 400;
}
/*セクションwrap*/
.sec-wrap {
    width: 100%;
    margin: 100px auto 0;
}
/*ダウンロード*/
.download {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(../img/common/download-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}
/*三角形*/
.btn-wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.main_link {
    margin: 60px auto 0;
    padding: 18px 30px;
    border: 2px solid #32B66E;
    background-color: #fff;
    color: #32B66E;
    display: flex;
    justify-content: space-between;
    border-radius: 300px;
    align-items: center;
    transition: all .3s;
    font-weight: 600;
}
.triangle-btn, .triangle-btn_w {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.54952em;
    border-left-color: currentColor;
    border-right: 0;
    transition: all .3s;
}
.triangle-btn {
    color: #32B66E;
}
.triangle-btn_w {
    color: #fff;
}
.main_link:hover {
    background-color: #32B66E;
    color: #fff;
    transition: all .3s;
}
.main_link:hover .triangle-btn {
    color: #fff;
}
/*sub*/
.btn-wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.red-btn {
    width: 100%;
    padding: 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #fff;
    font-weight: 500;
    border-radius: 100px;
    transition: all .2s;
}
.green-btn {
    background-color: #32B66E;
    border: 2px solid #32B66E;
}
.red-btn {
    background-color: #EB5151;
    border: 2px solid #fff;
}
.green-btn:hover {
    color: #32B66E;
    transition: all .2s;
    background-color: #fff;
}
.red-btn:hover {
    color: #EB5151;
    background-color: #fff;
    transition: all .2s;
    border: 2px solid #EB5151;
}
/*トップページボタン*/
.btn-pagetop {
    width: 20px;
    height: 20px;
    padding: 11px;
    cursor: pointer;
    background-color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-weight: 500;
    box-shadow: 1px 1px 2px 0px rgba(216, 199, 205, 1);
    transition: 0.3s;
    z-index: 990;
}
.btn-pagetop img {
    width: 90px;
}
.btn-pagetop:hover {
    transform: scale(1.2);
    transition: 0.3s;
}
.btn-pagetop .arrow-pink {
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
}
/*=====ヘッダー===========================*/
main {
    overflow-y: scroll; /* コンテンツがはみ出たらスクロール */
    height: calc(100% - 48px); /* ヘッダの高さを引いたところは全部コンテンツの領域 */
}
#header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: sticky;
    overflow: hidden;
    z-index: 999;
    top: 0;
    display: block;
}
#header.with-scroll {
    /* 影はお好みで */
    box-shadow: 0px 0px 15px -8px #4a6e4c;
}
#header .hdr-wrap {
    width: 98%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .hdr-wrap_l {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 100%;
    display: flex;
    justify-content: center;
}
.hdr-logo_box {
    width: 100%;
    position: relative;
}
.header-cen_wrap {
    width: 73%;
}
/*-------ヘッダー左------*/
.hdr-left {
    width: 24%;
}
.hdr-left img {
    width: 100%;
    /*  max-width: 250px;*/
    padding: 8px 0;
}
/*-------ヘッダー上------*/
.hdr-top {
    width: 98%;
    display: flex;
    justify-content: end;
}
.hdr-top a {
    margin: 8px 0;
    font-size: 1.5rem;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.hdr-top a img {
    width: 32px;
}
/*-------ヘッダー下------*/
.nav-wrap {
    width: 70%;
    /*
    display: flex;
    justify-content: center;
*/
}
.hdr-btm {
    width: 100%;
    margin-bottom: 10px;
    /*  max-width: 800px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-list {
    width: 96%;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-list_item a, .nav-list_item-sp a {
    padding: 0;
    font-weight: 600;
    font-size: 110%;
    color: #333;
    position: relative;
    transition: all 0.3s;
}
.nav-list_item a:hover, .nav-list_item-sp a:hover {
    transition: all 0.3s;
}
.nav-list_item a::after, .nav-list_item-sp a::after {
    content: '';
    width: 0%;
    height: 3px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #32B66E;
    transition: all 0.3s;
    position: relative;
    top: 0px;
    display: flex;
}
.nav-list_item a:hover::after, .nav-list_item-sp a:hover::after {
    width: 100%;
    transition: all 0.3s;
}
/*-------ヘッダー右------*/
.hdr-right {
    width: 26%;
    max-width: 400px;
    background-color: #fff;
}
.right-btn-list {
    width: 30%;
    max-width: 420px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 20px;
}
.right-btn-list li {
    width: 100%;
    position: relative;
}
.right-btn-list li .green-btn, .right-btn-list li .red-btn {
    width: 100%;
    padding: 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #fff;
    font-weight: 500;
    border-radius: 100px;
    transition: all .2s;
}
.right-btn-list li .green-btn {
    background-color: #32B66E;
    border: 2px solid #32B66E;
}
.right-btn-list li .red-btn {
    background-color: #EB5151;
    border: 2px solid #fff;
}
.right-btn-list li .green-btn:hover {
    color: #32B66E;
    transition: all .2s;
    background-color: #fff;
}
.right-btn-list li .red-btn:hover {
    color: #EB5151;
    background-color: #fff;
    transition: all .2s;
    border: 2px solid #EB5151;
}
/*お問い合わせ===========================*/
.web-btn_wrap {
    width: 50px;
    padding: 20px 20px 20px 0px;
    height: fit-content;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 3px solid #32B66E;
    font-size: 110%;
    position: fixed;
    top: 47%;
    right: -24px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    z-index: 3;
    transition: all .2s;
    /*	box-shadow: 3px 3px 10px -3px rgba(221, 164, 164, 1);*/
}
.web-btn_wrap a {
    color: #32B66E;
    text-decoration: none;
    letter-spacing: 0.12em;
    font-weight: 600;
    transition: all .2s;
}
.web-btn_wrap:hover {
    background-color: #DAF8D1;
    transition: all .2s;
    right: -15px;
}
/*フッター===========================*/
.pd {
    display: none;
}
#footer {
    width: 100%;
    margin: 180px auto 0;
    padding: 70px 0 60px;
    background-color: #32B66E;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}
#footer .ftr-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
    gap: 32px;
}
#footer .ftr-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .ftr-txt {
    font-size: 90%;
    color: #fff;
}
#footer .ftr-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .ftr-logo img {
    width: 100%;
    max-width: 800px;
}
#footer .google-maps {
    width: 100%;
    /*  max-width: 580px;*/
    height: 400px;
    margin: 20px 0 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
#footer .google-maps iframe {
    inset: -150px;
    width: calc(100% + 300px);
    height: calc(100% + 300px);
    position: absolute;
}
/*フッター電話*/
.tell-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    list-style: none;
}
.tell-list a {
	
    color: #fff;
    font-size: 140%;
    display: flex;
    align-items: center;
    font-weight: 600;
    pointer-events: none;
}
/*フッターナビメニュー*/
#footer .ftr-nav {
    width: 100%;
    margin: 20px auto 32px;
    display: flex;
    gap: 0;
    list-style: none;
    justify-content: space-between;
}
#footer .ftr-nav li a {
    display: flex;
    color: #fff;
    position: relative;
}
#footer .ftr-nav li a::after {
    content: " ";
    width: 0%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 33px;
    display: block;
    margin: 0px auto;
    border-radius: 3px;
    transition: 0.3s;
}
#footer .ftr-nav li a:hover::after {
    width: 100%;
}
#footer .ftr-right {
    width: 70%;
}
/*フッターのボタン*/
#footer .right-btn-list li .green-btn {
    background-color: #fff;
    display: flex;
    flex-flow: nowrap;
    border: 2px solid #fff;
    color: #32B66E;
}
#footer .right-btn-list li .green-btn img {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    padding: 1px;
    border-radius: 20px;
    background-color: #fff;
}
#footer .right-btn-list li .green-btn:hover {
    color: #fff;
    transition: all .2s;
    background-color: #32B66E;
}
#footer .right-btn-list{
	

width: 50%;
}
.copyright {
    padding: 30px 0 10px;
    display: block;
    font-size: 1.0rem;
    text-align: center;
    color: #fff;
}
@media screen and (max-width:1380px){
		.tell-list a{
		font-size: 120%;
	}
}
@media screen and (max-width:1300px) {
	.nav-wrap {
		width: 68%;}
	.right-btn-list{
		width: 32%;
		gap: 10px;
	}
	.right-btn-list li .green-btn, .right-btn-list li .red-btn{
		font-size: 90%;
	}

	    /*	footer================================-*/
    .pd {
        display: block;
    }
    #footer .ftr-wrap {
        flex-flow: column;
    }
    #footer .ftr-txt {
        font-size: 80%;
        text-align: center;
    }
    #footer .ftr-top {
        flex-flow: column;
    }
    #footer .ftr-right {
        width: 90%;
    }
    #footer .right-btn-list {
        width: 100%;
        margin: 16px auto 0px;
        gap: 12px;
        display: flex;
        flex-flow: column;
    }
    .nav-list {
        width: 94%;
        font-size: 90%;
    }
    #footer .ftr-nav {
        flex-flow: column;
    }
    #footer .ftr-nav li {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    #footer .ftr-nav li a {
        padding: 10px;
        font-size: 80%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
    }
    #footer .ftr-nav li a:hover .triangle-btn_w {
        margin-right: 10px;
    }
    #footer .right-btn-list li .green-btn, .right-btn-list li .red-btn {
        padding: 4px 0px;
    }
    #footer .ftr-nav li a::after {
        display: none;
    }
    .copyright {
        font-size: 60%;
    }
}
@media screen and (max-width:1100px) {
    /*=====共通===========================*/
    .btn-pagetop {
        width: 10px;
        height: 10px;
        padding: 11px;
        bottom: 50px;
        right: 50px;
    }
    .btn-pagetop .arrow-pink {
        top: 14px;
    }
    .header-cen_wrap {
        width: 95%;
    }
    /*=====pc・sp　on/off===========================*/
    .pc-icon {
        display: none;
    }
    /*=====ヘッダー===========================*/
    #header .hdr-wrap {
        /*        flex-flow: column;*/
    }
    #header .hdr-wrap_l {
        width: 100%;
        flex-flow: column;
        padding: 0px 0px 10px 0px;
    }
    .nav-list_item a, .nav-list_item-sp a {
        display: flex;
        font-size: 90%;
    }
    .hdr-top {
        ;
        justify-content: center;
    }
    .hdr-left {
        width: 34%;
        margin: 0;
    }
    .hdr-top a {
        font-size: 120%;
    }
    .hdr-left img {
        max-width: 300px;
        height: 46px;
        margin-top: 8px;
        padding: 0;
    }
    .hdr-right {
               width: 50%;
    }
    .hdr-center {
        width: 90%;
        max-width: 800px;
    }
	    .nav-wrap {
        width: 65%;
    }
    .right-btn-list {
               width: 35%;
        margin: 20px auto;
        gap: 14px;
    }
    .right-btn-list li .green-btn, .right-btn-list li .red-btn {
        padding: 2px 0px;
        font-size: 90%;
    }
    .right-btn-list li a {
        padding: 16px 0;
        font-size: 14px;
    }
    .right-btn-list li a img {
        width: 25px;
    }
    .right-btn-list li::before {
        height: 58px;
        top: 7px;
    }
    .nav-list_item a::before, .nav-list_item-sp a::before {
        max-width: 13px;
        height: 13px;
        top: 8px;
    }
    .tell-list .ft-fax,.tell-list .ft-tel {
		
        font-size: 105%;
    }
	.tell-list .ft-tel{
		pointer-events: all;
	}
    .tell-list a .phon-icon, .tell-list a .fax-icon {
        width: 25px;
    }
    .hdr-btm {
        margin-bottom: 0px;
    }
    .right-btn-list {
        margin: 0 auto;
    }
    .nav-list_item a::after, .nav-list_item-sp a::after {
        position: absolute;
        top: 30px;
    }
    /*メニューの開閉==============================-*/
    .toggle_switch {
        width: 100%;
        display: none;
        padding: 10px 0px 10px 30px;
        position: relative;
        cursor: pointer;
        font-weight: 800;
        font-size: 14px;
    }
    .toggle_switch.open {
        padding: 10px 0px 4px 30px;
    }
    .toggle_switch:hover {
        background-color: #FEF4F2;
    }
    .toggle_switch::after {
        content: "";
        display: inline-block;
        width: 18px;
        height: 11px;
        background-size: contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        transition: transform .2s;
    }
    .toggle_contents {
        display: none;
        padding: 0px 0px 5px 0px;
    }

}