@charset "utf-8";

:root {
  --pdg-20: 20px;
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #333;
  --color-theme: #b29c62;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .4rem .4rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2)
}

*,
:after,
:before {
  box-sizing: border-box;
  background-repeat: no-repeat
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

html {
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%;
  scroll-snap-type: y proximity;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
  word-break: break-word;
}

body {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  cursor: default;
  color: #251e1c
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 0
}

hr {
  height: 0;
  overflow: visible;
  color: inherit
}

main {
  display: block
}

nav ol,
nav ul {
  padding: 0;
  list-style: none
}

pre {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  font-size: 1em;
  font-family: monospace, monospace
}

a {
  background-color: transparent;
  text-decoration: underline;
  color: #251e1c
}

a:hover {
  color: #666
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace
}

small {
  font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

iframe,
img {
  border-style: none;
  width: 100%;
  height: auto
}

svg:not([fill]) {
  fill: currentColor
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-color: inherit;
  border-collapse: collapse;
  text-indent: 0
}

button,
input,
select {
  margin: 0
}

button {
  overflow: visible;
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

fieldset {
  padding: .35em .75em .625em;
  border: 1px solid #a0a0a0
}

input {
  overflow: visible
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

select {
  text-transform: none
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical
}

[type=checkbox],
[type=radio] {
  padding: 0
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

blockquote {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0;
  padding: 5rem
}

blockquote:before {
  position: absolute;
  content: '“';
  font-size: 7rem;
  color: #bbb;
  top: 10px;
  left: 10px
}

blockquote:after {
  position: absolute;
  content: '”';
  font-size: 7rem;
  color: #bbb;
  right: 10px;
  bottom: 10px
}

blockquote cite {
  display: block;
  font-size: .8rem;
  text-align: right;
  color: #d4ded7;
  padding-right: 20px;
  padding: 5rem
}

@media screen and (max-width:767px) {
  blockquote {
    margin: 0;
    padding: 2rem
  }

  blockquote h2 {
    padding: 10px 0 0 4rem
  }

  blockquote:before {
    top: 0;
    left: 10px
  }
}

details,
dialog {
  display: block
}

dialog {
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: #fff;
  color: #000
}

dialog:not([open]) {
  display: none
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation
}

[hidden] {
  display: none
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed
}

[aria-hidden=false][hidden] {
  display: inline;
  display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0
}

@keyframes fadeInAnime {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

html {
  font-size: 62.5%
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
  font-size: 1.5em;
  line-height: 2;
  margin: 0;
  touch-action: manipulation
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0 font-family:"リュウミン M-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

blockquote,
dl,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 1em
}

dd {
  margin-left: 0
}

ol,
ul {
  padding-left: 2em
}

ol {
  list-style: decimal outside none
}

ul {
  list-style: disc outside none
}

em {
  font-style: normal
}

rp,
rt {
  font-size: .6875em;
  line-height: 1
}

table {
  font-size: 1em;
  empty-cells: show
}

figure {
  margin: 0
}

img {
  height: auto
}

iframe {
  width: 100%
}

button,
iframe,
img,
input,
select,
textarea {
  max-width: 100%
}

input,
select,
textarea {
  font-family: inherit
}

textarea {
  height: auto
}

::-webkit-input-placeholder {
  font-family: inherit
}

::-moz-placeholder {
  font-family: inherit
}

::placeholder {
  font-family: inherit
}

:-ms-input-placeholder {
  font-family: inherit
}

.no-link {
  color: inherit;
  text-decoration: none;
  pointer-events: none
}

.l-header {
  z-index: 100;
  position: relative
}

.l-content {
  width: 100%;
  overflow: hidden
}

.l-wrapper {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px
}

.l-wrapper--narrow {
  max-width: 860px
}

.l-wrapper--wide {
  max-width: 1230px
}

.l-wrapper .l-wrapper--narrow {
  max-width: 830px;
  padding-right: 0;
  padding-left: 0
}

.l-note__main {
  margin-bottom: 40px
}

.l-pagetop {
  position: relative
}

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(fonts/icomoon.ttf?izim1r) format("truetype"), url(fonts/icomoon.woff?izim1r) format("woff"), url(fonts/icomoon.svg?izim1r#icomoon) format("svg");
  font-family: icomoon;
  font-display: block
}

[class*=" c-icon-"],
[class^=c-icon-] {
  speak: never;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: icomoon !important;
  text-transform: none;
  color: var(--color-base)
}

.c-icon-store:before {
  content: "\e900"
}

.c-icon-cart:before {
  content: "\e901"
}

.c-icon-mail:before {
  content: "\e902"
}

.c-icon-tel:before {
  content: "\e903"
}

.c-icon-facebook:before {
  content: "\e904"
}

.c-icon-x {
  background-image: url(https://www.oakv-co-jp.pro/common/img/icon_sns_x.svg);
  width: 30px;
  height: 30px;
}

.c-icon-insta:before {
  content: "\e906"
}

.c-icon-youtube:before {
  content: "\e907"
}

.c-icon-book:before {
  content: "\e908"
}

.c-icon-external:before {
  content: "\e909"
}

.c-icon-pdf:before {
  content: "\e90a"
}

.c-icon-search:before {
  content: "\e90b"
}

.c-icon-sylvan:before {
  content: "";
  background-image: url(../img/icon_sylvan.svg);
  display: inline-block;
  height: 22px;
  width: 32px;
  vertical-align: bottom
}

.c-icon-50th:before {
  content: "";
  background-image: url(../img/icon_50th_mini_bl.svg);
  background-position: center;
  display: inline-block;
  height: 26px;
  width: 32px;
  vertical-align: bottom
}

@media screen and (max-width:1280px) {
  .c-icon-sylvan:before {
    content: "";
    background-image: url(../img/icon_sylvan_w.svg)
  }

  .c-icon-50th:before {
    content: "";
    background-image: url(../img/icon_50th_mini_w.svg)
  }
}

img.c-icon_x {
  width: 20px;
  vertical-align: bottom;
  padding-top: 5px;
}

.p-footer img.c-icon_x {
  width: 24px;
  padding-top: 0px;
  position: relative;
  margin-top: -30px;
}

#topheader {
  positon: relative;
  height: 70px
}

#top2023 #topheader {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  z-index: 99;
  width: 100%
}

#topheader ul.main_nav {
  position: absolute;
  top: 25px;
  right: 80px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 0;
  list-style: none;
  font-weight: 700
}

#topheader ul.main_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 2rem;
  list-style: none;
  font-weight: 700
}

#topheader a {
  text-decoration: none;
}

#top2023 #topheader ul li a {
  color: #fff;
  text-shadow: #000 0 0 8px
}

@media only screen and (max-width:1480px) {
  #topheader ul.main_nav {
    position: static;
  }

  #topheader ul.main_nav ul.sub_l {
    position: absolute;
    top: 34px;
    right: 80px;
  }

  #topheader ul.main_nav ul.sub_s {
    position: absolute;
    top: 10px;
    right: 80px;
    font-size: 90%;
  }

  #topheader ul.main_nav ul.sub_l {
    position: absolute;
    top: 34px;
    right: 80px;
  }
}

@media only screen and (min-width:961px) and (max-width:1200px) {
  #topheader ul.main_nav {
    font-size: 85%;
  }

  #topheader ul.main_nav ul {
    gap: 6px 1.25rem;
  }
}

@media only screen and (max-width:960px) {
  #topheader ul.main_nav {
    display: none
  }
}

#logo,
#logo1 {
  position: fixed;
  top: 8px;
  left: 10px;
  display: block;
  width: 215px;
  height: 70px;
  background-size: contain
}

#logo img.logo_d {
  display: none
}

#logo a {
  display: block;
  width: 215px;
  height: 70px
}

#top2023 #logo {
  z-index: 999
}

#top2023 #logo img {
  width: 215px;
  filter: drop-shadow(0 0 8px #656565)
}

.js-header.headerColorScroll #logo,
#logo a {
  background: url(../img/logo.svg) no-repeat top left;
  background-size: 215px
}

#g-nav #logo a {
  background: url(../img/logo_w.svg) no-repeat top left
}

.js-header.headerColorScroll #logo img {
  display: none
}

@media only screen and (max-width:767px) {
  #logo {
    width: 180px;
    height: 50px;
    z-index: 99999
  }

  #logo a {
    width: 180px;
    height: 50px
  }

  #g-nav #logo a {
    display: none
  }

  #logo img {
    width: 180px
  }

  .js-header.headerColorScroll #logo,
  #logo a {
    background-size: 180px
  }

  #top2023 #logo1 {
    z-index: 0;
    display: none;
    transition-delay: 0
  }
}

/* g-nav */
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .95);
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999
}

#g-nav ul {
  width: 90%;
  margin: 0 auto
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto
}

#g-nav-list::-webkit-scrollbar {
  width: 0;
}

#g-nav.panelactive #g-nav-list {
  min-height: 100vh;
}

#g-nav li {
  list-style: none;
  word-break: keep-all;
}

#g-nav li a {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: 700
}

/*ナビゲーションのリンク設定*/
#g-nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 4px 25px 3px 0;
  /*padding*/
  transition: all .3s;
}

#g-nav li a:hover {
  color: #aaa;
  transition: all .3s;
}

@media screen and (min-width:960px) {
  #g-nav ul {
    width: 90%;
    margin: 0 auto
  }

  #g-nav-in {
    display: grid;
    grid-template-columns: 240px auto;
    grid-template-rows: auto 1fr
  }

  #navi_layer {
    grid-column: 2/3;
    grid-row: 1/3;
  }

  #g-nav-h {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-top: 95px;
  }

  #g-nav-s {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  li.has-child>a {
    border-bottom: #fff 1px solid;
    border-bottom: none;
  }
}

@media screen and (max-width:960px) {
  nav ul li.has-child::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    transform: rotate(135deg)
  }
}

/*＝＝＝＝＝＝＝＝下の階層のulや矢印の基点にするためliにrelativeを指定＝＝＝＝＝＝＝＝*/
nav#navi_layer {
  padding-top: 20px;
}

nav#navi_layer>ul {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
}

nav#navi_layer ul li {
  position: relative;
  margin: 0;
  padding: 0;
}

#navi_layer>ul>li>a {
  border-bottom: #fff 1px solid;
}

/*ナビゲーションaタグの形状 そう直*/
nav#navi_layer li.has-child ul {
  width: 100%;
}

nav#navi_layer li.has-child ul li a {
  color: #fff;
}

nav#navi_layer li.has-child ul>li>a {
  padding-left: 30px;
}

nav#navi_layer li.has-child ul>li>ul a {
  padding-left: 48px;
  font-size: 1.4rem;
}

nav#navi_layer li.has-child ul li a::before {
  position: absolute;
  top: 18px;
  left: 14px;
  display: inline-block;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #ccc
}

nav#navi_layer li.has-child ul li ul a::before {
  left: 32px;
}

nav#navi_layer li.has-child ul li a:hover,
nav#navi_layer li.has-child ul li a:active {
  background: #666;
}

/*==3階層目*/
/*3階層目の位置*/
nav#navi_layer li.has-child ul ul {
  background: #333;
}

nav#navi_layer li.has-child ul li:hover,
nav#navi_layer li.has-child ul li:active {
  background: #666;
}

nav#navi_layer li.has-child ul ul li a:hover,
nav#navi_layer li.has-child ul ul li a:active {
  background: #666;
}

#g-nav-s .p-footer__sns {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 3rem 0;
}

.navi__sns [class^=c-icon-]:before {
  font-size: 30px;
}

/*==768px以上の形状*/
@media screen and (min-width:768px) {

  /*下の階層を持っているulの指定*/
  nav#navi_layer li.has-child ul li>ul {
    /*形状を指定*/
    display: none;
    background: #28BFE7;
    background: #333;
    width: 100%;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
  }

  /*hoverしたら表示*/
  nav#navi_layer li.has-child ul li:hover>ul,
  nav#navi_layer li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
  }

  nav#navi_layer li.has-child ul li:hover>ul,
  nav#navi_layer li.has-child ul li:active>ul {
    /*  position: static;*/
    display: block;
  }

  /*==矢印の設定*/
  #g-nav ul li.has-child ul li.top-c a {
    display: none
  }

  /*3階層目を持つliの矢印の設定*/
  nav#navi_layer ul ul li.has-child::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
  }
}

/*==768px以下の形状*/
@media screen and (max-width:768px) {
  #g-nav-h {
    padding-top: 40px;
  }

  #g-nav-s {
    padding-top: 30px;
  }

  nav#navi_layer {
    margin-top: 0px;
    padding: 0;
  }

  nav#navi_layer ul {
    display: block;
  }

  nav#navi_layer>ul>li>a {
    margin-top: 20px;
  }

  nav#navi_layer li.has-child ul,
  nav#navi_layer li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }

  /*矢印の位置と向き*/
  nav#navi_layer ul li.has-child::before {
    left: 20px;
  }

  nav#navi_layer ul ul li.has-child::before {
    transform: rotate(135deg);
  }

  nav#navi_layer ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
}

.c-breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  list-style: none
}

.c-breadcrumb li {
  display: inline-block
}

.c-breadcrumb li+li:before {
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-top: -.1em;
  margin-right: .5em;
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  content: "";
  vertical-align: middle
}

.c-breadcrumb a {
  color: inherit;
  text-decoration: none
}

.c-breadcrumb a:hover {
  text-decoration: underline;
  color: #fff
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: #fff 1px solid;
  border-radius: 50%
}

.js-header.headerColorScroll .openbtn,
.js-header.n-header .openbtn {
  border: #000 1px solid
}

.js-header.headerColorScroll .openbtn.active,
.js-header.n-header .openbtn.active {
  border: #fff 1px solid
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 1px;
  background-color: #fff;
  width: 45%
}

.js-header.headerColorScroll .openbtn span,
.js-header.n-header .openbtn span {
  background-color: #000
}

.openbtn span:nth-of-type(1) {
  top: 15px
}

.openbtn span:nth-of-type(2) {
  top: 23px
}

.openbtn span:nth-of-type(3) {
  top: 31px
}

.js-header.headerColorScroll .openbtn.active span,
.js-header.n-header .openbtn.active span {
  background-color: #fff
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%
}

@media only screen and (max-width:767px) {
  .openbtn {
    width: 40px;
    height: 40px
  }

  .openbtn span {
    left: 11px;
    width: 45%
  }

  .openbtn span:nth-of-type(1) {
    top: 13px
  }

  .openbtn span:nth-of-type(2) {
    top: 19px
  }

  .openbtn span:nth-of-type(3) {
    top: 24px
  }

  .openbtn.active span:nth-of-type(1) {
    top: 12px;
    left: 12px;
    width: 40%
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0
  }

  .openbtn.active span:nth-of-type(3) {
    top: 24px;
    left: 12px;
    width: 40%
  }
}

.c-btn1,
.c-btn2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  appearance: none;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #575757;
  border-radius: 0;
  background: #fff;
  color: #251e1c;
  line-height: 1.4;
  font-family: inherit;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: all .15s ease
}

.c-btn1[aria-disabled=true],
.c-btn2[aria-disabled=true] {
  opacity: .5
}

.c-btn1:before,
.c-btn2:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right top;
  background: #333;
  content: "";
  transition: transform .3s ease
}

.c-btn1:hover:before,
.c-btn2:hover:before {
  transform: scaleX(1);
  transform-origin: left top
}

.c-btn1 {
  width: 250px;
  height: 40px;
  padding: .5em 1.5em;
  font-size: 1.4rem
}

.c-btn1:after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 11px;
  height: 11px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  content: "";
  transition: border 0 .2s
}

.c-btn1:hover {
  color: #fff
}

.c-btn1:hover:after {
  border-color: #fff
}

.c-btn1--large {
  height: 54px;
  font-size: 1.6rem
}

.c-btn1--inverse {
  background: #595858;
  color: #fff
}

.c-btn1--inverse:after {
  border-top-color: #fff;
  border-right-color: #fff
}

.c-btn2 {
  width: 100%;
  max-width: 190px;
  max-width: 210px;
  height: 40px;
  padding: .5em 1em;
  font-size: 1.3rem
}

.c-btn2:hover {
  color: #fff
}

.c-btn2--large {
  width: 210px;
  height: 60px;
  font-size: 1.7rem
}

.c-btn2--external:after {
  margin-left: .25em;
  content: "\e909";
  font-family: icomoon
}

.c-btn2--arrow:after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 11px;
  height: 11px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  content: "";
  transition: border 0 .2s
}

.c-btn2--arrow:hover:after {
  border-color: #fff
}

.c-btn2--pdf:after {
  margin-left: .5em;
  content: "\e90a";
  font-size: 1.8rem;
  font-family: icomoon
}

.c-btn3 {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  appearance: none;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #575757;
  border-radius: 0;
  background: #fff;
  color: #251e1c;
  font-size: 1.7rem;
  line-height: 1.4;
  font-family: inherit;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer
}

.c-btn3:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right top;
  background: linear-gradient(90deg, #fff, #f7f6e7);
  content: "";
  transition: transform .3s ease
}

.c-btn3:hover {
  color: #251e1c
}

.c-btn3:hover:before {
  transform: scaleX(1);
  transform-origin: left top
}

.c-btn3group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.c-btn3group .c-btn3 {
  margin: 5px 14px
}

.c-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.c-btn-group [class*=c-btn] {
  margin: 10px
}

/*========= card bunner ===============*/
.card_btn dl,
.card_btn dl dt,
.card_btn dl dd {
  margin: 0;   /* デフォルトのマージンをリセット */
  padding: 0;
}

.card_btn .c-btn1 {
  width: 100%;
  height: 54px;
  padding: .5em 1.5em .5em .5em;
  font-size: 1.3rem;
}

.card_btn dl dt {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  position: relative; /* 中央配置の基準 */
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
 }

.card_btn dl dt img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠にフィット */
  display: block;
  transition: .4s;
}

.card_btn dl dt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  pointer-events: none; /* 文字の上でもリンクが効く */
  transition: background 0.3s ease;
}

.card_btn dl dt a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

/* hover / active 時に半透明背景を消す */
.card_btn dl dt a:hover span,
.card_btn dl dt a:active span {
  background: none;
}

.card_btn dl ul {
  list-style: none;
  padding: 1rem 0 0 0;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}

@media only screen and (max-width: 767px) {
  .card_btn {
    grid-gap: 2px;
    grid-template-columns: none;
  }
  .card_btn dl ul {
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(89, 88, 88, .3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s;
}

#page-top a:hover {
  background: rgba(89, 88, 88, .3)
}

#page-top a:before {
  display: block;
  width: 10px;
  height: 10px;
  transform: translateY(25%) rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: ""
}

#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px)
}

@media screen and (max-width:767px) {
  #page-top a {
    width: 45px;
    height: 45px
  }

  #page-top a:before {
    width: 7px;
    height: 7px
  }
}

#page-top.UpMove {
  animation: UpAnime .5s forwards
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

#page-top.DownMove {
  animation: DownAnime .5s forwards
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 1;
    transform: translateY(100px)
  }
}

.p-footer-contact {
  padding: 40px 0 30px;
  background: #f8f6ef;
  line-height: 1.5
}

.p-footer-contact__inner {
  padding: 0 15px
}

.p-footer-contact__inner ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.p-footer-contact__inner li {
  margin-bottom: 20px
}

.p-footer-contact__inner li:first-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #595858
}

.p-footer-contact__heading {
  margin-bottom: .5em;
  font-size: 1.2rem
}

.p-footer-contact__tel {
  margin-bottom: 10px;
  line-height: 1.2
}

.p-footer-contact__tel a {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  text-decoration: none
}

.p-footer-contact__tel a:before {
  display: inline-block;
  margin-right: .1em;
  content: "\e903";
  line-height: 1;
  font-family: icomoon;
  vertical-align: -.2em
}

.p-footer-contact__tel small {
  display: inline-block;
  margin-top: .5em;
  font-size: 1.2rem
}

.isPC .p-footer-contact__tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none
}

.p-footer-contact__form .c-btn1 {
  width: 100%;
  max-width: 280px
}

.p-footer-contact__note {
  font-size: 1.2rem
}

.p-footer {
  background: #000 no-repeat 50% bottom/150%;
  color: #fff
}

.p-footer a {
  text-decoration: none;
  color: #fff;
}

.p-footer a:hover {
  color: #aaa;
  transition: all .3s;
}

.p-footer__data {
  text-align: center
}

.p-footer__content {
  padding-top: 40px
}

.p-fnav>li>a {
  display: block;
  padding: .25em 0;
  border-bottom: 1px solid
}

.p-footer__logo {
  margin-bottom: 15px
}

.p-footer__logo img {
  width: 160px
}

.p-footer__address {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.5714
}

.p-footer__sns {
  margin-bottom: 40px;
  line-height: 1
}

.p-footer__sns a {
  display: inline-block;
  margin-right: 15px
}

.p-footer__sns [class^=c-icon-]:before {
  font-size: 30px;
}

.p-fnav {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6
}

.p-fnav-child {
  display: none
}

.p-footer__bottom {
  padding-bottom: 20px
}

.p-extranav {
  margin-bottom: 20px;
  padding: 8px 0;
  background: hsla(0, 0, 100%, .5);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center
}

.p-extranav ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none
}

.p-extranav li {
  padding: 0 1.5em
}

.p-extranav li+li {
  border-left: 1px solid #fff
}

.p-extranav a {
  color: #fff
}

.p-copyright {
  color: #fff;
  font-size: 1.1rem;
  font-family: Arial, Helvetica, "sans-serif";
  text-align: center
}

@media screen and (min-width:768px) {
  .p-footer-contact__inner {
    max-width: 890px;
    margin: 0 auto
  }

  .p-footer-contact__row {
    display: flex;
    align-items: center;
    text-align: left
  }

  .p-footer-contact__heading {
    flex: 1 0 30%;
    max-width: 30%;
    margin-bottom: 0;
    padding-right: 1em;
    font-size: 1.7rem
  }

  .p-footer-contact__body {
    display: flex;
    position: relative;
    flex: 1 0 auto;
    align-items: center;
    justify-content: space-between;
    padding-left: 28px;
    border-left: 1px solid #595858
  }

  .p-footer-contact__body:before {
    display: block;
    position: absolute;
    top: 50%;
    left: -1px;
    width: 12px;
    height: 12px;
    margin-left: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #595858;
    border-right: 1px solid #595858;
    background: #f7f6e7;
    content: ""
  }

  .p-footer-contact__tel {
    margin-bottom: 0;
    font-size: 1.6rem
  }

  .p-footer-contact__tel a {
    font-size: 2.8rem
  }

  .p-footer-contact__tel small {
    font-size: 1.4rem
  }

  .p-footer-contact__form {
    flex: 1 0 220px;
    max-width: 220px
  }

  .p-footer-contact__note {
    padding-left: 15em;
    font-size: 1.4rem
  }

  .p-footer {
    background-size: contain
  }

  .p-footer__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1070px;
    margin: 0 auto;
    padding: 40px 15px 60px
  }

  .p-footer__data {
    flex: 1 0 50%;
    text-align: left
  }

  .p-footer__nav {
    flex: 1 0 50%
  }
}

@media screen and (min-width:1280px) {
  .p-footer-contact__inner li {
    margin-bottom: 25px
  }

  .p-footer-contact__inner li:first-of-type {
    margin-bottom: 30px;
    padding-bottom: 30px
  }

  .p-footer-contact {
    padding: 65px 0 45px
  }

  .p-footer-contact__heading {
    flex: 1 0 13em;
    max-width: 13em
  }

  .p-footer-contact__heading br {
    display: none
  }

  .p-footer-contact__body {
    justify-content: space-between
  }

  .p-footer-contact__note {
    padding-left: 18em
  }

  .p-footer {
    background-position: 50% bottom
  }

  .p-footer__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 15px 70px
  }

  .p-footer__data {
    flex: 1 0 25%
  }

  .p-footer__nav {
    display: flex;
    flex: 1 0 68%;
    justify-content: space-between
  }

  .p-footer__col {
    flex: 1 0 30%;
    max-width: 30%
  }

  .p-footer__logo img {
    width: 210px
  }

  .p-fnav>li {
    margin-bottom: 2.5em
  }

  .p-fnav>li>a {
    display: block;
    padding-bottom: .5em;
    border-bottom: 1px solid
  }

  .p-fnav-child {
    display: block;
    margin-top: 10px
  }

  .p-fnav-child li {
    padding: 3px 0
  }

  .p-copyright {
    font-size: 1.2rem
  }
}

@media screen and (max-width:767px) {
  .p-footer-contact__row--main {
    text-align: center
  }

  .p-footer-contact__row--main .p-footer-contact__tel a {
    font-size: 2.8rem
  }

  .p-footer-contact__row--sub {
    display: table;
    width: 100%;
    max-width: 400px;
    margin: 0 auto
  }

  .p-footer-contact__row--sub .p-footer-contact__heading {
    display: table-cell;
    width: 33%;
    padding-right: .5em;
    font-size: 1.4rem;
    vertical-align: middle;
    white-space: nowrap
  }

  .p-footer-contact__row--sub .p-footer-contact__body {
    display: table-cell;
    position: relative;
    width: 67%;
    padding-left: 1em;
    border-left: 1px solid #595858
  }

  .p-footer-contact__row--sub .p-footer-contact__body:before {
    display: block;
    position: absolute;
    top: 50%;
    left: -1px;
    width: 12px;
    height: 12px;
    margin-left: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #595858;
    border-right: 1px solid #595858;
    background: #f7f6e7;
    content: ""
  }

  .p-footer-contact__row--sub .p-footer-contact__tel {
    margin-bottom: 0;
    font-size: 1.4rem
  }

  .p-footer-contact__row--sub .p-footer-contact__form .c-btn1 {
    width: auto;
    height: auto;
    padding: 0 2em 0 0;
    border: 0;
    background: 0;
    color: #251e1c;
    font-size: 1.3rem;
    text-decoration: underline !important
  }

  .p-footer-contact__row--sub .p-footer-contact__form .c-btn1:after,
  .p-footer-contact__row--sub .p-footer-contact__form .c-btn1:before {
    display: none
  }

  .p-fnav {
    margin-top: -1px;
    border-top: 1px solid #fff;
    background: rgba(0, 0, 0, .75)
  }

  .p-fnav>li>a {
    padding: 1em 15px;
    color: #fff
  }
}

.p-newslist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
  list-style: none
}

.p-newslist__col {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 8px 8px
}
.p-newsitem__meta {
  margin-bottom: 10px
}
/*-----  ----*/
.p-newsitem {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.714
}

.p-newsitem__thumb {
  margin-bottom: 10px
}

.p-newsitem__thumb a {
  transition: opacity .2s
}

.p-newsitem__date {
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1
}

.p-newsitem__title {
  margin-bottom: 15px
}

.p-newsitem__title a {
  text-decoration: none
}

.p-newsitem__thumb a:hover {
  opacity: .7
}
.p-newsitem__date .new-txt {
  color: #d00;
  padding-right: .5em;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate
}

@keyframes blink {
  0 {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@media screen and (min-width:787px) {
  .p-newslist__col {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 8px 8px
  }
}

@media screen and (min-width:1280px) {
  .p-newslist {
    margin: 0 -12px
  }

  .p-newslist__col {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 12px 12px
  }
}

.c-category,
.c-subcategory,
.c-tag {
  display: inline-block;
  padding: .75em 1em;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin: 0 3px 3px 0
}

.c-category {
  background: #e6e6e6
}

.c-subcategory {
  background: #666;
  color: #fff
}

a.c-subcategory:hover {
  color: #e5e5e5
}

.c-tag {
  border: 1px solid #e6e6e6
}

.c-date {
  color: #595858;
  font-size: 1.4rem
}

@media screen and (min-width:1280px) {

  .c-category,
  .c-tag {
    min-width: 80px
  }
}

.p-article__content figure {
  padding-bottom: 2rem
}

.full_bg_right,
.full_bg_left {
  position: relative;
  left: 50%;
  width: 100vw;
  /*height: 30vw;*/
  height: clamp(280px, 30vw, 600px);
  transform: translateX(-50%);
  margin: 0 calc(50vw - 50%);
  overflow: hidden
}

.full_bg_left {
  margin: 0 calc(50% - 50vw)
}

.full_bg_right img,
.full_bg_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-autots: none
}

.txt_red {
  color: #d00
}

.txt_white {
  color: #fff
}

.u-d-none {
  display: none !important
}

.u-d-block {
  display: block !important
}

.u-d-inline {
  display: inline !important
}

.u-d-inline-block {
  display: inline-block !important
}

.u-sr-only,
.u-sr-only-focusable:not(:focus),
.u-visually-hidden {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap
}

.u-font-bold {
  font-weight: 700
}

.u-font-normal {
  font-weight: 400
}

.u-font-size-l {
  font-size: 2em;
  line-height: 1.3
}

.u-font-size-m {
  font-size: 1.25em
}

.u-font-size-s {
  font-size: .9em
}

.u-font-size-14 {
  font-size: 1.4rem
}

.u-font-size-12 {
  font-size: 1.2rem
}

.u-font-size-larger {
  font-size: 1.25em
}

.u-lh-wide {
  line-height: 2.125
}

.u-lh-narrow {
  line-height: 1.714
}
}

.u-text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

ol[class*=u-text-indent-],
ul[class*=u-text-indent-] {
  padding-left: 0;
  list-style: none;
  text-indent: 0
}

.u-text-indent-1,
.u-text-indent-1>li,
li.u-text-indent-1 {
  padding-left: 1em;
  text-indent: -1em
}

.u-text-indent-2,
.u-text-indent-2>li,
li.u-text-indent-2 {
  padding-left: 2em;
  text-indent: -2em
}

.u-list-unstyled {
  padding-left: 0;
  list-style: none
}

.u-nowrap {
  white-space: nowrap
}

.u-color-important {
  color: #cc140e
}

.u-text-left {
  text-align: left
}

.u-text-center {
  text-align: center
}

.u-box-center {
  margin-left: auto;
  margin-right: auto;
}

.u-text-right {
  text-align: right
}

.u-box-right {
  position: absolute;
  right: 0px
}

.u-vertical-top {
  vertical-align: top
}

.u-vertical-middle {
  vertical-align: middle
}

.u-vertical-bottom {
  vertical-align: bottom
}

@media screen and (min-width:768px) {
  .u-d-none-md {
    display: none !important
  }

  .u-d-block-md {
    display: block !important
  }

  .u-d-inline-md {
    display: inline !important
  }

  .u-d-inline-block-md {
    display: inline-block !important
  }

  .u-text-left-md {
    text-align: left
  }

  .u-text-center-md {
    text-align: center
  }

  .u-text-right-md {
    text-align: right ｝
  }

  @media screen and (min-width:1280px) {
    .u-d-none-lg {
      display: none !important
    }

    .u-d-block-lg {
      display: block !important
    }

    .u-d-inline-lg {
      display: inline !important
    }

    .u-d-inline-block-lg {
      display: inline-block !important
    }

    .u-text-left-lg {
      text-align: left
    }

    .u-text-center-lg {
      text-align: center
    }

    .u-text-right-lg {
      text-align: right
    }

    br.pc_no {
      display: none
    }
  }

  @media screen and (max-width:787px) {
    .u-d-none-sm {
      display: none !important
    }

    .u-d-block-sm {
      display: block !important
    }

    .u-d-inline-sm {
      display: inline !important
    }

    .u-d-inline-block-sm {
      display: inline-block !important
    }

    .u-text-left-sm {
      text-align: left
    }

    .u-text-center-sm {
      text-align: center
    }

    .u-text-right-sm {
      text-align: right
    }

    br.sp_no {
      display: none
    }
  }
.newscolum-list{
  display: grid; 
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.newscolum-list img{
  width:100%;
}
@media (max-width: 768px) {
  .newscolum-list{
    grid-template-columns: 1fr 1fr;
  }
}
  .zoomlink a {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .zoomlink img {
    transition: 1s all;
  }

  .zoomlink img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }

  .grid_com,
  .grid_pc {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: start
  }

  .gr_c2,
  .gr_pc2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }

  .gr_c1_2,
  .gr_pc1_2 {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr
  }

  .gr_c2_1,
  .gr_pc2_1 {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr
  }

  .gr_pc3sp2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
  }

  .gr_c300x_auto,
  .gr_pc300x_auto {
    -ms-grid-columns: 320px auto;
    grid-template-columns: 320px auto
  }

  .gr_cauto_250px,
  .gr_pcauto_250px {
    -ms-grid-columns: auto 250px;
    grid-template-columns: auto 250px
  }

  .end_self {
    justify-self: end;
    align-self: end
  }

  .center_self {
    align-self: center
  }

  @media only screen and (max-width:1280px) {
    .gr_pc3 {
      -ms-grid-columns: none;
      grid-template-columns: none;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr
    }
  }

  @media only screen and (max-width:767px) {
    .gr_pc3sp2 {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr
    }

    .gr_pc2,
    .gr_pc1_2,
    .gr_pc2_1,
    .gr_pc1_2_rever,
    .gr_pc320x_auto,
    .gr_pcauto_250px {
      -ms-grid-columns: none;
      grid-template-columns: none;
      -ms-grid-rows: none;
      grid-template-rows: none
    }

    .gr_pc2>*,
    .gr_pc1_2>*,
    .gr_pc2_1>*,
    .gr_pc300x_auto>*,
    .gr_pcauto_250px>*,
    .gr_pc2::after,
    .gr_pc1_2::after,
    .gr_pc2_1::after,
    .gr_pc400x_auto::after,
    .gr_pcauto_250px::after {
      grid-column: auto;
      grid-row: auto
    }
  }