@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
	font-family: "Work Sans", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	 background: linear-gradient(#333, #000);
	
}

#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #F95959;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #F95959;
  outline: none;
  text-decoration: none;
}

p {
  margin:20px auto;
}

a:hover{opacity: 0.5 ;}

h1, h2, h3, h4, h5, h6, figure {
  color: #fff;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-weight: bold;
}

::-webkit-selection {
  color: #fff;
  background: #F95959;
}

::-moz-selection {
  color: #fff;
  background: #F95959;
}

::selection {
  color: #fff;
  background: #F95959;
}

.flex{display: flex;display: -webkit-flex; flex-wrap: wrap;}

.main-nav .top-menu {
  padding:20px;
  background:rgba(0,0,0,0.5);
  box-shadow:0 2px 8px rgba(30,30,80,.3);
  left:0;
  line-height:1;
  position:fixed;
  top:0;
  width:100%;
  z-index:24;
  
}
.main-nav #fh5co-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
}
.main-nav #fh5co-logo a span {
  color: #FFF;
}
.main-nav a {
  padding: 5px 10px;
  color: #FFF;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;  
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-nav .menu-1 {
    display: none;
  }
}
.main-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.main-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.main-nav ul li a {
  font-size: 15px;
  padding: 30px 5px;
  color: #FFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-nav ul li a:hover, .main-nav ul li a:focus, .main-nav ul li a:active {
  color: #fff;
  background-color:#333333;
}
.main-nav ul li.has-dropdown {
  position: relative;
}
.main-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.main-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.main-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.main-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.main-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.main-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.main-nav ul li.has-dropdown:hover a, .main-nav ul li.has-dropdown:focus a {
  color: #000;
}
.main-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.main-nav ul li.btn-cta a span {
  background: #f95959;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.main-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.main-nav ul li.active > a {
  color: #000 !important;
  position: relative;
}
.main-nav ul li.active > a:after {
  position: absolute;
  bottom: 25px;
  left: 15px;
  content: '';
  width: 20px;
  height: 2px;
  background: #F95959;
  margin: 0 auto;
}

#page-toparea {
  
  background: #fff url(../images/loader.gif) no-repeat center center;
}

#page-toparea .btn {
  font-size: 24px;
}
#page-toparea .btn.btn-primary {
  padding: 14px 30px !important;
}
#page-toparea .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  padding-top:80px;
  background:#f0f0f0 !important;
}
#page-toparea .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#page-toparea .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/*min-height: 700px;*/
#page-toparea .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: 1;
}
#page-toparea .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#page-toparea .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#page-toparea .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#page-toparea .flexslider .flex-direction-nav {
  display: none;
}
#page-toparea .flexslider .slider-text {
  display: table;
  opacity: 0;
  z-index: 9;
}
/*  min-height: 700px;*/
#page-toparea .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
}
/* min-height: 700px;*/
#page-toparea .flexslider .slider-text > .slider-text-inner h1, #page-toparea .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#page-toparea .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #page-toparea .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}
#page-toparea .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#page-toparea .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
#page-toparea .flexslider .slider-text > .slider-text-inner .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#page-toparea .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #F95959 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#page-toparea .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#page-toparea .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
#page-toparea .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#page-toparea .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

#toppage-main img{ padding:15px;}

#toppage-main,
#seofooter,
#footer-area {
  padding: 3em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #toppage-main,
  #seofooter,
  #footer-area {
    padding: 3em 0;
  }
}

/*���̎q�f�[�^�n*/

.wombox{ min-height:450px;
 background-image:url(../images/woboxbg.jpg);}

.sc_time{
background-image:url(../images/timegb.jpg);
background-size: cover;
padding:2px;
color:#fff;
font-size:120%;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-weight: bold;}
.name{background-image:url(../images/timegb.jpg);
padding:5px 0;
color:#fff;}
.name h3{ font-size:120% !important;
margin:5px auto;}
.name a{color:#fff; !important;}

/*���̎q�f�[�^�n��*/
.sc_time2{
background-image:url(../images/timegb2.jpg);
background-size: cover;
padding:2px;
color:#fff;
font-size:120%;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
font-weight: bold;}
.name2{background-image:url(../images/timegb2.jpg);
padding:5px 0;
color:#fff;}
.name2 h3{ font-size:120% !important;
margin:5px auto;}
.name2 a{color:#fff; !important;}
/*���̎q�f�[�^�n��*/

/*���̎q�f�[�^�n��*/
.sc_time3{
background-image:url(../images/timegb3.jpg);
background-size: cover;
padding:2px;
color:#fff;
font-size:120%;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
font-weight: bold;}
.name3{background-image:url(../images/timegb3.jpg);
padding:5px 0;
color:#fff;}
.name3 h3{ font-size:120% !important;
margin:5px auto;}
.name3 a{color:#fff; !important;}
/*���̎q�f�[�^�n��*/

.catalogbox {
  position: relative;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color:#333;
}


.catalogbox:hover, .catalogbox:focus {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.catalogbox:hover .icon, .catalogbox:focus .icon {
  background: #e40808;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
}
.catalogbox:hover h3 a, .catalogbox:focus h3 a {
  color: #F95959;
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

#seofooter h2{ color:#CCCCCC;}
#seofooter{ color:#CCCCCC;
background:url(../images/pcfooter.jpg);
background-size:cover;}

#seofooter2{ color:#CCCCCC;
background-size:cover;}

.seofooter {
  margin-bottom: 60px;
}
.seofooter > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#seofooter a{ color:#fff;}
.seofooter > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .seofooter {
    width: 100%;
  }
}
.seofooter .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: #fff;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.seofooter .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.seofooter .blog-text span.comment {
  float: right;
}
.seofooter .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.seofooter .blog-text span.comment a i {
  color: #F95959;
  padding-left: 7px;
}
.seofooter .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.seofooter .blog-text h3 a {
  color: black;
}
.seofooter .blog-text:hover {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}

#footer-area {
  background: #000;
  color:#CCCCCC;
}
#footer-area .footer-area-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #footer-area .footer-area-links {
    margin-bottom: 30px;
  }
}
#footer-area .footer-area-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-area .footer-area-links li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#footer-area .footer-area-links li a:hover {
  text-decoration: underline;
}
#footer-area .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #footer-area .fh5co-widget {
    text-align: left;
  }
}
#footer-area .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer-area .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.main-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}
.main-nav-toggle.active i::before, .main-nav-toggle.active i::after {
  background: #444;
}
.main-nav-toggle:hover, .main-nav-toggle:focus, .main-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.main-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.main-nav-toggle i::before, .main-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.main-nav-toggle.main-nav-white > i {
  color: #fff;
  background: #000;
}
.main-nav-toggle.main-nav-white > i::before, .main-nav-toggle.main-nav-white > i::after {
  background: #000;
}

.main-nav-toggle i::before {
  top: -7px;
}

.main-nav-toggle i::after {
  bottom: -7px;
}

.main-nav-toggle:hover i::before {
  top: -10px;
}

.main-nav-toggle:hover i::after {
  bottom: -10px;
}

.main-nav-toggle.active i {
  background: transparent;
}

.main-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.main-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.main-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .main-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #F95959;
  color: #fff;
  border: 2px solid #F95959;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fa7272 !important;
  border-color: #fa7272 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #F95959;
  border: 2px solid #F95959;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F95959;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F95959;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

form label {
  font-weight: normal !important;
}
form .error {
  color: #B90B0B;
  font-size: 16px !important;
}

#message {
  resize: vertical;
}

#form-message-warning, #form-message-success {
  display: none;
}

#form-message-warning {
  color: #B90B0B;
}

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 16px;
}
.absolute {
    position: absolute;
    left: 10px;
    bottom: 20px;
}

.relative {
    position: relative;
    width:100%;
}

.ent {
    position: absolute;
    left: 38%;
    bottom:45%;
}
.und {
    position: absolute;
    right:38%;
    bottom:45%;
}

/*�V��iflame�n*/
.mincho{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight:900;}
.inlineframe {
 background-image:url(../images/inlinebg.jpg);
 height:200px;
 overflow:auto;
 overflow-y:scroll;
 overflow-x:hidden;
 text-align:left;
 padding:15px;
 color:#CCCCCC;
 margin-bottom:30px;}
 
 .inlineframered {
 background-image:url(../images/inlinebgred.jpg);
 height:200px;
 overflow:auto;
 overflow-y:scroll;
 overflow-x:hidden;
 text-align:left;
 padding:15px;
 color:#CCCCCC;
 margin-bottom:30px;}
 
  .inlineframered h2{ font-size:80%;
 color:#FFFFFF;}
 
 
 .inlineframeeve {
 background-color:#000;
 height:350px;
 overflow:auto;
 overflow-y:scroll;
 overflow-x:hidden;
 padding:15px;
  color:#CCCCCC;}
 
 .inlineframe h2{ font-size:80%;
 color:#FFFFFF;}
 
#pickup{ background-image:url(../images/picupbg.jpg);
padding:30px 0;}

#pickupred{ background-image:url(../images/picupbgred.jpg);
padding:30px 0;}

#news{ text-align:center;
background-image:url(../images/main15.jpg);
background-size:100%;
padding-bottom:60px;}

#intro {
  position: relative;
  margin-top: -6em;
  margin-left:auto;
  margin-right:auto;
  z-index: 8;
  clear: both;
  padding-bottom:60px;
}

.intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  
}
.red{background:#ff0000;}

.bn{background:#ffff00;
padding:2em;}

.wh{ background:#FFFFFF;}

.bn2{padding:2em;}
.vd{ width:99%;}
/*# sourceMappingURL=style.css.map */

}

.logo-m{ z-index:99;position:absolute; top:100px; left:100px;}

#concept{ background-image:url(../images/conceptbg.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
 }
  
  .box{ padding:30px 10px;}
  .cbox{ 
  display: flex;
  align-items: center;
  justify-content: center;
   height:80vh;}
  
 #subpageheader{ padding:80px 10px;}

#indexseo{ font-size:90%;
padding:20px 0;}
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.infotop{ background-image:url(../images/shopinfo202011.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
 }
#covid{ 
background-image:url(../images/bgsilv.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
font-size:90%;
color:#333333;
padding::30px 0;
}
#covid h3{ color:#000066;}

#shopinfo{background-image:url(../images/shopinfobg.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;}
  
#system{ background-image:url(../images/systemsc1bg.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding:50px 0px;}  
  
.systemtop{background-image:url(../images/sys12.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
   text-shadow: 1px 2px 3px #333; }
  
.text200{ font-size:200%;}

.gbox{ background-image:url(../images/gboxbg.png);
color:#fff;
padding:5px;
margin:0px 15px;
font-size:200%;}

.price{ font-size:200%;
color:#fff;}

.recruit{ background-image:url(../images/rebg2.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color:#333;}

.recruit h1{ color:#FFF;
text-shadow: 1px 2px 3px #000; 
margin:15px;}
.recruit h2{ color:#ff6699;
margin:15px auto;}
.recruit h3{ color:#ff6699;
margin:15px auto;}

.recruittop{ background-image:url(../images/recmainbg2021.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;}
  
.recruittop2{ background-image:url(../images/recmainbg20212.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;}
  
#recruittable{ width:100%;}
#recruittable th{ width:40%;
background:#f2f2f2;
text-align:center;
padding:10px;
border:1px solid #ccc;
color:#000000;}
#recruittable td{ width:60%;
background:#fff;
padding:10px;
border:1px solid #ccc;
color:#000000;}

.mens{
color:#333333;
background:#000;}
.mens h1{ color:#FFF;
text-shadow: 1px 2px 3px #000; 
margin:0px;}
.mens h2,h3{ color:#f2f2f2;
margin:2em auto;}
.mensrecruittop{background-image:url(../images/mens.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
   display: flex;
  align-items: center;
  justify-content: center;
   height:80vh;
   color:#fff;}
   
#recruittop{ background-image:url(../images/recruitbggold.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding:30px;}
  
#top_today{ padding-top:50px;}

#companion{ padding:80px 0px;
 background-image:url(../images/bgsilv.jpg);}
.companiontop{ background-image:url(../images/companionbg202010.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding:30px;}
  
#newface{ padding:80px 0px;
 background-image:url(../images/bgtop.jpg);}
 
.newfacetop{ background-image:url(../images/pcnewface202012.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding:30px;}
  
#schedule{ padding:30px 0px;
 background-image:url(../images/bgwh1.jpg);}
 
 #schedule h2{ color:#333333 !important;
 margin-top:-50px;}

.scheduletop{ background-image:url(../images/schedulebg2020112.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding:30px;}
  
.mscheduletop{ background-image:url(../images/mschedulebg2020112.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding:30px;}

.schedulenmenu ul{
	list-style: none;
    display:flex;
	justify-content:center;
	padding-left:0px;
	width:100%;
}
.schedulenmenu li
{
margin:1.5px;
width:11%;
text-align: center;
}

.mschedulenmenu ul{
	list-style: none;
  justify-content:center;
	padding-left:0px;
  width:100%;
  text-align: center;
}
.mschedulenmenu li
{
margin:1.5px;
width:15%;
text-align: center;
display: inline-block;
padding-bottom: 10px;
}

.scbtn{
padding:10px 20%;
margin:1.5px;
background-image:url(../images/scmenubgv2.jpg);
border-radius: 5px;
display:flex;
justify-content:center;
color:#fff;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
font-weight:900;
font-weight:bold;
}

.scbtn:hover{
color:#f2f2f2 !important;
opacity: 0.9 !important;

}

#single{ padding-top:100px;}

.singlesubimg ul{
	list-style: none;
    display:flex;
	justify-content:center;
	margin-left:-1.5%;
	width:100%;
	padding-left:10px;
}
.singlesubimg li
{width:25%;
padding:5px;}

.profilebox{background-image:url(../images/profilebg.jpg);
margin-bottom:30px;
padding-bottom:30px;
color:#333333;}

.prftitle{color:#fff;
background-image:url(../images/gboxbg.jpg);
margin:15px auto;
padding:5px 0;}

.prftitleside{color:#fff;
background-image:url(../images/gboxbg.jpg);
margin:0;
padding:5px 0;}

#singletable { border-collapse: separate;
border-spacing: 3px;
width:100%;}
#singletable th{ width:30%;
padding:10px 5px;
background-image:url(../images/scmenubg.jpg);
color:#000;
font-weight:500;}
#singletable td{ width:70%;
padding:10px 5px;
background:#333;
color:#FFFFFF;}

#singlesctable { border-collapse: separate;
border-spacing: 3px;
width:100%;}
#singlesctable th{
padding:5px;
background:#000033;
color:#fff;
font-weight:500;
text-align:center;}
#singlesctable td{ width:70%;
padding:5px;
background:#000;
color:#fff;}

#singlemsctable { border-collapse: separate;
border-spacing: 3px;
width:100%;}
#singlemsctable th{
padding:5px;
background-image:url(../images/scmenubg.jpg);
color:#000;
font-weight:500;
font-size:80%;
text-align:center;}
#singlemsctable td{
padding:5px;
background:#333;
color:#FFFFFF;
text-align:center;}

#womanschedule{ padding:80px 0px;
 background-image:url(../images/inlinebg.jpg);}
 
.womanschedule{ background-image:url(../images/womanscheduletop.jpg);
 background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding:30px;}
 
.womanschedulebox{background-image:url(../images/profilebg.jpg);
margin:10px 0;
padding:10px;
color:#333333;}

.wosctitle{
background-image:url(../images/gboxbg.jpg);
margin:15px auto;
padding:5px 0;}

.wosctitle a{color:#fff;}

.newbg{background-image:url(../images/bgtop.jpg);}


.entbt{ width:150px;}
.exbt{ width:150px;}
@media screen and (max-width: 1280px) {
.entbt{ width:100px;}
.exbt{ width:90px;}
}

#ranking{ background-image:url(../images/rankbg.jpg);
background-size: cover;}
.ranking{
  width: 100%;
  height: 300px;
  object-fit: cover; 
  object-position:0% 0%;
}
.mg{ margin:2em auto;}
.bk{ color:#333;}

  #reflo{ background:#fff;}
  .reflobox{ padding:50px 0;}