@charset "utf-8";
:root {
  --admin-bar-height: 32px;

  --header-height: 80px;
  --header-height-s: 60px;
  --width: 1080px;
  --font-size-max: 2.1em;
  --font-size-xxl: 1.9em;
  --font-size-xl: 1.4em;
  --font-size-l: 1.2em;
  --margin-xxl: 64px;
  --margin-xl: 32px;
  --margin-l: 16px;
  --margin: 8px;
  --margin-s: 4px;
}

body {
	font-size: 18px;
	min-width: var(--width);
}

a:not(#pagetop):hover {
	opacity: .7 !important;
}

.sp {
	display: none !important;
}
.center--pc {
  text-align: center;
}

.button {
  max-width: 460px;
  width: 80%;
  margin-left: auto;
  margin-right: auto; 
}

.section p a:hover {
  text-decoration: underline;
}

.cards[data-column^="1"] .card {
  width: 100%;
}
.cards[data-column^="2"] .card {
  width: 48%;
}
.cards[data-column^="3"] .card {
  width: 31%;
}
.cards[data-column^="4"] .card {
  width: 22%;
}
.cards[data-column^="5"] .card {
  width: 18%;
}
.cards[data-column^="3"] .card__image {
  padding-bottom: 50%;
}
.card__image .name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.features__item {
  width: 30%;
}

.container {
	width: var(--width);
	margin: 0 auto;
}

.admin-bar .header {
  top: var(--admin-bar-height);
}

.header .container {
  height: var(--header-height);
  transition: height .3s ease;
}
.header .logotype {
	max-width: 200px;
	height: 32px;
  transition: transform .3s ease;
  transform-origin: center left;
}
.header .nav {
  align-self: stretch;
}
.header .nav .cta {
  padding: var(--margin);
	margin-left: 1.5em;
  transition: transform .3s ease;
  transform-origin: center right;
}
.header .nav .cta .icon {
  font-size: 1.5em;
  margin-right: var(--margin);
}
.header .nav .cta .tel {
  font-size: 1.7em;
}
.header .nav a {
  transition: transform .3s ease;
}
html.is-scrolled .header .container {
  height: var(--header-height-s);
}
html.is-scrolled .header .nav a:not(.cta) {
 /* transform: scale(.85);*/
}
html.is-scrolled .header .logotype,
html.is-scrolled .header .nav .cta {
  transform: scale(.7);
}

.nav__item a {
  display: block;
	margin: 0 .5em;
	padding: .5em;
}
.nav__item:hover > a,
.nav__item.is-current > a {
	position: relative;
}
.nav__item:hover > a::after,
.nav__item.is-current > a::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 4px;
	border-bottom: 2px solid var(--primary);
}
.nav__item:hover .nav__sub {
  animation-name: nav__sub-open;
}
.nav__item:not(:hover) .nav__sub {
  animation-name: nav__sub-close;
}
.nav__sub {
  animation-duration: .3s;
  animation-fill-mode: forwards;

  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--margin);
  transition: transform .3s ease;
  border: 1px solid var(--gray-light);
  border-radius: var(--radius);
  padding: var(--margin);
  background-color: white;
  box-shadow: var(--shadow);
  z-index: 200;
}
.nav__sub.is-items {
  width: 420px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  max-height: 70vh;
  overflow-y: scroll;
}
.nav__sub.is-items .nav__item {
  flex-basis: 50%;
}

@keyframes nav__sub-open {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0,10px,0);
  }
  1% {
    visibility: visible;
    opacity: 0;
    transform: translate3d(0,10px,0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}

@keyframes nav__sub-close {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
  }
  99% {
    visibility: visible;
    opacity: 0;
    transform: translate3d(0,10px,0);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0,10px,0);
  }
}

.main {
  margin-top: var(--header-height);
  min-height: 50vh;
}
.main .cta {
  min-width: 320px;
  max-width: 460px;
  width: 50%;
  margin: 1em auto;
}

.footer .menus {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .menu {
  width: 30%;
}
.footer .menu__item {
  margin-top: var(--margin);
  font-size: .em;
}

.footer .logo {
  display: block;
  width: 48px;
  height: 48px;
  margin: var(--margin-l) auto;
}
.footer .logomark {
  width: 100%;
  height: 100%;
}

.story .operator__image {
  width: 130px;
}

.main .keyvisual .cta {
  width: 80%;
}
.keyvisual__text {
  width: 55%;
}
.keyvisual__image {
  width: 45%;
  padding: var(--margin-xl);
}

.post-type-archive-shop .shop {
  display: flex;
}
.post-type-archive-shop .shop__image {
  flex-basis: 50%;
}
.post-type-archive-shop .shop__text {
  flex-basis: 50%;
  margin-left: 1em;
}
.post-type-archive-shop .shop__text >:not(.shop__name) {
  margin: 1em 0;
}

.section[class*="keyvisual"]:not(.is-imageonly) {
  background: white linear-gradient(90deg, rgba(255,233,238,1) 0%, rgba(255,243,245,0) 20%, rgba(255,243,245,0) 100%);  
}
.section[class*="keyvisual"]:not(.is-imageonly)::after {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(270deg, rgba(255,233,238,1) 0%, rgba(255,243,245,0) 20%, rgba(255,243,245,0) 100%);
}
.section[class*="keyvisual"] .cta {
  z-index: 100;
}

.section ul.has-frame {
  width: 696px;
}

.is-article .ainfo > p:first-of-type {
  width: 30%;
  flex-shrink: 0;
  margin-right: var(--margin-xl);
}
.is-article p img.alignnone {
  width: 50%;
}
.is-article img.alignnone {
  display: block;
  margin: 1em auto;
}

:not(.items) > .item .title {
  width: 82%;
  float: right;
}
:not(.items) > .item .image {
  width: 15%;
  float: left;
}
:not(.items) > .item .meta {
  width: 82%;
}
:not(.items) > .item .price {
  margin-top: var(--margin-xl);
}

.section.is-item .cta + .item {
  padding-top: var(--margin-xxl);
  border-top: 2px dotted var(--gray);
}
form .inquiry {
  background-color: var(--gray-light);
}
form .inquiry tr {
  margin-top: 1px;
  display: flex;
}
form .inquiry th {
  padding: 1em .5em;
  background-color: white;
  width: 320px;
}
form .inquiry td {
  flex-grow: 1;
}

form input[type="submit"] {
  font-size: var(--font-size-l);
  cursor: pointer;
  min-width: 320px;
  max-width: 460px;
  width: 50%;
  margin: 2em auto;
}

.columns__title {
  font-size: 1.2em;
}

.slider--sp .card {
  flex-shrink: 0;
  width: 23%;
}
.slider--sp .cards.is-slide .card__image {
  padding-bottom: 75%;
}


.main--column {
  width: var(--width);
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.main--column .container {
  width: 100%;
}
.main--column .sidebar {
  width: 28%;
  flex-grow: 0;
}
.main--column .sidebar .container {
  padding-right: 2em;
}
.main--column .sidebar .section[class$="is-category"] {
  background-color: transparent;
}
.main--column .sidebar .section[class$="is-category"] + .section {
    padding-top: 0;
}
.main--column .sidebar .section__title {
  font-size: 1.1em;
}
.main--column .sidebar .cards[data-column$="1"] .card {
  width: 100%;
  margin-top: 1em;
}
.main--column .sidebar .cards.is-category .card {
  width: 48%;
  margin-top: .6em;
}
.main--column .sidebar .cards.is-category .card__image {
  padding-bottom: 50%;
}
.main--column .sidebar .cards.is-category .card__text {
  padding: .3em .5em .1em;
}

.main--column .sidebar .cards.is-category .card__text .name {
  font-size: .9em;
  font-weight: normal;
  font-feature-settings: "palt";
}



.main--column .content {
  width: 68%;
  flex-grow: 0;
}
.main--column .is-article .container {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.single-story .keyvisual .description {
  text-align: center;
}
.is-workcost .is-article {
  padding: 2em;
  border: var(--margin) solid var(--primary-light);
}

.keyvisual.is-form .keyvisual__text .title {
  width: 460px;
}

body.single-post .section.is-article {
  margin-bottom: var(--margin-xxl);
}

.is-article .buttons {
  display: flex;
  width: 85%;
}
.is-article .buttons:not(.is-button1) .button {
  width: 100%;
  max-width: 100%;
}
