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

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

/* ====== カラー指定 ====== */
.brand-color {
	color: #21386E !important;
}
.bg-brand-color {
	background-color: #21386E !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: 5%;
}
.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;
}



/* ====== PROCESS ====== */
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #35B2C1;
	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: 9999;
	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;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
}

/* 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;
}
}






/*contents  PC
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	width:100%;	/*幅。header #innerや#menubarの980pxからここのpadding(左右の合計幅)を差し引いた数字で設定するといい。*/
	padding:0;
	margin: 0px auto;
	overflow: hidden;
}

/*main  PC
---------------------------------------------------------------------------*/
#main {
	width:100%;	/*幅*/
	padding:0;
	margin: 0px auto;
	text-align: center
}



/* contents  画面幅980px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:1780px){
/*contents
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin:0;
	padding:0
}

/*main
---------------------------------------------------------------------------*/
#main{
	float: none;
	width: auto;
}

#main img{
	max-width : 100%
}
}




/* contents  画面幅980px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:980px){
/*contents
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin:0;
	padding:0;
    font-family: "Century Gothic", Arial,"ヒラギノ角ゴ Pro W3", "メイリオ";
}

/*main
---------------------------------------------------------------------------*/
#main{
	float: none;
	width: auto;
}

#main img{
	max-width : 100%
}
}




/* contents  画面幅768px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:768px){
/*contents
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin:0;
	padding:0;
    font-family: "Century Gothic", Arial,"ヒラギノ角ゴ Pro W3", "メイリオ";
}

/*main
---------------------------------------------------------------------------*/
#main{
	float: none;
	width: auto;
}

#main img{
	max-width : 100%
}
}




/*contents  画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*contents
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin:0;
    font-family: "Century Gothic", Arial,"ヒラギノ角ゴ Pro W3", "メイリオ";
}

#main img{
	max-width:100%
}
	
#main img a:hover{
	max-width : 100%
}
}


.for_pc { display:none;}

 
@media screen and (min-width:480px) { 
.for_mb {
	display:none;
}
.for_pc {
	display:inline;
}

}	


.topmoji_for_pc { display:none;}

 
@media screen and (min-width:480px) { 
.topmoji_for_mb {
	display:none;
}
.topmoji_for_pc {
	display:inline;
}

}


table.outline {
  border-collapse: collapse;
  width:100%;
  margin:0 auto;
  padding:0;
  text-align:center;
font-size: 16px;
font-family: "Century Gothic", Arial,"ヒラギノ角ゴ Pro W3", "メイリオ";
}

table.outline th,
table.outline td {
  padding: 10px;
  border: #797d7d solid 1px;
  text-align:left;
background-color: #FFFFFF
}

table.outline th {
  background-color: #a2a7a7;
  text-align: center;
  width:20%;
	font-weight: normal;
	color: #FFFFFF
}


@media screen and (max-width: 480px) {
table.outline {
    border-top: 1px solid #999;
	margin:0;
	padding:0;
	text-align:center;
    font-family: "Century Gothic", Arial,"ヒラギノ角ゴ Pro W3", "メイリオ";
}
 
table.outline td {
    display: block;
    text-align: left;
}

table.outline th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	box-sizing:border-box;
	padding:0 10px;
}
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}
#header h1{
	padding-top: 5px;
}


@media only screen and (max-width: 799px){
    
	#header{
		
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 50px;
		background: #fff;
	}
	
	#header h1{
		padding-top: 0;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 30px;
		width: auto !important;
	}
}



/* Gallery Configuration */

.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
 
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  
}
.project:hover .overlay {
  
}

.desc {
	margin-top: 25px;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* END */

