@charset "UTF-8";
/*
Theme Name:
*/
/* ----------------------------- リセット */
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: 16px;
  font-size: 1.6rem;
  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 #000000;
}
#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: #000000;
  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;
}
.wp-caption img {
  margin: 5px;
}
.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: 16px;
    font-size: 1.6rem;
  }

  .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: 16px;
  font-size: 1.6rem;
  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: #000;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1040px;
}
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: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  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__top {
  padding: 10px 0;
}
.l-header__top .logo {
  float: left;
  padding-top: 10px;
}
.l-header__top .contact {
  float: right;
  text-align: center;
}
.l-header__top .contact p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
.l-header__top .contact .num {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 5px 0;
  line-height: 1;
  font-weight: bold;
}
.l-header__top .contact .num span:before {
  content: url("img/common/icon_tel.jpg");
  margin-right: 5px;
}
.l-header__top .contact a {
  width: 180px;
  float: right;
  display: block;
  line-height: 25px;
  color: #FFF;
  background-color: #7E2E8D;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-header__top .contact a span:before {
  content: url("img/common/icon_mail.jpg");
  margin-right: 5px;
}
.l-header__nav {
  padding: 5px 0;
}
.l-header__nav ul {
  display: flex;
}
.l-header__nav ul:before, .l-header__nav ul:after {
  content: none;
}
.l-header__nav ul li {
  border-left: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 130%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-header__nav ul li a {
  display: block;
}
.l-header__nav ul li span {
  display: block;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-header__nav ul li:nth-child(1) {
  width: 60px;
  padding-top: 8px;
}
.l-header__nav ul li:nth-child(2), .l-header__nav ul li:nth-child(3), .l-header__nav ul li:nth-child(4) {
  width: 145px;
}
.l-header__nav ul li:nth-child(5) {
  width: 225px;
}
.l-header__nav ul li:nth-child(6) {
  width: 160px;
}
.l-header__nav ul li:last-child {
  width: 160px;
  border-right: 1px solid #CCCCCC;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  background-color: #7E2E8D;
  padding: 70px 0;
}
.l-pagetitle h2 {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.l-pagetitle h2 span {
  display: block;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 15px;
  font-weight: bold;
}

/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/
.contents--under {
  padding: 40px 0 100px;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  padding: 20px 0 0;
}
.l-footer__info .left {
  float: left;
}
.l-footer__info .left .add {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 35px;
}
.l-footer__info .right {
  float: right;
}
.l-footer__info .right .nav {
  padding-top: 15px;
}
.l-footer__info .right .nav ul li {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 10px;
}
.l-footer__info .right .nav ul li:last-child {
  margin-right: 0;
}
.l-footer__info .right .copy {
  padding-top: 105px;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  padding-bottom: 40px;
}

.l-footer__group {
  background-color: #333333;
  padding: 30px 0 50px;
}
.l-footer__group h4 {
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.l-footer__group .group-wrap {
  background-color: #FFF;
  padding: 15px 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer__group .group-wrap:before, .l-footer__group .group-wrap:after {
  content: none;
}
.l-footer__group .group-wrap .group {
  width: 50%;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer__group .group-wrap .group .name {
  margin-bottom: -20px;
}
.l-footer__group .group-wrap .group p {
  padding-left: 40px;
}

.l-gmap iframe {
  width: 100%;
  height: 500px;
  vertical-align: bottom;
}

.c-news .post {
  border-bottom: 1px dotted #CCCCCC;
}
.c-news .post:last-child {
  border-bottom: none;
}
.c-news .post a {
  display: table;
  width: 100%;
  padding: 15px 0 15px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("img/common/icon_arrow_right01.jpg") no-repeat left 15px center;
}
.c-news .post a div {
  display: table-cell;
}
.c-news .post a div.new {
  width: 80px;
}
.c-news .post a div.icon {
  width: 80px;
}
.c-news .post a div.day {
  width: 95px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-news .post a div .title {
  width: calc(100% - 255px);
  font-size: 14px;
  font-size: 1.4rem;
}
.c-news .post a div p.category {
  text-align: center;
  width: 70px;
  color: #FFF;
  line-height: 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-news .post a div p.category--new {
  background-color: #B20000;
}
.c-news .post a div p.category--works {
  background-color: #7E2E8D;
}
.c-news .post a div p.category--info {
  background-color: #000;
}

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

  /* ヘッダー
  -----------------------------------------*/
  .l-head-fix {
    background: #fff;
    padding: 0 0 0 0;
  }

  /*
  -----------------------------------------*/
  .c-head {
    padding: 1px 8px 10px 8px;
    position: relative;
  }
  .c-head__logo {
    margin: 3px 0 0 0;
  }
  .c-head__logo p {
    font-size: 11px;
    color: #FFF;
    line-height: 120%;
  }
  .c-head__logo h1,
  .c-head__logo .c-top-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-head__logo h1 {
    width: 55%;
    float: left;
    margin: 6px 0 0 0;
  }
  .c-head__logo .c-top-menu {
    width: 18%;
    max-width: 50px;
    float: right;
    padding: 2px 0 0 0;
  }

  /*
  -----------------------------------------*/
  .c-top-menu {
    display: inline-block;
    z-index: 5500;
    position: relative;
    width: 100%;
  }

  /*
  -----------------------------------------*/
  #sp-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 9000;
    display: none;
  }

  .c-sp-menu {
    font-size: 110%;
    font-weight: normal;
  }
  .c-sp-menu ul ul {
    display: none;
  }
  .c-sp-menu ul li {
    text-align: left;
    background: white;
    position: relative;
  }
  .c-sp-menu ul li:after {
    content: "";
    display: block;
    border-top: solid 1px #7E2E8D;
    border-right: solid 1px #7E2E8D;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-sp-menu ul li.u-children a {
    padding-left: 10%;
  }
  .c-sp-menu ul li a, .c-sp-menu ul li span {
    cursor: pointer;
    display: block;
    text-align: left;
    padding: 14px 0 14px 12px;
    line-height: 100%;
    border-bottom: 1px solid #7E2E8D;
    text-decoration: none;
    margin: 0 0 0 0;
    color: #7E2E8D;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-sp-menu-contact {
    background: #7E2E8D;
    padding: 15px 0;
  }
  .c-sp-menu-contact p, .c-sp-menu-contact a, .c-sp-menu-contact span {
    text-align: center;
    display: block;
    color: #FFF;
    line-height: 100%;
  }
  .c-sp-menu-contact p {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 4px 0;
  }
  .c-sp-menu-contact a {
    font-size: 30px;
  }
  .c-sp-menu-contact span {
    font-size: 12px;
    margin: 8px 0 0 0;
  }

  .l-pagetitle {
    background-color: #7E2E8D;
    padding: 40px 0;
  }
  .l-pagetitle h2 {
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .l-pagetitle h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .l-footer {
    padding: 20px 0 0;
  }
  .l-footer__info .left {
    float: none;
  }
  .l-footer__info .left .logo {
    text-align: center;
  }
  .l-footer__info .left .logo a {
    display: inline-block;
  }
  .l-footer__info .left .add {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 20px;
  }
  .l-footer__info .right {
    float: none;
  }
  .l-footer__info .right .nav {
    display: none;
  }
  .l-footer__info .right .copy {
    padding-top: 20px;
    text-align: center;
  }

  .c-news .post a {
    display: block;
    width: 100%;
    padding: 15px 0 15px 25px;
    background: url("img/common/icon_arrow_right01.jpg") no-repeat left 10px center;
  }
  .c-news .post a div {
    display: block;
  }
  .c-news .post a div.new {
    float: left;
  }
  .c-news .post a div.icon {
    float: left;
    margin-right: 5px;
  }
  .c-news .post a div.cate {
    float: left;
  }
  .c-news .post a div.day {
    float: left;
  }
  .c-news .post a div.title {
    width: 100%;
    padding-top: 5px;
    clear: both;
  }
  .c-news .post a div p.category {
    text-align: center;
    width: 70px;
    color: #FFF;
    line-height: 20px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-news .post a div p.category--new {
    background-color: #B20000;
  }
  .c-news .post a div p.category--works {
    background-color: #7E2E8D;
  }
  .c-news .post a div p.category--info {
    background-color: #000;
  }

  .l-footer__group {
    display: none;
  }

  .l-gmap iframe {
    height: 250px;
  }
}
