@charset "UTF-8";
/*
Theme Name: 梅谷守事務所（2020）
*/
/* ----------------------------- リセット */
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

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

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #DF262B;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #DF262B;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
  max-width: 100%;
}
.wp-caption img {
  margin: 5px;
  max-width: calc(100% - 10px);
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #333;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  min-width: 1100px;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #DF262B;
  text-decoration: none;
}
a:hover {
  color: #DF262B;
  text-decoration: underline;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*=======================================
ヘッダー
=========================================*/
.l-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-header__logo {
  float: left;
  width: 290px;
  padding-top: 13px;
}
.l-header__nav {
  float: right;
  width: calc(100% - 290px);
  text-align: right;
}
.l-header__nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 50px;
}
.l-header__nav li:first-child {
  margin-left: 0;
}
.l-header__nav li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.l-header__nav li.is-current a,
.l-header__nav li a:hover {
  color: #DF262B;
}
.l-header__nav li.contact {
  margin-left: 36px;
}
.l-header__nav li.contact a {
  background: #DF262B;
  color: #fff;
  padding-left: 32px;
  padding-right: 32px;
}
.l-header__nav li.contact span {
  display: block;
  background: url(img/common/icon_email.png) no-repeat left center;
  padding-left: 34px;
  padding-top: 17px;
  padding-bottom: 16px;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  background: url(img/common/pagetitle_bg1.jpg) no-repeat center;
  margin-bottom: 6px;
}
.l-pagetitle .c-wrap {
  position: relative;
  padding-top: 100px;
  padding-bottom: 85px;
}
.l-pagetitle h2 {
  max-width: 840px;
  margin-left: auto;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 120%;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.08em;
}
.l-pagetitle h2 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 24px;
  position: relative;
}
.l-pagetitle h2 span:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 65px;
  margin-left: -32px;
  border-bottom: 3px solid #333;
}
.l-pagetitle .img1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*=======================================
パンくず
=========================================*/
.l-breadcrumb {
  margin-bottom: 50px;
}
.l-breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  background: url(img/common/arrow_1.svg) no-repeat right center;
  background-size: 6px 10px;
  padding-right: 18px;
  margin-right: 7px;
  line-height: 120%;
}
.l-breadcrumb li a {
  color: #333;
}
.l-breadcrumb li:last-child {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer {
  border-top: 1px solid #656565;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 90px;
}
.is-home .l-footer {
  border-top: 0;
  margin-top: 30px;
}
.l-footer__info {
  float: left;
  width: 38.5454%;
}
.l-footer__info h1 {
  margin-bottom: 10px;
}
.l-footer__info .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 130%;
  float: left;
  width: 60.3773%;
}
.l-footer__info .txt a {
  color: #333;
}
.l-footer__info ul {
  float: right;
  width: 36.5566%;
  display: flex;
}
.l-footer__info li {
  float: left;
  width: 29.0322%;
  margin-left: 6.4517%;
  text-align: center;
}
.l-footer__info li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.l-footer__nav {
  float: right;
  width: 58.6363%;
  text-align: right;
}
.l-footer__nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border-left: 1px solid #bbb;
  padding-left: 16px;
  margin-left: 16px;
  line-height: 120%;
}
.l-footer__nav li a {
  color: #333;
}
.l-footer__nav li:first-child {
  border-left: 0;
  padding-left: 0;
}
.l-footer__nav li.contact {
  margin-left: 22px;
  padding-left: 0;
  border-left: 0;
}
.l-footer__nav li.contact a {
  display: block;
  background: #DF262B;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.l-footer__nav li.contact span {
  display: block;
  background: url(img/common/icon_email.png) no-repeat left center;
  padding-left: 34px;
  padding-top: 14px;
  padding-bottom: 13px;
}
.l-footer__nav .copyright {
  margin-top: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 120%;
}

/*=======================================
ページトップ
=========================================*/
.l-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  width: 60px;
  height: 60px;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 160%;
    min-width: initial;
  }

  .l-header {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }
  .l-header__logo {
    width: 205px;
    padding-top: 5px;
  }
  .l-header__btn {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l-header__btn span {
    display: block;
    width: 30px;
    height: 4px;
    background: #4B4B4B;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }
  .l-header__btn span:before, .l-header__btn span:after {
    display: block;
    content: "";
    position: absolute;
    background: #4B4B4B;
    width: 100%;
    height: 4px;
    left: 0;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }
  .l-header__btn span:before {
    top: -10px;
  }
  .l-header__btn span:after {
    bottom: -10px;
  }
  .l-header__btn.is-open span {
    background: transparent;
  }
  .l-header__btn.is-open span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header__btn.is-open span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__nav {
    float: none;
    width: auto;
    display: none;
    clear: both;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  .l-header__nav li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #ddd;
  }
  .l-header__nav li:last-child {
    border-bottom: 0;
  }
  .l-header__nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-header__nav li.contact {
    margin-left: 0;
    position: relative;
    margin-top: -1px;
  }
  .l-header__nav li.contact a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-header__nav li.contact span {
    display: inline-block;
  }

  .l-pagetitle .c-wrap {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .l-pagetitle h2 {
    margin-left: 20%;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .l-pagetitle h2 span {
    padding-bottom: 15px;
  }
  .l-pagetitle h2 span:before {
    width: 50px;
    margin-left: -25px;
  }
  .l-pagetitle .img1 {
    width: 145px;
  }

  .l-breadcrumb {
    margin-bottom: 35px;
  }
  .l-breadcrumb li {
    font-size: 12px;
    font-size: 1.2rem;
    background-size: 4px auto;
    padding-right: 12px;
    margin-right: 6px;
  }

  .l-footer {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 60px;
  }
  .l-footer__info, .l-footer__nav {
    float: none;
    width: auto;
  }
  .l-footer__info {
    margin-bottom: 35px;
  }
  .l-footer__info img {
    width: 205px;
  }
  .l-footer__info .txt {
    width: auto;
  }
  .l-footer__info .txt.txt2,
  .l-footer__info ul {
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .l-footer__info .txt.txt2 {
    width: 60.3773%;
  }
  .l-footer__info ul {
    margin-left: 3.0661%;
  }
  .l-footer__nav {
    text-align: center;
  }
  .l-footer__nav .contact {
    margin-bottom: 25px;
  }
  .l-footer__nav .contact a {
    display: block;
    background: #DF262B;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
    font-size: 1.7rem;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer__nav .contact span {
    display: inline-block;
    background: url(img/common/icon_email.png) no-repeat left center;
    padding-left: 34px;
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .l-footer__nav li {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 8px;
    padding-left: 8px;
  }
  .l-footer__nav li:first-child {
    margin-left: 0;
  }
  .l-footer__nav .copyright {
    font-size: 10px;
    font-size: 1rem;
  }

  .l-pagetop {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
}
