@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
	font-size: 100%;
}
body{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.7;
	color: #12232D;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.wrapper {
	margin: 0 auto;
	padding: 0 4%;
}

/* 大きな背景画像 */
.big-bg {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

/* 見出し */
.page-title {
	font-size: 6rem;
	text-transform: uppercase;
	font-weight: normal;
}
.sub-title {
	font-size: 1.375rem;
	padding: 0 8px 8px;
	border-bottom: 2px #0bd solid;
	font-weight: normal;
}

/* ボタン */
.button {
	font-size: 1.375rem;
	background: #0bd;
	color: #fff;
	border-radius: 5px;
	padding: 18px 32px;
}
.button:hover {
	background: #0090aa;
}

/* iframe */
iframe {
	width: 100%;
}

/* HEADER
------------------------------- */
.page-header {
	display: flex;
	justify-content: space-between;
	background-color: #12232D;
}
.logo {
	width: 150px;
	margin-top: 10px;
}
.main-nav {
	display: flex;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 25px;
	list-style: none;
}

.main-nav li {
	margin-left: 36px;
}
.main-nav a {
	color: #F2EAD9;
}
.main-nav a:hover {
	color: #F34500;
}

/* HOME
------------------------------- */
#home {
	min-height: 100vh;
	background-color: #F2EAD9;
}
#home .page-title {
	text-transform: none;
}
.home-content {
	text-align: center;
	margin-top: 10%;
}
.home-content p {
	font-size: 1rem;
	margin: 10px 0 42px;
}

/* 会社概要
------------------------------- */
#news {
	height: 350px;
	background-color: #F2EAD9;
}

#news .page-title {
	text-align: center;
	margin-top: 40px;
	background-color: #F2EAD9;
	
}

.news-contents {
	display: flex;
	justify-content: space-between;
	background-color: #F2EAD9;
}

/* 記事部分 */
article {
	width: 100%;
}
article2 {
	width: 100%;
}
.post-info {
	position: relative;
	padding-top: 4px;
	margin-bottom: 40px;
}
.post-date {
	background: #0bd;
	border-radius: 50%;
	color: #fff;
	width: 100px;
	height: 100px;
	font-size: 2rem;
	text-align: center;
	position: absolute;
	top: 0;
	padding-top: 10px;
}
.post-date span {
	font-size: 1rem;
	border-top: 1px rgba(255,255,255,.5) solid;
	padding-top: 6px;
	display: block;
	width: 60%;
	margin: 0 auto;
}
/*.post-title {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2rem;
	font-weight: normal;
}
.post-title,
.post-cat {
	margin-left: 120px;*/
}
article img {
	margin-bottom: 20px;
}
article p {
	text-align: center;
	margin-bottom: 3rem;
	
/*	border-bottom: 1px #0bd solid;
	width: 500px;
	padding-bottom: 2rem;*/
}

article h1 {
	text-align: center;
	margin-bottom: 6rem;
	font-size: 200%;
/*	border-bottom: 1px #0bd solid;
	width: fit-content;
	padding-bottom: 2rem;*/
}

article2 img {
	margin-bottom: 20px;
}
article2 p {
	text-align: center;
	margin-bottom: 3rem;
/*	border-bottom: 1px #0bd solid;
	padding-bottom: 2rem;*/
}
article2 h1 {
	text-align: center;
	margin-bottom: 6rem;
	font-size: 200%;
}


/* サイドバー 
aside {
	width: 22%;
}
/* P215 
.sub-menu {
	margin-bottom: 60px;
	/* 行頭文字非表示 
}
.sub-menu li {
	/* メニューの段落に下線 
}
.sub-menu a {
	color: #432;
	padding: 10px;
	display: block;
}
/* マウスオーバー時の動作 



aside p {
	padding: 12px 10px;
}
*/
/* MENU
------------------------------- */
#menu {

	min-height: 20px;
}
.menu-content {
	max-width: 560px;
	margin-top: 3%;
}
.menu-content .page-title {
	text-align: center;
}
.menu-content p {
	font-size: 1.125rem;
	text-align: center;
}

/* P237-P239 */

/* CONTACT
------------------------------- */
#contact {
	background-image: url(../images/contact-bg.jpg);
	min-height: 100vh;
}

/* フォーム */
form div {
	margin-bottom: 14px;
}
label {
	font-size: 1.125rem;
	margin-bottom: 10px;
	display: block;
}
input[type="text"],
input[type="email"],
textarea {
	background: rgba(255,255,255,.5);
	border: 1px #fff solid;
	border-radius: 5px;
	padding: 10px;
	font-size: 1rem;
}
input[type="text"],
input[type="email"] {
	width: 100%;
	max-width: 240px;
}
textarea {
	width: 100%;
	max-width: 480px;
	height: 6rem;
}
input[type="submit"] {
	border: none;
	cursor: pointer;
	line-height: 1;
}

/* 店舗情報・地図 */
#location {
	padding: 4% 0;
}
#location .wrapper {
	display: flex;
	justify-content: space-between;
}
.location-info {
	width: 22%;
}
.location-info p {
	padding: 12px 10px;
}
.location-map {
	width: 74%;
}

/* SNS */
#sns {
	background: #FAF7F0;
	padding: 4% 0;
}
#sns .wrapper {
	display: flex;
	justify-content: space-between;
}
#sns .sub-title {
	margin-bottom: 30px;
}
.sns-box {
	width: 30%;
}

/* フッター
------------------------------- */
footer {
	background: #12232D;
	text-align: center;
	padding: 26px 0;
}
footer p {
	color: #fff;
	font-size: 0.875rem;
}

/* モバイル版
------------------------------- */
@media (max-width: 600px) {
	.page-title {
		font-size: 2.5rem;
	}
	.page-header {
		flex-direction: column;
		align-items: center;
	}

	/* HEADER */
	.main-nav {
		font-size: 1rem;
		margin-top: 10px;
	}
	.main-nav li {
		margin: 0 20px;
	}

	/* HOME */
	.home-content {
		margin-top: 20%;
	}

	/* NEWS */
	.news-contents {
		flex-direction: column;
	}
	#news .page-title {
		margin-top: 30px;
	}
	article,
	aside {
		width: 100%;
	}
	aside {
		margin-top: 60px;
	}
	.post-info {
		margin-bottom: 30px;
	}
	.post-date {
		width: 70px;
		height: 70px;
		font-size: 1rem;
	}
	.post-date span {
		font-size: 0.875rem;
		padding-top: 2px;
	}
	.post-title {
		font-size: 1.375rem;
	}
	.post-cat {
		font-size: 0.875rem;
		margin-top: 10px;
	}
	.post-title,
	.post-cat {
		margin-left: 80px;
	}

	/* MENU */
	.menu-content {
		margin-top: 20%;
	}

	/* CONTACT */
	#contact .page-title {
		margin-top: 40px;
	}

	/* フォーム */
	input[type="text"],
	input[type="email"],
	textarea {
		max-width: 100%;
	}

	/* 店舗情報・地図 / SNS */
	#location .wrapper,
	#sns .wrapper {
		flex-direction: column;
	}
	.location-info,
	.location-map,
	.sns-box {
		width: 100%;
	}
	.sns-box {
		margin-bottom: 30px;
	}
}
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
:root {
	--easing: cubic-bezier(.2, 1, .2, 1);
	--transition: .8s var(--easing);
	--color-base: #f8f8f8;
	--color-gray: #ddd;
	--color-theme: #F34500;
	--color-theme-darken: #f12617;
	--box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	--box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
	--box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
	--box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}
html {
	font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 80%;
	line-height: 1.8;
	height: 100%;
	word-break: break-word;
	color: #333;
	background-color: var(--color-base);
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-size: 1.6rem;
	margin: 0;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-moz-selection {
	color: #fff;
	background: var(--color-theme);
}
::selection {
	color: #fff;
	background: var(--color-theme);
}
img {
	border: 0;
	margin: 0;
}
figure {
	margin: 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1{
}
h2{
}
h3{
	font-size: 1.7rem;
	border-left: 10px solid #F34500;
	padding: 5px 15px;
	margin: 0px 0px 0px 20px;
}
h4{
	font-size: 1.1rem
}
h5,
h6 {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}
main {
	display: block;
}
.l-inner {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10rem;
}
.l-section {
	border-top: 1px solid #eee;
}
.l-section .l-inner {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
[class*=swiper]:focus {
	outline: none;
}
.slide-media,
.thumb-media {
	position: center;
	overflow: hidden;
}
.slide-media img,
.thumb-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
	display: grid;
	place-content: center;
	width: 6.4rem;
	height: 6.4rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	border: solid var(--color-gray);
	border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}
.card01 .swiper-area {
	position: relative;
}
.card01 .swiper-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.2rem 0.8rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3.2rem;
	text-align: center;
}
.card01 .swiper-pagination-bullet {
	width: 1.6rem;
	height: 3px;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	vertical-align: top;
	background-color: var(--color-gray);
}
.card01 .swiper-pagination-bullet-active {
	width: 4rem;
	background-color: var(--color-theme);
}
.card01 .swiper-button-prev, .card01 .swiper-button-next {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
}
.card01 .swiper-button-prev {
	right: calc(100% + 2.4rem);
}
.card01 .swiper-button-next {
	left: calc(100% + 2.4rem);
}
.card01 .slide-media {
	padding-top: 62.5%;
	border-radius: 4px;
}
.card01 .slide-media img {
	height: calc(100% + 16px);
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
}
.card01 .slide-content {
	padding: 3.2rem 0;
}
.card01 .slide-sub {
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	color: var(--color-theme);
}
.card01 .slide-title {
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.2em;
	margin-top: 1.6rem;
}

@media only screen and (max-width: 1024px) {
html {
	-webkit-text-size-adjust: 100%;
}
.l-inner {
	padding: 0 4rem;
}
.pc {
	display: none !important;
}
.card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: var(--box-shadow-dark);
	box-shadow: var(--box-shadow-dark);
}
.card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
	border-color: #fff;
}
.card01 .swiper-button-prev {
	right: calc(100% - 3.2rem);
}
.card01 .swiper-button-next {
	left: calc(100% - 3.2rem);
}
}/* max-width: 1024px End */

@media only screen and (max-width: 599px) {
html {
	font-size: 50%;
}
.pc-tab {
	display: none !important;
}
}/* max-width: 599px End */

@media only screen and (min-width: 1025px) {
.tab-sp {
	display: none !important;
}
.swiper-button-prev::before, .swiper-button-next::before {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.card01 .swiper {
	padding-top: 16px;
}
.card01 .slide {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.card01 .slide img {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.card01 .slide:hover {
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
}
.card01 .slide:hover img {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}/* max-width: 1025px End */

@media only screen and (min-width: 600px) {
.sp {
	display: none !important;
}
}/* max-width: 600px End */

.grid{
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
	margin-top: 6%;
	margin-bottom: 50px;

