@charset "utf-8";

body {
	font-family: 'Catamaran', 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #2c2c2c;
}
img {
	max-width: 100%;
}
.topPage header {
	height: 90vh;
	background: url(../images/top_bg.jpg) no-repeat center top/cover;
	padding-top: 50px;
	margin-bottom: 64px;
}
.topPage header h1{
	text-align: center;
}
.topPage header h1 img {
	width: 240px;
}
.linkList {
	padding: 0 20px;
}
.linkList li {
	margin-bottom: 40px;
}
.linkList li a {
	display: block;
	background-color: #f5f5f5;
}
.linkList li a span {
	display: block;
	padding: 12px 15px 10px;
	font-size: 18px;
}
.linkList li a:hover {
	filter: brightness(105%);
}
.subPage header {
	border-top: 14ox solid #f5f5f5;
	padding-top: 40px;
	margin-bottom: 30px;
}
.subPage header h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: UPPERCASE;
}
.subPage header h1 span {
	background-image: linear-gradient(135deg, #e6ba5d 0%,#9ac78a 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;
}
.subPage h2 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.17em;
	margin-bottom: 10px;
}
.subPage .lead {
	text-align: center;
	margin-bottom: 30px;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 2;
}
.subPage h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.subPage main {
	padding: 0 20px;
}
footer {
	background: url(../images/footer_mt.svg) no-repeat right top/200px;
	margin-top: 60px;
	padding-top: 68px;
}
footer p {
	background-color: #f5f5f5;
}
footer p img {
	width: 188px;
	transform: translateY(-28px);
}
.conceptDetailSec {
	margin-bottom: 50px;
}
.conceptDetailSec p img {
	height: 180px;
	width: 100%;
	object-fit: cover;
	object-position: center 90%;
}
.conceptDetailSec .text {
	font-size: 12px;
	line-height: 1.78;
}
.conceptDetailSec .photo {
	margin-bottom: 14px;
}
.menuList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.menuList li {
	flex-basis: 42%;
	margin-bottom: 28px;
}
.menuList li img {
	filter: drop-shadow(1px 2px 3px #ddd);
}
.menuDetailSec {
	margin-bottom: 50px;
}
.map {
	font-size: 12px;
	margin-bottom: 60px;
}
.map iframe {
	width: 100%;
	height: 240px;
	margin-bottom: 8px;
}
.photoGarelly {
	display: grid;
	grid-template-rows: 40vw 30vw 30vw 40vw 40vw;
	grid-template-columns: 50% 50%;
}
.item01 {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 1;
	grid-column-end: 3;
}
.item02 {
	grid-row: 2 / 4;
	grid-column: 1 / 2;
}
.item03 {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.item04 {
	grid-row: 3 / 4;
	grid-column: 2 / 3;
}
.item05 {
	grid-row: 4 / 5;
	grid-column: 1 / 3;
}
.item06 {
	grid-row: 5 / 6;
	grid-column: 1 / 2;
}
.item07 {
	grid-row: 5 / 6;
	grid-column: 2 / 3;
}
.photoGarelly li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (min-width: 920px) {
	.topPage {
		display: flex;
	}
	.topPage header {
		flex-basis: 38%;
		height: 100vh;
		margin-bottom: 0;
	}
	.topPage main {
		flex-basis: 62%;
		display: flex;
		align-items: center;
	}
	.linkList {
		display: flex;
		flex-wrap: wrap;
		max-width: 800px;
		margin: 0 auto;
		justify-content: space-around;
	}
	.linkList li {
		flex-basis: 47%;
		margin-bottom: 20px;
	}
	.linkList::before {
		content: "";
		width: 47%;
		background: url(../images/top_pclogo.svg) no-repeat center center/72%;
	}
	.subPage main {
		max-width: 1280px;
		margin: 0 auto;
	}
	.subPage header h1 {
		font-size: 60px;
	}
	.onlySP {
		display: none;
	}
	.subPage h2 {
		font-size: 34px;
		margin-bottom: 36px;
	}
	.subPage .lead {
		font-size: 18px;
		margin-bottom: 160px;
	}
	.subPage h3 {
		font-size: 50px;
		margin-bottom: 40px;
	}
	.conceptDetailSec {
		display: grid;
		grid-template-rows: 360px 360px;
		grid-template-columns: 40% 60%;
	}
	.conceptDetailSec h3 {
		grid-row: 1 / 2;
		grid-column: 2 / 3;
		align-self: end;
	}
	.conceptDetailSec .photo {
		grid-row: 1 / 3;
		grid-column: 1 / 2;
	}
	.conceptDetailSec .text {
		grid-row: 2 / 3;
		grid-column: 2 / 3;
		text-align: center;
		font-size: 16px;
	}
	.conceptDetailSec .photo img {
		height: 720px;
	}
	.reverse {
		grid-template-columns: 60% 40%;
	}
	.reverse h3 {
		grid-row:1 / 2;
		grid-column: 1 / 2;
	}
	.reverse .photo {
		grid-row: 1 / 3;
		grid-column: 2 / 3;
	}
	.reverse .text {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}
	.menuList li {
		flex-basis: 22%;
		margin-bottom: 0;
	}
	.menuDetailSec {
		margin-bottom: 160px;
 	}
 	.photoGarelly {
 		grid-template-rows: 175px 175px 290px;
 		grid-template-columns: 50% 20% 30%;
	}
	.item01 {
		grid-row: 1 / 3;
		grid-column: 1 / 2;
	}
	.item02 {
	grid-row: 1 / 3;
	grid-column: 2 / 3;
	}
	.item03 {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
	}
	.item04 {
	grid-row: 2 / 3;
	grid-column: 3 / 4;
	}
	.item05 {
	grid-row: 3 / 4;
	grid-column: 1 / 2;
	}
	.item06 {
	grid-row: 3 / 4;
	grid-column: 2 / 3;
	}
	.item07 {
	grid-row: 3 / 4;
	grid-column: 3 / 4;
	}
}
/* メニューを画面上部に固定表示しています */
.gMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 26px;
  padding-top: 5px;
  height: 12px;
}
/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
  background: #ffc107; /* 色は自由に変更可能です */
  display: block;
  height: 2px; /* 太さ */
  width: 31px; /* 長さ */
  position: relative;
  transition: background .4s ease-out; /* 形が変わる時のアニメーション */
}
/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #ffc107; /* 色は自由に変更可能です */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .4s ease-out; /* 形が変わる時のアニメーション */
  width: 100%;
}
.gMenu .menu-icon .navicon::before {top: 10px;} /* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {top: -10px;} /* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
  background-color: rgba(255,255,255,0.9);
  overflow: hidden;
  max-height: 0; /* ★最初は高さを0にして非表示状態に */
  transition: max-height .6s; /* 表示されるときのアニメーション */
  text-align: center;
}
/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
  padding-top: 50px;
}
.gMenu .menu li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.gMenu .menu li a:hover {
  background-color: #f4f4f4;
}
/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
  display: none;
}
/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked ~ .menu {
  max-height: 338px; /* ★チェックボックスがオンの時高さを338pxにして表示させます */
  transition: max-height .6s;
}
/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
.gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}
/* サイトに合わせてオリジナルカスタマイズ */
.gMenu .menu-icon {
  top: 26px;
}
.gMenu .menu-icon .navicon,
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #fff;
}