@import "/css/font-awesome/css/font-awesome.min.css";

.main_visual {
	margin-top: 30px;
}

.headline {
	margin: 20px 0;
	padding: 10px 0;
	background-color: #bf9000;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
.headline p span {
	font-size: 160%;
}

@media only screen and (max-width: 599px) {
	.headline {
		padding: 10px 15px;
		font-size: 0.85rem;
		line-height:1.7;
	}
	.headline p span {
		font-size: 1.3rem;
	}
}

.about h2 {
	font-size: 140%;
}
.about {
	font-size: 120%;
}
.about ul {
	margin: 1.5em 0 0;
	overflow: hidden;
}
.about li {
	float: left;
	width: calc((100% - 3em) / 3);
	margin: 0 1.5em 1.5em 0;
}
.about li:nth-child(3n) {
	margin-right: 0;
}
.about li a {
	display: block;
	position: relative;
}
.about li a::after {
	content: "\f00e";
	position: absolute;
	bottom: 0.5em;
	right: 0.2em;
	z-index: 99;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 1.2em;
	background-color: rgba(255, 255, 255, 0.3);
	border: solid 2px #ffffff;
	border-radius: 5px;
	padding: 0.2em 0.5em;
}
.about img {
	max-width: 100%;
}

/* ********** ルーム詳細 ********** */
.room_data {
	overflow: hidden;
	border: solid 2px #bf9000;
	margin: 40px 0;
	padding: 30px 30px 25px;
}
.room_data h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 10px;
}
.room_data dl {
	float: left;
	width: 60%;
	overflow: hidden;
	font-size:0.9rem;
}
.room_data dt,
.room_data dd {
	display: inline-block;
	margin-bottom: 5px;
}
.room_data dt {
	float: left;
	width: 7em;
	position: relative;
}
.room_data dt::after {
	content: ":";
	position: absolute;
	right: 0;
}
.room_data dd {
	float: right;
	width: calc(100% - 8em);
}
.room_data .reserve {
	float: right;
	width: 40%;
}
.room_data .reserve a {
	display: block;
	padding: 20px;
	background-color: #bf9000;
	color: #ffffff;
	font-size: 115%;
	transition: 0.5s;
}
.room_data .reserve a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.room_data .reserve a::before {
	content: "\f0da  ";
	font-family: "fontawesome";
}

@media only screen and (max-width: 599px) {
	.room_data dl {
		float: none;
		width: 100%;
		overflow: hidden;
		font-size:0.9rem;
	}
	.room_data .reserve {
		float: none;
		width: 100%;
		margin-top:1rem
	}
}





/* ********** ブランド紹介 ********** */
.brand {
	background-color: #f2f2f2;
	margin: 20px 0;
	padding: 20px 30px;
}
.brand div {
	overflow: hidden;
	margin: 30px 0;
}
.brand div:first-child {
	margin-bottom: 40px;
}
.brand div > img {
	width: 49%;
	float: right;
}
.brand div > *:not(img) {
	width: 49%;
	float: left;
}
.brand div:nth-child(2n) > img {
	float: left;
}
.brand div:nth-child(2n) > *:not(img) {
	float: right;
}
.brand div:first-child > img {
	width: 65%;
	float: right;
}
.brand div > h2 {
	width: 32%;
	font-size: 120%;
	margin-bottom: 1rem;
	text-align: center;
}
.brand div > h2 img {
	margin: 0 auto 0.5rem;
	max-width: 100%;
}
.brand div p {
	margin: 0;
	font-size:0.9rem;
}
.brand p {
	line-height:1.8;	
}
.brand .more_info {
	text-align: right;
}
.brand .more_info a::before {
	content: "\f0da  ";
	font-family: "fontawesome";
}


@media only screen and (max-width: 599px) {
	.brand div:first-child {
		margin-bottom: 20px;
	}
	.brand div > img {
		width: 100%;
		float: none;
	}
	.brand div > *:not(img) {
		width: 100%;
		float: none;
	}
	.brand div:nth-child(2n) > img {
		float: none;
	}
	.brand div:nth-child(2n) > *:not(img) {
		float: none;
	}
	.brand div:first-child > img {
		width: 100%;
		float: none;
	}
	.brand div > h2 img {
		width: 55%;
	}
	.brand .more_info {
		text-align: right;
		padding-top: 1rem;
	}
}



/* ********** インテリア紹介 ********** */
#room h2 {
	font-size: 140%;
	font-weight: bold;
	margin: 45px 0 15px;
	border-bottom: solid 2px #bf9000;
}
#room .room_item {
	overflow: hidden;
	margin: 30px 0;
}
#room .room_item > div {
	width: 59%;
	float: right;
}
#room .room_item > div.room_item_img {
	width: 39%;
	float: left;
}
#room .room_item > div.room_item_img img {
	max-width: 100%;
	border: solid 1px #ccc;
	box-sizing:border-box;
}
#room .room_item dt {
	color: #bf9000;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 0.5em;
	border-left: solid 8px #bf9000;
}
#room .room_item dt span {
	font-weight: normal;
}
#room .room_item dt.poltronafrau {
	background-image: url(/idc_recommend/hotel_room/images/poltronafrau_logo.png);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
#room .room_item dt.regalia {
	line-height: 40px;
	background-image: url(/idc_recommend/hotel_room/images/regalia_logo.png);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
#room .room_item dd {
	margin-left: 0.8rem;
	margin-bottom: 15px;
}
#room .room_item dd p {
	margin: 5px 0 0;
	text-align: right;
}
#room .room_item dd a::before {
	content: "\f0da  ";
	font-family: "fontawesome";
}


@media only screen and (max-width: 599px) {
	#room .room_item > div {
		width: 100%;
		float: none;
	}
	#room .room_item > div.room_item_img {
		width: 100%;
		float: none;
	}
	#room .room_item dt {
		font-size:0.9rem;
	}
	#room .room_item dt.poltronafrau {
	background-image: url(/idc_recommend/hotel_room/images/poltronafrau_logo.png);
	background-position: right;
	background-size: 15%;
	background-repeat: no-repeat;
}
#room .room_item dt.regalia {
	line-height: 40px;
	background-image: url(/idc_recommend/hotel_room/images/regalia_logo.png);
	background-position: right;
	background-size: 20%;
	background-repeat: no-repeat;
}
}


/* インデックスページへ戻る */
.toindex {
	text-align: right;
}
.toindex a::before {
	content: "\f0da";
	font-family: FontAwesome;
}

@media only screen and (max-width: 599px) {
	.toindex {
		text-align: right;
		font-size:0.8rem;
	}
}





/* ********** COMMON ********** */

* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  color: #111;	
}

html {
  //overflow-y: scroll;
}

body {
  background: #fff;
  text-align: center;
  color: #222;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}


.wrapper{
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese";
}

.wrapper img {
	max-width: 100%;
}

.wrapper ol {
	list-style: none;
}

.note {
	font-size: 0.8rem;
}

.note1 {
	font-size: 0.85rem;
}

.note2 {
	font-size: 0.9rem;
}

.tx_center{
    text-align: center;
}

.tx_right{
    text-align: right;
}

.bold{
	font-weight: bold;
}

.pc_only {
	display: none;
}

.ipad_only {
	display: none;
}

@media only screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}

}

@media only screen and (max-width: 768px) {
	.ipad_only {
		display: block;
	}
}

@media only screen and (max-width: 414px) {
	.ipad_only {
		display: none;
	}
}


img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

img.gray:hover {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}

/* ********** HEADER ********** */
.linktxt,
.articlecard__txt,
.header__menu__product__list__txt {
	display:block;
	text-align:left;
}


/* ********** HEADER ********** */
.header__menu__product__list,
.header__menu__product__foot,
.header__menu__product__brandlist,
.header__menu__features,
.header__menu__shopinfo__main,
.header__menu__services__main,
.header__menu__content,
.linklist__item
 {
	display:block;
	text-align:left;
}




/* ********** sns icon ********** */
.sns_fixed {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	z-index: 99999;
}
.sns_fixed img {
	width: 34.3px;
}
.sns_fixed ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.sns_fixed li {
	flex: auto;
}
.sns_fixed a {
	display: block;
	background-color: #fff;
}



@media only screen and (max-width: 414px) {	
	.sns_fixed {
		display: none;
	}
}

/* ********** PAGETO SHOP ********** */

.pageto_shop {
  bottom: 70px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

.pageto_shop a {
  background-color: rgba(99,99,99,0.9);
  background-image: url(/idc_recommend/workchair/images/ico_shop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  border-radius: 25px 25px;
  display: block;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 414px) {	
  .pageto_shop {
  right: 10px;
  }	
	
  .pageto_shop a {	
  background-size: 32px auto;
  border-radius: 25px 25px;
  height: 40px;
  width: 40px;	
  }		
}	

/* ********** PAGETO TOP ********** */

.pageto_top {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

@media only screen and (max-width: 414px) {	
  .pageto_top {
  right: 10px;
  }	
}	

.pageto_top a {
  background-color: rgba(99,99,99,0.9);
  background-image: url(/idc_recommend/workchair/images/ico_totop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-radius: 25px 25px;
  display: block;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 414px) {	
  .pageto_top a {	
  background-size: 22px auto;
  border-radius: 25px 25px;
  height: 40px;
  width: 40px;	
  }		
}	

/* ********** SHOP ********** */
.shoplist_wrap{ 
    z-index: -1;
    padding: 3rem 0 0;
	font-size: 1rem;
}

.shoplist {
	padding: 6rem 0;
    text-align: left;
    color: #222;
    padding-top: 1rem;
    z-index: -1;    
}

.shoplist .em {
	text-align:center;
	font-size:1.1rem;
	margin-top:4rem;
	padding-bottom:0.3rem;
    font-weight: bold;
}

.shoplist h3{
	font-size: 1.3rem !important;
}

@media only screen and (min-width: 768px) {
	.shoplist h3{
	font-size: 1.45rem;
	}
}

.tenpo_headline {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0.5em;
	line-height: 2rem;
}
.tenpo_headline .blog_link a {
	display: block;
	text-align: center;
    color: #222;
	font-size: 1rem;	
}
.tenpo_headline .blog_link a::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.tenpo_area {
    color: #222 !important;
    z-index: -1;
}
.tenpo_area p {
	padding: 0.5em;
	position: relative;
}

/* ********** iPad ********** */
@media only screen and (max-width: 768px) {
.tenpo_area{
    margin: 0 auto;
    width: 90%;
    }    
}

.tenpo_area p.active::after {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}
.tenpo_area nav > ul {
	border-bottom: solid 1px #ccc ;
	font-size: 0.9rem;
}
.tenpo_area nav > ul > li {
	margin: 0.5em 0 0;
	padding: 0 0.5em;
	border-bottom: solid 1px #ccc ;
}
.tenpo_area nav > ul > li:last-child {
	border-bottom: none;
}
.popup_area_title {	
}
.tenpo_area a {
	display: block;
	padding: 0 0 0.5em;
	position: relative;
    color: #222;
	font-size: 1rem;
}
.tenpo_area a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
    color: #222;
}
.tenpo_area a span {
	font-size: 0.9rem;
}

@media only screen and (max-width: 639px) {
	.tenpo_area p {
	position: relative;
    border-bottom: 2px solid #ccc;
	}
}
@media only screen and (min-width: 768px) {
	.tenpo_area {
		border: none;
	}
	.tenpo_area p {
	    border-bottom: solid 2px #ccc;
		position: relative;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0.5em 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em;
		padding: 0;
		width: calc(33.333% - 2.2rem);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0.2rem 0 0.2rem 0.5em;
		position: relative;
		border-bottom: solid 1px #ccc;
	}
	.shoplist_wrap{ 
		padding: 5em 0 0;
	}
}




/* ********** FOOTER ********** */
footer {
    margin: 0;
	padding: 0;
	font-size: 0.75rem;
	text-align: center;
	color: #222;
    font-weight: normal !important;
}

footer img{
    width: 11rem !important;
}

@media only screen and (min-width: 768px) {
    footer {
	font-size: 0.8rem;
    }
    footer img{
        width: 10rem !important;
    }
}    
    
footer p:last-child{
    margin-top: 0.3rem;
}

