@charset "UTF-8";
/* ブレイクポイント設定 */
/*

【スマフォ用】
@include mq() {  }

*/
/* 色設定 */
/* 余白設定 */
/* CSS Document */
html,
body {
  height: 100%;
  font-size: 62.5%;
  /* 文字サイズremを使用するための調整 */ }

h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, pre, td, th, label, div, figure, figcaption {
  color: #ffffff; }

#majowaikiteiru {
  background: url(../img/bg.jpg);
  /* contents */
  /*==================================
  アコーディオンCSS
  https://coco-factory.jp/ugokuweb/move01/9-2-1/
  ===================================*/
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
  /*==================================
  スライドショー / Swiper.js
  ===================================*/
  /*==================================
  モーダル
  https://web-emo.com/modal-multiple/
  ===================================*/
  /*----------------------------
  scroll_up ｜下から上へ出現
  ----------------------------*/ }
  #majowaikiteiru * {
    box-sizing: border-box; }
  #majowaikiteiru a, #majowaikiteiru h2 {
    transition: all .5s ease; }
  #majowaikiteiru #mainWrap {
    margin: 0 auto;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      #majowaikiteiru #mainWrap {
        padding-right: 0px; } }
  #majowaikiteiru img {
    width: 100%; }
  #majowaikiteiru .taC {
    text-align: center; }
  #majowaikiteiru #contents {
    max-width: 1200px;
    width: 100%;
    flex-grow: 1;
    /* ヘッダー */
    /* 探訪記録 */
    /* バナーエリア */
    /* 次回予告 */
    /* 番組概要 */
    /* エントランス */ }
    #majowaikiteiru #contents #header {
      background: url(../img/mainimg.png) no-repeat;
      background-size: 100%;
      width: 100%; }
      #majowaikiteiru #contents #header h1 img {
        max-width: 542px;
        width: 40%; }
      #majowaikiteiru #contents #header p {
        text-align: center; }
        #majowaikiteiru #contents #header p img.mainimg_lead {
          max-width: 854px;
          width: 82%;
          margin-top: 157px; }
        #majowaikiteiru #contents #header p img.mainimg_oatime {
          width: 100%;
          margin-top: 5px; }
      #majowaikiteiru #contents #header nav {
        margin-top: 100px;
        padding-bottom: 60px; }
        #majowaikiteiru #contents #header nav ul {
          display: flex;
          justify-content: space-around; }
          #majowaikiteiru #contents #header nav ul li {
            width: 20%; }
        @media screen and (max-width: 768px) {
          #majowaikiteiru #contents #header nav {
            margin-top: 20px;
            padding-bottom: 0px; } }
    #majowaikiteiru #contents article {
      margin: 0 auto;
      padding: 50px 0; }
      @media screen and (max-width: 768px) {
        #majowaikiteiru #contents article {
          padding: 50px 5px; } }
      #majowaikiteiru #contents article h1 {
        display: block;
        margin-bottom: 50px; }
        #majowaikiteiru #contents article h1 span {
          color: #dc0002;
          font-weight: bold;
          /* 文字境界線スタイル */
          text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff;
          margin: 0;
          font-family: "kaisei-decol", sans-serif;
          font-weight: 400;
          font-style: normal; }
      #majowaikiteiru #contents article h2 {
        font-family: "kaisei-decol", sans-serif;
        font-weight: 400;
        font-style: normal; }
      #majowaikiteiru #contents article p {
        line-height: 1.5em;
        margin-top: -0.5em;
        color: #ffffff; }
      #majowaikiteiru #contents article .text_box {
        margin-bottom: 50px; }
        #majowaikiteiru #contents article .text_box h2 {
          color: #050303;
          background: #dbc06c;
          font-size: 2.3rem;
          padding: 0 10px;
          margin-bottom: 20px; }
      #majowaikiteiru #contents article .background_box {
        background: #dbc06c;
        padding: 20px; }
        #majowaikiteiru #contents article .background_box h3 {
          font-size: 4.6rem;
          color: #050303;
          font-family: "kaisei-decol", sans-serif;
          font-weight: 400;
          font-style: normal;
          text-align: center;
          margin-bottom: 20px; }
        #majowaikiteiru #contents article .background_box p {
          color: #050303; }
          #majowaikiteiru #contents article .background_box p.lead {
            margin-bottom: 20px; }
      #majowaikiteiru #contents article .img_box {
        width: 49%;
        background: #dbc06c;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #majowaikiteiru #contents article .img_box {
            width: 100%; } }
        #majowaikiteiru #contents article .img_box img.castImg {
          width: 45%;
          margin-right: 20px; }
        #majowaikiteiru #contents article .img_box h3 {
          color: #050303;
          font-size: 2.4rem;
          margin-bottom: 5px;
          font-family: "kaisei-decol", sans-serif;
          font-weight: 400;
          font-style: normal; }
          #majowaikiteiru #contents article .img_box h3 span {
            font-size: 1.6rem; }
        #majowaikiteiru #contents article .img_box p {
          color: #050303;
          font-size: 1.4rem;
          margin-bottom: 20px; }
        #majowaikiteiru #contents article .img_box dl {
          clear: both;
          margin-top: 20px;
          padding-top: 20px;
          border-top: 1px solid #050303; }
          #majowaikiteiru #contents article .img_box dl dt, #majowaikiteiru #contents article .img_box dl dd {
            color: #050303;
            text-align: center; }
        #majowaikiteiru #contents article .img_box.width100p {
          width: 100%; }
        #majowaikiteiru #contents article .img_box.staff div {
          text-align: center; }
    #majowaikiteiru #contents .floatL {
      float: left; }
    #majowaikiteiru #contents .flex_wrap {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap; }
      #majowaikiteiru #contents .flex_wrap .flex_width55p {
        width: 55%; }
      #majowaikiteiru #contents .flex_wrap .flex_width45p {
        width: 45%; }
      @media screen and (max-width: 768px) {
        #majowaikiteiru #contents .flex_wrap {
          display: block; }
          #majowaikiteiru #contents .flex_wrap .flex_width55p {
            width: 95%;
            margin: 0 auto; }
          #majowaikiteiru #contents .flex_wrap .flex_width45p {
            width: 95%;
            margin: 0 auto; } }
    #majowaikiteiru #contents #entry {
      padding-top: 350px; }
      @media screen and (max-width: 768px) {
        #majowaikiteiru #contents #entry {
          padding-top: 130px; } }
      #majowaikiteiru #contents #entry .enter a {
        display: block;
        border: 5px solid #050303;
        border-radius: 6px;
        text-align: center;
        line-height: 3.0rem;
        margin-bottom: 20px;
        background: #dbc06c;
        color: #050303; }
        #majowaikiteiru #contents #entry .enter a img {
          width: 95%;
          margin: #majowaikiteiru #contents #entry .enter a img marginMm; }
    #majowaikiteiru #contents article#photo ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      /* モーダル内一覧 */ }
      #majowaikiteiru #contents article#photo ul a.space-between {
        display: block;
        width: 32%;
        border: 5px solid #050303;
        border-radius: 6px;
        text-align: center;
        line-height: 3.0rem;
        margin-bottom: 20px;
        background: #dbc06c;
        color: #050303; }
        @media screen and (max-width: 768px) {
          #majowaikiteiru #contents article#photo ul a.space-between {
            width: 49.5%;
            margin-bottom: 5px; } }
        #majowaikiteiru #contents article#photo ul a.space-between h2 {
          font-size: 3.0rem;
          margin: 20px; }
          @media screen and (max-width: 768px) {
            #majowaikiteiru #contents article#photo ul a.space-between h2 {
              font-size: 1.8rem;
              margin: 5px; } }
        #majowaikiteiru #contents article#photo ul a.space-between span {
          font-size: 2.3rem; }
          @media screen and (max-width: 768px) {
            #majowaikiteiru #contents article#photo ul a.space-between span {
              font-size: 1.8rem; } }
        #majowaikiteiru #contents article#photo ul a.space-between:hover {
          background: #a82026; }
          #majowaikiteiru #contents article#photo ul a.space-between:hover h2 {
            color: #ffffff; }
            #majowaikiteiru #contents article#photo ul a.space-between:hover h2 span {
              color: #dbc06c; }
      #majowaikiteiru #contents article#photo ul ul.photo-inner {
        justify-content: center;
        gap: 20px; }
        #majowaikiteiru #contents article#photo ul ul.photo-inner li {
          width: calc(90% / 3); }
          @media screen and (max-width: 768px) {
            #majowaikiteiru #contents article#photo ul ul.photo-inner li {
              width: calc(90% / 2); } }
    #majowaikiteiru #contents article#photo ul::after {
      display: block;
      content: "";
      width: 32%; }
    #majowaikiteiru #contents article#banner ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px; }
      #majowaikiteiru #contents article#banner ul li {
        width: 49%; }
        @media screen and (max-width: 768px) {
          #majowaikiteiru #contents article#banner ul li {
            width: 90%; } }
    #majowaikiteiru #contents article#nextOA {
      /* Youtube動画をレスポンシブにする */ }
      #majowaikiteiru #contents article#nextOA h2 {
        font-size: 5.2rem;
        text-align: center;
        line-height: 1em;
        color: #050303; }
        @media screen and (max-width: 768px) {
          #majowaikiteiru #contents article#nextOA h2 {
            font-size: 3.2rem; } }
      #majowaikiteiru #contents article#nextOA .OAdate {
        display: block;
        font-size: 2.8rem;
        font-family: "kaisei-decol", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        color: #050303;
        margin-bottom: 30px; }
      #majowaikiteiru #contents article#nextOA .youtube_wrap .youtube {
        width: 100%;
        aspect-ratio: 16 / 9; }
      #majowaikiteiru #contents article#nextOA .youtube_wrap .youtube iframe {
        width: 100%;
        height: 100%; }
      @media screen and (max-width: 768px) {
        #majowaikiteiru #contents article#nextOA .youtube_wrap {
          padding-left: 0;
          margin: 0 auto 20px; } }
      #majowaikiteiru #contents article#nextOA p {
        padding-left: 20px; }
        @media screen and (max-width: 768px) {
          #majowaikiteiru #contents article#nextOA p {
            padding-left: 0;
            margin: 0 auto; } }
    #majowaikiteiru #contents article#about p {
      padding-right: 20px; }
      @media screen and (max-width: 768px) {
        #majowaikiteiru #contents article#about p {
          padding-right: 0;
          margin: 0 auto 20px; } }
    #majowaikiteiru #contents article#enter {
      padding: 0; }
  #majowaikiteiru .accordion-area {
    list-style: none;
    margin: 0 auto;
    border-radius: 6px; }
  #majowaikiteiru .accordion-area li {
    margin: 0; }
    #majowaikiteiru .accordion-area li:last-of-type section {
      border: none; }
  #majowaikiteiru .accordion-area li > section {
    border-bottom: 1px solid #050303; }
  #majowaikiteiru .title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 2.3rem;
    font-weight: normal;
    padding: 10px 20px;
    background: #dbc06c;
    color: #050303; }
    #majowaikiteiru .title span {
      display: inline-block;
      margin-right: 1em; }
    #majowaikiteiru .title:hover {
      background: #a82026;
      color: #ffffff; }
      #majowaikiteiru .title:hover span {
        color: #dbc06c; }
  #majowaikiteiru .title.close {
    background: #a82026;
    color: #ffffff; }
    #majowaikiteiru .title.close span {
      color: #dbc06c; }
  #majowaikiteiru .box {
    display: none;
    /*はじめは非表示*/
    padding: 30px 0; }
  #majowaikiteiru .swiper {
    margin-bottom: 20px; }
  #majowaikiteiru .swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: auto; }
  #majowaikiteiru .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px; }
  #majowaikiteiru .md-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 9999; }
  #majowaikiteiru .md-contents {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    height: auto;
    max-height: 80vh;
    overflow-y: scroll;
    transform: translate(-50%, -50%);
    z-index: 10000; }
    @media screen and (max-width: 768px) {
      #majowaikiteiru .md-contents {
        width: 90%; } }
  #majowaikiteiru .md-inner {
    padding: 24px 40px;
    background: #fff;
    height: auto; }
  #majowaikiteiru .md-xmark {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 22px;
    z-index: 9999;
    cursor: pointer; }
  #majowaikiteiru .md-xmark span {
    height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px; }
  #majowaikiteiru .md-xmark span:nth-of-type(1) {
    top: 0;
    transform: translateY(10px) rotate(-45deg); }
  #majowaikiteiru .md-xmark span:nth-of-type(2) {
    bottom: 0;
    transform: translateY(-10px) rotate(45deg); }
  #majowaikiteiru .fade {
    animation-name: fadein;
    animation-duration: 2s; }
@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px); }
  to {
    opacity: 1;
    transform: translatey(0); } }
/*#majowaikiteiru*/

/*# sourceMappingURL=style.css.map */



/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** Smartphone ****************/

@media only screen and (max-width:750px){
.bnrarea{
 margin: 30px auto;
  width: 100%;
	text-align: center;
}
.bnrarea img{
 display: inline-block;
 margin: 5px 0;
  width: 96%;
}
}

/**************** PC ****************/

@media only screen and (min-width:751px){

.bnrarea{
 margin: 30px auto;
  width:600px;
	text-align: center;
}
.bnrarea img{
 display: inline-block;
 margin: 5px 10px;
 width:600px;
}
}
