@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root {
  --main-color: #619b88;
  --sub-color: #f4ffed;
  --accent-color: #787d7c;
  --font-color: #3a4240;
  --bg-color: #ededed;
  --bd-color: #cfcfcf;
  --white: #fff;
  --serif-font: "Noto Serif JP", serif;
  --sans-font: "Noto Sans JP", sans-serif;
  --ttl-font: "Zen Old Mincho", serif;
  --en-font: "Marcellus", serif;
  --yu-go: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

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

body {
  font-family: var(--serif-font);
  font-weight: 500;
  color: var(--font-color);
}

div, p, a, small, li, address {
  letter-spacing: 0.07em;
}

.en {
  letter-spacing: 0.03em;
  font-family: var(--en-font);
}

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

.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);
}

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

.bg-wt {
  background: #fff;
}

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

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

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

.bd-01 {
  border: 1px solid var(--font-color);
}

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

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

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

.dp-b {
  display: block;
}

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

.dp-i {
  display: inline;
}

.dp-g {
  display: grid;
}

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

.mgn-a {
  margin: 0 auto;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

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

.com-bd {
  border: 1px solid 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%;
}

.sns-list {
  gap: 10px;
}
.sns-list li {
  width: 30px !important;
  display: block;
}
.sns-list a {
  display: block;
}
.sns-list a img {
  display: block;
}

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;
}
.select-area .select-box option {
  color: var(--font-color);
}
.select-area:has(option:only-child) {
  display: none;
}
.select-area::after {
  content: none !important;
}

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