@charset "utf-8";
/*--------------------------------------------------------------------------
   サイト：窓香房 CSS「stylen.css」
----------------------------------------------------------------------------
■制作者：miwacs2050@gmail.com
■最終更新日：(2014-02-15)
■スタイル階層
    |
    |--import.css
        |
        |--base.css
        |--index.css
        |--stylen.css(*)
------------------------------------*/

/*********************************************
/*
/* Intersection
/*
/********************************************/

/****************************************
body
****************************************/
body {
  /*background: #fff;*/
}

img {
  max-width: 100%;
  height: auto;
}

.main {
  margin-top: 20px;
  margin-bottom: 20px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

address{
	color:#FFF;
}


/*********************************************
/*
/* Header
/*
/********************************************/

/****************************************
.header
****************************************/
.header {
  border-top: 6px solid #00704a;
  background: #fff;
}


/****************************************
.site-logo
****************************************/
.site-logo {
  margin-top: 16px;
  margin-bottom: 14px;
  padding-right: 0;
}


/*********************************************
/*
/* Navigation
/*
/********************************************/

/****************************************
.breadcrumb
****************************************/
.breadcrumb {
  padding: 0;
  background: none;
}

.breadcrumb li+li:before {
  content: '≫';
}


/****************************************
.navbar
****************************************/
.navbar {
  min-height: auto;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container {
    width: 100%;
  }
}

.nav-toggle {
  text-align: right;
}

.navbar-toggle {
  margin: 20px 0 0 0;
  background-image: -webkit-linear-gradient(top,#00704a 0,#00704a 100%);
  background-image:      -o-linear-gradient(top,#00704a 0,#00704a 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#00704a),to(#00704a));
  background-image:         linear-gradient(to bottom,#00704a 0,#00704a 100%);
}

.navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-inverse {
  border: none;
  border-top: 2px solid #00704a;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #00704a;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}

.navbar-collapse {
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .navbar-collapse {
    margin-top: 0;
  }
}

.navbar-nav {
  float: none;
  margin: 0;
}

.navbar-nav li {
  width: 100%;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #363;
  background-color: #f0e68c;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #FFF;
  background-color: #060;
}

@media screen and (min-width: 768px) {
  .navbar-nav li {
    width: 100%;
  }
  .navbar-nav>li {
    width: calc(100% /8);
    text-align: center;
  }
  .navbar-nav li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav>li>a {
    padding: 15px 0;
    color: #FFF;
  }
}


/****************************************
.sub-nav
****************************************/
.sub-nav,
.navbar-form {
  display: none;
}

.sub-nav a {
  color: #66737f;
}

.sub-nav li:before {
  padding-right: 5px;
  content: '≫';
  color: #f0e68c;
}

@media screen and (min-width: 768px) {
  .sub-nav {
    display: block;
    padding-top: 30px;
    text-align: right;
  }
  .navbar-form {
    display: block;
    padding: 0;
    text-align: right;
  }
}

.input-group {
  width: 280px;
}

@media screen and (min-width: 768px) {
  .navbar-form .input-group .input-group-btn {
    width: 1%;
  }
}


/*********************************************
/*
/* key-visual
/*
/********************************************/

/****************************************
.jumbotron
****************************************/
.jumbotron {
  margin: 0;
  padding: 0;
}


/****************************************
.key-visual
****************************************/
.key-visual {
  margin: 0 0 20px 0;
}

.carousel-control i {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: inline-block;
  margin-top: -10px;
  color: #bababa;
}

.carousel-control .fa-angle-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .fa-angle-right {
  right: 50%;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
  .carousel-control i {
    font-size: 30px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .carousel-control .fa-angle-left {
    margin-left: -15px;
  }
  .carousel-control .fa-angle-right {
    margin-right: -15px;
  }
}

.carousel-indicators {
  display: none;
}

.carousel-inner>.item>a>img {
  width: 100%;
}


/****************************************
.page-visual
****************************************/
.page-visual {
  background-color: #fff;
  margin-bottom: 20px;
}

.pagevisual-title {
  margin: 0;
  font-size: 20px;
  padding: 12px 20px;
  height: 40px;
  color: #333;
background-color: #f0e68c;
  /*background-image: url(../img/bg-title.jpg);*/
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-background-size: 50%;
       -o-background-size: 50%;
          background-size: 50%;
}

@media screen and (min-width: 768px) {
  .pagevisual-title {
    font-size: 20px;
    padding: 10px 0 0 10px;
    height: 40px;
    color: #333;
    background-position: right top;
    -webkit-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
  }
}


/*********************************************
/*
/* MainContent-index
/*
/********************************************/

/****************************************
.feature
****************************************/
.feature-block {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .feature-block {
    margin-bottom: 0;
    text-align: center;
  }
}

.feature-block a {
  display: table;
}

@media screen and (min-width: 768px) {
  .feature-block a {
    display: block;
  }
}

.feature-block a:hover {
  text-decoration: none;
}

.feature-block a p,
.feature-block a h3 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .feature-block a p,
  .feature-block a h3 {
    display: block;
    float: left;
  }
}

.feature-block a p {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .feature-block a p {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.feature-block a p img {
  border: 4px solid #ececec;
}

.feature-block a:hover p img {
  opacity: 0.5;
}

.feature-block a h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #666;
}

@media screen and (min-width: 480px) {
  .feature-block a h3 {
    font-size: 20px;
    margin-top: 0;
    padding: 10px 15px 0;
  }
}

.feature-block a:hover h3 {
  color: #bbb;
}

.feature-block a h3 span {
  font-size: 14px;
  display: block;
}

.featureblock-title {
  padding-left: 0;
}


/****************************************
.home-subtitle
****************************************/
.home-subtitle {
  font-size: 25px;
  padding-left: 10px;
  border-left: 4px solid #337ec4;
}

.home-subtitle span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

@media screen and (min-width: 768px) {
  .home-subtitle {
    font-size: 40px;
  }
  .home-subtitle span {
    display: inline;
    margin-left: 20px;
  }
}


/****************************************
.nav-tabs
****************************************/
.nav-tabs li {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .nav-tabs li {
    width: 190px;
    height: 52px;
    margin: 0 4px 0 0;
  }
}

.nav-tabs>li>a {
  font-size: 16px;
  margin: 0;
  padding: 14px 15px;
  text-align: center;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #f0e68c;
  color:#363;
}

@media screen and (min-width: 768px) {
  .nav-tabs>li>a {
    -webkit-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
  }
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  color: #fff;
  background: #6f4b3e;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #f0e68c;
}


/****************************************
.tab-content
****************************************/
.tab-content {
  padding: 20px;
  border: 2px solid #e8e8e8;
  background: #fff;
  margin-bottom:5px;
}

.tab-pane {
  margin-bottom: 0;
  list-style-type: none;
  -webkit-padding-start: 0;
}

.tab-pane li {
  overflow: hidden;
}

.tab-pane li+li {
  margin-top: 12px;
}

.tab-pane div {
  float: left;
}

.tab-pane .article-title {
  font-size: 14px;
  line-height: 1.4;
  float: left;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .tab-pane .article-title {
    float: none;
    padding-left: 154px;
  }
}

.tab-pane .date {
  width: 80px;
  margin-right: 10px;
}

.tab-pane .label {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
  padding: 0.3em 0 0.4em;
  text-align: center;
  color: #fff;
}


.label-product {
  background: #393;
}

.label-news {
  background: #C00;
}

.label-topics {
  background: #099;
}

.label-seminer {
  background: #F60;
}

.label-voice {
  background: #F66;
}


.label-media {
  background: #930;
}


/*********************************************
/*
/* MainContent
/*
/********************************************/

/****************************************
.mainblock
****************************************/
.mainblock {
  padding: 25px 0;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
}

.inner-block p {
	font-size:130%;
  padding: 0 15px;
}

.inner-block li {
  padding: 0 15px 10px;
}

@media screen and (min-width: 768px) {
  .inner-block li {
    padding: 0 3px;
  }
}


/****************************************
.article-nav
****************************************/
.article-nav ul {
  padding: 15px;
  list-style: none;
}

.article-nav li {
  display: inline-block;
}

.article-nav .prev {
  float: left;
}

.article-nav .next {
  float: right;
}

.article-nav li a {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  width: 86px;
  height: 26px;
  text-align: left;
  border: 1px solid #ddd;
  -webkit-border-radius: 13px;
          border-radius: 13px;
}

.article-nav li a:hover {
  text-decoration: none;
  background: #CCC;
}

.article-nav+.inner-block {
  border-top: 1px solid #eaeaea;
}


/****************************************
.title
****************************************/
.maintitle {
  margin-top: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 20px 12px 16px;
    color: #333;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-left: 6px solid #6f4b3e;
}



.subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  padding: 12px 20px 12px 16px;
  color:  #333;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 6px solid #333;
}

.blocktitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 10px;
  color: #333;
  border-bottom: 2px solid #eaeaea;
}

.boxtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  padding: 8px 0;
}


/****************************************
.table
****************************************/
.tablebox {
  padding: 25px 15px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
}

.table>tbody>tr>th {
  border-top: none;
  border-bottom: 2px solid #ddd;
}

.table>tbody>tr>th:first-child,
.table>tbody>tr>td:first-child {
  padding: 8px 8px 8px 15px;
}


/****************************************
.thumb-box
****************************************/
.thumb-box {
  padding: 0;
  list-style: none;
}

.thumb-box li {
  padding: 0 15px 10px;
}

@media screen and (min-width: 768px) {
  .thumb-box li {
    padding: 0 15px;
  }
}

.thumb-box li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px;
  color: #333;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
}

.thumb-box li a:hover {
  text-decoration: none;
  border: 1px solid #333;
}

.thumb-box li a img {
  width: 100%;
  height: auto;
}

.thumb-box h3,
.thumb-box p {
  padding: 0 15px;
}

.thumb-box button {
  float: right;
  margin: 0 15px 15px 0;
}


/****************************************
.thumb-block
****************************************/
.thumb-block {
  list-style: none;
}

.thumb-block li {
  margin-bottom: 10px;
  padding: 4px 4px 15px;
  color: #333;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .thumb-block li {
    padding: 4px;
  }
}

.thumb-block li div {
  position: relative;
  overflow: hidden;
}

.thumb-block li:last-child {
  margin-bottom: 20px;
}

.thumb-block li>div:first-child {
  padding-right: 0;
  padding-left: 0;
}

.thumb-block li>div:first-child img {
  width: 100%;
  height: auto;
}

.thumb-block button {
  float: right;
}


/*********************************************
/*
/* SideContent
/*
/********************************************/

/****************************************
.banner
****************************************/
.aside {
  margin: 10px auto 0;
}

.aside .banner {
  text-align: left;
}

.aside p,
.aside .fb-page {
  text-align: left;
}

.aside p a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 992px) {
  .aside {
    margin: 0 auto;
  }
  .aside p img {
    width: 100%;
    height: auto;
  }
}


/****************************************
.cat-nav
****************************************/
.cat-nav {
  margin-bottom: 10px;
}

.cat-nav .cat-title {
  font-size: 16px;
  line-height: 20px;
  height: auto;
  margin: 0;
  padding:10px;
  color: #fff;
  background: #00704a;
}

.cat-nav ul {
  padding: 0;
  list-style: none;
  border-top: 1px solid #eaeaea;
}

.cat-nav li {
  height: auto;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  padding:10px;
}

.cat-nav li a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding:5px;
  color: #333;
}

.cat-nav li a::before {
  position: absolute;
  right: 15px;
}


/*********************************************
/*
/* Footer
/*
/********************************************/

/****************************************
.btn-pagetop
****************************************/
.btn-pagetop {
  border-bottom: 5px solid #9C3;
  background: #fbfbfb;
}

.btn-pagetop .container {
  text-align: right;
}

.btn-pagetop .container a {
  display: inline-block;
  width: 50px;
  height: 25px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  background: #00704a;
}

.btn-pagetop .container a:hover {
  text-decoration: none;
  background: #c1d5e8;
}

.btn-pagetop .container a i {
  padding-top: 5px;
}



#calenderArea {
	width: 635px;
}
#calenderArea #calenderHead {
	background-repeat: no-repeat;
	height: 63px;
	width: 635px;
}
#calenderHead .prevMonth {
	float: left;
	width: 130px;
	padding-left: 1.5em;
	padding-top: 36px;
	font-size: 14px;
	font-weight: 600;
}
#calenderHead h3 {
	float: left;
	font-size: 180%;
	font-weight: 800;
	padding-top: 23px;
	background-repeat: no-repeat;
	background-position: right 17px;
	padding-right: 105px;
}
#calenderHead .nextMonth {
	float: right;
	padding-right: 1.5em;
	padding-top: 36px;
	font-size: 14px;
	font-weight: 600;
}
#calenderHead h3 .month {
	font-size: 125%;
}
#calenderArea #calenderTbl {
	width: 635px;
	text-align: center;
	table-layout: fixed;
}
#calenderTbl th, #calenderTbl td {
	border: solid 1px #b0b1b1;
}
#calenderTbl tr th {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #727171;
	font-weight: 600;
	border: solid 1px #b0b1b1;
	text-align:center;
}
#calenderTbl tr .sun {
	background-color: #f55382;
}
#calenderTbl tr .sat {
	background-color: #6573af;
}
#calenderTbl .calDay td {
	padding: 4px 0;
	font-weight: 600;
	background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
#calenderTbl .calPrice td {
	height: 40px;
	vertical-align: middle;
}
#calenderTbl .calPrice td .yen {
	padding-left: 3px;
}
#calenderTbl .calPrice td a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}
#calenderTbl .calPrice td a:hover {
	background-color: #ffd4f0;
}
#calenderTbl .calDay .sunDay {
	background-color: #fddde6;
	color: #F55382;
}
#calenderArea #calenderTbl .calDay .satDay {
	background-color: #e0e3ff;
	color: #6573AF;
}
#calenderTbl .calPrice .Lowest {
	background-color: #fff9cc;
}
#calenderTbl .calPrice .current {
	background-color: #f55382;
}
#calenderTbl .calPrice .current a {
	height: 40px;
	width: 83px;
	background-color: #FFF;
	margin: auto;
	line-height: 40px;
	font-size: 13px;
	font-weight: 600;
	color: #f55382;
}
th {
    font-weight: bold;
    text-align: -internal-center;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}
/*----カレンダーここまで----*/


/****************************************
.footer
****************************************/
.footer {
  background: #00704a;
}

.footer .container {
  padding: 10px 0 100px 0;
}

.footer-nav {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  margin: 0;
  color: #00704a;
}

@media screen and (min-width: 768px) {
  .footer-nav>div {
    float: left;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .footer-nav>div {
    max-width: 25%;
    text-align: left;
  }
}

.footernav-title {
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
  color:#FFF;
}

.footernav-title .glyphicon-chevron-down:before {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .footernav-title .glyphicon-chevron-down:before {
    display: none;
  }
}

.list-group {
  margin-bottom: 0;
  color: #FFF;
}

.list-group a {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #FFF;
}

.list-group a:hover {
  text-decoration: none;
  background-color:#00704a;
  color: #FFF;
}

.footer-logo {
  margin-top: 20px;
}

.footer-icon .container {
  list-style-type: none;
}

.footer-icon p,
.footer-icon ul {
  width: 100%;
  text-align: center;
}

.footer-icon li {
  display: inline-block;
  float: none;
}

.footer-icon li a:hover {
  opacity: 0.6;
}

.footer-icon li img {
  width: 40px;
  height: auto;
  border: 2px solid #bedaff;
}

.sns-icon {
  float: left;
}

.copyright {
  text-align: center;
  color: #333;
}



/*===============================================
  横幅480pxまで（固定表示）
===============================================*/
/*@media screen and (max-width: 480px){*/
	
body{  
margin: 0;  
padding: 0;  
}  
* html body{  
    overflow: hidden;  
}   
 
div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: auto;  
    background-color: #630; 
	border-top: 1px solid #CCC ;
} 


* html div#contentsArea{  
    height: 100%; 
    overflow: auto;
} 

.btn-default {
	margin-bottom:10px;
}
.btn-success {
	margin-bottom:10px;
}
.btn-warning {
	margin-bottom:10px;
}

.table-1{
	border-collapse:collapse;
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-size:small;
}
.table-1 th{
	padding:5px;
	background: #966;
	border:1px solid #333;
	text-align:center;
	font-weight:normal;
	color:#FFF;
}
.table-1 td{
	padding:5px;
	background: #fff;
	border:1px solid #333;
}

.index-content a:hover {
  color: black;
  text-decoration: none;
}

.index-content {
  margin-bottom: 20px;
  padding: 20px 0px 20px 0px;
}

.index-content .card {
  margin-bottom: 20px;
}

.index-content .row {
  margin-top: 20px;
}

.index-content a {
  color: black;
}

.index-content .card {
  background-color: #FFFFFF;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.index-content .card img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.index-content .card h4 {
  margin: 20px;
}

.index-content .card p {
	font-size: 12px;
  margin: 20px;
  opacity: 0.8;
}

.index-content .blue-button {
  width: 100px;
  -webkit-transition: background-color 1s, color 1s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 1s, color 1s;
  min-height: 20px;
  background-color: #002E5B;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  font-weight: lighter;
  margin: 0px 20px 15px 20px;
  padding: 5px 0px;
  display: inline-block;
}

@media (max-width: 768px) {
  .index-content .col-lg-4 {
    margin-top: 20px;
  }
}


/*}*/


