@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* color */
/* font */
/* trans */
/* margin */
/* box */
/* 投稿ページ【archive・single】 */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	BLOG【blogArchive】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#blogSingle .data_box {
  margin-bottom: 40px;
}
#blogSingle .data_box .cat_list {
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
}
#blogSingle .data_box h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#blogSingle #eyecatchImg img {
  margin-bottom: 40px;
}

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

	カスタム投稿
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#galleryArchive #leadBlock h3,
#reviewArchive #leadBlock h3,
#menuArchive #leadBlock h3,
#locationArchive #leadBlock h3 {
  width: 100%;
}

/*--------------------------------------------------------------
	menu
--------------------------------------------------------------*/
#menuListBlock .menu_box {
  margin-bottom: 120px;
}
#menuListBlock .menu_box h4 {
  font-size: 2.8rem;
  font-family: "Jost", sans-serif;
}
#menuListBlock .menu_box .menu_list {
  display: flex;
  gap: 40px 10%;
  flex-wrap: wrap;
  line-height: 1.6;
}
#menuListBlock .menu_box .menu_list li {
  width: 45%;
  border-bottom: 1px solid #c9c9c9;
  padding: 0 20px 10px;
}
#menuListBlock .menu_box .menu_list li section {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.3rem;
}
#menuListBlock .menu_box .menu_list li section .price {
  text-align: right;
  white-space: nowrap;
}
#menuListBlock .menu_box .menu_list li p {
  margin-top: 8px;
}
#menuListBlock .caution_box {
  padding: 50px;
  border: 1px solid #c9c9c9;
}

/*--------------------------------------------------------------
	location
--------------------------------------------------------------*/
#locationArchive #areaNav {
  margin-bottom: 30px;
}
#locationArchive #areaNav #areaList {
  position: relative;
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
  padding-left: calc((100% - 1000px) / 2);
}
#locationArchive #areaNav #areaList li a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1;
  padding: 20px 0;
}
#locationArchive #areaNav #areaList li.active a {
  font-weight: 600;
  border-bottom: 6px solid #76bbc9;
  margin-bottom: -2px;
}
#locationArchive #areaNav #areaList:hover {
  overflow-x: auto;
  overflow-y: hidden;
}
#locationArchive #areaNav #areaList:hover::-webkit-scrollbar {
  width: 0px;
  height: 6px;
}
#locationArchive #areaNav #areaList:hover::-webkit-scrollbar-track {
  border-radius: 0;
  height: 100%;
  background-color: #eee;
}
#locationArchive #areaNav #areaList:hover::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ccc;
}
#locationArchive #areaNav #areaList::before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f0f1e7;
  z-index: -1;
}
#locationArchive {
  /*
  #areaNav
  */
}
#locationArchive #areaHeadline {
  position: relative;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #f0f1e7;
  padding: 20px 0;
  margin-bottom: 100px;
}
#locationArchive #areaHeadline:before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  height: 6px;
  background: #76bbc9;
}
#locationArchive #locationList {
  display: flex;
  gap: 60px 50px;
  flex-wrap: wrap;
  line-height: 1.6;
}
#locationArchive #locationList li {
  width: calc((100% - 100px) / 3);
}
#locationArchive #locationList li figure {
  margin-bottom: 10px;
}
#locationArchive #locationList li .data_box h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
#locationArchive #locationList li .but_reserve,
#locationArchive #locationList li .but_access {
  margin-top: 15px;
}
#locationArchive #locationList li .but_reserve a,
#locationArchive #locationList li .but_access a {
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}
#locationArchive #locationList li .but_reserve a {
  color: #fff;
  background: #8f3255;
  border: 2px solid #8f3255;
}
#locationArchive #locationList li .but_reserve a:hover {
  color: #8f3255;
  background: #fff;
}
#locationArchive #locationList li .but_access a {
  font-size: 1.125rem;
  border: 2px solid #363636;
  font-family: "Jost", sans-serif;
}
#locationArchive #locationList li .but_access a:hover {
  border-color: #76bbc9;
}
#locationArchive #butLocation {
  font-size: 1.56rem;
  line-height: 1.6;
  text-align: center;
  width: 240px;
  border: 2px solid #363636;
  cursor: pointer;
  margin: 120px auto 0;
}
#locationArchive #butLocation:hover {
  color: #76bbc9;
  border-color: #76bbc9;
}
#locationArchive .hidden {
  display: none;
}

/*--------------------------------------------------------------
	faq
--------------------------------------------------------------*/
#faqArchive .faq_list li {
  margin-bottom: 40px;
}
#faqArchive .faq_list li h3 {
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#faqArchive .faq_list li .faq_text {
  display: none;
}

.accordion li .data_box h3 {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.accordion li .data_box h3:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 3px;
  background: #76bbc9;
}
.accordion li .data_box h3:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 3px;
  height: 35px;
  background: #76bbc9;
}
.accordion li.active .data_box h3:after {
  display: none;
}

@media screen and (max-width: 768px) {
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	BLOG【blogArchive】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #blogSingle .data_box {
    margin-bottom: 40px;
  }
  #blogSingle .data_box .cat_list {
    display: flex;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 2;
  }
  #blogSingle .data_box h1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #blogSingle #eyecatchImg img {
    margin-bottom: 40px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	カスタム投稿
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*--------------------------------------------------------------
  	menu
  --------------------------------------------------------------*/
  #menuListBlock .menu_box {
    margin-bottom: 60px;
  }
  #menuListBlock .menu_box h4 {
    font-size: 2rem;
  }
  #menuListBlock .menu_box .menu_list {
    display: block;
  }
  #menuListBlock .menu_box .menu_list li {
    width: 100%;
  }
  #menuListBlock .menu_box .menu_list li section {
    font-size: 1.2rem;
  }
  #menuListBlock .menu_box .menu_list li p {
    margin-top: 8px;
  }
  #menuListBlock .menu_box .menu_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  #menuListBlock .caution_box {
    padding: 20px;
  }
  /*--------------------------------------------------------------
  	location
  --------------------------------------------------------------*/
  #locationArchive #areaNav {
    margin-bottom: 20px;
  }
  #locationArchive #areaNav #areaList {
    padding-left: 5%;
  }
  #locationArchive #areaNav #areaList li a {
    font-size: 1rem;
  }
  #locationArchive #areaNav #areaList:hover {
    overflow-x: auto;
    overflow-y: hidden;
  }
  #locationArchive {
    /*
    #areaNav
    */
  }
  #locationArchive #areaHeadline {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
  #locationArchive #areaHeadline:before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 6px;
    background: #76bbc9;
  }
  #locationArchive #locationList {
    display: block;
  }
  #locationArchive #locationList li {
    width: 100%;
  }
  #locationArchive #locationList li:not(:last-child) {
    margin-bottom: 40px;
  }
  #locationArchive #butLocation {
    font-size: 1.25rem;
    width: 180px;
    margin: 60px auto 0;
  }
  /*--------------------------------------------------------------
  	faq
  --------------------------------------------------------------*/
  #faqArchive .faq_list li {
    margin-bottom: 20px;
  }
  #faqArchive .faq_list li h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .accordion li .data_box h3:before {
    width: 20px;
    height: 2px;
  }
  .accordion li .data_box h3:after {
    right: 9px;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #76bbc9;
  }
}/*# sourceMappingURL=post.css.map */