@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Zen Maru Gothic", sans-serif;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* パンくず */
.cmn-breadcrumb {
  position: relative;
  z-index: 1;
  padding: 14px 1em;
  background: none;
}
.cmn-breadcrumb .breadcrumb-list li,
.cmn-breadcrumb .breadcrumb-list a {
  color: #454545;
}
.cmn-breadcrumb .breadcrumb-list li:before {
  margin-top: .7em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
/* MV */
.cont-header {
  position: relative;
  top: -4.4rem;
  margin-bottom: -4.4rem;
  padding: 5rem 4rem 0;
  background: none;
  background-color: #ffe5e3;
}
.cont-header::before {
  /* content: ""; */
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/head_bg.png");
  background-size: 100%;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  .cont-header {
    top: 0;
    margin-bottom: 0;
    padding: 2rem 5.4rem 0;
  }
}
.mainvisual-wrap {
  max-width: 914px;
  margin: 5.8rem auto 0;
}
.mainvisual-wrap .mainvisual {
  padding-top: calc(459 / 914 * 100%);
}
.mainvisual-wrap .mainvisual img {
  position: relative;
  z-index: 1;
}
/* blogトップ */
.btn-blog-top {
  padding: 6rem 0;
}
/* PC/SP切り替え */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 767px) {
  .btn-blog-top {
    padding: 3rem 2rem 6rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* section */
section[id^="cnt"] {
  padding: 10rem .8rem;
}
/* cnt0 */
#cnt0 {
  position: relative;
  padding: 7.5rem .8rem;
  background-color: #ffe5e3;
}
#cnt0 .cnt0 {
  max-width: 83.6rem;
  margin: 0 auto;
}
#cnt0 .cnt0 img.ttl {
  max-width: 76rem;
}
#cnt0 .cnt0 h1 {
  margin-bottom: 3.4rem;
  color: #e39a9e;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
#cnt0 .cnt0 p {
  margin-bottom: 5.3rem;
  color: #404040;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
#cnt0 .cnt0 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
/* cnt共通 */
.s_cnt {
  max-width: 76rem;
  margin: 0 auto;
  text-align: center;
}
.s_cnt .s_cnt_ttl {
  margin-bottom: 6.8rem;
}
.s_cnt .s_cnt_ttl p {
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  letter-spacing: 0;
}
.s_cnt .s_cnt_ttl img {
  margin-bottom: 4rem;
}
.s_cnt .s_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  cursor: pointer;
}
.s_cnt .s_list .list {
  box-shadow: .3rem .3rem .4rem rgba(0, 0, 0, .16);
  background: white;
  font-size: 1.6rem;
  line-height: calc(26 / 16);
  text-align: left;
  transition: opacity .3s;
}
.s_cnt .s_list .list:hover {
  opacity: .8;
  transition: opacity .3s;
}
.s_cnt .s_list .list .img_modal {
  display: none;
}
.s_cnt .s_list .list .list_txt {
  padding: 1.6rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.s_cnt .s_list .list .list_txt p.copy1,
.s_cnt .s_list .list .list_txt p.copy2,
.s_cnt .s_list .list .list_txt p.copy3 {
  display: none;
}
.s_cnt .s_list .list .list_txt p.spec .spec_detail2 {
  display: none;
}
#cnt1, #cnt3 {
  /* background-image: url(../img/bg_odd.png); */
  background-position: center top;
  background-size: cover;
  background-color: #67351a;
}
#cnt2, #cnt4, #cnt7 {
  /* background: url("../img/head_bg.png"); */
  background-size: 100%;
  background-color: #ffe5e3;
}
#cnt2 .s_cnt_ttl p, #cnt4 .s_cnt_ttl p {
  color: #724229;
  font-weight: bold;
}
#cnt5 {
  /* background-image: url(../img/bg_odd2.png); */
  background-position: center top;
  background-size: cover;
  background-color: #ffefd6;
}
/* cnt1 */
#cnt1 .s_cnt .s_cnt_ttl img {
}
/* cnt2 */
#cnt2 .s_cnt .s_cnt_ttl img {
}
/* cnt3 */
#cnt3 .s_cnt .s_cnt_ttl img {
}
/* cnt4 */
#cnt4 .s_cnt .s_cnt_ttl img {
}
/* cnt5 */
#cnt5 .cnt5 {
  max-width: 77rem;
  margin: 0 auto;
  text-align: center;
}
#cnt5 .cnt5 img.ttl {
  max-width: 77rem;
  margin-bottom: 7rem;
}
#cnt5 .cnt5 a {
  max-width: 57.6rem;
}
#cnt5 .map {
  max-width: 91.4rem;
  margin-inline: auto;
  margin-block-start: 22rem;
}
#cnt5 .map .ttl {
  display: block;
  max-width: 76rem;
  margin-inline: auto;
  margin-block-end: 5.8rem;
}
#cnt5 .map .map_img a:not([href]) {
  pointer-events: none;
}
/* cnt6 */
#cnt6 {
  background: #fff;
}
#cnt6 .cnt6 {
  max-width: 91.4rem;
  margin: 0 auto;
  text-align: center;
}
#cnt6 .cnt6 img.ttl {
  max-width: 76rem;
  margin-bottom: 8rem;
}
#cnt6 .cnt6 img.sub_ttl1,
#cnt6 .cnt6 img.sub_ttl2 {
  margin-bottom: 6.8rem;
}
#cnt6 .cnt6 img.sub_ttl1 {
  max-width: 76rem;
}
#cnt6 .cnt6 img.sub_ttl2 {
  max-width: 82.6rem;
}
#cnt6 .cnt6 .shop_blog + .shop_blog {
  margin-top: 13.8rem;
}
#cnt6 .cnt6 .shop_blog iframe {
  height: 33rem;
}
#cnt6 .cnt6 img.more_btn {
  max-width: 22.1rem;
  margin-top: 4.4rem;
}
/* cnt7 */
#cnt7 .cnt7 {
  max-width: 91.4rem;
  margin: 0 auto;
  text-align: center;
}
#cnt7 .cnt7 img.ttl {
  max-width: 76rem;
  margin-bottom: 6.8rem;
}
#cnt7 .cnt7 .event .event_cnt + .event_cnt {
  margin-top: 7.8rem;
}
#cnt7 .cnt7 .event .event_cnt {
  display: flex;
  justify-content: center;
  column-gap: min(calc(50 / 914 * 100vw), 5rem);
  padding: 2.4rem;
  background: #fff;
}
#cnt7 .cnt7 .event .event_cnt .event_img {
  width: min(calc(338 / 914 * 100vw), 33.8rem);
}
#cnt7 .cnt7 .event_img + .event_img {
  margin-top: 96px;
}
#cnt7 .cnt7 .event_cnt .event_img img {
  margin-bottom: 0;
}
#cnt7 .cnt7 .event .event_cnt .event_txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}
#cnt7 .cnt7 .event .event_cnt .event_txt p.txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
}
#cnt7 .cnt7 .event .event_cnt .event_txt .event_link {
  width: 27.8rem;
  margin-top: auto;
}
#cnt7 .event .event_img {
  max-width: 914px;
  margin: 0 auto;
}
#cnt7 .event .event_img a {
  width: 100%;
  margin-bottom: 100px;
}
#cnt7 .event .event_img a:not([href]) {
  pointer-events: none;
}
/* cnt8 */
#cnt8 {
  background: #fff;
}
#cnt8 .cnt8 {
  max-width: 76rem;
  margin: 0 auto;
  text-align: center;
}
#cnt8 .cnt8 img.ttl {
  margin-bottom: 3.8rem;
}
#cnt8 .cnt8 img.ttl + p {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  letter-spacing: 0;
}
#cnt8 .cnt8 .online_btn {
}
#cnt8 .cnt8 .kikan_block {
  max-width: 58.6rem;
  margin: 6rem auto 0;
  padding: 2.4rem;
  border: solid 1px;
}
#cnt8 .cnt8 p.kikan {
  margin: 0 auto;
  margin-bottom: .5rem;
  font-size: 2rem;
  line-height: calc(27 / 20);
  text-align: center;
}
#cnt8 .cnt8 p.kikan span {
  font-size: 1.6rem;
}
#cnt8 .cnt8 p.tyu {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  html {
    font-size: calc(10 / 750 * 100vw);
  }
  /* section */
  section[id^="cnt"] {
    padding: 12rem 2rem;
  }
  .cont-header::before {
    height: 20vh;
    background-size: cover;
  }
  /* cnt0 */
  #cnt0 .cnt0 h1 {
    margin-bottom: 5rem;
  }
  #cnt0 .cnt0 {
    max-width: 65rem;
  }
  #cnt0 .cnt0 p {
    margin-bottom: 5.6rem;
    font-size: 1.7rem;
  }
  #cnt0 .cnt0 ul {
    max-width: 41.2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-inline: auto;
  }
  /* cnt共通 */
  .s_cnt {
  }
  .s_cnt .s_cnt_ttl {
  }
  .s_cnt .s_cnt_ttl p {
    font-size: 2rem;
  }
  .s_cnt .s_list {
    width: 68rem;
    justify-content: space-between;
    gap: 2rem;
    margin-inline: auto;
  }
  .s_cnt .s_list .list {
    max-width: 33rem;
    font-size: max(1.6rem, 10px);
  }
  .s_cnt .s_list .list .list_txt {
    padding: 1rem;
    font-size: max(1.6rem, 10px);
  }
  #cnt1 .s_cnt .s_cnt_ttl img {
  }
  /* cnt5 */
  #cnt5 .cnt5 img.ttl {
    max-width: 61.6rem;
  }
  #cnt5 .cnt5 a {
    max-width: 47.7rem;
  }
  #cnt5 .map {
    margin-block-start: 9.8rem;
  }
  /* cnt6 */
  #cnt6 .cnt6 img.ttl {
    margin-bottom: 11rem;
  }
  #cnt6 .cnt6 img.sub_ttl1,
  #cnt6 .cnt6 img.sub_ttl2 {
    margin-bottom: 5.8rem;
  }
  #cnt6 .cnt6 img.sub_ttl1 {
    max-width: 50.4rem;
  }
  #cnt6 .cnt6 img.sub_ttl2 {
    max-width: 57.5rem;
  }
  #cnt6 .cnt6 .shop_blog + .shop_blog {
    margin-top: 19rem;
  }
  #cnt6 .cnt6 .shop_blog iframe {
    height: 105rem;
  }
  #cnt6 .cnt6 img.more_btn {
    max-width: 30rem;
  }
  /* cnt7 */
  #cnt7 .cnt7 .event .event_cnt {
    display: block;
    max-width: 64.3rem;
    margin-inline: auto;
    padding: 3.2rem;
  }
  #cnt7 .cnt7 .event .event_cnt .event_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
  #cnt7 .cnt7 .event_img + .event_img {
    margin-top: 48px;
  }
  #cnt7 .cnt7 .event .event_cnt .event_txt {
    font-size: max(1.4rem, 10px);
  }
  #cnt7 .cnt7 .event .event_cnt .event_txt p.txt {
    margin-top: 1rem;
    font-size: max(1.4rem, 10px);
  }
  #cnt7 .cnt7 .event .event_cnt .event_txt .event_link {
    width: 30rem;
    margin-top: 2.6rem;
  }
  #cnt7 .event .event_img {
    max-width: 643px;
  }
  #cnt7 .event .event_img a {
    margin-bottom: 50px;
  }
  /* cnt8 */
  #cnt8 .cnt8 .kikan_block {
    max-width: 70rem;
    padding: 2rem 1rem;
  }
  #cnt8 .cnt8 p.kikan {
    font-size: 2.6rem;
    line-height: calc(36/ 26);
  }
  #cnt8 .cnt8 p.kikan span {
    font-size: 2rem;
  }
  #cnt8 .cnt8 p.tyu {
    font-size: max(1.8rem, 10px);
  }
}

/*モーダル*/
#modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #efc8d9;
  color: black;
}
#modal .wrap {
  display: flex;
  width: min(960 / 1174 * 100vw, 96rem);
  max-height: 90%;
  column-gap: min(24 / 1174 * 100vw, 2.4rem);
  align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  overflow: auto;
}
#modal .img {
  width: min(470 / 1174 * 100vw, 47rem);
  border: solid 5px #fff;
}
#modal .inner_wrap {
  flex: 1;
}
#modal .name {
  margin-bottom: 2.2rem;
  font-weight: bold;
  font-size: min(24 / 1174 * 100vw, 2.4rem);
  line-height: calc(30/ 24);
  text-align: left;
}
#modal .copy1 {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: min(20 / 1174 * 100vw, 2rem);
  line-height: 1.6;
}
#modal [class^="copy"]:not(.copy1) {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: min(18 / 1174 * 100vw, 1.8rem);
  line-height: 1.5;
}
#modal [class^="copy"]:not(.copy1) .copy_detail {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: min(20 / 1174 * 100vw, 2rem);
  line-height: 1.6;
}
#modal [class^="spec"] {
  font-size: min(18 / 1174 * 100vw, 1.8rem);
  line-height: 1.5;
}
#modal .close {
  width: 6.7rem;
  height: 6.7rem;
  position: absolute;
  top: 4rem;
  right: 5rem;
  z-index: 2;
  background: url("../img/close.png") no-repeat center / contain;
  cursor: pointer;
}
#modal .btn {
  position: relative;
  top: 50%;
  z-index: 2;
}
#modal .btn .prev {
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  top: 50%;
  left: min(50 / 1174 * 100vw, 5rem);
  transform: translateY(-50%);
  cursor: pointer;
}
#modal .btn .next {
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  top: 50%;
  right: min(50 / 1174 * 100vw, 5rem);
  transform: translateY(-50%);
  cursor: pointer;
}
#modal .spec_detail {
  font-weight: bold;
}
#modal .spec {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #modal .wrap {
    width: calc(490 / 690 * 100vw);
    flex-direction: column;
  }
  #modal .img {
    width: 100%;
  }
  #modal .inner_wrap {
    margin-top: 3rem;
  }
  #modal .name {
    font-size: 2.4rem;
  }
  #modal .copy1 {
    font-size: 2rem;
  }
  #modal [class^="copy"]:not(.copy1) {
    font-size: max(1.8rem, 10px);
  }
  #modal [class^="spec"] {
    font-size: max(1.8rem, 10px);
  }
  #modal .close {
    width: 13vw;
    height: 13vw;
    top: 5vw;
    right: 5vw;
  }
  #modal .btn .prev {
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 9;
    transform: translate(-50%, 0%);
    cursor: pointer;
  }
  #modal .btn .next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    transform: translate(-50%, 0%);
    cursor: pointer;
  }
}

/*.s_cnt .s_list .list.web .list_txt{
	position: relative;
}
.s_cnt .s_list .list.web .list_txt::after{
	content: "";
	width: 60px;
	height: 30px;
	background: url("../img/web_icon.png");
	background-size: 100%;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
@media (max-width: 767px) {
	.s_cnt .s_list .list.web .list_txt::after{
		width: 30px;
		height: 15px;
		bottom: 6px;
	}
}*/

/* ↓2026年限定スタイル */
#cnt4 .s_cnt .s_list .list .list_txt p.spec {
  display: none;
}
#cnt4 .s_cnt .s_list .list .list_txt p.copy3 {
  display: block;
}
/* ↑2026年限定スタイル */
