@charset "UTF-8";
/*---------------------------------
Theme Name: メインテーマ
Description: PCファースト
Author:
Author URI:
Version: 201025
----------------------------------*/
/*---------------------------------

WordPress Native CSS

----------------------------------*/
/*
Text
----------------------------------*/
p {
  display: block;
  margin: 1em 0;
}

b {
  background: none;
}

blockquote {
  display: block;
}

/*
Img
----------------------------------*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.wp-caption-text,
.wp-block-image figcaption {
  font-size: 1.2rem;
}

img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* 外部サービス埋め込み : Gutenberg */
.wp-block-embed {
  clear: both;
}

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

Themes CSS

----------------------------------*/
/*
CSS変数
----------------------------------*/
:root {
  --text-color:#000;
  --bg-color:#fff;
  --main-color:red;
  --link-color:#007bff;
  --link-hover-color:#0056b3;
  --link-visited-color:#551a8b;
  --error-color:#dd0000;
  --fb-color:#1877f2;
  --tw-color:#55acee;
  --line-color:#00c300;
  --margin-default: 20px;
  --heading-margin: 50px;
}

/*
Basic
----------------------------------*/
/* Chromeで游ゴシックかすれる問題おまじない */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "pwid" 1;
          font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  display: block;
}

html {
  width: 100%;
  height: auto;
}

body {
  width: 100%;
  min-width: 320px;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: var(--text-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/* reset */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* link */
a, button, img {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#st-page a {
  text-decoration: underline;
}

/* responsive */
img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

/*
Layout
----------------------------------*/
/*
Header
----------------------------------*/
.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
}

.logged-in .siteHeader {
  top: 32px;
  z-index: 2;
}

.logged-in .mainVisual, .logged-in #container {
  margin-top: 56px;
}

/*
Go to top
----------------------------------*/
#page-top {
  position: fixed;
  right: 5%;
  bottom: 5%;
}

#page-top a {
  width: 5rem;
  height: 5rem;
  background: #000;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 5rem;
  text-decoration: none;
  font-weight: bold;
}

/*
Headline
----------------------------------*/
h2,
.styleH2 {
  margin-top: var(--heading-margin);
}

h3,
.styleH3 {
  margin-top: var(--heading-margin);
}

h4,
.styleH4 {
  margin-top: var(--heading-margin);
}

h5,
.styleH5 {
  margin-top: var(--heading-margin);
}

/*
Text
----------------------------------*/
strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, #ffff66));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 20%, #ffff66 80%);
  background: linear-gradient(rgba(255, 255, 255, 0) 20%, #ffff66 80%);
}

em {
  font-style: normal;
  font-weight: bold;
  color: red;
}

u {
  border-bottom: 1px solid var(--text-color);
}

.attention {
  color: #FF3366;
}


/*
List
----------------------------------*/
/* 非順序リスト */
article ul {
  list-style: none;
}

article ul li {
  position: relative;
  padding-left: 1.5rem;
}

article ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0.9em;
  left: 2px;
  transform: translateY(-50%);
}


/* ※付きリスト */
.rice li {
  margin: 0 0 5px 1em;
  text-indent: -1rem;
}

.rice li::before {
  display: none;
}

/* リンクリスト */
ul.linkList {
  list-style: none;
}

ul.linkList li {
  position: relative;
  padding-left: 1.5rem;
}

ul.linkList li a {
  color: #000000;
  text-decoration: none;
}

ul.linkList li a:hover {
  color: #bc3f39;
  text-decoration: underline;
}

ul.linkList li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 4px;
  height: 1px;
  background: #276826;
}


.widget h3 {
  padding: 7px 5px;
  border-bottom: 1px solid #276826;
  letter-spacing: 1px;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
}

.sidebar .widget:first-of-type h3 {
  margin: 0;
  padding-top: 0;
}

@media all and (-ms-high-contrast:none){
  ul.linkList li::before {
    top: 0.8em;
  }
}

ol {
  counter-reset:number;
  padding:0;/* paddingキャンセル */
  list-style:none;/* olがはき出す数字を消す */
}

ol li {
  text-indent: -30px;
  padding-left: 30px;
  margin-bottom: 5px;
}

ol li:before {
  counter-increment: number;
  content: counter(number) ". ";
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}

ol ol {
  margin: 5px 0 0 !important;
}

/*
Form
----------------------------------*/
label {
  cursor: pointer;
}

/* テキスト */
._small {
  font-size: 87% !important;
}

._x-small {
  font-size: 78% !important;
}

._large {
  font-size: 107% !important;
}

._x-large {
  font-size: 120% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._txtl {
  text-align: left !important;
}

._textc {
  text-align: center !important;
}

._textr {
  text-align: right !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

/* ファイルアイコン */
.fileIcon {
  vertical-align: baseline;
  width: auto;
  margin-left: 3px;
}

/* レイアウト系 */
._clearfix {
  zoom: 1;
}

._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

/* ユーティリティ */
._nocss,
._nocss * {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  width: auto !important;
}

._first {
  margin-top: 0 !important;
}

._zero {
  margin-bottom: 0 !important;
}

._default {
  margin-bottom: var(--margin-default) !important;
}

._half {
  margin-bottom: calc(var(--margin-default) / 2) !important;
}

._double {
  margin-bottom: calc(var(--margin-default) * 2) !important;
}

.wp-caption alignnone {
  margin: 20px 0 0;
}

/*
Header
----------------------------------*/
/* Gナビ・ハンバーガーメニュー */
.siteHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hamburger-btn {
  display: none;
}

#gnav li {
  display: inline-block;
  margin: 0 10px;
}

/*
Top
----------------------------------*/
/* main visual */
/*
CMS
----------------------------------*/
/* Layout */
.blogWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar {
  width: 25%;
  margin-left: 5%;
}

.st-post {
  width: 70%;
}

/* SNSシェアボタン */
.sns {
  display: block;
  width: 100%;
  clear: both;
}
.sns ul {
  text-align: center;
}

.sns li {
  list-style: none;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  margin: 0 .5rem;
  padding: 0;
}

.sns li::nth-child(2) {
  margin: 0 1em;
}

.sns li::before {
  display: none;
}

.sns a {
  background: #eee;
  display: block;
  text-align: center;
  height: 100%;
  border-radius: 50%;
  position: relative;
}

.sns a:hover svg {
  fill: var(--bg-color);
}

.sns svg {
  height: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.sns .facebook svg {
  fill: var(--fb-color);
}

.sns .facebook a:hover {
  background: var(--fb-color);
}

.sns .twitter svg {
  fill: var(--tw-color);
}

.sns .twitter a:hover {
  background: var(--tw-color);
}

.sns .line svg {
  fill: var(--line-color);
}

.sns .line a:hover {
  background: var(--line-color);
}

/* pageNavi */
.pageNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.pageNavi--item {
  width: calc(33.333% - 1px);
  background: #eee;
  border: 1px solid #fff;
  text-align: center;
}

.pageNavi--item a {
  display: block;
}

/* blogbox */
.blogbox span {
  margin-left: .5rem;
  font-size: .8rem;
}

/* responsive */
.st-post div {
  max-width: 100%;
}

/* Form
----------------------------------*/
input[type="text"], input[type="tel"], input[type="email"] {
  width: 100%;
}

textarea {
  width: 100%;
}

.horizontal-item {
  display: block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.contactForm .required th em {
  background: var(--error-color);
}

.contactForm .elective th em {
  background: #666;
}

.contactForm th label {
  width: 100%;
}

.contactForm th em {
  font-size: .5rem;
  padding: .2rem;
  color: #fff;
  font-weight: normal;
  float: right;
}

/* プライバシーポリシー */
.agreement {
  margin-top: 2rem;
}

.agreement label {
  display: inline-block;
  margin: 10px 0 0;
  background: #eee;
  padding: 10px 20px;
  cursor: pointer;
}

/* エラー画面 */
.mw_wp_form .contactForm--error {
  display: block;
  color: var(--error-color);
}

/* 確認画面 */
.confirm .agreement {
  display: none;
}

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

スマホ（480px以下）のみ

----------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    margin-top: 0 !important;
  }
  .logged-in .siteHeader,
  .logged-in #gnav.open {
    top: 46px;
  }
  /*
  Header
  ----------------------------------*/
  .siteHeader {
    height: 14vw;
    min-height: 48px;
  }
  /* ハンバーガーメニュー */
  #gnav {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #menu-gnav a {
    color: #fff;
  }
  #gnav.close {
    opacity: 0;
    visibility: hidden;
  }
  #gnav.open {
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
  }
  .hamburger-btn {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 13vw;
    width: 48px;
    height: 100%;
    -webkit-box-shadow: 0 0 2rem transparent;
            box-shadow: 0 0 2rem transparent;
    outline: none;
    z-index: 20;
  }
  .hamburger-btn:active,
  .hamburger-btn:focus {
    -webkit-box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  }
  .u-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    margin: -1px;
  }
  .p-hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background: #000;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .p-hamburger__line::before, .p-hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    content: '';
    -webkit-transition: inherit;
    transition: inherit;
  }
  .p-hamburger__line::before {
    top: -5px;
  }
  .p-hamburger__line::after {
    top: 5px;
  }
  .hamburger-btn[aria-expanded="true"] .p-hamburger__line {
    background: transparent;
  }
  .hamburger-btn[aria-expanded="true"] .p-hamburger__line::before, .hamburger-btn[aria-expanded="true"] .p-hamburger__line::after {
    top: 0;
    background: #fff;
  }
  .hamburger-btn[aria-expanded="true"] .p-hamburger__line::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .hamburger-btn[aria-expanded="true"] .p-hamburger__line::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*
  Layout
  ----------------------------------*/
  #container {
    margin-top: 56px;
  }
  /*
  Table
  ----------------------------------*/
  table:not(.hljs-ln) th, table:not(.hljs-ln) td {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  table:not(.hljs-ln) th {
    text-align: left;
  }
  table:not(.hljs-ln) thead {
    display: none;
  }
  /* スクロールするテーブル */
  .scrollTable {
    overflow: auto;
    white-space: nowrap;
  }
  .scrollTable table th, .scrollTable table td {
    width: auto;
    display: table-cell;
  }
  .scrollTable table thead {
    display: table-header-group;
  }
  .scrollTable table thead th {
    display: table-cell;
  }
  /* scrollhint */
  .scroll-hint-icon {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .scroll-hint-icon::before {
    height: 30px;
  }
}

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

スマホとタブレット（959px以下）

----------------------------------*/
@media only screen and (max-width: 959px) {
  .blogWrapper {
    display: block;
  }
  .st-post {
    width: 100%;
  }
  .sidebar {
    width: 100%;
    margin-left: 0;
  }
}

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

タブレット（600px～959px）のみ

----------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
  /*-- ここまで --*/
}

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

タブレットとPC（600px～）

----------------------------------*/
@media only screen and (min-width: 600px) {
  .sp {
    display: none;
  }
  /*-- ここまで --*/
}

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

PCのみ（960px～）

----------------------------------*/
@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    font-weight: normal;
    color: inherit;
    text-decoration: none !important;
  }
  /*-- ここまで --*/
}

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

IE用のHack

----------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
