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


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

   H1-wrap

--------------------------------------------------------------------------------------------- */
.dining-h1-wrap{
	position: relative;
	width: 100%;
	padding: 0 7.5% 25px 7.5%;
}

.dining-logo{
	float: left;
	width: 250px;
}
.dining-logo img{
	width: 100%;
	height: auto;
}

.dining-h1{
	float: right;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: normal;
	margin-top: 2.5%;/*5%*/
}

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

.dining-logo{
	width: 200px;
}
	
}

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

.dining-logo{
	margin-bottom: 25px;
}
	
}

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

.dining-logo{
	width: 150px;
}
	
}



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

   Visual-wrap

--------------------------------------------------------------------------------------------- */
.dining-visual-wrap{
	width: 100%;
}

.slide {
	float: right;
  position: relative;
  width: 92.5%;
  height: 100vh;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

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

.slide {
  width: 96%;
  height: 75vh;
}
	
}

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

.slide {
  width: 100%;
  height: 50vh;
}
	
}

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

.slide {
  height: 42.5vh;
}
	
}

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

.slide {
  height: 37.5vh;
}
	
}

.slide-image:nth-child(1) {
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  animation-delay: 14s;
}

.slide-image:nth-child(4) {
  animation-delay: 22s;
}

.slide-image:nth-child(5) {
  animation-delay: 30s;
}

.slide-image:nth-child(6) {
  animation-delay: 38s;
}

.slide-image:nth-child(7) {
  animation-delay: 46s;
}

.slide-image:nth-child(8) {
  animation-delay: 54s;
}


@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}




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

   Dining-middle-contents

--------------------------------------------------------------------------------------------- */
.dining-middle-wrap80{
	width: 80%;
	padding: 150px 0 0 0;
	margin: 0 auto;
}

.dining-middle-contents{
	width: 100%;
}

.right-middle-contents{
	float: right;
	width: 50%;
}

.clover{
	float: right;
	width: 450px;
	margin: -165px 0 100px 0;
}

.fresh-box{
	width: 100%;
}
.fresh-box .left-fresh{
	float: left;
	width: 49%;
}
.fresh-box .left-fresh img{
	width: 100%;
	height: auto;
}
.fresh-box .right-fresh{
	float: right;
	width: 49%;
}
.fresh-box .right-fresh img{
	width: 100%;
	height: auto;
}

.left-middle-contents{
	float: left;
	width: 40%;
}

@media screen and (max-width:1000px) {
	
.right-middle-contents{
	float: none;
	width: 100%;
}
	
.left-middle-contents{
	float: none;
	width: 100%;
	margin-top: 50px;
}
	
#dining-introduction .text-16{
	width: 100%;
}
	
}

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

.clover{
	width: 350px;
	margin: -110px 0 100px 0;
}
	
}

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

.dining-middle-wrap80{
	padding: 100px 0 0 0;
}
	
}

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

.clover{
	margin: -110px 0 50px 0;
	width: 250px;
}
	
}

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

.clover{
	width: 200px;
}
	
}


/* Clover
-----------------------------------------------------------*/
.dining-middle-contents .clover .top-left img{
	float: left;
	width: 49%;
	height: auto;
	margin-bottom: 1%;
	border-radius: 50% 50% 0 50%;
}
.dining-middle-contents .clover .top-right img{
	float: right;
	width: 49%;
	height: auto;
	margin-bottom: 1%;
	border-radius: 50% 50% 50% 0;
}
.dining-middle-contents .clover .bottom-left img{
	float: left;
	width: 49%;
	height: auto;
	margin-top: 1%;
	border-radius: 50% 0 50% 50%;
}
.dining-middle-contents .clover .bottom-right img{
	float: right;
	width: 49%;
	height: auto;
	margin-top: 1%;
	border-radius: 0 50% 50% 50%;
}




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

   Dining-Gallery 

--------------------------------------------------------------------------------------------- */
#dinner-introduction h2,
#dinner-introduction .eg-h2{
	text-align: center;
}
#dinner-introduction .eg-h2{
	margin-bottom: 25px !important;
}

#breakfast-introduction h2,
#breakfast-introduction .eg-h2{
	text-align: center;
}
#breakfast-introduction .eg-h2{
	margin-bottom: 25px !important;
}

#Asagi-introduction h2,
#Asagi-introduction .eg-h2{
	text-align: center;
}
#Asagi-introduction .eg-h2{
	margin-bottom: 25px !important;
}

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

   Dining-about

--------------------------------------------------------------------------------------------- */
.left-text{
	float: left;
	width: 45%;
}
.right-text{
	float: right;
	width: 45%;
}

.left-text h3{
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: clamp(18px, 3vw, 24px);
	margin-bottom: 25px;
}

.dining-about-table th,.dining-about-table td{
	font-size: clamp(12px, 3vw, 16px);
	font-family: 'Noto Serif JP', serif;
	border-bottom: 0.5px solid #ccc;
	padding: 10px 0;
}

.dining-about-table th{
	font-weight: normal;
	text-align: left;
	width: 30%;
}

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

.left-text{
	float: none;
	width: 100%;
}
.right-text{
	float: none;
	width: 100%;
}
	
.dining-about-table{
	margin-top: 50px;
}
	
}

#Asagi-about{
	padding-bottom: 150px;
}

@media screen and (max-width:700px) {
	
#Asagi-about{
	padding-bottom: 100px;
}

}



































































