@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
body{
  font-family: ""Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}
.h5 {
    line-height: 1.8rem;
}
.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .9);
}

/* ====== カラー指定 ====== */
.brand-color {
	color: #d2b48c !important;
}
.bg-brand-color {
	background-color: #d2b48c !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
	color: #fff;
}
/* ====== FOOTER ====== */
.footer-logo {
	width: 30%;
}
.social img {
	width: 36px;
	height: 36px;
}
footer {
	background-color: rgba(0, 0, 0, .08);
}
.time-border {
   border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #d2b48c;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
	background-image: url(../img/webp/header.webp);
	background-size: cover;
	background-position: center;
	min-height: 100%;
  background-color: #000;
}
header .jumbotron-fluid-left {
	width: 30%;
  height: 100%;
  top: 0;
  background-color: #fff;
  z-index: 2;
  position: absolute;
}
header .catch {
	top: 2%;
  left: 50%;
  margin-left: -47.5%;
}
header .g-navi {
	min-height: 100%;
}
.logo {
	width: 10vw;
}
.logo2 {
	width: 22vw;
}
.logo3 {
	width: 480px;
  max-width: 95%;
}
.bg-top_sp {
	display: none;
}

[data-animation="kv-fade"] {
	opacity: 0;
}

[data-animation="kv-fade"].js-kv-fade {
	-webkit-animation-name: fadeInKv;
	animation-name: fadeInKv;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 0;
}

[data-animation="kv-fade"].js-kv-fade.slide {
	-webkit-animation-name: slideInKv;
	animation-name: slideInKv;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 0;
}

#sec1{
  background-color: rgba(0, 0, 0, .08);
}

#sec4 .iframe-box {
	width: 100%;
	height: 0;
	padding-top: 56.25%;	/*マップの高さを増やしたい場合は、ここの数値を上げ*/
	position: relative;
	overflow: hidden;
}
#sec4 .iframe-box iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
/* ====== PROCESS ====== */
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #d2b48c;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#sec5 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}

#sec6{
  background-color: rgba(0, 0, 0, .08);
}
#sec6 .row{
  background-color: #fff;
}
#sec6 .square {
	width: 60px;
	height: 60px;
	background: #d2b48c;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#sec6 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}
/* --------------------------------------------- */
.row.a_cntr {
  align-items: center;
}
/* ==============================================*/
/* 大デバイス（1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
.row.a_cntr {
  align-items: center;
}
}

/* END */
/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
#glovalNavbar ul li {
	border-left: none;
}
#glovalNavbar ul li:last-child {
	border-right: none;
}
.footer-nav ul li {
	border-left: none;
}
.footer-nav ul li:last-child {
	border-right: none;
}
.row.a_cntr {
  align-items: center;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 9999;
	top: 0;
	/* ナビバーの高さ */
	bottom: 46%;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
  opacity: 0.9;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.logo {
	display: none;
}
.bg-top_sp {
	display: block;
}
.row.jc_c {
  justify-content: center;
}
.photo_sp{
  max-width: 70%;
}
.bg-top {
	display: none;
}
.logo2 {
	width: 300px;
  margin-top: 1.9vw;
}
.display-3 {
	font-size: 3rem;
}
.footer-logo {
	width: 80%;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}

.h1, h1 {
    font-size: 6vw;
}
.h2, h2 {
    font-size: 5vw;
}
.h3, h3 {
    font-size: 4vw;
}
.h4, h4 {
    font-size: 4vw;
}
.h5, h5 {
    font-size: 3.7vw;
}

}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
.logo {
	width: 76%;
}
header .catch {
	bottom: 10%;
}
header .catch .h1 {
	font-size: 2rem;
}
header .catch h2 {
	font-size: 1rem;
}
.schedule-img {
    width: 100%;
}
form .border-top,
    form .border-bottom {
        border: none !important;
    }    
}

.anim_fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 1.0s ease-out 0s;
}

.anim_fade.anim_end {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anim_flow {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 1s ease-out 0s, width 1s linear 0s, -webkit-transform 1s ease-out 0s;
  transition: opacity 1s ease-out 0s, transform 1s ease-out 0s, width 1s linear 0s;
  transition: opacity 1s ease-out 0s, transform 1s ease-out 0s, width 1s linear 0s, -webkit-transform 1s ease-out 0s;
}

.anim_flow.anim_end {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
}
/* END */
