/*=============

===============*/
html, body {
      color: #000;
      background-color: #fff:
      font-size: 100%;
      -webkit-text-size-adjust: 100%;
      letter-spacing: 0.06em;
      line-height: 1;
      
}

* {
      box-sizing: border-box;
}

.wrapper {
         max-width: 100%;
         margin: 0 auto;
         overflow: none;

}
a {
         text-decoration: none;
         color: #000;
}

img {    
         max-width: 100%;
         height: auto;
}
.container { /*border:1px dashed;*/
	      max-width: 1200px;
	      overflow: none;
	      margin: 0 auto;
       	padding:10px;
      	text-align: center;
	      font-family: 'Noto Serif JP', serif;
}
.container p {
	      margin:0px;
}

/*===========
breadcrumb
=============*/
.breadcrumb_list { 
	  display: flex;
	  flex-wrap:no-wrap;
	  list-style: none;
	  padding: 0 10px;
	/*justify-content:left;*/
}
.breadcrumb_list li {
	/*display:inline-block;*/
	  padding: 0 10px;
	  font-size: min(2.0vw,12pt);
}
.breadcrumb .container { 
	  max-width: 980px;
}
@media screen and ( max-width: 528px ){
   .breadcrumb {
          padding-top: 0;
   }
   .breadcrumb_list li {
          font-size: 0.875em; 
   }
   .area {
      height: 53px;
      margin-top: 0;
  }
}
/*===========
shop_intro
=============*/
#shop_intro {
          overflow: none;
          text-align: center;
          margin: 0 auto;
}

h1 {
          text-decoration:underline;
          font-size: 2em;
          margin-bottom: 55px; 
}
@media screen and (max-width: 767px ){
     h1{
          font-size: 1.5em;
 }
}
h2 {      
          font-size: 1.5em;
          line-height: 1.7;
          margin-bottom: 55px;
}
#shop_intro_frame {
          display: inline-block;
          position: relative;
          margin-bottom: 55px;
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 1.5);
}

#shop_intro_frame.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#shop_explanation { 
          display: inline-block;
          padding: 0;
          margin-bottom: 55px;
          text-align: left;
          line-height: 1.7;
          font-size: 0.875em;
                 
}
#shop_explanation {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


.shop_intro_inside { 
          list-style: none;
          display: flex;
          padding: 0;
          
}

.shop_intro_inside.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade{
  -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
*/

/*.fade {
  -webkit-animation: fade-in 1s 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fade-in 1s 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
*/       
}

/*===============
shop_information
================*/
#shop_information {
          font-size: 0.875em;
          font-family:  
}   

#map_info {
          /*border:1px solid;*/
          display: flex;
          margin: 0 auto;
          padding: 0 auto;
          line-height: 2.3;
        
          
          
}
iframe { 
        max-width: 100%;
        
}
@media screen and (max-width: 767px ){
        width: 100%;
}
#gglmap { /*background: yellow;*/
        display: inline-block;
        padding: 15px;
        margin: 0 50px;
                
}
@media screen and (max-width: 767px){
    #gglmap {
        width: 100%;
        margin: 0 auto;
  }
}
#infobox { 
        padding: 0;
        width: 50%;
        margin-left: auto;
}

#sp_info {
        
        padding: 0;
        list-style: none;
        width: 100%;        
}

@media screen and (max-width: 767px ) {
    #sp_info { 
        width: 80%;
        margin:0 auto;
        
  }
}
@media screen and (max-width: 767px){ 
    #map_info { 
        display: block;       
  }
}

@media screen and (max-width: 767px ) {
    #map_info #infobox { 
        width:auto; 
        overflow:visible;
       
  }
}

.category {
        display: inline-block;
        float: left;
        clear: left;
        width: 27%;
        text-align: left;
        padding: 0 10px;
}

.information { display: inline-block;
        
        width: 73%;
        left: 30%;
        text-align: left;
}

/*================
access_information
===================*/

#access_information {
       /* background: green;*/
}
@media screen and (max-width: 767px ) {
    #access_information h2 {  
        display: inline-block;
        margin: 40px auto -5px;
    }                                         
}
#access_map { /*background: pink;*/
        display: flex;
        overflow:hidden;
        padding: 10px;
}

@media screen and (max-width: 767px ) { 
    #access_map{ 
        display: block;       
  }
}
#accessbox {
        /*background: yellow;*/
        width: 45%;
        margin:0 30px;
        line-height: 1.5;
       
}

@media screen and (max-width: 767px ){
     #accessbox {
        width: 100%;
        height: auto;
        margin:0px auto;
        padding-bottom: 50px; 
  }

}
#parking_map { /*background: brown;*/
        padding: 0;
        width: 50%;
        margin-left: auto;
}

@media screen and (max-width: 767px ){
   #parking_map {
        width: 100%;
        
  }
}

#parking_map img { max-width: 100%; 

} 
@media screen and (max-width: 767px ){
   #parking_map {
        margin: 0 auto;
  }
}
#access-info { /*background: blue;*/
        list-style: none;
        padding: 0;
        text-align: left;
        font-size: 0.875em;
        font-family:"游ゴシック", "MS ゴシック",sans-serif;
        
}


#note {
        /*background: purple;*/
        display: inline-block;
        text-align: left;
        font-size: 0.875em;
        font-family:"游ゴシック", "MS ゴシック",sans-serif;
}

.title {
        font-size: 1.25em;
        font-weight: 600;
        margin-bottom: 7px;
}

.directions {
        margin-bottom: 12px;
}

