@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #231815;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 110rem;
	color: #231815;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 9.1rem;
	position: relative;
	z-index: 10;
}
#gHeader .hBox {
	padding: 2.1rem 2rem 1.9rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #bca475;
}
#gHeader .logo {
	width: 27.3rem;
	position: relative;
}
#gHeader .logo a {
	display: inline-block;
}
#gHeader .logo .txt {
	padding: 0.7rem 1rem 1.1rem;
	color: #fff;
	display: inline-block;
	position: absolute;
	bottom: -3.9rem;
	left: 6.2rem;
	font-size: 1.2rem;
	background-color: #bca475;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.35em;
	white-space: nowrap;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 2rem 1.5rem 1.9rem;
	}
	#gHeader .logo .txt {
		bottom: -5rem;
  		left: 6.7rem;
	}
	#gHeader {
		margin-bottom: 8.2rem;
	}
}


.menu {
	position: absolute;
	top: 3.4rem;
	right: 3rem;
	height: 2rem;
	width: 4rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(1rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-1rem) translateX(0) rotate(45deg);
}
.menu span {
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	background: #bca475;
	border: none;
}
.menu span:nth-of-type(2) {
	top: 1rem;
}
.menu span:nth-of-type(3) {
	top: 2rem;
}
.menu.on span {
	background: #fff;
}
@media all and (min-width: 897px) {
	.menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menu {
		right: 2rem;
	}
}


/* menuBox */
.menuBox {
	width: 37.5rem;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 10;
	display: none;
}
.menuBox .naviUl {
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: italic;
}
.menuBox .naviUl li {
	border-bottom: 1px solid #bca475;
}
.menuBox .naviUl .innerUl {
	border-top: 1px solid #bca475;
}
.menuBox .naviUl .innerUl li:last-child {
	border-bottom: none;
}
.menuBox .naviUl a {
	height: 5.9rem;
	color: #bca475;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	padding: 1.2rem 1rem 1rem 3rem;
	letter-spacing: 0.05em;
}
.menuBox .naviUl .top {
	padding-right: 7rem;
	background-color: #bca475;
}
.menuBox .naviUl .top a {
	color: #fff;
	height: 8.9rem;
}
.menuBox .naviUl .innerUl a {
	padding-left: 5rem;
}
@media all and (min-width: 897px) {
	.menuBox .naviUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 17rem;
	color: #fff;
	background-color: #231815;
	position: relative;
}
#gFooter .pageTop {
	width: 7rem;
	position: absolute;
	bottom: 100%;
	right: 13.3rem;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 5rem 1rem 5.3rem;
	max-width: 136rem;
	display: flex;
	justify-content: space-between;
}
#gFooter .fLogo {
	width: 16.3rem;
}
#gFooter .rightBox {
	width: 59rem;
	margin-top: -0.6rem;
}
#gFooter .fNavi {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	gap: 0.8rem 0;
}
#gFooter .fNavi li {
	width: 50%;
}
#gFooter address {
	font-weight: 500;
	font-size: 1.4rem;
	text-align: right;
	margin-top: 7.2rem;
	letter-spacing: 0.02em;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .pageTop {
		width: 7rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	#gFooter .fBox {
		padding: 5rem 2rem 4.7rem;
		display: block;
	}
	#gFooter .rightBox {
		width: auto;
		margin: 0 4.8rem;
	}
	#gFooter .fLogo {
		width: 16.3rem;
		margin: 0 auto 3.7rem;
	}
	#gFooter .fNavi {
		display: block;
	}
	#gFooter .fNavi li {
		width: auto;
		margin-bottom: 0.8rem;
	}
	#gFooter .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter address {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		margin: 3rem -4rem 0 0;
		text-align: left;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* 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;}
.en {font-family: "Jost", sans-serif;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* content */
.content {
	margin: 0 auto;
	max-width: 100rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3.7rem;
	}
}


/* comList */
.comList {
	display: flex;
	flex-wrap: wrap;
	gap: 4.1rem 5rem;
}
.comList li {
	width: calc((100% - 10rem) / 3);
}
.comList a {
	display: block;
	font-weight: 500;
}
.comList .title {
	font-size: 1.6rem;
}
.comList .lable {
	margin-bottom: 1.1rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	gap: 1rem;
	font-style: italic;
	font-family: "Jost", "Noto Sans JP", sans-serif;
}
.comList .lable.mb0 {
	margin-bottom: 0 !important;
}
.comList .lable span {
	padding: 1rem 0.5rem 0.8rem;
	min-width: 12rem;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: #bca475;
}
.comList .time {
	margin-top: 0.4rem;
	color: #b5b5b6;
	font-size: 1.2rem;
	font-weight: 700;
	font-family: "Jost", sans-serif;
	font-style: italic;
	letter-spacing: -0.05em;
}
.comList .image {
	margin-bottom: 1.8rem;
	overflow: hidden;
	aspect-ratio: 600/400;
}
.comList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comList .btmBox {
	margin: 0 1rem;
}
.comList .btmBox .time {
	font-weight: 500;
}
@media all and (min-width: 897px) {
	.comList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comList {
		display: block;
	}
	.comList li {
		margin-bottom: 2rem;
		width: auto;
	}
	.comList li:last-child {
		margin-bottom: 0;
	}
}



/* headLine01 */
.headLine01 {
	margin-bottom: 4.5rem;
	color: #bca475;
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
}
.headLine01 .en {
	margin-top: 0.2rem;
	display: block;
	font-size: 1.2rem;
	font-style: italic;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.5rem;
	}
}

/* wp-pagenavi */
.wp-pagenavi {
	margin-top: 9.6rem;
	font-size: 0;
	clear: both;
	text-align: center;
	font-family: "Jost", sans-serif;
}
.wp-pagenavi a,
.wp-pagenavi span {
	min-height: 7rem;
	min-width: 7rem;
	color: #bca475;
	font-size: 1.6rem;
	font-weight: 500;
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border: 1px solid #bca475;
	padding: 2.6rem 0.5rem 0.2rem;
	margin: 0 1rem;
	line-height: 1;
}
.wp-pagenavi span.current {
	opacity: 0.7;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi img {
	margin-top: 0.3rem;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi .page {
		display: none;
	}
	.wp-pagenavi {
		  margin-top: 4.1rem;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		min-height: 7.1rem;
		min-width: 7.1rem;
		margin: 0 0.9rem 0 1rem;
	}
}


/* mainBox */
.mainBox {
	padding-top: 0.8rem;
	max-width: 108rem;
	display: flex;
	justify-content: space-between;
}
#sideBar {
	padding-left: 3rem;
	width: 25.1rem;
	border-left: 1px solid #bca475;
}
#sideBar .typeUl {
	margin-bottom: 5.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
#sideBar .typeUl li {
	margin-bottom: 1.6rem;
}
#sideBar .typeUl li:last-child {
	margin-bottom: 0;
}
#sideBar .typeUl a {
	display: inline-block;
}
#sideBar .typeUl .innerUl {
	margin: 1.5rem 0 1.6rem 1.7rem;
}
#sideBar .typeUl .innerUl li {
	margin-bottom: 1.6rem;
}
#sideBar .typeUl .innerUl li:last-child {
	margin-bottom: 0;
}
#sideBar .barUl li {
	margin-bottom: 1rem;
}
#sideBar .barUl li:last-child {
	margin-bottom: 0;
}
#sideBar .barUl a {
	display: block;
}
#sideBar .barUl img {
	width: 100%;
}

@media all and (min-width: 897px) {
	#sideBar .typeUl a:hover {
		opacity: 0.7;
	}
	#sideBar .barUl a:hover {
		opacity: 0.7;
	}
	#conts {
		margin-top: -0.2rem;
		width: calc(100% - 28rem);
	}
}
@media all and (max-width: 896px) {
	.mainBox {
		padding-top: 0;
		display: block;
	}
	#sideBar {
		margin: 5rem -1rem 0;
		border-top: 1px solid #bca475;
		border-left: none;
		width: auto;
		padding: 3rem 1rem 0;
	}
}

/* pagePath */
#pagePath {
	margin-bottom: 3rem;
	line-height: 1;
}
#pagePath ul {
	color: #bca475;
	font-size: 1.2rem;
	font-weight: 500;
}
#pagePath ul li {
	margin-right: 0.1rem;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-style: italic;
	font-synthesis: none;
}
#pagePath ul li::after {
	margin-left: 0.3rem;
	display: inline-block;
	vertical-align: middle;
	font-family: "Jost", sans-serif;
	font-style: italic;
	content: ">";
}
#pagePath ul a {
	color: #bca475;
}
#pagePath ul a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	detailBox
------------------------------------------------------------*/
#main .titleBox {
	margin-bottom: 4.5rem;
}
#main .titleBox .title {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 1.2rem;
}
#main .titleBox .time {
	font-family: "Jost", sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 1.2rem;
}
.detailBox {
	color: #333333;
	word-break: break-all;
	font-weight: 500;
}
.detailBox .wp-block-image {
	color: #989898;
	font-size: 1.4rem;
	font-weight: 500;
}
.detailBox .wp-block-image a {
	display: block;
}
.detailBox .wp-block-image img {
	width: 100%;
}
.detailBox .wp-block-image figcaption {
	margin: 1rem 0 0;
}
.detailBox h2 {
	margin-bottom: 2.3rem;
	color: #666666;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.17em;
}
.detailBox .wp-block-image {
	margin-bottom: 7.1rem;
}
.detailBox p {
	margin-bottom: 1.3rem;
	line-height: 2;
}
.detailBox p:last-child {
	margin-bottom: 0;
}
.detailBox a {
	color: #333;
	text-decoration: underline;
}
.detailBox a:hover {
	opacity: 0.7;
}
.detailBox ul,
.detailBox ol {
	margin: 2.5rem 0 0 1.8rem;
	line-height: 2;
	list-style: disc;
}
.detailBox ol {
	margin-top: 0;
	list-style:decimal;
}
.detailBox h3 {
	margin-bottom: 1.8rem;
	color: #1073b6;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.detailBox * + h3 {
	margin-top: 3.9rem;
}
.detailBox .wp-block-table {
	margin: 2.4rem 0 7rem;
}
.detailBox table {
	width: 100%;
	border-collapse: collapse;
}
.detailBox table th,
.detailBox table td {
	height: 5rem;
	padding: 1.2rem 1.9rem 1.3rem;
  	letter-spacing: 0.1em;
	color: #040000;
	border: 1px solid #666767;
	text-align: left;
	vertical-align: middle;
}
.detailBox table tr td:first-child {
	width: 23.8%;
}
@media all and (max-width: 896px) {
	.detailBox table th,
	.detailBox table td {
		padding: 1.2rem 0.5rem 1.3rem;
		font-size: 1.4rem;
	}
	.detailBox table tr td:first-child {
		width: 33%;
	}
	.detailBox p {
		line-height: 1.8;
	}
}


/* comBtn */
.comBtn {
	margin-top: 4.6rem;
}
.comBtn a {
	margin: 0 auto;
	padding-bottom: 0.2rem;
	width: 100%;
	max-width: 33.5rem;
	height: 5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #bca475 url("img/common/icon01.png") no-repeat right 1.8rem center;
	background-size: 1rem auto;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 4.2rem -0.7rem 0;
	}
}




/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top .mainVisual {
	margin: -9.1rem 0 9.1rem;
	position: relative;
}
#top .mainVisual .movie {
	aspect-ratio: 1440 / 720;
	overflow: hidden;
}
#top .mainVisual .movie img,
#top .mainVisual .movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top .mainVisual .title {
	margin-top: -0.1rem;
	width: 64rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
@media all and (max-width: 896px) {
	#top .mainVisual {
		margin: -8.2rem 0 4.2rem;
	}
	#top .mainVisual .movie {
		aspect-ratio: 375 / 500;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .content {
	max-width: 80rem;
}
#contact .topTxt {
	font-weight: 500;
	line-height: 1.75;
	margin-bottom: 2.1rem;
}
#contact .headLine01 {
	margin-bottom: 38px;
}
#contact .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#contact .tableBox table th,
#contact .tableBox table td {
	padding: 1rem 0;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}
#contact .tableBox table th {
	padding: 2.7rem 0 0;
	width: 25%;
	letter-spacing: 0.1em;
}
#contact select,
#contact input[type="text"],
#contact input[type="email"],
#contact textarea,
#contact input[type="submit"] {
	padding: 0 2rem;
	color: #040000;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	border: none;
	border-radius: 0;
	background-color: #efefef;
	height: 6rem;
	box-sizing: border-box;
	letter-spacing: 0.08em;
	appearance: none;
	-webkit-appearance: none; 
}
#contact select {
	padding-right: 4rem;
	background: #efefef url("img/common/icon02.png") no-repeat right 2rem center;
	background-size: 1rem auto;
}
#contact textarea {
	padding: 1.7rem 2rem;
	height: 30rem;
}
#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder {
	color: #abaaaa;
	opacity: 1;
}
#contact input:-moz-placeholder,
#contact textarea:-moz-placeholder {
	color: #abaaaa;
	opacity: 1;
}
#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder {
	color: #abaaaa;
	opacity: 1;
}
#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder {
	color: #abaaaa;
	opacity: 1;
}
#contact .submit {
	margin: 3.9rem 0 0 auto;
	width: 75%;
}
#contact .submit input {
	color: #fff;
	cursor: pointer;
	background-color: #bca475;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	#main .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#contact {
		padding-top: 1rem;
	}
	#contact .content {
		max-width: inherit;
		margin: 0 2.2rem;
	}
	#contact .tableBox table th,
	#contact .tableBox table td {
		width: 100%;
		float: left;
	}
	#contact .tableBox table th {
		padding: 1rem 0 0;
	}
	#main .submit {
		margin: 3.9rem 0 0 0;
		width: 100%;
	}
	#contact select, 
	#contact input[type="text"], 
	#contact input[type="email"], 
	#contact textarea, 
	#contact input[type="submit"] {
		padding: 1.7rem 1.5rem;
	}
	#contact select {
		padding-right: 3.5rem;
	}
}
