/* 基本の上書き */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 130%;
}

p {
    line-height: 150%;
}

a img:hover {
	opacity: 0.7 ;
}

/* ヘッダー部分追加 */

/* 第一ロゴ部分 */
.logomaster {
	width: 1140px;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
}

.logo {
	position: absolute;
	width: 180px;
	z-index: 2000;
}

.navbar-default {
	background-color: rgba(0,0,0,0.08);
}

.sub-head {
	width: 100%;

}

/* 第二ロゴ部分 */
.navbararia {
	width: 180px;
	margin-left: 200px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
}
/* スクロールの変化 */
    .navbar-default.navbar-shrink .navbararia {
	margin-left: 0px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

@media screen and (max-width:1200px) {
	
.logomaster {
    width: 98%;
}
	
.logo {
	display: none;
}
	
.navbararia {
	width: 150px;
	margin-left: 0;
}
	
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {
	
.logomaster {
	display: none;
}
.logo {
	display: none;
}
.navbararia {
	width: 150px;
	margin-left: 0px;
}
	
.feature-2 {
    padding-bottom: 30px;
}
	
}

@media screen and (max-width:768px) {
	
.navbar-default {
	background-color: #000000;
}
	
}

/* スマホサイズから下 */
@media screen and (max-width:480px) {
	
.navbararia {
	margin-left: 0px;
}
	
}

/* メインカルーセル 本体設定はstyle.cssに */

#main-slide .item {
    height: auto;
}

/* メイン下のカルーセル slick */

.ts-s-op3 {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sl-img {
	width: 100%;
	height: auto;
}

.hanken {
	width: 100%;
	height: auto;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
}



/* 基本ボックス、画面サイズ用追加コントロール */

.about-us-section-2 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/galaxy3.jpg);
	background-size: 100% auto;
	background-position: 0 -100px;
	background-repeat: no-repeat;
	background-color: #060606;
}

.portfolio-section-1-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f7f7;
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

#main-slide .carousel-control i{
	line-height: 36px;
	font-size: 25px;
	padding: 10px 10px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-section,
.call-to-action,
.portfolio-section-1,
.portfolio-section-1-2,
.about-us-section-1,
.about-us-section-2,
.services-section,
.contact {
    padding-top: 50px;
    padding-bottom: 50px;
}
	
.about-us-section-2 {
	background-size: 150% auto;
	background-position: 0 -50px;
}
	
}


/* スマホサイズから下 */
@media screen and (max-width:480px) {
	
.feature-section,
.call-to-action,
.portfolio-section-1,
.portfolio-section-1-2,
.about-us-section-1,
.about-us-section-2,
.services-section,
.contact {
    padding-top: 30px;
    padding-bottom: 30px;
}
	
.about-us-section-2 {
	background-size: 150% auto;
	background-position: 0 0;
}
	
}

/* その他追加 */

.logo-s {
	width: 76px;
}

.feature-section h1 {
	font-size: 35px;
    font-weight: 500;
    letter-spacing: 3px;
}

.section-title h3{
    color: #666;
    //font-style: italic;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.feature-front {
	margin-top: 50px;
	margin-bottom: 50px;
}

.frontpage {
	width: 120px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.btm-l {
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.feature-content {
	width: 100%;
	margin-bottom: 50px;
}

.feature-content h3 {
	text-align: center;
}
	
.feature-content p {
	text-align: center;
}

.feature-content2 {
	width: 100%;
	text-align: center;
}

.feature-content2 .btn-primary {
	margin-bottom: 10px;
}

#backnumber .btn-primary {
	margin-top: 10px;
	margin-bottom: 20px;
}

.feature-content2 .btn-primary:hover,
.feature-content2 .btn-primary:focus,
.feature-content2 .btn-primary:active,
.slider-content .btn-primary:hover,
.slider-content .btn-primary:focus,
.slider-content .btn-primary:active,
.backover .btn-primary:hover,
.backover .btn-primary:focus,
.backover .btn-primary:active,
#backnumber .btn-primary:hover,
#backnumber .btn-primary:focus,
#backnumber .btn-primary:active {
	background-color: #C4392A;
}



.sub-sc-title1 p {
	padding-bottom: 20px;
	color: #999;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.sub-sc-title2 p {
    padding-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
	text-align: center;
}

.sub-sc-title3 p {
	padding-bottom: 0px;
	color: #999;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.honyaku1 {
	font-size: 12px;
	color: #999;
	line-height: 130%;
	margin-top: 5px;
}

.honyaku1-c {
	font-size: 12px;
	color: #999;
	line-height: 130%;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 30px;
}

.sub-icon i{
    background: #FF432E;
    color:#fff;
    font-size:2.5em;
    width: 80px;
    height: 80px;
    padding:25px;
    margin-bottom: 10px;
    position: relative;
}

.sub-icon img{
    background: #FF432E;
    width: 80px;
    height: 80px;
    padding:25px;
    margin-bottom: 10px;
    position: relative;
}

.sub-icon-i{
    width: 2.5em;
    height: 2.5em;
}

.subscription-box{
	border-width: 1px;
	border-style: solid;
	border-color: #FF432E;
	margin-bottom: 30px;
}

.subscription-box h3{
    font-size: 18px;
	background: #FF432E;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	margin: 0px;
	color: #fff;
}

.subscription-box h4{
	color: #FF432E;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.subscription-box p{
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.about-us-section-2 h3,
.about-us-section-2 h4,
.about-us-section-2 p {
	color: #FFFFFF;
}

.mm-1 {
	padding-bottom: 20px;
	color: #999;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}

.facebook {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.youtube {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
}

.honyaku2 {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 130%;
	margin-top: 5px;
}

.honyaku3 {
	font-size: 16px;
	color: #999;
	line-height: 130%;
	margin-top: 10px;
    letter-spacing: 1px;
}

.cm-bana {
	border : solid 1px #000 ; 
	margin-bottom: 30px;
}

.waku1 {
	border : solid 1px #ccc ;
}


.copyright {
	font-size: 13px;
    text-transform: uppercase;
    text-transform: none;
    color: #999;
}

.copyright2 {
	font-size: 10px;
    text-transform: uppercase;
    text-transform: none;
    color: #999;
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {
	
.section-title h3{
    font-size: 23px;
}
	
.section-title p{
    font-size: 16px;
    padding-bottom: 30px;
}
	
.sub-sc-title1 p {
	padding-bottom: 20px;
	font-size: 14px;
	text-align: left;
}
	
.sub-sc-title3 p {
	font-size: 14px;
	text-align: left;
}
	
.honyaku1 {
	font-size: 12px;
	text-align: left;
}

.honyaku1-c {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: left;
}

.logo-s {
	width: 60px;
}
	
.feature-section h1 {
	font-size: 26px;
    letter-spacing: 1px;
}

.frontpage {
	width: 120px;
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
}
	
.about-us-section-2 .feature-content h3 {
	text-align: left;
	font-size: 16px;
}
	
.welcome-section h4 {
    padding-top: 0px;
}

.sub-sc-title2 p {
	font-size: 16px;
	text-align: left;
}
	
.mm-1 {
	text-align: left;
}
	
.feature-content h3 {
	text-align: left;
}
	
.feature-content p {
	text-align: left;
}
	
.facebook {
    width: 50%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
.youtube {
    width: 50%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
}

/* スマホサイズから下 */
@media screen and (max-width:480px) {

.logo-s {
	width: 50px;
}
	
.section-title h3{
    font-size: 21px;
}
	
.section-title p{
    font-size: 14px;
    padding-bottom: 20px;
}
	
.feature-section h1 {
	font-size: 18px;
    letter-spacing: 0px;
}
	
.feature-section p {

}
	
.feature-front {
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.frontpage {
	width: 90px;
	margin-left: 5px;
	margin-right: 5px;
}
	
.subscription-box h4{
    font-size: 14px;
	padding-top: 0px;
	padding-left: 10px;
}
	
.cm-bana {
	border : solid 1px #000 ; 
	margin-bottom: 15px;
}
	
.youtube {
    width: 80%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
}


/* アニメーション追加 */

@keyframes frontAnime {
    0% {
        opacity:0;
    }
    30% {
        opacity:1;
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5) ;
    }
    32% {
		box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1) ;
    }
    35% {
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) ;
    }
    60% {
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5) ;
    }
    62% {
		box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1) ;
    }
    65% {
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) ;
    }
    90% {
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5) ;
    }
    92% {
		box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1) ;
    }
    95% {
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) ;
    }
    100% {
    }
}

.f-anime {
    animation-name: frontAnime;
    animation-duration: 10s;
    animation-timing-function: ease-out;
}



/*# ★★テーブル★★ */

table.sec-table01 {
	table-layout:fixed;
	width:100%;
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing: 30px;       /* 表の線と線の間の幅 */
}

table.sec-table01 td{
	font-size: 16px;
	line-height: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

table.sec-table01 td.i1{
	width:200px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

table.sec-table01 td.i2{
	text-align: left;
}

table.sec-table04 {
	table-layout:fixed;
	width: 100%;
}

table.sec-table04 td{
	font-size: 16px;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	color: #FFFFFF;
}

table.sec-table04 td.i1{
	width:200px;
	padding-left: 30px;
}

table.sec-table04 td.i4{
	width:100px;
	text-align: center;
}

table.sec-table04 td.i5{
	width:auto;
	text-align: left;
}

table.sec-table04 td.sh03{
	text-align: center;
}


@media screen and (max-width:1200px) {
	
table.sec-table01 td{
	font-size: 14px;
}
	
table.sec-table01 td.i1{
	width:150px;
}
	
table.sec-table04 td{
	font-size: 14px;
}
	
table.sec-table04 td.i1{
	width:150px;
}

}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

table.sec-table01 {
	width:100%;
    border-spacing: 10px;       /* 表の線と線の間の幅 */
}

table.sec-table01 td{
	font-size: 14px;
}

table.sec-table01 td.i1{
	width: 100%;
	display: block;
	border-right-style: none;
	border-bottom-style: none;
	font-weight: bold;
}

table.sec-table01 td.i2{
	width:100%;
	display: block;
	padding-bottom: 5px;
}
	
table.sec-table04 tr{
	width:100%;
	display: block;
}
	
table.sec-table04 td{
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.sec-table04 td.i1{
	width: 100%;
	display: block;
	padding-left: 10px;
}
	
	
table.sec-table04 td.i4{
	display: none;
}

table.sec-table04 td.i5{
	width: 100%;
	display: block;
	text-align: left;
	padding-bottom: 20px;
}
	
}



/* 問い合わせフォームパーツ */

.must {
	display: inline-block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-size: 100% 100%;
	line-height: 16px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.must-sp {
	display: none;
}

label {
	font-weight: normal;
	padding-left: 5px;
}

input[type="text"],
input[type="email"],
textarea {
	padding: 3px 8px;
	border:1px solid #999;
	border-radius: 3px;
	-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.1) inset;
	box-shadow:0 1px 0 0 rgba(0,0,0,0.1) inset;
	vertical-align: middle;
	outline:none;
}

input[type="text"],
input[type="email"] {
	max-width: 550px;
	width: 100% !important;
	padding:10px;
	font-size:16px;
	color: #333333;
	margin:5px 0 5px;
}

input.short {
	max-width: 150px;
	width: 40% !important;
	padding:10px;
	font-size:16px;
	color: #333333;
	margin:5px 0 5px;
}

textarea {
	max-width: 550px !important;
	width: 100% !important;
	height: 250px !important;
	padding:10px;
	font-size:16px;
	color: #333333;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.btms {
padding: 15px 40px;
font-size: 16px;
}

input#submit_button {
	display: inline-block;
	text-decoration: none;
	color: #007391;
	border: solid 2px #007391;
	border-radius: 3px;
    transition: .4s;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 20px;
	font-weight: 200;
	background-color: #FFFFFF;
}

input#submit_button:hover {
    background: #007391;
    color: white;
}

button {
	color: #333333;
	}

button:hover {
	color: #676767;
	}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

.must {
	display: none;
}

.must-sp {
	display: inline-block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-size: 100% 100%;
	line-height: 16px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left: 20px;
}
	
input[type="text"],
input[type="email"] {
	max-width: 800px !important;
	width: 100% !important;
	padding:10px;
	font-size:14px;
}
	
input.short {
	max-width: 150px;
	width: 40% !important;
	padding:10px;
	font-size:14px;
}
	
textarea {
	max-width: 800px !important;
	width: 100% !important;
	height: 250px !important;
	padding:10px;
	font-size:14px;
	height: 250px;
}
	
}

@media screen and (max-width:768px) {

.must {
	border: none;
	text-shadow: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 4px;
	box-shadow: none;
	line-height: 16px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

textarea {
		max-width: 100% !important;
}

}



.img100{
	width: 100%;
	height: auto;
}

.img-pc{
	width: 100%;
	display: inline-block;
}

.img-sp{
	display: none;
}

.img-768{
	display: none;
}

@media screen and (max-width:768px) {

.img-768{
	display: inline-block;
	width: 100%;
}
	
}

/* スマホサイズから下 */
@media screen and (max-width:480px) {
.img-pc{
	display: none;
}
.img-sp{
	display: inline-block;
	width: 100%;
}
}

/*# clearfix */
.clearfix:after {
	clear: both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }


/*# ★★PC、スマホの表示非表示★ */

/*# スマホとPCで文字を切り替え */
.pcnot { display:none; }
.spnot { display:inline; }

/*# PCで改行しない */
.br-sp { display:none; }

/*# 1140以下では改行しない */
.br-1140 { display:inline; }

/*# 1140以上で改行しない */
.br-1139 { display:none; }

/*# スマホで改行しない */
.br-pc { display:inline; }

/*# PCで表示しない、スマホで改行 */
.f-sp { display:none; }

@media screen and (max-width:1140px) {
.br-1140 { display:none; }
.br-1139 { display:inline; }
}

@media screen and (max-width:768px) {
.pcnot { display:inline; }
.spnot { display:none; }
.br-pc { display:none; }
.br-sp { display:inline; }
.f-sp { display:inline; }
}

/* .row の左右のネガティブマージンを0にする */

.row--onepadding,
.row--twopadding {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* .row--nopadding の中にあるカラムの左右のパディングを0にする */

.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
.row--onepadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

@media screen and (max-width: 640px) {
.row--onepadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
}

/*# 空き関係 */

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}


