/* ===========================================
 * shop_tokyo
=========================================== */
#shop_tokyo {
    max-height: 100%;
	margin: 0 auto;
	color: #333;
}

#shop_tokyo h2#shop_tokyo_title {
    font-size: 36px;
    margin-top: 0px;
}

#shop_tokyo h3.purple {
    background-color: #8782c4;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

#shop_tokyo h2#shop_tokyo_title small {
    display: block;
    font-size: 24px;
    font-weight: normal;
}

#shop_tokyo h4 {
    background: url(/img/shop_tokyo/icon_open.png) no-repeat;
    background-position: 30px 78px;
    border-bottom: 2px solid #8782c4;
    color: #8782c4;
    font-size: 28px;
    font-weight: bold;
    padding: 75px 30px 5px 75px;
}

#shop_tokyo .wrap {
    margin: auto;
    width: 690px;
}

#shop_tokyo .map {
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    margin-top: 20px;
}

#shop_tokyo .tel_button {
    margin-top: 30px;
}

#shop_tokyo .tel_button a {
    display: block;
    margin-top: 20px;
}

#shop_tokyo .tel_button a img {
    vertical-align: bottom;
}

#shop_tokyo .shop_info .wrap dl {
    display: flex;
    line-height: 1.5;
    margin: 20px 0;
    width: 100%;
}

#shop_tokyo .shop_info .wrap dl:first-child {
    margin-top: 30px;
}

#shop_tokyo .shop_info .wrap dt,
#shop_tokyo .shop_info .wrap dd {
    box-sizing: border-box;
    font-size: 26px;
}

#shop_tokyo .shop_info .wrap dt {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f0f0f0;
    color: #8782c4;
    font-weight: bold;
    -webkit-justify-content: center;
    justify-content: center;
    width: 140px;
}

#shop_tokyo .shop_info .wrap dl:nth-of-type(3) dt,
#shop_tokyo .shop_info .wrap dl:nth-of-type(4) dt {
    padding: 20px 0;
}

#shop_tokyo .shop_info .wrap dd {
    background-color: #ffffff;
    padding: 0 25px;
    width: 550px;
}

#shop_tokyo .shop_info .wrap dl:nth-of-type(3) dd,
#shop_tokyo .shop_info .wrap dl:nth-of-type(4) dd {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#shop_tokyo .caution {
    color: #666666;
    display: block;
    font-size: 24px;
    padding-left: 1em;
    text-indent: -1em;
}

#shop_tokyo .shop_photo table {
    margin-top: 30px;
}

#shop_tokyo .shop_photo td {
    position: relative;
}

#shop_tokyo .shop_photo td img {
    width: 100%;
    max-width: 229px;
    vertical-align: bottom;
}

#shop_tokyo .shop_photo td img.plus_button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 55px;
    width: 55px;
}

#shop_tokyo .news dl {
    border-bottom: 2px solid #cccccc;
    margin-top: 30px;
    padding-bottom: 20px;
}

#shop_tokyo .news dt {
    color: #4c4c4c;
    font-size: 20px;
}

#shop_tokyo .news dt span.label_doll {
    color: #c4a033;
    font-size: 20px;
    display: inline-block;
    padding-left: 15px;
}

#shop_tokyo .news dd a {
    color: #374878;
    text-decoration: underline;
}

#shop_tokyo .banner {
    margin-top: 20px;
}

#shop_tokyo .banner a {
    display: block;
    margin-bottom: 20px;
}

#shop_tokyo .sns_icon {
    text-align: right;
}

#shop_tokyo .sns_icon a {
    display: inline-block;
    margin-left: 20px;
}

#shop_tokyo .sns_icon a:nth-of-type(1) {
    margin-left: 15px;
}

#shop_tokyo .new_item h3.red {
    background-color: #cf2f2f;
    color: #ffffff;
    margin: 75px 0 30px;
}

#shop_tokyo .recommend h3.purple,
#shop_tokyo .exhibition h3.purple {
    margin: 60px 0 30px;
}

#shop_tokyo .new_item h3.red:after,
#shop_tokyo .recommend h3.purple:after,
#shop_tokyo .exhibition h3.purple:after {
    content: "";
    clear: both;
    display: block;
}

#shop_tokyo .new_item h3.red span.left,
#shop_tokyo .recommend h3.purple span.left,
#shop_tokyo .exhibition h3.purple span.left {
    font-size: 28px;
    font-weight: bold;
    float: left;
    line-height: 60px;
    margin-left: 30px;
}

#shop_tokyo .new_item h3.red span.right,
#shop_tokyo .recommend h3.purple span.right,
#shop_tokyo .exhibition h3.purple span.right {
    font-size: 16px;
    font-weight: normal;
    float: right;
    line-height: 60px;
    margin-right: 30px;
}

#shop_tokyo .new_item .caution,
#shop_tokyo .recommend .caution {
    color: #999999;
}

#shop_tokyo .exhibition_item {
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 30px;
    height: 100%;
    width: 360px;
}

#shop_tokyo .exhibition_item h5 {
    border-bottom: 2px dotted #cccccc;
    color: #c4a033;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#shop_tokyo .exhibition_item li {
    line-height: 40px;
}


/* ===========================================
 * colorbox
=========================================== */
#colorbox.shop_photo #cboxClose {
    top: -75px;
}

#colorbox.shop_photo #cboxLoadedContent {
    padding: 8px;
}

#colorbox.shop_photo #cboxNext,
#colorbox.shop_photo #cboxPrevious {
    background: url(/img/shop_tokyo/icon_right.png) no-repeat bottom;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    width: 33px;
    height: 57px;
}

#colorbox.shop_photo #cboxPrevious {
    background: url(/img/shop_tokyo/icon_left.png) no-repeat bottom;
    left: 5%;
}

/* ===========================================
 * swiper
=========================================== */
#shop_tokyo .swiper-container,
#shop_tokyo .swiper-container-2 {
    margin: 25px -30px 30px 0;
    padding-bottom: 0;
}

#shop_tokyo .swiper-container-2 {
    height: 520px;
    margin: 25px -30px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#shop_tokyo .swiper-slide img {
    max-height: 230px;
}

#shop_tokyo .swiper-button-next,
#shop_tokyo .swiper-container-rtl .swiper-button-prev {
    background-image: url(/img/shop_tokyo/arw_right.png);
    right: 0;
    left: auto;
}

#shop_tokyo .swiper-button-next {
    background-size: 70px 90px;
    width: 70px;
    height: 90px;
}

span.subtitle{
	padding-bottom:25px;
}

.shop_tokyo_List {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0 30px;
	font-size: 24px;
	text-align: center;
}

.shop_tokyo_List div {
	text-align: left;
}

.shop_tokyo_type {
	width: 325px;
	margin: 0px 8px 50px 8px;
	display: inline-block;
}

.shop_tokyo_img {
	position: relative;
	height: 495px;
	background-color: #EEE;
	margin-bottom: 10px;
}

.shop_tokyo_img  img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 325px;
    max-height: 495px;
    margin: auto 0;
}

.shop_tokyo_maker {
	color: #be9a2b;
	font-size: 22px;
}

.shop_tokyo_item{
	color: #383838;
	line-height: 1.25em;
}

.atention {
padding: 0 30px 30px;
}

.atention p {
color:#ccc;
padding-left:1em;
text-indent:-1em;
}

.shop_photo{
	padding-bottom: 35px;
}
.sns {
	padding:45px 32px 70px;
}
.sns dl {
	float: left;
}
.sns dd {
	float: left;
	padding:0px 9px;
}
.sns dt {
    width: 350px;
    height: 100px;
    color: #8782c4;
    background: url(/img/Shop/sh_sns_balloon.png) no-repeat;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 10px;
    float: left;
}

div.icon_1F, div.icon_2FPlus{
	padding-bottom: 12px;
}

.icon_1F span{
	color: #FFFFFF;
	background: #9370DB;
	padding: 5px 15px;
	font-size: 22px;
}

.icon_2FPlus span{
	color: #FFFFFF;
	background: #be9a2b;
	padding: 5px 22px;
	font-size: 22px;
}