@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.roboto {
  font-family: "Roboto", sans-serif;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*
/* color */
/* trans */
/* margin */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	common
	common　header、nav、footer、main、parts
	一覧ページ【archive】
	記事ページ【single】
	404【404】

	ContactFoam お問い合わせ【contactPage】


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
html {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000;
  font-family: "Roboto", "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
}

.serif {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
}

main,
section,
article {
  overflow: hidden;
}

sup {
  font-size: 0.7rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #a41111;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  color: #000;
}

.overflow_hidden {
  overflow: hidden;
}

.clear {
  clear: both;
}

.spBr {
  display: none;
}

.spNoBr {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.column_l {
  float: left;
}

.column_r {
  float: right;
}

.caution_list {
  font-size: 0.8rem;
}
.caution_list li {
  position: relative;
  padding-left: 1.5em;
}
.caution_list li::before {
  position: absolute;
  content: "※";
  left: 0;
}

.decimal_list {
  list-style-type: decimal;
  padding-left: 2rem;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 10000001;
  height: 140px;
  background: #fff;
}

#headerBlock h1 {
  font-family: "Averia Serif Libre", serif;
  letter-spacing: -0.05rem;
  margin: 25px 0;
}
#headerBlock h1 a img {
  width: 460px;
}

/* 三 */
#spMenuBut {
  display: none;
}

/*--------------------------------------------------------------
	nav
--------------------------------------------------------------*/
#globalNavBlock {
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1;
  z-index: 10000002;
}
#globalNavBlock #globalNav * {
  line-height: 1;
}
#globalNavBlock #globalNav > ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#globalNavBlock #globalNav > ul > li > a {
  position: relative;
  display: block;
  font-size: 1.15rem;
  font-family: "Roboto";
  letter-spacing: 0.01rem; /* font-weight:300; /* Roboto Averia Serif Libre /*@include serif;*/
  padding: 20px 10px 20px;
}
#globalNavBlock #globalNav > ul > li.sub_menu {
  position: relative;
  overflow: visible;
}
#globalNavBlock #globalNav > ul > li.sub_menu ul {
  position: absolute;
  top: calc(100% - 8px);
  left: -50px;
  width: 200px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#globalNavBlock #globalNav > ul > li.sub_menu ul li a {
  display: block;
  padding: 15px 10px;
  white-space: nowrap;
  padding: 20px;
}
#globalNavBlock #globalNav > ul > li.sub_menu ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#globalNavBlock #globalNav > ul > li.sub_menu.hover ul.sub_menu_1, #globalNavBlock #globalNav > ul > li.sub_menu.active ul.sub_menu_1 {
  visibility: visible;
  opacity: 1;
}

#headerSnsBlock {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000003;
}

#bookingBlock {
  position: fixed;
  top: 70vh;
  right: 0;
  z-index: 10000004;
}
#bookingBlock a {
  display: block;
  margin-bottom: 10px;
  line-height: 1.7;
}
#bookingBlock a * {
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#bookingBlock a section {
  background-color: #ead4bf;
  background-position: top 10px center;
  padding: 50px 10px 10px 10px;
  background-repeat: no-repeat;
  background-size: 40px;
}
#bookingBlock a section h2 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#bookingBlock a section h3 {
  font-size: 10px;
}
#bookingBlock a #cafeBut {
  background-image: url(../img/common/icon_cafe.svg);
}
#bookingBlock a #lessonBut {
  background-image: url(../img/common/icon_cooking.svg);
}
#bookingBlock a:hover * {
  color: #fff;
}
#bookingBlock a:hover section {
  background-color: #a41111;
}

.sns_list {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 0;
}
.sns_list a {
  display: block;
  padding: 5px;
}
.sns_list span {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.sns_list .facebook span {
  background-image: url("../common/img/sns/icon_facebook.svg");
}
.sns_list .twitter span {
  background-image: url("../common/img/sns/icon_twitter.svg");
}
.sns_list .instagram span {
  background-image: url("../common/img/sns/icon_instagram.svg");
}
.sns_list .line span {
  background-image: url("../common/img/sns/icon_instagram.svg");
}
.sns_list .googleplus span {
  background-image: url("../common/img/sns/icon_googleplus.svg");
}
.sns_list .hatena span {
  background-image: url("../common/img/sns/icon_hatena.svg");
}
.sns_list .getpocket span {
  background-image: url("../common/img/sns/icon_getpocket.svg");
}
.sns_list .pinterest span {
  background-image: url("../common/img/sns/icon_pinterest.svg");
}
.sns_list a:hover {
  opacity: 0.5;
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
footer {
  clear: both;
  position: relative;
  padding-top: 75px;
}
footer #shopBlock {
  margin-bottom: 37.5px;
}
footer #shopBlock h1 { /*font-size:3rem; @include averia;*/ }
footer #shopBlock h1 a img {
  width: 500px;
  margin-bottom: 10px;
}
footer #contentsBlock {
  display: flex;
  justify-content: space-between;
}
footer #contentsBlock div {
  position: relative;
  width: 50%;
}
footer #contentsBlock div section {
  padding: 20px;
}
footer #contentsBlock div section h2 {
  font-size: 2rem;
  line-height: 1;
  font-family: "Averia Serif Libre", serif;
  letter-spacing: -0.05rem;
}
footer #contentsBlock div section h3 {
  font-family: "Averia Serif Libre", serif;
  letter-spacing: -0.05rem;
  margin-bottom: 10px;
}
footer #mapBlock {
  position: relative;
  width: 100%;
  padding-top: 40%;
  height: 0;
}
footer #mapBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .but {
  position: relative;
  margin-top: 40px;
  cursor: pointer !important;
}
footer .but a {
  padding: 20px 0 20px 20px;
}
footer .but::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% + 50px);
  height: 100%;
  border: 1px solid #a41111;
}
footer #copyrightBlock {
  font-size: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
footer #copyrightBlock * {
  color: #999;
}

/* pageTop */
/*
#pageTop { position:fixed; cursor:pointer; display:none; right:40px; bottom:40px; z-index:1000;
	&::after { position:absolute; content:''; top:50%; left:0; width:0; height:0; margin-top:-10px; border:solid 10px transparent; border-bottom:solid 16px #000; @include opacity_hover; }
	&::before { position:absolute; content:''; top:-10px; left:-10px; width:40px; height:40px; border-radius:100%; background:rgba(255,255,255,0.8); }
	.stop { bottom:40px; }
}
*/
/*--------------------------------------------------------------
	main
--------------------------------------------------------------*/
#mainBlock {
  text-align: left;
}

/*-------------------- mainBlock_1Block --------------------*/
/*-------------------- column_2Block --------------------*/
#column_2Block {
  overflow: hidden;
}
#column_2Block #mainBlock {
  float: left;
  width: calc(100% - 240px);
}
#column_2Block #sidebarBlock {
  float: right;
  width: 200px;
}

/*--------------------------------------------------------------
	parts
--------------------------------------------------------------*/
/* page title */
#titleBlock {
  position: relative;
  line-height: 1.6;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  margin-top: 140px;
}
#titleBlock section h2 {
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* headline */
.headline {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 37.5px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.headline_box {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 75px;
}
.headline_box h3 {
  font-size: 2rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.headline_box h4 {
  margin-top: 1rem;
}

/*-------------------- ボタン --------------------*/
/* ボタン -> */
.but {
  text-align: center;
  display: inline-block;
}
.but a {
  position: relative;
  display: inline-block;
  color: #a41111;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  cursor: pointer !important;
}

.line_arrow {
  position: absolute;
  top: calc(50% + 3px);
  right: -30px;
  display: inline-block;
  width: 20px;
}
.line_arrow span {
  position: absolute;
  content: "";
  background: #a41111;
  top: calc(50% - 2px);
  height: 1px;
}
.line_arrow span:nth-child(1) {
  left: 0;
  width: 20px;
  animation: line_arrow_1_out 0.5s forwards;
}
.line_arrow span:nth-child(2) {
  right: 0;
  width: 8px;
  transform: rotate(45deg);
  transform-origin: right 0;
  animation: line_arrow_2_out 0.5s forwards;
}

a:hover .line_arrow span:nth-child(1) {
  animation: line_arrow_1_in 0.5s forwards;
}
a:hover .line_arrow span:nth-child(2) {
  animation: line_arrow_2_in 0.5s forwards;
}
a:hover .pdf {
  background: url("../common/img/icon_pdf.svg");
}

/* ボタン □-> */
.but_more a {
  display: inline-block;
  text-align: center !important;
  font-size: 1.25rem;
  line-height: 1;
  width: 300px;
  margin: 50px auto 0;
  padding: 20px;
  background: #ead4bf;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.but_more a:hover {
  color: #fff;
  background: #a41111;
}

@keyframes line_arrow_1_out {
  0% {
    width: 20px;
  }
  1% {
    width: 0px;
  }
  50% {
    width: 20px;
  }
  100% {
    width: 20px;
  }
}
@keyframes line_arrow_1_in {
  0% {
    width: 0px;
  }
  50% {
    width: 20px;
  }
  100% {
    width: 20px;
  }
}
@keyframes line_arrow_2_out {
  0% {
    width: 0px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 8px;
  }
}
@keyframes line_arrow_2_in {
  0% {
    width: 0px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 8px;
  }
}
/*-------------------- 記事リスト --------------------*/
/* img_box */
.img_box {
  overflow: hidden;
}
.img_box img {
  width: 100%;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}

/* data_box */
.data_box {
  margin: 15px 0;
  line-height: 1.4;
  overflow: hidden;
}
.data_box .title {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.data_box .title_e {
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.data_box .excerpt {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.data_box .excerpt_e {
  font-size: 0.9rem;
}
.data_box .time {
  float: right;
  font-size: 0.9rem;
  color: #999;
  margin-top: 15px;
  padding-left: 20px;
  background: url("../common/img/icon_time.svg") center left no-repeat;
  background-size: 15px;
}

.archive_list li:hover .img_box img {
  filter: brightness(1.1);
}

.archive_list a:hover {
  color: #000 !important;
}

/* archive_list */
.archive_list {
  display: flex;
  gap: 40px 5%;
  flex-wrap: wrap;
}
.archive_list li a {
  position: relative;
  display: block;
  text-align: left;
}
.archive_list li:not(:last-child) {
  margin-bottom: 40px;
}

.archive_list.column_2 li {
  width: 47.5%;
}

.archive_list.column_3 li {
  width: 30%;
}

/* adjust_box */
.adjust_box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 !important;
  overflow: hidden;
}
.adjust_box.box_1x1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.adjust_box.box_16x9:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.adjust_box .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.adjust_box .inner img {
  width: 100%;
  height: auto;
}
.adjust_box .data_box {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 50px 30px 30px 40px;
  font-size: 0.85rem;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.adjust_box .data_box * {
  color: #fff !important;
  line-height: 1.4;
}
.adjust_box .data_box .title {
  font-size: 1.25rem;
}

/* カテゴリー */
.category_list {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.category_list * {
  display: inline-block;
}
.category_list li {
  margin-right: 1px;
}
.category_list a {
  white-space: nowrap;
  color: #fff !important;
  font-size: 0.8rem;
  background: #999;
  padding: 10px 15px;
}
.category_list a:hover {
  color: #fff !important;
}

/* タイプ */
.event_type * {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 10px;
  right: -35px;
  padding: 2px;
  width: 120px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.event_type .past {
  background: #666;
}
.event_type .current {
  background: #CC0000;
}
.event_type .future {
  background: #FF7700;
}

/*-------------------- パンくず --------------------*/
#breadcrumbBlock {
  overflow: hidden;
  margin: 20px auto 40px;
  line-height: 1.4;
}
#breadcrumbBlock ul {
  text-align: left;
  text-overflow: ellipsis;
  margin: 0;
}
#breadcrumbBlock ul * {
  color: #666;
}
#breadcrumbBlock li {
  position: relative;
  display: inline;
  font-size: 12px;
  padding: 15px 20px 15px 10px;
}
#breadcrumbBlock li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: url(../common/img/arrow_r_black.svg) no-repeat center right;
  background-size: 8px;
}
#breadcrumbBlock li:last-child::after {
  width: 0;
}
#breadcrumbBlock li a {
  display: inline;
}
#breadcrumbBlock li:first-child a {
  display: inline-block;
  width: 15px;
}
#breadcrumbBlock li:first-child a {
  background: url(../common/img/icon_home.svg) no-repeat center center;
  background-size: 12px;
}
#breadcrumbBlock li a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/*-------------------- table --------------------*/
/* table_type_1 */
.table_type_1 {
  width: 100%;
}
.table_type_1 * {
  vertical-align: top;
}
.table_type_1 caption {
  text-align: center;
  color: #fff;
  background: #ccc;
  padding: 5px;
}
.table_type_1 caption + tbody tr:first-child {
  border-top: none !important;
}
.table_type_1 tr {
  border-top: 1px dotted #ccc;
}
.table_type_1 tr:last-child {
  border-bottom: 1px dotted #ccc;
}
.table_type_1 th, .table_type_1 td {
  padding: 10px 20px;
  vertical-align: top;
}
.table_type_1 th {
  position: relative;
  width: 20%;
  white-space: nowrap;
}
.table_type_1 th::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 2px;
  height: calc(100% - 20px);
  background: #ccc;
}
.table_type_1 ul:not(.caution_list) li {
  position: relative;
  padding-left: 1em;
}
.table_type_1 ul:not(.caution_list) li::before {
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ccc;
}

/*-------------------- 英語表記 --------------------*/
.eng {
  font-size: 0.8rem;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	一覧ページ 【archive】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.search_title {
  font-size: 1.2rem;
  margin-bottom: 37.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------------------
	pagination
--------------------------------------------------------------*/
/* 1234 */
.pagination {
  clear: both;
  text-align: center;
  margin-top: 75px;
}
.pagination * {
  vertical-align: middle;
}
.pagination li {
  display: inline-block;
  border: 1px solid #dedede;
  margin-right: 5px;
  border-radius: 3px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  display: block;
}
.pagination .page_all {
  padding: 5px 10px;
}
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last,
.pagination .pager {
  min-width: 40px;
  padding: 5px;
}
.pagination li a:hover,
.pagination .active {
  color: #fff !important;
  background: #dedede;
}

/* 古い記事｜新しい記事 □ □ */
.pagination_prev_next {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.pagination_prev_next .prev,
.pagination_prev_next .next,
.pagination_prev_next .no {
  display: inline-block;
  width: 50%;
  color: #999;
}
.pagination_prev_next .img_box {
  width: 50px;
}
.pagination_prev_next .prev *,
.pagination_prev_next .next * {
  display: inline-block;
}
.pagination_prev_next .next {
  text-align: right;
  border-left: 1px solid #ccc;
  min-height: 50px;
}
.pagination_prev_next p {
  width: calc(100% - 70px);
  padding: 10px;
  font-size: 0.8rem;
}
.pagination_prev_next img {
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
.pagination_prev_next a:hover img {
  filter: brightness(1.1);
}

/* 古い記事｜新しい記事 < > */
/*
.pagination_prev_next_simple { margin-top:40px; padding:10px 0; border-top:1px solid #dedede; }
.pagination_prev_next_simple .prev,
.pagination_prev_next_simple .next,
.pagination_prev_next_simple .no { display:inline-block; width:50%; color:$text_sub_color; }
.pagination_prev_next_simple .prev { text-align:right; padding:10px 20px 10px 10px; background:url("common/img/arrow_r_black.svg") no-repeat right top 18px; background-size:10px; }
.pagination_prev_next_simple .next { text-align:left; padding:10px 10px 10px 20px; background:url("common/img/arrow_l_black.svg") no-repeat left top 18px; background-size:10px; }
/* hover */ /*
.pagination_prev_next_simple a.prev:hover { color:$key_color; background-image:url("common/img/arrow_r_red.svg"); }
.pagination_prev_next_simple a.next:hover { color:$key_color; background-image:url("common/img/arrow_l_red.svg"); }
*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	記事ページ 【single】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#articleDetail {
  position: relative;
  overflow: hidden;
  margin-bottom: 75px;
  /* 記事 */
  /* 記事データ */
  /* カテゴリー */
  /* タグ */
  /* SNS */
}
#articleDetail #eyecatchImg {
  margin-bottom: 75px;
}
#articleDetail #articleTitle {
  font-size: 2rem;
  line-height: 1.6;
}
#articleDetail #articleTitle_e {
  margin-top: 1rem;
}
#articleDetail .post_text_block {
  overflow: hidden;
  margin: 25px 0;
}
#articleDetail .post_text_block a {
  color: #a41111;
}
#articleDetail .post_text_block a:hover {
  color: #a41111;
}
#articleDetail .post_data_block {
  overflow: hidden;
}
#articleDetail .post_data_block * {
  font-size: 1rem;
  color: #999;
  line-height: 1;
}
#articleDetail .post_data_block .author {
  float: left;
}
#articleDetail .post_data_block time {
  float: right;
  padding-left: 20px;
  background: url("../common/img/icon_time.svg") top left no-repeat;
  background-size: 12px;
}
#articleDetail .category_list {
  margin-bottom: 20px;
}
#articleDetail .tag_list {
  font-size: 1rem;
  margin-top: 37.5px;
}
#articleDetail #singleSnsBlock {
  text-align: center;
  margin-top: 75px;
}

/*-------------------- news --------------------*/
/* タグ */
.tag_list {
  padding-left: 25px;
  background: url("../common/img/icon_tag.svg") top 5px left no-repeat;
  background-size: 16px;
  margin-top: 5px;
}
.tag_list li {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.tag_list li::before {
  position: absolute;
  content: "｜";
  right: -0.5em;
  color: #999;
}
.tag_list li:last-child::before {
  content: "";
}
.tag_list a {
  color: #999;
}

/* 関連記事 */
#relatedBlock {
  position: relative;
  padding: 75px 0;
  margin-top: 75px;
  background: #fff6ee;
}
#relatedBlock h2 {
  font-size: 2rem;
  margin-bottom: 37.5px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	 404 【404】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#notfoundBlock {
  text-align: center;
  font-weight: bold;
  color: #AEAEAE;
  margin: 75px auto;
}
#notfoundBlock h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}
#notfoundBlock p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 75px;
}

@media screen and (max-width: 1000px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	common　

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  html {
    font-size: 14px;
    line-height: 1.6;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .spBr {
    display: block;
  }
  .spNoBr {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .column_l {
    float: none;
  }
  .column_r {
    float: none;
  }
  .container {
    width: 90%;
  }
  /*--------------------------------------------------------------
  	header
  --------------------------------------------------------------*/
  header {
    z-index: 10000003;
    height: 60px;
  }
  #headerBlock h1 {
    margin: 18px 0 0 10px;
    text-align: left;
  }
  #headerBlock h1 a img {
    width: 240px;
  }
  /* 三 */
  #spMenuBut {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    z-index: 10000003;
  }
  #spMenuBut span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background: #666;
    transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  }
  #spMenuBut span:nth-child(1) {
    top: 22px;
  }
  #spMenuBut span:nth-child(2) {
    top: 30px;
  }
  #spMenuBut span:nth-child(3) {
    top: 38px;
  }
  .openNav #spMenuBut span:nth-child(1) {
    top: 30px;
    transform: rotate(-45deg);
  }
  .openNav #spMenuBut span:nth-child(2),
  .openNav #spMenuBut span:nth-child(3) {
    top: 30px;
    transform: rotate(45deg);
  }
  /*--------------------------------------------------------------
  	nav
  --------------------------------------------------------------*/
  #globalNavBlock {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000002;
    background: #ead4bf;
    height: 100vh;
    padding-top: 60px;
    transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
    overflow-y: auto;
  }
  #globalNavBlock #globalNav {
    width: 100vw;
    padding: 0;
  }
  #globalNavBlock #globalNav > ul {
    display: block;
    border-bottom: 1px solid #fff;
  }
  #globalNavBlock #globalNav > ul > li {
    border-top: 1px solid #fff;
  }
  #globalNavBlock #globalNav > ul > li > a {
    padding: 25px 10px;
  }
  #globalNavBlock #globalNav > ul > li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    opacity: 0;
    transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  }
  #globalNavBlock #globalNav > ul > li.sub_menu {
    position: relative;
  }
  #globalNavBlock #globalNav > ul > li.sub_menu ul {
    position: static;
    width: 100%;
    background: #ead4bf;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  }
  #globalNavBlock #globalNav > ul > li.sub_menu ul li {
    width: 80%;
    margin: 0 auto;
  }
  #globalNavBlock #globalNav > ul > li.sub_menu ul li a { /*@include serif;*/
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  #globalNavBlock #globalNav > ul > li.sub_menu ul li:not(:last-child) {
    border: none;
  }
  #globalNavBlock #globalNav > ul > li.sub_menu > span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 38px;
    cursor: pointer;
  }
  #globalNavBlock #globalNav > ul > li.sub_menu > span::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 20px;
    width: 15px;
    height: 1px;
    background: #333;
  }
  #globalNavBlock #globalNav > ul > li.sub_menu > span::after {
    position: absolute;
    content: "";
    top: 24px;
    right: 27px;
    width: 1px;
    height: 15px;
    background: #333;
  }
  #globalNavBlock #globalNav > ul > li.sub_menu.active > span::after {
    display: none;
  }
  #globalNavBlock #globalNav > ul > li.sub_menu.active > ul.sub_menu_1 {
    visibility: visible !important;
    opacity: 1 !important;
  }
  #globalNavBlock #spNav {
    padding-bottom: 150px;
  }
  #globalNavBlock #spNav * {
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  #globalNavBlock #spNav #navContact a {
    display: block;
    width: 60%;
    margin: 40px auto;
    border: 1px solid #333;
    padding: 10px 20px;
  }
  #globalNavBlock #spNav #navContact a:hover {
    border-color: #a41111;
  }
  #globalNavBlock #spNav #navPrivacy a {
    font-size: 0.8rem;
  }
  .openNav #globalNavBlock {
    visibility: visible;
    opacity: 1;
  }
  #headerSnsBlock {
    position: fixed;
    top: 16px;
    right: 60px; /* z-index:10000003;*/
  }
  #bookingBlock {
    top: auto;
    bottom: 0;
    display: flex;
    gap: 0; /*z-index:10000004;*/
    border-top: 1px solid #fff;
  }
  #bookingBlock a {
    margin-bottom: 0;
    width: 50vw;
  }
  #bookingBlock a section {
    background-position: center left 15px;
    padding: 10px 10px 10px 50px;
  }
  #bookingBlock a section h2 {
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  #bookingBlock a section h3 {
    font-size: 10px;
  }
  #bookingBlock a #cafeBut {
    border-right: 1px solid #fff;
  }
  /*--------------------------------------------------------------
  	footer
  --------------------------------------------------------------*/
  footer {
    padding-top: 37.5px;
  }
  footer #shopBlock {
    width: 90%;
    margin: 0 auto 20px;
  }
  footer #shopBlock h1 { /*font-size:1.75rem;*/ }
  footer #shopBlock h1 a img {
    width: 300px;
    margin-bottom: 5px;
  }
  footer #shopBlock address {
    text-align: left;
    margin-top: 10px;
  }
  footer #contentsBlock {
    display: block;
  }
  footer #contentsBlock div {
    width: 100%;
  }
  footer #contentsBlock div section h2 {
    font-size: 1.75rem;
    margin-bottom: 5px;
  }
  footer #contentsBlock div section h3 {
    margin-bottom: 5px;
  }
  footer .but {
    margin: 40px auto 20px;
    margin-right: 50px;
  }
  footer .but a {
    font-size: 1rem;
    padding: 10px 0 10px 20px;
  }
  footer #copyrightBlock {
    padding: 20px;
    display: block;
    margin-bottom: 60px;
  }
  footer #copyrightBlock a {
    display: none;
  }
  /* pageTop */
  /*
  #pageTop {
  	&::after { }
  	&::before {}
  	.stop { }
  }
  */
  /*--------------------------------------------------------------
  	main
  --------------------------------------------------------------*/
  /*-------------------- mainBlock_1Block --------------------*/
  /*-------------------- column_2Block --------------------*/
  #column_2Block {
    overflow: visible;
  }
  #column_2Block #mainBlock {
    float: none;
    width: 100%;
  }
  #column_2Block #sidebarBlock {
    float: none;
    width: 90vw;
    margin: 37.5px auto;
  }
  /*--------------------------------------------------------------
  	parts
  --------------------------------------------------------------*/
  /* page title */
  #titleBlock {
    padding: 40px 0;
    margin-top: 60px;
  }
  #titleBlock section h2 {
    font-size: 2rem;
  }
  #titleBlock section h3 {
    font-size: 0.9rem;
  }
  /* headline */
  .headline {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .headline_box {
    text-align: left;
    margin-bottom: 37.5px;
  }
  .headline_box h3 {
    font-size: 1.25rem;
  }
  /*-------------------- ボタン --------------------*/
  /* ボタン -> */
  .but a {
    font-size: 1rem;
  }
  /* ボタン □-> */
  .but_more a {
    width: 70%;
    margin: 25px auto 0;
    padding: 10px;
  }
  @keyframes line_arrow_1_out {}
  @keyframes line_arrow_1_in {}
  @keyframes line_arrow_2_out {}
  @keyframes line_arrow_2_in {}
  /*-------------------- 記事リスト --------------------*/
  /* img_box */
  .img_box {
    overflow: hidden;
  }
  /* data_box */
  .data_box .title {
    margin-bottom: 5px;
  }
  .archive_list li:hover .img_box img {
    filter: brightness(1.1);
  }
  .archive_list a:hover {
    color: #000 !important;
  }
  /* archive_list */
  .archive_list {
    display: block;
  }
  .archive_list.column_2 li {
    width: 100%;
  }
  .archive_list.column_3 li {
    width: 100%;
  }
  /* adjust_box */
  .adjust_box .data_box {
    padding: 10px;
  }
  .adjust_box .data_box .title {
    font-size: 1rem;
  }
  /* カテゴリー */
  /* イベント 予告・開催中・終了 */
  /*-------------------- パンくず --------------------*/
  #breadcrumbBlock {
    margin: 20px auto 30px;
  }
  /*-------------------- table --------------------*/
  /* table_type_1 */
  .table_type_1 th::before {
    display: none;
  }
  /*-------------------- 英語表記 --------------------*/
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	一覧ページ 【archive】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  .search_title {
    font-size: 1.2rem;
    margin-bottom: 75px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  /*--------------------------------------------------------------
  	pagination
  --------------------------------------------------------------*/
  /* 1234 */
  .pagination {
    margin-top: 37.5px;
  }
  /* 古い記事｜新しい記事 □ □ */
  /* 古い記事｜新しい記事 < > */
  /*
  .pagination_prev_next_simple { margin-top:40px; padding:10px 0; border-top:1px solid #dedede; }
  .pagination_prev_next_simple .prev,
  .pagination_prev_next_simple .next,
  .pagination_prev_next_simple .no { display:inline-block; width:50%; color:$text_sub_color; }
  .pagination_prev_next_simple .prev { text-align:right; padding:10px 20px 10px 10px; background:url("common/img/arrow_r_black.svg") no-repeat right top 18px; background-size:10px; }
  .pagination_prev_next_simple .next { text-align:left; padding:10px 10px 10px 20px; background:url("common/img/arrow_l_black.svg") no-repeat left top 18px; background-size:10px; }
  /* hover */ /*
.pagination_prev_next_simple a.prev:hover { color:$key_color; background-image:url("common/img/arrow_r_red.svg"); }
.pagination_prev_next_simple a.next:hover { color:$key_color; background-image:url("common/img/arrow_l_red.svg"); }
*/
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	記事ページ 【single】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #articleDetail {
    margin-bottom: 37.5px;
    /* 記事 */
    /* 記事データ */
    /* カテゴリー */
    /* タグ */
    /* SNS */
  }
  #articleDetail #eyecatchImg {
    margin-bottom: 25px;
  }
  #articleDetail #articleTitle {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  #articleDetail .post_data_block * {
    font-size: 0.9rem;
  }
  #articleDetail .tag_list {
    font-size: 0.9rem;
    margin-top: 25px;
  }
  #articleDetail #singleSnsBlock {
    margin-top: 37.5px;
  }
  /*-------------------- blog --------------------*/
  /* タグ */
  /* 関連記事 */
  #relatedBlock {
    margin-top: 75px;
    /*&::before { }*/
  }
  #relatedBlock h2 {
    font-size: 1.75rem;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	 404 【404】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #notfoundBlock {
    margin: 37.5px auto 75px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	お問い合わせ【contactPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #contactPage {
    /* 資料請求 */
    /* but */
    /*
    .but_submit { 
    	input[type="submit"] { }
    	.form_back { }
    	// hover
    	input[type="submit"]:hover { }

    	input[type="button"] { }
    	.form_back { }
    	// hover
    	input[type="button"]:hover { }
    }
    */
    /* ERROR */
    /* 確認画面 */
    /* 完了画面 */
  }
  #contactPage .lead_box {
    margin-bottom: 37.5px;
  }
  #contactPage .lead_box p {
    text-align: left;
  }
  #contactPage .tel_box {
    margin-bottom: 37.5px;
  }
  #contactPage .tel_box h4 {
    margin: 0 0 10px 0;
  }
  #contactPage .tel_box .tel {
    font-size: 2rem;
  }
  #contactPage .tel_box .tel span {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    background-size: 20px;
  }
  #contactPage #contactBlock,
  #contactPage #requestBlock {
    margin-bottom: 75px;
    /* 資料請求 */
  }
  #contactPage #contactBlock .required,
  #contactPage #requestBlock .required {
    margin-bottom: 10px;
  }
  #contactPage #contactBlock table,
  #contactPage #requestBlock table {
    margin-bottom: 20px;
  }
  #contactPage #contactBlock th,
  #contactPage #contactBlock td,
  #contactPage #requestBlock th,
  #contactPage #requestBlock td {
    display: block;
    padding: 0;
  }
  #contactPage #contactBlock th,
  #contactPage #requestBlock th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #contactPage #contactBlock td,
  #contactPage #requestBlock td {
    padding-bottom: 20px;
  }
  #contactPage #contactBlock .example,
  #contactPage #requestBlock .example {
    margin-top: 5px;
  }
  #contactPage #contactBlock input,
  #contactPage #requestBlock input {
    width: 100%;
  }
  #contactPage #contactBlock ul li,
  #contactPage #requestBlock ul li {
    display: block;
    margin-bottom: 10px;
  }
  #contactPage #contactBlock .document_form td label + div,
  #contactPage #requestBlock .document_form td label + div {
    margin-top: 10px;
  }
  #contactPage #contactBlock .document_form td label,
  #contactPage #requestBlock .document_form td label {
    font-size: 14px;
  }
  #contactPage #contactBlock .document_form .img_box,
  #contactPage #requestBlock .document_form .img_box {
    float: none;
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  #contactPage #contactBlock .document_form .data_box,
  #contactPage #requestBlock .document_form .data_box {
    float: none;
    width: 100%;
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */