@charset "UTF-8";

ul.bullet{
  margin: 1em 0;
  padding-left: 2em;
}
ul.bullet li{
  margin:0;
  padding-bottom: 15px;
  line-height: 1.5;
  color: #A92621;
  list-style: disc outside;
  	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
}

.icons{
	margin: 2em 0;
	padding: 0;
display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
	flex-direction: row;
  border-right: 1px dotted #323031;
}
.icons dl{
flex-basis: 50%;
padding: 0 1em;
  border-left: 1px dotted #323031;
}
.icons dt{
padding: 0 1em;
  float: left;
  width: 25%;
}

.icons dt img{
max-width: 100%;
 max-height: 140px;
 width: auto;
 height: auto;
}
.icons dd{
  float: right;
  width: 75%;
  line-height: 1.4;
}

.icons dd h4{
	font-weight: 600;
	text-align: left;
  margin: 0 0 0.5em 0;
  font-size: 16px ;
}

.history-box{
  padding: 4em 0;
}

.history-box h3{
  letter-spacing: normal;
  font-size: 16px;
}
.history-box h4{
  color: #A2675A;
  font-weight: 600;
}

.history-box ul{
  margin-left: 1em;
  padding-left: 2em;
  border-left: 1px solid #A2675A;
}
.history-box li{
  margin: 0;
  padding-bottom: 15px;
  line-height: 1.4;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  list-style: none;
  font-size: 14px;
}

ul.shopimg{
display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0;
}

ul.shopimg li{
width:calc(100% / 3 ) ;
  padding: 3px;
  list-style: none;
}

.out-link a{
  display: block;
  background: #A2675A;
  color: #fff;
  width: 50px ;
  height: 50px ;
  line-height: 50px ;
  font-size: 30px;
  text-align: center;
}

.out-link a:hover{
  color: #fff;
  background: #861919;
}

ul.othershop{
display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
	flex-direction: row;
  margin-bottom: 2em;
}
ul.othershop li h3{
  letter-spacing: normal;
  font-size:18px ;
}
ul.othershop li{
width : calc(88% / 3 ) ;
  padding: 2em;
  list-style: none;
  margin: 2%;
  background:rgba(217,212,204,0.5);
  line-height: 1.3;
  position: relative;
}

ul.othershop li a{
  position: absolute;
  display: block;
  background: #A2675A;
  color: #fff;
  width: 50px ;
  height: 50px ;
  line-height: 50px ;
  font-size: 30px;
  bottom: 0;
  right: 0;
  text-align: center;
}

ul.othershop li a:hover{
  color: #fff;
  background: #861919;
}

@media screen and (max-width: 767px) {
  .icons{
	margin: 2em 0;
	padding: 0;
display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
	flex-direction: row;
  border-right: none;
    border-top: 1px solid #666;
}
.icons dl{
flex-basis: 100%;
padding: 1em 0;
  border-left: none;
  border-bottom: 1px dotted #323031;
}
.icons dt{
padding: 0 1em;
  float: left;
  width: 25%;
  text-align: center;
}

.icons dt img{
max-width: 100%;
 max-height: 140px;
 width: auto;
 height: auto;
  text-align: center;
}
.icons dd{
  float: right;
  width: 75%;
  line-height: 1.4;
}

.othershop li{
width:50% ;
  padding: 0.5em;
  list-style: none;
}
  
  ul.othershop li{
width:100% ;
  padding: 0.5em;
  list-style: none;
  margin: 0.5em 0;
}
}

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

  ul.shopimg li{
width:50% ;
  padding: 3px;
    margin: 0;
  list-style: none;
}
  
ul.othershop li{
width:100% ;
  padding: 0.5em;
  list-style: none;
  margin: 0.5em 0;
}
}