@charset "utf-8";
/*  */
/* 基本 */
body{
    color: #333;
}
a:visited{
    color: #333;
}
.titlearea{
    height: 250px;
}
.titlearea img{
    max-width: 50vw;
    max-height: 120px;
}
.topleft{
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 2;
}
.middle{
    position: absolute;
    top: 60px;
    left: 30vw;
    z-index: 1;
}
.bottomright{
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 2;
}
.content1{
    background-color: #fef6e6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0.8rem 0.4rem;
    font-size: 0.9rem;
}
.content2{
    margin: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.content2 :first-child{
    margin-right: 0.5rem;
}
.content3{
    margin: 1.5rem 0;
    border-top: 1px solid #f6b687;
    border-bottom: 1px solid #f6b687;
    font-size: 0.9rem;
}
.content4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 2rem 0.5rem;
}
.inner3{
    margin: 0.7rem 0;
    border-top: 1px solid #f6b687;
    border-bottom: 1px solid #f6b687;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.c3_descript{
    text-decoration: underline;
    background-color: #f0cfcd;
    margin: 0.5rem 0;
}
.c3_appdx{
    margin: 0.5rem 0;
}
.c3_appdx::before{
    content: '＞　';
}
.content3 h4{
    width: 11rem;
    border-bottom: solid 1px #555;
}
#bridal_price{
    background-color: #fef4e1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bp_title{
    margin: 2rem 0;
}
.bp_subtitle::before, .bp_subtitle::after{
    content: '～';
}
.bp_subtitle{
    text-align: center;
}
.bp_menu{
    margin: 1rem 0;
    width: 90vw;
    background-color: white;
    border: solid 5px #fcdcd3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bp_menu h4{
    text-align: center;
    background-color: #fcdcd3;
    color: #8f7c73;
    margin: 0;
    padding: 0.3rem 0.6rem;
    transform: translate(0, -1.1rem);
}
.bp_menu table{
    width: 84vw;
}
.bp_menu table tr :first-child{
    width: 32vw;
}
.bp_menu table tr :nth-child(2), .bp_menu table tr :nth-child(3){
    width: 26vw;
}
.descript_area, .link_area{
    background-color: #fef4e1;
}
.descript_area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.link_area{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 0;
}
.link_area :first-child{
    margin-right: 0.5rem;
}
.rembrandt_color{
    color: #cdae91;
    font-weight: bold;
}
.rembrandt_color a, .rembrandt_color a:visited{
    color: #cdae91;
}
.tel_number{
    font-size: 2rem;
}
.img_link{
    position: relative;
}
.imglink_description{
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    opacity: 0.7;
}
/* Slide In */
.slider-wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.slidein_left{
    transform: translate(-200%, 0);
}
.slidein_right{
    transform: translate(200%, 0);
}
.slidein_sa{
    opacity: 0;
}
.slidein_left.show{
    transform: translate(0, 0);
}
.slidein_right.show{
    transform: translate(0, 0);
}
.slidein_sa.show{
    opacity: 1;
}
.show{
    transition: 1.2s;
}
/* Arrow Head */
.ah_circle{
    border-radius: 50%;
    background-color: #c4ad94;
    width: 40px;
    height: 40px;
    position: relative;
}
.arrowhead{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}
.ah_box1{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background-color: white;
}
.ah_box2{
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    background-color: #c4ad94;
}
.ah_right{
    rotate: -45deg;
    transform: translate(-2px, -2px);
}
.ah_left{
    rotate: 135deg;
    transform: translate(-2px, -2px);
}