@charset "UTF-8";


/*******************************
   common
 *******************************/
article.cleanup *{
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-style: normal;
}
article.cleanup a{
	text-decoration: none;
}
article.cleanup div.container{
	font-size: 1.2em;
}


.max-width-box{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
    z-index: 2;
}

.vw_max-box{
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

/* 基本色 */
.c_white{
	color: #ffffff;
}
.c_black{
	color: #111111;
}
.c_gray{
	color: #666666;
}
.c_blue{
	color: #024095;
}
.c_yellow{
	color: #ffff00;
}
.c_red{
	color: #cc0000;;
}
.c_dred{
	color: #660000;;
}

/* 背景色 */
.bg_white{
	background-color: #ffffff;
}
.bg_lgray{
	background-color: #eeeeee;
}
.bg_gray{
	background-color: #666666;
}
.bg_blue{
	background-color: #024095;
}
.bg_dblue{
	background-color: #1A163C;
}
.bg_red{
	background-color: #cc0000;
}
.bg_dred{
	background-color: #660000;
}
.bg_yellow{
	background-color: #ffff00;
}
.bg_wall{

}




.object-cover {
    object-fit: cover;
    width: 100%; 
}


.w-10 {
    width: 10% !important;
}
.w-35 {
    width: 35% !important;
}
.w-95 {
    width: 95% !important;
}
.w-10em {
    width: 10em !important;
}
.h-te30{
	height: 3em;
}


.fs-n9 {
    font-size: calc(1rem * 0.9) !important;
}
.fs-n8 {
    font-size: calc(1rem * 0.8) !important;
}
.mt-n3{
	margin-top: -1rem !important;
}
.mb-n5{
	margin-bottom: -5rem !important;
}


h3 {
	position: relative;
 	overflow: hidden;
  	padding: 1.2em 0.5em 1.2em 95px;
  	border: solid 3px #ED6E74;
 	border-bottom: none;
	font-size: 1.6em;
}
h3:before {
	position: absolute;
 	content: '';
 	top: -150%;
 	left: -120px;
 	width: 200px;
 	height: 300%;
 	transform: rotate(25deg);
 	background: #ED6E74;
}
h3 strong {
	position: absolute;
	display: block;
	top: calc( 50% - 0.5em );
	left: 0;
	z-index: 1;
	font-size: 3em;
	line-height: 1em;
	padding-left: 0.2em;
	color: #fff;
}
h3.extra{
  	border: solid 3px #0D40A5;
 	border-bottom: none;
}
h3.extra:before {
 	background: #0D40A5;
}


div.youtube {
	position: relative;
	margin: auto;
	padding-top: 56.25%;
	overflow: hidden;
}
div.youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
}



.menu .menu-item {
    width: calc(50% - 0.5rem); 
}
@media (min-width: 768px) {
    .menu .menu-item {
        width: calc(33.333% - 0.5rem); 
    }
}
.menu a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0.2em 1em 0.2em 45px;
	border: solid 2px #ED6E74;
	color: #222222;
	line-height: 1.1em;
	height: 4em;
	display: flex;
	align-items: center
}
.menu a:before {
	position: absolute;
 	content: '';
 	top: -150%;
 	left: -60px;
 	width: 100px;
 	height: 300%;
 	transform: rotate(25deg);
 	background: #ED6E74;
}
.menu a strong {
	position: absolute;
	display: block;
	top: calc( 50% - 0.5em );
	left: 0;
	z-index: 1;
	font-size: 2em;
	line-height: 1em;
	padding-left: 0.2em;
	color: #fff;
}
.menu a.extra{
  	border: solid 2px #0D40A5;
}
.menu a.extra:before {
 	background: #0D40A5;
}

/*******************************
    コンテンツ
 *******************************/
	
/* かしこい選び方 */
.image-wrapper {
    width: 100%;
    padding-top: calc(2 / 3 * 100%);
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
}
.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.column_title {
    position: absolute;
    bottom: 0;
    left: 8px;
    width: calc( 100% - 16px ) ;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    line-height: 1.4;
    box-sizing: border-box;
    text-align: left;
}
	
	
/**********************
価格帯テーブル
**********************/
.pt_att {
	background-color: #ffffcc;
	color: #880000;
	text-align: center;
	padding: 0.3em;
	font-weight: bold;
}
.price_table {
	overflow: auto; 
}

.price_table table {
	position: relative;
	margin: 0 auto;
	padding: 0 0 10px;
	border-collapse: separate;
	border-spacing: 0 0.35em;
	line-height: 1em;
	width: 100%;
	min-width: 700px;
	overflow: hidden;
}

.price_table tr.p_price th.p_list {
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 110%;
}

.price_table tr.p_price th.p_list small{
	font-size: 50%;
	font-weight: normal;
}

.price_table table.p_kitchen tr.p_price th.p_list {
    width: calc((100% - 12em) / 13);
}

.price_table tbody tr th, .price_table tbody tr td {
	border: none;
	vertical-align: middle;
	height: 2.5em;
}

.price_table tbody tr td {
	padding:0 0.2em;
	border-right: 1px dotted #cccccc;
}

.price_table tbody tr td:last-child {
	border-right: none;
}

.price_table tbody.cleanup tr:nth-child(2n) td {
	background-color: rgba(255,0,0,0.05);
}
.price_table tbody.cleanup tr:nth-child(2n+1) td {
	background-color: rgba(255,0,0,0.15);
}
.price_table tbody.cleanup tr td.range {
	background-color: rgba(222,0,0,0.90);
}
.price_table tbody.lixil tr:nth-child(2n) td {
	background-color: rgba(255,101,0,0.05);
}
.price_table tbody.lixil tr:nth-child(2n+1) td {
	background-color: rgba(255,101,0,0.15);
}
.price_table tbody.lixil tr td.range {
	background-color: rgba(255,101,0,0.90);
}
.price_table tbody.toclas tr:nth-child(2n) td {
	background-color: rgba(255,171,0,0.05);
}
.price_table tbody.toclas tr:nth-child(2n+1) td {
	background-color: rgba(255,171,0,0.15);
}
.price_table tbody.toclas tr td.range {
	background-color: rgba(255,171,0,0.90);
}
.price_table tbody.toto tr:nth-child(2n) td {
	background-color: rgba(0,99,255,0.05);
}
.price_table tbody.toto tr:nth-child(2n+1) td {
	background-color: rgba(0,99,255,0.15);
}
.price_table tbody.toto tr td.range {
	background-color: rgba(0,99,222,0.90);
}
.price_table tbody.panasonic tr:nth-child(2n) td {
	background-color: rgba(6,0,193,0.05);
}
.price_table tbody.panasonic tr:nth-child(2n+1) td {
	background-color: rgba(6,0,193,0.15);
}
.price_table tbody.panasonic tr td.range {
	background-color: rgba(6,0,163,0.90)
}

.price_table tbody th {
	white-space: nowrap;
	position: -webkit-sticky;
 	position: sticky;
	background: #ffffff;
	padding:0;
	z-index: 2;
}

.price_table tbody .p_maker {
	width: 5em;
	left: 0;
}

.price_table tbody .p_maker img {
	width: 5em;
	height: auto;
}

.price_table tbody .p_name {
	width:8em;	
 	left: 3em;
	text-align: right;
	padding-right: 0.2em;
	font-weight: bold;
	color:#555555; 
}

.price_table tbody .p_name a{
	width: 100%;
	font-weight: bold;
	color:#0E00C3; 
	border-bottom: 1px dotted #cccccc;
}

.price_table tbody .p_name a:hover{
	border-bottom: 1px solid #cc0000;
	color: #666666;
}

.price_table tr.p_price th.p_mds {
	width: 11em;
	min-width: 11em;
	max-width: 11em;
	left: 0;
	background: #ffffff;	
	z-index: 3;
}


@media screen and (min-width: 768px) {
	
	.price_table {
		overflow: auto;
		margin-left: 0;
	}
	.price_table table{
		min-width:inherit;
	}	
	.price_table table.p_kitchen tr.p_price th.p_list {
		width: calc((100% - 12.5em) / 13);
	}
	.price_table tbody th {
		position: inherit;
	}
	.price_table tr.p_price th.p_list {
		font-size: 100%;
	}
	.price_table tr.p_price th.p_list small{
		font-size: 40%;
	}
	.price_table tbody .p_maker {
		width: 5em;
	}
	.price_table tbody .p_maker img {
		width: 5em;
	}
	.price_table tbody .p_name {
		width:8em;	
		padding-right: 0.5em;
	}
	.price_table tr.p_price th.p_mds {
		width:auto;
		min-width: inherit;
		max-width: inherit;
	}
}




.result h4{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-bottom: 10px;
}
.result .inner img{
	display: block;
	background-color: #999999;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  margin: 0;
  z-index: 2;
  width: 42px;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(#cb7c83 0%, #cb7c83 100%);
  border-radius: 2px 0 0 0;
  font-family: -apple-system, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
}

.ribbon:before{
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #b1454e;
  border-right: solid 6px transparent;
}
.ribbon:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 21px solid #cb7c83;
  border-right: 21px solid #cb7c83;
  border-bottom: 10px solid transparent;
}
.result > div:nth-of-type(1) .ribbon {
  background: linear-gradient(#dea93d 0%, #dea93d 100%);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.result > div:nth-of-type(1) .ribbon:before{
  border-bottom: solid 6px #b28637;
}
.result > div:nth-of-type(1) .ribbon:after{
  border-left: 21px solid #dea93d;
  border-right: 21px solid #dea93d;
}

.result > div:nth-of-type(2) .ribbon {
  background: linear-gradient(#c2c1c1 0%, #c2c1c1 100%);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.result > div:nth-of-type(2) .ribbon:before{
  border-bottom: solid 6px #919090;
}
.result > div:nth-of-type(2) .ribbon:after{
  border-left: 21px solid #c2c1c1;
  border-right: 21px solid #c2c1c1;
}

.result > div:nth-of-type(3) .ribbon {
  background: linear-gradient(#b66f2f 0%, #b66f2f 100%);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.result > div:nth-of-type(3) .ribbon:before{
  border-bottom: solid 6px #7f4c22;
}
.result > div:nth-of-type(3) .ribbon:after{
  border-left: 21px solid #b66f2f;
  border-right: 21px solid #b66f2f;
}


.maker-logo {
    height: 1.5em !important;
    width: auto !important;
	background-color: #ffffff !important;
	aspect-ratio: auto !important; 
	margin: 0.5em auto 0.35em;
}


.rate1, .rate2, .rate3, .rate4, .rate5 {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
  padding-left: 80px;
  position: relative;
  margin-left: 15px;
}

.rate1:before, .rate2:before, .rate3:before, .rate4:before, .rate5:before  {
  content: "";
  width: 72px;
  height: 12px;
  position: absolute;
	right: 1em;
  left: auto;
  top: 5px;
  margin-bottom: 0;
}

.rate1:before {
  background-image: url(http://fashionrenove.jp/images/common/ster_bg.gif);
  background-position: left -61px top;
}
.rate2:before {
  background-image: url(http://fashionrenove.jp/images/common/ster_bg.gif);
  background-position: left -46px top;
}
.rate3:before {
  background-image: url(http://fashionrenove.jp/images/common/ster_bg.gif);
  background-position: left -31px top;
}
.rate4:before {
  background-image: url(http://fashionrenove.jp/images/common/ster_bg.gif);
  background-position: left -16px top;
}
.rate5:before {
  background-image: url(http://fashionrenove.jp/images/common/ster_bg.gif);
  background-position: left -1px top;
}

.jirei .result_block_item a{
	display: block;
    border: solid 1px #c4c3bf;
    background-color: #ffffff;
	margin-bottom: 1em;
	color: #222222;
}

.ranking .result_block_item a{
	display: block;
	border: solid 1px #004087;
    background-color: #ffffff;
	color: #222222;
	text-align: center;
	font-size: 1.2em;
}

.jirei .jireititle{
	line-height: 1.1em;
	min-height: 2em;
}
.jirei .syousai{
    border: solid 1px #c4c3bf;
    display: block;
	width: 90%;
    line-height: 3em;
    color: #756e4a;
    margin: 0.75em 5%;
    text-align: center;
    background-color: #ffffff;
}

.ranking .result_block_item h4{
	font-size: 1.4em;
}
.ranking .result_block_item table td{
	vertical-align: middle;
}

.ranking .syousai {
	width: 90%;
	margin:auto 5% 10px;
	border: solid 1px #004087;
	display: block;
    line-height: 3em;
	color: #004087;
    margin: 0.75em 5%;
	text-align: center;
    background-color: #ffffff;
}
.ranking .syousai:hover {
	opacity: 0.5 ;
}

@media screen and (min-width: 768px) {
	.result .inner span.ribbon + img,
	.result .inner span.product_ph img {
	aspect-ratio: 4 / 3 ;
	}

}



/*3つの安心ポイント*/	

.anshinpoint{
	margin: 0 0 4em;
	font-size: 100%;
}
.anshinpoint h5{
	width: 100%;
	margin: auto;
}
.anshinpoint div{
	width: 100%;
	background-color: #FFFFDD;
	border-radius: 1em;
	padding-bottom:0.7em;
}
.anshinpoint ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
 	justify-content: space-between;
	padding: 0.7em 2% 0;
}
.anshinpoint ul li{
	width: 96%;
	margin:0.5em 2% 1em;
}
.anshinpoint ul li img{
	width: 100%;
	height: auto;
}
.anshinpoint small{
	display: inline-block;
	font-size: 9px;
	color: #333333;
	line-height: 1.2em;
	padding: 0 2%;
}

@media screen and (min-width: 768px) {
	.anshinpoint{
		margin: 0 0 5em;
	}
	.anshinpoint h5{
		width: 80%;
		margin: auto;
	}
	.anshinpoint div{
		padding-bottom:1.5em;
	}
	.anshinpoint ul{
		padding: 0.7em 2% 0;
	}
	.anshinpoint ul li{
		width: 32%;
		margin:0;
	}
}









/* =========================================== */
/* SITE HEADER SPECIFIC STYLES */
/* All styles below are scoped to .site-header */
/* =========================================== */

.site-header {
    padding-bottom: 0;
    border-bottom: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.site-header .container {
    overflow: hidden;
    position: relative;
    height: 60px;
}

.site-header .topsubmenuwrap {
    position: absolute;
    top: 0;
    width: 52.2%;
    z-index: 50;
    padding-right: 0;
    padding-top: 0;
    position: fixed; /* モバイルでは固定 */
}

.site-header .top-contact a {
    display: block;
    background-color: #1973BF;
    padding: 10px 0 9px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    width: 197px;
    text-align: center;
    margin-left: auto;
    margin-right: 10px;
    position: relative;
    height: auto;
    line-height: 1.4;
    transition: unset;
	text-decoration: none;
}

.site-header .top-contact a span {
    position: relative;
    padding-left: 27px;
	font-size: 14px;
}

.site-header .top-contact a:before {
    content: url(https://fashionrenove.jp/images/top/TopMailIcon.gif);
    position: absolute;
    margin: auto;
    top: 12px;
    left: 30px;
}

.site-header .top-submenu {
    display: none; /* モバイルでは非表示 */
}

.site-header .sitelogo h1 {
    margin: 5px auto auto;
    text-align: center;
}

.site-header .sitelogo img {
    width: auto;
    height: 50px;
}

/* ナビゲーション - モバイルデフォルト */
.site-header .navbar {
    position: relative; /* Bootstrapのデフォルト設定 */
    min-height: 50px; /* Bootstrapのデフォルト設定 */
    margin-bottom: 20px; /* Bootstrapのデフォルト設定 */
    border: 1px solid transparent; /* Bootstrapのデフォルト設定 */

    /* あなたのカスタムCSS */
    position: fixed; /* あなたのカスタムで上書き */
    top: 0;
    right: 0;
    z-index: 9;
}

.site-header .navbar-header { /* Bootstrapのデフォルトではfloat:leftだが、ここではPCでdisplay:noneになるので影響なし */
    /* モバイルでは表示 */
}

.site-header .navbar-toggle {
    position: relative; /* Bootstrapのデフォルト設定 */
    float: right; /* Bootstrapのデフォルト設定 */
    margin-right: 15px; /* Bootstrapのデフォルト設定 */
    padding: 9px 10px; /* Bootstrapのデフォルト設定 */
    margin-top: 8px; /* Bootstrapのデフォルト設定 */
    margin-bottom: 8px; /* Bootstrapのデフォルト設定 */
    background-color: transparent; /* Bootstrapのデフォルト設定 */
    background-image: none; /* Bootstrapのデフォルト設定 */
    border: 1px solid transparent; /* Bootstrapのデフォルト設定 */
    border-radius: 4px; /* Bootstrapのデフォルト設定 */

    /* あなたのカスタムCSSで上書き/追加 */
    margin: 0;
    font-size: 19px;
    padding: 18px;
    background-color: #ffffff;
    border-radius: 20%;
}

.site-header .navbar-toggle:focus { /* Bootstrapのデフォルト設定 */
    outline: 0;
}

.site-header .navbar-toggle .icon-bar {
    display: block; /* Bootstrapのデフォルト設定 */
    width: 30px; /* Bootstrapのデフォルト設定 */
    height: 3px; /* Bootstrapのデフォルト設定 */
    border-radius: 1px; /* Bootstrapのデフォルト設定 */
    background-color: #000; /* あなたのカスタムCSSで上書き */
}

.site-header .navbar-toggle .icon-bar + .icon-bar { /* Bootstrapのデフォルト設定 */
    margin-top: 6px;
}

.site-header .navbar-toggle .wrap { /* あなたのカスタムCSS */
    float: left;
}

.site-header .navbar-toggle .menu { /* HTMLには .menu2 があるが、CSSは .menu */
    margin-top: -2px;
    float: left;
}

.site-header .navbar-collapse {
    overflow-x: visible; /* Bootstrapのデフォルト設定 */
    padding-right: 15px; /* Bootstrapのデフォルト設定 */
    padding-left: 15px; /* Bootstrapのデフォルト設定 */
    border-top: 1px solid transparent; /* Bootstrapのデフォルト設定 */
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; /* Bootstrapのデフォルト設定 */

    /* あなたのカスタムCSSで上書き */
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #dddddd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.site-header .navbar-collapse.in { /* Bootstrapのデフォルト設定 */
    overflow-y: auto;
}

.site-header .navbar-fixed-top .navbar-collapse,
.site-header .navbar-fixed-bottom .navbar-collapse { /* Bootstrapのデフォルト設定 */
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) { /* Bootstrapのデフォルト設定 */
    .site-header .navbar-fixed-top .navbar-collapse,
    .site-header .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.site-header .container > .navbar-header,
.site-header .container-fluid > .navbar-header,
.site-header .container > .navbar-collapse,
.site-header .container-fluid > .navbar-collapse { /* Bootstrapのデフォルト設定 */
    margin-right: -15px;
    margin-left: -15px;
}

.site-header .navbar-nav { /* Bootstrapのデフォルト設定 */
    margin: 7.5px -15px;
}

.site-header .navbar-nav > li > a { /* Bootstrapのデフォルト設定 */
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    /* あなたのカスタムCSS */
    .site-header .top-contact a {
        display: none;
    }

    /* Bootstrapのデフォルト設定 - モバイルナビゲーションのドロップダウン */
    .site-header .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .site-header .navbar-nav .open .dropdown-menu > li > a,
    .site-header .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .site-header .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .site-header .navbar-nav .open .dropdown-menu > li > a:hover,
    .site-header .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

.site-header #main-menu li a {
    color: #000;
}

.site-header #main-menu li a:before,
.site-header #main-menu li a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
	font-size: 14px;
}

.site-header #main-menu li.pc-none {
    display: block;
}

.site-header #main-menu li a:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* アイコン画像は省略 */
.site-header .menu-item-0 a:before { background-image: url(https://fashionrenove.jp/images/common/item0.png); }
.site-header .menu-item-1 a:before { background-image: url(https://fashionrenove.jp/images/common/menu-item-1.png); }
.site-header .menu-item-2 a:before { background-image: url(https://fashionrenove.jp/images/common/menu-item-2.png); }
.site-header .menu-item-3 a:before { background-image: url(https://fashionrenove.jp/images/common/17_11_3.png); }
.site-header .menu-item-4 a:before { background-image: url(https://fashionrenove.jp/images/common/menu-item-4.png); }
.site-header .menu-item-5 a:before { background-image: url(https://fashionrenove.jp/images/common/menu-item-5.png); }
.site-header .menu-item-6 a:before { background-image: url(https://fashionrenove.jp/images/common/17_11_1.png); }
.site-header .menu-item-7 a:before { background-image: url(https://fashionrenove.jp/images/common/item7.png); }
.site-header .menu-item-8 a:before { background-image: url(https://fashionrenove.jp/images/common/item8.png); }
.site-header .menu-item-9 a:before { background-image: url(https://fashionrenove.jp/images/common/item9.png); }


/*******************************
 footer
 *******************************/
.site-footer a{
	text-decoration: none;
}
.site-footer {
    margin: 50px auto 0;
	max-width: 980px;
}

.site-footer .serch {
    padding-bottom: 0;
}

.site-footer .contact {
    padding-top: 15px;
}

.site-footer_footer {
    position: relative;
    margin-bottom: 60px;
}

.contact_form {
	margin-left: 0; 
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.contact .tel  {
	margin-right: 0;
    padding-right: 0;
	width: auto;
}

.site-footer .mail {
    padding: 9px 0;
    font-size: 24px;
    background-color: #000;
    margin-top: 109px;
}

.site-footer .mail a {
    color: #fff;
}

.footerlogo {
    position: absolute;
    margin: auto;
    top: -162px;
    left: 0;
    right: 0;
    max-width: none;
}

.footer-submenu {
    margin: 17px 0 0 27px;
    padding: 0;
}

.footer-submenu li {
    display: inline;
    list-style-type: none;
}

.footer-submenu li a {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

.footer-submenu li a:hover {
    text-decoration: underline;
}

.site-footer .left-arrow {
    margin-left: 12px;
}

.copy {
    text-align: center;
    border-top: solid 1px #9d9d9d;
    margin-top: 13px;
    font-size: 10px;
    padding-top: 13px;
    margin-bottom: 20px;
    width: 100%;
}
.bottombar a {
  text-decoration: none;
}


@media (min-width: 768px) {
	.site-footer_footer {
        margin-bottom: 0;
    }

    .site-footer .contact {
        padding-top: 22px;
    }

    .contact .row {
        margin: 50px 0 0;
        padding-top: 0;
        border: none;
        flex-flow: row wrap;
        align-items: center;
    }

    .contact .tel  {
        background-image: url(http://fashionrenove.jp/images/common/tel_bg.gif);
        background-repeat: no-repeat;
        background-size: auto auto;
        background-position: left center;
        padding-left: 88px;
        height: 95px;
        font-weight: bold;
        font-size: 18px;
        margin-left: 25px;
        background-position-y: -2;
        margin-bottom: 0;
        width: 44%;
    }
    .contact .tel .telnum {
        background-image: url(http://fashionrenove.jp/images/common/freedial_icon.gif);
        background-repeat: no-repeat;
        background-size: auto auto;
        background-position: left center;
        padding-left: 40px;
    }

    .contact_form {
         width: 53%;
    }
    .right-arrow {
        margin-left: 0;
    }
    .contact_form p {
        border-radius: 25px;
        width: auto;
        border: solid 1px #999;
        font-weight: bold;
        font-size: 18px;
        box-sizing: content-box;
        padding-top: 10px;
        padding-bottom: 7px;
    }
    .form:after {
        top: 5px;
    }

    .line_a:after {
        top: 8px;
    }

    .site-footer .mail {
		width: 100vw;
		margin-left: calc(50% - 50vw);
        padding: 21px 0;
        font-size: 30px;
        background-color: #000;
        margin-top: 0;
    }

    .footerlogo {
        float: left;
        margin-right: 7px;
        margin-top: 18px;
        position: relative;
        max-width: none;
        width: auto;
        top: 0;
    }

    .footer-submenu {
        margin: 17px 0 0;
        padding: 0;
        float: left;
        width: 100%;
        font-size: 14px;
    }

    .copy {
        text-align: left;
        margin-top: 12px;
        font-size: 16px;
        padding-top: 0;
        border: none;
        width: 100%;
        margin-left: 12px;
    }
}


/* =========================================== */
/* DESKTOP STYLES (min-width: 768px) */
/* All styles below are scoped to .site-header */
/* =========================================== */
@media (min-width: 768px) {
    /* グローバルに適用されていた body および ul.row は .site-header 内ではないため、
       ここでは対象外とします。必要であれば別途グローバルCSSに配置してください。
    body {
        min-width: 988px;
        margin: 0;
        padding: 0;
    }
    ul.row {
        margin: 0 -15px;
        padding: 0
    }
    */

    /* HEADER - デスクトップ */
    .site-header .container {
		max-width: 980px;
        overflow: inherit;
        height: auto;
    }

    .site-header .sitelogo {
        margin-top: 0;
    }

    .site-header .sitelogo h1 {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 0;
        text-align: left;
    }

    .site-header .sitelogo img {
        width: 256px;
        height: auto;
        margin-left: 5px;
    }

    .site-header {
        position: relative;
    }

    .site-header .topsubmenuwrap {
        position: relative; /* PCでは相対配置 */
        width: 50%;
        padding-right: 50px;
    }

    .site-header .top-submenu {
        margin: 15px 0 0;
        padding: 0;
        display: block; /* PCでは常に表示 */
    }

    .site-header .top-submenu li {
        display: inline;
        list-style-type: none;
        margin-left: 25px;
    }

    .site-header .top-submenu li a {
        color: #000;
        font-size: 12px;
		text-decoration: none;
    }

    .site-header .top-submenu li a:hover {
        text-decoration: underline;
    }

    .site-header .top-contact a { /* PCでは表示 */
        display: block;
    }

    /* ナビゲーション - デスクトップ */
    .site-header .navbar-header {
        display: none; /* デスクトップではハンバーガーメニューを非表示 */
        float: left; /* Bootstrapのデフォルト設定だが、display:noneで無効 */
    }

    .site-header .spmenu {
        color: #fff;
    }

    .site-header .navbar {
        margin-bottom: 0; /* あなたのカスタムで上書き */
        position: relative; /* あなたのカスタムで上書き */
        background-color: transparent; /* あなたのカスタムで上書き */
        margin-top: 4px; /* あなたのカスタムで上書き */
        min-height: 39px; /* あなたのカスタムで上書き */
        box-shadow: none; /* あなたのカスタムで上書き */

        border-radius: 4px; /* Bootstrapのデフォルト設定 */
    }

    .site-header .navbar.fixed { /* あなたのカスタムCSS */
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        border-radius: 0;
        margin: 0;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

    .site-header .navbar.fixed .navbar-collapse { /* あなたのカスタムCSS */
        margin: 0 auto;
        width: 970px;
    }

    .site-header .navbar-toggle { /* デスクトップでは非表示 */
        display: none; /* Bootstrapのデフォルト設定 */
    }

    .site-header .navbar-collapse {
        width: auto; /* Bootstrapのデフォルト設定 */
        border-top: 0; /* Bootstrapのデフォルト設定 */
        -webkit-box-shadow: none; /* Bootstrapのデフォルト設定 */
        box-shadow: none; /* Bootstrapのデフォルト設定 */

        /* あなたのカスタムCSSで上書き/追加 */
        position: static; /* PCでは固定ではなく通常フロー */
        padding-left: 0;
        padding-right: 0;
        margin-left: 21px; /* これは元のCSSになかったが、デザイン上の調整？ */
    }

    /* ここが最も重要: .navbar-collapse.collapse の強制表示ルール */
    .site-header .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .site-header .navbar-collapse.in { /* Bootstrapのデフォルト設定 */
        overflow-y: visible;
    }

    .site-header .navbar-fixed-top .navbar-collapse,
    .site-header .navbar-static-top .navbar-collapse,
    .site-header .navbar-fixed-bottom .navbar-collapse { /* Bootstrapのデフォルト設定 */
        padding-left: 0;
        padding-right: 0;
    }

    .site-header .container > .navbar-header,
    .site-header .container-fluid > .navbar-header,
    .site-header .container > .navbar-collapse,
    .site-header .container-fluid > .navbar-collapse { /* Bootstrapのデフォルト設定 */
        margin-right: 0;
        margin-left: 0;
    }

    .site-header .navbar-nav { /* Bootstrapのデフォルト設定 */
        float: left;
        margin: 0;
    }

    .site-header .navbar-nav > li { /* Bootstrapのデフォルト設定 */
        float: left;
    }

    .site-header .navbar-nav > li > a { /* Bootstrapのデフォルト設定 */
        padding-top: 15px;
        padding-bottom: 15px;

        /* あなたのカスタムCSS */
        position: relative;
        height: 48px;
    }

    .site-header #main-menu { /* あなたのカスタムCSS */
        margin-right: -60px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%; /* 親要素の幅に合わせて調整 */
    }

    .site-header #main-menu li.pc-none { /* デスクトップでは非表示 */
        display: none;
    }
}

/* =========================================== */
/* OTHER GLOBAL STYLES (NO CHANGE - APPLIES GLOBALLY) */
/* =========================================== */
/* 元のCSSで .site-header の子孫セレクタでなかったものをここに移動 */

.nav-justified > li {
    display: table-cell;
    width: 1%;
}
.nav-justified > li > a {
    margin-bottom: 0;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}