@charset "utf-8";
/* root コーディング前にここを入力してください
--------------------------------------------------------------------*/
:root {
	--defaultFontFamily: 'Zen Maru Gothic', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
	/*デフォルトで使うfontfamily*/
	--defaultFontSize: 1.6rem;
	/*デフォルトで使うfontsize*/
	--defaultFontweight: 500;
	/*デフォルトで使うfontweight*/
	--defaultFontColor: #7c5024;
	/*デフォルトで使うfontcolor*/
	--defaultLineHeight: 1.6;
	/*デフォルトのlineheight*/
	--innerSize: 1440px;
	/*.innerのwidth(コンテンツの表示サイズ)*/
	--MaxinnerSize: 96%;
	/*.innerのmax-width(コンテンツの表示サイズ)*/
	--MTS: .3s;
	/*メインで使うtransitionの時間*/
	--defaultColor: #ffe139;
	/*デフォルトで使うcolor*/
}

/* margin,padding
--------------------------------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset,
header,
nav,
footer,
figure,
section,
article {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* End hide from IE-mac */
/* heading
--------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: var(--defaultFontSize);
	font-weight: var(--defaultFontweight);
}
h1 strong,
h1 em,
h2 strong,
h2 em,
h3 strong,
h3 em,
h4 strong,
h4 em,
h5 strong,
h5 em,
h6 strong,
h6 em {
	font-weight: inherit;
}
/*-------------------------------------------------------------------
	iOSでのデフォルトスタイルをリセット
--------------------------------------------------------------------*/
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::-focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
*:focus {
	outline: none;
}
html {
	-webkit-text-size-adjust: 100%;
}

/* font
--------------------------------------------------------------------*/
html {
	overflow-x: hidden;
	height: 100%;
	font-size: 62.5%;
}
body {
	word-wrap: break-all;
	overflow-wrap: break-word;
}
address,
em {
	font-style: normal;
}
.roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.font-b {
	font-weight: bold;
}
.font-bl {
	font-weight: 900;
}
.font-i {
	font-style: italic;
}

/* list
--------------------------------------------------------------------*/
ul, ol {
	list-style-type: none;
}
/* img
--------------------------------------------------------------------*/
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}
/* a
--------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: var(--defaultFontColor);
}
a img {
	transition: var(--MTS);
}
a:hover img {
	opacity: .7;
}
/* form
--------------------------------------------------------------------*/
input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}
/* table
--------------------------------------------------------------------*/
table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}
table {
	display: table;
	border-collapse: collapse;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th,
td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}

/* margin
--------------------------------------------------------------------*/
.m0a {margin: 0 auto;}

/** margin-top **/
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
/** margin-left **/
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml70{margin-left: 70px;}
.ml80{margin-left: 80px;}
.ml90{margin-left: 90px;}
.ml100{margin-left: 100px;}
/** margin-bottom **/
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
/** margin-right **/
.mr05{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.mr60{margin-right: 60px;}
.mr70{margin-right: 70px;}
.mr80{margin-right: 80px;}
.mr90{margin-right: 90px;}
.mr100{margin-right: 100px;}

/* text-align
-------------------------------------------------------------------*/
.alignLeft {text-align: left;}
.alignCenter {text-align: center;}
.alignRight {text-align: right;}

/* format
--------------------------------------------------------------------*/
.pc {display: block;}
.pcIn {display: inline;}
.sp {display: none;}
.spIn {display: none;}
.indText {text-indent: -1.1em;padding-left: 1.1em;}
.noWrap {white-space: nowrap;vertical-align: baseline;}
@media screen and (max-width: 768px) {
	.pc {display: none;}
	.pcIn {display: none;}
	.sp {display: block;}
	.spIn {display: inline;}
	.noWrapSP {white-space: nowrap;vertical-align: baseline;}
}

/* flexbox
--------------------------------------------------------------------*/
/*親要素*/
.flex {display: flex;}
.fdirection-re{flex-direction: row-reverse;}
.fdirection-col{flex-direction: column;}
.fdirection-colre{flex-direction: column-reverse;}
.fwrap{flex-wrap: wrap;}
.fwrap-re{flex-wrap: wrap-reverse;}
.fjustify-end{justify-content: flex-end;}
.fjustify-cen{justify-content: center;}
.fjustify-bet{justify-content: space-between;}
.fjustify-aro{justify-content: space-around;}
.fitem-sta{align-items: flex-start;}
.fitem-end{align-items: flex-end;}
.fitem-cen{align-items: center;}
.fitem-base{align-items: baseline;}
.fcontent-sta{align-content: flex-start;}
.fcontent-end{align-content: flex-end;}
.fcontent-cen{align-content: center}
.fcontent-bet{align-content: space-between}
.fcontent-aro{align-content: space-around}
/*子要素*/
.fself-sta {align-self: flex-start;}
.fself-end {align-self: flex-end;}
.fself-cen {align-self: center;}
.fself-str {align-self: stretch;}
.fself-base {align-self: baseline;}

/* clearfix
--------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*IE7用*/
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*-------------------------------------------------------------------
 メイン
--------------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
body {
	background-color: #f9f5f1;
	font-family: var(--defaultFontFamily);
	font-size: var(--defaultFontSize);
	font-weight: var(--defaultFontweight);
	line-height: var(--defaultLineHeight);
	color: var(--defaultFontColor);
	overflow-x: hidden;
	position: relative;
}

/*-------------------------------------------------------------------
	inner
-------------------------------------------------------------------*/
.inner {
	width: var(--innerSize);
	max-width: var(--MaxinnerSize);
	margin: 0 auto;
}
.inside {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
	}
}

/*-------------------------------------------------------------------
	共通パーツ
--------------------------------------------------------------------*/
.detailBtn1 {
	width: 280px;
	max-width: 100%;
	display: block;
	background-color: var(--defaultColor);
	border: 2px solid var(--defaultColor);
	color: var(--defaultFontColor);
	border-radius: 999px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: relative;
	padding: 20px 10px 20px 0;
	transition: var(--MTS);
}
.detailBtn1:hover {
	opacity: 0.9;
}
.detailBtn1.btnred {
	background-color: #ef8180;
	border: 2px solid #ef8180;
}
.detailBtn1.btngre {
	background-color: #9cd73d;
	border: 2px solid #9cd73d;
}
.detailBtn1.btnw380 {
	width: 100%;
	max-width: 380px;
}

.detailBtn2 {
	width: 280px;
	max-width: 100%;
	display: block;
	background-color: #ffffff;
	border: 2px solid #775624;
	border-radius: 999px;
	color: #775624;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: relative;
	padding: 20px 0 20px 10px;
	transition: var(--MTS);
}
.detailBtn2:hover {
	background-color: #775624;
	color: #ffffff;
}
.btnwid {
	width: 380px;
	line-height: 1.5;
	padding: 10px 10px 10px 0;
}

.detailBtn1::after,
.detailBtn2::after {
	content: url(../images/arrow_right_br.svg);
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 1.6rem;
	font-weight: 300;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: var(--MTS);
}
.detailBtn2::after {
	content: "←";
	right: auto;
	left: 30px;
}
.detailBtn1:hover:after {
	right: 20px;
}
.detailBtn2:hover:after {
	left: 20px;
}
@media screen and (max-width: 768px) {
	.detailBtn1 {
		font-size: 1.6rem;
	}
	.detailBtn2 {
		font-size: 1.6rem;
		padding: 15px 0;
		width: 250px;
	}
	.detailBtn1::after,
	.detailBtn2::after {
		right: 20px;
	}
}
@media screen and (max-width: 375px) {
	.detailBtn1, .detailBtn2 {
		width: 100%;
	}
	.detailBtn1::after, .detailBtn2::after {
		font-size: 2rem;
		right: 10px;
	}
}




/*-------------------------------------------------------------------
	header
-------------------------------------------------------------------*/
#header {
	height: 80px;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
}
#header.fixed {
	position: fixed;
	z-index: 1000;
}
#header .headerContents {
	position: relative;
	display: flex;
	justify-content: space-between;
}

#header .headerContents::before {
	content: '';
	position: absolute;
	display: block;
	background: url(../images/bg_archive.jpg) repeat;
	border-radius: 50%;
	width: 460px;
	height: 475px;
	top: -100px;
	left: -50px;
	z-index: -1;
}
#header.fixed .headerContents::before {
	border-radius: 0;
	width: 200px;
	height: 80px;
}
#header .headerContents .header-logo {
	padding-left: 100px;
}
#header .headerContents .header-logo a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--defaultFontColor);
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 80px;
	z-index: 2;
}
#header .headerContents .header-logo a .type_1 {
	overflow: hidden;
}
#header .headerContents .header-logo a .type_1 span {
	display: block;
	letter-spacing: 28px;
	margin-right: -28px;
}
#header .headerContents .header-logo a .type_2 {
	overflow: hidden;
}
#header .headerContents .header-logo a .type_2 span {
	display: block;
	letter-spacing: 9px;
	margin-right: -9px;
}
#header .headerContents .nav-toggle {
	display: none;
}
#header .headerContents .global-nav {
	width: calc(90% - 300px);
}
#header .headerContents .global-nav ul {
	display: flex;
	column-gap: 5%;
	justify-content: flex-end;
}
#header .headerContents .global-nav li a {
	position: relative;
	display: block;
	font-size: 1.8rem;
	height: 100%;
	line-height: 68px;
	padding: 40px 1.5rem 0;
	transition: var(--MTS);
}
#header .headerContents .global-nav li a:hover {
	opacity: 0.8;
}
#header .headerContents .global-nav li a::before {
	content: '';
	position: absolute;
	background: url(../images/icon_flower.svg) no-repeat center / 100% auto;
	width: 40px;
	height: 47px;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#header .headerContents .global-nav li a.nav_introduction::before {
	background-image: url(../images/icon_pencil.svg);
	width: 52px;
	height: 30px;
	top: 16px;
	transform: translateX(-50%) rotate(-29deg);
}
#header .headerContents .global-nav li a.nav_contact {
	background-color: var(--defaultColor);
	border-bottom-left-radius: 30px;
	width: 200px;
	text-align: center;
}
#header .headerContents .global-nav li a.nav_contact::before {
	background-image: url(../images/icon_mail.svg);
	width: 37px;
	height: 28px;
}
#header .headerContents .global-nav li a::after {
	content: '';
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	width: calc(100% - 3rem);
	height: 4px;
	background: var(--defaultColor);
	transform: scale(0, 1);
	transition: transform .4s;
}
#header .headerContents .global-nav li.current a::after,
#header .headerContents .global-nav li a:hover::after {
	transform: scale(1, 1);
}

@media screen and (max-width: 1440px) {
	#header .headerContents::before {
		width: 300px;
		height: 300px;
		top: -70px;
	}
	#header .headerContents .header-logo {
		padding-left: 30px;
	}
	#header .headerContents .header-logo a {
		font-size:3.0rem;
		padding-top: 30px;
	}
	#header .headerContents .global-nav li a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 1000px) {
	#header {
		height: 60px;
	}
	#header .headerContents {
		height: 60px;
	}
	#header .headerContents::before {
		width: 220px;
		height: 220px;
		top: -70px;
		z-index: 2110;
	}
	#header .headerContents .header-logo {
		padding-left: 20px;
	}
	#header .headerContents .header-logo a {
		font-size: 2.0rem;
		padding-top: 20px;
		z-index: 2111;
	}
	#header .headerContents .header-logo a .type_1 span {
		letter-spacing: 20px;
		margin-right: -20px;
	}
	#header .headerContents .header-logo a .type_2 span {
		letter-spacing: 6px;
		margin-right: -6px;
	}
	#header .headerContents .global-nav {
		width: 100%;
		display: none;
	}
	/* Hamburger Menu */
	#header .headerContents .nav-toggle {
		position: absolute;
		display: block;
		border-bottom-left-radius: 10px;
		cursor: pointer;
		background: var(--defaultFontColor);
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		transition: 0.3s;
		z-index: 1005;
	}
	#header .headerContents .nav-toggle span {
		position: absolute;
		background: #fff;
		border-radius: 3px;
		width: 30px;
		height: 3px;
		left: 15px;
		transition: 0.3s;
	}
	#header .headerContents .nav-toggle span:nth-of-type(1) {
		top: calc(50% - 11px);
	}
	#header .headerContents .nav-toggle span:nth-of-type(2) {
		top: 50%;
		transform: scale(1, 1);
		transform-origin: center top;
	}
	#header .headerContents .nav-toggle span:nth-of-type(3) {
		top: calc(50% + 11px);
	}
	#header .headerContents .nav-toggle.menuopen span:nth-of-type(1) {
		transform: translateX(5px) rotate(45deg);
		transform-origin: 0 0;
	}
	#header .headerContents .nav-toggle.menuopen span:nth-of-type(2) {
		transform: scale(0, 1);
	}
	#header .headerContents .nav-toggle.menuopen span:nth-of-type(3) {
		transform: translateX(5px) rotate(-45deg);
		transform-origin: 0 0;
	}

	/* global-nav */
	#header .headerContents .global-nav {
		position: absolute;
		width: 0;
		height: calc(100vh - 60px);
		right: -100vw;
		right: 0;
		top: 60px;
		padding: 80px 0 50px;
		opacity: 0;
		overflow: hidden;
		text-align: center;
		transition: all .4s;
	}
	#header .headerContents .global-nav.menuopen {
		display: block;
		background: rgba(124, 80, 36, 0.9);
		width: 100vw;
		max-width: 600px;
		right: 0;
		opacity: 1;
		z-index: 2100;
	}
	#header .headerContents .global-nav ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 3rem;
	}
	#header .headerContents .global-nav li {
		width: 100%;
		padding: 10px;
	}
	#header .headerContents .global-nav li a {
		border-bottom: 1px dashed #fff;
		color: #fff;
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 60px 0 10px;
	}
	#header .headerContents .global-nav li a:hover {
		color: #c8a063;
	}
	#header .headerContents .global-nav li:first-of-type a {
		border-top: 1px dashed #fff;
		/* padding-top: 10px; */
	}
	#header .headerContents .global-nav li a::after {
		bottom: 10px;
		left: calc(50% - 100px);
		width: 200px;
	}
	#header .headerContents .global-nav li:nth-of-type(2) a::after {
		left: calc(50% - 5.25rem);
		width: 10.5rem;
	}
	#header .headerContents .global-nav li a.nav_contact {
		background-color: rgba(124, 80, 36, 0);
		border-bottom-left-radius: 0;
		width: 100%;
		text-align: center;
		padding-top: 50px;
	}
	#header .headerContents .global-nav li a.nav_contact::before {
		background-image: url(../images/icon_mail.svg), radial-gradient(circle, #fff calc(100px / 2 - 1px), transparent calc(100px / 2));
		border: 3px solid #fff;
		border-radius: 4px;
	}
}


/*-------------------------------------------------------------------
	footer
--------------------------------------------------------------------*/
.pagetop {
	display: inline-block;
	position: fixed;
	cursor: pointer;
	font-size: 1rem;
	bottom: -140px;
	right: 30px;
	width: 130px;
	height: 130px;
	z-index: 10;
	text-align: center;
	transition: all 0.3s;
}
.pagetop:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	.pagetop {
		width: 65px;
		height: 65px;
	}
}
#footer {
	background-color: #fff;
	padding-top: 35px;
}
#footer > .inner {
	padding: 55px 0 80px;
}
#footer .inner > .flex {
	justify-content: center;
}
#footer .footerLogo {
	position: relative;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
	padding-right: 45px;
}
#footer .footerLogo::after {
	content: '';
	position: absolute;
	display: block;
	background-color: var(--defaultFontColor);
	width: 1px;
	height: 50px;
	top: 0;
	right: 0;
}
#footer .footernav {
	flex-direction: column;
	font-size: 1.3rem;
	padding-left: 45px;
}

#footer .footernav h3 {
	position: relative;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#footer .footernav h3::before {
	content: '';
	display: block;
	position: absolute;
	background: #775624;
	width: 5px;
	height: 20px;
	top: 50%;
	left: -1rem;
	transform: translateY(-50%);
}
#footer .footernav .address p .tel {
	color: #000;
}
#footer .footernav .address p + p {
	margin-top: 10px;
}
#footer .footernav .address .email img {
	vertical-align: middle;
}
#footer .copy {
	border-top: 1px solid var(--defaultFontColor);
	font-size: 1.2rem;
	padding: 10px 0;
}
#footer .copy .flex {
	justify-content: space-between;
}
#footer .copy .flex a {
	text-decoration: underline;
}
#footer .note {
	font-size: 1.2rem;
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#footer .inside {
		width: 100%;
	}
	#footer > .inner {
		padding: 30px 0 40px;
	}
	#footer .footerLogo {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 20px;
		padding-right: 0;
	}
	#footer .footerLogo > span {
		font-size: 1.3rem;
	}
	#footer .footernav {
		flex-direction: column;
	}
	#footer .footernav .footernavitem {
		width: 100%;
	}
	#footer .footernav .footernavitem:not(.address) {
		/* display: none; */
		margin-top: 30px;
	}
	#footer .note {
		font-size: 1.0rem;
		margin-top: 20px;
	}

	#footer .footerLogo::after {
		width: 0;
	}
	#footer .inner > .flex {
		flex-direction: column;
	}
	#footer .footernav {
		padding-left: 25px;
	}
	#footer .footernav .flex {
		flex-direction: column;
	}
	#footer .footernav .flex > * {
		margin-bottom: 5px;
	}
	#footer .copy .flex {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	#footer .copy .flex > *{
		margin-bottom: 5px;
	}

}

/* slide-in */
.show {
	transform: translateY(100px);
	opacity: 0;
	transition: opacity 1s ,transform 0.8s;
}
.duration-1 {
  transition-duration: 1s;
}
.duration-2 {
  transition-duration: 1.5s;
}
.duration-3 {
  transition-duration: 2s;
}
.slide-in {
	opacity: 1;
	transform: translateY(0);
}