@charset "UTF-8";
/*
Theme Name: 第26回 伍桃祭
*/
/* ----------------------------- リセット */
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;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 18px;
  font-size: 1.8rem;
  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 #C50048;
}
#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: #C50048;
  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: 18px;
    font-size: 1.8rem;
  }

  .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: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", 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;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: 0.4s ease-out background-position;
  transition: 0.4s ease-out background-position;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
}
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: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7);
}
.l-header__logo {
  display: flex;
  align-items: center;
}
.l-header__logo .h {
  padding-left: min(2.08333vw,40px);
}
.l-header__logo .h img {
  width: min(12.8125vw,246px);
}
.l-header__logo .h a {
  display: flex;
  align-items: center;
  text-decoration: none;
  pointer-events: auto;
  filter: drop-shadow(0px 0px 2px #fff);
}
.l-header__logo .h span {
  font-size: 1.40625vw;
  letter-spacing: 0.06em;
  margin-left: min(1.14583vw,22px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .l-header__logo .h span {
    font-size: 5.86957vw;
  }
}
.l-header__menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header__menu li {
  font-size: 0.83333vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__menu li {
    font-size: 3.47826vw;
  }
}
.l-header__menu li a {
  display: block;
  padding-left: min(1.5625vw,30px);
  padding-right: min(1.5625vw,30px);
  text-decoration: none;
  pointer-events: auto;
  filter: drop-shadow(0px 0px 2px #fff);
}
.l-header__menu li a:hover {
  color: #2695AF;
}
.l-header__menu li a:hover span:before {
  width: 100%;
}
.l-header__menu li a.is-current span:before {
  width: 100%;
}
.l-header__menu li span {
  display: inline-block;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  padding-top: min(1.77083vw,34px);
  padding-bottom: min(1.77083vw,34px);
  position: relative;
}
.l-header__menu li span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: min(0.20833vw,4px);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #2695AF;
}
.l-header__menu li.contact a {
  background: #2695AF;
  color: #fff;
  padding-left: min(0.88542vw,17px);
  padding-right: min(0.88542vw,17px);
  filter: none;
}
.l-header__menu li.contact span {
  background: url(img/common/arrow_1.svg) no-repeat right center;
  background-size: min(1.25vw,24px) min(0.46875vw,9px);
  padding-left: min(1.97917vw,38px);
  padding-right: min(1.97917vw,38px);
}
.l-header.is-member .l-header__logo a {
  filter: drop-shadow(0px 0px 2px #DF6E35);
}
.l-header.is-member .l-header__logo img {
  filter: grayscale(1) brightness(10);
}
.l-header.is-member .l-header__logo span {
  color: #fff;
}
.l-header.is-member .l-header__menu li a {
  filter: drop-shadow(0px 0px 2px #DF6E35);
  color: #fff;
}
.l-header.is-member .l-header__menu li a:hover {
  color: #fff;
}
.l-header.is-member .l-header__menu li span:before {
  background: #fff;
}
.l-header.is-member .l-header__menu li.contact a {
  background: #fff;
  color: #DF6E35;
}
.l-header.is-member .l-header__menu li.contact span {
  background-image: url(img/common/arrow_1-red.svg);
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  background: url("img/top/kv.png") no-repeat center;
  height: 300px;
  margin-bottom: 60px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.l-pagetitle h1 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 100px;
}

/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer {
  background: url("img/common/f_bg.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 0 20px;
}
.l-footer__logo .logo1 {
  text-align: center;
}
.l-footer__logo .logo2 {
  text-align: center;
  font-family: "Source Han Serif JP";
  font-weight: bold;
  font-size: 27px;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 30px;
}
.l-footer__logo .logo2 a {
  color: #FFF;
  text-decoration: none;
}
.l-footer__copy {
  text-align: center;
  margin-top: 150px;
}
.l-footer__copy p {
  text-align: center;
  color: #FFF;
  font-family: "Century Gothic";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

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

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

  .l-header__logo {
    filter: drop-shadow(0px 0px 9px #fff);
    position: relative;
    z-index: 19;
  }
  .l-header__logo .h {
    padding-left: 15px;
    position: relative;
    margin-top: -8px;
  }
  .l-header__logo .h a {
    display: block;
    line-height: 1.6;
  }
  .l-header__logo .h img {
    width: 130px;
  }
  .l-header__logo .h span {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: 0;
    margin-top: 0;
    display: block;
    line-height: 1;
  }
  .l-header__btn {
    pointer-events: auto;
    width: 60px;
    height: 60px;
    background: #2695AF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 19;
  }
  .l-header__btn span {
    background: #fff;
    width: 30px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .l-header__btn span:before, .l-header__btn span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }
  .l-header__btn span:before {
    top: -8px;
  }
  .l-header__btn span:after {
    bottom: -8px;
  }
  .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__menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 60px;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.95) !important;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
  }
  .l-header__menu ul {
    flex-direction: column;
    justify-content: center;
  }
  .l-header__menu li {
    width: 100%;
    border-top: 1px solid #DF6E35;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-header__menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  .l-header__menu li a:hover span:before {
    width: 4px;
    height: 100%;
  }
  .l-header__menu li span {
    padding: 16px 22px;
    display: block;
  }
  .l-header__menu li span:before {
    width: 4px;
    height: 0;
  }
  .l-header__menu li.contact a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-header__menu li.contact span {
    padding-left: 0;
    padding-right: 0;
    background-size: 24px 9px;
  }

  .l-footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .l-footer .logo {
    margin-bottom: 40px;
  }
  .l-footer .logo span {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 15px;
  }
  .l-footer .copyright {
    margin-top: 30px;
  }
  .l-footer__copy {
    margin-top: 30px;
  }

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