@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
:root {
  --main-color: #a68352;
  --sub-color: #bf9a0b;
  --accent-color: #100b05;
  --font-color: #434343;
  --font-color-02: #333;
  --bg-color: #f2f2f2;
  --bg-color-02: #f8f8f8;
  --bd-color: #aaaaaa;
  --white: #fff;
  --serif-font: "Noto Serif JP", serif;
  --sans-font: "Zen Kaku Gothic New", sans-serif;
  --en-font: "Josefin Sans", 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: 400;
  color: var(--font-color);
  background: #f8f8f8;
}

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

/*destyle */
.en {
  font-family: var(--en-font);
  font-weight: 300;
  line-height: 1;
}

.ft-wt {
  color: var(--white) !important;
}
.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);
}

.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-acc {
  background: var(--accent-color);
}

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

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

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

.mgn-a {
  margin: 0 auto;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative !important;
}

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

.asp01 {
  aspect-ratio: 1;
}

.bd-btm {
  border-bottom: 1px solid var(--bd-color);
}

.bd-btm-wt {
  border-bottom: 1px solid #fff;
}

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

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

.bd-dbl {
  border: 1px solid var(--bd-color);
  position: relative;
  z-index: 1;
}
.bd-dbl::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid var(--bd-color);
  right: -0.6rem;
  bottom: -0.6rem;
  z-index: -1;
}

.ft-bld {
  font-weight: 700;
}

.ttl-bd {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ttl-bd::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--bd-color);
  inset: 0;
  margin: auto 0;
  z-index: -1;
}
.ttl-bd span {
  display: inline-block;
  padding: 0.3rem 2rem;
}

.ft-wt .bd-btm {
  border: 1px solid #fff;
}
.ft-wt .ttl-bd::before {
  background: #fff;
}
.ft-wt .ttl-bd span {
  background: var(--accent-color);
}
.ft-wt .bd-dbl {
  border: 1px solid #fff;
}
.ft-wt .bd-dbl::after {
  border: 1px solid #fff;
}

.ttl01 .en {
  text-transform: uppercase;
}

#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;
  height: 5rem !important;
  width: 15rem;
  margin-left: auto !important;
  display: block !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;
  border-bottom: 1px solid var(--main-color);
}
.select-area .select-box option {
  color: var(--font-color);
}
.select-area:has(option:only-child) {
  display: none;
}
.select-area::after {
  transform: rotate(90deg);
}

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