@charset "UTF-8";

main#shop h2.en{
	background-color: #eee;
	line-height: 100%;
	padding: 15px 25px;
	font-size: 2.2rem;
	font-weight: 900;
	margin: 10px 0 48px;
}

main#shop-det p.lead{
	text-align: left;
	margin: 0;
}

main.sub p.lead span{
	font-size: 1.6rem
}
p.lead .hide{
}
p.lead .more{
	display: none;
}


/* 店舗一覧 
-----------------------------------------*/

.shoplist{
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.shoplist .box{
	position: relative;
	width: 205px;
	margin-right: 82px;
	margin-bottom: 50px;
}

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

.shoplist h3{
	font-size: 1.6rem;
	line-height: 110%;
	padding: 15px 0;
}

.shoplist .shop-info{
	position: relative;
}

.shoplist .address{
	font-size: 1.2rem;
	line-height: 130%;
	margin-bottom: 14px;
}

.shoplist .tel{
	font-size: 1.2rem;
	line-height: 130%;
}

.shoplist .box .detlink{
	display: inline-block;
	position: absolute;
	bottom: -6px;
	right: 0;
	background-color: #000;
	color: #fff;
	line-height: 100%;
	padding: 8px 26px 8px 16px;
	font-size: 1.3rem;
	text-decoration: none;
}

.shoplist .box .detlink::after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.shoplist .type{
	display: flex;
	padding-top: 10px;
	flex-wrap: wrap;
}

.shoplist .type li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 4px;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 100%;
	padding: 4px 0 4px;
}

.shoplist .type li:nth-child(2n){
	margin-right: 0;
}

.shoplist .type li.type-mens{
	background-color: #001E41;
}

.shoplist .type li.type-ladies{
	background-color: #BC9C8F;
}

.shoplist .type li.type-kids{
	background-color: #97BBD6;
}

.shoplist .box a:hover {
	text-decoration: none;
}

.shoplist .box .detlink:hover {
	opacity: 0.8;
}

.shoplist .box .listhide{
	display: none;
}

.reserve{
	text-align: center;
	/*padding: 0 0 25px;*/
}

#shop .reserve a{
	width: 403px;
}

.reserve p{
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 10px;
}

#shop-det .reserve{
	display: inline-block;
	text-align: left;
	padding-top: 50px;
}


.area-link{
    text-align: center;
    margin-bottom: 30px;
    display: block !important;
}

.area-link ul {
	max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.area-link li {
	float: left;
	width: 24.5%;
    margin-right: 0.5%;
    margin-bottom: 5px;

}

.area-link a {
	padding: 13px 0 13px 5px;
    font-size: 1.4rem;
    letter-spacing: 5px;
    width: 100%;
}


#difference-btn{
	padding: 25px 0 25px;
}

#difference{
	background-color: #fff;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px;
}

#difference h2{
	font-size: 1.6rem;
	margin-top: 0;
}

#difference .cols{
	display: -webkit-flex;
	display: flex;
	margin: 10px 0;
}

#difference .cols .text{
	width: 60%;
	padding-right: 20px;
}

#difference .cols .image{
	width: 35%;
}

#difference .btn{
	font-size: 1.4rem;
	margin: 20px 0;
}

#difference .annotation{
	font-size: 12px;
	font-size: 1.2rem;
	color: #9a121b;
}

#difference .mfp-close{
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 20px 0 0;
	padding: 16px 67px 16px 30px;
	color: #3c1e00;
	text-decoration: none;
	font-size: 1.4rem;
	border: 1px solid #3c1e00;
	line-height: 100%;
}

#difference .mfp-close::after{
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 1px;
	background-color: #000;
	right: 20px;
	top: 50%;
	transform: rotate(45deg);
}

#difference .mfp-close::before{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 15px;
	background-color: #000;
	right: 27px;
	top: 50%;
	margin-top: -7px;
	transform: rotate(45deg);
}


/* 店舗詳細 
-----------------------------------------*/

/* 基本情報 */
#shop-det #basic{
	margin-bottom: 65px;
}

#shop-det #basic h2{
	padding-left: 18px;
	line-height: 100%;
	margin-bottom: 26px;
	border-left: 7px solid #3d1e00;
}

#shop-det #basic #lead{
	margin-bottom: 32px;
}

#shop-det #basic #lead .left{
	width: 698px;
	float: left;
}

#shop-det #basic #lead .right{
	width: 372px;
	float: right;
}

#shop-det #basic #info{
	margin-bottom: 32px;
}

#shop-det #basic #info .left{
	width: 698px;
	float: left;
}

#shop-det #basic #info .right{
	width: 372px;
	float: right;
}

#shop-det #basic #info table{
}

#shop-det #basic #info table th{
	border: 1px solid #d2d2d2;
	background-color: #eee;
	padding: 12px 16px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: normal;
}

#shop-det #basic #info table td{
	border: 1px solid #d2d2d2;
	padding: 12px 16px;
	vertical-align: top;
}

#shop-det #basic #info table h2{
  border: none;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#shop-det #basic #info table ul{
	padding-left: 25px;
}

#shop-det #basic #info table ul li{
	list-style-type: disc;
}

#shop-det #basic #info table ul.type{
	padding: 0;
	display: flex;
	padding-bottom: 10px;
}

#shop-det #basic #info table ul.type li{
	list-style-type: none;
	width: 98px;
	margin-right: 2%;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 100%;
	padding: 4px 0 4px;
}

#shop-det #basic #info table ul.type li:nth-child(3n){
	margin-right: 0;
}

#shop-det #basic #info table ul.type li.type-mens{
	background-color: #001E41;
}

#shop-det #basic #info table ul.type li.type-ladies{
	background-color: #BC9C8F;
}

#shop-det #basic #info table ul.type li.type-kids{
	background-color: #97BBD6;
}

#shop-det #basic #images{
	/*
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	*/
}

#shop-det #basic #images .img{
	margin: 0 20px;
}


#shop-det article{
	margin-bottom: 65px;
}

/* インフォメーション */
#shop-det #information p b{
	color: #e75d14;
}

#shop-det #information p a{
	text-decoration: underline;
}

#shop-det #information #infomore{
	display: none;
	margin-top: 30px;
}
#shop-det #information #morebtn{
	margin-top: 30px;
}

/* 設備 */
#facilities_list .layout{
	display: flex;
	flex-wrap: wrap;
}

#facilities_list .layout .box{
	position: relative;
}

#facilities_list .layout.col1 .box{
	text-align: center;
	width: 100%;
}

#facilities_list .layout.col2 .box{
	width: 50%;
	margin-bottom: 15px;
}

#facilities_list .layout.col2 .box:nth-child(2n-1){
	border-right: 1px solid #c9c9c9;
	padding-right: 40px;
}

#facilities_list .layout.col2 .box:nth-child(2n){
	padding-left: 40px;
}


#facilities_list .layout .box h4 {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

#facilities_list .layout.col1 .box h4 {
	font-size: 30px;
}

#facilities_list .layout .box h4 .en{
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#facilities_list .layout .box .mark{
	position: absolute;
	right: 0;
	top: 10px;
}

#facilities_list .layout.col1 .box .mark {
	right: 50%;
	margin-right: -370px;
}

#facilities_list .layout.col2 .box .mark{
	width: 70px;
}

#facilities_list .layout.col2 .flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

#facilities_list .layout.col2 .left {
    width: 49%;
}

#facilities_list .layout.col2 .box:nth-child(2n-1) .mark{
	right: 40px;
}


#facilities_list .layout.col1 .right {
	max-width: 624px;
	margin: 0 auto;
}

#facilities_list .layout.col2 .right {
	flex: 1;
    padding-left: 20px;
    text-align: right;
}

#facilities_list .layout.col1 .box p {
	max-width: 720px;
	margin: 0 auto;
}

#facilities_list .layout.col2 .box p {
    font-size: 14px;
    font-size: 1.4rem;
}

#facilities_list .layout .box .tc{
	padding-top: 2rem;
}





/* お客様の声 */
#shop-det .voice section{
	padding-bottom: 30px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 30px;
}

#shop-det .voice section:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


#shop-det .voice .left{
	position: relative;
	width: 263px;
	line-height: 0;
	float: left;
}

#shop-det .voice .left p{
	width: 100%;
	background-color: #2f1812;
	color: #fff;
	font-size: 10px;
	font-size: 2rem;
	line-height: 110%;
	padding: 12px 18px;
}

#shop-det #voiceladies .left p{
	background-color: #806145;
}

#shop-det .voice .left p span{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 
}

#shop-det .voice .right{
	margin-left: 0;
	padding-left: 300px;
}

#shop-det .voice .right h4{
	padding-left: 18px;
	line-height: 100%;
	border-left: 7px solid #2f1812;
	margin-bottom: 1em;
}

#shop-det .voice .right p{
	margin-bottom: 1em;
}


/* スタイリスト */
#shop-det #stylist #stylist-boxs{
	display: flex;
	flex-wrap: wrap;
}
#shop-det #stylist .box{
	width: 50%;
	margin-bottom: 45px;
}

#shop-det #stylist .box:nth-child(2n-1){
	padding-right: 20px;
}

#shop-det #stylist .box:nth-child(2n){
	padding-left: 20px;
}

#shop-det #stylist .box img{
	float: left;
	width: 171px;
}

#shop-det #stylist .box .right{
	padding-left: 195px;
}

#shop-det #stylist .box .right .title{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

#shop-det #stylist .box .right .name{
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

#shop-det #stylist .box .right p{
	font-size: 14px;
	font-size: 1.4rem;
}

#blog-list-slider img{
	max-height: 169.5px;
	margin: 0 auto;
}


/* スタイリストブログ */
#bloglist .titlebar-bg a {
	text-decoration: none;
}


/* ランキング */
#ranking .slick-prev {
    top: 50%;
    left: 18px;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    background-color: #bcafa4;
}

#ranking .slick-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

#ranking .slick-next {
    top: 50%;
    right: 18px;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    background-color: #bcafa4;
}

#ranking .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 50%;
    margin-right: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#ranking .slick-next:hover,
#ranking .slick-prev:hover{
	opacity: 0.75;
}

#ranking .inner{
	background-color: #f4f4f4;
	padding-bottom: 50px;
	width: 1108px;
    margin: 0 auto;
    position: relative;
}

#ranking h2{
	position: relative;
    background-color: #ECE9E6;
    line-height: 100%;
    color: #3C1D01;
	padding: 15px 32px;
	margin-top: 60px;
	font-size: 22px;
}

#ranking h2 span{
	font-size: 16px;
	vertical-align: middle;
	padding: 0 15px;
	display: inline-block;
}

#ranking #ranking-slider{
	padding: 0 80px;
}

#ranking .ranking-box{
	width: 1108px;
}

#ranking .ranking-box h3{
	text-align: center;
	padding: 25px 0 20px;
	line-height: 100%;
}

#ranking .ranking-box p{
	text-align: center;
	font-size: 0.9em;
}

#ranking .ranking-box p.link {
	padding-bottom: 20px;
    line-height: 160%;
    font-size: 0.875em;
}

#ranking .rank-box{
	display:  flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#ranking .box{
	width: 31%;
	background-color: #fff;
}

#ranking .box.no1{
	border: 2px solid #be9136;
}

#ranking .box.no2{
	border: 2px solid #888888;
}

#ranking .box.no3{
	border: 2px solid #7f4f21;
	margin-right: 0;
}

#ranking .box .rank{
	text-align: center;
	line-height: 0;
	padding: 8px;
	margin-bottom:14px;
}

#ranking .box.no1 .rank{
	background-color: #be9136;
}

#ranking .box.no2 .rank{
	background-color: #888888;
}

#ranking .box.no3 .rank{
	background-color: #7f4f21;
}

#ranking .box .rank img{
	display: inline;
}

#ranking .box .image{
	text-align: center;
	max-height: 138px;
	margin-bottom: 15px;
}

#ranking .box .image img{
	display: inline;
	max-height: 138px;
}

#ranking .box h4{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 0 16px;
}

#ranking .box p{
	text-align: left;
	font-size: 11.5px;
	padding: 0 16px 12px;
	line-height: 160%;
}


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

#facilities_list .layout .box h4{
	font-size: 1.8rem !important;
}

#facilities_list .layout.col1 .box,
#facilities_list .layout.col2 .box{
	width: 100%;
	padding: 0 15px 20px 15px !important;
	margin-bottom: 0;
}

#facilities_list .layout.col2 .flex {
	display: block;
}

#facilities_list .layout.col2 .left {
	width: 100%;
}

#facilities_list .layout.col1 .right {
	width: 100%;
}

#facilities_list .layout.col2 .right{
	text-align: center;
	padding: 0;
}

#facilities_list .layout.col1 .box p {
	font-size: 1.4rem;
}

#facilities_list .layout.col2 .box:nth-child(2n-1){
	border: none;
}

#facilities_list .layout.col1 .box .mark,
#facilities_list .layout.col2 .box .mark{
	width: 70px;
	right: 0px !important;
    top: 70px;
    margin-right: 0;
}

#facilities_list #borbone-logo{
	display: block;
	text-align: center;
}


}


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

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

main.sub p.lead{
	font-size: 1.4rem;
	text-align: left;
	margin-bottom: 0px;
}

main.sub p.lead br{
	display: none;
}

.modal{
	padding: 20px 0;
}

.mfp-content .btn,
.modal .btn{
	padding: 16px 40px 16px 16px;
	text-align: left;
	font-size: 1.4rem;
}

main.sub p.lead span{
	font-size: 1.4rem
}
p.lead .more{
	display: inline;
	text-decoration: underline;
}
p.lead .hide{
	display: none !important;
}


.area-link{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    display: block !important;
}

.area-link ul {
	max-width: 324px;
    margin: 0 auto;
}

.area-link li {
	float: none;
	width: 31%;
    margin-right: 3.5%;
    margin-bottom: 5px;

}

.area-link li:nth-child(3n) {
	margin-right: 0;
}


.area-link a {
	padding: 10px 0;
    font-size: 1.3rem;
    letter-spacing: 1px;
    width: 100%;
}

.shoplist{
	padding: 0;
}

.shoplist .box{
	float: none;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-color: #ebebeb;
}

.shoplist .shop-img{
	width: 32%;
	width: 120px;
	line-height: 0;
	padding-left: 15px;
}

.shoplist .shop-info{
	padding: 15px 25px 15px 20px;
	flex: 1;
}

.shoplist .shop-info .address{
	margin-bottom: 0;
}

.shoplist .shop-info .address br{
	display: none;
}

.shoplist h3{
	font-size: 1.4rem;
	padding-top: 0;
}

.shoplist .box .detlink{
	display: block;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	text-indent: -100%;
}

.shoplist .box .detlink::after{
	border-color: #2f1812;
}

#shop .reserve{
	padding: 25px 0 0;
}

#shop .reserve a{
	padding: 16px 40px 16px 16px;
	text-align: left;
	font-size: 1.4rem;
	width: 100%;
	max-width: 324px;
}

#shop .reserve a.active{
	background-color: #e75d14;
	color: #fff;
}

#shop .reserve a.active::after {
    border-color: #fff;
}

#shop .reserve a:hover{
	background-color: #3c1e00;
}

.reserve p{
	font-size: 1.2rem;
}

#difference .cols{
	display: block;
}

#difference .cols .text{
	width: 100%;
}

#difference .cols .image{
	width: 100%;
	margin-top: 10px;
}

#difference .cols h3{
	font-size: 1.4rem;
}
#difference .cols p{
	font-size: 1.2rem;
}
#difference .annotation{
	font-size: 1.2rem;
}


/*-------------------------
 RANKING
---------------------------*/
#ranking .slick-prev {
    left: 0;
}

#ranking .slick-next {
    right: 0;
}

#ranking .inner{
	padding-bottom: 30px;
	width: 100%;
	padding: 0 10px;
	background-color: #fff; 
}

#ranking h2{
	padding: 15px 0 15px 18px;
	font-size: 11px;
}

#ranking h2 span{
	font-size: 17px;
	padding: 10px 0 0;
	display: block;
}

#ranking #ranking-slider{
	padding: 0;
}

#ranking .ranking-box{
	width: 100%;
}

#ranking .ranking-box:nth-child(n+2){
	padding-top: 25px;
}

#ranking .ranking-box:nth-child(n+2) h3{
/*	border-top: 1px solid #694C34; */
}

#ranking .ranking-box p{
	font-size: 1.2rem;
	padding: 0 45px 12px;
}

#ranking .box h4{
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#ranking .rank-link{
	text-align: center;
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
#shop-det #ranking{
  margin-bottom: 50px;
}
}

/* SHOP DETAIL
---------------------------------*/

#shop-det article{
	margin-bottom: 20px;
}

#shop-det p{
	font-size: 1.4rem;
}

#shop-det #basic{
	margin-bottom: 30px;
}
#shop-det #basic #lead .left{
	float: none;
	width: 100%;
}

#shop-det #basic #lead .right{
	float: none;
	width: 100%;
	font-size: 1.4rem;
}

#shop-det #basic #lead .reserve .btn{
	width: 100%;
}
	

#shop-det #basic #info .left{
	float: none;
	width: 100%;
}

#shop-det #basic #info .right{
	float: none;
	width: 100%;
}

#shop-det #basic #info table,
#shop-det #basic #info tbody,
#shop-det #basic #info tr,
#shop-det #basic #info th,
#shop-det #basic #info td{
	display: block;
	width: 100%;
}

#shop-det #basic #info table{
	margin-bottom: 20px;
}
#shop-det #basic #info th,
#shop-det #basic #info td{
	padding: 10px;
	font-size: 1.4rem;
}

#shop-det #basic #info .right iframe{
	height: 250px;
}

#shop-det #basic #images{
	display: block;
}

#shop-det #basic #images .img{
	height: 300px;
	margin: 0 5px;
}

#shop-det #basic #images img{
	height: 100%;
}


#shop-det #information .text{
	font-size: 1.2rem;
}
#shop-det #information img{
  width: 100%;
	max-width: 100% !important;
}


#shop-det .reserve.sp{
	display: block !important;
	text-align: center;
	padding-top: 20px;
}

#shop-det .reserve p{
	font-size: 1.2rem;
}

#shop-det .reserve a{
	padding: 16px 40px 16px 16px;
	text-align: left;
	font-size: 1.4rem;
	width: 100%;
	max-width: 324px;
}

#shop-det .reserve a.active{
	background-color: #e75d14;
	color: #fff;
}

#shop-det .reserve a.active::after {
    border-color: #fff;
}

#shop-det .reserve a:hover{
	background-color: #3c1e00;
}

#shop-det .voice .left{
	float: none;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

#shop-det .voice .left img{
	width: 40%;
	height: auto;
}

#shop-det #voiceladies .left p,
#shop-det #voice .left p{
	background: none;
	font-size: 1.4rem;
	color: #2f1812;
}

#shop-det .voice .right{
	padding: 0;
}

#shop-det .voice .right p{
    font-size: 1.2rem;
}

#shop-det #stylist .box{
	float: none;
	width: 100%;
	margin-bottom: 20px;
    min-height: inherit !important;
}

#shop-det #stylist .box img{
	width: 120px;
	margin-right: 20px;
}

#shop-det #stylist .box .right{
	padding: 0;	
}

#shop-det #stylist .box .right .name{
	font-size: 1.6rem;
}

#shop-det #stylist .box .right p {
    clear: both;
    padding-top: 10px;
    font-size: 1.2rem;
}

#shop-det #stylist .box:nth-child(2n),
#shop-det #stylist .box:nth-child(2n-1){
	padding: 0;
}


.slider .box{
    padding: 0 12px;
}

.slider .box a {
    padding: 0 0px;
    width: 100%;
}

}


#lineup{
  margin-bottom: 20px;
}

#lineup-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 800px;
	margin: 0 auto;
}

#lineup-list a{
	display: block;
	width: 194px;
	margin: 15px 2px;
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
	color: #3c1e00;
	text-decoration: none;
}

#lineup-list a:nth-child(4n){
	margin-right: 0;
}

#lineup-list a span{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

#select-brand-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 900px;
	margin: 0 auto;
}

#select-brand-list a{
	display: block;
	width: 194px;
	margin: 15px 15px;
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
	color: #3c1e00;
	text-decoration: none;
}

#select-brand-list a:nth-child(4n){
	margin-right: 0;
}

#select-brand-list a span{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.btn-center{
	text-align: center;
	padding-top: 20px;
}


@media screen and (max-width: 767px) {
#shop-det #select-brand{
  margin-bottom: 50px;
}

#lineup-list {
	width: 100%;
}

#lineup-list a{
	display: block;
	width: 48%;
	margin: 0 1% 10px;
    font-size: 1.0rem;
}

#lineup-list a span{
	font-size: 1.2rem;
}

#select-brand-list {
	width: 100%;
}

#select-brand-list a{
	display: block;
	width: 48%;
	margin: 0 1% 10px;
    font-size: 1.0rem;
}

#select-brand-list a span{
	font-size: 1.2rem;
}

}


/* LINEUP 
===========================*/
#lineup h3{
  margin-bottom: 10px;
}

#lineup h3 .en{
  font-weight: bold;
}

#lineup h3 .jp{
  font-weight: normal;
  font-size: 1.3rem;
  padding-left: 15px;
}

#lineup .att-combi{
  font-size: 1.4rem;
  text-align: right;
  line-height: 40px;
}

#lineup .lineup-list {
	display: flex;
	flex-wrap: wrap;
}

#lineup .lineup-list a{
	display: block;
	width: 194px;
	margin-right: 34px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
	color: #3c1e00;
	text-decoration: none;
}

#lineup .lineup-list a:nth-child(5n){
	margin-right: 0;
}

#lineup .lineup-list a span{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
}

#lineup .lineup-list .price{
  font-size: 1.4rem;
  font-weight: normal;
}

#lineup .lineup-list .price-tax{
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
#shop-det #lineup{
  margin-bottom: 30px;
}

#lineup .lineup-list{
  margin-bottom: 40px;
}

#lineup .lineup-list a{
	width: 31.333%;
	margin: 0 1% 10px;
}

#lineup .lineup-list a span{
	font-size: 1.2rem;
}

#lineup .lineup-list a:nth-child(5n){
  margin-right: 1%;
}

#lineup .lineup-list .price{
  font-size: 1.2rem;
  font-weight: normal;
}

#lineup .lineup-list .price-tax{
  font-size: 1.0rem;
  font-weight: normal;
}
}

/* ONLINE ORDER
===========================*/
@media screen and (max-width: 767px) {
#shop-det #online-order{
  margin-bottom: 40px;
}
}

/* ORDER FLOW
===========================*/
#order-flow .flow-layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 780px;
  margin: auto;
}

#order-flow .flow-layout .box{
  position: relative;
  width: 200px;
  margin: 20px auto;
}

#order-flow .flow-layout .box.next::after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-left: solid 10px #000527;
  top: calc(50% - 5px);
  right: -45px;
}

#order-flow .flow-layout .box .num{
  position: absolute;
  top: -10px;
  left: -10px;
  width: 35px;
  height: 35px;
  background-color: #000527;
  color: #fff;
  font-size: 2rem;
  line-height: 35px;
  text-align: center;
}

#order-flow .flow-layout .box h3{
}

#order-flow .flow-layout .box p{
  font-size: 1.4rem;
}

#order-flow p.info{
  margin-top: 20px;
  font-size: 1.4rem;
}


@media screen and (max-width: 767px) {
#shop-det #order-flow{
  margin-bottom: 50px;
}

#order-flow .flow-layout .box{
  width: 28%;
  margin: 10px auto;
}
#order-flow .flow-layout .box h3{
  font-size: 1.4rem;
  text-align: center;
}
#order-flow .flow-layout .box.next::after{
  top: 50px;
  right: -20%;
  border: transparent 7px solid;
  border-left: solid 7px #000527;
}

#order-flow .flow-layout .box .num{
  font-size: 1.5rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
#order-flow p.info{
  font-size: 1.2rem;
}

}


/* BEGINNER GUIDE
===========================*/

#beginner .posts{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#beginner .posts .box{
  border: 1px solid #3C1E00;
  padding: 20px;
  width: 546px;
  margin-bottom: 27px;
}

#beginner .posts .box .layout{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#beginner .posts .box .layout .image{
  width: 273px;
}

#beginner .posts .box .layout .image h3{
  font-size: 1.8rem;
  font-weight: bold;
}

#beginner .posts .box .layout .image h3 a{
  text-decoration: none;
}

#beginner .posts .box .layout .image h3 span{
  background:linear-gradient(transparent 60%, #EDDECA 60%);
}

#beginner .posts .box .layout .text{
  width: 215px;
}

#beginner .posts .box .layout .text h4{
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#beginner .posts .box .layout .text p{
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
#shop-det #beginner{
  margin-bottom: 30px;
}

#beginner .posts .box{
  padding-top: 10px;
}

#beginner .posts .box h3.sp {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  display: block !important;
}

#beginner .posts .box h3 a{
  text-decoration: none;
}


#beginner .posts .box h3 span {
    background: linear-gradient(transparent 60%, #EDDECA 60%);
}

#beginner .posts .box .layout{
  margin-top: 1rem;
}

#beginner .posts .box .layout .image{
  width: 45%;
}

#beginner .posts .box .layout .text{
  width: 55%;
  padding-left: 10px;
}

#beginner .posts .box .layout .text h4{
  font-size: 1.2rem;
}

#beginner .posts .box .layout .text p{
  font-size: 1.2rem;
}
}


@media screen and (max-width: 767px) {
#links{
  display: block !important;
  padding: 0;
}
#links .layout{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0px 0;
}

#links .box{
	position: relative;
	display: block;
	width: 49%;
}

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

#links .box p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#links .box p span{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}

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

}

.mapbtn{
  margin-top: 1rem;
}
