body{ 
	margin: 0px;
	padding: 0;
	background-color: #000;
	background-position:center top;
	background-color: #FeF2ea;
	background-image: url(../image_1/texture02.jpg);
	background-repeat: repeat;
	color: #fff;

}

/* PC版：コンテナ */
.backcontainer{
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255, 0.2);
	width:85%; height: auto;
	max-width: 1580px;
}
.container {
	width: 100%;

	margin-left: auto;
	margin-right: auto;

	background-color: #FAF0DC;
	border: solid #811;
	border-width: 0 0 1px 0;
    margin-bottom:20px;
    margin-top: 0px;
}

nav ul {
	list-style-type: none;
	padding: 4px;
	color: #952025;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 0.5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
margin-top: 23px;
	width: 60%; max-width:560px;

}

nav li{
	width: 30%;
}

nav li:not(:last-child) {
	margin-right: 1px;
}

nav img{
	width: 30%; min-width:120px;
	height: auto;
}

h1{ 
	width:100%; height: 30px;
	margin-bottom: -12px;
	margin-top: 0px;
	padding-top: 8px; padding-left: 22px;
	padding-bottom: 2px;
	border-width:0 1px 1px 0;  
	font-size: clamp(18px, 1.7vw, 23px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(80,120,97,1);
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);
}
.guide1{
	line-height: 20px;
	width:100%;
	max-width: 1700px;
	padding-bottom: 0px;
	padding-top: -25px;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;



}
.localnav ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	max-width:1200px;
	padding: 15px;
	color: #952025;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 0.6em;
	display: flex;
	line-height: 0.8em;
	background-color: transparent;
	width: 100%; height: auto;
	box-sizing: border-box;
opacity:0.88;
}

.localnav li{
	display: block;
	margin-top: -5px;
	margin-bottom: 1px;
	padding: 18px 3px 0px 3px;
	width: 20%;
	height: 24px;
	margin-right:8px;  margin-left:2px;
	border: 2px none #eee;
	box-shadow: 3px 3px 3px #aaa;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 15px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: center;

border-radius: 40px 0 0 0;

}

.localnav li:nth-child(1){
	background-color: #907940;

}
.localnav li:nth-child(2){
	background-color: #743677;

}
.localnav li:nth-child(3){
	background-color: #516BDC;

}
.localnav li:nth-child(4){
	background-color: #227235;

}

.localnav2 ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	color: #952025;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 0.6em;
	display: flex;
margin-top: -16px;
	background-color: transparent;
	width: 100%; height: auto;
	box-sizing: border-box;
opacity:0.88;
}

.localnav2 li{
	display: block;
	margin-top: -12px;
	padding: 16px 3px 5px 3px;
	width: 20%;
	height: 25px;
	margin-right: 3px;  margin-left: 3px;
	border: 1px ridge #eee;
	box-shadow: 3px 3px 3px #bbb;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 15px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: center;
	border: none;
mix-blend-mode: multiply;
border-radius: 14px 2px 10px 2px;
}

.localnav2 li:nth-child(1){
	background-color: #B5281B;
}
.localnav2 li:nth-child(2){
	background-color: #685050;
}
.container2 {
	display: grid;
	grid-template-columns: 7fr 2fr;
	grid-template-raw: 1fr 1fr;
	width: 90%;

	margin-left: auto;
	margin-right: auto;
	background: rgba(240,225,22,0);
margin-top: 25px;
}

.contents{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px 1px 10px 1px;
	width: 100%; max-width: 1600px;
	min-width: 900px; height: auto;
	border: 1px none #aaa;
	text-align: left;
margin-left: -36px;
}

.contents2{
	margin-left: 10px;
	margin-right: auto;
	margin-top: 1px;
	padding: 10px 10px 10px 8px;
	width: 99%;
	min-width: 250px; height: auto;
	border: 1px none #ccc4c0;
	text-align: left;
	box-sizing: border-box;
	border-radius: 3px;
	box-sizing: border-box;
}

.map{
	margin-left: auto;
	margin-right: auto;
    padding: 80px 30px 110px 30px; 
    text-align: justify;
    width: 96%; max-width: 1000px;
    margin-bottom:10px;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
	justify-content: space-between;

	background-color: #fff;
    background-image: url(../imgs/backtexture4-2.jpg);
    border-radius: 12px;
    border: 3px solid #fff;

}

.map img{
	margin-left: auto;
	margin-right: auto;
	width: 100%; max-width: 860px;
	height: auto;

}

.sansakumap{
	margin-left: auto;
	margin-right: auto;
    padding: 30px;
    text-align: justify;
    width: 96%; max-width: 1000px;
    margin-bottom:10px;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
	justify-content: space-between;
    margin-left:20px;
	background-color: rgba(255,255,255,1);
    background-image: url(../imgs/backtexture4-2.jpg);
    border: 3px solid #fff;
    border-radius: 10px;

}

.sansakumap img{
	margin-left: auto;
	margin-right: auto;
	width: 100%; max-width:790px;
	height: auto;


}

/* リンク */
a {
	color: inherit;
	text-decoration: none;
}

a:hover {

	color: rgba(240,220,220,1);
	text-decoration: underline;
}

p{
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 1.7em;
	color: #111;
	font-weight:500;
	font-size: clamp(13px, 1.3vw, 13px);
	padding: 0 5px;
	letter-spacing: 0;
}
.area_title{
	margin-top: 14px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 18px 5px 14px 50px;
	width: 100%; min-width: 140px;
	height: 110px;
	background-color: rgba(25,50,25,0.1);
	box-shadow: 0px 2px 2px #bbb;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(18px, 1.8vw, 20px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	line-height: 1.8em;
	text-align: left;
	background-image: url(../image_1/tanpopo05.jpg);
	box-sizing: border-box;
}

.contents .area_title{
	margin-top: 14px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 5px 20px 50px;
	width: 95%; min-width: 140px;
	height: 25px;
	background-color: rgba(25,50,25,0.1);
	box-shadow: 0px 2px 2px #bbb;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(17px, 1.7vw, 19px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: left;
	background-image: url(../image_1/tanpopo05.jpg);
}

.area_title2{
	margin-top: 10px;
	margin-bottom: 35px;
	margin-left: 25px;
	margin-right: auto;
	padding: 10px 5px 18px 20px;
	width: 95%; min-width: 340px;
	height: 70px;
	background-color: rgba(25,50,25,0.1);

	border: 1px ridge #eee;
	border-width: 0 1px 0 1px;
	box-shadow: 0px 2px 2px #bbb;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(17px, 1.8vw, 20px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: left;
	background-image: url(../image_1/tanpopo09.jpg);
	box-sizing: border-box;
	overflow: hidden;
}

.spot_title{
	padding: 11px 4px 3px 4px;
	margin:4px 1px 3px 4px;
	width: 94%; min-width: 140px;
	height: 32px;
	background-image: url(../image_1/tanpopo05.jpg);
	border-style: none;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(15px, 1.5vw, 17px);
	font-weight: 500;
	color:#fff;
	text-align: center;
}

.area_inner{
	padding:8px 0 12px 0; 
	margin:0 2px 3px 4px;
	margin-bottom: 3px;
	width:96%; 
	height:16px;
	background-color:#6b5454;
	border:1px ridge #484;
	text-align:center; 
	color:#fff;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:normal;
	font-size: clamp(13px, 1.4vw, 14px);
	letter-spacing:1px;
}

.area_inner2{
	padding:8px 0 12px 0; 
	margin:0 2px 3px 4px;
	margin-bottom: 3px;
	width:96%; 
	height:16px;
	background-color:#6b5454;
	border:1px ridge #484;
	text-align:center; 
	color:#fff;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:normal;
	font-size: clamp(13px, 1.4vw, 14px);
	letter-spacing:1px;
}

.bottom_inner{
	margin:2px 2px 1px 2px;
	padding:3px 0 12px 0; 
	width:96%; min-width:50px;
	height:12px;
	background-color: rgba(240,240,235,0.8);
	border:2px solid #bbb;
	text-align:center; 
	color:#680810;
	font-family: hiragino, meiryo, 'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:500;
	font-size: clamp(14px, 1.4vw, 15px);
	letter-spacing:1px;
}

.bottom_inner a{
	display: block;
	color:#222
	text-decoration: none;
}
.bottom_inner a:hover{
	color:#b84028;
	text-decoration:underline;
	background-color: #faf8f8;
}

.bottom_inner2{
	margin:2px 2px 1px 2px;
	padding:11px 0 8px 0; 
	width:96%; min-width:50px;
	height:20px;
	background-color: rgba(240,240,235,0.8);
	border:2px solid #bbb;
	text-align:center; 
	color:#680810;
	font-family: hiragino, meiryo, 'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:500;
	font-size: clamp(14px, 1.4vw, 16px);
	letter-spacing:1px;
}

.bottom_inner2 a{
	display: block;
	color:#222
	text-decoration: none;
}
.bottom_inner2 a:hover{
	color:#9f3025;
	text-decoration:underline;
	font-weight:700;
	background-color: #faf8f8;
	border-radius: 25px 2px 2px 1px;
	height: 100%; padding: 0 0 2px 0;
	opacity: 0.9;
}

.bottom_inner2 P{
margin-top: 0px;
	text-align: center; 
	color:#680810;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:nomal;
	ont-size: clamp(14px, 1.4vw, 16px);
	letter-spacing:0;
	overflow: visible;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

.text01{
	float: left;
	width: 40%;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 2em;
	color: #111;
	font-weight:500;
	font-size: clamp(12px, 1.2vw, 14px);
	padding: 0 10px;
}


h2{
	width:100%;
	margin: 0 0 20px 0; height: 10px;
	display: block;
	text-align: left;
 
	font-size: clamp(12px, 1.2vw, 18px);
	color: #888;	
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";

}

footer {
	clear: both;
	border-width: 12px 0 0 0;
	border-style: solid;
	border-color: #FAF0DC;
	background-color: rgba(41,104,67,1);
	padding: 25px 65px 55px 80px;
	color: #ffffff;
	font-size: clamp(12px, 1.2vw, 13px);
	text-align: center;
	font-family: meiryo;
	line-height: 2em;
	box-sizing: border-box;
}

footer a{
    font-weight: 500; 
    font-size: clamp(12px, 1.2vw, 13px);
    font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif', "serif";
    letter-spacing: 1px;
    text-decoration: underline;
}

footer a:hover{
    color: #efd878;
}

/* ==== PC版(中) ==== */
@media (min-width: 860px) and ( max-width:1400px)  {

body{ 
	margin: 0px;
	padding: 0;
	background-position:center top;
	background-color: #FeF2ea;
	background-image: url(../image_1/texture02.jpg);
	background-repeat: repeat;
	color: #fff;
}
.backcontainer{
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(250,250,250, 0.2);
	width:85%; height: auto;
}
.container {
	width: 100%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;

	border: solid #811;
	border-width: 0 0 1px 0;
}

nav ul {
	list-style-type: none;
	padding: 4px;
	color: #952025;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
margin-top: 23px;
	width: 60%;
}

nav li:not(:last-child) {
	margin-right: 2px;
}

nav img{
	width: 30%; min-width:116px;
	height: auto;
}

.intro{
	margin-left: auto;
	margin-right: auto;
    padding: 0px;
    text-align: justify;
    width: 88%; max-width: 1680px;
    margin-top:-5px;
    margin-bottom:0px;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
	justify-content: space-between;
}

.intro img{
	width: 100%;
	height: auto;
	opacity:0.9;
}

.guide1{

	line-height: 15px;
	width:96%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;

	background-image: url(../image_1/texture02.jpg);
background-color:rgba(255,255,255,0.3);
background-blend-mode:lighten;
}

.localnav ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	color: #952025;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 0.6em;
	display: flex;
	line-height: 0.8em;

}

.localnav li{
	display: block;
	margin-top: 3px;
	margin-bottom: -15px;
	padding: 12 3px 0px 3px;
	width: 22%;
	height: 21px;
	margin-right:4px;  margin-left:2px;
	border: 1px ridge #eee;
	box-shadow: 3px 3px 3px #bbb;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 15px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: center;
	border: none;
	mix-blend-mode: multiply;
}

.localnav2 ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
margin-top: -16px;
	padding: 15px;
	color: #952025;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 0.6em;
	display: flex;
	line-height: 0.5em;

}

.localnav2 li{
	display: block;
	margin-top: 3px;
	margin-bottom: -10px;
	padding: 12 3px 0px 3px;
	width: 22;
	height: 20px;
	margin-right:1px;  margin-left:1px;
	border: 1px ridge #eee;
	box-shadow: 3px 3px 3px #bbb;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 15px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: center;
	border: none;
}

.container2 {
	display: grid;
	grid-template-columns: 5fr;
	grid-template-raw: 20px 20px;
	width: 96%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

.contents{
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	padding: 1px;
	width: 100%; max-width: 1000px;
	min-width: 0; height: auto;
	text-align: left;

}

.contents2{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 10px 1px 10px 12px;
	width: 100%; max-width: 900px;
	min-width: 0; height: auto;
	text-align: left;
	box-sizing: border-box;
}

.map{
	margin-left: auto;
	margin-right: auto;
    padding: 30px;
    text-align: justify;
    width: 96%; max-width: 900px;
    margin-bottom:10px;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
	justify-content: space-between;

	background-color: #fff;
    background-image: url(../imgs/backtexture4-2.jpg);
    border-radius: 12px;
    border: 3px solid #fff;

}

.map img{
	margin-left: auto;
	margin-right: auto;
	width: 100%; max-width: 750px;
	height: auto;


}

.sansakumap{
	margin-left: auto;
	margin-right: auto;
    padding: 30px;
    text-align: justify;
    width: 96%; max-width: 900px;
    margin-bottom:10px;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
	justify-content: space-between;

	background-color: rgba(255,255,255,1);
    background-image: url(../imgs/backtexture4-2.jpg);
    border: 4px solid #fff;
    border-radius: 10px;

}

.sansakumap img{
	width: 100%; max-width:750px;
	height: auto;

    margin-top: 0px;
}


.area_title2{
	margin-top: 10px;
	margin-bottom: 30px;
	width: 93%; min-width: 140px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 5px 14px 25px;
	height: 72px;
	background-color: rgba(25,50,25,0.1);

	border: 1px none #eee;
	border-width: 0 1px 0 1px;
	box-shadow: 0px 2px 2px #bbb;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(16px, 1.6vw, 18px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: left;
	background-image: url(../image_1/tanpopo09.jpg);
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}

.spot_title{
	padding: 10px 5px 14px 4px;
	width: 97%; min-width: 140px;
	margin:4px 2px 0 2px;
	height: 38px;
	background-image: url(../image_1/tanpopo05.jpg);
	border-style: none;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 1px;
	text-align:center;

}

.area_inner{
	padding: 7px 2px 1px 0px;
	margin:4px 2px 0 0;
	margin-bottom: 0px;

	margin-top: 20px;
	width:99%; 
	height:34px;
	background-color:#6b5454;
	border:1px ridge #484;
	text-align:center; 
	color:#fff;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:normal;
	font-size: clamp(14px, 1.3vw, 14px);
	letter-spacing:1px;
	overflow:hidden;
}

.area_inner2{
	padding: 7px 2px 1px 5px;
	margin: 24px 2px -2px 2px;
	margin-bottom: 3px;
	width: 97%; 
	height:35px;
	background-color:#6b5454;
	border:1px ridge #484;
	text-align:center; 
	color:#fff;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:normal;
	font-size: clamp(16px, 1.6vw, 18px);
letter-spacing:1px;
	overflow:hidden;

}

.bottom_inner{
	float:left;
	margin:4px 2px 0px 2px;
	padding:9px 0 2px 0; 
	width:19%; min-width:150px;
	height:24px;
	background-color:#eeeee4;
	border:1px ridge #484;
	text-align:center; 
	color:#680810;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:nomal;
	font-size:12px; letter-spacing:1px;

}

.bottom_inner a{
	display: block;
	color:#680810;
	text-decoration: none;

}
.bottom_inner a:hover{
	color:#b84028;
	text-decoration:underline;
	background-color: #faf8f8;
}


.bottom_inner2{
	float:left;
	margin:4px 2px 0px 2px;
	padding:9px 0 2px 0; 
	width:19%; min-width:150px;
	height:24px;
	background-color: rgba(240,240,230,0.35);
	border:1px ridge #484;
	text-align:center; 
	color:#680810;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:nomal;
	font-size:12px; letter-spacing:1px;

}

.bottom_inner2 a{
	display: block;
	color:#680810;
	text-decoration: none;
}
.bottom_inner2 a:hover{
	color:#9f3025;
	text-decoration:underline;
	opacity:0.85;
}

.bottom_inner2 P{
margin-top: 3px;
	text-align: center; 
	color:#680810;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:nomal;
	ont-size: clamp(11px, 1.1vw, 12px);
	letter-spacing:0;
	overflow: visible;
line-height: 1.2em;
}


.text01{
	float: left;
	width: 40%;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 2em;
	color: #111;
	font-weight:500;
	font-size: clamp(12px, 1.3vw, 15px);
	padding: 0 10px;
}


}

/*=====スマホ用=====*/
@media screen and (max-width: 859px) {

body{ 
	margin: 0px;
	padding: 0;
	background-color: #000;
	background-position:center top;
	background-color: #FeF2ea;
	background-image: url(../image_1/texture02.jpg);
	background-repeat: no-repeat;
	color: #fff;
	background-repeat: repeat;
}

.backcontainer{
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(250,250,250, 0.3);
	width:97%; height: auto;
padding:0;
margin-left:4px;
	box-sizing: border-box;
}

h1{ 
	width:99%; height: 35px;
	margin-bottom: -7px;
margin-left: auto;
margin-right: auto;
	padding-top: 10px; padding-left: 10px;
	border-width:0 1px 1px 0;  
	font-size: clamp(14px, 1.5vw, 18px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(80,130,105,1);
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	  background-color: rgba(250,240,220,1);
	border: solid #811;
	border-width: 0 0 1px 0;
	
}

nav{
	width: 98%;
	margin-left: auto;
	margin-right: auto;


}
nav ul {
	list-style-type: none;

	color: #952025;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
margin-top: 10px;

	width: 84%;
}
nav li{
	width: 30%;
	margin-right: 5px;
}


nav li:not(:last-child) {
	margin-right: ;
}

nav img{
	width: 35%; min-width:96px;
	height: auto;
}

.guide1{
	line-height: 12px;
	width:98%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image_1/texture02.jpg);
background-color:rgba(255,255,255,0.3);
background-blend-mode:lighten;
	box-sizing: border-box;
}

.area_title{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: auto;
	padding: 10px 5px 20px 12px;
	width: 100%;
	height: 80px;
	border-width: 0 1px 0 1px;
	box-shadow: 0px 2px 2px #bbb;
	font-family: selif, michou-tai, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(16px, 1.6vw, 18px);
	font-weight: 500;
	color:#fff;
	letter-spacing: 1px;
	line-height: 1.1em;
	text-align: left;
	background-image: url(../image_1/tanpopo05.jpg);
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 4px;
}

.localnav ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	color: #952025;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	line-height: 0.6em;
	display: flex;

}

.localnav li{
	display: block;
	margin-top: 3px;
	margin-bottom: -15px;
	padding: 14px 3px 2px 3px;
	width: 22%;
	height: 15px;
	margin-right:1px;  margin-left:1px;
	border: 1px ridge #eee;
	box-shadow: 3px 3px 3px #bbb;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(12px, 1.5vw, 13px);
	font-weight: 500;
	color:#fff;
	letter-spacing: 0;
	text-align: center;
	border-radius: 28px 0 0 0;
}

.localnav li:nth-child(1){
	width: 22%;
}

.localnav li:nth-child(4){
	width: 25%;
}

.localnav2 ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	padding: 15px;
	color: #952025;
	font-size: 13px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 0.6em;
	display: flex;

}

.localnav2 li{
	display: block;
	margin-top: -18px;
	margin-bottom: -10px;
	padding: 15px 3px 7px 3px;
	width: 28%;
	height: 14px;
	margin-right: 4px;  margin-left: 4px;
	border: 1px ridge #eee;
	box-shadow: 3px 3px 3px #bbb;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(12px, 1.5vw, 13px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: center;
	border: none;
	border-radius: 14px 3px 12px 3px;
}

.localnav2 li:nth-child(1){
	width: 30%;
}
.localnav2 li:nth-child(2){
	width: 30%;
}

.container2 {
	display: grid;
	grid-template-columns: 2fr;
	grid-template-raw: 20px 20px;
	width: 100%;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

}

.contents{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	padding: 0;
	width: 90%;
	min-width: 380px; height: auto;
	border: 1px none #aaa;
	text-align: left;
	background-color: transparent;
}

.map{
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: justify;
    width: 97%; 
    margin-bottom:0px;
    height: auto;
	box-sizing: border-box;
    overflow: hedden;
	justify-content: space-between;
    background-image: url(../imgs/backtexture4-2.jpg);
    border-radius: 10px;
    border: 3px solid #fff;
}

.map img{

}


.sansakumap{
	margin-left: auto;
	margin-right: auto;
    padding: 20px;
    text-align: justify;
    width: 96%; max-width: 800px;
    margin-bottom:0px;

    height: auto;
	box-sizing: border-box;
    overflow: hedden;
	justify-content: space-between;
	background-color: rgba(255,255,255,1);
    background-image: url(../imgs/backtexture4-2.jpg);
    border-radius: 10px;
    border: 3px solid #fff;
}

.sansakumap img{
	width: 100%;
	height: auto;
}

.contents2{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 10px 3px 10px 8px;
	width: 96%; 
	min-width: 300px; height: auto;
	text-align: left;
	box-sizing: border-box;
}


.area_title2{
	margin-top: 10px;
	margin-bottom: 15px;
	width: 97%; min-width: 140px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 5px 14px 10px;
	height: 48px;
	background-color: rgba(25,50,25,0.1);

	border: 1px none #eee;
	border-width: 0 1px 0 1px;
	box-shadow: 0px 2px 2px #bbb;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(16px, 1.6vw, 18px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: left;
	background-image: url(../image_1/tanpopo09.jpg);
	box-sizing: border-box;
	overflow: hidden;
}

.spot_title{
	padding: 7px 3px 1px 0px;
	width: 97%; min-width: 140px;
	margin:4px 2px 0 0;
	height: 44px;
	background-image: url(../image_1/tanpopo05.jpg);
	border-style: none;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 15px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 1px;
	text-align:center;

}

.area_inner{
	padding: 7px 2px 1px 0px;
	margin:4px 2px 0 0;
	margin-bottom: 3px;
	width:97%; 
	height:34px;
	background-color:#6b5454;
	border:1px ridge #484;
	text-align:center; 
	color:#fff;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:normal;
	font-size:12px; letter-spacing:1px;
	overflow:hidden;
}

.area_inner2{
	padding: 7px 2px 1px 0px;
	margin:10px 2px 0 0;
	margin-bottom: 3px;
	width:97%; 
	height:30px;
	background-color:#6b5454;
	border:1px ridge #484;
	text-align:center; 
	color:#fff;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:normal;
	font-size: clamp(15px, 1.4vw, 16px);
	letter-spacing:1px;
	overflow:hidden;
}


.bottom_inner{
	float:left;
	margin:4px 0px 1px 1px;
	padding:12px 0px 16px 0px; 
	width:32%; min-width:100px;
	height:10px;
	background-color:#eeeedf;
	border:1px ridge #484;
	text-align: center; 
	color:#680810;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:nomal;
	font-size:13px;
	letter-spacing:0;
	overflow: visible;

}

.bottom_inner a{
	display: block;
	color:#680810;
	text-decoration: none;
}
.bottom_inner a:hover{
	color:#b84028;
	text-decoration:underline;
	background-color: #faf8f8;
}
.bottom_inner2{
	float:left;
	margin:4px 0px 1px 1px;
	padding: 15px 0 0 0; 
	width:32%; min-width:100px;
	height:28px;
	background-color: rgba(240,240,230,0.35);
	border:1px ridge #484;
	text-align: center; 
	color:#680810;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:nomal;
	font-size:13px;
	letter-spacing:0;
	overflow: visible;


}

.bottom_inner2 a{
	display: block;
	color:#680810;
	text-decoration: none;
}

.bottom_inner2 a:hover{
	color:#b84028;
	text-decoration:underline;
	height:24px;
border-radius: 0 0 0 0;
padding: 0; 
font-weight: 700;
} 
.bottom_inner2 P{
margin-top: -7px;
	text-align: center; 
	color:#680810;
	font-family: Meiryo, hiragino,  'Yu Gothic medium', 'Hiragino Sans', YuGothic, 'sans-serif', "serif";
	font-weight:nomal;
	font-size:13px;
	letter-spacing:0;
	overflow: visible;
line-height: 1.2em;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }


.text01{
	float: left;
	width: 40%;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 2em;
	color: #111;
	font-weight:500;
	font-size: clamp(12px, 1.3vw, 13px);
	padding: 0 10px;
}

footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 99%;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #FAF0DC;
	background-image: url(../image_1/tanpopo07.jpg);
	padding: 20px 15px 20px 15px;
	color: #ffffff;
	font-size: clamp(11px, 1.1vw, 12px);
	text-align: right;
	font-family: meiryo;
	line-height: 2.1em;
    box-sizing: border-box;
}

footer a{
    font-weight: 500; 
    font-size: 12px;
    font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif', "serif";
    letter-spacing: 0;
    text-decoration: underline;
}

footer a:hover{
    color: #efd878;
}

}
