.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.bold {
	font-weight: 700 !important;
}

.normal {
	font-weight: 400 !important;
}

.dis {
	text-decoration: line-through;
}

img.border {
	border: 2px solid #bfa46f;
}

a.url {
	display: inline-block;
	font-size: 1.05em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

[data-ruby] {
	display: inline-block;
	position: relative;
	z-index: 1;
	line-height: 1.4em;
}

[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -0.7em;
	left: -100%;
	z-index: 1;
	width: 300%;
	font-size: 0.5em;
	line-height: 1em;
	text-align: center !important;
	white-space: nowrap;
	transform: scaleX(0.9);
}

[data-ruby] rt {
	display: none;
}

[data-ruby].long::before {
	letter-spacing: -0.1em;
	text-indent: -0.1em;
	transform: scaleX(0.7);
}

.emColor01 {
	color: #bfa46f !important;
}

.emColor02 {
	color: #a0d8ef !important;
}

.emColor03 {
	color: #007b9d !important;
}

.noteColor {
	color: #808080 !important;
}

.fsS {
	font-size: 0.85em !important;
	line-height: 1.6em;
}

.fsL {
	font-size: 1.2em !important;
	line-height: 1.8em;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.mgtQp {
	margin-top: 10.8px !important;
}

.mgtTp {
	margin-top: 14.4px !important;
}

.mgtHp {
	margin-top: 21.6px !important;
}

.mgt1p {
	margin-top: 43.2px !important;
}

.mgt1Hp {
	margin-top: 64.8px !important;
}

.mgt2p {
	margin-top: 86.4px !important;
}

.mgt2Hp {
	margin-top: 108px !important;
}

.mgt3p {
	margin-top: 129.6px !important;
}

.mgbQp {
	margin-bottom: 10.8px !important;
}

.mgbTp {
	margin-bottom: 14.4px !important;
}

.mgbHp {
	margin-bottom: 21.6px !important;
}

.mgb1p {
	margin-bottom: 43.2px !important;
}

.mgb1Hp {
	margin-bottom: 64.8px !important;
}

.mgb2p {
	margin-bottom: 86.4px !important;
}

.mgb2Hp {
	margin-bottom: 108px !important;
}

.mgb3p {
	margin-bottom: 129.6px !important;
}

.w1 {
	width: 1em !important;
}

.w2 {
	width: 2em !important;
}

.w3 {
	width: 3em !important;
}

.w4 {
	width: 4em !important;
}

.w5 {
	width: 5em !important;
}

.w6 {
	width: 6em !important;
}

.w7 {
	width: 7em !important;
}

.w8 {
	width: 8em !important;
}

.w9 {
	width: 9em !important;
}

.w10 {
	width: 10em !important;
}

.w11 {
	width: 11em !important;
}

.w12 {
	width: 12em !important;
}

.w13 {
	width: 13em !important;
}

.w14 {
	width: 14em !important;
}

.w15 {
	width: 15em !important;
}

.w16 {
	width: 16em !important;
}

.w17 {
	width: 17em !important;
}

.w18 {
	width: 18em !important;
}

.w19 {
	width: 19em !important;
}

.w20 {
	width: 20em !important;
}

.w21 {
	width: 21em !important;
}

.w22 {
	width: 22em !important;
}

.w23 {
	width: 23em !important;
}

.w24 {
	width: 24em !important;
}

.w25 {
	width: 25em !important;
}

.w26 {
	width: 26em !important;
}

.w27 {
	width: 27em !important;
}

.w28 {
	width: 28em !important;
}

.w29 {
	width: 29em !important;
}

.w30 {
	width: 30em !important;
}

.w31 {
	width: 31em !important;
}

.w32 {
	width: 32em !important;
}

.w33 {
	width: 33em !important;
}

.w34 {
	width: 34em !important;
}

.w35 {
	width: 35em !important;
}

.w36 {
	width: 36em !important;
}

.w37 {
	width: 37em !important;
}

.w38 {
	width: 38em !important;
}

.w39 {
	width: 39em !important;
}

.w40 {
	width: 40em !important;
}

.button {
	outline: none;
	box-sizing: border-box;
	display: inline-flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	padding: 0;
	width: 360px;
	height: 60px;
	background: #2b2b2b;
	color: #bfa46f;
	font-size: 1em;
	line-height: 1.1em !important;
	font-weight: 400;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.button:not(.off):hover {
	background: #bfa46f;
	color: #2b2b2b;
}

.buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.buttons .button {
	display: flex;
	width: 100%;
}

.buttons.c2 > li {
	width: calc((100% - 30px) / 2);
	max-width: 360px;
}

.buttons.c2 > li:nth-of-type(even) {
	margin-left: 30px;
}

.buttons.c2 > li:nth-of-type(n+3) {
	margin-top: 20px;
}

.buttons.c3 > li {
	width: calc((100% - 60px) / 3);
}

.buttons.c3 > li:not(:nth-of-type(3n+1)) {
	margin-left: 30px;
}

.buttons.c3 > li:nth-of-type(n+4) {
	margin-top: 20px;
}

table {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}

table.def {
	font-size: inherit;
	line-height: 1.8em;
}

table.def tr {
	border-width: 0;
	border-style: solid;
	border-color: #d7d7da;
}

table.def th,
table.def td {
	border-width: 0;
	border-style: solid;
	border-color: #d7d7da;
	padding: 0;
	color: #d7d7da;
	font-weight: 400;
	vertical-align: top;
}

table.def tr:not(:first-child) th,
table.def tr:not(:first-child) td {
	padding-top: 10px;
}

table.def th {
	color: #bfa46f;
	text-align: left;
}

table.def td {
	text-align: left;
}

table.def.border th,
table.def.border td {
	border-width: 0 0 1px;
	padding-top: 15px !important;
	padding-bottom: 15px;
}

table.def.border tr:first-child th,
table.def.border tr:first-child td {
	border-width: 1px 0;
}

ul.def {
	line-height: 2em;
	text-align: left;
}

ul.def > li {
	position: relative;
	z-index: 1;
	padding-left: 1em;
}

ul.def > li::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

ul.def.disc > li::before {
	content: "・";
}

ul.def.asta > li::before {
	content: "※";
}

ul.def.circle > li {
	line-height: 1.6em;
}

ul.def.circle > li::before {
	content: "";
	box-sizing: border-box;
	display: block;
	top: 0.5em;
	border-radius: 100%;
	width: 0.6em;
	height: 0.6em;
	background: #bfa46f;
}

ul.def.circle ul.def.circle > li::before {
	border-width: 1px;
	border-style: solid;
	background: #bfa46f;
}

ul.rp {
	text-align: center;
}

ul.rp > li {
	position: relative;
	z-index: 1;
}

ul.rp > li::before {
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
	z-index: -1;
	vertical-align: baseline;
}

ul.rp.disc > li::before {
	content: "・";
}

ul.rp.asta > li::before {
	content: "※";
}

ul.rp.circle > li {
	line-height: 1.6em;
}

ul.rp.circle > li::before {
	content: "";
	margin-right: 0.15em;
	border-radius: 100%;
	width: 0.6em;
	height: 0.6em;
	background: #bfa46f;
}

ol.def {
	counter-reset: ol-def-item;
	font-size: inherit;
	line-height: 1.8em;
	text-align: left;
}

ol.def > li {
	position: relative;
	z-index: 1;
	padding-left: 1.6em;
}

ol.def > li:not(:first-child) {
	margin-top: 0.4em;
}

ol.def > li::before,
ol.def > li::after {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	border-radius: 100%;
	width: 1.6em;
	height: 1.6em;
	color: #bfa46f;
	font-size: 0.75em;
	line-height: 0;
	font-family: mittwoch, serif;
	font-weight: 400;
	font-weight: 400;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	text-align: center;
}

ol.def > li::before {
	counter-increment: ol-def-item;
	content: counter(ol-def-item);
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: calc(0.4em + 1px);
	z-index: 1;
}

ol.def > li::after {
	content: "";
	top: 0.4em;
	z-index: -1;
	border: 1px solid #bfa46f;
}

.scrollShowTarget {
	opacity: 0;
	transform: translateY(10px);
	transition: transform 0.6s ease-out, opacity 0.4s ease-in;
}

.scrollShowTarget.scrollShow {
	opacity: 1;
	transform: translateY(0);
}

#Wrap {
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	padding: 0 0 240px;
	width: calc(100% - 80px);
	min-width: 1100px;
	background-color: transparent;
	background-image: url(../img/deco_bg01.png), url(../img/deco_bg02.png);
	background-position: 0 220px, 100% 100%;
	background-repeat: no-repeat, no-repeat;
}

#PgHeader {
	position: relative;
	z-index: 1;
	margin-bottom: 90px;
	padding-top: 180px;
}

#PgHeader::before,
#PgHeader::after {
	content: "";
	clip-path: ellipse(460px 390px at 385px -210px);
	position: absolute;
	left: calc(50% - 385px);
	top: 0;
	z-index: -1;
	width: 770px;
	height: 180px;
	background-color: transparent;
	background-repeat: no-repeat;
}

#PgHeader::before {
	z-index: 1;
	background-image: url(../img/ttl_deco_frame_pc.png);
	background-position: 50% 0;
}

#PgHeader::after {
	z-index: -1;
	background-position: 50% 10%;
}

#PgHeader.noon::after {
	background-image: url(../img/ttl_deco_bg01.jpg);
}

#PgHeader.evening::after {
	background-image: url(../img/ttl_deco_bg02.jpg);
}

#PgHeader.night::after {
	background-image: url(../img/ttl_deco_bg03.jpg);
}

#PgHeader .main {
	position: relative;
	z-index: 10;
	padding-top: 60px;
	font-size: 4.2em;
	line-height: 1em;
	font-family: mittwoch, serif;
	font-weight: 400;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}

#PgHeader .main::before {
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	top: 5px;
	z-index: 1;
	width: 30px;
	height: 30px;
	background: transparent url(../img/ttl_deco.png) center/contain no-repeat;
}

#PgHeader .main::after {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1;
	width: 100%;
	height: 1px;
	background: #bfa46f;
}

#PgHeader .main > span {
	display: inline-block;
	margin: -1px;
	padding: 1px 1px 10px;
	background: linear-gradient(to right, #bfa46f, #fdf0d5);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

#PgHeader .sub {
	color: #bfa46f;
	font-size: 1.1em;
	line-height: 1em;
}

#Container {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1100px;
	text-align: left;
}

.hd01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 50px;
}

.hd01 > span {
	margin: -1px;
	padding: 1px;
	background: linear-gradient(to right, #bfa46f, #fdf0d5);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.hd01 > span.main {
	font-size: 3.3em;
	line-height: 1em;
	letter-spacing: 0.05em;
}

.hd01 > span.sub {
	margin-top: 15px;
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing: 0.05em;
}

.hd02 {
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	color: #bfa46f;
	font-size: 1.6em;
	line-height: 1.2em;
}

.hd02::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	margin: 0.2em 4px 0 0;
	width: 26px;
	height: 26px;
	background: transparent url(../img/ico_deco.png) center/contain no-repeat;
	vertical-align: top;
}

.hd02.center {
	padding-left: 0;
	text-align: center;
}

.hd02.center::before {
	position: static;
}

.hd03 {
	color: #bfa46f;
	font-size: 1.3em;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

.local-nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	position: relative;
	left: -7px;
	z-index: 1;
	margin: 0 auto;
	width: calc(100% + 14px);
	text-align: center;
}

.local-nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.local-nav ul > li {
	margin: 10px 7px;
	width: 130px;
}

.local-nav ul > li > a,
.local-nav ul > li > span {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	height: 60px;
	background-color: #2b2b2b;
	color: #bfa46f;
	font-size: 0.8em;
	line-height: 1.2em;
	text-decoration: none;
}

.local-nav ul > li.cur > *,
.local-nav ul > li:not(.cur) > a:hover {
	background: #bfa46f;
	color: #2b2b2b;
}

.local-nav ul.c3 > li {
	width: 200px;
}

.bottom-nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 100px;
}

.bottom-nav a {
	text-decoration: none;
}

.bottom-nav .prev,
.bottom-nav .next {
	width: 135px;
	height: 60px;
	text-align: center;
}

.bottom-nav .prev > a,
.bottom-nav .prev > span,
.bottom-nav .next > a,
.bottom-nav .next > span {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	height: 100%;
	background: #2b2b2b;
	color: #bfa46f;
	font-size: 0.85em;
	line-height: 1.2em;
	text-decoration: none;
}

.bottom-nav .prev.cur > *,
.bottom-nav .prev:not(.cur) a:hover,
.bottom-nav .next.cur > *,
.bottom-nav .next:not(.cur) a:hover {
	background: #bfa46f;
	color: #2b2b2b;
}

.bottom-nav .prev.off,
.bottom-nav .next.off {
	opacity: 0.3;
}

.bottom-nav .pager {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 340px;
	font-size: 1.5em;
	line-height: 1em;
}

.bottom-nav .pager > li {
	margin: 0 20px;
}

.bottom-nav .pager > li > a,
.bottom-nav .pager > li > span {
	display: block;
	width: 1.4em;
	color: #bfa46f;
}

.bottom-nav .pager > li.cur > *,
.bottom-nav .pager > li:not(.cur) > a:hover {
	opacity: 0.4;
}

.bottom-nav .link {
	margin: 0 30px;
	width: 340px;
}

.bottom-nav .link .button {
	width: 100%;
}

.thumbs-list {
	display: flex;
	flex-flow: row wrap;
}

.thumbs-list > li {
	box-sizing: border-box;
}

.thumbs-list.space {
	margin-left: -1px;
}

.thumbs-list.space > li {
	padding-left: 1px;
}

.thumbs-list.center {
	justify-content: center;
}

.thumbs-list:not(.c4) > li {
	width: 33.33%;
}

.thumbs-list:not(.c4) > li:nth-of-type(n+4) {
	margin-top: 40px;
}

.thumbs-list.c4 > li {
	width: 25%;
}

.thumbs-list.c4 > li:nth-of-type(n+5) {
	margin-top: 40px;
}

.thumbs-list > li > a,
.thumbs-list > li > span {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}

.thumbs-list > li .thumb {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0;
}

.thumbs-list > li .thumb::before,
.thumbs-list > li .thumb::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.thumbs-list > li .thumb::after {
	content: "";
	opacity: 0;
	z-index: 10;
	background: #bfa46f;
}

.thumbs-list > li > a.modalMovie .thumb::before {
	content: "";
	background: rgba(0, 0, 0, 0.2) url(../img/btn_movieplay.png) center/60px auto no-repeat;
}

.thumbs-list > li .status {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px 0;
}

.thumbs-list > li .status .date {
	color: #bfa46f;
	font-size: 0.75em;
	line-height: 1em;
	font-family: mittwoch, serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.thumbs-list > li .status .category {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 15px;
	min-width: 80px;
	height: 16px;
	background: #474749;
	color: #fff;
	font-size: 0.7em;
	line-height: 0;
	font-family: "Cormorant", serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	white-space: nowrap;
	text-align: center;
}

.thumbs-list > li .subj {
	display: block;
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
	transition: all 0.3s;
}

.thumbs-list > li > a:hover .thumb::after,
.thumbs-list > li > span:hover .thumb::after {
	opacity: 0.5;
}

.image-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	line-height: 0;
	text-align: center;
}

.image-list a {
	overflow: hidden;
	display: inline-block;
}

.image-list a img {
	transition: all 0.3s;
}

.image-list a:hover img {
	transform: scale(1.1);
}

.image-list a.border {
	border: 2px solid #bfa46f;
}

.image-list a.border.circle {
	border-radius: 100%;
}

.image-list > li {
	width: 100%;
}

.image-list > li:not(:first-child) {
	margin-top: 30px;
}

.image-list.c2 > li {
	margin: 0 !important;
	width: calc((100% - 30px) / 2);
}

.image-list.c2 > li:nth-of-type(n+3) {
	margin-top: 30px !important;
}

.image-list.c2 > li:nth-of-type(even) {
	margin-left: 30px !important;
}

.image-list.c3 > li {
	margin: 0 !important;
	width: calc((100% - 60px) / 3);
}

.image-list.c3 > li:nth-of-type(n+4) {
	margin-top: 30px !important;
}

.image-list.c3 > li:not(:nth-of-type(3n+1)) {
	margin-left: 30px !important;
}

.image-list.c4 > li {
	margin: 0 !important;
	width: calc((100% - 45px) / 4);
}

.image-list.c4 > li:nth-of-type(n+5) {
	margin-top: 30px !important;
}

.image-list.c4 > li:not(:nth-of-type(4n+1)) {
	margin-left: 15px !important;
}

.message {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(215, 215, 218, 0.4);
	height: 300px;
	font-size: 3.2em;
	line-height: 1em;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
}

.message.en {
	font-size: 2.8em;
	line-height: 1em;
	font-family: mittwoch, serif;
	font-weight: 400;
}

.borderBox {
	border: 1px solid #bfa46f;
	padding: 15px 40px;
}

.withPicBox {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.withPicBox.rl > *:nth-child(1) {
	order: 2;
}

.withPicBox.rl > *:nth-child(2) {
	order: 1;
}

.withPicBox > figure {
	margin: 0;
	padding: 0;
	width: 360px;
	line-height: 0;
	text-align: center;
}

.withPicBox > figure figcaption {
	margin-top: 5px;
	color: #bfa46f;
	font-size: 0.9em;
	line-height: 1.4em;
}

.withPicBox > .desc {
	width: calc(100% - 360px - 30px);
	text-align: left;
}

.withPicBox.s > figure {
	width: 240px;
}

.withPicBox.s > .desc {
	width: calc(100% - 240px - 30px);
}

.normal-slider .slick-list {
	border: 4px solid #bfa46f;
}

.normal-slider .slick-dots {
	display: flex;
	flex-flow: row wrap;
	position: absolute;
	bottom: -20px;
	line-height: 0;
}

.normal-slider .slick-dots > li {
	opacity: 0.5;
	margin-right: 5px;
	transition: all 0.3s;
}

.normal-slider .slick-dots > li button {
	overflow: hidden;
	outline: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 15px;
	height: 5px;
	background: #bfa46f;
	font-size: 1px;
	text-indent: -9999px;
}

.normal-slider .slick-dots > li.slick-active {
	opacity: 1;
}

@media screen and (min-width: 751px) {

.sp {
	display: none !important;
}

.w1.pcbreak,
.w2.pcbreak,
.w3.pcbreak,
.w4.pcbreak,
.w5.pcbreak,
.w6.pcbreak,
.w7.pcbreak,
.w8.pcbreak,
.w9.pcbreak,
.w10.pcbreak,
.w11.pcbreak,
.w12.pcbreak,
.w13.pcbreak,
.w14.pcbreak,
.w15.pcbreak,
.w16.pcbreak,
.w17.pcbreak,
.w18.pcbreak,
.w19.pcbreak,
.w20.pcbreak,
.w21.pcbreak,
.w22.pcbreak,
.w23.pcbreak,
.w24.pcbreak,
.w25.pcbreak,
.w26.pcbreak,
.w27.pcbreak,
.w28.pcbreak,
.w29.pcbreak,
.w30.pcbreak,
.w31.pcbreak,
.w32.pcbreak,
.w33.pcbreak,
.w34.pcbreak,
.w35.pcbreak,
.w36.pcbreak,
.w37.pcbreak,
.w38.pcbreak,
.w39.pcbreak,
.w40.pcbreak {
	width: auto !important;
}

}

@media screen and (max-width: 750px) {

.pc {
	display: none !important;
}

.mgtQp {
	margin-top: 14.4px !important;
}

.mgtTp {
	margin-top: 19.2px !important;
}

.mgtHp {
	margin-top: 28.8px !important;
}

.mgt1p {
	margin-top: 57.6px !important;
}

.mgt1Hp {
	margin-top: 86.4px !important;
}

.mgt2p {
	margin-top: 115.2px !important;
}

.mgt2Hp {
	margin-top: 144px !important;
}

.mgt3p {
	margin-top: 172.8px !important;
}

.mgbQp {
	margin-bottom: 14.4px !important;
}

.mgbTp {
	margin-bottom: 19.2px !important;
}

.mgbHp {
	margin-bottom: 28.8px !important;
}

.mgb1p {
	margin-bottom: 57.6px !important;
}

.mgb1Hp {
	margin-bottom: 86.4px !important;
}

.mgb2p {
	margin-bottom: 115.2px !important;
}

.mgb2Hp {
	margin-bottom: 144px !important;
}

.mgb3p {
	margin-bottom: 172.8px !important;
}

.w1.spbreak,
.w2.spbreak,
.w3.spbreak,
.w4.spbreak,
.w5.spbreak,
.w6.spbreak,
.w7.spbreak,
.w8.spbreak,
.w9.spbreak,
.w10.spbreak,
.w11.spbreak,
.w12.spbreak,
.w13.spbreak,
.w14.spbreak,
.w15.spbreak,
.w16.spbreak,
.w17.spbreak,
.w18.spbreak,
.w19.spbreak,
.w20.spbreak,
.w21.spbreak,
.w22.spbreak,
.w23.spbreak,
.w24.spbreak,
.w25.spbreak,
.w26.spbreak,
.w27.spbreak,
.w28.spbreak,
.w29.spbreak,
.w30.spbreak,
.w31.spbreak,
.w32.spbreak,
.w33.spbreak,
.w34.spbreak,
.w35.spbreak,
.w36.spbreak,
.w37.spbreak,
.w38.spbreak,
.w39.spbreak,
.w40.spbreak {
	width: auto !important;
}

.button {
	display: flex !important;
	border-width: 2px 0;
	width: auto;
	height: 100px;
	font-size: 1em;
	line-height: 1.2em !important;
	font-weight: 400;
}

.button:not(.off):hover {
	background: #2b2b2b;
	color: #bfa46f;
}

.buttons {
	display: block;
}

.buttons > li {
	margin: 0 !important;
	width: auto !important;
	max-width: none !important;
}

.buttons > li:not(:first-child) {
	margin-top: 30px !important;
}

table.def tr:not(:first-child) th,
table.def tr:not(:first-child) td {
	padding-top: 30px;
}

table.def th > span {
	padding: 0.2em 0.4em 0.3em;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}

table.def.border th,
table.def.border td {
	border-width: 0 0 2px;
	padding-top: 20px !important;
	padding-bottom: 20px;
}

table.def.border tr:first-child th,
table.def.border tr:first-child td {
	border-width: 2px 0;
}

table.def.border thead th {
	border-width: 0;
	padding-top: 0 !important;
	padding-bottom: 20px;
}

table.def.spbreak {
	display: block;
}

table.def.spbreak thead {
	display: none !important;
}

table.def.spbreak tbody,
table.def.spbreak tr,
table.def.spbreak th,
table.def.spbreak td {
	display: block;
}

table.def.spbreak tr:not(:first-child) {
	padding: 30px 0 0;
}

table.def.spbreak th,
table.def.spbreak td {
	padding: 0 !important;
}

table.def.spbreak.border tr {
	border-width: 0 0 2px;
	padding: 20px 0;
}

table.def.spbreak.border tr th,
table.def.spbreak.border tr td {
	border-width: 0 !important;
}

table.def.spbreak.border tr:first-child {
	border-width: 2px 0;
}

ul.def.circle ul.def.circle > li::before {
	border-width: 2px;
}

ul.rp {
	text-align: left;
}

ul.rp > li {
	padding-left: 1em;
}

ul.rp > li::before {
	position: absolute;
}

ul.rp.circle > li::before {
	top: 0.5em;
}

ol.def > li::before,
ol.def > li::after {
	width: 1.6em;
	height: 1.6em;
}

ol.def > li::before {
	top: calc(0.5em + 1px);
}

ol.def > li::after {
	top: 0.5em;
}

#Wrap {
	margin-top: 100px;
	padding: 0 0 240px;
	width: auto;
	min-width: 0;
}

#PgHeader::before,
#PgHeader::after {
	clip-path: ellipse(370px 320px at 330px -150px);
	left: calc(50% - 330px);
	width: 660px;
	height: 170px;
}

#PgHeader::before {
	background-image: url(../img/ttl_deco_frame_sp.png);
}

#PgHeader .main {
	font-size: 3.8em;
	line-height: 1em;
}

#PgHeader .main.long {
	font-size: 3em;
	line-height: 1em;
}

.hd01 > span.main {
	font-size: 2.6em;
	line-height: 1em;
}

.hd01 > span.sub {
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 0.05em;
}

.hd02 {
	padding-left: 42px;
}

.hd02::before {
	margin: 0.15em 6px 0 0;
	width: 36px;
	height: 36px;
}

.hd03 {
	font-size: 1.2em;
	line-height: 1.6em;
}

.local-nav {
	left: -10px;
	width: 690px;
}

.local-nav ul > li {
	margin: 10px;
	width: 150px;
}

.local-nav ul > li > a,
.local-nav ul > li > span {
	border-width: 2px 0;
	font-size: 0.85em;
	line-height: 1.2em;
}

.local-nav ul > li:not(.cur) > a:hover {
	background: transparent;
	color: #bfa46f;
}

.bottom-nav .prev > a,
.bottom-nav .prev > span,
.bottom-nav .next > a,
.bottom-nav .next > span {
	border-width: 2px 0;
}

.bottom-nav .prev,
.bottom-nav .next {
	width: 150px;
	height: 100px;
}

.bottom-nav .prev > a,
.bottom-nav .prev > span,
.bottom-nav .next > a,
.bottom-nav .next > span {
	border-width: 2px 0;
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
}

.bottom-nav .prev:not(.cur) a:hover,
.bottom-nav .next:not(.cur) a:hover {
	background: #2b2b2b;
	color: #bfa46f;
}

.bottom-nav .link {
	width: 260px;
}

.thumbs-list:not(.c4) > li {
	width: 50%;
}

.thumbs-list:not(.c4) > li:nth-of-type(n+3) {
	margin-top: 30px;
}

.thumbs-list.c4 > li {
	width: 50%;
}

.thumbs-list.c4 > li:nth-of-type(n+3) {
	margin-top: 30px;
}

.thumbs-list > li .status .date {
	font-size: 0.8em;
	line-height: 1em;
}

.thumbs-list > li .status .category {
	min-width: 100px;
	height: 24px;
}

.thumbs-list > li .subj {
	padding: 15px;
	font-size: 0.9em;
	line-height: 1.8em;
}

.thumbs-list > li > a:hover .thumb::after,
.thumbs-list > li > span:hover .thumb::after {
	opacity: 1;
}

.thumbs-list.sp1 > li {
	width: 100%;
}

.thumbs-list.sp1 > li:nth-of-type(n+2) {
	margin-top: 30px;
}

.image-list a:hover img {
	transform: scale(1);
}

.image-list.c2 > li {
	margin: 0 !important;
	width: 100% !important;
}

.image-list.c2 > li:not(:first-child) {
	margin-top: 40px !important;
}

.image-list.c2 > li:nth-of-type(even) {
	margin-left: 0 !important;
}

.image-list.c3 > li {
	margin: 0 !important;
	width: calc((100% - 30px) / 2) !important;
}

.image-list.c3 > li:nth-of-type(n+3) {
	margin-top: 30px !important;
}

.image-list.c3 > li:not(:nth-of-type(3n+1)) {
	margin-left: 0 !important;
}

.image-list.c3 > li:nth-of-type(even) {
	margin-left: 30px !important;
}

.image-list.c4 > li {
	margin: 0 !important;
	width: calc((100% - 30px) / 2) !important;
}

.image-list.c4 > li:nth-of-type(n+3) {
	margin-top: 30px !important;
}

.image-list.c4 > li:not(:nth-of-type(4n+1)) {
	margin-left: 0 !important;
}

.image-list.c4 > li:nth-of-type(even) {
	margin-left: 30px !important;
}

.message {
	border-width: 2px;
	height: 360px;
	font-size: 1.8em;
	line-height: 1em;
}

.message.en {
	font-size: 2.4em;
	line-height: 1em;
	font-family: mittwoch, serif;
	font-weight: 400;
}

.borderBox {
	border-width: 2px;
	padding: 30px 30px;
}

.withPicBox {
	display: block;
}

.withPicBox > *:nth-of-type(1) {
	margin-bottom: 50px;
}

.withPicBox > figure {
	margin: 0 auto;
	width: 560px !important;
}

.withPicBox > .desc {
	width: auto !important;
}

}

@media screen and (max-width: 750px) and (max-width: 750px) {

.bottom-nav .prev > a,
.bottom-nav .prev > span,
.bottom-nav .next > a,
.bottom-nav .next > span {
	border-width: 2px 0;
}

}


/*# sourceMappingURL=../map/style.css.map */
