@charset "utf-8";


/* Concrete5向け調整 */
[data-area-display-name="サイト全体の Header Navigation"] {
	height: 0;
}
.ccm-toolbar-visible .g-Nav {
	top: 48px;
}
.ccm-toolbar-visible .g-Header {
	top: 48px;
}

.ccm-ui input[type="radio"], .ccm-ui input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	appearance: checkbox !important;
	vertical-align: top;
}

@media screen and (max-width: 999px) {
	.ccm-toolbar-visible .g-Container .g-Menu {
		top: 118px;
	}
}

/*
 * Reset
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
input,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #afa673;
}

.g-Body {
	color: #1e1e1e;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-feature-settings: 'pkna';
	line-height: 1.25;
	letter-spacing: .075em;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #afa673;
	position: relative;
	cursor: default;
}

input,
textarea,
button,
select,
option,
textarea {
	font-family: 'Roboto', 'Noto Sans JP';
	margin: 0;
	padding: 0;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a,
a:before,
a:after,
a:visited,
a img,
input[type='image'],
input[type='submit'] {
	color: #000;
	text-decoration: underline;
	transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
	backface-visibility: hidden;
}

.no-touch a:hover,
.no-touch a:hover img,
.no-touch input[type='image']:hover,
.no-touch a:visited:hover {
	color: #afa673;
}

a:focus {
	outline: none;
}

.js-Link__invalid,
.no-touch .js-Link__invalid:hover {
	color: #1e1e1e !important;
	opacity: 1 !important;
	cursor: default;
}

img {
	width: 100%;
	height: auto;
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

sub {
	vertical-align: sub;
}

::selection {
	color: #fff;
	background: #afa673;
}

::-moz-selection {
	color: #fff;
	background: #afa673;
}

::-webkit-scrollbar {
	width: 7px;
	background: #999;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.35);
}




/*
 * Utility
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-Contents:not(:first-child) {
	margin-top: 80px;
}

.u-Inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.u-Inner__40 {
	padding-right: 40px;
	padding-left: 40px;
}

.u-Show__mobile {
	display: none !important;
}

.u-Hide__mobile {
	display: block !important;
}

.u-Show__tablet {
	display: none !important;
}

.u-Hide__tablet {
	display: block !important;
}

.u-Cover {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	/*backdrop-filter: blur(2px) contrast(100%);*/
}

.u-Font__normal {
	font-weight: 400;
}

.u-Font__bold {
	font-weight: 700;
}

.u-Font__black {
	font-weight: 900;
}

.u-Font__serif {
	font-family: 'Libre Caslon Text','Noto Serif JP';
	font-weight: 500;
}

.u-Font__serif_h {
	font-family: 'Libre Caslon Text','Noto Serif JP';
	font-weight: 500;
	color: #fff;
}

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

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

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

.u-Float__right {
	float: right !important;
}

.u-Float__left {
	float: left !important;
}

.u-Display__block {
	display: block;
}

.u-Display__inline-block {
	display: inline-block;
}

.u-Color__white {
	color: #fff !important;
}

.u-Color__black {
	color: #1e1e1e !important;
}

.u-Color__red {
	color: #a01212 !important;
}

.u-Color__green {
	color: #14a83b !important;
}

.u-Image {
	margin-bottom: 1em;
}

.u-Image__image {
	font-size: 1.2rem;
	padding: .75em 0 0;
	display: block;
}

.u-Image figcaption {
	font-size: 1.2rem;
	padding: .75em 0 0;
	display: block;
}

.u-Text {
	line-height: 1.75;
	letter-spacing: .05em;
	margin-bottom: 2em;
}

.u-Text__indent {
	text-indent: 1em;
}

.u-Text-deco__underline {
	text-decoration: underline;
}

.u-Text-deco__none {
	text-decoration: none !important;
}

.u-Text__inner-image {
	width: 31%;
	padding: .5em 0 0;
}

.u-Text__inner-image.u-Float__left {
	margin: 0 30px 30px 0;
}

.u-Text__inner-image.u-Float__right {
	margin: 0 0 30px 30px;
}

.u-Flex__column-2 .u-Text__inner-image {
	width: 64.55%;
}

.u-Text__inner-map {
	width: 48.5%;
	margin: .5em 30px 1em 0;
	padding: 29% 0 0;
	position: relative;
}

.u-Text__inner-map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.u-Float__right.u-Text__inner-map {
	margin: .5em 0 0 30px;

}

.u-Text__inner-map--u-Basic-Arrow__wrap {
	padding: 4em 0 0;
	display: block;
}


.u-Link__underline > * {
	position: relative;
}

.u-Link__underline > *:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: red;
	position: absolute;
	bottom: -.25em;
	left: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.no-touch .u-Link__underline:hover > *:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.u-Note {
	font-size: 1.2rem;
	position: relative;
}

.u-Note > * {
	line-height: 1.35;
	margin: 0 0 .35em;
}

.u-Note .u-Note__indent {
	text-indent: -1.25em;
	padding-left: 1.25em;
}

.u-List {}

.u-List__item {
	margin: 0 0 .5em;
	padding-left: 1em;
	position: relative;
}

.u-List__item:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #1e1e1e;
	border-radius: 50%;
	position: absolute;
	top: .75em;
	left: 0;
}

.u-Icon:after {
	content: '';
	margin: 0 .5em;
	display: inline-block;
	background-size: 100% 100%;
	transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.u-Icon__pdf:after {
	width: 40px;
	height: 20px;
	background-image: url("/application/themes/nanzenji/_assets/img/common/icon-pdf-01.png");
	transform: translateY(-.175em);
}

.no-touch .u-Icon__pdf:hover:after {
	background-image: url("/application/themes/nanzenji/_assets/img/common/icon-pdf-01@over.png");
}

.u-Icon__excel:after {
	width: 50px;
	height: 20px;
	background-image: url("/application/themes/nanzenji/_assets/img/common/icon-excel-01.png");
	transform: translateY(-.175em);
}

.no-touch .u-Icon__excel:hover:after {
	background-image: url("/application/themes/nanzenji/_assets/img/common/icon-excel-01@over.png");
}

.u-Icon__word:after {
	width: 50px;
	height: 20px;
	background-image: url("/application/themes/nanzenji/_assets/img/common/icon-word-01.png");
	transform: translateY(-.175em);
}

.no-touch .u-Icon__word:hover:after {
	background-image: url("/application/themes/nanzenji/_assets/img/common/icon-word-01@over.png");
}

.u-Icon__window:after {
	width: 17px;
	height: 13px;
	background-image: url("/application/themes/nanzenji/_assets/img/common/icon-window-01.png");
	transform: translateY(-.375em);
}

.no-touch .u-Icon__window:hover:after {
	background-image: url("/application/themes/nanzenji/_assets/img/common/icon-window-01@over.png");
}

.u-Bgcolor__gray {
	padding: 60px 0;
	background-color: #f1f1f1;
}

.u-Bgcolor__gold {
	background-color: #afa673;
}

.u-Bgcolor__gold.is-Padding {
	padding: 30px 30px 5px;
}

.u-quote {
	margin: 0 0 2em;
	padding: 60px 60px 30px;
	background: #f5f5f5;
	position: relative;
}

.u-quote:before,
.u-quote:after {
	content: '“';
	font-size: 4rem;
	line-height: 1;
	position: absolute;
}

.u-quote:before {
	top: 40px;
	left: 30px;
}

.u-quote:after {
	bottom: 40px;
	right: 30px;
	transform: rotate(180deg);
}

.u-quote__source {
	font-size: 1.4rem;
}

.u-Clearfix:after {
	content: '';
	display: block;
	clear: both;
}



/* ------------------------------------------------------------------------------------------------
 * Parts Template
 * ------------------------------------------------------------------------------------------------ */
.u-Title__page {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-500px);
	z-index: 10;
}

.u-Title__page-name {
	padding: 10px 40px 10px 12px;
	display: block;
	background: rgba(0,0,0,.65);
	position: relative;
}

.u-Title__page-name:before {
	content: attr(data-en)'';
	font-size: 1.2rem;
	letter-spacing: .25em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: calc(100% - 34px);
	margin: 0 0 0 1.5em;
	padding: .25em 0 0 .5em;
	display: block;
	border-left: 1px solid #fff;
	position: absolute;
	top: 18px;
	right: 10px;
}

.u-Title__page-name i {
	font-size: 3.6rem;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	padding: 6px 0;
	display: block;
}

.is-Long-name .u-Title__page-name i {
	padding: 3px 0;
}

.u-Title__hi {
	font-size: 2.6rem;
	line-height: 1.35;
	letter-spacing: .1em;
	margin: 0 0 1.25em;
	padding: 0 0 .25em;
	border-bottom: 1px solid #afa673;
}

.u-Title__mid {
	font-size: 2.2rem;
	line-height: 1.45;
	margin: 0 0 .75em 0;
	padding: 0 0 0 .8em;
	position: relative;
}

.u-Title__mid:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #afa673;
	border-radius: 50%;
	position: absolute;
	top: .5em;
	left: 0;
}

.u-Title__low {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 .75em 0;
}








.u-Flex {
	display: flex;
	flex-wrap: wrap;
}

.u-Flex__center {
	justify-content: center;
}

.u-Flex__right {
	justify-content: flex-end;
}

.u-Flex__middle {
	align-items: center;
}

.u-Flex__reverse {
	flex-direction: row-reverse;
}

.u-Flex__between {
	justify-content: space-between;
}

.u-Flex__inner {
	margin: 0 -15px 25px;
}

.u-Flex__inner.u-Flex__column-2 > * {
	width: calc(50% - 30px);
	margin: 0 15px;
}

.u-Flex__inner.u-Flex__column-3 > * {
	width: calc(33.333% - 35px);
	margin: 0 17.5px;
}

.u-Flex__inner-50 {
	margin: 0 -25px 25px;
}

.u-Flex__inner-50.u-Flex__column-2 > * {
	width: calc(50% - 50px);
	margin: 0 25px;
}

.u-Basic-Arrow {
	letter-spacing: .25em;
	position: relative;
}

.u-Basic-Arrow__line {
	width: 100px;
	border-bottom: 1px solid #1e1e1e;
	position: absolute;
	top: calc(50% - 1px);
	left: auto;
	right: auto;
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.u-Basic-Arrow__line:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 5px;
	border-color: transparent transparent transparent #1e1e1e;
	background: transparent;
	position: absolute;
	top: auto;
	bottom: -1px;
	left: auto;
	right: 0;
	transform-origin: right bottom;
	transform: scaleX(1.5) !important;
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.u-Basic-Arrow__line:after {
	display: none;
}

.u-Basic-Arrow__line-white {
	border-bottom-color: #fff !important;
}

.u-Basic-Arrow__line-white:before {
	border-color: transparent transparent transparent #fff !important;
}

.is-Arrow-position__bottom .u-Basic-Arrow__line {
	width: calc(100% + 5px);
	position: absolute;
	bottom: -.35em;
	left: 0;
}

.no-touch .u-Basic-Arrow__trigger {
	display: block;
}

.no-touch .u-Basic-Arrow__trigger:hover .u-Basic-Arrow__line,
.no-touch .is-Arrow-position__bottom a:hover .u-Basic-Arrow__line {
	width: calc(100% + 20px);
}

.u-Basic-button {
	margin: 0 0 1.25em;
	display: inline-block;
	position: relative;
}

.u-Flex .u-Basic-button:not(:last-child) {
	margin-right: 20px;
}

.u-Basic-button * {
	line-height: 1.5;
	display: block;
	position: relative;
}

.u-Basic-button *:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
}

.u-Basic-button__large {
	width: 34%;
}

.u-Basic-button__large * {
	font-size: 1.8rem;
	padding: 1.5em 1em;
	background: #646464;
}

.u-Basic-button__large *:after {
	border-color: transparent transparent #fff transparent;
}

.no-touch .u-Basic-button__large *:hover {
	background: #1e1e1e;
}

.u-Basic-button__arrow-left {
	padding-left: 2.25em !important;
}

.u-Basic-button__arrow-left:after {
	top: 50%;
	left: 15px;
	transform: translateY(-50%) rotate(-90deg);
}

.u-Basic-button__arrow-right {
	padding-right: 2.25em !important;
}

.u-Basic-button__arrow-right:after {
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(90deg);
}

.u-Basic-button__arrow-bottom {
	padding-top: 1em !important;
	padding-bottom: 2em !important;
}

.u-Basic-button__arrow-bottom:after {
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
}

.u-Basic-button__arrow-none:after {
	display: none;
}

.u-Basic-button__small {
	width: 22%;
}

.u-Basic-button__small * {
	padding: .65em 1em .95em;
	border: 1px solid #646464;
	cursor: pointer;
	transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
}

.u-Basic-button__small *:after {
	border-color: transparent transparent #646464 transparent;
}

.no-touch .u-Basic-button__small *:hover {
	color: #1e1e1e !important;
	background: #c7c7c7;
	border-color: #c7c7c7;
}

.u-Basic-button__small .u-Basic-button__arrow-left {
	padding-left: 1.75em !important;
}

.u-Basic-button__small .u-Basic-button__arrow-left:after {
	left: 10px;
}

.u-Basic-button__small .u-Basic-button__arrow-right {
	padding-right: 1.75em !important;
}

.u-Basic-button__small .u-Basic-button__arrow-right:after {
	right: 10px;
}

.u-Basic-button__small .u-Basic-button__arrow-bottom {
	padding-top: .35em !important;
	padding-bottom: 1.15em !important;
}

.u-Basic-button__small .u-Basic-button__arrow-bottom:after {
	bottom: 7px;
}

.is-Sidemenu .u-Basic-button__wrap {
	margin: 0 -10px 30px;
}

.is-Sidemenu .u-Basic-button__large {
	width: 50%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 0 10px;
}

.is-Sidemenu .u-Basic-button__small {
	width: calc(100% / 3);
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 0 10px;
}



.u-Table {
	margin: 0 0 25px;
}

.u-Table table {
	border-top: 1px solid #1e1e1e;
	border-left: 1px solid #1e1e1e;
}

.u-Table th {
	font-weight: 400;
	line-height: 1.35;
	vertical-align: middle;
	padding: 1em;
	background: #e6e6e6;
	border-bottom: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
}

.u-Table td {
	line-height: 1.35;
	vertical-align: middle;
	padding: 1em;
	border-bottom: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
}

.u-Table__head th {
	background: #afa673;
}

.c-Relate__items {
	margin: 0 -20px;
}

.c-Relate__item {
	width: 50%;
	padding: 0 20px;
}

.c-Relate__title {
	font-size: 2rem;
	line-height: 1.35;
	padding: 1em 0 .5em;
	display: block;
}

.c-Relate__text {
	display: block;
}

.is-Sidemenu .c-Relate__items {
	margin: 0 -15px;
}

.is-Sidemenu .c-Relate__item {
	padding: 0 15px;
}

.c-Timeline__wrapper {
	width: 1000px;
}

.c-Timeline table {
	width: 100%;
}

.c-Timeline table th {
	vertical-align: middle;
	font-weight: 400;
	width: 13%;
	background: #e6e6e6;
	border-top: 5px solid #fff;
}

.c-Timeline table td {
	padding: 20px 20px 0 20px;
	background: #f5f5f5;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
}

.c-Timeline table .u-Text {
	margin-bottom: 1.5em;
}

.c-Timeline table .u-Image__large {
	max-width: 59.15%;
}

@media all and (-ms-high-contrast: none){
	.c-Timeline table .u-Flex {
		max-width: 825px;
	}
}

.c-Timeline table .u-Flex > * {
	width: 37.5775%;
}

.c-Timeline table .u-Flex > *:not(:last-child) {
	margin-right: 20px;
}

.c-Qa__title {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.75;
	margin: 35px 0 0;
	padding: 0 30px;
	position: relative;
}

.c-Qa__answer {
	margin: 20px 0 0;
	padding: 40px 40px 40px 60px;
	background: #f5f5f5;
	position: relative;
}

.c-Qa__title:before,
.c-Qa__answer:before {
	font-family: 'Noto Serif JP';
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.c-Qa__title:before {
	content: 'Q';

}

.c-Qa__answer:before {
	content: 'A';
	top: 1.5em;
	left: 1.15em;
}

.c-Qa__answer .u-Text {
	margin-bottom: 0;
}

.c-Qa__answer .u-Text:not(:first-child) {
	padding-top: 1em;
}

.c-Qa .u-Icon__pdf:after {
	transform: translateY(-.1em);
}

.c-Qa .u-Icon__window:after {
	transform: translateY(-.35em);
}

.u-Gmap {
	padding: 28.575% 0 0;
	position: relative;
}

.u-Gmap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.u-Gmap__large {
	margin: 0 0 2em;
	padding: 45% 0 0;
}

.u-Video {
	padding: 0 60px 60px;
}

.u-Video__inner {
	padding: 56.25% 0 0;
	position: relative;
}

.u-Video__inner:after {
	content: attr(data-caption) '';
	font-size: 1.2rem;
	position: absolute;
	bottom: -25px;
	right: 0;
}

.u-Video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.is-Sidemenu .u-Video {
	padding: 0 0 60px;
}




/*
 * Layout
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.g-Wrapper {
	padding: 80px 0 60px;
	background: #fff;
}

.g-Container {
	position: relative;
}

.g-Container .g-Menu {
	width: 250px;
	background: #fff;
	position: absolute;
	top: 0;
	left: calc(50% + 250px);
}

.g-Container .g-Menu em {
	font-family: 'Libre Caslon Text','Noto Serif JP';
	font-weight: 500;
}

.g-Container .g-Menu__title a {
	padding: 20px 0 20px 15px;
	background: #afa673;
	display: block;
}

.no-touch .g-Container .g-Menu__title a:hover {
	background: #1e1e1e;
}

.g-Container .g-Menu__title em {
	font-size: 2rem;
}

.g-Container .g-Menu__title em:after {
	display: none;
}

.g-Container .g-Menu__item a {
	padding: 20px 14px;
	display: block;
}

.no-touch .g-Container .g-Menu__item a:hover {
	color: #1e1e1e;
}

.g-Container .g-Menu__item em {
	font-size: 1.8rem;
	display: block;
}

.g-Container .g-Menu__item .u-Link__underline > *:after {
	background: #1e1e1e;
}

.g-Container .g-Menu .u-Basic-Arrow__line {
	width: 40px;
	left: 180px;
}

.no-touch .g-Container .g-Menu a:hover .u-Basic-Arrow__line {
	width: 54px;
}



.is-Sidemenu .g-Content .u-Inner {
	padding-right: 300px;
}



/*
 * Key Visual
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-Keyvisual {
	min-width: 1000px;
	margin: 0 0 80px;
	position: relative;
	overflow: hidden;
}

.c-Keyvisual__image {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.u-Title__page-summary {
	padding: 1.25em 0 0;
}





/*
 * News list
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-News-list .u-Inner {
	padding: 0;
}

.u-News-list__title strong {
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: .125em;
	line-height: 1;
}

.u-News-list__title strong:after {
	content: attr(data-en)'';
	color: #14a83b;
	font-family: 'Roboto Condensed';
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .2em;
	padding: 1em 0 0;
	display: block;
}

.u-News-list__items {
	margin: 30px 0 20px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.u-News-list__item {
	letter-spacing: 0;
	padding: .85em 0;
}

.u-News-list__item:not(:first-child) {
	border-top: 1px dashed #d4d4d4;
}

.u-News-list__item time {
	width: 8.5em;
}

.u-News-list__item em {
	width: calc(100% - 8.5em);
}




/* ------------------------------------------------------------------------------------------------
 * Block Parts
 * ------------------------------------------------------------------------------------------------ */
.c-News-keyvisual {
	position: relative;
}

.c-News-keyvisual__title {
	padding: .5em .75em .5em .75em;
	background: rgba(30,30,30,.8);
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	z-index: 10;
}

.c-News-keyvisual__title:after {
	content: attr(data-en)'';
	font-size: 1.2rem;
	letter-spacing: .35em;
	border-top: 1px solid #fff;
	padding: .5em 0 0;
	display: block;
}

.c-News-keyvisual__name {
	font-size: 2.6rem;
	letter-spacing: .35em;
	margin: 0 -.35em .25em 0;
	display: block;
}

.u-News-title__hi {
	padding-left: 0;
}

.u-News-title__hi:before {
	display: none;
}

.u-News-title__hi-name {
	padding: 0 .75em;
	display: inline-block;
	position: relative;
}

.u-News-title__hi-name:before,
.u-News-title__hi-name:after {
	content: '';
	width: .25em;
	height: 100%;
	border: 1px solid #afa673;
	background: transparent;
	border-radius: 0;
	display: block;
	position: absolute;
	top: 0;
}

.u-News-title__hi-name:before {
	border-right: 0;
	left: 0;
}

.u-News-title__hi-name:after {
	border-left: 0;
	right: 0;
}

.u-News-title__mid {
	font-size: 1.8rem;
	margin: 0 0 .75em 0;
	padding: 0 0 0 40px;
	position: relative;
}

.u-News-title__mid:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #afa673;
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
}

.c-News {
	background: url("/application/themes/nanzenji/_assets/img/home/bg-01.png") no-repeat bottom right;
	position: relative;
}

.c-News:before {
	content: '';
	width: calc(50% - 410px);
	height: calc(100% - 100px);
	display: block;
	background: url("/application/themes/nanzenji/_assets/img/home/img-04.jpg") no-repeat right center / cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0,0,0);
}

.c-News .u-Inner {
	padding: 0 0 0 150px;
	position: relative;
	z-index: 10;
}

.c-News__inner {
	position: relative;
}

.c-News__inner:not(:first-child) {
	margin: 130px 0 0;
}

.c-News__title em {
	font-size: 2.6rem;
	letter-spacing: .25em;
}

.c-News__item {
	margin: 40px 0 0;
	position: relative;
	transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
}

.c-News__item.is-Hide {
	opacity: 0;
	height: 0;
	margin: 0;
}

.c-News__item a:hover {
	text-decoration: underline !important;
}

.c-News__category {
	font-size: 1.4rem;
	line-height: 1;
	width: 8.5em;
	padding: .25em 0 .45em;
	position: absolute;
	top: 0;
	left: 0;
}

.c-News__category[data-color='blue'] {
	background: #dbebeb;
}

.c-News__category[data-color='green'] {
	background: #e3edd8;
}

.c-News__category[data-color='yellow'] {
	background: #ebe2cd;
}

.c-News__time {
	line-height: 1;
	letter-spacing: .05em;
	width: 8em;
	padding: .25em 0 0;
}

.c-News__text {
	line-height: 1.75;
	width: calc(100% - 8em);
	margin: -.25em 0 0;
}

.c-News__category + .c-News__time {
	margin-left: calc(8.5em + 1em);
}

.c-News__category + .c-News__time + .c-News__text {
	width: calc(100% - 17.5em);
}

.c-News__more-button {
	position: absolute;
	bottom: -50px;
	right: 0;
}

.c-News__more-button a {
	padding-bottom: .35em;
	position: relative;
}

.c-News__more-button .u-Basic-Arrow__line {
	width: calc(100% + 5px);
	bottom: 0;
	left: 0;
}

.no-touch .c-News__more-button a:hover .u-Basic-Arrow__line {
	width: calc(100% + 20px);
}





/* ------------------------------------------------------------------------------------------------
 * Tab Panel
 * ------------------------------------------------------------------------------------------------ */
.c-Tab-panel {
	padding: 0 0 30px;
}

.c-Tab-panel__nav-column-2 > * {
	width: calc(100% / 2);
}

@media all and (-ms-high-contrast: none){
	.c-Tab-panel__nav-column-2 > * {
		width: 50%;
	}
}

.c-Tab-panel__nav-column-3 > * {
	width: calc(100% / 3);
}

@media all and (-ms-high-contrast: none){
	.c-Tab-panel__nav-column-3 > * {
		width: 33.333%;
	}
}

.c-Tab-panel__nav-column-4 > * {
	width: calc(100% / 4);
}

@media all and (-ms-high-contrast: none){
	.c-Tab-panel__nav-column-4 > * {
		width: 25%;
	}
}

.c-Tab-panel__nav-column-5 > * {
	width: calc(100% / 5);
}

@media all and (-ms-high-contrast: none){
	.c-Tab-panel__nav-column-5 > * {
		width: 20%;
	}
}

.c-Tab-panel__nav-column-6 > * {
	width: calc(100% / 6);
}

@media all and (-ms-high-contrast: none){
	.c-Tab-panel__nav-column-6 > * {
		width: 16.666%;
	}
}

.c-Tab-panel__nav-item:not(:first-child) {
	border-left: 1px solid #fff;
}

.c-Tab-panel__nav-items {
	width: 100%;
	display: table;
}

.c-Tab-panel__nav-item {
	line-height: 1.35;
	vertical-align: middle;
	padding: .75em;
	background: #c7c7c7;
	display: table-cell;
	position: relative;
	cursor: pointer;
	transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
}

.c-Tab-panel__nav-item.is-Active,
.no-touch .c-Tab-panel__nav-item:hover {
	background: #f5f5f5;
}

.c-Tab-panel__nav-item a {
	color: #1e1e1e !important;
	font-size: 2rem;
	width: 100%;
	height: 100%;
	display: block;
}

.c-Tab-panel__nav-item a em {
	width: 100%;
	display: block;
}

.c-Tab-panel__wrapper {
	padding: 40px;
	background: #f5f5f5;
}

.c-Tab-panel__title {
	font-size: 2.2rem;
	line-height: 1.75;
	margin: 0 0 30px;
}







/* ------------------------------------------------------------------------------------------------
 * Breadcrumb
 * ------------------------------------------------------------------------------------------------ */
.g-Breadcrumb {
	width: 100%;
	height: 50px;
}

.g-Breadcrumb__items {
	height: 50px;
}

.g-Breadcrumb__item {
	font-size: 1.3rem;
	padding-right: .25em;
}

.g-Breadcrumb__item:not(:last-child):after {
	content: '＞';
	vertical-align: 0;
	margin: 0 .5em;
	display: inline-block;
}

.g-Breadcrumb__item:last-child a {
	text-decoration: none;
}




/*
 * Navigation
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.g-Nav {
	width: calc(100% - 505px);
	position: fixed;
	top: 0;
	right: 305px;
	z-index: 2000;
}

.g-Nav__items {
	height: 70px;
	padding: 5px 20px 0 0;
}

.g-Nav__item {
	margin: 0 40px 0 0;
}

.g-Nav__item a {
	font-size: 1.7rem;
	letter-spacing: .15em;
	display: block;
}

.no-touch .g-Nav__item a:hover {
	color: #1e1e1e;
}

.g-Nav__item-instagram a {
	width: 30px;
	display: block;
}

.g-Nav__item-instagram {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.no-touch .g-Nav__item-instagram a:hover {
	transform: scale(1.125);
}

.g-Nav__item a em:after {
	background: #1e1e1e;
}



/*
 * Header
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.g-Header {
	line-height: 1;
	width: 100%;
	height: 80px;
	background: #000;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: .3s;
}

.is-Scroll .g-Header {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.25);
}

.g-Header__title {
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translateY(-50%);
}

.g-Header__title-mark {
	width: 50px;
	margin: 0 15px 0 0;
}

.g-Header__title-name {
	width: 88px;
}

.g-Header__visitor-button {
	width: 265px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
}

.g-Header__visitor-button a {
	height: 100%;
	background: #1e1e1e;
	display: block;
}

.no-touch .g-Header__visitor-button a:hover {
	background: #646464;
}

.g-Header__visitor-button a em {
	font-size: 2.2rem;
	letter-spacing: .25em;
	position: absolute;
	top: calc(50% - .05em);
	left: 40px;
	transform: translateY(-50%);
}

.g-Header__visitor-button .u-Basic-Arrow__line {
	width: 46px;
	left: 155px;
}

.no-touch .g-Header__visitor-button .u-Basic-Arrow:hover .u-Basic-Arrow__line {
	width: 72px;
}







/*
 * Footer
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.g-Footer a,
.no-touch .g-Footer a:hover {
	color: #fff;
}

.g-Footer .u-Link__underline > *:after {
	background: #fff;
}

.g-Footer__sitename {
	padding: 80px 0 0;
}

.g-Footer__sitename {
	font-size: 1.4rem;
	letter-spacing: .25em;
}

.g-Footer__sitename a {
	display: inline-block;
}

.g-Footer__sitename strong {
	font-size: 3.2rem;
	font-weight: 500;
	padding: 0 0 0 .5em;
}

.g-Footer__menu {
	padding: 35px 0 10px;
	position: relative;
}

.g-Footer__menu > div {
	width: 20%;
}

.g-Footer__menu > div:nth-of-type(4) {
	width: 40%;
	padding: 45px 0 0 10.5%;
}

.g-Footer__menu .g-Menu {
	padding: 45px 0 0;
}

.g-Footer__menu .g-Menu__title {
	font-family: 'Libre Caslon Text','Noto Serif JP';
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .15em;
}

.g-Footer__menu .g-Menu__title .u-Basic-Arrow__line {
	display: none;
}

.g-Footer__menu .g-Menu__item {
	padding: 22px 0 0;
}

.g-Footer__menu .g-Menu__item .u-Basic-Arrow__line {
	display: none;
}

.g-Footer__menu .g-Menu__item em {
	font-size: 1.5rem;
}

.g-Footer__menu-sub li {
	padding: 45px 0 0;
}

.g-Footer__menu-sub li em {
	font-size: 2rem;
}

.g-Footer__visitor-button a {
	font-size: 1.8rem;
	letter-spacing: .25em;
	padding: 1em 0;
	display: block;
	background: #fff;
}

.no-touch .g-Footer__visitor-button a:hover {
	color: #fff !important;
	background: #1e1e1e;
}

.g-Footer__instagram {
	padding: 50px 0 0;
}

.g-Footer__instagram .u-Basic-Arrow__line {
	width: 46px;
	top: auto;
	left: calc(100% - 46px);
	bottom: -24px;
}

.no-touch .g-Footer__instagram a:hover .u-Basic-Arrow__line {
	width: 72px;
}

.g-Footer__logo {
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.g-Footer__logo img:first-child {
	width: calc(100% - 20px);
	margin: 0 10px 15px;
}

.g-Copyright {
	font-size: 1rem;
	letter-spacing: .15em;
	padding: 25px 0 60px;
	display: block;
}

.g-Pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	opacity: 0;
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.g-Pagetop.is-Active {
	opacity: 1;
}

.g-Pagetop a {
	width: 80px;
	height: 80px;
	background: #c7c7c7;
	display: block;
	position: relative;
}

.g-Pagetop a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #1e1e1e transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.no-touch .g-Pagetop a:hover {
	background: #1e1e1e;
}

.no-touch .g-Pagetop a:hover:after {
	border-color: transparent transparent #fff transparent;
}

.is-Scroll .g-Pagetop {
	opacity: 1;
}





/*
 * Slick Plugin - Reset
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.slick-dots {
	position: absolute;
	bottom: 0;
	z-index: 10;
}

h1.u-Title__page.u-Inner {
	min-width:88px;
}


 /*Youtube動画用*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


