@charset "UTF-8";
/* -----------------------------------
リセットCSS
基本的には触らないでください
----------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}
ol.list,
ul.list {
  list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

/* -----------------------------------
Flexbox設定
----------------------------------- */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .left_center {
    text-align: center;
  }
}

.right {
  text-align: right;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

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

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

.max-100 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-100 {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.max-200 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-200 {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.max-300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-300 {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.max-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-400 {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.max-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-500 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.max-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-600 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.max-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-700 {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-800 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.max-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-900 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.max-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.width-1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  width: calc((100% * 1) / 12);
  padding: 0 15px;
}

.col-lg1,
.col-md1,
.col-sm1,
.col-xl1 {
  width: 100%;
  margin-bottom: 40px;
}

.col-2 {
  width: calc((100% * 2) / 12);
  padding: 0 15px;
}

.col-lg2,
.col-md2,
.col-sm2,
.col-xl2 {
  width: 100%;
  margin-bottom: 40px;
}

.col-3 {
  width: calc((100% * 3) / 12);
  padding: 0 15px;
}

.col-lg3,
.col-md3,
.col-sm3,
.col-xl3 {
  width: 100%;
  margin-bottom: 40px;
}

.col-4 {
  width: calc((100% * 4) / 12);
  padding: 0 15px;
}

.col-lg4,
.col-md4,
.col-sm4,
.col-xl4 {
  width: 100%;
  margin-bottom: 40px;
}

.col-5 {
  width: calc((100% * 5) / 12);
  padding: 0 15px;
}

.col-lg5,
.col-md5,
.col-sm5,
.col-xl5 {
  width: 100%;
  margin-bottom: 40px;
}

.col-6 {
  width: calc((100% * 6) / 12);
  padding: 0 15px;
}

.col-lg6,
.col-md6,
.col-sm6,
.col-xl6 {
  width: 100%;
  margin-bottom: 40px;
}

.col-7 {
  width: calc((100% * 7) / 12);
  padding: 0 15px;
}

.col-lg7,
.col-md7,
.col-sm7,
.col-xl7 {
  width: 100%;
  margin-bottom: 40px;
}

.col-8 {
  width: calc((100% * 8) / 12);
  padding: 0 15px;
}

.col-lg8,
.col-md8,
.col-sm8,
.col-xl8 {
  width: 100%;
  margin-bottom: 40px;
}

.col-9 {
  width: calc((100% * 9) / 12);
  padding: 0 15px;
}

.col-lg9,
.col-md9,
.col-sm9,
.col-xl9 {
  width: 100%;
  margin-bottom: 40px;
}

.col-10 {
  width: calc((100% * 10) / 12);
  padding: 0 15px;
}

.col-lg10,
.col-md10,
.col-sm10,
.col-xl10 {
  width: 100%;
  margin-bottom: 40px;
}

.col-11 {
  width: calc((100% * 11) / 12);
  padding: 0 15px;
}

.col-lg11,
.col-md11,
.col-sm11,
.col-xl11 {
  width: 100%;
  margin-bottom: 40px;
}

.col-12 {
  width: calc((100% * 12) / 12);
  padding: 0 15px;
}

.col-lg12,
.col-md12,
.col-sm12,
.col-xl12 {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 481px) {
  .sm {
    flex-direction: row;
  }

  .col-sm1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-sm2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-sm3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-sm4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-sm5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-sm6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-sm7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-sm8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-sm9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-sm10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-sm11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-sm12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .md {
    flex-direction: row;
  }

  .col-md1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-md2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-md3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-md4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-md5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-md6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-md7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-md8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-md9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-md10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-md11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-md12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }

  .col-5-md {
    width: 20%;
    padding: 0;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 1030px) {
  .container {
    width: 960px;
  }

  .col-lg1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-lg2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-lg3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-lg4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-lg5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-lg6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-lg7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-lg8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-lg9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-lg10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-lg11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-lg12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }

  .col-5-lg {
    width: 18%;
    padding: 0;
    margin-right: 2.5%;
    margin-bottom: 15px;
  }
  .col-5-lg:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1100px;
  }

  .col-xl1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-xl2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-xl3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-xl4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-xl5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-xl6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-xl7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-xl8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-xl9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-xl10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-xl11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-xl12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }
}
a.archive-blog {
  display: block;
  background: white;
  color: #0f0f0f;
  max-width: 300px;
  margin: auto;
  border: 1px solid #e1e1e1;
}
a.archive-blog figure {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
a.archive-blog figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a.archive-blog .text {
  padding: 15px;
}
a.archive-blog .text p.blog-title {
  font-weight: bold;
  margin-bottom: 10px;
}
a.archive-blog .meta_data span.posted-on {
  font-size: 14px;
  display: block;
  width: 50%;
  margin: 0 0 0 auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #aaa;
  text-align: right;
}
a.archive-blog .meta_data .author {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
a.archive-blog .meta_data .author p {
  font-size: 14px;
  display: block;
  width: 50%;
  margin: 0 auto 0 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #aaa;
}
a.archive-blog .meta_data .author img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 4px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.blog_category_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.blog_category_wrap a {
  display: inline-block;
  font-size: 12px;
  border: 1px solid;
  color: #bbbbbb;
  line-height: 1;
  padding: 3px 5px;
  margin: 0 0 0 3px;
  border-radius: 3px;
}

div#ez-toc-container {
  margin: 40px auto;
  min-width: 300px;
  width: 100%;
  max-width: 500px;
  border-radius: 0;
}
div#ez-toc-container .ez-toc-title-container {
  text-align: center;
  margin: 10px 0;
}

a.campain-toppage {
  width: 300px;
  margin: 0 auto 30px;
}
a.campain-toppage figure {
  margin: 0;
}
@media (min-width: 768px) {
  a.campain-toppage {
    width: 48%;
    display: block;
  }
}

.campain_toppage_wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .campain_toppage_wrap {
    flex-direction: row;
  }
}

h3.campain {
  text-align: center;
  font-weight: 800;
  font-size: 150%;
  padding: 1em 2em;
}

.single-campain .pgflow .flow05bg {
  padding: 0 30px;
}

a.news_toppage {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #000;
  line-height: 1.6em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  a.news_toppage:not(:first-of-type) {
    display: flex;
  }
}
a.news_toppage .info {
  display: flex;
  margin-right: 15px;
  margin-bottom: 8px;
}
a.news_toppage .info span.categories {
  display: block;
  background: #fff100;
  color: #000000;
  padding: 2px;
  font-size: 13px;
  line-height: 21px;
  height: 24px;
  width: 100px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 0 15px;
}
a.news_toppage .text p {
  margin: 0;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  a.news_toppage {
    flex-direction: row;
    margin-bottom: 11px;
  }
}

.news_toppage_wrap {
  margin: 40px auto;
  max-width: 800px;
}

.news_meta {
  display: flex;
  margin-top: 10px;
}
.news_meta a.category-link {
  display: block;
  background: #fff100;
  color: #000000;
  padding: 2px;
  font-size: 13px;
  line-height: 21px;
  height: 24px;
  width: 100px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 0 15px;
  margin: 0 10px 0 auto;
}
.news_meta span.posted-on {
  margin: 0 !important;
  line-height: 2;
}

ul.news_cat_list {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}

.single-post .btn_wrap {
  display: flex;
}

.single p {
  margin-top: 1em;
  margin-bottom: 2em;
}
.single span.posted-on {
  font-size: 14px;
  color: #aaa;
  font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: block;
  margin: 5px 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.single .single-header {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.single .single-header .text {
  padding: 10px;
}
.single .single-header .text h2.single-title {
  margin-bottom: 15px;
  font-size: 150%;
  font-weight: 800;
}
@media (min-width: 768px) {
  .single .single-header .text {
    padding: 20px;
  }
}
.single .single-header .text .meta_data span.posted-on {
  font-size: 14px;
  display: block;
  width: 50%;
  margin: 0 0 0 auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #aaa;
  text-align: right;
}
.single .single-header .text .meta_data .author {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.single .single-header .text .meta_data .author p {
  font-size: 14px;
  display: block;
  width: 50%;
  margin: 0 auto 0 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #aaa;
}
.single .single-header .text .meta_data .author img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 4px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.single .single-header figure {
  margin: 0;
  width: 100%;
}
.single .single-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.address_box {
  padding: 25px;
  margin: 40px auto;
  border: 1px solid #ccc;
  width: -moz-fit-content;
  width: fit-content;
}

#custom-header.page-404 {
  background: #ccc;
  height: 300px;
  margin-bottom: 0;
}
@media (min-width: 1030px) {
  #custom-header.page-404 {
    height: 400px;
  }
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content ul,
.entry-content ol {
  line-height: 1.8em;
}
.entry-content p {
  margin: 0 auto 1em;
  line-height: 2em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 2em auto 1em;
  font-weight: 700;
}
.entry-content h2 {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-content h2 {
    font-size: 24px;
  }
}
.entry-content h3 {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-content h3 {
    font-size: 20px;
  }
}
.entry-content h4 {
  margin-bottom: 8px;
  font-size: 17px;
}
.entry-content table {
  border-collapse: collapse;
}
.entry-content table tr {
  border-top: 1px solid #ccc;
}
.entry-content table tr:last-of-type {
  border-bottom: 1px solid #ccc;
}
.entry-content table tr th,
.entry-content table tr td {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .entry-content table tr th,
.entry-content table tr td {
    padding: 15px 0;
  }
}
.entry-content ul {
  list-style: none;
  margin: 40px 0;
}
.entry-content ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 0.5rem;
}
.entry-content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #6eb92b;
  position: absolute;
  margin: auto;
  top: 0.8em;
  left: 0;
}
.entry-content ul.ez-toc-list li:before {
  display: none;
}
.entry-content strong {
  font-weight: 700;
}

ul.widget_list {
  list-style: none;
  margin-left: 0;
}
ul.widget_list li a {
  display: block;
  font-size: 90%;
  color: #0f0f0f;
  padding: 5px 0;
}
ul.widget_list li a:hover {
  color: #eb3232;
}

.widget {
  margin: 0 0 60px;
}
.widget h4 {
  margin-top: 0;
  background: #6eb92b;
  color: white;
  padding: 8px 10px;
  margin-bottom: 10px;
}
.widget ul.wighetmenu li a {
  display: block;
  padding: 2px 0;
}

article.pop_post_wrap {
  margin-bottom: 20px;
}

a.pop_post {
  display: flex;
}
a.pop_post .img {
  width: 150px;
  height: 100px;
}
a.pop_post .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  a.pop_post .img {
    width: 80px;
    height: 80px;
  }
}
a.pop_post .text {
  width: calc(100% - 100px);
  padding-left: 20px;
}
a.pop_post .text p {
  margin-bottom: 0;
  font-size: 90%;
}

article.resent_post_wrap:not(:last-of-type) {
  border-bottom: 1px dotted #c5c5c5;
}
article.resent_post_wrap a.resent_post {
  display: block;
  padding: 15px 0;
}
article.resent_post_wrap a.resent_post p {
  margin-bottom: 0;
  font-size: 90%;
  line-height: 1.8em;
  font-size: 90%;
}
article.resent_post_wrap a.resent_post p.date {
  line-height: 1;
}
article.resent_post_wrap a.resent_post p.date span.posted-on {
  font-size: 12px;
}