@charset "UTF-8";
/* CSS Document */
/* 予約タブ　一旦隠す*/
.reservation {
  position: fixed;
  right: 0;
  bottom: 50px;
  ;
  width: 50px;
  height: 135px;
  z-index: 100;
  background: #4D6D66;
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1);
}
.reservation a {
  text-decoration: none;
  letter-spacing: 0.5rem;
  color: #fff;
  writing-mode: vertical-rl;
  font: normal 1.8rem Zen Old Mincho;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .reservation {
    display: none;
  }
}
.main {
  background-color: #fff;
}
/* ----------------------------------------------------------spNavArea */

.spNavArea{
	display: none;
}

@media (max-width: 767px){
	.spNavArea{
		position: fixed;
		z-index: 9999999;
		bottom:0px;
		background-color:#FDFCF5;
		width: 100%;
		display: flex;
		padding-top:1.5rem;
		padding-bottom:1rem;
		
	}
	
	.spNavConte{
		flex-grow: 1;
		width:10%;
		list-style: none;
	}
	
	.spNavConte a{
		text-decoration: none;
		color:#59463C;
	}
	
	.fa{
		font-size: 3rem;
	}
	
	.spNavArea li+li{
		border-left: 1px solid #59463C;
		
	}
}
/* ----------------------------------------------------------TOP */
.main_container {
position: relative;
top:120px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding-bottom: 110px;
  margin: 0 auto;
  height: 60vh;
  min-height: 700px;
  max-height: 1000px;
  max-width: 2200px;
}
.logo_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 36%;
  text-align: center;
}
.logo_area h1 {
  width: 33%;
}
.logo_area img {
  width: 100%;
}
.main_image_slider {
  height: 100%;
  width: 64%;
}
.slider {
  width: 100%;
  height: 100%;
}
.main_image_slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 1159px) {
  .logo_area {
    display: none;
  }
  .main_container {
    display: block;
    padding: 0;
	  top:80px;
  }
}
@media (max-width: 1159px) and (min-width: 768px) {
  .main_container {
    min-height: auto;
    height: auto;
  }
  .main_image_slider {
    width: 100vw;
    height: 50vh;
    background-color: #FDFCF5;
  }
  .main_image_slider img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main_container {
    background: url("../image/unsplash_HBBQjFHKgcQ.jpg");
    background-repeat: no-repeat; /*背景画像を繰り返さないよう指定*/
    background-size: cover; /*背景画像のサイズ指定*/
	  background-position:center;
	  background: none;
  }
  /* .main_image_slider {
    display: none;
  } */
  .main_image_slider {
    width: 100vw;
    height: 50vh;
    background-color: #FDFCF5;
  }
  .main_image_slider img {
    width: 100%;
  }
}
/* ----------------------------------------------------------About US */
.about_us {
  background-color: #FDFCF5;
  width: 100%;
  position: relative;
  padding: 110px 0 80px;
}
.about_us_box {
  max-width: 1620px;
  display: flex;
  margin: 0 auto;
}
.about_us_image {
  width: 65%;
}
.about_us_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 50%;
}
/* ---
.about_us_text_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 35%;
  text-align: center;
}*/
.about_us_content-wrapper {
  position: relative;
  padding: 0 100px;
}
.about_us_content-wrapper h2 {
  text-align: left;
  margin-top: 30px;
}
.about_us_content-wrapper h3 {
  padding-top: 60px;
  text-align: left;
  font-family: 'Zen Old Mincho', "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.5rem;
  font-weight: 100;
  letter-spacing: -0.05rem;
  line-height: 180%;
}
.about_us_content-wrapper p {
  padding-top: 60px;
  text-align: left;
  line-height: 200%;
  letter-spacing: 0.01rem;
}
.about_us_link_content-wrapper {
  background-color: #FDFCF5;
  padding-bottom: 130px;
}
.about_us_link_content-wrapper a {
  text-decoration: none;
}
.about_us_link {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 0;
  border: solid 1px;
  text-align: center;
  text-decoration: none;
  padding: 23px 0;
  color: #59463C;
  font-family: 'Zen Old Mincho', "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.8rem;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .about_us_image img {
    width: 50vw;
    height: 40vh;
    object-fit: cover;
    object-position: 30% 50%;
  }
  .about_us_content-wrapper {
    padding: 0 70px 0 55px;
  }
  .about_us_content-wrapper h2 {
    margin-top: 0px;
  }
  .about_us_content-wrapper h3 {
    padding-top: 25px;
    text-align: left;
    font-family: 'Zen Old Mincho', "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
  }
  .about_us_content-wrapper p {
    padding-top: 30px;
    letter-spacing: 0.01rem;
  }
  .about_us_link {
    padding: 15px;
    margin: 100px 70px 0;
    width: auto;
  }
}
@media(max-width:767px) {
  .about_us {
    padding: 60px 0;
  }
  .about_us_box {
    flex-direction: column-reverse;
  }
  .about_us_image {
    width: 100vw;
    height: 290px;
    padding-bottom: 100px;
  }
  .about_us_content-wrapper {
    padding: 0 35px 60px;
  }
  .about_us_content-wrapper h2 {
    text-align: center;
  }
  .about_us_content-wrapper h3 {
    font-size: 2.2rem;
    text-align: center;
  }
  .about_us_link_content-wrapper {
    padding: 0;
  }
  .about_us_link {
    margin: 0 35px;
    padding: 23px;
    width: auto;
  }
}
/* ---------------------------------------------------------- Menu */
.menu {
  background-color: #FDFCF5;
  padding-bottom: 130px;
}
.menu h2 {
  padding-bottom: 60px;
}
.menu a{
	text-decoration: none;
	color: #59463C;
}
.menu h3 {
  padding-top: 25px;
}
.menu_list {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  list-style: none;
  max-width: 1000px;
}
.menu_list li {
  display: flex;
  flex-direction: column;
  width: calc((100% /4) - 30px);
}
.menu_list img {
  width: 100%;
  object-fit: cover;
}
.menu_text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.menu_list h3 {
  padding-bottom: 33px;
  letter-spacing: 0.1rem;
}
.menu_list p {
  letter-spacing: 0.01rem;
  text-align: left;
  padding-bottom: 40px;
}
.more_info {
  /*display: flex;
	flex-direction: column;*/
  text-align: right;
  margin-top: auto;
  padding-right: 10px;
}
.more_info a {
  text-decoration: none;
  font: normal 1.4rem/2.52rem Neue Haas Unica W1G;
  color: #59463C;
  border-bottom: 1px dotted;
  padding-bottom: 2px;
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .menu h2 {
    padding-bottom: 35px;
  }
  .menu_list {
    margin: 0 70px;
  }
  .menu_list li {
    width: calc((100% /4) - 15px);
  }
  .menu_list img {
    margin-bottom: 23px;
  }
  .menu_list h3 {
    padding-bottom: 28px;
  }
  .menu_list p {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .menu {
    padding: 60px 35px;
  }
  .menu_list {
    display: block;
  }
  .menu_list li {
    width: 100%;
    padding-bottom: 30px;
  }
  .menu_list h3 {
    padding-bottom: 28px;
  }
  .menu_list p {
    padding-bottom: 28px;
  }
}
/* ----------------------------------------------------------Product */
.products {
  display: flex;
  justify-content: space-between;
  padding-top: 110px;
  padding-bottom: 130px;
  max-width: 940px;
  margin: 0 auto;
}
.products-image-wrapper img {
  object-fit: cover;
  width: 400px;
  height: 500px;
}
.products .text-wrapper {
  padding-left: 80px;
}
.text-wrapper h2 {
  text-align: left;
  margin-top: 30px;
  padding-bottom: 60px;
}
.text-wrapper p {
  text-align: left;
  max-width: 380px;
  line-height: 200%;
  letter-spacing: 0.01rem;
  padding-bottom: 65px;
}
.link {
  width: 100%;
  border: solid 1px;
  text-align: center;
  padding: 13px 0;
  color: #59463C;
  font: normal 1.4rem Neue Haas Unica W1G;
  letter-spacing: 0.05rem;
}
.link a {
  text-decoration: none;
  color: #59463C;
}
.text-wrapper a {
  text-decoration: none;
  color: #59463C;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .products {
    padding: 100px 70px;
  }
  .products .text-wrapper {
    max-width: none;
    padding-left: 70px;
  }
  .products-image-wrapper {
    width: 35vw;
    height: 359px;
  }
  .products-image-wrapper img {
    height: 100%;
    width: auto;
  }
  .text-wrapper h2 {
    margin-top: 0;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .products {
    display: block;
	padding-top: 0px;
  }
  .products-image-wrapper {
    width: 100vw;
    height: 355px;
  }
  .products-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .products .text-wrapper {
    padding: 0 35px;
  }
  .text-wrapper h2 {
    text-align: center;
    margin-top: 50px;
  }
}
/* ----------------------------------------------------------Staff */
.staff {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.staff .text-wrapper {
  padding-right: 80px;
}
.staff img {
  width:400px;
  object-fit: cover;
  object-position: right;
}
.link_btn_arrow {
  position: relative;
  border-bottom: 1px solid #59463C;
  display: block;
  padding-bottom: 10px;
  text-align: left;
}
.arrow {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 28px;
  height: 13px;
  background: url("../image/arrow.png")center center / contain no-repeat;
}
.link_btn_arrow .arrow {
  transform: translate(0%, -10%);
  transition: all 0.5s;
}
.link_btn_arrow:hover .arrow {
  transform: translate(30%, -10%);
}
.Recruit_wrapper{
	background-color: #fff;
	text-decoration: none;
	padding-bottom: 130px;
}
.Recruit_box{
	margin: 0 auto;
	max-width: 940px;
	background: #fff;
	font:  normal 1.4rem Neue Haas Unica W1G;
	text-decoration: none;
}
.Recruit_wrapper a{
	text-decoration: none;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .staff {
    max-width: none;
    padding: 50px 70px 100px;
  }
  .staff .text-wrapper {
    padding-right: 30px;
  }
  .staff img {
    width: 38vw;
    height: 205px;
    object-position: 20%;
  }
  .staff h2 {
    margin-top: 0;
    padding-bottom: 35px;
  }
  .link_btn_arrow {
    margin-top: 20px;
    padding-bottom: 0px;
  }
	.Recruit_box{
		max-width: none;
		margin: 0 70px;
	}
}
@media (max-width: 767px) {
	.staff {
		flex-direction: column-reverse;
	padding: 0 35px 65px;}
	.staff-image{
		width: 100vw;
	}
	.staff img{
		width: 100%;
	}
	.staff .text-wrapper{
		padding: 0;
	}
	.staff p{
		text-align: center;
	}
	.link_btn_arrow{
	margin: 0 10px;
	}
	.Recruit_box{
		max-width: none;
		margin: 0 35px;
		padding: 13px;}
}


/* 20240422新样式 */
.main_container {
  /* 修复轮播错位 */
  padding-bottom: 120px; 
}
@media screen and (max-width: 767px) {
  .main_container {
    padding-bottom: 80px; 
    /* 轮播按比例显示 */
    /* height: unset;
    min-height: unset; */
  }
}
.about_us {
  align-items: center;
  padding: 40px 0;
}
.about_us_box {
  max-width: 1450px;
  margin: 0 auto;
}
.about_us_text_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
  
}
.about_us_text_area p {
  font-size: 18px;
  font-family: '微软雅黑';
  line-height: 170%;
}
.about_us_link_content-wrapper {
  padding-bottom: 55px;
}
.about_us .about_us_link {
  width: fit-content;
  padding: 0 70px;
  height: 55px;
  line-height: 55px;
  background: #7CA376;
  color: #fff;
  margin: 110px 0 0;
}
@media (max-width: 767px) {
  .about_us {
    padding: 20px 0 10px !important;
  }
  .about_us_link {
    width: 60vw !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 30px auto 0 !important;
    padding: 0  !important;
  }
  .about_us_link_content-wrapper {
    padding-bottom: 0;
  }
  .about_us_content-wrapper {
    padding-bottom: 30px;
  }
  .about_us_content-wrapper h3,
  .about_us_content-wrapper p {
    padding-top: 30px;
  }
  .about_us_content-wrapper p {
    font-size: 16px;
  }
}

.menu {
  background: #fff;
  color: #333;
  padding-top: 75px;
}
.menu a {
  color: #333;
}
.menu_list {
  max-width: 1450px;
}
.menu_text {
  padding: 0 20px 20px;
}
.more_info a {
  color: #7CA376;
}
.menu_list li {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 15px #ccc;
}
.menu_list li img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 768px) {
  .menu {
    padding: 30px 20px 0 !important;
  }
  .menu h2 {
    padding-bottom: 30px;
  }
  .menu_list {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
  }
  .menu_list h3 {
    padding: 10px 0;
  }
  .menu_list li {
    width: 48%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .menu_list li .hidari {
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

.products {
  padding: 0 0 60px;
}
.products .text-wrapper {
  color: #333;
}
.products .link {
  color: #7CA376;
}
.products-image-wrapper.mobile-content {
  margin-left: -35px;
  margin-right: -35px;
}

@media (min-width: 768px) {
  .products .link {
    width: 80%;
    margin: auto;
  }
  .products-image-wrapper img {
    width: 500px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .products  {
    padding-bottom: 40px;
  }
  .products .link {
    width: 60vw;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0;
    margin: auto;
  }
  .products-image-wrapper {
    height: fit-content;
    margin-bottom: 30px;
  }
  .products-image-wrapper img {
    height: auto;
  }
  .products .text-wrapper h2 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .products .text-wrapper p {
    font-size: 16px;
    padding-bottom: 30px;
  }
}

.staff-wrapper {
  background: #FDFCF5;
  position: relative;
  padding: 45px 0;
  margin-bottom: 60px;
}
.staff {
  padding-bottom: 0;
  color: #000 !important;
}
.staff h2 {
  color: #000;
}
.staff-wrapper .Recruit_wrapper {
  display: none;
  background: transparent;
  padding: 50px 0 20px;
}
.staff-wrapper .Recruit_box {
  background: #FDFCF5;
}
.staff-blog {
  width: 100%;
  text-align: right;
}
.staff .link_btn_arrow_new {
  color: #7CA376;
  border-bottom: 1px solid #7CA376;
  padding: 0 60px 2px 12px;
  font-size: 18px;
  position: relative;
}
.staff .link_btn_arrow_new::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #7CA376;
  right: 3px;
  bottom: -2px;
  transform: rotate(-40deg);
}
@media (max-width: 767px) {
  .staff {
    flex-direction: row-reverse;
    padding: 0 25px 0px;
  }
  .staff-wrapper {
    padding: 30px 0;
    margin-bottom: 35px;
  }
  .staff-image {
    width: 52% !important;
    height: auto;
    margin-right: 20px;
  }
  .staff-wrapper h2.mobile-content {
    margin-bottom: 20px;
  }
}


.access>h2 {
  text-align: center;
  padding-bottom: 60px;
  color: #333;
}
.access_text_box {
  color: #333;
}
@media (max-width: 767px) {
  .access>h2 {
    padding-bottom: 30px;
  }
  .access-content-wrapper {
    flex-direction: column;
    background: #fff;
  }
  .access .access_text_box {
    padding-bottom: 20px;
  }
  .access .access_contact__text.name {
    padding-top: 0px;
  }
}
