@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --main-color: #ae3846;
  --sub-color: #e0692d;
  --accent-color: #ffe463;
  --worries-color: #6b6b8a;
  --worries-bg-color: #f0f0f5;
  --worries-color-02: #fef0f2;
  --font-color: #111111;
  --font-color-02: #bfbfbf;
  --bg-color: #fffacd;
  --bg-color-02: #fffde9;
  --line-color: #00b900;
  --white: #fff;
  --serif-font: "Noto Serif JP", serif;
  --sans-font: "Noto Sans JP", sans-serif;
  --en-font: "M PLUS Rounded 1c", sans-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: 700;
  color: var(--font-color);
}

div, p, a, small, li, address, span, h3, h4, h5, dt, dd {
  letter-spacing: 0.1em;
}

td, th {
  font-weight: 700;
}

/*destyle */
.en {
  font-family: var(--en-font) !important;
  text-transform: uppercase;
}

.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(--sub-color);
}
.ft-clr02:link, .ft-clr02:visited {
  color: var(--sub-color);
}

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

.ft-clr04 {
  color: var(--bg-color);
}
.ft-clr04:link, .ft-clr04:visited {
  color: var(--bg-color);
}

.ft-clr05 {
  color: var(--font-color-02);
}
.ft-clr05:link, .ft-clr05:visited {
  color: var(--font-color-02);
}

.ft-clr06 {
  color: var(--worries-color);
}
.ft-clr06:link, .ft-clr06:visited {
  color: var(--worries-color);
}

.bg-wt {
  background: #fff;
}

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

.bg-clr02 {
  background: var(--bg-color-02);
}

.bg-main {
  background: var(--main-color) !important;
}

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

.bg-acc {
  background: var(--accent-color);
}

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

.bg-worries-02 {
  background: var(--worries-bg-color);
}

.bg-worries-03 {
  background: var(--worries-color-02);
}

.ovf-hd {
  overflow: hidden;
}

.com-maru {
  border-radius: 50vw;
}

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

.txt-le {
  text-align: left !important;
}

.txt-ri {
  text-align: right;
}

.dp-b {
  display: block;
}

.dp-ib {
  display: inline-block !important;
}

.dp-i {
  display: inline;
}

.dp-g {
  display: grid;
}

.ji-c {
  justify-items: center;
}

.ji-s {
  justify-items: start;
}

.ji-e {
  justify-items: end;
}

.jc-c {
  justify-content: center;
}

.ac-c {
  align-content: center;
}

.mgn-a {
  margin: 0 auto;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

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

.asp01 {
  aspect-ratio: 1;
}

.com-bd {
  border: 1px solid var(--main-color);
}

.ttl-fst {
  display: inline-block !important;
}
.ttl-fst::first-letter {
  color: var(--main-color);
}

#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%;
}

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

.post-blank-txt {
  text-align: center;
  letter-spacing: 0.05em;
}

/*-----------▽▽---select---▽▽--------*/
.select-area {
  position: relative;
  padding: 0 !important;
  align-content: stretch !important;
}
.select-area .select-box {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  background: none;
  border: none;
  font-weight: 500;
  color: #fff;
  border-radius: 50vw;
}
.select-area .select-box option {
  color: var(--font-color);
}
.select-area:has(option:only-child) {
  display: none;
}
.select-area::after {
  transform: rotate(90deg);
}

/*------------△△---select---△△---------*/
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;
}