@charset "utf-8";

/* CSS Document */

@media screen and (max-width:768px) {
  html {
    background: url(../images/back.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
  }
  .sp_back_w {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
  }
  .title_comment {
    margin: 0 auto;
    text-align:justify;
    padding-top: 20px;
    width: 95%;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 0px;
  }
  .title_comment br {
    display: none;
  }
  .product {
    margin: 0 auto;
	  text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
    background: url("../images/sec01_back.jpg");
    background-repeat: repeat;
    width: 100%;
  }
  h7 {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0px;
    text-shadow: 3px 3px 5px rgba(102, 68, 0, 0.6);
  }
  main_product {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  main_product_sp {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .hoge {
    position: relative;
    z-index: 1;
    /* 必要であればリンク要素の重なりのベース順序指定 */
  }
  .hoge a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
    /* 必要であればリンク要素の重なりのベース順序指定 */
  }
  .hoge:hover {
    filter: alpha(opacity=70);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    background: rgba(249, 255, 158, 1);
    zoom: 1;
    /*IE*/
    transition: 0.5s;
    filter: alpha(opacity=50);
  }
  .product_title {
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    padding: 10px 10px 0px 5px;
    font-weight: bold;
    color: #486aff;
  }
  .product_title br {
    display: none;
  }
  .product_comment {
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    color: #666;
  }
  .product_price {
    margin: 0 auto;
    text-align: right;
    color: #f11c1c;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 0px 0px 0px;
  }
  .open {
    cursor: pointer;
  }
  #pop-up {
    display: none;
  }
  .overlay {
    display: none;
  }
  #pop-up:checked+.overlay {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 90vh;
    top: 0;
    left: 0;
  }
  .window {
    width: 90vw;
    max-width: 580px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .text {
    font-size: 18px;
    margin: 0!important;
  }
  .close {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 25px;
  }
  .back-from-demo {
    display: block;
    color: #1492AF;
    font-weight: bold;
    background: #fff;
    border: 2px solid #1492AF;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
  }
  .back-from-demo:hover {
    color: #fff!important;
    background: #1492AF;
    text-decoration: none;
  }
  .pcr {
    margin: 0 auto;
    padding: 30px;
    font-size: 14px;
    color: #666;
  }
  .back_area {
    margin: 0 auto;
    text-align: center;
    width: 88%;
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 0px 0 rgb(102, 102, 102);
    opacity: 0.9;
  }
  h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #032ea1;
	  margin-bottom: 10px;
    border-bottom: 1px solid #032ea1;
    width: 100%;
  }
  .season {
    margin: 0 auto;
    text-align: left;
    padding-top: 10px;
    font-size: 14px;
  }
  .season_point {
    font-size: 15px;
    color: #D73C3E;
    font-weight: bold;
  }
  .back_sight {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    background: url("../images/sec03_back.jpg");
  }
  h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #333;
    border-bottom: 1px solid #333;
    width: 95%;
  }
  /*--観光地情報--*/
  main_sight {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	padding-top: 20px;
  }
  main_sight div.column_sight {
    width: calc(100% - 0px);
    text-align: left;
    margin: 5px 10px 20px 10px;
    border: 2px #fff solid;
    margin-top: 0px;
    background: #fff;
    box-shadow: 4px 4px 5px rgba(102, 68, 0, 0.5);
  }
	
	main_sight div.column_sight img{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	
  .sight_h2 {
    margin: 0 auto;
    text-align: center;
    background: #007394;
    color: #fff;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
  }
  .sight02_h2 {
    margin: 0 auto;
    text-align: center;
    background: #254d96;
    color: #fff;
    padding: 5px;
    font-size: 15px;
  }
  .sight_comment {
    margin: 0 auto;
    padding: 10px;
    text-align:justify;
    color: #333;
    font-size: 14px;
  }
  /*--周遊ルート--*/
  main_root {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    background: #fff;
    margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
    padding-bottom: 0px;
    box-shadow: 4px 4px 5px rgba(102, 102, 102, 0.5);
  }
  main_root div.column_root_l {
    width: calc(100% - 0px);
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px #ccc solid;
    border-radius: 10px;
    padding-bottom: 5px;
  }
  .column_root_l img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
  }
  .root_map {
    margin: 0 auto;
    text-align: center;
    color: #FF0004;
    font-size: 13px;
    padding-top: 5px;
  }
  main_root div.column_root_r {
    width: calc(100% - 0px);
    text-align: left;
    margin: 0px 10px 40px 10px;
    padding-bottom: 30px;
  }
  main_root div.column_root_point {
    width: calc(100%);
    text-align: left;
    margin: 10px 10px 10px 10px;
  }
  main_root div.column_root_point2 {
    width: calc(100% - 18px);
    text-align: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px #ccc solid;
  }
  .column_root_point2 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  main_root div.column_region {
    width: calc(50% - 20px);
    text-align: left;
    margin: 0px 5px 0px 5px;
  }
  main_root div.column_region2 {
    width: calc(100% - 15px);
    text-align: left;
    margin: 10px 5px 0px 10px;
  }
  main_root div.column_region3 {
    width: calc(100% - 0px);
    text-align: left;
    margin: 10px 10px 0px 10px;
  }
  .region2_txt {
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    color: #333;
  }
  .point2_h2 {
    margin: 0 auto;
    font-size: 14px;
    color: #032ea1;
    padding: 5px;
    text-align: center;
    font-weight: bolder;
  }
  .point_txt {
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    padding: 10px;
    color: #666;
  }
  .root_h2 {
    margin: 0 auto;
    text-align: center;
    background: #007394;
    color: #fff;
    font-size: 16px;
    padding: 5px;
  }
  .root_day {
    margin: 0 auto;
	text-align: center;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
    background: #333;
    color: #fff;
    padding: 3px 7px 5px 10px;
    font-size: 14px;
  }
  .root_day_coment {
    margin: 0 auto;
	text-align: justify;
    padding-top: 5px;
	padding-bottom: 5px;
    font-size: 14px;

    color: #333;
  }
  .root_point {
    font-weight: bold;
    color: #C34444;
  }
  .wrapper {
  margin: 0 auto;
width: 95%;
  }
  /*商品ボタン */
  .bottan_erea {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
  }
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  .btn, a.btn, button.btn {
    font-size: 15px;
    font-weight: 100;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
  }
  .btn--orange, a.btn--orange {
    color: #fff;
    background-color: #eb6100;
  }
  .btn--orange:hover, a.btn--orange:hover {
    color: #fff;
    background: #f56500;
  }
  .btn_others, a.btn, button.btn_others {
    font-size: 15px;
    font-weight: 100;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
    border: 1px #fff solid;
  }
  .btn_others--orange, a.btn_others--orange {
    color: #fff;
    background-color: #dd0000;
  }
  .btn_others--orange:hover, a.btn_others--orange:hover {
    color: #fff;
    background: #fd4040;
  }
  main_option {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    background: #fff;
    border: 1px #C34444 solid;
  }
  main_option div.main_option_l {
    width: calc(30% - 0px);
    margin: 5px;
  }
  .main_option_l img {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }
  main_option div.main_option_r {
    width: calc(70% - 20px);
    margin: 5px;
  }
  .option_h2 {
    margin: 0 auto;
    background: #C34444;
    color: #fff;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    text-align: left;
  }
  .option_txt {
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    color: #666;
  }
  .option_ex {
    margin: 0 auto;
    margin-top: 0px;
    border: dashed 1px #C34444;
    width: 95%;
    text-align: left;
    padding: 5px;
    font-size: 12px;
    color: #C34444;
  }
  .region_h2 {
    margin: 0 auto;
    padding: 1px 1px 1px 4px;
    border-left: 3px solid #666699;
    color: #666699;
    font-weight: bold;
    font-size: 11px;
    margin-top: 0px;
  }
  .region_txt {
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
  }
  .region_h3 {
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #666699;
  }
  .region_h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #666699;
  }
  .region_h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  .region {
    margin: 0 auto;
    text-align: center;
    width: 95%;
    padding-top: 10px;
  }
  .mail {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    background: #fff;
    width: 95%;
  }
  .mail img {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cd-fixed-bg {
    position: relative;
    padding-top: 10px;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
  }
  /*--固定背景01--*/
  .cd-fixed-bg.cd-bg-1 {
    padding-bottom: 20px;
    background-image: url("../images/sec02_back.jpg");
  }
  .cd-fixed-bg.cd-bg-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../images/sec04_back.jpg");
  }
  /*--固定背景03--*/
  .cd-fixed-bg.cd-bg-3 {
    background-image: url("../images/back_b.jpg");
	  padding-top: 20px;
	  padding-bottom: 20px;
	  text-align: center;
  }
  
      .cd-fixed-bg.cd-bg-4 {
    background: #fff;
	  padding-top: 30px;
	  padding-bottom: 30px;
  }
  /*--固定背景04--*/
  .div_back cd-fixed-bg.cd-bg-4 {
    background-image: url('画像パス');
  }
  h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 95%;
  }
  h5 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0px;
	  padding-top: 20px;
	  margin-bottom: 10px;
    color: #333;
	width: 93%;
    border-bottom: 1px solid #333;
  }
  h6 {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #333;
    font-weight: bold;
	padding-top: 40px;
    width: 95%;
	border-bottom: 1px solid #333;
  }
  .sp10 {
    padding: 10px 5px 0px 5px;
  }
  .sp20 {
    padding: 0px 5px 0px 5px;
  }
  .product_price_01 {
    margin: 0 auto;
    text-align: right;
    color: #f11c1c;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 10px 10px 0px;
    margin-top: -10px;
  }
	
		  .season01 {
    margin: 0 auto;
    text-align:justify;
			  font-size: 14px;
			  padding-top: 10px;
  }
	
		.red{
		color: #FF0004;
		font-weight: 700;
	}
	
	
       main_product div.column_product3 {
    width: calc(50% - 20px);
    text-align: left;
    margin: 20px 8px 8px 10px;
	background: #fff;
	border: 1px #ccc solid;
  }
  
       main_product div.column_product2 {
    width: calc(33.3% - 16px);
    text-align: left;
    margin: 0px 0px 20px 10px;
	background: #fff;
	border: 1px #ccc solid;
  }
  
  
  .day{
margin: 0 auto;
text-align: center;
padding-top: 10px;
padding-bottom: 5px;
}

	  main_sight div.column_sight2 {
    width: calc(100% - 16px);
    text-align: left;
    margin: 8px 10px 0px 10px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 4px 4px 5px rgba(102, 102, 102, 0.5);
  }
  
     .sight_h3 {
    margin: 0 auto;
    text-align: center;
    background:#1F1F1F;
    color: #fff;
    padding: 8px 0px 10px 0px;
    font-size: 16px;
	font-weight: 700;
  }
  
    .n_p01{
  margin: 0 auto;
  padding-top: 15px;
  width: 92%;
  font-size: 14px;
  text-align: justify;
  }
  
    main_sight div.column_sight2_1 {
    width: calc(100% - 0px);
    margin: 0px 15px 10px 15px;
  }
  
     main_sight div.column_sight2_2 {
    width: calc(100% - 0px);
    margin: 0px 15px 0px 15px;
  }
  
  .capsa_h2{
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  }
  
   .capsa_p01{
  margin: 0 auto;
  text-align:justify;
  font-size: 14px;
  }
  
   main_sight div.column_sight3 {
    width: calc(50% - 17px);
    margin: 20px 0px 15px 10px;
    margin-top: 0px;
    background: #fff;
   border: 1px #ccc solid;
  }
  
  .sight03_h2 {
    margin: 0 auto;
	text-align: center;
    color: #333;
    padding: 5px 0px 0px 0px;
    font-size: 15px;
	font-weight: 700;
  }
  
   .sight_comment2 {
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
    text-align:justify;
    color: #333;
    font-size: 13px;
  }
  
   .region_h4 {
    margin: 0 auto;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 3px 0px 5px 0px;
    text-align: center;
	background: #333;
	font-weight: 700;
    color: #fff;
  }
  
     .region3_txt {
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    color: #333;
	padding-bottom: 15px;
  }
  
    .main_root2 {
    margin: 0 auto;
    width: 90%;
    background: #ffffe5;
    margin-top: 20px;
	padding: 0px 10px 0px 10px;
    padding-bottom: 0px;
    box-shadow: 4px 4px 5px rgba(102, 102, 102, 0.5);
  }
  
     .point2_h3 {
    margin: 0 auto;
    font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
    color: #cc3333;
    text-align: center;
    font-weight: bolder;
  }
  
  .faq_h2{
margin: 0 auto;
font-weight: 700;
padding-top: 20px;
}
  
  .accordion {
  margin: 0 auto;
  width: 90%;
  margin-top: 0px;
  font-size: 15px;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #e8e8e8;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 20px;;
  display: block;
  position: absolute;
  top: -.2em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
}

.accordion_qa .A::before {
  content: 'A.';
}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}
/* Q&A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}


 .sight_h3a {
    margin: 0 auto;
    text-align: center;
    background:#1F1F1F;
    color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    padding: 5px 0px 7px 0px;
    font-size: 17px;
	font-weight: 700;
  }
  
  main_root1 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    background: #fff;
    margin-top: 0px;
	margin-bottom: 20px;
    padding-bottom: 20px;
	border: 1px #ccc solid;
  }
	
		.coming{
		margin: 0 auto;
		text-align: center;
		padding-top: 10px;
		font-size: 15px;
		font-family: "YuGothic M";
    src: local("Yu Gothic Medium"), local("Yu Gothic");
	}
  
}