@charset "UTF-8";
/*===========================================================================*/
/*common*/
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font: inherit;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing:border-box;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: top;
}
video {
	max-width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: top;
}
small{
	font-size: 0.7em;
}
.fas {
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	font-family:"Font Awesome 6 Free",sans-serif;
	font-weight:900;
}
@font-face {
	font-family:"Font Awesome 6 Free";
	font-style:normal;
	font-weight:900;
	font-display:swap;
	src:url("../webfonts/fa-solid-900.eot");
	src:url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
	url("../webfonts/fa-solid-900.woff2") format("woff2"),
	url("../webfonts/fa-solid-900.woff") format("woff"),
	url("../webfonts/fa-solid-900.ttf") format("truetype"),
	url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
}
.fuwafuwa {
	animation: floating-y 2s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
	0% {
	  transform: translateY(-2%);
	}
	100% {
	  transform: translateY(2%);
	}
  }


/* 共通基本スタイル
---------------------------------------------------------------------------- */
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	margin: 0 auto !important;
	background:#fff;
	color: #333;
	font-size: 16px;
	line-height: 2;
	font-family: "Hiragino Maru Gothic W4 JIS2004","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 1px !important;
	height: 100%;
	max-width: 1920px;
	min-width: 1080px;
}
body #container {
	height:auto;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
} 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
} 
.clearfix {
	display: block;
}
.waku {
	overflow: hidden;
}
.l{
	float:left;
}
.r{
	float:right;
}
a#top {
	position: absolute;
	top: 0px;
}
a {
	text-decoration: none;
	transition: 0.6s;
}
a i{
	transition: 0.6s;
}
a.alpha {
	display: block;
}
a.alpha:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
a img {
	transition: 0.3s ease-in-out;
}
a img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:9999;
	width:60px;
}
.google-map iframe{
	vertical-align: bottom;
}
span.marker {
    background: linear-gradient(transparent 70%, #fcff5c 70%);

}
/* ハック
---------------------------------------------- */
/* letter-spacing hack */
@media screen {
br {
letter-spacing: 0;
}
}
/* height100% hack */
body > #container {
	height: auto;
	padding:0 0 0;
}

/* リンク
---------------------------------------------- */
a {
	color: #5e5148;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #d57037;
	text-decoration: none;
}
/* header
---------------------------------------------- */

header{
	width:100%;
	min-width:1096px;
	max-width:1920px;
	margin:0 auto;
	position:relative;
}
header .inner{
	width:100%;
	min-width:1080px;
	max-width:1480px;
	padding:0 48px;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 100;
	color:#fff;
}
header .inner .ttl-area{
	padding:36px 0;
	float:left;
	font-size:13px;
}
header .inner .ttl-area h1{
	font-weight:bold;
	font-size:24px;
}
header .inner .ttl-area h1 a{
	display: block;
	color:#fff;
}
header .inner .tel-area{
	padding:36px 0;
	float:right;
	width:272px;
}
header .txt-catch{
	padding:100px 0 120px;
	width:100%;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}
.slick__bg {
	padding-bottom: 682px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.slick__bg01 {
	background: url("../images/bg-slide-image-01-min.png") center center;
}
.slick__bg02 {
	background: url("../images/bg-slide-image-02-min.png") center center;
}
.slick__bg04 {
	background: url("../images/bg-slide-image-04-min.png") center center;
}
.slick__bg02 .cap-txt{
	display: inline-block;
	position: absolute;
	bottom:12px;
	right:12px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.read-area{
	background: url("../images/bg-read-min.png") no-repeat center center;
	background-size: cover;
	padding:80px 0;
}
.read-area .inner{
	margin:0 auto;
	max-width: 1280px;
	padding:0 40px;
}
.read-area .inner .con-area{
	width:620px;
}
.read-area .inner h2{
	font-size: 26px;
	font-weight: bold;
	padding:0 0 40px;
}
.read-area .inner .img{
	padding:0 0 40px;
}

.ban-list-area{
	background:#f6f7f8;
	padding:80px 0 40px;
}
.ban-list-area .inner{
	margin:0 auto;
	max-width: 1280px;
	padding:0 40px;
	text-align: center;
}
.ban-list-area .inner .ban-list .ban{
	display: inline-block;
	margin:0 12px 40px;
	width:128px;
}

.cover-image .cover{
	width:50%;
}

.jirei-area{
	background:#f3f3ea url("../images/bg-jirei-min.png") no-repeat top left;
	background-size: 50%;
	padding:40px 0 80px;
}
.jirei-area .inner{
	margin:0 auto;
	max-width: 1080px;
	padding:0 40px;
}
.jirei-area .inner .read-box{
	width: 55%;
	float:right;
	padding:100px 0 0 40px;
	background:url("../images/bg-jirei-desk.png") no-repeat top right;
}
.jirei-area .inner .read-box h2{
	padding:0 0 24px;
	font-size: 22px;
	font-weight: bold;
}

.jirei-area .box-list{
	margin:0 auto;
	width: 1080px;
	padding:80px 40px;
}
.jirei-area .box-list .box{
	background: #fff;
	padding:40px 60px;
	border-radius: 12px;
	margin-bottom: 40px;
}
.jirei-area .box-list .box .ttl-area{
	padding:0 0 24px;
	border-bottom:1px solid #bea784;
	margin-bottom: 40px;
}
.jirei-area .box-list .box .ttl-area h3{
	padding:0 0 0 78px;
	font-size:21px;
	color:#816355;
	font-weight: bold;
	background: url("../images/jirei-icon.png") no-repeat top left;
	min-height: 84px;
}
.jirei-area .box-list .box .ttl-area h3.cyousei{
	padding:24px 0 0 78px;
}

.jirei-area .box-list .box-01 .photo{
	width:360px;
}
.jirei-area .box-list .box-01 .txt-area{
	width:460px;
}
.jirei-area .box-list .box-01 .txt-area p{
	padding: 0 0 24px;
}

.jirei-area .box-list .box-02 .txt-area{
	padding:0 0 60px;
}
.jirei-area .box-list .box-02 h4{
	padding:0 0 24px;
	font-size:16px;
	color:#816355;
	font-weight: bold;
	text-align: center;
}
.jirei-area .box-list .box-02 .photo-area{
	padding:0 0 60px;
	text-align: center;
}
.jirei-area .box-list .box-02 .photo-area .photo{
	display: inline-block;
	width:286px;
	margin-bottom:6px;
	vertical-align: top;
}
.jirei-area .box-list .box-02 .photo-area .photo span{
	font-size: 14px;
}

.jirei-area .fb-area{
	text-align: center;
	padding:80px 0 0;
}
.jirei-area .fb-area h3{
	padding:0 0 24px;
	font-size: 20px;
	font-weight: bold;
}

.cta-area{
	background:url("../images/bg-cta-min.png") no-repeat center center;
	padding:110px 0 76px;
	background-size: cover;
}
.cta-area .inner{
	margin:0 auto;
	max-width: 1080px;
	padding:0 40px;
	text-align: center;
	color:#fff;
	font-size: 14px;
}
.cta-area .inner a{
	display: inline-block;
	margin-bottom:32px;
	color:#fff;
}
/* footer
---------------------------------------------- */
footer{
	width:100%;
}
footer .copy-txt{
	width:100%;
	text-align: center;
	padding:60px 24px;
	font-size:13px;
	color: #fff;
	background: #34312b;
}
footer .cookie-txt{
	width:100%;
	text-align: center;
	padding:60px 24px;
	font-size:13px;
	color: #fff;
	background: #111;
}


/*===========================================================================*/
/*  media quary:768px  */
/*===========================================================================*/

@media screen and (max-width: 769px) {
/* 共通基本スタイル
---------------------------------------------------------------------------- */
	.l{
		float:none;
	}
	.r{
		float:none;
	}
	body {
		font-size: 16px;
		min-width: 100%;
		line-height: 1.86;
	}
	/* header
---------------------------------------------- */
	#page-top {
		position: fixed;
		bottom: 0px;
		right: 0px;
		z-index:9999;
		width:60px;
	}
	.ban-tel {
		position: fixed;
		bottom: 4px;
		left: 4px;
		z-index:9999;
		width:76%;
		display: inline-block;
		z-index: 100;
	}
	.ban-tel img{
		width:100%;
	}
	/* header
---------------------------------------------- */
	header{
		min-width:100%;
	}
	header .inner{
		min-width:100%;
		padding:0 24px;
	}
	header .inner .ttl-area{
		padding:36px 0;
		float:none;
		font-size:12px;
	}
	header .inner .ttl-area h1{
		font-size:22px;
	}
	header .txt-catch{
		padding:100px 0 120px;
		font-size: 24px;
	}
	.slick__bg {
		padding-bottom: 582px;
	}
	.slick__bg01 {
		background: url("../images/bg-slide-image-01-min.png") center center;
	}
	.slick__bg02 {
		background: url("../images/bg-slide-image-02-min.png") center center;
	}
	.slick__bg04 {
		background: url("../images/bg-slide-image-04-min.png") center left;
	}
	.slick__bg02 .cap-txt{
		font-size: 12px;
	}
	.read-area{
		background:none;
		background-size: cover;
		padding:60px 0 20px;
	}
	.read-area .inner{
		padding:0 24px;
	}
	.read-area .inner .con-area{
		width:100%;
	}
	.read-area .inner h2{
		font-size: 24px;
		font-weight: bold;
		padding:0 0 40px;
	}
	.read-area .inner .img{
		padding:0 0 40px;
	}

	.ban-list-area{
		padding:80px 0 60px;
	}
	.ban-list-area .inner{
		padding:0 6px;
	}
	.ban-list-area .inner .ban-list a{
		margin:0 2px 12px;
		width:30%;
		max-width:128px;
	}

	.cover-image .cover{
		width:100%;
	}

	.jirei-area{
		background:#f3f3ea;
		padding:60px 0 40px;
	}
	.jirei-area .inner{
		padding:0 24px;
	}
	.jirei-area .inner .read-box{
		width: 100%;
		float:none;
		padding:80px 0 40px;
		background:url("../images/bg-jirei-desk.png") no-repeat top right;
		background-size: 30%;
	}
	.jirei-area .inner .read-box h2{
		padding:0 0 24px;
		font-size: 21px;
		font-weight: bold;
	}

	.jirei-area .box-list{
		width: 100%;
		padding:40px 12px;
	}
	.jirei-area .box-list .box{
		background: #fff;
		padding:32px 24px;
		border-radius: 12px;
		font-size: 14px;
	}
	.jirei-area .box-list .box .ttl-area{
		padding:0 0 24px;
		border-bottom:1px solid #bea784;
		margin-bottom: 40px;
	}
	.jirei-area .box-list .box .ttl-area h3{
		padding:72px 0 0;
		font-size:17px;
		color:#816355;
		font-weight: bold;
		background: url("../images/jirei-icon.png") no-repeat top center;
		background-size:32px;
	}
	.jirei-area .box-list .box .ttl-area h3.cyousei{
		padding:72px 0 0;
	}

	.jirei-area .box-list .box-01 .photo{
		width:100%;
		max-width:360px;
		margin:0 auto;
		padding:0 0 40px;
	}
	.jirei-area .box-list .box-01 .txt-area{
		width:100%;
		margin:0 auto;
	}
	.jirei-area .box-list .box-01 .txt-area p{
		padding: 0 0 24px;
	}

	.jirei-area .box-list .box-02 .txt-area{
		padding:0 0 60px;
	}
	.jirei-area .box-list .box-02 h4{
		padding:0 0 24px;
		font-size:15px;
		color:#816355;
		font-weight: bold;
		text-align: center;
	}
	.jirei-area .box-list .box-02 .photo-area{
		padding:0 0 60px;
		text-align: center;
	}
	.jirei-area .box-list .box-02 .photo-area .photo{
		display: inline-block;
		width:100%;
		max-width:260px;
		margin:0 auto;
		margin-bottom:6px;
		vertical-align: top;
	}
	.jirei-area .box-list .box-02 .photo-area .photo span{
		font-size: 14px;
	}

	.jirei-area .fb-area{
		text-align: center;
		padding:24px 8px 0;
	}
	.jirei-area .fb-area h3{
		padding:0 0 24px;
		font-size: 13px;
		font-weight: bold;
	}

	.cta-area{
		padding:80px 0 48px;
	}
	.cta-area .inner{
		padding:0 32px;
		font-size: 12px;
	}
	.cta-area .inner a{
		display: inline-block;
		margin-bottom:32px;
	}

/* footer
---------------------------------------------- */
	footer{
		width:100%;
	}
	footer .copy-txt{
		width:100%;
		text-align: center;
		padding:30px 24px;
		font-size:12px;
		color: #fff;
		background: #34312b;
	}
	footer .cookie-txt{
		width:100%;
		text-align: center;
		padding:30px 24px 70px;
		font-size:12px;
		color: #fff;
		background: #111;
	}

}




  /*---------- 出し分け　幅768pxまでの指定 ----------*/
@media screen and (max-width:768px) {
	.pc{
		display:none !important;
	}
}
  /*---------- 出し分け　幅769pxからの指定 ----------*/
@media screen and (min-width:769px) {
	.sp{
		display:none !important;
	}
}