@charset "UTF-8";
.l-menu-wrapper{
    top: 0;
    left: 0;
}
footer{
    clear: left;
}

body {
	position: relative;
	width: 100%;
	color: #111;
	text-align: left;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:1.4rem;
	line-height:1.6;
	/* letter-spacing:.05em; */
	/* font-feature-settings:"palt"; */
}
body.preload {
	background: #fff url(../img/loading.gif) no-repeat calc(50vw - 20px) calc(50vh - 20px);
	background-size: 40px 40px;
	overflow: hidden;
}
.mincho {
	font-family:"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

.is-pc {
	display: block !important;
}
.is-sp {
	display: none !important;
}

@media only screen and (max-width: 834px) {
	.is-pc {
		display: none !important;
	}
	.is-sp {
		display: block !important;
	}
}

.swiper-wrapper{ transition: transform 1s cubic-bezier(0.65, 0, 0.2, 1); }

.ch-color-01 {
    background-color: #f7c7d2 !important;
}
.ch-color-02 {
    background-color: #e83428 !important;
}
.ch-color-03 {
    background-color: #d1c0dd !important;
}
.ch-color-04 {
    background-color: #417bbf !important;
}
.ch-color-05 {
    background-color: #b3988b !important;
}
.ch-color-06 {
    background-color: #000 !important;
}

/* ===================== */
/* wrap
/* ===================== */

#wrap {
    transition: all 0.3s ease;
	font-family:-apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;

}
body.preload #wrap {
	opacity:0;
}




/* ===================== */
/* contents
/* ===================== */

#contents._characterdress {
    padding-top: 60px;
    padding-bottom: 1px;
}
#contents._princessdress {
    padding-top: 60px;
    padding-bottom: 1px;
}


/* ===================== */
/* top
/* ===================== */
#contents > .top_kv {
	width: 100%;
	margin-bottom: 1px;
}
#contents > .top_kv img {
	width: 100%;
}
#contents > .top_kv .pogoSlider {
	padding-bottom: 80% !important;
}

.top_video {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 1px;
	padding-top: 56.25%;
	overflow: hidden;
}
.top_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top_video_test {
	position: relative;
	width: 100%;
}
.top_video_test img {
	width: 100%;
}

#contents > .top_nav {
	background-color: #fff;
	float: left;
	width: 50%;
	margin-bottom: 1px;
	position: relative;
    z-index: 2;
}
#contents > .top_nav.shop {
    width: 100%;
}
#contents > .top_nav.instagram {
    width: 100%;
}
#contents > .top_nav > a {
	display: block;
	position: relative;
}
#contents > .top_nav > a > .ttl {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
    transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
#contents > .top_nav > a > .ttl > h2 {
	display: block;
	margin-bottom: 4px;
	font-family: 'Alice', serif;
	font-size: 30px;
	line-height: 30px;
}
#contents > .top_nav > a > .ttl > p {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
}
#contents > .top_nav > a > .ttl > img {
    width: 100%;
}
#contents > .top_nav > a > .ph {
	overflow: hidden;
}
#contents > .top_nav.shop > a > .ph {
    background-color: #fad2d8;
}
#contents > .top_nav > a > .ph > img {
	width: 100%;
	display: block;
	transition: all 0.5s ease;
}
#contents > .top_nav.shop > a > .ph > img {
    width: 50%;
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease;
}
#contents > .top_nav > a:hover > .ph > img {
	transform: scale(1.05);
	opacity: .8;
}
#contents > .top_nav > a > .ph_sp {
    display: none;
}


#contents > .top_press {
    clear: both;
	width: 100%;
	padding: 60px 0 18px 0;
}
#contents > .top_press > .ttl {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
#contents > .top_press > .ttl:after {
	display: block;
	content: "";
	border-bottom: #111 solid 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 120px;
	margin-left: -60px;
}
#contents > .top_press > .ttl > h2 {
	margin: 0 0 5px 0;
	font-family: 'Alice', serif;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
#contents > .top_press > .ttl > span {
	display: block;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}
#contents > .top_press > dl {
    width: 720px;
	margin: 0 auto;
}
#contents > .top_press > dl:after {
    content:" ";
    display:block;
    clear:both;
}
#contents > .top_press > dl > dt {
	float: left;
	clear: left;
	width: 100px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-family: 'Alice', serif;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
#contents > .top_press > dl > dt:after {
	position: absolute;
	right: 0;
	top: 2px;
	display: block;
	content: "";
	height: 20px;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 1px solid #000;
}
#contents > .top_press > dl > dd {
	margin-bottom: 30px;
    padding: 0 0 30px 120px;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
#contents > .top_press > dl > dd:after {
	background: url(../img/line_dot.png) center bottom no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 5px;
}
#contents > .top_press > dl > dd:last-child:after {
	display: none;
}
#contents > .top_press > dl > dd a {
	text-decoration: underline;
}
#contents > .top_press > dl > dd a:hover {
	opacity: .7;
}



/* ===================== */
/* dress
/* ===================== */

#contents > .dress_kv {
	width: 100%;
	margin-bottom: 10px;
    text-align: center;
}
#contents > .dress_kv img {
	width: 100%;
}

#contents > .dress_list_wrap {
	margin-bottom: 40px;
	text-align: center;
}

#contents > .dress_list_wrap > .ttl {
	width: 320px;
	padding: 0;
	margin: 0 auto 10px auto;
	position: relative;
    overflow: hidden;
}

#contents > .dress_list_wrap > .ttl > h3 {
}
#contents > .dress_list_wrap > .ttl > h3 img {
    width: 100%;
}

#contents > .dress_list_wrap > .pd_dress_list {
    width: 100%;
}
#contents > .dress_list_wrap > .pd_dress_list > .item {
    width: 100%;
    margin: 0 auto 20px;
}
#contents > .dress_list_wrap > .pd_dress_list > .item > a {
    display: block;
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#contents > .dress_list_wrap > .pd_dress_list > .item > a:hover {
    filter: brightness(1.15);
}


#contents > .dress_list_wrap > .pd_dress_link {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#contents > .dress_list_wrap > .pd_dress_link > h3 {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Alice', serif;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}
#contents > .dress_list_wrap > .pd_dress_link > .item {
    display: block;
    width: 15%;
    margin: 0;
    padding: 2% 0.5%;
    overflow: hidden;
}
#contents > .dress_list_wrap > .pd_dress_link > .item > a {
    display: block;
    transform: scale(1.01);
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#contents > .dress_list_wrap > .pd_dress_link > .item > a:hover {
    transform: scale(1.08);
    filter: brightness(1.15);
}


#contents > .dress_list_wrap > .cd_dress_list {
	width: 100%;
    margin: 0 auto 10px auto;
    display: flex;
    flex-wrap: wrap;
}
#contents > .dress_list_wrap > .cd_dress_list > .cd_dress_ttl {
    width: 50%;
    padding: 8% 0;
}
#contents > .dress_list_wrap > .cd_dress_list > .cd_dress_ttl img {
    width: 80%;
}
#contents > .dress_list_wrap > .cd_dress_list > .cd_dress_link {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
#contents > .dress_list_wrap > .cd_dress_list > .cd_dress_link > .item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#contents > .dress_list_wrap > .cd_dress_list > .cd_dress_link > .item.half {
    width: 50%;
}

#contents > .dress_list_wrap > .cd_dress_list > .cd_tuxedo_ttl {
    width: 100%;
    padding: 30px 0 20px 0;
}
#contents > .dress_list_wrap > .cd_dress_list > .cd_tuxedo_ttl img {
    width: 42%;
}
#contents > .dress_list_wrap > .cd_dress_list > .cd_tuxedo_link {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#contents > .dress_list_wrap > .cd_dress_list > .cd_tuxedo_link > .item {
    display: block;
    width: 25%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#contents > .dress_list_wrap > .cd_dress_list .item > a {
    display: block;
    transform: scale(1.01);
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#contents > .dress_list_wrap > .cd_dress_list .item > a:hover {
    transform: scale(1.08);
    filter: brightness(1.15);
}


#contents > .cd_dress_detail_list {
    width: 100%;
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: wrap;
}
#contents > .cd_dress_detail_list > h3 {
    display: block;
    width: 330px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#contents > .cd_dress_detail_list > h3 img {
}
#contents > .cd_dress_detail_list > .cd_dress_nav {
    width: 100%;
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#contents > .cd_dress_detail_list > .cd_dress_nav .item {
    width: 30%;
    overflow: hidden;
}
#contents > .cd_dress_detail_list > .cd_dress_nav .item.item_s {
    width: 15%;
}
#contents > .cd_dress_detail_list > .cd_dress_nav .item.item_l {
    width: 45%;
}
#contents > .cd_dress_detail_list > .cd_dress_nav .item.tuxedo {
    width: 12.5%;
}
#contents > .cd_dress_detail_list > .cd_dress_nav .item img {
}
#contents > .cd_dress_detail_list > .cd_dress_nav .item > a {
    display: block;
    transform: scale(1.01);
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#contents > .cd_dress_detail_list > .cd_dress_nav .item > a:hover {
    transform: scale(1.08);
    filter: brightness(1.15);
}



#contents > .cd_title {
    max-width: 900px;
    min-width: 900px;
    margin: 0 auto;
    padding: 0;
}
#contents > .cd_title img {
    display: block;
    height: 200px;
    margin: 0 auto;
}

#contents > .dress_slide {
	max-width: 900px;
    min-width: 900px;
    margin: 0 auto;
	padding: 0;
}
#contents > .dress_slide.pd_dress_slide {
    display: flex;
    align-items: center;
}

#contents > .dress_slide > .dress_slide_inner {
	padding: 0 0 10px 0;
	position: relative;
}
#contents > .dress_slide.pd_dress_slide > .dress_slide_inner {
    width: 50%;
}

#contents > .dress_slide > .dress_slide_inner .swiper-container {
	text-align: center;
}
#contents > .dress_slide > .dress_slide_inner .dress_slider {
	width: 100%;
	height: auto;
}
#contents > .dress_slide > .dress_slide_inner .pd_dress_slider {
    width: 100%;
    height: auto;
}
#contents > .dress_slide > .dress_slide_inner .dress_slider .swiper-slide {
	height: auto;
}
#contents > .dress_slide > .dress_slide_inner .dress_slider .swiper-slide img {
    height: 675px;
}
#contents > .dress_slide.pd_dress_slide > .dress_slide_inner .dress_slider .swiper-slide img {
    height: auto;
}

#contents > .dress_slide.pd_dress_slide > .dress_illust {
    width: 50%;
}
#contents > .dress_slide.pd_dress_slide > .dress_illust img {
    display: block;
    width: 70%;
    margin: 0 auto;
}

#contents > .dress_text {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#contents._characterdress > .dress_text {
}
#contents > .dress_text > dl {
    width: 100%;
	margin: 0 auto;
}
#contents > .dress_text > dl:after {
    content: " ";
    display: block;
    clear: both;
}
#contents > .dress_text > dl > dt {
    border-bottom: #b3b3b3 solid 1px;
	float: left;
	clear: left;
	width: 150px;
	padding: 24px 0 24px 36px;
	font-family: 'Alice', serif;
	font-size: 16px;
    line-height: 16px;
    color: #111;
}
#contents > .dress_text > dl > dt:nth-child(3),
#contents > .dress_text > dl > dt:nth-child(7) {
    background-color: #f8f8f8;
}
#contents > .dress_text > dl > dd {
    border-bottom: #b3b3b3 solid 1px;
    width: 100%;
	padding: 24px 36px;
	font-size: 16px;
	line-height: 16px;
}
#contents > .dress_text > dl > dd:nth-child(4),
#contents > .dress_text > dl > dd:nth-child(8) {
    background-color: #f8f8f8;
}
#contents > .dress_text > p {
	margin-bottom: 36px;
	padding: 24px 36px;
	font-size: 16px;
	line-height: 32px;
}
#contents > .dress_text > p > span {
	display: block;
    padding-top: 12px;
	font-size: 12px;
    line-height: 1;
}


#contents > .tuxedo_slide_wrap {
	max-width: 960px;
	min-width: 840px;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}
#contents > .tuxedo_slide_wrap:after {
    content:" ";
    display:block;
    clear:both;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 15px;
	padding: 0 15px 0 0;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide:nth-child(odd) {
	clear: left;
	float: left;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide:nth-child(even) {
	padding: 0 0 0 15px;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_slider {
    width: 100%;
    height: auto;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_slider img {
    width: 100%;
    height: auto;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_ph {
	height: auto;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_ph img {
    width: 100%;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text {
    width: 100%;
}
#contents._characterdress > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text {
    color: #111;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl {
    width: 100%;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl:after {
    content:" ";
    display:block;
    clear:both;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dt, dd {
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dt {
    border-top: #b3b3b3 solid 1px;
	display: block;
	clear: left;
	float: left;
	width: 20%;
	padding: 12px 0 12px 6px;
	font-family: 'Alice', serif;
	font-size: 12px;
	line-height: 16px;
	position: relative;
}
#contents._characterdress > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dt {
    border-top: #b3b3b3 solid 1px;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dt._first {
	border-top: none;
}

#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dd {
    border-top: #b3b3b3 solid 1px;
	display: block;
	float: left;
	width: 80%;
	padding: 12px 6px;
	font-size: 12px;
	line-height: 16px;
}
#contents._characterdress > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dd {
    border-top: #b3b3b3 solid 1px;
    color: #000;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dd._first {
	border-top: none;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > p {
    border-top: #b3b3b3 solid 1px;
	margin-bottom: 36px;
	padding: 12px 6px;
	font-size: 12px;
	line-height: 20px;
}
#contents._characterdress > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > p {
    border-top: #b3b3b3 solid 1px;
    color: #000;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > p > span {
	display: block;
	font-size: 12px;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > .tuxedo_thumbs {
	height: 150px;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > .tuxedo_thumbs .swiper-slide {
	width: auto;
	height: 100%;
	opacity: 0.4;
	cursor: pointer;
}
#contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > .tuxedo_thumbs .swiper-slide-active {
	opacity: 1;
}






/* ===================== */
/* press shop contact
/* ===================== */

#contents > .other_cnt {
	max-width: 960px;
	min-width: 840px;
	margin: 0 auto;
	padding: 120px 30px 0 30px;
	position: relative;
}

#contents > .other_cnt > .ttl {
	width: 100%;
	margin-bottom: 36px;
	padding: 20px 0;
	text-align: center;
}
#contents > .other_cnt > .ttl > h2 {
	margin-bottom: 3px;
	font-family: 'Alice', serif;
	font-size: 42px;
	line-height: 42px;
}
#contents > .other_cnt > .ttl > p {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

#contents > .other_cnt > .press_wrap {
	border-top: #dadada solid 1px;
	width: 100%;
	position: relative;
}
#contents > .other_cnt > .press_wrap:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-top: #fff solid 1px;
}

#contents > .other_cnt > .press_wrap > .press_info {
	border-bottom: #fff solid 1px;
	width: 100%;
	position: relative;
}
#contents > .other_cnt > .press_wrap > .press_info:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: #dadada solid 1px;
}

#contents > .other_cnt > .press_wrap > .press_info > .press_date {
	float: left;
	clear: left;
	width: 100px;
	padding: 36px 6px;
	font-family: 'Alice', serif;
	font-size: 16px;
	line-height: 32px;
	position: relative;
}

#contents > .other_cnt > .press_wrap > .press_info > .press_date:after {
	position: absolute;
	right: 0;
	top: 42px;
	display: block;
	content: "";
	height: 20px;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 1px solid #000;
}

#contents > .other_cnt > .press_wrap > .press_info > .press_text {
    padding: 36px 6px 36px 120px;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 32px;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .ph {
	border: #fff solid 4px;
	box-shadow: 0px 0px 5px 0px #ccc;
	margin-bottom: 24px;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .ph > img {
	width: 100%;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .btn {
	width: 300px;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .btn > a {
	display: block;
	background: #fff url(../img/icon_arrow_03.png) 255px center no-repeat;
	background-size: 16px 10px;
	border: #fff solid 2px;
	box-shadow: 0px 0px 5px 0px #ccc;
	font-size: 14px;
	font-weight: bold;
	line-height: 46px;
	color: #a08245;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .btn > a:hover {
	background: #fff url(../img/icon_arrow_03.png) 265px center no-repeat;
	background-size: 16px 10px;
	border: #a08245 solid 2px;
	box-shadow: 0 #ccc;
}


#contents > .other_cnt > .contact_wrap {
	border-top: #dadada solid 1px;
	width: 100%;
	position: relative;
}
#contents > .other_cnt > .contact_wrap:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-top: #fff solid 1px;
}

#contents > .other_cnt > .contact_wrap > .contact_info {
	float: left;
	width: 50%;
	padding: 60px 0;
	margin-bottom: 60px;
}
#contents > .other_cnt > .contact_wrap > .contact_info > h3 {
	display: block;
	background: url(../img/contact/ttl_bg.png) center center no-repeat;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
#contents > .other_cnt > .contact_wrap > .contact_info > p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
#contents > .other_cnt > .contact_wrap > .contact_info > .btn {
	width: 240px;
	margin: 0 auto;
}
#contents > .other_cnt > .contact_wrap > .contact_info > .btn > a {
	display: block;
	background: #fff url(../img/icon_arrow_03.png) 200px center no-repeat;
	background-size: 16px 10px;
	border: #fff solid 2px;
	box-shadow: 0px 0px 5px 0px #ccc;
	font-size: 14px;
	font-weight: bold;
	line-height: 46px;
	color: #a08245;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#contents > .other_cnt > .contact_wrap > .contact_info > .btn > a:hover {
	background: #fff url(../img/icon_arrow_03.png) 210px center no-repeat;
	background-size: 16px 10px;
	border: #a08245 solid 2px;
	box-shadow: 0 #ccc;
}
#contents > .other_cnt > .contact_wrap > .contact_info > .tel {
	width: 240px;
	margin: 0 auto;
}
#contents > .other_cnt > .contact_wrap > .contact_info > .tel > a {
	display: block;
	background: #fff url(../img/contact/icon_tel.png) 60px center no-repeat;
	background-size: 15px 16px;
	border: #fff solid 2px;
	box-shadow: 0px 0px 5px 0px #ccc;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 46px;
	color: #a08245;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#contents > .other_cnt > .contact_wrap > .contact_info > .tel > a:hover {
	border: #a08245 solid 2px;
	box-shadow: 0 #ccc;
}



#contents > .shop_kv {
	background: -moz-linear-gradient(top left, #b69a60, #a08344);
	background: -webkit-linear-gradient(top left, #b69a60, #a08344);
	background: linear-gradient(to bottom right, #b69a60, #a08344);
	width: 100%;
	position: relative;
}
#contents > .shop_kv > .ttl {
	width: 100%;
	margin-bottom: 36px;
	padding: 120px 0;
	text-align: center;
	position: relative;
}
#contents > .shop_kv > .ttl > h2 {
	margin-bottom: 5px;
	font-family: 'Alice', serif;
	font-size: 42px;
	line-height: 42px;
	color: #fff;
}
#contents > .shop_kv > .ttl > p {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
}
#contents > .shop_kv > .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
}
#contents > .shop_kv > .bg > img {
	width: 100%;
}

#contents > .shop_kv > ul {
	position: relative;
	padding: 7px;
}
#contents > .shop_kv > ul:after {
    content:" ";
    display:block;
    clear:both;
}
#contents > .shop_kv > ul > li {
	float: left;
	width: 33.3333%;
	padding: 3px;
}
#contents > .shop_kv > ul > li > span {
	display: block;
	background: #fff;
	border: #fff solid 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	color: #a08245;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#contents > .shop_kv > ul > li.is-active > span {
	display: block;
	background: #a08245;
	border: #fff solid 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	color: #fff;
}
#contents > .shop_kv > ul > li > span:hover {
	background: #a08245;
	color: #fff;
}

#contents > .shoplist_wrap {
	max-width: 960px;
	min-width: 840px;
	margin: 0 auto;
	padding: 50px 30px 0 30px;
	position: relative;
}
#contents > .shoplist_wrap > .shoplist_panel {
	width: 100%;
	position: relative;
}
#contents > .shoplist_wrap > .shoplist_panel > .ttl {
	background: url(../img/shoplist/ttl_bg.png) center bottom no-repeat;
	border-bottom: #a08245 solid 5px;
	text-align: center;
	color: #fff;
}
#contents > .shoplist_wrap > .shoplist_panel > .ttl > h3 {
	padding: 18px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
#contents > .shoplist_wrap > .shoplist_panel > table {
	width: 100%;
}
#contents > .shoplist_wrap > .shoplist_panel > table th {
	border-top: #fff solid 1px;
	border-bottom: #dfdfdf solid 1px;
	padding: 18px 12px;
	font-size: 14px;
	font-weight: bold;
}
#contents > .shoplist_wrap > .shoplist_panel > table td.adress {
	border-top: #fff solid 1px;
	border-bottom: #dfdfdf solid 1px;
	padding: 18px 12px;
	font-size: 14px;
}
#contents > .shoplist_wrap > .shoplist_panel > table td.tel {
	border-top: #fff solid 1px;
	border-bottom: #dfdfdf solid 1px;
	padding: 18px 12px;
}
#contents > .shoplist_wrap > .shoplist_panel > table td.tel a {
	display: inline-block;
	background: url(../img/contact/icon_tel.png) left center no-repeat;
	background-size: 15px 16px;
	padding-left: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #a08245;
	text-decoration: underline;
}









@media only screen and (max-width: 834px) {



    /* ===================== */
    /* contents
    /* ===================== */

    #contents {
        max-width: inherit;
        width: 100%;
        padding-left: 0;
        padding-top: 40px !important;
    }


    /* ===================== */
    /* top
    /* ===================== */
    #contents > .top_kv {
        width: 100%;
        margin-bottom: 1px;
    }
    #contents > .top_kv img {
        width: 100%;
    }
    #contents > .top_kv .pogoSlider {
        padding-bottom: 100% !important;
    }

    #contents > .top_nav {
        background-color: #000;
        float: none;
        width: 100%;
        margin-bottom: 1px;
    }
    #contents > .top_nav > a {
        display: block;
        position: relative;
    }
    #contents > .top_nav > a > .ttl {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        margin-top: -10px;
        text-align: center;
        color: #fff;
    }
    #contents > .top_nav.shop > a > .ttl {
        color: #111;
    }
    #contents > .top_nav > a > .ttl > h2 {
        display: block;
        margin-bottom: 4px;
        font-family: 'Alice', serif;
        font-size: 20px;
        line-height: 20px;
    }
    #contents > .top_nav > a > .ttl > p {
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
    }
    #contents > .top_nav > a > .ph {
        overflow: hidden;
    }
    #contents > .top_nav > a > .ph > img {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
    }
    #contents > .top_nav > a:hover > .ph > img {
        transform: scale(1.05);
        opacity: .8;
    }
    #contents > .top_nav > a > .ph_sp {
        display: block;
        overflow: hidden;
    }
    #contents > .top_nav > a > .ph_sp > img {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
    }
    #contents > .top_nav > a:hover > .ph_sp > img {
        transform: scale(1.05);
        opacity: .8;
    }


    #contents > .top_press {
        width: 100%;
        padding: 36px 0 12px 0;
    }
    #contents > .top_press > .ttl {
        position: relative;
        margin-bottom: 36px;
        padding-bottom: 12px;
    }
    #contents > .top_press > .ttl:after {
        display: block;
        content: "";
        border-bottom: #111 solid 1px;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 60px;
        margin-left: -30px;
    }
    #contents > .top_press > .ttl > h2 {
        margin: 0 0 4px 0;
        font-family: 'Alice', serif;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }
    #contents > .top_press > .ttl > span {
        display: block;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-align: center;
    }
    #contents > .top_press > dl {
        width: 93.75%;
        margin: 0 auto;
    }
    #contents > .top_press > dl > dt {
        clear: both;
        width: 100%;
        margin-bottom: 6px;
        padding-bottom: 0;
        font-family: 'Alice', serif;
        font-size: 12px;
        line-height: 12px;
    }
    #contents > .top_press > dl > dt:after {
        display: none;
    }
    #contents > .top_press > dl > dd {
        margin-bottom: 18px;
        padding: 0 0 18px 0;
        font-size: 12px;
        line-height: 18px;
        position: relative;
    }
    #contents > .top_press > dl > dd:after {
        background: url(../img/line_dot.png) center bottom no-repeat;
        position: absolute;
        left: 50%;
        bottom: 0;
        display: block;
        content: "";
        width: 58px;
        margin-left: -29px;
        padding-bottom: 1px;
    }
    #contents > .top_press > dl > dd:last-child:after {
        display: none;
    }


    /* ===================== */
    /* dress
    /* ===================== */

    #contents > .dress_kv {
        width: 100%;
        margin: 0 auto 3vw;
    }

    #contents > .dress_kv img {
        width: 100%;
    }
    
    #contents > .dress_list_wrap {
        margin-bottom: 10vw;
        text-align: center;
    }
    
    #contents > .dress_list_wrap > .ttl > h3 {
    }
    #contents > .dress_list_wrap > .ttl > h3 img {
        width: 100%;
    }
    

    #contents > .dress_list_wrap > .pd_dress_list {
        width: 100%;
    }
    #contents > .dress_list_wrap > .pd_dress_list > .item {
        width: 100%;
        margin: 0 auto 3vw;
    }
    #contents > .dress_list_wrap > .pd_dress_list > .item > a {
        display: block;
        transition: all 1s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #contents > .dress_list_wrap > .pd_dress_list > .item > a:hover {
        filter: brightness(1.15);
    }


    #contents > .dress_list_wrap > .pd_dress_link {
        width: 100%;
        margin: 0 auto 10vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #contents > .dress_list_wrap > .pd_dress_link > h3 {
        width: 100%;
        margin-bottom: 5vw;
        font-family: 'Alice', serif;
        font-size: 20px;
        line-height: 1;
        text-align: center;
    }
    #contents > .dress_list_wrap > .pd_dress_link > .item {
        display: block;
        width: 30%;
        margin: 0;
        padding: 3%;
        overflow: hidden;
    }
    #contents > .dress_list_wrap > .pd_dress_link > .item > a {
        display: block;
        transform: scale(1.01);
        transition: all 1s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #contents > .dress_list_wrap > .pd_dress_link > .item > a:hover {
        transform: scale(1.08);
        filter: brightness(1.15);
    }


    #contents > .dress_list_wrap > .cd_dress_list {
        width: 100%;
        margin: 0 auto 3vw auto;
        display: flex;
        flex-wrap: wrap;
    }
    #contents > .dress_list_wrap > .cd_dress_list > .cd_dress_ttl {
        width: 50%;
        padding: 8% 0;
    }
    #contents > .dress_list_wrap > .cd_dress_list > .cd_dress_ttl img {
        width: 80%;
    }
    #contents > .dress_list_wrap > .cd_dress_list > .cd_dress_link {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
    }
    #contents > .dress_list_wrap > .cd_dress_list > .cd_dress_link > .item {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    #contents > .dress_list_wrap > .cd_dress_list > .cd_dress_link > .item.half {
        width: 50%;
    }

    #contents > .dress_list_wrap > .cd_dress_list > .cd_tuxedo_ttl {
        width: 100%;
        padding: 30px 0 20px 0;
    }
    #contents > .dress_list_wrap > .cd_dress_list > .cd_tuxedo_ttl img {
        width: 42%;
    }
    #contents > .dress_list_wrap > .cd_dress_list > .cd_tuxedo_link {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    #contents > .dress_list_wrap > .cd_dress_list > .cd_tuxedo_link > .item {
        display: block;
        width: 25%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    #contents > .dress_list_wrap > .cd_dress_list .item > a {
        display: block;
        transform: scale(1.01);
        transition: all 1s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #contents > .dress_list_wrap > .cd_dress_list .item > a:hover {
        transform: scale(1.08);
        filter: brightness(1.15);
    }


    #contents > .cd_dress_detail_list {
        width: 100%;
        margin: 0 auto 10vw auto;
        display: flex;
        flex-wrap: wrap;
    }
    #contents > .cd_dress_detail_list > h3 {
        display: block;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 3vw;
    }
    #contents > .cd_dress_detail_list > h3 img {
    }
    #contents > .cd_dress_detail_list > .cd_dress_nav {
        width: 100%;
        margin: 0 auto 5vw auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #contents > .cd_dress_detail_list > .cd_dress_nav .item {
        width: 32%;
        overflow: hidden;
    }
    #contents > .cd_dress_detail_list > .cd_dress_nav .item.item_s {
        width: 16%;
    }
    #contents > .cd_dress_detail_list > .cd_dress_nav .item.item_l {
        width: 48%;
    }
    #contents > .cd_dress_detail_list > .cd_dress_nav .item.tuxedo {
        width: 14%;
    }
    #contents > .cd_dress_detail_list > .cd_dress_nav .item img {
    }
    #contents > .cd_dress_detail_list > .cd_dress_nav .item > a {
        display: block;
        transform: scale(1.01);
        transition: all 1s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #contents > .cd_dress_detail_list > .cd_dress_nav .item > a:hover {
        transform: scale(1.08);
        filter: brightness(1.15);
    }



    #contents > .cd_title {
        max-width: inherit;
        min-width: inherit;
        margin: 0 auto;
        padding: 0;
    }
    #contents > .cd_title img {
        display: block;
        height: auto;
        width: 60%;
        margin: 0 auto;
    }
    

    #contents > .dress_slide {
        max-width: inherit;
        min-width: inherit;
        margin: 0 auto 2vw auto;
        padding: 0;
    }
    #contents > .dress_slide.pd_dress_slide {
        display: flex;
        align-items: center;
    }

    #contents > .dress_slide > .dress_slide_inner {
        padding: 0;
        position: relative;
    }
    #contents > .dress_slide.pd_dress_slide > .dress_slide_inner {
        width: 60%;
    }

    #contents > .dress_slide > .dress_slide_inner .swiper-container {
        text-align: center;
    }
    #contents > .dress_slide > .dress_slide_inner .dress_slider {
        width: 100%;
        height: auto;
    }
    #contents > .dress_slide > .dress_slide_inner .pd_dress_slider {
        width: 100%;
        height: auto;
    }
    #contents > .dress_slide > .dress_slide_inner .dress_slider .swiper-slide {
        height: auto;
    }
    #contents > .dress_slide > .dress_slide_inner .dress_slider .swiper-slide img {
        height: 75vw;
    }
    #contents > .dress_slide.pd_dress_slide > .dress_slide_inner .dress_slider .swiper-slide img {
        height: auto;
    }

    #contents > .dress_slide.pd_dress_slide > .dress_illust {
        width: 40%;
    }
    #contents > .dress_slide.pd_dress_slide > .dress_illust img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    #contents._characterdress .swiper-pagination {
        padding: 3vw 0;
        font-size: 6px;
        line-height: 1;
    }
    #contents._princessdress .swiper-pagination {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #contents._princessdress .swiper-pagination-bullet {
        border: #fff solid 1px;
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 3px;
        opacity: 1;
    }
    #contents._princessdress .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }
    #contents._characterdress .swiper-pagination-bullet {
        margin: 0 1vw;
        width: 13vw;
        height: 6px;
        display: inline-block;
        border-radius: 3px;
        opacity: 1;
    }


    #contents > .dress_text {
        min-width: inherit;
        margin: 0 auto 10vw;
        padding: 0 3vw;
        position: relative;
    }
    #contents > .dress_text > dl {
        width: 100%;
        margin: 0 auto;
    }
    #contents > .dress_text > dl:after {
        content:" ";
        display:block;
        clear:both;
    }
    #contents > .dress_text > dl > dt {
        background-color: transparent !important;
        float: none;
        clear: left;
        width: 100%;
        padding: 8px 2vw;
        font-family: 'Alice', serif;
        font-size: 14px;
        line-height: 14px;
    }
    #contents > .dress_text > dl > dd {
        background-color: #f8f8f8 !important;
        width: 100%;
        margin-bottom: 6px;
        padding: 8px 2vw;
        font-size: 14px;
        line-height: 22px;
    }
    #contents > .dress_text > p {
        margin-bottom: 12px;
        padding: 10px 2vw;
        font-size: 14px;
        line-height: 22px;
    }
    #contents > .dress_text > p > span {
        display: block;
        font-size: 12px;
    }


    #contents > .tuxedo_slide_wrap {
        max-width: 960px;
        min-width: inherit;
        margin: 0 auto;
        padding: 3vw;
        position: relative;
    }
    #contents > .tuxedo_slide_wrap:after {
        content:" ";
        display:block;
        clear:both;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide {
        float: none;
        width: 100%;
        position: relative;
        padding: 0;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide:nth-child(odd) {
        clear: left;
        float: left;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide:nth-child(even) {
        padding: 0;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_slider {
        position: relative;
        height: auto;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_slider img {
        width: 100%;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_ph {
        height: auto;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_ph img {
        width: 100%;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text {
        width: 100%;
        margin-bottom: 5vw;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl {
        width: 100%;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl:after {
        content:" ";
        display:block;
        clear:both;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dt, dd {
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dt {
        background-color: inherit;
        border-top: #b3b3b3 solid 1px;
        float: none;
        clear: left;
        width: 100%;
        padding: 10px 2vw;
        font-family: 'Alice', serif;
        font-size: 14px;
        line-height: 14px;
    }

    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > dl > dd {
        background-color: #f8f8f8 !important;
        border-top: #b3b3b3 solid 1px !important;
        width: 100%;
        padding: 5px 2vw;
        font-size: 14px;
        line-height: 22px;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > p {
        border-top: #b3b3b3 solid 1px;
        margin-bottom: 12px;
        padding: 10px 2vw;
        font-size: 14px;
        line-height: 22px;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > p > span {
        display: block;
        font-size: 12px;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > .tuxedo_thumbs {
        height: 150px;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > .tuxedo_thumbs .swiper-slide {
        width: auto;
        height: 100%;
        opacity: 0.4;
        cursor: pointer;
    }
    #contents > .tuxedo_slide_wrap > .tuxedo_slide > .tuxedo_text > .tuxedo_thumbs .swiper-slide-active {
        opacity: 1;
    }




    /* ===================== */
    /* press shop contact
    /* ===================== */

    #contents > .other_cnt {
        max-width: inherit;
        min-width: inherit;
        width: 100%;
        margin: 0 auto;
        padding: 20px 3vw 0 3vw;
        position: relative;
    }

    #contents > .other_cnt > .ttl {
        width: 100%;
        margin-bottom: 18px;
        padding: 12px 0;
        text-align: center;
    }
    #contents > .other_cnt > .ttl > h2 {
        margin-bottom: 3px;
        font-family: 'Alice', serif;
        font-size: 21px;
        line-height: 21px;
    }
    #contents > .other_cnt > .ttl > p {
        font-size: 9px;
        font-weight: bold;
        line-height: 9px;
    }

    #contents > .other_cnt > .press_wrap {
        border-top: #dadada solid 1px;
        width: 100%;
        position: relative;
    }
    #contents > .other_cnt > .press_wrap:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border-top: #fff solid 1px;
    }

    #contents > .other_cnt > .press_wrap > .press_info {
        border-bottom: #fff solid 1px;
        width: 100%;
        position: relative;
    }
    #contents > .other_cnt > .press_wrap > .press_info:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-top: #dadada solid 1px;
    }

    #contents > .other_cnt > .press_wrap > .press_info > .press_date {
        float: none;
        clear: both;
        display: inline-block;
        width: auto;
        padding: 18px 6px 12px 6px;
        font-family: 'Alice', serif;
        font-size: 13px;
        line-height: 13px;
        position: relative;
        border-bottom: #dadada solid 1px;
    }

    #contents > .other_cnt > .press_wrap > .press_info > .press_date:after {
        display: none;
    }

    #contents > .other_cnt > .press_wrap > .press_info > .press_text {
        padding: 12px 6px;
    }
    #contents > .other_cnt > .press_wrap > .press_info > .press_text > p {
        margin-bottom: 1em;
        font-size: 12px;
        line-height: 20px;
    }
    #contents > .other_cnt > .press_wrap > .press_info > .press_text > .ph {
        border: #fff solid 4px;
        box-shadow: 0px 0px 5px 0px #ccc;
        margin-bottom: 1em;
    }
    #contents > .other_cnt > .press_wrap > .press_info > .press_text > .ph > img {
        width: 100%;
    }
    #contents > .other_cnt > .press_wrap > .press_info > .press_text > .btn {
        width: 100%;
    }
    #contents > .other_cnt > .press_wrap > .press_info > .press_text > .btn > a {
        display: block;
        background: #fff url(../img/icon_arrow_03.png) 95% center no-repeat;
        background-size: 10px 6px;
        border: #fff solid 2px;
        box-shadow: 0px 0px 3px 0px #ccc;
        font-size: 12px;
        font-weight: bold;
        line-height: 32px;
        color: #a08245;
        text-align: center;
        -webkit-transition: none;
        transition: none;
    }
    #contents > .other_cnt > .press_wrap > .press_info > .press_text > .btn > a:hover {
        background: #fff url(../img/icon_arrow_03.png) 95% center no-repeat;
        background-size: 10px 6px;
        border: #fff solid 2px;
        box-shadow: 0 #ccc;
    }


    #contents > .other_cnt > .contact_wrap {
        border-top: #dadada solid 1px;
        width: 100%;
        position: relative;
    }
    #contents > .other_cnt > .contact_wrap:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border-top: #fff solid 1px;
    }

    #contents > .other_cnt > .contact_wrap > .contact_info {
        float: none;
        width: 100%;
        padding: 30px 0;
        margin-bottom: 0;
    }
    #contents > .other_cnt > .contact_wrap > .contact_info > h3 {
        display: block;
        background: url(../img/contact/ttl_bg_sp.png) center center no-repeat;
        background-size: 245px 40px;
        margin-bottom: 12px;
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        color: #fff;
    }
    #contents > .other_cnt > .contact_wrap > .contact_info > p {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
    #contents > .other_cnt > .contact_wrap > .contact_info > .btn {
        width: 200px;
        margin: 0 auto;
    }
    #contents > .other_cnt > .contact_wrap > .contact_info > .btn > a {
        display: block;
        background: #fff url(../img/icon_arrow_03.png) 180px center no-repeat;
        background-size: 10px 6px;
        border: #fff solid 2px;
        box-shadow: 0px 0px 3px 0px #ccc;
        font-size: 12px;
        font-weight: bold;
        line-height: 32px;
        color: #a08245;
        text-align: center;
        -webkit-transition: none;
        transition: none;
    }
    #contents > .other_cnt > .contact_wrap > .contact_info > .btn > a:hover {
        background: #fff url(../img/icon_arrow_03.png) 180px center no-repeat;
        background-size: 10px 6px;
        border: #fff solid 2px;
        box-shadow: 0px 0px 3px 0px #ccc;
    }
    #contents > .other_cnt > .contact_wrap > .contact_info > .tel {
        width: 200px;
        margin: 0 auto;
    }
    #contents > .other_cnt > .contact_wrap > .contact_info > .tel > a {
        display: block;
        background: #fff url(../img/contact/icon_tel.png) 50px center no-repeat;
        background-size: 12px 13px;
        border: #fff solid 2px;
        box-shadow: 0px 0px 3px 0px #ccc;
        padding-left: 22px;
        font-size: 12px;
        font-weight: bold;
        line-height: 32px;
        color: #a08245;
        text-align: center;
        -webkit-transition: none;
        transition: none;
    }
    #contents > .other_cnt > .contact_wrap > .contact_info > .tel > a:hover {
        border: #fff solid 2px;
        box-shadow: 0px 0px 3px 0px #ccc;
    }



    #contents > .shop_kv {
        background: -moz-linear-gradient(top left, #b69a60, #a08344);
        background: -webkit-linear-gradient(top left, #b69a60, #a08344);
        background: linear-gradient(to bottom right, #b69a60, #a08344);
        width: 100%;
        position: relative;
    }
    #contents > .shop_kv > .ttl {
        width: 100%;
        margin-bottom: 0;
        padding: 30px 0 20px 0;
        text-align: center;
        position: relative;
    }
    #contents > .shop_kv > .ttl > h2 {
        margin-bottom: 5px;
        font-family: 'Alice', serif;
        font-size: 21px;
        line-height: 21px;
        color: #fff;
    }
    #contents > .shop_kv > .ttl > p {
        font-size: 9px;
        font-weight: bold;
        line-height: 9px;
        color: #fff;
    }
    #contents > .shop_kv > .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    #contents > .shop_kv > .bg > img {
        width: 100%;
    }

    #contents > .shop_kv > ul {
        position: relative;
        padding: 4px;
    }
    #contents > .shop_kv > ul:after {
        content:" ";
        display:block;
        clear:both;
    }
    #contents > .shop_kv > ul > li {
        float: left;
        width: 33.3333%;
        padding: 2px;
    }
    #contents > .shop_kv > ul > li > span {
        display: block;
        background: #fff;
        border: #fff solid 1px;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        color: #a08245;
        -webkit-transition: none;
        transition: none;
    }
    #contents > .shop_kv > ul > li.is-active > span {
        display: block;
        background: #a08245;
        border: #fff solid 1px;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        color: #fff;
    }
    #contents > .shop_kv > ul > li > span:hover {
        background: #a08245;
        color: #fff;
    }

    #contents > .shoplist_wrap {
        max-width: inherit;
        min-width: inherit;
        width: 93.75%;
        padding: 12px 0 0 0;
        position: relative;
    }
    #contents > .shoplist_wrap > .shoplist_panel {
    }
    #contents > .shoplist_wrap > .shoplist_panel > .ttl {
        background: url(../img/shoplist/ttl_bg_sp.png) center bottom no-repeat;
        background-size: 161px 30px;
        border-bottom: #a08245 solid 3px;
        text-align: center;
        color: #fff;
    }
    #contents > .shoplist_wrap > .shoplist_panel > .ttl > h3 {
        padding: 6px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
    }
    #contents > .shoplist_wrap > .shoplist_panel > table {
        width: 100%;
    }
    #contents > .shoplist_wrap > .shoplist_panel > table th {
        display: block;
        border-top: #fff solid 1px;
        border-bottom: #dfdfdf solid 1px;
        padding: 6px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }
    #contents > .shoplist_wrap > .shoplist_panel > table td.adress {
        display: block;
        border-top: #fff solid 1px;
        border-bottom: #dfdfdf solid 1px;
        padding: 6px;
        font-size: 13px;
        text-align: center;
    }
    #contents > .shoplist_wrap > .shoplist_panel > table td.tel {
        display: block;
        border-top: #fff solid 1px;
        border-bottom: #a08245 solid 3px;
        padding: 6px 6px 18px 6px;
        font-size: 13px;
        text-align: center;
    }
    #contents > .shoplist_wrap > .shoplist_panel > table td.tel a {
        display: inline-block;
        background: url(../img/contact/icon_tel.png) left center no-repeat;
        background-size: 12px 13px;
        padding-left: 18px;
        font-size: 13px;
        font-weight: bold;
        color: #a08245;
        text-decoration: underline;
    }
}



