@charset "UTF-8";
/* ------------------------------------------
 *   ぐるめぱど用スタイルシート(PC版)
 * ------------------------------------------ */
/* -- リセットCSS -- */
@import url("./html5reset-1.6.1.css");
/* -- 変数 -- */
/* -- 共通スタイル -- */
.xx-small-text {
  font-size: 8.192px;
}

.xxx-small-text {
  font-size: 6.5536px;
}

.xx-large-text {
  font-size: 28.8px;
}

.xxx-large-text {
  font-size: 34.56px;
}

.red-text {
  color: #c31615;
}

.white-text {
  color: white;
}

.blue-text {
  color: #295feb;
}

/* -- 再定義 -- */
a {
  text-decoration: none;
}

.slick-dots {
  padding-bottom: 0.5rem;
  color: white;
}

.slick-dotted.slick-slider {
  margin-bottom: 1rem;
}

/* -- JS付与用 -- */
.toggle-trigger {
  background: url("/static/img/top/more_bg.png");
  text-align: center;
  margin: 2rem 0;
}

.toggle-trigger::after {
  content: "続きを読む";
}

.toggle-trigger.is-show {
  bottom: -2rem;
}

.toggle-trigger.is-show::after {
  content: "閉じる";
}

.toggle-trigger.is-show + .toggle-item::before {
  display: none;
}

.toggle-item {
  position: relative;
  overflow: hidden;
}

.toggle-item.is-hide {
  height: 0;
}

.toggle-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
}

/* -- メイン構造 -- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
body .container {
  width: 100%;
  background-color: #eaeaea;
}
body .container header {
  width: 960px;
  margin: 0 auto;
  background-color: white;
  text-align: left;
}
body .container header .header-wrapper {
  display: table;
  border-bottom: 6px solid orange;
  position: fixed;
  top: 0;
  z-index: 24;
  width: 960px;
  background-color: white;
  padding-bottom: 0.5rem;
}
body .container header .header-wrapper #navi-section {
  float: left;
  margin-left: 1rem;
  display: table-cell;
  text-align: left;
  font-size: 8.192px;
  line-height: 1rem;
}
body .container header .header-wrapper #navi-section h1 {
  font-size: 28.8px;
  margin-top: 0.5rem;
  line-height: 1.5;
  word-break: break-all;
}
body .container header .header-wrapper #logo-section {
  display: table-cell;
  text-align: right;
  padding: 1rem 0.5rem;
  padding-bottom: 0;
  vertical-align: middle;
}
body .container header .header-wrapper #logo-section img {
  width: 100px;
}
@media print {
  body .container header .header-wrapper {
    position: absolute;
  }
}
body .container header #information-section {
  padding-top: 5rem;
  line-height: 1rem;
  vertical-align: top;
}
body .container header #information-section .icon {
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0.8rem;
  position: relative;
  top: 3px;
}
body .container header #information-section #location {
  background-image: url("/static/img/top/location_icon.png");
}
body .container header #information-section #genre {
  background-image: url("/static/img/top/genre_icon.png");
}
body .container header #information-section #text {
  vertical-align: text-top;
}
body .wrapper {
  width: 960px;
  background-color: white;
  margin: 0 auto;
  display: flex;
}
body .wrapper .content {
  text-align: left;
  width: 455px;
  padding: 1rem;
}
body .wrapper .content h2 {
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  background-color: orange;
  color: white;
  font-size: 19.2px;
  padding-left: 0.5em;
}
body .wrapper .content section {
  margin: 1rem 0;
  width: 455px;
}
body .wrapper .content #photo-section {
  margin-bottom: 2rem;
}
body .wrapper .content #photo-section #photo-main img {
  width: 455px;
  height: 260px;
  object-fit: scale-down;
  background-color: #eaeaea;
}
body .wrapper .content #photo-section #photo-sub {
  width: auto;
  text-align: center;
}
body .wrapper .content #photo-section #photo-sub button {
  background-color: orange;
  color: white;
  width: 21px;
  height: 60px;
  display: block;
}
body .wrapper .content #photo-section #photo-sub button.slick-prev {
  left: 0;
}
body .wrapper .content #photo-section #photo-sub button.slick-next {
  right: 0;
}
body .wrapper .content #photo-section #photo-sub .slick-list {
  margin-left: 21px;
  margin-right: 21px;
}
body .wrapper .content #photo-section #photo-sub img {
  height: 60px;
  width: auto;
}
body .wrapper .content #basic-section #map_canvas {
  width: 100%;
  height: auto;
}
body .wrapper .content #text-section {
  font-size: 12.8px;
}
body .wrapper .content #text-section .copy {
  font-size: 19.2px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7rem;
  margin-bottom: 0.7rem;
}
body .wrapper .content #text-section .message {
  margin: 2rem 0.5rem;
  padding: 0.5rem;
  border: 1px dashed #cbbdbd;
  background-color: #fbf1e4;
}
body .wrapper .content #text-section .message .message-photo {
  width: 150px;
  height: 150px;
  overflow: hidden;
  object-fit: cover;
  float: left;
}
body .wrapper .content #text-section .message .message-text {
  float: right;
  width: 250px;
}
body .wrapper .content #relative-section img {
  display: block;
  margin: 1rem auto;
}
body .wrapper .content #relative-section ul li {
  padding-left: 1rem;
  list-style: inside disc;
}
body .wrapper .content #attiribute-section ul li {
  list-style: none outside;
  display: inline-block;
}
body .wrapper .content #attiribute-section ul li img.on {
  opacity: 0.4;
}
body .wrapper .content #nyancoin-section a article {
  border: 1px solid gray;
  border-radius: 10px;
  margin-bottom: 10px;
}
body .wrapper .content #nyancoin-section a article header {
  font-size: 16px;
}
body .wrapper .content #nyancoin-section a article h3 {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.7rem;
  width: 370px;
  display: inline-block;
}
body .wrapper .content #nyancoin-section a article .icon {
  background-color: green;
  color: white;
  font-size: 12.8px;
  padding: 0.2rem;
  float: right;
  display: inline-block;
  margin: 0.5rem;
  vertical-align: top;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper {
  padding: 0.5rem;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .photo-block img {
  width: 230px;
  height: 180px;
  object-fit: cover;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block {
  width: 45%;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block p {
  padding-bottom: 0.5rem;
  text-align: left;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block .costs-block .cost-text {
  font-size: 34.56px;
  color: #c20e0e;
  text-align: center;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block .costs-block .plus-text {
  line-height: 1em;
  font-size: 12.8px;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block .costs-block .coin-text {
  font-size: 19.2px;
  text-align: right;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block .costs-block .nyananden {
  text-align: center;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block .costs-block .nyananden span {
  display: inline-block;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block .costs-block .nyananden .coin-text {
  padding-left: 5px;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block .count {
  background-color: #f0f0f0;
}
body .wrapper .content #nyancoin-section a article .nyancoin-wrapper .text-block .count .selled {
  text-align: center;
}
body .wrapper .content #lottery-section a article {
  border: 1px solid gray;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
body .wrapper .content #lottery-section a article header {
  font-size: 16px;
}
body .wrapper .content #lottery-section a article h3 {
  width: 370px;
  line-height: 1.7rem;
}
body .wrapper .content #lottery-section a article .header-right {
  background-color: transparent;
  color: black;
  text-align: right;
  padding-right: 0.5rem;
}
body .wrapper .content #lottery-section a article .lottery-wrapper {
  padding: 0.5rem;
}
body .wrapper .content #lottery-section a article .lottery-wrapper .photo-block img {
  width: 90px;
  height: auto;
  position: relative;
  left: 50%;
  top: 1rem;
}
body .wrapper .content #lottery-section a article .lottery-wrapper .lottery-count {
  background-color: #f0f0f0;
}
body .wrapper .content #lottery-section a article .lottery-wrapper .lottery-count .lottery-count-text {
  float: left;
}
body .wrapper .content #lottery-section a article .lottery-wrapper .lottery-count .lottery-selled {
  float: left;
  padding-top: 0.6rem;
}
body .wrapper .content #lottery-section a article .lottery-wrapper .lottery-count .selled {
  padding-top: 0.5rem;
}
body .wrapper .content #lottery-section a article .lottery-wrapper .lottery-duration {
  font-size: 16px;
}
body .wrapper .content #lottery-section a .mail-member img {
  width: 80%;
  display: block;
  margin: 1rem auto;
}
body .wrapper .content #coupon-section a, body .wrapper .content #questionnaire-sectionm a, body .wrapper .content #announce-section a {
  display: inline-block;
  vertical-align: top;
}
body .wrapper .content #coupon-section a article, body .wrapper .content #questionnaire-sectionm a article, body .wrapper .content #announce-section a article {
  width: 205px;
  height: auto;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
body .wrapper .content #coupon-section a article header, body .wrapper .content #questionnaire-sectionm a article header, body .wrapper .content #announce-section a article header {
  background-color: transparent;
  height: 3em;
}
body .wrapper .content #coupon-section a article header h3, body .wrapper .content #questionnaire-sectionm a article header h3, body .wrapper .content #announce-section a article header h3 {
  padding-top: 0;
  color: red;
  font-size: 16px;
  margin: 0.5rem;
  line-height: 1.3rem;
}
body .wrapper .content #coupon-section a article .coupon-text, body .wrapper .content #questionnaire-sectionm a article .coupon-text, body .wrapper .content #announce-section a article .coupon-text {
  font-size: 14px;
  padding-right: 1rem;
  height: 5em;
}
body .wrapper .content #coupon-section a article .coupon-bottom, body .wrapper .content #questionnaire-sectionm a article .coupon-bottom, body .wrapper .content #announce-section a article .coupon-bottom {
  font-size: 6.5536px;
  padding: 0.4rem;
  margin-bottom: 0.5rem;
}
body .wrapper .content #coupon-section a article .coupon-bottom .expire-date, body .wrapper .content #questionnaire-sectionm a article .coupon-bottom .expire-date, body .wrapper .content #announce-section a article .coupon-bottom .expire-date {
  float: left;
  background-color: transparent;
}
body .wrapper .content #coupon-section a article .coupon-bottom .coupon-name, body .wrapper .content #questionnaire-sectionm a article .coupon-bottom .coupon-name, body .wrapper .content #announce-section a article .coupon-bottom .coupon-name {
  float: right;
  background-color: transparent;
}
body .wrapper .content #coupon-section a .coupon, body .wrapper .content #questionnaire-sectionm a .coupon, body .wrapper .content #announce-section a .coupon {
  background: url("/static/img/top/coupon_box_bg.png") no-repeat top center;
  background-size: contain;
}
body .wrapper .content #coupon-section a .questionnaire, body .wrapper .content #questionnaire-sectionm a .questionnaire, body .wrapper .content #announce-section a .questionnaire {
  background: url("/static/img/top/questionnaire_box_bg.png") no-repeat top center;
  background-size: contain;
}
body .wrapper .content #coupon-section a .announce, body .wrapper .content #questionnaire-sectionm a .announce, body .wrapper .content #announce-section a .announce {
  background: url("/static/img/top/announce_box_bg.png") no-repeat top center;
  background-size: contain;
}
body .wrapper .content #menu-section ul {
  margin-top: 0.5rem;
}
body .wrapper .content #menu-section ul li {
  list-style: inside none;
  display: inline-block;
  vertical-align: top;
}
body .wrapper .content #menu-section ul li:nth-child(3n - 2), body .wrapper .content #menu-section ul li:nth-child(3n - 1) {
  margin-right: 0.5rem;
}
body .wrapper .content #menu-section ul li a {
  background-image: url("/static/img/top/menu_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 130px;
  margin-bottom: 0.5rem;
  height: 1.7rem;
  padding: 1.3rem 0.3rem;
  text-align: center;
  vertical-align: middle;
}
body .wrapper .content #menu-section ul li a div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
body .wrapper .content .album-section ul li {
  list-style: inside none;
  font-size: 12.8px;
}
body .wrapper .content .album-section ul li.album {
  margin: 20px 0.5rem;
  padding: 0.5rem;
  border: 1px dashed #cbbdbd;
  background-color: #fbf1e4;
}
body .wrapper .content .album-section ul li.album p {
  font-size: 12.8px;
  font-weight: bold;
}
body .wrapper .content .album-section ul li.album .album-date {
  font-size: 10px;
  color: #333;
  line-height: 1em;
}
body .wrapper .content .album-section ul li.album .album-photo {
  width: 160px;
  height: auto;
  float: left;
}
body .wrapper .content .album-section ul li.album .album-photo img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  object-fit: cover;
}
body .wrapper .content .album-section ul li.album .album-text {
  float: right;
  width: 250px;
}
body .wrapper .content .album-section ul li.album:first-of-type {
  margin-top: 10px;
}
body .wrapper .content table {
  margin: 1px 0;
  padding: 0.2em 0.5em;
  border: 2px solid white;
}
body .wrapper .content table th {
  padding: 0.2rem;
  background-color: #f0f0f0;
  height: auto;
  width: 6rem;
  min-height: 1.5rem;
  line-height: 1.5rem;
  vertical-align: top;
  border: 2px solid white;
  font-weight: bold;
}
body .wrapper .content table td {
  margin-bottom: 2px;
  min-height: 1.5rem;
  line-height: 1.5rem;
  border: 2px solid white;
  max-width: 327px;
  overflow-wrap: break-word;
}
body .wrapper #gototop {
  text-align: right;
  font-size: 12.8px;
  background-color: transparent;
  margin-bottom: 0;
}
body .wrapper #left-content {
  padding-right: 0.5rem;
}
body .wrapper #right-content {
  padding-left: 0.5rem;
  word-wrap: break-word;
}
body .wrapper #right-content section a article header {
  font-size: 12.8px;
  line-height: 1.2em;
  vertical-align: middle;
  color: white;
  width: 100%;
  text-align: center;
  background-color: transparent;
}
body .wrapper #right-content section a article header .header-left {
  width: 10em;
  background-color: orange;
  float: left;
  border-top-left-radius: 6px;
}
body .wrapper #right-content section a article header .header-right {
  width: 10em;
  background-color: gray;
  float: right;
  border-top-right-radius: 6px;
}
body .wrapper #right-content section a article h3 {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  font-size: 23.04px;
}
body .wrapper #right-content section a article .content-wrapper .photo-block {
  float: left;
}
body .wrapper #right-content section a article .content-wrapper .text-block {
  float: right;
}
body .wrapper #right-content section a article .content-wrapper .text-block .selled {
  text-align: center;
}
body #popup-block {
  position: fixed;
  right: 0.5rem;
  bottom: 0;
  z-index: 100;
}
body #popup-block .popup {
  position: relative;
  margin-right: 0.5rem;
}
body #popup-block .popup-close {
  position: relative;
  right: -150px;
  top: -150px;
  z-index: 120;
}
@media print {
  body #popup-block {
    display: none;
  }
}
body #sns-block {
  width: 960px;
  background-color: white;
  margin: 0 auto;
  text-align: left;
}
body #sns-block #facebook {
  padding-right: 0.5rem;
}
body #sns-block #twitter {
  padding-left: 0.5rem;
  width: 450px;
}
body #sns-block #twitter h3 {
  background: #C0DEED;
  color: white;
  padding: 0.5rem;
}
body #sns-block #twitter dl {
  padding: 1.2rem;
  max-height: 600px;
  overflow: auto;
  border: 1px solid #f0f0f0;
}
body #sns-block #twitter dl dt {
  width: 1.9968rem;
  float: left;
}
body #sns-block #twitter dl dt img {
  border-radius: 50%;
  width: 1.6968rem;
  position: relative;
  right: 0.2484rem;
  bottom: 0.2484rem;
}
body #sns-block #twitter dl dd img {
  height: 16px;
}
body #sns-block #twitter dl dd div {
  border-bottom: 1px solid #f0f0f0;
}
body #sns-block #twitter dl dd div span {
  margin-right: 1.2rem;
}
body #sns-block #twitter dl dd div span img {
  height: twitter_x;
}
body #sns-block #twitter dl dd div #tweet-date {
  float: right;
  margin-right: 0;
}
body #sns-block #twitter dl #user {
  font-size: 12.8px;
}
body #sns-block #twitter dl #tweet {
  padding-top: 1.92rem;
  padding-bottom: 2.4rem;
  line-height: 1.5rem;
}
body #sns-block #twitter dl #sub-menu {
  margin-bottom: 1.2rem;
}
body #gototop {
  text-align: center;
  margin: 0 auto;
  font-size: 12.8px;
  background-color: white;
  width: 960px;
}
body #gototop a {
  display: block;
  text-align: right;
}
body #sns-footer {
  width: 960px;
  background-color: white;
  margin: 0 auto;
  border-top: 1px solid #f0f0f0;
}
body #sns-footer ul li {
  padding: 0.5rem;
  list-style: none inside;
  display: inline-block;
}
body footer {
  background-color: orange;
  color: white;
  font-size: 10.24px;
}
body footer #menu-block {
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
  width: 960px;
  margin: 0 auto;
  border-bottom: 1px solid white;
}
body footer #copyright-block {
  height: 3rem;
  line-height: 3em;
  vertical-align: middle;
}
body footer a {
  color: white;
  text-decoration: none;
}
body .modal-content {
  position: fixed;
  display: none;
  z-index: 26;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .modal-content-text {
  background-color: #505050;
  padding: 1.5rem;
  color: white;
  text-align: left;
}
body .modal-overlay {
  z-index: 25;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

/*# sourceMappingURL=styles.css.map */
