.aside-contents__price-type:after,
.people-search-panel__companion-inputs:after,
.people-search-panel__companion:after,
.page-footer__site-maps-two-column:after,
.page-footer__social:after,
.page-header__message-content:after,
.page-header__message-contents:after,
.page-header__inner-contents:after {
  content: "";
  display: block;
  clear: both
}

.people-search-panel__child-age-select,
.leisure-search-panel__input,
.destination-search-panel__input {
  border: none;
  appearance: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none
}

.breadcrumbs__breadcrumb:first-child:before,
.people-search-panel__add-icon:after,
.people-search-panel__remove-icon:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "Material Icons";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  font-display: swap;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

.people-search-panel__add-icon,
.people-search-panel__remove-icon,
.page-footer__social-item-link,
.page-header__main-heading {
  overflow: hidden;
  font-size: 10px;
  white-space: nowrap
}

.leisure-list__popular-item-name,
.destination-list__popular-item-name,
.page-header__available-point,
.page-header__user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

html {
  font-size: 14px
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

pre {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

.page-header__inquiry,
.page-header__check-favorite,
.page-header__check-message,
.page-header__confirm-point,
.page-header__check-history,
.page-header__login,
.page-header__point {
  position: relative
}

.page-header__inquiry:after,
.page-header__check-favorite:after,
.page-header__check-message:after,
.page-header__confirm-point:after,
.page-header__check-history:after,
.page-header__login:after,
.page-header__point:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
  width: 100%;
  height: 4px;
  visibility: hidden;
  background-color: #00a0d0;
  transition: all 240ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scaleX(0);
  -webkit-transition: all 240ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 240ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 240ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

.page-header__inquiry:hover:after,
.page-header__check-favorite:hover:after,
.page-header__check-message:hover:after,
.page-header__confirm-point:hover:after,
.page-header__check-history:hover:after,
.page-header__login:hover:after,
.page-header__point:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible
}

.page-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0
}

.page-header__wrap {
  position: relative;
  z-index: 80;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f44336
}

.page-header__inner-contents {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 1080px;
  min-width: 1080px;
  height: 70px;
  margin: 0 auto;
  padding: 0
}

.page-header__main-contents-wrap {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%
}

.page-header__link-back {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

.page-header__main-heading {
  width: 150px;
  height: 70px;
  margin: 0;
  padding: 0;
  text-indent: 130px;
  background-image: url(/img/sp/common/logo-image_kana-a5c45b842cea56b781f663a7d536559e.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 134px;
  overflow: initial
}

.page-header__main-heading-inner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0
}

.page-header__mypage-navigation-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0
}

.page-header__message {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  font-style: normal;
  line-height: 70px;
  text-align: right
}

.page-header__user-name {
  display: inline-block;
  max-width: 130px;
  margin: -6px 8px;
  padding: 0;
  line-height: 20px
}

.page-header__point {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0 20px;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  font-style: normal;
  line-height: 66px;
  text-align: right;
  text-decoration: none
}

.page-header__point::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0 4px 0 0;
  vertical-align: text-bottom;
  background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  content: ""
}

.page-header__available-point {
  margin: -6px 0;
  font-size: 18px;
  line-height: 20px
}

.page-header__future-point-grant {
  color: #888;
  font-size: 12px
}

.page-header__mypage-navigations {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  height: 70px;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 0;
  text-align: right
}

.page-header__mypage-navigation {
  position: relative;
  display: inline-block;
  height: 70px;
  margin: 0;
  padding: 0;
  list-style: none
}

.page-header__mypage-navigation--notification::before {
  position: absolute;
  top: 22px;
  left: 21px;
  z-index: 2;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #f44336;
  border-radius: 3px;
  content: ""
}

.page-header__login {
  display: block;
  width: 100px;
  height: 66px;
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 66px;
  text-align: center;
  text-decoration: none
}

.page-header__login::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0 4px 0 0;
  vertical-align: text-bottom;
  background-image: url(/img/icon/guest__gray-4338fe18f84a60e30a1d45f672ddb4f3.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  content: ""
}

.page-header__check-history {
  display: block;
  width: 100px;
  height: 66px;
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 66px;
  text-align: center;
  text-decoration: none
}

.page-header__check-history::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0 4px 0 0;
  vertical-align: text-bottom;
  background-image: url(/img/icon/note_gray-df620cb5e34a819b389a7792e071df68.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  content: ""
}

.page-header__confirm-point {
  display: block;
  width: 140px;
  height: 66px;
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 66px;
  text-align: center;
  text-decoration: none
}

.page-header__confirm-point::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0 4px 0 0;
  vertical-align: text-bottom;
  background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  content: ""
}

.page-header__check-message {
  display: block;
  width: 106px;
  height: 66px;
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 66px;
  text-align: center;
  text-decoration: none;
  cursor: pointer
}

.page-header__check-message::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0 4px 0 0;
  vertical-align: text-bottom;
  background-image: url(/img/icon/message__gray-9e893d0eca7a504449e2fc596eef458e.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  content: ""
}

.page-header__check-message--active {
  border-bottom: 4px solid #00a0d0
}

.page-header__check-favorite {
  display: block;
  width: 115px;
  height: 66px;
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 66px;
  text-align: center;
  text-decoration: none
}

.page-header__check-favorite::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0 4px 0 0;
  vertical-align: text-bottom;
  background-image: url(/img/icon/favorite-border__gray-4e80f03dabba9a1dac5ed7f5471078e2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  content: ""
}

.page-header__inquiry {
  display: block;
  width: 140px;
  height: 66px;
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 66px;
  text-align: center;
  text-decoration: none;
  position: relative
}

.page-header__inquiry::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1rem;
  background: #c8c8c8;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.page-header__message-contents-wrap {
  position: absolute;
  top: 71px;
  right: 0;
  display: none;
  box-sizing: border-box;
  width: 600px;
  height: 103px;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(36, 36, 36, .3)
}

.page-header__message-contents-wrap--opened {
  display: block
}

.page-header__message-contents-wrap--nologin {
  height: 68px
}

.page-header__message-contents {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff
}

.page-header__message-content {
  margin: 0 10px 0 10px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #c8c8c8
}

.page-header__message-content--no-border {
  border-bottom: none
}

.page-header__message-content--no-margin-right {
  margin: 0 0 0 10px
}

.page-header__message-content-count {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 15px 20px;
  color: #242424;
  font-size: 1rem
}

.page-header__message-content-link {
  position: relative;
  display: block;
  float: right;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 15px 20px;
  color: #00a0d0;
  font-size: 1rem;
  text-align: right;
  text-decoration: none
}

.page-header__message-content-link::after {
  position: absolute;
  top: 18px;
  right: 4px;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/img/icon/arrow-right__blue-b4573b5727fd0825c3da34289097f568.svg);
  background-repeat: no-repeat;
  content: ""
}

.page-header__message-content-link:hover {
  text-decoration: underline
}

.page-header__message-contents-nologin {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 15px 30px;
  line-height: 1.4
}

.page-header__message-contents-nologin-message {
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.page-header__message-contents-register {
  position: absolute;
  right: 30px;
  bottom: 15px;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.page-header__message-contents-register-link {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #00a0d0;
  text-align: right;
  text-decoration: none
}

.page-header__message-contents-register-link:hover {
  text-decoration: underline
}

.page-header__search-contents-wrap {
  position: absolute;
  top: 71px;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #f2f2f2;
  box-shadow: 0 1px 6px 0 rgba(36, 36, 36, .3)
}

.page-header__search-contents-wrap--opened {
  display: block
}

.page-footer {
  width: 100%
}

.page-footer--basic {
  border-top: 1px solid #c8c8c8;
  background-color: #f2f2f2
}

.page-footer__copyright {
  display: block;
  padding: 4px 0;
  background-color: #f44336;
  color: #fff;
  text-align: center
}

.page-footer__copyright--gray {
  background-color: #c8c8c8
}

.page-footer__navigations-wrapper {
  width: 1080px;
  margin: 0 auto
}

.page-footer__social {
  margin: 20px 0 30px
}

.page-footer__follow-us {
  float: left;
  color: #242424;
  font-size: 1.1428rem;
  font-weight: bold;
  line-height: 30px
}

.page-footer__social-list {
  float: left;
  height: 40px;
  margin: 0 15px;
  padding: 0;
  list-style: none
}

.page-footer__social-item {
  display: inline-block;
  margin: 7px 24px 0 0
}

.page-footer__social-item-link {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-indent: 50px
}

.page-footer__social-item-link--x {
  background-image: url(/img/pc/common/sns-icon_x-e9e6ea08fe7c61bb5578b475d653d18a.png)
}

.page-footer__social-item-link--instagram {
  background-image: url(/img/pc/common/sns-icon_instagram-6d1996aa0d2f1e79a50c6f2a52f1ae64.png)
}

.page-footer__site-maps-heading {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1rem;
  font-weight: bold
}

.page-footer__site-maps-heading-link {
  color: #242424;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none
}

.page-footer__site-maps-heading-link:hover {
  text-decoration: underline
}

.page-footer__site-maps-link {
  color: #6e6e6e;
  text-decoration: none
}

.page-footer__site-maps-link:hover {
  text-decoration: underline
}

.page-footer__site-maps-list {
  margin: 0 0 30px;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-size: .8571rem
}

.page-footer__site-maps-list--inner {
  display: inline-block;
  margin: 0;
  padding: 0
}

.page-footer__site-maps-item {
  display: inline-block;
  margin: 0;
  padding: 0 14px 0 0
}

.page-footer__site-maps-list--inner .page-footer__site-maps-item {
  padding: 0 10px 0 0
}

.page-footer__site-maps-two-column {
  margin: 0 0 20px
}

.page-footer__site-maps-two-column-cell {
  float: left;
  width: 50%
}

.page-footer__app-download {
  padding: 20px 0 28px
}

.page-footer__app-download-content {
  display: -webkit-box;
  display: flex
}

.page-footer__app-download-content-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end
}

.page-footer__app-download-content-inner-description {
  color: #6e6e6e;
  text-align: center;
  font-size: .9rem;
  padding: 6px 0 0;
  margin: 0
}

.page-footer__app-download-qr {
  padding: 0 0 4px 8px
}

.page-footer__app-download-content-inner-left {
  padding: 0 0 0 50px
}

.page-footer__region-list {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none
}

.page-footer__region-item {
  display: block
}

.page-footer__region-item-link {
  display: inline-block;
  width: 110px;
  color: #6e6e6e;
  font-size: .8571rem;
  text-decoration: none
}

.page-footer__region-item-link:hover {
  text-decoration: underline
}

.page-footer__attention {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  color: #6e6e6e;
  font-size: .8571rem;
  line-height: 1.2857em
}

.page-footer__about-us {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  text-align: center
}

.page-footer__about-us-item {
  display: inline-block
}

.page-footer__about-us-item:after {
  content: "ï½œ";
  display: inline-block;
  margin: 0;
  padding: 0 10px
}

.page-footer__about-us-item:last-child:after {
  display: none
}

.page-footer__about-us-item-link {
  color: #6e6e6e;
  font-size: 1rem;
  text-decoration: none
}

.page-footer__about-us-item-link:hover {
  text-decoration: underline
}

.destination-search-panel {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
  width: 642px;
  height: 628px;
  padding: 0 20px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 6px 1px rgba(110, 110, 110, .4);
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

.destination-search-panel--wide {
  width: 962px
}

.destination-search-panel--enter {
  height: 0
}

.destination-search-panel--enter-active {
  height: 628px;
  -webkit-transition: height .225s ease;
  transition: height .225s ease
}

.destination-search-panel--leave {
  height: 628px
}

.destination-search-panel--leave-active {
  height: 0px;
  -webkit-transition: height .225s ease;
  transition: height .225s ease
}

.destination-search-panel__button {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 28px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap
}

.destination-search-panel__button:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url(/img/icon/location__blue-dbbdef840b310e0b17f49138171aaa32.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px
}

.destination-search-panel__header {
  width: 600px;
  margin: 16px 0 10px
}

.destination-search-panel__input {
  position: relative;
  width: 100%;
  padding: 3px 0 8px 30px;
  border-bottom: 1px solid #242424;
  box-sizing: border-box;
  background-image: url(/img/icon/location-2c299c96984f90bbf1429e657b32a75b.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 1rem
}

.destination-search-panel__input--active {
  background-image: url(/img/icon/location__blue-dbbdef840b310e0b17f49138171aaa32.svg)
}

.destination-search-panel__input:-ms-input-placeholder {
  color: #c8c8c8
}

.destination-search-panel__input:placeholder-shown,
.destination-search-panel__input:-ms-input-placeholder {
  color: #c8c8c8
}

.destination-search-panel__input::-webkit-input-placeholder,
.destination-search-panel__input::-moz-placeholder {
  color: #c8c8c8
}

.destination-search-panel__suggest-list {
  width: 590px;
  margin: -10px 0 10px 10px;
  padding: 0;
  list-style: none
}

.destination-search-panel__suggest-item:hover,
.destination-search-panel__suggest-item--active {
  background-color: #c0eefc
}

.destination-search-panel__suggest-link {
  display: block;
  height: 50px;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #c8c8c8;
  box-sizing: border-box;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  text-decoration: none
}

.destination-search-panel__suggest-link--landmark {
  background-image: url(/img/icon/spot__gray-3860e88cefbecdb9561d7c1091602ae5.svg)
}

.destination-search-panel__suggest-link--location {
  background-image: url(/img/icon/location-2c299c96984f90bbf1429e657b32a75b.svg)
}

.destination-search-panel__suggest-link--shop {
  background-image: url(/img/icon/shop-24c8aa28d62059d9f6d4110b680914ac.svg)
}

.destination-search-panel__suggest-link--station {
  background-image: url(/img/icon/terminal-966d5f044540c759ba6d94f19ce65e4c.svg)
}

.destination-search-panel__suggest-link-name {
  display: block;
  margin: 0 0 4px;
  color: #242424;
  line-height: 1
}

.destination-search-panel__suggest-link-guide {
  display: block;
  color: #c8c8c8;
  font-size: .857rem;
  line-height: 1
}

.destination-search-panel__suggest-item:hover .destination-search-panel__suggest-link-guide,
.destination-search-panel__suggest-item--active .destination-search-panel__suggest-link-guide {
  color: #757575
}

.destination-list {
  position: relative;
  margin: 0 -20px
}

.destination-list__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  list-style: none
}

.destination-list__list--next-panel {
  left: 320px;
  border-left: 1px solid #f2f2f2
}

.destination-list__item-head {
  padding: 0 0 10px;
  border-bottom: 1px solid #c8c8c8;
  color: #242424;
  font-size: .857rem;
  line-height: 1
}

.destination-list__item-head--prefecture {
  color: #00a0d0;
  font-weight: bold
}

.destination-list__item {
  border-bottom: 1px solid #c8c8c8;
  cursor: default;
  color: #6e6e6e;
  line-height: 40px
}

.destination-list__item--bottom {
  border-bottom: none
}

.destination-list__item-arrow {
  display: block;
  position: relative;
  color: #6e6e6e;
  text-decoration: none
}

.destination-list__item-arrow:hover {
  text-decoration: underline
}

.destination-list__item-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-image: url(/img/icon/arrow-right__gray-88616ceae61c2b74804ccf5c0990476c.svg);
  background-repeat: no-repeat;
  opacity: .7
}

.destination-list__item-arrow--active {
  color: #00a0d0
}

.destination-list__item-arrow--active:after {
  background-image: url(/img/icon/arrow-right-20ba6684ff4b8192810bf9e670a262a0.svg);
  opacity: 1
}

.destination-list__item-link {
  display: block;
  color: #6e6e6e
}

.destination-list__item-link:hover {
  cursor: pointer;
  color: #00a0d0;
  text-decoration: underline
}

.destination-list__popular-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.destination-list__popular-item-head {
  padding: 0 0 10px;
  color: #242424;
  font-size: 12px;
  line-height: 1
}

.destination-list__popular-item {
  float: left;
  position: relative;
  width: 33.3333%;
  padding: 33.3333% 0 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden
}

.destination-list__popular-item--pickup {
  width: 50%;
  padding: 50% 0 0
}

.destination-list__popular-item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%
}

.destination-list__popular-item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgb(0, 0, 0) 100%);
  color: #fff;
  line-height: 72px;
  text-align: center
}

.destination-list__area-list {
  height: 530px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: auto
}

.destination-list__area-item-head {
  margin: 0 0 10px;
  color: #00a0d0;
  font-size: 1.1428rem;
  line-height: 1
}

.destination-list__area-item {
  line-height: 1
}

.destination-list__area-item-link {
  display: block;
  padding: 8px 0;
  color: #6e6e6e
}

.destination-list__area-item-link:hover {
  cursor: pointer;
  color: #00a0d0;
  text-decoration: underline
}

.leisure-search-panel {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
  width: 642px;
  height: 628px;
  padding: 0 20px 10px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 6px 1px rgba(110, 110, 110, .4);
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

.leisure-search-panel--wide {
  width: 962px
}

.leisure-search-panel--enter {
  height: 0
}

.leisure-search-panel--enter-active {
  height: 628px;
  -webkit-transition: height .225s ease;
  transition: height .225s ease
}

.leisure-search-panel--leave {
  height: 628px
}

.leisure-search-panel--leave-active {
  height: 0px;
  -webkit-transition: height .225s ease;
  transition: height .225s ease
}

.leisure-search-panel__button {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 28px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap
}

.leisure-search-panel__button:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url(/img/icon/leisure__blue-0b9cdb98805a2a6ef1f98bbb921b7d64.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px
}

.leisure-search-panel__header {
  width: 600px;
  margin: 16px 0 10px
}

.leisure-search-panel__input {
  position: relative;
  width: 100%;
  padding: 3px 0 8px 30px;
  border-bottom: 1px solid #242424;
  box-sizing: border-box;
  background-image: url(/img/icon/leisure-eae24b24e07b4842c4aaae6c9b7d49d5.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 1rem
}

.leisure-search-panel__input--active {
  background-image: url(/img/icon/leisure__blue-0b9cdb98805a2a6ef1f98bbb921b7d64.svg)
}

.leisure-search-panel__input:-ms-input-placeholder {
  color: #c8c8c8
}

.leisure-search-panel__input:placeholder-shown,
.leisure-search-panel__input:-ms-input-placeholder {
  color: #c8c8c8
}

.leisure-search-panel__input::-webkit-input-placeholder,
.leisure-search-panel__input::-moz-placeholder {
  color: #c8c8c8
}

.leisure-search-panel__suggest-list {
  width: 590px;
  margin: -10px 0 10px;
  padding: 0;
  list-style: none
}

.leisure-search-panel__suggest-item:hover,
.leisure-search-panel__suggest-item--active {
  background-color: #c0eefc
}

.leisure-search-panel__suggest-link {
  display: block;
  height: 50px;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #c8c8c8;
  box-sizing: border-box;
  text-decoration: none
}

.leisure-search-panel__suggest-link-image-wrapper {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 40px;
  margin: 0;
  padding: 5px 0;
  vertical-align: middle
}

.leisure-search-panel__suggest-link-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto
}

.leisure-search-panel__suggest-link-name {
  display: inline-block;
  padding: 0 0 0 6px;
  color: #242424;
  font-size: .857rem;
  vertical-align: middle
}

.leisure-list {
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  margin: 0 -20px
}

.leisure-list__list {
  top: 0;
  left: 0;
  width: 320px;
  max-height: 565px;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  list-style: none
}

.leisure-list__list--next-panel {
  padding: 3px 20px;
  border-left: 1px solid #f2f2f2;
  overflow: auto
}

.leisure-list__item-head {
  padding: 0 0 10px;
  border-bottom: 1px solid #c8c8c8;
  color: #242424;
  font-size: .857rem;
  line-height: 1
}

.leisure-list__item-head--categorie {
  color: #00a0d0;
  font-weight: bold
}

.leisure-list__item {
  border-bottom: 1px solid #c8c8c8;
  cursor: default;
  color: #6e6e6e;
  line-height: 40px
}

.leisure-list__item--bottom {
  border-bottom: none
}

.leisure-list__item-arrow {
  display: block;
  position: relative;
  color: #6e6e6e;
  text-decoration: none
}

.leisure-list__item-arrow:hover {
  text-decoration: underline
}

.leisure-list__item-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-image: url(/img/icon/arrow-right__gray-88616ceae61c2b74804ccf5c0990476c.svg);
  background-repeat: no-repeat;
  opacity: .7
}

.leisure-list__item-arrow--active {
  color: #00a0d0
}

.leisure-list__item-arrow--active:after {
  background-image: url(/img/icon/arrow-right-20ba6684ff4b8192810bf9e670a262a0.svg);
  opacity: 1
}

.leisure-list__item-link {
  display: block;
  color: #6e6e6e
}

.leisure-list__item-link:hover {
  cursor: pointer;
  color: #00a0d0;
  text-decoration: underline
}

.leisure-list__popular-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.leisure-list__popular-item-head {
  padding: 0 0 10px;
  color: #242424;
  font-size: 12px;
  line-height: 1
}

.leisure-list__popular-item {
  float: left;
  position: relative;
  width: 33.3333%;
  padding: 33.3333% 0 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden
}

.leisure-list__popular-item--pickup {
  width: 50%;
  padding: 50% 0 0
}

.leisure-list__popular-item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%
}

.leisure-list__popular-item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgb(0, 0, 0) 100%);
  color: #fff;
  line-height: 72px;
  text-align: center
}

.leisure-list__genre-list {
  height: 530px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: auto
}

.leisure-list__genre-item-head {
  margin: 0 0 10px;
  color: #00a0d0;
  font-size: 1.1428rem;
  line-height: 1
}

.leisure-list__genre-item {
  line-height: 1
}

.leisure-list__genre-item-link {
  display: block;
  padding: 8px 0;
  color: #6e6e6e
}

.leisure-list__genre-item-link:hover {
  cursor: pointer;
  color: #00a0d0;
  text-decoration: underline
}

.people-search-panel {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
  width: 322px;
  max-height: 314px;
  padding: 0 20px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 6px 1px rgba(110, 110, 110, .4)
}

.people-search-panel--header {
  right: 4px;
  left: auto
}

.people-search-panel--enter {
  max-height: 0
}

.people-search-panel--enter-active {
  max-height: 314px;
  -webkit-transition: max-height .225s ease;
  transition: max-height .225s ease
}

.people-search-panel--leave {
  max-height: 314px
}

.people-search-panel--leave-active {
  max-height: 0;
  -webkit-transition: all .225s ease;
  transition: all .225s ease
}

.people-search-panel__button {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 20px 0 28px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  color: #6e6e6e;
  font-size: 1rem;
  letter-spacing: -0.2px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap
}

.people-search-panel__button:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-image: url(/img/icon/arrow-bottom-c80c614e85e5c27fb2583d170d1e3c69.svg);
  background-repeat: no-repeat
}

.people-search-panel__button:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url(/img/icon/people__blue-8ff318bdb1ef6bbdac737b27c985a137.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px
}

.people-search-panel__header {
  position: relative;
  margin: 20px 0;
  padding: 0 0 0 26px;
  box-sizing: border-box;
  color: #242424;
  font-size: 1.1428rem;
  line-height: 1
}

.people-search-panel__header:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(/img/icon/people-23e90ac410ff6163a1326a4ddf48ccce.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px
}

.people-search-panel__companions {
  margin: 0;
  padding: 0 10px 20px;
  list-style-type: none
}

.people-search-panel__companion {
  margin: 0 0 10px
}

.people-search-panel__companion:last-child {
  margin: 0
}

.people-search-panel__companion-label {
  display: block;
  float: left;
  width: 154px;
  margin: 0;
  padding: 0;
  color: #242424;
  font-size: 1rem;
  line-height: 35px
}

.people-search-panel__companion-inputs {
  display: block;
  float: right;
  width: 100%;
  margin: 0 0 0 -154px;
  padding: 0 0 0 164px;
  box-sizing: border-box
}

.people-search-panel__remove-quantity {
  display: block;
  float: left;
  width: 30px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: #f44336;
  cursor: pointer;
  outline: none
}

.people-search-panel__add-quantity {
  display: block;
  float: left;
  width: 30px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  background-color: #f44336;
  cursor: pointer;
  outline: none
}

.people-search-panel__quantities {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #f44336;
  color: #fff;
  font-size: 1.1428rem;
  font-weight: bold;
  line-height: 36px;
  text-align: center
}

.people-search-panel__remove-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: 100%
}

.people-search-panel__remove-icon:after {
  content: "î…›";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-indent: 0
}

.people-search-panel__add-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: 100%
}

.people-search-panel__add-icon:after {
  content: "î……";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-indent: 0
}

.people-search-panel__child-age {
  margin: 0 0 20px
}

.people-search-panel__child-age-title {
  margin: 0 0 10px;
  padding: 0;
  color: #242424;
  font-size: 1rem;
  line-height: 1
}

.people-search-panel__child-age-wrap {
  display: block;
  position: relative;
  width: 67px;
  border: 1px solid #c8c8c8;
  border-radius: 2px
}

.people-search-panel__child-age-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 6px;
  width: 14px;
  height: 14px;
  background-image: url(/img/icon/arrow-bottom-c80c614e85e5c27fb2583d170d1e3c69.svg);
  background-repeat: no-repeat;
  pointer-events: none;
  color: #6e6e6e;
  font-size: 24px
}

.people-search-panel__child-age-select {
  width: 100%;
  padding: 12px 20px 12px 10px;
  color: #6e6e6e;
  font-size: 1rem
}

.people-search-panel__child-age-select::-ms-expand {
  display: none
}

.people-search-panel__close {
  display: block;
  margin: 0 0 20px;
  padding: 10px 8px;
  border-radius: 4px;
  background-color: #00a0d0;
  cursor: pointer;
  color: #fff;
  font-size: 1.1428rem;
  text-align: center;
  text-decoration: none
}

.people-search-panel__close:hover {
  background-color: #35bbe3
}

.pager {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  text-align: center
}

.pager__list {
  width: 100%;
  margin: 0;
  padding: 0
}

.pager__item {
  display: inline-block;
  width: 34px;
  height: 34px;
  list-style: none;
  font-size: 1rem;
  line-height: 1em;
  text-align: center
}

.pager__link {
  display: block;
  height: 100%;
  margin: 0;
  padding: 10px 4px;
  border: 1px solid #6e6e6e;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-transition: background-color .35s;
  transition: background-color .35s;
  -webkit-transition: border-color .35s;
  transition: border-color .35s;
  color: #6e6e6e;
  text-decoration: none;
  white-space: nowrap
}

.pager__link:hover:not(.pager__link--active) {
  border-color: #6e6e6e;
  background-color: #f2f2f2
}

.pager__link--active {
  border-color: #00a0d0;
  background-color: #00a0d0;
  color: #fff
}

.pager__link--active:hover {
  border-color: #00a0d0
}

.pager__leader {
  display: inline-block;
  margin-top: -4px;
  vertical-align: top
}

.pager__annotation {
  margin: 10px 0 30px;
  padding: 0;
  font-size: 1rem
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

ol,
ul {
  list-style: none
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

svg {
  fill: currentColor
}

.breadcrumbs {
  width: 1080px;
  margin: 20px auto;
  padding: 0;
  font-size: 0
}

.breadcrumbs__list {
  padding: 0 0 0 40px
}

.breadcrumbs__breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #c8c8c8
}

.breadcrumbs__breadcrumb:first-child:before {
  content: "î¢Š";
  display: inline-block;
  margin: 0;
  padding: 0 2px 0 0;
  vertical-align: top
}

.breadcrumbs__breadcrumb:before {
  content: "ï¼ž";
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  font-size: 10px
}

.breadcrumbs__breadcrumb-link {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #c8c8c8;
  font-size: .7142rem;
  font-weight: normal;
  text-decoration: underline
}

.breadcrumbs__current {
  display: inline-block;
  color: #6e6e6e;
  font-size: .7142rem;
  font-weight: normal;
  line-height: 1em
}

.layout-main-contents {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 16px;
  background-color: #fff;
  font-family: Arial, Roboto, "Droid Sans", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif
}

.article-header {
  width: 980px;
  margin: 0 auto 20px;
  padding: 0
}

.article-header__image {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 53.6% 0 0;
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.article-header__heading {
  display: block;
  margin: 20px auto;
  padding: 0;
  color: #242424;
  font-size: 1.7142rem;
  font-weight: normal;
  line-height: 50px
}

.article-data {
  width: 980px;
  margin: 0 auto 50px;
  padding: 0;
  border-bottom: solid 1px #c8c8c8
}

.article-data__category {
  display: inline-block;
  margin: 0 24px 8px 0;
  padding: 0
}

.article-data__category-name {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #6e6e6e;
  font-size: 1rem
}

.article-data__category-item {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
  border-radius: 2px;
  color: #6e6e6e;
  font-size: 1rem
}

.article-data__tag {
  display: inline-block;
  margin: 0 0 8px;
  padding: 0
}

.article-data__tag-name {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #6e6e6e;
  font-size: 1rem
}

.article-data__tag-item {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
  border-radius: 2px;
  color: #6e6e6e;
  font-size: 1rem
}

.article-data__date {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  color: #757575;
  font-size: .8751rem;
  text-align: right
}

.article-data__ad {
  text-align: center;
  margin: 0 0 10px 0
}

.article-contents {
  width: 100%;
  line-height: 180%
}

.article-contents__movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.article-contents__movie {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.article-contents blockquote {
  margin: 16px 24px;
  padding: 8px 16px;
  background-color: #f2f2f2;
  color: #6e6e6e
}

.article-contents p {
  margin: 0 0 16px;
  padding: 0;
  color: #242424;
  font-size: 1rem
}

.article-contents ul {
  margin: 0;
  padding: 16px
}

.article-contents li {
  margin: 0;
  padding: 0 0 6px
}

.article-contents a {
  color: #00a0d0;
  text-decoration: none
}

.article-contents a:hover {
  text-decoration: underline
}

.article-contents h2 {
  margin: 60px 0 16px;
  padding: 0 0 0 8px;
  border-left: solid 6px #00a0d0;
  color: #242424;
  font-size: 1.4285rem;
  font-weight: bold;
  line-height: 28px
}

.article-contents h3 {
  margin: 60px 0 16px;
  padding: 0;
  color: #242424;
  font-size: 1rem;
  font-weight: bold;
  line-height: 28px
}

.article-contents h4 {
  margin: 60px 0 16px;
  padding: 0;
  color: #242424;
  font-size: 1rem;
  font-weight: normal;
  line-height: 28px
}

.article-contents p img {
  display: block;
  max-width: 100%;
  margin: 40px auto
}

.article-contents figcaption {
  margin: 8px 0 0;
  padding: 0;
  color: #6e6e6e;
  font-size: .8571rem
}

.article-contents .image {
  display: block;
  max-width: 100%;
  margin: 40px auto;
  text-align: center
}

.article-contents .image img {
  max-width: 100%
}

.article-contents .font-red {
  color: #f44336
}

.article-contents .partition {
  display: block;
  margin: 0 0 1em;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.2857em;
  text-align: center
}

.article-contents__inner-ad {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 30px 0
}

.article-contents__inner-ad-content {
  text-align: center;
  padding: 0 5px
}

.ad-article-end {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 20px 0 0
}

.ad-article-end__content {
  text-align: center;
  padding: 0 5px
}

.features-recommend {
  width: 100%;
  margin: 40px auto 0
}

.features-recommend__title {
  display: block;
  font-size: 1.4285rem;
  margin: 0 0 20px
}

.features-recommend__feature-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.features-recommend__feature-item {
  margin: 0 0 12px;
  width: 45%
}

.features-recommend__feature-link {
  text-decoration: none
}

.features-recommend__feature-image-wrap {
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 10px;
  display: -webkit-box;
  display: flex;
  height: 128px
}

.features-recommend__feature-image {
  border-radius: 4px;
  width: 46%
}

.features-recommend__feature-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #000;
  width: 46%;
  font-size: 1.1428rem;
  line-height: 1.2857em;
  margin: 0 0 0 12px
}

.article-recommend {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 32px;
  text-align: center
}

.article-recommend__heading {
  margin: 40px 0 8px;
  padding: 32px 0 0;
  color: #242424;
  font-size: 1.1428rem;
  font-weight: normal;
  text-align: center
}

.article-recommend__plan-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center
}

.article-recommend__plan {
  display: inline-block;
  width: 175px;
  height: 214px;
  margin: 16px 20px 24px 0;
  padding: 0;
  background-color: #fff;
  list-style: none
}

.article-recommend__plan:last-child {
  margin: 16px 0 24px
}

.article-recommend__plan-link {
  display: block;
  color: #6e6e6e;
  text-decoration: none
}

.article-recommend__plan-link:hover {
  text-decoration: underline
}

.article-recommend__plan-image {
  width: 100%;
  height: 138px;
  margin: 0 auto 8px;
  border-radius: 2px;
  background-position: center;
  background-size: cover
}

.article-recommend__plan-title {
  display: -webkit-box;
  height: 70px;
  margin: 0 0 16px;
  padding: 0 8px 0;
  overflow: hidden;
  font-size: 1rem;
  font-weight: normal;
  line-height: 24px;
  text-align: left
}

.article-sns-share {
  margin: 20px auto
}

.article-pager {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center
}

.article-pager__page-prev {
  display: inline-block;
  padding: 2px 8px;
  color: #00a0d0;
  font-size: 1rem;
  text-decoration: none
}

.article-pager__page-prev:hover {
  text-decoration: underline
}

.article-pager__page-next {
  display: inline-block;
  padding: 2px 8px;
  color: #00a0d0;
  font-size: 1rem;
  text-decoration: none
}

.article-pager__page-next:hover {
  text-decoration: underline
}

.aside-contents {
  width: 100%;
  margin: 0 0 16px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f2f2f2
}

.aside-contents__contents-title {
  color: #242424;
  font-size: 1.4285rem;
  font-weight: bold;
  line-height: 1.2857em
}

.aside-contents__price-list {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box
}

.aside-contents__price-type {
  float: left;
  margin: 0 4px 8px 0;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.2857em
}

.aside-contents__price {
  margin: 0 0 8px;
  padding: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.2857em
}

.aside-contents__item-detail {
  display: block;
  margin: 0;
  padding: 10px 8px;
  border: 1px solid #00a0d0;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  color: #00a0d0;
  font-size: 1rem;
  line-height: 1.2857em;
  text-align: center
}

.aside-contents__item-detail:hover {
  background-color: #00a0d0;
  color: #fff;
  text-decoration: none !important
}

.side-ad-head {
  text-align: center
}

.side-ad-center {
  margin: 30px 0 0;
  text-align: center
}

.side-ad-tail {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  margin: 30px 0 0;
  text-align: center
}

.layout-article-contents {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex
}

.layout-center-article-contents {
  width: 700px
}

.layout-side-article-contents {
  width: 340px;
  margin: 0 0 0 40px
}

.article-side-sns-share {
  margin: 45px auto 30px
}

.article-side-features-recommend {
  margin: 30px 0 0;
  color: #242424
}

.article-side-features-recommend__title {
  font-weight: bold
}

.article-side-features-recommend__feature-link {
  text-decoration: none
}

.article-side-features-recommend__feature-image-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 10px 0 0;
  height: 74px
}

.article-side-features-recommend__feature-image {
  width: 100%;
  height: auto;
  width: 110px;
  border-radius: 4px
}

.article-side-features-recommend__feature-title {
  color: #242424;
  line-height: 1.4em;
  margin: 0 0 0 10px
}

.article-side-sns {
  margin: 30px 0 0
}

.article-side-sns__heading {
  font-weight: bold
}

.article-side-sns__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start
}

.article-side-sns__sns {
  margin: 16px 24px 0 0
}

.article-side-sns__sns-icon {
  width: 50px;
  height: 50px
}














@media screen and (max-width: 787px) {
  body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0 0;
    background-color: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;

  }

  .l-tieup {
    width: 100%;
  }

  .breadcrumbs {
    width: 100%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
  }

  .breadcrumbs__list {
    padding: 0;
    line-height: 1.4;
  }

  div.breadcrumbs__breadcrumb-link {
    line-height: 1.4;
  }

  li.breadcrumbs__breadcrumb:before {
    display: none !important;
  }

  li.breadcrumbs__breadcrumb {
    position: relative;
    line-height: 1.4;
  }

  li.breadcrumbs__breadcrumb:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #c8c8c8;
    position: absolute;
    padding: 0 4px;
    font-size: 10px;
    top: 0;
    right: -16px;
  }

  .article-header {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .article-data,
  .layout-center-article-contents,
  .layout-article-contents {
    width: 100% !important;
  }

  .article-data {
    margin-bottom: 10px;
  }

  .layout-article-contents {
    padding: 16px 20px 0;
    box-sizing: border-box;
  }

  .article-header__image {
    height: 0;
    margin: 0 0 10px;
    padding: 53.6% 0 0;
    background-position: center;
    background-size: cover;
  }

  .article-header__heading {
    display: block;
    margin: 0 20px 10px;
    padding: 0;
    color: #242424;
    font-weight: normal;
    font-size: 1.1428rem;
    line-height: 28px;
  }

  .article-contents {
    margin: 0;
    /*padding: 16px 20px 0;*/
    font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 180%;
  }

  .article-contents p {
    margin: 0 0 8px;
    padding: 0;
    color: #6e6e6e;
    font-size: 1rem;
  }

  .article-contents .image {
    display: block;
    max-width: 100%;
    margin: 20px 0;
    text-align: center;
  }

  .article-contents .image img {
    width: 100%;
    height: auto;
  }

}








.sec_sns ul.dflex {
  justify-content: center;
  gap: 34px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .sec_sns ul.dflex a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .sec_sns ul.dflex {
    gap: 24px;
  }

  .sec_sns ul.dflex a img {
    width: 48px;
  }
}
