@charset "UTF-8";

.breadcrumbs{
	background-color: #fff;
}

main.sub h1{
	background-color: #fff;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

/* メッセージ 
-----------------------------------------*/
#message #visual{
	position: relative;
	background : #fff url('/image/message/visual.jpg') no-repeat center center;
	height: 450px;
	min-width: 1280px;
}

#message #visual .ribon{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background : url('/image/message/ribon.svg') no-repeat center center;
	background-size: 100%;
	width: 376px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #C7B08A;
	font-size: 2.0rem;
	letter-spacing: 2px;
	
	position: absolute;
	top: 126px;
	left: 168px;
}

#message #visual .ribon span{
	font-size: 2.5rem;
}

#message #visual .title{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.5rem;
	text-align: center;
	position: absolute;
	top: 192px;
	left: 119px;
}

#message #visual .title .min{
	font-size: 3rem;
	margin-bottom: 20px;
}

#message #visual .title .big{
	font-size: 4rem;
}

#message .subtitle{
	display: block;
	text-align: center;
	font-size: 1.5rem;
}

#message h2{
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 45px;
}

#message #lead{
	background-color: #fff;
	text-align: center;
	padding: 50px 0 70px;
}

#message #lead .subtitle{
	margin-bottom: 15px;
}

#message #lead h2{
	margin-bottom: 20px;
}

#message #lead p{
	font-size: 1.4rem;
	margin-bottom: 30px;
}

#message #lead p .all{
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

/* features */

#message #features{
	background : url('/image/message/features_bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 75px 0px 100px ;
	min-width: 1280px;
}

#message #features .layout{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#message #features .layout .box{
	width: 340px;
	position: relative;
	margin: 0 22px 205px;
}

#message #features .layout .box .image{
	text-align: right;
}

#message #features .layout .box .image img{
	width: 304px;
}

#message #features .layout .box .text{
	width: 292px;
	height: 339px;
	background-color: #fff;
	padding: 43px 25px;
	position: absolute;
	top: 260px;
}

#message #features .layout .box:nth-child(n+4) .text{
	height: 381px;
}

#message #features .layout .box .text .num{
	position: absolute;
	top: 15px;
	right: 15px;
}

#message #features .layout .box .text .num img{
	width: 22px;
	height: 16px;
}

#message #features .layout .box .text h3{
	font-size: 2rem;
	line-height: 130%;
	margin-bottom: 15px;
}

#message #features .layout .box .text p{
	font-size: 1.3rem;
	text-align:justify;
}


/* Points of Order Suits */
#message #point{
	background : #6C5A44;
	padding: 75px 0 100px 0;
	min-width: 1280px;
}

#message #point .subtitle,
#message #point h2{
	color: #fff;
}
	

#message #point .layout{
	display: flex;
	justify-content: space-between;
	width: 1050px;
	margin: 0 auto;
}

#message #point .layout .box{
	position: relative;
	width: 325px;
	background-color: #fff;
	padding: 35px 18px;
}

#message #point .layout .box .num{
	position: absolute;
	top: -18px;
	left: 15px;
}

#message #point .layout .box h3{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 15px;
	height: 52px;
}

#message #point .layout .box h3 span{
	position: relative;
	display: inline-block;
	z-index: 1;
}

#message #point .layout .box h3 span::after{
	content: "";
	width: 100%;
	height: 5px;
	background-color: #E0C56F;
	display: block;
	bottom: 6px;
	position: absolute;
	z-index: -1;
}

#message #point .layout .box p{
	font-size: 1.3rem;
}


/* Features of Our Stores */
#message #store{
	padding: 75px 0 100px 0;
}

#message #store .layout{
	max-width: 1013px;
	margin: 0 auto;
}

#message #store .layout .box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}

#message #store .layout .box .image{
	width: 460px;
	line-height: 0;
}

#message #store .layout .box .text{
	flex: 1;
	padding-left: 50px;
}
	
#message #store .layout .box .text h3{
	margin-bottom: 23px;
}

#message #store .layout .box .text .en{
	font-size: 3rem;
	display: block;
}

#message #store .layout .box .text .jp{
	font-size: 1.7rem;
}

#message #store .layout .box .text p{
	font-size: 1.3rem;
}


/* After service */
#message #after{
	background : url('/image/message/gurantees_bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 75px 0 100px 0;
	color: #fff;
	text-align: center;
	min-width: 1280px;
}

#message #after h2{
	margin: 20px 0 40px;
}

#message #after p{
	font-size: 1.5rem;
}

#message #after p b{
	font-size: 2rem;
}


/* shop link */
#message #shoplink{
	padding: 60px 0;
	text-align: center;
}

/* リンクバナー */
#message #links{
	margin: 50px 0;
	display: flex;
	justify-content: center;
}

#message #links .box{
	position: relative;
	display: block;
	width: 250px;
	margin-right: 36px;
}

#message #links .box:nth-child(4n){
	margin-right: 0;
}

#message #links .box p{
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-weight: bold;
	width: 100%;
	height: 4rem;
}

#message #links .box p span{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
	


/*--------------------------------------
	Smartphone 
----------------------------------------*/

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

#message #visual{
	min-width: 0;
	background: url(/image/message/visual_sp@2x.jpg) no-repeat center center;
	background-size: cover;
	height: 297px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#message #visual .ribon{
	position: static;
	width: 290px;
	font-size: 1.4rem;
	margin: 0 auto;
}

#message #visual .ribon span{
	font-size: 2.0rem;
}

#message #visual .title{
	position: static;
	font-size: 6vw;
	color: #fff;
}

#message #visual .title .min{
	font-size: 5vw;
}

#message #visual .title .big{
	font-size: 7vw;
}

#message #lead{
	padding: 30px 0;
}

#message #lead h2 {
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto;
}

#message #lead p{
	font-size: 1.2rem;
	padding: 0 20px;
}

#message #lead p .all{
	font-size: 1.5rem;
}

#message #lead .overwrap{
}

#message #lead .overwrap img{
}


#message .subtitle{
	margin-bottom: 15px;
	font-size: 1.2rem;
}

#message #features{
	position: relative;
	background: none;
	background-attachment: fixed;
	min-width: 0;
	padding: 50px 0 50px;
}

#message #features:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(/image/message/features_bg_sp.jpg) center no-repeat;
  background-size:cover;
}

#message #features h2{
	font-size: 6vw;
	margin-bottom: 30px;
}

#message #features .layout .box{
	width: 100%;
	position: relative;
	margin: 0 22px -100px;
}

#message #features .layout .box .image img{
	width: 80%;
}

#message #features .layout .box .text{
	height: auto;
	background-color: #fff;
	padding: 43px 25px;
	position: relative;
	top: -145px;
}

#message #features .layout .box:nth-child(n+4) .text{
	height: auto;
}


#message #point h2{
	font-size: 6vw;
	margin-bottom: 30px;
}


#message #point{
	min-width: 0;
	padding: 50px 0 0;
}

main#message #point .sp-inner{
	padding: 0 20px;
}

#message #point .layout{
	width: 100%;
	flex-wrap: wrap;
}

#message #point .layout .box{
	width: 100%;
	margin-bottom: 60px;
}

#message #point .layout .box h3{
	height: auto;
	font-size: 5.2vw;
}


#message #store{
	background-color: #fff;
	min-width: 0;
	padding: 50px 0 30px;
}

main#message #store .sp-inner{
	padding: 0 20px;
}

#message #store h2{
	font-size: 6vw;
	margin-bottom: 20px;
}


#message #store .layout .box .text{
	padding: 15px 0;
}

#message #store .layout .box .text h3{
	margin-bottom: 15px;
}

#message #store .layout .box .text .en{
	font-size: 2.6rem;
}

#message #store .layout .box .text p br{
	display: none;
}

#message #after{
	background : url('/image/message/gurantees_bg_sp.jpg') no-repeat center center;
	background-size: cover;
	min-width: 0;
	padding: 50px 0 50px;
}

main#message #after .sp-inner{
	padding: 0 20px;
}

#message #after h2{
	font-size: 6vw;
	margin-bottom: 30px;
}

#message #after p{
	text-align: left;
	font-size: 1.4rem;
}

#message #after p b{
	font-size: 2rem;
}


#message #shoplink{
	padding: 50px 10px 0;
	background-color: #fff;
}


#message #links{
	background-color: #fff;
	flex-wrap: wrap;
	margin: 0;
	padding: 50px 10px;
}

#message #links .box{
	width: 49%;
	margin-right: 2%;
}

#message #links .box:nth-child(2n){
	margin-right: 0;
}

#message #links .box p span{
	font-size: 1.4rem;
}

#common-info{
	background-color: #fff;
}




}