@charset "UTF-8";


#container {
	min-width: 1345px;
}


/* mainimage */
/*------------------------------------------------------------------------------*/
/**
 * 最大幅の指定と中央寄せ
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 858px;
}

/**
 * swiper.js
 */
.swiper-container {
  width: 100%;
  height: 100%;
/*  overflow-x: visible!important;
  overflow-y: hidden!important;*/
  z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/*@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    margin-top: -22px;
  }
}*/

/**
 * mainvisual
 */
.mainvisual {
  /*overflow-x: hidden;*/
}


#mainimage {
	width: 100%;
	background-color: #f5f4ea;
	padding: 20px 0 115px 0;
	position: relative;
	overflow: hidden;
}
#mainimage > div.areaMask {
	width: 100%;
	height: 250px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(../image/common/mainimage_mask01.png) no-repeat bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#mainimage .swiper-slide {
	height: 510px;
}
#mainimage .slide_bg01 {
	background: url(../image/common/slide_bg01.png) no-repeat bottom right;
}
#mainimage .slide_bg02 {
	background: url(../image/common/slide_bg02.png) no-repeat bottom right;
}
#mainimage .frameBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#mainimage .frameBox img {
	width: 100%;
	height: auto;
}
#mainimage .imgBox {
	width: 848px;
	height: 500px;
	overflow: hidden;
}
#mainimage .imgBox img {
	width: 100%;
	height: auto;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
}

#mainimage .swiper-button-prev {
	width: 56px;
	height: 56px;
	left: -22px;
	background-image: none;
}
#mainimage .swiper-button-prev img {
	width: 100%;
	height: auto;
}
#mainimage .swiper-button-next {
	width: 56px;
	height: 56px;
	right: -15px;
	background-image: none;
}
#mainimage .swiper-button-next img {
	width: 100%;
	height: auto;
}





/* section01 */
/*--------------------------------------------------------------------------------*/
#section01 {
	width: 100%;
	margin: 0 0 60px 0;
}
#section01 .sectionMain {
	display: table;
	width: 1024px;
	height: 319px;
	margin: -100px auto 0 auto;
	background: url(../image/section01_bg.png) no-repeat;
	position: relative;
	z-index: 200;
}
#section01 .sectionMain > div.textBox {
	display: table-cell;
	font-size: 1.8em;
	font-weight: bold;
	color: #5B4542;
	line-height: 2;
	text-align: center;
	vertical-align: middle;
}
#section01 .sectionMain > div.textBox p.pc {
	display: block;
}
#section01 .sectionMain > div.textBox p.sp {
	display: none;
}





/* section02 */
/*--------------------------------------------------------------------------------*/
#section02 {
	width: 100%;
	padding: 0 0 20px 0;
}
#section02 .sectionMain {
	width: 1040px;
	background: url(../image/common/section02_main_bg.png) no-repeat center center;
	margin: 0 auto;
}
#section02 .sectionMain:after {
	content: "";
	display: block;
	clear: both;
}
#section02 .sectionMain .sectionBox {
	width: 32%;
	float: left;
	transition: all 0.2s;
	margin: 0 2% 0 0;
}
#section02 .sectionMain .sectionBox:nth-of-type(3n) {
	margin-right: 0;
}
#section02 .sectionMain .sectionBox:nth-of-type(n+4) {
	margin-top: 25px;
}
#section02 .sectionMain .sectionBox:hover {
	opacity: 0.7;
}
#section02 .sectionMain .sectionBox .boxMain {
	position: relative;
	z-index: 50;
}
#section02 .sectionMain .sectionBox .boxMain .titleBox h2 {
	display: table;
	width: 206px;
	height: 52px;
	margin: -40px auto 0 auto;
	position: relative;
	z-index: 100;
}
#section02 .sectionMain .sectionBox .boxMain .titleBox a {
	display: table-cell;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	outline: none;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	background: url(../image/common/title_bg01.png) no-repeat center center;
}
#section02 .sectionMain .sectionBox .imgBox {
	text-align: center;
	position: relative;
	z-index: 10;
}
#section02 .sectionMain .sectionBox .textBox {
	text-align: center;
	margin: -22px 0 0 0;
	position: relative;
	z-index: 0;
}
#section02 .sectionMain .sectionBox .textBox p {
	display: table;
	width: 298px;
	margin: 0 auto;
}
#section02 .sectionMain .sectionBox .textBox p span {
	display: table-cell;
	font-size: 1.5em;
	color: #5A4541;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2.4em 0.5em 1em 0.5em;
}


/* #box01 */
#section02 .sectionMain #box01 .boxMain .imgBox {
	background: url(../image/common/bg_parts01.png) no-repeat bottom right;
}
#section02 .sectionMain #box01 .boxMain .iconBox01 {
	position: absolute;
	bottom: 26px;
	left: -10px;
	z-index: 11;
}
#section02 .sectionMain #box01 .boxMain .iconBox02 {
	position: absolute;
	bottom: -10px;
	left: -10px;
}

/* box02 */
#section02 .sectionMain #box02 .boxMain .imgBox {
	background: url(../image/common/bg_parts02.png) no-repeat bottom right;
}

/* box03 */
#section02 .sectionMain #box03 .boxMain .imgBox {
	background: url(../image/common/bg_parts03.png) no-repeat bottom right;
}
#section02 .sectionMain #box03 .boxMain .iconBox01 {
	position: absolute;
	top: 3px;
	left: -25px;
}

/* box04 */
#section02 .sectionMain #box04 .boxMain .imgBox {
	background: url(../image/common/bg_parts04.png) no-repeat bottom left;
}
#section02 .sectionMain #box04 .boxMain .iconBox01 {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 10;
}

/* box05 */
#section02 .sectionMain #box05 .boxMain .imgBox {
	background: url(../image/common/bg_parts05.png) no-repeat bottom left;
}
#section02 .sectionMain #box05 .boxMain .iconBox01 {
	position: absolute;
	top: -20px;
	right: -42px;
	z-index: 10;
}

/* box06 */
#section02 .sectionMain #box06 .boxMain .imgBox {
	background: url(../image/common/bg_parts06.png) no-repeat bottom left;
}
#section02 .sectionMain #box06 .boxMain .iconBox01 {
	position: absolute;
	top: 34%;
	right: -25px;
	z-index: 11;
}





/* section03 */
/*--------------------------------------------------------------------------------*/
#section03 {
	width: 100%;
	background: url(../image/common/section03_bg.png) repeat-x bottom left;
	padding: 45px 0 70px 0;
}
#section03 .sectionMain {
	width: 1024px;
	min-height: 100px;
	margin: 0 auto;
}
#section03 .sectionMain:after {
	content: "";
	display: block;
	clear: both;
}

#beforeArea {
	width: 528px;
	float: right;
}
#beforeAreaMain {
	background-color: #F4F0E1;
	box-shadow: 0 0 0.5em 0.5em rgba(244,240,226,1);
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 35px 30px 30px 30px;
}
#beforeAreaMain h2 {
	background: url(../image/common/title_border01.png) repeat-x bottom left;
	margin: 0 0 30px 0;
	padding: 0 0 1.5em 0;
	position: relative;
}
#beforeAreaMain h2 span.textBox {
	display: block;
	font-size: 2.4em;
	font-weight: bold;
	color: #5B4542;
}
#beforeAreaMain h2 span.imgBox {
	display: block;
	position: absolute;
	right: -45px;
	bottom: 10px;
}
#beforeAreaMain #beforeTextArea {
	/*padding: 0 0 15px 0;*/
}
#beforeAreaMain #beforeTextArea:after {
	content: "";
	display: block;
	clear: both;
}
#beforeAreaMain #beforeTextArea p {
	font-size: 1.5em;
	color: #5B4542;
	line-height: 1.8;
}
#beforeAreaMain #beforeTextArea img {
	float: right;
}
#beforeAreaMain .btnType01 {
	padding: 10px 0 0 0;
}
#beforeAreaMain .btnType01 a {
	width: 296px;
}

#newsArea {
	width: 440px;
	float: left;
	position: relative;
}
#newsArea .bgParts {
	position: absolute;
	top: -45px;
	left: -45px;
	z-index: 0;
}
#newsAreaMain {
	background-color: #F4F0E1;
	box-shadow: 0 0 0.3em 0.5em rgba(244,240,226,1);
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 35px 30px 30px 30px;
	position: relative;
	z-index: 10;
}
#newsAreaMain h2 {
	background: url(../image/common/title_border01.png) repeat-x bottom left;
	margin: 0 0 30px 0;
	padding: 0 0 2em 0;
	position: relative;
}
#newsAreaMain h2 span.textBox {
	display: block;
	font-size: 2.4em;
	font-weight: bold;
	color: #5B4542;
}
#newsAreaMain h2 span.imgBox {
	display: block;
	position: absolute;
	right: -55px;
	bottom: 8px;
}
#newsAreaMain .top_rss_box {
	/*margin: 0 0 30px 0;*/
}
#newsAreaMain .top_rss_box dl {
	display: table;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 15px 0;
}
#newsAreaMain .top_rss_box dl:nth-of-type(n+2) {
	margin: 15px 0 0 0;
}
#newsAreaMain .top_rss_box dl dt.rss_date {
	display: table-cell;
	width: 23%;
	font-size: 1.6em;
	font-weight: bold;
	color: #5B4542;
	line-height: 1.2;
}
#newsAreaMain .top_rss_box dl dd.rss_title {
	display: table-cell;
}
#newsAreaMain .top_rss_box dl dd.rss_title a {
	font-size: 1.5em;
	color: #5B4542;
	line-height: 1.2;
}
#newsAreaMain .top_rss_box dl dd.rss_title a:hover {
	text-decoration: underline;
}
#newsAreaMain .top_rss_box dl dd.rss_contents {
	display: none;
}
#newsAreaMain .btnType01 {
	padding: 30px 0 0 0;
}
#newsAreaMain .btnType01 a {
	width: 296px;
}





/* section04 */
/*--------------------------------------------------------------------------------*/
#section04 {
	width: 100%;
	background-color: #fff;
}
#section04 .sectionMain {
	width: 1056px;
	margin: 0 auto;
}
#section04 .sectionMain .titleArea {
	text-align: center;
	margin: 0 0 30px 0;
}
#section04 .sectionMain .titleArea h2 {
	display: inline-block;
	width: 38%;
	font-size: 2.4em;
	font-weight: bold;
	color: #5B4542;
	text-align: center;
	background: url(../image/common/title_border01.png) repeat-x bottom left;
	padding: 0 0 0.8em 0;
}
#section04 .sectionMain #blogArea {
	overflow: hidden;
}
#section04 .sectionMain #blogArea:after {
	content: "";
	display: block;
	clear: both;
}
#section04 .sectionMain #blogArea .blogBox {
	width: 320px;
	height: 220px;
	overflow: hidden;
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	margin: 0 16px;
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
}
#section04 .sectionMain #blogArea .blogBox:hover {
	opacity: 0.7;
}
#section04 .sectionMain #blogArea .imgBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#section04 .sectionMain #blogArea .imgBox img {
	width: 110%;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#section04 .sectionMain #blogArea .titleBox {
	display: table;
	width: 100%;
	height: 60px;
	background-color: rgba(253,165,94,0.9);
	padding: 0 1.7em;
	position: absolute;
	bottom: 0;
	left: 0;
}
#section04 .sectionMain #blogArea .titleBox > div {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}
/*#section04 .sectionMain #blogArea .titleBox > div.title {
	background-color: #ccc;
}*/
#section04 .sectionMain #blogArea .titleBox > div.title h3 a {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	outline: none;
}
#section04 .sectionMain #blogArea .titleBox > div.date {
	width: 26%;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
#section04 .sectionMain .btnType01 {
	padding: 30px 0;
}
#section04 .sectionMain .btnType01 a {
	width: 296px;
}
