:root {
--main-color: #effcff;
--accent-color: linear-gradient(45deg, #ffbb1e 0, #ff9966 100%);
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
}
.ic img {
width: 100%;
height: 100%;
object-fit: cover;
}
.desc {
width: 90%;
max-width: 720px;
margin: 32px auto 48px;
letter-spacing: 0.05em;
line-height: 1.8;
} .about_desc {
font-size: 20px;
max-width: 800px;
margin: 32px auto 48px;
letter-spacing: 1px;
line-height: 1.6;
}
.about_image_wrap {
max-width: 1080px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.minimal_data_wrap {
position: relative;
text-align: center;
}
.minimal_data_wrap h3 {
font-size: 16px;
}
.minimal_data_wrap h3::before {
content: "Q";
padding: 4px 6px;
background: #f6ceef;
border-radius: 4px;
margin-right: 4px;
}
.minimal_data {
width: 100%;
height: 240px;
margin: 16px 0;
}
.minimal_data img {
width: 100%;
height: 240px;
object-fit: contain;
}
.minimal_illust {
position: absolute;
bottom: 4px;
left: 64%;
}
.minimal_illust img {
width: auto;
height: 160px;
object-fit: contain;
}
.annotation {
width: fit-content;
position: relative;
font-size: 14px;
margin: 8px auto;
}
.people_wrap {
margin-left: 8px;
}
.number_people {
width: 640px;
margin-bottom: 16px;
}
.number_people img {
width: 640px;
object-fit: contain;
} .wrapper_in {
max-width: 1080px;
}
#minimal_nayami { background-size: auto auto;
background-color: rgba(234, 234, 234, 1);
background-image: repeating-linear-gradient(
52deg,
transparent,
transparent 4px,
rgba(255, 255, 255, 1) 4px,
rgba(255, 255, 255, 1) 5px
);
}
.feature_wrap {
max-width: 1094px;
display: flex;
flex-wrap: wrap;
margin: 64px auto 40px;
}
.feature_wrap h3 {
font-size: 20px;
font-weight: 600;
text-align: center;
padding-top: 16px;
}
.feature_wrap li {
width: calc((100% / 3) - 16px);
margin: 0 8px;
background: #fff;
border-radius: 2px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.feature_image {
width: 100%;
height: 164px;
}
.feature_wrap li img {
width: 100%;
height: 164px;
object-fit: cover;
}
.feature_wrap li p {
line-height: 1.8;
padding: 12px 16px 24px;
}
.feature_text {
font-size: 24px;
text-align: center;
margin: 56px 0 40px;
}
.photo_btn_wrap {
margin: 40px auto 0;
text-align: center;
}
.photo_btn_wrap p {
margin-bottom: 24px;
-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_btn_wrap p::after,
.photo_btn_wrap p::before {
content: "";
display: inline-block;
width: 20px;
height: 2px;
background-color: #081059;
vertical-align: middle;
}
.photo_btn_wrap p::before {
transform: rotate(60deg);
margin-right: 8px;
}
.photo_btn_wrap p::after {
transform: rotate(-60deg);
margin-left: 8px;
}
.photo_contact_btn {
font-size: 2rem;
font-weight: 500;
cursor: pointer;
letter-spacing: 0.1em;
width: 88%;
min-width: 290px;
position: relative;
padding: 1.5rem 4rem;
color: #fff;
overflow: hidden;
position: relative;
border: 1px solid #8f7500;
border-radius: 6px;
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(15deg, #8f7500 32%, #ead783 100%); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6),
0 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6),
0 5px 10px rgba(0, 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;
}
#campaign {
padding: 80px 0;
background-size: auto auto;
background-color: rgba(234, 234, 234, 1);
background-image: repeating-linear-gradient(
52deg,
transparent,
transparent 4px,
rgba(255, 255, 255, 1) 4px,
rgba(255, 255, 255, 1) 5px
);
} #benefit {
padding: 80px 0 40px;
}
.benefit_desc {
font-size: 18px;
font-weight: bold;
color: #957500;
display: flex;
align-items: center;
position: relative;
width: 86%;
margin: 40px auto 0;
}
.benefit_desc:before {
content: "";
display: block;
width: 40px;
height: 40px;
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/minimal/lightning.png) no-repeat;
background-size: contain;
}
.benefit_desc:after {
position: absolute;
bottom: -4px;
display: block;
width: 100%;
height: 3px;
background: rgba(237, 140, 76, 1);
background: linear-gradient(to right, #957500 0%, #ead783 100%);
left: 0;
content: "";
}
.minimal_benefit {
max-width: 880px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 64px auto 40px;
padding: 24px;
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
background-size: auto auto;
background-color: rgba(234, 234, 234, 1);
background-image: repeating-linear-gradient(
52deg,
transparent,
transparent 4px,
rgba(255, 255, 255, 1) 4px,
rgba(255, 255, 255, 1) 5px
);
}
.minimal_benefit li {
width: calc((100% / 4) - 48px);
margin: 0 16px;
text-align: center;
}
.minimal_benefit li img {
width: 100%;
height: 160px;
object-fit: contain;
}
.minimal_benefit p {
font-size: 14px;
margin: 8px auto 0;
}
.benefit_text {
max-width: 800px;
margin: 40px auto 0;
font-size: 16px;
line-height: 1.8;
letter-spacing: 1px;
}
.benefit_list {
max-width: 800px;
width: 100%;
margin: 16px auto;
padding: 16px 32px;
line-height: 2;
background: #fffaea;
border: dashed 2px #957500; box-sizing: border-box;
}
.demerit {
margin-top: 80px;
}
@media (max-width: 820px) {
.benefit_desc {
width: 100%;
}
} #style {
padding: 80px 0;
}
.style_wrap {
max-width: 880px;
margin: 0 auto;
}
.style_wrap li {
display: flex;
flex-wrap: wrap;
margin: 5rem auto 8rem;
}
.style_wrap li .double {
display: flex;
}
.style_wrap li:last-of-type {
margin: 5rem auto 8rem;
}
.style_image_double {
width: 50%;
height: 280px;
}
.style_image {
width: 54%;
height: 280px;
position: relative;
transition: 0.3s ease-in-out;
cursor: pointer;
}
.style_image:hover {
box-shadow: 3px 10px 35px 8px rgba(0, 0, 0, 0.2);
transition: 0.3s ease-in-out;
opacity: 0.9;
}
.minimal_style_contact {
display: block;
text-align: right;
font-size: 14px;
color: #5571ff;
margin-top: 6px;
}
.style_text_wrap .make_arrow::after {
border-top: 2px solid #5571ff;
border-right: 2px solid #5571ff;
width: 6px;
height: 6px;
} .style_image::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 20px);
height: calc(100% - 20px);
border-image-source: repeating-linear-gradient(
45deg,
#fff,
#fff 3px,
rgba(0 0 0 / 0) 0,
rgba(0 0 0 / 0) 6px
);
border-image-slice: 20;
border-image-repeat: round;
border-style: solid;
border-width: 20px;
}
.style_image img {
width: 100%;
height: 280px;
object-fit: cover;
}
.style_text_wrap {
width: 42%;
}
.style_text_wrap:nth-of-type(odd) {
margin: 0 24px 0 0;
}
.style_text_wrap.style_odd {
margin: 0 0 0 24px;
}
.style_title::after {
content: "";
display: block;
height: 2px;
border-radius: 2px;
background: linear-gradient(to right, #957500 0%, #ead783 100%);
}
.style_title h3 {
font-size: 24px;
font-weight: 600;
color: #957500;
padding-bottom: 8px;
text-align: center;
}
.style_text_wrap h4 {
font-size: 18px;
font-weight: 600;
padding-top: 8px;
text-align: center;
}
.style_text_wrap p {
padding-top: 24px;
line-height: 1.6;
} #price {
padding: 80px 0;
background-size: auto auto;
background-color: rgba(234, 234, 234, 1);
background-image: repeating-linear-gradient(
52deg,
transparent,
transparent 4px,
rgba(255, 255, 255, 1) 4px,
rgba(255, 255, 255, 1) 5px
);
}
.price_wrap {
max-width: 880px;
margin: 0 auto;
text-align: center;
}
.price_image {
width: 80%;
height: 320px;
margin: 16px auto;
padding: 7px;
border: 1px solid #ccc;
background: #fff;
box-shadow: 1px 1px 5px rgba(20, 20, 20, 0.2);
}
.price_image img {
width: 100%;
height: 320px;
object-fit: cover;
}
.price_wrap h3 {
font-size: 24px;
letter-spacing: 1px;
color: #00b2dc;
}
.price_wrap h3 span {
font-size: 38px;
font-weight: 600;
}
.math {
width: 70%;
font-size: 20px;
color: #00b2dc;
border: 1px solid #00b2dc;
background: #fff;
margin: 24px auto;
padding: 8px 0;
}
.price_wrap p {
width: 80%;
margin: 32px auto 56px;
font-size: 18px;
line-height: 1.6;
text-align: left;
}
#top_pickup,
#top_pickup .wrapper {
background-size: auto auto;
}
#top_pickup #pick_slider {
background: #fff;
}
#top_pickup .slick-prev {
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/dress/prev.png) no-repeat;
left: -2px;
}
#top_pickup .slick-next {
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/dress/next.png) no-repeat;
right: -2px;
}
#top_pickup .slick-prev,
#top_pickup .slick-next {
width: 40px;
height: 40px;
background-size: 56px;
}
.price_title {
border-top: 1px dashed #957500;
padding-top: 40px;
}
.sp_only {
display: none;
}
@media screen and (min-width: 1560px) {
#minimal_kv {
height: 640px;
}
#minimal_kv .wrapper {
padding-top: 320px;
}
.minimal_kv_image {
height: 640px;
}
.minimal_kv_image img {
height: 640px;
object-position: 0 -240px;
}
}
@media screen and (max-width: 820px) {
body {
min-width: initial;
}
#minimal_kv .wrapper {
width: 100vw;
padding-top: 156px;
}
#minimal_kv,
.minimal_kv_image,
.minimal_kv_image img {
width: 100%;
height: 400px;
}
.minimal_kv_image img {
object-position: 0 -90px;
}
#minimal_kv .main-ttl img {
width: 240px;
}
.page_breadcrumb {
padding: 12px 0 12px 56px;
}
#minimal_about > p {
width: 26%;
top: -30px;
}
.about_desc {
padding: 0 32px;
}
.about_image_wrap {
flex-wrap: wrap;
max-width: 800px;
}
.minimal_data_wrap {
margin-bottom: 32px;
}
.wrapper_in {
width: 100%;
}
.feature_image,
.feature_wrap li img {
height: 144px;
}
#benefit .wrapper_in {
box-sizing: border-box;
padding: 0 16px;
}
}
@media screen and (max-width: 480px) {
#minimal_kv .wrapper {
padding-top: 320px;
}
#minimal_kv,
.minimal_kv_image,
.minimal_kv_image img {
width: 100%;
height: 600px;
}
.minimal_kv_image img {
object-position: bottom;
}
.page_breadcrumb {
padding: 15px 0;
}
.about_desc {
font-size: 16px;
margin: 32px auto;
padding: 0 8px;
}
.photo_btn_wrap p {
font-size: 12px;
}
.photo_btn_wrap p::after,
.photo_btn_wrap p::before {
width: 16px;
}
.photo_btn_wrap p::before {
margin-right: 4px;
}
.photo_btn_wrap p::after {
margin-left: 4px;
}
#minimal_about {
padding: 24px 0 72px;
}
.minimal_about_txt span {
margin-top: 12px;
}
.minimal_about_txt span {
font-size: 19px;
}
.number_people {
width: 100%;
margin-bottom: 0;
}
.people_wrap {
margin-left: 0;
}
.feature_wrap {
margin: 40px auto 40px;
}
.feature_wrap li {
width: 100%;
margin: 16px 10px;
background: #fff;
border-radius: 2px;
box-shadow: 0 0 2px rgb(0 0 0 / 40%);
}
.feature_image,
.feature_wrap li img {
height: 180px;
}
.feature_text {
font-size: 18px;
margin: 40px 0 40px;
}
#campaign {
padding: 40px 0;
}
#benefit {
padding: 80px 0 24px;
}
.minimal_benefit {
margin: 32px auto;
padding: 8px 0;
}
.benefit_text {
margin: 0 auto;
font-size: 16px;
}
.minimal_benefit li {
width: calc((100% / 2) - 16px);
margin: 8px;
}
.minimal_benefit p {
font-size: 11px;
margin: 8px auto 0;
}
.minimal_benefit li img {
height: 100px;
}
.benefit_desc {
margin: 24px auto 16px;
font-size: 16px;
}
#style {
padding: 80px 0 0;
}
.style_text_wrap h4 {
font-size: 20px;
}
.style_text_wrap p {
padding-top: 16px;
font-size: 16px;
}
.style_text_wrap:nth-of-type(odd) {
margin: 0 auto;
}
.style_title::after {
margin-bottom: 16px;
}
.style_wrap li {
margin: 4rem auto 6rem;
}
.style_title h3 {
font-size: 22px;
}
.style_image {
width: 96%;
height: 240px;
margin: 0 auto 8px;
}
.style_image img {
height: 240px;
}
.style_image::after {
top: 49%;
left: 49%;
width: calc(99% - 16px);
height: calc(99% - 16px);
border-image-slice: 16;
border-width: 15px;
}
.style_text_wrap {
width: 92%;
margin: 8px auto;
}
#price {
padding: 40px 0 80px;
}
.price_image {
width: 90%;
height: 240px;
margin: 16px auto;
padding: 7px;
}
.price_image img {
height: 240px;
}
.price_wrap h3 {
font-size: 18px;
margin: 0 16px;
padding: 8px 0;
border-bottom: 1px solid #00b2dc;
}
.price_wrap h3:last-of-type {
border-bottom: none;
}
.price_wrap h3 span {
font-size: 32px;
}
.price_wrap p {
width: 92%;
margin: 16px auto 32px;
font-size: 16px;
}
.photo_contact_btn {
font-size: 1.8rem;
padding: 1.4rem 2rem;
}
.sp_only {
display: block;
}
.pc_only {
display: none;
}
.line_image_wrap {
display: block;
margin-bottom: 4rem;
margin-top: -40px;
}
}
.faq_in {
margin: 35px auto 40px;
border-top: 1px dotted #d9d9d9;
}
.faq_wrap {
border-bottom: 1px dotted #d9d9d9;
padding: 30px 25px;
}
.question {
padding-left: 35px;
font-size: 18px;
font-weight: bold;
line-height: 2;
margin-bottom: 10px;
position: relative;
}
.question:before {
position: absolute;
content: "Q.";
font-size: 24px;
color: #977500;
left: 0;
line-height: 36px;
font-family: "Noto Serif";
}
.answer {
position: relative;
padding-left: 35px;
}
.answer:before {
position: absolute;
content: "A.";
font-size: 24px;
color: #977500;
left: 0;
line-height: 24px;
font-weight: bold;
font-family: "Noto Serif";
}
@media screen and (max-width: 480px) {
.answer {
display: none;
}
.question {
text-align: left;
font-weight: 600;
padding-right: 38px;
margin-bottom: 0;
font-size: 16px;
line-height: 1.6;
}
.question: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;
}
} #flow {
padding: 80px 0;
}
.flow_wrap {
max-width: 980px;
margin: 64px auto;
}
.flow_wrap .desc {
line-height: 1.8;
letter-spacing: 1px;
text-align: center;
width: 80%;
margin: 0 auto 40px;
}
.display_flex {
display: flex;
justify-content: center;
align-items: center;
}
.flow_image {
width: 48%;
border-radius: 8px;
}
.flow_image img {
border-radius: 8px;
}
.flow_bold {
font-size: 18px;
color: #977500;
font-weight: 600;
line-height: 1.6;
}
.flow_image_wrap .text_content {
width: 40%;
margin-left: 24px;
line-height: 1.8;
}
.flow_image_wrap .text_content span::after {
content: "";
display: block;
height: 2px;
border-radius: 2px;
margin: 8px 0 12px;
background: linear-gradient(to right, #957500 0%, #ead783 100%);
}
.label.wedding {
width: 160px;
margin: 24px 0 -10px 100px;
}
.flow_list {
max-width: 820px;
width: 92%;
margin: 24px auto;
}
.flow_listItem {
position: relative;
z-index: 9;
justify-content: center;
align-items: flex-start;
}
.flow_listItem:nth-last-of-type(n + 2)::before {
content: "";
position: absolute;
bottom: 4%;
left: 60px;
z-index: 1;
display: block;
width: 0;
height: calc(100% - 78px - 82px);
border-right: 2px dotted #3c2c25;
}
.flow_listItem .step {
position: relative;
z-index: 9;
margin-right: 20px;
padding-top: 5px;
}
.flow_listItem .step .setTime {
display: block;
font-size: 1rem;
font-weight: 700;
color: #333;
margin-top: 6px;
text-align: center;
}
.flow_listItem .step .ic {
display: flex;
justify-content: center;
align-items: center;
width: 120px;
height: 120px;
background-color: #f7f5f0;
border-radius: 50%;
box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
}
.flow_listItem .ic img {
border-radius: 50%;
}
.flow_listItem_content {
width: calc(100% - 78px);
}
.flow_listItem_content .ttl {
margin-bottom: 10px;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
color: #957500;
}
.flow_listItem_content .txtBox {
background: #f7f5f0;
border-radius: 20px;
padding: 26px 24px;
font-size: 1.4rem;
letter-spacing: 1px;
box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
margin-bottom: 72px;
}
.advice {
max-width: 820px;
width: 92%;
margin: 0 auto;
}
.advice h3 {
font-size: 20px;
color: #957500;
font-weight: 600;
}
.advice h3::after {
content: "";
display: block;
height: 2px;
border-radius: 2px;
margin: 8px 0 12px;
background: linear-gradient(to right, #957500 0%, #ead783 100%);
}
.advice h3 img {
width: 32px;
}
.advice p {
line-height: 1.8;
letter-spacing: 0.01em;
}
@media screen and (max-width: 820px) {
.flow_bold {
font-size: 16px;
}
}
@media screen and (max-width: 480px) {
#flow {
padding: 64px 0;
}
.flow_wrap {
margin: 32px auto;
}
.flow_wrap .desc {
text-align: left;
width: 92%;
}
.flow_image_wrap {
display: inherit;
}
.flow_image {
width: 92%;
margin: 0 auto;
}
.flow_image_wrap .text_content {
width: 92%;
margin: 24px auto;
}
.label.wedding {
width: 120px;
margin: 24px 0 0 16px;
}
.flow_list {
margin: 8px auto;
}
.flow_listItem .step .ic {
width: 96px;
height: 96px;
}
.flow_listItem_content .ttl {
margin-bottom: 8px;
font-size: 16px;
}
.flow_listItem_content .txtBox {
border-radius: 16px;
padding: 16px;
margin-bottom: 64px;
}
.flow_listItem:nth-last-of-type(n + 2)::before {
bottom: 6%;
left: 50px;
}
} #ceremony {
padding: 80px 0;
background-size: auto auto;
background-color: rgba(234, 234, 234, 1);
background-image: repeating-linear-gradient(
52deg,
transparent,
transparent 4px,
rgba(255, 255, 255, 1) 4px,
rgba(255, 255, 255, 1) 5px
);
}
#ceremony .flow_wrap .desc {
line-height: 1.8;
letter-spacing: 1px; width: 80%;
max-width: 880px;
margin: 0 auto 40px;
}
#ceremony .flow_bold {
font-size: 20px;
}
.flow_bold strong {
font-size: 1.6em;
font-style: italic;
}
.ceremony_image {
width: 40%;
border-radius: 8px;
}
.ceremony_image img {
width: 392px;
height: 261px;
object-fit: cover;
border-radius: 8px;
}
.ceremony_image_wrap {
margin-top: 40px;
}
.ceremony_image_wrap .text_content {
width: 40%;
font-size: 14px;
margin-left: 24px;
line-height: 1.8;
}
.ceremony_image_wrap .text_content span::after {
content: "";
display: block;
height: 2px;
border-radius: 2px;
margin: 8px 0 12px;
background: linear-gradient(to right, #957500 0%, #ead783 100%);
}
@media screen and (max-width: 480px) {
#ceremony {
padding: 64px 0;
}
#ceremony .flow_wrap .desc {
width: 88%;
}
.ceremony_image_wrap.display_flex {
display: block;
}
.ceremony_image_wrap .flow_bold {
margin-left: 16px;
}
.ceremony_image {
width: 88%;
margin: 16px auto;
}
.ceremony_image_wrap .text_content {
width: 88%;
margin: 8px auto;
}
#ceremony .flow_bold {
font-size: 18px;
}
.flow_bold strong {
font-size: 1.5em;
}
} #voice {
width: 100%;
padding: 64px 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/minimal/voice_bg.jpg);
}
.voice_wrap {
width: 100%;
max-width: 840px;
margin: 40px auto 0;
}
.voice_item {
width: 100%;
}
.voice_item:nth-child(even) {
flex-direction: row-reverse;
}
.voice_face {
width: 120px;
height: 120px;
border-radius: 50%;
}
.voice_face img {
border-radius: 50%;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.voice_face figure {
text-align: center;
margin: 4px 0;
}
.fukidashi_wrap {
width: 88%;
max-width: 700px;
height: 240px;
}
.chatting {
width: 85%;
}
.says {
font-size: 16px;
line-height: 2.2;
letter-spacing: 0.06em;
display: inline-block;
position: relative;
margin: 32px 0 32px 50px;
padding: 24px 32px;
border-radius: 24px;
background: #fff;
box-shadow: 0 0 16px rgba(253, 205, 227, 0.6);
}
.says img {
display: inline-block;
width: 80px;
position: absolute;
top: 50%;
transform: translateY(-12%);
left: -64px;
}
.voice_item:nth-child(even) .says {
margin: 32px 50px 32px 0;
}
.voice_item:nth-child(even) .says img {
left: 96.5%;
}
@media screen and (max-width: 820px) {
.voice_face {
width: 100px;
height: 100px;
}
}
@media screen and (max-width: 768px) {
.says {
font-size: 15px;
line-height: 1.8;
}
.says img {
width: 72px;
top: 14%;
left: -58px;
}
.voice_item:nth-child(even) .says img {
left: 98%;
}
}
@media screen and (max-width: 480px) {
#voice {
background-image: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/minimal/voice_bg_sp.png);
}
.voice_wrap {
padding: 0 12px;
box-sizing: border-box;
}
.voice_item {
align-items: initial;
}
.voice_face {
width: 88px;
height: 76px;
margin-top: 12%;
}
.says {
font-size: 14px;
line-height: 1.8;
padding: 16px 24px;
overflow-wrap: break-word;
text-align: left;
letter-spacing: 0.1em;
}
.says img {
width: 56px;
top: 12%;
left: -46px;
}
.voice_item:nth-child(even) .says img {
left: 96%;
}
}
#wedding_guide {
background: #fff;
padding: 24px 0 80px;
}
#minimal_dress {
padding: 80px 0;
background-size: auto auto;
background-color: rgba(234, 234, 234, 1);
background-image: repeating-linear-gradient(
52deg,
transparent,
transparent 4px,
rgba(255, 255, 255, 1) 4px,
rgba(255, 255, 255, 1) 5px
);
}
.dress_wrap {
width: 560px;
height: 440px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.ribbon_wrap {
position: absolute;
top: -6px;
right: -25px;
z-index: 2;
overflow: hidden;
width: 108px;
height: 108px;
}
.gallery_image {
display: block;
width: 100%;
height: 440px;
border: 10px solid #fff;
box-shadow: 0 0 4px #999;
overflow: hidden;
}
#minimal_dress a img {
width: 100%;
height: 440px;
object-fit: cover;
}
.ribbon_wrap .ribbon {
font-size: 1em;
line-height: 1.2em;
position: relative;
top: 26px;
left: -4px;
width: 150px;
padding: 7px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
text-align: center;
letter-spacing: 0.5px;
color: #333333;
color: #ffffff;
border: 1px dashed #ffffff;
box-shadow: 0px 0px 0px 3px #f48fb1;
background-color: #f48fb1;
}
.ribbon_wrap .ribbon:before,
.ribbon_wrap .ribbon:after {
position: absolute;
bottom: -8px;
content: "";
border-width: 4px 4px 0 4px;
border-style: solid;
border-color: #ec407a transparent transparent transparent;
}
.ribbon_wrap .ribbon:before {
left: -4px;
}
.ribbon_wrap .ribbon:after {
right: 3px;
}
@media (max-width: 480px) {
.dress_wrap {
width: 320px;
height: 420px;
}
.gallery_image {
height: 400px;
}
#minimal_dress a img {
height: 400px;
object-position: -230px 0;
}
}