@charset "UTF-8";
body {
  font-family: sans-serif;
  color: #0f3b4c;
}
table{
  border-collapse:  collapse;
}

.wrap {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.flame {
  /* background-color: #EEE427; */
   background-color: #e6e070;
  display: inline-block;
  z-index: 9999;
  position: fixed;
}

.flame-UpDown {
  height: 5px;
  width: 100vw;
}

.flame-LR {
  width: 2px;
  height: 100vh;
}

.flame-sub-menu {
  left: 0;
}

.flame-R {
  right: 0;
}

.flame-Up {
  top: 0;
}

.flame-Down {
  bottom: 0;
}

.Heading-box {
  padding-bottom: 40px;
}

.Heading {
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px red solid;
  letter-spacing: 0.5em;
  line-height: 3.5em;
}

@media screen and (max-width: 600px) {
  .Heading {
    line-height: 2.3em;
  }
}

.Heading h2, .Heading h3, .Heading h4 {
  font-size: 2rem;
}

.Heading-center h2 {
  margin: 0 auto;
  text-align: center;
}

.Heading-left h3 {
  text-align: left;
}

.Heading p {
  font-size: 1.4rem;
}

.Heading-box-center {
  text-align: center;
}

.Heading-box-left {
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  .Heading-box-left {
    margin-top: 0;
  }
}
.sns-box .sns-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      max-width: 990px;
}

.sns-box .inst {
  width: 500px;
  height: 300px;
  display: block;
}

.open-btn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #e6e070;
  cursor: pointer;
  width: 70px;
  height: 60px;
  border-radius: 5px;
  z-index: 99999;
  top: 0vw;
  right: 0vw;
  display: none;
}

@media screen and (max-width: 930px) {
  .open-btn {
    display: block;
  }
}

/*ボタン内側*/
.open-btn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 17px;
  height: 3px;
  border-radius: 2px;
  background: #646464;
  width: 54%;
}

.open-btn span:nth-of-type(1) {
  top: 17px;
}

.open-btn span:nth-of-type(2) {
  top: 29px;
}

.open-btn span:nth-of-type(3) {
  top: 43px;
}

/*activeクラスが付与されると線が回転して×に*/
.open-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.open-btn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.open-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 997;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #F7E68A;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 97;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.8rem;
}

.gradient1{
  /* font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝","メイリオ",Meiryo,serif; */
  background: #fff;
  border: 1px solid #ccc;
  font-size: 20px;
  color: #333;
width: 320px;
line-height: 2.5;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border-radius:10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
  /*アニメーションの設定*/
  transition: all .3s;
}

.gradient1:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
  border-color: transparent;
}

.btn-inner {
  text-align: center;
}
@media screen and (max-width: 730px){
  .btn-inner {
    margin-bottom: 40px;
  }
  }
.swiper-pagination {
  bottom: 50% !important;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
}

.swiper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 550px；;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
}

.swiper-slide {
  margin-bottom: 70px;
}

.swiper-slide .post-item {
  display: inline-block;
  white-space: normal;
  margin: 0 3%;
  border: solid 1px;
  padding: 30px;
  border-radius: 10px;
}

.kaisai {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  /* margin-top: 20px; */
  font-weight: 900;
}

.swiper-slide time{
  font-size: 1.4rem;
  color: #f4629c;
  margin-top: 5px;
  display: block;
}

.swiper-slide .list-post-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f3b4c;
  margin-top: 14px;
}

.list-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
}

@media screen and (max-width: 1199px) {
  .list-box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.list-post {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
}

@media screen and (max-width: 1199px) {
  .list-post {
    /* -ms-flex-pack: distribute;
        justify-content: space-around; */
  }
}

.list-post-home-first > :first-child {
  width: 440px;
  height: 440px;
  padding-right: 10px;
}

@media screen and (max-width: 1199px) {
  .list-post-home-first > :first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.list-post-home-first > :first-child .post-home-text {
  position: absolute;
  bottom: 15%;
  left: 20px;
  color: aqua;
}

.list-post .post-home-item {
  position: relative;
  overflow: hidden;
}

.list-post .post-home-item img {
  /* top: 50%;
  left: 50%; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: 50% 50%;
  border-radius: 10px;
  -webkit-filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0.2));
 
}

.list-post-home-small li {
  /* -ms-flex-preferred-size: 33%;
      flex-basis: 33%; */
  /* padding-left: 15px; */
}
/* .list-post-home-small .post-home-item img{
  height: 220px;
} */

@media screen and (max-width: 1199px) {
  .list-post-home-small li {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    padding-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  .list-post-home-small li {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media screen and (max-width: 480px) {
  .list-post-home-small li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 50%;
  }
}

.list-post-home-small li:nth-of-type(-n + 4) {
  padding-bottom: 15px;
}

.list-post-home-small li .post-home-text {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: aquamarine;
}

@media screen and (max-width: 480px) {
  .list-post-home-small li:nth-of-type(n + 4):nth-of-type(-n + 6) {
    padding-bottom: 15px;
  }
}

.list-post-main li{
  /* width: 30%; */
  width: 21%;
  max-width: 255px;
  margin: 0 5% 4em 0;
}
@media screen and (max-width: 540px){
  .list-post-main li {
    width: 47%;
  }}
.list-post-main li:nth-child(4n) {
  margin: 0;
}
@media screen and (max-width: 540px){
  .list-post-main li:nth-child(3n) {
    margin:  0 5% 4em 0;
  }}
  @media screen and (max-width: 540px){
    .list-post-main li:nth-child(2n) {
      margin: 0;
    }}


    .list-post-main-end li{
      /* width: 30%; */
      width: 16%;
      max-width: 255px;
      margin: 0 4% 4em 0;
    }
    .list-post-main-end li:nth-child(5n){
      margin: 0;
    }
    @media screen and (max-width: 900px){
      .list-post-main-end li {
        width: 19%;
      }}
      @media screen and (max-width: 900px){
        .list-post-main-end .list-post-title {
          font-size: 1.5rem;;
        }}
        @media screen and (max-width: 900px){
          .list-post-main-end time {
            font-size: 1.2rem;;
          }}
    .list-post-main-end li:nth-child(5n) {
      margin: 0;
    }

    @media screen and (max-width: 700px){
      .list-post-main-end li {
        width: 29%;
      }}
    @media screen and (max-width: 700px){
      .list-post-main-end li:nth-child(3n) {
        margin:  0 ;
      }}

.new-content {
  position: relative;
}

.new-content::before {
  content: "";
  display: block;
  background-color: #EEE427;
  width: 100vw;
  /* height: 17%; */
  position: absolute;
  z-index: -1;
}

.list-post-home-small .post-category {
  color: aliceblue;
  padding-bottom: 4px;
}

.list-post-home-small .post-category span {
  padding: 5px 6px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  background-color: black;
}

.list-post-home-small {
  padding-left: 15px;
}

@media screen and (max-width: 1199px) {
  .list-post-home-small {
    padding-left: 0px;
  }
}

.list-post-home-small .post-title {
  color: black;
  font-size: 1.5rem;
  line-height: 1.9rem;
  max-width: 220px;
}

@media screen and (max-width: 480px) {
  .list-post-home-small .post-title {
    max-width: 325px;
  }
}

.list-post-home-small span {
  padding: 5px 6px;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
          font-weight: 900;
}

.list-post-home-first .post-category {
  color: aliceblue;
  padding-bottom: 4px;
}

.list-post-home-first .post-category span {
  padding: 5px 6px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  background-color: black;
}

.list-post-home-first .post-title {
  color: black;
  font-size: 2rem;
  line-height: 3.3rem;
  max-width: 380px;
}

.list-post-home-first span {
  padding: 5px 6px;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.list-post-main .post-item,
.horizontal-list .post-item {
 width: 100%;
}

@media screen and (max-width: 700px) {
  .list-post-main .post-item,
  .horizontal-list .post-item {
    max-width: 300px;
  }
}
@media screen and (max-width: 620px) {
  .list-post-main .post-item,
  .horizontal-list .post-item {
    max-width: 265px;
    margin-bottom: 10px;
  }
}
.list-post-main img,
.horizontal-list img,
.list-post-main-end img{
  border-radius: 10px;
}

.list-post-main .post-item {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .list-post-main .post-item {
    margin-bottom: 0;
    max-width: 200px;
  }
}

 .kaisai {
  font-size: 1.4rem;
  color: #0f3b4c;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .kasai {
    font-size: 1rem;

  }
}
.list-post-main time, .list-post-main-end time{
  font-size: 1.4rem;
  color: #f4629c;
  margin-top: 5px;
  display: block;
}

@media screen and (max-width: 480px) {
  .list-post-main time, .list-post-main-end time {
    font-size: 1rem;
    line-height: 1.3;

  }
}
.event-time{
  font-size: 1.4rem;
  color: #f4629c;
  margin-top: 5px;
  display: block;
  margin-bottom: 20px;
}

.list-post-main .list-post-title, .list-post-main-end .list-post-title{
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f3b4c;
  margin-top: 5px;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .list-post-main .list-post-title, .list-post-main-end .list-post-title {
    font-size: 1.2rem;
    margin-top: 0px;
  }
}

.list-post-text {
  font-size: 1.8rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  margin-top: 15px;
  white-space: normal;
}

@media screen and (max-width: 480px) {
  .list-post-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .post-item-thumbnail img {
    width: 100%;
    /* height: 60vw; */
    max-width: 180px;
    object-fit: contain;
  }
}

.main-shop {
  margin-top: 100px;
  padding: 30px 0;
  background-color: #EEE427;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .main-shop {
 margin-top: 0;
  }
}

.main-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
          justify-content: space-around;
          -ms-flex-pack: distribute;

}

@media screen and (max-width: 930px) {
  .main-shop-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-shop-list .shop-list-item {
  content: "";
  background-size: cover;
  width: 300px;
  height: 250px;
  border-radius: 10px;
}

.main-shop-list .shop-img1{
  background-image: url(../img/shop-bg-1.jpg);
} 

.main-shop-list .shop-img2{
  background-image: url(../img/shop-bg-2.jpg);
} 
@media screen and (max-width: 930px) {
  .main-shop-list .shop-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .main-shop-list .shop-list-item {
    height: 185px;
  }
}

.main-shop-list a {
  display: block;
  width: 100%;
  height: 100%;
}

.main-shop-list:hover{
  opacity: 3;
}
.shop-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}


.shop-list-text h5 {
  font-size: 1.8rem;
  margin-bottom: 2em;
  color: #fff;
  letter-spacing: 0.1em;
}

.shop-list-text p {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

.single-img {
  width: 100%;
  max-height: 450px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .single-img {
    margin-bottom: 30px;
  }
}

.single-box p {
  font-size: 1.8rem;
  letter-spacing: 0.045em;
  line-height: 2;
	margin-bottom:60px;
	margin-top:30px;
}

@media screen and (max-width: 600px) {
  .single-box p {
    line-height: 1.5;
    font-size: 1.4rem;
	  margin-bottom:20px;
  }
}
.single-box ul li {
	  font-size: 1.8rem;
  letter-spacing: 0.045em;
  line-height: 1.5;
	margin-bottom:0.5em;
}
.single-box a{
color: #0f3b4c;
}

.single-box a:hover{
color: #4b626b;
}
.single-box h3 {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .single-box h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .single-box h3 {
    font-size: 1.5rem;
  }
}

.single-box h2 {
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .single-box h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .single-box h2 {
    font-size: 1.8rem;
  }
}

.category-box span {
  font-size: 1.3rem;
  padding: 6px 7px;
  display: inline-block;
  border-radius: 8px;
  border: black 1px solid;
  margin-bottom: 10px;
}

.single-title-inner {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .single-title-inner {
    margin-bottom: 30px;
  }
}

.single-title-inner .single-title {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 2.9rem;
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .single-title-inner .single-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .single-title-inner .single-title {
    font-size: 1.6rem;
  }
}

.single-title-inner ::after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(25deg, #F13F79, #FFC778);
}

.form-item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-item-label {
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 12px;
}

.hosoku {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.form-item-label-required {
  font-size: 1.4rem;
  font-weight: 100;
  display: inline-block;
  color: #fff;
  background-color: #FFB0CA;
  padding: 3px 7px;
  border-radius: 3px;
}

.radio-inner label {
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: inline-block;
}

.radio-inner-first {
  margin-top: 10px;
}

.Form-Item-Input, textarea {
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1.8rem;
  padding: 0.4em 0.8em;
  width: 100%;
}

.Form-Item-Input :focus, textarea :focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

textarea {
  height: 150px;
}

.submit-btn {
  width: 100%;
  padding: 10px 0;
  background-color: #0f3b4c;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.4em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 40px;
}

.submit-btn:hover {
  background-color: #7d7d7d;
}

.header-menu {
  margin: 0 auto;
}

.header-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.header-R {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 95%;
      max-width: 1000px;
      margin: 0 auto;
      margin-top: 30px;
}

@media screen and (max-width: 630px) {
  .header-R {
    /* flex-direction: column; */
    margin: 0 auto;
    padding-top:30px;
padding-bottom: 30px;
  }
}

.header-R h1 {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media screen and (max-width: 630px) {
  .header-R h1 {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-top: 70px;
  }
}
@media screen and (max-width: 520px) {
  .header-R h1 {
    font-size: 1.3rem;
    margin-top: 30px;
  }
}


/* .header-R::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -3vw;
  width: 365px;
  height: 40%;
  background-color: #EEE427;
  z-index: -1;
}

@media screen and (max-width: 930px) {
  .header-R::before {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .header-R::before {
    top: 10%;
    height: 110%;
  }
} */
.header-L2{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 8000px;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-right: 100px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-top: 60px;
      border-top: solid #0f3b4c 1px;
    border-bottom: solid #0f3b4c 1px;
    padding-top: 20px;
    padding-bottom: 14px;
}

.header-flex li {
  font-size: 1.8rem;
  color: #0f3b4c;}

.main-img {
  width: 100%;
  max-width: 100vw;
  /* height: 450px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 930px) {
  .header-flex {
    display: none;
  }
}

.header-flex a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 1.3em;
  font-weight: 800;
  letter-spacing: 0.25em;
  color: #0f3b4c;
}

.header-flex a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

.header-flex a:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header-img {
  width: 100%;
  max-width: 240px;
}

@media screen and (max-width: 480px) {
  .header-img {
    max-width: 160px;
  }
}

footer {
  width: 100%;
  background-color: #efefef;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
  margin-top: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-list li {
  color: #0f3b4c;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.footer-list-flex > :first-child {
  font-size: 2rem;
  margin-bottom: 1.5em;
}

.footer-list a {
  color: #0f3b4c；
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.footer-list :hover {
  color: #BDBDB7;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .footer-menu {
    width: 350px;
  }
}

.footer-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-ul li {
  margin-bottom: 18px;
}

.footer-ul a {
  letter-spacing: 0.2em;
  font-size: 1.7rem;
}
/*# sourceMappingURL=main.css.map */
/* addition */
.display-non{
  display: none;
}

.archive-img img{
  position: relative;
  max-width: 246px;
  width: 100%;
  height: auto;
  /* border: 1px solid black; */
  /* margin: 0 auto; */
  display: block;
  object-fit: contain;
  -webkit-filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0.2));
    z-index: 200;
    transition: all 1000ms ease;
}
@media screen and (max-width: 700px){
  .archive-img img{
  max-width: 240px;
  height: auto;
  }
  }
  @media screen and (max-width: 620px){
    .archive-img img{
    max-width: 190px;
    height: auto;
    }
    }

    @media screen and (max-width: 400px){
      .archive-img img{
      max-width: 170px;
   
      }
      }

      .list-post li a:hover img{
        -webkit-filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0));
        -moz-filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0));
        -ms-filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0));
        filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0));
      }
@media screen and (max-width: 540px){
.event-content .list-post-main li{
min-width: 170px;
}
}
@media screen and (max-width: 400px){
  .event-content .list-post-main li{
  min-width: 158px;
  }
  }

.bg-c{
  background-color: #f5f5f5
  ;
}
/* .event-img{
  margin: 20px 0;
} */
/* .event-img img{
  position: relative;
  max-width: 360px;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
} */

.event-img{
  width: 100%; /* 画像の幅を設定 */
	max-width:500px;
  height: 500px; /* 画像の高さを設定 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* はみ出た部分を表示しないようにする */
  margin: 20px auto;
}
.event-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 画像を縮小または拡大して表示領域に合わせる */
}

.event-table{
  width: 100%;
  margin-top: 100px;
  margin: 0 auto;
  margin-top: 70px;
}
.event-table tr th{
  width: 160px;
  padding: 16px;
  border: 1px solid #0f3b4c;
  font-size: 1.4rem;
  line-height: 1.5em;

}
@media screen and (max-width: 480px) {
  .event-table tr th{
   padding: 10px;
  }
}
.event-table td{
  padding: 16px;
  border: 1px solid #0f3b4c;
  font-size: 1.4rem;
  line-height: 1.5em;
  word-break: break-all;
}

@media screen and (max-width: 480px) {
  .event-table th,.event-table td{
    width: 100% !important;
    display: block;
  }
}
.event-close{
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-top: 8px;
  padding: 12px 16px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.event-googlemap{
  margin-top: 20px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  }
  .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }

  .shop-h2{
    padding: 0.5rem 1rem;
    border-left: 1px solid #000;
  }
  .shop-name{
    position: relative;
    padding-left: 2em;
    line-height: 1.4;
    font-size: 1.9rem;
    font-weight: 900;
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .shop-name::before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    font-size: 1.2em;
    left: 0;
    top: -4.5%;
    color: #5ab9ff; 
    font-weight: 900;
  }

  .shop-table{
    margin-bottom: 100px;
  }

  .shop-table tr th{
    width: 160px;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.5em;
    border-bottom: 1px solid #0f3b4c;
    border-right: 1px dotted #0f3b4c;
  }
  .shop-table tr td{
    padding: 10px;
    border-bottom: 1px solid #0f3b4c;
    font-size: 1.4rem;
    line-height: 1.5em;
  }

  .wpcf7-radio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  img.alignright{
    display: block;
    margin: 0 0 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  img.alignleft{
    display: block;
    margin: 0 auto 0 0;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  img.aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .TOC{
    background-color: #fcfcfc;
    border: 1px solid #eee;
    margin: 24px 0 32px;
    padding: 24px;
    border-radius: 8px;
  }

  .TOC li a{
    color: #4c4948;
    letter-spacing: 0.15em;
  }
  .TOC li a::before{
content: "○";
color: #F13F79;
/* position: absolute; */
top: 0;
left: 0;
  }
  .TOC li::before{
    position: relative;
  }
  .TOC-tit{
font-weight: 800;
position: relative;
  }
  .TOC-tit::before{
    font-family: "Font Awesome 5 Free";
/* content: '\f5d9'; */
/* content: '\f099'; */
content: '□';
;

  }
  .TOC li{
    font-size: 1.5rem;
    padding: 10px 0;
    line-height: 1.5;
}
  

  /* .twitter-timeline{
    width: 100% !important;
    max-width: 100% !important;
  }
  .twitter{
    padding: 0 50px !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;} */
    #sb_instagram{
    padding-bottom: 10px !important;
    background: #efefef !important;
    border-radius: 10px !important;
    padding: 10px !important;
  }

  .img-size{
    width: 220px;
    display: block;
    height: 308px;
    object-fit: contain;
  }

  .archive-flex li{
    width: 30%;
    max-width: 360px;
    margin: 0 5% 4em 0;
  }
  @media screen and (max-width: 500px){
    .archive-flex li{
      width: 46%;
    }
    }
  .archive-flex li:nth-child(3n) {
    margin: 0;
  }
  @media screen and (max-width: 500px){
    .archive-flex li:nth-child(3n) {
      margin: 0 3.5% 4em 0;
    }
    }
    @media screen and (max-width: 500px){
      .archive-flex li:nth-child(2n) {
        margin: 0;
      }
      }
  .archive-item img{
    border-radius: 10px;
  }
  .archive-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .archive-item time{
    font-size: 1.4rem;
    color: #f4629c;
    margin-top: 15px;
    display: block;
  }
  .archive-item .list-post-title{
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f3b4c;
    margin-top: 5px;
    line-height: 1.5;
  }

  .archive-img{
    display: block;
    position: relative;
  }
  .archive-img::before{
    position: absolute;
    content: attr(data-tooltip);
    z-index: 900;
    display: block;
    padding:8px 10px;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    background: rgba(255,255,255,0.7);
    border-radius: 10px 0;
    font-weight: 800;
    color: #0f3b4c;
  }
  @media screen and (max-width: 540px){
    .archive-img::before{
      padding:6px 9px;
      font-size: 1.2em;
    }
    }
    .event-place{
      font-size:1.3em;
      color: #0c2e33;
    }
 
    @media screen and (max-width: 730px){
      .footer-list-flex{
margin-bottom: 3em;
      }
      }

      .content-flex{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
      }
      @media screen and (max-width: 870px){
        .content-flex{
  flex-direction: column;
        }
        }
      .content-flex >:nth-of-type(odd){
margin-right: 100px;
      }
      .entry-list{
        width: 100%;
        max-width: 550px;
      }
      @media screen and (max-width: 870px){
        .entry-list{
  max-width: 100%;
        }
        }
.entry-list img{
  width: 100%;
  max-width: 100px;
  height: 100px;
  object-fit: cover;
}
.entry-list dl{
  display: flex;
}
.entry-list h5{
  padding: 4%;
  font-size: 1.8rem;
  color: #0f3b4c;
  border-bottom: 2px solid #e1e1e1;
  font-family: monospace;
    letter-spacing: 0.2em;
}
.entry-box{
  /* border-top: 1px solid; */
    border-bottom: 2px solid #e1e1e1;
    padding: 15px;
}
.entry-item-list{
  display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}
.entry-txt{
  width: 70%;
  letter-spacing: 2px;
  line-height: 1.5em;
}
.entry-txt ul li:nth-of-type(1){
  font-size: 1.3rem;
  color: #0f3b4c;
  margin-bottom: 1em;
  font-weight: 600;
}
.entry-txt ul li:nth-of-type(2){
  font-size: 1.2rem;
  color: #0f3b4c;
}
.entry-btn{
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 1.5rem;
}
.entry-btn::before{
 content: '';
 background-image: url(../img/iconmonstr-arrow.png);
 display: inline-block;
 width: 29px;
 height: 29px;
 background-size: contain;
 vertical-align: middle;
}

.wp-caption-text{
  margin-top: 10px;
  font-size: 1rem;
  text-align: left;
}

/*wp-pagenavi 17*/
.wp-pagenavi {
	clear: both;
	text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #4DD0D5;
	background-color: #FFFFFF;
	padding: 16px 18px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin dotted #4DD0D5;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #4DD0D5;
    }
.wp-pagenavi span.current{
	color: #fff;
	background-color: #4DD0D5;
    }

    @media screen and (max-width: 730px){
      .content{
        margin: 70px 0 60px;
      }
      }

.aligncenter{
	    max-width: 100%;
    height: auto;
    display: block;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.btn-con{
  /*線の基点とするためrelativeを指定*/
position:relative;
  /*リンクの形状*/ 
color:#333;
  padding: 10px 0;
display:inline-block;
  text-decoration: none;
  outline: none;
  font-size: 1.7rem;
  margin-bottom: 50px;
}

/*線の設定*/
.btn-con::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #333;
}

/*矢印の設定*/
.btn-con::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom:-4px;
  /*矢印の形状*/
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

/*線と矢印を繰り返しアニメーション*/
.btn-con::before {
  animation: arrowlong01 2s ease infinite;
}
.btn-con::after {
  animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
  0%{width:0;opacity:0}
  20%{width:0;opacity:1}
  80%{width:105%;opacity:1}
  100%{width:105%;opacity:0}
}

@keyframes arrowlong02{
  0%{left:0;opacity:0}
  20%{left:0;opacity:1}
  80%{left:103%;opacity:1}
  100%{left:103%;opacity:0}
}
.wp-caption-text {
  display: none;
}
.icon-sns-flex{
  display: flex;
justify-content: space-around;
}
.icon-sns{
  width: 60px;
}