@charset "UTF-8";

/*stylebook=====================================================================*/
.stylebook {
	margin-bottom:30px;
	    margin-top: 30px;
}

.stylebook img {
    width: 100%;
}

.topbanner{
	margin-top: 30px;
    margin-bottom: -15px;
}

#contents{
	    max-width: 1100px;
    margin: 0 auto;
}

.bgstyle {
  background-color: #000;
}

.style-top {
    width: 25%;
    padding: 10px;
    float: left;
}

.topbanner{
	text-align:center;
	border-bottom:1px solid black;
}

.topbanner h1{
	font-size:2em;
	font-weight:bold;
}

/*modal=====================================================================*/
.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 30px 10px 10px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
    max-height: 100vh;
    overflow-y: auto;
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}

.modal-window > p {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    background: #000;
    color: #fff;
}

.modal-content{ display: flex;}
.modal-content img{ width: 30%; object-fit: cover;}

.modal-content ul {
    width: 70%;
    padding-left: 15px;
}

.modal-content ul li {
    width: 100%;
    border-bottom: 1px solid #000;
}

.modal-content ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    color: #000;
    text-decoration: none;
}

.modal-content ul li img {
    width: 25%;
    float: left;
}

.modal-content ul li p {
    line-height: 150%;
    font-size: 12px;
    text-align: left;
    padding-left: 28%;
}

.modal-content ul li p b {
    font-weight: bold;
    display: block;
}

.modal-content ul li p::after {
    content: "円(税込)";
    font-size: 10px;
}


@media screen and (max-width: 480px) {
	
.style-top {
    width: 50%;
}

.footer {
	margin-top: 430px;
}
	
}
