.gradient {
  background-color: #f1dfd1;
  background-image: linear-gradient(315deg, #ffe1c3 0%, #f6f0ea 74%);
/*
  background-color: #f1dfd1;
  background-image: linear-gradient(315deg, #f1dfd1 0%, #f6f0ea 74%);
*/
}
.wrap {
  max-width: 900px;
  margin: 0 auto;
}
/* header */
.header {
  height: 50px;
  width: 100%;
  background-color:rgba(255, 255, 255, 0.8);
  position: fixed;
  display: table;
  border-bottom: 1px solid #555;
  z-index: 1001;
}
.header .wrap {
  height: 50px;
  width: 100%;
  max-width: 900px;
  display: table;
  position: relative;
}
.header__title {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 10px;
  line-height: 14px;
  padding-left: 90px;
}
.header__logo {
  font-family: 'Pacifico', cursive;
  position: absolute;
  top: 17px;
  left: 12px;
  font-size: 18px;
  font-weight: bold;
}
.header__menu {
  position:absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
/* menu */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  display: none;
}
.menu__header {
  height: 50px;
  width: 100%;
  position: relative;
}
.menu__close {
  position:absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
.menu__list {
  padding: 80px 27px 50px;
}
.menu__list li {
  text-align: right;
  margin-bottom: 30px;
}
.menu__list li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.menu__list li a span {
  font-family: 'Pacifico', cursive;
  margin-left: 15px;
}
#menu_open {
  display: block;
}
#menu_close {
  display: none;
}
/* footer */
.footer {
  text-align: center;
  padding: 10px;
  margin: 0 20px;
/*  border-top: 1px dashed #CCC; */
}
/* content */
.content {
  padding: 50px 0 0;
}
.leader {
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}
.leader__title {
  font-weight: bold;
}
.block {
  padding: 20px;
}
.block--leader {
}
.block--photos {
}
.block--map {
}
.block--post {
}
.block--visit {
}
.title {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.title__sub {
  display: table-cell;
  text-align: center;
  width: 70px;
  vertical-align: middle;
}
.title__en {
  font-family: 'Pacifico', cursive;
}
.title__main {
  display: table-cell;
  padding-left: 20px;
  border-left: 1px solid #555;
  vertical-align: middle;
  font-size: 12px;
}
.title__main span {
  font-size: 16px;
  display: block;
}
.taglist {
  overflow: hidden;
  padding: 10px 20px;
  border: 1px dashed #CCC;
  margin-bottom: 20px;
}
.taglist__hash {
  display: inline;
  padding-left: 10px;
  margin-right: 5px;
  position: relative;
}
.taglist__hash:after {
  content: '#';
  position: absolute;
  left: 0;
  top: 0;
  color: #AAA;
}
.shoplist {
}
.shoplist__content {
  margin-bottom: 20px;
}
.shoplist__name {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.shoplist__instagram {
  border: 1px solid #EEE;
  box-shadow: 0 7px 7px -5px rgba(0,0,0,0.2);
  margin-bottom: 20px;
  text-align: center;
  line-height: 150px;
  overflow: hidden;
}
.shoplist__links {
  text-align: right;
}
.shoplist__link {
  position: relative;
  padding: 7px 10px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 10px;
  padding-right: 20px;
  margin-left: 10px;
}
.shoplist__link:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 7px;
  height: 28px;
  line-height: 28px;
}
#map {
  width: 100%;
  height: 400px;
}
/* 投稿のコツ */
.advice__title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.advice__block {
  margin-bottom: 20px;
}
/* 項目 */
.numlist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.numlist__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #555;
  border-radius: 20px;
  background-color: #555;
  color: #FFF;
  text-align: center;
}
.numlist__sublist {
  padding-top: 10px;
}
.numlist__sublist li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.numlist__sublist li:after {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}

/* 詳しく見る */
.more-target {
  display: none;
}
.more-open {
  display: block;
  background-color:  #FFF;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  position: relative;
}
.more-open i {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 10px;
  height: 30px;
  line-height: 30px;
}
.more-active .more-target {
  display: block;
}
.more-active .more-open {
  display: none;
}