
/* カフェ スタイル
	style.css
*/


/* 全体のスタイル */

body{
	margin: 0px;
	font-family: "HGSｺﾞｼｯｸM",sans-serif;
	font-size: 13px;
}

li{
	list-style: none;
}


/* ヘッダー、ナビゲーションのスタイル */

#head{
  background: url(images/haikei4.jpg) ;
	margin: 0px auto;
}

#head header{
  width: 1448px;
	margin: 0px auto;
  padding-top: 35px;
  padding-bottom: 50px;
	position: relative;
}

.bxslider{
	margin: 0;
	padding: 0;
}

.top-img{
	margin:0;
	padding: 0;
	width: 1448px;
}

.nav{
	position: absolute;
	top: 0px;
	left: 123px;
}

.nav-home {
	position: absolute;
	top: 51px;
	left: 300px;
  color: #fff;
}

.nav-about {
	position: absolute;
	top: 52px;
	left: 450px;
}

.nav-menu{
	position: absolute;
	top: 53px;
	left: 935px;
}

.nav-contact{
	position: absolute;
	top: 53px;
	left: 1090px;
}

.top-nav{
  padding:0px;
  margin: 0px;
  margin-left:1310px;
  position:fixed;
  top:0px;
}

header .intro{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}


/* コンテンツのスタイル */

#cont{
	width: 1580px;
	margin: 0px auto;
	padding-top:30px;
}

.title{
	text-align: center;
}


/* メニューのスタイル */

#menu .title{
  margin-top: 20px;
  margin-bottom: 0px;
}

#menu ul{
	text-align: center;
	padding: 0px;
}

#menu li{
	margin: 0px auto;
}

#panel-1 ul,#panel-2 ul,#panel-3 ul{
  width: 1200px;
  margin-left: 155px;
}


/* メニューhoverのスタイル */

figure {
  float: left;
  position: relative;
   overflow: hidden;
   width: 388px;
  margin: 0px;
   margin-left: 10px;
}

figcaption {
   font-family:"DaunPenh Regular",sans-serif;
   position: absolute;
   top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
}

figcaption h3{
  margin-top: 100px;
}

figure:hover figcaption {
  top: 0;
  left: 0;
}


/* ニュースのスタイル */

#news{
	margin-top: 80px;
}

#news article{
  background: url(images/haikei5.jpg) no-repeat center center;
	width: 1580px;
	height: 400px;
	margin: 10px auto;
}

#blog{
	float: left;
	width: 550px;
	height: 350px;
	margin-left: 50px;
  margin-top: 50px;
}

#blog .blog1{
	margin-right: 26px;
}

#blog .blog1 img{
	margin-right: 10px;
}

#blog .blog2{
	margin-right: 30px;
	margin-left: 79px;
}

#twitter{
	width: 500px;
	height: 350px;
	float: left;
  margin-top: 50px;
  margin-left: 250px;
}

.blog-title,.twitter-title{
	text-align: center;
}

.twitter-timeline{
	width: 330px;
	margin: 0px auto;
}


/*ブログのリンク*/

#blog a:link,a:active{
  color: #000;
  text-decoration: none;
}

#blog a:visited{
  color: #000;
  border-style: none;
}

#blog a:hover{
  color: #000;
  text-decoration: underline;
  border-style: none;
}


/* アクセスのスタイル */

#access .title{
	margin-top: 60px;
  margin-bottom: 30px;
}

#access article{
	width: 1580px;
	margin: 20px auto;
}

#info{
	width: 550px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#info .home p{
  margin: 0;
  float: left;
  background: url(images/home.png) no-repeat center left;
  padding: 3px 0px 3px 35px;
}

#info .tel p{
  margin: 0;
  float: left;
  margin-left: 20px;
  background: url(images/tel.png) no-repeat center left;
  padding: 10px 0px 9px 35px;
}

#info .watch p{
  margin-left: 420px;
  background: url(images/watch.png) no-repeat center left;
  padding: 3px 0px 3px 35px;
}

#map{
  -webkit-filter: sepia(30%);
  text-align: center;
}

/* フッターのスタイル */

#footer-main img{
  width: 100%;
}

footer{
  background: url(images/footer.png) no-repeat;
  margin-top: 120px;
  background-size: 100%;
  color: #fff;
  text-align: center;
}

.footer-cont{
  background-color: #1f1f1f;
}

#footer-logo{
  text-align: center;
  margin-top: 80px;
}

#footer-nav{
  text-align: center;
  margin-top: 30px;
}

#footer-nav li{
  display: inline;
  margin-left: 10px;
  margin-right: 20px;
}

#footer-nav li a:hover{
opacity: 0.7;
}

#footer-top{
  padding-left: 20px;
}

.sns a:hover{
  opacity: 0.6;
}

.button {
  display: inline-block;
  width: 170px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #333;
  overflow: hidden;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  color: #fff;
}

.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

.button:hover::after {
  top: 0;
  background-color: #333;
}

#copyright{
  margin: 0px;
  margin-top: 60px;
}

.clear {
  clear:both;
}


/* タブのスタイル */

ul#tabs-list {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
}

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #464645;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: border-top, background-color, color;
  transition-property: border-top, background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

label.panel-label:hover {
  color: #c0392b;
}

#panels {
  background-color: white;
}

#panels .container {
  margin: 0 auto;
  width: 100%;
}

#panels section main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  padding: 20px 24px;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  padding: 20px 24px;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
  padding: 20px 24px;
}

@media all and (min-width: 768px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  border-right: none;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1:last-child {
  border-right: 1px solid #dfdfdf;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
  border-left: 1px solid #dfdfdf;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background-color: white;
  color: #c0392b;
  border-top: 6px solid #c0392b;
  padding-top: 26px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  border-right: none;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2:last-child {
  border-right: 1px solid #dfdfdf;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
  border-left: 1px solid #dfdfdf;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background-color: white;
  color: #c0392b;
  border-top: 6px solid #c0392b;
  padding-top: 26px;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
   border-right: none;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3:last-child {
  border-right: 1px solid #dfdfdf;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
  border-left: 1px solid #dfdfdf;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  background-color: white;
  color: #c0392b;
  border-top: 6px solid #c0392b;
  padding-top: 26px;
}

#tabs-list{
	margin-right: 0px;
}

ul#tabs-list {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}

ul#tabs-list li {
  display: inline-block;
  text-align: center;
  font-size: 0.875em;
  width: 10%;
  -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  -webkit-transition-property: border-top;
  transition-property: border-top;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

ul#tabs-list li:hover {
  border-top: none;
  border-right: none;
}

ul#tabs-list li:hover:last-of-type {
  border-right: 1px solid #dfdfdf;
}

ul#tabs-list li:hover + li {
  border-left: 1px solid #dfdfdf;
}

ul#tabs-list li label.panel-label {
  border-top: 0px solid #c0392b;
  padding: 24px 0;
}

ul#tabs-list li label.panel-label:hover {
  border-top-width: 6px;
  padding-top: 25px;
}

#open-nav-label,
#close-nav-label{
   display: none;
}

#nav-ctrl{
  display: none;
}

.container{
	overflow: hidden;
	width: 100%;
}

.panel-radios{
	visibility: hidden;
}