@charset "UTF-8";
body {
  font-size: 1rem;
  background: #fff; }
#contents {
  padding-top: 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;}
  #contents img {
    object-fit: cover;
    max-width: 100%; }
  #contents a img {
    vertical-align: bottom; }
  #contents .inner {
    width: 66.6666666667vw;
    max-width: 1280px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #contents .inner {
        width: 100%;
        max-width: 100%;
        padding-inline: 15px; } }
  #contents p {
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    color: #fff; }
.back-to-top {
  width: auto; }
.fadeInTrigger {
  opacity: 0; }
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }
@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#contents a.btn{
	position: relative;
}
#contents a.btn:after{
	position: absolute;	
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 9px solid #555555;
  border-right: 0;
}
@media screen and (max-width: 768px) {
	#contents a.btn:after{
		border-top: 1.5vw solid transparent;
		border-bottom: 1.5vw solid transparent;
		border-left: 1.8vw solid #555555;
	}
}
#contents .kv p.notes{
	color: rgba(255,255,255,0.9);
	font-size: 0.7em;
	font-family: "Noto Sans Japanese";
	line-height: 1.6em;
}
@media screen and (max-width: 768px) {
	#contents .kv p.notes{
		margin-top: 7.8125vw;
		font-size: 10px;
		text-align: left;
	}
}
.kv,
.sodankai,
.tenjijo{
	background: url("../img/bg.jpg");
	background-size: contain;
	text-align: center;
}
.kv{
	padding-top: 30px;
}
@media screen and (max-width: 768px) {
	.kv{
		padding-top: 15px
	}
}
.facade-photo{
	margin-top:  40px;
}
@media screen and (max-width: 768px) {
	.facade-photo{
		margin-top:7.8125vw;
	}
}
.obi01 {
	background: #221815;
	padding: 30px 0;
}
.sodankai{
	padding-top: 60px;
}
.obi01,.obi02 {
	background: #221815;
	text-align: center;
}
.obi01 {
	padding: 30px 0;
}
#contents .obi01 a.btn{
	display: block;
	max-width: 420px;
	background: #fff;
	padding: 0.6em;
	margin: 1em auto 0;
	border-radius: 50px;
	color: #000;
	font-size: 1.4em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#contents .obi01 a.btn{
		width: 80%;
		font-size: 4.16666666666vw;
	}
}
.obi02 {
	padding: 10px 0;
}
.tenjijo .inner{
	padding: 60px 0;
}
@media screen and (max-width: 768px) {
	.tenjijo .inner{
		padding: 10.416666666vw 0;
	}
}
.tenjijo ul{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.tenjijo ul{
		margin-top: 10.416666666vw;
		gap:15px;
		row-gap: 6.51041666666vw;
	}
}
.tenjijo ul li{
	width: calc(( 100% - 20px*3 ) / 4);
}
@media screen and (max-width: 768px) {
	.tenjijo ul li{
		width: calc(( 100% - 15px ) / 2);
	}
}
.tenjijo ul li img{
	width: 100%;
	margin-bottom: 16px;
}
#contents .tenjijo ul li a.btn{
	display: block;
	background: #221815;
	padding: 8px 10px;
	margin: 8px auto;
	border-radius: 50px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#contents .tenjijo ul li a.btn{
		font-size: 3.125vw;
	}
}
#contents .tenjijo ul li a.btn.reserve{
	background: #ffe47a;
	color: #000;
}
#contents .tenjijo ul li a.btn:after{
	right: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
@media screen and (max-width: 768px) {
	#contents .tenjijo ul li a.btn:after{
		border-top: 1vw solid transparent;
		border-bottom: 1vw solid transparent;
		border-left: 1vw solid #fff;
	}
}
#contents .tenjijo ul li a.btn.reserve:after{
  border-left: 6px solid #555555;
}
