@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

*{
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear{
	clear: both;
}

body{
    margin: 0;
    padding: 0;
	font-family: 'Noto Sans TC', sans-serif;
	background: url('../images/bg.jpg') top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.shadow {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #00000050;
}

.content{
	position: relative;
	margin: 0 auto;
	max-width: 900px;
}

.content img{
	max-width: 900px;
	width: 100%;
}

.accordion {
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.4s;
}

.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

* {
	box-sizing: border-box;
}

.slider {
	width: 100%;
	margin: 0 auto;
}

.slick-slide {
	margin: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #6a3906;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.btn {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 3px 5px 5px #00000050;
}

.btn span {
	position: relative;
	overflow: hidden;
}

.btn a {
	display: block;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}

.btn01 {
	width: 41.5%;
	top: 42%;
	left: 8%;
}

.btn02 {
	width: 41.5%;
	bottom: 22%;
	right: 4%;
}

.btn03 {
	width: 41.5%;
	bottom: 35.5%;
	right: 4%;
}

.btn04 {
	width: 89%;
	bottom: 6%;
	right: 5.5%;
}

.btn05 {
	width: 41.5%;
	bottom: 11%;
	left: 5%;
}

.btn06 {
	width: 41.5%;
	bottom: 11%;
	right: 3.5%;
}

.btn07 {
	width: 89%;
	bottom: 10%;
	right: 5.5%;
}

/* ボタンの光沢 */
.is-reflection a {
	overflow: hidden;
  }
.is-reflection a:after {
	-moz-animation: is-reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-ms-animation: is-reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-o-animation: is-reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-webkit-animation: is-reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	animation: is-reflection 4s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

@keyframes is-reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (min-width: 1921px) {
	/* body {
		background: #fff;
	} */
	section {
		max-width: 1920px;
	}
}
	
@media screen and (max-width: 800px) {
	.content {
	    margin: 0;
		width: 100%;
	}

    .content img {
		width: 100%;
	}

}

