@charset "utf-8";
/* CSS Document */
/*------------------------------

             All               

------------------------------*/
*{
	box-sizing: border-box;
}
html{
	font-size:62.5%;
}
#contents{
	line-height: 1.6;
	font-family: "游ゴシック","メイリオ",'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', 'Osaka-mono', 'monospace';
	font-size: 1.4rem;
  color: #303030;
}
#contents a{
	display: block;
	text-decoration: none;
	color: #303030;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
.mainInner, .gloNav{
	max-width: 1080px;
	margin: 0 auto;
}
section{
	padding-bottom: 120px;
}
.center{
	text-align: center;
}
/*------------------------------

           Header               

------------------------------*/
.headertext img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
  bottom: 0;
  margin: auto;
	z-index: 1000;
}
.headermap img{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	width: 280px;
}
.headerimg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
  bottom: 0;
	width: 1080px;
	height: 540px;
	margin: 0 auto;
}
.header{
	position: relative;
}
.header ul li img{
	width: 100%;
	min-width: 1920px;
	height: 540px;
}
/*------------------------------

           Nav

------------------------------*/
.nav{
	position: absolute;
	top: 505px;
	left: 0;
	right: 0;
	z-index: 1000;
}
.gloNav{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}
.navbutton {
  position: relative;
  display: inline-block;
	width: 348px;
  padding: 15px;
  border: 1px solid #303030;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.navbutton::after {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
  content: '';
  width: 101%;
  height: 105%;
  background-color: #fdfcf6;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.navbutton:hover {
}
.navbutton:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bnr01{
	margin-top: 80px;
}
/*------------------------------

           Main

------------------------------*/
h2{
	padding: 120px 0 65px;
}
.lede{
	font-size: 1.8rem;
	padding-bottom: 60px;
}
#Wrapper02{
	background-color: #eeecde;
	background-image: url(../img/index_bg01.png);
	color: #392c2c;
}
#Wrapper02 .mainInner>figure{
	margin-bottom: 40px;
}
.button01,
.button02{
	transition: 0.2s ease-in-out;
}
.button01 a,
.button02 a{
	width: 680px;
	margin: 0 auto;
}
.ledeTx{
	line-height: 2.4;
	font-size: 1.6rem;
	margin-bottom: 60px;
}
/*------------------------------

        main:Wrap01

------------------------------*/
.wrap01{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	margin-right: -15px;
}
.box01{
	display: inline-block;
	margin: 0 15px 15px 0;
	position: relative;
}
.box01 a{
	font-size: 0;
}
.photo01{
	width: 350px;
	height: 350px;
	background-color: #3A3A3A;  
	display: inline-block;
}
.photo01 img{
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	opacity: 0.7;
	display: block;
}
.photo01:hover img {
	-webkit-filter: blur(3px);
  filter: blur(3px);
}
.text01{
	width: 300px;
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #ffffff;
	line-height: 1.4;
	pointer-events: none;
	text-shadow: 1px 2px 2px #303030;
}
.textH01{
	font-size: 3.2rem;
	margin-bottom: 30px;
}
.textS01{
	font-size: 1.6rem;
	line-height: 1.7;
}
/*------------------------------

        main:Wrap02

------------------------------*/
.wrap02{
	width: 900px;
	margin: 0 auto 45px;
	padding: 40px 50px;
	background-color: #ffffff;
}
.wrap02>figure{
	margin-right: 50px;
	float: left;
}
.text02 p{
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 25px;
}
.text02 p:last-of-type{
	margin-bottom: 0;
}
/*------------------------------

        main:Wrap03

------------------------------*/
.wrap03{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	margin-right: -13px;
}
.category{
	display: inline-block;
	padding: 1px 8px;
	border: 1px solid #303030;
	color: #303030;
	background-color: #ffffff;
	position: absolute;
	top: -7px;
	left: -5px;
	z-index: 1;
}
.box02{
	position: relative;
	width: 260px;
	margin: 0 13px 33px 0;
	transition: .2s ease-in-out;
}
.box02:hover{
	box-shadow: 3px 3px 8px -2px #555,
  3px 3px 8px rgba(255,255,255,0.8) inset;
}
.box02>a:hover{
	text-decoration: underline;
}
.photo02{
	width: 260px;
	height: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.button03{
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 35px;
	border: 1px solid #303030;
	border-radius: 20px;
	font-size: 1.7rem;
	transition: 0.1s ease-in-out;
}
.textH02{
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: 600;
}
.box02:hover .button03{
	color: #ffffff;
	background-color: #303030;
	text-decoration: none;
	border: 1px solid #303030;
}
.textS02{
	margin-bottom: 35px;
}
.footerLink{
	display: inline-block;
	border: 6px double #303030;
	font-size: 2.5rem;
	font-weight: bold;
}
.footerLink a{
	padding: 20px 20px;
	text-decoration: none;
}
.footerLink a:hover{
	text-decoration: underline;
}