@charset "UTF-8";

.swiper-container {
  width: 100%;/*変更前 95%*/
  height: 22vw;
  background-color: #000;
  margin: auto;
}

.swiper-wrapper {
    width:100%;
}
.swiper-wrapper img {
    width : 95%;/*変更前　100%*/
}

.swiper-slide a:hover {
  opacity: 0.5;
}

@media (min-width: 641px) and (max-width: 999px) {


}

@media (max-width: 640px) {

  .swiper-container {
    width: 100%/*変更前90%*/;
    height: 60vw;/*40vw*/
  }
  .slider-inner {
    padding: 5% 0;
  }

}

/*popup window modal*/
.wrapper {
position: relative;
  width: 100%;
  height: 100%;
}
.modalCheck {
  display: none;
}

.modalWrap, .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 10000;
}

.modalWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.modalBg {
  cursor: pointer;
  opacity: 0.7;
  background-color: #fff;/*#000*/
  z-index: 2;
}
.modalBg label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.modalCon {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 92%;
  max-width: 640px;
  height: 86%;
  margin: auto;
  z-index: 3;
}

.modalInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  padding: 0 1.5em 1.5em;
  cursor: default;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
}
.modalCloseBtn label {
  display: inline-block;
  padding: 0.5em;
  color: #333;
  text-decoration: none;
  font-size: 2em;
}

.modalCheck:not(:checked) ~ .wrapper > *:not(.modalWrap) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.modalCheck:not(:checked) ~ .wrapper .modalWrap {
  opacity: 0;
  visibility: hidden;
}

.modalCheck:checked ~ .wrapper > *:not(.modalWrap) {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

#modal00:checked ~ .wrapper #modal00Con {
  opacity: 1;
  visibility: visible;
}

#modal01:checked ~ .wrapper #modal01Con {
  opacity: 1;
  visibility: visible;
}

#modal02:checked ~ .wrapper #modal02Con {
  opacity: 1;
  visibility: visible;
}

#modal03:checked ~ .wrapper #modal03Con {
  opacity: 1;
  visibility: visible;
}

#modal04:checked ~ .wrapper #modal04Con {
  opacity: 1;
  visibility: visible;
}

.modalTtl {
  padding: 2em 0.5em 1.5em;
  font-size: 2em;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
}

.modalText .modalCover {
  margin: 0 -1.5em 1em;
}
.modalText p {
background-color: #fff;
color: #000;
  margin-bottom: 1em;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .content {
    margin: 1.5em auto;
  }

  .modalInner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .modalTtl {
    font-size: 1.5em;
    padding-bottom: 1em;
  }

  .modalText .modalCover {
    margin: 0 -1em 1em;
  }
}

.rowp {

    display: flex;
    flex-direction:row;
}

.coulump{

    display: flex;
    flex-direction:column;
}

.child p{
    line-height: 2;
    fonot-size: 1.1em
}

.linh{
    line-height: 2;
}

.rll{
line-height: 3;
float: left;
writing-mode: tb-rl;
writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
}

/*GaLLery css*/
div#modal_gallery {
  overflow: hidden;
  margin-top: 56px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1080px) {
  div#modal_gallery {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 680px) {
  div#modal_gallery {
    margin-top: 36px;
  }
}
div#modal_gallery ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  overflow: hidden;
}
div#modal_gallery ul li {
  display: inline-block;
  width: 49.9%;
  float: left;
}

@media only screen and (max-width: 680px) {
div#modal_gallery ul li {
  display: inline-block;
  width: 99.8%;
  float: left;
}
}

div#modal_gallery ul li a {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 979px) {
  div#modal_gallery ul li a:hover dl dt:after {
    opacity: 0.8;
  }
  div#modal_gallery ul li a:hover dl dt:before {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
  }
}
div#modal_gallery ul li a dl {
  padding: 2px;
}
div#modal_gallery ul li a dl dt {
  width: 100%;
  overflow: hidden;
  position: relative;
}
div#modal_gallery ul li a dl dt:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;/*#000*/
  opacity: 0;
  z-index: 0;
  position: absolute;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cub ic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
div#modal_gallery ul li a dl dt:before {
  content: "View Photo";
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 24px;
  z-index: 1;
  position: absolute;
  font-style: italic;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
  transform: translate3d(0px, 10px, 0px);
  -webkit-transform: translate3d(0px, 10px, 0px);
  -moz-transform: translate3d(0px, 10px, 0px);
  -ms-transform: translate3d(0px, 10px, 0px);
  -o-transform: translate3d(0px, 10px, 0px);
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -o-transition: -o-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -ms-transition: -ms-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
div#modal_gallery ul li a dl dt img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
div#modal_gallery ul li a dl dd {
  padding-top: 20px;
  padding-bottom: 30px;
}
div#modal_gallery ul li a dl dd p.tit {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
div#modal_gallery ul li a dl dd p.txt {
  font-size: 12px;
  line-height: 20px;
}

/*--アクセス--*/
div .access{
    display: block;
    width: 100%;
    height: 50vw;/*60vw*/
    position: relative;
}

@media (min-width: 1000px) and (max-width: 1200px) {
div .access{
    height: 60vw;
    }
}


@media (min-width: 641px) and (max-width: 999px) {
div .access{
    height: 70vw;
    }
}
@media only screen and (max-width: 640px) {
div .access{
    height: 100vw;
    }
}



div .access .map{
    position: absolute;
    width: 100%;
}




div .access .btn{
    position: absolute;
    width: 100%;
    top:33vw;/*50vw*/
}

@media (min-width: 1000px) and (max-width: 1200px) {
div .access .btn{
    top: 42vw;/*45vw*/
    }
}


@media (min-width: 641px) and (max-width: 999px) {
div .access .btn{
    top: 60vw;/*45vw*/
    }
}
@media only screen and (max-width: 640px) {
div .access .btn{
    top: 70vw;
    }
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 {
    background:#fafafa;
    border:1px solid #ddd;
    padding-bottom: 20px;
    border-radius:10px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
    overflow:hidden;
    margin:0 0 30px 0;
}
div.wpcf7 p {
    padding:20px 20px 0;
    margin:0;
    font-size:11px;
}
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px;
}
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#000;
   font-weight:bold;
   font-size:14px;
   width:200px;
   height:45px;
   margin:0 auto;
   display:block;
   -moz-border-radius:5px;
   -khtml-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   background:#fff;
   /*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080;*/
   border:1px solid #666;
   transition: all 0.5s;
}
div.wpcf7 input.wpcf7-submit:hover {
    background:#000;
    /*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8;*/
    /*border:1px solid #006080;*/
    color:#fff;
    opacity: 1;
    /*box-shadow: 1px 1px 5px #fff;*/
}
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
     background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%;}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: rgba(0, 0, 0, 0.5);}
