@charset "utf-8";
/*
Theme Name: ABNA
Author: Bake-Neko
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

:root {
  --base-color: #bf9d6d;
  --headline_color: #007f41;
  --linkcolor: #00a95f;
  --strong_color: #e85311;
  --max_width: 1750px;
  --max_width-post: 1450px;
}

/* ==============================================

   RESET

============================================== */

*, *:before, *:after {
  box-sizing: border-box; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body{
  line-height:1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img { vertical-align : middle; }
input ,select { vertical-align : middle; }

button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	background: #fff;
}
input[type="checkbox"] {
	padding-left: 1em;
	text-indent: -1em;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 2px 32px;
	font-size: 20px; font-size: 2.0rem;
	line-height: 2.5;
	font-weight: 600;
	color: #fff !important;
	background: var(--linkcolor);
	border-radius: 5rem;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-weight: 400;
	text-decoration:none;
  border: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #e85311;
}
.txt-button a {
  position: relative;
  transition: 0.3s;
  padding: 0.8rem 10rem;
  display: inline-block;
  background: var(--linkcolor);
  color: #fff;
  text-decoration:none;
  }
  .txt-button a::before {
    position: absolute;
    top: 0; bottom: 0; right: 2rem;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px; height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .txt-button a:hover,
  .txt-button a:active {
    background: var(--headline_color);
    color: #fff;
    text-decoration:none;
  }
  .txt-button a[href$=".pdf"]{
    padding-left: 10rem;
    background: url(image/common/pdf-icon.svg) no-repeat 6rem center #83b143;
    background-size: 2em auto;
  }
  .txt-button a[href$=".pdf"]:hover {
    background-color: #fff;
  }



.txt-button.button-b a {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  }
  .txt-button.button-b a:hover,
  .txt-button.button-b a:active {
    background: #000;
    color: #fff;
    text-decoration:none;
  }
  .txt-button.button-b a:hover::before,
  .txt-button.button-border a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	padding: 6px 36px 6px 6px;
	border-radius: 3px;
	background: url('image/common/arrow2.png') right 50% no-repeat #fff;
	background-size: 20px, 32px;
}


/* -----------------------------------
   clearfix
----------------------------------- */

/* 2017修正版 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
	clear: both;
}

/* ==============================================

   共通

============================================== */

html { font-size: 55%; }
@media screen and (min-width: 1025px) {
	html { font-size: 62.5%; }
}


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

body {
	margin: 0px auto;
	padding: 0px;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	font-size: 18px; font-size: 1.8rem;	/* =18px */
	font-weight: 400;
	line-height: 2;
	text-align: center;
	border: none;
	background: #ffffff;
  background-size: contain;
  overflow-x: hidden;
	}
@media screen and (min-width: 1025px) {
	body { font-weight: 200; }
}

strong {
	font-weight: 600;
	color: var(--strong_color);
	font-size: 110%;
}
em {
	font-weight: 600;
	color: #000;
}

/*　font	*****************************************/

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
}


/*　anchor	*****************************************/

a {
	color: var(--linkcolor);
	text-decoration: none;
	transition: all ease .5s; }
a:visited { text-decoration: none; }
a:hover,
a:active  { color:#000; background:rgba(255,255,255,0.8); text-decoration:underline; }
a img	{ border: 0 none;}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
a.a-img:hover { background: none; text-decoration: none; }


a[href$=".pdf"]{
padding-left: 30px;
background: url(image/common/pdf-icon.svg) no-repeat left;
}

/* note	*****************************************/

.note {
	padding-left: 1em;
	text-indent: -1em;
}

/*　YouTube	*****************************************/

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	}
	.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}

/* イメージ	*****************************************/

@media screen and (min-width: 560px) {
	.entry-content .alignleft,
	img.alignleft {
		float: left;
		margin-right: 18px;
	}
	.entry-content .left {
		float: left;
	}
	.entry-content .alignright,
	img.alignright {
		float: right;
		margin-left: 18px;
	}
	.entry-content .right {
		float: right;
	}
}
.entry-content .aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* テキスト寄せ	*****************************************/

.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}

/* 物理的指定マージン	*****************************************/

.mb0 { margin-bottom: 0 !important; }
.mb1 { margin-bottom: 1em !important; }
.mb2 { margin-bottom: 2em !important; }
.mb3 { margin-bottom: 3em !important; }
.mb5 { margin-bottom: 5em !important; }

.mt0 { margin-top: 0 !important; }
.mt1 { margin-top: 1em !important; }

/*　横幅分割	*****************************************/

.w1-2,
.w1-3,
.w2-3,
.w2-5,
.w3-5 {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .w1-2 {
	width: calc( 50% - 2.5% );
  }
  .w1-3 {
	width: calc( 33.33% - 2.5% );
  }
  .w2-3 {
	width: calc( 66.66% - 2.5% );
  }
  .w2-5 {
	width: calc( 40% - 2.5% );
  }
  .w3-5 {
	width: calc( 60% - 2.5% );
  }
  .width50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
  }
  .width80 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
  }
}

/*　flex	*****************************************/

.flex {
	display: flex;
	flex-flow: row wrap;
}
/* 水平方向 */
	/* 中央揃え */
	.flex-center {
	justify-content: center;
	}
	/* 最初と最後の子要素を両端に配置し、残りの要素は均等に間隔をあけて配置 */
	.flex-sb {
	justify-content: space-between;
	}
	/* 両端の子要素も含め、均等に間隔をあけて配置 */
	.flex-sa {
	justify-content: space-around;
	}
/* 垂直方向 */
	.flex-align-center {
	align-items: center;
	}

/*　display: none	*****************************************/

.show-pc {
	display: none;
	}
@media screen and (min-width: 560px) {
.show-pc {
	display: inline;
	}
.show-sp {
	display: none;
	}
}



/* ==============================================

  common

============================================== */

#header {
/* iPhone X 以外にpaddingをつける場合ここに書く */

/* iPhone X iOS 11.1以下: Safe Aria内に配置 */
padding: constant(safe-area-inset-top) constant(safe-area-inset-right) 0 constant(safe-area-inset-left);
/* iPhone X iOS 11.2以上: Safe Aria内に配置 */
padding: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left);
}

#contents {
padding: 0 constant(safe-area-inset-right) 0 constant(safe-area-inset-left);
padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
}
#footer {
padding: 0 constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.container {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}


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

	header

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

#header {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 999;
  background: #ffffff;
  border-bottom: 1px solid #ccc;
}
.header-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}
.top-logo {
  width: 216px;
}
#header-pc {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  #header {
    height: 70px;
    position: relative;
    border-bottom: none;
  }
  #header.fix {
    position: fixed;
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    border-bottom: 1px solid #ccc;
  }
  .top-logo { width: 273px; }
  #header-pc {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  .header_sns_widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  position: absolute;
  right: 0; top: -70px;
  }
  .header_sns_widget a { margin-left: 35px; }
  .header_sns_widget a.header-form {
    width: 350px;
    height: 70px;
    background: var(--linkcolor);
    color: #ffffff;
    text-align: center;
    font-size: 3.5rem;
    text-decoration: none;
    }
    .header_sns_widget a.header-form:hover {
      background: var(--headline_color);
    }

}

/* スライダー	*****************************************/

#sliderArea { margin: 0 auto; max-width: 1920px; padding-top: 60px; width: 100%;}
#sliderArea img {width: 100%;}
@media screen and (min-width: 1025px) {
  #sliderArea { padding-top: 0;}
}


/* グローバルナビ	*****************************************/

.gnav {
height: 100%;
position: fixed;
width: 100%;
z-index: 98;
top: 0;
left: 0;
transition: 0.5s ease;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.gnav.open {
  background: rgba(255,255,255,1.0);
-webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.gnav-menu {
  align-items: center;
display: flex;
height: 100%;
justify-content: center;
position: absolute;
width: 100%;
flex-direction: column;
}
.gnav-menu ul {
  margin-top: 4rem;
  display: flex;
flex-wrap: wrap;
}
.gnav-menu ul li {
  width: 80%;
text-align: center;
margin-left: 10%;
}
.gnav-menu ul li a {
  color: #333;
font-size: 1em;
text-decoration: none;
transition: .5s;
width: 100%;
display: inline-block;
padding: 1rem;
border-bottom: 1px solid #ccc;
text-align: center;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: 600;
}

.gnav-menu p { margin-top: 2rem; width: 80%; max-width: 350px;}
.gnav-menu p a { background: var(--linkcolor); color: #ffffff; display: block; padding: 10px; text-align: center; text-decoration: none; }

/*トグルボタン*/
.toggle {
  background: var(--linkcolor);
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}
.toggle span {
    display: block;
    position: absolute;
    left: 12px;
    height: 2px;
    width: 36px;
    background: #fff;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/

}
.toggle span:nth-child(1) { top: 15px; }
 .toggle span:nth-child(2) { top: 29px; }
 .toggle span:nth-child(3) { bottom: 15px; }

.toggle.active span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle.active span:nth-child(2) {
  display: none;
}
.toggle.active span:nth-child(3) {
    bottom: 27px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (min-width: 1025px) {
  .toggle { top: 5px;}
  .gnav-pc ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .gnav-pc ul a {
    display: block;
    font-size: 3rem;
    color: #000;
    padding: 3px 5px;
    margin: 0 25px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
  }
  .gnav-pc ul a:hover {  text-decoration: none; color: var(--linkcolor); }
}

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

	footer

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

.footer_sns_widget {
  display: flex;
  justify-content: center;
}
.footer_sns_widget a {
  padding: 15px;
}
#footer {
  background: var(--base-color);
  padding: 40px 0;
}
.footer-logo {
  text-align: center;
  margin-bottom: 1.3rem;
}
address {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer_sns_widget { display: none; }
}

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

	main

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

.main {
  display: block;
  position: relative;
  padding-top: 100px;
	}
.main section {
	padding: 0 0 9.6rem 0;
	}
	.main section section {
	padding: 6rem 0 0;
	}

.inner {
	position:relative;
  margin: 0 auto;
  width: 96vw;
}
@media screen and (min-width: 1025px) {
  .inner {
    max-width: var(--max_width);
    min-width: 1000px;
  }
  .post-page .inner {
    max-width: var(--max_width-post);
  }
  .single-page .inner {
    max-width: 1200px;
  }
}

.main p {
	margin-bottom: 1em;
}

/* ol	*****************************************/
.main ol {
	list-style-type: decimal;
	margin: 0 0 1em 1.5em;
}
/* 順序付きリスト 丸数字 */
ol.list {
	counter-reset: my-counter;
	list-style: none;
	margin: 0 0 0 1.2em;
	padding: 0;
	}
	ol.list li {
	position: relative;
	margin-bottom: 1em;
	}
	ol.list li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid #333;
	color: #333;
	display: block;
	position: absolute;
	top: 0.5rem;
	line-height: 1.6rem;
	margin-left: -1.5em;
	text-align: center;
	height: 1.8rem;
	width: 1.8rem;
	border-radius: 50%;
	font-size: 1.4rem;
	}

/* ul	*****************************************/
ul.list,
.entry-content ul {
	list-style-type: disc;
	margin: 0 0 1em 1.5em;
}
ul.list li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/* dl	*****************************************/
dl {
  display: block;
  width: 100%;
  margin-bottom: 1em;
	}
	dl dt {
  width: 100%;
  padding: 5px 5px 0;
  font-weight: bold;
  border-top: 1px dashed #999;
	}
	dl dd {
	width: 100%;
  padding: 0 5px 5px;
	}
	dl dt:first-of-type {
	border-top: none;
	}
@media screen and (min-width: 560px) {
	dl {
	display: grid;
  grid-template-columns: auto 1fr; /* ← 内容に応じて dt が伸び、dd が残りを使う */
  align-items: baseline;
	}
  dl dt,
	dl dd {
	padding: 5px 10px;
  border-top: 1px dashed #999;
	}
  dl dd:first-of-type {
	border-top: none;
	}
}

/* table	*****************************************/
.main table {
  border-collapse: collapse;
  margin-bottom: 1em;
  background: #fff;
  width: 100%;
}
.main th,.main td {
  border: solid 1px #ccc;
  padding: 10px;
}
.main th {
  background: var(--base-color);
  color:#fff;
  text-align: center;
}

/* 見出し	*****************************************/

h1,
h2,
h3,
h4, h5, h6 {
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1.8rem;
	color: #000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2 {
	font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.5rem;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 6rem;
  }
  h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: var(--headline_color);
}
h3 {
	font-size: 2.8rem;
  position: relative;
  padding: 1.5rem 1rem;
  }
  h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, var(--headline_color), var(--headline_color) 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, var(--headline_color), var(--headline_color) 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h4 {
	font-size: 2.8rem;
  color: var(--headline_color);
}
h5 {
	font-size: 2.5rem;
  border-bottom: 6px double var(--headline_color);
}
h6 {
	font-size: 2.3rem;
  color: var(--headline_color);
}

/* 投稿ページ */
.entry-content h2 {
  margin-top: 9.6rem;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 6rem;
}

/* タイトル　固定ページ・投稿ページ -------------------------- */

/* タイトル */
.post-page #title-wrap,
.single-page #title-wrap {
  margin: 0 5px 80px 10px;
  }
  .post-page #title-wrap h1,
  .single-page #title-wrap h1 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: var(--base-color);
  font-size: 3.2rem;
  color: #fff;
  }
  .post-page #title-wrap h1::before,
  .single-page #title-wrap h1::before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
/* カテゴリー */
.blog-cat li {
  display: inline-block;
  margin-bottom: 1.5rem;
  }
  .blog-cat a,
  #cat-list a {
  background: var(--linkcolor);
  color: #fff;
  padding: 0.8rem 2.8rem 0.8rem 1.2rem;
  border-radius: 3px;
  margin-right:1rem;
  position: relative;
  }
  .blog-cat a::before,
  #cat-list a::before {
    position: absolute;
    top: 0; bottom: 0; right: 1rem;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 1rem; height: 1rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .blog-cat a:hover,
  #cat-list a:hover {
  background: var(--headline_color);
  text-decoration: none;
}
/* 投稿日 */
.entry-time {
  text-align: center;
  color: #999;
}

/* タイトル　アーカイブページ -------------------------- */

.category-page #title-wrap {
  margin: 0 5px 80px 10px;
  }
  .category-page #title-wrap h1 {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.5rem;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 6rem;
  }
  .category-page #title-wrap h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: var(--headline_color);
}


/* パンくずリスト	*****************************************/

#breadcrumb {
  position: relative;
  margin: 0 auto;
  width: 96vw;
}
#breadcrumb ul {
  padding: 5px;     /* 余白を指定 */
  white-space: nowrap; /* 改行（行送り）を禁止させる */
  overflow-x: scroll;  /* 横スクロールを可能にする */
}
#breadcrumb ul li {
  display: inline-block; /* インラインブロック要素にする */
}
#breadcrumb ul li:not(:last-child)::after {
  content: '>';    /* 間の矢印を設定 */
  margin: 0 0.5em; /* 左右に余白をとる */
}
#breadcrumb a {
  background: #eee;
  padding: 0.3rem 0.5rem;
  border-radius: 3px;
  }
  #breadcrumb a:hover {
  background: #999;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  #breadcrumb {
    max-width: var(--max_width-post);
    min-width: 1000px;
  }
}


/* ----------------------------------------------
	投稿ページ　single.php
---------------------------------------------- */

#footer-blog {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  max-width: var(--max_width-post);
  margin: 0 auto;
}

#recommend {
  margin: 2rem auto 0;
  width: 96vw;
  max-width: 650px;
}
#recommend h4,
#cat-list h4 {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 5rem;
}
#recommend a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  text-decoration: none;
  color: #333;
  margin-bottom: 3.0rem;
}
#recommend img {
  width: calc(50% - 1rem);
  height: 100px;
  object-fit: cover;
}
.recommend-txt {
  width: calc(50% - 1rem);
}

#cat-list {
  margin: 6rem auto 5rem;
  width: 80vw;
  max-width: 650px;
  border: 3px double #ccc;
}
#cat-list h4 {
  margin-top: -4rem;
}
#cat-list dl {
  width: 90%;
  margin: 0 auto 1em;
}
#cat-list dl dt {
  padding: 0.8rem 0.5rem 0;
}

@media screen and (min-width: 560px) {
  #recommend ul {
  display: flex;
  justify-content: space-between;
  }
  #recommend li { width: calc(50% - 1rem); }
  #recommend a { display: block; }
  #recommend img { width: 100%; height: 150px; }
  .recommend-txt { width: 100%; margin-top: 1.8rem;}
  #cat-list dl dt, #cat-list dl dd {
  padding: 1rem 1.3rem;
  }
}

/* 前の記事次の記事	*****************************************/

.navigation {
  width: 96vw;
  max-width: var(--max_width-post);
  margin: 0 auto 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ccc;
}
.nav-previous, .nav-next {
  width: 50%;
  position: relative;
}
.nav-previous {
  border-right: 1px solid #ccc;
}
.nav-previous a, .nav-next a {
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #000;
}
.nav-previous a::before,
.nav-next a::before {
  position: absolute;
  top: 0; bottom: 0; left: 2rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px; height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(225deg);
  }
  .nav-next a::before {
    right: 2rem; left: auto;
    transform: rotate(45deg);
  }
  .nav-previous a:hover, .nav-next a:hover {
    background: #eee;
  }


/* ----------------------------------------------
	wp-pagenavi
---------------------------------------------- */

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .pages { margin-right: 20px; }
.wp-pagenavi .current,
.wp-pagenavi a {/* ボタン */
    margin: 6px;
    display: block;
    border: solid 1px #ccc;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 80px;
  border-radius: 40px;
}
.wp-pagenavi .current {/* カレント数字 */
    background: var(--linkcolor);
    color: #fff;
}
.wp-pagenavi a:hover {/* マウスオーバー */
    background: #ccc;
    color: #fff;
    text-decoration: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
}


/* ----------------------------------------------
	トップページ
---------------------------------------------- */

/*　トップ画像	*****************************************/

.slick-prev::before, .slick-next::before {
  color: #00a95f;
}


/*　トップNEWS	*****************************************/

.news-list { width: 80%; margin: 0 auto 2rem; line-height: 1.3;}
.news-list a { color: #000; text-decoration:none; }
.news-list a:hover, .news-list a:active { text-decoration: none; background: none;}
.news-list .slick-slide {padding: 0 10px;}
.news-date { padding-top: 0.5em; color: #aaa; }
.news-list .slick-dots { bottom: -35px; }
.news-img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  box-sizing: border-box;
}
.news-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.2s;
}
@media screen and (min-width: 1025px) {
  .news-list { width: 90%; max-width: 1435px;}
}

/*　先端美容栄養協会とは	*****************************************/

.top-about-slick { width: 80%; margin: 0 auto;}
.top-about-feature { padding: 0 30px;}
.top-about-feature .txt-center img { margin: 0 auto; max-width: 220px;}
.top-about-feature h4 { text-align: center; font-size: 2.5rem;}
@media screen and (min-width: 560px) {
  #top-about h2.show-pc { display: block;}
}
@media screen and (min-width: 1025px) {
  .top-about-slick { width: 100%;}
}

/*　CAT	*****************************************/

.btn-wrap {
  margin: 30px auto;
  width: 320px;
}
a.btn {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: block;
  width: 320px;
  padding: 1rem 4.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--linkcolor);
  box-shadow: 0 5px 0 var(--headline_color);
  border-radius: 0.5rem;
}

a.btn span {
  font-size: 2.0rem;
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  padding: 0.5rem 1rem;
  color: var(--linkcolor);
  border: 2px solid var(--linkcolor);
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: var(--linkcolor);
  box-shadow: 0 2px 0 var(--headline_color);
}


@media screen and (min-width: 560px) {
  .btn-wrap, a.btn { width: 450px; font-size: 2.5rem; }
}
@media screen and (min-width: 1025px) {
  .btn-wrap, a.btn { width: 550px; font-size: 2.8rem; }
  a.btn span { font-size: 2.2rem; }
}


/*　ブログ	*****************************************/

.blog-list li {
  margin-bottom: 3.0rem;
  position: relative;
}
.home .blog-list li:nth-child(3),
.home .blog-list li:nth-child(4) {
  display: none;
}
.blog-list a { color: #000; text-decoration:none; }
.blog-list a:hover, .blog-list a:active { text-decoration: none; background: none;}
.blog-list .blog-cat { position: absolute; top: -2rem; left: 1rem; }
.blog-list .blog-cat li { margin-bottom: 0; }
.blog-list .blog-cat a { color: #fff; }
.blog-list .blog-cat a:hover {
  background: var(--headline_color);
  text-decoration: none;
}

@media screen and (min-width: 560px) {
  .blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-list li {
    width: calc(33.333% - 2rem);
    border-bottom: none;
  }
  .blog-list:after {
    content: "";
    width: calc( 33.333% - 2rem );
  }
  .home .blog-list li:nth-child(3) { display: block; }
  .blog-list .blog-cat li { width: auto; }
}
@media screen and (min-width: 1025px) {
  .blog-list { width: 90%; max-width: 1435px; margin: 0 auto;}
  .blog-list li,
  .blog-list:after {
    width: calc(25% - 2rem);
  }
  .home .blog-list li:nth-child(4) { display: block; }
}


/* ----------------------------------------------
	認定資格講座
---------------------------------------------- */

.system-contents,
.specialized-contents {
  border: 3px solid var(--base-color);
  margin-bottom: 4.5rem;
  width: 100%;
}
.system-contents h3 {
  position: relative;
  overflow: hidden;
  padding: 10px 5px 10px 85px;
  color: #000;
  line-height: 1;
  }
  .system-contents h3::before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 170px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: var(--base-color);
  }
  .system-contents h3 span.number {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 15px;
  padding-left: 16px;
  color: #fff;
  }
  .system-contents h3 span.h3-sub {
  font-size: 2.0rem;
}
.system-txt,
.specialized-txt {
  padding: 0 15px;
}
.specialized-contents {
  border: 3px solid var(--headline_color);
  overflow: hidden;
}
.specialized-contents h3 {
  position: relative;
  color: #000;
  padding: 10px 5px 0 7rem;
  min-height: 80px;
  }
  .specialized-contents h3 span {
  font-family: 'Roboto', sans-serif;
  font-size: 11rem;
  line-height: 1;
  position: absolute;
  top: -1.8rem;
  left: -0.5rem;
  color: var(--headline_color);
}
.specialized-txt .target {
  padding-left: 3em;
	text-indent: -3em;
}
.specialized-txt .target span {
  font-weight: bold;
  display: inline-block;
  width: 3em;
  padding-left: 3em;
}
@media screen and (min-width: 560px) {
  .specialized-contents { width: calc(50% - 2.5rem); }
}
@media screen and (min-width: 1025px) {
  .system-contents,
  .specialized-contents { width: calc(33.333% - 2.5rem); }
  .system-contents h3 { min-height: 104px; }
}

#faq details {
  background: #ffffff;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 2.0rem;
}
#faq summary {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  background: #f4e8d7;
  position: relative;
}
#faq summary span.q {
  display: inline-block;
  color: var(--linkcolor);
  margin-right: 12px;
  text-align: center;
  line-height: 25px;
  font-size: 2.2rem;
  font-weight: bold;
}
#faq summary span.q-txt {
  font-weight: bold;
  padding-right: 35px;
  line-height: 1.6;
}
#faq summary span.q-icon {
  color: #999;
  position: absolute;
  right: 15px;
  font-size: 25px;
}
#faq div.ans {
  padding: 10px;
}
#faq div.ans p {
  margin-bottom: 0 !important;
}
#faq span.a {
  color: var(--strong_color);
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 12px;
}


/* ----------------------------------------------
	お問い合わせ
---------------------------------------------- */

.wpcf7 { width: 100%; max-width: 1000px; margin: 0 auto 9rem; }

.contact-selection { margin: 0 0 9rem; border: 3px double var(--base-color); padding: 3rem 2rem; font-size: 2.2rem; }
.contact-selection .wpcf7-form-control { display: flex; flex-wrap: wrap; justify-content: space-around; }
.contact-selection .wpcf7-list-item { width: 100%; padding: 1rem 0.5rem; margin: 0;}
@media screen and (min-width: 1025px) {
  .contact-selection .wpcf7-list-item { width: calc(50% - 2.5rem)}
}

.wpcf7-form dl.dl-email { margin-bottom: 0;}
.wpcf7-form .selection dt:first-of-type { border-top: 1px dashed #999;}
.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea { width: 100%;}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item { display: block; }
@media screen and (min-width: 560px) {
  .wpcf7-form .selection dd:first-of-type { border-top: 1px dashed #999;}
}
.hissu,
.nin-i {
	color: #fff;
	font-size:11px; font-size: 1.1rem;
	padding: 1px 5px;
	margin-right: 5px;
	border-radius: 2px;
	}
	.hissu {
	background: var(--strong_color);
	}
	.nin-i {
	background: #999;
	}

.wpcf7-form .error { color: var(--strong_color); }

.wpcf7-form .submit {
  width: 70%;
  max-width: 290px;
  margin: 5rem auto;
  }
  .wpcf7-form .submit input[type="submit"] {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  }

