@charset "utf-8";
/* CSS Document */
* img{
  max-width: 100%;
}
.pc_none{
  display: none;
}
.wrap{
  background-image: url("images/main_bg.jpg");
  font-family: "Noto Serif JP", serif;
  color: #1D1D1D;
  overflow: hidden;
  letter-spacing: 0.01em;
}

.link{
  display: flex;
  justify-content: center;
  align-items:center;
  width: 250px;
  height: 78px;
  border: solid 1px #333;
  color: #1d1d1d;
}
.link span{
  position: relative;
  padding-right: 30px;
}
.link span::after{
  content:"";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url("images/link_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.link_black{
  color: #fff;
  background-color: #171717;
  border: none;
}
.link_black span::after{
  background-image: url("images/link_icon_w.svg");
}

/* header */
.header{
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  width: 100%;
}
.header.active{
  position: fixed;
  z-index: 999;
}

.header_menu {
  position: relative;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
  transition: all 1s;
	height: 12px;
  width: 80px;
  z-index: 999;
}
.header_menu span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #222;
	transition: all .4s;
}
.menu_btn span:nth-of-type(1) {
	top: 0;
}
.header_menu span:nth-of-type(2) {
	bottom: 0;
	top: auto;
}
.header_menu.active span{
  background-color: #fff;
}
.header_menu.active span:nth-of-type(1) {
	transform: translateY(6px) rotate(20deg);
}
.header_menu.active span:nth-of-type(2) {
	transform: translateY(-5px) rotate(-20deg);
}

.p-header__nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 90%;
  max-width: 700px;
  height: 100vh;
  transform: translateX(100%);
  background-color: #0D0D0D;
  transition: ease .4s;
  z-index: 998;
}

.p-header__nav-items {
  padding-top: 200px;
}

.p-header__nav-item {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.p-header__nav-item a {
  color: #FFFFFF;
  display: inline-block;
  text-align: left;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 19px;
  text-decoration: none;
  padding: 0 30px;
}

.p-header__nav-item:last-child a {
  margin-bottom: 0;
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.p-header__nav-box-mask.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0,0,0,0.55);
  transition: ease .4s;
}
.p-header__nav.active {
  position: fixed;
  transform: translateX(0);
}


/* top */
.top_main{
  padding: 0 30px;
}
.top_mv{
  display: flex;
  align-items: stretch;
}
.top_mv .img{
  width: 58.6%;
}
.top_mv .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41.4%;
}

.top_about{
  margin-top: 120px;
}
.top_about .inner{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}
.top_about .ttl{
  font-size:21px;
  font-weight: 500;
  line-height: 2.2;
}
.top_about p{
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 3;
}
.top_about .link{
  margin-top: 40px;
}
.top_about .img{
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}

.top_construction{
  margin-top: 120px;
}
.top_construction .inner{
  max-width: 1100px;
  margin: 0 auto;
}
.top_construction .slider_wrap{
  width: 100vw;
  margin: 60px calc(50% - 50vw) 0;
}
.top_construction .slider_wrap .swiper-button-prev{
  background-image: url("images/arrow_left.svg");
  width: 60px;
  height: 60px;
  background-size: cover;
  color: transparent;
  left: 14.61%;
}
.top_construction .slider_wrap .swiper-button-next{
  background-image: url("images/arrow_right.svg");
  width: 60px;
  height: 60px;
  background-size: cover;
  color: transparent;
  left: 36.62%;
}
.top_construction .swiper{
  overflow: visible;
}
.top_construction .swiper-slide{
  padding: 30px;
  border: solid 1px #fff;
  background-color: #171717;
  color: #fff;
  transform-origin: top center;
  box-shadow: 0px 0px 20px #000000C2;
}
.top_construction .swiper-slide .img{
  aspect-ratio: 6 / 4;
  object-fit: cover;
}
.top_construction .swiper-slide img{
  width: 100%;
  
}
.top_construction .swiper-slide:has(+ .swiper-slide-active){
  position: relative;
}
.top_construction .swiper-slide:has(+ .swiper-slide-active) .img{
  
}
.top_construction .swiper-slide:has(+ .swiper-slide-active) img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
/* 右下の切り欠き部分 
.top_construction .swiper-slide:has(+ .swiper-slide-active)::after {
    
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("images/main_bg.jpg");
    right: -15px;
    bottom: -15px;
    transform: rotate(45deg);
    border-left: solid 1px #fff;
    z-index: 2;
}*/
.top_construction .construction_ttl{
  margin: 20px auto 0;
  width: fit-content;
  padding-right: 20px;
  position: relative;
  color: #8F8F8F;
  font-size: 16px;
}
.top_construction .construction_ttl::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("images/arrow_ttl_icon.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
}
.top_construction .link{
  margin: 60px 0 0 auto;
}

.top_event{
  margin-top: 120px;
}
.top_event .inner{
  padding: 80px 80px 0;
  background-color:#ECECEC;
}
.top_event .ttl{
  font-size: 40px;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.top_event .ttl::after{
  content:"";
  height: 1px;
  width: 70px;
  background-color: #777;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top_event .link{
  margin: 60px auto 0;
}
.top_event .slider_wrap{
  width: 100vw;
  margin: 60px calc(50% - 50vw) 0;
}
.top_event .slider_wrap .event_ttl{
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.top_event .slider_wrap .date,
.top_event .slider_wrap .address{
  margin-top: 10px;
  color: #747474;
  font-size: 15px;
  font-weight: 500;
  padding-left: 34px;
  position: relative;
  width: fit-content;
}
.top_event .slider_wrap .date::before,
.top_event .slider_wrap .address::before{
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat:no-repeat;
  background-size: cover;
}
.top_event .slider_wrap .date{
  margin-top: 30px;
}
.top_event .slider_wrap .date::before{
  background-image: url("images/event_date.svg");
  width: 18px;
  height: 20px;
}
.top_event .slider_wrap .address::before{
  background-image: url("images/event_address.svg");
  width: 13px;
  height: 18px;
}
.top_event .slider_wrap .swiper-button-prev{
  background-image: url("images/arrow_left.svg");
  width: 60px;
  height: 60px;
  background-size: cover;
  color: transparent;
  left: 5vw;
}
.top_event .slider_wrap .swiper-button-next{
  background-image: url("images/arrow_right.svg");
  width: 60px;
  height: 60px;
  background-size: cover;
  color: transparent;
  right: 5vw;
}

.news{
  margin-top: 120px;
}
.news .inner{
  max-width: 1100px;
  margin: 0 auto;
}
.news .ttl{
  font-size: 40px;
  font-weight: 500;
}
.news ul{
  margin-top: 30px;
}
.news ul li{
  padding: 20px 0;
}
.news ul li + li{
  border-top:dashed 1px #333;
}
.news ul li a{
  display: flex;
  font-size: 17px;
  width: fit-content;
}
.news ul li a .news_ttl{
  padding-left: 20px;
  margin-left: 20px;
  border-left:solid 1px #333;
}
.news .link{
  margin: 60px 0 0 auto;
}

.news_all .news{
  margin-top: 0;
}
.page_main.event{
  margin-top: 0;
}
.page_main.event .main_contents{
  line-height: 1.8;
}
.event .page_content .ttl{
  font-size: 24px;
  line-height: 1.4;
}
.page_main.event .main_contents h2,
.page_main.event .main_contents h3,
.page_main.event .main_contents h4,
.page_main.event .main_contents h5{
  line-height: 1.4;
}
.event_img{
  margin-bottom: 20px;
}
.page_main.event .main_contents a{
  text-decoration: underline;
}

.event_prof .date,
.event_prof .address{
  margin-top: 10px;
  color: #747474;
  font-size: 15px;
  font-weight: 500;
  padding-left: 34px;
  position: relative;
  width: fit-content;
}
.event_prof .date::before,
.event_prof .address::before{
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat:no-repeat;
  background-size: cover;
}
.event_prof .date{
  margin-top: 30px;
}
.event_prof .date::before{
  background-image: url("images/event_date.svg");
  width: 18px;
  height: 20px;
}
.event_prof .address::before{
  background-image: url("images/event_address.svg");
  width: 13px;
  height: 18px;
}

.single .main_contents{
  margin-top: 40px;
}
.single .news_return{
  display: flex;
  justify-content: center;
  gap:20px;
  margin-top: 80px;
}
.single .news_return a{
  color: #1d1d1d;
}

.pagenation{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  margin-top: 60px;
}
.pagenation span{
  font-size: 18px;
}
.pagenation a{
  color: #777;
  padding: 2px 6px;
  border:solid 1px #777;
}

/* footer */
.footer{
  margin-top: 120px;
}
.footer_address{
  padding:30px 0 10px;
  border-top:solid 1px #7A7A7A;
}
.footer_address .inner{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.footer_address .left{
  display: flex;
  align-items: center;
  gap:20px;
  color: #8F8F8F;
  font-size: 14px;
}
.footer_address .right{
  display: flex;
  gap:30px;
}

.copyright{
  font-size: 11px;
  min-height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

/* page */
.page_main{
  max-width: 1500px;
  margin: 150px auto 0;
}
.page_main .page_ttl{
  font-size: 43px;
}
.page_main .page_mv{
  margin: 80px calc(50% - 50vw) 0;
}
.page_main .page_head_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:30px;
}
.page_main .page_subttl{
  font-size: 25px;
  font-weight: 600;
}
.page_main .page_subtxt{
  font-size: 18px;
  margin-top: 10px;
}
.page_main .page_head_flex .right{
  max-width: 48%;
}

.page_content{
  max-width: 1200px;
  margin: 60px auto;
}
.foot_contact{
  padding: 80px 0;
  margin: 80px calc(50% - 50vw) 0;
  background-color: #0D0D0D;
}
.foot_contact .inner{
  max-width: 1100px;
  margin: 0 auto;
}
.foot_contact .ttl{
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.foot_contact .txt{
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
.foot_contact .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:40px;
  margin-top: 40px;
}
.foot_contact .tel a{
  font-size: 33px;
  color: #fff;
}
.foot_contact .tel p{
  margin-top: 10px;
  font-size:13px;
  color: #fff;
}
.foot_contact .link{
  border:solid 1px #fff;
}
.foot_contact + .footer{
  margin-top: 0;
}

/* company */
.company table{
  width: 100%;
  border-collapse:collapse;
}
.company table th{
  width: 165px;
  padding: 40px 0 20px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  border-bottom: solid 2px #777;
}
.company table td{
  padding:40px 20px 20px;
  border-bottom: solid 1px #777;
}
.company .gmap{
  margin: 100px calc(50% - 50vw) 0;
}
.company .gmap iframe{
  width: 100%;
  height: 380px;
}

/* faq */
.toggle {
  display: none;
}
.Label {		/*タイトル*/
  padding: 1.5em 0;
  display: block;
  border-top:solid 1px #777;
  cursor: pointer;
}
.Label::after,
.Label::before {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1em;
  width: 1px;
  height: 2em;
  background-color: #444;
  transition: all 0.3s;
}
.Label::after {
  transform: rotate(90deg);
}
.Label h2{
  font-size:20px;
  font-weight: 700;
}
.Label,
.acc_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.acc_content {		/*本文*/
	height: 0;
	overflow: hidden;
}
.toggle:checked + .Label + .acc_content {	/*開閉時*/
	height: auto;
	padding:40px;
  border-top:dashed 1px #777;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(90deg) !important;
}

.acc_content .anc{
  color: #777;
  font-size: 18px;
  line-height: 1.9;
}

/* reservation */
.reservation .page_content{
  margin-top: 0;
}
.reservation .intro{
  padding: 60px 0;
  margin: 0 calc(50% - 50vw);
  background-color: #EBEBEB;
}
.reservation .intro .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.reservation .intro .inner .ttl{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.reservation .intro .inner ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 0;
  margin-top: 60px;
}
.reservation .intro .inner ul li{
  width: 50%;
  font-size: 16px;
}

.reservation .form{
  padding: 90px 0;
}
.reservation .form .tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.reservation .form .tel .left{
  font-size: 18px;
  font-weight: 700;
}
.reservation .form .tel .right{
  padding-left: 90px;
  margin-left: 90px;
  border-left:solid 1px #777;
}
.reservation .form .tel .right a{
  font-size: 33px;
}
.reservation .form .tel .right p{
  font-size: 13px;
}

.reservation .form .inner{
  margin-top: 110px;
}
.reservation .form .inner .inner_ttl{
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}
.reservation .form .inner .inner_txt{
  text-align: center;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
}
.reservation .form .input_form{
  margin-top: 60px;
  font-family: "Noto Sans JP", serif;
}
.reservation .form .input_form table{
  width: 100%;
}
.reservation .form .input_form table th{
  width: 230px;
  text-align: left;
  padding: 16px 0;
  vertical-align: top;
}
.reservation .form .input_form table th .required{
  padding: 6px 10px;
  letter-spacing: 0.2em;
  background-color: #CC0606;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  display: inline-block;
}
.reservation .form .input_form table td{
  padding: 16px 0;
  vertical-align: top;
}
.reservation .form .input_form table td input[type="text"],
.reservation .form .input_form table td input[type="tel"],
.reservation .form .input_form table td input[type="email"]{
  width: 100%;
  padding: 6px;
  border: solid #ccc;
}
.reservation .form .input_form table td select{
  padding: 6px;
  border: solid #ccc;
  min-width: 150px;
}
.reservation .form .input_form table td .desired_date{
  display: flex;
  align-items: center;
  gap:10px;
}
.reservation .form .input_form table td .desired_date input[type="text"]{
  width: 3em;
}
.reservation .form .input_form table td .notes{
  font-size: 15px;
  line-height: 1.8;
  margin-top: 10px;
}

.reservation .form .input_form table td .checkbox .wpcf7-checkbox{
  display: flex;
  flex-wrap: wrap;
  gap:20px 0;
  max-width: 620px;
}
.reservation .form .input_form table td .checkbox .wpcf7-list-item{
  width: 45%;
  display: block;
}
.reservation .form .input_form input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.reservation .form .input_form input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  vertical-align: -5px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.reservation .form .input_form input[type="checkbox"]:checked:before {
  position: absolute;
  top: 3px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.reservation .form .input_form .consent input[type="checkbox"] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: -5px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.reservation .form .input_form .consent input[type="checkbox"]:checked:before {
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(50deg);
  width: 8px;
  height: 16px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
}

.reservation .form .input_form table td textarea{
  width: 100%;
  padding: 6px;
  border: solid #ccc;
  resize: vertical;
}
.reservation .form .input_form .consent{
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservation .form .input_form .consent a{
  text-decoration: underline;
}
.reservation .form .input_form .consent label{
  display: flex;
  align-items: center;
  gap:10px;
}

.reservation .form .input_form input[type="submit"] {
	width: 300px;
  height: 85px;
  font-size: 17px;
  color: #fff;
	display:block;
  padding: 15px 0px;
  text-align: center;
	background-color: #171717;
  background-image: url("images/link_icon_w.svg");
  background-repeat: no-repeat;
  background-position:left calc(50% + 3em) center;
  border: 1px solid #fff;
  text-decoration: none;
  cursor: pointer;
  margin: 60px auto 0;
}

/* about */

.about .catch{
  background-color: #eaeaea;
  padding: 80px 30px 120px;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  
}
.about .catch h2{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
}
.about_content{
  counter-reset: list-counter;
  position: relative;
  background-image: url("images/about_line.png");;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.about_content::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 350px;
  height: 150px;
  background-image: url("images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.about_content .ttl_number{
  padding-left: 60px;
  position: relative;
  color: #676767;
}
.about_content .ttl_number::before{
  counter-increment: list-counter;
  content: "0" counter(list-counter);
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  font-size: 38px;
  line-height: 1;
}
.about_content .ttl_en{
  font-size: 15px;
  background-color: #fff;
  width: fit-content;
  padding: 4px 8px;
  letter-spacing: 0.1em;
}
.about_content .ttl_ja{
  font-size: 26px;
  font-weight: 600;
  margin-top: 60px;
  line-height: 1.8;
}
.about_content .ttl_ja .maker{
  background-color: #fff;
}
.about_content .box{
  padding-top: 160px;
}
.about_content .box .box_inner{
  display: flex;
  justify-content: space-between;
  gap:40px;
  max-width: 1200px;
}
.about_content .box_reverse .box_inner{
  flex-direction: row-reverse;
}
.about_content .txt{
  max-width: 640px;
}
.about_content .txt p{
  margin-top: 60px;
  line-height: 1.8;
}
.about_content .img{
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 8%;
}
.about_content .img img{
  width: 100%;
}
.about_content .box_reverse .img{
  margin-right: 8%;
  margin-left: calc(50% - 50vw);
}
 
/* spec */
.spec .catch h2{
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.7;
}
.spec .spec_point{
  margin-top: 144px;
  position: relative;
}
.spec .spec_point::before{
  content:"";
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.spec .box{
  padding: 60px 90px;
  background-color: #fff;
  position: relative;
  min-height: 480px;
}
.spec .box .box_inner{
  width: fit-content;
}
.spec .box.box_reverse .box_inner{
  margin-left: auto;
}
.spec .box .ttl_number{
  position: relative;
  padding-left: 120px;
  width: fit-content;
}
.spec .box .ttl_number::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.spec .box:nth-child(1) .ttl_number::before{
  background-image: url("images/number01.svg");
  width: 78px;
  height: 71px;
}
.spec .box:nth-child(2) .ttl_number::before{
  background-image: url("images/number02.svg");
  width: 91px;
  height: 71px;
}
.spec .box:nth-child(3) .ttl_number::before{
  background-image: url("images/number03.svg");
  width: 88px;
  height: 70px;
}
.spec .box:nth-child(4) .ttl_number::before{
  background-image: url("images/number04.svg");
  width: 92px;
  height: 70px;
}
.spec .box:nth-child(1) .img{
  position: absolute;
  right: -128px;
  top:-60px;
}
.spec .box:nth-child(2) .img{
  position: absolute;
  left: -33px;
  top:-68px;
}
.spec .box:nth-child(3) .img{
  position: absolute;
  right: -33px;
  top:-60px;
}
.spec .box:nth-child(4) .img{
  position: absolute;
  left: -33px;
  top:-51px;
}

.spec .box .ttl_number .ttl{
  font-size: 29px;
  line-height: 1.5;
}
.spec .box .ttl_number p{
  font-size: 19px;
  font-weight: 700;
  margin-top: 10px;
}
.spec .box .txt{
  margin-top: 40px;
  max-width: 618px;
  line-height: 2;
}
.spec .box + .box{
  margin-top: 144px;
}

/* gallery */
.gallery .page_content{
  max-width: 1500px;
}
.gallery_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.gallery_list::after{
  content: "";
  width: 480px;
}

.gallery_list .item{
  width: 480px;
  background-color: #DBDBDB;
  padding-bottom: 30px;
}
.gallery_list .item img{
  width: 100%;
}
.gallery_list .item p{
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin: 10px auto 0;
  width: fit-content;
  padding:0 30px;
  position: relative;
}
.gallery_list .item p::after{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("images/arrow_ttl_icon.svg");
  background-size: contain;
  width: 12px;
  height: 12px;
}

/* event */
.event_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:40px 0;
}
.event_list ul::after{
  content:"";
  display: block;
  width: 32%;
}
.event_list ul li{
  width: 32%;
}
.event_list .event_ttl{
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.event_list .date,
.event_list .address{
  margin-top: 10px;
  color: #747474;
  font-size: 15px;
  font-weight: 500;
  padding-left: 34px;
  position: relative;
  width: fit-content;
}
.event_list .date::before,
.event_list .address::before{
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat:no-repeat;
  background-size: cover;
}
.event_list .date{
  margin-top: 30px;
}
.event_list .date::before{
  background-image: url("images/event_date.svg");
  width: 18px;
  height: 20px;
}
.event_list .address::before{
  background-image: url("images/event_address.svg");
  width: 13px;
  height: 18px;
}

.galley_detail .sub_ttl{
  font-size: 24px;
  font-weight: 600;
}
.galley_detail .ttl{
  margin-top: 20px;
  font-size: 43px;
  font-weight:600; 
}
.galley_detail .main_text{
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
}
.galley_detail .tags{
  display: flex;
  flex-wrap: wrap;
  gap:40px;
  margin-top: 60px;
}
.galley_detail .tags li{
  display: flex;
  align-items: center;
  border-bottom: solid 1px #333;
  position: relative;
}
.galley_detail .tags li::before{
  content: "#";
}
.galley_detail .tags li + li::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #707070;
  left: -20px;
  top:0;
}
.galley_detail .main_contents{
  margin-top: 40px;
}
.slider_outer{
  position: relative;
}
.slider_counter{
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  width: 60px;
  height: 80px;
}

.slider_counter dt{
  font-size: 34px;
  font-weight: 600;
  width: 100%;
  line-height: 1;
  position: relative;
}
.slider_counter dt::after{
  content: "";
  position: absolute;
  right: 26px;
  top: 0;
  width: 2px;
  height: 80px;
  transform: rotate(45deg);
  background-color: #fff;
}
.slider_counter dd{
  font-size: 22px;
  font-weight: 600;
  text-align: right;
  width: 100%;
  line-height: 1;
}

.slider_outer{
  max-width: 900px;
  margin: 0 auto;
}
.main_slider{
  width: 100%;
}
.main_slider .slick-slide{
  display: flex;
  justify-content: center;
  aspect-ratio: 3 / 2;
}
.main_slider .slick-slide img{
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.main_slider .prev-arrow{
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-image: url("images/arrow_left_b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
  cursor: pointer;
}
.main_slider .next-arrow{
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-image: url("images/arrow_right_b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
  cursor: pointer;
}


.thumb_slider{
  width: calc(100% + 18px);
  max-width: 900px;
  margin:30px auto 0;
}

.thumb_slider .slick-slide{
  cursor: pointer;
  opacity: 0.7;
  aspect-ratio: 1 / 0.45;
  display: flex;
  justify-content: center;
}
.thumb_slider .slick-slide img{
  width: 100%;
  padding: 0 9px;
  aspect-ratio: 1 / 0.45;
  object-fit: contain;
}
.thumb_slider .slick-slide.slick-current{
  opacity: 1;
}


/* contactbox */
.contact_box{
  background-color: #0D0D0D;
  padding: 80px 30px;
}
.contact_box .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.contact_box .inner .ttl{
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.contact_box .inner .txt{
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.contact_box .inner .flex{
  display: flex;
  justify-content: center;
  gap:50px;
  margin-top: 40px;
}
.contact_box .inner .flex .tel{
  color: #fff;
  font-size: 33px;
  letter-spacing: 0.2em;
  text-align: center;
}
.contact_box .inner .flex .hours{
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-align: center;
}
.contact_box .inner .flex .link{
  color: #fff;
  border: solid 1px #fff;
}
.contact_box .inner .flex .link span::after{
  background-image: url(images/link_icon_w.svg);
}
.contact_box + .footer{
  margin-top: 0;
}

.policy .page_ttl{
  text-align: center;
}
.policy .box p{
  margin-top: 10px;
}
.policy .box + .box{
  margin-top: 40px;
}


/* モデルハウス */

.page_content_model{
  background-color: #EAEAEA;
  margin:0 calc(50% - 50vw);
  padding:60px calc(50vw - 50%);
}

.model .block_ttl{
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color: #676767;
  line-height: 1.4;
}
.model .block_read{
  font-size: 19px;
  line-height: 1.4;
  text-align: center;
  color: #676767;
  margin-top: 10px;
}

.model_block1 .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.model_block1_flex{
  display: flex;
  justify-content: space-between;
  gap:50px;
  margin-top: 100px;
}
.model_block1_flex .txt{
  width: 640px;
}
.model_block1_flex .txt h3{
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
}
.model_block1_flex .txt p{
  margin-top: 20px;
  line-height: 1.8;
}
.model_block1_flex .img{
  aspect-ratio: 1.47 / 1;
  min-width: 400px;
  margin-right: calc(50% - 50vw);
}

.model_block2{
  max-width: 1200px;
  margin: 0 auto;
}
.model_block2 .point{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap:50px;
}

.model_block2 .point:nth-child(2n){
  flex-direction: row-reverse;
}

.model_block2 .point .txt h3{
  font-size: 26px;
  font-weight: 600;
  position: relative;
  color: #676767;
  margin-top: 20px;
  padding-left: 2.5em;
  line-height: 1.4;
}
.model_block2 .point .txt h3::before{
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  font-size:37px;
  color: #676767;
}
.model_block2 .point:nth-of-type(1) .txt h3::before{
  content:"01";
}
.model_block2 .point:nth-of-type(2) .txt h3::before{
  content:"02";
}
.model_block2 .point:nth-of-type(3) .txt h3::before{
  content:"03";
}
.model_block2 .point:nth-of-type(4) .txt h3::before{
  content:"04";
}
.model_block2 .point .txt p{
  margin-top: 40px;
  line-height: 1.8;
}

.model_block2 .point .img{
  flex-shrink: 0;
}

.model_clock3_flex{
  display: flex;
  justify-content: space-between;
  gap:20px;
  margin-top: 60px;
}
.model_clock3_flex .img{
  margin-left: -130px;
}
.model_clock3_flex .txt{
  width: calc(50% - 20px);
}
.model_clock3_flex .txt ul{
  margin: 20px 0;
  padding-left: 20px;
  border-left:solid 1px #707070;
}

.model_clock3_flex .txt .gmap iframe{
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
.model_block4 .img{
  margin: 50px auto 0;
  text-align: center;
  width: fit-content;
}

@media screen and (max-width: 1560px) {
  .page_main{
    max-width: 100%;
    padding: 0 30px;
  }
  
  .gallery_list::after{
    width: 32%;
  }
  
  .gallery_list .item{
    width: 32%;
  }
}
@media screen and (max-width: 1200px) {
  .reservation .intro .inner{
    padding: 0 30px;
  }
  .reservation .intro .inner ul{
    display: block;
    width: fit-content;
    margin: 60px auto 0;
  }
  .reservation .intro .inner ul li{
    width: 100%;
  }
  
  .about_content .txt{
    width: 50%;
  }
  .about_content .img{
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  .about_content .box_reverse .img{
    margin-right: 0;
    margin-left: 0;
  }
  
  .spec .box{
    padding: 60px 450px 60px 90px;
  }
  .spec .box.box_reverse{
    padding: 60px 90px 60px 450px;
  }
}

@media screen and (max-width: 1100px) {
  .top_mv .ttl{
    padding: 0 20px;
  }
  .top_about .txt{
    width: 50%;
  }
  
  .top_construction .slider_wrap .swiper-button-prev{
    width: 50px;
    height: 50px;
    left: 5.14%;
  }
  .top_construction .slider_wrap .swiper-button-next{
    width: 50px;
    height: 50px;
    left: 32.66%;
  }
  .top_event .slider_wrap .swiper-button-prev{
    width: 50px;
    height: 50px;
  }
  .top_event .slider_wrap .swiper-button-next{
    width: 50px;
    height: 50px;
  }
  
  .footer_address{
    padding: 30px 30px 10px;
  }
  
  .page_main .page_head_flex .right{
    max-width: 100%;
  }
  
  .gallery_list .item p{
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .spec .box{
    padding: 40px;
  }
  .spec .box.box_reverse{
    padding: 40px;
  }
  .spec .box .txt{
    max-width: 100%;
  }
  .spec .box .img{
    position: static !important;
    margin: 40px auto 0;
    width: fit-content;
  }
  
  .model_block1_flex .img{
    min-width: auto;
    max-width: 50%;
  }
  .model_block2 .point .img{
    max-width: 50%;
  }
  .model_clock3_flex .img{
    max-width: 50%;
  }

}
@media screen and (max-width: 940px) {
  .gallery_list::after{
    display: none;
  }
  .gallery_list .item{
    width: 48%;
  }
}

@media screen and (max-width: 880px) {
  .reservation .form .tel{
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  .reservation .form .tel .right{
    padding-left: 0;
    margin-left: 0;
    border-left:none;
    padding-top: 30px;
    margin-top: 30px;
    border-top:solid 1px #777;
  }
  
  .reservation .form .input_form table th,
  .reservation .form .input_form table td{
    display: block;
  } 
  .reservation .form .input_form table td .checkbox div{
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .pc_none{
    display: block;
  }
  
  .top_mv{
    display: block;
  }
  .top_mv .img{
    width: 100%;
  }
  .top_mv .img img{
    width: 100%;
  }
  .top_mv .ttl{
    width: 100%;
    padding: 30px;
  }
  
  .top_about{
    margin-top: 60px;
  }
  .top_about .inner{
    display: block;
  }
  .top_about .txt{
    width: 100%;
  }
  .top_about .img{
    width: 100%;
    margin: 60px 0 0;
  }
  .top_about .img img{
    width: 100%;
  }
  .top_about .link{
    margin: 40px auto 0;
  }
  .top_construction .swiper-slide img{
    width: 100%;
    object-fit: cover;
  }
  .top_construction .swiper-slide:has(+ .swiper-slide-active) img{
    aspect-ratio: 6 / 4;
  }
  .top_construction .swiper-slide.swiper-slide-active img{
    aspect-ratio: 1 / 1;
  }
  .top_construction .slider_wrap .swiper-button-prev{
    width: 50px;
    height: 50px;
    left: 12%;
  }
  .top_construction .slider_wrap .swiper-button-next{
    width: 50px;
    height: 50px;
    left: auto;
    right: 12%;
  }
  .top_construction .link{
    margin: 40px auto 0;
  }
  
  .top_event .inner{
    padding: 40px 40px 0;
  }
  .top_event .ttl{
    font-size: 25px;
  }
  .news .ttl{
    font-size:25px;
    text-align: center;
  }
  .news ul li a{
    display: block;
  }
  .news ul li a .news_ttl{
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    border-left:none;
  }
  .news .link{
    margin: 60px auto 0;
  }
  
  .footer_address{
    padding: 30px 0;
  }
  .footer_address .inner{
    display: block;
  }
  .footer_address .left{
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .footer_address .left .logo{
    margin: 0 auto;
    width: fit-content;
  }
  .footer_address .left .address{
    margin-top: 10px;
  }
  .footer_address .right{
    display: flex;
    justify-content: center;
    gap:20px;
  }
  
  /* page */
  .page_main{
    margin: 60px auto 0;
  }
  .page_main .page_ttl{
    font-size: 30px;
  }
  .page_main .page_mv{
    margin: 40px calc(50% - 50vw) 0;
  }
  .foot_contact{
    padding: 60px 30px;
  }
  .foot_contact .flex{
    flex-direction: column;
  }
  
  /* company */
  .company table th{
    width: 100%;
    display: block;
  }
  .company table td{
    display: block;
    padding: 20px 0;
  }
  .company .gmap iframe{
    width: 100%;
    height: 240px;
  }
  
  /* faq */
  .Label{
    padding-right: 3em;
  }
  .Label h2{
    font-size:18px;
    line-height: 1.5;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  .Label::after,
  .Label::before {
    content: "";
    position: absolute;
    right: 1em;
    top: 1.5em;
    width: 1px;
    height: 1.5em;
    background-color: #444;
    transition: all 0.3s;
  }
  .toggle:checked + .Label + .acc_content {	/*開閉時*/
  	padding:20px;
  }
  
  .gallery_list .item{
    width: 100%;
  }
  
  .reservation .form .inner .inner_ttl{
    font-size: 26px;
    line-height: 1.4;
  }
  .reservation .form .input_form table td .notes{
    font-size: 14px;
  }
  
  .about_content{
    background-image: none;
  }
  .about_content .box_inner,
  .about_content .box_reverse .box_inner{
    flex-direction: column;
  }
  .about_content .txt{
    width: 100%;
  }
  .about_content .img{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  
  /* event */
  .event_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:40px 0;
  }
  .event_list ul::after{
    content:"";
    display: none;
  }
  .event_list ul li{
    width: 100%;
  }
  
  /* spec */
  .spec .catch h2{
    font-size: 24px;
  }
  .spec .box .ttl_number{
    padding-left:0;
    padding-top: 80px;
  }
  .spec .box .ttl_number .ttl{
    font-size: 22px;
  }
  .spec .box .ttl_number::before{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .spec .box .ttl_number p{
    font-size: 18px;
  }
  
  .contact_box .inner .flex{
    flex-direction: column;
    align-items: center;
  }
  
  /* construction */
  .galley_detail .tags{
    gap: 10px 20px;
  }
  .galley_detail .tags li{
    width: fit-content;
  }
  .galley_detail .tags li + li::after{
    display: none;
  }
  .main_slider .prev-arrow{
    width: 40px;
    height: 40px;
    left:-20px;
  }
  .main_slider .next-arrow{
    width: 40px;
    height: 40px;
    right: -20px;
  }
  
  .slider_counter{
    right: 10px;
    bottom: 10px;
  }
  
  .slider_counter{
    width: 35px;
    height: 48px;
  }
  .slider_counter dt{
    font-size: 24px;
  }
  .slider_counter dt::after{
    right: 12px;
    top:5px;
    height: 42px;
  }
  .slider_counter dd{
    font-size: 14px;
  }
  
  .model .block_ttl{
    font-size: 25px;
  }
  .model .block_read{
    font-size: 16px;
  }
  .model_block1_flex{
    flex-direction: column;
  }
  .model_block1_flex .txt h3{
    font-size: 20px;
  }
  .model_block1_flex .img{
    min-width: auto;
    max-width: 100%;
  }
  
  .model_block2 .point{
    flex-direction: column !important;
  }
  .model_block2 .point .txt h3{
    font-size: 20px;
  }
  .model_block2 .point .img{
    max-width: 100%;
  }
  .model_clock3_flex .img{
    max-width: 100%;
  }
  
  .model_clock3_flex{
    flex-direction: column;
  }
  .model_clock3_flex .img{
    margin-left: 0;
  }
  .model_clock3_flex .txt{
    width: 100%;
  }
  
}