/*
===========================
ボクシング　CONTENTS:

01 General
02 Typography
03 Misc
04 Navbar
05 top
05-1 gym carousel
06 Page sections
07 Footer
08 Teble,box
09 Icons
10 Buttons
11 Media queries
===========================
*/

/* =========================================================
01. General
============================================================ */
html {
	font-size: 62.5%;
}

div, article, section, header, footer, nav, li {
	position:relative;
}

body {
	background:#fff;
	color: #222;
	font-size: 1.8rem;
	font-weight:300;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 60px;
}

.row {
	margin-bottom: 20px;
}

.spaced-hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}



/* faqで使用している破線 */
.bar2 {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}

/* 追従ボタン*/
#bucktop {
	width: 45px;
	position: fixed;
	z-index: 1;
	bottom: 30px;
	right: 30px;
}

/* サブページ見出し */
.midashi {
  position: relative;
	min-height:200px;
}

.midashi h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size:  5rem; 
  font-weight: bold;
  color: #444;
  border-bottom: 3px solid #444;
  }

@media (max-width: 980px) {
 .midashi h1 {
margin-top: 50px;
}	
}
/* サブページ見出し */

.width-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.width-center800 {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	margin-top: 20px;
}

.width-center650 {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	margin-top: 20px;
}

.width-center400 {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	margin-top: 20px;
}

.yohaku {
	margin: 20px;
	
}

.shitaji-lightgrey {
	width: 100%;
	background-color: #eeeeee;
	margin: 30px 0;
	padding: 15px 0 30px;
}

/* テキストマーカー */
.marker_yellow_hoso {
background: linear-gradient(transparent 70%, #FFE066 80%);
}

/* pc、スマホで見たときの画像表示 */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* ipad画像でも、画面の枠からは飛び出ないよう防止 */
@media only screen and (max-width: 768px) {
img { max-width: 100%; }
}




/* =========================================================
02. Typography
============================================================ */

p {
	line-height: 2.8rem;
	margin: 0 0 10px 0;
}

ul, ol {
	font-size: 1em;
	line-height: 1.5em; 
	margin: 0 0 1.5em 0;
}

.not_test :not(li) {
  list-style:none;
}

li {
padding-top: 0.5em; 
padding-bottom: 0.5em; 	
}

.list_red:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #CC3333;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	 position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

ol li {
  list-style-type: decimal;
  margin: 0px 0  0px 2em;
}


a {
  text-decoration: none;
  color: #222
}

a:hover, a:active {
	text-decoration: none;
}


 h1,h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #312f2b;
	line-height:1.4em;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -1px;
}

h2 {
	font-size: 3.2rem;
	margin-top:30px;
	margin-bottom:10px;
}

h3 {
	font-size: 3rem;
	margin-top:30px;
	margin-bottom:10px;
	line-height:40px;
	text-align: center;
}

h4 {
	font-size: 2.4rem;
	margin-bottom:20px;
	padding-top: 3rem;
}

h5 {
	font-size: 2rem;
	margin-bottom:15px;
}

h6 {
	font-size: 1.8rem;
	margin-bottom:10px;
}

strong {
	font-weight:700;
}

small {
	font-size: 0.75em; /* 12px */
	line-height: 2; /* 24px */
	margin-top: 2em;
	margin-bottom:0em;
}

.large {
	font-size: 2rem;
	font-weight: bold;
	color: #ddd;
	line-height: 3rem;
	margin: 10px 0 0 10px;
}

.large1 {
	font-size: 2rem;
	font-weight: bold;
	color: #222;
	line-height: 3rem;
	margin: 10px 0 0 10px;
}

.large-bold {
	font-weight: bold;
	color: #CC3333;
	line-height: 3.4rem;
	margin-top: 15px;
}

.white {
	color: #ffffff;
}

.narrow {
	margin: 10px 0 15px 0;
	color: #ddd;
	font-size: 2.5rem;
}

.phone {
		font-size: 3rem;
		color: #ddd;
		margin:15px 0;
	    letter-spacing: 1px;
}

logo {
		font-size: 0.5rem;
		color: #0b333f;
}

.left {
    padding-left: 25px;
}

/* 影文字 */
.impressed {
	text-shadow:
 -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}

p.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
 
/* =========================================================
03. Misc
============================================================ */

.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.medium {
	font-weight: normal;
}

.flex {
  display: flex; /*横並び*/
}

figure {
	text-align: right;
}
figcaption {
    font-size: 1.8rem;
    line-height: 2rem;
    padding-top: 5px;
}

/* テキストマーカー */
.marker_yellow_hoso {
background: linear-gradient(transparent 70%, #FFE066 80%);
}


/* マウスをのせると要素が浮く */
.img_wrap{
  width: auto;
  height: auto;
  transition-duration: 0.3s;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
}
.img_wrap:hover{
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  transform: translateY(-5px);/*  要素を上に移動 */
  transition-duration: 0.3s;
}


/* =========================================================
04. Navigation
============================================================ */


.navbar .brand {
	margin-left:0;
	padding: 0;
	margin-top: 1.05em;
}

.navbar .brand a {
	padding: 0;
	color: #fff;
	font-size: 1.75em;
	margin-left: 0;
	font-weight: 400;
	text-transform:uppercase; /*全ての文字を大文字にする */
}

.navbar .brand a:hover {
	text-decoration: none;
 transition: color .15s linear;
 -webkit-transition: color .15s linear;
 -moz-transition: color .15s linear;
}

.navbar .brand a:focus {
	outline: none;
}

/*	メニューバーの高さ */
.navbar-inner {
    min-height: 7em;
}

.navbar-inverse .navbar-inner {
	background-repeat: repeat;
	background-color: #0b333f;
}

.navbar-wrapper {
	overflow:hidden;
}
.nav-item{
	padding-left: 15px;
	padding-right: 15px;
	line-height: 3rem;
}

/* 中央下から下線が伸びるグローバルナビ */
.nav-item {
    display: table-cell;
    padding: 10px 15px;
    list-style-type: none;
    text-align: center;
}

.nav-item a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.nav-item a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 0px;
    height: 1px;/* 線の太さ */
    background-color: #fff;
    margin: 0 auto;
    transition: 0.3s;/* 速度 */
    transform: translateX(-50%);
}

.nav-item a:hover::after {
    width: 80%;/* 下線の長さ */
}

/* 中央下から下線が伸びるグローバルナビ終わり */


.sns {
	display: flex;
	padding-right: 10px;
}


/* =========================================================
05.  top
============================================================ */

.topArea {
  width:100%;
  margin-top: 25px;
  margin-bottom: 1.5rem;
}


@media (max-width: 768px) {
.topArea {	
	margin-top: 50px;	
	}
	}

@media (max-width : 480px) {
.topArea {	
	margin-top: 75px;
	margin-bottom: 30px;
	}

	}

.responsive-img {
  width: 100%;
  height: auto;
  display: block;
}


/* トップページ試合・イベントwp */

ul#eventList{ /*静的トップページに試合情報レイアウト*/
	margin:0 0 15px;
	padding:0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
ul#eventList li{
	margin:0;
	padding:15px 0;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	line-height:140%;
	list-style-type:none;
}
.eyecatch {
   display:block;
   padding-bottom: 5px;
   text-align: left;
   font-weight: bold;
}

 .news-text {
	display:flex;
	gap: 0 10px; /* 余白 */
}
/* トップページ試合・イベントwpここまで */

	

/* トップページ新着情報wp */

ul#newsList{ /*静的トップページに新着情報レイアウト*/
	margin:0 0 15px;
	padding:0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
ul#newsList li{
	margin:0;
	padding:15px 0;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	line-height:140%;
	list-style-type:none;
}


/* =========================================================
05-1 gym carousel
============================================================ */
.carousel-caption{
    font-weight: normal;
	
}

@media (max-width: 990px) {
 .carousel-inner {
   margin-top: 5px;
}
}

@media (max-width: 980px) {
 .carousel-inner {
   margin-top: 55px;

}
}

@media (max-width : 480px) {
 .carousel-inner {
   margin-top: -5px;

}
}

@media (max-width : 429px) {
 .carousel-inner {
   margin-top: 20px;

}
}
/* =========================================================
06. Page sections
============================================================ */

/* 見出しh2、footer部分 */
section.section {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
    margin-bottom: -50px;
    margin-top: -20px;
}

section.section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -1px;
}

section.inner {
	padding: 50px 0 50px;
}

/* === section spacer === */

section.spacer {
	padding:50px 0 50px;
	color:#fcfcfc;
}

.spacer.lightgrey,.section.lightgrey {
	background:#e8e6e6;
}

.spacer.lightgrey,.section.lightgrey h2 {
	color:#000000;
}

section.inner {
	padding: 50px 0 50px;
}

#ring{
	background: url(img/index/ring.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* =========================================================
07. Footer
============================================================ */

footer {
    background: #212526;
    text-align: center;
    color: #ddd;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    margin-top: 50px;
	margin-bottom: -30px;
}

footer h3.section  {
    text-align: center;
	margin-top: 50px;
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 5px;
	color: #ddd;
}

footer a {
    color: #ddd;
}

footer a:hover {
    color: #fff;
}

footer ul.social-networks {
	list-style:none;
}

footer ul.social-networks li {
	display:inline;
}

footer ul.social-networks li i {
	display:inline-block;
}

footer ul.social-networks li a {
	color: #5e5e5e;
	margin: 0 5px;
}

footer ul.social-networks li a:hover {
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

footer ul.social-networks li i.icon-bgdark {
	background:#414141;
	color: #656565;
}

footer ul.social-networks li a i.icon-instagram:hover {
	background: #ba7b3d;
	color: #fff;
}

footer ul.social-networks li a i.icon-twitter:hover {
	background: #5ad2eb;
	color: #fff;
}

footer ul.social-networks li a i.icon-dribbble:hover {
	background: #f57b71;
	color: #fff;
}

footer ul.social-networks li a i.icon-pinterest:hover {
	background: #d84848;
	color: #fff;
}

.copyright {
	 font-size: 1rem;
}

/* =========================================================
08. teble
============================================================ */

/*　表*/
.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
  line-height: 30px;
}
 
.col-head-type1 th {
  background: #EDEDED;
  width: 180px;
}

/*800でカラム落ち*/ 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}

/*料金　表カラム落ちなし*/
.col-head-type2 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
 
.col-head-type2 th,
.col-head-type2 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
  line-height: 30px;
}
 
.col-head-type2 th {
  background: #EDEDED;
  width: 130px;
}

/*画像の横にテキスト　レスポンシブ991pxでテキスト下。左右交互にスマホで上下にレイアウト*/
.box1 {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text-center {
	margin: auto; /* 縦横方向中央 */
	padding:0 10px;
	font-size: 20px;
	width: 40%;
}

.between {
	line-height: 40px;
}

.pict {
  width: 60%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.box1:nth-child(even) {
  flex-direction: row-reverse;
}
.box1:nth-child(even) .text {
  text-align: center;
}
.box1:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:992px) {
  .box1 {
    flex-direction: column;
  }
  .box1:nth-child(even) {
    flex-direction: column;
  }
  
  .box1:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box1:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
 
	
  .text-center {
	font-size: 18px;
	width:80%;
}
}
/* ここまで */



/* 画像の隣のテキスト縦中央ぞろえ */
.media {
  display: flex;
  align-items: center;     /* 縦中央揃え */
  justify-content: flex-start;
  gap: 25px;               /* 画像とテキストの余白 */
  flex-wrap: wrap;         /* 必要に応じて折り返し */
}

.media-img {
  max-width: 50%;        /* サイズ調整 */
  height: auto;
  flex-shrink: 0;          /* 縮小させない */
}

.media-text {
  flex: 1;                 /* テキスト領域は可変幅 */
}

@media (max-width: 768px) {
  .media {
    flex-direction: column;   /* スマホ時に縦並び */
    align-items: flex-start;  /* 左寄せ（必要に応じて center に変更可） */
  }

  .media-img {
  max-width: 100%;        /* サイズ調整 */
  height: auto;
}
}

/* ここまで */



/*--------------------
 画像付き吹き出し　会員様の声
--------------------*/
.balloon {
margin-bottom: 3.5em;
position: relative;
	
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 100px;
height: 100px;
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 1px solid #aaa;
border-radius: 50%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 12px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloon-text-right {
border-color: #aaa;
}
.balloon-text-left {
border-color: #aaa;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}
/* 画像付き吹き出しここまで */


/* =========================================================
09. Icons
============================================================ */

/* bg */
i.icon-bglight {
	color: #444;
	background: #f7f7f7;
}
i.icon-bglight.active {
	color: #fff;
}

i.icon-bglight.active:hover{
	color: #444;
	background: #f7f7f7;
}

i.icon-bgdark {
	color: #f7f7f7;
	background: #333;
}
i.icon-bgdark:hover {
	color: #fff;
}
i.icon-bgdark.active:hover {
	color: #f7f7f7;
	background: #333;
}

/* square */
i.icon-square {
	display: inline-block;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}
i.icon-square.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
i.icon-square.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
}
i.icon-square.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}
i.icon-square.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
}

/* rounded */
i.icon-rounded {
	display: inline-block;
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	-o-border-radius: 6px !important;
	-ms-border-radius: 6px !important;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}

.icon-rounded.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
.icon-rounded.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
	border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-o-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
}
.icon-rounded.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
}
.icon-rounded.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
	border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
	-o-border-radius: 12px !important;
	-ms-border-radius: 12px !important;
}


/* circled */
i.icon-circled {
	display: inline-block;
	border-radius: 1000px !important;
	-moz-border-radius: 1000px !important;
	-webkit-border-radius: 1000px !important;
	-o-border-radius: 1000px !important;
	-ms-border-radius: 1000px !important;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}

.icon-circled.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
.icon-circled.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
}
.icon-circled.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}
.icon-circled.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
}

i.icon-white {
	color:#fff;
}



/* =========================================================
10. Buttons
============================================================ */
 
.btn {
	margin: 30px 30px;
	color: #fff;
	text-shadow: none;
	font-size: 1.6rem;
	padding: 11px 19px;
	letter-spacing: 0.05em;
	border: 0;
	text-transform: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
  background-color: #666;
  border-color: none;
  background-image: none;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: none;
  border: none;
  border-bottom-color: none;
}
.btn:link, .btn:visited {
	color: #fff;
}
.btn:hover {
	background: #333 !important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #333;
}


.btn.btn-theme:hover {
	background: #333 !important;
}

/* size */
.btn-large {
  padding: 18px 30px;
  font-size: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 6px 13px;
  font-size: 11.9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* end size */

.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #09828c;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background: #065158;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #065158 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: none;
  background-color: #ffe873;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background: #b88f22;
}

.btn-warning:active,
.btn-warning.active {
  background: #b88f22 \9;
}


.btn-danger {
  color: #ffffff;
  text-shadow: none;
  background-color: #f36f36;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background: #db5f58;
}

.btn-danger:active,
.btn-danger.active {
  background: #db5f58 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: none;
  background-color: #1bac91;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background: #55ba93;
}

.btn-success:active,
.btn-success.active {
  background: #55ba93 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: none;
  background-color: #4dbdc6;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background: #6a9ad0;
}

.btn-info:active,
.btn-info.active {
  background: #6a9ad0 \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: none;
  background-color: #3c3c3c;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background: #2b2a2a;
}

.btn-inverse:active,
.btn-inverse.active {
  background: #2b2a2a \9;
}


/* button flat */
.btn-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* button rounded */
.btn-rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn-large.btn-rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


.navbar-inverse .btn-navbar {
	width: auto;
	height: auto;
}

 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }


/* =========================================================
11. Media queries
============================================================ */
@media (max-width: 992px) {
	
	/* --- カラム落ち余白 --- */	
	.col-lg-4 {
		margin-bottom: 20px;
	}
	
	.col-md-6 {
		margin-bottom: 20px;
	}
	
	}
	
	

 @media (min-width: 768px) and (max-width: 979px) {
	body {
		padding-left:0 ;
		padding-right:0;
		padding:0;
	}
	
	.navbar-inner {
	 padding-right: 20px;
	 padding-left: 20px;	
	}
	
	.navbar-inner h1.brand {
		margin-left:20px;
	}
	
	.navbar-inner .btn-navbar {
		margin:20px 20px 0;
	}
	
	.container {
	 padding-right: 10px;
	 padding-left: 10px;
	}	
	.navbar-inverse .navbar-inner {
		padding:0 0 30px;
	}
	
	.nav-collapse {
		text-align:center;
		width:100%;
	}

	
	.bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
	 
    .sub-label {
     margin-top: 60px;
    }


	 
}

@media (max-width: 767px) {
	body {
		padding-left:0 ;
		padding-right:0;
		padding:0;
	}
	.navbar-inner {
	 padding-right: 20px;
	 padding-left: 20px;
	}
	
	.navbar-inner h1.brand {
		margin-left:20px;
	}
	
	.navbar-inner .btn-navbar {
		margin:20px 20px 0;
	}
	
	
	
	.navbar-inverse .navbar-inner {
		padding:0 20px 30px;
	}
	
	.nav-collapse {
		text-align:center;
		width:100%;
	}
	#portfolio-wrap .grid {
		width: 25%;
	}
	

	/* --- subpage header --- */
	
	.container {
	 padding-right: 15px;
	 padding-left: 15px;
	}	
	
.midashi h1 {
	font-size: 3rem; 
  }
	
	h1 {
    font-size: 3rem;
}
	
	section.section h2 {
	margin-top: 30px;
    font-size: 3rem;
    letter-spacing: -1px;
}
	
	section.section h3 {
    font-size: 2.5rem;
}
	
	/* --- カラム落ち余白 --- */	
	.col-md-4 {
		margin-bottom: 20px;
	}
	
	
}


    
 /* Smaller screens ----------- */
@media (max-width : 480px) {
	
h1 {
	font-size:  2.6rem;
}
	
/* --- subpage header --- */
	
.sub-label img {
  height:100px;
  }

.sub-label h1 {
	font-size: 2.6rem;
	line-height: 2.5rem;
	padding-top: 10px;
  }

/* --- 見出し間隔 h2  --- */
	section.section {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 80px;
   
}

section.section h2 {
	margin-bottom: 30px;
	font-size:  2.6rem;

}

	#team .team-thumb {
		 margin-right: auto;
		 margin-left: auto;
		 width: 150px;
		 display: block;
		 text-align:center;
	}

	#portfolio-wrap .grid {
		width: 50%;
	}
	
	.narrow {
	margin: 10px 0 15px 0;
	color: #ddd;
	font-size: 2rem;
}
	
	.phone {
		font-size: 2.5rem;
}
	
	
}
	
    
    /* Smartphones (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {

 section.section {
 padding: 1em 0;
}


	
section#temple.section h2 {    
	margin-top: 20px;
   
}

 .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
 margin-left: auto;
 margin-right: auto;

}
	

}
