@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&family=Great+Vibes&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Noto+Serif:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	body.fix {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: scroll !important;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.hgHeader {
	height: 150px;
}
#gHeader {
	padding: 28px 50px 24px;
	box-sizing: border-box;
}
#gHeader .hBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .hBox .linkUl {
	width: 92px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader .hBox .hInner {
	margin-top: 2px;
	padding-left: 71px;
}
#gHeader .hBox .hInner .logo {
	width: 130px;
	margin: 0 auto 23px;
}
#gNavi ul {
	display: flex;
	justify-content: center;
}
#gNavi ul li {
	margin: 0 14px;
}
#gNavi ul a {
	font-size: 1.5rem;
	font-family: trajan-pro-3, serif;
	letter-spacing: 0.1em;
}
#gNavi ul a:hover {
	opacity: 0.7;
}
#gHeader .hBox .linkUl li {
	width: 21px;
}
#gHeader .hBox .linkUl li a:hover {
	opacity: 0.7;
}
#gHeader .hBox .linkBox {
	text-align: center;
	margin-top: -4px;
}
#gHeader .hBox .linkBox p {
	margin-bottom: 5px;
	color: #584F40;
	font-family: 'Noto Sans JP', sans-serif;
}
#gHeader .hBox .linkBox .comBtn {
	margin-bottom: 0;
}
#gHeader .hBox .linkBox .comBtn a {
	width: 164px;
	height: 35px;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) and (max-width: 1033px) {
	#gHeader {
		padding: 28px 20px 24px;
	}
	#gHeader .hBox .hInner {
		padding-left: 0;
	}
	#gNavi ul li {
		margin: 0 9px;
	}
	#gHeader .hBox .linkBox .comBtn a {
		width: 157px;
	}
}
@media all and (min-width: 897px) {
	#gHeader.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		transition: all 1s;
		background-color: rgba(255,255,255,0.8);
	}
	#gHeader.fixed .logo {
		display: none;
	}
	#gHeader .hBox .linkBox .comBtn a:hover {
		color: #584F40;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.hgHeader {
		height: 80px;
	}
	#gHeader {
		height: 80px;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		background-color: rgba(255,255,255,0.8);
	}
	#gHeader .menuBox {
		padding: 12px 20px 20px;
		position: relative;
		box-sizing: border-box;
		height: 100%;
	}
	#gHeader.fixed .logo {
		display: block;
	}
	.menu {
		position: fixed;
		top: 0;
		right: 0;
		height: 60px;
		width: 60px;
		cursor: pointer;
		z-index: 199;
		transition: opacity 0.25s ease;
		-webkit-transition: all 0.3s ease;
		background-color: #333;
	}
	.menu span {
		height: 3px;
		width: 20px;
		position: absolute;
		top: 25px;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		z-index: 100;
	}
	.menu span:nth-of-type(2) {
		display: none;
	}
	.menu span:nth-of-type(3) {
		top: 33px;
	}
	.menu.active .top {
		top: 29px;
		transform: rotate(-45deg);
		left: 20px;
	}
	.menu.active .bottom {
		transform: rotate(44deg);
		top: 29px;
		left: 20px;
	}
	.logo {
		width: 125px;
	}
	.hInner {
		position: fixed;
		top: 80px;
		left: 0;
		display: none;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		background-color: rgba(255,255,255,0.8);
		z-index: 100;
		padding: 40px 20px 60px;
		box-sizing: border-box;
	}
	.hInner .nauiUl {
		margin-bottom: 143px;
	}
	.hInner .nauiUl li {
		margin-bottom: 15.4px;
		display: block;
		text-align: center;
	}
	.hInner .nauiUl li a {
		color: #333333;
		font-size: 2.5rem;
		font-family: trajan-pro-3, serif;
		letter-spacing: 0.1em;
	}
	.hInner p {
		margin-bottom: 43px;
		color: #584F40;
		font-size: 1.4rem;
		font-weight: 500;
		font-family: 'Noto Sans JP', sans-serif;
		letter-spacing: 0.05em;
		text-align: center;
	}
	.hInner p span {
		padding: 0 49px;
		display: inline-block;
		position: relative;
	}
	.hInner p span::after, .hInner p span::before {
		position: absolute;
		bottom: -8px;
		left: 0;
		width: 30px;
		height: 50px;
		content: '';
		background: url(img/common/icon01.png) no-repeat left top / 30px;
	}
	.hInner p span::after {
		left: auto;
		right: 0;
		background-image: url(img/common/icon02.png);
	}
	.hInner .linkUl {
		margin: 0 auto 100px;
		width: 92px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.hInner .linkUl li {
		width: 21px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 99px 0 39px;
	background-color: #333333;
}
#gFooter .fLogo {
	margin: 0 auto 71px;
	max-width: 200px;
}
#gFooter address {
	color: #656565;
	font-style: normal;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 113px 0 28px;
	}
	#gFooter .fLogo {
		max-width: 133px;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	padding: 0 50px;
	margin: 0 auto;
	max-width: 1100px;
}
.headLine01 {
	margin-bottom: 15px;
}
.headLine01 .en {
	margin: 10px 0 22px;
	display: block;
	font-family: trajan-pro-3, serif;
	font-weight: normal;
	font-size: 5.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
}
.headLine01 .jp {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #a79e8d;
}
.headLine01::after {
	width: 140px;
	height: 1px;
	display: inline-block;
	content: '';
	background: #333;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 20px;
		max-width: inherit;
	}
	.headLine01 {
		margin-bottom: 5px;
	}
	.headLine01 .jp {
		font-size: 1.2rem;
	}
	.headLine01 .en {
		font-size: 4.8rem;
	}
}
.headLine02 {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.headLine02 .en {
	margin: 4px 0 17px;
	display: block;
	font-weight: normal;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: trajan-pro-3, serif;
}
.headLine02::after {
	width: 50px;
	height: 1px;
	display: inline-block;
	content: '';
	background: #FFF;
}
.comBtn {
	margin-bottom: 120px;
	text-align: center;
}
.comBtn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 393px;
	height: 78px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-align: center;
	color: #fff;
	background: #584f40;
	border: 1px solid #584f40;
}
@media all and (min-width: 897px) {
	.comTable a:hover {
		text-decoration: none;
	}
	.comBtn a:hover {
		color: #584f40;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 20px;
	}
	.headLine02 .en {
		margin: 7px 0 13px;
		font-size: 4rem;
	}
	.comBtn {
		margin: 0 20px 90px;
	}
	.comBtn a {
		width: 334px;
	}
}
@media all and (max-width: 374px) {
	.comBtn a {
		width: 280px;
	}
}
.fixedEn {
	margin-left: 81px;
	position: absolute;
	left: 50%;
	top: 4px;
	font-family: trajan-pro-3, serif;
	font-weight: normal;
	font-size: 14rem;
	white-space: nowrap;
	letter-spacing: -0.05em;
	color: rgba(88, 79, 64, 0.04);
}
.fixedEn span {
	font-size: 14rem;
	margin-right: -8px;
}
@media all and (max-width: 896px) {
	.fixedEn {
		margin-left: 0;
		left: -8px;
		top: -6px;
		font-size: 10rem;
	}
}
@media all and (max-width: 374px) {
	.headLine02 .en {
		font-size: 4.7rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin: 0 50px;
	position: relative;
}
.mainVisual .scroll {
	padding-bottom: 120px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all ease 1s;
	transform: translateX(-50%);
}
.mainVisual .scroll .line {
	width: 1px;
	height: 111px;
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	z-index: 3;
	overflow: hidden;
}
.mainVisual .scroll .line::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	animation: scrollMove 2s infinite ease;
}
.mainVisual .slick-slide {
	font-size: 0;
}
.mainVisual .mainUl li img {
	width: 100%;
}
@keyframes scrollMove {
	0%  {top: -100%;}
	10%  {top: -100%;}
	40% {top: 0;}
	50% {top: 0;}
	90% {top: 100%;}
	100% {top: 100%;}
}
.mainVisual .scroll a {
	position: relative;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	color: #fff;
}
.mainVisual .mainUl li:not(.scale).active {
	animation: imgzoom 8s ease-in-out forwards;
}
.mainVisual .mainUl li.scale.active {
	animation: imgzoomSml 8s ease-in-out forwards;
}
@keyframes imgzoom {
	0% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes imgzoomSml {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}
.take {
	margin: 0 auto 105px;
	padding-top: 106px;
	max-width: 1100px;
	text-align: center;
}
.take h2 {
	margin-bottom: 38px;
	font-weight: normal;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	color: #333;
}
.take h2 span {
	display: block;
	color: #584f40;
	font-family: 'Great Vibes', cursive;
	font-weight: normal;
	font-size: 5.4rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.take p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2.14;
	letter-spacing: 0.05em;
}
.planArea {
	margin-bottom: 70px;
	padding-top: 119px;
	position: relative;
	background: #f8f8f7;
}
.planArea .fixedEn {
	margin-left: -86px;
	top: 195px;
	font-size: 12rem;
	letter-spacing: -0.02em;
}
.planArea .content p {
	margin-bottom: 46px;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	line-height: 1.68;
}
.planArea .listBox .photoBox {
	position: relative;
	height: 456px;
	overflow: hidden;
}
.planArea .listBox .photoBox .img {
	position: absolute;
	left: 0;
	top: -50%;
	height: 155%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.planArea .listBox .photoBox::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	background: rgba(28, 25, 20, 0.3);
}
.planArea .listBox .innerBox {
	position: relative;
}
.planArea .listBox .innerBox:nth-child(2n) .textBox {
	left: auto;
	right: 258px;
}
.planArea .listBox .textBox {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1100px;
	min-height: 456px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 231px;
	display: flex;
	align-items: center;
	z-index: 5;
	color: #FFF;
}
.planArea .listBox .inner {
	min-width: 50%;
	text-align: center;
}
.planArea .listBox li:nth-child(2n) .textBox {
	justify-content: flex-end;
}
.planArea .listBox p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
}
.frature {
	padding: 120px 0 50px;
	background: #f5f5f5;
	position: relative;
}
.frature .list {
	margin-bottom: 47px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}
.frature .list li {
	margin: 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100%/5 - 70px);
	min-width: 150px;
	height: 150px;
	color: #584F40;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	background-color: #FFF;
	border-radius: 100%;
	border: 1px solid #707070;
	box-sizing: border-box;
} 
.frature .list img {
	margin: 0 auto 10px;
	display: block;
	width: 43px;
}
.frature dl {
	margin-bottom: 23px;
	padding-right: 81px;
	display: flex;
	justify-content: center;
}
.frature dl dt {
	margin: -14px 8px 0 0;
	font-size: 3.7rem;
	font-family: recherche, sans-serif;
}
.frature dl dd {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.frature p {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
}
.priceArea {
	margin-bottom: 30px;
	padding: 120px 20px 0;
}
.priceArea.content {
	max-width: 951px;
}
.priceArea .headLine01 {
	margin-bottom: 19px;
	text-align: center;
}
.priceArea .headLine01 .en {
	margin: 4px 0 12px;
}
.priceArea .headLine01::after {
	width: 50px;
}
.priceArea .notes {
	margin-bottom: 4px;
	color: #584F40;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	text-align: right;
}
.priceArea .price {
	margin-bottom: 30px;
	display: flex;
}
.priceArea .price .title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 310px;
	text-align: center;
	background-color: #584F40;
}
.priceArea .price .title p {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.priceArea .price .title .ttl01 {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.priceArea .price .title .ttl02 {
	display: block;
	font-size: 1.2rem;
}
.priceArea .price .title .num {
	font-size: 4.5rem;
	line-height: 1.5;
	font-family: trajan-pro-3, serif;
	letter-spacing: -0.02em;
	padding: 0 4px;
}
.priceArea .price .textBox {
	padding: 41px 40px 25px 63px;
	flex: 1;
	background-color: #F5F5F5;
}
.priceArea .price .textBox dt,
.priceArea .price .textBox dd {
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}
.priceArea .price .textBox dt {
	color: #584F40;
	float: left;
	font-weight: bold;
}
.priceArea .price .textBox dd {
	padding: 0 0 16px 130px;
	letter-spacing: 0.05em;
}
.priceArea .price .textBox dd .note {
	margin-left: 30px;
	letter-spacing: 0;
}
.priceArea .price02 .textBox {
	padding: 50px 23px 57px 63px;
}
.priceArea .price .textBox dt .note {
	color: #333333;
	font-size: 1.2rem;
	display: block;
	font-weight: normal;
}
.priceArea .price02 dl {
	margin-bottom: 29px;
}
.priceArea .price02 .textBox p {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
}
.priceArea .price:last-child {
	margin-bottom: 0;
}
.option {
	margin: 0 auto 110px;
	max-width: 949px;
	padding: 77px 38px 79px 39px;
	border: 1px solid #333333;
	box-sizing: border-box;
	position: relative;
}
@media all and (min-width: 897px) and (max-width: 988px) {
	.option {
		margin: 0 20px 110px;
	}
}
.option .headLine01 {
	margin-bottom: 22px;
	text-align: center;
}
.option .headLine01 .jp {
	font-size: 1.2rem;
}
.option .headLine01 .en {
	font-size: 4rem;
	margin: 3px 0 9px;
	font-family: trajan-pro-3, serif;
}
.option .headLine01::after {
	width: 50px;
}
.option .inner {
	margin: 0 auto 26px;
	max-width: 705px;
	display: flex;
}
.option .inner .notelist {
	margin-right: 40px;
	width: 199px;
}
.option .inner .notelist li {
	margin-bottom: 2px;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}
.option .inner .txtlist {
	flex: 1;
} 
.option .inner .txtlist li {
	margin-bottom: 2px;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}
.option .photoList {
	margin-top: -15px;
	display: flex;
	flex-wrap: wrap;
}
.option .photoList li {
	margin: 15px 15px 0 0;
	width: calc(100%/4 - 11.5px);
}
.option .photoList li .img {
	padding-bottom: 99.6%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.option .photo {
	width: 72px;
	position: absolute;
	bottom: 17px;
	right: 21px;
}
@media all and (min-width: 897px) {
	.option .photoList li:nth-child(4n) {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	.mainVisual .scroll {
		display: none;
	}
	.option {
		margin: 0 20px 90px;
		max-width: inherit;
		padding: 56px 14px 59px;
	}
	.option .headLine01 {
		margin-bottom: 24px;
	}
	.option .inner {
		margin: 0 auto 44px;
		max-width: inherit;
		display: block;
	}
	.option .inner .notelist {
		margin: 0 0 36px 3px;
		width: auto;
	}
	.option .inner .notelist li {
		margin-bottom: 1px;
	}
	.option .inner .txtlist li {
		margin-bottom: 0;
		font-size: 1.2rem;
	}
	.option .photoList {
		margin-top: -15px;
	}
	.option .photoList li {
		margin: 15px 15px 0 0;
		width: calc(50% - 8px);
	}
	.option .photoList li:nth-child(2n) {
		margin-right: 0;
	}
	.option .photoList li .img {
		padding-bottom: 100.3%;
	}
	.option .photo {
		width: 57px;
		bottom: 10px;
		right: 6px;
	}
	.option .inner .txtlist {
		margin-left: 3px;
	}
}
.flow {
	padding: 119px 20px 120px;
	background-color: #F5F5F5;
}
.flow .headLine01 {
	margin-bottom: 19px;
}
.flow .headLine01 .en {
	margin: 4px 0 12px;
}
.flow .headLine01::after {
	width: 101px;
}
.flow .content {
	margin-bottom: 156px;
	position: relative;
}
.flow .content .fixedEn {
	margin-left: 0;
	left: auto;
	right: -576px;
	top: 65px;
}
.flow .content p {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}
.flow .step {
	margin: 0 auto;
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
}
.flow .step li {
	margin-right: 30px;
	padding: 50px 0 33px;
	width: calc(100%/4 - 23px);
	position: relative;
	background-color: #fff;
}
@media all and (min-width: 897px) {
	.flow .step li:nth-child(4n) {
		margin-right: 0;
	}
}
.flow .step li .num {
	width: 59.7%;
	position: absolute;
	top: -95px;
	left: 50%;
	transform: translateX(-50%);
}
.flow .step li .photo {
	margin: 0 auto 17px;
	max-width: 132px;
	position: relative;
	z-index: 10;
}
.flow .step li p {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 1.8;
}
.flow .step li .small {
	margin-top: 10px;
	font-size: 1.1rem;
	line-height: 1.7;
}
.contact {
	padding: 120px 0 110px;
}
.contact .headLine01 {
	margin-bottom: 18px;
	text-align: center;
}
.contact .headLine01 .en {
	margin: 4px 0 12px;
}
.contact .headLine01::after {
	width: 50px;
}
.contact p {
	margin-bottom: 60px;
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	text-align: center;
}
.contact .linkUl {
	margin: 0 auto;
	max-width: 750px;
	display: flex;
	justify-content: space-between;
}
.contact .linkUl li {
	width: 350px;
	border: 1px solid #584F40;
	box-sizing: border-box;
}
.contact .linkUl li a {
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.15em;
	text-align: center;
	color: #fff;
	background-color: #584F40;
}
.contact .linkUl li span {
	padding-left: 37px;
	position: relative;
}
.contact .linkUl li span::before {
	position: absolute;
	width: 12px;
	left: 15px;
	top: 5px;
	height: 12px;
	content: '';
	background: url(img/common/call02.png) no-repeat left top / 12px;
}
.contact .linkUl li.line span::before {
	width: 21px;
	left: 4px;
	top: 1px;
	height: 20px;
	background: url(img/common/line02.png) no-repeat left top / 21px;
}
@media all and (min-width: 897px) {
	.contact .linkUl li.line a:hover span::before {
		background-image: url(img/common/line.png);
	}
	.contact .linkUl li a:hover {
		color: #584F40 !important;
		background-color: #fff !important;
	}
	.contact .linkUl li a:hover span::before {
		background-image: url(img/common/call.png) ;
	}
}
.access {
	padding: 109px 0 0;
	background-color: #F5F5F5;
}
.access .content {
	padding-bottom: 118px;
	position: relative;
}
.access .headLine01 {
	margin: 0 0 39px 2px;
}
.access .headLine01 .en {
	margin: 10px 0 19px;
}
.access .imgBox {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.access .imgBox .photoBox {
	margin-right: 73px;
	width: 550px;
}
@media all and (max-width: 1027px) {
	.access .imgBox .photoBox {
		width: 420px;
	}
}
.access .imgBox .photoBox .photoUl {
	width: 100%;
}
.access .imgBox .photoBox .photoUl li {
	margin-bottom: 8px;
	width: 100%;
	padding-bottom: 59.4%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.access .imgBox .photoBox .photoListUl li {
	padding-bottom: 15.8%;
	margin-right: 6px;
	width: calc(100%/6 - 5px);
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.access .imgBox .photoBox .photoListUl li:nth-child(6n) {
	margin-right: 0;
}
.access .imgBox .textBox {
	margin-top: 58px;
	flex: 1;
}
.access .imgBox .textBox h3 {
	margin-bottom: 28px;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	position: relative;
}
.access .imgBox .textBox h3::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 50px;
	height: 1px; 
	background-color: #333333;
	content: '';
}
.access .imgBox .textBox dt,
.access .imgBox .textBox dd {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.7;
}
.access .imgBox .textBox dt {
	float: left;
	font-weight: bold;
}
.access .imgBox .textBox dd {
	font-weight: normal;
	padding: 0 0 8px 77px;
}
.access .imgBox .textBox dd:last-child {
	padding-bottom: 0;
}
.access .imgBox .textBox dd a:hover {
	opacity: 0.7;
}
.access .imgBox .textBox .inner {
	margin-bottom: 36px;
}
.access .imgBox .textBox .inner02 {
	margin-bottom: 0;
}
.access .imgBox .textBox .inner02 h3 {
	margin-bottom: 17px;
}
.access .imgBox .textBox .inner02 dd {
	padding: 0 0 8px 135px;
}
.access .comBtn {
	margin-bottom: 0;
	text-align: left;
	padding-left: 76px;
	position: relative;
	z-index: 4;
}
.access .comBtn img {
	margin-right: 16px;
	width: 20px;
}
.access .fixedEn {
	top: auto;
	bottom: -41px;
	left: -6px;
	margin: 0;
	z-index: 1;
	font-size: 10.4rem;
}
.access .comBtn a .hover {
	display: none;
}
@media all and (min-width: 897px) {
	.access .comBtn a:hover .on {
		display: none;
	}
	.access .comBtn a:hover .hover {
		display: block;
	}
}
.map {
	width: 100%;
	height: 355px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin: 0 20px;
		position: relative;
	}
	.take {
		margin: 0 auto 84px;
		padding-top: 89px;
		max-width: inherit;
	}
	.take h2 {
		margin-bottom: 40px;
		font-size: 2rem;
	}
	.take h2 span {
		font-size: 2.2rem;
		margin-bottom: 3px;
	}
	.planArea {
		margin-bottom: 40px;
		padding-top: 88px;
		background: #F5F5F5;
	}
	.planArea .headLine01 .en {
		font-size: 4rem;
		margin: 3px 0 15px;
		font-family: trajan-pro-3, serif;
	}
	.planArea .content p {
		margin-bottom: 32px;
		font-size: 1.6rem;
	}
	.planArea .fixedEn {
		display: none;
	}
	.planArea .listBox .photoBox {
		height: 300px;
	}
	.planArea .listBox .photoBox .img {
		top: 0;
	}
	.planArea .listBox .innerBox:nth-child(2n) .textBox {
		left: 50%;
		right: auto;
	}
	.planArea .listBox .textBox {
		margin-top: -12px;
		padding: 0 20px;
		width: 100%;
		max-width: inherit;
		min-height: inherit;
		transform: translate(-50%,-50%);
		left: 50%;
		text-align: center;
		box-sizing: border-box;
	}
	.planArea .listBox .inner {
		min-width: initial;
		width: 100%;
	}
	.planArea .listBox p {
		line-height: 1.7;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	.frature {
		padding: 90px 0 94px;
	}
	.frature .fixedEn small {
		font-size: 8.7rem;
	}
	.frature .list {
		margin-bottom: 47px;
		flex-wrap: wrap;
	}
	.frature .content {
		padding: 0 15px;
	}
	.frature .list li {
		margin: 0 5px 10px;
		width: 105px;
		min-width: inherit;
		height: 105px;
		font-size: 0.9rem;
	}
	.frature .list img {
		width: 34px;
	}
	.frature dl {
		margin-bottom: 22px;
		padding-right: 0;
		display: block;
		text-align: center;
	}
	.frature dl dt {
		margin: -8px -14px -3px 0;
		font-size: 3.7rem;
		color: #584F40;
		line-height: 1;
	}
	.frature dl dd {
		letter-spacing: 0;
		line-height: 1.65;
		font-size: 1.2rem;
	}
	.frature p {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.priceArea {
		margin-bottom: 35px;
		padding: 88px 20px 0;
	}
	.priceArea.content {
		max-width: inherit;
	}
	.priceArea .headLine01 {
		margin-bottom: 14px;
	}
	.priceArea .headLine01 .en {
		margin: 7px 0 9px;
		font-family: trajan-pro-3, serif;
		font-size: 4rem;
	}
	.priceArea .price {
		margin-bottom: 30px;
		display: block;
	}
	.priceArea .notes {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.priceArea .price .title {
		width: auto;
		padding: 35px 10px 18px;
		min-height: 154px;
		box-sizing: border-box;
	}
	.priceArea .price .title p {
		font-size: 1.1rem;
		line-height: 1;
	}
	.priceArea .price .title .ttl01 {
		margin-bottom: 7px;
	}
	.priceArea .price .title .ttl02 {
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		margin-bottom: 3px;
	}
	.priceArea .price .title .num {
		font-size: 3.8rem;
		line-height: 1.6;
	}
	.priceArea .price .textBox {
		padding: 27px 18px 35px;
	}
	.priceArea .price .textBox dt, .priceArea .price .textBox dd {
		text-align: center;
	}
	.priceArea .price .textBox dt {
		float: none;
		margin-bottom: 7px;
	}
	.priceArea .price .textBox dd {
		padding: 0;
		margin-bottom: 21px;
	}
	.priceArea .price .textBox dd .note {
		margin: 3px 0 0;
		display: block;
		letter-spacing: 0.05em;
		font-size: 1.4rem;
	}
	.priceArea .price .textBox dd:last-child {
		margin-bottom: 0;
	}
	.flow {
		padding: 90px 0;
	}
	.flow .headLine01 .en {
		margin: 7px 0 13px;
		font-size: 4rem;
		font-family: trajan-pro-3, serif;
	}
	.flow .content .fixedEn {
		display: none;
	}
	.flow .headLine01 {
		margin-bottom: 5px;
	}
	.flow .content p {
		font-size: 1.6rem;
	}
	.flow .step {
		margin: 0 20px;
		max-width: inherit;
		display: block;
	}
	.flow .content {
		margin-bottom: 124px;
	}
	.flow .step li {
		margin: 0 0 115px;
		padding: 30px 0 55px;
		width: auto;
	}
	.flow .step li .num {
		width: 180px;
		top: -95px;
	}
	.flow .step li .photo {
		margin: 0 auto 10px;
		max-width: 118px;
	}
	.flow .step li:last-child {
		margin-bottom: 0;
	}
	.contact {
		padding: 87px 20px 90px;
	}
	.contact .headLine01 {
		margin-bottom: 24px;
		text-align: center;
	}
	.contact .headLine01 .en {
		margin: 7px 0 12px;
		font-family: trajan-pro-3, serif;
		font-size: 4rem;
	}
	.contact .headLine01::after {
		width: 50px;
	}
	.contact p {
		margin-bottom: 30px;
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
	.contact .linkUl {
		max-width: inherit;
		display: block;
	}
	.contact .linkUl li {
		width: auto;
		margin-top: 18px;
	}
	.contact .linkUl li a {
		color: #fff;
		background-color: #584F40;
	}
	.contact .linkUl li span::before {
		left: 3px;
		width: 12px;
		background-image: url(img/common/call02.png);
	}
	.contact .linkUl li span {
		padding-left: 23px;
	}
	.contact .linkUl li.line span {
		padding-left: 31px;
	}
	.contact .linkUl li.line span::before {
		left: 2px;
	}
	.access {
		padding: 68px 0 0;
	}
	.access .headLine01 {
		margin: 0 0 59px;
	}
	.access .headLine01 .en {
		margin: 6px 0 11px;
		font-family: trajan-pro-3, serif;
		font-size: 4rem;
	}
	.access .headLine01::after {
		width: 79px;
	}
	.access .imgBox {
		margin-bottom: 45px;
		display: block;
	}
	.access .imgBox .photoBox {
		margin: 0 0 39px;
		width: auto;
		min-height: 263px;
	}
	.access .imgBox .photoBox .photoUl li {
		margin-bottom: 10px;
	}
	.access .imgBox .photoBox .photoListUl li {
		margin-right: 3px;
		padding-bottom: 16%;
		width: calc(100%/6 - 3px);
	}
	.access .imgBox .textBox {
		margin-top: 0;
	}
	.access .imgBox .textBox h3 {
		margin-bottom: 30px;
	}
	.access .imgBox .textBox .inner02 h3 {
		margin-bottom: 29px;
	}
	.access .comBtn {
		margin: 0;
		padding-left: 0;
	}
	.access .comBtn a {
		width: 335px;
	}
	.access .content {
		padding-bottom: 90px;
	}
	.access .fixedEn {
		top: auto;
		bottom: -17px;
		left: 27px;
		margin: 0;
		font-size: 5.4rem;
	}
	.map {
		height: 343px;
	}
}
@media all and (max-width: 374px) {
	.access .comBtn a {
		width: 280px;
	}
	.take h2 span {
		font-size: 2.1rem;
	}
	.take p {
		font-size: 1.3rem;
	}
	.frature .list li {
		width: 86px;
		height: 86px;
	}
	.frature dl dd {
		font-size: 1.1rem;
	}
	.priceArea .price .textBox dd {
		letter-spacing: 0;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	wedding
------------------------------------------------------------*/
.wedding .mainImg {
	margin-bottom: 113px;
	padding: 0 50px 0 48px;
	position: relative;
}
.wedding .mainImg .img img {
	width: 100%;
}
.wedding .mainImg .headLine01 {
	position: absolute;
	top: 50%;
	left: 150px;
	transform: translateY(-50%);
	margin-top: 9px;
}
.wedding .mainImg .headLine01 .en {
	margin: 11px 0;
	color: #fff;
}
.wedding .mainImg .headLine01::after {
	background-color: #fff;
}
.wedding .studio {
	padding: 129px 20px 0;
	position: relative;
}
.wedding .studio::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 366px;
	height: 757px;
	background-color: #F5F5F5;
	z-index: 1;
	content: '';
}
.wedding .studio .imgBox {
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.wedding .studio .imgBox .textBox {
	margin: 134px 20px 0 0;
	max-width: 450px;
	text-align: center;
}
.wedding .studio .imgBox h2 {
	margin-bottom: 47px;
	color: #584F40;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.15em;
}
.wedding .studio .imgBox h2 span {
	padding: 0 60px;
	display: inline-block;
	position: relative;
}
.wedding .studio .imgBox h2 span::after,
.wedding .studio .imgBox h2 span::before {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 30px;
	height: 50px;
	content: '';
	background: url(img/wedding/icon01.png) no-repeat left top / 30px;
} 
.wedding .studio .imgBox h2 span::after {
	left: auto;
	right: 0;
	background-image: url(img/wedding/icon02.png);
}
.wedding .studio .imgBox h3 {
	margin-bottom: 28px;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.68;
}
.wedding .studio .imgBox p {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 2;
}
.wedding .studio .imgBox .photoBox {
	width: 527px;
	height: 796px;
	overflow: hidden;
	position: relative;
}
.wedding .studio .imgBox .photoBox .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wedding .planBox {
	padding-top: 102px;
	margin-bottom: 80px;
}
.wedding .planBox .headLine01 {
	margin-bottom: 11px;
	text-align: center;
}
.wedding .planBox .headLine01 .en {
	margin: 5px 0 10px;
}
.wedding .planBox .headLine01::after {
	width: 50px;
}
.wedding .planBox .notes {
	margin-bottom: 4px;
	color: #584F40;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	text-align: right;
}
.wedding .planBox .listUl {
	display: flex;
	flex-wrap: wrap;
}
.wedding .planBox .listUl li {
	margin-right: 26px;
	width: calc(100%/3 - 18px);
	background-color: #F5F5F5;
}
.wedding .planBox .listUl li:nth-child(3n) {
	margin-right: 0;
}
.wedding .planBox .listUl li .ttl {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	text-align: center;
	background-color: #584F40;
	padding: 22px 0 14px;
	line-height: 1;
}
.wedding .planBox .listUl li .ttl .txt01 {
	margin-bottom: 6px;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.wedding .planBox .listUl li .ttl .txt02 {
	font-size: 3.6rem;
	margin: 0 8px;
	font-family: trajan-pro-3, serif;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.wedding .planBox .listUl li .photo {
	padding-bottom: 67%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wedding .planBox .listUl li .text {
	padding: 39px 20px 9px;
	box-sizing: border-box;
}
.wedding .planBox .listUl li dt,
.wedding .planBox .listUl li dd {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}
.wedding .planBox .listUl li dt {
	float: left;
	color: #584F40;
	font-weight: bold;
}
.wedding .planBox .listUl li dd {
	padding: 0 0 12px 88px;
	letter-spacing: 0.05em;
}
.wedding .planBox .listUl li dd small {
	font-size: 1.2rem;
}
.wedding .option .headLine01 {
	margin-bottom: 32px;
}
.wedding .option .inner {
	margin: 0 auto 45px;
	max-width: 582px;
}
.wedding .option .inner .txtlist li {
	padding-left: 10px;
	line-height: 1.73;
	text-indent: -14px;
}
.wedding .option {
	margin: 0 auto 120px;
}
.wedding .contact {
	padding: 120px 0;
	background-color: #F5F5F5;
}
.wedding .contact .headLine01::after {
	width: 50px;
}
.wedding .contact p {
	margin-bottom: 90px;
}
.wedding .contact .linkUl li a {
	color: #fff;
	background-color: #584F40;
}
@media all and (min-width: 897px) and (max-width: 1048px) {
	.wedding .option {
		margin: 0 50px 120px;
	}
	.wedding .planBox .listUl li .ttl .txt01 {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	.wedding .mainImg {
		margin-bottom: 0;
		padding: 0;
	}
	.wedding .mainImg .headLine01 {
		left: 20px;
		margin-top: 1px;
	}
	.wedding .mainImg .headLine01 .jp {
		color: #fff;
	}
	.wedding .mainImg .headLine01 .en {
		margin: 7px 0 12px;
		color: #fff;
		font-family: trajan-pro-3, serif;
		font-size: 4rem;
	}
	.wedding .mainImg .headLine01::after {
		width: 112px;
	}
	.wedding .studio {
		padding: 112px 0 0;
	}
	.wedding .studio .imgBox {
		display: block;
	}
	.wedding .studio .imgBox .textBox {
		margin: 0 31px 79px;
		max-width: initial;
	}
	.wedding .studio .imgBox h2 {
		margin-bottom: 55px;
	}
	.wedding .studio .imgBox h2 span {
		padding: 0 49px;
	}
	.wedding .studio .imgBox h3 {
		margin-bottom: 13px;
		font-size: 2.2rem;
		line-height: 1.9;
	}
	.wedding .studio .imgBox p {
		line-height: 1.7;
		text-align: left;
	}
	.wedding .studio .imgBox .photoBox {
		margin-left: 69px;
		width: auto;
		height: 452px;
	}
	.wedding .studio::after {
		top: 56px;
		right: 102px;
		left: 0;
		height: 766px;
	}
	.wedding .planBox {
		padding: 88px 20px 0;
		margin-bottom: 30px;
	}
	.wedding .planBox .headLine01 {
		margin-bottom: 14px;
		text-align: left;
	}
	.wedding .planBox .headLine01 .en {
		margin: 7px 0 12px;
		font-size: 4rem;
		font-family: trajan-pro-3, serif;
	}
	.wedding .planBox .headLine01::after {
		width: 80px;
	}
	.wedding .planBox .notes {
		margin-bottom: 7px;
		font-size: 1.2rem;
	}
	.wedding .planBox .content {
		padding: 0;
		max-width: inherit;
	}
	.wedding .planBox .listUl {
		display: block;
	}
	.wedding .planBox .listUl li {
		margin: 0 0 30px;
		width: auto;
	}
	.wedding .planBox .listUl li:last-child {
		margin-bottom: 0;
	}
	.wedding .planBox .listUl li .ttl {
		padding: 22px 0 13px;
	}
	.wedding .planBox .listUl li .photo {
		padding-bottom: 67.1%;
	}
	.wedding .planBox .listUl li .text {
		padding: 29px 21px 31px;
	}
	.wedding .planBox .listUl li dd {
		padding: 0 4px 12px 80px;
	}
	.wedding .planBox .listUl li dd small {
		font-size: 1.4rem;
	}
	.wedding .option {
		margin: 0 20px 90px;
		max-width: inherit;
		padding: 56px 14px 63px;
	}
	.wedding .option .headLine01 {
		margin-bottom: 23px;
	}
	.wedding .option .inner {
		margin: 0 auto 25px;
		max-width: inherit;
	}
	.wedding .option .inner .notelist {
		margin: 0 0 17px;
	}
	.wedding .option .inner .txtlist li {
		padding-left: 14px;
		line-height: 1.7;
		text-indent: -12px;
	}
	.wedding .option .inner .txtlist {
		margin-left: 0;
	}
	.wedding .contact {
		padding: 98px 20px 100px;
	}
	.wedding .contact p {
		margin-bottom: 29px;
	}
}
@media all and (max-width: 374px) {
	.wedding .studio .imgBox h2 {
		font-size: 1.1rem;
	}
	.wedding .studio .imgBox h3 {
		font-size: 1.9rem;
	}
}
/*------------------------------------*/
.tfs{
	font-size: 1.6rem!important;
}
.fs{
	font-size: 1.2rem!important;
}
.ffm{
	font-family: 'Noto Sans JP', sans-serif!important;
}
.footer-box{
	padding: 50px 0 39px!important;
}
.f-margin{
	margin: 0 auto 30px!important;
	max-width: 136px!important;
}
.sample-f{
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-bottom: 48px;
	font-family: 'Noto Sans JP', sans-serif;
}
.f-color{
	color: #fff!important;
}
@media all and (max-width: 896px){
	.footer-box{
		padding: 60px 0 28px!important;
	}
}