﻿p,li,dt,dd,a,th,td{
  font-size: 90%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

h1,h2,h3,h4,dl{
  margin: 0;
  padding: 0;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

a{
  outline: none;
}

body{
  width: 100%;
}


.timer {
	font-weight: bold;
	font-size: 1.6em;
	background-color: #000;
	color: #fff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}

/*汎用クラス*/

.pc-nn{
  display: none;
}

.pc-bl{
  display: block;
}

.d-ib1{
  text-align: justify;
}


.d-ib1::after{
  display: inline-block;
  content: "";
  width: 100%;
  height: 0;
  line-height: 0;
}



.d-ib2{
  display: inline-block;
  vertical-align: middle;
}
.d-ib3 {

}
.d-ib3::after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 0;
	line-height: 0;
}



.mt_10{
  margin-top: 10px;
}

.mt_20{
  margin-top: 20px;
}

.mt_30{
  margin-top: 30px;
}

.mt_40{
  margin-top: 40px;
}

.mt_50{
  margin-top: 50px;
}

.mt_80{
  margin-top: 80px;
}


.mb_10{
  margin-bottom: 10px;
}

.mb_20{
  margin-bottom: 20px;
}

.mb_30{
  margin-bottom: 30px;
}

.mb_40{
  margin-bottom: 40px;
}

.mb_50{
  margin-bottom: 50px;
}

.ml_30{
  margin-left: 30px;
}
.mr_19 {
	margin-right: 14px;
}


.m_a{
  margin: 0 auto;
}

.ta_c{
  text-align: center;
}

.clearfix{
  content: "";
  display: block;
  clear: both;
}

.ta_c{
  text-align: center;
}

.gray{
  color: #4d4d4d;
}


.flex1{
      isplay:-webkit-box;
      display:-ms-flexbox;
      display: -webkit-flex;
      display:flex;
      webkit-box-pack:justify;
      -ms-flex-pack:justify;
      -webkit-justify-content:space-between;
      justify-content:space-between;
      -ms-flex-wrap:wrap;
      -webkit-flex-wrap:wrap;
      flex-wrap:wrap;
  }

  .flex2{
      isplay:-webkit-box;
      display:-ms-flexbox;
      display: -webkit-flex;
      display:flex;
      webkit-box-pack:justify;
      -ms-flex-pack:justify;
      -ms-flex-wrap:wrap;
      -webkit-flex-wrap:wrap;
      flex-wrap:wrap;
      margin: auto;
      -webkit-align-items: center;
      align-items: center;
  }

  .flex2{
    isplay:-webkit-box;
      display:-ms-flexbox;
      display: -webkit-flex;
      display:flex;
      webkit-box-pack:justify;
      -ms-flex-pack:justify;
      -ms-flex-wrap:wrap;
      -webkit-flex-wrap:wrap;
      flex-wrap:wrap;
      margin: auto;
      -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex3{
    isplay:-webkit-box;
      display:-ms-flexbox;
      display: -webkit-flex;
      display:flex;
      -ms-flex-pack: distribute;
    justify-content: space-around;
      -ms-flex-wrap:wrap;
      -webkit-flex-wrap:wrap;
      flex-wrap:wrap;
  }

  .flex4{
    isplay:-webkit-box;
      display:-ms-flexbox;
      display: -webkit-flex;
      display:flex;
      webkit-box-pack:justify;
      -ms-flex-pack:justify;
      -ms-flex-wrap:wrap;
      -webkit-flex-wrap:wrap;
      flex-wrap:wrap;
      -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex5{
    isplay:-webkit-box;
      display:-ms-flexbox;
      display: -webkit-flex;
      display:flex;
      -ms-flex-wrap:wrap;
      -webkit-flex-wrap:wrap;
      flex-wrap:wrap;
      -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .as_c{
    align-self: center;
    -ms-flex-flex-item-align: center;
    -webkit-align-self: center;
  }

  .jc_c{
      webkit-box-pack:center;
      -ms-flex-pack:center;
      -webkit-justify-content:center;
      justify-content:center;
  }

  .as_fe{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }



/*ヘッダー*/

header{
  width: 100%;
  border-bottom: 3px solid #1a7a3b;
}

header .top,header .bottom{
  width: 1000px;
  margin: auto;
}

header .top{
  height: 40px;
  padding: 10px 0;
}

header .top .logo,header{
  display: inline-block;
  vertical-align: middle;
}

#search-box{
  display: none;
}

header .top .logo{
  height: 45px;
}

nav{
  padding-bottom: 15px;
}

nav ul{
  height: 75px;
  padding-top: 40px;
}

nav li{
  vertical-align: middle;
  border-right: 1px solid #cbcbcb;
}

nav li:nth-of-type(5){
  border-right: none;
}


#header2, .sp-menu{
  display: none;
}



/*情報ボタン*/
#categori{
	width: 100%;
	background-color: #F7FFE6;
}

#categori ul{
  width: 1000px;
  margin: auto;
  height: 140px;
  padding-top: 40px;
}

#categori ul li{
	width: 220px;
	height: 100px;
	background-color: #ddd;
	background-color: #F7FFE6;
}

#categori ul li img{
  border-radius: 10px;
}




/*更新情報等*/

#info{
  padding-top: 40px;
}

#info>div{
  width: 1000px;
  margin: auto;
}

/*タブ*/
.tabs {
    position: relative;
  margin: 0 auto;
  width: 1000px;
}

.tabs input {
  position: absolute;
  z-index: 1000;
  width: 208px;
  height: 40px;
  left: 0px;
  top: 0px;
  opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  cursor: pointer;
}
.tabs input#tab-2{
  left: 208px;
}
.tabs input#tab-3{
  left: 416px;
}


.tabs label {
  background: #e5e5e5;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  position: relative;
    float: left;
  display: block;
  width: 208px;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.tabs label:after {
    content: '';
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
}

.tabs #tab-1:hover + label {
  background: #1a7a3b;
  color: #fff;
}


.tabs #tab-2:hover + label {
  background: #f05a24;
  color: #fff;
}


.tabs #tab-3:hover + label {
  background: #2e3191;
  color: #fff;
}




.tabs label:first-of-type {
    z-index: 4;
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs #tab-1:checked + label {
    background: #1a7a3b;
    color: #fff;
}

.tabs #tab-2:checked + label {
    background: #f05a24;
    color: #fff;
}

.tabs #tab-3:checked + label {
    background: #2e3191;
    color: #fff;
}


.clear-shadow {
  clear: both;
}

.content1 {
    background: #fff;
  position: relative;
    width: 100%;
  height: 260px;
  z-index: 5;
}

.content1 div {
    position: absolute;
  top: 0;
  left: 0;
  padding: 30px 30px;
  z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content1 .content-1,
.tabs input.tab-selector-2:checked ~ .content1 .content-2,
.tabs input.tab-selector-3:checked ~ .content1 .content-3{
  z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}



.tabs input.tab-selector-1:checked ~ .content1 .content-1{
    background-color: #ebf9e6;
}

.tabs input.tab-selector-2:checked ~ .content1 .content-2{
    background-color: #ffe4dc;
}

.tabs input.tab-selector-3:checked ~ .content1 .content-3{
    background-color: #d7daff;
}



.record1,.record2,.record3{
  display: none;
  position: absolute;
  right: 0px;
  top: 10px;
}


.tabs #tab-1:checked ~ .record1{
  display: block;
}

.tabs #tab-2:checked ~ .record2{
  display: block;
}

.tabs #tab-3:checked ~ .record3{
  display: block;
}



.content1 div h2,
.content1 div h3{
  color: #398080;
}
.content1 div p {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  text-align: left;
  margin: 0;
  color: #777;
  padding-left: 15px;
  font-family: Cambria, Georgia, serif;
  border-left: 8px solid rgba(63,148,148, 0.1);
}



#info .tabs .content1 dl{
  vertical-align: middle;
}

#info .tabs .content1 dl dt,#info .tabs .content1 dl dd{
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

#info .tabs .content1 dl dt{
	width: 150px;
	vertical-align: top;
}

#info .tabs .content1 dl dd{
  width: 780px;
}



/*今月のおススメ商品*/

#item{
	width: 100%;
	padding-top: 40px;
	background-color: #f4f0de;
	/*margin-top: 60px;*/
	padding-bottom: 40px;
}

#item>div{
  width: 1000px;
  margin: auto;
}

#item>div>h2{
  text-align: center;
}


#item .panf-box>.f_l{
  width: 475px;
}

#item .panf-box>.f_l>div{
  width: 320px;
}

#item .panf-box>.f_l>.d-ib2{
  vertical-align: top;
}

#item .panf-box>.f_l>div h2{

}

#item .panf-box .face img{
  width: 138px;
  height: 195px;
}

#item .panf-box>.f_l>div p{
  font-size: 100%;
}

#item .panf-box>.f_l>div>div{
  margin-top: 20px;
}

#item .panf-box>.f_l>div>.online-box{
  margin-top: 0;
}

#item .panf-box>.f_l>div>.online-box:after{
  content: "";
  display: block;
  clear: both;
}

#item .panf-box .o-f_l{
  float: left;
}

#item .panf-box .online{
  width: 140px;
  border: 1px solid #ec1c24;
  background-color: #fff698;
  color: #ec1c24;
  font-weight: normal;
  padding: 0 5px;
  font-size: 100%;
  text-align: center;
  margin-top: 2px;
  margin-left: 10px;
}

#item .panf-box .panf-btn p{
  vertical-align: top;
}

#item .panf-box .panf-btn .panf1{
  margin-right: 5px;
}


/*秋田・青森の観光情報*/

#sightseeing{
	width: 100%;
	padding: 40px 0;
	background-color: #F4F0DE;
}

#sightseeing>div{
  width: 1000px;
  margin: auto;
  /*height: 785px;*/
  height: 935px;
}

#sightseeing>div>h2{
  text-align: center;
}

#sightseeing>div #map{
  position: relative;
}

#sightseeing>div #map p{
  position: absolute;
  top: 0;
  left: 0;
}

#sightseeing>div .select{
  width: 485px;
  height: 540px;
}

#sightseeing>div .select ul{
  height: 230px;
}

#sightseeing>div .select a{
  display: block;
  
}

.spot-btn-box{
  width: 140px;
}

/*#sightseeing>div .select a img:nth-of-type(2){
  margin: 15px 0;
}*/

#sightseeing #map #gonosen:hover,#sightseeing #map #tazawako-kakunodate:hover,#sightseeing #map #hirosaki-odate-kosaka:hover,#sightseeing #map #daisenn-yokote-yuzawa:hover,#sightseeing #map #yuri-chokai:hover,#sightseeing #map #akita-oga:hover{
  opacity: 0.6;
}


.spot-btn-box a{
  isplay:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/*検索パネル*/

#search{
  width: 100%;

}

#search #content{
  width: 1000px;
  margin: auto;
}


/*バナー*/

#banner{
  width: 100%;
  padding: 40px 0;
  background-color: #f1f2f4;
}

#banner>div{
  width: 1000px;
  margin: auto;
}

#banner>div ul{
  height: 100px;
  margin-bottom: 40px;
}

#banner>div ul:nth-of-type(2){
	height: 300px;
	margin-bottom: 0px;
}

#banner>div ul:nth-of-type(2) li{
  height: 60px;
}
#banner>div ul:nth-of-type(3) {
	height: 60px;
	margin-bottom: 0;
}
#banner>div ul:nth-of-type(3) li {
	height: 60px;
}

#banner>div ul li{
  height: 80px;
}


/*サブバナースライダー*/

#sub>div{
  width: 765px;
  margin: auto;
}

#sub>div .slick-prev{
  left: -40px;
  background-color: #000;
}

#sub>div .slick-next{
  right: -40px;
  background-color: #000;
}


/*フッター*/

footer{
  height: 160px;
  border-top: 3px solid #1a7a3b;
  margin-top : 40px;
}

footer div{
  width: 1000px;
  margin: auto;
}

footer div ul{
  width: 570px;
  padding-top: 1.2em;
}

footer div li{
  padding-left: 0.5em;
}

footer div li:nth-of-type(1){
  padding-left: 0;
}

footer div li a{
  text-decoration: none;
  color: #231815;
  padding-right: 0.5em;
  border-right: 1px solid #231815;
  height: 90%;
}

footer div li:nth-of-type(5) a{
  border-right: none;
  padding-right: 0;
}

footer div li a:hover{
  color: #ccc;
}

footer div .f_l{
  float: left;
}

footer div .f_r{
  float: right;
}

footer div address{
  font-size: 70%;
  font-style: normal;
  letter-spacing: -0.5px;
  width: 250px;
  padding-top: 2em;
  vertical-align: middle;
}



/*ページトップ*/

#pagetop{
  position: fixed;
  bottom: 2%;
  right: 2%;
}
.notice {
	height: 320px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #E7E7E7;
	text-align: center;
}




/*緊急時CMS*/

#info>#cms{
  margin-bottom: 40px;
}

#cms{
  display: -webkit-flex;
  display: flex;
  border: 2px solid #DB000E;
  
}

#cms>p{
  width: 208px;
  background-color: #DB000E;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 15px;
}

#cms>dl{
  padding: 10px;
  padding-top: 20px;
  padding-left: 20px;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex: 1;
}

#cms>dl dt,.cms>dl dd{
  margin-bottom: 10px;
}

#cms>dl dt{
  width: 150px;
  vertical-align: top;
}

#cms>dl dd{
  width: 600px;
}
#info >#mv-sp{
	margin-bottom: 40px;
}


  section .inner {
	width: 400px;
	margin: auto;
	height: 150px;
	position: relative;
	overflow: hidden;
	top: -820px;
}
    section .inner div {
      opacity: 0;
      -webkit-transform-origin: 0px 0px;
          -ms-transform-origin: 0px 0px;
              transform-origin: 0px 0px;
      -webkit-animation-name: Drop;
              animation-name: Drop;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  section h2 {
    font-size: 50px;
    font-size: 5rem;
    padding: 125px 0;
    font-weight: 100 !important; }

#sakura {
 }
  #sakura .inner div {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url("/akita/img/hanabira.png") no-repeat; }
    #sakura .inner div.flake2 {
      background-size: 5px 5px !important; }
    #sakura .inner div.flake4 {
      background-size: 5px 5px !important; }
    #sakura .inner div.flake6 {
      background-size: 5px 5px !important; }
    #sakura .inner div.flake8 {
      background-size: 5px 5px !important; }
    #sakura .inner div.flake10 {
      background-size: 5px 5px !important; }
    #sakura .inner div.flake12 {
      background-size: 5px 5px !important; }
    #sakura .inner div.flake14 {
      background-size: 5px 5px !important; }
    #sakura .inner div.flake16 {
      background-size: 5px 5px !important; }	  



@-webkit-keyframes Drop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0; }

  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0.3; } }

@keyframes Drop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0; }

  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0.3; } }

.flake1 {
  left: 20px;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s; }

.flake2 {
  left: 40px;
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.flake3 {
  left: 60px;
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

.flake4 {
  left: 80px;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.flake5 {
  left: 100px;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.flake6 {
  left: 150px;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.flake7 {
  left: 170px;
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.flake8 {
  left: 200px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }

.flake9 {
  left: 220px;
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.flake10 {
  left: 240px;
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }


.flake11 {
  left: 260px;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.flake12 {
  left: 280px;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.flake13 {
  left: 300px;
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.flake14 {
  left: 320px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }

.flake15 {
  left: 350px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }

.flake16 {
  left: 400px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }


.oga {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap: wrap;
	margin-top: 40px;
}



.sns{
  padding: 40px 0;
}

.sns>div{
  width: 1000px;
  margin: auto;
}

.sns>div h2{
  margin: 0 auto 5px;
  width: 260px;
}

.sns>div h2,.sns>div>p{
  text-align: center;
}

.sns>div>ul{
  width: 240px;
  margin: 20px auto 0;
}

.sns>div>ul li{
  width: 60px;
}

.sns>div>h2 img,.sns>div>ul img{
  width: 100%;
}

.kan{
  width: 390px;
  padding: 10px 30px;
  border: 4px solid #e9546b;
  background: #fff;
  margin: 50px auto;
}

.kan img{
  vertical-align: bottom;
}

.kan div h2{
  color: #e9546b;
  font-size: 1.1em;
}

.kan div p{
  font-size: 0.8em
}



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

  body{
      min-width: 100%;
  }

  #wrap{
      overflow: hidden;
  }

  .body::-webkit-scrollbar {
      display: none;
  }

  .sp-bl,#main .sp-bl{
  display: block;
  }

  .sp-nn{
  display: none!important;
  }

  .h-t div{
  width: 100%;
  }

  .center{
  width: 100%;
  }

  .sp-img{
  width: 100%
  }

  .sp-imgdata{
      width: 5%
  }

  .sp-img20{
      width: 20%
  }

  .sp-img30{
      width: 30%
  }

  .sp-img40{
      width: 40%
  }

  .sp-img50{
      width: 50%
  }

  .sp-img60{
      width: 60%
  }

  .sp-img70{
      width: 70%
  }

  .sp-img80{
  width: 80%
  }

  .sp-mt0{
  margin-top: 0;
  }

  .sp-mt10{
  margin-top: 10%;
  }

  .sp-mt5{
      margin-top: 5%;
  }

  .sp-mt20{
      margin-top: 20%!important;
  }

  .sp-mb5{
  margin-bottom: 5%;
  }

  .sp-mb10{
      margin-bottom: 10%;
  }

  .sp-pt10{
      padding-top: 10%;
  }

  .sp-pb20{
      padding-bottom: 20%;
  }

  .sp-pb10{
      padding-bottom: 10%;
  }

  .ta-c{
      text-align: center;
  }

  .f_n{
  float: none!important;
  }

  .mt_100{
      margin-top: 10%;
  }

  .mt_5{
      margin-top: 5%;
  }

  .mt_15{
      margin-top: 15%;
  }

  .subtit-re{
  background-color: rgba(0,0,0,0);
  padding: 0;
  }

  .sp-box1{
  width: 80%;
  margin: auto;
  }

  .sp-box2{
      width: 100%;
      margin: auto;
  }

  .sp-box3{
      width: 90%;
      margin: auto;
  }

  .sp-m-a{
  margin: auto;
  }

  .sp-logo{
  width: 70%;
  }

  .logo{
  margin: 0
  }

  

  header{
        display: none;
    }

  #header2, .sp-menu{
    display: block;
  }

  #header2{
        width: 100%;
        padding: 0;
        z-index: 1000;
        background: #fff;
        position: fixed;
        height: 75px;
        top: 0;
    }
    #header2>div{
        position: relative;
        height: 75px;
    }

    #header2 a{
        position: absolute;
        top: 50%;
        left: 14%;
        -webkit-transform: translateY(-50%) translateX(-12%);
        transform: translateY(-50%) translateX(-12%);
    }

    #main{
        margin-top: 75px;
        width: 100%;
    }

    #main ul{
        width: 100%;
    }

    #main ul img{
        width: 100%;
    }

    .slick-slide{
        padding: 0;
    }

    #categori{
        background: transparent;
    }

    #categori ul{
        width: 90%;
        margin: 5% auto;
        height: auto;
        padding: 0;
    }

    #categori ul li{
        width: 25%;
        height: auto;
    }

    #categori ul li img{
        width: 100%;
        border-radius: 0;
    }


    #info,#item>div,.sns > div{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 5%;
    }
    
    #info #cms{
        width: 100%;
        margin-bottom: 5%;
    }

    #cms{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    #cms p{
        text-align: center;
        width: 100%;
        padding: 5px 0;
    }

    #cms > dl{
        width: 90%;
        padding: 5%;
    }


    #info > div{
      width: 100%;
    }

    #info > div iframe{
      width: 100%;
      height: 80%;
    }


    .content1{
        height: auto;
    }

    .tabs{
        width: 100%;
    }

    .tabs label,.tabs input{
        width: 33.3%;
    }

    .tabs input#tab-2{
        left: 33.3%;
    }

    .tabs input#tab-3{
        left: 66.6%;
    }
    
    .record1, .record2, .record3{
        bottom: -10px;
        left: 0;
        top: 0;
        right: 0;
        position: relative;
    }

    .record1 a, .record2 a, .record3 a{
        position: absolute;
        bottom: -670px;
        width: 90%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .record1 a img, .record2 a img, .record3 a img{
        width: 100%;
    }

    .tabs input.tab-selector-1:checked ~ .content1 .content-1, .tabs input.tab-selector-2:checked ~ .content1 .content-2, .tabs input.tab-selector-3:checked ~ .content1 .content-3{
        position: relative;
        padding: 5%;
    }

    #info .tabs .content1 dl dt{
        margin-bottom: 0;
    }

    #info .tabs .content1 dl dd{
        width: 100%;
        margin-bottom: 5%;
    }

    #info .tabs .content1 dl dd:nth-of-type(5){
        margin-bottom: 0;
    }

    #info .tabs .content1 a{
        margin-top: 5%;
    }


    .trip-bn a{
      width: 100%;
    }

    .trip-bn a img{
      width: 100%;
    }

    #item{
        /*margin-top: 5%;*/
        padding: 0 0 5% 0;
    }

    #item > div > h2:nth-of-type(1)+p,#item > div > h2:nth-of-type(2),#item > div > h2:nth-of-type(3){
        margin-bottom: 5%;
    }

    #item .panf-box>h2{
        margin: 0 auto 4%;
        font-size: 110%;
        width: 100%;
        text-align: center;
    }

    #item .panf-box:nth-of-type(1){
        margin-bottom: 0%;
    }

    #item .panf-box:nth-of-type(2){
        margin-bottom: 0;
    }

    .face{
        text-align: left;
        width: 35%;
    }

    #item .panf-box .face img{
        width: 100%;
        height: auto;
    }

    #item .panf-box > .f_l{
        margin-bottom: 5%;
        width: 100%;
    }

    #item .panf-box > .f_l > div{
        width: 60%;
    }

    #item .panf-box > .f_l > div > div{
        margin-bottom: 0;
        margin-top: 5%;
    }

    #item .panf-box > .f_l > div p{
      font-size: 0.8em;
    }

    #item .panf-box > .f_l > div > .online-box{
        margin: 0 0 10px;
    }

    #item .panf-box > .f_l > div > .online-box h2{
        font-size: 90%;
    }

    #item .panf-box > .f_l > div > p:nth-of-type(2){
        margin-top: 10px;
    }

    .panf-box>.panf-btn{
        width: 100%;
        margin-bottom: 8%;
        border-bottom: 1px solid #888;
        padding-bottom: 8%;
    }

    .panf-box:nth-of-type(2)>.panf-btn:nth-last-child(1){
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .panf-btn p{
        width: 100%;
    }

    .panf-btn p:nth-of-type(2){
        margin-top: 4%;
    }

    #item .panf-box .online{
        width: 90%;
        margin-left: 0;
        padding: 0 5%;
        font-size: 90%;
    }

    #item .panf-box::after{
        content: none;
    }

    .sp-view{
        width: 90%;
        margin: 5% auto;
    }

    .sp-view p{
        width: 48%;
    }

    .sp-view img{
        vertical-align: bottom;
    }

    #sightseeing{
        padding: 5% 0;
    }

    #sightseeing > div{
        width: 90%;
        height: auto;
    }

    #sightseeing > div:after{
        content: none;
    }

    #sightseeing > div>p{
        margin-bottom: 5%;
    }

    #sightseeing > div .select{
        width: 100%;
        height: auto;
    }

    #sightseeing > div .select ul{
        height: auto;
        isplay:-webkit-box;
        display:-ms-flexbox;
        display: -webkit-flex;
        display:flex;
        webkit-box-pack:justify;
        -ms-flex-pack:justify;
        -webkit-justify-content:space-between;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;

    }

    #sightseeing > div .select ul:after{
        content: none;
    }

    #sightseeing > div .select ul:nth-of-type(4){
        margin-top: 5%;
    }

    #sightseeing > div .select ul li{
        width: 30%;
    }

    #sightseeing > div .select a,#sightseeing > div .select ul li img{
        width: 100%;
        height: auto;
    }

    section .inner{
        display: none;
    }

    #banner{
        background: #fff;
        padding: 5% 0 0;
    }

    #banner > div{
        width: 90%;
    }

    #banner .sp-sub-menu li{
        width: 100%;
        position: relative;
    }

    .sp-sub-menu a{
        color: #007300;
        background: #f1f1f1;
        border-bottom: 2px solid #fff;
        display: block;
        width: 90%;
        text-decoration: none;
        padding: 10px 5%;
        font-weight: bold;
    }

    .sp-sub-menu a:after{
        content: ">";
        position: absolute;
        right: 5%;
        font-size: 16px;
        top: 50%;
        -webkit-transform:translate(100%, -50%);
        transform:translate(100%, -50%);
    }

    #banner > div ul{
        margin-bottom: 0;
    }

    #banner > .sp-sub-menu ul{
        margin-bottom: 50px;
    }

    #banner > div ul,#banner > div ul li{
        height: auto;
    }

    #banner > div ul li{
        width: 48%;
        margin-bottom: 5%;
    }

    #banner > div ul li:nth-of-type(4){
        margin-bottom: 0;
    }

    #banner > div ul li img{
        vertical-align: bottom;
    }

    #banner > div:nth-of-type(2) ul li:nth-of-type(1),#banner > div:nth-of-type(2) ul li:nth-of-type(2){
        margin-bottom: 4%;
    }

    #banner > div ul img{
        width: 100%;
    }

    footer{
        border-top:none;
        height: auto;
    }

    footer div{
        width: 100%;

    }

    footer div ul.flex1{
        width: 60%;
        margin: 0 auto;
        margin-bottom: 5%;
        padding-top: 0;
    }

    footer div li{
        width: 50%;
        padding: 0;
        margin-bottom: 20px;
    }

    footer div li:nth-last-child(1){
        margin-bottom: 0;
    }

    footer div li a{
        border-right: none;
        padding: 0;
    }

    footer div address{
        width: auto;
        background: #006700;
        color: #fff;
        padding: 6px;
        text-align: center;
    }

    .gr{
        color: #006700;
    }

    #sub{
        margin-top: 5%;
    }

    #sub > div{
        width: 100%;
    }

    #sub > div .slick-prev{
        left: 0;
    }

    #sub > div .slick-next{
        right: 0;
    }

    #sub .slick-slider .slick-list{
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }

    #pagetop{
        z-index: 10000;
    }


    #sub ul li{
      width: 240px;
      margin: 0 5px;
    }

    .sp-view{
      isplay:-webkit-box;
      display:-ms-flexbox;
      display: -webkit-flex;
      display:flex;
      webkit-box-pack:justify;
      -ms-flex-pack:justify;
      -webkit-justify-content:space-between;
      justify-content:space-between;
      -ms-flex-wrap:wrap;
      -webkit-flex-wrap:wrap;
      flex-wrap:wrap;
    }

    .sns{
        margin-top: 5%;
        padding: 5% 0;
    }

    .kan{
      width: 90%;
      padding: 5%;
    }

    .kan>p,.kan>div{
      width: 100%;
    }

    .kan>p{
      text-align: center;
    }

    .kan div h2{
      margin: 5% 0;
      font-size: 0.9em;
      text-align: center;
    }

    .kan div p{
      text-align: center;
    }

}


@media screen and (max-width:1024px){
  #sub .slick-slider .slick-list{
      margin: 0 auto;
      width: 80%;
      overflow: hidden;
  }
}

@media screen and (max-width:620px){
  #sub .slick-slider .slick-list{
    width: 85%;
  }
}

@media screen and (max-width:580px){
  #sub .slick-slider .slick-list{
    width: 90%;
  }
}

@media screen and (max-width:500px){
  footer div ul.flex1{
    width: 80%;
  }

  #sub .slick-slider .slick-list{
    width: 70%;
  }
}


@media screen and (max-width:420px){
  #item h2:nth-of-type(1) img, #sightseeing h2 img,.sns > div h2{
    width: 80%;
  }

  #banner > div ul li{
    width: 100%;
    margin-bottom: 5%;
  }

}


@media screen and (max-width:400px){
  .tabs label{
        font-size: 0.7em;
    }

    .sp-view p {
        width: 100%;
    }

    .sp-view p:nth-of-type(2) {
        margin-top: 5%;
    }

    .sp-view p{
      width: 100%;
    }

    footer div ul.flex1{
        width: 95%;
  }
}


@media screen and (max-width:360px){
  #sub .slick-slider .slick-list{
    width: 44%;
  }
}