@charset "utf-8";
/* CSS Document */

.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:23px; }
    5% { left:30px; }
    10% { left:25px; }
    15% { left:30px; }
    20% { left:30px; }
    100% { left:30px; }
}

.shakex_r{
    animation: animSlateright 2s ease-out;
    transform-origin: 50% 50%;
    animation-play-state:running;
    
}
@keyframes animSlateright {
    0% { right:23px; }
    5% { right:30px; }
    10% { right:25px; }
    15% { right:30px; }
    20% { right:30px; }
    100% { right:30px; }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

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;
  transition: all 0.2s ease;

}
/* 
html,body {
	line-height: 1;
	width: 100%;
	height: 100%;
	position: relative;
	min-width: 1000px;
}
*/
ol, ul {
	list-style: none;
}
a{
	outline:none;
	text-decoration:none;
	cursor: pointer;
	}
a img {
	border: none;
	border-style:none;
}

li{
	list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/* 
body {
    position: relative;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

#top header{
  width: 100%;
  height: 163px;
  position: fixed;
  background: #FFF;
  z-index: 9999;
}




header{
  width: 100%;
  height: 163px;
  position: relative;
  background: #FFF;
}

header .wrap{
  width: 1200px;
  margin: 0 auto;
}

header h1{
  float: left;
  padding: 30px 0 0 0;

}
header h2{
  float: right;
  padding-top: 58px;
  transform:none !important;
  position: relative !important;
}
header nav{
  width: 835px;
  float: right;
  padding-top: 68px;
  padding-right: 50px;
}
header nav ul{
  padding-top: 15px;
}

header nav ul li{
  float: left;
  padding:4px 25px;
  height: 12px;
  border-left:1px solid #000; 
}
header nav ul:first-child li:first-child{
  margin-left: 192px;
}

header nav ul li:last-child{
  border-right:1px solid #000;
}

header nav ul li a{
  display: block;
  background: url(../images/nav.png) no-repeat;
  text-indent: -9999px;
  height: 12px;
  width: 100%;
  transition: none;
}

header nav ul li#nav01 a{
  width:44px;
  background-position:top 0px left 0px;
}

header nav ul li#nav02 a{
  width:108px;
  background-position:top 0px left -44px;
}

header nav ul li#nav03 a{
  width:172px;
  background-position:top 0px left -152px;
}
header nav ul li#nav04 a{
  width:110px;
  background-position:top 0px left -324px;
}
header nav ul li#nav05 a{
  width:110px;
  background-position:top 0px left -434px;
}
header nav ul li#nav06 a{
  width:78px;
  background-position:top 0px left -544px;
}
header nav ul li#nav07 a{
  width:119px;
  background-position:top 0px left -622px;
}
header nav ul li#nav08 a{
  width:116px;
  background-position:top 0px left -741px;
}
header nav ul li#nav09 a{
  width:60px;
  background-position:top 0px left -857px;
}
header nav ul li#nav10 a{
  width:41px;
  background-position:top 0px left -917px;
}


header nav ul li#nav01 a:hover,
header nav ul li#nav01 a.on{
  width:44px;
  background-position:top -12px left 0px;
}
header nav ul li#nav02 a:hover,
header nav ul li#nav02 a.on{
  width:108px;
  background-position:top -12px left -44px;
}
header nav ul li#nav03 a:hover,
header nav ul li#nav03 a.on{
  width:172px;
  background-position:top -12px left -152px;
}
header nav ul li#nav04 a:hover,
header nav ul li#nav04 a.on{
  width:110px;
  background-position:top -12px left -324px;
}
header nav ul li#nav05 a:hover,
header nav ul li#nav05 a.on{
  width:110px;
  background-position:top -12px left -434px;
}
header nav ul li#nav06 a:hover,
header nav ul li#nav06 a.on{
  width:78px;
  background-position:top -12px left -544px;
}
header nav ul li#nav07 a:hover,
header nav ul li#nav07 a.on{
  width:119px;
  background-position:top -12px left -622px;
}
header nav ul li#nav08 a:hover,
header nav ul li#nav08 a.on{
  width:116px;
  background-position:top -12px left -741px;
}
header nav ul li#nav09 a:hover,
header nav ul li#nav09 a.on{
  width:60px;
  background-position:top -12px left -857px;
}
header nav ul li#nav10 a:hover,
header nav ul li#nav10 a.on{
  width:41px;
  background-position:top -12px left -917px;
}

.tcon{
  display: none;
}
#sp_menu{
  display: none;
}
 */


/*■■■■■■■■　TOP　■■■■■■■■*/

section#main{
  position: relative;
  width:100%;
  height:100%;
  background: url(../images/main_bg.jpg) no-repeat center;
  background-size:cover;
}

section#bnr_line{
  background: #eeeeee;
}

section#bnr_line ul{
  width: 1280px;
  margin: 0 auto;
  padding: 35px 0 20px;
}
section#bnr_line ul li{
  width: 190px;
  float: left;
  margin-right: 10px;
}
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%;
  height: 120px;
  position: fixed;
background: #eeeeee;
bottom: 74px;
z-index: 9999;
}

#top footer{
  width: 100%;
  height: 74px;
  position: fixed;
background: #eeeeee;
bottom: 0;
z-index: 9999;
}


/*■■■■■■■■　access　■■■■■■■■*/

section#access{
  width: 1000px;
  margin: 92px auto 0;
  padding: 50px 0 80px;
}

section#access .left{
  width: 691px;
  float: left;
  padding-right: 63px;
}

section#access .right{
  width: 246px;
  float: left;
}

section#access .left img,
section#access .right img{
  width: 100%;
  height: auto;
}


footer{
  background: #eee;

}
footer small{
  padding: 30px 0;
  display: block;
  text-align: center;
}



 
/* #container
--------------------------- */
#container {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
 
/* .stageBase
--------------------------- */
.stageBase {
    width: 100% !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.png) no-repeat center center;
  background-size: cover;
height: 100vh;}

 
/* #pageDown
--------------------------- */
#pageDown {

}
#pageDown a {

}

#history img{
  width: 100%;
  height: auto;

}

h1.motion{
  width: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -290px 0 0 -350px;
}


h2#pageDown{
  width: 685px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 170px 0 0 -342.5px;
}

.modal-content {
    position:fixed;
    display:none;
    z-index:999999;
    width:1000px;
    margin:0;
    background:rgba(255,255,255,0.98);
}
.modal-content img{
  width: 100%;
  height: auto;
}

.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: 15px;
  position: absolute;
  bottom: 25px;
  z-index: 9999;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 2px;
}
  
#stage3 h2,
#stage5 h2{
  right:25px;
}

#stage4 h2,
#stage6 h2{
  left:25px;
}
#stage7 .wrap{
  width: 65%;
  height: 519px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin:-259.5px -32.5% 0;
}

#stage7 img.map{
  width: 563px;
  margin: 0 auto;
}
#stage7 img.map2{
  width: 464.5px;
  margin: 0 auto;
}
.border{
  border-top:1px solid #000;
  }



div#pageUp{
  width: 23.5px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -11.75px;
    z-index: 10;
}

div#pageDown{
  width: 23.5px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -11.75px;
    z-index: 10;
    transition: 0.2s all ease;
}
div#pageUp a:hover,
div#pageDown a:hover{
  opacity: 0.7;
}



.discript_box{
  height: 56px;
  position: absolute;
  left: 60px;
  top: 50px;
}

.discript_box .icon{
  width: 435.5px;
}
.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: 14px;
  padding: 20px;
  letter-spacing: 1.5px;
  line-height: 28px;
}

#toujiki01{
  background:url(../images/slide01_01.jpg) no-repeat center center;
  background-size: cover;
}
#toujiki02{
  background:url(../images/slide01_02.jpg) no-repeat center center;
  background-size: cover;
}
#toujiki03{
  background:url(../images/slide01_03.jpg) no-repeat center center;
  background-size: cover;
}
#toujiki04{
  background:url(../images/slide01_04.jpg) no-repeat center center;
  background-size: cover;
}


#kama01{
  background:url(../images/slide02_01.jpg) no-repeat center center;
  background-size: cover;
}
#kama02{
  background:url(../images/slide02_02.jpg) no-repeat center center;
  background-size: cover;
}
#kama03{
  background:url(../images/slide02_03.jpg) no-repeat center center;
  background-size: cover;
}
#kama04{
  background:url(../images/slide02_04.jpg) no-repeat center center;
  background-size: cover;
}


#sekai01{
  background:url(../images/slide03_01.jpg) no-repeat center center;
  background-size: cover;
}
#sekai02{
  background:url(../images/slide03_02.jpg) no-repeat center center;
  background-size: cover;
}
#sekai03{
  background:url(../images/slide03_03.jpg) no-repeat center center;
  background-size: cover;
}
#sekai04{
  background:url(../images/slide03_04.jpg) no-repeat center center;
  background-size: cover;
}


#machi01{
  background:url(../images/slide04_01.jpg) no-repeat center center;
  background-size: cover;
}
#machi02{
  background:url(../images/slide04_02.jpg) no-repeat center center;
  background-size: cover;
}
#machi03{
  background:url(../images/slide04_03.jpg) no-repeat center center;
  background-size: cover;
}
#machi04{
  background:url(../images/slide04_04.jpg) no-repeat center center;
  background-size: cover;
}



/*1枚目*/
#modal1{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:999999;
  width:1000px;
  height: 400px;
  margin:-320px 0 0 -500px;
}

#modal1 div{
  position: absolute;
  height: 300px;
  overflow-y: auto;
  top: 0;
  padding: 50px;
  background:rgba(255,255,255,0.80);
}
/*2枚目*/
#modal2{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:999999;
  width:1000px;
  height: 500px;
  margin:-320px 0 0 -500px;
}

#modal2 div{
  position: absolute;
  height: 450px;
  overflow-y: auto;
  top: 0;
  padding: 50px;
  background:rgba(255,255,255,0.80);
}
/*3枚目*/
#modal3{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:999999;
  width:1000px;
  height: 515px;
  margin:-320px 0 0 -500px;
}

#modal3 div{
  position: absolute;
  height: 415px;
  overflow-y: auto;
  padding: 50px;
  background:rgba(255,255,255,0.80);
}
/*4枚目*/
#modal4{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:999999;
  width:1000px;
  height: 410px;
  margin:-320px 0 0 -500px;
}

#modal4 div{
  position: absolute;
  height: 310px;
  overflow-y: auto;
  padding: 50px;
  background:rgba(255,255,255,0.80);
}

.close{
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  right: -25px;
  background: #d7000f;
  border-radius: 50%;
  transition: all 0.2s ease;
}
a.close:hover{
  transform: scale(1.1,1.1);
}

.discrpt_modal h3{
  width: 801px;
  padding-bottom: 30px;
}
.discrpt_modal p{
  font-size: 15px;
  line-height: 32px;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■  構成文化遺産CSS 　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#heritage .lazy-container img.lazy{
  width: 100%;
}

#heritage .lazy-container{
  padding-bottom: 30px;
	margin-top: 92px;
}

.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 ;
    width: 100%;
    height: auto;

}

.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{
  font-family: "tbnpgothic-std",sans-serif;
  font-size: 13px;
  line-height: 16px;
  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: 16px;
}

#heritage .w20 div h2,
#heritage .w40_toubai div h2{
  top:4%;
}
#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%;
}

#heritage footer{
    text-align: center;

}

#heritage footer img{
  width: 1000px;
  height: auto;
  margin:0 auto;
  padding: 30px 0 ;
  text-align: center;
}

#footer .ftJpn img {
	width: 33px;
}
	
#footer .ftLogo img {
	width: 176px;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■  コマーシャルCSS 　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#commercial{
  width: 100%;
  background: url(../images/cm_bg.jpg) no-repeat center;
  background-size:cover;
}

#commercial h2{
    padding-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}
#commercial h2 span{
    border-bottom:2px solid #FFF;
    padding-bottom: 3px;
    color: #FFF;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 4px;
    font-family: "tbnpgothic-std",sans-serif;
}
#commercial #youtube{
  width: 800px;
  height: 450px;
  background: #AAA;
  margin: 0 auto 30px;
}
#commercial p{
  font-size: 11px;
  letter-spacing: 4px;
  line-height: 25px;
  font-weight: 100;
  color: #FFF;
  text-align: center;
}

br.pc_none{
  display: none;
}
#commercial ul{
  width: 580px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#commercial ul li{
  width: 100px;
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
}
#commercial ul li:nth-child(5){
  margin-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: 1062px;
  margin: 92px auto 0;
  padding-top: 10px;
}
#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: 50px;
    text-align: center;
}
#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: 26px;
    line-height: 26px;
    letter-spacing: 2px;
}
#link h3 span{
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
}
#link ul li{
    padding-bottom: 10px;
}

#link ul li a{
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  transition: all ease 0.1s;

}

#link ul li a:hover,
#link p a:hover{
  color: #ab141e;
  text-decoration: underline;
}

.link_border{
  padding: 0;
	margin: 40px 0;
}

#kanko_info,
#partner{
  width: 800px;
  margin: 62px auto 0;
}
 @media only screen and (max-width: 768px) {
#partner.m0t{
  margin: 0px auto 0;
}
}


#link #kanko_info .left,
#link #kanko_info .right,
#link #partner .left,
#link #partner .right{
    width: 380px;
    float: left;
}
#link #kanko_info .left,
#link #partner .left{
  padding-right: 0;
}

#link #kanko_info h3{
  padding-left: 130px;
  margin-bottom: 30px;
}
#link #partner{
}

#dantai{
  padding-bottom: 100px;
}

#dantai{
  text-align: center;
}

#dantai p{
  text-align: center;
  padding-right: 25px;
      padding-bottom: 10px;
}

#dantai p a{
  padding-right: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  transition: all ease 0.1s;
}
#dantai p a:last-child{
  padding-right: 0;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   やきものがたり   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#yakimonogatari .mv{
  width: 100%;
  height: 0;
  padding-top: 55%;
  background: url(../images/yakimonogatari_mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  margin-bottom: 50px;
}
#yakimonogatari .mv h2{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -349px;
  margin-top: -250px;
}
#yakimonogatari .contents{
  width: 1000px;
  margin: 0 auto 150px;

}
#yakimonogatari .sec01{
  background: url(../images/yakimonogatari_sec01_img.jpg) no-repeat;
  height: 802px;
}
#yakimonogatari .sec01 h3{
  padding-left: 600px;
  padding-top: 62px;
}
#yakimonogatari .sec02{
  background: url(../images/yakimonogatari_sec02_img.jpg) no-repeat;
  background-position: right;
  height: 751px;
}
#yakimonogatari .sec02 h3{
  padding-left: 110px;
  padding-top: 159px;
}
#yakimonogatari .sec03{
  background: url(../images/yakimonogatari_sec03_img.jpg) no-repeat;
  height: 834px;
}
#yakimonogatari .sec03 h3{
  padding-left: 580px;
  padding-top: 0px;
}
#yakimonogatari .sec04{
  background: url(../images/yakimonogatari_sec04_img.jpg) no-repeat;
  height: 748px;
  background-position: right;
}
#yakimonogatari .sec05{
  background: url(../images/yakimonogatari_sec05_img.jpg) no-repeat;
  height: 783px;
}
#yakimonogatari .sec05 h3{
  padding-left: 570px;
  padding-top: 24px;
}
#yakimonogatari .sec06{
  background: url(../images/yakimonogatari_sec06_img.jpg) no-repeat;
  height: 832px;
  background-position: right;
}
#yakimonogatari .sec06 h3{
  padding-left: 157px;
  padding-top: 6px;
}
#yakimonogatari .sec07{
  background: url(../images/yakimonogatari_sec07_img.jpg) no-repeat;
  height: 795px;
}
#yakimonogatari .sec07 h3{
  padding-left: 570px;
  padding-top: 17px;
}
#yakimonogatari .sec08{
  background: url(../images/yakimonogatari_sec08_img.jpg) no-repeat;
  height: 937px;
  background-position:top 55px right;
}
#yakimonogatari .sec08 h3{
  padding-left: 147px;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   観光ものがたり   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#kankou_monogatari .mv{
  width: 100%;
  height: 0;
  padding-top: 41.6%;
  background: url(../images/kankoumonogatari_mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  margin-bottom: 80px;
}
#kankou_monogatari .mv h2{
  position: absolute;
  bottom: -60px;
  right: 50%;
  margin-right: -550px;
}

#kankou_monogatari .contents{
  width: 1000px;
  margin: 0 auto 50px;
}
#kankou_monogatari .contents h3{
  width: 612px;
  margin: 0 auto;
}
#kankou_monogatari ul#menu li{
  float: left;
  width: 490px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #3f6eaf;
}
#kankou_monogatari ul#menu li:nth-child(2n){
  margin-right: 0;
}
#kankou_monogatari ul#menu li a:hover img{
  opacity: 0.4;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   こんなところにやきものが   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#kankou_monogatari01 h3,
#kankou_monogatari02 h3,
#kankou_monogatari03 h3,
#kankou_monogatari04 h3{
  padding: 50px 0;
  text-align: center;
}

#kankou_monogatari01 ul#menu,
#kankou_monogatari02 ul#menu,
#kankou_monogatari03 ul#menu,
#kankou_monogatari04 ul#menu{
  width: 1000px;
  margin: 0 auto;
}

#kankou_monogatari01 ul#menu li,
#kankou_monogatari02 ul#menu li,
#kankou_monogatari03 ul#menu li,
#kankou_monogatari04 ul#menu li{
  width: 250px;
  height: 70px;
  float: left;
}
#kankou_monogatari01 .bg{
  width: 100%;
  background: #65bbc8;
}
#kankou_monogatari02 .bg{
  width: 100%;
  background: #c09471;
  padding: 50px 0;
}
#kankou_monogatari03 .bg{
  width: 100%;
  background: #49a8ea;
  padding: 50px 0 0;
}
#kankou_monogatari04 .bg{
  width: 100%;
  background: #e7e7e7;
  padding: 50px 0 0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   こんなところにやきものが   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



#kankou_monogatari01 .bg h3{
  padding: 0;
}
#kankou_monogatari01 .bg .contents{
  background: #FFF;
  width: 1000px;
  height: 2663px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}

#kankou_monogatari01 .bg .contents ul li{
  position: absolute;
}

#kankou_monogatari01 .bg .contents ul li.list01{
  top: 54px;
  left:63px;
}

#kankou_monogatari01 .bg .contents ul li.list02{
  top: 298px;
  right:57px;
}
#kankou_monogatari01 .bg .contents ul li.list03{
  top: 477px;
  left:59px;
}
#kankou_monogatari01 .bg .contents ul li.list04{
  top: 628px;
  right:63px;
}
#kankou_monogatari01 .bg .contents ul li.list05{
  top: 870px;
  left:77px;
}
#kankou_monogatari01 .bg .contents ul li.list06{
  top: 874px;
  right:58px;
}
#kankou_monogatari01 .bg .contents ul li.list07{
  top: 1142px;
  left:80px;
}
#kankou_monogatari01 .bg .contents ul li.list08{
  top: 1124px;
  right:28px;
}
#kankou_monogatari01 .bg .contents ul li.list09{
  top: 1384px;
  left:59px;
}
#kankou_monogatari01 .bg .contents ul li.list09{
  top: 1384px;
  left:59px;
}
#kankou_monogatari01 .bg .contents ul li.list10{
  top: 1391px;
  left:387px;
}
#kankou_monogatari01 .bg .contents ul li.list11{
  top: 1391px;
  right:58px;
  z-index: 5;
}
#kankou_monogatari01 .bg .contents ul li.list12{
  top: 1612px;
  right:16px;
}
#kankou_monogatari01 .bg .contents ul li.list13{
  top: 1854px;
  left:59px;
}
#kankou_monogatari01 .bg .contents ul li.list14{
  top: 1869px;
  right:57px;
}
#kankou_monogatari01 .bg .contents ul li.list15{
  top: 2022px;
  right:0px;
}
#kankou_monogatari01 .bg .contents ul li.list16{
  top: 2155px;
  left:94px;
}
#kankou_monogatari01 .bg .contents ul li.list17{
  top: 2457px;
  left:94px;
}
#kankou_monogatari01 .bg .contents ul li.list18{
  top: 2298px;
  right:0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   こんなところにやきものが   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



#kankou_monogatari02 .bg h3{
  padding: 0 0 57px;
  /*height: 395px;*/
}
#kankou_monogatari02 .bg p{
  text-align: center;
}
#kankou_monogatari02 .bg .contents{
  background:url(../images/kkmgr_02_bg.jpg) repeat;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#kankou_monogatari02 .bg .contents ul{
  width: 900px;
  margin: 0 auto;
  padding-top: 80px;
}

#kankou_monogatari02 .bg .contents ul li{
  width: 420px;
  /*height: 512px;*/
  float: left;
  padding-right: 60px;
  padding-bottom: 50px;
	margin: 0 10px;
}

#kankou_monogatari02 .bg .contents ul li:nth-child(2n){
  padding-right: 0;

}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   わきものがたり   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



#kankou_monogatari03 .bg h3{
  padding: 32px 0 34px;
  /* height: 304px;*/
}
#kankou_monogatari03 .bg p{
  text-align: center;
}
#kankou_monogatari03 .bg .contents{
  background:url(../images/kkmgr_03_bg.jpg) repeat;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#kankou_monogatari03 .bg .contents ul{
  width: 820px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

#kankou_monogatari03 .bg .contents ul li{
  width: 380px;
  float: left;
  padding-right: 60px;
  padding-bottom: 50px;
	margin-right: 40px;
}

#kankou_monogatari03 .bg .contents ul li:nth-child(2n){
  padding-right: 0;
	margin-right: 0;

}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   わきものがたり   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#kankou_monogatari04 .bg .contents{
  background:#FFF;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#kankou_monogatari04 .bg .contents img{
  padding-left: 32px;
  padding-top: 50px;
  padding-bottom: 50px;

}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   ヤキモノメイク   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#yakimono_make{
  width: 100%;
}

#yakimono_make h2{
  text-align: center;
  padding: 50px 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{
  padding: 100px 0;
  text-align: center;
}
#yakimono_make h3{
  padding-top: 100px;
  text-align: center;
  padding-bottom: 50px;
}
#yakimono_make .movie{
  width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#yakimono_make p{
  text-align: center;
}
#yakimono_make #image{
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
#yakimono_make .foot{
  padding-bottom: 100px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   肥前陶磁器の特徴   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#feature{
  width: 800px;
  margin: 92px auto;
}

#feature h2{
  text-align: center;
  padding: 70px 0 55px;
}

#feature ul{
  padding-bottom: 100px;
}
#feature ul li{
  padding-bottom: 60px;
}

#feature ul li .left,
#feature ul li .right{
  width: 400px;
  float: left;
}

#feature ul li .right{
  background: #EEE;
  height: 400px;
}

#feature ul li .right h3{
  text-align: center;
  width: 342px;
  margin: 0 auto;
  padding-top: 28px;
  border-bottom: 1px #000 solid;
  margin-bottom: 5px;
  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: 342px;
  margin: 0 auto 5px;
}
#feature ul li .right p{
  padding: 25px 0 0;
  border-top: 1px #000 solid;
  width: 342px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}



/*■■■■■■■■　20180111 Add　■■■■■■■■*/

.preSite {
	width: 100%;
	margin: 92px auto 0;
}


#history {
	margin-top: 92px;
}



