body{ 
	margin: 0px;
	padding: 0;
	background-color: #000;
	background-position:center top;
	background-color: #FAF0DC;
	background-image: url(../images/back-green03_toka.jpg);
	background-repeat: no-repeat;
	color: #fff;
}

.container {
	width: 88%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF0DC;
	border: solid #811;
	border-width: 0 0 1px 0;
	margin-bottom: 10px;
}
.container2 {
	width: 88%;
	height: auto; min-height: 700px;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(250,240,220,0.88);
}

/* PC版：「ヘッダー」ブロック内のコンテナ */
header .container {
	display: flex;
	justify-content: space-between;
	background-color: #FAF0DC;
}

nav ul {
	list-style-type: none;
	padding: 0;
	color: #952025;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	width: 36%;
}

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

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

.contents{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px 16px 30px 10px;
	width: 80%; max-width: 1250px;
	min-width: 0; height: auto;
	min-height: 1280px; 
	background: rgba(240,235,220,0.88);
	text-align: left;
}

.contents2{
	margin-left: auto;
	margin-right: auto;
	padding: 10px 16px 30px 10px;
	width: 80%; max-width: 1250px;
	min-width: 1250p; height: auto;
	min-height: 860px; 
	background: rgba(240,235,220,0.88);
	text-align: left;
}

.view{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px 16px 60px 10px;
	width: 80%; max-width: 1600px;
	min-width: 0; height: auto;
	min-height: 550px; 
	background: rgba(240,235,220,0.88);
	text-align: left;
}

.subcontents{
	display: grid;
  grid-template-columns: 1fr 1fr ;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	padding: 10px 16px 70px 10px;
	width: 98%; max-width: 1600px;
	min-width: 0; height: auto;
	min-height: 700px; 
	background-color: rgba(220,220,210,0);
	text-align: left;
}

wrapper{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	padding: 10px 16px 70px 10px;
	width: 75%; max-width: 1600px;
	height: auto;
	min-height: 700px; 
	background-color: rgba(220,220,210,0.5);
	text-align: left;
}

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

a:hover {
	opacity: 0.7;
}

.spot_title{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 16px;
	padding: 18px 5px 10px 15px;
	width: 95%; min-width: 200px;
	height: 60px;

	background-color: rgba(70,50,55,0.4);
	background-image: url(../image_1/tanpopo05.jpg);
	border: 2px solid #fff;
	border-width: 0 1px 0 1px;

	box-shadow: 0px 3px 2px #bbb;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 700;
	color:#eee;
	letter-spacing: 0px;
	text-align: center;
	line-height: 1.1em;

	}

.spot_subtitle{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 16px;
	padding: 6px 5px 16px 10px;
	width: 92%; min-width: 150px;
	height: 15px;
	background-color: rgba(70,40,40,0.18);
	border: ridge #fff;
	border-width: 1px 0 1px 0;
	box-shadow: 3px 3px 3px #aaa;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 17px);
	font-weight: 700;
	color:#353535;
	letter-spacing: 2px;
	text-align: center;
	letter-spacing: 0;
	}

.spot_subtitle a:hover{
	color:#92684a;
	text-align: center;
	background-color: rgba(70,40,40,0);
	border-radius: 5px;
	text-decoration: underline;
	}

.group_title{
	clear: both;
	margin-left: 8px;
	margin-top: 20px;
	padding: 5px 5px 3px 30px;
	width: 68%; min-width: 140px;
	max-width: 760px;
	height: 30px;
	background-color: rgba(150,150,150,0.3);
	border: 1px ridge #eee;
	border-radius: 3px;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 17px);
	font-weight: 700;
	color:#343;
	letter-spacing: 2px;
	text-align: left;

	over-flow: hidden;
	}

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

a:hover {
	opacity: 0.7;
}

h1{ 
	width:100%; height: 40px;
	margin-bottom: -12px;
	margin-top: 0;
	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,150,120,1);
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);
}

.main{
    float: left;
    padding: 20px 16px 5px 16px;
    margin-right: 22px;
    margin-bottom: 50px;
    text-align: justify;
    width: 49%;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(150,150,135,0.1);
	box-sizing: border-box;
}

.mainwrap{
    float: left;
    padding: 20px 20px 5px 12px;
    margin-right: 2px;
    text-align: justify;
    width: 90%;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(90,98,95,0.05);
}

.map{
	width: 280px;
	height: 260px;
	float: left;
	margin: 15px 0 70px 20px;
	margin-top: 0px;
	padding: 20px 10px 60px 10px;
	background-color: rgb(35,35,35,0.6);
	border:5px solid #999;
	text-align: center;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.3vw, 15px);
}

.blockbase{
    position: relative;
    width: 100%; min-width: 0;
    height: auto;
    padding: 0 10px 20px 0px;
    background-color: rgba(180,170,150,0);
    overflow: hidden;
    box-sizing: border-box;
    color:#811;
    line-height: 1.7em;
	font-family: Meiryo, hiragino;

}
.blockbase a{
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 2px;
}

.block01{
	display: block;
	float: left; 
	margin-bottom: 18px; margin-left: 8px;
	margin-top: 0px; 
	width: 97%;  min-width: 220px; max-width:650px;
    padding: 3px;
	background-color:#fff;
	box-shadow: 2px 3px 10px #888; /*CSS3*/
	-moz-box-shadow: 2px 3px 10px #888; /* Firefox用*/
	-webkit-box-shadow: 2px 3px 10px #888; /* Google Chrome, Safari用*/
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.block01 img{
	width: 100%; 
	min-width: 220px; max-width:650px;
	height: auto; margin-bottom: -6px;
	opacity:0.95;
}


.block02{
	float: left;
	background-color: rgba(110,100,90,0);
	width: 94%; max-width:1000px; min-width: 0;
	height: auto;
    margin-left:10px;
	margin-bottom: 25px;
	padding-bottom: 5px;
}

.block01 img{
	width: 100%; 
	min-width: 220px; max-width:650px;
	height: auto; margin-bottom: -6px;
	opacity:0.95;
}

.block02 p{
	width:50%;
	margin: 30px;
}

.inner{
	float:left;
	display: block;
	margin-right:3px; margin-top: 6px;
	padding: 2px;
	width:22%; min-width: 118px;
	height:auto;
   	background-color: rgba(250,250,250,0.8);
	align-content: center;
	text-align: center;
	color: #544;
	font-size: clamp(12px, 1.2vw, 14px);
	font-family: Meiryo, hiragino, YuGothic, 'hiragino', 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    line-height: 1.4em;
}

.inner a:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);

}

.inner img{
	width: 100%; height:auto;
	padding-left: 0px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius:3px; /* Safari,Chrome */
}

.innercomment{
	clear: both;
	width: 100%;
}

.samnail{
	float:left;
	display: block;
	margin-right:6px; margin-top: 6px;
	margin-bottom:3px;
	padding-right: 0px;
	width:auto; min-width:150px; max-width:190px;
	height: auto;
	background-color: #fff;
    align-content: center;
	font-family: 'hiragino', Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	text-align:center;
	box-sizing: border-box;
	color: #754;
	font-size: clamp(12px, 1.2vw, 13px);
	border: 2px solid #fff;
	letter-spacing: 1px;
	font-weight: bold;
}

.samnail a:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);

}

.samnail img{
	width: 100%; height:120px;
	padding-left: 0px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius:3px; /* Safari,Chrome */

}
.box01{
	float: left;
	margin: 4px 0 16px 10px;
	padding: 0;
	width: 80%;
	height: auto;
background-color: rgba(180,80,25,0.08);
}

.box02{
	float: left;
	margin: 1px 0 50px 10px;
	padding: 0;
	width: 75%;
	height: auto;
	background-color: rgba(110,100,100,0.1);
	border-radius: 5px;
	}

.box02 .bottom_inner{
	float:left;
	margin:4px 5px 0 10px;
	padding:12px 0 10px 0; 
	margin-bottom: 10px;
	width:30%; min-width: 150px;
	height:20px;
	background-color:#506a2f;
	border:1px none #222;
	text-align:center; color:#fff;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight:nomal;
	font-size:12px; letter-spacing:3px;
	border-radius: 19px;
	}

.bottom_detail{
	margin: 5px 0 0 5px;
	padding: 0;
	width: auto;
	height: 30px;
	border-width: 0;
}
.bottom_inner{
	float:left;
	margin:4px 5px 0 10px;
	padding:12px 15px 10px 15px; 
	margin-bottom: 10px;
	width:28%; min-width: 150px;
	height:20px;
	background-color:#4a9570;
	border:1px none #222;
	text-align:center; color:#fff;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight:nomal;
	font-size:12px; letter-spacing:3px;
	border-radius: 15px;
}
.bottom_inner a{
	display: block;
	color:#fff;
	text-decoration:none;
}
.bottom_inner a:hover{
	color:#eaeaaa;
	text-decoration:underline;
	font-weight: 700;
}

.bottom_inner2{
	float:left;
	margin:4px 5px 0 10px;
	padding:10px 0 12px 0; 
	margin-bottom: 10px;
	width:50%; min-width: 200px;
	height:16px;
	background-color:#4a9faa;
	border:1px none #222;
	text-align:center; color:#fff;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight:nomal;
	font-size:14px; letter-spacing:2px;
	border-radius: 5px;
}


.bottom_inner2 a{
	display: block;
	color:#fff;
	text-decoration:none;
}
.bottom_inner2 a:hover{
	color:#ffdfa5;
	text-decoration:underline;
	font-weight: 700;
}
.text01{
	float: right;
	width: 48%;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 2em;
	color: #111;
	font-weight:500;
	font-size: clamp(13px, 1.3vw, 16px);
	padding: 30px 15px 15px 12px;
	margin-bottom: 20px;
	text-align: justify;
	box-sizing: border-box;
}

.text02{
	width: 90%;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 1.6em;
	color: #373737;
	font-weight:500;
	font-size: clamp(13px, 1.3vw, 15px);
	padding-top: 30px;  padding-left: 20px;
	margin-bottom: 20px;
	text-align: justify;
	box-sizing: border-box;
}

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: 10px 0 0 0;
	border-style: solid;
	border-color: #FAF0DC;
	background-color: rgba(45,120,78,1);
	padding: 15px 35px 15px 0;
	color: #ffffff;
	font-size: clamp(12px, 1.2vw, 13px);
	text-align: center;
	font-family: meiryo;
	line-height: 2em;
}

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: 768px) and ( max-width:1280px)  {

.container2 {
	width: 88%;
	height: auto; min-height: 1100px;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(250,240,220,0.88);
}

nav ul {
	list-style-type: none;
	padding: 0;
	color: #952025;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	width: 48%;
}

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

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

.contents{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px 15px 10px 15px;
	width: 96%; max-width: 800px;
	min-width: 0; height: auto;
	min-height: 920px; 
	background: rgba(240,235,220,0.88);
	text-align: left;
}
.view{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px 16px 60px 10px;
	width: 96%; max-width: 1600px;
	min-width: 0; height: auto;
	min-height: 550px; 
	background: rgba(240,235,220,0.88);
	text-align: left;
}

.subcontents{
	display: grid;
  grid-template-columns: 1fr 1fr ;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	padding: 10px 16px 70px 10px;
	width: 98%; max-width: 1600px;
	min-width: 0; height: auto;
	min-height: 700px; 
	background-color: rgba(150,170,158,0);
	text-align: left;
}

.spot_title{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 16px;
	padding: 14px 5px 12px 15px;
	width: 95%; min-width: 200px;
	height: 49px;
	background-color: rgba(70,50,55,0.4);
	background-image: url(../image_1/tanpopo05.jpg);
	border: 2px solid #fff;
	border-width: 0 1px 0 1px;
	box-shadow: 0px 3px 2px #bbb;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 700;
	color:#eee;
	letter-spacing: 0px;
	text-align: center;
	line-height: 1.1em;

	}
.spot_subtitle{
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 8px 5px 4px 15px;
	width: 88%; min-width: 200px;
	height: 24px;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', Meiryo, "serif";
	font-size: clamp(13px, 1.4vw, 15px);
	color:#222;
	letter-spacing: 0;
	text-align: center;
	}

.main{
    float: left;
    padding: 20px 18px 5px 18px;
    margin-right: 2px;
    text-align: justify;
    width: 100%;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(150,150,135,0.1);
}

.mainwrap{
    float: left;
    padding: 20px 4px 5px 10px;
    margin-right: 2px;
    text-align: justify;
    width: 100%;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(140,130,115,0);
}

.map{
	width: 300px;
	height: 300px;
	float: left;
	margin: 15px 0 60px 10px;
	margin-top: 0px;
	padding: 20px 10px 60px 10px;
	background-color: rgb(25,25,25,0.6);
	box-sizing: border-box;
	text-align: center;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.3vw, 15px);
}

.blockbase{
    position: relative;
    width: 90%; min-width: 0;
    height: auto;
    padding: 0 2px 30px 10px;
    background-color: rgba(150,190,140,0);
    overflow: hidden;
    box-sizing: border-box;
    color:#811;
    line-height: 1.6em;
	font-family: Meiryo, hiragino;
}
.blockbase a{
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 2px;
}

.block01{
	display: block;
	float: left; 
	margin-bottom: 15px; margin-left: 10px;
	margin-top: 0px; 
	width: 90%;  min-width: 250px; max-width: 500px;
    padding: 3px;
	background-color:#fff;
	box-shadow: 2px 3px 10px #888; /*CSS3*/
	-moz-box-shadow: 2px 3px 10px #888; /* Firefox用*/
	-webkit-box-shadow: 2px 3px 10px #888; /* Google Chrome, Safari用*/
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.block01 img{
	width: 100%; min-width: 220px; max-width:600px;
	height: auto; margin-bottom: -6px;
	opacity:0.95;
}

.block02{
	float: left;
	background-color: rgba(140,120,100,0);
	width: 97%; max-width:760px; min-width: 0;
	height: auto;
	margin-left:1px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	padding-left: 7px;
}

.inner{
	float:left;
	display: block;
	margin-right:4px; margin-top: 6px;
	padding-right: 2px;
	width:22%; min-width:100px;
	height:auto;
   	background-color: rgba(250,250,250,0.8);
    align-content: center;
    line-height: 1.7em;
}

.inner a:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);

}

.inner img{
	width: 98%; height:auto;
	margin: 1px; margin-bottom: -5px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius:3px; /* Safari,Chrome */
}

.inner img:hover{
	opacity: 0.65;
	filter: alpha(opacity=75);

}
.innercomment{
	clear: both;
	width: 100%;
}

.samnail{
	float:left;
	display: block;
	margin-right:6px; margin-top: 6px;
	margin-bottom:3px;
	padding-right: 0px;
	width: 24%; min-width:114px; max-width:168px;
	height: auto;
	background-color: #fff;
    align-content: center;
	font-family: 'hiragino', Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	text-align:center;
	box-sizing: border-box;
	color: #754;
	font-size: clamp(12px, 1.2vw, 13px);
	border: 2px solid #fff;
	letter-spacing: 1px;
	font-weight: bold;
}

.samnail a:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.samnail img{
	width: 100%; height:100px;
	padding-left: 0px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius:3px; /* Safari,Chrome */
}

.box01{
	float: left;
	margin: 10px 0 5px 0;
	padding: 0;
	width: 90%;
	height: auto;
background-color: rgba(180,10,25,0.1);
}

.box02{
	float: left;
	margin: 10px 0 2px 0;
	padding: 0;
	width: 90%;
	height: auto;
	background-color: rgba(60,10,150,0.1);
	}

.bottom_inner{
	float:left;
	margin:4px 5px 0 10px;
	padding:12px 20px 10px 20px; 
	margin-bottom: 10px;
	width:36%; min-width: 180px;
	height:20px;
	background-color:#506a2f;
	border:1px none #222;
	text-align:center; color:#fff;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight:nomal;
	font-size:12px; letter-spacing:3px;
	border-radius: 15px;
}
.bottom_inner a{
	display: block;
	color:#fff;
	text-decoration:none;
}
.bottom_inner a:hover{
	color:#eaeaaa;
	text-decoration:underline;
	font-weight: 700;
}

.bottom_inner2{
	float:left;
	margin:4px 5px 0 10px;
	padding:10px 0 12px 0; 
	margin-bottom: 10px;
	width:40%; min-width: 150px;
	height:14px;
	background-color:#4a9faa;
	border:1px none #222;
	text-align:center; color:#fff;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight:nomal;
	font-size:14px; letter-spacing:2px;
	border-radius: 15px;
}

.bottom_inner2 a{
	display: block;
	color:#fff;
	text-decoration:none;
}
.bottom_inner2 a:hover{
	color:#eaeaaa;
	text-decoration:underline;
	font-weight: 700;
}

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

.text02{
	width: 90%;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 1.5em;
	color: #373737;
	font-weight:500;
	font-size: clamp(14px, 1.5vw, 15px);
	padding-top: 30px;  padding-left: 15px;
	margin-bottom: 20px;
}

}

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

body{ 
	margin: 0px;
	padding: 0;
	background-color: #000;
	background-position:center top;
	background-color: #FAF0DC;
	background-image: url(../images/back-green00.jpg);
	background-repeat: no-repeat;
	color: #fff;
}

.container2 {
	width: 90%;
	height: auto; min-height: 1100px;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(250,240,220,0.88);
}

nav ul {
	list-style-type: none;
	padding: 10px;
	color: #952025;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -15px;
}

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

nav img{
	width: 28%; min-width:100px;
	height: auto;
}

.contents{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px 15px 10px 5px;
	width: 94%; max-width: 760px;
	min-width: 0; height: auto;
	min-height: 400px;
	background: rgba(240,235,220,0.88);
	text-align: left;
}

.view{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px 16px 36px 10px;
	width: 98%; max-width: 1600px;
	min-width: 0; height: auto;
	min-height: 400px; 
	background: rgba(240,235,220,0.88);
	text-align: left;
}
.subcontents{
	display: grid;
  grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	padding: 10px 16px 70px 10px;
	width: 96%; max-width: 1600px;
	min-width: 0; height: auto;
	min-height: 700px; 
	background-color: rgba(220,220,210,0);
	text-align: left;
}

.group_title{
	clear: both;
	margin-top: 25px;
	margin-bottom: 7px;
	margin-left: 2px;
	padding: 5px 5px 4px 10px;
	width: 98%; min-width: 140px;
	height: 28px;
	background-color: rgba(25,25,25,0.1);
	border: 1px ridge #eee;
	box-shadow: 3px 3px 3px #bbb;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 16px);
	font-weight: 700;
	color:#222;
	letter-spacing: 1px;
	text-align: left;
	box-sizing: border-box;
	}

.spot_title{
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 16px;
	padding: 10px 5px 5px 15px;
	width: 92%; min-width: 200px;
	height: 34px;
	background-image: url(../image_1/tanpopo05.jpg);
	border: 1px none #fff;
	box-shadow: 0px 0px 0px #fff;
	border-radius: 3px;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 17px);
	font-weight: 700;
	color:#eee;
	letter-spacing: 0px;
	text-align: center;
	line-height: 1.1em;
	}

.spot_subtitle{
	margin-top: 15px;
	margin-bottom: 22px;
	margin-left: -1px;
	padding: 8px 5px 6px 10px;
	width: 92%; min-width: 200px;
	height: 20px;
	background-color: rgba(170,160,150,0.65);
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif', "serif";
	font-size: clamp(14px, 1.5vw, 15px);
	color:#444;
	letter-spacing: 0;
	text-align: left;
	font-weight: 700;
	}

.spot_subtitle a:hover{
	color:#a1681a;
	text-align: center;
	opacity: 0.9;
	text-decoration: underline;
	}


.main{
    float: left;
    padding: 10px 4px 5px 0;
    width: 100%;max-width:600px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(180,174,140,0);
}

.mainwrap{
    float: left;
    padding: 20px 8px 5px 2px;
    margin-right: 2px;
    text-align: justify;
    width: 98%;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(15,90,100,0);
}

.mainwrap .block01{
	float: left; 
	margin-bottom: 5px; margin-left: 1px;
	margin-top:12px;
	width: 88%;  
	height: auto;
	padding: 4px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 2px 3px 10px #888; /*CSS3*/
	-moz-box-shadow: 2px 3px 10px #888; /* Firefox用*/
	-webkit-box-shadow: 2px 3px 10px #888; /* Google Chrome, Safari用*/

	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.mainwrap div img{
	width: 100%; min-width: 90px;
	height: auto; margin-bottom: -7px;
	opacity:0.95;
}

.map{
	width: 290px;
	height: 300px;
	float: left;
	margin: 0 0 25px 15px;
	margin-top: 0px;
	padding: 15px 10px 50px 10px;
	background-color: rgb(25,25,25,0.5);
	box-sizing: border-box;
	text-align: center;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.3vw, 15px);
}

h1{ 
	width:100%; height: 35px;
	margin-bottom: -11px;
	padding-top: 10px; padding-left: 12px;
	border-width:0 1px 1px 0;  
	font-size: clamp(15px, 1.5vw, 22px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(80,150,120,1);
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);
}
.blockbase{
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    width: 99%; min-width: 0;
    height: auto;
    padding: 0 0px 12px 1px;
    background-color: rgba(190,180,170,0);
    overflow: hidden;
    box-sizing: border-box;
    color:#811;
    line-height: 1.6em;
        letter-spacing: 0;
	font-family: Meiryo, hiragino;
	font-size: clamp(14px, 1.3vw, 15px);
}

.blockbase a{
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 0;
}

.block01{
	display: block;
	float: left; 
	margin-bottom: 0; margin-left: 1px;
	margin-top:2px;
	width: 96%;  max-width:600px;
	height: auto;
	padding: 0px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 2px 3px 10px #888; /*CSS3*/
	-moz-box-shadow: 2px 3px 10px #888; /* Firefox用*/
	-webkit-box-shadow: 2px 3px 10px #888; /* Google Chrome, Safari用*/

	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.block01 img{
	width: 100%; min-width: 90px;
	height: auto; margin-bottom: -7px;
	opacity:0.95;
}

.block02{
	background-color: rgba(180,170,150,0);
	width: 99%;
	height: auto;
	padding: 6px 0 0 0; 
	margin-left: 0px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-top: 20px;
}
    
.inner{
	display: block;
	margin-right: 5px;
	width: 26%;
	height:auto;
   	background-color: rgba(250,250,250,0.8);
	box-sizing: border-box;
	padding: 1px;
    line-height: 1.9em;
}
    
.inner img{
    width: 100%;
    height: auto;
    margin-bottom: -5px;
	border: 1px solid #fff;
    border-radius: 2px;         /* CSS3 */
	-moz-border-radius: 2px;    /* Firefox */
	-webkit-border-radius:2px; /* Safari,Chrome */
}

.inner a:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);

}

.samnail{
	float:left;
	display: block;
	margin-right:6px; margin-top: 6px;
	margin-bottom:3px;
	padding-right: 0px;
	width:48%; min-width:110px; max-width:158px;
	height: 135px;
	background-color: #fff;
    align-content: center;
	font-family: 'hiragino', Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	text-align:center;
	box-sizing: border-box;
	color: #754;
	font-size: clamp(12px, 1.2vw, 13px);
	border: 2px solid #fff;
	letter-spacing: 1px;
	font-weight: bold;
}

.samnail a:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.samnail img{
	width: 100%; height:auto;
	padding-left: 0px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius:3px; /* Safari,Chrome */
}

.text01{
	float: left;
	width: 97%;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 2em;
	color: #111;
	font-weight:500;
	font-size: clamp(14px, 1.4vw, 14px);
	padding: 10px;
	text-align: start end;
    box-sizing: border-box;
	margin-top: -36px;
}
.text02{
	float: left;
	width: 100%;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 1.7em;
	color: #373737;
	font-weight:500;
	font-size: clamp(14px, 1.4vw, 15px);
	padding-top: 30px;  padding-left: 1px;
	margin-bottom: 15px;
}

.box01{
	float: left;
	margin: 10px 0 5px 5px;
	padding: 0;
	width: 98%;
	height: auto;
background-color: rgba(180,180,125,0.15);
}

.box02{
	float: left;
	margin: 10px 0 2px 5px;
	padding: 0;
	width: 98%;
	height: auto;
	background-color: rgba(60,10,150,0.1);
	}

.box02 .bottom_inner{
	float:left;
	margin:4px 5px 0 10px;
	padding:12px 0 10px 0; 
	margin-bottom: 10px;
	width:55%; min-width: 150px;
	height:20px;
	background-color:#506a2f;
	border:1px none #222;
	text-align:center; color:#fff;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight:nomal;
	font-size:12px; letter-spacing:3px;
	border-radius: 12px;
	}

.bottom_detail{
	margin: 5px 0 0 5px;
	padding: 0;
	width: auto;
	height: 30px;
	border-width: 0;
}
.bottom_inner{
	float:left;
	margin:4px 5px 0 10px;
	padding:12px 0 10px 0; 
	margin-bottom: 10px;
	width:70%; min-width: 150px;
	height:20px;
	background-color:#4a9570;
	border:1px none #222;
	text-align:center; color:#fff;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight:nomal;
	font-size:12px; letter-spacing:3px;
	border-radius: 12px;
}
.bottom_inner a{
	display: block;
	color:#fff;
	text-decoration:none;
}
.bottom_inner a:hover{
	color:#eaeaaa;
	text-decoration:underline;
	font-weight: 700;
}

.bottom_inner2{
	float:left;
	margin:-14px 5px 0 10px;
	padding: 10px 0 14px 0; 
	margin-bottom: 10px;
	width:70%; min-width: 150px;
	height:14px;
	background-color:#4a9faa;
	border:1px none #222;
	text-align:center; color:#fff;
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight:nomal;
	font-size:12px; letter-spacing:2px;
	border-radius: 5px;
}

.bottom_inner2 a{
	display: block;
	color:#fff;
	text-decoration:none;
}
.bottom_inner2 a:hover{
	color:#eaeaaa;
	text-decoration:underline;
	font-weight: 700;
}

footer {
	clear: both;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: #FAF0DC;
	background-color: rgba(45,130,82,1);
	padding: 15px 15px;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	font-family: meiryo;
	line-height: 2em;
}

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

footer a:hover{
    color: #efd878;
}

}
