


.manabiday {
	max-width: 1100px;
	margin: 0px auto;
	padding: 10px; 
	/* background-color: #FDF0EE; */
}

.imageonly {
	width: 1100px;
	margin: 50px auto;
}

.imageonly img {
	max-width: 100%;
	vertical-align: bottom;
}


@media screen and (max-width: 768px) {
	
.imageonly {
	width: 100%;
	padding: 0px;
}
}



.design {
	width: 100%;
	padding: 10px 0px 20px 0px;
	text-align: center;
	font-size: .9em;
}




/*-=====　お店紹介　=====*/


.shop {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(244,156,105, 0.5);
	padding-bottom: 10px;
}

.shop .link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shop {
	transition: 0.5s;
}

.shop:hover {
	 filter: alpha(opacity=60);
	 -moz-opacity: 0.6;
	 opacity: 0.6;
}


.shop_info {
	width: 100%;
	padding: 5px 10px 10px 10px;
	font-weight: bold;
}

.osanpo_date1 {
	display: inline-block;
    padding: 0px 10px;
    color: #ffffff;
    border-radius: 15px;
    background: #E34A79;
	font-size: 14px;
	letter-spacing: 0.1em;
}


.osanpo_date2 {
	display: inline-block;
    padding: 0px 10px;
    color: #ffffff;
    border-radius: 15px;
    background: #F1441D;
	font-size: 14px;
	letter-spacing: 0.1em;
}






/*-=====　ポップアップ用　=====*/



.shop_detail_core {
	max-width: 900px;
	margin: 20px auto;
	background: #FFFFFF;
	padding: 10px;
}

.shop_detail {
	width: 50%;
	float:left;
	}

.shop_detail img {
	max-width: 100%;
	}


@media screen and (max-width: 768px) {
	.shop_detail_core {
		height: auto;
	}
	
	.shop_detail { 
			width: 100%;
			float: none;
		}
	}





.framewidth {
	margin: 0 auto;
	padding: 10px;
	width: 400px;
	background-color: #FFFFFF;
	text-align: center;
}


.framewidth img{
	max-width: 100%;
}

.information_ttl {
	font-size: 20px;
	font-weight: bold;
	color:  #EB6B22;
	margin: 10px auto;
	width: 95%;
	padding-bottom: 15px;
	border-bottom: #ADADAD dotted 1px;
}


.information_ttl span{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	margin: 10px auto 0px;
}

.information_tx {
	width: 95%;
	font-size: 16px;
	margin: 20px auto;
	text-align: justify;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}


.information_url {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.information_url a:link {
	color: #323232;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.information_url a:hover {
	color: #E56B00;
}

.information_url span {
	display: block;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #F13EA8;
}









/*-=====　インスタボタン　=====*/

.insta_btn2{/*ボタンの下地*/
  position: relative;
  display: inline-block;
	
  color: #FFFFFF !important;
	font-weight: 500;
	font-size: 120%;
  width: 100%;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 15px;
	
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
	
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
	
	
  transition: .2s ease-out;
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  position: relative;
	z-index: 1;
}

.insta_btn2 span {/*テキスト*/
  position: relative;
	z-index: 1;
}




.insta_btn2:hover {
	 cursor: pointer;
	 text-decoration: none;
	opacity: 0.8;
  color: #FFFFFF !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}









/*　　予約ボタン (オレンジ)
------------------------------------------------------------------------------------------------------------*/


.reserve-btn-orange {
  display: inline-block;
  background-color: #F58100;
  color: #FFFFFF !important;
	font-weight: 500;
	font-size: 120%;
  width: 100%;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}

.reserve-btn-orange:hover {
	 cursor: pointer;
	 text-decoration: none;
	opacity: 0.8;
  color: #FFFFFF !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}





/*　　予約ボタン　（緑）
------------------------------------------------------------------------------------------------------------*/


.reserve-btn-green {
  display: inline-block;
  background-color: #379448;
  color: #FFFFFF !important;
	font-weight: 500;
	font-size: 120%;
  width: 100%;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}

.reserve-btn-green:hover {
	 cursor: pointer;
	 text-decoration: none;
	opacity: 0.8;
  color: #FFFFFF !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}


