@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1030px) {
.clicked{
    animation: animScale 2s ease-out;
    transform-origin: 50% 50%;
    animation-play-state:running;
    
}
@keyframes animScale {
    0% { transform: scale(0.9, 0.9); }
    5% { transform: scale(1.05, 1.05); }
    10% { transform: scale(1, 1); }
    15% { transform: scale(1.01, 1.01); }
    20% { transform: scale(1, 1); }
    100% { transform: scale(1, 1); }
}

.shakex_l{
    animation: animSlateleft 2s ease-out;
    transform-origin: 50% 50%;
    animation-play-state:running;
    
}
@keyframes animSlateleft {
    0% { left:12px; }
    5% { left:15px; }
    10% { left:10px; }
    15% { left:15px; }
    20% { left:15px; }
    100% { left:15px; }
}

.shakex_r{
    animation: animSlateright 2s ease-out;
    transform-origin: 50% 50%;
    animation-play-state:running;
    
}
@keyframes animSlateright {
    0% { right:12px; }
    5% { right:15px; }
    10% { right:10px; }
    15% { right:15px; }
    20% { right:15px; }
    100% { right:15px; }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/*
html, body, div, span, iframe,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5{
	border: 0;
	margin: 0;
	padding: 0;
	color:#000;
	font-size:14px;
	letter-spacing:0px;
  font-family: "a-otf-gothic-bbb-pr6n",sans-serif;

}
body {
	line-height: 1;
	width: 100%;
	height: 100%;
	position: relative;
}
ol, ul {
	list-style: none;
}
a{
	outline:none;
	text-decoration:none;
	cursor: pointer;
	}
a img {
	border: none;
	border-style:none;
}
*/
img {
	border-style:none;
	vertical-align: top;
  width: 100%;
  height: auto;
}
	
#footer .ftJpn img {
	width: 33px;
}
	
#footer .ftLogo img {
	width: 176px;
}
	
li{
	list-style:none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/*#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #dcddd9;
  z-index: 99999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader img{
	width: 100px; 
	animation: rotate 3s; 
	animation-iteration-count: 3; 
    -webkit-animation: rotate 3s;
* Safari & Chrome     -webkit-animation-iteration-count: 3;
}*/

/*@keyframes rotate { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } 
}
@-webkit-keyframes rotate {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); } 
} */


/*
body {
    position: relative;
    visibility: hidden;
    width: 100%;
    height: 100vh;
}

#top{
  overflow: hidden

}

#top header{
  width: 100%;
  height: 86px;
  position: fixed;
  background: #FFF;
  z-index: 9999;
}

header{
  width: 100%;
  height: 86px;
  position: relative;
  background: #FFF;
  z-index: 9999;
}

header .wrap{
width: 100%;
margin: 0 auto;
}

header h1{
  width: 100px;
  padding: 15px 0 10px;
position: absolute;
top: 0;
left: 50%;
margin-left: -50px;
}
header h1 img{
  text-align: center;
}

header h2 a{
width: 16.5px;
position: absolute;
bottom: 10px;
right: 15px;
}
header nav{
  display: none;
}
.tcon {
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 999999;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 25px;
  background: transparent;
  outline: none; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }
.sp_menu_title{
  position: absolute;
  font-size: 8px;
  letter-spacing: 1px;
  top: 28px;
  left: 9px;
  text-align: center;
  color: #333;
  width: 30px;
}
.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 25px;
  border-radius: 1px;
  transition: 0.3s;
  background: #333;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 3px;
    width: 25px;
    border-radius: 1px;
    transition: 0.3s;
    background: #333;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 9px; }
  .tcon-menu__lines::after {
    top: -9px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8); }

.tcon-menu--xcross {
  width: auto; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 25px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

footer{
width: 100%;
height: 40px;
background: #eeeeee;
text-align: center;

}
footer small{
text-align: center;
}
footer small img{
  width: 80%;
  padding-top: 10px;
}
 */

/*■■■■■■■■　TOP　■■■■■■■■*/

section#main{
  position: fixed;
  width:100%;
  height:100%;
  background: url(../images/main_bg_sp.jpg) no-repeat top right;
  background-size:cover;
  top: 0;
  left: 0;
}

section#bnr_line{
  background: #eeeeee;
}

section#bnr_line ul{
  width: 98%;
  margin: 0 auto;
  padding:10px 0;
}
section#bnr_line ul li{
  width: 32%;
  float: left;
  margin-right: 2%;
}
section#bnr_line ul li:last-child{
  margin-right: 0%;
}
section#bnr_line ul li img{
  width: 100%;
  height: auto;
  transition: all 0.1s ease;
}
section#bnr_line ul li a:hover img{
transform: scale(1.03,1.03);

}

#top section#bnr_line{
width: 100%;
margin:0 auto; 
position: fixed;
background: #eeeeee;
bottom: 30px;
z-index: 9999;
}

	
/* 
#top footer{
  width: 100%;
  height: 30px;
  position: fixed;
background: #eeeeee;
bottom: 0;
z-index: 9999;
  text-align: center;

}
#top footer small{
  text-align: center;


}
#top footer small img{
  width: 80%;
  padding-top: 3px;
}

ul.action{
  top: 86px !important;
  opacity: 1 !important;
}

#sp_menu{
  position: absolute;
  opacity: 0;
  top:-500px;
  left: 0;
  width: 100%;
  background:rgba(238,238,238,0.90);
  z-index: 9998;
  transition: all 0.4s ease;
}
#sp_menu li{
  padding: 12px 0;
  border-bottom:1px #666 solid; 
  text-align: center;
}
#sp_menu li:last-child{
    border-bottom:none; 
}
#sp_menu li:nth-child(3){
  color: #AAA;
}
#sp_menu li a{
  display: block;
}
*/

 
/* #container
--------------------------- */
#container {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
 
/* .stageBase
--------------------------- */
.stageBase {
    width: 100% !important;
    height: 100vh !important;
    position: relative;
    overflow: hidden;
}
.stageBase .fieldWrap {
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
}
#stage1 {
    height: 100%;
    width: 100%;
}


#stage2 {
  background:url(../images/sec2_bg_sp.png) no-repeat center center;
  background-size: cover;
}

 
/* #pageDown
--------------------------- */
#pageDown {

}
#pageDown a {

}


h1.motion{
  width: 240px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -120px 0 0 -120px;
}


h2#pageDown{
  width: 240px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 38px 0 0 -120px;
}

.modal-content {
    position:fixed;
    display:none;
    z-index:999999;
    width:95%;
    margin:0;
    background:rgba(255,255,255,0.98);
}

.modal-overlay {
    z-index:999998;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

#stage2 p{
  width: 505px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin:-250px 0 0 -252.5px;
}

.stageBase h2{
  font-size: 11px;
  position: absolute;
  bottom: 15px;
  z-index: 9999;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 0;
}
  
#stage3 h2,
#stage5 h2{
  right:10px;
}

#stage4 h2,
#stage6 h2{
  left:10px;
}
#stage7 .wrap{
  width: 80%;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 10%;
}

#stage7 img.map{
  width: 100%;
  margin: 0 auto;
}
#stage7 img.map2{
  width: 100%;
  margin: 0 auto;
}
.border{
  border-top:1px solid #000;

  }



div#pageUp{
  width: 23.5px;
  position: absolute;
  left: 50%;
  top: 25px;
  margin-left: -11.75px;
    z-index: 10;
	display: none;

}

div#pageDown{
  width: 23.5px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -11.75px;
    z-index: 10;
    transition: 0.2s all ease;
}
div#pageUp a:hover,
div#pageDown a:hover{
  opacity: 0.7;
}

.test{
   top: 50px !important; 
}



.discript_box{
  position: absolute;
  left: 10px;
  top: 70px;
}
.discript_box .icon{
  width:95%;
}

.discript_box .icon a{
display: block;  
}
/*#stage3 .discript_box h3{width: 202px;}
#stage4 .discript_box h3{width: 196px;}
#stage5 .discript_box h3{width: 306.5px;}
#stage6 .discript_box h3{width: 299.5px;}

*/
.discript_box p{
  font-size: 12px;
  padding: 20px;
  letter-spacing: 1.5px;
  line-height: 28px;
}

#toujiki01{
  background:url(../images/slide01_01_sp.jpg) no-repeat center center;
  background-size: cover;
}
#toujiki02{
  background:url(../images/slide01_02_sp.jpg) no-repeat center center;
  background-size: cover;
}
#toujiki03{
  background:url(../images/slide01_03_sp.jpg) no-repeat center center;
  background-size: cover;
}
#toujiki04{
  background:url(../images/slide01_04_sp.jpg) no-repeat center center;
  background-size: cover;
}


#kama01{
  background:url(../images/slide02_01_sp.jpg) no-repeat center center;
  background-size: cover;
}
#kama02{
  background:url(../images/slide02_02_sp.jpg) no-repeat center center;
  background-size: cover;
}
#kama03{
  background:url(../images/slide02_03_sp.jpg) no-repeat center center;
  background-size: cover;
}
#kama04{
  background:url(../images/slide02_04_sp.jpg) no-repeat center center;
  background-size: cover;
}


#sekai01{
  background:url(../images/slide03_01_sp.jpg) no-repeat center center;
  background-size: cover;
}
#sekai02{
  background:url(../images/slide03_02_sp.jpg) no-repeat center center;
  background-size: cover;
}
#sekai03{
  background:url(../images/slide03_03_sp.jpg) no-repeat center center;
  background-size: cover;
}
#sekai04{
  background:url(../images/slide03_04_sp.jpg) no-repeat center center;
  background-size: cover;
}


#machi01{
  background:url(../images/slide04_01_sp.jpg) no-repeat center center;
  background-size: cover;
}
#machi02{
  background:url(../images/slide04_02_sp.jpg) no-repeat center center;
  background-size: cover;
}
#machi03{
  background:url(../images/slide04_03_sp.jpg) no-repeat center center;
  background-size: cover;
}
#machi04{
  background:url(../images/slide04_04_sp.jpg) no-repeat center center;
  background-size: cover;
}



/*1枚目*/
#modal1{
  display: none;
  position: absolute;
  top:5%;
  left:5% ;
  width:90%;
  height: 90%;
   z-index: 9999;
}

#modal1 div{
  overflow-y: auto;
  height: 90%; 
  padding:25px;
  background:rgba(255,255,255,0.80);
}
/*2枚目*/
#modal2{
  display: none;
  position: absolute;
  top:5%;
  left:5% ;
  width:90%;
  height: 90%;
   z-index: 9999;
}

#modal2 div{
  overflow-y: auto;
  height: 90%; 
  padding:25px;
  background:rgba(255,255,255,0.80);
}
/*3枚目*/
#modal3{
    display: none;
  position: absolute;
  top:5%;
  left:5% ;
  width:90%;
  height: 90%;
   z-index: 9999;
}

#modal3 div{
  overflow-y: auto;
  height: 90%; 
  padding:25px;
  background:rgba(255,255,255,0.80);
}
/*4枚目*/
#modal4{
    display: none;
  position: absolute;
  top:5%;
  left:5% ;
  width:90%;
  height: 90%;
   z-index: 9999;
}

#modal4 div{
  overflow-y: auto;
  height: 90%; 
  padding:25px;
  background:rgba(255,255,255,0.80);
}

.close{
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #d7000f;
  border-radius: 50%;
  transition: all 0.2s ease;
}
a.close:hover{
  transform: scale(1.1,1.1);
}

.discrpt_modal h3{
  width: 100%;
  padding-bottom: 10px;
}
.discrpt_modal p{
  font-size: 12px;
  line-height: 18px;
}


.bx-wrapper .bx-prev {
    left: 15px !important;
}
.bx-wrapper .bx-next {
    right: 15px !important;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■  構成文化遺産CSS 　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#heritage .lazy-container img.lazy{
  width: 100%;
}

#heritage .lazy-container{
  padding-bottom: 10px;
}

.lazy-container a{
  display: block;
  transition: all 0.5s ease;
}
.lazy-container a:hover img{
  opacity: 0.8;
  transition: all 0.5s ease;
  background: #d80c18;
}

.w20{
  width: 19%;
  float: left;
  padding-right: 1%;
}
.left1{
  padding-left: 1%;
}

.w20 div.title{
  height:0;
  padding-bottom:100%;
  overflow: hidden;
  padding-top:0;

}
.w20 div.title img{
    border-radius: 0 ;

}

.w20 div{
  height: 0 ;
  padding-bottom: 88.46%;
  padding-top: 11.54%;
  position: relative;
}
.w20_tate{
  width: 19%;
  float: left;
  padding-right: 1%;
}

.w20_tate div{
  height: 0 ;
  padding-bottom: 188.6%;
  padding-top: 11.4%;
  position: relative;
}
.w20 div img,
.w20_tate div img,
.w40 div img,
.w40_toubai div img{
  border-radius: 10px 10px 0 0;
}
.w40{
  width: 38%;
  float: left;
  padding-right: 1%;
}
.w40 div{
  height: 0 ;
  padding-bottom: 94.24%;
  padding-top:5.76%;
  position: relative;
}
.w40_toubai{
  width: 38%;
  float: left;
  padding-right: 1%;
}
.w40_toubai div{
  height: 0 ;
  padding-bottom: 44.23%;
  padding-top: 5.77%;
  position: relative;
}
.w40_toubai div.clearfix{
  height:auto;
  padding-bottom: 0;
  padding-top:0;
  position: relative;
}


#heritage h2{
  display: none;
  /*font-family: "tbnpgothic-std",sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #3e3a39;
  position: absolute;
  left: 5px;
  transform: scaleY(0.80);
  -moz-transform: scaleY(0.80);
  -webkit-transform: scaleY(0.80);
  -o-transform: scaleY(0.80);
  -ms-transform: scaleY(0.80);
  font-weight: normal;*/
}
#heritage h2 span{
  /*font-family: "tbnpgothic-std",sans-serif;
  padding-right: 8px;
  border-right: 1px solid #3e3a39;
  margin-right: 8px;
  font-size: 10px;*/
}

/*#heritage .w20 div h2,
#heritage .w40_toubai div h2{
  top:0;
}
#heritage .w20_tate div h2,
#heritage .w40 div h2{
  top:2%;
}
#heritage #ray02 .separate h2{
  top:3.7%;
}
*/

#ray02 .separate{
  width: 49%;
  float: left;
  height: 0 ;
  padding-bottom: 44.23%;
  padding-top: 5.77%;
}


/*■■■■■■■■　access　■■■■■■■■*/

section#access{
  width: 90%;
  margin: 62px auto 0;
  padding: 0 0 5%;
}

section#access .left{
  width: 100%;
  padding-top: 20px;
	padding-right: 0;
	float: none;
}

section#access .right{
  width: 80%;
  margin: 30px auto;
  text-align: center;
  padding-top: 0;
	float: none;
}
section#access .right img{
  text-align: center;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■  コマーシャルCSS 　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#commercial{
  width: 100%;
  background: url(../images/cm_bg_sp.jpg) no-repeat center;
  background-size:cover;
}
#commercial h2{
  width: 150px;
  margin: 0 auto 20px;
    padding-top: 30px;
    text-align: center;
}
#commercial #youtube{
  position: relative;
  width: 85%;
  height:0;
  padding-top: 56.25%;
  background: #AAA;
  margin: 0 auto 10px;
}
#commercial #youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#commercial p{
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: 100;
  color: #FFF;
  text-align:center;
}

#commercial ul{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-left: 1%;
}
#commercial ul li{
  width: 18%;
  float: left;
  padding-right: 1%;
	margin-right: 0;
}
#commercial ul li:last-child{
  padding-right: 0px;
}
#commercial ul li dl dt{
  padding-bottom: 10px;
}

#commercial ul li dl dt a:hover img{
  opacity: 0.5;
}


#commercial ul li dl dd{
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 14px;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■  リンクCSS 　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#link{
  width: 85%;
  margin: 0 auto;
  padding-top: 30px;
}
#link h2,#link h3,#link ul li,#link p{
    transform: scaleY(0.80);
    -moz-transform: scaleY(0.80);
    -webkit-transform: scaleY(0.80);
    -o-transform: scaleY(0.80);
    -ms-transform: scaleY(0.80);
    font-weight: normal;
}

#link h2 span,#link h3 span,#link h2,#link h3,#link ul li a,#link p a{
    color: #595757;
}      

#link h2{
    margin-bottom: 20px;
    text-align: left;
}
#link h2 span, #link h3 span{
    border-bottom:1px solid #595757;
    padding-bottom: 3px;
    font-family: "tbnpgothic-std",sans-serif;
}
#link h2 span{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #595757;
}
#link h3 span{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #595757;
}

#link ul li a{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  transition: all ease 0.1s;
}

#link ul li a:hover{
  color: #ab141e;
  text-decoration: underline;
}

.link_border{
  padding: 30px 0;
}

#link #kanko_info .left{
  padding-bottom: 20px;
	width: 100%;
	float: none;
}

#link #kanko_info h3{
  float: none;
  text-align: left;
  width: 100%;
}
#link #kanko_info ul{
  float: none;
  width: 100%;
}
#link #partner ul li{
  float: left;
  padding-right: 20px;
}
#dantai{
  padding-bottom: 30px;
}
#dantai h2{
  margin-bottom: 10px;
}

#dantai p{
  text-align: left;
  padding-right: 25px;
}

#dantai p a{
  padding-right: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2px;
  transition: all ease 0.1s;
  display: block;
}
#dantai p a:last-child{
  padding-right: 0;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   やきものがたり   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#yakimonogatari .mv{
  width: 100%;
  height: 0;
  padding-top: 110%;
  background: url(../images/yakimonogatari_sp_mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  margin-bottom: 20px;
}
#yakimonogatari .mv h2{
  display: none;
}
#yakimonogatari .contents{
  width: 90%;
  margin: 0 auto 30px;

}
#yakimonogatari .sec01{
  background: url(../images/yakimonogatari_sp_sec01_img.jpg) no-repeat;
  background-size: 100%;
  height: 0;
  padding-bottom: 81.8%;
}
#yakimonogatari .sec01 h3{
display: none;
}
#yakimonogatari .sec02{
  background: url(../images/yakimonogatari_sp_sec02_img.jpg) no-repeat;
  background-size: 100%;
  height: 0;
  padding-bottom: 78.8%;
}
#yakimonogatari .sec02 h3{
display: none;
}
#yakimonogatari .sec03{
  background: url(../images/yakimonogatari_sp_sec03_img.jpg) no-repeat;
  background-size: 100%;
    height: 0;
  padding-bottom: 84.6%;
}
#yakimonogatari .sec03 h3{
display: none;
}
#yakimonogatari .sec04{
  background: url(../images/yakimonogatari_sp_sec04_img.jpg) no-repeat;
  background-size: 100%;
    height: 0;
  padding-bottom: 75.1%;
}
#yakimonogatari .sec04 h3{
display: none;
}
#yakimonogatari .sec05{
  background: url(../images/yakimonogatari_sp_sec05_img.jpg) no-repeat;
  background-size: 100%;
    height: 0;
  padding-bottom: 79.5%;
}
#yakimonogatari .sec05 h3{
display: none;
}
#yakimonogatari .sec06{
  background: url(../images/yakimonogatari_sp_sec06_img.jpg) no-repeat;
  background-size: 100%;
    height: 0;
  padding-bottom: 83.4%;
}
#yakimonogatari .sec06 h3{
display: none;
}
#yakimonogatari .sec07{
  background: url(../images/yakimonogatari_sp_sec07_img.jpg) no-repeat;
  background-size: 100%;
    height: 0;
  padding-bottom: 80.3%;
}
#yakimonogatari .sec07 h3{
display: none;
}
#yakimonogatari .sec08{
  background: url(../images/yakimonogatari_sp_sec08_img.jpg) no-repeat;
  background-size: 100%; 
  height: 0;
  padding-bottom: 101.2%;
}
#yakimonogatari .sec08 h3{
display: none;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   観光ものがたり   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#kankou_monogatari .mv{
  width: 100%;
  height: 0;
  padding-top: 110%;
  background: url(../images/kankoumonogatari_sp_mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  margin-bottom: 40px;
}
#kankou_monogatari .mv h2{
  width: 80px;
  position: absolute;
  bottom: -20px;
  right: 20px;
}

#kankou_monogatari .contents{
  width: 85%;
  margin: 0 auto 20px;
}
#kankou_monogatari .contents h3{
  width: 250px;
  margin: 0 auto;
}
#kankou_monogatari ul#menu li{
  width: 100%;
  margin-bottom: 20px;
}
#kankou_monogatari ul#menu li:last-child{
  margin-bottom: 0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   こんなところにやきものが   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#kankou_monogatari01 h3,
#kankou_monogatari02 h3,
#kankou_monogatari03 h3,
#kankou_monogatari04 h3{
  width: 250px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

#kankou_monogatari01 ul#menu,
#kankou_monogatari02 ul#menu,
#kankou_monogatari03 ul#menu,
#kankou_monogatari04 ul#menu{
  width: 100%;
  margin: 0 auto;
}

#kankou_monogatari01 ul#menu li,
#kankou_monogatari02 ul#menu li,
#kankou_monogatari03 ul#menu li,
#kankou_monogatari04 ul#menu li{
  width: 25%;
  float: left;
}
#kankou_monogatari01 .bg{
  width: 100%;
  background: #65bbc8;
}
#kankou_monogatari02 .bg{
  width: 100%;
  background: #c09471;
  padding: 20px 0;
}
#kankou_monogatari03 .bg{
  width: 100%;
  background: #49a8ea;
  padding: 20px 0 0;
}
#kankou_monogatari04 .bg{
  width: 100%;
  background: #e7e7e7;
  padding: 20px 0 0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   こんなところにやきものが   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



#kankou_monogatari01 .bg h3{
  width: 90%;
  padding: 0;
}
#kankou_monogatari01 .bg .contents{
  background:url(../images/kkmgr_01_list_sp.jpg) no-repeat top 20px center #FFF;
  background-size: 90%;
  width: 90%;
  height: 0;
  margin: 0 auto;
  padding: 0 0 250%;
  position: relative;

}

#kankou_monogatari01 .bg .contents ul{
  display: none;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   こんなところにやきものが   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



#kankou_monogatari02 .bg h3{
  width: 100%;
  padding: 0 0 30px;
}
#kankou_monogatari02 .bg p{
  margin: 0 auto;
  width: 80%;
}
#kankou_monogatari02 .bg .contents{
  background:url(../images/kkmgr_02_bg.jpg) repeat;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#kankou_monogatari02 .bg .contents ul{
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}

#kankou_monogatari02 .bg .contents ul li{
  width: 47%;
  float: left;
  padding-right: 6%;
  padding-bottom:20px;
	margin: 0;
}

#kankou_monogatari02 .bg .contents ul li:nth-child(2n){
  padding-right: 0;

}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   わきものがたり   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



#kankou_monogatari03 .bg h3{
  width: 80%;
  margin: 0 auto;
}
#kankou_monogatari03 .bg p{
  text-align: center;
}
#kankou_monogatari03 .bg .contents{
  background:url(../images/kkmgr_03_bg.jpg) repeat;
  background-size: 100%;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#kankou_monogatari03 .bg .contents ul{
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

#kankou_monogatari03 .bg .contents ul li{
  width: 48%;
  float: left;
  padding-right: 4%;
  padding-bottom: 20px;
	margin-right: 0;
}

#kankou_monogatari03 .bg .contents ul li:nth-child(2n){
  padding-right: 0;

}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   わきものがたり   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#kankou_monogatari04 .bg .contents{
  background:#FFF;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#kankou_monogatari04 .bg .contents img{
  width: 90%;
  padding-left: 3%;
  padding-top: 30px;
  padding-bottom: 20px;

}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   ヤキモノメイク   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#yakimono_make{
  width: 100%;
}
#yakimono_make h2{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 30px;
}
#yakimono_make .mv{
  background: url(../images/yakimono_make_mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#yakimono_make .mv p{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
#yakimono_make h3{
  width: 50%;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 30px;
}
#yakimono_make .movie{
  width: 90%;
  height:0;
  padding-top: 56.25%;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
#yakimono_make .movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#yakimono_make p{
    width: 90%;
  margin: 0 auto;
  text-align: center;
}
#yakimono_make #image{
  width: 95%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#yakimono_make .foot{
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   肥前陶磁器の特徴   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#feature{
  width: 80%;
  margin: 62px auto 0;
}

#feature h2{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

#feature ul{
  padding-bottom: 50px;
}
#feature ul li{
  padding-bottom: 30px;
}

#feature ul li .left,
#feature ul li .right{
  width: 100%;
}

#feature ul li .right{
  background: #EEE;
  height: 100%;
}

#feature ul li .right h3{
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  border-bottom: 1px #000 solid;
  margin-bottom: 3px;
  padding-bottom: 15px;
}
#feature ul li .right h4{
  text-align: center;
  padding: 10px 0;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  width: 80%;
  margin: 0 auto 3px;
}
#feature ul li .right p{
  padding: 20px 0;
  border-top: 1px #000 solid;
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
}

	
	
	
.preSite {
	margin: 62px auto 0;
}
	
.link_border {
	padding: 0;
	margin: 20px 0;
}	
	



	
}
