@charset "UTF-8";

/*-----------------------------------

	index.css

-----------------------------------*/

.more_btn {
	width: 70px;
	font-size: 13px;
	line-height: 20px;
	margin: 15px 0 0 55px;
	padding: 0 20px 0 12px;
	color: #fff !important;
	display: block;
	background-image: url(../img/index/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 87% center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.bg_brown {
	background-color: #6c5752;
}
.bg_light_blue {
	background-color: #7cc9cb;
	position: relative;
	z-index: 10;
}

/* =====================
  header
===================== */

#top_bg_img {
	height: 150px;
	margin-top: 20px;
	background: url(../img/index/top_bg_img.png) no-repeat;
	background-position: center top;
}
#index #contents {
	background: #efeddf;
	padding-top: 30px;
	overflow-x: hidden;
}

/* =====================
  main_slide
===================== */

#main_slide{
	position: relative;
	opacity: 0;
}
#main_slide .bx-wrapper{
	position: relative;
	z-index: 1;
}
#main_slide .bx-viewport{
	z-index: 1;
}
#main_slide .bx-controls{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#main_slide .bx-pager-item{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
#main_slide .bx-pager-link{
	display: block;
	color: transparent;
	background: #ffffff;
	line-height: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#main_slide .bx-pager-link.active{
  background: #efeddf;
}
.main_slide_object{
	position: absolute;
	z-index: 2;
}
.main_slide_object:nth-of-type(1){
	bottom: -5%;
	left: 16%;
	width: 92px;
}
.main_slide_object:nth-of-type(2){
	bottom: -5%;
	left: 3%;
	width: 110px;
}
.main_slide_object:nth-of-type(3){
	bottom: -5%;
	left: 30%;
	width: 76px;
}
.main_slide_object:nth-of-type(4){
	bottom: -5%;
	right: 30%;
	width: 76px;
}
.main_slide_object:nth-of-type(5){
	bottom: -5%;
	right: 15%;
	width: 99px;
}
.main_slide_object:nth-of-type(6){
	bottom: -5%;
	right: 2%;
	width: 85px;
}
.main_slide_item{
	background-size: cover;
	background-position: left center;
}
.main_slide_item img{
	width: 100%;
	height: auto;
	min-height: 300px;
	opacity: 0;
}

/* =====================
  main_image
===================== */

#main_img {
	width: 100%;
	height: 602px;
	background: url(../img/index/main_img_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
#main_img h1 {
	display: block;
	width: 495px;
	position: absolute;
	top: 145px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* =====================
  gnav
===================== */


#gnav {
	padding-top: 20px;
	background: #efeddf;
}


/* =====================
  news_block
===================== */

#news_block {
	padding-bottom: 20px;
	background: url(../img/index/news_bg.png) #fff no-repeat;
	background-position: 172px 42px;
}
#news_block h2 {
	margin: 50px 0 0 40px;
}
#news_block ul,
#news_block p.left {
	width: 685px;
	margin: 20px 0 0 135px;
}
#news_block ul li {
	padding: 15px 0 15px 20px;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
}
#news_block ul li:last-child {
	border-bottom: none;
}
#news_block ul li span {
	float: left;
	margin-right: 15px;
}
#news_block ul li a {
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #444;
	text-decoration: underline !important;
}
#news_block ul li a p {
	/* width: 390px; */
	margin-right: 15px;
	/* float: left; */
}
#news_block ul li a em {
	display: inline-block;
	font-weight: bold;
	font-style: inherit;
	margin-bottom: .5em;
}
#news_block ul li a img {
	width: 180px;
	float: right;
}

/* =====================
  gallery_block
===================== */

#gallery_block {
	margin-top: 35px;
}
#gallery_block .m_center {
	width: 1050px !important;
	position: relative;
}
#gallery_block h2 img {
	display: block;
	margin: 0 auto;
}
#gallery_block .more_btn {
	margin: 0 auto;
}
#slide_wrapper {
    overflow:hidden;
    position:relative;
    width:100%;
    margin-top: 28px;
}
#slide_wrapper .slide_box {
	position:relative;
}
#slide_wrapper .bx-wrapper {
	margin:0 auto;
	position:relative;
}
#gallery_block .gallery_bg {
	position: absolute;
	top: 65px;
	right: -60px;
	margin: 0 auto;
}

#gallery_block .gallery_text {
	text-align: center;
	margin: .6em 0 0;
}

/* オプション - コントローラー */
#slide_wrapper .bx-wrapper .bx-prev {
	left: -50px;
	position: absolute;
	background:url(../img/index/slide_L.png) no-repeat left center;
	z-index: 10 !important;
}

#slide_wrapper .bx-wrapper .bx-next {
	right: -50px;
	position: absolute;
	background:url(../img/index/slide_R.png) no-repeat right center;
	z-index: 10 !important;
}

#slide_wrapper .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 100px;
	outline: 0;
	width: 39px;
	height: 36px;
	text-indent: -9999px;
	z-index: 1;
}

/* オプションスライド 内容 */

.slide_box {
	padding: 0 30px;
}
.slide_box li a {
	width: 100%;
	display: block;
	text-decoration: none;
}
.slide_box .gallery_img {
	width: 220px;
	height: 157px;
	display: table-cell;
	vertical-align: middle;
}
.slide_box .gallery_img img {
	margin: 0 auto;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}	
.slide_box .text_box {
	width: 220px;
	height: 110px;
	padding: 10px;
	position: relative;
	background: #fff;
	border-top: 3px solid;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.slide_box .brd_pink {
	border-color: #f19f98;
}
.slide_box .brd_green {
	border-color: #cad800;
}
.slide_box .brd_orange {
	border-color: #facf78;
}
.slide_box .brd_blue {
	border-color: #7cc9cb;
}

/* =====================
  welcome_block
===================== */

#welcome_block {
	height: 620px;
	margin-top: 130px;
	background: url(../img/index/welcome_bg.png) #eae5c4;
	background-repeat: no-repeat;
	background-position: center 40px;
}
#welcome_block h2 {
	display: inline-block;
	margin-top: -49px;
}
#welcome_block h2 img {
	display: block;
	margin: 0 auto;
}
#welcome_block .welcome_text {
	margin-top: 35px;
}
#welcome_block .welcome_text img {
	display: block;
	margin: 0 auto;
}
#welcome_block .more_btn_area {
	margin: 60px 0 -115px;
	padding: 0 220px;
}
#welcome_block .more_btn_area div {
	margin-right: 120px;
	position: relative;
	z-index: 10;
}
#welcome_block .more_btn_area div:last-child {
	margin-right: 0;
}
#welcome_block .btn_area {
	position: relative;
}
#welcome_block .btn_area a {
	position: absolute;
}
#welcome_block .btn_area div {
	position: absolute;
}
#welcome_block .btn_01 {
	left: 0;
	top: 0;
}
#welcome_block .btn_02 {
	left: 80px;
	top: 120px;
}
#welcome_block .btn_02 {
	left: 105px;
	top: 140px;
}
#welcome_block .btn_03 {
	left: 260px;
	top: 95px;
}
#welcome_block .btn_04 {
	right: 260px;
	top: 95px;
}
#welcome_block .btn_05 {
	right: 105px;
	top: 140px;
}
#welcome_block .btn_06 {
	right: 0;
	top: 0;
}
#welcome_block .welcome_img_01 {
	left: 20px;
	top: -65px;
}
#welcome_block .welcome_img_02 {
	left: 25px;
	top: 215px;
}
#welcome_block .welcome_img_03 {
	left: 390px;
	top: 210px;
}
#welcome_block .welcome_img_04 {
	right: 430px;
	top: 115px;
}
#welcome_block .welcome_img_05 {
	right: 243px;
	top: 235px;
}
#welcome_block .welcome_img_06 {
	right: 20px;
	top: -100px;
}

/* =====================
  link_block
===================== */

#link_block {
	background: #fff;
	padding: 50px 0;
}
#link_block li {
	float: left;
	margin-right: 20px;
}
#link_block li:last-child {
	margin-right: 0;
}

/* =====================
  appearance_img
===================== */

#appearance_img {
	height: 350px;
	background: url(../img/index/appearance_img.jpg);
	background-position: center;
}

/*-----------------------------------

	tablet

-----------------------------------*/

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

/* =====================
  main_image
===================== */

#main_img {
	width: 100%;
	height: 240px;
	background: url(../img/index/main_img_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
#main_img h1 {
	display: block;
	width: 63%;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#main_img h1 .pc_mode {
	display: block !important;
	max-width: 45%;
	margin: 0 auto;
}
#main_img h1 .sp_mode {
	display: none !important;
}

/* =====================
  a
===================== */
	.more_btn {
		width: 83px;
		padding: 4px 0 4px 20px;
	}
	#index #contents {
		padding-top: 15px;
	}
	#top_bg_img {
		background-size: 800px;
		background-position-y: bottom;
		margin-top: -75px;
	}

/* =====================
  main_slide
===================== */
	.main_slide_object:nth-of-type(1){
		width: 46px;
	}
	.main_slide_object:nth-of-type(2){
		width: 55px;
	}
	.main_slide_object:nth-of-type(3){
		width: 38px;
	}
	.main_slide_object:nth-of-type(4){
		width: 38px;
	}
	.main_slide_object:nth-of-type(5){
		width: 48px;
	}
	.main_slide_object:nth-of-type(6){
		width: 44px;
	}
	.main_slide_item{
		background-position: center;
	}
	.main_slide_item.slide01{
		background-position: 40% center;
	}
	.main_slide_item.slide02{
		background-position: 40% center;
	}

/* =====================
  news_block
===================== */

	#news_block {
		background-image: none;
	}
	#news_block h2 {
		margin: 15px 0 0 5px;
		padding: 5px 10px;
	}
	#news_block div.left {
		float: none !important;
		overflow: hidden;
	}
	#news_block div.left h2 {
		float: left;
	}
	#news_block div.left a {
		float: right;
		margin-right: 15px;
	}
	#news_block ul,
	#news_block p.left {
		width: 100%;
		margin: 15px 0 0 0;
		padding: 0 15px;
		float: none !important;
	}
	#news_block ul li {
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#news_block ul li span {
		display: block;
		width: 100%;
		margin-right: 2%;
	}
	#news_block ul li a {
		width: 100%;
		font-size: 13px;
	}
	#news_block ul li a p {
		/* width: 60%; */
		margin-right: 5%;
		line-height: 140%;
	}
	#news_block ul li a img {
		width: 35%;
	}

/* =====================
  gallery_block
===================== */

	#gallery_block {
		margin-top: 20px;
	}
	#gallery_block .m_center {
		width: 100% !important;
	}
	#gallery_block .gallery_bg {
		display: none;
	}
	#gallery_block h2 img {
		max-width: 100%;
	}
	.slide_box .gallery_img {
		width: 48%;
		height: 157px;
		display: table-cell;
		vertical-align: middle;
	}
	.slide_box .gallery_img img {
		display: block;
		width: 100%;
	}	
	.slide_box .text_box {
		width: 100%;
	}
	#slide_wrapper .bx-wrapper .bx-prev {
		left: 5px;
	}
	#slide_wrapper .bx-wrapper .bx-next {
		right: 5px;
	}

/* =====================
  welcome_block
===================== */
	#welcome_block {
		height: auto;
		margin-top: 30px;
		padding-bottom: 30px;
		background: url(../img/index/sp/welcome_bg.png) #dbd6b9;
		background-size: cover;
		background-position: center -30px;
	}
	#welcome_block .welcome_text {
		margin-top: 20px;
	}
	#welcome_block .m_center {
		width: 100%;
	}
	#welcome_block h2 {
		width: 100%;
		height: 49px;
		margin-top: 0;
		background: url(../img/index/sp/welcome_head_bg.png);
	}
	#welcome_block h2 img {
		max-width: 100%;
		margin-top: 14px;
		vertical-align: middle;
	}
	#welcome_block .left {
		float: none !important;
	}
	#welcome_block .left:nth-child(2) {
		margin-top: 20px;
	}
	#welcome_block .left .welcome_btn {
		display: block;
		width: 220px;
		margin: 0 auto;
	}
	#welcome_block .more_btn_area {
		margin: 35px 0 0;
		padding: 0;
	}
	#welcome_block .more_btn_area div {
		margin-right: auto;
	}
	#welcome_block .more_btn_area div ul {
		margin-top: 20px;
		padding: 0 2%;
	}
	#welcome_block .more_btn_area div li {
		float: left;
		width: 33.334%;
	}
	#welcome_block .more_btn_area div li img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	#welcome_block .more_btn_area div li:nth-child(2) {
		margin-top: 70px;
	}

/* =====================
  link_block
===================== */

	#link_block {
		padding: 20px 0;
	}
	#link_block li {
		max-width: 31.66%;
		margin: 0 1% 0;
	}
	#link_block li:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}
	#link_block li img {
		max-width: 100%;
	}

/* =====================
  map_custmomize
===================== */

	#map_custmomize {
		width: 100%;
		height: 250px;
	}

/* =====================
  loop_slide
===================== */

	#appearance_img {
		width: 100%;
		height: 153px;
		background: url(../img/index/sp/appearance_img.jpg) no-repeat bottom;
	}

}

@media screen and (max-width: 640px) {
/* =====================
  main_slide
===================== */
	.main_slide_object:nth-of-type(1){
		width: 38px;
	}
	.main_slide_object:nth-of-type(2){
		width: 45px;
	}
	.main_slide_object:nth-of-type(3){
		width: 38px;
		left: 26%;
	}
	.main_slide_object:nth-of-type(4){
		right: 25%;
	}
	.main_slide_object:nth-of-type(5){
		right: 12%;
	}

	#main_img h1 .pc_mode {
		display: none !important;
	}
	#main_img h1 .sp_mode {
		display: block !important;
	}
	#main_img {
		height: 215px;
		background: url(../img/index/sp/main_img_bg.png) no-repeat;
		background-position: center;
	}
	#main_img h1 {
		width: 100%;
		margin: 0 auto;
		top: 10px;
	}
	#main_img h1 img {
		display: block;
		margin: 0 auto;
	}
	#top_bg_img {
		margin-top: 10px;
	}
	#link_block li {
		max-width: 320px;
		margin: 0 auto 15px;
		float: none !important;
	}
	#link_block li:last-child {
		margin-right: auto;
	}
	#welcome_block {
		background-position: center 20px;
	}

}