@charset "utf-8";
#toppage {}

#toppage .btn_detail a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100)";
}

#sec01 p.label {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  padding: 5px 10px;
  background: #409dd2;
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
}

.page_ttl {
  padding: 50px 0;
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(107, 89, 49) 1%, rgb(134, 117, 69) 97%);
  background-image: -webkit-linear-gradient( 90deg, rgb(107, 89, 49) 1%, rgb(134, 117, 69) 97%);
  background-image: -ms-linear-gradient( 90deg, rgb(107, 89, 49) 1%, rgb(134, 117, 69) 97%);
}

#sec01 h2 {
  position: relative;
  font-size: 3.5rem;
}

#sec01 .outer {
  margin-bottom: 50px;
  border-radius: 5px;
  overflow: hidden;
  padding: 25px 0;
  background-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}

#sec01 .outer .ttl {
  position: relative;
  color: #3e392f;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-bottom: 6px;
  background-image: url(../common_img/sec_ttl_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
	text-align: center;
}

#sec01 .outer .ttl::before {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#sec01 .outer ul {
  padding: 20px;
  background: #fff;
  border: 1px solid #6B5931;
}
.nakano #sec01 .outer ul {
  padding: 20px 100px;
}
.tama #sec01 .outer ul {
  padding: 20px 60px;
}
#sec01 .outer ul li {
  position: relative;
  padding-left: 15px;
  font-size: 1.8rem;
  width: 33%;
}

#sec01 .outer ul li:nth-child(n + 4) {
  margin-top: 15px;
}
#sec01 .outer ul li::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fec72e;
  border-radius: 50%;
}

#sec01 .slider {
  width: 750px;
  height: 540px;
	position: relative;
	background-color: #D4CCB2;
	text-align: center;
}
#sec01 .slick-slide{
  position: relative;
  width: 750px;
  height: 540px;
  text-align: center;
}
#sec01 .slick-slide img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#sec01 .slider .slick-slide p{
  display: block;
}
#sec01 .slider .slick-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 50px;
}
/*
#sec01 .wrap .mainphoto {
  width: 760px;
	height: 540px !important;
	overflow: hidden;
}
#sec01 .wrap .mainphoto_entry {
	position: relative;
	width: 100%;
  height: 540px;
	overflow: hidden;
	background-color: #D4CCB2;
	overflow: hidden;
	text-align: center;
}
#sec01 .wrap .mainphoto img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 100%;
}

#sec01 .wrap .mainphoto p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 50px;
}*/
#sec01 .wrap .thumb {
  overflow: hidden;
	width: 240px;
	height: 540px;
}

#sec01 .wrap .thumb li {
	position: relative;
	width: 100%;
	height: 130px;
	overflow: hidden;
  margin-bottom: 7px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.tama #sec01 .wrap .thumb li,
.nakano #sec01 .wrap .thumb li  {
	height: 130px;
}
#sec01 .wrap .thumb li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}
#sec01 .wrap .thumb li img{
}
/*#sec01 .wrap li img {
  cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/
#sec01 .wrap .thumb li p {
	display: none;
}
.sec_ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 6px;
  background-image: url(../common_img/sec_ttl_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.sec_ttl h3 {
  color: #3e392f;
	padding-left: 10px;
  font-size: 2.4rem;
}

#sec02 {
  padding: 100px 0;
}

#sec02 .bloc .col {
}

#sec02 .bloc {
  margin-top: 30px;
}

#sec03 {
  padding: 30px 0 60px;
	background: #fcfbf4;
}

#sec03 .bloc {
  margin-top: 30px;
}

#sec03 .bloc .col {
  width: 48%;
}

#sec03 .bloc .col p {
  margin-bottom: 10px;
}

#sec03 .bloc .col ul {
  margin-bottom: 10px;
}
#sec03 .bloc .col ul li{
	margin-left: 1em;
	text-indent: -1em;
}
#sec03 .ttl {
  font-weight: bold;
}
#sec03 .tel {
  position: relative;
	font-size: 2.4rem;
  color: #6b5931;
  padding-left: 30px;
  line-height: 1;
}
#sec03 .tel::before {
  position: absolute;
  content: '';
  display: block;
  top:60%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/ico_tel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#sec03 .btn {
	margin-top: 30px;
}
#sec03 .btn a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #6b5931;
  background-image: -moz-linear-gradient(90deg, rgba(247, 242, 195, 0.23) 0%, rgba(188, 173, 108, 0.23) 50%, rgba(208, 196, 159, 0.23) 51%, rgba(242, 239, 228, 0.23) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(247, 242, 195, 0.23) 0%, rgba(188, 173, 108, 0.23) 50%, rgba(208, 196, 159, 0.23) 51%, rgba(242, 239, 228, 0.23) 100%);
  background-image: -o-linear-gradient(90deg, rgba(247, 242, 195, 0.23) 0%, rgba(188, 173, 108, 0.23) 50%, rgba(208, 196, 159, 0.23) 51%, rgba(242, 239, 228, 0.23) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(247, 242, 195, 0.23) 0%, rgba(188, 173, 108, 0.23) 50%, rgba(208, 196, 159, 0.23) 51%, rgba(242, 239, 228, 0.23) 100%);
  background-image: linear-gradient(0deg, rgba(247, 242, 195, 0.23) 0%, rgba(188, 173, 108, 0.23) 50%, rgba(208, 196, 159, 0.23) 51%, rgba(242, 239, 228, 0.23) 100%);
  box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.12);
  width: 280px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 1.8rem;
}
@media screen and (max-width: 736px) {
	.page_ttl {
		padding: 3.13vw;
	}
	#sec01 p.label {
		padding: 2px 5px;
	}
	#sec01 h2 {
		font-size: 7.5vw;
	}
	#sec01 .outer {
		margin-bottom: 0;
		padding: 7.82vw 3.13vw;
	}
	#sec01 .outer .ttl {
		font-size: 5vw;
		margin-bottom: 4.69vw;
	}
	#sec01 .outer ul {
		padding: 4.69vw;
	}
	#sec01 .wrap {
		margin: 0 ;
		padding-bottom: 9.38vw;
	}
  #sec01 .slider,
  #sec01 .slick-slide {
    width: 100%;
    height: 62.75vw;
  }
  #sec01 .wrap .thumb {
    display: none;
  }
  #sec01 .slider .slick-slide p {
    line-height: 24px;
    font-size: 1.4rem;
  }
	/*#sec01 .wrap .mainphoto {
		display: none;
	}
	#sec01 .wrap .thumb {
		overflow: visible;
		width: 100%;
		height: 76.25vw;
	}
	#sec01 .wrap .thumb li,
	.tama #sec01 .wrap .thumb li,
	.nakano #sec01 .wrap .thumb li{
		height: 76.25vw;
		padding-bottom: 1em;
	}
	#sec01 .wrap .thumb li a {
		pointer-events: none;
	}
	#sec01 .wrap .thumb li p {
		position: absolute;
		bottom: 0;
		z-index: 2;
		text-align: center;
		width: 100%;
		display: block;
		background-color: rgba(0,0,0,0.75);
		color: #fff;
	}*/
	.sec_ttl {
		background-position: left bottom;
		background-size: auto;
	}
  #sec01 .outer ul li {
    width: 100%;
  }
  #sec01 .outer ul li:nth-child(n + 4) {
    margin-top: auto;
  }
	#sec02 {
		padding: 9.38vw 3.13vw;
	}
	#sec02 .bloc .col {
		width: 100%;
	}
	#sec02 .bloc .col + .col {
		margin-top: 4.69vw;
	}
	#sec03 {
		padding: 4.69vw 3.13vw;
  }
  #sec03 .btn a {
    width: 100%;
  }
	#sec03 .bloc {
		margin: 0;
	}
	#sec03 .bloc .col {
		width: 100%;
	}
	#sec04 {
		padding: 3.13vw;
	}
}

.btn_tocamera {
    font-size: 24px;
    padding: 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #00BCD4;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(255, 255, 255, 0.3);
    border: solid 2px #0f9ada;
    width: 460px;
    margin: 50px auto 0;
    text-align: center;
}

.btn_tocamera:hover {
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
