

/*
Source Han Serif JP Regular
font-family: "source-han-serif-jp-subset", sans-serif;
font-weight: 400;
font-style: normal;
Source Han Serif JP Bold
font-family: "source-han-serif-jp-subset", sans-serif;
font-weight: 700;
font-style: normal;
*/

html {
  scroll-behavior: smooth;
}
body {
  /* font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 250; */
}
body * {
 box-sizing: border-box;
 font-weight: 600;
 font-family: "source-han-serif-jp-subset", sans-serif;
}
h1 {
  margin: 0.2em 0 -0.8em;
}
.top p,
.top address,
footer p,
footer address,
nav,
.nav,
.nav2  {
  margin: 0;
  line-height: 1.8;
  width: 100%;
  /* font-family: "dnp-shuei-mincho-pr6n", sans-serif;
font-weight: 600;
font-style: normal; */
}

picture {
  vertical-align: bottom;
}

.sub p {
  font-weight: 600;
}

figure {
  margin: 0;
}
img {
  width: 100%;
}
dl {
  font-size: 1em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0;
  line-height: 1.4;
  width: 100%;
}

a {
  font-weight: 600;
}

ul {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

li {
  list-style: none;
  margin-bottom: 0.5em;
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
body {
 color: #070707;
 font-smoothing: antialiased;
 text-size-adjust: 100%;
 height:100%;
 margin: auto;
}
h4{margin:0;color:#333;}

h4 {
  margin-bottom: 1em;
}

p a {
  font-size: 1.3em;
  text-decoration: none;
}

.trigger {
  color: #fff !important;
}

.logo_nav {
  display: flex;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 500;
}

.ct {
  position: relative;
}

.ct ul {
  position: absolute;
  top: 0;
}

.nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 15em;
	height: 100%;
	background-color: #000;
	transition: all 0.2s;
	transform: translate(15em);
	z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
}
.nav.open {
	transform: translate(0); 
  z-index: 1001;
}
.nav ul {
	margin: 0;
	padding: 1rem;
	list-style-type: none;
}
.contact ul li {
	padding: 1em 0;
	border-bottom: 1px solid #fff;
}
.nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.btn_menu {
  background-color: #fff;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  position: relative;
  width: 3em;
  height: 3em;
  left: calc(100% - 4em);
  /* display: none; */
}

.btn_menu:hover {
  background-color: #fff; /* ホバー時の背景色 */
}

.btn_menu .bar {
  display: block; /* ブロック要素として表示 */
  width: 30px; /* 線の幅 */
  height: 4px; /* 線の高さ */
  margin: 6px auto; /* 線の上下のマージンと中央揃え */
  background-color: #000; /* 線の色 */
  border-radius: 2px; /* 線の角を丸くする */
}

.btn_wrap {
  width: 70%;
}

.nav ul li a {
  text-align: left;
    font-size: 0.9em;
}

.nav h2 {
font-size: 1.5em;
color: #fff;
margin: 1rem;
}

.close {
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin:0 auto;
}

.accordion-area li{
  margin: 10px 0;
}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/

}

.box>ul>li {
  border-bottom: solid #fff 0.5px;
    padding: 0.3em 0;
}

.title {
text-align: left;
color: #fff;
}
#close {
  color: #fff;
  margin-left: 2rem;
}
main,
.main {
  margin: 0 1em;
}

.catch {
  font-size: 0.8em;
    padding: 1rem 2rem;
    line-height: 2.3;
}

article {
  padding: 1rem 2rem;
  border-bottom: solid 0.5px #6D6D6D;
  transition: 0.3s;
}

h2 {
  /* padding-left: 2rem; */
  font-size: 1.7rem;
}

.meta {
  padding-left: 0;
  font-size: 1.1em;
}

.time {
  display: none;
}

.description {
  font-size: 0.9em;
}

.title::before {
  content: "▼";
    font-size: 0.5em;
    position: relative;
    top: -0.3em;
    padding-right: 0.5em;
    transform: rotate(45deg);
}

.cr {
  text-align: center;
    font-size: 0.7em;
    padding: 1em 0;
    background: #E0E0E0;
    margin: 0;
}

footer a {
  text-decoration: none;
  color: #000;
}

footer h4 {
  font-weight: 800;
  font-size: 1.2em;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.footer_wrap {
  padding: 1em;
  background: #F7F7F7;
}

.footer_menu {
  font-size: 0.7em;
}

.footer_menu>li {
  width: 43%;
    margin-right: 7%;
    margin-bottom: 3em;
}

.footer_menu>li a::before {
  content: "━";
    font-size: 0.5em;
    margin-right: 0.5em;
}

.sns_ico {
  display: flex;
  margin: 1em 0;
}

.sns_ico li {
  width: 12%;
  margin-right: 1em;
}

footer h2 {
  padding: 0;
  margin-bottom: 0.4em;
}

footer address,
footer p {
  font-weight: 100;
  line-height: 1.4;
}

.hyouji {
  text-align: center;
  margin: 1em 0;
  font-size: 0.8em;
}

.hyouji span{
  border: solid 0.5px #000;
  padding: 0.1em 0.5em;
  border-radius: 0.9em;
}

.description {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.meta, .hyouji {
  cursor: pointer;
}
.description.active {
  height: auto;
  opacity: 1;
  -webkit-line-clamp: unset; /* 制限を解除 */
}
.description.show-three-lines {
  height: auto;
  opacity: 1;
}

.show-less span {
  background: #000;
  color: #fff;
  transition: 0.3s;
}

.link_area {
  margin: 4em 0;
}

.nav2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s;
  transform: translate(-100vw);
  z-index: 5;
  opacity: 0.8;
}
.nav2.open {
	transform: translate(0); 
}

.nav2 p {
  position: absolute;
  z-index: 1000;
  bottom: 35vh;
  left: -27vw;
  transform: rotate(-90deg);
  font-size: 1.9em;
  width: 100%;
  border-bottom: solid;
}

.sub {
  margin-bottom: 3em;
}

.breadcrumb-box{
  margin-top: 4em;
  margin-bottom: 1em;
}

.breadcrumb {
  font-size: 0.7em;
  display: flex;
  padding: 0.5em 1em;
  background: #D8D8D8;
}

.breadcrumb li,
.breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.active {
  color: #000;
  font-weight: 600;
}

.arrow {
  margin: 0 1em;
}

/* shop */
.shop .flex {
  justify-content: space-between;
}
.shop .flex li {
  width: 48%;
    padding: 0.3em;
    border: solid 0.5px #ccc;
    text-align: center;
    margin-bottom: 1em;
    position: relative;
}

.shop .flex h3 {
  font-size: 0.7em;
  margin: 0;
}

.shop .flex li img {
  height: 7em;
  object-fit: contain;
}

.sub h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.3em;
}
.activity>figure {
  padding:1em 1em;
  margin-bottom: 3em;
  border: solid 0.5px #ccc;
}

.acv_menu {

}

.activity dd {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.activity h3 span {
  font-size: 0.8em;
}

.gallery figure {
margin-bottom: 1em;
}

.acc {
  margin-bottom: 1em;
}

/* access */

.access .flex {
  justify-content: space-between;
  margin-bottom: 3em;
}

.access_info li {
  padding: 1em;
  border: solid 0.5px #ccc;
  margin-bottom: 1em;
  width: 100%;
  background: #fff;
}

.about_box {
  font-size: 0.8em;
    letter-spacing: 0.05em;
    line-height: 2.1;
}

.acc_wrap {
  background-color: #F7F7F7;
 padding: 1em;
}

.ggmap {
  margin: 3em 0;
}

.ggmap iframe {
  width: 100%;
  height: 25em;
}

.keiro {
  width: 100%;
  display: block;
}

.keiro button {
  width: 100%;
    border: none;
    background: cornflowerblue;
    color: #fff;
    padding: 0.6em;
    margin-bottom: 1em;
}


.acc_wrap h3 {
  border-bottom: solid 0.5px #ccc;
  padding-bottom: 0.4em;
}

.rc-anchor-normal {
  zoom: 0.8;
}

input {
  height: 2.5em;
  margin-bottom: 1em;
}

input,
textarea {
  width: 100%;
  padding: 0.5em 1em;
}

.memo {
  font-size: 0.8em;
    text-indent: -1em;
    padding-left: 1em;
}

.silo_banner {
  width: auto;
}

.link button {
  background: #fff;
  border: solid 0.5px #000;
}

.ex_wrap {
  padding: 1em;
  border: solid 0.5px #000;
  margin-bottom: 1em;
}

.ex_wrap h3 {
 margin: 0;
}

.ex_wrap p {
  font-size: 0.8em;
  margin: 0;
  margin-top: 1em;
}

.info_box {
  margin-bottom: 2em;
}

.btn_area {
  text-align: center;
  margin: 3em;
}

.btn_area button {
  border: none;
  background: #02a9e0;
  color: #fff;
  padding: 0.5em 2em;
}

.fl .sub{
  font-size: 0.9em;
}

.fl section {
  margin-bottom: 3em;
}

.fl .sub figure {
  font-size: 0.9em;
}

.ct-1 {
  margin-bottom: 3em;
}

.btn_area {
  margin: auto;
}

.fl .btn_area a {
  text-decoration: none;
  color: #fff;
}

.drone dl {
  padding: 1em;
  border: solid 0.5px #000;
}

.drone dd{
  margin-bottom: 1em;
}

.drone dd:last-of-type{
  margin-bottom: 0;
}

nav {
  display: none;
}

.nav {
  display: block;
}

.h_menu {
  display: none;
}
.sub_list {
  display: none;
}

header {
  position: relative;
}

.ub {
  border-bottom: solid #4C4C4C 2px;
}
.def {
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  border: solid #000 2px;
  border-right: none;
  border-left: none;
  position: relative;
  top: -0.4em;
}

.def  div{
  width: 100%;
  padding: 0.2em 1em;
}

/* .kisuu {
  border-right: solid #000 0.5px;
} */

.def dt {
  font-size: 1em;
  font-weight: normal;
}

.def dd {
  font-size: 1em;
  font-weight: normal;
}

.def div:last-of-type {

}

.def span {
  font-size: 1.1em;
  margin-bottom: 0.4em;
  display: block;
}


@media screen and (min-width: 1024px) {
  main {
    max-width: 800px;
    margin: auto;
  }

  .top p {
    padding: 0;
  }

  nav {
    display: block;
  }
  
  .nav {
    display: none;
  }

  .btn_wrap {
    display: none;
  }

  .ct {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
  }

  .ct>li {
    margin-right: 1em;
  }

  .ct a {
    text-decoration: none;
    color: #000;
  }

  .h_menu {
    display: block;
    position: fixed;
    top: -25em;
    /* top: 0; */
    right: 0;
    background: #FFF;
    padding: 3em;
    z-index: 600;
    transition: 0.3s;
  }

  nav:hover+.h_menu,
  .h_menu:hover{
    top: 0;
    transition: 0.3s;
  }

  .h_menu .h_menu_list {
    display: flex;
  }
  .h_menu_list li {
    margin-right: 2em;
  }

  .h_menu_list ul a {
    font-size: 0.8em;
    text-decoration: none;
    color: #000;
  }
  .h_menu_list ul li::before {
    content: "-";
  }
  
}

