@charset "UTF-8";
/*
 * 色の設定
 */
/*
 * ブレークポイント
 */
/*
 * BEM関連
 */
/*
 * メディアクエリ
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("http://fonts.cdnfonts.com/css/bradley-hand-2");
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, sup, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ffffff;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

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

html, body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #ffffff;
}

.font_mon {
  font-family: 'Montserrat', sans-serif;
}

.font_brad {
  font-family: 'Bradley Hand', 'Times New Roman', sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.font_lato {
  font-family: 'Lato', sans-serif;
}

.font_noto {
  font-family: 'Noto Serif JP', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

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

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

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

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}

.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (min-width: 1024px) {
  .innerBox {
    padding: 0;
  }
}

.innerBox1125 {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (min-width: 1180px) {
  .innerBox1125 {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}

@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}

@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.important__responsive__flex {
  display: none !important;
}

@media (min-width: 768px) {
  .important__responsive__flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.important__responsive__block {
  display: none !important;
}

@media (min-width: 768px) {
  .important__responsive__block {
    display: block !important;
  }
}

.inner-left {
  max-width: 820px;
  width: 100%;
}

@media (min-width: 768px) {
  .inner-left {
    width: 75%;
    margin: 0;
  }
}

.innerBox-1280 {
  margin: 0 auto;
  max-width: 1280px;
}

.main {
  min-height: calc(100vh - 94px);
  width: 100%;
  margin-top: 54px;
}

@media (min-width: 768px) {
  .main {
    min-height: calc(100vh - 120px);
    margin-top: 80px;
  }
}

@media (min-width: 1500px) {
  .main {
    min-height: calc(100vh - 140px);
    margin-top: 100px;
  }
}

.border-r-b {
  border-right: solid 1px #222222;
  border-bottom: solid 1px #222222;
  position: relative;
}

.border-r-b:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #222222;
  bottom: -12px;
  right: -1px;
}

@media (min-width: 768px) {
  .border-r-b:before {
    height: 20px;
    bottom: -20px;
  }
}

.border-r-b:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #222222;
  bottom: -1px;
  right: -8px;
}

@media (min-width: 768px) {
  .border-r-b:after {
    width: 16px;
    right: -16px;
  }
}

.header-r {
  height: 54px;
  width: 100%;
  background-color: #222222;
  position: fixed;
  top: 0;
  z-index: 1000;
}

@media (min-width: 1024px) {
  .header-r {
    display: none;
  }
}

.header-r__title a {
  line-height: 54px;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.header-r__target {
  width: 32px;
  position: fixed;
  height: 24px;
  top: 14px;
  right: 8px;
  z-index: 9999;
}

.header-r__target .line1 {
  top: 0;
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.header-r__target .line2 {
  top: 12px;
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.header-r__target .line3 {
  top: 24px;
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.header-r__navi {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 1000;
}

.header-r__navi ul {
  margin-top: 20px;
}

.header-r__navi ul li {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 20px;
}

.header-r__navi ul li a {
  color: #ffffff;
}

.header-r__navi__icon {
  position: absolute;
  bottom: auto;
  right: 5%;
}

.header-r__navi__icon a {
  margin: 0 3px;
}

.header-r__navi__icon a i {
  color: white;
}

.header-r__navi__icon a i:before {
  font-size: 1.5rem;
}

.linea, .lineb, .linec {
  background: #ffffff;
}

.active_line1 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  top: 10.5px !important;
  border-radius: 3px;
}

.active_line2 {
  width: 20px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 19px !important;
  left: -1px;
  border-radius: 3px;
}

.active_line3 {
  width: 20px !important;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 19px !important;
  right: -1px;
  border-radius: 3px;
}

.header {
  width: 100%;
  display: none;
  height: 48px;
  background-color: #222222;
  position: fixed;
  top: 0;
  z-index: 1000;
}

@media (min-width: 1024px) {
  .header {
    display: block;
  }
}

@media (min-width: 1500px) {
  .header {
    height: 68px;
  }
}

.header__title {
  font-size: 2rem;
}

@media (min-width: 1500px) {
  .header__title {
    font-size: 2.5rem;
  }
}

.header__title a {
  line-height: 48px;
  color: #ffffff;
}

@media (min-width: 1500px) {
  .header__title a {
    line-height: 68px;
  }
}

.header .header__icon {
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header__icon a i {
  color: white;
}

.header .header__icon a i:before {
  font-size: 1.5rem;
}

.header .header__icon a:nth-child(2) {
  margin: 0 20px;
}

.header__bottom {
  width: 100%;
  display: none;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 48px;
  z-index: 1000;
}

@media (min-width: 1024px) {
  .header__bottom {
    display: block;
  }
}

@media (min-width: 1500px) {
  .header__bottom {
    top: 68px;
  }
}

.header__bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 2%;
}

.header__bottom ul li {
  line-height: 32px;
}

.header__bottom ul li a {
  color: #ffffff;
  font-size: 1rem;
}

.header__bottom ul li:last-child {
  border-right: 0;
}

.l-nav {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  background: #E5E5E5BA;
  padding: 12px 0;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .l-nav {
    margin-bottom: 64px;
  }
}

.l-nav__inner {
  width: 100%;
  max-width: 1180px;
  padding: 0 2%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .l-nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1180px) {
  .l-nav__inner {
    padding: 0;
  }
}

.l-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .l-nav__link {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1180px) {
  .l-nav__link {
    margin-right: 96px;
  }
}

.l-nav__link li {
  font-size: 24px;
}

@media (min-width: 1024px) {
  .l-nav__link li {
    font-size: 30px;
  }
}

.l-nav__link li:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .l-nav__link li:not(:last-child) {
    margin-right: 48px;
  }
}

@media (min-width: 1180px) {
  .l-nav__link li:not(:last-child) {
    margin-right: 60px;
  }
}

.l-nav__link li a {
  color: #000000;
}

.l-nav__link li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.l-nav__form {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .l-nav__form {
    margin-bottom: 0;
  }
}

.l-nav__form form {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .l-nav__form form {
    width: 300px;
    margin: 0;
  }
}

.l-nav__form form input[type="text"] {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  color: #868686;
  border-radius: 24px;
  padding: 0 48px 0 1em;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .l-nav__form form input[type="text"] {
    height: 56px;
    border-radius: 36px;
  }
}

.l-nav__form form button {
  border: 0px;
  background-color: transparent;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
}

.l-nav__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .l-nav__sns {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.l-nav__sns li {
  width: 60px;
}

@media (min-width: 1180px) {
  .l-nav__sns li:not(:last-child) {
    margin-right: 16px;
  }
}

.l-footer {
  width: 100%;
  border-top: solid 1px #707070;
  background: #E5E5E5BA;
  padding: 20px 0;
}

.l-footer__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (min-width: 768px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .l-footer__inner {
    padding: 0;
  }
}

.l-footer__inner__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .l-footer__inner__link {
    margin-bottom: 0;
  }
}

.l-footer__inner__link li {
  font-size: 24px;
}

@media (min-width: 1024px) {
  .l-footer__inner__link li {
    font-size: 30px;
  }
}

.l-footer__inner__link li:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .l-footer__inner__link li:not(:last-child) {
    margin-right: 48px;
  }
}

.l-footer__inner__link li a {
  color: #000000;
}

.l-footer__inner__link li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.l-footer__inner__link li a img {
  max-width: 50px;
}

.l-footer__inner__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .l-footer__inner__sns {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.l-footer__inner__sns li {
  width: 80px;
}

.o-bread_list.is-lower {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.o-bread_list.is-lower li {
  font-size: 10px;
  color: #222222;
  padding-right: 30px;
  position: relative;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .o-bread_list.is-lower li {
    font-size: 12px;
  }
}

.o-bread_list.is-lower li:before {
  content: "<";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.o-bread_list.is-lower li a {
  color: #222222;
}

.o-bread_list.is-lower li:last-child {
  padding-right: 0;
}

.o-bread_list.is-lower li:last-child:before {
  content: "";
}

.o-title.is-index {
  font-size: 30px;
  color: #222222;
  line-height: 1;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-title.is-index {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .o-title.is-index {
    font-size: 40px;
  }
}

.o-title.is-archive {
  font-size: 30px;
  color: #222222;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .o-title.is-archive {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .o-title.is-archive {
    font-size: 48px;
  }
}

.o-title.is-brad {
  font-size: 32px;
}

@media (min-width: 768px) {
  .o-title.is-brad {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .o-title.is-brad {
    font-size: 56px;
  }
}

.o-title.is-single {
  font-size: 30px;
  color: #222222;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .o-title.is-single {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .o-title.is-single {
    font-size: 56px;
  }
}

.o-title.is-lower {
  color: #222222;
  line-height: 1;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .o-title.is-lower {
    margin-bottom: 64px;
  }
}

.o-btn {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-btn:hover {
    outline: 0;
    opacity: 0.8;
    text-decoration: none;
  }
}

.o-btn.is-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #222222;
  color: #ffffff;
  max-width: 600px;
  font-size: 24px;
  height: 48px;
  border-radius: 20px;
  margin: 0 auto;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .o-btn.is-single {
    height: 120px;
    font-size: 48px;
    border-radius: 42px;
  }
}

.o-btn.is-mb {
  margin: 0 auto 48px;
}

@media (min-width: 768px) {
  .o-btn.is-mb {
    margin: 0 auto 80px;
  }
}

.o-bread_list.is-lower {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.o-bread_list.is-lower li {
  font-size: 10px;
  color: #222222;
  padding-right: 30px;
  position: relative;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .o-bread_list.is-lower li {
    font-size: 12px;
  }
}

.o-bread_list.is-lower li:before {
  content: "<";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.o-bread_list.is-lower li a {
  color: #222222;
}

.o-bread_list.is-lower li:last-child {
  padding-right: 0;
}

.o-bread_list.is-lower li:last-child:before {
  content: "";
}

.o-wp_page_navi {
  text-align: center;
}

.o-wp_page_navi .wp-pagenavi {
  text-align: center;
}

.o-wp_page_navi .wp-pagenavi a {
  color: #222222;
  font-size: 28px;
  padding: 0 20px;
  font-family: 'Bradley Hand', 'Times New Roman', sans-serif;
}

.o-wp_page_navi .wp-pagenavi a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-wp_page_navi .wp-pagenavi a {
    font-size: 40px;
    padding: 0 32px;
  }
}

.o-box.is-advertisement {
  width: 100%;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .o-box.is-advertisement {
    margin-bottom: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.o-box.is-advertisement .content {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .o-box.is-advertisement .content {
    width: 48%;
  }
}

.o-mv {
  margin-bottom: 11px;
}

.o-templete_content__search {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .o-templete_content__search {
    margin-bottom: 48px;
  }
}

.o-templete_content__search form {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

.o-templete_content__search form input[type="text"] {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  color: #868686;
  border-radius: 24px;
  padding: 0 48px 0 1em;
  font-size: 16px;
}

@media (min-width: 768px) {
  .o-templete_content__search form input[type="text"] {
    height: 88px;
    border-radius: 48px;
    font-size: 24px;
  }
}

.o-templete_content__search form button {
  border: 0px;
  background-color: transparent;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
}

@media (min-width: 768px) {
  .o-templete_content__search form button {
    width: 72px;
  }
}

.o-templete_content__text {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .o-templete_content__text {
    margin-bottom: 48px;
  }
}

.o-templete_content__text p {
  display: inline-block;
  font-size: 14px;
  color: #222222;
  line-height: 2;
  text-align: left;
  font-weight: 600;
}

@media (min-width: 768px) {
  .o-templete_content__text p {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .o-templete_content__text p {
    font-size: 24px;
  }
}

.o-templete_content__link {
  margin: 0 auto 32px;
  width: 100%;
  max-width: 768px;
}

@media (min-width: 768px) {
  .o-templete_content__link {
    width: 90%;
    margin: 0 auto 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.o-templete_content__link li {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .o-templete_content__link li {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .o-templete_content__link li {
    font-size: 30px;
  }
}

.o-templete_content__link li:first-child {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .o-templete_content__link li:first-child {
    margin-bottom: 0;
  }
}

.o-templete_content__link li a {
  color: #222222;
}

.o-templete_content__link li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.o-page_back {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 2% 40px;
}

@media (min-width: 768px) {
  .o-page_back {
    padding: 32px 2% 72px;
  }
}

@media (min-width: 1024px) {
  .o-page_back {
    padding: 32px 2% 108px;
  }
}

.o-page_back a {
  color: #222222;
  font-family: 'Bradley Hand', 'Times New Roman', sans-serif;
  font-size: 30px;
}

@media (min-width: 768px) {
  .o-page_back a {
    font-size: 40px;
  }
}

.p-index__new {
  margin-bottom: 48px;
  width: 100%;
}

@media (min-width: 768px) {
  .p-index__new {
    margin-bottom: 80px;
  }
}

.p-index__new ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-index__new ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 48px;
  }
}

.p-index__new ul li {
  width: 48%;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-index__new ul li {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .p-index__new ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .p-index__new ul li:nth-child(3n) {
    margin-right: 1.2%;
  }
}

@media (min-width: 1024px) {
  .p-index__new ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .p-index__new ul li {
    width: 32%;
    margin-right: 2%;
  }
}

@media (min-width: 1024px) {
  .p-index__new ul li {
    width: 24.1%;
    margin-right: 1.2%;
  }
}

.p-index__new ul li .p-index__new__image {
  text-align: center;
  border: solid 1px #707070;
  padding: 8px;
  margin-bottom: 12px;
  min-height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .p-index__new ul li .p-index__new__image {
    min-height: 200px;
  }
}

.p-index__new ul li .p-index__new__text {
  text-align: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  .p-index__new ul li .p-index__new__text {
    font-size: 18px;
  }
}

.p-index__new ul li .p-index__new__text a {
  color: #222222;
}

.p-index__category {
  width: 100%;
  margin-bottom: 48px;
  width: 100%;
}

@media (min-width: 768px) {
  .p-index__category {
    margin-bottom: 80px;
  }
}

.p-index__category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .p-index__category ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-index__category ul li {
  width: 48%;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-index__category ul li {
    width: 32%;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .p-index__category ul li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.p-index__category ul li a {
  color: #222222;
  font-family: 'Bradley Hand', 'Times New Roman', sans-serif;
  font-size: 22px;
  position: relative;
  border: solid 1px #707070;
  display: block;
}

@media (min-width: 768px) {
  .p-index__category ul li a {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .p-index__category ul li a {
    font-size: 44px;
  }
}

.p-index__category ul li a .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-index__category .other a {
  color: #222222;
  font-family: 'Bradley Hand', 'Times New Roman', sans-serif;
  font-size: 22px;
  position: relative;
  border: solid 1px #707070;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .p-index__category .other a {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .p-index__category .other a {
    font-size: 44px;
  }
}

.p-index__category .other a .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-archive {
  width: 100%;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .p-archive {
    margin-bottom: 80px;
  }
}

.p-archive__text {
  font-size: 16px;
  line-height: 1.7;
  color: #222222;
}

@media (min-width: 768px) {
  .p-archive__text {
    font-size: 20px;
  }
}

.p-archive__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-archive__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 48px;
  }
}

.p-archive__list li {
  width: 48%;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-archive__list li {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .p-archive__list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .p-archive__list li:nth-child(3n) {
    margin-right: 1.2%;
  }
}

@media (min-width: 1024px) {
  .p-archive__list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .p-archive__list li {
    width: 32%;
    margin-right: 2%;
  }
}

@media (min-width: 1024px) {
  .p-archive__list li {
    width: 24.1%;
    margin-right: 1.2%;
  }
}

.p-archive__list li .p-archive__list__image {
  text-align: center;
  border: solid 1px #707070;
  padding: 8px;
  margin-bottom: 12px;
  min-height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .p-archive__list li .p-archive__list__image {
    min-height: 200px;
  }
}

.p-archive__list li .p-archive__list__text {
  text-align: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  .p-archive__list li .p-archive__list__text {
    font-size: 18px;
  }
}

.p-archive__list li .p-archive__list__text a {
  color: #222222;
}

.p-single {
  width: 100%;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .p-single {
    margin-bottom: 80px;
  }
}

.p-single__image {
  width: 100%;
  padding: 8px;
  border: solid 1px #707070;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-single__image {
    margin-bottom: 48px;
  }
}

.p-description {
  width: 100%;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .p-description {
    margin-bottom: 80px;
  }
}

.p-description__content {
  margin-bottom: 24px;
  font-family: 'Bradley Hand','Times New Roman', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
}

@media (min-width: 768px) {
  .p-description__content {
    margin-bottom: 56px;
  }
}

.p-description__content h2 {
  font-size: 24px;
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
  color: #222222;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-description__content h2 {
    font-size: 32px;
    padding-left: 40px;
    margin-bottom: 24px;
  }
}

.p-description__content h2:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #222222;
  top: -6px;
  bottom: 0;
  margin: auto;
  left: 0;
}

@media (min-width: 768px) {
  .p-description__content h2:before {
    width: 32px;
    height: 32px;
  }
}

.p-description__content p {
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 16px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-description__content p {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.p-description__content ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 8px;
  font-weight: 600;
  padding-left: 1em;
  margin-bottom: 4px;
  position: relative;
}

@media (min-width: 768px) {
  .p-description__content ul li {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

.p-description__content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.p-faq {
  width: 100%;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .p-faq {
    margin-bottom: 80px;
  }
}

.p-faq__content__qa {
  margin-bottom: 24px;
  font-family: 'Bradley Hand','Times New Roman', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
}

@media (min-width: 768px) {
  .p-faq__content__qa {
    margin-bottom: 56px;
  }
}

.p-faq__content__qa dt {
  font-size: 20px;
  color: #222;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-faq__content__qa dt {
    font-size: 30px;
    margin-bottom: 24px;
  }
}

.p-faq__content__qa dd {
  background: #F0F0F0;
  padding: 20px 2%;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-faq__content__qa dd {
    font-size: 22px;
    border-radius: 32px;
    padding: 32px 32px 23px 32px;
  }
}

.p-faq__content__text {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-faq__content__text {
    font-size: 23px;
  }
}

@media (min-width: 1024px) {
  .p-faq__content__text {
    font-size: 30px;
  }
}

.p-contact {
  width: 100%;
  margin-bottom: 48px;
  font-family: 'Bradley Hand','Times New Roman', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
}

@media (min-width: 768px) {
  .p-contact {
    margin-bottom: 80px;
  }
}

.p-contact__row {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-contact__row {
    margin-bottom: 64px;
  }
}

.p-contact__row__title {
  font-size: 24px;
  margin-bottom: 16px;
  color: #222222;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-contact__row__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.p-contact__row__input input {
  width: 100%;
  height: 72px;
  border-radius: 28px;
  padding: 0 1em;
  font-family: 'Bradley Hand','Times New Roman', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-size: 20px;
  border: solid 1px #707070;
  background: #F2F2F2;
}

@media (min-width: 768px) {
  .p-contact__row__input input {
    height: 132px;
    font-size: 28px;
    padding: 0 32px;
  }
}

.p-contact__row__input textarea {
  width: 100%;
  height: 80px;
  padding: 1em;
  border-radius: 28px;
  font-family: 'Bradley Hand','Times New Roman', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-size: 20px;
  border: solid 1px #707070;
  background: #F2F2F2;
  resize: vertical;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-contact__row__input textarea {
    height: 132px;
    font-size: 28px;
    padding: 24px 32px;
  }
}

.p-contact__row__input .error {
  padding-top: 16px;
}

.p-contact__submit {
  width: 100%;
  text-align: center;
  width: 156px;
  height: 66px;
  margin: 0 auto;
}

.p-contact__submit input {
  width: 100%;
  height: 100%;
  border: solid 1px #707070;
  background: #F2F2F2;
  border-radius: 28px;
  font-size: 30px;
  color: #222222;
  font-weight: bold;
}

.p-contact__submit input:hover {
  cursor: pointer;
}

.p-contact__finish-message {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-contact__finish-message {
    font-size: 32px;
  }
}
/*# sourceMappingURL=style.css.map */