@charset "UTF-8";

/* ----------------------------------------------------------
サイト幅
---------------------------------------------------------- */
header #headerInner,
#nav #navInner,
#main .mainInner,
footer #footerInner {

  max-width: 1020px;

}
/* ----------------------------------------------------------
リンクの色
---------------------------------------------------------- */
a {

  color: #000000;

}
/* ----------------------------------------------------------
サイトの背景色
---------------------------------------------------------- */
body {
	
  background: #ffffff;

}
/* ----------------------------------------------------------
ナビゲーションの背景色
---------------------------------------------------------- */
#nav {
	
  background: none;

}
/* ----------------------------------------------------------
ロゴテキストの色
---------------------------------------------------------- */
header #headerInner h1 a {

  color:#deb887 ;/*light-brown*/

}
/* ----------------------------------------------------------
見出しテキスト<h2>の色・位置	
---------------------------------------------------------- */
#main .mainInner h2 {

  color: #000;
  font-size:2.5rem;
  text-align: left;
  

}
/* ----------------------------------------------------------
本文テキストの色	
---------------------------------------------------------- */
body {

  color: #000;

}
/* ----------------------------------------------------------
フッターの背景色
---------------------------------------------------------- */
footer .footerInner2 {

  

}
/* ----------------------------------------------------------
フッターテキストの色
---------------------------------------------------------- */
footer .footerInner2 {

  color: #663333;

}
/* ----------------------------------------------------------
サイトの背景画像指定	
---------------------------------------------------------- */
.bg-Box {

  /*background: url(../images/kabe_bg.jpg) repeat-x repeat-y;*/

}
/* ----------------------------------------------------------
以下Litteraカスタマイズ	
---------------------------------------------------------- */
/* 20170423 */
body{
	/*background-image: url(../images/kabe_bg.jpg);
	background-repeat:repeat;*/
}


#nav{
	
}

/* 20190601 */
#yane{ 
	background: url(../images/top_pot.png),url(../images/top_yane_bg.png);
	background-repeat:no-repeat, repeat-x;
	background-position: top center, top;
	background-size: auto, auto;
	width: 100%;
	height: 100%;
	
	
	}
#yane #yaneInner{
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
	height: 180px;
}
#center{
  align: center;
  text-align: center;
  display:block;
  }
  
img.logo{
	max-width:120px;
	width:100%;
	margin:18px auto 0;	
}
/*20170527*/
/*文字サイズ*/
.font_s{
 font-size: 80%;
 color:#999;
}
.font_ss{
 font-size: 60%;
 color:#999;
}
/*見出し*/
#main .mainInner .top_main{
	font-size:2rem;
	margin:0 0 -30px;
	border-bottom: 3px dotted #663333;
	display: box;
}
/*FB可変調整*/
.facebook-wrapper {
    max-width: 480px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
/*clearfix*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.main_left-box{
	 float:left;
	 width:49%;
}
.main_right-box{
	 float:right;
	 width:49%;
}
.sub_word{
	font-size:1.5rem;
	margin:20px 0;
	text-align: center;
}
/*その他h2背景設定*/
.sub_tea{
	height:30px;
}

.rose  h2:before{
	content:url(../images/rose02.png);
	position:relative;
	margin-right:20px;
	top:10px;
}
.leaf  h2:before{
	content:url(../images/leaf02.png);
	position:relative;
	margin-right:20px;
	top:10px;
}
/* 詳細はこちらのimage中央寄せ */
.link{
	margin:0 auto;
}
.link02{
	margin:0 5% 0 50%;
}
/* グローバル */
/* カレントに下線 */
.home #main-menu .current01,
.teabag #main-menu .current02,
.horoscope #main-menu .current03,
.about #main-menu .current04,
.low #main-menu .current05{
	display:block;
	/*background-color:#FEEDF3;*/
	border-bottom:3px dotted #663333;
}
/* gnav a 高さなど調整 */
#nav #navInner #navMenu .gnav li a{
	height: 35px;
}
/* ドロップダウン設定 */
/* 20170712test */
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin:0 auto;
}

.menu > li {
    float: left;
    width: 20%; /* グローバルナビ5つの場合 */
    height: 50px;
    line-height: 1.2;
    background: #ffffff;
	text-align: center;
}

.menu > li a {
    display: block;
    color: #000000;
	padding-top: 5px;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #FEEDF3;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #fff;
	line-height: 2.0;
}

.menu__third-level li {
    border-top: 1px solid #fff;
}

.menu__second-level li a:hover {
    background: #FEEDF3;
}

.menu__third-level li a:hover {
    background: ;
}

.menu__fourth-level li a:hover {
    background: ;
}

/* 下矢印 */
/*.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
/* single */
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #FEEDF3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/**/
.menu > li.current{
	display:block;
	/*background-color:#FEEDF3;*/
	border-bottom:3px solid #F0B2A7;
}

/* 20170808 */
/* リンク画像背景 */
.link{
	background-image: url(../images/midashi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	display: block:
	box-sizing: border-box;	
}

.link p:before{
	content: url(../images/sankaku.png);
	position:relative;
	top:3px;
	right:3px;
	
}

.link02 p{
	text-align: center;
	font-weight:bold;
	font-size:1.2rem;
	padding: 12px 0 0;
	
}

.link02{
	background-image: url(../images/description_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
}

.link02 p:before{
	content: url(../images/sankaku.png);
	position:relative;
	top:3px;
	right:3px;
	
}
.link p{
	text-align: center;
	padding: 12px 0 0;
}






/* 20170719 */
/*下層見出しh3背景設定*/
.und_leaf{
	margin-bottom: 30px;
	border-bottom: 3px dotted #4C9532 ;
	display: block;
}

.other70{
	margin-bottom: 30px;
}

.und_leaf h3{
	font-size: 2.0rem;
}

.und_leaf  h3:before{
	content: url(../images/leaf01.png);
	position:relative;
	margin-right:20px;
	top:10px;
	
}

.und_leaf >img{
	vertical-align: middle;
}
/*　about.php 概要表　*/
table.gaiyou{
	border-cllapse: collapse;
	text-align: left;
	width: 90%;
	margin: 15px 5%;
}
 th,td{
	padding: 0.3em 0.7em;
	border: 1px solid #999999;
 }
 
 th{
  background-color: #E5E5CA;
  width: 30%;
 }
 
 td{
	width: 70%;
 }
 /*下層見出しｈ4設定*/
h4{
	font-size:1.8rem;
	font-weight: bold;
}
/* about.php 出店実績リスト */
.marche li{
	height: 45px;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 15px;
}
/*.marche li:after{
	content: url(../images/tenten.png);
	display: block;
	margin-top: -10px;
}*/
.marche{
	margin: 0 5% 15px ;
}

/*20170817*/
/*FB aside見出し*/
.fb_h3{
	font-size: 2rem;
	text-align: center;
	margin-top: 10px;
}
/*　ロールオーバー半透明 */
a:hover,a img:hover{
	opacity: 0.5;
}

/*　20170821　*/
#footerInner ul li a:before{
	content: url(../images/leaf02.jpg);
	position:relative;
	top:8px;
	margin-right: 5px;
}

/* スライダー幅 */
#main-slider{
　width: 800px;
}

/* 20170602黒板 */
#boad{
	position: relative;
	max-width: 800px;
	width: 100%;
}
#boad #slide_on{
	position: absolute;
	top: 0px;
	/*left: 110px;*/
	max-width: 800px;
	width: 100%;
	z-index:1000;
	}
/*　20190714_TOP サイド挨拶文字　*/
#wellcome{
	position: relative;
}
#wellcome p {
  position: absolute;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 1.5rem;
  bottom: 0;
  text-align: center;
  margin:0;
  padding:0;
  width: 100%;
  }
#wellcome img {
  width: 100%;
  }
 
#wellcome .sankaku{
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
 }
 
 /*　画像を写真風枠をつけて傾ける　*/
 
.top_img01{
	max-width:662px;
    margin:0 auto;
    box-sizing:border-box;/* borderとpaddingをwidthに含める */
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
 }
.top_img01 img {
    width:100%;
    height:auto;
    vertical-align:top;
  }

.waku01{
    padding:7px;
    border:1px solid #ccc;
    background:#fff;
  }
/*.waku01.rotate01 {
    -moz-transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    transform:rotate(-3deg);
  }*/
  
 .h2_box{
 height: 40px;
 padding-bottom:10px;
 margin-bottom:0;
 display: box;
 }
 h2{
 position: relative;
 padding-left: 6rem;
 font-weight: bold;
 }
h2.top_main:before {
content: url(../images/cup.png);
position: absolute;/*絶対位置*/
max-width: 50px;
width: 100%;
left: 0.6rem;/*アイコンの位置*/
top: -0.3rem;/*アイコンの位置*/

}
/*カレンダーカスタマイズ*/ 
.date_titles {
    padding: 6px 10px 0px 10px;
	}
.top_aside{
	margin-top: 20px;
	box-sizing:border-box;
}

#footerInner ul li a{
	font-size: 1.5rem;
}

/*　20190827　*/
/*　各ページTOPバナー設定　*/

#main #banner_bg {
	margin: 0 auto 30px;	
	height: 90px;
	background: url(../images/other_bnr_bg.jpg) no-repeat;
	background-size: 100%;
	max-width: 80%;
	width: 100%;
	display: block;	
}

#main #banner_bg  h2.other_title{
	position: relative;
	font-weight: bold;
	max-width: 100%;
	width: 100%;
	line-height: 90px;
	color:#696969;
	vartical-align:middle;
	display: ; /* IE8から使用可能 */
	padding: 0;
	text-align: center;
	font-weight: bold;
	text-shadow:
		-1px -1px 0 #ffffff,
		1px -1px 0 #ffffff,
		1px 1px 0 #ffffff,
		-1px 1px 0 #ffffff;
	
}
h2.other_title:before {
content: normal;
max-width: 0px;
}

/* 20190907　行間 */
body p{
	line-height:1.3;
}
