@charset "UTF-8";
.post-type-archive-gallery .wrap, .tax-gallery_category .wrap {
  /*.accordion li.default .submenu {display: block;}*/
  /**
 * Submenu
 -----------------------------*/
}

#galleryarchive {
  margin-top: 6%;
}

.post-type-archive-gallery .wrap li.topicitem, .tax-gallery_category .wrap li.topicitem {
  background: #707070;
  min-height: inherit;
}

.post-type-archive-gallery .wrap li.topicitem p.title, .tax-gallery_category .wrap li.topicitem p.title {
  padding-bottom: 0px;
  color: white;
  padding: 1em 0 0.5em !important;
  position: relative;
  padding-right: 50px !important;
}

.post-type-archive-gallery .wrap li.topicitem:before, .post-type-archive-gallery .wrap li.topicitem:after, .tax-gallery_category .wrap li.topicitem:before, .tax-gallery_category .wrap li.topicitem:after {
  display: none;
}

.post-type-archive-gallery .wrap li.topicitem p.title:after, .tax-gallery_category .wrap li.topicitem p.title:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 1.1713vw;
  background: none;
  background-image: url(../img/gallery/roupe.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (min-width: 1367px) {
  .post-type-archive-gallery .wrap li.topicitem p.title:after, .tax-gallery_category .wrap li.topicitem p.title:after {
    right: 16px;
  }
}

@media (min-width: 1367px) {
  .post-type-archive-gallery .wrap li.topicitem p.title:after, .tax-gallery_category .wrap li.topicitem p.title:after {
    width: 30px;
  }
}

@media (min-width: 1367px) {
  .post-type-archive-gallery .wrap li.topicitem p.title:after, .tax-gallery_category .wrap li.topicitem p.title:after {
    height: 30px;
  }
}

.post-type-archive-gallery .wrap .itemlist ul li a, .tax-gallery_category .wrap .itemlist ul li a {
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
  text-align: left;
  display: block;
  text-decoration: none;
}

.post-type-archive-gallery .wrap .itemlist ul li a:after, .tax-gallery_category .wrap .itemlist ul li a:after {
  display: none;
}

.post-type-archive-gallery .wrap .itemlist ul li .imgbox, .tax-gallery_category .wrap .itemlist ul li .imgbox {
  width: 100%;
  max-height: 285px;
  overflow: hidden;
  z-index: 0;
}

.post-type-archive-gallery .wrap .itemlist ul li .imgbox .video-item {
  position: relative;
    top: -100px;
    width: 290px;
    height: 510px;
    z-index: -1;
}

.post-type-archive-gallery .wrap .mask, .tax-gallery_category .wrap .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: black;
  opacity: .5;
}

.post-type-archive-gallery .wrap .imgbox, .tax-gallery_category .wrap .imgbox {
  position: relative;
}

.post-type-archive-gallery .wrap .caticon, .tax-gallery_category .wrap .caticon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

.post-type-archive-gallery .wrap .caticon img, .tax-gallery_category .wrap .caticon img {
  margin: .5em;
  max-width: 5.85652vw;
}

@media (min-width: 1367px) {
  .post-type-archive-gallery .wrap .caticon img, .tax-gallery_category .wrap .caticon img {
    max-width: 80px;
  }
}

@media (max-width: 768px) {
  .post-type-archive-gallery .wrap .caticon img, .tax-gallery_category .wrap .caticon img {
    max-width: 10.41667vw;
  }
}

@media (max-width: 480px) {
  .post-type-archive-gallery .wrap .caticon img, .tax-gallery_category .wrap .caticon img {
    max-width: 13.33333vw;
  }
}

.post-type-archive-gallery .wrap ul.catlist, .tax-gallery_category .wrap ul.catlist {
  display: flex;
  flex-wrap: wrap;
}

.post-type-archive-gallery .wrap ul.catlist li.trb_item_box, .tax-gallery_category .wrap ul.catlist li.trb_item_box {
  width: 50%;
  margin-bottom: 1.46413vw;
}

@media (min-width: 1367px) {
  .post-type-archive-gallery .wrap ul.catlist li.trb_item_box, .tax-gallery_category .wrap ul.catlist li.trb_item_box {
    margin-bottom: 20px;
  }
}

.post-type-archive-gallery .wrap .trb_name, .tax-gallery_category .wrap .trb_name {
  width: 90%;
}

.post-type-archive-gallery .wrap ul.trb__list, .tax-gallery_category .wrap ul.trb__list {
  flex-wrap: wrap;
  position: relative;
  width: 200%;
  margin-top: 1em;
}

.post-type-archive-gallery .wrap li.trb_item_box.open ul.trb__list, .tax-gallery_category .wrap li.trb_item_box.open ul.trb__list {
  display: flex !important;
  align-items: baseline;
  height: inherit !important;
}

.post-type-archive-gallery .wrap li.trb_item_box:nth-child(2n) ul.trb__list, .tax-gallery_category .wrap li.trb_item_box:nth-child(2n) ul.trb__list {
  position: relative;
  width: 200%;
  right: 100%;
}

.post-type-archive-gallery .wrap ul.trb__list li, .tax-gallery_category .wrap ul.trb__list li {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 2px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  width: auto;
  line-height: 1.5;
  margin-right: 2%;
  margin-bottom: 3%;
  position: relative;
  text-align: center;
  padding: 0.8em;
  border-radius: 0px;
  color: #F2CEA2;
}

.post-type-archive-gallery .wrap .my-parts, .tax-gallery_category .wrap .my-parts {
  padding-bottom: 0.25em;
  margin: 0 0 1em;
  border-bottom: solid 1px #F2CEA2;
  position: relative;
  text-align: left;
  padding-right: 1em;
  top: 2px;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.97657vw;
  text-align: left;
}

@media (min-width: 1367px) {
  .post-type-archive-gallery .wrap .my-parts, .tax-gallery_category .wrap .my-parts {
    margin-bottom: 27px;
  }
}

.post-type-archive-gallery .wrap .my-parts::after, .tax-gallery_category .wrap .my-parts::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  border-bottom: 3px solid #F2CEA2;
  width: 40%;
  height: 145%;
  bottom: -2px;
}

.post-type-archive-gallery .wrap .accordion, .tax-gallery_category .wrap .accordion {
  width: 100%;
}

.post-type-archive-gallery .wrap .accordion .link, .tax-gallery_category .wrap .accordion .link {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-type-archive-gallery .wrap .accordion li:last-child .link, .tax-gallery_category .wrap .accordion li:last-child .link {
  border-bottom: 0;
}

.post-type-archive-gallery .wrap .accordion li i, .tax-gallery_category .wrap .accordion li i {
  position: absolute;
  top: 7px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-type-archive-gallery .wrap .accordion li i.fa-caret-right, .tax-gallery_category .wrap .accordion li i.fa-caret-right {
  right: 0px;
  left: auto;
  font-size: 16px;
}

.post-type-archive-gallery .wrap .accordion li.open .link, .tax-gallery_category .wrap .accordion li.open .link {
  color: #b63b4d;
}

.post-type-archive-gallery .wrap .accordion li.open i, .tax-gallery_category .wrap .accordion li.open i {
  color: #b63b4d;
}

.post-type-archive-gallery .wrap .accordion li.open i.fa-caret-right, .tax-gallery_category .wrap .accordion li.open i.fa-caret-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.post-type-archive-gallery .wrap .submenu, .tax-gallery_category .wrap .submenu {
  display: none;
}

.post-type-archive-gallery .wrap .submenu a, .tax-gallery_category .wrap .submenu a {
  display: block;
}

.post-type-archive-gallery .wrap .trb_name, .tax-gallery_category .wrap .trb_name {
  display: flex !important;
}

.post-type-archive-gallery .wrap p.listnum, .tax-gallery_category .wrap p.listnum {
  width: 18%;
  position: relative;
  top: -2px;
  color: #F2CEA2;
}

.post-type-archive-gallery .wrap .toomotesando, .tax-gallery_category .wrap .toomotesando {
  position: relative;
  text-align: right;
  font-size: 16px;
  color: #C1A89B;
  margin-top: 3.07467vw;
}

@media (min-width: 1367px) {
  .post-type-archive-gallery .wrap .toomotesando, .tax-gallery_category .wrap .toomotesando {
    margin-top: 42px;
  }
}

.post-type-archive-gallery .wrap .toomotesando a, .tax-gallery_category .wrap .toomotesando a {
  position: relative;
}

.post-type-archive-gallery .wrap .toomotesando a:before, .tax-gallery_category .wrap .toomotesando a:before {
  border: 2px solid #C1A89B;
  height: 0px;
  width: 10.66667vw;
  left: -14.66667vw;
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
}

.post-type-archive-gallery .wrap .toomotesando a:after, .tax-gallery_category .wrap .toomotesando 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);
  border-top: 2px solid #C1A89B;
  border-right: 2px solid #C1A89B;
}

@media screen and (max-width: 768px) {
  .post-type-archive-gallery .wrap .trb_name, .tax-gallery_category .wrap .trb_name {
    width: 90%;
  }
  .post-type-archive-gallery .wrap .accordion, .tax-gallery_category .wrap .accordion {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 480px) {
  .post-type-archive-gallery .wrap ul.catlist li.trb_item_box, .tax-gallery_category .wrap ul.catlist li.trb_item_box {
    width: 100%;
    margin-bottom: 8vw;
  }
  .post-type-archive-gallery .wrap .trb_name, .tax-gallery_category .wrap .trb_name {
    width: 100%;
  }
  .post-type-archive-gallery .wrap ul.trb__list, .tax-gallery_category .wrap ul.trb__list {
    position: relative;
    width: 100%;
    margin: 2em 0;
    align-items: initial !important;
  }
  .post-type-archive-gallery .wrap li.trb_item_box.open ul.trb__list, .tax-gallery_category .wrap li.trb_item_box.open ul.trb__list {
    flex-wrap: wrap;
  }
  .post-type-archive-gallery .wrap li.trb_item_box.open ul.trb__list li, .tax-gallery_category .wrap li.trb_item_box.open ul.trb__list li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .post-type-archive-gallery .wrap li.trb_item_box ul.trb__list li:nth-child(2n), .tax-gallery_category .wrap li.trb_item_box ul.trb__list li:nth-child(2n) {
    margin-right: 0;
  }
  .post-type-archive-gallery .wrap li.trb_item_box:nth-child(2n) ul.trb__list, .tax-gallery_category .wrap li.trb_item_box:nth-child(2n) ul.trb__list {
    position: relative;
    width: 100%;
    right: 0%;
  }
  .post-type-archive-gallery .wrap .itemlist ul li, .tax-gallery_category .wrap .itemlist ul li {
    width: 48%;
    margin: 1% !important;
    margin-bottom: 8% !important;
    padding: 2%;
  }
  .post-type-archive-gallery .wrap li.topicitem p.title, .tax-gallery_category .wrap li.topicitem p.title {
    padding-bottom: 0px;
    color: white;
    padding: 0em !important;
    position: relative;
    padding-right: 20px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .post-type-archive-gallery .wrap li.topicitem p.title:after, .tax-gallery_category .wrap li.topicitem p.title:after {
    width: 4vw;
    height: 4vw;
  }
  .post-type-archive-gallery .wrap .accordion, .tax-gallery_category .wrap .accordion {
    margin-bottom: 0%;
  }
  .post-type-archive-gallery .wrap .itemlist, .tax-gallery_category .wrap .itemlist {
    background: #F9F7F6;
    padding-right: 100px;
    margin-right: -100px;
    padding-left: 100px;
    margin-left: -100px;
    padding-top: 10%;
    padding-bottom: 8%;
  }
  .post-type-archive-gallery .wrap .mxsp315, .tax-gallery_category .wrap .mxsp315 {
    padding-bottom: 0;
  }
  .post-type-archive-gallery .wrap .wp-pagenavi, .tax-gallery_category .wrap .wp-pagenavi {
    padding-bottom: 6%;
  }
  .post-type-archive-gallery .wrap .itemlist ul, .tax-gallery_category .wrap .itemlist ul {
    padding-bottom: 8vw;
  }
  .post-type-archive-gallery .wrap .enko, .tax-gallery_category .wrap .enko {
    background: none;
  }
}

/*検索フォーム*/
.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: #F2CEA2;
  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;
}

@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;
  }
}

@media screen and (max-width: 468px) {
  label input.labelp {
    height: 46px;
  }
}

ul.targetElement li {
  width: auto !important;
  background: none !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: initial !important;
  margin-bottom: 0px !important;
  border: 1px solid #BFBFBF;
  padding: 0px 5px !important;
  margin: 2px !important;
  border-radius: 0px !important;
}

ul.targetElement li.currentPageNum {
  border-color: #000 !important;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'ARIAL';
}

p.pagesDisplay {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 0px 5px;
  margin: 2px;
}

.pagination button {
  color: #747474;
  background: none;
  border: 1px solid #BFBFBF;
  margin: 2px;
  font-family: 'Arial';
  font-weight: 100;
  font-size: 1em;
}
.toomotesando a {
    color: #C1A89B !important;
}

@media (max-width: 480px) {
  .under-mv .mv-img {
    margin-top: 25%;
    height: 300.469px;
  }
  .caution {
    margin-top: 10%;
  }
  .caution p.f16 {
    font-size: 12px;
  }
  .post-type-archive-gallery .wrap .itemlist ul li .imgbox .video-item {
    top: 0px;
    width: 160px;
    height: 145px;
    transform: scale(2);
  }
}

#galleryarchive .itemlist.movie {
  margin-bottom: 6%;
}

#galleryarchive .itemlist .ttl {
  margin-bottom: 3%;
}

.f50 {
  font-size: 3.66032vw;
}

@media (min-width: 1367px) {
  .f50 {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .f50 {
    font-size: 30px;
  }
  #galleryarchive .itemlist.movie {
    margin-bottom: 0;
  }
  .post-type-archive-gallery .wrap .itemlist, .tax-gallery_category .wrap .itemlist {
    padding-right: 80px;
    padding-left: 80px;
  }
  .post-type-archive-gallery .wrap .itemlist .clearfix.targetElement, .tax-gallery_category .wrap .itemlist .clearfix.targetElement {
    width: 70%;
    padding-bottom: 0;
    justify-content: center;
  }
  .post-type-archive-gallery .wrap .itemlist .clearfix.targetElement li, .tax-gallery_category .wrap .itemlist .clearfix.targetElement li {
    margin: 0 2% !important;
    padding: 0 2% !important;
  }
  .post-type-archive-gallery .wrap .itemlist .clearfix.targetElement li a, .tax-gallery_category .wrap .itemlist .clearfix.targetElement li a {
    font-size: 18px;
  }
  .post-type-archive-gallery .wrap .itemlist.photo, .tax-gallery_category .wrap .itemlist.photo {
    padding-bottom: 20%;
  }
  .pagination button {
    font-size: 1.4em;
    margin: 0 5px;
    padding: 0 5px;
  }
  .under-mv .mv-img img {
    width: 315px;
    height: 300.469px;
  }
  .post-type-archive-gallery .wrap .caticon img, .tax-gallery_category .wrap .caticon img {
    width: 49.992px;
    height: 49.734px;
  }
  .post-type-archive-gallery .wrap .itemlist ul li .imgbox img, .tax-gallery_category .wrap .itemlist ul li .imgbox img {
    width: 156.211px;
    height: 156.211px;
  }
  label.is-search-input {
    height: 46px;
  }
