/* CSS Document */
#maintitle {
  background: url(../img/main_bk.jpg) no-repeat center 0;
}
#maintitle .en,
#maintitle .ja {
  text-shadow: 0px 0px 25px rgba(96, 68, 57, .6),
    0px -0px 25px rgba(96, 68, 57, .6),
    -0px 0px 25px rgba(96, 68, 57, .6),
    -0px -0px 25px rgba(96, 68, 57, .6);
}
@media (max-width: 767px) {
  #maintitle {
    background: url(../img/main_bk_sp.jpg) no-repeat center 0;
    background-size: 100%;
  }
}

.roten {
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .roten {
    padding-bottom: 0;
  }
}

.uchi {
  padding-bottom: 20px;
}
.uchi .inner {
  padding-top: 45px;
}
@media (max-width: 767px) {
  .uchi {
    padding-bottom: 5vw;
  }
  .uchi .inner {
    padding-top: 0;
  }
}

.contTitle {
  background: #f1f1f1;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .contTitle {
    padding-top: 1em;
  }
}

.bathmain {
  background: linear-gradient(#f1f1f1 50%, white 50%);
}
.bathmain img {
  max-width: 1280px;
  width: 100%;
}

.bathimage {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .bathimage {
    flex-direction: column;
    padding-top: 0;
  }
}
.bathimage ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .bathimage ul {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
    padding-bottom: 3.5vw;
  }
}
.bathimage ul > li:not(:first-child) {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .bathimage ul > li:not(:first-child) {
    padding-left: 0;
  }
}
.bathimage ul > li img {
  width: 100%;
}

.textCont {
  width: 485px;
  padding-left: 120px;
}
@media (max-width: 767px) {
  .textCont {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.contBox {
  padding-right: 40px;
  padding-left: 40px;
}

.contBox ul.photo {
	text-align: center;
	margin: 30px 0 0;
}

.contBox ul.photo li{
	display: inline-block;
	padding: 0 10px 10px;
}
@media (max-width: 767px) {
  .contBox {
    padding: 3.5vw;
  }
}



/* cathes
---------------------------------------------------------------------------*/
.block-catches .bg {
  margin-top: 50px;
  height: 609px;
  background-image: url(../img/bg-catches.jpg), url(../img/bg-catches02.png);
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: auto auto, cover;
  text-align: left;
}
.block-catches .txt {
  width: 350px;
  margin-left: 430px;
  box-sizing: border-box;
}
.block-catches .hdl {
  margin-bottom: 20px;
  color: #00435A;
  font-size: 28px;
  line-height: 160%;
}
.block-catches .lead {
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .block-catches .bg {
    height: auto;
    margin-bottom: 5vw;
    background-image: none;
  }
  .block-catches .fig {
    margin-bottom: 5vw;
  }
  .block-catches .txt {
    margin-left: 0;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
  .block-catches .hdl {
    margin-bottom: 3.5vw;
    font-size: 5vw;
    line-height: 140%;
  }
}

/* select */
.select .bg {
  height: 610px;
  background-image: url(../img/bg-select.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.select .inner {
  width: 980px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px){
  .select .bg {
    height: 100vw;
    background-size: cover;
  }
  .select .inner {
    width: 100%;
    margin-bottom: 5vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}

.slider-select .block {
  display: block;
  position: relative;
}
.slider-select .fig img {
  width: 100%;
  height: auto;
}
.slider-select .hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: all ease 0.3s;
}
.slider-select a,
.slider-select a:hover .hov {
  opacity: 1;
  transition: all ease 0.3s;
}
.slider-select .hov .bdr {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .6);
}
.slider-select .hov .bdr div {
  position: relative;
  width: 100%;
}
.slider-select .hov .bdr div .en {
  width: 100%;
  padding-bottom: 20%;
  font-size: 94px;
  color: rgba(191, 191, 191, .6);
  line-height: 80%;
  text-align: center;
}
.slider-select .hov .bdr div .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  color: #FFFFFF;
}
.slider-select .hov .bdr div .name {
  font-size: 25px;
}
.slider-select .hov .bdr div .lead {
  font-size: 16px;
}

.slick-next {
  right: 10vw!important;
  background-image: url(../img/arrow-next.png)!important;
}
.slick-prev {
  left: 10vw!important;
  background-image: url(../img/arrow-prev.png)!important;
}
.slick-prev, .slick-next {
  width: 38px !important;
  height: 70px !important;
  z-index: 10!important;
  background-repeat: no-repeat!important;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-dots li button:before {
  top: 10px!important;
  font-size: 16px!important;
  color: #00435A!important;
}
.slick-dotted.slick-slider {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px){
  .slider-select .hov {
    display: none;
  }
  .slick-prev, .slick-next {
    width: 10vw!important;
    height: 10vw!important;
    background-size: contain!important;
    background-position: center center!important;
  }
  .slick-next {
    right: 3.5vw!important;
  }
  .slick-prev {
    left: 3.5vw!important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 10vw !important;
  }
}


