@charset "UTF-8";
video {
  max-width: 100%;
}

.under-mv .page-ttl {
  height: 106%;
}

.wrap #gallerysingle {
  position: relative;
}

/* .wrap #gallerysingle::before {
  background-image: url(../img/gallery/circle2.svg);
  top: -60%;
  bottom: auto;
  left: -30%;
  height: 800px;
  width: 800px;
  content: '';
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */

/* .wrap #gallerysingle::after {
  background-image: url(../img/gallery/circle1.svg);
  top: auto;
  bottom: -10%;
  right: -30%;
  height: 450px;
  width: 450px;
  content: '';
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */

.wrap article.post {
  position: relative;
}

.wrap article.post:before {
  content: "";
  width: 20%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #F2CEA2;
}

.wrap article.post:after {
  content: "";
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #F2CEA2;
}

.wrap .itemlist ul {
  display: flex;
  flex-wrap: wrap;
}

.wrap .itemlist ul li {
  position: relative;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 5%;
  background: #FCFCFC;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 10px;
  padding: 0.80527vw;
}

@media (min-width: 1367px) {
  .wrap .itemlist ul li {
    padding: 11px;
  }
}

@media (max-width: 1024px) {
  .wrap .itemlist ul li {
    padding: 1.07422vw;
  }
}

@media (max-width: 768px) {
  .wrap .itemlist ul li {
    padding: 1.43229vw;
  }
}

@media (max-width: 480px) {
  .wrap .itemlist ul li {
    padding: 2.93333vw;
  }
}

.wrap .itemlist ul li {
  min-height: 26.35432vw;
}

@media (min-width: 1367px) {
  .wrap .itemlist ul li {
    min-height: 360px;
  }
}

@media (max-width: 1024px) {
  .wrap .itemlist ul li {
    min-height: 35.15625vw;
  }
}

@media (max-width: 768px) {
  .wrap .itemlist ul li {
    min-height: 46.875vw;
  }
}

@media (max-width: 480px) {
  .wrap .itemlist ul li {
    min-height: 96vw;
  }
}

.wrap .itemlist ul li a {
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 100%;
  text-align: right;
  display: block;
  text-decoration: underline;
}

.wrap .itemlist ul li a:after {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wrap .itemlist ul li:nth-child(3n+1) {
  margin-left: 0;
}

.wrap p.date {
  font-weight: 500;
  line-height: 1;
  margin-top: 0.87848vw;
  margin-bottom: 0.65886vw;
}

@media (min-width: 1367px) {
  .wrap p.date {
    margin-top: 12px;
  }
}

@media (max-width: 1024px) {
  .wrap p.date {
    margin-top: 1.17188vw;
  }
}

@media (max-width: 768px) {
  .wrap p.date {
    margin-top: 1.5625vw;
  }
}

@media (max-width: 480px) {
  .wrap p.date {
    margin-top: 3.2vw;
  }
}

@media (min-width: 1367px) {
  .wrap p.date {
    margin-bottom: 9px;
  }
}

@media (max-width: 1024px) {
  .wrap p.date {
    margin-bottom: 0.87891vw;
  }
}

@media (max-width: 768px) {
  .wrap p.date {
    margin-bottom: 1.17188vw;
  }
}

@media (max-width: 480px) {
  .wrap p.date {
    margin-bottom: 2.4vw;
  }
}

.wrap li.topicitem p.title {
  line-height: 2;
  padding-bottom: 2.70864vw;
}

@media (min-width: 1367px) {
  .wrap li.topicitem p.title {
    padding-bottom: 37px;
  }
}

@media (max-width: 1024px) {
  .wrap li.topicitem p.title {
    padding-bottom: 3.61328vw;
  }
}

@media (max-width: 768px) {
  .wrap li.topicitem p.title {
    padding-bottom: 4.81771vw;
  }
}

@media (max-width: 480px) {
  .wrap li.topicitem p.title {
    padding-bottom: 9.86667vw;
  }
}

.wrap .topicitem img {
  height: auto !important;
}

.wrap .pagetitle {
  margin-bottom: 2.92826vw;
}

@media (min-width: 1367px) {
  .wrap .pagetitle {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .wrap .pagetitle {
    margin-bottom: 3.90625vw;
  }
}

@media (max-width: 768px) {
  .wrap .pagetitle {
    margin-bottom: 5.20833vw;
  }
}

@media (max-width: 480px) {
  .wrap .pagetitle {
    margin-bottom: 10.66667vw;
  }
}

.wrap .bdbold {
  border-bottom: #9DCAC5 3px solid;
  padding-bottom: 11px;
}

.wrap .bdlight {
  border-bottom: 1px solid #9DCAC5;
  padding-bottom: 12px;
}

.wrap li.topicitem:before {
  content: "";
  width: 70%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.wrap li.topicitem:after {
  content: "";
  width: 70%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.wrap li.topicitem:nth-child(6n+1):before, .wrap li.topicitem:nth-child(6n+1):after {
  background: #D6E6E5;
}

.wrap li.topicitem:nth-child(6n+1) a {
  color: #D6E6E5;
}

.wrap li.topicitem:nth-child(6n+1) a:after {
  border-top: 2px solid #D6E6E5;
  border-right: 2px solid #D6E6E5;
}

.wrap li.topicitem:nth-child(6n+2):before, .wrap li.topicitem:nth-child(6n+2):after {
  background: #EBE5E1;
}

.wrap li.topicitem:nth-child(6n+2) a {
  color: #EBE5E1;
}

.wrap li.topicitem:nth-child(6n+2) a:after {
  border-top: 2px solid #EBE5E1;
  border-right: 2px solid #EBE5E1;
}

.wrap li.topicitem:nth-child(6n+3):before, .wrap li.topicitem:nth-child(6n+3):after {
  background: #E6DBE5;
}

.wrap li.topicitem:nth-child(6n+3) a {
  color: #E6DBE5;
}

.wrap li.topicitem:nth-child(6n+3) a:after {
  border-top: 2px solid #E6DBE5;
  border-right: 2px solid #E6DBE5;
}

.wrap li.topicitem:nth-child(6n+4):before, .wrap li.topicitem:nth-child(6n+4):after {
  background: #90AFC9;
}

.wrap li.topicitem:nth-child(6n+4) a {
  color: #90AFC9;
}

.wrap li.topicitem:nth-child(6n+4) a:after {
  border-top: 2px solid #90AFC9;
  border-right: 2px solid #90AFC9;
}

.wrap li.topicitem:nth-child(6n+5):before, .wrap li.topicitem:nth-child(6n+5):after {
  background: #DCC789;
}

.wrap li.topicitem:nth-child(6n+5) a {
  color: #DCC789;
}

.wrap li.topicitem:nth-child(6n+5) a:after {
  border-top: 2px solid #DCC789;
  border-right: 2px solid #DCC789;
}

.wrap li.topicitem:nth-child(6n+6):before, .wrap li.topicitem:nth-child(6n+6):after {
  background: #E6C7C7;
}

.wrap li.topicitem:nth-child(6n+6) a {
  color: #E6C7C7;
}

.wrap li.topicitem:nth-child(6n+6) a:after {
  border-top: 2px solid #E6C7C7;
  border-right: 2px solid #E6C7C7;
}

.wrap article {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 10px;
  padding: 2.92826vw;
}

@media (min-width: 1367px) {
  .wrap article {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .wrap article {
    padding: 3.90625vw;
  }
}

@media (max-width: 768px) {
  .wrap article {
    padding: 5.20833vw;
  }
}

@media (max-width: 480px) {
  .wrap article {
    padding: 10.66667vw;
  }
}

.wrap article.post .content {
  line-height: 2;
  margin-top: 12px;
}

.wrap .glflex {
  display: flex;
  background: white;
}

.wrap .glleft {
  flex: 0 0 35%;
  /* width: 45%; */
  margin-right: 5%;
}

.wrap .glleft .img {
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50% 0; */
  width: 100%;
}
.wrap .glleft .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .glleft .movie {
  margin-top: 7%;
}

.wrap .glright {
  flex: auto;
}

.wrap .glright h1.title {
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}

.wrap .bdbold.glcolor {
  border-bottom: #F2CEA2 3px solid;
  padding-bottom: 11px;
}

.wrap .bdlight.glcolor {
  border-bottom: #F2CEA2 1px solid;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .wrap .itemlist ul li {
    width: 46%;
    margin: 0% 2%;
    margin-bottom: 5%;
  }
  .wrap .itemlist ul li a:after {
    width: 1.30208vw;
    height: 1.30208vw;
  }
  .wrap .itemlist ul li {
    margin-bottom: 5.06667vw;
  }
  .wrap .itemlist ul li:nth-child(3n+1) {
    margin-left: 2%;
  }
  .wrap .glflex {
    flex-wrap: wrap;
  }
  .wrap .glleft {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .wrap #gallerysingle::after, .wrap #gallerysingle::before {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .wrap .itemlist ul li a:after {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .wrap .itemlist ul li {
    width: 100%;
    margin: 0% !important;
    margin-bottom: 8% !important;
  }
  .wrap article.post:before, .wrap article.post:after {
    width: 40%;
  }
  .wrap .enko {
    padding-top: 1em;
  }
}

/*検索フォーム*/
.search-formbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: initial;
  position: relative;
  /* margin-top: 1em; */
  top: 30px;
}

form {
  width: 100%;
  max-width: 345px;
  margin-right: 15px;
}

label.is-search-input {
  position: relative;
  display: inline-block !important;
  padding: 0;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  line-height: 1;
}

label::before {
  content: '';
  z-index: 0;
  position: absolute;
  background-image: url(../img/common/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: auto;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 23px;
  height: 23px;
}

input.is-search-input {
  background: #fff;
  background-image: none !important;
  color: #333;
  padding: 0 12px;
  margin: 0;
  outline: 0 !important;
  font-size: 14px !important;
  height: 36px;
  min-height: 0;
  line-height: 1;
  border-radius: 0;
  border: solid 1px #ccc !important;
  font-family: arial;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input.is-search-submit {
  display: inline-block !important;
  color: #666;
  background: #ededed;
  box-shadow: none !important;
  outline: 0;
  margin: 0;
  font-size: 14px !important;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1;
  height: 36px;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transition: background-color .1s ease-in-out;
  -moz-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  right: 5px;
  left: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/common/arrow-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 40px;
  width: 40px;
  border: 0px solid #fff;
  border-radius: 50% !important;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  position: absolute;
  top: 0;
}

.is-search-submit:hover, .is-search-submit, .is-search-icon {
  background-color: #F2CEA2 !important;
}

input.is-search-submit:hover {
  opacity: .6;
}

label input.labelp {
  border-radius: 50px !important;
  padding-right: 45px;
  padding-left: 45px;
  height: 50px;
  border: 1px solid #888888 !important;
  font-size: 16px !important;
  width: 100%;
}

label input.labelp::placeholder {
  text-align: center;
}

.search-formbox .reserve-link a.f17 {
  background-color: #F2CEA2;
  width: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
  color: white;
}

#under .modaal-close {
  right: 5vw;
    top: 6vw;
  width: 40px;
    height: 40px;
}
#under .modaal-close:after, #under .modaal-close:before {
  height: 40px;
}
.wrap .glleft .videoLink {
  position: relative;
}
.wrap .glleft .videoLink::before {
  content: "";
    background-image: url(../img/youtube/click.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    width: 10.14vw;
    height: 10.14vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 768px) {
  .under-mv .page-ttl {
    text-align: center;
  }
  .search-formbox {
    top: 20px;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .search-formbox .reserve-link a.f17 {
    background-color: #F2CEA2;
    width: 100%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 100%;
    color: white;
    padding: 0.5em 1em;
    margin-top: 1em;
    height: 50px;
  }
  .is-search-submit:hover, .is-search-submit, .is-search-icon {
    background-color: #EBE3DF !important;
  }
  form {
    margin-right: 0px;
  }
  #under .modaal-video-wrap {
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #under .modaal-video-container {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .under-mv .mv-img img {
    width: 315px;
    height: 300.469px;
  }
}

@media screen and (max-width: 468px) {
  label input.labelp {
    height: 46px;
  }
  .wrap .glright h1.title {
    font-size: 19px;
    margin-top: 1em;
  }
}
