@charset "UTF-8";
body{
  background: #FFE702;
  color: #333;
  line-height: 1.5;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
section {
  background-color: #fff;
  max-width: 1000px;
  margin: 60px auto;
  border-radius: 30px;
  padding: 60px;
  line-height: 2;
  }
h2 {
  margin: 0 auto 15px;
}

@media screen and (max-width: 1099px) {
  section {
    margin: 30px 8%;
    border-radius: 15px;
    padding: 8%;
    ine-height: 2;
  }
}

/* ヘッダー
----------------------------------------------------------*/
  h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h1 img {
    display: block;
    margin: 0 auto 15px;
  }

@media screen and (min-width: 1100px),print{
  header{
	  background: url("images/kerohira.png") no-repeat 90% 75%,
                url("images/kiyohirakun.png") no-repeat 10% bottom,
                url("images/top_bg.png") no-repeat center top;
	  background-size: 9%,12%,100vw;
    padding: 7em 0 0 2em;
  }
  .top-day {
    width: 40%;
  }
  .top-time {
    width: 20%;
  }
  .top-kaijo {
    width: 40%;
    margin: 15px auto;
  }
  .top-bus {
    width: 35%;
    margin-top: 50px;
  }
  .top-bus-stop {
    width: 30%;
  }
  
  header nav{
    position: absolute;
    position: fixed;
    left: 5%;
	  top: 2em;
	  width: 90%;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
    align-items: stretch;
	  align-content: stretch;
    z-index: 1;
  }
  header nav ul.g_nav_obi{
	  background: #0C1255;
	  border-radius: 35px;
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	  justify-content: space-around;
    align-items: stretch;
	  align-content: stretch;
	  width: 72%;
	  padding: 0 1em;
  }
	
  header nav ul.g_nav_obi li a{
	  display: flex;
	  padding: 10px 0;
	  color: #FFF;
	  font-size: 0.9em;
	  line-height: 1.4;
	  font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
  }
  header nav ul.g_nav_obi li a img{
	  height: 50px;
	  margin: 0 auto -5px auto;
  }
  header nav ul.g_nav_entry{
    background: #E74F5E url("images/ arrow.png") no-repeat center right 0.5em;
    background-size: 12px 24px;
	  border-radius: 35px;
	  width: 25%;
	  padding: 0;
  }
  header nav ul.g_nav_entry li a{
	  color: #fff;
	  display: block;
	  padding: 10px 0;
	  text-align: center;
	  font-weight: bold;
    line-height: 1.5;
  }
  header p#menu_btn,
  header > a {
    display: none;
  }
}

@media screen and (max-width: 1099px){
  header{
    background: url("images/top_bg.png") no-repeat center top,
                url("images/kerohira.png") no-repeat 94% 64%,
                url("images/kiyohirakun.png") no-repeat 4% bottom;
    background-size: contain,14%,18%;
	  position: relative;
	  padding: 100px 4% 0;
  }

  .top-day {
    width: 60%;
  }
  .top-time {
    width: 38%;
  }
  .top-kaijo {
    width: 75%;
    margin: 0 auto 30px;
  }
  .top-bus {
    width: 60%;
  }
  .top-bus-stop {
    width: 60%;
  }
  
  header p#menu_btn{
	  position: fixed;
	  right: 1em;
	  top: 1em;
	  width: 50px;
	  height: 50px;
    z-index: 1;
  }
  header p#menu_btn img.on,
  header p#menu_btn.on img.off{
	  display: none;
  }
  header p#menu_btn.on img.on{
	  display: inline;
  }
  header nav.g_nav ul.g_nav_obi{
	  display: none;/*これが切り替わる（none or block）*/
	  background: #0C1255;
	  position: fixed;
	  left: 5%;
	  top: 5em;
	  width: 90%;
	  border-radius: 1em;
	  padding: 15px 30px 40px;
	  z-index: 100;
  }
  header nav.g_nav ul.g_nav_obi li{
	  text-align: center;
  }
  header nav.g_nav ul.g_nav_obi li a{
	  display: block;
	  color: #FFF;
	  border-bottom: 1px solid hsla(0,0%,100%,0.20);
	  padding: .8em 0;
  }
  header nav.g_nav ul.g_nav_entry{
	  position: fixed;
	  left: 0;
	  bottom: 0;
	  padding: 30px;
	  width: 100%;
	  z-index: 90;
  }
  header nav.g_nav ul.g_nav_entry li{
	  width: 100%;
	  background: #E74F5E url("images/ arrow.png") no-repeat center right 1em;
    background-size: 12px 24px;
	  border-radius: 35px;
    align-content: center;
  }
  header nav.g_nav ul.g_nav_entry li a{
	  color: #fff;
	  display: block;
	  padding: 0.5em 0;
	  text-align: center;
	  line-height: 1.5;
	  font-weight: bold;
  }
  header > a{
	  display: block;
	  margin: 0 auto;
	  width: 100%;
	  position: absolute;
	  left: 0;
	  bottom: 100px;
	  text-align: center;
  }
  header > a img{
	  width: 60px;
  }
  header nav.g_nav ul.g_nav_entry li a br {
	  display: inline;
  }
  header nav.g_nav ul.g_nav_obi li a img,
  header nav.g_nav ul.g_nav_obi li a br {
    display: none;
  }
}


/* トークショー
----------------------------------------------------------*/
  .talkshow-left p {
    text-align: start;
  }
  #talkshow ul {
    margin: 15px auto;
  }
  #talkshow ul li {
    font-weight: bold;
  }
  .talkshow-body:last-child {
    margin-bottom: 0;
  }
  .talkshow-left {
    display: flex;
    flex-direction: column;
  }
  #talkshow figure {
    width: 250px;
  }

@media screen and (min-width: 1100px),print {
  #talkshow h2 {
    width: 310px;
    margin-bottom: 30px;
  }
  .talkshow-day {
    height: 75px;
    width: auto;
    margin-right: 30px;
  }
  .talkshow-left {
    width: 600px;
  }
  .talkshow-theme {
    width: 450px;
  }
  .talkshow-body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  #talkshow ul li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1099px) {
  #talkshow h2 {
    width: 58%;
    margin-bottom: 15px;
  }
  .talkshow-day {
    width: 20%;
    margin: 0 auto 10px;
  }  
  .talkshow-day-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .talkshow-left {
    margin: 0 auto;
  }
  .talkshow-theme {
    width: 92%;
  }
  #talkshow figure {
    margin: 15px auto 15px;
  }
  .talkshow-body {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  #talkshow ul li {
    font-size: 18px;
  }
}


/* ステージイベント タイムテーブル
----------------------------------------------------------*/
#timetable {
  background: #fff ;
  text-align: center;
}
  .timetable-content {
    display: flex;
  }
  .timetable-left img {
    width: 20%;
    margin-bottom: 10px;
  }
  .timetable-right img {
    width: 20%;
    margin-bottom: 10px;
  }
  .event29 {
    display: flex;
    border-bottom: 1px solid #2EA7E0;
    padding-bottom:  16px;
    margin-bottom: 20px;
    text-align: start;
  }
  .event30 {
    display: flex;
    border-bottom: 1px solid #EA5514;
    padding-bottom:  16px;
    margin-bottom: 20px;
    text-align: start;
  }
  #timetable dt {
    margin-right: 1.5em;
  }

@media screen and (min-width: 1100px),print {
  #timetable {
    background: url("images/28561715_l.png") no-repeat 96% 10% , 
                #fff url("images/mochi.png") no-repeat 4% 3%;
    background-size: 16% , 24%;
  }
  #timetable h2 {
    width: 400px;
  }
  .timetable-left {
    width: 50%;
    border-right: 3px dotted rgb(0,162,136,0.3);
    padding-right: 30px;
  }
  .timetable-right {
    width: 50%;
    padding-left: 30px;
  }
  .event29:last-child {
    margin: 0;
  }
  .event30:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 1099px) {
  #timetable h2 {
    width: 72%;
    margin-bottom: 15px;
  }
  .timetable-content {
    flex-direction: column;
  }
  .timetable-left {
    background: url("images/mochi.png") no-repeat right top;
    background-size: 26%;
  }
  .timetable-right {
    background: url("images/28561715_l.png") no-repeat 14% top;
    background-size: 17%;
  }
  .timetable-right img {
    margin-top: 30px;
  }
}


/* 世界遺産平泉 周遊ミニツアー
----------------------------------------------------------*/
#minitour > p{
  background: #E74F5E url("images/ arrow.png") no-repeat center right 1em;
  background-size: 14px 28px;
  margin: 0 auto;
}
#minitour > p a{
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}
#minitour h2 {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -10px;
}
.minitour-img1 {
  width: 12%;
  height: 12%;
  margin-right: 5px;
}
#minitour ul {
  margin: 15px 0;
  border-radius: 15px;
  display: block;
  color: #0C1255;
  text-indent: -5em;
  }
#minitour li {
  padding: 0 0 10px 5em;
}
#minitour li:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 1100px),print {
  #minitour {
    background: url("images/flag.png") no-repeat 8% 60% ,
                #fff url("images/goshodonn.png") no-repeat 54% 34%;
    background-size: 10% ,12%;
  }
  #minitour h2 {
    height: auto;
    width: 70%;
    margin-left: 45px;
  }
  .minitour-content {
    display: flex;
    justify-content: space-between;
    margin: 30px auto ;
  }
  .minitour-content p {
    width: 45%;
  }
  #minitour ul {
    background-color: rgb(0,162,136,0.15);
    width: 32%;
    padding: 15px 4%;
  }
  #minitour picture {
    margin-top: 30px;
  }
  #minitour > p{
	  border-radius: 40px;
	  max-width: 65%;
  }
  #minitour > p a{
    font-size: 20px;
	  padding: 20px 0 12px;
    margin-top: 30px;
  }
  #minitour > p br {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  #minitour {
    background: #fff url("images/flag.png") no-repeat 14% 30% ;
    background-size: 22%;
  }
  #minitour h2 {
    width: 92%;
    margin-left: -10px;
  }
  #minitour ul {
    background: rgb(0,162,136,0.15) url("images/goshodonn.png") no-repeat 94% 90%;
    background-size: 20%;
    padding: 15px 8%;
  }
  #minitour picture {
    width: 40%;
    margin: 30px auto;
    display: block;
  }
  #minitour > p {
	  border-radius: 45px;
    padding: 12px 0 10px;
  }
}


/* 出店情報
----------------------------------------------------------*/
#shopinformation {
  text-align: center;
}
#shopinformation h4 {
  font-weight: bold;
  font-size: 18px;
}
.shopinformation1 {
  background-color: #00A288;
}
.shopinformation2 {
  background-color: #E74F5E;
}
.shopinformation3 {
  background-color: #EA5514;
}
.workshop h4 {
  color: #EA5514;
}
.kikaku h4 {
  color: #E74F5E;
  }
.shopinformation4 {
  background-color: #E74F5E;
}
.shopinformation5 {
  background-color: #2EA7E0;
}
#shopinformation h3 {
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: bold;
}
#shopinformation ul {
  border-radius: 15px;
  margin: -25px auto 30px;
  display: flex;
}
.shopinformation1-list {
  background-color: rgb(0,162,136,0.15);
}
.shopinformation2-list {
  background-color: rgb(231,79,94,0.15);
}
.workshop {
  background-color: rgb(234,85,20,0.15);
  border-radius: 15px;
  display: flex;
}
#shopinformation h4 {
  font-size: 20px;
}
.kikaku {
  background-color: rgb(231,79,94,0.15);
  border-radius: 15px;
  display: flex;
}
.buppan {
  background-color: rgb(46,167,224,0.15);
}

@media screen and (min-width: 1100px),print {
  #shopinformation {
    background: url("images/shopinformation-img1.png") no-repeat 8% 4%, 
                url("images/00001274.png") no-repeat 96% 2%,
                url("images/shopinformation-img3.png") no-repeat 90% 27%,
                url("images/shopinformation-img4.png") no-repeat 42% 99.8%,
                url("images/shopinformation-img5.png") no-repeat 58% 99.8%;
    background-size: 16% , 20% , 20% , 7% , 7%;   
    background-color: #fff;
  }
  #shopinformation h2 {
    width: 200px;
  }
  .shopinformation-text1 {
    width: 360px;
    margin: 15px auto;
  }
  #shopinformation ul {
    padding:  50px 60px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #shopinformation li {
    width: 30%;
  }
  .shopinformation-text2 {
    width: 200px;
    margin: 30px 0 15px;
  }
  .workshop {
    padding: 50px 60px;
    margin: -25px auto 60px;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: start;
  }
  .workshop1 ,
  .workshop2 ,
  .workshop3 ,
  .workshop4 {
    width: 46%;
  }
  .workshop1 figure {
    width: 250px;
    margin: 15px auto 30px;
    display: block;
  }
  .workshop2 figure {
    width: 150px;
    margin: 15px auto 30px;
    display: block;
  }
  #shopinformation h4 img {
    width: 40px;
    margin: -8px 8px -8px 0;
  }
  .workshop4 figure {
    width: 250px;
    margin: 15px auto 0;
    display: block;
  }
  .kikaku {
    padding: 50px 60px;
    margin: -25px auto 60px;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: start;
  }
  .kikaku1 ,
  .kikaku2 {
    width: 46%;
  }
  .kikaku2 figure {
    width: 250px;
    margin: 15px auto;
    display: block;
  }
  .workshop2 br ,
  .workshop3 br {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  #shopinformation {
    background: url("images/shopinformation-img1.png") no-repeat 4% 2%, 
                url("images/00001274.png") no-repeat 97% 0.5%;
    background-size: 17% , 22%;
    background-color: #fff;
  }
  #shopinformation h2 {
    width: 46%;
  }
  .shopinformation-text1 {
    width: 74%;
  }
  #shopinformation ul {
    padding: 30px;
    flex-direction: column;
    justify-content: center;
  }
  #shopinformation ul li {
    margin-top: 10px;
    text-align: start;
  }
  .shopinformation-text2 {
    width: 40%;
    margin-top: 15px;
  }
  .shopinformation2-list {
    background: url("images/shopinformation-img3.png") no-repeat 95% 98%;
    background-size: 20%;
    background-color: rgb(231,79,94,0.15);
  }
  .shopinformation1-list {
    background: url("images/shopinformation-img4.png") no-repeat 82% 99%,
                url("images/shopinformation-img5.png") no-repeat 96% 99%;
    background-size: 10% , 10%;
    background-color: rgb(0,162,136,0.15);
  }
  .workshop {
    padding: 30px;
    margin: -25px auto 30px;
    flex-direction: column;
  }
  .workshop p {
    text-align: start;
  }
  .workshop3 img {
    width: 40px;
    margin-bottom: -5px;
  }
  .workshop4 figure img {
    margin-bottom: -15px;
  }
  .kikaku {
    padding: 30px;
    margin: -25px auto 30px;
    flex-direction: column;
  }
  .kikaku h4 {
    color: #E74F5E;
    margin-bottom: 0.5em;
  }
  .kikaku p {
    text-align: start;
  }
  .kikaku1 p {
    margin-bottom: 30px;
  }
  .kikaku2 figure {
    margin-bottom: 30px;
  }
  .buppan {
    display: flex;
    flex-direction: column;
  }
  .kikaku2 br {
    display: none;
  }
  #shopinformation ul:last-child {
    margin-bottom: 0;
  }
}


/* ブロック作品展示
----------------------------------------------------------*/
#exhibition h3 {
  color: #0C1255;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.exhibition-syousai {
  background-color: rgb(0,162,136,0.15);
  width: fit-content;
  margin: auto;
  font-weight: bold;
}

@media screen and (min-width: 1100px),print {
  #exhibition h2 {
    width: 490px;
    padding-bottom: 15px;
  }
  .exhibition-contet {
    display: flex;
    justify-content: space-between;
  }
  #exhibition > div img {
    width: 410px;
  }
  .exhibition-contet-right {
    width: 440px;
    margin: auto 0;
  }
  #exhibition h3 {
    width: 80%;
    margin: 10px auto;
  }
  #exhibition figure {
    display: flex;
    justify-content: space-between;
  }
  #exhibition figure img {
    width: 275px;
    height: 275px;
  }
  #exhibition figure img:nth-child(2) {
    margin-top: 30px;
  }
  .exhibition-syousai {
    margin-top: 30px;
    padding: 25px 100px 20px;
    border-radius: 75px;
    text-align: start;
  }
}

@media screen and (max-width: 1099px) {
  #exhibition h2 {
    margin: 0 auto 15px;
  }
  #exhibition > div img {
    margin-bottom: 15px;
  }
  #exhibition h3 {
    margin-bottom: 10px;
  }
  #exhibition figure img {
    margin: 15px auto;
  }
  .exhibition-syousai {
    border-radius: 15px;
    padding: 15px 22px 8px 5em;
    text-indent: -3em;
  }
}


/* アクセス
----------------------------------------------------------*/
/*
#access p {
  margin: 5px 0 10px;
}
*/
#access h3 {
  color: #0C1255;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#access h3 img {
  width: 40px;
}
#access h3 span {
  color: #E74F5E;
  font-size: 20px;
}

@media screen and (min-width: 1100px),print {
  #access h2 {
    width: 215px;
    padding-bottom: 15px;
  }
  .access-content {
    margin-top: 2em;
    display: flex;
  }
  .access-content div {
    width: 50%;
    margin: auto 0;
    display: flex;
    flex-direction: column;
  }
  #access h3 img {
    margin: 0 10px;
  }
  #access figure {
    width: 90%;
  }
}

@media screen and (max-width: 1099px) {
  #access h2 {
    width: 42%;
    margin: 0 auto 30px;
  }
  #access iframe{
    width: 100%;
    margin-bottom: 10%;
  }
  #access h3 img {
    margin: 3px 8px 0 0;
  }
  .access-bus {
    margin-top: 5%;
  }
}

/* 協賛
----------------------------------------------------------*/
@media screen and (min-width: 1100px),print {
  #sponsor h2 {
    width: 210px;
    padding-bottom: 15px;
  }
  #sponsor ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sponsor li {
    width: 30%;
    text-align: center;
  }
}

@media screen and (max-width: 1099px) {
  #sponsor h2 {
    width: 42%;
    margin: 0 auto 30px;
  }
}


/* フッター
----------------------------------------------------------*/
footer{
	background: #0C1255;
	color: #FFF;
	padding: 60px 0 10px;
}
footer > div{
	max-width: 1000px;
	margin: 0 auto;
}
footer div {
  margin-bottom: 30px;
}
footer h2 {
  margin: 0 0 10px 0;
}
/*
.sns {
  display: flex;
  flex-direction: column;
}
.sns a{
	color: #FFF;
}
.sns a img {
  margin-right: 10px;
}
*/
address{
	font-style: normal;
}
footer h3{
	padding-bottom: 5px;
  margin-top: -5px;
	font-size: 1.5em;
}
address p {
	font-size: .8em;
}
address p a,
address p a:visited,
address p a:hover,
address p a:focus,
address p a:active {
	text-decoration: underline;
	color: #FFF;
	font-size: 1em;
}
footer small {
	text-align: center;
	display: block;
	font-size: 65%;
}

@media screen and (min-width: 1100px),print{
	footer > div {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: stretch;
	}
/*
  .sns a img {
	  width: 40px;
  }
*/
  .banner a img {
    height: 90px;
    width: auto;
    margin-right: 10px;
  }
  address {
    width: 56%;
  }
}

@media screen and (max-width: 1099px) {
  footer > div {
    margin: 0 8%;
  }
/*
  .sns a {
    margin-bottom: 5px;
  }
  .sns a img{
	  width: 10%;
  }
*/
  .banner a img {
    height: 100px;
    width: auto;
    margin-right: 10px;
  }
  address {
    margin-bottom: 75px;
  }
}