@charset "utf-8";
/* CSS Document */

img {
    image-rendering: -webkit-optimize-contrast;
}

.pc {
    display: block;
}

.tb {
    display: none;
}

.sp {
    display: none;
}

.object-fit {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

    #topcontrol {
		z-index: 100;
    }

/* モーダルCSS */

.modalArea {
    display: none;
    position: fixed;
    z-index: 150;
    /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    padding: 50px;
    background-color: #fff;
    height: 100%;
    /*お好みの高さで固定 */
    overflow: auto;
    /*状況に応じて縦スクロールバーが出現 */
}

.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.side_l_pane_sp {
    margin-bottom: 150px;
}

.side_l_pane_sp .text {
    background-color: #999900;
    width: 90%;
    height: auto;
    margin: 10px auto 20px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
}

.side_l_pane_sp .text p {
    margin: 0;
    font-size: 95%;
    line-height: 1.2;
}

.balloon {
    position: absolute;
    top: -70px;
    right: 0px;
    z-index: 2;
    overflow: visible;
}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 5px;
    width: 100px;
    color: #555;
    background: #FFFFFF;
    border: #E30054 3px solid;
    border-radius: 8px;
}

.balloon1:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 72%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.balloon1:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 72%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #E30054;
    z-index: 1;
}

.balloon1 p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

/*---modal--------------------------------------------------*/

.modal {
    position: fixed;
    display: none;
    z-index: 20000;
    top: 40%;
    left: 50%;
    width: 60%;
    height: auto;
    margin: -120px 0 0 -31%;
    padding: 20px;
    text-align: center;
    background-color: #F4F4F4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
}

.modal img {
    text-align: center;
    width: 150px;
}

.modal_tite {
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.modal p {}

.age {
    font-size: 1.5em;
}

.yes {
    display: block;
    padding: 0.7em 1em 0.5em 1em;
    text-decoration: none;
    background-color: #9B7D00;
    color: #FFFFFF;
    border-radius: 3px;
    transition: .4s;
    text-align: center;
    width: 300px;
    height: 45px;
    margin: 5px auto;
    font-size: 1.2em;
    cursor: pointer;
    position: relative;
}

.yes span {
    font-size: 0.7em;
}

.yes a {
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}

.yes a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}

.yes a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.no {
    display: block;
    padding: 0.5em;
    text-decoration: none;
    color: #9B7D00;
    text-align: center;
    width: 300px;
    height: 20px;
    margin: 5px auto;
    font-size: 1.2em;
    cursor: pointer;
}

.no a {
    cursor: pointer;
    text-decoration: none;
    color: #9B7D00;
}

.no a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #9B7D00;
}

/*---/modal--------------------------------------------------*/

.caution_title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.new {
    color: #D00003
}

/*---/modal--------------------------------------------------*/

a.same_product:link {
    text-decoration: none;
    color: #999900;
	font-weight: bold;
}

a.same_product:visited {
    text-decoration: none;
    color: #999900;
	font-weight: bold;
}

a.same_product:hover {
    text-decoration: none;
    color: #999900;
	font-weight: bold;
}

a.same_product:active {
    text-decoration: none;
    color: #999900;
	font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 160%;
    -webkit-font-smoothing: antialiased;
    font-family: "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    background: #FFF;
}

img {
    border-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
}

/*
img {
    vertical-align:bottom;
    border:0;
}
*/

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

#wapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

#contents {
    margin-top: 205px;
    width: 100%;
}

#contact {
    width: 100%;
    background: url(/PC/ja/asset/img/liquor_foods/contact_bg.jpg) center top;
}

#contact .inbox {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

#contact .inbox .leftbox {
    color: #FFFFFF;
    font-size: 140%;
    line-height: 180%;
    width: 40%;
    float: left;
}

#contact .inbox .rightbox {
    width: 40%;
    float: right;
}

#contact .inbox .rightbox p {
    margin: 5px 0;
    padding: 0;
    font-size: 80%;
}

#guide {
    background: #F8F8F8;
}

#guide .inbox {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 40px;
}

#guide h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 200%;
    margin-bottom: 40px;
    line-height: 110%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#guide h2 span {
    font-size: 40%;
    margin-left: 20px;
    vertical-align: middle;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}

#guide .guide_clm01, #guide .guide_clm02 {
    width: 31.6%;
    float: left;
    margin-right: 2.5%;
    font-size: 88%;
    line-height: 190%;
}

#guide .guide_clm03 {
    width: 31.6%;
    float: left;
    font-size: 88%;
    line-height: 190%;
}

#guide .guide_clm01 h3, #guide .guide_clm02 h3, #guide .guide_clm03 h3 {
    font-size: 100%;
    border-bottom: #DDDDDD 1px solid;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

#guide .guide_clm01 h3::before {
    content: url(/PC/ja/asset/img/liquor_foods/guide_i01.png);
    margin-right: 10px;
    vertical-align: top;
}

#guide .guide_clm02 h3::before {
    content: url(/PC/ja/asset/img/liquor_foods/guide_i02.png);
    margin-right: 10px;
    vertical-align: top;
}

#guide .guide_clm03 h3::before {
    content: url(/PC/ja/asset/img/liquor_foods/guide_i03.png);
    margin-right: 10px;
    vertical-align: top;
}



/*---/sns_menu--------------------------------------------------*/
#sns_menu{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	color:#fff;
}

.sns_menu_area{
	position: fixed;
	bottom: 0;
	z-index: 1;
}

.sns_menu_area{
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.70);
}

.sns_menu_area a{
	display: block;
}

.sns_menu_icon {
	padding: 2% 0 1% 0;
	text-align: center;
}

.sns_menu_icon img {
	margin: 1% 2%;
}

.sns_menu_icon a{
	display:inline;
}

.sns_menu_area p.close{
  position: absolute;
  right: 1%;
  top:-3%;
}

.sns_menu_area p.close a span{
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.sns_menu_area p.close a{
  font-size: 20px;
  color: #fff;
}



.pagetitle_foods {
	width: 100%!important;
    margin-top: -5px!important;
    padding-bottom: calc(100%*498/1920)!important;
	height: 0!important;
	 background: url(../../img/liquor_foods/title_bg_foods_3.jpg) center 0 no-repeat!important;
    background-size: contain!important;

}

.pagetitle_foods_set {
	width: 100%!important;
    margin-top: -5px!important;
    padding-bottom: calc(100%*498/1920)!important;
	height: 0!important;
	background: url(../../img/liquor_foods/title_bg_foods_2.jpg) center 0 no-repeat!important;
    background-size: contain!important;

}

.vintage {
	border-style:solid;
	border-color: #999900;
	border-width:2px;
	padding: 15px;
}
	
/*-------------------------------------------------*/

/* タブレットレイアウト : x*/

@media screen and (max-width:1180px) {
    /*
header .inbox .menu {
     width : calc(100% / 3 ) ;
    float:right;
    color:#FFFFFF;
    position:relative;
    margin-left: 0;
    text-align: right;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
*/
    #contents {
        margin-top: 200px;
        width: 100%;
    }
    .modal {
        position: fixed;
        display: none;
        z-index: 20000;
        top: 40%;
        left: 50%;
        width: 60%;
        height: auto;
        margin: -120px 0 0 -31%;
        padding: 20px;
        text-align: center;
        background-color: #F4F4F4;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }
    .modal img {
        text-align: center;
        width: 150px;
    }
    .modal_tite {
        display: block;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }
    .modal p {}
    .age {
        font-size: 1.5em;
    }
    .yes {
        display: block;
        padding: 0.7em 1em 0.5em 1em;
        text-decoration: none;
        background-color: #9B7D00;
        color: #FFFFFF;
        border-radius: 3px;
        transition: .4s;
        text-align: center;
        width: 300px;
        height: 45px;
        margin: 5px auto;
        font-size: 1.2em;
        cursor: pointer;
    }
    .yes span {
        font-size: 0.7em;
    }
    .yes a {
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
    }
    .yes a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
    }
    .no {
        display: block;
        padding: 0.7em 1em 0.5em 1em;
        text-decoration: none;
        color: #9B7D00;
        text-align: center;
        width: 300px;
        height: 20px;
        margin: 5px auto;
        font-size: 1.2em;
        cursor: pointer;
    }
    .no a {
        cursor: pointer;
        text-decoration: none;
        color: #9B7D00;
    }
    .no a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #9B7D00;
    }
    .caution_title {
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }
}

/* タブレットレイアウト : 768 px ～ 959 px*/

@media screen and (max-width:959px) {
    .pc {
        display: none;
    }
    .tb {
        display: block;
    }
    .sp {
        display: none;
    }
    .head_menu {
        display: none;
    }
	
	.fixed_btn.sp{
        display: block!important;
    }
	
	.fixed_btn {
    position: fixed;
    bottom: 10px;
    left: 0;
    padding: 6px 20px;
    opacity: 0.8;
}
	.fixed_box {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 6px 10px;
    background: #000000;
    opacity: 0.8;
    color: #FFFFFF;
    font-size: 80%;
    z-index: 60;
}
	
	.modalArea.sp{
        display: block!important;
    }
	
	.fixed_box.sp{
        display: block!important;
    }

	.fixed_box .fixed_box_content img {
    position: absolute;
    top: 50%;
     transform: translateY(-50%);
    right: 40px;
    width: 30px;
    height: 30px;
}
	
	.fixed_box_content .text{
   display: block;
}
	
	
    /*20210427
header .inbox .headmenu {
    display:none;
}
*/
    #contents {
        margin-top: 180px;
        width: 100%;
    }
    #contact {
        width: 100%;
        background: url(/PC/ja/asset/img/liquor_foods/contact_bg.jpg) center top;
    }
    #contact .inbox {
        width: 96%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 0;
    }
    #contact .inbox .leftbox {
        color: #FFFFFF;
        font-size: 140%;
        line-height: 180%;
        width: 40%;
        float: left;
    }
    #contact .inbox .rightbox {
        width: 40%;
        float: right;
    }
    #contact .inbox .rightbox p {
        margin: 5px 0;
        padding: 0;
        font-size: 80%;
    }
    #guide {
        background: #F8F8F8;
    }
    #guide .inbox {
        width: 96%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 0 40px;
    }
    #guide h2 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 200%;
        margin-bottom: 40px;
        line-height: 110%;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    #guide h2 span {
        font-size: 40%;
        margin-left: 20px;
        vertical-align: middle;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-weight: 500;
    }
    #guide .guide_clm01, #guide .guide_clm02 {
        width: 100%;
        float: none;
        margin-right: 0%;
        font-size: 88%;
        line-height: 190%;
    }
    #guide .guide_clm03 {
        width: 100%;
        float: none;
        font-size: 88%;
        line-height: 190%;
    }
    #guide .guide_clm01 h3, #guide .guide_clm02 h3, #guide .guide_clm03 h3 {
        font-size: 100%;
        border-bottom: #DDDDDD 1px solid;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    #guide .guide_clm01 h3::before {
        content: url(/PC/ja/asset/img/liquor_foods/guide_i01.png);
        margin-right: 10px;
        vertical-align: top;
    }
    #guide .guide_clm02 h3::before {
        content: url(/PC/ja/asset/img/liquor_foods/guide_i02.png);
        margin-right: 10px;
        vertical-align: top;
    }
    #guide .guide_clm03 h3::before {
        content: url(/PC/ja/asset/img/liquor_foods/guide_i03.png);
        margin-right: 10px;
        vertical-align: top;
    }
    
    #copy {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 80px;
        font-size: 80%;
    }
    /*--------------------------------------------------------------------*/
    /*.hamburger {
  top: 10px;
}*/
    .global-nav ul.global-nav__list li.menu04 {
        display: block;
        border-top: #DDDDDD 1px solid;
        border-bottom: #DDDDDD 1px solid;
        background: #FFF;
        font-size: 100%;
        padding: 8px 8px;
        color: #663366;
        box-sizing: border-box;
    }
    .global-nav ul.global-nav__list li.menu04::before {
        content: "┃  ";
    }
    .global-nav ul.global-nav__list li.menu05 {
        display: block;
        border-bottom: #DDDDDD 1px solid;
        padding: 8px 10px 8px 40px;
        color: #000000;
        box-sizing: border-box;
    }
    .global-nav ul.global-nav__list li.menu05 a {
        color: #000000;
    }
    .modal {
        position: fixed;
        display: none;
        z-index: 20000;
        top: 40%;
        left: 50%;
        width: 60%;
        height: auto;
        margin: -120px 0 0 -31%;
        padding: 20px;
        text-align: center;
        background-color: #F4F4F4;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }
    .modal img {
        text-align: center;
        width: 150px;
    }
    .modal_tite {
        display: block;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }
    .modal p {}
    .age {
        font-size: 1.5em;
    }
    .yes {
        display: block;
        padding: 0.7em 1em 0.5em 1em;
        text-decoration: none;
        background-color: #9B7D00;
        color: #FFFFFF;
        border-radius: 3px;
        transition: .4s;
        text-align: center;
        width: 300px;
        height: 45px;
        margin: 5px auto;
        font-size: 1.2em;
        cursor: pointer;
    }
    .yes span {
        font-size: 0.7em;
    }
    .yes a {
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
    }
    .yes a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
    }
    .no {
        display: block;
        padding: 0.7em 1em 0.5em 1em;
        text-decoration: none;
        color: #9B7D00;
        text-align: center;
        width: 300px;
        height: 20px;
        margin: 5px auto;
        font-size: 1.2em;
        cursor: pointer;
    }
    .no a {
        cursor: pointer;
        text-decoration: none;
        color: #9B7D00;
    }
    .no a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #9B7D00;
    }
    .caution_title {
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }
}


/* スマホ設定  768 以下*/

@media screen and (max-width:767px) {
    .pc {
        display: none!important;
    }
    .tb {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    
    .top_sp{margin-top: -1em;}
    
    #topcontrol {
        display: block;
        opacity: 0.5!important;
		z-index: 100;
    }
    .fixed_btn {
        position: fixed;
        bottom: 10px;
        left: 0;
        padding: 6px 20px;
        opacity: 0.8;
    }
    .fixed_box {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 6px 10px;
        background: #000000;
        opacity: 0.8;
        color: #FFFFFF;
        font-size: 80%;
        z-index: 60;
    }
    .fixed_box .fixed_box_content {
        position: relative;
    }
    .fixed_box .fixed_box_content img {
        position: absolute;
         top: 50%;
     transform: translateY(-50%);
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .fixed_box .search_criteria {
        width: 100%;
        display: block;
    }
    .fixed_box .search_criteria .search_criteria_cat {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #wapper {
        overflow: hidden;
    }

    header .inbox .menu {
        width: auto;
    }
    #contents {
        margin-top: calc(9.2rem);
        width: 100%;
    }
    #guide {
        display: none;
    }
    
    .modal {
        position: fixed;
        display: none;
        z-index: 20000;
        top: 30%;
        left: 5%;
        width: 80%;
        height: auto;
        margin: -120px 0 0 0;
        padding: 20px;
        text-align: center;
        background-color: #F4F4F4;
        border-radius: 10px;
        font-size: 0.8em;
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }
    .modal img {
        text-align: center;
        width: 100px;
    }
    .modal_tite {
        display: block;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }
    .modal p {}
    .age {
        font-size: 1.5em;
    }
    .yes {
        display: block;
        padding: 0.7em 1em 0.5em 1em;
        text-decoration: none;
        background-color: #9B7D00;
        color: #FFFFFF;
        border-radius: 3px;
        transition: .4s;
        text-align: center;
        width: 90%;
        height: 45px;
        margin: 5px auto;
        font-size: 1.2em;
        cursor: pointer;
    }
    .yes span {
        font-size: 0.7em;
    }
    .yes a {
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
    }
    .yes a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
    }
    .no {
        display: block;
        padding: 0.7em 1em 0.5em 1em;
        text-decoration: none;
        color: #9B7D00;
        text-align: center;
        width: 90%;
        height: 20px;
        margin: 5px auto;
        font-size: 1.2em;
        cursor: pointer;
    }
    .no a {
        cursor: pointer;
        text-decoration: none;
        color: #9B7D00;
    }
    .no a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #9B7D00;
    }
    .caution_title {
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }
    /*20210427追加*/
    header .inbox .headmenu ul {
        background: none;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .inbox .headmenu ul li:first-child {
        border-width: 0 0 1px 0!important;
    }
    header .inbox .headmenu ul li:nth-child(odd) {
        border-style: solid;
        border-width: 0 0 1px 0;
    }
    header .inbox .headmenu ul li.ss {
        letter-spacing: -1px;
        width: 50%;
    }
	
    /*/20210427追加*/
    #copy {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 80px;
        padding: 5px;
        font-size: 80%;
    }
    #footer .inbox .ftbox01 img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .nav_test li {
        width: calc(100% / 2);
    }
	
	.pagetitle_foods{
	width: 100%!important;
    margin-top: 10px!important;
    padding-bottom: calc(100%*498/840)!important;
    background: url(../../img/liquor_foods/title_bg_foods_3_sp.jpg) center 0 no-repeat!important;
    background-size: contain!important;
	display: block!important;
	}
	
	
	.pagetitle_foods_set{ 
	width: 100%!important;
    margin-top: 10px!important;
    padding-bottom: calc(100%*498/840)!important;
	background: url(../../img/liquor_foods/title_bg_foods_2_sp.jpg) center 0 no-repeat!important;
    background-size: contain!important;
	display: block!important;
	}
	
	#bread{
    margin-top: 0!important;
}

}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.acMenu {
    height: auto;
    padding: 0 10px 10px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

.acMenu li {
    list-style: none;
    padding: 0px;
    position: relative;
}

.acMenu a {
    text-decoration: none;
}

.acMenu li ul {
    padding: 0px;
}

.menu-ttl {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-bottom: 5px;
    font-weight: bold;
}

.sub-menu-ttl {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0 5px;
    margin: 0px;
    font-weight: bold;
}

.sub-menu-none {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 5px;
    margin: 0px;
    font-weight: bold;
}

dd {
    margin: 0px;
}

.acMenu2 li {
    text-align: left;
}

.acMenu3 {
    text-align: left;
}

.acMenu3 li, .menu-link li {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    background: none;
}

.acMenu dt.open {
    /*    background: #ccc;*/
}

.acMenu dt:after {
    content: "\f077";
    font-family: fontAwesome;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.acMenu dt.open:after {
    content: "\f078";
    font-family: fontAwesome;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.sub-menu-ttl:after {
    content: "\f077";
    font-family: fontAwesome;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
}

.sub-menu-ttl.openAcd:after {
    content: "\f078";
    font-family: fontAwesome;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
}

.select_acMenu2 {
    display: block;
    margin: 5px 0;
    padding: 0 5px;
    font-weight: bold;
}

.select_acMenu3 {
    padding-left: 20px;
}


  /*  デフォルト開閉させない*/
ul[data-category-search-item="4501-2"] > li > dl > dd > ul > li > ul {display: none}
ul[data-category-search-item="4501-3"] > li > dl > dd > ul > li > ul {display: none}
ul[data-category-search-item="4501-4"] > li > dl > dd > ul > li > ul {display: none}


ul[data-category-search-item="4501-2"] > li > dl > dd {display: none}

ul[data-category-search-item="4501-3"] > li > dl > dd {display: none}

ul[data-category-search-item="4501-5"] > li > dl > dd {display: none}

  /*  デフォルト開閉させない やじるし制御*/

ul[data-category-search-item="4501-2"].acMenu dt:after {
    content: "\f078";
    font-family: fontAwesome;
}
ul[data-category-search-item="4501-2"].acMenu dt.open:after {
    content: "\f077";
    font-family: fontAwesome;
}
ul[data-category-search-item="4501-3"].acMenu dt:after {
    content: "\f078";
    font-family: fontAwesome;
}
ul[data-category-search-item="4501-3"].acMenu dt.open:after {
    content: "\f077";
    font-family: fontAwesome;
}


ul[data-category-search-item="4501-2"] > li > dl > dd > ul > li > p.sub-menu-ttl:after {
	content: "\f078";
    font-family: fontAwesome;
}

ul[data-category-search-item="4501-2"] > li > dl > dd > ul > li > p.sub-menu-ttl.openAcd:after {
    content: "\f077";
    font-family: fontAwesome;
}

ul[data-category-search-item="4501-2"].acMenu2 p:after {
    content: "\f077";
    font-family: fontAwesome;}

ul[data-category-search-item="4501-4"] > li > dl > dd > ul > li > p.sub-menu-ttl:after {
	content: "\f078";
    font-family: fontAwesome;
}

ul[data-category-search-item="4501-3"] > li > dl > dd > ul > li > p.sub-menu-ttl.openAcd:after {
    content: "\f077";
    font-family: fontAwesome;
}

ul[data-category-search-item="4501-3"].acMenu2 p:after {
    content: "\f077";
    font-family: fontAwesome;}

ul[data-category-search-item="4501-3"] > li > dl > dd > ul > li > p.sub-menu-ttl:after {
	content: "\f078";
    font-family: fontAwesome;
}

ul[data-category-search-item="4501-4"] > li > dl > dd > ul > li > p.sub-menu-ttl.openAcd:after {
    content: "\f077";
    font-family: fontAwesome;
}

ul[data-category-search-item="4501-4"].acMenu2 p:after {
    content: "\f077";
    font-family: fontAwesome;}



ul[data-category-search-item="4501-5"].acMenu dt:after {
       content: "\f078";
    font-family: fontAwesome;
}

ul[data-category-search-item="4501-5"].acMenu dt.open:after {
    content: "\f077";
    font-family: fontAwesome;
}

#facet-dt-2.sub-menu-ttl:after {
    content: "\f077";
    font-family: fontAwesome;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
}

#facet-dt-2.sub-menu-ttl.openAcd:after {
    content: "\f078";
    font-family: fontAwesome;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
}



#facet-dt-3.sub-menu-ttl:after {
    content: "\f077";
    font-family: fontAwesome;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
}

#facet-dt-3.sub-menu-ttl.openAcd:after {
    content: "\f078";
    font-family: fontAwesome;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
}


@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

@media screen and (max-width:620px) {

    #contents {
        margin-top: calc(11.2rem);
        width: 100%;
    }
    
    .acMenu {
        width: 100%;
    }
    #side_l_pane {
        background-color: #FBF4DF;
        height: auto;
        width: 240px;
        margin-right: 20px;
    }
    #side_l_pane .text {
        background-color: #999900;
        width: 90%;
        height: auto;
        margin: 10px auto 20px;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        color: #FFFFFF
    }
    #side_l_pane .text p {
        margin: 0;
        font-size: 95%;
        line-height: 1.2;
    }
    #side_l_pane .text p span {
        display: block;
        padding-top: 5px;
        margin: 0;
        font-size: 80%;
    }
}

.btn--clear, a.btn--orange {
    background-color: #999900;
    width: 90%;
    height: auto;
    margin: 10px auto 20px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF
}

.btn--clear:hover, a.btn--clear:hover {
    color: #fff;
    background-color: #5B5B03;
}

.fixed_btn, .fixed_box {
    display: none;
}

/* レスポンシブ*/
@media screen and (max-width:1024px)	
{
    #contents {
        margin-top: calc(12.1rem);
        width: 100%;
    }

@media screen and (max-width:768px)	
{
    #contents {
        margin-top: calc(11rem);
        width: 100%;
    }
}
@media screen and (max-width:425px)	
{
    #contents {
        margin-top: calc(7.5rem);
        width: 100%;
    }
}
@media screen and (max-width:375px)	
{
    #contents {
        margin-top: calc(7.5rem);
        width: 100%;
    }
}