@charset "UTF-8";
body {
  font-size: 17px;
  color: #000;
}

#wrap #main * {
  /* 基本フォント */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
}

#wrap #main .ff_serif {
  /* 明朝フォント */
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
}

.indent{
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media print, screen and (min-width: 768px) {
  #wrap {
    overflow-x: unset;
  }
}
@media print, screen and (min-width: 768px) {
  #wrap #main {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .w1000 {
    width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden;
  }

  #wrap {
    width: 100%;
  }

  div#header {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #wrap .sp_none {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #wrap .pc_none {
    display: none;
  }
}
#wrap .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  header.sp_only, footer.sp_only {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #page_top {
    bottom: 1rem;
    right: 1rem;
  }

  .pagetop.sp_only {
    display: none;
  }
}
h1.po_kv {
  width: 100%;
}
@media screen and (max-width: 767px) {
  h1.po_kv {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  h1.po_kv {
    background-color: #841318;
  }
  h1.po_kv img {
    display: block;
    width: 1000px;
    height: auto;
    margin: 0 auto;
  }
}

h1.po_kv_sp {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  h1.po_kv_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h1.po_kv_sp img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #wrap #main .po_sec {
    font-size: 85%;
  }
}
@media print, screen and (min-width: 768px) {
  .po_sec {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .po_sec {
    width: 100%;
    padding: 1.5em 5% 1.5em;
  }
}
.po_sec p {
  text-align: justify;
}
.po_sec a {
  color: blue;
}

.po_sec a:hover {
  color: #ff0000;
}

.sec_01 {
  background-color: #FBF8E9;
}
.sec_01 .sec_01_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .sec_01 .sec_01_inner {
    width: 77%;
    padding: 2em 0 3em;
  }
}
.sec_01 h2 {
  font-size: 160%;
  color: #821445;
  text-align: center;
  margin-bottom: 1em;
}
.sec_01 p:not(:last-child) {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .sec_02 .w1000 {
    padding: 3.5em 0 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec_02 {
    padding: 3em 1em 2em;
  }
}
.sec_02 .sec_02_inner {
  margin: 0 auto;
  border: 4px solid #C7AF5E;
  background-image: url("../image/bg_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .sec_02 .sec_02_inner {
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_02 .sec_02_inner div {
    padding: 1.7em 1.4em 1.7em 2.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec_02 .sec_02_inner div {
    padding: 1em 1em 1em;
    display: flex;
    flex-direction: column;
  }
}
.sec_02 h2 {
  display: flex;
  justify-content: center;
  margin-top: -36px;
}
.sec_02 h2 span {
  display: flex;
  align-items: center;
  color: #fff;
  background-image: url("../image/caption_bg_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media print, screen and (min-width: 768px) {
  .sec_02 h2 span {
    font-size: 150%;
    height: 68px;
    padding: 0 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec_02 h2 span {
    font-size: 135%;
    height: 52px;
    padding: 0 4em;
  }
}
.sec_02 figure {
  float: right;
}
@media print, screen and (min-width: 768px) {
  .sec_02 figure {
    width: 22%;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .sec_02 figure {
    width: 60%;
    order: 1;
    align-self: center;
    margin-bottom: 1.5em;
  }
}
.sec_02 .block_point {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_02 figure .img_cover {
  width: 70% !important;
  display: block;
  border: 0;
  vertical-align: top;
}
.sec_02 figure .zuroku_price {
  display: block;
  margin-top: 6px;
  padding-left: 6px;
  font-size: 14px;
}
.sec_02 figure .zuroku_price .zuroku_tax {
  font-size: 11px;
}
.sec_02 figcaption {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.4em;
}
.sec_02 dl:not(:last-child) {
  margin-bottom: 1.5em;
}
.sec_02 dl:nth-of-type(1) dt span {
  background-image: url("../image/caption_bg_02_01.png");
}
.sec_02 dl:nth-of-type(2) dt span {
  background-image: url("../image/caption_bg_02_04.png");
}
.sec_02 dl:nth-of-type(3) dt span {
  background-image: url("../image/caption_bg_02_03.png");
}
.sec_02 dl:nth-of-type(4) dt span {
  background-image: url("../image/caption_bg_02_05.png");
}
@media print, screen and (min-width: 768px) {
  .sec_02 dl:nth-of-type(4) dt {
    letter-spacing: -1.2px;
  }
  .sec_02 dl:nth-of-type(4) dt span {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_02 dl:nth-of-type(1) {
    order: 0;
  }
  .sec_02 dl:nth-of-type(2) {
    order: 2;
  }
  .sec_02 dl:nth-of-type(3) {
    order: 3;
  }
  .sec_02 dl:nth-of-type(4) {
    order: 4;
  }
}
.sec_02 dt {
  display: flex;
  font-weight: bold;
  color: #315923;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .sec_02 dt {
    font-size: 143%;
  }
}
@media screen and (max-width: 767px) {
  .sec_02 dt {
    font-size: 120%;
  }
}
.sec_02 dt span {
  display: block;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 120% auto;
}
@media print, screen and (min-width: 768px) {
  .sec_02 dt span {
    padding-right: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_02 dd {
    padding-left: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec_02 dd {
    margin-top: 0.5em;
  }
}

.sec_03 figure {
  width: 100%;
}
.sec_03 figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec_03 figure.sec_03_pc_img {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_03 figure.sec_03_sp_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec_03 figure.sec_03_sp_img {
    margin-bottom: 1.2em;
  }
}
.sec_03 .sec_03_box_01 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sec_03 .sec_03_box_01 {
    flex-direction: column;
  }
}
.sec_03 .sec_03_box_01 dt {
  flex-grow: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_03 .sec_03_box_01 dt {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .sec_03 .sec_03_box_01 dt {
    width: 100%;
    margin-bottom: 1em;
  }
  .sec_03 .sec_03_box_01 dt img {
    height: 60vw;
    object-fit: cover;
    object-position: bottom;
  }
}
.sec_03 .sec_03_box_01 dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .sec_03 .sec_03_box_01 dd {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec_03 .sec_03_box_01 dd {
    margin-bottom: 1em;
  }
}
.sec_03 h2 {
  color: #802525;
  font-size: 138%;
}
@media print, screen and (min-width: 768px) {
  .sec_03 h2 {
    padding-left: 0.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_03 p {
    font-size: 95%;
    padding: 1em 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec_03 p {
    margin-bottom: 1em;
  }
}
.sec_03 .sec_03_button_01 {
  border: 2px solid #8D4F9A;
}
@media print, screen and (min-width: 768px) {
  .sec_03 .sec_03_button_01 {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .sec_03 .sec_03_button_01 {
    align-self: center;
    margin-bottom: 1em;
  }
}
.sec_03 .sec_03_button_01 a {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #8D4F9A;
  padding: 0.4em 1em;
}
.sec_03 .sec_03_button_01 a:after {
  margin-left: 0.5em;
  display: block;
  content: '';
  width: 8px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.sec_03 .sec_03_button_01 a span {
  font-size: 106%;
}
.sec_03 .sec_03_button_01 a:hover {
  opacity: 0.8;
}
.sec_03 ul {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .sec_03 ul {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .sec_03 ul {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_03 ul li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .sec_03 ul li {
    width: 50%;
  }
}
.sec_03 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .sec_04 {
    margin-bottom: 1em;
  }
}
.sec_04 .sec_04_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .sec_04 .sec_04_inner {
    padding: 3em 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec_04 .sec_04_inner {
    flex-direction: column;
  }
}
.sec_04 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  background-image: url("../image/caption_bg_03.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding: 0 0.3em 1.5em;
  margin-bottom: 1.3em;
}
.sec_04 h2 span {
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .sec_04 h2 span:first-child {
    font-size: 150%;
  }
}
@media screen and (max-width: 767px) {
  .sec_04 h2 span:first-child {
    font-size: 135%;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_04 h2 span:last-child {
    font-size: 184%;
  }
}
@media screen and (max-width: 767px) {
  .sec_04 h2 span:last-child {
    font-size: 150%;
  }
}
.sec_04 figure {
  flex-shrink: 0;
  flex-grow: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_04 figure {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .sec_04 figure {
    width: 90%;
    order: 1;
    margin: 0 auto;
  }
}
.sec_04 figure img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 6px 5px rgba(17, 17, 26, 0.18);
}
@media print, screen and (min-width: 768px) {
  .sec_04 .sec_04_box_01 {
    padding: 1em 0 1em 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec_04 .sec_04_box_01 {
    margin-bottom: 1em;
  }
}
.sec_04 .sec_04_box_01 p {
  padding: 0 1em;
}

.sec_05 {
  border-top: 4px solid #ADD3DF;
  border-bottom: 4px solid #94AF78;
  background-image: url("../image/bg_03.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .sec_05 {
    padding: 2.5em 2em 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_05 {
    padding: 1.8em 5% 2.5em;
  }
}
.sec_05 h2 {
  display: flex;
  background-image: url("../image/caption_bg_04.png");
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-bottom: 2em;
}
.sec_05 h2 span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 205%;
  color: #3E831F;
  min-height: 75px;
  text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
}
.sec_05 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  .sec_05 ul li {
    width: calc(100% / 3);
    margin-bottom: 2.3em;
  }
  .sec_05 ul li:nth-child(2) dd p {
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 767px) {
  .sec_05 ul li:not(:last-child) {
    margin-bottom: 2em;
  }
}
.sec_05 ul li:first-child dt span.ff_serif:first-child {
  font-size: 117%;
}
.sec_05 ul li:first-child dt span.ff_serif:last-child {
  font-size: 117%;
  letter-spacing: -1.3px;
  margin-top: 0.25em;
}
.sec_05 dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .sec_05 dl {
    padding: 0 1.15em;
  }
}
@media screen and (max-width: 767px) {
  .sec_05 dl {
    padding: 0 0.3em;
  }
}
.sec_05 dl dt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5em;
}
.sec_05 dl dt span {
  font-size: 130%;
  line-height: 1.2;
  font-weight: bold;
}
.sec_05 dl dd {
  display: flex;
  flex-direction: column;
}
.sec_05 dl dd p {
  font-size: 95%;
  letter-spacing: 0.2px;
  margin: 0.6em auto 1.1em;
}
.sec_05 .sec_05_button_01 {
  border: 2px solid #548968;
  align-self: center;
}
.sec_05 .sec_05_button_01 a {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #548968;
  padding: 0.4em 1em;
}
.sec_05 .sec_05_button_01 a:after {
  margin-left: 0.5em;
  display: block;
  content: '';
  width: 8px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.sec_05 .sec_05_button_01 a span {
  font-size: 106%;
}
.sec_05 .sec_05_button_01 a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
  .sec_06 {
    margin: 0 auto;
    padding: 3.5em 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec_06 {
    padding: 3em 1em 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_06 .sec_06_inner {
    width: 88%;
    margin: 0 auto;
  }
}
.sec_06 h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.sec_06 h2 span {
  display: flex;
  align-items: center;
  color: #fff;
  background-image: url("../image/caption_bg_05.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media print, screen and (min-width: 768px) {
  .sec_06 h2 span {
    font-size: 150%;
    height: 68px;
    padding: 0 5em;
  }
}
@media screen and (max-width: 767px) {
  .sec_06 h2 span {
    font-size: 126%;
    height: 48px;
    padding: 0 4.8em;
  }
}
.sec_06 h3 {
  color: #fff;
  font-size: 140%;
  padding: 0.2em 0.9em;
  margin-bottom: 1em;
}
.sec_06 h3:first-of-type {
  background-color: #6586AF;
}
.sec_06 h3:last-of-type {
  background-color: #DA7B7B;
}
.sec_06 .sec_06_img_scroll {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .sec_06 .sec_06_img_scroll {
    width: 95%;
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec_06 .sec_06_img_scroll {
    padding: 0.5em;
    border-bottom: 1px solid  #ccc;
    border-right: 1px solid  #ccc;
    border-left: 1px solid  #ccc;
    overflow: scroll;
  }
  .sec_06 .sec_06_img_scroll img {
    width: 185%;
  }
}
.sec_06 .sec_06_img_scroll_an {
  font-size: 100%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0.5em 0.5em;
  border-top: 1px solid  #ccc;
  border-right: 1px solid  #ccc;
  border-left: 1px solid  #ccc;
}
.sec_06 .sec_06_img_scroll_an img {
  width: 34px;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.sec_06 .sec_06_img_scroll_an p {
  margin-left: 0.5em;
}

.sec_07 {
  background-image: url("../image/bg_04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 3em;
}
@media print, screen and (min-width: 768px) {
  .sec_07 .sec_07_inner {
    padding: 1.5em 6em 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec_07 .sec_07_inner {
    padding-bottom: 1.5em;
  }
}
.sec_07 h2 {
  padding-top: 2.3em;
  margin-bottom: 1.5em;
  background-image: url("../image/caption_bg_06.png");
  background-repeat: no-repeat;
  background-position: top center;
}
@media print, screen and (min-width: 768px) {
  .sec_07 h2 {
    background-size: 112px auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_07 h2 {
    background-size: 112px auto;
  }
}
.sec_07 h2 > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_07 h2 > span:before, .sec_07 h2 > span:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #B8A263;
}
.sec_07 h2 > span span {
  font-size: 178%;
  font-weight: bold;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 1.4em;
}
@media print, screen and (min-width: 768px) {
  .sec_07 .sec_07_box_01 ul {
    width: fit-content;
    float: right;
    margin-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sec_07 .sec_07_box_01 ul {
    width: 37%;
    margin: 0 auto 1em;
  }
}
.sec_07 .sec_07_box_01 ul li:last-child {
  margin-top: 0.3em;
}
.sec_07 .sec_07_box_01 ul img {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .sec_07 .sec_07_box_01 ul img {
    width: 108px;
    margin: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .sec_07 .sec_07_box_01 ul img {
    width: 100%;
  }
}
.sec_07 .sec_07_box_01 ul a {
  display: block;
  font-weight: bold;
  color: #fff;
  background-color: #C92121;
  border-radius: 50px;
  text-align: center;
  padding: 4px 4px;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.sec_07 .sec_07_box_01 ul a:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  .sec_07 .sec_07_box_01 ul a {
    font-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  .sec_07 .sec_07_box_01 ul a {
    font-size: 80%;
  }
}
.sec_07 .sec_07_box_01 dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec_07 .sec_07_box_01 dl {
    flex-direction: column;
  }
}
.sec_07 .sec_07_box_01 dl dt {
  min-width: 7.8em;
  flex-shrink: 0;
  flex-grow: 0;
  background-image: url("../image/caption_bg_07.png");
  background-repeat: no-repeat;
  background-position: top 0.25em left;
  background-size: 1em auto;
}
@media print, screen and (min-width: 768px) {
  .sec_07 .sec_07_box_01 dl dt {
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    padding-left: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .sec_07 .sec_07_box_01 dl dt {
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-left: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .sec_07 .sec_07_box_01 dl dt span {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_07 .sec_07_box_01 dl dd {
    padding-left: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec_07 .sec_07_box_01 dl dd {
    padding-left: 1.3em;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_07 .sec_07_box_2 {
    padding: 0 2em;
  }
}
.sec_07 .sec_07_box_2 p {
  display: flex;
  justify-content: flex-start;
}
.sec_07 .sec_07_box_2 p:not(:last-child) {
  margin-bottom: 1.5em;
}
.sec_07 .sec_07_box_2 p span:first-child {
  flex-shrink: 0;
  flex-grow: 0;
}

@media print, screen and (min-width: 768px) {
  .sec_08 {
    margin-bottom: 3em;
  }
}
.sec_08 figure {
  width: 100%;
}
.sec_08 figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec_08 figure.sec_08_pc_img {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_08 figure.sec_08_sp_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 figure.sec_08_sp_img {
    margin-bottom: 1.2em;
  }
}
.sec_08 .sec_08_box_01 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sec_08 .sec_08_box_01 {
    flex-direction: column;
  }
}
.sec_08 .sec_08_box_01 dt {
  flex-grow: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_08 .sec_08_box_01 dt {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 .sec_08_box_01 dt {
    width: 100%;
    margin-bottom: 1em;
  }
  .sec_08 .sec_08_box_01 dt img {
    height: 60vw;
    object-fit: cover;
    object-position: top;
  }
}
.sec_08 .sec_08_box_01 dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .sec_08 .sec_08_box_01 dd {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 .sec_08_box_01 dd {
    margin-bottom: 1em;
  }
}
.sec_08 h2 {
  color: #802525;
  font-size: 138%;
}
@media print, screen and (min-width: 768px) {
  .sec_08 h2 {
    padding-left: 0.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_08 p {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 p {
    margin-bottom: 1em;
  }
}
.sec_08 .sec_08_button_01 {
  border: 2px solid #8D4F9A;
}
@media print, screen and (min-width: 768px) {
  .sec_08 .sec_08_button_01 {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 .sec_08_button_01 {
    align-self: center;
    margin-bottom: 1em;
  }
}
.sec_08 .sec_08_button_01 a {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #8D4F9A;
  padding: 0.4em 1em;
}
.sec_08 .sec_08_button_01 a:after {
  margin-left: 0.5em;
  display: block;
  content: '';
  width: 8px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.sec_08 .sec_08_button_01 a span {
  font-size: 106%;
}
.sec_08 .sec_08_button_01 a:hover {
  opacity: 0.8;
}
.sec_08 ul {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .sec_08 ul {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 ul {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_08 ul li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 ul li {
    width: 50%;
  }
}
.sec_08 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_09 .sec_09_button_01_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.7em;
}
@media print, screen and (min-width: 768px) {
  .sec_09 .sec_09_button_01_wrap::before, .sec_09 .sec_09_button_01_wrap::after {
    display: block;
    content: '';
    width: 6.4em;
    height: 5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  .sec_09 .sec_09_button_01_wrap::before {
    background-image: url("../image/caption_bg_08_01.png");
    margin-right: 2em;
  }
  .sec_09 .sec_09_button_01_wrap::after {
    background-image: url("../image/caption_bg_08_02.png");
    margin-left: 2em;
  }
}
.sec_09 .sec_09_button_01 {
  border: 2px solid #C92121;
}
.sec_09 .sec_09_button_01 a {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #C92121;
  padding: 0.4em 2em;
}
.sec_09 .sec_09_button_01 a:after {
  margin-left: 2em;
  display: block;
  content: '';
  width: 8px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media print, screen and (min-width: 768px) {
  .sec_09 .sec_09_button_01 a span {
    font-size: 158%;
  }
}
@media screen and (max-width: 767px) {
  .sec_09 .sec_09_button_01 a span {
    font-size: 120%;
  }
}
.sec_09 .sec_09_button_01 a:hover {
  opacity: 0.8;
}
.sec_09 .sec_09_box_01 .sec_09_box_01_tel_01 {
  color: #821445;
  font-size: 95%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_tel_01 {
    margin-top: 0.5em;
  }
}
.sec_09 .sec_09_box_01 .sec_09_box_01_tel_02 {
  color: #821445;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_tel_02 {
    font-size: 240%;
  }
}
@media screen and (max-width: 767px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_tel_02 {
    font-size: 170%;
  }
}
.sec_09 .sec_09_box_01 .sec_09_box_01_tel_02::before {
  content: '';
  display: block;
  width: 0.7em;
  height: 0.7em;
  background-image: url("../image/tel_ico_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-right: 0.4em;
}
.sec_09 .sec_09_box_01 .sec_09_box_01_detail {
  color: #821445;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_detail {
    font-size: 95%;
  }
}
@media screen and (max-width: 767px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_detail {
    font-size: 85%;
    margin-top: 0.8em;
  }
}

.sec_10 .sec_10_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .sec_10 .sec_10_inner {
    padding: 3em 0 3em;
    width: 90%;
  }
}
.sec_10 h2 {
  font-size: 140%;
  color: #fff;
  text-align: center;
  margin-bottom: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .sec_10 h2 {
    font-size: 140%;
    padding: 0.5em 0 1em;
    background-image: url("../image/caption_bg_09.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_10 h2 {
    font-size: 125%;
    padding: 0.5em 0 0.5em;
    background-color: #916094;
  }
}
.sec_10 .sec_10_box_01 {
  display: flex;
  margin: 0 auto 0;
}
.sec_10 .sec_10_box_01:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 2px solid #BE9847;
}
@media print, screen and (min-width: 768px) {
  .sec_10 .sec_10_box_01 {
    width: 850px;
  }
}
@media screen and (max-width: 767px) {
  .sec_10 .sec_10_box_01 {
    flex-direction: column;
    padding: 0 1em 0;
  }
  .sec_10 .sec_10_box_01:not(:last-child) {
    padding-bottom: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_10 .sec_10_box_01 .sec_10_box_inner_01 {
    padding: 0 2.6em 0 0;
  }
}
.sec_10 .sec_10_box_01 .sec_10_box_inner_01 p {
  margin-bottom: 0.8em;
}
.sec_10 .sec_10_box_01 .sec_10_box_inner_01 a {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec_10 .sec_10_box_01 .sec_10_box_inner_01 a {
    margin-bottom: 1.5em;
  }
}
.sec_10 .sec_10_box_01 .sec_10_box_inner_01 a:hover {
  opacity: 0.8;
}
.sec_10 .sec_10_box_01 .sec_10_box_01_movie {
  flex-shrink: 0;
  flex-grow: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_10 .sec_10_box_01 .sec_10_box_01_movie {
    width: 37%;
  }
}
.sec_10 .sec_10_box_01 .sec_10_box_01_movie #video2 {
  box-shadow: 2px 2px 3px 2px rgba(17, 17, 26, 0.18);
}
.sec_10 .sec_10_box_01 .sec_10_box_01_movie figcaption {
  font-size: 95%;
}
.sec_10 .sec_10_box_01 .sec_10_box_01_movie .hounou_movie figcaption {
  margin-top: 0.3em;
}
.sec_10 .sec_10_box_01 .sec_10_box_01_movie img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .sec_related {
    display: none;
  }
}
.sec_related h2 {
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .sec_related h2::before, .sec_related h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #B4882A;
  }
}
.sec_related h2 img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sec_related h2 img {
    width: 31%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_related h2 img {
    width: 70%;
  }
}
.sec_related .sec_related_box_01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec_related .sec_related_box_01 li {
  width: calc(100% / 3);
  padding: 0 1.15em 1.5em;
}
.sec_related .sec_related_box_01 li a:hover {
  opacity: 0.8;
}
.sec_related .sec_related_box_01 p {
  margin-top: 0.2em;
  font-size: 87%;
}

/* スライダー */
@media print, screen and (min-width: 768px) {
  .sec_related_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec_related_sp.po_sec {
    padding-bottom: 0;
  }
  .sec_related_sp h2 {
    margin-bottom: 1.5em;
  }
  .sec_related_sp h2 img {
    width: 95%;
    margin: 0 auto;
  }
  .sec_related_sp .sec_related_box_01 {
    padding: 1em;
  }
  .sec_related_sp .sec_related_box_01 .slick-arrow {
    height: 22px;
    width: 22px;
  }
  .sec_related_sp .sec_related_box_01 .slick-arrow:after {
    position: absolute;
    content: '';
    background-color: #B62457;
    height: 22px;
    width: 22px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .sec_related_sp .sec_related_box_01 .slick-prev {
    left: -32px;
  }
  .sec_related_sp .sec_related_box_01 .slick-prev:after {
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    transform: rotate(180deg);
  }
  .sec_related_sp .sec_related_box_01 .slick-next {
    right: -32px;
  }
  .sec_related_sp .sec_related_box_01 .slick-next:after {
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  }
  .sec_related_sp .sec_related_box_01 p {
    margin-top: 0.3em;
  }
}

/* ------------------------------------------------------------------
動画部分
------------------------------------------------------------------ */
.movie_btn_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 30px;
  display: block;
  height: 40px;
  width: 120px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #333;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #b2b1b1;
  text-shadow: 0px 1px 0px #fafafa;
  -webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  -moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 50%, #e2e2e2 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#movie_panel,
#movie_panel2 {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: #000;
}

#start_movie,
#start_movie2 {
  width: 100%;
  height: 100%;
  background: #000;
}

/* ------------------------------------------------------------------
.video_bustour
------------------------------------------------------------------ */
.video_bustour {
  background: url(../image/bg_report.png) no-repeat center 0;
  background-size: 797px 640px;
}

.video_area figcaption {
  text-align: center;
  color: #1b1295;
  padding-top: 5px;
}

.video_bustour .video_area .right .movie_check2 img {
  background: white;
  border: solid 1px #787878;
  padding: 4px;
}

/* ------------------------------------------------------------------
申込終了
------------------------------------------------------------------ */
.sec_09 .sec_09_button_gray_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.7em;
}

.sec_09 .sec_09_button_gray {
  width: 500px;
  border: 4px solid #C92121;
  margin:0 auto 20px;
  font-size: 130%;
  color: #C92121;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 1em 2em;
}

.sec_01 .sec_01_button_gray_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_01 .sec_01_button_gray {
  width: 540px;
  border: 4px solid #C92121;
  margin:40px auto 0;
  font-size: 130%;
  color: #C92121;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #fbf8e9;
  padding: 1em 2em;
}

@media print, screen and (max-width: 768px) {
	.sec_01 .sec_01_button_gray {
  width: 95%;
  border: 4px solid #C92121;
  margin:0 auto 20px;
  font-size: 140%;
  color: #C92121;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #fbf8e9;
  padding: 0.45em 1em;
}
}

#wrap #main a.bustour_link {
  position: relative;
  display: block;
  width: 20em;
  padding: 0.5em 0 0.5em 0.75em;
  margin: 2.5em auto 3em;
  background: #D24772;
  color: #fff;
  text-align: center;
  font-size: 117.6%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  border: 4px solid #D24772;
  box-shadow: inset 0 0 0 2px #fff;
  box-sizing: border-box;
}
#wrap #main a.bustour_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.75em;
  bottom: 0;
  display: block;
  width: 0.4em;
  height: 0.5em;
  background: #fff;
  margin: auto;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media (hover: hover) {
  #wrap #main a.bustour_link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  #wrap #main a.bustour_link {
    width: 83%;
    padding: 0.5em 0.5em 0.5em 1.25em;
    margin: 0.7em auto;
  }
}