@charset "UTF-8";
/**
 * ショッピング
 */
/* ==========================================================================
   style
   ========================================================================== */
.tel-num-list li {
  border-top: 1px solid #e2e2e2;
  display: table;
  padding: 8px 0;
  width: 100%;
  /*.shop-tel{
			text-align: left;
			
			.tel-num{
				text-align: right;
				
				&:before{
					padding-right: 10px;
					position: inherit;
					top: inherit;
					left: inherit;
				}
				
				.tel-num-sub{
				}
				
			}
			
		}*/ }
  .tel-num-list li:first-child {
    border-top: none; }
  .tel-num-list li .shop-name,
  .tel-num-list li .shop-tel {
    display: table-cell;
    vertical-align: middle; }
  .tel-num-list li .shop-name {
    font-size: 100%; }

@media screen and (max-width: 767px) {
  .tel-num-list li {
    display: block; }
    .tel-num-list li .shop-name,
    .tel-num-list li .shop-tel {
      display: block;
      text-align: center; } }

.link-list img {
  padding-right: 10px; }

.preparation img {
  height: 2.2em;
  vertical-align: middle;
  padding-bottom: 3px; }

@media screen and (max-width: 767px) {
  .preparation img {
    height: 2em;
    vertical-align: middle; } }

.border-box-corona {
  border-color: #d10358;
  border-width: 2px;
  border-style: solid;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px; }
