@charset "utf-8";

@media screen and (max-width:1200px) {}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {}
/*==================================================
$common
==================================================*/
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
	color: #000;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 400;
	text-align: left;
  /* scrollbar-color: #888 #f1f1f1;
  scrollbar-width: thin; */
}
body.hidden {
  overflow: hidden;
}
a {color: inherit;text-decoration: none;transition: .3s;opacity: 1;}
a:hover {opacity: 0.7;}
a[href^="tel:"] {pointer-events: none;color: inherit !important;text-decoration: none !important;}
.nopc {display: none !important;}
img {max-width: 100%;width: auto;height: auto;}
::-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 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.inner {
  width: 98%;
  max-width: 1045px;
  margin: auto;
  position: relative;
}
@media screen and (max-width:1045px) {
  .inner {
    width: 98%;
  }
}
.button_list {
  margin-bottom: 30px;
}
.button_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.button_list ul li {
  min-width: 300px;
  margin: 0 20px;
}
.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: 45px;
  border-radius: 100px;
  font-weight: bold;
}
.button_list ul li a::after {
  content: "";
  width: 20px;
  height: 13px;
  background: url(../img/icon_arrow_w.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
/*==================================================
$header
==================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
header::after {
  content: "";
  width: calc((100% - 1045px) / 2 + 530px );
  min-width: 530px;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  border-bottom-left-radius: 48px;
  z-index: -1;
  pointer-events: none;
}
header .burger {
  display: none;
}
header nav {
  width: 98%;
  max-width: 1045px;
  margin: auto;
  position: relative;
  padding: 50px 0 30px;
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
header nav ul li {
  margin-left: 35px;
}
header nav ul li a {
  display: block;
}
/*==================================================
$main
==================================================*/
.main_image {
  padding: 200px 0 150px;
}
.main_image .logo {
  text-align: center;
}
.main_image object {
  max-width: 100%;
  height: auto;
}
.logo_head {
  transition: .1s;
}
/*==================================================
$news
==================================================*/
.news_list {
  max-width: 780px;
  width: 95%;
  margin: 0 auto 30px;
  max-height: 220px;
  overflow-y: auto;
}
.news_list ul {
  border-top: 1px solid #ccc;
}
.news_list ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
}
.news_list ul li .date {
  font-size: 18px;
  color: #989797;
  width: 110px;
  min-width: 110px;
}
.news_list ul li .text {
  width: 100%;
  font-size: 16px;
}
.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: 65px 0;
  border-radius: 48px;
}
.concept .inner .inbox {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.concept .inner .inbox .mark {
  text-align: center;
  margin-bottom: 70px;
}
.concept .inner .inbox .text {
  background: url(../img/line.svg) repeat top left/11px 57px;
  width: 100%;
  min-height: 400px;
}
.concept .inner .inbox .text p {
  font-size: 19px;
  font-weight: bold;
  width: 90%;
  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: 130px;
  border-bottom-left-radius: 130px;
}
@media screen and (max-width:1045px) {
  .schedule .inbox::after {
    width: 100%;
    left: 0;
  }
}
.schedule .inner {
  padding: 80px 0;
}
.schedule .inner>strong {
  display: block;
  max-width: 470px;
  width: 90%;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
}
.schedule .inner p {
  margin-bottom: 30px;
}
.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: 10px;
  font-weight: bold;
}
.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: 15px 10px;
  text-align: center;
  background: #fff;
}
.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 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: 130px;
  border-bottom-right-radius: 130px;
}
@media screen and (max-width:1045px) {
  .goods .inbox::after {
    width: 100%;
    right: 0;
  }
}
.goods .inner {
  padding: 80px 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: 45px;
  border-radius: 100px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 5px;
}
.goods_advance a::after {
  content: "";
  width: 20px;
  height: 13px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.goods_advance p {
  text-align: center;
}
.item_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.item_list ul li {
  background: #fff;
  border-radius: 25px;
  text-align: center;
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 20px;
  position: relative;
}
.item_list ul li:nth-child(4n) {
  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;
}
.item_list ul li span.image {
  width: 170px;
  height: 170px;
  margin-bottom: 20px;
}
.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: 26px;
  height: 26px;
  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: 15px;
  height: 2px;
  background: #000;
}
.item_list ul li span.plus::after {
  transform: rotate(90deg);
}
/*==================================================
$footer
==================================================*/
footer {
  position: relative;
  padding-top: 80px;
}
.totop {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  border-radius: 100px;
}
footer .share {
  margin-bottom: 50px;
}
footer .share span {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
footer .share ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .share ul li {
  margin: 0 20px;
  border-radius: 100px;
  overflow: hidden;
  width: 70px;
  height: 70px;
}
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: 130px;
}
@media screen and (max-width:1045px) {
  footer .inbox::after {
    width: 100%;
    right: 0;
  }
}
footer .inbox .inner {
  color: #fff;
  padding: 30px 50px;
}
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 {
  margin-bottom: 20px;
}
footer .inbox .inner .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .inbox .inner .link ul li {
  min-width: 190px;
  text-align: right;
  margin: 0 20px;
  font-weight: bold;
}
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: 98%;
  margin: auto;
  background: #fff;
  border-radius: 48px;
  padding: 40px 0;
  position: relative;
  transition: .3s;
}
.modal .modal_inbox .close {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  overflow: auto;
  z-index: 100;
}
.modal .modal_inbox .close::before,
.modal .modal_inbox .close::after {
  content: "";
  width: 60%;
  height: 4px;
  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: 100%;
  margin: auto;
  max-height: calc(90vh - 80px);
  overflow-y: auto;
}
@media screen and (max-width:840px) {
  .modal .modal_block {
    width: 90%;
  }
}
.modal .modal_inbox .head_text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.modal .modal_inbox div {
  margin: 50px auto 0;
}
.modal .modal_inbox .subhead_text {
  font-size: 20px;
  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-top: 20px;
}
.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: 98%;
  max-width: 1045px;
  border-radius: 48px;
  /* padding: 50px 2% 80px; */
  padding: 20px 2%;
  position: relative;
}
/* .item_modal ul li .inblock::after {
  content: "";
  width: 150px;
  height: 36px;
  background: url(../img/makiharab_2.svg) no-repeat center/contain;
  opacity: 0.33;
  position: absolute;
  bottom: 20px;
  left: 30px;
} */
.item_modal ul li .inblock .inbox {
  max-height: calc(90vh - 100px);
  overflow-y: auto;
  position: relative;
  max-width: 840px;
  margin: auto;
  width: 100%;
  padding: 10px 0;
}
.item_modal ul li .inblock .close {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  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: 4px;
  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: 22px;
  text-align: center;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto 20px;
}
.item_modal ul li .inblock .inbox .place {
  position: absolute;
  top: 0;
  right: 2%;
  color: #f08a48;
  font-size: 22px;
  font-weight: bold;
}
.item_modal ul li .inblock .inbox p {
  text-align: center;
  margin-bottom: 30px;
}
.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;
  text-align: center;
  font-size: 16px;
  color: #888686;
  margin-top: 5px;
  line-height: 1.2;
}
.item_modal ul li .inblock .arrow {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  cursor: pointer;
}
.item_modal ul li .inblock .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  margin: auto;
}
.item_modal ul li .inblock .arrow.next {
  left: auto;
  right: 20px;
  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: 65px 0;
  border-radius: 48px;
}
.member .inner .inbox {
  max-width: 850px;
  width: 90%;
  margin: auto;
}
.member .inner p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.member .inner table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.member .inner table tr th {
  width: 160px;
  min-width: 160px;
  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;
}