@charset "utf-8";
/*
Theme Name: InterJet Inc
Theme URI: null
Description: Description
Author: S.U - LXT
Version: 1.0
*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 (min-width: 897px) and (max-width: 1399px) {
	html {
		font-size: calc(1000vw / 1400);
	}
}
@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;
	font-weight: 400;
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#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;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: -0.063rem 0.078rem 0.4rem 0rem rgba(0, 0, 0, 0.6);
	transition: all .6s ease;
	z-index: 100;
}
#gHeader.changeCor {
	background: none;
}
#gHeader.hide {
	opacity: 0;
	pointer-events: none;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 1.8rem min(4.375vw, 8.4rem) 1rem min(5.208vw, 10rem);
	max-width: 192rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader h1 {
	display: flex;
	align-items: center;
	gap: 0.3rem;
	line-height: 1;
}
#gHeader h1 img {
	width: 20rem;
}
#gHeader h1 .txt {
	margin-top: 0.5rem;
	color: #5e5e5e;
	font-size: 3.6rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: -0.02em;
	white-space: nowrap;
}
#gNavi .naviList {
	margin-top: 1.6rem;
	display: flex;
	gap: 3rem;
}
#gNavi .naviList li a {
	display: block;
	font-size: 2rem;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	color: #9e9e9e;
}
#gNavi .naviList .current a {
	color: #323232;
}
@media all and (min-width: 897px) {
	#gNavi .naviList li a:hover {
		color: #323232;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: relative;
		left: auto;
		top: auto;
		background: transparent;
		box-shadow: none;
	}
	#gHeader .hBox {
		padding: 1.1rem 1.1rem 3rem;
		display: block;
	}
	#gHeader h1 {
		display: block;
		text-align: center;
	}
	#gHeader h1 a {
		display: inline-block;
	}
	#gHeader h1 img {
		width: 15rem;
	}
	#gHeader h1 .txt {
		margin-top: 1.8rem;
		display: block;
		font-size: 2.5rem;
		text-align: left;
		color: #5e5e5e;
		letter-spacing: 0.03em;
		opacity: 0.5;
	}
	#gNavi .naviList {
		margin: 2.5rem -0.5rem 0;
		gap: 1.5rem;
		justify-content: center;
	}
	#gNavi .naviList li a {
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #fff;
	background: #324158;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 192rem;
	padding: 1.1rem 7.3rem 1.7rem 7.5rem;
	display: flex;
	justify-content: space-between;
}
#gFooter .fLogo {
	display: flex;
	align-items: center;
}
#gFooter .fLogo .txt {
	margin-top: 0.5rem;
	font-family: "Noto Serif JP", serif;
	font-size: 3.6rem;
	font-weight: 600;
}
#gFooter .fBtn {
	margin-top: 0.7rem;
	width: 16.9rem;
}
#gFooter .fBtn a {
	padding: 0.5rem 3rem 0.6rem 1.5rem;
	display: block;
	position: relative;
	color: #324158;
	font-weight: 700;
	font-size: 2rem;
	border: 0.2rem solid #8b6755;
	border-radius: 5rem;
	background: #fff;
	transition: all 0.2s ease;
}
#gFooter .fBtn a::after {
	width: 1.3rem;
	height: 1.3rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 0.3rem solid #324158;
	border-bottom: 0.3rem solid #324158;
	box-sizing: border-box;
	content: '';
	transition: all 0.2s ease;
}
@media all and (min-width: 897px) {
	#gFooter .fBtn a:hover {
		padding-left: 1rem;
		border-radius: 2rem;
	}
	#gFooter .fBtn a:hover::after {
		transform: translateY(-50%) rotate(-45deg) scale(1.3);
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 1.1rem 1rem 3rem;
		display: block;
	}
	#gFooter .fLogo {
		margin-bottom: 1rem;
		display: block;
		text-align: center;
	}
	#gFooter .fLogo img {
		width: 4.5rem;
	}
	#gFooter .fLogo .txt {
		margin-top: 1.5rem;
		font-size: 2.5rem;
		text-align: left;
	}
	#gFooter .fBtn {
		margin: 0 auto;
		width: 18.8rem;
	}
	#gFooter .fBtn a {
		font-size: 2.2rem;
	}
	#gFooter .fBtn a::after {
		width: 1.5rem;
		height: 1.5rem;
		border-width: 0.4rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* 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;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 138.6rem;
	max-width: 95%;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.4rem;
		width: auto !important;
		max-width: initial !important;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 8.4rem;
	width: 100%;
	min-height: 38.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(img/news/main_img.jpg) no-repeat center center / cover;
}
.pageTitle h2 {
	width: 100%;
	max-width: 192rem;
	padding: 8.6rem 7.6rem 2rem;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 6.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 6.5rem;
		min-height: 19.3rem;
	}
	.pageTitle h2 {
		padding: 6.9rem 2.4rem 1rem;
		font-size: 3.5rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 6.4rem;
	color: #a65b4c;
	font-family: "Noto Serif JP", serif;
	font-size: 5.6rem;
	font-weight: 600;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.9rem;
		font-size: 3rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	background: url(img/index/mv_img.png) no-repeat center center / cover;
}
#index .mainVisual .mvInner {
	margin: 0 auto;
	padding: 16.2rem min(5.208vw, 10rem) 4rem;
	width: 100%;
	max-width: 192rem;
	height: 64rem;
}
#index .mainVisual p {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 8rem;
	font-weight: 600;
	text-shadow: rgba(0, 0, 0, 0.4) 0rem 0.4rem 0.5rem;
	line-height: 1.09;
}
#index .heading01 {
	margin-bottom: 1rem;
	font-size: 5.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #fff;
	background: #324158;
}
#index .heading01 span {
	margin: 0 auto;
	padding: 0 min(4.427vw, 8.5rem) 0.4rem;
	max-width: 192rem;
	display: block;
}
#index .events {
	margin-bottom: 6.2rem;
}
#index .events .innerWrap {
	margin: 0 auto;
	width: 163.4rem;
	max-width: 95%;
}
#index .events .imgBox {
	margin-bottom: 1.4rem;
	gap: 0.5rem;
	border-top: 0.1rem solid #f1f1f1;
}
#index .events .imgBox:last-child {
	margin-bottom: 0;
}
#index .events .imgBox .photoBox {
	width: 37.1%;
	min-width: 42rem;
	border-right: 0.1rem solid #f1f1f1;
}
#index .events .imgBox .photoBox .photoWrap {
	padding-right: 5.4rem;
	position: relative;
}
#index .events .imgBox .photoBox .photo {
	aspect-ratio: 549 / 280;
}
#index .events .imgBox .photoBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .events .imgBox .photoBox time {
	width: 9.7rem;
	height: 11rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0.6rem;
	bottom: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	background: #E8E6E6;
}
#index .events .imgBox .photoBox time span {
	font-size: 4rem;
}
#index .events .imgBox .textBox {
	padding: 0.7rem 0;
	flex: 1;
}
#index .events .imgBox .textBox .title {
	margin-bottom: 1.5rem;
	font-size: 2.1rem;
	font-weight: 300;
	letter-spacing: 0.03em;
}
#index .events .imgBox .textBox .date {
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}
#index .events .imgBox .textBox .date li {
	padding-left: 2.5rem;
	font-size: 1.6rem;
	font-weight: 300;
	background: url(img/common/icon01.svg) no-repeat left top 0.2rem / 2.2rem;
}
#index .events .imgBox .textBox .address a {
	padding-left: 2.5rem;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 300;
	color: #a65b4c;
	text-decoration: underline;
	background: url(img/common/icon02.svg) no-repeat left top 0.4rem / 1.9rem;
}
#index .events .imgBox .textBox .address a:hover {
	opacity: 0.7;
}
#index .events .imgBox .textBox .venueBox {
	margin-top: 6.3rem;
}
#index .events .imgBox .textBox .venueBox .venueTitle {
	margin-bottom: 1.1rem;
	text-decoration: underline;
	font-size: 1.6rem;
	font-weight: 300;
}
#index .events .imgBox .textBox .venueBox .venueName {
	padding-left: 2.4rem;
	font-size: 1.6rem;
	font-weight: 300;
	background: url(img/common/icon03.svg) no-repeat left top 0.4rem / 2rem;
}
#index .service {
	margin-bottom: 10.9rem;
}
#index .service .heading01 {
	margin-bottom: 0;
}
#index .service .heading01 span {
	padding: 0.4rem min(5.469vw, 10.5rem) 8px;
}
#index .service .linkList {
	padding: 0 0 8.4rem;
	display: flex;
	background: #324158;
}
#index .service .linkList li {
	width: 50%;
	background: #e8e6e6;
}
#index .service .linkList li a {
	display: block;
	position: relative;
	background: #e8e6e6;
}
#index .service .linkList li img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 960/655;
}
#index .service .linkList li .textBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(94, 94, 94, 0.39);
	transition: 0.5s;
	opacity: 0;
}
#index .service .linkList li a:hover .textBox {
	opacity: 1;
}
#index .service .linkList li .textBox p {
	width: 100%;
	font-size: 6.8rem;
	font-weight: 700;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.4) 0 0.4rem 0.5rem;
}
#index .import {
	padding: 6.2rem 0 6.4rem;
	background: rgba(232, 230, 230, 0.8);
}
#index .import .imgBox {
	margin: 0 auto;
	width: 176rem;
	max-width: 98%;
	display: flex;
	align-items: flex-start;
}
#index .import .imgBox .photoBox {
	width: calc(50% + 23.3rem);
}
#index .import .imgBox .photoBox img {
	width: 100%;
	aspect-ratio: 1113/748;
	object-fit: cover;
}
#index .import .imgBox .textBox {
	margin: 8rem 0 0 -46.6rem;
	padding: 7rem 9.4rem 9.4rem;
	flex: 1;
	background: #fff;
}
#index .import .imgBox .textBox h3 {
	margin-bottom: 5.7rem;
	font-family: "Noto Serif JP", serif;
	font-size: 5.1rem;
	font-weight: 600;
	line-height: 1.2;
}
#index .import .imgBox .textBox p {
	margin-bottom: 2.8rem;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.43;
	letter-spacing: 0.011em;
}
#index .import .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#index .import .imgBox .textBox p strong {
	display: block;
	font-weight: 500;
}
#index .development {
	margin: 0 auto;
	width: 176rem;
	max-width: 98%;
	display: flex;
	align-items: flex-start;
}
#index .development .textBox {
	padding: 6.7rem 3.2%;
	flex: 1;
}
#index .development .textBox h3 {
	margin-bottom: 3.5rem;
	font-family: "Noto Serif JP", serif;
	font-size: 5.1rem;
	font-weight: 600;
	line-height: 1.2;
}
#index .development .textBox p {
	margin-bottom: 3.7rem;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.8;
}
#index .development .textBox p:last-child {
	margin-bottom: 0;
}
#index .development .textBox .textList {
	margin-bottom: 4rem;
	counter-reset: my-counter;
}
#index .development .textBox .textList li {
	padding-left: 3.8rem;
	position: relative;
	color: #a65b4c;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.81;
}
#index .development .textBox .textList li::before {
	content: counter(my-counter)".";
	counter-increment: my-counter;
	position: absolute;
	left: 1.3rem;
	top: 0;
}
#index .development .photoBox {
	width: 60%;
}
#index .development .photoBox img {
	width: 100%;
	aspect-ratio: 1056/936;
	object-fit: cover;
}
#index .brands .content {
	width: 134rem;
}
#index .brands .heading02 {
	margin-bottom: 4rem;
	font-family: "Noto Serif JP", serif;
	font-size: 5.9rem;
	font-weight: 500;
	color: #000;
}
#index .brands .brandsList {
	gap: 1.4rem;
}
#index .brands .brandsList li {
	padding: 1.9rem;
	width: calc((100% - 5.6rem) / 5);
	aspect-ratio: 1 / 1;
	background: #E8E6E6;
}
#index .brands .brandsList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index {
	margin-bottom: 2rem;
}
@media all and (min-width: 897px) {
	#index .events .imgBox:nth-child(2n) {
		flex-direction: row-reverse;
	}
	#index .events .imgBox:nth-child(2n) .photoBox {
		border-right: none;
		border-left: 0.1rem solid #f1f1f1;
	}
	#index .events .imgBox:nth-child(2n) .photoBox .photoWrap {
		padding-left: 5.4rem;
		padding-right: 0;
	}
	#index .events .imgBox:nth-child(2n) .photoBox time {
		right: auto;
		left: 0.6rem;
	}
}
@media all and (max-width: 896px) {
	#index .mainVisual {
		background: none;
	}
	#index .mainVisual .mvInner {
		padding: 0;
		height: auto;
		position: relative;
	}
	#index .mainVisual .image img {
		width: 100%;
	}
	#index .mainVisual p {
		width: 100%;
		padding: 0 2.2rem;
		position: absolute;
		left: 0;
		top: 30%;
		font-size: 5.6rem;
		line-height: 1.13;
		transform: translateY(-50%);
	}
	#index .heading01 {
		margin-bottom: 1.2rem;
		font-size: 3.2rem;
		text-align: center;
	}
	#index .heading01 span {
		padding: 0 2rem;
	}
	#index .events {
		margin-bottom: 0;
		padding: 2.4rem 0 1.1rem;
		background: #324158;
	}
	#index .events .innerWrap {
		margin: 0 2.2rem;
		padding: 2rem;
		width: initial;
		max-width: initial;
		background: #fff;
	}
	#index .events .imgBox {
		border-top: 0.1rem solid #f1f1f1;
	}
	#index .events .imgBox .photoBox {
		width: 100%;
		min-width: initial;
		border-right: none;
		padding-bottom: 1rem;
		border-bottom: 0.1rem solid #f1f1f1;
	}
	#index .events .imgBox .photoBox .photoWrap {
		padding-right: 4.5rem;
	}
	#index .events .imgBox .photoBox .photo {
		aspect-ratio: 1;
	}
	#index .events .imgBox .photoBox time {
		width: 8rem;
		height: 8rem;
		right: 0;
		font-size: 1.4rem;
	}
	#index .events .imgBox .photoBox time span {
		font-size: 3rem;
	}
	#index .events .imgBox .textBox {
		padding: 0;
		width: 100%;
		flex: initial;
	}
	#index .events .imgBox:nth-child(2n) .photoBox .photoWrap {
		padding-left: 4.5rem;
		padding-right: 0;
	}
	#index .events .imgBox:nth-child(2n) .photoBox time {
		right: auto;
		left: 0;
	}
	#index .service {
		margin-bottom: 5.5rem;
	}
	#index .service .heading01 {
		margin-bottom: 0;
		text-align: left;
	}
	#index .service .heading01 span {
		padding: 0 2.2rem 0.5rem;
	}
	#index .service .linkList {
		padding: 0 0 4rem;
		display: block;
	}
	#index .service .linkList li {
		width: 100%;
	}
	#index .service .linkList li .textBox {
		opacity: 1;
	}
	#index .service .linkList li .textBox p {
		font-size: 3rem;
	}
	#index .import {
		padding: 0 0 2.1rem;
	}
	#index .import .imgBox {
		width: auto;
		max-width: initial;
		display: block;
	}
	#index .import .imgBox .photoBox {
		width: 100%;
	}
	#index .import .imgBox .photoBox img {
		aspect-ratio: initial;
	}
	#index .import .imgBox .textBox {
		margin: 0;
		padding: 3.8rem 2.4rem 1.2rem;
	}
	#index .import .imgBox .textBox h3 {
		margin-bottom: 2.7rem;
		font-size: 3.3rem;
	}
	#index .import .imgBox .textBox p {
		font-size: 1.9rem;
		line-height: 1.5;
	}
	#index .development {
		width: auto;
		max-width: initial;
		display: block;
	}
	#index .development .textBox {
		padding: 2.2rem 2.3rem 2.3rem;
	}
	#index .development .textBox h3 {
		margin-bottom: 1rem;
		font-size: 3.1rem;
		letter-spacing: -0.01em;
	}
	#index .development .textBox p {
		font-size: 1.9rem;
		line-height: 1.93;
	}
	#index .development .photoBox {
		width: auto;
	}
	#index .development .photoBox img {
		aspect-ratio: initial;
	}
	#index .brands .content {
		margin: 0;
	}
	#index .brands .heading02 {
		margin: 0 2.4rem 1.3rem;
		font-size: 3rem;
	}
	#index .brands .brandsList {
		gap: 1.6rem;
	}
	#index .brands .brandsList li {
		padding: 2.3rem;
		width: calc((100% - 1.6rem) / 2);
		aspect-ratio: initial;
		text-align: center;
	}
	#index .brands .brandsList li img {
		width: 16.5rem;
		height: auto;
		aspect-ratio: 1;
	}
	#index {
		margin-bottom: 1.6rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
	margin-bottom: 6.7rem;
}
#news .newsList {
	display: flex;
	gap: 4.2rem;
	flex-direction: column;
}
#news .newsList li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#news .newsList li time {
	width: 100%;
	font-size: 1.4rem;
	display: block;
	line-height: 1.25;
}
#news .newsList li .textBox {
	width: 93.2rem;
	padding: 1.5rem 0;
	max-width: calc(100% - 35rem);
	display: flex;
	justify-content: space-between;
	gap: 3.3rem;
	border-bottom: 0.1rem solid #e8e6e6;
}
#news .newsList li .textBox .title {
	width: 33%;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 2.13;
	letter-spacing: -0.02em;
	font-family: "Noto Serif JP", serif;
}
#news .newsList li .textBox .rInner {
	padding: 1.5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	font-size: 1.6rem;
	line-height: 1.65;
	font-feature-settings: "palt";
}
#news .newsList li .textBox .readMore {
	margin: 1.9rem 0;
	text-align: right;
	font-size: 1.4rem;
}
#news .newsList li .textBox .readMore a {
	color: #a65b4c;
}
#news .newsList li .textBox .readMore a:hover {
	color: #838882;
}
#news .newsList li .photoBox {
	margin-bottom: 3.5rem;
	width: 33.3rem;
}
#news .newsList li .photoBox a {
	display: block;
}
#news .newsList li .photoBox img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 333/170;
}
@media all and (min-width: 897px) and (max-width: 1399px) {
	#news .newsList li .textBox .rInner {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#news {
		margin-bottom: 5.8rem;
	}
	#news .newsList {
		gap: 4.3rem;
	}
	#news .newsList li {
		padding-right: 0;
		display: block;
	}
	#news .newsList li time {
		width: auto;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 1.2rem;
	}
	#news .newsList li .textBox {
		width: auto;
		padding: 0 0 2.5rem;
		max-width: inherit;
		display: block;
		border-bottom: none;
	}
	#news .newsList li .textBox .title {
		margin-bottom: 1rem;
		width: auto;
		font-size: 2.3rem;
		line-height: 2.18;
		letter-spacing: 0;
	}
	#news .newsList li .textBox .rInner {
		margin-right: 0;
		padding: 0;
		display: block;
		line-height: 1.87;
		letter-spacing: 0.05em;
	}
	#news .newsList li .textBox .readMore {
		margin: 2.2rem auto 0;
		width: 57%;
		text-align: left;
	}
	#news .newsList li .textBox .readMore a:hover {
		color: #a65b4c;
	}
	#news .newsList li .photoBox {
		margin: 0 auto;
		width: 68.2%;
	}
}
/*------------------------------------------------------------
	news detail
------------------------------------------------------------*/
#detail {
	margin-bottom: 9.7rem;
}
#detail .pageLead {
	margin: 0 auto;
	padding: 13.1rem 0 5rem;
	width: 68rem;
}
#detail .pageLead .back {
	margin-bottom: 1.7rem;
	font-size: 1.4rem;
}
#detail .pageLead .back a:hover {
	opacity: 0.7;
}
#detail .pageLead h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 5.3rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.42;
}
#detail .thumbnail {
	margin: 0 auto 3.5rem;
	width: 154rem;
	max-width: 96%;
}
#detail .thumbnail img {
	width: 100%;
}
#detail .content {
	margin: 0 auto;
	width: 68rem;
	max-width: 90%;
}
#detail p {
	font-weight: 300;
}
#detail .name {
	margin-bottom: 0.8rem;
	font-weight: 300;
	font-size: 1.4rem;
}
#detail time {
	margin-bottom: 5.6rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 300;
}
#detail .summary {
	margin-bottom: 3.4rem;
	font-size: 2.6rem;
	letter-spacing: 0.01em;
	line-height: 1.58;
}
#detail .wpBox p {
	margin-bottom: 2.4rem;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
#detail .wpBox p:last-child {
	margin-bottom: 0;
}
#detail .pageList {
	margin-top: 8rem;
}
#detail .pageList li {
	float: left;
}
#detail .pageList li:nth-child(2) {
	float: right;
}
#detail .pageList li a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 300;
}
#detail .pageList li a:hover {
	opacity: 0.7;
}
#detail .pageList .noLink a {
	color: #c7c7c7;
	pointer-events: none;
	cursor: default;
}
@media all and (max-width: 896px) {
	#detail {
		margin-bottom: 1.3rem;
	}
	#detail .pageLead {
		margin: 0 2.4rem;
		padding: 1.6rem 0 1.3rem;
		width: auto;
	}
	#detail .pageLead .back {
		margin: 0 0 2.2rem;
		font-size: 1.4rem;
	}
	#detail .pageLead h2 {
		font-size: 2.9rem;
		line-height: 1.5;
		letter-spacing: 0.02em;
	}
	#detail .thumbnail {
		margin-bottom: 2.8rem;
		width: 100%;
		max-width: 100%;
	}
	#detail .content {
		margin: 0 2.4rem;
	}
	#detail .name {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
	}
	#detail time {
		margin-bottom: 2.7rem;
		font-size: 1.6rem;
	}
	#detail .summary {
		margin-bottom: 2.6rem;
		font-size: 2.2rem;
		letter-spacing: 0.045em;
		line-height: 1.72;
	}
	#detail .wpBox p {
		margin-bottom: 2.5rem;
		line-height: 1.53;
	}
	#detail .wpBox p:last-child {
		margin-bottom: 0;
	}
	#detail .pageList {
		margin-top: 4.8rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	padding: 8.8rem 0 2.5rem;
}
#contact .mainBox {
	background: url(img/contact/bg.jpg) no-repeat center center / cover;
	border-bottom: 0.1rem solid #5e5e5e;
}
#contact .content {
	padding: 4.2rem 4rem 11.4rem;
	width: 98.2rem;
	background: #fff;
	border-bottom: 0.1rem solid #5e5e5e;
}
#contact .innerBox {
	margin: 0 auto;
	max-width: 73rem;
}
#contact .mailForm {
	margin: 0 1.6rem 0 1.2rem;
}
#contact .mailForm dl {
	margin-bottom: 2.8rem;
}
#contact .mailForm dl:last-child {
	margin-bottom: 0;
}
#contact .mailForm dt {
	margin: 0 0.2rem 0.6rem;
	font-weight: 300;
	font-size: 1.4rem;
}
#contact .mailForm dd select,
#contact .mailForm dd textarea,
#contact .mailForm dd input[type="text"],
#contact .mailForm dd input[type="email"],
#contact .mailForm dd input[type="tel"] {
	margin: 0;
	padding: 0.3rem 1rem;
	width: 100%;
	height: 5.9rem;
	vertical-align: top;
	color: #000;
	border-radius: 0;
	border: 0.1rem solid #000;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#contact .mailForm dd select:hover,
#contact .mailForm dd textarea:hover,
#contact .mailForm dd input:hover,
#contact .mailForm dd select:focus,
#contact .mailForm dd textarea:focus,
#contact .mailForm dd input:focus {
	border-width: 0.2rem;
}
#contact .mailForm dd textarea {
	resize: vertical;
	height: 20.1rem;
}
#contact .mailForm dd .checkError.error {
	border-width: 0.2rem;
	border-color: #FF4040;
}
#contact .mailForm .nameBox {
	margin-top: -1rem;
	margin-bottom: 0;
	gap: 5rem;
}
#contact .mailForm .nameBox dl {
	flex: 1;
}
#contact .mailForm .submit {
	margin-top: 3.1rem;
}
#contact .mailForm .submit li {
	margin-left: auto;
	width: 11.7rem;
	position: relative;
}
#contact .mailForm .submit li input {
	padding: 0;
	width: 100%;
	height: 3.6rem;
	cursor: pointer;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 300;
	color: #fff;
	border-radius: 0;
	border: 0.1rem solid #a65b4c;
	background: #a65b4c;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: 0.3s;
}
#contact .mailForm .wpcf7-spinner {
	margin: 0 2rem 0 0;
	display: block !important;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}
#contact .thanks p {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 2rem;
	line-height: 1.8;
}
#contact .thanks .link {
	text-align: center;
	font-size: 2rem;
	line-height: 1.8;
}
#contact .thanks .link a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#contact .mailForm .submit li input:hover {
		background: #fff;
		color: #a65b4c;
	}
}
@media all and (max-width: 896px) {
	#contact {
		margin-top: 0.1rem;
		padding: 2.4rem 0 2.5rem;
		box-shadow: inset 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.5);
	}
	#contact .mainBox {
		background: none;
	}
	#contact .content {
		margin: 0;
		padding: 0 2.4rem 3rem;
		border-bottom: none;
	}
	#contact .mainImg {
		margin-bottom: 2.5rem;
	}
	#contact .mainImg img {
		width: 100%;
	}
	#contact .innerBox {
		max-width: initial;
	}
	#contact .mailForm {
		margin: 0 0.4rem;
	}
	#contact .mailForm dl {
		margin-bottom: 0.6rem;
	}
	#contact .mailForm dl:last-child {
		margin-bottom: 0;
	}
	#contact .mailForm dt {
		margin: 0 0 0.6rem;
		font-size: 1.9rem;
	}
	#contact .mailForm dd select,
	#contact .mailForm dd textarea,
	#contact .mailForm dd input[type="text"],
	#contact .mailForm dd input[type="email"],
	#contact .mailForm dd input[type="tel"] {
		height: 4.6rem;
	}
	#contact .mailForm dd textarea {
		height: 10rem;
	}
	#contact .mailForm .nameBox {
		margin: 0 0 0.6rem;
		display: block;
	}
	#contact .mailForm .submit {
		margin-top: 6rem;
	}
	#contact .mailForm .submit li {
		width: 100%;
	}
	#contact .mailForm .submit li input {
		height: 4.9rem;
	}
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
	margin-bottom: 0.1rem;
	padding-bottom: 5.5rem;
	background: #c7c7c7;
}
#about .mainImg {
	padding-bottom: 5.6rem;
	background: #c7c7c7;
}
#about .mainImg img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1920/438;
}
#about .mainBox {
	padding-top: 2.2rem;
	padding-bottom: 3.5rem;
	background: #fff;
}
#about .content {
	width: 150.6rem;
}
#about .headLine01 {
	margin-bottom: 2.1rem;
	font-size: 6.6rem;
}
#about .imgBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
#about .imgBox .textBox {
	width: 65.5%;
}
#about .imgBox .textBox p {
	font-size: 2.2rem;
	line-height: 1.63;
	letter-spacing: 0.003em;
	margin-bottom: 3.4rem;
}
#about .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#about .imgBox .photoList {
	width: 31.92%;
	display: flex;
	flex-direction: column;
	gap: 3.4rem;
}
#about .imgBox .photoList li {
	width: 100%;
}
#about .imgBox .photoList li img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#about {
		margin-bottom: 0;
		padding-bottom: 2.2rem;
	}
	#about .mainImg {
		padding-bottom: 2.2rem;
	}
	#about .mainImg img {
		aspect-ratio: auto;
	}
	#about .mainBox {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	#about .headLine01 {
		margin-bottom: 0.7rem;
		font-size: 3.6rem;
		text-align: left;
	}
	#about .imgBox {
		display: block;
	}
	#about .imgBox .textBox {
		width: auto;
		margin-bottom: 2rem;
	}
	#about .imgBox .textBox p {
		font-size: 2rem;
		line-height: 1.59;
		margin-bottom: 3.2rem;
	}
	#about .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	#about .imgBox .photoList {
		width: auto;
		gap: 1.2rem;
	}
}
/*------------------------------------------------------------
	404
------------------------------------------------------------*/
.notfound .content{
	text-align: center;
}
.notfound p.wpTag {
  font-size: 2.2rem;
  line-height: 1.63;
  letter-spacing: 0.003em;
}
.notfound .return-home {
	margin-top: 3em;
}
@media all and (max-width: 896px) {
  .notfound p.wpTag {
    font-size: 2rem;
    line-height: 1.59;
    margin-bottom: 3.2rem;
  }
}