* {
	box-sizing: border-box;
	list-style: none;
}

body {
	margin: 0;
	color: #2c2c2c;
	font-size: 20px;
	background: white;
	letter-spacing: 1.5px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック", YuGothic,
		sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	margin-block-start: 1rem;
	margin-block-end: 1rem;
}

ul {
	padding-inline-start: 0px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 3rem;
	margin-top: 0px;
	margin-bottom: 1rem;
}

h3 {
	font-size: 2rem;
	margin-top: 0px;
	margin-bottom: 1rem;
	font-family: "游ゴシック", YuGothic, sans-serif;
}

ul {
	margin-block-start: 0em;
	margin-block-end: 0em;
}

img {
	width: 100%;
	height: auto;
}

.bold {
	font-weight: bold;
}

.goth {
	font-family: "游ゴシック", YuGothic, sans-serif;
}

.hira {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mincho {
	font-family: YuMincho, serif;
}

.gray {
	color: #707070;
}

.black {
	color: #5f5f5f;
}

.ncolor {
	color: #413c3c;
}

.container {
	display: flex;
	max-width: 1400px;
}

.flex {
	display: flex;
}

.cvn-wrapper .container {
	padding-left: 1rem;
	padding-right: 1rem;
}

/*btn*/
.btn {
	border-radius: 17px;
	color: #fff;
}

header .btn {
	background-color: #3381c6;
	padding: 0.5rem 5rem;
	margin-right: 0;
}

.cvn .btn {
	flex-grow: 1;
	padding: 1rem;
	font-size: 2rem;
	text-align: center;
}

/*cvn*/
.cvn {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.cvn1 {
	background-color: #3381c6;
}

.cvn2 {
	background-color: #957148;
}

/*wrapper*/
.wrapper {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

/* page-top-link */
/*リンクの形状*/
#fukatani__page-top a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;

	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	transform: rotate(315deg);
	top: 50%;
	left: 0;
	margin-top: 0px;
}

#fukatani__page-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #225a8b;
	border-radius: 1px;
	width: 67px;
	height: 67px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.6rem;
	transition: all 0.3s;
}

@media screen and (max-width: 768px) {
	#fukatani__page-top a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #225a8b;
		border-radius: 1px;
		width: 47px;
		height: 47px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 0.6rem;
		transition: all 0.3s;
	}
}

#fukatani__page-top a:hover {
	background: #3381c6;
}

/*リンクを右下に固定*/
#fukatani__page-top {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/*　上に上がる動き　*/

#fukatani__page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*　下に下がる動き　*/

#fukatani__page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(100px);
	}
}

/* ここまで */

/*headerここから*/
/*============================*/
/*ロゴとご来店予約のボタンここから*/
.menu-left {
	display: flex;
}

.global-menu .container {
	justify-content: space-between;
	margin: 0 auto;
}

.global-menu .container {
	max-width: 100%;
	max-width: 1920px;
	padding-top: 33px;
	padding-right: 34px;
	padding-bottom: 33px;
	padding-left: 39px;
}

.menu__logo-img {
	width: 90%;
}

.menu-left .menu__logo-img img {
	max-width: 100%;
}

.menu-right {
	align-items: center;
}

/*ロゴとご来店予約のボタンここまで*/
/*============================*/
/* 画像部分ここから */
.fv {
	display: flex;
	flex-direction: row-reverse;
}

.fv .container {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
}

.fv img {
	max-width: 100%;
}

.fv__text-img {
	padding-top: 0;
	padding-right: 24px;
	padding-left: 123px;
}

.fv__text-img img {
	max-width: 96%;
}

@media screen and (max-width: 1280px) {
	.fv__main-img {
		padding-left: 0;
	}

	.fv__text-img {
		padding-right: 16px;
		padding-top: 2%;
		padding-left: 51px;
	}
}

@media screen and (max-width: 768px) {
	.fv__main-img {
		padding-right: 0px;
	}

	.fv__text-img {
		padding-top: 0%;
		padding-left: 14px;
		padding-right: 3px;
	}
}

/* 画像部分ここまで */
/*headerここまで*/
/*======================*/

/*first-cvn-wrapper*/
.first-cvn-wrapper {
	display: flex;
	justify-content: center;
	max-width: 1117px;
	margin-right: auto;
	margin-left: auto;
}

.first-cvn-wrapper .container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media screen and (max-width: 1440px) {
	.first-cvn-wrapper .container {
		display: flex;
		flex-direction: column;
		width: 80%;
	}
}

.first-cvn-sub,
.first-cvn-title,
.first-cvn-low {
	text-align: center;
	margin-block-start: 0rem;
	margin-block-end: 0rem;
}

.first-cvn-sub {
	padding-top: 21px;
	padding-bottom: 10px;
}

.first-cvn-low {
	font-size: 20px;
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

.first-cvn-up {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.first-cvn-title {
	/*店舗名の文字サイズ下の余白*/
	font-size: 4rem;
	font-size: calc(100vw / 25);
}

@media screen and(max-width:1919px) {
	.first-cvn-title {
		/*店舗名の文字サイズ下の余白*/
		font-size: 2.968vw;
	}
}

@media screen and(max-width:1280px) {
	.first-cvn-title {
		/*店舗名の文字サイズ下の余白*/
		font-size: 3.968vw;
	}
}

.first-cvn-wrapper .cvn {
	margin-bottom: 0;
}

.first-cvn-wrapper .cvn .btn {
	font-size: 28px;
	color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*first-cvn-wrapperここまで*/
/*=======================*/

/*menu-wrapper*/
/*メニューとその下部の画像について*/
.menu-wrapper {
	background: url(./img/flower_css.png) no-repeat;
	background-size: cover;
	background-color: #e6f7ff;
	padding-top: 3rem;
	padding-bottom: 50px;
}

.menu-wrapper .container {
	display: flex;
	max-width: 100%;
}

.menu-wrapper .container {
	flex-direction: column;
	margin: 0 auto;
	width: 76%;
	/* width: 100%; */
	margin-right: auto;
	margin-left: auto;
}

.menu-section {
	display: flex;
	justify-content: center;
	max-width: 1400px;
	text-align: center;
	background-color: rgba(51, 129, 198, 0.21);
}

.menu-wrapper ul {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
}

.menu-wrapper li {
	position: relative;
}

.menu a {
	display: inline-block;
	padding: 1rem 1rem;
}

.menu li:not(:last-child):after {
	content: "";
	border-right: 3px solid;
	position: absolute;
	right: 0px;
	top: 1.2rem;
	height: 1.5rem;
}

.menu-section {
	/*メニューの横幅と下部のマージン*/
	margin-bottom: 42px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
	width: 100%;
}

.menu-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1456px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.menu-img-up,
.menu-img-low {
	display: flex;
	justify-content: center;
}

.menu-img-up {
	padding-bottom: 22px;
}

.menu-img-up img {
	width: 100%;
}

.menu-img-low>img:nth-child(1) {
	padding-right: 22px;
}

.menu-img-low img {
	width: 50%;
}

/*ここからレスポンシブ追加*/
@media screen and (max-width: 1200px) {
	.menu-wrapper .container {
		/*横幅を1200以下で100%にする*/
		width: 100%;
	}
}

/*ここからレスポンシブ追加*/
/*メニューとその下部の画像についてここまで*/
/*menu-wrapperここまで*/
/*============================*/
/*campaignここから*/
.campaign__inner {
	width: 86%;
	max-width: 1640px;
	margin-right: auto;
	margin-left: auto;
}

.campaign__main-title {
	/*キャンペーンのタイトル*/
	color: #4a569b;
	margin-block-start: 0;
	margin-block-end: 0;
	text-align: center;
	padding-bottom: 41px;
	padding-top: 38px;
}

.campaign__main-title p {
	/*キャンペーンのタイトル*/
	margin-block-start: 0;
	margin-block-end: 0;
}

.campaign__title-sub {
	/*キャンペーンのタイトル*/
	padding-top: 1px;
	font-size: 24px;
	font-weight: 800;
}

.campaign__title-en {
	/*キャンペーンのタイトル*/
	font-size: 49px;
	font-weight: 800;
	margin-top: -10px;
}

.campaign__pic {
	padding-bottom: 91px;
}

.campaign__message-body {
	background: #ebf9ff;
	width: 100%;
	text-align: center;
}

.campaign__message-title {
	font-family: "Times New Roman", Times, serif;
	color: #707070;
	font-size: 47px;
	padding-top: 53.1px;
	padding-bottom: 31px;
	font-size: calc(100vw / 41);
	font-weight: 600;
	position: relative;
}

.campaign__message-title::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 8%;
	background-image: url(./img/leaf2.png);
	background-size: contain;
	vertical-align: middle;
	width: 150px;
	height: 100%;
	background-repeat: no-repeat;
}

.campaign__message-title::after {
	content: "";
	position: absolute;
	top: 30px;
	right: 8%;
	background-image: url(./img/leaf2.png);
	background-size: contain;
	vertical-align: middle;
	width: 130px;
	height: 100%;
	background-repeat: no-repeat;
}

.campaign__message-text {
	color: #464646;
	padding-bottom: 30.4px;
	font-size: 19px;
	padding-left: 20px;
	padding-right: 20px;
}

.campaign__area {
	background: #89a1b1;
	padding-top: 20px;
	padding-bottom: 24px;
	color: #fff;
}

.campaign__area-title {
	font-size: 28px;
}

@media screen and (min-width: 1920px) {
	.campaign__message-title {
		font-size: 47px;
	}
}

@media screen and (max-width: 1440px) {
	.campaign__message-title::before {
		content: "";
		position: absolute;
		top: -40px;
		left: 10%;
		background-image: url(./img/leaf2.png);
		background-size: contain;
		vertical-align: middle;
		width: 100px;
		height: 100%;
		background-repeat: no-repeat;
	}

	.campaign__message-title::after {
		content: "";
		position: absolute;
		top: 30px;
		right: 8%;
		background-image: url(./img/leaf2.png);
		background-size: contain;
		vertical-align: middle;
		width: 100px;
		height: 100%;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 1200px) {
	.campaign__inner {
		width: 100%;
	}

	.campaign__message-title {
		font-size: 32px;
	}

	.campaign__message-title::before {
		content: "";
		position: absolute;
		top: -40px;
		left: 8%;
		background-image: url(./img/leaf2.png);
		background-size: contain;
		vertical-align: middle;
		width: 100px;
		height: 100%;
		background-repeat: no-repeat;
	}

	.campaign__message-title::after {
		content: "";
		position: absolute;
		top: 30px;
		right: 5%;
		background-image: url(./img/leaf2.png);
		background-size: contain;
		vertical-align: middle;
		width: 100px;
		height: 100%;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 900px) {
	.campaign__title-en {
		font-size: 32px;
	}

	.campaign__title-sub {
		padding-top: 1px;
		font-size: 20px;
		font-weight: 800;
	}

	.campaign__message-title {
		font-family: "Times New Roman", Times, serif;
		color: #707070;
		font-size: 47px;
		padding-top: 53.1px;
		padding-bottom: 31px;
		font-size: 32px;
	}

	.campaign__message-title::before {
		display: none;
	}

	.campaign__message-title::after {
		display: none;
	}

	.campaign__message-body {
		width: 100%;
		text-align: center;
	}

	.campaign__message-title {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 26px;
	}

	.campaign__message-text {
		padding-left: 16px;
		padding-right: 16px;
	}

	.campaign__area-title {
		font-size: 20px;
	}

	.campaign__message-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.campaign__message-title {
		font-size: 24px;
	}

	.campaign__message-title span {
		display: inline-block;
	}

	.campaign__area p {
		padding-right: 25px;
		padding-left: 25px;
	}
}

/*campaignここまで*/
/*============================*/
/*omakase-wrapper*/
.omakase-wrapper {
	background-color: #e0dcce;
	display: flex;
	justify-content: center;
	padding-left: 2rem;
	padding-right: 2rem;
}

.omakase-wrapper .container {
	flex-direction: column;
	text-align: center;
	position: relative;
}

.omakase-wrapper h2:before {
	content: url(./img/leaf2.png);
	position: absolute;
	top: -120px;
	left: 40px;
}

.omakase-wrapper h2:after {
	content: url(./img/leaf2.png);
	position: absolute;
	top: 30px;
	right: 60px;
}

/*omakase-wrapper*/
/*============================*/
/*shokai-wrapperここから*/
.shokai-wrapper .shokai-up {
	text-align: center;
	padding-top: 20px;
}

.shokai-up h3 span {
	display: inline-block;
}

.shokai-wrapper {
	padding-bottom: 0px;
}

.shokai-low {
	display: flex;
	justify-content: center;
	background: url(./img/flower-short.png) no-repeat;
	background-color: #e4e4e4;
	background-size: cover;
	padding-bottom: 3rem;
}

.shokai-low .container {
	flex-direction: column;
	width: 76%;
}

.shokai-img {
	display: flex;
	justify-content: center;
	margin-top: 83px;
	margin-bottom: 3rem;
}

.shokai-img img {
	width: 25%;
}

.shokai-low p {
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.shokai-low .container {
		flex-direction: column;
		width: 100%;
	}
}

/*shokai-wrapperここまで*/
/*============================*/
/*cvn-wrapperここから*/
/*ご来店予約・電話でのお問い合わせ*/
.cvn-wrapper {
	background-color: #d8e2e8;
	display: flex;
	justify-content: center;
}

.cvn-wrapper .container {
	width: 76%;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

.cvn-wrapper .cvn {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.cvn .btn {
	width: 50%;

	font-family: "ヒラギノ角ゴシック", sans-serif;
	padding-top: 21px;
	padding-bottom: 21px;
	font-size: 21px;
}

/* .cvn .btn:last-child {
  margin-right: 0rem;
} */
@media screen and (max-width: 1200px) {
	.cvn-wrapper .container {
		flex-direction: column;
		width: 100%;
	}
}

/*cvn-wrapperここまで*/
/*============================*/
/*map-wrapperここから*/
.map-wrapper {
	background-color: #ebe7e2;
	display: block;
	justify-content: center;
	padding-bottom: 1.5rem;
}

.map-wrapper .container {
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.map-wrapper h3 span {
	display: inline-block;
}

.map-wrapper.wrapper>.container {
	margin-right: auto;
	margin-left: auto;
	width: 86%;
}

.map-wrapper .map {
	border: 10px solid #b5b5b5;
	margin-bottom: 11px;
	height: 0;
	overflow: hidden;
	padding-bottom: 40.25%;
	position: relative;
}

.map-wrapper .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.map-wrapper .map-btn {
	background-color: #383838;
	padding: 0.3rem 3rem;
	margin: 0 auto 1.5rem;
	border-radius: 0;
	display: flex;
	align-items: center;
}

.map-wrapper .map-btn picture {
	width: 20px;
	display: flex;
	margin-right: 5px;
}

.map-wrapper .map-btn img {
	width: 100%;
	height: auto;
}

.map-btn p {
	font-size: 14px;
}

@media screen and (max-width: 900px) {
	.map-wrapper .map {
		border: 10px solid #b5b5b5;
		margin-bottom: 11px;
		height: 0;
		overflow: hidden;
		padding-bottom: 100%;
		position: relative;
	}
}

/*map-wrapperここまで*/
/*============================*/
/*gaiyou-wrapperここから*/
/* 東松山市の概要 */
.gaiyou-wrapper .container {
	margin: 0 auto;
	flex-direction: column;
	text-align: center;
	border: 1px solid black;
	padding: 2rem;
	max-width: 1050px;
}

.gaiyou-wrapper {
	padding-bottom: 0px;
}

.gaiyou-wrapper p {
	letter-spacing: 0px;
	font-size: 19px;
	color: #5c5c5c;
	font-weight: 200;
	line-height: 30px;
}

/*gaiyou-wrapperここまで*/
/*============================*/
/*event-wrapperここから*/
.event-wrapper {
	padding: 0px;
}

.event-wrapper .container {
	background-color: white;
	margin: 0 auto;
	flex-direction: column;
	text-align: center;
	padding: 3rem;
}

.events {
	display: flex;
	gap: 2rem;
}

.event p {
	text-align: left;
}

.event img {
	width: 100%;
}

.event-wrapper .btn {
	background-color: #c7c3b4;
	padding: 1rem 4rem;
}

.btn-area {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.event-wrapper h3 {
	margin-bottom: 2rem;
}

/*event-wrapperここまで*/
/*============================*/
/*news-wrapperここから*/
.news-wrapper {
	padding-bottom: 0px;
}

.news-wrapper .container {
	background-color: #ebf9ff;
	margin: 0 auto;
	flex-direction: column;
	text-align: center;
	padding: 3rem;
}

.news {
	display: flex;
	gap: 2%;
}

.new p {
	text-align: left;
}

.new img {
	width: 100%;
}

.news-wrapper .btn {
	background-color: #3381c6;
	padding: 1rem 4rem;
}

.btn-area {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.news-wrapper h3 {
	margin-bottom: 2rem;
}

/*news-wrapperここまで*/
/*============================*/
/*blog-wrapperここから*/
.blog-wrapper .container {
	background-color: #cfdce2;
	margin: 0 auto;
	flex-direction: column;
	text-align: center;
	padding: 3rem;
}

.blogs {
	display: flex;
	gap: 2%;
}

.blog p {
	text-align: left;
}

.blog img {
	width: 100%;
}

.blog-wrapper .btn {
	background-color: #3381c6;
	padding: 1rem 4rem;
}

.btn-area {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.blog-wrapper h3 {
	margin-bottom: 2rem;
}

/*blog-wrapperここまで*/
/*============================*/
/*tokuchou-wrapperここから*/
/* 特徴について */
.tokuchou-wrapper .container {
	flex-direction: column;
	margin: 0 auto;

	width: 76%;
}

@media screen and (max-width: 440px) {
	.tokuchou-wrapper.wrapper {
		padding-bottom: 0;
	}
}

.tokuchou-wrapper h2 {
	color: #d06161;
	font-weight: normal;
	margin-bottom: 2rem;
}

.tokuchou-wrapper {
	text-align: center;
	padding-bottom: 0;
}

.tokuchou-wrapper.wrapper>div>h2 {
	font-weight: 800;
}

.tokuchou-up {
	text-align: left;
	padding: 1rem 2rem;
	font-family: "Times New Roman", Times, serif;
}

.tokuchou-up p {
	/* font-size: 3rem; */
	font-size: calc(100vw / 41);
	font-weight: bold;
}

.tokuchou-middle {
	display: flex;
}

.tokuchou-middle img {
	width: 50%;
}

.tokuchou-low {
	margin-top: 2.625rem;
	margin-bottom: 8.5rem;
	font-weight: 300;
}

.tokuchou-low p {
	font-size: 1.67rem;
	color: #707070;
	font-family: "平成丸ゴシック Std", sans-serif;
	font-weight: 300;
}

@media screen and (min-width: 1920px) {
	.tokuchou-up p {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1200px) {
	.tokuchou-wrapper .container {
		width: 90%;
	}

	.tokuchou-low p {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 440px) {
	.tokuchou-up {
		text-align: left;
		padding: 0rem 2rem 1rem;
		font-family: "Times New Roman", Times, serif;
	}

	.tokuchou-low {
		margin: 1rem 0rem;
	}
}

/*tokuchou-wrapperここまで*/
/*============================*/
/*maedori-wrapperここから*/
/* 前撮り */
.maedori-wrapper {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}

.maedori-wrapper .container {
	flex-direction: column;
	margin: 0 auto;
	max-width: 100%;
}

.maedori-wrapper h2 {
	color: #d06161;
	font-weight: 800;
	margin-bottom: 2rem;
}

.maedori-wrapper h2 span {
	display: inline-block;
}

.maedori-body {
	background: url(./img/flower_css.png) no-repeat;
	background-size: cover;
	background-color: rgba(144, 181, 213, 0.6);
	background-blend-mode: lighten;
}

.maedori-up {
	text-align: center;
	padding: 1rem 2rem;
	width: 76%;
	margin-right: auto;
	margin-left: auto;
}

.maedori-up p {
	font-size: calc(100vw / 41);
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #707070;
}

.maedori-up span {
	display: inline-block;
}

.maedori-img-up img {
	width: 100%;
}

.maedori-img {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	width: 76%;
}

.maedori-img-low {
	display: flex;
	justify-content: space-between;
	padding-top: 31px;
	padding-bottom: 37px;
}

.maedori-img-low img {
	width: 31.5%;
}

.maedori-low {
	background-color: #ebf9ff;
	padding: 2.8rem;
}

.maedori-low p {
	font-size: 1.67rem;
	color: #707070;
	font-family: "平成丸ゴシック Std", sans-serif;
	font-weight: 300;
}

@media screen and (min-width: 1920px) {
	.tokuchou-up p {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1200px) {
	.maedori-up p {
		font-size: 40px;
	}

	.maedori-low p {
		font-size: 24px;
	}
}

@media screen and (max-width: 900px) {
	.maedori-wrapper.wrapper {
		padding: 0rem 0rem;
		padding-top: 0;
	}

	.maedori-up {
		text-align: center;
		padding: 1rem 2rem;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.maedori-low p {
		font-size: 20px;
		color: #707070;
		font-weight: 300;
	}

	.maedori-img {
		max-width: 1400px;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.maedori-low p {
		font-size: 18px;
	}
}

/*maedori-wrapperここまで*/
/*============================*/
/*tokubetsu-wrapperここから*/
/* いさやの特別サービス */
.tokubetsu-wrapper h2 {
	color: #d06161;
	font-weight: normal;
	margin-bottom: 3rem;
}

.tokubetsu-wrapper {
	text-align: center;
	padding-bottom: 0;
}

.tokubetsu-wrapper .container {
	flex-direction: column;
	margin: 0 auto;
}

.tokubetsu-wrapper h2 {
	font-size: 49px;
	font-weight: 800;
}

.tokubetsu {
	background: url(./img/flower_css.png) no-repeat;
	background-size: cover;
	background-color: rgba(246, 221, 221, 1);
	background-blend-mode: lighten;

	padding: 3.7rem;
	color: #fff;
}

.tokubetsu .container {
	width: 86%;
}

.tokubetsu3 {
	background: url(./img/flower_css.png) no-repeat;
	background-size: cover;
	background-color: rgba(246, 226, 221, 1);
	background-blend-mode: lighten;
}

.tokubetsu-lead {
	font-size: 42px;
	color: #a57b7b;
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 800;
	letter-spacing: 0;
}

.tokubetsu-lead span {
	color: #c44848;
}

.tokusetsu__button {
	display: flex;
	align-items: center;
	justify-content: end;
}

.tokusetsu__button p span {
	display: inline-block;
}

@media screen and (max-width: 900px) {
	.tokubetsu .container {
		width: 86%;
	}
}

@media screen and (max-width: 900px) {
	.tokubetsu-wrapper h2 {
		font-size: 2rem;
	}

	.tokubetsu-lead {
		font-size: 2rem;
	}

	div.tokubetsu-wrapper.wrapper {
		padding: 1rem 0rem;
	}
}

@media screen and (max-width: 767px) {
	.tokubetsu .container {
		width: 95%;
	}
}

@media screen and (max-width: 500px) {
	.tokubetsu-wrapper h2 {
		font-size: 20px;
	}
}

/*tokubetsu-wrapperここまで*/
/*============================*/
/* original-serviceここから */
/* サービスについて */
.original-service {
	background-color: #e6a3b5;
	padding-bottom: 2rem;
	font-family: YuMincho, serif;
}

.original-service-img1 {
	padding-left: 15px;
	padding-right: 15px;
}

.original-service-img1 img {
	width: 100%;
}

.original-sub {
	text-align: left;
	padding-bottom: 30px;
}

.original-sub p {
	font-size: 2.5rem;
	background-color: #fff;
	display: inline-block;
	padding: 1rem 2rem 1rem 12rem;
	position: relative;
	left: -2.67rem;
	color: #743e3e;
	font-family: "游明朝体+36ポかな", serif;
	margin-top: 3rem;
}

.original-service h3 {
	font-size: 4.5rem;
	font-weight: normal;
	font-family: "MaboroshinoNijimiMincho", sans-serif;
}

.original-p {
	font-size: 1.8rem;
	margin: 2rem;
}

.tokubetsu1 .original-service {
	background: #dd9482;
}

.tokubetsu2 {
	background-color: #eae0be;
}

.original-service2 {
	background-color: #bfa977;
}

.tokubetsu3 .container {
	position: relative;
}

.tokubetsu3 h3 {
	font-family: "YuGochic", sans-serif;
}

.original-service3:before {
	content: "Furisode Dream Project!";
	color: #cb656e;
	font-size: 4.87rem;
	transform: rotate(-6deg);
	position: absolute;
	top: -2rem;
	right: 1rem;
	font-family: "Savoye LET", serif;
}

.tokusetsu {
	text-align: right;
	padding-right: 7rem;
	/* width: 86%; */
}

.arrow-icon {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	right: -2rem;
	width: 1.2rem;
	height: 1.2rem;
	border-style: solid;
	border-width: 3px 3px 0 0;
	border-color: #fff;
	transform: rotate(45deg);
}

.cvn3 {
	background-color: #fff;
}

@media screen and (max-width: 1200px) {
	.tokusetsu {
		text-align: right;
		padding-right: 7rem;
		width: 100%;
	}

	.tokubetsu {
		padding-top: 3.7rem;
		padding-right: 0rem;
		padding-bottom: 3.7rem;
		padding-left: 0rem;
		color: #fff;
	}

	.original-service h3 {
		font-size: 42px;
	}

	.tokubetsu-lead {
		font-size: 40px;
		color: #a57b7b;
		margin-top: 0;
		margin-bottom: 2rem;
		font-weight: 800;
		letter-spacing: 0;
	}

	.original-p {
		font-size: 1.5rem;
		margin: 2rem;
	}

	.original-sub p {
		left: -1rem;
	}
}

@media screen and (max-width: 900px) {
	.tokubetsu-lead {
		font-size: 32px;
		color: #a57b7b;
		margin-top: 0;
		margin-bottom: 2rem;
		font-weight: 800;
		letter-spacing: 0;
	}

	.original-p {
		font-size: 1rem;
		margin: 2rem;
	}

	div.tokusetsu.original-p {
		margin-top: 2rem;
		margin-right: 0rem;
		margin-bottom: 2rem;
		margin-left: 0rem;
	}
}

@media screen and (max-width: 767px) {
	.original-service-img1 {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 500px) {
	.original-service .original-sub p {
		font-size: 25px;
	}

	.arrow-icon {
		right: 0.5rem;
	}
}

/* original-serviceここまで */

/*============================*/
/*fullservice-wrapperここから*/
/* 安心のフルサービスいせやの特典 */
.fullservice-wrapper {
	background-color: #fff9e3;
}

.fullservice-wrapper .container {
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: 1366px;
	width: 76%;
}

.fullservice-sub {
	color: #d86262;
	font-size: 3.2rem;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 0.8;
}

.fullservice-wrapper h2 {
	font-size: 5rem;
	color: #d86262;
	font-weight: normal;
}

.fullservice-sub:before {
	content: url(./img/fullserviece-before.png);
	position: absolute;
	top: -5rem;
	right: 10rem;
}

.fullservice-wrapper h2:after {
	content: url(./img/fullservice-after.png);
	position: absolute;
	left: 10rem;
	top: 8rem;
}

.fullservice-wrapper h3 {
	background-color: #dec79e;
	padding: 1.2rem;
	font-size: 3.6rem;
	font-weight: normal;
	color: #d06161;
	margin-bottom: 2rem;
	margin-top: 2rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fullservice {
	display: flex;
	gap: 2rem;
	padding-bottom: 90px;
}

.fullservice-right {
	text-align: left;
}

.fullservice-right h4 {
	font-size: 3.4rem;
	font-weight: normal;
	color: #d06161;
	margin-top: 0;
	margin-bottom: 3rem;
	padding-left: 8px;
}

.fullservice-main-lead {
	font-size: 27px;
	margin-top: 2rem;
	font-weight: 400;
	font-family: "ヒラギノ角ゴシック", sans-serif;
	letter-spacing: 0;
}

.fullservice-lead-title {
	font-size: 39px;
	margin-top: 0rem;
	font-weight: normal;
	font-family: "ヒラギノ角ゴシック", sans-serif;
	letter-spacing: 0;
	color: #3e3e3e;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
}

.fullservice-left,
.fullservice-right {
	width: 50%;
	letter-spacing: 0;
}

.fullservice-left img {
	width: 100%;
}

.fullservice-lead-text {
	font-size: 25px;
	padding-top: 2rem;
	color: #242424;
	line-height: 1.8;
}

.fullservice-tokutens {
	display: flex;
	gap: 1.4rem;
}

.fullservice-tokutens li {
	padding-top: 1.8rem;
	padding-right: 1.8rem;
	padding-bottom: 1.8rem;
	padding-left: 0px;
	font-size: 26px;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #ff0000;
}

.fullservice-tokuten {
	width: 50%;
}

.fullservice-tokuten ul li span {
	color: #d06161;
	padding-right: 10px;
}

@media screen and (max-width: 1900px) {
	.fullservice-sub:before {
		content: url(./img/fullserviece-before.png);
		position: absolute;
		top: -5rem;
		right: 7rem;
	}

	.fullservice-wrapper h2:after {
		content: url(./img/fullservice-after.png);
		position: absolute;
		left: 5rem;
		top: 8rem;
	}
}

@media screen and (max-width: 1200px) {
	.fullservice-wrapper .container {
		width: 85%;
	}

	.fullservice {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fullservice-tokuten ul {
		padding-left: 20px;
	}

	.fullservice-tokutens>div:nth-child(2)>ul {
		padding-right: 20px;
	}

	.fullservice-sub:before {
		content: url(./img/fullserviece-before.png);
		position: absolute;
		top: -5rem;
		right: 7rem;
	}

	.fullservice-wrapper h2:after {
		content: url(./img/fullservice-after.png);
		position: absolute;
		left: 5rem;
		top: 5rem;
	}

	.fullservice-wrapper h2 {
		font-size: 3.5rem;
		color: #d86262;
		font-weight: 888;
	}

	.fullservice-wrapper h3 {
		background-color: #dec79e;
		padding: 1.2rem;
		font-size: 2.6rem;
	}

	.fullservice-right h4 {
		font-size: 2.4rem;
	}

	.fullservice-sub {
		color: #d86262;
		font-size: 2.2rem;
		margin-bottom: 0;
		font-weight: 800;
		line-height: 0.8;
	}

	.fullservice-main-lead {
		font-size: 22px;
	}
}

@media screen and (max-width: 1100px) {
	.fullservice-main-lead {
		font-size: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.fullservice-sub:before {
		content: url(./img/fullserviece-before.png);
		position: absolute;
		top: -5rem;
		right: 7rem;
	}

	.fullservice-wrapper h2:after {
		content: url(./img/fullservice-after.png);
		position: absolute;
		left: 5rem;
		top: 8rem;
	}
}

@media screen and (max-width: 900px) {
	.fullservice-wrapper .container {
		width: 100%;
	}

	.fullservice-tokuten {
		width: 100%;
	}

	.fullservice-tokuten ul {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fullservice-lead-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 500px) {
	.fullservice {
		display: flex;
		gap: 2rem;
		padding-bottom: 30px;
	}

	.fullservice-sub {
		padding-top: 30px;
	}

	.fullservice-wrapper h2 {
		font-size: 24px;
	}

	.fullservice-main-lead {
		font-size: 16px;
	}

	div.fullservice-left {
		width: 100%;
		margin: 0 auto;
	}

	div.fullservice-right {
		width: 100%;
		margin: 0 auto;
	}

	.fullservice .fullservice-right h4 {
		font-size: 24px;
	}

	.fullservice-lead-title {
		font-size: 26px;
	}

	.fullservice-lead-text {
		font-size: 20px;
	}
}

/*fullservice-wrapperここまで*/
/*============================*/
/*goods-wrapperここから*/
/* 取扱商品について */
.goods-wrapper h2 {
	margin-top: 6.33rem;
	margin-bottom: 3.33rem;
	font-size: 2.4rem;
	font-weight: normal;
}

.goods-wrapper .container {
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.goods {
	display: flex;
	padding-left: 6rem;
	padding-right: 6rem;
	flex-wrap: wrap;
	gap: 8%;
	color: #5f5f5f;
	font-family: YuGochic, sans-serif;
}

.good {
	width: 28%;
	text-align: left;
	margin-bottom: 5rem;
}

.good img {
	width: 100%;
}

.good-middle {
	margin-top: 1rem;
}

.good-lead {
	text-align: left;
	color: #5f5f5f;
	font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

/*goods-wrapperここまで*/
/*============================*/
.cvn-wrapper.wrapper {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.cvn-wrapper .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

/*footerここから*/
footer {
	text-align: center;
}

.last {
	height: 67px;
	background-color: #225a8b;
	font-size: 14px;
}

@media screen and (max-width: 820px) {
	.last {
		height: 47px;
		background-color: #225a8b;
		font-size: 12px;
	}
}

.footer__logo {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

.footer-up {
	width: 20%;
	padding-top: 84px;
	padding-bottom: 80px;
}

@media screen and (max-width: 1280px) {
	.footer-up {
		width: 30%;
		padding-top: 64px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 820px) {
	.footer-up {
		width: 40%;
		padding-top: 54px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 440px) {
	.footer-up {
		width: 60%;
		padding-top: 34px;
		padding-bottom: 30px;
	}
}

/*footerここまで*/
/*============================*/
.cvn1 {
	margin-right: 6rem;
}

.original-imgs img {
	width: 32%;
}

.logo1 {
	display: flex;
	align-items: center;
}

.menu-left {
	flex-wrap: wrap;
}

.shokai-img img {
	padding-right: 1rem;
}

.shokai-img {
	padding-left: 1rem;
}

.shokai-low p {
	padding-left: 1rem;
	padding-right: 1rem;
}

.logo1 img {
	max-width: 190px;
}

.logo1 .home {
	font-size: 10px;
	margin-left: 5px;
	background: #7f222f;
	color: white;
	padding: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 900px) {
	.events {
		flex-wrap: wrap;
		justify-content: center;
	}

	.event {
		width: 30%;
	}

	.news {
		flex-wrap: wrap;
		justify-content: center;
	}

	.new {
		width: 30%;
	}

	.blogs {
		flex-wrap: wrap;
		justify-content: center;
	}

	.blog {
		width: 30%;
	}

	.cvn {
		flex-direction: column;
	}

	.cvn .btn {
		width: 80%;
		margin-bottom: 1rem;
	}

	.reason {
		width: 90%;
		padding: 3rem;
	}

	.reasons {
		justify-content: center;
	}

	.reason h3 {
		width: 100%;
	}

	.original-sub p {
		padding: 1rem;
	}

	.original-service h3 {
		font-size: 2rem;
	}

	.original-service3:before {
		font-size: 2rem;
		right: 0;
	}

	.fullservice-wrapper h2:after {
		content: "";
	}

	.fullservice-sub:before {
		content: "";
	}

	.tokuchou-up p {
		font-size: 2rem;
	}

	.tokuchou-low p {
		font-size: 1.5rem;
	}

	.tokuchou-low {
		margin: 1rem 1rem;
	}

	.maedori-up p {
		font-size: 2rem;
	}

	.maedori-img-low {
		gap: 0;
	}

	.maedori-img-low {
		padding: 1rem;
	}

	h2 {
		font-size: 2rem;
	}

	.fullservice {
		flex-direction: column;
	}

	.fullservice-left,
	.fullservice-right {
		width: 80%;
		margin: 0 auto;
	}

	.fullservice-left img {
		width: 80%;
	}

	.fullservice-wrapper h2 {
		font-size: 3rem;
	}

	.fullservice-sub {
		font-size: 2rem;
	}

	.fullservice-lead {
		font-size: 1.5rem;
	}

	.fullservice-wrapper h3 {
		font-size: 2rem;
	}

	.fullservice-right h4 {
		font-size: 1.5rem;
	}

	.fullservice-tokutens {
		flex-direction: column;
	}

	.fullservice-tokutens li {
		padding: 1rem;
	}

	.fullservice-wrapper h3 {
		margin-top: 0;
	}

	.goods {
		flex-wrap: wrap;
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.good {
		width: 45%;
		margin-bottom: 2rem;
	}

	.cvn .btn {
		font-size: 1rem;
	}

	.cvn a {
		margin: 0 auto;
	}

	.wrapper {
		padding: 3rem 1rem;
	}

	.first-cvn-title {
		font-size: 2.5rem;
	}

	br {
		display: none;
	}

	.menu-section {
		margin-bottom: 3rem;
	}

	.map-wrapper br {
		display: inline;
	}
}

@media screen and (max-width: 500px) {
	.cvn .btn {
		margin-bottom: 1rem;
	}

	.fullservice-tokutens li {
		font-size: inherit;
	}

	.wrapper {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.goods-wrapper h2 {
		margin: 1rem auto;
		font-size: 20px;
	}

	.fullservice-text {
		padding-top: 1rem;
	}

	.fullservice-right h4 {
		margin-bottom: 1rem;
		font-size: inherit;
	}

	.original-sub p {
		font-size: inherit;
	}

	.logo1 {
		flex-direction: row;
	}

	.global-menu .container {
		justify-content: center;
	}

	.first-cvn-title {
		font-size: 25px;
	}

	.cvn .btn {
		padding: 0.5rem;
	}

	.first-cvn-wrapper .cvn .btn {
		font-size: 20px;
		color: #f8f8f8;
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.tokubetsu {
		padding: 2rem 1rem;
	}

	.original-p {
		font-size: 16px;
	}

	.tokubetsu-lead {
		font-size: 20px;
	}

	.reason p {
		font-size: inherit;
	}

	.reason h3 {
		font-size: inherit;
		font-weight: bold;
		padding-left: 2rem;
	}

	.reasons {
		padding-left: 0;
		padding-right: 0;
	}

	.reason {
		padding: 1rem;
	}

	.reasons {
		gap: 2rem;
	}

	.event,
	.blog,
	.new {
		width: 50%;
	}

	.tokusetsu {
		padding-right: 1.5rem;
		margin: 1rem;
		text-align: center;
	}

	.menu a {
		padding: 0.3rem 1rem;
	}

	.menu li:not(:last-child):after {
		top: 0.5rem;
	}

	.menu-section {
		margin-bottom: 1rem;
	}

	.shokai-img img {
		width: 50%;
		margin-bottom: 1rem;
	}

	.shokai-img {
		flex-wrap: wrap;
		margin-bottom: 0;
		margin-top: 2rem;
	}

	.event img,
	.new img,
	.blog img {
		width: 100%;
	}

	body {
		font-size: 14px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 20px;
	}

	.new-date {
		font-size: 12px;
		margin: 5px 0;
	}

	.new p {
		margin: 5px 0 15px;
	}

	.tokuchou-up p {
		font-size: 20px;
	}

	.tokuchou-low p {
		font-size: 16px;
	}

	.maedori-up p {
		font-size: 20px;
	}

	.maedori-low p {
		font-size: inherit;
	}

	.original-service h3 {
		font-size: 24px;
	}

	.fullservice-sub {
		font-size: inherit;
	}

	.fullservice-wrapper h2 {
		font-size: 24px;
		font-weight: bold;
	}

	.fullservice-lead {
		font-size: inherit;
		margin-top: 1rem;
	}

	.fullservice-wrapper h3 {
		font-size: 20px;
	}

	.fullservice-text {
		font-size: inherit;
	}

	.good-lead {
		font-size: inherit;
		font-weight: bold;
	}

	.events,
	.news,
	.blogs {
		justify-content: flex-start;
	}

	.events {
		gap: 0;
	}

	.cvn {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.shokai-low,
	.map-wrapper .btn,
	.reason-wrapper h2 {
		margin-bottom: 1rem;
	}

	.maedori-low {
		padding: 1rem 2rem;
	}

	.tokubetsu-wrapper h2,
	.fullservice {
		margin-bottom: 1rem;
	}

	.fullservice-tokutens {
		padding-left: 1rem;
		padding-right: 1rem;
		gap: 0;
	}

	.tokuchou-wrapper h2 {
		margin-bottom: 1rem;
	}

	.menu li:not(:last-child):after {
		height: 1rem;
	}
}

@media screen and (max-width: 1700px) {
	.original-service3:before {
		right: -3rem;
		font-size: 3rem;
	}
}

@media screen and (max-width: 1700px) {
	.original-service3:before {
		content: "";
	}
}

@media screen and (max-width: 606px) {
	header .btn {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.good {
		width: 100%;
	}

	.event-wrapper .container,
	.news-wrapper .container,
	.blog-wrapper .container {
		padding: 2rem 0.5rem;
	}

	.event,
	.news,
	.blogs {
		gap: 0;
	}

	.event,
	.new,
	.blog {
		padding: 0 10px;
	}

	.goods {
		gap: 0;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.good {
		width: 50%;
		padding: 0 0.5rem;
		margin-bottom: 1rem;
	}
}

/*動的部分*/
.ncolor .p-article01 {
	width: 24%;
}

.ncolor .p-article01 a {
	overflow: hidden;
}

.ncolor .p-article01 a img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

@media screen and (max-width: 700px) {
	.ncolor .p-article01 {
		width: 48%;
	}
}

/*動的部分ここまで*/
/*======================*/