.non-displaySP
{
    display: none !important;
}

body {
	font-size: 14px;
	-webkit-text-size-adjust: 100%;/* 文字サイズを自動調整する機能を無効化 */
}

img {
	max-width: 100%;
	height: auto;
}

.inputM
{
    width: 110px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 4px;
}

#main {
	width: 100%;
	height: auto;
	overflow:hidden;
}

#main .mainImg img {
	width: 100%;
	height: auto;
}

#main .txt {
	position:relative;
}

#main .tit {
	position: absolute;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	width: 640px;
	left: 50%;
	margin-left: -320px;
	line-height: 1.3;
	top: -80px;
}

#main .lead {
	text-align: left;
	padding: 20px;
}

#main2 {
	padding-top: 0px;
}

#main2 .logo {
	margin-top: 30px;
}

#main2 .logo img {
	width: 70%;
}

#main2 .lead {
	text-align: left;
	padding: 20px;
}

/* @group バナー */

#bnr {
	padding: 20px;
}

/* @end */


/* @group インフォメーション */

#info {
	text-align: left;
	padding: 20px;
}

#info .tit {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 10px;
}

#info dt {
	font-weight: bold;
}

#info dd {
	margin-bottom: 5px;
}

/* @end */


/* @group ナビ */
ul#tabs-list {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}

span.panel-label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	width: 100%;
	cursor: pointer;
	-webkit-transition-property: border-top, background-color, color;
	transition-property: border-top, background-color, color;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}

#panels .container {
	text-align: left;
}
#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;
}
#open-nav-label {
    display: block;
    max-height: 36px;
    overflow-y: hidden;
    padding: 12px 24px;
    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;
}
#open-nav-label {
    display: block;
    max-height: 36px;
    overflow-y: hidden;
    padding: 12px 24px;
    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;
}
#open-nav-label .ico {
	right: 20px;
	position: absolute;
	width: 30px;
	height: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 10px;
	top: 8px;
	padding-top: 5px;
}
#close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    padding: 0px;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1px;
}
#tabs-list.open #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px;
}
#tabs-list {
    position: relative;
}
#tabs-list span.panel-label {
    padding: 12px 0;
}
#tabs-list li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
}
#tabs-list li.selected {
    max-height: 46px;
    opacity: 1;
}
#tabs-list.open li {
    max-height: 46px;
    opacity: 1;
}
#panels section header {
    display: block;
}

main {
    margin: 0 auto;
}

.panel-radios {
	xdisplay: none;
}

/* @end */


/* @group 検索 */

#searchBox {
/*	background-color: #a989c1;*/
	padding: 20px;
}

#searchBox .inner {
	margin: 0 auto;
	text-align: center;
}

#searchBox input.search {
	color: #999;
	height: 30px;
	width: calc(80% - 10px);
	font-size: 14px;
	border: none;
	padding-left: 10px;
	margin-right: 0;
	float: left;
}

#searchBox .searchBtn {
	text-align: center;
	width: 20%;
    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: 31px;
	cursor: pointer;
	position: relative;
	behavior: url(../js/PIE.htc);
	float: left;
}

.add-clear-span a {
	font-size: 20px;
	padding-top: 2px;
}

/* @end */

#select {
	padding: 20px;
	text-align: left;
}

#search-area {
    display: flex;
    align-content: space-between;
    align-items: flex-end;
}

#select .clearfix:after{
    content: none;
}

#select p {
	flex: 1;
}

#select p span.bold{
	display: block;
}

#select .clearBtn {
	padding: 3px 20px;
	text-align: center;
	width: 60px;
	-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 {
    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;
    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: 14px;
        padding-top: 13px;
        padding-right: 5px;
        padding-bottom: 10px;
        font-size: 14px;
        word-break: break-word;
    }

    .filter-area .check {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: flex-start;
    }

.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;
    max-width: 100%;
}

    .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;
        height: 16px;
        min-width: 6px;
        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;
    margin-left: 20px;
    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: 20px 0;
}

#panels .whiteBg {
	padding: 20px 0;
}

#panels .inner {
	text-align: left;
	padding: 0 20px;
}

#panels .photo {
	margin-bottom: 15px;
	text-align: center;
}

#panels .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#panels span.new {
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 10px;
	padding: 3px 5px;
}

#panels .guidelines {
	margin: 20px 0 15px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}

#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;
	position: relative;
	behavior: url(../js/PIE.htc);
	font-size: 13px;
	margin-right: 10px;
	float: left;
	margin-bottom: 5px;
}

#panels .guidelines dd {
	font-weight: bold;
	margin-right: 20px;
	font-size: 13px;
	padding-top: 3px;
	clear: left;
	height: 30%;
	margin-bottom: 5px;
}

#panels .tag {
	margin-bottom: 20px;
}

#panels .tag li {
	font-size: 11px;
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #333;
	/*margin-right: 5px;*/
	margin-right: 10px;
}

#panels .tag li:last-child {
	border-right: none;
}

#panels .tag li a {
	color: #333;
}

#panels .entryBtn {
	padding: 5px;
    margin: 0 auto;
	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;
	display: block;
}

#panels .entryBtnClose {
	padding: 5px;
    margin: 0 auto;
	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;
}

/* @end */


/* @group フッター */

#footer .footerBg {
    display: flex;
    justify-content: flex-end;
    background-color: #404040;
    height: 40px;
    width: 100%;
    font-size: 10px;
}

/* @end */

.add-clear-span a {
	right: 30px !important;
}