@media screen and (max-width: 640px) {

.pc{ display:none  !important;}
.sp{ display:block  !important;}

/*ヘッダー*/
header {
    margin: 30px auto 12px auto;
    width: 100%;
}
header ul#breadcrumbs {
    margin: 40px 0 0 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 2% 5%;
    float: left;
    width: 90%;
}
h1 {
    width: 80%;
    margin: 0 3%;
    float: left;
}

/*コンテンツ*/
#container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#slide {
    border: solid 1px #e5e5e5;
    width: 100%;
}
#slide div img {
    width: 100%;
}
h2.index_ttl {
    margin: 5% 0 0 0;
    padding: 0 0 6px 20px;
    font-size: 120%;
    font-weight: bold;
    border-bottom: solid 1px #2f2f2f;
    background: transparent url(/webroot/img/index_icon.png) left 6px no-repeat;
    clear: both;
}

ul.index_list {
    margin: 4px 0 0 0;
    padding: 0;
    border-top: solid 1px #e5e5e5;
}
ul.index_list li {
    position: relative;
    padding: 3% 4%;
	margin:0;
    width: 92%;
    float: left;
    border-bottom: solid 1px;
}
ul.index_list li:nth-child(4n) {
    margin: 0;
    float: left;
}
ul.index_list li .date {
    margin: 0;
    font-size: 80%;
    width: 100%;
}
ul.index_list li .category {
    position: absolute;
    margin: 6px 0 0 40%;
    padding: 5px;
    width: 90px;
    font-size: 80%;
    color: #fff;
    text-align: center;
}
ul.index_list li .images {
    margin: 6px 0 0 0;
    left: 0;
    top: 20px;
    width: 38%;
    float: left;
}
ul.index_list li .images img {
    width: 100%;
}
ul.index_list li .title {
    position: absolute;
    margin: 12% 2% 0 40%;
    font-size: 90%;
    background: transparent url(/webroot/img/arrow.png) right top no-repeat;
    width: 51%;
    float: right;
}

.more {
    text-align: center;
    margin: 4% 0;
    width: 100%;
}
footer {
    margin: 1% 0 0 0;
    padding: 0 0 10% 0;
    width: 100%;
    background-color: #f4e9c7;
}
footer #footerinner {
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
}
footer #footerinner ul#fmenu01,
footer #footerinner ul#fmenu02 {
    margin: 0 0 8px 5%;
    font-size: 22px;
    width: 70%;
}
#footerinner li {
    width: 100%;
    float: left;
}
footer #footerinner #fpagetop {
    position: absolute;
    top: 0;
    right: 4%;
}
footer #footerinner p#fcopyright {
    font-size: 60%;
    position: absolute;
    bottom: -38px;
    right: 10%;
    width: 80%;
    margin: 0 auto 3%;
    text-align: center;
}
footer #footerinner #flogo {
    border: solid 1px #e5e5e5;
    margin: 5% auto 3%;
    width: 50%;
    position: initial;
}

/*-----ショールーム-----*/
#showroom {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    box-sizing: border-box;
    float: left;
}
#showroom #sh_headbox #sh_bgbox {
    padding: 8px;
    background: transparent url(/webroot/img/sh_namebg.gif) left top repeat;
}
#showroom #sh_headbox #sh_bgbox #sh_bgboxinner {
    padding: 10px;
    background-color: #c59a52;
    border: solid 5px #fff;
}
#showroom #sh_headbox #sh_bgbox #sh_bgboxinner p.sh_thumb {
    color: #fff;
    float: left;
}
#showroom #sh_headbox #sh_bgbox #sh_bgboxinner div.righttxt {
    margin: 0;
    width: 68%;
    text-align: left;
    float: right;
}
#showroom #sh_headbox #sh_bgbox #sh_bgboxinner div.righttxt p.sh_ttl {
    padding: 0 0 2px 0;
    font-size: 70%;
    color: #fff;
    border-bottom: dotted 1px #fff;
}
#showroom #sh_headbox #sh_bgbox #sh_bgboxinner div.righttxt h2.sh_name {
    padding: 6px 0 0 0;
    font-size: 140%;
    color: #fff;
}
#showroom #sh_content {
    margin: 20px 0 0 0;
    border-top: solid 1px #e5e5e5;
}
#showroom #sh_content .tab-index li {
    display: table-cell;
    width: 100%;
    border-right: 1px solid #ccc;
    float: left;
}
#showroom #sh_content ul#sh_plan_list li {
    padding: 5% 3%;
    width: 100%;
    border-top: solid 1px #e5e5e5;
    box-sizing: border-box;
}
#showroom #sh_content ul#sh_plan_list li a div.sh_plan_ph {
    position: relative;
    width: 35%;
    float: left;
}
#showroom #sh_content ul#sh_plan_list li a div.sh_plan_ph .category {
    position: absolute;
    margin: 5px 0 0 103%;
    padding: 5px;
    width: 90px;
    font-size: 80%;
    color: #fff;
    text-align: center;
}
#showroom #sh_content ul#sh_plan_list li a div.sh_plan_ph .images {
    margin: 6px 0 0 0;
    left: 0;
    top: 20px;
    width: 100%;
}
#showroom #sh_content ul#sh_plan_list li a div.sh_plan_ph .images img {
    width: 100%;
}
#showroom #sh_content ul#sh_plan_list li a div.sh_plan_txt {
    margin: 11% 0 0 2%;
    width: 55%;
    background: transparent url(/webroot/img/arrow.png) right top no-repeat;
    padding: 0 6% 0 0;
    float: left;
}
#showroom #sh_content table#sh_detail td.ttlcell {
    width: 92%;
    background-color: #f4f4f4;
    vertical-align: middle;
    float: left;
	padding:1em 4%;
}
#showroom #sh_content table#sh_detail td {
    padding: 1em 5%;
    border-top: solid 1px #e5e5e5;
    font-size: 90%;
    width: 90%;
    float: left;
}
#sh_detail td img {
    width: 100%;
}


/*------サロネーゼ ------------*/
#salonese {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    box-sizing: border-box;
    float: left;
}
#salonese #sl_headbox #sl_bgbox {
    margin: 0;
    padding: 2%;
    background: transparent url(/webroot/img/sl_namebg.gif) left top repeat;
}
#salonese #sl_headbox #sl_bgbox #sl_bgboxinner {
    padding: 3%;
    background-color: #c59a52;
    border: solid 5px #fff;
}
#salonese #sl_headbox #sl_bgbox #sl_bgboxinner div.righttxt {
    margin: 0 3%;
    width: 65%;
    text-align: left;
    float: left;
}
#salonese #sl_headbox #sl_bgbox #sl_bgboxinner div.righttxt p.sl_ttl {
    padding: 0 0 6px 0;
    font-size: 70%;
    color: #fff;
    border-bottom: dotted 1px #fff;
}
#salonese #sl_content {
    margin: 5% 0 0 0;
    border-top: solid 1px #e5e5e5;
}
#salonese #sl_content .tab-index li {
    display: table-cell;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#salonese #sl_content .tab-index li:last-child {
    border-right: 1px solid #ccc;
}
#salonese #sl_content div#sl_profile p.sl_ph {
    width: 280px;
    float: none;
    margin: 0 auto;
}
#salonese #sl_content div#sl_profile p.sl_prof {
    margin: 3% 5%;
    width: 90%;
    font-size: 90%;
    float: left;
}
#salonese #sl_content table#sl_detail td.ttlcell {
    width: 90%;
    background-color: #f4f4f4;
    float: left;
}
#salonese #sl_content table#sl_detail td {
    padding: 1em 5%;
    border-top: solid 1px #e5e5e5;
    font-size: 90%;
    float: left;
    width: 90%;
}
#salonese #sl_content ul#sl_plan_list li a div.sl_plan_ph {
    position: relative;
    width: 35%;
    float: left;
}
#salonese #sl_content ul#sl_plan_list li a div.sl_plan_ph .category {
    position: absolute;
    margin: 5px 0 0 103%;
    padding: 5px;
    width: 90px;
    font-size: 80%;
    color: #fff;
    text-align: center;
}
#salonese #sl_content ul#sl_plan_list li a div.sl_plan_ph .images {
    margin: 6px 0 0 0;
    left: 0;
    top: 20px;
    width: 100%;
}
#salonese #sl_content ul#sl_plan_list li a div.sl_plan_ph .images img {
    width: 100%;
}
#salonese #sl_content ul#sl_plan_list li a div.sl_plan_txt {
    margin: 11% 0 0 2%;
    width: 55%;
    background: transparent url(/webroot/img/arrow.png) right top no-repeat;
    padding: 0 6% 0 0;
    float: left;
}
#salonese #sl_content ul#gallery {
    margin: 3% 10%;
}
#salonese #sl_content ul#gallery li {
    margin: 0 0 16px 0;
    padding: 0;
    width: 100%;
    font-size: 70%;
    display: inline-block;
    vertical-align: top;
}
#gallery li a img {
    width: 100%;
    height: auto;
}
#salonese #sl_content div.youtube {
    margin: 5%;
    padding: 0 0 30px 0;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    width: 90%;
}



/*-----------　サロネーゼから探す　-----------*/
#column_left {
    width: 94%;
    margin: 2% 3%;
    height:auto;
    border: none;
    box-sizing: border-box;
    float: left;
}
#column_left p.column_ttl {
    display: none;
}
#column_left ul.cat_list {
    margin: 0;
    padding: 0;
}
#column_left ul.cat_list li {
    margin: 0 0 1%;
    text-align: center;
    width: 100%;
    background: #e5e5e5;
    padding: 0.5em 0;
}
#column_left ul.cat_list li a {
    position: relative;
    width: 100%;
    font-size: 80%;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}
#column_left ul.cat_list li a.accordion:after {
    position: absolute;
    top: 13px;
    right: 3%;
    margin-top: -14px;
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
#column_left ul.cat_list li ul.inner li {
    margin: 0 0 1% 0;
    list-style: circle;
    cursor: pointer;
}
#category #cat_content ul#cat_plan_list li a div.cat_plan_txt {
    margin: 10% 0 0 2%;
    width: 52%;
    min-height: 150px;
    background: transparent url(/webroot/img/arrow.png) right top no-repeat;
    float: left;
    padding: 0 6% 0 0;
}
#sl_list {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    box-sizing: border-box;
    float: left;
}
#sl_list #sl_ttl {
    padding: 5%;
    font-size: 90%;
    font-weight: bold;
}
#sl_list ul#sl_listpage li {
    padding: 5%;
    width: 100%;
    border-top: solid 1px #e5e5e5;
    box-sizing: border-box;
}
#sl_list ul#sl_listpage li a div.sl_list_txt {
    margin: 0 0 0 4%;
    width: 65%;
    float: left;
}





/*----------　エリアから探す　--------------*/
#category {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    box-sizing: border-box;
    float: left;
}
#category #cat_ttl {
    padding: 5%;
    font-size: 90%;
    font-weight: bold;
}
#category #cat_content .tab-index li {
    display: table-cell;
    width: 100%;
    border-right: 1px solid #ccc;
    float: left;
}
#category #cat_content ul#cat_plan_list li {
    padding: 5%;
    width: 100%;
    border-top: solid 1px #e5e5e5;
    box-sizing: border-box;
}
#category #cat_content ul#cat_plan_list li a div.cat_plan_ph {
    position: relative;
    width: 40%;
    float: left;
}
ul#cat_plan_list li a div.cat_plan_ph .images img {
    width: 100%;
}
#category #cat_content ul#cat_plan_list li a div.cat_plan_ph .images {
    margin: 0;
    left: 0;
    top: 0;
}
#category #cat_content ul#cat_plan_list li a div.cat_plan_ph .category {
    position: absolute;
    margin: 0 0 0 105%;
    padding: 5px;
    width: 90px;
    font-size: 80%;
    color: #fff;
    text-align: center;
}

#category #cat_content ul#cat_plan_list li a div.cat_plan_txt {
    margin: 10% 0 0 2%;
    width: 52%;
    min-height: 150px;
    background: transparent url(/webroot/img/arrow.png) right top no-repeat;
    float: left;
    padding: 0 6% 0 0;
}





/*--------- イベント詳細　-------------*/
#plan {
    position: relative;
    width: 100%;
    height: auto;
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    box-sizing: border-box;
    float: left;
}
#plan #plan_head .snsposition {
    display: none;
    margin: -30px 0 0 0;
    float: right;
}
#plan #plan_datebox {
    position: initial;
    width: 90%;
    border: none;
    margin: 3% 5%;
    float: left;
}
#plan #plan_datebox #plan_cat {
    padding: 6px 0;
    color: #fff;
    font-size: 80%;
    text-align: center;
    width: 30%;
    border-bottom: solid 1px #e5e5e5;
    float: left;
}
#plan #plan_datebox p#plan_date {
    padding: 0 2%;
    font-size: 100%;
    line-height: 1em;
    text-align: left;
    background-color: #fff;
    float: left;
    width: 66%;
}
#plan #plan_status {
    position: absolute;
    right: 2%;
    top: 41px;
    padding: 1% 2%;
    width: 20%;
    height: 1.5em;
    border-radius: 0;
    background-color: #e9d59b;
    color: #d70c25;
    text-align: center;
    font-weight: normal;
}
#plan h2#plan_ttl {
    margin: 3% 5%;
    width: 90%;
    font-size: 140%;
    font-weight: bold;
}
#plan p#plan_ph {
    margin: 5%;
    width: 90%;
    height: auto;
}
#plan p#plan_ph img {
    width: 100%;
}
#plan p#plan_lead {
    margin: 0 5%;
    font-size: 90%;
    line-height: 1.5em;
    padding: 0 0 10%;
}
#plan table#plan_detail td.ttlcell {
    background-color: #f4f4f4;
    width: 90%;
    float: left;
}

#plan table#plan_detail td {
    padding: 3% 5%;
    border-bottom: solid 1px #e5e5e5;
    font-size: 90%;
    width: 90%;
    float: left;
}
#column {
    width: 100%;
    height: auto;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    float: left;
}
#column div.colomn_sl {
    padding: 5%;
    background-color: #f4f4f4;
    border-bottom: solid 1px #e5e5e5;
    width: 90%;
}








}