/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
	background-color: #fff;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #818181;
}

figure, p, address {
	margin: 0;
}

p {
	margin: 20px 0;
	line-height: 1.5em;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #252525;
}

main > section {
    padding: 70px 0;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: rgba(0,158,227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #009EE3;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title h2 {
    font-size: 32px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav li a {
	padding: 15px 10px;
}

.contactBt {
	margin: 5px 10px 0 10px;
	padding: 10px !important;
}

.contactBt:hover {
	color: #0168AE !important;
}

main section#contact div.thanks {
	padding-top: 100px;
}

/**
/*	Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: rgba(0,0,0,.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
}

#navigation.animated-header {
    padding: 20px 0;
}

h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content h2,
.caption-content p {
	text-shadow: 0 0 4px #000,0 0 8px #000,0 0 12px #000,0 0 16px #000;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3 !important;
    height: 50px !important;
    width: 50px !important;
    right: 0 !important;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3 !important;
    height: 50px !important;
    width: 50px !important;
    left: 0 !important;
}

/*=================================================================
	About
==================================================================*/

#about {
	padding: 0;
	background-image: url(../img/parallax/testimonial.jpg);
	color: #fff;
}

#about .overlay {
	padding: 70px 0 40px;
	background-color: rgba(15,155,224, 0.9);
}

#about h2 {
	color: #ffff00;
	margin: 0 0 35px;
	text-transform: uppercase;
}

#about .message-body {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 70px;
}

/*=================================================================
	Flow
==================================================================*/

#flow {
	background-color: #009EE3;
	color: #fff;
}

#flow h2 {
	color: #ffff00;
}

#flow .sec-title h2:after {
	border-bottom: 1px solid #ffff00;
}

.stepWrap {
	margin: 0 10px 10px 10px;
	padding: 10px 20px;
	border: solid 1px #e5e5e5;
	background: #f8f8f8;
}

h3.stepText {
	margin: 15px 0;
	text-align: center;
}

p.stepText {
	margin: 15px 0;
	color: #414141;
	text-align: left;
}

/*=================================================================
	Outline
==================================================================*/

#outline {
	padding: 0;
	background-image: url(../img/parallax/testimonial.jpg);
	color: #414141;
}

#outline .overlay {
	padding: 70px 0 40px;
	background-color: rgba(15,155,224, 0.88);
}

#outline h2 {
	color: #ffff00;
	margin: 0 0 35px;
	font-size: 32px;
	text-transform: uppercase;
}

#outline .sec-title h2:after {
	border-bottom: 1px solid #ffff00;
}

/*=================================================================
	Time-schedule
==================================================================*/

#time-schedule {
	background-color: #f8f8f8;
	color: #414141;
}

#time-schedule .sec-title h2:after {
	border-bottom: 1px solid #0000c7;
}

/*=================================================================
	Faq
==================================================================*/

#faq {
	background-color: #f8f8f8;
	color: #414141;
}

#faq h2 {
	color: #ff6600;
}

#faq .sec-title h2:after {
	border-bottom: 1px solid #ffff00;
}

.faq .service-icon {
    border: 3px solid #009ee3;
    margin-bottom: 20px;
    color: #009ee3;
}

.faq img {
	float: left;
	margin: 0 1% 10px 0;
	width: 5%;
	max-width: 50px;
	height: auto;
}

.faq p {
	float: right;
	width: 94%;
}

/*=================================================================
	Services
==================================================================*/

.service-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 101px;

    -webkit-transform: rotate(47deg);
       -moz-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
         -o-transform: rotate(47deg);
            transform: rotate(47deg);

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item .service-icon {
    border: 3px solid #009ee3;
    margin-bottom: 20px;
    color: #009ee3;
}

.service-icon i {
    -webkit-transform: rotate(-48deg);
       -moz-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
         -o-transform: rotate(-48deg);
            transform: rotate(-48deg);
}

.service-item h3 {
	font-size: 20px;
	text-transform: uppercase;
}

.service-item p {
	margin-top: 0;
	padding: 0 10px;
	line-height: 1.5em;
	text-align: left;
}

.serviceWrap {
	margin-top: 20px;
	padding: 20px;
	border: 2px dotted #009ee3;
	background: #f9f9f9;
}

/*=================================================================
	Contact
==================================================================*/

#contact {
	background-color: #f8f8f8;
	color: #414141;
}

#contact .sec-title h2:after {
	border-bottom: 1px solid #0000c7;
}

/*=================================================================
	Portfolio
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

figcaption.mask p {
	margin: 0;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #009EE3;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

/*=================================================================
	Testimonials
==================================================================*/


#instructors {
    padding: 0;
    color: #414141;
}

#instructors .sec-title h2:after {
	border-bottom: 1px solid #009ee3;
}

#instructors .overlay {
    padding: 70px 0 40px;
}

.instructor-item {
    margin: 0 auto;
    padding-bottom: 50px;
    /*width: 80%;*/
}

.instructor-item img {
    border: 3px solid #f8f8f8;
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.instructor-item > div {
    line-height: 30px;
    position: relative;
}

.instructor-item > div:before {
    background-image: url("../img/icons/quotes.png");
    background-repeat: no-repeat;
    bottom: 127px;
    height: 33px;
    left: -35px;
    position: absolute;
    width: 45px;
}

.instructor-item > div:after {
    background-image: url("../img/icons/quotes.png");
    background-position: -58px 0;
    background-repeat: no-repeat;
    bottom: -50px;
    height: 33px;
    position: absolute;
    right: 0;
    width: 45px;
}

.instructor-item > div > span {
    display: inline-block;
    font-weight: 700;
    margin: 40px 0 30px;
    text-transform: uppercase;
}

#instructors .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}

#instructors .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#instructors .owl-prev:hover,
#instructors .owl-next:hover {
    color: #fff;
}

/*============================================================
	Footer
==============================================================*/

#footer {
    background-color: #2E2E2E;
    padding: 70px 0;
    color: #fff;
}

.footer-content {
    width: 390px;
    margin: 0 auto;
}

.footer-content > div {
    margin-bottom: 40px;
}

.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;
}

/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

/*about*/
    #about .welcome-block img {
        margin-bottom: 30px;
    }

/* portfolio */
    figcaption.mask {
        bottom: -151px;
    }

    .instructor-item > div:after {
        bottom: -40px;
    }
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

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

/* home slider  */
    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

/* about */
    .recent-works {
        margin-bottom: 50px;
    }

    .service-item {
        margin-bottom: 50px;
    }

/* portfolio */
    .portfolio-item {
        width: 48%;
    }

/* instructor */
    .instructor-item {
        width: 100%;
    }

    /*.instructor-item {
        width: 80%;
    }*/

    .instructor-item > div:after {
        bottom: -35px;
    }
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

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

    body {
        font-size: 14px;
    }

    .parallax {
        background-position: center top !important;
    }

    .sec-title h2 {
        font-size: 25px;
    }

    .sec-title h2:after {
        left: 30%;
    }

/*navigation*/
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

	.nav li a {
		padding: 7px 10px;
	}
	#navigation {
	background-color: rgba(0,0,0,.7);
	}

/* slider */
    .caption-content h2 {
        font-size: 20px;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

/* about */
    .recent-works {
        margin-bottom: 85px;
    }

    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

    #about .owl-buttons {
        margin-top: 20px;
    }

    #about .message-body {
        margin-bottom: 45px;
    }

    #about .welcome-block img {
        margin: 0 25px 15px 0;
    }

/* service */
    .service-item {
        width: 100%;
    }

/*portfolio*/
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }

/* lightbox */
    .fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }

/* instructor */
    .instructor-item {
        width: 95%;
    }

    .instructor-item > div:before,
    .instructor-item > div:after {
        background-image: none;
    }

    .instructor-item > div > span {
        margin: 30px 0 20px;
    }

/* footer */
    .footer-content {
        width: 100%;
    }
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .sec-title h2:after {
        left: 38%;
    }

/* home slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

/*about*/

    #about .welcome-block h3 {
        margin: 0 0 35px;
    }

/* service */

    .service-item {
        margin: 0 auto 50px;
        width: 55%;
    }

/* portfolio */
    .portfolio-item {
        width: 48%;
    }

    figcaption.mask {
        bottom: -132px;
    }

/* instructor */
    .instructor-item {
        width: 80%;
    }

    .instructor-item > div:before {
        bottom: 160px;
    }

/* footer */
    .footer-content {
        width: 380px;
    }
}

/*=================================================================
	Custom
==================================================================*/

h1 {
	font-family: "Noto Serif JP", "游明朝","Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 900 !important;
	line-height: 1.3em;
	letter-spacing: 0;
	text-transform:none;
}

h2 {
	font-family: "Noto Serif JP", "游明朝","Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 900 !important;
	line-height: 1.3em;
	letter-spacing: 0;
	text-transform:none;
}

h3,h4.h5,h6 {
	font-family: "Noto Serif JP", "游明朝","Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 900 !important;
	line-height: 1.3em;
	letter-spacing: 0;
	text-transform:none;
}

.btn {
	font-size: 16px;
}

.navbar-brand {
	padding: 5px 15px;
}

/*=================================================================
	Table
==================================================================*/

table {
	margin: 0;
	border: 1px solid #c5c5c5;
	border-collapse: separate;
	border-spacing: 4px;
	width: 100%;
	background: #fff;
	box-sizing:border-box;
}

th {
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	vertical-align: top;
	padding: 18px 15px;
	white-space: nowrap;
}

td {
	background: #fff;
	padding: 18px 15px;
	border: 1px solid #e5e5e5;
	width: 80%;
}

input {
	padding: 5px;
}

textarea {
	padding: 5px;
}

input[type="submit"] {
	margin-top: 10px;
}

.caseWrap table {
	margin: 40px 0 0 0;
	border: 1px solid #c5c5c5;
	border-collapse: separate;
	width: 99%;
	background: #fff;
	box-sizing:border-box;
}

.caseWrap table .img-responsive {
	margin: auto;
}

table.mailform {
	color: #616161;
}

table.mailform span {
	margin-right: 10px;
}

table.mailform tr th span {
	font-size: 16px;
}

@media only screen and (max-width:768px){
	table.mailform {
		width: 100%;
	}
	table.mailform {
		width: 100%;
	}

	table.mailform input,textarea {
		max-width: 100%;
	}
}

@media only screen and (max-width:479px){
	.companyWrap table th,
	.companyWrap table td,
	table.mailform th,
	table.mailform td {
		padding: 18px 0;
		width: 100%;
		display: block;
		border-top: none;
		text-align: center;
	}
	.companyWrap table td ul li,
	table.mailform td ul li {
		text-align: left;
	}
	input[type="button"] {
		margin-top: 10px;
	}
}

/*========================================
	5-1.汎用
========================================*/

/* 固定フッター */
#fixFooter {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 302;
	width:100%;
	height:70px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
}
#fixFooter a {
	text-decoration: none;
}
#fixFooter .inner {
	margin: 15px auto 0 auto;
	width: 90%;
}
#fixFooter .inner p {
	margin: 25px 0 0 0;
	font-size: 110%;
	text-align: center;
}
.ftTel span {
	padding: 8px 15px;
	color: #ffffff;
	font-weight: bold; 
	font-size: 100%;
	text-shadow: none !important;
	font-family: 'Roboto', sans-serif;
	border-radius: 4px !important;
	border-color: #ff6600;
	background-color: #ff6600;
}

@media only screen and (max-width:479px){
	.sm-no {
		display: none;
	}
	#fixFooter .inner p {
		font-size: 105%;
	}
	#fixFooter .inner {
		width: 100%;
	}
}

@media only screen and (max-width:370px){
	#fixFooter .inner p {
		font-size: 95%;
	}
	.ftTel span {
		padding: 8px 10px;
		font-size: 110%;
	}
}

.fontmincho {
	font-weight: 900;
	font-family: "Noto Serif JP", "游明朝","Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.letterSpacing-1 {
	letter-spacing: -2px;
}

.letterSpacing1 {
	letter-spacing: 5px;
}

/* 配置 */
.txtC{text-align:center;}
.txtL{text-align:left;}
.txtR{text-align:right;}

.clear{clear:both;}

/* 余白 */
.mb0 {margin-bottom:0 !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}

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

.bold{font-weight:bold;}

/* フォントサイズのパターン */
.font200{font-size:200%;}
.font150{font-size:150%;}
.font140{font-size:140%;}
.font130{font-size:130%;}
.font120{font-size:120%;}
.font110{font-size:110%;}
.font90{font-size:90%;}
.font80{font-size:80%;}
.font70{font-size:70%;font-weight:normal;}
.font60{font-size:60%;font-weight:normal;}
.font50{font-size:50%;font-weight:normal;}

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontred3{color:#d7000f;}
.fontorange1{color:#FF6600;}
.fontorange2{color:#FF9900;}
.fontorange3{color:#FF4E00;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontyellow3{color:#e0b13a;}
.fontyellow4{color:#edae44;}
.fontblue1{color:#0000FF;}
.fontblue2{color:#3399CC;}
.fontblue3{color:#0168AE;}
.fontnavy1{color:#00007C;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontgreen3{color:#82AC00;}
.fontbrown1{color:#993300;}
.fontbroun2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpurple3{color:#993366;}
.fontpink1{color:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontpink3{color:#fae2e7;}
.fontpink4{color:#dc007f;}
.fontgray1{color:#666666;}
.fontgray2{color:#999999;}
.fontw{color:#ffffff;}
.fontbk1{color:#383838;}
