#photowedding .wrapper {
max-width: 1080px;
padding: 0 16px;
box-sizing: border-box;
} #photowedding .top_image_wrap li {
width: 100%;
height: 640px;
display: block;
overflow: hidden;
}
.top_image_wrap li img {
width: 100%;
height: 640px;
object-fit: cover;
}
.top_image {
position: relative;
}
.top_image_wrap {
position: relative;
}
.top_txt {
position: absolute;
font-family: 'ヒラギノ明朝 Pro W6';
font-weight: 800;
font-size: 28px;
color: #fff;
text-shadow: 1px 1px 4px rgb(0, 0, 0);
}
.photo_main_title {
position: absolute;
top: 74%;
left: 50%;
transform: translate(-50%, 0);
z-index: 100;
color: #fff;
font-weight: 800;
text-shadow: 0 0 4px rgb(0 0 0 /30%);
}
.photo_about_txt {
font-size: 18px;
text-align: center;
margin-top: 35px;
}
#photo_about {
margin: 24px 0 120px;
}
#photo_studio .wrapper {
padding-bottom: 94px;
text-align: center;
}
#photo_studio {
margin-bottom: 80px;
}
#photo_studio h2 {
display: inline-block;
margin-top: -50px;
}  #top_image_wrap,
#studio_slider,
#studio_thumb {
opacity: 0;
transition: opacity .3s linear;
}
#top_image_wrap.slick-initialized,
#studio_slider.slick-initialized,
#studio_thumb.slick-initialized {
opacity: 1;
}
.top_image_wrap .slick-slide {
margin: 0;
}
#studio_thumb,
.photo_slide {
width: 640px;
height: 420px;
margin: 0 auto 24px;
}
#studio_thumb img,
.photo_slide img {
width: 640px;
height: 420px;
object-fit: cover;
}
#studio_slider,
.thumb_slide {
width: 100%;
height: 108px;
overflow: hidden;
}
#studio_slider img,
.thumb_slide img {
width: 100%;
height: 104px;
object-fit: cover;
cursor: pointer;
}
#studio_slider img:hover,
.thumb_slide img:hover {
opacity: 0.8;
transition: 0.3s;
}
#photowedding .slick-prev,
#photowedding .slick-next {
width: 34px;
height: 34px;
top: 50%;
background-size: contain;
}
#photowedding .slick-prev {
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/dress/prev.png) no-repeat;
left: -2px;
}
#photowedding .slick-next {
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/dress/next.png) no-repeat;
right: -2px;
} .thumb_slide .slick-current,
#studio_slider .slick-current {
border: 2px solid #8f7500;
box-sizing: border-box;
} .select {
text-align: center;
margin: 80px auto 8px;
}
.sort_cut_menu {
display: flex;
margin: 0 auto;
width: 56%;
justify-content: center;
align-items: center;
border-radius: 6px;
}
.menu_item {
width: 100%;
height: 56px;
background: #fff;
position: relative;
z-index: 2;
border: 1px solid #8f7500;
border-radius: 6px 0 0 6px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.menu_item:last-child {
border-radius: 0 6px 6px 0;
border-left: 1px solid #fff;
}
.menu_item h2 {
width: 100%;
color: #8f7500;
font-size: 22px;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
font-weight: bold;
z-index: 3;
line-height: 1.4;
position: absolute;
top: 50%;
transform: translate(0%, -50%);
}
.menu_item span {
color: #8f7500;
font-size: 14px;
font-weight: 400;
}
.plan_block {
margin: 10rem auto 0;
}
.plan_block .title {
font-size: 35px;
}
.menu_item:hover {
opacity: 0.8;
transition: 0.3s;
}
.photo_about_ttl span {
font-size: 37px;
}
.photo_studio_txt {
line-height: 2;
margin: 40px 0;
}
.photo_price_txt {
font-size: 14px;
margin: 25px 0;
}
.photo_price_list {
display: flex;
margin-bottom: 40px;
justify-content: space-between;
}
.photo_price_list li {
width: 330px;
display: flex;
}
.photo_price_list li>p {
width: 140px;
}
.photo_price_list li>div {
width: 190px;
background: #fff;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
}
.photo_price_list li>div>div>p:last-child {
font-size: 18px;
font-weight: bold; font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}
.photo_price_list li>div>div>p:last-child span {
font-size: 12px;
font-weight: normal;
}
#photo_studio2 .wrapper {
background-color: #d5cdbc;
text-align: center;
padding-bottom: 80px;
}
#photo_studio2 h2 {
display: inline-block;
margin-top: -45px;
}
#photo_studio2 h2.photo_price_ttl {
margin-top: 80px;
}
#photo_studio2 h2.photo_price_ttl span {
font-size: 35px;
}
@media screen and (max-width: 736px) {
.photo_about_ttl span {
font-size: 30px;
}
#photo_about {
margin-top: 40px;
margin-bottom: 90px;
}
.photo_about_txt {
font-size: 15px;
text-align: left;
}
#photo_studio h2 {
margin-top: -30px;
}
.photo_studio_txt {
font-size: 14px;
margin: 40px 16px 35px;
}
#photo_studio {
margin-bottom: 100px;
}
#photo_location h2.photo_price_ttl {
margin-top: 50px;
}
#photo_location .wrapper {
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
padding-bottom: 50px;
}
.photo_price_list {
display: block;
}
#photo_location .wrapper .wrapper_in {
width: 100%;
}
.photo_price_list li {
width: 100%;
margin-bottom: 20px;
}
.photo_price_list li:last-child {
margin-bottom: 0;
}
#photo_location {
margin-bottom: 100px;
}
#photo_location h2,
#photo_studio2 h2 {
margin-top: -30px;
}
#photo_studio2 .wrapper {
padding: 0 15px 50px;
box-sizing: border-box;
}
#photo_studio2 h2.photo_price_ttl {
margin-top: 50px;
}
} .plan_set:first-of-type {
margin: 4rem auto;
}
.plan_set {
max-width: 880px;
display: flex;
margin: 8rem auto 4rem;
box-sizing: border-box;
}
.plan_image_wrap {
width: 56%;
height: 380px;
position: relative;
}
.plan_image_wrap img {
width: 100%;
height: 380px;
object-fit: cover;
}
.plan_desc_wrap {
width: 40%;
margin: 0 auto;
}
.plan_title h3 {
font-size: 24px;
font-weight: 600;
padding-bottom: 8px;
}
.plan_title span {
font-size: 16px;
}
.plan_title {
border-bottom: 2px solid #8f7500;
}
.plan_desc {
padding-top: 24px;
line-height: 1.6;
} .plan_image_wrap p {
font-size: 12px;
color: #8f7500;
padding: 12px 4px;
line-height: 1.2;
text-align: center;
position: absolute;
top: -2px;
left: -2px;
transform: rotate(-10deg);
border: 2px solid #8f7500;
background: #fff;
border-radius: 50%;
}
.plan_price {
color: #8f7500;
font-size: 20px;
padding-top: 16px;
}
.annotation {
text-align: right;
font-size: 12px;
}
.tax {
font-size: 12px;
}
.photo_btn_wrap {
margin: 56px auto 0;
text-align: center;
width: 100%;
bottom: 0px;
}
.photo_btn_wrap p {
margin-bottom: 24px;
}
.photo_btn_wrap p::before,
.photo_btn_wrap p::after {
content: "";
display: inline-block;
width: 16px;
height: 2px;
background-color: #081059;
vertical-align: middle;
}
.photo_btn_wrap p::before {
transform: rotate(60deg);
margin-right: 10px;
}
.photo_btn_wrap p::after {
transform: rotate(-60deg);
}
.photo_btn_wrap p {
-webkit-animation: visible 1.5s ease infinite;
animation: visible 1.5s ease infinite;
}
@-webkit-keyframes visible {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes visible {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.photo_contact_btn {
font-size: 2.4rem;
font-weight: 500;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
letter-spacing: 0.1em;
width: 88%;
min-width: 290px;
position: relative;
padding: 1.5rem 4rem; color: #fff;
overflow: hidden;
position: relative;
}
.photo_contact_btn {
border: 1px solid #8f7500;
border-radius: 1rem;
background: #8f7500;
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#ead783));
background: -webkit-linear-gradient(bottom, #8f7500 50%, #ead783 100%);
background: linear-gradient(0deg, #8f7500 50%, #ead783 100%);
-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
}
.make_arrow::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
margin-bottom: 2px;
transform: rotate(45deg);
}
.menu_item .make_arrow::after {
border-top: 2px solid #8f7500;
border-right: 2px solid #8f7500;
}
.photo_contact_btn:hover {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
opacity: 0.9;
background: #fff;
border: 2px solid #8f7500;
color: #8f7500;
}
.photo_contact_btn:hover+.make_arrow::after {
border-top: 2px solid #8f7500;
border-right: 2px solid #8f7500;
}
.plan_tag {
background: #4b4b4b; color: #fff;
margin: 4px 0;
}
.small {
font-size: 2rem;
}
.photo_location_slider .infiniteslide_wrap {
overflow: initial !important;
}
.photo_studio_slider .infiniteslide_wrap {
overflow: initial !important;
} .icon_wrap {
display: flex;
justify-content: space-evenly;
margin: 16px;
}
.icon_item img {
width: 30px;
height: 30px;
}
.icon_item p {
font-size: 10px;
color: #C2B59B;
line-height: 1.2;
padding-top: 4px;
} #photo_location .wrapper { padding-bottom: 65px;
text-align: center;
}
#photo_location {
margin-bottom: 140px;
}
#photo_location h2 {
display: inline-block;
margin-top: -50px;
}
#photo_location h2.photo_price_ttl {
margin-top: 80px;
}
#photo_location h2.photo_price_ttl span {
font-size: 35px;
}
.location_underline {
width: 10%;
border: 3px solid #8f7500;
background: #8f7500;
border-radius: 6px;
margin: 8px auto 32px;
}
#photo_location h3 {
font-size: 20px;
}
.btn_wrap {
display: flex;
justify-content: center;
}
.location_btn {
width: 100px;
color: #8f7500;
margin: 24px 4px 16px;
padding: 4px 8px;
background: #fff;
border: 1px solid #8f7500;
border-radius: 4px;
cursor: pointer;
user-select: none;
}
.location_btn.selected {
color: #fff;
background: #8f7500;
}
.none {
display: none;
}
.scene_wrap {
background: #fff;
width: 78%;
margin: 16px auto 0;
border-radius: 4px;
border: 1px solid #333; }
.scene_items {
display: flex;
}
.scene_items li {
width: calc(100% / 3);
color: #333;
border-left: 1px solid #333;
padding: 8px 0;
position: relative;
cursor: pointer;
user-select: none;
}
.scene_items li:first-child {
border-left: none;
}
.scene_items li:hover {
opacity: 0.8;
transition: 0.3s;
}
.scene_items .selected {
background: #ffffea;
color: #333;
}
.scene_wrap li::after {
content: "";
width: 0.5em;
height: 0.5em;
position: absolute;
top: 50%;
right: 16px;
border-right: 1px solid;
border-bottom: 1px solid;
background-color: transparent;
-webkit-transform: translateY(-50%) rotate( -45deg);
transform: translateY(-50%) rotate( -45deg);
}
.scene_wrap li.selected::after {
content: "";
top: 45%;
animation: arrow .2s ease;
-webkit-transform: translateY(-50%) rotate( 45deg);
transform: translateY(-50%) rotate( 45deg);
}
@-webkit-keyframes arrow {
0% {
-webkit-transform: translateY(-50%) rotate( -45deg);
transform: translateY(-50%) rotate( -45deg);
}
25% {
-webkit-transform: translateY(-50%) rotate( -22deg);
transform: translateY(-50%) rotate( -22deg);
}
50% {
-webkit-transform: translateY(-50%) rotate( 0deg);
transform: translateY(-50%) rotate( 0deg);
}
75% {
-webkit-transform: translateY(-50%) rotate( 22deg);
transform: translateY(-50%) rotate( 22deg);
}
100% {
-webkit-transform: translateY(-50%) rotate( 45deg);
transform: translateY(-50%) rotate( 45deg);
}
}
@keyframes arrow {
0% {
-webkit-transform: translateY(-50%) rotate( -45deg);
transform: translateY(-50%) rotate( -45deg);
}
25% {
-webkit-transform: translateY(-50%) rotate( -22deg);
transform: translateY(-50%) rotate( -22deg);
}
50% {
-webkit-transform: translateY(-50%) rotate( 0deg);
transform: translateY(-50%) rotate( 0deg);
}
75% {
-webkit-transform: translateY(-50%) rotate( 22deg);
transform: translateY(-50%) rotate( 22deg);
}
100% {
-webkit-transform: translateY(-50%) rotate( 45deg);
transform: translateY(-50%) rotate( 45deg);
}
}
.location_desc {
padding-top: 16px;
} #plus_contents h2 {
font-size: 24px;
}
.plus_contents_wrap {
max-width: 880px;
margin: 64px auto;
}
#plus_contents .plus_content_set:first-of-type {
margin: 4rem auto;
}
#plus_contents .plus_content_set { display: flex;
flex-wrap: wrap;
margin: 2rem auto;
box-sizing: border-box;
}
#plus_contents .plus_content_image_wrap {
width: 40%;
height: 220px;
}
#plus_contents .plus_content_image_wrap img {
width: 100%;
height: 220px;
object-fit: cover;
}
#plus_contents .plus_content_desc_wrap {
width: 50%;
margin: 0 auto;
}
#plus_contents .plus_content_title h3 {
font-size: 20px; padding: 0 0 8px 8px;
}
#plus_contents .plus_content_title {
border-left: 4px solid #8f7500;
}
#plus_contents .plus_content_desc {
padding-top: 24px;
line-height: 1.6;
}
.underline {
border-radius: 4px;
background: linear-gradient(transparent 64%, #8f7500 8%, #ead783 12%);
} #photo_flow {
margin: 6rem auto 0;
}
.flow {
width: 60%;
margin: 32px auto;
}
.flow_desc {
margin-top: 32px;
text-align: center;
}
.flow_item {
margin: 32px auto;
border: 2px solid rgb(75, 75, 75);
border-radius: 6px;
}
.flow_item h3 {
font-size: 20px;
padding: 4px;
font-weight: 600;
color: #fff;
background: rgb(75, 75, 75);
text-align: center;
}
.item_contents {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.item_contents li {
width: 48%;
text-align: center;
}
.item_contents h4 {
font-size: 18px;
font-weight: 600;
color: #8f7500;
padding: 8px;
}
.item_contents h4 span {
font-size: 14px;
}
.item_contents .line {
width: 4px;
height: 120px;
background: lightgray;
border-radius: 6px;
position: relative;
}
.arrow_image {
position: absolute;
left: -14px;
top: 50%;
transform: translate(0, -50%);
}
.arrow_image,
.arrow_image img {
width: 32px;
height: 32px;
background: #fff;
}
.flow_image_wrap,
.flow_image_wrap img {
width: 120px;
height: 120px;
}
.item_contents p {
padding: 8px;
}
.item_contents li.last_contents {
width: 100%;
}
.item_contents .last_contents h4 {
padding: 8px 0 0;
}
.item_contents .last_contents p {
padding: 0;
}
.date {
background: #f0f0f0;
margin: 8px 16px 16px;
padding: 4px 24px;
border-radius: 6px;
}
.flow_image_wrap2,
.flow_image_wrap2 img {
width: 64px;
height: 64px;
}
.flow_image_wrap2 {
margin-left: 32px;
position: relative;
}
.date_num {
font-size: 32px;
font-weight: bold;
color: rgb(75, 75, 75);
position: absolute;
top: 67%;
left: 50%;
transform: translate(-50%, -50%);
}
.display_flex {
padding: 8px 0;
display: flex;
align-items: center;
justify-content: center;
}
.date_text {
font-size: 20px;
font-weight: 600;
padding-left: 8px;
}
.minimal_report .top_report_back {
background: none;
}
.tablet {
display: none;
}
.sp {
display: none;
}
@media screen and (max-width:768px) {
.tablet {
display: block;
}
.top_image_wrap li img,
#photowedding .top_image_wrap li {
height: 480px;
}
.photo_main_title {
top: 65%;
}
.top_txt {
width: 80%;
font-size: 24px;
text-align: center;
}
.num {
top: 77%;
}
.sort_cut_menu {
width: 92%;
}
.scene_wrap {
width: 98%;
}
.scene_items li {
padding: 6px 0;
line-height: 1.4;
}
.plan_image_wrap {
width: 52%;
}
.plan_image_wrap img {
height: 280px;
}
.plan_desc_wrap {
width: 46%;
}
.plan_title h3 {
font-size: 24px;
}
#photo_studio .wrapper {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 55px;
box-sizing: border-box;
}
#plus_contents {
padding: 0 15px;
}
.flow {
width: 88%;
}
}
@media screen and (max-width:480px) {
.tablet {
display: none;
}
.sp {
display: block;
}
.top_image_wrap li img,
#photowedding .top_image_wrap li {
height: 320px;
}
.photo_main_title {
width: 100%;
}
.photo_main_title span {
font-size: 32px;
line-height: 1.4;
}
.num {
font-size: 17px;
width: 92%;
}
.photo_about_txt {
font-size: 14px;
}
.sort_cut_menu {
width: 90%;
font-weight: 500;
border-radius: 4px;
}
.menu_item {
height: 34px;
border-radius: 4px 0 0 4px;
}
.menu_item:last-child {
border-radius: 0 4px 4px 0;
}
.menu_item h2 {
font-size: 16px;
}
.menu_item span {
font-size: 12px;
line-height: 1.4;
}
.menu_item .make_arrow::after {
width: 6px;
height: 6px;
}
#studio_slider,
.thumb_slide {
width: 360px;
height: 84px;
overflow: hidden;
margin: 0 auto;
box-sizing: border-box;
}
#photo_studio .wrapper,
#photo_location .wrapper {
width: 100%;
padding-left: 0;
padding-right: 0;
}
#studio_thumb,
#studio_thumb img,
.photo_slide,
.photo_slide img {
width: 360px;
height: 200px;
}
#studio_slider li,
#studio_slider li img,
.thumb_slider,
.thumb_slider img {
width: 140px;
height: 80px; }
.plan_title h3 {
font-size: 20px;
}
.plan_set {
flex-wrap: wrap;
}
.plan_set:nth-of-type(even) {
flex-wrap: wrap-reverse;
}
.plan_image_wrap,
.plan_image_wrap img {
width: 98%;
height: 160px;
margin: 0 auto;
}
.plan_desc_wrap {
width: 88%;
margin-top: 16px;
}
.photo_contact_btn {
font-size: 2rem;
padding: 1.3rem 3rem;
}
.small {
font-size: 1.4rem;
}
.location_underline {
width: 24%;
}
.scene_wrap {
padding: 4px 0;
}
.scene_wrap li::after {
display: none;
}
.scene_items li {
padding: 1px 0;
line-height: 1.2;
}
#photo_studio {
margin-bottom: 80px;
}
#photo_location {
margin-bottom: 40px;
}
#plus_contents h2 {
font-size: 20px;
}
#plus_contents .plus_content_image_wrap,
#plus_contents .plus_content_image_wrap img {
width: 100%;
height: 180px;
}
#plus_contents .plus_content_desc_wrap {
width: 100%;
}
#photo_flow .wrapper {
width: 98%;
}
.flow {
width: 92%;
margin: 40px auto;
}
.flow_items {
width: 360px;
overflow: hidden;
box-sizing: border-box;
}
.flow_item {
width: 100%;
margin: 16px auto;
display: block;
}
.flow_item h3 {
font-size: 18px;
padding: 2px;
}
.item_contents .line {
height: 96px;
}
.flow_image_wrap {
margin: 0 8px;
}
.flow_image_wrap img {
width: 40px;
height: 40px;
}
.flow_item p {
margin-bottom: 0;
}
.flow_image_wrap2 {
width: 40px;
height: 40px;
margin-left: 8px;
}
.flow_image_wrap2 img {
width: 40px;
height: 40px;
}
.display_flex {
justify-content: space-evenly;
}
.date {
margin: 8px;
padding: 4px 8px;
}
.date_num {
font-size: 18px;
top: 66%;
}
.date_text {
font-size: 14px;
padding-left: 0;
}
.photo_faq_ans {
display: none;
}
.photo_faq_ques {
text-align: left;
font-weight: 600;
padding-right: 38px;
margin-bottom: 0;
}
.photo_faq_ques:after {
content: '';
position: absolute;
right: 15px;
top: 50%;
width: 12px;
height: 7px;
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/arrow_bottom.png) no-repeat;
background-size: contain;
background-position: center;
}
}
@media screen and (max-width:350px) {
.small {
font-size: 1.2rem;
}
}