@charset "utf-8";
/* CSS Document */
.section-half-background-image-container .image-column{position:absolute;display:block;top:0;z-index:0;bottom:0;width:50%;background-size:cover;background-repeat:no-repeat;background-position:top}

.navbar-inverse {
  background: #fbfbfb42;
}
#index h1{
	text-shadow:2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
p.sub-ex{
	color: #333;
	text-shadow:2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
h1{
	font-size:64px;
}
h2{
	font-size:38px;
}
h4{
	font-size:19px;
	margin-top:26px;
	color:#396;
	font-weight:bold;
}
a{
	color: #585858;
}
a:hover{
	text-decoration:none;
}
#about a:hover, .sub-ex a:hover{
	text-decoration:underline;
}
.sp{
	display:none;
}
.background-image-container{
	background-position:center;
}
.section-label p {
    width: 300px;
}
.img-responsive {
    margin: auto;
}
p{
	line-height:1.5;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.section-container-spacer{
	padding:25px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.bg-set{
	padding:30px 0;
}
.second-background-image-container{position:relative;text-align:center;background-size:cover;background-repeat:no-repeat;background-position:center;padding:12% 0}
.pt-1, .py-1 {
    padding-top: 0.5rem !important;
}
.pb-1, .py-1 {
    padding-bottom: 0.5rem !important;
}
.pr-3, .px-3 {
    padding-right: 2rem !important;
}
.pl-3, .px-3 {
    padding-left: 2rem !important;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-pill {
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.text-center {
    text-align: center !important;
}
.col-md-2 {
    flex: 0 0 16.666667%;
}
.ft-3 .h5{
	font-weight:bold;
}
/*--  診療カレンダー  --*/
.shinryo-calendar-table{
     width:90%;
     margin:auto;
	 border-collapse:collapse;
}
.shinryo-calendar-table th, .shinryo-calendar-table td{
    padding:10px;
	text-align:center;
	border:2px solid #ffffff;
}

.shinryo-calendar-table, .calendar-month h4{
    font-family:"Lucida Console", Monaco, monospace;
	font-weight:bold;
}
.calendar-month{
	margin: auto;
}
.footer-container{
	padding:40px 0 10px 0;
}
.footer-container a:hover{
	text-decoration:underline;
}
.aka-ao{
	width: 50%; 
	margin:30px; 
	clear: both;
}

/*--  下層ページのナビ部分  --*/
 
.navbar-header::before {
    content: "　鈴木接骨院";
    font-size: 1.8em;
    top: 20px;
    position: relative;
    color: white;
}
.close{
	display:none;
}
.below-nav_color {
    background-color: #8acfc5;
}
.navbar-right {
    margin-top: 20px;
}
.down_menu{
	position:relative;
	display:inline;
}
.down_list{
	 list-style-type:none; 
	 position:fixed; 
	 padding:10px; 
	 background-color: #8acfc5;
	 display:none;
}
.down_menu a:hover{
	display:block !important;
}
.down_list a{
	display:block;
	color:#ffffff;
	padding:3px;
}
.navbar-nav li a:hover, .down_list li a:hover{
	border-bottom:#fff solid 1px;
}
.sejyutusho-name{
	font-size:26px;
	color:#FFF;
	width: 30%;
	margin-top: 25px;
	position: fixed;
}


/*--  自作のアイコンをsvgフォントとして  --*/
@font-face {
  font-family: 'ahaki';
  src:  url('fonts/ahaki.eot?ozp3qa');
  src:  url('fonts/ahaki.eot?ozp3qa#iefix') format('embedded-opentype'),
    url('fonts/ahaki.ttf?ozp3qa') format('truetype'),
    url('fonts/ahaki.woff?ozp3qa') format('woff'),
    url('fonts/ahaki.svg?ozp3qa#ahaki') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ahaki' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-injured:before {
  content: "\e901";
}
.icon-sejutu:before {
  content: "\e902";
}
.icon-device-desktop:before {
  content: "\e900";
}
.icon-folder-plus:before {
  content: "\e931";
}
/*--  ここまで   --*/

/*--  スタッフ紹介   --*/
.border-zebra {
    border: #66c0b3 2px solid;
	padding:0 15px;
	margin-bottom:10px;
}
/*--  施術の流れ   --*/
.under-line{
	border-bottom: #9febd2 1px solid;
}

/*--  施術所案内   --*/
.border-ccc {
    border: #ccc 2px solid;
	padding:15px;
	margin-bottom:10px;
}
figcaption{
	margin-top:5px;
}

/*--  スポーツによる外傷   --*/
.bg-set{
	background:url(images/sport_00.jpg); background-repeat:no-repeat; background-position:right center;
}
.space-ud{
	padding:30px 0;
}

/*--  Q＆A   --*/
dl{
	padding:10px 0;
}
dt{
	line-height:2;
}
dd{
	margin-left:10px;
}

	
/*--  dropdown menu   --*/

@media (min-width:1100px){
.contact-block-container {
	top: 15%;
	right: 8%;
}
}

@media (max-width:480px){
	#about p, #about .strong-point, #about h2{
		text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
	}
	.section-container {
		padding: 20px 0;
	}
	.section-container-spacer {
		margin-bottom: 0;
	}
	.section-half-background-image-container .image-column {
		background-position:right;
		width: 100%;
		opacity: 0.6;
	}  
	h2{
		font-size:28px;
	}
	 h3 {
  		font-size: 20px;
	 }
	.sample-btn{
		font-size:14px;
	}
	.hp{
		display:none;
	}
	.sp{
		display:block;
	}
.navbar-header::before {
    content: "鈴木接骨院";
    top:5px;
    position: absolute;
    color: white;
	float:left;
	left:10px;
}
.overlay {
    bottom: 80%;
}
.close{
	display:block;
}
.badge {
	margin-left: 4em;
}
	
h1{
	font-size:32px;
	padding:40px 0;
}
#index h1{
	font-size:36px;
	padding:10px 0;
}
h2{
	font-size:30px;
}
.second-background-image-container{
	height:200px !important;
}

/*--  フッターカレンダー  --*/

.shinryo-calendar-table th, .shinryo-calendar-table td {
    padding: 8px;
}
.aka-ao{
	width:100%;
}

/*--  スポーツによる負傷  --*/
.bg-set{
	background:url(images/sport_00sp.jpg); background-repeat:no-repeat; background-position:right center;
}
.onbg-font-white p{
	color:#ffff;
}

/*--  FAQ  --*/
.space-ud img{
	width:100%;
}
.space-ud .col-xs-2{
	padding-right: 0;
}

.moushikomi-form td{
	display:block;
	width:100%;
}
input, select, textarea{
	width:100%;
}

}
/* Medium screens - タブレット */
@media only screen and (min-width: 40.063em) {
	/* スポーツによる外傷 */
	.onbg-font-white p{
		 text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
	}
	
} /* 最小幅641px、Mediumスクリーン */
 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	#index .navbar-inverse {
		background-color: #f9f6f63d;
	}
	.tab-land{
		flex-wrap:nowrap;
	}
	.shinryo-calendar-table th, .shinryo-calendar-table td {
		padding: 5px;
	}
	.navbar-right{
		margin:10px auto 0 10px;
		font-size:15px;
		float:left !important;
	}
	.white-text-container h1{
		font-size:42px;
		margin-top:46px;
	}
	#about p, #about .strong-point, #about h2{
		text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
	}
	.contact-block-container {
		position: relative;
		background-color: #f4f4f4;
		padding-left:5%;
		right:0;
	}
	
	
} /* 最小幅641pxおよび最大幅1024px、タブレット専用のスタイル */


/*--  suzukisekkotu カスタマイズ  --*/

h6{
	float:left;
	padding-right:5px;
	color: #e49128;
	margin:0;
}
.font14{
	font-size:14px;
}
#about .text-column {
  padding: 20px 20px 20px 40px;	
}
.section-half-background-image-container {
  padding: 30px 0 40px;
}
.strong-point ol{
	margin:10px auto 15px;
}
.strong-point ol li{
	margin-bottom: 8px;
}


/*--  フッターカレンダー  --*/
.shinryo-calendar-table th:nth-child(7), .shinryo-calendar-table td:nth-child(7) {
	color:#130dd0;
	font-weight:bold;
}

/*--  料金表   --*/
.price-list{
	width: 100%;
	padding: 10px;
	display: inline-block;
}
.price-list tr{
	padding: 10px;
	display: block;
}
.price-list td{
	width:300px;
}
.price-list td:first-child{
	text-align:right;
}

.price-lists tbody, .price-lists th{
	 border:#66c0b3 solid 2px;
	 border-collapse:collapse;
	 padding:6px;
}
.price-lists th{
	 background:#dbf9f4;
}
.price-lists td{
	 border:#66c0b3 solid 1.5px;
	 padding:6px;
}

