@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	font-size: 1.4rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	margin:0;padding:0;
}

img{width: 100%; }
ul,li,dl,dt,dd{ margin: 0; padding: 0; list-style: none;}
h2 {
	margin: 0 auto ;
	text-align: center;
}

h3 {
	margin: 0 auto;
	font-size: 1.2rem;
}
p {margin: 0;}

#main-s {
	margin-top: -30px;
}

.main-catc {
	position: relative;
}
.main-catc h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFF0;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2;
  font-size: 3.5rem;
  text-align: center;
  width: 100%;
}

.main-p span {
  display: inline-block;
  opacity: 0;
  transform: translateX(30px);
  animation: slideIn 0.5s forwards;
}
.main-p2 span {
  display: inline-block;
  opacity: 0;
  transform: translateX(30px);
  animation: slideIn 0.5s forwards;
}
.main-p3 span {
  display: inline-block;
  opacity: 0;
  transform: translateX(30px);
  animation: slideIn 0.5s forwards;
}


@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.main-p span:nth-child(1) { animation-delay: 0.1s; }
.main-p span:nth-child(2) { animation-delay: 0.2s; }
.main-p span:nth-child(3) { animation-delay: 0.3s; }
.main-p span:nth-child(4) { animation-delay: 0.4s; }

.main-p2 span:nth-child(1) { animation-delay: 0.5s; }
.main-p2 span:nth-child(2) { animation-delay: 0.6s; }
.main-p2 span:nth-child(3) { animation-delay: 0.7s; }
.main-p2 span:nth-child(4) { animation-delay: 0.8s; }
.main-p2 span:nth-child(5) { animation-delay: 0.9s; }

.main-p3 span:nth-child(1) { animation-delay: 1.0s; }
.main-p3 span:nth-child(2) { animation-delay: 1.1s; }
.main-p3 span:nth-child(3) { animation-delay: 1.2s; }
.main-p3 span:nth-child(4) { animation-delay: 1.3s; }
.main-p3 span:nth-child(5) { animation-delay: 1.4s; }
.main-p3 span:nth-child(6) { animation-delay: 1.5s; }


@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.yellow {
	color: #ffdc61;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.slider2 {
	line-height: 0;
	width: 100%;
}
.slider2 .swiper-slide img {
  height: auto;
  width: 100%;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.back-y {
	background-color: #ffdc61;
}

.logo {
    max-width: 150px;
    margin: 0 auto;
    padding: 10px;
}

#about h2 {
	font-size: 1.6em;
	padding: 20px 0;
}


#about h3 {
    font-size: 0.8em;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2.0;
	padding: 20px;
}

#about p {
	font-weight: bold;
	font-size: 0.8em;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2.5;
	padding: 0 20px;
}

#about p span{
	font-size: 	1.5em;
}

.flex {
    display: flex;
}

#how-order h2{
	font-size: 2em;	
	padding: 0 0 50px;
}

.order {
	flex-wrap: wrap;
	justify-content: center;
}

.flex-order {
	position: relative;
	width: 50%;
}

.box-order {
	padding: 40px;
	font-size: 1em;
}

.box-order img{
	width: 100%;
    border-radius: 50%;
}
.box-order p{
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	letter-spacing: 1px;
}
.box-order .order-n{
	position: absolute;
	top:5%;
	left: 10%;
	-ms-transform: translate(-10%,-10%);/*ベンダープレフィックス*/
	-webkit-transform: translate(-10%,-10%);/*ベンダープレフィックス*/
	transform: translate(-10%,-10%);/*センター寄せの修正*/
	color: #000;
	font-size: 1.8rem;
	margin: 0!important;/*文字がずれている場合や*/
	padding: 0!important;/*文字が折り返される場合*/
	background-color: #FFF;
    width: 50px;
    height: 50px;
	border-radius: 50%;
	font-weight: bold;
	text-align:center;
	line-height: 50px;
}

#menu-item {
	padding:20px 0; 
}

#menu-item h2{
	padding: 0 0 20px;
	font-size: 1.7em;
}

#menu-item h3{
	padding: 0 0 50px;
	font-size: 1.2em;
}

#menu-item p{
	font-size: 0.9rem;
	text-align:center;
	padding: 10px 0;
}

.item {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.flex-item {
width: 25%;	
}

.box-item {
	padding: 20px;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 1em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

#access {
	padding-bottom: 50px; 
}

#access h2{
	padding: 50px 0; 
}

iframe {
	width: 100%;
	aspect-ratio: 16/9;
	height: 700px;
}

.open {
	padding:10px 20px;
}

.open h3{
	font-size: 1.1em;
	letter-spacing: 2px;
}

.open p{
	font-size: 1em;
	letter-spacing: 2px;
}

.fixed-background {
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

#info h2 {
	font-size: 1.5em;
}

#info ul {
    padding: 20px;
    height: 280px;
    overflow: auto;
}

#info ul li {
	margin-bottom: 10px;
    font-size: 1.3rem;
    border-bottom: solid 1px #ccc;
    text-align: left;
}

#info ul li a {
	text-decoration: none;
	color: #000;
}

#info ul li a:hover {
  color: #ffdc61;
}

.info-shop {
    background-image: url("../img/information/machiya.jpg");
}

.day {
	font-size: 0.9rem;
	padding: 5px 0;
}

#sns h2 {
	font-size:1.7em;	
}

.sns-staf {
	background-image: url("../img/sns/take-out-1.jpg")
}

.sns-icon {
	flex-wrap: wrap;
    justify-content: center;
}

.flex-sns {
	width: 50px;
	padding: 20px;
}

.copyright1 {
  text-align: center;
}

.copyright1 a {
	text-align: center;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 550;
}

.copyright2 {
    text-align: center;
    padding:30px 0;
	margin: 0 auto;
    color: #000;
	font-size: 0.7em;
}


/* SP */
@media (min-width: 800px) {
    .break {
        display: none;
    }

}

@media (max-width: 800px) {
	.main-catc h1{
		font-size: 2.5rem;
	}
	.main-catc h1 span{
	font-size: 3.0rem;
}
	
	.break_sp {
        display: none
    }
	.flex-item {
		width: 50%;	
	}
	.flex-order {
	position: relative;
	width: 100%;
	}
	#about h2 {
    font-size: 1.3em;
    padding: 0 0 20px;
	}
	
	#about h3 {
    font-size: 0.6em;
    text-align: left;
    letter-spacing: 1px;
    line-height: 2;
    padding: 20px;
	}
	
    #about p {
	font-size: 0.6em;
    text-align: left;
    letter-spacing: 1px;
    line-height: 2;
}
	
	#how-order h2 {
    font-size: 1.5em;
    padding: 0 0 50px;
	}
	.box-order {
    padding: 40px;
    font-size: 0.75em;
	}
	.open h3 {
    font-size: 0.8em;
    letter-spacing: 2px;
	}
	.open p {
    font-size: 0.7em;
    letter-spacing: 1px;
	}
	.fixed-background {
    height: 500px;
    background-attachment: local;
    background-size: cover;
    background-position: center;
	}
	#info h2 {
	font-size: 1.3em;
	}
	#info ul {
		height: 200px;
	}
	#info ul li{
    font-size: 0.7em;
	}
	.info-shop {
    background-image: url("../img/information/machiya_sp.jpg");
	}
	#sns h2 {
	font-size:1.5em;
	}
	.copyright1 a {
	font-size: 1.0em;
    }
	.copyright2 {
    padding: 20px 0;
    font-size: 0.6em;
	}

}