﻿/*====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:#291608;
	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:25%;
		position: absolute;

	z-index: 6;
}
div.topimg{
		position: relative;

	z-index: 2;
}
div.backimg{
		position: relative;

	z-index: 1;
}


.topimgl {display:none;}

.kotei {width:90%; margin:0 auto;

	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%;
	
}

.img600{	text-align:center;
	display: block;
margin: 0px auto;
	width:800px;
	
}

.img-okashi{	text-align:center;
	display: block;
margin: 0px auto;
padding:50px 0px 50px 0px;
	width:800px;
	
}

.frame {
display: inline-block;
position: relative;
}
.frame:after {
position: absolute;
display: block;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #;
box-shadow:
inset 0 0 20px #fff /* 背景色と同じ色 */,
inset 0 0 20px #fff,
inset 0 0 20px #fff,
inset 0 0 20px #fff;
}



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.back-img {
	text-align:center;
	border-radius: 0px;
	background-color:rgba(46,13,13,0.06);
	margin:30px 100px 30px 100px;
	padding:10px 50px 10px 50px;
	
}

div.back{width:800px;
	display: block;
	margin: 0px auto;
	padding:15px 0px 15px 0px;
background-color:rgba(255,255,255,0.4);
}

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.space {
	margin:0px 0px 50px 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{width: 100%;
	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 {	color: #291608;
	font-family:"游明朝";
	width: 800px;
	text-shadow:0 0 10px #fcf8cb;
	font-size:100%; 
	padding: 15px 0px 15px 0px; 
	text-indent:0.5em;
display: block;
margin: 0px auto;
}

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 { 	font-family:"游明朝";
	text-shadow:0 0 10px #fcf8cb;
	position: relative;
	padding: 45px 0px 45px 0px;
	margin:0px 5px 17px 5px;
	

}

div.news h1.p2 { display: block;
	margin: 0px auto;
	width:900px;
	text-align:center;
	color:#fcfae9;
	position: relative;
	padding: 10px 0px 10px 0px;

	background-color:#291608;
	border-radius: 30px;

}

div.news h2 {
	display: block;
	margin: 0px auto;
	width:900px;
	text-align:center;
	color:#fcfae9;
	position: relative;
	padding: 10px 0px 10px 0px;

	background-color:#291608;
	border-radius: 30px;
}

div.news h2.p2 {
	display: block;
	margin: 0px auto;
	width:900px;
	text-align:center;
	color:#fcfae9;
	position: relative;
	padding: 3px 0px 3px 0px;

	background-color:#291608;
	border-radius: 30px;
}


div.news h3{
	display: block;
	margin: 0px auto;
	width:900px;
	text-align:center;
		color: #291608;
	position: relative;
	padding: 5px 0px 5px 0px;

	background-color:rgba(255,255,255,0.6);
	border-radius: 30px;
}

div.news ul li{	
	padding: 5px 10px 5px 20px;
	margin: 15px 5px 10px 15px;
	list-style-type:none;
	position:relative;
}

div.list ul li{	line-height:35px;
font-weight: bold;
	text-align:center;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px 0px 15px;
	list-style-type:none;
	position:relative;
}

div.list 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.yajirusi ul li:before{
	content: "≫";
	font-size: 15px;
	position: absolute;
	color: #7e140f;
	top: 5px;
	left: 0px;
	height: 10px;
	width: 10px;
	font-weight: bold;
	
}


div.news ol li{	
	padding: 5px 10px 5px 15px;
	margin: 10px 5px 10px 25px;
	position:relative;
}

div.news dl {
	padding:5px 25px 5px 25px;
	margin:5px 0px 5px 0px;
}

div.news dt {
	position: relative;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin:0px 10px 5px 10px;
	border-bottom: #755b48 dotted 1px;

}

div.news dd {	
	text-indent:0.5em;
	line-height:1.8;	

}

table {margin:30px 5px 50px 5px;
	width: 800px;
	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 {	width:150px;
	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.0);
}

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:#291608;
	color:#fcfae9;
}


div.pickup h4 {padding: 10px 0px 5px 0px;
	margin:5px 0px 5px 0px;
	text-align:center;
	color:#291608;
	position: relative;
	border-bottom: 2px dotted #291608;

}
div.pickup h4:first-letter{
	color:#7e140f;
	font-size:21px;
	padding: 0px 7px 0px 0px;
}

small{
	font-size:12px;
	font-weight: bold;
	color:#280b0c;
}

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 {
	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{
	color:#291608;
}
footer p a{
	text-decoration: none;
	color:#291608;
}
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:rgba(41,22,8,0.8);
	color:#ffffff;
	padding: 16px 15px 13px 15px;
	margin:10px 0px 10px 60px;
	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:rgba(41,22,8,0.8);
	color:#ffffff;
	padding: 16px 15px 13px 15px;
	margin:10px 0px 10px 150px;
	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 {	display:none;
	border:1px solid #ffffff;
	width: 3em;
	position: fixed;
	bottom: 0%;
	z-index:1;
	background-color:#280b0c;
	color:#ffffff;
	padding: 16px 0px 11px 13px;
	margin:10px 0px 5px 129px;
	border-radius: 0px;
	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:#231f20;
	color:#ffffff;
	padding: 10px 15px 10px 15px;
	margin:10px 10px 10px 230px;
	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: 19em;
	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 250px;
	border-radius: 5px;
	font-weight:bold;
	text-indent:0em;
}
footer p.pc-tel a {
	color:#291608;
	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;
}


}
