@charset "utf-8";

#pankuzu_a{ z-index:100; position:relative;}

  .main{
  margin: 0 auto;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Noto Sans JP", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    }
  .main p{
  font-size: 16px;
  line-height: 1.75em;
  }
  .main p_small{
  font-size:14px;
  }
  .main h2{
    font-family: "Noto Serif JP", serif ;
    text-align : left;
    float: right;
    display: inline-block;
    font-size:40px;
    letter-spacing: 0.05em;
    margin:0 0 0 10px;
        
    -ms-writing-mode: tb-rl;   
    writing-mode: vertical-rl;
    text-orientation: upright;
    }
    /* 縦文字ズレ修正
    .main h2 .r8{
        vertical-align:8%;
        }
    .main h2 .r7{
        vertical-align:7%;
        }
    .main h2 .r6{
        vertical-align:6%;
        }
    */
    .main h3{
    font-family: "Noto Serif JP", serif ;
    text-align : left;
    float: right;
    display: inline-block;
    font-size:18px;
    margin-top:5px ; 
    margin-left:-10px ;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
    .main h4{
    font-family: "Noto Serif JP", serif ;
    text-align : center;
    font-size:30px;
    margin: 40px 0 20px; 
}
    .main h6{
    font-family: "Noto Serif JP", serif ;
    text-align : center;
    font-size:24px;
    margin: 15px 0 10px 0;
}
    .mt_50{
        margin-top:50px;
}
    .mt_100{
        margin-top:100px;
}
    .main .michinori_day{
    font-family: "Noto Serif JP", serif ;
    text-align : left;
    float: right;
    display: inline-block;
    font-size:20px;
    margin-bottom:20px;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; 
}
    .right {
    margin: 0 0 0 auto;
}

/* 全画面表示CSS */
.fullscreen {
  height: 100%; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-image: url(images/top.png);
}
.description {
  position: relative;
  text-align: center;
  left: 50%;
  top: 350px;
  max-height:0%;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:100;
  }

.description img{
  position: relative;
  text-align: center;
  left: 50%;
  top: 350px;
  max-height:0%;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:100;
  }
.scroll {
  position: relative;
  text-align: center;
  top: 33px;
  left: 50%;
  width: 180px;
  max-height:0%;
    
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:100;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*背景*/
.content_1,
.content_2,
.content_3,
.content_4{
  padding: 100px 0 250px;
}
.content_5{
  padding: 100px 0 100px;
}
.content_2,
.content_3,
.content_4,
.content_5{
  margin: -10% 0px 0px;
}
.content_1{
 z-index: 2; 
 background: url(images/pattern1.png) repeat;
}
.content_2{
  position: relative;
  z-index: 0;   
}
.content_2::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /* 四角形を傾ける */
  transform: skewY(5deg);
  transform-origin: bottom right;
  z-index: -1;
  width:100%;
  height:100%;
  background: url(images/pattern2.png) repeat;
}
.content_3 {
  position: relative;
  z-index: 1;   
}
.content_3::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /* 四角形を傾ける */
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height:100%;
  background: url(images/pattern3.png) repeat;
}
.content_4 {
  position: relative;
  z-index: 2;   
}
.content_4::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /* 四角形を傾ける */
  transform: skewY(5deg);
  transform-origin: bottom right;
  z-index: -1;
  width:100%;
  height:100%;
  background: url(images/pattern4.png) repeat;
}
.content_5 {
  position: relative;
  background: url(images/pattern5.png) repeat;
  z-index: 2;
}
.content_5::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /* 四角形を傾ける */
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height:100%;
  background: url(images/pattern5.png) repeat;
}
.contents_inner  {
  box-sizing: boder-box;
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

.contents_inner.graph  {
    text-align : left;
    width: 600px;
    height: auto;
}
.contents_inner .graph_2  {
    text-align : center;
    margin: 0 auto;
    width: 600px;
    height: auto;
}
.contents_inner .illust {
    text-align : left;
    float: left;
    margin-right: 50px;
}
.contents_inner.relatedtour {
    text-align : right;
    float: right;
    margin-top: -60px;
    margin-right: -25px;
}
.box_mochimono {
    width: 500px;    
    height:auto;
    margin:10px 0px 12px 15px;
    padding:30px;
    background-color:#FFF;
    display: inline-block;
}
.midashi {
    font-size: 18px;
    margin-left: 10px;
    color: #839b5c;
}
.box_mochimono ul {
    margin-top: 10px;
    list-style-type: square;
    font-size:16px;
    line-height:1.8em;
    column-count: 2;
    padding-left:30px;
}
.box_column{
    width: 100%;    
    height:auto;
    margin:20px 0px;
    padding:40px;
    background-color:#FFF;
    border: dotted 1px #839b5c;
    display: inline-block;
}
.box_colum_detail{
  background-color:#839b5c;
  font-size:13px;
  font-weight: 600;    
  color:#FFF;
  width:80px;
  text-align:center;
  line-height:18px;
    margin-right:5px;
    padding-top:6px;
  padding-bottom:6px;
  display:inline-block;
}
.box_column_image{
    width: 320px;
    height: auto;
    margin-left: 20px;
    float: right;
}
.box_column .g_midashi{
    text-align: center;
    margin-bottom: 10px;
}
.box_column_midahi{
    font-size:18px;
    line-height:16px;
}
.box_column p{
    font-size:14px;
}

/*map*/
.map {
    max-width: 980px;
    width: 100%;
    height: 534px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    background: url(images/routemap.png) no-repeat top center;
}
.map_info {
    position: absolute;
    top: 180px;
    left: 510px;
    width: 400px;
    height: 300px;
    background: #fff;
}
.info_txt{
    width: 400px;
    padding: 25px 40px ;
    position: relative;
}
.info_txt p.route01{
   border-left: 4px solid #FF8827; 
   padding-left: 8px;
   font-size: 18px;
   font-weight: bold ;
   margin-bottom: 5px;
}
.info_txt p.route02{
   border-left: 4px solid #56B286; 
   padding-left: 8px;
   font-size: 18px;
   font-weight: bold ;
   margin-bottom: 5px;   
}
.info_txt p.route03{
   border-left: 4px solid #868BA8; 
   padding-left: 8px;    
   font-size: 18px;
   font-weight: bold ;
   margin-bottom: 5px;   
}
.info_txt p.route04{
   border-left: 4px solid #D17C7C; 
   padding-left: 8px;
   font-size: 18px;
   font-weight: bold ;
   margin-bottom: 5px;   
}
.info_txt p.route05{
   border-left: 4px solid #709DC1; 
   padding-left: 8px;    
   font-size: 18px;
   font-weight: bold ;
   margin-bottom: 5px;   
}
.info_txt p.route06{
   border-left: 4px solid #D8AE39; 
   padding-left: 8px;      
   font-size: 18px;
   font-weight: bold ;
   margin-bottom: 5px;   
}
.info_txt p{
   font-size: 15px;
}
.info_txt p small{
   font-size: 14px; 
}
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.prev {
    background-image: url(images/btn_next_l.png);
    position: absolute;
    top: 158px;
    left: 10px;
}
.next{
  background-image: url(images/btn_next_r.png);
    position: absolute;
    top: 158px;
    right: 10px;
}
.prev .bx-prev {
    filter: alpha(opacity=0);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=0)";  /* ie 8 */
    opacity: 0;
    display: block;
}
.next .bx-next {
    filter: alpha(opacity=0);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=0)";  /* ie 8 */
    opacity: 0;
    display: block;
}
.navi-btn {
    width: 16px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
}
.info_btn a img.over {
    position: absolute;
    top: 0;
    left: 0;
}
.info_btn .norte{
    position: absolute;
    top: 205px;
    right: 710px;
}
.info_btn .omine{
    position: absolute;
    top: 55px;
    right: 510px;
}
.info_btn .kohechi{
    position: absolute;
    top: 80px;
    right: 645px;
}
.info_btn .iseji{
    position: absolute;
    top: 55px;
    right: 320px;
}
.info_btn .ohechi{
    position: absolute;
    top: 400px;
    right: 540px;
}
.info_btn .kiiji{
    position: absolute;
    top: 160px;
    right: 830px;
}
.box_short  {
  box-sizing: boder-box;
  width: 100%;
  max-width: 680px;
  height: 100%;
  margin: 0 auto;
}
.box_day {
    padding: 0 0.1em;
    border: solid 1px #000000;
    font-weight: bold;
    line-height: 3em;
}
#content4{
  text-align:center;
  position:relative;
  padding-top:50px;
}
#content4 table{
  text-align:left;
  margin: 50px auto 0px auto;
}
#content4 table td.td_left{
  vertical-align:top;
  /*width:480px;*/
}
#content4 table td.td_right{
  vertical-align:top;
  border-left:1px dotted #507F4F;
  /*width:480px;*/
}
#content4 table td.td_left .k_5_qa{
  padding:20px 20px 20px 0px; 
  border-top:1px dotted #507F4F;
}
#content4 table td.td_left .k_5_qa:first-child{
  padding-top:0px;
  border:none;
}
#content4 table td.td_right .k_5_qa{
  padding:20px 0px 20px 20px;
  border-top:1px dotted #507F4F;
}
#content4 table td.td_right .k_5_qa:first-child{
  padding-top:0px;
  border:none;
}
.migiue{
  width:65%;
    margin-left: 20px;
    margin-bottom: 50px;
    transform: rotate( -15deg );
}
.k_5_q{
  background:url(images/q.png) left top 4px no-repeat;
  padding-left:30px;
  font-size:18px;
  font-weight:bold;
}
.k_5_a{
    font-size:14px;
  margin-top:10px;
}
.yokonarabi{
    display:flex;
    /*width: 480px; IE崩壊予防*/
    justify-content:space-between;
    margin-top: 10px;
    }
.yokonarabi>div{
    width: calc(98%/2)
    }


/*column image box*/
.image-box {
    margin-bottom: 10px;
    font-size: 16px; 
}
.image-box p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

/*menu bar*/
.side_bar {
    position: -webkit-sticky;　/* Safari対応用 */
    position: sticky;
    position: sticky;
    top: 0;
    float: right; 
    z-index: 99;
    margin-top:100px;
    margin-right:1.5%;
    padding-top:100px;
}
.side_bar ul {
  list-style-type: none;
  margin: 0;  
  padding: 0;
  width: 130px;
  font-family:  "Noto Serif JP", serif ;
  font-size: 13px;
}
.side_bar li {
background: url(images/kasa.png) right 10px no-repeat; 
}
.side_bar li a {
  display: block;
  color: #000;
  padding: 11px 10px;
  text-decoration: none;
}
.side_bar li a:hover {
  background-color: none;
  color: none;
}
@media screen and (max-width: 1279px){
.side_bar {display:none}
}
@media all and (-ms-high-contrast: none) {
  /* IE */
.side_bar {display:none}
}
.fog {
  position: relative;
  width: 100%;
}
.fog-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.fog-img {
  position: absolute;
  height: 100vh;
  width: 300vw;
  z-index: 2;
}
.fog-img-first {
  background: url("images/fog1.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  animation: marquee 30s linear infinite;
}
.fog-img-second {
  background: url("images/fog1.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  animation: marquee 30s linear infinite;
}

@media all and (-ms-high-contrast: none) {
  .fog-img {
  animation: marquee 120s linear infinite;
}
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200vw, 0, 0);
  }
}

@media only screen and (max-width: 980px) {
  .main .michinori_day{
    font-family: "Noto Serif JP", serif ;
    text-align : left;
    float:left;
    display: inline-block;
    font-size:20px;
    marginm:0 auto;;
    letter-spacing: 0.2em;
    writing-mode: horizontal-tb;
}
    .mt_50{
        margin-top:0px;
}
    .mt_100{
        margin-top:0px;
}
  .contents_inner .illust {
    margin:0 auto;
    text-align : center;
    float: none; 
}
  .contents_inner .illust {
    margin:0 auto;
    text-align : center;
    float: none; 
}
  .contents_inner .illust {
    margin:0 auto;
    text-align : center;
    float: none; 
}
  .box_mochimono {
    width: 100%;    
    height:auto;  
    margin:0 auto;
    display: block;  
}
   .map {
   background: url(images/routemap_sp.png) no-repeat top center;    
   background-size: 100% auto;
}
    .map_info {
    position: absolute;
    top: 300px;
    left: 0px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
     .info_txt{
    width: 100%;
    height: auto;
    padding: 10px 35px;
    margin: 0 auto;
}
.prev {
    background-image: url(images/btn_next_l.png);
    position: absolute;
    top: 50%;
    left: 10px;
}
.next{
  background-image: url(images/btn_next_r.png);
    position: absolute;
    top: 50%;
    right: 10px;
}
}

@media only screen and (max-width: 767px) {

.content_5{
  padding: 100px 0 100px;
}
.content_2,
.content_3,
.content_4,
.content_5{
  margin-top : -30%;
}
    #content4 table td {
    margin: 0px auto; 
    display: block;
    width: 100%;
}
    #content4 table td.td_right{
  border-left: none;
}
    #content4 table td.k_5_qa{
  border-left: none;
}
    #content4 table td.td_left .k_5_qa{
  padding:20px 20px 20px 20px;
}
    #content4 table td.td_right .k_5_qa{
  padding:20px 20px 20px 20px;
}
   .fullscreen {
  height: 100vh; /* 全画面表示 */
}
  .description img{
    width: 220px;
    top: 0px;
}
  .scroll { 
    top: 90%;
}
  .contents_inner .graph,
  .contents_inner .graph_2,
  .relatedtour {
    width: 600px;
    height: auto;
    text-align : center;
    float: none;  
}
  .box_column_image {
   width: 100%;
   height:auto;      
   float: none;
   margin: 0 auto;      
}
  .box_column p{
    margin-top: 10px;
}
   
h3.list_h3 {
   font-size:24px; 
  display:block;
  padding-bottom: 5%;
}
.br-sp {
    display: none; 
}
}
/* maeda-flex*/
.tour .text .text-img {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
 margin-top: 8px;
}   
.image-box .text-img {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image-box .text-img .img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
  .image-box .text-img  {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .image-box .text-img .img {
    margin: 10px 0 0px;
  }
}
.image-box .text-img .img:nth-of-type(1) {
  margin-top: 0;
}
.image-box .text-img .img img {
  width: 100%;
}
.image-box .text-img .img small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-align: left;
  margin-top: 5px;
}
.image-box .box01 strong {
    display:block;
}
.image-box .box01 .img {
    width: 48%;
    float: left;
}
.image-box .box01 p {
    width: 48%;
    float: left;
}
@media only screen and (max-width: 767px) {
  .image-box .text-img  .img small {
    font-size: 10px;
    font-size: 1rem;
    margin: 4px 0 0px;
}
.image-box .box01 .img {
    float: none;
    width: 100%;
}
.image-box .box01 p {
    float: none;
    width: 100%;
}
}
.image-box .box02 .img {
  width: calc((100% - 15px)/2);
}
@media only screen and (max-width: 767px) {
  .image-box .box02 .img {
    width: 100%;
  }
  .image-box .box03 {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.image-box .box03 .img {
    width: calc((100% - 20px)/3);
}
.image-box .box_shrine{
    margin-top: 20px;
}
.image-box .box_shrine p{
    font-size: 14px;
}
.image-box .box_shrine .img {
    width: calc((100% - 80px)/3);
}

@media only screen and (max-width: 767px) {
  .image-box .box03  .img:nth-of-type(1) {
    width: 100%;
  }
  .image-box .box03 .img:nth-of-type(2) {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
  .image-box .box_shrine .img {
    width: 100%;
}
  .image-box .box03 .img:nth-of-type(3) {
    width: calc((100% - 16px) / 2);
  }
  .image-box {
    padding: 15px;
  }
  }

.tour-sub-list li .text p {
    line-height: 1.5;
    font-size: 13px;
}

/*
.list_ul{
  width:960px;
  overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_ul li{ 
    width: calc(98%/2);
    height:auto;
    margin-bottom:10px; 
    padding:20px;
    background-color:#FFF;
    border: 1px solid #839b5c;
}
.list_ul li p.tourttl{ 
             font-weight: bold;
             margin-bottom: 5px;
             line-height: 1.5em;
             text-decoration: underline;
             text-decoration-color: #000000;
}
.list_tour{line-height:1.5em;
    　　　　margin-top:8px;
}
.list_tour td { 
    line-height:150%; 
    margin: 0px 20px;
    padding-bottom:4px;
    font-size:14px;
    vertical-align: top;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.list_tour strong { color:#333; margin-top: 5px;
}
.list_tour strong span.red{ color:#ff5a2e;
}
.list_tour td img{ 
    padding-bottom: 10px;
    margin: 0 auto;
    width: 100%;
    height:auto;}

@media all and (-ms-high-contrast: none) {
   .list_ul .list_tour td{
    max-width: 360px;
    height:auto;
}
    .list_tour img{
    max-width: 360px;
    height:auto;
    float: left;
}
}

@media only screen and (max-width: 767px) {
.list_ul{ 
      width: 100%;
}     
.list_ul li{ 
      width: 100%;
      margin: 0 0 10px 0;
}
}



.list_tour a img:hover{
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.sttl_detail{
  background-color:#839b5c;
  font-size:12px;
  color:#FFF;
  width:28px;
  text-align:center;
  line-height:12px;
  margin-top:3px;
  padding-top:2px;
  padding-bottom:2px;
  display:inline-block;
  margin-right:3px;
}