html {
	scroll-behavior: smooth;
}

.inner {
	width: 85%;
	max-width: 1300px;
	margin-inline: auto;
}

.point__imageBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
}
.point__imageBox-lower {
	margin-top: 10px;
}

.point__image-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0;
}

.point__imageBox2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	aspect-ratio: 324/674;
}
.point__imageBox2 img {
	-o-object-fit: contain;
	   object-fit: contain;
	height: 100%;
}

.point__image {
	position: relative;
}
.point__image img {
	-o-object-fit: contain;
	   object-fit: contain;
	height: 100%;
}

.point__image-under {
	margin-top: -2px;
}

.img__caption {
	position: absolute;
	content: "";
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	text-align: right;
	-webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
	        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
}

#top {
	background: #000;
	opacity: 0;
	-webkit-animation: body ease 2s forwards;
	        animation: body ease 2s forwards;
}
#top .upc {
	text-transform: uppercase;
}
#top .font-gion {
	-webkit-font-feature-settings: "expt";
	        font-feature-settings: "expt";
}
@-webkit-keyframes body {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes body {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#top .main_wrap {
	position: relative;
}
#top .main_wrap .main {
	width: 100%;
}
#top .main_wrap .scrl_icon {
	width: 100%;
	max-width: 300px;
	left: 50%;
	bottom: 15px;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
#top .main_wrap .scrl_icon p {
	color: #fff;
	font-size: clamp(0px, 3vw, 16px);
	text-align: center;
	letter-spacing: 0em;
}
@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, 30px);
		        transform: translate(0, 30px);
		opacity: 0;
	}
}
@keyframes arrow {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, 30px);
		        transform: translate(0, 30px);
		opacity: 0;
	}
}
#top .main_wrap .scrl_icon .arrow {
	width: 100%;
	height: 50px;
	position: relative;
	margin: 10px 0 0;
	overflow: hidden;
	-webkit-animation: arrow 2.5s ease forwards infinite;
	        animation: arrow 2.5s ease forwards infinite;
}
#top .main_wrap .scrl_icon .arrow span {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translate(-50%, -20%) rotate(45deg);
	        transform: translate(-50%, -20%) rotate(45deg);
}
#top .main_wrap .scrl_icon .arrow span:nth-of-type(1) {
	bottom: 10px;
}
@media screen and (max-width: 768px) {
	#top .main_note {
		color: #a3a4a8;
		text-align: center;
		font-size: clamp(8px, 2vw, 11px);
		background: #3f3f3f;
	}
	#top .main_wrap .scrl_icon {
		bottom: 0;
	}
	#top .main_wrap .scrl_icon .arrow {
		width: 100%;
		height: 30px;
		margin: 0;
	}
	#top .main_wrap .scrl_icon .arrow span {
		width: 30px;
		height: 30px;
	}
	#top .main_wrap .scrl_icon .arrow span:nth-of-type(1) {
		bottom: 5px;
	}
	#top {
		/*@media screen end*/
	}
}
#top .sec_menu {
	width: 100%;
	padding: 100px 0;
	background: #3f3f3f;
}
#top .sec_menu .flex {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#top .sec_menu .menu {
	width: 31.6666666667%;
	color: #fff;
}
#top .sec_menu .menu.gojo .btn:after {
	background: -webkit-gradient(linear, left top, right top, from(#082377), to(#101444));
	background: linear-gradient(90deg, #082377 0%, #101444 100%);
}
#top .sec_menu .menu.gojo .details {
	background: #21232d;
}
#top .sec_menu .menu.gojo .details .num {
	background: -webkit-gradient(linear, left top, right top, from(#082377), to(#101444));
	background: linear-gradient(90deg, #082377 0%, #101444 100%);
}
#top .sec_menu .menu.gojo .details .btn_area .cv.more:before {
	background: -webkit-gradient(linear, left top, right top, from(#3764d3), to(#24329b));
	background: linear-gradient(90deg, #3764d3 0%, #24329b 100%);
}
#top .sec_menu .menu.kyotogojo .btn:after {
	background: -webkit-gradient(linear, left top, right top, from(#8E261D), to(#721C15));
	background: linear-gradient(90deg, #8E261D 0%, #721C15 100%);
}
#top .sec_menu .menu.kyotogojo .details {
	background: #6B1D15;
}
#top .sec_menu .menu.kyotogojo .details .num {
	background: -webkit-gradient(linear, left top, right top, from(#868686), to(#5B5B5B));
	background: linear-gradient(90deg, #868686 0%, #5B5B5B 100%);
}
#top .sec_menu .menu.kyotogojo .details .btn_area .cv.more:before {
	background: #846447;
}
#top .sec_menu .menu.kyotogojo .ttl {
	width: 6em;
	margin-left: 10px;
	display: inline-block;
}
#top .sec_menu .menu.kyotogojo .ttl._sp {
	display: none;
}
@media screen and (max-width: 1000px) {
	#top .sec_menu .menu.kyotogojo .ttl {
		width: 4em;
	}
	#top .sec_menu .menu.kyotogojo .ttl._pc {
		display: none;
	}
	#top .sec_menu .menu.kyotogojo .ttl._sp {
		display: inline-block;
	}
}
#top .sec_menu .menu.kawaramachi .btn:after {
	background: -webkit-gradient(linear, left top, right top, from(#866339), to(#634524));
	background: linear-gradient(90deg, #866339 0%, #634524 100%);
}
#top .sec_menu .menu.kawaramachi .details {
	background: #2d241c;
}
#top .sec_menu .menu.kawaramachi .details .num {
	background: -webkit-gradient(linear, left top, right top, from(#866339), to(#634524));
	background: linear-gradient(90deg, #866339 0%, #634524 100%);
}
#top .sec_menu .menu.kawaramachi .details .btn_area .cv.more:before {
	background: -webkit-gradient(linear, left top, right top, from(#d3995f), to(#825930));
	background: linear-gradient(90deg, #d3995f 0%, #825930 100%);
}
#top .sec_menu .menu .btn {
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#top .sec_menu .menu .btn:hover::after {
	opacity: 0;
}
#top .sec_menu .menu .btn:hover::before {
	width: 100%;
	height: 100%;
}
#top .sec_menu .menu .btn::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border: 1px solid #fff;
	position: absolute;
	opacity: 0.3;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 3;
}
#top .sec_menu .menu .btn:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#top .sec_menu .menu .btn a {
	display: block;
	position: relative;
	z-index: 10;
}
#top .sec_menu .menu .btn p {
	color: #fff;
	font-size: clamp(0px, 3.6vw, 18px);
	padding: 20px 15px;
	text-align: center;
}
#top .sec_menu .menu .details {
	width: 100%;
	margin: 50px auto 0;
	position: relative;
	padding: 0 0 50px;
}
#top .sec_menu .menu .details .num {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	border: 5px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#top .sec_menu .menu .details .num p {
	font-size: clamp(0px, 5.6vw, 40px);
	font-family: "gara", serif;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0em;
	padding: 5px 0 0;
}
#top .sec_menu .menu .details .text {
	text-align: center;
	letter-spacing: 0.1em;
}
#top .sec_menu .menu .details .text .gld {
	color: #f2d3a0;
}
#top .sec_menu .menu .details .text .span1 {
	font-size: clamp(0px, 4.2vw, 24px);
}
#top .sec_menu .menu .details .text.for_kyotogojo {
	height: 70px;
	padding-top: 35px;
}
#top .sec_menu .menu .details .text.for_kyotogojo span {
	font-size: 0.5em;
}
#top .sec_menu .menu .details .img_area {
	margin: 20px 0;
}
#top .sec_menu .menu .details .text_area {
	width: 90%;
	margin: 0 auto;
}
#top .sec_menu .menu .details .text_area .p1 {
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 0 0 5px;
	margin: 0 0 15px;
	font-size: 14px;
}
#top .sec_menu .menu .details .text_area ul {
	width: 100%;
	height: 200px;
}
#top .sec_menu .menu .details .text_area ul li {
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: clamp(0px, 3.2vw, 14px);
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
#top .sec_menu .menu .details .btn_area {
	width: 90%;
	max-width: 250px;
	margin: 0 auto;
}
#top .sec_menu .menu .details .btn_area .cv {
	width: 100%;
	margin: 0 0 5px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#top .sec_menu .menu .details .btn_area .cv.more {
	border: 1px solid rgba(255, 255, 255, 0);
}
#top .sec_menu .menu .details .btn_area .cv.more:hover {
	border: 1px solid rgb(255, 255, 255);
}
#top .sec_menu .menu .details .btn_area .cv.more:hover::before {
	opacity: 0;
}
#top .sec_menu .menu .details .btn_area .cv.more::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#top .sec_menu .menu .details .btn_area .cv.more p {
	color: #fff;
}
#top .sec_menu .menu .details .btn_area .cv.req {
	background: #c1aa8b;
}
#top .sec_menu .menu .details .btn_area .cv.req:hover {
	background: #fff;
}
#top .sec_menu .menu .details .btn_area .cv.rev {
	background: #c1c1c1;
}
#top .sec_menu .menu .details .btn_area .cv.rev:hover {
	background: #fff;
}
#top .sec_menu .menu .details .btn_area .cv.rev.for_space {
	height: calc(1.5em + 10px);
	background: transparent;
}
#top .sec_menu .menu .details .btn_area .cv a {
	position: relative;
	z-index: 10;
}
#top .sec_menu .menu .details .btn_area .cv p {
	padding: 5px 0;
	font-size: clamp(0px, 3.8vw, 16px);
	text-align: center;
}
@media screen and (max-width: 768px) {
	#top .sec_menu {
		padding: 50px 0;
	}
	#top .sec_menu .menu {
		width: 100%;
		margin: 0 auto 50px;
		max-width: 500px;
	}
	#top .sec_menu .menu .btn {
		margin: 0 auto 10px;
	}
	#top .sec_menu .menu .btn p {
		padding: 20px 10px;
	}
	#top .sec_menu .menu .details {
		width: 100%;
		margin: 30px auto 0;
		padding: 0 0 30px;
	}
	#top .sec_menu .menu .details .text.for_kyotogojo {
		height: auto;
		padding-top: 30px;
	}
	#top .sec_menu .menu .details .num {
		width: 30px;
		height: 30px;
		border: 5px solid #fff;
	}
	#top .sec_menu .menu .details .text_area {
		width: 90%;
		margin: 0 auto 20px;
	}
	#top .sec_menu .menu .details .text_area ul {
		height: auto;
	}
	#top .sec_menu .menu .details .text_area ul li {
		margin: 0 0 10px;
	}
	#top .sec_menu .menu .details .btn_area {
		width: 90%;
		max-width: none;
	}
	#top {
		/*@media screen end*/
	}
}
#top .sec_map {
	width: 100%;
	background: #1e1e1e;
	padding: 50px 0;
}
#top .sec_map .lead_box {
	margin: 0 auto 30px;
}
#top .sec_map .lead_box p {
	color: #fff;
	text-align: center;
}
#top .sec_map .map {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#top .sec_map .map .num {
	position: absolute;
	width: clamp(0px, 5vw, 60px);
	height: clamp(0px, 5vw, 60px);
	z-index: 10;
}
#top .sec_map .map .num1 {
	right: 49%;
	bottom: 27%;
}
#top .sec_map .map .num2 {
	right: 26%;
	bottom: 24%;
}
#top .sec_map .map .num3 {
	right: 49%;
	bottom: 17%;
}
@media screen and (max-width: 768px) {
	#top .sec_map {
		padding: 30px 0;
	}
	#top .sec_map .lead_box {
		margin: 0 auto 20px;
	}
	#top {
		/*@media screen end*/
	}
}
#top .sec_mg {
	width: 100%;
	background: #3f3f3f;
	padding: 100px 0;
}
#top .sec_mg .mg_map {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
#top .sec_mg .mg_map p {
	font-size: clamp(0px, 4.2vw, 24px);
	padding: 10px 0;
	text-align: center;
}
#top .sec_mg .mg_map .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#top .sec_mg .mg_map .flex .img {
	width: 50%;
	height: 350px;
}
#top .sec_mg .mg_map .flex .img .imgbox {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#top .sec_mg .mg_map .flex .img.mg {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	#top .sec_mg {
		padding: 50px 0;
	}
	#top .sec_mg .mg_map p {
		padding: 10px 0;
	}
	#top .sec_mg .mg_map .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#top .sec_mg .mg_map .flex .img {
		width: 100%;
		height: 250px;
	}
	#top {
		/*@media screen end*/
	}
}
/*# sourceMappingURL=top.css.map */