/*
Theme Name: CUBIC
Description: CUBIC Template
Author: 管理人
*/


body{
    min-width: 1200px;
    font-size: 15px;
    
}

.in{
    width: 1200px;
}
.mob{
    display: none;
}

a:hover{
    opacity: 0.7;
}

/*-----ヘッダー------------------------------*/

/*ナビ----------*/

.header{
    min-width: 1200px;
}
header{
    position: sticky;
    top: 0;
}
.hed_nav #menu-main_menu::after{
    content: "";
    display: block;
    clear: both;
}
.hed_nav #menu-main_menu > li{
    float: left;
}
.hed_nav #menu-main_menu > li a{
    padding: 1em;
}

/*-----ホーム------------------------------*/

.home_content + .home_content{
    margin-top: 60px;
}

.home_main{
    padding: 60px 0;
}

/*--メインビジュアル-----*/
.mv_box{
    display: flex;
    border-bottom: 1px solid #c7c7c7;
}
.mv_box .mvimg_list{
    width: 66.64%;
}
.mv_box .home_banner{
    width: 33.36%;
}
.mv_box .slick-dots{
    text-align: right;
}

.home_banner ul{
    height: 100%;
}
.home_bannerimg{
    padding-top: 55.9%;
}
.home_banner01{
    background-image: url(images/home_banner01pc.png);
}
.home_banner02{
    background-image: url(images/home_banner02pc.png);
}


/*--ホーム検索フォーム-----*/
.home_01 .in{
    display: -webkit-flex;
    display: flex;
}
.home_01 .search_form{
    
}
.homesearch_tags{
    margin-left: 30px;
}

/*--ホームチラシのカテゴリーで探す-----*/

.flyercat_list ul li a:hover::before{
    top: 0;
    left: 0;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
}
/*--ホーム店舗で探す-----*/
.homshop_listbox > ul::after{
	content:"";
	display:block;
	clear:both;
}
.homshop_listbox > ul >li{
    float:left;
	margin-left:2%;
	width:32%;
}

.homshop_listbox > ul >li:nth-child(3n+1){
    margin-left: 0;
}
.homshop_listbox > ul >li:nth-child(3)~li{
    margin-top: 20px;
}


/*----下層ページ---------------------------------------------------------*/

/*--検索フォーム----*/
.search_hed th,
.search_hed td{
    padding: 10px;
}

/*----チラシ-----------------------------------------------*/
/*---お気に入りボタン---*/

.okiniiri_button button:hover{
    color: #e8070e;
}

/*---チラシ一覧---*/

.flyer_list li {
    width: 19%;
    margin-left: 1.2%;
}
.flyer_list li:nth-child(5n+1){
    margin-left: 0;
}
.flyer_list li:nth-child(5)~li{
    margin-top: 20px;
}

/*---チラシ詳細---*/
.flyer_pdf{
    height:  calc(100vh - 100px);
}


/*----店舗-----------------------------------------------*/


/*--店舗一覧---*/

.shop_list > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start ;
    align-items: flex-start;
    flex-wrap: wrap;
}
.shop_list >  ul >  li{
    width: 48%;
}
.shop_list .listmap_canvasbox{
    position: relative;
}
.shop_list .listmap_canvas{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    
}

/*--店舗詳細---*/

.shop_contenthed{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.shop_contenthed .shop_contenthedl{
    width: 40%;
}
.shop_contenthed .shop_contenthedr{
    width: 57%
}

.shop_databox{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.shop_img{
    width: 38%;
}
.shop_data{
    width: 60%;
}
.shop_data table th,
.shop_data table td{
    padding: 1.5em 0;
}
.shop_data table th{
    width: 7em;
}


/*--会員フォーム---*/

.member_form dl{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.member_form label{
    width: 15em;
}


/*--マイページ---*/
.member_data table th, 
.member_data table td {
    padding: 1.5em 0;
}
.member_data table th {
    width: 8em;
}


