

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;

  box-sizing: inherit;
}

body{
	margin-top:0;
	margin:0;
	background-color:#ffffff;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-family: "Pretendard", "Noto Sans JP", system-ui, sans-serif;}



html{
	font-size: 18px;
  box-sizing: border-box;
line-height: 1.7;
  box-sizing: border-box;

}

img {
  display: block;
}
h1,h2,h3,h4,h5,p,a{
	margin: 0;
}
h1{
	padding: 20px 0;
  line-height: 1.4;
  letter-spacing: 0.06em;
font-weight: 600;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  

}


h2 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}


h3 {
  line-height: 1.6;
  letter-spacing: 0.02em;
}

p,
li {
  line-height: 1.9;
  letter-spacing: 0.02em;

}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;        
  z-index: 9999;      
  background: #fff;
   display: flex;
  align-items: center;
  padding: 0 10px;
   justify-content: space-between;
}
.hover1 {
	transition: all 0.6s ease 0s;
}
.hover1:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
}

.logo-wrap {
  display: flex;
  align-items: flex-start; /* 左揃え */
}

.logo-text {
  padding-left: 2px;
  font-size: 11px;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.2;
  white-space: nowrap;
}

#logo {
  padding-left: 10px;
    width: 80px;
    object-fit: contain;
}
.btn-contact-top{

	text-align: center;
	border:2px solid #ffaa00;
	border-radius: 15px;
	color: #ffaa00;
	text-decoration: none;
	font-size: 15px;
	padding:0 5px;
}
.reserved-text{
	text-wrap: nowrap;
margin: 0;
}


.header-left {
	padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.header-right {
	padding-top: 10px;
  display: flex;
  gap: 15px;
}


	/* label */
.hamburger-demo-switch{
	right: 20px;
	position: relative;
  margin-top: 10px;
	cursor: pointer;
	top:5px; /* ハンバーガーアイコンの位置（上から） */
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 4em; /* アイコン（クリック可能領域の）高さ */
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #333; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1:before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1:after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #fafafa; /* メニューエリアの背景色 */
	padding: 5em 3% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: 100%;
	width: 70%;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 5% !important; /* !important不要な場合もあり */
	list-style: none;
}
.hamburger-demo-menulist li a{
	text-decoration: none;
	color: #333; /* メニューリストの文字色 */
	display: block;
	padding: .5em 0;
}
/* メニューエリア･アニメーション */
	/* 右から */
#hamburger1:checked ~ .hamburger-demo-menuwrap{
	left: 30%;
}
	/* コンテンツカバー */
#hamburger1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;

}
.moji{
	 text-align: center;
	margin-top:5;
}


.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer{
	font-size: 14px;
background-color: #ceb998;
	color:#000000;
	text-align: left;
	margin:0;
	width: 100%;
height: 130px;	
}

.access{
	margin-top: 50px;
	padding: 20px;
}

iframe{
	width:auto;
	height: auto;
}