@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");

@keyframes fadeIn {
from{
	opacity: 0;
}
to{
	opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from{
	opacity: 0;
}
99.9%,to{
	opacity: 1;
}
}
@keyframes fadeOut {
from{
	opacity: 1;
}
to{
	opacity: 0;
}
}
@-webkit-keyframes fadeOut {
from{
	opacity: 1;
}
99.9%,to{
	opacity: 0;
}
}

@media (max-width:1010px) {
/***** COMMON *****/
.hidden-phone {
	display: none!important;
}
.visible-phone {
	display: block!important;
}
.table-layout03 {
	display: table;
	width: 100%;
}
.table-layout03 > * {
	display: table-cell;
}
.container {
	padding: 0 25px;
}



/***** main *****/


.logoLink li img {
    width: auto;
}
/* collection */
.slick-arrow {
	margin-bottom: 50px;
}
#cl-main-slide .slick-arrow {
	top: 54vw;
}
#cl-main-slide .slick-prev {
	left: 8px;
}
#cl-main-slide .slick-next {
	right: 8px;
}

/*pagination*/
.pagination{
    height: 40px;
}
.pagination .btn-prev{
    left: 25px;
}
.pagination .btn-next{
    right: 25px;
} 
.pagination .btn-prev img,
.pagination .btn-next img{
    width: 24px;
    height: 40px;
}
.pagination ul.page-numbers li{
    padding-left: 15px;
    padding-right: 15px;
    font-family:  "Roboto", sans-serif;
}
.pagination ul.page-numbers .current:after{
    bottom: -10px;
    width: 30px;
    margin-left: -15px;
}
/**************************************
     個別ページここから
***************************************/
/* 2カラムメイン */
.column-type02 {
    margin-bottom: 25px;
}
.column-type02 .pic {
	height: 268px;
}
.column-type02 .text {
	padding: 30px 25px 50px;
}
.column-type02 .text h3 {
    margin-bottom: 35px;
}
.column-type02 .text p {
	line-height: 27px;
}
	
/*shop list*/
	.shopBox {
  width: 90%;
  border-top: 1px solid #000000;
  margin: 17px auto;
  display:flex;
  justify-content: center;
}

.shopList {
  font-size: 13px;
  margin-top: 10px;
}

.shopList:nth-child(1) {
  margin-left: 2px;
  margin-top:10px;
}

.shopList:nth-child(2) {
  margin-left: 8%;
}


.shopList li {
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0px;
  text-indent: 0px;
  margin-left: 0px;

}
	#cl-main-slide dd {
	font-size: 14px;
	line-height: 32px;
	text-align:left;
}
	 .aboutNav li {
    margin-bottom: 8px;
    text-align:left;
  }

	
	*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 50%;
	padding: 10px 0 10px 0px;
}
.col_4 > div a{
	font-size:12px;
}
.col_4 > div:nth-child(1) {
  margin-top: 20px;
}	
.col_4 > div:nth-child(2) {
  margin-top: 20px;
  padding-left:10px;
}	
.col_4 > div:nth-child(3) {
  margin-top: 0px;
}
.col_4 > div:nth-child(4) {
  margin-top: 0px;
  padding-left:10px;
}
.col_4 > div:nth-child(6) {
  margin-top: 0px;
  padding-left:10px;
}
.col_4 > div:nth-child(8) {
  margin-top: 0px;
  padding-left:10px;
}
.col_4 > div:nth-child(10) {
  margin-top: 0px;
  padding-left:10px;
}
.col_4 > div:nth-child(12) {
  margin-top: 0px;
  padding-left:10px;
}
.col_4 > div:nth-child(14) {
  margin-top: 0px;
  padding-left:10px;
}
}