.pc
{
    display: none;
}

.non-displayPc
{
    display: none;
}

.inputM
{
    /*width: 230px=>200px;*/
    width: 200px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left:6px;
}

#main
{
    width: 100%;
    /*height: 350px;*/
    /*height: auto;*/
    position: relative;
    overflow: hidden;
    /*padding-top: 111px;*/
}

    #main .mainImg img
    {
        width: 100%;
        /*height: auto;*/
        /*min-width: 1200px;*/
    }

#main .bg {
	width: 100%;
	bottom: 0;
	position: absolute;
	color: #fff;
	height: 200px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.4));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.4)));
	background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.4));
	background: linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.4));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#AA000000', GradientType=0)"; 
	behavior: url(../js/PIE.htc);
}

#main .txt {
	width: 980px;
	bottom: 20px;
	position: absolute;

	/*lead
        color: #fff;*/
	left: 50%;
	margin-left: -490px;
}

#main .tit {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main .cap {
	font-size: 11px;
}

#main2 {
	padding-top: 111px;
	margin-bottom: 30px;
}

#main2 .logo {
	margin: 30px 0 30px;
}

/* @end */


/* @group インフォメーション */

#info {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 60px 0 55px;
}

#info .tit {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 10px;
}

#info dt {
	float: left;
	margin-bottom: 5px;
}

#info dd {
	margin-bottom: 5px;
	padding-left: 100px;
}

/* @end */


/* @group バナー */

#bnr {
	padding: 50px 0;
}

/* @end */


/* @group ナビ */
ul#tabs-list {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

span.panel-label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	width: 159px;
	cursor: pointer;
	-webkit-transition-property: border-top, background-color, color;
	transition-property: border-top, background-color, color;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	padding: 8px 0;
}

#panels section header span.panel-label {
	padding: 12px 24px;
}

#panels section main {
	max-height: 0;
	opacity: 0;
	-webkit-transition: opacity 600ms;
	transition: opacity 600ms;
	overflow-y: hidden;
	display: none;
}
#panels section.selected main {
	max-height: initial;
	opacity: 1;
	display: inline;
}
ul#tabs-list li {
    display: inline-block;
    text-align: center;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
ul#tabs-list li.selected {
    /*pointer-events: none;
    cursor: default;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);*/
}
ul#tabs-list li.selected span {
}

#open-nav-label,#close-nav-label {
    display: none;
}

#nav-ctrl {
    display: none;
}

main {
	margin: 0 auto;
}

.panel-radios {
	xdisplay: none;
	xposition:absolute;
	xtop: -3000px;
	xz-index: -9999;
}






ul#tabs-list2 {
	margin: 0 auto;
	font-size: 16px;
	text-align: left;
	width: 980px;
    padding-bottom:46px;
}

span.panel-label2 {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	cursor: pointer;
    color:#000;
}

#open-nav-label2 {
    display: block;
    max-height: 36px;
    overflow-y: hidden;
    padding: 12px 24px 12px 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
    /*cursor: pointer;*/
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}

#open-nav-label2 .ico {
	right: 10px;
	position: absolute;
	width: 30px;
	height: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 10px;
	top: 53px;
	padding-top: 5px;
	text-align: center;
}

#tabs-list2.open #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px;
}
#tabs-list2 {
    position: relative;
}
#tabs-list2 li span {
    padding: 7px 20px 7px 5px;
}
#tabs-list2 li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
}
#tabs-list2 li.selected {
    max-height: 46px;
    opacity: 1;
	border: 2px solid;
}
#tabs-list2.open li {
    max-height: 46px;
    opacity: 1;
}

/* @end */


/* @group 検索 */

#searchBox {
	padding: 30px 0;
}

#searchBox .inner {
	width: 980px;
	margin: 0 auto;
}

#searchBox input.search {
	color: #999;
	height: 30px;
	width: 888px;
	font-size: 14px;
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

#searchBox .searchBtn {
	text-align: center;
	width: 70px;
    border:none;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background: url(../common/search_ico.png) no-repeat center center;
	color: #fff;
	text-indent: -9999px;
	height: 32px;
	cursor: pointer;
	position: relative;
	behavior: url(../js/PIE.htc);
}

/* @end */

#select {
	padding: 15px 0;
	text-align: left;
}

#select .inner {
	width: 980px;
	margin: 0 auto;
}

#select p {
	float: left;
	padding-top: 3px;
}

#select .clearBtn {
	padding: 2px 5px;
	text-align: center;
	width: 90px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	behavior: url(../js/PIE.htc);
	font-size: 16px;
	cursor: pointer;
	float: right;
}



    /* 検索フィルター */

    #select #filter .clearBtn {
        text-align: center;
        width: 48px;
        border: none;
        border-radius: 6px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../common/filter_arrow.png);
        color: #fff;
        height: 32px;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
    }

    #select #filter input.filter_close {
        background-image: url(../common/filter_close.png);
    }

    #select #filter .filter_clear {
        background-image: none;
        font-weight: normal;
        width: 90px;
        float: left;
        margin-right: 10px;
    }

#filter .inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
}

#select .inner + #filter {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #bbb;
}

.filter-area {
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: left;
    transition: all 0.4s ease-out 0s;
}

    .filter-area .title {
        width: 80px;
        border-right: 1px solid #bbb;
        margin-right: -1px;
        padding-top: 13px;
        padding-right: 5px;
        padding-bottom: 10px;
        font-size: 14px;
        word-break: break-word;
    }

    .filter-area .check {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        padding-left: 10px;
        border-left: 1px solid #bbb;
    }

.filter_on {
    opacity: 1;
    transition: all 0.2s ease-out 0s;
    transform: translateY(10px);
    height: auto;
    z-index: 0;
    pointer-events: auto;
}

.filter_off {
    opacity: 0;
    transition-duration: 0.0s;
    transform: translateY(0px);
    height: 0px;
    z-index: -1;
    pointer-events: none;
}

/* 検索フィルター内のチェックレイアウト */

.filter_check {
    display: flex;
    position: relative;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 20px;
    z-index: 5;
}

    .filter_check input {
        display: none;
    }

    .filter_check label {
        border-radius: 20px;
        padding: 5px 12px 5px 32px;
        background-color: #fff;
        color: #555555;
        transition: all 0.2s ease-out 0s;
        display: flex;
        align-items: center;
        cursor: pointer;
        border: 2px solid #ccc;
        margin: 1px;
        box-shadow: 0 0 0 2px #fff;
        word-break: break-word;
    }

    .filter_check input:checked + label {
        background-color: rgba(0,0,0,0);
        color: #fff;
        border: 2px solid rgb(255, 255, 255);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    }

    .filter_check label span.check_mark {
        margin-left: -16px;
        margin-top: -5px;
        margin-right: 16px;
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
        width: 6px;
        min-width: 6px;
        height: 16px;
        border-right: 5px solid #ccc;
        border-bottom: 4px solid #ccc;
        transition: all 0.2s ease-out 0s;
    }

    .filter_check input:checked + label span.check_mark {
        border-color: #fff;
    }

    .filter_check label span.number {
        margin-left: 8px;
        border-radius: 16px;
        background: rgba(190, 190, 190, 0.5);
        width: 23px;
        min-width: 23px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        user-select: none;
    }

    .filter_check input:checked + label span.number {
        background: rgba(255, 255, 255, 0.3);
    }

.check .chilled {
    opacity: 1;
    position: relative;
    z-index: 0;
}

#filter_area div.check div.chilled label {
    border: 2px dashed #ccc;
}

#filter_area div.check div.chilled input:checked + label {
    border-color: #fff;
}


/* @group パネル */

#panels .greyBg {
	background-color: #f0f0ee;
	padding: 30px 0;
}

#panels .whiteBg {
	padding: 30px 0;
}

#panels .inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#panels .photo {
	float: left;
}

#panels .contents {
	float: right;
	width: 670px;
}

#panels .tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#panels span.new {
	font-weight: bold;
	font-size: 14px;
	vertical-align: text-top;
	margin-right: 10px;
	padding: 3px 5px;
}

#panels .guidelines dt {
	padding: 3px 0;
	text-align: center;
	width: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #8c8c8c;
	color: #fff;
	font-size: 13px;
	float: left;
	margin-right: 1000px;
    margin-top: 10px;
	position: relative;
	behavior: url(../js/PIE.htc);
}

#panels .guidelines {
	margin: 20px 0 15px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}

#panels .guidelines dd {
	font-weight: bold;
	margin-right: 20px;
	float: left;
	font-size: 13px;
	padding-top: 3px;
}

#panels .tag {
	float: left;
}

#panels .tag li {
	font-size: 11px;
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #555;
    /*margin-right: 5px;*/
	margin-right: 10px;
}

#panels .tag li:last-child {
	border-right: none;
}

#panels .tag li a {
	color: #555;
}

#panels .entryBtn {
	padding: 5px;
	text-align: center;
	width: 150px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	behavior: url(../js/PIE.htc);
	font-size: 18px;
	float: right;
	display: block;
}

#panels .entryBtnClose {
	padding: 5px;
	text-align: center;
	width: 150px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #dcdcdc;
	color: #666;
	position: relative;
	behavior: url(../js/PIE.htc);
	font-size: 18px;
	float: right;
}

/* @end */


/* @group フッター */
#footer .footerBg {
    display: flex;
    justify-content: flex-end;
    background-color: #404040;
    height: 40px;
    width: 100%;
    line-height: 1.4;
}
/* @end */