﻿@charset "utf-8";
/* CSS Document */

/*****************
base
****************/
html {
	height: 100%;
	font-size: 62.5%;
}
@media only screen and (max-width:768px) {
	html {
		font-size: calc(100vw / 48);
	}
}

body {
	font-size: 1.4em;
	font-family: "Hiragino Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	line-height: 1.2;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

ol {
	list-style-type: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	background: #fff;
}

.container {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:768px) {
	.container {
		width: 100%;
	}
}

.inner {
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 769px) {
.container {
	padding: 0 10px;
}
}

@media screen and (max-width: 480px) {
.pc {
	display: none;
}

.sp {
	display: block;
}	
}

._green {
	color: #22b573;
}
._bold {
	font-weight: bold;
}

.btnArea-pillow {
	margin-top: 100px;
}
.btnArea-mattress figure {
	margin-bottom: 10px;
}
.btnArea-pillow figure {
	margin-bottom: 30px;
}
.btnArea-column__list {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width:768px) {
	.btnArea-column__list {
		display: block;
	}
}
.btnArea-column__item {
	flex-basis: 460px;
	max-width: 460px;
}
@media only screen and (max-width:768px) {
.btnArea-column__item {
	max-width: 100%;
}
}
.btnArea-mattress__title {
	margin-bottom: 10px;
	font-size: 3rem;
	font-weight: 700;
}
.btnArea-mattress__title--gray {
	display: block;
	margin-top: 5px;
	padding: 8px 0 6px;
	text-align: center;
	background: #666666;
	color: #ffffff;
	font-size: 3.6rem;
	letter-spacing: -1px;
}
.btnArea-priceList__item:nth-child(n+2) {
	margin-top: 30px;
}
.btnArea-priceList__text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7px;
}
.btnArea-priceList__size {
	font-size: 2rem;
}
.btnArea-priceList__regularPrice {
	position: relative;
	font-size: 2rem;
}
.btnArea-pillow .btnArea-priceList__text {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 7px;
}
.btnArea-pillow .btnArea-priceList__size {
	margin-bottom: 7px;
	font-size: 3rem;
}
.btnArea-pillow .btnArea-priceList__regularPrice {
	position: relative;
	font-size: 2rem;
}
.btnArea-priceList__regularPrice::after {
	content: "";
	border-bottom: 2px solid #f00;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(-3deg);
}
.btnArea-priceList__price {
	background: #c60e3b;
	padding: 14px 12px;
}
.btnArea-priceList__price a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	text-decoration: none;
	font-size: 2.5rem;
}
.btnArea-priceList__price__txt {
	font-weight: bold;
}
.btnArea-priceList__price__txt--large {
	display: block;
	font-size: 4.8rem;
}
@media only screen and (max-width:768px) {
	.btnArea-priceList__price__txt--large {
		font-size: 4rem;
	}
}
.btnArea-priceList__price__txt--midium {
	margin-left: -12px;
	font-size: 2.8rem;
}
.btnArea-priceList__price__tax {
	display: block;
	font-size: 1.7rem;
	font-weight: normal;
}
@media only screen and (max-width:768px) {
	.btnArea-priceList__image {
		width: 20vw;
	}
}


.project-ttl--secondary {
	margin-top: 135px;
	font-size: 6rem;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width:768px) {
	.project-ttl--secondary {
		font-size: 4rem;
	}
}

.project-intro__txt {
	margin-top: 35px;
	font-size: 2.6rem;
	line-height: 1.69;
}
.project-column__list {
	margin-top: 45px;
}
.project-column__item {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
@media only screen and (max-width:768px) {
	.project-column__item {
		display: block;
	}
}
.project-txt__box {
	flex-basis: 480px;
	max-width: 480px;
}
@media only screen and (max-width:768px) {
.project-txt__box {
	flex-basis: 48%;
	max-width: 100%;
}
}
.project-column__item:nth-child(2) {
	margin-top: 60px;
}
.project-column__item:nth-child(2) figure {
	order: 2;
}
.project-column__item:nth-child(2) .project-txt__box {
	order: 1;
	text-align: right;
}
.project-txt__comment {
	font-size: 3rem;
	line-height: 1.63;
}
.project-txt__name {
	margin-top: 45px;
	font-size: 1.6rem;
}
.project-txt__name--large {
	font-size: 3.1rem;
	font-weight: 500;
}
.project-case {
	margin-top: 100px;
}
.project-case-list {
	margin-top: 30px;
}
.project-ttl--tertiary {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 454px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 0 9px;
	font-size: 3rem;
	text-align: center;
}
@media only screen and (max-width:768px) {
	.project-ttl--tertiary {
		width: 84%;
	}
}
.project-ttl--quartary {
	margin-top: 45px;
	font-size: 3.5rem;
	text-align: center;
}
.project-ttl--quinary {
	margin-bottom: 15px;
	font-size: 2.5rem;
}
.project-ttl--quinary--large {
	display: block;
	font-size: 2.6rem;
}
.project-case__text {
	font-size: 2rem;
	line-height: 1.6;
}
.project-case-column__item {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width:768px) {
	.project-case-column__item {
		display: block;
		justify-content: space-between;
	}
}
.project-case-column__item:nth-child(n+2) {
	margin-top: 80px;
}
.project-case__box {
	flex-basis: 490px;
	max-width: 490px;
}
@media only screen and (max-width:768px) {
	.project-case__box {
		max-width: 100%;
	}
}
.project-case-column__item figure {
	padding-top: 10px;
}
.project-case-column__item:nth-child(2) .project-case__box {
	order: 2;
}
.project-case-column__item:nth-child(2) figure {
	order: 1;
}
.heading-image {
	margin-top: 110px;
}

/****************
common
*************/
header {
	margin: 0px auto;
	text-align: center;
}
footer {
	margin-top: 80px;
}
@media only screen and (max-width:768px) {
	header h1 {
		width: 25%;
    margin: 0 auto;
	}
	footer {
		margin-top: 9.16%;
	}
}
/*ショッピングガイド*/

.shopping_guide{
	max-width: 960px;
	margin: 0 auto 3.75%;
	background: #F8F4F3;
	box-sizing: border-box;
	padding: 15px;
	color: #000000;
}

.shopping_guide .tit_link{
	margin-bottom: 25px;
}

.shopping_guide .tit_link p{
	float: left;
	background: url(http://fsimg.risetokyo.jp/fs2cabinet/common/guide_tit.jpg) no-repeat left top;
	padding-left: 1.0em;
	line-height: 1.2;
}

.shopping_guide .tit_link ul{
	display: table;
	float: left;
	margin-left: 30px;
}

.shopping_guide .tit_link ul li{
	display: table-cell;
	/*float: left;
	margin-left:10px;*/
	padding-right: 10px;
	vertical-align: middle;
}

.shopping_guide .tit_link ul li a{
	display: block;
	padding-left: 5px;
	border-left: 1px solid #401E02;
	line-height: 1;
}

.shopping_guide .tit_link ul li a.btn_link{
	border: none;
}

.shopping_guide .about_frame01{
	margin-bottom: 15px;
	margin-left: -2%;
}

.shopping_guide .about_frame01 .in{
	float: left;
	width: 31%;
	margin-left: 2.3%;
}

.shopping_guide .about_frame01 .about_tit,
.shopping_guide .about_frame02 .about_tit{
	font-weight: bold;
	padding-left: 1em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #AFAFAF;
}

.shopping_guide .about_frame01 .in .inner,
.shopping_guide .about_frame02{
	font-size: 0.8em;
	padding: 0px 5px;
}

.shopping_guide .about_frame01 .indent{
	padding-left: 1em;
	text-indent: -1em;
}

.shopping_guide .about_frame01 .pl1{
	padding-left: 1em;
}

.shopping_guide .about_frame01 .in .inner .notes{
	color: #671B01;
	font-size: 0.9em;
	line-height: 1.2;
	font-weight: bold;
}

.shopping_guide .about_frame01 p,
.shopping_guide .about_frame02 p{
	line-height: 1.5;
}

.shopping_guide .about_frame01 p b,
.shopping_guide .about_frame02 p b{
	font-weight: bold;
}

.shopping_guide .about_frame01 .mb15,
.shopping_guide .about_frame01 .mb15{
	margin-bottom: 15px;
}

.shopping_guide .table{
	display: table;
}

.shopping_guide .cell{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

.shopping_guide .icon_black{
	background: url(http://fsimg.risetokyo.jp/fs2cabinet/common/icon_black.jpg) no-repeat left 3px;
	padding-left: 1.4em;
}

.shopping_guide .about_frame02 img{
	display: block;
}

.shopping_guide .about_frame02 .left,
.shopping_guide .about_frame02 .right{
	width: 49%;
}

.shopping_guide .about_frame02 .left{
	float: left;
}

.shopping_guide .about_frame02 .right{
	float: right;
}

.shopping_guide .about_frame02 .tel_number{
	color: #42A73F;
	font-size: 1.7em;
}

@media screen and (max-width: 480px) {
.shopping_guide .about_frame01 .in {
		float: inherit;
		width: 100%;
}
}

/***  SEEEZ 追加  ***/
.FS2_additional_image_thumbnail_container {
	width: 70px !important;
	height: 70px !important;
}

#lowerComment {
	width: 960px;
	margin: 0 auto;
}

.pan {
	padding: 0 !important;
}

#copyRight {
	padding: 1.3% 0;
	background: #090000;
	text-align: center;
}

#copyRight small {
	color: #fff;
}

