@charset "utf-8";

/* base */
html,body{
    height: 100%;	/* 縦の幅を100% */
    width: 100%;	/* 横の幅を100% */
	margin: 0 auto;
	padding: 0;
    color:#000000;         /* フォントの色 */
    font-style:normal;     /* フォントの形 */
    font-weight:normal;    /* フォントの太さ */
    font-size:62.5%;        /* フォント大きさ */
    background-image: url(../../imgs/back3.gif);
    word-break: break-word;
}

header, nav, article, aside, section, footer{
	display:block;
	margin: 0;
	padding: 0;
}

address{
	font-style:normal;
}

header{
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
}

footer{
	width: 100%;
	height: 230px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
article, section{}

footer small{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	font-size: 1.4rem;
}


#spLinkBlockInPc{
  display:none;
}

/* main(id) */
div#container{
    background-color: #fff;
    width: 100%;
    max-width:1000px;
    min-width:640px;
    height: 100%;
    margin:0px auto;
    font-size: 1.4rem;
}

div#header{
	width: 100%;
	height: 100px;
	background-color: #fff;
	position: relative;
}

div#main{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 100px 0;
	background-color: #fff;
	background-image: url(../../imgs/line8.png), url(../../imgs/line9.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
	background-size: contain, contain;
}

div#footer{
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

div#footer1{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	height: 200px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff;
}

div#footer2{
	display: table-cell;
	width: 90%;
	height: 200px;
	padding: 0 10px;
	background-image: url(../../imgs/img1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}

/* p */
p{
	margin: 15px 0;
	padding: 0 15px;
	font-size: 1.6rem;
	line-height: 2.5rem;
	text-shadow: 2px 2px 1px #fff;
}

p.header{
	display: block;
	position: absolute;
	letter-spacing: 0.5rem;
	width: 350px;
	top: 20px;
	right:1%;
	text-align: center;
	background-image: url(../../imgs/icon3.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/* span */

p.header span{
	font-weight: bold;
	font-size: 2.8rem;
	letter-spacing: 1rem;
}

span.textoverflow{
	font-weight: bold;
	font-size: 3.0rem;
	color: #9c7130;
}

/* a */
a{
	text-decoration: none;
	color: #9c7130;
}

a:hover{
	text-decoration: underline;
}

a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80);
     -ms-filter: "alpha( opacity=80 )";
}

a:active{
	color: #9c7130;
}


.button1 {
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	font-size: 2.0rem;
	color: #fff;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* hr h */

hr.style1{
	width: 100%;
	height: 8px;
	margin: 0;
	padding: 0;
	background-image: url(../../imgs/back3.gif);
	background-repeat: repeat-x;
	border: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: right;
}

h2{
}

h2.stylecenter1{
	margin: 16px 5px;
	padding: 0;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
}

h2.aside{
	width: 100%;
	height: 50px;
	margin: 10px 5px;
	background-image: url(../../imgs/line10.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	text-align: center;
}

h2.main{
	width: 100%;
	height: 50px;
	line-height: 0;
	margin: 10px 5px;
	background-image: url(../../imgs/line10.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	text-align: center;
	font-size: 3.6rem;
	color: #9c7130;
}

h2.style1{
	width: 60%;
	height: 50px;
	text-indent: 6.5rem;
	line-height: 60px;
	margin: 20px 10px;
	padding: 0;
	background-image: url(../../imgs/list_icon3.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 10px 10px;
	border-bottom: 3px double #9c7130;
}


h3{}

h3.subheading{
	margin: 10px 10px 20px 10px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}

h3.style1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
	margin-bottom: 50px;
	border-bottom: 2px groove #9c7130;
	background-color: #fff rgba(0,0,0,0.1);
	font-size: 2.4rem;
	text-align: center;
}

/* ul li , ol li */

ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul li{
	margin: 0;
	padding: 0;
}

ul li img{
	display: inline;
}


ul.imgbox{
	display: table;
	width: 100%;
}
ul.imgbox li{
	display: table-cell;
	width: 50%;
	height: auto;
	padding-left: 5px;
}

div.imgbox ul.imgbox li:last-child{
	padding-right: 0;
}

ul.list1{
	width: 650px;
	height: auto;
	margin: 0 0 0 40px;
	list-style: none;
	font-size: 1.8rem;
}
ul.list1 li{
	width: 100%;
	height: 20px;
	margin: 5px 0;
	padding: 5px 0;
	list-style-image: url(../../imgs/01.gif);
	list-style-position: left center;
	text-indent: 1rem;
	text-shadow:1px 1px 2px #000;
}

ul.list1 li span{
	font-weight: bold;
}

ol{}
ol li{}

/* div */

.gmap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.columnstyle{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background-color: #fff;
}

/* ------ 2column style ------ */

.columnstyle div.columnleft{
	display: table-cell;
	width: 70%;
	margin: 0 auto;
	padding: 10px;
}
.columnstyle div.columnright{
	display: table-cell;
	width: 30%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/* ------ Box style ------ */

.columnstyle div.column2{
	display: table-cell;
	width: 50%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	text-overflow:ellipsis; 
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis; 
}

.columnstyle div.column2 img{
	width: 98%;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow:rgba(234, 235, 237, 0.89) 6px 3px 30px 0px;
	-webkit-box-shadow:rgba(234, 235, 237, 0.89) 6px 3px 30px 0px;
	-moz-box-shadow:rgba(234, 235, 237, 0.89) 6px 3px 30px 0px;
}

/* ------ Left photo Right p style ------ */

.columnstyle_float{
	width: 100%;
	height: 800px;
	margin: 0;
	padding: 20px 0;
	background-color: #fff;
}

div.columnleftphoto{
	float: left;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
}

div.columnleftphoto ul{
	height: auto;
	margin: 0 auto;
}

div.columnleftphoto ul li{
	width: 100%;
	margin-bottom: 40px;
}

div.columnleftphoto ul li:last-child{
	margin-bottom: 20px;
}


div.columnrightp{
	float: right;
	width: 69%;
	margin: 0;
	padding: 0;
	border-top: 2px dotted #9c7130;
	border-bottom: 2px dotted #9c7130;
}

/* ------ Left background img Right p style ------ */

div.columnBgimg{
	width: 95%;
	height: 800px;
	margin: 0;
	padding: 20px;
	background-image: url(../../imgs/img13.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 700px 495px;
}

div.columnBgimg div.columnBg{
	display: block;
	width: 350px;
	margin: 0 0 0 600px;
	padding: 0;
	text-shadow: 2px 2px 1px #fff;
}

/* ------------
 calender css
------------- */

div.calendar{
  width: 95%;
  height: auto;
  text-align: center;
}

div.calendar table{
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: solid 1px #A4A4A4;
}

div.calendar table tr td{
	padding:10px 5px;
}

div.calendar table td.month{
  background-color:#FAAC58;
  font-weight: bold;
  font-size: 14px;
}

tr.day td{
  background-color:#E6D7C9;
  border: solid 1px #BDBDBD;
}

div.calendar td.holiday{
  background-color: #F99;
  }

div#spLinkBlockInPc{
	background-image: -webkit-gradient(
	linear,
	right bottom,
	right top,
	color-stop(0.1, #694D14),
	color-stop(0.5, #4A3311),
	color-stop(0.9, #694D14)
);
	background-image: -o-linear-gradient(top, #694D14 10%, #4A3311 50%, #694D14 90%);
	background-image: -moz-linear-gradient(top, #694D14 10%, #4A3311 50%, #694D14 90%);
	background-image: -webkit-linear-gradient(top, #694D14 10%, #4A3311 50%, #694D14 90%);
	background-image: -ms-linear-gradient(top, #694D14 10%, #4A3311 50%, #694D14 90%);
	background-image: linear-gradient(to top, #694D14 10%, #4A3311 50%, #694D14 90%);
}
