@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
/* CSS Document */

#special-column {
	font-family: "Noto Sans Japanese" !important;
	margin-right: 10px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #000000;
	width: 640px;
    padding: 30px 30px 85px;
	background-color: #fff;
}
#special-column h2 {
	height: 430px;
	width: 700px;
	padding-bottom: 25px;
	background-image: url(pc_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#special-column h3 {
    font-family: "Sawarabi Mincho";
    font-size: 26px;
    line-height: 1.23;
    color: #39c;
    padding-top: 12px;
    padding-bottom: 20px;
}
#special-column .read-text {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 23px;
}

#special-column p {
    padding-bottom: 10px;
}
#special-column .photo {
    margin-bottom: 13px;
    padding-bottom: 0;
    position: relative;
}
#special-column .photo .caption {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7px;
    background-color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 1;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
}
#special-column .photo .arrow {
    position: absolute;
    top: 389px;
    right: 35px;
    z-index: 101;
}


#shop-info {
    padding: 27px 0px 26px;
    overflow: hidden;
    border-top: 1px solid #3399cc;
    border-bottom: 1px solid #3399cc;
}
#shop-info .inner {
    width: 355px;
    float: right;
}
#shop-info h3 {
    font-family: "Noto Sans Japanese" !important;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    padding: 0;
}
#shop-info a {
    color: #000;
}
#shop-info .photo {
    width: 263px;
    float: left;
    margin: 0;
}

