/*body { padding-top: 70px; }*/

a {
	text-decoration: none;
}

.min{
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.min02{
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

p,h1,h2,h3,h4,h5,a{
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.bg-grey-60{
	background-color: rgba(128,128,128,0.60);
}

.bg-grey{
    background-color: #262626;
}

.breadcrumb li a{
    color: #C0C0C0;
}

.breadcrumb li a:hover{
    color: #DBDBDB;
}

.breadcrumb-item + .breadcrumb-item::before  {
    color: white;
}

.breadcrumb-item + .breadcrumb-item  {
    color: white;
}



/*.nav_fix{
	position: fixed;
	top: 0;
	z-index: 5;
}*/
/* .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
 

@media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }*/

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

     /* .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }*/
      /*.bd-mode-toggle {
        z-index: 1500;
      }*/

.navbar{
	/*opacity: 0.8;*/
    background-color: #262626;
}

/*.nav{
	z-index: 3;
}*/

.swiper{
	z-index: 0;
}

.oya_top{
	position: relative;
	/*margin-top: -70px;*/
	z-index: 0;
}

.ko_top{
	position:absolute;
	top:28%;
	overflow-x: hidden;
	z-index: 2;
  /*left: 30%;*/
}

/*.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
  animation: zoomanime 5s linear 0s normal both;
}*/

/*@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}*/

.scroll_down{
  position:absolute;
  bottom:20%;
  right:49%;
  animation: arrowmove 1s ease-in-out infinite;
	z-index: 3;
}

@media (max-width: 991px){
	.scroll_down{
  right:48%;
  bottom:50px;
  
}
}

.scroll_down a{
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  text-decoration: none;
		z-index: 3;
}

.scroll_down .text {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
		z-index: 3;
}

.scroll_down .arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll_down .arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll_down .arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll_down .arrow:before,
.scroll_down .arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #ffffff;
}

.scroll_down .arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll_down .arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}

.top_h{
	font-size: 28px;
    font-weight:900;
}

@media (max-width: 991px){
	.top_h{
	font-size: 16px;
}
}

.h1_txt{
	font-size: 16px;
}

/***追従するトップへ戻るボタン***/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  color: #FFFFFF;
  /*background: rgba(255,255,255,0.30);*/
  padding: 10px;
  cursor: pointer;
  /*transition: .3s;*/
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

.back-to-top:hover{
	/* background: rgba(255,255,255,0.10);*/
    opacity: 0.6;
	color: #fff;
}

/*このクラスが付与されると表示する*/
.active1{
  opacity: 1;
  visibility: visible;
}

/***トップへ戻るボタンここまで***/

.bg-ft{
	background: url("../../image/bgft_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*お知らせ*/
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item div{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #A7A7A7;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

.button a {
    background: #eee;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #333;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}
/***お知らせここまで***/

.heading01 {
	position: relative;
	padding-top: 60px;
	/*padding-left: 25%;*/
	font-size: 22px;
	color: #000000;
	
}

.heading01 span {
	position: relative;
	z-index: 3;
}

.heading01::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: 30px;
	left: 20%;
	color: rgba(0,0,0,0.50);
	font-size: 42px;
	font-weight: 400;
	font-family: luxus-brut, cursive!important;
	font-style: italic;
	z-index: 2;
}

.heading02 {
	position: relative;
	padding-top: 60px;
	/*padding-left: 25%;*/
	font-size: 22px;
	color: #000000;
	
}

.heading02 span {
	position: relative;
	z-index: 3;
}

.heading02::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: 30px;
	left: 23%;
	color: rgba(0,0,0,0.50);
	font-size: 42px;
	font-weight: 400;
	font-family: luxus-brut, cursive!important;
	font-style: italic;
	z-index: 2;
}

.heading03 {
	position: relative;
	padding-top: 60px;
	/*padding-left: 25%;*/
	font-size: 22px;
	color: #000000;
	
}

.heading03 span {
	position: relative;
	z-index: 3;
}

.heading03::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: 30px;
	left:auto;
	color: rgba(0,0,0,0.50);
	font-size: 42px;
	font-weight: 400;
	font-family: luxus-brut, cursive!important;
	font-style: italic;
	z-index: 2;
}

@media screen and (max-width: 991px){
	.heading01::before,.heading02::before{
		left: 35%;
	}
}

@media screen and (max-width: 767px){
	.heading01::before,.heading02::before{
		left: 30%;
	}
}

@media screen and (max-width: 575px){
	.heading01::before,.heading02::before{
		left: 25%;
	}
}

@media screen and (max-width: 475px){
	.heading01::before,.heading02::before{
		left: 20%;
	}
}

@media screen and (max-width: 375px){
	.heading01::before,.heading02::before{
		left: 15%;
	}
}



.h_big_en {
	font-weight: 200;
	font-size: 16px;
	/*color: #272727;*/
}

.top_p_h{
	height: 200px;
}

@media screen and (max-width: 991px){
	.top_p_h{
	height: auto;
}
}

.parallax_content{
  min-height: 40vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.img_bg_01{
  background-image: url("../../image/top/top_concept.jpg");
	background-repeat: no-repeat;
     background-size: cover;
    min-height: 40vh;
    height: 60vh;
    background-position: center;
}

.img_bg_02{
  background-image: url("../../image/top/top_about.jpg");
	background-repeat: no-repeat;
     background-size: cover;
    min-height: 40vh;
    height: 60vh;
    background-position: center;
}

.ft-txt{
	color: white;
}

.ft-txt:hover{
	color: #8E8E8E;
}

.h2_menu {
	font-size: 24px;
}

.h2_menu span {
	display: flex;
	align-items: center;
	color: #444444;
	font-size: 18px;
	text-transform: uppercase;
}

.h2_menu span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #444444;
}

/*.font_02{
font-family: handsome-pro-classic, sans-serif;
font-weight: 400!important;
font-style: normal;
}*/

.icon_01{
	font-size: 25px;
	color: #FFFFFF;
}

.icon_01:hover{
	color: #5D6873;
}

.rspt {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.rspt th {
  width: 22%;
  background: #f4f4f4;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
.rspt td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

.rspt02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.rspt02 th {
  width: 40%;
  /*background: #f4f4f4;*/
 /* border: 1px solid #ccc;*/
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
.rspt02 td {
  background: #fff;
  /*border: 1px solid #ccc;*/
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: center;
}
@media all and (max-width: 600px) {
  .rspt th, .rspt td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .rspt tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}

@media all and (max-width: 600px) {
  .rspt02 th, .rspt02 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .rspt02 tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}

/*お知らせ*/

dl.news dt {
	clear: left;
	float: left;
	margin: 0;
	padding: 5px 0 5px 0.5em;
	width: 7em;
	/*    line-height:1.5em;*/
}

dl.news dd {
	font-weight: 200;
	margin: 0;
	padding: 5px 0.5em 5px 7em;
	border-bottom: 1px solid #CCC;
	/*    line-height:ã€€2em;*/
}

dl.news a {
	padding: 5px 20px 5px 0;
	color: #399CCD;
	text-decoration: none;
}

dl.news a:hover {
	text-decoration: none;
}

dl.news span {

	/*	padding-left: 1em;*/
	text-indent: -1em;

}

.h_big_border_white {
	font-weight: 300;
	font-size: 14px;
	color: #1E1E1E;
	background-color: #FFFFFF;
	border: solid 1px #313131;
	margin: 5px;
	padding: 5px;
}

.h_news {

	margin-top: 10px;
}
@media all and (max-width: 600px){
	dl.news dt {
	width: 100%;
	/*    line-height:1.5em;*/
}
	
	dl.news dd {

	padding: 5px 0.5em 5px 5px;
	
}
}


.text-shadow{
	text-shadow: 0 0 10px rgba(255,255,255,0.30);
}

.al01{
	margin-top:5rem;
}

@media all and (max-width: 767px){
	.al01{
	margin-top:0;
}
}

.bg-derk-50{
    background-color: rgba(38,38,38,0.50);
}

.link-white{
    color: white;
}

.link-white:hover{
    color: #A2A2A2;
}

.menu_text_oya{
  position: relative;
}

.menu_text{
  position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(0,0,0,0.70);
    width: 96%;
}

.hover_ef{
    
}

.hover_ef a{
    display: block;
    transition: all .3s ease-in-out;
}

.hover_ef a:hover{
    opacity: .8;
}

.under_line_dotted{
    border-bottom: dashed 2px #262626;
    
}

.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.list dt {
  display: inline-block;
  align-items: center;
  width: 60%;
 /* padding: 20px;*/
    font-weight: normal;
}

.list dt span{
  display:block;
    width: 100%;
  align-items: center;
    font-weight: normal;
}

.list dt:last-of-type,
.list dd:last-of-type {
  border: none;
}
.list dd {
  display: flex;
  align-items: center;
  width: 40%;
  margin-left: 0;
  /*padding: 20px;*/
  background-color: #fff;
}

.list dt,
.list dd{
    padding-bottom: 10px;
}

@media all and (max-width: 767px){
  .list dt,
.list dd{
   width: 100%;
}  
}