@charset "UTF-8";

/* テキストの自動拡大を無効化 */
body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	margin: 0;
	font-family: meiryo;
	background-color: rgba(250,240,220,1);
	padding: 0;
}

.container{
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}

header{
	display: flex;
	justify-content: space-between;
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

.titlespace{
	width: 100%;
	height: 60px;
	background: rgba(250,240,220,1);
	padding: 0 0 82px 0;
	margin-bottom: -10px;
	font-size: 28px;
	font-weight: bold;
	border-width:0 0 1px 0;  
	border-style: solid;
	border-color: #752530;
margin-left: auto;
margin-right: auto;
}


h1{ 
	width:100%; height: 40px;
	margin-bottom: 5px;
	padding-top: 8px; 
	padding-bottom: 10px;
	padding-left: 15px;
	border-width:0 0 1px 0;  
	border-style: solid;
	border-color: #888;
	font-size: clamp(20px, 2.5vw, 26px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(55,120,97,1);
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);
margin-left: auto;
margin-right: auto;

}

/* 「ヘッダー」ブロック */


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

a:hover {
	opacity: 0.7;
}
nav ul {
	list-style-type: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	color: #952025;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 1em;
	width: 40%;
}

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

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

/* 画像 */
img {
	width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

h2 {
	clear: both;
	color: #409a6d;
	font-size: clamp(20px, 2.0vw, 24px);
	font-weight: 500;
	text-align: center;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

h3 {
	padding: 10px;
	color: #444;
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.5vw, 18px);
	font-weight: 700;
	text-align: center;
}

.hero {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 180px;
	margin-bottom:50px;
	height: auto; min-height: 280px;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 30px;
}

video{

	border: 2px none #fff;
	outline:none;
	width: 100%; min-height: 400px;
	position: absolute;
	z-index:500;
	max-width: 1380px;
	margin-bottom: 0px;
	margin-top: -40px;
	background-size: cover;
}

.pc { display: block !important; }
.sp { display: none !important; }


.hero a {
	border: solid 2px #ffffff;
	padding: 14px 36px 20px 36px;
	border-radius: 10px;
	background-color: rgba(100, 160, 140,0.65);
	margin-top: 2px;
	text-align:center;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}


/* トップページ： 記事一覧 */


.toppost {
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	max-width: 1800px;
	align-items: center;
	padding: 15px;
	background-color: rgba(245,240,220,1);
	clear: both;
	box-sizing: border-box;
}

.toppost div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.toppost article {
	margin-right: 5px;
	padding: 0;
	width: 24%;
	height: auto;
	flex: none;
	background-color:rgba(230,225,225,0.8);

}


.blockbase{
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	width: 98%;
	min-width:940px;
max-width: 1400px;
	box-sizing: border-box;
}

.block1{
	float: left;
	width: 47%;
	max-width: 800px;
	margin-bottom: 30px;

	font-size: clamp(14px, 1.2vw, 20px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	margin-right:10px;
	margin-left:-3px;
	  background-color: transparent;
}



article {
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 0;
	box-sizing: border-box;
	background-color: #ffffff;
	line-height: 1.2em;

}

.block1 article img {
	width:100%;
	border-radius: 6px;
}

article img:hover {

	box-sizing: border-box;
}


p {
	line-height: 2;
}


.block1 article {
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 1px;
	width: 46%; 
	flex: none;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.4vw, 16px);
	line-height: 1.4em;
	background-color: rgba(200, 200, 200, 0.5);
	border-radius: 10px;
}

.block4{
	width: 50%;
	max-width: 1000px;
	padding: 16px 4px 8px 4px; 
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: clamp(14px, 1.3vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(140,140,145,0.3);
	border: 2px none #999;
	border-radius: 10px;

}

.block4 article {

	margin-right: 0px;
	margin-bottom: 9px;
	padding: 1px 0 0 0;
	width: 49%; 
	flex: none;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 8px;
	background-color: rgba(250,250,250,1);
	border: 2px none #fff;
	box-sizing: border-box;
	border-radius: 10px;

}


.block4 h2{
	color: #821;
	text-decoration: underline;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(16px, 1.6vw, 18px);
	font-weight: 500;
	margin: 15px 0 15px 0;
}

.topmap{
	margin-left: auto;
	margin-right: auto;
	width:100%;
	box-sizing: border-box;
	padding:1px;

}

.topmap a{
	border-style: double;
	border-width: 5px;
	padding: 0 2px 0px 2px;
	border-color:transparent;
	box-sizing: border-box;
}

.topmap a:hover{
  display: inline-block;
	background-color: rgba(150,120,170,0.5);
	box-sizing: border-box;
}

.topmap img {
	padding: 0px;
	box-sizing: border-box;
	border: 2px solid #fff;
}

.topguide{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width:100%;
	box-sizing: border-box;
	padding-left: 0px;

}

.topguide a{
	border-style: double;
	border-width: 5px;
	padding: 0px 2px 0px 2px;
	border-color:transparent;
	box-sizing: border-box;
}

.topguide a:hover{
  display: inline-block;
	background-color: rgba(150,120,170,0.5);
	box-sizing: border-box;
}

.topguide img {
	padding: 0px;
	box-sizing: border-box;
	border: 2px solid #fff;
}

.block2{
	clear: both;
	max-width: 1170px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: clamp(14px, 1.2vw, 20px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: transparent;
}

.block2 article{
	margin-top: 10px;
}

.block2 p{
	padding-bottom:20px;
	max-height: 50px;
	padding: 0;
}
.block3{
	width: 85%;
	max-width: 1900px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	font-size: clamp(14px, 1.3vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: transparent;
	border: 1px solid #822;
}

.block3 article {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 15px;
	width: 45%; 
	flex: none;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.6em;
	box-sizing: border-box;
}

.block3 h2 {
	width: 100%;
	color: #409a6d;
	margin-top: 35px;
	margin-bottom: -5px;
	font-size: clamp(18px, 1.8vw, 23px);
	font-weight: 500;
	text-align: center;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}
.toppost h3 {
	margin: 0;
	padding: 8px;
	color: #444;
	font-size: clamp(13px, 1.4vw, 16px);
	background-color: #fff;
}

.block3 h3{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 60%;
	padding: 8px 5px 8px 8px;
	color: #444;
	font-size: clamp(12px, 1.8vw, 16px);
	background-color: #fff;
	border: 1px solid #888;
	border-radius:3px;
}



.toppost article:not(:nth-last-child(-n+2)) {
	margin-bottom: 12px;
}

.toppost p{
	line-height:1.2em;
	padding: 0 10px;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.4vw, 15px);
}


.comment{
	margin: auto;
	margin-top: 24px;
	width: 90%;
	color: #811;
	text-align: justify;
	font-size: clamp(12px, 1.8vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, '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;
}

/* サブメニュー */
aside {
	background-color: #ffffff;
	padding: 20px;
	margin-top: 40px;
}

/* 「サイトについて」ページ */
table {
	border-collapse: collapse;
}

th, td {
	border: solid 1px #cccccc;
	padding: 18px;
}

th {
	width: 4em;
	text-align: left;
	background-color: #135977;
	color: #ffffff;
}

td {
	background-color: #e8eef9;
}

/* ==== PC版 中サイズ==== */
@media (min-width: 540px) and ( max-width:1024px)  {

/* PC版：「ヘッダー」ブロック内のコンテナ */
header{
	padding: 10px 0;
	color: #44a877;
	font-size: 24px;
	font-weight: bold;
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	background-color: rgba(250,240,220,1);
	margin-bottom: 10px;
}
.titlespace{
	width: 100%;
	height: 40px;
	background: rgba(250,240,220,1);
	padding: 10px0 10px 0;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: bold;
}


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

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

nav img{
	width: 27%; min-width:110px;
	height: auto;
}

h1{ 
	width:100%; height: 37px;
	margin-bottom: 2px;
	padding-top: 4px; 
	padding-left: 12px;
	padding-bottom: 14px;
	border-width:0 0 1px 0;  
	font-size: clamp(22px, 2.0vw, 25px);
    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);
}

p {
	font-size: 18px;
}

.hero{
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
width: 90%;
margin-bottom: -100px;
}

.hero h2{
	font-size: 25px;
	color: #711a0d;
	font-weight: 700;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	margin-top: 195px;
}

.hero ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	align-items: center;
	min-width: 180px;
	flex-wrap: wrap;
}

.hero li {
	float:left;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.hero p {
	font-weight: bold;
	text-shadow: 0 0 10px #444444;
	margin-top: 0;
}

.hero a {
	border: solid 2px #ffffff;
	padding: 8px 20px;
	border-radius: 10px;
	background-color: rgba(100, 160, 140,0.65);
	margin-top: 10px;
	text-align:center;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
}


video{
	margin-top: 0px;
	width: 98%;
	min-width: 600px;
	border: 1px none #fff;
	position: absolute;
	z-index:500;
	background-size: cover;
}


.toppost article:not(:nth-last-child(-n+2)) {
	margin-bottom: 10px;
}

.blockbase{
	margin-left: auto;
	margin-right: auto;
	width: 86%;
	max-width:780px;
	min-width: 550px;
}

.block1{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	height:16%;
	font-size: clamp(14px, 1.2vw, 20px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: transparent;
}

.block4{
	width: 88%;
	max-width: 850px;
	padding: 20px 16px 11px 24px; 
	height: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: clamp(14px, 1.3vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(140,145,140,0.2);
	border: 2px none #999;
	border-radius: 10px;
}

.block4 article {
	margin-right: 5px;
	margin-bottom: 19px;
	padding: 10px 0 0 0;
	min-width:440px;
	flex: none;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.6em;
	background-color: rgba(250,250,250,1);
	border: 2px none #fff;
	box-sizing: border-box;
	border-radius: 10px;
}

.block4 h2{
	color: #811;
	line-height: 10px;
	text-decoration: underline;
	font-size: clamp(17px, 1.7vw, 20px);
}

.topmap{
	margin-left: auto;
	margin-right: auto;
	width:100%;
	box-sizing: border-box;

}

.topmap a{
	border-style: double;
	border-width: 5px;
	padding: 7px 2px 0px 2px;
	border-color:transparent;
	box-sizing: border-box;
}

.topmap a:hover{
  display: inline-block;
	background-color: rgba(150,120,170,0.5);
	box-sizing: border-box;
}

.topmap img {
	padding: 0px;
	box-sizing: border-box;
}

article img {
	width:100%;
}


.topguide{
	margin-left: auto;
	margin-right: auto;
	width:90%;
	box-sizing: border-box;

}

.topguide a{
	border-style: double;
	border-width: 5px;
	padding: 4px 2px 0px 2px;
	border-color:transparent;
	box-sizing: border-box;
}

.topguide a:hover{
  display: inline-block;
	background-color: rgba(150,120,170,0.5);
	box-sizing: border-box;
}

.topguide img {
	padding: 0px;
	box-sizing: border-box;
	border: 2px solid #fff;
}


.block2{
	max-width: 1000px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: clamp(14px, 1.2vw, 20px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: transparent;
}

.block3{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: clamp(14px, 1.3vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: transparent;
	border: 1px solid #822;
}

.toppost article {
	margin-right: 5px;
	padding: 0;
	width: 32%;
	height: auto;
	flex: none;
	background-color:rgba(230,225,225,0.8);
}
.toppost p{
	padding: 12px;
	margin-bottom: 0;
	text-align: justify;
	heght: auto;
}

.block1 article {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 15px;
	width: 46%; 
	flex: none;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.4vw, 16px);
	line-height: 1.6em;
	background-color: rgba(230, 220, 205, 0.65);
}

.block3 article {
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 15px;
	width: 88%; 
	flex: none;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.4vw, 16px);
	line-height: 1.6em;
}


.comment{
	margin: auto;
	margin-top: 24px;
	margin-bottom: 30px;
	width: 98%;
	color: #811;
	text-align: justify;
	font-size: clamp(12px, 1.8vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}



/* PC版：「お問い合わせ」ページ */
input[type="submit"] {
	width: 250px;
}

}


/* ==== スマホ版（小） ==== */
@media (max-width: 539px) {

body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	margin: 0;
	font-family: meiryo;
	background-color: rgba(250,240,220,1);
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.container{
	margin-left: 16px;
	margin-right: auto;
	width: 100%;


}

header {
	padding: 0px;
	color: #44a877;
	width: 100%;
	font-weight: bold;
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	background-color: rgba(250,240,220,1);
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

h1{ 
	width:100%; height: 30px;
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-width:0 0 1px 0;  
	font-size: clamp(19px, 1.9vw, 22px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(86,150,120,1);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);

}

.titlespace{
	width: 100%;
	height: 25px;
	background: rgba(250,240,220,1);
	padding: 0 0 70px 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	font-weight: bold;
}

nav ul {

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

}

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

nav img{
	width: 24%; min-width:86px;
	height: auto;
}

h2{
	font-size: 15px;
}

.hero {
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	over-flow: hidden;
margin-top:40px;
margin-bottom: -110px;
width:98%;



}

video{
	border: 1px none #fff;
	background-size: auto;
	height: auto;
	position: absolute;
	z-index:500;

    controlslist="nodownload"
	over-flow: hidden;
	width: 98%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;

}

video ::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

    .pc { display: none !important; }
    .sp { display: block !important; }

.hero h2{
	font-size: 19px;
	color: #711a0d;
	font-weight: 700;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	margin-top: 225px;
	margin-bottom: 0;
	text-decoration: none;
}

.hero ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	font-size: 12px;
	align-items: center;
	min-width: 180px;
	flex-wrap: wrap;

}

.hero li {
	float:left;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	flex-wrap: wrap;
}

.hero p {
	font-weight: bold;
	text-shadow: 0 0 10px #444444;
	margin-top: 0;
}

.hero a {
	border: solid 1px #ffffff;
	padding: 5px 12px 3px 2px;
	border-radius: 8px;
	background-color: rgba(100, 160, 140,0.65);
	margin-top: 1px;
	text-align:center;
	font-weight: 500;
	margin-right: 2px;
	margin-bottom: 5px;
	display: block;
}


/* 記事 */
.toppost {
	padding: 0px;
	background-color: rgba(2450,240,220,1);
	margin-left: auto;
	margin-right: auto;
}

.toppost div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
article {
	width: 98%;
	box-sizing: border-box;

}

.toppost article {
	padding: 0;
	width: 48%;
	flex: none;
}

.toppost article:not(:nth-last-child(-n+2)) {
	margin-bottom: 10px;
}

.blockbase{
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width:600px;
	min-width: 340px;
}

.block1{
	width: 100%;
	margin-bottom: 30px;
	margin-left: 12px;
	font-size: clamp(14px, 1.2vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	padding:0;
}

.block1 article {
	margin-right: 3px;
	margin-left: 1px;
	margin-bottom: 10px;
	padding: 2px;
	width: 48%; 
	flex: none;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.4vw, 16px);
	line-height: 1.6em;
	background-color: rgba(230, 220, 205, 0.0);
}

.block4{
	width: 98%;
	max-width: 1000px;
	padding: 10px 2px 2px 2px; 
	height: 98%;
	margin-left: 4px;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: clamp(14px, 1.3vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(140,145,140,0.2);
	border: 2px none #999;
	border-radius: 10px;
}

.block4 article {
	margin-right: 1px;
	margin-bottom: 10px;
	padding: 0;
	width: 100%; 
	flex: none;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1em;
	background-color: rgba(250,250,250,1);
	border: 2px none #fff;
	box-sizing: border-box;
	border-radius: 10px;
}

.block4 h2{
	color: #811;
	line-height: 5px;
	text-decoration: underline;
	font-size: clamp(18px, 1.8vw, 20px);
	margin-bottom: 10px;
}


.topmap{
	margin-left: auto;
	margin-right: auto;
	width:98%;
	border-style: solid;
	border-width: 5px;
	border-color: rgba(245,240,220,0);
	box-sizing: border-box;
	padding: 0px;
}

.topmap a{
	border-style: double;
	border-width: 5px;
	padding: 2px;

	box-sizing: border-box;
}

.topmap a:hover{
    display: inline-block;
	background-color: rgba(150,150,150,0.5);
    box-sizing: border-box;
}

.topmap img {
	padding: 0px;
	box-sizing: border-box;
}

article img {
	width:100%;
}



.topguide{
	margin-left: auto;
	margin-right: auto;
	width:90%;
	box-sizing: border-box;

}

.topguide a{
	border-style: double;
	border-width: 5px;
	padding: 1px;
	border-color:transparent;
	box-sizing: border-box;
}

.topguide a:hover{
  display: inline-block;
	background-color: rgba(150,120,170,0.5);
	box-sizing: border-box;
}

.topguide img {
	padding: 0px;
	box-sizing: border-box;
	border: 2px solid #fff;
}


.block3{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: clamp(14px, 1.3vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: transparent;
	border-style: none;
}

.toppost p{
	line-height:1,2em;
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(14px, 1.4vw, 15px);
	letter-spacing: 0;
	text-align: justify;
}

.toppost p{
	padding: 20px;
	margin: 0;
}

.toppost span {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 6px;
	width: 43%; 
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(12px, 1.3vw, 14px);
	line-height: 1.6em;
}

.block3 article {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 6px;
	width: 98%; 
	color: #444;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.6em;
}

article img {
	width:100%;
}

.comment{
	margin: auto;
	margin-top: 24px;
	width: 70%;
	color: #811;
	text-align: justify;
	font-size: clamp(14px, 1.5vw, 16px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	line-height: 1.6em;
}

.instagram{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 400px;
}

footer {

	background-color: rgba(45,130,82,1);
	padding: 15px 20px 15px 15px;
	color: #ffffff;
	font-size: clamp(11px, 1.1vw, 12px);
	text-align: center;
	font-family: meiryo;
	line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow:hidden;
}

footer a{
    font-weight: 500; 
    font-size: clamp(11px, 1.1vw, 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;
}

/* PC版（大）：サブメニュー */
.sub {
	width: 28%;
}

/* PC版（大）：プロフィール */
.profile {
	margin-top: 0;
}

}
/* ===== PC版（大）の設定ここまで ===== */

