@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

#wrapper {
	width: 100%;
	color: #FFF;
	font-family: "Sawarabi Mincho", serif;
	font-size: 16px;
	line-height: 1.75;
	padding: 0 0 150px 0;
	background: url("../images/bg_wrapper.jpg") center top repeat;
	overflow: hidden;
}

@media screen and (max-width: 759.9px) {
	#wrapper {
		padding: 0 0 100px 0;
	}
}

#wrapper a {
	word-break: break-all;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------common-------------*/
@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}

	.slim {
		transform: scaleX(0.9);
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}

	#wrapper h2,
	#wrapper h3,
	#wrapper h4,
	#wrapper h5 {
		font-weight: bold;
	}
}

.disnone {
	display: none;
}

.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.attention {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
}

.box {
	background: rgba(243, 243, 243, 1.00);
	padding: 20px 30px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: left;
}

.mgn_top20 {
	margin-top: 20px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

p.credit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	padding: 0 10px !important;
	color: #FFFFFF;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.8) !important;
	border-radius: 10px;
	/*display: none;*/
}

a.godetail {
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 15px 2%;
	padding: 20px 0 25px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: auto 100%;
	color: #FFFFFF;
	z-index: 10;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

a.godetail.gray {
	background: url("../images/button_gray.png") no-repeat center bottom;
	pointer-events: none;
}

a.gotop {
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}

a.gotop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		width: 70%;
		padding: 15px 0 20px;
	}
}


/* reset
------------------------------------------------------------------------------------ */
div#wrapper h2,
div#wrapper h3,
div#wrapper h4,
div#wrapper h5,
div#wrapper h6,
div#wrapper p,
div#wrapper img,
div#wrapper ol,
div#wrapper ul,
div#wrapper li,
div#wrapper section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

div#wrapper img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
}

div#wrapper ul li {
	list-style: none;
}

#wrapper a:link,
#wrapper a:visited {
	color: #FFF;
	text-decoration: none !important;
}

#wrapper a:hover,
#wrapper a:active,
#wrapper a:visited:hover {
	color: #FFF;
	text-decoration: none;
}


/* 共通パーツ
------------------------------------------------------------------------------------ */
div.title01 {
	text-align: center;
	margin-bottom: 50px;
}

div#wrapper div.title01 h3 {
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
}

div#wrapper div.title01 h4 {}

div#wrapper div.title01 h4 img {
	height: 10px;
}

div.title02 {
	display: flex;
	justify-content: center;
	margin: 100px 0 50px 0;
	padding: 25px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

div#wrapper div.title02 h3 {
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.15em;
	margin-right: 15px;
}

.linkBtn {
	width: 100%;
	line-height: 150%;
}

.linkBtn a {
	display: block;
	position: relative;
	width: 100%;
	color: #FFF;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: solid 1px #7f8498;
	transition: all 0.3s ease;
}

.linkBtn a:hover {
	color: #bf9113 !important;
	text-decoration: none !important;
}

.linkBtn a:before {
	position: absolute;
	top: 50%;
	right: 0px;
	content: '\f061';
	font-family: fontAwesome;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.linkBtn a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #bf9113;
	transition: all 0.3s ease;
}

.linkBtn a:hover:after {
	width: 100%;
}

.linkBtn a span {
	font-size: 12px;
}

.linkBtn02 a {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #333 !important;
	line-height: 100%;
	margin: 0 auto;
	padding: 25px 0 25px 20px;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 5px;
	transition: all 0.5s ease;
}

div#wrapper .linkBtn02 a:hover {
	color: #FFF !important;
}

.linkBtn02 a:before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\f061';
	font-family: fontAwesome;
	color: #bf9113;
	font-size: 14px;
	font-weight: 400;
	z-index: 3;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}

.linkBtn02 a:hover:before {
	color: #FFF;
}

/*== 背景が流れる（斜め） */
.linkBtn02 a:after {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
	/*色や形状*/
	background: #bf9113;
	width: 120%;
	height: 100%;
	transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.linkBtn02 a:hover:after {
	animation: skewanime 0.75s forwards;
	/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
	100% {
		left: -10%;
		/*画面の見えていない左から右へ移動する終了地点*/
	}
}

.linkBtn02 a span {
	position: relative;
	z-index: 3;
}

.syutoken_link {
	background: linear-gradient(to bottom right, #d1a457, #e8c02e);
	width: 100%;
	border-radius: 5px;
	padding: 10px auto;
	color: darkgoldenrod;
	margin: 20px 0;
	text-align: center;
}

@media screen and (max-width: 759.9px) {
	div#wrapper div.title01 h3 {
		font-size: 24px;
		line-height: 100%;
		margin-bottom: 10px;
	}

	div#wrapper div.title01 h4 img {
		height: 8px;
	}

	div.title02 {
		margin: 80px 0 30px 0;
		padding: 15px;
	}

	div#wrapper div.title02 h3 {
		font-size: 18px;
		line-height: 100%;
		margin-right: 10px;
	}

	div#wrapper div.title02 div {
		width: 20px;
		height: 20px;
	}

	div#wrapper div.title02 div p {
		font-size: 14px;
		line-height: 100%;
	}

	.linkBtn a {
		padding: 20px 0;
	}

	.linkBtn a:after {
		width: 30px;
	}

	.linkBtn a span {
		font-size: 80%;
	}

	.linkBtn02 a {
		padding: 15px 0 15px 15px;
	}

	.linkBtn02 a:before {
		right: 10px;
	}
}


/* MV
------------------------------------------------------------------------------------ */
div#wrapper section.mainimageWrapper {
	position: relative;
}

div#wrapper section.mainimageWrapper div#mvSlick div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 556px;
}

div#wrapper section.mainimageWrapperTop div#mvSlick div {
	height: 742px;
}

div#wrapper section.mainimageWrapper div#mvSlick div#mvSlick01 {
	background: url("../images/mainimage01.jpg") center center no-repeat;
	background-size: cover;
}

div#wrapper section.mainimageWrapper div#mvSlick div#mvSlick02 {
	background: url("../images/mainimage02.jpg") center center no-repeat;
	background-size: cover;
}

div#wrapper section.mainimageWrapper div#mvSlick div#mvSlick03 {
	background: url("../images/mainimage03.jpg") center center no-repeat;
	background-size: cover;
}

div#wrapper section.mainimageWrapper div#mvSlick div#mvSlick04 {
	background: url("../images/mainimage04.jpg") center center no-repeat;
	background-size: cover;
}

section.mainimageWrapper div#mainimage {
	padding: 50px 0 110px 0;
}

section.mainimageWrapperTop div#mainimage {
	padding: 115px 0 175px 0;
}

section.mainimageWrapper div#mainimage div.sectionInner {
	position: relative;
	padding: 0 30px;
}

section.mainimageWrapper div#mainimage div.sectionInner h2 {
	position: relative;
	width: auto;
	max-width: 1010px;
	margin: 0 auto;
	text-align: center;
	padding-top: 60px;
	z-index: 2;
}

section.mainimageWrapper div#mainimage div.sectionInner h2 img {
	width: 536px;
}

section.mainimageWrapper div#mainimage div.sectionInner p#mainimageCatch {
	position: relative;
	width: auto;
	max-width: 1010px;
	margin: 0 auto;
	color: #FFF;
	font-size: 22px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.25em;
	margin-top: 40px;
	padding-bottom: 60px;
	z-index: 2;
}

section.mainimageWrapper div#mainimage div.sectionInner h3#pageTitle {
	position: relative;
	width: auto;
	max-width: 260px;
	text-align: center;
	margin: 40px auto 0 auto;
	padding-bottom: 60px;
	z-index: 2;
}

section.mainimageWrapper div#mainimage div.sectionInner h3#pageTitle span {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #FFF;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	padding: 20px 15px;
	background-color: #bf9113;
}

section.mainimageWrapper div#mainimage div.sectionInner h3#pageTitle span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-width: 0 0 12px 12px;
	border-style: solid;
	border-color: #bf9113 #000a32 #bf9113 #000a32;
	background: #bf9113;
}

section.mainimageWrapper div#mainimage div.sectionInner h3#pageTitle span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	border-width: 0 0 12px 12px;
	border-style: solid;
	border-color: #000a32 #bf9113 #000a32 #bf9113;
	background: #bf9113;
}

/*section.mainimageWrapper div#mainimage div.sectionInner div#mainimageGradation {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 10, 50, 0), rgba(0, 10, 50, 0.85) 35%, rgba(0, 10, 50, 0.85) 65%, rgba(0, 10, 50, 0));
	mix-blend-mode: multiply;
}*/
section.mainimageWrapper div#mainimage div.sectionInner div#mainimageGradation {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 10, 50, 0), rgba(0, 10, 50, 0.85) 35%, rgba(0, 10, 50, 0.85) 65%, rgba(0, 10, 50, 0));
	mix-blend-mode: multiply;
}

section.mainimageWrapper div.illuminav {
	position: absolute;
	bottom: -60px;
	left: 50%;
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	padding: 0 20px;
	transform: translateX(-50%);
	z-index: 2;
}

section.mainimageWrapper div.illuminavTop {
	max-width: 732px;
	margin: 0 auto;
}

div#wrapper section.mainimageWrapper div.illuminav ul {
	display: flex;
	flex-wrap: nowrap;
	background-color: #FFF;
	justify-content: center;
	width: 75%;
	max-width: 300px;
	margin: 0 auto;
}

div#wrapper section.mainimageWrapper div.illuminav ul li {
	width: calc(calc(100% - 2px) / 3);
	text-align: center;
}

section.mainimageWrapper div.illuminav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.mainimageWrapper div.illuminav ul li a div {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 35px;
}

section.mainimageWrapper div.illuminav ul li a div:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '\f078';
	font-family: fontAwesome;
	color: #999;
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

section.mainimageWrapper div.illuminav ul li a:hover div:after {
	bottom: -5px;
	color: #bf9113;
}

section.mainimageWrapper div.illuminav ul li#illuminav02 a div {
	border-left: solid 1px #bf9113;
}

section.mainimageWrapper div.illuminav ul li#illuminav03 a div {
	border-left: solid 1px #bf9113;
}

section.mainimageWrapper div.illuminav ul li#illuminav04 a div {
	border-left: solid 1px #bf9113;
}

section.mainimageWrapper div.illuminav ul li a div p.illuminavIcon {
	position: relative;
	top: 0;
	color: #bf9113;
	font-size: 24px;
	line-height: 100%;
	transition: all 0.3s ease;
}

div#wrapper section.mainimageWrapper div.illuminav ul li a:hover div p.illuminavIcon {
	position: relative;
	top: 5px;
}

div#wrapper section.mainimageWrapper div.illuminav ul li a div p.illuminavText {
	position: relative;
	top: 0;
	color: #333;
	font-size: 18px;
	line-height: 100%;
	margin-top: 12px;
	transition: all 0.3s ease;
}

div#wrapper section.mainimageWrapper div.illuminav ul li a:hover div p.illuminavText {
	position: relative;
	top: 5px;
}

div#wrapper section.mainimageWrapper div.illuminav ul li a div p.illuminavText br {
	display: none;
}

section.mainimageWrapper div#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 759.9px) {
	div#wrapper section.mainimageWrapper div#mvSlick div {
		height: 534px;
	}

	div#wrapper section.mainimageWrapperTop div#mvSlick div {
		height: 590px;
	}

	section.mainimageWrapper div#mainimage {
		padding: 100px 0 160px 0;
	}

	section.mainimageWrapper div#mainimage div.sectionInner {
		padding: 0 20px;
	}

	section.mainimageWrapper div#mainimage div.sectionInner h2 {
		padding-top: 40px;
	}

	section.mainimageWrapper div#mainimage div.sectionInner p#mainimageCatch {
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0.2em;
		margin-top: 30px;
		padding-bottom: 40px;
	}

	section.mainimageWrapper div#mainimage div.sectionInner h3#pageTitle {
		max-width: 160px;
		margin: 30px auto 0 auto;
		padding-bottom: 40px;
	}

	section.mainimageWrapper div#mainimage div.sectionInner h3#pageTitle span {
		font-size: 16px;
		line-height: 100%;
		padding: 10px 10px;
	}

	section.mainimageWrapper div#mainimage div.sectionInner h3#pageTitle span:after {
		border-width: 0 0 8px 8px;
	}

	section.mainimageWrapper div#mainimage div.sectionInner div#mainimageGradation {
		background: linear-gradient(to right, rgba(0, 10, 50, 0), rgba(0, 10, 50, 0.25) 25%, rgba(0, 10, 50, 0.25) 75%, rgba(0, 10, 50, 0));
	}

	section.mainimageWrapper div.illuminav {
		padding: 0 10px;
	}

	section.mainimageWrapper div.illuminav ul li a {
		padding: 15px 0;
	}

	section.mainimageWrapper div.illuminav ul li a div {
		padding-bottom: 20px;
	}

	section.mainimageWrapper div.illuminav ul li a div:after {
		font-size: 12px;
		line-height: 100%;
	}

	section.mainimageWrapper div.illuminav ul li a div p.illuminavIcon {
		font-size: 14px;
		line-height: 100%;
	}

	div#wrapper section.mainimageWrapper div.illuminav ul li a div p.illuminavText {
		font-size: 14px;
		line-height: 125%;
		margin-top: 7px;
	}

	div#wrapper section.mainimageWrapper div.illuminav ul li#illuminav04 a div p.illuminavText {
		margin-top: 14px;
	}

	div#wrapper section.mainimageWrapper div.illuminav ul li a div p.illuminavText br {
		display: inline;
	}
}


/* メインコンテンツ
------------------------------------------------------------------------------------ */
div#wrapper section#contents {
	padding: 160px 0 0 0;
}

section#contents div.sectionInner {
	width: auto;
	max-width: 1010px;
	margin: 0 auto;
	padding: 0 30px;
}

section#contents div.sectionInner ul#pageNav {
	display: flex;
	flex-wrap: wrap;
}

section#contents div.sectionInner ul#pageNav li {
	width: 32%;
	font-size: 16px;
	line-height: 100%;
	margin: 15px 2% 0 0;
}

section#contents div.sectionInner ul#pageNav li:first-child,
section#contents div.sectionInner ul#pageNav li:nth-child(2),
section#contents div.sectionInner ul#pageNav li:nth-child(3) {
	margin-top: 0;
}

section#contents div.sectionInner ul#pageNav li:nth-child(3n) {
	margin-right: 0;
}

section#contents div.sectionInner ul#pageNav li.linkBtn02 a:before {
	content: '\f063';
}

@media screen and (max-width: 759.9px) {
	div#wrapper section#contents {
		padding: 110px 0 0 0;
	}

	section#contents div.sectionInner {
		padding: 0 20px;
	}

	section#contents div.sectionInner ul#pageNav li {
		width: 48.5%;
		font-size: 14px;
		line-height: 100%;
		margin: 10px 3% 0 0;
	}

	section#contents div.sectionInner ul#pageNav li:nth-child(3) {
		margin-top: 10px;
	}

	section#contents div.sectionInner ul#pageNav li:nth-child(3n) {
		margin-right: 3%;
	}

	section#contents div.sectionInner ul#pageNav li:nth-child(even) {
		margin-right: 0;
	}
}


/* 施設情報
------------------------------------------------------------------------------------ */
ul.spotlist {}

div#wrapper ul.spotlist li.spotlistBlock {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 100px;
}

div#wrapper ul.spotlist li.spotlistBlock:first-child {
	margin-top: 0;
}

ul.spotlist li.spotlistBlock div.spotlistBlockPhoto {
	position: relative;
	width: 65%;
}

ul.spotlist li.spotlistBlock div.spotlistBlockPhoto div {
	position: relative;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto div p.spotlistBlockArea {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-size: 16px;
	line-height: 100%;
	background-color: #bf9113;
	padding: 5px 10px;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto h4 {
	position: absolute;
	top: 30px;
	left: -20px;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto h4 span {
	display: inline-block;
	color: #FFF;
	font-size: 28px;
	line-height: 100%;
	margin-bottom: 5px;
	padding: 8px 15px;
	background-color: rgba(0, 10, 50, 0.85);
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto iframe {
	margin-top: 50px;
}

ul.spotlist li.spotlistBlock div.spotlistBlockText {
	width: 30%;
}

ul.spotlist li:nth-child(even).spotlistBlock div.spotlistBlockText {
	order: -1;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText h5 {
	line-height: 100%;
	margin: 30px 0 10px 0;
	padding-left: 10px;
	border-left: solid 5px #bf9113;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText h5.noMargin {
	margin-top: 0;
}

ul.spotlist li.spotlistBlock div.spotlistBlockText p {}

ul.spotlist li.spotlistBlock div.spotlistBlockText p a {
	transition: all 0.3s ease;
}

ul.spotlist li.spotlistBlock div.spotlistBlockText p a:hover {
	color: #bf9113 !important;
	text-decoration: none !important;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText ul {
	margin-top: 15px;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText p.linkBtn02 {
	margin-top: 30px;
}

@media screen and (max-width: 759.9px) {
	div#wrapper ul.spotlist li.spotlistBlock {
		display: block;
		justify-content: flex-start;
		margin-top: 80px;
	}

	ul.spotlist li.spotlistBlock div.spotlistBlockPhoto {
		width: 100%;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto div p.spotlistBlockArea {
		padding: 5px;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto h4 {
		top: 20px;
		left: -10px;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto h4 span {
		font-size: 20px;
		line-height: 100%;
		margin-bottom: 3px;
		padding: 6px 10px;
	}

	ul.spotlist li.spotlistBlock div.spotlistBlockText {
		width: 100%;
		margin-top: 30px;
	}

	ul.spotlist li:nth-child(even).spotlistBlock div.spotlistBlockText {
		order: 0;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText h5 {
		margin: 25px 0 10px 0;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto iframe {
		width: 100%;
		height: 50.5vw;
	}
}


/* フォトギャラリー
------------------------------------------------------------------------------------ */
div#wrapper section#photogallery {
	margin-top: 150px;
}

section#photogallery div.sectionInner {
	width: auto;
	max-width: 1010px;
	margin: 0 auto;
	padding: 0 30px;
}

div#photogalleryBlock {
	display: flex;
	flex-wrap: nowrap;
}

div#photogalleryBlock01 {
	width: auto;
	max-width: 345px;
	margin-right: 5px;
}

div#photogalleryBlock01 div#photogalleryBlock01inner {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 5px;
}

div#photogalleryBlock01 div#photogalleryBlock01inner p#photogalleryBlock01inner-1 {
	margin-right: 5px;
}

div#photogalleryBlock02 {
	width: auto;
	max-width: 425px;
	margin-right: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner01 {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner01 p#photogalleryBlock02inner01-1 {
	width: auto;
	max-width: 210px;
	margin-right: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner01 p#photogalleryBlock02inner01-2 {
	width: auto;
	max-width: 210px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner02 {
	display: flex;
	flex-wrap: nowrap;
}

div#photogalleryBlock02 div#photogalleryBlock02inner02 div {
	margin-right: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner02 div p#photogalleryBlock02inner02-1 {
	margin-bottom: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner02 div p#photogalleryBlock02inner02-2 {}

div#photogalleryBlock03 {
	width: auto;
	max-width: 170px;
}

div#photogalleryBlock03 div#photogalleryBlock03inner {
	margin-bottom: 5px;
}

div#photogalleryBlock03 div#photogalleryBlock03inner p {
	margin-bottom: 5px;
}

div#photogalleryBlock p {
	overflow: hidden;
}

div#photogalleryBlock p a img {
	transition: all 0.5s ease;
}

div#photogalleryBlock p a:hover img {
	filter: blur(1.5px);
	transform: scale(1.0625);
}

@media screen and (max-width: 759.9px) {
	div#wrapper section#photogallery {
		margin-top: 100px;
	}

	section#photogallery div.sectionInner {
		padding: 0 20px;
	}

	div#photogalleryBlock {
		display: block;
		justify-content: flex-start;
	}

	div#photogalleryBlock01 {
		max-width: 100%;
		margin-right: 0;
	}

	div#photogalleryBlock02 {
		max-width: 100%;
		margin: 5px 0 0 0;
	}

	div#photogalleryBlock03 {
		max-width: 100%;
		margin: 5px 0 0 0;
	}

	div#photogalleryBlock03 div#photogalleryBlock03inner {
		display: flex;
		flex-wrap: nowrap;
	}

	div#photogalleryBlock03 div#photogalleryBlock03inner p {
		margin-bottom: 0;
	}

	div#photogalleryBlock03 div#photogalleryBlock03inner p#photogalleryBlock03inner-1 {
		margin-right: 5px;
	}
}



/* 【アニメーション】アニメーションスタートの遅延時間を決めるCSS
------------------------------------------------------------------------------------ */
.delay-time03 {
	animation-delay: 0.3s;
}

.delay-time06 {
	animation-delay: 0.6s;
}

.delay-time09 {
	animation-delay: 0.9s;
}

.delay-time12 {
	animation-delay: 1.2s;
}

.delay-time15 {
	animation-delay: 1.5s;
}

.delay-time18 {
	animation-delay: 1.8s;
}

.delay-time21 {
	animation-delay: 2.1s;
}

.delay-time40 {
	animation-delay: 4.0s;
}

.delay-time60 {
	animation-delay: 6.0s;
}

.delay-time69 {
	animation-delay: 6.9s;
}


/* 【アニメーション】下からフェードイン
------------------------------------------------------------------------------------ */
.fadeInTrigger {
	opacity: 0;
}

.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeInUpTrigger {
	opacity: 0;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}