@charset "UTF-8";
/* CSS Document */


/*　下層ページ共通
----------------------------------------------- */

.padding_tp_30 {
	padding-top: 30px;
}

.padding_tp_50 {
	padding-top: 50px;
}

.padding_tp_70 {
    padding-top: 70px;
}

.padding_tp_180 {
	padding-top: 170px;
}

.margin_bt_35 {
	margin-bottom: 35px;
}

.margin_bt_80 {
	margin-bottom: 80px;
}

.margin_bt_70 {
	margin-bottom: 40px;
}

.margin_bt_140 {
	margin-bottom: 120px;
}

.margin_bt_180 {
	margin-bottom: 180px;
}

.content_text {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.8em;
	letter-spacing: 2px;
}

#container #content_area {
	
}

#container #content_area a img {
	cursor: pointer;
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

#container #content_area a:hover img {
	opacity: 0.6;
}

#container #content_area .midashi_box {
	margin-top: 150px;
}

#container #content_area .midashi_box .img {
	text-align: center;
	margin-bottom: 20px;
}

#container #content_area .midashi_box .midashi {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing: 16px;
	color: #95b0bd;
	text-align: center;
	margin-bottom: 15px;
}

#container #content_area .midashi_box span {
	display: block;
	text-align: center;
	color: #95b0bd;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 5px;
	font-weight: 500;
}

#container #content_area .intro_box {
	
}

/*　下層ページ共通 / back_number_box
----------------------------------------------- */

.bd_pink_2px {
	border-bottom: 2px solid #f29bc1;
}

.bd_green_2px {
	border-bottom: 2px solid #a5cd56;
}

.bd_yellow_2px {
	border-bottom: 2px solid #ffdc45;
}

.bd_blue_2px {
	border-bottom: 2px solid #1ac1f1;
}

#container .back_number_box {
	margin-bottom: 195px;
}

#container .back_number_box .inner {
	width: 850px;
}

#container .back_number_box .midashi {
	padding-bottom: 20px;
	margin-bottom: 25px;
	font-family: "futura-pt",sans-serif;
	font-weight: 500;
	font-size: 24px;
	font-size: 2.4rem;
	color: #95b0bd;
	letter-spacing: 2px;
}

#container .back_number_box ul {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#container .back_number_box ul li {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	width: 20%;
	text-align: center;
}

#container .back_number_box ul li:nth-child(n + 6) {
	margin-top: 20px;
}

#container .back_number_box ul li a:hover {
	text-decoration: underline;
	color: #95b0bd;
}

#container .back_number_box ul li.empty_bnr {
	width: 20%;
}


/* -----------------------------------------------

乙女窓

----------------------------------------------- */

/*　乙女窓 / mado_ttl_box
----------------------------------------------- */

#container #content_area .mado_ttl_box {
	
}

#container #content_area .mado_ttl_box .inner {
	width: 850px;
}

#container #content_area .mado_ttl_box .date {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 30px;
}

#container #content_area .mado_ttl_box .ttl {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-weight: 600;
	border-top: 2px solid #ffdc45;
	border-bottom: 2px solid #ffdc45;
	padding: 30px 0;
	margin-bottom: 30px;
}

/*　乙女窓 / mado_box01
----------------------------------------------- */

#container #content_area .mado_box01 {
	text-align: center;
}

/*　乙女窓 / mado_box03
----------------------------------------------- */

#container #content_area .mado_box03 {
	
}

#container #content_area .mado_box03 .inner {
	width: 850px;
}

#container #content_area .mado_box03 ul {
	margin-right: -50px;
}

#container #content_area .mado_box03 ul li {
	float: left;
	margin-right: 50px;
	margin-bottom: 35px;
}

#container #content_area .mado_box03 ul li:nth-last-child(2) {
	margin-bottom: 0;
}

#container #content_area .mado_box03 ul li:last-child {
	margin-bottom: 0;
}

/*　乙女窓 / mado_box04
----------------------------------------------- */

#container #content_area .mado_box04 {
	
}

#container #content_area .mado_box04 .inner {
	width: 850px;
}

#container #content_area .mado_box04 .box_l {
	float: left;
	width: 400px;
}

#container #content_area .mado_box04 .box_l ul {
	
}

#container #content_area .mado_box04 .box_l ul li {
	margin-bottom: 35px;
}

#container #content_area .mado_box04 .box_l ul li:last-child {
	margin-bottom: 0;
}

#container #content_area .mado_box04 .box_r {
	float: right;
	width: 400px;
}


/* -----------------------------------------------

乙女心

----------------------------------------------- */

/*　乙女心 / mado_ttl_box
----------------------------------------------- */

#container #content_area .otome_box_top {
	
}

#container #content_area .otome_box_top .inner,
#container #content_area .otome_box_bottom .inner {
	width: 850px;
}

#container #content_area .otome_box_top .daiji,
#container #content_area .otome_box_bottom .daiji {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: 600;
	border-bottom: 2px solid #1ac1f1;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#container #content_area .otome_box_top .box_l {
	float: left;
	width: 280px;
}

#container #content_area .otome_box_top .box_l ul {
	
}

#container #content_area .otome_box_top .box_l ul li:first-child {
	margin-bottom: 30px;
}

#container #content_area .otome_box_top .box_r {
	float: right;
	width: 520px;
}

#container #content_area .otome_box_top .box_r p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0em;
	letter-spacing: 2px;
}

#container #content_area .otome_box_bottom .box {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0em;
	letter-spacing: 2px;
	border-bottom: 1px dotted #1ac1f1;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#container #content_area .otome_box_bottom .box:last-child {
	margin-bottom: 0;
}

#container #content_area .otome_box_bottom .box .box_l {
	float: left;
	width: 200px;
}

#container #content_area .otome_box_bottom .box .box_r {
	float: left;
}


/* -----------------------------------------------

取扱ブランド

----------------------------------------------- */

/*　取扱ブランド / brand_box
----------------------------------------------- */

#container #content_area .font_s {
	width: 850px;
	margin: 0 auto 20px;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	text-align: right;
}

#container #content_area .brand_box {
	width: 850px;
	margin: 0 auto 30px;
	border-top: 2px solid #8591c6;
	padding-top: 30px;
}

#container #content_area .brand_box:last-child {
	margin-bottom: 180px;
	border-bottom: 2px solid #8591c6;
	padding-bottom: 30px;
}

#container #content_area .brand_box .box_l {
	float: left;
	width: 330px;
}

#container #content_area .brand_box .box_l .daiji {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
	letter-spacing: 2px;
	font-weight: 500;
}

#container #content_area .brand_box .box_l .daiji a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
	letter-spacing: 2px;
	font-weight: 500;
	color: #8591c6;
}

#container #content_area .brand_box .box_l .daiji a:hover {
	text-decoration: underline;
}

#container #content_area .brand_box .box_r {
	float: right;
	width: 520px;
}

#container #content_area .brand_box .box_r .box_top {
	/*border-bottom: 1px dotted #8591c6;
	padding-bottom: 20px;
	margin-bottom: 20px;*/
}

#container #content_area .brand_box .box_r .box_top .daiji {
	
}

#container #content_area .brand_box .box_r .box_top p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	letter-spacing: 2px;
}

#container #content_area .brand_box .box_r .box_bottom {
	border-top: 1px dotted #8591c6;
	padding-top: 20px;
	margin-top: 20px;
}

#container #content_area .brand_box .box_r .box_bottom .daiji {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 10px;
}

#container #content_area .brand_box .box_r .box_bottom p {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

#container #content_area .brand_box .box_r .box {
	border-bottom: 1px dotted #8591c6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#container #content_area .brand_box .box_r .box:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#container #content_area .brand_box .box_r .box .daiji {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 10px;
}

#container #content_area .brand_box .box_r .box .daiji a {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: 500;
	color: #8591c6;
}

#container #content_area .brand_box .box_r .box .daiji a:hover {
	text-decoration: underline;
}

#container #content_area .brand_box .box_r .box p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
	letter-spacing: 2px;
}

#container #content_area .brand_box .box_r .box p a:hover {
	text-decoration: underline;
}


/*　フッター / 補足
----------------------------------------------- */

#container .hosoku_box {
	margin-bottom: 40px;
}

#container .hosoku_box .inner {
	width: 850px;
}

#container .hosoku_box p.blog_hosoku_text {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	position: relative;
	padding-left: 45px;
}

#container .hosoku_box p.blog_hosoku_text:before {
	display: inline-block;
	content: '';
	background-image: url('../../img/common_img/blog_tag.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 16px;
	width: 40px;
	height: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}



/************************************************

トップ / 改修201907

************************************************/

/*　共通
----------------------------------------------- */

.bd_gray {
	border: 10px solid #95b0bd;
	width: 100%;
	height: 100%;
}

/*　MV
----------------------------------------------- */

#container #top_mv_area {
	padding: 120px 0 200px;
}

#container #top_mv_area .top_inner_box {
	width: 1000px;
	margin: 0 auto;
}

#container #top_mv_area .logo {
	text-align: center;
}

/*　インスタ
----------------------------------------------- */

#container #instagram_area {
	margin-bottom: 200px;
}

#container #instagram_area .midashi {
	font-family: "a-otf-futo-go-b101-pr6n",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 6px;
	margin-bottom: 60px;
	text-align: center;
}

#container #instagram_area .instagram_box .top_inner_box {
	width: 1000px;
	margin: 0 auto;
}

#container #instagram_area .instagram_box ul {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

#container #instagram_area .instagram_box ul li {
	width: 247px;
	margin-right: 4px;
	margin-bottom: 4px;
}

#container #instagram_area .instagram_box ul li img {
	max-width: 100%;
	height: auto;
}

#container #instagram_area .instagram_box ul li:nth-child(n + 5) {
	margin-bottom: 0;
}

#container #instagram_area .instagram_box ul li:nth-child(4n) {
	margin-right: 0;
}

#container #instagram_area .instagram_box .instagram_btn_box {
	
}

#container #instagram_area .instagram_box .instagram_btn_box a {
	border: 1px solid #95b0bd;
	padding: 20px 0;
	color: #95b0bd;
	font-size: 14px;
	letter-spacing: 2px;
	display: block;
	width: 360px;
	text-align: center;
	margin: 40px auto;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}

#container #instagram_area .instagram_box .instagram_btn_box a:hover {
	background-color: #95b0bd;
	color: #ffffff;
	opacity: 0.6;
}


/* 新着情報
----------------------------------------------- */

#container #top_news_area {
	padding: 0 0 120px;
}

#container #top_news_area .top_inner_box {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	border-top: solid 1px #95b0bd;
	border-bottom: solid 1px #95b0bd;
}

#container #top_news_area .news_scroll_box {
	height: 160px;
	overflow-y: scroll;
}

#container #top_news_area .news_scroll_box ul{
	
}

#container #top_news_area .news_scroll_box ul li {
	margin-bottom: 12px;
}

#container #top_news_area .news_scroll_box ul li:last-child {
	margin-bottom: 0;
}

#container #top_news_area .news_scroll_box .box {
	font-size: 14px;
	font-size: 1.4rem;
}

#container #top_news_area .news_scroll_box a {
	display: block;
}

#container #top_news_area .news_scroll_box a:hover {
	color: #F85CA2;
}

#container #top_news_area .news_scroll_box .box .date {
	float: left;
	width: 105px;
	line-height: 1.6em;
}

#container #top_news_area .news_scroll_box .box .ttl {
	float: left;
	width: 800px;
	line-height: 1.6em;
}


/*　コンテンツ
----------------------------------------------- */

#container #top_content_area {
	padding: 0 0 200px;
}

#container #top_content_area .top_inner_box {
	width: 1000px;
	margin: 0 auto;
}

#container #top_content_area .midashi {
	font-family: "a-otf-futo-go-b101-pr6n",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 6px;
	margin-bottom: 60px;
	text-align: center;
}

#container #top_content_area .content_btn_box {
	max-width: 1000px;
}

#container #top_content_area ul.content_top_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto 35px;
}

#container #top_content_area ul.content_top_box li {

}

#container #top_content_area ul li .tuzuru_img,
#container #top_content_area ul li .tukuru_img,
#container #top_content_area ul li .odekake_img,
#container #top_content_area ul li .tanosimu_img,
#container #top_content_area ul li .otome_moyou_img,
#container #top_content_area ul li .otome_mado_img,
#container #top_content_area ul li .otome_gokoro_img,
#container #top_content_area ul li .brand_img {
	position: relative;
	margin: 0 auto 20px;
	width: 200px;
	text-align: center;
}

#container #top_content_area ul li .img {
	position: relative;
	margin-bottom: 20px;
	width: 200px;
	text-align: center;
}

#container #top_content_area ul li .ttl {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 3px;
	color: #95b0bd;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	z-index: -1;
}

#container #top_content_area ul li .ttl span {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	color: #F85CA2;
	text-align: center;
	display: block;
	margin-top: 15px;
	-webkit-animation-duration: 2s;
	-ms-animation-duration: 2s;
	animation-delay: 2s;
	-webkit-animation-iteration-count: 3;
	-ms-animation-iteration-count: 3;
	animation-iteration-count: 3;
}

#container #top_content_area ul li a:hover > .ttl {
	display: none;
}

#container #top_content_area ul li .text_box {
	text-align: center;
}

#container #top_content_area ul li .text_box .daiji {
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 3px;
}

#container #top_content_area ul li .text_box p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	letter-spacing: 2px;
}

#container #top_content_area ul.content_bottom_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	/*-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;*/
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 800px;
	margin: 0 auto;
}

#container #top_content_area ul.content_bottom_box li {
	width: 33.3325%;
}

#container #top_content_area ul.content_bottom_box li:nth-child(4) {
	margin: 70px 0 0 0;
}

.circle {
    animation-name: css3RotationGraphic;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    -webkit-animation-name: css3RotationGraphic;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    -moz-animation-name: css3RotationGraphic;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 20s;
}

.tuzuru_circle {
    animation-name: css3RotationGraphic;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    -webkit-animation-name: css3RotationGraphic;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    -moz-animation-name: css3RotationGraphic;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 20s;
}
@keyframes css3RotationGraphic {
  0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

@-webkit-keyframes css3RotationGraphic {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes css3RotationGraphic {
  0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); }
}

#container #top_content_area .scroll_icon {
	text-align: center;
}


/*　店舗情報
----------------------------------------------- */

#container #top_shop_info_area {

}

#container #top_shop_info_area .top_inner_box {
	width: 1000px;
	margin: 0 auto;
}

#container #top_shop_info_area .midashi {
	font-family: "a-otf-futo-go-b101-pr6n",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 6px;
	margin-bottom: 60px;
	text-align: center;
}

#container #top_shop_info_area .shop_jyoho_box {
	max-width: 1000px;
	position: relative;
}

#container #top_shop_info_area .shop_box {
	display: table;
}

#container #top_shop_info_area .shop_box .box_l {
	display: table-cell;
	width: 560px;
	padding-right: 60px;
	position: relative;
}

#container #top_shop_info_area .shop_box .box_l table {
	width: 560px;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #ffffff;
}

#container #top_shop_info_area .shop_box .box_l table th {
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 30px;
	color: #ffffff;
}

#container #top_shop_info_area .shop_box .box_l table td {
	text-align: center;
	vertical-align: middle;
}

#container #top_shop_info_area .shop_box .box_l table td.w80 {
	width: 80px;
	height: 80px;
}

#container #top_shop_info_area .shop_box .box_l table td.h30 {
	height: 30px;
}

#container #top_shop_info_area .shop_box .box_l table .bd_left_top_right {
	border-left: 1px solid #95b0bd;
	border-top: 1px solid #95b0bd;
	border-right: 1px solid #95b0bd;
}

#container #top_shop_info_area .shop_box .box_l table .bd_left_bottom_right {
	border-left: 1px solid #95b0bd;
	border-bottom: 1px solid #95b0bd;
	border-right: 1px solid #95b0bd;
}

#container #top_shop_info_area .shop_box .box_l table .bd_bottom_right {
	border-bottom: 1px solid #95b0bd;
	border-right: 1px solid #95b0bd;
}

#container #top_shop_info_area .shop_box .box_l table .white_bd_left_bottom_right {
	border-left: 1px solid #95b0bd;
	border-bottom: 1px solid #95b0bd;
	border-right: 1px solid #ffffff;
}

#container #top_shop_info_area .shop_box .box_l table .white_bd_bottom_right {
	border-bottom: 1px solid #95b0bd;
	border-right: 1px solid #ffffff;
}

#container #top_shop_info_area .shop_box .box_l table .bg_gray {
	background-color: #95b0bd;
}

#container #top_shop_info_area .shop_box .box_l table .bg_space_gray {
	background-color: #eaeff2;
}

#container #top_shop_info_area .shop_box .box_l table .font_bold {
	font-weight: 700;
}

#container #top_shop_info_area .shop_box .box_l table .font_space {
	letter-spacing: 1px;
}

#container #top_shop_info_area .shop_box .box_l table .yellow_maru {
	display: inline-block;
	border-radius: 50%;
    height: 34px;
    width: 34px;
	background-color: #ffdc45;
	line-height: 34px;
	color: #ffffff;
}

#container #top_shop_info_area .shop_box .box_l table .blue_maru {
	display: inline-block;
	border-radius: 50%;
    height: 34px;
    width: 34px;
	background-color: #1ac1f1;
	line-height: 34px;
	color: #ffffff;
}

#container #top_shop_info_area .shop_box .box_l table .pink_maru {
	display: inline-block;
	border-radius: 50%;
    height: 34px;
    width: 34px;
	background-color: #f29bc1;
	line-height: 34px;
	color: #ffffff;
}

#container #top_shop_info_area .shop_box .box_l table .green_maru {
	display: inline-block;
	border-radius: 50%;
    height: 34px;
    width: 34px;
	background-color: #84cb29;
	line-height: 34px;
	color: #ffffff;
}

#container #top_shop_info_area .shop_box .box_l table .purple_maru {
	display: inline-block;
	border-radius: 50%;
    height: 34px;
    width: 34px;
	background-color: #8490c8;
	line-height: 34px;
	color: #ffffff;
}

#container #top_shop_info_area .shop_box .box_l .font_kome {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-top: 20px;
	line-height: 1.6em;
}

#container #top_shop_info_area .shop_box .box_l .font_kome a {
	text-decoration: underline;
	color: #F85CA2;
}

#container #top_shop_info_area .shop_box .box_l .font_kome a:hover {
	opacity: 0.6;
}

#container #top_shop_info_area .shop_box .box_l .anniversary_icon {
	position: absolute;
	top: 240px;
	left: 45px;
	width: 55px;
}

#container #top_shop_info_area .shop_box .box_l .anniversary_icon img {
	max-width: 100%;
}

#container #top_shop_info_area .shop_box .box_l .event_icon {
	position: absolute;
	top: 240px;
	left: -30px;
}

#container #top_shop_info_area .shop_box .box_l .event_icon a {
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}

#container #top_shop_info_area .shop_box .box_l .event_icon a:hover {
	opacity: 0.8;
}

#container #top_shop_info_area .shop_box .box_r {
	display: table-cell;
	width: 380px;
}

#container #top_shop_info_area .shop_box .box_r .jyoho_box {
	margin-bottom: 35px;
}

#container #top_shop_info_area .shop_box .box_r .jyoho_box p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
}

#container #top_shop_info_area .shop_box .box_r .access_box {

}

#container #top_shop_info_area .shop_box .box_r .access_box .btn {
	text-align: right;
}

#container #top_shop_info_area .shop_box .box_r .access_box .btn a {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #95b0bd;
	padding-left: 20px;
	letter-spacing: 1px;
}

#container #top_shop_info_area .shop_box .box_r .access_box .btn a:before {
	content: url(../../img/common_img/exlink_icon.png);
    position: absolute;
    top: 4px;
	left: 0;
}

#container #top_shop_info_area .shop_box .box_r .access_box .btn a:hover {
	color: #95b0bd;
}

#container #top_shop_info_area .scroll_icon {
	text-align: center;
}


/* フッター
----------------------------------------------- */

#top_footer {
	padding: 200px 0 0;
}

#top_footer .top_inner_box {
	position: relative;
}

#top_footer .scroll_icon {
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, -50%);
    text-align: center;
}

#top_footer .copy {
	position: absolute;
	bottom: 40px;
	right: 0;
	font-size: 10px;
	font-size: 1.0rem;
	color: #95b0bd;
	letter-spacing: 2px;
}

#top_footer .footer_nav {
	position: absolute;
	bottom: 40px;
	left: 0;
}

#top_footer .footer_nav ul {
	
}

#top_footer .footer_nav ul li {
	float: left;
	margin-right: 20px;
}

#top_footer .footer_nav ul li a {
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

#top_footer .footer_nav ul li a:hover {
	opacity: 0.6;
}














