/*!
Theme Name: chcam_s
Theme URI: https://vegefirst.jp/wordpress/
Description: This template is provided for Agri Manager users to present their operations and procuts.
Version: 1.2.1
Author: Creative House Corporation
Tags: CHC
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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.15;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
/*	line-height: 1.5;*/
	line-height: 2.0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

@media screen and (max-width: 640px) {
	.site-title {
	line-height: 1.2;
	}
	h1,
	h2 {
	line-height: 1.5;
	}
}
	.entry-header {
	font-size: 14px;
	}
}
	.entry-header {
	font-size: 14px;
	}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/*
ul,
ol {
	margin: 0 0 1.5em 3em;
}*/

ul {
	margin: 0 0 15px 20px;
	padding: 0 0 0 0;
}

ol {
	margin: 0 0 15px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	background: #eee;/* amcust2 */
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 0px 0px 0px 50px;/* amcust */
	padding: 5px 0px 5px 0px;/* amcust */
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {/* amcust */
	margin-left: 20px;
}
@media screen and (max-width: 640px) {
	.menu-toggle {/* amcust */
		margin: auto;
	}
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;/* amcust */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* amcust */

.am_cont {
    max-width: 1230px;
    padding: 20px 15px;
    margin-right: auto;
    margin-left: auto;
}
.am_cont.am_cont__col {
    display: flex;
    justify-content: space-between;
}
.am_cont_main {
    flex: 1;
    margin-right: 3.25203%;
}
.am_cont_side {
    flex: 0 0 30%;
}
.am_cont_side .post-date {
	margin: 0 0 0 0;
}
.side-text p {
	margin: 5px 0px 10px 0px;
}
.search-form {
	text-align: center;
}
@media screen and (max-width:768px) {
    .am_cont.am_cont__col {
        flex-direction: column;
    }
    .am_cont_main {
        margin-right: 0;
        margin-left: 0;
    }
    .am_cont_side {
        margin-top: 30px;
	margin-left: 2%;/*amcust*/
    }
}

  aside section .widget-title {
      margin-top: 0;
      font-size: 1.3rem;
	position: relative;
/*    padding: 0.5rem 1rem calc(0.5rem + 5px);
    background: #cecece;amcust*/
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
	padding: 10px 0px 15px 0px;
  }
  aside section .widget-title::before {
	position: absolute;
    top: 0px;/*amcust*/
    left: 0px;/*amcust*/
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #ccc;
	border-radius: 10px;
  }
  aside section {
	 background-color: #fafbfc;
	  margin-bottom: 30px;
	  padding-bottom: 20px;
  }
  aside section:last-child {
	  margin-bottom: 0;
  }
  section > * {
	  padding-right: 8px;
	  padding-left: 8px;
  }

#primary {
	margin: 0 30px 0 30px;
}
@media screen and (max-width: 640px) {
	#primary {
		margin: 0 20px 0 20px;
	}
}
.site-title {
	margin: 30px 20px 10px 50px;
	font-size: 30px;
}
@media screen and (max-width: 640px) {
	.site-title {
		margin: 20px 20px 0px 20px;
	}
}
.site-title a {
	text-decoration: none;
}
.site-description {
	margin: 0px 20px 30px 50px;
	font-size: 25px;
}
@media screen and (max-width: 640px) {
	.site-description {
		margin: 0px 20px 10px 20px;
		font-size: 20px;
	}
}

#breadcrumbs {
	padding: 50px 0 0 50px;
}
@media screen and (max-width: 640px) {
	#breadcrumbs {
	padding: 20px 0 0 20px;
	}
}

.site-map >ul>li{
	margin-left: 18px;
	text-decoration: none;
}
.site-map {
	text-decoration: none;
}

.site-footer {
	background: #eeeeee;
	padding: 50px 50px 50px 50px;
}

/* 画像に文字を重ねる */
.example {
  position: relative;
  }
.example p {
	color:#333333;
	font-size:20px;
  position: absolute;
  top: 0%;
  left: 0%;
	background: #ffffff;	/*背景色追加*/
	opacity : 0.8;		/*透明度追加*/
  line-height: 1;		/*行高は1に*/
  padding: 3px 3px;		/*文字周りの余白*/
  border-radius: 0px;		/*角丸追加*/
  }
.example p2 {
	color:#ffffff;
	font-size:20px;
  position: absolute;
  right: 5%;
  bottom: 5%;
	background: #aaaaaa;	/*背景色追加*/
	opacity : 0.8;		/*透明度追加*/
  line-height: 1;		/*行高は1に*/
  padding: 5px 15px;		/*文字周りの余白*/
  border-radius: 10px;		/*角丸追加*/
  }
.example p3 {
	font-color:#ffffff;
	font-size:30px;
	background: #ffffff;
	opacity: 0.5;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  line-height: 1;		/*行高は1に*/
  padding: 3px 3px;		/*文字周りの余白*/
	border: solid 3px #ffffff;
  border-radius: 10px;		/*角丸追加*/
  }

/* Container */
.container {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  background-color: #fff;
  column-count: 3;
  column-gap: 2;
	text-align: center;
	font-size: 18px;
}
.grid {
  padding: 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 48em) {
  .container {
    column-count: 1;
  }
}

.circle {
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  border: solid 1px #668ad8;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
}

.box1 {
	background: #cccccc;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #ffffff;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.example img {
  width: 100%;
  }

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -70px;
  background: #668ad8;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px; /* arrow position */
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* parallaxとwrap設定 */
.parallax {
    min-height: 600px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;    
}
@media screen and (max-width: 640px) {
	min-height: 300px;
}
.content {
    padding: 60px;
    background-color: #fff;
}
.parallax.bg-01 {
    background-image: url(https://agrimanager.business.cropfirst.com/wp/wp-content/uploads/2018/05/aj_4@2000.jpg);
}
.parallax.bg-02 {
    background-image: url(https://agrimanager.business.cropfirst.com/wp/wp-content/uploads/2018/05/aj_9@2000.jpg);
}
.parallax.bg-03 {
    background-image: url(https://agrimanager.business.cropfirst.com/wp/wp-content/uploads/2018/05/aj_5@2000.jpg);
}
.wrap2 {
	position:relative;
	margin:0 calc(50% - 50vw);
	overflow:hidden;	
}

.nav-links {
	margin-top: 30px;
}

.cat-links {
	display: block;
	margin-top: 30px;
}

.tags-links {
	display: block;
	margin-top: 30px;
}


.img-new-post img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
.img-new-post clearfix li {
	position: relative;
	margin-top: 10px;
	padding: 0 5px 10px;
	border-bottom: dotted 1px #ddd;
}

.img-new-post clearfix a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}

.img-new-post clearfix a:hover {
  background-color: #eee;
}
 
.img-new-post clearfix a:after {
  display: block;
  clear: both;
  content: '';
}
 
.img-new-post clearfix #ul {
	padding: 0;
	list-style: none;
}

ul {
  list-style: none;
}

.side-text {
  font-size: .9em;
  margin-left: 80px;
	height: 140px;/*amcust*/
}

.sidekiji ul {
  padding: 0;
  list-style: none;
}
 
.sidekiji li {
  position: relative;
  margin-top: 10px;
  padding: 0 5px 10px;
  border-bottom: dotted 1px #ddd;
}
 
.sidekiji a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
 
.sidekiji a:hover {
  background-color: #eee;
}
 
.sidekiji a:after {
  display: block;
  clear: both;
  content: '';
}
 
.rank-count {
  position: absolute;
  top: 0;
  left: 5px;
  padding: 1px 10px;
  color: #fff;
  background: rgba(66, 66, 66, .85);
}
 
.r-count1 {
  background: rgba(189, 161, 82, .9);
}
 
.r-count2 {
  background: rgba(152, 153, 173, .9);
}
 
.r-count3 {
  background: rgba(156, 85, 34, .9);
}
 
.sidekiji img {
  float: left;
  width: 70px;
  height: 70px;
}
 
.sidekiji-text {
  font-size: .9em;
  margin-left: 80px;
}




/* メニュー固定用 */


#header .header-inner {
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1280px;
	min-width: 960px;
	width: 76%;
}

.header-log {
	display: block;
}

.header-icon {
	margin-left: auto;
/*	padding: 20px 1% 0px 20px;*/
}
.header-icon img {
	padding: 5% 20px 0px 0px;
/*	vertical-align: middle;*/
}
@media screen and (max-width:960px){
	.header-icon {
		display: none;
	}
}




@media screen and (max-width:960px){
	.header-log {
		width: 500%;
    background-color: #ddd;
	}
	.site-title {
		margin-right: 0px; /* check */
    margin-top: 0px;
  }
	.site-title a {
    padding-top: 0px;
  }
	.ly_header_inner {
		display: flex;
    background-color: #ddd;
	}
	.sp-nav {
		margin-top: 20px;
		margin-right: 15px;
	}
}




/* Deleted header design */

/*------------------------------ 
headerナビゲーション
---------------------------- */
.header-nav {
    margin-bottom: 5px;
	background: #006;/* amcust2 */
	padding: 0px 0px 0px 0px;/* amcust2 */
}
.header-nav a {
	color: #fff;/* amcust2 */
	text-decoration: none;/* amcust2 */
}
ul.pc-nav-list {
    display: flex;
    justify-content:space-around;
	margin-bottom: 0px;/* amcust2 */
}
.menu-item a {
    font-size: 1.18rem;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* ハンバーガーメニュー背景 */

@media screen and (max-width:960px) {
  ul.pc-nav-list {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      text-align: center;
      
  }
  .menu-item:first-child {
      border-top: 1px solid #fff ;
  }
  .menu-item {
      width: 100%;
      border-bottom: 1px solid #fff ;
  }
  .menu-item a {
      font-size: 1.18rem;
      padding-top: 10px;
      padding-bottom: 10px;
      display: block;
      text-decoration: none;
      color: #fff;
  }
  .menu-item a:hover {
      color: #006;
      background-color: #ccc;
  }
  /* .menu-item:hover {
      color: #222 !important;
      background-color: #fff;
  } */
.header-nav {
background: #fff;/* amcust2 */
}
  .pc-nav-area {
      z-index: 2;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
/*	display: flex;/* 2208 */*/
      width: 100%;
/*        background: rgba(215, 215, 215, 0.8);*/
background: #006;
      opacity: 0.5;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
   .active {
       opacity: 1 ;
       transform: translateY(0%);
   }
   /* ハンバーガー */
   .sp-nav {
       position: relative;
       height: 25px;
   }
  .hamburger,
  .hamburger span {
      display: inline-block;
      z-index: 999;
      width: 30px;
      height: 30px;
      transition: all .4s;
      box-sizing: border-box;
  }
  .hamburger {
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer;
  }
  .hamburger span {
  position: absolute;
  right: 0 ;
  width: 100%;
  height: 4px;
  background-color: #aaa;
  border-radius: 4px;
  }
  .hamburger span:nth-of-type(1) {
  top: 0;
  }
  .hamburger span:nth-of-type(2) {
  top: 10px;
  }
  .hamburger span:nth-of-type(3) {
  top: 20px;
  }
  .hamburger.action span:nth-of-type(1) {
      transform: translateY(10px) rotate(-45deg);
  }
  .hamburger.action span:nth-of-type(2) {
      opacity: 0;
  }
  .hamburger.action span:nth-of-type(3) {
      transform: translateY(-10px) rotate(45deg);
  }
}



/*------------------------------ 
content (main)
---------------------------- */
.ly_cont {
    max-width: 1230px;
    padding: 60px 15px;
    margin-right: auto;
    margin-left: auto;
}
.ly_cont.ly_cont__col {
    display: flex;
    justify-content: space-between;
}
.ly_cont_main {
    flex: 1;
    margin-right: 3.25203%;
}
.ly_cont_side {
    flex: 0 0 30%;
}

@media screen and (max-width:768px) {
    .ly_cont.ly_cont__col {
        flex-direction: column;
    }
    .ly_cont_main {
        margin-right: 0;
        margin-left: 0;
    }
    .ly_cont_side {
        margin-top: 30px;
	margin-left: 2%;/*amcust*/
    }
}

/* カード */
.bl_card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: 0.5s;
}
.bl_card a {
	text-decoration: none;/* amcust */
}
.bl_card:hover {
    transform: translate(0, -7px);
    box-shadow: 0 5px 9px rgba(0, 0, 0, .5);
}
.bl_card_imgWrapper {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.bl_card_imgWrapper > img {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    transition: .3s;
}
.bl_card_imgWrapper > img:focus,
.bl_card_imgWrapper > img:hover {
    opacity: .5;
}
.bl_card_body {
	padding: 10px;
    background-color: #fafbfc;
    color: #222;
} 
.bl_card_body > *:last-child {
    margin-bottom: 0;
}
.bl_card_ttl {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.235rem;
    font-weight: bold;
}
.bl_card_txt {
    margin-top: 5px;
    margin-bottom: 0;
}
.bl_card_ttl,
.bl_card_txt,
.entry-date {
    color: #222 ;
    pointer-events: none;
}
.entry-date {
    font-size: .9rem;
}
.exce-read {
    color: #ddd;
    text-decoration: underline;
}

.bl_cardUnit {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
}
.bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -30px;
}

/* ↓↓↓↓各カードに対する指定↓↓↓↓ */
.bl_cardUnit__col3 > .bl_card {
    width: calc((100% - 20px * 1) / 2);
    border-radius: 8px;
    overflow: hidden;
}
.bl_cardUnit__col3 > .bl_card:nth-of-type(2n) {
    margin-left: 20px;
}
.bl_cardUnit__col3 > .bl_card:nth-of-type(n+3) {
    margin-top: 20px;
}
.bl_cardUnit__col4 > .bl_card {
    width: 31.707%;
    margin-right: 1.43902%;
    margin-bottom: 30px;
}
.bl_cardUnit__col4 {
    max-width: none;
    justify-content: none;
}


@media screen and (max-width: 480px) {
    .bl_cardUnit {
        flex-direction: column;
    }
    .bl_cardUnit > .bl_card {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .bl_cardUnit__col3 > .bl_card:nth-of-type(2n) {
        margin-left: 0;
    }
    .bl_cardUnit__col3 > .bl_card:nth-of-type(n+3) {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .bl_cardUnit.bl_cardUnit__col4 {
        margin-bottom: -20px;
    }
    .bl_cardUnit__col4 > .bl_card {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

/*------------------------------ 
ページャー
---------------------------- */
.pagination {
    display: flex;
    overflow: auto;
    margin-top: 50px;
    margin-left: 60px;/*amcust*/
}
.nav-links {
    margin-right: auto;
    margin-left: auto;
}
.page-numbers {
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
.page-numbers > *:last-child {
    margin: 0;
}
.page-numbers > li {
    margin-right: 15px;
}
.page-numbers li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;/*amcust*/
    text-decoration: none;
    transition: .25s;
}
.page-numbers li a:focus,
.page-numbers li a:hover {
    background-color: #bbb;/*amcust*/
    color: #fff;
}
.current{
    background-color: #9cf;/*amcust*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;/*amcust*/
    color: #fff;
    text-decoration: none;
    transition: .25s;
}
/*------------------------------ 
aside
---------------------------- */

/* ↓↓↓↓↓↓サイドバー見出し↓↓↓↓↓↓ */
  aside section .widget-title {
      margin-top: 0;
      font-size: 1.3rem;
	position: relative;
/*    padding: 0.5rem 1rem calc(0.5rem + 5px);
    background: #cecece;amcust*/
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
	padding: 10px 0px 10px 0px;
  }
  aside section .widget-title::before {
	position: absolute;
    top: 0px;/*amcust*/
    left: 0px;/*amcust*/
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #ccc;
	border-radius: 10px;
  }
  aside section {
	 background-color: #fafbfc;
	  margin-bottom: 30px;
	  padding-bottom: 20px;
  }
  aside section:last-child {
	  margin-bottom: 0;
  }
  section > * {
	  padding-right: 8px;
	  padding-left: 8px;
  }
.bl_media {
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.recent-posts article {
	padding-bottom: 10px;
    margin-top: 10px;
	border-bottom: 1px solid #222;
}
.recent-posts article:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.recent-posts article:first-child {
	margin-top: 0;
}
.bl_media_imgWrapper {
    flex: 1;
    margin-right: 3.33333%;
}
.bl_media_imgWrapper > img {
    width: 100%;
	height: auto !important;
}
.bl_media_body {
    flex: 1;
}
.bl_media_body p,
p.post-time {
    margin-top: 0;
    margin-bottom: 0;    
    font-size: 0.76rem;
}
.bl_media-ttl {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;    
    margin-right: 3.33333%;
}
.flex-container {
    text-decoration: none;

}
.bl_media:focus,
.bl_media:hover {
    opacity: .8;
}

/* ↓↓↓↓↓↓検索フォーム↓↓↓↓↓↓ */
	
.searchform {
	position:relative;
    max-width:300px;
    /* margin-bottom: 20px; */
	margin-right: auto;
	margin-left: auto;
  }
   
  .searchfield {
	width: 150px;
    outline:0;
    height:40px;
    padding:0 10px;
	border: 1px solid #222;
  }
   
  .searchsubmit {
	width:50px;
    height:40px;
    position:absolute;
    left:158px; 
    top:0;
    background:#7fbfff;
    border:none;
    /* color:#fff; */
    font-weight:bold;
    font-size:16px;
  }
  .searchsubmit:hover {
	opacity: .6;
  }

  /* サイドバーカテゴリーエリア */
	aside section ul .cat-item {
		padding-bottom: 10px;
    	margin-top: 10px;
		border-bottom: 1px solid #222;
	}
	aside section ul .cat-item:first-child {
		margin-top: 0;
	}
	aside section ul .cat-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	aside section ul li {
		list-style: none;
	}




    /* ----------------------------
    footer
    --------------------------------- */
.ly_footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fafbfc;
}
.ly_footer_inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.ly_footer_bottom {
    text-align: center;
}
.hp_btGray {
    border-top: 1px solid #777 !important;
}

/* ----------------------------
    サイトToPボタン
--------------------------------- */
.site-top {
    background-color: #fff100;
    padding: 0 3px 0 3px;
    opacity: 0;
    position: fixed;
    bottom: 10px;
    right: 30px;
    transition: .3s;
    }
.show {
    opacity: 1;
    }
/* 下層ページ(single)main>articleのstyle */
article.singler {
    background-color: #fafbfc;
    padding: 20px 30px;
}
.post-Eye-Catch{
    margin-right: -30px;
    margin-left: -30px;
    margin-top: -20px;
}
.content-ttl {
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 10px;
}

/* パンくず */
ul.breadcrumb {
    display: flex;;
}

ul.breadcrumb li {
    list-style: none;
    padding-right: 10px;
}

ul.breadcrumb li:after {
    content: " > ";
}
ul.breadcrumb li:last-child::after {
    content: " ";
}
ul.breadcrumb li a:hover {
    text-decoration: underline;
}
ul.breadcrumb li:last-child {
    color: #c58AF9;
    text-decoration: underline;
}

/* 画像に文字を重ねる */
.example {
  position: relative;
  }
.example p {
	color:#333333;
	font-size:20px;
  position: absolute;
  top: 0%;
  left: 0%;
	background: #ffffff;	/*背景色追加*/
	opacity : 0.8;		/*透明度追加*/
  line-height: 1;		/*行高は1に*/
  padding: 3px 3px;		/*文字周りの余白*/
  border-radius: 0px;		/*角丸追加*/
  }
.example p2 {
	color:#ffffff;
	font-size:20px;
  position: absolute;
  right: 5%;
  bottom: 5%;
	background: #aaaaaa;	/*背景色追加*/
	opacity : 0.8;		/*透明度追加*/
  line-height: 1;		/*行高は1に*/
  padding: 5px 15px;		/*文字周りの余白*/
  border-radius: 10px;		/*角丸追加*/
  }
.example p3 {
	font-color:#ffffff;
	font-size:30px;
	background: #ffffff;
	opacity: 0.5;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  line-height: 1;		/*行高は1に*/
  padding: 3px 3px;		/*文字周りの余白*/
	border: solid 3px #ffffff;
  border-radius: 10px;		/*角丸追加*/
  }

/* Container */
.container {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  background-color: #fff;
  column-count: 3;
  column-gap: 2;
	text-align: center;
	font-size: 18px;
}
.container2 {
  margin: 0 auto;
  padding: 0px;
  width: 70%;
  background-color: #cecece;
  column-count: 3;
  column-gap: 2;
	text-align: center;
	font-size: 18px;
}
.grid {
  padding: 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 48em) {
  .container {
    column-count: 1;
  }
}


.container4 {
  margin: 0 auto;
  column-count: 3;
  column-gap: 0;
	margin-top: 15px;
	margin-bottom: 50px;
  width: 75%;
/*	display: grid;*/
/*	grid-template-columns: repeat(auto-fill, 200px);*/
/*	grid-template-rows: repeat(3, 100px);*/
/*	white-space: nowrap;*/
}
@media screen and (max-width:640px){
	.container4 {
  column-count: 2;
	width: 100%;
	}
}



.circle {
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  border: solid 1px #668ad8;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
}

.box1 {
	background: #cccccc;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #ffffff;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.example img {
  width: 100%;
  }


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -70px;
  background: #668ad8;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px; /* arrow position */
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* Google Fonts読み込み */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");

/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* スライダー全体 */
.vertical-slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 640px) {
	.vertical-slider {
	height: 100vh;
	}
}

/* スライド */
.vertical-slider__slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 640px) {
	.vertical-slider__slide {
	font-size: 20px;
	}
}
.vertical-slider__slide p {
	font-size: 20px;
	width: 50%;
}

/* 1枚目のスライド */
.vertical-slider__slide:nth-child(1) {
  background-color: #fa5457;
}

/* 2枚目のスライド */
.vertical-slider__slide:nth-child(2) {
  background-color: #fa8925;
}

/* 3枚目のスライド */
.vertical-slider__slide:nth-child(3) {
/*  background-color: #f6d51f;*/
	background-image: url(https://avocadofirst.com/wp-content/uploads/2021/11/cropped-cropped-dragon_field_hcm_2000.png);
}

/* 4枚目のスライド */
.vertical-slider__slide:nth-child(4) {
  background-color: #01b4bc;
}

/* 5枚目のスライド */
.vertical-slider__slide:nth-child(5) {
  background-color: #5fa55a;
}

/* 6枚目のスライド */
.vertical-slider__slide:nth-child(6) {
  background-color: #cecece;
	font-size: 30px;
	flex-flow: column;
}

/* SP時の文字サイズ調整 */
@media (max-width: 599px) {
  .vertical-slider__slide {
    font-size: 16vw;
  }
}

@media screen and (max-width: 640px) {
	.vertical-slider__slide {
    font-size: 8vw
	}
}

.page-id-2
.ly_header {
	display: none;
}
.page-id-2
.content-ttl {
	display: none;
}
.page-id-2
article.singler {
	padding: 0px 0px 0px 0px;
}

.site-footer {
	background: #eeeeee;
	padding: 50px 50px 50px 50px;
}


.site-map >ul>li{
	margin-left: 18px;
	text-decoration: none;
}
.site-map {
	text-decoration: none;
	line-height: 30px;
}
.site-map >ul>li .children{
	margin-left: 28px;
}
.site-map h2{
	font-size: 25px;
	padding: 15px 0px 5px 0px;
}

.img-new-post img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
.img-new-post clearfix li {
	position: relative;
	margin-top: 10px;
	padding: 0 5px 10px;
	border-bottom: dotted 1px #ddd;
}

.img-new-post clearfix a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}

.img-new-post clearfix a:hover {
  background-color: #eee;
}
 
.img-new-post clearfix a:after {
  display: block;
  clear: both;
  content: '';
}
 
.img-new-post clearfix ul {
	padding: 0;
	list-style: none;
}

.side-text {
  font-size: .9em;
  margin-left: 80px;
	height: 140px;/*amcust*/
}

.sidekiji ul {
  padding: 0;
  list-style: none;
}
 
.sidekiji li {
  position: relative;
  margin-top: 10px;
  padding: 0 5px 10px;
  border-bottom: dotted 1px #ddd;
}
 
.sidekiji a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
 
.sidekiji a:hover {
  background-color: #eee;
}
 
.sidekiji a:after {
  display: block;
  clear: both;
  content: '';
}
 
.rank-count {
  position: absolute;
  top: 0;
  left: 5px;
  padding: 1px 10px;
  color: #fff;
  background: rgba(66, 66, 66, .85);
}
 
.r-count1 {
  background: rgba(189, 161, 82, .9);
}
 
.r-count2 {
  background: rgba(152, 153, 173, .9);
}
 
.r-count3 {
  background: rgba(156, 85, 34, .9);
}
 
.sidekiji img {
  float: left;
  width: 70px;
  height: 70px;
}
 
.sidekiji-text {
  font-size: .9em;
  margin-left: 80px;
}

.cat-item a {
	text-decoration: none;
}


/* Masonryのgridデザイン */
.getPostDispArea .getPost {
  border: 1px solid #D3D3D3;
  padding: 5px;
  margin: 0px 5px 10px 5px;/* グリッド間の隙間 */
  background-color: #F3FAFF;
border-radius: 5px;
break-inside: avoid;/* gridの途中折り返しを防ぐ */
}

.getPostDispArea .getPost:after {
  content: '';
  display: table;
/*	display: frex;*/
  clear: both;
}

.getPostImgArea {
  width: 20%;
  float: left;
}

.getPostStringArea {
  width: 90%;
  padding-left: 15px;
  float: left;
}

h3.getPostTitle {
  font-weight: bold;
}

.tag_display {
margin: 50px 0px;
line-height: 50px;
}
.tag_display a {
border: 1px solid #D3D3D3;
padding: 3px 5px;
margin: 50px 0px;
background-color: #FFE7F4;
border-radius: 5px;
line-height: 50px;
white-space: nowrap;
text-decoration: none;
}
.tag_display a:before {
content: "#";
}
/*
.tag_display::before {
color: #deb887;
font-family:'Font Awesome 5 Free';
font-weight: 900;
content: '\f02c';
}
*/

.cat-item a {
text-decoration: none;
}

.box2 {
background: #eee;
margin: 5px 0px 20px 0px;
padding: 0px 10px 5px 10px;
border-radius: 8px;
}
.box2 a {
text-decoration: none;
}

/* メニュー固定 */

#site-navigation {
	background: #006;
/*	border-bottom: 1px solid #16244e;
	border-top: 1px solid #16244e;*/
	width: 100%;
	z-index: 3;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
}

#site-navigation.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 8;
/*	display: flex;*/
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
}

#site-navigation.m_fixed .header-log2 {
	display: block;
}
#site-navigation.m_fixed .site-title a {
	color: #006;
	margin: 0px 0px 0px 0px;
  z-index: 1;
  font-size: 22px;
  padding: 0px 80px 30px 0px;
  position: absolute;
}
#site-navigation.m_fixed h2 {
	font-weight: normal;
	margin-top: 0px;
}

.header-log2 {
	display: none;
}

#site-navigation .inner {
	padding-bottom: 0;
	padding-top: 0;
	margin: 0 auto;
  max-width: 100%;
  padding: 20px 0;
  width: 1200px;
	z-index: 10;
}

@media screen and (max-width:960px) {
	#site-navigation {
		background: #ddd;
		box-shadow: 0px 0px 0px 0px;
/*		display: flex;*/
	}
	.sp-nav {
		width: 100%;
		margin-top: 10px;
	}
  /* ハンバーガー3本の位置 */
	#site-navigation.m_fixed {
		padding-bottom: 25px;
		padding-top: 10px;
	}
}
@media screen and (min-width:960px) {
	#site-navigation .site-title {
/*	display: none;*/
	}
}

@media screen and (max-width:960px) {
	.site-title {
		margin-top: 0px;
    margin-left: 20px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
  #site-navigation.m_fixed .site-title a {
    font-size: 22px;
    padding: 0px 80px 30px 20px;
    position: absolute;
    margin-top: -5px;
  }
  }


  @media screen and (max-width:640px) {
    #site-navigation.m_fixed .site-title a {
      font-size: 18px;
      padding: 10px 10px 0px 0px;
      position: absolute;
      margin-top: auto;
    }
    }
  
  .small-title {
  display: none;  
}

@media screen and (max-width:960px) {
#site-navigation.m_fixed .small-title {
	display: block;
	margin-top: -10px;
  position: relative;
}
}

.mapp-menu-toggle {
/*	position: absolute;
	z-index: 10000;*/
	display: none;
}
