/*
Theme Name: Imano Osaka
Theme URL: http://imano.jp/osaka/
Description: IMANO OSAKA WORDPRESS THEME
Author: IMANO OSAKA
Version: 0.1
*/

@import url('https://fonts.googleapis.com/css?family=Lusitana');

/* BOOTSTRAP */

dt{
  font-weight:normal;
}

/* IMANO OSAKA */

*{
  outline:none;
}

html{
  width:100%;
  height:100%;
  font-size:100%;
  font-size:14px;
}

body{
  width:100%;
  height:100%;
  font-size:1rem;
  font-family: 'Lusitana', serif;
  color:#33443a;
}

.font-jp{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

h1{
  color:#FFFFFF;
}

a, a:visited, a:active, a:hover{
  text-decoration:none !important;
}

a.link, a.link:visited, a.link:hover, a.link:active{
  color:#33443a;
}

a.link-white, a.link-white:visited, a.link-white:active, a.link-white:hover{
  color:#FFFFFF !important;
}



/* CSS ANIMATION */

.fadeInContent{
  opacity:0;
}

.fadeIn {
-moz-animation: anime1 .7s ease forwards;
-webkit-animation: anime1 .7s ease forwards;
-o-animation: anime1 .7s ease forwards;
-ms-animation: anime1 .7s ease forwards;
}

@-moz-keyframes anime1 {
  0% {opacity:0;transform:translateY(30px);}
  100% {opacity:1;transform:translateY(0px);}
}

@-webkit-keyframes anime1 {
  0% {opacity:0;transform:translateY(30px);}
  100% {opacity:1;transform:translateY(0px);}
}

@-o-keyframes anime1 {
  0% {opacity:0;transform:translateY(30px);}
  100% {opacity:1;transform:translateY(0px);}
}

@-ms-keyframes anime1 {
  0% {opacity:0;transform:translateY(30px);}
  100% {opacity:1;transform:translateY(0px);}
}



.tenmetsu {
-moz-animation: Flash1 1s infinite;
-webkit-animation: Flash1 1s infinite;
-o-animation: Flash1 1s infinite;
-ms-animation: Flash1 1s infinite;
}

@-moz-keyframes Flash1 {
  50%{opacity: 0;}
}

@-webkit-keyframes Flash1 {
  50%{opacity: 0;}
}

@-o-keyframes Flash1 {
  50%{opacity: 0;}
}

@-ms-keyframes Flash1 {
  50%{opacity: 0;}
}




/* SECTION TITLE */

.section-title{
  padding:4rem 0;
}

.section-title h2{
  font-size:2rem;
  text-align:center;
}

.section-title span{
  display:block;
  width:75px;
  height:2px;
  margin:0 auto;
  background-color:#000000;
  margin-top:2rem;
  margin-bottom:2rem;
}

/* MENU */

#menu{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 60px;
  background-color: #a8c2b6;
  padding-left:1rem;
  padding-right:1rem;
  border-bottom:1px solid #eeeeee;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position:fixed;
  top:20px;
  right:15px;
  width: 25px;
  height: 20px;
  z-index: 9999;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#menu-fix{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:70px;
  background-color:#e8e2d8;
  border-bottom:1px solid lightgray;
  z-index:2;
  font-size:0.9rem;
  transition:all .4s;
  display:none !important;
}

#menu-fix h1{
  height:70px;
  padding:1rem 2rem 0 2rem;
  background-color:#33443a;
}

#menu-fix li{
  display:inline-block;
  height:70px;
  line-height:70px;
  background-color:#e8e2d8;
  color:#33443a;
  padding:0 .5rem;
  letter-spacing:0;
  font-size:0.8rem;
}

#menu-fix li:first-of-type{
  padding-left:3rem;
}

#menu-fix li.ja{
  margin-left:auto;
}

#menu-fix li.en{
  margin-right:1rem;
}

#menu-fix img{
  vertical-align:middle !important;
}

#menu-fix span{
  display:inline-block;
  height:70px;
  line-height:70px;
  background-color:#e8e2d8;
  color:#33443a;
  padding:0 .2rem;
}

#menu-fix li#calendar-button-fix{
  background-color:#33443a;
  cursor:pointer;
  padding:0 1%;
}

#menu-fix li#calendar-button-fix img{
  height:30px;
  vertical-align:middle;
}

#menu-fix li#booking-button-fix{
  background-color:#c5a99e;
  cursor:pointer;
  width:90px;
  line-height:inherit;
  text-align:center;
}

#menu-fix li#booking-button-fix p{
  margin-bottom:0;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
  width:40px;
  height:1.5px;
  background-color:#FFFFFF;
}


#menu-fix a{
  color:#33443a !important;
  letter-spacing:1px;
}

#booking-button-fix a{
  color:#FFFFFF !important;
}


#menu-sp{
  position:fixed;
  top:0;
  left:100%;
  width:100%;
  height:100%;
  background-color: #3e3a39;
  z-index:9998;
  transition: all .4s;
  padding-top:60px;
  padding-right:5%;
  padding-left:5%;
  margin:0;
  font-size:1rem;
  color:#FFFFFF;
}

#menu-sp li{
  border-bottom:1px solid #FFFFFF;
  padding-bottom:0.5em;
  margin-bottom:0.5em;
}

#menu-sp li.booking{
  border:none;
  padding:0;
  margin:0;
}

#menu-sp li.booking button{
  display:block;
  background-color: transparent;
  border:2px solid #FFFFFF;
  padding:1.5rem 0;
  width:250px;
  color:#FFFFFF;
  margin-right: auto;
  margin-left: auto;
  margin-top:2rem;
  text-align:center;
}

#menu-sp li.lang{
  border:none;
  padding:0;
  margin:0;
  width:250px;
  color:#FFFFFF;
  margin-right: auto;
  margin-left: auto;
  padding:1.5rem 0;
  text-align:center;
  margin-top:1rem;
  background-color:#e8e2d8;
}

#menu-sp li.lang img{
  margin:0 0.5rem;
}







#menu-sp.active{
  left:0;
}

/* SLIDESHOW */

.slideshow{
  z-index:1;
  width:100%;
  min-height:300px;
  white-space:nowrap;
  overflow:hidden;
  position:relative;
}

.slideshow .slideshow-caption{
  width:600px;
  white-space: initial;
}

.slideshow .image{
  position:relative;
  width:600px;
  margin-right:30px;
  background-color:snow;
  display: inline-block;
  background-position: center center;
  background-size:cover;
  background-repeat: no-repeat;
  transition: all .4s;
}

.slideshow .image:before {
  content:"";
  display: block;
  padding-top: 68%;
}

#booking-image.slideshow .image{
  width:100%;
}

#booking-image.slideshow .image:before{
  padding-top:50%;
}

.slideshow .slideshowNextButton{
  cursor:pointer;
  display:block;
  position:absolute;
  right:0;
  color:#f5f5f5;
  font-size:3rem;
}

#room-slideshow.slideshow .slideshowNextButton{
  right:150px;
  top:55%;
}

#cafe-slideshow.slideshow .slideshowNextButton{
  right:150px;
  top:45%;
}



/* ROOMS */

#rooms{
  position:relative;
  background-image:url("./img/bg-white.jpg");
  padding-bottom:4rem;
}

#rooms h3{
  padding:0.5rem;
}

#rooms .slideshow{
  padding-top:9rem;
}

#select-room{
  position:absolute;
  top:0;
  left:15px;
  z-index:2;
  width:485px;
}

#selected-room{
  position:relative;
  background-color:#595757;
  color:#FFFFFF;
  width:100%;
  padding:1rem 2rem;
  cursor:pointer;
}

#select-room ul{
  position:relative;
  display:none;
}

#select-room ul li{
  padding: 0.7rem 2.0rem;
  position:relative;
  background-color:#FFFFFF;
  border-left:1px solid #33443a;
  border-right:1px solid #33443a;
  border-top:1px solid #33443a;
  transition:background-color .4s;
  cursor:pointer;
}


#select-room ul li:hover{
  background-color:#a7c1b5 !important;
}



#select-room ul li.bb{
  border-bottom:1px solid #33443a;
}

#select-room img{
  position:absolute;
  right:2rem;
  top:25%;
  height:1.5rem;
  width:auto;
}


#select-room h4{
  padding:0.7rem;
  font-weight:bold;
  background-color:#dbdcdc;
  border-right:1px solid #33443a;
  border-left:1px solid #33443a;
}


/* CAFE & BAR */

#cafe{
  padding-bottom:4rem;
}

#cafe dl{
  line-height:1.8;
}

#cafe dt{
  position:relative;
  margin-top:10px;
}

#cafe dt::before{
  content:"";
  display:block;
  width:100%;
  position:absolute;
  top:50%;
  left:0;
  border-top:1px dashed #33443a;
  z-index:-1;
}

#cafe dt span{
  display:inline-block;
  background-color:#FFFFFF;
  padding-right:1rem;
}


/* FAQ */

#faq{
  padding-bottom:4rem;
}

#faq button{
  border:4px solid #33443a;
  background-color: transparent;
  padding:0.4rem 1.5rem;
  cursor:pointer;
}

#faq dl div{
  margin-top:1rem;
  background-color:#eeeeee;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background-color:transparent;
  font-size:12px;
}

#faq dt{
  position:relative;
  background-color:#c7ab9f;
  padding:1rem;
  border-radius:2rem;
  cursor:pointer;
  color:#FFFFFF;
  padding-right:55px;
  padding-left:2rem;
}

#faq dd{
  display:none;
  padding:1rem;
}

#faq dt img{
  position:absolute;
  right:1.5rem;
  top:calc(50% - 0.75rem);
  width:1.5rem;
  height:auto;
}

.faq-bg{
  background-color:#eeeeee !important;
}

a.link, a.link:visited, a.link:hover, a.link:active{
  text-decoration:none;
  color:#33443a;
}

#menu-pc{
  width:100%;
  background-color:#e8e2d8;
  border-radius:2rem;
  margin-top:-11rem;
  position:relative;
  padding-left:3rem;
}

#menu-pc ul span{
  margin:0 2rem;
}

#menu-pc ul li.ja{
  margin-left:90px;
}

#menu-pc ul li.en{
  margin-left:1rem;
}

#calendar-button{
  width:80px;
  height:auto;
  position:absolute;
  top:-10px;
  right:0px;
  cursor:pointer;
}

#header-sns a, #header-sns a:visited, #header-sns a:hover, #header-sns a:active{
  text-decoration:none;
  color:#33443a;
}


#main{
  height:100%;
}

#header{
  position:relative;
  padding-top:50px;
  background-image:url("./img/bg-green.jpg");
  background-repeat:repeat-y;
  background-position:left center;
  background-size:calc(100% - 320px) auto;
}

#header-title{
  z-index:2;
  margin-left:50px;
  width:1px;
}

#header-title img, #header-title span{
  margin:18px 0;
}

#header-title .pc-bar{
  width:50px;
  height:1.5px;
  background-color:#FFFFFF;
}

#header-title #sp-bar{
  height:40px;
  width:1.5px;
  background-color:#FFFFFF;
  margin-top:40px;
  margin-left:1.5rem;
  margin-right:1.5rem;
}

#header-image{
  position:relative;
  z-index:1;
  width:80%;
  margin-left:auto;
  background-image:url("./img/osaka_headimg.jpg");
  background-repeat:no-repeat;
  background-position:left top;
  background-size:100%;
}


#header .mouse{
  position:absolute;
  bottom:50px;
  left:calc(50% - 10px);
  z-index:2;
}

.wide-image:before {
  content:"";
  display: block;
  padding-top: 50%;
}

#header-date{
  z-index:2;
  position:absolute;
  top:0px;
  left:calc(100% - 338px);
}

#header-sns{
  z-index:1;
  width:100%;
  height:50px;
  color:#33443a;
  margin-right:80px;
  margin-bottom:2rem;
}

#header-sns > *{
  margin-right:1rem;
}


/* BOOKING */

#booking{
  position:relative;
  padding-top:80px;
  padding-bottom:50px;
  background-color:#a8c2b6;
}

#booking-image{
  z-index:1;
  width:80%;
  /* background-image:url("./img/header-image-02.jpg"); */
  background-repeat:no-repeat;
  background-position:left top;
  background-size:100%;
}

#booking-title{
  z-index:2;
  position:absolute;
  bottom:50px;
  right:0;
  width:400px;
}

#booking-title img{
  margin-top:80px;
}


/* ACCESS */


  #access{
    background-color:#eeeeee;
    padding-bottom:4rem;
  }

  #map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }

  #map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

/* FOOTER */

#footer{
  color:#FFFFFF;
  background-color:#a8c2b6;
  padding-top:40px;
  padding-bottom:40px;
  margin-top:50px;
}

#footer .pdf{
  background-color:#FFFFFF;
  padding:0.5rem 1rem;
  margin-top:1.5rem;
  font-size:0.8rem;
  cursor:pointer;
}

#footer .booking{
  max-width:250px;
}

#footer .menu{
  width:180px;
  margin-left:auto;
  margin-bottom:0;
  padding:0;
}

#footer .menu li{
  border-bottom:1px solid #FFFFFF;
  margin-top:0.5rem;
  padding-bottom:0.2rem;
}

#footer .sns{
  width:100px;
  text-align:center;
  margin-left:auto;
}

#footer .sns p{
  font-size:0.8rem;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom:1em;
  margin-bottom:1em;
}

#footer .sns .fab{
  font-size:30px;
}

#footer .sns .fa-facebook-square{
  margin-right:10px;
}

#footer .sns .fa-instagram{
  margin-left:10px;
}


/* CALENDAR */

#calendar{
  position:fixed;
  top:0;
  left:100%;
  width:100%;
  height:100%;
  background-color:rgba(45,60,51,0.9);
  z-index:2;
  color:#FFFFFF;
  transition:all .4s;
}

#calendar-close{
  width:500px;
  text-align:right;
  margin:0 auto;
  margin-top:40px;
}

#calendar-close img{
  width:40px;
  height:auto;
  cursor:pointer;
}

#calendar-container{
  min-height:345px;
}

#calendar-header{
  margin-top:10px;
  margin-bottom:40px;
}

#calendar-link{
  height:40px;
  line-height:40px;
  border-radius:25px;
  border:1px solid #FFFFFF;
  width:400px;
  margin:2rem auto;
  text-align:center;
}

#calendar a,#calendar a:visited,#calendar a:active,#calendar a:hover{
  color:#FFFFFF !important;
  letter-spacing:1px;
  font-weight:normal;
}

.calendar-button{
  background-color:transparent;
  border:none;
  cursor:pointer;
}

.calendar-button img{
  width:50px;
  height:auto;
}

.calendar-title{
  width:345px;
}

.calendar-title > *{
  text-align: center;
}

.calendar-title h3{
  font-size:1.2rem;
}

#calendar-year,#calendar-month{
  font-size:2.4rem;
  margin:0 0.5rem;
}

.calendar{
  border-collapse:collapse;
  width:500px;
  color:#FFFFFF;
  margin:0 auto;
}
.calendar caption{padding-bottom:6px;font-size:15px}

.calendar th,.calendar td{
  font-size:15px;
  border:2px solid #bbb;
  text-align:center;
  width:70px;
}

.calendar td{
  height:50px;
  position:relative;
}

.calendar td.out-of-month div{
  display:none;
}

.calendar td.event{
  background-color: #a7c1b5;
}


.calendar td.event div.event_icon{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  text-align:center;
  font-size:11px;
}

.calendar th{
  height:40px;
}


/* .calendar th:first-child{color:#f30;}
.calendar th:last-child{color:#03c;} */
.calendar td div{text-align:center}


/* .today{background:#fffbcc} */
/* .saturday{background:#f3f9fd;}
.sunday{background:#fff5f2;}
.holiday{background:#fff5f2;} */

.calendar td{
  cursor: pointer;
}
.calendar td a{text-decoration:underline;display:block;width:100%;}
.calendar td a:hover{background:#fe814d;color:#fff;text-decoration:none}
.calendar td a:active{background:#f30;}

#powerTip p{
  margin:0 !important;
  padding: 0 !important;
  text-align: center;
  font-weight:bold;
}

#powerTip p.event_day{
  font-size:1.2rem;
}


/* PRIVACY */

#overlay{
  display:none;
  position:fixed;
  z-index:9998;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#FFFFFF;
  opacity:0.5;
}

#privacy{
  display:none;
  position:fixed;
  z-index:9998;
  top:0;
  left:0;
  width:50%;
  height:50%;
  background-color:#FFFFFF;
  border:1px solid #222222;
  overflow: scroll;
  padding:2rem;
}

#privacy .close{
  display:block;
  position:fixed;
  top:0;
  left:0;
  color:#222222;
  font-size:20px;
  cursor:pointer;
}

.fa-window-close:before{
  font-weight: 900;
}

#privacy h1{
  font-weight:bold;
  font-size:1.5rem;
  color:#222222;
  margin-bottom:1rem;
}

#privacy h2{
  font-weight:bold;
  font-size:1.2rem;
}






/* mobile */

@media(max-width: 999px) {

  h1{
    font-size:12px;
  }

  .container{
    padding-left:5%;
    padding-right:5%;
  }

  #main{
    margin-top:60px;
    height:calc(100% - 60px);
    min-width:320px;
    /* overflow-x: hidden; */
  }

  #header{
    background-image:none;
    height:100%;
    padding-top:0;
  }

  #header-image{
    width:100%;
    height:calc(100% - 50px);
    background-position:center top;
    background-size:cover;
  }

  #header-image::after{
    display:block;
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#222222;
    opacity:0.3;
  }

  #header-title{
    width:100%;
    position:absolute;
    top:10%;
    left:0;
    margin-left:0;
  }

  #header-title .order-md-3{
    width:100%;
    text-align:center;
  }

  #header-title .order-md-3 img{
    width:250px !important;
  }

  #header-sns{
    position:absolute;
    bottom:0;
    left:0;
    margin-right:0;
    margin-bottom:0;
  }

  #header-date {
    bottom:0;
    right: 0;
    top: auto;
    left: auto;
    text-align: right;
    margin-right: 1rem;
    max-width:160px !important;
    width:25% !important;
    height:auto !important;
  }

  #header-date img{
    width:100% !important;
  }

  /* BOOKING */

  #booking{
    padding-top:0;
  }

  #booking-image{
    width:100%;
    background-position:center center;
    background-size:cover;
  }

  #booking-image::before{
    padding-top:100%;
  }

  #booking-title {
    height:auto;
    position:static;
    margin-top:-94px;
    width:100%;
  }

  #booking-title > div{
    width:100%;
    text-align:center !important;
  }

  #booking-title img{
    margin-top:50px;
    max-width:310px;
  }

  #booking img{
    max-width:300px !important;
  }

  #photos div[class*="col-"]:not(:last-child){
    margin-bottom:50px;
  }

  /* SLIDESHOW */

  .slideshow .image{
    width:100%;
    margin-right:0px;
  }

  .slideshow .image:before {
    padding-top: 100%;
  }

  #booking-image.slideshow .image:before{
    padding-top:100%;
  }

  .slideshow .slideshowNextButton{
    top:calc(50% - 1.5rem) !important;
    right:1rem !important;
  }

  .slideshow .slideshow-caption{
    width:100%;
    padding:0 1rem;
  }

  /* ROOMS */

  #rooms .container, #cafe .container{
    padding-left:0;
    padding-right:0;
  }

  #select-room{
    width:100%;
    left:0;
  }

  #rooms .slideshow {
    padding-top: 5rem;
  }

  #rooms h3{
    text-align: center;
  }

  /* CAFE */

  #cafe dl{
    padding-left:15px;
    padding-right:15px;
  }

/* ACCESS */

  #access{
    font-size:0.8rem;
  }

  #access .container{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  #access .train{
    padding-left:5%;
    padding-right:5%;
  }

  #map{
    padding-bottom:100%;
  }


/* FOOTER */

  #footer a{
  }

  #footer .sns,
  #footer .menu{
    margin-right:auto;
    margin-top:3rem;
  }

  #footer .menu{
    width:100%;
  }

  #footer .company{
    width:100%;
    margin:0 auto;
  }

  /* PRIVACY */
  #privacy{
    width:70%;
    height:70%;
    font-size:10px;
  }

  #privacy h1{
    font-size:12px;
  }

  #privacy h2{
    font-size:11px;
  }




  /* FAQ */

  #faq{
    padding-bottom:2rem;
  }

  #faq button{
    width:100%;
  }

  /* SECTION TITLE */

  .section-title{
    padding:2rem 0;
  }

  .section-title h2{
    font-size:1.5rem;
  }

  .section-title span{
    width:50px;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
  }



}


/* バナー */
.banner_link:hover {
  opacity: 0.7;
}
.banner_link img {
  width: 100%;
}

/* search panel */
.search-panel-frame {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  background: #fff;
}
.search-panel-btn {
  display: none;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 15px 0;
  font-size: 16px;
}
.search-panel-btn:before {
  font-size: 16px;
  display: inline-block;
  content: '>';
  transform: rotate(-90deg);
  transition: transform .5s;
  margin-right: 5px;
}
#footer {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .search-panel-frame {
    transform: translate(0, calc(100% - 50px));
    transition: transform .5s;
  }
  .search-panel-frame.open {
    transform: none;
  }
  .search-panel-btn {
    display: block;
  }
  #footer {
    padding-bottom: 50px;
  }
}