/* ■■■■■ Base Design ■■■■■ */
body{
  background: #fffcef;
  text-align: center;
}
div#content{
  display: inline-block;
  max-width: 1000px;
  padding: 10px 10px 30px 10px;
  background: #fffcef;
}
div#main div#main-cal-1st{
  float: left;
}
div#main div#main-cal-2nd{
  float: right;
}

/* ■■■■■ Menu Design ■■■■■ */
/* ----- Side ----- */
div#top-nav1{
  width: 140px;
  background: #B3BCA7;
  border-radius: 10px;
  text-align: center;
  margin: 5px auto;
}
div#top-nav1 ul li#menu_close{
  display: none;
}
div#top-nav1 ul li a{
  display: block;
  width: 100%;
  text-decoration: none;
  height: 2em;
  color: #464941;
}
div#top-nav1 ul li a span{
  line-height: 2em;
  height: 100%;
  width: 100%;
  font-size: 120%;
}
div#top-nav1 ul li a.active{
  border-radius: 10px 10px 0 0;
  background: #838e75;
  color: #fff;
}
div#top-nav1 ul li a span{
  width: 100%;
  height: 100%;
  line-height: 2em;
  font-size: 110%;
}
div#top-nav1 ul li#menu_booking a{
  color: #d7ffa3;
  font-weight: bold;
}
/* ----- BlogPR ----- */
div#image{
  position: relative;  
}
a.blogPR{
  display: inline-block;
  position: absolute;
  background: pink;
  padding: 10px;
  border-radius: 5px;
  right: 10px;
  top: calc(100% - 50px);
  color: red;
  font-weight; bold;
}
/* 点滅 */
.blinking{
  -webkit-animation:blink 1s ease-in-out infinite alternate;
  -moz-animation:blink 1s ease-in-out infinite alternate;
  animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* ----- top-nav2 ----- */
div#top-nav2{
  display: block;
  width: calc(100% - 2px);
  margin: 5px auto;
  background: #B3BCA7;
  border: 1px solid #a7bcb1;
  border-radius: 10px;
}
div#top-nav2 ul{
  display: inline-block;
  margin: 10px 2px;
  max-width: 400px;
  text-align: center;
}
div#top-nav2 ul li{
  display: inline-block;
  margin-left: 5px;
}
div#top-nav2 ul li a{
  display: block;
  width: 100%;
  text-decoration: none;
  color: #464941;
  line-height: 1.3em;
}
div#top-nav2 ul li a.active{
  color: #fff;
}
div#top-nav2 ul li#menu_close{
  display: none;
}
div#top-nav2 ul li#menu_booking a{
  color: #d7ffa3;
  font-weight: bold;
}


/* 2019.09.06 add*/
div#recruit{
  text-align: left;
  background: #fff;
  padding-top: 10px;
  border-top: dashed 2px #6fb7a9
}

/* 2019.09.10 add*/
div.chk{
  padding-top: 20px;
}
div#empty{
  padding-top: 20px;
  padding-bottom: 20px;
}
div#EmptyInfo{
  padding-top: 20px;
  padding-bottom: 20px;
}













/* ■■■■■ Main Design ■■■■■ */
div#main{
  max-width: 1000px;
  overflow: hidden;
}
div#main:before,
div#main:after{
  content: "";
  display: block;
}
div#image, div#salon, div#twitter, div#news{
  float: left;
}

/* ===== image =====*/
div#main div#image img{
  display: block;
  width: 100%;
  margin: 5px auto;
}

/* ===== news =====*/
div#main div#news{
  display: block;
  width: calc(100% - 2px);
  margin: 5px auto;
  border: 1px solid #a7bcb1;
  border-radius: 10px;
  background-image: url("../image/index/wall.jpg");
}
div#main div#news ul{
  margin: 10px 5px;
  list-style-type: none;
}
div#main div#news ul li{
  position: relative;
  padding: 0.2em 0 0 1.2em;
  text-align: left;
}
div#main div#news ul li:before{
  position: absolute;
  content: '';
  top: 0.4em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #6fb7a9;
}
div#main div#news ul li a{
  text-decoration: none;
  color: #464941;
  line-height: 1.2em;
}

/* ===== salon =====*/
div#main div#salon{
  display: block;
  width: calc(100% - 2px);
  margin: 5px auto;
  border: 1px solid #a7bcb1;
  border-radius: 10px;
  background-image: url("../image/index/wall.jpg");
  text-align: center;
}
div#main div#salon h1{
  margin-top: 5px;
  line-height: 1.5em;
  font-weight: bold;  
  color: #158f19;
}
div#main div#salon h2{
  line-height: 1.5em;
  font-size: 130%;
  font-weight: bold;
  color: #158f19;
}
div#main div#salon p#intro{
  text-align: left;
  padding: 10px;
}
span#intro_1{
  display: block;
}
span#intro_2{
  display: block;
  padding-top: 5px;
}
span#intro_3{
  display: block;
  color: #ff6e83;
  font-weight: bold;
  padding-top: 5px;
}
div#main div#salon span.title{
  display: block;
  color: #f7fffa;
  font-weight: bold;
  font-size: 130%;
  background-color: rgba(115,196,152,0.6);
  line-height: 1.5em;
}
div#main div#salon p{
  margin: 5px 0;
  line-height: 1.5em;
}
div#main div#salon span.string{
  font-size: 120%;
}

/* ===== twitter =====*/
div#main div#twitter{
  margin: 5px auto;
}

/* ■■■■■ Square Menu Design ■■■■■ */
div#cate{
  margin: 0 auto;
  width: 100%;
}
div#cate a.cate{
  position: relative;
  float: left;
  border: 1px solid #a7bcb1;
  cursor: pointer;
}
div#cate a.cate:before{
  content: "";
  display: block;
  padding-top: 100%;
}
div#cate a.cate img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#cate a.cate span.title{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #f7fffa;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  background-color: rgba(115,196,152,0.6);
  line-height: 1.5em;
}
div#cate div.cate-blank{
  position: relative;
  float: left;
}
div#cate div.cate-blank:before{
  content: "";
  display: block;
  padding-top: 100%;
}
div#cate div.cate-blank img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



@media only screen and (min-width: 851px) {
	div#cal-1st{
	  display: block;
	  float: left;
	  width: 150px;
	}
	div#cal-2nd{
	  float: right;
	  width: calc(100% - 150px);
	}
	div#top-nav2{
	  display: none;
	}
	div#main div#main-cal-1st{
	  width: calc(100% - 360px);
	}
	div#main div#main-cal-2nd{
	  width: 350px;
	}
	/* --- Square Menu Design --- */
	div#cate a.cate, 
	div#cate div.cate-blank{
	  width: calc(100% / 4 - 2px);
	}
	div#cate div.cate-blank:first-child{
	  display: none;
	}
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
	div#cal-1st{
	  display: none;
	}
	div#top-nav2{
	  display: block;
	}
	div#main div#main-cal-1st{
	  width: calc(100% - 360px);
	}
	div#main div#main-cal-2nd{
	  width: 350px;
	}
	/* --- Square Menu Design --- */
	div#cate a.cate, 
	div#cate div.cate-blank{
	  width: calc(100% / 4 - 2px);
	}
	div#cate div.cate-blank:last-child{
	  display: none;
	}
}
@media only screen and (max-width: 640px) {
	div#cal-1st{
	  display: none;
	}
	div#top-nav2{
	  display: block;
	}
	div#main div#main-cal-1st{
	  width: 100%;
	}
	div#main div#main-cal-2nd{
	  width: 100%;
	}
	/* --- Square Menu Design --- */
	div#cate a.cate,
	div#cate div.cate-blank{
	  width: calc(100% / 2 - 2px);
	}
	div#cate div.cate-blank:last-child{
	  display: none;
	}
}
@media only screen and (min-width: 551px) and (max-width: 640px) {
	/* --- Square Menu Design --- */
	div#cate a.cate, 
	div#cate div.cate-blank{
	  width: calc(100% / 3 - 2px);
	}
}

/*20201119 Add Start*/
div#twitter2{
  display: block;
}
div#twitter_up{
  display: inline-block;
  background: #fff;
  border: 1px solid #a7bcb1;
  border-radius: 10px;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3em;

}

/*20210423 Add Start*/
span.line,
h2.line{
  background:linear-gradient(transparent 50%, #fcdcf7 0%);
  width: auto;
}
div#top_header h2#header2{
  display: inline-block;
  font-weight: bold;
  background:linear-gradient(transparent 50%, #fcdcf7 0%);
  font-size: 20px;
}
div.top_info{
  padding-top: 10px;
}
div.top_info span{
  display: block;
  font-weight: bold;
}
.memo {
  position: relative;
  background: #F8F0D7;
  border-left:4px dotted rgba(0,0,0,.1);
  border-right:4px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 1em;
  color: #65513f;
  width: 300px;
  line-height: 1.4em;
}
div.title{
  text-align: left;
  border-bottom: dashed 6px #e089cc;
  position: relative;
  margin-top: 60px;
  padding-bottom: 20px;
}
div.title img{
  height: 80px;
}
div.title span{
  position: absolute;
  top: 60px;
  left: 50px;
  font-size: 20px;
  font-weight: bold;
  display        : inline-block;
  color          : #ffff99;            /* 文字の色 */
  letter-spacing : 2px;                /* 文字間 */
  text-shadow    : 
       1px  1px 1px #7f4600,
      -1px  1px 1px #7f4600,
       1px -1px 1px #7f4600,
      -1px -1px 1px #7f4600,
       1px  0px 1px #7f4600,
       0px  1px 1px #7f4600,
      -1px  0px 1px #7f4600,
       0px -1px 1px #7f4600;     
}
div.contents{
  text-align: left;
  background: white;
  padding: 20px 5px;
}
.maste {
  display: block;
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(-45deg, rgba(250,215,215,.5) 25%, transparent 25%, transparent 50%, rgba(250,215,215,.5) 50%, rgba(250,215,215,.5) 75%, transparent 75%, transparent 100%),
  linear-gradient(45deg, rgba(250,215,215,.5) 25%, transparent 25%, transparent 50%,  rgba(250,215,215,.5) 50%, rgba(250,215,215,.5) 75%, transparent 75%, transparent 100%);
  background-size: 40px 40px;
  padding: 10px;
  text-align: center;
}
.maste p {
  color: #65513f;
  padding: 15px 10px 10px 10px;
}
div#today p.text,
div#reserve p.text{
  line-height: 2em;
  padding: 20px 0;
  display: none;
}
ul#news li,
ul#blog li{
  padding: 10px;
}
ul#news span,
ul#blog span{
  display: block;
  line-height: 1.4em;
  color: #000;
}
div#shift{
  padding: 10px 0;
}
div#divYouTube{
  display: flex;
}
div#divYouTubeSize1,
div#divYouTubeSize2,
div#divYouTubeSize3{
  width: 33.3%;
}
div#divYouTube1,
div#divYouTube2,
div#divYouTube3{
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}

div#divYouTube1 iframe,
div#divYouTube2 iframe,
div#divYouTube3 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
	div#divYouTube{
	  display: block;
	}
	div#divYouTubeSize1,
	div#divYouTubeSize2,
	div#divYouTubeSize3{
	  width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	div#divYouTube{
	  display: block;
	}
	div#divYouTubeSize1,
	div#divYouTubeSize2,
	div#divYouTubeSize3{
	  width: 100%;
	}
}
