
/* Detail 
-----------------------------*/

#berwick-det.detail h1{
  text-align: center;
  margin-bottom: 30px;
}

#berwick-det.detail h1 .item-title{
  display: block;
  font-size: 1.2rem;
}

#berwick-det.detail #contents .content-main{
	display: flex;
	justify-content;
}

#berwick-det.detail #contents .content-main{
	margin-bottom: 80px;
}

#berwick-det.detail #contents .content-main .style-slider{
	width: 60%;
}

#berwick-det.detail #contents .content-main .style-slider .images div{
	width: 500px;
	margin: 0 auto;
}

#berwick-det.detail #contents .content-main .style-slider .images div img{
	width: 500px;
}

#berwick-det.detail #contents .content-main .style-slider .slick-prev{
	top: 50%;
	margin-top: -16px;
	left: 30px;
	width: 33px;
	height: 33px;
	border: 2px solid #3C1D01;
}
#berwick-det.detail #contents .content-main .style-slider .slick-prev::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	right: 8px;
	border-top: 2px solid #3C1D01;
	border-left: 2px solid #3C1D01;
	transform: rotate(-45deg);
}

#berwick-det.detail #contents .content-main .style-slider .slick-next{
	top: 50%;
	margin-top: -16px;
	right: 30px;
	width: 33px;
	height: 33px;
	border: 2px solid #3C1D01;
}
#berwick-det.detail #contents .content-main .style-slider .slick-next::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	right: 11px;
	border-top: 2px solid #3C1D01;
	border-right: 2px solid #3C1D01;
	transform: rotate(45deg);
}


#berwick-det.detail #contents .content-main .style-slider .thumb{
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	width: 500px;
	margin: 0 auto;
}

#berwick-det.detail #contents .content-main .style-slider .thumb div{
	width: calc(20% - 4px);
	margin-right: 4px;
	cursor: pointer;
}

#berwick-det.detail #contents .content-main .style-slider .thumb div:hover img{
	opacity: 0.7;
}

#berwick-det.detail #contents .content-main .style-slider .thumb div:nth-child(5n){
	margin-right: 0;
}

#berwick-det.detail #contents .content-main .info{
	width: 40%;
}

#berwick-det.detail #contents .content-main .info .mainitem{
  margin-bottom: 10px;
}

#berwick-det.detail #contents .content-main .info .fabric{
	margin-bottom: 20px;
	text-align: center;
}

#berwick-det.detail #contents .content-main .info .fabric img{
	width: 144px;
}

#berwick-det.detail #contents .content-main .item-wrap{
  border: 1px solid #3C1D01;
  padding: 15px;
  margin-bottom: 20px;
}

#berwick-det.detail #contents .content-main .info table th,
#berwick-det.detail #contents .content-main .info table td{
	border-bottom: 1px solid #3C1D01;
	padding: 12px 4px;
	font-size: 1.5rem;
	font-weight: normal;
}

#berwick-det.detail #contents .content-main .info table tr:last-child th,
#berwick-det.detail #contents .content-main .info table tr:last-child td{
  border: none;
  padding-bottom: 0;
}

#berwick-det.detail #contents .content-main .info table td .flex{
/*	display: flex; */
}

#berwick-det.detail #contents .content-main .info table td .flex p{
}

#berwick-det.detail #contents .content-main .info table td .flex .brand-logo{
	width: 100%;
	padding-top: 10px;
}

#berwick-det.detail #contents .content-main .info table td .flex .brand-logo img{
	max-width: 200px;
}

#berwick-det.detail #contents .content-main .info table td .flex .more{
	font-size: 1.2rem;
}

#berwick-det.detail #contents .content-main .info table td a{
	text-decoration: underline;
}


#berwick-det.detail #contents .content-main .detail-text {
    padding: 12px 4px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
}

#berwick-det.detail #contents .content-main .attention-text{
  font-size: 1.2rem;
}

#berwick-det.detail #contents .content-main .linkurl-text{
  margin-top: 3rem;
  text-align: center;
}

#contents .near-items{
	margin-bottom: 50px;
}
	
#contents .near-items h3{
	position: relative;
	margin-bottom: 20px;
}

#contents .near-items h3 span{
	display: inline-block;
	padding-right: 50px;
	background-color: #fff;
	font-size: 18px;
}

#contents .near-items h3::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #3C1D01;
	top: 50%;
	left: 0;
	z-index: -1;
}

#contents .near-slider .images {
	width: 978px;
	margin: 0 auto;
}

#contents .near-slider .images .img{
	padding: 12px;
}

#contents .near-slider .images .slick-prev{
	top: 50%;
	margin-top: -16px;
	left: -40px;
	width: 33px;
	height: 33px;
}
#contents .near-slider .images .slick-prev::after{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -4px;
	left: 11px;
	border-top: 2px solid #3C1D01;
	border-left: 2px solid #3C1D01;
	transform: rotate(-45deg);
}

#contents .near-slider .images .slick-next{
	top: 50%;
	margin-top: -16px;
	right: -40px;
	width: 33px;
	height: 33px;
}
#contents .near-slider .images .slick-next::after{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -4px;
	right: 11px;
	border-top: 2px solid #3C1D01;
	border-right: 2px solid #3C1D01;
	transform: rotate(45deg);
}

#berwick-det #more-detail{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 50px;
  max-width: 956px;
  border: 1px solid #3C1D01;
  padding: 20px;
}

#berwick-det #more-detail .image{
  width: 368px;
}

#berwick-det #more-detail .text{
  flex: 1;
  padding-left: 40px;
}

#berwick-det #more-detail .text h4{
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#berwick-det #more-detail .text p{
  margin-bottom: 20px;
}

#berwick-det #more-detail .text .link{
  text-align: center;
}

#berwick-det #point{
  background-color: #F2F2F2;
  padding: 40px 0;
}

#berwick-det #point .inner{
  max-width: 725px;
  margin: 0 auto 50px;
}

#berwick-det #point h2 {
  margin-bottom: 25px;
  font-size: 3.4rem;
  font-weight: 200;
  display: block;
  text-align: center;
}


#berwick-det #point h2 .jp {
  font-size: 1.6rem;
  display: block;
  text-align: center;
}

#berwick-det #service .box {
  display: flex;
  width: 100%;
  max-width: 725px;
  margin-bottom: 25px;
  align-items: center;
  padding: 20px 20px 20px 0;
  background-color: #fff;
}

#berwick-det #service .box .image {
  width: 250px;
  text-align: center;
}

#berwick-det #service .box .image img {
  width: 175px;
}

#berwick-det #service .box .text {
  flex: 1;
}

#berwick-det #service .box .text h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

#berwick-det #service .box .text p {
  font-size: 1.5rem;
  text-align: left;
}

#berwick-det #service .box .text p.anno {
  margin-top: 1rem;
}

#berwick-det .banner {
  margin-top: 40px;
}


#berwick-det #shop {
  padding: 70px 0 0;
  margin: auto;
}

#berwick-det #shop .inner {
}


#berwick-det #shop h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: 200;
}

#berwick-det #shop h2 .jp {
  font-size: 1.6rem;
  font-weight: normal;
}

#berwick-det #shop .lead{
  text-align: center;
  margin-bottom: 50px;
}

#berwick-det #shop .layout {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

#berwick-det #shop .layout .box {
  width: 400px;
  margin-right: 150px;
  margin-bottom: 70px;
}

#berwick-det #shop .layout .box:nth-child(2n) {
  margin-right: 0;
}


#berwick-det #shop .layout .box h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: normal;
}

#berwick-det #shop .layout .box h3 .en {
  display: block;
  font-size: 1.7rem;
}

#berwick-det #shop .layout .box .address {
  padding: 15px 0 24px;
  font-size: 1.4rem;
}

#berwick-det #shop .layout .box .link {
  text-align: center;
}


@media screen and (max-width: 767px) {

  #berwick-det.detail h1{
    font-size: 2rem;
  }

  #berwick-det.detail h1 .item-title{
  }

#berwick-det.detail #contents .content-main{
	display: block;
}

#berwick-det.detail #contents .content-main .style-slider{
	width: 100%;
}

#berwick-det.detail #contents .content-main .style-slider .images div{
	width: 100%;
}

#berwick-det.detail #contents .content-main .style-slider .images .img{
	width: 280px;
	padding: 0 5px;
}


#berwick-det.detail #contents .content-main .style-slider .slick-prev,
#berwick-det.detail #contents .content-main .style-slider .slick-next{
	display: none;
}

#berwick-det.detail #contents .content-main .info{
	width: 100%;
	padding: 0;
}

#berwick-det.detail #contents .content-main .style-slider .thumb{
/*	display: none; */
  width: 100%;
}

#berwick-det.detail #contents .content-main .style-slider .thumb div{
  width: 20%;
  margin: 0;
  padding: 1px 4px;
}

#berwick-det.detail #contents .content-main .info .mainitem{
  margin-top: 10px;
  font-size: 1.5rem;
}

#berwick-det.detail #contents .content-main .info .fabric{
	margin: 0px auto 10px;
}

#berwick-det.detail #contents .content-main .info table th{
	vertical-align: middle;
}

#berwick-det.detail #contents .content-main .info table td .flex{
	display: block;
}

#berwick-det.detail #contents .content-main .info table td .flex .brand-logo{
	padding: 10px 0 0 0;
}


#contents .near-slider {
}

#contents .near-items h3{
	text-align: center;
	margin-bottom: 5px;
}

#contents .near-items h3::after{
	content: none;
}

#contents .near-items h3 span{
	padding: 0;
}

#contents .near-slider .images {
	width: 100%;
}

#contents .near-slider .images .slick-prev,
#contents .near-slider .images .slick-next{
	display: none;
}

#contents .near-slider .images .img{
	width: 212px;
	padding: 0 5px;
}

#berwick-det #more-detail{
  display: block;
  padding: 25px;
  width: calc(100% - 30px);
}

#berwick-det #more-detail .image{
  width: 80%;
  margin: 0 auto 15px;
}

#berwick-det #more-detail .text{
  width: 100%;
  padding: 0;
}

#berwick-det #more-detail .text h4{
  font-size: 1.8rem;
  text-align: center;
}

#berwick-det #point{
  padding: 30px 15px;
}

#berwick-det #point h2 {
  font-size: 2.5rem;
}

#berwick-det #service .box {
  display: block;
  text-align: center;
  padding: 25px;
  margin-bottom: 5px;
}

#berwick-det #service .box .image {
  width: 100%;
  margin: 5px 0;
}

#berwick-det #service .box .text p {
  text-align: center;
}

#berwick-det #service .box+.anno {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 1rem;
  display: block !important;
  margin-bottom: 40px;
}

#berwick-det #shop {
  padding: 40px 0;
}

#berwick-det #shop h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

#berwick-det #shop .lead {
  text-align: center;
}

#berwick-det #shop .layout {
  display: block;
}

#berwick-det #shop .layout .box {
  width: 100%;
  margin-bottom: 35px;
}

#berwick-det #shop .layout .box h3 {
  font-size: 2rem;
}

}

