@charset "utf-8";

/* 【リセットCSS】 */

/* Google Fonts

.noto-sans-jp-<uniquifier> {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
	font-weight: 100; (Thin)
	font-weight: 200; (ExtraLight)
	font-weight: 300; (Light)
	font-weight: 400; (Regular)
	font-weight: 500; (Medium)
	font-weight: 600; (SemiBold)
	font-weight: 700; (Bold)
	font-weight: 800; (ExtraBold)
	font-weight: 900; (Black)

.noto-serif-jp-<uniquifier> {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
	font-weight: 200; (ExtraLight)
	font-weight: 300; (Light)
	font-weight: 400; (Regular)
	font-weight: 500; (Medium)
	font-weight: 600; (SemiBold)
	font-weight: 700; (Bold)
	font-weight: 800; (ExtraBold)
	font-weight: 900; (Black)

*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
	--max-width: 1200px;				/* コンテンツ幅 */
	--background-color: #dcdcc4;		/* 背景色 */
	--head-color: #b99c36;				/* トップカラー */
	--title-color: #635242;				/* タイトルカラー */
	--model-color: #211714;				/* モデルコースカラー */
	--font-color: #666666;				/* フォントカラー */
}

*,*::before,*::after {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	scroll-behavior: smooth;
}
body,h1,h2,h3,h4,h5,h6,article,section,header,footer,nav,aside,p,hr,ul,ol,li,dl,dt,dd,div,
main,em,strong,small,i,b,span,table,caption,tr,th,td,pre,label,input,textarea,select,button {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.6;
	word-wrap: break-word;
}
body,input,textarea,button {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: var(--font-color);
}
address,em,i {
	font-style: normal;
}
strong,th,b {
	font-weight: normal;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 【ユーザーCSS】 */

/* ■ 共通 ■ */
body {
	background: var(--background-color);
}
.container {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 40px 10px;
}
@media screen and (max-width: 760px) {
	.container {
		padding: 35px 10px;
	}
}
a {
	display: block;
	color: inherit;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
}
.space20 {
	width: 100%;
	height: 20px;
}
.space40 {
	width: 100%;
	height: 40px;
}
.pc {
}
@media screen and (max-width: 760px) {
	.pc {
		display: none;
	}
}
.sp {
	display: none;
}
@media screen and (max-width: 760px) {
	.sp {
		display: inline;
	}
}

/* ■ header ■ */
header {
	display: flex;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 760px) {
	header {
		display: block;
	}
}
header .left {
	width: 280px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 760px) {
	header .left {
		width: 280px;
		margin: 0 auto 20px auto;
		display: block;
	}
}
header .right {
	width: calc(100% - 280px);
	padding: 0 0 0 30px;
}
@media screen and (max-width: 760px) {
	header .right {
		width: 100%;
		padding: 0 0 0 0;
	}
}
header .right .row-1 {
	margin: 0 0 10px 0;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}
@media screen and (max-width: 760px) {
	header .right .row-1 {
		justify-content: center;
	}
}
header .right .row-1 p {
	width: 165px;
	font-size: 1.4rem;
	color: var(--head-color);
	text-align: center;
	line-height: 2.0;
	border: 1px var(--head-color) solid;
	background: #fff;
}
header .right .row-1 p.current {
	background: #ffffcd;
}
header .right .row-2 {
	display: flex;
}
@media screen and (max-width: 760px) {
	header .right .row-2 {
		display: block;
	}
}
header .right .row-2 .row-2-left {
	width: calc(100% - 200px);
	padding: 25px 0 0 0;
}
@media screen and (max-width: 760px) {
	header .right .row-2 .row-2-left {
		width: 100%;
		padding: 10px 0 10px 0;
	}
}
header .right .row-2 .row-2-left p {
	font-size: 1.5rem;
	color: var(--head-color);
	text-decoration: underline 1px;
	text-underline-offset: 6px;
}
@media screen and (max-width: 760px) {
	header .right .row-2 .row-2-left p {
		text-align: center;
	}
}
header .right .row-2 .row-2-right {
	width: 200px;
}
@media screen and (max-width: 760px) {
	header .right .row-2 .row-2-right {
		margin: 0 auto;
	}
}

/* ■ nav ■ */
nav {
	margin: 0 0 10px 0;
}
@media screen and (max-width: 760px) {
	nav {
		display: none;
	}
}
nav ul {
	display: flex;
	gap: 20px;
	list-style: none;
}
nav ul li {
	width: calc((100% - 100px) / 6);
	border: 1px var(--head-color) solid;
	background: #fff;
}
nav ul li a {
	padding: 10px 0;
	font-size: 1.5rem;
	color: #b29e57;
	text-align: center;
}
nav ul li.current {
	background: #ffffcd;
}

/* ■ ハンバーガーメニュー ■ */
div.hamburger-menu {
	display: none;
}
@media screen and (max-width: 760px) {
	div.hamburger-menu {
		display: block;
	}
}
div.hamburger-menu .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(0,0,0,0.3);
	cursor: pointer;
	border-radius: 10px;
}
div.hamburger-menu .menu-btn span,
div.hamburger-menu .menu-btn span:before,
div.hamburger-menu .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
div.hamburger-menu .menu-btn span:before {
    bottom: 10px;
}
div.hamburger-menu .menu-btn span:after {
    top: 10px;
}
div.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
div.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
div.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
div.hamburger-menu #menu-btn-check {
    display: none;
}
div.hamburger-menu #menu-btn-check:checked ~ .menu-content {
    left: calc(100% - 220px);			/* メニュー領域の引き出し位置（0にすると左端まで） */
}
div.hamburger-menu .menu-content {
	width: 100%;
	height: 100vh;						/* autoにするとコンテンツ領域分までに */
    position: fixed;
    top: 0;
    left: 100%;
	overflow: auto;
    z-index: 80;
    padding: 0 10px;
    background-color: rgba(0,0,0,0.7);
    transition: all 0.5s;				/* メニュー領域の引き出しスピード */
}
div.hamburger-menu .menu-content ul {
	display: block;
	width: 200px;						/* メニュー領域の横幅を設定（100%にすると横幅いっぱい） */
    padding-top: 80px;
}
div.hamburger-menu .menu-content ul li {
    border-top: solid 1px #fff;
    list-style: none;
}
div.hamburger-menu .menu-content ul li:last-child {
    border-bottom: solid 1px #fff;
}
div.hamburger-menu .menu-content ul li a {
	display: block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
	font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}
div.hamburger-menu .menu-content ul li a span {
	font-size: 90%;
	font-weight: normal;
}
div.hamburger-menu .menu-content ul li a:hover {
	opacity: 0.6;
}
div.hamburger-menu .menu-content ul li.current a {
	color: #f7f79a;
}

/* ■ .hero ■ */
.hero {
	position: relative;
}
.hero .slider {
	aspect-ratio: 2048 / 1600;
	overflow: hidden;
}
.hero .slider ul {
	position: relative;
	list-style-type: none;
}
.hero .slider ul li {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.hero .slider ul li.active {
	animation-name: slider-key;
	animation-timing-function: linear;
	animation-duration: 8s;
	animation-fill-mode: forwards;
}
.hero .slider ul li img {
	width: 110%;
}
@keyframes slider-key {
	from {
		left: 0%;
	}
	to {
		left: -10%;
	}
}
.hero .mask {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* ■ section ■ */
section h2 {
	font-size: 2.8rem;
	color: var(--title-color);
}
section h2 span {
	padding: 0 0 0 10px;
	font-size: 1.5rem;
}
@media screen and (max-width: 760px) {
	section h2 span.new-line {
		display: block;
	}
}
section .button {
	width: 300px;
	margin: 0 auto;
	font-size: 1.4rem;
	text-align: center;
	color: var(--font-color);
	line-height: 2.0;
	border: 1px var(--font-color) solid;
	background: #fff;
}

/* ■ トップページ：section.news ■ */
section.top-news {
	margin: 0 0 60px 0;
}
@media screen and (max-width: 760px) {
	section.top-news {
		margin: 0 0 50px 0;
	}
}
section.top-news dl,
section.news dl {
}
section.top-news dl dt,
section.news dl dt {
	float: left;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}
section.top-news dl dd,
section.news dl dd {
	margin-left: 100px;
	font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
	section.top-news dl dd,
	section.news dl dd {
		margin-left: 20px;
	}
}
section.top-news dl dd a,
section.news dl dd a {
	display: inline;
	font-size: 2rem;
	font-weight: bold;
	color: var(--title-color);
	text-decoration: underline 1px;
	text-underline-offset: 6px;
}
@media screen and (max-width: 760px) {
	section.top-news dl dd a,
	section.news dl dd a {
		display: inline-block;
		font-size: 1.6rem;
	}
}
section.top-news dl dd::before,
section.news dl dd::before,
section.news-page dl dd::before {
	display: inline-block;
	width: 110px;
	margin: -10px 14px 0 0;
	font-size: 1.2rem;
	text-align: center;
	background: #fff;
	vertical-align: middle;
}
@media screen and (max-width: 760px) {
	section.top-news dl dd::before,
	section.news dl dd::before,
	section.news-page dl dd::before {
		margin: -10px 14px 0 10px;
	}
}
section.top-news dl dd.news::before,
section.news dl dd.news::before,
section.news-page dl dd.news::before {
	content: "お知らせ";
	color: #f8c713;
	border: 1px #f8c713 solid;
}
section.top-news dl dd.experience::before,
section.news dl dd.experience::before,
section.news-page dl dd.experience::before {
	content: "体　験";
	color: #f88312;
	border: 1px #f88312 solid;
}
section.top-news dl dd.event::before,
section.news dl dd.event::before,
section.news-page dl dd.event::before {
	content: "イベント";
	color: #f84711;
	border: 1px #f84711 solid;
}
section.top-news dl dd.recruit::before,
section.news dl dd.recruit::before,
section.news-page dl dd.recruit::before {
	content: "募　集";
	color: #f8117b;
	border: 1px #f8117b solid;
}
section.top-news dl dd.other::before,
section.news dl dd.other::before,
section.news-page dl dd.other::before {
	content: "その他";
	color: #999999;
	border: 1px #999999 solid;
}
.lang-en section.top-news dl dd.news::before,
.lang-en section.news dl dd.news::before,
.lang-en section.news-page dl dd.news::before {
	content: "News";
}
.lang-en section.top-news dl dd.experience::before,
.lang-en section.news dl dd.experience::before,
.lang-en section.news-page dl dd.experience::before {
	content: "Experience";
}
.lang-en section.top-news dl dd.event::before,
.lang-en section.news dl dd.event::before,
.lang-en section.news-page dl dd.event::before {
	content: "Event";
}
.lang-en section.top-news dl dd.recruit::before,
.lang-en section.news dl dd.recruit::before,
.lang-en section.news-page dl dd.recruit::before {
	content: "Recruit";
}
.lang-en section.top-news dl dd.other::before,
.lang-en section.news dl dd.other::before,
.lang-en section.news-page dl dd.other::before {
	content: "Other";
}

/* ■ トップページ：section.what ■ */
section.top-what {
	margin: 0 0 50px 0;
}
section.top-what .wrapper {
	display: flex;
	gap: 70px;
	margin: 0 0 30px 0;
}
@media screen and (max-width: 760px) {
	section.top-what .wrapper {
		display: block;
		margin: 0 0 20px 0;
	}
}
section.top-what .wrapper .item {
	width: calc((100% - 70px) / 2);
}
@media screen and (max-width: 760px) {
	section.top-what .wrapper .item {
		width: 100%;
	}
}
section.top-what .wrapper .item .image {
	position: relative;
}
section.top-what .wrapper .item .image .mask {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
section.top-what .wrapper .item p {
	font-size: 1.6rem;
	color: var(--title-color);
}

/* ■ トップページ：section.banner ■ */
section.top-banner {
	margin: 0 0 100px 0;
}
@media screen and (max-width: 760px) {
	section.top-banner {
		margin: 0 0 40px 0;
	}
}
section.top-banner .wrapper {
	display: flex;
	gap: 70px;
	margin: 0 0 100px 0;
}
@media screen and (max-width: 760px) {
	section.top-banner .wrapper {
		display: block;
		margin: 0 0 0 0;
	}
}
section.top-banner .wrapper .item {
	width: calc((100% - 70px) / 2);
}
@media screen and (max-width: 760px) {
	section.top-banner .wrapper .item {
		width: 100%;
		margin: 0 0 40px 0;
	}
}

/* ■ NEWS：section.news ■ */
section.news {
	margin: 30px 0 100px 0;
}
@media screen and (max-width: 760px) {
	section.news {
		margin: 30px 0 50px 0;
	}
}
section.news dl {
	margin: 0 0 100px 0;
}
@media screen and (max-width: 760px) {
	section.news dl {
		margin: 0 0 50px 0;
	}
}

/* ■ NEWS（個別ページ）：section.news-page ■ */
section.news-page {
	margin: 30px 0 100px 0;
}
section.news-page dl {
	margin: 0 0 40px 0;
}
section.news-page dl dt {
	float: left;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}
section.news-page dl dd {
	margin-left: 100px;
	font-size: 2rem;
	font-weight: bold;
	color: var(--title-color);
}
section.news-page .news-item {
	margin: 0 0 60px 0;
	font-size: 1.4rem;
}
section.news-page .news-item p {
	margin-bottom: 10px;
}
section.news-page .news-item ol,
section.news-page .news-item ul {
	margin-left: 20px;
}

/* ■ 芦川とは？：section.what ■ */
section.what {
	margin: 30px 0 100px 0;
}
@media screen and (max-width: 760px) {
	section.what {
		margin: 30px 0 50px 0;
	}
}
section.what .wrapper {
	padding: 30px 0 20px 0;
	margin: 0 0 10px 0;
	display: flex;
	gap: 70px;
	align-items: flex-start;
}
@media screen and (max-width: 760px) {
	section.what .wrapper {
		padding: 20px 0 20px 0;
		display: block;
	}
}
section.what .wrapper.reverse {
	flex-direction: row-reverse;
}
section.what .wrapper div {
	width: calc((100% - 70px) / 2);
}
@media screen and (max-width: 760px) {
	section.what .wrapper div {
		width: 100%;
		padding: 0 0 20px 0;
	}
}
section.what .wrapper div h3 {
	padding: 0 0 20px 0;
	font-size: 2.0rem;
	font-weight: bold;
	color: var(--title-color);
}
section.what .wrapper div p {
	font-size: 1.6rem;
	color: var(--title-color);
}
section.what .wrapper img {
	display: block;
	width: calc((100% - 70px) / 2);
}
@media screen and (max-width: 760px) {
	section.what .wrapper img {
		width: 100%;
	}
}
section.what .space {
	height: 70px;
}
@media screen and (max-width: 760px) {
	section.what .space {
		height: 30px;
	}
}

/* ■ 芦川できること：section.experience ■ */
section.experience {
	margin: 30px 0 100px 0;
}
@media screen and (max-width: 760px) {
	section.experience {
		margin: 30px 0 50px 0;
	}
}
@media screen and (max-width: 760px) {
	section.experience .space-sp {
		margin: 40px 0 0 0;
	}
}
section.experience .wrapper {
}
section.experience .wrapper .item1 {
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
	display: flex;
	gap: 70px;
}
@media screen and (max-width: 760px) {
	section.experience .wrapper .item1 {
		display: block;
	}
}
section.experience .wrapper .item1 h3 {
	width: calc((100% - 70px) * 0.35);
	padding: 15px 10px;
	font-size: 2.0rem;
	font-weight: bold;
}
@media screen and (max-width: 760px) {
	section.experience .wrapper .item1 h3 {
		width: 100%;
		padding: 15px 0px;
		margin: 0 0 10px 0;
		font-size: 1.8rem;
		text-align: center;
	}
}
section.experience .wrapper .item1 h3.spring {
	background: #99cc99;
}
section.experience .wrapper .item1 h3.summer {
	background: #98cbe5;
}
section.experience .wrapper .item1 h3.autumn {
	background: #cdb596;
}
section.experience .wrapper .item1 h3.winter {
	background: #ccc3d5;
}
section.experience .wrapper .item1 dl {
	width: calc((100% - 70px) * 0.65);
	display: flex;
	gap: 5px;
}
@media screen and (max-width: 760px) {
	section.experience .wrapper .item1 dl {
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
	}
}
section.experience .wrapper .item1 dl dt {
	width: calc((100% - 5px) * 0.4);
	padding: 15px 20px;
	font-size: 2.0rem;
	font-weight: bold;
	background: #fff;
}
@media screen and (max-width: 760px) {
	section.experience .wrapper .item1 dl dt {
		width: calc((100% - 5px) * 0.4);
		padding: 15px 10px;
		font-size: 1.6rem;
		text-align: center;
	}
}
section.experience .wrapper .item1 dl dd {
	width: calc((100% - 5px) * 0.6);
	padding: 15px 20px;
	font-size: 2.0rem;
	background: #fff;
}
@media screen and (max-width: 760px) {
	section.experience .wrapper .item1 dl dd {
		width: calc((100% - 5px) * 0.6);
		padding: 15px 10px;
		font-size: 1.6rem;
		text-align: center;
	}
}
section.experience .wrapper .item2 {
	padding: 15px 0 0 0;
	margin: 0 0 60px 0;
	display: flex;
	gap: 70px;
	align-items: flex-start;
}
@media screen and (max-width: 760px) {
	section.experience .wrapper .item2 {
		padding: 10px 0 0 0;
		margin: 0 0 0 0;
		display: block;
	}
}
section.experience .wrapper .item2 img {
	display: block;
	width: calc((100% - 70px) * 0.35);
}
@media screen and (max-width: 760px) {
	section.experience .wrapper .item2 img {
		width: 100%;
		padding: 0 0 10px 0;
	}
}
section.experience .wrapper .item2 .item2-c1 {
	width: calc((100% - 70px) * 0.65);
	font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
	section.experience .wrapper .item2 .item2-c1 {
		width: 100%;
	}
}
section.experience .wrapper .item2 .item2-c1 p {
	padding: 0 0 20px 0;
	font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
	section.experience .wrapper .item2 .item2-c1 p {
		padding: 0 0 10px 0;
	}
}
section.experience .wrapper .item2 .item2-c1 table {
	width: 100%;
	font-size: 1.6rem;
	border-collapse: collapse;
	table-layout: fixed;
}
section.experience .wrapper .item2 .item2-c1 table th {
	width: 130px;
	padding: 5px 10px;
	text-align: left;
	border: 1px #333 solid;
}
section.experience .wrapper .item2 .item2-c1 table td {
	width: calc(100% - 130px);
	padding: 5px 10px;
	border: 1px #333 solid;
}
@media screen and (max-width: 760px) {
	section.experience .insta {
		margin: 50px 0 0 0;
	}
}

/* ■ モデルコース：section.model ■ */
section.model {
	margin: 30px 0 100px 0;
}
@media screen and (max-width: 760px) {
	section.model {
		margin: 30px 0 50px 0;
	}
}
section.model .wrapper {
	padding: 15px 0 0 0;
	margin: 0 0 100px 0;
	display: flex;
	gap: 70px;
}
@media screen and (max-width: 760px) {
	section.model .wrapper {
		margin: 0 0 50px 0;
		display: block;
	}
}
section.model .wrapper .sub-wrapper {
	width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 760px) {
	section.model .wrapper .sub-wrapper {
		width: 100%;
		padding: 20px 0 0 0;
	}
}
section.model .wrapper .sub-wrapper h3 {
	padding: 8px 0;
	font-size: 2.0rem;
	color: var(--head-color);
	text-align: center;
	border: 1px var(--head-color) solid;
	background: #fff;
}
section.model .wrapper .sub-wrapper .item {
	padding: 0 0 20px 0;
}
@media screen and (max-width: 760px) {
	section.model .wrapper .sub-wrapper .item {
		padding: 0 0 20px 0;
	}
}
section.model .wrapper .sub-wrapper .item h4 {
	padding: 20px 0 25px 0;
	font-size: 2.0rem;
	color: var(--model-color);
	font-weight: bold;
}
section.model .wrapper .sub-wrapper .item dl {
	margin: 0 0 0 20px;
	border-left: 2px var(--head-color) solid;
}
section.model .wrapper .sub-wrapper .item dl dt {
	margin-left: 29px;
	position: relative;
	float: left;
	font-size: 1.4rem;
	color: var(--model-color);
}
section.model .wrapper .sub-wrapper .item dl dt.start::before {
	content: "出発";
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -11px;
	left: -49px;
	font-size: 1.2rem;
	border-radius: 50%;
	background: #fff;
	border: 2px var(--head-color) solid;
}
.lang-en section.model .wrapper .sub-wrapper .item dl dt.start::before {
	content: "Start";
}
section.model .wrapper .sub-wrapper .item dl dt.point::before {
	position: absolute;
	top: 10px;
	left: -35px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--head-color);
}
section.model .wrapper .sub-wrapper .item dl dd {
	margin-left: 80px;
	font-size: 1.65rem;
	color: var(--model-color);
}

/* ■ 施設：section.facility ■ */
section.facility {
	margin: 30px 0 100px 0;
}
@media screen and (max-width: 760px) {
	section.facility {
		margin: 30px 0 50px 0;
	}
}
section.facility .wrapper {
	padding: 40px 0 0 0;
	margin: 0 0 10px 0;
	display: flex;
	gap: 20px;
}
@media screen and (max-width: 760px) {
	section.facility .wrapper {
		display: block;
	}
}
section.facility .wrapper .item1 {
	width: calc((100% - 180px) * 0.53);
}
@media screen and (max-width: 760px) {
	section.facility .wrapper .item1 {
		width: 100%;
	}
}
section.facility .wrapper .item1 h3 {
	padding: 0 0 5px 0;
	font-size: 2.0rem;
	font-weight: bold;
	color: var(--model-color);
}
section.facility .wrapper .item1 h3 a {
	display: inline-block;
	padding: 0 5px 0 5px;
	margin: 0 0 0 10px;
	font-size: 1.4rem;
	color: #b29e57;
	border: 1px var(--head-color) solid;
	background: #fff;
	line-height: 1.6;
}
section.facility .wrapper .item1 p {
	padding: 0 0 30px 0;
	font-size: 1.6rem;
	color: var(--model-color);
}
section.facility .wrapper .item1 table {
	width: calc(100% - 40px);
	font-size: 1.2rem;
	color: var(--model-color);
	border-collapse: collapse;
	line-height: 1.4;
}
@media screen and (max-width: 760px) {
	section.facility .wrapper .item1 table {
		width: 100%;
		margin: 0 0 20px 0;
	}
}
section.facility .wrapper .item1 table tr {
}
section.facility .wrapper .item1 table tr th {
	width: 80px;
	padding: 3px 0;
	font-size: 1.4rem;
	border: 1px var(--model-color) solid;
}
section.facility .wrapper .item1 table tr td {
	width: calc(100% - 80px);
	padding: 3px 10px;
	font-size: 1.4rem;
	border: 1px var(--model-color) solid;
	line-height: 1.5;
}
section.facility .wrapper .item2 {
	width: calc((100% - 180px) * 0.47);
}
@media screen and (max-width: 760px) {
	section.facility .wrapper .item2 {
		width: 100%;
		padding: 0 0 10px 0;
	}
}
section.facility .wrapper .item3 {
	width: 140px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (max-width: 760px) {
	section.facility .wrapper .item3 {
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 10px;
	}
}
@media screen and (max-width: 760px) {
	section.facility .wrapper .item3 img {
		width: calc((100% - 20px) / 3);
	}
}
section.facility .space {
	height: 40px;
}

/* ■ 施設（個別ページ）：section.facility-page ■ */
section.facility-page {
	margin: 30px 0 100px 0;
}
@media screen and (max-width: 760px) {
	section.facility-page {
		margin: 30px 0 50px 0;
	}
}
@media screen and (max-width: 760px) {
	section.facility-page h2 {
		padding: 0 0 20px 0;
	}
}
section.facility-page h2 span {
}
section.facility-page h3 {
	padding: 20px 0 0 0;
	font-size: 2.2rem;
}
section.facility-page .news {
	padding: 10px 15px;
	margin: 0 0 40px 0;
	font-size: 1.5rem;
	background: #fff;
	border: 1px var(--head-color) solid;
}
section.facility-page .news dl {
}
section.facility-page .news dl dt {
	float: left;
}
section.facility-page .news dl dd {
	margin: 10px 0 10px 120px;
}
@media screen and (max-width: 760px) {
	section.facility-page .news dl dd {
		margin: 10px 0 10px 100px;
	}
}
section.facility-page .photo {
	margin: 0 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	font-size: 1.5rem;
}
@media screen and (max-width: 760px) {
	section.facility-page .photo {
		gap: 10px;
	}
}
section.facility-page .photo li {
	width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 760px) {
	section.facility-page .photo li {
		width: calc((100% - 10px) / 2);
	}
}
section.facility-page .photo li img {
	border: 1px var(--head-color) solid;
}
section.facility-page .menu {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px var(--head-color) solid;
}
section.facility-page .menu h4 {
	padding: 0 5px;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	background: #635343;
	border: 1px var(--head-color) solid;
}
section.facility-page .menu dl {
	margin: 0 0 10px 0;
	font-size: 1.8rem;
	display: flex;
	flex-wrap: wrap;
}
section.facility-page .menu dl dt {
	width: 550px;
	padding: 0 0 0 5px;
}
@media screen and (max-width: 760px) {
	section.facility-page .menu dl dt {
		width: calc(100% - 115px);
	}
}
section.facility-page .menu dl dt span {
	font-size: 1.2rem;
}
section.facility-page .menu dl dd {
	width: calc(100% - 550px);
}
@media screen and (max-width: 760px) {
	section.facility-page .menu dl dd {
		width: 115px;
	}
}
section.facility-page .menu dl dd span {
	font-size: 1.2rem;
}
section.facility-page .menu p {
	font-size: 1.5rem;
}
section.facility-page .info {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 1.6rem;
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
}
section.facility-page .info tr {
}
section.facility-page .info tr th {
	width: 200px;
	padding: 0 5px;
	text-align: left;
	border: 1px var(--head-color) solid;
}
@media screen and (max-width: 760px) {
	section.facility-page .info tr th {
		width: 80px;
	}
}
section.facility-page .info tr td {
	padding: 0 0 0 5px;
	border: 1px var(--head-color) solid;
}
section.facility-page .access {
	margin: 0 0 40px 0;
	border: 1px var(--head-color) solid;
	line-height: 1;
}
section.facility-page .access iframe {
	width: 100%;
	height: 300px;
}

/* ■ footer ■ */
footer {
	text-align: center;
	padding: 0 0 40px 0;
}
footer small {
	font-size: 1.4rem;
}
@media screen and (max-width: 760px) {
	footer small {
		font-size: 1.2rem;
	}
}
.newsimage {
	margin-bottom: 50px;
}

.newsimage img {
	width: 60%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.news-item a {
	display: inline;
}
/* =========================
   TOP NEWS 専用
========================= */

/* PC（横並び） */
section.top-news .news-list dl {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 20px 0;
}

section.top-news .news-list dl:last-child {
	margin-bottom: 0;
}

section.top-news .news-list dt {
	float: none;
	width: 100px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	flex-shrink: 0;
}

section.top-news .news-list dd {
	flex: 1;
	margin: 0;
	font-size: 1.6rem;
}

section.top-news .news-list dd a {
	display: inline;
	font-size: 2rem;
	font-weight: bold;
	color: var(--title-color);
	text-decoration: underline 1px;
	text-underline-offset: 6px;
}


/* スマホ（縦積み） */
@media screen and (max-width: 760px) {

	section.top-news .news-list dl {
		display: block;
		margin: 0 0 28px 0;
	}

	section.top-news .news-list dl:last-child {
		margin-bottom: 0;
	}

	section.top-news .news-list dt {
		float: none;
		width: auto;
		margin: 0 0 8px 0;
	}

	section.top-news .news-list dd {
		margin: 0;
	}

	section.top-news .news-list dd::before {
		display: block;
		width: 110px;
		margin: 0 0 8px 0;
	}

	section.top-news .news-list dd a {
		display: block;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}