/*  */
.v2tt-mv{
	box-sizing: border-box;
	text-align: right;
	color: #fff;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.v2tt-mv__bg{
	max-width: 100%;
}

@media (min-width:769px){
	.v2tt-mv{
		background-image: url(../v2-img/toto/mv__bg--pc.jpg);
		
		display: flex;
		align-items: center;
	}
	.v2tt-mv__wrap{
		margin-left: 50%;
//		text-align: center;
	}
}
@media (max-width:768px){
	.v2tt-mv{
		background-image: url(../v2-img/toto/mv__bg--sp.jpg);
	}
}


.v2tt-mv__heading{
	margin-bottom: 4rem;
}
.v2tt-mv__title1{
	font-size: 2.5em;
	line-height: 1.5em;
}
.v2tt-mv__title2{
	font-size: 7em;
	line-height: 1.0em;
}
.v2tt-mv__title3{
	font-size: 4em;
	line-height: 1.5em;
}
.v2tt-mv__period{
	font-size: 1.7em;
	line-height: 1.5em;
}
.v2tt-mv__count{
	font-size: 3.28em;
	line-height: 1.5em;
}
.v2tt-mv__day{
	/*font-size: 9em;*/
	font-size: 2.25em;
	line-height: 1.5em;
}

@media (min-width:769px){
	.v2tt-mv{
		padding-top: 90px;
		height: 732px;
	}
}
@media (max-width:768px){
	.v2tt-mv{
		padding-top: 90px;
		max-height: 732px;
		height: 156.25vw;
		
		font-size: 2.5vw;
	}
}

/* 状態 */
.js-countdown:not(.js-countdown--release) .js-countdown__is_release,
.js-countdown.js-countdown--release .js-countdown__not_release{
	display: none;
}

/*  */
.v2tt-schedule{}
.v2tt-schedule__header{
	margin-bottom: 4em;
}
.v2tt-schedule__heading1{
	font-size: 2.28em;
	line-height: 1.5em;
	
	text-align: center;
}
.v2tt-schedule__heading2{
	font-size: 1.5em;
	line-height: 1.5em;
	
	text-align: center;
}
.v2tt-schedule__heading1 + .v2tt-schedule__heading2{
	margin-top: 1.5em;
}
.v2tt-schedule__frame{
	display: table;
	margin-left: auto;
	margin-right: auto;
	
	padding: 2.21em;
	border: 1px solid;
	
	text-align: center;
}
.v2tt-schedule__section{}
.v2tt-schedule__section:not(:last-child){
	margin-bottom: 1.5em;
}
.v2tt-schedule__title{
	font-size: 1.28em;
	line-height: 1.5em;
	margin-bottom: .25em;
}
.v2tt-schedule__note{}
.v2tt-schedule__thanks{
	font-size: 1.07em;
	line-height: 1.7em;
	
	text-align: center;
}
.v2tt-schedule__frame + .v2tt-schedule__thanks{
	margin-top: 3.75rem;
}

@media (min-width:769px){}
@media (max-width:768px){}



/* timeline */
.v2tt-timeline__finish .v2-table1__cell--body{
	color: #ccc;
}
.v2tt-timeline__table{
	font-size: .92em;
	line-height: 1.5em;
}


/*  */
.v2tt-suppoter{
	font-size: 1.2em;
}
.v2tt-suppoter .linkbox a{
	width: 100%;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  line-height: 60px;
  background: #fff;
  border: solid 1px #ccc;
  margin: 30px auto 0;
}
.v2tt-suppoter .linkbox a:after {
  content: 'r';
  font-family: 'icon';
  margin: 0 0 0 8px;
}
.v2tt-suppoter .linkbox a:hover,.v2tt-suppoter .linkbox a:hover:after{
    color: #fff !important;
    background: #e05d45 !important;
}
.v2tt-supporter__items{}
.v2tt-supporter__item{
	margin-bottom: 3.28em;
}
.v2tt-supporter__date{
	font-size: 1.28em;
	line-height: 2em;
	margin-bottom: .25em;
}
.v2tt-supporter__photo{
	max-width: 100%;
	border: 1px solid #999;
}

@media (min-width:769px){
	.v2tt-suppoter .linkbox{
		width: 500px;
		margin: 0 auto;
	}
}
@media (max-width:768px){
}

.v2tt-program{}
.v2tt-program + .v2tt-program{
	margin-top: 2.28em;
}
.v2tt-program__head,
.v2tt-program__body{
	padding: .5em 1em;
}
.v2tt-program__head{
	background-color: #f1f1f1;
}
.v2tt-program__body{}

.v2tt-program__head--supporter{}
.v2tt-program__body--supporter{}
.v2tt-program__head--event{}
.v2tt-program__body--event{}

@media (min-width:769px){
	.v2tt-program{
		display: grid;
		grid-gap: .25em 50px;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"event__title	supporter__title"
			"event__note	supporter__note";
	}
	.v2tt-program__head--supporter{
		grid-area: supporter__title;
	}
	.v2tt-program__body--supporter{
		grid-area: supporter__note;
	}
	.v2tt-program__head--event{
		grid-area: event__title;
	}
	.v2tt-program__body--event{
		grid-area: event__note;
	}
	
	.v2tt-supporter-media{}
	.v2tt-supporter-media__image{}
	.v2tt-supporter-media__body{}
	.v2tt-supporter-meida__title{}
	.v2tt-supporter-media__note{}
}
@media (max-width:768px){
	.v2tt-program{}
	.v2tt-program__head{}
	.v2tt-program__body{}
	.v2tt-program__head--supporter{}
	.v2tt-program__body--supporter{}
	.v2tt-program__head--event{}
	.v2tt-program__body--event{}
	.v2tt-supporter-media{}
	.v2tt-supporter-media__image{}
	.v2tt-supporter-media__body{}
	.v2tt-supporter-meida__title{}
	.v2tt-supporter-media__note{}
}

.v2tt-supporter-media{}
.v2tt-program + .v2tt-supporter-media{
	margin-top: 2em;
}
.v2tt-supporter-media__image{}
.v2tt-supporter-media__body{}
.v2tt-supporter-meida__title{
	font-size: 1.28em;
	margin-bottom: .5em;
}
.v2tt-supporter-media__note{}

@media (min-width:769px){
	.v2tt-supporter-media{
		display: flex;
	}
	.v2tt-supporter-media__image{
		flex: 0 0 auto;
		max-width: 40%;
		margin-right: 2em;
	}
	.v2tt-supporter-media__body{}
	.v2tt-supporter-meida__title{}
	.v2tt-supporter-media__note{}
}
@media (max-width:768px){
	.v2tt-supporter-media{}
	.v2tt-supporter-media__image{
		text-align: center;
		
		margin-bottom: 1em;
		padding-left: 10%;
		padding-right: 10%;
	}
	.v2tt-supporter-media__body{}
	.v2tt-supporter-meida__title{}
	.v2tt-supporter-media__note{}
}


/*  */
.v2tt-copying{}
.v2tt-copying__inner{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.v2tt-copying__banner{
	margin-bottom: 10px;
}
.v2tt-copying__note{
	margin-bottom: 1.42em;
}
.v2tt-copying-nav{
	margin-left: 5.5%;
	margin-right: 5.5%;
}
.v2tt-copying-nav__item{}

@media (min-width:769px){
	.v2tt-copying__inner{
		max-width: 450px;
	}
}


/*  */
.v2tt-recommend{}
.v2tt-recommend__items{
	display: flex;
	flex-wrap: wrap;
}
.v2tt-recommend__item{}
.v2tt-recommend__link{
	color: inherit;
}
.v2tt-recommend__thumb{
	margin-bottom: .5em;
	
}
.v2tt-recommend__img{
	width: 100%;
}
.v2tt-recommend__name{
	margin-bottom: .5rem;
	font-size: 1em;
	line-height: 1.5em;
}
.v2tt-recommend__note{
	font-size: .92em;
	line-height: 1.5em;
}

@media (min-width:769px){
	.v2tt-recommend{}
	.v2tt-recommend__items{
		margin-left: -4%;
	}
	.v2tt-recommend__item{
		flex: 0 0 16%;
		margin-left: 4%;
		margin-bottom: 4%;
		box-sizing: border-box;
	}
	.v2tt-recommend__link{}
	.v2tt-recommend__thumb{}
	.v2tt-recommend__img{}
	.v2tt-recommend__name{}
	.v2tt-recommend__note{}
}
@media (max-width:768px){
	.v2tt-recommend{}
	.v2tt-recommend__items{
		margin-left: -5%;
		margin-bottom: -5%;
	}
	.v2tt-recommend__item{
		flex: 0 0 45%;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	.v2tt-recommend__link{}
	.v2tt-recommend__thumb{}
	.v2tt-recommend__img{}
	.v2tt-recommend__name{}
	.v2tt-recommend__note{}
}

/*add_20200115*/
.invitee_title{
	color: #fff;
	background-color: #993300;
	padding: .5em 1em;
	font-size: 2.4rem;
}

/*add_20200117*/
.name{
	font-size: 1.3em;
	line-height: 2.5em;
	}
.toto--notice{
	font-size: 1.3em;	
	}
.v2tt-schedule__heading3{
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	}

/*add_20210222*/
@media screen and (min-width: 769px){
	.goshuin--osyakyo {}
	.promo-video{
		width: 80%;
		height: auto;
		margin: 6em 0;
		}
	}

@media screen and (max-width: 768px){
	.goshuin--osyakyo{}
	.goshuin--osyakyo ul li {
		margin: 50px 0 0;
		}
	.goshuin--osyakyo ul li figure img {
		width: 100%;
		}
	.goshuin--osyakyo ul li figure img {
		width: 100%;
		}
	.goshuin--osyakyo ul li figure figcaption {
		font-size: 1.3rem;
		line-height: 2;
		margin: 10px 0 0;
		}
	.promo-video{
		width: 100%;
		height: auto;
		margin: 2em 0;
		}
	}

.toto--period{
	text-decoration: underline;
	color: #e05d45;
	}
.toto__catch{}

@media screen and (min-width: 769px){}
@media screen and (max-width: 768px){
	.v2-title1 {
		font-size: 1.75em;
		line-height: 1.5em;
		text-align: center;
		}
	.anchor	{
		display: block;
		margin-top: -80px !important;
		}
}

	.forvisitors nav {
		background: #f1f1f1;
		margin: 60px 0 0;
		}
	.forvisitors nav ul {
		text-align: center;
		padding: 30px 0;
		}
	.forvisitors nav ul li {
		display: inline-block;
		font-size: 1.6rem;
		}
	.forvisitors nav ul li a {
		display: block;
		color: #000;
		}
	.forvisitors #toto-art,
	.forvisitors #visit-price,
	.forvisitors #sp-osyakyo,
	.forvisitors #toto-goods{
		border: 0 none;
		padding: inherit;
		}
	.forvisitors h4{
		margin-top: 0;
		}
	.article article {
		margin-top: 90px;
		margin-bottom: 90px;
		}
	.article img {
		max-width: 100%;
		}
@media screen and (min-width: 769px){
	.media__body {
		flex: 1 1 auto;
		}
	.section toto--art_sien {
		margin-top: 90px;
		margin-bottom: 90px;
		}
	}
@media screen and (max-width: 768px){
	.media__image--left {}
	.media__image {
		margin-bottom: 10px;
		}
	.media__image img {
		max-width: 100%;
		}
	}
	.body__tit{
		font-size: 1.5em;
		margin-bottom: 1em;
		margin-top: 0.5em;
		}
	.body__sub-tit{
		font-size: 1.25em;
		}
	.toto__annotation{
		font-size: 0.875em;
		}
	.v2-table1__tbody2 .v2-table1__cell--head {
		background-color: #FCE8E7;
		}
	.v2-table1__tbody2 .v2-table1__cell--body {
		background-color: #ffffff;
		}
	.toto--art_sien{
		background-color: #F8F8F8;
		padding-top: 6em;
		padding-bottom: 6em;
		}
	.art--category{
		margin: 0.875em 0;
		}
@media screen and (max-width: 768px){
	.art--category{
		width: 150px;
		height: 75px;
		}
	}

/*  2023 国宝 東塔落慶記念*/
.toto__img1{
	display: flex;
	justify-content: space-between;
}
.toto__img1 dl dt{
	text-align: center;
}
.toto__img1 dl dt img{
	width: 70%;
}
.toto__img1 dl dd{
	text-align: center;
	margin-top: 1rem;
}
.toto__img2{
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.toto__img2 dl{
	display: flex;
	align-items: center;
}
.toto__img2 dl > *{
	width: 50%;
	text-align: center;
}
.toto__img2 dl dd strong{
	display: block;
	text-align: center;
	font-weight: bold;
}

@media (min-width:769px){}
@media (max-width:768px){
	.toto__img1 {
    flex-wrap: wrap;
    gap: 2rem;
	}
	.toto__img2 dl{
		flex-wrap: wrap;
		gap: 1rem;
	}
	.toto__img2 dl > *{
		width: 100%;
	}
	.toto__img2 dl dd{
		padding: 0!important;
	}
}

/*add_20230427*/
.items--photo{
	max-width: 80%;
	}
.items--small{
	font-size: 0.75em;
	}

/*  202309 国宝 東塔落慶記念*/
.toto2309 h1 {
  text-align: center;
  margin: 0 auto 50px;
}
.toto2309 .v2-title1 {
   font-size: 2rem;
}
.toto2309 .toto__img1 {
    display: flex;
    justify-content: center;
    gap: 1em;
}
.toto2309 .v2tt-suppoter .toto__schedule{
	background-color: #f9f9f9;
	padding: 2em;
}
.toto2309 .toto__link .linkbox:first-child a {
    color: #fff;
    background: #e05d45;
}
.toto2309 .toto__link .linkbox:first-child a:hover {
    color: #000000!important;
    background: #fff!important;
    border: solid 1px #ccc;
}
.toto2309 .toto__link .linkbox:first-child a:hover::after {
    color: #000000!important;
    background: #fff!important;
}
.toto2309 .toto__link .linkbox:last-child{
	width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;
	text-align: center;
}
.toto2309 .toto__link .linkbox:last-child a {
    max-width: 500px;
    margin: 30px 0 0;
}
.toto2309 .toto__link .linkbox:last-child img {
	max-width: 225px;
}
@media (max-width:768px){
	.toto2309 .v2-title1 {
	    font-size: 1.75em;
	    line-height: 1.5em;
	    text-align: left;
	}
	.toto2309 .toto__link .linkbox:last-child{
		flex-direction: column;
		gap: 0;
	}
}

/*  202312 令和6年　薬師寺　お正月の特別公開*/
.shushoue06 .shushoue06__colum1{
	display: flex;
	gap: 2rem;
}
.shushoue06 .shushoue06__colum1 dl{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.shushoue06 .shushoue06__colum1 dl dd{
	background-image: url(https://yakushiji.or.jp/regular_event/img/overview_bg.jpg);
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1.5;
    padding: 0.5rem 0;
}
.shushoue06 .shushoue06__colum2{
	min-width: auto;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.shushoue06 .shushoue06__colum2 .v2-em1,.shushoue06 .toto__img2 .v2-em1{
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 0;
}
.shushoue06.toto2309 .toto__link .linkbox:first-child a{
	width: 500px;
    color: inherit;
    background: #fff;
}
.shushoue06.toto2309 .toto__link .linkbox:first-child a:hover,.shushoue06.toto2309 .toto__link .linkbox:first-child div a:last-child,.shushoue06.toto2309 .toto__link .linkbox:first-child a:hover:after{
    color: #fff!important;
    background: #e05d45!important;
}
.shushoue06 .v2tt-suppoter span.linkbox {
    width: auto;
    margin: 0 auto;
}
.shushoue06 .v2tt-suppoter span.linkbox a{
    color: #fff !important;
    background: #e05d45 !important;
    font-size: 1.25rem;
    line-height: 30px;
    margin: 0;
    padding: 0 1rem;
    box-sizing: border-box;
}
.shushoue06 .v2tt-suppoter span.linkbox a:hover,.shushoue06.toto2309 .toto__link .linkbox:first-child div a:last-child:hover,.shushoue06.toto2309 .toto__link .linkbox:first-child div a:last-child:hover::after{
    color: #000 !important;
    background: #fff !important;
}
.shushoue06 .v2tt-suppoter span.linkbox a:after{
	display: none;
}
.shushoue06 .shushoue06__colum2 > div{
	width: 35%;
}
.shushoue06 .shushoue06__colum2 dl{
	text-align: center;
}
.shushoue06 .shushoue06__colum2 dl dd{
    font-size: 1.25rem;
    font-weight: bold;
}
.shushoue06 .shushoue06__colum2 div div{
	display: inline-flex;
	gap: 1rem;
}
.shushoue06 .items--photo{
  max-width: 40%;
}
.shushoue06 .toto__img2 dl > dd{
	text-align: left;
}
.shushoue06 .toto__img2 dl > dd span{
    display: inline-block;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}
.shushoue06 .toto__img2 dl > dd small{
	font-size: 1em;
}
.shushoue06 .toto__img2 dl dt{
    display: flex;
}
.shushoue06 .toto__img2 dl dt figure{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.shushoue06 .toto__img2 dl dt figcaption{
	font-size: 1.35rem;
	text-align: left;
	margin-top: 1rem;
}
.shushoue06 .toto__img2 dl:nth-child(2) dt img{
	max-width: 80%;
}
.shushoue06 .toto__img2 dl:nth-child(3) dt img{
	max-width: 80%;
}
/*.shushoue06 .toto__img2 dl:nth-child(2) dt img:last-child{
	max-width: 54%;
}*/
@media (max-width:768px){
	.shushoue06 .v2tt-schedule__header {
    	margin-bottom: 0;
	}
	.shushoue06 .shushoue06__colum1,.shushoue06 .shushoue06__colum2{
	    flex-direction: column;
	}
	.shushoue06 .shushoue06__colum1 dl dt{
		width: 60%;
    	margin: 0 auto;
	}
	.shushoue06 .shushoue06__colum2 > div {
	    width: 72%;
	    margin: 0 auto;
	}
	.shushoue06 .shushoue06__colum2 dl {
	    margin-bottom: 1rem;
	}
	.shushoue06 .toto__img2{
		gap: 3rem;
	}
	.shushoue06 .toto__img2 dl dt {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}
	.shushoue06 .toto__img2 dl dt figure {
	    align-items: center;
	}
	.shushoue06.toto2309 .toto__link .linkbox div,.shushoue06.toto2309 .toto__link .linkbox:first-child a{
		width: 100%;
	}
/*	.shushoue06 .toto__img2 dl:nth-child(2) dt img:first-child,.shushoue06 .toto__img2 dl:nth-child(2) dt img:last-child{
		max-width: 40%;
	}*/
}