@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* font */
/* color */
/* trans */
/* margin */
/* box */
/*////////////////////////////////////////////////////////////

	common
	common　header、nav、footer、main、parts
	一覧ページ【archive】
	記事ページ【single】
	404【404】

	ContactFoam お問い合わせ【contactPage】


////////////////////////////////////////////////////////////*/
html {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #4a3516;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
}

.serif {
  font-family: "Playfair Display", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
}

main,
section,
article {
  overflow: hidden;
}

sup {
  font-size: 0.7rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

a {
  text-decoration: none;
  color: #4a3516;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
a:visited {
  text-decoration: none;
  color: #4a3516;
}
a:hover {
  text-decoration: none;
  color: #185640;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  color: #4a3516;
}

.overflow_hidden {
  overflow: hidden;
}

.clear {
  clear: both;
}

.spBr {
  display: none;
}

.spNoBr {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.column_l {
  float: left;
}

.column_r {
  float: right;
}

.caution_list {
  font-size: 0.8rem;
}
.caution_list li {
  position: relative;
  padding-left: 1.5em;
}
.caution_list li::before {
  position: absolute;
  content: "※";
  left: 0;
}

.decimal_list {
  list-style-type: decimal;
  padding-left: 2rem;
}

.asterisk_list li {
  position: relative;
  padding-left: 1.5em;
}
.asterisk_list li::before {
  position: absolute;
  content: "＊";
  left: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.w100 {
  width: 100%;
}

/* img_box */
.img_box {
  overflow: hidden;
}
.img_box img {
  width: 100%;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  z-index: 10000002;
}

#headerBlock h1 {
  margin: 20px 0;
}
#headerBlock h1 img {
  width: 100%;
}

/* 三 */
#spMenuBut {
  display: none;
}

/*--------------------------------------------------------------
	nav
--------------------------------------------------------------*/
#globalNavBlock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  z-index: 10000001;
}
#globalNavBlock #globalNav {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  border-radius: 5px;
  margin-top: 180px;
}
#globalNavBlock #globalNav ul {
  display: flex;
  justify-content: center;
}
#globalNavBlock #globalNav ul li a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05rem;
}
#globalNavBlock #globalNav ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  opacity: 0;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  background: #00b1b0;
}
#globalNavBlock #globalNav ul li a:hover {
  color: #00b1b0;
}
#globalNavBlock #globalNav ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
#globalNavBlock #login_box {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8rem;
}
#globalNavBlock #login_box * {
  vertical-align: middle;
}
#globalNavBlock #login_box li {
  margin-right: 1px;
}
#globalNavBlock #login_box li a {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
}
#globalNavBlock #login_box li a::before {
  display: none;
}
#globalNavBlock #login_box li a:hover {
  background: #185640 !important;
}
#globalNavBlock #login_box li:nth-child(1) {
  margin-right: 10px;
}
#globalNavBlock #login_box li:nth-child(2) a {
  background: #00b1b0;
}
#globalNavBlock #login_box li:nth-child(3) a {
  background: #8ab374;
}

#globalNavBlock::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
footer {
  padding: 40px 0;
  background: #efece5;
  margin-top: 120px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
footer .container * {
  font-size: 10px;
  color: #999;
}

#homePage + footer,
#aboutPage + footer #postSingle + footer,
#accessPage + footer,
#postSingle + footer {
  margin-top: 0;
}

/* SNS */
/*
.sns_list { font-size:0; margin:40px auto;
	li { display:inline-block; margin-right:10px; }
	a { display:block; padding:10px; background:#fff; border-radius:100%; }
	span { display:block; width:20px; height:20px; background-position:center; background-repeat:no-repeat; background-size:20px; }
	.facebook span { background-image:url("../common/img/sns/icon_facebook.svg"); }
	.twitter span { background-image:url("../common/img/sns/icon_twitter.svg"); }
	.instagram span { background-image:url("../common/img/sns/icon_instagram.svg"); }
	.line span { background-image:url("../common/img/sns/icon_line.svg"); }
	.googleplus span { background-image:url("../common/img/sns/icon_googleplus.svg"); }
	.hatena span { background-image:url("../common/img/sns/icon_hatena.svg"); }
	.getpocket span { background-image:url("../common/img/sns/icon_getpocket.svg"); }
	.pinterest span { background-image:url("../common/img/sns/icon_pinterest.svg"); }
	// hover
	.facebook a:hover span { background-image:url("../common/img/sns/icon_facebook_white.svg"); }
	.twitter a:hover span { background-image:url("../common/img/sns/icon_twitter_white.svg"); }
	.instagram a:hover span { background-image:url("../common/img/sns/icon_instagram_white.svg"); }
	.line a:hover span { background-image:url("../common/img/sns/icon_line_white.svg"); }
	.googleplus a:hover span { background-image:url("../common/img/sns/icon_googleplus_white.svg"); }
	.hatena a:hover span { background-image:url("../common/img/sns/icon_hatena_white.svg"); }
	.getpocket a:hover span { background-image:url("../common/img/sns/icon_getpocket_white.svg"); }
	.pinterest a:hover span { background-image:url("../common/img/sns/icon_pinterest_white.svg"); }
}
*/
#footerSnsBlock {
  font-size: 0;
  margin: 20px auto;
}
#footerSnsBlock .sns_list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#footerSnsBlock .sns_list li a {
  display: block;
  padding: 10px;
  background: #fff;
  border-radius: 100%;
}
#footerSnsBlock .sns_list li a span {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
#footerSnsBlock .sns_list .facebook span {
  background-image: url("../common/img/sns/icon_facebook.svg");
}
#footerSnsBlock .sns_list .twitter span {
  background-image: url("../common/img/sns/icon_twitter.svg");
}
#footerSnsBlock .sns_list .instagram span {
  background-image: url("../common/img/sns/icon_instagram.svg");
}
#footerSnsBlock .sns_list .line span {
  background-image: url("../common/img/sns/icon_line.svg");
}
#footerSnsBlock .sns_list .googleplus span {
  background-image: url("../common/img/sns/icon_googleplus.svg");
}
#footerSnsBlock .sns_list .hatena span {
  background-image: url("../common/img/sns/icon_hatena.svg");
}
#footerSnsBlock .sns_list .getpocket span {
  background-image: url("../common/img/sns/icon_getpocket.svg");
}
#footerSnsBlock .sns_list .pinterest span {
  background-image: url("../common/img/sns/icon_pinterest.svg");
}

/*--------------------------------------------------------------
	main
--------------------------------------------------------------*/
#mainBlock {
  text-align: left;
}

/*-------------------- mainBlock_1Block --------------------*/
/*-------------------- column_2Block --------------------*/
#column_2Block {
  display: flex;
  gap: 40px;
}
#column_2Block #mainBlock { /*float:left;*/
  width: calc(100% - 240px);
}
#column_2Block #sidebarBlock { /*float:right;*/
  width: 200px;
}

/*--------------------------------------------------------------
	parts
--------------------------------------------------------------*/
/*-------------------- title --------------------*/
#titleBlock {
  margin-top: 200px;
  line-height: 1;
  padding: 100px 0;
  background-size: cover;
  background: #efece5;
}
#titleBlock h2.page_title {
  position: relative;
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05rem;
}
#titleBlock h2.page_title::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
}

.headline {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  text-align: center;
  color: #e28000;
  margin-bottom: 60px;
}

.headline_2 {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  text-align: center;
  color: #00b1b0;
  margin-bottom: 40px;
}

/*-------------------- ボタン --------------------*/
/* ボタン -> */
.but {
  text-align: center;
  display: inline-block;
}
.but a {
  position: relative;
  display: inline-block;
  color: #185640;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05rem;
}

.line_arrow {
  position: absolute;
  top: calc(50% + 3px);
  right: -30px;
  display: inline-block;
  width: 20px;
}
.line_arrow span {
  position: absolute;
  content: "";
  background: #185640;
  top: calc(50% - 2px);
  height: 1px;
}
.line_arrow span:nth-child(1) {
  left: 0;
  width: 20px;
  animation: line_arrow_1_out 0.5s forwards;
}
.line_arrow span:nth-child(2) {
  right: 0;
  width: 8px;
  transform: rotate(45deg);
  transform-origin: right 0;
  animation: line_arrow_2_out 0.5s forwards;
}

a:hover .line_arrow span:nth-child(1) {
  animation: line_arrow_1_in 0.5s forwards;
}
a:hover .line_arrow span:nth-child(2) {
  animation: line_arrow_2_in 0.5s forwards;
}
a:hover .pdf {
  background: url("../common/img/icon_pdf.svg");
}

/* ボタン □-> */
.but_more a {
  text-align: center;
  min-width: 240px;
  margin: 60px auto 0;
  padding: 20px 50px;
  border: 1px solid #185640;
  background: #185640;
  border-radius: 3px;
}
.but_more .line_arrow {
  top: calc(50% + 2px);
  right: 20px;
}
.but_more a:hover {
  color: #185640;
  background: #fff;
}
.but_more a:hover .line_arrow span {
  background: #185640;
}

@keyframes line_arrow_1_out {
  0% {
    width: 20px;
  }
  1% {
    width: 0px;
  }
  50% {
    width: 20px;
  }
  100% {
    width: 20px;
  }
}
@keyframes line_arrow_1_in {
  0% {
    width: 0px;
  }
  50% {
    width: 20px;
  }
  100% {
    width: 20px;
  }
}
@keyframes line_arrow_2_out {
  0% {
    width: 0px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 8px;
  }
}
@keyframes line_arrow_2_in {
  0% {
    width: 0px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 8px;
  }
}
/*-------------------- list --------------------*/
/* archive_list */
.archive_list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.archive_list li {
  width: calc((100% - 80px) / 3);
}
.archive_list li a {
  position: relative;
  display: block;
  text-align: left;
}

.archive_list li:hover .img_box img {
  transform: scale(1.15);
}

.archive_list a:hover {
  color: #4a3516 !important;
}

/* data_box */
.data_box {
  margin: 15px 0;
  overflow: hidden;
}
.data_box .title {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05rem;
}
.data_box .excerpt {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.data_box .time {
  float: right;
  font-size: 0.9rem;
  color: #999;
  padding-left: 20px;
  background: url("../common/img/icon_time.svg") center left no-repeat;
  background-size: 15px;
}

/* カテゴリー */
.category_list {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.category_list * {
  display: inline-block;
}
.category_list li {
  margin-right: 1px;
}
.category_list a {
  color: #fff !important;
  font-size: 0.8rem;
  background: #999;
  padding: 10px 15px;
  white-space: nowrap;
}
.category_list a:hover {
  color: #fff !important;
}

/*-------------------- パンくず --------------------*/
#breadcrumbBlock {
  overflow: hidden;
  margin: 20px auto 40px;
  line-height: 1.4;
}
#breadcrumbBlock ul {
  text-align: left;
  text-overflow: ellipsis;
  margin: 0;
}
#breadcrumbBlock ul * {
  color: #666;
}
#breadcrumbBlock li {
  position: relative;
  display: inline;
  font-size: 12px;
  padding: 15px 20px 15px 10px;
}
#breadcrumbBlock li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: url(../common/img/arrow_r_black.svg) no-repeat center right;
  background-size: 8px;
}
#breadcrumbBlock li:last-child::after {
  width: 0;
}
#breadcrumbBlock li a {
  display: inline;
}
#breadcrumbBlock li:first-child a {
  display: inline-block;
  width: 15px;
}
#breadcrumbBlock li:first-child a {
  background: url(../common/img/icon_home.svg) no-repeat center center;
  background-size: 12px;
}
#breadcrumbBlock li a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/*-------------------- table --------------------*/
/* table_type_1 */
.table_type_1 {
  width: 100%;
}
.table_type_1 * {
  vertical-align: top;
}
.table_type_1 caption {
  text-align: center;
  color: #fff;
  background: #ccc;
  padding: 5px;
}
.table_type_1 caption + tbody tr:first-child {
  border-top: none !important;
}
.table_type_1 tr {
  border-top: 1px dotted #ccc;
}
.table_type_1 tr:last-child {
  border-bottom: 1px dotted #ccc;
}
.table_type_1 th, .table_type_1 td {
  padding: 10px 20px;
  vertical-align: top;
}
.table_type_1 th {
  position: relative;
  width: 20%;
  white-space: nowrap;
}
.table_type_1 th::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 2px;
  height: calc(100% - 20px);
  background: #ccc;
}
.table_type_1 ul:not(.caution_list) li {
  position: relative;
  padding-left: 1em;
}
.table_type_1 ul:not(.caution_list) li::before {
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ccc;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	一覧ページ 【archive】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.search_title {
  font-size: 1.2rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------------------
	pagination
--------------------------------------------------------------*/
/* 1234 */
.pagination {
  clear: both;
  text-align: center;
  margin-top: 60px;
}
.pagination * {
  vertical-align: middle;
}
.pagination li {
  display: inline-block;
  border: 1px solid #dedede;
  margin-right: 5px;
  border-radius: 3px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  display: block;
}
.pagination .page_all {
  padding: 5px 10px;
}
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last,
.pagination .pager {
  min-width: 40px;
  padding: 5px;
}
.pagination li a:hover,
.pagination .active {
  color: #fff !important;
  background: #dedede;
}

/* 古い記事｜新しい記事 □ □ */
.pagination_prev_next {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.pagination_prev_next .prev,
.pagination_prev_next .next,
.pagination_prev_next .no {
  display: inline-block;
  width: 50%;
  color: #999;
}
.pagination_prev_next .img_box {
  width: 50px;
}
.pagination_prev_next .prev *,
.pagination_prev_next .next * {
  display: inline-block;
}
.pagination_prev_next .next {
  text-align: right;
  border-left: 1px solid #ccc;
  min-height: 50px;
}
.pagination_prev_next p {
  width: calc(100% - 70px);
  padding: 10px;
  font-size: 0.8rem;
}
.pagination_prev_next img {
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
.pagination_prev_next a:hover img {
  transform: scale(1.15);
}

/* 古い記事｜新しい記事 < > */
/*
.pagination_prev_next_simple { margin-top:40px; padding:10px 0; border-top:1px solid #dedede; }
.pagination_prev_next_simple .prev,
.pagination_prev_next_simple .next,
.pagination_prev_next_simple .no { display:inline-block; width:50%; color:$text_sub_color; }
.pagination_prev_next_simple .prev { text-align:right; padding:10px 20px 10px 10px; background:url("common/img/arrow_r_black.svg") no-repeat right top 18px; background-size:10px; }
.pagination_prev_next_simple .next { text-align:left; padding:10px 10px 10px 20px; background:url("common/img/arrow_l_black.svg") no-repeat left top 18px; background-size:10px; }
/* hover */ /*
.pagination_prev_next_simple a.prev:hover { color:$key_color; background-image:url("common/img/arrow_r_red.svg"); }
.pagination_prev_next_simple a.next:hover { color:$key_color; background-image:url("common/img/arrow_l_red.svg"); }
*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	記事ページ 【single】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#articleDetail {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
#articleDetail #eyecatchImg {
  margin-bottom: 60px;
}
#articleDetail #articleTitle {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#articleDetail {
  /* 記事 */
}
#articleDetail .post_text_block {
  overflow: hidden;
  margin-bottom: 20px;
}
#articleDetail .post_text_block a {
  color: #185640;
}
#articleDetail .post_text_block a:hover {
  color: #185640;
}
#articleDetail {
  /* 記事データ */
}
#articleDetail .post_data_block {
  overflow: hidden;
}
#articleDetail .post_data_block * {
  font-size: 1rem;
  color: #999;
  line-height: 1;
}
#articleDetail .post_data_block .author {
  float: left;
}
#articleDetail .post_data_block time {
  float: right;
  padding-left: 20px;
  background: url("../common/img/icon_time.svg") top left no-repeat;
  background-size: 12px;
}
#articleDetail {
  /* カテゴリー */
}
#articleDetail .category_list {
  margin-bottom: 20px;
}
#articleDetail {
  /* タグ */
}
#articleDetail .tag_list {
  font-size: 1rem;
  margin-top: 30px;
}
#articleDetail {
  /* SNS */
}
#articleDetail #singleSnsBlock {
  text-align: center;
  margin-top: 60px;
}

/*-------------------- topics --------------------*/
/* タグ */
.tag_list {
  padding-left: 25px;
  background: url("../common/img/icon_tag.svg") top 5px left no-repeat;
  background-size: 16px;
  margin-top: 5px;
}
.tag_list li {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.tag_list li::before {
  position: absolute;
  content: "｜";
  right: -0.5em;
  color: #999;
}
.tag_list li:last-child::before {
  content: "";
}
.tag_list a {
  color: #999;
}

/* 関連記事 */
#relatedBlock {
  position: relative;
  margin: 120px 0 0;
  padding: 60px 0;
  background-image: url("../img/common/texture.png");
  background-color: #f2fbee;
}
#relatedBlock h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	 404 【404】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#notfoundBlock {
  text-align: center;
  font-weight: bold;
  color: #AEAEAE;
  margin: 60px auto 0;
}
#notfoundBlock h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
#notfoundBlock p {
  font-size: 30px;
  font-weight: 700;
}
#notfoundBlock .but a {
  font-size: 1rem;
  margin-top: 120px;
}

@media screen and (max-width: 1000px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	common　

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  html {
    font-size: 14px;
    line-height: 1.6;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .spBr {
    display: block;
  }
  .spNoBr {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .column_l {
    float: none;
  }
  .column_r {
    float: none;
  }
  .container {
    width: 90%;
  }
  .asterisk_list li {
    padding-left: 1.15em;
  }
  .asterisk_list li::before {
    font-size: 0.75rem;
    top: 0.2rem;
  }
  /*--------------------------------------------------------------
  	header
  --------------------------------------------------------------*/
  header {
    width: 120px; /* z-index:10000002;*/
  }
  #headerBlock h1 {
    margin: 20px 0;
  }
  header::before {
    position: absolute;
    content: "";
    top: 0;
    left: calc((50vw - 60px) * -1);
    width: 100vw;
    height: 120px;
    background: rgba(255, 255, 255, 0.95);
    z-index: -1;
  }
  /* 三 */
  #spMenuBut {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #e8e2d5;
    cursor: pointer;
    z-index: 10000003;
  }
  #spMenuBut span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  }
  #spMenuBut span:nth-child(1) {
    top: 22px;
  }
  #spMenuBut span:nth-child(2) {
    top: 30px;
  }
  #spMenuBut span:nth-child(3) {
    top: 38px;
  }
  .openNav #spMenuBut span:nth-child(1) {
    top: 30px;
    transform: rotate(-45deg);
  }
  .openNav #spMenuBut span:nth-child(2),
  .openNav #spMenuBut span:nth-child(3) {
    top: 30px;
    transform: rotate(45deg);
  }
  /*--------------------------------------------------------------
  	nav
  --------------------------------------------------------------*/
  #globalNavBlock {
    margin-top: -60px;
    padding-top: 140px;
    height: 100vh;
    background: #fff;
    transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
    visibility: hidden;
    opacity: 0; /* z-index:10000001; */
  }
  #globalNavBlock #globalNav {
    display: block;
    margin: 0;
    padding-bottom: 100px;
    border-radius: 0;
    height: 100%;
    overflow-y: auto; /*background:#fff; padding:0 20px; */
  }
  #globalNavBlock #globalNav ul {
    display: block;
  }
  #globalNavBlock #login_box {
    position: static;
    background: #efece5;
  }
  #globalNavBlock #login_box li:nth-child(1) {
    color: #4a3516;
    display: inline-block;
  }
  #globalNavBlock::before {
    display: none;
  }
  .openNav #globalNavBlock {
    visibility: visible;
    opacity: 1;
  }
  /*--------------------------------------------------------------
  	footer
  --------------------------------------------------------------*/
  footer {
    padding: 20px 0;
    margin-top: 60px;
  }
  footer .container {
    display: block;
  }
  footer .container a {
    display: block;
    margin: 20px auto 10px;
  }
  /*--------------------------------------------------------------
  	main
  --------------------------------------------------------------*/
  main { /*background: palegoldenrod;*/
    padding-top: 20px !important;
  }
  /*-------------------- mainBlock_1Block --------------------*/
  /*-------------------- column_2Block --------------------*/
  #column_2Block {
    display: block;
  }
  #column_2Block #mainBlock {
    width: 100%;
  }
  #column_2Block #sidebarBlock {
    width: 100%;
  }
  /*--------------------------------------------------------------
  	parts
  --------------------------------------------------------------*/
  #titleBlock {
    margin-top: 120px;
    padding: 50px 0 70px;
    background-size: cover;
  }
  #titleBlock h2.page_title {
    position: relative;
    font-size: 20px;
  }
  #titleBlock h2.page_title::before {
    width: 50px;
  }
  .headline {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
  .headline_2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  /*-------------------- ボタン --------------------*/
  /* ボタン -> */
  /*
  .but { text-align:center; display:inline-block; 
  	a { position:relative; display:inline-block; color:$but_color; font-size:1.25rem; line-height:1; @include serif; }	
  }
  .line_arrow { position:absolute; top:calc(50% + 3px); right:-30px; display:inline-block; width:20px; 
  	span { position:absolute; content:''; background:$but_color; top:calc(50% - 2px); height:1px; }
  	span:nth-child(1) { left:0; width:20px; animation:line_arrow_1_out .5s forwards; }
  	span:nth-child(2) { right:0; width:8px; transform:rotate(45deg); transform-origin:right 0; animation:line_arrow_2_out .5s forwards; }
  }
  // hover
  a:hover {
  	.line_arrow span:nth-child(1) { animation:line_arrow_1_in .5s forwards; }
  	.line_arrow span:nth-child(2) { animation:line_arrow_2_in .5s forwards; }
  	.pdf { background:url("../common/img/icon_pdf.svg"); }
  }

  */
  /* ボタン □-> */
  /*
  .but_more {
  	a { text-align:center; min-width:240px; margin:($block_margin/2) auto 0; padding:20px 50px; border:1px solid $but_color; background:$but_color; border-radius:3px; }
  	.line_arrow { top:calc(50% + 2px); right:20px; }
  	// hover
  	a:hover { color:$but_color; background:#fff;
  		.line_arrow span { background:$but_color; }
  	}
  }
  */
  /* ボタン -> */
  /* ボタン □-> */
  .but_more a {
    min-width: 300px;
    margin-top: 30px;
    padding: 20px 60px;
  }
  @keyframes line_arrow_1_out {}
  @keyframes line_arrow_1_in {}
  @keyframes line_arrow_2_out {}
  @keyframes line_arrow_2_in {}
  /*-------------------- 記事リスト --------------------*/
  /* archive_list */
  .archive_list {
    display: block;
  }
  .archive_list li {
    width: 100%;
  }
  .archive_list li:not(:last-child) {
    margin-bottom: 40px;
  }
  /* data_box */
  /* カテゴリー */
  .category_list {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  .category_list * {
    display: inline-block;
  }
  .category_list li {
    margin-right: 1px;
  }
  .category_list a {
    color: #fff !important;
    font-size: 0.8rem;
    background: #999;
    padding: 10px 15px;
  }
  .category_list a:hover {
    color: #fff !important;
  }
  /*-------------------- パンくず --------------------*/
  #breadcrumbBlock {
    margin: 0 auto 30px;
  }
  /*-------------------- table --------------------*/
  /* table_type_1 */
  .table_type_1 {
    width: 100%;
  }
  .table_type_1 * {
    vertical-align: top;
  }
  .table_type_1 caption {
    text-align: center;
    color: #fff;
    background: #ccc;
    padding: 5px;
  }
  .table_type_1 caption + tbody tr:first-child {
    border-top: none !important;
  }
  .table_type_1 tr {
    border-top: 1px dotted #ccc;
  }
  .table_type_1 tr:last-child {
    border-bottom: 1px dotted #ccc;
  }
  .table_type_1 th, .table_type_1 td {
    padding: 10px 20px;
    vertical-align: top;
  }
  .table_type_1 th {
    position: relative;
    width: 20%;
    white-space: nowrap;
  }
  .table_type_1 th::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    width: 2px;
    height: calc(100% - 20px);
    background: #ccc;
  }
  .table_type_1 ul:not(.caution_list) li {
    position: relative;
    padding-left: 1em;
  }
  .table_type_1 ul:not(.caution_list) li::before {
    position: absolute;
    content: "";
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ccc;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	一覧ページ 【archive】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  .search_title {
    font-size: 1.2rem;
    margin-bottom: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  /*--------------------------------------------------------------
  	pagination
  --------------------------------------------------------------*/
  /* 1234 */
  .pagination {
    margin-top: 30px;
  }
  /* 古い記事｜新しい記事 □ □ */
  .pagination_prev_next {
    margin-top: 60px;
  }
  /* 古い記事｜新しい記事 < > */
  /*
  .pagination_prev_next_simple { margin-top:40px; padding:10px 0; border-top:1px solid #dedede; }
  .pagination_prev_next_simple .prev,
  .pagination_prev_next_simple .next,
  .pagination_prev_next_simple .no { display:inline-block; width:50%; color:$text_sub_color; }
  .pagination_prev_next_simple .prev { text-align:right; padding:10px 20px 10px 10px; background:url("common/img/arrow_r_black.svg") no-repeat right top 18px; background-size:10px; }
  .pagination_prev_next_simple .next { text-align:left; padding:10px 10px 10px 20px; background:url("common/img/arrow_l_black.svg") no-repeat left top 18px; background-size:10px; }
  /* hover */ /*
.pagination_prev_next_simple a.prev:hover { color:$key_color; background-image:url("common/img/arrow_r_red.svg"); }
.pagination_prev_next_simple a.next:hover { color:$key_color; background-image:url("common/img/arrow_l_red.svg"); }
*/
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	記事ページ 【single】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #articleDetail {
    margin-bottom: 30px;
  }
  #articleDetail #eyecatchImg {
    margin-bottom: 20px;
  }
  #articleDetail #articleTitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #articleDetail {
    /* 記事 */
  }
  #articleDetail {
    /* 記事データ */
  }
  #articleDetail .post_data_block * {
    font-size: 0.9rem;
  }
  #articleDetail {
    /* カテゴリー */
  }
  #articleDetail {
    /* タグ */
  }
  #articleDetail .tag_list {
    font-size: 0.9rem;
    margin-top: 20px;
  }
  #articleDetail {
    /* SNS */
  }
  #articleDetail #singleSnsBlock {
    margin-top: 30px;
  }
  /*-------------------- blog --------------------*/
  /* タグ */
  /* 関連記事 */
  #relatedBlock {
    margin-top: 60px;
    /*&::before { }*/
  }
  #relatedBlock h2 {
    font-size: 1.75rem;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	 404 【404】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #notfoundBlock {
    margin: 30px auto 60px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	お問い合わせ【contactPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #contactPage .lead_box {
    margin-bottom: 30px;
  }
  #contactPage .lead_box p {
    text-align: left;
  }
  #contactPage .tel_box {
    margin-bottom: 30px;
  }
  #contactPage .tel_box h4 {
    margin: 0 0 10px 0;
  }
  #contactPage .tel_box .tel {
    font-size: 2rem;
  }
  #contactPage .tel_box .tel span {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    background-size: 20px;
  }
  #contactPage #contactBlock,
  #contactPage #requestBlock {
    margin-bottom: 60px;
  }
  #contactPage #contactBlock .required,
  #contactPage #requestBlock .required {
    margin-bottom: 10px;
  }
  #contactPage #contactBlock table,
  #contactPage #requestBlock table {
    margin-bottom: 20px;
  }
  #contactPage #contactBlock th,
  #contactPage #contactBlock td,
  #contactPage #requestBlock th,
  #contactPage #requestBlock td {
    display: block;
    padding: 0;
  }
  #contactPage #contactBlock th,
  #contactPage #requestBlock th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #contactPage #contactBlock td,
  #contactPage #requestBlock td {
    padding-bottom: 20px;
  }
  #contactPage #contactBlock .example,
  #contactPage #requestBlock .example {
    margin-top: 5px;
  }
  #contactPage #contactBlock input,
  #contactPage #requestBlock input {
    width: 100%;
  }
  #contactPage #contactBlock ul li,
  #contactPage #requestBlock ul li {
    display: block;
    margin-bottom: 10px;
  }
  #contactPage #contactBlock,
  #contactPage #requestBlock {
    /* 資料請求 */
  }
  #contactPage #contactBlock .document_form td label + div,
  #contactPage #requestBlock .document_form td label + div {
    margin-top: 10px;
  }
  #contactPage #contactBlock .document_form td label,
  #contactPage #requestBlock .document_form td label {
    font-size: 14px;
  }
  #contactPage #contactBlock .document_form .img_box,
  #contactPage #requestBlock .document_form .img_box {
    float: none;
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  #contactPage #contactBlock .document_form .data_box,
  #contactPage #requestBlock .document_form .data_box {
    float: none;
    width: 100%;
    margin: 0;
  }
  #contactPage {
    /* 資料請求 */
  }
  #contactPage {
    /* but */
    /*
    .but_submit { 
    	input[type="submit"] { }
    	.form_back { }
    	// hover
    	input[type="submit"]:hover { }

    	input[type="button"] { }
    	.form_back { }
    	// hover
    	input[type="button"]:hover { }
    }
    */
    /* ERROR */
  }
  #contactPage {
    /* 確認画面 */
  }
  #contactPage {
    /* 完了画面 */
  }
}/*# sourceMappingURL=style.css.map */