@charset "utf-8";

/**
 *
 * TopPage
 *
 */

/*===============================================
●index.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　;
}
.main-banners {
	margin: 50px auto;
}
.main-banners .box-1110 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}
.main-banners .box-1110 img {
	width: 100%;
}
.main-banners .box-1110 a:hover {
	opacity: 0.7;
}
/* main slider */
.main-slider {
	height: 400px;
	background: #a6a071;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(212,210,186,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 29%,rgba(212,210,186,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 29%,rgba(212,210,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d2ba',GradientType=0 );

	border-bottom: 1px solid white;	
	box-shadow: 0px 0px 20px rgba(217,213,193,1);
}

.main-slider h2 {
	font-size: 34px;
	color: #0A8982;
	font-weight: normal;
	padding-top: 50px;
	line-height: 1.25em;
	margin-bottom: 15px;
}
.main-slider .main-slider-2 h2 {

}
.main-slider .main-slider-3 h2 {

}
.main-slider .main-slider-4 h2 {

}
.main-slider .main-slider-5 h2 {

}
.main-slider h3 {
	font-size: 18px;
	color: white;
	font-weight: normal;
	margin-bottom: 25px;
}
.main-slider p {
	color: black;	
	font-size: 16px;
	line-height: 1.87em;
	width: 500px;
}
.main-slider .gallery-top .swiper-slide {
	width: 100%;
	height: 400px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(212,210,186,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 29%,rgba(212,210,186,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 29%,rgba(212,210,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d2ba',GradientType=0 );

}
.main-slider .gallery-top .swiper-slide-inner {
	height: 400px;	
}
.main-slider .gallery-top .main-slider-1 .swiper-slide-inner {
	background: url(/img/top/main-slider-1.png) top right no-repeat;
}
.main-slider .gallery-top .main-slider-2 .swiper-slide-inner {
	background: url(/img/top/main-slider-2.png) top right no-repeat;
}
.main-slider .gallery-top .main-slider-3 .swiper-slide-inner {
	background: url(/img/top/main-slider-3.png) top right no-repeat;
}
.main-slider .gallery-top .main-slider-4 .swiper-slide-inner {
	background: url(/img/top/main-slider-4.png) top right no-repeat;
}
.main-slider .gallery-top .main-slider-5 .swiper-slide-inner {
	background: url(/img/top/main-slider-5.png) top right no-repeat;
}
.main-slider .gallery-top .main-slider-6 .swiper-slide-inner {
	background: url(/img/top/main-slider-6.png) top right no-repeat;
}

.main-slider .gallery-top .main-slider-en .swiper-slide-inner {
	background: url(/img/top/main-slider-en.png) top right no-repeat;
}
.main-slider .gallery-top .swiper-slide-inner > a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.gallery-thumbs {
	width: 570px;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 100;
}
.gallery-thumbs .swiper-wrapper {
	transform: none !important;
}
.gallery-thumbs .swiper-slide {
	width: 74px !important;
	height: 47px !important;
	margin-right: 18px;
	border: 4px solid rgba(255,255,255,0);
	z-index: 100;	
}
.gallery-thumbs .swiper-slide.swiper-slide-active {
	border: 4px solid #0A8982;
}
.gallery-thumbs .swiper-slide:hover {
	cursor: pointer;
}

/*
main banner
*/
.main-banner {
	padding: 30px 0 50px;
}
.main-banner .box-1110 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: nowrap;	
}
.main-banner .box-1110:after {
	content: none;
}
.main-banner .box-1110 div {
	
}
.main-banner-s {

}
.main-banner-s .box-990 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.main-banner-s .box-990:after {
	content: none;
}
.main-banner-s .box-990 div {
	margin-bottom: 20px;
}


/* main-feature */
.main-feature {
	margin-bottom: 10px;
}
.main-feature h2 {
	text-align: center;
	background: url(/img/title-line.png) left center no-repeat, url(/img/title-line.png) right center no-repeat;
	margin: 25px auto 20px;
}
.main-feature h2 span {
	text-align: center;
	display: inline-block;
	font-size: 26px;
	color: #331F10;
	font-weight: normal;
	background: white;
	padding-right: 20px;
	padding-left: 20px;
}
.list-feature {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-feature > li {
	width: 350px;
	margin-bottom: 30px;
}
.list-feature .feature {
	background: #EDE9E2;
	position: relative;
	padding: 16px;
	height: 170px;
	box-sizing: border-box;
}
.list-feature .feature .feature-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.list-feature .feature h3 {
	font-size: 26px;
	color: #000000;
	margin-bottom: 10px;
}
.list-feature .feature .feature-pic {
	text-align: center;
	margin-bottom: 10px;	
}
.list-feature .feature .feature-link:hover {
	background: rgba(255,255,255,0.3);
}
.list-feature .feature p {
	line-height: 1.44em;
	font-size: 14px;
}
.list-feature .feature-content {
	
}
.list-feature .feature-content.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-feature .feature-content ul {
	padding-left: 5px;
}
.list-feature .feature-content.fx ul {
	width: 50%;
	box-sizing: border-box;
}
.list-feature .feature-content ul > li {
	font-size: 14px;
	background: url(/img/bullet-feature.png) left 5px no-repeat;
	padding-left: 20px;
}

/* main news */
.main-news {
	
}
.main-news .box-1110 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.main-news .box-1110 > div {
	width: 540px;
}
.main-news h2 {
	text-align: left;
	color: white;
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 35px;
	margin-bottom: 20px;
}
.main-news .box-1110 > div:nth-child(1) h2 {
	background: #0A8982 url(/img/top/main-news-title-1.png) 10px center no-repeat;
}
.main-news .box-1110 > div:nth-child(2) h2 {
	background: #00A3D9 url(/img/top/main-news-title-2.png) 10px center no-repeat;
}
.main-news .box-1110 > div:nth-child(2) a {
	color: #0085B2;
}

/* main treat */
.main-treat {
	
}
.main-treat h2 {
	margin: 35px auto;
	text-align: center;
	background: url(/img/title-line.gif) left center repeat-x;
}
.main-treat h2 span {
	text-align: center;
	background: white;
	letter-spacing: 20px;
	padding-left: 30px;
	padding-right: 10px;
	display: inline-block;
	font-size: 26px;
	color: #211814;
	font-weight: normal;
}
.list-treat {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 964px;
	margin: 0 auto;	
}
.list-treat > li {
	line-height: 0px;
	margin-bottom: 20px;
}
.list-treat > li a {
	
}


/* main about */
.main-about {
	
}
.main-about h2 {
	clear: both;
	display: block;
	line-height: 1.3em;
	font-size: 24px;
	background: url(/img/bg_h2.png) repeat-x bottom;
	margin-bottom: 6px;
	padding: 7px 0 7px 12px;
	font-weight: normal;
	color: #000;
	border-top: solid #ccc 1px;
	border-left: solid #0A8982 3px;
}
.main-about p {
	font-size: 16px;
	line-height: 1.67em;
	margin-bottom: 25px;
}
.main-about p:last-child {
	text-align: right;
}
.main-about img {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.main-recruit {
	
}
.main-recruit h2 {
	clear: both;
	display: block;
	line-height: 1.3em;
	font-size: 26px;
	margin : 0 0 0.5em 0;
	padding: 0.2em 0 0.5em 0.4em;
	font-weight: normal;
	color: #271C12;
	background: url(/img/bg_h2_2.jpg) no-repeat;
	border-left: solid #483B2F 4px;	
}
.main-recruit p {
	font-size: 16px;
	line-height: 1.67em;
	margin-bottom: 25px;
}
.main-recruit img {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

}
/*===============================================
●index.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　;
}
.main-banners {
	margin: 40px auto;
	padding: 0 15px;
}
.main-banners .box-1110 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
}
.main-banners .box-1110 img {
	width: 100%;
}
.main-banners .box-1110 a:hover {
	opacity: 0.7;
}
/* main slider */
.main-slider {

/*background: rgb(217,213,193);
background: -moz-linear-gradient(top, rgba(217,213,193,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 67%, rgba(217,213,193,1) 100%);
background: -webkit-linear-gradient(top, rgba(217,213,193,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 67%,rgba(217,213,193,1) 100%);
background: linear-gradient(to bottom, rgba(217,213,193,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 67%,rgba(217,213,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d5c1', endColorstr='#d9d5c1',GradientType=0 );
	border-bottom: 1px solid white;	
	box-shadow: 0px 0px 20px rgba(217,213,193,1);*/
}

.main-slider h2 {
	font-size: 20px;
	color: #0A8982;
	font-weight: normal;
	text-shadow: 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white;
	padding-top: 80px;
	padding-left: 15px;
	padding-right 15px;
	line-height: 1.3em;
	margin-bottom: 15px;
	z-index: 11;
	position: relative;	
}

.main-slider h3 {
	z-index: 11;
	position: relative;
	font-size: 18px;
	color: black;
	padding-left: 15px;
	padding-right: 15px;	
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 1.5em;
	text-shadow: 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white;
}
.main-slider .swiper-slide p {
	display: none;
}
.main-slider p {
	font-size: 16px;
	line-height: 1.87em;
	padding: 0 15px;

}
/*
.main-slider .gallery-top .swiper-slide:before {
	content: "";
	width: 100px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: -moz-linear-gradient(left, rgba(228,225,211,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(228,225,211,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(228,225,211,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e1d3', endColorstr='#00ffffff',GradientType=1 );	
}
.main-slider .gallery-top .swiper-slide:after {
	content: "";
	visibility: visible;
	width: 100px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(228,225,211,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(228,225,211,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(228,225,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e4e1d3',GradientType=1 );
}
*/
.main-slider .gallery-top .swiper-slide {
	width: 100%;
	height: 250px;
}
.main-slider .gallery-top .swiper-slide.swiper-slide-active {
	position: relative;
	z-index: 10;
	background: white;
}
.main-slider .gallery-top .swiper-slide-inner {
	height: 250px;
}
.main-slider .gallery-top .main-slider-1 .swiper-slide-inner {
	background: url(/img/top/main-slider-1.png) top right no-repeat;
	background-size: cover;
}
.main-slider .gallery-top .main-slider-2 .swiper-slide-inner {
	background: url(/img/top/main-slider-2.png) top right no-repeat;
	background-size: cover;
}
.main-slider .gallery-top .main-slider-3 .swiper-slide-inner {
	background: url(/img/top/main-slider-3.png) top right no-repeat;
	background-size: cover;
}
.main-slider .gallery-top .main-slider-4 .swiper-slide-inner {
	background: url(/img/top/main-slider-4.png) top right no-repeat;
	background-size: cover;
}
.main-slider .gallery-top .main-slider-5 .swiper-slide-inner {
	background: url(/img/top/main-slider-5.png) top right no-repeat;
	background-size: cover;
}
.main-slider .gallery-top .main-slider-6 .swiper-slide-inner {
	background: url(/img/top/main-slider-6.png) top right no-repeat;
	background-size: cover;
}
.main-slider .gallery-top .main-slider-en .swiper-slide-inner {
	background: url(/img/top/main-slider-en.png) top right no-repeat;
	background-size: cover;
}

.gallery-thumbs {
	padding: 10px 10px;
	z-index: 50;
	margin: 0 10px;
}
.gallery-thumbs .swiper-wrapper {
	transform: none !important;
}
.gallery-thumbs .swiper-slide {
	width: 32px !important;
	height: 20px !important;
	margin: 0 5px;
	border: 2px solid rgba(255,255,255,0);
}
.gallery-thumbs .swiper-slide.swiper-slide-active {
	border: 2px solid #A58A2C;
}
.gallery-thumbs .swiper-slide:hover {
	cursor: pointer;
}
.gallery-thumbs .swiper-wrapper {
	justify-content: center;
}

/*
main banner
*/
.main-banner {
	padding: 15px 15px 15px;
}
.main-banner .box-1110 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.main-banner .box-1110:after {
	content: none;
}
.main-banner .box-1110 div {
	margin-bottom: 10px;
}
.main-banner-s {
	padding: 0px 15px 15px;
}
.main-banner-s .box-990 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.main-banner-s .box-990:after {
	content: none;
}
.main-banner-s .box-990 div {
	margin-bottom: 5px;
	width: 49%;
}

/* main-feature */
.main-feature {
	margin-bottom: 10px;
}
.main-feature h2 {
	text-align: center;
	background: url(/img/title-line.png) left center no-repeat, url(/img/title-line.png) right center no-repeat;
	margin: 25px auto 20px;
}
.main-feature h2 span {
	text-align: center;
	display: inline-block;
	font-size: 20px;
	color: #332010;
	font-weight: normal;
	background: white;
	padding: 0 20px;
}
.list-feature {
	margin: 0 15px;
}
.list-feature > li {

	margin-bottom: 15px;
}
.list-feature .feature {
	background: #EDE9E2;
	position: relative;
	padding: 16px;

	box-sizing: border-box;
}
.list-feature .feature .feature-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.list-feature .feature h3 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
}
.list-feature .feature .feature-pic {
	text-align: center;
	margin-bottom: 10px;	
}
.list-feature .feature .feature-link:hover {
	background: rgba(255,255,255,0.3);
}
.list-feature .feature p {
	line-height: 1.44em;
	font-size: 14px;
}
.list-feature .feature-content {
	
}
.list-feature .feature-content.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-feature .feature-content ul {
	padding-left: 5px;
}
.list-feature .feature-content.fx ul {
	width: 50%;
	box-sizing: border-box;
}
.list-feature .feature-content ul > li {
	font-size: 14px;
	background: url(/img/bullet-feature.png) left 5px no-repeat;
	padding-left: 20px;
}
/* main news */
.main-news {
	
}
.main-news .box-1110 {
	
}
.main-news .box-1110 > div {
	padding: 0 15px;
}
.main-news h2 {
	text-align: left;
	color: white;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 35px;
	margin-bottom: 20px;
}
.main-news .box-1110 > div:nth-child(1) {
	margin-bottom: 30px;
}
.main-news .box-1110 > div:nth-child(1) h2 {
	background: #0A8982 url(/img/top/main-news-title-1.png) 10px center no-repeat;
}
.main-news .box-1110 > div:nth-child(2) h2 {
	background: #00A3D9 url(/img/top/main-news-title-2.png) 10px center no-repeat;
}
.main-news .box-1110 > div:nth-child(2) a {
	color: #0085B2;
}

/* main treat */
.main-treat {
	
}
.main-treat h2 {
	margin: 35px auto 20px;
	text-align: center;
	background: url(/img/title-line.gif) left center repeat-x;
}
.main-treat h2 span {
	text-align: center;
	background: white;
	letter-spacing: 20px;
	padding-left: 30px;
	padding-right: 10px;
	display: inline-block;
	font-size: 20px;
	color: #211814;
	font-weight: normal;
}
.list-treat {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;

	margin: 0 15px;	
}
.list-treat > li {
	width: 49%;
	line-height: 0px;
	margin-bottom: 10px;
}
.list-treat > li a {
	
}


/* main about */
.main-about {
	padding: 0 15px;
}
.main-about h2 {
	clear: both;
	display: block;
	line-height: 1.3em;
	font-size: 20px;
	background: url(/img/bg_h2.png) repeat-x bottom;
	margin-bottom: 10px;
	padding: 7px 0 7px 12px;
	font-weight: normal;
	color: #000;
	border-top: solid #ccc 1px;
	border-left: solid #0A8982 3px;
}

.main-about h3 {
	clear: both;
	display: block;
	height: 24px;
	line-height: 24px;
	text-indent: 25px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	background: url(../img/bg_h3.png) no-repeat left center;
	border-bottom: dotted #B29683 1px;
	}

.main-about p {
	font-size: 16px;
	line-height: 1.67em;
	margin-bottom: 20px;
}
.main-about .alignR {
	float: none;
	display: block;
	margin: 0 auto 15px;
}

.main-recruit {
	padding: 15px;
}
.main-recruit h2 {
	clear: both;
	display: block;
	line-height: 1.3em;
	font-size: 20px;
	margin : 0 0 0.5em 0;
	padding: 0.2em 0 0.5em 0.4em;
	font-weight: normal;
	color: #271C12;
	background: url(/img/bg_h2_2.jpg) no-repeat;
	border-left: solid #483B2F 4px;	
}
.main-recruit p {
	font-size: 16px;
	line-height: 1.67em;
	margin-bottom: 25px;
}
.main-recruit img {
	display: block;
	margin: 20px auto;
}



}