@charset "UTF-8";

/* ========================================================-
衣装ギャラリー/撮影ギャラリー 共通css
======================================================== */
.page_ttl {
  margin-bottom: 54px;
}
.page_ttl_content::before {
  background-image: url(https://www.premiere-grp.com/wp-content/uploads/2025/07/Isyo.jpg);
}
.page_ttl-page .page_ttl_text_wrap::after {
  background-image: url(../img/gallery/gallery_title_text.png);
}
.contact_text_wrap {
  background: #f3f3ef;
  color: #303030;
  width: 100%;
  margin-bottom: 31px;
}
.contact_text_wrap .corner_button_first_decoration::before, .contact_text_wrap .corner_button_first_decoration::after, .contact_text_wrap .corner_button_last_decoration::before, .contact_text_wrap .corner_button_last_decoration::after {
  background: #f3f3ef;
}
.contact_text {
  font-size: 1.4rem;
  padding: 10px 0;
  line-height: 1.6;
}
.contact_text_wrap span {
  font-size: 2rem;
  font-weight: bold;
}
.layout_postlist.gallerys{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 25px;
}
.layout_postlist.gallerys::after{
  content: "";
  width: 32%;
}
.gallery_content {
  width: 31%;
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 25px;
}
.contact_btn_wrap {
  text-align: center;
  margin-bottom: 38px;
}
.costume .pagination,
.photograph .pagination {
  margin: 0 -3px 0;
  border-top: 1px solid #6a6a6a;
  padding: 30px 0 0;
}
.photograph .gallery_image,
.costume .gallery_image {
  height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.gallery_button_verticalwrap {
  margin: auto 0 0;
}
.single .layout_postlist.gallerys {
  padding-bottom: 7px;
}
.gallery_button_preview {
  margin: 0 auto;
}

@media screen and (max-width: 800px){
  .page_ttl {
    margin-bottom: 6px;
  }
  .post-type-archive-photo_gallery .inner.flex_box {
    flex-flow: column-reverse;
  }
  .post-type-archive-photo_gallery .main_content_wrap .inner {
    padding: 0;
  }
  .post-type-archive-photo_gallery .main_column {
    padding: 0 15px;
  }
  .contact_text_wrap {
    margin-bottom: 21px;
  }
  .contact_text {
    font-size: 1.1rem;
    padding: 5px 0;
    text-align: left;
  }
  .gallery .layout_postlist{
    padding-bottom: 0;
  }
  .contact_btn_wrap {
    margin-bottom: 19px;
  }
  .gallery_contact_btn {
    width: 188px;
    display: inline-block;
  }
  .costume .pagination,
  .photograph .pagination {
    margin: 0;
    border-top: 1px solid #d2d2d2;
    padding: 20px 0 0;
  }
  .layout_postlist.gallerys {
    padding: 0 0 3px;
  }
  .gallery_button_verticalwrap .button_contact,
  .gallery_button_verticalwrap .button_reserve {
    width: 205px;
    height: 40px;
    padding: 10px;
    font-size: 1rem;
  }
  .gallery_button_verticalwrap {
    display: flex;
    flex-direction: column-reverse;
    margin: 10px 0 0;
  }
  .single .breadcrumb_list {
    padding: 0 15px 0 0;
  }
  .photograph .gallery_image,
  .costume .gallery_image {
    height: 210px;
  }
  .single .layout_postlist.gallerys {
    padding-bottom: 0;
  }
  .content_gallery_data_inner_wrap {
    padding: 0 10px;
  }
}
@media screen and (min-width: 551px){
  .gallery_content:nth-child(3n+2) {
    transition-delay: .1s;
  }
  .gallery_content:nth-child(3n) {
    transition-delay: .2s;
  }
}
@media screen and (max-width: 550px){
  .gallery_content{
    width: 48%;
    margin-bottom: 15px;
  }
  .gallery_content:nth-child(2n) {
    transition-delay: .1s;
  }
}

.gallery_text_wrap {
  background: #f3f3ef;
  padding: 9px 10px 9px 10px;
  font-size: 1.4rem;
  position: relative;
}
.gallery_text_wrap.corner_layout-rb::before{
  bottom: 0px;
  width: calc(100% - 17px);
  height: 0px;
}
.gallery_text_wrap.corner_layout-rb::after{
  right: -7px;
  bottom: -15px;
}
.layout_postlist .corner_layout-lb, .layout_postlist .corner_layout-rb {
  margin-bottom: 0;
}
.gallery_check_wrap label {
  font-size: 1.2rem;
  font-weight: bold;
}
.gallery_check_wrap label.disabled {
  opacity: .5;
  cursor: default;
}
.gallery_check_wrap input {
  margin-right: 5px;
}
.gallery_category_wrap {
  margin-top: 5px;
  font-size: 0;
}
.gallery_category {
  font-size: 1.2rem;
  padding: 0.5px 10px;
  margin: 0 8px 5px 0;
  color: #fff;
  background: #df847d;
  display: inline-block;
}
.gallery_category:hover::after {
  width: 5px;
}
.single .gallery_category {
  margin: 0 7px 6px 0;
}
.gallery_number_wrp {
  display: flex;
  padding: 5px 0;
}
.gallery_price_wrp {
  padding-top: 10px;
  border-top: 1px dashed #000;
}
.gallery_image_box {
  position: relative;
  overflow: hidden;
  display: block;
}
.gallery_image {
  width: 100%;
}
.gallery_new_icon {
  position: absolute;
  display: block;
  top: -8px;
  left: -23px;
  color: #fff;
  background: #df847d;
  font-size: .9rem;
  font-weight: bold;
  padding: 12px 27px 0 18px;
  transform: rotate(-45deg);
  z-index: 1;
}
.gallery_price_wrp {
  font-weight: bold;
}
.gallery_price_text {
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 800px) {

  .gallery_text_wrap {
    font-size: 1rem;
  }
  .gallery_text_wrap.corner_layout-rb::before {
    bottom: -2px;
    width: calc(100% - 4px);
    height: 5px;
    background: #f3f3ef;
  }
  .gallery_text_wrap.corner_layout-rb::after {
    right: -5px;
    bottom: -10px;
  }
  .gallery_check_wrap label {
    font-size: 1.1rem;
  }
  .gallery_category {
    font-size: 1rem;
    padding: 0px 5px;
  }
  .gallery_price_wrp {
    padding-top: 5px;
  }
  .gallery_text_wrap {
    padding: 6px 6px 5px 6px;
  }
  .gallery_number_wrp {
    padding: 0 0 6px;
  }
  .costume .gallery_category {
    margin: 0 6px 5px 0;
  }
  .single .gallery_category {
    margin: 0 3px 3px 0;
  }
}

/* ========================================================-
衣装ギャラリー css
======================================================== */
.photograph .page_ttl_content::before,
.single-photo_gallery .page_ttl_content::before {
    background-image: url(../img/photo_gallery/photo_gallery_title_img.jpg);
}
.content_gallery_title_inner {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 0.5px #6a6a6a;
  align-items: center;
  padding: 0 0 7px;
}
.content_gallery_title {
  font-size: 1.8rem;
}
.content_gallery_title_bold {
  font-weight: bold;
}
.content_gallery_title_wrap_right {
  display: flex;
}
.content_gallery_title_wrap_right_item:not(:last-child) {
  margin-right: 21px;
}
.content_gallery_title_text {
  color: #df847d;
  font-size: 1.2rem;
  padding-left: 18px;
  line-height: 16px;
}
.content_gallery_title_text-buy {
  background: url(../img/gallery/furisode_gallery_icon.png) left center no-repeat;
}
.content_gallery_title_text-rental {
  background: url(../img/gallery/furisode_gallery_icon_02.png) left center no-repeat;
}
.content_gallery_inner {
  display: flex;
  margin: 19px 0 75px;
}
.content_gallery_data_wrap {
  width: 50%;
  order: 2;
  display: flex;
  flex-direction: column;
}
.furisode_gallery_category_area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.content_gallery_image_wrap {
  width: 47.5%;
  margin: 0 20px 0 0;
}
.furisode_gallery_category {
  font-size: 1.2rem;
  padding: 0 10px;
  color: #fff;
  background: #df847d;
  display: inline-block;
}
.item_number_wrap {
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
}
.item_number_title {
 font-weight: bold;
}
.content_gallery_price {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 13px;
}
.content_gallery_price_text {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.content_gallery_price_text_yen {
  font-size: 1.8rem;
}
.content_gallery_price_text_notes {
  font-size: 1.4rem;
}
.content_gallery_data_item {
  display: flex;
  border-bottom: dashed 0.5px #6a6a6a;
  padding-bottom: 9px;
  margin-bottom: 17px;
}
.content_gallery_data_item_title {
  font-size: 1.4rem;
  font-weight: bold;
  width: 8em;
}
.content_gallery_data_item_value {
  font-size: 1.4rem;
}
.content_gallery_text {
  font-size: 1.4rem;
  margin: 0 0 20px 0;
}
.content_gallery_button {
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content_gallery_button:last-of-type {
  margin-bottom: 0;
}
.content_gallery_button .content_gallery_icon::before {
  background: url(../img/gallery/furisode_gallery_button_icon.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 22px;
  height: 14px;
  top: 10%;
  left: 8%;
}
.content_gallery_recommended_title {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 0.5px #6a6a6a;
  padding-bottom: 8px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 13px;
  letter-spacing: 1.4px;
}
.content_gallery_recommended_title::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 3px transparent;
  border-left: solid 5px #70a4a8;
  top: 10px;
  left: 0;
}
.furisode_gallery_pink_item .gallery_category {
  display: inline-block;
  padding: 0 10px;
  margin-right: 6px;
}
.content_gallery_text_wrap {
  border-bottom: dashed 0.5px #6a6a6a;
  padding-top: 9px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.content_gallery_recommended {
  border-bottom: none;
  padding-bottom: 32px;
}
.content_gallery_foot_button_wrap {
  text-align: center;
  font-size: 0;
}
a.content_gallery_foot_button_wrap {
  transition: .3s transform ease-out;
}
a.content_gallery_foot_button_wrap:hover {
  transform: translateY(-5px);
}
.content_gallery_foot_button_wrap .content_gallery_foot_button:last-child {
  margin-left: 20px;
}
.content_gallery_text_bold {
  font-weight: bold;
}
.gallery_number_title {
  white-space: nowrap;
  padding: 0 6px 0 0;
}
@media screen and (min-width: 551px) {
  .content_gallery_recommended .gallery_content:nth-child(4) {
    display: none;
  }
}

@media screen and (min-width: 801px) and (max-width: 900px) {
  .content_gallery_foot_button_wrap .content_gallery_foot_button:last-child {
    margin: 20px 20px 0;
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .content_gallery_title {
    font-size: 1rem;
  }
  .content_gallery_title_text {
    font-size: 1rem;
  }
  .content_gallery_title_text_02 {
    font-size: 1rem;
  }
  .content_gallery_inner {
    flex-direction: column;
    margin: 9px 28px 38px;
  }
  .content_gallery_image_wrap {
    width: 100%;
    margin: 0 0 8px;
  }
  .furisode_gallery_category {
    font-size: 1rem;
  }
  .content_gallery_price {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 6px;
    margin: 0;
  }
  .content_gallery_price_text {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .content_gallery_price_text_yen {
    font-size: 1.5rem;
  }
  .content_gallery_price_text_notes {
    font-size: 1rem;
  }
  .content_gallery_data_item {
    border-bottom: dashed 1px #ccc;
    padding: 11px 0;
    margin-bottom: 0;
  }
  .content_gallery_data_item_title {
    font-size: 1rem;
    font-weight: bold;
  }
  .content_gallery_data_item_value {
    font-size: 1rem;
  }
  .content_gallery_data_item:last-of-type {
    margin-bottom: 11px;
  }
  .content_gallery_text {
    font-size: 1rem;
    margin: 0 0 10px;
  }
  .content_gallery_button {
    max-width: 170px;
    margin: 0 auto;
  }
  .content_gallery_button:not(:last-child) {
    margin-bottom: 10px;
  }
  .content_gallery_recommended_title {
    font-size: 1.2rem;
    padding-bottom: 3px;
    margin-bottom: 12px;
    border-bottom: solid 0.5px #d8d8d8;
    letter-spacing: 0.8px;
  }
  .content_gallery_text_wrap {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .content_gallery_foot_button_wrap {
    max-width: 188px;
    margin: 10px auto 0;
  }
  .content_gallery_foot_button_wrap .content_gallery_foot_button:last-child {
    max-width: 130px;
    margin: 10px 0 0 0;
    display: inline-block;
  }
  .content_gallery_recommended {
    padding: 0 13px 0;
  }
  .content_gallery_recommended .gallery_content {
    margin-bottom: 15px;
  }
  .content_gallery_data_wrap {
    margin: 0 auto;
    width: 100%;
  }
  .single .inner {
    padding: 0;
  }
  .furisode_gallery_category_area {
    margin: 0 0 2px;
  }
  .single .content_gallery_inner .gallery_category {
    margin: 0 4px 4px 0;
  }
  .single .gallery_category {
    margin: 0 4px 5px 0;
  }
  .item_number_wrap {
    margin: 10px 0 4px;
  }
  .content_gallery_title_inner {
    padding: 0 10px 5px;
  }
  .content_gallery_inner {
    margin: 15px auto 32px;
    width: 89%;
  }
  .content_gallery_recommended_title::before {
    border: solid 3px transparent;
    border-left: solid 4px #70a4a8;
    top: 7px;
    margin-top: 0;
  }
}


/* ========================================================-
撮影ギャラリー css
======================================================== */

.photo_gallery_content .gallery_category, .photo_gallery_content .gallery_new_icon,
.main_column-photo_gallery .gallery_category {
  background: #74a6aa;
}
.photo_gallery_content .gallery_category::after, .photo_gallery_content .gallery_new_icon::after,
.main_column-photo_gallery .gallery_category::after {
  background: #415758;
}
.content_photo_gallery_title_inner {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 0.5px #6a6a6a;
  align-items: center;
  padding-bottom: 10px;
}
.content_photo_gallery_inner {
  display: flex;
  margin: 19px 0 54px;
}
.photo_gallery_category_area {
  margin: 0 0 52px;
}
.photo_gallery_category {
  font-size: 1.2rem;
  padding: 0 10px;
  color: #fff;
  background: #74a6aa;
  display: inline-block;
}
.content_photo_gallery_description {
  display: flex;
  border-bottom: dashed 0.5px #6a6a6a;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 1.4rem;
}
.content_photo_gallery_description_title {
  font-weight: bold;
  padding-right: 51px;
}
.content_photo_gallery_description_text {
}
.content_photo_gallery_text {
  font-size: 1.4rem;
  margin: 0 0 126px;
}
.photo_gallery_new_icon {
  position: absolute;
  display: block;
  top: -8px;
  left: -23px;
  color: #fff;
  background: #74a6aa;
  font-size: .9rem;
  font-weight: bold;
  transform: 10px;
  padding: 12px 27px 0 18px;
  transform: rotate(-45deg);
}
.content_photo_gallery_text_wrap {
  padding-top: 9px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.photograph .gallery_text_wrap {
  padding: 9px 10px 8px 10px;
}
.gallery_date {
  color: #838383;
  font-size: 1.2rem;
}

@media screen and (max-width: 800px) {
  .single-photo_gallery .inner {
    padding: 0;
  }
  .photo_gallery_content .gallery_category,
  .photo_gallery_content .gallery_new_icon {
    margin: 0 5px 4px 0;
  }
  .content_photo_gallery_title_inner {
    padding-bottom: 5px;
  }
  .content_photo_gallery_inner {
    flex-direction: column;
    margin: 9px 28px 38px;
  }
  .photo_gallery_category_area {
    margin: 0 0 26px;
  }
  .content_photo_gallery_dl_02 {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
  .content_photo_gallery_dt_02 {
    font-size: 1rem;
    font-weight: bold;
  }
  .content_photo_gallery_dd_02 {
    font-size: 1rem;
  }
  .content_photo_gallery_dl_03 {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
  .content_photo_gallery_dt_03 {
    font-size: 1rem;
  }
  .content_photo_gallery_dd_03 {
    font-size: 1rem;
  }
  .content_photo_gallery_text {
    font-size: 1rem;
    margin: 0 0 63px;
  }
  .content_photo_gallery_text_wrap {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .gallery_date {
    font-size: 1rem;
  }
  .photograph .gallery_text_wrap {
    padding: 6px 6px 3px 6px;
  }
}


/* ========================================================-
サイドバー 衣装ギャラリー/撮影ギャラリー  共通css
======================================================== */

.gallery_sidebar .side_ttl {
  background: #df847d;
  color: #fff;
  font-size: 1.5rem;
}
.gallery_sidebar .side_ttl_text {
  padding-left: 35px;
  position: relative;
  background: url(../img/gallery/gallery_ico.svg) center left no-repeat;
  background-size: 24px auto;
  font-weight: bold;
  display: inline-block;
}
.side_wrap::before {
  background: #df847d;
  box-shadow: 1px -1px #cccccc;
  top: -15px;
  right: 0;
  width: calc(100% - 15px);
  height: 15px;
}
.side_wrap::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -10px;
  left: 0px;
  width: 22px;
  height: 11px;
  transform: rotate( -45deg);
  display: block;
  background: #df847d;
}

.sidebar_link_wrp {
  padding: 0 8px;
}
.all_link_button {
  padding: 0;
  margin: 14px 0 17px;
}

.side_column summary {
  line-height: 1.4;
}
.accordion_box_link {
  padding: 5px;
}
/* サイドバー バナー部分 */
.gallery_sidebar .sidebar_banner_wrp{
  margin-top: 20px;
}
.gallery_sidebar .sidebar_banner_image{
  width: 100%;
  border: 1px solid #cccc;
}
.gallery_sidebar .sidebar_banner_link {
  display: block;
  position: relative;
  transition: .3s transform ease-out;
}
.gallery_sidebar .sidebar_banner_link:hover {
  transform: rotate(-2deg);
}
.gallery_sidebar .sidebar_banner_link::before {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -8px;
  left: -8px;
  width: 18px;
  height: 18px;
  transform: rotate( 135deg);
  display: block;
  background: #fff;
}
.gallery_sidebar .sidebar_banner_link::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  bottom: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  transform: rotate( -45deg);
  display: block;
  background: #fff;
}
.gallery_sidebar .sidebar_banner_wrp .sidebar_banner_link:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 801px) {
  .gallery_type_select_wrap {
    font-size: 1.4rem;
    display: block;
    color: #fff;
    background: #999999;
    position: relative;
    max-width: 100%;
    border: none;
    margin: 14px 0 17px;
    transition: .3s background ease-out;
  }
  .gallery_type_select_wrap:hover {
    background: #df847d;
  }
  .photograph .gallery_type_select_wrap:hover, .single-photo_gallery .gallery_type_select_wrap:hover {
    background: #74a6aa;
  }
  .gallery_type_select_wrap::before {
    position: absolute;
    content: "";
    top: auto;
    bottom: -1px;
    right: -1px;
    height: 0;
    width: 0;
    background: none;
    border: solid 4px transparent;
    border-right: solid 4px transparent;
    border-left: solid 4px #fff;
    transform: rotate(45deg);
  }
  .gallery_type_select_wrap::after {
    display: none;
  }
  .gallery_type_select_wrap .gallery_type_select {
    padding: 5px;
    width: 100%;
    height: auto;
    border: none;
    color: #fff;
    padding: 5px;
  }
  .gallery_type_select_wrap .gallery_type_select option {
    color: #000;
  }
  .accordion_box_link.active {
    background: #74a6aa;
    color: #fff;
  }
  .accordion_box_link.active::before{
    border-left-color: #fff;
  }
}
@media screen and (max-width: 800px) {
  .costume .main_column, .photograph .main_column {
    order: 1;
  }
  .side_wrap::after {
    display: none;
  }
  .side_column {
    margin: 15px 0;
    width: 100%;
    background: #df847d;
  }
  .costume .side_column, .photograph .side_column {
    width: calc(100% + 30px);
    margin: 15px -15px;
  }
  .gallery_sidebar .side_ttl {
    padding: 6px 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .gallery_sidebar .side_ttl_text {
    padding-left: 25px;
    background-size: 16px auto;
  }
  .sidebar_link_wrp{
    width: 87%;
    padding: 15px 5px 5px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .sidebar_link_wrp .select_box {
    margin-bottom: 10px;
  }
}



/* ========================================================-
サイドバー 撮影ギャラリー  css
======================================================== */
.gallery_sidebar-photo_gallery .side_ttl_text{
  background-image: url(../img/photo_gallery/photo_gallery_ico.svg);
  background-size: 18px auto;
  padding-left: 28px;
}

@media screen and (min-width: 801px) {
  .gallery_sidebar-photo_gallery .side_wrap::before,
  .gallery_sidebar-photo_gallery .side_ttl,
  .gallery_sidebar-photo_gallery .side_wrap::after {
    background: #74a6aa;
  }
  .gallery_sidebar-photo_gallery .side_ttl_text{
    background-image: url(../img/photo_gallery/photo_gallery_ico.svg);
    background-size: 18px auto;
    padding-left: 28px;
  }
}

/* SP版 サイドメニュー 撮影ギャラリー 共通css */
@media screen and (max-width: 800px) {
  .side_column-photo_gallery,
  .side_column-photo_gallery .gallery_sidebar .side_ttl {
    background: #74a6aa;
  }
  .gallery_sidebar-photo_gallery .side_ttl_text{
    background-size: 14px auto;
    padding-left: 22px;
  }
}
