body{
letter-spacing: 0;
font-weight: normal;
}
p{
line-height: 1.6;
padding-bottom: 1em;
}
p.note{
font-size: 80%;
}
div{
box-sizing: border-box;
}

nav.menu {
padding: 10px 0 0 !important;
margin-top: 0 !important;
width: 100%;
max-width: 1000px;
margin: auto;
}
br.sponly{
display: none;
}
.hamburger{
display: none;
}
#drawer_menu{
display: none;
}

#all_wrap{
position: relative;
}
header#header_new{
width: 100%;
background: #fff7af;
letter-spacing: 0;
}
.copy_sp{
display: none;
}
.header_item{
height: 85px;
background: url("../img/common2026/header_sheep.jpg");
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;
position: relative;
display: flex;
align-items: center;
}
.head_logo{
padding: 18px;
width: 120px;
}
.head_logo img{
width: 100%;
height: auto;
}
header#header_new .header_catch h1 {
display: block;
color: #604c3f;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
line-height: 1.15;
font-size: 16px;
text-align: left;
}
.header_menu{
width: 100%;
background: #fff;
}
.header_contact{
position: absolute;
right: 18px;
display: flex;
text-align: center;
}
.button_tel a{
display: inline-block;
transition: 0.3s;
}
.button_tel a:hover{
opacity: 0.7;
}
.button_tel .tel_link{
font-size: 150%;
border-bottom: solid 1px #604c3f;
margin-bottom: 4px;
}
.button_tel .tel_link span{
font-size: 62.5%;
}
.button_tel .tel_time{
font-weight: normal;
font-size: 0.85rem
}

.button_line{
width: 6.5em;
color: #fff;
line-height: 1.1;
border-radius: 5px;
font-size: 0.95rem;
}
.button_line a{
text-decoration: none;
color: #fff;
display: block;
transition: 0.3s;
background: #1fb63f;
padding: 0.5em 0;
border-radius: 5px;
}
.button_line a:hover{
background:#12da3c;
}

.button_contact{
width: 6.5em;
color: #fff;
line-height: 1.1;
border-radius: 5px;
font-size: 0.95rem;
margin:0 20px 0 0.5em;
}
.button_contact a{
text-decoration: none;
color: #fff;
display: block;
transition: 0.3s;
background:#0065d7;
padding: 0.5em 0;
border-radius: 5px;
}
.button_contact a:hover{
background:#29a7ff;
}

@media screen and (max-width:1130px){

.button_tel .tel_link{
font-size: 140%;
}
.button_tel .tel_link span{
font-size: 62.5%;
}
.button_line{
width: 6.0em;
font-size: 0.90rem;
}
.button_contact{
width: 6.0em;
font-size: 0.90rem;
margin:0 10px 0 0.5em;
}
}
@media screen and (max-width:970px){
.header_contact{
display: none;
}
.header_catch{
display: none;
}
.hamburger{
display: none;
}
.copy_sp{
display: block;
width: 100%;
text-align: center;
font-size: 0.85rem;
background: #604c3f;
padding: 0.5em 0;
}
header#header_new .copy_sp h1{
font-size: 0.9rem;
color: #fff7af;
text-align: center;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
line-height: 1.15;
margin-bottom: 0;
letter-spacing: 0;
}
.header_menu{
display: none;
}
.hamburger {
position: absolute;
right: 15px;
display: grid;
align-content: space-between;
justify-items: center;
width: 40px;
height: 40px;
color: #604c3f;
font-weight: 700;
line-height: 1;
font-size: 12px !important;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
box-sizing: border-box;
transition: color 0s;
}
.hamburger span {
display: block;
width: 40px;
height: 2px;
background: #604c3f;
}
#drawer_menu{
position: absolute;
width: 100%;
background: #fff7af;
text-align: center;
z-index: 1001;
}
#drawer_menu .copy_sp h1{
font-size: 0.9rem;
color: #fff7af;
text-align: center;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
line-height: 1.15;
margin-bottom: 0;
letter-spacing: 0;
}
.menu_close{
position: absolute;
top: 54px;
right: 17px;
display: grid;
align-content: space-between;
justify-items: center;
width: 40px;
height: 40px;
color: #604c3f;
font-weight: 700;
line-height: 1;
font-size: 12px !important;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
box-sizing: border-box;
transition: color 0s;
}
.menu_close span {
display: block;
width: 40px;
height: 2px;
background: #604c3f;
}
.menu_close span:nth-of-type(1){
transform: rotate(30deg);
top: 14px;
position: relative;
}
.menu_close span:nth-of-type(2){
position: relative;
transform: rotate(-30deg);
}
.drawer_contact{
width: 75%;
margin: 20px auto;
display: grid;
grid-template-rows: 1fr 50px;
grid-template-columns: 1fr 1fr;
gap:4%;	
text-align: center;
padding-bottom: 10px;
}
.drawer_contact .button_line{
grid-row: 2 / 3;
grid-column: 1 / 2;
width: 100%;
align-items: center;
display: grid;
background: #1fb63f;
padding: 0 0;
border-radius: 5px;
}
.drawer_contact .button_line a{
text-decoration: none;
color: #fff;
}
.drawer_contact .button_contact{
grid-row: 2 / 3;
grid-column: 2 / 3;
width: 100%;
align-items: center;
display: grid;

background:#0065d7;
padding: 0 0;
border-radius: 5px;
margin: 0;
}
.drawer_contact .button_contact a{
text-decoration: none;
color: #fff;
}
.drawer_contact .button_tel{
grid-row: 1 / 2;
grid-column: 1 / 3;
width: 230px;
padding-bottom: 10px;
margin: auto;
}
.drawer_contact .button_tel .tel_link{
font-size: 150%;
border-bottom: solid 1px #604c3f;
margin-bottom: 4px;
}
.drawer_contact .button_tel .tel_link span{
font-size: 62.5%;
}
.drawer_contact .button_tel .tel_time{
font-weight: normal;
font-size: 0.85rem
}
.drawer_mainmenu{
text-align: center;
width: 100%;
position: relative;
background: #d7f4ff;
padding: 20px 0 10px;
}
#drawer_menu h3{
text-align: center;
font-size: 1rem;
padding-bottom: 1em;
}
.drawer_cleanmenu{
width: 90%;
margin: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.drawer_cleanmenu li{
text-align: center;
background: #fff;
border-radius: 7px;
width: 49%;
letter-spacing: 0.05em;
padding: 10px 0;
margin-bottom: 10px;
font-size: 0.875rem;
font-feature-settings: "palt";
}
.drawer_cleanmenu li a{
text-decoration: none;
display: block;
}
ul.drawer_pages{
width: 80%;
max-width: 500px;
margin: auto;
padding: 25px 0;
}
ul.drawer_pages li{
text-align: center;
background: #fff;
border-radius: 7px;
letter-spacing: 0.05em;
padding: 10px 0;
margin-bottom: 10px;
font-size: 0.875rem;
font-feature-settings: "palt";
}
.drawer_footer{
background: #604c3f;
color: #fff7af;
width: 100%;
text-align: center;
padding-top: 20px;
}
#drawer_menu h4{
text-align: center;
font-size: 1rem;
padding-bottom: 0.25em;
}
p.drawer_address{
text-align: center;
font-size: 13px;
line-height: 1.2;
padding-bottom: 15px;
font-weight: normal;
}
}





@media screen and (max-width:768px){
.mean-bar{
display: none;
}
html {
--meanmenu-height: 0;
--header-height: auto;
}
section {
max-width: 100%;
margin: 0 auto 0; 
}
}

@media screen and (max-width:500px){
.header_item {
height: 65px;
}
br.sponly{
display: block;
}
.head_logo {
padding: 15px;
width: 100px;
}
}


@media screen and (max-width: 768px) {
section.topfooter-wide,
section.footer-main{
margin: 0 auto 0;
}
}


/*////////////////////////// CTA //////////////////////////////*/

#cta{
width: 100%;
background: #fff;
padding: 40px 0 ;
}
.cta_wrap{
width: 90%;
max-width: 900px;
margin: auto;
}
.cta_wrap h2{
text-align: center;
background: #fff7af;
border-radius: 3px;
font-weight: bold;
padding: 0.15em 0;
font-size: 1.4rem;
}
.cta_wrap h3{
text-align: center;
font-weight: bold;
font-size: 1.6rem;
padding: 1em 0;
color: #1386de;
font-feature-settings: "palt";
}
.cta_box{
width: 100%;
padding: 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border: solid 3px #96d7ff;
border-radius: 20px;
}
.cta_contact{
width: 19em;
font-size: 1.2rem;
text-align: center;
display: grid;
align-content: center;
}
.button_contact_cta{
width: 18em;
margin: auto;
color: #fff;
line-height: 3em;
border-radius: 5px;
font-size: 1rem;
font-weight: bold;
margin: 0.5em auto 30px ;
}
.button_contact_cta a{
text-decoration: none;
color: #fff;
display: block;
transition: 0.3s;
background:#0065d7;
border-radius: 5px;
height: 3em;
}
.button_contact_cta a:hover{
background:#29a7ff;
}
.button_line_cta{
width: 18em;
margin: auto;
color: #fff;
line-height: 3em;
border-radius: 5px;
font-size: 1rem;
font-weight: bold;
margin: 0.5em auto 0 ;
}
.button_line_cta a{
text-decoration: none;
color: #fff;
display: block;
transition: 0.3s;
background: #1fb63f;
border-radius: 5px;
height: 3em;
}
.button_line_cta a:hover{
background:#12da3c;
}

.cta_tel{
width: 50%;
font-size: 1.2rem;
text-align: center;
display: grid;
align-content: center;
}
.cta_tel .button_tel .tel_link {
font-size: 180%;
border-bottom: solid 1px #604c3f;
margin-bottom: 4px;
font-weight: bold;
}
.cta_tel .button_tel .tel_time {
font-weight: normal;
font-size: 0.95rem;
}
.cta_wrap .cta_tel h4{
text-align: center;
padding-bottom: 0.5em;
}
.cta_wrap .cta_tel h5{
color: #1386de;
font-weight: bold;
margin-bottom: 8px;
font-size: 1rem;
}
.cta_list{
width: 18em;
margin: auto;
display: grid;
grid-template-columns: 1fr 1fr;
text-align: left;
font-size: 1rem;
}
.cta_list li{
padding-bottom:10px;
}
.cta_tel_list_wrap{
background: #f1fcff;
padding: 10px 0;
margin-top: 10px;
}

@media screen and (max-width:900px){

.cta_tel{
width: 52%;
}
.cta_contact {
width: 45%;
}

.button_line_cta {
width: 100%;
}
.button_contact_cta {
width: 100%;
}
}

@media screen and (max-width:700px){
.cta_tel{
width: 100%;
}
.cta_contact {
width: 100%;
padding-bottom: 30px;
}

.cta_wrap h2{
font-size: 1.2rem;
}
.cta_wrap h3{
font-size: 1.4rem;
}
}

@media screen and (max-width:500px){
.cta_list {
width: 16em;
}
}



/*////////////////////////// TOTOP BUTTON //////////////////////////////*/

#totop{
position: fixed;
right: 0;
bottom: 50px;
width: 55px;
height:55px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
text-align: center;
background: #5d4d42;
color: #fff;
font-weight: bold;
cursor: pointer;
z-index: 50;
transform: translateX(55px);
transition: transform 0.3s ease;
}
#totop.btn_show{
transform: translateX(0);
}
#totop .wrap{
display: grid;
align-content: center;
height:55px;
}
.arrow {
position: relative;
display: inline-block;
width: 31px;
height: 14px;
}
.arrow::before,
.arrow::after {
content: "";
position: absolute;
top: 0;
left: calc(50% - 1px);
width: 2px;
height: 12px;
border-radius: 9999px;
background-color: #fff;
transform-origin: 50% 1px;
}
.arrow::before {
transform: rotate(45deg);
}
.arrow::after {
transform: rotate(-45deg);
}






/*////////////////////////// PAGE GENERAL //////////////////////////////*/

.page_wrapper{
width: 90%;
max-width: 1100px;
margin: auto;
font-size: 1rem;
line-height: 1.7;
padding-top: 30px;
}



/*////////////////////////// CLEANING SINGLE //////////////////////////////*/

.cleanservice_bar{
width: 100%;
font-size: 0.9rem;
padding: 0.1em 0;
text-align: center;
background: #1386de;
color: #f1fcff;
font-weight: bold;
margin-bottom: 20px;
}
.page_wrapper p{
font-size: 1.1rem;
line-height: 1.7;
}

/*--------------Head-----------------*/
.cleaning_head_txt h1{
font-size: 2.6rem;
font-weight: bold;
font-feature-settings: "palt";
display: flex;
align-items: center;
}
.cleaning_head_txt h1 span{
font-size: 50%;
padding-right: 0.25em;
font-weight: normal;
}
.cleaning_head_txt h3{
font-size: 1.2rem;
font-weight: bold;
  font-feature-settings: "palt";
  background: linear-gradient(transparent 70%, #fcff00 70%);
  display: inline-block;
}
.cleaning_head{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 25px;
}
.cleaning_head_txt{
width: 58%;
text-align: left;
}
.cleaning_head_pic{
width: 38%;
aspect-ratio: 4 / 2.4;
overflow: hidden;
}
.cleaning_head_pic img{
width: 100%;
height: 100%;
object-fit: cover;
}
.page_wrapper h2.cleaning_title{
text-align: center;
background: #fff7af;
border-radius: 3px;
font-weight: bold;
padding: 0.1em 0;
font-size: 1.3rem;
margin-bottom: 15px;
margin-top: 30px;
}
@media screen and (max-width:1092px){
.cleaning_head_txt h1{
font-size: 2.6rem;
display: block;
line-height: 1.1;
padding: 0.5em 0;
}
.cleaning_head_txt h1 span{
display: block;
}
.cleaning_head_pic img{
width: 100%;
height: auto;
object-fit: contain;
}
}
@media screen and (max-width:960px){
.cleaning_head_txt h3{
font-size: 1.0rem;
}
}
@media screen and (max-width:800px){
.cleaning_head_txt{
width: 100%;
text-align: left;
}
.cleaning_head_pic{
width: 100%;
aspect-ratio: 4 / 2.4;
overflow: hidden;
}
.cleaning_head_pic img{
width: 100%;
height: 100%;
object-fit: cover;
}
}
@media screen and (max-width:500px){
.page_wrapper p {
    font-size: 1.0rem;
    line-height: 1.7;
}
.cleaning_head_txt h1{
font-size: 2.0rem;
}
.cleaning_head_txt h3{
  background: none;
  line-height: 1.2;
  background: #FFFAB3;
  }
}

/*--------------Outline-----------------*/
.cleaning_outline{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.cleaning_outline_txt{
width: 56%;
}
.cleaning_outline_icon{
width: 40%;
}
.cleaning_outline_icon ul{
display: grid;
gap:10px;
grid-template-columns: 1fr 1fr;	
}
.cleaning_outline_icon ul li{
text-align: center;
display: grid;
align-content: center;
background: #1386de;
color: #fff;
border-radius: 5px;
line-height: 1.1;
height: 3em;
}

@media screen and (max-width:800px){
.cleaning_outline_txt{
width: 100%;
order: 1;
}
.cleaning_outline_icon{
width: 100%;
order: 2;
}
.cleaning_outline_icon ul{
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width:500px){
.cleaning_outline_icon ul{
grid-template-columns: 1fr 1fr;
}

}

/*--------------Price-----------------*/
.cleaning_price{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.price_table{
width: 48%;
padding-top: 15px;
}
.price_table h3{
border: solid 2px #1386de;
color: #1386de;
border-radius: 4px;
text-align: center;
padding: 0.25em 0;
font-weight: bold;
background: #f1fcff;
}
.cleaning_price table{
width: 100%;
border-collapse: collapse;
}
.cleaning_price table th{
font-weight: normal;
background: #1386de;
color: #fff;
text-align: center;
height: 2em;
vertical-align: middle;
border: solid 1px #5B381C;
}
.cleaning_price table td{
text-align: center;
border: solid 1px #5B381C;
height: 4.0em;
vertical-align: middle;
}
.cleaning_price table td.price{
font-size: 1.4rem;
}

@media screen and (max-width:800px){
.price_table{
width: 100%;
}
.cleaning_price table td{
height: 3.0em;
}
}
@media screen and (max-width:500px){
.cleaning_price table td.price{
font-size: 1.1rem;
}
}

/*--------------Option-----------------*/
.cleaning_option table{
width: 100%;
border-collapse: collapse;
}
.cleaning_option table th{
font-weight: normal;
background: #1386de;
color: #fff;
text-align: center;
height: 2em;
vertical-align: middle;
border: solid 1px #5B381C;
}
.cleaning_option table td{
border: solid 1px #5B381C;
vertical-align: middle;
padding: 10px;
}
.cleaning_option table td.title{
min-width: 12em;
text-align:center;
}
.cleaning_option table td.price{
min-width: 6em;
font-size: 1.4rem;
text-align:center;
}
.cleaning_option table td.price span{
color: #e3002b;
}
.coupon_wrap{
display: grid;
grid-template-columns:  300px 1fr;
}
.coupon_main{
padding-left: 15px;
}
.coupon_wrap h3{
color: #f6234b;
font-size: 145%;
font-weight: bold;
}
@media screen and (max-width:640px){
.cleaning_option table th{
display: none;
}
.cleaning_option table td{
display: block;
width: 100%;
padding: 6px;
}
.cleaning_option table td.title{
background: #1386de;
color: #fff;
border-bottom: 0;
}
.cleaning_option table td.price{
font-size: 1.2rem;
border-bottom: 0;
background: #f1fcff;
}
.coupon_wrap{
grid-template-columns:  200px 1fr;
}
}
@media screen and (max-width:600px){
.coupon_wrap{
display: block;
}
}

/*--------------Recommend-----------------*/
.cleaning_recommend table{
width: 100%;
border-collapse: collapse;
}
.cleaning_recommend table.setmenu_sp{
display: none;
}
.cleaning_recommend table th{
font-weight: normal;
background: #1386de;
color: #fff;
text-align: center;
height: 2em;
vertical-align: middle;
border: solid 1px #5B381C;
}
.cleaning_recommend table td{
border: solid 1px #5B381C;
vertical-align: middle;
padding: 10px;
}
.cleaning_recommend table td.title{
min-width: 15em;
text-align:center;
}
.cleaning_recommend table td.price{
min-width: 12em;
text-align:center;
}
.cleaning_recommend table td.price span{
color: #e3002b;
font-size: 1.4rem;
}
@media screen and (max-width:640px){
.cleaning_recommend table.setmenu{
display: none;
}
.cleaning_recommend table.setmenu_sp{
display: block;
}
.cleaning_recommend table th{
width: 7em;
font-size: 0.9rem;
}
}


/*--------------DonDon-----------------*/
.dondon_wrap.dondon_page{
width: 100%;
padding-top: 20px;
margin-bottom: 30px;
margin-top: 60px;
}


/*--------------Case-----------------*/
.case_wrap{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.case_box{
width: 49%;
border-radius: 10px;
padding: 15px 15px 15px 20px;
display: grid;
grid-template-columns: 1fr 5em;
align-items: center;
background: #ceeaff;
margin-bottom: 2%;
}
.case_txt{
padding-right: 10px;
margin-right: 10px;
border-right: solid 2px #1386de;
}
.case_txt span{
font-size: 90%;
}
.case_price{
text-align: center;
box-sizing: content-box;
}
.case_price span{
font-size: 75%;
}
span.blue{
color: #1386de;
}

@media screen and (max-width:800px){
.case_box{
width: 100%;
}
}


/*--------------Flow-----------------*/
.flow_wrap{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flow_box{
width: 48%;
margin-bottom: 30px;
}
.flow_item-heading{
display: grid;
grid-template-columns: 120px 1fr;
align-items: center;
background: #ceeaff;
color: #1386de;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.flow_item-heading h3{
font-size: 24px;
padding-left: 0.5em;
}
.flow_item-step{
background: #1386de;
color: #fff;
font-size: 20px;
text-align: center;
padding: 0.25em 0;
border-top-left-radius: 3px;
vertical-align: middle;
}
.flow_item-step span {
display: inline-block;
align-content: center;
margin-left: 0.1em;
width: 24px;
font-size: 18px;
line-height: 1;
background: #fff;
color: #1386de;
aspect-ratio: 1;
border-radius: 50%;
font-weight: bold;
}
.flow_item-title{
font-size: 140%;
font-weight: bold;
}
.flow_pic{
width: 100%;
}
.flow_info{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flow_txt{
width: 100%;
}
.flow_txt h4{
color: #1386de;
font-size: 145%;
font-weight: bold;
margin: 0.8em 0;
border-left: solid 7px #1386de;
line-height: 1.15;
padding-left: 10px;
font-feature-settings: "palt";
}

@media screen and (max-width:960px){
.flow_box{
width: 100%;
}
.flow_item-heading{
margin-bottom: 10px;
}

.flow_pic{
width: 40%;
}
.flow_txt{
width: 56%;
}
.flow_txt h4 {
font-size: 125%;
margin: 0.4em 0 0.8em 0;
}
.flow_txt p {
font-size: 1rem;
}
}
@media screen and (max-width:600px){

.flow_pic{
width: 100%;
order: 2;
}
.flow_txt{
width: 100%;
order: 1;
}
}




/*////////////////////////// FOOTER //////////////////////////////*/
footer div {
padding: 0;
}
.footer_address{
position: relative;
width: 90%;
max-width: 900px;
margin: auto;
padding: 50px 0 25px;
}
.footer_address h3{
font-size: 130%;
border-bottom: solid 1px #604c3f;
padding-bottom: 8px;
margin-bottom: 20px;
}
.footer_area_list{
position: relative;
width: 90%;
max-width: 900px;
margin: auto;
padding: 0 0 25px;
}
.footer_area_list h3 {
margin: 10px auto 15px;
background: #e3d874;
color: #604c3f;
padding: 5px;
font-size: 14px;
font-weight: 100;
}
.footer_area_list h4 {
margin: 0 0 5px;
border-bottom: solid 1px #604c3f;
font-weight: 500;
}
.footer_area_list ul {
margin-bottom: 20px;
}
.footer_area_list ul li {
display: inline-block;
font-size: 13px;
padding-right: 10px;
font-weight: 500;
line-height: 1.4;
}
.footer_address_wrap{
padding: 0;
display: flex;
gap: 50px;
}
.footer_link_btn{
width: 7.5em;
height: 1.8em;
line-height: 1.8em;
text-align: center;
}
.footer_link_btn a{
border-radius: 50px;
text-decoration: none;
display: block;
background: #604c3f;
color: #fff;
transition: 0.3s;
}
.footer_link_btn a:hover{
opacity: 0.8;
}
@media screen and (max-width:760px){
.footer_address{
text-align: center;
}
.footer_address_wrap{
display: block;
gap: 0;
}

.footer_link_btn{
margin: auto;
}
}


/*////////////////////////// HEADER SUBMENU //////////////////////////////*/

.float_nav {
  display: grid;
  align-items: center;
  color: #004274;
  font-weight: 500;
  line-height: calc(16.92 / 12.09);
  font-feature-settings: "palt";
}
:where(header) .float_nav {
  align-self: center;
  grid-template: "left . right" auto / calc(85% / 2 - 40px) 15% calc(85% / 2 + 40px);
  justify-items: center;
  /* margin-top: 1.5em; */
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.15;
  font-size: 14px;
}
:where(header) .float_nav::after {
  content: '';
  order: -1;
  display: block;
  grid-column: 2 / 3;
}
:where(.service) .float_nav {
  grid-auto-flow: column;
  gap: 1.7em;
  width: fit-content;
  margin-inline: auto;
  border-radius: 100px;
  padding: 1.2em 1.5em;
  background-color: #fff;
  font-size: 30px;
}
:where(header) .float_nav > li {
  display: flex;
  gap: 1em;
}
.float_nav > li a {
  display: flex;
  align-items: center;
}
:where(header) .float_nav > li a {
  gap: 0.8em;
  justify-self: center;
  border-radius: 100px;
  padding: 0.7em 1.2em .7em .8em;
  background-color: #fff;
}
:where(header) .float_nav > li:where(:nth-child(1)) {
  grid-area: left;
}
:where(header) .float_nav > li:where(:nth-child(2)) {
  grid-area: right;
}
:where(.service) .float_nav > li a {
  gap: 1em;
}

.float_nav > li a::before {
  content: "";
  display: block;
  width: 2.5em;
  aspect-ratio: 1 / 1;
  background: no-repeat center center / contain;
}
.float_nav > li:nth-of-type(1) a::before {
  background-image: url(../img2/common/icon_01.svg);
}
.float_nav > li:nth-of-type(2) a::before {
  background-image: url(../img2/common/icon_02.svg);
}
.float_nav > li > ul > li + li a::before {
  content: none;
}
.float_nav > li > ul {
  display: flex;
  align-items: center;
}
.float_nav > li > ul > li {
  display: block;
}
.float_nav > li > ul > li + li {
  border-left: 1px solid #b0baea;
}
:where(header) .float_nav > li > ul > li + li {
  margin-left: 0.8em;
  padding-left: 0.8em;
}
:where(.service) .float_nav > li > ul > li + li {
  margin-left: 1.5em;
  padding-left: 1.5em;
}


@media screen and (max-width: 768px) {
  .float_nav {
    order: -1;
    white-space: nowrap;
    gap: 1em;
    padding: 0;
  }
  :where(header) .float_nav {
    grid-template-columns: auto auto;
    margin-top: 3.4em;
    margin-inline: auto;
    font-size: calc(8 / 375 * 100vw);
  }
  :where(.service) .float_nav {
    font-size: calc(10.6 / 375 * 100vw);
    padding: 1em;
  }
  :where(header) .float_nav::before,
  :where(header) .float_nav::after {
    content: none;
  }
  :where(header) .float_nav > li:where(:nth-child(1)) {
    grid-column: auto;
  }
  :where(header) .float_nav > li:where(:nth-child(2)) {
    grid-column: auto;
  }
  .float_nav > li {
    gap: 0.8em;
  }
  .float_nav > li a::before {
    width: 3.2em;
  }
  :where(header) .float_nav > li a {
    padding: 0 3px;
  }
  .float_nav > li > ul > li + li {
    margin-left: 0.8em;
    padding-left: 0.8em;
  }
}
