@charset "utf-8";
body, html{ 
	min-width: 1000px;
}
#header .contentBox01 {
	max-width: 980px;
}
.main {
	margin-top: 0;
}
.home .kv01 {
	padding-top: 100px;
	background-image: none;
	height: auto;
}
.mv {
	overflow: hidden;
	position: relative;
	height: calc(100vh - 157px);
	min-height: 550px;
}
.mvBg {
	width: 90%;
	height: 100%;
	overflow: hidden;
}
.mvBg .slick-list,.mvBg .slick-track {
	height: 100%;
}
.mvBg li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.mvBg li > .inner {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}
.mvbg01 > .inner {
	background-image: url(../../img/index/mv-dome-sp.jpg);
}
.mvbg02 > .inner {
	background-image: url(../../img/index/mv-miyajima-sp.jpg);
}
.mvbg03 > .inner {
	background-image: url(../../img/index/mv-hotel-sp.jpg);
}
.mvbg04 > .inner {
	background-image: url(../../img/index/mv-kaki-sp.jpg);
}
.mvbg05 > .inner {
	background-image: url(../../img/index/mv-yamato-sp.jpg);
}
.mvbg06 > .inner {
	background-image: url(../../img/index/mv-castle-sp.jpg);
}
.mvbg07 > .inner {
	background-image: url(../../img/index/mv-hanabi-sp.jpg);
}
.mvbg08 > .inner {
	background-image: url(../../img/index/mv-institution-sp.jpg);
}
.mvBg .slick-active > .inner {
	-webkit-animation: scale 4s ease-in-out;
	animation: scale 4s ease-in-out;
}
.mvBg
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}
	100% {
		-webkit-transform: scale(1.03,1.03);
		transform: scale(1.03,1.03);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}
	100% {
		-webkit-transform: scale(1.03,1.03);
		transform: scale(1.03,1.03);
	}
}
@-webkit-keyframes scale-sp {
	0% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}
	100% {
		-webkit-transform: scale(1.05,1.05);
		transform: scale(1.05,1.05);
	}
}
@keyframes scale-sp {
	0% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}
	100% {
		-webkit-transform: scale(1.05,1.05);
		transform: scale(1.05,1.05);
	}
}
.mv .text {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 10px;
	display: none;
}
.slick-slider .text {
	display: block;
}
.mv .text img {
	display: inline;
}
.mvNavi {
	position: absolute;
	right: 0;
	top: 0;
	width: 10%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: linear-gradient(to bottom, #d9d8ff 0%, #aaefff 100%);
	font-size: 2.6rem;
}
.mvNavi li {
	height: 50%;
	flex: 1 0 50%;
	line-height: 1.1;
}
.mvNavi li + li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 3px solid #fff;
}
.mvNavi li a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	color: #333;
	position: relative;
	text-decoration: none;
	padding: 20px 0 55px;
	font-weight: bold;
}
.mvNavi li a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 28px;
	margin-left: -8px;
	border-width: 14px 8px 0;
	border-style: solid;
	border-color: #4d4d4d transparent transparent;
}
.mvNavi li a img {
	width: auto;
	height: 100%;
}
.mvNavi li a span {
	display: none;
	white-space: nowrap;
	flex: 0 0 auto;
}
#fixedBox {
	z-index: 10;
}
#fixedBox .contentBox01 {
	max-width: 980px;
}
#topNavi {
	max-width: 960px;
	margin: -200px auto 0;
	padding-top: 200px;
	line-height: 1.2;
	font-size: 1.5rem;
}
.home .relative .gn {
	padding-top: 35px;
	padding-bottom: 25px;
}
.home .fixed .gn {
	padding-top: 10px;
	padding-bottom: 10px;
}
#topNavi ul {
	display: none;
	justify-content: space-between;
}
#topNavi li {
	flex: 0 0 12%;
	display: flex;
	text-align: center;
}
#topNavi a {
	display: block;
	color: #333;
	flex: 0 0 100%;
}
#topNavi img {
	display: block;
	width: 54px;
	margin: 0 auto 5px;
}
#topNavi span {
	display: inline-block;
	padding-top: 0.8em;
}
#topNavi .li_access span,
#topNavi .li_news span {
	padding-top: 0;
}
.mvNavi02 {
	width: 960px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-between;
}
.mvNavi02 li {
	flex: 0 0 475px;
	text-align: right;
}
.mvNavi02 li a {
	display: block;
	background: url(../../img/index/navi-bg02.jpg) -40px center no-repeat;
	color: #fff;
	padding: 30px 50px 30px 0;
	position: relative;
	text-decoration: none;
}
.mvNavi02 li:first-child a {
	background-image: url(../../img/index/navi-bg01.jpg);
}
.mvNavi02 li a:after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -8px;
	border-width: 8px 0 8px 14px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 737px) {
	.mvbg01 > .inner {
		background-image: url(../../img/index/mv-dome.jpg);
	}
	.mvbg02 > .inner {
		background-image: url(../../img/index/mv-miyajima.jpg);
	}
	.mvbg03 > .inner {
		background-image: url(../../img/index/mv-hotel.jpg);
	}
	.mvbg04 > .inner {
		background-image: url(../../img/index/mv-kaki.jpg);
	}
	.mvbg05 > .inner {
		background-image: url(../../img/index/mv-yamato.jpg);
	}
	.mvbg06 > .inner {
		background-image: url(../../img/index/mv-castle.jpg);
	}
	.mvbg07 > .inner {
		background-image: url(../../img/index/mv-hanabi.jpg);
	}
	.mvbg08 > .inner {
		background-image: url(../../img/index/mv-institution.jpg);
	}
	.mvNavi li a:hover {
		background-color: rgba(255,255,255,0.3);
	}
	#topNavi a:hover {
		opacity: 0.7;
	}
	.mvNavi02 li a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 736px) {
	html, body {
		min-width: 100%;
	}
	.home .kv01 {
		min-height: 0;
		max-height: none;
		height: 100%;
		padding-top: 70px;
		pointer-events: none;
	}
	.home .kv01 a {
		pointer-events: auto;
	}
	.mv {
		height: 100%;
		min-height: 0;
	}
	.mvBg {
		width: auto;
		height: calc(100% - 127px);
	}
	.mvBg li > .inner {
		-webkit-transform: scale(1.05,1.05);
		transform: scale(1.05,1.05);
	}
	.mvBg .slick-active > .inner {
		-webkit-animation: scale-sp 4s ease-in-out;
		animation: scale-sp 4s ease-in-out;
	}
	.mvNavi {
		position: static;
		width: auto;
		background: #004ea2;
		flex-direction: row;
		height: auto;
		border-top: 1px solid #fff;
		font-size: 1.3rem;
	}
	.mvNavi li {
		width: 50%;
		height: auto;
		flex: 0 0 50%;
	}
	.mvNavi li + li {
		border-left: 1px solid #fff;
	}
	.mvNavi li + li:before {
		display: none;
	}
	.mvNavi li a {
		padding: 0 22px;
		height: 60px;
		color: #fff;
		line-height: 1.2;
	}
	.mvNavi li a:after {
		border-width: 7px 0 7px 12px;
		border-color: transparent transparent transparent #fff;
		margin-left: 0;
		margin-top: -7px;
		top: 50%;
		bottom: auto;
		left: auto;
		right: 10px;
	}
	.mvNavi li a img {
		display: none;
	}
	.mvNavi li a span {
		display: block;
	}
	#topNavi {
		font-size: 1.2rem;
		margin-top: -67px;
		padding: 12px 0;
	}
	#topNavi ul {
		display: flex;
		flex-wrap: wrap;
		font-size: 1.2rem;
	}
	#topNavi li {
		flex-basis: 25%;
	}
	#topNavi li:nth-child(-n+5) {
		margin-bottom: 20px;
		flex-basis: 25%;
	}
	#topNavi img {
		width: 45px;
	}
	.mvNavi02 {
		display: block;
		width: auto;
		margin-bottom: 5px;
	}
	.mvNavi02 li {
		flex-basis: auto;
		font-size: 1.3rem;
	}
	.mvNavi02 li + li {
		margin-top: 5px;
	}
	.mvNavi02 li a {
		background-color: #004ea2;
		background-position: left center;
		background-size: auto 100%;
		padding: 25px 35px 25px 0;
	}
	.mvNavi02 li a:after {
		right: 10px;
		border-width: 7px 0 7px 12px;
		margin-top: -7px;
	}
}
/* institution */
.topInstitution {
	width: 960px;
	margin: 0 auto 120px;
}
.topInstitution p {
	margin-bottom: 20px;
	font-size: 2.0rem;
	line-height: 1.75;
}
.topInstitution p span {
	display: block;
}
.topInstitution .slideItem {
	margin: 0 7px;
}
.topInstitution .slideItem img {
	transition-duration: 0.3s;
}
.topInstitution .slick-arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin: 0;
	padding: 0;
	background-color: #004ea0;
	border: none;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	width: 30px;
	height: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.topInstitution .slick-arrow img {
	width: 15px;
	vertical-align: middle;
}
.topInstitution .slick-prev {
	left: 0;
}
.topInstitution .slick-next {
	right: 0;
}
.bnrTicket {
	max-width: 730px;
	height: 120px;
	margin: 40px auto 0;
	line-height: 1.2;
}
.bnrTicket a img {
	transition-duration: 0.3s;
}
@media screen and (min-width: 737px) {
	.topInstitution .slideItem a:hover img {
		opacity: 0.7;
	}
	.topInstitution .slick-arrow:hover {
		background-color: #0c5fb7;
	}
	.bnrTicket a:hover img {
		opacity: 0.7;
	}
}
@media screen and (max-width: 736px) {
	.topInstitution {
		width: auto;
		margin: 40px 15px 48px;
	}
	.topInstitution p {
		text-align: left;
		font-size: 1.3rem;
	}
	.topInstitution p span {
		display: inline;
	}
	.topInstitution .slideItem {
		margin: 0;
	}
	.topInstitution .slideItem a:active img {
		opacity: 0.7;
	}
	.topInstitution .slick-arrow:active {
		background-color: #0c5fb7;
	}
	.bnrTicket a:active img {
		opacity: 0.7;
	}
}

/* blog */
#topBlog {
	margin-top: -200px;
	padding-top: 200px;
}
#topBlog > .inner {
	padding: 40px 0 50px;
	background-color: #eae6e2;
}
.ttl_topBlog {
	max-width: 960px;
	margin: 0 auto 24px;
	display: inline-block;
	background: url(../../img/index/park02.png) 0 0 no-repeat;
	background-size: 133px 108px;
	min-height: 108px;
	padding-left: 150px;
	text-align: left;
	font-size: 2.0rem;
}
.ttl_topBlog .inner {
	padding-left: 20px;
}
.ttl_topBlog .ttl a {
	font-size: 2.6rem;
	color: #333;
}
#topBlog .bnr {
	width: 980px;
	margin: 0 auto 8px;
	padding-right: 20px;
}
#topBlog .bnr a img {
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}
#topBlog .contents {
	max-width: 960px;
	margin: 0 auto;
}
.entrybox {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 10px auto;
	-ms-grid-columns:  182px (10px 182px)[4];
	grid-template-rows: auto;
	grid-template-columns: repeat(5, 182px);
	grid-gap: 10px;
}
.entry:first-child {
	-ms-grid-column-span: 5;
	-ms-grid-row-span: 3;
	grid-column: 1/4;
	grid-row: 1/3;
	position: relative;
}
.entry:first-child a:before {
	content: "最新情報！";
	position: absolute;
	left: -10px;
	top: 15px;
	z-index: 1;
	background: url(../../img/index/ribbon.svg) 0 0 no-repeat;
	background-size: 100% auto;
	width: 107px;
	height: 43px;
	padding-top: 5px;
	color: #fff;
	font-size: 1.4rem;
}
.entry:nth-child(2) {
	-ms-grid-column: 7;
}
.entry:nth-child(3) {
	-ms-grid-column: 9;
}
.entry:nth-child(4) {
	-ms-grid-column: 7;
	-ms-grid-row: 3;
}
.entry:nth-child(5) {
	-ms-grid-column: 9;
	-ms-grid-row: 3;
}
.entry a {
	display: block;
	height: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #4d4d4d;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.entryPhoto {
	overflow: hidden;
	position: relative;
	padding-top: 70%;
	background: #e0e0e0;
}
.entryPhoto img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.entryInfo {
	padding: 10px 0;
	font-size: 1.1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.entry:first-child .entryInfo {
	font-size: 1.6rem;
}
.entryInfo .cat {
	border: 2px solid;
	padding: 2px 10px;
	flex: 0 0 auto;
}
.cat01 {
	color: #e86560
}
.cat02 {
	color: #497591
}
.cat03 {
	color: #ff8000
}
.cat04 {
	color: #9b1400
}
.entryInfo .date {
	flex: 1 0 100%;
	text-align: right;
	padding-top: 5px;
}
.entry:first-child .entryInfo .date {
	flex-basis: auto;
	padding-top: 0;
}
.entryText {
	position: relative;
	overflow: hidden;
	text-align: left;
	font-size: 1.3rem;
}
.entry:not(:first-child) .entryText {
	padding-right: -1em;
	height: 3.2em;
}
.entry:not(:first-child) .entryText:before {
	content: "…";
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(1em + 2px);
	background-color: #fff;
	padding-left: 2px;
}
.entry:not(:first-child) .entryText:after {
	content: "";
	position: relative;
	float: right;
	width: calc(1em + 2px);
	height: 100%;
	background-color: #fff;
}
.entry:first-child .entryText {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.8rem;
}
#topBlog .btnMore {
	margin: 20px auto 0;
	text-align: right;
	font-size: 1.4rem;
}
#topBlog .btnMore a {
	display: inline-block;
	background-color: #333;
	padding: 4px 40px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
@media screen and (-ms-high-contrast: none) {
	*::-ms-backdrop, .entryInfo .cat {
		padding-top: 3px;
		padding-bottom: 0;
	}
	*::-ms-backdrop, #topBlog .btnMore a {
		padding-top: 5px;
		padding-bottom: 2px;
	}
}
@media screen and (min-width: 737px) {
	#topBlog .bnr a:hover img {
		opacity: 0.7;
	}
	.entry a:hover {
		opacity: 0.75;
	}
	.entry a:hover .entryPhoto img {
		-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
	#topBlog .btnMore a:hover {
		background-color: rgba(51, 51, 51, 0.7);
	}
}
@media screen and (max-width: 736px) {
	#topBlog {
		padding-top: 0;
		margin-top: 0;
	}
	#topBlog > .inner {
		padding: 25px 0 35px;
	}
	.ttl_topBlog {
		margin: 0 6px 18px;
		min-height: 53px;
		background-size: 66px 53px;
		background-position: left center;
		padding-left: 70px;
		font-size: 1.3rem;
	}
	.ttl_topBlog .inner {
		padding: 0 5px;
		margin-top: 0;
	}
	.ttl_topBlog .ttl a {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.ttl_topBlog span {
		display: block;
	}
	#topBlog .bnr {
		width: auto;
		margin: 16px 10px;
		padding-right: 0;
	}
	#topBlog .bnr a:active img {
		opacity: 0.7;
	}
	.entrybox {
		margin: 0 10px;
		grid-template-columns: repeat(2, calc((100% - 10px) / 2));
	}
	.entry:first-child {
		grid-column: 1/3;
		grid-row: 1/2;
	}
	.entry a:active {
		background-color: rgba(255,255,255,0.8);
	}
	.entry a:active .entryPhoto img {
		-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
	.entry:first-child .entryPhoto {
		padding-top: 53%;
	}
	.entryInfo {
		font-size: 1.1rem;
		padding: 5px 0;
	}
	.entry:first-child .entryInfo {
		font-size: 1.1rem;
	}
	.entryInfo .cat {
		padding: 2px 10px;
	}
	.entryText {
		font-size: 1.3rem;
	}
	.entry:first-child .entryText {
		font-size: 1.3rem;
	}
	.entry:not(:first-child) .entryText {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
		padding-right: 0;
	}
	.entry:not(:first-child) .entryText:before,
	.entry:not(:first-child) .entryText:after {
		display: none;
	}
	#topBlog .btnMore {
		margin: 20px 10px 0;
	}
	#topBlog .btnMore a {
		padding: 5px 40px;
	}
	#topBlog .btnMore a:active {
		background-color: rgba(51, 51, 51, 0.7);
	}
}

#accesstop {
	margin-top: 0;
	background: none;
	padding: 100px 0 145px;
}
#accesstop p {
	margin-bottom: 20px;
	font-size: 2.0rem;
}
#accesstop p span {
	display: block;
}
.maplink {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.maplink li {
	flex: 0 0 auto;
	margin: 16px 8px 0;
	line-height: 1.2;
}
.maplink a {
	display: block;
	width: 221px;
	height: 221px;
	background-color: #eae6e2;
	color: #333;
	text-decoration: none;
	font-size: 1.9rem;
}
.maplink .hiroshimap a {
	background: url(../../img/index/bnr-hiroshimap.jpg)  center top no-repeat;
	padding-top: 12px;
}
.maplink a .img {
	padding-bottom: 15px;
}
.maplink a img {
	vertical-align: middle;
}
.maplink .hiroshimap a .bnrText {
	line-height: 1.22;
	font-size: 1.8rem;
	padding-top: 13px;
}
.maplink .hiroshimap a .bnrTtl {
	color: #1760ff;
	display: block;
	padding-top: 10px;
	font-size: 2.1rem;
	line-height: 1.16;
}
.maplink .hiroshimap a .bnrTtl span {
	font-size: 3.3rem;
	font-weight: bold;
}
.maplink .banner a {
	background-color: transparent;
	height: auto;
}
.maplink a span {
	display: block;
	font-size: 2.5rem;
}
.home #info {
	background-color: #eae6e2;
}
.home #info .contentBox01 {
	max-width: 960px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.home #info ul {
	white-space: nowrap;
	padding: 20px;
}
.home #info li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.home #info li + li {
	margin-left: 10px;
}
@media screen and (min-width: 737px) {
	.maplink a:hover {
		opacity: 0.75;
	}
}
@media screen and (max-width: 736px) {
	#accesstop {
		padding: 75px 0 48px;
	}
	#accesstop p {
		margin: 0 15px 24px;
		text-align: left;
		font-size: 1.3rem;
	}
	#accesstop p span {
		display: inline;
	}
	.maplink {
		justify-content: space-between;
		margin: 0 10px;
	}
	.maplink li {
		margin: 12px 0;
		flex-basis: 32%;
	}
	.maplink li a {
		width: 100%;
		height: auto;
		font-size: 1.0rem;
		padding-bottom: 5px;
	}
	.maplink a .img {
		padding-bottom: 5px;
	}
	.maplink a span {
		font-size: 1.5rem;
	}
	.maplink .hiroshimap,
	.maplink .okonomiyaki {
		flex-basis: 49%;
		margin: 0;
	}
	.maplink .hiroshimap a {
		background-image: url(../../img/index/bnr-hiroshimap-sp.jpg);
		background-size: 100% auto;
		background-position: center center;
		padding: 47.87% 0 0;
		position: relative;
	}
	.maplink .hiroshimap a > img {
		width: 31.38%;
		position: absolute;
		top: 6%;
		left: 50%;
		transform: translateX(-50%);
	}
	.maplink .hiroshimap a .bnrText {
		width: 100%;
		font-size: 2.7vw;
		padding-top: 0;
		position: absolute;
		top: 26%;
		left: 0;
	}
	.maplink .hiroshimap a .bnrText br {
		display: none;
	}
	.maplink .hiroshimap a .bnrTtl {
		position: absolute;
		bottom: 7%;
		left: 0;
		width: 100%;
		font-size: 3.5vw;
		padding-top: 0;
	}
	.maplink .hiroshimap a .bnrTtl span {
		width: 100%;
		font-size: 6vw;
	}
	.maplink .okonomiyaki a {
		padding: 0;
	}
	.home #info {
		display: block;
		padding: 20px 10px;
	}
	.home #info ul {
		padding: 10px;
	}
	.home #info li + li {
		margin-left: 5px;
	}
}
#footer .contentBox01 {
	max-width: 960px;
}

/* コロナ対策バナー */
.mv .covid19 {
	position: absolute;
	bottom: 15px;
	right: 12%;
	z-index: 2;
	width: 320px;
}
.mv .covid19 a:hover img {
		opacity: 0.9;
	}
@media screen and (max-width: 736px) {
.mv .covid19 {
	position: absolute;
	bottom: 137px;
	right: 0;
	z-index: 2;
	width: 50%;
}
}