 html {
    scroll-behavior: smooth;
}
/************ 下向き矢印 ****************/		
.dli-chevron-down {
	display: inline-block;
	vertical-align: middle;
	color: #4A2212;
	line-height: 1;
    width: 0.5em;
    height: 0.5em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
    transform: translateY(-25%) translateX(50px) rotate(135deg);}	
		
/************ アンカーリンク ****************/
.anchor_link {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.anchor_link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.anchor_link > li {
    display:  inline-block;     /* インラインブロック要素にする */
    width: 196px;               /* 幅指定 */
    vertical-align:  middle;    /* 要素を上下中央で揃える */
}
.anchor_link > li > a {
    color: #4A2212;                /* 文字の色指定 */
    background-color:  #fff;    /* 背景色指定 */
    text-decoration:  none;     /* 文字のデフォルトCSSを打ち消し */
    display:  inline-block;     /* インラインブロック要素にする */
    padding:  15px;             /* 余白指定 */
    width:  100%;               /* 幅指定 */
    box-sizing:  border-box;    /* 崩れ防止 */
	font-family: "Zen Maru Gothic", serif;
}
		
/************ ショップ ****************/
.shop_pic {
	text-align: center;
}		
.shop_pic img{
	max-width: 500px;
	padding-top: 60px;
}
.shop_list {
    display: flex;
	justify-content: space-between;
	padding-top: 50px;
	gap: 50px;
}
.shop_list .shop_name{
	font-size: 24px;
	border-bottom: dotted 2px #4A2212;	
}
.shop_list .shop_name2{
	padding: 10px 0;
    font-size: 16px;		
}
.shop_add dl{
	display: flex;
	padding: 5px 0;
}
.shop_add dl dt img{
	margin-right: 10px;
	margin-top: 4px;
}
.shop_add2{
	padding-top: 5px;			
}
/************注釈追加************/
.shop_text{
	text-align: center;
	color: #C51114;
	padding-bottom: 30px;
	font-size: 15px;
}
  .shop_name span{
    display: block;
    color: #C51114;
    font-size: 1.8rem;
  }

/************ sp ****************/
@media only screen and (max-width: 1020px) {
body {
    margin: 0;
}
.anchor_link {
    display: flex;
    flex-wrap: wrap;
}
.anchor_link > li {
    width: 48%;
}
.dli-chevron-down {
    transform: translateY(-25%) translateX(40px) rotate(135deg);
}
.shop_list{
	display: inline-block;
}
.shop_pic img {
    max-width: 100%;
}
.shop_list .shop_name {
    font-size: 22px;
    line-height: 3rem;
    padding-bottom: 10px;
}
.shop_list .shop_name2 {
    padding: 10px 0 5px;
    line-height: 2.3rem;
}
.shop_add2 {
    padding-top: 0px;
	padding-bottom: 15px; 
}
.shop_add dl {
    padding: 0;
    line-height: 2rem;
}
}	
  /**************css追加*****************************/	
