@charset "shift_jis";
@media screen and (min-width: 769px) {
	/*--- リセットCSS ---*/
	body {
		color: #000;
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 0 0;
		padding: 0;
		font-family: "Zen Kaku Gothic Antique", serif;
		font-weight: 500;
	}
	a {
		text-decoration: none;
		color: #000;
	}
	ol, ul {
		list-style: none;
	}
	ol, ul, p, h2, h3, h4, figure, img {
		margin: 0;
		padding: 0;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	/*h1 {
	color: #ccc;
	font-size: 10px;
	line-height: 1;
	margin: 5px 0 0 5px;
	}*/
	/*--- リセットCSSここまで ---*/
	/*--- 共通CSSここから ---*/
	.sale_contents {
		.pc_off {
			display: none !important;
		}
		/* ラインマーカーの色指定 */
		.sa_line_yellow {
			background: linear-gradient(transparent 60%, #f1faa1 0%);
		}
		.sa_line_pink {
			background: linear-gradient(transparent 60%, #ffdbde 0%);
		}
		/* 基本テキスト文字サイズ */
		.sa_conts_txt {
			font-size: 18px;
			line-height: 30px;
		}
		/* タイトルスタイル */
		.sa_conts_tit {
			margin: 0 0 60px 0;
			font-size: 40px;
			line-height: 50px;
			text-align: center;
		}
		.sa_conts_tit_eng span {
			display: block;
			margin: 10px 0 0 0;
			font-size: 30px;
			line-height: 36px;
			text-align: center;
		}
		.sa_font_bold {
			font-weight: bold;
		}
		/* 色文字のカラーコード */
		.sa_font_color {
			color: #6dba42;
		}
		/* 英語フォント指定 */
		.sa_font_century {
			font-family: Futura, 'Century Gothic', Meiryo, sans-serif;
		}
		/* SVGの色味調整 */
		.svg_color_none {
			fill: none;
		}
		.svg_color_white {
			fill: #fff;
		}
		.svg_color_gray {
			fill: #b3b3b3;
		}
		.svg_color_morelight {
			fill: #cad6e5;
		}
		.svg_color_light {
			fill: #86b3e0;
		}
		.svg_color_dark {
			fill: #1b76b8;
		}
		.svg_color_black {
			fill: #231815;
		}
		.svg_color_red {
			fill: #c80000;
		}
		/* メイン画像 */
		.sa_main {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 80vh;
			max-height: 600px;
			box-sizing: border-box;
			margin: 0 0 70px 0;
			padding: 0 0 5vh 0;
			background-size: cover;
			background-position: center;
			& div {
				width: 1100px;
				text-align: center;
			}
			.sa_main_item {
				display: inline-block;
				margin: 0 0 30px 0;
				padding: 10px 35px;
				border-radius: 10px;
				font-size: clamp(20px, 1.4vw, 24px);
				line-height: 1.5;
				color: #FFF;
				letter-spacing: 0.1em;
				background: #6dba42;
			}
			.sa_main_tit {
				display: inline-block;
				margin: 0 0 20px 0;
				padding: 25px 0;
				border-top: 1px solid #FFF;
				border-bottom: 1px solid #FFF;
				font-size: clamp(60px, 4.4vw, 70px);
				line-height: 1.15;
				color: #FFF;
			}
			.sa_main_tit span {
				font-size: clamp(52px, 3.4vw, 60px);
			}
			.sa_main_txt {
				font-size: 30px;
				font-size: clamp(24px, 1.8vw, 30px);
				line-height: 1.2;
				color: #FFF;
				letter-spacing: 0.1em;
			}
			& ul.sa_main_txt {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				gap: 15px 30px;
			}
		}
		/* お悩み */
		#sa_worries {
			width: 1100px;
			margin: 0 auto;
			padding: 0 0 55px 0;
			.sa_worries_list {
				display: flex;
				flex-wrap: wrap;
			}
			.sa_worries_list li {
				display: flex;
				align-items: center;
				justify-content: center;
				height: 110px;
				box-sizing: border-box;
				border: 1px solid #bfbfbf;
				list-style: none;
				font-size: 17px;
				line-height: 30px;
				text-align: center;
			}
			/* イラストありパターン */
			.sa_worries_useimg {
				position: relative;
			}
			.sa_worries_useimg ul {
				justify-content: space-between;
				gap: 40px 0;
			}
			.sa_worries_useimg li {
				width: 350px;
				background: #FFF;
				border-radius: 5px;
			}
			/* イラストなしパターン */
			.sa_worries_noimg .sa_worries_list {
				justify-content: center;
				gap: 15px;
			}
			.sa_worries_noimg .sa_worries_list li {
				width: 355px;
				margin: 0;
				padding: 25px 0;
				border-radius: 10px;
			}
		}
		/* ポイント */
		#sa_point {
			width: 100%;
			margin: 0 0 75px 0;
			padding: 75px 0 120px 0;
			background: #eefdea;
			>ul {
				width: 1100px;
				margin: 0 auto;
				>li {
					padding: 30px 25px;
					background: #FFF;
					border-radius: 10px;
					&:not(:last-child) {
						margin: 0 0 50px 0;
					}
					& h3 {
						margin: 0 0 30px 0;
						padding: 5px 25px;
						background: #eefdea;
						border-radius: 10px;
						font-size: 35px;
						line-height: 50px;
					}
					& img {
						width: 342px;
					}
					>div {
						display: flex;
						align-items: flex-start;
						justify-content: space-between;
						>div {
							width: 630px;
							margin: 0 0 0 10px;
							.sa_point_item {
								margin: 0 0 20px 0;
								font-size: 25px;
								line-height: 36px;
								letter-spacing: 0.1em;
							}
						}
						.sa_inci_po_per {
							margin: 40px 0 0 0;
							>li span {
								display: inline-block;
								width: 55px;
								margin: 0 45px 0 0;
							}
							>li:not(:last-child) {
								margin: 0 0 5px 0;
							}
						}
					}
				}
			}
		}
		/* よくある質問 */
		#sa_qa {
			padding: 75px 0;
			background: #f6f6f6;
			>div {
				width: 1100px;
				margin: 0 auto;
			}
			.qa_list {
				display: block;
				overflow: hidden;
				cursor: pointer;
				border-radius: 5px;
				filter: drop-shadow(0px 0px 5px #0001);
			}
			.qa_list:not(:last-of-type) {
				margin-bottom: 30px;
			}
			.qa_list .title {
				display: block;
				width: 100%;
				box-sizing: border-box;
				padding: 15px 60px 15px 70px;
				background-color: #fff;
				box-shadow: 0 0 8px rgb(0 0 0 / 30%);
				font-size: 18px;
				line-height: 40px !important;
				color: #000;
				text-align: left;
				position: relative;
			}
			.qa_list .title:before {
				content: "";
				display: block;
				width: 30px;
				height: 30px;
				-webkit-mask-image: url(../img/q_icon.svg);
				mask-image: url(../img/q_icon.svg);
				mask-size: 30px;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				background-color: #6dba42;
				position: absolute;
				top: 20px;
				left: 20px;
			}
			.qa_list .title:hover {
				background-color: #eefdea;
			}
			.qa_list dt {
				position: relative;
			}
			.qa_list dt .title.active {
				border-bottom: 1px solid #ccc;
			}
			.qa_list dd {
				display: none;
				padding: 25px 20px 25px 70px;
				background: #eee;
				margin: 0;
				background-color: #fff;
				text-align: left;
				font-size: 15px;
				line-height: 1.5;
				color: #000;
				position: relative;
			}
			.qa_list dd:before {
				content: "";
				display: block;
				width: 30px;
				height: 30px;
				-webkit-mask-image: url(../img/a_icon.svg);
				mask-image: url(../img/a_icon.svg);
				mask-size: 30px;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				background-color: #c80000;
				position: absolute;
				top: 20px;
				left: 20px;
			}
			.accordion_icon, .accordion_icon {
				display: inline-block;
				transition: all .4s;
				box-sizing: border-box;
			}
			.accordion_icon {
				width: 24px;
				height: 24px;
				margin: auto;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 20px;
			}
			.accordion_icon span {
				position: absolute;
				left: 0px;
				width: 100%;
				height: 2px;
				background-color: #999;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-ms-border-radius: 4px;
				-moz-border-radius: 4px;
				-o-border-radius: 4px;
				transition: all 0.2s;
			}
			.accordion_icon span:nth-of-type(1) {
				margin: auto;
				top: 0;
				bottom: 0;
				transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
			}
			.accordion_icon span:nth-of-type(2) {
				top: 11px;
				transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
			}
			.accordion_icon.active span:nth-of-type(1) {
				display: none;
			}
			.accordion_icon.active span:nth-of-type(2) {
				top: 11px;
				transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
			}
		}
		/* 問い合わせ */
		#sa_inq {
			margin: 0 0 0 0;
			padding: 30px 0 50px 0;
			background: #6dba42;
			text-align: center;
			.sa_inq_txt {
				margin: 0 0 10px 0;
				font-size: 22px;
				line-height: 30px;
				color: #ffffff;
				letter-spacing: 0.1em;
			}
			& h2 {
				margin: 0 0 30px 0;
				font-size: 35px;
				line-height: 50px;
				color: #ffffff;
			}
			& ul {
				display: flex;
				justify-content: center;
				gap: 0 30px;
			}
			& ul li a {
				display: block;
				width: 400px;
				padding: 15px 0 10px 0;
				border-radius: 45px;
				background: #FFF;
				transition: all 0.2s;
				.sa_inq_b {
					font-size: 22px;
					line-height: 40px;
					letter-spacing: 0.05em;
				}
				.sa_inq_s {
					font-size: 15px;
					line-height: 22px;
					font-weight: 500;
				}
				&:hover {
					opacity: 0.8;
				}
			}
			& ul li a.sa_inq_tel {
				pointer-events: none;
			}
			& ul li a.sa_inq_tel .sa_inq_b {
				font-size: 35px;
			}
		}
	}


/*--------- ヘッダー ---------*/
 /* HEADER
------------------------------*/

 header.sp_pack {
    display: flex;
    position: relative;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    .s_t_logo {
        height: 68px;
        img {
            height: 100%;
        }
    }
    .s_t_h_right {
        display: flex;
    }
    .top_navi {
    background-color: #ffffff;
    }
    .global_menu {
        width: 100%;
        color: #333;
        text-align: center;
        box-sizing: border-box;
    }
    .global_menu_list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        > li {
            box-sizing: border-box;
            cursor: pointer;
            box-sizing: border-box;
            text-align-last: left;
            background-image: url(/img/h_menu_icon1.png);
            background-repeat: no-repeat;
            background-position: bottom right 45px;
            .menu_link {
                display: block;
                padding: 20px 30px;
                font-size: 14px;
                line-height: 20px;
                color: #333;
                text-decoration: none;
                position: relative;
            }
            .menu_link:hover {
                background: #fff;
            }
        }
        > li:nth-child(2) {
            background-image: url(/img/h_menu_icon2.png);
        }
        > li:nth-child(3) {
            background-image: url(/img/h_menu_icon3.png);
        }
        > li:nth-child(4) {
            background-image: url(/img/h_menu_icon4.png);
            background-position: bottom 15px right 45px;
        }
        > li:last-child .menu_link:after {
            content: '';
            display: inline-block;
            width: 1px;
            height: 60px;
            background: #6e6e6e;
            position: absolute;
            bottom: 0;
            right: 0;
        }
    }

    .child_menu_span {
        position: relative;
        .arrow {
            position: relative;
        }
        .arrow:after {
        position: absolute;
        content: "";
        right: 13px;
        top: 39%;
        width: 6px;
        height: 6px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
        }
        > a {
            display: block;
            padding: 20px 30px 25px 30px;
            text-align: left;
            text-decoration: none;
            position: relative;
            transition: 0.3s;
        }
        > a:after {
            position: absolute;
            content: "";
            width: 0px;
            height: 3px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            background-color: #0e6e98;
            transition: 0.3s;
        }
        > a:hover p {
            color: #0e6e98;
        }
        > a:hover:after {
            width: 30px;
        }
    }

    .s_c_h_tel {
        margin-left: 30px;
        p {
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 15px 0 -8px;
        }
        span {
            font-size: 10px;
            line-height: 1;
        }
    }

    .s_c_h_inq {
        a {
            display: block;
            width: 140px;
            line-height: 40px;
            color: #fff;
            background-color: #ff9c00;
            text-align: center;
            border-radius: 5px;
            font-weight: bold;
            margin: 10px 0 0 30px;
            font-size: 14px;
            transition: 0.3s;
        }
        a:hover {
            background-color: #c67a00;
        }
    }
    .child_menu_span{
        span {
            display: block;
            font-size: 12px;
            line-height: 1;
            margin-bottom: 10px;
            position: relative;
            text-align: left;
        }
        p {
            font-size: 14px;
            color: #333;
            font-weight: bold;
            margin: 0;
            text-align: left;
        }
    }

    .child_menu {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 0;
        position: absolute;
        top: calc(101%);
        left: 0;
        color: #333;
        background: #FFF;
        visibility: hidden;
        z-index: 999;
        border-top: 1px solid #ccc;
        box-shadow: 0 6px 6px rgb(0 0 0 / 10%);
	transition: 0.5s;
        a {
        text-decoration: none;
        color: #333;
        }
        > li{
            > span {
                font-size: 0.8em;
            }
        } 
    }

    .menu:hover .child_menu {
        visibility: visible;
        animation-duration: 0.5s;
        animation-name: fade-in;
    }

    @keyframes fade-in {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(-10px);
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .child_menu_inner {
        width: 1150px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        a {
            text-align: left;
            font-weight: bold;
        }
    }
    .child_menu_inner .child_menu_box {
        display: block;
        width: 180px;
        box-sizing: border-box;
        padding: 24px 0 30px 0;
        position: relative;
        border-right: 1px dotted #aaa;
        p {
            margin: 0 auto;
            font-size: 20px;
            line-height: 20px;
            position: relative;
        }
    }

    .child_menu_inner .child_menu_btn {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        li {
            width: 150px;
            margin: 10px 40px 10px 0;
        }
        a {
            display: block;
        }
        a:hover {
            text-decoration: underline;
        }
        p {
            font-size: 13px;
            line-height: 16px;
            position: relative;
            margin: 0;
        }
        p:before {
            content: "";
            vertical-align: middle;
            width: 4px;
            height: 4px;
            border-top: 1px solid #333;
            border-right: 1px solid #333;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 2px;
            bottom: 0;
            right: 7px;
            margin: auto;
            z-index: 1;
        }
        p:after {
            content: "";
            vertical-align: middle;
            width: 17px;
            height: 17px;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: 0;
            margin: auto;
            background-color: #f4f0eb;
        }
    }

    .child_menu_btn_01 {
        width: 730px;
        box-sizing: border-box;
        padding: 0 50px;
        li:nth-child(1),li:nth-child(2),li:nth-child(3){
            margin-bottom: 22px;
        }
        li:nth-child(3n) {
            margin-right: 0;
        }
    }

    .child_menu_btn_02 {
        width: 1010px;
        box-sizing: border-box;
        padding: 0 0 0 50px;
        li {
            margin-right: 43px;
        }
        li:nth-child(5n) {
            margin-right: 0;
        }
        li:nth-child {
            margin-bottom: 20px;
        }
    }

}


/*--------- フッター ---------*/
 /* FOOTER
------------------------------*/
footer.sp_pack {
    font-size: 13px;
    clear: both;
    margin: 0px 0 0 0;
    .f_top_txt {
        background-color: #eee;
        padding: 20px 0;
        p {
            width: 1100px;
            margin: 0 auto;
            font-size: 13px;
        }
    }
    .f_wrap {
        width: 1100px;
        margin: 0 auto;
        padding: 40px 0px 50px 0;
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        .f_left {
            width: 700px;
        }
        .f_left p.f_ttl {
            position: relative;
            font-size: 13px;
            font-weight: bold;
            text-align: left;
            text-indent: 25px;
            margin: 7px 0;
            padding: 0;
        }
        .f_left p.f_ttl:before {
            content: "";
            width: 13px;
            height: 3px;
            background-color: #0e6e98;
            top: 9px;
            display: block;
            left: 0;
            position: absolute;
        }
        .f_left .f-left01 {
            overflow: hidden;
            margin-bottom: 30px;
            ul{
                li{
                    text-align: left;
                    float: left;
                    a {
                        padding: 0 5px;
                        color: #333;
                    }
                }
                li:after {
                    content: "/";
                }
            }
        }
        .f_info {
            overflow: hidden;
            border-top: 1px solid #000;
            clear: both;
            padding: 30px 0;
            img {
                float: left;
            }
            ul{
                float: right;
                margin-left: 50px;
                li{
                    text-align: left;
                    line-height: 20px;
                }
            }
        }
        .f_link {
            clear: both;
            overflow: hidden;
            margin: 15px 0 35px 0;
            ul{
                width: 1000px;
                margin: 0 auto;
                text-align: center;
                li{
                    text-align: left;
                    display: inline-block;
                    margin-bottom: 10px;
                    *display: inline;
                    *zoom: 1;
                    a {
                        padding: 0 5px;
                        color: #0e6e98;
                        font-size: 12px;
                    }
                }
                li:after {
                content: "/";
                }
            }
        }
    }
    .f_right {
        width: 310px;
        padding: 40px 30px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    .f_copy {
        padding: 16px 0;
        background: #0e6e98;
        color: #FFF;
        font-size: 13px;
        text-align: center;
    }
} 





	/*--- 共通CSSここまで ---*/
}