html {
	font-family: SourceHanSansJP-Light, YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	cursor: auto;
	font-size: 16px;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
}
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#hero {
	width: 100%;
	height: 650px;
	margin: 0 auto 0;
	display: block;
	padding: 20px 20px;
	background: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	z-index: 10
}
#hero-inner{
	width: 100%;
  max-width: 1000px;
	height: 650px;
  margin: 0 auto 0;
	display: grid;
  grid-template-columns: 1fr 80px 80px;
  gap: 6px;
  align-items: center;
}

#logo{
  background: url(../img/title.svg) no-repeat center left;
  background-size: 330px auto;
  display: block;
  width: 100%;
  height: 80px;
}

#insta{
  width: 80px;
  display: grid;
  grid-template-rows: 40px auto;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  color: #000;
  transition: 0.3s;
}

#insta img{
  width: 40px;
  margin: 0 auto 0;
}
#insta:hover {
	transform: scale(1.1);
}


#shop{
  width: 80px;
  display: grid;
  grid-template-rows: 40px auto;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  color: #000;
  transition: 0.3s;
}

#shop img{
  width: 40px;
  margin: 0 auto 0;
}

#shop:hover {
	transform: scale(1.1);
}


#wrapper {
	margin:0 auto;
	margin-top:20;
	margin-bottom:120;
	padding:0 1%;
	width:98%;
	position:relative;
}

#mainBanner{
	clear:both;
	padding:0;
	position:relative;
	text-align:center;
	margin-top:20;
	margin-right: auto;
	margin-left: auto;
}
#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}

#wrapper h2{
	text-align: center;
	font-size: 1.3rem;
	padding: 0 0 10px 0;
}

.card{
	display: block;
	width: 85%;
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 10px 20px 20px 20px;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.05)
}

p {
  font-size: 16px;;
}

.small {
  font-size: 14px;
}

a {
  color: #06c;
  text-decoration: none;
}


dl {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	gap:10px;
	padding: 0px 0 20px 0;
	font-size: 0.9rem
}
.card .img-box-1 {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	gap: 20px;
	margin: 0 auto 0
}
.card .img-box-1 img{
	width: 100%;
	box-shadow: 0 0px 8px rgba(0,0,0,0.05);
	border: solid 1px #eee
}
.card .img-box-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 20px;
	margin: 0 auto 0
}
.card .img-box-2 img{
	width: 100%;
	box-shadow: 0 0px 8px rgba(0,0,0,0.05);
	border: solid 1px #eee
}

.white-col {
	width: 100%;
	background: #fff;
	text-align: center;
}

.white-col img{
	width: 90%;
	max-width: 1000px;
}

#googlemap {
	width: 100%;
	height: 300px;
	background: #fff;
}

#googlemap iframe{
	width: 100%;
	height: 300px;
}


#footer {
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 20px 0 40px 0;
}

#footer p{
	font-size: 0.8rem;
	background: #fff;
	margin: 0;
	padding: 0;
}

#foot-menu {
	display: grid;
	grid-template-columns: 70px 70px;
	justify-content: center;
	gap: 20px;
	margin: 30px 0 30px 0;
}
#foot-menu span a{
	text-decoration: none;
	font-size: 0.8em;
	color: #000;
	padding: 6px 6px;
	border-bottom: solid 1px #333;
	transition: 0.3s
}
#foot-menu span a:hover{
	color: #666;
	border-bottom: solid 1px #999
}



.lum-close-button {
	visibility: hidden
}
.lum-lightbox {
	background: rgba(0,0,0,0.8)
}

.zoomImg {
	margin: 0;
	padding: 0;
	transition: 0.2s;
}
.zoomImg:hover {
	transform: scale(1.02);
}

@media screen and (max-width:1000px) {
	.zoomImg img {
		max-width: 160vw !important;
		max-height: 85vh !important;
	}
}

@media screen and (max-width:1000px) {
  #logo{
    background: url(../img/tta-logo.svg) no-repeat center left;
    background-size: 80px auto;
    display: block;
    width: 100%;
    height: 80px;
  }
  #insta{
    font-size: 10px;
  }
  #shop{
    font-size: 10px;
  }
	#wrapper h2{
		font-size: 1rem;
	}
	dl {
		grid-template-columns: auto 1fr;
		gap:10px 0;
		font-size: 0.7rem
	}
}


