@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}
			/*---------- 全体調整 --------- */
body{
	background-color:#838a66;
	color:#ffffff;
}
header{
	background-color:#3b4842;
	margin:0 auto 0 auto;
	width:860px;
	border-radius:30px 30px 0 0;
}
header h1{
	padding-top:20px;
	text-align:center;
	text-shadow:2px 2px 5px #a0a0a0;
}
header p{
	padding:20px;
	text-align:center;
	background-color:#3b4842;
}
#container{
	width:860px;
	background-color:#838a66;
	margin:0 auto 0 auto;
}
footer{
	clear:both;
	padding:10px;
	text-align:center;
	background-color:#3b4842;
	border-radius:0 0 30px 30px;
}
		/*--------- 全体調整 ----- 終了--------*/

			/*------ main大枠 -------  */
#main{
	background-color:#838a66;
}
#main article h1{
	font-size:230%;
	color:#f0f7f5;
	line-height:2.1em;
	margin-bottom:25px;
	padding-top:15px;
	padding-left:25px;
	background-image:url(../images/border_a8abb2.png),url(../images/border_a8abb2.png);
	background-repeat:no-repeat,no-repeat;
	background-position:left top,left bottom;
}
	.fukidashi-01-12 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 10px;
	  padding: 12px 16px;
	  width:400px;
	  float:right;
	  font-size:130%;
	}
	.fukidashi-01-12::before {
	  content: "";
	  width: 30px;
	  height: 2px;
	  transform: rotate(60deg);
	  box-sizing: border-box;
	  background-color: #fff;
	}
	.fukidashi-01-12::after {
	  content: "";
	  width: 30px;
	  height: 2px;
	  transform: rotate(-60deg);
	  box-sizing: border-box;
	  background-color: #fff;
}
h2{
	clear:both;
	margin-bottom:20px;
	border-bottom-style:dotted;
	border-bottom-width:5.5px;
	border-left-style:solid;
	border-left-width:10px;
	border-color:#ea886a;
	color:#252d2b;
	width:480px;
	margin-top:20px;
	margin-right:20px;
	margin-left:20px;
	text-shadow:2px 2px 5px #fff;
}
.h2{
	text-indent:1em;
	margin:20px 20px 20px 30px;
	text-shadow:2px 2px 5px #a0a0a0;
}
section{
	width:780px;
	padding:15px;
	margin:30px;
}
h3{
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-left-style:solid;
	border-left-width:10px;
	border-color:#c8d48c;
	color:#252d2b;
	width:360px;
	margin-top:50px;
	margin-right:20px;
	margin-left:32px;
	line-height:1.5em;
	font-size:140%;
}
figcaption{
	text-align:center;
	color:#ee93cc;
}
		 /*-----  main大枠 終了 -----*/

			 /*-----  nav画像 navとli -----*/
nav ul {
	list-style-type: none;
	margin:0;
	padding-left: 0;
	overflow:hidden;
}
nav ul li {
	width:172px;
	float:left;
}
nav ul li a {
	display: block;
	height:0;
	padding-top:48px;
	overflow:hidden;
}
#icon nav ul li#nav_shoukai a{
	background-image:url(../images/nav1.png);
}
nav ul li#nav_miru a{
	background-image:url(../images/nav2.png);
}
nav ul li#nav_gurume a{
	background-image:url(../images/nav3.png);
}
nav ul li#nav_shukuhaku a{
	background-image:url(../images/nav4.png);
}
nav ul li#nav_access a{
	background-image:url(../images/nav6.png);
}
#nav_shoukai a:hover{
	background-position:0 -48px;
}
#nav_miru a:hover{
	background-position:0 -48px;
}
#nav_gurume a:hover{
	background-position:0 -48px;
}
#nav_shukuhaku a:hover{
	background-position:0 -48px;
}
#nav_access a:hover{
	background-position:0 -48px;
}
		/*-----  nav画像　navとli 終了 -----*/

			/*-----  パンくずリスト  -----*/
#path ol {
	list-style-type: none;
	padding: 0;
	margin-top:8px;
	margin-bottom:30px;
}
#path ol li {
	display: inline;
	margin-right: 5px;
}
#path ol li a {
	padding-right: 15px;
	background-image: url(../images/path_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
		/*----- パンくずリスト 終了 -----*/

			/*  画像スライド 設定  */
.container {
  position: relative;
  width: 860px;
  height: 645px;
  margin-right:auto;
  margin-left:auto;
}
.image {
  position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 30s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 30s infinite;
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 10s;
}
.image:nth-of-type(3) {
	animation-delay: 20s;
}
@keyframes change-img-anim-first {
	0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
		/*  画像スライド 設定 終了  */

			/*  線 設定  */
hr{
	width:860px;
	height:8.5px;
	border-color:#3b4842;
	background-color:#3b4842;
	margin:0 auto 0 auto;
	border-radius:0 0 30px 30px;
	border-top:none;
	border-left:none;
}
		/*  線 設定 終了 */

			/* ----- index.html 設定 ----- */
#villageheadman{
	width:520px;
	margin-bottom:30px;
	padding:10px 20px 20px 20px;
	float:left;
	text-indent:1em;
}
#villageheadman p{
	margin:10px;
}
#villageheadmangazou{
	width:180px;
	margin:0px;
	padding:20px;
	float:right;
}
table {
	margin-top:20px;
    margin-left: auto;  /* 左余白を自動 */
    margin-right: auto; /* 右余白を自動 */
    border: 2px solid #fff;
}
th, td {
    border: 1px solid #333;
    padding: 8px 12px;
    text-align: center;
    border: 1px solid #fff;
}
table caption{
	font-size:135%;
}
#kumamingazou{
	margin-left:35px;
	margin-top:25px;
	padding:20px 0 20px 0;
	height:320px;
	width:220px;
	float:left;
}
#kumaminn{
	margin-right:5px;
	margin-top:25px;
	width:490px;
	padding:15px;
	float:right;
	text-indent:1em;
}
#kumaminn p{
	margin:10px;
}
.kumamifig{
	text-align:center;
	color:#fcc3ee;
	font-size:130%;
}
		/* ----- index.html 設定 終了----- */

			/* ------見る・巡る～MAP ------- */
#map{
	background-color:#3b4842;
		border-radius:20px;
		box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.25);
}
#map h2{
	clear:both;
	margin-bottom:20px;
	border-bottom-style:dotted;
	border-bottom-width:3.5px;
	border-left-style:solid;
	border-left-width:10px;
	border-color:#fff;
	color:#252d2b;
	width:480px;
	margin-top:20px;
	margin-right:20px;
	margin-left:20px;
	text-shadow:2px 2px 5px #d0d0d0;
}
#imagemap{
	background-image:url(../images/kumamap_kadomaru.png);
	background-repeat:no-repeat;
	background-position:center;
	width;760px;
	height:608px;
	margin:10px;
}
#map p{
	margin-left:40px;
}
		/* ----- 見る・巡る～MAP 終了 ----- */


			/* ----- 見る・巡る～温泉----- */
#onsentable{
	clear:both;
	height:150px;
	margin-top:5px;
	margin-left:50px;
	background-color:#ea886a;
}
.gallery_box:first-of-type{
	margin-top:15px;
}
.gallery_box{
	overflow:hidden;
}
.gallery_box figure{
	margin:15px 20px 15px 50px;
	width:300px;
	float:left;
}
.gallery_box figure:nth-child(2){
	margin:15px;
}
.gallery_box figcaption{
	color:#050d0b;
}
.onsenbun1{
	text-indent:1em;
	padding:10px;
	margin-top:0px;
	margin-left:50px;
	margin-bottom:0px;
}
#activity p{
	line-height:3em;
	margin-left:50px;
}
#activity ul li{
	list-style-type:square;
	margin-left:80px;
}
		/* ----- 見る・巡る～温泉 終了----- */

			/* ----- グルメコーナー ----- */
#gurume{
	background-color:red;
	width:700px;
	margin:0 20px 0 20px;
	padding:10px 20px 20px 10px;
	background-color:#c8d48c;
	color:252d2b;
		border-radius:10px 10px 10px 10px;
		box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.25);
}
#gurume img{
	width:40%;
	height:40%;
	margin:20px 0 0 50px;
}
.bun1{
	margin-top:35px;
	width:320px;
	font-size:105%;
	float:right;
	color:#29403f;
}
#gurume h3{
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-left-style:solid;
	border-left-width:10px;
	border-color:#29403f;
	color:#29403f;
	width:360px;
	margin-top:50px;
	margin-right:20px;
	margin-left:32px;
	line-height:1.5em;
	font-size:140%;
}
		/* ------ グルメコーナー終了 ----- */

			/* ------ 宿泊施設 ----- */
.shukuhaku p{
	line-height:1.5em;
	margin-left:50px;
	margin-bottom:20px;
}
.shukuhaku ul li{
	list-style-type:square;
	margin-left:80px;
}
		/* ------ 宿泊施設 終了 ------ */

			/* ------ アクセス ----- */
.access{
	line-height:1.5em;
	margin-left:50px;
	margin-bottom:20px;
}
.accessbun1{
	padding:10px;
	margin-top:0px;
	margin-left:50px;
	margin-bottom:0px;
}
#muraaccess{
	margin-left:50px;
}

		/* ------ アクセス 終了 ----- */

