@charset "UTF-8";
/* CSS Document */
section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 80px;
}
h1{
	font-size: 50px;
	text-align: center;
	margin: 30px auto 75px;
}
h2{
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto 44px;
  padding-top: 40px;
  text-align: center;
}

h3{
	font-size: clamp(18px,6vw,24px);
	padding: 10px 10px 5px;
	margin: 0 auto 28px;
	text-align: center;
	width: fit-content;
	font-weight: bold;
}

h4{
	font-size: clamp(18px,6vw,20px);
	font-weight: bold;
	margin: 10px auto;
}
a {
  text-decoration: none;
}
p{
	font-family: 'hiragino W7', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
table {
  border-collapse: collapse;
  border: solid 1px #1a1a1a;
}
table:first-of-type {
	margin-bottom: 50px;
}

table th, table td {
  border: solid 1px #1a1a1a;
  padding: 1em 0.5em;
}

table th{
	text-align: center;
	font-weight: bold;
}
.sp_none {
  display: block
}

.pc_none {
  display: none
}
p span {
	display: inline-block;
}

/*-- main --*/
.main-image{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 1000px;
	min-height: 600px;
	margin: 30px auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.main-news-image {
		min-height: 600px;
		background-image: url(../images/mainvisual.jpg);
		background-size: cover;
		background-position: center;
	}
.main-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.post-main_title{
	z-index: 10;
}

.main-image h1{
	font-size: 40px;
	font-weight: normal;
	color: #FFF;
	padding: 0.25em 0.5em;
	margin: 0 ;
	background-color: #9e43a9;
    filter: drop-shadow(0px 0px 3px #153649);
	line-height: 1.3em;
}
.content {
	padding: 0 50px;
}
.content h1 {
	line-height: 1.5em;
	font-size: 40px;
	margin: 40px 0;
}
.content h2 {
	line-height: 1.5em;
	font-size: 24px;
	margin: 40px 0;
	padding: 0;
}
.content h3 {
	margin: 40px 0;
	padding: 0;
	width: 100%;
	line-height: 1.5em;
}
.content h4 {
	margin: 40px 0;
	line-height: 1.5em;
}
.content img{
	height: auto;
	margin: 20px auto 0;
}
.content p{
	text-align: center;
	margin-bottom: 20px;
}
.shop_map {
	width:80%;
	max-width: 900px;
	height: 600px;
	margin: auto;
	overflow: hidden;
	position: relative;
	}
.shop_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	}
table{
	width: 45%;
	margin: 60px auto ;
	border: solid 1px #1a1a1a;
	border-collapse: collapse;
	font-size: 18px;
}
tr {
	border: solid 1px #1a1a1a;
}
table th{
	padding: 1em;
	/* border: solid 1px #1a1a1a; */
	border-collapse: collapse;
	text-align: center;
}

table td{
	padding: 1em;
	/* border: solid 1px #1a1a1a; */
	border-collapse: collapse;
}
#shopLink {
	text-align: center;
}
#shopLink a {
	display: inline-block;
	background-color: #9e43a9;
	color: #fff;
	transition: all ease .4s;
	width: 260px;
	line-height: 40px;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
}
#shopLink a:hover {
	background-color: #4d85a5;
}

@media screen and (max-width: 768px) {
	
	.sp_none {
  		display: none;
	}
	.pc_none {
		display: block;
	}
	.post-main_title {
		width: 100%;
	}
	.content p {
		width: 100%;
		margin: 0 auto 30px;
	}
	
	table {
		width: 50%;
		font-size: 12px;
	}
	#shopLink a {
		width: 240px;
	}
}

@media screen and (max-width: 600px) {
	.main-image {
		min-height: 300px;
	}
	table {
		width: 65%;
	}
	.shop_map {
		height: 400px;
	}
		h3 {
		font-size: 20px;
	}
	.content {
	padding: 0 20px;
}
	.content h1 {
	font-size: 30px;
	margin: 20px 0;
}
.content h2 {
	margin: 20px 0;
}
.content h3 {
	margin: 20px 0;
}
.content h4 {
	margin: 20px 0;
}
}
@media screen and (max-width: 480px) {

	.main-image h1 {
		font-size: 28px;
		padding: 0.25em;
		margin:  0 auto;
		width: 80%;
	}
	
	table {
		width: 80%;
		font-size: 10px;
	}
	
}