@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Sawarabi Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

body{
	height: auto;
	min-height: 360px;
	overflow-x: hidden;
	margin: 0;
	font-family: arial;
	width: 100%;
	animation: bugfix infinite 1s;
	-webkit-animation: bugfix infinite 1s;
	min-width: 320px;
}

a{
	text-decoration: none;
}

a:hover img{
	transition: 1s;
}


iframe{
		border: none;
		display: block;
}

/*=========
.bg_statement（固定背景にする）
=========*/

.bg_statement {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

/*=========
.fit
=========*/

.fit {
  position: relative;
  overflow: hidden;
}
.fitsize {
  position: absolute;
}

/*---------------------------

パーツ

------------------------*/
.button01{
	display: block;
	width: 200px;
	color: #FFF;
	border-radius: 40px;
	background: #101019;
	text-align: center;
	padding: 0.5em;
	font-family: "Shippori Mincho B1", serif;
	border:solid 2px #101019;
	margin: 0 auto;
}


.button01:hover{
	background: #FFF;
	color: #101019;
}

.button02{
	display: block;
	width: 250px;
	color: #FFF;
	border-radius: 40px;
	background: #9b9064;
	text-align: center;
	padding: 4px 20px;
	font-family: "Shippori Mincho B1", serif;
	border:solid 2px #9b9064;
	margin: 16px 0;
}

.button02:hover{
	background: #FFF;
	color: #9b9064;
}

.text-box1{
	border: solid 1px #9b9064;
	max-width: 500px;
	margin: 0 auto !important;
	background: #FFF;
	box-shadow: 4px 4px 4px 4px #e2d6b7;
}

/*---------------------------

その他

------------------------*/

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}	

.links-404{
	padding: 20px 40px;
}

.links-404 li{
	margin: 20px 0;
}

.links-404 li a{
	color:#101019;
	font-size: 1.3em;
}

.links-404 li a span{
	padding-left: 20px;
	color: #9b9064;
	font-size: 0.8em;
}

/*---------------------------

トップ以外共通

------------------------*/

#page{
	padding: 100px 10% 4% 10%;
	background: linear-gradient(to top, rgba(155,144,100,0.5), rgba(155,144,100,0.5));
}

#page h1{
	font-family: "Shippori Mincho B1", serif;
	font-weight: normal;
	font-size: 4em;
	color: #FFF;
	text-align: left !important;
	border-bottom: solid 1px #FFF;
	line-height: 2em;
}

#page h1 span{
	display: inline-block;
	padding-left: 8%;
	font-family: "Shippori Mincho B1", serif;
	font-weight: normal;
	font-size: 0.3em;
}

#page section{
	width: 100%;
	min-height: 50vh;
	margin: 4% 0;
	padding: 1em;
	background: #FFF;
	animation: animate 15s linear infinite;
}

@keyframes animate {
  0% {
	  box-shadow: 0px 0px 30px 10px #e2d6b7;
  }
	  25%
  {
     box-shadow: 0px 0px 10px 0px #e2d6b7;
  }
  
  50%
  {
     box-shadow: 0px 0px 30px 10px #e2d6b7;
  }
    75%
  {
     box-shadow: 0px 0px 10px 0px #e2d6b7;
  }
  
  100%
  {
     box-shadow: 0px 0px 30px 10px #e2d6b7;
    
  }
}
#page section h2{
	font-family: "Shippori Mincho B1", serif;
	font-weight: normal;
	font-size: 2em;
	color: #6b5748;
	border-left: solid 6px #9b9064;
	line-height: 2em;
	padding-left: 30px;
	margin-bottom: 30px;
}
#page section h3{
	font-family: "Shippori Mincho B1", serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #9b9064;
	line-height: 2em;
	padding-left: 30px;
	margin-top: 5vh;
	
}

#page section img{
	display: block;
	margin: 1em auto;
	max-width: 100%;
	width: 40vw;
	min-width: 300px;
}

#page section p{
	display: block;
	margin: 10px 30px;
	color: #827269;
}

#page section table{
	border: none;
	border-collapse: collapse;
	width: 90%;
	margin: 2em auto;
}

#page section table th{
	font-weight: normal;
	padding: 2em;
	background: #e5e1cc;
	color: #101019;
	border-bottom: 3px solid #FFF;
}

#page section table td{
	padding: 2em;
	background: linear-gradient(45deg, rgba(255, 255, 255, 1), rgba(229, 225, 204, 1)  );
	border-bottom: 3px solid #FFF;
	color: #6b5748;
}

#page section details{
	padding: 2em 1em;
	border-bottom: solid 1px #9b9064;
}

#page section details summary{
	color: #101019;
	list-style: none;
	cursor: pointer;
}

#page section details summary span{
	color: #666;
	font-size: 0.8em;
	display: block;
}


#page section details p{
	font-size: 0.9em;
}

#page section details p .links{
	color: #6b5748;
	text-decoration: underline;
}

/*パンくずリスト*/

#breadcrumb{
	padding: 30px 0;
	margin-top: 50px;
}

#breadcrumb ul{
	display: flex;
	flex-wrap: wrap;
}

#breadcrumb ul li{
	display: block;
	font-size: 0.9em;
	color: #FFF;
}

#breadcrumb ul li:after{
	content: ">";
	color: #FFF;
	opacity: 0.6;
	padding: 0 10px;
}

#breadcrumb ul li:nth-last-child(1):after{
	content: "";
}

#breadcrumb ul li a{
	color: #FFF;
}

/*---------------------------

ヘッダー

------------------------*/

#header{
	position: fixed;
	top:0;
	}

#overlay ul li a, #shop, h1{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
}

#overlay ul li a:hover, #shop:hover{
		text-shadow: 0px 0px 4px #e2d6b7;
		transition: 0.6s;
	}

#shop{
	color: #FFF;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 12;
	padding: 4px 0;
}

#shop:hover{
}


/*---------------------------

フッター

------------------------*/

footer{
	/*background: #9b9064;*/
	background: linear-gradient(to bottom, rgba(155,144,100,0.5), rgba(155,144,100,1));
	width: 100vw;
	height: auto;
	min-width: 320px;
	min-height: 640px;
	overflow-x: hidden;
	padding: 4% 10%;
}

footer h2{
	color: #FFF;
	text-align: left !important;
	border-bottom: solid 1px #FFF;
	line-height: 2em;
}

#footer-box{
	display: flex;
	justify-content: space-between;
	padding: 5% 0;
}

#calling{
	width: 65%;
}

#calling h3{
	margin-top: 4%;
}

#calling #add a{
	color: #FFF;
}

footer details{
	width: 100%;
	border: solid 1px #FFF;
	color: #FFF;
	
	margin-bottom: 10px;
}

footer details summary {
  cursor: pointer;
	list-style: none;
	font-size: 1.1em;
	padding: 20px 40px;
	position: relative;
}

footer details summary:after{
	content: url(img/arrow.svg);
	width: 8px;
	position: absolute;
	color: #FFF;
	right: 30px;
	top: calc((100% - 20px) / 2);
}

footer details[open] summary:after{
	transform:rotate(90deg);
	transition: 0.5s;
}

footer details summary::-webkit-details-marker{
	display: none;
}

footer details p{
	display: block;
	font-size: 1em;
	padding: 20px 40px;
	opacity: 0.8;
}

footer details ul{
	padding: 10px 60px;
}

footer details div{
	display: block;
	background: #FFF;
	width: 90%;
	min-width: 320px;
	padding: 20px;
	margin: 20px auto;
	
}

footer details div a{
	display: block;
	font-size: 3em;
	text-align: center;
	color: #101019;
}

footer details div strong{
	display: block;
	color: #101019;
	border-left: solid 6px #9b9064;
	font-size: 1em;
	padding: 4px 10px;
}

footer details div span{
	font-size: 0.9em;
	color: #9b9064;
	display: block;
	text-align: center;
}


#footer-menu{
	display: block;
	width: 30%;
	padding-left:4%;
}

#footer-menu li{
	display: block;
	margin-bottom: 4%;
}

#footer-menu li a, #calling h3{
	font-family: "Shippori Mincho B1", serif;
	font-weight: normal;
	font-size: 2.5em;
	color: #FFF;
}

#footer-menu li a:hover{
	text-shadow: 0px 0px 4px #e2d6b7;
	filter: brightness(200%);
}

footer p{
	color: #FFF;
}

/*---------------------------

トップページ　共通

------------------------*/

#top section{
	margin: 0; 
	width: 100vw;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-width: 320px;
	min-height: 640px;
	overflow-x: hidden;
}

#top section h2, footer h2{
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-weight: normal;
	font-size: 4em;
}

#top section p{
	font-size: 1em;
}


/*---------------------------トップページ　スライドショー----*/

.slide {
  position: relative;
   width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slide-image {
  background-position: left 45%;
  background-repeat: no-repeat;
  background-size: 120%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 5s forwards/* linearinfinite*/;
}

.slide-image:nth-child(1) {
  background-image: url(img/top-main.jpg);
  animation-delay: -3s;
}

.slide-image:nth-child(2) {
 background-image: url(img/top-main1.jpg);
  animation-delay: 2s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
  }
/*  10% {
    opacity: 1;
  }
  33.33% {
    opacity: 0s;
  }*/
  30% {
    opacity: 1;
  }
    100% {
  opacity: 1;
  }
}


@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}


#top-img{
	background-image: url(img/top-main1.jpg);
}

#top-img h1{
	font-size: 5vw;
	line-height: 1em;
	color: #FFF;
	position: absolute;
	bottom:200px;
	left:10%;
	display: none;
}

#top-img p{
	color: #FFF;
	position: absolute;
	bottom:8%;
	width: calc(100% - 20%);
	display: block;
	left:10%;
}
/*---------------------------トップページ　LunaPrimal------------------------*/

#top section#lunaprimal{
	background: #e2d6b7;
}

.luna-box{
	width: 80%;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
	padding: 3em 0;
}

.luna-box img{
	display: block;
	max-width: 45%;
	max-height: 90%;
}

.luna{
	width: 55%;
	padding: 5em;
}

.luna h2 span{
	display: block;
	font-size: 12px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: normal;
}

.luna p{
	font-weight: normal;
	color: #827269;
	font-size: 1.2em;
	line-height: 2em;
	padding: 4em;
}

/*---------------------------トップページ　NEWS------------------------*/

#top section#news{
	background: url(img/news.jpg) no-repeat;
	background-size: cover;
	padding: 4% 10%;
	height: auto;
}

#top section#news h2{
	color: #FFF;
}

#top section#news .flexslider{
	width: 500px;
	max-width: calc(100% - 100px);
	margin: 10px 50px;
}

#top section#news .flexslider .slides img{
width: 500px;
	max-width: 100%;
	
}

#top-newslist{
	width: 100%;
	display: block;
	padding: 10% 0;
}

#top-newslist details{
	display: block;
	width: 100%;
	 background: linear-gradient(45deg, rgba(255, 255, 255, 0.9),90%, rgba(255, 255, 255, 0.5)  );
	
	margin-bottom: 3px;
	border: solid 1px #FFF;
}

#top-newslist details:hover{
	opacity: 0.8;
}

#top-newslist details summary {
	padding: 1.5em 3em;
  cursor: pointer;
	list-style: none;
	font-size: 1.1em;
}

#top-newslist details summary::-webkit-details-marker{
	display: none;
}

#top-newslist details .date{
	display: block;
	color: #666;
	margin-bottom: 20px;
	font-size: 0.6em;
}

#top-newslist details[open]{
	background: #FFF;
}

#top-newslist details[open]:hover{
	opacity: 1;
}

#top-newslist details[open] p{
  animation: fadeIn 0.85s ease;
	padding: 0em 3em 3em 3em;
	font-size: 1em;
	color: #827269;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/*---------------------------

匠の誠品についてページ

------------------------*/

#page section#brand h3{
	text-align: center;
	font-size: 3em;
	margin-bottom: 1em;
}

#brand img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#page section#brand p{
	text-align: center;
	padding: 1em 0;
	line-height: 1.5em;
	
}

/*---------------------------

よくある質問ページ

------------------------*/

#page section#faq details{
	padding: 2em;
}

#faq details summary span{
	border:1px solid #666;
	padding: 2px;
	text-align: center;
	border-radius: 10px;
	width: 10%;
	min-width: 150px;
	max-width: 100%;
	margin-bottom: 10px;
}

#faq details{
	position: relative;
}

#faq details summary:after{
	content: url(img/faq-arrow.svg);
	display: block;
	position: absolute;
	right: 20px;
	width: 8px;
	height: auto;
	top: 2em;
}

#faq details[open] summary:after{
	transform: rotate(90deg);
	transition: 0.4s;
}

#faq details summary strong{
	font-weight: normal;
	position: relative;
}
#faq details summary strong:before{
	content: "Q.";
	position: absolute;
	left:-24px;
}

#faq details .answer{
	position: relative;
}

#faq details .answer:before{
	content: "A.";
	position: absolute;
	left:-24px;
	color: #6b5748;
}

#faq details .answer p{
	margin: 10px 0;
}


/*---------------------------

お問い合わせページ

------------------------*/

section#contact-form{
	padding: 30px;
}

section#contact-form .kome li{
	font-size: 0.9em;
	display: block;
  margin: 3px 10px;
	padding: 0 20px;
  color: #827269;
	position: relative;
	
}

#page section#contact-form .kome li:before{
	content: "※";
	position: absolute;
	left:0;
}
#page section#contact-form table, #page section#contact-form table tbody, #page section#contact-form table tbody tr{
	width: 100%;
	display: inline-block;
	
}

#page section#contact-form table tbody tr{
	margin-bottom: 1px;
	background: /*#f4f2e9*/ #f4f2e9;
}

#page section#contact-form table td{
font-size: 1em;
font-family: "Sawarabi Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: /*#f4f2e9*/  none;
	padding: 10px 20px;
	border-bottom:none;
	width: 100%;
}


#page section#contact-form table td label{
	padding-left: 10px;
	font-size: 0.9em;
}

#page section#contact-form table td input[type=text], #page section#contact-form table td input[type=tel],#page section#contact-form table td textarea{
	max-width: 100%;
	border: none;
	padding: 10px;
}

#contact-form table td textarea, #riyou_kiyaku{
	padding: 20px 40px;
	width: 90%;
	max-width: 100%;
	height: 250px;
}

#page section#contact-form table th{
	background: #9b9064;
color: #FFF;
min-width:200px;
max-width: 100%;
border-bottom:none;
padding: 10px 20px;}

#riyou_kiyaku{
	padding: 20px 40px;
	width: 90%;
	max-width: 100%;
	height: 250px;
	overflow-y: scroll;
	background: #FFF;
}
#riyou_kiyaku strong{
	font-size: 1em;
	display: block;
	margin: 20px 0 10px 0;
}
#page section#contact-form table td #riyou_kiyaku p, #page section#contact-form table td #riyou_kiyaku li{
	font-size: 0.9em;
	padding: 0px 10px;
	margin: 0;
}

#page section#contact-form table td #riyou_kiyaku ul{
	padding: 20px;
}
#page section#contact-form table td#contact_check{
	text-align: center;
	display: block;
	width: 100%;
}

#page section#contact-form table td#contact_check .button02{
	margin: 10px auto;
}

#page section#contact-form table td#contact_check .button02:disabled{
	background: #999;
	border-color: #999;
}

#page section#contact-form table td#contact_check .button02:disabled:hover{
	color: #FFF;
}

#page section#contact-form table td#contact_check label{
	margin-right: 10px;
}



/*-----------------------------------------------------------------------------------------------画面1101px以上で適用する内容*/

@media screen and (min-width:1101px){
	
	header{
		position: absolute;
		top:0;
		width: 100%;
		height: 100px;
		z-index: 10;
	}
	
	#overlay-input{
		display: none;
	}
	
	#overlay ul {
		display: flex;
		padding-left: calc(230px + 2.5vw);
	}
	
	#overlay ul li {
		padding: 50px 2.5vw;
		display: block;
}
	
	#overlay ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 1em;
}
	
	#overlay ul li a img{
		display: block;
		width:230px;
		position: absolute;
		top:40px;
		left:50px;
}

}

@media screen and (max-width:1800px){

#top section#lunaprimal{
	height: auto;
}

.luna-box{
	width: 100%;
	padding: 3em 1em;
}
.luna{
	padding: 5em 2em;
}

.luna p{
	padding: 4em 0;
	}
}

 /*----------------------------------------------------------------------------------------------画面1100px以下で適用する内容*/

@media screen and (max-width:1100px){
	
#top-img{
	background-size: 120%;
	padding: 0;
}

#top-img h1{
	font-size: 7vw;
	bottom:150px;
	line-height: 1.2em;
}
	
	#shop{
	position: absolute;
	top:35px;
	right: 1.5em;
	z-index: 10;
}

#overlay-button {
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}
#overlay-button span {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #fff;
}

input[type=checkbox] {
  display: none; 
}

	#page section#contact-form table td#contact_check label #checkbox01{
		display: inline;
	}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);


}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #9b9064;
  z-index: 2;
  visibility: hidden;
  position: fixed;
}
#overlay.active {

}
#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;	
}
	
	#overlay ul li {
		padding: 1em;
		display: block;
}
	
#overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
}

#overlay ul li a img{
  display: block;
	width:30vw;
	min-width: 300px;
	height: 10vh;
}

#contact-form table td textarea, #riyou_kiyaku{
	max-width: 100%;
	width: auto;
}
	
}

  /*-------------------------------------------------------------------------------------------------1025px以下で適用する内容*/

@media screen and (max-width:1025px){

/*---------------------------

トップ以外共通

------------------------*/

#page{
	padding: 20px 4%;
	margin: 0;
	width: 100%;
}

#page h1{
	font-size: 8vw;
	line-height: 1em;
	padding: 0;
}

#page h1 span{
	display: block;
	padding-left: 0;
	font-size: 3vw;
}

#page section{
	margin: 4% auto;
	padding: 1em 2em;
}

#page section h2{
	font-size: 1.5em;
}
#page section h3{
	line-height: 1.3em;
	margin-bottom: 1.5em;
	padding: 0;
}

#page section p{
	display: block;
	margin: 20px 0px;
	color: #827269;
}

/*パンくずリスト*/

#breadcrumb{
	padding: 30px 0;
	margin-top: 50px;
}

#breadcrumb ul{
	display: flex;
	flex-wrap: wrap;
}

#breadcrumb ul li{
	display: block;
	font-size: 0.9em;
	color: #FFF;
}

#breadcrumb ul li:after{
	content: ">";
	color: #FFF;
	opacity: 0.6;
	padding: 0 10px;
}

#breadcrumb ul li:nth-last-child(1):after{
	content: "";
}

#breadcrumb ul li a{
	color: #FFF;
}
	

/*---------------------------

トップページ　LunaPrimal

------------------------*/

}

  /*-------------------------------------------------------------------------------------------------700px以下で適用する内容*/

@media screen and (max-width:700px){

	#page section{
		padding: 1em;
	}
	
	
#overlay ul{
  padding-left: 0;	
}

#overlay ul li{
	padding: 10px;
	}
	
#overlay-button {
	left: 0.8em;
	top: 0.8em;
	}

	#shop{
		top:1.5em;
	}
	
/*---------------------------

フッター

------------------------*/

footer{
	padding: 4% 8%;
}

footer h2{
	font-size:10vw;
	text-align: center !important;
	margin-bottom: 1em;
}

#footer-box{
	display: block;
}

#calling{
	width: 100%;
}

#calling h3{
	padding-top: 50px;
	border-top: solid 1px #FFF;
}

	#calling #add{
		display: block;
		margin-bottom: 50px;
		margin-top: 10px;
	}
	
footer details{
}

footer details summary {
	font-size: 4vw;
	padding: 20px;
}

footer details p{
	font-size: 0.9em;
	padding: 20px;
}

footer details ul{
	padding: 10px 50px;
}

footer details div{
	width: 90%;
	padding: 10px;
	max-width: 100%;
	min-width: 80%;
}

footer details div a{
	font-size: 2em;
}

footer details div strong{
}

footer details div span{
	font-size: 0.8em;
}


#footer-menu{
	border-top: solid 1px #FFF;
	width: 100%;
	padding-left:0%;
	padding: 1em 0;
}

#footer-menu li{
	display: block;
	margin-bottom: 4%;
}

#footer-menu li a, #calling h3{
	font-family: "Shippori Mincho B1", serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #FFF;
}

#footer-menu li a:hover{
	opacity: 0.7;
}

footer p{
	color: #FFF;
}	

/*---------------------------

トップページ　共通

------------------------*/

#top section h2{
	font-size: 10vw;
}

#top section p{
	font-size: 1em;
}
	
#page section table{
	width: 100%;
	display: block;
}

#page section table th, #page section table td{
	display: block;
	width: 100%;
	padding: 1em;
	border-bottom: none;
}

#page section table td{
	border-bottom: 3px solid #FFF;
	background: linear-gradient(45deg, rgba(255, 255, 255, 1),70%, rgba(229, 225, 204, 0.3)  );
}

/*-------------------スライドショー*/
	
#top-img{
	background: url(img/top-main1.jpg) no-repeat top 60% right 30%;
	background-size: 200%;
	padding: 0;
	/*height: calc(100vh - 40px);*/
	height: 100vh;
}
	
.slide-image {
	background-position: 62% 50%;
	background-size: 250%;
	}

#top-img h1{
	font-size: 12vw;
	bottom:200px;
	line-height: 1.2em;
	left:10%;
}

/*---------------------------

トップページ　LunaPrimal

------------------------*/

	#top section#lunaprimal{
	height: auto;
}

.luna-box{
	width: 100%;
	display: block;
	padding: 3em 0.8em;
}

.luna-box img{
		width: 90%;
	max-width: 100%;
		margin: 0 auto;
		height: auto;
	}

.luna{
	width: 100%;
	padding: 2em;
}

.luna p{
	padding: 2em 0;
    font-size: 0.8em !important;
	}
	
/*---------------------------トップページ　NEWS------------------------*/

#news{
}

#news h2{

}

#top-newslist{
	width: 100%;
	display: block;
	padding: 10% 0;
}

#top-newslist details{
}

#top-newslist details:hover{
	opacity: 1;
}

#top-newslist details summary {
	padding: 1.5em;
}

#top-newslist details summary::-webkit-details-marker{
}

#top-newslist details .date{
	margin-bottom: 10px;
}

#top-newslist details[open]{
}
	
	#top-newslist details .button02{
		width: auto;
	}
	

#top-newslist details[open] p{
  animation: fadeIn 0.85s ease;
	padding: 0 2em 2em 2em;
	font-size: 0.9em;
	color: #827269;
}

	/*---------------------------

匠の誠品についてページ

------------------------*/

#page section#brand h3{
	font-size: 7vw;
}

#brand img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#page section#brand p{
	text-align: center;
	padding: 1em 0;
	line-height: 1.5em;
	font-size: 3.5vw;
}

	
	/*---------------------------

よくある質問ページ

------------------------*/
	
#faq details summary:after{
	right: 10px;
	top: 3em;
}
	
}

  /*----------------------------------------------------------------------------------------------画面の高さ639px以下で適用する内容*/

@media screen and (max-height:640px){


#top section#top-img{
	background-size: 140%;
	padding: 0;
}

#top section#top-img h1{
	font-size: 60px;
	bottom:180px;
	line-height: 1em;
	left:10%;
}

	#overlay ul li a{
	font-size: 1.2em;
	}

	#overlay ul li{
		padding: 0.5em;
	}
	
	
#top-img p{
	font-size: 14px;
}
	


}

