/* ------------------------------------------------------------------------------
	Template Name: Rooky
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700);

p {
	font-size: 14px;
	line-height: 22.4px;
	}
h1 {
	font-size: 43px;
	
}
h2 {
	font-size: 26px;	
}
h3 {
	font-size: 28px;	
	font-weight: 300;
	letter-spacing:1px;
}
h4 {
	font-size: 17px;
	font-weight: 400;
}
h5 {
	font-size: 14px;	
	text-transform: uppercase;
	font-weight: 700;
}
.tategaki{
     writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
	display: flex;
	align-items: center;
}
.tategaki h2{
    color: #ff8100;
	font-size:50px;
	line-height: 50px;
}

.big-1{
	font-size:1.1em;
	line-height: 1.2em;
}
.big-2{
	font-size:1.2em;
	line-height: 1.2em;
}
.big-3{
	font-size:1.3em;
	line-height: 1.3em;
}
.big-4{
	font-size:1.4em;
	line-height: 1.4em;
}
.big-5{
	font-size:1.5em;
	line-height: 1.5em;
}
.big-6{
	font-size:1.6em;
	line-height: 1.6em;
}
.big-7{
	font-size:1.7em;
	line-height: 1.7em;
}
.big-8{
	font-size:1.8em;
	line-height: 1.8em;
}

.container-fluid{
    padding:0;
}
.btn {
	background-color: #e84545;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #e52e2e;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
}
body {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	color: #222;
	
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}

.section-intro {
	margin:5% 10% 12% 10%;
	color: #636363;
	font-size:14px;
	line-height:21px;
	font-weight: 300;
	letter-spacing:1px;
}
.icon {
	font-size:33px;
	color:#000;
}
.img-responsive {
	margin:auto;
}
.resimg{max-width: 100%;}
.linkimg:hover{
	opacity: 0.7;
}
.bg-stripe{
    background: -webkit-repeating-linear-gradient(-45deg,#eee 0,#eee 2px,#fff 2px,#fff 6px);
    background: -o-repeating-linear-gradient(-45deg,#eee 0,#eee 2px,#fff 2px,#fff 6px);
    background: repeating-linear-gradient(-45deg,#eee 0,#eee 2px,#fff 2px,#fff 6px);
}
.bg-stripe2{
	
     background-size: auto auto;
background-color: rgba(254, 126, 0, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 160, 68, 1) 4px, rgba(255, 160, 68, 1) 6px );
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
    display: flex;
    justify-content:space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1140px;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	
}
#header.fixed {
	background-color: #ff9e00;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 10px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {	
	padding: 20px 0;
}
.primary-nav{
	display: flex;
	justify-content: center;
}

.primary-nav li a{
	color: #222;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;	
	display:block;
	margin: 0 10px;
	border-bottom: 2px solid rgba(34,34,34,0);
}

.primary-nav li a:hover, .primary-nav li a.active {	
	border-bottom: 2px solid rgba(34,34,34,1);
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.headsns_sp{
    display:none;
}

.headsns{
    display: flex;
	
}
.headsns li a {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background:#ffffff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	color: #ff9e00;
	margin: 0 0 0 5px;
}
.youtube {
  
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner {
	background-color: #ff9e00;	
	position:relative;
	overflow: hidden;
	background-size: cover;
}
.banner-text {
	padding-top: 35%;
}
.banner-text h1 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	line-height: 48px;
	margin-bottom: 5%;
}
.banner-text span {
	font-weight: 300;
}
.banner-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 7%;
}
.banner-img {
	bottom: -186px;
	position: relative;
}
.banner-btn a {
	margin-right: 15px;
	display:inline-block
}
.whitecircle{
    position: absolute;
    top: -60px;
    width:1060px;	
    left: 50%;
transform: translateX(-50%);
}

#banner{
	margin-top:130px;
}
/* ------------------------------------------------------------------------------
	PROFILE
-------------------------------------------------------------------------------*/
.member{
	display:flex;
	justify-content:flex-start;
}
.member li.memimg{
	width:200px;
	margin-right:15px;
	}
.member li.memimg img{
	width:200px;	
	}
/* ------------------------------------------------------------------------------
	SCHEDULE
-------------------------------------------------------------------------------*/

	.overlay {
	background-color: rgba(60, 57, 162, 0.9);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.schedule {
	width:100%;
	background-image:url('../images/bg_sc.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.schedule h2 {
	color: #fff;	
}

.schedule p {	
	color: #fff;	
}
.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%;
    max-width:800px;
    height:400px;
    }

@media (min-width: 768px) {
    
.g-calendar iframe {
    height:600px;
    }
        
}
/* ------------------------------------------------------------------------------
	release
-------------------------------------------------------------------------------*/
.jacket{
   display: flex;
}
.jacket1{
	margin-right:1em;
}
/* ------------------------------------------------------------------------------
	contact
-------------------------------------------------------------------------------*/
.tel a{
    color: #fff;
}
.tel2 a{
    color: #000;
}
/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: center;
}

