@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanmp.css");
/*@import url('https://fonts.googleapis.com/css?family=EB+Garamond');*/
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');


.eng,.engTxt {
	font-family: 'EB Garamond', serif;
	font-family: "Google Sans Flex", sans-serif;
}
html {
	height: 100%;
}
body {
	font-family: 'YakuHanMP','Noto Serif JP', serif;
	margin: 0;
	padding: 0;
position: relative;
}
body::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 999;
}
body._load::before {
	transition: 1s 0.3s;
	opacity: 0;
	pointer-events: none;
}
*,*::before,*::after {
	margin: 0;
	padding: 0;
	font-weight: 300;
	text-decoration: none;
	box-sizing:border-box;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
  vertical-align: middle;
}

.forPc {
	display: block;
}

.forSp,
.forTab,
.onlySp,
.brTab,
.brSp {
	display: none;
}


@media screen and (max-width: 959px) {
  .forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
  .onlySp {
		display: none;;
	}
	.brTab {
		display: inline;
	}
}
@media screen and (max-width: 599px) {
  .forPc,.brTab {
		display: none;
	}
	.onlySp {
		display: block;
	}
	.brSp {
		display: inline;
	}
}



/*-------------------------------------------*/
/*-----------------　スマホ　Foot Nav　--------------*/
/*---------------------------------------*/
#spFootNav {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 55px;
  display: none;
  
}
#spFootNav #spFootBtn {
  background-color: #000;
   border-top: #666 solid 1px;
/*  	background: -webkit-linear-gradient(-150deg, rgba(0, 13, 61, 1) 0%, rgba(0, 119, 160, 1) 100%);
background: -o-linear-gradient(-150deg, rgba(0, 13, 61, 1) 0%, rgba(0, 119, 160, 1) 100%);
background: linear-gradient(-150deg, rgba(0, 13, 61, 1), rgba(0, 119, 160, 1));*/
}
#spFootNav #spFootBtn li {
  /*width: 20%;*/
  width: calc(100% / 3);
  border-left: #666 solid 1px;
  text-align: center;
  padding: 5px 0;
  background-color: #666;
	list-style: none;
}
#spFootNav #spFootBtn li:first-child {
  border: none;

}
#spFootNav #spFootBtn li:last-child {
  background-color: #000;
}

#spFootNav #spFootBtn li a {
	display: block;
}
#spFootNav #spFootBtn li img {
  width: 43px;
}



@media screen and (max-width: 959px) {
  #spFootNav {
    display: block;
  }
}


.flex-container {
	display: flex;
	justify-content:space-between;
}


/*================ cmn =====================*/

.wrapWidth {
	width:100%;
	margin: 0 auto;
}
.boxWidth {
	max-width: 1200px;
  width: 94%;
	margin: 0 auto;
}
#goPageTop {
	position: fixed;
	right: 0;
	z-index: 20;
	bottom:-2em;/*margin-left: 600px;*/
	transform: rotateZ(90deg);
	transform-origin: top right;
	z-index: 1000;
}
#goPageTop a {
	display: block;
	font-size: 13px;
	height: 2em;
	line-height: 2em;
	padding: 0 2em 0 1.5em;
	color: #fff;
  background-color: rgba(0,0,0,1);
}
#goPageTop a::before {
	content: "▼";
	display: inline-block;
	font-size: 70%;
	padding-right: 1em;
	transform: rotateZ(90deg);
	position: relative;
	top: 0.4em;
}
#goPageTop a:hover {
	box-shadow: 0px 1px 10px  rgba(255,255,255,0.8) inset, 0px 1px 10px rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,1);
}
/*.captionBox {
  text-align: center;
  padding: 1em;
}*/
#captionBox {
	font-size: 10px;
	text-align: center;
	line-height: 1.4;
	padding: 25px 0;
	color: #555;
	background-color: #fff;
	position: relative;
}
.caption {
	font-size: 12px;
	line-height: 1.4;
  text-align: justify;
  display: inline-block;
}

.brSp {
		display: none;
	}


@media screen and (max-width: 959px) {
	.wrapWidth {
		min-width:inherit;
		}
	.boxWidth {
			
	} 
	#goPageTop {
		right:0;
		bottom:30px;
		opacity: 0.6;
	}
	#wrapper {
		padding-top: 60px !important;
	}
	
	
}/*------- max-width: 699px --------*/
@media screen and (max-width: 599px) {
	.brSp {
		display: inline;
	}
}





/*---------------------------------*/
/*------- footer --------*/
/*---------------------------------*/
footer {
	padding: 30px 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
footer p {
	font-size: 13px;
	text-align: center;
}
footer h3 {
	max-width: 360px;
	width: 80%;
	margin: 0 auto;
}
footer ul {
	text-align: center;
	padding-top: 0.5em;
}
footer ul li {
	display: inline-block;
	border-left: #555 solid 1px;
	padding: 0 1em;
	line-height: 1.2;
}
footer ul li:last-child {
	border-right: #555 solid 1px;
}
footer ul li a {
color: #555;
	letter-spacing: 0em;
	font-size: 12px;
}
#cRightWrap {
	padding: 1em 0;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	
}
#cRightWrap p {
	font-size: 11px;
	text-align: center;
}



@media screen and (max-width: 959px) {
  #cRightWrap {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
	footer {
		padding: 15px 0;
	}
	footer ul {
		width: 70%;
		max-width: 10em;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	footer li {
		width: 100%;
		margin-top: 0.2em;
		border-right: #555 solid 1px;
	}
	footer li a {
		font-size: clamp(10px, 1.5vw, 12px);
		line-height: 1;
	}
	#cRightWrap {
		font-size: 10px;
		letter-spacing: 0;
	}
}



#btnWrap {
	justify-content: flex-end;
	position: sticky;
	top: 0;
	z-index: 99;
}
#btnWrap a {
	width: 7em;
	display: block;
	height: 4em;
	background-color: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
#btnWrap a.bt01 {
	background-color: #eee;
	display: none;
}
#btnWrap a.bt02 {
	background-color: #eee;
}
#btnWrap a.bt03 {
	background-color: #890000;
	color: #fff;
}

#sec01 {
	position: relative;
	color: #fff;
	background-color: #000;
	position: relative;
	height: 100vh;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: -1;
}
#sec01 .gateWrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#sec01 .gateWrap .gateBox{
	width: 80%;
	max-width: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#sec01 .gateWrap .gateBox .txt {
	position: absolute;
	width: 74%;
	left: 13%;
	top: 0;
	opacity: 0;
	filter: blur(10px);
	transform: scale(1.2);
}
._load #sec01 .gateWrap .gateBox .txt {
	transition: 1.6s ease-in 1.5s;
	opacity: 1;
	filter: blur(0px);
	transform: scale(1);
}
#sec01 .gateWrap .gateBox .dia {
	position: absolute;
	width: 10.5%;
	left: 43%;
	top: 0;
	opacity: 0;
	
}
._load #sec01 .gateWrap .gateBox .dia {
	transition: 1s 0.1s;
	opacity: 1;
}
#sec01 .gateWrap .gateBox .flea {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	mix-blend-mode:screen;
	opacity: 0;
}
._load #sec01 .gateWrap .gateBox .flea {
	transition: 0.5s 1s;
	opacity: 1;
}
#sec01 .gateWrap .gateBox .flea .flea2 {
	position: absolute;
	width: 30%;
	left: 37%;
	top: -110%;
	animation-name: flicker;
	animation-duration: 4s;
	animation-delay: 1.3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	mix-blend-mode:screen;
opacity: 0;
}
#sec01 .gateWrap .gateBox .kengaku {
	padding-top: 10%;

}
@keyframes flicker {
  from {
      opacity: 1;
    }
    4% {
      opacity: 0.6;
    }
    8% {
      opacity: 0.75;
    }
    12% {
      opacity: 0.65;
    }
    16% {
      opacity: 0.60;
    }
    20% {
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    28% {
      opacity: 1;
    }
    32% {
      opacity: 0.60;
    }
    36% {
      opacity: 0.75;
    }
    40% {
      opacity: 0.6;
    }
    44% {
      opacity: 1;
    }
    48% {
      opacity: 1;
    }
    52% {
      opacity: 0.60;
    }
    56% {
      opacity: 10;
    }
    60% {
      opacity: 0.7;
    }
    64% {
      opacity: 1;
    }
    68% {
      opacity: 0.65;
    }
    72% {
      opacity: 0.7;
    }
    76% {
      opacity: 0.6;
    }
    80% {
      opacity: 1;
    }
    84% {
      opacity: 0.60;
    }
    88% {
      opacity: 0.55;
    }
    92% {
      opacity: 1;
    }
    96% {
      opacity: 0.6;
    }
    to {
      opacity: 0.7;
    }
}
._load #sec01 .gateWrap .gateBox .flea2 {

}
#sec01 .gateWrap .gateBox .sub {
	width: 72%;
	margin-left: 14%;
	padding-top: 1%;
	opacity: 0;
}
._load #sec01 .gateWrap .gateBox .sub {
	transition: 1s 3.5s;
	opacity: 1;
}
#sec01 .scl {
	position: absolute;
	display: inline-block;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(18px, 2vw, 24px);
}
#sec01 .scl::after {
	content: "▼";
	font-size: 12px;
	position: absolute;
	left: calc(50% - 6px);
	top: 1.6em;
	animation: sankaku 1s ease 0.3s infinite normal;
}
#sec01 .new {
	position: absolute;
	font-size: 30px;
	left: 3%;
	top:2%;
	
}



@keyframes sankaku {
    0% {
        transform: translateY(0%);
			opacity: 0;
    }
    100% {
       transform: translateY(100%);
			opacity: 1;
    }
}

#sec02 {
	position: relative;
}
#sec02 .imgWrap {
	overflow: hidden;
	position: relative;
	opacity: 1;
}
#sec02 .imgWrap::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 16vh;
	left: 0;
	bottom: 0;
	border-top: 8vh transparent solid;
	border-left: 50vw transparent solid;
	border-bottom: 8vh #fff solid;
	border-right: 50vw #fff solid;
	overflow: hidden;
}
#sec02 .imgWrap.active {
	transition: 3s;
}
#sec02 .imgWrap img {
	transform: scale(1.2);
}
#sec02 .imgWrap.active img {
	transform: scale(1);
	transition: 4s 1s;
}
#sec02 .logoBox {
	position: absolute;
	width: 10%;
	left: 50%;
	top: 15%;
	transform: translateX(-50%);
}
#sec02 .logoBox img {
	opacity: 0;
	transform: scale(1.2);
}
#sec02 .logoBox.active img {
	transition: 2s ease-out 0.1s;
	opacity: 1;
	transform: scale(1);
}
#sec02 .logoBox .frea {
	position: absolute;
	width: 124%;
	left: 47%;
	bottom: 36%;
opacity: 0;
		transform: scale(0) translateX(-50%);
	transform-origin: left center;
	
}
._load #sec02 .logoBox .frea {
animation: flea 1s ease 0.5s forwards;
}
@keyframes flea {
	0% {
		opacity: 0;
		transform: scale(0) translateX(-50%);
	}
	30% {
		opacity: 1;
		transform: scale(2) translateX(-50%);
    }
	100% {
		opacity: 1;
		transform: scale(1) translateX(-50%);
    }
}
#sec02 .h1Box {
	position: absolute;
	left: 0;
	top: 36%;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	container-type: inline-size;
}
#sec02 .h1Box h1 {
	font-weight: 300;
	text-align: center;
	font-size: 3.0cqw;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 0.5em;
	text-shadow: 0px 0px 5px #1e83fc;
	color: #fff;
transition-delay: 0.6s;
}


#sec02 .h1Box h2 {
	font-weight: 300;
	text-align: center;
	font-size: 6.6cqw;
	letter-spacing: 0.15em;
	padding-left: 0.5em;
	line-height: 1;
	text-shadow: 0px 0px 20px #1e83fc;
	padding-top: 0.3em;
	color: #fff;
transition-delay: 1.2s;
}
#sec02 .parking {
	position: absolute;
	width: 27%;
	right: 7%;
	bottom: 4%;
}


#sec03 {
	position: relative;
	background-color: #fff;
	padding-top: 2%;
	padding-bottom: 5%;

}
#sec03 .titBox {
}
#sec03 .titBox h3 {
	font-size: 60px;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	letter-spacing: 0.2em;
	padding-left:0.2em; 
}
#sec03 .titBox p {
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
}
#sec03 .titBox a {
	background-color: #960000;
	background: #960000;
background: linear-gradient(130deg, rgba(150, 0, 0, 1) 0%, rgba(110, 0, 0, 1) 50%, rgba(150, 0, 0, 1) 50%);
	color: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	width: 18em;
	height: 3em;
	margin-top: 30px;
	box-shadow: 0px 0px 10px rgba(150,0,0,0.3);
	position: relative;
	transition: 0.5s;
}
#sec03 .titBox a:hover {
	transform: scale(1.01);
	 filter: saturate(150%);
}
a.waku, a.try {
	position: relative;
}
a.waku::before {
	content: "";
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 3px;
	top: 3px;
	z-index: 1;
	pointer-events: none;
	border: #fff solid 1px;
	transition: 0.5s;
}
a:hover.waku::before {
	transform: scale(0.8);
}
a.try::after {
	content: "▼";
	font-size: 50%;
	transform: rotateZ(-90deg);
	position: absolute;
	right: 6%;
	transition: 0.5s;
}
a:hover.try::after {
	transform: translateX(100%) rotateZ(-90deg) ;
}
#sec04 {
	background-color: #000;
	position: sticky;
	top: 0;
}
#sec04 .entBox {
overflow: hidden;
	position: relative;
	height: 100vh;
}
#sec04 .entBox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#sec04 .entBox.active {

}
#sec04 .entBox img {
transform: scale(1.2);
}
#sec04 .entBox.active img {
	transition: 6s;
transform: scale(1);
}

#sec042 {
	background-color: #000;
	padding: 8% 0;
	position: relative;
	background-image: url("../../img/bg-dia.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;

}
#sec042::after {
	content: "";
	position: absolute;
	width: 98vw;
	height: 12vh;
	left: 0;
	bottom: 100%;
	border-top: 6vh transparent solid;
	border-right: 49vw transparent solid;
	border-bottom: 6vh #000 solid;
	border-left: 49vw #000 solid;

}

#sec042 .gateWrap {
	background-color: #000;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;

}
#sec042 .gateWrap .gateBox{
	width: 80%;
	max-width: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#sec042 .gateWrap .gateBox .txt {
	position: absolute;
	width: 74%;
	left: 13%;
	top: 0;
	opacity: 0;
	filter: blur(10px);
	transform: scale(1.2);
}
#sec042 .gateWrap .gateBox .txt {
	transition: 1.6s ease-in 1.5s;
	opacity: 1;
	filter: blur(0px);
	transform: scale(1);
}
#sec042 .gateWrap .gateBox .dia {
	position: absolute;
	width: 10.5%;
	left: 43%;
	top: 0;
	opacity: 0;
	
}
#sec042 .gateWrap .gateBox .dia {
	transition: 1s 0.1s;
	opacity: 1;
}
#sec042 .gateWrap .gateBox .flea {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	mix-blend-mode:screen;
	opacity: 0;
}
#sec042 .gateWrap .gateBox .flea {
	transition: 0.5s 1s;
	opacity: 1;
}
#sec042 .gateWrap .gateBox .flea2 {
	position: absolute;
	width: 30%;
	left: 37%;
	top: -67%;
	animation-name: flicker;
	animation-duration: 4s;
	animation-delay: 1.3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	mix-blend-mode:screen;
opacity: 0;
}
#sec042 .gateWrap .gateBox .sub {
	width: 72%;
	margin-left: 14%;
	padding-top: 1%;
	opacity: 0;
}
#sec042 .gateWrap .gateBox .sub {
	transition: 1s 3.5s;
	opacity: 1;
}
#sec042 .txtBox {
	color: #fff;
	padding: 50px 0;
}
#sec042 .txtBox h3 {
	text-align: center;
	font-size: 28px;
	padding: 1em 0;
	letter-spacing: 0.2em;
}
#sec042 .txtBox .lead {
	text-align: center;
	line-height: 3;
}

#sec043 {
	padding: 6% 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
#sec043 .itemWrapWrap {
	padding: 3% 0;
	position: relative;
	/*background: #f0f0f0;
background: linear-gradient(90deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
}
/*#sec043 .itemWrapWrap:nth-child(2n) {
	background: linear-gradient(270deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}*/
#sec043 .itemWrapWrap::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 53%;
	height: 100%;
	z-index: -1;
	background-image: url("../../img/cont-01.jpg");
	background-position: left bottom;
	background-size: cover;
	opacity: 0.15;
}
#sec043 .item02::after {
	background-image: url("../../img/cont-02.jpg");
	left: auto;
	right: 0;
	background-position: center center;
}
#sec043 .item03::after {
	background-image: url("../../img/cont-031.jpg");
}
#sec043 .item04::after {
	background-image: url("../../img/cont-04.jpg");
	left: auto;
	right: 0;
}
#sec043 .itemWrap {
	position: relative;
	
}

#sec043 .itemWrap .imgBox {
	width: 50%;
	position: relative;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
	overflow: hidden;
}
#sec043 .itemWrap .imgBox img {
	transform: scale(1.2);
}
#sec043 .itemWrap .imgBox.active img {
	transform: scale(1.0);
	transition: 4s;
}
#sec043 .item01 .imgBox .add {
	position: absolute;
	width: 70%;
	left: 10%;
	top: 10%;
}
#sec043 .item04 .imgBox .add {
	position: absolute;
	width: 30%;
	left: 35%;
	top: 20%;
}
#sec043 .itemWrap .txtBox {
	position: absolute;
	width: 55%;
	right: 0;
	top: 50%;
	transform: translateY(-45%);
	background-color: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
	padding: 5%;
	container-type: inline-size;
}
#sec043 .itemWrap .txtBox .engTxt {
	font-size: 8cqw;
	display: inline-block;
	width: auto;
	color: #868686;
	position: relative;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}
#sec043 .itemWrap .txtBox .engTxt::after {
	content: "";
	position: absolute;
	width:50%;
	left: 25%;
	top: 130%;
	height: 5px;
	background-color: #868686;
}
#sec043 .itemWrap .txtBox dl {}
#sec043 .itemWrap .txtBox dt {
	font-size: 4.4cqw;
	padding: 1em 0;
}
#sec043 .itemWrap .txtBox dd {
	font-size: 2.8cqw;
	font-size: clamp(12px, 2.8cqw, 16px);
	line-height: 2;
}
#sec043 .itemWrapWrap:nth-child(2n) .imgBox {
	margin-left: 50%;
}
#sec043 .itemWrapWrap:nth-child(2n) .txtBox {
	right: auto;
	left: 0;
}
#sec043 .item02 .imgBox:nth-child(2) {
	margin-top: 1.5%;

}
#sec043 .item03 .imgBox:nth-child(2) {
	margin-top: 2%;

}
#sec043 .item02 .imgBox .engTxt { 
/*	font-size:1.6cqw;*/
	font-size: clamp(16px, 1.7cqw, 24px);
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	color: #fff;
	letter-spacing: 0em;
}
#sec043 .item02 .imgBox:nth-child(1) .engTxt { 
	right: auto;
	left: 0.5em;
	color: #000;
	text-shadow: 0px 0px 3px #fff,0px 0px 5px #fff,0px 0px 7px #fff;
}

#sec043 .item02 .txtBox .engTxt {
	color: #3a4585
}
#sec043 .item02 .txtBox .engTxt::after {
	background-color: #3a4585;
}
#sec043 .item03 .txtBox .engTxt {
	color: #9d938d
}
#sec043 .item03 .txtBox .engTxt::after {
	background-color: #9d938d;
}
#sec043 .item04 .txtBox .engTxt {
	color: #599220
}
#sec043 .item04 .txtBox .engTxt::after {
	background-color: #599220;
}
#sec043 .itemWrapWrap {
	margin-bottom: 5%;
}



#sec05  {
	padding: 8% 0;
	background-color: rgba(242,242,242,1.00);

	position: relative;
	z-index: 1;
}
#sec05  .mapBox {
	box-shadow: 0px 0px 20px rgba(219,215,215,0.5);
}

#sec06 {
	padding: 5% 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	
}
#sec06 h3 {
	text-align: center;
	font-size: 28px;
	letter-spacing: 0.4em;
	padding-left: 0.4em;
	color: #a18e71;
	/*border-bottom: #a18e71 solid 1px;*/
	padding: 2em 0;
}
#sec06 .infoBox {
	max-width: 1200px;
}
#sec06  .tableBox {
	width: 48%;
}
#sec06  table {
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0px 1px 10px rgba(161,142,113,0.3);
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	container-type: inline-size;
}
#sec06  table th,#sec06  table td {
	text-align: left;
	font-size: 16px;
	font-size: clamp(13px, 1.3cqw, 16px);
	padding: 0.5em 0;
	border-bottom: rgba(228,226,226,1.00) dotted 1px;
}
/*#sec05  table th {
	border-left: rgba(228,226,226,0.6) solid 5px;
	padding-left: 1em;
}*/
#sec06 table th {
	padding-left: 0.5em;
}
#sec06 table th.category {
	background-color: rgb(251 251 249);
	border-bottom: rgba(161,142,113,0.5) solid 1px;
	border-left: rgba(161,142,113,0.8) solid 3px;
	border-right: rgba(161,142,113,0.8) solid 3px;
	color: #a18e71;
	font-size: 16px;
	text-align: center;
	/*box-shadow: 0px 1px 5px rgba(161,142,113,0.5);*/
	background: #A18E71;
background: linear-gradient(130deg, rgba(161, 142, 113, 0.14) 0%, rgba(161, 142, 113, 0.42) 25%, rgba(255, 255, 255, 1) 25%);
}
#sec06 table td {
	text-align: right;
}
#sec06 table td:nth-child(2) {
	width: 1.4em;
}
#sec06 table td:nth-child(3) {
	width: 3.6em;
}
#sec06 table td:nth-child(4) {
	width: 2.4em;
}
#sec06 table td:nth-child(5) {
	width: 2.7em;
	padding-right: 0.5em;
}
#sec06 .tableBox .cap {
	font-size: 12px;
}

/*#secOutline {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
  overflow-y: scroll;
	height: 100%;
	transform: translateX(95%);
	transition: 0.6s ease-out;

}
#secOutline._show {
	transform: translateX(3%);
}
#gaiyoBox {
	position: relative;
	background-color: #fff;
	margin-left: 5%;
	padding: 3%;

}
#gaiyoBox .btGaiyo {
	background-color: #fff;
	width: 5%;
	position: absolute;
	top: 0;
	right: 100%;
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
	padding: 2em 0 1em;
	display: flex;
justify-content: center;
align-items: center;
	border-bottom-left-radius: 30px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
#gaiyoBox .btGaiyo span {
	display: inline-block;
	transform: rotateZ(90deg);
	font-size: 70%;
}
#secOutline._show #gaiyoBox .btGaiyo {
	background-color: #999;
	color: #fff;
}
#secOutline._show #gaiyoBox .btGaiyo span {
	transform: rotateZ(270deg);
}
#gaiyoBox .btGaiyo:hover {
	cursor: pointer;
}
#gaiyoBox .btGaiyo img {
	width: 100%;
}
#secOutline h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	color: #a18e71;
	padding: 2em 0 1em;
}
#secOutline h3::before,#secOutline h3::after {
	content: "■";
	font-size: 50%;
	padding: 0 1em;
	position: relative;
	top: -0.3em;
}
#secOutline #gaiyoBox {
	max-width: 900px;
}
#secOutline table {
	width: 100%;
	container-type: inline-size;
}
#secOutline th, #secOutline td {
	text-align: left;
  padding: 0.8em;
	font-size: 16px;
	font-size: clamp(13px, 1.3cqw, 16px);
	border-bottom: rgba(228,226,226,1.00) dotted 1px;
}
#secOutline th {
	width: 14em;
}*/


#contactWrap {
	background-color: #000;
	padding: 2% 0;
	position: relative;
	z-index: 1;
	
}
#contactWrap .flex {
	max-width: 800px;
	align-items: center;
}
#contactWrap .flex .leftBox {
	width: 60%;
}
#contactWrap .flex .rightBox {
	width: 32%;
	
}

#yokokuWrap {
	background-color: #eee;
	padding: 1em 0;
	position: relative;
	z-index: 1;
}
#yokokuWrap dl {
	justify-content: center;
align-items: center;
	font-size: 14px;
	gap: 0 15px;
}
#yokokuWrap dt {
	border: #999 solid 1px;
	letter-spacing: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8em;
	height: 2em;
}
#yokokuWrap dd {
}
#yokokuWrap p.caption {
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 1em 1em 0;
}



@media screen and (max-width: 959px) {
	#sec01 {
    height:100dvh;
}
	#sec01 .gateWrap .gateBox {
    transform: translate(-50%, -75%);
}
	#sec01 .scl {
   /* bottom: 100px;*/
		bottom: 20%;
	}
	#sec02 .new {
    font-size: 24px;
	}
	#sec02 .h1Box {
		width: 60%;
	}
	#sec02  {
		height: 100vh;
	}
	#sec02 .imgWrap {
		height: 100%;
	}
	#sec02 .imgWrap img {
		object-fit: cover;
		object-position: bottom;
		width: 100%;
		height: 100%;
		transform: scale(1);
	}
	#sec02 .imgWrap::after {
		height: 8vh;
		border-top: 4vh transparent solid;
		border-bottom: 4vh #fff solid;
		overflow: hidden;
	}
	#sec03 .titBox h3 {
		font-size: 6vw;
	}
	#sec03 .titBox p {
    font-size: 3vw;
	}
	#sec03 .titBox a {
		font-size: 3vw;
		margin: 30px auto 20px auto;
	}
	#sec042::after {
    height: 6vh;
    border-top: 3vh transparent solid;
    border-bottom: 3vh #000 solid;

}
	#sec042 .txtBox h3 {
		font-size: clamp(22px, 3.0vw, 24px);
	}
	#sec042 .txtBox .lead {
		font-size: clamp(13px, 1.9vw, 15px);
	}
	#sec05  .infoBox {
    display: block;
		max-width: 480px;
	}
	#sec05  .tableBox {
    width: 100%;
	}
	#sec06 h3 {
    font-size: 18px;
	}
	#sec06 .infoBox {
		max-width: 500px;
		flex-wrap: wrap;
	}
	#sec06  .tableBox {
		width: 100%;
	}
	#yokokuWrap dl {
		display: block;
	}
	#yokokuWrap dt {
		letter-spacing: 0em;
		padding: 0.5em;
		width: 12em;
		margin: 0 auto 0.3em;;
	}
	
}
@media screen and (max-width: 599px) {
	
	#btnWrap a {
		font-size: 13px;
    width: 7em;
    display: block;
    height: 4em;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
	#sec02 .logoBox {
    width: 30%;
		top: 24%;
	}
	#sec01 .new {
    font-size: 16px;
	}
	#sec02 .h1Box {
		width: 86%;
		top: 50%;
	}
	#sec02 .h1Box h1 {
    font-size: 4.0cqw;
		letter-spacing: 0.05em;
	}
	#sec02 .h1Box h2 {
    font-size: 6.8cqw;
	}
	#sec02 .imgWrap::after {
		display: none;
	}
	#sec02 .parking {
    position: absolute;
    width: 36%;
    right: 0;
    bottom: 0;
}
	#sec03 {
		padding-top: 5%;
	}
	#sec03 .titBox h3 {
		font-size: 9vw;
		letter-spacing: 0.1em;
	}
	#sec03 .titBox p {
    font-size: 6.4vw;
	}

	#goPageTop {
		display: none;
	}
	#sec03 .titBox a {
    font-size: 4.4vw;
    width: 18em;
    height: 4em;
}
	#sec04 {
		height: auto;
	}
	#sec04 .entBox {
		height: auto;
	}
	#sec042 {
		padding-top: 8%;
	}

	#sec042 .gateWrap {
		margin-top: 5%;
	}
	#sec042 .gateWrap .gateBox {
    width: 80%;
    max-width: 500px;
    position: static;
		margin-left: 50%;
    transform: translateX(-50%);
}
	#sec042 .txtBox {
    padding: 0 0 50px 0;
}
	    #sec042 .txtBox h3 {
        font-size: clamp(17px, 4.8vw, 19px);
				padding-top: 0;
    }
	#sec042 .txtBox h3 span {
		display: block;
	}#sec042 .txtBox h3 i {
		display: none;
	}
	#sec042 .txtBox .lead {
		font-size: clamp(12px, 3.5vw, 14px);
		padding: 0 2em;
		line-height: 2.4;
    text-align: center;
}
	#sec042::after {
		display: none;
	}
	#sec043 .itemWrapWrap {
    padding: 5% 0;
}
	#sec043 .itemWrap {
		display: block;
		width: 90%;
	}
	#sec043 .itemWrap .imgBox {
		width: 100%;
		position: relative;
		box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
	}
	#sec043 .item01 .imgBox .add {
		position: absolute;
		width: 70%;
		left: 10%;
		top: 10%;
	}
	#sec043 .item04 .imgBox .add {
		position: absolute;
		width: 30%;
		left: 35%;
		top: 20%;
	}
	#sec043 .itemWrap .txtBox {
		position: static;
		width: 90%;
		margin-left: 5%;
		transform: translateY(-5%);
		padding: 5%;
		container-type: inline-size;
		text-align: center;
	}
	#sec043 .itemWrap .txtBox dt {
		font-size: 5.4cqw;
		padding: 1em 0;
	}
	#sec043 .itemWrap .txtBox dd {
		text-align: justify;
		letter-spacing: -0.05em;
	}
	#sec043 .itemWrapWrap:nth-child(2n) .imgBox {
    margin-left: 0%;
}
	#sec043 .itemWrapWrap::after {
    width: 100%;
    height: 100%;
}
	#sec05 {
    padding: 4% 0;
	}
	#sec05  h3 {
    font-size: 4.5vw;
	}
	#sec05  table th.category {
    font-size: 14px;
	}
	#sec06 h3 {
		font-size: 16px;
  }
	#sec06 table {
    padding: 5px 10px 10px;
}
	#sec06 th {

	}

	#contactWrap .flex {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#contactWrap .flex .leftBox {
		width: 100%;
		padding: 15px 0;
	}
	#contactWrap .flex .rightBox {
		width: 100%;
		padding-bottom: 15px;

	}
}

/*------年末年始-------*/
#nensiBox {
	/*border: #777 solid 1px;*/
	padding: 1.5% 3%;
	text-align: center;
	margin-bottom: 2%;
	container-type: inline-size;
	background-color:rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	letter-spacing: 0em;
	margin-top: 3%;
}
#nensiBox h3 {
	font-size: 28px;
	padding-bottom: 0.5em;
	letter-spacing: 0.1em;
}
#nensiBox p {
	font-size: 17px;
padding-bottom: 0.3em;
}
#nensiBox h4 {
	font-size: 34px;
	padding-bottom: 0.2em;
	color: rgba(175,0,3,1.00);
}
#nensiBox .cap {
	font-size: 14px;
}
#nensiBox .cap span {
	font-size: 130%;
}
#nensiBox .cap span i {
	font-style: normal;
	color: rgba(175,0,3,1.00);
}
@media screen and (max-width: 959px) {
	#nensiBox {
		padding: 3%;
	}
	#nensiBox h3 {
		font-size: clamp(26px, 3.5vw, 28px);
	}
	#nensiBox p {
		font-size: clamp(16px, 2.0vw, 18px);
	}
	#nensiBox h4 {
		font-size: clamp(24px, 3.3vw, 26px);
	}
	#nensiBox .cap {
		font-size: 13px;

	}
}
@media screen and (max-width: 599px) {
	
	#nensiBox h3 {
		padding-top: 0.5em;
		font-size: clamp(21px, 7vw, 26px);
	}
	#nensiBox p {
		font-size: clamp(14px, 4vw, 16px);
	}
	#nensiBox h4 {
		font-size: clamp(23px, 6.4vw, 25px);
	}
	#nensiBox .cap {
		font-size: 12px;
		text-align: justify;

	}
}

/*------年末年始-------*/

