@charset "utf-8";

.detail_photo {
	margin-bottom: 40px;	
}

.extra_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.tab {
	padding-bottom: 30px;
	margin-bottom: 20px;
	position: relative;
}
.tab ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
@media(min-width: 768px) {
.tab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
 }
}


.tab li {
	list-style: none;
	text-align: center;
	padding: 0 5px;
	margin-right: 5px;
	min-width: 13%;
	height: 44px;
	background: #FFF;
	border: 2px solid #0B7DD1;
	color: #0B7DD1;
	cursor: pointer;
	position: relative;
	border-radius: 4px;
}
.tab li:hover {
	background: #DFEEF4;
}

.page_toppage .tab li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.tab li a {
	color: #0B7DD1;
	text-decoration: none;
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.tab li.active {
	background: #0B7DD1;
	color: #FFF;
}
.tab li.active a {
	color: #FFF;
}
.tab li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: #0B7DD1 transparent transparent transparent;
	position: absolute;
	left: calc(50% - 4px);
	bottom: -13px;
}
.shoplist_inner {
	max-width: 1240px;
	margin: 0 auto 60px;
	padding: 0 40px;
}
@media(min-width: 768px) {
.shoplist_slider .swiper-wrapper {
	display: block;
	transform: translate3d(0px, 0px, 0px)!important;	
}
.shoplist_col {
	width: 100%;	
}
}

.shoplist_col {
	display: -webkit-flex;
	display: flex;
	margin: 0 0 20px;
	height: 300px;
	background: #FAFAFA;
	cursor: pointer;
	width: 100%;
}
.shoplist_col_thumb {
	width: 44%;
	height: 300px;
	box-sizing: border-box;
	padding: 15px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.shoplist_col_caption {
	padding: 15px 30px;
	flex: 1;
	position: relative;
	word-break: break-all;
}
.shoplist_col_caption .more_link {
	margin: 0;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.shoplist_col_caption h5 {
	font-size: 100%;
	margin: 0 0 10px;
}

.panel_contents {
	visibility: hidden;
	height: 0;
	transition: all 0.5s;
	background: #FFF;
}
.panel_contents.active {
	animation: panelFadeIn 0.5s linear forwards;
	height: auto;
}

@keyframes panelFadeIn {
0% {
	visibility: hidden;
	opacity: 0;
}

50% {
	visibility: visible;
	opacity: .5;
}

100% {
	visibility: visible;
	opacity: 1;
}
}

.advertise_inner {
	overflow: hidden;
}
.advertise_slider .swiper-slide {
	height: auto;
}
.advertise_slider {
	max-width: 1440px;
	margin: 40px auto 120px;
	position: relative;
}
.advertise_slider .swiper-slide {
}
.advertise_slider .swiper-slide img {
	width: 100%;
	height: auto;
}


.banner_slider {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;	
}

.banner_space {
	width:  1048px;
	margin: 0 auto;
}
.banner_space li {
	list-style: none;
	float: left;
	padding: 0 5px 10px;
	width: 252px;
}
.banner_space ul li:nth-child(5) {
	clear: both;	
}

.area_sort {
	margin-bottom: 40px;	
}
.area_sort h4 {
	text-align: center;
	color: #B81423;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
}
.area_sort_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.area_sort_flex p {
	text-align: center;
	margin: 0 10px 10px;
}
.area_sort_flex p a {
	color: #B81423;
	border: 2px solid #B81423;
	text-decoration: none;
	display: inline-block;
	padding: 2px 15px;
	border-radius: 4px;
}
.area_sort_flex p.active a,
.area_sort_flex p a:hover {
	background: #B81423;
	color: #FFF;
}

@media(min-width: 768px) {
.shoplist_slider .swiper-pagination,
.shoplist_slider .swiper-button-next,
.shoplist_slider .swiper-button-prev,
.shoplist_slider .swiper-slide-duplicate {
	display: none;
}
}

@media(max-width: 768px) {
.banner_space {
	width: auto;
	margin: 0 20px;
}
.banner_space li {
	width: 48%;
	padding: 0;
	margin: 0 0 15px;
}
.banner_space li:nth-child(odd) {
	clear: both;
}
.banner_space li:nth-child(even) {
	float: right;	
}
.banner_space li img {
	width: 100%;
	height: auto:	
}
}

@media(max-width: 767px) {
.shoplist_inner {
	padding: 0 20px;	
}

.shoplist_slider {
	overflow: hidden;
	position: relative;
}
.tab {
	margin-bottom: 10px;
	padding-bottom: 0;
}
.tab ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	
}
.tab li {
	width: 40%;
	min-width: 120px;
	height: 34px;
	font-size: 13px;
	margin-bottom: 10px;
}

.tab li a {
	height: 36px;
	line-height: 36px;
}
.tab li.active:after {
	bottom: -10px;	
}

.shoplist_col {
	display: block;
	height: inherit;
}
.shoplist_col_thumb {
	width: 100%;
	height: 40vw;	
}
.shoplist_col_caption {
	padding: 15px 35px 15px 15px;	
}
.shoplist_col_caption .more_link {
	transform: scale(0.6);
	right: -15px;
	bottom: -10px;
}


.shoplist_slider .swiper-wrapper + .swiper-pagination.swiper-wrapper {
	height: 10px!important;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
 }

.area_sort h4 {
	font-size: 18px;	
}
.area_sort_flex p {
	text-align: center;
	margin: 0 5px 10px;
	font-size: 13px;
}
}




.shop_article  h2.shop_article_title {
	font-size: 24px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 4px solid #DFEEF4;
	margin: 0 0 60px;
}


.shop_article h1,
.shop_article h2,
.shop_article h3,
.shop_article h4,
.shop_article h5 {
	font-size: 20px;
	margin: 60px 0 20px;
}

.shop_article .swiper-container {
	margin: 0;	
}
.slidervision,
.shop_article .swiper-container {
	width: 100%;
}
.shop_article .swiper-slide {
	background-size: cover;
	background-position: center center;
}
.shop_article .swiper-slide img {
	width: 100%;
	height: auto;	
}


.shop_article .gallery_thumb {
	height: 100px;
	box-sizing: border-box;
	margin-top: 25px;
	padding-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
 }
.shop_article .gallery_thumb .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
 
.shop_article .gallery_thumb .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
.shop_article .gallery_thumb .swiper-slide {
	cursor: pointer;	
}

.shop_article .gallery_thumb .swiper-slide-thumb-active {
	opacity: 1;
}


.section_map {
	height: 400px;
	overflow: hidden;
}
.section_map iframe,
.section_map div.sample {
	width: 100%;
	height: 400px;
}



@media(max-width: 768px) {
.shop_article .swiper-container,
.slidervision {
	width: 100%;
}

.shop_article .gallery_thumb {
	height: 13vw;
}

.section_map {
	height: 62.5vw;
}
.section_map iframe,
.section_map div.sample {
	height: 62.5vw;
}

.shop_article  h2.shop_article_title {
	font-size: 18px;
	text-align: left;
	margin: 0 0 30px;
}
.shop_article h1,
.shop_article h2,
.shop_article h3,
.shop_article h4,
.shop_article h5 {
	font-size: 16px;
}
}

@media(max-width: 320px) {
.tab li {
	height: 34px;
	font-size: 12px;
	margin-bottom: 10px;
}
}