/*全て共通：hideエリアをはじめは非表示*/
.hide-area { display: none; }

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:focus,
.modaal-close::after,
.modaal-close::before { outline: none; background: #fff; }
.modaal-close:focus::after,
.modaal-close:focus::before,
.modaal-close:hover::after,
.modaal-close:hover::before { background: #b93d0c; }
.gallery-list{margin: auto;}
.gallery-list li { list-style-type: none; }
.modaal-gallery-prev-inner,
.modaal-gallery-next-inner { padding: 0; }
@media screen and (max-width:480px) {
	.modaal-gallery-control { bottom: -25px; }
	.modaal-gallery-next { right: 0; }
	.modaal-gallery-prev { left: 0; }
}