@charset "utf-8";
/*==================================================
$common
==================================================*/
body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	position: relative;
	color: #000;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 400;
	text-align: left;
}
body.hidden {
  overflow: hidden;
}
a {color: inherit;text-decoration: none;}
.nosp {display: none !important;}
img {max-width: 100%;width: auto;height: auto;}
input, select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
::-webkit-scrollbar-button:hover {
  background-color: #aaa;
}
::-webkit-scrollbar-corner {
  background-color: #999;
}
.contents main section:not(.news) {
  margin-top: 80px;
}
.heading {
  transform: scale(0.7);
  margin: 0 auto 40px;
  text-align: center;
}
.inner {
  width: 98%;
  max-width: 1045px;
  margin: auto;
  position: relative;
}
.button_list {
  margin-bottom: 30px;
}
.button_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: auto;
}
.button_list ul li {
  width: 48%;
}
.button_list ul li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #000;
  color: #fff;
  min-height: 34px;
  border-radius: 100px;
  font-size: 12px;
  padding-right: 20px;
  font-weight: bold;
}
.button_list ul li a::after {
  content: "";
  width: 13px;
  height: 10px;
  background: url(../img/icon_arrow_w.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
/*==================================================
$header
==================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.burger,
.burger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.burger {
  width: 25px;
  height: 20px;
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 1000;
  margin: auto;
  cursor: pointer;
}
.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
.burger span:nth-of-type(1) {
  top: 0;
}
.burger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.burger span:nth-of-type(3) {
  bottom: 0;
}
.burger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-30deg);
  transform: translateY(9px) rotate(-30deg);
}
.burger.active span:nth-of-type(2) {
  opacity: 0;
}
.burger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(30deg);
  transform: translateY(-9px) rotate(30deg);
}
header nav {
  width: 70%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -70%;
  z-index: 99;
  background: rgba(247, 247, 247, .95);
  border-radius: 30px;
  transition: .3s ease-in-out;
}
header nav.open {
  right: 0;
}
header nav ul {
  padding: 100px 0 0 20%;
}
header nav ul li {
  margin-bottom: 40px;
}
header nav ul li a {
  display: block;
}
/*==================================================
$main
==================================================*/
.main_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.main_image .logo {
  display: block;
  width: 60%;
}
.main_image svg,
.main_image object {
  max-width: 100%;
  height: auto;
}
/*==================================================
$news
==================================================*/
.news_list {
  max-width: 780px;
  width: 95%;
  margin: 0 auto 30px;
  max-height: 200px;
  overflow-y: auto;
}
.news_list ul {
  border-top: 1px solid #ccc;
}
.news_list ul li {
  padding: 10px 3%;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
.news_list ul li .date {
  display: block;
  color: #989797;
  width: 100%;
}
.news_list ul li .text {
  display: block;
  width: 100%;
}
.news_list ul li .text a {
  text-decoration: underline;
}
.news_attention {
  display: block;
  width: 90%;
  max-width: 380px;
  margin: auto;
  text-indent: -1em;
  padding-left: 1em;
}
/*==================================================
$concept
==================================================*/
.concept .inner {
  background: #FDF7EC;
  padding: 40px 0;
  border-radius: 30px;
}
.concept .inner .inbox {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.concept .inner .inbox .mark {
  text-align: center;
  margin: 0 auto 40px;
  width: 75%;
}
.concept .inner .inbox .text {
  background: url(../img/line.svg) repeat top left/10px 42px;
  width: 100%;
  min-height: 470px;
}
.concept .inner .inbox .text p {
  font-size: 14px;
  font-weight: bold;
  width: 95%;
  margin: auto;
  line-height: 3;
}
/*==================================================
$schedule
==================================================*/
.schedule .inbox {
  position: relative;
}
.schedule .inbox::after {
  content: "";
  width: calc(100% - 1%);
  height: 100%;
  background: #F7F7F7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1%;
  right: 0;
  margin: auto;
  z-index: -1;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media screen and (max-width:1045px) {
  .schedule .inbox::after {
    width: 100%;
    left: 0;
  }
}
.schedule .inner {
  padding: 60px 0;
}
.schedule .inner>strong {
  display: block;
  max-width: 470px;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 16px;
  font-weight: bold;
}
.schedule .inner p {
  margin: 0 auto 20px;
  width: 90%;
}
.schedule .inner table {
  width: 100%;
  border: 1px solid #323232;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.schedule .inner table thead tr {
  border: 1px solid #323232;
}
.schedule .inner table thead tr th {
  border: 1px solid #323232;
  background: #323232;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  vertical-align: middle;
}
.schedule .inner table thead tr th:nth-child(1) {
  width: 2%;
}
.schedule .inner table thead tr th:nth-child(2) {
  width: 18%;
}
.schedule .inner table thead tr th:nth-child(3) {
  width: 12%;
}
.schedule .inner table thead tr th:nth-child(4) {
  width: 49%;
}
.schedule .inner table thead tr th:nth-child(5) {
  width: 19%;
}
.schedule .inner table tbody {
  counter-reset: number 0;
}
.schedule .inner table tbody tr {
  border: 1px solid #323232;
}
.schedule .inner table tbody tr th,
.schedule .inner table tbody tr td {
  border: 1px solid #323232;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  line-height: 1.5;
}
.schedule .inner table tbody tr:nth-child(odd) th,
.schedule .inner table tbody tr:nth-child(odd) td {
  background: #f9f9f9;
}
.schedule .inner table tbody tr th::before {
  counter-increment: number 1;
  content: counter(number);
}
.schedule .inner .contact {
  width: 90%;
  margin: 0 auto;
}
.schedule .inner .contact ul {
  margin-bottom: 20px;
}
.schedule .inner .contact ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.schedule .inner .contact ul li a {
  text-decoration: underline;
  color: #D71219;
}
/*==================================================
$goods
==================================================*/
.goods .inbox {
  position: relative;
}
.goods .inbox::after {
  content: "";
  width: calc(100% - 1%);
  height: 100%;
  background: #fdf7ec;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 1%;
  margin: auto;
  z-index: -1;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width:1045px) {
  .goods .inbox::after {
    width: 100%;
    right: 0;
  }
}
.goods .inner {
  padding: 60px 0;
}
.goods_advance {
  max-width: 640px;
  width: 98%;
  margin: 0 auto 30px;
}
.goods_advance a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #EAE454;
  min-height: 34px;
  border-radius: 100px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 12px;
}
.goods_advance a::after {
  content: "";
  width: 13px;
  height: 10px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.goods_advance p {
  text-align: center;
}
.item_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 96%;
  margin: auto;
}
.item_list ul li {
  background: #fff;
  border-radius: 25px;
  text-align: center;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  position: relative;
}
.item_list ul li:nth-child(2n) {
  margin-right: 0;
}
.item_list ul li a {
  display: block;
  padding: 20px 0;
  height: 100%;
}
.item_list ul li span {
  display: block;
  max-width: 90%;
  margin: auto;
  line-height: 1.5;
}
.item_list ul li span.image {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
.item_list ul li span.image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item_list ul li span.plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #f0ebe1;
  border-radius: 100px;
}
.item_list ul li span.plus::before,
.item_list ul li span.plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #000;
}
.item_list ul li span.plus::after {
  transform: rotate(90deg);
}
.item_list + span {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
/*==================================================
$footer
==================================================*/
footer {
  position: relative;
  padding-top: 80px;
}
.totop {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  border-radius: 100px;
}
footer .share {
  margin-bottom: 40px;
}
footer .share span {
  text-align: center;
  display: block;
  width: 70%;
  margin: 0 auto 20px;
}
footer .share ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .share ul li {
  margin: 0 15px;
  border-radius: 100px;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
footer .share ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .inbox {
  position: relative;
}
footer .inbox::after {
  content: "";
  width: calc(100% - 1%);
  height: 100%;
  background: #d71219;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 1%;
  margin: auto;
  z-index: -1;
  border-top-right-radius: 100px;
}
@media screen and (max-width:1045px) {
  footer .inbox::after {
    width: 100%;
    right: 0;
  }
}
footer .inbox .inner {
  color: #fff;
  padding: 30px 0;
  width: 90%;
  margin: auto;
}
footer .inbox .inner .sns {
  margin-bottom: 30px;
}
footer .inbox .inner .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 450px;
  width: 100%;
  margin: auto;
}
footer .inbox .inner .sns ul li {
  text-align: center;
}
footer .inbox .inner .sns ul li a span {
  display: block;
  line-height: 1.5;
}
footer .inbox .inner .link {
}
footer .inbox .inner .link ul {
  margin-bottom: 30px;
}
footer .inbox .inner .link ul li {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .inbox .inner .link ul li a::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon_outlink_w.svg) no-repeat center/contain;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
footer .inbox .inner>span {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
/*==================================================
$modal
==================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.8);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal_inbox {
  max-width: 1045px;
  width: 96%;
  margin: auto;
  background: #fff;
  border-radius: 30px;
  padding: 40px 0;
  position: relative;
  transition: .3s;
}
.modal .modal_inbox .close {
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  overflow: auto;
  z-index: 100;
}
.modal .modal_inbox .close::before,
.modal .modal_inbox .close::after {
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.modal .modal_inbox .close::after {
  transform: rotate(-45deg);
}
.modal .modal_block {
  display: block;
  max-width: 840px;
  width: 90%;
  margin: auto;
  max-height: calc(90vh - 80px);
  overflow-y: auto;
}
.modal .payment .modal_block {
  width: 100%;
}
.modal .modal_inbox .head_text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.modal .modal_inbox .modal_block>div {
  margin: 20px auto 0;
}
.modal .modal_inbox .subhead_text {
  font-size: 14px;
  font-weight: bold;
  background: #e3e3e3;
  border-radius: 100px;
  max-width: 570px;
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
.modal .modal_inbox .modal_attention {
  display: block;
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline;
  max-width: 840px;
  width: 100%;
  margin: 20px auto 0;
}
.item_modal ul li {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  background: rgba(0,0,0,.8);
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.item_modal ul li.active {
  opacity: 1;
  pointer-events: auto;
}
.item_modal ul li .inblock {
  background: #fff;
  width: 90%;
  max-width: 1045px;
  border-radius: 30px;
  /* padding: 40px 4% 50px; */
  padding: 20px 2%;
  position: relative;
}
/* .item_modal ul li .inblock::after {
  content: "";
  width: 100px;
  height: 23px;
  background: url(../img/makiharab_2.svg) no-repeat center/contain;
  opacity: 0.33;
  position: absolute;
  bottom: 10px;
  left: 15px;
} */
.item_modal ul li .inblock .inbox {
  max-height: calc(90vh - 100px);
  overflow-y: auto;
  position: relative;
  max-width: 840px;
  margin: auto;
  width: 100%;
  padding: 5px 10px;
}
.item_modal ul li .inblock .close {
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  overflow: auto;
  z-index: 100;
}
.item_modal ul li .inblock .close::before,
.item_modal ul li .inblock .close::after {
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.item_modal ul li .inblock .close::after {
  transform: rotate(-45deg);
}
.item_modal ul li .inblock .inbox .name {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
}
.item_modal ul li .inblock .inbox .place {
  display: block;
  color: #f08a48;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.item_modal ul li .inblock .inbox p {
  margin-bottom: 20px;
}
.item_modal ul li .inblock .inbox .image {
  width: 90%;
  margin: auto;
}
.item_modal ul li .inblock .inbox .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item_modal ul li .inblock .inbox .attention {
  display: block;
  font-size: 12px;
  color: #888686;
  margin-top: 5px;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}
.item_modal ul li .inblock .arrow {
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  cursor: pointer;
}
.item_modal ul li .inblock .arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
}
.item_modal ul li .inblock .arrow.next {
  left: auto;
  right: 10px;
  transform: scale(-1,1);
}
.item_modal ul li:first-child .arrow.prev,
.item_modal ul li:last-child .arrow.next {
  display: none;
}

/*==================================================
$member
==================================================*/
.member .inner {
  background: #f7f7f7;
  padding: 40px 0;
  border-radius: 30px;
}
.member .inner .inbox {
  max-width: 850px;
  width: 90%;
  margin: auto;
}
.member .inner p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.member .inner table {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.member .inner table tr th {
  width: 120px;
  min-width: 120px;
  padding: 5px;
}
.member .inner table tr td {
  width: 100%;
  padding: 5px;
}
.member .inner table tr td span {
  display: inline-block;
}
.member .inner table tr td span:not(:last-child)::after {
  content: "、";
  display: inline-block;
}
.member .inner table + span {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}