/*—————————————————————————————————
genaral
—————————————————————————————————*/
/*
top_bg
———————————*/
@font-face {
  font-family: TenorSans;
  src: url("../webfonts/TenorSans-Regular.ttf");
}

.top_bg {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.top_bg_wrap {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: rgba(130, 172, 189, 0.3);
  color: #fff;
}
.top_bg_wrap_title {
  font-size: 5rem;
font-family: MADECanvas;
  font-weight: 500;
  letter-spacing: -8px;
	position: relative;
}
.top_bg_wrap_title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
.top_bg_wrap_title .jp {
  position: relative;
  display: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
	font-family: ShipporiMincho;
}
.top_bg_wrap_title .jp::after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
.top_bg_text {
  margin-top: 40px;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.mainV_wrap_title_catch {
	width: 680px;
}
@media screen and (max-width: 560px) {
	.top_bg {
  height: 220px;
}
.top_bg_wrap {
  height: 220px;
}
.top_bg_wrap_title {
    font-size: 3.8rem;
}
.top_bg_wrap_title .jp {
    font-size: 14px;
    letter-spacing: 0.12em;
	}
.top_bg_wrap .more_btn {
    width: 180px;
    margin: 35px auto 0;
    background-color: #fff;
    font-size: 11px;
	padding: 8px 0;
    letter-spacing: 0.12em;
}
}
/*
sub_category
———————————*/
.sub_en {
  color: #5e91a6;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-family: "OPTITimes-Roman", "ShipporiMincho", 'Yu Mincho', "游明朝",;
}
/*
btn
———————————*/
.more_btn {
  display: block;
  width: 200px;
  margin: 80px auto 0;
  padding: 16px 0;
  background-color: #fff;
  border: 1px solid #969696;
  color: #888;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
}
.more_btn:hover {
  background-color: #afc8d3;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width:560px) {
.more_btn {
  margin: 45px auto 0;
padding: 10px;
	}
}
/*—————————————————————————————————
mainV
—————————————————————————————————*/
.mainV {
  position: relative;
  width: 100%;
  min-height: 95vh;
  z-index: 1;
}
.mainV_sp {
	position: relative;
	width: 100%;
	min-height: 80vh;
	display: none;
}
.mainV_wrap {
  width: 100%;
  min-height: 95vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(130, 172, 189, 0.2);
}
.mainV_wrap_title {
  font-size: 7.5rem;
font-family: MADECanvas;
  color: #fff;
  letter-spacing: -9px;
  line-height: 0.8em;
}
.mainV_wrap_title_itary {
	font-style: italic;
}
.mainV_wrap_title_sub {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-family: OPTITimes-Roman;
  line-height: 2.5em;
  padding-left: 3px;
}
@media screen and (max-width: 960px) {
  .mainV_wrap_title {
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
	.mainV {
		display: none;
	}
	.mainV_sp,
	.mainV_wrap {
		display: block;
	}
	.mainV_wrap {
		position: relative;
	}
	.mainV_wrap_title {
	position: absolute;
    top: 49vh;
    left: 33%;
    z-index: 1;
	}
	.mainV_wrap_title_catch {
	width: 480px;
    position: absolute;
    top: 31vh;
    left: 16%;
    z-index: 1;
	}
	
}
@media screen and (max-width: 560px) {
  .mainV,
  .mainV_wrap {
    min-height: 85vh;
  }
  .mainV_wrap_title {
    font-size: 4.2rem;
	top: 48vh;
    left: calc(30% - -10px);
  }
  .mainV_wrap_title_sub {
    font-size: 0.8rem;
  }
	.mainV_wrap_title_catch {
    width: 300px;
    min-width: 260px;
    position: absolute;
    top: 27.5vh;
    left: 10%;
    z-index: 1;
	}
}

/*—————————————————————————————————
about
—————————————————————————————————*/
.about {
  position: relative;
  background: #91b8c8;
}
.about_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
 	align-items: end;
      justify-content: flex-start;
  gap: 20px;
}
.about_wrap_photo {
  width: 50%;
  text-align: center;
}
.about_wrap_photo img {
  width: 100%;
}
.about_wrap_item {
/*  width: 50%;*/
  width: auto;
  color: #fff;
}
/*aboutus
.about_wrap_item_title {
	font-family: MADECanvas;
  font-size: 25px;
font-weight: 100;
}
*/
/*
.about_wrap_item_title_catch {
	width: 310px;
}
.about_wrap_item_title_catch img {
	width: 100%;
}
*/
.about_wrap_item_title_catch {
    font-size: 24px;
    font-family: MADECanvas;
    font-weight: 100;
    letter-spacing: -0.01rem;
        line-height: 1.02em;
}
.about_wrap_item_title_catch2 {
	display: block;
	margin-left: 15px;
}
.about_wrap_item_text {
  margin-top: 40px;
	font-size: 12px;
    line-height: 2;
    letter-spacing: 0.175em;
}
.plant01 {
  position: absolute;
  top: -24%;
  right: 0;
  z-index: 1;
}
.plant01 img {
  width: 56%;
}
@media screen and (max-width: 960px) {
  .about {
  }
  .about_wrap {
    display: block;
    width: 90%;
    padding: 80px 0;
    gap: 32px;
    letter-spacing: 0.1em;
  }
  .about_wrap_photo {
    width: 100%;
    margin: 0 auto;
  }
  .about_wrap_photo img {
    max-width: none;
  }
  .about_wrap_item {
    width: 90%;
    margin: 32px auto 0;
  }
  .about_wrap_item_title {
  }
  .about_wrap_item_text {
  }
  .plant01 {
    top: -4%;
    right: 0;
    text-align: right;
  }
  .plant01 img {
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
.about_wrap_item {
    width: 90%;
    margin: 40px 0 20px calc(7% - 10px);
}
}

@media screen and (max-width: 560px) {
  .about_wrap {
                  width: 85%;
        padding: 50px 0 90px;
  }
	.about_wrap_item {
            width: 100%;
        margin: 8px auto 0;
	}
	.about_wrap_item_title {
  font-size: 23px;

	}
	.about_wrap_item_text {
    margin-top: 30px;
    font-size: 11px;
    line-height: 2.24;
	}
	.about_wrap_item_title_catch {
/*    width: 240px;*/
        /* width: 240px; */
        font-size: 18px;
	line-height: 1.19em;
	}
	.about_wrap_item_title_catch2 {
	    margin-left: 8px;
	}
}

/*—————————————————————————————————
menu
—————————————————————————————————*/
.menu {
  position: relative;
}
.menu_title {
  position: absolute;
  top: -190px;
  /* left: 4%; */
  line-height: 0.8em;
  color: #afc8d3;
  font-size: 5.5rem;
  font-family: MADECanvas;
  font-weight: 500;
  letter-spacing: -8px;
}
.menu_wrap {
  position: relative;
  width: 90%;
  max-width: 1200px;
/*  margin: 8em auto;*/
  margin: 260px auto 120px;
	display: flex;
}
/*
left-sidebar
———————————*/
.menu_wrap_sidebar {
	width: 20%;
}
.menu_wrap_sidebar_item:nth-child(2) {
  margin-top: 4em;
}
.menu_wrap_sidebar_item .sub_jp {
  padding-bottom: 32px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
/*
.menu_wrap_sidebar_item:first-child .sub_jp::after {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #91b8c8;
  display: block;
  margin-top: 24px;
}
*/
.menu_wrap_sidebar_item .sub_jp::after {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #91b8c8;
  display: block;
  margin-top: 24px;
}
.menu_wrap_sidebar_item .list:first-child {
  margin-top: 32px;
}
.menu_wrap_sidebar_item .list {
  margin-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #c0c0c0;
display: block;
}
.menu_wrap_sidebar_item .list .link {
  padding-left: 4px;
}
.menu_wrap_sidebar_item .list .link.is-active:before {
  content: "▶︎";
  color: #91b8c8;
  width: 4px;
  padding-right: 8px;
}
/*
right
———————————*/
/*
.menu_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 10px;
  padding-left: 56px;
width: 80%;
}
*/
.menu_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px 10px;
  width: 100%;
	margin: 0 auto;
}
.menu_list_item {
  text-align: center;
}
.menu_list_item img {
  width: 100%;
	max-width: 500px;
/*  box-shadow: 15px 15px 0px 0 #e8e8e8;*/
}
.menu_list_item_cat.sub_en {
  margin-top: 24px;
	margin-bottom: 5px;
}
.menu_list_item_title {
  display: inline-block;
  margin-top: 24px;
  color: #5e91a6;
  font-family: MADECanvas;
     font-size: 18px;
    letter-spacing: -0.01em;
}

.menu_list_item_text {
  margin-top: 16px;
  line-height: 1.7em;
  font-size: 14px;
}
.menu_list_item .more_btn {
  margin-top: 24px;
}
.plant02 {
  position: absolute;
  bottom: -160px;
  left: -100px;
  z-index: 1;
}
.plant02 img {
  width: 72%;
}
@media screen and (max-width: 960px) {
  .menu_title {
    top: -176px;
  }
  .menu_wrap {
    display: flex;
    flex-direction: column-reverse;
	  width: 90%;
  }
  /*
  left-sidebar
  ———————————*/
  .menu_wrap_sidebar {
    display: flex;
    gap: 40px;
	 width: 90%;
    margin: 0 auto;
	justify-content: center;
  }
  .menu_wrap_sidebar_item {
    width: 40%;
  }
  .menu_wrap_sidebar_item:nth-child(2) {
    margin-top: 0;
  }
  .menu_wrap_sidebar_item .sub_jp {
    padding-bottom: 8px;
	    font-size: 17px;
  }
	.menu_wrap_sidebar_item	.sub_en {
    font-size: 12px;
	}
	.menu_wrap_sidebar_item .list {
    margin-top: 14px;
    padding-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0.15em;
	}
.menu_wrap_sidebar_item .sub_jp::after {
    margin-top: 15px;
    margin-bottom: 5px;
}
  /*
  right
  ———————————*/
  .menu_list {
    width: 90%;
    margin: 30px auto 80px;
    padding-left: 0;
  }
  .menu_list_item_cat.sub_en {
  }
  .plant02 {
    bottom: -32%;
    left: 0;
    z-index: 1;
  }
  .plant02 img {
    width: 64%;
  }
	.menu_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px 10px;
    width: 100%;
	}
	.menu_list_item img {
    max-width: 500px;
    display: block;
    margin: 0 auto;	
}
}
@media screen and (max-width: 768px) {
	.menu_list_item_text {
	  text-align: center;
  	}
	.menu_wrap_sidebar {
    display: none;
  	}
	
}
@media screen and (max-width: 560px) {
  .menu_title {
    font-size: 4.1rem;
	line-height: 0.75em;
	top: -110px;
	left: 4%;
  }
.menu_wrap {
	margin: 180px auto 6em;
	        width: 100%;
	}
  /*
  left-sidebar
  ———————————*/
  .menu_wrap_sidebar_item {
    width: 100%;
  }
	.menu_wrap_sidebar_item:nth-child(1) {
	}
  .menu_wrap_sidebar_item:nth-child(2) {
    margin-top: 0px;
  }

  /*
  right
  ———————————*/
  .menu_list {
    gap: 40px 10px;
	margin: 30px auto 20px;
/*	  margin: 30px auto 60px;*/
  }
  .menu_list_item {
    width: 100%;
  }
  .menu_list_item_title {
    font-size: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
  }
	.menu_list_item_cat.sub_en {
	font-size: 10px;
	margin-bottom: 3px;
  }
/*
  .menu_list_item_title:first-of-type {
    font-size: 13px;
  }
*/
  .menu_list_item .more_btn {
    width: 180px;
	margin-top: 0;
	font-size: 12px;
    letter-spacing: 0.09em;
  }
  .menu_list_item_text {
	  height: 35px;
	  margin-top: 10px;
    line-height: 1.5em;
    font-size: 11px;
}
}

/*—————————————————————————————————
price
—————————————————————————————————*/
.top_bg.price {
  background-image: url(../img/top/price_2023.jpg);
}

/*—————————————————————————————————
topics
—————————————————————————————————*/
.topics {
  background-color: #f5f5f5;
}
.topics_title {
  position: absolute;
  top: 8%;
  right: 0;
  line-height: 1em;
  color: #afc8d3;
  font-size: 5rem;
  font-family: MADECanvas;
  font-weight: 500;
  letter-spacing: -8px;
}
.topics_wrap {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6em 0;
}
/*
topics-tab
———————————*/
.topics_wrap_top {
  display: flex;
  align-items: center;
}
.topics_wrap_top_title {
  letter-spacing: 0.1em;
  font-weight: 400;
}
.topics_wrap_top_title .sub_en {
  margin-left: 16px;
}
.topics_wrap_top_title::after {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #91b8c8;
  display: block;
  margin-top: 16px;
}
.topics_wrap_top_list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 80px;
}
.topics_wrap_top_list_item {
  display: flex;
  height: 24px;
}
.topics_wrap_top_list li:nth-child(n + 2) {
  margin-left: 24px;
}
.topics_wrap_top_list li + li {
  display: flex;
  align-items: center;
  padding: 0 0 0 24px;
  border-left: 1px solid #333;
  height: 16px;
}
.topics_wrap_top_list_item.is-active {
  padding-bottom: 24px;
  border-bottom: 1px solid #5e91a6;
}
.topics_post {
  margin-top: 90px;
}
.topics_post_list {
/*  display: none;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.topics_post_list img {
  width: 100%;
	height: auto;
}
.topics_post_list_contents {
}
.topics_post_list_contents .item {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.topics_post_list_contents .item .cat {
  display: inline-block;
  width: 100px;
  padding: 3px 0;
  margin-right: 16px;
  background-color: #5e91a6;
  color: #fff;
  text-align: center;
}
.topics_post_list_contents .text {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 2px;
}
.plant03 {
  position: absolute;
  right: 0;
}
.plant03 img {
  width: 80%;
}
@media screen and (max-width: 960px) {
  .topics {
  }
  .topics_title {
    top: 0;
  }
  .topics_wrap {
    width: 90%;
  }
  .topics_wrap_top {
    display: block;
  }

  .topics_wrap_top_title {
    font-size: 17px;
  }
	.topics_wrap_top_title .sub_en {
    font-size: 12px;
	}
  /*
  topics-tab
  ———————————*/
  .topics_post_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
  .plant03 {
    bottom: -8%;
    right: -40px;
  }
  .plant03 img {
    width: 72%;
  }
}
@media screen and (max-width: 560px) {
	.topics_post {
    margin-top: 30px;
	}
	.topics_wrap {
    	padding: 7em 0 6em;
	}
	
  /*
  topics-tab
  ———————————*/
  .topics_wrap_top {
    display: block;
  }
  .topics_post_list {
    gap: 24px 16px;
  }
  .topics_post_list_contents .item {
    margin-top: 8px;
	font-size: 10px;
  }
  .topics_post_list_contents .item .cat {
    display: flex;
    color: #5e91a6;
    background: #f5f5f5;
    font-size: 10px;
	margin-bottom: 5px;
	text-align: left;
  }
  .topics_post_list_contents .text {
    font-size: 11.5px;
    letter-spacing: 0.05em;
  }
	.topics_title {
  font-size: 4.1rem;
	top: 40px;
}
}

/*—————————————————————————————————
gallery
—————————————————————————————————*/
.gallery_wrap {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 120px auto;
}
.gallery_top {
  text-align: center;
	margin-top: 110px;
}
.gallery_title {
  font-weight: 400;
  letter-spacing: 0.05em;
}
.gallery_title .sub_en {
  display: block;
  margin-top: 8px;
}
.gallery_en {
  position: absolute;
  top: -155px;
  left: auto;
  right: 0;
  line-height: 1em;
  color: #afc8d3;
  font-size: 5.5rem;
  font-family: MADECanvas;
  font-weight: 500;
  letter-spacing: -8px;
}
.gallery_tab {
	display: grid;
        grid-template-columns: repeat(5, 1fr);
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
    gap: 10px;
}
.gallery_tab_list {
	width: 100%;
}
.gallery_tab_item {
	cursor: pointer;
	width: 100%;
    max-width: 280px;
    padding: 16px 0;
	font-size: 13px;
	background-color: #fff;
    border: 1px solid #969696;
    color: #888;
    text-align: center;
	position: relative;
}
.gallery_tab_item.is-active  {
color: #5e91a6;
background-color: #e7eff2;
border: 1px solid #5e91a6;
}
/*
.gallery_tab_item.is-active:before {
	position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    content: url(../img/top/check.png);
    font-weight: normal;
    transform: translate(0,-50%) scale(0.35);
}
*/
.gallery_list_box {
	display: none;
	width: 100%;
  	max-width: 1200px;
   margin: 60px auto;

}
.gallery_list {
/*  display: none;*/
	display: grid;
	grid-template-columns: repeat(4, 1fr);
 	 gap: 5px 5px;
/*
	width: 100%;
  max-width: 1200px;
  margin: 80px auto;
*/
}
.gallery_list_archive {
	display: grid;
}
.gallery_list_item {
  position: relative;
transition: .5s;
}

.gallery_list_item:hover .gallery_list_item_info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_list_item img {
  width: 100%;
height: auto;
vertical-align: baseline;	
/*  vertical-align:bottom;*/

}
.gallery_list_item_info {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(130, 172, 189, 0.3);
  background-size: cover;
  text-align: center;
	transition: .5s;
}
.gallery_list_item_info .text {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
}
/*
.gallery_tab_item_en {
	display: block;
    font-size: 10px;
	margin-top: 5px;
    font-family: OPTITimes-Roman;
    letter-spacing: 0.1em;
    color: #b4b4b4;
}
*/
@media screen and (max-width: 960px) {
	.gallery_tab {
	width: 100%;
	}
	.gallery_tab_item {
    padding: 10px 0;
    font-size: 12px;
	}
  .gallery_tab_item:nth-child(n + 2) {
    margin-left: 0;
  }
  .gallery_list {
    grid-template-columns: repeat(3, 1fr);

  }
	.gallery_tab_item.is-active:before {
    transform: translate(0,-50%) scale(0.45);
	}
}
@media screen and (max-width: 560px) {
	.gallery_wrap {
  	margin: 100px auto;
	}
	.gallery_top {
    margin-top: 80px;
	}
	.gallery_title {
	  letter-spacing: 0.05em;
		font-size: 20px;
	}
	.gallery_title .sub_en {
		font-size: 12px;
	}
  .gallery_tab {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
    margin: 40px 0 0 0;
    font-size: 14px;
    border-bottom: none;
  }
  .gallery_tab:nth-of-type(n+2) {
   margin-top: 16px;
  }
  .gallery_tab li:nth-child(n + 2) {
    margin-left: 0;
  }
  .gallery_tab_item {
    display: block;
  }
  .gallery_tab li {
    text-align: left;
  }
  .gallery_tab li:nth-child(odd) {
    height: 20px;
  }
  .gallery_tab li:nth-child(even) {
    border: none;
  }
  .gallery_tab_item + .gallery_tab_item {
    padding: 0;
  }
  .gallery_tab_item.is-active {
    display: inline-block;
    border-bottom: 1px solid #5e91a6;
  }
  .gallery_list {
    grid-template-columns: repeat(2, 1fr);
	margin: 50px auto;
  }
	.gallery_list_box {
    margin: 50px auto;
	}
  .gallery_en {
    bottom: 0;
	 font-size: 4.1rem;
	          top: -125px;
  }
	.gallery_tab_item.is-active:before {
    transform: translate(0,-50%) scale(0.35);
	}
}

/*—————————————————————————————————
location
—————————————————————————————————*/
.top_bg.location {
  background-image: url(../img/top/location.jpg);
}
@media screen and (max-width: 760px) {
.top_bg.location {
    background-position: 35%;
}
}
/*_______________________
contact
*/
.location > .top_bg_wrap > .top_bg_wrap_title::after {
    display: none;
}
.location > .top_bg_wrap > .top_bg_wrap_title .jp {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
	font-family: ShipporiMincho;
}