@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Pinyon+Script&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --main-color: #fd968d;
  --sub-color: #ffe6e4;
  --accent-color: #6bb5b7;
  --font-color: #565656;
  --bg-color: #faf5f4;
  --white: #fff;
  --serif-font: "Noto Serif JP", serif;
  --sans-font: "Noto Sans JP", sans-serif;
  --en-font: "Pinyon Script", cursive;
  --zen-font: "Zen Maru Gothic", serif;
  --yu-go: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

html {
  font-size: 10px;
  counter-reset: num;
}

body {
  font-family: var(--sans-font);
  font-weight: 400;
  color: var(--font-color);
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
}

/*destyle */
.ft-wt {
  color: var(--white);
}
.ft-wt:link, .ft-wt:visited {
  color: var(--white);
}

.ft-clr01 {
  color: var(--main-color);
}
.ft-clr01:link, .ft-clr01:visited {
  color: var(--main-color);
}

.ft-clr02 {
  color: var(--accent-color);
}
.ft-clr02:link, .ft-clr02:visited {
  color: var(--accent-color);
}

.txt-cnt {
  text-align: center;
}

.dp-b {
  display: block;
}

.mgn-a {
  margin: 0 auto;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

.item-c {
  display: grid;
  place-items: center;
}

.en {
  font-family: var(--en-font);
}

.bg-wt {
  background: #fff;
}

.ttl-ft {
  font-family: var(--zen-font);
}

.bg-clr-01 {
  background: var(--bg-color);
}

.bg-01 {
  background: linear-gradient(to top, #fff 0, #faf5f4 100px, #faf5f4);
}

.grd-01 {
  background: linear-gradient(to right, #ffc8c3, #fd968d);
}

#wrapper {
  overflow: hidden;
  position: relative;
}

label[for] {
  cursor: pointer;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

img {
  max-width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

table {
  width: 100%;
}

.post-blank-txt {
  text-align: center;
  color: #555;
  font-family: "noto sans jp", sans-serif;
  letter-spacing: 0.05em;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}