@charset "UTF-8";
.title {
  margin-top: 70px;
}

.title__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.title__subheading p {
  font-size: 16px;
  margin-bottom: 6px;
}

.title__heading {
  padding: 6px 0;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.title__heading h2 {
  border-right: 5px solid #555;
  border-left: 5px solid #555;
  font-size: 24px;
  line-height: 2;
  padding: 0 5px;
}

.tips-index__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 120px auto 0;
}

.tips-index__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tips-index__row > div {
  margin-bottom: 50px;
  margin-right: 80px;
}

.tips-index__col {
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tips-index__col a {
  display: block;
}

.tips-index__image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tips-index__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px 12px 12px;
  height: 80px;
}

.tips-index__title .num {
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tips-index__title .num p {
  font-size: 36px;
  line-height: 36px;
  color: #555555;
}

.tips-index__title .ttl {
  width: 100%;
  position: relative;
}

.tips-index__title .ttl p {
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.tips-index__title .ttl p.bottom-arrow {
  padding-right: 0;
  padding-bottom: 6px;
}

.tips-index__title .ttl p.bottom-arrow:after {
  width: calc(100% - 7px);
}

.tips-index__title .ttl span.small {
  font-size: 80%;
}

.gogo__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 120px auto 0;
}

.gogo__heading {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

.gogo__heading__num {
  position: absolute;
  top: 0;
  left: 0;
}

.gogo__heading__num p {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0px;
  color: #555555;
}

.gogo__heading__logo {
  text-align: center;
}

.gogo__heading__logo .logo__copy {
  width: 100%;
  max-width: 480px;
  margin: 48px auto 0;
}

.gogo__text {
  margin-top: 48px;
  text-align: left;
}

.gogo__text p {
  font-size: 18px;
  line-height: 2;
  margin-top: 36px;
}

.gogo__text p:first-child {
  margin-top: 0;
}

.gogo__thumbnail {
  margin-top: 48px;
}

.gogo__thumbnail__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gogo__thumbnail__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  min-height: 0%;
}

.gogo__thumbnail__box:last-child {
  margin-right: 0;
}

.gogo__thumbnail__box .cap {
  margin-top: 2px;
  font-size: 12px;
}

.gogo__thumbnail__left {
  width: 55%;
  display: block;
  margin-right: 16px;
}

.gogo__thumbnail__left .left {
  min-height: 0%;
}

.gogo__thumbnail__left .left img {
  width: 100%;
  height: auto;
}

.gogo__thumbnail__right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gogo__thumbnail__right .top {
  min-height: 0%;
}

.gogo__thumbnail__right .top img {
  width: 100%;
  height: auto;
}

.gogo__thumbnail__right .bottom {
  min-height: 0%;
}

.gogo__thumbnail__right .bottom img {
  width: 100%;
  height: auto;
}

.gogo__thumbnail__right div:nth-of-type(2) {
  margin-top: 8px;
}

.gogo__info {
  margin-top: 48px;
  border: 1px solid #555555;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gogo__info__title p {
  font-size: 14px;
  font-weight: bold;
}

.gogo__info__title p.head {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f6de77));
  background: -webkit-linear-gradient(transparent 65%, #f6de77 65%);
  background: linear-gradient(transparent 65%, #f6de77 65%);
}

.gogo__info__title p.sub {
  margin-top: 6px;
}

.gogo__info__address {
  width: calc(100% - 260px);
  margin-left: 40px;
}

.gogo__info__address ul {
  display: table;
  width: 100%;
}

.gogo__info__address li {
  list-style: none;
  font-size: 13px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gogo__info__address li img {
  width: 13px;
  height: 13px;
  margin-top: 6px;
  margin-right: 6px;
}

.gogo__info__address li.station {
  margin-bottom: 4px;
}

.gogo__info__address li.shop-name {
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}

.gogo__info__address li.shop-name + li {
  font-size: 12px;
  margin-bottom: 4px;
}

.gogo__info__address li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  word-break: break-all;
}

.gogo__link-map {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gogo__link-map a {
  display: inline-block;
  width: 30%;
  text-align: center;
  border: 1px solid #555555;
  padding: .272px;
}

.gogo__link-map a:hover {
  background-color: #000000;
  color: #ffffff;
}

.gogo__link-map a:first-child {
  margin-right: 16px;
}

.tsn__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 120px auto 0;
}

.tsn__box--first {
  border: 2px solid #555555;
  padding: 16px;
}

.tsn__box--second {
  border: 1px solid #555555;
  padding: 32px;
}

.tsn__heading {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

.tsn__heading__num {
  position: absolute;
  top: 0;
  left: 0;
}

.tsn__heading__num p {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0px;
  color: #555555;
}

.tsn__heading__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.tsn__heading__logo .logo__main {
  width: 100%;
  max-width: 120px;
  margin-right: 28px;
}

.tsn__heading__logo .logo__copy {
  width: calc(100% - 120px);
}

.tsn__lead {
  width: 100%;
  text-align: center;
  margin-top: 36px;
}

.tsn__lead p {
  margin-top: 8px;
  font-size: 16px;
}

.tsn__lead p:first-child {
  margin-top: 0;
}

.tsn__list {
  text-align: left;
  margin-top: 16px;
}

.tsn__list div.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dotted #cccccc;
  margin-top: 20px;
  padding-bottom: 20px;
}

.tsn__list div.wrap:first-child {
  margin-top: 40px;
}

.tsn__list div.wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tsn__list div.wrap div.img {
  width: 100%;
  max-width: 159px;
  margin-left: 16px;
  min-height: 0%;
}

.tsn__list div.wrap div.img img {
  width: 100%;
  height: auto;
}

.tsn__list div.wrap div.img .caption {
  margin-top: 4px;
  font-size: 12px;
}

.tsn__list div.wrap_type02 {
  border-bottom: 2px dotted #cccccc;
  margin-top: 20px;
}

.tsn__list div.wrap_type02 > p {
  margin-top: 50px;
}

.tsn__list div.wrap_type02:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tsn__list div.wrap_type02 .content_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}

.tsn__list div.wrap_type02 .content_type01 .img {
  width: 100%;
  max-width: 159px;
  margin-left: 16px;
  min-height: 0%;
}

.tsn__list div.wrap_type02 .content_type02 .content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tsn__list div.wrap_type02 .content_type02 .content_item {
  width: 25%;
}

.tsn__list div.wrap_type02 .content_type02 .content_item .cont {
  margin-top: 20px;
}

.tsn__list div.wrap_type02 .content_type02 .content_item .cont .title {
  font-size: 14px;
}

.tsn__list div.wrap_type02 div.img img {
  width: 100%;
  height: auto;
}

.tsn__list div.wrap_type02 div.img .caption {
  margin-top: 4px;
  font-size: 12px;
}

.tsn__list div.cont {
  width: 100%;
}

.tsn__list div.cont p {
  line-height: 2;
}

.tsn__list div.cont p.title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.6;
    margin-bottom: 5px;
}

.tsn__list div.cont p.sub-title {
  font-size: 14px;
  text-decoration: underline;
}

.tsn__list div.cont p.lead {
  font-size: 14px;
}
.tsn__img-caption{
    font-size: 1rem;
}
.tsn__img-caption-230902{
    margin-left: 13%;
}
.tsn__img-caption-230903{
    margin-left: 19%;
}

.beatiful-scenery__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 120px auto 0;
}

.beatiful-scenery__box {
  border: 2px solid #555555;
  padding: 32px;
}

.beatiful-scenery__heading {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

.beatiful-scenery__heading__num {
  position: absolute;
  top: 0;
  left: 0;
}

.beatiful-scenery__heading__num p {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0px;
  color: #555555;
}

.beatiful-scenery__heading__title {
  width: 100%;
  max-width: 350px;
  margin-left: 120px;
}

.beatiful-scenery__heading__title .logo__main {
  width: 100%;
}

.beatiful-scenery__heading__title .logo__copy {
  font-size: 16px;
}

.beatiful-scenery__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  margin: 36px auto 0;
}

.beatiful-scenery__feature {
  margin-right: 40px;
  width: 100%;
  max-width: 410px;
}

.beatiful-scenery__feature img {
  width: 100%;
  height: auto;
}

.beatiful-scenery__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.beatiful-scenery__title {
  margin-right: 40px;
  width: 100%;
  max-width: 50px;
}

.beatiful-scenery__title img {
  width: 100%;
  height: auto;
}

.beatiful-scenery__lead {
  width: 100%;
  max-width: 120px;
}

.beatiful-scenery__lead img {
  width: 100%;
}

.beatiful-scenery__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  width: 100%;
  height: 300px;
  margin-top: 36px;
}

.beatiful-scenery__address {
  width: 100%;
  max-width: 650px;
  margin: 36px auto 0;
  border: 1px solid #555555;
  padding: 16px;
}

.beatiful-scenery__link-map {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.beatiful-scenery__link-map a {
  display: inline-block;
  width: 50%;
  text-align: center;
  border: 1px solid #555555;
  padding: .272px;
}

.beatiful-scenery__link-map a:hover {
  background-color: #000000;
  color: #ffffff;
}

.beatiful-scenery__link-map a:first-child {
  margin-right: 16px;
}

.letters-from {
  background-color: #eeeeee;
}

.letters-from__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 120px auto 0;
  padding: 60px 0;
}

.letters-from__heading {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

.letters-from__heading__num {
  position: absolute;
  top: 0;
  left: 0;
}

.letters-from__heading__num p {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0px;
  color: #000000;
}

.letters-from__heading__logo {
  width: 100%;
  text-align: center;
}

.letters-from__heading__copy {
  margin-top: 48px;
  width: 100%;
  text-align: center;
}

.letters-from__heading__lead {
  margin-top: 48px;
  text-align: center;
}

.letters-from__heading__lead p {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 28px;
  font-weight: bold;
}

.letters-from__contents {
  text-align: center;
}

.letters-from__text {
  margin-top: 48px;
  text-align: left;
}

.letters-from__text p {
  font-size: 18px;
  line-height: 2;
  margin-top: 36px;
}

.letters-from__text p:first-child {
  margin-top: 0;
}

.letters-from__text.cp_box label {
  background: -webkit-gradient(linear, left top, left bottom, from(#fafcfc00), color-stop(90%, #eeeeee));
  background: -webkit-linear-gradient(top, #fafcfc00 0%, #eeeeee 90%);
  background: linear-gradient(to bottom, #fafcfc00 0%, #eeeeee 90%);
}


/* 2022/12月号修正 */

/* .letters-from__text.cp_box label::after {
  content: "…続きを読む▼";
  color: #111111;
  background-color: transparent;
  bottom: 0;
  font-size: 18px;
} */

/* 2022/12月号修正ここまで */


.letters-from__text.cp_box input {
  display: none;
}

.letters-from__text.cp_box input:checked + label {
  background: inherit;
}


/* 2022/12月号修正 */

/* .letters-from__text.cp_box input:checked + label:after {
  content: "閉じる▲";
  bottom: 20px;
} */

/* 2022/12月号修正ここまで */


.letters-from__pic {
  margin-top: 24px;
}

.letters-from__pic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.letters-from__pic ul.pic {
  width: 100%;
  gap: 0 15px;
}

.letters-from__pic ul.caption {
  margin-top: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.letters-from__pic ul.caption li {
  font-size: 12px;
}

.letters-from__address {
  margin-top: 36px;
  width: 100%;
  padding: 16px;
  background-color: #115965;
  color: #ffffff;
  text-align: left;
}

.letters-from__address__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.letters-from__address__title .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.letters-from__address__title .row .station {
  margin-bottom: 0;
  font-size: 16px;
  border-bottom: 2px dotted #ffffff;
  margin-left: 16px;
}

.letters-from__address__title .row .shop-name {
  font-size: 28px;
  font-weight: bold;
  margin-left: 16px;
}

.letters-from__address__title .row .shop-name + p {
  font-size: 16px;
}

.letters-from__address__title .row:nth-last-of-type(1) {
  margin-left: 16px;
}

.letters-from__address__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.letters-from__address__list ul li {
  list-style: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}

.letters-from__address__list ul li:nth-of-type(1) {
  margin-left: 0;
}

.letters-from__address__list ul li img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: 8px;
}

.letters-from__address__list ul li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  word-break: break-all;
}

.letters-from__address__list p {
  font-size: 16px;
}

.letters-from__address__list p a {
  color: #ffffff;
}

.letters-from__link-map {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.letters-from__link-map a {
  display: inline-block;
  width: 50%;
  text-align: center;
  border: 1px solid #555555;
  padding: .272px;
}

.letters-from__link-map a:hover {
  background-color: #115965;
  color: #ffffff;
}

.letters-from__link-map a:first-child {
  margin-right: 16px;
}

.letters-from .more-check__inner {
  margin-top: 60px;
}

.worldgourment-before {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(#ffd2a6 9%, transparent 12%), -webkit-radial-gradient(#ffd2a6 9%, transparent 12%);
  background-image: radial-gradient(#ffd2a6 9%, transparent 12%), radial-gradient(#ffd2a6 9%, transparent 12%);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;
}

.worldgourment-after {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(#ffd2a6 9%, transparent 12%), -webkit-radial-gradient(#ffd2a6 9%, transparent 12%);
  background-image: radial-gradient(#ffd2a6 9%, transparent 12%), radial-gradient(#ffd2a6 9%, transparent 12%);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;
}

.worldgourment {
  margin-top: 120px;
  width: 100%;
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(#ffd2a6 9%, transparent 12%), -webkit-radial-gradient(#ffd2a6 9%, transparent 12%);
  background-image: radial-gradient(#ffd2a6 9%, transparent 12%), radial-gradient(#ffd2a6 9%, transparent 12%);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;
}

.worldgourment:before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(#ffd2a6 9%, transparent 12%), -webkit-radial-gradient(#ffd2a6 9%, transparent 12%);
  background-image: radial-gradient(#ffd2a6 9%, transparent 12%), radial-gradient(#ffd2a6 9%, transparent 12%);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;
}

.worldgourment:after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(#ffd2a6 9%, transparent 12%), -webkit-radial-gradient(#ffd2a6 9%, transparent 12%);
  background-image: radial-gradient(#ffd2a6 9%, transparent 12%), radial-gradient(#ffd2a6 9%, transparent 12%);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;
}

.worldgourment__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

.worldgourment__box {
  position: relative;
}

.worldgourment__heading {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

.worldgourment__heading__num {
  position: absolute;
  top: 0;
  left: 0;
}

.worldgourment__heading__num p {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0px;
  color: #555555;
}

.worldgourment__heading__logo {
  width: 100%;
  margin: 0 auto;
}

.worldgourment__heading__logo .logo__main {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.worldgourment__heading__logo .logo__main img {
  width: 100%;
  height: auto;
}

.worldgourment__heading__logo .logo__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 20px auto 0;
}

.worldgourment__heading__logo .logo__copy .coupon_icon {
  width: 100%;
  max-width: 80px;
  margin-right: 16px;
}

.worldgourment__heading__logo .logo__copy .subtitle {
  width: 100%;
  max-width: 430px;
}

.worldgourment__text {
  margin-top: 48px;
  text-align: left;
}

.worldgourment__text p {
  font-size: 18px;
  line-height: 2;
  margin-top: 36px;
}

.worldgourment__text p:first-child {
  margin-top: 0;
}

.worldgourment__text p.bold {
  font-weight: bold;
}

.worldgourment__text.cp_box label {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: -webkit-linear-gradient(top, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.worldgourment__row {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.worldgourment__row > div {
  margin-bottom: 50px;
  margin-right: 45px;
}

.worldgourment__col .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 217px;
}

.worldgourment__col .img-box img {
  width: 100%;
  height: auto;
}

.worldgourment__col .ttl {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}

.worldgourment__col .text {
  font-size: 13px;
}

.worldgourment__intro {
  border: 1px solid #555555;
  background-color: #ffffff;
  padding: 16px;
  text-align: center;
}

.worldgourment__intro .ttl {
  font-size: 18px;
  font-weight: bold;
}

.worldgourment__intro .text {
  margin-top: 4px;
  font-size: 15px;
}

.worldgourment__info {
  margin-top: 36px;
}

.worldgourment__info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worldgourment__info .container .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 40px;
  min-height: 0%;
}

.worldgourment__info .container .image-container .image-item:first-child {
  margin-right: 20px;
}

.worldgourment__info .container .image-container .image-item .image-wrap.first-image {
  width: 169px;
}

.worldgourment__info .container .image-container .image-item .image-wrap.second-image {
  width: 380px;
}

.worldgourment__info .container .image-container .image-item .image-wrap img {
  width: 100%;
  height: auto;
}

.worldgourment__address {
  width: 400px;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #555555;
}

.worldgourment__address ul {
  display: table;
  width: 100%;
}

.worldgourment__address li {
  list-style: none;
  font-size: 13px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worldgourment__address li img {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 6px;
}

.worldgourment__address li.station {
  margin-bottom: 4px;
}

.worldgourment__address li.shop-name {
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}

.worldgourment__address li.shop-name + li {
  font-size: 12px;
  margin-bottom: 4px;
}

.worldgourment__address li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  word-break: break-all;
}

.worldgourment__link-map {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worldgourment__link-map a {
  display: inline-block;
  width: 50%;
  text-align: center;
  border: 1px solid #555555;
  padding: .272px;
}

.worldgourment__link-map a:hover {
  background-color: #000000;
  color: #ffffff;
}

.worldgourment__link-map a:first-child {
  margin-right: 16px;
}

.worldgourment__link-map a.coupon {
  border: 1px solid #e7340c;
  color: #e7340c;
}

.worldgourment__link-map a.coupon:hover {
  background-color: #e7340c;
  color: #ffffff;
}

.tips-list__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 120px auto 0;
}

.tips-list__heading {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

.tips-list__heading__num {
  position: absolute;
  top: 0;
  left: 0;
}

.tips-list__heading__num p {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0px;
  color: #555555;
}

.tips-list__heading__logo {
  width: 100%;
  max-width: 883px;
  margin: 0 0 0 auto;
  text-align: center;
}

.tips-list__heading__logo .logo__main {
  width: 100%;
}

.tips-list__heading__logo .logo__copy {
  width: 100%;
  margin-top: 52px;
}

.tips-list__lead {
  margin-top: 48px;
  text-align: center;
}

.tips-list__lead p {
  font-size: 18px;
}

.tips-list__street-wrapper {
  margin-top: 24px;
  border: 1px solid #000000;
  -webkit-box-shadow: 5px 5px 0px 0 #fee67a;
          box-shadow: 5px 5px 0px 0 #fee67a;
}

.tips-list__street-wrapper .tips-list__street-title .wrap {
  position: relative;
  background-color: #fee67a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  margin-bottom: 20px;
}

.tips-list__street-wrapper .tips-list__street-title .wrap div p {
  font-size: 13px;
}

.tips-list__street-wrapper .tips-list__street-title .wrap div p.ttl {
  font-size: 24px;
  font-weight: bold;
}

.tips-list__street-wrapper .tips-list__street-title .wrap div p.lead {
  font-size: 16px;
  font-weight: bold;
}

.tips-list__street-wrapper .tips-list__street-map .map {
  text-align: center;
}

.tips-list__street-wrapper_type02 {
  margin-top: 24px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 5px 0px 0 #fee67a;
          box-shadow: 5px 5px 0px 0 #fee67a;
  background-color: #fee67a;
}

.tips-list__street-wrapper_type02 .tips-list__street-title {
  width: 60%;
}

.tips-list__street-wrapper_type02 .tips-list__street-title .wrap {
  padding: 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tips-list__street-wrapper_type02 .tips-list__street-title .wrap div p {
  font-size: 13px;
}

.tips-list__street-wrapper_type02 .tips-list__street-title .wrap div p.ttl {
  font-size: 24px;
  font-weight: bold;
}

.tips-list__street-wrapper_type02 .tips-list__street-title .wrap div p.lead {
  font-size: 16px;
  font-weight: bold;
}

.tips-list__street-wrapper_type02 .tips-list__street-title .wrap img {
  margin-right: 20px;
  width: 100px;
}

.tips-list__street-wrapper_type02 .tips-list__street-map {
  width: 40%;
}

.tips-list__street-wrapper_type02 .tips-list__street-map .map {
  text-align: center;
}

.tips-list__row {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tips-list__row > div {
  margin-bottom: 50px;
  margin-right: 80px;
}

.tips-list__title p {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}

.tips-list__image {
  margin-top: 10px;
  text-align: center;
}

.tips-list__image img {
  vertical-align: top;
}

.tips-list__image__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.tips-list__image__title .icon {
  position: relative;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 32px;
  height: 32px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tips-list__image__title .icon span {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tips-list__image__title .coupon-icon {
  position: relative;
  width: 36px;
  height: 36px;
  top: 5px;
}

.tips-list__image__title .coupon-icon img {
  margin-left: 2px;
}

.tips-list__image__title .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-left: 8px;
  text-align: left;
}

.tips-list__image__title .ttl span {
  font-size: 13px;
  font-weight: normal;
  margin-top: -2px;
  margin-left: -8px;
  display: block;
}

.tips-list__image__caption {
  margin-top: 10px;
  text-align: left;
}

.tips-list__image__caption p {
  font-size: 12px;
  letter-spacing: 0.5;
  line-height: 1.7;
}

.tips-list__image__caption p.bold {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.tips-list__address {
  margin-top: 10px;
  border: 1px solid #555555;
  padding: 8px;
}

.tips-list__address ul {
  display: table;
  width: 100%;
}

.tips-list__address li {
  list-style: none;
  font-size: 13px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tips-list__address li img {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 6px;
}

.tips-list__address li.station {
  margin-bottom: 4px;
}

.tips-list__address li.shop-name {
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}

.tips-list__address li.shop-name + li {
  font-size: 12px;
  margin-bottom: 4px;
}

.tips-list__address li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  word-break: break-all;
}

.tips-list__link-map {
  margin-top: 10px;
}

.tips-list__link-map a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #555555;
  padding: .272px;
}

.tips-list__link-map a:hover {
  background-color: #000000;
  color: #ffffff;
}

.tips-list__map-coupon-box {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tips-list__map-coupon-box a {
  margin-right: 10px;
  padding: 0.25rem;
  width: 50%;
  border: 1px solid #000000;
  text-align: center;
}

.tips-list__map-coupon-box a:last-of-type {
  margin-right: 0;
}

.tips-list__map-coupon-box a:hover {
  background-color: #000000;
  color: #ffffff;
}

.tips-list a.coupon  {
  border: 1px solid #e7340c;
  background-color: #fff;
  color: #e7340c;
}

.tips-list a.coupon:hover {
  background-color: #e7340c;
  color: #fff;
}

.map__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 120px auto 0;
}

@media screen and (max-width: 767px) {
  .title {
    margin-top: 44px;
  }
  .title__inner {
    margin: 0 auto;
  }
  .title__subheading p {
    font-size: 13px;
  }
  .title__heading h2 {
    font-size: 16px;
  }
  .tips-index__inner {
    margin: 30px auto 0;
  }
  .tips-index__col {
    width: calc(50% - 5px);
    margin-bottom: 50px !important;
    margin-right: 10px !important;
  }
  .tips-index__col:nth-of-type(2n) {
    margin-right: 0px !important;
  }
  .tips-index__col:nth-of-type(6) .num {
    margin-right: 4px;
  }
  .tips-index__title {
    padding: 8px 6px;
    height: 74px;
  }
  .tips-index__title .num {
    margin-right: 6px;
  }
  .tips-index__title .num p {
    font-size: 12px;
    line-height: 12px;
  }
  .tips-index__title .ttl p {
    font-size: 12px;
    line-height: 1.6;
  }
  .tips-index__title .ttl p.fix {
    letter-spacing: -0.4px;
  }
  .tips-index__title .ttl p.fix2 {
    letter-spacing: -1px;
  }
  .gogo__inner {
    margin: 30px auto 0;
  }
  .gogo__heading {
    padding-top: 60px;
  }
  .gogo__heading__num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gogo__heading__num p {
    font-size: 36px;
    line-height: 36px;
  }
  .gogo__text p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 24px;
  }
  .gogo__thumbnail__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gogo__thumbnail__box:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .gogo__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gogo__info__title {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .gogo__info__address {
    width: 100%;
    margin-left: 0;
  }
  .tsn__inner {
    margin: 30px auto 0;
  }
  .tsn__box--first {
    padding: 8px;
  }
  .tsn__box--second {
    padding: 16px;
  }
  .tsn__heading {
    padding-top: 60px;
  }
  .tsn__heading__num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tsn__heading__num p {
    font-size: 36px;
    line-height: 36px;
  }
  .tsn__heading__logo .logo__main {
    max-width: 60px;
    margin-right: 12px;
  }
  .tsn__heading__logo .logo__copy {
    width: calc(100% - 60px);
  }
  .tsn__lead p {
    text-align: left;
    font-size: 14px;
  }
  .tsn__list div.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tsn__list div.wrap div.img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .tsn__list div.wrap_type02 > p {
    margin-top: 0;
  }
  .tsn__list div.wrap_type02 .content_type01 {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tsn__list div.wrap_type02 .content_type01 .img {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
  .tsn__list div.wrap_type02 .content_type02 {
    margin-top: 40px;
    padding: 40px 0 40px;
    border-top: 1px solid #555555;
  }
  .tsn__list div.wrap_type02 .content_type02 .content_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tsn__list div.wrap_type02 .content_type02 .content_item {
    width: 100%;
  }
  .tsn__list div.wrap_type02 .content_type02 .content_item .cont .lead {
    padding-bottom: 10px;
  }
  .beatiful-scenery__inner {
    margin: 30px auto 0;
  }
  .beatiful-scenery__box {
    padding: 16px;
  }
  .beatiful-scenery__heading {
    padding-top: 60px;
  }
  .beatiful-scenery__heading__num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .beatiful-scenery__heading__num p {
    font-size: 36px;
    line-height: 36px;
  }
  .beatiful-scenery__heading__title {
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
  }
  .beatiful-scenery__body {
    margin: 18px auto 0;
  }
  .beatiful-scenery__feature {
    margin-right: 16px;
    width: 60%;
  }
  .beatiful-scenery__catch {
    width: 40%;
  }
  .beatiful-scenery__title {
    margin-right: 16px;
    width: 100%;
    max-width: 28px;
  }
  .beatiful-scenery__lead {
    width: 100%;
    max-width: 65px;
  }
  .beatiful-scenery__text {
    font-size: 16px;
    margin-top: 18px;
    height: 180px;
    font-size: 12px;
    line-height: 1.5;
  }
  .beatiful-scenery__address {
    margin: 18px auto 0;
  }
	
  .letters-from__inner {
    margin: 30px auto 0;
  }
  .letters-from__heading {
    padding-top: 60px;
  }
  .letters-from__heading__num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .letters-from__heading__num p {
    font-size: 36px;
    line-height: 36px;
  }
  .letters-from__heading__copy {
    margin-top: 16px;
  }
  .letters-from__heading__lead {
    margin-top: 24px;
    text-align: left;
  }
  .letters-from__heading__lead p {
    font-size: 16px;
  }
  .letters-from__text {
    margin-top: 24px;
  }
  .letters-from__text p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 24px;
  }
  .letters-from__pic {
    margin-top: 36px;
  }
  .letters-from__pic ul.pic {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 10px;
  }
  .letters-from__pic ul.pic li {
    width: calc(50% - 10px);
  }
  .letters-from__pic ul.caption li {
    margin-left: 0;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
  .letters-from__address {
    margin-top: 24px;
    width: 100%;
    margin-top: 16px;
  }
  .letters-from__address__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .letters-from__address__title .row .icon-info {
    width: 50%;
  }
  .letters-from__address__title .row .station {
    font-size: 14px;
  }
  .letters-from__address__title .row .shop-name {
    font-size: 24px;
    margin-left: 0;
  }
  .letters-from__address__title .row .shop-name + p {
    font-size: 12px;
  }
  .letters-from__address__title .row:nth-last-of-type(1) {
    margin-left: 0;
    margin-top: 4px;
    display: block;
    margin-bottom: 10px;
  }
  .letters-from__address__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .letters-from__address__list ul li {
    margin-left: 0;
    font-size: 16px;
  }
  .letters-from__address__list ul li img {
    width: 16px;
    height: 16px;
  }
  .letters-from__address__list p {
    font-size: 14px;
  }
  .letters-from .more-check__inner {
    margin-top: 40px;
  }
  .worldgourment {
    margin-top: 30px;
  }
  .worldgourment:before {
    height: 60px;
  }
  .worldgourment:after {
    height: 60px;
  }
  .worldgourment__inner {
    margin: 0 auto;
  }
  .worldgourment__heading {
    padding-top: 60px;
  }
  .worldgourment__heading__num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .worldgourment__heading__num p {
    font-size: 36px;
    line-height: 36px;
  }
  .worldgourment__heading__logo .logo__copy .coupon_icon {
    max-width: 60px;
  }
  .worldgourment__heading__logo .logo__copy .subtitle {
    max-width: 280px;
  }
  .worldgourment__text p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 24px;
  }
  .worldgourment__col {
    width: calc(50% - 5px);
    margin-bottom: 50px !important;
    margin-right: 10px !important;
  }
  .worldgourment__col:nth-of-type(2n) {
    margin-right: 0px !important;
  }
  .worldgourment__intro .text {
    font-size: 14px;
    text-align: left;
  }
  .worldgourment__info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .worldgourment__info .container .image-container {
    margin-right: 0;
  }
  .worldgourment__info .container .image-container .image-item .image-wrap.first-image {
    width: 100%;
  }
  .worldgourment__info .container .image-container .image-item .image-wrap.second-image {
    width: 100%;
  }
  .worldgourment__address {
    width: 100%;
    margin-top: 16px;
  }
  .tips-list__inner {
    margin: 30px auto 0;
  }
  .tips-list__heading {
    padding-top: 60px;
  }
  .tips-list__heading__num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tips-list__heading__num p {
    font-size: 36px;
    line-height: 36px;
  }
  .tips-list__lead {
    margin-top: 16px;
  }
  .tips-list__lead p {
    font-size: 14px;
    text-align: left;
  }
  .tips-list__street-wrapper {
    margin-top: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tips-list__street-wrapper .tips-list__street-title {
    padding: 0;
    overflow-x: scroll;
  }
  .tips-list__street-wrapper .tips-list__street-title .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tips-list__street-wrapper .tips-list__street-title .wrap .icon {
    width: 40px;
    height: auto;
    margin-right: 10px;
  }
  .tips-list__street-wrapper .tips-list__street-title .wrap div p {
    font-size: 12px;
  }
  .tips-list__street-wrapper .tips-list__street-title .wrap div p.ttl {
    font-size: 16px;
  }
  .tips-list__street-wrapper .tips-list__street-title .wrap div p.lead {
    font-size: 12px;
  }
  .tips-list__street-wrapper .tips-list__street-map {
    padding: 0;
    overflow-x: scroll;
  }
  .tips-list__street-wrapper .tips-list__street-map .map {
    width: 967px;
    height: 127px;
    white-space: nowrap;
  }
  .tips-list__street-wrapper_type02 {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
  }
  .tips-list__street-wrapper_type02 .tips-list__street-title {
    padding: 0;
    width: 100%;
  }
  .tips-list__street-wrapper_type02 .tips-list__street-title .wrap {
    padding: 10px;
    background-color: #fee67a;
  }
  .tips-list__street-wrapper_type02 .tips-list__street-title .wrap .icon {
    width: 40px;
    height: auto;
    margin-right: 10px;
  }
  .tips-list__street-wrapper_type02 .tips-list__street-title .wrap div p {
    font-size: 12px;
  }
  .tips-list__street-wrapper_type02 .tips-list__street-title .wrap div p.ttl {
    font-size: 16px;
  }
  .tips-list__street-wrapper_type02 .tips-list__street-title .wrap div p.lead {
    font-size: 12px;
  }
  .tips-list__street-wrapper_type02 .tips-list__street-map {
    padding: 0;
    width: 100%;
    overflow-x: scroll;
  }
  .tips-list__street-wrapper_type02 .tips-list__street-map .map {
    white-space: nowrap;
  }
  .tips-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tips-list__row > div {
    margin-bottom: 60px;
    margin-right: 0;
  }
  .tips-list__title {
    font-size: 14px;
  }
  .map__inner {
    margin: 60px auto 0;
  }
}

@media (min-width: 768px) {
  .tips-index__row > div {
    width: calc(33.33333% - 160px / 3);
  }
  .tips-index__row > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .letters-from__address {
    padding: 16px 30px;
  }
  .letters-from__address__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .worldgourment__row > div {
    width: calc(25% - 135px / 4);
  }
  .worldgourment__row > div:nth-of-type(4n) {
    margin-right: 0;
  }
  .tips-list__row > div {
    width: calc(33.33333% - 160px / 3);
  }
  .tips-list__row > div:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 63em) {
  .tips-index__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tips-index__row > div {
    margin-bottom: 50px;
    margin-right: 20px;
  }
  .tips-index__title .num p {
    font-size: 24px;
    line-height: 24px;
  }
  .tips-index__title .ttl p.fix {
    letter-spacing: -0.4px;
  }
  .gogo__heading__num p {
    font-size: 48px;
    line-height: 48px;
  }
  .tsn__heading__num p {
    font-size: 48px;
    line-height: 48px;
  }
  .tsn__heading__logo {
    max-width: 480px;
  }
  .beatiful-scenery__heading__num p {
    font-size: 48px;
    line-height: 48px;
  }
  .letters-from__heading__num p {
    font-size: 48px;
    line-height: 48px;
  }
  .letters-from__heading__logo {
    width: 480px;
    margin: 0 auto;
  }
  .letters-from__heading__lead p {
    font-size: 24px;
  }
  .letters-from__address {
    margin-top: 24px;
  }
  .letters-from__address__list ul li {
    width: 50%;
    margin-left: 0;
  }
  .worldgourment__heading__num p {
    font-size: 48px;
    line-height: 48px;
  }
  .worldgourment__info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .worldgourment__info .container .image-container {
    margin: 0 auto;
  }
  .worldgourment__address {
    width: 100%;
    max-width: 581px;
    margin: 16px auto 0;
  }
  .tips-list__heading__num p {
    font-size: 48px;
    line-height: 48px;
  }
  .tips-list__heading__logo .logo__main {
    width: 80%;
    margin: 0 auto;
  }
  .tips-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tips-list__row > div {
    margin-bottom: 50px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 63em) and (min-width: 768px) {
  .tips-index__row > div {
    width: calc(33.33333% - 40px / 3);
  }
  .tips-index__row > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .tips-list__row > div {
    width: calc(33.33333% - 40px / 3);
  }
  .tips-list__row > div:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 320px) {
  .tips-index__title .ttl p {
    letter-spacing: -1px;
  }
  .tips-index__title .ttl p.fix {
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 768px) {
  .tsn__list div.wrap_type02 .content_type02 .content_item {
    margin-right: 45px;
  }
  .tsn__list div.wrap_type02 .content_type02 .content_item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .tips-list__row > div {
    width: 100%;
  }
  .tips-list__row > div:nth-of-type(1n) {
    margin-right: 0;
  }
  .tips-list__row > div:last-child {
    margin-bottom: 15px;
  }
}



/* ここから追加　22022/12 */

.tips__slider {
  margin: 0 auto;
  text-align: center;
}
.tips-index__title .ttl p {
  line-height: 1.4;
}

@media (min-width: 768px) {
  .tips__slider {
    width: 560px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tips__slider {
    width: 100%;
    margin-bottom: 20px;
  }
  .tips-index__title .ttl p {
    line-height: 1.2;
  }
}

.gogo__subtitle {
  max-width: 100%;
}
.gogo__subtitle p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px){
  .gogo__text p {
    font-size: 14px;
  }
  .letters-from__text p {
    font-size: 14px;  
  }
  .worldgourment__text p {
    font-size: 14px;  
  }
}

.letters-from__heading__lead02 {
    text-align: center;
}
.letters-from__heading__lead02 p {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 28px;
  font-weight: bold;
}
.mt48 {
  margin-top: 48px;
}
.mb48 {
  margin-bottom: 48px;
}
.mt20 {
  margin-top: 20px;
} 
.mt10 {
  margin-top: 10px;
} 

@media (max-width: 767px) {
  .gogo__subtitle p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .letters-from__heading__lead02 p {
    font-size: 18px;
  }
  .letters-from__address__title .row .icon-info {
    width: 40%;
  }
  .mt48 {
    margin-top: 16px;
  }
  .mb48 {
    margin-bottom: 16px;
  }
  .gogo__text {
    margin-top: 24px;
  }
}

.letters-from__address__title .row p {
  margin-top: 0;
}

.beatiful-scenery__heading__title {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.beatiful-scenery__heading__title .logo__copy {
  margin-top: 20px;
}
.beatiful-scenery__body {
  display: block;
  max-width: 650px;
  margin: 48px auto 0;
}
.beatiful-scenery__feature {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .beatiful-scenery__feature {
    margin: 0 auto 48px;
  }
}
.beatiful-scenery__title02 {
  font-size: 28px;
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  text-align: center;
  line-height: 1.6;
}
.beatiful-scenery__title02__sub {
  font-size: 14px;
  text-align: center;
}
.beatiful-scenery__text02 {
  font-size: 18px;
    width: 100%;
    margin-top: 36px;
}
.beatiful-scenery__box {
  padding: 48px 32px;
}

@media (max-width: 767px) {
  .beatiful-scenery__heading__title .logo__copy {
    font-size: 14px;
  }
  .beatiful-scenery__box {
    padding: 20px;
  }
  .beatiful-scenery__body {
    margin: 18px auto 0;
  }
  .beatiful-scenery__title02__sub {
    font-size: 12px;
  }
  .beatiful-scenery__title02 {
    font-size: 18px;
  }
  .beatiful-scenery__catch {
    width: 100%;
  }
  .beatiful-scenery__text02 {
    font-size: 14px;
    margin-top: 18px;
  }
}

.worldgourment__title__wrap {
  text-align: center;
}
.worldgourment__title__wrap .worldgourment__title__main {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
}
.worldgourment__title__wrap .worldgourment__title__shop {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  border-top: 2px solid #444;
}
@media (min-width: 768px) {
  .text__container {
    width: 560px;
    margin-right: 40px;
  }
  .worldgourment__intro {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .worldgourment__title__wrap .worldgourment__title__main {
    font-size: 18px;
  }
  .worldgourment__title__wrap .worldgourment__title__shop {
    font-size: 16px;
  }
}

.tips-list__image__caption p {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.05em;
}
.tips-list__image__title {
  margin: 0 0 5px 0;
  border-left: 4px solid #444444;
  border-bottom: 2px solid #747474;
  padding: 5px 5px 5px 10px;
  text-align: center;
}
.tips-list__image__title .ttl {
  width: 100%;
  text-align: center;
  margin-left: -30px;
}

.tips__slider .recommended-street-shop-images-slider li {
  position: relative;
}
.tips__slider .recommended-street-shop-images-slider li span.number {
  background: #444;
  color: #fff;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.shop-list__sub-image-box {
  margin-top: 10px;
}
.shop-list__sub-image-box.cp_box2 label {
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.shop-list__sub-image-box.cp_box2 .cp_container {
  height: 90px;
}
.tips-list__row > div {
  margin-bottom: 100px;
}
.tips-list__box p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .tips-list__heading__logo .logo__main {
    width: 90%;
  }
  .tips__slider .recommended-street-shop-images-slider li span.number {
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .tips-list__row > div {
    margin-bottom: 60px;
  }
  .tips-list__footer {
    margin-top: 50px;
  }
  .tips-list__box p {
    font-size: 13px;
  }
}

.tips-list__image__title .ttl.coupon_shop {
  margin-left: 0;
}
.tips-list__image__title .ttl.coupon_shop span {
  margin-left: 0;
}
/*# sourceMappingURL=../maps/tips/style.css.map */


/* ここから追加　22023/5 */
.letters-from__pic ul.caption li {
    width: 100%;
}
.local-liquor__inner {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 120px auto 0;
}
.local-liquor__box {
    padding-bottom: 32px;
    border: 2px solid #e8390d;
}
.local-liquor__heading {
    position: relative;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.local-liquor__heading__num {
    position: absolute;
    top: 40px;
    left: 22px;
}
.local-liquor__heading__num p {
    color: #e8390d;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0px;
}
.local-liquor__heading__title {
	display: flex;
    justify-content: flex-end;
    margin-right: 32px;
}
.local-liquor__heading__title .tips__slider{
	margin: 48px 32px 0 0;
}
.local-liquor__heading__title .logo__main {
	width: 100%;
	max-width: 250px;
}
.local-liquor__body {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 36px auto 0;
}
.local-liquor__title {
    width: fit-content;
    margin: 0 auto;
    padding: 0 30px;
    border: 3px solid;
    color: #e8390d;
    background-color: #f8df77;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.local-liquor__text {
    width: 100%;
    margin-top: 36px;
    font-size: 18px;
}
.local-liquor__address {
    width: 100%;
    max-width: 650px;
    margin: 36px auto 0;
    padding: 16px;
    border: 1px solid #555555;
}
.local-liquor__link-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.local-liquor__link-map a {
    display: inline-block;
    width: 50%;
    padding: .272px;
    border: 1px solid #555555;
    text-align: center;
}
.local-liquor__link-map a:hover {
    background-color: #000000;
    color: #ffffff;
}
.local-liquor__link-map a:first-child {
    margin-right: 16px;
}
.local-liquor__event{
    width: 100%;
    max-width: 650px;
    margin: 36px auto 0;
    padding: 10px;
    border: 1px solid #e8390d;
}
.local-liquor__event-title{
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: #e8390d;
}
.local-liquor__event a{
    margin-bottom: 10px;
    color: #e8390d;
    border-bottom: 1px solid;
}

.photoclip__profile{
    margin-top: 48px;
    padding: 16px;
    background-color: #ffffff;
    border: 1px solid #555555;
}
.photoclip__profile ul{
    display: flex;
}
.photoclip__profile ul li:first-child{
    max-width: none;
    margin-right: 30px;
}
.photoclip__profile ul li{
    max-width: 250px;
}
.prf-name{
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
}
.photoclip__contents .cp_container{
    margin-top: 48px;
}
.photoclip__text .ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.photoclip__text .text{
    margin-top: 36px;
    font-size: 18px;
}
.photoclip__image{
    display: flex;
}
.tips-list__photoclip_map{
    margin: 48px 20px auto;
    max-width: 475px;
}

.mt4{
    margin-top: 4px;
}
.indent{
    padding-left: 0.6em;
    text-indent: -0.6em;
}
@media screen and (max-width: 1008px) {
    .letters-from__address__list ul li{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .local-liquor__inner {
        margin: 30px auto 0;
    }
    .local-liquor__box {
        padding: 20px;
    }
    .local-liquor__heading {
        padding-top: 60px;
    }
    .local-liquor__heading__num {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .local-liquor__heading__num p {
        font-size: 36px;
        line-height: 36px;
    }
    .local-liquor__heading__title{
        flex-direction: column;
        align-items: center;
        margin-right: auto;
        border-top: 2px solid #e8390d;
    }
    .local-liquor__heading__title .tips__slider{
        margin: 20px 0;
        order: 2;
    }
    .local-liquor__heading__title .logo__main{
        order: 1;
    }
    .local-liquor__body {
        margin: 18px auto 0;
    }
    .local-liquor__title {
        font-size: 18px;
    }
    .local-liquor__text {
        margin-top: 18px;
        font-size: 14px;
    }
    .local-liquor__text p{
        margin: 36px 0;
    }
    
    .photoclip__profile{
        margin-top: 30px;
    }
    .photoclip__profile ul{
        align-items: center;
    }
    .tips-list__photoclip_map{
        margin: 16px auto;
    }
    .photoclip__contents .cp_container{
        margin-top: 30px;
    }
    .photoclip__text .text{
        margin-top: 24px;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }
    .photoclip__image{
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px) {
    .local-liquor__text p{
        margin: 36px 32px 0;
    }
}
@media (min-width: 768px) and (max-width: 63em) {
    .local-liquor__heading__num p {
        font-size: 48px;
        line-height: 48px;
    }
    .local-liquor__heading__title .tips__slider{
        max-width: 50vw;
    }
    .local-liquor__heading__title .logo__main{
        max-width: 25vw;
    }
}

/* ここから追加　22023/12 */
.letters-from__links a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-right: 16px;
    padding: 1rem;
    line-height: 1.5rem;
}
.letters-from__links a:last-child{
    margin-right: auto;
}
.tsn__list-2312 div.wrap{
    align-items: baseline;
}
.row p{
    max-width: 400px;
}

/* ここから追加　2024/3 */
.letters-from__address__title .row_no_fl{
    margin-left: 30px;
}
.letters-from__address__title .row_no_fl .shop-name {
    margin-top: 0;
    font-size: 28px;
    font-weight: bold;
}
.letters-from__address__title .row_no_fl .shop-name + p {
    margin-top: 0;
    font-size: 16px;
}
.letters-from__address .shop-sub-name{
    margin-top: 16px;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .letters-from__address__title .row_no_fl{
        margin-left: 0;
        margin-top: 8px;
        display: block;
        margin-bottom: 10px;
    }
    .letters-from__address__title .row_no_fl .shop-name {
        font-size: 24px;
        margin-left: 0;
    }
    .letters-from__address__title .row_no_fl .shop-name + p {
        font-size: 12px;
    }
}

/* ここから追加　2024/6 */
.gogo__region .cp_container{
    display: flex;
}
.gogo__region .cp_container p{
    width: 100%;
    margin-right: 20px;
}
.tips-list__image__title .ttl{
    margin-left: auto;
}
.tsn__info{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 36px auto 0;
    padding: 20px;
    border: 1px solid #fbdbd6; 
}
.tsn__info-title{
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #fbdbd6;
}
.tsn__info-place{
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.tsn__info-place span{
    font-size: 12px;
}
.tsn__left{
    margin-right: 20px;
}
.tsn__info-address ul{
    display: table;
    width: 100%;
}
.tsn__info-address li{
    list-style: none;
    font-size: 13px;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tsn__info-address li img{
    width: 13px;
    height: 13px;
    margin-top: 6px;
    margin-right: 6px;
}
.tsn__info-address li span{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    word-break: break-all;
}

.letters-from__address__info{
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    min-width: 280px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #fff;
}
.letters-from__text p{
    line-height: 1.5;
}

.ramen {
    margin-top: 120px;
    padding-bottom: 60px;
    width: 100%;
    background-color: #ffffff;
    background-image: radial-gradient(circle, #fff2ad 30%, transparent 30%), radial-gradient(circle, #fff2ad 30%, transparent 30%);
    background-size: 500px 500px;
    background-position: -2px 99px, 745px 859px;
    background-repeat: repeat;
}

.ramen:before {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    background-image: radial-gradient(circle, #fff2ad 30%, transparent 30%), radial-gradient(circle, #fff2ad 30%, transparent 30%);
    background-size: 500px 500px;
    background-position: 0 0, 730px 856px;
    background-repeat: repeat;
}

.ramen__title__wrap,.hotel__title__wrap {
  text-align: center;
}
.ramen__title__wrap .ramen__title__main {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
}
.ramen__title__wrap .ramen__title__shop,.hotel__title__wrap .hotel__title__shop {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  border-top: 2px solid #444;
}

.ramen__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

.ramen__box {
  position: relative;
}

.ramen__heading {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

.ramen__heading__num {
  position: absolute;
  top: 0;
  left: 0;
}

.ramen__heading__num p {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0px;
}

.ramen__heading__logo {
  width: 100%;
  margin: 0 auto;
}

.ramen__heading__logo .logo__main {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.ramen__heading__logo .logo__main img {
  width: 100%;
  height: auto;
}

.ramen__heading__logo .logo__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 20px auto 0;
}

.ramen__heading__logo .logo__copy .coupon_icon {
  width: 100%;
  max-width: 80px;
  margin-right: 16px;
}

.ramen__heading__logo .logo__copy .subtitle {
  width: 100%;
  max-width: 430px;
}

.ramen__text {
    margin: 48px auto;
    padding: 40px;
    text-align: left;
    background-color: rgb(255, 255, 255, 0.8);
}

.ramen__text p {
  font-size: 18px;
  line-height: 2;
  margin-top: 36px;
}

.ramen__text p:first-child {
  margin-top: 0;
}

.ramen__text p.bold {
  font-weight: bold;
}

.ramen__text.cp_box label {
    bottom: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
    background: -webkit-linear-gradient(top, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.ramen__row {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ramen__row > div {
  margin-bottom: 50px;
  margin-right: 45px;
}

.ramen__col .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 217px;
}

.ramen__col .img-box img {
  width: 100%;
  height: auto;
}

.ramen__col .ttl {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}

.ramen__col .text {
  font-size: 13px;
}

.ramen__info {
  margin-top: 36px;
}

.ramen__info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ramen__info .container .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 40px;
  min-height: 0%;
}

.ramen__info .container .image-container .image-item:first-child {
  margin-right: 20px;
}

.ramen__info .container .image-container .image-item .image-wrap.first-image {
  width: 169px;
}

.ramen__info .container .image-container .image-item .image-wrap.second-image {
  width: 380px;
}

.ramen__info .container .image-container .image-item .image-wrap img {
  width: 100%;
  height: auto;
}

.ramen__info__data-title{
    color: #ffe200;
    -webkit-text-stroke: 1px black;
    font-size: 22px!important;
    font-weight: bold;
}
.ramen__info__data-list li{
    margin-top: 10px;
}
.ramen__info__data-list li:first-child{
    margin-top: 15px;
}
.ramen__info__data-list li span{
    display: inline-block;
    width: 20%;
    margin-bottom: 5px;
    padding: 1px 5px;
    text-align: center;
    border: 2px solid #ffe200;
    font-weight: bold;
}

.ramen__address {
    width: 400px;
    padding: 16px;
    background-color: #ffffff;
    border: 1px solid #555555;
}

.ramen__address ul {
  display: table;
  width: 100%;
}

.ramen__address li {
  list-style: none;
  font-size: 13px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ramen__address li img {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 6px;
}

.ramen__address li.station {
  margin-bottom: 4px;
}

.ramen__address li.shop-name {
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}

.ramen__address li.shop-name + li {
  font-size: 12px;
  margin-bottom: 4px;
}

.ramen__address li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  word-break: break-all;
}

.ramen__link-map {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ramen__link-map a {
  display: inline-block;
  width: 50%;
  text-align: center;
  border: 1px solid #555555;
  padding: .272px;
}

.ramen__link-map a:hover {
  background-color: #000000;
  color: #ffffff;
}

.ramen__link-map a:first-child {
  margin-right: 16px;
}

.ramen__link-map a.coupon {
  border: 1px solid #e7340c;
  color: #e7340c;
}

.ramen__link-map a.coupon:hover {
  background-color: #e7340c;
  color: #ffffff;
}

.hotel__title__wrap .hotel__title__main{
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    color: #4d4398;
}
.hotel__title__main span{
    font-size: 16px;
}
.hotel__text .ttl {
    margin-top: 24px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.hotel__info{
     margin-top: 48px;
    border: 1px solid #555555;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hotel__info__title p{
    font-weight: bold;
}
.hotel__info__title p.head{
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f6de77));
    background: -webkit-linear-gradient(transparent 65%, #f6de77 65%);
    background: linear-gradient(transparent 65%, #f6de77 65%);
}
.hotel__info__title p.sub {
    margin-top: 6px;
    font-size: 14px;
}
.hotel__info__address{
    width: calc(100% - 290px);
    margin-left: 40px;
}
.hotel__info__address ul {
    display: table;
    width: 100%;
}
.hotel__info__address li {
    list-style: none;
    font-size: 13px;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.hotel__info__address li img{
    width: 13px;
    height: 13px;
    margin-top: 6px;
    margin-right: 6px;
}
.hotel__info__address li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    word-break: break-all;
}
.hotel__contents{
    margin-bottom: 60px;
}
.hotel__text p {
    font-size: 18px;
    line-height: 2;
    margin-top: 36px;
}
.hotel__text p:first-child {
    margin-top: 0;
}
.hotel__link-map {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hotel__link-map a:first-child {
    margin-right: 16px;
}
.hotel__link-map a {
    display: inline-block;
    width: 30%;
    text-align: center;
    border: 1px solid #555555;
    padding: .272px;
}
.hotel__link-map a:hover {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
    .gogo__region .cp_container,.tsn__info{
        flex-direction: column;
    }
    .gogo__link-map a , .hotel__link-map a {
        width: 50%;
    }
    .tsn__left{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .ramen {
        margin-top: 30px;
    }
    .ramen:before {
        height: 60px;
    }
    .ramen__inner {
        margin: 0 auto;
    }
    .ramen__heading {
        padding-top: 60px;
    }
    .ramen__heading__num {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    }
    .ramen__heading__num p {
        font-size: 36px;
        line-height: 36px;
    }
    .ramen__heading__logo .logo__copy .coupon_icon {
        max-width: 60px;
    }
    .ramen__heading__logo .logo__copy .subtitle {
        max-width: 280px;
    }
    .ramen__text p {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.8;
    }
    .ramen__info {
        margin-top: 24px;
    }
    .ramen__col {
        width: calc(50% - 5px);
        margin-bottom: 50px !important;
        margin-right: 10px !important;
    }
    .ramen__col:nth-of-type(2n) {
        margin-right: 0px !important;
    }
    .ramen__intro .text {
        font-size: 14px;
        text-align: left;
    }
    .ramen__info .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .ramen__info .container .image-container {
        margin-right: 0;
    }
    .ramen__info .container .image-container .image-item .image-wrap.first-image {
        width: 100%;
    }
    .ramen__info .container .image-container .image-item .image-wrap.second-image {
        width: 100%;
    }
    .ramen__address {
        width: 100%;
        margin-top: 48px;
    }
    .hotel__inner {
        margin: 30px auto 0;
    }
    .hotel__heading {
        padding-top: 60px;
    }
    .hotel__heading__num {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    }
    .hotel__heading__num p {
        font-size: 36px;
        line-height: 36px;
    }
    .hotel__text p {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 24px;
    }
    .hotel__thumbnail__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .hotel__thumbnail__box:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .hotel__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .hotel__info__title {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .hotel__info__address {
        width: 100%;
        margin-left: 0;
    }
}
/* ここから追加　2024/9 */
.more_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.more_slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
.more_slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.more_content-wrap {
  height: 250px;
  overflow: hidden;transition: all 0.3s;
  position: relative;
  margin: 0;
}
.more_close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.more_close-btn {
    padding:0;
    background: none;
}
.more_slide-up {
    height: 250px;
    padding-bottom: 0;
    overflow: hidden;
}
.more_slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 60px;
}       
.more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: #1b2538;
  padding: 5px 20px;
  width: 180px;
    font-size: 16px;
  border-radius: 20px;
}
.letters-from__text .more_close-btn, .letters-from__text .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(238, 238, 238, 0) 0%,
    rgba(238, 238, 238, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(238, 238, 238, 0) 0%,
    rgba(238, 238, 238, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(238, 238, 238, 0) 0%,
    rgba(238, 238, 238, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00eeeeee',
      endColorstr='#eeeeee',
      GradientType=0
    );
}
.letters-from__text .more_close-btn {
    padding:0;
    background: none;
}

.tsn__list__img{
    display: block!important;
}
.tsn__list__img-contents{
    display: flex;
    margin-top: 10px;
}
.tsn__list__img .img{
    margin-top: 5px;
}
.tips-list__row{
    margin-bottom: -100px;
}
.tips-list__image__title{
    padding: 5px;
}
.tips-list__image__title .ttl span{
    margin: auto;
}
.hotel__image{
    display: flex;
    margin-top: 48px;
}
.hotel__caption{
    height: fit-content;
    margin-left: 20px;
    padding: 17px 30px;
    font-size: 12px !important;
    background-color: #f1f0ff;
}
@media screen and (max-width: 767px) {
    .tips-list__row{
        margin-bottom: auto;
    }
    .tsn__list__img-contents{
        display: block;
    }
    .hotel__image{
        display: block;
        margin-top: 48px;
    }
    .hotel__caption{
        margin-left: auto;
        margin-bottom: 30px;
    }
}

/* ここから追加　2024/12 */
@media screen and (min-width: 767px) {
    .tsn__list__img-contents{
        margin-top: 20px;
        justify-content: center;
    }
    .tsn__list div.wrap div.img{
        max-width: 200px;
    }
.gogo__info__address {
    width: calc(100% - 360px);
}
}

/* ここから追加　2025/06 */
.hotel__info__address_long{
    width: calc(100% - 400px);
    margin-left: 40px;
}
.hotel__info__address_long ul {
    display: table;
    width: 100%;
}
.hotel__info__address_long li {
    list-style: none;
    font-size: 13px;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.hotel__info__address_long li img{
    width: 13px;
    height: 13px;
    margin-top: 6px;
    margin-right: 6px;
}
.hotel__info__address_long li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    word-break: break-all;
}
@media screen and (max-width: 767px) {
    .hotel__info__address_long {
        width: 100%;
        margin-left: 0;
    }
}