

/* ------------------------------------- /
/   Header
/* ------------------------------------- */
#header {
    padding-top: 0px;
    background-color: #fff;
}
 
/*  logo
/--------------------------------- */
.logo{ / センタリング */
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	border:0px solid #000;
}
 
.logo h1 { 
    width: 100%;
	display:block;
  background: url("../images/logo.png") no-repeat center;
  min-height:70px;
  background-size: contain;
  text-indent:-9999px;
}
.soca{
    width: 100%;
	display:block;
	background:#232286;
	margin:0 auto;
    text-align: center;
	font-size:14px;
	color:#fff;
	padding:3px;
}
.soca a, .soca a:hover{
	color:#fff;
	text-decoration:none;
}

.credit {
	position:absolute;
	bottom:10px;
	right:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}


@media only screen and (max-width: 767px) {
#header {
    padding-top: 0px;
}
.logo{
    margin-bottom: 0px;
	margin-top:-10px;
}
.logo h1 { 
  min-height:30px;
}
.soca{
    width: 100%;
    text-align: center;
	font-size:12px; 
}
}


 
/*  nav
/*--------------------------------- */
.arrow_box {
  display: none;
  position: absolute;
  top:40px;
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
  background: #fff;
}
.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 25%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #CECECE;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}


.navbar {
    border-bottom: 1px solid #CCC;
    border-radius: 0;
    margin-bottom: 0px;
}
 
.navbar-nav {
	position:relative;
    float: none;
	text-align:center;
    margin: 10px auto;
    border: 0px solid #555;
	font-size:13px;
}
 
.navbar-nav > li {
    text-align: center;
    border-right: 1px solid #555;
}
.navbar-nav > li.first {
    border-left: 1px solid #555;
}
 
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
	color:#555;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #F8F8F8;
    color: #555;
}
/*  subnav
/*--------------------------------- */


#subnav a {
	position:absolute;
	top:100px;
	right:40px;
    display:block;
    padding:5px 10px;
    color:#fff;
    background: #00ADE1;
    border-radius:4px;
    text-decoration:none;
}

#subnav a:hover {
    color:#fff;
    background:#e78f00;
}

@media only screen and (max-width: 767px) {
	.arrow_box:after {
		display:none;
}


.navbar-nav {
    float: none;
	width:100%;
	text-align:center;
    margin: 5px auto;
}
.navbar-nav > li {
    text-align: left;
    width: auto;
    border-right: 0px solid #555;
}
.navbar-nav > li.first {
    border-left: 0px solid #555;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #D1D4E0;
    color: #555;
}
#subnav a {
	display:none;
}
.members a {
    display:block;
    padding:2px 4px;
    color:#fff;
    background: #00ADE1;
    border-radius:4px;
    text-decoration:none;
	font-size:12px;
}

.members a:hover {
    color:#fff;
    background:#e78f00;
}

}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	
.navbar-nav {
    float: none;
	width:100%;
	text-align:center;
    margin: 5px auto;
}
.navbar-nav > li {
    text-align: left;
    width: auto;
    border-right: 0px solid #555;
}
.navbar-nav > li.first {
    border-left: 0px solid #555;
}

.members a {
    display:block;
    padding:2px 4px;
    color:#fff;
    background: #00ADE1;
    border-radius:4px;
    text-decoration:none;
	font-size:12px;
}

.members a:hover {
    color:#fff;
    background:#e78f00;
}
}

/* ------------------------------------- /
/    Footer
/* ------------------------------------- */
#footer{
    text-align: center;
    padding: 40px 0;
    background-color: #7E7E7E;
}

/*  logo
/*--------------------------------- */
#footer .logo{
    margin: 0 auto;
	width:90%;
	text-align:center;
	border:solid 0px #FFFFFF;
}

.logo img{ 
    margin: 0 auto;
	width:25%;
	height:auto;
}
@media only screen and (max-width: 767px) {
.logo img{ 
	width:60%;
	height:auto;
}
}

/*  nav
/*--------------------------------- */
#footer .navbar-nav>li {
    border-right: 1px solid #000;
}
#footer .navbar-nav>li.first{
    border-left: 1px solid #000;
}

#footer .navbar-nav li a{
    color: #fff;
}

/*  sns-icon
/*--------------------------------- */
.sns-icon{
    margin-top: 30px;
}

.sns-icon li{
    padding-left: 20px;
}
.sns-icon li:hover{
    color: #fff;
}

/*  copy
/*--------------------------------- */
.copy{
    margin-top: 20px;
	font-size:11px;
	line-height:1.2em;
}

.copy span{
    color: #fff;
}

/*  other
/*--------------------------------- */

p.page-header {
	font-size:18px;
	border:none;
}

.breadcrumb {
	margin-left:0px;
}
div.divider {
	margin:30px 0;
}

@media only screen and (max-width: 767px) {
	p.page-header {
	font-size:15px;
	border:none;
}

.breadcrumb {
	margin-left:0px;
}
div.divider {
	margin:15px 0;
}

}

/*--------------------------------- */

.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    font-weight: 500;
	padding:.2em;
}
.dl-horizontal dt, dd {
    line-height: 1.4em;
	margin-bottom:5px;
	padding:.2em;
}
.dl-horizontal dd {
    margin-left: 145px;
}
.dl-horizontal dt.yaku {
	font-size:11px;
}
dl.bordered dt {
    text-align: left;
	padding:.2em;
	border-top:dotted 1px #CCCCCC;
}
dl.bordered dd {
    text-align: left;
	padding:.2em;
	border-top:dotted 1px #CCCCCC;
}
dl.bordered dt:first-child {
    border:none;
}
dl.bordered dt:first-child + dd {
    border:none;
}

.dl-horizontal2 dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
    font-weight: 500;
	padding:.2em;
	padding-left:1em
}
.dl-horizontal2 dt, dd {
    line-height: 1.4em;
	margin-bottom:5px;
	padding:.2em;
}
.dl-horizontal2 dd {
    margin-left: 85px;
}

@media only screen and (max-width: 767px) {
	.dl-horizontal dt {
    width: 90px;
}
.dl-horizontal dd {
    margin-left: 100px;
}



}


/*--------------------------------- */
/* instractor */
.dp_sc_prof_img {
    overflow: hidden;
    position: relative;
}
.dp_sc_prof_img.circle, .dp_sc_prof_img.circle img {
    border-radius: 50%;
}
.instr {
    background-color: #ffffff;
    border-color: #ffffff;
    border-style: solid;
    border-width: 5px;
    height: 180px;
    width: 180px;
}

/* Timeline */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline h4{
	line-height:1.4em;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 96% - 75px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  
  background-color:#FFF;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 2;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
    display: none;
}

@media only screen and (max-width: 767px) {
	.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 0px;
  margin-right: -12px;
  background-color: #999999;
  z-index: 2;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline-title {
	font-size:15px;
	font-weight:600;
}
}

/* ========backtotop======== */
.backtotop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
	width: 50px;
	height: 50px;
	background-color: #254FA0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	-webkit-border-top-left-radius: 25px;  
    -webkit-border-top-right-radius: 25px;  
    -webkit-border-bottom-right-radius: 25px;  
    -webkit-border-bottom-left-radius: 25px;  
    -moz-border-radius-topleft: 25px;  
    -moz-border-radius-topright: 25px;  
    -moz-border-radius-bottomright: 25px;  
    -moz-border-radius-bottomleft: 25px;
}

.backtotop a:hover {
    background: #2288CC;
    color: #FFFFFF;
}

/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */
.flex{
  padding: .5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex > *{
  width: 25%;
  background: #fff;
  font-size: 64px;
  text-align: center;
}
.flex,
.flex > *{
  border: 0px solid #aaa;
}


#instafeed li {
	list-style:none;
}

.shop-item {
	text-align: center;
	margin: 0 0 40px;
}

.shop-item-image {
	position: relative;
	overflow: hidden;
}

.shop-item-image img {
	width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.shop-item-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.shop-item-detail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	padding: 20px;
	opacity: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
}

.shop-item-title {
	margin: 15px 0 5px;
}

/* Shop item hover */

.shop-item:hover .shop-item-image:after {
	background: rgba(17, 17, 17, 0.3);
}

.shop-item:hover .shop-item-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

/* -------------------------------------------------------------------
Shop product detail
------------------------------------------------------------------- */

.product-gallery {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 10px 0 0;
}

.product-gallery li {
	display: inline-block;
	width: 15%;
	margin: 0 5px;
}

.product-gallery li:first-child {
	margin-left: 0;
}

.product-title {
	margin: 0 0 20px;
	color: #111;
}

.amount {
	font-size: 32px;
	color: #111;
}
/* ------------------------------------------------------------------
Buttons
------------------------------------------------------------------- */

.btn {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	padding: 8px 37px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
}

.btn.focus, .btn:focus,
.btn.active.focus, .btn.active:focus,
.btn:active.focus, .btn:active:focus {
	background: none;
	outline: 0;
}

/* Button types */

.btn.btn-round {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.btn.btn-circle {
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	     -o-border-radius: 30px;
	        border-radius: 30px;
}

/* Button colors */

.btn.btn-w {
	background: rgba(255, 255, 255, 0.8);
	color: #111;
}

.btn.btn-w:hover, .btn.btn-w:focus {
	background: white;
	color: #111;
}

.btn.btn-border-w {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #fff;
}

.btn.btn-border-w:hover, .btn.btn-border-w:focus {
	background: #fff;
	border-color: transparent;
	color: #111;
}

.btn.btn-g {
	background: #eee;
	color: #111;
}

.btn.btn-g:hover, .btn.btn-g:focus {
	background: rgba(238, 238, 238, 0.7);
	color: #111;
}

.btn.btn-d {
	background: rgba(17, 17, 17, 0.8);
	color: #fff;
}

.btn.btn-d:hover, .btn.btn-d:focus {
	background: #111111;
}

.btn.btn-border-d {
	background: transparent;
	border: 2px solid #111;
	color: #111;
}

.btn.btn-border-d:hover {
	background: #111;
	color: #fff;
}

.btn.btn-b {
	background: #111111;
	color: #fff;
}

.btn.btn-b:hover, .btn.btn-b:focus {
	background: rgba(17, 17, 17, 0.8);
}

/* Button sizes */

.btn.btn-lg {
	font-size: 12px;
	padding: 12px 45px;
}

.btn.btn-sm {
	letter-spacing: 1px;
	font-size: 10px;
	padding: 6px 25px;
}

.btn.btn-xs {
	letter-spacing: 0;
	font-size: 10px;
	padding: 4px 19px;
}

#f16d {
    color: #fff;
}

.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Box size */
.js-matchHeigtht {
	margin-bottom:15px;
}

a.iro {
    color: #003366!important;
    text-decoration: none;
}
a.iro:hover {
    color: #0066CC!important;
    text-decoration: none;
}

// コンテナ
.instagram-container{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
 
.instagram-item{
  width: 50%;
  padding: 1px;
  position:relative;
  background-color:#000;
}


 
@media screen and (min-width: 768px){
  .instagram-item {
      width: 24%;
  }
}
 
a.instagram-card{
  display: block;
  position: relative;
  margin-bottom: 0px;
}
 
.instagram-card__img{
  max-width: 100%;
  height: auto;
  display: block;
  
}
 
// いいね数、コメント数
.instagram-card__badge{
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
}
 
// いいねアイコン、コメントアイコン
.instagram-icon{
  display: block;
  width: 20px;
  height: 20px;
}
 
// コメント
.instagram-card__comment{
  padding-left: 8px;
  padding-right: 8px;
  font-size: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}