/*===== ■ layout / common parts =====*/

#wrapper{
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../content/img/bg_main.jpg) no-repeat center top;
  background-size: 100% auto;
  min-height: 800px;
  text-align: left;
  overflow: hidden;
}

.section-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.display-pc {
  display: block !important;
}

.display-sp {
  display: none !important;
}

.col-2 {
  width: 100%;
  display: table;
}

.col-2 > div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.fade {
  opacity: 0;
}

.fadetop {
  opacity: 0;
  top: 30px;
}

area {
  border: none;
  outline: none;
}




/*===== ■ header =====*/

header {
  width: 100%;
  position: absolute;
  background: rgba(255,255,255,.85);
  padding: 10px 0;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

h1 {
  width: 243px;
  padding-right: 15px;
}

h1 img {
  width: 100%;
}

header ul {
  width: 100%;
}

header ul li {
  float: left;
}

nav ul li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  padding: 5px 20px;
}

nav ul li em {
  display: block;
  color: #8E7E43;
  font-size: 10px;
  margin-top: 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.local-nav ul li:not(:last-child) {
  margin-right: 10px;
}

header .section-inner > div:nth-child(3) {
	width: 150px;
}



/* ナビ固定 */


/* ナビ固定 */
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.9);
  box-shadow: 0px 5px 4px -4px rgba(0,0,0,.2);
  z-index: 101;
  opacity: 1;
}

.headHeight {
	padding-top: 0;
}

@media screen and (min-width:768px) {
	.fixed {
		animation: fade-in .6s ease .1s alternate forwards;
		  position: fixed;
		  left: 0;
		  top: 0;
		  background: rgba(255,255,255,.9);
		  box-shadow: 0px 5px 4px -4px rgba(0,0,0,.2);
		  z-index: 101;
		  opacity: 0;
	}
	@keyframes fade-in {
	  0%{
		opacity: 0;
		top: -50px;
	  }
	  100%{
		opacity: 1;
		top: 0;
	  }
	}
}



@media screen and (max-width:768px) {
	.headHeight {
		padding-top: 55px;
	}
}

/*
@keyframes fade-in {
  0%{
	opacity: 0;
	top: -50px;
  }
  100%{
	opacity: 1;
	top: 0;
  }
}
*/




/*===== ■ contents =====*/

#kv {
  margin-top: 120px;
  position: relative;
}

#kv img {
  display: block;
  position: relative;
  z-index: 10;
  width: auto;
  margin: 20px auto 0;
}

#contents {
  padding: 36px 0 60px;
}

.sec {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 40px 10px;
}

.ttl-h2 {
  display: inline-block;
  position: relative;
  font-size: 42px;
  color: #5E4031;
  line-height: 1.4;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 0 auto 15px;
  text-align: center;
}

.ttl-h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 40px;
    -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  background-color: #000;
}

.ttl-h2 strong {
  display: block;
  color: #A51F37;
  font-size: 21px;
  margin-top: 20px;
}

#contents section {
  background: url(../content/img/bg_corner_lt.png) no-repeat left top ,url(../content/img/bg_corner_rt.png) no-repeat right top ,url(../content/img/bg_corner_lb.png) no-repeat left bottom ,url(../content/img/bg_corner_rb.png) no-repeat right bottom;
  background-size: 50px 50px;
  width: 100%;
  padding: 15px;
  margin-bottom: 40px;
}

#contents section p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}




/*===== ■ CONCEPT =====*/

#concept {
  background: #F4F3F0;
}

.slide-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.slide-area {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.slide-area li img {
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 31px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 2;
}

.slick-prev {
  background: url(../content/img/arrow_prev.png) no-repeat left top;
  background-size: 31px 50px;
  left: 4.08%;
}

.slick-next {
  background: url(../content/img/arrow_next.png) no-repeat left top;
  background-size: 31px 50px;
  right: 4.08%;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}




/*===== ■ TYPE =====*/

#type ul {
  width: 100%;
  margin-bottom: -4.0816%;
}

#type ul li {
  float: left;
  width: 47.959%;
  margin-bottom: 4.0816%;
  margin-right: 4.0816%;
}

#type ul li:nth-child(2n) {
  margin-right: 0;
}

#type ul li img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

#type ul li dl dt,
#type ul li dl dd {
  line-height: 1.5;
  text-align: center;
}

#type ul li dl dt {
  color: #796410;
  font-size: 18px;
  margin-bottom: 10px;
}

#type ul li dl dd span {
  display: block;
  font-size: 12px;
}




/*===== ■ PLAN =====*/

#plan {
  background: #F5F3EF;
}

table {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  margin-bottom: 40px;
}

table th {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #EDEDED;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 1.4;
}

table td {
  font-size: 15px;
  background: #fff;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 1.4;
}




/*===== ■ ACCESS =====*/

#access .ttl-h2 {
  margin-bottom: 0;
}

#access .ttl-h2::after {
  display: none;
}

#contents #access section {
  padding: 50px 10px;
}

.gmap {
  width: 81.63%;
  margin: 0 auto 40px;
}

.gmap .gmap-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.gmap .gmap-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}




/*===== ■ footer =====*/

footer {
  width: 100%;
  padding: 0;
  background: #F4F0EB;
}

footer .attention {
  margin-bottom: 40px;
}

footer .attention > p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .attention p span {
  color: #F00;
}

footer .attention dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .attention dd p a {
  color: #076baf !important;
  text-decoration: underline !important;
}

footer .attention dd p a:hover {
  color: #a62037 !important;
}

#footer-nav {
  background: url(../common_img/bg-green.jpg) repeat center;
  padding: 30px 10px;
}

#footer-nav .menu-pc {
  display: table;
  width: auto;
  margin: 0 auto 40px;
}

#footer-nav .menu-pc li {
  display: table-cell;
  vertical-align: middle;
}

#footer-nav .menu-pc li a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 0 15px;
  border-right: 1px solid #fff;
}

#footer-nav .menu-pc li:first-child a,
#footer-nav .menu-pc li:last-child a {
  border-right: none;
}

#footer-nav #copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 1.56%;
  right: 1.56%;
  z-index: 1000;
}

#pagetop a {
  display: block;
}

#pagetop a img {
  width: 60px;
  height: auto;
}





@media screen and (max-width:1199px) {


/*===== ■ layout / common parts =====*/

#wrapper{
  background-size: 100% 800px;
}

}





@media screen and (max-width:979px) {

/*===== ■ header =====*/

header {
  padding: 10px;
}

header .col-2 > div:nth-child(2) {
  display: none;
}

header .display-pc {
  display: none !important;
}

header .display-sp {
  display: block !important;
}

header .section-inner > div:last-child {
  width: 50%;
}

header .section-inner > div:last-child ul li {
  width: 47.945%;
}

.local-nav ul li:not(:last-child) {
  margin-right: 4.1095%;
}

header .section-inner > div:last-child img {
  width: 100%;
}




/*===== ■ contents =====*/

#kv img {
  width: 96.73%;
}




/*===== ■ footer =====*/

footer .attention > p,
footer .attention > dl {
  padding: 0 10px;
}


}





@media screen and (max-width:768px) {
	
/*===== ■ layout / common parts =====*/

#wrapper{
  background: none;
  min-height: 100%;
}



/* トグル */

.toggle {
  cursor: pointer;
  position: relative;
}

.toggle-contents {
  display: none;
}




/*===== ■ header =====*/

header {
  position: relative;
  background: rgba(255,255,255,1);
}




/*===== ■ contents =====*/

#kv .display-pc {
  display: none !important;
}

#kv .display-sp {
  display: block !important;
}

#kv {
  margin-top: 0;
}

#kv img {
  width: 100%;
  margin: 0 auto;
}

#contents {
  padding: 0;
}




/*===== ■ CONCEPT =====*/

.slide-area li img {
  width: 68.493%;
}

.slick-prev {
  left: 2.7397%;
}

.slick-next {
  right: 2.7397%;
}




/*===== ■ TYPE =====*/

#type ul li {
  float: none;
  width: 100%;
  margin-right: 0;
}




/*===== ■ ACCESS =====*/

.gmap {
  width: 100%;
}




/*===== ■ footer =====*/

footer {
  padding: 20px 0 0;
}

footer .attention {
  margin-bottom: 10px;
}

footer .attention > p {
  text-align: center;
}

footer .attention dl {
  padding: 0;
  background: #f3efcf;
}

footer .attention dl dt,
footer .attention dl dd {
  padding: 0 10px;
}

footer .attention dl dt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url(../common_img/icon_arrow_down.png) no-repeat 98% center;
  background-size: 39px auto;
  margin-bottom: 0;
}

footer .attention dl dt.toggle-active {
  background: url(../common_img/icon_arrow_down_close.png) no-repeat 98% center;
  background-size: 39px auto;
}

footer .attention dl dd {
  background: #FCF9ED;
  padding: 15px 10px;
}

#footer-nav {
  padding: 10px;
}

#footer-nav .display-sp {
  display: block !important;
}

#footer-nav .display-sp a {
  color: #0065A3;
}

#footer-nav .menu-pc {
  display: none;
}

.featured {
  width: 100%;
  margin-bottom: 10px;
}

.featured li {
  background: #fff;
  padding: 2px;
  margin-bottom: 1px;
}

.featured li a {
  display: block;
  border-left: 4px solid #A1CBA7;
  background: url(../common_img/bg_pc.png) no-repeat 98% center;
  background-size: 32px auto;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
}

.featured li a img {
  display: inline-block;
  width: 35px;
  height: auto;
  margin: 0 10px 0 5px;
  vertical-align: middle;
}

.featured li:first-child a {
  background: url(../common_img/bg_sp.png) no-repeat 98% center;
  background-size: 32px auto;
}

.regular {
  width: 100%;
}

.regular li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #ccc;
}

.regular li:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.regular li a {
  display: block;
  font-size: 16px;
  background: #fff url(../common_img/bg_pc.png) no-repeat 98% center;
  background-size: 32px auto;
  padding: 18px 10px;
  box-shadow: 0px 6px 6px rgba(0,0,0,.1);
}

#pagetop-sp {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
}

#pagetop-sp a {
  display: block;
  padding: 18px 10px;
}

#pagetop-sp a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

#pagetop {
  display: none !important;
}

}





@media screen and (max-width:600px) {
	
/*===== ■ header =====*/

h1 {
  width: 213px;
}




/*===== ■ contents =====*/

.ttl-h2 {
  font-size: 38px;
}

.ttl-h2 strong {
  font-size: 19px;
}

.sec {
  padding: 30px 10px;
}

#contents section {
  background-size: 45px 45px;
  margin-bottom: 30px;
}




/*===== ■ CONCEPT =====*/

.slide-area li img {
  width: 100%;
}




/*===== ■ TYPE =====*/

#type ul {
  margin-bottom: -30px;
}

#type ul li {
  margin-bottom: 30px;
}

#type ul li img {
  margin-bottom: 15px;
}




/*===== ■ PLAN =====*/

table {
  margin-bottom: 30px;
}

table th {
  font-size: 15px;
}

table td {
  font-size: 14px;
}




/*===== ■ ACCESS =====*/

#contents #access section {
  padding: 40px 15px;
}

.gmap {
  margin: 0 auto 30px;
}

}





@media screen and (max-width:480px) {
	
/*===== ■ header =====*/

header {
  padding: 5px 10px;
}

h1 {
  width: 183px;
}




/*===== ■ contents =====*/

.ttl-h2 {
  font-size: 34px;
}

#contents section {
  background-size: 40px 40px;
}




/*===== ■ CONCEPT =====*/

/* Arrows */
.slick-prev,
.slick-next {
  width: 25px;
  height: 40px;
  margin-top: -20px;
}

.slick-prev {
  background-size: 25px 40px;
}

.slick-next {
  background-size: 25px 40px;
}




/*===== ■ PLAN =====*/

table th {
  font-size: 13px;
  padding: 10px 5px;
}

table td {
  font-size: 13px;
  padding: 10px 5px;
}




/*===== ■ footer =====*/

.regular li a {
  font-size: 13px;
  background-size: 26px auto;
}

}





@media screen and (max-width:414px) {
	
/*===== ■ header =====*/

h1 {
  width: 163px;
}




/*===== ■ contents =====*/

.ttl-h2 {
  font-size: 30px;
}

.ttl-h2 strong {
  font-size: 18px;
}

#contents section {
  background-size: 35px 35px;
}




/*===== ■ PLAN =====*/

table th {
  font-size: 12px;
}

table td {
  font-size: 12px;
}




/*===== ■ ACCESS =====*/

#contents #access section {
  padding: 30px 15px;
}

}





@media screen and (max-width:375px) {
	
/*===== ■ header =====*/

h1 {
  width: 143px;
}




/*===== ■ footer =====*/

.regular li a {
  font-size: 12px;
  background-size: 22px auto;
  letter-spacing: -.025em;
}

}