/* Add here all your CSS customizations */
@media screen and (max-width: 768px) {
.header-logo img {
    width: 180px !important;
}
}

.sec-md {
    padding: 6% 0;
}


.feature-number {
   	display: block;
   	position: absolute;
   	bottom: 0;
   	right:10px;
    font-size: 7rem;
    font-weight: 400;
    font-style: normal;

    line-height: 1;
    letter-spacing: 0;
    /*text-stroke: 1px rgba(0, 0, 0, 0.4);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);*/
    color: rgba(255, 255, 255, 0.6);
}


.outline-dark{
	text-shadow:0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1);
}
.outline-light{
	text-shadow:0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1),0 0 3px rgba(255,255,255,0.1);
}




/* Add here all your CSS customizations */

p {
    color: #333;
    line-height: 1.9;
    margin: 0 0 20px;
    font-size: 16px;
}

.outline{
  text-shadow:0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1) !important;
}

.blue {
  color: #4E9EF8;
}


#header .header-logo {
    margin: 28px 0;
    position: relative;
    z-index: 1;
}

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


  #header .header-logo {
    margin: 15px 0;
}
}

.sec-md {
  padding:6% 0;
}



.menu-inner .close-btn {
  display: none;
  color: #000;
}

.menu-inner.active .close-btn {
  display: block;
}


.menu-inner .menu-btn {
  display: block;
  color: #000;
}

.menu-inner.active .menu-btn {
  display: none;
}

/*menu*/
.menu{
    position: absolute;
    top: 48px;
    right:80px;
    width: 36px;
    z-index: 99999;
    color: #000;
    font-size: 36px;
}

/*gnav*/
.gnav{
    background: rgba(255,255,255,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99998;
    top:0;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu {
  padding: 0;
}
.gnav__menu__item{
    margin: 40px 0;
    list-style: none;
   
}
.gnav__menu__item a{
  color: #222;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
  text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #111;
}



/**/


.header-container {
  padding-right: 80px;
    padding-left: 80px;
}


#header {
    position: relative;
    z-index: 1030;
    padding:0px 0px;
}






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

.header-container {
  padding-right: 10px;
    padding-left: 10px;
}

#header {
    position: relative;
    z-index: 1030;
    padding:10px 10px;
    height: 80px !important;
}


.menu{
    position: absolute;
    top: 30px;
    right:20px;
    width: 26px;
    z-index: 99999;
    color: #000;
    font-size: 26px;
}









}




















#footer-area {
  padding: 6% 0
}




.fixContactBox {
  width: 260px;
  padding: 20px;
  background: white;
  border-top: solid 5px #ffa353;
  position: fixed;
  z-index: 999999;
  right: 0px;
  top: 40%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    .fixContactBox {
      display: none !important; } }
  .fixContactBox .closeBtn {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 22px;
    color: #888;
    cursor: pointer; }
  .fixContactBox .title {
    padding-bottom: 8px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    text-align: center;
    border-bottom: 1px solid #ccc; }
  .fixContactBox .telText {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 18px;
    font-size: 28px;
    text-align: center;
    position: relative;
    color: #444;
    font-family: 'Open Sans', sans-serif; }
    .fixContactBox .telText::before {
      position: absolute;
      font-size: 18px;
      top: 1px;
      left: 5px;
font-weight: 900;
color: #ffa353;
content: "\f095";
font-family: "Font Awesome 5 Free";

       }
    .fixContactBox .telText a {
      color: #454545;
      font-weight: bold; }
      .fixContactBox .telText a:hover {
        text-decoration: none; }

        .addrText {
          font-size: 14px;
          line-height: 1.5;
        }

        .hourText {
          font-size: 14px;
          line-height: 1.5;
          text-align: right;
        }
.hourText span {
          font-size: 14px;
          line-height: 1.5;
          color: #7dbdcb;
          font-weight: bold;
        }

  .fixContactBox .timeDl {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px; }
    .fixContactBox .timeDl dt {
      width: 30%;
      display: inline-block;
      color: #555;
      vertical-align: top; }
    .fixContactBox .timeDl dd {
      width: 65%;
      display: inline-block;
      vertical-align: top;
      text-align: right;
      margin-bottom: 0px; }
    .fixContactBox .timeDl .smallText {
      display: block;
      font-size: 12px; }
  .fixContactBox .uketukeTitle {
    margin-top: 16px;
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #ccc;
    color: #555;
     }
  .fixContactBox__btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 14px; }
    .fixContactBox__btn a {
      padding: 7px 10px;
      color: white;
      background: #ffa353;
      border: solid 1px #ffa353;
      display: block;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      .fixContactBox__btn a:hover {
        color: #ffa353;
        text-decoration: none;
        border: solid 1px #ffa353;
        background: white; }


html .btn-link {
    color: #FFF !important;
}

#footer_sp_fixed {
  display: none;
}

@media screen and (max-width: 600px){
#footer_sp_fixed {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  background-color: #FFFBE6;
}
#footer_sp_fixed ul {
  display: block;
  width: 100%;
  margin:0;
  padding: 0;
}
#footer_sp_fixed ul li {
  float: left;
  display: block;
  height: 70px;
  text-align: center;
}
#footer_sp_fixed ul li.sp_tel {
  width: 66%;
  padding: 0;
  background-color: ;
}
#footer_sp_fixed ul li.sp_access,
#footer_sp_fixed ul li.sp_reserve {
  width: 17%;
  padding: 0;
}
#footer_sp_fixed ul li.sp_access img ,
#footer_sp_fixed ul li.sp_reserve img {
  max-width: 100%;
  height: auto;
}
#footer_sp_fixed ul li.sp_access {
  
}
#footer_sp_fixed ul li.sp_reserve {
  
}
#footer_sp_fixed ul li {
  display: block;
}
}




/*è¨ºç™‚æ™‚é–“*/

.hours-area-wrap {
    position: absolute;
    width: 500px;
    margin: -190px -5px 0 auto;
    bottom: 200px;
    right: -5px;
}

@media (max-width: 991px) {
  .hours-area-wrap {
    position: relative;
    margin-top: 0;
    background: #f4f4f4;
    width:100%;
  }
}



.hours-area {
  position: relative;
  right: 0;
  background: #fff;
   color: #3D302A;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  box-shadow: 5px 10px 20px rgba(0,0,0,0.10);
}

.hours-memo {
font-size: 13px;
line-height: 1.5;
}

.hours-table {

   
    font-size: 15px;

    border: none;
  border-bottom: 1px solid #3D302A;
  width: 100%;
  margin-bottom: 8px;
}

.hours-table th {
  text-align: center;
  font-weight: normal;
}

.hours-table table thead th {

  padding: 5px;
  text-align: center;
}

.

.hours-table table tbody tr {
  /*background:#eee9d8;*/
  text-align: center;

}

.hours-table .table-line {
  border-top: 1px solid #3D302A;
}

.hours-table td {
  padding: 8px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}

.hours-table .info-color {
  color: #fcae68;
}

.hours-table p {
  margin: 15px 0;
}


@media screen and (max-width: 600px){
  .hours-table {
font-size: 14px;
}
.hours-table td {
  padding: 2px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}
.hours-memo {
font-size: 13px;
}
 }
/**/


.tel-text {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
  align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆ */
  text-decoration: none;
}

@media screen and (max-width: 600px){
.tel-text {

 -webkit-justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
 justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆ */
}
 }

.tel-text i {
  font-size: 20px;
  margin-right: 8px;
}











.side-contact-btn {
  position: fixed;
  bottom:60px;
  right:0;
  margin:auto;
  font-size: 14px;
  font-weight:bold;
  z-index: 10;
  line-height: 1;

}
.side-contact-btn li {
  width: 94px;
  height:94px;
  display:block;
  background: ;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
}
.side-contact-btn li a {
  width: 100%;
  height:100%;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 18px;
}


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

.side-contact-btn {
display: none !important;
}

}































/*7つの特徴
---------------------------------------------------------*/
.feature-number {
   
    font-size: 7rem;
    font-weight: 700;
    font-style: italic;
    padding-right: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-stroke: 1px rgba(0, 0, 0, 0.4);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.4);
}



/* 微調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
/* 共通 */
.feature-number {
   
    font-size: 4.3rem;
    font-weight: 400;
    font-style: italic;

    line-height: 1;
    letter-spacing: 0;
    text-stroke: 1px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.4);
}


}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .feature-number {
   
    font-size: 3.3rem;
    font-weight: 400;
    font-style: italic;

    line-height: 1;
    letter-spacing: 0;
    text-stroke: 1px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.4);
}


}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .feature-number {
   
    font-size: 3.3rem;
    font-weight: 400;
    font-style: italic;

    line-height: 1;
    letter-spacing: 0;
    text-stroke: 1px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.4);
}

}

