/* joto_movie */
.movieList_area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pick_movie {
    width: 66%;
}
.pick_movie video {
    width: 100%;
}
.shop_comment h2 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 2px;
}
.shop_comment > p {
    text-align: justify;
}
.shop_comment-txt {
	margin-bottom: 10px;
}
.sns_btn {
	margin-bottom: 10px;
}
.btn_twitter {
    display: block;
    width: 25%;
    margin: 0px 0 0px auto;
    background: #5eaade;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
.btn_twitter > img {
    width: 12%;
    vertical-align: middle;
    margin-right: 10px;
}
.btn_twitter > span {
    color: #fff;
}
.shop_data {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.shop_data > figure {
	width: 300px;
	margin-right: 10px;
}
.shop_data-info {
	background: linear-gradient(to bottom,#eedd8b 0%,#faf2c8 100%);
	flex: 1;
	padding: 5px;
}
.shop_data > div > section {
    padding: 8px 5px 5px 5px;
    line-height: 1.55;
}
.shop_data > div > section .area {
    font-size: 12px;
}
.shop_data > div h4 {
    font-weight: bold;
}
.shop_data > div h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.shop_data > div h2 > a {
    color: #001bb6;
    font-weight: bold;
    font-size: 15px;
}
.movieList_area > ul {
    width: 32%;
}
.movieList_area > ul > li {
    margin-bottom: 20px;
}
.movieList_area > ul > li > a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.movieList_area > ul > li > a > figure {
    width: 38%;
}
.movieList_area > ul > li > a > div {
    width: 60%;
}
.movieList_area > ul > li > a > div > h2 {
    font-weight: bold;
    margin-bottom: 3px;
}
.tel:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://img.undernavi.com/front/pc/common/icon_tel.png);
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://img.undernavi.com/front/pc/common/icon_clock.png);
    width: 18px;
    height: 18px;
    margin-right: 5px;
}



.discount_info-inner {
	border: 4px solid #c90639;
	padding: 15px;
}
.discount_info-ttl {
	color: #c90639;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.discount_info-item {
	background: #f8f640;
	padding: 5px 10px;
	width: 33%;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	border-radius: 5px;
}
.discount_info-fee {
	font-family: Helvetica, Arial, sans-serif;
	display: flex;
	align-items: center;
}
.discount_info-item02 span:nth-child(odd) {
	font-size: 26px;
	font-weight: bold;
}
.discount_info-item02 {
	font-size: 36px;
	font-weight: bold;
	color: #cb0936;
}
.discount_info-item02 span:first-child {
	margin-right: 10px;
}
.discount_info-item02 span:nth-child(2) {
	font-size: 46px;
	font-weight: bold;
}
.discount_info {
	margin-bottom: 10px;
}

.discount_info-red {
	color: #c90639;
}
.discount_info-note {
	font-size: 13px;
}
.shop_name {
	border-bottom: 1px dotted;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.shop_name a {
	color: #2b00b0;
	font-weight: bold;
}
.lady_data-inner {
	border: 1px solid #cbcbcb;
	padding: 5px;
	display: flex;
	align-items: center;
}
.lady_data-inner figure {
	margin-right: 20px;
}
.lady_data-name a {
	font-size: 20px;
	color: #c90037;
	font-weight: bold;
}
.shop_comment-ttl {
	font-size: 18px;
	font-weight: bold;
}