/************************************************************
	Clearfix
*************************************************************/
#wrapper:after { content:""; display: table; clear: both;}
#wrapper { zoom: 1;}
.clearfix:after { content: " "; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix { display: inline-table; min-height: 1%;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}

/************************************************************
	Font Awesome
*************************************************************/
.famr:before {
	margin-right: 0.2em;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.faml:after {
	margin-left: 0.2em;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fanm:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/************************************************************
	全体レイアウト調整
*************************************************************/
#container {
    width: 100%!important;
	margin:0 0 20px!important;
}


/************************************************************
	ページ基本設定
*************************************************************/
#visit {
	color: #333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
#visit.list > section {
	width:95%;
	margin:0 auto;
}
#visit img {
	max-width:650px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
}
/************************************************************
	アイキャッチ
*************************************************************/
#eyecatch {
	background:#FDF2F0;
}
#eyecatch img {
	width:100%;
	margin:0 auto;
	display:block;
}

/************************************************************
	一覧ページ
*************************************************************/

/* まえがき */
#visit #foreword {
    margin: 30px auto;
    color: #CC000C;
	text-align:center;
}
#visit #foreword h1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
#visit #foreword h1 span {
	font-size:14px;
}
#visit #foreword p {
    margin-bottom: 20px;
}
#visit #foreword img {
	max-width:90px;
}

/* 記事一覧 年代別*/
#visit #list ol {
	width: 90%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 15px;
	align-items: flex-start;
}
#visit #list ol li {
	position: relative;
}
#visit #list ol li a {
	display: block;
	text-decoration: none;
}
#visit #list ol li a h2 {
	padding: 0 0 0 34px;
	background-image: url("https://www.nodahoney.com/user_data/ex/img/default/visit_pc/icon-title.jpg");
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: left center;
	background-color: inherit;
	border-radius: 0;
	border: none;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	height: 26px;
	overflow: hidden;
}
#visit #list ol li a img {
	height: auto;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
#visit #list ol li a p {
	margin: 0;
    font-weight: bold;
    color: #D8331E;
    text-align: right;
}
#visit #list ol li a p::after {
	content:"\f061";
}

/* 記事一覧 */
#visit #list {
	width:100%;
    margin-bottom: 50px;
	background:#FDF2F0;
	padding:50px 0;
}
#visit #list h1 {
    color: #CD000D;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
}
#visit #list ul {
    width: 480px;
    margin: 0 auto;
}
@media only screen and (max-width: 500px){
	#visit #list ul {
		width: 240px;
	}
}
#visit #list ul li {
    float: left;
    width: 200px;
    margin: 20px;
}
#visit #list ul li a {
	text-decoration:none;
}
#visit #list ul li h2 {
	height:68px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    border: none;
    background: none;
	position:relative;
    padding: 0 0 0 80px;
}
#visit #list ul li:nth-of-type(4) h2 { line-height:68px;}
#visit #list ul li h2:before {
    content: "";
    padding: 68px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
#visit #list ul li:nth-of-type(1) h2:before { background-image: url("https://www.nodahoney.com/user_data/ex/img/default/visit_pc/visit01.jpg");}
#visit #list ul li:nth-of-type(2) h2:before { background-image: url("https://www.nodahoney.com/user_data/ex/img/default/visit_pc/visit02.jpg");}
#visit #list ul li:nth-of-type(3) h2:before { background-image: url("https://www.nodahoney.com/user_data/ex/img/default/visit_pc/visit03.jpg");}
#visit #list ul li:nth-of-type(4) h2:before { background-image: url("https://www.nodahoney.com/user_data/ex/img/default/visit_pc/visit04.jpg");}
#visit #list ul li img {
}
#visit #list ul li p {
    color: #D8331E;
    font-weight: bold;
    text-align: right;
    display: block;
}
#visit #list ul li p:after {
	content:"\f061";
}
 
/* トルコってどんな国？ */
#visit #intro {
}
#visit #intro img {
	display:block;
	margin:0 auto 20px;
    width: 100%;
}
#visit #intro > div {
    width: 100%;
    background: #FDF2F0;
    padding: 30px 10px;
    border-radius: 10px;
    box-sizing: border-box;
}
#visit #intro div > img {
	margin:0 auto 20px;
}
#visit #intro div > div > img {
    width: 80%;
	max-width:440px;
}

/************************************************************
	ページ送り
*************************************************************/
#visit #pagenation {
	width:100%;
	height:60px;
	margin:50px auto;
	position:relative;
}
#visit #pagenation ul {
}
#visit #pagenation ul li {
	position: absolute;
	top:50%;
}
#visit #pagenation ul li.prev {
	left:0;
	margin-top:-20px;
}
#visit #pagenation ul li.list {
	left:50%;
	margin:-25px 0 0 -25px;
}
	#visit #pagenation ul li.list img {
		width:45px;
	}
#visit #pagenation ul li.next {
	right:0;
	margin-top:-20px;
}
	#visit #pagenation ul li.prev img ,
	#visit #pagenation ul li.next img {
		width:100px;
	}

/************************************************************
	固定ナビ
*************************************************************/
#visit #fixnav ul li {
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -52px;
}
#visit #fixnav ul li.prev {
	left:0;
}
#visit #fixnav ul li.next {
	right:0;
}
	#visit #fixnav ul li img {
		width:35px;
	}

/************************************************************
	記事ページ
*************************************************************/
/* 大見出し */
#titleArea {
    position: relative;
	background:#FDF2F0;
	padding:30px 0;
	margin-bottom:30px;
}
#titleArea > img {
    margin: 0 auto 10px;
    display: block;
    width: 60px;
}
#titleArea h1 {
	text-align:center;
	font-size:20px;
	font-weight:normal;
}

#titleArea h2 {
	text-align:center;

}

/* 記事内 */
#visit > article {
	width:90%;
	margin:0 auto;
}
#visit > article > section {
	margin-bottom:30px;
}
#visit > article > section.border {
	width: auto;
    height: auto;
    background: none;
	padding-bottom:30px;
	border-bottom:1px dashed #CCC;
}
#visit > article > section h2 ,
#visit > article > section h3 ,
#visit > article > section p {
    max-width: 650px;
    margin: 0 auto 10px;
}
#visit > article > section h2 {
    box-sizing: border-box;
    background: none;
    border: none;
    color: #333;
    font-size: 18px;
    padding-left: 48px;
    position: relative;
    margin: 10px auto;
    line-height: 1.5;
}
#visit > article > section > h2:before {
    content: "";
    background-image: url("https://www.nodahoney.com/user_data/ex/img/default/visit_pc/icon-title.jpg");
    background-repeat: no-repeat;
    padding: 20px 24px;
    position: absolute;
    margin-left: -46px;
    top: 5px;
}
#visit > article > section h3 {
	background:none;
	border:none;
	color:#333;
	font-size:16px;
}

/* 画像掲載パターン */
#visit > article > section img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}
	/* 中央4枚リスト表示 */
	#visit > article > section ul {
		max-width: 650px;
		width: 100%;
		margin: 3rem auto;
	}
		#visit > article > section ul li {
			width:23%;
			margin:0 1%;
			float:left;
		}
			#visit > article > section ul li img {
				width:100%;
				position:static;
			}


/* 文字表示パターン */

	/* 太字 */
	#visit > article > section .bold {
		font-weight:bold;
	}
	
	
/************************************************************
	PAGE TOP
*************************************************************/
#page-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	font-size: 90%;
	z-index:100
}
	#page-top a {
		border:3px solid #CC000C;
		display: block;
		line-height: 17px;
		padding: 0.4em 1em;
		opacity: 0.7;
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		-ms-filter: "alpha( opacity=70 )";
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		-webkit-box-shadow: 0 0 1px #666; /* for Android2.3 */
		background: #F2D500;
		text-decoration: none;
		color: #CC000C;
		text-align: center;
	}
				#page-top a:before {
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					line-height: 1;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					content: "\f106";
					position:absolute;
					top;
					3px;
				}
		#page-top a:hover {
			color: #F2D500;
			background: #CC000C;
			-moz-transition: 0.5s ease-in-out;
			-webkit-transition: 0.5s ease-in-out;
			transition: 0.5s ease-in-out;
			text-decoration: none;
		}
			#page-top a span {
				display: block;
			}

	@media only screen and (max-width: 767px){
		#page-top {
			bottom: 3em;
			right: 0.5em;
			font-size: 100%;
		}
			#page-top a {
				padding: 1.3em 0.5em 0.7em 0.5em;
			}
				#page-top a:before {
					margin-right: 0.2em;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					line-height: 1;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					content: "\f106";
					position:absolute;
					top: 7px;
					left: 50%;
					margin-left: -6px;
				}
				#page-top a span {
					display: none;
				}
	}