/* # Main Image */
#mainImage {
  margin: 2em 0 0;
}


@media only screen and (min-width: 768px) {
  #mainImage {
    margin: 4em 0 0;
  }
}

.mainImage-link {
  margin: 0;
  text-align: right;
}

.mainImage-link > a {
  
}

.mainImage-link > a::before {
  display: inline-block;
  height: 11px; /* 1em */
  width: 15px; /* 1.3636em */
  margin-right: .5em;
  margin-top: -12px; /* delete */
  background-size: cover;
  background-image: url('../img/i-home.gif');
  vertical-align: middle;
  content: '';
}

/* # Infomation */
#info h2 {
  display: inline-block;
  margin-left: 2rem;
  margin-bottom: 0;
  padding: .75em 1.5em .5em;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--color-green_light);
  color: white;
  font-size: var(--font-size_base);
  font-weight: normal;
}

#info h2::before,
#info h2::after {
  margin: 0;
  content: '';
}

#info ul {
  margint-top: 0;
  padding: .5em; /* 1em .625em */
  border: 2px var(--color-green_light) solid;
  border-radius: 1rem;
  list-style-type: none;
  line-height: 1;
}

#info li {
  padding: .25em; /* .625em .5em */
  border-top: 1px var(--color-gray_light) dashed;
}

#info li:last-child {
  border-bottom: 1px var(--color-gray_light) dashed;
}

#info dt {
  display: flex;
  align-items: center;
  margin-bottom: .25em;
  color: var(--color-blue_light);
  font-size: var(--font-size_s);
  font-weight: bold;
}

#info dt::before {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: .25em;
  content: url('../img/i-03.png');
  transform: scale(1.125);
}

#info dd {
  font-size: var(--font-size_s);
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  #info dt::before {
    width: 1.6rem;
    height: 1.6rem;
    transform: scale(1);
  }

  #info dd {
    font-size: var(--font-size_base);
  }
}

/* # address */
#address {
  width: 24rem;
  margin: 1em auto;
}

/* # Shiruporuto */
#shiruporuto {
  max-width: 40rem;
  margin: 0 auto;
  padding: .5em;
  border-radius: 1rem;
  background-color: var(--color-gray_light);
}
 
#shiruporuto img { /* delete */
  margin: 0 auto;
}
