/* DEFAULT 1.3.0 - 2/2014 copyright (c) templatesuper.com | @templatesuper */
html {
  overflow-x: hidden;
}

body {
  color: #282828;
  color: #282828;
  font-family: "FP-ヒラギノ角ゴ StdN W4";
  font-size: 100%;
  line-height: 3em;
  position: relative;
}

a {
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  color: #282828;
}

.glw {text-shadow:0px 0px 5px #333,1px 0px 0px #fff,0px 1px 0px #fff,-1px 0px 0px #fff,0px -1px 0px #fff;}
.bbl{1px 0px 0px #fff,0px 1px 0px #fff,-1px 0px 0px #fff,0px -1px 0px #fff;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FP-ヒラギノUD角ゴF StdN W6";
  font-weight: 700;
}

.full-screen {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

h3 span {
  padding: 0;
  color: #fc490c;
  font-size: 1em;
}

table th {width:20%;}
table th,table td{font-size:1.3em;}

/* container */
@media (max-width: 1199px) {
	.container {
		width: auto;
		margin: 0 20px;
	}
}
@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
	position: relative;
  }
}



/* Navbar */
.site-navbar {
  min-height: 50px;
  padding: 45px 0 20px;
  transition: all 0.3s;
  border: 0;
  background:rgba(255,255,255,0.48);
  position: relative;
  width: 100%;
}

.site-navbar a {
  text-transform: capitalize;
  color: #000;
  font-family: "FP-ヒラギノ角ゴ StdN W4";
  font-size: 1.6em;
  display:block;
  width:auto;
}

.site-navbar .active a,
.site-navbar .current {
  color: #fc490c;
  background: transparent;
}

.site-navbar li a.current:hover {
  color: #fc490c;
  background: transparent;
}

.site-navbar li a:hover {
  color: #fc490c;
  background: transparent;
}

.site-navbar li a:focus {
  color: #fc490c;
  background: transparent;
}

.site-navbar .navbar-brand {
  padding-top: 0;
}

.site-navbar .navbar-toggle .icon-bar {
  background:#fc490c;
}

.site-navbar .navbar-toggle {
  border: 1px solid #fc490c;
  border-radius: 0;
}

.site-navbar a.navbar-brand {
  padding: 10px 0 0 0;
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 45px;
  font-family: "FOT-スキップ Std B";
}

.site-navbar a.navbar-brand span {
  color: #fc490c;
}

.sticky {
  z-index: 100000;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.navbar-header {
    float: none;
    height:78px;
}

.nav>li>a {
    padding: 10px 0 10px 30px;
}

/* banner added:2018/5/21 */
.navbar-nav {
    /*margin: 7.5px 210px 7.5px -15px;*/
    margin:0;
}
.site-navbar {
    padding: 30px 0 0;
}

.navbar-banner {
    position: absolute !important;
    top: 0;
    right: 10px;
	left: auto;
    width: 221px !important;
    z-index: 999999;
	display: -webkit-flex !important;
  	display: flex !important;
	-webkit-justify-content:space-between !important; /* Safari */
	justify-content:space-between !important;
	-webkit-align-items: center !important;
  	align-items: center !important;
}

.navbar-nav>li.navbar-banner>a {
    padding: 0 20px;
}

.navbar-banner p {
    height:60px;
}

.navbar-banner p.header_iticket {
    width:154px;
}
.navbar-banner p.header_paypay {
    width:67px;
}
.navbar-banner p img {
    width: 100% !important;
}

@media all and (max-width: 1199px) {
  .navbar-nav {
      margin: 7.5px -15px;
  }
  .site-navbar {
    padding: 30px 0 0;
  }

  .navbar-banner {
    position: absolute !important;
    top: 30px;
    left: auto;
	right: 30px;
    z-index: 999999;
  }

  .navbar-nav>li.navbar-banner>a {
    padding: 0;
  }

}

@media all and (max-width: 861px) {
	.navbar-nav {
		margin: 10px 0;
	}

	.navbar-banner {
	  position: absolute !important;
	  top: 30px;
	  left: auto;
	  right: 20px;
	  z-index: 999999;
	}
}


@media all and (max-width: 768px) {
	.navbar-nav {
		margin: 50px -15px 7.5px;
	}

	.navbar-banner {
	  position: absolute !important;
	  top: 60px;
	  left: 30px;
	  right: auto;
	  /*width: 130px !important;*/
	  z-index: 999999;
	}
}

.navbar-banner img {
  width: 100%;
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}

.navbar-banner a:hover img {
  opacity: 0.7;
}

/* Carousel */
.carousel .full-width {
  width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.carousel .carousel-caption {
  position: absolute;
  top: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  color: #282828;
  text-shadow: none;
  right: 10%;
  left: 10%;
}

.carousel .carousel-caption h3 {
  display: block;
  padding: 0 0 30px;
  text-transform: uppercase;
  font-family: "FOT-スキップ Std B";
  /*background: rgba(46, 55, 60, 0.8);*/
  font-size: 6em;
  font-weight: 400;
}

.carousel .carousel-caption span {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  background: rgba(27, 147, 199, 0.8);
}

.carousel .carousel-indicators .active {
  width: 8px;
  height: 8px;
  background: #282828;
}

.carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  background: #d2d2d2;
}

.carousel .subtitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  padding:6px 0;
  background:rgba(255,255,255,0.55);
}

.carousel{
  height: 400px;
  margin:auto;
}

.carousel .item {
  height: 100%;
  background-size:100%;
  background-position:0 0;
}

.carousel img {
  position: absolute;
  width: 100%;
}

@media (min-width: 320px) and  (max-width: 767px) {
  .carousel,
  .carousel .item,
  .carousel .item-mask,
  .carousel-inner .item .item-mask img {
    height:150px;
  }
  .carousel-inner {
  	max-height: 150px;
  }
}

@media (min-width: 768px) and  (max-width: 1024px) {
  .carousel,
  .carousel .item,
  .carousel .item-mask,
  .carousel-inner .item .item-mask img {
    height:280px;
  }
  .carousel-inner {
  	max-height: 280px;
  }
  .carousel .carousel-caption {
  	position: absolute;
  	top: 0px;
  }
  .carousel .carousel-caption h3 {
  	padding: 0 0 20px;
  	font-size: 4em;
  }
  .carousel .subtitle {
  	font-size: 14px;
  }
}
.btn-action {
  height: 50px;
  padding: 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px;
  background: #fc490c;
  background-image: -moz-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
  box-shadow: 0 18px 31px 0 rgba(255, 73, 10, 0.3);
  font-family: "FP-ヒラギノ角ゴ StdN W4";
  line-height: 47px;
}

.btn-action:hover {
  color: #fff;
  background: #282828;
  box-shadow: 0 18px 31px 0 rgba(0, 0, 0, 0.3);
}


#about,
#contact,
#portfolio,
.services,
#news,
#access,
.recruit{
  padding: 0px 0 0px;
}

body.home #about,
body.home #contact,
body.home #portfolio,
body.home .services,
body.home #news,
body.home .recruit{
  padding: 50px 0;
}

body.home #access{
  padding: 0 0 50px;
}

#newsinline{
  padding: 50px 0;
}

#about h3,
#contact h3,
#portfolio h3,
.services h3,
.services2 h3,
#access h3,
#news h3,
#recruit h3{
  margin-bottom: 60px;
  text-transform: uppercase;
  font-family: "FP-ヒラギノUD角ゴF StdN W6";
  font-size: 3em;
  font-weight: bold;
}

#about h4,
#contact h4,
#portfolio h4,
.services h4,
.services2 h4,
#access h4,
#news h4,
#recruit h4{
    text-transform: uppercase;
    font-family: "FP-ヒラギノUD角ゴF StdN W6";
    font-size: 2em;
    font-weight: bold;
    text-align: center;
  	margin-bottom: 40px;
	padding:10px 0;
    background: rgba(0,0,0,0.05);
}


#about h5 span,
.services h5 span,
.services2 h5 span,
#portfolio h5 span,
#contact h5 span,
#news h5 span,
#recruit h5 span{
  padding: 0;
  font-size: 1.3em;
  font-weight: 700;
}

#about p {
  color: #282828;
  font-size: 1.6em;
  font-weight: 300;
}

#about strong {
  color: #fc490c;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom:40px;
  display: block;
  line-height: 1.6em;
}

#about h3 span,
.services h3 span,
.services2 h3 span,
#portfolio h3 span,
#contact h3 span,
#news h3 span,
#recruit h3 span{
  padding: 0;
  color: #fc490c;
  font-size: 1em;
}

.tCenter {
  text-align: center;
  font-size: 1.6em;
}

@media (max-width: 768px) {
	#about,
	#contact,
	#portfolio,
	.services,
	.services2,
	#news,
	#access,
    .recruit {
	  padding: 20px 0 !important;
	}
}

/*#########################################################################

# HOME

#########################################################################*/

.iticket {
  width: auto;
  display: block;
  text-align: center;
}
.iticket img {
  width: 100%;
  margin: 0 auto;
  padding:10px;
  border: 1px solid #ddd;
}

/*#########################################################################

# ABOUT

#########################################################################*/
#about h3 {
  margin-bottom: 40px;
  text-align: center;
}

/*#########################################################################

# SERVICES

#########################################################################*/
body.home .services {
  background: #f8f8f8;
}

.services h3{
  margin-bottom: 40px;
  text-align: center;
}

.services p{
  text-align: center;
  font-size: 1.6em;
}

.services p a {
  width: 350px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 414px) {
  .services p a {
    width: auto;
    margin: 0 20px;
  }
}

.services p a img {
  width: 100%;
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}

.services p a:hover img {
  opacity: 0.7;
}

.services .icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
}

.services .icon:hover {
  border: 5px solid #fc490c;
  background: #fc490c;
  cursor: pointer;
}

.services .icon:hover i {
  color: #fff;
}

.services .icon i {
  color: #fc490c;
  text-shadow: 0 18px 31px rgba(255, 73, 10, 0.3);
  font-size: 5em;
  font-weight: 700;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

.services h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
}

/*#########################################################################

# SELF-PAYCARE

#########################################################################*/

body.self-paycare section.services {
    background:url("../images/back_self_pay.jpg") bottom center;
    background-attachment: fixed;
    background-size: cover;
}

#self-paycare {
    padding: 50px;
    background:rgba(255,255,255,0.7);
}

#self-paycare p{
    text-align: left;
}

#self-paycare p.noneData {
    content: "";
    display: block;
    height: 30px;
}

.price_mb {margin-bottom: 40px;}

body.self-paycare h4.lower {
    background: none;
    border-left:2px solid rgba(22,158,155,1.00);
    padding-left: 30px;
    text-align: left;
}

h4.lower {
    background: none !important;
    border-left:2px solid rgba(22,158,155,1.00) !important;
    padding-left: 30px !important;
    text-align: left !important;
}

dl.dl_selfpaycare {
    display:flex;
    margin:0 0 5px;
    font-weight: 600;
}

dl.dl_selfpaycare dt {
    font-size: 1.6em;
    background: rgba(222,222,222,1);
    padding: 20px;
    margin-right: 5px;
    width: 50%;
}

dl.dl_selfpaycare dd {
    font-size: 1.6em;
    background: rgba(255,255,255,1);
    padding: 20px;
    width: 50%;
}
@media (max-width: 767px) {
    #self-paycare {
        padding: 20px;
    }
    dl.dl_selfpaycare {
        display:block;
        margin:0 0 10px;
    }

    dl.dl_selfpaycare dt {
        margin-right: 0;
        width: 100%;
    }

    dl.dl_selfpaycare dd {
        width: 100%;
    }
    #self-paycare p.noneData {
        content: none;
        height: auto;
    }
}

/*#########################################################################

# RECRUIT

#########################################################################*/

body.recruit section.recruit {
    background:url("../images/back_recruit.jpg") top center;
    background-attachment: fixed;
    background-size: cover;
}

#recruit {
    padding: 50px;
    background:rgba(255,255,255,0.7);
}

#recruit p {
    text-align: left;
}

#recruit .tel {
    border-top:1px solid #666;
    padding:20px 0;
    width: auto;
    margin: 0 0 30px;
}


#recruit .tel p {
    width: auto;
    text-align: center;
    padding:0 40px;
    margin: 0;
}

#recruit .tel span.telno {
    font-size:30px;
}

.recruit h3{
  margin-bottom: 40px;
  text-align: center;
}

.recruit p{
  text-align: center;
  font-size: 1.6em;
}

@media (max-width: 767px) {
    #recruit .tel p {
        padding:0;
    }
    #recruit .tel span.telno {
        display:block;
    }
}

/*#########################################################################

# PORTFOLIO

#########################################################################*/
#portfolio {
  color: #282828;
}

#portfolio .box {
  float: left;
  width: 20%;
}

#portfolio h3 {
  text-align: center;
}

#portfolio h3 span {
  padding: 0;
  color: #fc490c;
  font-size: 1em;
}

#portfolio img {
  width: 100%;
  height: auto;
}

#portfolio h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "FP-ヒラギノUD角ゴF StdN W6";
  font-size: 1.6em;
  font-weight: bold;
}

#portfolio .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  background: #000;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}
#portfolio .box a {
	display: inline-block;
	width:100%;
}

#portfolio .box a:hover .info {
  opacity: 0.9;
}

#portfolio .imgport {
  position: relative;
}

#portfolio .imgport:hover {
  cursor: pointer;
}

#portfolio span {
  padding: 5px 25px;
  letter-spacing: 2px;
  color: #000;
  border-radius: 20px;
  background: #fff;
  font-size: 12px;
  line-height: 1.2em;
}

/*#########################################################################

# CLINIC

#########################################################################*/

body.clinic .table-responsive {
	margin-bottom:50px;
}

/*#########################################################################

# NEWS

#########################################################################*/
body.home #news {
  background: #f8f8f8;
}

#news h3,
#newsinline h3{
  text-align: center;
}

#news p,
#newsinline p{
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom:20px;
}

#pagenationbox {
	padding: 30px 0;
}

#pagenation {
	text-align: center;
}

#pagenation a {
	padding: 0 10px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none !important;
    line-height: 40px;
	border:2px solid #fff;
}
#pagenation a.current {
	text-decoration: none;
	border:2px solid #fc490c;
	color: #fc490c;
	background:#fff;
}

#pagenation a:hover {
	text-decoration: none;
	border:2px solid #fc490c;
	color: #fff;
	background:#fc490c;
}

#pagenation .pageselect_wrapp{
 	width: 100%;
 	display:block;
 	padding: 30px 0;
 	font-size: 14px;
}

#pagenation input.pageselect {
	padding: 0 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 2em;
	height: 2em;
	font-size: 14px;
	width: 30%;
}

#pagenation button[type="submit"] {
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding:4px 10px;
	text-align: center;
	color: #cf1818;
	cursor: pointer;
	text-decoration: none !important;
	border-radius: 0.5em;
	border:2px solid #cf1818;
	background:#fff;
	margin-left: 10px;
}

#pagenation button[type="submit"]:hover {
	background-color: #e83903;
	color:#fff;
	text-decoration: none !important;
}

.btn_nonext {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
	height: 50px;
    padding: 0 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    border-radius: 40px;
    background: #eee;
    font-family: "FP-ヒラギノ角ゴ StdN W4";
    line-height: 47px;
}

@media (min-width: 320px) and  (max-width: 768px) {
	#news .btn-action {
		  height: 50px;
		  padding: 0 35px;
		  letter-spacing: 1px;
		  text-transform: uppercase;
		  color: #fff;
		  border-radius: 40px;
		  background: #fc490c;
		  background-image: -moz-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
		  background-image: -webkit-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
		  background-image: -ms-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
		  box-shadow: 0 0 0 0  rgba(255, 73, 10, 0.3);
		  font-family: "FP-ヒラギノ角ゴ StdN W4";
		  line-height: 47px;
	 }

	 #news .btn,
	 .btn_nonext,
	 #pagenation {
		margin-bottom:20px;
	 }
}

body.news_detail .row {
	margin-bottom:50px;
}

#news .box {
  float: left;
  width: 20%;
}


#news img {
  width: 100%;
  height: auto;
}


#news .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  background: #000;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}
#news .box a {
	display: inline-block;
	width:100%;
}

#news .box a:hover .info {
  opacity: 0.9;
}

#news .imgport {
  position: relative;
}

#news .imgport:hover {
  cursor: pointer;
}

/*
#news span {
  padding: 5px 25px;
  letter-spacing: 2px;
  color: #000;
  border-radius: 20px;
  background: #fff;
  font-size: 12px;
  line-height: 1.2em;
}
*/
/*#########################################################################

# CONTACT

#########################################################################*/
#access {
  padding-bottom:50px;
}

#access h3 {
  text-align: center;
}
#access h3 span {
  padding: 0;
  color: #fc490c;
  font-size: 1em;
}
.fluid-wrapper {
  position: relative;
  height: 350px;
  margin-bottom: 40px;
}

.fluid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#access .fa {
  color: #8f8f8f;
  font-size: 1.2em;
}

.mail {
  font-size: 1.6em;
}

.frm input[type="email"],
.frm input[type="text"] {
  height: 50px;
  border-radius: 0 !important;
  background: #fcfcfc !important;
}

textarea {
  padding: 10px !important;
  border-radius: 0 !important;
  background: #fcfcfc !important;
  font-size: 1.2em;
}

.btn-biru {
  border: 0 !important;
  border-radius: 0 !important;
  background: #1b93c7;
}

.btn-biru:hover {
  background: #0170a0;
}

#success p {
  padding: 15px;
}

/* footer */
footer {
  padding-top: 30px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
  background: #1b2124;
  font-size: 15px;
  font-weight: 300;
}

footer a {
  text-decoration: underline;
  color: #fff;
  text-shadow: 0;
  font-weight: 400;
}

.scroll-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.scroll-to-top {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
  opacity: 0;
  border-radius: 4px;
  background: #333;
  filter: alpha(opacity=0);
}

.scroll-to-top.affix {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.affix {
  position: fixed;
}

/* MODAL */
.modal-body img {
  width: 100%;
  height: auto;
}

.modal-body {
  padding: 3px;
}

.modal-content {
  border-radius: 0;
}

button.close {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  padding: 10px !important;
  opacity: 1 !important;
  color: #fff !important;
  background: #1b93c7 !important;
  text-shadow: none !important;
}

.color-0 {
  color: #fff !important;
}

.tw10 {width:10%;}
.tw20 {width:20%;}
.tw30 {width:30%;}
.tw40 {width:40%;}
.tw50 {width:50%;}
.tLeft {text-align: left !important;}
.tRight {text-align: right !important;}
.bg-color-0 {
  background-color: #fff !important;
}

.border-color-0 {
  border-color: #fff !important;
}

.color-1 {
  color: #222 !important;
}

.tw10 {width:10%;}
.bg-color-1 {
  background-color: #666 !important;
}

.border-color-1 {
  border-color: #ccc !important;
}

.color-2 {
  color: #fc490c !important;
}

.bg-color-2 {
  background-color: #fc490c !important;
}

.border-color-2 {
  border-color: #fc490c !important;
}

.color-3 {
  color:#EF0989 !important;
}

.bg-color-3 {
  background-color: #0000cd !important;
}

/* .bg-color-3 {
  background-color: #EF0989 !important;
} */

.border-color-3 {
  border-color: #EF0989 !important;
}

.color-4 {
  color:#f2f2f2 !important;
}

.bg-color-4 {
  background-color: #f2f2f2 !important;
}

.border-color-4 {
  border-color: #f2f2f2 !important;
}

.color-5 {
  color:#4682B4 !important;
}

.bg-color-5 {
  background-color: #4682B4 !important;
}

.border-color-5 {
  border-color: #4682B4 !important;
}

.color-6 {
  color:#DC143C !important;
}

.bg-color-6 {
  background-color: #DC143C !important;
}

.border-color-6 {
  border-color: #DC143C !important;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
	border: 0;
}

.table-curved {
  border-collapse: separate;
  border: solid #ccc 1px;
  border-radius: 6px;
  border-left: 0px;
  border-top: 0px;
}

.table-curved > thead:first-child > tr:first-child > th {
  border-bottom: 0px;
  border-top: 0;
}

.table-curved > thead:first-child > tr > th:first-child {
  border-left: 1px solid #f0c24b;
}

.table-curved > thead:first-child > tr > th:last-child {
  border-right: 1px solid #ea77ad;
}

.table-curved td, .table-curved th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.table-curved thead th {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	height: 44px;
	line-height: 44px;
}

.table-curved tbody th {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}

.table.table-curved tbody tr td {
  padding: 0;
  text-align: center;
  height: 109px;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;

  border-color: #dedede !important;
}

.table.table-servicetime tbody tr td {
   height: 40px;
   padding: 4px 16px !important;
}

.table.table-servicetime .bg-color-0 {
  background-color: #fff !important;
  color: #333;
}

.table.table-servicetime .bg-color-1 {
  background-color: #bbb !important;
  color: #fff;
}

.table.table-servicetime .bg-color-2 {
  background-color: #fc490c !important;
  color: #fff;
}

.table.table-servicetime .bg-color-3 {
  background-color: #0000cd !important;
  color: #fff;
}

.table.table-servicetime .bg-color-4 {
  background-color: #f2f2f2 !important;
  color: #fff;
}

.table.table-servicetime .bg-color-5 {
  background-color: #4682B4 !important;
  color: #fff;
}

.table.table-servicetime .bg-color-6 {
  background-color: #DC143C !important;
  color: #fff;
}

.table-curved > :first-child > :first-child > :first-child {
  border-radius: 6px 0 0 0;
}

.table-curved > :first-child > :first-child > :last-child {
  border-radius: 0 6px 0 0;
}

.table-curved > :last-child > :last-child > :first-child {
  border-radius: 0 0 0 6px;
}

.table-curved > :last-child > :last-child > :last-child {
  border-radius: 0 0 6px 0;
}

.sp {display: none !important;}
.pc {display: block !important;}


/* CUSTOM RESPONSIVE */
@media (max-width: 991px) {
#portfolio .box,
#news .box{
    float: left;
    width: 50%;
}
.site-main {
	margin-top: 90px;
}
  
}

@media (max-width: 767px) {
	.sp {display: block !important;}
	.pc {display: none !important;}
	.site-navbar {
	  min-height: 50px;
	  padding: 20px 0;
	  transition: all 0.3s;
	  border: 0;
	  background:rgba(255,255,255,0.48);
	}

	  .site-navbar a.navbar-brand {
	  padding: 0 0 0 10px;
	  text-transform: uppercase;
	  font-size: 2em;
	  font-weight: 500;
	  line-height: 45px;
	  font-family: "FOT-スキップ Std B";
	}
	.carousel .carousel-caption {
		position: absolute;
		top: 0;
		right: 10%;
		left: 10%;
	/*
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	*/
		height: 100%;
		color: #282828;
		text-shadow: none;
		/*-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;*/
	}
	.carousel .subtitle {
		letter-spacing: 2px;
		text-transform: uppercase;
		font-size: 1.1em;
		font-weight: 600;
		padding: 0;
		text-shadow: 0 0 20px #fff;
	}
	
	@media (max-width: 767px) {
		.carousel .subtitle {
			line-height: 1.5em;
		}
	}
	.carousel .carousel-caption h3 {
	  display: none;
	  /*margin-bottom: 20px;
	  padding: 0 0 30px;
	  text-transform: uppercase;
	  font-family: "FOT-スキップ Std B";
	  font-size: 6em;
	  font-weight: 400;*/
	}
	.btn_message { display: none;}
	#about strong {
		color: #fc490c;
		font-size: 1.5em;
		font-weight: 600;
		margin-bottom: 40px;
		display: block;
		line-height: 1.6em;
	}
	  #about h3,
	  #blog h3,
	  #contact h3,
	  #portfolio h3,
	  .services h3,
	  .services2 h3,
	  #team h3 {
		font-size: 3em;
	  }
	  .frm .col-md-12,
	  .frm .col-md-6 {
		padding: 0;
	  }
	  .carousel-caption span {
		font-size: 0.7em;
	  }
	  .alignleft,
	  .alignright {
		width: 100%;
	  }
	footer {
		font-size: 11px;
	}
}

/*---------------------------------------------------------------------------
/* 9: spacer
 --------------------------------------------------------------------------*/
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}

.ml05 {margin-left:5px !Important;}
.ml10 {margin-left:10px !Important;}
.ml15 {margin-left:15px !Important;}
.ml20 {margin-left:20px !Important;}

.mb00 {margin-bottom:0px !Important;}
.mb05 {margin-bottom:5px !Important;}
.mb10 {margin-bottom:10px !Important;}
.mb15 {margin-bottom:15px !Important;}
.mb20 {margin-bottom:20px !Important;}
.mb30 {margin-bottom:30px !Important;}
.mb40 {margin-bottom:40px !Important;}
.mb50 {margin-bottom:50px !Important;}

.mr05 {margin-right:5px !Important;}
.mr10 {margin-right:10px !Important;}
.mr15 {margin-right:15px !Important;}
.mr20 {margin-right:20px !Important;}