@charset "UTF-8";

.text {
  line-height: 1.6em;
  text-align: center;
}

@media (max-width:768px) {
  .text {
    font-size: 1.8rem;
    /*スマホも文字サイズ*/
  }
}

h3 {
  font-size: 1.5em;
  text-align: center;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
  color: #8c0c0c;
  line-height: 1.4;
}

.text-gothic {
  line-height: 1.6em;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Yu Gothic Medium", "游ゴシック Medium";
}

/*テキストだけ*/
.textblock {
  margin-bottom: 3em;
}

/*ヘッダー*/
.block-lp_header {
  padding: 0;
}

.block-lp_header .block01 {
  max-width: 892px;
  margin: 0 auto;
}

/*コンテンツエリア*/
.block-lp_cont {
  padding: 5em 1em;
  /*background: #f5f5f5;*/
}

@media screen and (max-width: 768px) {
  .block-lp_cont {
    padding: 3em 1em;
  }
}

.block-lp_cont .block01 {
  max-width: 892px;
  margin: 0 auto;
}

.block-lp_cont .block01 .block {
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: row;*/
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

/*メインイメージ*/
.main-cut {
  text-align: center;
  margin: 2rem 0;
}

/*年中行事各月*/
.annual-event {
  color: #333;
  margin: 2rem 0;
}

.annual-event h3 {
  color: #333;
  margin-bottom: 0.3em;
}

.annual-event>.main-cut {
  margin: 1em 0;
}

/*テキストはPCではセンター寄せ、SPでは左寄せ*/
.cnt-lft {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cnt-lft {
    text-align: left;
  }
}

/*赤い角丸ボタン*/
.btn {
  /* font-family: 'Noto Sans JP', sans-serif; */
  background: #666666;
  font-size: 1.2em;
  padding: 16px 20px;
  text-decoration: none;
  border: solid 1px #ccc;
  background-color: #ccc;
  border-radius: 30px;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .4s;
}

/*グレーの角ボタン*/
.btn_glay {
  display: block;
  background: #666;
  padding: 10px;
  text-align: center;
  width: 200px;
  box-sizing: border-box;
  color: #fff !important;
  text-decoration: none;
  margin: 0 auto;
}

.btn_glay:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*アコーディオン内角丸ボタン*/
button {
  padding: 0.5em 4em;
  color: #444;
  font-size: 1.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Yu Gothic Medium", "游ゴシック Medium";
  border: solid 1px #ccc;
  background-color: #fff;
  border-radius: 8px;
}

button:hover {
  color: #333;
  border: solid 1px #ccc;
  background-color: #f7f7f7;
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: fit-content;
  margin: 0 auto;
  padding: 2em 0;
}

/*-----------------*/
.block-select_header {
  padding: 0;
}

.block-select_header .block01 {
  max-width: 892px;
  margin: 0 auto;
}

/*-----------------*/
.block-select_cont {
  padding: 2em 1em;
  /*background: #f5f5f5;*/
}

@media screen and (max-width: 768px) {
  .block-select_cont {
    padding: 2em 1em;
  }
}

.block-select_cont .block01 {
  max-width: 892px;
  margin: 0 auto;
}

.block-select_cont .block01 .block {
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: row;*/
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

.block-select_cont .menubox {
  max-width: 580px;
  margin: 2em auto;
}

/*---- アコーディオン：ここから　----*/
.accordion {
  /*margin: 3em auto;*/
  margin-top: 0;
  max-width: 580px;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  display: block;
  border: solid 1px #ccc;
  background-color: #ccc;
  font-size: 1.6em;
  color: #333;
  padding: 1em;
  /*font-weight: bold;*/
}

@media screen and (max-width: 768px) {
  .title {
    padding: 0.4em 1em;
  }
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  /*top: 0.5em;*/
  width: 3px;
  height: 1em;
  background-color: #fff;
  /*＋−の色*/
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked+.title+.content {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

/*----　アコーディオン：ここまで　----*/
.waku-1px {
  border: solid 1px #ccc;
}

/* PC4列SP2列 SPの時文字サイズ小*/
*, *:before, *:after {
  box-sizing: border-box;
}

.col_4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col_4>div {
  width: 24%;
  padding: 10px;
  text-align: center;
  line-height: 1.6;
  background-color: #fff;
}

.col_4>div img {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .col_4>div {
    width: 48%;
    line-height: 1.3;
    margin-bottom: 1em;
    font-size: 0.85em;
  }
}

/* PC3列SP1列 */
*, *:before, *:after {
  box-sizing: border-box;
}

.col_3-1 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3-1>div {
  width: 33.33333%;
  padding: 10px;
  text-align: center;
  line-height: 1.6;
}

.col_3-1>div img {
  margin-bottom: 10px;
}

/*PC3列SP1列：　768px未満のとき1つ並び*/
@media screen and (max-width: 768px) {
  .col_3-1>div {
    width: 100%;
    line-height: 1.3;
  }

  .col_3-1 div.text b {
    font-size: 1.35em;
    /*SPの時だけ文字大きめ*/
  }
}

/* PC2列SP2列 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.col_2 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.col_2>div {
  width: 48%;
  padding: 10px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2em;
}

.col_2>div img {
  margin-bottom: 10px;
}

/*PC2列SP2列：　768px未満のとき2つ並び*/
@media screen and (max-width: 768px) {
  .col_2 {
    width: 100%;
  }

  .col_2>div {
    width: 48%;
    line-height: 1.3;
    margin-bottom: 1em;
  }
}
