@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/

body{
  font-family: 'Noto Sans JP', sans-serif;  
}

h1{
    font-weight: 900 !important;
}

.h5 {
    line-height: 1.8rem;
}
.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}

.kyousai{
    font-size: 1rem;
    font-weight: 800;
}

.kaisoku{
    padding: 0.75rem;
    border-top:none !important;
}

.row-r {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ryaku{
    font-size: 0.75rem;
}

.pb-5, .py-5 {
    padding-bottom: 8rem!important;
}
.pt-5, .py-5 {
    padding-top:8rem!important;
}


.navbar-dark .navbar-nav .nav-link {
    color: #ffffff!important;
}


.bg-secondary {
    background-color: #000000!important;
}

.new{
    color: #FF0004;
    padding-left: 10px;
    font-family: 'Luxurious Script', cursive;
    font-size: 1.75rem!important;
}

.pc-on{
    display: block;
}

.logo {
	max-width: 120px;
    height: auto;
}


.news-hover{
    color: #000000;
    border-bottom: #000000 solid 1px;
        display: inline-block;
    margin-bottom: 2rem;
   
}

#sec5 h2{
    font-size: 1.75rem;
    font-weight: 800!important;
}
.news-hover:hover{
    color: #dab300;
    border-bottom: #dab300 solid 1px;
}

.bg-black{
    background-color: #000000;
}


.address{
   max-width: 400px;
    margin: 0 auto;
}

.text-danger {
    color: #000000!important;
}
.btn-outline-danger {
    color: #dab300;
    background-color:#F8F9FA!important;
    background-image: none;
    border-color: #000000;
}
a.text-danger:hover {
    color: #dab300!important;
}
.btn-outline-danger:hover {
    background-color:#F8F9FA!important;
    background-image: none;
    border-color: #dab300;
}

.btn-danger {
    color: #fff;
    background-color: #000000;
    border-color: #ccc;
}

.btn-danger:hover {
    color: #fff;
    background-color: #dab300;
    border-color: #ccc;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #dab300;
    border-color: #ccc;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #dab300!important;
    background-color: #F8F9FA!important;
    border-color: #dab300!important;
}



.footer-copy{
    height: 150px;
    position: relative;
}

.copy{
    font-size: 1rem;
    color: #000000;
    position: absolute;
    top: 22%;
    left: 50%;
    transform:translateX(-50%);
   
}

.subtitle{
  font-family: 'Corinthia', cursive;
font-size: 3.5625rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #dab300!important;
}

.sec5-inner-txt{
   font-size: 1.125rem;
    font-weight: 700;
}



a.text-danger:focus {
    color: #dab300!important;
    background-color: #F8F9FA!important;
    border-color: #dab300!important;
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
     box-shadow: 0 0 0 0 rgb(220 53 69 /  0) !important;
}

.btn.focus, .btn:focus {
    outline: 0; 
   box-shadow: 0 0 0 0 rgb(220 53 69 /  0)!important;
}









/* ====== カラー指定 ====== */
.brand-color {
	color: #21386E !important;
}
.bg-brand-color {
	background-color: #000000 !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
	color: #fff;
}
/* ====== FOOTER ====== */
.footer-logo {
	width: 20%;
}
.social img {
	width: 36px;
	height: 36px;
}
/*footer {
	padding-bottom: 100px;
}*/
.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: #21386E;
}
/*----------------------------
  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;
}
.wh-100 {
    width: 100%!important;
   
}   
/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
    display: block!important;
	background-image: url(../img/bg-top.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
header .jumbotron-fluid-sp{
   display: none;
   
}
header .catch {
	width: 90%;
	bottom: 45%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi {
	min-height: 100%;
}



/* ====== PROCESS ====== */
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #21386E;
	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 .circle-q, #sec6 .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
}
#sec6 .circle-q {
	background: #21386E;
	color: #ffffff;
	padding-top: 2px;
}
#sec6 .circle-a {
	background: #ffffff;
	color: #21386E;
	border: 3px solid #21386E;
}
.schedule-img {
    width: 75%;
}
/* ==============================================*/
/* 中デバイス（タブレット, 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;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 8888;
	top: 0;
	/* ナビバーの高さ */
	/*bottom: 10%;*/
	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;
}
    
.navbar-dark .navbar-toggler-icon {
   position: relative;
    z-index: 9999;
}    
    
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
 .wh-100 {
    width: 100%!important;
    height: 95vh!important;
}   
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.logo {
	width: 80%;
}
.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;
}
    
    .sp-mb-0{
        margin-bottom: 0!important;
    }    
  .row {
    flex-direction:column-reverse;
    
}      
 .row-r {
    flex-direction:column-reverse;
    
}   

    .sp-ptb-5{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }    
    
  .sp-pb-5{
        padding-bottom: 5rem!important;
    }    
    
    
    
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
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;
    }  
    
  .pc-on{
    display: none;
}

    
}






/* 会則
==============================================*/



h4.heading {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    color: #fff;
    background: #000000;
}

.k-inner{
  padding: 0;
  margin: 3rem auto 0;
  line-height: 2;
  font-size: 1rem;
  overflow: hidden;    
}
.k-inner p{
  padding: 0px 15px 14px;
}

p.k-title {
    clear: both;
    margin-bottom: 15px;
    padding: 4px 15px;
    background: #000000;
    border: solid 1px #ccc;
    color: rgba(255,255,255,1.00);
    font-size: 1rem;
    font-weight: bold;
}
p.k-sub-title {
    border-left: #000000 5px solid;
    width: 800px;
    padding: 0 0 0 15px !important;
    font-size: 1rem;
    margin: 5px 0;
    box-sizing: border-box;
    font-weight: bold;
    
}
.ml-1 {
    margin-left: 1rem
    
}
dl {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.k-txt-mt-10{
    margin-top: -10px;
}
.mt0{
 margin-top: 0;   
}
dt {
    display: block;
    width: 25px;
    clear: left;
    float: left;
}
dd {
    display: block;
    width: 90%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.dai8 {
    margin: -20px 0 0;
}




/* 極小デバイス（縦向きモバイル, 414px 未満）
==============================================*/
@media screen and (max-width: 414px) {
.kyousai {
    font-size: 0.625rem;
    font-weight: 800;
} 
    
 .sp-py-3 {
     padding-top: 3rem!important; 
      padding-bottom: 3rem!important; 
}   

    
    
    
header .catch {
    bottom: 50%;
}    
 .h1, h1 {
    font-size: 20px!important;
}  
 .h2, h2,.new,h4.heading {
    font-size: 18px!important;
}   
h5  {
    font-size: 16px!important;
}       
.rounded  {
    font-size: 14px!important;    
    }    
    p , .h5,.table td, .table th,.k-inner {
    font-size: 12px!important;    
    }   
    .copy {
    font-size: 10px!important;  
        top: 32%;
    }   
h1.display-3 {
    font-size: 1.4375rem!important;
}    
header .catch h2 {
    font-size: 18px;
}    
dd {
    width: 80%;
}    

    .sp-ml-3{
        margin-left:1rem!important;
    }    
    
   #sec5 h2 {
    padding-top: 2rem!important;
} 
    .sp-ptb-2{
            padding-top: 2rem!important;
    padding-bottom: 2rem!important;
    }   
     .sp-pb-2{
 
    padding-bottom: 2rem!important;
    }   

header .jumbotron-fluid{
   display: none;
   
}
header .jumbotron-fluid-sp {
    display: block;
    background-image: url(../img/bg-top-sp.jpg);
    background-size: cover;
	background-position: center;
	min-height: 100%;
   
}
.sp-py-0{
    padding-top:0!important;
}
    .btn-group-lg>.btn, .btn-lg {
    font-size: 1rem;
}
 .nav-link {
    display: block;
    padding: 0.5rem 1rem!important;
}  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
} 
/* END */
