@charset "utf-8";
/*===========================================================================
all
==========================================================================*/
.pc-container {
	display: none;
}
.index-box {
	display: block;
}
/*:::::::::::【背景】::::::::::*/
.back {
	padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.back {
		padding: 50px 0;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.width {
	max-width: 70%;
	margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.width {
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {
	.width {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.contents {
	margin: 100px auto;
	margin-bottom: 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
	.contents {
		margin: 50px auto;
		margin-bottom: 0;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
		.contents {
		margin-top: 50px;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*=========================================================
ファーストビュー
==========================================================*/
/*:::::::::::【インデックス用ファーストビュー】::::::::::*/
.index-box {
	display: block;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
/*:::::::::::【ファーストビュー】::::::::::*/
#firstview-box {
	position: relative;
	width: 100%;
	height: 60%;
	background-image: url("../image/index/firstview-back.png");
	background-repeat: repeat;
}
#firstview-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 247, 220, 0.5);
	z-index: 2;
}
.f-overlay {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-overlay img {
	width: 30%;
	height: auto;
}
.slider-box {
	position: relative;
	width: 70%;
	height: 100%;
}
/*:::::::::::【スライダーデザイン】::::::::::*/
.slider {
	width: 100% !important;
	height: 100% !important;
	background-image: url("../image/index/slider-box-back.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
/*　背景画像設定　*/
.slider-item01 {
	background: url("../image/index/slideshow-01.png");
	background-position: bottom !important;
}
.slider-item02 {
	background: url("../image/index/slideshow-02.png");
	background-position: bottom !important;
}
.slider-item03 {
	background: url("../image/index/slideshow-03.png");
	background-position: bottom !important;
}
.slider-item {
	background-repeat: no-repeat; /*背景画像をリピートしない*/
	background-position: bottom; /*背景画像の位置を中央に*/
	background-size: contain; /*背景画像が.slider-item全体を覆い表示*/
}
.slider-box {
	width: 80%;
	height: 100%;
	margin: 0 auto; /* 中央に寄せたい場合 */
}
.slick-slider .slick-track, .slick-slider .slick-list {
	height: 100% !important;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
	position: absolute; /*絶対配置にする*/
	z-index: 3;
	top: 42%;
	cursor: pointer; /*マウスカーソルを指マークに*/
	outline: none; /*クリックをしたら出てくる枠線を消す*/
	border-top: 4px solid #754c24; /*矢印の色*/
	border-right: 4px solid #754c24; /*矢印の色*/
	height: 25px;
	width: 25px;
}
.slick-prev { /*戻る矢印の位置と形状*/
	/*left: 2.5%;*/
	left: 0;
	transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
	/*right: 2.5%;*/
	right: 0;
	transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
	position: relative;
	z-index: 3;
	text-align: center;
	/*margin: -50px 0 0 0;*/
	margin: -20px 0 0 0;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots button {
	color: transparent;
	outline: none;
	width: 8px; /*ドットボタンのサイズ*/
	height: 8px; /*ドットボタンのサイズ*/
	display: block;
	border-radius: 50%;
	background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
	background: #333; /*ドットボタンの現在地表示の色*/
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
	/*:::::::::::【インデックス用ファーストビュー】::::::::::*/
	.index-box {
		height: 40vh;
	}
	/*:::::::::::【ファーストビュー】::::::::::*/
	#firstview-box {
		height: 100%;
	}
	/*ドットナビゲーションの設定*/
	.slick-dots {
		margin: -20px 0 0 0;
	}
}
@media (max-width:900px) {
	/*:::::::::::【インデックス用ファーストビュー】::::::::::*/
	.index-box {
		height: 40vh;
	}
	/*:::::::::::【ファーストビュー】::::::::::*/
	#firstview-box {
		height: 100%;
	}
	/*矢印の設定*/
	/*戻る、次へ矢印の位置*/
	.slick-prev, .slick-next {
		position: absolute; /*絶対配置にする*/
		z-index: 3;
		top: 60%;
		cursor: pointer; /*マウスカーソルを指マークに*/
		outline: none; /*クリックをしたら出てくる枠線を消す*/
		border-top: 4px solid #754c24; /*矢印の色*/
		border-right: 4px solid #754c24; /*矢印の色*/
		height: 25px;
		width: 25px;
	}
	/*ドットナビゲーションの設定*/
	.slick-dots {
		margin: -20px 0 0 0;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {
	#firstview-box {
		background-image: url("../image/index/firstview-back.png");
		background-size: contain;
		background-position: center;
		background-repeat: repeat;
	}
	/*:::::::::::【インデックス用ファーストビュー】::::::::::*/
	.index-box {
		height: 35vh;
	}
	.f-overlay {
		flex-direction: column;
	}
	.f-overlay img {
		width: 100%;
		display: none;
	}
	.slider-box {
		position: relative;
		width: 90%;
	}
	/*ドットナビゲーションの設定*/
	.slick-dots {
		margin: -20px 0 0 0;
	}
}
@media (max-width: 400px) {
	/*:::::::::::【インデックス用ファーストビュー】::::::::::*/
	.index-box {
		height: 40vh;
	}
}
/*=========================================================
【初めに】
==========================================================*/
/*:::::::::::【背景】::::::::::*/
.first-back {
	padding: 100px 0;
	/*background-color: #ffe5b4;*/
background: linear-gradient(to bottom right, #ffe5b4, #fff3e0);
}
/*:::::::::::【横幅】::::::::::*/
.first-width {
	background-image: url("../image/common/logo.png");
	background-size: contain;
	background-position: center;
	position: relative;
}
/*:::::::::::【コンテンツ】::::::::::*/
.first-contents {
	text-align: center;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}
.first-contents dt {
	font-family: "Kosugi Maru", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1.8;
	margin-bottom: 50px;
}
.first-contents dd {
	line-height: 2.5;
	font-size: 20px;
}
/*:::::::::::【お花】::::::::::*/
.f-img-01 {
	position: absolute;
	top: 30%;
	left: 15%;
	transform: scaleX(-1);
	height: 230px;
}
.f-img-02 {
	position: absolute;
	top: 30%;
	right: 15%;
	height: 230px;
}
@media (max-width:1280px) {
	/*:::::::::::【お花】::::::::::*/
	.f-img-01 {
		left: 50px;
	}
	.f-img-02 {
		right: 50px;
	}
}
@media (max-width:1024px) {
	/*:::::::::::【お花】::::::::::*/
	.f-img-01 {
		top: 40%;
		left: 0;
		height: 200px;
	}
	.f-img-02 {
		top: 40%;
		right: 0;
		height: 200px;
	}
}
@media (min-height:1366px) { /*ipad pro*/
	/*:::::::::::【コンテンツ】::::::::::*/
	.first-contents {
		margin-top: 0;
	}
	.first-contents dt {
		margin-bottom: 50px;
	}
	/*:::::::::::【お花】::::::::::*/
	.f-img-01, .f-img-02 {
		top: 35%;
	}
}
@media (max-width:900px) {
	/*:::::::::::【横幅】::::::::::*/
	.first-width {
		max-width: 95%;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.first-contents {
		margin-top: 0;
	}
	.first-contents dt {
		margin-bottom: 50px;
	}
	/*:::::::::::【お花】::::::::::*/
	.f-img-01, .f-img-02 {
		top: 40%;
		height: 150px;
	}
}
@media (max-width:600px) {
	.first-contents dt {
		font-size: 24px;
	}
	.first-contents dd {
		line-height: 2.5;
		font-size: 16px;
	}
	/*:::::::::::【お花】::::::::::*/
	.f-img-01, .f-img-02 {
		top: 15%;
		height: 100px;
	}
}
@media (max-width:450px) {
	.first-back {
		padding: 80px 0;
	}
	.first-back::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 229, 180, 0.5);
		z-index: 2;
	}
	/*:::::::::::【横幅】::::::::::*/
	.first-width {
		max-width: 90%;
		position: relative;
		z-index: 5;
	}
	/*:::::::::::【テキスト】::::::::::*/
	.first-contents dt {
		font-size: 22px;
	}
	.first-contents dd {
		text-align: left;
	}
	/*:::::::::::【お花】::::::::::*/
	.f-img-01, .f-img-02 {
		z-index: 0;
		top: 10%;
		height: 100px;
	}
}
@media (max-width: 400px) {
	/*:::::::::::【テキスト】::::::::::*/
	.first-contents dt {
		font-size: 20px;
	}
	/*:::::::::::【お花】::::::::::*/
	.f-img-01, .f-img-02 {
		top: 8%;
	}
}
/*==========================================================================
理念
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.rinen-back {
	/*	background-color: #ced6ba;
	background-image: url("../image/index/back.png");
	background-repeat: repeat;
	background-size: contain;*/
}
.rinen-back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 247, 220, 0.7);
	z-index: 2;
}
.rinen-width {
	max-width: 90%;
	position: relative;
	z-index: 2;
}
/*:::::::::::【コンテンツ】::::::::::*/
.rinen-contents ul {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}
.rinen-contents li {
	text-align: center;
	width: 33.333%;
}
.rinen-contents li img {
	width: 250px;
}
.rinen-contents dt {
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 15px;
}
/*:::::::::::【テキスト】::::::::::*/
.rinen-contents p {
	width: 70%;
	margin: 100px auto;
	font-size: 20px;
	line-height: 2;
	text-align: center;
}
/*:::::::::::【イメージ】::::::::::*/
.r-hana {
	position: absolute;
	bottom: 50px;
	right: 0;
	height: 250px;
}
.r-kirin {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
	/*:::::::::::【イメージ】::::::::::*/
	.r-hana {
		position: absolute;
		bottom: 50px;
		right: 0;
		height: 200px;
	}
	.r-kirin {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 60%;
	}
}
@media (min-height:1366px) { /*ipad pro*/
	/*:::::::::::【テキスト】::::::::::*/
.rinen-contents p {
	text-align: left;
}
}
@media (max-width:900px) {}
@media (max-width:600px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.rinen-contents ul {
		flex-direction: column;
	}
	.rinen-contents li {
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
	}
	/*:::::::::::【テキスト】::::::::::*/
	.rinen-contents p {
		width: 90%;
		margin: 50px auto;
		font-size: 16px;
	}
	/*:::::::::::【イメージ】::::::::::*/
	.r-hana {
		position: absolute;
		z-index: -1;
		bottom: -20px;
		right: 0;
		height: 130px;
	}
	.r-kirin {
		height: 30%;
	}
}
@media (max-width:450px) {
	/*:::::::::::【イメージ】::::::::::*/
	.r-hana {
		bottom: 0px;
		height: 100px;
	}
}
@media (max-width: 400px) {
	.rinen-contents li img {
		width: 200px;
	}
}
/*==========================================================================
お知らせ
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.news-back {
	/*background-color: #ffe5b4;*/
	background: linear-gradient(to top left, #ffe5b4, #fff3e0);
	overflow-x: hidden;
}
.news-width {
	position: relative;
	z-index: 5;
}
/*:::::::::::【イメージ】::::::::::*/
.n-hana {
	position: absolute;
	z-index: 2;
	left: 30px;
	bottom: 50px;
	height: 250px;
}
.n-kirin {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	height: 70%;
}
@media (max-width:1280px) {
	/*:::::::::::【イメージ】::::::::::*/
	.n-kirin {
		height: 60%;
	}
}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	/*:::::::::::【イメージ】::::::::::*/
	.n-hana {
		left: 10px;
		bottom: 0px;
		height: 150px;
	}
	.n-kirin {
		right: -20px;
		bottom: 0;
		height: 80%;
	}
}
@media (max-width:600px) {
	.n-kirin {
		right: -40px;
	}
}
@media (max-width:450px) {
	.n-hana {
		z-index: 5;
		height: 100px;
	}
}
@media (max-width: 400px) {}
/*:::::::::::【ニュース】::::::::::*/
.news-container {
	width: 90%;
	margin: 80px auto 0 auto;
	background-color: #FFFFFF;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	margin: 3%;
}
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.news-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.news_titl {
	width: 25%;
}
.news-box {
	width: 100%;
}
#newsWrap {
	display: block;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.back_w {
	/* background: #e6e6fa; */
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	/*    height: 350px;
*/ z-index: -10;
}
#newsWrap ul#newsList { /*211029〜*/
	width: 100%;
	overflow-y: scroll;
	height: 180px;
	padding: 0 5px;
	display: block;
	/*background-color: #F5F5F5;*/
	border: 1px solid #5b2c1c;
	border-right: 1px solid #caaa16;
}
#newsWrap ul#newsList::-webkit-scrollbar {
	width: 4px;
}
#newsWrap ul#newsList::-webkit-scrollbar-track { /*バーの色*/
	background-color: #f4c542;
}
#newsWrap ul#newsList::-webkit-scrollbar { /*バーの色*/
	background-color: #f4c542;
}
.news-flex {
	width: 100%;
}
ul#newsList {
	display: block;
	margin: 0 auto;
}
ul#newsList li {
	font-size: 1em;
	margin: 0;
	padding: 2% 3%;
	margin-bottom: 3px;
	list-style-type: none;
	border-bottom: 1px dotted #5b2c1c;
}
#newsWrap a { /*新着情報*/
	/*color: #fff;*/
	text-decoration: underline;
	text-decoration: none;
}
#newsWrap a:hover {
	color: #c1a223;
	text-decoration: none;
}
.up_ymd { /*日付*/
	/*color: #fff;*/
	padding: 1%;
	text-align: left;
}
.catName { /*お知らせ・施工実績などの名前*/
	display: inline-block;
	padding: 3px;
	border: 1px solid #d80000;
	border-radius: 6px;
	font-size: 0.9em;
	line-height: 100%;
	margin: 0 2px;
	color: #d80000;
}
.newMark { /*newマーク*/
	display: inline-block;
	padding: 1px 4px;
	font-size: 11px;
	line-height: 100%;
	color: #FF0000;
	border-radius: 8px;
	font-style: italic;
	font-weight: bold;
}
.comment {
	display: block;
	padding: 3px 0;
	float: left;
	overflow: hidden;
	width: 80%; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap {
	display: block;
	width: 110px;
	float: left;
	height: 80px;
	overflow: hidden;
}
.sp {
	display: none;
}
.copyright2 a {
	/*color: #fff !important;*/
}
@media all and (max-width:1700px) {
	.back_w {
		width: 75%;
		/*      height: 500px;*/
	}
}
@media all and (max-width:1150px) {
	#newsWrap ul#newsList { /*211029〜*/
		width: 100%;
		/*	height: 100px;
*/
	}
	.text_img {
		width: 45%;
	}
}
@media all and (max-width:950px) {
	.up_ymd {
		display: block;
		/*width: 30%;*/
		margin: 1% 0;
	}
	#newsWrap ul#newsList { /*211029〜*/
		height: 150px;
	}
}
@media (max-width: 690px) {
	.text_img {
		top: 65%;
	}
	.news_titl {
		width: 40%;
		margin: 0 auto;
	}
	.news-box {
		width: 100%;
	}
	#newsWrap ul#newsList { /*211029〜*/
		width: 100%;
		margin: 0 auto;
	}
	.up_ymd {
		display: block;
		width: 100%;
		margin: 1% 0;
		text-align: left;
	}
	#newsWrap {
		width: 100%;
	}
	.news-box1 {
		width: 100%;
	}
	.news-box2 {
		width: 100%;
		margin-top: 8% !important;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.comment {
		width: 100%; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	}
	.thumbNailWrap {
		width: 100%;
		height: auto;
	}
	.detailUpfile {
		margin: 20px;
		width: 100%;
		max-width: 50%;
	}
}
/*==========================================================================
施設紹介
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
/*:::::::::::【コンテンツ】::::::::::*/
.shisetsu-contents {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 0;
}
.shisetsu-contents dl {
	width: 70%;
}
.shisetsu-contents .s-img-box {
	width: 30%;
	position: relative;
}
/*:::::::::::【テキスト】::::::::::*/
.shisetsu-contents dt {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.8rem;
	margin-bottom: 50px;
}
.shisetsu-contents dd p {
	line-height: 2;
}
/*:::::::::::【ボタン】::::::::::*/
.s-btn-box .btn {
	margin-top: 50px;
}
/*:::::::::::【イメージ】::::::::::*/
.s-img-box .s-heart {
	width: auto;
	height: 280px;
	position: absolute;
	top: -30px;
	left: 10px;
}
.s-img-box .s-hana {
	width: auto;
	height: 250px;
	position: absolute;
	bottom: -30px;
	right: -100px;
}
.rs-heart, .rs-hana {
	display: none;
}
@media (max-width:1280px) {
	/*:::::::::::【イメージ】::::::::::*/
	.s-img-box .s-heart {
		width: auto;
		position: absolute;
		top: 20px;
		left: 10px;
	}
	.s-img-box .s-hana {
		width: auto;
		position: absolute;
		bottom: 0;
		right: -150px;
	}
}
@media (max-width:1024px) {
	/*:::::::::::【テキスト】::::::::::*/
	.shisetsu-contents dt {
		font-size: 1.4rem;
		margin-bottom: 50px;
	}
	/*:::::::::::【イメージ】::::::::::*/
	.s-img-box .s-heart {
		height: 250px;
	}
	.s-img-box .s-hana {
		height: 230px;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	/*:::::::::::【イメージ】::::::::::*/
	.s-img-box .s-heart {
		height: 200px;
	}
	.s-img-box .s-hana {
		height: 200px;
		bottom: 50px;
		right: -80px;
	}
}
@media (max-width:600px) {
	/*:::::::::::【背景】::::::::::*/
	.shisetsu-back::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 247, 220, 0.8);
		z-index: 2;
	}
	.shisetsu-width {
		position: relative;
		z-index: 5
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.shisetsu-contents {
		flex-direction: column;
	}
	.shisetsu-contents dl {
		width: 100%;
	}
	/*:::::::::::【イメージ】::::::::::*/
	.shisetsu-contents .s-img-box {
		display: none;
	}
	.rs-heart {
		display: block;
		position: absolute;
		height: 300px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -2;
	}
	.rs-hana {
		display: block;
		position: absolute;
		height: 150px;
		bottom: 0;
		right: 0;
		z-index: 2;
	}
}
@media (max-width:450px) {
	/*:::::::::::【テキスト】::::::::::*/
	.shisetsu-contents dt {
		text-align: center;
		line-height: 1.7;
	}
}
@media (max-width: 400px) {

	.rs-hana {
		height: 120px;
	}
}
/*==========================================================================
3つのサービス
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.service-back {
	/*background-color: #ffe5b4;*/
	background: linear-gradient(to right, #ffe5b4, #fff3e0);
}
/*:::::::::::【コンテンツ】::::::::::*/
.service-contents {
	margin-bottom: 0;
}
.service-contents li {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 80px;
}
.service-contents li:last-of-type {
	margin-bottom: 0 !important;
}
.service-contents dl {
	width: 70%;
}
.service-contents .s-img {
	width: 20%;
}
/*:::::::::::【テキスト】::::::::::*/
.service-contents dt {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 30px;
	position: relative;
}
.service-contents dt span {
	background-size: contain;
	position: relative;
	z-index: 2;
}
.service-contents dt img {
	position: absolute;
	z-index: 1;
	top: -17px;
	left: -20px;
	width: 60px;
}
.service-contents dd p {
	line-height: 2;
}
/*:::::::::::【ボタン】::::::::::*/
.service-btn-box {
	margin-top: 30px;
	text-align: left;
}
/*:::::::::::【イメージ】::::::::::*/
@media (max-width:1280px) {
	.service-width {
		max-width: 80%;
	}
	.service-contents dl {
		width: 60%;
	}
	.service-contents .s-img {
		width: 30%;
	}
}
@media (max-width:1024px) {

}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.service-width {
		max-width: 90%;
	}
}
@media (max-width:600px) {
	.service-width {
		max-width: 80%;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.service-contents li {
		flex-direction: column;
	}
	.service-contents dl {
		width: 100%;
	}
	/*:::::::::::【テキスト】::::::::::*/
	.service-contents dt {
		font-size: 1.3rem;
	}
	/*:::::::::::【イメージ】::::::::::*/
	.service-contents .s-img {
		width: 60%;
	}
	/*:::::::::::【ボタン】::::::::::*/
	.service-btn-box {
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
}
@media (max-width:450px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.service-contents li {
		margin-bottom: 50px;
	}
}
@media (max-width: 400px) {}
/*==========================================================================
イベント紹介
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.event-width {
	max-width: 80%;
}
/*:::::::::::【コンテンツ】::::::::::*/
.event-contents {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.event-contents img {
	width: 35%;
}
.event-contents dl {
	width: 50%;
}
/*:::::::::::【テキスト】::::::::::*/
.event-contents dt {
	font-family: "Kosugi Maru", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 30px;
}
.event-contents dd p {
	line-height: 2;
}
/*:::::::::::【ボタン】::::::::::*/
.e-btn {
	margin-top: 50px;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
	/*:::::::::::【テキスト】::::::::::*/
	.event-contents dt {
		font-size: 1.4rem;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	/*:::::::::::【背景】::::::::::*/
	.event-width {
		max-width: 90%;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.event-contents img {
		width: 30%;
	}
	.event-contents dl {
		width: 60%;
	}
}
@media (max-width:600px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.event-contents {
		flex-direction: column;
	}
	.event-contents img {
		width: 60%;
		margin-bottom: 50px;
	}
	.event-contents dl {
		width: 100%;
	}
}
@media (max-width:450px) {
	/*:::::::::::【テキスト】::::::::::*/
	.event-contents dt {
		font-size: 1.2rem;
	}
	.event-contents img {
		width: 70%;
	}
}
@media (max-width: 400px) {
	/*:::::::::::【テキスト】::::::::::*/
	.event-contents dt {
		font-size: 1.1rem;
	}
}
/*==========================================================================
お問い合わせ
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.contact-back {
	/*background-color: #ffe5b4;*/
	background: linear-gradient(to bottom left, #ffe5b4, #fff3e0);
}
.contact-width {}
/*:::::::::::【コンテンツ】::::::::::*/
.contact-contents {
	text-align: center;
}
.contact-contents p {
	line-height: 2;
}
.contact-contents strong {
	display: block;
	text-align: center;
	margin: 50px auto;
	font-family: "Quicksand", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #f4c542;
	text-shadow:
		2px 0 2px #5b2c1c, /* 右 */ -2px 0 2px #5b2c1c, /* 左 */ 0 2px 2px #5b2c1c, /* 下 */ 0 -2px 2px #5b2c1c; /* 上 */
}
/*:::::::::::【イメージ】::::::::::*/
.res-c-img {
	display: none;
}
.c-img {
	position: absolute;
	top: 45%;
	right: 10%;
	transform: translate(-10%, -45%);
}
@media (max-width:1280px) {
	/*:::::::::::【イメージ】::::::::::*/
	.c-img {
		right: 3%;
		transform: translate(-3%, -50%);
	}
}
@media (max-width:1024px) {
	/*:::::::::::【イメージ】::::::::::*/
	.c-img {
		right: 50px;
		top: 50%;
		transform: translateY(-50%);
		height: 200px;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	/*:::::::::::【イメージ】::::::::::*/
	.c-img {
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		height: 170px;
	}
}
@media (max-width:600px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.contact-contents p {
		text-align: left;
	}
	/*:::::::::::【イメージ】::::::::::*/
	.c-img {
		display: none;
	}
	.res-c-img {
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.res-c-img img {
		height: 200px;
	}
}
@media (max-width:450px) {

}
@media (max-width: 400px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.contact-contents strong {
		font-size: 2em;
	}
}