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

/* PC版：コンテナ */
.container {
	width: 88%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF0DC;
	border: solid #811;
	border-width: 0 0 1px 0;

}

.container2 {
	width: 88%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(250,240,220,0.85);
	padding-bottom: 150px;
	padding-top: 20px;
}

.container2 nav ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	width:88%;
	padding: 0;
	color: #952025;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 0.6em;

}

.container2 nav li{
	display: block;
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 15px 15px 10px 15px;
	width: 20%;
	height: 12px;
	background-color: rgba(40,100,70,0.85);
	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:#406124;
	letter-spacing: 2px;
	text-align: center;
}


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

}


.contents{
	display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 1px 10px 20px 12px;
	width: 98%; max-width: 1200px;
	min-width: 0; height: auto;
	background: rgba(240,235,220,0.8);
	text-align: left;
}

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

a:hover {
	opacity: 0.8;
	color: rgba(87,58,40,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: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 5px 7px 50px;
	width: 94%; min-width: 140px;
	height: 44px;
	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(15px, 1.5vw, 18px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: left; 
	background-image: url(../../satelite/image_1/tanpopo01.jpg);
	box-sizing: border-box;
}
.area_title a:hover{
	color: #aa5544;
}
.group_title{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 40px;
	margin-right: auto;
	padding: 3px 5px 6px 60px;
	width: 92%; min-width: 140px;
	height: 30px;
	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:#711;
	letter-spacing: 2px;
	text-align: left;
	box-sizing: border-box;
	}

.spot_title{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 5px 5px 6px 5px;
	width: 88%; min-width: 190px;
	height: 15px;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight: 700;
	font-size: clamp(14px, 1.4vw, 14px);
	color:#302a2f;
	letter-spacing: 1px;
	line-height: 18px;
	border: solid #811;
	border-width: 0 0 1px 0px;
	}


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;
}

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

}

.localnav li{
	display: block;
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 15px 5px 2px 5px;
	width: 17%;
	height: 24px;
	background-color: rgba(40,100,70,0);
	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:#406124;
	letter-spacing: 2px;
	text-align: center;
	border: none;
}


h1{ 
	width:100%; height: 26px;
	margin-bottom: -1px;
	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: 0px;
    text-align: justify;
    width: 100%;
    margin-right: 1px;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(150,90,100,0);
	justify-content: space-between;
    font-size: clamp(13px, 1.3vw, 14px);
    color: #222;
}

.blockbase{
    position: relative;
    width: 100%; min-width: 0;
    height: auto;
    padding: 8px 10px 5px 0;
    background-color: rgba(180,170,170,0.1);
    overflow: hidden;
    box-sizing: border-box;
}

.block01{
	display: block;
	float: left; 
	margin-bottom: 4px; margin-left: 5px;
	margin-top: 0px; 
	width: 98%;  min-width: 200px; max-width:620px;
	padding: 0 5px 5px 5px;
	background-color: rgba(225,220,210,0.4);
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.block01 img{
	float: left;
	width: 45%; min-width: 180px; max-width:650px;
	height: auto;
	margin-right: 10px;
	opacity:0.95;
	border: 2px solid #fff;
	border-radius: 5px;
}

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

.inner{
	float:left;
	display: block;
	margin-right:1px; margin-top: 0;
	width:24%; max-width: 120px; min-width:76px;
	padding-bottom: 1px;
	height:auto;
   	background-color: rgba(250,250,250,0.6);
    align-content: center;

}

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

}

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

.box01{
	float: left;
	margin: 30px 0 50px 10px;
	padding: 0;
	width: 70%;
	height: auto;
background-color: rgba(180,120,75,0.15);
}

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

.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;
}


.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:35%; min-width: 150px;
	height:24px;
	background-color:#2f7f5a;
	border:1px ridge #484;
	text-align:center; color:#fff;
	font-family: YuGothic, Meiryo, hiragino, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight: 500;
	font-size:16px; letter-spacing:3px;
	border-radius: 24px;
}

.bottom_inner a{
	display: block;
	color:#fff;
	text-decoration:none;
}
.bottom_inner a:hover{
	color:#ffd5cd;
	text-decoration:underline;
}

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

.container {
	width: 90%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF0DC;
	border: solid #811;
	border-width: 0 0 1px 0;

}

.container2 {
	width: 90%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(250,240,220,0.85);
	padding-bottom: 150px;
	padding-top: 20px;
}
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{
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px 1px 30px 10px;
	width: 98%; max-width: 1500px;
	min-width: 0; height: auto;
	background: rgba(240,235,220,0.8);
	text-align: left;
}

.area_title{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 5px 7px 50px;
	width: 95%; min-width: 140px;
	height: 38px;
	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(15px, 1.5vw, 18px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: left; 
	background-image: url(../../satelite/image_1/tanpopo01.jpg);
	box-sizing: border-box;
}
.area_title a:hover{
	color: #aa5544;
}
.group_title{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: auto;
	padding: 3px 5px 6px 60px;
	width: 90%; min-width: 140px;
	height: 30px;
	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:#711;
	letter-spacing: 2px;
	text-align: left;
	box-sizing: border-box;
	}

.spot_title{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 5px 5px 10px 5px;
	width: 91%; min-width: 20px;
	height: 16px;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight: 700;
	font-size: clamp(13px, 1.3vw, 14px);
	color:#302a2f;
	border: solid #811;
	border-width: 0 0 1px 0;
	line-height: 20px;
	letter-spacing: 1px;
	}

.spot_title a:hover{
	color: rgba(150,110,65,0.9);
	text-decoration: underline double;
}

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

.localnav li{
	display: block;
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 15px 5px 2px 5px;
	width: 17%;
	height: 24px;
	background-color: rgba(40,100,70,0);
	border: 1px ridge #eee;
	box-shadow: 2px 2px 2px #aaa8a2;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(12px, 1.1vw, 13px);
	font-weight: 700;
	color:#406124;
	letter-spacing: 1px;
	text-align: center;
	border: none;
}

.main{
    float: left;
    padding: 2px 2px 2px 2px;
    margin-right: 10px;
    text-align: justify;
    width: 98%;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
    background-color: transparent;
    line-height: 17px;
}

.blockbase{
    position: relative;
    width: 100%; min-width: 0;
    max-width: 210px;
    margin-top: 4px;
    height: auto;
    padding: 10px;
    background-color: rgba(180,160,160,0.2);
    overflow: hidden;
    box-sizing: border-box;
}

.block01{
	display: block;
	float: left; 
	margin-bottom: 1px; margin-left: -1px;
	margin-top: 0px; 
	width: 100%;  min-width: 180px; max-width:500px;
    padding: 1px;
	background-color: rgba(225,220,210,0.2);
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	box-sizing:border-box;

}

.block01 img{
	float: left;
	width: 90%; min-width: 120px; max-width:500px;
	height: auto;
	margin-right: 1px;
	opacity:0.95;
	border: 2px solid #fff;
	border-radius: 5px;
}

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

.inner{
	float:left;
	display: block;
	margin-right:1px; margin-top:10px;
	width:24%; height:auto;
   	background-color: rgba(250,250,250,0.6);
    align-content: center;

}

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

}

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

.box01{
	float: left;
	margin: 10px 0 55px 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: 47%;
	height: auto;
	background-color: rgba(60,10,150,0.1);
	}

.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: 680px) {

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

.container {
	width: 100%;
	max-width: 1000px;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 12px;
	background: rgba(250,240,220,0.6);
	border: solid #811;
	border-width: 0 0 1px 0;
	padding-right: 10px;
	padding-left: 10px;
	over-flow: hidden;

}

.container2 {
	width: 100%;
	max-width: 1000px;
	margin-left: 0;
	margin-right: auto;
	background: rgba(250,240,220,0.6);
	margin-top: -8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	over-flow: hidden;
	margin-right: 0;
}

.contents{
	display:grid;
	grid-template-columns: 1fr;
	margin-left: 30px;
	margin-right: auto;
	margin-top: 0px;
	padding: 1px 1px 50px 4px;
	width: 86%; max-width: 800px;
	min-width: 140px; height: auto;
	background: rgba(240,235,220,0);
	text-align: left;
}

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

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: 26%; min-width:98px;
	height: auto;
}

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

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.localnav li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 15px 10px 8px 10px;
	width: 26%;
	height: 36px;
	background-color: rgba(40,100,70,0);
	border: 3px solid #eee;
	box-shadow: 1px 1px 1px #aaa59a;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(12px, 1.2vw, 13px);
	font-weight: 700;
	color:#406124;
	letter-spacing: 0;
	line-height: 1.5em;
	text-align: center;
	border: none;

}

h1{ 
	width:100%; height: 25px;
	margin-bottom: -10px;
	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);
}
.container2 nav li{
	display: block;
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 15px 15px 10px 15px;
	width: 20%;
	height: 12px;
	background-color: rgba(40,100,70,0.15);
	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.2vw, 12px);
	font-weight: 700;
	color:#406124;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.2em;
}

.area_title{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 5px 6px 36px;
	width: 96%; min-width: 140px;
	height: 38px;
	background-color: rgba(25,50,25,0.1);
	border-radius: 3px;
	border: 2px solid #fff;
	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(15px, 1.5vw, 18px);
	font-weight: 700;
	color:#fff;
	letter-spacing: 2px;
	text-align: left; 
	background-image: url(../../satelite/image_1/tanpopo01.jpg);
	box-sizing: border-box;
}
.area_title a:hover{
	color: #aa5544;
}

.group_title{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 3px 30px;
	width: 90%; min-width: 140px;
	height: 28px;
	background-color: rgba(25,25,25,0.05);
	margin-left: 14px;
	margin-right: auto;
	border: 2px solid #fff;
	border-width: 0 0 0 0;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 17px);
	font-weight: 700;
	color:#222;
	letter-spacing: 2px;
	text-align: left;
	box-sizing: border-box;
	text-align: left;
	}

.spot_title{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 5px 5px 8px 8px;
	width: 86%; min-width: 18px;
	height: 16px;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight: 700;
	font-size: clamp(14px, 1.4vw, 15px);
	color:#302a2f;
	border: solid #811;
	border-width: 0 0 1px 0;
	line-height: 17px;

	}

.spot_title a:hover{
	color: rgba(150,110,65,0.9);
	text-decoration: underline double;
}

.main{
    float: left;
    padding: 10px;
    text-align: justify;
    font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    width: 100%;
    height: auto;
	box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(150,90,100,0);
    margin-left:-20px;
}

.blockbase{
    position: relative;
    width: 90%; min-width: 180px;
    height: auto;
    padding: 5px;
    margin: 0;
    background-color: rgba(150,140,135,0.15);
    overflow: hidden;
    box-sizing: border-box;
}

.block01{
	display: block;
	float: left; 
	margin-bottom: 1px; margin-left: 0px;
	margin-top: 0px; 
	width: 94%;  min-width: 180px; max-width:380px;
    padding: 5px;
	background-color: rgba(225,220,210,0.1);
	font-family: Meiryo, hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.block01 img{
	float: left;
	width: 86%; min-width: 120px; max-width:400px;
	height: auto;
	margin-left: -1px;
	opacity:0.95;
	border: 2px solid #fff;
	border-radius: 5px;
}

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

.inner{
	float:left;
	display: block;
	margin-right:1px; margin-top:10px;
	width:24%; max-width: 130px;height:auto;
   	background-color: rgba(250,250,250,0.6);
    align-content: center;

}

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

}

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

.box01{
	float: left;
	margin: 10px 0 25px 0;
	padding: 0;
	width: 90%;
	height: auto;
background-color: rgba(150,120,105,0.0);
}

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

.bottom_inner{
	float:left;
	margin:4px 5px 0 10px;
	padding:9px 15px 8px 15px; 
	margin-bottom: 10px;
	width:60%; 
	height:19px;
	background-color:#2f7f5a;
	border:1px ridge #484;
	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_inner a{
	display: block;
	color:#fff;
	text-decoration:none;
}
.bottom_inner a:hover{
	color:#ffd5cd;
	text-decoration:underline;
}
.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;
}


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: clamp(12px, 1.2vw, 13px);
	text-align: right;
	font-family: meiryo;
	line-height: 2em;
	margin-right: -8px;
}

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;
}

}
