
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@500;700&display=swap');


.fade-right.sc,.fade-left.sc,.fade-bottom.sc {
  opacity: 1;
  transform: translate(0px, 0px);
}
.fade-bottom {
  opacity: 0;
  transition: .5s ease;
  transform: translate(0, 15px);
}
a.btn svg {
  fill: #fff;
  width: 19px;
  display: inline-block;
  position: relative;
  top: 5px;
  right: -7px;
}
a.btn.s2 {
  margin: 115px auto 0;
}
a.btn {
  max-width: 100%;
  position: relative;
  display: block;
  background: #8b1c21;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  margin: 0px auto 70px;
  font-weight: 500;
  width: 400px;
}
img.kurashi {
  margin-left: 3vw;
  width: 500px;
  filter: drop-shadow(2px 4px 6px #fff);
  max-width: 100%;
  margin-bottom: 30px;
}
p.cc i {
  font-weight: inherit;
}

p.cc i span {
  font-weight: inherit;
  font-style: normal;
  color: #bc1d23;
}
.type span {
  opacity: 0;
  transition: opacity 0.3s;
}
.type span.on {
  opacity: 1;
}
p.cc span {
  font-weight: inherit;
  color: #5a3619;
  line-height: 1;
}
p.cc {
  margin-left: 3vw;
  font-size: 66px;
  color: #5a3619;
  font-weight: 700;
  text-shadow: 0 0 30px #ffffffd9, 0 0 16px #fffffff7;
  line-height: 1;
}
div#mainv {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
a.back-to svg {
  display: inline-block;
  width: 20px;
  fill: #fff;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
a.back-to {
  position: absolute;
  right: 15px;
  background: #8b1c21;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  top: 15px;
  padding: 8px 20px;
  border-radius: 33px;
}

h3.contact:after {
  width: 40px;
  height: 2px;
  content: "";
  background: #8b1c21;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  bottom: -7px;
}

h3.contact {
  text-align: center;
  display: block;
  margin: 40px 0 25px;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}
div.c-inner h4:before {
  content: "●";
  color: #8b1c21;
  margin-right: 5px;
}
div.c-inner h4 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}
div.c-inner h4 span {
  font-size: 14px;
}

.contact {
  display: flex;
  gap: 5%;
  justify-content: center;
}
.right-pane img {
  position: relative;
  top: 16px;
}
.flex div {
  width: 48%;
}

.flex {
  display: flex;
  gap: 4%;
}
.bun h3 {
  background: #5d3718;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 20px;
}
.bun {
  width: 60%;
  background: #ffffffe6;
  position: absolute;
  bottom: -70px;
  right: 0;
  padding: 30px;
  box-shadow: 5px 5px 9px #0000001c;
}
.kihu img {
  width: 60%;
}

.kihu {
  margin-top: 60px;
  position: relative;
  margin-bottom: 90px;
}


#kenburns-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.kb-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: kenburns 4s ease-in-out infinite;
  display: none; /* 初期状態で非表示に設定 */
  z-index: 1; /* デフォルトのz-indexを低く設定 */
}
/* アクティブなスライドに高いz-indexを設定 */
.kb-slide.active {
  z-index: 2;
}

@keyframes kenburns {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}


.toha h3 {
  font-size: 24px;
  font-weight: 700;
  color: #d64616;
}
.toha {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  border: 2px dashed #d64616;
  margin-top: 30px;
}
p.spn-bold span {
  font-weight: 700;
}
p {
  font-size: 17px;
}
section.defoult.color {
  background: #f8f5e8;
}

h4.border:before {
  content: "";
  background: url(/nagoya-sentanrdc-lp/img/midashi.svg);
  width: 35px;
  height: 30px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 4px;
}
h4.border {
  border-bottom: 2px dashed #8a1d21;
  font-weight: 900;
  color: #5a3619;
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
h3.grad {
  font-weight: 750;
  font-size: 28px;
  background: linear-gradient(90deg, #8a1d21, #ca161d,#8a1d21);
  color: #fff;
  display: inline-block;
  padding: 6px 38px;
  border-radius: 100px;
  margin-bottom: 39px;
}
li.anc {
  display: none;
}

p.anc {
  font-size: 16px;
  position: absolute;
  right: 270px;
  top: 17px;
}
@media screen and ( max-width:1000px) {
.bun {
  position: relative;
  bottom: 0;
  width: 100%;
}
.kihu {
  margin-bottom: 0;
}
.kihu img {
  width: 100%;
  margin-bottom: 20px;
}

}
@media screen and (min-width:540px) and ( max-width:1000px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  p.anc {
    position: relative;
    right: 0;
    top: 0;
}
}

.page-width.center {
  text-align: center;
}
p.greet3 {
  text-align: right;
}

p.greet2 {
  padding-bottom: 15px;
}
p.kaisai {
  font-size: 1.3em;
  text-align: center;
}
p.disc {
  font-size: 18px;
  margin-top: 10px;
}

.pcnone {
  display: none;
}
br.pcnone{display: none;}
p.d-disc {
  margin-bottom: 15px;
}

h4.d-title {
  border-bottom: 1px dotted #9999;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
}

.video-wrap.dantai {
  list-style: none;
  margin: 0;
  border: 1px solid #d2c6b2;
  background: #fffdf9;
  padding: 20px 35px;
  border-radius: 30px;
  height: 100%;
}
h4.video-title {
  border-bottom: 1px dotted #9999;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
}

p.video-disc {
  margin-bottom: 30px;
}


.video-flex .video-wrap {
  width: 48%;
}
.video-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
ul.cat li a {
  background: #c53800;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
}

ul.cat li {
  width: 48%;
  margin-bottom: 18px;
}
ul.cat {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: left;
}

img {
  max-width: 100%;
}
h1.paget {
  font-weight: 600;
}
.paget-inner {
  max-width: 100%;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  background: #ffffffd9;
  padding: 20px 0;
}





li{
  font-size: 1em;
}

.embed-responsive a:focus {
  border: 8px solid red;
}

.embed-responsive a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.skip-link:focus {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
.skip-link {
  position: absolute;
  top: -26px;
  left: 0;
  display: inline-block;
  height: 1px;
  padding: 2px 10px;
  text-align: left;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  background: #c53800;
  transition: top .3s ease;
} 
a:focus, :focus ,button:focus{
  outline: -webkit-focus-ring-color auto 5px;
}
ul.katagata span:before {
  content: "?";
}

ul.katagata span {
  display: block;
}
.twitter {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 20px;
  max-width: 100%;
}

ul.katagata {
    margin-left: 22px;
}

h4.katagata:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #31781b;
}

h4.katagata {
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.1em;
  font-weight: 500;
}
.btn-wrap {
  text-align: center;
}
.right.img {
  font-size: 0;
}




ul.kikaku li:before {
  content: "●";
  color: #31781b;
  padding-right: 11px;
}
ul.kikaku li {
  font-size: 1.1em;
  margin-bottom: 5px;
}
ul.kikaku {
  list-style: none;
  margin: 0;
  border: 1px solid #d2c6b2;
  background: #fffdf9;
  padding: 20px 35px;
  border-radius: 30px;
  height: 100%;
}

img.center-photo {
  width: 100%;
}
div.left {
  margin-right: 4%;
}
div.left, div.right {
  width: 48%;
}
.split {
  margin-bottom: 20px;
  display: flex;
}

p.greet {
  text-align: center;
  margin: 0 0 20px;
}
h3.cbar {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.6;
}

h3.cbar:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  left: 50%;
  margin: 20px 0px 0 -30px;
  display: block;
  background-color: #db4a46;
}



ul#foot-nav li:last-child:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #b5b5b5;
  position: absolute;
  right: 0;
}

ul#foot-nav li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #b5b5b5;
  position: absolute;
  left: 0;
}
ul#foot-nav li {
  width: 15em;
  position: relative;
  text-align: center;
}
ul#foot-nav a {
  text-decoration: none;
  font-size: 1.1em;
}
ul#foot-nav {
  margin: 40px auto 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}
p.credit {
  text-align: center;
}
img.s-back {
  display: block;
  margin: 30px auto 0;
}
img.ill8 {
  position: absolute;
  right: -72px;
  width: 70px;
  top: 40px;
}
img.ill7 {
  width: 83px;
  position: absolute;
  left: -70px;
  bottom: 0;
}
img.ill6 {
  width: 88px;
  position: absolute;
  right: -117px;
  bottom: 30px;
}
img.ill5 {
  position: absolute;
  width: 132px;
  top: -30px;
  left: -122px;
}
img.ill4 {
  position: absolute;
  width: 77px;
  right: 0;
  bottom: 1px;
}
img.ill3 {
  width: 120px;
  left: -124px;
  top: 43px;
  position: absolute;
}

img.ill2 {
  position: absolute;
  right: 1px;
  top: 30px;
  width: 75px;
}
img.ill1 {
  width: 76px;
  position: absolute;
  top: -36px;
  left: 0px;
}
#page_top {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 50px;
  bottom: -110px;
  opacity: 1;
  border-radius: 100%;
  background: radial-gradient(#f34d54, #8a1d21 );
  cursor: pointer;
}

#page_top a:after {
  content: "";
  background: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  transform: rotate( 
45deg
);
  top: -17px;
  right: 25px;
}

#page_top a:before {
  content: "";
  background: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  transform: rotate(
-45deg
);
  top: -17px;
  left: 25px;
}
#page_top a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  position: absolute;
  font-size: 15px;
  display: block;
  bottom: 25px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}


img.mainv {
  width: 100%;
}

.embed-responsive a:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(/nagoya-sentanrdc-lp/img/youtube.svg) center center no-repeat;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  margin: auto;
}
.video-wrap {
  max-width: 100%;
  width: 800px;
  margin: 0 auto;
}
.embed-responsive a {
  cursor: pointer;
}

.embed-responsive{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-top: 56%;
	margin-bottom: 1em;
}
.embed-responsive iframe,
.embed-responsive img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;

	height: 100%;
	border: 0;
}



.f_bottom .left span:before {
  content: "";
  width: 17px;
  height: 20px;
  background: url(/nagoya-sentanrdc-lp/img/fb_logo.png) center center no-repeat;
  margin: auto;
  position: absolute;
  top: -2px;
  left: 0px;
}
a.opacity {
  color: #111;
  position: relative;
  text-decoration: none;

  padding-left: 24px;
}
.f_bottom .right {
  float: right;
  padding: 10px 10px;
  width: auto;
  font-size: 88%;
}
.f_bottom .left {
  float: left;
  padding: 10px 0;
  margin-left: 20px;
  font-size: 88%;
}


div.footer-wrap {
  background: #ffd9db;
  padding: 60px 0;
}
footer img.site-logo {
    margin: 0 auto;
    display: block;
}


section.defoult.gray {
  background: #fafafa;
}
p.center {
  text-align: center;
  font-size: 1.1em;
}
section.defoult {
  padding: 60px 0;
}
.frc {
  width: 100%;
  text-align: center;
  
  
}
img.cc2 {
  width: 650px;
  max-width: 90%;
  display: block;
  margin: 30px auto 0;
}
img.cc {
  width: 800px;
  max-width: 90%;
  margin: 0 auto 0;
  display: block;
}

p.ms {
  display: inline-block;
  font-size: 1.1em;
  margin-right: 14px;
}
.msize {
  position: absolute;
  right: 0;
  top: 25px;
}
button.big {
  color: #fff;
  font-size: 1.2em;
  padding: 5px 15px;
  border-radius: 10px;
  background: #c53800;
}
button.mid {
  background: #31781b;
  color: #fff;
  font-size: 1.2em;
  padding: 5px 15px;
  border-radius: 10px;
  margin-right: 7px;
}

ul#main-nav li.last a:after {
  width: 1px;
  height: 50%;
  content: "";
  background: #bbb;
  right: 0;
  position: absolute;
  top: 25%;
}
ul#main-nav li a:before {
  width: 1px;
  height: 50%;
  content: "";
  background: #bbb;
  left: 0;
  position: absolute;
  top: 25%;
}

ul#main-nav li a {
  position: relative;
  font-size: 1em;
  text-decoration: none;
  color: #111;
  padding: 10px 0;
  width: 100%;
  display: block;
}

ul#main-nav li {
  width: 25%;
  text-align: center;
}
.page-width{
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
img.site-logo {
  width: 260px;
  margin: 15px 30px;
  filter: drop-shadow(0px 0px 4px #fff9);
}
ul#main-nav {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  list-style: none;
  max-width: 100%;
}
header {
  font-size: 0;
  background: #ffffffc7;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.glay {
  background: #f4f2ee;
}
body {
  font-size: 16px;
}
* {
  font-weight: 500;
  line-height: 2.2;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}