@charset "utf-8";
/*
Author:yasu
Theme name:coading_memo


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.8; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
	fonn-size:16px;
	font-family:  'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

a:hover{
	cursor: pointer;
	opacity: 0.8;
}

.pcnone{
	display: block;
}

.spnone{
	display: none;
}

@media screen and (min-width:769px){
	.pcnone{
		display: none;
	}

	.spnone{
		display: block;;
	}
}

/*header
-------------------------------------*/
header{
	color:#fff;
	width:100%;
	border-bottom: 1px solid #ddd;
	position: fixed;
	top:0;
	background-color: #fff;
	height: 135px;
	z-index: 10;
}

.header_inner{
	display: flex;
	flex-direction: column-reverse;
	box-sizing: border-box;
}

.logo{
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.8rem;
	text-align: center
}

.logo a{
	color: #444;
	text-decoration: none;
}

/*main-image
--------------------------------------*/
.main_image{
	background:url("img/top_main.jpg") no-repeat;
	background-size: cover;
	width:100%;
	padding-top: 56.25%;
	margin-top: 135px;
}

/*layout
--------------------------------------*/
main{
	padding: 40px 15px;
	box-sizing: border-box;
}

/*memu
--------------------------------------*/
.menu_wrap ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.menu_wrap li{
	text-align: center;
	width: 50%;
	background-color:#000;
	border-right: #fff 1px solid;
	box-sizing: border-box
}

.menu_wrap li:last-child{
	border: none;
}

.menu_wrap li a{
	color:#fff;
	padding: 10px 0;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
}

.post_menu_area{
	margin-top: 136px;
}
/*main
--------------------------------------*/
/*記事一覧*/
/*
.intro{
	padding: 2rem;
	box-sizing: border-box;
}
*/

.top_h2{
	text-align: center;
}

.intro h2,
.kiji_list h2{
	position: relative;
	margin-bottom: 2rem;
	border-bottom: 1px solid #444;
}



.kiji_list ul{
	list-style: none;
	padding: 0;
}

.top_thumbnail img{
	width: 100%;
}

.kiji_list li,
.blog_thumb_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	clear: right;
}

.kiji_list li h1{
	margin: 0;
}

.top_blog_thumb,
.top_thumbnail{
	width:30%;
}

.post_title{
	width: 66%;
}

.top_blog_thumb img{
	width:100%;
	height: auto;
}

main a{
	color:#000;
	text-decoration: none;
}

main a:hover{
	opacity: 0.8;
}

.post_title :hover{
	opacity: 0.8;
}

.post_title h3{
	font-size: 1rem;
	margin: 0;
}

.post_title p{
	margin: 0;
}

.red{
	color:#f03;
}
.readMore{
	float: right;
}

/*widget area
--------------------------------------*/
.widget_area{
	padding: 15px;
	box-sizing: border-box;
}

.widget_area ul{
	list-style: none;
	margin-bottom: 2rem;
}

.widget_area > ul{
	padding-left: 0;
}

.widget_area ul li a{
	color:#000;
	text-decoration: none;
}

.widget_area ul li a:hover{
	opacity: 0.8;
}

.widget_area ul > li >ul{
	padding-left: 1rem;
}

.widget_area h2{
	color: #fff;
	background-color:#000;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-top: 0;
	font-size: 1.2rem;
}

.author {
	padding: 1rem 2rem;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.author dl{
	display: flex;
}

.author dt{
	width:50px;
}

.author dd{
	width: calc(100% - 50px);
	margin-left: 0;
}

/*広告
--------------------------------------*/
.ad_content_bottom{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}

.ad_content_bottom iframe{
	margin: 0 auto;
	display: block;
}

.ad_side_1{
	margin-bottom: 1rem;
}

.ad_side_1 img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.ad_main_1{
	margin: 0;
}


.ad_main_1 a img{
	max-width: 728px;
	width:100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.ad_post_1{
	margin: 3rem 0 ;
}

.ad_post_1 img,
.ad_post_2{
	margin: 3rem 0;
}

.ad_post_2 img{
	width:100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

.ad_post_1 img{
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

.ad_w480{
	margin: 2rem 0;
}

.ad_w480 a img{
	width:100%;
	max-width: 480px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.ad_col2_300-300{
	max-width: 620px;
	margin: 2rem auto;
}

.ad_col2_300-300 div a img{
	width:100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

aside a img:hover{
	opacity: 0.8;
}
/*footer
--------------------------------------*/
footer{
	background-color: #000;
	color:#fff;
	padding: 7px 15px;
	box-sizing: border-box;
	width: 100%;
}
.copy{
	text-align: center;
}

.copy small{
	font-size: 100%;
}

.footer_inner{
	max-width:1200px;
	margin: 0 auto;
}

.footer_inner nav ul{
	padding: 0;
	list-style: none;
}

.footer_inner nav ul li a{
	color:#fff;
	text-decoration: none;
}

/*pagetop
--------------------------------------*/
.pageTop{
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
}

.pageTop a{
	color:#fff;
	background-color: #444;
	text-decoration: none;
	display: block;
	padding: 3px 7px;
}

/*検索フォームr
-------------------------------------*/
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.search-form{
	box-sizing: border-box;
}

.search-form dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.search-form dt{
	width:calc(100% - 3rem);
}

.search-form dd{
	width:3rem;
	margin: 0;
}

.search-field{
/*	background:#ccddf5;*/
	background: #ddd;
	border: none;
	height: 48px;
	box-sizing: border-box;
	padding: 2px 5px;
	width: 100%;
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.search-field:focus{
	outline: 0;
}

.search-form button[type="submit"]{
	cursor: pointer;
	border:none;
/*	background: #3879d9;*/
	background: #000;
	color:#fff;
	outline: none;
	height: 48px;
	box-sizing: border-box;
	padding: 0;
	width: 100%;;
	display: block;
}

/*投稿ページ
-------------------------------------*/
/*
.post_thumbnail{
	margin-top: 10px;
}
*/

.post_thumbnail img{
	width:100%;
	height: 100%;
	display: block;
}

.post_heading{
	display: flex;
	flex-direction: column-reverse;
	border-bottom: 2px solid #444;
	margin-top: 1rem;
}

.article_wrap h1,
.post_category p{
	margin: 0;
}

.article_wrap article{
	padding-bottom: 30px;
}

.post_category a{
	color:#fff;
	background-color:#075987;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	margin-bottom: 0.2rem;
}

.article_footer{
	display: flex;
	justify-content: flex-end;
	border-top: 1px solid #ccc;
}

.article_footer p{
	margin: 0;
}


#comments,
#reply-title{
	color:#fff;
	background:#444;
	padding: 5px 15px;
	box-sizing: border-box;
}

/*
.article_inner{
	padding: 1rem ;
	box-sizing: border-box;
}
*/

.comment-form-comment label{
	display: block;
}

.comment-form textarea{
	width:100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 2rem;
}

.form-submit{
	text-align: center;
}

.comment-respond input[type="submit"]{
	color:#fff;
	background:#444;
	border:none;
	outline: none;
	padding: 20px;
	box-sizing: border-box;
	width:100%;
}

.comment-respond input[type="submit"]:hover{
	cursor: pointer;
	opacity: 0.8;
}

.hcb_wrap{
	margin-top: 4rem !important;
}

.hcb_wrap pre::before {
    position: absolute;
	top:auto !important;
    bottom: 100% !important;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    min-width: 4em;
    padding: 5px 10px !important;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 20px;
    text-align: center;
    content: attr(data-lang);
}

pre[class*="language-"]:before, pre[class*="language-"]:after {
    content: '';
    z-index: -2;
    display: block;
    position: absolute;
    bottom: 100%;
     left: auto !important; 
    width: 150px !important;
     height: auto !important; 
    max-height: 13em;
	box-shadow: none !important;
	transform: rotate(0) !important;
}

.article_inner h2{
	color:#fff;
	background: #000;
	padding: 5px 15px;
	box-sizing: border-box;
}

.pagenation{
	display: flex;
	justify-content: space-between;
	margin: 3rem 0;
}
/*pc
=====================================*/
@media screen and (min-width:768px){
	.comment-respond input[type="submit"]{
		width:250px;
	}
	
	.post_title h3{
		font-size: 1.4rem;
		margin: 0;
	}
	
	.ad_col2_300-300{
		display: flex;
		justify-content: space-between;
		margin: 3rem auto;
	}
	.ad_col2_300-300 div{
		width:48.38%;
	}
}



@media screen and (min-width:769px){
	/*header
	-------------------------------------*/
	header{
		position: relative;
		height: 114px;
	}
	.header_inner{
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
		padding: 1rem 2rem ;
	}
	
	.search input{
		border: 1px solid #ccc;
		padding: 5px;
		line-height: 1.8;
		width: 20rem;
	}
	/*main-image
	--------------------------------------*/
	.main_image{
		padding-top: 20%;;
		margin-top: 0;
		background-position: 50% 40%;
	}
	/*menu
	--------------------------------------*/
	.post_menu_area{
		margin-top: 0;
	}

	/*layout
	--------------------------------------*/
	.main_wrapper{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.menu_wrap{
		width:30%;
		position: sticky;
		top:0;
	}
	
	main{
		width: 70%;
		box-sizing: border-box;
	}

	.widget_area{
		width: 70%;
		padding-top: 40px;
	}
	
	
	/*memu
	--------------------------------------*/
	.menu_wrap{
		padding-top: 35px;
	}
	
	.menu_wrap ul{
		padding: 5px;
		box-sizing: border-box;
		align-self: baseline;
	}
	
	.menu_wrap li{
		width: 100%;
		border: 1px solid #ccc;
		box-sizing: border-box;
		margin-bottom: 5px;
		font-weight: bold;
	}
		
	.menu_wrap li a{
		color:#000;
		background-color:#fff;
		padding: 3rem;
		transition: background 500ms linear,color 300ms linear;
	}
	
	.menu_wrap li a:hover{
		color: #fff;
		background-color: #000;
	}
	
	.menu_wrap li:last-child{
		border: 1px solid #ccc;
	}
	
	.menu_wrap h2{
		text-align: center;
	}
	/*main
	--------------------------------------*/
	/*記事一覧*/
	.kiji_list{
		padding: 2rem;
		box-sizing: border-box;
	}
	
	.top_blog_thumb{
		width:20%;
	}

	.post_title{
		width: 76%;
	}
	/*widget area
	--------------------------------------*/
	
	/*投稿ページ
	--------------------------------------*/
	.post_heading{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		border-bottom: 2px solid #444;
	}
	
	
	
	

}

@media screen and (min-width:1280px){
	/*layout
	--------------------------------------*/
	.main_wrapper{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;

	}

	.menu_wrap{
		width:20%;
		position: sticky;
		top:0;
	}
	
	main{
		width: 60%;
		box-sizing: border-box;
	}

	.widget_area{
		width: 20%;
	}
}
/*instagram
--------------------------------------*/
/*3*/
.instagram-container{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
 
.instagram-item{
  width: 50%;
  padding: 1px;
	box-sizing: border-box;
}

.instagram-container a{
	color:#000;
	text-decoration: none;
}
 
@media screen and (min-width: 768px){
  .instagram-item {
      width: 25%;
  }
}
 
a.instagram-card{
  display: block;
  position: relative;
  margin-bottom: 16px;
}
 
.instagram-card__img{
  max-width: 100%;
  height: auto;
  display: block;
}
 
.instagram-card__badge{
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
}
 
.instagram-icon{
  display: block;
  width: 20px;
  height: 20px;
}
 

.instagram-card__comment{
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.2rem;
/*
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
*/
}
/*5*/

.insta_box{
	max-width: 1200px;
	margin: 0 auto;
}

.insta_box ul{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.insta_box li{
	width:50%;
	margin-bottom: 1rem;
}

.insta_box li img{
	width:100%;
}

.insta_box li a{
	color:#444;
	text-decoration: none;
}

@media screen and (min-width:768px){
	.insta_box li{
		width:25%;
	}
}
