@charset "utf-8";

@media (max-width: 700px) {

body{
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 64px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #2a2626;
    background-color: #f5fff3;
}
img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    height: auto;
    width: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
}
ul {
    list-style-type: none;
	padding: 0;
	margin: 0;
}
.cl {
clear: both;
}
a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a{
	color: inherit;
    text-decoration: none;
	transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.il_bl{
	display: inline-block;
}
.br_pc {
	display: none;
}
.br_sp {
	display: inherit;
}
.display_pc {
	display: none;
}
.display_sp {
	display: inherit;
}
header {
    padding-top: 80px;
}


#head_ue{
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 8px;
    flex-wrap: wrap;
}
#head_logo{
    width: 240px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}
#head_logo a{
	display: block;
}
#head_logo img{
	width: 100%;
}
#head_r{
    /*	width: 53.84%;*/
    display: flex;
    /*	justify-content: space-between;*/
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
#head_free-tel {
    display: none;
    align-items: center;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    justify-content: center;
}
#head_free{
	display: flex;
	color: #dd0001;
	margin-right: 12px;
}
#head_free_L{
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 800;
    margin-right: 6px;
}
#head_free_R{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 800;
    border-top: 2px solid #dd0001;
    border-bottom: 2px solid #dd0001;
}
#head_tel{
    display: flex;
    flex-direction: column;
    margin-right: 0px;
}
#head_tel_ue{
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
#free-dial{
    width: 30px;
    margin-right: 4px;
}
#free-dial img{
	width: 100%;
}
#head_tel_ue p{
    font-family: "Anton", sans-serif;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #2a2626;
}
#head_tel_ue p a {
	pointer-events: inherit;
}
#head_tel_sita{
    font-size: 12px;
    font-weight: 600;
}
#head_tel_sita span{
	color: #009b34;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}
#head_line{
    margin-right: 8px;
    width: 29.23%;
    display: none;
}
#head_line a{
/*
    display: flex;
    border: solid 2px #FFFFFF;
    border-radius: 10px;
    background-color: #009b34;
    align-items: center;
    width: 110px;
    padding-top: 6px;
    padding-right: 2px;
    padding-left: 6px;
    padding-bottom: 6px;
    box-shadow: 0 1px 4px #C1C1C1;
    -webkit-box-shadow: 0 1px 4px #C1C1C1;
*/
}
#head_line_img{
/*
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
*/
}
#head_line_img img{
/*	width: 67.69%;*/
}
#head_line p{
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3em;
}
#head_mail{
    width: 42.3%;
    display: none;
	
}
#head_mail a{
/*
    display: flex;
    border: solid 2px #ffffff;
    border-radius: 10px;
    background-color: #dd0001;
    align-items: center;
    width: 200px;
    padding-top: 6px;
    padding-right: 2px;
    padding-left: 4px;
    padding-bottom: 6px;
    box-shadow: 0 1px 4px #C1C1C1;
    -webkit-box-shadow: 0 1px 4px #C1C1C1;
*/
}
#head_mail_img{
/*
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
*/
}
#head_mail_img img{
/*	width: 65.38%;*/
}
#head_mail p{
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3em;
}


#header_navi{
    margin-top: 16px;
    display: none;
}
#header_navi ul{
    display: flex;
    background-color: #61c000;
    flex-wrap: wrap;
    justify-content: center;
}
#header_navi ul li{
    font-size: clamp(0.5rem, 1.6svw, 1.1rem);
    line-height: 1em;
    font-weight: 600;
    text-align: center;
}
#header_navi ul li a{
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}
/* 左ボーダー（テキストの高さだけ） */
#header_navi li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.05em;
    height: 1em;               /* ←テキストの高さにフィット */
    background-color: #FFFFFF;
    transform: translateY(-50%);
}

/* 先頭だけ不要なら */
#header_navi li:first-child a::before {
  display: none;
}
/*ヘッダーここまで*/

.content_wrap{
    max-width: 1200px;
    padding-right: 5.38%;
    padding-left: 5.38%;
    margin-right: auto;
    margin-left: auto;
}
.bg_green_illust {
	background-image: url("../images/green_illust_bg.png");
	background-repeat: repeat;
	background-position: center center;
	background-size: 200% auto;
}


.h2_h2{
	text-align: center;
}

.h2h2_abc{
    color: #006e12;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .04em;
}
.h2h2_ja{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 28px;
    line-height: 1.7em;
    font-weight: 900;
    letter-spacing: .04em;
}
.h2_h2._2nd .h2h2_abc{
	color: #ffff00;
}
.h2_h2._2nd .h2h2_ja{
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2em;
    margin-top: 8px;
}
	#top_reasons .h2_h2._2nd .h2h2_ja {
    font-size: 32px;
}

.h2_h2.left {
    text-align: left;
}
.font_red{
    color: #dd0001;
}
.link_btn {
    text-align: center;
}
.link_btn a {
    padding-top: 16px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 16px;
    display: inline-block;
    background-color: #dd0001;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    border-radius: 40px;
    border: 4px solid #FFFFFF;
    background-image: url(../images/link_btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px auto;
    -webkit-box-shadow: 1px 1px 1px #CECECE;
    box-shadow: 1px 1px 1px #CECECE;
}
.marker {
    background: linear-gradient(transparent 70%,#faff6b 70%);
  }
footer {
    padding-top: 9.23%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 3.84%;
    background-color: #22c34f;
    display: flex;
    flex-wrap: wrap;
}
#foot_info {
    width: 328px;
    min-width: 328px;
}
#foot_logo {
    width: 304px;
    margin-bottom: 24px;
}
#foot_address {
}
#foot_address p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 16px;
}
#foot_menu {
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 0px;
    /* [disabled]border-left: 0.07em solid #FFFFFF; */
    padding-left: 0px;
    width: 100%;
}
#foot_menu p {
    font-weight: 600;
    font-size: 14px;
    display: none;
}

#foot_menu ul {
    display: none;
    border-bottom: 0.07em solid #FFFFFF;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 24px;
    flex-wrap: wrap;
}
#foot_menu ul li {
    margin-right: 32px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1em;
}
#foot_menu .foot_menu_main {
    border-bottom-style: none;
}

#foot_menu .foot_menu_main li {
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
}
#foot_menu #copywright  {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    display: inherit;
}

#pagetop {
    position: fixed;
    right: 4px;
    bottom: 80px;
    width: 64px; /* サイズは画像に合わせて調整 */
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#pagetop.show {
  opacity: 1;
  visibility: visible;
}


#sp_contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
	display: inherit;
}
#sp_contact_head {
    padding: 4px;
    background-color: #FFFFFF;
}
#sp_contact_head p {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    color: #006e12;
}



#sp_contact_btn {
    display: flex;
	background-color: #fff;
}
#sp_contact_btn a {
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
}
#sp_contact_btn a img {
    width: 18px;
    margin-right: 4px;
}
#sp_contact_tel {
    width: 100%;
}


#sp_contact_tel a {
    background-color: #22c34f;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
#sp_contact_mail {
    width: 100%;
}

#sp_contact_mail a {
    background-color: #dd0001;
    border-top: 2px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
#sp_contact_line {
    width: 100%;
}
#sp_contact_line a {
    background-color: #00b900;
    border-top: 2px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}




}
