/* write your custom styles here */
.navbar-nav li > a span {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.04em;
  text-align: center;
}
.navbar-nav small {
    display: block;
    font-size: 10px;
    letter-spacing: 0.01em;
}
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (orientation: portrait)  {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media (max-width: 61.99em) {
.navbar-brand {
    width: 50%;
}
.znav-container ul.navbar-nav li.cta-area-con {
	  border: none;
}
.znav-container ul.navbar-nav small {
	  display: inline;
	  padding-left: 1em;
  }
.mfs-0 {
	font-size: 0.75019rem !important;	
}
#page_top{
		display: none;
}

.remodal .table > tbody > tr > th, .remodal .table > tbody > tr > td {
    padding: 0.5rem;
}
.table-price .table > thead > tr > th, .table-price .table > tbody > tr > td {
    padding: 0.5rem;
	white-space: nowrap;
}
.table-price img {
	min-height: 80px;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
}
.remodal-close {
    top: 7px;
    left: 8px;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1em;
  bottom: 0;
  background: #00b8ec;
  opacity: 0.8;
  z-index: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* width | color */
.text-stroke-w {
/*  -webkit-text-stroke: 1px #fff;*/
    color: white;
    text-shadow: 2px 2px 2px black;
}
.text-stroke-b {
/*  -webkit-text-stroke: 1px #fff;*/
    color: black;
    text-shadow: 1px 1px 1px white;
}
.border-top-o {
    border-top: 3px solid #ffff00;
	padding: 10px;
}
.border-bottom-o {
    border-bottom: 3px solid #ffff00;
	padding: 10px;
}
.border-bottom-y {
    border-bottom: 3px solid #fafd02;
	padding: 10px;
}
.text-bg-w {
	background-color: rgba( 255, 255, 255, 0.85 );
}
.text-bg-y {
	background-color: rgba( 250, 253, 2, 0.85 );
}
.cta-area {
    padding: 3rem 0;
}
.btn-primary {
    color: white;
    background-color: #00b8ec;
    border-color: #029cc7;
}
.btn {
    font-size: 1rem;
}
.cta-area-con {
	border:1px solid #fff; padding:2em 2em;
}
.cta-area .cta-area-con {
	border:1px solid #fff; padding:2em 2em;
	background-color: rgba( 255, 255, 255, 0.55 );
}
.ui.styled.accordion, .ui.styled.accordion .accordion {
    background-color: #ffffff;
}
.text-r {
	text-align: right;
}

a:hover { text-decoration: none; }
.btn-tell {
    color: white;
    background-color: #263d8a;
    border-color: #172a65;
}
.btn-tell:hover {
    color: #fff;
    background-color: #172a65;
    border-color: #0f1d4a;
}

.button {
  padding: 0.1em;
  cursor: pointer;
  text-decoration: none;
  color: #666;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.07);
}
.border-fade {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.border-fade:hover {
  box-shadow: 0 0 0 0px #888, 0 0 0.1px rgba(0, 0, 0, 0);
  background-color: #fffde5;
}

.fls-1 {
	letter-spacing: 0.1em;
}

/**********************************奥原追記*****************************************/
.relative{
  position:relative;
}


.absolute{
  position: absolute;
  top:0px;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (max-width: 61.99em) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 50%;
        float: left;
		margin-bottom: 1em;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   


span.active {
    color: aqua;
}

.card{
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.07);
}

section#header-video {
    top: -60px;
}

.znav-container .navbar button.navbar-toggler {
  padding-top:15px;
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.hint{
  border: 7px solid yellow;
  padding: 30px;
  background: beige;
  border-radius: 10px;
}


span.info-new{
	background:red;
	color:white;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 11px;
    margin-left:7px;
    margin-top: 15px;
	margin-bottom: 7px;
    max-height: 20px;
}
.info-box{
	display: flex;
	border-bottom: 1px #999999 dotted;
	border-radius:0px;
    width: 95%;
    text-align: center;
    margin: auto;
    padding: 5px 0;
	
}
.info-data{
	flex-basis: 15%;
	padding:12px 0;
	font-size:16px;
    font-weight: bold;
}
.info-text{
	flex-basis: auto;
	line-height: 2.9;
	font-size:16px;
	text-align: left;
    padding-left: 0.8em;
}
@media (max-width: 768px) {
.info-box {
    display: inline-block;
    text-align: left;
    padding: 2px 0;
	}
.info-data {
    display: inherit;
}
.info-text{
	line-height: 1.5;
	font-size:14px;
    padding-left: 0.1em;
	margin-bottom: 1em;
}
.fs-3{
  font-size:1.7em!important;
	line-height: 1.2;
}
.sp-small {
  font-size:1.2em!important;		
	}
h1{
    font-size: 2.4em;
  }
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
.bg-img {
	background-size:contain;
	background-repeat: no-repeat;
}
}
.text-shadow {
	text-shadow: 2px 2px 2px black;
}
