@charset "utf-8";
/*
Theme Name: ifukumachi & goshogadani 5
Theme URI: https://ifukumachi.jp/
Description: 
Version: 5.0
*/

/* common
---------------------------------------------------------------------------*/
body {
/* 	background-color: #FEFAF1; */
	background-color: #FFF7E5;
	color: #524742;
	font-size: 14px;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	transition: .6s linear;
}

body.green,
body.ifukumachi,
body.ifukumachi .modal-interior,
body.ifukumachi .modal-interior-nav,
body.ifukumachi .modal-interior .img::-webkit-scrollbar-track,
body.ifukumachi .modal-interior .txt::-webkit-scrollbar-track,
body.ifukumachi .modal-interior .img::-webkit-scrollbar-thumb,
body.ifukumachi .modal-interior .txt::-webkit-scrollbar-thumb { background-color: #EEFFDC !important; }

body.pink,
body.goshogadani,
body.goshogadani .modal-interior,
body.goshogadani .modal-interior-nav,
body.goshogadani .modal-interior .img::-webkit-scrollbar-track,
body.goshogadani .modal-interior .txt::-webkit-scrollbar-track,
body.goshogadani .modal-interior .img::-webkit-scrollbar-thumb,
body.goshogadani .modal-interior .txt::-webkit-scrollbar-thumb { background-color: #FFF4FA !important; }

body.noscroll { overflow-y: scroll; position: fixed; width: 100%; }

::-moz-selection { background: #CCCCCC; color: #524742; }
::selection { background: #CCCCCC; color: #524742; }

p { font-size: 14px; line-height: 1.8; letter-spacing: 0.1em; margin-bottom: 10px; }
p:last-of-type { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

.clearfix:after { content: ''; display: block; clear:both; }

body#pc .pc_view { display: block !important; }
body#pc .sp_view { display: none !important; }
body#sp .sp_view { display: block !important; }
body#sp .pc_view { display: none !important; }
body#pc .block, body#sp .block { display: block !important; }

/* #loading
------------------------------------*/
#loading {
	display: none;
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid #524742;
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: spin .5s infinite linear;
}

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* txt
------------------------------------*/
.font-gothic {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

.font-sans {
	font-family: museo, serif;
	font-weight: 700;
	font-style: normal;
}

.dl-line dt,
.sec-about-policy li p,
.sec-logo h3,
.sec-about-albus h3,
.sec-about-interior h2,
.sec-about-interior h3,
.sec-nurturing h2,
.flow .inner h3,
.sec-document .inner h3 {
	color: #302922;
}

.news-list article,
.post-table tr,
.dl-line > div,
.sec-document .inner {
	border-bottom: 1px solid rgba(181,171,149,0.5);
}

.sec-donate dl > div {
	border-bottom: 1px solid rgba(181,171,149,0.3);
}

.dl-line > div:first-of-type {
	border-top: 1px solid rgba(181,171,149,0.5);
}

body.ifukumachi .news-list article,
body.ifukumachi .post-table tr,
body.ifukumachi .dl-line > div,
body.ifukumachi .dl-line > div:first-of-type,
body.ifukumachi .sec-document .inner,
body.ifukumachi .modal-interior-nav > div {
	border-color: rgba(99,86,71,0.2) !important;
}

body.ifukumachi .modal-interior:before {
	background-color: rgba(99,86,71,0.2) !important;
}

body.goshogadani .news-list article,
body.goshogadani .post-table tr,
body.goshogadani .dl-line > div,
body.goshogadani .dl-line > div:first-of-type,
body.goshogadani .sec-document .inner,
body.goshogadani .modal-interior-nav > div {
	border-color: rgba(190,146,136,0.3) !important;
}

body.goshogadani .modal-interior:before {
	background-color: rgba(190,146,136,0.3) !important;
}

.sec-document .inner:first-of-type:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

/* img
------------------------------------*/
.img-main .inner img,
.modal-interior .img figure img,
.slider-zoom .inner-s img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.img-main .frame img { width: 100%; height: calc(100% + 2px); }


/* link
------------------------------------*/
a:not(.notfade) { color: #524742; text-decoration: none; transition: .15s ease-out; -webkit-transform: translateZ(0); }
a:hover { text-decoration: none; opacity: 0.5; }

p a,
.dl-line dd a,
.other-post > a,
.flow .inner h3 a {
	border-bottom: 1px solid #524742;
	padding-bottom: 2px;
}

@media all and (-ms-high-contrast:none){
	p a,
	.dl-line dd a,
	.other-post > a,
	.flow .inner h3 a {
		padding-bottom: 0;
	}
}

/* .btn
------------------------------------*/
.btn-link a {
	display: inline-block;
	background: #675A54;
	border-radius: 3px;
	padding: 15px 20px 15px 23px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.15em;
	text-align: center;
	cursor: pointer;
}

/*
body.ifukumachi .btn-link a { background-color: #675A54; }
body.goshogadani .btn-link a { background-color: #808890; }
*/

@media all and (-ms-high-contrast:none){
	.btn-link a {
		padding-top: 17px;
		padding-bottom: 13px;
	}
}

.btn-link.green a { background-color: #6EAA63; }
.btn-set { overflow: hidden;	 }
.btn-set > div { display: inline-block; margin: 0 6px 12px 0; }


/* #wrap
---------------------------------------------------------------------------*/
#wrap {
	position: relative;
	overflow: hidden;
	min-width: 1300px;
	min-height: 100vh;
	transition: .4s linear;
}

#wrap:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
/* 	background: url(img/share/bg-green.jpg) repeat left top; */
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .6s linear !important;
	opacity: 0;
}

body.park #wrap:after {
	background: #FFFFFF;
	opacity: 1;
}

/* header
---------------------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	min-width: 1300px;
	margin: 0 auto 45px;
	padding: 43px 0 0;
	text-align: center;
	white-space: nowrap;
	z-index: 10;
	display: none;
	opacity: 0;
}

header .logo { position: absolute; transition: .1s cubic-bezier(0.215, 0.61, 0.355, 1) !important; } /* easeOutCubic */
header .logo.common { top: 32px; left: 32px; transition: .5s cubic-bezier(0.215, 0.61, 0.355, 1) .1s !important; }
header .logo.ifukumachi { top: 36px; left: 41px; }
header .logo.goshogadani { top: 32px; left: 27px; }

header .logo.common a {
	display: inline-block;
	transform-origin: center bottom;
}

header .logo.common a:first-of-type {
	margin-right: 18px;
}

header .logo.ifukumachi,
header .logo.goshogadani,
body.ifukumachi header .logo.common,
body.goshogadani header .logo.common {
/* 	display: none; */
	opacity: 0;
	pointer-events: none;
}

header .logo.common a {
	opacity: 0;
}

header .logo.ifukumachi,
header .logo.goshogadani {
	transform: translateX(-8px);
	transition: .1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

body.ifukumachi header .logo.ifukumachi,
body.goshogadani header .logo.goshogadani {
/* 	display: block; */
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	transition: .5s cubic-bezier(0.215, 0.61, 0.355, 1) .15s !important;
}

header .logo .green {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

/* media query
-----------------------------------*/
@media (max-width: 1439px) {
	header .logo.common {
		transform-origin: left top;
		transform: scale(0.9) !important;
	}
}
@media (max-width: 1360px) {
	header .logo.common {
		transform: scale(0.82) !important;
	}
}

/* .btn-park
------------------------------------*/
.btn-park {
	position: absolute;
	top: 23px;
	right: 27px;
	width: 194px;
	height: 155px;
}

.btn-park a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.btn-park a:hover {
	opacity: 1 !important;
}

.btn-park .txt {
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: right center;
	opacity: 0;
}

.btn-park .mark {
	position: absolute;
	top: 11px;
	right: 0;
	transform-origin: right bottom;
	opacity: 0;
}

.btn-park .mark img {
	width: 109px;
	height: auto;
}

.btn-park .type {
	position: absolute;
	bottom: 0;
	right: 19px;
	opacity: 0;
}

.btn-park .type img {
	width: 71px;
	height: auto;
}

.btn-park .green {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.btn-park.hover .black,
.btn-park.hover .green,
.btn-park.hover .blue {
	transition: .06s linear !important;
}

/*
body.goshogadani .btn-park .black,
.btn-park .blue {
	display: none;
}

body.goshogadani .btn-park .blue {
	display: block;
}
*/


/* .gnav
------------------------------------*/
.gnav:not(.gnav-top) {
	display: inline-block;
	margin-bottom: 12px;
}

.gnav:not(.gnav-top) ul {
	display: -webkit-box;
	display: flex;
}

.gnav:not(.gnav-top) li {
	border-right: 1px solid rgba(0,0,0,0.3);
}

.gnav:not(.gnav-top) li:last-of-type {
	border-right: none;
}

.gnav:not(.gnav-top) li > a {
	position: relative;
	display: inline-block;
	margin-right: 1px;
	padding: 6px 1vw 5px;	
}

header #gnav-blog > a { margin-left: -2px; }
header #gnav-nurturing > a { margin-left: 2px; }
header #gnav-park > a { margin-right: 2px; margin-left: 1px; }
header #gnav-document > a { margin-left: 1px; }

@media all and (-ms-high-contrast:none){
	header #gnav-about > span { margin-right: 6px; }
	header #gnav-nurturing > a { margin-right: 7px; margin-left: 0; }
	header #gnav-park > a { margin-right: 8px; margin-left: -3px; }
	header #gnav-document > a { margin-right: 3px; margin-left: -1px; }
}

.gnav:not(.gnav-top) li > a img {
	width: auto;
	height: 13px;
	transition: .2s linear;
}

.gnav:not(.gnav-top) li > a .green,
.snav li > a .green,
.gnav:not(.gnav-top) li > a .blue,
.snav li > a .blue {
	display: block;
	position: absolute;
	opacity: 0;
}

.gnav:not(.gnav-top) li > a .green,
.gnav:not(.gnav-top) li > a .blue {
	top: 6px;
	left: 1vw;
}

/*
body.goshogadani .gnav li > a .brown,
body.goshogadani .snav li > a .brown {
	opacity: 0;
}

body.goshogadani .gnav li > a .blue,
body.goshogadani .snav li > a .blue {
	opacity: 1;
}
*/

/* .mnav
------------------------------------*/
.btn-mnav { position: relative; z-index: 1; }
/* .btn-mnav:hover { z-index: 1; } */

.mnav-wrap {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%) !important;
	width: 140px;
	padding-top: 20px;
	transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	z-index: 0;
}

.btn-mnav:hover .mnav-wrap {
	top: 20px;
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
}

.btn-mnav > a {
	pointer-events: none;
}

.mnav {
	position: relative;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 0 8px;
	box-shadow: 6px 7px 11px 0 rgba(0,0,0,0.04);
}

.mnav:before {
	display: block;
	content: '';
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 7px 4px;
	border-color: transparent transparent #FFFFFF transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #FFFFFF #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.mnav a {
	display: block;
	box-sizing: border-box;
	padding: 6px 15px 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	white-space: nowrap;
}

/* .snav
------------------------------------*/
.snav {
	display: inline-block;
}

.snav ul {
	display: -webkit-box;
	display: flex;
}

.snav li a {
	position: relative;
	display: inline-block;
	padding: 10px 0.6vw;
}

.snav li a img {
	width: auto;
	height: 12px;
}

.snav li a .green,
.snav li a .blue {
	top: 11px;
	left: 0.6vw;
}

.snav li i {
	display: inline-block;
	transform: translateY(1px);
}

@media all and (-ms-high-contrast:none){
	.snav li i { transform: translate(1px,3px); }
}

/* media query
-----------------------------------*/
@media (min-width: 1500px) {
	.gnav:not(.gnav-top) li a img { height: 14px; }
	.snav li a img { height: 12.5px; }
}
@media (min-width: 1600px) {
	.gnav:not(.gnav-top) li a img { height: 15px; }
	.snav li a img { height: 13px; }
}
@media (max-width: 1300px) {
	.gnav:not(.gnav-top) li a { padding-right: 13px; padding-left: 13px; }
}


/* footer
---------------------------------------------------------------------------*/
footer {
	display: none;
	opacity: 0;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	margin: 0 auto;
	padding: 600px 0 45px 60px;
}

footer .logo {
	margin-bottom: 20px;
}

footer .logo em {
	display: block;
	margin: 0 0 5px 77px;
	font-size: 10px;
	letter-spacing: 0.16em;
}

footer .footer-goshogadani .logo {
	transform: translateX(5px);
}

footer .footer-goshogadani .logo em {
	margin: 0 0 15px 48px;
}

footer .logo strong,
.copyright {
	display: block;
	position: relative;
}

footer .logo strong .green,
.copyright .green {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

footer address {
	display: block;
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

footer .footer-goshogadani address {
	letter-spacing: 0.1em;
}

footer address a {
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	padding-bottom: 1px;
}

body.ifukumachi .footer-goshogadani,
body.goshogadani .footer-ifukumachi {
	display: none;
}

body:not(.goshogadani) .footer-ifukumachi,
body.goshogadani .footer-goshogadani {
	display: block;
}

body:not(.goshogadani) .footer-goshogadani {
	position: absolute;
	bottom: 45px;
	right: 40px;
}

footer .pic {
	display: block;
	position: absolute;
	bottom: 37px;
	left: 50%;
	width: 620px;
	margin-left: calc(-318px + 25px);
}

body.ifukumachi footer .pic,
body.goshogadani footer .pic {
	width: 636px;
	margin-left: calc(-318px + 75px);
}

footer .pic img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

/* media query
-----------------------------------*/
@media (max-width: 1400px) {
	footer {
		padding-left: 40px;
	}
	footer .pic {
		width: 540px;
		margin-left: -260px;
	}
	body:not(.goshogadani) .footer-goshogadani {
		right: 30px;
	}
}


/* .albus
------------------------------------*/
footer .albus { display: none; position: absolute; bottom: 55px; right: 40px; width: 158px; height: 175px; }
footer .albus a { display: block; width: 100%; height: 100%; }
footer .albus div { position: relative; width: 100%; height: 100%; }
footer .albus .green { position: absolute; top: 0; left: 0; opacity: 0; }
footer .albus .mark { position: absolute; bottom: 0; right: 9px; }
footer .albus .txt1 { position: absolute; top: 0; right: 0; }
footer .albus .txt2 { position: absolute; top: 2px; left: 0; }

body.ifukumachi footer .albus,
body.goshogadani footer .albus {
	display: block;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	display: block;
	width: 100%;
	min-width: 1300px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.contents {
	opacity: 0;
}

/* .balloon
------------------------------------*/
.balloon {
	position: relative;
	background: url(img/share/pic-balloon@2x.png) no-repeat;
	background-size: 100% auto;
	width: 137px;
	height: 106px;
}

/*
body.ifukumachi .balloon { background-image: url(img/share/pic-balloon-red@2x.png); }
body.goshogadani .balloon { background-image: url(img/share/pic-balloon-blue@2x.png); }
*/

.balloon strong {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: -3px 0 0 1px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.13em;
	text-align: center;
	white-space: nowrap;
}

/* .dl-line
------------------------------------*/
.dl-line {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.08em;
}

.dl-line > div {
	display: -webkit-box;
	display: flex;
	padding: 18px 15px;
}

.dl-line > div:last-of-type {
	margin-bottom: 0;
}

.dl-line dt {
	width: 95px;
	min-width: 95px;
	padding-right: 15px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.dl-line dd {
	width: 100%;
}

.dl-line dd .list-line-dot {
	width: 90%;
	margin: 22px 0 12px;
	line-height: 1.8;
	white-space: nowrap;
}

/* .list-line-dot
------------------------------------*/
.list-line-dot.even {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-line-dot.even li {
	width: 46%;
}

.list-line-dot li {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.list-line-dot li:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background:-webkit-gradient(linear, left bottom, right bottom, color-stop(0, #524742), color-stop(0.2, #524742), color-stop(0.2, #FFF7E5), color-stop(1, #FFF7E5));
	background: linear-gradient(to left, #524742 0%, #524742 20%, #FFF7E5 20%, #FFF7E5 100%) left bottom;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	width: 100%;
	height: 1px;
	z-index: 0;
}

body.ifukumachi .list-line-dot li:after {
	background:-webkit-gradient(linear, left bottom, right bottom, color-stop(0, #524742), color-stop(0.2, #524742), color-stop(0.2, #EEFFDC), color-stop(1, #EEFFDC));
	background: linear-gradient(to left, #524742 0%, #524742 20%, #EEFFDC 20%, #EEFFDC 100%) left bottom;
}

.list-line-dot li span {
	position: relative;
	display: inline-block;
	background-color: #FFF7E5;
	padding-right: 6px;
	z-index: 1;
}

body.ifukumachi .list-line-dot li span { background-color: #EEFFDC; }
body.goshogadani .list-line-dot li span { background-color: #FFF4FA; }

.list-line-dot li span:last-of-type {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 0 6px;
}

/* .modal-wrap
------------------------------------*/
.modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -999;
	opacity: 0;
}

/* media query
-----------------------------------*/
@media (max-width: 1300px) {
	.modal-wrap,
	.modal-interior {
		overflow-y: hidden;
	}
}

.modal {
	opacity: 0;
}

.modal-close {
	position: fixed;
	top: 45px;
	right: 70px;
	transform-origin: right top;
	cursor: pointer;
	z-index: 10;
	display: none;
	opacity: 0;
}

.modal-close > div {
	position: relative;
	transition: .15s ease-out;
}

.modal-close:hover > div {
	opacity: 0.7;
}

.modal-close .bird {
	position: absolute;
	top: -56px;
	right: -108px;
	width: 120px;
	height: auto;
}


/* .img-main
---------------------------------------------------------------------------*/
.img-main {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 10vw;
	z-index: 0;
}

#nurturingContents .img-main {
	z-index: 1;
}

.img-main-inner {
	position: relative;
}

.img-main .frame {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 100%;
	z-index: 10;
}

/* .img-main-side
------------------------------------*/
.img-main-side .address {
	position: absolute;
	top: 50%;
	left: 5vw;
	transform: translateY(-50%) !important;
	margin: 0 0 0 -5px;
	width: 40px;
	height: 310px;
	white-space: nowrap;
}

body.ifukumachi .img-main-side .address,
body.goshogadani .img-main-side .address {
	height: 250px;
	margin-left: -20px;
}

.img-main-side .address address {
	display: block;
	position: absolute;
	top: 0;
	left: 35px;
	border-bottom: 1px solid #392A15;
	padding-bottom: 1px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.35em;
	transform-origin: left top;
	transform: rotate(90deg);
}

.img-main-side .address small {
	display: block;
	position: absolute;
	top: 3px;
	left: -1px;
}

body.ifukumachi .img-main-side .address address.common,
body.goshogadani .img-main-side .address address.common,
body.ifukumachi .img-main-side .address small.common,
body.goshogadani .img-main-side .address small.common,
.img-main-side .address address.ifukumachi,
.img-main-side .address address.goshogadani,
.img-main-side .address small.ifukumachi,
.img-main-side .address small.goshogadani {
	display: none;
}

body.ifukumachi .img-main-side .address address.ifukumachi,
body.goshogadani .img-main-side .address address.goshogadani,
body.ifukumachi .img-main-side .address small.ifukumachi,
body.goshogadani .img-main-side .address small.goshogadani {
	display: block;
}

.img-main-side .address small .green {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.img-main-side .sns {
	position: absolute;
	top: 50%;
	right: 5vw;
	transform: translateY(-50%) !important;
	margin: -10px -26px 0 0	;
}

.sns a {
	position: relative;
	display: inline-block;
	padding: 10px;
}

.sns a .green,
.sns a .blue {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0;
}

/* media query
-----------------------------------*/
@media (max-width: 1300px) {
	.img-main { padding: 0 130px; }
	.img-main-side .address { left: 66px; }
	.img-main-side .sns { right: 66px; }
}

/* .list-dot
------------------------------------*/
.list-dot.even {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

.list-dot.even.mr { margin-right: 39px; }
.list-dot.even:last-of-type { margin-right: 10px; }

.list-dot li {
	position: relative;
	margin: 0 0 6px 3px;
	padding-left: 25px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.list-dot li:last-of-type {
	margin-bottom: 0;
}

.list-dot li:before {
	display: block;
	content: '・';
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 19px;
	font-weight: bold;
}


/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead { position: relative; }
.sec-lead p { font-size: 15px; line-height: 1.9; }
.sec-lead .bird { display: block; position: absolute; top: 0; right: 0; }


/* blog
---------------------------------------------------------------------------*/
.blog-list {
	width: 1170px;
	margin: 0 auto;
	opacity: 0;
}

.blog-list article {
	width: 330px;
	margin: 0 30px 60px;
}

.blog-list article a {
	position: relative;
	display: block;
}

.blog-list article figure img {
	border-radius: 8px;
}

.blog-list article time,
.blog-list article .category {
	display: inline-block;
	color: #74665E;
	white-space: nowrap;
}

.blog-list article time {
	position: absolute;
	top: 0;
	left: -20px;
	font-size: 11px;
	letter-spacing: 0.17em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media all and (-ms-high-contrast:none){
	.blog-list article time {
		top: -10px;
		left: -18px;
		transform-origin: left bottom;
		transform: rotate(90deg);
	}
}

.blog-list article .category {
	position: absolute;
	bottom: 51px;
	left: -20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: 'palt' 0;
}

.blog-list article .category li { display: inline-block; margin: 4px 0 0; }
.blog-list article .category li i { margin: -3px 0 -6px; }
.blog-list article .category li:last-of-type i { display: none; }

.blog-list article h2 {
	position: absolute;
	bottom: 12px;
	left: -32px;
	background-color: #FFFFFF;
	padding: 4px 8px 4px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

@media all and (-ms-high-contrast:none){
	.blog-list article h2 {
		padding-top: 6px;
		padding-bottom: 1px;
	}
}


/* blog single
---------------------------------------------------------------------------*/
.blog-title time {
	padding-right: 8px;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.blog-title .category {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.15em;
}


/* news
---------------------------------------------------------------------------*/
.news-list article {
	width: 100%;
}

.news-list article a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
}

.news-list article figure {
	width: 96px;
	min-width: 96px;
}

.news-list article figure img {
	border-radius: 4px;
}

.news-list article .txt {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 2px 38px;
}

.news-list article time,
.news-list article .category,
.post-title time,
.post-title .category {
	display: inline-block;
	color: #74665E;
	white-space: nowrap;
}

.news-list article time,
.post-title time {
	padding-right: 8px;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.news-list article .category,
.post-title .category {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.news-list article .category li,
.post-title .category li {
	display: inline-block;
	margin-right: 3px;
}

.post-title .category li i {
	padding: 0 2px;
}

.news-list article .category li:last-of-type i,
.post-title .category li:last-of-type i {
	display: none;
}

.news-list article h2 {
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.15em;
}


/* post single
---------------------------------------------------------------------------*/

/* .post-title
------------------------------------*/
.post-title {
	position: relative;
	margin-bottom: 48px;
	padding-right: 240px;
}

.post-title h1 {
	padding-top: 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.16em;
}

.post-title time {
	padding-left: 2px;
}

/* .post-main
------------------------------------*/
.post-main {
	margin-bottom: 40px;
	color: #392A15;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.post-main h2 {
	margin: 40px 0 25px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.25em;
}

.post-main h2:first-child {
	margin-top: 0;
}

.post-main p {
	margin-bottom: 50px;
	color: #392A15;
	font-size: 14px;
	line-height: 2.2;
	letter-spacing: 0.12em;
	word-break: break-all;
	text-align: justify;
}

.post-main p:last-child { margin-bottom: 0; }
/* .post-main a { text-decoration: underline; } */
.post-main strong { font-weight: bold; }
.post-main em { font-style: italic; }
.post-main del { text-decoration: line-through; }

.post-main img {
	display: block;
	max-width: 100%;
	height: auto;
	padding-bottom: 20px;
}

.post-main img:last-of-type {
	padding-bottom: 30px;
}

.post-main .wp-caption {
	max-width: 100%;
	margin-bottom: 25px;
}

.post-main .wp-caption-text {
	margin-top: -5px;
}

.post-main ul,
.post-main ol,
.post-main blockquote {
	margin: 30px 0;
}

.post-main ul li {
	list-style: disc;
	margin: 0 0 6px 25px;
}

.post-main ol li {
	list-style: decimal;
	margin: 0 0 6px 25px;
}

.post-main ul li:last-of-type,
.post-main ol li:last-of-type {
	margin-bottom: 0;
}

.post-main blockquote {
	background: #FFFFFF;
	padding: 28px 35px;
}

/* .sec-table
------------------------------------*/
.sec-table {
	margin-top: 80px;
}

.sec-table h3 {
	margin: 80px 0 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.18em;
}

.post-table {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.post-table th {
	box-sizing: border-box;
	width: 18%;
	padding: 20px 15px 5px 5px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.12em;
}

.post-table td {
	box-sizing: border-box;
	width: 82%;
	padding: 20px 5px 5px 0;
}

/* .post-link
------------------------------------*/
.post-link {
	overflow: hidden;
	margin-top: 40px;
}

.sec-table + .post-link {
	margin-top: 60px;
}

.post-link li {
	float: left;
	margin: 0 10px 10px 0;
}


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin-top: 140px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
}

.wp-pagenavi a,
.wp-pagenavi .extend {
	margin: 0 8px;
	padding: 5px;
}

.wp-pagenavi .current {
	display: inline-block;
	box-sizing: border-box;
	background-color: #302922;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin: 0 8px;
	padding: 6px 0 2px;
	color: #FFFFFF;	
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
	display: none;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	display: inline-block;
	background: url(img/share/arrow-s.svg) no-repeat center center;
	width: 20px;
	height: 12px;
	text-indent: -9999px;
}

.wp-pagenavi a.previouspostslink { margin-right: 20px; transform: scaleX(-1); }
.wp-pagenavi a.nextpostslink { margin-left: 20px; }


/* page top
---------------------------------------------------------------------------*/
body.top { overflow-y: scroll; }
body.top header { position: fixed; }
body.top footer { display: none !important; }

/* .top-enter
------------------------------------*/
.top-enter {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -25px;
	width: 1060px;
	height: 100%;
	z-index: 10000;
/* 	opacity: 0; */
}

.top-enter > .inner {
	position: relative;
	width: 50%;
	pointer-events: none;
}

.top-enter.active > .inner {
	pointer-events: auto;
}

.top-enter .logo-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	margin-left: 10%;
/* 	margin-top: 30px; */
	z-index: 1;
}

.top-enter .enter-goshogadani .logo-wrap {
	margin-left: -4%;
}

.top-enter .logo {
	transform: scale(0.8);
	transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}

.top-enter .logo a { display: block; }

.top-enter .logo img {
	display: block;
	width: 100%;
	height: auto;
	transform-origin: center bottom;
	opacity: 0;
}

.top-enter .enter-ifukumachi .logo { width: 280px; transform-origin: right top; }
.top-enter .enter-goshogadani .logo { width: 360px; transform-origin: left top; }

/* .top-wrap
------------------------------------*/
.top-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	min-height: 700px;
/* 	opacity: 0; */
}

.top-wrap-inner {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	width: 100%;
	min-width: 900px;
	max-width: 91%;
	height: 100%;
	min-height: 580px;
	max-height: 84%;
}

/* media query
-----------------------------------*/
@media (min-width: 1500px) {
	.top-wrap-inner {
		max-width: 1365px !important;
	}
	.top-wrap-inner,
	.slider-top .slick-list,
	.slider-top .slick-track,
	.slider-top .inner {
		max-height: 896px !important;
	}
	.slider-top .slick-list,
	.slider-top .slick-track,
	.slider-top .inner {
		max-width: 896px !important;
	}
}

.slider-top-wrap {
	position: relative;
	width: 65.6%;
}

.slider-top-wrap .frame {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	z-index: 10;
	pointer-events: none;
}

.slider-top-wrap .frame img {
	width: 100%;
	height: 100%;
}

.slider-top {
	width: 100%;
}

.slider-top .slick-list,
.slider-top .slick-track,
.slider-top .inner {
	min-width: 580px;
	min-height: 580px;
}

.top-main {
	width: 34.4%;
}

.top-main-inner {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 26%;
}

/* .slider-top
------------------------------------*/
.slider-top .slick-list,
.slider-top .slick-track {
	width: 100%;
	height: 100%;
}

.slider-top .inner {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-top .inner:nth-of-type(1) { background-image: url(img/top/img-top1@2x.jpg); transform-origin: center bottom; }
.slider-top .inner:nth-of-type(2) { background-image: url(img/top/img-top2@2x.jpg); }
.slider-top .inner:nth-of-type(3) { background-image: url(img/top/img-top3@2x.jpg); }
.slider-top .inner:nth-of-type(4) { background-image: url(img/top/img-top4@2x.jpg); }
.slider-top .inner:nth-of-type(5) { background-image: url(img/top/img-top5@2x.jpg); transform-origin: right bottom; }

#goshogadaniContents .slider-top .inner:nth-of-type(1) { background-image: url(img/top/img-top-goshogadani1@2x.jpg); }
#goshogadaniContents .slider-top .inner:nth-of-type(2) { background-image: url(img/top/img-top-goshogadani2@2x.jpg); }
#goshogadaniContents .slider-top .inner:nth-of-type(3) { background-image: url(img/top/img-top-goshogadani3@2x.jpg); }
#goshogadaniContents .slider-top .inner:nth-of-type(4) { background-image: url(img/top/img-top-goshogadani4@2x.jpg); transform-origin: center bottom; }
#goshogadaniContents .slider-top .inner:nth-of-type(5) { background-image: url(img/top/img-top-goshogadani5@2x.jpg); }
#goshogadaniContents .slider-top .inner:nth-of-type(6) { background-image: url(img/top/img-top-goshogadani6@2x.jpg); }
#goshogadaniContents .slider-top .inner:nth-of-type(7) { background-image: url(img/top/img-top-goshogadani7@2x.jpg); }

/* .top-main
------------------------------------*/
.top-main {
	position: relative;
	white-space: nowrap;
}

.top-main-inner {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) !important;
	box-sizing: border-box;
	height: 100%;
}

.top-main .logo {
	margin: 50px 0 55px -15%;
	text-align: center;
}

.top-main .logo img {
	width: 174px;
	height: auto;
}

#goshogadaniContents .top-main .logo img {
	width: 205px;
}

.top-main h2 {
	position: absolute;
	top: -2px;
	right: -2%;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.95;
	letter-spacing: 0.22em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* .gnav-top
------------------------------------*/
.gnav-top a {
	display: inline-block;
	padding: 15px 15px 15px 0;
}

.gnav-top a span {
	padding-left: 10px;
	color: #CA9E2E;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

/* .slider-news
------------------------------------*/
.slider-news {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	white-space: nowrap;
	margin-top: -1px;
}

.slider-news .slick-slide {
	float: none !important;
}

.slider-news a {
	display: inline-block;
	max-width: 100%;
	color: #231916;
	font-size: 11px;
	letter-spacing: 0.15em;
}

.slider-news a .txt {
	display: block;
	box-sizing: border-box;
	padding: 0 5px 10px 0;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slider-news time {
	display: inline-block;
	padding-right: 4px;
	color: #CA9E2E;
	font-size: 10px;
	letter-spacing: 0.1em;
}

/* .snav-top
------------------------------------*/
.snav-top {
	position: relative;
	margin-top: 25px;
}

.snav-top li:last-of-type {
	position: absolute;
	bottom: -60px;
	right: 0;
}

.snav-top li a {
	position: relative;
	display: inline-block;
	padding: 7px 8px 8px 0;
}

.snav-top li a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 7px;
	left: 0;
	background-color: #231916;
	width: calc(100% - 8px);
	height: 1px;
}

.snav-top li:last-of-type a:after { bottom: 6px; }

/* .pnav
------------------------------------*/
.pnav li {
	display: inline-block;
}

.pnav li a {
	position: relative;
	display: inline-block;
	padding: 11px;
}

.pnav li a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 8px;
	left: 11px;
	background-color: #3E3834;
	width: 0;
	height: 2px;
	transition: .4s cubic-bezier(0.77, 0, 0.175, 1) 1.2s; /* easeInOutQuart */
}

.pnav li.scroll a:after {
	transition: .4s cubic-bezier(0.77, 0, 0.175, 1) .3s; /* easeInOutQuart */
}

.pnav li.current a:after { width: calc(100% - 21px); }

/* .top-main .sns
------------------------------------*/
.top-main .sns {
	display: -webkit-box;
	display: flex;
	margin: 25px 0 0 -6px;
}

.top-main .sns li a { display: block; padding: 6px; }
.top-main .sns li img {	width: 30px; height: auto; }

/* .important-news
------------------------------------*/
.important-news {
	position: absolute;
	bottom: 20px;
	left: 13.5%;
	box-sizing: border-box;
	width: calc(100% - 13.5%);
	padding: 0 0 0 45px;
}

.important-news .attention {
	position: absolute;
	top: -7px;
	left: 0;
}

.important-news .attention img {
	display: block;
	position: absolute;
	top: 9px;
	left: 16px;
	z-index: 2;
}

.important-news .attention i {
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	background: url(img/share/ico-attention2.svg) no-repeat center center;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	z-index: 1;
	transform-origin: center center;
	animation: attention 5s linear infinite;
}

.important-news .inner {
	overflow: hidden;
}

@keyframes attention {
	0% { transform: rotateZ(0); }
	100% { transform: rotateZ(360deg); }
}

.important-news a {
	display: inline-block;
	color: #000000;
	font-size: 13px;
	letter-spacing: 0.12em;
}

.important-news a span {
	display: inline-block;
	padding-right: 10px;
	animation: ticker 20s linear infinite;
}

@keyframes ticker {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-100% - 6px)); }
}

@media all and (-ms-high-contrast:none){
	.important-news .inner {
		padding: 1px 0;
	}
	.important-news a span {
		animation: ticker_ie 20s linear infinite;
	}
}

@keyframes ticker_ie {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

/* media query
-----------------------------------*/
@media (max-height: 1060px), (max-width: 1380px) {
	.top-main .logo {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.top-main .logo img {
		width: 164px;
	}
	.gnav-top a {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.gnav-top a img {
		width: auto;
		height: 20px;
	}
	.top-main .sns li img {
		width: 28px;
	}
}

@media (max-height: 960px) {
	.top-main .logo {
		margin-top: 35px;
		margin-bottom: 45px;
	}
	.top-main .logo img {
		width: 150px;
	}
	#goshogadaniContents .top-main .logo img {
		width: 187px;
	}
	.gnav-top a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gnav-top a img {
		height: 18px;
	}
	.snav-top li:last-of-type {
		bottom: -58px;
	}
	.top-main .sns li img {
		width: 26px;
	}
}

@media (max-height: 860px) {
	.top-main .logo {
		margin-top: 25px;
		margin-bottom: 35px;
	}
	.top-main .logo img {
		width: 138px;
	}
	#goshogadaniContents .top-main .logo img {
		width: 166px;
	}
	.gnav-top a img {
		height: 17px;
	}
	.snav-top {
		margin-top: 25px;
	}
	.snav-top li a {
		padding-bottom: 7px;
	}
	.snav-top li a img {
		width: auto;
		height: 15px;
	}
	.snav-top li:last-of-type {
		bottom: -56px;
	}
	.snav-top li:last-of-type a img {
		height: 13px;
	}
/*
	.top-main .sns {
		margin-top: 10px;
	}
*/
	.top-main .sns li a {
		padding-right: 4px;
	}
	.top-main .sns li img {
		width: 24px;
	}
}

@media (max-height: 780px) {
	.top-main .logo {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.top-main .logo img {
		width: 130px;
	}
	#goshogadaniContents .top-main .logo img {
		width: 160px;
	}
	.top-main h2 {
		top: -15px;
		font-size: 10px;
	}
	.gnav-top a {
		padding-top: 8px;
	}
	.gnav-top a img {
		height: 15px;
	}
	.gnav-top a span {
		font-size: 11px;
	}
	.snav-top {
		margin-top: 15px;
	}
	.snav-top li a {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.snav-top li a img {
		height: 14px;
	}
	.snav-top li:last-of-type {
		bottom: -55px;
		right: -10px;
	}
	.snav-top li:last-of-type a img {
		height: 12px;
	}
	.top-main .sns li a {
		padding-right: 2px;
	}
	.important-news a {
		font-size: 12px;
	}
}


/* page about
---------------------------------------------------------------------------*/
#aboutContents .img-main {
	margin-bottom: 190px;
}

#aboutContents .img-main h1 {
	position: absolute;
	bottom: -90px;
	right: 185px;
	z-index: 11;
}

#aboutContents .img-main .pnav {
	position: absolute;
	bottom: -142px;
	right: 128px;
}

#aboutContents .img-main .bird {
	position: absolute;
	bottom: -115px;
	right: -110px;
	z-index: 11;
}

body.ifukumachi.about #aboutContents .img-main .pic {
	position: absolute;
	bottom: -105px;
	right: -60px;
	z-index: 11;
}

body.goshogadani.about #aboutContents .img-main .pic {
	position: absolute;
	bottom: -180px;
	right: -50px;
	z-index: 11;
}

/* .sec-about-policy
------------------------------------*/
.sec-about-policy {
	position: relative;
	width: 1000px;
	margin: 0 auto 120px;
	transform: translateX(20px);
}

.sec-about-policy h2 {
	position: absolute;
	top: -122px;
	left: -70px;
}

.sec-about-policy ul {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.sec-about-policy li {
	width: 300px;
	text-align: center;
}

.sec-about-policy li h3 {
	margin: 33px 0 40px;
}

.sec-about-policy li p {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

.sec-about-policy li p span {
	display: inline-block;
	background-color: #FFFFFF;
	margin-bottom: 8px;
	padding: 3px 6px 3px 8px;
}

.sec-about-policy li p span:last-of-type { margin-bottom: 0; }

/* .img-slide-about
------------------------------------*/
.img-slide-about {
	width: 1180px;
	margin: 0 auto 120px;
}

.slider-gallery .img-inner,
.slider-gallery-nav .img-inner {
	transition: .15s ease-out;
}

.slider-gallery-nav .img-inner:hover { opacity: 0.5; }

.slider-gallery {
	margin-bottom: 20px;
}

.slider-gallery .slick-prev,
.slider-gallery .slick-next {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	text-indent: -9999px;
	z-index: 100;
}

.slider-gallery .slick-prev { left: 0; cursor: url(img/share/arrow-l-left.svg), auto; }
.slider-gallery .slick-next { right: 0; cursor: url(img/share/arrow-l.svg), auto; }

.slider-gallery-nav .img-inner { width: 115px !important; margin-right: 18px !important; }
.slider-gallery-nav .img-inner:last-of-type { margin-right: 0 !important; transform: translateX(1px); }

/* .sec-logo
------------------------------------*/
.sec-logo {
	position: relative;
	box-sizing: border-box;
	width: 1050px;
	margin: 0 auto 120px;
	padding-left: 212px;
}

.sec-logo h2 {
	position: absolute;
	top: -5px;
	left: 0;
}

.sec-logo figure {
	position: absolute;
	bottom: 7px;
	right: 50px;
	width: 188px;
	text-align: center;
}

body.ifukumachi .sec-logo figure img { width: 180px; height: auto; }
body.goshogadani .sec-logo figure img { margin-left: -27px; }

.sec-logo figcaption {
	display: block;
	box-sizing: border-box;
	background-color: #797065;
	border-radius: 20px;
	margin-top: 39px;
	padding: 10px 0 10px 6px;
	color: #524742;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

/*
body.ifukumachi .sec-logo figcaption {
	background-color: #BE9288;
	color: #FFFFFF;
}

body.goshogadani .sec-logo figcaption {
	background-color: #B8D5DB;
	color: #424B58;
}
*/

.sec-logo h3 {
	margin: 0 0 20px -1px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.22em;
}

.sec-logo p {
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.15em;
}

/* .sec-about-outline
------------------------------------*/
.sec-about-outline {
	position: relative;
	width: 1050px;
	margin: 0 auto 170px;
}

.sec-about-outline .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 375px;
}

.sec-about-outline .img .map {
	display: block;
	margin: 25px 0 0 -3px;
}

.sec-about-outline dl {
	width: 620px;
}

.sec-about-outline .list-line-dot.even li {
	margin-bottom: 3px;
}

.sec-about-outline .attention {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.sec-about-outline .attention + .attention {
	margin-top: -4px;
}

/* .sec-about-albus
------------------------------------*/
.sec-about-albus {
	position: relative;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto 110px;
	transform: translateX(20px);
}

.sec-about-albus h2 {
	position: absolute;
	top: -75px;
	left: 0;
}

.sec-about-albus figure {
	margin-top: 70px;
	width: 585px;
	min-width: 585px;
}

.sec-about-albus figure img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.sec-about-albus .txt {
	width: 445px;
}

.sec-about-albus .txt h3 {
	margin-bottom: 45px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.17em;
	white-space: nowrap;
}

.sec-about-albus .txt h3 span {
	padding-right: 2px;
	letter-spacing: 0.14em;
}

.sec-about-albus .txt p {
	margin-bottom: 12px;
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: justify;
}

.info-albus {
	position: relative;
	margin-top: 50px;
	padding-left: 140px;
	white-space: nowrap;
}

.info-albus .logo {
	position: absolute;
	top: -4px;
	left: -2px;
}

.info-albus h4 {
	margin-bottom: 12px;
	font-size: 14px;
	letter-spacing: 0.12em;
}

.info-albus address,
.info-albus p {
	margin-bottom: 6px !important;
	font-size: 12px !important;
	line-height: 1.6 !important;
	letter-spacing: 0.1em !important;
}

.info-albus address {
	display: block;
}

/* .sec-about-interior
------------------------------------*/
.sec-about-interior {
	width: 1080px;
	margin: 0 auto;
}

.sec-about-interior h2 {
	display: inline-block;
/* 	float: left; */
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}

.sec-about-interior h2 + p {
/* 	display: inline-block; */
/* 	float: right; */
	margin-right: 10px;
	letter-spacing: 0.16em;
	line-height: 2.1;
	white-space: nowrap;
}

.sec-about-interior ul {
	clear: both;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}

.sec-about-interior li {
	position: relative;
	width: 240px;
	margin-bottom: 60px;
	padding-bottom: 65px;
}

.sec-about-interior li figure {
	transition: .15s ease-out;
	cursor: pointer;
}

.sec-about-interior li figure:hover {
	opacity: 0.5;
}

.sec-about-interior li h3 {
	margin: 34px 0 18px;
	white-space: nowrap;
}

.sec-about-interior li h3 strong {
	padding-right: 8px;
	font-size: 16px;
	letter-spacing: 0.12em;
}

.sec-about-interior li h3 em {
	display: inline-block;
	color: #524742;
	font-size: 10px;
	letter-spacing: 0.15em;
	transform-origin: left bottom;
	transform: scale(0.9);
}

.sec-about-interior li p {
	font-size: 13px;
	letter-spacing: 0.07em;
	text-align: justify;
}

.sec-about-interior li .btn-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.sec-about-interior li .btn-link a {
	display: block;
}

/* .modal-interior
------------------------------------*/
.modal-interior {
	position: relative;
	overflow: hidden;
	background-color: #FFF7E5;
	width: 100%;
	min-width: 1300px;
	height: 100vh;
}

.modal-interior:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background-color: rgba(82,71,66,0.3);
	width: 1px;
	height: 100%;
	z-index: 10;
}

.modal-interior .img,
.modal-interior .txt {
	width: 50%;
	min-width: 650px;
	height: 100%;
}

.modal-interior .img {
	box-sizing: border-box;
	float: left;
}

/* .modal-interior-nav
------------------------------------*/
.modal-interior-nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: #FFF7E5;
	padding: 50px;
}

.modal-interior-nav:before {
	display: block;
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(254,250,241,0)), color-stop(1, rgba(254,250,241,1)));
	background: linear-gradient(to bottom, rgba(254,250,241,0) 0%, rgba(254,250,241,1) 100%);
}

body.ifukumachi .modal-interior-nav:before {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(238,255,220,0)), color-stop(1, rgba(238,255,220,1)));
	background: linear-gradient(to bottom, rgba(238,255,220,0) 0%, rgba(238,255,220,1) 100%);
}

body.goshogadani .modal-interior-nav:before {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,244,250,0)), color-stop(1, rgba(255,244,250,1)));
	background: linear-gradient(to bottom, rgba(255,244,250,0) 0%, rgba(255,244,250,1) 100%);
}

.modal-interior-nav > div {
	box-sizing: border-box;
	border-bottom: 1px solid #CAC3BC;
	width: 25%;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

.modal-interior-nav > div.let {
	letter-spacing: 0.06em;
}

.modal-interior-nav > div:nth-of-type(1),
.modal-interior-nav > div:nth-of-type(2),
.modal-interior-nav > div:nth-of-type(3),
.modal-interior-nav > div:nth-of-type(4) {
	border-top: 1px solid #CAC3BC;
}

.modal-interior-nav > div span {
	display: block;
	padding: 24px 0;
	transition: .15s ease-out;
}

.modal-interior-nav > div span:hover { opacity: 0.5; }

/* .modal-interior .img
------------------------------------*/
.modal-interior .img-inner {
	box-sizing: border-box;
	padding: 55px 7.5% 55px;
}

.modal-interior .img figure { display: none; opacity: 0; }
.modal-interior .img figure img { display: block; margin-bottom: 30px; }
.modal-interior .img figure img:last-of-type { margin-bottom: 0; }

/* .modal-interior .txt
------------------------------------*/
.modal-interior .txt {
	position: relative;
	float: right;
}

.modal-interior .img,
.modal-interior .txt {
	overflow-y: scroll;
	position: relative;
}

.modal-interior .img::-webkit-scrollbar,
.modal-interior .txt::-webkit-scrollbar { width: 1px; }
.modal-interior .img::-webkit-scrollbar-track,
.modal-interior .txt::-webkit-scrollbar-track { border-radius: 1px; background: #FFF7E5; }
.modal-interior .img::-webkit-scrollbar-thumb,
.modal-interior .txt::-webkit-scrollbar-thumb { border-radius: 1px; background: #FFF7E5; }

.modal-interior .txt-inner {
	position: relative;
	box-sizing: border-box;
	padding: 140px 16% 280px;
	display: none;
	opacity: 0;
}

.modal-interior .txt h3 {
	margin-bottom: 35px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.25em;
}

.modal-interior .txt p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 0.15em;
	text-align: justify;
}


/* page blog
---------------------------------------------------------------------------*/
body.blog header {
	margin-bottom: 100px;
}

body.blog-single header {
	margin-bottom: 140px;
}

#blogContents .img-main {
	margin-bottom: 90px;
}

#blogContents .img-main h1,
#blogContents .img-main h2 {
	position: absolute;
	bottom: -172px;
/* 	left: 3.2vw; */
	left: 5vw;
	z-index: 11;
}

#blogContents .img-main .bird {
	position: absolute;
	bottom: -134px;
	right: 2%;
	z-index: 11;
}

.blog-nav-wrap + .blog-list {
/* 	margin-top: 105px; */
	margin-top: 70px;
}

/* media query
-----------------------------------*/
@media (max-width: 1399px) {
	#blogContents .img-main h2 {
		left: 28px;
	}
}

/* .blog-nav
------------------------------------*/
.blog-nav {
	width: 1170px;
	margin: 0 auto;
	text-align: center;
}

.blog-nav-category li {
	display: inline-block;
	margin: 0 3px 14px;
}

.blog-nav-category li a {
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #908580;
	border-radius: 20px;
	padding: 10px 16px 10px 22px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
	white-space: nowrap;
	-webkit-transform: perspective(0);	
}

.blog-nav-category li.let a {
	padding-right: 17px;
	padding-left: 21px;
	letter-spacing: 0.2em;
}

@media all and (-ms-high-contrast:none){
	.blog-nav-category li a {
		padding-top: 13px;
		padding-bottom: 7px;
	}
}

.blog-nav-category li a:hover {
	border: 1px solid #524742;
	background-color: #524742;
	color: #FFFFFF;
	opacity: 1;
}

.blog-nav-tag {
	margin-top: 14px;
	padding-left: 12px;
}

.blog-nav-tag li {
	display: inline-block;
	margin: 0 10px 12px;
}

.blog-nav-tag li a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.blog-nav-tag li a:before {
	display: block;
	content: '#';
	position: absolute;
	top: 0;
	left: -11px;
}

.cat-item-none { display: none !important; }


/* page blog single
---------------------------------------------------------------------------*/
#blogContents.single .img-main {
	margin-bottom: 115px;
}

#blogContents .post-area {
	width: 800px;
	margin: 0 auto;
}

#blogContents.single .category.tag {
	margin-left: 7px;
}

#blogContents.single .blog-nav { margin-top: 180px; }
#blogContents.single .blog-nav + .blog-list { margin-top: 75px; }

#blogContents .post-main p {
	font-size: 16px;
}

#blogContents .sec-table h3 {
	font-size: 18px;
}

#blogContents .post-table,
#blogContents .btn-link a {
	font-size: 15px;
}


/* page news
---------------------------------------------------------------------------*/
#newsContents .img-main {
	margin-bottom: 155px;
}

#newsContents .img-main .bird {
	position: absolute;
	bottom: -134px;
	right: 2%;
	z-index: 11;
}

#newsContents #contentsInner {
	position: relative;
	box-sizing: border-box;
	width: 1140px;
	margin: 0 auto;
	padding-left: 300px;
}

.side-area {
	position: absolute;
	top: 0;
	left: 55px;
	padding-top: 210px;
	z-index: 10;
}

.side-area h1,
.side-area h2 {
	position: absolute;
	top: -74px;
	left: 0;
}

.side-area ul {
	margin-top: -8px;
}

.side-area li a {
	display: inline-block;
	padding: 8px 20px 12px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.25em;
}


/* page news single
---------------------------------------------------------------------------*/
#newsContents.single #contentsInner {
	margin-top: 160px;
}

#newsContents.single .post-title .bird {
	position: absolute;
	top: -110px;
	right: -40px;
	width: 220px;
}

#newsContents.single .side-area {
	top: 65px;
}

#newsContents .post-area {
	width: 740px;
}

/* .other-post
------------------------------------*/
.other-post {
	position: relative;
	margin-top: 180px;
}

.other-post > h2 {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.other-post > a {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.other-post .news-list {
	margin-left: -20px;
}


/* page nurturing
---------------------------------------------------------------------------*/
#nurturingContents .img-main h1 {
	position: absolute;
	bottom: -20px;
	left: 80px;
	z-index: 11;
}

#nurturingContents .img-main .pnav {
	position: absolute;
	bottom: -95px;
	right: 90px;
}

#nurturingContents .sec-lead {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 155px;
}

/* .sec-nurturing
------------------------------------*/
.sec-nurturing {
	position: relative;
	width: 710px;
	margin: 0 auto 280px;
}

.sec-nurturing .bird {
	position: absolute;
	top: -188px;
	right: -100px;
	z-index: 1;
}

.sec-nurturing .inner {
	position: relative;
	margin-bottom: 100px;
}

.sec-nurturing .inner:last-of-type {
	margin-bottom: 0;
}

.sec-nurturing h2 {
	position: absolute;
	top: 0;
	left: -100px;
	padding-top: 80px;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.sec-nurturing h2 strong {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.sec-nurturing h2 strong span {
	display: inline-block;
	margin-bottom: -10px;
}

.sec-nurturing h2 i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.sec-nurturing .inner:nth-of-type(1) h2 i { left: 1px; }
.sec-nurturing .inner:nth-of-type(2) h2 i { left: -2px; }
.sec-nurturing .inner:nth-of-type(3) h2 i { left: -1px; }

.sec-nurturing .inner figure {
	margin-bottom: 48px;
}

.sec-nurturing .inner p {
	margin-bottom: 15px;
	background-color: #FFFFFF;
	padding: 18px 26px;
	font-size: 15px;
	text-align: justify;
}

/* .sec-schedule
------------------------------------*/
.sec-schedule {
	position: relative;
	width: 910px;
	margin: 0 auto 270px;
/* 	transform: translateX(5px); */
}

.sec-schedule h2 {
	position: absolute;
	top: -160px;
	left: -80px;
}

.sec-schedule .inner {
	display: -webkit-box;
	display: flex;	
	justify-content: space-between;
}

.sec-schedule p {
	font-size: 15px;
	text-align: justify;
	line-height: 1.9;
	letter-spacing: 0.09em;
}

.sec-schedule p.attention {
	margin-top: 15px;
	font-size: 13px;
}

.sec-schedule .box p.attention {
	margin: 1px 0 0 -1px;
}

.sec-schedule .img {
	position: relative;
}

.sec-schedule figure {
	position: relative;
	margin-bottom: 26px;
}

body.ifukumachi.nurturing .sec-schedule.schedule figure {
	position: relative;
}

.sec-schedule figure:last-of-type {
	margin-bottom: 0 !important;
}

.sec-schedule figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #C89E3B;
	padding: 8px 10px 8px 12px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.sec-schedule .txt {
	width: 540px;
}

.sec-schedule dl {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.sec-schedule dl > div {
	display: -webkit-box;
	display: flex;
	background-color: #FFFFFF;
	margin-bottom: 7px;
	padding: 13px 20px;
}

.sec-schedule dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-schedule dt {
	width: 60px;
	min-width: 60px;
	padding-right: 30px;
	color: #C89E3B;
	letter-spacing: 0.1em;
	text-align: right;
	white-space: nowrap;
}

.sec-schedule.event dt {
	padding-right: 20px;
}

.sec-schedule dt i {
	display: inline-block;
	margin-right: -14px;
	padding-left: 2px;
}

.sec-schedule dt em {
	padding-left: 3px;
	font-size: 10px;
	font-weight: bold;
}

.sec-schedule dt span {
	padding-left: 2px;
	font-size: 11px;
}

@media all and (-ms-high-contrast:none){
	.sec-schedule figcaption {
		padding-top: 10px;
		padding-bottom: 7px;
	}
	.sec-schedule dl > div {
		padding-bottom: 10px;
	}
	.sec-schedule dd {
		padding-top: 3px;
	}
}

/* .sec-schedule.schedule
------------------------------------*/
.sec-schedule.schedule dl {
	margin: 44px 0 20px;
}

/* .sec-schedule.event
------------------------------------*/
.sec-schedule.event {
	margin-bottom: 0;
}

/*
.sec-schedule.event .pic {
	position: absolute;
	top: -5px;
	right: 40px;
}
*/

body.ifukumachi.nurturing .sec-schedule.event .pic { position: absolute; top: -65px; right: 5px; }
body.goshogadani.nurturing .sec-schedule.event .pic { position: absolute; top: 8px; right: 14px; }

.sec-schedule.event .inner {
	margin-top: 50px;
}

.sec-schedule.event figure {
	margin-bottom: 18px;
}

.sec-schedule .box {
	box-sizing: border-box;
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 30px;
	padding: 30px 35px 26px;
}

.sec-schedule .box h3 {
	margin: 0 0 16px 2px;
	color: #C89E3B;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.22em;
}

.sec-schedule .box li {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.sec-schedule .box li:last-of-type {
	margin-bottom: 0;
}

.sec-schedule .box h4 {
	display: inline-block;
	padding-right: 12px;
	font-weight: bold;
}

.sec-schedule.schedule .box {
	padding: 30px 0 25px 35px;
}

.sec-schedule.schedule .box h3 {
	margin-left: -1px;
	margin-bottom: 12px;
	letter-spacing: 0.18em;
}

.sec-schedule.schedule .box li {
	display: inline-block;
	position: relative;
	margin-right: 16px;
}

.sec-schedule.schedule .box li:last-of-type {
	margin-right: 0;
}

.sec-schedule.schedule .box li:after {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	right: -14px;
	opacity: 0.5;
}

.sec-schedule.schedule .box li:last-of-type:after {
	display: none;
}

.sec-schedule.schedule .box h4 {
	padding-right: 0;
}


/* .schedule-modal
---------------------------------------------------------------------------*/
.btn-schedule-modal {
	position: absolute;
	top: -105px;
	right: 0;
	cursor: pointer;
	transition: .15s ease-out;
}

.btn-schedule-modal:hover {
	opacity: 0.5;
}

.schedule-modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: #FBFBF6;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.schedule-modal-close {
	position: absolute;
	top: 55px;
	right: 55px;
	text-align: center;
	transition: .15s ease-out;
	cursor: pointer;
	z-index: 10;
}

.schedule-modal-close:hover {
	opacity: 0.5;
}

.schedule-modal {
	overflow-y: scroll;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.schedule-modal::-webkit-scrollbar { width: 2px; }
.schedule-modal::-webkit-scrollbar-track { border-radius: 2px; background: #FBFBF6; }
.schedule-modal::-webkit-scrollbar-thumb { border-radius: 2px; background: #524742; }

.schedule-modal-inner {
	box-sizing: border-box;
	width: 1100px;
	margin: 0 auto;
	padding: 95px 0 100px;
}

.schedule-modal-inner.wide {
	width: 100%;
	padding: 0;
}

.schedule-modal-inner + .schedule-modal-inner.wide {
	margin-top: -110px;
}

.schedule-modal-title {
	margin-bottom: 105px;
	text-align: center;
}

.schedule-modal-title h3 {
	margin-bottom: 35px;
}

.schedule-modal-inner h5 {
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #BEBBB5;
	border-radius: 30px;
	margin: 0 0 17px -6px;
	padding: 12px 18px 11px 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.schedule-modal-inner h5:not(:first-child) {
	margin-top: 24px;
}

.schedule-modal-inner h5 time {
	display: inline-block;
	margin-right: 12px;
	font-family: museo, serif;
	font-weight: 500;
	color: #C89E3B;
	font-size: 14px;
	letter-spacing: 0.04em;
	transform: translateY(-0.5px);
}

.schedule-modal-inner h5 time .font-gothic {
	font-weight: bold;
}

.sec-schedule .schedule-modal-inner figcaption {
	position: static;
	background: none;
	margin-top: 12px;
	padding: 0;
	color: #524742;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.sec-schedule .schedule-modal-inner figcaption:first-child {
	margin: 0 0 12px;
}

.schedule-modal-inner p {
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: 0.08em;
}

.time-ifukumachi1 .txt p {
	white-space: nowrap;
}

.schedule-modal-close-btm {
	box-sizing: border-box;
	background-color: #675A54;
	width: 100%;
	margin: 120px auto 0;
	padding: 24px 0 22px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.14em;
	text-align: center;
	cursor: pointer;
	transition: .15s ease-out;
}

.schedule-modal-close-btm:hover {
	opacity: 0.7;
}

/* .slider-loop
------------------------------------*/
.slider-loop {
	margin-bottom: 60px;
}

/* .time-ifukumachi1
------------------------------------*/
.time-ifukumachi1,
.time-ifukumachi7 {
	display: -webkit-box;
	display: flex;
	width: 918px;
	margin: 0 auto 90px;
}

.time-ifukumachi1 .img,
.time-ifukumachi7 .img {
	width: 348px;
	min-width: 348px;
}

.time-ifukumachi1 .txt,
.time-ifukumachi7 .txt {
	width: 100%;
	padding: 0 0 0 50px;
}

/* .time-ifukumachi2
------------------------------------*/
.time-ifukumachi2 {
	width: 1100px;
	margin: 0 auto 140px;
}

.circletime {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #DFD2B3;
	border-radius: 13px;
	width: 956px;
	margin: 65px auto 0;
	padding: 58px 55px 56px 208px;
}

.circletime h6 {
	position: absolute;
	top: 40px;
	left: 55px;
}

.circletime p {
	line-height: 2;
}

/* .time-ifukumachi3
------------------------------------*/
.time-ifukumachi3 {
	width: 918px;
	margin: 0 auto 120px;
}

.time-ifukumachi3 .txt {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 45px;
}

.time-ifukumachi3 .txt p {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 45px;
}

.time-ifukumachi3 .img {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.time-ifukumachi3 .img figure {
	width: 455px;
	min-width: 455px;
}

.time-ifukumachi3 .img-set {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 422px;
}

.time-ifukumachi3 .img-set figure {
	width: 198px;
	min-width: 198px;
}

.time-ifukumachi3 .img-set figure:nth-of-type(1),
.time-ifukumachi3 .img-set figure:nth-of-type(2) {
	margin-bottom: 18px !important;
}

.time-ifukumachi3 .img-set figcaption {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.65;
}

/* .time-ifukumachi4
------------------------------------*/
.time-ifukumachi4 {
	width: 918px;
	margin: 0 auto 120px;
}

.time-ifukumachi4 > figure:last-of-type {
	margin-bottom: 50px !important;
}

.time-ifukumachi4 .txt {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.time-ifukumachi4 .txt {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	width: 100%;
}

.time-ifukumachi4 .txt p {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 50px;
}

/* .time-ifukumachi5
------------------------------------*/
.time-ifukumachi5 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 918px;
	margin: 0 auto 120px;
}

.time-ifukumachi5 .img {
	position: relative;
	width: 518px;
	min-width: 518px;
}

.time-ifukumachi5 img:nth-of-type(2) {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.time-ifukumachi5 img:nth-of-type(3) {
	display: block;
	position: absolute;
	top: 179px;
	right: 0;
}

.time-ifukumachi5 .txt {
	padding: 0 0 0 35px;
}

.time-ifukumachi5 .txt h5 {
	margin-bottom: 10px !important;
}

.time-ifukumachi5 .txt h5:not(:first-child) {
	margin-top: 12px;
}

.time-ifukumachi5 .txt p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.time-ifukumachi5 .txt p.let {
	letter-spacing: 0.02em;
}

/* .time-ifukumachi6
------------------------------------*/
.time-ifukumachi6 {
	width: 918px;
	margin: 0 auto 100px;
}

.time-ifukumachi6 figure {
	position: relative;
}

.time-ifukumachi6 .circle {
	display: block;
	position: absolute;
	top: -54px;
	left: -82px;
	z-index: 1;
}

.time-ifukumachi6 figcaption {
	letter-spacing: 0.03em !important;
	white-space: nowrap;
}

/* .time-ifukumachi7
------------------------------------*/
.time-ifukumachi7 {
	margin-bottom: 0;
}

.time-ifukumachi7 .txt p.let {
	letter-spacing: 0.04em;
}

/* .time-goshogadani1
------------------------------------*/
.time-goshogadani1 {
	position: relative;
	margin: 0 auto 150px;
}

.time-goshogadani1 h5 {
	position: absolute;
	top: 26px;
	left: -51px;
	z-index: 2;
}

.time-goshogadani1 .img {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.time-goshogadani1 .img figure {
	margin-bottom: 40px !important;
}

/* .time-goshogadani2
------------------------------------*/
.time-goshogadani2 {
	position: relative;
	width: 1060px;
	margin: 0 auto 160px;
}

.time-goshogadani2 .img1 {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}

.time-goshogadani2 .img1 figcaption {
	margin: 0 0 12px;
}

.time-goshogadani2 .img2 {
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 2;
}

.time-goshogadani2 .img2 figcaption {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 0.2em;
	text-align: center;
}

.time-goshogadani2 .img2 figcaption span {
	display: inline-block;
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 1px;
	line-height: 1;
}

.time-goshogadani2 .img3 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.time-goshogadani2 h5{
	margin-left: 3px;
}

.time-goshogadani2 p{
	margin-left: 10px;
}

.time-goshogadani2 > p {
	width: 510px;
	text-align: justify;
}

/* .time-goshogadani3
------------------------------------*/
.time-goshogadani3 {
	width: 100%;
	margin-bottom: 40px;
}

.time-goshogadani3 .txt {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	width: 1060px;
	margin: 0 auto;
}

.time-goshogadani3 h5 {
	box-sizing: border-box;
	width: 157px;
	min-width: 157px;
}

.time-goshogadani3 p {
	padding: 0 0 0 32px;
	text-align: justify;
	letter-spacing: 0.08em;
}

/* .time-goshogadani4
------------------------------------*/
.time-goshogadani4 {
	width: 1126px;
	margin: 0 auto 220px;
}

.time-goshogadani4 .img {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}

.time-goshogadani4 .img figure {
	width: 348px;
}

.time-goshogadani4 .img figure:nth-of-type(1),
.time-goshogadani4 .img figure:nth-of-type(2),
.time-goshogadani4 .img figure:nth-of-type(3) {
	margin-bottom: 75px;
}

.time-goshogadani4 .img figure:nth-of-type(2) { transform: translateY(58px); }
.time-goshogadani4 .img figure:nth-of-type(5) { transform: translateY(40px); }

.time-goshogadani4 .txt {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.time-goshogadani4 .txt > div:first-of-type {
	width: 410px;
	min-width: 410px;
	margin-right: 45px;
}

/* .time-goshogadani5
------------------------------------*/
.time-goshogadani5 {
	position: relative;
	box-sizing: border-box;
	width: 1160px;
	margin: 0 auto 140px;
	padding: 428px 0 0 525px;
}

.time-goshogadani5 .img1 {
	position: absolute;
	top: -32px;
	left: -22px;
}

.time-goshogadani5 .img2 {
	position: absolute;
	top: 270px;
	left: 16px;
}

.time-goshogadani5 .img3 {
	position: absolute;
	top: 0;
	left: 377px;
	z-index: 3;
}

.time-goshogadani5 .img3 img:nth-of-type(2) {
	display: block;
	position: absolute;
	top: -46px;
	right: -44px;
}

.time-goshogadani5 .img4 {
	position: absolute;
	top: -24px;
	right: -10px;
	width: 326px;
}

.time-goshogadani5 .img4 img {
	clear: both;
	display: block;
}

.time-goshogadani5 .img4 img:first-of-type {
	float: right;
	margin-bottom: 33px;
}

.time-goshogadani5 p {
	letter-spacing: 0.06em !important;
}

/* .time-goshogadani6
------------------------------------*/
.time-goshogadani6 {
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 2px solid #3B7930;
	border-radius: 32px;
	width: 1160px;
	margin: 0 -30px 150px;
	padding: 70px 84px 54px;
}

.time-goshogadani6 h5 {
	display: block;
	border: none;
	margin-bottom: 65px;
	padding: 0;
	text-align: center;
}

.time-goshogadani6 .img {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.time-goshogadani6 .img figure {
	width: 468px;
}

.time-goshogadani6 .img figure:nth-of-type(1),
.time-goshogadani6 .img figure:nth-of-type(2) {
	margin-bottom: 60px;
}

/* .time-goshogadani7
------------------------------------*/
.time-goshogadani7 {
	width: 1080px;
	margin: 0 auto;
}

.time-goshogadani7 .img-set {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.time-goshogadani7 .img-set > div {
	width: 510px;
}

.time-goshogadani7 .img-set figure {
	position: relative;
	margin-bottom: 8px !important;
}

.time-goshogadani7 .img-set figure span {
	display: block;
	position: absolute;
	bottom: -75px;
	right: -20px;
}

.time-goshogadani7 .img-set figure span:after {
	display: block;
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.time-goshogadani7 .txt-set {
	margin: 95px 0 0;
}

.time-goshogadani7 .txt-set > div {
	position: relative;
	margin-bottom: 55px;
	padding-left: 255px;
}

.time-goshogadani7 .txt-set > div:last-of-type {
	margin-bottom: 0;
}

.time-goshogadani7 .txt-set > div h5 {
	position: absolute;
	top: 0;
	left: 0;
}


/* page document
---------------------------------------------------------------------------*/
#documentContents .img-main {
	margin-bottom: 140px;
}

#documentContents .img-main h1 {
	position: absolute;
	bottom: -166px;
	right: 31px;
	z-index: 11;
}

#documentContents .img-main .bird {
	position: absolute;
	bottom: -179px;
	right: 110px;
	z-index: 11;
}

#documentContents .sec-lead,
.sec-flow,
.sec-document {
	position: relative;
	box-sizing: border-box;
	width: 1050px;
	margin: 0 auto 170px;
	padding-left: 190px;
}

#documentContents .sec-lead h2,
#privacyContents .sec-lead h2,
.sec-flow h2,
.sec-document h2 {
	position: absolute;
	top: -70px;
	left: 0;
}

#documentContents .sec-lead h3 {
	margin: 0 0 29px -2px;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.16em;
}

#documentContents .sec-lead p {
	margin-bottom: 18px;
}

/* .sec-flow
------------------------------------*/
.flow {
	position: relative;
	width: 650px;
}

.flow > div {
	position: relative;
	z-index: 2;
}

.flow .inner,
.flow .step4 div:nth-of-type(1) {
	box-sizing: border-box;
	background-color: #F0E8D8;
	border: 1px solid #9B9790;
	border-radius: 4px;
	min-height: 90px;
	margin-bottom: 28px;
	padding-bottom: 14px;
	text-align: center;
}

.flow .inner:last-of-type {
	margin-bottom: 0;
}

.flow .inner.line1 {
	padding-top: 28px;
}

.flow .inner.line2 {
	padding-top: 16px;
}

.flow .inner h3,
.flow .step4 div h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.flow .inner h3 span {
	padding-left: 2px;
	font-size: 13px;
}

.flow .inner h3.inb {
	display: inline-block;
	font-size: 20px;
	text-align: left;
}

.flow .inner p {
	margin-top: 2px;
	font-size: 13px;
}

.flow .inner p.size-s {
	margin-top: 3px;
	font-size: 12px;
}

.flow .inner p .line-through,
.sec-document .inner p.line-through,
.sec-document .inner p .line-through {
	text-decoration: line-through;
}

.flow .inner-s {
	margin: 7px 0 7px;
}

.flow .inner-s.side {
	display: inline-block;
	text-align: left;
	margin: 0 0 0 15px;
}

.flow .inner-s h4 {
	display: inline-block;
	background-color: #FFFFFF;
	border: 2px solid #D61518;
	margin-right: 8px;
	padding: 5px 6px 5px 8px;
	color: #D61518;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	transform: translateY(-2px);
}

.flow .inner-s h4 + p {
	display: inline-block;
	margin: 0;
	color: #D61518;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.flow .inner-s h4 + p strong {
	font-size: 20px;
	font-weight: bold;
}

@media all and (-ms-high-contrast:none){
	.flow .inner-s h4 {
		padding-top: 8px;
		padding-bottom: 2px;
	}
}

/* .start
------------------------------------*/
.flow .start {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

.flow .start div {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 4px;
	width: 310px;
	height: 130px;
	padding-top: 28px;
	text-align: center;
}

.flow .start .corporate {
	border: 2px solid #DB482A;
}

.flow .start .local {
	border: 2px solid #20A3D9;
}

.flow .start p {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.flow .start h3 {
	margin-top: 9px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.flow .start .corporate h3 { color: #DB482A; }
.flow .start .local h3 { color: #20A3D9; }

/* .step3
------------------------------------*/
.flow .inner.step3 {
	padding-top: 26px;
}

/* .step4
------------------------------------*/
.flow .step4 {
	position: relative;
}

.flow .step4 div {
	width: 310px;
}

.flow .step4 div h3 {
	font-size: 18px;
}

.flow .step4 div:nth-of-type(1) {
	border: 2px solid #DB482A;
	padding-top: 17px;
}

.flow .step4 div:nth-of-type(2) {
	position: absolute;
	top: 20px;
	left: 345px;
	background-color: #FFF7E5;
	padding: 10px 0;
}

/* .arrow
------------------------------------*/
.flow:before,
.flow:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	background-color: #B4B4B5;
	width: 9px;
	height: 100%;
	z-index: 0;
}

.flow:before { left: 25%; margin-left: -11px; }
.flow:after { left: 75%; margin-left: 4px; }

.flow .arrow {
	position: relative;
	z-index: 3;
}

.flow .finish {
	z-index: 1;
}

.flow .arrow:before,
.flow .arrow:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -44px;
	background: url(img/share/arrow-down.svg) no-repeat;
	width: 48px;
	height: 58px;
	z-index: -1;
}

.flow .arrow:before { left: 130px; }
.flow .arrow:after { left: 471px; }

.flow .finish.arrow:before,
.flow .finish.arrow:after { top: -46px; }
.flow .finish.arrow:after { left: 470px; }

/* .step5
------------------------------------*/
.flow .inner.step5 {
	padding-top: 13px;
}

.flow .step5 .inner-s {
	margin-left: 30px;
}

/* .sec-document
------------------------------------*/
.sec-document:last-of-type {
	margin-bottom: 0;
}

.sec-document .inner {
	display: -webkit-box;
	display: flex;
	padding: 38px 15px 42px 0;
	line-height: 1.6;
}

.sec-document.size-s .inner {
	padding-top: 28px;
	padding-bottom: 32px;
}

.sec-document .inner:first-of-type {
	padding-top: 0;
}

.sec-document .inner h3 {
	width: 145px;
	min-width: 145px;
	padding-top: 2px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.sec-document .inner h4 {
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.sec-document .inner .txt {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.sec-document.pay .inner:first-of-type .txt,
.sec-document.pay .box {
	box-sizing: border-box;
	width: 640px;
}

.sec-document .inner p {
	margin-bottom: 15px !important;
	font-size: 15px;
	line-height: 1.85;
	text-align: justify;
}

.sec-document .inner p:last-child {
	margin-bottom: 0 !important;
}

.sec-document .inner p.attention {
	margin-top: -4px;
	margin-bottom: 25px !important;
	font-size: 12px;
}

.sec-document .inner p.attention:last-child {
	margin-bottom: 0 !important;
}

.sec-document .inner .box + p.attention {
	margin-top: -18px;
}

.sec-document .box {
	display: inline-block;
	box-sizing: border-box;
	background: #FFFFFF;
	margin: 15px 0 35px;
	padding: 18px 30px 16px;
	vertical-align: top;
}

.sec-document .box.w560 {
	width: 560px;
}

.sec-document .box + .box {
	margin-top: 0;
}

.sec-document .box-m { padding: 22px 30px 22px; }
.sec-document .box-l { padding: 30px 38px 32px; }

.sec-document .inner p.attention + .box {
	margin-top: 5px;
}

.sec-document .box-wrap {
	display: -webkit-box;
	display: flex;
}

.sec-document .box-wrap .box {
	margin: 0 15px 25px 0 !important;
}

.sec-document .box:first-child { margin-top: 0; }
.sec-document .box:last-child { margin-bottom: 0; }

.sec-document .box.dt3 {
	margin-top: 25px;
}

.sec-document .box h4 {
	margin-bottom: 14px;
}

.sec-document dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 6px;
}

.sec-document dl.mb > div {
	margin-bottom: 8px;
}

.sec-document dl > div:last-child {
	margin-bottom: 0 !important;
}

.sec-document .dt3 dl > div {
	margin-bottom: 20px;
}

.sec-document dt {
	padding-right: 20px;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.sec-document .dt3 dt { width: 60px; min-width: 60px; }
.sec-document .dt5 dt { width: 90px; min-width: 90px; }
.sec-document .dt6 dt { width: 120px; min-width: 120px; }

.sec-document .txt > .list-dot {
	margin-top: 25px;
}

.sec-document .txt > .list-dot:first-child,
.sec-document .txt > .list-dot:first-child + ul,
.sec-document .txt > .list-dot:first-child + ul + ul {
	margin-top: 0;
}

.sec-document .txt > .list-dot li i {
	font-size: 13px;
}

.sec-document .inner .box p {
	margin-bottom: 4px !important;
	font-size: 15px;
}

.sec-document dd ul.even { display: inline-block; margin-right: 20px; }
.sec-document dd ul.even:last-of-type { margin-right: 10px; }

.sec-document dd ul.wide {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.sec-document dd ul.wide li { margin-right: 25px; }
.sec-document dd ul.wide li:last-of-type { margin-right: 0; }

.sec-document dd li strong { padding-right: 10px; font-weight: bold; }
.sec-document dd li strong.pr { padding-right: 20px; }

.sec-document .btn-set {
	margin: 30px 0 -10px;
}

.sec-document li span {
	display: inline-block;
	margin: 0 0 4px;
	font-size: 12px;
}


/* page contact
---------------------------------------------------------------------------*/
#contactContents #contentsInner {
	width: 1020px;
	margin: 0 auto;
}

#contactContents .sec-lead {
	margin: 75px 0 105px;
	padding-left: 150px;
}

#contactContents .sec-lead h1 {
	position: absolute;
	top: -132px;
	left: 0;
}

#contactContents .sec-lead .bird {
	top: -100px;
	right: -50px;
}

/* .form-wrap
------------------------------------*/
.form-wrap {
	position: relative;
}

.form-wrap dl {
	width: 600px;
	line-height: 1.6;
}

.form-wrap dl div {
	display: flex;
	margin-bottom: 25px;
}

.form-wrap dl div:last-of-type {
	margin-bottom: 0;
}

.form-wrap dt,
.sec-privacy > h2 {
	position: relative;
	box-sizing: border-box;
	width: 150px;
	padding: 16px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.form-wrap dt.confirm {
	padding-top: 8px;
}

.form-wrap dt span {
	display: block;
	margin-top: 2px;
	font-size: 10px;
}

.form-wrap dd {
	width: calc(100% - 150px);
}

.form-wrap dd p {
	font-size: 12px;
	line-height: 1.7;
	text-align: justify;
}

/* input
------------------------------------*/
.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap textarea,
.btn-select .customSelect {
	display: inline-block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: none;
	border-radius: 5px;
	width: 100%;
	height: 54px;
	padding: 10px 18px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.form-wrap textarea {
	height: 320px;
	padding: 16px 18px;
}

.form-wrap .wpcf7-form-control {
	display: block !important;
	max-width: 100%;
	z-index: 2;
}

.btn-select {
	position: relative;
}

.btn-select:after {
	display: block;
	content: '';
	position: absolute;
	top: 25px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #524742 transparent transparent transparent;
	pointer-events: none;
}

.btn-select select {
	cursor: pointer !important;
	z-index: 2;
}

.btn-select .customSelect {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	text-align: left;
	letter-spacing: 0.1em;
}

.btn-select .customSelect .customSelectInner {
	box-sizing: border-box;
  border: 1px solid var(--color-line-navy);
  border-radius: 4px;
	width: 100% !important;
	padding: 7px 0;
	/* transform-origin: right bottom; */
	/* transform: scale(0.75); */
}

/* .btn-submit
------------------------------------*/
.form-wrap .attention,
.form-wrap .btn-submit,
.inv-recaptcha-holder {
	position: absolute;
	left: 670px;
}

.inv-recaptcha-holder {
	bottom: 140px;
}

.form-wrap .attention {
	bottom: 80px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.form-wrap .btn-submit {
	bottom: 17px;
}

.form-wrap .btn-submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	box-sizing: border-box;
	background: #DEBB69;
	border: none;
	width: 280px;
	height: auto;
	margin: 0;
	padding: 12px 14px 12px 16px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.15em;
	transition: .15s ease-out;
}

.form-wrap .btn-submit input:hover {
	opacity: 0.5;
}

@media all and (-ms-high-contrast:none){
	.form-wrap .btn-submit input {
		padding-top: 14px;
		padding-bottom: 10px;
	}
}

/* error
------------------------------------*/
.form-wrap .txt-error,
.wpcf7-not-valid-tip,
.txt-response,
.wpcf7-response-output {
	display: block;
	color: #DB482A;
}

.form-wrap .txt-error,
.wpcf7-not-valid-tip {
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.screen-reader-response {
	display: none;
}

.txt-response,
.wpcf7-response-output {
	margin: 20px 0 0 150px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}


/* .sec-privacy
------------------------------------*/
/*
.sec-privacy {
	position: relative;
	box-sizing: border-box;
	margin: 60px 0 0;
	padding: 0 70px 0 150px;
}

.sec-privacy > h2 {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.8;
}

.privacy-wrap {
	overflow: hidden;
	box-sizing: border-box;
	background-color: #F7F4E8;
	width: 100%;
	height: 320px;
	padding: 10px;
}

.sec-privacy .inner {
	box-sizing: border-box;
	height: 100%;
	padding: 32px 38px 32px 34px;
	overflow-x: auto;
	position: relative;
}

.sec-privacy .inner::-webkit-scrollbar { width: 1px; }
.sec-privacy .inner::-webkit-scrollbar-track { background: none; }
.sec-privacy .inner::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); }

.sec-privacy h2,
.sec-privacy dt {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.sec-privacy p {
	margin-bottom: 12px;
}

.sec-privacy p,
.sec-privacy li {
	font-size: 13px;
	text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.sec-privacy dl {
	margin-top: 40px;
	font-size: 13px;
}

.sec-privacy dl > div {
	margin-bottom: 40px;
}

.sec-privacy dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-privacy ul {
	margin: 10px 0 24px 2px;
}

.sec-privacy li {
	margin-bottom: 6px;
	padding-left: 22px;
}

.sec-privacy .list-dot li:before {
	top: -3px;
	left: -2px;
	font-size: 15px;
}
*/


/* page park
---------------------------------------------------------------------------*/
#wrap:after,
header .logo img,
.btn-park img,
footer .albus > div {
	transition: .4s linear;
}

header .logo img.black,
.btn-park img.black {
	transition: 0s linear;
}

body.park header .logo img.black,
body.park .btn-park img.black {
	transition: 0s linear .4s;
}

body.park #loading {
	border-color: #3B7930;
	border-top-color: transparent;
}

body.park .gnav li {
	border-color: rgba(59,121,48,0.3);
}

body.park .img-main-side .address address {
	border-color: rgba(59,121,48,1);
}

body.park .gnav li a .brown,
body.park .snav li a .brown {
	opacity: 0;
}

body.park .gnav li a .green,
body.park .snav li a .green {
	opacity: 1;
}

body.park .gnav li a,
body.park .snav li,
body.park .snav li a,
body.park .img-main-side .address address,
body.park .sec-park-logo .txt h3,
body.park .news-list article h2 {
	color: #3B7930;
}

body.park .sec-lead p,
body.park .sec-park-logo .txt p,
body.park .news-list article time,
body.park .news-list article .category {
	color: #5C7756;
}

body.park .balloon {
	background-image: url(img/share/pic-balloon-green@2x.png);
}

/* body.park header .logo .black, */
body.park .btn-park .black,
body.park .img-main-side .address small .black,
body.park .img-main-side .sns a .black {
	opacity: 0;
}

/* body.park header .logo .green, */
body.park .btn-park .green,
body.park .img-main-side .address small .green,
body.park .img-main-side .sns a .green {
	opacity: 1 !important;
}

#parkContents .img-main {
	margin-bottom: 75px;
	z-index: 0;
}

/* .sec-lead
------------------------------------*/
#parkContents .sec-lead {
	width: 1094px;
	margin: 0 auto 140px;
}

#parkContents .sec-lead p {
	padding-left: 45px;
}

#parkContents .sec-lead figure {
	overflow: hidden;
	margin-top: 85px;
}

#parkContents .sec-lead figure img { display: block; float: left; }
#parkContents .sec-lead figure img:last-of-type { float: right; }

#parkContents .sec-lead h1 img { display: block; }
#parkContents .sec-lead h1 img:nth-of-type(1) { position: absolute; top: -168px; right: 8%; }
#parkContents .sec-lead h1 img:nth-of-type(2) { position: absolute; top: -62px; right: -19px; }
#parkContents .sec-lead h1 img:nth-of-type(3) { position: absolute; top: -158px; right: -67px; }

#parkContents .sec-lead .bird {
	position: absolute;
	top: -110px;
	right: 92px;
}

/* .park-map
------------------------------------*/
.park-map {
	position: relative;
	width: 916px;
	margin: 0 auto 160px;
	transform: translateX(20px);
}

.park-map .map,
.park-map .comment {
	opacity: 0;
}

.park-map .comment {
	position: absolute;
	top: -70px;
	right: -34px;
	box-sizing: border-box;
	background-color: #3B7930;
	border-radius: 12px;
	width: 220px;
	padding: 12px 16px 12px 20px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.park-map .comment:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -14px;
	left: 32px;
	background-color: #3B7930;
	width: 6px;
	height: 14px;
}

.park-map .pin {
	position: absolute;
	margin: -30px;
	padding: 30px;
	cursor: pointer;
	display: none;
	opacity: 0;
}

.park-map .pin img { display: block; animation: pin_off .06s ease-out forwards; }
.park-map .pin:hover img { animation: pin_on .16s ease-in-out forwards; }

@keyframes pin_off {
	0% { transform: scale(1.4); }
	100% { transform: scale(1); }
}

@keyframes pin_on {
	0% { transform: scale(1); }
	50% { transform: scale(0.7); }
	100% { transform: scale(1.4); }
}

.park-map #pin1 { top: 100px; left: 187px; }
.park-map #pin2 { top: 102px; left: 484px; }
.park-map #pin3 { top: 194px; left: 518px; }
.park-map #pin4 { top: 220px; left: 360px; }
.park-map #pin5 { top: 255px; left: 163px; }
.park-map #pin6 { top: 364px; left: 244px; }
.park-map #pin7 { top: 387px; left: 747px; }

/* .park-map-zoom
------------------------------------*/
#parkContents .modal-wrap {
/* 	background: url(img/share/bg-green.jpg) repeat left top; */
	background: #FFFFFF;
}

.slider-zoom .inner {
	width: 100%;
	height: 100vh;
}

.slider-zoom .inner .title {
	display: inline-block;
	position: fixed;
	top: 45px;
	left: 35px;
	background-color: #FFFFFF;
	padding: 4px 6px 4px 9px;
	color: #3B7930;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	z-index: 9;
}

.slider-zoom .inner-s {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: calc(100% - 200px);
	height: 100%;
	max-height: calc(100% - 280px);
/* 	padding-bottom: 59.7%; */
	z-index: 0;
	transition: .2s ease-in-out .2s;
}

.slider-zoom .inner-s .frame {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	z-index: 1;
}

.slider-zoom .inner-s img {
	display: block;
}

.slider-zoom .inner-s .frame + img {
	position: absolute;
	top: 50%;
	left: 1px;
	transform: translateY(-50%);
	width: calc(100% - 2px);
	-webkit-backface-visibility: hidden;
}

/* .slick-prev, .slick-next
------------------------------------*/
.slider-zoom .slick-prev,
.slider-zoom .slick-next {
	position: fixed;
	bottom: 65px;
	background: url(img/share/btn-arrow-side.svg) no-repeat center center;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	z-index: 2;
	transition: .12s ease-out;
}

.slider-zoom .slick-prev:hover { transform: scale(-1.4,1.4); }
.slider-zoom .slick-next:hover { transform: scale(1.4); }

.slider-zoom .slick-prev {
	left: 50%;
	margin-left: -180px;
	transform: scaleX(-1);
}

.slider-zoom .slick-next {
	right: 50%;
	margin-right: -180px;
}

/* .slick-dots
------------------------------------*/
.slider-zoom .slick-dots {
	position: fixed;
	bottom: 67px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.slider-zoom .slick-dots li {
	display: inline-block;
	position: relative;
	width: 31px;
	height: 31px;
	padding: 0 4px;
}

.slider-zoom .slick-dots li:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	color: #3B7930;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	white-space: nowrap;
	opacity: 0;
	transition: .1s ease-out;
	visibility: hidden;
}

.slider-zoom .slick-dots li:hover:after,
.slider-zoom .slick-dots li.slick-active:after {
	visibility: visible;
	opacity: 1;
}

.slider-zoom .slick-dots li.slick-active.hidden:after {
	visibility: hidden !important;
	opacity: 0 !important;
}

.slider-zoom .slick-dots li.slick-active:after {
	color: #DEBB69;
}

.slider-zoom .slick-dots li:nth-of-type(1):after { content: '公園だより'; }
.slider-zoom .slick-dots li:nth-of-type(2):after { content: 'コンポスト'; }
.slider-zoom .slick-dots li:nth-of-type(3):after { content: '木のおうち制作'; }
.slider-zoom .slick-dots li:nth-of-type(4):after { content: '遊具の塗り替え'; }
.slider-zoom .slick-dots li:nth-of-type(5):after { content: '日々の清掃'; }
.slider-zoom .slick-dots li:nth-of-type(6):after { content: 'おしらせ看板制作'; }
.slider-zoom .slick-dots li:nth-of-type(7):after { content: '棚の設営'; }

.slider-zoom .slick-dots button {
	position: relative;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	transition: .15s ease-out;
}

.slider-zoom .slick-dots button:before {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	background: #3B7930;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	z-index: 1;
}

.slider-zoom .slick-dots button:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #C9EDC7;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}

.slider-zoom .slick-dots li:not(.slick-active):hover button:after { opacity: 1; }
.slider-zoom .slick-dots .slick-active button:before { background-color: #DEBB69; }

/* .sec-aigokai
------------------------------------*/
.sec-aigokai {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	box-sizing: border-box;
	background-color: #F2F7F3;
	width: 1000px;
	margin: 0 auto 130px;
	padding: 64px 74px 64px 64px;
}

.sec-aigokai h2 {
	position: absolute;
	top: -85px;
	left: 50px;
}

.sec-aigokai h3 {
	position: absolute;
	top: -128px;
	right: -22px;
}

.sec-aigokai h3 > img {
	position: relative;
	display: block;
	z-index: 2;
}

.sec-aigokai h3 .flip {
	display: block;
	position: absolute;
	top: 50px;
	right: 70px;
	width: 138px;
	height: 96px;
	transform-origin: right top;
	z-index: 1;
}

.sec-aigokai h3 strong {
	display: block;
	position: absolute;
	top: 22px;
	left: 28px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.3em;
	transform: rotate(-15deg);
}

.sec-aigokai figure {
	width: 378px;
	min-width: 378px;
}

.sec-aigokai .txt {
	padding: 5px 65px 0 0;
}

.sec-aigokai h5 {
	display: inline-block;
	background-color: #DEBB69;
	margin-bottom: 22px;
	padding: 7px 6px 6px 9px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.sec-aigokai h4 {
	margin-bottom: 20px;
}

.sec-aigokai p {
	font-size: 15px;
	text-align: justify;
}

.sec-aigokai p.attention {
	font-size: 12px;
	line-height: 1.9;
}

/* .sec-park-logo
------------------------------------*/
.sec-park-logo {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	width: 990px;
	margin: 0 auto 185px;
}

.sec-park-logo h2 {
	position: absolute;
	top: 0;
	left: 0;
}

.sec-park-logo .logo {
	position: absolute;
	top: -30px;
	right: 32px;
	width: 92px;
	height: auto;
}

.sec-park-logo figure {
	overflow: hidden;
	width: 436px;
	min-width: 436px;
}

.sec-park-logo figure img:first-of-type {
	display: block;
	float: right;
	margin-bottom: 44px;
}

.sec-park-logo .txt {
	padding: 0 0 0 50px;
	transform: translateY(2px);
}

.sec-park-logo .txt h3 {
	margin: 55px 0 25px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.sec-park-logo .txt h3:first-child {
	margin-top: 0;
}

.sec-park-logo .txt p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

/* .sec-donate
------------------------------------*/
.sec-donate {
	position: relative;
	box-sizing: border-box;
	background-color: #F2F7F3;
	width: 920px;
	margin: 0 auto 240px;
	padding: 85px 95px 75px;
}

.sec-donate h2 {
	position: absolute;
	top: -65px;
	left: -30px;
}

.sec-donate h3 {
	margin-bottom: 45px;
	color: #6EAA63;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.24em;
	text-align: center;
}

.sec-donate .message {
	background: url(img/share/bg-line-txt.png) repeat left top;
	width: 660px;
	margin: 0 auto 90px;
	padding: 8px 8px 0;
}

.sec-donate .message p {
	padding-bottom: 4px;
	color: #524742;
	font-size: 17px;
	line-height: 2.77;
	letter-spacing: 0.06em;
	text-align: justify;
}

.sec-donate h4 {
	display: inline-block;
	border-bottom: 1px solid #6EAA63;
	margin: 0 0 40px 7px;
	padding: 0 0 2px 1px;
	color: #6EAA63;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.sec-donate dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 30px;
	padding: 0 6px 30px 8px;
}

.sec-donate dl > div:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sec-donate dt {
	box-sizing: border-box;
	width: 170px;
	min-width: 170px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.18em;
}

.sec-donate dd { position: relative; }
.sec-donate dd.pr {	padding-right: 135px; }

.sec-donate dd .img-donate {
	position: absolute;
	top: -10px;
	right: 8px;
}

.sec-donate dd p {
	font-size: 15px;
	text-align: justify;
}

.sec-donate dd p span {
	display: block;
	margin: -2px 0 0 65px;
	font-size: 10px;
}

.sec-donate dd .btn-set {
	margin: 22px 0 8px;
}

.sec-donate .logo-base {
	margin: 22px 0 0 -2px;
}

/* .park-news
------------------------------------*/
.park-news {
	position: relative;
	width: 920px;
	margin: 0 auto;
}

.park-news > h2 {
	position: absolute;
	top: -130px;
	left: -110px;
}


/* page error
---------------------------------------------------------------------------*/
#errorContents {
	padding-top: 140px;
	text-align: center;
}

#errorContents h1 {
	margin-bottom: 45px;
}

#errorContents h1 em {
	display: block;
	margin-bottom: 18px;
	font-size: 12px;
	letter-spacing: 0.12em;
}

#errorContents h1 strong {
	display: block;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#errorContents p {
	line-height: 2;
	letter-spacing: 0.12em;
}


/* page privacy
---------------------------------------------------------------------------*/
#privacyContents #contentsInner {
	padding-top: 90px;
}

#privacyContents .sec-lead,
#privacyContents .sec-privacy {
	position: relative;
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	padding: 0 30px 0 200px;
}

#privacyContents .sec-lead {
	margin-bottom: 85px;
}

#privacyContents .sec-lead h1 {
	position: absolute;
	top: -150px;
	left: -30px;
	z-index: 11;
}

#privacyContents .sec-lead p {
	text-align: justify;
}

#privacyContents .sec-privacy .inner { margin-bottom: 75px;} 
#privacyContents .sec-privacy .inner:last-of-type { margin-bottom: 0; }

#privacyContents .sec-privacy h3 {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#privacyContents .sec-privacy .txt {
	padding-left: 45px;
	text-align: justify;
}

#privacyContents .sec-privacy p {
	margin-bottom: 15px;
	font-size: 15px;
}

/* media query
-----------------------------------*/
@media (max-width: 1400px) {
	#privacyContents .sec-lead h1 {
		left: 0;
	}
	#privacyContents .sec-lead,
	#privacyContents .sec-privacy {
		padding: 0 0 0 230px;
	}
}


/* page download
---------------------------------------------------------------------------*/
#downloadContents #contentsInner {
	padding-top: 105px;
}

/* .sec-download
------------------------------------*/
.sec-download {
	position: relative;
	box-sizing: border-box;
	width: 870px;
	margin: 0 auto;
	padding-left: 160px;
}

.sec-download h1 {
	position: absolute;
	top: -165px;
	left: -75px;
	z-index: 11;
}

.download-head {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0 34px 0 37px;
}

.download-head h3 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

/* .download-list
------------------------------------*/
.download-list li {
	background-color: #FCF5E7;
	border: 2px solid #DED4C1;
	border-radius: 4px;
	margin-bottom: 15px;
}

.download-list li a {
	display: block;
}

.download-list li div {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	padding: 17px 36px 16px 34px;
}

.download-list li h2,
.download-list li time {
	color: #302922;
}

.download-list li h2 {
	padding: 1px 25px 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.download-list li time {
	position: relative;
	display: block;
	box-sizing: border-box;
	border-left: 1px solid #DED4C1;
	width: 112px;
	min-width: 112px;
	padding: 5px 0 0 27px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

/* media query
-----------------------------------*/
@media (max-width: 1400px) {
	.sec-download h1 {
		left: -20px;
	}
}


/* .ifukumachi
---------------------------------------------------------------------------*/
/*
body.ifukumachi #mainContents h2,
body.ifukumachi #mainContents h3,
body.ifukumachi .dl-line dt {
	color: #3E3834 !important;
}

body.ifukumachi #mainContents p,
body.ifukumachi #mainContents p a,
body.ifukumachi #mainContents h4,
body.ifukumachi .img-main-side .address address.ifukumachi,
body.ifukumachi .dl-line dd,
body.ifukumachi .info-albus address,
body.ifukumachi .modal-interior-nav > div span {
	color: #635647 !important;
}

body.ifukumachi p a,
body.ifukumachi .img-main-side .address address,
body.ifukumachi .dl-line dd a,
body.ifukumachi .other-post > a,
body.ifukumachi .flow .inner h3 a {
	border-color: #635647 !important;
}
*/


/* .goshogadani
---------------------------------------------------------------------------*/
/*
body.goshogadani #mainContents h2,
body.goshogadani #mainContents h3,
body.goshogadani .dl-line dt {
	color: #424B58 !important;
}

body.goshogadani #mainContents p,
body.goshogadani #mainContents p a,
body.goshogadani #mainContents h4,
body.goshogadani .img-main-side .address address.goshogadani,
body.goshogadani .dl-line dd,
body.goshogadani .info-albus address,
body.goshogadani .modal-interior-nav > div span {
	color: #515D6D !important;
}

body.goshogadani p a,
body.goshogadani .img-main-side .address address,
body.goshogadani .dl-line dd a,
body.goshogadani .other-post > a,
body.goshogadani .flow .inner h3 a {
	border-color: #515D6D !important;
}
*/


/* .grecaptcha-badge
---------------------------------------------------------------------------*/
.grecaptcha-badge {
	pointer-events: none;
	z-index: -999;
	opacity: 0;
}

body.contact .grecaptcha-badge {
	pointer-events: auto;
	z-index: 0;
	opacity: 1;
}