/******************************************************************** top
*/

/******************************************************************** top slider
*/
.slide_wrap{
  overflow: hidden;
  position: relative;
  width: 100%;
  height:auto;
}
.slide_wrap_01,.slide_wrap_02,.slide_wrap_03,.slide_wrap_04{
  position:absolute;
  width: 100%;
  height:100%;
  z-index:101;
}
.slide_wrap_01{
  background:url(../images/index/slide_waku_01.png) left top no-repeat;
}
.slide_wrap_02{
  background:url(../images/index/slide_waku_02.png) right top no-repeat;
}
.slide_wrap_03{
  background:url(../images/index/slide_waku_03.png) left bottom no-repeat;
}
.slide_wrap_04{
  background:url(../images/index/slide_waku_04.png) right bottom no-repeat;
}

/* ADD */
.slide_wrap .bx-wrapper {
	margin-bottom:0;
	width: 100%;

	min-height:400px;
	position:relative;
}
.slide_wrap .bx-wrapper .bx-viewport img, .bx-wrapper .bx-viewport img, .slide_wrap .bx-wrapper .bx-viewport video, .bx-wrapper .bx-viewport video {
    display: block;
    height: auto;
    width: 100%;
}

@media screen and (min-width:1440px) {
	.slide_wrap .bx-wrapper {
		width: 100%;
/*
		height:720px;
*/
	}
}
@media screen and (max-width:1024px) {
	.slide_wrap .bx-wrapper {
		width: 100%;
		height:auto;
	}
}

.slide_wrap .bx-viewport:before,
.slide_wrap .bx-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.slide_wrap .bx-wrapper .bx-viewport {
  overflow: visible !important;
  left: 0;
  border-width: 0;
  box-shadow: none;
}

.slide_wrap .bx-viewport:before {
  right: 100%;
  left: -100%;
}

.slide_wrap .bx-viewport:after {
  left: 100%;
  right: -100%;
}

.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
/*
  display: block !important;
*/
}

.cover_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index:500;
}

ul.bxslider li{
	position: relative;
/*
	height:720px;
*/
}
@media screen and (max-width:1440px) {
	ul.bxslider li{
		position: relative;
		
/*
		height:580px;
*/
	}
}
/*
.cover_slide_img{
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
*/
#nav_pos{
	margin:0;
	padding:0;
}

/******************************************************************** top
*/

#top_event ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    margin-bottom:0;
}
#top_event li{
	float:left;
	width:338px;
	margin-right:33px;
	margin-bottom:20px;
	text-align:center;
	color:#404040;
	position:relative;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	#top_event li{
		width:310px;
		margin-right:30px;
	}
}
/*
#top_event li:nth-child(3n) {
	float:left;
	margin-right:0;
}
*/
#top_event li:last-child{
	float:left;
	margin-right:0;
}
 
#top_event li a{
	display:block;
	position:relative;
}
#top_event li a:hover{
	text-decoration:none;
}
#top_event li img{
	width:100%;
}
#top_event li h3{
	padding-top:10px;
	padding-bottom:4px;
	font-weight:normal;
	font-size:14px;
	color:#B39D45;
	line-height:1.3;
}
#top_event li p{
	font-size:14px;
}
#top_event li h3 a{
	color:#B39D45;
}
#top_event li p{
	color:#404040;
}
#top_feature{

}
#top_feature ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
}
/*
#top_feature ul.col2{
	width:710px;
	margin:0 auto;
}
*/
#top_feature li{
	float:left;
	width:338px;
	padding:11px;
	margin-right:32px;
	margin-bottom:10px;
	background-color:#B19C61;
	color:#fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	#top_feature li{
		width:310px;
		margin-right:30px;
	}
}
#top_feature li:nth-child(3n){
	float:left;
	margin-right:0;
}
#top_feature li:last-child{
	float:left;
	margin-right:0 !important;
}
#top_feature li a{
	color:#fff;
	display:block;
	position:relative;
}
#top_feature li a:hover{
	text-decoration:none;
}
#top_feature li img{
	width:100%;
}
#top_feature li h3{
	padding-top:10px;
	padding-bottom:4px;
	line-height:1.3;
}
#top_navi ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    margin-bottom:0px;
}
#top_navi li{
	float:left;
	width:338px;
	padding:11px;
	margin-right:32px;
	margin-bottom:30px;
	background-color:#d87763;
	color:#fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	#top_navi li{
		width:310px;
		margin-right:30px;
	}
}
#top_navi li img{
	width:100%;
}
#top_navi li h3{
	padding-top:10px;
	line-height:1.3;
	padding-bottom:4px;
}
#top_navi li:nth-child(3n){
	float:left;
	margin-right:0;
}
#top_navi li:last-child{
	float:left;
	margin-right:0 !important;
}
#top_navi li a{
	color:#fff;
	display:block;
	position:relative;
}

#top_contents_box{

}
#top_contents_l{
	margin:30px auto 40px auto;
}
#top_contents_l li{
	float:left;
	margin-right:40px;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	#top_contents_l li{
		width:475px;
		margin-right:40px;
	}
}
#top_contents_l li img{
	width:100%;
}
#top_contents_l li:nth-child(2n){
	margin-right:0;
}
#top_wifi{
	background:#fff;
	text-align:center;
	width:1020px;
	margin:0 auto 40px auto;
	position:relative;
	font-size:24px;
	color:#B39D45;
	letter-spacing: 3px;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	#top_wifi{
		width:990px;
	}
}
#top_wifi a{
	display:block;
	padding:30px 0;
	text-decoration:none;
}
#top_wifi a:hover{
	opacity:0.7;
}
#top_wifi p:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 160px;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url(../images/index/ico_wifi.png) center left no-repeat;
	background-size: 34px 34px;
}
#top_wifi span{
	font-size:18px;
	padding-left:40px;
	color:#808080;
}
#top_contents_s{

}

.top_contents_s_r{
	width:490px;
	float:right;
}

#top_contents_s .top_contents_s_r li{
	width:100%;
	margin:0 0 30px 0;
	background:#fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	#top_contents_s .top_contents_s_r{
		width:475px;
	}
}
#top_contents_s li a{
	display: table;
	width: 100%;
}
#top_contents_s li a:hover{
	text-decoration:none;
}
#top_contents_s li:nth-child(2n){
	margin-right:0;
}
#top_contents_s li img{
    display: table-cell;
    vertical-align: middle;
}
.top_contents_s_ttl{
	width:315px;
	text-align:center;
	color:#B39D45;
	font-size:22px;
	line-height:1.3;
	letter-spacing: 2px;
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	.top_contents_s_ttl{
		width:300px;
	}
}
.top_contents_s_ttl span{
	color:#808080;
	font-size:17px;
}





.top_contents_s_link{
	width:490px;
	float:left;
	background:#fff;
}
.top_contents_s_link1{
	box-shadow: 0px 4px 5px #ccc;
	margin-bottom:20px;
}
.top_contents_s_link2{
	width:440px;
	margin:0 auto 0 auto;
	text-align:center;
	color:#4d4d4d;
	font-size:20px;
	line-height:1.3;
	padding-top:10px;
	letter-spacing: 2px;
}
.top_contents_s_link2 li{
	width:100%;
	margin:0 0 18px 0;
	background:#fff;
	border:6px solid #E4DCC2;
}
.top_contents_s_link2 li a{
	display:block;
	color:#4D4D4D;
}
.top_contents_s_link2 li img{
	float:left;
}

@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	.top_contents_s_link2 .top_link_ttl{
		width:328px;
	}
}
.top_contents_s_link2 .top_link_ttl span.top_link_ttl_sub{
	color:#808080;
	font-size:14px;
	letter-spacing: 0;
}
.top_contents_s_link .link_list{
	padding:0 24px 12px 0;
}







#top_news{
	margin:0 auto;
}
#top_news dl{
	width:890px;
	margin:0 auto 30px auto;
}
#top_news dt{
	float:left;
	padding: 8px 20px;
	width:230px;
	color:#999999;
	font-weight:bold;
	font-size:14px;
}
#top_news dt span{
	display:inline-block;
	text-align:center;
	min-width:90px;
	font-size:11px;
	color:#fff;
	background-color:#B19C61;
	padding:0 5px;
	margin-left:20px;
	color:#fff;
	font-weight:normal;
}
span.c_n_event{
	background-color:#B19C61 !important;
}
span.c_n_news{
	background-color:#B19C61 !important;
}
span.c_n_shop{
	background-color:#B19C61 !important;
}
span.c_n_update{
	background-color:#B19C61 !important;
}
#top_news dd{
	padding: 8px 0 8px 240px;
	border-bottom:1px dotted #ccc;
	margin-bottom:8px;
	font-size:14px;
}


#partner{

}
#partner li{
	float:left;
	margin:0 50px 50px 50px;
}
#partner_box h2{
	background-color:#B19C61;
	color:#fff;
	text-align:center;
}
#partner_box ul{
	width:940px;
	margin:50px auto 0 auto;
}

#top_instagram{
	text-align:center;
}
#top_instagram h2{
	margin-bottom:16px;
	text-align:center;
}
.insta_box{
	margin-top:30px;
}


.inst{
	margin-top:30px;
}
.inst_wrap{
	width: 100%;
	overflow: hidden;
}
.inst_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inst_list_item{
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding:4px;
}
.inst_thumb img{
    width: 172px;
    height: 172px;
    object-fit: cover;
    /*
    object-position: 0% 0%;
    */
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.inst_thumb:hover img{
    opacity: .5;
}










#top_sns{

}
.top_sns_wrap{
	width:1080px;
	margin:0 auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	.top_sns_wrap{
		width:990px;
	}
}
#top_sns h2{
	font-size:29px;
	color:#B39D45;
}
#top_sns p{
	font-size:16px;
}
.top_sns_l{
	float:left;
	width:50%;
	text-align:center;
	border-right:1px solid #CCCCCC;
	padding:30px 0 40px 0;
}
.top_sns_r{
	float:right;
	width:50%;
	text-align:center;
	padding:30px 0 20px 0;
}
.sns_box{
	margin-bottom:30px;
	border-bottom:1px solid #CCCCCC;
}
.sns_box ul{
	margin:0 auto 50px auto;
	width:320px;
}
.sns_box li{
	line-height:0;
	float:left;
	padding:0 20px 0 20px;
}
.magazine_box{

}
.magazine_box ul{
	margin:0 auto 20px auto;
}
.magazine_btn{
    display: inline-block;
    padding: 3px 40px;
	border-radius: 25px;
    text-decoration: none;
    color:#b39d45; !important;
    background-color:#fff;
    border:1px solid #CCCCCC;
    transition: .4s;
    font-size:14px;
    cursor:pointer;
}
.magazine_btn:hover{
    display: inline-block;
    padding: 3px 40px;
	border-radius: 25px;
    text-decoration: none;
    color: #ffffff !important;
    background-color:#404040;
    border:1px solid #CCCCCC;
    transition: .4s;
    font-size:14px;
    cursor:pointer;
}
.magazine_kaijo_btn{
	margin-top:8px;
	font-size:13px;
	color:#808080 !important;
}
.magazine_kaijo_btn span{
	text-decoration:underline;
}
a.magazine_kaijo_btn:hover{
	text-decoration:none;
}
a.magazine_kaijo_btn:hover span{
	text-decoration:underline;
}
.freepaper_box{

}


#top_bn{

}
#top_bn ul{

}
#top_bn ul li{
	float:left;
	margin:15px 42px 15px 0;
	width:236px;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	#top_bn ul li{
		margin:15px 38px 15px 0;
		width:218px;
	}
}
#top_bn ul li img{
	width:100%;
}
#top_bn ul li:nth-child(4n) {
	float:left;
	margin:15px 0 15px 0;
}



.list_sub_catch{
	line-height:1.5;
	font-size:14px;
}

/******************************************************************** shop
*/
.search_wrap {
	margin:40px auto 20px auto;
	/*
	width:700px;
	*/
	width:450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.search_wrap_foot{
	margin-top:0 !important;
	margin-bottom:100px !important;
}
.search_box{

}
#search{
    border: 1px solid #B39D45;
}
#search input {
    outline: none;
    width:250px;
    margin:0 0 0 5px;
}
#search input[type="text"] {
    border: none;
}
#search input[type="submit"] {
    border: 0px;
    width: 30px;
    height: 30px;
    background: url(../images/common/search.jpg) left top no-repeat;
    text-indent: -9999px;
}
input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}


.shop_category{
	margin:0 0 0 50px;
	font-size:13px;
	width:330px;
	display:block;
}
.shop_category:after {
	clear: both;
	content: "";
	display: block;
}
.shop_category > ul > li{
	float:left;
	position:relative;
	margin:0 10px;
	padding:0 10px 10px 10px;
	cursor: pointer;
}
.shop_category > ul > li > i {
    margin-left: 8px;
    color:#B39D45;
}
.shopname{
	margin:0 0 0 60px;
	width:90px;
}

.shopname span{
	letter-spacing: 10px;
}
.shop_category > ul > li > ul.shopname_list {
	left: -220px;
	width:500px;
	overflow:visible;
}
.shop_category > ul > li > ul.shopcategory_list {
	left: -100px;
	width:294px;
	overflow:visible;
}

.shopcategory{
	margin:0 0 0 30px;
	width:90px;
}


.shop_category > ul > li > ul {
	top: 2px;
	left: 0;
	position: absolute;
	background:#eeeeee;
	color:#404040;
	border:none;
	font-size:13px;
	text-align:left;
	width:100%;
	padding:10px 20px;
	visibility: hidden;
	opacity:0;
	z-index:2001;
    -webkit-transition: .2s;
    transition: .2s;
}
.shop_category > ul > li:hover > ul {
	top: 32px;
	visibility: visible;
	opacity:1;
	z-index:2001;
    -webkit-transition: .3s;
    transition: .3s;
}


.shop_category > ul > li > ul.shopname_list > li {
	float:left;
	padding-right:10px;
}


.shop_category > ul > li.shopname > ul > li{
	cursor:pointer;
	overflow: hidden;
	line-height: 32px !important;
	padding: 0 !important;
	transition: 0.2s;
	text-align:left;
	border:0 !important;
	/*
	width:100%;
	*/
}
.shop_category > ul > li.shopcategory > ul > li{
	cursor:pointer;
	overflow: hidden;
	line-height: 32px !important;
	transition: 0.2s;
	text-align:left;
	border:0 !important;
	width:100%;
}

.shop_category > ul > li.shopname > ul > li > a {
	color:#404040;
	display:block;
	padding:0 10px 0 10px;
}
.shop_category > ul > li.shopcategory > ul > li > a {
	color:#404040;
	display:block;
}
.shop_category > ul > li.shopname:hover > ul > li {
	overflow: visible;
	line-height: 32px;
}
.shop_category > ul > li.shopcategory:hover > ul > li {
	overflow: visible;
	line-height: 32px;
}
.shop_category > ul > li > ul > li > a:hover {
	color:#B19C61;
	/*
	background:#f5f5f5;
	*/
	display:block;
	text-decoration:none;
	opacity:1;
}






.shop_list{
	padding: 0;
	margin-bottom:70px;
}
.shop_list .shop_wrap {
	max-width:1080px;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #bfbfbf;
    list-style: none;
}
.shop_list .shop_wrap li.shop_item {
    width: 33.3%;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 20px;
    opacity: 1.0;
    -webkit-animation: fadeIn 0.5s ease 0s 1 alternate;
    animation: fadeIn 0.5s ease 0s 1 alternate;
}
.shop_list .shop_wrap li.shop_item:nth-child(3n) {
    border-right: none;
}
.shop_list .shop_wrap li.shop_item img{
	width:100%;
}


.moreread {
    text-align: center;
    margin-top: 40px;
    width:100%;
}

.shop_item
	position: relative;
}
.shop_item .ttl_shop_list_name{
	padding:10px 0 0 0;
	color:#b39d45;
	font-size:18px;
	font-weight:normal;
	line-height:1.5;
}
.shop_item .list_sub_catch{
	font-size:14px;
	margin-bottom:5px;
}
.shop_item a{
	display:block;
	position:relative;
}
.shop_item a:hover{
	text-decoration:none;
}
.shop_item img{
	width:100%;
}
.shop_item h3{
	padding-top:15px;
	font-weight:normal;
	font-size:17px;
	color:#B39D45;
	line-height:1.5;
}


.shop_item h3 a{
	color:#B39D45;
}
.motomachinavi_list .shop_item h3 a{
	color:#d87763 !important;
}

#next i {
    margin-left: 5px;
}

.search_result{
	text-align:center;
	margin-bottom:20px;
}

/******************************************************************** shop detail
*/
.shop_detail {
    max-width: 1024px;
    width: auto;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shop_detail_image{
	width: 46%;
}
.shop_detail_info{
	width: 46%;
}
.shop_detail_info .sns_shop {
    margin: 10px 0;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.shop_detail_info .sns_shop li{
    margin: 0 15px 0 0;
    float: left;
}
.shop_detail_info .list_sub_catch {
	margin-bottom:10px;
}
.shop_detail_info .shop_detail_map {
	margin-bottom:16px;
}
.shop_detail_info .ico_cat{
	margin-bottom:10px;
}
.shop_detail_info .ico_cat li{
	vertical-align: middle;
	margin-bottom:3px;
}
.shop_detail_info .ico_cat li span{
	padding-left:8px;
	vertical-align: middle;
	line-height: 1;
	font-size:13px;
}

.shop_detail_info table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	text-align:left;
}
.shop_detail_info table tr th{
	width:100px;
	font-weight:normal;
}
.shop_detail_info table tr th,.shop_detail_info table tr td{
	padding:3px 2px;
	line-height:1.5;
}
.ttl_detail_shopname{
	font-size:22px;
	color:#B39D45;
	font-weight:normal;
}
.shop_detail_txt{
	border-bottom: 1px solid #ccc;
	padding-bottom:50px;
	margin-bottom:0px;
	font-size:14px;
	line-height:1.5;
}
.shop_detail_txt p{
	margin-bottom:14px;
}
.shop_detail_table th{
	vertical-align:top;
}
.shop_detail_table a{
	color:#404040;
}
.shop_detail_table a:hover {
    text-decoration: underline;
    opacity: 0.7;
}

.shop_event{
	margin:50px auto 20px;
	width:100%;
	background:#faeaeb;
}
.sale_ttl{
	margin:0;
	padding:0;
}
.sale_ttl img{
	width:100%;
}
.sale_ttl img.sale_sp{
	display:none;
}
.sale_ttl img.sale_pc{

}
.shop_event_wrap{
	padding:50px 80px;
}
.charming_ttl_sub{
	color:#e7006a;
	font-size:20px;
	margin-bottom:25px !important;
}
.s_event_txt{
	margin-bottom:40px;
}
.shop_event_img{

}
.shop_event_img li{
	width:390px;
	float:left;
}
.shop_event_img li:nth-child(2n){
	float:right;
}
.shop_event_img li img{
	width:390px;
	margin-bottom:10px;
}
.shop_event_img li p{
	font-size:14px;
}

/******************************************************************** event
*/
.kaisai_month{
	margin:20px auto 30px auto;
	width:200px;
}
.kaisai_month:after{
	clear: both;
	content: "";
	display: block;
}


.event_now{
	margin:0;
	font-size:13px;
	width:200px;
}
.event_now:after {

}
.event_now > ul > li{
	float:left;
	position:relative;
	margin:0 10px;
	cursor: pointer;
}
.event_now > ul > li > i {
    margin-left: 5px;
    color:#B39D45;
}
.event_now > ul > li > ul {
	top: 32px;
	left:30px;
	position: absolute;
	background:#eeeeee;
	color:#404040;
	z-index:2001;
	border:none;
	font-size:13px;
	text-align:left;
	width:120px;
}
.event_now > ul > li > ul > li{
	cursor:pointer;
	overflow: hidden;
	height: 0;
	line-height: 32px !important;
	float: none !important;
	padding: 0px 0px !important;
	transition: 0.2s;
	text-align:left;
	border:0 !important;
	width:100%;
}
.event_now > ul > li > ul > li > a {
	color:#404040;
	display:block;
	padding-left:22px;
}
.event_now > ul > li:hover > ul > li {
	overflow: visible;
	height: 32px;
}
.event_now > ul > li > ul > li > a:hover {
	color:#B19C61;
	background:#f5f5f5;
	display:block;
	text-decoration:none;
	opacity:1;
}
.event_now_name{
	margin:0 0 0 60px;
	width:200px;
}

.event_now_name span{

}


.kaisai_archive{
	padding:0;
	margin:0 auto;
}
.kaisai_archive:after{
	clear: both;
	content: "";
	display: block;
}
.kaisai_archive .sns_shop {
    margin: 0;
    float: left;
}
.kaisai_archive .sns_shop li{
    margin: 0 10px 0 0;
    float: left;
}

.event_archive{
	margin:0;
	font-size:13px;
	float:right;
}
.event_archive:after {

}
.event_archive > ul > li{
	float:left;
	position:relative;
	margin:0 10px;
	cursor: pointer;
}
.event_archive > ul > li > i {
    margin-left: 5px;
    color:#B39D45;
}
.event_archive > ul > li > ul {
	top: 32px;
	left: 8px;
	position: absolute;
	background:#eeeeee;
	color:#404040;
	z-index:2001;
	border:none;
	font-size:13px;
	text-align:left;
	width:120px;
}
.event_archive > ul > li > ul > li{
	cursor:pointer;
	overflow: hidden;
	height: 0;
	line-height: 32px !important;
	float: none !important;
	padding: 0px 0px !important;
	transition: 0.2s;
	text-align:left;
	border:0 !important;
	width:100%;
}
.event_archive > ul > li > ul > li > a {
	color:#404040;
	display:block;
	padding-left:22px;
}
.event_archive > ul > li:hover > ul > li {
	overflow: visible;
	height: 32px;
}
.event_archive > ul > li > ul > li > a:hover {
	color:#B19C61;
	background:#f5f5f5;
	display:block;
	text-decoration:none;
	opacity:1;
}
.event_archive_name{
	margin:0 0 0 60px;
	width:140px;
}

.event_archive_name span{

}


.around_event{
	text-align:center;
	margin-bottom:50px;
}
.around_event li{
	margin-bottom:15px;
}
.around_event li a{
	color:#666666;
}
.around_event li a:hover{
	color:#b3b3b3;
}
.ttl_around_event{
	font-size:18px;
	font-weight:normal;
	margin-bottom:0;
}
.around_event_date{
	font-size:14px;
}
/******************************************************************** event detail
*/
.ttl_event_detail{
	margin-bottom:1px;
	font-size:20px;
	color: #b39d45;
	text-align:left;
}
.event_detail_head{
	margin-bottom:20px;
}
.event_detail_head_date{
	float:left;
	font-size:13px;
}
.event_detail_head .sns_event_detail {
    margin: 0;
    float: right;
}
.event_detail_head .sns_event_detail li{
    margin: 0 10px 0 0;
    float: left;
}
.event_content{
	max-width:800px;
	padding-bottom:20px;
	margin:0 auto 50px auto;
	/*
	border-bottom: 1px solid #ccc;
	*/
}
.related_info{
	border-top:1px solid #ccc;
	/*
	border-bottom:1px solid #ccc;
	*/
	padding:30px 0 20px;
	margin-bottom:50px;
}
.related_info h2{
	margin-bottom:10px;
	font-size:26px;
	color: #b39d45;
	text-align:center;
}
.related_info h2 span{
	display:block;
	font-size:17px;	
	font-weight:normal;
	color:#404040;
}

.related_info_list{
/*
	padding: 0 40px;
*/
}
.related_info_wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.related_info_wrap li {
    width: 33.3%;
    padding: 20px;
    opacity: 1.0;
    -webkit-animation: fadeIn 0.5s ease 0s 1 alternate;
    animation: fadeIn 0.5s ease 0s 1 alternate;
}
.related_info_wrap li img{
	width:100%;
}
.related_info_wrap li{
	position: relative;
}
.shop_item .ttl_shop_list_name{
	padding:10px 0 4px 0;
	color:#b39d45;
	font-size:17px;
	font-weight:normal;
}
.related_info_wrap li .list_sub_catch{
	font-size:13px;
}
.related_info_wrap li a{
	display:block;
	position:relative;
}
.related_info_wrap li a:hover{
	text-decoration:none;
}
.related_info_wrap li img{
	width:100%;
}
.related_info_wrap li h3{
	padding-top:5px;
	font-weight:normal;
	font-size:17px;
	color:#B39D45;
	text-align:center;
}
.related_info_wrap li h3 a{

}
.event_thumb_list{
	width:100%;
	margin:0 auto 60px auto;
	padding-top:50px;
	border-top:1px solid #ccc;
}
.event_thumb_list p{
	text-align:center;
	margin-bottom:20px;
}
/*
.event_thumb_list ul{
	width:1016px;
	margin:0 auto;
}
.event_thumb_list li{
	float:left;
	margin:7px;
}
.event_thumb_list img {
  width: 240px;
  height: 240px;
  object-fit: cover;
}
*/
.event_thumb_list ul{
	width:1018px;
	display: flex;
	flex-wrap: wrap;
	/*
	justify-content: center;
	*/
	margin: 0 auto;
}
.event_thumb_list li{
	position: relative;
	width: 240px;
	height: 240px;
	margin: 7px;
}
.e_image{
	position: relative;
	width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
	padding-top: 100%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
	overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
	margin: 0 auto;
}
.e_image img{
	/* 画像を上下左右に中央配置する（絶対指定） */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.5倍 →1.75まで */
	max-width: 175%;
	max-height: 175%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.e_image:hover img{
    opacity: .5;
}

/******************************************************************** feature
*/
.feature_detail_head{
	margin-bottom:20px;
}
.feature_head{
	text-align:center;
}
.feature_content{
	/*
	padding-bottom:50px;
	*/
	margin:0 auto 50px auto;
	/*
	border-bottom: 1px solid #ccc;
	*/
}
.feature_pagenext, .feature_pageprev{
	text-align:right;
	margin-bottom:14px;
}
.feature_pagenext a, .feature_pageprev a{
	color: #404040;
}
.feature_pagenext a:hover, .feature_pageprev a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.feature_pagenext span, .feature_pageprev span{
	color: #B39D45;
}

.feature_pagenext_foot, .feature_pageprev_foot{
	text-align:center;
	margin-bottom:14px;
}
.feature_pagenext_foot a, .feature_pageprev_foot a{
	color: #404040;
}
.feature_pagenext_foot a:hover, .feature_pageprev_foot a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.feature_pagenext_foot span, .feature_pageprev_foot span{
	color: #B39D45;
}

/******************************************************************** map
*/
.motomachinavi_content{
	padding-bottom:50px;
	margin:0 auto 50px auto;
	border-bottom: 1px solid #ccc;
}
/******************************************************************** map
*/
.map_txt{
	text-align:center;
	margin-bottom:50px;
}
.map_list{
	width:1000px;
	margin:0 auto;
	border-top:1px solid #b19c61;
	border-left:1px solid #b19c61;
}
.map_list:after  {
	clear: both;
	content: "";
	display: block;
}
.map_list li{
	float:left;
	width:50%;
	padding:12px 0 12px 120px;
	border-bottom:1px solid #b19c61;
	border-right:1px solid #b19c61;
    background: url(../images/map/ico_map.png) 75px center no-repeat;
	font-size:16px;
}
.map_list li:first-child{
	width:100%;
	padding:12px 0 12px 490px;
    background: url(../images/map/ico_map.png) 450px center no-repeat #e2d9b9;
}
.map_list li:nth-of-type(3),.map_list li:nth-of-type(4),.map_list li:nth-of-type(7),.map_list li:nth-of-type(8),.map_list li:nth-of-type(11){
	background-color:#f7f0e7;
}
.map_list li a{
	color:#404040;
}
.map_list li a:hover {
	text-decoration: none;
	color:#b39d45;
}


/******************************************************************** access
*/
.menu_access{
	margin:0 auto 50px auto;
	width:800px;
}
.menu_access ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
}
.menu_access ul li{
	text-align:center;
	font-size:14px;
	line-height:1.4;
}
.menu_access ul li img{
	padding-bottom:3px;
}
.menu_access ul li a{
	color:#404040;
}
.menu_access ul li a:hover{
	color:#b39d45;
	text-decoration:none;
}

.access_box{
	margin:0 auto;
	padding:50px 150px 50px 150px;
	border-top:1px solid #ccc;
	font-size:14px;
}
.access_box h3{
	margin-bottom:25px;
	display:block;
	vertical-align:middle;
	font-size:18px;
	font-weight:normal;
	color:#B39D45;
	line-height:1;
}

.access_box h3 img{
	margin-left:-5px;
	vertical-align:middle;
	padding-right:12px;
	height:42px;
	line-height:1;
}
.access_box h3 span{
	vertical-align:middle;
	line-height:1;
}
ul.access_list{
	padding-left: 1em;
}
ul.access_list li{
	position: relative;
	padding-left: 0.3em;
	line-height:2;
}
ul.access_list li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f45c';
	font-weight: 900;
	font-size:12px;
	position: absolute;
	left: -1em;
	top: 3px;
}
ul.access_list li span{
	font-weight:bold;
}
.access_box_sec{
	margin-bottom:40px;
}

.access_box_sec2{
	border-bottom:1px dotted #ccc;
	padding-bottom:40px;
}

.access_box_sec h4{
	
}
.access_box_sec p img{
	vertical-align:middle;
}
.access_box_sec_l {
	width:280px;
	float:left;
}
.access_box_sec_r {
	width:450px;
	float:right;
}
.access_box_sec_r table {
	margin-top:10px;
	border-collapse: collapse;
	width:450px;
}
.access_box_sec_r table th, .access_box_sec_r table td {
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
	padding: 2px 2px;
	text-align:center;
	font-weight:normal;
}

.access_box_sec_r table th{
	color:#B39D45;
	font-weight:bold;
}
.access_box_sec_r table .th_head th{
	color:#404040;
}
.access_box_sec_r table .th_head th.noriba{
	color:#B39D45;
	width:50px;
}
.access_box_sec_r table .th_head th.keito{
	width:75px;
}
.access_box_sec_r table .th_head th.ikisaki{

}
.access_box_sec_r table .th_head th.gesha{
	width:150px;
}
.access_link{
	margin-top:20px;
}
.access_link a{
	color:#404040;
	text-decoration:underline;
}
.access_img_01{
	margin-bottom:40px;
}
/******************************************************************** link
*/
.menu_link{
	padding-bottom:50px;
	margin:50px auto 50px auto;
	border-bottom:1px solid #ccc;
}
.menu_link ul{
	width:640px;
	margin:0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
}
.menu_link ul li{
	text-align:center;
	font-size:16px;
	line-height:1.4;
}
.menu_link ul li img{
	padding-bottom:3px;
}
.menu_link ul li a{
	color:#b39d45;
}
.menu_link ul li a:hover{
	color:#b39d45;
	text-decoration:none;
	opacity:0.7;
}

.link_box{
	margin:0 auto 50px auto;
	width:950px;
}
.link_box h3{
	padding-top:6px;
	width:180px;
	float:left;
	vertical-align:middle;
	font-size:17px;
	font-weight:normal;
	color:#B39D45;
	line-height:1;
	text-align:right;
}


.link_box dl{
	width:740px;
	float:right;
	border-left:1px solid #ccc;
	padding-left:30px;
}
.link_box dt{
	font-size:17px;
}
.link_box dd{
	font-size:14px;
	margin-bottom:16px;
}



.ttl_featuring{
	text-align:center;
	color:#808080;
	font-size:16px;
	margin-bottom:20px;
	font-weight:bold;
}
.top_link{
	width:920px;
	margin:0 auto 30px auto;
}
.top_link li{
	float:left;
	width:440px;
	margin:0 40px 40px 0;
	background:#fff;
	border:6px solid #E4DCC2;
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	#top_link li{
		width:475px;
	}
}
.top_link li a{
	display: table;
	width: 100%;
	color:#4D4D4D;
}
.top_link li a:hover{
	text-decoration:none;
}
.top_link li:nth-child(2n){
	margin-right:0;
}
.top_link li img{
    display: inline-block;
    vertical-align: middle;
}


.top_contents_s_link2 li a{
  display: table !important;
  width: 100%;
}
.top_contents_s_link2 li img{
	float:none !important;
	text-align:left;
    display: table-cell !important;
    vertical-align: middle !important;
}
.top_link_ttl{
	width:340px;
	text-align:center;
	/*
	float:right;
	*/
	color:#4d4d4d;
	font-size:20px;
	line-height:1.3;
	/*
	padding-top:10px;
	*/
	letter-spacing: 2px;
	
	
    display: table-cell;
    vertical-align: middle;
	
}
@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	.top_link_ttl{
		width:300px;
	}
}
.top_link_ttl span.top_link_ttl_sub{
	color:#808080;
	font-size:14px;
	letter-spacing: 0;
}

/******************************************************************** about
*/
.menu_about{
	padding-bottom:50px;
	margin:50px auto 50px auto;
	border-bottom:1px solid #ccc;
}
.menu_about ul{
	width:700px;
	margin:0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
}
.menu_about ul li{
	text-align:center;
	font-size:14px;
	line-height:1.4;
}
.menu_about ul li img{
	padding-bottom:3px;
}
.menu_about ul li a{
	color:#b39d45;
}
.menu_about ul li a:hover{
	color:#b39d45;
	text-decoration:none;
	opacity:0.7;
}
.about_box{
	width:1000px;
	border:1px solid #ccc;
	margin:0 auto 70px auto;
	font-size:14px;
}
.about_box h3{
	text-align:center;
	background-color:#B19C61;
	color:#fff;
	font-size:18px;
	padding:10px;
	font-weight:normal;
}


.about_wrap{
	padding:50px 60px;
}
.about_box .about01_l{
	float:left;
	width:204px;
}
.about_box .about01_r{
	float:right;
	width:650px;
}
.about_box .a01_01, .about_box .a01_03{
	background-color:#F7F0E7;
}
.about_box .a01_01 h4, .about_box .a01_02 h4, .about_box .a01_03 h4{
	margin: 30px 0 30px 0;
	padding-top:0;
	width:280px;
	text-align:right;
	color:#B39D45;
	float:left;
	font-size:16px;
	line-height:1.5;
	font-weight:normal;
}
.about_box .a01_01 h4, .about_box .a01_02 h4{
	padding:10px 0;
}
.about_box .about01_02_r{
	border-left:1px solid #404040;
	color:#222;
	margin: 30px 0 30px 0;
	padding:0 0 0 40px;
	width:680px;
	float:right;
	font-size:16px;
	line-height:1.5;
}
.about_box .a01_01 .about01_02_r{
	padding:10px 0 10px 40px;
}
.about_box .about01_02_r ol{
	list-style-type: decimal;
	margin-left:20px;
	color:#B39D45;
}
.about_box .about01_02_r ol li{
	margin-bottom:2px;
}
.about_box .about01_02_r ol li span{
	color:#222;
}

.about_box .a02_01{
	margin-bottom:50px;
}
.about_box .a02_01 p{
	margin-bottom:30px;
}

.about_box .a03_l{
	width:300px;
	float:left;
}
.about_box .a03_l img{
	width:100%;
}
.about_box .a03_r{
	width:520px;
	float:right;
}
.about_box .a04_01{
	margin-bottom:50px;
}
.about_box .a04_01 p{
	margin-bottom:30px;
}
.about_box .a04_01 p img{
	vertical-align:middle;
}
.pdf_dl{

}
.pdf_dl a{
	color:#404040;
}
.pdf_dl a:hover{
	opacity:0.7;
}
.pdf_dl li img{
  vertical-align:middle;
}
.pdf_area a {
    float: left;
    margin: 0 20px 0 0;
}
.pdf_area p {
    float: left;
    margin: 0 20px 0 0;
    font-size:12px;
    line-height:1.4;
}
.about_box .a05_01_h4{
	text-align:center;
	font-size:16px;
	color:#B39D45;
	margin-bottom:20px;
	font-weight:normal;
}
.about_wrap_inner{
	padding-left:20px;
}
.about_box .a05_01{
	margin-bottom:50px;
}
.about_box .a05_01 p{
	margin-bottom:30px;
}
.about_box .a05_02{
	background-color:#F7F0E7;
}
.about_box .a05_02 h4{
	margin: 30px 0 30px 0;
	padding-top:90px;
	width:150px;
	text-align:right;
	float:left;
	font-size:15px;
	line-height:1.5;
	font-weight:normal;
}
.about_box .a05_02_r{
	border-left:1px solid #404040;
	margin: 30px 50px 30px 0;
	padding:0 0 0 40px;
	width:770px;
	float:right;
	font-size:16px;
	line-height:1.7;
}
.about_box .a05_02_r dt{
	font-size:16px;
	color:#B39D45;
	margin-bottom:1px;
}
.about_box .a05_02_r dd{
	font-size:14px;
	margin-bottom:3px;
}
.about_box .a05_01_ul_01{
	margin-bottom:30px;
}
.about_box .a05_01_ul_01 li{
	float:left;
	margin-right:20px;
}
.about_box .a05_01_ul_01 li img{
	vertical-align:middle;
}


/******************************************************************** history
*/
.menu_history{
	padding-bottom:50px;
	margin:50px auto 50px auto;
	border-bottom:1px solid #ccc;
}
.menu_history ul{
	width:600px;
	margin:0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
}
.menu_history ul li{
	text-align:center;
	font-size:14px;
	line-height:1.4;
}
.menu_history ul li img{
	padding-bottom:3px;
}
.menu_history ul li a{
	color:#b39d45;
}
.menu_history ul li a:hover{
	color:#b39d45;
	text-decoration:none;
	opacity:0.7;
}
.history_head{
	text-align:center;
	margin-bottom:50px;
}
.history_head h3{
	font-weight:normal;
	font-size:21px;
	color:#b39d45;
	margin-bottom:15px;
}
.history_head p{
	font-size:14px;
}
.history_box{
	/*
	border:1px solid #ccc;
	*/
	margin:0 auto 10px auto;
	font-size:15px;
}
.history_box2{
	width:100%;
	max-width:1000px;
	padding:0;
	border:1px solid #ccc;
	margin:0 auto 70px auto;
	font-size:15px;
}
.history_box h3, .history_box2 h3{
	text-align:center;
	background-color:#B19C61;
	color:#fff;
	font-size:16px;
	padding:10px;
	font-weight:normal;
}
.history_box2_inner{
	padding:50px 60px;
}
.history_first_sec{
	margin-bottom:30px;
	text-align:center;
	vertical-align:middle;
}
.history_first_sec img{
	padding:0 20px 10px 0;
	vertical-align:middle;
}
.history_sec{
	margin-top:50px;
}
.history_sec_img{
	width:420px;
	float:left;
}
.history_sec_img img{
	width:100%;
	margin-bottom:5px;
}
.history_mini_txt{
	width:420px;
	float:right;
	font-size:14px;
}
.history_mini_txt h4{
	color:#b39d45;
	font-weight:normal;
}
.history_caption{
	font-size:12px;
	text-align:center;
}



.history02_head{
	font-size:14px;
	/*
	margin:0 0 50px 170px;
	*/
	margin:0 0 50px 274px;
}
.history02_head_img{
	float:left;
}
.history02_head_img img{

}
.history02_head_txt{
	margin:40px 0 0 40px;
	float:left;
	font-size:14px;
}
.history02_head_txt h4{
	font-size:14px;
	font-weight:bold;
}

.history02_body h5{
	font-size:14px;
	font-weight:normal;
	color:#b39d45;
	margin-bottom:20px;
}
.history02_body p{
	font-size:14px;
	margin-bottom:20px;
}

.history_03_l{
	float:left;
	width:202px;
}
.history_03_l img{
	margin-bottom:20px;
}
.history_03_r{
	float:right;
	width:630px;
	font-size:14px;
}
.history_03_r .history_03_txt{
	font-size:14px;
	margin-bottom:50px;
}
.history_03_r .history_03_txt p{
	margin-bottom:20px;
}
.history_03_dl{
	
}
.history_03_dl dt{
	font-weight:bold;
}
.history_03_dl dd{
	margin-bottom:20px;
}


ul.accordion { font-size:16px; width:100%; max-width:1000px; padding:10px; background:#DDD; margin:0 auto 30px;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#333; font-weight:bold;}
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#333; font-weight:bold;}
ul.accordion ul { display:none;}
ul.accordion > li { background: -moz-linear-gradient(top, #C6F0FE, #27BCF9); background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));}
ul.accordion > li > p { background: -moz-linear-gradient(top, #C6F0FE, #27BCF9); background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));cursor:pointer;}
ul.accordion > li > ul > li { background:#999; border-bottom:1px solid #EEE;}
ul.accordion > li > ul > li > p { background:#999;}
ul.accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}
ul.accordion > li > p span { background-image:url(../img/open.png);}
ul.accordion > li > p span.open { background-image:url(../img/close.png);}

dl.accordion { 
	background:#ccc; width:100%; max-width:1000px; margin:0 auto 30px; padding:1px;
}
dl.accordion dt {
	position: relative;
	padding-left: 30px;
	background:#fff;
	border-bottom:1px solid #ccc; height:50px; text-indent:10px; line-height:50px; color:#333; font-weight:bold; cursor:pointer;
	font-size:16px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
dl.accordion dt:last-of-type{
	border-bottom:none;
}
dl.accordion dt::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 6px transparent;
     border-top: solid 8px #b19c61;
     top: 50%;
     right: 25px;
     margin-top: -5px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
dl.accordion dt.open {
	background:#b19c61;
	color:#fff;
}
dl.accordion dt.open::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 6px transparent;
     border-bottom: solid 8px #fff;
     top: 50%;
     right: 25px;
     margin-top: -10px;
}
dl.accordion dt h3{
	font-weight:normal;
}
dl.accordion dt span{
	color:#b19c61;
	padding-right:5px;
}
dl.accordion dt.open span{
	color:#ffffff;
}
dl.accordion dd {
	background:#FFF;
	padding:50px 60px;
	display:none;
	border-bottom:1px solid #ccc;
}
dl.accordion dd:last-of-type{
	border-bottom:none;
}

/******************************************************************** freewifi
*/
.wifi_box{
	position:relative;
	margin:0 auto 60px auto;
	padding:0 0 20px 0;
	border-bottom:1px solid #ccc;
}

.wifi_box h3{
	color: #B39D45;
	line-height:24px;
	padding-left:38px;
	font-weight:normal;
	font-size:18px;
	margin-bottom:40px;
}
.wifi_box h3:before {
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width: 30px;
	height: 24px;
	background-image: url(../images/index/ico_wifi.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.wifi_box ol{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
}
.wifi_box ol li{
	width: 30%;
	padding: 0px;
	margin-bottom:50px;
	font-size:16px;
}
.wifi_box ol li p{
	margin:0 0 10px 15px;
	line-height:1.4;
}
.wifi_box ol li p span{
	color: #B39D45;
	margin-left:-15px;
	padding-right:4px;
}
.wifi_box ol li img{
	width: 100%;
}
p.pdf_txt{
	margin-bottom:8px;
}
p.pdf_txt a{
	color:#404040;
}
p.pdf_txt a:hover{
	text-decoration:none;
}
p.pdf_txt img{
	vertical-align:middle;
}

/******************************************************************** site
*/
#site{
	font-size:14px;
}
.site_box{
	margin-bottom:50px;
}
#site h3{
	font-size:16px;
	font-weight:normal;
	color:#AF9A45;
	margin-bottom:20px;
}
#site p{
	margin-bottom:20px;
}
#site .bn_link li{
	float:left;
	margin-right:20px;
}
.site_box a{
	text-decoration:underline;
}
/******************************************************************** news
*/
#news{
	margin:0 auto;
}
#news dl{
	width:890px;
	margin:0 auto;
}
#news dt{
	float:left;
	padding: 8px 20px;
	width:230px;
	color:#999999;
	font-weight:bold;
	font-size:14px;
}
#news dt span{
	display:inline-block;
	text-align:center;
	min-width:90px;
	font-size:11px;
	color:#fff;
	background-color:#B19C61;
	padding:0 5px;
	margin-left:20px;
	color:#fff;
}
#news dd{
	padding: 8px 0 8px 240px;
	border-bottom:1px dotted #ccc;
	margin-bottom:8px;
	font-size:14px;
}




/******************************************************************** press release
*/
div.press{
	margin-bottom:70px;
}
div.press:last-of-type{
	margin-bottom:0;
}
.press_wrap h3{
	font-weight:normal;
	font-size:16px;
	color:#AF9A45;
	float:left;
	width:70px;
	line-height:1.4;
}
.press_wrap dl{
	float:left;
	border-left:1px solid #ccc;
	margin-left:10px;
	padding-left:30px;
	width:750px;
}
.press_wrap dt{
	font-weight:normal;
	font-size:16px;
	color:#AF9A45;
	line-height:1.4;
	margin-bottom:5px;
}
.press_wrap dt h4{
	font-weight:normal;
	font-size:16px;
	color:#AF9A45;
}
.press_wrap dd{
	margin-bottom:30px;
	line-height:1.4;
}
.press_wrap dd:last-child {
	margin-bottom:0;
}
.press_wrap dd p{
	font-size:14px;
}


/******************************************************************** contact
*/

#contact{
	background-color:#F7EFE6;
	margin-bottom:50px;
	padding:30px 0;
}
#contact_wrap{
	width:720px;
	margin:0 auto;
}
.contact_txt{
	font-size:14px;
}
.contact_txt a {
    text-decoration: underline;
}
.contact_txt h3{
	font-size:16px;
	font-weight:normal;
	color:#AF9A45;
	margin-bottom:10px;
}
#thanks{
	text-align:center;
	margin:50px 0;
}
#thanks h3{
	font-size:22px;
	margin:0 0 50px 0;
}
#thanks p{
	
}

/******************************************************************** mail magazine
*/
#magazine{
	font-size:14px;
}
#magazine .magazine_box{
	margin-bottom:50px;
}
#magazine h3{
	font-size:16px;
	font-weight:normal;
	color:#AF9A45;
	margin-bottom:20px;
}
#magazine p{
	margin-bottom:20px;
}
.ol_magazine li{
	margin-bottom:20px;
}

/******************************************************************** sitemap
*/
.sitemap{
	width:880px;
	margin:0 auto;
}
.sitemap_l{
	float:left;
	width:400px;
}
.sitemap_r{
	float:right;
	width:400px;
}
.sitemap ul{
	margin-bottom:30px;
}
.sitemap ul li{
	position:relative;
	margin-bottom:15px;
	font-size:16px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
.sitemap ul li a{
	padding-left:16px;
}
.sitemap ul li a:hover{
	padding-left:16px;
	opacity:0.7;
}
.sitemap ul ul{
	padding-left:20px;
}
.sitemap ul ul li{
	position:relative;
	margin-bottom:0 !important;
	padding-bottom:2px !important;
	font-size:14px;
	border:none;
}
.sitemap ul ul li a{
	padding-left:16px;
	color:#404040;
}
.sitemap ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/******************************************************************** privacy
*/
#privacy{
	font-size:14px;
}
#privacy h3{
	font-size:16px;
	font-weight:normal;
	color:#AF9A45;
	margin-bottom:30px;
}
#privacy p{
	margin-bottom:30px;
}
#privacy dl{
	
}
#privacy dt{
	font-weight:bold;
}
#privacy dd{
	margin-bottom:30px;	
}



/******************************************************************** charming sale
*/
#charming_list {
	position:relative;
	width:100%;
	max-width:1080px;
	min-width:100%;
    margin: 20px auto 0 auto;
    list-style: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	margin-bottom:50px;
    transition: opacity 0.3s;
    border-top: 1px solid #bfbfbf;
    opacity: 0;
}
#charming_list.on {
    opacity: 1;
    max-height: 100%;
}
#charming_list::before{
	content: "";
	display: block;
	border-left: solid 1px #bfbfbf;
	position: absolute;
	top: 0;
	/*
	left:360px;
	*/
	left:33.3%;
	z-index: 1;
	height:100%;
}
#charming_list::after{
	content: "";
	display: block;
	border-left: solid 1px #bfbfbf;
	position: absolute;
	top: 0;
	/*
	right:360px;
	*/
	right:33.3%;
	z-index: 1;
	height:100%;
}
#charming_list li.shop_item {
	/*
	width:360px;
	*/
	width:33.3%;
    border-bottom: 1px solid #bfbfbf;
    padding: 20px;
    -webkit-animation: fadeIn 0.5s ease 0s 1 alternate;
    animation: fadeIn 0.5s ease 0s 1 alternate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
    opacity: 0;
}
#charming_list li.shop_item img {
    width: 100%;
    height: auto !important;
}
#charming_list .moreread {
	position:absolute;
    text-align: center;
    bottom:-50px;
    width: 100%;
}

.chsale_store_link_01{
	margin-bottom:5px;
}
.chsale_caption{
	text-align:center;
	font-size:0.9em;
	margin-bottom:5px;
	line-height:1.5;
}

#loading2 {
    text-align: center;
    position: absolute;
    width: 29px;
    height: 29px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}

