@charset "UTF-8";


/*reset*/

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd,
header, footer, nav, article, section, adress {
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%; /*10px*/
}

h1, h2, h3, h4, p, dl, ul, ol {
	margin:10px 0;
}

ul {
	list-style: inside;
}

img {
	vertical-align:bottom;
}
a img {
	border:0;
}

a { text-decoration: none;}

a:link, a:visited { color: #009900; }

a:hover, a:active { color: #009900; }

/* border-box */

* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
  
  table,te,td{
  border-collapse: collapse;
  }

/* 共通項目 */

body {
	font-size:1.6rem; /* 16px */
	line-height: 2;
	color: #333;
	font-family:'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.clearfix {
	zoom:1;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

header {
}

.header_inner { 
	width: 960px;
	margin: 0 auto;
}

.header_catch{
padding:0 0 2px 0;
}

.name{
padding: 0 0 8px 0;
}

/* ナビゲーションメニュー */

#menumark { display:none; }

.menu_br,
.menu_br2{
display:none;
}

nav {
background-color: #336633;
padding:5px 0;
min-width: 480px;
}

nav ul{
list-style: none;
display: flex;
width:98%;
max-width: 960px;
margin:0 auto;
background-color: #fff;
}

/*nav ul:after{
	content: ""; 
	display: block; 
	clear: both;
}*/

nav ul li{
border-left:1px solid #336633;
width:calc(100%/5);
line-height: 1.4;
}

nav ul li:first-child{
/*width: 10%;*/
border: none;
}

nav ul li:nth-child(2){
width: 14em;
}

nav ul li a{
display: flex;
align-items: center;
justify-content: center;
height: 60px;
background-color: #fff;
}

nav ul li a:link,
nav ul li a:visited{
color:#000000;
}

nav ul li a:hover{
background-color: #D9E4A1;
}

nav ul li.selected a{
background-color: #D9E4A1;
}


/* メイン枠とフッタ */

main {
background-color: #29abe2;
padding-bottom: 30px;
min-width: 480px;
}


.main_frame{
width:98%;
max-width: 960px;
margin:0 auto 20px auto;
background-color:#ffffff;
padding: 10px 10px 30px 10px;
border-radius: 0 0 16px 16px;
}

.top_page{
padding-bottom:20%;
}

.main_content h1{
/*background-color: #99CC66;*/
padding:0 10px;
font-size: 1.8rem;
color:#093;
/*border-radius: 20px 0 0 20px;*/
}

/*.main_content h1:before{
content: '●';
color:#fff;
margin-right: 0.8em;
}*/

.main_content h2{
font-size: 1.6rem;
margin: 2em 0 0 1em;
}

.main_content h2:before{
content: '●';
color:#99CC66;
margin-right: 0.2em;
}
.main_content p{
margin: 0 36px 0 36px;
/*font-size: 1.4rem;*/
line-height: 1.8;
}

.main_content p.sage3{
margin-left:78px;
text-indent: -42px;
}

.main_content p.sage3_1{
margin-left:78px;
text-indent: -14px;
}

.gaikan_photo {
float:right;
margin-right: 1em;
text-align: right;
font-size: 1.2rem;
}

.gaikan_photo img{
width: 100%;
max-width: 400px;
}

.sp_br,
.ad_br{
	display:none;
}

.image_box{
width: 100%;
height: 0;
padding-top: 42.5%;
max-height:400px;
background-image:url("../img/image_catch.png"), url("../img/top_image.jpg");
background-position: right 5% top 7%, center top;
background-size: 33%, contain;
background-repeat: no-repeat, no-repeat;
}

.topic_box{
border: 1px solid #339933;
margin-top:20px;
}

.topic_title h1{font-size: 1.8rem;
margin:0 0;
padding: 5px 0 5px 1em;
line-height: 1;
background-color: #339933;
color: #fff;
}

.topic_title h1:before { 
content: '● ';
}

.topic_box ul {
margin: 10px 1em;
}

p.right_txt {
text-align: right;
margin-right: 1em;
}

p.telno {
	font-size: 3.2rem;
	line-height: 1.2;
}

p.telno span {
	color:#004020;
}

.maparea{
width:50%;
max-width: 480px;
height: 400px;
float:right;
margin-right: 1em;
margin-top: -80px;
margin-left:1em;
}

.maparea iframe{
width: 100%;
height: 100%;
}

footer {
background-color:#fff;
background:url("../img/patarn.png") repeat-x bottom 30px left;
background-size: 28px auto;
}

.footer_inner {
	width: 960px;
	margin:20px auto;
	text-align: left;
	color:#333;
    display: table;
    height: 80px;
}

.footer_inner p.footer_name {
display: table-cell;
vertical-align: top;
font-size: 2.4rem;
width: 12em;
font-weight: bold;
margin: 0 0;
line-height: 1.2;
}

.footer_inner p.address{
padding-left: 1em;
display: table-cell;
vertical-align: top;
line-height: 1.6;
}

.footer_line{
background-color: #963;
height:30px;
}

.footer_line p{
display: block;
width:98%;
max-width: 960px;
margin: 0 auto;
padding-top: 10px;
font-size: 1.2rem;
line-height: 1;
text-align: right;
color:#fff;
}


/* パンくず */

.breadcrumbs {
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-left: 1em;
	margin-top: 0;
}

/* スライダー */

.image_carou { 	
	list-style:none;
	width: 98%; 
	max-width: 960px; 
	margin: 0 auto;
 }
.image_carou img {
	width: 100%;
	max-width: 960px;
}

/* 各ページ */

dl.enkaku{
margin-left: 2em;
}
dl.enkaku dt{
width: 8em;
float: left;
}

dl.enkaku dd{
margin-left: 8em;
}

.sanchi{
border:2px solid #339933; 
border-radius: 16px;
margin: 20px 10px;
padding: 20px 16px;
}

.sanchi h2 {
font-size: 2rem;
line-height: 1.4;
border: 1px solid #000;
border-left: 8px solid #339933;
padding: 5px 0 5px 0.5em;
margin-bottom: 20px;
}

.shokai{
display: table;
}

.sanchi_map{
display: table-cell;
width: 50%;
}

.sanchi_map img {
width: 100%;
}

.sanchi_name{
display: table-cell;
padding-left: 20px;
vertical-align: top;
}

.kakomi {
display: inline-block;
border: 1px solid #000;
padding: 0 0.5em;
font-size: 1.6rem;
font-weight: bold;
}

.chiiki{
margin-top:0;
margin-left:1em;
}

.kaisetsu h3 {
font-size: 1.6rem;
  padding: 0.2em 2em 0.2em 0.5em;
  display: inline-block;
  line-height: 1.5;
  background: #BDDB62;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}

.kaisetsu h3:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.kaisetsu p {
/*font-size:1.4rem;*/
line-height: 1.8;
margin-left: 1em;
}

.kaisetsu p.nousan{
display: inline-block;
margin-left: 2em;
margin-bottom:0;
font-weight: bold;
}

.kaisetsu p.nousan:before{
content: '● ';
color:#BDDB62;
}

.kaisetsu p.mu0 {
margin-top:0;
margin-left: 3em;
}

.rireki{
padding: 30px 20px;
margin:20px 20px;
border: 1px solid #000;
}

.rireki h2{
font-size: 2.4rem;
margin: 0 0;
padding: 0 0;
text-align: center;
}

.rireki h2:before{
content: '';
}

.rireki h3{
text-align: center;
font-size: 1.8rem;
color:#36c;
margin-top:0;
font-weight: normal;
}

.rireki dl.list1{
width:18em;
margin:20px auto;
display: flex;
flex-wrap: wrap;
}

.rireki dl.list1 dt{
width: 10em;
}

.rireki dl.list1 dd{
width: 8em;
}

.rireki dl.list2{
width:23em;
margin:20px auto;
display: flex;
flex-wrap: wrap;
}

.rireki dl.list2 dt{
width: 4em;
padding-right:1em;
text-align-last: justify;
}

.rireki dl.list2 dd{
width: 19em;
}

.rireki table.hyo1{
width:95%;
max-width: 550px;
border: 1px solid #000;
margin:20px auto 30px auto;
}

.rireki table.hyo1 td {
padding: 0 10px;
}

.rireki table.hyo1 td:first-child{
width:7em;
text-align-last: justify;
vertical-align: top;
}

.rireki table.hyo2{
width:95%;
max-width: 550px;
border: 1px solid #000;
margin:20px auto 30px auto;
}

.rireki table.hyo2 td {
padding: 0 10px;
border: 1px solid #000;
text-align: center;
}

.rireki table.hyo3{
width:95%;
max-width: 550px;
border: 1px solid #000;
margin:20px auto 30px auto;
}

.rireki table.hyo3 td {
padding: 3px 5px;
border: 1px solid #000;
text-align: center;
line-height: 1.4;
}



/* totop */

#pagetop {
	position: fixed;
	bottom: 70Px;
	height: 80px;
	width: 80px;
	z-index: 90;
	left: 50%;
	margin-left: 390px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}

#pagetop p { font-size: 1.4rem; line-height:1em; font-weight: bold; }

#pagetop p span { font-size: 1.8rem; }

a#move_top { 
	display: block; 
	position:relative;
	cursor: pointer; 
	color: #fff; 
	text-decoration: none; 
	text-align: center; 
	line-height: 20px;
	height: 80px; 
	width: 80px; 
	padding:12px 0 0 0; 
	background-color: #5BA428;
	border-radius:50px;
}


@media screen and (max-width:1200px){

#pagetop {
	left: auto;
	right:80px;
}

}

@media screen and (max-width:980px){

header,section,.wood_back,.boshu_area,nav,.footer_inner{
width: 100%; }

.menu_br{
display: inline;
}

/*nav ul li a{
padding:8px 4px;
}*/

nav ul li{
text-align: center;
}
nav ul li:first-child,
nav ul li:nth-child(2){
width:calc(100%/6);
}

.header_inner { width: 100%; padding: 0 10px;}

.footer_inner{
padding-left: 20px;
}

main {
	width: 100%;
	margin: 0;
}

#pagetop {
	left: auto;
	right:14px;
	margin-left: 0;
}

}

@media screen and (max-width:920px){

.gaikan_photo {
float:none;
width: 100%;
text-align: center;
margin-top: 50px;
}

.gaikan_photo img{
width: 100%;
max-width: 580px;
}

}

@media screen and (max-width:865px){

.menu_br2{
display: inline;
}

.footer_inner {
	width: 100%;
    display: block;
    padding: 0 20px;
    height: auto;
}

.footer_inner p.footer_name {
display: block;
width: 100%;
}

.footer_inner p.address{
padding-left: 0;
display: block;
width: 100%;
margin-bottom: 40px;
}

}


@media screen and (max-width:700px){

.maparea {
	clear: both;
	float:none;
	width: 90%;
	margin:16px auto;
}

}

@media screen and (max-width:660px){

nav {
height: 60px;
position: relative;
}

#menumark{
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	height: 6px;
	width: 40px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 12px #fff, 0 24px #fff;
	box-shadow: 0 12px #fff, 0 24px #fff;
	z-index:100;
}

#menumark span{
	display:block;
	text-indent:2.5em;
	font-size: 1.8rem;
	color:#fff;
	width:10em;
	height:40px;
	cursor:pointer;
}

nav ul#menu {
    display: block;
	display: none;
	position: absolute;
	top:60px;
	left:0;
	width: 100%;
	margin: 0 0;
	padding: 0 0;
	background: #fff;
	letter-spacing:normal; 
	z-index: 10;
	}

nav ul li,
nav ul li:first-child,
nav ul li:nth-child(2){
    display: list-item;
	margin:0 0;
	padding:0 0;
	width: 100%;
	height: 60px;
	border: 1px solid #000;
	text-align:center;
	line-height: 60px;
}

nav ul li:last-child{
border-right: 1px solid #000;
}

nav ul li:nth-child(2),
nav ul li:nth-child(3),
nav ul li:nth-child(4),
nav ul li:nth-child(5),
nav ul li:nth-child(6){
border-top: none;
}

nav ul li a {
	display: block;
	height: 100%;
    background-color:#fff;
}

nav ul li a:link,
nav ul li a:visited{
color: #000;
}

nav ul li a:hover {
    background-color:#F9C0CB;
    color: #c00;
}

.menu_br,
.menu_br2{
	display:none;
}
}

@media screen and (max-width:620px){

.sp_br {
	display:inline;
}

.rireki table.hyo1 td {
line-height: 1.4;
padding: 4px 10px;
}

.image_box{
background-size: 40%, contain;
}

.main_content p{
	font-size: 1.6rem;
}

.gaikan_photo img{
width: 90%;
max-width: none;
}

}

@media screen and (max-width:580px){

.ad_br{
    display:inline;
}

.rireki{
	margin:20px 5px;
}

}

@media screen and (max-width:495px){

.name img{width: 100%;}

}

@media screen and (max-width:480px){

.nomobile { display: none; }

}
