@charset "UTF-8";

/* テキストの自動拡大を無効化 */
body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FAF0DC;
	margin: 0;
	font-family: sans-serif;
}

/* 「ヘッダー」ブロック */
header {
	margin-left: auto;
	margin-right: auto;
	width: 93%;
	padding: 3px 10px 2px 5px;
	color: #29abe2;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	border-style: solid;
	border-color: #888;
	border-width: 0 0 1px 0;
	box-sizing: border-box;
}


h1{ 

	width:100%; height: 40px;
	margin-bottom: 5px;
	padding-top: 8px; 
	padding-bottom: 10px;
	padding-left: 3px;
	font-size: clamp(17px, 1.7vw, 19px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(55,135,98,1);
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);
text-align: left;

}

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

a:hover {
	opacity: 0.7;
}

/* ナビゲーションメニュー */
nav {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;

	line-height: 0.6em;

}
nav ul {
	margin-left: auto;
	margin-right: auto;
	width: 88%;
	list-style-type: none;
	padding-left: 16px;
	color: #666666;
	font-size: 12px;
	display: flex;
	justify-content: center;
	margin-top: -20px;
	border-style: solid;
	border-color: #811;
	border-width: 0 0 1px 0;
	box-sizing: border-box;
}

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

nav img{
	width: 36%; min-width:92px;
	height: auto;
}

/* 「コンテンツ」ブロック */
.contents {
	background-color: #FAF0DC;
	padding: 0px 15px;
	box-sizing: border-box;
}

/* 記事 */
article {
	margin-left: auto;
	margin-right: auto;
	width: 86%;
font-size: clamp(12px, 1.2vw, 16px);

}

.img-pc {
        display: none;
    }

.img-sp {
        display: block;
}

p {
	font-size: clamp(12px, 1.2vw, 16px);
	line-height: 2em;
}

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

figure {
	margin: 0;

}


/* サブメニュー */
aside {
	margin-left: auto;
	margin-right: auto;
	width: 86%;
	border: 1px solid #888;
	padding: 20px 10px 10px 10px;
	margin-top: 40px;
	min-width: 260px;
}

h2 {
	color: #34ad85;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 20px;
}

h3 {
	color: #241264;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	text-align: left;
	font-size: 18px;
}

/* サブメニュー：プロフィール */
.profile img {
	width: 60%;
	height: 60%;
	border-radius: 2%;
}

.profile figure {
	text-align: center;
}

.profile p {
	font-size: clamp(16px, 1.4vw, 18px);
	line-height: 1.6em;
	text-align: center;
}

/* サブメニュー：注目記事メニュー */
.topics ul {
	list-style-type: none;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.topics li {
	float: left;
	width: 90%;
	height: 100px;
	margin-top: 8px;
	margin-right: 2px;

}

.topics a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;

}

.topics a:hover {
	text-decoration: underline;
}

.topics figure {
	width:60%;
	flex: none;
	margin-right: -5px;


}

.topics img {
	width:90%;
	vertical-align: bottom;
border: 3px solid #2a7d36;
border-radius: 8px;
}

.topics h3 {
	font-size: clamp(14px, 1.3vw, 16px);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
font-weight: 500;
line-height: 1.4em;
}


/* 「フッター」ブロック */
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: center;
	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;
}


/* ==== PC版   #FAF0DC==== */
@media (min-width: 600px) {

/* PC版：コンテナ */
.container {
	width: 100%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;

}

.contents {
	background-color: #FAF0DC;
	padding: 10px;
}

header {
	width: 98%;
	padding: 1px 15px 6px 15px;
	color: #29abe2;
	font-weight: bold;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	box-sizing: border-box;
}



h1{ 
	width: 92%;
	font-size: clamp(22px, 2vw, 30px);
    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;

}

nav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	list-style-type: none;
	line-height: 0.5em;
	box-sizing:;
}

nav ul {
	padding: 0;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding: 0;
	font-size: 12px;
	display: flex;
	justify-content: center;

}

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

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

img {
	width: 90%;
	height: auto;
}



/* PC版：記事 */
article {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-left: 0px;
}

article img{
	width: 100%;
}

p {
	font-size: 18px;
}

/* サブメニュー */
aside {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: 1px solid #888;
	padding: 20px 10px 10px 10px;
	margin-top: 40px;
	min-width: 260px;
}

/* サブメニュー：注目記事メニュー */
.topics ul {
	list-style-type: none;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.topics li {
	float: left;
	width: 48%;
	height: 100px;
	margin-top: 8px;
	margin-right: 2px;

}

.topics a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;

}

a:hover {
	opacity: 0.7;
}

.topics a:hover {
	text-decoration: underline;
}

.topics figure {
	width:60%;
	flex: none;
	margin-right: -5px;

}

.topics img {
	width:90%;
	vertical-align: bottom;
border: 3px solid #2a7d36;
border-radius: 8px;
}

.topics h3 {
	font-size: clamp(15px, 1.5vw, 17px);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
font-weight: 500;
line-height: 1.4em;
}


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


/* ==== PC版（大） ==== */
@media (min-width: 1000px) {

body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FAF0DC;
	margin: 0;
	font-family: sans-serif;
}

/* PC版（大）：コンテナ */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 90%; min-width: 600px;
	max-width: 1400px;
	padding: 10px;
	background-color: #FAF0DC;
}

/* PC版（大）：「コンテンツ」ブロック内のコンテナ */
.contents .container {
	width: 90%; min-width: 700px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}

header {
	width: 98%;
	padding: 5px 15px 20px 15px;
	color: #29abe2;
	font-weight: bold;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
}

h1{ 
	width: 90%; height: 38px;
	margin-bottom: 0px;
	margin-top: 2px;
	padding-top: 3px;
	padding-left: 5px;
	font-size: clamp(20px, 2.0vw, 28px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(80,150,120,1);
	overflow: hidden;
	letter-spacing: 2px;
	box-sizing: border-box;
}
nav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	list-style-type: none;
	line-height: 0.5em;
	box-sizing:;
}

nav ul {
	padding: 0;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	color: #952025;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	justify-content: center;


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

}

nav img{

	width: 40%; min-width:130px;
	height: auto;


} 

/* PC版（大）：記事 */
article {
	width: 68%;
	box-sizing: border-box;
margin-right: 25px;
margin-top: -20px;
}

.img-pc {
        display: block;
}
.img-sp {
    display: none;
}


/* PC版（大）：サブメニュー */
.sub {
	width: 34%;
	margin-top: 10px;
}

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


/* サブメニュー */
aside {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: 1px solid #888;
	padding: 20px 10px 10px 10px;
	margin-top: 40px;
	min-width: 260px;
}

/* サブメニュー：注目記事メニュー */
.topics ul {
	list-style-type: none;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.topics li {
	float: left;
	width: 90%;
	height: 100px;
	margin-top: 8px;
	margin-right: 2px;


}

.topics a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.topics a:hover {
	text-decoration: underline;
}

.topics figure {
	width:62%;
	flex: none;
	margin-right: -5px;

}

.topics img {
	width:90%;
	vertical-align: bottom;
border: 3px solid #2a7d36;
border-radius: 8px;
}

.topics h3 {
	font-size: clamp(14px, 1.4vw, 17px);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
font-weight: 500;
line-height: 1.2em;
}

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: 14px;
	text-align: center;
	font-family: meiryo;
	line-height: 2em;
}

footer a{
    font-weight: 700; 
    font-size: 14px
    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版（大）の設定ここまで ===== */

