確認メール受信について
お客さまのご利用環境、また迷惑メール対策等の設定により、お返事が届かない場合があります。
「wedding-okinawa.com」のドメインからのメールを受信許可に設定していただきますようお願いいたします。
function change(e){
const elm = e.target.nextElementSibling;
elm.classList.toggle("open");
if(elm.classList.contains("open")){
elm.style.height = elm.scrollHeight + 'px';
}else{
elm.style.height = "0";
}
} p.btn {
margin-bottom: 60px!important;
} .hide {
height:300px;
width:980px;
overflow:hidden;
transition:all 0.5s;
background-color:white;
}