* {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Zen Antique", serif;
 	font-weight: 400;
  font-style: normal;
  color: #512f2f;
}

h2 {
	font-size: 32px;
	font-weight: 400;
}

a {
	text-decoration: none;
}

img {
	border-style: none;
	max-width: 100%;
}

[id] {
  scroll-margin-top: 96px;
}

#header {
	background-color: #102947;
	position: fixed;
	height: 96px;
	width: 100%;
	max-width: 100vw;
  padding: 0 60px;
  box-sizing: border-box;
	z-index: 1000;
}
 
.about,
.sns,
.access {
  padding: 80px 10vw;
}

.nav {
	color: #fef8e7;
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_logo img {
	width: 132px;
}

.menu_wrapper {
	height: 100%;
}

.menu {
	height: 100%;
	width: auto;
	max-width: 1500px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fef8e7;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 2.8vw;
}

.amenu {
	height: 100%;
	width: 58px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 22px;
	transition: 0.1s;
	color: #fef8e7;
	text-decoration: none;
}

.menu_list_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	align-items: center;
	position: relative;
	font-size: 0.8vw;
	color: #fef8e7;
}

.menu_list_item p {
	font-size: 14px;
	letter-spacing: 0.03em;
	margin: 0;
	margin-top: auto;
}

.menu_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: auto;
	max-width: 70px;
	margin: auto;
}

.menu_logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.menu_second {
	display: none;
	position: absolute;
	top: 100%;
	left: 0%;
	list-style: none;
	background: #1a324f;
	width: 360px;
	z-index: 100;
	flex-direction: column;
}

.menu_second a {
	display: block;
	text-decoration: none;
	color: #fef8e7;
	font-size: 18px;
	white-space: nowrap;
	transition: 0.2s;
}

.menu_list_item:hover .menu_second {
	display: flex;
}

.menu_second_pdf {
	display: flex;
	align-items: center;
	padding: 0 22px;
	border-top: 1px solid #425b7a;
	height: 64px;
	position: relative;
}

.menu_second_pdf::after {
	content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fef8e7;
  border-right: 2px solid #fef8e7;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 32px;
  border-radius: 1px;
}

#m_hover:hover {
	background: #2a5385;;
}

.top_slider_t {
  width: 100%; 
  position: relative; 
  padding-top: 96px;
}

.top_slider_t > img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.logo {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
}

.logo_img {
	width: 254px;
	max-width: 300px;
	margin: 0 auto;
}

.logo_img img {
	width: 100%;
	height: auto;
}

.logo p {
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 3px;
	text-align: center;
	font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  margin: 30px 0;
}

/* news */
.top_main {
	width: 100%;
	background: url("./images-tinyfile/background.png");
	background-repeat: repeat;
}

.news {
	padding-top: 100px;
	text-align: center;
}

.news_heading {
	margin: 0;
}

.news_heading p {
	font-size: 32px;
  letter-spacing: 3px;
}

.news_heading small {
	font-size: 16px;
	font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
}

.info {
	width: 60vw;
	max-width: 1000px;
	margin: 3% auto 3% auto;
}

.news_list {
	padding: 0;
}

.one_news{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	border-bottom: 1px solid #7c654a;
	transition: padding-left 0.3s ease, opacity 0.3s ease;
}

.one_news:last-child {
    border-bottom: none;
}

.one_news p {
	margin: 0;
}

.one_news:hover {
	padding-left: 30px;
}

.newscontent {
	width: 80%;
	text-align: left;
	display: inline-block;
	color: #512f2f;
}

.news_btn {
	display: block;
	margin-left: auto;
	padding: 0;
	border-style: none;
	background: #fef8e7;
}

.news_btn a {	
	color: #512f2f;
	position: relative;
	display: inline-block;
	padding: 6px 12px;
	padding-right: 28px;
	align-items: center;	
	font-size: 16px;
	font-family: "Kaisei Opti", serif;
    font-weight: 600;
  	font-style: normal;
}

.news_btn a::after {
	content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #512f2f;
  border-right: 2px solid #512f2f;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 18px;
  border-radius: 1px;
}

.nekoline {
	margin: 0 10vw;
}

.nekoline img {
	width: 100%;
}

/* about */
.about_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}

.top_heading_description h2 {
	padding-bottom: 30px;
}

.top_heading_description p {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

.lunch_image {
	width: 55%;
}

/* about_list */
.about_list {
	display: flex;
	margin-top: 60px;
	height: 255px;
	gap: 80px;
}

.about_list.foodmenu,.event {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 257px;
	margin: 0;
	background: #102947;
	color: #FEF8E7;
	text-align: center;
}

.about_list_logo {
	width: 100%;
}

.about_list_logo img {
	max-width: 70px;
}

#logo_text {
	margin: 10px 0;
	letter-spacing: -2px;
}

.dropdown {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.accordion {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #7c654a;
}

.accordion p {
	margin: 0;
	color: #512f2f;
  padding: 6px 12px;
  align-items: center;
  font-size: 27px;
  transition: padding-left 0.3s ease;
}

.accordion p::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #512f2f;
  border-right: 2px solid #512f2f;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 40%;
  right: 40px;
  border-radius: 1px;
  transition: right 0.3s ease;
}

.dropdown a:hover .accordion p {
	padding-left: 20px;
}
.dropdown a:hover .accordion p::after {
	right: 20px;
}

.accordion img {
	width: 88px;
	margin-right: 30px;
}

.banner {
	margin-top: 60px;
}

.pc {
	display: block !important;
}

.tb ,.sp {
	display: none !important;
}

/* kv */
.kv {
	margin: 0 auto;
	position: relative;
	width: 100%;
	text-align: center;
}

.kv img {
	width: 100%;
	height: auto;
	display: block;
}

.access_heading {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fef8e7;
	line-height: 20px;
}

.access_heading p {
	margin: 0;
	letter-spacing: 3px;
}

.access_heading small {
	display: block;
	font-size: 16px;
	font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
}

/* access */
.access {
	display: flex;
	gap: 40px;
}

.map {
	width: 100%;
}

.map iframe {
	aspect-ratio: 17/18;
	width: 100%;
	height: auto;
}

.access_table {
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 18px;
}

.access_table a {
	color: #512f2f;
}

.access_table tbody {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.access_table tr {
	display: flex;
	border-bottom: solid 1px #baa59c;
	flex-grow: 1;
	align-items: center;
}

.access_table tr:last-child {
	border-bottom: none;
}

.access_table th {
	width: 130px;
	text-align: left;
	display: flex;
	align-items: center;
}

.access_table td {
	display: flex;
	vertical-align: top;
	text-align: left;
	align-items: center;
}

.open th {
	position: relative;
	top :-70px
}

/* sns */
.sns {
	display: flex;
	justify-content: space-between;
  gap: 45px;
}

.sns_left {
	width: 100%;
}

#sns_top {
	padding: 30px 0;
	border-bottom: 1px solid #baa59c;
}

.sns_text {
	display: grid;
	margin: 40px 0;
	gap: 20px;
}

.sns_text p {
	font-size: 20px;
	line-height: 40px;
}

.sns_list {
	display: flex;
	gap: 45px;
	width: 50vw;
}

.facebook, .instagram {
	width: 300px;
}

.facebook iframe ,
.instagram iframe {
	width: 100%;
}

.sns_ber {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	background: #102947;
	color: #fef8e7;
	font-size: 18px;
}

/* single */
.single_one {
	padding: 96px 0 30px;
	margin: 0 60px;
}

.single_one_top {
	margin-top: 50px;
}

.single_one_title {
	padding: 30px 0;
}

.single_one_title h2 {
	font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}

.single_one_img {
	max-width: 500px;
	width: 100%;
}

.single_one_img img {
	width: 100%;
	height: auto;
}

.single_one_content {
	padding-top: 30px;
}

.single_one_content p {
	font-size: 18px;
	padding: 10px 0;
}

/* footer */
footer {
	background: #102947;
	color: #fef8e7;
	padding: 60px 0;
	font-size: 16px;
	font-weight: 400;
}

.footer_2col {
	display: flex;
	justify-content: space-between;
	width: 80vw;
	margin: 0 auto;
}

.footer_one.footer_phone {
	width: 415px;
	border: 1px solid #fef8e7;
	padding: 20px 0;
	margin-bottom: 20px;
}

.footer_one.footer_phone p {
	text-align: center;
}

.footer_one.footer_phone a {
	color: #fef8e7;
	font-size: 45px;
}

.footer_one.footer_phone img {
	width: 30px;
}

.phone_icon {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 80%;
}

.phone_icon span {
	margin: auto 0;
}

.footer_one_table {
	color: #fef8e7;
	margin-bottom: 20px;
	text-align: left;
}

.footer_one.address {
	margin-top: 30px;
}

.footer_right {
	display: grid;
	align-content: space-between;
	justify-items: end;
}

.footer_logo {
	width: 161px;
	margin: 0 0 30px auto;
}

.footer_right_text p {
	text-align: right;
	font-size: 15px;
	line-height: 30px;
}

.icon_flex {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
	margin-bottom: 50px;
}

.icon_flex img {
	width: 34px;
	height: auto;
}

@media screen and (max-width: 960px) {

  .tb {
	display: block !important;
  }

  .pc ,.sp {
	display: none !important;
  }

  .info, 
  .about,
  .sns
   {
  	width: 90%;
  	padding: 40px 0;
  	margin: 0 auto;
  }

  #header {
  	padding: 0 40px;
  }

  .nav_logo img {
  	width: 125px;
  }

  .amenu {
  	padding: 10px;
  }

  .logo_img {
  	width: 195px;
  }

  .logo p {
  	font-size: 18px;
  }

  .info {
  	max-width: 722px;
  }

  .nekoline {
  	width: 90%;
  	margin: 0 auto;
  }

  /* about tb*/
  .about_top {
  	display: block;
  	text-align: center;
  }

  /* about_list tb*/
  .about_list {
  	display: block;
  	margin-top: 0;
  	height: auto;
  }

  .lunch_image {
  	width: 100%;
  	margin: 0 auto;
  	padding: 30px 0;
  }

  .about_list.foodmenu, 
  .about_list.event {
  	width: 100%;
  	padding: 20px 0;
  	position: relative;
  }

  .about_list_logo {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	gap: 20px;
  }

  .about_list_logo img {
  	max-width: 30px;
  	padding: 30px 30px 30px 0;
  	margin-left: 30px;
  }

  #logo_text {
  	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	margin: 0;
  	width: max-comtent;
  }

  .accordion {
  	padding: 20px 0;
  }

  .accordion p::after {
  	top: 50%;
  }

  .dropdown a:last-child .accordion {
  	border-bottom: none;
  }

  .banner {
  	margin-top: 30px;
  }

  /* access tb */
  .access_heading small {
  	font-size: 12px;
  }

  .access {
  	display: block;
  	padding: 40px 0;
  	width: 90%;
  	margin: 0 auto;
  }

  .map {
  	width: 100%;
  	margin-bottom: 30px;
  }

  .map iframe {
  	height: 262px;
  }

  .access_table tr {
  	padding: 20px 0;
  }

  /* sns tb*/
  .sns {
  	display: block;
  	text-align: center;
  }

  #sns_top { 	
  	border-bottom: none;
  }

  .sns_text {
  	gap: 10px;
  }

  .sns_list {
  	justify-content: center;
  	width: 100%;
  }

  .facebook, .instagram {
  	width: 100%;
  }

  .facebook iframe ,
  .instagram iframe {
  	width: 100%;
  }

  /* single tb*/
	.single_one {
		margin: 0 40px;
	}

	/* footer tb*/
  .footer_2col {
  	display: block;
  	width: 90%;
  }

  .footer_one_tb {
  	display: flex;
  	gap: 60px;
  }

  .footer_left {
  	width: 100%;
  	margin-bottom: 60px;
  	position: relative;
  	top: 0;
  	left: 0;
  }

  .footer_right{
  	width: 100%;
  	position: relative;
  	right: 0;
  	bottom: 0;
  }

  .right_bottom {
  	width: 100%;
  	text-align: center;
  }

  .icon_flex {
     justify-content: center;
     margin-top: 60px;
  }
}

@media screen and (max-width: 440px) {

  .sp {
	display: block !important;
  }

  .pc ,.tb {
	display: none !important;
  }

  .info
   {
  	padding: 0;
  }

  .about {
  	width: 100%;
  	margin: 28px auto 0;
  	padding: 0;
  }

  h2 {
  	font-size: 24px;
  }

  [id] {
  scroll-margin-top: 80px;
}

  #header {
  	height: 80px;
  	padding: 0 5px;
  }

  .nav {
  	height: 80px;
  }

  .nav_logo img{
  	width: 95px;
  }

  .amenu {
  	padding: 0;
  	height: 50px;
  }

  .menu_logo img {
  	width: 17px;
  }

  .menu_list_item p {
  	font-size: 10px;
  	margin-top: auto;
  }

  .menu_second {
  	width: 237px;
  }

  .menu_second_pdf {
  	padding: 0 10px;
  	height: 35px;
  }

  .menu_second a {
  	font-size: 14px;
  }

  .top_slider_t {
  	padding-top: 80px;
  	height: calc(100svh - 80px);
  }

  .top_slider_t > img {
    height: 100%;
    object-fit: cover;
  }

  .logo_img {
  	max-width: 180px
  }

  .news {
  	padding: 40px 0;
  }

  .news_heading p {
	font-size: 24px; 
	letter-spacing: 0;
  }

  .news_heading small {
	font-size: 12px;
  }

  .news_list {
  	margin: 0;
  }

  .one_news {
  	display: block;
  	text-align: left;
  }

  .one_news p {
  	padding-bottom: 5px; 
  }

  .nekoline {
  	width: 90%;
  }

  .top_heading_description {
  	margin: 0 auto;
  	width: 90%;
  	text-align: left;
  }

  .top_heading_description h1 {
  	font-size: 32px;
  	line-height: 46px;
  	letter-spacing: 0;
  }

  .top_heading_description p {
  	font-size: 16px;
  	line-height: 200%;
  	letter-spacing: 0;
  }

  .lunch_image {
  	overflow: hidden;
  }

  .lunch_image img {
   	margin-left: 20%;
  }

  .about_list {
  	width: 90%;
  	margin: 0 auto;
  }

  .about_list_logo img {
  	padding: 0;
  }

  .accordion img {
  	width: 72px;
  	margin: 0;
  }

  .accordion p {
  	font-size: 18px;
  	line-height: 100%;
  }

  .accordion p::after {
  	right: 5%;
  }

  .banner {
  	margin-top: 0;
  	padding: 20px;
  }

  .access {
  	padding: 20px;
  }

  .map {
  	margin-bottom: 10px;
  }

  .map iframe {
  	height: 121px;
  }

  .access_table {
  	font-size: 16px;
  }

  .access_table tr {
  	display: block;
  	padding: 10px 0;
  }

  .open th {
  	top: 0;
  }

  #sns_top {
  	padding: 0;
  }

  .sns_text {
  	text-align: left;
  	margin: 40px 0 20px;
  }

  .sns_text p {
  	font-size: 16px;
  	line-height: 1.5;
  }

  .sns_list {
  	display: block;
  }

  .facebook,
  .instagram {
  	width: 100%;
  	margin-bottom: 20px;
  }

  .facebook iframe,
  .instagram iframe {
  	width: 100%;
  }

  /* single sp*/
	.single_one {
		width: 90%;
		padding: 80px 0 20px;
		margin: 0 auto;
	}

	.single_one_top {
		margin-top: 30px;
	}

	.single_one_title {
		padding: 10px 0;
	}

	.single_one_title h2 {
		font-size: 20px;
	}

	.single_one_img {
		width: 100%;
	}

	.single_one_content {
		padding-top: 20px;
	}

	.single_one_content p {
		font-size: 16px;
  }

  footer {
  	font-size: 15px;
  }

  .footer_one.footer_phone {
  	width: 100%;
  }

  .footer_one.footer_phone p {
  	font-size: 14px;
  }

  .footer_one.footer_phone a {
  	font-size: 35px;
  }

  .phone_icon {
  	font-size: 35px;
  	width: 90%;
  	justify-content: space-evenly;
  }

  .footer_one_tb {
  	display: block;
  }

  .footer_logo {
	  width: 128px;
  }

  .footer_right p,
  .right_bottom p {
  	font-size: 12px;
  }

}