/*====style.css=======*/
@media screen and (min-width: 769px){
img{
max-width:100%;
height: auto;
width /***/:auto;/
}
#container{
width:100%;
}

/*============================================
全体的なスタイル
============================================*/
* {	
	margin:0; padding:0;
	line-height:2em;
	color:#352a0a;
	font-size:100%;
	font-family:"游ゴシック" , "メイリオ" , "Meiryo UI" ,  Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif , Meiryo;
}

body {background-image: url("haikei.png");
	background-color:#ffffff;
	width:90%; margin:0 auto;
	text-align:left;
	background-repeat:repeat;

}
sup {font-size:80%;}

/*============================================
ヘッダ
============================================*/


header {background-image: url("haikei.png");	
	background-repeat:repeat;
	height:100%;
	background-color:#ffffff;
	margin: 0px 0px -5px 0px;
	
}


div.botanright{
		width:100%;
	margin: 0px 0px 0px 700px;
	position: fixed;
	z-index: 5;
}
div.botanleft{	width:50%;
		position: absolute;

	z-index: 6;
}
div.topimg{
		position: relative;

	z-index: 2;
}
div.backimg{
		position: relative;

	z-index: 1;
}
.kotei {
	position: absolute;
	z-index:1;
}

/*============================================
コンテンツ（左と右の2カラム全体）
============================================*/
div.content {

	padding:5px 0px 0px 0px;
	background-image: url("haikei.png");
	background-color:#ffffff;
	width:100%;
	float:center;
}

/*============================================
リンクホバーの指定
============================================*/

div.content a{
	color:#4b406c;
	text-decoration: none;
}

div.content a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



footer a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


a span {
	color:#4b406c;
	display: inline-block;
}
a span {
	transition: .5s;
}
a:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

span.point{
	margin:0px 10px 0px 0px;
	color:#ffcc00;
	text-shadow:
	-1px -1px #ffff99,
	1px -1px #ffff99,
	-1px 1px #ffff99,
	1px 1px #ffff99;

}

/*============================================
画像の位置指定
============================================*/

video {	text-align:center;
	width:100%;
	
}

.img{
	text-align:center;
	width:100%;
	
}

dd img{
	text-align:center;
	width:100%;
	margin:10px 10px 10px -10px;
}

/*============================================
枠など装飾
============================================*/



span {

	font-weight: bold;
}
span.blue {font-size:20px;
	color:#7e140f;
	font-weight: bold;
}
div.haikei {
	background-color:rgba(207,190,153,0.06);
	margin:30px 0px 30px 0px;
	padding:10px 5px 10px 5px;
	
}
div.back-img {
	border-radius:1em;
	text-align:center;
	
	background-color:rgba(207,190,153,0.1);
	margin:30px 100px 30px 100px;
	padding:10px 50px 10px 50px;
	
}

div.back {border-radius: 1em;
	text-align:left;
	
	background-color:rgba(207,190,153,0.1);
	margin:30px 10px 30px 10px;
	padding:10px 5px 10px 5px;
	
}

div.back-jikosyoukai {display:none;
	text-align:center;
	border-radius: 0px;
	background-color:rgba(46,13,13,0.06);
	margin:30px 20px 30px 20px;
	padding:10px 20px 10px 20px;
	
}
div.back-jikosyoukai-pc {
	
	text-align:center;
	border-radius: 0px;
	background-color:rgba(46,13,13,0.06);
	margin:30px 30px 30px 30px;
	padding:10px 20px 10px 20px;
	
}



div.back-maru {border-radius: 1em;
background-color:rgba(255,255,255,0.4);
	margin:7px 40px 7px 40px;
	padding:5px 0px 5px 0px;
}
div.nikuhaikei{
	background-image: url("nikuhaikei.png.html");
	margin:10px 5px 10px 5px;
	padding:5px 0px 5px 0px;
}

div.back-center{
	width:100%;
	text-align:center;
	margin:10px 0px 10px 0px;
	padding:5px 0px 5px 0px;
}


div.dotted {
	border-radius: 0px;
	background-color:rgba(255,255,255,0.1);
	margin:10px 0px 10px 0px;
	padding:5px 15px 5px 15px;
	border:1px solid rgba(255,255,255,0.1);
}

div.tategaki{
	text-orientation: upright;
	width:100%;
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
div.tategaki1{width:100%;
	height:100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

div.left-m{text-align:center;}

div.botan {
	text-align:center;
	border-radius: 30px;
	background-color:rgba(46,13,13,0.06);
	margin:30px 30px 30px 30px;
	padding:10px 5px 10px 5px;
	
}
/*============================================
テキストの装飾
============================================*/

p.center{
	text-align:center;
	text-indent:0em;
}

p.center span{
	text-align:center;
	background-color: #808080;
	border-radius:5px;
	width: 5em;
}

p.right {
	text-align:right;
	font-size:100%;
	margin: 5px 30px 5px 30px;
}
p.left {
	text-align:left;
}

dd.right {
	text-align:right;
	color: #000000;
	font-size:100%;
	margin: 5px 10px 5px 10px;
}

p {text-shadow:0 0 5px #ffffff;
	color:#352a0a;
	font-size:100%; 
	margin: 5px 10px 5px 10px; 
	text-indent:0.5em;
text-align:center;
}

p.o1 {font-weight: bold;	
	text-align:center;

	
}
p.big{	padding:0px 0px 40px 0px;
	text-align:center;
	font-size: 23px;
}




/*============================================
右カラム
============================================*/


div.news {background-image: url("haikei.png");
	float:center;
	background-color:#ffffff;
	background-repeat:repeat;
	width:100%; padding-top:0px;

}


div.news h1 {
 	border-radius:1em;
	text-shadow:0 0 5px #ffffff;
	color:#352a0a;
	text-align:center;
	position: relative;
	padding: 10px 0px 10px 0px;
	margin:10px 10px 17px 10px;
	background-color:#9e815e;

}



div.news h2 {
	border-radius:1em;
	text-shadow:0 0 5px #ffffff;
	text-align:center;
	color:#352a0a;
	position: relative;
	padding: 10px 0px 10px 0px;
	margin:10px 10px 17px 10px;
	background-color:#ad9476;

}

div.news h3{
	text-align:center;
	display:inline-block
	text-shadow:0 0 5px #ffffff;
	color:#352a0a;
	margin: 25px 10px 15px 10px;
	padding: 5px 5px 5px 17px;
	width: 90%;
	border-bottom: 2px dashed #9f8762;
}

div.news h3.cafeo{
	text-align:center;
	color:#272727;
	position: relative;
	padding: 5px 0px 5px 0px;
	margin:10px 220px 17px 220px;
	border-bottom: 2px dashed rgba(39,39,39,0.4);
}

div.news ul li{	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
	position:relative;
}

div.list ul li{	line-height:35px;

	text-align:left;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px 0px 15px;
	list-style-type:none;
	position:relative;
}
div.list ul li:before{
	content: "＊";
	font-size: 15px;
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -20px;
	
	font-weight: bold;
	
}
div.yajirusi ul li:first-letter{
	color:#7e140f;
font-size:30px;
padding: 0px 7px 0px 0px;
}

div.yajirusi ul li{	
	padding: 5px 10px 5px 20px;
	margin: 15px 5px 10px 15px;
	list-style-type:none;
	position:relative;
}


div.news ol li{	
	padding: 5px 10px 5px 15px;
	margin: 10px 5px 10px 25px;
	position:relative;
}

div.news dl {
	padding:5px 5px 5px 5px;
	margin:5px 20px 5px 20px;
}

div.news dt {
	position: relative;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin:5px 20px 5px 20px;
	border-bottom: #9f8762 dashed 1px;

}
div.news dd.i0 {
	text-indent:0.0em;
	line-height:1.8;	

}
div.news dd {	
	text-indent:0.5em;
	line-height:1.8;	
	margin:5px 10px 5px 15px;
}

table {margin:30px 5px 50px 5px;
	width: 80%;
	border-collapse: collapse;

}

table.syoukai{
	margin:20px 5px 20px 5px;
	width: 90%;}

table td.syoukai{margin:20px 20px 20px 20px;
	width:50%;
	vertical-align: top;
	border: 40px solid rgba(39,39,39,0.0);
}

table td {
	padding: 5px 5px 5px 5px;
	text-align: center;
	border: 1px solid rgba(39,39,39,0.2);
}

table td.g {
	text-align: center;
	background-color:rgba(39,39,39,0.08);
	border: 1px solid rgba(39,39,39,0.2);
}
table td.left {
	text-align: left;
padding: 0px 20px 0px 20px;
	border: 1px solid rgba(39,39,39,0.2);
}

table td.w {background-color:rgba(255,255,255,0.0);
	text-align: center;

	border: 1px solid rgba(255,255,255,0.4);
}

hr {
	border: 5px solid #7e140f;
	margin:0px 0px 5px 0px;

}

/*============================================
ピックアップ（左カラム）
============================================*/
div.pickup {text-align: center;
	background-image: url("haikei.png");
	background-color:#ffffff;
	width:100%; padding-top:0px; 	
	float:center;
	margin-bottom:10px;	

	

}


div.pickup h3{float:center;
	text-align: center;
	position: relative;
	margin: 5px 5px 5px 5px;
	padding: 12px 20px 12px 20px;
	background-color:#9e815e;
	text-shadow:0 0 5px #ffffff;
	color:#352a0a;
}


div.pickup h4 {padding: 10px 0px 5px 0px;
	margin:5px 0px 5px 0px;
	text-align:center;
	text-shadow:0 0 5px #ffffff;
	color:#352a0a;
	position: relative;
	border-bottom: 2px dotted #280b0c;

}
div.pickup h4:first-letter{
	text-shadow:0 0 5px #ffffff;
	color:#352a0a;
	font-size:21px;
	padding: 0px 7px 0px 0px;
}

small{
	font-size:12px;
	font-weight: bold;
	text-shadow:0 0 5px #ffffff;
	color:#352a0a;
}

div.pickup h5{ 
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 17px;
	border-left: 10px solid #280b0c;

}
ol {	margin: 5px 15px 5px 15px;
	padding: 5px 5px 5px 17px;
}

ol.dai{
	list-style-type:none;
	margin: 15px 5px 15px 5px;
	padding: 5px 5px 5px 5px;
}
ol li {margin: 15px 0px 20px 0px;}

div.pickup ul li {text-shadow:0 0 5px #ffffff;
	color:#352a0a;
	list-style-type:none;
	margin: 15px 5px 15px 5px;
	padding: 5px 5px 5px 17px;
	border-bottom:1px dotted rgba(255,255,255,0.2);
	font-weight: bold;
}




li h4{
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 15px;
	border-left: 10px solid #000000;
	border-bottom:2px solid #000000;
}

div.pickup ul li.top-li {
	list-style-type:none;
	margin: 15px 5px 15px 0px;
	padding: 5px 5px 5px 0px;
	border-bottom:0px dotted #ffffff;
	font-weight: bold;
}

div.dot ul li{
	border-bottom:0px dotted #ffffff;
	padding: 5px 10px 5px 15px;
	margin: 10px 5px 10px 10px;
	list-style-type:none;
	position:relative;
}
div.dot ul li:before{
	content: "・";
	font-size: 10px;
	position: absolute;
	color: #808080;
	top: 5px;
	left: 0px;
	height: 10px;
	width: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000,
	-1px 1px 1px #000000,
	1px -1px 1px #000000,
	-1px -1px 1px #000000;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*============================================
フッター
============================================*/

footer {background-image: url("haikei.png");
	padding:0px 0px 90px 0px;
background-color:#ffffff;
	text-align:center;
	font-size:100%;
}



footer p{
text-shadow:0 0 5px #ffffff;
	color:#352a0a;
}
footer p a{
	text-decoration: none;
	text-shadow:0 0 5px #ffffff;
	color:#352a0a;
}
footer hr{border:20px solid rgba(255,255,255,0.0);
	padding:0px 0px 0px 0px;
	background-color:rgba(255,255,255,0.0);
}
footer p.home {
	width: 3em;
	position: fixed;
	bottom: 0%;
	z-index:1;
	background-color:#488798;
	color:#ffffff;
	padding: 16px 15px 13px 15px;
	margin:10px 0px 10px 10px;
	border-radius: 50px;
	font-weight:bold;
	text-indent:0em;

}
footer p.home a {
	color:#ffffff;
	text-decoration: none;
}
footer p.home a:hover {
	font-weight:bold;
	opacity: 0.7;
}

footer p.menu {
	width: 3em;
	position: fixed;
	bottom: 0%;
	z-index:1;
	background-color:#488798;
	color:#ffffff;
	padding: 16px 15px 13px 15px;
	margin:10px 0px 10px 100px;
	border-radius: 50px;
	font-weight:bold;
	text-indent:0em;
}
footer p.menu a {
	color:#ffffff;
	text-decoration: none;
}
footer p.menu a:hover {
	font-weight:bold;
	opacity: 0.7;
}

footer p.mail {
	width: 3em;
	position: fixed;
	bottom: 0%;
	z-index:1;
	background-color:#488798;
	color:#ffffff;
	padding: 16px 15px 13px 15px;
	margin:10px 0px 10px 190px;
	border-radius: 50px;
	font-weight:bold;
	text-indent:0em;
}
footer p.mail a {
	color:#ffffff;
	text-decoration: none;
}
footer p.mail a:hover {
	font-weight:bold;
	opacity: 0.7;
}


footer p.tel {display:none;
width: 4em;
	position: fixed;
	bottom: 0%;
	z-index:1;
	background-color:#ff8355;
	color:#ffffff;
	padding: 10px 15px 10px 15px;
	margin:10px 10px 10px 250px;
	border-radius: 5px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #808080;

	text-indent:0em;
}
footer p.tel a {
	color:#ffffff;
	text-decoration: none;
}
footer p.tel a:hover {
	font-weight:bold;
	opacity: 0.7;
}

footer p.pc-tel {
	width: 13em;
	position: fixed;
	bottom: 0%;
	z-index:1;
	background-color:#ff8355;
	color:#ffffff;
	padding: 10px 13px 8px 13px;
	margin:10px 0px 20px 280px;
	border-radius: 1em;
	font-weight:bold;
	text-indent:0em;
}
footer p.pc-tel a {
	color:#000000;
	text-decoration: none;
}
footer p.pc-tel a:hover {
	font-weight:bold;
	opacity: 0.7;
}
footer p.s-tel {display:none;
	width: 12em;
	position: fixed;
	bottom: 0%;
	z-index:1;
	background-color:rgba(255,255,255,0.8);
	color:#ffffff;
	padding: 10px 13px 8px 13px;
	margin:10px 0px 20px 143px;
	border-radius: 5px;
	font-weight:bold;
	text-indent:0em;
}
footer p.s-tel a {
	color:#000000;
	text-decoration: none;
}
footer p.s-tel a:hover {
	font-weight:bold;
	opacity: 0.7;
}


}
