@charset "UTF-8";

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

/* ページ全体の設定 */
body {
	margin: 0;
	font-family: sans-serif;
}

/* 「ヘッダー」ブロック */
header {
	padding: 5px 15px;
	color: #29abe2;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;

}

h1{ 
	font-size: clamp(14px, 1.4vw, 16px);
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-weight: 700;
	color: rgba(80,140,115,1);
	letter-spacing:1px;

}

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

a:hover {
	opacity: 0.7;
}

/* ナビゲーションメニュー */
nav{
    width: 92%;
	margin-left: auto;
	margin-right: auto;
}
nav ul {
	margin-top: 5px;
	list-style-type: none;
	padding: 0 30px;
	color: #952025;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 1em;

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

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

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

/* 「コンテンツ」ブロック */
.contents {
	background-color: transparent;
	padding: 10px 15px;
	margin-top: 0px;
}

/* 記事 */
article {
	background-color: #FAF0DC;
	border: 1px none #888;
	padding: 18px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}
article img{
	width: 100%;
}

.img-pc {
        display: none;
    }

.img-sp {
        display: block;

}

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

figure {
	margin: 0;
}


/* サブメニュー */
aside {
	border: 1px solid #888;
	padding: 22px;
	margin-top: 20px;
	width:86%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	text-align: left;
}

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

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

.profile figure {
	text-align: center;
}

.profile p {
	font-size: clamp(13px, 1.3vw, 15px);
	text-align: justify;
}

/* サブメニュー：注目記事メニュー */
.topics ul {
	list-style-type: none;
	padding: 0;
}

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

.topics figure {
	width: 100px;
	flex: none;
}

.topics img {
	vertical-align: bottom;
}

.topics h3 {
	color: #353535;
	font-size: 15px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	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,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;
}


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

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

.container2 {
	width: 68%;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF0DC;

}

nav ul {
	margin-bottom: 5px;
	list-style-type: none;
	color: #952025;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 0.7em;
	overflow: hidden;
	border: none;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
}

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

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

/* PC版：記事 */
article {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	width: 90%;
	padding: 16px;
	min-width:440px;

}

h1{ 
	font-size: clamp(18px, 1.8vw, 20px);
    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;
	margin-left: 20px;
}

p {
	font-size: 17px;
}

/* サブメニュー */
.sub {
	width: 80%; min-width:240px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


aside {
	border: 1px solid #888;
	padding: 24px;
	margin-top: 20px;
margin-right: 0;
width: 96%;
}
.profile img {
	width: 60%;
	height: 60%;
	border-radius: 2%;
}
.topics img {
	vertical-align: bottom;
}

.topics h3 {
	color: #353535;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: 500;
	font-family: YuGothic, hiragino, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.3vw, 15px);
	line-height: 1em;
}

h2 {
	color: #449f77;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	margin-left: auto;

}




}


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

/* PC版（大）：コンテナ */
.container {
	width: 76%; min-width: 700px;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF0DC;
	border: 1px solid #811;
	border-width: 0 0 1px 0;
}

.container2 {
	width: 78%;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF0DC;

}

/* PC版（大）：「コンテンツ」ブロック内のコンテナ */
.contents .container2 {
	display: flex;
	justify-content: space-between;

}

header .container2 {
	display: flex;
	justify-content: space-between;
	background-color: #FAF0DC;
}

h1{ 
	width:%; height: 44px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 2px;
	border-width:0 1px 1px 0;  
	font-size: clamp(19px, 1.8vw, 24px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(80,150,120,1);
	box-sizing: border-box;
	overflow: hidden;
	letter-spacing: 2px;
}

nav ul {
	margin-top: 5px;
	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: 65%;

}

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

nav img{
	width: 36%; min-width:102px;
	height: auto;
} 
/* PC版（大）：記事 */
article {
	width: 67%;
	box-sizing: border-box;
	max-width: 760px

}


.img-pc {
        display: block;

}
.img-sp {
    display: none;
}




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

aside {
	border: 1px solid #888;
	padding: 24px;
	margin-top: 20px;
margin-left: 20px;
width: 96%;
}
/* PC版（大）：プロフィール */
.profile {
	margin-top: 46px;
}

.profile img {
	width: 70%;
	height: 70%;
	border-radius: 2%;
}
.topics img {
	vertical-align: bottom;
}

.profile p {
	font-size: clamp(13px, 1.3vw, 14px);
	text-align: justify;
	line-height: 1.8em;
}

.topics h3 {
	color: #353535;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: 500;
	font-family: YuGothic, hiragino, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.3vw, 15px);
	line-height: 1em;
}

h2 {
	color: #449f77;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	margin-left: auto;

}



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版（大）の設定ここまで ===== */

