@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#fff;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#6e6e43;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#c1c198;text-decoration:none;}
a:hover{color:#fff;}
a:active, a:focus{outline:0;}
a.alter{color:#808040;text-decoration:none;}
a.alter:hover{color:#000;}
a.alter2{color:#fff;text-decoration:none;}
a.alter2:hover{color:#000;}
a.alter3{color:#000;text-decoration:none;}
a.alter3:hover{color:#5546E3;}


.mokuji a{
/* 背景色や文字色はお好みに合わせて指定してください。 */
display:block;
float:left;
margin:5px;
color:#000;
width:180px;
height:40px;
text-align: center;
line-height:40px;
background-color:#c9caca;
/* */
}

.mokuji a:hover{

/* 変化させる背景色や文字色、文字修飾もお好みに合わせて指定してください。 */
color:#fff;
background-color:#666633;
text-decoration:none;
/* */

transition:0.8s;/*0.5秒かけて変化させる！ってこと*/
}

/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}


.one{
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
.two{
  float: left;
  width: 48%;
  margin: 0 0 0 2%;
}




.inner{
margin:0 auto;
width:100%;

/* ----- ページ右の内容 ----- */

#column2 h2 {
	margin: 30px 10px 5px 5px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	color: #333; /*文字色指定*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}

#scroll {
	margin: 5px 0 5px 10px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	width: 290px; /*幅指定*/
	height: 200px; /*領域の高さ指定*/
}

#newlist dl {
	padding-left: 5px; /*ボックス内側左の余白*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
}

#newlist dt {
	padding: 5px 10px 5px 0; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
	color: #666; /*文字色指定*/
	font-weight: bold; /*フォントの太さ指定(boldは太字)*/
}

#newlist dd {
	padding: 5px 10px 5px 5px; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
	border-bottom: 1px solid #ccc; /*下境界線の一括指定(solidは1本線,線の太さ,線の色)*/
}





}
/* ----- ページ右の内容 ----- */

#column2 h2 {
	margin: 30px 10px 5px 5px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	color: #333; /*文字色指定*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}

#scroll {
	margin: 5px 0 5px 10px; /*ボックス外側の余白(値4つは左から上,右,下,左の値)*/
	width: 290px; /*幅指定*/
	height: 200px; /*領域の高さ指定*/
}

#newlist dl {
	padding-left: 5px; /*ボックス内側左の余白*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
}

#newlist dt {
	padding: 5px 10px 5px 0; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
	color: #666; /*文字色指定*/
	font-weight: bold; /*フォントの太さ指定(boldは太字)*/
}

#newlist dd {
	padding: 5px 10px 5px 5px; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
	border-bottom: 1px solid #ccc; /*下境界線の一括指定(solidは1本線,線の太さ,線の色)*/
}


/* ----- ページトップに戻るボックスの設定 ----- */

.pagetop {
	margin: 20px; /*ボックス外側の余白*/
	padding-bottom: 15px; /*ボックス内側下の余白*/
	width: 120px; /*幅指定*/
	height: 40px; /*領域の高さ指定*/
	/*ボックスの設定*/
	border-radius: 15px;
	background: #3f4c6b; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f4c6b 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f4c6b), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f4c6b 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f4c6b 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f4c6b 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f4c6b 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
	/*ここまでボックスの設定*/
	color: #fff; /*文字色指定*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-family: 'Artifika', serif;
	line-height: 50px; /*行の高さ指定*/
	/*透明度設定*/	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;/*ここまで透明度設定*/
}









/*************
/* パンくずリスト
*************/

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}


#slogan{
padding:3px 0;
font-size:12px;
font-weight:normal;
background:#414219;
}

/*************
/* ヘッダー
*************/
#header{
padding:40px 0 10px;
overflow:hidden;
}

* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:5px 0 0;
}

.logo a{
font-size:30px;
font-weight:bold;
line-height:1;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.logo span{
font-size:12px;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:30px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
position:relative;
}
p.banner{
font-size:110%;
color:#fff;
position:absolute;
top:10%;
left:10px;	
}
video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}
myCanvas {
	width:100%;
	height:auto;
  position: relative;
}
#Video{
	width:100%;
	position:relative;
	left: 0; /* ADD */
    margin: 0;
    min-height: 100%;
    min-width: 100%;
        top: 0; /* ADD */

	
}


.onImage{
	width:50%;
	position:absolute;
    left:25%; /* ADD */
    top:0;
	z-index:999;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:0;
left:0;
padding:5px 10px;
line-height:1.4;
z-index:100;
}

.slogan h2{
padding-bottom:5px;
color:#333;
font-size:20px;
}

.slogan h3{
font-size:14px;
color:#666;
}


/* サブページ スローガン*/
.subImg .slogan{left:auto;right:0;}



/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
background:#414219;
}

.grid h3{
padding:10px 5px;
margin-bottom:10px;
background:#4D4F21;
font-weight:bold;
text-align:center;
}

.grid p{
padding:5px 10px;
text-align:left;
}

.grid p.img,.grid p.readmore{text-align:center;}

.readmore{
clear:both;
background:#000;
}

/****変更01*****/
.gridWrapper img, img.frame{
border:0;
margin-top:0;
}

#gallery img{border:0;}

#gallery .grid{background:transparent;}


/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
border:0;
background:transparent;
}

#footer .grid p{padding:0;}


/*************
メイン コンテンツ
*************/
section.content{
padding:10px;
margin-bottom:20px;

overflow:hidden;
font-size:14px;
}
section.content_waku{
padding:10px;
margin-bottom:20px;
border : 1px solid #414219;

overflow:hidden;
font-size:14px;
}

section.size_large{
font-size:1.5rem;
}
section.size_LM{
font-size:1.2rem;
}

/*************
追加
*************/
div.topnews {
    background-color:  #A7A77D;    /* 背景色指定 */
  /*   height: 100px;   高さ指定 */

    color: #414219; /*文字色指定*/
	padding: 15px;
/*	
	border : 1px solid white ;
	
	border-radius: 5px;
*/	
	
	font-size: large;




}
.small{
	font-size: small;
}
.link img {
vertical-align: middle;
}


/*************
追加
*************/

/* --- ボックス --- */
div.section {

width: 100%;  /*ボックスの幅 */


background-color: #414219; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
font-size: 100%; /* ボックスの文字サイズ */
}

/* --- 本文領域 --- */
div.textArea {
 /* 本文領域の高さ */
height: 190px; width: 98%;
border: 2px #c0c0c0 solid; /* ボックスの境界線 */
float:none;

overflow-y: scroll;
}


textArea::-webkit-scrollbar(
width 15px;
)
textArea::webkit-scrollbar-thumb(
background:##f70841;
border-radius: 10px;
)
/*************
/
*************/


/* --- 見出し --- */
div.section h3 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #464724; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}


* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{

padding:5px 5px 5px 10px;
margin-bottom:10px;
font-size:16px;
border-left:10px solid #414219;
border-right:10px solid #414219;
color:#fff;
background:#4D4F21;/* 変更4-19-2018 */

}
h3.heading2{

font-size:16px;
color:#000;

/*background:#4D4F21; 変更6-10-2019 */

}

section.content img{
max-width:90%;
height:auto;
}

section.content #gallery .grid img{max-width:100%}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}



/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #414219;
}

table.table th{
width:20%;
text-align:center;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#4D4F21;
border-left:#414219 5px solid
}

table.table td{border-left:#414219 3px double}



/*************
サブ（フッター前）コンテンツ
*************/
#sub
{
width:30%;
float:right;

}


#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:4px;
padding:4px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}

.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.ichitabi_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.ichitabi_map iframe {src="https://tenkei.link/access_copy(1)";

    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;}



/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#414219;
}

* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}

#footer .copyright{font-size:11px;}


/* PC用 */
@media only screen and (min-width:1040px){	
	#wrapper,.inner{
	width:1040px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}

#main{
	float:left;
	width:690px;
	}
	
  nav div.panel{
	display:block !important;
	float:right;
	}

	a#menu{display:none;}

	nav#mainNav ul{
	float:right;
	overflow:hidden;
	}

	* html nav#mainNav ul{height:1%;}

	nav#mainNav ul li{
	float:left;
	margin:0 5px;
	text-align:center;
	}

	nav#mainNav ul a{
	font-size:13px;
	display:block;
	padding:5px 15px 5px 5px;
	line-height:1.2;
	border-right:1px solid #fff;
	}
	
	nav#mainNav ul li:first-child a{
	padding-left:15px;
	border-left:1px solid #fff;
	}

	nav#mainNav ul span{
	font-size:10px;
	}

	nav#mainNav ul li.active a,nav#mainNav ul a:hover{
	color:#fff;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:1100px;
	margin:0 0 0 20;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:250px;
	margin-left:10px;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:298px;}
	#footer .grid{border:0;}
}


/* モニター幅1039px以下 */
@media only screen and (max-width:1039px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#slogan h1{text-align:center;}
	
	#header{padding:10px 0;}
	
	#header .logo,#footer .logo{
	float:none;
	text-align:center;
	padding:10px 5px;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #414219), color-stop(0.00, #000));
	background: -webkit-linear-gradient(top, #000 0%, #414219 100%);
	background: -moz-linear-gradient(top, #000 0%, #414219 100%);
	background: -o-linear-gradient(top, #000 0%, #414219 100%);
	background: -ms-linear-gradient(top, #000 0%, #414219 100%);
	background: linear-gradient(top, #000 0%, #414219 100%);
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #fff;
	color:#fff;
	background:#414219;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{border-top:1px dashed #fff;}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background:#000;}

	nav div.panel{float:none;}
	
	.grid{
	float:left;
	width:200px;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;

	}
	
	#gallery{padding-left:10px;}
	
	#gallery .grid{
	width:250px;
	margin-left:10px;
	padding:0 0 0 20;
	}

#sub{
	width:100%;
}
/****変更02**margin:0;***/
	
	#gallery .grid img{
	float:none;
	margin-top:30px;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid, #footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
	}
	
	#footer .grid:last-child{padding-top:20px;}
}


/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}
	#gallery .grid{
	width:250px;
	margin-left:60px;
	padding:0 0 0 20;
	}

	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}

	
	.grid img{
	float:none;
	margin:0 auto;
	}

	.grid p,#sub .grid li{text-align:left;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:75%;}
	.subImg .slogan{right:-30px;}			
	
	#gallery .grid{
	width:250px;
	margin-left:60px;
	padding:0;
	}

	
	.grid img{max-width:90%;height:auto;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
}