@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=WindSong:wght@400;500&display=swap");
:root {
  --main-color: #aecb87;
  --sub-color: #f3f7ed;
  --accent-color: #343021;
  --font-color: #343021;
  --font-color-02: #adb1a7;
  --bg-color: #fbfcf9;
  --bd-color: #dee7d2;
  --white: #fff;
  --serif-font: "Noto Serif JP", serif;
  --sans-font: "Noto Sans JP", sans-serif;
  --en-font: "WindSong", cursive;
  --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: 300;
  color: var(--font-color);
  background: var(--bg-color);
}

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

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

/* フォント色 */
.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(--font-color-02);
}
.ft-clr02:link, .ft-clr02:visited {
  color: var(--font-color-02);
}

.ft-clr03 {
  color: var(--font-color);
}

/* 背景色 */
.bg-wt {
  background: #fff;
}

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

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

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

/* てきすと */
.txt-cnt {
  text-align: center;
}

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

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

/* display */
.dp-b {
  display: block;
}

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

.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;
  align-content: center;
  justify-content: center;
}

.asp01 {
  aspect-ratio: 1;
}

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

.ovf-hd {
  overflow: hidden;
}

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

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

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 {
  transform: rotate(90deg);
}

/*------------△△---select---△△---------*/
/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list li a {
  display: block;
  padding: 2rem 0;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 2rem;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto 0;
}
#site-map .site-list li a:hover {
  background: color-mix(in srgb, var(--main-color) 50%, transparent);
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .com-txt {
  text-align: center;
}
#notfound .inbox .com-txt a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  margin-bottom: 4rem;
  padding: 0;
}
#privacy .privacy-box .ttl02 {
  text-align: left;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
  background: var(--main-color);
  color: #fff;
  border-radius: 0;
}

/*---------------------------△△---privacy.html---△△------------------------*/
.pagenation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 30px;
}
.pagenation li {
  border: 2px solid var(--main-color);
  background: #fff;
  border-radius: 0;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail p a {
  color: #fff;
  background: var(--main-color);
  border-radius: 5px;
}

/*-----------▽▽---contact---▽▽--------*/
#contact .contact-form-table th {
  background: var(--main-color);
  color: #fff;
}
#contact .contact-form-table .select-box {
  width: 100%;
  border: 1px solid #000;
  color: var(--font-color);
  -webkit-appearance: auto;
}

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