@charset "utf-8";

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

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

#header {
	/* box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.3); */
}

.header_logo_area {

}

h1.site_title {
	width: 100%;
	margin: 0;
	text-align: center;
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

h1.site_title a {
	font-size: 90px;
	font-size: 9.0rem;
	display: inline-block;
	font-weight: 500;
	text-shadow:
	1px -1px 9px rgba(255, 255, 255, 1),
	-1px 1px 9px rgba(255, 255, 255, 1),
	1px -1px 9px rgba(255, 255, 255, 1),
	1px 1px 9px rgba(255, 255, 255, 1),
	1px -1px 9px rgba(255, 255, 255, 1),
	-1px 1px 9px rgba(255, 255, 255, 1),
	1px -1px 9px rgba(255, 255, 255, 1),
	1px 1px 9px rgba(255, 255, 255, 1),
	1px -1px 9px rgba(255, 255, 255, 1),
	-1px 1px 9px rgba(255, 255, 255, 1),
	1px -1px 9px rgba(255, 255, 255, 1),
	1px 1px 9px rgba(255, 255, 255, 1),
	1px -1px 9px rgba(255, 255, 255, 1),
	-1px 1px 9px rgba(255, 255, 255, 1),
	1px -1px 9px rgba(255, 255, 255, 1),
	1px 1px 9px rgba(255, 255, 255, 1);
}

.global-nav {
	float: right;
	width: 67%;
	margin: 25px 0 27px 0;
}


@media screen and (min-width: 768px) and ( max-width: 1024px) {
	h1.site_title {
		width: 85%;
	}

	h1.site_title a {
		font-size: 55px;
		font-size: 5.5rem;
	}

}



@media screen and (max-width : 767px) {
	h1.site_title {
		width: 85%;
	}

		h1.site_title a {
		font-size: 28px;
		font-size: 2.8rem;
	}

}




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

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

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

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

.row_relative {
	max-width: 1000px;
	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 {
		padding: 0 15px;
	}

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

	.home #contents {
		/*ページの中枠*/
	}

}



/*--------------------------------------------------------------
	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 {
	/*メイン画像の大枠*/
	width: 100%;
	/* height: 500px; */
	margin: 0 auto;
	padding: 0;
	/*メイン画像の背景　削除もしくは変更*/
	background-color: #fff;
	background-image: none;
	background-position: none;
	background-size: none;
}

.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;
	width: 100%;
	margin: 0 auto;
}



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

}

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

}



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

.footer {
	padding: 0 0 5px;
	overflow: hidden;
	position: relative;
}

.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;
	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 i {
	color: #fff;
}

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

.footer_conts {
	padding: 50px 0 0;
}

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

.footer_conts .inner_wrap .left {
	float: left;
	width: 33%;
}

.footer_conts .inner_wrap .right {
	float: right;
	width: 60%;
}

.office_address {
	margin: 0 0 20px;
}

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

.footer h2 a {
	font-size: 25px;
	font-size: 2.5rem;
	color: #fff;
	display: inline-block;
	font-weight: 400;
}

.footer h2 img {
	display: block;
}

.office_address p {
	text-align: center;
	line-height: 1.7;
	margin: 5px 0 10px;
	font-size: 1.4rem;
	color: #fff;
}

.office_address p span {
	font-size: 1.7rem;
}

.office_address p span a {
	display: inline-block;
	color: #fff;
}

.footer_nav_area {

}

.footer_nav_wrap {
	padding-top: 5px;
	margin: 0 0 30px;
}

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

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

.footer_nav_wrap ul li a {
	color: #fff;
	display: block;
	padding: 5px 0;
	font-size: 1.6rem;
}

.footer_nav_wrap ul li a:hover::after,
.footer_nav_wrap ul li.current a::after {
	position: absolute;
	bottom: 0;
	left: 48%;
	content: "";
	width: 4px;
	height: 4px;
	line-height: 4px;
	background-color: #fff;
	border-radius: 50%;
}

.footer_nav_wrap ul li a span {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.3;
}

.footer_nav_wrap ul li a span.menu_ttl_txt {
	/* opacity: 0; */
	font-family: "aisha-latin";
	font-weight: 400;
	font-style: normal;
	font-size: 1.9rem;
	letter-spacing: .1em;
	line-height: 1;
}

.footer_nav_wrap ul li.current {
		color: #fff;
}

.footer_link ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	padding: 0;
}

.footer_link ul li {
	list-style: none;
	float: left;
	margin-right: 30px;
	background: #fff;
	width: 30%;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 5px;
}

.footer_link ul li:last-child {
	margin-right: 0;
}

.footer_link ul li a {
	display: block;
	color: #111;
	padding: 10px 0;
}

.footer_link ul li a:hover {
	color: #85bb48;
}

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

.copyright_area a {
	display: inline-block;
	color: #fff;
}

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



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.footer h2 {
		text-align: center;
	}

	.footer_conts .inner_wrap .left {
		float: none;
		width: 100%;
	}

	.footer_conts .inner_wrap .right {
		float: none;
		width: 100%;
	}

	.office_address p {
		margin: 5px 0 30px;
		font-size: 1.5rem;
		text-align: center;
	}

}


@media screen and (max-width : 767px) {
	.page-top {
		bottom: 70px;
		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 {
		padding: 30px 0 0;
	}

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

	.footer_conts .inner_wrap .left,
	.footer_conts .inner_wrap .right {
		float: none;
		width: 100%;
	}

	.footer h2 {
		text-align: center;
	}

	.footer h2 img {
		width: 75%;
	}

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

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

	.footer_link ul li {
		margin-right: 20px;
	}

}



/*--------------------------------------------------------------
	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%;
	}

}
