@charset "utf-8";
a:hover {
	text-decoration: none;
}
a {
	color: #151515;
	transition: 0.3s;
}
.tel.white a {
	color: #fff;
}
.pc_view {
	display: block;
}
.sp_view {
	display: none;
}
.font {
	font-family:"Sawarabi Mincho", serif;
}
/*-----------------------------------------------------------------*/
	/* header */
header {
	width: 100%;
	overflow: hidden;
	position: absolute;
	height: 200px;
	min-width: 1260px;
	z-index: 1;
}
header div.white {
	width: 100%;
	min-width: 1260px;
	padding: 20px 0px;
	overflow: hidden;
	background: #fff;
}
header div#logo {
	float: left;
	width: 300px;
	margin-left: 40px;
}
header div#logo img {
	float: left;
	width: 53px;
	height: auto;
	margin-right: 10px;
}
header h1 {
	font-size: 22px;
	font-weight: bold;
}
header h1 span {
	font-size: 13px;
	display: block;
}
nav#head_list {
	float: right;
	padding-top: 20px;
	margin-right: 250px;
}
nav#head_list li {
	display: inline-block;
	margin-left: 30px;
	font-size: 15px;
}
nav#head_list li a {
	display: block;
	color: #151515;
	padding-bottom: 8px;
	border-bottom: 2px solid #fff;
}
nav#head_list li a:hover {
	border-bottom: 2px solid #f19149;
}
#contact_btn {
	position: absolute;
	top: 0;
	color: #fff;
	right: 0;
	width: 200px;
	overflow: hidden;
	background: #151515;
	z-index: 1;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	transition: 0.3s;
}
#contact_btn p.hosoku {
	font-size: 20px;
}
#contact_btn p.hosoku span {
	font-size: 12px;
	display: block;
	position: relative;
}
#contact_btn p.hosoku span::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 35px;
	width: 30px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #787878;
}
#contact_btn p.telnumber {
	font-size: 20px;
}
#contact_btn p.telnumber span {
	padding-left: 20px;
	background: url(../images/tel.png)no-repeat left;
	background-size: 15px;
}
#contact_btn p.form {
	font-size: 13px;
	width: 170px;
	margin: auto;
	background: #fff;
	transition: 0.3s;
}
#contact_btn p.form:hover {
	background: #f19149;
}
#contact_btn p.form a:hover {
	color: #fff;
}
#contact_btn p.form a {
	color: #151515;
	display: block;
}
#bg_slider {
	width: 100%;
	height: 750px;
	background: url(../images/main_bg.jpg);
	background-size: cover;
	background-position: center;
}
#main {
	width: 100%;
	overflow: hidden;
	height: 750px;
	padding-top: 440px;
	color: #fff;
	background: url(../images/uma.png)no-repeat center bottom;
	background-size: 1400px auto;
}
#main h2 {
	text-shadow: 0 0 2px #000;
	text-align: center;
	font-size: 48px;
}
#main h2 span {
	font-size: 24px;
	display: block;
}
/*-----------------------------------------------------------------*/
	/* contents */
div.inner {
	width: 1180px;
	margin: auto;
}
section {
	overflow: hidden;
	padding: 80px 0px;
}
h2.sec_title {
	font-family:"Sawarabi Mincho", serif;
	text-align: center;
	font-size: 32px;
	margin-bottom: 40px;
}
h2.sec_title span {
	display: block;
	font-size: 15px;
}
.d_text {
	text-align: center;
	margin-bottom: 40px;
}
.btn {
	clear: both;
	text-align: center;
	width: 230px;
	margin: auto;
	border: 1px solid #151515;
	position: relative;
	transition: 0.5s;
}
.btn:hover {
	background: #f19149;
	border: 1px solid #f19149;
}
.btn:hover a {
	color: #fff;
}
.btn img {
	position: absolute;
	top: 15px;
	right: -22px;
	transition: 0.3s;
}
.btn:hover img {
	right: -30px;
}
.btn a {
	font-family:"Sawarabi Mincho", serif;
	display: block;
	padding: 10px;
}
.btn.white {
	border: 1px solid #fff;
}
.btn.white:hover {
	border: 1px solid #f19149;
}
.btn.white a {
	color: #fff;
}
#concept h3 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
}
section#concept h3 span {
	font-size: 24px;
	display: block;
}
#movie{
	padding-top: 0
}
#movie .wrap{
	width: 1080px;
	margin: 0 auto;
}
#movie .wrap h2{
	font-family: "Sawarabi Mincho", serif;
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}
#movie .wrap iframe {
	width: 100%;
	height: 610px;
}
#place {
	background: url(../images/map.jpg) no-repeat center;
	background-size: cover;
}
#place .wrap {
	position: relative;
	margin: auto;
	width: 1020px;
}
#place .info_part {
	position: absolute;
	right: 0px;
	top: 40px;
	background: #fff;
	width: 400px;
	padding: 40px;
}
#place p.number {
	font-size: 20px;
	font-family:"Sawarabi Mincho", serif;
}
#place p.title {
	font-size: 24px;
	margin-bottom: 15px;
	font-family:"Sawarabi Mincho", serif;
}
#place ul {
	margin-bottom: 20px;
	font-size: 14px;
}
/*-----------------------------------------------------------------*/
	/* タブ切り替え */
.area {
	display: none;
}
.show {
	display: block!important;
}
ul#guide_list {
	clear: both;
	overflow: hidden;
	margin: 0px auto 50px;
}
ul#guide_list{
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
}
ul#guide_list li {
  width: 24%;
	text-align: center;
	color: #151515;
	cursor: pointer;
	font-size: 15px;
	padding: 10px 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #151515;
	transition: 0.3s;
}
ul#guide_list li.active {
	background: #151515;
	color: #fff;
}
ul#guide_list li.active::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #151515 transparent transparent transparent;
}
ul#guide_list li:hover {
	background: #151515;
	color: #fff;
}
/* タブ切り替えここまで */
/*-----------------------------------------------------------------*/
#place .btn {
	margin-left: 0px;
}
#gallery {
	background: #151515;
	color: #fff;
}
/*-----------------------------------------------------------------*/
	/* 記事排出 */
#article_wrap {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
article {
	width: 1140px;
	position: relative;
	margin: 0px 0px 20px 5px;
	background: #f0f0f0;
	border-radius: 4px;
	transition: 0.3s;
	box-shadow: 0 5px 5px rgba(200,200,200,0.08);
}
article a.wrap {
	display: block;
	width: 100%;
	padding: 15px 25px;
}
article:hover {
	background: #e0e0e0;
}
p.date {
	float: left;
	width: 310px;
}
p.category {
	position: absolute;
	left: 168px;
	top: 10px;
}
p.category span {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  padding: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
  width: 140px;
  text-align: center;
}
#article_part p.category span {
	display: inline-block;
	background: #fff;
	font-size: 14px;
	padding: 5px 0;
	border-radius: 2px;
	transition: 0.3s;
	width: 150px;
}

p.category span a {
	background: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 2px;
	transition: 0.3s;
}
p.category span a:hover {
	background: #f19149;
	color: #fff;
}

article p.title {
	padding-left: 320px;
}
article img {
	position: absolute;
	top: 20px;
	right: -22px;
	transition: 0.3s;
}
article:hover img {
	right: -30px;
}
/* 記事排出ここまで */
/*-----------------------------------------------------------------*/
section.harf {
	width: 50%;
	float: left;
}
#recruit {
	background: url(../images/recruit_bg.jpg) no-repeat center;
	background-size: cover;
}
#contact {
	background: url(../images/contact_bg.jpg) no-repeat center;
	background-size: cover;
}
.white_wrap {
	padding: 50px;
	width: 400px;
	background: rgba(255,255,255,0.85);
	margin: auto;
}
.white_wrap p.text {
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
#contact p.number {
	text-align: center;
	margin-bottom: 40px;
	font-size: 40px;
}
/*-----------------------------------------------------------------*/
	/* footer */
footer {
	width: 100%;
	overflow: hidden;
	background: #151515;
	padding: 40px 0px 0px;
}

#f_logo {
	display: flex;
	overflow: hidden;
	margin: 0 auto 20px;
	width: 220px;
}
#f_logo a{
	color: #fff;
}
#f_logo img {
	width: 53px;
	height: auto;
	margin-right: 10px;
	transition: 0.3s;
}
#f_logo p {
	line-height: 1.2em;
	font-size: 22px;
}
#f_logo p span {
	font-size: 13px;
	display: block;
}
.f_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.f-left{
	width: 750px;
	color: #fff;
}
.f-left a{
	color: #fff;
}

.f-left p{
	font-size:17px;
	font-weight: bold;
}
.f-left p span{
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
}
.f-left p span :hover{
	color: #f19149;
}
.f-right{
	width: 400px;
	color: #fff;
	padding-top: 28px;
}
.f-right a{
	color: #fff;
}
.f-list1{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
.f-list2{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.f-list1 li,.f-list2 li{
	margin-right: -20px;
	width: 176px;
	font-size: 14px;
}
.f-list1 a,.f-list2 a{
	color: #fff;
}
.f-list1 li ::before
,.f-list2 li ::before{
	content: '―';
  margin-right: 5px;
}
.f-list1 a:hover
,.f-list2 a:hover{
	color: #f19149;
}
.f-fb :hover{
	opacity: 0.8;
}
.f-nav{
	display: flex;
}
.f-nav a{
	color: #fff;
} 
.f-nav a:hover{
	color: #f19149;
}
.f-nav li{
	margin-right: 20px;
	font-size: 16px;
}
.f-nav li:last-child{
	margin: 0 0px 0 40px;
}
.f-nav li:hover:last-child{
	border-bottom: none;
}
footer　.hosoku {
	font-size: 13px;
	margin-top: 30px;
}
footer .telnumber {
	font-size: 32px;
	letter-spacing: 5px;
	padding-left: 36px;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 22px auto;
	margin-bottom: 10px;
}
.c-btn{
	display: flex;
}
.c-btn li{
	clear: both;
  border: 1px solid #fff;
  position: relative;
  transition: 0.5s;
	font-size: 14px;
	padding: 13px 30px;
}
.c-btn li:last-child{
	margin-left: 20px;
	padding: 13px 20px;
}
.c-btn li:hover{
	background: #727272;
}
#copy{
	height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
	color: #fff;
	background: #000;
}
.c-position{
	width: 1180px;
	margin: 0 auto -5px;
	display: flex;
	justify-content: space-between;
	height: 30px;
	color: #fff;
	background: #000;
}
#copy .c-nav{
	display: flex;
}
#copy a{
	color: #fff;
}
#copy .c-nav li :first-child{
	margin-right: 20px;
}
#copy a:hover{
	color: #f19149;
}
#group{
	background: #f7f7f7;
	text-align: center;
}
#group img{
	width: auto;
	height: 60px;
	transition: 0.3s;
	margin: 30px 0;
}
#group img:hover{
	opacity: 0.5;
}