@charset "utf-8";


/*contents*/
/*top*/

.mainvisual {
    display: flex;
    align-items: center;
    padding: 0 0 70px 0;
    max-height: 800px;
    position: relative;
    overflow: hidden;
}

.mainvisual img {
    width: 100%;
    height: auto;
}

.mainvisual .inner {
    position: absolute;
    width: 1100px;
    margin: auto;
    left: 0;
    right: 0;
}

.mainvisual .copybox {
    color: #FFF;
    width: max-content;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: -65px;
}


.mainvisual div h2 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size:40px;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
    padding: 0 0 10px 0;
}

.mainvisual div p {
    font-size: 14px;
    padding: 0;
        text-align: center;
}

.mainvisual div p.copy{
    font-size: 15px;
}



/*profile*/

.profile .photo {
    width: 40%;
}

.profile .data {
    width: 60%;
    font-size: 18px;
}

.profile .data h3{
    font-size: 30px;
    margin: 0 0 20px 0;
}

.profile .data h3 span{
    font-size: 22px;
    margin: 0 0 0 30px;
}
.profile .flex_b{
    align-items: center;
}


/*serivce*/

.service .flex_b {
    align-items: baseline;
        padding: 50px 0 0;
}

.service .flex_b li {
    width: 25%;
    text-align: center;
    font-size: 14px;
}

.service .flex_b li p {
    padding: 20px 0;
}



/*vlog*/

.vlog iframe {
    width: 800px;
    height: 470px;
    margin: 0 auto;
    display: block;
}


/*top point*/

.top_point{
        margin: 10px 0 0 0;
}


/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
    .top_point_detail input {
        display: none;
    }

    /* 開いた状態のサブメニュー */
    .top_point_detail input:checked + .text {
        line-height: 1.5;
        padding: 1rem 1rem;
    }


    /* 閉じた状態のサブメニュー */
    .top_point_detail .text {
        overflow: hidden;
        line-height: 0;
        padding: 0 1rem;
        transition: 0.2s;
        border-bottom: 1px dashed #CCC;
    }

    /* 親項目の装飾 */
    .top_point_detail label {
            margin: 0;
    padding: 10px 0;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

    .top_point_detail label:hover {
    }




.top_recommend {
    background-color: #ECECEC;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
    padding: 30px;
    margin: 75px 0;
}


.top_recommend ul {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    border: none !important;
}

.top_recommend ul li{
    width: 23%;
        margin: 10px !important;
    list-style: none !important;
}

.top_recommend ul li a{
    background: #FFFFFF;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 1.4;
}




.btn_set{
    display: flex;
    justify-content: space-around;
    width: 100%;
}




.top_column {
    margin: 90px 0;
}

.column_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
        margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}

ul.column_list li {
    width: 330px;
    line-height: 1;
    margin: 18px;
    list-style: none !important;
}



ul.column_list li .image{
    width: 100%;
}
ul.column_list li .image img{
    width: 330px;
    height: 220px;
    object-fit: cover;
}

ul.column_list li .disc{
    line-height: 1.5;
    padding: 10px 0;
}

ul.column_list li .disc p{
    margin: 0 !important;
        padding: 10px 0;
}

ul.column_list li .disc h4{
    margin: 0 !important;
    font-size: 16px;
    border-bottom: none;
    padding: 0 !important;
    font-weight: normal;
}


/*column*/

.mainvisual02{
    margin: 0 0 20px 0;
}
.mainvisual02 img {
    width: 100%;
    height: auto;
}


div#toc_container {
    margin: 50px 0;
    padding: 35px;
}

div#toc_container ul {
    border: 0;
}


.maincol.post h2 {
    margin: 0 0 20px 0;
    border-left: 4px solid #CCC;
    padding: 0 0 0 20px;
    line-height: 1.4;
    font-size: 24px;
}


.maincol.post h3 {
    margin: 0 0 20px 0;
    padding: 15px;
    line-height: 1.4;
    font-size: 20px;
    background: #EFEFEF;
}


.maincol.post h4 {
    margin: 0 0 20px 0;
    padding: 15px 0;
    line-height: 1.4;
    font-size: 18px;
    border-bottom: 1px dashed #CCC;
}


.maincol.post ul {
    margin: 20px 0 50px 0;
    border: 1px solid #CCC;
    padding: 27px;
}


.maincol.post ul li {
    list-style: disc;
    margin: 0 0 0 20px;
}

.maincol.post p {
    margin: 0 0 40px 0;
}


.maincol.post .pickup {
    border: 1px solid #CCC;
    padding: 23px 30px 0;
    margin: 0 0 50px 0;
}


.bg_gray li {
    width: 330px;
}

.bg_gray li h3 {
    font-weight: normal;
    font-size: 26px;
    padding: 10px 0;
}

.bg_gray li p {
    padding: 0 0 10px 0;
}


.top_other {
    width: 48%;
    position: relative;
    padding: 0 0 40px 0;
}

.top_other div {
        position: absolute;
    background: #FFF;
    padding: 25px;
    bottom: 0;
    right: 0;
}



/*list*/

ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.list li{
    width: 48%;
        margin: 0 0 40px 0;
}

ul.list li img{
    width: 100%;
    height: auto;
}


/*page*/

.inner_page h2 {
    font-size: 40px;
    font-weight: normal;
    padding: 0 0 40px 0;
}

dl.company_view {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #CCC;
    font-size: 16px;
}

.company_view dt {
    width: 150px;
    padding: 30px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}

.company_view dd {
    width: 750px;
    padding: 30px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}

.greeting {
    display: flex;
    width: 900px;
    margin: 100px auto;
}

.greeting h3{
        font-size: 26px;
    font-weight: normal;
    padding: 0 0 30px 0;
    line-height: 1;
}

.greeting img{
    margin: 0 25px 0 0;
}


ul.business_view li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
}

ul.business_view li div{
    width: 720px;
}

ul.business_view li div h3{
    font-size: 26px;
    font-weight: normal;
}

ul.business_view li div .btn01{
    width: 330px;
}

h3.title01 {
    margin: 50px 0 10px 0;
    padding: 10px 0;
    border-bottom: 2px solid #000;
    font-size: 30px;
    font-weight: normal;
}

.business_box {
    margin: 25px 0;
    display: flex;
    align-items:center;
}

.business_box img{
    margin: 0 25px 0 0;
}

.business_box div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.business_box div .btn01{
    width: 330px;
    margin: 10px auto;
}


/*contact*/

.contact_form {
    width: 900px;
    margin: 50px auto;
    
}

.contact_form table{
    border-top: 1px solid #B4B4B5;
    width: 100%;
}

.contact_form th{
       width: 300px;
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding: 20px 0;
    font-weight: normal;
}

.contact_form td{
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding: 20px 0;
    font-weight: normal;
}

.mailform-tbl input[type="text"], .mailform-tbl textarea {
    padding: 11px;
    font-size: 16px;
    border: 1px solid #666;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.mailform-tbl input[type="text"]{
    width: 300px;
}

span.attention {
    font-size: 12px;
    color: red;
    margin: 0 0 0 10px;
}

p#submit-button input {
    background: #000;
    color: #FFF;
    border: 0;
    padding: 15px;
    width: 300px;
    margin: 80px auto;
    display: block;
}


/****************************************************/
/****************** media queries *******************/
/****************************************************/

/********************************************/
/************ max-width: 1000px *************/
/********************************************/

@media screen and (max-width: 1000px) {
  
  
 
}


/********************************************/
/************ max-width: 834px *************/
/********************************************/

/*タブレット*/
@media screen and (max-width: 834px) {
 
 
    
  
}

/********************************************/
/************ max-width: 834px *************/
/********************************************/

/*モバイル*/
@media screen and (max-width: 768px) {
    
 

/*contents*/
/*top*/
    
    .mainvisual {
        padding: 0 0 45px 0;
}
    
    .mainvisual div {
    color: #FFFFFF;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    order: 2;
}
    
    .mainvisual .copybox {
    width: 100%;
    top: 60px;
    margin: auto;
}
    
    .mainvisual div h2 {
        font-size: 6vw;
    line-height: 1.4;
    text-align: center;
        padding: 0;
}
    
    .mainvisual div p {
    font-size: 3.5vw;
    padding: 10px;
}
    
    .mainvisual div p.copy {
    font-size: 3.3vw;
    font-weight: normal;
    padding: 10px 0 0 0;
}
    
    .mainvisual img {
    width: 100%;
    order: 1;
}
    
    
    .profile .flex_b {
    display: block;
}
    
    .profile .flex_b .photo{
        width: 100%;
    }
    
    .profile .flex_b .photo img{
        width: 100%;
        height: auto;
    }
    
    .profile .data {
    width: 100%;
    font-size: 16px;
}
    .profile .data h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
    text-align: center;
}
    .profile .data h3 span{
        display: block;
        font-size: 17px;
        margin: 0;
    }
    
    
    .service .flex_b li {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0 0 40px;
}
    
    .service .flex_b li p {
    padding: 5px 0;
}
    
    
    
    .vlog iframe {
    width: 100%;
    height: 200px;
}
    
    .top_point_detail label {
   font-size: 4.5vw;
}
    
    .top_recommend {
        padding: 15px;
    margin: 25px 0;
}
    
    .top_recommend ul {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
}
    
    .top_recommend ul li {
    width: 43%;
    margin: 10px;
    box-sizing: border-box;
}
    
    
    
    .ranking_base01 h3 span.rank {
    position: absolute;
    left: -9px;
    top: -24px;
    background: orange;
    color: #FFF;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    margin: 0 10px 0 0;
    font-size: 20px;
}
    
    .ranking_base01 h3 {
    background: #0070C0;
    color: #FFFFFF;
    font-size: 5.8vw;
    position: relative;
    padding: 10px 10px 10px 44px;
    line-height: 1.2;
}
    
    .ranking_base01 p {
    padding: 15px 0 0 0;
    font-size: 4vw;
    line-height: 1.5;
}
    
    .ranking_base01 dl dd {
    width: 79%;
    padding: 0 0 10px 10px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.4;
}
    
    
    .ranking_base01 li span {
    font-weight: bold;
    background: #EFEFEF;
    padding: 7px 7px;
    width: 24%;
    text-align: center;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    font-size: 14px;
}
    
    .ranking_base01 li p {
    padding: 0;
    margin: 0;
    width: 72%;
    line-height: 1.2;
}

    .ranking_base02 .siteimage {
    width: 100%;
}
    .ranking_base02 .disc {
    width: 100%;
}
    
    section.top_column h2 {
    font-size: 6vw;
}
    
    
    
    
    .maincol.shop dl.voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    
    .maincol.shop dl.voice dd {
    width: 79%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 20px 0;
}
    
    
    
    .maincol.shop dl.shopinfo dt {
    width: 100%;
    border-bottom: none;
    padding: 7px;
    box-sizing: border-box;
    font-weight: normal;
    background: #EFEFEF;
}
    
    .maincol.shop dl.shopinfo dd {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
    box-sizing: border-box;
}
    
    
    .maincol.shop .forte li span {
    font-weight: bold;
    padding: 7px 7px;
    width: 24%;
    text-align: center;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    font-size: 14px;
}
    
.maincol.shop .forte li p {
     padding: 0;
    margin: 0;
    width: 72%;
    line-height: 1.2;
}
    
    .btn_set {
    display: block;
    width: 100%;
}
    
    p.btn_voice a {
width: 85%;
    box-sizing: border-box;
    justify-content: center;
}
    p.btn_site a {
width: 85%;
    box-sizing: border-box;
    justify-content: center;
}
    
    
    
     ul.column_list li {
    width: 85%;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    margin: 10px auto;
}
    
    ul.column_list li img{
        width: 100% !important;
    }
   
    
    
    ul.list li {
    width: 100%;
    margin: 0 0 40px 0;
    border: 1px solid #CCC;
    padding: 15px;
    box-sizing: border-box;
}
    
    
    .maincol.shop h1 {
    border-bottom: none;
    padding: 15px 0 0 0;
    margin: 0 0 10px 0;
    text-align: left;
}
    
    .maincol.shop h2 {
    text-align: left;
}
    
    .maincol.post h1 {
    text-align: left;
}
    
    div#toc_container {
    margin: 50px 0;
    padding: 22px;
}
    
    .top_column {
    margin: 50px 0;
}
    
    .top_other {
    width: 100%;
    position: relative;
    padding: 0 0 40px 0;
}
    
    .top_other img{
        width: 100%;
    }
    
    .top_other div {
        position: relative;
    background: #FFF;
    padding: 25px;
    bottom: 0;
    right: 0;
}
    
    
    .bg_gray li {
    width: 93vw;
    margin: 0 auto;
}
    
    .bg_gray li img{
        width: 100%;
        height: auto;
    }
    
    .inner_page h2 {
    font-size: 30px;
    font-weight: normal;
    padding: 10px 0 25px 0;
}
    
    dl.company_view {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    border-top: 1px solid #CCC;
    font-size: 16px;
}
    
    .company_view dt {
    width: 100%;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
    border-bottom: none;
}
    .company_view dd {
    width: 100%;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}
    
    .greeting {
    display: block;
    width: 100%;
    margin: 100px auto;
}
    .greeting img{
        display: block;
        margin: 0 auto;
    }
    
    .greeting h3 {
    font-size: 26px;
    font-weight: normal;
    padding: 30px 0 25px 0;
    line-height: 1;
}
    
    
    ul.business_view li {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
    width: 93vw;
}
    ul.business_view li img {
    width: 100%;
}
    ul.business_view li div {
    width: 100%;
}
    ul.business_view li div .btn01 {
    width: 100%;
}
    
    .business_box {
    margin: 25px 0;
    display: block;
    align-items: center;
}
    .business_box img {
    margin: 0;
}
    .contact_form {
    width: 93vw;
    margin: 50px auto;
}
    
    .contact_form th {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding: 15px 5px 0 5px;
    font-weight: normal;
    float: left;
}
    .contact_form td {
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding:0 5px 18px 5px;
    font-weight: normal;
    width: 100%;
        float: left;
}
    
    .mailform-tbl input[type="text"]{
    width: 70%;
}
    
    .mailform-tbl textarea {
    width: 100%;
    display: block;
}
  
  
}