@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@keyframes show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes show_popup {
  0% {
    transform: translate(-50%, -48%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Times New Roman", serif;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #000;
  background-color: #fff;
}

html, body {
  min-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

body {
  margin: 0;
}

.header {
  width: 100%;
  height: 40px;
  background-color: #ffdbc7;
  position: relative;
}

.header .link__techo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.header .share {
  position: absolute;
  right: 70px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.share__title {
  margin-right: 7px;
  padding-top: 7px;
}

.share__sns {
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.share__sns li {
  margin-left: 5px;
}

.share__sns li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 480px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.head {
  width: 100%;
  background-color: #fff;
  padding-bottom: 10px;
}

.head__title {
  text-align: center;
  position: relative;
  top: -12px;
}

.head__contents {
  display: -ms-flexbox;
  display: flex;
  width: 880px;
  margin: 0 auto;
  position: relative;
  top: -12px;
}

.head__text p {
  font-size: 1.7rem;
  line-height: 1.29411764705882;
}

.head__nav {
  padding: 15px 12px 0 24px;
  text-align: center;
}

.head__nav a {
  font-size: 1.5rem;
}

.head__nav a.guide {
  white-space: nowrap;
  display: block;
  line-height: 1.3;
  text-align: left;
}

.head__nav a.guide.jp {
  font-size: 1.3rem;
  font-family: 'A1 Mincho', serif;
}

.head__nav a.guide:before {
  content: "";
  width: 8px;
  height: 10px;
  background-image: url("../images/icon-arrow-pink-r.png");
  background-size: 8px 10px;
  display: inline-block;
  margin-right: 2px;
}

.main {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.map {
  width: calc(100% - 295px);
  background-color: #ccc;
  position: relative;
}

.map__footer {
  position: relative;
  z-index: 1000;
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.map .note {
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.banner {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
}

.banner li {
  display: inline-block;
  margin-right: 50px;
}

.banner li:last-child {
  margin-right: 42px;
}

.menu {
  background-color: #FFFFF9;
  width: 295px;
  border: 1px solid #9DDCE0;
  border-right: none;
  border-bottom: none;
}

.menu__day__title, .menu__month__title {
  padding-left: 10px;
}

.menu__day select, .menu__month select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 15px;
  padding: 3px 10px 3px 10px;
  background-image: url("../images/icon-arrow-down.png");
  background-size: 6px 3px;
  background-repeat: no-repeat;
  background-position: 80% center;
  margin: 0;
  vertical-align: middle;
  text-indent: .01px;
  /*Firefox用*/
  text-overflow: "";
  /*Firefox用*/
}

.menu__month {
  margin-left: 10px;
}

.menu__month select {
  margin-right: 6px;
}

.menu__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 10px;
}

.menu__search #form_month {
  height: 1.5em;
  margin-right: 10px;
}

.menu__search #form_day {
  height: 1.5em;
}

.menu__search .year {
  margin: 0 0 0 10px;
  padding-bottom: 5px;
}

.menu__search .btn_search {
  cursor: pointer;
}

.menu__search .btn_search a {
  position: relative;
  top: 10px;
}

.menu__items {
  width: calc(100% - 20px);
  height: 600px;
  margin: 0 auto;
  overflow: scroll;
}

.menu__items__list {
  border-top: 1px dashed #FFC4A8;
  margin-bottom: 10px;
}

.menu__items .noresults {
  padding: 30px 0;
  text-align: center;
}

.menu__item {
  cursor: pointer;
  border-bottom: 1px dashed #FFC4A8;
  padding: 10px 0;
}

.menu__item__contents {
  display: -ms-flexbox;
  display: flex;
}

.menu__item__info {
  display: block;
  width: 100%;
}

.menu__item__thumb {
  padding-right: 10px;
}

.menu__item__title {
  font-size: 1.7rem;
  border-bottom: 1px solid #FFC4A8;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.menu__item__name {
  font-size: 1.3rem;
  line-height: 1.1;
  margin-bottom: 2px;
}

.menu__item__date {
  font-size: 1.6rem;
}

.memorableDay {
  padding: 1px 0 28px;
}

.memorableDay.font_type1 {
  font-family: "Times New Roman", serif;
}

.memorableDay.font_type2 {
  font-family: "Arial", sans-serif;
}

.memorableDay.font_type3 {
  font-family: "Comic Sans MS", serif;
}

.memorableDay__head {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: solid 2px;
}

.memorableDay__title {
  font-size: 2.1rem;
  padding-left: 5px;
}

.memorableDay__img {
  width: 100%;
  height: auto;
}

.memorableDay__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.memorableDay__date {
  font-size: 1.6rem;
}

.memorableDay__name {
  font-size: 1.6rem;
}

.memorableDay__name:before {
  content: '';
  width: 10px;
  height: 16px;
  background-image: url("../images/icon-person.png");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.memorableDay__comment {
  margin-top: 10px;
  font-size: 1.7rem;
}

.memorableDay .share {
  position: absolute;
  bottom: 0;
  right: 0;
}

.popup {
  width: 490px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 20px;
  font-family: 'A1 Mincho', serif;
}

.popup__title {
  margin: 30px 0 8px;
  text-align: center;
  position: relative;
  top: 0;
  left: -3px;
}

.popup p {
  padding: 10px 35px;
  font-size: 1.5rem;
  line-height: 1.75;
}

.popup__close {
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  position: relative;
}

.popup__close:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("../images/icon-close.png");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  display: inline-block;
  margin-right: 0px;
  vertical-align: middle;
  position: absolute;
  top: -1px;
  left: 8px;
}

.popup__bg {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  display: none;
}

.popup__bg.active {
  display: block;
  animation: show .5s ease-out 1 alternate forwards;
}
