@charset "UTF-8";

@media screen and (max-width: 800px) {
  @media screen and (max-width: 320px) {
    section.section .sp320-block {
      display: block;
    }
  }


/*共通ロゴ*/
header.l-header div{
  margin: 8px 12px 8px;
}
header.l-header div img{
  width: 48px;
  margin-left: 0;
}


/*下部バナーエリア*/
#banner-sec div.wrap{
  display: flex;
  flex-direction:column;
  padding: 40px 40px 80px;
}
#banner-sec div.wrap a{
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 8px;
}
#banner-sec div.wrap a:last-child{
  margin-bottom: 0;
}
p.note-photo{
  margin: 48px auto 0;
  background: #555;
  padding: 0 16px 0;
}
/*／下部バナーエリア*/


/*メインビジュアル*/
#mainvisual-sec.section{
  margin-bottom: 56px;
}
#mainvisual-sec.section div.all_wrap{
  height: 117.06vw;/*439px*/
  max-height: 117.06vw;
}

#mainvisual-sec.section ul.titlelist{
  max-width: 100%;
  margin: auto;
  position: relative;
  height: 117.06vw;/*439px*/
  max-height: 117.06vw;
}
#mainvisual-sec.section ul.imglist1,/*展示物、タイトル上 重なり*/
#mainvisual-sec.section ul.imglist2{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  top:0;
  left: 0;
  transform: none;
}
/*メインタイトル*/
#mainvisual-sec.section ul.titlelist{
  text-align: center;
}
#mainvisual-sec.section ul.titlelist li:first-child{
  position: relative;
  width: 63.47%;
  left: auto;
  top:4.78%;;
  margin: auto;
  /*left:50%;
  top:4.78%;*/
}
#mainvisual-sec.section ul.titlelist li:nth-of-type(2){
  width: 62.13%;
  left:50%;
  top:71.07%;
  transform:translateX(calc(-50% - 7px));
}
#mainvisual-sec.section ul.titlelist li:nth-of-type(3){
  display: none;
}
#mainvisual-sec.section ul.titlelist li:nth-of-type(4){
  width: 29.87%;
  left:50%;
  top:auto;
  bottom:4.56%;
  transform:translateX(-50%);
}

/*展示物*/
#mainvisual-sec.section ul.imglist1 li:nth-of-type(4){/*天球瓶*/
  width: 20.53%;
  left:8%;
  top:24.6%;
}
#mainvisual-sec.section ul.imglist1 li:nth-of-type(1){/*唐織*/
  width: 37.33%;
  right:-10.67%;
  top:5.47%;
}
#mainvisual-sec.section ul.imglist1 li:nth-of-type(2){/*蒔絵手箱*/
  width: 25.60%;
  right:4.53%;
  top:auto;
  bottom:32.12%;
}
#mainvisual-sec.section ul.imglist1 li:nth-of-type(3){/*林檎花図SP*/
  width: 21.33%;
  right:0;
  bottom:-5.24%;
}
/*展示物2*/
#mainvisual-sec.section ul.imglist2 li:first-child{/*紅葉*/
  width: 28.80%;
  max-width: auto;
  right:auto;
  left: 16.80%;
  top:0%;
}
#mainvisual-sec.section ul.imglist2 li:nth-of-type(2){/*井戸茶碗*/
  width: 19.73%;
  right:auto;
  left:2.40%;
  bottom:auto;
  top:78.59%;
}
#mainvisual-sec.section ul.imglist2 li:nth-of-type(3){/*林檎花図*/
  display: none;
}

#mainvisual-sec.section div.info{
  padding: 24px 0 24px;
}
#mainvisual-sec.section div.info div.wrap{
  display: block;
  text-align: center;
}
#mainvisual-sec.section div.info div.wrap img:first-child{
  max-width: 206px;
  margin: auto;
  display: block;
}
#mainvisual-sec.section div.info div.wrap img:last-child{
  max-width: 148px;
  margin: 10px auto 14px; 
  display: block;
}
#mainvisual-sec.section div.info p.f14{
  display: flex;
  justify-content :center;
  line-height: 1.6;
  margin-top: 16px;
  font-size:13px; 
}
#mainvisual-sec.section article > p.f16{
  max-width: 100%;
  width: calc(100% - 32px);
  margin: 40px auto 32px;
  text-align: left;
}
#mainvisual-sec.section article >.wrap a.f14{
  padding: 20px 0;
  width: 74%;
}
#mainvisual-sec.section article >.wrap a.f14:first-child{
  margin-right: 0;
  margin-bottom: 16px;
}


/*畠山記念館について*/

#about-sec{
  background: linear-gradient(#fff 0% ,  #fff 24px, #e8ecee 24px ,#e8ecee);
  padding-bottom: 38px;
}
#about-sec div.content_wrap{
  max-width: 100%;
  width: 100%;
  padding: 0 16px;
}
#about-sec div.content_wrap div.sp-block{
  display: flex;
  justify-content:space-between;
}
#about-sec div.content_wrap div.sp-block span:first-child{
  width: calc(72.0% - 7px);
}
#about-sec div.content_wrap div.sp-block span:last-child{
  width: 28.0%;
}
#about-sec div.content_wrap div.title_wrap{
  display: block;
}
#about-sec div.content_wrap div.title_wrap h2{
  width: 121px;
  padding: 36px 0 28px;
  margin: auto;
}
#about-sec div.content_wrap div.title_wrap span.photo{
  display: none;
}
#about-sec div.content_wrap div.lead_wrap{
  display: block;
}
#about-sec div.content_wrap div.lead_wrap p.f16{
  width: 100%;
  padding-right: 0;
  padding-top: 0;
}
#about-sec div.content_wrap div.lead_wrap div.photo{
  display: none;
}
#about-sec div.content_wrap p.sp-block{
  text-align: left;
  line-height: 1.6;
  margin-top: 36px;
}
/*／畠山記念館について*/

/*展示物*/
section#exhibit-sec{
  width: 100%;
  background:  url(../_img/exh_bg_flower01.jpg) top left 0 no-repeat,
  url(../_img/exh_bg_flower02.jpg) bottom 16.5% right no-repeat,/*下からの距離検討*/
  url(../_img/bg_deco02.jpg) top 37px right 31px no-repeat,
  url(../_img/bg_deco03.jpg)bottom 45% left -9px no-repeat;/*下からの距離検討*/
  background-size: 148px auto,121px auto,44px auto,35px auto;
}
section#exhibit-sec div.content_wrap ul{
  width: calc(100% - 32px) ;
  max-width: 100%;
  height: 200.29vw;
  min-height: 751px;
  max-height: auto;
  margin: 0 16px 0;
}
section#exhibit-sec div.content_wrap ul li:first-child{/*タイトル*/
  width: 79.30%;
  max-width: 272px;
  top:14.38%;
}
section#exhibit-sec div.content_wrap ul li:nth-of-type(2){/*展示品01*/
  width: 32.65%;
  min-width: 112px;
  top:25.83%;
  right: 4.66%;
  left: auto;
}
section#exhibit-sec div.content_wrap ul li:nth-of-type(3){/*展示品02*/
  width: 41.98%;
  min-width: 144px;
  top:31.16%;
  left: 0;
}
section#exhibit-sec div.content_wrap ul li:nth-of-type(4){/*展示品03*/
  width: 37.32%;
  min-width: 128px;
  top:47.80%;
  right: 2.33%;
  left: auto;

}
section#exhibit-sec div.content_wrap ul li:nth-of-type(5){/*展示品04*/
  width: 37.32%;
  min-width: 128px;
  top:59.79%;
  left: 2.33%;
}
section#exhibit-sec div.content_wrap ul li:nth-of-type(6){/*展示品05*/
  width: 100%;
  top:auto;
  bottom:0;
  left: 0;
}/*／展示物*/

/*modal*/
div.modal_set.remodal{
  max-width: 100%;
  padding: 28px 16px 0;
}
div.modal_set.remodal p.name{
  max-width: 100%;
}
div.modal_set.remodal div.photo{
  max-width: 100%;
  margin: auto;
}
div.modal_set.remodal p.close{
  width: 100%;
  padding: 14px 0;
  margin: 8px auto 12px;
}
div.modal_set.remodal.modal05{
  max-width: 960px;
  padding: 28px 16px 0;
  margin: 0;
}



/*詳細*/
#info-sec .content_wrap{
  max-width: 100%;
  width: calc(100% - 32px);
  padding: 34px 16px 40px;
  margin: 0 16px;
}
#info-sec .content_wrap h2{
  max-width: 268px;
  margin : 0 auto 40px; 
}
#info-sec .content_wrap h2 span{
  font-size: 14px;
  margin-bottom: 22px;
}
#info-sec .content_wrap dl{
  display: block;
  max-width: 100%;
  white-space:normal;
}
#info-sec .content_wrap dl dt{
  width: 100%;
}
#info-sec .content_wrap dl dd{
  width: 100%;
  margin-bottom: 16px;
}
#info-sec .content_wrap dl dd:last-child{
  margin-bottom: 0;
}
#info-sec .content_wrap a{
  margin-top: 28px;
}
#info-sec .content_wrap a span{
  padding: 0 28px;
}
#info-sec .content_wrap a span:after{
  right: 0;
}


/*おすすめ*/
#osusume-sec div.balloon p{
  font-size: 16px;
  line-height: 1.75;
  padding: 14px 0;
}
#osusume-sec h2{
  margin: 54px auto 64px;
  max-width: 143px;
}
/*日帰り・#higaeri*/
#osusume-sec .content_wrap{
  max-width: 100%;
  padding: 58px 16px 32px;
  position: relative;
}
#osusume-sec .content_wrap div.colorbox{
  width: 180px;
  height: auto;
  display: block;
  top:-16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 32px;
}
#osusume-sec .content_wrap div.colorbox p{
  font-size: 13px;
  color: #fff;
  line-height: 1.0;
}
#osusume-sec .content_wrap h3{
  max-width: 289px;
}
#osusume-sec .content_wrap h3 + p.f16{
  text-align: left;
}
#osusume-sec .content_wrap .white_block{
  background: #fff;
  padding: 28px 16px 24px; 
}
#osusume-sec .content_wrap .white_block.iconbox{
  padding: 16px 16px 16px; 
  margin-bottom: 8px;
}
#osusume-sec .content_wrap .white_block.iconbox p.f20{
  background: url(../_img/osu_plan1_icon.png) left center no-repeat;
  background-size: 48px auto;
  padding:0 48px;
  font-size: 16px;
  display: block;
  width: 100%;
}
#osusume-sec .content_wrap .white_block.plusmark:after{
  background: url(../_img/osu_plan1_plus_maru-sp.svg) center center no-repeat;
  background-size: 32px auto;
  width: 32px;
  height: 32px;
  bottom: calc(-16px - 4px);
  left: calc(50% - 16px);
}
#osusume-sec .content_wrap .white_block p.f20{
  font-size: 16px;
  text-align: left;
  line-height: 1.875;
}
#osusume-sec .content_wrap .white_block hr{
  margin: 16px auto ;
}
#osusume-sec .content_wrap .white_block div.plus_icon{
  margin: 12px auto;
}
#osusume-sec .content_wrap .white_block p.detail{
  line-height: 1.875;
  text-align: left;
}
/*ずらし・#zurashi*/
#osusume-sec #zurashi.content_wrap{
  margin-top: 56px;
}
#osusume-sec #zurashi.content_wrap h3{
  max-width: 154px;
}
#osusume-sec #zurashi.content_wrap .white_block{
  padding: 18px 16px 24px; 
}
#osusume-sec #zurashi.content_wrap .white_block.iconbox{
  padding: 16px 16px 0;
}
#osusume-sec #zurashi.content_wrap .white_block.iconbox p.f20{
  background: url(../_img/osu_plan2_icon.png) left center no-repeat;
  background-size: 48px auto;
  display: inline-block;
  width: auto;
  padding:0 60px;
}
#osusume-sec #zurashi.content_wrap .white_block p.balloon{
  font-size: 14px;
  margin: 28px auto 16px;
  width: 100%;
  padding: 10px 0;
  line-height: 1.57;
  border-radius: 50px;
}
/*／おすすめ*/

/*イベント*/
#event-sec{
  margin-bottom: 40px;
}
#event-sec h2{
  margin: 64px auto 40px;
  max-width: 222px;
}
#event-sec div.content_wrap a.wrap {
  display: block;
  max-width: calc(100% - 32px);
  margin: auto;
}
#event-sec div.content_wrap a.wrap .bnr{
  display: none;
}
#event-sec div.content_wrap a.wrap .info{
  width: 100%;
  padding-left: 0;
}
#event-sec div.content_wrap a.wrap .info > .wrap{
  display: flex;
  align-items: center;
}
#event-sec div.content_wrap a.wrap .info > .wrap div.sp-block{
  width: 32.65%;
  min-width: 112px;
}
#event-sec div.content_wrap a.wrap .info h3{
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 0;
  margin-left: 14px;
}
#event-sec div.content_wrap a.wrap .info h3 span{
  margin-bottom: 10px;
}
#event-sec div.content_wrap a.wrap .info p.f14{
  margin-top: 12px;
}
#event-sec div.content_wrap hr {
  max-width: 100%;
  margin: 20px 16px;
  border: none;
  border-bottom: 1px solid #ddd;
}
/*／イベント*/

/*注意書き*/
#notes-sec .content_wrap{
  margin: 52px auto 80px;
  max-width: calc(100% - 32px);
}/*／注意書き*/

/*end max-width: 800px*/}




/*MVアニメ*/
#mainvisual-sec.section ul.imglist1 li,
#mainvisual-sec.section ul.imglist2 li,
#mainvisual-sec.section ul.titlelist li{
  animation-name: fadein;
  animation-timing-function:ease-in-out;
  animation-fill-mode:backwards;
  animation-duration:1.2s;
}

#mainvisual-sec.section ul.imglist1 li:nth-of-type(4){/*天球瓶SP*/
  animation-delay:0.1s;
}
#mainvisual-sec.section ul.imglist1 li:nth-of-type(1){/*唐織*/
  animation-delay:0.3s;
}
#mainvisual-sec.section ul.imglist1 li:nth-of-type(2){/*蒔絵手箱*/
  animation-delay:0.5s;
}
#mainvisual-sec.section ul.imglist1 li:nth-of-type(3){/*林檎花図SP*/
  animation-delay:0.9s;
}
#mainvisual-sec.section ul.imglist2 li:first-child{/*紅葉*/
  animation-delay:1.1s;
}
#mainvisual-sec.section ul.imglist2 li:nth-of-type(2){/*井戸茶碗*/
  animation-delay:0.9s;
}
#mainvisual-sec.section ul.imglist2 li:nth-of-type(3){/*林檎花図*/
  animation-delay:0.7s;
}
#mainvisual-sec.section ul.titlelist li{
  animation-name: fadeinonly;
  animation-duration:0.8s;
  animation-delay:2.0s;
}
#mainvisual-sec.section ul.titlelist li:last-child{/*天球瓶PC*/
  animation-name: fadein;
  animation-delay:0.1s;
  animation-duration:1.2s;
}
#mainvisual-sec.section ul.titlelist li:first-child{/*タイトル*/
  animation-name: fadein;
  animation-duration:1.0s;
  animation-delay:1.5s;
}

@keyframes fadein{
  from {
    opacity: 0;
    transform: scale(1.25);
  }
  to {
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes fadeinonly{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  
/*秋の京都旅で*/
section#kyoto-sec{
  padding: 48px 0 56px;
  margin: 80px auto 104px;
}
section#kyoto-sec div.content_wrap{
  max-width: 100%;
  width: 100%;
  padding: 0 16px ;
}
section#kyoto-sec div.content_wrap h2{
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 32px;
}
section#kyoto-sec div.content_wrap div.wrap{
  display: block;
}
section#kyoto-sec div.content_wrap div.wrap div.photo{
  width: 100%;
  padding-bottom: 16px;
}
section#kyoto-sec div.content_wrap div.wrap div.lead{
  width: 100%;
  margin-bottom: 24px;
}
section#kyoto-sec div.content_wrap div.wrap div.lead h3{
  font-size:21px;
  line-height: 1.4;
  margin-bottom: 16px;
}
section#kyoto-sec div.content_wrap div.wrap div.lead h3 span{
  font-size:14px;
}

/*tab*/
section#kyoto-sec ul.tab li a{
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 8px 24px;
  text-align: left;

}
section#kyoto-sec ul.tab li a.active{
  padding: 24px 8px 16px;
}


/*tabコンテンツ*/
section#kyoto-sec div.tab_wrap{
  background: #fff;
  padding: 0 16px 0;
  text-align: left;
}
section#kyoto-sec div.content_wrap h3{
  margin: 0 auto 24px;
  display: block;
}
section#kyoto-sec div.content_wrap h3 span:first-child{
  font-size: 14px;
  padding: 4px 16px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.09em;
  margin-right: 16px;
}
section#kyoto-sec div.content_wrap h3 span:last-child{
  font-size:18px;
  line-height: 1.0;
  display: block;
  margin-top: 6px;
}
section#kyoto-sec div.content_wrap h4{
  font-size: 20px;
  line-height: 1.3;
  margin: 0 auto 32px; 
}
section#kyoto-sec div.content_wrap div.siryoukan{
  padding: 40px 16px 40px;
}
section#kyoto-sec div.content_wrap div.siryoukan h4{
  font-size: 18px;
  margin: 0 auto 40px;
}
section#kyoto-sec div.content_wrap div.siryoukan h4 span{
  font-size: 15px;
  margin-top: 14px;
  line-height: 1.6;
}
section#kyoto-sec div.tab_wrap div.wrap_photo{
  display: block;
}
section#kyoto-sec div.tab_wrap div.wrap_photo > div:first-child{
  max-width: 100%;
}
section#kyoto-sec div.tab_wrap div.wrap_photo > div:last-child{
  max-width: 360px;
  margin-top: 16px;
}
section#kyoto-sec div.content_wrap div.siryoukan dl{
  display: block;
}
section#kyoto-sec div.content_wrap div.siryoukan dl dt{
  width: 100%;
}
section#kyoto-sec div.content_wrap div.siryoukan dl dd{
  width: 100%;
  margin-bottom:16px;
}
section#kyoto-sec div.content_wrap div.siryoukan p.kome{
  text-indent: -1em;
  padding-left: 1em;
}



}

p.alert.gothic.bold{
  background: #df0303;
  color: #fff;
  padding: 12px 0;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.0;
}

