@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けレイアウト指定：～781px
PC向けレイアウト指定：782px〜
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 スクリーン
===========================================*/
.screen-page {
  -webkit-border-radius: 0 48px 0 0;
     -moz-border-radius: 0 48px 0 0;
      -ms-border-radius: 0 48px 0 0;
       -o-border-radius: 0 48px 0 0;
          border-radius: 0 48px 0 0;
  height: 750px;
  margin: 20px 20px 0;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .screen-page {
    height: 550px;
  }
}

@media only screen and (max-width: 782px) {
  .screen-page {
    -webkit-border-radius: 0 28px 0 0;
       -moz-border-radius: 0 28px 0 0;
        -ms-border-radius: 0 28px 0 0;
         -o-border-radius: 0 28px 0 0;
            border-radius: 0 28px 0 0;
    height: 330px;
    margin: 16px 16px 0;
  }
}

.yama-title {
  background: #000;
  background: rgba(0, 0, 0, .5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  margin: auto;
  max-width: 660px;
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  z-index: 2;
}

.yama-title img {
  margin: auto;
  max-width: 590px;
  width: 90%;
}

@media only screen and (max-width: 600px) {
  .yama-title {
    max-width: 360px;
    width: 75%;
  }
}

.seichi-top {
  background: url(./images/screen/seichi-top.jpg) no-repeat center bottom;
  background-size: cover;
}

.theme-top {
  background: url(./images/screen/theme-top.jpg) no-repeat center center;
  background-size: cover;
}

.about-top {
  background: url(./images/screen/about-top.jpg) no-repeat center center;
  background-size: cover;
}

.voice-top {
  background: url(./images/screen/voice-top.jpg) no-repeat center center;
  background-size: cover;
}

.news-top {
  background: url(./images/screen/news-top.jpg) no-repeat center center;
  background-size: cover;
}

.faq-top {
  background: url(./images/screen/faq-top.jpg) no-repeat center center;
  background-size: cover;
}

.contact-top {
  background: url(./images/screen/contact-top.jpg) no-repeat center 40%;
  background-size: cover;
}

.column-top {
  background: url(./images/screen/column-top.jpg) no-repeat center 40%;
  background-size: cover;
}

.others-top {
  background: url(./images/screen/others-top.jpg) no-repeat center center;
  background-size: cover;
}

.policy-top {
  background: url(./images/screen/policy-top.jpg) no-repeat center 70%;
  background-size: cover;
}

/* パンくず */
.breadcrumbs {
  font-size: .7rem;
  line-height: 1.5em;
  padding: 10px 0 0 0;
  position: relative;
  z-index: 1;
}

.breadcrumbs a {
  text-decoration: underline;
}

/*==========================================
 聖地巡礼
===========================================*/
.seichi-lead {
  font-size: 1.15rem;
  line-height: 2.3;
}

br.seichi-br {
  display: none;
}

@media only screen and (max-width: 1390px) {
  .seichi-lead {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 1290px) {
  br.seichi-br {
    display: block;
  }
}

@media only screen and (max-width: 1160px) {
  .seichi-lead br {
    display: none;
  }
}

@media only screen and (max-width: 782px) {
  .seichi-lead {
    font-size: 1rem;
    line-height: 2;
  }
}

/* 見どころ */
.seichi-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.seichi-item-l {
  width: 33.3333333%;
}

.seichi-item-r {
  margin-top: 20px;
  width: 59.2592593%;
}

.midokoro {
  font-size: 1.7rem;
  position: relative;
}

.midokoro:before {
  background: #41a9a5;
  content: "";
  height: 4px;
  left: 120px;
  margin-top: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90px;
}

@media only screen and (max-width: 782px) {
  .seichi-container {
    display: block;
  }

  .seichi-item-l {
    margin: 20px auto 0;
    max-width: 380px;
    width: 100%;
  }

  .seichi-item-r {
    width: 100%;
  }

  .midokoro {
    font-size: 1.4rem;
    position: relative;
  }

  .midokoro:before {
    height: 3px;
    left: 100px;
    width: 80px;
  }
}

.seichi-list {
  display: flex;
  justify-content: space-between;
}

.seichi-list li {
  width: 19.0740741%;
}

@media only screen and (max-width: 782px) {
  .seichi-list {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
  }

  .seichi-list li {
    margin-bottom: 10px;
    width: 48.5%;
  }
}

.seichi-mizu {
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
  bottom: 0;
  max-width: 205px;
  position: absolute;
  right: 0;
  width: 30%;
  z-index: 2;
}

.pagefude-r {
  max-width: 305px;
  position: absolute;
  right: 0;
  top: -130px;
  width: 30.5%;
}

@media only screen and (max-width: 782px) {
  .seichi-mizu {
    max-width: 120px;
    width: 40%;
  }

  .pagefude-r {
    max-width: 140px;
    top: -80px;
    width: 100%;
  }
}

/* 要項 */
.yoko-ti {
  font-size: 1.25rem;
}

.maru-s {
  font-size: .8rem;
  margin-right: 5px;
}

.maru-flex {
  align-items: center;
  display: flex;
}

.yoko-container {
  align-items: center;
  align-items: flex-start;
  display: flex;
}

.yoko-item-l {
  flex-shrink: 0;
  width: 100px;
}

.yoko-mt {
  margin-top: 5px;
}

@media only screen and (max-width: 782px) {
  .yoko-ti {
    font-size: 1.1rem;
  }

  .maru-s {
    font-size: .7rem;
  }

  .maru-flex {
    margin-top: 7px;
  }

  .yoko-container {
    display: block;
  }

  .yoko-item-l {
    width: 100%;
  }
}

/* 行程 */
.sche-border {
  display: inline-block;
  font-size: .7rem;
  position: relative;
}

.sche-border::before, .sche-border::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: rotate(0);
  width: 100%;
}

.sche-border::before {
  top: 55%;
}

.sche-border::after {
  top: 42%;
}

.sche-dot {
  font-size: .95rem;
}

.sche-wrap {
  text-align: left;
}

.sche-inb {
  display: inline-block;
}

@media only screen and (max-width: 782px) {
  .sche-border {
    font-size: .6rem;
  }

  .sche-dot {
    font-size: .85rem;
  }
}

/* ガイド */
.guide-container {
  display: flex;
  justify-content: space-between;
}

.guide-l {
  width: 33.3333333%;
}

.guide-l img {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
}

.guide-r {
  width: 59.2592593%;
}

.maru-guide {
  align-items: center;
  display: flex;
}

.guide-span {
  font-size: 1.6rem;
  margin-left: 6px;
}

@media only screen and (max-width: 782px) {
  .guide-container {
    display: block;
  }

  .guide-l {
    margin: 0 auto 20px;
    max-width: 200px;
    width: 100%;
  }

  .guide-r {
    width: 100%;
  }

  .guide-span {
    font-size: 1.4rem;
  }
}

/*==========================================
 テーマツアー
===========================================*/
.page-title {
  background: #000;
  background: rgba(0, 0, 0, .5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
  font-size: 2.6rem;
  left: 0;
  margin: auto;
  padding: 4px 2% 7px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: fit-content;
  z-index: 2;
}

.theme-title {
  font-size: 2rem;
  position: relative;
}

.line-page {
  left: 0;
  margin: 0;
  right: auto;
}

@media only screen and (max-width: 782px) {
  .page-title {
    font-size: 1.4rem;
  }

  .theme-title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 370px) {
  .page-title {
    font-size: 1.2rem;
  }
}

/* プロフィール */
.prf-span {
  font-size: 1.7rem;
}

.prf-roma {
  letter-spacing: .1rem;
  margin-left: 15px;
}

.prf-kata {
  font-size: 1.15rem;
}

.line-prf {
  left: 0;
  max-width: 220px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 782px) {
  .prf-span {
    font-size: 1.5rem;
  }

  .prf-roma {
    font-size: .9rem;
  }

  .prf-kata {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* 筆円 */
.pagefude-l {
  bottom: -150px;
  left: 0;
  max-width: 305px;
  position: absolute;
  width: 30.5%;
  z-index: 0;
}

@media only screen and (max-width: 782px) {
  .pagefude-l {
    bottom: -80px;
    max-width: 140px;
    width: 100%;
  }
}

/* 要項 */
.general-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.gene-item-l {
  width: 48.1481481%;
}

.gene-item-r {
  width: 48.1481481%;
}

/* ギャラリー */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-img {
  margin-bottom: 10px;
  max-width: 255px;
  width: 49.0384615%;
}

.gall-ex {
  font-size: .95rem;
}

/* 画像比率 正方形 */
.square-image img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.square-image {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

/* 要項詳細 */
.gene-ti {
  font-size: 1.5rem;
  padding-left: 30px;
}

.gene-day {
  font-size: 1.3rem;
}

@media only screen and (max-width: 782px) {
  .general-container {
    display: block;
  }

  .gene-item-l {
    margin: 20px auto 0;
    max-width: 520px;
    width: 100%;
  }

  .gene-item-r {
    width: 100%;
  }

  .gallery-img {
    margin-bottom: 7px;
  }

  .gall-ex {
    font-size: .9rem;
  }

  .gene-ti {
    font-size: 1.4rem;
  }

  .gene-day {
    font-size: 1.2rem;
  }
}

.spot-box {
  background: url(./images/page/spot-back.jpg) no-repeat center center;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  padding: 30px 4%;
  width: 100%;
}

@media only screen and (max-width: 782px) {
  .spot-box {
    padding: 20px 4%;
  }
}

.spot-box a,
.link-lead a {
  color: #ff4800;
  font-weight: 500;
  text-decoration: underline;
}

/*==========================================
 アバウト
===========================================*/
/* リード */
.about-pl {
  font-size: 1.28rem;
}

.about-mumaru {
  bottom: 0;
  max-width: 216px;
  position: absolute;
  right: 0;
  width: 40%;
}

.fude-line {
  bottom: 10px;
  max-width: 540px;
  position: absolute;
  right: -50%;
  width: 90%;
}

.about-br {
  display: none;
}

@media only screen and (max-width: 1150px) {
  .about-br {
    display: block;
  }
}

@media only screen and (max-width: 782px) {
  .about-pl {
    font-size: 1.1rem;
  }

  .about-mumaru {
    max-width: 180px;
    width: 38%;
  }

  .fude-line {
    bottom: -50px;
    right: 0;
    width: 100%;
  }
}

.fuwa {
  animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* 概要 */
.box {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  padding: 60px 5%;
}

table.outline-r {
  border-collapse: separate;
  border-spacing: 10px 0;
  font-size: 1.1rem;
  padding: 0 4%;
}

.outline-r {
  width: 100%;
}

.outline-r tr {
  padding: 30px 0;
}

.outline-ti {
  border-bottom: 1px solid #008e66;
  font-weight: 600;
  padding: 22px 0;
  width: 220px;
}

.outline-ti-bt {
  border-top: 1px solid #008e66;
}

.naiyo {
  border-bottom: 1px solid #d9d9d9;
  padding: 22px 0;
}

.naiyo-bt {
  border-top: 1px solid #d9d9d9;
}

@media only screen and (max-width: 782px) {
  .box {
    padding: 30px 2%;
  }

  table.outline-r {
    border-spacing: 0;
    font-size: .95rem;
    line-height: 1.7;
  }

  .outline-r tr {
    font-size: .95em;
  }

  .outline-r td {
    display: block;
    padding: 0;
  }

  .outline-ti {
    background: #e2eedb;
    border: none;
    margin-bottom: 8px;
    width: 100%;
  }

  td.outline-ti {
    padding: 1px 10px 2px;
  }

  .outline-ti-bt {
    border-top: 1px solid #d9d9d9;
  }

  td.naiyo {
    padding-bottom: 10px;
  }

  .naiyo-bt {
    border-top: none;
  }
}

.fude-line-yoko {
  max-width: 540px;
  position: absolute;
  right: -20%;
  top: -100px;
  width: 60%;
}

@media only screen and (max-width: 782px) {
  .fude-line-yoko {
    max-width: 230px;
    right: -10%;
    top: -45px;
    width: 100%;
  }
}

/*==========================================
 参加者の声
===========================================*/
.voice-container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice-container li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 48.1481481%;
}

.voice-wrap {
  background: #eef8dd;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 5%;
}

.voice-w {
  flex: 1;
  padding: 20px 5%;
}

.voice-wrap h3 {
  font-size: 1.1rem;
}

.voice-cat {
  background: #ec6b61;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  display: inline-block;
  font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: .9rem;
  padding: 3px 15px;
}

.voice-name {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: .95rem;
}

.note-voice {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.line-dot {
  margin: 18px 0 14px;
  max-width: 74px;
}

.voice-txt {
  font-size: .97em;
}

@media only screen and (max-width: 782px) {
  .voice-container {
    display: block;
  }

  .voice-container li {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }

  .voice-wrap {
    display: block;
    padding: 12px 4%;
  }

  .voice-w {
    padding: 15px 5%;
  }

  .voice-wrap h3 {
    font-size: 1rem;
  }

  .voice-cat {
    font-size: .85em;
    margin-top: 10px;
    padding: 3px 10px;
  }

  .voice-name {
    font-size: .95rem;
    margin-top: 10px;
  }

  .line-dot {
    margin: 12px 0 10px;
    max-width: 68px;
  }

  .voice-txt {
    font-size: .9em;
  }
}

/*==========================================
 お知らせ
===========================================*/
.news-round {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  padding: 60px 6%;
}

.newspage-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.blog-article time {
  display: block;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  padding-left: 10px;
}

.news-fude {
  left: 0;
  max-width: 287px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}

.blog-article {
  line-height: 1.9;
  padding-bottom: 40px;
}

.news-txt {
  margin-top: 30px;
}

.blog-article img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 600px;
  width: 100% !important;
}

.blog-article a {
  color: #ff4800;
  text-decoration: underline;
}

@media only screen and (max-width: 782px) {
  .news-round {
    padding: 30px 5%;
  }

  .newspage-title {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .blog-article time {
    font-size: 1.15rem;
  }

  .news-fude {
    max-width: 200px;
    width: 100%;
  }

  .blog-article {
    font-size: .95em;
    line-height: 1.8;
    padding-bottom: 20px;
  }

  .news-txt {
    margin-top: 20px;
  }
}

/* strongタグを太字に */
.my_bold {
  font-weight: bold;
}

/* ユーチューブ埋め込み通常ページ */
.youtube {
  height: 0;
  margin: 20px 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*==========================================
 投稿間ナビ
===========================================*/
.adjacent_post_links {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  padding: 0;
}

.adjacent_post_links li.previous a:before, .adjacent_post_links li.next a:after {
  content: "";
  height: 47px;
  margin-top: -8px;
  position: absolute;
  width: 137px;
}

.adjacent_post_links li.previous a:before {
  background: url(./images/blog-back.png) no-repeat left 50%;
  background-size: 137px 47px;
  margin-left: -137px;
}

.adjacent_post_links li.next a:after {
  background: url(./images/blog-next.png) no-repeat left 50%;
  background-size: 137px 47px;
}

.all_links {
  padding: 0 30px;
}

a.all_links {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 782px) {
  .adjacent_post_links {
    margin: 24px auto 0;
  }

  .adjacent_post_links li.previous a:before, .adjacent_post_links li.next a:after {
    height: 30px;
    margin-top: -3px;
    width: 86px;
  }

  .adjacent_post_links li.previous a:before {
    background-size: 86px 30px;
    margin-left: -86px;
  }

  .adjacent_post_links li.next a:after {
    background-size: 86px 30px;
  }

  .all_links {
    font-size: .8rem;
    padding: 0 14px;
  }
}

/*==========================================
 ページナビ
===========================================*/
.pagenation {
  margin: 40px 0 -20px;
  text-align: center;
}

.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  display: inline-block;
  margin: 0;
}

.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #888;
  border-radius: 3px;
  color: #fff;
  cursor: not-allowed;
  padding: 2px 14px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #c0c0c0;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 2px 14px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.pagenation li a:hover {
  background-color: #444;
  color: #fff;
  opacity: .8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/*==========================================
 よくある質問
===========================================*/
.qa-wrap {
  background: #eef8dd;
  padding: 8px 3%;
  position: relative;
}

.question {
  background: #fff;
  cursor: pointer;
  display: block;
  padding: 12px 2%;
  position: relative;
}

.answers {
  background: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 4%;
  position: relative;
  -webkit-transition: .8s ease;
     -moz-transition: .8s ease;
      -ms-transition: .8s ease;
       -o-transition: .8s ease;
          transition: .8s ease;
  width: 100% !important;
}

.questions:checked ~ .answers {
  background: #fff;
  height: auto;
  margin-top: 18px;
  opacity: 1;
  padding: 10px 4%;
}

.plus-wrap {
  align-items: center;
  background: #ec6b61;
  display: flex;
  height: 30px;
  justify-content: center;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.plus {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(-1.5px);
     -moz-transform: translateY(-1.5px);
      -ms-transform: translateY(-1.5px);
       -o-transform: translateY(-1.5px);
          transform: translateY(-1.5px);
  transform-origin: center center;
  -webkit-transition: transform .3s ease;
     -moz-transition: transform .3s ease;
      -ms-transition: transform .3s ease;
       -o-transition: transform .3s ease;
          transition: transform .3s ease;
}

.questions:checked ~ .q-flex .plus-wrap .plus {
  -webkit-transform: translate(1.5px, -1px) rotate(45deg);
     -moz-transform: translate(1.5px, -1px) rotate(45deg);
      -ms-transform: translate(1.5px, -1px) rotate(45deg);
       -o-transform: translate(1.5px, -1px) rotate(45deg);
          transform: translate(1.5px, -1px) rotate(45deg);
}

.questions {
  display: none;
}

.q-flex {
  align-items: center;
  display: flex;
  font-size: 1.1rem;
  line-height: 1.6;
  padding-right: 50px;
}

.q-no {
  color: #afd880;
  font-size: 2.3rem;
  line-height: 1;
  margin-right: 16px;
}

@media only screen and (max-width: 782px) {
  .qa-wrap {
    padding: 8px 4%;
  }

  .question {
    font-size: .9rem;
    padding: 8px 4%;
  }

  .questions:checked ~ .answers {
    margin-top: 10px;
    padding: 8px 4%;
  }

  .plus-wrap {
    height: 25px;
    width: 25px;
  }

  .plus {
    font-size: 30px;
    -webkit-transform: translateY(-1.8px);
       -moz-transform: translateY(-1.8px);
        -ms-transform: translateY(-1.8px);
         -o-transform: translateY(-1.8px);
            transform: translateY(-1.8px);
  }

  .q-flex {
    font-size: .95rem;
    line-height: 1.5;
    padding-right: 38px;
  }

  .q-no {
    font-size: 2rem;
    margin-right: 10px;
  }
}

/*==========================================
 お問い合わせ
===========================================*/
.con-center {
  text-align: center;
}

@media only screen and (max-width: 782px) {
  .round-back {
    padding: 30px 5%;
  }

  .con-center {
    text-align: left;
  }

  .con-center br {
    display: none;
  }
}

.con-tel {
  display: block;
  max-width: 340px;
  min-width: 220px;
  position: relative;
  width: 50%;
}

/* フォーム */
input, textarea {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

input[type="radio"], input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

::placeholder {
  color: #eff3f5;
}

@media only screen and (max-width: 782px) {
  .contact {
    font-size: .9rem;
  }
}

.contact table {
  border-top: 1px solid #e8e8e8;
  width: 100%;
}

.contact tr {
  border-bottom: 1px solid #e8e8e8;
}

.contact th {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 30%;
}

.contact th.essential:before {
  background: #ec6b61;
  border-radius: 8px;
  color: #fff;
  content: "必 須";
  display: block;
  font-size: .7rem;
  left: 143px;
  line-height: 1;
  margin-top: 6px;
  padding: 5px 12px;
  position: absolute;
  text-align: center;
}

.contact td {
  padding: 28px 0;
  width: 60%;
}

@media only screen and (max-width: 782px) {
  .contact th, .contact td {
    display: block;
    float: left\9;
    width: 100%;
  }

  .contact th {
    padding: 10px 0;
  }

  .contact th.essential:before {
    left: auto;
    margin-top: 3px;
    padding: 4px 12px;
    right: 0;
  }

  .contact td {
    padding: 0 0 16px;
  }
}

.length-l, .length-m {
  background: #f1f4f6;
  border: none;
  font-size: 15px;
  padding: 17px;
}

.length-l {
  width: 100%;
}

.length-m {
  width: 74%;
}

@media only screen and (max-width: 782px) {
  .length-l, .length-m {
    font-size: 14px;
    padding: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .length-m {
    width: 100%;
  }
}

.submit {
  -webkit-appearance: none;
     -moz-appearance: none;
       -o-appearance: none;
          appearance: none;
  background: #ec6b61;
  border: none;
  border-radius: 34px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  margin: 40px auto 0;
  padding: 20px 0;
  width: 320px;
}

.submit:hover {
  background: #f1857d;
}

@media only screen and (max-width: 782px) {
  .submit {
    margin: 30px auto 0;
    padding: 10px 0;
    width: 200px;
  }
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-not-valid {
  background: #ffa;
}

.wpcf7-response-output {
  border: solid 1px #c0c0c0 !important;
  margin: 0 !important;
}

.ajax-loader {
  height: 16px !important;
  width: 16px !important;
}

/* フォーム内チェックボックス */
.wpcf7-checkbox {
  display: block;
  padding: 10px 0;
  text-align: left;
}

.check-box label {
  display: inline-block;
}

.wpcf7-list-item-label {
  margin-right: 20px;
  padding-left: 20px;
  position: relative;
}

.wpcf7-list-item-label::before {
  border: 1px solid #999;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
}

.check-box input:checked + .wpcf7-list-item-label {
  color: #757575;
}

.check-box input:checked + .wpcf7-list-item-label a {
  color: #f1857d;
}

.check-box input:checked + .wpcf7-list-item-label::after {
  border-bottom: 3px solid #757575;
  border-right: 3px solid #757575;
  content: "";
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(40deg);
     -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
       -o-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 7px;
}

.check-box input:checked + .wpcf7-list-item-label::after {
  border-bottom: 3px solid #757575;
  border-right: 3px solid #757575;
  content: "";
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(40deg);
     -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
       -o-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 7px;
}

a.doi-p {
  color: #ec6b61;
  font-weight: 500;
  text-decoration: underline;
}

/*==========================================
 コラム
===========================================*/
/* まほろば散歩 */
.column-container {
  display: flex;
}

.yuyu-logo {
  margin-right: 5.55555556%;
  width: 16.6666667%;
}

.column-prf {
  margin-right: 3.7037037%;
  width: 48.1481481%;
}

.column-prf-img {
  width: 25.9259259%;
}

.column-name-t {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
  padding-bottom: 3px;
}

.column-name-b {
  align-items: center;
  display: flex;
  padding-top: 3px;
}

.column-prf-s {
  font-size: .85em;
}

.column-prf-l {
  font-size: 1.65em;
  margin-right: 10px;
}

.column-prf-m {
  font-size: 1.3em;
  margin-right: 10px;
}

.column-prf-txt {
  font-size: .9em;
}

@media only screen and (max-width: 782px) {
  .column-container {
    display: block;
  }

  .yuyu-logo {
    margin: 0 auto 15px;
    max-width: 120px;
    width: 100%;
  }

  .column-prf {
    margin-right: 0;
    width: 100%;
  }

  .column-prf-img {
    margin: 20px auto 0;
    max-width: 200px;
    width: 100%;
  }

  .column-name-t {
    justify-content: center;
    padding-bottom: 1px;
  }

  .column-name-b {
    justify-content: center;
    padding-top: 1px;
  }

  .column-prf-s {
    font-size: .8em;
  }

  .column-prf-l {
    font-size: 1.5em;
  }

  .column-prf-m {
    font-size: 1.2em;
  }
}

/* 記事内 */
.column-title {
  align-items: center;
  display: flex;
}

.column-no {
  flex-shrink: 0;
  margin-right: 1%;
  width: 96px;
}

.column-no-maru {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.column-vol {
  font-size: .85em;
  font-weight: 500;
}

.column-volno {
  font-size: 1.1em;
}

.column-h1 {
  font-size: 2.2em;
  line-height: 1.4;
}

@media only screen and (max-width: 782px) {
  .column-no {
    margin-right: 2%;
    width: 50px;
  }

  .column-vol {
    font-size: .7em;
  }

  .column-volno {
    font-size: .9em;
  }

  .column-h1 {
    font-size: 1.5em;
  }
}

.column-name-l {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: .85em;
  line-height: 1.5;
  margin: 10px auto 0;
  max-width: 600px;
}

.column-name-s {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: .85em;
  line-height: 1.5;
  margin: 10px auto 0;
  max-width: 400px;
}

.column-img-s {
  margin: 0 auto;
  max-width: 400px;
}

.kei-logo {
  left: 0;
  margin: auto;
  max-width: 400px;
  position: absolute;
  right: 0;
  top: -55px;
  width: 50%;
}

.kei-title {
  justify-content: center;
}

.kei-h1 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 782px) {
  .kei-logo {
    max-width: 220px;
    top: -30px;
    width: 100%;
  }

  .kei-h1 {
    margin-bottom: 5px;
  }
}

/*==========================================
 個人情報保護方針
===========================================*/
.title-middle {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 30px;
}

.title-middle:after {
  background: radial-gradient(circle farthest-side, #ec6b61, #ec6b61 30%, transparent 30%, transparent);
  background-size: 12px;
  content: "";
  display: block;
  height: 12px;
  margin-top: 8px;
  width: 100%;
}

.txt-r {
  text-align: right;
}

@media only screen and (max-width: 782px) {
  .title-middle {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}

/*==========================================
 その他
===========================================*/
/* 準備中の文字 */
.no-txt {
  font-size: 1.5rem;
}

.vol-txt {
  flex-shrink: 0;
  font-size: 1.4em;
  position: relative;
  width: 80px;
  z-index: 1;
}

.vol-txt-no {
  font-size: 1.2em;
}

@media only screen and (max-width: 782px) {
  .vol-txt {
    font-size: 1.2em;
  }
}

.kei-logo-cat {
  margin: 0 auto;
  max-width: 400px;
  width: 50%;
}

@media only screen and (max-width: 782px) {
  .kei-logo-cat {
    max-width: 220px;
    width: 100%;
  }
}
