@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: #707070;
  background-color: #F7F4E9;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1300px;
}
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 {
  font-family: "Zen Maru Gothic", sans-serif;
  width: 98%;
  z-index: 100;
  height: 90px;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  display: flex;
  position: fixed;
  -webkit-align-items: center;
  align-items: center;
  left: 1%;
  top: 2%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-header:before, .l-header:after {
  content: none;
}
.l-header__logo a {
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  font-size: 32px;
  color: #707070;
}
.l-header__logo a span {
  /*display: block;*/
  font-weight: 500;
  font-size: 18px;
  color: #707070;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px;
}
.l-header__nav ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.l-header__nav ul:before, .l-header__nav ul:after {
  content: none;
}
.l-header__nav ul li {
  margin-right: 2em;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #707070;
  /*				&:last-child{
  					margin-right: 0;
  					width: 198px;
  					
  					background: transparent;
  					a{
  						display: block;
  						height: 59px;
  						line-height: 59px;
  						text-align: center;
  
  						border-radius: 20px;
  						background: #fcce25;
  						color: #FFF;
  						
  
  					}
  
  				}*/
}
.l-header__nav ul li a {
  text-decoration: none;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  padding: 170px 0 80px;
  background-color: #F0EADE;
  margin-bottom: 100px;
}
.l-pagetitle h1 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  letter-spacing: 0.2em;
  color: #707070;
}
.l-pagetitle h1 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer {
  font-family: "Zen Maru Gothic", sans-serif;
}
.l-footer__info {
  background-color: #F0EADE;
  padding: 40px 0;
}
.l-footer__info .logo a {
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 34px;
  color: #707070;
}
.l-footer__info .logo a span {
  display: block;
  font-weight: 500;
  font-size: 19px;
  color: #707070;
  margin-bottom: 10px;
}
.l-footer__info .add {
  margin: 20px auto;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #707070;
}
.l-footer__info ul {
  text-align: center;
}
.l-footer__info ul li {
  display: inline-block;
  margin-right: 20px;
}
.l-footer__info ul li:last-child {
  margin-right: 0;
}
.l-footer__info ul li a {
  color: #707070;
  text-decoration: none;
}
.l-footer__bn {
  padding: 30px 0;
}
.l-footer__bn ul {
  text-align: center;
  font-size: 0;
}
.l-footer__bn ul li {
  display: inline-block;
  margin-right: 10px;
}
.l-footer__bn ul li:last-child {
  margin-right: 0;
}
.l-footer__copy {
  background-color: #C38200;
}
.l-footer__copy p {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
}

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

  .l-header {
    font-family: "Zen Maru Gothic", sans-serif;
    width: 98%;
    z-index: 100;
    height: auto;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    display: block;
    -webkit-align-items: center;
    align-items: center;
    left: 1%;
    top: 5px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-header:before, .l-header:after {
    content: none;
  }
  .l-header__logo {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .l-header__logo:before, .l-header__logo:after {
    content: none;
  }
  .l-header__logo a {
    float: left;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    color: #707070;
  }
  .l-header__logo a span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #707070;
    margin-bottom: 0;
  }
  .l-header__logo .c-top-menu {
    float: right;
    padding-top: 5px;
  }
  .l-header__nav ul {
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .l-header__nav ul:before, .l-header__nav ul:after {
    content: none;
  }
  .l-header__nav ul li {
    margin-right: 0;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #707070;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #ccc;
  }
  .l-header__nav ul li span:before {
    content: "⚫︎";
    color: #fcce25;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
  .l-header__nav ul li:nth-child(4) {
    border-bottom: none;
  }
  .l-header__nav ul li:last-child {
    margin-right: 0;
    width: 100%;
    background: transparent;
    border-bottom: none;
  }
  .l-header__nav ul li:last-child a {
    display: block;
    padding: 3px 0;
    text-align: center;
    border-radius: 20px;
    background: #fcce25;
    color: #FFF;
  }
  .l-header__nav ul li a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
  }

  .btn-trigger {
    position: relative;
    width: 40px;
    height: 34px;
    cursor: pointer;
    z-index: 200;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #444444;
    border-radius: 4px;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #btn03.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #btn03.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  #btn03.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  #btn03.active span:nth-of-type(3) {
    opacity: 0;
  }

  .l-pagetitle {
    padding: 140px 0 40px;
    margin-bottom: 60px;
  }
  .l-pagetitle h1 {
    font-size: 30px;
  }
  .l-pagetitle h1 span {
    font-size: 14px;
    margin-top: 10px;
  }

  .l-footer__info .logo a {
    font-size: 26px;
  }
  .l-footer__info .logo a span {
    font-size: 16px;
  }
  .l-footer__info .add {
    font-size: 14px;
  }
  .l-footer__info ul li {
    display: inline-block;
    margin-right: 1em;
  }
  .l-footer__bn {
    padding: 30px 0;
  }
  .l-footer__bn ul {
    text-align: center;
    font-size: 0;
  }
  .l-footer__bn ul li {
    display: block;
    float: left;
    margin:0 0.1%;
    width: 49%;
  }
  .l-footer__bn ul li:last-child {
    margin:0 0.1%;
  }
  .l-footer__bn ul li:nth-child(2n) {
    margin:0 0.1%;
  }
  .l-footer__bn ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .l-footer__copy p {
    font-size: 10px;
  }
}
