@charset "utf-8";
/*
theme Name:山陰アスコン株式会社
Author: takenaka
Description: オフィスイースタイル
version： 2.0.0
*/
/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  list-style: none;
  /* color: rgb(109, 107, 107); */
}
body {
  line-height: 11;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}


a:link { color: #11111194; }
a:visited { color: #0a0a0a; }
a:hover { color: #acaef9; }
a:active { color: #ff8000; }

/*投稿テキストエディター設定*/
img.alignright { display: block; margin: 0 0 0 auto!important;}
img.alignleft { display: block; margin: 0 auto 0 0!important;}
img.aligncenter { display: block; margin: 0 auto!important;}
/* パンくずリスト */
#breadcrumb {
margin-top: 30px;
}
.archive #breadcrumb {
  padding: 0;
  background: transparent;
}
#breadcrumb ul {
  margin: 0;
}
#breadcrumb li {
  display: inline;
  list-style: none;
  color: gray;
  font-size: 0.87em;
}
#breadcrumb li:after {
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.2);
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 14px;
}
#breadcrumb li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.815);
}
#breadcrumb li:first-child a:before {
  padding-right: 5px;
  font-family: FontAwesome;
  font-size: 1.1em;
  font-weight: normal;
  content: "\f015";
}
#breadcrumb li a:hover {
  color: gray;
  text-decoration: none;
}
/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 14px;
}
body {
  /*フォントの指定*/
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}
/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #504f4f;
}
img {
  max-width: 100%;
  height: auto;
}

/*********************************************************
コンテンツのリンク色
*********************************************************/
.content a:link { color: rgb(0, 0, 0); }
.contents a:visited { color: rgb(117, 117, 117); }
.contents a:hover { color: #f80202; }
.contents a:active { color: #181009; }

/*コンテンツのサイズ指定*/
/* .header-inner, */
.header-inner, .container {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.container,
.footer-inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.8rem;
}
.container {
  padding: 2rem 1.25rem;
  padding-top: 50px;
}
.container:after {
  display: block;
  clear: both;
  content: '';
}
.contents {
  /*float: left;*/
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
.sidebar {
  float: left;
  width: 27%;
}
/*コンテンツ-TOPのサイズ指定*/
/* .container-top {
  padding: 2rem 1.25rem;
} */
/* .container-top:after {
  display: block;
  clear: both;
  content: '';
} */

/* アニメーションタイトル */
h2.wow.fadeInLeftBig {
  font-size: 24px;
  margin-top: 150px;
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 Pro W6", HiraMinPro-W6, sans-serif; 
}
/* end アニメーションタイトル */


/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
.site-title-wrap {
  text-align: left;
  /* display: block; */
  /* width: 250px; */
}
.site-title a {
  font-weight: 500;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    /* font-family: 'Kiwi Maru', serif; */
    color: #000!important;
}
.site-title a img {
  display: inline-block;
  width: auto;
  /* height: 44px; */
}
  /*------ナビゲーション下スクロールで消える--------*/
  .site-header{
    background: rgb(255 255 255);
          padding: 5px;
	position: fixed;
	top: 0;
	transition: .5s;
	width: 100%;
	z-index: 999;
  border-bottom: 1px solid #dddddd;
  height: 60px;
 }
  
.site-header-1 {
  background: rgb(245 245 245);
  padding: 5px;
position: fixed;
top: 0;
transition: .5s;
width: 100%;
z-index: 999;
border-bottom: 1px solid #dddddd;
height: 60px;
}  
  .site-header.hide{
    transform: translateY(-100%);
  }
@media screen and (max-width: 480px) {
.site-header {
    padding: 1px;
    /* background-color: #ffffffa1; */
}	
.container {
    padding-top: 100px!important;
}	
	
}
/************************************
** グローバルナビメニュー
************************************/
.header-inner {
  position: relative;
}
.navbutton {
  display: none;
}
.header-nav-wrap {
  position: absolute;
  top: 30%;
  right: 0;
  margin-left: 230px;
タイトル分の余白をあけておく
  transform: translateY(-50%);
}
.header-nav {
  font-size: 0;
}
.header-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
}
.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: rgb(3, 3, 3)
  /* text-shadow: 3px 0px 4px #868383; */
  /* font-family: 'Kiwi Maru', serif; */
}
.header-nav li a {
  /* opacity: .6; */
  /* color: rgb(3, 3, 3); */
  /* border-bottom: 1px solid #917bf3; */
  /* padding-bottom: 5px; */
}

.header-nav li a:link {
  opacity: .7;
  color: rgb(121, 120, 120);
  /* border-bottom: 1px solid #917bf3; */
  /* padding-bottom: 5px; */
}
.header-nav li a:hover {
  opacity: .6;
  color: rgb(49, 49, 49);
  /* border-bottom: 1px solid #917bf3; */
  /* padding-bottom: 5px; */
}
/************************************
** グローバルナビメニューSUB
************************************/
.header-nav .sub-menu:before {
  font-family: 'FontAwesome';
  font-size: 1em;
  position: absolute;
  top: -7px;
  left: 10px;
  content: '\f0d8';
  color: #464646;
}
 
.header-nav .sub-menu {
  position: relative;
  z-index: 1;
  display: none;
  width: 95%;
  border-top: none;
}
 
.header-nav .sub-menu li {
  display: block;
  float: none;
  padding: 0;
}
 
.header-nav li:hover .sub-menu {
  display: block;
}
 
.header-nav .sub-menu li a:before {
  color: #333;
}
 
.header-nav .sub-menu li a {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  padding: 10px 30px 10px 10px;
  text-align: left;
  color: #fff;
  background-color: #464646;
}
 
.header-nav .sub-menu li a:hover {
  background-color: #000;
}
 
@media (min-width: 768px) {
  #header-nav .sub-menu {
    position: absolute;
    width: 200px;
    padding-top: 17px;
    /* border-top: 1px solid #eee; */
  }
}
/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
.footer {
  background-color: #050c20;
  height: 300px;
}

.footer-nav,
.copyright {
  text-align: center;
  color: white;
  font-size: 12px;
  background-color: #23282d;

}
.footer-nav {
  font-size: 0;
  margin-bottom: 3rem;
  color: #fff;
}

.footer-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
  color: #fff;
}

.footer-nav li a {
  text-decoration: none;
  color: #fff;
}

.footer-nav li a:hover {
  opacity: .6;
}

.copyright p {
  font-size: 1rem;
  color: #fff;
}
.copyright a:link {color: white;
}
.copyright a:hover {color: white;
}
.copyright a:visited {color: white;}

/*---------------------------------------------------------
footerウイジェット
---------------------------------------------------------*/
#footer-widget {
  padding: 10px;
  margin-right: 20px;
  float: right;
  width: 240px;
  color: whitesmoke;
  font-size: 12px;
}
h3.foot {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-bottom: dotted 1px #fff;
  padding-bottom: 5px;
  margin: 0 0 15px;}
  .textwidget p {
    color: white;
  }
/*---------------------------------------------------------
サイドバー
---------------------------------------------------------*/
.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar-title {
  font-size: 1.1rem;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: .5rem;
  color: #000;
  border-bottom: 1px solid #03162f;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: .5rem;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.sidebar-wrapper a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: block;
  margin-bottom: .5rem;
}

.widget_categories li a {
  font-size: .95rem;
  position: relative;
  display: block;
  padding: .9rem .6rem .9rem 2rem;
  color: #fff;
  background-color: #03162f;
}

.widget_categories li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '\f02b';
  transform: translateY(-50%);
  color: #fff;
}

.widget_categories .children {
  margin-bottom: .5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #415671;
}

.widget_categories .children li {
  margin-bottom: 0;
}

.widget_categories .children li a {
  font-size: .9rem;
  background-color: transparent;
}

.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '∟';
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}

.widget_categories form {
  position: relative;
}

.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: '▼';
  transform: translateY(-50%);
  pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
  font-size: .95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget_archive label::after {
  position: absolute;
  top: .5rem;
  right: 1rem;
  content: '▼';
  text-indent: 0;
  pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
  padding: .2rem .5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}

/*メニューウィジェット*/
.widget_nav_menu li{font-weight: bold;
  font-size: 12px;
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 15px;
  background-image: url(images/arrow_02.png), url(images/dot_02.png);
  background-repeat: no-repeat, repeat-x;
  background-position: left 8px, left bottom;
  min-height: 25px;}



.widget_nav_menu li a {
  /* font-size: 12px; */
  /* font-weight: bold; */
  position: relative;
  /* padding-left: 1.3rem; */
  color: #333;
}

/* .widget_nav_menu li a::before {
   font-family: 'Font Awesome 5 Free';  
  font-weight: 900; 
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f105';
  transform: translateY(-50%);
  color: #03162f;
border-bottom: 4px solid #03162f;
} */

/*最近の投稿*/
.widget_recent_entries li {
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
}

.widget_recent_entries li a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: 900;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #000;
}

.widget_recent_entries li a {
  display: block;
  margin-bottom: .3rem;
  padding-left: 1.6rem;
}

.widget_recent_entries .post-date {
  font-size: .8rem;
  display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}
.calendar_wrap table {
  width: 100%;
}
.calendar_wrap tbody {
  text-align: center;
}
.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}
.calendar_wrap td {
  padding: .3rem 0;
}
.calendar_wrap tfoot td {
  padding-top: .7rem;
}
.calendar_wrap tfoot td:last-child {
  text-align: right;
}
/*---------------------------------------------------------
記事一覧
---------------------------------------------------------*/
.archive-top {
  display: flex;
  /* flex-wrap: nowrap; */
  /* padding: 2.5% 0; */
  /* display: flex; */
  /* flex-direction: row; */
  flex-wrap: wrap;
  /* justify-content: center; */
}
.archive-top h1 {
font-size: 1.6rem;
margin-bottom: 1.5rem;
display: none;
}
.archive-top p {
font-size: .875rem;
line-height: 1.7;
/* margin-bottom: 1.5rem; */
}
.article-list {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  width: 300px;
  margin-right: 10px;
}
.article-list:hover {
  background-color: #eee;
}
.article-list a {
  display: block;
  text-decoration: none;
  color: #333;
}
.article-list a:after {
  display: block;
  clear: both;
  content: '';
}
.article-list .img-wrap {
  /* position: relative; */
  /* float: left; */
  line-height: 1;
  /* width: 250px; */
}
.article-list .img-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.article-list .img-wrap .cat-data {
  font-size: .75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem .5rem;
  color: #fff;
  background-color: #03162f;
}
.article-list .text {
  /* margin-left: 260px; */
}
.article-list .text h2 {
  /* font-size: 1.15rem; */
  margin-bottom: .5rem;
}
.article-list .text .article-date,
.article-list .text .article-author {
  font-size: .75rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}
.article-list .text .article-date {
  margin-right: .5rem;
}
.article-list .text .article-author i {
  margin-right: .3rem;
}
.article-list .text p {
  font-size: .8125rem;
  line-height: 1.7;
  color: #000;
}
.article-list .text p a:visited{
  color: #000;
}

/*ページネーション*/
.pagination {
  margin: 2rem 0;
  text-align: center;
}
.pagination ul {
  font-size: 0;
}
.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}
.pagination ul li:last-child {
  border: 0;
}
.pagination ul li a,
.pagination .current {
  display: block;
  padding: .5rem .8rem;
  border: 1px solid #ccc;
}
.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}
.pagination ul li a {
  text-decoration: none;
  color: #333;
}
.pagination ul li a:hover {
  opacity: .6;
}
.pagination .current {
  color: #fff;
  background-color: #03162f;
}
/*---------------------------------------------------------
投稿・固定ページ
---------------------------------------------------------*/
.article-content {
  margin-bottom: 2rem;
  margin-top: 10px;
}
.article-content .article-info {
  margin-bottom: .5rem;
}
.article-content .cat-data a {
  font-size: .8rem;
  margin-right: .5rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #969393;
}
.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: .8rem;
  display: inline-block;
  margin-right: .5rem;
  color: #888;
}
.article-content .article-info .article-author i {
  margin-right: .3rem;
}
.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}
.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}
.article-content h1 {
  font-size: 1.3rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
}
.article-content h2 {
  font-size: 1.3rem;
  /* margin: 3rem 0 2rem; */
  letter-spacing: 1px;
  
}
.article-content h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  /* border-left: solid 7px #415671; */
  background: transparent;
}
.article-content h4 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}
.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 .3rem;
  letter-spacing: 1px;
}
.article-content .article-img {
  margin-bottom: 2rem;
}
.article-content .article-img img {
  display: block;
  margin: 0 auto;
}
.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}
.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}
.article-content table {
  border-collapse: collapse;
  margin-left: auto;
    margin-right: auto;
}
.article-content th,
.article-content td {
  padding: .2rem;
  vertical-align: middle;
  border: 1px solid #ddd;
  text-align: left;
}
.article-content figure {
  max-width: 100%;
}
.article-tag {
  text-align: right;
}
.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}
.article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}
.article-tag ul li:last-child {
  margin-right: 0;
}
.article-tag ul li a {
  padding: .2rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}
.article-tag ul li a:hover {
  opacity: .6;
}






/*---------------------------------------------------------
TOPページ
---------------------------------------------------------*/
.home-top .article-top .img-wrap img {
  width: 600px;
  height: 400px;
}
.home-top .article-top .text {
  margin-left: 630px;
}
.home-top .article-top .new-post {
  font-weight: bold;
  display: block;
  margin-bottom: .5rem;
  color: #f00;
}
.home-top .article-top .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
  margin-bottom: 1rem;
}
@media(max-width: 1024px) {
  .home-top .article-top .img-wrap img {
    width: 420px;
    height: 280px;
  }
  .home-top .article-top .text {
    margin-left: 440px;
  }
}
@media(max-width: 800px) {
  .contents,
  .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .contents {
    margin-bottom: 1.5rem;
  }
  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  .site-title a img {
    height: 40px;
  }
  .navbutton {
    font-size: 2rem;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 2rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    color: rgb(7, 7, 7);
  }
  .navbutton:focus {
    outline: 0;
  }
  .header-nav-wrap {
    z-index: 999;
    top: 120px;
    /*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    transform: none;
    background-color: #2c382a;
  }
  .header-nav li {
    display: block;
    margin-right: 0;
  }
  .header-nav li a {
    position: relative;
    padding: .8rem 1.25rem;
    color: #fff;
    border-bottom: 1px solid #888;
  }
  .header-nav li a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: block;
    content: '\f105';
    transform: translateY(-50%);
  }
  /*---------------------------------------------------------
  フッター
  ---------------------------------------------------------*/
  .footer-nav {
    margin-bottom: 1.5rem;
  }
  .footer-nav ul {
    text-align: left;
  }
  .footer-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }
  .footer-nav li:nth-of-type(2n) {
    margin-right: 0;
  }
  /*---------------------------------------------------------
  copyright固定
  ---------------------------------------------------------*/

  /* html {
    position: relative;
    min-height: 100%;
    } */
    
  /*---------------------------------------------------------
  TOPページ
  ---------------------------------------------------------*/
  .home-top .article-top .img-wrap {
    float: none;
  }
  .home-top .article-top .img-wrap img {
    width: 100%;
    height: 60vw;
  }
  .home-top .article-top .text {
    margin-left: 0;
  }
  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
}
@media(max-width: 600px) {
  html {
    font-size: 15px;
  }
  .header-inner,
  .container,
  .footer-inner {
    padding: .8rem;
	border-right-width: 0.1px;
	border-left-width: 0.1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
  }
  .contents {
    margin-bottom: 1rem;
  }
  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  .site-title a {
    font-size: 2rem;
  }
  .site-title a img {
    /* height: 32px; */
  }
  .navbutton {
    right: 2rem;
  }
  .header-nav-wrap {
    top: 86px;
    width: 99%;
  }
  .header-nav li a {
    padding: .8rem;
  }
  .header-nav li a:after {
    right: .8rem;
  }
  /*---------------------------------------------------------
  記事一覧
  ---------------------------------------------------------*/
  .archive-top h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .archive-top p {
    font-size: .8125rem;
    margin-bottom: 1rem;
  }
  
  .article-list {
    /* padding: .5rem; */
  }
  .article-list .img-wrap img {
    width: 132px;
    height: 88px;
  }
  .article-list .img-wrap .cat-data {
    font-size: .6rem;
  }
  .article-list .text {
    margin-left: 20px;
    padding: 0;
  }
  .article-list .text h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .article-list .text p {
    display: none;
  }
  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: .625rem;
    margin-bottom: 0;
  }
  .article-list .text .article-date {
    margin-right: .2rem;
  }
  /*---------------------------------------------------------
  投稿・固定ページ
  ---------------------------------------------------------*/
  .article-content h1 {
    font-size: 1.6rem;
  }
  .article-content h2 {
    font-size: 1.4rem;
  }
  .article-content h3 {
    font-size: 1.3rem;
  }
  .article-content h4 {
    font-size: 1.2rem;
  }
}
  /*---------------------------------------------------------
  TOPに戻るボタン
  ---------------------------------------------------------*/
  #page_top{
	width: 90px;
	height: 90px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	z-index: 999;
	background-color: #40483f5c;
	border: 1px solid #FFF;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    /* color: #01172d; */
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    /* color: #010910; */
  }
 
/* ----前の記事のサムネイル、次の記事のサムネイルを表示させる---- */
/*--------------------------------
PREV NEXT
---------------------------------*/
.prev-post {
	float: left;
	border: 1px solid #CCC;
  height: 100px;
}
.postnav-inner {
  /* width: 250px; */
  background-color: white;
  display: flex;
  height: 100px;
}
.next-post {
	float: right;
	border: 1px solid #CCC;
  height: 100px;
}
.post-thumb {
  width: 100px;
}
.post-title {
    font-size: 12px;
    width: 250px;
    padding-left: 5px;
    padding-top: 5px;
}
.next-title {
  text-align: right;
  padding-right: 5px;
}

.post-title a:link { color: black; }
.post-title a:visited { color: black; }
.post-title a:hover { color: #777777; }
.post-title a:active { color: #ff8000; }

/*-- ここまで --*/
/* コンタクトフォーム */
.required, .option {
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	margin: 0 5px;
	font-size: 80%;
	padding: 1px 10px;
}
 
.required {
	background: #FFB74D;
}
 
.option {
	background: #00a5f7;
}
/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム基本
---------------------------------------------------------------------- */
.wpcf7 {
	width: 100%;
	background: #fafafa;
	padding: 0;
	margin: 0 0 2.5em !important;
	font-size: 14px;
  padding-top: 30px;
}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p { margin-bottom:1em; font-size:12px; }
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit {
	position: relative;
	display: block;
	width: 225px;
	height: 48px;
	margin: 30px auto 0;
	background-color: #cf2e2e;
	cursor: pointer;
	border: none !important;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
}
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#666666; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }
/* newsカテゴリ */
.subtitle {
  padding-bottom: 10px;
}
.flex-item {
  border: 1px dashed #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.item-title {
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 10px;
  font-weight: 700;
  color: #000;
}
.item-date {
  font-size: 1.1rem;
  color: #363d35 ;
  font-weight: bold;
}
/* 観光カテゴリ */
.container-cat {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 36px;
}
.contents-cat {
  /* display: flex;
  flex-wrap: wrap; */
}
.archive-top {
  /* display: flex;  */
  /* flex-wrap: nowrap; */
  /* padding: 2.5% 0; */
  /* flex-direction: row; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
}
.article-list {
  width: 20%;
}
h1.archive_title {
  font-size: 1.3rem;
  padding-top: 15px;
}
.article-list .img-wrap {
  /* position: relative; */
  /* float: left; */
  /* line-height: 3; */
  /* width: 100%; */
}
.article-list .img-wrap img {
  /* width: 100%; */
  /* height: 160px; */
  /* object-fit: cover; */
}
.article-list .text .article-date {
  /* font-size: 1.1rem; */
}
/* singlページング */
.single-paging {
  display: inline-block;
  width: 1200px;
}
.single-paging__previous a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  position: relative;
  background: #707c6e;
  border: 1px
solid #707c6e;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  float: left;
}
.single-paging__next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  position: relative;
  background: #707c6e;
  border: 1px
solid #707c6e;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  float: right;
}
.single-paging__next a:hover {
  background: #fff;
  color: #228bc8;
  border: 1px solid #228bc8;

}

.single-paging__previous a:hover {
  background: #fff;
  color: #228bc8;
  border: 1px solid #228bc8;
}
/* end singlページング */
