section h2{
	text-align: center;
	font-style: italic;
	letter-spacing: 4px;
}

section h2 span.en{
	font-size: 8pt;
	color: var(--accent-col02);
	font-family: 'Noto Serif JP';
	font-style: normal;
}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.no-view{
		display: none;
	}

	.w-common-top{
		width: 90%;
		margin: 0 auto;
		padding: 0 5%;
		margin: 0 auto;
	}

	section h2{
		font-size: 16pt;
		line-height: 1em;
		position: relative;
	}

	section p.lead{
		font-size: 80%;
		margin: 20px 0;
		text-align: center;
		letter-spacing: 0;
	}

	.index-lead{
		position: relative;
	}

	.index-lead img{
		line-height: 0;
	}

	.index-lead-body{
		width: 90%;
		margin: 0 auto -8px auto;
		padding: 10px 5% 30px;
		background-color: var(--cv-color01);
		background-image: url(../images/common/common-bk02.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		position: relative;
		top: -8px;
	}

	.index-lead h1{
		color: var(--accent-col02);
		font-size: 14pt;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0;
	}

	.index-lead h1 span{
		font-size: 70%;
	}

	.index-lead p{
		font-size: 80%;
		padding: 0 0 10px 0;
		text-align: center;
		color: #333;
		letter-spacing: 0;
	}

	.index-lead .btn02{
		max-width: 240px;
	}

	.index-lead .btn02 a{
		padding: 5px 0;
	}

	#chapter02{
		width: 100%;
		padding: 15px 0;
		background: repeating-linear-gradient(-45deg, #acf4e1, #acf4e1 10px, #c2f7ea 0, #c2f7ea 20px);
	}

	#chapter02 .chapter-inner{
		background: rgba( 255, 255, 255, 0.75 );
		width: 90%;
		margin: auto;
		padding: 1%;
		border-radius: 5px;
	}

	.index-blog{
		width: 90%;
		margin: 0 auto;
	}

	.index-blog-title{
		width: 100%;
	}

	.index-blog-title h2,
	.index-blog-title h2 span {
		color: var(--main-color01)!important;
	}

	.index-blog-contents{
		width: 100%;
	}

	.index-blog-btn{
		width: 100%;
	}

	.index-blog-wrap{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 10px;
		margin-bottom: 5px;
		border-bottom: 1px solid #999;
	}

	.index-blog-wrap p{
		font-size: 80%;
		margin-top: 5px;
		margin-bottom: 0;
		line-height: 1.5em;
	}

	.index-blog-wrap p.date{
		width: 80px;
		margin-right: 1%;
		font-weight: bold;
	}

	.index-blog-wrap p.category{
		width: auto;
		font-weight: bold;
	}

	.index-blog-wrap p.text{
		width: 100%;
		letter-spacing: 0;
	}

	.index-blog-btn .btn01{
		max-width: 240px;
		margin: 15px auto;
		background: #fff;
	}

	.index-blog-btn .btn01 a{
		padding: 5px 0;
	}

	#chapter03{
		width: 100%;
		padding: 25px 0;
		background: url(../images/top/img-bk02.png) center center;
	    background-size: cover;
	}

	.index-plan h2,
	.index-trend h2{
		padding: 40px 0 30px;
		background: url(../images/top/mark01.png) center top no-repeat;
		background-size: 25%;
	}

	.index-plan h2::after,
	.index-trend h2::after{
		position: absolute;
		content: "";
		background: url(../images/top/h2-deco01.png) center top no-repeat;
		background-size: 60%;
		display: inline-block;
		background-repeat: no-repeat;
		width: 219px;
		height: 10px;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%);
	}

	.index-plan-menu{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.index-plan-wrap{
		width: 48%;
	}

	.index-plan-wrap a{
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
	}

	.index-plan-wrap a img{
		position: relative;
		line-height: 0;
	}

	.index-plan-wrap a img.bk{
		position: absolute;
		width: auto;
		height: auto;
		top: 0;
		left: 0;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.index-plan-wrap a:hover img.bk{
		filter: alpha(opacity=10);
		-moz-opacity: 0.10;
		opacity: 0.10;
	}

	.index-plan-wrap a div.title{
		position: absolute;
		width: 100%;
		height: 100px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: 0;
		margin: auto;
		padding: 0;
	}

	.index-plan-wrap a h3{
		margin: 0;
		padding: 0;
		border: 0;
		color: #fff;
	}

	.index-plan-wrap a h3 span.en{
		font-size: 24pt;
		font-style: italic;
		line-height: 130%;
		font-family: 'Noto Serif JP', serif;
	}

	.index-plan-wrap p{
		font-size: 80%;
		margin-top: 5px;
		line-height: 150%;
		text-align: center;
	}

	#chapter04{
		width: 100%;
		padding: 25px 0;
		background: repeating-linear-gradient(90deg, #acf4e1, #acf4e1 35px, #c2f7ea 0, #c2f7ea 70px);
	}

	.index-collection h2,
	.index-special h2{
		padding: 40px 0 30px;
		background: url(../images/top/mark02.png) center top no-repeat;
		background-size: 25%;
	}

	.index-collection h2::after,
	.index-special h2::after{
		position: absolute;
		content: "";
		background: url(../images/top/h2-deco02.png) center top no-repeat;
		background-size: 60%;
		display: inline-block;
		background-repeat: no-repeat;
		width: 219px;
		height: 10px;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%);
	}

	.index-collection h2 span, .index-special h2 span{
		color: var(--main-color01)!important;
	}

	.index-collection-menu{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.index-collection-wrap{
		width: 48%;
		margin-bottom: 15px;
	}

	.index-collection-wrap a{
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
		line-height: 0;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.index-collection-wrap a h3{
		position: absolute;
		width: 80%;
		margin: 0 auto;
		background: #fff;
		padding: 0 0 5px;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 15px;
		color: #000;
		line-height: 160%;
	}

	.index-collection-wrap a:hover{
		box-shadow: 4px 4px 8px 5px rgba(100, 100, 100, 0.3);
	}

	.index-collection-wrap a:hover h3{
		background: #000;
		color: #fff;
	}

	.index-collection-change{
		text-align: center;
		margin: 25px 0 5px 0;
	}

	.index-collection-change a{
		margin: 0 15px;
		font-weight: bold;
		color: #666;
	}

	.index-collection-change a.on{
		color: var(--main-color01);
		text-decoration: underline;
	}

	.index-collection-change a.all::after{
		display: inline-block;
		content: "▸";
	}

	#chapter05{
		width: 100%;
		padding: 25px 0 0 0;
		background-color: var(--cv-color01);
		background-image: url(../images/common/common-bk02.png);
	}

	.index-trend-menu{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.index-trend-wrap{
		width: 48%;
	}

	.index-trend-wrap .index-trend-text{
		position: relative;
		top: -70px;
		width: 90%;
		margin: 0 auto;
		background: #fff;
		padding: 5px 15px 10px 15px;
		box-sizing: border-box;
	}

	.index-trend-wrap .index-trend-text:hover{
		box-shadow: 0 0 6px 5px rgba(100, 100, 100, 0.3);
	}

	.index-trend-wrap .index-trend-text h3{
		text-align: center;
		font-size: 100%;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 150%;
		color: var(--accent-col02);
	}

	.index-trend-wrap .index-trend-text p{
		font-size: 80%;
		margin: 0 0 20px;
		line-height: 150%;
	}

	.index-trend-wrap .index-trend-text .btn01{
		max-width: 150px;
		border: 1px solid var(--accent-col02);
		border-radius: 20px;
	}

	.index-trend-wrap .index-trend-text .btn01 a{
		padding: 1px 0;
		color: var(--accent-col02);
		border-radius: 20px;
	}

	.index-trend-wrap .index-trend-text .btn01 a:hover{
		background-color: var(--accent-col02);
		color: #fff;
	}

	#chapter06{
		width: 100%;
		padding: 25px 0;
		background: #fff;
	}

	.index-special-menu{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.index-special-wrap{
		width: 48%;
		margin: 0 0 20px;
	}

	.index-special-wrap > a{
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
		line-height: 0;
		border: 2px solid #fff;
	}

	.index-special-wrap > a:hover{
		border: 2px solid var(--cv-color01);
	}

	.index-special-text h3{
		margin: 5px 0 2px;
		font-size: 100%;
	}

	.index-special-text h3 a{
		color: var(--main-color01);
	}

	.index-special-text p{
		font-size: 80%;
		color: #000;
		margin: 0;
		line-height: 150%;
		letter-spacing: 0;
	}

	#chapter07{
		padding: 25px 0;
	}

	.access-wrap h2 {
		margin: 0 0 1.5em;
	}

	.access-wrap .access-box {
		padding: 3rem 0;
		background: #fff;
		text-align: center;
	}

	.access-wrap dl{
		padding: 1em 0 1.5em;
		margin: 0;
	}

	.access-wrap dl dt{
		font-weight: bold;
		margin-bottom: 2em;
	}

	.access-wrap dl dd{
		font-size: 90%;
		margin: 0;
		line-height: 1.5em;
	}

	.access-wrap .access-box .btn01{
		width: 70%;
		margin: 1em auto 0;
	}

	.access-wrap .access-box .btn01 a{
		padding: 24px 0;
	}

	ul.pagination{
		display: none;
	}

	.sec-festa{
		width: 100%;
		padding: 25px 0;
	}
}

@media print, screen and (max-width: 480px) {

	.index-lead h1{
		font-size: 110%;
	}

	.index-lead h1 span{
		font-size: 65%;
		position: relative;
	}

	.index-lead h1 span::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		bottom: -1px;
		left: 50%;
		transform: translate(-50%);
		border-bottom: 1px solid var(--accent-col02);
	}

	.index-plan-wrap{
		width: 100%;
		margin-top: 10px;
	}

	.index-plan-wrap a{
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
	}

	.index-plan-wrap a img{
		position: relative;
		line-height: 0;
		display: block;
		opacity: 0.74 !important;
		transition-duration: 0.3s;
	}

	.index-plan-wrap a:hover img{
		opacity: 1;
		transition-duration: 0.3s;
	}

	.index-plan-wrap .bk-filter{
		background: #000;
	}

	.index-plan-wrap a:hover img.bk{
		filter: alpha(opacity=10);
		-moz-opacity: 0.10;
		opacity: 0.10;
	}

	.index-plan-wrap a div.title{
		height: 80px;
	}

	.index-collection-wrap{
		width: 100%;
		margin-bottom: 15px;
	}

	.index-collection-change{
		margin: 15px 0 5px 0;
	}

	.index-trend-wrap{
		width: 100%;
	}

	.index-trend-wrap .index-trend-text{
		top: -50px;
		margin-bottom: -30px;
	}

	.index-special-wrap{
		width: 100%;
	}

	#chapter07{
		width: 100%;
		padding: 15px 0 0 0;
		background: var(--cv-color01);
		line-height: 0;
	}

	.access-wrap{
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.access-wrap .access-img{
		width: 100%;
		order: 2;
		padding: 5% 0;
		text-align: center;
		background:#FDFCFA;
		box-sizing: border-box;
	}
	.access-wrap .access-img .calendar{
		margin: 0 auto;
		width: 90%;
		height: 350px;
	}
	.access-wrap .access-box{
		width: 100%;
		order: 1;
	}

	.index-access{
		width: 100%;
		padding: 0;
		line-height: 160%;
	}

	.index-access h2{
		color: #000;
		text-align: center;
	}

	.index-access h2 span.en{
		color: #000;
	}

	.tab-item{
		width: calc( 100% / 4 );
		height: 40px;
		font-size: 10pt;
		line-height: 1.2;
		background: #fff;
		text-align: center;
		color: #000;
		display: table;
		font-weight: bold;
		float: left;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: all 0.3s ease;
		cursor: pointer;
		border-right: 1px solid #f0ecde;
		box-sizing: border-box;
		position: relative;
		border-collapse:collapse;
	}

	.index-access-wrap{
		width: 100%;
		background: #fff;
		position: relative;
		top: -8px;
		padding-bottom: 25px;
		margin-bottom: -8px;
	}

}

/* --- PC ---------- */

@media print, screen and (min-width: 741px) {

	body {
		position: relative;
	}

	header{
		position: absolute;
		top: 0;
		z-index: 9999;
	}

	.w-common-top{
		max-width: 1600px;
		width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.scrolling{
		height: 100%;
	}

	section h2{
		font-size: 24pt;
	}

	section p.lead{
		text-align: center;
		margin: 20px 0 30px 0;
		font-size: 90%;
	}

	.index-lead{
		line-height: 0;
		position: relative;
	}

	.index-lead-body{
		max-width: 600px;
		width: 40%;
		margin: 0;
		position: absolute;
		bottom: 60px;
		left: 10%;
		line-height: 160%;
		background-color: var(--cv-color01);
		background-image: url(../images/common/common-bk02.png);
		box-sizing: border-box;
		padding: 2% 3%;
	}

	.index-lead h1{
		width: 100%;
		box-sizing: border-box;
		color: var(--accent-col02);
		font-size: 147%;
		line-height: 150%;
		margin: 0 0 30px;
	}

	.index-lead h1 span{
		font-size: 70%;
		position: relative;
	}

	.index-lead h1 span::after{
		content: '';
		display: block;
		position: absolute;
		width: 97%;
		bottom: -4px;
		border-bottom: 1px solid var(--accent-col02);
	}

	.index-lead p{
		color: #333;
		font-size: 90%;
		font-weight: normal;
		letter-spacing: 0;
	}

	.index-lead .btn02{
		max-width: 220px;
		margin: 20px 0 10px;
	}

	.index-lead .btn02 a{
		padding: 5px 0;
		letter-spacing: 0;
	}

	#chapter01 .index-lead img{
		min-height: 60vh;
		object-fit: cover;
	}

	#chapter02{
		width: 100%;
		padding: 25px 0;
		background: repeating-linear-gradient(-45deg, #acf4e1, #acf4e1 10px, #c2f7ea 0, #c2f7ea 20px);
	}

	#chapter02 .chapter-inner{
		background-color: rgba( 255, 255, 255, 0.75 );
		width: 96%;
		margin: auto;
		padding: 1%;
		border-radius: 5px;
	}

	.index-blog{
		max-width: 1600px;
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.index-blog-title{
		width: 20%;
	}

	.index-blog-title h2, .index-blog-title h2 span{
		color: var(--main-color01)!important;
	}

	.index-blog-contents{
		width: 66%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.index-blog-btn{
		width: 10%;
	}

	.index-blog-wrap{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 5px;
		border-bottom: 1px solid #999;
	}

	.index-blog-wrap p{
		font-size: 90%;
		margin-top: 5px;
		margin-bottom: 0;
		line-height: 150%;
		text-align: center;
	}

	.index-blog-wrap p.date{
		width: auto;
		font-weight: bold;
	}

	.index-blog-wrap p.category{
		width: 20%;
		font-weight: bold;
		margin: 5px 2% 0;
	}

	.index-blog-wrap p.text{
		width: 100%;
		height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-align: left;
	}

	.index-blog-btn .btn01 a{
		padding: 5px 0;
	}

	#chapter03{
		width: 100%;
		padding: 50px 0;
		background: url(../images/top/img-bk02.png) center center;
		background-size: cover;
	}

	.index-plan h2{
		padding: 55px 0 30px;
		background: url(../images/top/mark01.png) center top no-repeat;
		position: relative;
	}

	.index-plan h2::after{
		position: absolute;
		content: "";
		background: url(../images/top/h2-deco01.png) center top no-repeat;
		display: inline-block;
		background-repeat: no-repeat;
		width: 219px;
		height: 10px;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%)
	}

	.index-plan-menu{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
	}

	.index-plan-wrap{
		width: 32.5%;
		padding: 0 2%;
	}

	.index-plan-wrap a{
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
	}

	.index-plan-wrap a img{
		position: relative;
		line-height: 0;
		display: block;
		opacity: 0.74 !important;
		transition-duration: 0.3s;
	}

	.index-plan-wrap a:hover img{
		opacity: 1 !important;
		transition-duration: 0.3s;
	}

	.index-plan-wrap .bk-filter{
		background: #000;
	}

	.index-plan-wrap a:hover img.bk{
		filter: alpha(opacity=10);
		-moz-opacity: 0.10;
		opacity: 0.10;
	}

	.index-plan-wrap a div.title{
		position: absolute;
		width: 100%;
		height: 100px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: 0;
		margin: auto;
		padding: 0;
	}

	.index-plan-wrap a h3{
		margin: 0;
		padding: 0;
		border: 0;
		color: #fff;
	}

	.index-plan-wrap a h3 span.en{
		font-size: 48pt;
		font-style: italic;
		line-height: 130%;
		font-family: 'Noto Serif JP', serif;
	}

	.index-plan-wrap p{
		font-size: 80%;
		text-align: center;
		margin-top: 10px;
		line-height: 1.75em;
		letter-spacing: 0;
	}

	.index-plan .btn02{
		max-width: 280px;
		margin: 20px auto;
	}


	#chapter04{
		width: 100%;
		padding: 50px 0;
		background: repeating-linear-gradient(90deg, #acf4e1, #acf4e1 35px, #c2f7ea 0, #c2f7ea 70px);
	}

	.index-collection h2{
		padding: 55px 0 30px;
		background: url(../images/top/mark02.png) center top no-repeat;
		position: relative;
	}

	.index-collection h2::after{
		position: absolute;
		content: "";
		background: url(../images/top/h2-deco02.png) center top no-repeat;
		display: inline-block;
		background-repeat: no-repeat;
		width: 219px;
		height: 10px;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%)
	}

	.index-collection h2 span,
	.index-special h2 span{
		color: var(--main-color01)!important;
	}

	.index-collection-menu{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.index-collection-wrap{
		width: 24%;
	}

	.index-collection-wrap a{
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
		line-height: 0;
		overflow: hidden;
	}

	.index-collection-wrap a h3{
		position: absolute;
		width: 80%;
		margin: 0 auto;
		background: #fff;
		padding: 5px 0;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 15px;
		color: #000;
		line-height: 160%;
	}

	.index-collection-wrap a:hover{
		color: #000;
		box-shadow: 4px 4px 8px 5px rgba(100, 100, 100, 0.3);
	}

	.index-collection-wrap a:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		transition: all 0.3s ease;
		display: block;
	}

	.index-collection-wrap a:hover:after{
		box-sizing: border-box;
		border: 1px solid var(--accent-col01);
	}


	.index-collection-change{
		text-align: center;
		margin: 50px 0 10px 0;
	}

	.index-collection-change a{
		margin: 0 15px;
		font-weight: bold;
		color: #666;
	}

	.index-collection-change a.on{
		color: var(--main-color01);
		text-decoration: underline;
	}

	.index-collection-change a.all::after{
		display: inline-block;
		content: "▸";
	}

	#chapter05{
		width: 100%;
		padding: 50px 0;
		background-color: var(--cv-color01);
		background-image: url(../images/common/common-bk02.png);
	}

	.index-trend h2{
		padding: 55px 0 30px;
		background: url(../images/top/mark01.png) center top no-repeat;
		position: relative;
	}

	.index-trend h2::after{
		position: absolute;
		content: "";
		background: url(../images/top/h2-deco01.png) center top no-repeat;
		display: inline-block;
		background-repeat: no-repeat;
		width: 219px;
		height: 10px;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%)
	}

	.index-trend-menu{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.index-trend-wrap{
		width: 19%;
		margin: 0 1.25% 0 0;
	}
	.index-trend-wrap:nth-of-type(5n) {
		margin: 0;
	}

	.index-trend-wrap .index-trend-text{
		position: relative;
		top: -40px;
		width: 90%;
		margin: 0 auto;
		background: #fff;
		padding: 5px 15px 10px 15px;
		box-sizing: border-box;
	}

	.index-trend-wrap .index-trend-text:hover{
		box-shadow: 0 0 6px 5px rgba(100, 100, 100, 0.3);
	}

	.index-trend-wrap .index-trend-text h3{
		text-align: center;
		font-size: 110%;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 150%;
		color: var(--accent-col02);
	}

	.index-trend-wrap .index-trend-text p{
		font-size: 80%;
		margin: 0;
		line-height: 150%;
	}

	.index-trend-wrap .index-trend-text .btn01{
		max-width: 150px;
		border: 1px solid var(--accent-col02);
		border-radius: 20px;
	}

	.index-trend-wrap .index-trend-text .btn01 a{
		padding: 1px 0;
		color: var(--accent-col02);
		border-radius: 20px;
	}

	.index-trend-wrap .index-trend-text .btn01 a:hover{
		background-color: var(--accent-col02);
		color: #fff;
	}


	#chapter06{
		width: 100%;
		padding: 50px 0;
		background: #fff;
	}

	.index-special h2{
		padding: 55px 0 30px;
		background: url(../images/top/mark02.png) center top no-repeat;
		position: relative;
	}

	.index-special h2::after{
		position: absolute;
		content: "";
		background: url(../images/top/h2-deco02.png) center top no-repeat;
		display: inline-block;
		background-repeat: no-repeat;
		width: 219px;
		height: 10px;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%)
	}

	.index-special-menu{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.index-special-wrap{
		width: 23%;
		margin: 15px 1%;
	}

	.index-special-wrap > a{
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
		line-height: 0;
		border: 2px solid #fff;
	}

	.index-special-wrap > a:hover{
		border: 2px solid var(--main-color01);
	}

	.index-special-text h3{
		margin: 5px 0;
		font-size: 110%;
	}

	.index-special-text h3 a{
		color: var(--main-color01);
	}

	.index-special-text p{
		font-size: 80%;
		color: #333;
		margin: 0;
		line-height: 150%;
		letter-spacing: 0;
	}


	#chapter07{
		width: 100%;
		/*
		padding: 50px 0;
		background: url(../images/top/index-access-bk.jpg) center center no-repeat;
		background-size: cover;
		*/
	}
	/*
	.index-access{
		width: 50%;
		padding-left: 42%;
		padding-right: 8%;
	}

	.index-access h2{
		text-align: left;
		color: #fff;
		text-shadow: 2px 4px 2px #5c584d;
	}

	.index-access h2 span{
		color: #fff!important;
	}
	*/

	.tab-item{
		width: calc( 100% / 6.01 );
		height: 36px;
		font-size: 12pt;
		line-height: 1.2;
		background: #fff;
		text-align: center;
		color: #000;
		display: table;
		float: left;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: all 0.3s ease;
		cursor: pointer;
		margin-right: 3px;
		box-sizing: border-box;
		position: relative;
		border-collapse:collapse;
	}


	/*
	.index-access-wrap{
		width: 100%;
		background: #fff;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		top: -8px;
	}

	.index-access-body iframe{
		height: 450px;
	}

	.index-access-text{
		padding: 10px 30px;
		width: 70%;
	}

	.index-access-text p{
		font-size: 90%;
		margin: 0 0 5px 0;
		line-height: 130%;
	}

	.index-access-inquery{
		width: 30%;
	}

	.index-access-wrap .btn01{
		max-width: 180px;
		padding: 0;
		margin-top: 30px;
	}

	.index-access-wrap .btn01 a{
		padding: 5px 0;
	}

	*/

	.access-wrap{
		border-top: 5px solid var(--accent-col02);
		display: flex;
		flex-wrap: wrap;
	}

	.access-wrap .access-img{
		position: relative;
		width: 50%;
		padding-bottom: 600px;
		background:#FDFCFA;
	}
	.access-wrap .access-img .calendar{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 90%;
		height: 500px;
	}

	.access-wrap .access-box{
		box-sizing: border-box;
		padding: 3rem 0;
		width: 50%;
		height: 600px;
		background: #FDFCFA;
		text-align: center;
	}

	.access-wrap .access-box h2{
		margin: 1.75em 0 1em;
	}

	.access-wrap dl{
		padding: 1em 0 2em;
		margin: 0;
	}

	.access-wrap dl dt{
		font-weight: bold;
		margin-bottom: 1em;
	}

	.access-wrap dl dd{
		margin: 0;
	}

	.access-wrap .access-box .btn01{
		width: 40%;
		margin: 2rem auto 0;
		float: initial;
	}

	ul.pagination{
		padding: 10px;
		position: fixed;
		left: 0;
		top: 50%;
		display: none;
	}

	ul.pagination li{
		list-style-type: none;
		margin-bottom: 15px;
		font-size: 7pt;
		position: relative;
	}

	ul.pagination li::before{
		display: inline-block;
		content: "○";
		color: var(--main-color01);
		font-size: 7pt;
		cursor: pointer;
	}

	ul.pagination a{
		color: #fff;
		display: inline-block;
		position: relative;
		padding: 3px;
		margin-left: 10px;
		line-height: 100%;
		opacity: 0
	}

	ul.pagination a:before{
		content: "";
		position: absolute;
		top: 50%;
		left: -8px;
	}

	ul.pagination li a:hover{
		text-decoration: none;
	}

	ul.pagination li.active a{
		background: var(--main-color01);
		opacity: 1;
	}


	ul.pagination li.active::before{
		color: var(--main-color01);
		content: "●";
	}

	ul.pagination li:not(.active) a:hover{
		color: #bbb;
		opacity: 1;
		text-decoration: none;
	}

	ul.pagination li.active a:before{
		margin-top: -4px;
		border: 4px solid transparent;
		border-right: 4px solid var(--main-color01);
	}

	.sec-festa{
		width: 100%;
		padding: 50px 0;
	}
	.index-service-img a:hover img{
		opacity: 0.8;
	}
}

@media print, screen and (min-width: 741px) and (max-width: 1300px) {

	main{
		font-size: 90%;
	}

	.index-blog-title{
		width: 20%;
	}

	.index-blog-title h2{
		font-size: 16pt;
	}

	.index-blog-contents{
		width: 60%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.index-blog-btn{
		width: 16%;
	}

	.index-blog-wrap{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 5px;
		border-bottom: 1px solid #999;
	}

	.index-blog-wrap p{
		font-size: 80%;
	}

}

@media print, screen and (min-width: 1101px) and (max-width: 1300px){

	.index-lead-body{
		max-width: 600px;
		width: 40%;
		bottom: 40px;
		padding: 30px 40px;
	}

	.index-plan-wrap a h3 span.en{
		font-size: 32pt;
	}

	.index-plan-wrap p{
		font-size: 85%;
	}

	.index-trend-wrap .index-trend-text h3{
		font-size: 100%;
	}

}

@media print, screen and (min-width: 881px) and (max-width: 1100px){

	main{
		font-size: 85%;
	}

	.index-lead-body{
		width: 45%;
		bottom: 30px;
		padding: 15px 25px;
	}

	.index-lead h1{
		font-size: 14pt;
	}

	.index-lead p{
		font-size: 80%;
	}

	.index-blog{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.index-blog-title h2{
		font-size: 16pt;
	}

	.index-blog-contents{
		width: 76%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.index-blog-btn{
		width: 16%;
		margin: 15px auto;
	}

	.index-plan-wrap a h3 span.en{
		font-size: 24pt;
	}

	.index-plan-wrap p{
		font-size: 80%;
	}

	.index-trend-wrap .index-trend-text h3{
		font-size: 100%;
	}

	.index-access-body iframe{
		height: 300px;
	}

}

@media print, screen and (min-width: 741px) and (max-width: 880px) {

	main{
		font-size: 80%;
	}

	.index-lead-body{
		width: 45%;
		left: 5%;
		bottom: 10px;
		padding: 5px 20px;
	}

	.index-lead h1{
		font-size: 12pt;
	}

	.index-lead h1 span{
		font-size: 70%;
	}

	.index-blog{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.index-blog-title h2{
		font-size: 14pt;
	}

	.index-blog-contents{
		width: 76%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.index-blog-btn{
		width: 16%;
		margin: 15px auto;
	}

	.index-plan-wrap a h3 span.en{
		font-size: 24pt;
	}

	.index-plan-wrap p{
		font-size: 80%;
	}

	.index-collection-wrap{
		width: 48%;
		margin-bottom: 30px;
	}

	.index-trend-wrap{
		width: 48%;
	}

	.index-trend-wrap .index-trend-text h3{
		font-size: 100%;
	}

	.index-special-wrap{
		width: 48%;
	}

	.index-access-body iframe{
		height: 240px;
	}

}


.tab-item span{
	display: table-cell;
	vertical-align: middle;
}

.tab-item.last{
	margin-right: 0;
	border-right: none;
}

.tab-content{
	clear: both;
	display: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

input[name="tab-item"] {
	display: none;
}

#access01:checked ~ #access01-content,
#access02:checked ~ #access02-content,
#access03:checked ~ #access03-content,
#access04:checked ~ #access04-content{
	display: block;
}

.index-access-body input:checked + .tab-item {
	background-color: #000;
	color: #fff;
}

[data-hide] {
	display:none;
}


/* digitalbook-bnr */

.index-service {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.index-service .index-service-ttl {
	text-align: center;
	font-size: 150%;
	margin-bottom: 30px;
}

.index-service .index-service-ttl span {
	padding: 0 2em;
	position: relative;
}

.index-service .index-service-ttl span::before,
.index-service .index-service-ttl span::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 1.5em;
	background-color: #8f6db7;
	position: absolute;
	bottom: -5px;
}

.index-service .index-service-ttl span::before {
	left: 0;
	transform: rotate(-45deg);
}

.index-service .index-service-ttl span::after {
	right: 0;
	transform: rotate(45deg);
}

.index-service .index-service-wrap {
	display: flex;
	justify-content: space-between;
}

.index-service .index-service-wrap .index-service-img {
	width: 45.5%;
	margin-right: 9%;
}

.index-service .index-service-wrap .index-service-img:last-child {
	margin-right: 0;
}

@media print,
screen and (max-width: 740px) {
	.index-service .index-service-ttl {
		font-size: 120%;
		margin-bottom: 15px;
	}

	.index-service .index-service-ttl span {
		display: inline-block;
	}

	.index-service .index-service-wrap .index-service-img {
		width: 47.5%;
		margin-right: 5%;
	}
}