body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
	line-height: 1.6;
    font-feature-settings: "palt";
}

.liquor-title{
	text-align: center;
	font-size: 2em;
	font-weight: bolder;
	color: #ff6600;
	margin-bottom: 20px;
}

.card-box{
  width: 28%;
  margin-right: 10px;
  margin-left: 10px;
}
.card-box:nth-of-type(4n){
  margin-right: 10px !important;
}

.card-box-style01{
	margin-top: 0;
	text-align: center;
}

@media screen and (max-width:1178px){
	.card-box{
	  width: 40% !important;
	}
}

@media screen and (max-width:680px){
  .card-box{
    width: calc(100% - 16px) !important;
    margin-right: 0;
    margin-left: 0;
  }
}


/* Shop */
.shopinfo {
	max-width: 800px;
	width: 100%;
	margin: auto;
}

.shopinfo p.title {
	font-size: 1.5em;
	text-align: center;
}

.shopinfo ul.nav {
    width: 100%;
    max-width: 800px;
    display: flex;
    margin: 5px 0;
    justify-content: space-between;
}
.shopinfo ul.nav li {
    display: flex;
    box-sizing: border-box;
    align-items: center;
}
.shopinfo ul.nav li.liqour_1 {
    width: 24%;
}
.shopinfo ul.nav li.liqour_2 {
    width: calc(76% - 5px);
}

.shopinfo p.back {
	text-align: center;
    margin-top: 2em;
}
