@charset "UTF-8";

/* 2023.3.17　タブレット　ページトップサイズ変更 */


.navbar-nav > li > a {
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	padding: 0;
	line-height: 20px;
}

.nav > li > a {
	display: block;
	margin-top: 15px;
	position: relative;
}

@media (max-width: 1200px) {
  .btn-secondary,
  .tan > .btn-secondary,
  .fuku > .btn-secondary {
    width: 90%;
  }
}

.btn-default {
  color: #333333;
  background-color: transparent;
  border-color: #cccccc;
  border-width: 0px;
}

/* PC	*/
@media screen and (min-width: 1200px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		margin-top: 8px;
	}

  .fuku > .btn {
    font-size: 1.2em;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 4px;
    text-align: center;
  }

  .tan > .btn,
  .fuku > .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 4px;
    text-align: center;
  }

  .btn > .dropdown-toggle {
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 6px;
  }

  .btn {
    font-size: 1.6em;
		margin-bottom: -7px;
    background-color: transparent;
  }
  
	#page_top {
		width: 50px;
		height: 50px;
		position: fixed;
		right: 0;
		bottom: -50px;
		opacity: 0.8;
		border-radius: 50%;
	}
	
	#page_top a::before {
		font: var(--fa-font-solid);
		content: "\f102";
		font-size: 2em;
		color: #000000;
		background-color: transparent;
		position: absolute;
		width: 25px;
		height: 25px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
}

/* TAB */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: none;
  }
	
  .nav .btn {  
   width: 99%;
   text-align: left;
   margin-left: 0;
 	}

 .nav .btn-group .btn {
   width: 90%;
   text-align: left;
	}

 .nav .btn-group > .btn + .dropdown-toggle{
   width: 8%;
   text-align: center;
 }
 
	#page_top {
		width: 40px;
		height: 40px;
		position: fixed;
		right: 0;
		bottom: -50px;
		opacity: 0.8;
		border-radius: 50%;
	}
	
	#page_top a::before {
		font: var(--fa-font-solid);
		content: "\f102";
		font-size: 1.8em;
		color: #000000;
		background-color: transparent;
		position: absolute;
		width: 25px;
		height: 25px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}	
}

/*	SP	*/
@media screen and (max-width: 767px) {
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: none;
  }

  .btn-r2 {
    display: inline-block;
    padding: 8px 8px;
  }
	
  .nav .btn {  
   width: 99%;
   text-align: left;
   margin-left: 0;
 	}

 .nav .btn-group .btn {
   width: 90%;
   text-align: left;
	}

 .nav .btn-group > .btn + .dropdown-toggle{
   width: 8%;
   text-align: center;
 }
 
	#page_top {
    width: 30px;
    height: 30px;
		position: fixed;
		right: 0;
		bottom: -50px;
		opacity: 0.8;
		border-radius: 50%;
	}
	
	#page_top a::before {		
		font: var(--fa-font-solid);
		content: "\f102";
		font-size: 1.4em;
		color: #000000;
		background-color: transparent;
		position: absolute;
		width: 25px;
		height: 25px;
		top: 5px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5em 1em;
  font-size: 1.25em;
  line-height: 1.5;
  border-radius: 0.3em;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25em 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0.2em;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5em;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn a:hover {
  color: #ffffff;
  background-color: transparent;
  z-index: 1;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
