@charset "utf-8";

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/

.header_wrap {
	/* overflow: hidden; */
}

#header {
	position: relative;
	padding: 0;
	height: 170px;
	z-index: 999;
	/* box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.3); */
}

.header_logo_area {
	/* z-index: 1000000; */
	/* top: 0; */
	/* left: 0; */
	width: 100%;
	height: 155px;
	padding: 0;
	/* overflow: hidden; */
	transition: .3s all;
}

.header_logo_area.is_scroll {
	position: fixed;
	height: 155px;
	background-color: #fff;
	box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.3);
}

h1.site_title {
	position: absolute;
	z-index: 9;
	width: 26%;
	float: left;
	margin: 27px 0 0 3%;
	transition: all .3s;
}

h1.site_title.is_scroll {
	width: 155px;
	margin: 10px 0 0 5%;
}

h1.site_title a {
	display: inline-block;
	transition: all .3s;
}

h1.site_title a:hover {
	opacity: .7;
}

.header_access_erea {
	float: right;
	margin: 0 50px 0 0;
}

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

.header_access p {
	font-size: 15px;
	font-size: 1.5rem;
}

.header_access p span {
	font-size: 20px;
	font-size: 2.0rem;
}

.header_access img {
	padding: 0px 10px 0 20px;
	box-sizing: border-box;
}

.header_btn_erea {
	float: right;
	margin: 0 30px 0 0;
}

.header_btn {
	display: flex;
}

.header_btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.header_btn a i {
	margin-right: 5px;
}

.header_btn .header_btn_tel a {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 1px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	background-color: #452e18;
	border-radius: 0 0 0 10px;
	transition: all .3s;
}

.header_btn .header_btn_tel a i {
	transform: scaleX(-1);
}

.header_btn .header_btn_tel a:hover {
	background-color: #7e5e40;
}

.header_btn .header_btn_web a {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 10px 10px;
	box-sizing: border-box;
	color: #fff;
	background-color: #e79c24;
	transition: all .3s;
}

.header_btn .header_btn_web a:hover {
	background-color: #c58216;
}

.header_btn .header_btn_mq a {
	font-size: 17px;
	font-size: 1.7rem;
	padding: 10px 25px;
	box-sizing: border-box;
	color: #fff;
	background-color: #a2c34b;
	border-radius: 0 0 10px 0;
	transition: all .3s;
}

.header_btn .header_btn_mq a:hover {
	background-color: #89a73e;
}

.global-nav {
	float: right;
	width: 75%;
	margin: 0 12% 0 0;
}

@media screen and (min-width: 1201px) and ( max-width: 1299px) {
	h1.site_title {
		width: 12%;
		margin: 15px 0 0 1%;
	}

	.header_access_erea {
		margin: 0 15px 0 0;
	}

	.header_access p span {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.header_btn_erea {
		margin: 0 10px 0 0;
	}

	.header_btn .header_btn_tel a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.header_btn .header_btn_web a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.header_btn .header_btn_mq a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.global-nav {
		margin: 0 30px 0 0;
	}

}

@media screen and (min-width: 1025px) and ( max-width: 1200px) {
	h1.site_title.is_scroll {
		width: 13%;
		margin: 10px 0 0 1%;
	}

	.header_access_erea {
		margin: 0 15px 0 0;
	}

	.header_access p span {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.header_btn_erea {
		margin: 0 10px 0 0;
	}

	.header_btn .header_btn_tel a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.header_btn .header_btn_web a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.header_btn .header_btn_mq a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.global-nav {
		width: 85%;
		margin: 0 30px 0 0;
	}

}


@media screen and (min-width: 768px) and ( max-width: 1024px) {
	#header {
		height: 80px;
	}
	h1.site_title,
	h1.site_title.is_scroll {
		width: 40%;
		float: left;
		margin: 15px 0 13px 2%;
	}

}

@media screen and (max-width : 767px) {
	#header {
		height: 80px;
		padding: 0;
		box-shadow: none;
		margin: 0;
	}
	.home #header {
		margin: 0;
	}
	.home .header_wrap {
		/* padding-bottom: 10px; */
	}
	.header_wrap {
		padding-bottom: 0;
	}
	h1.site_title,
	h1.site_title.is_scroll {
		width: 70%;
		margin: 0 0 0 10px;
		padding: 10px 0 0 0;
	}
	h1.site_title img {
		width: 100%;
	}
	.contact_area {
		display: none;
	}

}




/*--------------------------------------------------------------
	container・contents・rowの設定
--------------------------------------------------------------*/

#container {
	/*ページの大枠*/
	width: 100%;
	overflow: hidden;
}

.row {
	max-width: 1080px;
	margin: 0 auto;
}

.row_header {
	max-width: 1200px;
	margin: 0 auto;
}

.row_relative {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

#contents {
	/*ページの中枠*/
	/* padding: 0 0 30px; */
	/* overflow: hidden; */
}

.home #contents {
	/*ページの中枠*/
	padding: 0;
	/* overflow: hidden; */
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.row,
	.row_header,
	.row_relative {
		padding: 0 15px;
	}
	#contents {
		/* padding: 60px 0 30px; */
	}
}


@media screen and (max-width : 767px) {
	.row,
	.row_header,
	.row_relative {
		max-width: unset;
		padding: 0 15px;
	}
	#contents {
		/*ページの中枠*/
		/* padding: 0 0 30px; */
	}
	.home #contents {
		/*ページの中枠*/
	}
}



/*--------------------------------------------------------------
	パンくずリスト
--------------------------------------------------------------*/

.breadcrumbs {
	margin: 0 auto 20px;
	padding-top: 2px;
}

.breadcrumbs span a,
.archive .breadcrumbs span a,
.category .breadcrumbs span a {
	font-size: 1.2rem;
	margin: 0;
	color: #51342f;
	display: inline-block;
}

.breadcrumbs span a span:hover {
	text-decoration: underline;
}
.single .breadcrumbs span,
.single .breadcrumbs span.post,
.blog .breadcrumbs span.post,
.archive .breadcrumbs span,
.archive .breadcrumbs span.archive,
.page .breadcrumbs span.post,
.search .breadcrumbs span.search {
	font-size: 1.2rem;
	margin: 0;
	display: inline-block;
	line-height: 1.5;
}

.breadcrumbs span.current-item {
	color: #f19e1b;
}

.breadcrumbs .fa-chevron-right {
	margin: 0 5px;
	font-size: 1.2rem;
	color: #aaa;
}

.breadcrumb a {
	/*パンくずリストのリンクの設定*/
	color: #000;
}

.breadcrumb a:hover,
.breadcrumb a:active {
	/*パンくずリストのリンクホバー時の設定*/
	color: #ccc;
}



@media screen and (max-width : 767px) {
	.breadcrumbs {
		margin: 0 auto 15px;
		padding: 3px 15px 0;
		line-height: 1.5;
	}
}



/*--------------------------------------------------------------
	main
--------------------------------------------------------------*/

#main {

}

#sidebar {

}

.cat_main,
.search_main {
	width: 75%;
	float: right;
}

.cat_sidebar {
	width: 22%;
	float: left;
}



@media screen and (max-width : 767px) {
	#main {
		float: none;
		padding: 0;
		width: 100%;
	}
	.blog #main,
	.single #main {
		padding: 10px 0 0;
	}
	#sidebar {
		float: none;
		width: 100%;
	}
	.cat_main,
	.search_main,
	.cat_sidebar	{
		width: 100%;
		float: none;
	}
}



/*--------------------------------------------------------------
	mainvisu
--------------------------------------------------------------*/

.mainvisu {
	position: relative;
	/*メイン画像の大枠*/
	width: 100%;
	/* height: 650px; */
	margin: 0 auto;
	padding: 0;
	/*メイン画像の背景　削除もしくは変更*/
	z-index: 99;
}

.slide_area,
.fs-main {
	/*スライダー*/
	position: relative;
	margin: 0 auto 0;
	border: none;
}

.my_slick {
	padding: 0;
	margin: 0;
	line-height: 0;
}

.my_slick .slick-slide img {
	display: block;
	max-width: 1095px;
	width: 100%;
	/* margin: 0 auto; */
	margin: 0 87% 0 13%;
}

.mainvisu .catch_copy {
	position: absolute;
	top: 57%;
	left: 30%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.mainvisu .catch_copy p {
	font-family: あずきフォントB, ヒラギノ丸ゴ Pro W4;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0;
	line-height: 2;
	letter-spacing: 6px;
	text-shadow: 1px -1px 3px rgba(255, 255, 255, 1), -1px 1px 3px rgba(255, 255, 255, 1), -1px -1px 3px rgba(255, 255, 255, 1), 1px 1px 3px rgba(255, 255, 255, 1), 1px -1px 3px rgba(255, 255, 255, 1), -1px 1px 3px rgba(255, 255, 255, 1), -1px -1px 3px rgba(255, 255, 255, 1), 1px 1px 3px rgba(255, 255, 255, 1);
}



@media screen and (min-width: 1025px) and ( max-width: 1200px) {
	.mainvisu .catch_copy {
		width: 100%;
		left: 55%;
	}

}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	/*　画面サイズが768pxから1024pxまではここを読み込む　*/
	.mainvisu {
		/* padding: 60px 0 0; */
		width: 100%;
		height: unset;
		padding: 0;
		/* margin: 40px auto 0;*/
	}

	.mainvisu .catch_copy {
		width: 100%;
		top: 72%;
		left: 57%;
	}

	.my_slick .slick-slide img {
		display: block;
		max-width: unset;
		width: 95%;
		margin: 0 auto;
	}

}

@media screen and (max-width : 767px) {
	/*768以下の設定*/
	.mainvisu {
		/*メイン画像の大枠*/
		/* height: auto; */
		height: 300px;
		margin: 0 auto;
	}

	.mainvisu .catch_copy {
		width: 100%;
		top: 50%;
		left: 10px;
		transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
	}

	.mainvisu .catch_copy p {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.25;
		letter-spacing: 3px;
	}

	.my_slick .slick-slide img {
		display: block;
		max-width: unset;
		width: 95%;
		margin: 0 auto;
	}

}



/*--------------------------------------------------------------
	subvisu
--------------------------------------------------------------*/

.entry_header h1 {
	text-align: center;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 400;
	margin: 0;
	letter-spacing: .1em;
	line-height: 1.2;
}

.entry_header h1 span {
	font-size: 2.4rem;
	color: #dfcdb3;
	letter-spacing: .1em;
	display: block;
	font-family: "aisha-latin";
	font-weight: 400;
	font-style: normal;
}

.entry_content {
	/* padding: 30px 0 0; */
	/* width: 85%; */
	/* margin: 0 0 100px; */
}

.blog .entry_content,
.single .entry_content,
.archive .entry_content {
	margin: 0 0 80px;
	padding: 30px 20px 0;
}

.single .entry_footer {
	margin: 0 0 30px;
}

ul.post-meta {
	padding: 0;
	margin: 0;
}

ul.post-meta li {
	list-style: none;
}

span.post-meta-key {
	display: block;
	text-align: center;
	font-size: 4.0rem;
	font-family: "TBUDGothic B";
	color: #fff;
	letter-spacing: .1em;
	line-height: 1.5;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.entry_content {
		/* padding: 30px 15px 0; */
		/* margin: 0; */
	}
}

@media screen and (max-width : 767px) {
	/*768以下の設定*/

	span.post-meta-key {
		font-size: 3.0rem;
		letter-spacing: .1em;
		line-height: 1.3;
	}
	.entry_header h1 {
		font-size: 2.8rem;
		letter-spacing: .1em;
		line-height: 1.2;
	}
	.entry_header h1 span {
		font-size: 1.8rem;
	}
	.entry_content {
		/* padding: 0; */
		/* margin: 0 0 50px; */
	}
	.blog .entry_content,
	.single .entry_content,
	.archive .entry_content {
		margin: 0 0 50px;
		padding: 0;
	}
}



/*--------------------------------------------------------------
	thumbnail
--------------------------------------------------------------*/



/*--------------------------------------------------------------
	widget
--------------------------------------------------------------*/

.widget_title {
	text-align: center;
	background: #f5de51;
	padding: 0;
	font-size: 1.7rem;
	margin: 10px 0 10px;
	position: relative;
}

.widget ul {
	padding: 0 5px;
	margin: 0 0 20px;
}

.widget ul li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid #eee;
}

.widget ul li::after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	position: absolute;
	top: 30%;
	right: 5px;
	font-size: 1rem;
	color: #cccccc;
}

.widget ul li a {
	font-size: 1.4rem;
	display: block;
	color: #333;
	padding: 8px 15px 8px 5px;
}

.widget_recent_entries ul li a {
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 10px 15px 10px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* .widget ul li::after {
	top: 4px;
} */

.widget ul li a:hover {
	background: #fefbf0;
}

.widget ul li a.current,
.widget ul li a.current ul.children li {
	background: #fefbf0;
}

.widget ul li ul.children {
	border-top: 1px solid #eee;
	padding: 0;
	margin: 0;
}

.widget ul li ul.children li {
	border-bottom: 1px solid #eee;

}

.widget ul li ul.children li a {
	font-weight: 400;
	font-size: 1.3rem;
	padding: 4px 0 4px 20px;
}

.widget ul li ul.children li:last-child {
	border-bottom: none;
}

.widget ul li.current ul.children,
.widget ul li.current ul.children li {
	background: #fff;
}



@media screen and (max-width: 767px) {

	.widget_title {
		padding: 8px 0;
		margin: 10px 0 15px;
	}

	.widget span {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		height: 100%;
		width: 35.5px;
	}

	.widget span::before,
	.widget span::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		background-color: #fff;
		content: '';
		margin: auto;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	.widget span::before {
		height: 2px;
		width: 13.5px;
	}

	.widget span::after {
		height: 13.5px;
		width: 2px;
	}

	.widget .qa-open span::after {
		opacity: 0;
	}
	.widget ul.widget_cat,
	.widget_archive ul,
	.widget_recent_entries ul {
		display: none;
	}

}


/*--------------------------------------------------------------
	page link 投稿のページでのページ送り
--------------------------------------------------------------*/

.nav-links {
	overflow: hidden;
	/* display: block; */
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 50px;
	line-height: 1;
}

.pagination .nav-links {
	justify-content: center;
}

.nav_next {
	/*次の記事へのリンク*/
	text-align: right;
	display: block;
	float: right;
}

.nav_previous {
	/*次の記事へのリンク*/
	display: block;
	text-align: left;
	float: left;
}

.nav-links,
.nav_previous,
.nav_next {
	/*ページ送りの共通スタイル*/
	padding: 0;
}

.single .nav-links a {
	/*ページ送りのリンク*/
	display: block;
	padding: 8px 15px 8px;
	border-radius: 5px;
	/* background-color: #d0eec1; */
	color: #333;
	line-height: 1.5;
}

.single .nav-links a:hover {
	/*ページ送りのリンクホバー時*/
	color: #fff;
	background-color: #f19e1b;
}

.blog .nav-links .page-numbers,
.category .nav-links .page-numbers,
.archive .nav-links .page-numbers {
	/*ページ送りのナンバー設定*/
	padding: 12px;
	margin: 0 2px;
	border: 1px solid #eddb6c;
	color: #333;
	border-radius: 3px;
}

.nav-links .current {
	/*ページ送りの現在のページ箇所の設定*/
	/* line-height: 30px; */
	/* height: 30px; */
	padding: 10px;
	text-align: center;
}

.link_page_nav {
	/*ページを分割したときのリンクの設定*/
	margin-bottom: 50px;
	text-align: right;
}

.link_page_nav span {
	/*ページを分割したときのリンクの設定*/
	display: inline-block;
	padding: 0;
}

.link_page_nav span {
	/*ページを分割したときのリンクの設定*/
	font-size: 13px;
	line-height: 30px;
	display: inline-block;
	overflow: hidden;
	/* width: 30px; */
	/* height: 30px; */
	margin: 0 5px 0 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #999;
	border-radius: 3px;
	background: #ccc;
}

.link_page_nav a span {
	/*ページを分割したときのリンクの設定*/
	color: #fff;
	background: #ccc;
}

.link_page_nav a:hover span {
	/*ページを分割したときのリンクの設定*/
	color: #000;
	background: #ccc;
}

.blog .nav-links,
.category .nav-links,
.archive .nav-links {
	text-align: center;
	padding: 10px 0;
}

.blog .pagination h2,
.category .pagination h2,
.archive .pagination h2 {
	display: none;
}

.blog .page-numbers:hover,
.category .page-numbers:hover,
.archive .page-numbers:hover {
	background-color: #f19e1b;
	color: #fff;
}

.blog .page-numbers.current,
.category .page-numbers.current,
.archive .page-numbers.current {
	padding: 12px;
	margin: 0 2px;
	background-color: #f19e1b;
	border: 1px solid #f19e1b;
	color: #fff;
	border-radius: 3px;
}

@media screen and (max-width : 767px) {
	/*ページ送りの768px以下の設定*/
	.nav-links {
		overflow: hidden;
		margin: 0 auto 30px;
	}
	.nav_next {
		width: 48%;
	}

	.nav_previous {
		width: 48%;
	}

}



/*--------------------------------------------------------------
	category
--------------------------------------------------------------*/

.category_area {
	padding: 0 15px;
}

.category_area a {
	/*お知らせのカテゴリーのリンクの設定*/
	font-size: 13px;
	font-size: 1.3rem;
	padding: 4px 10px 2px 10px;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 5px;
	background: #fff0f0;
	color: #333;
	display: inline-block;
}

.category_area a:hover {
	/*お知らせのカテゴリーのホバー時の設定*/
	color: #fff;
	background: #c31230;
}



/*--------------------------------------------------------------
	tag（タグを使わない場合は不要）
--------------------------------------------------------------*/
.tagcloud a {
	/*お知らせのタグクラウドのリンクの設定*/
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px 10px;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #ccc;
}

.tagcloud a:hover {
	/*お知らせのタグクラウドのホバー時の設定*/
	color: #fff;
	border: 1px solid #ccc;
	background-color: #999;
}

.tagcloud a:hover span {
	/*お知らせのタグクラウドのリンク背景の設定*/
	color: #999;
	background-color: #fff;
}

.tag-area a {
	/*お知らせのタグのリンクの設定*/
	font-size: 13px;
	font-size: 1.3rem;
	padding: 4px 10px 2px 10px;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 5px;
	background: #999;
}
/*お知らせのタグのホバー時の設定*/
.tag-area a:hover {
	color: #fff;
	background: #ccc;
}



/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/

.footer {
	overflow: hidden;
	position: relative;
}

.chat_btn_erea {
	position: fixed;
	bottom: 55px;
	right: 0;
	z-index: 999;
}

.chat_btn_erea ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.chat_btn_erea ul li {
	display: flex;
	justify-content: center;
	width: 50%;
	list-style: none;
	background-color: #0060a9;
}

.chat_btn_erea p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-size: 2.5rem;
	color: #fff;
	background-color: #ed97ca;
	margin: 0;
	padding: 20px 25px;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
	cursor: pointer;
	transition: all .3s;
}

.chat_btn_erea p i {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 10px 0 0;
}

.chat_btn_erea p:hover {
	background-color: #bc75a0;
}

.ai_btn_erea {
	width: 310px;
	position: fixed;
	bottom: 55px;
	left: 0;
	z-index: 999;
}

.ai_btn_erea a {
	transition: .3s all;
}

.page-top {
	line-height: 1.0;
	position: fixed;
	bottom: 150px;
	right: 0;
	width: 60px;
	height: 67px;
	border-radius: 5px 0 0 5px;
	text-align: center;
	font-size: 1.2rem;
	z-index: 999;
	background-color: #e79c24;
	/* border-top: 1px solid #fff; */
	/* border-left: 1px solid #fff; */
	/* border-bottom: 1px solid #fff; */
}

.page-top a {
	display: block;
	height: 57px;
	color: #fff;
	padding-top: 10px;
	transition: .2s all;
}

.page-top a:hover {
	padding-top: 5px;
}

.footer_line {
	background-image: url(../img/footer_line.png);
	background-repeat: repeat-x;
	padding: 0 0 100px;
}

.footer_access_erea {
	margin: 0 0 50px;
}

.footer_access_erea .logo {
	text-align: center;
	margin: 0 0 30px;
}

.footer_access_bg {
	padding: 40px;
	box-sizing: border-box;
	background-color: #f4f0e9;
	border-radius: 20px;
}

.footer_access_inner {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.footer_access_inner:last-of-type {
	margin: 0;
}

.footer_access_inner h3 {
	color: #e79c24;
	margin: 10px 0 10px;
}

.footer_access_left {
	width: 48%;
	text-align: center;
	margin: 5px 0 10px;
}

.footer_access_inner:last-of-type .footer_access_left,
.footer_access_inner:last-of-type .footer_access_right p {
	margin: 0;
}

.footer_access_left a {
	color: #452e18;
	display: flex;
	justify-content: end;
	align-items: center;
	transition: all .3s;
}

.footer_access_left a:hover {
	color: #f19e1b;
}

.footer_access_left a img {
	margin: 0 0 0 10px;
}

.footer_access_right {
	width: 50%;
}

.footer_access_right p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.footer_access_inner:last-of-type .footer_access_right p {
	line-height: 2.5;
}

.footer_access_right p span {
	color: #e79c24;
}

.footer_access_right table {
	width: 100%;
}

.footer_access_right table tbody tr {
	background-color: #fff;
}

.footer_access_right table tbody tr:first-child {
	background-color: #34271b;
	border-bottom: unset;
}

.footer_access_right table tbody tr:first-child th,
.footer_access_right table tbody tr:first-child td {
	border-bottom: unset;
}

.footer_access_right table tbody tr:first-child th:first-child {
	border-radius: 15px 0 0 0;
}

.footer_access_right table tbody tr:first-child td:last-child {
	border-radius: 0 15px 0 0;
}

.footer_access_right table tbody tr th,
.footer_access_right table tbody tr td {
	padding: 14px 0;
	box-sizing: border-box;
	line-height: 1;
}

.footer_access_right table tbody tr th {
	text-align: left;
	width: 48%;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px dotted #cccccc;
}

.footer_access_right table tbody tr th:first-child {
	width: 9%;
	border-bottom: unset;
}

.footer_access_right table tbody tr td {
	text-align: center;
	width: 10%;
	color: #e79c24;
	font-size: 20px;
	font-size: 2.0rem;
	border-bottom: 1px dotted #cccccc;
}

.footer_access_right table tbody tr td:last-child {
	width: 10px;
	border-bottom: unset;
}

.footer_access_right table tbody tr td span {
	color: #34271b;
	font-size: 22px;
	font-size: 2.2rem;
}

.footer_access_right table tbody tr:first-child td {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

.footer_access_right table tfoot tr th {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #fff;
	padding: 5px 0;
	box-sizing: border-box;
}

.footer_access_right table tfoot tr th:first-child {
	border-radius: 0 0 0 15px;
}

.footer_access_right table tfoot tr th:last-child {
	border-radius: 0 0 15px 0;
}

.footer_banner_erea {
	margin: 0 0 45px;
}

.footer_banner {
	text-align: center;
}

.footer_banner a {
	display: inline-block;
	transition: all .3s;
}

.footer_banner a:hover {
	opacity: .7;
}

.footer_btn_erea {
	margin: 0 0 50px;
}

.footer_btn_erea .footer_btn {
	display: flex;
	justify-content: space-between;
}

.footer_btn_con {
	width: 32%;
}

.footer_btn_con a {
	border-radius: 10px;
	transition: all .3s;
}

.footer_btn_tel a {
	background-color: #452e18;
}

.footer_btn_tel a:hover {
	background-color: #7e5e40;
}

.footer_btn_web a {
	background-color: #e79c24;
}

.footer_btn_web a:hover {
	background-color: #c58216;
}

.footer_btn_mq a {
	background-color: #a2c34b;
}

.footer_btn_mq a:hover {
	background-color: #89a73e;
}

.footer_btn_erea .footer_btn a {
	color: #fff;
	display: block;
	height: 165px;
	padding: 20px 25px;
	box-sizing: border-box;
}

.footer_btn_erea .footer_btn .btn_title {
	position: relative;
	font-size: 21px;
	font-size: 2.1rem;
}

.footer_btn_erea .footer_btn .btn_title::after {
	width: 25px;
	height: 25px;
	content: "";
	display: block;
	position: absolute;
	top: 36%;
	right: -12px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-image: url("../img/btn_arrow.png");
}

.footer_btn_erea .footer_btn .btn_title p {
	margin: 0 0 5px;
	padding: 0 0 6px;
	border-bottom: 1px dotted #fff;
}

.footer_btn_erea .footer_btn .btn_txt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0;
}

.footer_conts {
	z-index: 99;
	overflow: hidden;
	position: relative;
	background-image: url("../img/flont_bg.png");
	padding: 50px 0 0;
	box-sizing: border-box;
}

.footer_conts::after {
	z-index: -1;
	/* width: 1351px; */
	width: 90%;
	height: 360px;
	content: "";
	display: block;
	display: inline-block;
	position: absolute;
	top: 15%;
	/* left: 52%; */
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("../img/footer_butterfly.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
}

.footer_conts .inner_wrap {
	overflow: hidden;
	/* margin-bottom: 40px; */
}

.footer_nav_area {

}

.footer_nav_wrap {
	margin: 0 0 50px;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
}

.footer_nav_wrap ul {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	padding: 10px 0;
	padding: 15px;
	width: 100%;
	/* height: 38px; */
	/* overflow: hidden; */
	list-style: none;
	position: relative;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
	overflow: hidden;
}

.footer_nav_wrap ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	text-align: center;
}

.footer_nav_wrap ul li a {
	color: #2b231b;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	transition: all .3s;
}

.footer_nav_wrap ul li a::after {
	color: #eda430;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f054';
	margin: 0 0 0 5px;
}

.footer_nav_wrap ul li.current a,
.footer_nav_wrap ul li a:hover {
	color: #eda430;
}

.footer h2 {
	text-align: center;
	margin: 0;
}

.footer h2 a {
	display: inline-block;
	transition: all .3s;
}

.footer h2 a:hover {
	opacity: .7;
}

.footer h2 img {
	display: block;
}

.office_address {
	text-align: center;
	margin: 0 0 30px;
}

.office_address p {
	margin: 15px 0 15px;
	color: #34271b;
}

.office_address a {
	font-size: 26px;
	font-size: 2.6rem;
	display: inline-block;
	color: #e79c24;
	transition: all .3s;
}

.office_address a:hover {
	color: #c58216;
}

.copyright_area {
	text-align: center;
	color: #fff;
	background-color: #e79c24;
}

.copyright_area a {
	display: inline-block;
	color: #fff;
	padding: 10px 0;
	box-sizing: border-box;
}

.copyright_area a:hover {
	opacity: .7;
}



@media screen and (max-width : 1024px) {
	.footer_access_inner h3 {
		margin: 30px 0 10px;
	}

	.access_title {
		position: relative;
		cursor: pointer;
		display: inline-block;
	}

	/*アイコンの＋と×*/
	.access_title::before,
	.access_title::after {
		position: absolute;
		content:'';
		/* width: 18px; */
		/* height: 2px; */
		/* background-color: #e79c24;   */
	}

	.access_title::before {
		/* top: 50%; */
		/* right: -25px; */
		/* transform: rotate(0deg);  */
	}

	.access_title::after {   
		/* top: 50%; */
		right: -25px;
		/* transform: rotate(90deg); */
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content:'\f13a';
	}

	.access_title.close::after {
		/*　closeというクラスがついたら形状変化　*/
		/* display: none; */
		content:'\f139';
	}

	.access_box {
		display: none;
	}

}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.chat_btn_erea {
		width: 100%;
		bottom: 52px;
	}

	.chat_btn_erea p {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 13px 0;
		border-radius: 0;
	}

	.ai_btn_erea {
		width: 230px;
		bottom: 150px;
	}

	.footer_conts::after {
		content: none;
	}

	.footer_conts .inner_wrap {
		margin-bottom: 0;
	}

	.footer_access_erea {
		margin: 0 0 20px;
	}

	.footer_access_inner {
		display: block;
	}

	.footer_access_bg {
		padding: 30px 15px;
	}

	.footer_access_left,
	.footer_access_right {
		width: 100%;
	}

	.footer_access_left {
		margin: 0 0 30px;
	}

	.footer_access_left img {
		width: 100%;
	}

	.footer_access_left p {
		text-align: right;
		margin: 5px 0 0;
	}

	.footer_access_left a img {
		width: 20px;
		height: 20px;
	}

	.footer_access_right table {
		margin: 0 0 20px;
	}

	.footer_access_right table tbody tr th {
		width: 30%;
	}

	.footer_access_right table tbody tr th:first-child {
		width: 10px;
	}

	.footer_access_right p {
		margin: 0;
	}

	.footer_banner_erea {
		padding: 30px 0 10px;
		box-sizing: border-box;
	}

	.footer_banner a img {
		width: 100%;
		margin: 0;
	}

	.footer_conts {
		margin: 0 0 105px;
	}

	.office_address {
		padding: 0;
		margin: 0 0 30px;
	}

	.office_address p {
		line-height: 1.5;
		margin: 5px 0 10px;
		text-align: center;
	}
}


@media screen and (max-width : 767px) {
	.chat_btn_erea {
		width: 100%;
		bottom: 53px;
	}

	.chat_btn_erea p {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 13px 0;
		width: 100%;
		border-radius: 0;
	}

	.ai_btn_erea {
		width: 230px;
		bottom: 170px;
	}

	.page-top {
		bottom: 175px;
		width: 50px;
		height: 57px;
	}

	.page-top a {
		height: 47px;
		padding-top: 7px;
	}

	.footer_top {
		padding: 20px 0;
	}

	.footer_top ul {
		margin: 0 0 20px;
	}

	.footer_conts {
		/* margin: 0 0 132px; */
	}

	.footer_conts::after {
		content: none;
	}

	.footer_conts .inner_wrap {
		margin-bottom: 0;
	}

	.footer_access_erea {
		margin: 0 0 20px;
	}

	.footer_access_inner {
		display: block;
	}

	.footer_access_bg {
		padding: 30px 15px;
	}

	.footer_access_left,
	.footer_access_right {
		width: 100%;
	}

	.footer_access_left {
		margin: 0 0 30px;
	}

	.footer_access_left img {
		width: 100%;
	}

	.footer_access_left p {
		text-align: left;
		margin: 5px 0 0;
	}

	.footer_access_left a img {
		width: 20px;
		height: 20px;
	}

	.footer_access_right table {
		margin: 0 0 20px;
	}

	.footer_access_right table tbody tr th:first-child {
		width: 10px;
	}

	.footer_access_right table tbody tr th {
		width: 65%;
	}

	.footer_access_right table tbody tr th,
	.footer_access_right table tbody tr:first-child td,
	.footer_access_right table tbody tr td,
	.footer_access_right table tbody tr td span {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.footer_access_right p {
		margin: 0;
	}

	.footer_banner_erea {
		margin: 0 0 15px;
	}

	.office_address {
		padding: 0;
		margin: 0 0 30px;
	}

	.office_address p {
		line-height: 1.5;
		margin: 5px 0 10px;
		text-align: center;
	}

	.copyright_area a {
		padding: 10px 0 135px;
	}

}



/*--------------------------------------------------------------
	original class
--------------------------------------------------------------*/

.required {
	/*注目箇所のフォントカラー*/
	color: red;
}

.display_sp {
	display: none;
}

@media screen and (max-width : 1024px) {
	/*スマホ用設定*/
	.display_pc {
		display: none;
	}

	.display_sp {
		display: block;
	}

}



/*--------------------------------------------------------------
	google map
	GoogleMapをレスポンシブにする設定
--------------------------------------------------------------*/

@media screen and (max-width : 767px) {
	.ggmap,
	.iframe_wrap {
		/*GoogleMapを入れるときはclass名にggmapを入れてください*/
		position: relative;
		overflow: hidden;
		height: 0;
		padding-top: 30px;
		padding-bottom: 56.25%;
	}

	.ggmap iframe,
	.ggmap object,
	.ggmap embed,
	 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
