@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*, ::before, ::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Remove inner padding and border in Firefox 4+ */
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@-webkit-keyframes topwave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1688px;
  }
}

@keyframes topwave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1688px;
  }
}

@-webkit-keyframes topwaveSp {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -840px;
  }
}

@keyframes topwaveSp {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -840px;
  }
}

@-webkit-keyframes ftrwave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1320px;
  }
}

@keyframes ftrwave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1320px;
  }
}

@-webkit-keyframes ftrship {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@keyframes ftrship {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@-webkit-keyframes ftrfish {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@keyframes ftrfish {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@-webkit-keyframes ftrKamomeRight {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes ftrKamomeRight {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes ftrKamomeLeft {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes ftrKamomeLeft {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes pagetopin {
  0% {
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
  }
  75% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
  }
}

@keyframes pagetopin {
  0% {
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
  }
  75% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
  }
}

@-webkit-keyframes arwAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.1% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arwAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.1% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

html {
  position: relative;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: auto !important;
  overflow: hidden;
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN","HiraKakuProN-W3","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo",sans-serif;

}
/**この上に　  font-size: 0;　cursor:pointer;が入ってたの消した **/

ol, ul {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
  cursor: hand;
}

a:link {
  color: #222;
}

a:hover {
  color: #222;
  text-decoration: none;
}

a:hover img {
  opacity: 1;
}

img {
  max-width: 100%;
}

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

.is-spmini {
  display: none;
}

.is-sp {
  display: none;
}

.is-pc {
  display: none;
}

.is-tab {
  display: none;
}

br.is-tab {
  display: none;
}

br.is-spmini {
  display: none;
}

br.is-sp {
  display: none;
}

br.is-pc {
  display: none;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.l-header {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: #fff;
  transition: all 0.2s linear;
}

.l-header__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 85px 0 17px;
}

.l-header__main {
  display: flex;
  justify-content: space-between;
}

.l-header__logo {
  flex-grow: 1;
  margin-left: 20px;
}

.l-header__logo a {
  display: inline-block;
}

.l-header__logo--text {
  margin-bottom: 17px;
  color: #010101;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
}

.l-header__logo--img {
  width: 275px;
}

.l-header__logo--img.lar {
  display: none;
}

.l-header__logo--img.sml {
  display: block;
}

.l-header__nav {
  display: flex;
  flex-grow: 2.55;
  align-self: flex-start;
  justify-content: space-between;
}

.l-header__nav--major {
  display: flex;
  flex-grow: 4;
  justify-content: space-between;
  margin-right: 2.3438%;
}

.l-header__nav--major li.is-current a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-header__nav--major li.is-current a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-header__nav--major li.restaurant a:before {
  top: 2px;
  right: 20px;
  background-image: url(../img/common/tri-pink.svg);
}

.l-header__nav--major li.restaurant a:after {
  background-color: #f19cbd;
}

.l-header__nav--major li.restaurant a span:before {
  top: -3px;
  width: 38px;
  height: 38px;
  background-image: url(../img/common/ico-nav_restaurant.svg);
}

.l-header__nav--major li.enjoy a:before {
  top: 2px;
  right: 28px;
  background-image: url(../img/common/tri-blue.svg);
}

.l-header__nav--major li.enjoy a:after {
  background-color: #9ed8f0;
}

.l-header__nav--major li.enjoy a span:before {
  top: -4px;
  width: 39px;
  height: 39px;
  background-image: url(../img/common/ico-nav_enjoy.svg);
}

.l-header__nav--major li.seasidespa a:before {
  top: 5px;
  right: 36px;
  background-image: url(../img/common/tri-green.svg);
}

.l-header__nav--major li.seasidespa a:after {
  background-color: #5db8b9;
}

.l-header__nav--major li.seasidespa a span:before {
  top: -3px;
  width: 36px;
  height: 38px;
  background-image: url(../img/common/ico-nav_seasidespa.svg);
}

.l-header__nav--major li.omiyage a:before {
  top: 8px;
  right: 36px;
  background-image: url(../img/common/tri-yellow.svg);
}

.l-header__nav--major li.omiyage a:after {
  background-color: #fbf24d;
}

.l-header__nav--major li.omiyage a span:before {
  top: 0;
  width: 40px;
  height: 37px;
  background-image: url(../img/common/ico-nav_omiyage.svg);
}

.l-header__nav--major li.sitescene a:before {
  -webkit-transform: rotate(-52deg);
  top: 6px;
  right: 13px;
          transform: rotate(-52deg);
  background-image: url(../img/common/tri-pink.svg);
}

.l-header__nav--major li.sitescene a:after {
  background-color: #f19cbd;
}

.l-header__nav--major li.sitescene a span:before {
  top: 1px;
  width: 51px;
  height: 35px;
  background-image: url(../img/common/ico-nav_sitescene.svg);
}

.l-header__nav--major li.youtube a:before {
  -webkit-transform: rotate(-52deg);
  top: 6px;
  right: 13px;
          transform: rotate(-52deg);
  background-image: url(../img/common/tri-pink.svg);
}

.l-header__nav--major li.youtube a:after {
  background-color: #f19cbd;
}

.l-header__nav--major li.youtube a span:before {
  top: 1px;
  width: 55px;
  height: 40px;
  background-image: url(../img/common/ico-nav_youtube.svg);
}


.l-header__nav--major li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.l-header__nav--major li a:hover:before {
  -webkit-transform: rotate(-180deg) scale(1.2);
          transform: rotate(-180deg) scale(1.2);
  transition: all 0.15s linear;
}

.l-header__nav--major li a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition: all 0.15s linear;
}

.l-header__nav--major li a:before {
  display: block;
  position: absolute;
  width: 27px;
  height: 28px;
  background-size: contain;
  content: '';
  transition: all 0.15s linear;
}

.l-header__nav--major li a:after {
  -webkit-transform: scaleX(0);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
          transform: scaleX(0);
  content: '';
  transition: all 0.15s linear;
}

.l-header__nav--major li a span {
  display: block;
  position: relative;
  padding-top: 50px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-header__nav--major li a span:before {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-position: top center;
  background-size: contain;
  content: '';
}

.l-header__nav--plus {
  flex-grow: 1;
}

.l-header__nav--plus > li {
  max-width: 160px;
  margin-right: 0;
  margin-left: auto;
}

.l-header__nav--plus > li:not(:last-child) {
  margin-bottom: 5px;
}

.l-header__nav--plus > li.is-invalid {
  opacity: 0.5;
  pointer-events: none;
}

.l-header__nav--plus > li.other .is-invalid {
  opacity: 0.5;
}

.l-header__nav--plus > li.other a:before {
  left: 16px;
  width: 15px;
  height: 16px;
  background-image: url(../img/common/ico-nav_onpu.svg);
}

.l-header__nav--plus > li.facility a:before {
  left: 13px;
  width: 24px;
  height: 16px;
  background-image: url(../img/common/ico-nav_facility.svg);
}

.l-header__nav--plus > li > a {
  display: block;
  position: relative;
  padding: 8px 0 8px 37px;
  border: 2px dotted #b6b6ac;
  font-size: 0.8125rem;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  transition: all 0.2s linear;
}

.l-header__nav--plus > li > a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  content: '';
}

.l-header__nav--plus > li > a:hover {
  background-color: #eff7f9;
  transition: all 0.2s linear;
}

.l-header__nav--plus > li .sp-menu {
  display: none;
}

.l-header__nav--plus > li .sp-menu > li {
  width: 50%;
  margin-bottom: 5px;
}

.l-header__nav--plus > li .sp-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 10px 22px;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-header__nav--plus > li .sp-menu > li > a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  width: 6px;
  height: 10px;
  margin: auto;
  background-image: url(../img/common/arw-black.svg);
  background-size: contain;
  content: '';
}

.l-header__sub {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: linear-gradient(-45deg, #f3f3ee 30%, #eeeee6 30%, #eeeee6 50%, #f3f3ee 50%, #f3f3ee 80%, #eeeee6 80%, #eeeee6);
  background-repeat: repeat;
  background-size: 20px 20px;
}

.l-header__sub .sub-nav {
  display: flex;
}

.l-header__sub .sub-nav__newtab {
  display: flex;
  margin-right: 24px;
}

.l-header__sub .sub-nav__newtab > li:not(:first-child) {
  margin-left: 5px;
}

.l-header__sub .sub-nav__newtab > li a {
  display: block;
  position: relative;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: all 0.2s linear;
}

.l-header__sub .sub-nav__newtab > li a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 17px;
  height: 15px;
  margin: auto;
  background-image: url(../img/common/ico-newtab.svg);
  background-size: contain;
  content: '';
}

.l-header__sub .sub-nav__newtab > li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.l-header__sub .sub-nav__basic {
  display: flex;
}

.l-header__sub .sub-nav__basic > li:not(:first-child) {
  margin-left: 24px;
}

.l-header__sub .sub-nav__basic > li a {
  display: block;
  position: relative;
  padding: 10px 0 10px 20px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}

.l-header__sub .sub-nav__basic > li a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  background-image: url(../img/common/arw-black.svg);
  background-size: contain;
  content: '';
  transition: all 0.2s linear;
}

.l-header__sub .sub-nav__basic > li a:hover:before {
  left: 4px;
  transition: all 0.2s linear;
}

.l-header .search-form {
  margin-left: 25px;
}

.l-header .search-form__wrap {
  position: relative;
  width: 176px;
  height: 28px;
  border: 1px solid #222222;
  border-radius: 5px;
  background-color: #fff;
}

.l-header .search-form__wrap input[type="text"] {
  width: 100%;
  padding: 0 25px 0 10px;
  font-size: 0.875rem;
  line-height: 2;
}

.l-header .search-form__wrap button {
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background-image: url(../img/common/ico-search.svg);
  background-size: contain;
}

.l-header .search-form.is-hdrsp {
  display: none;
}

.l-header__sp {
  display: none;
}

.l-header__sp--inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}

.l-header__sp--logo a {
  display: block;
}

.l-header__sp--logo .text {
  margin-bottom: 10px;
  color: #010101;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.l-header__sp--logo .logo-img {
  width: 182px;
}

.l-header__sp--tgl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-header__sp--tgl.is-open .tgl-line span.top {
  -webkit-transform: translateY(9px) rotate(-315deg);
          transform: translateY(9px) rotate(-315deg);
}

.l-header__sp--tgl.is-open .tgl-line span.mdl {
  opacity: 0;
}

.l-header__sp--tgl.is-open .tgl-line span.btm {
  -webkit-transform: translateY(-9px) rotate(315deg);
          transform: translateY(-9px) rotate(315deg);
}

.l-header__sp--tgl .tgl-line {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 20px;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}

.l-header__sp--tgl .tgl-line span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #222;
  transition: all 0.2s linear;
}

.l-header__sp--tgl .tgl-line span.top {
  top: 0;
}

.l-header__sp--tgl .tgl-line span.mdl {
  top: 9px;
}

.l-header__sp--tgl .tgl-line span.btm {
  bottom: 0;
}

.l-header__sp--tgl .tgl-text {
  position: relative;
  text-align: center;
}

.l-header__sp--tgl .tgl-text span {
  color: #010101;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  transition: opacity 0.3s linear;
}

.l-header__sp--tgl .tgl-text span.is-hide {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.l-header__sp--tgl .tgl-text span.menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.l-header__sp #wave-nan_sp {
  display: none;
}

.l-header #wave-nav {
  display: none;
}

.l-header.is-top {
  height: 160px;
}

.l-header.is-top.is-fixed .l-header__logo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header.is-top.is-fixed .l-header__logo--img.lar {
  display: none;
}

.l-header.is-top.is-fixed .l-header__logo--img.sml {
  display: block;
  width: 296px;
}

.l-header.is-top.is-fixed #wave-nav {
  display: none;
}

.l-header.is-top.is-fixed #wave-nav_sp {
  display: none;
}

.l-header.is-top .l-header__logo {
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}

.l-header.is-top .l-header__logo--text {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.l-header.is-top .l-header__logo--img {
  width: 200px;
}

.l-header.is-top .l-header__logo--img.lar {
  display: block;
}

.l-header.is-top .l-header__logo--img.sml {
  display: none;
}

.l-header.is-top #wave-nav {
  -webkit-animation: topwave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  display: block;
  z-index: -1;
  position: absolute;
  top: -32px;
  width: 6752px;
  height: 256px;
          transform: translate3d(0, 0, 0);
  background-image: url(../img/top/wave.svg);
  background-repeat: repeat-x;
  background-size: contain;
          animation: topwave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.l-header.is-top #wave-nav_sp {
  display: none;
}

.l-header.is-hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  transition: all 0.2s linear;
}

.l-header.is-fixed {
  height: 105px;
  transition: all 0.2s linear;
}

.l-header.is-fixed .l-header__inner {
  padding-top: 22px;
}

.l-header.is-fixed .l-header__sub {
  display: none;
}

.l-sidenav {
  z-index: 1001;
  position: fixed;
  top: 197px;
  right: 20px;
}

.l-sidenav__list {
  position: relative;
}

.l-sidenav__list:before {
  display: block;
  z-index: 10;
  position: absolute;
  top: -37px;
  right: -12px;
  width: 73px;
  height: 53px;
  background-image: url(../img/common/ico-kamome.svg);
  background-size: contain;
  content: '';
}

.l-sidenav__list li.time a {
  border-top: 1px solid #bfbfbf;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.l-sidenav__list li.time a span:before {
  width: 38px;
  height: 38px;
  background-image: url(../img/common/ico-watch.svg);
}

.l-sidenav__list li.access a span:before {
  width: 38px;
  height: 38px;
  background-image: url(../img/common/ico-access.svg);
}

.l-sidenav__list li.news a span:before {
  width: 60px;
  height: 60px;
  top: -10px;
  background-image: url(../img/common/ico-news.svg);
}


.l-sidenav__list li.season a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.l-sidenav__list li.season a span:before {
  width:59px;
  height:59px;
  top: -15px;
  background-image: url(../img/common/ico-season.png);
}
/** オリジナルの桜マークは  background-image: url(../img/common/ico-season.svg);
  width: 40px;
  height: 39px;

**/

.l-sidenav__list li a {
  display: block;
  position: relative;
  padding: 20px 13px 18px 13px;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  background-color: #f7f7f7;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.l-sidenav__list li a:hover span:before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  transition: all 0.2s linear;
}

.l-sidenav__list li a span {
  display: block;
  position: relative;
  padding-top: 48px;
}

.l-sidenav__list li a span:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  content: '';
  transition: all 0.2s linear;
}

.l-footer {
  margin-top: 85px;
}

.l-footer__localinfo {
  margin-bottom: 65px;
  padding: 30px 0 50px;
  background-image: linear-gradient(-45deg, #f2f2ec 25%, #eeeee5 25%, #eeeee5 50%, #f2f2ec 50%, #f2f2ec 75%, #eeeee5 75%, #eeeee5);
  background-repeat: repeat;
  background-size: 20px 20px;
}

.l-footer__localinfo--inner {
  width: 84.375%;
  max-width: 1080px;
  margin: 0 auto;
}

.l-footer__localinfo--img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -12px;
}

.l-footer__localinfo--img li {
  width: 49.4444%;
  max-width: 534px;
  margin-bottom: 12px;
}

.l-footer__localinfo--img li a {
  display: block;
  padding: 3px;
  overflow: hidden;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.2s linear;
}

.l-footer__localinfo--img li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.l-footer__localinfo--img li a img {
  width: 100%;
}

.l-footer__localinfo--text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}

.l-footer__localinfo--text li a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: all 0.2s linear;
}

.l-footer__localinfo--text li a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  background-image: url(../img/common/arw-black.svg);
  background-size: cover;
  content: '';
  transition: all 0.2s linear;
}

.l-footer__localinfo--text li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.l-footer__localinfo--text li a:hover:before {
  left: 4px;
  transition: all 0.2s linear;
}

.l-footer__localinfo--text li a span {
  text-align: center;
}

.l-footer__localinfo--text li a span.sma {
  display: block;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1;
}

.l-footer__main--btn {
  display: flex;
  justify-content: center;
  width: 84.375%;
  max-width: 1080px;
  margin: 0 auto 60px;
}

.l-footer__main--btn li {
  width: 44.4444%;
}

.l-footer__main--btn li:not(:last-child) {
  margin-right: 40px;
}

.l-footer__main--btn li a {
  display: block;
  position: relative;
  padding: 24px 80px;
  border: 2px solid #222222;
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  transition: all 0.2s linear;
}

.l-footer__main--btn li a:hover {
  background-color: #eff7f9;
  transition: all 0.2s linear;
}

.l-footer__main--btn li a:hover .btn-arw:after {
  -webkit-animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
          animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
}

.l-footer__main--btn li a .btn-arw {
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 22px;
  width: 47px;
  height: 11px;
  margin-left: 10px;
  overflow: hidden;
}

.l-footer__main--btn li a .btn-arw:after {
  display: block;
  position: absolute;
  width: 47px;
  height: 11px;
  background-image: url(../img/common/arw-long.svg);
  background-size: contain;
  content: '';
}

.l-footer__main--sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer__main--sns li {
  margin: 0 5px;
}

.l-footer__main--sns li.sns-fb a {
  background-color: #1877ed;
}

.l-footer__main--sns li.sns-twi a {
  background-color: #00a7e9;
}

.l-footer__main--sns li.sns-insta a {
  background: linear-gradient(55deg, #bf0870 0%, #650aab 100%);
}

.l-footer__main--sns li.sns-youtube a {
  background-color: #DA1725;
}

.l-footer__main--sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.l-footer__main--sns li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.l-footer__main--nav {
  position: relative;
}

.l-footer__main--nav .footer-illust__inner {
  position: relative;
  width: 84.375%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 85px 0 0;
}

.l-footer__main--nav .footer-illust__inner .illust-marinetown {
  width: 430px;
  height: 113px;
  margin: 0 auto;
  background-image: url(../img/common/item-marinetown.svg);
  background-size: contain;
}

.l-footer__main--nav .footer-illust__inner .illust-kamome__item {
  position: absolute;
  width: 46px;
  height: 32px;
}

.l-footer__main--nav .footer-illust__inner .illust-kamome__item.left {
  -webkit-animation: ftrKamomeLeft 1.75s linear infinite;
  top: 57px;
  left: 200px;
          animation: ftrKamomeLeft 1.75s linear infinite;
}

.l-footer__main--nav .footer-illust__inner .illust-kamome__item.right {
  -webkit-transform: rotate(15deg);
  -webkit-animation: ftrKamomeRight 2s linear infinite;
  top: 85px;
  left: 268px;
          transform: rotate(15deg);
          animation: ftrKamomeRight 2s linear infinite;
}

.l-footer__main--nav .footer-illust__inner .illust-ship {
  -webkit-animation: ftrship 3s linear infinite;
  z-index: 20;
  position: absolute;
  top: 143px;
  right: 115px;
  width: 65px;
  height: 65px;
          animation: ftrship 3s linear infinite;
}

.l-footer__main--nav .footer-illust__inner .illust-fish {
  -webkit-animation: ftrfish 3s linear infinite;
  z-index: 20;
  position: absolute;
  top: 210px;
  left: 58px;
  width: 88px;
  height: 34px;
          animation: ftrfish 3s linear infinite;
}

.l-footer__main--nav .footer-illust__wave {
  z-index: 10;
  position: relative;
  padding-top: 70px;
  background-color: #caeef7;
}

.l-footer__main--nav .footer-illust__wave--anime {
  -webkit-animation: ftrwave 40s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
  top: -15px;
  width: 5280px;
  height: 30px;
          transform: translate3d(0, 0, 0);
  background-image: url(../img/common/ftr-wave.png);
  background-repeat: repeat-x;
  background-size: contain;
          animation: ftrwave 40s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.l-footer__main--nav .footer-nav {
  padding: 30px 0 50px;
  background-color: #caeef7;
}

.l-footer__main--nav .footer-nav__list {
  display: flex;
  justify-content: center;
  width: 84.375%;
  max-width: 1080px;
  margin: 0 auto 50px;
}

.l-footer__main--nav .footer-nav__list li:not(:last-child) {
  margin-right: 50px;
}

.l-footer__main--nav .footer-nav__list li a {
  display: block;
  position: relative;
  padding-left: 23px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  transition: all 0.2s linear;
}

.l-footer__main--nav .footer-nav__list li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.l-footer__main--nav .footer-nav__list li a:hover:before {
  left: 4px;
  transition: all 0.2s linear;
}

.l-footer__main--nav .footer-nav__list li a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  background-image: url(../img/common/arw-black.svg);
  background-size: cover;
  content: '';
  transition: all 0.2s linear;
}

.l-footer__main--nav .footer-nav__copy {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.l-main {
  padding-top: 180px;
}

.l-outer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-inner {
  width: 84.375%;
  max-width: 1080px;
  margin: 0 auto;
}

.l-half {
  display: flex;
}

.l-half__item {
  width: 50%;
}

.l-half__item--inner {
  width: 92.2222%;
}

.c-majorSec {
  margin-top: 85px;
}

.l-smlSec {
  width: 60%;
  margin: 0 auto;
}

.l-mdlSec {
  width: 80%;
  margin: 0 auto;
}

.l-wideSec {
  width: 90%;
}

.l-stripeSec {
  width: 100%;
  padding: 20px 0;
  background-image: linear-gradient(-45deg, #f2f2ec 30%, #eeeee5 30%, #eeeee5 50%, #f2f2ec 50%, #f2f2ec 80%, #eeeee5 80%, #eeeee5);
  background-repeat: repeat;
  background-size: 25px 25px;
}

.l-leadSec {
  margin: 60px auto 65px;
}

.c-bdrBox {
  padding: 55px;
  border-width: 4px;
  border-style: solid;
  background-color: #fff;
}

.c-bdrBox .c-quatTtl {
  margin-top: 0;
}

/* # =================================================================
   # 1945行目
   # ================================================================= */


.c-mainTtl {
  position: relative;
  margin-bottom: 85px;
  padding: 80px 0 60px;
  background-color: #f8f8f5;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.c-mainTtl:before {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  width: calc(100% - 88px);
  height: 10px;
  margin: auto;
  background-image: url(../img/major/common/bg-mainttl.png);
  background-repeat: repeat-x;
  background-size: contain;
  content: '';
}

.c-secTtl {
  margin-bottom: 80px;
  text-align: center;
}

.c-secTtl.sml {
  margin-bottom: 50px;
}

.c-secTtl.sml .c-secTtl__en {
  margin-bottom: 25px;
  padding: 0 30px;
}

.c-secTtl.sml .c-secTtl__en span {
  padding: 0 30px;
}

.c-secTtl.sml .c-secTtl__ja span {
  font-size: 1.875rem;
  line-height: 1;
}

.c-secTtl__en {
  display: block;
  margin-bottom: 30px;
}

.c-secTtl__en span {
  font-display: swap;
  position: relative;
  padding: 0 50px;
  font-family: 'Dosis',sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-secTtl__en span:before, .c-secTtl__en span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 18px;
  margin: auto;
  background-color: #222;
  content: '';
}

.c-secTtl__en span:before {
  -webkit-transform: rotate(-13deg);
  left: 2px;
          transform: rotate(-13deg);
}

.c-secTtl__en span:after {
  -webkit-transform: rotate(13deg);
  right: 2px;
          transform: rotate(13deg);
}

.c-secTtl__ja {
  display: block;
}

.c-secTtl__ja span {
  display: inline-block;
  background: linear-gradient(transparent 75%, rgba(182, 182, 172, 0.5) 65%);
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.c-tertTtl {
  position: relative;
  margin-top: 80px;
  margin-bottom: 35px;
  padding: 0 0 15px;
  border-bottom: 1px dashed #666;
  color: #000;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

.c-tertTtl span {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 30px;
}

.c-tertTtl span:before {
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 40px;
  border-radius: 20px;
  background-color: #b6b6ac;
  content: '';
}

.c-tertTtl:after {
  bottom: 0;
  width: 100%;
}

.c-quatTtl {
  margin: 80px auto 40px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #666;
  color: #000;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.c-bldTtl {
  margin: 22px auto 20px;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.c-textFlag {
  margin-bottom: 25px;
  text-align: center;
}

.c-textFlag span {
  display: inline-block;
  position: relative;
  padding: 0 34px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4167;
}

.c-textFlag span:before, .c-textFlag span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 30px;
  margin: auto;
  background-color: #222;
  content: '';
}

.c-textFlag span:before {
  -webkit-transform: rotate(-13deg);
  left: 2px;
          transform: rotate(-13deg);
}

.c-textFlag span:after {
  -webkit-transform: rotate(13deg);
  right: 2px;
          transform: rotate(13deg);
}

.c-textBasic {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-textBasic:not(:last-child) {
  margin-bottom: 20px;
}

.c-textBasic a {
  padding-bottom: 2px;
  border-bottom: 1px solid #5db8b9;
  color: #5db8b9;
  transition: all 0.2s linear;
}

.c-textBasic a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-textBasic a[target="_blank"]:after {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 0 3px;
  background-image: url(../img/common/ico-newtab_green.svg);
  background-size: contain;
  content: '';
}

.c-textMid {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5556;
}

.c-textMid:not(:last-child) {
  margin-bottom: 10px;
}

.c-textLar {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-textLar:not(:last-child) {
  margin-bottom: 15px;
}

.c-textExLar {
  display: block;
  font-size: 1.875rem;
  line-height: 1.3333;
}

.c-textExLar:not(:last-child) {
  margin-bottom: 20px;
}

.c-textLinkLar {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5556;
  transition: all 0.2s linear;
}

.c-textLinkLar a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
}

.c-textLinkLar a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  background-size: cover;
  content: '';
  transition: all 0.2s linear;
}

.c-textLinkLar a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-textLinkLar a:hover:before {
  left: 4px;
  transition: all 0.2s linear;
}

a.c-textLinkInner {
  padding-bottom: 2px;
  border-bottom: 1px solid #5db8b9;
  color: #5db8b9;
  transition: all 0.2s linear;
}

a.c-textLinkInner:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

a.newtab:after {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 0 3px;
  background-image: url(../img/common/ico-newtab_green.svg);
  background-size: contain;
  content: '';
}

a.newtabLar:after {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin: 0 4px;
  background-image: url(../img/common/ico-newtab_green.svg);
  background-size: contain;
  content: '';
}

.c-telItem {
  pointer-events: none;
}

.c-listBasic {
  text-align: left;
}

.c-listBasic.lar li {
  font-size: inherit;
}

.c-listBasic li {
  position: relative;
  padding-left: 15px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-listBasic li:not(:last-child) {
  margin-bottom: 5px;
}

.c-listBasic li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #222;
  content: '';
}

.c-listMini {
  margin-top: 20px;
}

.c-listMini li {
  display: flex;
  font-size: 1rem;
  line-height: 1.625;
}

.c-listMini .list-lead {
  display: inline-block;
}

.c-listMini .list-detail {
  display: inline-block;
}

.c-listNum-bra {
  counter-reset: item;
}

.c-listNum-bra > li {
  position: relative;
  padding-left: 1.5rem;
  letter-spacing: 0.05em;
}

.c-listNum-bra > li:before {
  position: absolute;
  left: 0;
  content: counter(item) "）";
  counter-increment: item;
}

.c-listNum-ccl li {
  position: relative;
  padding-left: 22px;
  text-align: left;
}

.c-listNum-ccl li span {
  position: absolute;
  top: 0;
  left: 0;
}

.c-listNum {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto -30px;
  padding: 0 10px;
  counter-reset: item;
}

.c-listNum li {
  width: 30.7547%;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1;
}

.c-listNum li:not(:nth-child(3n)) {
  margin-right: 3.7736%;
}

.c-listNum__ttl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-listNum__ttl:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.625;
  text-align: center;
  content: '';
  content: counter(item);
  counter-increment: item;
}

.c-listNum__ttl:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  background-color: #9ed8f0;
  content: '';
}

.c-listNum__detail {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-listNum__detail a {
  padding-bottom: 2px;
  border-bottom: 1px solid #222;
}

.c-inquiry-list .c-tertTtl {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.625;
}

.c-inquiry-list .c-tertTtl span:before {
  height: 35px;
}

.c-inquiry-list__img {
  max-width: 50%;
}

.c-inquiry-list > li:not(:last-child) {
  margin-bottom: 40px;
}

.c-inquiry-list > li .c-textBasic,
.c-inquiry-list > li .c-listBasic {
  padding-left: 30px;
}

.c-bnr-list {
  margin-bottom: 80px;
}

.c-bnr-list__item a {
  display: block;
  margin-right: 12px;
  padding: 3px;
  overflow: hidden;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.2s linear;
}

.c-bnr-list__item a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-bnr-list__item a img {
  width: 100%;
}

.howtofun-list {
  display: flex;
  justify-content: center;
}

.howtofun-list li {
  width: 22.2222%;
}

.howtofun-list li:not(:last-child) {
  margin-right: 3.7037%;
}

.howtofun-list li.fordogs {
  background-color: #f8cdde;
}

.howtofun-list li.fordogs a:before {
  background-color: #f8cdde;
}

.howtofun-list li.fordogs .howtofun-text:before {
  background-image: radial-gradient(#222 24%, #f8cdde 40%);
}

.howtofun-list li.forcyclist {
  background-color: #ceebf7;
}

.howtofun-list li.forcyclist a:before {
  background-color: #ceebf7;
}

.howtofun-list li.forcyclist .howtofun-text:before {
  background-image: radial-gradient(#222 24%, #ceebf7 40%);
}

.howtofun-list li.forlocal {
  background-color: #a0d3d4;
}

.howtofun-list li.forlocal a:before {
  background-color: #a0d3d4;
}

.howtofun-list li.forlocal .howtofun-text:before {
  background-image: radial-gradient(#222 24%, #a0d3d4 40%);
}

.howtofun-list li.forkids {
  background-color: #fdf8a6;
}

.howtofun-list li.forkids a:before {
  background-color: #fdf8a6;
}

.howtofun-list li.forkids .howtofun-text:before {
  background-image: radial-gradient(#222 24%, #fdf8a6 40%);
}

.howtofun-list li a {
  display: block;
  position: relative;
}

.howtofun-list li a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  transition: all 0.2s linear;
}

.howtofun-list li a:hover:before {
  opacity: 0.3;
  transition: all 0.2s linear;
}

.howtofun-list li a:hover .howtofun-text .btn-arw:after {
  -webkit-animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
          animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
}

.howtofun-list li a.is-invalid:hover:before {
  opacity: 0;
  transition: none;
}

.howtofun-list li a.is-invalid:hover .howtofun-text .btn-arw:after {
  -webkit-animation: none;
          animation: none;
}

.howtofun-list li a.is-invalid .howtofun-text {
  opacity: 0.5;
}

.howtofun-list li a .howtofun-text {
  position: relative;
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.625;
  text-align: center;
}

.howtofun-list li a .howtofun-text:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 6px 8px;
  content: '';
}

.howtofun-list li a .howtofun-text .btn-arw {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 31px;
  height: 10px;
  margin: auto;
  overflow: hidden;
}

.howtofun-list li a .howtofun-text .btn-arw:after {
  display: block;
  position: absolute;
  width: 31px;
  height: 10px;
  margin: auto;
  background-image: url(../img/common/arw-long.svg);
  background-size: contain;
  content: '';
}

.c-rowBoxTop {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.c-rowBoxTop.reverse {
  flex-direction: row-reverse;
}

.c-rowBoxTop.pickup {
  justify-content: flex-start;
}

.c-rowBoxTop.pickup.reverse .c-rowBoxTop__detail {
  margin-right: 4.6296%;
}

.c-rowBoxTop.pickup .c-rowBoxTop__detail {
  width: 41.6667%;
  margin-left: 4.6296%;
}

.c-rowBoxTop__img {
  width: 48.3333%;
  max-width: 522px;
}

.c-rowBoxTop__img img {
  width: 100%;
  max-width: inherit;
  border-radius: 10px;
}

.c-rowBoxTop__detail {
  width: 47.2222%;
  margin-top: 17px;
}

.c-rowBoxTop__detail--ttl {
  margin-bottom: 22px;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.c-rowBoxTop__detail--text {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-rowBoxTop__detail--pickup {
  width: 100%;
  margin-top: 55px;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(234, 234, 223, 0.5);
}

.c-rowBoxTop__detail--pickup dl {
  display: flex;
}

.c-rowBoxTop__detail--pickup dl:not(:last-child) {
  margin-bottom: 3px;
}

.c-rowBoxTop__detail--pickup dl dt,
.c-rowBoxTop__detail--pickup dl dd {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8571;
}

.c-rowBoxTop__detail--pickup dl dt {
  width: 4rem;
  margin-right: 8px;
  font-weight: bold;
  text-align: right;
}

.c-rowBoxTop__detail--pickup dl dd .c-btn-round {
  margin-left: 10px;
}

.c-fullBoxThumb {
  margin-top: 35px;
}

.c-fullBoxThumb__img {
  width: 100%;
}

.c-fullBoxThumb__img img {
  border-radius: 10px;
}

.c-fullBoxThumb__detail {
  margin-top: 15px;
}

.c-fullBoxThumb__detail .ttl {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-fullBoxThumb__detail .text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-fullBoxThumb__detail .text:not(:last-child) {
  margin-bottom: 10px;
}

.c-rowBoxThumb {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 15px;
}

.c-rowBoxThumb.dbl .c-rowBoxThumb__item {
  width: 49.0741%;
}

.c-rowBoxThumb.tpl {
  justify-content: flex-start;
}

.c-rowBoxThumb.tpl .c-rowBoxThumb__item {
  width: 32.037%;
}

.c-rowBoxThumb.tpl .c-rowBoxThumb__item:not(:last-child) {
  margin-right: 1.9444%;
}

.c-rowBoxThumb.tplFull {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.c-rowBoxThumb.tplFull.restaurant_thumb {
  display: none;
  margin-bottom: 0;
}

.c-rowBoxThumb.tplFull.restaurant_thumb:not(:first-child) {
  margin-top: 0;
}

.c-rowBoxThumb.tplFull.restaurant_thumb .c-rowBoxThumb__item--detail {
  text-align: left;
}

.c-rowBoxThumb.tplFull.restaurant_thumb .c-rowBoxThumb__item--detail .ttl {
  font-size: 1rem;
  line-height: 1.875;
}

.c-rowBoxThumb.tplFull .c-rowBoxThumb__item {
  width: 32.037%;
}

.c-rowBoxThumb.tplFull .c-rowBoxThumb__item:not(:nth-child(3n)) {
  margin-right: 1.9444%;
}

.c-rowBoxThumb.tplFull .c-rowBoxThumb__item .c-rowBoxThumb__item--detail {
  width: 95.3757%;
  margin-right: auto;
  margin-left: auto;
}

.c-rowBoxThumb.tplList {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: -80px;
}

.c-rowBoxThumb.tplList.left {
  justify-content: flex-start;
}

.c-rowBoxThumb.tplList.center {
  justify-content: center;
}

.c-rowBoxThumb.tplList.center .c-rowBoxThumb__item:not(:last-child) {
  margin-right: 5.5556%;
}

.c-rowBoxThumb.tplList .c-rowBoxThumb__item {
  width: 29.6296%;
  margin-bottom: 80px;
}

.c-rowBoxThumb.tplList .c-rowBoxThumb__item a {
  display: block;
  transition: all 0.2s linear;
}

.c-rowBoxThumb.tplList .c-rowBoxThumb__item a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-rowBoxThumb.tplList .c-rowBoxThumb__item a:hover .c-rowBoxThumb__item--img {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.c-rowBoxThumb.tplList .c-rowBoxThumb__item a:hover .text:before {
  left: 3px;
  transition: all 0.2s linear;
}

.c-rowBoxThumb.tplList .c-rowBoxThumb__item a .c-rowBoxThumb__item--img {
  transition: all 0.2s linear;
}

.c-rowBoxThumb.tplList .c-rowBoxThumb__item a .ttl,
.c-rowBoxThumb.tplList .c-rowBoxThumb__item a .text {
  transition: all 0.2s linear;
}

.c-rowBoxThumb.tplList .c-rowBoxThumb__item a .text {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.c-rowBoxThumb.tplList .c-rowBoxThumb__item a .text:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  background-size: cover;
  content: '';
  transition: all 0.2s linear;
}

.c-rowBoxThumb.lead .c-rowBoxThumb__item .c-rowBoxThumb__item--detail {
  margin-top: 0;
  margin-bottom: 15px;
}

.c-rowBoxThumb.lead .c-rowBoxThumb__item .c-rowBoxThumb__item--detail .ttl {
  margin-bottom: 0;
}

.c-rowBoxThumb__item--img img {
  width: 100%;
  border-radius: 10px;
}

.c-rowBoxThumb__item--detail {
  margin-top: 15px;
}

.c-rowBoxThumb__item--detail .ttl {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-rowBoxThumb__item--detail .text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-rowBoxThumb__item--detail .text:not(:last-child) {
  margin-bottom: 10px;
}

.c-colBoxThumb {
  margin-top: 35px;
}

.c-colBoxThumb__item--img {
  display: flex;
  justify-content: space-between;
}

.c-colBoxThumb__item--img .img-item {
  width: 49.0741%;
}

.c-colBoxThumb__item--img .img-item img {
  width: 100%;
  border-radius: 10px;
}

.c-colBoxThumb__item--detail {
  margin-top: 15px;
}

.c-colBoxThumb__item--detail .ttl {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-colBoxThumb__item--detail .text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-colBoxThumb__item--detail .text:not(:last-child) {
  margin-bottom: 10px;
}

.c-mixBoxThumb {
  position: relative;
  margin-top: 80px;
}

.c-mixBoxThumb:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 175px;
  left: 0;
  width: 41.3194%;
  height: 0;
  padding-top: 30.9722%;
  content: '';
}

.c-mixBoxThumb.left:after {
  right: 0;
  left: auto;
}

.c-mixBoxThumb.left .c-mixBoxThumb__top {
  flex-direction: row-reverse;
}

.c-mixBoxThumb.left .c-mixBoxThumb__top .img {
  margin-right: 0;
  margin-left: auto;
}

.c-mixBoxThumb.left .c-mixBoxThumb__btm .c-mixBoxThumb__btm--img {
  margin-right: 28.7037%;
  margin-left: auto;
}

.c-mixBoxThumb__top {
  display: flex;
  justify-content: space-between;
  width: 84.375%;
  max-width: 1080px;
  margin: 0 auto;
}

.c-mixBoxThumb__top--sp {
  display: none;
}

.c-mixBoxThumb__top--lar {
  width: 48.3333%;
}

.c-mixBoxThumb__top--col {
  width: 47.2222%;
  margin-top: 15px;
  margin-right: 10px;
}

.c-mixBoxThumb__top--col .ttl {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.c-mixBoxThumb__top--col .text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-mixBoxThumb__top--col .text:not(:last-child) {
  margin-bottom: 25px;
}

.c-mixBoxThumb__top--col .img {
  width: 58.8235%;
  margin-top: 20.1923%;
}

.c-mixBoxThumb__btm {
  width: 84.375%;
  max-width: 1080px;
  margin: 3.7037% auto 0;
}

.c-mixBoxThumb__btm--img {
  width: 37.037%;
  margin-left: 28.7037%;
}

.c-mixBoxThumb img {
  border-radius: 10px;
}

.c-thumblink-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}

.c-thumblink-list__item {
  width: 32.037%;
}

.c-thumblink-list__item a {
  display: block;
  letter-spacing: 0.05em;
  transition: all 0.2s linear;
}

.c-thumblink-list__item a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-thumblink-list__item a:hover .ttl:before {
  left: 4px;
  transition: all 0.2s linear;
}

.c-thumblink-list__item .img img {
  border-radius: 10px;
}

.c-thumblink-list__item .detail {
  margin-top: 13px;
}

.c-thumblink-list__item .detail .date {
  display: inline-block;
  margin-right: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  vertical-align: middle;
}

.c-thumblink-list__item .detail .tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  vertical-align: middle;
}

.c-thumblink-list__item .detail .ttl {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-thumblink-list__item .detail .ttl:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  background-image: url(../img/common/arw-gray.svg);
  background-size: cover;
  content: '';
  transition: all 0.2s linear;
}

.c-thumblink-list__item.event .detail .tag {
  background-color: #ebba73;
}

.c-thumblink-list__item.spot .detail .tag {
  background-color: #84c1ec;
}

.c-thumblink-list__item.gourmet .detail .tag {
  background-color: #ec8197;
}

.c-thumblink-list__item.news .detail .tag {
  background-color: #51c4a8;
}

.c-article-body {
  margin-top: 110px;
}

.c-article-body .c-article-list:not(:last-child) {
  margin-bottom: 35px;
}

.c-article-body .c-article-list__yearTtl {
  margin-bottom: 40px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #f3f3ee;
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-article-body .c-article-list__month {
  width: 96.2963%;
  margin: 0 auto;
}

.c-article-body .c-article-list__month .month-article {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px dotted #bfbfbf;
}

.c-article-body .c-article-list__month .month-article:not(:last-child) {
  margin-bottom: 20px;
}

.c-article-body .c-article-list__month .month-article__ttl {
  flex: 13% 1;
  min-width: 4rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-article-body .c-article-list__month .month-article__list {
  flex: 87% 1;
}

.c-article-body .c-article-list__month .month-article__list li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #bfbfbf;
}

.c-article-body .c-article-list__month .month-article__list li.event .tag {
  background-color: #ebba73;
}

.c-article-body .c-article-list__month .month-article__list li.spot .tag {
  background-color: #84c1ec;
}

.c-article-body .c-article-list__month .month-article__list li.gourmet .tag {
  background-color: #ec8197;
}

.c-article-body .c-article-list__month .month-article__list li.news .tag {
  background-color: #51c4a8;
}

.c-article-body .c-article-list__month .month-article__list a {
  display: block;
  transition: all 0.2s linear;
}

.c-article-body .c-article-list__month .month-article__list a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-article-body .c-article-list__month .month-article__list .date {
  display: inline-block;
  margin-right: 13px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  vertical-align: middle;
}

.c-article-body .c-article-list__month .month-article__list .tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  vertical-align: middle;
}

.c-article-body .c-article-list__month .month-article__list .ttl {
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-tblBasic__body {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #666666;
}

.c-tblBasic__body.mdlTtl th {
  min-width: 12rem;
}

.c-tblBasic__body.longTtl th {
  min-width: 6rem;
}

.c-tblBasic__body.exLongTtl th {
  min-width: 20rem;
}

.c-tblBasic__body.longDetail td {
  min-width: 7rem;
}

.c-tblBasic__body.emp th {
  width: 70%;
}

.c-tblBasic__body.tri th {
  width: 33.3333%;
}

.c-tblBasic__body tr:not(:last-child) {
  border-bottom: 2px dotted #666;
}

.c-tblBasic__body th,
.c-tblBasic__body td {
  padding: 20px 40px;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.c-tblBasic__body th .sml,
.c-tblBasic__body td .sml {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.7143;
}

.c-tblBasic__body th .bld,
.c-tblBasic__body td .bld {
  display: inline-block;
  font-weight: bold;
}

.c-tblBasic__body th {
  background-color: #eeeee6;
  font-size: 1.25rem;
  line-height: 1.5;
}

.c-tblBasic__body th:not(:last-child) {
  border-right: 2px dotted #666666;
}

.c-tblBasic__body td {
  font-size: 1.125rem;
  line-height: 1.5556;
}

.c-tblBasic__body td:not(:last-child) {
  border-right: 2px dotted #666;
}

.c-tblBasic__body td a {
  padding-bottom: 2px;
  border-bottom: 1px solid #5db8b9;
  color: #5db8b9;
  transition: all 0.2s linear;
}

.c-tblBasic__body td a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-tblBasic__body td a[target="_blank"]:after {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 0 3px;
  background-image: url(../img/common/ico-newtab_green.svg);
  background-size: contain;
  content: '';
}

.c-tblBasic__set:not(:last-child) {
  margin-bottom: 15px;
}

.c-tblBasic__cap {
  margin-top: 10px;
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7143;
  text-align: left;
}

.c-tblCol {
  display: none;
}

.c-defineList.wide dt {
  width: 5.5rem;
}

.c-defineList dl {
  display: table;
}

.c-defineList dl:not(:last-child) {
  margin-bottom: 3px;
}

.c-defineList dt,
.c-defineList dd {
  display: table-cell;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-defineList dt {
  min-width: 4rem;
  text-align: right;
  white-space: nowrap;
}

.c-tlbBus {
  display: flex;
  justify-content: space-between;
}

.c-tlbBus__body {
  width: 47%;
  border: 1px solid #666;
}

.c-tlbBus__body tr:not(:last-child) {
  border-bottom: 2px dotted #666;
}

.c-tlbBus__body th,
.c-tlbBus__body td {
  width: 33.3333%;
  padding: 23px 0;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  vertical-align: middle;
}

.c-tlbBus__body th {
  background-color: #eeeee6;
  font-weight: bold;
}

.c-tlbBus__body th:not(:last-child) {
  border-right: 2px dotted #666666;
}

.c-tlbBus__body td {
  position: relative;
}

.c-tlbBus__body td.bg-marinyan:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 42px;
  margin: auto;
  background-image: url(../img/facilities/access/bg-marinyan.png);
  background-size: contain;
  content: '';
}

.c-linkList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
  margin-bottom: -25px;
}

.c-linkList li {
  width: 50%;
  margin-bottom: 25px;
  padding-right: 20px;
}

.c-linkList li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5556;
  text-align: left;
  transition: all 0.2s linear;
}

.c-linkList li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-linkList li a:hover:before {
  left: 4px;
  transition: all 0.2s linear;
}

.c-linkList li a:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 11px;
  background-size: cover;
  content: '';
  transition: all 0.2s linear;
}

.c-bnr {
  display: block;
  transition: all 0.2s linear;
}

.c-bnr:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-tab {
  margin-top: 85px;
}

.c-tab__btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}

.c-tab__btn li {
  display: flex;
  width: 48.6111%;
}

.c-tab__btn li.is-active a {
  color: #fff;
}

.c-tab__btn li.is-active a:after {
  opacity: 1;
}

.c-tab__btn li.is-active a span:before {
  background-image: url(../img/common/arw-white.svg);
}

.c-tab__btn li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 24px 0;
  border: 2px solid #222;
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: all 0.2s linear;
}

.c-tab__btn li a:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 16px 14px 0 14px;
  border-style: solid;
  content: '';
  opacity: 0;
  transition: all 0.2s linear;
}

.c-tab__btn li a:hover {
  color: #fff;
  transition: all 0.2s linear;
}

.c-tab__btn li a:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}

.c-tab__btn li a:hover span:before {
  background-image: url(../img/common/arw-white.svg);
  transition: all 0.2s linear;
}

.c-tab__btn li a span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.c-tab__btn li a span:before {
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 8px;
  height: 15px;
  margin: auto;
          transform: rotate(90deg);
  background-image: url(../img/common/arw-black.svg);
  background-size: contain;
  content: '';
  transition: all 0.2s linear;
}

.c-tab__contents--item {
  display: none;
}

.c-tab__contents--item.is-active {
  display: block;
}

.c-flow__list li {
  padding: 13px 0;
  border-radius: 100px;
  background-color: #eeeee6;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  list-style-image: url(data:0);
  text-align: center;
}

.c-flow__list li:not(:last-child) {
  position: relative;
  margin-bottom: 45px;
}

.c-flow__list li:not(:last-child):after {
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 8px;
  height: 15px;
  margin: auto;
          transform: rotate(90deg);
  background-size: contain;
  content: '';
}

.c-mapImg {
  width: 84.9074%;
  margin: 30px auto 0;
}

.c-mapImg a {
  display: block;
  width: 100%;
  transition: all 0.2s linear;
}

.c-mapImg a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-mapFrame {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 15px;
  padding-top: 56.25%;
}

.c-mapFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn-round {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 9px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  transition: all 0.2s linear;
}

.c-btn-round:hover {
  opacity: 0.6;
  transition: all 0.2s linear;
}

.c-btn-round span {
  position: relative;
  padding-left: 11px;
}

.c-btn-round span:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 9px;
  margin: auto;
  background-size: cover;
  content: '';
}

.c-btn-arw {
  display: block;
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 15px 60px 15px 40px;
  border: 2px solid #222;
  border-radius: 50px;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: all 0.2s linear;
}

.c-btn-arw:hover {
  transition: all 0.2s linear;
}

.c-btn-arw:hover .btn-arw:after {
  -webkit-animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
          animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
}

.c-btn-arw .btn-arw {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 31px;
  height: 10px;
  margin: auto;
  overflow: hidden;
}

.c-btn-arw .btn-arw:after {
  display: block;
  position: absolute;
  width: 31px;
  height: 10px;
  margin: auto;
  background-image: url(../img/common/arw-long.svg);
  background-size: contain;
  content: '';
}

.c-movie {
  width: 64.8148%;
  margin: 0 auto;
}

.c-movie__body {
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  background-image: linear-gradient(-45deg, #eeeee6 30%, #f3f3ee 30%, #f3f3ee 50%, #eeeee6 50%, #eeeee6 70%, #f3f3ee 70%, #f3f3ee);
  background-repeat: repeat;
  background-size: 20px 20px;
}

.c-movie__body--area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-movie__body--area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
}

.c-pickup__more {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 100px auto 0;
  padding: 0 4.6296%;
  padding-top: 100px;
  border-top: 2px dashed #d3d3d3;
}

.c-pickup__more--text {
  margin-right: 60px;
}

.c-pickup__more--img {
  display: flex;
}

.c-pickup__more--img .img-item {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
}

.c-pickup__more--img .img-item:not(:last-child) {
  margin-right: 30px;
}

.c-pickup__more--img .img-item img {
  width: 100%;
}

.c-pickup__more .c-btn-arw {
  margin-top: 30px;
  margin-left: 0;
}


/* # =================================================================
   # 3825行目
   # ================================================================= */




/* # =================================================================
   # 3860行目
   # ================================================================= */


.c-pagetop {
  z-index: 100;
  position: fixed;
  right: 120px;
  bottom: 50px;
}

.c-pagetop__btn {
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-pagetop__btn:hover .c-pagetop__btn--text span:before {
  top: -4px;
  transition: all 0.2s linear;
}

.c-pagetop__btn--text {
  display: flex;
  z-index: 5;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px dashed #000;
  border-radius: 50%;
  background-color: #fff;
}

.c-pagetop__btn--text span {
  display: inline-block;
  position: relative;
  padding-top: 30px;
}

.c-pagetop__btn--text span:before {
  -webkit-transform: rotate(135deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
          transform: rotate(135deg);
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  content: '';
  transition: all 0.2s linear;
}

.c-pagetop__btn--popup {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 95px;
  margin: auto;
  background-image: url(../img/common/ico-pagetop.svg);
  background-size: contain;
}

.c-breadcrumb {
  margin: 28px auto;
}

.c-breadcrumb__nav ol {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.c-breadcrumb__nav ol li:not(:last-child) {
  position: relative;
  margin-right: 12px;
  padding-right: 20px;
}

.c-breadcrumb__nav ol li:not(:last-child):after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 11px;
  margin: auto;
  background-image: url(../img/common/arw-black.svg);
  background-size: cover;
  content: '';
}

.c-breadcrumb__nav ol li.top a {
  border-bottom: none;
}

.c-breadcrumb__nav ol li.top a:hover {
  border-bottom: none;
}

.c-breadcrumb__nav ol li.top img {
  width: 16px;
  height: 15px;
}

.c-breadcrumb__nav ol li a {
  border-bottom: 1px solid rgba(34, 34, 34, 0);
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.3077;
  transition: all 0.2s linear;
}

.c-breadcrumb__nav ol li a:hover {
  border-bottom: 1px solid #222;
  transition: all 0.2s linear;
}

.c-breadcrumb__nav ol li span {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.3077;
}

.c-form {
  padding: 0 0 75px;
  border-radius: 20px;
  background-color: #f8f8f5;
}

.c-form__inner {
  width: 80%;
  margin: 0 auto;
}

.c-form__body {
  padding-top: 105px;
}

.c-form__body--list li {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-form__body--list li:not(:last-child) {
  margin-bottom: 25px;
}

.c-form__body--list .form-label {
  display: block;
  margin-bottom: 7px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-form__body--list .form-label__required {
  display: inline-block;
  margin-left: 12px;
  padding: 6px;
  border-radius: 5px;
  background-color: #ff0000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-form__body--list .form-input {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  border: 2px solid #dddddd;
  background-color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.c-form__body--list .form-input::-webkit-input-placeholder {
  color: #c3c3c3;
}

.c-form__body--list .form-input::-ms-input-placeholder {
  color: #c3c3c3;
}

.c-form__body--list .form-input::-webkit-input-placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .form-input::-moz-placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .form-input:-ms-input-placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .form-input::-ms-input-placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .form-input::placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .form-input.short {
  max-width: 78px;
  margin-right: 20px;
  text-align: center;
}

.c-form__body--list .form-input.short:not(:nth-child(2)) {
  margin-left: 25px;
}

.c-form__body--list .form-textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #dddddd;
  background-color: #fff;
}

.c-form__body--list .form-textarea::-webkit-input-placeholder {
  color: #c3c3c3;
}

.c-form__body--list .form-textarea::-ms-input-placeholder {
  color: #c3c3c3;
}

.c-form__body--list .form-textarea::-webkit-input-placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .form-textarea::-moz-placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .form-textarea:-ms-input-placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .form-textarea::-ms-input-placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .form-textarea::placeholder-shown {
  color: #c3c3c3;
}

.c-form__body--list .mwform-radio-field,
.c-form__body--list .form-radio-text {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.625;
}

.c-form__body--list .mwform-radio-field:not(:last-child),
.c-form__body--list .form-radio-text:not(:last-child) {
  margin-right: 20px;
}

.c-form__body--list input[type="radio"] {
  display: none;
}

.c-form__body--list input[type="radio"] + .mwform-radio-field-text {
  position: relative;
  padding-left: 35px;
  font-size: 1rem;
  line-height: 1.25;
}

.c-form__body--list input[type="radio"] + .mwform-radio-field-text:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  transition: all 0.2s linear;
}

.c-form__body--list input[type="radio"] + .mwform-radio-field-text:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fe8a98;
  content: '';
  opacity: 0;
  transition: all 0.2s linear;
}

.c-form__body--list input[type="radio"]:checked + .mwform-radio-field-text:after {
  opacity: 1;
  transition: all 0.2s linear;
}

.c-form__body--list input[type="checkbox"] {
  display: none;
}

.c-form__body--list input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  font-size: 1rem;
  line-height: 1.25;
}

.c-form__body--list input[type="checkbox"] + label:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #ddd;
  background-color: #fff;
  content: '';
  transition: all 0.2s linear;
}

.c-form__body--list input[type="checkbox"] + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 14px;
  background-image: url(../img/common/ico-check.svg);
  background-size: contain;
  content: '';
  opacity: 0;
  transition: all 0.2s linear;
}

.c-form__body--list input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transition: all 0.2s linear;
}

.c-form__body--list .concent-text {
  letter-spacing: 0.05em;
  text-align: center;
}

.c-form__body--list .form-cap {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7143;
}

.c-form__body--list .form-tilde {
  margin: 0 25px;
}

.c-form__body--list .ml50 {
  margin-left: 50px;
}

.c-form__body--list .mb15 {
  margin-bottom: 15px;
}

.c-form__body--list .mt15 {
  margin-top: -15px;
}

.c-form__body--list .form-term-box {
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 2px solid #dddddd;
  background-color: #fff;
}

.c-form__body--list .form-term-list {
  counter-reset: item;
}

.c-form__body--list .form-term-list li:not(:last-child) {
  margin-bottom: 10px;
}

.c-form__body--list .form-term-list .ttl,
.c-form__body--list .form-term-list .detail {
  font-size: 1rem;
  line-height: 1.625;
}

.c-form__body--list .form-term-list .ttl {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}

.c-form__body--list .form-term-list .ttl:before {
  position: absolute;
  left: 0;
  content: counter(item) ".";
  counter-increment: item;
}

.c-form__body--list .form-term-list .detail {
  position: relative;
  padding-left: 20px;
}

.c-form__body--list .form-term-list .detail:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #222;
  content: '';
}

.c-form__body .btn-submit {
  width: 400px;
  margin: 80px auto 0;
}

.c-form__body .btn-submit__body {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  border: 2px solid #222;
  border-radius: 50px;
  background-color: #ffb2bb;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 3.5714;
  text-align: center;
  transition: all 0.2s linear;
}

.c-form__body .btn-submit__body:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.error {
  display: inline !important;
}

.c-mv {
  width: 100%;
  height: 308px;
  background-image: url(../img/common/img-kv.jpg);
  background-position: top center;
  background-size: cover;
}

.c-mv__inner {
  display: flex;
  align-items: center;
  width: 84.375%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
}

.c-mv__ttl {
  position: relative;
  padding-left: 122px;
}

.c-mv__ttl:before {
  display: block;
  position: absolute;
  content: '';
}

.c-mv__ttl:after {
  display: block;
  position: absolute;
  background-size: contain;
  content: '';
}

.c-mv__ttl span {
  display: block;
}

.c-mv__ttl span.ttl-ja {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.8));
  margin-bottom: 20px;
          filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.8));
}

.c-mv__ttl span.ttl-en {
  font-display: swap;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.8));
  font-family: 'Dosis',sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
          filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.8));
}

.c-mv__ttlLow {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
  font-size: 2.375rem;
  letter-spacing: 0.05em;
  line-height: 1.579;
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

.c-mv__ttlLow .sml {
  font-size: 1.75rem;
  line-height: 2.1429;
}

.c-news__inner {
  max-height: 205px;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  background-image: linear-gradient(-45deg, #eeeee6 30%, #f3f3ee 30%, #f3f3ee 50%, #eeeee6 50%, #eeeee6 70%, #f3f3ee 70%, #f3f3ee);
  background-repeat: repeat;
  background-size: 20px 20px;
}

.c-news__body {
  width: 100%;
  max-height: 185px;
  overflow-y: scroll;
  border-radius: 5px;
  background-color: #fff;
}

.c-news__body--ttl {
  padding: 13px 0 13px 20px;
  border-bottom: 2px solid #eeeee6;
  color: #222;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-news__body--list {
  padding: 18px 30px;
}

.c-news__body--list li {
  padding: 0 20px;
}

.c-news__body--list li:not(:last-child) {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px dotted #eeeee6;
}

.c-news__body--list li a {
  display: block;
}

.c-news__body--list li a:hover .date,
.c-news__body--list li a:hover .detail {
  text-decoration: underline;
}

.c-news__body--item {
  display: flex;
}

.c-news__body--item .date,
.c-news__body--item .detail {
  display: inline;
  align-self: flex-start;
}

.c-news__body--item .date {
  margin-right: 30px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.8462;
}

.c-news__body--item .detail {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.c-feature {
  margin-top: 85px;
}

.c-feature__item {
  position: relative;
  margin-bottom: 160px;
}

.c-feature__item:nth-child(odd) .feature-text__ttl > h3 {
  margin-left: 50px;
}

.c-feature__item:nth-child(even) .feature-img {
  margin-right: auto;
  margin-left: 0;
}

.c-feature__item:nth-child(even) .feature-img__sub {
  right: -80px;
  left: auto;
}

.c-feature__item:nth-child(even) .feature-text__ttl h3 {
  margin-right: 30px;
}

.c-feature__item:nth-child(even) .feature-text__detail {
  right: 0;
}

.c-feature__item:nth-child(even) .feature-text__detail--inner {
  margin-right: 0;
  margin-left: auto;
}

.c-feature__item .feature-img {
  z-index: 10;
  position: relative;
  width: 48.3333%;
  margin-right: 0;
  margin-left: auto;
}

.c-feature__item .feature-img__main {
  width: 100%;
}

.c-feature__item .feature-img__sub {
  z-index: 15;
  position: absolute;
  bottom: -25px;
  left: -80px;
  width: 35.6322%;
}

.c-feature__item .feature-img__sub img {
  width: 100%;
  max-width: inherit;
}

.c-feature__item .feature-text {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: calc(100% + 50px);
}

.c-feature__item .feature-text__ttl {
  z-index: 20;
  position: relative;
  margin-top: 3.5%;
}

.c-feature__item .feature-text__ttl > h3 {
  -webkit-filter: drop-shadow(0px 0px 8px white);
  display: inline-block;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  line-height: 1.6667;
          filter: drop-shadow(0px 0px 8px white);
}

.c-feature__item .feature-text__detail {
  z-index: 5;
  position: absolute;
  bottom: 0;
  width: calc(100% - 50px);
  padding: 36px 50px;
  border-radius: 10px;
}

.c-feature__item .feature-text__detail--ttl {
  display: none;
}

.c-feature__item .feature-text__detail--inner {
  position: relative;
  width: 42.6882%;
}

.c-feature__item .feature-text__detail--inner p {
  display: inline;
  padding-bottom: 4px;
  border-bottom: 2px dotted #222;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.625;
}

.c-feature__item .feature-text__detail .feature-btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 200px;
  padding: 15px 60px 15px 40px;
  border: 2px solid #222;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.c-feature__item .feature-text__detail .feature-btn:hover .btn-arw:after {
  -webkit-animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
          animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
}

.c-feature__item .feature-text__detail .feature-btn .btn-arw {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 31px;
  height: 10px;
  margin: auto;
  overflow: hidden;
}

.c-feature__item .feature-text__detail .feature-btn .btn-arw:after {
  display: block;
  position: absolute;
  width: 31px;
  height: 10px;
  margin: auto;
  background-image: url(../img/common/arw-long.svg);
  background-size: contain;
  content: '';
}

.c-shoplist {
  padding: 85px 0;
  background-color: #f2f2ec;
}

.c-shoplist__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -25px;
}

.c-shoplist__body > li {
  display: flex;
  width: 23.1482%;
  max-width: 250px;
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: #fff;
}

.c-shoplist__body > li:not(:nth-child(4n)) {
  margin-right: 2.4074%;
}

.c-shoplist__body > li a {
  display: block;
  z-index: 15;
  position: relative;
  width: 100%;
}

.c-shoplist__body > li a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 11px;
  content: '';
  opacity: 0;
  transition: all 0.2s linear;
}

.c-shoplist__body > li a:hover:before {
  opacity: 0.3;
  transition: all 0.2s linear;
}

.c-shoplist__body > li .shop-img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.c-shoplist__body > li .shop-info {
  padding: 20px 20px 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7143;
}

.c-shoplist__body > li .shop-info__name {
  display: block;
  margin-bottom: 18px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.c-shoplist__body > li .shop-info__detail {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7143;
}

.c-shoplist__body > li .shop-info__tag {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 12px;
  border: 1px solid #a8a8a8;
  border-radius: 20px;
  color: #727272;
  font-size: 0.75rem;
  line-height: 1;
}

.c-major-nav {
  margin-bottom: 85px;
}

.c-major-nav__body {
  display: flex;
  justify-content: center;
}

.c-major-nav__body li {
  position: relative;
  width: 23.1482%;
  max-width: 250px;
  height: 0;
  padding-top: 23.1482%;
}

.c-major-nav__body li:not(:last-child) {
  margin-right: 2.7778%;
}

.c-major-nav__body li.is-current a {
  pointer-events: none;
}

.c-major-nav__body li.is-current a .nav-ol span {
  color: #fff;
}

.c-major-nav__body li.is-current a .nav-ol span:after {
  bottom: -4px;
  background-image: url(../img/common/arw-white.svg);
}

.c-major-nav__body li.is-invalid a {
  opacity: 0.5;
  pointer-events: none;
}

.c-major-nav__body li a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.c-major-nav__body li a:hover {
  transition: all 0.2s linear;
}

.c-major-nav__body li a:hover .nav-ol span {
  color: #fff;
  transition: all 0.2s linear;
}

.c-major-nav__body li a:hover .nav-ol span:after {
  bottom: -4px;
  background-image: url(../img/common/arw-white.svg);
  transition: all 0.2s linear;
}

.c-major-nav__body li a .nav-img {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  height: 64.8%;
  margin: auto;
  background-position: top center;
  background-size: cover;
}

.c-major-nav__body li a .nav-ol {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 35.2%;
  margin: auto;
  text-align: center;
  transition: all 0.2s linear;
}

.c-major-nav__body li a .nav-ol span {
  display: inline-block;
  position: relative;
  padding-bottom: 27px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: all 0.2s linear;
}

.c-major-nav__body li a .nav-ol span:after {
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 17px;
  margin: auto;
          transform: rotate(90deg);
  background-image: url(../img/common/arw-black.svg);
  background-size: contain;
  content: '';
  transition: all 0.2s linear;
}

.c-local-nav__body {
  display: flex;
  align-items: center;
}

.c-local-nav__body:not(:last-child) {
  margin-bottom: 20px;
}

.c-local-nav__body li {
  width: 100%;
  padding: 8px;
  border-left: 1px solid #bfbfbf;
  text-align: center;
}

.c-local-nav__body li:last-child {
  border-right: 1px solid #bfbfbf;
}

.c-local-nav__body li a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5556;
  transition: all 0.2s linear;
}

.c-local-nav__body li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.c-local-nav__body li a:hover:before {
  top: 4px;
  transition: all 0.2s linear;
}

.c-local-nav__body li a:before {
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 8px;
  height: 15px;
  margin: auto;
          transform: rotate(90deg);
  background-image: url(../img/common/arw-black.svg);
  background-size: cover;
  content: '';
  transition: all 0.2s linear;
}

#top .l-main {
  padding-top: 160px;
}

#top .c-textLinkLar a:before {
  background-image: url(../img/common/arw-gray.svg);
}

#top .c-mv {
  position: relative;
  height: auto;
  background-image: none;
}

#top .c-mv__img {
  padding-bottom: 66px;
}

#top .c-mv__img img {
  width: 100%;
  max-width: inherit;
}

#top .c-mv #wave-mv {
  -webkit-animation: topwave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  bottom: 0;
  width: 6752px;
  height: 136px;
          transform: translate3d(0, 0, 0);
  background-image: url(../img/top/wave-mv.svg);
  background-repeat: repeat-x;
  background-size: contain;
          animation: topwave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

#top .p-top-today {
  position: relative;
  margin-bottom: 40px;
  padding: 25px 30px;
  border-radius: 15px;
  background-color: #f2f2ec;
}

#top .p-top-today__ttl {
  font-display: swap;
  position: absolute;
  top: -11px;
  left: 33px;
  padding-left: 51px;
  font-family: 'Dosis',sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

#top .p-top-today__ttl:before {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 36px;
  height: 37px;
  background-image: url(../img/common/item-ship.svg);
  background-size: contain;
  content: '';
}

#top .p-top-today__ttl--date {
  margin-right: 10px;
}

#top .p-top-today__body li {
  display: flex;
}

#top .p-top-today__body li:not(:last-child) {
  margin-bottom: 7px;
}

#top .p-top-today__body li dl {
  display: table;
}

#top .p-top-today__body li dt, #top .p-top-today__body li dd {
  display: table-cell;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7143;
}

#top .p-top-today__body li dt {
  width: 15rem;
  padding-right: 30px;
  font-weight: bold;
}

#top .p-top-info {
  margin-bottom: 40px;
}

#top .p-top-info__ttl {
  position: relative;
  margin-bottom: 40px;
}

#top .p-top-info__ttl:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 120px);
  height: 26px;
  margin: 0 auto;
  margin: auto;
  background-image: radial-gradient(#b6b6ac 20%, #fff 20%);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 10px 12px;
  content: '';
}

#top .p-top-info__ttl--text {
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
}

#top .p-top-info__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#top .p-top-info__list li {
  width: 31.9444%;
}

#top .p-top-info__list li.restaurant .thumb .thumb__detail--ttl {
  background-color: #f19cbd;
}

#top .p-top-info__list li.enjoy .thumb .thumb__detail--ttl {
  background-color: #9ed8f0;
}

#top .p-top-info__list li.seasidespa .thumb .thumb__detail--ttl {
  background-color: #a0d3d4;
}

#top .p-top-info__list li.omiyage .thumb .thumb__detail--ttl {
  background-color: #fbf24d;
}

#top .p-top-info__list li.sitescene .thumb .thumb__detail--ttl {
  background-color: #f19cbd;
}

#top .p-top-info__list li a {
  display: block;
  transition: all 0.2s linear;
}

#top .p-top-info__list li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

#top .p-top-info__list li .date {
  margin-bottom: 12px;
  color: #b2b2b2;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
}

#top .p-top-info__list li .thumb {
  display: flex;
}

#top .p-top-info__list li .thumb__img {
  width: 46.2687%;
  margin-right: 4.4776%;
}

#top .p-top-info__list li .thumb__img img {
  border-radius: 10px;
}

#top .p-top-info__list li .thumb__detail {
  width: 52.2388%;
}

#top .p-top-info__list li .thumb__detail--ttl {
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 8px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top .p-top-info__list li .thumb__detail--text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7143;
}

#top .p-top-info .c-textLinkLar {
  margin-right: 30px;
}

#top .p-top-event {
  padding: 20px 0;
  background-image: linear-gradient(-45deg, #f2f2ec 25%, #eeeee5 25%, #eeeee5 50%, #f2f2ec 50%, #f2f2ec 75%, #eeeee5 75%, #eeeee5);
  background-repeat: repeat;
  background-size: 20px 20px;
}

#top .p-top-event__body {
  width: 98.1482%;
  padding: 5px;
  border-radius: 15px;
  background-color: #fff;
}

#top .p-top-event__body--inner {
  border: 2px dotted #b6b6ac;
  border-radius: 10px;
}

#top .p-top-event__body .event-body {
  display: flex;
}

#top .p-top-event__body .event-body__ttl {
  position: relative;
  flex: 220 1;
  min-width: 360px;
  padding: 30px 60px 0;
  text-align: center;
}

#top .p-top-event__body .event-body__ttl--en {
  font-display: swap;
  margin-bottom: 20px;
  color: #c3c3b6;
  font-family: 'Dosis',sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top .p-top-event__body .event-body__ttl--ja {
  margin-bottom: 25px;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

#top .p-top-event__body .event-body__ttl--img {
  width: 100%;
}

#top .p-top-event__body .event-body__ttl--kamomeR {
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 21px;
  right: 70px;
  width: 30px;
          transform: rotateY(180deg);
}

#top .p-top-event__body .event-body__ttl--kamomeL {
  position: absolute;
  bottom: 48px;
  left: 58px;
  width: 30px;
}

#top .p-top-event__body .event-body__detail {
  display: flex;
  flex: 650 1;
  flex-direction: column;
  justify-content: center;
  padding: 25px 30px 25px 0;
}

#top .p-top-event__body .event-body__detail .event-ttl {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.625;
}

#top .p-top-event__body .event-body__detail .event-detail {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.625;
}

#top .p-top-sec {
  z-index: 20;
  position: relative;
  padding: 200px 0 0;
}

#top .p-top-sec.restaurant {
  padding-top: 100px;
}

#top .p-top-sec.restaurant .sec-ttl__main--ico .ico {
  width: 75px;
}

#top .p-top-sec.restaurant .sec-ttl__main--ico .tri {
  top: -35px;
  right: calc(50% - 125px);
}

#top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-i {
  width: 42px;
}

#top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-zu {
  width: 39px;
}

#top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-wo {
  width: 32px;
}

#top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-ta {
  width: 40px;
}

#top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-be {
  width: 39px;
}

#top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-ru {
  width: 31px;
}

#top .p-top-sec.restaurant .c-btn-arw:hover {
  background-color: #f19cbd;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__body {
  height: 510px;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item:hover .item-img {
  border-color: #f19cbd;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item.first {
  top: 0;
  right: 16.0284%;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item.first .item-text {
  top: 5px;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item.first .item-img {
  background-image: url(../img/top/top-restaurant03.jpg);
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item.second {
  top: 245px;
  right: 49.5035%;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item.second .item-text {
  top: -35px;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item.second .item-img {
  background-image: url(../img/top/top-restaurant01.jpg);
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item.third {
  top: 297px;
  right: 1.844%;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item.third .item-text {
  top: -35px;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item.third .item-img {
  background-image: url(../img/top/top-restaurant02.jpg);
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item .item-text__link {
  background-color: #f8cdde;
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item .item-text__link:after {
  background-image: radial-gradient(#222 24%, #f8cdde 40%);
}

#top .p-top-sec.restaurant .sec-btn .sec-btn__item .item-img:before {
  background-color: #f8cdde;
}

#top .p-top-sec.enjoy {
  background-color: #e6f5fb;
}

#top .p-top-sec.enjoy .p-top-sec__body {
  flex-direction: row-reverse;
}

#top .p-top-sec.enjoy .sec-ttl__main--ico .ico {
  width: 78px;
}

#top .p-top-sec.enjoy .sec-ttl__main--ico .tri {
  top: 0;
  right: calc(50% - 100px);
}

#top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-aso {
  width: 42px;
}

#top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-bu {
  width: 39px;
}

#top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-dot {
  width: 10px;
  margin: 0 15px;
}

#top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-su {
  width: 41px;
}

#top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-go {
  width: 36px;
}

#top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-su2 {
  width: 35px;
}

#top .p-top-sec.enjoy .c-btn-arw:hover {
  background-color: #9ed8f0;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__body {
  height: 550px;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item:hover .item-img {
  border-color: #9ed8f0;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item.first {
  top: 0;
  left: 46.8085%;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item.first .item-text {
  top: 45px;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item.first .item-img {
  background-image: url(../img/top/top-enjoy01.jpg);
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item.second {
  top: 285px;
  left: 13.0497%;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item.second .item-text {
  top: -34px;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item.second .item-img {
  background-image: url(../img/top/top-enjoy02.jpg);
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item.third {
  top: 336px;
  left: 60.9929%;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item.third .item-text {
  top: -35px;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item.third .item-img {
  background-image: url(../img/top/top-enjoy03.jpg);
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item .item-text__link {
  background-color: #fff;
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item .item-text__link:after {
  background-image: radial-gradient(#222 24%, #fff 40%);
}

#top .p-top-sec.enjoy .sec-btn .sec-btn__item .item-img:before {
  background-color: #ceebf7;
}

#top .p-top-sec.seasidespa .sec-ttl__main--ico .ico {
  width: 64px;
}

#top .p-top-sec.seasidespa .sec-ttl__main--ico .tri {
  top: 5px;
  right: calc(50% - 100px);
}

#top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-on {
  width: 41px;
}

#top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-sen {
  width: 41px;
}

#top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-de {
  width: 35px;
  margin: 0 5px;
}

#top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-ku {
  width: 23px;
  margin: 0 5px;
}

#top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-tsu {
  width: 38px;
  margin: 0 5px;
}

#top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-ro {
  width: 32px;
  margin: 0 5px;
}

#top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-gu {
  width: 32px;
  margin: 0 5px;
}

#top .p-top-sec.seasidespa .c-btn-arw:hover {
  background-color: #a0d3d4;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__body {
  height: 510px;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item:hover .item-img {
  border-color: #41a8a9;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item.first {
  top: 0;
  right: 15.8865%;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item.first .item-text {
  top: -35px;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item.first .item-img {
  background-image: url(../img/top/top-seasidespa01.jpg);
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item.second {
  top: 240px;
  right: 49.5035%;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item.second .item-text {
  top: -34px;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item.second .item-img {
  background-image: url(../img/top/top-seasidespa02.jpg);
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item.third {
  top: 293px;
  right: 1.9858%;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item.third .item-text {
  top: -35px;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item.third .item-img {
  background-image: url(../img/top/top-seasidespa03.jpg);
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item .item-text__link {
  background-color: #a0d3d4;
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item .item-text__link:after {
  background-image: radial-gradient(#222 24%, #a0d3d4 40%);
}

#top .p-top-sec.seasidespa .sec-btn .sec-btn__item .item-img:before {
  background-color: #a0d3d4;
}

#top .p-top-sec.omiyage {
  background-color: #fffdde;
}

#top .p-top-sec.omiyage .p-top-sec__body {
  flex-direction: row-reverse;
}

#top .p-top-sec.omiyage .sec-ttl__main--ico .ico {
  width: 78px;
}

#top .p-top-sec.omiyage .sec-ttl__main--ico .tri {
  top: -10px;
  right: calc(50% - 105px);
}

#top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-o {
  width: 38px;
}

#top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-mi {
  width: 39px;
}

#top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-ya {
  width: 41px;
}

#top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-wo {
  width: 33px;
  margin: 0 5px;
}

#top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-ka {
  width: 36px;
}

#top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-u {
  width: 26px;
}

#top .p-top-sec.omiyage .c-btn-arw:hover {
  background-color: #fbf24d;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__body {
  height: 510px;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item:hover .item-img {
  border-color: #fbf24d;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item.first {
  top: 0;
  left: 46.8085%;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item.first .item-text {
  top: 5px;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item.first .item-img {
  background-image: url(../img/top/top-omiyage03.jpg);
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item.second {
  top: 246px;
  left: 13.617%;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item.second .item-text {
  top: -34px;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item.second .item-img {
  background-image: url(../img/top/top-omiyage01.jpg);
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item.third {
  top: 298px;
  left: 61.2766%;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item.third .item-text {
  top: -35px;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item.third .item-img {
  background-image: url(../img/top/top-omiyage02.jpg);
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item .item-text__link {
  background-color: #fff;
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item .item-text__link:after {
  background-image: radial-gradient(#222 24%, #fff 40%);
}

#top .p-top-sec.omiyage .sec-btn .sec-btn__item .item-img:before {
  background-color: #fdf8a6;
}

#top .p-top-sec.sitescene {
  padding-bottom: 100px;
}

#top .p-top-sec.sitescene .sec-ttl__main--ico .ico {
  width: 83px;
}

#top .p-top-sec.sitescene .sec-ttl__main--ico .tri {
  top: -45px;
  right: calc(50% - 125px);
}

#top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-i {
  width: 42px;
}

#top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-zu {
  width: 39px;
}

#top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-wo {
  width: 33px;
}

#top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-shi {
  width: 39px;
}

#top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-ru {
  width: 31px;
}

#top .p-top-sec.sitescene .c-btn-arw:hover {
  background-color: #f8cdde;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__body {
  height: 510px;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item:hover .item-img {
  border-color: #f19cbd;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item.first {
  top: 0;
  right: 15.8865%;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item.first .item-text {
  top: -35px;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item.first .item-img {
  background-image: url(../img/top/top-sitescene01.jpg);
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item.second {
  top: 246px;
  right: 49.5035%;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item.second .item-text {
  top: 5px;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item.second .item-img {
  background-image: url(../img/top/top-sitescene02.jpg);
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item.third {
  top: 293px;
  right: 1.9858%;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item.third .item-text {
  top: 5px;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item.third .item-img {
  background-image: url(../img/top/top-sitescene03.jpg);
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item .item-text__link {
  background-color: #f8cdde;
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item .item-text__link:after {
  background-image: radial-gradient(#222 24%, #f8cdde 40%);
}

#top .p-top-sec.sitescene .sec-btn .sec-btn__item .item-img:before {
  background-color: #f8cdde;
}

#top .p-top-sec__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top .p-top-sec__body .sec-ttl {
  flex: 375 1;
  text-align: center;
}

#top .p-top-sec__body .sec-ttl__en {
  margin-bottom: 50px;
  text-align: center;
}

#top .p-top-sec__body .sec-ttl__en--body {
  font-display: swap;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  font-family: 'Dosis',sans-serif;
  font-weight: 400;
}

#top .p-top-sec__body .sec-ttl__en--body:before, #top .p-top-sec__body .sec-ttl__en--body:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 15px;
  border-radius: 1px;
  background-color: #222;
  content: '';
}

#top .p-top-sec__body .sec-ttl__en--body:before {
  -webkit-transform: rotate(-20deg);
  left: 2px;
          transform: rotate(-20deg);
}

#top .p-top-sec__body .sec-ttl__en--body:after {
  -webkit-transform: rotate(20deg);
  right: 2px;
          transform: rotate(20deg);
}

#top .p-top-sec__body .sec-ttl__en--body span {
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0;
}

#top .p-top-sec__body .sec-ttl__main {
  margin-bottom: 45px;
}

#top .p-top-sec__body .sec-ttl__main--ico {
  z-index: 5;
  position: relative;
  margin: 0 auto 45px;
}

#top .p-top-sec__body .sec-ttl__main--ico img {
  opacity: 0;
}

#top .p-top-sec__body .sec-ttl__main--ico .tri {
  display: block;
  z-index: -1;
  position: absolute;
  width: 140px;
  height: 140px;
  background-size: contain;
}

#top .p-top-sec__body .sec-ttl__main--ja {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#top .p-top-sec__body .sec-ttl__main--ja img {
  display: inline-block;
  width: 100%;
  max-width: inherit;
  margin: 0 4px;
  vertical-align: middle;
  opacity: 0;
}

#top .p-top-sec__body .sec-ttl .c-btn-arw {
  opacity: 0;
}

#top .p-top-sec__body .sec-btn {
  flex: 705 1;
  width: 65.2778%;
}

#top .p-top-sec__body .sec-btn .arw_box {
  display: none;
}

#top .p-top-sec__body .sec-btn__body {
  position: relative;
}

#top .p-top-sec__body .sec-btn__body .slick-list {
  padding-top: 16px;
}

#top .p-top-sec__body .sec-btn__body .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

#top .p-top-sec__body .sec-btn__body .slick-dots li {
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #d2d2d2;
}

#top .p-top-sec__body .sec-btn__item {
  display: block;
  position: absolute;
  width: 214px;
  transition: all 0.2s linear;
}

#top .p-top-sec__body .sec-btn__item.is-hide {
  opacity: 0;
}

#top .p-top-sec__body .sec-btn__item:hover .btn-arw:after {
  -webkit-animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
          animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
}

#top .p-top-sec__body .sec-btn__item:hover .item-img {
  transition: all 0.2s linear;
}

#top .p-top-sec__body .sec-btn__item:hover .item-img:before {
  opacity: 0.3;
  transition: all 0.2s linear;
}

#top .p-top-sec__body .sec-btn__item .item-text {
  z-index: 10;
  position: absolute;
  left: -75px;
}

#top .p-top-sec__body .sec-btn__item .item-text__ttl {
  -webkit-filter: drop-shadow(0px 0px 3px white);
  margin-bottom: 25px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
          filter: drop-shadow(0px 0px 3px white);
}

#top .p-top-sec__body .sec-btn__item .item-text__link {
  display: inline-block;
  position: relative;
  padding: 10px 50px 12px 10px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top .p-top-sec__body .sec-btn__item .item-text__link:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  margin: auto;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 6px 8px;
  content: '';
}

#top .p-top-sec__body .sec-btn__item .item-text__link .btn-arw {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 31px;
  height: 10px;
  margin: auto;
  overflow: hidden;
}

#top .p-top-sec__body .sec-btn__item .item-text__link .btn-arw:after {
  display: block;
  position: absolute;
  width: 31px;
  height: 10px;
  margin: auto;
  background-image: url(../img/common/arw-long.svg);
  background-size: contain;
  content: '';
}

#top .p-top-sec__body .sec-btn__item .item-img {
  box-sizing: initial;
  display: block;
  z-index: 5;
  position: relative;
  width: 204px;
  height: 204px;
  overflow: hidden;
  border: 5px solid #eeeee5;
  border-radius: 50%;
  background-size: cover;
  transition: all 0.2s linear;
}

#top .p-top-sec__body .sec-btn__item .item-img:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  content: '';
  opacity: 0;
  transition: all 0.2s linear;
}

#top .p-top-sec__body .sp-btn {
  display: none;
}

#top .p-top-howtofun {
  position: relative;
  padding: 110px 0 85px;
}

#top .p-top-howtofun:before {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  width: calc(100% - 88px);
  height: 10px;
  margin: auto;
  background-image: url(../img/major/common/bg-mainttl.png);
  background-repeat: repeat-x;
  background-size: contain;
  content: '';
}

#top .p-top-howtofun .sec-ttl {
  margin-bottom: 60px;
  text-align: center;
}

#top .p-top-howtofun .sec-ttl__sub {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding: 0 30px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top .p-top-howtofun .sec-ttl__sub:before, #top .p-top-howtofun .sec-ttl__sub:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 15px;
  border-radius: 1px;
  background-color: #222;
  content: '';
}

#top .p-top-howtofun .sec-ttl__sub:before {
  -webkit-transform: rotate(-20deg);
  left: 2px;
          transform: rotate(-20deg);
}

#top .p-top-howtofun .sec-ttl__sub:after {
  -webkit-transform: rotate(20deg);
  right: 2px;
          transform: rotate(20deg);
}

#top .p-top-howtofun .sec-ttl__main {
  display: block;
}

#top .p-top-insta {
  position: relative;
  padding: 85px 0;
}

#top .p-top-insta:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-image: linear-gradient(-45deg, #f2f2ec 30%, #eeeee5 30%, #eeeee5 50%, #f2f2ec 50%, #f2f2ec 80%, #eeeee5 80%, #eeeee5);
  background-repeat: repeat;
  background-size: 20px 20px;
  content: '';
}

#top .p-top-insta__ttl {
  position: relative;
  margin-bottom: 40px;
  padding: 0 38.8889%;
  text-align: center;
}

#top .p-top-insta__ttl:before, #top .p-top-insta__ttl:after {
  display: block;
  position: absolute;
  top: 0;
  width: 35.6482%;
  height: 13.5065%;
  min-height: 52px;
  background-size: contain;
  content: '';
}

#top .p-top-insta__ttl:before {
  left: 0;
  background-image: url(../img/top/img-flagL.png);
}

#top .p-top-insta__ttl:after {
  right: 0;
  background-image: url(../img/top/img-flagR.png);
}

#top .p-top-insta__ttl--text {
  margin-bottom: 28px;
}

#top .p-top-insta__ttl--text span {
  font-display: swap;
  display: inline-block;
  position: relative;
  padding: 0 40px;
  font-family: 'Dosis',sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

#top .p-top-insta__ttl--text span:before, #top .p-top-insta__ttl--text span:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 15px;
  border-radius: 1px;
  background-color: #222;
  content: '';
}

#top .p-top-insta__ttl--text span:before {
  -webkit-transform: rotate(-20deg);
  left: 2px;
          transform: rotate(-20deg);
}

#top .p-top-insta__ttl--text span:after {
  -webkit-transform: rotate(20deg);
  right: 2px;
          transform: rotate(20deg);
}

#top .p-top-insta__ttl--ico {
  width: 50px;
  margin: 0 auto;
}

#top .p-top-insta #sb_instagram #sbi_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 64.8148%;
  margin: 0 auto 60px;
  float: none;
}

#top .p-top-insta #sb_instagram #sbi_images .sbi_item {
  width: 33.33%;
  padding: 10px;
}

#top .p-top-insta #sb_instagram #sbi_images .sbi_item img {
  width: 100%;
  max-width: inherit;
}

#top .p-top-insta__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 59.2593%;
  margin: 0 auto 60px;
}

#top .p-top-insta__list li {
  width: 31.25%;
  margin-bottom: 20px;
}

#top .p-top-insta__list li a {
  display: block;
  position: relative;
}

#top .p-top-insta__list li a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff7f9;
  content: '';
  opacity: 0;
  transition: all 0.2s linear;
}

#top .p-top-insta__list li a:hover:before {
  opacity: 0.4;
  transition: all 0.2s linear;
}

#top .p-top-facilities {
  padding: 80px 0;
  background-image: url(../img/top/bg-facilities.jpg);
  background-position: center;
  background-size: cover;
}

#top .p-top-facilities__ttl {
  margin-bottom: 50px;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

#top .p-top-facilities__link {
  display: flex;
}

#top .p-top-facilities__link li {
  width: 220px;
}

#top .p-top-facilities__link li:not(:last-child) {
  margin-right: 10px;
}

#top .p-top-facilities__link li a {
  display: block;
  position: relative;
  padding: 23px 60px;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top .p-top-facilities__link li a:hover {
  transition: all 0.2s linear;
}

#top .p-top-facilities__link li a:hover .btn-arw:after {
  -webkit-animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
          animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
}

#top .p-top-facilities__link li a .btn-arw {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 31px;
  height: 10px;
  margin: auto;
  overflow: hidden;
}

#top .p-top-facilities__link li a .btn-arw:after {
  display: block;
  position: absolute;
  width: 31px;
  height: 10px;
  margin: auto;
  background-image: url(../img/common/arw-long.svg);
  background-size: contain;
  content: '';
}

#top .wave-sec-top {
  -webkit-animation: topwave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  display: block;
  z-index: 30;
  position: absolute;
  position: absolute;
  top: 0;
  width: 6752px;
  height: 150px;
          transform: translate3d(0, 0, 0);
  background-repeat: repeat-x;
  background-size: contain;
          animation: topwave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

#top .wave-sec-top.white {
  background-image: url(../img/top/wave-w.svg);
}

#top .wave-sec-top.blue {
  background-image: url(../img/top/wave-b.svg);
}

#top .wave-sec-top.yellow {
  background-image: url(../img/top/wave-y.svg);
}

#top .l-footer {
  margin-top: 20px;
}

#restaurant .c-bdrBox {
  border-color: #f19cbd;
}

#restaurant .c-mv.top {
  background-image: url(../img/major/restaurant/img-kv.jpg);
}

#restaurant .c-mv.pickup {
  background-image: url(../img/major/restaurant/pickup/img-kv.jpg);
}

#restaurant .c-mv.gourme {
  background-image: url(../img/major/restaurant/img-kv.jpg);
}

#restaurant .c-mv.raku {
  background-image: url(../img/major/restaurant/raku/img-kv.jpg);
}

#restaurant .c-mv.izukougenbeer {
  background-image: url(../img/major/restaurant/izukougenbeer/img-kv.jpg);
}

#restaurant .c-mv.izutarou {
  background-image: url(../img/major/restaurant/izutarou/img-kv.jpg);
}

#restaurant .c-mv.jan {
  background-image: url(../img/major/restaurant/jan/img-kv.jpg);
}

#restaurant .c-mv.banban {
  background-image: url(../img/major/restaurant/banban/img-kv.jpg);
}

#restaurant .c-mv.sparestaurant {
  background-image: url(../img/major/restaurant/sparestaurant/img-kv.jpg);
}

#restaurant .c-mv.izuhamayakihonpo {
  background-image: url(../img/major/restaurant/izuhamayakihonpo/img-kv.jpg);
}

#restaurant .c-mv.izukougenice {
  background-image: url(../img/major/restaurant/izukougenice/img-kv.jpg);
}

#restaurant .c-mv.asagiri {
  background-image: url(../img/major/restaurant/asagiri/img-kv.jpg);
}

#restaurant .c-mv.sazanka {
  background-image: url(../img/major/restaurant/sazanka/img-kv.jpg);
}

#restaurant .c-mv .c-mv__ttl:before {
  z-index: 15;
  left: 14px;
  width: 70px;
  height: 71px;
  background-image: url(../img/common/ico-nav_restaurant.svg);
}

#restaurant .c-mv .c-mv__ttl:after {
  z-index: 10;
  top: -8px;
  left: 48px;
  width: 65px;
  height: 65px;
  background-image: url(../img/common/tri-pink.svg);
}

#restaurant .c-mv .c-mv__ttl .ttl-ja {
  width: 235px;
}

#restaurant .feature-text__detail {
  background-color: #fbe6ee;
}

#restaurant .feature-btn {
  background-color: #f19cbd;
}

#restaurant .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, rgba(241, 156, 189, 0.5) 65%);
}

#restaurant .c-tertTtl span:before {
  background-color: #f19cbd;
}

#restaurant .c-textLinkLar a:before {
  background-image: url(../img/common/arw-pink.svg);
}

#restaurant .c-tab__btn .is-active a {
  border-color: #f19cbd;
  background-color: #f19cbd;
}

#restaurant .c-tab__btn a:after {
  border-color: #f19cbd transparent transparent transparent;
}

#restaurant .c-tab__btn a:hover {
  border-color: #f19cbd;
  background-color: #f19cbd;
}

#restaurant .c-mixBoxThumb:after {
  background-color: #fbe6ee;
}

#restaurant .c-flow__list li:not(:last-child):after {
  background-image: url(../img/common/arw-pink.svg);
}

#restaurant .c-linkList li a:before {
  background-image: url(../img/common/arw-pink.svg);
}

#restaurant .c-shoplist__body li a:before {
  background-color: #fbe6ee;
}

#restaurant .c-btn-round {
  border: 1px solid #f19cbd;
}

#restaurant .c-btn-round span:before {
  background-image: url(../img/common/arw-pink.svg);
}

#restaurant .c-pickup__more .c-btn-arw {
  background-color: #f19cbd;
}

#restaurant .c-local-nav__body a:before {
  background-image: url(../img/common/arw-pink.svg);
}

#restaurant .c-rowBoxThumb.tplList a:hover .ttl,
#restaurant .c-rowBoxThumb.tplList a:hover .text {
  color: #f19cbd;
  transition: all 0.2s linear;
}

#restaurant .c-rowBoxThumb.tplList .text:before {
  background-image: url(../img/common/arw-pink.svg);
}

#enjoy .c-bdrBox {
  border-color: #9ed8f0;
}

#enjoy .c-mv.top {
  background-image: url(../img/major/enjoy/img-kv.jpg);
}

#enjoy .c-mv.cruise {
  background-image: url(../img/major/enjoy/cruise/img-kv.jpg);
}

#enjoy .c-mv.footspa {
  background-image: url(../img/major/enjoy/footspa/img-kv.jpg);
}

#enjoy .c-mv.promenade {
  background-image: url(../img/major/enjoy/promenade/img-kv.jpg);
}

#enjoy .c-mv .c-mv__ttl:before {
  z-index: 15;
  top: -12px;
  left: 10px;
  width: 78px;
  height: 78px;
  background-image: url(../img/common/ico-nav_enjoy.svg);
}

#enjoy .c-mv .c-mv__ttl:after {
  z-index: 10;
  top: 0;
  left: 32px;
  width: 60px;
  height: 63px;
  background-image: url(../img/common/tri-blue.svg);
}

#enjoy .c-mv .c-mv__ttl .ttl-ja {
  width: 235px;
}

#enjoy .c-feature__item.yuransen .feature-img__sub:before {
  display: block;
  position: absolute;
  top: -58px;
  left: -4px;
  width: 103px;
  height: 78px;
  background-image: url(../img/major/enjoy/illust-enjoy01.png);
  background-size: contain;
  content: '';
}

#enjoy .c-feature__item.ashiyu {
  margin-bottom: 190px;
}

#enjoy .c-feature__item.ashiyu .feature-img__sub:before {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 74px;
  height: 69px;
  background-image: url(../img/major/enjoy/illust-enjoy02.png);
  background-size: contain;
  content: '';
}

#enjoy .c-feature__item.ashiyu .feature-img__sub {
  right: -7.6628%;
  bottom: -34.4828%;
}

#enjoy .c-feature__item.ashiyu .ashiyu-btn {
  display: block;
  z-index: 20;
  position: absolute;
  right: 21.0728%;
  bottom: -34.4828%;
  width: 27.2031%;
  height: 0;
  padding-top: 27.2031%;
}

#enjoy .c-feature__item.ashiyu .ashiyu-btn:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}

#enjoy .c-feature__item.ashiyu .ashiyu-btn:hover .btn-arw:after {
  -webkit-animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
          animation: arwAnimation 0.6s cubic-bezier(0.78, 0.07, 0, 1) normal;
}

#enjoy .c-feature__item.ashiyu .ashiyu-btn:before, #enjoy .c-feature__item.ashiyu .ashiyu-btn:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  content: '';
}

#enjoy .c-feature__item.ashiyu .ashiyu-btn:before {
  z-index: 10;
  background-image: url(../img/major/enjoy/bg-ashiyu.png);
  transition: all 0.2s linear;
}

#enjoy .c-feature__item.ashiyu .ashiyu-btn:after {
  z-index: 5;
  background-image: url(../img/major/enjoy/bg-ashiyu_hover.png);
}

#enjoy .c-feature__item.ashiyu .ashiyu-btn .btn-arw {
  z-index: 15;
  position: absolute;
  right: 0;
  bottom: 18.3099%;
  left: 0;
  width: 31px;
  height: 10px;
  margin: auto;
  overflow: hidden;
}

#enjoy .c-feature__item.ashiyu .ashiyu-btn .btn-arw:after {
  display: block;
  position: absolute;
  width: 31px;
  height: 10px;
  margin: auto;
  background-image: url(../img/common/arw-long.svg);
  background-size: contain;
  content: '';
}

#enjoy .c-feature__item.yuhodo .feature-img__sub:before {
  display: block;
  position: absolute;
  top: -70px;
  left: -3px;
  width: 102px;
  height: 87px;
  background-image: url(../img/major/enjoy/illust-enjoy03.png);
  background-size: contain;
  content: '';
}

#enjoy .feature-text__detail {
  background-color: #e6f5fb;
}

#enjoy .feature-btn {
  background-color: #9ed8f0;
}

#enjoy .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, rgba(158, 216, 240, 0.5) 65%);
}

#enjoy .c-tertTtl span:before {
  background-color: #9ed8f0;
}

#enjoy .c-textLinkLar a:before {
  background-image: url(../img/common/arw-blue.svg);
}

#enjoy .l-leadSec {
  margin-bottom: 0;
}

#enjoy .c-tab__btn .is-active a {
  border-color: #9ed8f0;
  background-color: #9ed8f0;
}

#enjoy .c-tab__btn a:after {
  border-color: #9ed8f0 transparent transparent transparent;
}

#enjoy .c-tab__btn a:hover {
  border-color: #9ed8f0;
  background-color: #9ed8f0;
}

#enjoy .c-mixBoxThumb:after {
  background-color: #e6f5fb;
}

#enjoy .c-linkList li a:before {
  background-image: url(../img/common/arw-blue.svg);
}

#enjoy .p-promenade-rbnList {
  display: flex;
  margin-bottom: 10px;
}

#enjoy .p-promenade-rbnList li {
  margin-bottom: 20px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

#enjoy .p-promenade-rbnList li:not(:last-child) {
  margin-right: 60px;
}

#enjoy .p-promenade-rbnList li .ccl {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
}

#enjoy .p-promenade-rbnList li .ccl.green {
  background-color: #22ac38;
}

#enjoy .p-promenade-rbnList li .ccl.yellow {
  background-color: #fff100;
}

#enjoy .p-promenade-rbnList li .ccl.red {
  background-color: #e60012;
}

#enjoy .p-promenade-rbnList li .ccl.pink {
  background-color: #eb6877;
}

#enjoy .p-promenade-rbnList li .ccl.blue {
  background-color: #0068b7;
}

#enjoy .p-promenade-rbnList li .ccl.purple {
  background-color: #8957a1;
}

#omiyage .c-bdrBox {
  border-color: #fbf24d;
}

#omiyage .c-mv.top {
  background-image: url(../img/major/omiyage/img-kv.jpg);
}

#omiyage .c-mv.pickup {
  background-image: url(../img/major/omiyage/pickup/img-kv.jpg);
}

#omiyage .c-mv.omiyagelist {
  background-image: url(../img/major/omiyage/img-kv.jpg);
}

#omiyage .c-mv.kaiyu {
  background-image: url(../img/major/omiyage/kaiyu/img-kv.jpg);
}

#omiyage .c-mv.gion {
  background-image: url(../img/major/omiyage/gion/img-kv.jpg);
}

#omiyage .c-mv.isomaru {
  background-image: url(../img/major/omiyage/isomaru/img-kv.jpg);
}

#omiyage .c-mv.izuchu {
  background-image: url(../img/major/omiyage/izuchu/img-kv.jpg);
}

#omiyage .c-mv.melrose {
  background-image: url(../img/major/omiyage/melrose/img-kv.jpg);
}

#omiyage .c-mv.sabou {
  background-image: url(../img/major/omiyage/sabou/img-kv.jpg);
}

#omiyage .c-mv.shop {
  background-image: url(../img/major/omiyage/shop/img-kv.jpg);
}

#omiyage .c-mv.isshin {
  background-image: url(../img/major/omiyage/isshin/img-kv.jpg);
}

#omiyage .c-mv.dolphine {
  background-image: url(../img/major/omiyage/dolphine/img-kv.jpg);
}

#omiyage .c-mv.ideyukko {
  background-image: url(../img/major/omiyage/ideyukko/img-kv.jpg);
}

#omiyage .c-mv .c-mv__ttl:before {
  z-index: 15;
  top: -4px;
  left: 15px;
  width: 75px;
  height: 67px;
  background-image: url(../img/common/ico-nav_omiyage.svg);
}

#omiyage .c-mv .c-mv__ttl:after {
  z-index: 10;
  top: -4px;
  left: 45px;
  width: 59px;
  height: 67px;
  background-image: url(../img/common/tri-yellow.svg);
}

#omiyage .c-mv .c-mv__ttl .ttl-ja {
  width: 230px;
}

#omiyage .feature-text__detail {
  background-color: #fefcd5;
}

#omiyage .feature-btn {
  background-color: #fbf24d;
}

#omiyage .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, rgba(251, 242, 77, 0.5) 65%);
}

#omiyage .c-tertTtl span:before {
  background-color: #fbf24d;
}

#omiyage .c-textLinkLar a:before {
  background-image: url(../img/common/arw-yellow.svg);
}

#omiyage .c-mixBoxThumb:after {
  background-color: #fefcd5;
}

#omiyage .c-linkList li a:before {
  background-image: url(../img/common/arw-yellow.svg);
}

#omiyage .c-shoplist__body li a:before {
  background-color: #fefcd5;
}

#omiyage .c-shoplist__body li a .shop-info__cat {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 8px;
  background-color: #fdf8a6;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.3333;
}

#omiyage .c-btn-round {
  border: 1px solid #fbf24d;
}

#omiyage .c-btn-round span:before {
  background-image: url(../img/common/arw-yellow.svg);
}

#omiyage .c-pickup__more .c-btn-arw {
  background-color: #fbf24d;
}

#omiyage .c-local-nav__body a:before {
  background-image: url(../img/common/arw-yellow-d.svg);
}

#omiyage .c-rowBoxThumb.tplList a:hover .ttl,
#omiyage .c-rowBoxThumb.tplList a:hover .text {
  color: #c8bf1b;
  transition: all 0.2s linear;
}

#omiyage .c-rowBoxThumb.tplList .text:before {
  background-image: url(../img/common/arw-yellow-d.svg);
}

#seasidespa .c-bdrBox {
  border-color: #41a8a9;
}

#seasidespa .c-mv.top {
  background-image: url(../img/major/seasidespa/img-kv.jpg);
}

#seasidespa .c-mv.aboutspa {
  background-image: url(../img/major/seasidespa/aboutspa/img-kv.jpg);
}

#seasidespa .c-mv.healing {
  background-image: url(../img/major/seasidespa/healing/img-kv.jpg);
}

#seasidespa .c-mv.inquiry {
  background-image: url(../img/major/seasidespa/img-kv.jpg);
}

#seasidespa .c-mv.inqform {
  background-image: url(../img/major/seasidespa/img-kv.jpg);
}

#seasidespa .c-mv .c-mv__ttl:before {
  z-index: 15;
  top: -8px;
  left: 20px;
  width: 62px;
  height: 69px;
  background-image: url(../img/common/ico-nav_seasidespa.svg);
}

#seasidespa .c-mv .c-mv__ttl:after {
  z-index: 10;
  top: 0;
  left: 30px;
  width: 61px;
  height: 65px;
  background-image: url(../img/common/tri-green.svg);
}

#seasidespa .c-mv .c-mv__ttl .ttl-ja {
  width: 277px;
}

#seasidespa .feature-text__detail {
  background-color: #b7e3e3;
}

#seasidespa .feature-btn {
  background-color: #41a8a9;
}

#seasidespa .c-major-nav__body li:nth-child(1) a .nav-img {
  background-image: url(../img/major/seasidespa/img-nav01.jpg);
}

#seasidespa .c-major-nav__body li:nth-child(2) a .nav-img {
  background-image: url(../img/major/seasidespa/img-nav02.jpg);
}

#seasidespa .c-major-nav__body li:nth-child(3) a .nav-img {
  background-image: url(../img/major/seasidespa/img-nav03.jpg);
}

#seasidespa .c-major-nav__body li:nth-child(4) a .nav-img {
  background-image: url(../img/major/seasidespa/img-nav04.jpg);
}

#seasidespa .c-major-nav__body a {
  border-color: #b7e3e3;
}

#seasidespa .c-major-nav__body a:hover {
  border-color: #41a8a9;
}

#seasidespa .c-major-nav__body a:hover .nav-ol {
  background-color: #41a8a9;
}

#seasidespa .c-major-nav__body a .nav-ol {
  background-color: #b7e3e3;
}

#seasidespa .c-local-nav__body a:before {
  background-image: url(../img/common/arw-green.svg);
}

#seasidespa .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, #b7e3e3 65%);
}

#seasidespa .c-tertTtl span:before {
  background-color: #41a8a9;
}

#seasidespa .c-textLinkLar a:before {
  background-image: url(../img/common/arw-green.svg);
}

#seasidespa .c-btn-round {
  border: 1px solid #5db8b9;
}

#seasidespa .c-btn-round span:before {
  background-image: url(../img/common/arw-green.svg);
}

#seasidespa .c-mixBoxThumb:after {
  background-color: #b7e3e3;
}

#seasidespa .c-linkList li a:before {
  background-image: url(../img/common/arw-green.svg);
}

#seasidespa .p-seasideMail {
  display: flex;
  justify-content: space-between;
}

#seasidespa .p-seasideMail__qr {
  width: 15.9794%;
  max-width: 155px;
}

#seasidespa .p-seasideMail__text {
  width: 80.8247%;
}

#seasidespa #aboutspa-jacuzzi .c-btn-round {
  display: none;
}

#sitescene .c-bdrBox {
  border-color: #f19cbd;
}

#sitescene .c-mv.top {
  background-image: url(../img/major/sitescene/img-kv.jpg);
}

#sitescene .c-mv.maeuri {
  background-image: url(../img/major/sitescene/maeuri/img-kv.jpg);
}

#sitescene .c-mv.diarylist {
  background-image: url(../img/major/sitescene/diarylist/img-kv.jpg);
}

#sitescene .c-mv.izu {
  background-image: url(../img/major/sitescene/izu/img-kv.jpg);
}

#sitescene .c-mv .c-mv__ttl:before {
  z-index: 15;
  top: 3px;
  left: 9px;
  width: 83px;
  height: 56px;
  background-image: url(../img/common/ico-nav_sitescene.svg);
}

#youtube .c-mv .c-mv__ttl:before {
  z-index: 15;
  top: 3px;
  left: 9px;
  width: 83px;
  height: 56px;
  background-image: url(../img/common/ico-nav_youtube.svg);
}

#sitescene .c-mv .c-mv__ttl:after {
  z-index: 10;
  top: 1px;
  left: 40px;
  width: 61px;
  height: 65px;
  background-image: url(../img/common/tri-pink.svg);
}

#sitescene .c-mv .c-mv__ttl .ttl-ja {
  width: 195px;
}

#sitescene .feature-text__detail {
  background-color: #fbe6ee;
}

#sitescene .feature-btn {
  background-color: #f19cbd;
}

#sitescene .c-major-nav__body li:nth-child(1) a .nav-img {
  background-image: url(../img/major/sitescene/img-nav01.jpg);
}

#sitescene .c-major-nav__body li:nth-child(2) a .nav-img {
  background-image: url(../img/major/sitescene/img-nav02.jpg);
}

#sitescene .c-major-nav__body li:nth-child(3) a .nav-img {
  background-image: url(../img/major/sitescene/img-nav03.jpg);
}

#sitescene .c-major-nav__body li:nth-child(4) a .nav-img {
  background-image: url(../img/major/sitescene/img-nav04.jpg);
}

#sitescene .c-major-nav__body a {
  border-color: #f8cdde;
}

#sitescene .c-major-nav__body a:hover {
  border-color: #f19cbd;
}

#sitescene .c-major-nav__body a:hover .nav-ol {
  background-color: #f19cbd;
}

#sitescene .c-major-nav__body a .nav-ol {
  background-color: #f8cdde;
}

#sitescene .c-tertTtl span:before {
  background-color: #f19cbd;
}

#sitescene .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, #f8cdde 65%);
}

#sitescene .c-textLinkLar a:before {
  background-image: url(../img/common/arw-pink.svg);
}

#sitescene .c-mixBoxThumb:after {
  background-color: #fbe6ee;
}

#sitescene .c-linkList li a:before {
  background-image: url(../img/common/arw-pink.svg);
}

#sitescene .p-facilitylink-nav {
  display: flex;
  flex-wrap: wrap;
}

#sitescene .p-facilitylink-nav li {
  display: flex;
  align-items: center;
  width: 33.3333%;
  padding: 30px 10px 30px 30px;
  background-color: #f3f3ee;
}

#sitescene .p-facilitylink-nav li:not(:nth-child(3n)) {
  border-right: 1px solid #c2c2b0;
}

#sitescene .p-facilitylink-nav li:not(:nth-last-child(-n+3)) {
  border-bottom: 1px solid #c2c2b0;
}

#sitescene .p-facilitylink-nav li a {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5556;
  transition: all 0.2s linear;
}

#sitescene .p-facilitylink-nav li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

#sitescene .p-facilitylink-nav li a:hover:before {
  bottom: -4px;
  transition: all 0.2s linear;
}

#sitescene .p-facilitylink-nav li a:before {
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 8px;
  height: 15px;
  margin: auto;
          transform: rotate(90deg);
  background-image: url(../img/common/arw-pink.svg);
  background-size: cover;
  content: '';
  transition: all 0.2s linear;
}

#sitescene .c-btn-round {
  border: 1px solid #f19cbd;
}

#sitescene .c-btn-round span:before {
  background-image: url(../img/common/arw-pink.svg);
}

#sitescene .c-local-nav__body a:before {
  background-image: url(../img/common/arw-pink.svg);
}

#sitescene .p-facilitylist__item--detail {
  margin-top: 35px;
  padding: 25px 30px;
  border: 2px solid #eeeee6;
  border-radius: 10px;
}

#sitescene .c-thumblink-list .detail .ttl:before {
  background-image: url(../img/common/arw-pink.svg);
}

#sitescene .c-tertTtl .tag {
  display: inline-block;
  margin-right: 10px;
  padding: 6px;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

#sitescene.event .c-tertTtl .tag {
  background-color: #ebba73;
}

#sitescene.spot .c-tertTtl .tag {
  background-color: #84c1ec;
}

#sitescene.gourmet .c-tertTtl .tag {
  background-color: #ec8197;
}

#sitescene.news .c-tertTtl .tag {
  background-color: #51c4a8;
}

#sitescene .izunav .izunav-ttl {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #666;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6667;
}

#sitescene .izunav .c-rowBoxTop:not(:first-child) {
  margin-top: 80px;
}

#sitescene .izunav .c-rowBoxTop__detail {
  margin-top: 0;
}

#sitescene .izunav .c-btn-arw {
  margin-top: 40px;
  margin-left: 0;
  background-color: #f19cbd;
}

#sitescene .izunav .c-thumblink-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -20px;
}

#sitescene .izunav .c-thumblink-list__item {
  margin-bottom: 20px;
}

#sitescene .izunav .c-thumblink-list__item:not(:nth-child(3n)) {
  margin-right: 1.8519%;
}

#sitescene .izunav .c-thumblink-list__item .detail .ttl:before {
  top: 8px;
  bottom: auto;
}

#sitescene .p-izunav-map iframe {
  width: 100%;
  height: 500px;
}

#sitescene .c-mv__ttlLow {
  font-size: 2.375rem;
  line-height: 1.3158;
}

#sitescene .c-mv__ttlLow .sml {
  font-size: 1.75rem;
  line-height: 1.7857;
}

#facilities .c-mv.top {
  background-image: url(../img/facilities/img-kv.jpg);
}

#facilities .c-major-nav__body li:nth-child(1) a .nav-img {
  background-image: url(../img/facilities/img-nav01.jpg);
}

#facilities .c-major-nav__body li:nth-child(2) a .nav-img {
  background-image: url(../img/facilities/img-nav02.jpg);
}

#facilities .c-major-nav__body li:nth-child(3) a .nav-img {
  background-image: url(../img/facilities/img-nav03.jpg);
}

#facilities .c-major-nav__body li:nth-child(4) a .nav-img {
  background-image: url(../img/facilities/img-nav04.jpg);
}

#facilities .c-major-nav__body li.is-current a {
  border-color: #9ed8f0;
}

#facilities .c-major-nav__body li.is-current a .nav-ol {
  background-color: #9ed8f0;
}

#facilities .c-major-nav__body a {
  border-color: #e6f5fb;
}

#facilities .c-major-nav__body a:hover {
  border-color: #9ed8f0;
}

#facilities .c-major-nav__body a:hover .nav-ol {
  background-color: #9ed8f0;
}

#facilities .c-major-nav__body a .nav-ol {
  background-color: #e6f5fb;
}

#facilities .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, #e6f5fb 65%);
}

#facilities .c-tertTtl span:before {
  background-color: #9ed8f0;
}

#facilities .c-textLinkLar a:before {
  background-image: url(../img/common/arw-blue.svg);
}

#facilities .c-linkList li a:before {
  background-image: url(../img/common/arw-blue.svg);
}

#facilities .c-local-nav__body a:before {
  background-image: url(../img/common/arw-blue.svg);
}

#facilities .p-accessImg {
  width: 96.2963%;
  margin: 35px auto 0;
}

#facilities .p-accessImg .pc-img {
  display: block;
}

#facilities .p-accessImg .sp-img {
  display: none;
}

#facilities .p-access-ev {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#facilities .p-access-ev__detail {
  width: 52.0156%;
}

#facilities .p-access-ev__img {
  display: flex;
  justify-content: space-between;
  width: 43.173%;
}

#facilities .p-access-ev__img img {
  align-self: flex-start;
  width: 48%;
  height: auto;
}

#facilities .p-access-ev__img img:not(:last-child) {
  margin-bottom: 10px;
}

#facilities .ev-tbl tr th {
  width: 30%;
}

#facilities .ev-tbl.first table {
  border-collapse: separate;
}

#facilities .ev-tbl.first table tr:first-child th {
  border-bottom: 2px dotted #666;
}

#facilities .ev-tbl.first table tr:not(:last-child) td {
  border-bottom: 2px dotted #666;
}

#facilities .p-access-cap__marinyan {
  position: relative;
  margin-top: 20px;
  padding-left: 60px;
  font-size: 1.125rem;
  line-height: 2;
}

#facilities .p-access-cap__marinyan:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 36px;
  margin: auto;
  background-image: url(../img/facilities/access/bg-marinyan.png);
  background-size: contain;
  content: '';
}

#marinyan .c-mv.top {
  background-image: url(../img/marinyan/img-kv.jpg);
}

#marinyan .c-local-nav__body li a {
  padding-right: 50px;
}

#marinyan .c-local-nav__body li a:hover:after {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  transition: all 0.2s linear;
}

#marinyan .c-local-nav__body li a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 43px;
  height: 36px;
  margin: auto;
  background-image: url(../img/marinyan/ico-nikukyu.png);
  background-size: contain;
  content: '';
  transition: all 0.2s linear;
}

#marinyan .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, #fdf8a6 65%);
}

#marinyan .c-tertTtl span:before {
  background-color: #fbf24d;
}

#marinyan .c-textLinkLar a:before {
  background-image: url(../img/common/arw-beige.svg);
}

#marinyan .c-linkList li a {
  pointer-events: none;
}

#marinyan .c-linkList li a:before {
  background-image: url(../img/common/arw-beige.svg);
}

#marinyan .p-mrn-profile {
  margin-bottom: 55px;
}

#marinyan .p-mrn-profile__item {
  display: flex;
  justify-content: space-between;
  width: 93.5185%;
}

#marinyan .p-mrn-profile__item.marinyan {
  margin-right: 0;
  margin-bottom: 185px;
  margin-left: auto;
}

#marinyan .p-mrn-profile__item.marinyan .profile-illust {
  width: 43.5644%;
}

#marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__main {
  width: 72.7273%;
  margin-left: 5.6818%;
}

#marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__bg {
  position: absolute;
  top: -30px;
}

#marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__tri .tri-green {
  -webkit-transform: rotate(10deg);
  top: -44px;
  right: 16.1364%;
  width: 23px;
          transform: rotate(10deg);
}

#marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__tri .tri-pink {
  top: -22px;
  right: 6.8182%;
  width: 39px;
}

#marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__tri .tri-blue {
  -webkit-transform: rotate(-25deg);
  top: 45px;
  right: 7.5%;
  width: 64px;
          transform: rotate(-25deg);
}

#marinyan .p-mrn-profile__item.kamome {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0;
}

#marinyan .p-mrn-profile__item.kamome .profile-illust {
  width: 38.4158%;
  margin-left: 4.6296%;
}

#marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__main {
  position: absolute;
  top: 75px;
  left: 17.0103%;
  width: 71.6495%;
}

#marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__bg {
  position: relative;
  margin-top: -40px;
}

#marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__tri .tri-green {
  -webkit-transform: rotate(12deg);
  top: -39px;
  left: 7.732%;
  width: 26px;
          transform: rotate(12deg);
}

#marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__tri .tri-blue {
  -webkit-transform: rotate(-18deg);
  top: 8px;
  left: -4.6392%;
  width: 40px;
          transform: rotate(-18deg);
}

#marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__tri .tri-pink {
  -webkit-transform: rotate(5deg);
  top: 36px;
  left: 6.701%;
  width: 58px;
          transform: rotate(5deg);
}

#marinyan .p-mrn-profile .profile-detail {
  width: 50%;
}

#marinyan .p-mrn-profile .profile-detail__name {
  margin-bottom: 35px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

#marinyan .p-mrn-profile .profile-detail__body {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, #ffff 65%, #ffff 65%),linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 96%, #ddddc6 96%, #ddddc6 100%);
  background-repeat: repeat-x,repeat-y;
  background-size: 12px 100%,100% 42px;
  font-size: 16px;
  line-height: 2.265;
}

#marinyan .p-mrn-profile .profile-detail__body--text {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.625;
}

#marinyan .p-mrn-profile .profile-illust {
  position: relative;
}

#marinyan .p-mrn-profile .profile-illust__bg {
  z-index: -1;
}

#marinyan .p-mrn-profile .profile-illust__tri img {
  position: absolute;
}

#marinyan .l-half {
  justify-content: space-between;
}

#marinyan .l-half .l-half__item:last-child .l-half__item--inner {
  margin-right: 0;
  margin-left: auto;
}

#marinyan .p-mrn-sns {
  margin-bottom: 15px;
}

#marinyan .p-mrn-sns__inner {
  max-height: 620px;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  background-image: linear-gradient(-45deg, #eeeee6 30%, #f3f3ee 30%, #f3f3ee 50%, #eeeee6 50%, #eeeee6 70%, #f3f3ee 70%, #f3f3ee);
  background-repeat: repeat;
  background-size: 20px 20px;
}

#marinyan .p-mrn-sns__body {
  width: 100%;
  height: 540px;
  overflow-y: scroll;
  border-radius: 5px;
  background-color: #fff;
}

#marinyan .p-mrn-link {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

#marinyan .p-mrn-link .c-textBasic {
  margin-right: 25px;
  margin-bottom: 0;
}

#marinyan .p-mrn-link__list {
  display: flex;
}

#marinyan .p-mrn-link__list li.sns-fb {
  margin-right: 15px;
}

#marinyan .p-mrn-link__list li.sns-fb a {
  background-color: #1877ed;
}

#marinyan .p-mrn-link__list li.sns-insta a {
  background: linear-gradient(55deg, #bf0870 0%, #650aab 100%);
}

#marinyan .p-mrn-link__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

#marinyan .p-mrn-link__list li a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

#marinyan .p-mrn-public {
  position: relative;
  width: 82.3293%;
  margin: 45px 0 40px auto;
}

#marinyan .p-mrn-public__main {
  width: 58.5366%;
  margin-right: 9.7561%;
  margin-left: auto;
}

#marinyan .p-mrn-public__bg {
  z-index: -1;
  position: absolute;
  top: -20px;
  right: 0;
  width: 90.9756%;
}

#marinyan .p-mrn-public__tri img {
  position: absolute;
}

#marinyan .p-mrn-public__tri .tri-green {
  top: 112px;
  left: 19.2683%;
  width: 23px;
}

#marinyan .p-mrn-public__tri .tri-pink {
  -webkit-transform: rotate(-2deg);
  top: 127px;
  left: 6.8293%;
  width: 39px;
          transform: rotate(-2deg);
}

#marinyan .p-mrn-public__tri .tri-blue {
  -webkit-transform: rotate(-20deg);
  top: 194px;
  left: 0;
  width: 64px;
          transform: rotate(-20deg);
}

#marinyan .p-mrn-omiyage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

#marinyan .p-mrn-omiyage li {
  width: 23.1482%;
  margin: 0 5.0926% 35px;
}

#marinyan .p-mrn-omiyage li a {
  display: block;
}

#marinyan .p-mrn-omiyage__img {
  position: relative;
  width: 92%;
  height: 0;
  margin: 0 auto 15px;
  padding-top: 92%;
}

#marinyan .p-mrn-omiyage__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#marinyan .p-mrn-omiyage__detail {
  text-align: center;
}

#marinyan .p-mrn-omiyage__detail .name {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.625;
}

#marinyan .p-mrn-omiyage__detail .price {
  font-size: 1rem;
  line-height: 1.625;
}

#marinyan .form-term-box {
  height: 320px;
  overflow: scroll;
}

#marinyan .c-listBasic {
  display: flex;
  flex-wrap: wrap;
}

#marinyan .c-listBasic li {
  width: 25%;
}

#ggroup .c-local-nav__body a:before {
  background-image: url(../img/common/arw-purple.svg);
}

#ggroup .c-rowBoxThumb__item .c-textLar {
  text-align: center;
}

#ggroup .c-secTtl .c-secTtl__ja.sp-ttl {
  display: none;
}

#ggroup .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, rgba(163, 118, 194, 0.5) 65%);
}

#ggroup .c-tertTtl span:before {
  background-color: #a376c2;
}

#ggroup .c-textLinkLar a:before {
  background-image: url(../img/common/arw-purple.svg);
}

#ggroup .c-listBasic {
  display: flex;
  flex-wrap: wrap;
}

#ggroup .c-listBasic li {
  width: 25%;
}

#ggroup .c-listNum-bra li {
  font-size: 1rem;
  line-height: 1.625;
}

#employ .c-tblBasic__body.col td {
  text-align: left;
}

#about .c-tblBasic.company .c-tblBasic__body th,
#about .c-tblBasic.company .c-tblBasic__body td {
  padding: 15px;
}

#about .c-tblBasic.company .c-tblBasic__body th {
  font-size: 0.875rem;
  line-height: 1.7143;
}

#about .c-tblBasic.company .c-tblBasic__body td {
  font-size: 0.875rem;
  line-height: 1.7143;
}

#about .p-about-ceo {
  display: flex;
  margin-bottom: 20px;
}

#about .p-about-ceo__text {
  flex: 7 1;
}

#about .p-about-ceo__img {
  flex: 2 1;
  min-width: 170px;
  margin-left: 30px;
}

#about .p-about-ceo__img--name {
  font-size: 0.875rem;
  line-height: 1.7143;
  text-align: center;
}

#results .p-result-lead__ttl {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0 0 15px;
  padding-left: 30px;
  border-bottom: 1px dashed #666;
  color: #000;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

#results .p-result-lead__ttl:before {
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 40px;
  border-radius: 20px;
  background-color: #b6b6ac;
  content: '';
}

#results .p-result-lead__ttl span {
  display: block;
}

#results .p-result-lead__keyword {
  flex: 10 1;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
}

#results .p-result-list {
  width: calc(100% - 40px);
  margin: 0 auto;
}

#results .p-result-list .p-result-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

#results .p-result-list .p-result-item a {
  padding-bottom: 3px;
  border-bottom: 1px solid #5db8b9;
  color: #5db8b9;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.625;
  transition: all 0.2s linear;
}

#results .p-result-list .p-result-item a:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

#media .c-tertTtl span:before {
  background-color: #a376c2;
}

#media .c-quatTtl {
  margin-top: 0;
  text-align: left;
}

#media .l-half__item:not(:last-child) {
  margin-bottom: 30px;
}

#media .c-tblBasic__body th {
  background-color: #fff;
}

#media .c-tblBasic__body th img {
  max-width: 200px;
}

#english .p-english-bus__cap {
  position: relative;
  margin-top: 20px;
  padding-left: 60px;
  font-size: 1.125rem;
  line-height: 2;
}

#english .p-english-bus__cap:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 36px;
  margin: auto;
  background-image: url(../img/facilities/access/bg-marinyan.png);
  background-size: contain;
  content: '';
}

#english .p-english-img__golocal {
  max-width: 500px;
  margin-bottom: 30px;
}

#english .p-english-iframe__golocal {
  width: 640px;
  height: 480px;
}

#english .p-english-iframe__golocal iframe {
  width: 100%;
  height: 100%;
}

#english .c-fullBoxThumb__img {
  text-align: center;
}

#eventinfo .c-tertTtl span:before {
  background-color: #9ed8f0;
}

#eventinfo .c-textLinkLar a:before {
  background-image: url(../img/common/arw-blue.svg);
}

#newslist .c-thumblink-list .detail .tag {
  color: #222;
}

#newslist .c-thumblink-list__item.restaurant .detail .tag {
  background-color: #f19cbd;
}

#newslist .c-thumblink-list__item.enjoy .detail .tag {
  background-color: #9ed8f0;
}

#newslist .c-thumblink-list__item.seasidespa .detail .tag {
  background-color: #a0d3d4;
}

#newslist .c-thumblink-list__item.omiyage .detail .tag {
  background-color: #fbf24d;
}

#newslist .c-thumblink-list__item.sitescene .detail .tag {
  background-color: #f19cbd;
}

#newslist .c-article-body .month-article__list li .tag {
  color: #222;
}

#newslist .c-article-body .month-article__list li.restaurant .tag {
  background-color: #f19cbd;
}

#newslist .c-article-body .month-article__list li.enjoy .tag {
  background-color: #9ed8f0;
}

#newslist .c-article-body .month-article__list li.seasidespa .tag {
  background-color: #a0d3d4;
}

#newslist .c-article-body .month-article__list li.omiyage .tag {
  background-color: #fbf24d;
}

#newslist .c-article-body .month-article__list li.sitescene .tag {
  background-color: #f19cbd;
}

#situation .c-mv.dog {
  background-image: url(../img/dog/img-kv.jpg);
}

#situation .c-mv.babyandkids {
  background-image: url(../img/babyandkids/img-kv.jpg);
}

#situation .c-mv.cyclist {
  background-image: url(../img/cyclist/img-kv.jpg);
}

#situation .c-mv.local {
  background-image: url(../img/local/img-kv.jpg);
}

#situation .c-mv__inner {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#situation .c-mv__ttlLowSub {
  display: block;
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

#situation .c-mv__ttlLow {
  display: block;
}

#situation .p-secSituation {
  padding: 85px 0 80px;
}

#situation .c-thumblink-list {
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#situation .c-thumblink-list__item {
  margin-bottom: 40px;
}

#situation .c-thumblink-list__item .detail .ttl:before {
  top: 8px;
  bottom: auto;
}

#situation .c-thumblink-list .detail .c-textLar {
  margin-bottom: 5px;
}

#situation .c-thumblink-list .detail .ttl {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.4444;
}

#situation .c-textFlag {
  margin-bottom: 50px;
}

#situation .p-shop-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: -10px;
}

#situation .p-shop-tag li {
  margin-bottom: 10px;
  padding: 0 15px;
  border: 1px solid #a8a8a8;
  border-radius: 20px;
  color: #727272;
  font-size: 0.75rem;
  line-height: 2;
}

#situation .p-shop-tag li:not(:last-child) {
  margin-right: 10px;
}

#situation .dog .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, #f8cdde 65%);
}

#situation .dog .c-tertTtl span:before {
  background-color: #f19cbd;
}

#situation .dog .c-mixBoxThumb:after {
  background-color: #fbe6ee;
}

#situation .dog .c-thumblink-list .detail .ttl:before {
  background-image: url(../img/common/arw-pink.svg);
}

#situation .dog .c-textLinkLar a:before {
  background-image: url(../img/common/arw-pink.svg);
}

#situation .babyandkids .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, #fdf8a6 65%);
}

#situation .babyandkids .c-tertTtl span:before {
  background-color: #fbf24d;
}

#situation .babyandkids .c-mixBoxThumb:after {
  background-color: #fefcd5;
}

#situation .babyandkids .c-thumblink-list .detail .ttl:before {
  background-image: url(../img/common/arw-yellow-d.svg);
}

#situation .babyandkids .c-textLinkLar a:before {
  background-image: url(../img/common/arw-yellow-d.svg);
}

#situation .cyclist .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, #ceebf7 65%);
}

#situation .cyclist .c-mixBoxThumb:after {
  background-color: #e6f5fb;
}

#situation .cyclist .c-tertTtl span:before {
  background-color: #9ed8f0;
}

#situation .cyclist .c-textLinkLar a:before {
  background-image: url(../img/common/arw-blue.svg);
}

#situation .cyclist .c-thumblink-list .detail .ttl:before {
  background-image: url(../img/common/arw-blue.svg);
}

#situation .cyclist .p-cyclist__thumb {
  display: flex;
  justify-content: space-between;
}

#situation .cyclist .p-cyclist__thumb--detail {
  width: 61.1111%;
}

#situation .cyclist .p-cyclist__thumb--img {
  width: 37.037%;
}

#situation .cyclist .c-listNum-bra li {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

#situation .local .c-secTtl .c-secTtl__ja span {
  background: linear-gradient(transparent 75%, #a0d3d4 65%);
}

#situation .local .c-mixBoxThumb:after {
  background-color: #b7e3e3;
}

#situation .local .c-tertTtl span:before {
  background-color: #41a8a9;
}

#situation .local .c-thumblink-list .detail .ttl:before {
  background-image: url(../img/common/arw-green.svg);
}

#situation .local .c-btn-arw:hover {
  background-color: #a0d3d4;
}

#situation .local .c-textLinkLar a:before {
  background-image: url(../img/common/arw-green.svg);
}

#situation .local .p-local__link {
  display: flex;
  justify-content: space-between;
}

#situation .local .p-local__link .c-textLinkLar:not(:last-child) {
  margin-right: 20px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac-pc {
  text-align: center;
}

.tar-pc {
  text-align: right;
}

.bld {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

a.tel {
  pointer-events: none;
}

.mt100 {
  margin-top: 100px;
}

.mt80 {
  margin-top: 75px;
}

.mt40 {
  margin-top: 35px;
}

.mt20 {
  margin-top: 15px;
}

.mt0 {
  margin-top: 0;
}

.bc-gray {
  background-color: #f2f2ec;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
  .is-pc {
    display: block;
  }
  br.is-pc {
    display: inline-block;
  }
}

@media screen and (max-width: 1080px) {
  body {
    margin: 0;
  }
  .l-header {
    z-index: 1002;
    height: 72px;
  }
  .l-header__inner {
    display: none;
    z-index: 1002;
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    padding: 0;
    overflow: scroll;
    background-color: #fff;
  }
  .l-header__main {
    display: block;
    margin-bottom: 20px;
  }
  .l-header__logo {
    display: none;
  }
  .l-header__nav {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  .l-header__nav--major {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 23px;
  }
  .l-header__nav--major li {
    width: 20%;
    text-align: center;
  }
  .l-header__nav--major li a {
    display: inline-block;
  }
  .l-header__nav--plus {
    display: flex;
    justify-content: space-between;
  }
  .l-header__nav--plus > li {
    width: 48%;
    max-width: inherit;
    margin: 0;
  }
  .l-header__nav--plus > li:not(:last-child) {
    margin-bottom: 0;
  }
  .l-header__nav--plus > li.other a:before {
    left: 9px;
    width: 14px;
    height: 15px;
  }
  .l-header__nav--plus > li.facility a:before {
    left: 3px;
    width: 23px;
    height: 15px;
  }
  .l-header__nav--plus > li > a {
    margin-bottom: 10px;
    padding: 11px 0 11px 40px;
    border: 2px dotted #b6b6ac;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 0.875rem;
    line-height: 1;
    text-align: left;
  }
  .l-header__nav--plus > li .sp-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
  }
  .l-header__sub {
    display: block;
    position: relative;
    padding: 15px 0 17px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .l-header__sub .sub-nav {
    width: 92%;
    margin: 0 auto;
  }
  .l-header__sub .sub-nav__newtab > li:not(:first-child) {
    margin-left: 12px;
  }
  .l-header__sub .sub-nav__basic {
    flex-wrap: wrap;
  }
  .l-header__sub .search-form {
    display: none;
  }
  .l-header .search-form {
    margin-left: 0;
  }
  .l-header .search-form__wrap {
    width: 92%;
    height: 30px;
    margin: 0 auto;
  }
  .l-header .search-form__wrap input[type="text"] {
    font-size: 1rem;
    line-height: 1.875;
  }
  .l-header .search-form.is-hdrsp {
    display: block;
    margin-bottom: 35px;
  }
  .l-header__sp {
    display: flex;
    z-index: 200;
    position: relative;
    width: 100%;
    height: 75px;
    background-color: #fff;
  }
  .l-header.is-top {
    height: 75px;
  }
  .l-header.is-top #wave-nav {
    display: none;
  }
  .l-header.is-top #wave-nav_sp {
    -webkit-animation: topwaveSp 18s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    display: block;
    z-index: -1;
    position: absolute;
    top: 35px;
    left: 0;
    width: 3360px;
    height: 63px;
            transform: translate3d(0, 0, 0);
    background-image: url(../img/top/wave-sp.svg);
    background-repeat: repeat-x;
    background-size: contain;
            animation: topwaveSp 18s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  }
  .l-header.is-fixed {
    height: 75px;
  }
  .l-header.is-fixed .l-header__inner {
    padding-top: 0;
  }
  .l-header.is-fixed .l-header__sub {
    display: block;
  }
  .l-footer__localinfo--inner {
    width: 92%;
  }
  .l-footer__localinfo--text {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .l-footer__localinfo--text li {
    width: 33.3333%;
    margin-bottom: 40px;
  }
  .l-footer__localinfo--text li a {
    align-items: flex-start;
    padding-left: 30px;
  }
  .l-footer__main--btn {
    width: 92%;
  }
  .l-footer__main--btn li:not(:last-child) {
    margin-right: 20px;
  }
  .l-footer__main--btn li {
    width: 47.963%;
  }
  .l-footer__main--btn li a {
    padding: 20px 60px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .l-footer__main--btn li a .btn-arw {
    width: 40px;
    height: 10px;
  }
  .l-footer__main--btn li a .btn-arw:after {
    width: 40px;
    height: 10px;
  }
  .l-footer__main--nav .footer-illust__inner {
    width: 92%;
  }
  .l-footer__main--nav .footer-illust__inner .illust-kamome__item.left {
    left: 70px;
  }
  .l-footer__main--nav .footer-illust__inner .illust-kamome__item.right {
    left: 118px;
  }
  .l-footer__main--nav .footer-illust__inner .illust-ship {
    right: 50px;
  }
  .l-footer__main--nav .footer-illust__inner .illust-fish {
    left: 0;
  }
  .l-footer__main--nav .footer-nav__list li:not(:last-child) {
    margin-right: 25px;
    margin-bottom: 28px;
  }
  .l-footer__main--nav .footer-nav__list li a {
    font-size: 0.8125rem;
    line-height: 1;
  }
  .l-main {
    padding-top: 75px;
  }
  .l-smlSec {
    width: 70%;
  }
  .l-mdlSec {
    width: 90%;
  }
  .l-wideSec {
    width: 95%;
  }
  .howtofun-list li a .howtofun-text .btn-arw {
    right: 5px;
    width: 22px;
    height: 7px;
  }
  .howtofun-list li a .howtofun-text .btn-arw:after {
    width: 22px;
    height: 7px;
  }
  .c-tblBasic__body th,
  .c-tblBasic__body td {
    padding: 20px 30px;
  }
  .c-tblBasic__body th {
    font-size: 1.125rem;
    line-height: 1.5556;
  }
  .c-tblBasic__body td {
    font-size: 1rem;
    line-height: 1.625;
  }
  .c-tlbBus__body th,
  .c-tlbBus__body td {
    padding: 20px 0;
  }
  .c-pagetop {
    right: 40px;
    bottom: 40px;
  }
  .c-feature__item:nth-child(odd) .feature-text__ttl > h3 {
    margin-left: 30px;
  }
  .c-feature__item:nth-child(even) .feature-img__sub {
    right: -50px;
  }
  .c-feature__item .feature-img {
    width: 45%;
  }
  .c-feature__item .feature-img__sub {
    left: -50px;
  }
  .c-feature__item .feature-text {
    bottom: -30px;
    height: calc(100% + 30px);
  }
  .c-feature__item .feature-text__ttl > h3 {
    font-size: 1.75rem;
    line-height: 1.3571;
  }
  .c-feature__item .feature-text__detail {
    width: calc(100% - 30px);
    padding: 25px 35px;
  }
  .c-feature__item .feature-text__detail--inner {
    width: 50%;
  }
  .c-feature__item .feature-text__detail--inner p {
    font-size: 0.875rem;
    line-height: 2.4286;
  }
  .c-major-nav__body li.is-current a .nav-ol span:after {
    bottom: -7px;
  }
  .c-major-nav__body li a:hover .nav-ol span:after {
    bottom: -7px;
  }
  .c-major-nav__body li a .nav-ol span {
    padding-bottom: 15px;
    font-size: 0.75rem;
    line-height: 1;
  }
  .c-major-nav__body li a .nav-ol span:after {
    bottom: -4px;
    width: 8px;
    height: 13px;
  }
  #top .l-main {
    padding-top: 75px;
  }
  #top .c-mv__img {
    padding-bottom: 30px;
  }
  #top .c-mv #wave-mv {
    -webkit-animation: topwaveSp 18s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    width: 3360px;
    height: 63px;
            transform: translate3d(0, 0, 0);
    background-image: url(../img/top/wave-mv_sp.svg);
            animation: topwaveSp 18s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  }
  #enjoy .c-feature__item.yuransen .feature-img__sub:before {
    top: -40px;
    left: 0;
    width: 82px;
    height: 62px;
  }
  #enjoy .c-feature__item.ashiyu .feature-img__sub:before {
    right: -10px;
    width: 59px;
    height: 55px;
  }
  #enjoy .c-feature__item.yuhodo .feature-img__sub:before {
    top: -40px;
    left: 5px;
    width: 81px;
    height: 70px;
  }
  #about .c-tblBasic.company .c-tblBasic__body th,
  #about .c-tblBasic.company .c-tblBasic__body td {
    padding: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  body {
    margin: 0;
  }
  .is-tab {
    display: block;
  }
  br.is-tab {
    display: inline-block;
  }
  .l-header__nav--plus > li .sp-menu > li > a {
    transition: all 0.2s linear;
  }
  .l-header__nav--plus > li .sp-menu > li > a:before {
    transition: all 0.2s linear;
  }
  .l-header__nav--plus > li .sp-menu > li > a:hover {
    opacity: 0.7;
    transition: all 0.2s linear;
  }
  .l-header__nav--plus > li .sp-menu > li > a:hover:before {
    left: 10px;
    transition: all 0.2s linear;
  }
  .howtofun-list li a .howtofun-text {
    padding: 20px 20px;
    font-size: 0.875rem;
    line-height: 1.7143;
  }
  .c-rowBoxTop.pickup.reverse .c-rowBoxTop__detail {
    margin-right: 2.7778%;
  }
  .c-rowBoxTop.pickup .c-rowBoxTop__detail {
    width: 43.5185%;
    margin-left: 2.7778%;
  }
  .c-rowBoxTop__detail--pickup {
    margin-top: 30px;
    padding: 10px;
  }
  .c-mixBoxThumb__top--col .ttl {
    margin-bottom: 15px;
  }
  .c-mixBoxThumb__top--col .text:not(:last-child) {
    margin-bottom: 15px;
  }
  .c-mixBoxThumb__top--col .img {
    margin-top: 9.6154%;
  }
  .c-tblBasic__body.exLongTtl th {
    min-width: 16rem;
  }
  .c-defineList dt {
    min-width: 5rem;
  }
  .c-pickup__more {
    margin-top: 70px;
    padding-top: 70px;
  }
  .c-pickup__more--text {
    margin-right: 40px;
  }
  .c-pickup__more--img .img-item:not(:last-child) {
    margin-right: 15px;
  }
  .c-pagetop__btn {
    width: 104px;
    height: 104px;
    font-size: 1rem;
    line-height: 1;
  }
  .c-pagetop__btn--text span {
    padding-top: 26px;
  }
  .c-pagetop__btn--text span:before {
    width: 18px;
    height: 18px;
  }
  .c-form__body--list .ml50 {
    margin-left: 40px;
  }
  .c-local-nav__body li a {
    padding-left: 30px;
    font-size: 1rem;
    line-height: 1.625;
  }
  #top .p-top-info__list li .thumb {
    display: block;
  }
  #top .p-top-info__list li .thumb__img {
    width: 100%;
    margin-bottom: 15px;
  }
  #top .p-top-info__list li .thumb__detail {
    width: 100%;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item.first {
    top: inherit;
    right: inherit;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item.second {
    top: inherit;
    right: inherit;
    margin-top: -30px;
    margin-right: auto;
    margin-left: 5.6738%;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item.third {
    top: inherit;
    right: inherit;
    margin-top: -30px;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item.first {
    top: inherit;
    left: inherit;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item.second {
    top: inherit;
    left: inherit;
    margin-top: -30px;
    margin-right: auto;
    margin-left: 0;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item.third {
    top: inherit;
    left: inherit;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item.first {
    top: inherit;
    right: inherit;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item.second {
    top: inherit;
    right: inherit;
    margin-right: auto;
    margin-left: 5.6738%;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item.third {
    top: inherit;
    right: inherit;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item.first {
    top: inherit;
    left: inherit;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item.second {
    top: inherit;
    left: inherit;
    margin-top: -30px;
    margin-right: auto;
    margin-left: 0;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item.third {
    top: inherit;
    left: inherit;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item.first {
    top: inherit;
    right: inherit;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item.second {
    top: inherit;
    right: inherit;
    margin-top: -30px;
    margin-right: auto;
    margin-left: 5.6738%;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item.third {
    top: inherit;
    right: inherit;
    margin-top: -30px;
    margin-right: 0;
    margin-left: auto;
  }
  #top .p-top-sec__body .sec-btn {
    flex: 600 1;
  }
  #top .p-top-sec__body .sec-btn__item {
    position: relative;
  }
  #top .p-top-sec__body .sec-btn__item .item-text {
    left: -30px;
  }
  #top .p-top-insta__ttl {
    padding: 0 33.3333%;
  }
  #top .p-top-insta__ttl:before, #top .p-top-insta__ttl:after {
    width: 31.4815%;
  }
  #top .p-top-insta #sb_instagram #sbi_images {
    width: 75.5556%;
  }
  #top .p-top-insta__list {
    width: 70%;
  }
  #enjoy .p-promenade-rbnList {
    flex-wrap: wrap;
  }
  #enjoy .p-promenade-rbnList li:not(:last-child) {
    margin-right: 30px;
  }
  #sitescene .izunav .izunav-ttl {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 1.875rem;
    line-height: 1.8;
  }
  #sitescene .izunav .c-btn-arw {
    margin-top: 20px;
  }
  #facilities .p-access-ev__detail {
    width: 70%;
  }
  #facilities .p-access-ev__img {
    display: block;
    width: 28%;
  }
  #facilities .p-access-ev__img img {
    display: block;
    width: 100%;
  }
  #marinyan .p-mrn-profile__item {
    width: 96.2963%;
  }
  #marinyan .p-mrn-profile__item.marinyan {
    margin-bottom: 135px;
  }
  #marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__tri .tri-pink {
    top: -12px;
  }
  #marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__tri .tri-blue {
    top: 55px;
  }
  #marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__main {
    top: 55px;
  }
  #marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__bg {
    margin-top: -10px;
  }
  #marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__tri .tri-blue {
    top: -2px;
  }
  #marinyan .p-mrn-profile .profile-detail {
    width: 54%;
  }
  #marinyan .p-mrn-profile .profile-detail__body {
    background-size: 12px 100%,100% 38px;
    font-size: 14px;
    line-height: 38px;
  }
  #marinyan .p-mrn-profile .profile-detail__body--text {
    font-size: 0.875rem;
    line-height: 2.7143;
  }
  #marinyan .p-mrn-profile .profile-illust {
    margin-top: 30px;
  }
  #marinyan .p-mrn-sns__body {
    height: 500px;
  }
  #marinyan .p-mrn-omiyage li {
    width: 25.463%;
    margin: 0 3.8889% 35px;
  }
  #marinyan .c-listBasic li {
    width: 50%;
  }
  #about .c-tblBasic.company {
    max-width: 100%;
    overflow: scroll;
  }
  #about .c-tblBasic.company .c-tblBasic__body th {
    min-width: 6rem;
  }
  #situation .local .p-local__link .c-textLinkLar:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  body {
    margin: 0;
    cursor: default;
  }
  a {
    cursor: pointer;
  }
  .is-sp {
    display: block;
  }
  br.is-sp {
    display: inline-block;
  }
  .l-header__nav--major {
    margin-bottom: 5px;
  }
  .l-header__nav--major li {
    width: 33.3333%;
    margin-bottom: 18px;
  }
  .l-header__nav--major li.restaurant a:before {
    top: 6px;
    right: 11px;
  }
  .l-header__nav--major li.restaurant a span:before {
    top: 1px;
    width: 36px;
    height: 36px;
  }
  .l-header__nav--major li.enjoy a:before {
    top: 5px;
    right: 19px;
  }
  .l-header__nav--major li.enjoy a span:before {
    top: 2px;
    width: 36px;
    height: 36px;
  }
  .l-header__nav--major li.seasidespa a:before {
    top: 8px;
    right: 27px;
  }
  .l-header__nav--major li.seasidespa a span:before {
    top: 0;
    width: 34px;
    height: 36px;
  }
  .l-header__nav--major li.omiyage a:before {
    right: 15px;
  }
  .l-header__nav--major li.omiyage a span:before {
    top: 5px;
    width: 36px;
    height: 32px;
  }
  .l-header__nav--major li.sitescene a:hover:before {
    -webkit-transform: rotate(-52deg);
            transform: rotate(-52deg);
  }
  .l-header__nav--major li.sitescene a:before {
    top: 5px;
    right: 11px;
  }
  .l-header__nav--major li.sitescene a span:before {
    top: 7px;
    width: 44px;
    height: 30px;
  }
  .l-header__nav--major li a:hover:before {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  .l-header__nav--major li a:hover:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .l-header__nav--major li a span {
    padding-top: 45px;
    font-size: 0.875rem;
    line-height: 1;
  }
  .l-header__nav--plus {
    display: block;
  }
  .l-header__nav--plus > li {
    width: 97.1015%;
    margin: 0 auto;
  }
  .l-header__nav--plus > li > a:hover {
    background: #fff;
    transition: none;
  }
  .l-header__sub {
    padding-bottom: 100px;
  }
  .l-header__sub .sub-nav {
    flex-direction: column-reverse;
    max-width: 690px;
  }
  .l-header__sub .sub-nav__newtab {
    margin-right: 0;
  }
  .l-header__sub .sub-nav__basic {
    width: 97.1015%;
    margin: 0 auto 10px;
  }
  .l-header__sub .sub-nav__basic > li {
    width: 50%;
  }
  .l-header__sub .sub-nav__basic > li:not(:first-child) {
    margin-left: 0;
  }
  .l-header__sub .sub-nav__basic > li a {
    padding-left: 22px;
  }
  .l-header__sub .sub-nav__basic > li a:before {
    left: 6px;
    height: 10px;
  }
  .l-header__sub .sub-nav__basic > li a:hover:before {
    left: 6px;
  }
  .l-sidenav {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .l-sidenav__list {
    display: flex;
    border-top: 1px solid #bfbfbf;
  }
  .l-sidenav__list:before {
    display: none;
  }
  .l-sidenav__list li {
    width: 25%;
    text-align: center;
  }
  .l-sidenav__list li.time a {
    border-top: none;
    border-right: 1px solid #eeeeee;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .l-sidenav__list li.time a span:before {
    width: 27px;
    height: 27px;
  }
  .l-sidenav__list li.access a {
    border-right: 1px solid #eeeeee;
  }
  .l-sidenav__list li.access a span:before {
    top: 2px;
    width: 28px;
    height: 28px;
  }
  .l-sidenav__list li.news {
    border-right: 1px solid #eeeeee;
  }
  .l-sidenav__list li.news a span:before {
    top: -6px;
    width: 45px;
    height: 50px;
  }
  .l-sidenav__list li.season a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .l-sidenav__list li.season a span:before {
    top: -1px;
    width: 35px;
    height: 35px;
  }
/** オリジナルの記述は
    top: 1px;
    width: 28px;
    height: 28px; **/
	
  .l-sidenav__list li a {
    padding: 7px 0;
    border: none;
    font-size: 0.75rem;
    line-height: 1;
  }
  .l-sidenav__list li a:hover span:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: none;
  }
  .l-sidenav__list li a span {
    padding-top: 35px;
  }
  .l-footer {
    margin-top: 50px;
  }
  .l-footer__localinfo {
    margin-bottom: 40px;
    padding: 15px 0 25px;
  }
  .l-footer__localinfo--img {
    margin-bottom: 0;
  }
  .l-footer__localinfo--img li {
    width: 100%;
    max-width: 690px;
    margin-bottom: 0;
  }
  .l-footer__localinfo--img li:not(:last-child) {
    margin-bottom: 10px;
  }
  .l-footer__localinfo--img li a:hover {
    opacity: 1;
    transition: none;
  }
  .l-footer__localinfo--text {
    margin-top: 25px;
    margin-bottom: -20px;
  }
  .l-footer__localinfo--text li {
    margin-bottom: 20px;
  }
  .l-footer__localinfo--text li a {
    padding-left: 15px;
    font-size: 0.75rem;
    line-height: 1;
  }
  .l-footer__localinfo--text li a:before {
    width: 5px;
    height: 9px;
  }
  .l-footer__localinfo--text li a:hover {
    opacity: 1;
    transition: none;
  }
  .l-footer__localinfo--text li a:hover:before {
    left: 0;
    transition: none;
  }
  .l-footer__localinfo--text li a span.sma {
    margin-bottom: 5px;
    font-size: 0.625rem;
    line-height: 1;
  }
  .l-footer__main--btn {
    display: block;
    margin-bottom: 40px;
  }
  .l-footer__main--btn li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l-footer__main--btn li {
    width: 100%;
    max-width: 690px;
  }
  .l-footer__main--btn li a:hover {
    background-color: #fff;
    transition: none;
  }
  .l-footer__main--btn li a:hover .btn-arw:after {
    -webkit-animation: none;
            animation: none;
  }
  .l-footer__main--sns li a:hover {
    opacity: 1;
    transition: none;
  }
  .l-footer__main--nav .footer-illust__inner .illust-marinetown {
    width: 74.3478%;
    height: 0;
    padding-top: 19.5652%;
  }
  .l-footer__main--nav .footer-illust__inner .illust-kamome__item {
    width: 35px;
    height: 24px;
  }
  .l-footer__main--nav .footer-illust__inner .illust-kamome__item.left {
    left: 10px;
  }
  .l-footer__main--nav .footer-illust__inner .illust-kamome__item.right {
    left: 48px;
  }
  .l-footer__main--nav .footer-illust__inner .illust-ship {
    top: inherit;
    right: 20px;
    bottom: -20px;
    width: 39px;
    height: 39px;
  }
  .l-footer__main--nav .footer-illust__inner .illust-fish {
    top: inherit;
    bottom: -40px;
    width: 60px;
    height: 23px;
  }
  .l-footer__main--nav .footer-nav {
    padding: 10px 0 95px;
  }
  .l-footer__main--nav .footer-nav__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 78.6667%;
    margin-bottom: 40px;
  }
  .l-footer__main--nav .footer-nav__list li {
    width: 50%;
  }
  .l-footer__main--nav .footer-nav__list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l-footer__main--nav .footer-nav__list li:last-child {
    width: 100%;
  }
  .l-footer__main--nav .footer-nav__list li a:hover {
    opacity: 1;
    transition: none;
  }
  .l-footer__main--nav .footer-nav__list li a:hover:before {
    left: 0;
    transition: none;
  }
  .l-footer__main--nav .footer-nav__copy {
    width: 92%;
    margin: 0 auto;
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .l-outer {
    max-width: 750px;
  }
  .l-inner {
    width: 92%;
    max-width: 690px;
  }
  .l-half {
    display: block;
  }
  .l-half .c-tertTtl {
    margin-top: 0;
  }
  .l-half__item {
    width: 100%;
  }
  .l-half__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .l-half__item--inner {
    width: 100%;
  }
  .c-majorSec {
    margin-top: 70px;
  }
  .l-smlSec {
    width: 100%;
  }
  .l-mdlSec {
    width: 100%;
  }
  .l-wideSec {
    width: 100%;
  }
  .l-stripeSec {
    padding: 15px 0;
  }
  .l-leadSec {
    margin: 25px auto 35px;
  }
  .c-bdrBox {
    padding: 15px 20px;
    border-width: 2px;
  }
  .c-mainTtl {
    margin-bottom: 50px;
    padding: 58px 0 45px;
    font-size: 1.875rem;
    line-height: 1;
  }
  .c-mainTtl:before {
    top: 5px;
    width: calc(100% - 30px);
    height: 8px;
  }
  .c-secTtl {
    margin-bottom: 50px;
  }
  .c-secTtl.sml {
    margin-bottom: 15px;
  }
  .c-secTtl.sml .c-secTtl__en span {
    padding: 0 18px;
  }
  .c-secTtl.sml .c-secTtl__en {
    margin-bottom: 15px;
  }
  .c-secTtl.sml .c-secTtl__ja span {
    font-size: 1.4375rem;
    line-height: 1.3043;
  }
  .c-secTtl__en {
    margin-bottom: 20px;
  }
  .c-secTtl__en span {
    padding: 0 20px;
    font-size: 0.9375rem;
    line-height: 1;
  }
  .c-secTtl__en span:before, .c-secTtl__en span:after {
    width: 1px;
    height: 16px;
  }
  .c-secTtl__ja span {
    font-size: 1.875rem;
    line-height: 1.2667;
  }
  .c-tertTtl {
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 1.125rem;
    line-height: 1.5556;
  }
  .c-tertTtl span {
    padding-left: 18px;
  }
  .c-tertTtl span:before {
    width: 5px;
    height: 30px;
  }
  .c-quatTtl {
    margin: 65px auto 20px;
    padding-bottom: 11px;
    font-size: 1.125rem;
    line-height: 1.5556;
  }
  .c-bldTtl {
    margin: 15px auto 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .c-textFlag span {
    padding: 0 30px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .c-textFlag span:before, .c-textFlag span:after {
    top: auto;
    bottom: 4px;
    width: 2px;
    height: 30px;
  }
  .c-textBasic:not(:last-child) {
    margin-bottom: 15px;
  }
  .c-textBasic {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-textBasic a:hover {
    opacity: 1;
    transition: none;
  }
  .c-textBasic a {
    transition: none;
  }
  .c-textBasic a[target="_blank"]:after {
    width: 14px;
    height: 12px;
  }
  .c-textMid:not(:last-child) {
    margin-bottom: 5px;
  }
  .c-textMid {
    font-size: 0.875rem;
    line-height: 1.7143;
  }
  .c-textLar:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-textLar {
    font-size: 0.875rem;
    line-height: 1.7143;
  }
  .c-textExLar {
    font-size: 1.125rem;
    line-height: 1.5556;
  }
  .c-textLinkLar {
    font-size: 0.875rem;
    line-height: 1.7143;
  }
  .c-textLinkLar a {
    padding-left: 13px;
  }
  .c-textLinkLar a:before {
    width: 5px;
    height: 9px;
  }
  .c-textLinkLar a:hover {
    opacity: 1;
    transition: none;
  }
  .c-textLinkLar a:hover:before {
    left: 0;
    transition: none;
  }
  a.c-textLinkInner:hover {
    opacity: 1;
    transition: none;
  }
  a.c-textLinkInner {
    transition: none;
  }
  a.newtab:after {
    width: 14px;
    height: 12px;
  }
  a.newtabLar:after {
    width: 16px;
    height: 14px;
  }
  .c-telItem {
    display: inline-block;
    position: relative;
    padding: 17px 20px 17px 50px;
    border: 1px solid #eeeee5;
    pointer-events: all;
  }
  .c-telItem:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 22px;
    height: 22px;
    margin: auto;
    background-image: url(../img/common/ico-tel.svg);
    background-size: cover;
    content: '';
  }
  .c-listBasic.lar li {
    font-size: inherit;
  }
  .c-listBasic li:not(:last-child) {
    margin-bottom: 0px;
  }
  .c-listBasic li {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-listMini li {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-listNum {
    display: block;
    margin: 7px auto 0;
  }
  .c-listNum li:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-listNum li {
    width: 100%;
  }
  .c-listNum__ttl {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 1rem;
    line-height: 1.625;
  }
  .c-listNum__ttl:before {
    width: 20px;
    height: 20px;
    font-size: 0.875rem;
    line-height: 1.5714;
  }
  .c-listNum__ttl:after {
    width: 20px;
    height: 20px;
  }
  .c-listNum__detail {
    font-size: 0.75rem;
    line-height: 1.75;
  }
  .c-inquiry-list__img {
    max-width: 690px;
  }
  .c-inquiry-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .c-inquiry-list > li .c-textBasic,
  .c-inquiry-list > li .c-listBasic {
    padding-left: 18px;
  }
  .c-bnr-list {
    margin-bottom: 30px;
  }
  .c-bnr-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
  .c-bnr-list__item a {
    margin-right: 0;
  }
  .c-bnr-list__item a:hover {
    opacity: 1;
    transition: none;
  }
  .howtofun-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94.2029%;
    margin: 0 auto;
  }
  .howtofun-list li:not(:last-child) {
    margin-right: 0;
  }
  .howtofun-list li {
    width: 46.1539%;
    margin-bottom: 15px;
  }
  .howtofun-list li a:hover .howtofun-text .btn-arw:after {
    -webkit-animation: none;
            animation: none;
  }
  .howtofun-list li a.is-invalid:hover .howtofun-text .btn-arw:after {
    -webkit-animation: none;
            animation: none;
  }
  .howtofun-list li a .howtofun-img img {
    width: 100%;
    max-width: inherit;
  }
  .howtofun-list li a .howtofun-text {
    padding: 15px 20px;
    font-size: 0.6875rem;
    line-height: 1.9091;
  }
  .c-rowBoxTop {
    display: block;
    margin-top: 50px;
  }
  .c-rowBoxTop.reverse {
    flex-direction: column-reverse;
  }
  .c-rowBoxTop.sp-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-rowBoxTop.sp-reverse .c-rowBoxTop__detail {
    margin-top: 0;
  }
  .c-rowBoxTop.sp-reverse .c-rowBoxTop__img {
    margin-top: 15px;
  }
  .c-rowBoxTop.pickup {
    margin-top: 15px;
  }
  .c-rowBoxTop.pickup .c-rowBoxTop__detail {
    width: 100%;
    margin-left: auto;
  }
  .c-rowBoxTop__img {
    width: 100%;
    max-width: 690px;
  }
  .c-rowBoxTop__img img {
    width: 100%;
    max-width: inherit;
    border-radius: 5px;
  }
  .c-rowBoxTop__detail {
    width: 100%;
    margin-top: 15px;
  }
  .c-rowBoxTop__detail--ttl {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.625;
  }
  .c-rowBoxTop__detail--text {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-rowBoxTop__detail--pickup {
    margin-top: 15px;
    padding: 13px;
  }
  .c-rowBoxTop__detail--pickup dl dt,
  .c-rowBoxTop__detail--pickup dl dd {
    font-size: 0.6875rem;
    line-height: 2;
  }
  .c-rowBoxTop__detail--pickup dl dt {
    width: 3rem;
    margin-right: 5px;
  }
  .c-fullBoxThumb {
    margin-top: 15px;
  }
  .c-fullBoxThumb__img img {
    border-radius: 5px;
  }
  .c-fullBoxThumb__detail .ttl {
    font-size: 1rem;
    line-height: 1.625;
  }
  .c-fullBoxThumb__detail .text {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-rowBoxThumb {
    display: block;
    margin: 15px auto 5px;
  }
  .c-rowBoxThumb.dbl .c-rowBoxThumb__item {
    width: 100%;
  }
  .c-rowBoxThumb.tpl .c-rowBoxThumb__item:not(:last-child) {
    margin-right: 0;
  }
  .c-rowBoxThumb.tpl .c-rowBoxThumb__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .c-rowBoxThumb.tpl .c-rowBoxThumb__item .c-rowBoxThumb__item--img {
    width: 47.8261%;
  }
  .c-rowBoxThumb.tpl .c-rowBoxThumb__item .c-rowBoxThumb__item--detail {
    width: 46.8116%;
    margin-top: 0;
  }
  .c-rowBoxThumb.tpl .c-rowBoxThumb__item .c-rowBoxThumb__item--detail .ttl {
    margin-bottom: 0;
  }
  .c-rowBoxThumb.tplFull.restaurant_thumb {
    display: none;
  }
  .c-rowBoxThumb.tplFull.restaurant_thumb .c-rowBoxThumb__item--detail .ttl {
    font-size: 0.875rem;
    line-height: 1.7143;
  }
  .c-rowBoxThumb.tplFull .c-rowBoxThumb__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .c-rowBoxThumb.tplFull .c-rowBoxThumb__item {
    width: 100%;
  }
  .c-rowBoxThumb.tplFull .c-rowBoxThumb__item .c-rowBoxThumb__item--detail {
    width: 100%;
  }
  .c-rowBoxThumb.tplList {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .c-rowBoxThumb.tplList.center .c-rowBoxThumb__item:not(:last-child) {
    margin-right: 0;
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item a {
    transition: none;
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item a:hover {
    opacity: 1;
    transition: none;
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item a:hover .c-rowBoxThumb__item--img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item a:hover .text:before {
    left: 0;
    transition: none;
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item a .c-rowBoxThumb__item--img {
    transition: none;
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item a .ttl,
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item a .text {
    transition: none;
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item a .text {
    padding-left: 13px;
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item a .text:before {
    width: 5px;
    height: 9px;
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item {
    width: 46.3768%;
    margin-bottom: 30px;
  }
  .c-rowBoxThumb.tplList .c-rowBoxThumb__item:nth-child(even) {
    margin-left: 7.2464%;
  }
  .c-rowBoxThumb.lead {
    margin-top: 30px;
  }
  .c-rowBoxThumb.lead .c-rowBoxThumb__item:not(:last-child) {
    margin-bottom: 45px;
  }
  .c-rowBoxThumb.lead .c-rowBoxThumb__item .c-rowBoxThumb__item--detail {
    margin-bottom: 10px;
  }
  .c-rowBoxThumb.lead .c-rowBoxThumb__item .text {
    margin-bottom: 0;
  }
  .c-rowBoxThumb__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .c-rowBoxThumb__item--img img {
    border-radius: 5px;
  }
  .c-rowBoxThumb__item--detail .ttl {
    font-size: 1rem;
    line-height: 1.625;
  }
  .c-rowBoxThumb__item--detail .text {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-colBoxThumb {
    margin-top: 15px;
  }
  .c-colBoxThumb__item--img {
    display: block;
  }
  .c-colBoxThumb__item--img .img-item {
    width: 100%;
  }
  .c-colBoxThumb__item--img .img-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-colBoxThumb__item--img .img-item img {
    border-radius: 5px;
  }
  .c-colBoxThumb__item--detail .ttl {
    font-size: 1rem;
    line-height: 1.625;
  }
  .c-colBoxThumb__item--detail .text {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-mixBoxThumb {
    margin-top: 50px;
  }
  .c-mixBoxThumb:after {
    display: none;
  }
  .c-mixBoxThumb.left .c-mixBoxThumb__top .c-mixBoxThumb__top--col {
    margin-right: auto;
    margin-left: 0;
  }
  .c-mixBoxThumb.left .c-mixBoxThumb__btm .c-mixBoxThumb__btm--img {
    margin-right: 0;
  }
  .c-mixBoxThumb__top {
    display: block;
    width: 92%;
    max-width: 690px;
  }
  .c-mixBoxThumb__top--sp {
    display: block;
  }
  .c-mixBoxThumb__top--sp .ttl {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.625;
  }
  .c-mixBoxThumb__top--sp .text {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.8333;
  }
  .c-mixBoxThumb__top--sp .text:not(:last-child) {
    margin-bottom: 5px;
  }
  .c-mixBoxThumb__top--lar {
    width: 100%;
    margin-top: 10px;
  }
  .c-mixBoxThumb__top--col {
    width: 55.7971%;
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
  }
  .c-mixBoxThumb__top--col .detail {
    display: none;
  }
  .c-mixBoxThumb__top--col .img {
    width: 100%;
    margin-top: 0;
  }
  .c-mixBoxThumb__btm {
    width: 92%;
    max-width: 690px;
    margin-top: 10px;
  }
  .c-mixBoxThumb__btm--img {
    width: 73.913%;
    margin-left: 0;
  }
  .c-mixBoxThumb img {
    border-radius: 5px;
  }
  .c-thumblink-list {
    display: block;
    margin-bottom: 75px;
  }
  .c-thumblink-list__item {
    width: 100%;
  }
  .c-thumblink-list__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .c-thumblink-list__item a {
    display: flex;
    justify-content: space-between;
    transition: none;
  }
  .c-thumblink-list__item a:hover {
    opacity: 1;
    transition: none;
  }
  .c-thumblink-list__item a:hover .ttl:before {
    left: 0;
    transition: none;
  }
  .c-thumblink-list__item .img {
    width: 47.8261%;
  }
  .c-thumblink-list__item .img img {
    border-radius: 5px;
  }
  .c-thumblink-list__item .detail {
    width: 47.1015%;
    margin-top: 0;
  }
  .c-thumblink-list__item .detail .date {
    margin-right: 5px;
    font-size: 0.75rem;
    line-height: 1;
  }
  .c-thumblink-list__item .detail .tag {
    padding: 5px 6px;
    font-size: 0.625rem;
    line-height: 1;
  }
  .c-thumblink-list__item .detail .ttl {
    padding-left: 12px;
    font-size: 0.75rem;
    line-height: 1.3333;
  }
  .c-thumblink-list__item .detail .ttl:before {
    width: 5px;
    height: 10px;
    transition: none;
  }
  .c-article-body {
    margin-top: 50px;
  }
  .c-article-body .c-article-list__yearTtl {
    margin-bottom: 10px;
    padding: 13px 20px;
    font-size: 0.875rem;
    line-height: 1;
  }
  .c-article-body .c-article-list__month {
    width: 94.2029%;
  }
  .c-article-body .c-article-list__month .month-article {
    padding-top: 12px;
  }
  .c-article-body .c-article-list__month .month-article__ttl {
    min-width: 3rem;
    padding-top: 3px;
    font-size: 0.875rem;
    line-height: 1;
  }
  .c-article-body .c-article-list__month .month-article__list li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .c-article-body .c-article-list__month .month-article__list .date {
    margin-right: 15px;
    font-size: 0.75rem;
    line-height: 1;
  }
  .c-article-body .c-article-list__month .month-article__list .tag {
    padding: 5px 8px;
    font-size: 0.625rem;
    line-height: 1;
  }
  .c-article-body .c-article-list__month .month-article__list .ttl {
    margin-top: 5px;
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-tblBasic__body.col th,
  .c-tblBasic__body.col td {
    display: block;
    text-align: center;
  }
  .c-tblBasic__body.col th:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #666;
  }
  .c-tblBasic__body.colLeft th,
  .c-tblBasic__body.colLeft td {
    display: block;
  }
  .c-tblBasic__body.colLeft th:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #666;
  }
  .c-tblBasic__body.price {
    display: none;
  }
  .c-tblBasic__body.exLongTtl th {
    min-width: 16rem;
  }
  .c-tblBasic__body.emp th {
    width: 100%;
  }
  .c-tblBasic__body.half td {
    width: 50%;
  }
  .c-tblBasic__body tr:not(:last-child) {
    border-bottom: 1px dotted #666;
  }
  .c-tblBasic__body th,
  .c-tblBasic__body td {
    padding: 15px 10px;
  }
  .c-tblBasic__body th:not(:last-child) {
    border-right: 1px dotted #666666;
  }
  .c-tblBasic__body th {
    min-width: 5rem;
    font-size: 0.875rem;
    line-height: 1.7143;
  }
  .c-tblBasic__body td:not(:last-child) {
    border-right: 1px dotted #666666;
  }
  .c-tblBasic__body td {
    font-size: 0.875rem;
    line-height: 1.7143;
  }
  .c-tblBasic__body td a:hover {
    opacity: 1;
    transition: none;
  }
  .c-tblBasic__body td a {
    transition: none;
  }
  .c-tblBasic__body td a[target="_blank"]:after {
    width: 14px;
    height: 12px;
  }
  .c-tblBasic__cap {
    margin-top: 5px;
    font-size: 0.625rem;
    line-height: 1.8;
  }
  .c-tblCol {
    display: block;
    border: 1px solid #666;
  }
  .c-tblCol dl {
    display: flex;
    flex-wrap: wrap;
  }
  .c-tblCol dl:not(:last-child) {
    border-bottom: 1px dotted #666;
  }
  .c-tblCol dl dt,
  .c-tblCol dl dd {
    width: 50%;
    padding: 13px 0;
    font-size: 0.875rem;
    line-height: 1.7143;
    text-align: center;
  }
  .c-tblCol dl dt:not(:last-child),
  .c-tblCol dl dd:not(:last-child) {
    border-right: 1px dotted #666;
  }
  .c-tblCol dl dt.full,
  .c-tblCol dl dd.full {
    width: 100%;
  }
  .c-tblCol dl dt.full:not(:last-child),
  .c-tblCol dl dd.full:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #666;
  }
  .c-tblCol dl dt {
    background-color: #eeeee6;
    font-weight: bold;
  }
  .c-defineList.wide dt {
    width: 4rem;
  }
  .c-defineList dt,
  .c-defineList dd {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-defineList dt {
    min-width: 3rem;
  }
  .c-tlbBus__body {
    width: 48.9855%;
  }
  .c-tlbBus__body tr:not(:last-child) {
    border-bottom: 1px dotted #666;
  }
  .c-tlbBus__body th,
  .c-tlbBus__body td {
    padding: 15px 0;
    font-size: 0.875rem;
    line-height: 1;
  }
  .c-tlbBus__body th:not(:last-child) {
    border-right: 1px dotted #666666;
  }
  .c-tlbBus__body td.bg-marinyan:after {
    width: 32px;
    height: 26px;
  }
  .c-linkList {
    display: block;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .c-linkList li {
    width: 100%;
    margin-bottom: 15px;
  }
  .c-linkList li a {
    padding-left: 15px;
    font-size: 0.875rem;
    line-height: 1.7143;
  }
  .c-linkList li a:hover {
    opacity: 1;
    transition: none;
  }
  .c-linkList li a:hover:before {
    left: 0;
    transition: none;
  }
  .c-linkList li a:before {
    top: 6px;
    width: 5px;
    height: 9px;
  }
  .c-bnr:hover {
    opacity: 1;
    transition: none;
  }
  .c-tab {
    margin-top: 70px;
  }
  .c-tab__btn li.is-active a:hover {
    color: #fff;
  }
  .c-tab__btn li.is-active a:hover:after {
    opacity: 1;
  }
  .c-tab__btn li.is-active a:hover span:before {
    background-image: url(../img/common/arw-white.svg);
  }
  .c-tab__btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-radius: 5px;
    font-size: 0.9375rem;
    line-height: 1.3333;
  }
  .c-tab__btn li a:after {
    bottom: -11px;
    border-width: 9px 8px 0 8px;
    transition: none;
  }
  .c-tab__btn li a:hover {
    border: 2px solid #222;
    background-color: #fff;
    color: #222;
  }
  .c-tab__btn li a:hover:after {
    opacity: 0;
    transition: none;
  }
  .c-tab__btn li a:hover span:before {
    background-image: url(../img/common/arw-black.svg);
    transition: none;
  }
  .c-tab__btn li a span {
    padding-left: 27px;
  }
  .c-tab__btn li a span:before {
    width: 6px;
    height: 11px;
  }
  .c-tab__btn li a span:before {
    transition: none;
  }
  .c-flow__list {
    width: 88.4058%;
    margin: 0 auto;
  }
  .c-flow__list li {
    padding: 7px 0;
    font-size: 0.75rem;
    line-height: 2;
  }
  .c-flow__list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-flow__list li:not(:last-child):after {
    bottom: -16px;
    width: 6px;
    height: 10px;
  }
  .c-mapImg a {
    transition: none;
  }
  .c-mapImg a:hover {
    opacity: 1;
    transition: none;
  }
  .c-mapImg {
    width: 100%;
    margin: 20px auto 0;
  }
  .c-mapFrame {
    margin-bottom: 10px;
    padding-top: 66.6667%;
  }
  .c-btn-round:hover {
    opacity: 1;
    transition: none;
  }
  .c-btn-round {
    padding: 4px 8px;
    font-size: 0.625rem;
    line-height: 1;
    transition: none;
  }
  .c-btn-round span {
    padding-left: 8px;
  }
  .c-btn-round span:before {
    width: 4px;
    height: 8px;
  }
  .c-btn-arw {
    width: 160px;
    padding: 11px 42px 11px 22px;
    font-size: 0.8125rem;
    line-height: 1;
  }
  .c-btn-arw:hover .btn-arw:after {
    -webkit-animation: none;
            animation: none;
  }
  .c-btn-arw .btn-arw {
    right: 15px;
    width: 22px;
    height: 7px;
  }
  .c-btn-arw .btn-arw:after {
    width: 22px;
    height: 7px;
  }
  .c-movie {
    width: 100%;
  }
  .c-movie__body {
    padding: 10px;
    border-radius: 5px;
  }
  .c-pickup__more {
    display: block;
    margin-top: 50px;
    padding: 45px 0 0;
    border-top: 1px dashed #d3d3d3;
  }
  .c-pickup__more--text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .c-pickup__more--img {
    justify-content: center;
  }
  .c-pickup__more--img .img-item:not(:last-child) {
    margin-right: 15px;
  }
  .c-pickup__more--img .img-item {
    width: 105px;
    height: 105px;
  }
  .c-pickup__more .c-btn-arw {
    margin-top: 22px;
  }
  .c-cursor,
  .c-follower {
    display: none;
  }
  .c-pagetop {
    right: 20px;
    bottom: 80px;
  }
  .c-pagetop__btn {
    width: 50px;
    height: 50px;
    font-size: 0.6875rem;
    line-height: 1;
  }
  .c-pagetop__btn:hover .c-pagetop__btn--text span:before {
    top: 0;
    transition: none;
  }
  .c-pagetop__btn--text {
    border-width: 1px;
  }
  .c-pagetop__btn--text span {
    padding-top: 15px;
  }
  .c-pagetop__btn--text span:before {
    width: 10px;
    height: 10px;
  }
  .c-pagetop__btn--popup {
    display: none;
  }
  .c-breadcrumb {
    margin: 12px auto 15px;
  }
  .c-breadcrumb__nav ol {
    margin-left: 0;
  }
  .c-breadcrumb__nav ol li:not(:last-child) {
    margin-right: 7px;
    padding-right: 15px;
  }
  .c-breadcrumb__nav ol li:not(:last-child):after {
    width: 5px;
    height: 9px;
  }
  .c-breadcrumb__nav ol li.top {
    min-width: 28px;
  }
  .c-breadcrumb__nav ol li.top img {
    width: 13px;
    height: 13px;
  }
  .c-breadcrumb__nav ol li a {
    font-size: 0.75rem;
    line-height: 1.3333;
  }
  .c-breadcrumb__nav ol li span {
    font-size: 0.75rem;
    line-height: 1.3333;
  }
  .c-form {
    padding: 0 20px 30px;
    border-radius: 10px;
  }
  .c-form__inner {
    width: 100%;
  }
  .c-form__body {
    padding-top: 75px;
  }
  .c-form__body--list li:not(:last-child) {
    margin-bottom: 15px;
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-form__body--list .form-label {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-form__body--list .form-label__required {
    margin-left: 8px;
    padding: 4px 6px;
    font-size: 0.625rem;
    line-height: 1;
  }
  .c-form__body--list .form-input {
    height: 40px;
  }
  .c-form__body--list .form-input.short:not(:nth-child(2)) {
    margin-left: 10px;
  }
  .c-form__body--list .form-input.short {
    max-width: 60px;
    margin-right: 5px;
    padding: 0 5px;
  }
  .c-form__body--list .mwform-radio-field,
  .c-form__body--list .form-radio-text {
    display: block;
    margin-top: 10px;
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-form__body--list input[type="radio"] + .mwform-radio-field-text {
    padding-left: 27px;
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-form__body--list input[type="radio"] + .mwform-radio-field-text:before {
    width: 14px;
    height: 14px;
  }
  .c-form__body--list input[type="radio"] + .mwform-radio-field-text:after {
    top: 2px;
    width: 8px;
    height: 8px;
  }
  .c-form__body--list input[type="checkbox"] + label {
    padding-left: 27px;
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-form__body--list input[type="checkbox"] + label:before {
    width: 15px;
    height: 15px;
  }
  .c-form__body--list input[type="checkbox"] + label:after {
    width: 16px;
    height: 12px;
  }
  .c-form__body--list .concent-text {
    font-size: 0.625rem;
    line-height: 2;
  }
  .c-form__body--list .form-cap {
    font-size: 0.625rem;
    line-height: 2;
  }
  .c-form__body--list .form-tilde {
    margin: 0 5px;
  }
  .c-form__body--list .ml50 {
    margin-left: 0;
  }
  .c-form__body--list .mb15 {
    margin-bottom: 10px;
  }
  .c-form__body--list .mt15 {
    margin-top: -10px;
  }
  .c-form__body--list .form-term-box {
    margin-bottom: 17px;
    padding: 15px;
  }
  .c-form__body--list .form-term-list .ttl,
  .c-form__body--list .form-term-list .detail {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  .c-form__body--list .form-term-list .ttl {
    padding-left: 25px;
  }
  .c-form__body .btn-submit {
    width: 76.9231%;
    max-width: 500px;
    margin-top: 50px;
  }
  .c-form__body .btn-submit__body {
    font-size: 0.8125rem;
    line-height: 1;
  }
  .c-form__body .btn-submit__body:hover {
    opacity: 1;
    transition: none;
  }
  .c-mv {
    height: 150px;
  }
  .c-mv__inner {
    width: 92%;
    max-width: 690px;
  }
  .c-mv__ttl {
    padding-left: 61px;
  }
  .c-mv__ttl span.ttl-ja {
    margin-bottom: 10px;
  }
  .c-mv__ttl span.ttl-en {
    font-size: 0.75rem;
    line-height: 1;
  }
  .c-mv__ttlLow {
    font-size: 1.5rem;
    line-height: 1;
  }
  .c-mv__ttlLow .sml {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.3333;
  }
  .c-news__inner {
    border-radius: 5px;
  }
  .c-news__body--ttl {
    padding: 10px 0 10px 10px;
    font-size: 1.125rem;
    line-height: 1;
  }
  .c-news__body--list {
    padding: 10px;
  }
  .c-news__body--list li {
    padding: 0;
  }
  .c-news__body--list li a:hover .date,
  .c-news__body--list li a:hover .detail {
    text-decoration: none;
  }
  .c-news__body--item {
    display: block;
  }
  .c-news__body--item .date,
  .c-news__body--item .detail {
    display: block;
  }
  .c-news__body--item .date {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 0.75rem;
    line-height: 1;
  }
  .c-news__body--item .detail {
    font-size: 0.875rem;
    line-height: 1.7143;
  }
  .c-feature {
    margin-top: 50px;
  }
  .c-feature__item {
    margin-bottom: 100px;
  }
  .c-feature__item:nth-child(even) .feature-img {
    margin-left: 10px;
  }
  .c-feature__item:nth-child(even) .feature-img__sub {
    right: -40px;
  }
  .c-feature__item:nth-child(even) .feature-text__detail--inner {
    margin: 0 auto;
  }
  .c-feature__item .feature-img {
    width: 82.6087%;
    margin-right: auto;
    margin-left: 10px;
  }
  .c-feature__item .feature-img__sub {
    right: -40px;
    left: auto;
    width: 35.0877%;
  }
  .c-feature__item .feature-text {
    position: relative;
    height: auto;
    margin-top: -60px;
  }
  .c-feature__item .feature-text__ttl {
    display: none;
  }
  .c-feature__item .feature-text__detail {
    position: relative;
    width: 100%;
    padding: 63px 10px 45px;
    border-radius: 5px;
  }
  .c-feature__item .feature-text__detail--ttl {
    display: block;
    width: 93.8462%;
    margin: 0 auto 20px;
    font-size: 1.5625rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .c-feature__item .feature-text__detail--inner {
    width: 93.8462%;
    margin: 0 auto;
  }
  .c-feature__item .feature-text__detail--inner p {
    font-size: 0.8125rem;
    line-height: 2.5385;
  }
  .c-feature__item .feature-text__detail .feature-btn {
    width: 160px;
    padding: 11px 42px 11px 22px;
    font-size: 0.8125rem;
    line-height: 1;
  }
  .c-feature__item .feature-text__detail .feature-btn:hover .btn-arw:after {
    -webkit-animation: none;
            animation: none;
  }
  .c-feature__item .feature-text__detail .feature-btn .btn-arw {
    right: 15px;
    width: 22px;
    height: 7px;
  }
  .c-feature__item .feature-text__detail .feature-btn .btn-arw:after {
    width: 22px;
    height: 7px;
  }
  .c-shoplist {
    padding: 70px 0;
  }
  .c-shoplist__body {
    display: block;
    margin-bottom: 0;
  }
  .c-shoplist__body > li {
    width: 100%;
    max-width: 690px;
    margin-bottom: 0;
    border-radius: 5px;
  }
  .c-shoplist__body > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .c-shoplist__body > li a:before {
    transition: none;
  }
  .c-shoplist__body > li a:hover:before {
    opacity: 0;
  }
  .c-shoplist__body > li a {
    display: flex;
    padding: 15px 15px 13px;
  }
  .c-shoplist__body > li .shop-img {
    width: 44.4444%;
  }
  .c-shoplist__body > li .shop-img img {
    border-radius: 2.5px;
  }
  .c-shoplist__body > li .shop-info {
    width: 51.4286%;
    margin-left: 15px;
    padding: 0;
  }
  .c-shoplist__body > li .shop-info__name {
    margin-bottom: 9px;
    font-size: 0.9375rem;
    line-height: 1.2667;
  }
  .c-shoplist__body > li .shop-info__detail {
    font-size: 0.75rem;
    line-height: 1.6667;
  }
  .c-shoplist__body > li .shop-info__tag {
    padding: 4px 11px;
    font-size: 0.6875rem;
    line-height: 1;
  }
  .c-major-nav {
    margin-bottom: 30px;
  }
  .c-major-nav__body {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94.2029%;
    margin: 0 auto -5px;
  }
  .c-major-nav__body li:not(:last-child) {
    margin-right: 0;
  }
  .c-major-nav__body li.is-current a .nav-ol span {
    color: #fff;
    transition: none;
  }
  .c-major-nav__body li.is-current a .nav-ol span:after {
    bottom: -4px;
    background-image: url(../img/common/arw-white.svg);
    transition: none;
  }
  .c-major-nav__body li {
    width: 49.2308%;
    max-width: 320px;
    height: auto;
    margin-bottom: 5px;
    padding-top: 0;
  }
  .c-major-nav__body li a {
    position: relative;
    border: none;
    border-radius: 5px;
  }
  .c-major-nav__body li a:hover .nav-ol span {
    color: #222;
    transition: none;
  }
  .c-major-nav__body li a:hover .nav-ol span:after {
    bottom: -4px;
    background-image: url(../img/common/arw-black.svg);
    transition: none;
  }
  .c-major-nav__body li a .nav-img {
    display: none;
  }
  .c-major-nav__body li a .nav-ol {
    position: relative;
    height: auto;
    padding: 14px 0 8px;
    transition: none;
  }
  .c-major-nav__body li a .nav-ol span {
    padding-bottom: 20px;
    font-size: 0.9375rem;
    line-height: 1;
  }
  .c-local-nav__body:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-local-nav__body.tri li {
    width: 33.3333%;
  }
  .c-local-nav__body.tri li:nth-child(even) {
    border-right: none;
  }
  .c-local-nav__body {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .c-local-nav__body li {
    margin-bottom: 10px;
    padding: 11px 0 8px;
    border-width: 1px;
  }
  .c-local-nav__body li:last-child {
    border-width: 1px;
  }
  .c-local-nav__body li {
    width: 50%;
  }
  .c-local-nav__body li:nth-child(even) {
    border-right: 1px solid #bfbfbf;
  }
  .c-local-nav__body li a {
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.2857;
  }
  .c-local-nav__body li a:hover {
    opacity: 1;
    transition: none;
  }
  .c-local-nav__body li a:hover:before {
    top: auto;
    bottom: 0;
    transition: none;
  }
  .c-local-nav__body li a:before {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 10px;
    margin: auto;
    transition: none;
  }
  #top .p-top-today {
    margin-bottom: 20px;
    padding: 25px 20px 20px;
    border-radius: 8px;
  }
  #top .p-top-today__ttl {
    top: -44px;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 37px;
    padding-left: 0;
    font-size: 0.9375rem;
    line-height: 1;
    text-align: center;
  }
  #top .p-top-today__ttl:before {
    top: 0;
    right: 0;
    bottom: auto;
    width: 26px;
    height: 26px;
    margin: auto;
  }
  #top .p-top-today__body li dt, #top .p-top-today__body li dd {
    font-size: 0.625rem;
    line-height: 2;
  }
  #top .p-top-today__body li dt {
    width: 5rem;
    padding-right: 10px;
  }
  #top .p-top-info {
    margin-bottom: 20px;
  }
  #top .p-top-info__ttl {
    margin-bottom: 20px;
  }
  #top .p-top-info__ttl:after {
    width: calc(100% - 93px);
    height: 20px;
  }
  #top .p-top-info__ttl--text {
    font-size: 1.25rem;
    line-height: 1;
  }
  #top .p-top-info__list {
    display: block;
    margin-bottom: 15px;
  }
  #top .p-top-info__list li {
    width: 100%;
  }
  #top .p-top-info__list li:not(:last-child) {
    margin-bottom: 15px;
  }
  #top .p-top-info__list li a:hover {
    opacity: 1;
    transition: none;
  }
  #top .p-top-info__list li .date {
    margin-bottom: 10px;
    font-size: 0.625rem;
    line-height: 1;
  }
  #top .p-top-info__list li .thumb {
    display: flex;
  }
  #top .p-top-info__list li .thumb__img {
    width: 47.8261%;
  }
  #top .p-top-info__list li .thumb__detail {
    width: 46.9565%;
  }
  #top .p-top-info__list li .thumb__detail--ttl {
    padding: 6px 6px;
    border-radius: 3px;
    font-size: 0.75rem;
    line-height: 1;
  }
  #top .p-top-info__list li .thumb__detail--text {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #top .p-top-info .c-textLinkLar {
    margin-right: 0;
  }
  #top .p-top-event {
    padding: 15px 0;
    background-image: linear-gradient(-45deg, #f2f2ec 30%, #eeeee5 30%, #eeeee5 50%, #f2f2ec 50%, #f2f2ec 80%, #eeeee5 80%, #eeeee5);
    background-size: 15px 15px;
  }
  #top .p-top-event__body {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
  }
  #top .p-top-event__body--inner {
    border-radius: 5px;
  }
  #top .p-top-event__body .event-body {
    display: block;
    padding: 0 10px;
  }
  #top .p-top-event__body .event-body__ttl {
    min-width: inherit;
    padding: 20px 0 0;
  }
  #top .p-top-event__body .event-body__ttl--en {
    margin-bottom: 15px;
    font-size: 0.9375rem;
    line-height: 1;
  }
  #top .p-top-event__body .event-body__ttl--ja {
    margin-bottom: 17px;
    font-size: 1.25rem;
    line-height: 1;
  }
  #top .p-top-event__body .event-body__ttl--img {
    width: 54.0984%;
    margin: 0 auto;
  }
  #top .p-top-event__body .event-body__ttl--kamomeR {
    top: 14px;
    right: 21.9672%;
    width: 22px;
  }
  #top .p-top-event__body .event-body__ttl--kamomeL {
    top: 79px;
    bottom: auto;
    left: 21.3115%;
    width: 22px;
  }
  #top .p-top-event__body .event-body__detail {
    padding: 15px 0;
  }
  #top .p-top-event__body .event-body__detail .event-ttl {
    margin-bottom: 8px;
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #top .p-top-event__body .event-body__detail .event-detail {
    margin-bottom: 15px;
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #top .p-top-sec {
    padding: 104px 0 0;
  }
  #top .p-top-sec .l-inner {
    width: 100%;
    max-width: inherit;
  }
  #top .p-top-sec.restaurant {
    padding-top: 72px;
  }
  #top .p-top-sec.restaurant .sec-ttl__main--ico .ico {
    width: 43px;
    margin-right: 16px;
    margin-left: 11px;
  }
  #top .p-top-sec.restaurant .sec-ttl__main--ico .tri {
    top: -12px;
    right: calc(50% - 59px);
  }
  #top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-i {
    width: 28px;
  }
  #top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-zu {
    width: 26px;
  }
  #top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-wo {
    width: 22px;
  }
  #top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-ta {
    width: 27px;
  }
  #top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-be {
    width: 26px;
  }
  #top .p-top-sec.restaurant .sec-ttl__main--ja img.sentence-ru {
    width: 21px;
  }
  #top .p-top-sec.restaurant .c-btn-arw:hover {
    background-color: #fff;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__body .slick-dots li.slick-active {
    background-color: #f19cbd;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item:hover .item-img {
    border-color: #eeeee5;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item.first {
    top: inherit;
    right: inherit;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item.first .item-text {
    top: 37px;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item.second {
    top: inherit;
    right: inherit;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item.second .item-text {
    top: 5px;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item.third {
    top: inherit;
    right: inherit;
  }
  #top .p-top-sec.restaurant .sec-btn .sec-btn__item.third .item-text {
    top: 5px;
  }
  #top .p-top-sec.enjoy .sec-ttl__main--ico .ico {
    width: 45px;
    margin-right: 17px;
    margin-left: 10px;
  }
  #top .p-top-sec.enjoy .sec-ttl__main--ico .tri {
    right: calc(50% - 50px);
  }
  #top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-aso {
    width: 28px;
  }
  #top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-bu {
    width: 27px;
  }
  #top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-dot {
    width: 7px;
    margin: 0 9px;
  }
  #top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-su {
    width: 27px;
  }
  #top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-go {
    width: 24px;
  }
  #top .p-top-sec.enjoy .sec-ttl__main--ja img.sentence-su2 {
    width: 23px;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__body .slick-dots li.slick-active {
    background-color: #9ed8f0;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item:hover .item-img {
    border-color: #eeeee5;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item.first {
    top: inherit;
    left: inherit;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item.first .item-text {
    top: 37px;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item.second {
    top: inherit;
    left: inherit;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item.second .item-text {
    top: 5px;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item.third {
    top: inherit;
    left: inherit;
  }
  #top .p-top-sec.enjoy .sec-btn .sec-btn__item.third .item-text {
    top: 5px;
  }
  #top .p-top-sec.seasidespa .sec-ttl__main--ico .ico {
    width: 41px;
    margin-right: 19px;
    margin-left: 10px;
  }
  #top .p-top-sec.seasidespa .sec-ttl__main--ico .tri {
    top: 3px;
    right: calc(50% - 50px);
  }
  #top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-on {
    width: 28px;
  }
  #top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-sen {
    width: 27px;
  }
  #top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-de {
    width: 23px;
    margin: 0 4px;
  }
  #top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-ku {
    width: 15px;
    margin: 0 4px;
  }
  #top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-tsu {
    width: 25px;
    margin: 0 4px;
  }
  #top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-ro {
    width: 22px;
    margin: 0 4px;
  }
  #top .p-top-sec.seasidespa .sec-ttl__main--ja img.sentence-gu {
    width: 21px;
    margin: 0 4px;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__body .slick-dots li.slick-active {
    background-color: #41a8a9;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item:hover .item-img {
    border-color: #eeeee5;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item.first {
    top: inherit;
    right: inherit;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item.first .item-text {
    top: 5px;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item.second {
    top: inherit;
    right: inherit;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item.second .item-text {
    top: 5px;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item.third {
    top: inherit;
    right: inherit;
  }
  #top .p-top-sec.seasidespa .sec-btn .sec-btn__item.third .item-text {
    top: 5px;
  }
  #top .p-top-sec.omiyage .sec-ttl__main--ico .ico {
    width: 50px;
    margin-right: 16px;
    margin-left: 4px;
  }
  #top .p-top-sec.omiyage .sec-ttl__main--ico .tri {
    top: 0;
    right: calc(50% - 53px);
  }
  #top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-o {
    width: 26px;
  }
  #top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-mi {
    width: 26px;
  }
  #top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-ya {
    width: 27px;
  }
  #top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-wo {
    width: 21px;
    margin: 0 4px;
  }
  #top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-ka {
    width: 25px;
  }
  #top .p-top-sec.omiyage .sec-ttl__main--ja img.sentence-u {
    width: 17px;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__body .slick-dots li.slick-active {
    background-color: #fbf24d;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item:hover .item-img {
    border-color: #eeeee5;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item.first {
    top: inherit;
    left: inherit;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item.first .item-text {
    top: 37px;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item.second {
    top: inherit;
    left: inherit;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item.second .item-text {
    top: 5px;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item.third {
    top: inherit;
    left: inherit;
  }
  #top .p-top-sec.omiyage .sec-btn .sec-btn__item.third .item-text {
    top: 5px;
  }
  #top .p-top-sec.sitescene .sec-ttl__main--ico .ico {
    width: 52px;
    margin-right: 15px;
    margin-left: 3px;
  }
  #top .p-top-sec.sitescene .sec-ttl__main--ico .tri {
    top: -14px;
    right: calc(50% - 53px);
  }
  #top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-i {
    width: 28px;
  }
  #top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-zu {
    width: 26px;
  }
  #top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-wo {
    width: 22px;
  }
  #top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-shi {
    width: 26px;
  }
  #top .p-top-sec.sitescene .sec-ttl__main--ja img.sentence-ru {
    width: 21px;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__body {
    height: auto;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__body .slick-dots li.slick-active {
    background-color: #f19cbd;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item:hover .item-img {
    border-color: #eeeee5;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item.first {
    top: inherit;
    right: inherit;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item.first .item-text {
    top: 5px;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item.second {
    top: inherit;
    right: inherit;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item.second .item-text {
    top: 37px;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item.third {
    top: inherit;
    right: inherit;
  }
  #top .p-top-sec.sitescene .sec-btn .sec-btn__item.third .item-text {
    top: 37px;
  }
  #top .p-top-sec__body {
    display: block;
  }
  #top .p-top-sec__body .sec-ttl {
    margin-bottom: 40px;
  }
  #top .p-top-sec__body .sec-ttl__en {
    margin-bottom: 25px;
  }
  #top .p-top-sec__body .sec-ttl__en--body {
    padding: 0 19px;
    letter-spacing: 0.1em;
  }
  #top .p-top-sec__body .sec-ttl__en--body:before, #top .p-top-sec__body .sec-ttl__en--body:after {
    top: auto;
    width: 2px;
    height: 17px;
  }
  #top .p-top-sec__body .sec-ttl__en--body span {
    font-size: 0.9375rem;
    line-height: 1;
  }
  #top .p-top-sec__body .sec-ttl__main {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  #top .p-top-sec__body .sec-ttl__main--ico {
    width: 70px;
    margin: 0;
  }
  #top .p-top-sec__body .sec-ttl__main--ico .tri {
    width: 69px;
    height: 69px;
  }
  #top .p-top-sec__body .sec-ttl__main--ja {
    z-index: 10;
    position: relative;
    margin: 0;
  }
  #top .p-top-sec__body .sec-ttl__main--ja img {
    margin: 0 3px;
  }
  #top .p-top-sec__body .sec-ttl .c-btn-arw {
    display: none;
  }
  #top .p-top-sec__body .sec-btn {
    position: relative;
    width: 100%;
  }
  #top .p-top-sec__body .sec-btn .arw_box {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #top .p-top-sec__body .sec-btn .arw_box .arw {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #222;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
  }
  #top .p-top-sec__body .sec-btn .arw_box .arw.prv {
    left: 9.3333%;
  }
  #top .p-top-sec__body .sec-btn .arw_box .arw.prv:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #top .p-top-sec__body .sec-btn .arw_box .arw.nxt {
    right: 9.3333%;
  }
  #top .p-top-sec__body .sec-btn .arw_box .arw:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 10px;
    margin: auto;
    background-image: url(../img/common/arw-black.svg);
    background-size: contain;
    content: '';
  }
  #top .p-top-sec__body .sec-btn__item {
    position: relative;
    width: auto;
    padding: 0 25px;
    opacity: 0.7;
  }
  #top .p-top-sec__body .sec-btn__item.slick-active {
    opacity: 1;
    transition: all 0.2s linear;
  }
  #top .p-top-sec__body .sec-btn__item.slick-active.is-hide {
    opacity: 0;
  }
  #top .p-top-sec__body .sec-btn__item:hover .btn-arw:after {
    -webkit-animation: none;
            animation: none;
  }
  #top .p-top-sec__body .sec-btn__item:hover .item-img:before {
    opacity: 0;
    transition: none;
  }
  #top .p-top-sec__body .sec-btn__item--inner {
    padding-top: 40px;
  }
  #top .p-top-sec__body .sec-btn__item .item-text {
    left: 0;
  }
  #top .p-top-sec__body .sec-btn__item .item-text__ttl {
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 2;
  }
  #top .p-top-sec__body .sec-btn__item .item-text__link {
    padding: 9px 33px 10px 10px;
    font-size: 0.75rem;
    line-height: 1;
  }
  #top .p-top-sec__body .sec-btn__item .item-text__link:after {
    height: 2px;
    background-size: 4px 6px;
  }
  #top .p-top-sec__body .sec-btn__item .item-text__link .btn-arw {
    right: 5px;
    width: 22px;
    height: 7px;
  }
  #top .p-top-sec__body .sec-btn__item .item-text__link .btn-arw:after {
    width: 22px;
    height: 7px;
  }
  #top .p-top-sec__body .sec-btn__item .item-img {
    display: inline-block;
    width: calc(100% - 10px);
    height: 0;
    padding-top: calc(100% - 10px);
  }
  #top .p-top-sec__body .sp-btn {
    display: block;
    opacity: 1;
  }
  #top .p-top-howtofun {
    padding: 63px 0 50px;
  }
  #top .p-top-howtofun:before {
    top: 5px;
    width: calc(100% - 30px);
    height: 8px;
  }
  #top .p-top-howtofun .sec-ttl {
    margin-bottom: 50px;
  }
  #top .p-top-howtofun .sec-ttl__sub {
    margin-bottom: 25px;
    padding: 0 25px;
    font-size: 0.8125rem;
    line-height: 1;
  }
  #top .p-top-howtofun .sec-ttl__sub:before, #top .p-top-howtofun .sec-ttl__sub:after {
    top: auto;
    bottom: 0px;
    width: 2px;
    height: 17px;
  }
  #top .p-top-howtofun .sec-ttl__main {
    width: 81.1594%;
    margin: 0 auto;
  }
  #top .p-top-howtofun .sec-ttl__main img {
    width: 100%;
    max-width: 280px;
  }
  #top .p-top-insta {
    padding: 73px 0 50px;
  }
  #top .p-top-insta:before {
    height: 268px;
  }
  #top .p-top-insta__ttl {
    margin-bottom: 50px;
    padding: 0;
  }
  #top .p-top-insta__ttl:before, #top .p-top-insta__ttl:after {
    display: none;
  }
  #top .p-top-insta__ttl--text {
    margin-bottom: 15px;
  }
  #top .p-top-insta__ttl--text span {
    padding: 0 20px;
    font-size: 0.9375rem;
    line-height: 1;
  }
  #top .p-top-insta__ttl--text span:before, #top .p-top-insta__ttl--text span:after {
    top: auto;
    width: 2px;
    height: 17px;
  }
  #top .p-top-insta__ttl--ico {
    width: 40px;
  }
  #top .p-top-insta #sb_instagram #sbi_images {
    width: 100%;
    margin-bottom: 30px;
  }
  #top .p-top-insta #sb_instagram #sbi_images .sbi_item {
    width: 50%;
  }
  #top .p-top-insta__list {
    width: 100%;
    margin-bottom: 30px;
  }
  #top .p-top-insta__list li {
    width: 46.3768%;
  }
  #top .p-top-insta__list li:nth-child(5), #top .p-top-insta__list li:nth-child(6) {
    display: none;
  }
  #top .p-top-insta__list li img {
    width: 100%;
    max-width: 100%;
  }
  #top .p-top-facilities {
    padding: 75px 0 50px;
    background-image: url(../img/top/bg-facilities_sp.jpg);
  }
  #top .p-top-facilities__ttl {
    margin-bottom: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    text-align: center;
  }
  #top .p-top-facilities__link {
    justify-content: space-between;
    width: 88.4058%;
    margin: 0 auto;
  }
  #top .p-top-facilities__link li {
    width: 32.2951%;
  }
  #top .p-top-facilities__link li:not(:last-child) {
    margin-right: 0;
  }
  #top .p-top-facilities__link li a {
    padding: 13px 0 35px;
    font-size: 0.8125rem;
    line-height: 1;
    text-align: center;
  }
  #top .p-top-facilities__link li a:hover .btn-arw:after {
    -webkit-animation: none;
            animation: none;
  }
  #top .p-top-facilities__link li a .btn-arw {
    top: auto;
    right: 0;
    bottom: 15px;
    left: 0;
    width: 22px;
    height: 7px;
  }
  #top .p-top-facilities__link li a .btn-arw:after {
    width: 22px;
    height: 7px;
  }
  #top .wave-sec-top {
    -webkit-animation: topwaveSp 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    width: 3360px;
    height: 64px;
            animation: topwaveSp 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  }
  #top .wave-sec-top.white {
    background-image: url(../img/top/wave-w_sp.svg);
  }
  #top .wave-sec-top.blue {
    background-image: url(../img/top/wave-b_sp.svg);
  }
  #top .wave-sec-top.yellow {
    background-image: url(../img/top/wave-y_sp.svg);
  }
  #restaurant .c-mv .c-mv__ttl:before {
    top: -2px;
    left: 0;
    width: 43px;
    height: 44px;
  }
  #restaurant .c-mv .c-mv__ttl:after {
    top: -3px;
    left: 14px;
    width: 40.5px;
    height: 41px;
  }
  #restaurant .c-mv .c-mv__ttl .ttl-ja {
    width: 147px;
  }
  #restaurant .c-tab__btn .is-active a:hover {
    border-color: #f19cbd;
    background-color: #f19cbd;
  }
  #restaurant .c-tab__btn a:hover {
    border: 2px solid #222;
    background-color: #fff;
  }
  #restaurant .c-rowBoxThumb.tplList a:hover .ttl,
  #restaurant .c-rowBoxThumb.tplList a:hover .text {
    color: #222;
  }
  #enjoy .c-mv .c-mv__ttl:before {
    top: -2px;
    left: 0;
    width: 44px;
    height: 44px;
  }
  #enjoy .c-mv .c-mv__ttl:after {
    top: 5px;
    left: 17px;
    width: 34px;
    height: 36px;
  }
  #enjoy .c-mv .c-mv__ttl .ttl-ja {
    width: 148px;
  }
  #enjoy .c-feature__item.yuransen .feature-img__sub:before {
    top: auto;
    bottom: -44%;
    left: 13.6364%;
    width: 74%;
    max-width: 111px;
    height: 0;
    padding-top: 56%;
  }
  #enjoy .c-feature__item.ashiyu {
    margin-bottom: 100px;
  }
  #enjoy .c-feature__item.ashiyu .feature-img__sub:before {
    top: auto;
    right: 10%;
    bottom: -44%;
    width: 60%;
    padding-top: 57%;
  }
  #enjoy .c-feature__item.ashiyu .feature-img__sub {
    bottom: -15px;
  }
  #enjoy .c-feature__item.yuhodo .feature-img__sub:before {
    top: inherit;
    bottom: -38%;
    left: -10%;
    width: 99.5%;
    max-width: 150px;
    height: 0;
    padding-top: 53.5%;
    background-image: url(../img/major/enjoy/illust-enjoy03_sp.png);
  }
  #enjoy .c-tab__btn .is-active a:hover {
    border-color: #9ed8f0;
    background-color: #9ed8f0;
  }
  #enjoy .c-tab__btn a:hover {
    border: 2px solid #222;
    background-color: #fff;
  }
  #enjoy .p-promenade-rbnList {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #enjoy .p-promenade-rbnList li:not(:last-child) {
    margin-right: 25px;
  }
  #enjoy .p-promenade-rbnList li .ccl {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  #enjoy .p-promenade-rbnList li {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #enjoy .c-tblBasic__body.price {
    display: table;
  }
  #omiyage .c-mv .c-mv__ttl:before {
    top: 2px;
    left: 2px;
    width: 42px;
    height: 38px;
  }
  #omiyage .c-mv .c-mv__ttl:after {
    top: 2px;
    left: 15px;
    width: 33px;
    height: 38px;
  }
  #omiyage .c-mv .c-mv__ttl .ttl-ja {
    width: 145px;
  }
  #omiyage .c-rowBoxThumb.tplList a:hover .ttl,
  #omiyage .c-rowBoxThumb.tplList a:hover .text {
    color: #222;
  }
  #seasidespa .c-mv .c-mv__ttl:before {
    top: 3px;
    left: 0;
    width: 40px;
    height: 45px;
  }
  #seasidespa .c-mv .c-mv__ttl:after {
    top: 2px;
    left: 6px;
    width: 40px;
    height: 42px;
  }
  #seasidespa .c-mv .c-mv__ttl .ttl-ja {
    width: 175px;
  }
  #seasidespa .c-major-nav__body a:hover .nav-ol {
    background-color: #b7e3e3;
  }
  #seasidespa .p-seasideMail__qr {
    width: 25.4098%;
    margin: 0 auto;
  }
  #seasidespa .p-seasideMail__text {
    width: 100%;
    margin-top: 10px;
  }
  #seasidespa .p-seasideMail {
    display: block;
  }
  #seasidespa #aboutspa-jacuzzi .c-btn-round {
    display: inline-block;
  }
  #sitescene .c-mv .c-mv__ttl:before {
    top: 4px;
    left: 0;
    width: 52px;
    height: 35px;
  }
  #sitescene .c-mv .c-mv__ttl:after {
    left: 17px;
    width: 39px;
    height: 42px;
  }
  #sitescene .c-mv .c-mv__ttl .ttl-ja {
    width: 123px;
  }
  #sitescene .c-major-nav__body a:hover .nav-ol {
    background-color: #f8cdde;
  }
  #sitescene .c-major-nav__body a {
    background-color: #f8cdde;
  }
  #sitescene .p-facilitylink-nav li {
    position: relative;
    justify-content: center;
    width: 50%;
    padding: 15px 10px;
    text-align: center;
  }
  #sitescene .p-facilitylink-nav li:after {
    -webkit-transform: rotate(90deg);
    display: block;
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    width: 5px;
    height: 10px;
    margin: auto;
            transform: rotate(90deg);
    background-image: url(../img/common/arw-pink.svg);
    background-size: contain;
    content: '';
  }
  #sitescene .p-facilitylink-nav li:last-child {
    display: none;
  }
  #sitescene .p-facilitylink-nav li:not(:nth-child(3n)) {
    border-right: none;
  }
  #sitescene .p-facilitylink-nav li:not(:nth-child(2n)) {
    border-right: 1px solid #c2c2b0;
  }
  #sitescene .p-facilitylink-nav li a {
    padding: 10px 0;
    padding-left: 0;
    font-size: 0.8125rem;
    line-height: 1.5385;
    transition: none;
  }
  #sitescene .p-facilitylink-nav li a:hover {
    opacity: 1;
    transition: none;
  }
  #sitescene .p-facilitylink-nav li a:hover:before {
    bottom: 0;
    transition: none;
  }
  #sitescene .p-facilitylink-nav li a:before {
    display: none;
  }
  #sitescene .p-facilitylist__item--detail {
    margin-top: 10px;
    padding: 10px 15px;
    border-width: 1px;
    border-radius: 5px;
  }
  #sitescene .c-tertTtl span {
    display: block;
  }
  #sitescene .c-tertTtl .tag {
    padding: 5px 6px;
    font-size: 0.875rem;
    line-height: 1;
  }
  #sitescene .izunav .izunav-ttl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  #sitescene .izunav .c-rowBoxTop:first-child {
    margin-top: 40px;
  }
  #sitescene .izunav .c-rowBoxTop:not(:first-child) {
    margin-top: 50px;
  }
  #sitescene .izunav .c-rowBoxTop__img {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #sitescene .izunav .c-btn-arw {
    margin-top: 15px;
    margin-right: 0;
    margin-left: auto;
  }
  #sitescene .izunav .c-thumblink-list {
    margin-bottom: 0;
  }
  #sitescene .izunav .c-thumblink-list__item:not(:nth-child(3n)) {
    margin-top: 0;
  }
  #sitescene .izunav .c-thumblink-list__item .detail .ttl:before {
    top: 2px;
  }
  #sitescene .p-izunav-map iframe {
    height: 300px;
  }
  #sitescene .c-mv__ttlLow {
    font-size: 1.5rem;
    line-height: 1;
  }
  #sitescene .c-mv__ttlLow .sml {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.3333;
  }
  #facilities .c-major-nav__body li.is-current a .nav-ol {
    background-color: #9ed8f0;
  }
  #facilities .c-major-nav__body a:hover .nav-ol {
    background-color: #e6f5fb;
  }
  #facilities .p-accessImg {
    width: 100%;
    margin: 10px auto 0;
  }
  #facilities .p-accessImg .pc-img {
    display: none;
  }
  #facilities .p-accessImg .sp-img {
    display: block;
  }
  #facilities .p-access-ev {
    display: block;
  }
  #facilities .p-access-ev__detail {
    width: 100%;
  }
  #facilities .p-access-ev__img {
    width: 80%;
    margin: 10px auto 0;
  }
  #facilities .ev-tbl tr th {
    width: 100%;
  }
  #facilities .ev-tbl.first table tr:first-child th {
    border-bottom: 1px dotted #666;
  }
  #facilities .ev-tbl.first table tr:not(:last-child) td {
    border-bottom: 1px dotted #666;
  }
  #facilities .p-access-cap__marinyan {
    margin-top: 15px;
    padding-left: 30px;
    font-size: 0.75rem;
    line-height: 1.6667;
  }
  #facilities .p-access-cap__marinyan:before {
    width: 24px;
    height: 20px;
  }
  #marinyan .c-local-nav__body.tri li:nth-child(1), #marinyan .c-local-nav__body.tri li:nth-child(2) {
    width: 50%;
  }
  #marinyan .c-local-nav__body.tri li:last-child {
    width: 100%;
  }
  #marinyan .c-local-nav__body.tri li:nth-child(even) {
    border-right: 1px solid #bfbfbf;
  }
  #marinyan .c-local-nav__body li a {
    padding-right: 29px;
  }
  #marinyan .c-local-nav__body li a:hover:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #marinyan .c-local-nav__body li a:after {
    bottom: auto;
    width: 22px;
    height: 18px;
  }
  #marinyan .p-mrn-profile {
    margin-bottom: 70px;
  }
  #marinyan .p-mrn-profile__item {
    width: 100%;
  }
  #marinyan .p-mrn-profile__item.marinyan {
    flex-direction: column-reverse;
    margin-bottom: 90px;
  }
  #marinyan .p-mrn-profile__item.marinyan .profile-illust {
    width: 100%;
  }
  #marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__main {
    width: 61.5942%;
    margin: 0 auto;
  }
  #marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__bg {
    top: -20px;
    right: 0;
    left: auto;
    width: 84.9275%;
  }
  #marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__tri .tri-green {
    top: -5%;
    right: 14.4928%;
    width: 4.6377%;
  }
  #marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__tri .tri-pink {
    top: 1%;
    right: 6.3768%;
    width: 7.8261%;
  }
  #marinyan .p-mrn-profile__item.marinyan .profile-illust .profile-illust__tri .tri-blue {
    top: 17%;
    width: 12.4638%;
  }
  #marinyan .p-mrn-profile__item.kamome {
    flex-direction: column-reverse;
  }
  #marinyan .p-mrn-profile__item.kamome .profile-illust {
    width: 100%;
    margin: 0 auto;
  }
  #marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__main {
    top: 38%;
    left: 22.8986%;
    width: 58.5507%;
  }
  #marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__bg {
    width: 81.4493%;
    margin: 0 auto;
  }
  #marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__tri .tri-green {
    top: 3%;
    left: 16.6667%;
    width: 5.7971%;
  }
  #marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__tri .tri-blue {
    top: 19%;
    left: 7.8261%;
    width: 8.6957%;
  }
  #marinyan .p-mrn-profile__item.kamome .profile-illust .profile-illust__tri .tri-pink {
    top: 32%;
    left: 16.6667%;
    width: 12.3188%;
  }
  #marinyan .p-mrn-profile .profile-detail {
    width: 88.4058%;
    margin: 30px auto 0;
  }
  #marinyan .p-mrn-profile .profile-detail__name {
    margin-bottom: 20px;
    font-size: 1.5625rem;
    line-height: 1;
    text-align: left;
  }
  #marinyan .p-mrn-profile .profile-detail__body {
    background-size: 12px 100%,100% 33px;
    font-size: 13px;
    line-height: 33px;
  }
  #marinyan .p-mrn-profile .profile-detail__body--text {
    font-size: 0.8125rem;
    line-height: 2.5385;
  }
  #marinyan .p-mrn-sns {
    margin-bottom: 18px;
  }
  #marinyan .p-mrn-sns__inner {
    border-radius: 5px;
  }
  #marinyan .p-mrn-link {
    display: block;
    text-align: center;
  }
  #marinyan .p-mrn-link .c-textBasic {
    margin: 0 auto 15px;
  }
  #marinyan .p-mrn-link__list {
    justify-content: center;
  }
  #marinyan .p-mrn-link__list li a:hover {
    opacity: 1;
    transition: none;
  }
  #marinyan .p-mrn-public {
    width: 88.4058%;
    margin: 38px auto 20px;
  }
  #marinyan .p-mrn-public__main {
    width: 51.8033%;
    margin-right: 0;
    margin-left: 28.1967%;
  }
  #marinyan .p-mrn-public__bg {
    top: -2%;
    left: 8.1967%;
    width: 80.4918%;
  }
  #marinyan .p-mrn-public__tri .tri-green {
    top: 30%;
    left: 17.0492%;
    width: 5.2459%;
  }
  #marinyan .p-mrn-public__tri .tri-pink {
    top: 35%;
    left: 5.9016%;
    width: 8.5246%;
  }
  #marinyan .p-mrn-public__tri .tri-blue {
    top: 50%;
    width: 13.9344%;
  }
  #marinyan .p-mrn-omiyage {
    width: 94.2029%;
    margin: 0 auto;
  }
  #marinyan .p-mrn-omiyage li {
    width: 44.6154%;
    margin: 0 2.3077% 15px;
  }
  #marinyan .p-mrn-omiyage__img {
    width: 75.8621%;
    margin-bottom: 10px;
    padding-top: 75.8621%;
  }
  #marinyan .p-mrn-omiyage__detail .name {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #marinyan .p-mrn-omiyage__detail .price {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #marinyan .c-listBasic {
    display: block;
  }
  #marinyan .c-listBasic li {
    width: 100%;
  }
  #ggroup .c-rowBoxThumb__item .c-textLar {
    text-align: left;
  }
  #ggroup .c-secTtl .c-secTtl__ja.pc-ttl {
    display: none;
  }
  #ggroup .c-secTtl .c-secTtl__ja.sp-ttl {
    display: inline-block;
  }
  #ggroup .c-listNum-bra li {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #about .c-rowBoxTop {
    margin-top: 20px;
  }
  #about .c-tblBasic.company {
    max-width: 100%;
    overflow: scroll;
  }
  #about .c-tblBasic.company .c-tblBasic__body th,
  #about .c-tblBasic.company .c-tblBasic__body td {
    padding: 10px;
  }
  #about .c-tblBasic.company .c-tblBasic__body th {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #about .c-tblBasic.company .c-tblBasic__body td {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #about .p-about-ceo {
    flex-direction: column-reverse;
  }
  #about .p-about-ceo__img {
    max-width: 345px;
    margin: 0 auto 20px;
  }
  #about .p-about-ceo__img--name {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #results .p-result-lead__ttl {
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    padding-left: 18px;
    font-size: 1.125rem;
    line-height: 1.5556;
  }
  #results .p-result-lead__ttl:before {
    width: 5px;
    height: 30px;
  }
  #results .p-result-lead__keyword {
    font-size: 1.125rem;
    line-height: 1.5556;
  }
  #results .p-result-list .p-result-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #results .p-result-list .p-result-item a {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #media .c-tblBasic__body th {
    padding: 10px;
    border-right: 1px dotted #666;
  }
  #media .c-tblBasic__body th img {
    max-width: 100px;
  }
  #media .c-tblBasic__body th,
  #media .c-tblBasic__body td {
    display: table-cell;
  }
  #english .p-english-bus__cap {
    margin-top: 15px;
    padding-left: 30px;
    font-size: 0.75rem;
    line-height: 1.6667;
  }
  #english .p-english-bus__cap:before {
    width: 24px;
    height: 20px;
  }
  #english .p-english-img__golocal {
    margin-bottom: 20px;
  }
  #english .p-english-iframe__golocal {
    width: 100%;
    max-width: 690px;
  }
  #situation .c-mv__ttlLowSub {
    margin-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1;
  }
  #situation .c-thumblink-list.area .detail .c-textBasic {
    margin-bottom: 5px;
  }
  #situation .c-thumblink-list.area .detail .ttl {
    margin-top: 0;
    font-size: 0.75rem;
    line-height: 1.1667;
  }
  #situation .c-thumblink-list__item {
    margin-bottom: 25px;
  }
  #situation .c-thumblink-list__item .detail .ttl:before {
    top: 2px;
  }
  #situation .c-thumblink-list .detail .ttl {
    font-size: 0.875rem;
    line-height: 1.2857;
  }
  #situation .howtofun-list {
    width: 100%;
  }
  #situation .howtofun-list li {
    width: 32.7536%;
    margin-bottom: 0;
  }
  #situation .howtofun-list .howtofun-text {
    padding: 13px 10px;
  }
  #situation .howtofun-list .howtofun-text .btn-arw {
    display: block;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 8px;
  }
  #situation .p-shop-tag {
    margin-top: 10px;
    margin-bottom: -5px;
  }
  #situation .p-shop-tag li {
    margin-bottom: 5px;
    padding: 0 8px;
    font-size: 0.625rem;
    line-height: 1.6;
  }
  #situation .cyclist .p-cyclist__thumb {
    display: block;
  }
  #situation .cyclist .p-cyclist__thumb--detail {
    width: 100%;
  }
  #situation .cyclist .p-cyclist__thumb--img {
    width: 80%;
    margin: 20px auto 0;
  }
  #situation .cyclist .c-listNum-bra li {
    font-size: 0.75rem;
    line-height: 1.8333;
  }
  #situation .local .c-secTtl .c-secTtl__en span {
    display: inline-block;
  }
  #situation .local .c-btn-arw:hover {
    background-color: #fff;
  }
  #situation .local .p-local__link {
    display: block;
  }
  .tac-pc {
    text-align: left;
  }
  .tar-pc {
    text-align: left;
  }
  a.tel {
    color: #5db8b9;
    pointer-events: all;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mt80 {
    margin-top: 45px;
  }
  .mt40 {
    margin-top: 25px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt0 {
    margin-top: 0;
  }
}

@media screen and (max-width: 320px) {
  body {
    margin: 0;
  }
  .is-spmini {
    display: block;
  }
  br.is-spmini {
    display: inline-block;
  }
}

@media screen and (min-width: 1280px) {
  .c-mixBoxThumb:after {
    padding-top: 446px;
  }
  .c-mixBoxThumb__btm {
    margin-top: 40px;
  }
}





/*****
  マリンタウン追加分スタイルシート
  created: 2021/01/09
  updated: 2021/2/14
 *****/

.centerbnr {
	padding:10px;
	text-align:center;
	margin:10px;
	
	
}


/*大見出し*/
.ttlbar_h3 {
  background: url(https://ito-marinetown.co.jp/wp/wp-content/uploads/2021/01/bg_title.png) 0 0 repeat;
  border-bottom: 3px solid #dad7ce;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 0 10px 20px;
  margin-bottom: 20px;
}
.ttlbar_h3 h3 {
  font-size: 160%;
  color: #2f240d;
  font-weight: normal;
}
.ttlbar_h3 h3 span {
  font-size: 50%;
  margin-right: 1%;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .ttlbar_h3 h3 {
    font-size: 130%;
  }
}


/*枠組み*/
.frame_01 {
  border-top: solid 2px #D0CBBB;
  background: #F3F0E3;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 150%;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

  .frame_01 .tl {
    display: block;
    font-size: 125%;
    color: #2f240d;
    font-weight: normal;
    margin-top: 0px;
    padding: 10px 0px;
  }


/** 先頭が黒丸の箇条書き [対象]ul **/
.ul_01 {
}

  .ul_01 li {
    margin-left: 1.5em;
    list-style-type: disc;
  　letter-spacing: 0.05em;
    line-height: 1.625;
  }


/** 横に増やせるテーブルグレー **/
.tbl01 *, .tbl01 *:before, .tbl01 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl01 {
	width: 100%;
	border-collapse: collapse;
}
.tbl01 th {
	width: 13%;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #dddddd;
}
.tbl01 td {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #dddddd;
}
.tbl01 td p span {
	font-size:85%;
	font-weight:normal;
}
.tbl01 td:first-child {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}


* {
  box-sizing: border-box;
}

.tbl02 {
  width: 100%;
}
.tbl02 th {
  text-align: left;
}
@media screen and (min-width: 501px) {
  .tbl02 {
    table-layout: fixed;
  }
  .tbl02 th, .tbl02 td {
    padding: 10px;
    border: 1px solid #111;
  }
  .tbl02 th {
    background-color: #eee;
  }
}
@media screen and (max-width: 500px) {
  .tbl02 {
    display: block;
  }
  .tbl02 thead {
    display: none;
  }
  .tbl02 tbody, .tbl02 tr, .tbl02 th, .tbl02 td {
    display: block;
    width: 100%;
  }
  .tbl02 tr {
    border-bottom: 1px solid #111;
    margin-bottom: 5px;
  }
  .tbl02 th {
    padding: 10px 10px 5px;
    font-weight: bold;
    font-size: 16px;
  }
  .tbl02 td {
    position: relative;
    padding: 10px 10px 10px calc(50% + 10px);
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    background-color: #fff;
  }
  .tbl02 td:before {
    content: attr(aria-label);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 10px;
    border-right: 1px solid #111;
    background-color: #eee;
  }
}

/************************************
** 横長テーブル
************************************/


/* 表の色ピンク */
.color-pink thead th, .color-pink tbody th {
  background: #fff1f0 !important;
}

.tbl05{
  white-space: nowrap;
  line-height:1.6;
}
.tbl05 table{
  border:none;
  border: 1px solid #dedede;
  border-bottom: none;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  display:block;
  overflow:scroll;
  width: 100%;
}
.tbl05 thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.tbl05 thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  text-align:center;
}
.tbl05 tbody th:first-child{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  border:none;
  white-space: normal;
  min-width: 100px;
}
.tbl05 th, .tbl05 td {
  min-width: 200px;
  text-align: left;
  font-size: 16px !important;
  position: relative;
  padding: 13px !important;
  color: #333;
  border: none !important;
  z-index: 0;
  vertical-align:middle !important;
  background:#fff;
}
.tbl05 th{
  background:#f0f9ff !important;
  letter-spacing: 1px;
  font-weight: 500 !important;
  color: #555 !important;
　text-align:center;
}
.tbl05 tr{
  border-bottom:none !important;
}
.tbl05 img{
  margin: 10px auto;
  display: block;
  padding: 0;
  max-width: 80% !important;
}
.tbl05 table th::before, .tbl05 table td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  z-index: -1;
}
/* 中央寄せ */
.tbl05 td p {
  text-align: center;
}

.tbl05 th span{
  font-size:85%;
  font-weight:normal;
}
/* スマホ */
@media screen and (max-width: 560px) {
  .tbl05 table {
    max-height: 75vh;
    }
  .tbl05 thead th:first-child, .tbl05 tbody th:first-child {
        min-width: 25vw;
    }
  .tbl05 th, .tbl05 td {
        font-size: 12px !important;
        padding: 7px !important;
	  	min-width: 95px;
    }
}

.c-tertTtlpink {
  position: relative;
  margin-top: 80px;
  margin-bottom: 35px;
  padding: 0 0 15px;
  border-bottom: 1px dashed #666;
  color: #000;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

.c-tertTtlpink span {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 30px;
}

.c-tertTtlpink span:before {
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 40px;
  border-radius: 20px;
  background-color: #f19cbd;
  content: '';
}

.c-tertTtlpink:after {
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-tertTtlpink {
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 1.125rem;
    line-height: 1.5556;
  }
  .c-tertTtlpink span {
    padding-left: 18px;
  }
  .c-tertTtlpink span:before {
    width: 5px;
    height: 30px;
    border-radius: 20px;
    background-color: #f19cbd;
  }
}

/* 開花情報ページの枠 */
.kaikainfo {
	border:3px dotted #ccc;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin:10px auto;
	width:90%;
	line-height:150%;
	font-size:120%;
	padding:10px 25px 20px;
 }
.kaikainfo .ttl{
	font-size:140%;
	font-weight:bold;
	border-bottom:3px solid #f69896;
	line-height:200%;
	margin-bottom:0.75em;
	padding-left:12px;
 }
@media screen and (max-width: 768px) {
  .kaikainfo {
	border:3px dotted #ccc;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin:10px auto;
  	font-size:90%;
	width:98%;
	line-height:120%;
	padding:10px;
 }
.kaikainfo .ttl{
	font-size:110%;
	font-weight:bold;
	border-bottom:3px solid #f69896;
	margin-bottom:0.75em;
	padding-left:12px;
 }
}