@charset "utf-8";
:root{
	--width:1200px;
}
/* .font-font {
	font-family: "RocknRoll One", sans-serif;
	font-family: "Kosugi Maru", sans-serif;
	font-family: "Marko One", serif;
	font-family: "Eagle Lake", serif;
	font-family: "Henny Penny", system-ui;
	font-family: "Kaisei Decol", serif;
  } */
  
  
  
*,
::before,
::after {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

body{
	padding-top: 135px;
	position   : relative;
	margin     : auto;
	background : #ffffff;
}
  
  /* --- 背景が上下左右に動く、背景定義 --------------- */
body::before {
	display    : block;
	content    : "";
	position   : absolute;
	top        : 0;
	right      : 0;
	bottom     : 0;
	left       : 0;
	background-image : url(../image/background_c.jpg);  /* 使用する画像を指定 */
	animation  : bgAnime 15s linear infinite;
	z-index: -99999;
}

@keyframes bgAnime {
	 0% { background-position: 0 0 }
				  /* 使用する画像幅と画像高さのpxに変更ください */
   100% { background-position: 500px 332px }
}

a{
	color: inherit;
}
/* aタブには色がついているのでinheritで無効にする */


h1{
	font-family: "Henny Penny", system-ui;
}

img{
	max-width: 100%;
}

.header {
	width: var(--width);
	max-width: 100%;
	margin: auto;
	background-color: #ffddb5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	padding-bottom: 10px;
}

.logo{
	text-align: center;
}

.logo img {
	width: 130px;
	max-width: 100%;
	display: block;
	margin: 10px 40px 0 120px;
}

.text {
	width: 600px;
	margin: 30px 0 0 60px;
}

.text img{
	margin-left: 70px;
}

.header-flex {
	display: flex;
}

main{
	max-width: var(--width);
	margin: 0 auto;
	background-image: url(../image/background_b.jpg);
	padding-bottom: 50px;
}




/* -------共  通----------- */

.menu-flex {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-family: "Marko One", serif;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.menu-flex ul {
	display: flex;
}

.menu-flex a {
	font-size: 18px;
	display: inline-block;
	padding: 5px 30px 5px;
	line-height: 20px;
	background-color: #ffae60;
	border: 2px solid #ffae60;     /*#f79351 */
	border-radius: 9999px;
	text-align: center;
	margin: 20px 10px 0px;
}

.menu-flex ul li:hover {
    transform: scale(1.2);
}

.menu-flex ul a:hover {
	color         : rgba(91, 91, 3, 0.81);     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
}

.main-title{
	text-align: center;
}

.flexbox{
	display: flex;
}




/* -----ここからindexです--------*/

.main-image{
	width: var(--width);
	max-width: 100%;
	margin: auto;
	padding-bottom: 10px;
}

.main-image img{
	height: 95vh;
	object-fit: cover;
}

.slick-prev, .slick-next{
	width: 40px;
	height: 40px;
}

.slick-prev:before, .slick-next:before{
	font-size: 40px;
	color: rgb(252, 251, 251);
}

.slick-prev{
	left: 10px;
	z-index: 1000;
}

.slick-next{
	right: 10px;
}

.slick-dots li button:before{
	font-size: 12px;
}




/* indexの上画像を中心からアップにする */

.smain-image {
	height: 53vw;
	margin-inline: auto;
	overflow: hidden; /* 画像がはみ出ないようにする */
	width: 80vw;
}

.main-image img {
	width: 100%;
}

@keyframes zoomUp {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.15); /* 拡大率 */
	}
}

.add-animation {
	animation: zoomUp 3s linear 0s normal both;
}




h1:not(.index h1){
	padding: 30px 0;
}

section{
	max-width: 100%;
	margin: auto;
	padding: 50px 0;
}

.top-news{
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 50px 50px 0;
}

.top-news h2{
	color: red;
}

.news-now{
	font-size: 20px;
	line-height: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.top-page{
	background: url(../image/angel123.png) no-repeat 5% top/17%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 150px 50px 60px 50px;
	max-width: 100%;
}

.top-text h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.top-text{
	font-size: 16px;
	font-family: "Kaisei Decol", serif;
	line-height: 2;
	width: 650px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

section.h2 {
	justify-content: center;
	margin: auto;
}

.slider img{
	margin: 20px 20px;
}

.slider2 img{
	margin: 20px 20px;
}



/* ----indexのクルッと回ってトップに戻るボタン ---*/
.btn {
	display: block;                 /* 改行なしのブロック要素 */
	position: relative;              /* 相対位置指定 */
	font-size: 24px;
	font-weight: bold;
	font-family: "Marko One", serif;
	width: 200px;                    /* 横幅 */
	height: 55px;                    /* 高さ */
	text-align: center;              /* 水平方向は中央揃え */
	line-height: 56px;               /* 行の高さ */ 
	margin: 0 auto;     
  }
  .btn span {
	display: block;                  /* ブロック要素 */
	position: absolute;              /* 親要素の左上を基準位置 */
	width: 100%;                     /* 横幅 */
	height: 100%;                    /* 高さ */
	border: 3px solid #ffae60;     /* 罫線 */
	transform-style: preserve-3d;    /* 重なりを3Dで表示 */
	transition: 0.5s;                /* 変化時間 */
  }
  .btn span:nth-child(1) {
	background-color: #ffffff;     /* 上に戻るボタンの色 */
	color: rgba(91, 91, 3, 0.81);  /* 上に戻るの文字の色 */
	transform: rotateX(0deg);        /* 横軸の回転なし */
	transform-origin: 0 50%  -30px;  /* transformの起点 */
  }
  .btn span:nth-child(2) {
	background-color: #ffae60;     /* ページtopへボタンの色 */
	color: #000;                   /* ページtopへの文字の色 */
	transform: rotateX(90deg);       /* 横軸で90度回転 */
	transform-origin: 0 50%  -30px;  /* transformの起点 */
  }
  .btn:hover span:nth-child(1) {
	transform: rotateX(-90deg);      /* 横軸で前方に90度回転 */
  }
  .btn:hover span:nth-child(2) {
	transform: rotateX(0deg);        /* 横軸の回転なし */
  }




/* ----ここからメニューページです----- */

.drink-area{
	text-align: center;
	margin-bottom: 20px;
}

.drink-area > img{
	height: 280px;
}

.drink-area > img:first-of-type{
	margin-right: 20px;
}

.image-area{
	display: flex;
	justify-content: center;
}

.image-area > img:first-of-type{
	width: 400px;
	margin-right: 30px;
}

.second{
	font-size: 18px;
	line-height: 2;
}

.second img{
	width: 450px;
}

.second p{
	font-family: "Kaisei Decol", serif;
	font-weight: bold;
	margin: 30px 20px;
	display: flex;
	text-align: center;
}

.second img{
	display: block;
	margin: 0 auto;
	gap: 20px;
}

.contents{
	width: var(--width);
	max-width: 100%;
	padding: 0 0 50px;
}

.contents ul{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 70px 30px;
}

.contents ul li{
	width: 260px;
}

dt{
	font-family: "Kosugi Maru", sans-serif;
	font-size: 18px;
}

dd{
   text-align: right;
}

.contents ul li:hover {
    transform: scale(1.2);
}




/* -----ここからはテイクアウトページです。----- */

.takuout-text{
    width: var(--width);
	max-width: 100%;
	font-size: 18px;
	font-family: "Kaisei Decol", serif;
	text-align: center;
    margin: auto;
	line-height: 2;
}




/* -----ここからはアクセスです。 ----------*/

#access-page{
	display: block;
	align-content: center;
}

#map {
	margin: auto;
	background: url(../image/angel123.png) no-repeat 3% top/15%;
	align-items: center;
	padding: 130px 50px 50px 140px;
	max-width: 100%;
}

#map p{
	text-align: center;
	position: relative;
}

#map p::before{
	content: "";
	display: block;
	width: 870px;
	aspect-ratio: 4/3;
	background: url(../image/map_waku1.png) no-repeat center/contain;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}

#map iframe{
	position: relative;
	z-index: 1;
}

table {
	border-collapse: collapse;
	width: 500px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}

.accessdata{
    padding-top: 100px;
}

.accessdata th,
td {
	text-align: center;
	margin: auto;
	font-size: 16px;
}	




/* ------ここからはコンタクトです。-------- */

#contact {
	width: 800px;
	max-width: 100%;
	margin: auto;
	padding: 80px 0 110px;
	font-size: 18px;
}

form {
	background-color: #ffdec9;
	padding: 95px 0 30px;
}

#contact div {
	font-family: "Kaisei Decol", serif;
	padding: 20px 80px;
}

label {
	background-color: #d9d9d9;
	display: block;
	width: 220px;
	height: 24px;
	margin-right: 10px;
	padding: 7px;
}

input,
textarea {
	width: 400px;
	max-width: 100%;
	font-size: 100%;
	padding: 5px;
}

#contact {
	text-align: center;
	position: relative;
}

#contact::before{
	content: "";
	display: block;
	width: 1200px;
	aspect-ratio: 4/3;
	background: url(../image/contact_waku88.png) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}

textarea {
	height: 150px;
}

#contact #submit {
	background-color: #ffdec9;
	text-align: center;
}

#submit input {
	background-color: #d9d9d9;
	display       : inline-block;
	width         : 180px;
	min-width     : 180px;
	line-height   : 26px;
	border-radius : 999px;
	font-size     : 24px;
	font-family   : "Kaisei Decol", serif;
	cursor        : pointer;
	border        : none;
	display       : inline-block;
	border-radius : 5%;          /* 角丸       */
	font-size     : 19pt;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 8px 41px;   /* 余白       */
	background    : #ffae60;     /* 背景色     */
	color         : #000000;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
	box-shadow    : 10px 10px 3px #666666;  /* 影の設定 */
	border        : 2px solid #ffae60;    /* 枠の指定 */
}

#submit input:hover {
	transform     : scale(1.2);
	box-shadow    : none;        /* カーソル時の影消去 */
    color         : rgba(127, 127, 0, 0.81);     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
}

h2 {
	margin-bottom : 30px;
	text-align    : center;
}

.select-box {
	font-size     : 18px;
    font-family   : "Kaisei Decol", serif;
}

.text-flex2{
	width: 40px;
}







/* ----------ここからfooter------------ */

.footer-flex {
	width: var(--width);
	max-width: 100%;
	margin: auto;
}

.footer-box {
	display: flex;
	background-color: #ffedda;
	padding: 30px 30px;
	justify-content: space-around;
	flex-wrap: wrap;
    align-items: center;
}

.text-flex {
	font-size: 22px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	font-family: "Kaisei Decol", serif;
}

.text-flex p:hover {
	transform: scale(1.1);
}

.text-flex2{
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.text-flex2 img{
	width: 40px;
	margin-top: 10px;
}

.text-flex2 img:hover {
	transform: scale(1.1);
}






/* ーーーここからメディアクエリ（responsive）ーーー */

@media (max-width: 800px){

body{
	padding-top: 195px;
}

.text img{
	margin: 0;
}

.wrap{
	display: block;
}

.logo img{
	margin-left: 10px;
}

.text{
	margin-left: 0;
	padding: 0; 
	width: 100%;
}

.top-page img{
	width: 60%;
	margin-left: 60px;
}

.top-text 
.container
.cecond img{
	width: 100%;
}





/* ----------ハンバーガーメニュー線です -----*/
.hamburger{
	display: block;
	width: 44px;
	height: 34px;
	background-color: transparent;
	position: fixed;
	top: 32px;
	right: 32px;
	cursor: pointer;
	width: 32px;
	height: 24px;
	z-index: 999999;
}
.hamburger span {
	width: 100%;
	height: 3px;
	background-color: #000;
	transition: ease .4s; 
	/*ハンバーガーメニュークリック時の三本線の動きを遅延*/
	position: absolute;
	display: block;
	z-index: 888888;
  }
  
  .hamburger span:nth-of-type(1) {
	top: 1px;
	box-shadow: 2px 2px 10px #ff0000;
  }
  
  .hamburger span:nth-of-type(2) {
	top: 11px;
	box-shadow: 2px 2px 10px #ff0000;
  }
  
  .hamburger span:nth-of-type(3) {
	top: 20px;
	box-shadow: 2px 2px 10px #ff0000;
  }

  .hamburger.open span:nth-of-type(1) {
	top: 10px;
	transform: translateY(6px) rotate(-33deg);
  }
  
  .hamburger.open span:nth-of-type(2) {
	 opacity: 0;
  }
  
  .hamburger.open span:nth-of-type(3) {
	top: 22px;
	transform: translateY(-6px) rotate(33deg);
  }
/* -----ここまでハンバーガーメニューの線 -------*/

/* -----ここはハンバーガーメニューがopenした時の指示 -------*/
.menu-flex{
	display: none;
}
.menu-flex.open{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 55px;
	background-image : url(../image/background_5.jpg);  /* 使用する画像を指定 */
	animation  : bgAnime 10s linear infinite;
}

.menu-flex.open ul{
	flex-direction: column;
}

nav{
	position: fixed;
	position: relative;
	top: 24px;
	width: 100%;
	z-index: 10;
}

ul{
	align-items: center;
}

li a{
    padding: 8px;
    color: #3e3f3e;
	display: block;
	text-align: center;
	text-decoration: none;
}
/* -----ここまでハンバーガーメニューです----- */

.footer-flex{
	text-align: center;
}

.text-flex2 img{
	/* width: 80%; */
	display: flex;
	justify-content: center;
}
/* footerの中のimgをレスポンシブになった時だけ消す
しかし、snsのimgは残す */
.footer-box img:nth-of-type(1):not(.sns){
	display: none;
}	
.footer-box img:nth-of-type(3):not(.sns){
	display: none;
}	
.footer-box img:nth-of-type(4):not(.sns){
	display: none;
}	

.image-area > img:first-of-type{
	width: 280px;
}

.image-area{
	text-align: center;
}

.second p{
	justify-content: center;
}

.second img{
	width: 300px;
}

p {
	 font-size: 80%;
}

.accessdata th, td{
	font-size: 80%;
}

#map{
	padding: 100px 0;
}

#map iframe{
	max-width: 90%;
}

#map p::before{
	display: none;
}

#contact::before{
	display: none;
}

#contact div {
	padding: 20px 30px;
}

input,
textarea {
	display: block;
}

}