/************************************
** init
************************************/

.content {
  margin-top: 0 !important;
}

.footer {
  margin-top: 0 !important;
}

.main {
  padding: 0 !important;
}

/************************************
** sec_001
************************************/
.sec_001 {
  margin-bottom: 30px;
  background: #f7f6f2;
}

.sec_001_wrapper {
  display: flex;
}

.swiper {
  height: 80vh;
  flex: 2;
}

.swiper-wrapper {
  margin-top: 0px;
  margin-left: 0px;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  height: auto;
  /* width: 100%; */
}
.swiper-text {
  color: #fff;
  left: 5%;
  position: absolute;
  text-shadow: 1px 1px 2px #333;
  top: 40%;
  width: 60%;
}
.swiper-title {
  /* font-size: clamp(16px, 3vw, 50px); */
  /* font-weight: 700; */
}
.swiper-desc {
  font-size: clamp(12px, 2vw, 30px);
  line-height: 1.5;
  margin-top: 3%;
}
.logo-headline-box {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo-headline-box .img-box {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.headline h3 {
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 769px) {
  .sec_001_wrapper {
    flex-wrap: wrap;
  }
  .logo-headline-box .headline {
    margin-bottom: 30px;
  }
  .logo-headline-box .headline h3 {
    font-size: 24px;
  }
  .swiper {
    height: auto;
    flex: auto;
  }
}

/************************************
** sec_calendar
************************************/
.sec_calendar {
  max-width: 1400px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}

.sec_calendar_wrapper .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec_calendar_wrapper .items img {
  width: 30%;
}

@media screen and (max-width: 769px) {
  .sec_calendar .h-title .sub-title {
    font-size: 30px;
  }
  .sec_calendar_wrapper .items {
    flex-wrap: wrap;
  }
  .sec_calendar_wrapper .items img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/************************************
** sec_instagram
************************************/
.sec_instagram {
  max-width: 1400px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .sec_instagram {
    max-width: unset;
    width: auto;
    margin: 0 16px;
  }
}

/************************************
** sec_infomation
************************************/

.sec_infomation {
  max-width: 1400px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
.sec_infomation_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.infomation-list-wrap {
  width: 46%;
  margin-right: 30px;
}
.infomation-list-wrap h3 {
  font-size: 32px;
  line-height: 2.5;
  letter-spacing: 0px;
  color: #555;
  text-indent: -0.1em;
  margin-bottom: 30px;
}

.item-wrap .item {
  padding-bottom: 16px;
  position: relative;
}
.item-wrap .item:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    #000,
    #000 3px,
    transparent 3px,
    transparent 7px
  );
  background-size: 10px 1px;
}
.item-wrap .item a {
  text-decoration: none;
  color: #222;
}

.item-wrap h4 {
  font-size: 20px;
  padding-bottom: 10px;
}

.item-wrap .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.item-wrap .detail .cat {
  font-size: 0.8em;
  background: #be9b85;
  color: #fff;
  padding: 1px 10px;
}

.item-wrap .detail .days {
  font-size: 0.8em;
}

@media screen and (max-width: 769px) {
  .sec_infomation_wrapper {
    flex-wrap: wrap;
  }
  .infomation-list-wrap {
    width: 100%;
    margin-right: 0px;
  }
}
/************************************
** sec_002
************************************/

.sec_002 {
  max-width: 1400px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
.h-title {
  text-align: center;
  padding: 30px;
}
.h-title .sub-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 40px;
}
.h-title .sub-title:after {
  content: "";
  width: 110px;
  height: 3px;
  display: inline-block;
  background-color: #777777;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 55px);
}
.h-title .title {
  font-size: 20px;
}

.sec_002_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: row-reverse;
}
.sec_002_wrapper .img-box {
  width: 55%;
  pointer-events: none;
  position: relative;
  text-align: end;
}
.sec_002_wrapper .img-box img {
  height: 500px;
  background-size: cover;
}
.sec_002_wrapper .text-box {
  width: 45%;
  padding-left: 20px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.sec_002_wrapper .text-box h3 {
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 2.5px;
}
.sec_002_wrapper .text-box h3 span {
  display: inline;
  position: relative;
  padding-bottom: 8px;
  background: linear-gradient(transparent calc(100% - 2px), #535d60 2px);
}
.sec_002_wrapper .text-box .desc_wrap {
  /*     padding-right: 50px; */
  margin-top: 40px;
  font-size: 0.8em;
}
.sec_002_wrapper .text-box .link-wrap {
  display: flex;
}
.sec_002_wrapper .text-box .link-button {
  margin-top: 40px;
}

.sec_002_wrapper .text-box .link-button a {
  display: block;
  width: 220px;
  max-width: 220px;
  text-align: center;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #515b5e;
  color: #535d60;
  text-decoration: none;
  margin-right: 20px;
  font-size: 20px;
}
.sec_002_wrapper .text-box .link-button a:hover {
  background: #be9b85;
  border: 1px solid #be9b85;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .sec_002 {
    width: auto;
    margin: 0 16px;
  }
  .sec_002_wrapper {
    flex-wrap: wrap;
  }
  .sec_002_wrapper .img-box {
    width: 100%;
  }
  .sec_002_wrapper .img-box img {
    height: auto;
  }
  .sec_002_wrapper .text-box {
    width: 100%;
    padding: 0;
  }
  .sec_002_wrapper .text-box h3 {
    font-size: 21px;
  }
  .sec_002_wrapper .text-box .desc_wrap {
    margin-top: 20px;
    padding: 0;
  }
  .sec_002_wrapper .text-box .desc_wrap p {
    font-size: 16px;
  }
  .sec_002_wrapper .text-box .link-button {
    margin-top: 20px;
  }
  .sec_002_wrapper .text-box .link-button a {
    margin: 0 auto;
  }
  .sec_002_wrapper .text-box .link-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/************************************
** sec_003
************************************/
.sec_003 {
  max-width: 1400px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
.sec_003_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_003_wrapper a {
  width: 25%;
  padding-right: 10px;
}
.sec_003_wrapper a img {
  width: 100%;
  /* height: 300px; */
  /* max-height: 300px; */
}

@media screen and (max-width: 769px) {
  .sec_003 {
    max-width: unset;
    width: auto;
    margin: 0 16px;
  }
  .sec_003_wrapper {
    flex-wrap: wrap;
  }
  .sec_003_wrapper a {
    width: 50%;
  }

  .sec_003_wrapper a img {
    height: auto;
  }
}

/************************************
** sec_004
************************************/
.sec_004 {
  max-width: 1400px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
.sec_004_wrapper {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4em;
}

.sec_004 h3 {
  position: relative;
  padding: 0.2em;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sec_004_wrapper .link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_004_wrapper .link-button {
  margin-top: 40px;
}
.sec_004_wrapper .link-button a {
  display: block;
  width: 220px;
  max-width: 220px;
  text-align: center;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #515b5e;
  color: #535d60;
  text-decoration: none;
  margin-right: 20px;
  font-size: 20px;
}
.sec_004_wrapper .link-button a:hover {
  background: #be9b85;
  border: 1px solid #be9b85;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .sec_004 {
    max-width: unset;
    width: auto;
    margin: 0 16px;
  }
  .sec_003_wrapper {
    flex-wrap: wrap;
  }

  .sec_004 h3 {
    width: 100%;
    margin-top: 1em;
  }

  .sec_004_wrapper {
    max-width: unset;
    padding: 0 2em;
  }
}
/************************************
** sec_004 swiper
************************************/
.swiper-2,
.swiper-3,
.swiper-4 {
  overflow: hidden;
}
#sec_004 .item {
  position: relative;
}
#sec_004 .item .thumb_box {
  display: block;
  width: 100% !important;
  /*     height: 270px !important; */
  aspect-ratio: 465/270;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#sec_004 .item .thumb_box .image_wrap {
  width: 100%;
  height: 100%;
  position: relatiive;
}
#sec_004 .item .thumb_box .image_wrap img {
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.5s ease;
}
/* category css */
#sec_004 .item a:nth-child(2) {
  text-decoration: none;
  color: #000;
  padding: 0 10px;
  font-size: 14px;
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 20px;
  transform: translate3d(0, -100%, 0);
  z-index: 2;
}
#sec_004 .item .discription {
  background: #f7f6f2;
  height: 140px !important;
  min-height: 140px;
  padding: 1em;
  position: relative;
}
#sec_004 .item .discription .title {
  line-height: 1.4;
  font-size: 16px;
}
#sec_004 .item .discription .title a {
  text-decoration: none;
  color: #000;
}
#sec_004 .item .post_meta {
  background: #f7f6f2;
  font-size: 14px;
  color: #999;
  display: block;
  position: absolute;
  left: 1em;
  bottom: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #222;
}
@media screen and (max-width: 769px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }
  #sec_004 .item .thumb_box {
    height: auto !important;
  }
}

/************************************
** sec_access
************************************/
.sec_access {
  max-width: 1400px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
.sec_access .access_wrap {
  display: flex;
  justify-content: space-between;
}
.access_wrap h3 {
  font-size: 18px;
  padding: 0em 5px; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 3px #777777; /*左線*/
  line-height: 1;
  margin-bottom: 0.5em;
}
.access_wrap p {
  margin-bottom: 0.75em;
}
.map-wrap,
.street-view-wrap {
  padding-top: 5px;
}
.map-wrap iframe {
}
@media screen and (max-width: 769px) {
  .sec_access {
    max-width: unset;
    width: auto;
    margin: 0 16px;
  }
  .sec_access .access_wrap {
    flex-wrap: wrap;
    justify-content: left;
  }
  .sec_access .access_wrap .left {
    margin-bottom: 1em;
  }
  .sec_access .map-wrap,
  .sec_access .street-view-wrap {
    width: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 1em;
  }
}

/************************************
** sec_005
************************************/

.sec_005 {
  max-width: 1000px;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
.sec_005 form th {
  padding-left: 1em !important;
}

.sec_005 form .horizontal-item:nth-child(4) {
  margin-right: 100px;
}

@media screen and (max-width: 769px) {
  .sec_005 {
    max-width: unset;
    width: auto;
    margin: 0 16px;
    padding-bottom: 30px;
  }
  .mw_wp_form table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
  .mw_wp_form table tr th {
    width: 100% !important;
  }

  .mw_wp_form table tr td {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
