#key li.slide1 {
	background-image: url(../img/index/img_slide01.jpg);
}

#key li.slide2 {
	background-image: url(../img/index/img_slide01.jpg);
}

#lead {
  background: url(../img/shared/line_ft.jpg) repeat-x top center, url(../img/index/bg_lead.jpg) no-repeat top right;
  position: relative;
  overflow: hidden;
}

#lead::before {
  background: url(../img/index/bg_lead_01.png) no-repeat bottom left;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 757px;
  height: 478px;
  z-index: 1;
}

#lead .wrap {
  padding-bottom: 110px;
}

#lead .wrap::before {
  background: url(../img/index/bg_lead_01.jpg) repeat-y;
  content: "";
  position: absolute;
  top: 7px;
  left: -145px;
  width: 240px;
  height: 100%;
}

#lead .wrap::after {
  background: url(../img/index/deco_lead_02.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  right: 110px;
  width: 282px;
  height: 331px;
}

#lead h2 {
  padding: 147px 0 30px;
}

#lead h2::before,#lead h1.home_heading_style::before {
  background: #000;
  content: "";
  position: absolute;
  top: 7px;
  left: -60px;  
  width: 1px;
  height: 470px;
}

#lead h2::after,#lead h1.home_heading_style::after {
  background: url(../img/index/deco_lead_01.png) no-repeat;
  content: "";
  position: absolute;
  top: 90px;
  left: -200px;
  width: 90px;
  height: 203px;
}

#lead .txt {
  width: 652px;
  margin-bottom: 55px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 5;
}

#section-enjoy {
  background: url(../img/index/bg_sec_01.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  color: #FFF;
}

#section-enjoy .box {
  padding: 145px 0 135px 500px;
}

#section-enjoy .text {
  padding: 28px 0 55px;
  letter-spacing: 0.05em;
}

#section-enjoy h2,
#section-history h2 {
  color: #FFF;
}

#section-history {
  background: url(../img/index/bg_sec_02.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  color: #FFF;
  text-align: center;
  padding: 75px 0 95px;
}

#section-history h2 {
  background: url(../img/index/icon_title.png) no-repeat top center;
  text-align: center;
  padding-top: 130px;
}

#section-history .text {
  padding: 28px 0 52px;
}

#section-history .btn-common a {
  margin: auto;
}

#section-banner .box {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  padding-top: 7px;
}

#section-banner .box li {
  width: 50%;
  height: 550px;
  position: relative;
  transition: all 0.4s ease;
}

#section-banner .box li.left {
  background: url(../img/index/bg_left.jpg) no-repeat center center;
  background-size: cover;
}

#section-banner .box li.right {
  background: url(../img/index/bg_right.jpg) no-repeat center center;
  background-size: cover;
}

#section-banner .box li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #FFF;
  outline: 2px solid #FFF;
  outline-offset: 3px;
}

#section-banner .box li::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.5);
  transition: all 0.4s ease;
  opacity: 0;
}

#section-banner .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.4s ease;
}

#section-banner .box li .desc {
  width: 85%;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  text-align: center;
  transition: all 0.4s ease;
  z-index: 10;
}

#section-banner .box li:hover::after {
  opacity: 1;
}

#section-banner .box li:hover .desc {
  opacity: 1;  
}

#section-banner .box li:hover::before {
  border: 1px solid rgba(255,255,255,0);
  outline: 2px solid #FFF;
  outline-offset: 3px;
  z-index: 10;
}



#section-banner .box .title {
  font-size: 35px;
  letter-spacing: 0.25em;
  padding: 40px 30px;
  text-align: center;
  box-sizing: border-box;
  width: 450px;
  border-bottom: 1px solid #FFF;
  position: relative;
  transition: all 0.4s ease;
  text-shadow: 2px 3px 3px #555;
}

#section-banner .box li:hover .title {
  opacity: 0;
}

#section-banner .box .title::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  bottom: 4px;
  right: -2px;
  transform: rotate(35deg);
  background: #FFF;
}

#section-blog {
  padding: 110px 0 50px;
}

#section-blog h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 35px;
}

#section-blog h2 span {
  padding: 10px 25px;
}

#feed {
  width: 612px;
  margin: auto;
  /*display: flex;*/
  justify-content: space-between;
  padding-bottom: 55px;
}

#feed .row {
  min-height: 345px;
}

#feed .rss_img {
  margin-bottom: 17px;
}


#feed dd {
  padding: 0 10px;
  letter-spacing: 0.05em;
}

#section-line {
  padding: 110px 0 115px;
  background: url(../img/index/bg_line_deco.jpg) no-repeat top center, url(../img/index/bg_line.jpg) repeat top center;
}

#section-line h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#section-line .line-list {
  display: flex;
  justify-content: space-between;
}

#section-line .line-list dl {
  width: 300px;
  font-size: 18px;
  color: #392817;
  padding: 23px 0 10px;
  letter-spacing: 0.2em;
  font-size: 18px;
}

#section-line .line-list dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

#section-line .line-list dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-line .line-list dl .title {
  text-align: right;
}

#section-line .line-list dl .text {
  margin-right: 55px;
  text-align: center;
  letter-spacing: 0.35em;
  padding-top: 15px;
}

#section-line .line-list dl .is-text {
  margin-left: 35px;
}

#section-line .line-list dl dd img {
  margin: 0 3px;
}

#section-line .line-list dl.calc {
  width: 400px;
  position: relative;
}

#section-line .line-list dl.calc dt {
  text-align: center;
}

#section-line .line-list dl.calc::before {
  font-size: 22px;
  content: "OR";
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  color: #392817;
}

#section-line .line-list dl.calc::after {
  font-size: 22px;
  content: "OR";
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
  color: #392817;
}

div.wrap h1.title-common.home_heading_style {
  padding: 147px 0 30px;
}
.oshirase02{
	width: 700px;
	background:#FFFFFF;
	color: #312119;
	margin: 0 auto;
	padding: 10px 0;
}
.oshirase02 .waku{
	width: 680px;
	border: solid 1px #312119;
	margin: 0 auto;
}
.oshirase02 .waku .tit{
	text-align: center;
	font-size: 23px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
	margin-top: 20px;
	letter-spacing: 1px;
}
.oshirase02 .waku .txtx{
	text-align: center;
	line-height: 24px;
	margin: 15px 0 20px 0;
	font-size: 15px;
}


