@charset "UTF-8";

/*
Theme Name: howhy-theme
URI: https://howhy.co.jp/
Description: WordPress 7.0
Version: 1
Author: howhy
URI: https://howhy.co.jp/
*/

/*スマホ表示*/

/*共通設定*/

*{box-sizing: border-box;}
html {
	font-size: 16px;
	line-height: 1.5;
	scroll-behavior: smooth;
	font-family:sans-serif;
    color: #333333;
}
body{
    background: #f9f7f0;
}
a{
    display: block;
    color: #333333;
    
}
/* 大枠の余白 */
section{
    padding: 0 0 20% 0;
}
.container{
    width: 90%;
    margin: 0 auto;
}

/*見出し系*/
h2{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10%;
}
h2 span{
    display: block;
    font-weight: normal;
    font-size: 0.4em;
}


/* テキスト系 */
section p{
    font-size: 0.9em;
    text-align: center;
    line-height: 1.8;
}

/* ボタン */
.bnt_common{
    width: 150px;
    margin: 10% auto 0 auto;
}
.bnt_common a{
    padding: 5px;
    color: #ffffff;
    background: #C6B8B8;
    text-align: center;
    border-radius: 5px;
    font-size: 1em;
}
.bnt_common a img{
    display: inline-block;
    width: 17px;
    margin: 0 0 6px 10px;
}

@media screen and (min-width: 768px) {
    
    /* 大枠の余白 */
    section{
        padding: 0 0 8% 0;
    }
    .container{
        /*width: 90%;*/
        /*margin: 0 auto;*/
    }
    
    /*見出し系*/
    h2{
        font-size: 2.8em;
        margin-bottom: 8%;
    }
    h2 span{
        font-size: 0.3em;
    }
  
    
    /* ボタン */
    .bnt_common{
        margin: 5% auto 0 auto;
    }
    .bnt_common a{
        font-size: 16px;
    }
    
    /* 改行 */
    .brpc{
        display: none;
    }
    
}
@media screen and (min-width: 1025px) {
    .container{
        max-width: 1025px;
        margin: 0 auto;
    }
    
      /* テキスト系 */
    section p{
        font-size: 1.25em;
        line-height: 1.8;
    }
}
@media screen and (min-width: 1360px) {
    .container{
        max-width: 1360px;
        margin: 0 auto;
    }

}


/*-----------------
　　header
------------------*/

.common_container{
    /*header・footer共通*/
    width: 100vw;
    padding: 10px;
}

.header{
    position: fixed;
    width: 100vw;
    height: 80px;
    background-color: rgb(255 255 255 / 50%);
    box-shadow: 0px 18px 10px -15px #dddddd;
    z-index: 9999;
    overflow: hidden;
}
.header img{
    width: 130px;
}

@media screen and (min-width: 768px) {
    
    /*header*/
    
    .header{
        position: fixed;
        min-width: 768px;
        height: 80px;
        background-color: rgb(255 255 255 / 40%);
    }
    .header .common_container{
        display: flex;
         justify-content: space-between ;
        padding: 0;
    }
    .header .common_container img{
        padding: 10px 0 0 10px;
    }
    .header .pc_nav{
        width: 70%;
    }
    .header .pc_nav ul{
        display: flex;
        
    }
    .header .pc_nav ul li{
        width: 25%;
    }
    .header .pc_nav ul li a{
        padding: 25px;
        height: 80px;
        font-weight: bold;
        text-align: center;
        font-size: 1.125em;
    }
    .header .pc_nav ul li a span{
        display: block;
        font-weight: normal;
        font-size: 0.7em;
    }
    .header .pc_nav ul li.pcnav_last a{
        color: #ffffff;
        background: #C6B8B8;
    }
}

@media screen and (min-width: 1025px) {
    .common_container{
        /*header・footer共通*/
        max-width: 1500px;
        margin: 0 auto;
    }
    .header .pc_nav{
        width: 60%;
    }
}


/*-----------------
　　main visual
------------------*/

.main_visual{
    background-image: url(images/AdobeStock_709749478.jpeg);
    background-repeat: no-repeat;
     background-position: center;
    background-size: cover;
    height: 100vh;
    margin-bottom: 20%;
}

.main_visual .topmain_copy{
    padding: 60vh 0 0 10px;
    font-weight: bold;
    color: #E8E8E8;
    line-height: 1.2;
}
.main_visual .topmain_copy .m_copy01{
    font-size: 2.8em; 
}
.main_visual .topmain_copy .m_copy02{
    font-size: 4em; 
}

@media screen and (min-width: 768px) {
    .main_visual{
        margin-bottom: 8%;
    }
    .main_visual .topmain_copy .m_copy01{
        font-size: 4.2em; 
    }
    .main_visual .topmain_copy .m_copy02{
        font-size: 6em; 
    }
}
@media screen and (min-width: 1025px) {
    .main_visual .topmain_copy .m_copy01{
        font-size: 7em; 
    }
    .main_visual .topmain_copy .m_copy02{
        font-size: 10em; 
    }
    
}

/*-----------------
　　top_about
------------------*/

.top_about h3{
    margin-bottom: 10%;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .top_about h3{
        margin-bottom: 5%;
        font-size: 2em;
    }
}
@media screen and (min-width: 1025px) {
    .top_about h3{
        margin-bottom: 2%;
        font-size: 2.5em;
    }
}

/*-----------------
　　top_shoplist
------------------*/
.top_shoplist{}

.top_shoplist ul{
    display: flex;
    flex-wrap: wrap;
}
.top_shoplist ul li{
    width: 49%;
    margin-right: 1%;
    margin-bottom: 2%;
    text-align: center;
    font-size: .8em;
}
.top_shoplist ul li a{
    padding: 10% 0;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(250,87,147,1) 0%, rgba(255,191,48,1) 50%, rgba(255,77,48,1) 100%);
    background-size: 200% 100%;
    border: none;
}
.top_shoplist ul li:nth-of-type(2n){
    margin-right: 0;
}
.top_shoplist ul li a:hover{
    background-position: 100% 0;
}

@media screen and (min-width: 768px) {
    .top_shoplist ul li{
        width: 32%;
        /*margin-right: 1%;*/
        /*margin-bottom: 2%;*/
        /*text-align: center;*/
        /*font-size: .8em;*/
    }
    .top_shoplist ul li:nth-of-type(2n){
        margin-right: 1%;
    }
    .top_shoplist ul li:nth-of-type(3n){
        margin-right: 0;
    }
}
@media screen and (min-width: 1025px) {
    .top_shoplist ul li{
        /*width: 32%;*/
        margin-right: 2%;
        /*margin-bottom: 2%;*/
        /*text-align: center;*/
        font-size: 1.1em;
    }
    .top_shoplist ul li a{
        padding: 8% 0;
        /*font-weight: bold;*/
        /*color: #F4B5B5;*/
        /*border: 2px solid #F4B5B5;*/
        /*border-radius: 5px;*/
    }
    .top_shoplist ul li:nth-of-type(2n){
        margin-right: 2%;
    }
    .top_shoplist ul li:nth-of-type(3n){
        margin-right: 0;
    }

}

/*-----------------
　　top_Service
------------------*/
.top_service{}

/*共通設定*/

.top_service .service_box{
    margin: 10% 0 0 0;
}
.top_service .sbox_common{
    padding: 0 0 60% 0;
}
.top_service .sbox_common img.s_image{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.top_service .sbox_common .s_textbox{
    width: 100%;
    padding: 5%;
    background:rgb(255 255 255 / 70%);
    border-radius: 10px; 
}
.top_service .sbox_common .s_textbox h3{
    margin:0 0 3% 0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
.top_service .sbox_common .s_textbox p.s_txt{
    text-align: justify;
}
.top_service .sbox_common .s_textbox .bnt_common{
    margin: 3% auto 0 auto;
}

/*position設定*/
.top_service .service01, .top_service .service03, .top_service .service02{
    position: relative;
    z-index: 999;
}
.top_service .service01 .s_textbox, .top_service .service03 .s_textbox{
    position: absolute;
    top: 50%;
}
.top_service .service02 .s_textbox{
    position: absolute;
    top: 50%;
}

@media screen and (min-width: 768px) {
    .top_service{}

    /*共通設定*/

    .top_service .service_box{
        margin: 8% 0 0 0;
    }
    .top_service .sbox_common{
        padding: 0 0 0 0;
    }
    .top_service .sbox_common img.s_image{
        /*display: block;*/
        width: 60%;
        margin: 0;
    }
    .top_service .service02 img.s_image{
        margin: 0 0 0 40%;
    }
    .top_service .sbox_common .s_textbox{
        width: 50%;
        padding: 5%;
        /*background:rgb(255 255 255 / 70%);*/
        /*border-radius: 10px; */
    }
    .top_service .sbox_common .s_textbox h3{
        margin:0 0 10px 0;
        /*font-size: 1.5em;*/
        /*font-weight: bold;*/
        text-align: left;
    }
    .top_service .sbox_common .s_textbox p.s_txt{
        /*text-align: justify;*/
    }
    .top_service .sbox_common .s_textbox .bnt_common{
        margin: 10px 0 0 0;
    }
    
    /*position設定*/
    .top_service .service01, .top_service .service03, .top_service .service02{
        /*position: relative;*/
        /*z-index: 999;*/
    }
    .top_service .service01 .s_textbox, .top_service .service03 .s_textbox{
        /*position: absolute;*/
        top: 16%;
        right: 0;
    }
    .top_service .service02 .s_textbox{
        /*position: absolute;*/
        top: 16%;
        left: 0;
    }
    
}
@media screen and (min-width: 1025px) {
    /*共通設定*/

    .top_service .service_box{
        margin: 8% 0 0 0;
    }
    .top_service .sbox_common{
        padding: 0 0 0 0;
    }
    .top_service .sbox_common img.s_image{
        max-width: 700px;
        /*margin: 0;*/
    }
    .top_service .service02 img.s_image{
        margin: 0 0 0 40%;
    }
    .top_service .sbox_common .s_textbox{
        max-width: 800px;
        padding: 40px;
        /*background:rgb(255 255 255 / 70%);*/
        /*border-radius: 10px; */
    }
    .top_service .sbox_common .s_textbox h3{
        margin:0 0 10px 0;
        /*font-size: 1.5em;*/
        /*font-weight: bold;*/
        text-align: left;
    }
    .top_service .sbox_common .s_textbox p.s_txt{
        /*text-align: justify;*/
    }
    .top_service .sbox_common .s_textbox .bnt_common{
        margin: 10px 0 0 0;
    }
    
    /*position設定*/
    .top_service .service01, .top_service .service03, .top_service .service02{
        /*position: relative;*/
        /*z-index: 999;*/
    }
    .top_service .service01 .s_textbox, .top_service .service03 .s_textbox{
        /*position: absolute;*/
        top: 27%;
        right: 5%;
    }
    .top_service .service02 .s_textbox{
        /*position: absolute;*/
        top: 27%;
        left: 5%;
    }
}


/*-----------------
　　top_news
------------------*/
.top_news{}

.top_news ul{}

.top_news ul li{
    font-size: 0.9em;
     border-bottom: 1px solid #333333;
}
.top_news ul li:first-child{
    border-top: 1px solid #333333;
}
.top_news ul li a{
    padding: 5% 0 5% 10px;
    position: relative;
}
.top_news ul li a .day{
    padding: 0 0 2% 0;
}


.top_news ul li a::after{
    content:url('images/news_arrow.svg') ;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
}

@media screen and (min-width: 768px) {
    
    .top_news ul li{
        
    }
    .top_news ul li .text{
        width: 80%;
    }
    .top_news ul li a{
        display: flex;
        width: 100%;
        padding: 3% 0 2% 10px;
    }
    .top_news ul li a .day{
        width: 20%;
        padding: 0 0 1% 0;
    }
    .top_news ul li a::after{
        top: 30%;
    }
}
@media screen and (min-width: 1025px) {
    .top_news ul li{
        font-size: 1.25em;
    }
    .top_news ul li a::after{
        top: 40%;
    }
    .top_news ul li a .day{
        width: 10%;
        padding: 0 0 1% 0;
    }
    
}

/*-----------------
　　recruit
------------------*/
.top_recruit{
    background: url(images/recruit_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 0 0 30% 0;
}

.top_recruit h2{
    padding: 40px 0 0 0;
    color: #ffffff;
}
.top_recruit h3{
    padding: 0 0 20px 0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.top_recruit .rec_txt{
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .top_recruit{
        background: url(images/recruit_bg_pc.jpg);
        /*background-repeat: no-repeat;*/
        background-size: cover;
        background-position:70%;
        padding: 0 0 70px 0;
    }

    .top_recruit h2{
        text-align: left;
        padding: 70px 0 0 0;
        /*color: #ffffff;*/
    }
    .top_recruit h3{
        padding: 0 0 20px 0;
        font-size: 1.5em;
        /*font-weight: bold;*/
        text-align: left;
        /*color: #ffffff;*/
    }
    .top_recruit .rec_txt{
        text-align: left;
        /*color: #ffffff;*/
    }
    .top_recruit .bnt_common{
        margin: 20px 0 0 0;
    }
}
@media screen and (min-width: 1025px) {
    .top_recruit{
        background: url(images/recruit_bg_pc.jpg);
        /*background-repeat: no-repeat;*/
        background-size: cover;
        background-position: center center;
        padding: 0 0 140px 0;
        width: 100%;
        max-height: 680px;
    }
    .top_recruit .container{
        padding: 0 0 0 5%;
    }
    .top_recruit h2{
        /*text-align: left;*/
        padding: 140px 0 0 0;
        /*color: #ffffff;*/
        margin: 0 0 40px 0;
    }
}

/*-----------------
　　footer
------------------*/
.footer{
    background: #A39999;
    color: #ffffff;
    padding: 100px 0;
}
.footer .common_container{
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.footer img{
    width: 200px;
    margin-bottom: 40px;
}
/*共通*/
.footer ul{
   font-size: .8em;
}
.footer ul li{
    padding: 0 10px 0 0;
}
.footer ul li a{
    color: #ffffff;
}
.footer .f_box01{
    margin: 0 0 40px 0;
}

/*リスト01*/
.footer ul.f_list01{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
}
.footer ul.f_list01 li{
    width: 90px;
    position: relative;
}
.footer ul.f_list01 li a::after{
    content: "|";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 8px;
}

/*リスト02*/
.footer ul.f_list02{
    margin: 10px 0;
}
.footer ul.f_list02 li{}
.footer ul.f_list02 li a{
    padding: 0 10px 0 0;
}

/*ボタン*/
.footer .bnt_common{
   margin: 20px 0 80px 0; 
}
/*コピーライト*/
.footer #cp{
    width: 90%;
    margin: 0 auto;
    font-size: .7em;
}

@media screen and (min-width: 768px) {

    .footer{
        /*background: #A39999;*/
        /*color: #ffffff;*/
        /*padding: 100px 0;*/
    }
    .footer .common_container{
        /*line-height: 1.8;*/
        /*width: 90%;*/
        /*margin: 0 auto;*/
        /*padding: 0;*/
    }
    .footer img{
        /*width: 200px;*/
        /*margin-bottom: 40px;*/
    }
    /*共通*/
    .footer ul{
       /*font-size: .8em;*/
    }
    .footer ul li{
        padding: 0 10px 0 0;
    }
    .footer ul li a{
        /*color: #ffffff;*/
    }
    .footer .f_box01{
        margin: 0 0 40px 0;
    }

    /*リスト01*/
    .footer ul.f_list01{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 10px 0;
    }
    .footer ul.f_list01 li{
        width: 90px;
        position: relative;
    }
    .footer ul.f_list01 li a::after{
        content: "|";
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        right: 8px;
    }

    /*リスト02*/
    .footer ul.f_list02{
        display: flex;
        flex-wrap: wrap; 
        margin: 10px 0;
    }
    .footer ul.f_list02 li{
        position: relative;
    }
    
    .footer ul.f_list02 li a{
        padding: 0 18px 0 0;
        margin: 0 10px 0 0;
    }
    .footer ul.f_list02 li a::after{
        content: "|";
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        right: 6px;
    }
    
    /*ボタン*/
    .footer .bnt_common{
       margin: 20px 0 40px 0; 
    }
    /*コピーライト*/
    .footer #cp{
        width: 90%;
        margin: 0 auto;
        font-size: .7em;
    }

}

@media screen and (min-width: 1025px) {
    .footer{
        padding: 120px 0;
    }
    .footer .common_container{
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap; 
    }
    
    
    /*共通*/
    .footer ul{
       font-size: .9em;
    }
    .footer ul li{
        /*padding: 0 10px 0 0;*/
    }
    .footer ul li a{
        /*color: #ffffff;*/
    }
    .footer .f_box01{
        padding: 0 80px 0 0;
        margin: 0 80px 0 0;
        border-right: 1px solid #ffffff;
    }

    /*リスト01*/
    .footer ul.f_list01{
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*margin: 0 0 10px 0;*/
    }
    .footer ul.f_list01 li{
        /*width: 90px;*/
        /*position: relative;*/
    }
    .footer ul.f_list01 li a::after{
        /*content: "|";*/
        /*width: 15px;*/
        /*height: 15px;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 8px;*/
    }
    
    
    /*リスト02*/
    .footer ul.f_list02{
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*margin: 10px 0;*/
    }
    .footer ul.f_list02 li{
        /*position: relative;*/
    }
    
    .footer ul.f_list02 li a{
        /*padding: 0 18px 0 0;*/
        /*margin: 0 10px 0 0;*/
    }
    .footer ul.f_list02 li a::after{
        /*content: "|";*/
        /*width: 15px;*/
        /*height: 15px;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 6px;*/
    }
    
    /*コピーライト*/
    .footer #cp{
        max-width: 1500px;
        margin: 80px auto 0 auto;
    }
    
}

/*-----------------
　　下層ページ共通
------------------*/
#sub_page{}

#sub_page .sub_visual{
    padding: 240px 0 0 0;
    margin-bottom: 20%;
    background: #ffffff;
}
#sub_page .sub_visual .subtitle_container{
    position: relative;
}
#sub_page .sub_visual .submain_copy{
    position: absolute;
    top: -100px;
    width: 100%;
    padding: 10px;
}
#sub_page .sub_visual .submain_copy h2{
    margin-bottom: 0;
    text-align: left;
}
#sub_page .sub_visual .submain_copy p{}

#sub_page .sub_read{
    text-align: left;
}

/* 各ページタイトル画像*/
#sub_page #about .subtitle_container{
    background: url(images/about_bg.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 40vh;
}
#sub_page #service .subtitle_container{
    background: url(images/service_bg.jpeg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 40vh;
}
#sub_page #recruit .subtitle_container{
    background: url(images/recruit_bg.jpeg); 
    background-repeat: no-repeat;
    background-size: 430%;
    background-position: 50% 53%;
    height: 40vh;
}


@media screen and (min-width: 768px) {
    #sub_page{}

    #sub_page .sub_visual{
        /*padding: 240px 0 0 0;*/
        margin-bottom: 8%;
    }
    #sub_page .sub_visual .subtitle_container{
        /*position: relative;*/
    }
    #sub_page .sub_visual .submain_copy{
        /*position: absolute;*/
        top: -100px;
        /*width: 100%;*/
        /*padding: 10px;*/
        display: flex;
    }
    #sub_page .sub_visual .submain_copy h2{
        /*margin-bottom: 0;*/
        /*text-align: left;*/
    }
    #sub_page .sub_read{
    text-align: center;
}
    
    #sub_page .sub_visual .submain_copy p{
        padding: 30px 0 0 0;
        margin-left: 20px;
    }
    
    #sub_page #recruit .subtitle_container{
        /*background: url(../images/recruit_bg.jpeg); */
        /*background-repeat: no-repeat;*/
        background-size: 310%;
        /*background-position: 50% 53%;*/
        /*height: 40vh;*/
    }
}

@media screen and (min-width: 1025px) {
        #sub_page{}

    #sub_page .sub_visual{
        /*padding: 240px 0 0 0;*/
    }
    #sub_page .sub_visual .subtitle_container{
        /*position: relative;*/
    }
    #sub_page .sub_visual .submain_copy{
        /*position: absolute;*/
        top: -100px;
        left: 10%;
        width: 50%;
        padding: 0;
        display: flex;
        
    }
    #sub_page .sub_visual .submain_copy h2{
        /*margin-bottom: 0;*/
        /*text-align: left;*/
    }
    
    #sub_page .sub_visual .submain_copy p{
        padding: 30px 0 0 0;
        margin-left: 20px;
    }

    /* 各ページタイトル画像*/
    #sub_page #about .subtitle_container{
        /*background: url(../images/about_bg.jpg);*/
        /*background-repeat: no-repeat;*/
        /*background-size: cover;*/
        background-position: 50% 35%;
        height: 500px;
    }
    #sub_page #service .subtitle_container{
        /*background: url(../images/about_bg.jpg);*/
        /*background-repeat: no-repeat;*/
        /*background-size: cover;*/
        background-position: 50% 90%;
        height: 500px;
    }
    #sub_page #recruit .subtitle_container{
        /*background: url(../images/recruit_bg.jpeg); */
        /*background-repeat: no-repeat;*/
        background-size: 120%;
        background-position: 50% 65%;
        height: 500px;
    }
}


/*-----------------
　　about
------------------*/
#sub_page .concept{}

#sub_page .concept h3{
    margin-bottom: 10%;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}
#sub_page .company{
    background: #ffffff;
    padding: 10% 0 20% 0;
}
#sub_page .company table{
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
#sub_page .company table tr{}
#sub_page .company table th{
    display: block;
    width: 100%;
    padding: 20px 0 10px 0;
    font-weight: bold;
    border-top: solid 1px #cdcdcd !important;
}
#sub_page .company table td{
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
}

/*map*/
.ggmap{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin: 20px 0 0 0;
    height: 0;
    overflow: hidden; 
}
.ggmap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 768px) {
    #sub_page .concept h3{
        margin-bottom: 5%;
        /*font-size: 1.8em;*/
        /*font-weight: bold;*/
        /*text-align: center;*/
    }
    
}
@media screen and (min-width: 1025px) {
    
    #sub_page .concept h3{
        margin-bottom: 2%;
        font-size: 3em;
        /*font-weight: bold;*/
        /*text-align: center;*/
    }
    #sub_page .company{
        padding: 8% 0 8% 0;
    }
    
    #sub_page .company .container{
        display: flex;
    }
    #sub_page .company .container h2{
        width: 40%;
    }
    #sub_page .company table{
        width: 60%;
        /*overflow: hidden;*/
        /*word-break: break-all;*/
        /*word-wrap: break-word;*/
    }
    #sub_page .company table th{
        display: inline-block;
        width: 20%;
        padding: 20px 0;
        /*font-weight: bold;*/
        border-top: solid 1px #cdcdcd !important;
        vertical-align: top;
    }
    #sub_page .company table td{
        display: inline-block;
        width: 80%;
        padding: 20px 0;
        border-top: solid 1px #cdcdcd !important;
    }
}

/*-----------------
　　service
------------------*/
#sub_page #service{}
#sub_page .sub_service{}

#sub_page .sub_service .service_box{
    margin-bottom: 25%;
}
#sub_page .sub_service .service_box .s_txt{
    margin-bottom: 10%;
}
#sub_page .sub_service .service_box h2{
    width: 80%;
    padding: 0 0 20px 0;
    text-align: left;
    color: #C6B8B8;
    border-bottom: 1px solid #C6B8B8;
}
#sub_page .sub_service .service_box h3{
    margin-bottom: 10%;
    font-size: 1.6em;
    font-weight: bold;
}
#sub_page .sub_service .service_box .s_maintxt{
    text-align: justify;
}
#sub_page .sub_service .service_box .bnt_common{
    text-align: left;
    margin: 10% 0 0 0;
}
#sub_page .sub_service .service_box img{
    border-radius: 5px;
}

@media screen and (min-width: 768px) {
    
    #sub_page #service{}
    #sub_page .sub_service{}

    #sub_page .sub_service .service_box{
        margin-bottom: 100px;
        display: flex;
        justify-content: space-between;
    }
    #sub_page .sub_service .service_box .s_txt{
        margin-bottom: 0;
        width: 50%;
    }
    #sub_page .sub_service .service_box h2{
        /*width: 80%;*/
        /*padding: 0 0 20px 0;*/
        margin-bottom: 20px;
        font-size: 2em;
        /*text-align: left;*/
        /*color: #C6B8B8;*/
        /*border-bottom: 1px solid #C6B8B8;*/
    }
    #sub_page .sub_service .service_box h2 span{
        font-size: 0.5em;
    }
    #sub_page .sub_service .service_box h3{
        margin-bottom: 20px;
        /*font-size: 1.6em;*/
        /*font-weight: bold;*/
    }
    #sub_page .sub_service .service_box .s_maintxt{
        /*text-align: justify;*/
    }
    #sub_page .sub_service .service_box .bnt_common{
        /*text-align: left;*/
        margin: 20px 0 0 0;
    }
    #sub_page .sub_service .service_box img{
        /*border-radius: 5px;*/
    }
    #sub_page .sub_service .service_box .s_img{
        width: 45%;
    }
}
@media screen and (min-width: 1025px) {
    
    #sub_page #service{}
    #sub_page .sub_service{}

    #sub_page .sub_service .service_box{
        margin-bottom: 120px;
        /*display: flex;*/
        /*justify-content: space-between;*/
    }
    #sub_page .sub_service .service_box .s_txt{
        /*margin-bottom: 0;*/
        /*width: 50%;*/
    }
    #sub_page .sub_service .service_box h2{
        width: 90%;
        /*padding: 0 0 20px 0;*/
        margin-bottom: 50px;
        /*font-size: 2em;*/
        /*text-align: left;*/
        /*color: #C6B8B8;*/
        /*border-bottom: 1px solid #C6B8B8;*/
    }
    #sub_page .sub_service .service_box h2 span{
        font-size: 0.6em;
    }
    #sub_page .sub_service .service_box h3{
        margin-bottom: 50px;
        /*font-size: 1.6em;*/
        /*font-weight: bold;*/
    }
    #sub_page .sub_service .service_box .s_maintxt{
        /*text-align: justify;*/
        width: 60%;
        font-size: 1em;
    }
    #sub_page .sub_service .service_box .bnt_common{
        /*text-align: left;*/
        /*margin: 20px 0 0 0;*/
    }
    #sub_page .sub_service .service_box img{
        /*border-radius: 5px;*/
    }
    #sub_page .sub_service .service_box .s_img{
        width: 45%;
    }
}

/*-----------------
　　recruit
------------------*/

#sub_page #recruit{}
#sub_page .sub_recruit{}

#sub_page .sub_recruit .recruit_box{
    padding: 10%;
    margin-bottom: 10%;
    border: 3px solid #C6B8B8;
    border-radius: 5px;
}

#sub_page .sub_recruit .recruit_box .rec_icon{
    width: 20%;
    margin-bottom: 2%;
    background: #C6B8B8;
    color: #ffffff;
    border-radius: 5px;
}
#sub_page .sub_recruit .recruit_box h3{
    margin-bottom: 10%;
    font-size: 1.75em;
    font-weight: bold;
}
#sub_page .sub_recruit .recruit_box .p_posttxt{
    text-align: justify;
}

/*ショップリンクボタン*/
#sub_page .sub_recruit .recruit_box .bnt_common{
    width: 80%;
    margin: 10% 0 0 0;
}
#sub_page .sub_recruit .recruit_box .bnt_common a{
    background: #E38C8C;
}

@media screen and (min-width: 768px) {
    #sub_page #recruit{}
    #sub_page .sub_recruit{}

    #sub_page .sub_recruit .recruit_box{
        padding: 40px;
        margin-bottom: 5%;
        /*border: 3px solid #C6B8B8;*/
        /*border-radius: 5px;*/
    }
    #sub_page .sub_recruit .re_title{
        display: flex;
        margin-bottom: 20px;
    }
    #sub_page .sub_recruit .recruit_box .rec_icon{
        width: 50px;
        padding: 3px 0 0 0;
        margin: 0 10px 0 0;
        /*background: #C6B8B8;*/
        /*color: #ffffff;*/
        /*border-radius: 5px;*/
    }
    #sub_page .sub_recruit .recruit_box h3{
        margin-bottom: 0;
        font-size: 1.3em;
        /*font-weight: bold;*/
    }
    #sub_page .sub_recruit .recruit_box .p_posttxt{
        /*text-align: justify;*/
        font-size: 1em;
    }

    /*ショップリンクボタン*/
    #sub_page .sub_recruit .recruit_box .bnt_common{
        width: 240px;
        margin: 20px 0 0 0;
    }
    #sub_page .sub_recruit .recruit_box .bnt_common a{
        /*background: #E38C8C;*/
    }
}
@media screen and (min-width: 1025px) {
    
    #sub_page #recruit{}
    #sub_page .sub_recruit{}

    #sub_page .sub_recruit .recruit_box{
        width: 960px;
        padding: 60px;
        margin: 0 auto 50px auto;
        /*border: 3px solid #C6B8B8;*/
        /*border-radius: 5px;*/
    }
    #sub_page .sub_recruit .re_title{
        /*display: flex;*/
        margin-bottom: 30px;
    }
    #sub_page .sub_recruit .recruit_box .rec_icon{
        font-size: 1em;
        width: 60px;
        /*padding: 3px 0 0 0;*/
        /*margin: 0 10px 0 0;*/
        /*background: #C6B8B8;*/
        /*color: #ffffff;*/
        /*border-radius: 5px;*/
    }
    #sub_page .sub_recruit .recruit_box h3{
        /*margin-bottom: 0;*/
        font-size: 1.5em;
        /*font-weight: bold;*/
    }
    #sub_page .sub_recruit .recruit_box .p_posttxt{
        /*text-align: justify;*/
    }

    /*ショップリンクボタン*/
    #sub_page .sub_recruit .recruit_box .bnt_common{
        width: 240px;
        /*margin: 20px 0 0 0;*/
    }
    #sub_page .sub_recruit .recruit_box .bnt_common a{
        /*background: #E38C8C;*/
    }
}


/*-----------------
　　news_post お知らせポスト用
------------------*/

#sub_page .sub_new_post{
    padding: 0 0 30% 0;
}

#sub_page .sub_new_post ul{
    margin: 0 0 40px 0;
}
#sub_page .sub_new_post .day{
    padding: 0 0 10px 0;
    font-size: 1em;
    font-weight: bold; 
}
#sub_page .sub_new_post h2{
    padding: 0 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #707070;
    text-align: left;
    font-size: 1.25em;
}

#sub_page .sub_new_post .txt_post{
    padding: 0 0 5% 0;
    border-bottom: 1px solid #707070;
}
#sub_page .sub_new_post .txt_post p{
    text-align: justify;
}

/*投稿ショップリスト*/
#sub_page .sub_new_post .txt_post .post_shoplist_title{
    margin: 10px 0;
    font-weight: bold;
}
#sub_page .sub_new_post .txt_post ul.post_shoplist{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#sub_page .sub_new_post .txt_post ul.post_shoplist li{
    width: auto; 
    font-size: .9em;
}
#sub_page .sub_new_post .txt_post ul.post_shoplist li a{
    padding: 5px 10px;
    color: #ffffff;
    background: #edbec2;
    border-radius: 5px;
}

/*画像設置＆調整*/
#sub_page .sub_new_post .txt_post figure{
    width: 60%;
    margin: 50px 0;
}
#sub_page .sub_new_post .txt_post figure img{
    width: 100%;
    height: auto;
}

/*新商品名・価格*/
#sub_page .sub_new_post .txt_post .new_itembox{
    width: 100%;
    padding: 10px;
    margin: 30px 0;
    border: 1px solid #797979;
}
#sub_page .sub_new_post .txt_post .new_itembox a{
    color: rgb(231, 7, 97);
    text-decoration: underline;
}
#sub_page .sub_new_post .txt_post .new_itembox p{
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #sub_page .sub_new_post{
        padding: 0 0 140px 0;
    }
    /*新商品名・価格*/
    #sub_page .sub_new_post .txt_post .new_itembox{
        width: 450px;
    }

}
@media screen and (min-width: 1025px) {
    #sub_page .sub_new_post{
        padding: 0 0 250px 0;
    }
    #sub_page .sub_new_post .txt_post{
        padding: 0 0 50px 0;
    }
    #sub_page .sub_new_post .txt_post p{
        font-size: .9em;
    }
    
    /*画像設置＆調整*/
    #sub_page .sub_new_post .txt_post figure{
        width: 30%;
    }
}

/*-----------------
　　privacy
------------------*/

#sub_page .sub_privacy{}

#sub_page .sub_privacy ul{
    font-size: .9em;
    text-align: justify;
}

#sub_page .sub_privacy ul p{
    text-align: justify;
}

#sub_page .sub_privacy ul li.main_li{
    margin-bottom: 20px;
}

#sub_page .sub_privacy ul li dt{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.1em;
}

/*ネスト sub*/
#sub_page .sub_privacy ul.sub_ul{
    padding: 0 0 0 1.3em;
    margin: 20px 0;
}
#sub_page .sub_privacy ul.sub_ul li.sub_li{
    margin-bottom: 10px;
    text-indent: -1.3em;
}

/*入れ子　nest_li*/
#sub_page .sub_privacy ul.nest_ul{
    padding: 0 0 0 1.3em;
    margin: 20px 0;
}
#sub_page .sub_privacy ul.nest_ul li.nest_li{
    margin-bottom: 10px;
    text-indent: -1.3em;
}

/*入れ子　nest_li*/
#sub_page .sub_privacy ul.w_nest_ul{
    padding: 0 0 0 1.3em;
    margin: 20px 0;
}
#sub_page .sub_privacy ul.w_nest_ul li.w_nest_li{
    margin-bottom: 10px;
    text-indent: -1.3em;
}

@media screen and (min-width: 768px) {
    #sub_page .sub_privacy ul li.main_li{
        margin-bottom: 40px;
    }
    #sub_page .sub_privacy ul.sub_ul li.sub_li{
        margin-bottom: 5px;
    }
    #sub_page .sub_privacy ul.nest_ul li.nest_li{
        margin-bottom: 5px;
    }
    #sub_page .sub_privacy ul.w_nest_ul li.w_nest_li{
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 1025px) {
    #sub_page .sub_privacy ul p{
        font-size: 1em;
    }
    #sub_page .sub_privacy .main_ul{
        width: 80%;
    }
}

