﻿/* color */
html{
    scroll-behavior: smooth;
}
.dsp_none{
    display: none!important;
}
#wrap{
    overflow: hidden;
}
#header .header_menu-list.opa-zero{
    opacity: 0;
    visibility: hidden;
    transition: 250ms;
}
@media(max-width:1396px){
    .header_menu-list{
        display: none;
    }
}
@media(max-width:807px){
    .g-menu-btn{
       position: fixed;
    }  
}
.sns_link{
    z-index: 100;
}
@media(max-width:450px){
    #main .sns_link{
        display: none;
    }
}
body,.txt_color_nomal{color: #000;}
.txt_white{color: #fff;}
.txt_black{color: #333;}
.txt_red{color: red;}
.txt_color1{color: #001140;} /* メインカラー */
.txt_color2{color: #fff;} /* サブカラー */
.txt_color3{color: #f6f5ee;} /* アクセントカラー1 */
.txt_color4{color: #5b5b5b;} /* アクセントカラー2 */
.txt_color5{color: #59BDED;} /* アクセントカラー3 blue */
.txt_color6{color: #ff018a;} /* アクセントカラー4 pink*/


/* background-color */
.bg_white{background-color: white;} /* 白背景 */
.bg_black{background-color: black;} /* 黒背景 */
.bg_default{background-color:#59BDED;}/*ロゴの青色*/
.bg_color1{background-color: #fefefe;} /* メインカラー *001140→c1c1c1*/
.bg_color2{background-color: #fff;} /* サブカラー */
.bg_color3{background-color: #787878;} /* アクセントカラー1 */
.bg_color4{background-color: #f6f5ee;} /* アクセントカラー2 */
.bg_color5{background-color: #FF7CAC;} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important;}


/* border-color ※!important */
.border_black{border: solid 1px #333333;}
.border_color1{border-color: #001140;}
.border_color2{border-color: #fff;}
.border_color3{border-color: #787878;}
.border_color4{border-color: #f6f5ee;}
.border_r_10{border-radius:10px;}

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #000;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #001140;} /* メインカラー */
.hvr_txt_color2:hover{color: #fff;} /* サブカラー */
.hvr_txt_color3:hover{color: #787878;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f6f5ee;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #001140;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #fff;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #787878;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f6f5ee;} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #001140;}
.hvr_border_color2:hover{border-color: #fff;}
.hvr_border_color3:hover{border-color: #787878;}
.hvr_border_color4:hover{border-color: #f6f5ee;}
html{scroll-padding-top: 130px;}
body{
    font-family: "Noto Sans JP", sans-serif !important;
    scroll-padding-top: 130px;
}
.font_26px{
    font-size: 26px;
}
@media(max-width:667px){
    body{scroll-padding-top: 0px;}
    .font_26px{
        font-size:21px;
    } 
}
@media(max-width:376px){
    body{scroll-padding-top: 0px;}
    .font_26px{
        font-size:16px;
    } 
}
/*header*/
#header{
    background-color: #fefefe;
    height: 8vh;
    transform: translateY(0);
    padding:15px;
}
#header .logo,#header .logo a, #header .logo a img{
    height: 100%;
}
#header .logo a img{
    position: relative;
    top: -30px;
}
@media(max-width:1441px){
    #header .logo,#header .logo a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width:1200px){
   #header .logo a img{
    top:0;
    width: 100%!important;
} 
    #header .logo.width_20per{
        width: 25%!important;
    }
}
@media(max-width:667px){
    #header .logo.width_20per{
    width: 45%!important;
    }
}
#header .header_menu-list{
    visibility: visible;
    opacity: 1;
    transition: 250ms;
}
#header .header_menu{
    padding-right: 120px;
    transition-duration: 0.3s;
}
#header .header_menu.width_70per{
    width: 75%!important;
}
#header .header_menu.pd-r_off{
    padding-right: 0;
    transition-duration: 0.3s;
}
@media (min-width:1397px) and (max-width:1602px){
    #header .header_menu.width_70per{
        width:80%!important;
        transform: translateX(-50px);
    }
}
@media (min-width:1427px) and (max-width:1475px){
#header .header_menu {
    padding-right: 80px;
}
}
@media(max-width:768px) and (min-width:668px){
    #header{
        height: 8vh;
    }
    #header .header_menu.width_70per{
       width: 50%!important;
       transform: translateY(-10px);
       padding-right: 0;
    }
}
@media(min-width:1201px){
    #header img{
        transform: translateY(20px);
    }
}
@media(max-width:667px){
    #header{
        height: 6vh;
    }
    #header.sp_hide{
        display: flex;
        justify-content: space-between;
    }
    #header .header_menu.width_70per{
    transform: translateY(-9px);
    width: 50%!important;
    padding-right: 110px;
    justify-content: flex-end;
}
}
#tel-form{
    margin: 0 30px;
    padding: 10px 30px;
}
#tel-form a{
    font-size: 1.6rem;
    color: #F4ABA7;
    font-family: "futura-pt","Yu Gothic","游ゴシック","YuGothic","游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif ;
}
#tel-form p{
    font-family: "futura-pt","Yu Gothic","游ゴシック","YuGothic","游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif ;
}
@media(max-width:1426px) and (min-width:1397px){
    #tel-form{
        margin: 0;
    }
}
@media(max-width:833px) and (min-width:668px){
    #tel-form{
        margin: 0;
    }
}
@media(min-width:668px){
    #tel-mark{
        display: none;
    }
}
@media(max-width:667px){
    #tel-form{
        display: none;
    }
    #tel-mark img{
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(2px);
    }
}
.headerContact{
    padding:10px 20px;
    color: #000;
    border: solid 1px #000;
    border-radius: 10px;
    cursor:pointer;
    transition-duration: 0.25s;
}
.headerContact:hover{
    transform: scale(1.05);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    transition-duration: 0.25s;
}
.headerContact a span{
    color: #000;
}
.g-menu-btn{
    transform: translateY(5px);
}
@media(min-width:769px) and (max-width:1394px){
    .g-menu-btn{
        position: fixed;
    }
    #header .header_menu.pd-r_off{
        padding-right: 120px;
    }
}

@media(max-width:667px){
    .g-menu-btn{
    transform: translateY(-5px);
}
}
@media(max-width:807px){
    .headerContact{
        display: none;
    }
}

/*トップページ*/
#main{
    height: 94vh!important;
}
#main-view{
    display: flex;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
#main .main1_box_ori{
    top: 12%;
    right: 4%;
}
#main .main2_box_ori{
    top: 52.5%;
    left:18.5%;
}
#main .main2_box_ori .main_inner_box{
    background-image: url('./Dup/img/main-catchBG.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}
#main .main2_box_ori .main_inner_box h2{
    font-size: calc(1rem + 10px);
    text-align: center;
    padding:50px 65px 65px 65px;
}
#catch-img{
    width: 87%!important;
    height: auto;
}
@media(max-width:1492px){
    #catch-img{
    width: 70%!important;
}
    #main .main2_box_ori{
    top: 57%;
    left:54%;
}
#main .main2_box_ori .main_inner_box h2{
    font-size: 1rem;
    padding:50px;
}
}
@media(max-width:1000px){
    #main .main1_box_ori{
        margin: 20px 0 0 40px ;
    }
    #main .main2_box_ori{
    top: 45%;
}
    main .cms_img1 img{
        content: url("./Dup/img/FV-main-SP1000.jpg");
    }
}
@media(max-width:768px){
    #main .main2_box_ori{
    top: 37.5%;
    left: 55%;
}
    #main .main2_box_ori .main_inner_box h2{
    font-size: calc(1rem + 5px);
    padding:65px;
}
}
@media(max-width:668px){
    #main .main2_box_ori{
        top: 25%;
        left: 55%;
    }
    #main .main2_box_ori .main_inner_box h2{
        font-size: 1rem;
        padding:40px;
    }
    #catch{
        transform: translateY(0)!important;
    }
}
@media(max-width:450px){
    #catch-img {
        width: 100%!important;
    }
        #main .main2_box_ori {
        top: 42%;
        left: 45%;
    }
        #main .main2_box_ori .main_inner_box h2 {
        font-size: 0.8rem;
        padding: 32px;
    }
    #main .cms_img1 img {
        height: 73vh;
    }
}

/*FV-4つのボタン*/
#top-4points{
    width: 100%;
    height: 80px;
    position: absolute;
    top: 765px;
}
#top-4points ul{
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
#top-4points ul a{
    width: 15%;
    height: 70%;
    background-color: #fefefe;
    border-radius: 50px;
    border: solid 3px #59BDED;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 8px 2px rgba(0,0,0,0.3);
    transition-duration: 0.25s;
}
#top-4points ul a:hover{
    transform: scale(1.15);
    transition-duration: 0.25s;
}
#top-4points ul a li p{
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #59BDED;
}
@media(max-width:1500px){
    #top-4points ul a li p{
        font-size: 20px;
        }
}
@media(max-width:1000px){
    #top-4points ul a li p{
        font-size: 16px;
        }    
}
/*Topなびげーしょん*/
#contents{
    display: flex;
}
#contents .box{
    display: block;
    width: 30%;
}

#top-nav{
    width: 100%!important;
    height: 60px;
    margin: 0;
    background-color: #59BDED;
}
#top-nav .d_flex{
    gap: 50px;
}
#top-nav .d_flex li{
    border-left: solid 3px #fff ;
}
#top-nav .d_flex li a{
    font-size: 1.0rem;
    
}
@media(max-width:1500px){
    #main{
    height: 80vh!important;
}
    #top-nav{
    width: 100%;
    margin: 0;
    height: 100px;
}
#top-nav .d_flex{
    gap: 50px;
}
}
@media (max-width:1690px) and (min-width:1081px){
    #top-nav{
        padding:20px 0;
    }
    #top-nav .d_flex{
    gap: 20px;
}
}
@media(max-width:1080px){
    #top-nav .d_flex{
    gap: 20px;
}
}
@media(max-width:768px){
        #main{
    height: 65vh!important;
}
    #top-nav{
        display: none;
    }
}
@media(max-width:667px){
    #main{
    height: 430px!important;
    }
}
#top_cms{
    padding-top: 100px;
}
#top_cms .cms_2-b .box_wrap{
    justify-content: space-around;
}
@media(max-width:667px){
    #top_cms{
    padding-top: 40px;
}
}
/*3つの特徴*/
#contents-wrapper{
    background-color: #f2faff; /*url("./Dup/img/BlueSky.jpg"); */
    padding: 40px 0;
}
#contents img{
    margin: 0 auto;
    width: 75%;
}
#contents-title .contents-title__wrapper{
    content: url("./Dup/img/3features_title.png");
    object-fit: cover;
    height: auto;
    width: 50%;
    max-width: 1400px;
    margin: 0 auto;
    pointer-events: none;
}
@media(max-width:667px){
    #contents-wrapper{
        padding-bottom: 0;
    }

    #contents-title .contents-title__wrapper{
        width: 90%;
    }
    #contents img{
        width: 90%;
        content: url("./Dup/img/3features-sp.png");
        margin: 0 auto;
        padding-top: 15px;
        pointer-events: none;
    }
    #contents.pd_b-50px_sp{
        padding-bottom: 0;
    }
}
/*Topあいさつ文*/
#catch-wrapper{
    width: 100%;
    background-image: url('./Dup/img/greeting-back.png');
    background-size: cover;
    background-repeat: no-repeat;
}
#catch {
    max-width: 1320px;
    min-height: 730px;
    margin: 0 auto;
    padding: 50px;
}
.catch_box{
    padding: 0px 20px 40px 20px;
    background-color: rgba(255,255,255,0.6);
}
#catch .catch_img1,#catch .catch_img2 {
    display: none;
}
#catch .circle{
    shape-outside:circle(50%);
    float:right;
    width: 630px;
    margin: 30px 30px 30px 20px;
}
#catch .circle img{
    display: block;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
    
}
#catch .catch_txt{
    margin: 0;
    padding-left: 30px;
}
#catch .catch_txt h2{
    max-width: 660px;
    text-align: center;
    font-family: kaisei opti, sans-serif;
    font-size: 2.0rem;
    color: #fff;
    border-radius: 20px;
    background-color: #59BDED;
    padding: 20px 10px 15px 20px;
    transform: translateX(-100px);
}
#catch .catch_txt p{
    transform: translateX(-50px);
    margin-top: 75px;
    font-size: 1.4rem;
    color: #333;
}
@media(max-width:1394px){
    #catch .circle{
        display: none;
    }
    #catch-wrapper{
        background-color: #fff;
    }
    #catch{
        padding-top: 55px;
    }
    #catch .catch_box{
        clear: both;
    }
   /* #catch .circle{
        z-index: 100;
        float: none;
        shape-outside:circle(0%);
        margin: 0 auto;
        width: 80%;
    } */
    #catch .catch_txt{
        margin: 0 auto;
        padding: 0 0 40px 0;
    }
    #catch .catch_txt h2{
        transform: translateX(0px);
    }
    #catch .catch_txt p{
        margin-top: 20px;
        transform: translateX(0px);
    }
    #catch .catch_txt h2 br{
        display: none;
    }
}
@media(max-width:768px){
    #top_cms_under{
        height: 5vh;
    }
    #catch .catch_box{
        padding-inline: 0;
    }
}
@media(max-width:1394px) and (min-width:429px){
    #contents .box_item p{
        text-align: center;
    }
}
@media(max-width:667px){
    #catch {
        min-height: 440px;
    }
    #catch .circle{
        width: 90%;
    }
    #catch .catch_txt h2{
        font-size: 1.35rem;
        padding: 10px;
        text-align: center;
    }
    #catch .catch_txt h2 .font_50up{
        font-size: 30px;
    }
     #catch .catch_txt h2 br{
        display: block;
    }
}
@media(max-width:612px){
    #catch{
        padding: 40px 25px;
    }
    #catch .catch_txt{
        padding-bottom: 0;
    }

    #catch .catch_txt p{
        font-size: 1.0rem;
    }
}
@media screen and (max-width:376px){
    #catch .catch_txt h2{
        font-size: 1.25rem;
    }
    #catch .catch_txt h2 .font_50up{
        font-size: 27px;
    }
}
#top_cms{
    background-color: #ffffff;
}
#top_cms .top_cms_wrap.pd_b-150px{
    padding-bottom: 0;
}
@media(max-width:833px) and (min-width:668px){
    #top_cms #cate2 h3{
    font-size: 1.30rem;
}
}
/*Top キャンペーン大バナー*/
#cms-2__campaign{
    max-width: 1080px;
    margin: 0 auto;
}
#cms-2__campaign img{
    width: 100%;
    margin-bottom: 100px;
    transition-duration: 0.3s;
}
#cms-2__campaign img:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
    transition-duration: 0.3s;
}
@media(max-width:1200px){
    #cms-2__campaign{
        width:80%;
    }
}
@media(max-width:667px){
    #cms-2__campaign img{
        margin-bottom: 40px;
    }
}
/*Top cms*/
#top_cms div.more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 52px;
    transition-duration: 0.5s;
    background-color: #fefefe;
    border-radius: 50px;
    border: solid 3px #59BDED;
    box-shadow: 6px 8px 2px rgb(0 0 0 / 30%);
    color: #59BDED ;
    font-size: 1.4rem;
    transition-duration: 0.25s;
}
#top_cms div.more a:hover{
    transform: scale(1.15);
    transition-duration: 0.25s;
}
@media(max-width:667px){
    #top_cms div.more a{
        width: 79.59%;
    }
}
@media(max-width:375px){
    #top_cms div.more a{
        font-size: 1.0rem;
    }
}
#top_cms div.more a::before{
    display: none;
}
#top_cms .cms_title::before{
    display: none;
}
#top_cms .cms_title{
    padding-bottom: 0;
}
#top_cms div section .cms_1-a div{
    justify-content: flex-start;
    padding-bottom: 0;
}
#top_cms div section .cms_1-a div.width_30per{
    width: 100%!important;
    gap: 20px;
    border-bottom: solid 1px #000;
}
#top_cms div section .cms_1-a h3{
    width: 15%;
}
#top_cms div section .cms_1-a p{
    width: 30%;
    -webkit-line-clamp:1;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    overflow: hidden;
}
#top_cms div section .cms_1-a a .cate_box{
    width: 30%;
    transition-duration: 0.25s;
}
#top_cms div section .cms_1-a a .cate_box:hover{
    transform: scale(1.05);
    transition-duration: 0.25s;
}
#top_cms .cms_1-a div.txt_black{
    padding: 20px 0;
}
#top_cms .cms_2-a,#top_cms .cms_2-a div,.cms_2-a swiper-wrapper{
    padding-bottom: 0;
}
#top_cms .cms_1-a a{
    color: #000;
}
#top_cms .cms_title div{
    padding: 20px 0 20px 20px;
}
#top_cms_under{
    background-color:rgba(0,0,0,0.0);
}

@media(max-width:667px){
    #contents .box .box_item:after{
        display: none;
    }
    #top_cms .top_cms_wrap.pd_b-150px{
        padding-bottom: 15px;
    }
    #top_cms .cms_title.mg_b-50px{
        margin-bottom: 20px;
    } 
    #top_cms .cms_1-a{
        margin: 0;
        width:100%!important;
    }
    #top_cms .cms_1-a div{
       width:80%;
       display: block;
    }
    #top_cms div section .cms_1-a a .cate_box{
        margin-bottom: 20px;
    }
    #top_cms div section .cms_1-a h3,#top_cms div section .cms_1-a p{
    width: 90%;
}
    .cms_1-a{
        padding: 0 30px;
    }
    .cms_1-a, .cms_1-a div{
        padding-bottom: 0;
    }
    .cms_1-a a div.txt_black{
        margin-bottom: 40px;
    }
    #top_cms .cms_1-a div{
        width: 80%;
    }
    #catch{
        padding-bottom: 0;
    }
    .catch_txt{
        margin-bottom: 0;
    }
    .top_cms_box {
        margin-bottom: 0;
    }
}
#catch div div{
    background:none;
}
.back_color{
    display: none;
}
section.shop_info.pd_b-150px{
    padding: 60px;
}

section.shop_info a{
    border-bottom:solid 1px #fff;
}
@media(max-width:1000px){
    section.shop_info.pd_b-150px{
        padding: 60px 0;
    }
}
@media(max-width:443px){
    section.shop_info a h2{
    font-size: 1.8rem;
}
}
section.shop_info a div{
    background-color: #F4ABA7;
}
section.shop_info a::before,section.shop_info a::after{
    display: none;
}
#p-top_wrap{
    background-color: #F4ABA7;
}
@media(max-width:768px){
    #top_cms_under{
        display: none;
    }
    section.shop_info{
        display: block;
        padding: 36px 0 40px 0;
        background-color: #fff!important;
        transform: scale(1.07);
    }
    .shop_info.more a{
        margin: 0 auto;
        width: 50%!important;
    }
    .shop_info.more a h2{
        text-align: center;
        font-size: 1.2rem;
    }
    .shop_info .undertop-leterbox h2 {
        position: relative;
        transform: translate(0,0);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #p-top_wrap{
        height: 120px;
    }
}
.back_color{
	background-color: #fff;
}
/*トップ-メニューボタン（サービス一覧）*/
#menu-wrapper{
    background-color: #f2faff;
    padding-top: 30px;
}
#menu_button-sec{
    overflow: hidden;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 40px;
    justify-content: space-around;
    gap: 4%;
    padding-bottom: 80px;
}

#menu_button-sec .menu_title__wrapper{
    content: url("./Dup/img/service-title2.png");
    object-fit: cover;
    height: auto;
    width: 70%;
    max-width: 1400px;
    margin: 0 auto;
    pointer-events: none;
}
#menu_button-sec .menu_title h2{
    padding: 100px 0 0 53px;
}
#theButton{
    width: 20%;
    margin-bottom: 40px;
    overflow: hidden;
}
#theButton figure .theButton__image{
    overflow: hidden;    
    border-radius: 25px 25px 0 0;
}
#theButton figure img{
    object-fit: cover;
    transition-duration: 1.0s;
}
#theButton figure img:hover{
    transform: scale(1.3);
    transition-duration: 2.5s;

}
#theButton figure .top_catename{
    text-align: center;
    background-image:url('./Dup/img/thebutton_center-back.png') ;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fefefe;
    vertical-align: middle;
    padding: 15px 15px 0 15px;
}
#theButton figure .top_catename h3{
    font-size: 1.5rem;
    font-weight: 600;
}
#theButton figure .top_catename span{
    font-size: 1.0rem;
}
#theButton p.priceAndButton{
    transition-duration: 0.25s;
    padding:10px 0 20px 0;
    margin:0 auto;
    overflow: hidden;
}

#theButton p.priceAndButton:hover{
    color: #fff600;
    transform: scale(1.1);
    font-weight: 700;
    padding-bottom: 1;
    transition-duration: 0.25s;
}


#menu_button{
    gap: 5%;
    margin: 40px 0;
}
#menu_button .cms_wrap{
    width: 100%;    
}
#menu_button .cms_wrap .box_wrap{
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20%;
    column-gap: 5%;
}
#menu_button .cms_wrap .button-wrapper{
    width: 20%;
    margin-bottom: 60px;
}
#menu_button-sec .contactPage_links{
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    gap: 5%;
}
#menu_button-sec .contactPage_links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 62px;
    transition-duration: 0.5s;
    background-color: #fefefe;
    border-radius: 50px;
    border: solid 3px #59BDED;
    box-shadow: 6px 8px 2px rgb(0 0 0 / 30%);
    padding: 10px;
    transition-duration: 0.25s;
}
#menu_button-sec .contactPage_links a:hover{
    transform: scale(1.15);
    transition-duration: 0.25s;
}
#menu_button-sec .contactPage_links a h3{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: normal;
    padding: 15px 30px;
    color: #59BDED;
}
#menu_button-sec .contactPage_links .priceAndButton h4{
    font-size: 1.4rem;
    font-weight: 700;
    color: #59BDED;
    background-color: #fff;
}
@media(max-width:1000px){
        #menu_button-sec .menu_title__wrapper{
        width: 50%;
    }
    #theButton{
        width: 47%;
    }
    #menu_button{
        justify-content: center;
    }
    #theButton .priceAndButton h3::after{
        transform: translateX(-240px);
    }
}
@media(max-width:667px){
            #menu_button-sec .menu_title__wrapper{
        width: 90%;
    }
    #menu_button-sec{
        padding-top: 0;
        padding-bottom: 40px;
    }
    #menu_button-sec .contactPage_links{
        display: block;
    }
    #menu_button-sec .contactPage_links a{
        margin: 20px auto;
        width: 95%;
    }
    #menu_button{
        margin: 0;
    }
}
@media(max-width:581px){
    #menu_button {
        padding-top: 40px;
        justify-content: space-between;
    }
    #theButton figure .top_catename, #theButton .priceAndButton h3, #theButton .priceAndButton h4{
        font-size:0.95rem;
        font-family: "Noto Sans JP", sans-serif !important;
        font-weight: 700;
    }
    #theButton .priceAndButton h3{
        margin: 0 0 25px 0;
        font-weight: 700;
    }
    #theButton figure .top_catename span{
        font-size: 0.7rem;
    }
}
@media(max-width:375px){
        #theButton .priceAndButton h4{
        font-size:1.0rem;
        font-family:  "Noto Sans JP", sans-serif !important;
    }
    #menu_button-sec .contactPage_links a h3{
        font-size: 1.0rem;
    }
    #theButton .priceAndButton {
        font-size: 1.0rem;
    }
    
    
}
/*キャンペーンポップ　ぴょこっ!と出てくるやつ*/
#popup{
    width: 356px;
    height:72px;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    right: 10px;
    bottom: 100px;
    padding: 8px;
    z-index: 998;
    transition-duration: 0.5s;
}
#popup:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
}
#popup .CpMessage_wrap,#popup h3.pc_hide{
        display: none;
    }
@media(max-width:667px){
    #popup{
    width: 88%;
    height:70px;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    bottom: 80px;
    left: 9px;
    padding: 10px;
    z-index: 98;
    }
    #popup .CpMessage_wrap{
        display: flex;
        justify-content: center;
    }
}
@media(max-width:667px) and (min-width:420px){
    #popup{
        display: flex;
        justify-content: center;
        align-items: center;
        height:126px;
    }
}
/*キャンペーンボタン　閉じるボタン*/
#popup_closeButton{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fefefe;
    position: fixed;
    top: -25px;
    right: -8px;
    z-index: 1001;
}
#popup_closeButton span{
    width: 8px;
    height: 2px;
    background-color: #333;
    z-index: 1002;
}
#popup_closeButton span::before,#popup_closeButton span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 30px;
    background-color:#333;
}
#popup_closeButton span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
#popup_closeButton span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
/*キャンペーンポップ animation*/
.popup{
    transform:translateY(800px);
    -webkit-transform:translateY(800px) ;
    opacity: 0;
    transition-duration: 1.0s;
    animation-timing-function:ease;
}
.popup.fadein{
    transform: translateY(0);
    -webkit-transform:translateY(0);
    opacity: 1;
    transition-duration: 1.0s;
    animation-timing-function:ease;
}
/*お知らせ、サービス一覧*/
#cms_1-a h3.staff-name{
    font-size: 1.4rem;
    margin-top: 20px;
}
#cms_1-a h3.staff-hiragana{
    margin-bottom: 20px;
}
#cms_1-a div .cate_box figure {
    width:100%;
    height:300px;
    justify-content: flex-start;
    margin-bottom: 40px;
}
#cms_1-a div .cate_box figure img{
    padding: 50px;
    width: 100%;
    height: auto;
}
#cms_1-a h3.cate_title{
    background-color: #F4ABA7;
    color: #fefefe;
}
#cms_1-a a{
    text-decoration: underline;
    color: #000;
}
#cms_1-a .cate_box{
    margin-bottom: 0!important;
}
#cms_1-a .cate_box p.box_txt1{
    margin-top: 30px;
}
#cms_1-a #cate0 .cate_box .second_f-box figure{
    width: 80%!important;
    height: 472px;
}
#cms_1-a .second_f-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}
#cms_1-a div .cate_box .second_f-box figure img{
    padding: 0;
}
@media(max-width:1140px){
    #cms_1-a .second_f-box{
        justify-content: space-between;
    }
    #cms_1-a #cate0 .cate_box .second_f-box div{
    padding-right: 0;
}
}
@media(max-width:876px){
    #cms_1-a .second_f-box{
    display: block;
}
#cms_1-a #cate0 .cate_box .second_f-box figure{
    width:100%!important;
}
}
@media(max-width:500px){
    #cms_1-a #cate0 .cate_box .second_f-box figure{
        height: 250px;
    }
}
#cms_1-a div .cate_box figure{
    width: 60%!important;
    height: 500px;
    margin: 0;
}
#cms_1-a div .cate_box figure img{
    object-fit: cover;
}
.width_55per{
    width:120%!important;
}
@media(max-width:450px){
    #cms_1-a div .cate_box figure{
        height: 300px;
        margin: 20px 0;
    }
}
main.page4 #cms_5-a ul{
    flex-wrap: wrap;
}
main.page4 #cms_5-a ul li{
    width: 200px!important;
    height: 50px!important;
    margin: 20px;
}
main.page4 #cms_5-a ul li a{
    font-weight: 600;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1.5px 1.5px 2px rgba(0,0,0,0.5);
    }
@media(max-width:876px){
    main.page2 #cms_1-a ul li{
        margin-bottom:  20px;
    }
}
@media(max-width:667px){
    main.page4 #cms_5-a ul{
    display:none;
    }
    .pager li:not(.prev):not(.next){
    display: block;
    }
    .page2 .content_wrap{
        padding: 40px 0;
    }
}
/*お知らせ―対応エリア*/
@media(min-width:1201px){
    main.page2 #cate0 figure a img{
        max-height: 472px;
        object-fit: contain;
    }
}
/*キャンペーン*/
main.page3 #cms_2-a .cate_box{
    border-bottom: solid 1px #333;
}
/*サービス一覧*/
#cms_1-a ul{
    justify-content: space-around;
    height: auto;
}
#cms_1-a ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px auto;
    height: 50px;
    width: 200px!important;
    box-shadow: 1.5px 1.5px 3px rgba(0,0,0,0.3);
}
#cms_1-a ul li a{
    font-weight: 600;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
#cms_1-a ul li a:hover{
    background-color: #fefefe;
    transform: scale(1.2);
    transition-duration: 0.25s;
    box-shadow: 1.5px 1.5px 3px rgba(0,0,0,0.3);
}
@media(max-width:528px){
    #cms_1-a ul{
    gap: 20px;
}
#cms_1-a ul li{
    margin: 0!important;
}
}
@media(max-width:667px){
  #cms_5-a .cate figure{
        height: 300px;
        width: auto;
    }
}
#cms_5-a .content-name__label{
    width: 210px;
    padding: 20px;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
#cms_5-a th.content-name__label{
    background-color: #efefef;
}
main.page4 .cate h3{
    background-color: #F4ABA7;
    color: #fefefe;
}
@media(max-width:667px){
    .page4 .content_wrap{
        padding-inline: 0;
    }
    #cms_5-a.cms_wrap{
        width: 100%;
        margin: 0;
    }
    #cms_5-a .cate_wrap .box_wrap.pd_10px{
        padding: 0;
    }
    #cms_5-a .content-name__label{
        padding: 8px;
    }
    #cms_5-a table th,#cms_5-a table td{
        font-size: 0.7rem;
    }
}
@media(min-width1148px){
    .page4 .content_wrap,#cms_5-a{
        padding:50px 0 50px 0;
        margin: 0;
        width: 100%;
    }
    .page4 table{
        width: 100%;
    }
}
/*下層サービス一覧*/
@media(max-width:667px){
    .page4 #cms_3-h.cms_wrap{
    width: 95%;
    margin: 0 auto;
}
}
.page4 #cms_3-h .cate_title{
    font-family: "Noto Sans JP", sans-serif;
}
.page4 #cms_3-h .cate_box:first-child{
    box-sizing: content-box;
    background-color: #59BDED;
    border: solid 1px #000;
}
.page4 #cms_3-h .cate_box:first-child .box_item h4,.page4 #cms_3-h .cate_box:first-child div{
    color: #fefefe;
}
.page4 #cms_3-h .box_item{
    border-top: solid 1px #000;
}
.page4 #cms_3-h .box_item h4{
    border-left: solid 1px #000;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
}
@media(min-width:668px){
    .page4 #cms_3-h .box_item h4 br{
        display: none;
    }
}
.page4 #cms_3-h .box_item div{
    vertical-align: middle;
}
.page4 #cms_3-h .box_item .box_txt3 {
    border-right: solid 1px #000;
    
}
#cms_3-h .cate_box:first-of-type .box_item h4, #cms_3-h .cate_box:first-of-type .box_item div, .cms_3-h .cate_box:first-of-type .box_item h4, .cms_3-h .cate_box:first-of-type .box_item div {
    border-block: solid 1px #000;
}
@media(max-width:667px){
    .page4 #cms_3-h .box_item .box_txt3{
        font-size: 10px;
    }
}
@media(max-width:622px){
    .page4 #cms_3-h .box_item h4{
        min-width: 74px;
    }
    #cms_3-h .box_item div, .cms_3-h .box_item div{
        min-width: 62px;
    }
}
/*下層一般*/
#page_title:after{
    display: none;
}
@media(max-width:667px){
    .page4 #cms_3-h ul.cate_list{
        display: none;
    }

}
#page_title p span{
    font-family: 'Kosugi Maru', sans-serif;
}
/*お客様の声*/
main.page5 .cate h3{
    color: #333;
    font-weight: 700;
    font-size: 1.4rem;
}
main.page5 .cate h3.cate_title{
    font-size: 1.8rem;
}
main.page5 .cate h3.border_color3{
    border-color: #59BDED;
}
main.page5 #cate0 .box_item div h3{
    font-weight: 600;
    font-family: "futura-pt","Yu Gothic","游ゴシック","YuGothic","游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif ;
}
@media(max-width:667px){
    .page5 #cms_2-b .cate_wrap.mg_b-100px{
        margin-bottom: 0;
    }
    main.page5 .cate h3{
        font-size: 1.2rem;
    }
    main.page5 .cate h3.cate_title{
        font-size: 1.4rem;
}
}
#cms_2-b{
    margin-top: 50px;
}
#cms_2-b ul {
    display: none;
}
.page5 .cate_box.border_color1{
    border-color: #59BDED;
}
@media(max-width:667px){
    .page5 #cms_2-b .mg_b-100px_tb{
        margin-bottom: 0;
    }
}
/*よくあるご質問*/
.page6 .cate h3.bg_color5{
    background-color: #F4ABA7;
}
#cms_5-f .cate_box .open_bt .arrow::before {
    top: 48%;
    left: 15px;
    transform: rotate(180deg);
    transition: all 0.5s;
}
#cms_5-f .cate_box .open_bt .arrow::after {
    top: 48%;
    left: 15px;
    transform: rotate(-90deg);
    transition: all 0.5s;
}
#cms_5-f .cate_box .open_bt .box_title1::before, .cms_5-f .cate_box .open_bt .box_title1::before{
    display: none;
}
#cms_5-f .cate_box .box_txt1, .cms_5-f .cate_box .box_txt1{
    background-color: rgba(221, 221, 221, 0.0)!important;
}
.page6 #cms_5-f h3,.page6 #cms_5-f p{
    font-family: 'Kosugi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page6 #cms_5-f .box_item p.pd_20px{
    padding: 0 0 0 55px ;
}
#cms_5-f .cate:before, .cms_5-f .cate:before{
    background-color: #59BDED;
}

/*フッター*/
footer{
    background-color: #fff;
}
#idFooter_wrap{
    width: 100%;
    background-color:rgba(255,255,255,1);
}
#footer .logo{
    transform: translateY(-60px);
}
@media(max-width:668px){
    #footer .logo{
    transform: translateY(0);
}
}
@media(max-width:450px){
    #idFooter_wrap .f_info.mg_b-50px{
        margin-bottom: 20px;
    }
}
#footer .f_info_wrap{
    width: 100%;
}
#footer .entry a::before,#footer .entry a::after{
    display: none;
}
#footer .txt_white{
    color:#000;
}
#footer .sns_link.border_color2{
    border-color: #000;
}
#footer .f_info .entry.d_flex{
    justify-content: space-between;
}
#footer .entry a{
    border: solid 1px #000;
    width: 47%;
}
@media(max-width:1000px){
    #footer{
        padding-bottom: 200px;
    }
}
/*フッター上バナー*/
#banner-area{
    border-bottom: solid 1px #000;
}
#banner-area a{
    transition-duration: 0.2s;
}
#banner-area a:hover{
    transform: scale(1.02);
    transition-duration: 0.4s;
      box-shadow: 9px 9px 20px rgba(255,255,255,0.4);
}
/*フッターロゴ*/
@media(max-width:667px){
#footer .f_info_wrap .logo a{
    display: flex;
    justify-content: center;
}
}
/*下層ページコンテンツ背景*/
.content_wrap{
    background-color: rgba(254,254,254,0.9);
}
#page_title{
    margin-bottom: 0;
    border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  height: 420px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
#page_title:before{
    display: none;
}
/*会社概要*/
main.page7 .box .box_item h3{
    color: #333;
}
@media(max-width:768px){
    .page7 .box .box_item:first-child,main.page7 .box .box_item{
    padding-left: 0;
}
}
/*お問い合わせ*/
.page8 .content_wrap{
    padding-bottom: 10px;
}
#tel_contact.mg_b-100px{
    margin-bottom: 0;
}
@media(max-width:667px){
    .tel a.font_4up_sp{
    font-size:calc(1rem + 2px);
}
}
@media(max-width:380px){
    #emergency .tel a.font_4up_sp{
    font-size:1.0rem;
    }
}
@media(max-width:344px){
    .tel a.font_4up_sp{
    font-size:1.0rem;
}
}
/*プライバシーポリシー*/
main.page9 .top_txt {
    color: #333;
}
/*サイトマップ*/
main.page10 section.content_wrap{
    margin-top: 40px;
}
/*SNSリンク*/
#main .sns_link li{                 /*トップページSNSリンク*/
    background-color: rgba(255,255,255,0.35);
}
#page_title .sns_link li {          /*下層ページSNSリンク*/
    background-color: rgba(255,255,255,0.35);
}
@media(max-width:5000px){
.page2 #page_title .sns_link,.page3 #page_title .sns_link,.page4 #page_title .sns_link,.page5 #page_title .sns_link,.page6 #page_title .sns_link,.page7 #page_title .sns_link,.page8 #page_title .sns_link,.page9 #page_title .sns_link,.page10 #page_title .sns_link
{
    top: 40%;
    right: 10px;
}
}
@media(max-width:667px){
.page2 #page_title .sns_link,.page3 #page_title .sns_link,.page4 #page_title .sns_link,.page5 #page_title .sns_link,.page6 #page_title .sns_link,.page7 #page_title .sns_link,.page8 #page_title .sns_link,.page9 #page_title .sns_link,.page10 #page_title .sns_link
{
    top: 100px;
    right: 100px;
}
#page_title .sns_link{
    max-width: 150px;
}
}
/*右下ラインで問い合わせボタン*/
#contact_button{
    display: flex;
    justify-content: flex-end;
    position: fixed;
    bottom: 10px; 
    right: 10px;
    z-index: 999;
}
#contact_button .tel_btn{
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    height: 66px;
    background-color: #fefefe;
    border:solid 3px #2ba938;
}
#contact_button .tel_btn p{
    color: #2ba938;
    font-size: 1.2rem;
    font-weight: 600;
    font-family:"futura-pt","Yu Gothic","游ゴシック","YuGothic","游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif  ;
}
#contact_button .tel_btn p.line_eigyo{
    font-size: 0.6rem;
    margin-right: 20px;
}
#contact_button .tel_btn img{
    width: 63px;
    height: 63px;
    margin:0 15px 0 3px;
}
#contact_button .tel_btn p br{
    display: none;
}
#contact_button .tel_btn p.eigyo365{
    font-size: 0.6rem;
}
@media(max-width:450px){
    #contact_button .tel_btn{
        width:85%;
        padding: 0;
        margin: 0 0 0 40px;
    }
    #contact_button .tel_btn p{
        font-size: 0.8rem;
    }
    #contact_button .tel_btn p.line_eigyo{
    font-size: 0.4rem;
    margin-right: 20px;
    white-space: nowrap;
    }
    #lineInfo{
        display: flex;
        width: 240px;
    }
    #contact_button .tel_btn img.eigyo365img{
    display: block;
    width:100px;
    height: 36px;
    transform: translateX(-10px);
    }
    #contact_button .tel_btn p.eigyo365 span{
    display: none;
    }
}
@media(max-width:417px){
    #contact_button{
    transform: translateY(200px) scale(0.90);
     -webkit-transform: translateY(200px) scale(0.90) ;
    position: fixed;
    bottom: 4px; 
    right: 0;
    transition-duration: 0.5s;
    }
    #contact_button.visible{
        transform: translateY(0) scale(0.90);
        -webkit-transform: translateY(0) scale(0.90) ;
        transition-duration: 0.5s;
    }
}
@media(max-width:385px){
     #contact_button{
        transform: translateX(18px) scale(0.9);
    }
}
@media(max-width:360px){
    #contact_button{
        transform: translateX(30px) scale(0.8);
    }
    #contact_button p.line_de{
       font-size: 0.8rem;
    }
    #contact_button .tel_btn p br{
        display: none;
    }
    #contact_button .tel_btn{
        height: 80px;
        margin-right: 10px;
    }
}
@media(max-width:345px){
     #contact_button{
        transform: translateX(40px) scale(0.8);
    }
}
@media(max-width:330px){
    #contact_button{
        transform: translateX(50px) scale(0.8);
    }
}
#emergency{
    margin-top: 50px;
}
/*トップへ戻るボタン（丸い方）*/
#p-top_button{
    cursor: pointer;
}
#contact_button a.p-top_button-link{
    scroll-behavior: smooth;
}
@media(max-width:450px){
    #contact_button a.p-top_button-link{
        width: 72px;
        transform: translateX(-6px);
    }
}
/*グローバルメニュー*/
.g-menu{
    background-color: #fefefe;
    z-index: 103!important;
}
.g-menu-btn.active:after{
    border-color: #333;
}
.g-menu-btn.active .dot span{
    background: #333;
}
.g-menu .menu-content p,.g-menu .menu-content a{
    color: #333;
}
.g-menu .sns_link.border_color2{
    border-color:#333 ;
}

/*調整汎用*/
@media(max-width:667px){
.font-12px{
    font-size: 12px;
}
}
.en_font,.cate_title,ul.cate_list li a,#menu-wrapper .contactPage_links a, .page5 .box_title1,.page4 .cate_box:first-child .box_title,.page4 .cate_box:first-child .txt_black{
    font-family: 'Kosugi Maru', sans-serif!important;
}
