* {
box-sizing: border-box;
}
#wedding_guide img,
#single_tag img {
width: 100%;
height: 100%;
object-fit: cover;
}
.fv {
width: 100vw;
position: relative;
background: #FFFCF4;
}
#wedding_guide,
#single_tag {
width: 100vw;
}
.main h1 {
position: absolute;
top: 15%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 24px;
font-weight: bold;
}
.header_image {
width: 100%;
}
#wedding_guide .header_image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.fv_text {
background: #FFFCF4;
padding: 16px 40px 40px;
}
.fv_text h2,
.fv_text strong {
font-size: 18px;
font-weight: bold;
margin-bottom: 16px;
display: block;
text-align: center;
}
.fv_text strong {
margin-top: 16px;
}
.fv_text p {
font-size: 14px;
line-height: 200%;
letter-spacing: 1.2px;
}
.source_wrap {
display: flex;
margin-bottom: -16px;
justify-content: space-around;
}
#wedding_guide .source_wrap img,
#single_tag .source_wrap img {
width: 80px;
}
@media screen and (min-width: 820px) {
.header_image {
max-width: 980px;
margin: 0 auto;
}
.fv_text h2,
.fv_text strong {
font-size: 20px;
}
.fv_text p {
width: 72%;
font-size: 16px;
margin: 24px auto 48px;
}
}
@media screen and (min-width: 1080px) {
.fv_text p {
width: 50%;
}
} #post_toc {
background: #F5F1E5;
padding: 24px 30px 80px;
}
#post_toc nav {
width: 100%;
max-width: 980px;
margin: 0 auto;
}
#post_toc .label {
margin-top: 32px;
width: 121px;
}
#post_toc .label.wedding {
width: 151px;
}
#post_toc h2.post_toc_label {
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/wedding_guide/union.png) no-repeat;
background-size: contain;
color: #fff;
font-weight: 600;
text-align: left;
padding-left: 4px;
line-height: 150%;
}
#post_toc h2.post_toc_label.second {
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/wedding_guide/union2.png) no-repeat;
}
#post_toc h2.post_toc_label.third {
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/wedding_guide/union3.png) no-repeat;
}
.before_arrow {
height: auto;
width: 0px;
margin: 32px 12px 0px 0px; border-left: 2px dashed #B49B62;
position: relative;
}
.before_arrow span {
position: absolute;
top: -18px;
left: -8px;
transform: rotate( 134deg);
color: #B49B62;
}
.before_arrow::before,
.before_arrow::after {
position: absolute;
bottom: 0;
left: -8px;
margin: auto;
content: "";
vertical-align: middle;
}
.before_arrow::after {
width: 2px;
height: 14px;
border-right: 2px solid #B49B62;
transform: rotate( 134deg);
}
#wedding_guide .before_arrow img {
width: 100%;
height: 100%;
object-fit: cover;
}
.before_wrap {
display: flex;
margin-top: 12px;
}
.before_list_wrap {
margin-left: 12px;
}
.before_list_wrap ol {
width: 100%;
display: flex;
flex-wrap: wrap; align-items: center;
margin-top: 10px;
}
.before_list_wrap li {
width: calc((100%/2 - 8px));
height: 56px;
background: #fff;
box-shadow: 0 2px 2px #E9E4DA;
margin: 8px 4px;
padding: 12px;
border-radius: 5px;
text-align: center;
display: flex;
align-items: center;
opacity: 0;
transition: 0.5s;
}
.before_list_wrap li.active {
animation: popup 1.8s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
@keyframes popup {
0% {
transform: translateY(40px) scale(0.8);
opacity: 0;
}
100% {
transform: translateY(0) scale(1.0);
}
80%,
100% {
opacity: 1;
}
}
.before_list_wrap li a {
display: flex;
align-items: center;
}
.before_list_wrap ol::after {
content: "";
width: calc((100%/2 - 8px));
box-shadow: 0 2px 2px #E9E4DA;
margin: 8px 4px;
}
.post_toc_list_item {
display: flex;
align-items: center;
}
.list_header_icon {
width: 32px; margin-right: 10px;
}
#wedding_guide .list_header_icon img {
width: 100%;
height: 100%;
object-fit: cover;
}
.monthly_text h2 {
font-size: 12px;
text-align: left;
}
.post_toc_list_item span {
font-size: 12px;
letter-spacing: 1.6px;
text-align: left;
}
@media screen and (min-width:768px) {
#post_toc {
padding: 48px;
}
#post_toc .label img {
width: 100%;
}
.before_arrow {
margin: 0;
margin-top: 40px;
}
.before_list_wrap {
width: 100%;
margin: 18px 24px;
}
.before_list_wrap li {
width: calc((100%/4) - 12px);
max-width: calc((980px/4) - 16px);
height: 68px;
box-shadow: 0 2px 2px #E9E4DA;
margin: 8px 6px;
padding: 12px;
}
.monthly_text {
width: 100%;
}
.list_header_icon {
width: 56px;
}
} #campaign {
width: 100%;
height: 260px;
background: #f5f4f0;
display: flex;
align-items: center;
}
.banner_wrap {
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.banner_wrap a {
width: 344px;
border-radius: 16px;
box-shadow: 0 0 8px rgb(0 0 0 / 25%);
}
.banner_wrap a img {
border-radius: 16px;
}
@media screen and (min-width:768px) {
.banner_wrap {
width: 740px;
justify-content: space-between;
}
} #first_content {
padding: 80px 0 40px;
position: relative;
}
#second_content,
#third_content {
padding: 40px 0;
position: relative;
}
#first_content h2,
#second_content h2,
#third_content h2 {
color: #fff;
font-weight: 600;
margin: 0 auto;
background: url(//www.weddingtable.jp/wordpress/wp-content/themes/wedding_table_theme/img/wedding_guide/ribbon.png) no-repeat;
background-position: center;
}
#first_content .label {
position: absolute;
top: 28px;
left: 0px;
width: 200px;
}
#second_content .label,
#third_content .label {
position: absolute;
top: 0px;
left: 0px;
width: 200px;
}
.first_svg {
transform: rotate(-8deg);
opacity: 0.4;
}
.wedding_svg {
transform: rotate(-2deg);
opacity: 0.4;
}
.content_item {
margin: 48px auto;
}
.content_item a {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.content_item:nth-child(even) a {
flex-direction: row-reverse;
}
.content_item .image {
width: 156px;
height: 103px;
border-radius: 5px;
}
.content_item .image img {
width: 100%;
height: 103px;
object-fit: cover;
border-radius: 5px;
}
.content_item .title_contents {
display: flex;
align-items: center;
margin-bottom: 8px;
}
.content_item .title_contents h3 {
font-size: 16px;
font-weight: 600;
}
.content_item .text_contents {
width: 180px;
}
.text_contents p {
font-size: 12px;
}
@media screen and (min-width: 820px) {
#first_content,
#second_content,
#third_content {
max-width: 980px;
margin: 0 auto;
padding-top: 80px;
}
#first_content h2,
#second_content h2,
#third_content h2 {
font-size: 20px;
width: 160px;
height: 48px;
line-height: 42px;
background-size: contain;
}
.content_item {
width: 100%;
margin: 0;
}
.content_item a {
justify-content: center;
padding: 40px 0;
border-bottom: 1px dotted #B49B62;
}
.content_item .image {
width: 266px;
height: 176px;
}
.content_item .image img {
width: 100%;
height: 176px;
}
.content_item .text_contents {
width: 64%;
margin-left: 32px;
}
.content_item:nth-child(even) a {
flex-direction: row;
}
.content_item .title_contents h3 {
font-size: 18px;
}
.content_item .title_contents {
margin-bottom: 12px;
}
.text_contents p {
font-size: 14px;
letter-spacing: 1.5px;
}
#first_content .label {
width: 260px;
}
#second_content .label,
#third_content .label {
width: 320px;
}
} #single_tag {
width: 100vw;
}
#single_tag h1 {
width: 240px;
font-size: 20px;
top: 28%;
text-align: center;
}
#single_tag .list_header_icon {
position: absolute;
top: 12%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}
.bg_flower {
display: flex;
margin-bottom: -16px;
justify-content: space-between;
}
.flower_wrap {
width: 160px;
margin: 0 -16px;
}
.flower_wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.column_index {
width: 100%;
max-width: 980px;
margin: 40px auto 80px;
}
.column_index h2 {
text-align: center;
font-size: clamp(15px, 1.8vw, 20px);
font-weight: bold;
}
#single_tag .fv_header_image {
width: 330px;
margin: 92px auto 0;
}
#single_tag .fv_header_image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 16px;
}
.column_index li {
padding: 20px 8px;
margin: 0 20px;
border-bottom: 1px dotted #B49B62;
}
.column_index a {
display: flex;
align-items: center;
justify-content: space-around;
}
.column_thumb {
width: 30%;
height: 72px;
border-radius: 8px;
}
.column_index img {
width: 100%;
height: 100%;
border-radius: 8px;
}
.column_index h3 {
width: 64%;
text-align: left;
letter-spacing: 1.2px;
} a.button2-c {
font-size: 1.4rem;
width: 72%;
min-width: 320px;
max-width: 480px;
position: relative;
padding: 1.2rem 2rem 1rem;
color: #fff;
background: #a0003d;
-webkit-box-shadow: 0 5px 0 #7c0831;
box-shadow: 0 5px 0 #7c0831;
border-radius: 1.2rem;
}
a.button2-c span {
font-size: 1.2rem;
position: absolute;
top: -2.6rem;
left: calc(50% - 140px);
display: block;
width: 280px;
padding: 0.5rem 0;
color: #c91057;
border: 2px solid #a0003d;
border-radius: 100vh;
background: #fff;
-webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}
.button2-c-wrap {
width: 100vw;
margin: 32px 0 80px;
}
@media screen and (min-width:768px) {
.fv_text {
width: 100vw;
padding: 16px 40px 40px;
}
.source_wrap {
justify-content: space-between;
margin: 0 32px;
}
.fv_text p {
text-align: center;
}
.column_index {
width: 80%;
}
.column_thumb {
width: 160px;
height: 112px;
}
}
@media screen and (min-width:768px) {
.bg_flower {
justify-content: space-around;
}
.flower_wrap {
width: 342px;
}
#single_tag h1 {
font-size: 24px;
top: 24%;
width: fit-content
}
#single_tag .fv_header_image {
width: 560px;
margin: 80px auto 0;
}
.fv_text {
padding: 40px;
}
.column_index {
margin: 80px auto;
}
.column_index h2 {
margin-bottom: 40px;
}
.column_index li {
padding: 20px 40px;
}
.column_thumb {
width: 180px;
height: 120px;
}
a.button2-c {
font-size: 1.6rem;
padding: 1.6rem 2rem 1.3rem;
}
}
@media screen and (min-width:980px) {
.bg_flower {
justify-content: space-between;
}
}  .wp-pagenavi .page,
.wp-pagenavi span,
.wp-pagenavi a {
display: inline-block;
padding: 5px 8px;
line-height: 1;
color: #676767;
background: #fff;
text-decoration: none;
font-size: 16px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
color: #9c7500 !important;
background-color: #fff !important;
} .recommend_hall_wrap {
width: 80%;
max-width: 980px;
height: 340px;
margin: 40px auto;
background: #E9E9E9;
}
.recommend_hall_wrap a:hover {
opacity: 1;
}
.recommend_hall_wrap h2 {
font-size: 24px;
font-weight: 600;
text-align: left;
margin: 0;
padding: 24px 0 0 32px;
border: none;
}
.recommend_hall_wrap h2::before {
border: none;
}
.recommend_hall_wrap .monthly_wedding_slide {
width: 100%;
height: 320px;
overflow: hidden;
}
.recommend_hall_wrap .recommend_hall {
width: calc((100%/3) - 16px);
margin-top: 16px;
}
.recommend_hall_image {
width: 10%;
height: 112px;
margin: 0 auto;
cursor: pointer;
}
#wedding_guide .recommend_hall_image img {
width: 100%;
height: 112px;
object-fit: cover;
}
.recommend_hall_wrap span {
display: block;
}
.recommend_hall_wrap .text_contents {
width: 100%;
height: 104px;
background-color: #fff;
margin: 0;
padding: 0 12px 4px;
box-sizing: border-box;
}
.recommend_hall_wrap .cat {
font-size: 11px;
color: #6d6d6d; padding-top: 6px;
}
.recommend_hall_wrap h3 {
font-size: 15px;
color: #1a1a1a;
font-weight: 600;
line-height: 1.5;
margin: 0;
}
.recommend_hall_wrap .tag {
font-size: 10px;
color: #2897ff;
width: fit-content;
line-height: 1.6;
margin: 4px 0;
padding: 0 4px;
border: 1px solid #2897ff;
border-radius: 4px;
}
.recommend_hall_wrap h3 {
font-size: 12px;
font-weight: 600;
line-height: 1.5;
}
.recommend_hall_wrap .slick-prev {
left: 2px;
background: #fff;
opacity: 0.8;
}
.recommend_hall_wrap .slick-next {
right: 2px;
background: #fff;
opacity: 0.8;
}
.recommend_hall_wrap .slick-prev::before,
.recommend_hall_wrap .slick-next::before {
content: '';
display: inline-block;
width: 6px;
height: 6px;
transform: rotate(45deg);
}
.recommend_hall_wrap .slick-prev::before {
border-bottom: 2px solid #081059;
border-left: 2px solid #081059;
margin: 2px 0 0 2px;
}
.recommend_hall_wrap .slick-next::before {
border-top: 2px solid #081059;
border-right: 2px solid #081059;
margin: 2px 2px 0 0;
}
#monthly_wedding_slider .slick-prev:hover,
#monthly_wedding_slider .slick-prev:focus,
#monthly_wedding_slider .slick-next:hover,
#monthly_wedding_slider .slick-next:focus {
color: transparent;
outline: none;
background: #fff;
}
@media screen and (max-width:768px) {
#monthly_wedding {
padding: 0 10%;
}
.float_left {
float: inherit;
margin: 0 auto;
text-align: center;
}
.calendar_image_block {
width: 100%;
margin: 16px auto 32px;
float: initial;
}
.recommend_hall_wrap {
margin: 32px calc(0% - 10vw);
width: 100vw;
height: 320px;
}
.recommend_hall_image,
#wedding_guide .recommend_hall_image img {
height: 96px;
}
.feature {
width: 100%;
margin: 40px auto;
}
.salon_txt {
font-size: 12px;
min-height: 6em;
}
.contents_footer_link {
width: 92vw;
margin: 80px calc(0% - 6vw) 40px;
}
}
@media screen and (max-width:680px) {
#monthly_wedding {
padding: 0 4%;
}
.recommend_hall_wrap {
margin: 32px auto;
height: 268px;
}
.recommend_hall_image,
#wedding_guide .recommend_hall_image img {
height: 80px;
}
.recommend_hall_wrap .text_contents {
height: 92px;
padding: 0 12px 4px;
}
.recommend_hall_wrap h3 {
font-weight: 500;
line-height: 1.4;
}
.feature li {
width: 114px;
height: 114px;
line-height: 1.4;
}
.contents_footer_link {
width: 88vw;
margin: 80px calc(2% - 1vw) 40px;
}
}
@media screen and (max-width:480px) {
#monthly_wedding {
padding: 0 20px;
line-height: 28px;
}
.wedding_contents h2 {
font-size: 24px;
margin: 40px 0 16px;
padding: 24px 0 0 2px;
line-height: 32px;
}
.wedding_contents h2::before {
padding-right: 12px;
}
.wedding_contents h3 {
line-height: 28px;
}
.recommend_hall_wrap .cat {
font-size: 10px;
height: 20px;
}
.recommend_hall_wrap h3 {
font-size: 11px;
line-height: 1.4;
}
.recommend_hall_wrap .text_contents {
padding: 0 8px 4px;
}
.feature li {
width: 96px;
height: 96px;
font-size: 12px;
}
.acf_table_wrap {
width: 100%;
}
.prev_next_wrap a {
display: initial;
}
.contents_footer_link h2 {
font-size: 18px;
}
.text_center {
text-align: center;
}
#monthly_wedding .slick-slide {
margin: 0 6px;
}
#monthly_wedding .hall_thumb_slide .slick-next,
#monthly_wedding .hall_thumb_slide .slick-prev {
top: 76px;
width: 18px;
height: 34px;
background-size: 80%;
}
.recommend_hall_wrap h2 {
font-size: 20px;
padding: 16px 0 0 16px;
}
}
#single_tag .wp-pagenavi {
text-align: end;
margin: 8px 8px 0 0;
}