@charset "UTF-8";

/*--セクション--*/

.content{
	display: inline-block;
	width: 95%;
	position: relative;
	max-width: 1020px;
	text-align: center;
	margin-top: 50px;
}

.content p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	text-align: center;
}
@media only screen and (max-width: 767px){
.content p{
	font-size: 16px;
}}

	
/*--メインビジュアル--*/

.container-mv{
	width: 100%;
	padding: 0;
	text-align: center;
}
@media only screen and (max-width: 767px){
.container-mv{
 margin: 0px;
}}

.mv-area{
display: block;
position: relative;
text-align: center;
}

.mv-area img{
margin-top: 0px;
background-color: #fff;
width: 100%;
text-align: center;
}
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 767px){
.mv-area img{
margin-top: 0px;}
.pc { display: none !important; }
.sp { display: block !important; 
}}

/*-- 文字サイズ --*/
.text-concept01{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 500;
}
.text-concept02{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 52px;
	font-weight: 600;
}
@media screen and (max-width: 767px){
.text-concept01{
font-size: 16px;
}
.text-concept02{
font-size: 34px;
}}

hr {
height: 3px;
background-color: #666;
text-align: center;
margin:30px auto;
width: 10%;
}

@media screen and (max-width: 767px){
hr {
margin:20px auto;
}}

p.message{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px){
p.message{
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: normal;
}}

/*-- 見出し --*/

h2.heavy-copy{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 50px;
	font-weight: 600! important;
	line-height: 1.3;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px){
h2.heavy-copy{
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 30px;
	letter-spacing: -0.03em
}}

.underline-g{
	display: inline-block;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.6;
	border-bottom: solid 2px #CCC;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
.underline-g{
	font-size: 26px;
	line-height: 1.6;
	margin-bottom: 10px;
}}

.ttl-fukidashi_room {
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  min-width: 380px;
	width: 70%;
	border: solid #707070 2px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.4em;
  background: #fff;
	margin-top: 30px;
	margin-bottom: 40px;
	-webkit-filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

.ttl-fukidashi_room:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
	border-right: 15px solid transparent;
  border-top: 15px solid #666;
  border-left: 15px solid transparent;
}

.ttl-fukidashi_room:after {
  content: "";
  position: absolute;
  top: 96%;
  left: 50%;
  margin-left: -15px;
	border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
}

  @media only screen and (max-width: 767px) {
  .ttl-fukidashi_room {
  width: 85%;
  min-width: 280px;
	padding: 12px 10px 15px;
	margin-bottom: 30px;
  font-size: 22px; }}


/*-- マーブル柄背景 --*/
.bnr02_bg-marble{
background: url("/images/room/03_common/bg_marble.jpg");
background-size: cover;
padding: 50px;
}
@media screen and (max-width:767px){
.bnr02_bg-marble{
background: url("/images/room/03_common/bg_marble750.jpg");
padding: 40px 30px;
}}


/*-- さらにこんな効果が --*/ 

img.w620 {
max-width: 620px;
width: 90%;
margin: 0px auto 30px;
}
@media only screen and (max-width: 767px){
img.w620 {
margin: 0 auto 10px;
}}

.waku_kouka{
display: inline-block;
background-color: #fffcf5;
border: 3px solid #f6c947;
width: 90%;
border-radius: 30px;
padding: 20px;
}

.flex-container_kouka{
	display: flex;
	justify-content: space-around;
	flex-wrap:wrap;
	margin-bottom: 20px;
}
.flex-kouka_room{
	color: #333;
	margin-bottom: 20px;
	padding: 1em;
	flex-basis: 32%;
	border-radius: 10px;
}

.flex-kouka_room dl{
	margin-bottom: 10px;
	font-size: 1em;
}

.flex-kouka_room dt img{
	width:100px;
	margin-bottom: 15px;
}

.flex-kouka_room dd{
	line-height: 1.2;
	font-size: 1em;
}
.flex-kouka_room dd span{
	line-height: 1.6;
	font-size: 1.4em;
	font-weight: 600;
}

img.male-doc{
width:160px;
}

.doc-text{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 50px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px){
.doc-text{
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 30px;
}}

@media screen and (max-width:767px){
.waku_kouka{
width: 96%;
border-radius: 15px;
padding: 20px 0 0;}
.flex-kouka_room{
flex-basis: 32%;
padding: 10px;
margin-bottom: 20px;}
.flex-kouka_room dd{
line-height: 1.4;
font-size: 12px;
padding: 0;}
.flex-kouka_room dd span{
font-size: 14px;}
img.male-doc{
width:140px;
}}

/*-- 専用ルームシューズ --*/ 

.btn-area-link{
display: inline-block;
margin: 0 auto 50px;
font-size: 16px;
font-weight: 600;
}

.btn-roomshoes{
display: inline-block;
border: 2px solid #fff;
border-radius: 5px;
background-color: #E3007F;
color: #fff;
padding:10px 15px;
}

@media screen and (max-width:767px){
.btn-roomshoes{
padding:8px 15px;
}}


/*-- 足裏から全身の動きを変える --*/ 

.flex-container_step3{
	display: flex;
	justify-content: space-around;
}
.step3-item{
	background: #fff;
	border:1px solid #333;
	color: inherit;
	min-width: 280px;
	padding: 10px 20px 20px 20px;
	flex-basis: 30%;
	margin-bottom: 30px;
}
.step3-item dt{
	margin-bottom: 10px;
	font-size: 1.2em;
	color: goldenrod;
	font-weight: bold;
}
.step3-item dd img{
	margin-top: 15px;
}

@media screen and (max-width:767px){
	.flex-container_step3{
	flex-direction: column;
	align-items: center;}
	.step3-item{
		margin: 0 1em 1em;
		flex-basis: 95%;
		max-width:300px;
	}}


/*-- STEP123 --*/ 

.flex-steps {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 }

.steps-item {
  padding: 15px;
  width: 48%;
}

.steps-item img{
  width: 100%;
}

.content-w680{
	display: inline-block;
	max-width: 680px;
	width: 100%;
	margin:30px auto;
}

/*-- バナー --*/
.bnr01_bg-bw{
background: url("/images/room/03_common/bg_bw1920.jpg");
background-size: cover;
}

.waku_yellow{
display: inline-block;
background-color: #f6c947;
width: 70%;
margin: 60px;
padding: 30px;
}
@media screen and (max-width:767px){
.bnr01_bg-bw{
background: url("/images/room/03_common/bg_bw750.jpg");}
.waku_yellow{
width: 86%;
margin: 50px auto;
padding: 20px;
}}

/*-- 最新テクノロジーが詰まったインソール --*/ 

.content-w720{
	display: inline-block;
	max-width: 720px;
	width: 100%;
 	vertical-align: middle;
}

.flex-steps_tech {
	display: inline-block;
 	flex-wrap: wrap;
 	justify-content: space-around;
	}

.steps-item_tech {
	display: inline-block;
  width: 48%;
	vertical-align: middle;
	text-align: left;
}

.steps-item_tech img{
  width: 90%;
}

p.steps-txt{
	text-align: left;
	line-height: 0.6;
}

.hr-100{
display: inline-block;
border: 1px solid #CCC;
margin:10px auto 10px;
width: 100%;
}

/*-- 専用ルームシューズについて --*/

.underline-r{
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
	padding-bottom: 10px;
	border-bottom: solid 2px #fc0b0b;
	margin-bottom: 20px;
	width:100%;
}
@media screen and (max-width: 767px){
.underline-r{
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 10px;
}}

p.info-text{
text-align:left;
}

.slipper-info{
	display: flex;
	align-items:flex-start;
	margin: 30px auto;
}
.text-area{
	flex: 1;
	margin-left: 40px;
	text-align: left;
}
.img-area{
	flex: 1;
	text-align: center;
	margin-bottom:20px;
}

.img-area img{
max-width: 380px;
width: 100%;
height:auto;
}

@media only screen and (max-width: 767px){
.slipper-info{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;}
.img-area{
	text-align: center;}
.text-area{
	margin: 10px;
}}

/*-- シューズについて　囲み罫 --*/
.waku_about{
display: inline-block;
padding: 20px 30px;
text-align: left;
line-height:1.4em;
background-color: #fff;
border: 2px solid #CCC;
width:90%;
}
@media only screen and (max-width: 767px){
.waku_about{
padding: 12px;
width:96%;
}}

.waku_about p.explain{
font-family: 'Noto Sans JP', sans-serif;
font-size: 18px;
text-align: left;
}

@media only screen and (max-width: 767px){
.waku_about p.explain{
font-size: 16px;
}}


/*-- さらにここがすごい！ --*/ 
.flex-container_shoes{
	display: flex;
	justify-content: space-around;
	flex-wrap:wrap;
	margin-top: 20px;
}
.flex-item-shoes{
	display: inline-block;
	border:solid 1px #333;
	flex-basis: 30%;
	text-align: center;
}

.flex-item-shoes dt img{
	height:120px;
	margin: 20px;
}

.flex-item-shoes dd{
	line-height: 1.2;
	font-size: 1em;
	background-image: linear-gradient(-225deg, #d8f48d 0%, #fefda6 100%);
    font-weight: 400;
    text-align: center;
	padding: 20px 10px;
}

@media screen and (max-width:767px){
.flex-container_shoes{
flex-direction: column;
margin:0;}
.flex-item-shoes{
margin-bottom: 10px;}
.flex-item-shoes dt{
width:100%;}
.flex-item-shoes dt img{
margin: 10px 0;
height:100px;}
.flex-item-shoes dd{
width:100%;
font-size: 1em;
padding: 0 auto;
}}


/*--ラージバナー用セクション--*/

.content_bnr{
	display: inline-block;
	width: 96%;
	max-width: 1020px;
	text-align: center;
}

.content_bnr p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	text-align: center;
}
@media only screen and (max-width: 767px){
.content_bnr p{
	font-size: 16px;}
.content_bnr{
	width: 100%;
	text-align: center;
}}

p.waku-text{
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px){
p.waku-text{
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}}

/*-- ラージバナー --*/

.bnr_large_room img{
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	text-align: center;
}
@media screen and (max-width:767px){
.bnr_large_room img{
	max-width: 750px;
}}
