@charset "utf-8";
/* page */

.page-cafe .page-title{
	color: #000;	
}

#page main{
	line-height: 3.5rem;
}

/*アイキャッチ*/
h1.page-title,
.page-description {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0px;
}

/*information*/

section.information{
  /* margin: 30px 0; */
  line-height: 3rem;
  /* Add border 2019-01-21 M.Ohno */
  margin: 30px auto;
  padding: 20px;
  max-width: 960px;
  border: 3px solid #000000;

}

section.information h2{
  font-size: 2.1rem;
  border-bottom: 1px solid;
  margin: auto;
  width: 100%;
  margin-bottom: 20px;
  line-height: 3rem;
  text-align: center;
}

section.information h2::before{
	content: 'インフォメーション';
  font-size: 2.7rem;
  display: block;
  
}

section.information ul {
  width: 100%;
  text-align: left;
  list-style-type: none;

}

/*ひし形*/

.defaultlist li{
  list-style-type: none;
  list-style-image: none;
  margin: 10px 0px;

  /* Add border 2019-01-21 M.Ohno */
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}

.diamond li{
  position: relative;
  padding-left: 20px;
  line-height: 2rem;
}

.diamond li:after{
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  width: 9px;
  height: 9px;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

/*banner*/

.event{
	background-color: #e5e5e5;
	margin-top: 50px;
	width: 100%;
}
.event_banner{
	margin-bottom: 60px;
	padding: 40px 10% 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}
button.slick-prev,
button.slick-next {
  padding: 0;
  width: 25px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
  background-color: transparent;
  background: url(../../img/arrow_black.svg) no-repeat center;
  border: 0;
  outline: none;
}

button.slick-prev {
	position: absolute;
	top: 45%;
	left: 5%;
  z-index: 1000;
}
button.slick-next {
	position: absolute;
	top: 45%;
	right: 5%;
  z-index: 1000;
  transform: rotate(180deg);
}
.slick-dots {
  display: flex;
  list-style-type: none;
  justify-content: center;
}
.slick-dots button {
  margin: 1rem 0.5rem;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  background-color: #bfbfbf;
}
.slick-dots .slick-active button {
  background-color: #000;
}

.skip{
	text-indent: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

/*meals commitment*/

.commitment{
	margin-top: 80px;
}

.commitment_img{
	background-image: url("/wp-content/themes/anges/img/cafe/commitment.jpg");
 	background-repeat: no-repeat;
 	width: 40%;
 	height: 600px;
}

.commitment_contents {
	width: 60%;
}
.commitment_contents h2{
	background-image: url("/wp-content/themes/anges/img/cafe/commitment_title.gif");
 	background-repeat: no-repeat;
 	height:125px;
 	 font-size: 0;
}

.Commitment_subtitle{
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	height: 0;
}

.commitment_contents p{
	margin-top: 30px;
}

.commitment_img4{
	margin-top: 10px;
}

.commitment_img4 img{
	margin-right: 5px;
}

@media (max-width: 900px) {
  .commitment_img {
  	margin-bottom: 30px;
  	background-image: url("/wp-content/themes/anges/img/cafe/meals_commitment_image.png");
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 72.46%;
  }
  .commitment .flex-container{
  	display: block;
  }
  .Commitment_subtitle p{
  	margin: 0;
  }
	.commitment_contents {
		width: 100%;
		line-height: 1.7em;
	}
  .commitment_contents h2{
    /*padding-top: 0;*/
    /*padding-left: 100%;*/
    /*height: 156px;*/
  	/*background-size: contain;*/
    margin-bottom: 30px;
    background-size: contain;
    height: 0;
    padding-top: 18%;
  }
  .commitment_text > p:first-child {
  	margin-top: 0;
  }
  .commitment_img4 img{
  	width: 50%;
  	margin: 0;
  }
}

/*carefully selected*/

.selected{
	margin-top: 50px;
	position: relative;
}

.selected_img{
	background-image: url("/wp-content/themes/anges/img/cafe/hotcake.png");
 	background-repeat: no-repeat;
 	order: 2;
 	position: absolute;
 	text-align: right;
 	width:35%;
 	height: 605px;
 	top: -85px;
 	right: 0;
}

.selected_contents{
	order: 1;	
	text-align: right;
	width: 60%;
}

.selected_contents h2{
	background-image: url("/wp-content/themes/anges/img/cafe/select_title.gif");
 	background-repeat: no-repeat;
	height: 215px;
}

@media (max-width: 900px) {
	.selected_contents {
	   width: 100%;
	  }
	.selected_img{
		background-size: contain;
		height: 0;
		display: none;
	  }
	.selected_contents h2{
		margin-bottom: 30px;
		background-size: contain;
		height: 0;
		padding-top: 26%;
	  }
	.selected_contents p{
		text-align: left;
		line-height: 1.7em;
	}
	.selected_contents p br{
		display: none;
  }
}

/*お客様へのお願い*/

.request_img{
	background-image: url("/wp-content/themes/anges/img/cafe/request.jpg");
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	min-height: 410px;
 	width: 100%;
 	margin-top: 63px;
}

.request_title h3{
	font-size: 2.7rem;
	padding-top: 55px;
}

.request_title div{
	font-size: 2.1rem;
}

.request_text {
	margin: 30px auto 0;
	padding-bottom: 30px;
	width: 100%;
	max-width: 600px;
	line-height: 1.7em;
}
.request_text ul {
	margin-left: 1.5em;
}
.request_text li {

}

.request_img p{
	margin-top: 40px;
	padding-bottom: 60px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height:3rem;
}

@media (max-width: 900px) {
  .request_img{
		padding-top: 30.1%;
		height: auto;
		line-height: 1.7em;
  	background-image: url("/wp-content/themes/anges/img/cafe/Request_to_customers_title.png");
  	background-repeat: no-repeat;
  	background-position: center top;
  	background-size: contain;
  }
  .request_img .request_title {
  	height: 0;
  }
  .request_img p{
   padding: 0;
   margin-top: 30px;
  }
  .request_title h3, .request_title div{
  	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
  	height: 0;
  }
}

/*lunch menu*/

.space-top{
	margin-top: 30px;
}

.lunch{
	margin-top: 40px;
}

.titleback{
	height: 220px;	
}

.lunch_titleback{
/*	background-image: url("/wp-content/themes/anges/img/cafe/lunc_taitleback.png");
 	background-repeat: no-repeat;
 	background-position: bottom;
*/}

.title{

}

.lunch_title{
	padding-top: 16.5%;
	height: 0px;
	background-image: url("/wp-content/themes/anges/img/cafe/lunch_title.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain; 
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.title_ets{
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.2rem;
	margin-top: -100px;
	line-height: 2rem;	
}

.lunch_contents {
	margin-top: 100px;
	position: relative;
}
.lunch_contents .badge {
	width: 197px;
	height: 197px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url("/wp-content/themes/anges/img/cafe/lunch_badge.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 10px;
}

.menu_contents{
	padding: 10px 0px 10px 35px;
}

.lunch_contents h3 {
	font-family: "OPTITimes-Roman";
}

.memu_title{
	font-size: 5.4rem;
	text-shadow: 0 1px 1px #336600;
	margin-bottom: 20px;
}

.memu_textbig{
	font-size: 2.4rem;
	white-space: nowrap;
}

.memu_textred{
	color: #990000;
	font-size: 2.4rem;
	margin-left: 1rem;
}

.menu_yen{
	color: #990000;
	font-size: 1.8rem;
}

.lunch_only{
	margin: auto 0;
	background-image: url("/wp-content/themes/anges/img/cafe/lunch_only.gif");
 	background-repeat: no-repeat;
 	right: 0;
}

.lunch_text{
	margin-top: : 35px ;
	margin-bottom: 30px;
}

.daily_lunch ul{
	margin-top: 10px;
}

.daily_lunch li{
	list-style-type: none;
}

.daily_lunch_left{
	width: 200px;
}

.omeletterice_img{
	order: 2;
}

.omeletterice_contents{
	order: 1;
	width: 50%;
	padding: 100px 0 120px 75px;
}

@media(max-width: 900px){
	.lunch_contents.flex-container,
	.lunch_contents + .flex-container {
		line-height: 1.7em;
		display: block;
	}
	.lunch_titleback,
	.lunch_title{
		background-size: cover;
	}
	.memu_title{
		font-size: 3rem;
	}
	.omeletterice_contents{
		width: 100%;
		padding: 10% 0 0 0 ;
	}
	.menu_contents,
	.omeletterice_contents {
		padding: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.lunch_titleback{
/*		background-image: url("/wp-content/themes/anges/img/cafe/Lunch_title.png");
		height: 0;
		padding-top: 50%;
*/

    margin: 60px auto 30px;
    height: initial;
    background-image: none;
	}
	.lunch_title{
		background-image: none;
    background-image: url(/wp-content/themes/anges/img/cafe/lunch_title.png);
    height: 156px;
    padding-left: 100%;
    padding-top: 0;
    background-position: center;
    background-size: contain;
	}
	.lunch_text {
		margin-bottom: 0;
		line-height: 1.7em;
	}
	.title_ets{
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		height: 0;
	}
	.lunch_contents img,
	.omeletterice_img img {
		width: 100%;
	}
}

/*ひし形*/

.lunch_defaultlist,
.lunch_defaultlist li{
  padding: 0px;
  margin: 0px;
 }

.lunch_defaultlist li{
  list-style-type: none;
  list-style-image: none;
 }

.lunch_diamond li{
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.6rem;
}

.lunch_diamond li:after{
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  width: 9px;
  height: 9px;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

/*drink menu*/

.drink_back{
	background-image: url("/wp-content/themes/anges/img/cafe/drink_back.gif");
 	background-repeat: no-repeat;
 	height: 680px;
 	margin-top: -40px;
}

.drink_titleback{
 	padding-top: 60px;
}
.drink_title{
	padding-top: 16.5%;
	background-image: url("/wp-content/themes/anges/img/cafe/drink_title.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	height: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.drink_back .title_ets{
	margin-top: -65px;
}

.drink_img{;
	position: absolute;
	top: -520px;
	left: 20px;
}

.drink{
	position: relative;
}

.drink_contents{
	width: 50%;
	position: absolute;
	top: -410px;
	left: 650px
}

.drink_width{
	width: 310px;
}
.drink_etc{
	text-align: right;
	margin-right: 160px;
}

@media(max-width: 900px){
	.drink.flex-container {
		display: block;
	}
	.drink_back{
		margin-top: 60px;
		height: auto;
		background: none;
	}
	.titleback {
		height: initial;
	}
	.drink_back .title_ets {
		margin: 0;
	}
	.drink_titleback{
		background: none;
		padding: 0;
/*		background-size: cover;
		background-position: bottom;
		background-image: url("/wp-content/themes/anges/img/cafe/Drink_title.png");
		height: 0;
		padding-top: 50%;
*/	}
	.drink_contents{
		margin-top: 30px;
		position: relative;
		top: 0;
		left: 0;
	}
	.drink_etc{
		margin: 0;
	}
	.drink_title{
		background-image: none;
    height: 156px;
    padding-left: 100%;
    padding-top: 0;
		background-image: url("/wp-content/themes/anges/img/cafe/drink_title.png");
    background-position: center;
    background-size: contain;
	}

	.drink_img {
		padding-top: 80%;
		width: 100%;
		height: 0;
		background-image: url("/wp-content/themes/anges/img/cafe/drink_image1.png");
    background-position: center;
    background-size: contain;
		position: relative;
		top: 0px;
		left: 0px;
	}
	.drink_img img {
		display: none;
	}
}

/*高山所長*/

.official_container{
	position: relative;
}

.official_inner{
	width: 100%;
	max-width: 875px;
	margin: 0 auto ;
	height: 365px; 
	border: 0.1px solid;
	box-shadow: 0 -1px 10px #330000;
	position: absolute;
	top: -120px;
	left: 170px;
}

.chief_img{
	background-image: url("/wp-content/themes/anges/img/cafe/chief.jpg");
 	background-repeat: no-repeat;
}

.official{
	padding: 40px 0px 35px 60px;
}

.official-position{
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.official .flex-container,
.official_ceo .flex-container{
	margin-top: 20px;
}

.official .flex-container img,
.official_ceo .flex-container img{
	margin-left:  10px;
}

.official_text{
	line-height: 2.5rem;
}

/*Roasting*/

.roasting_img{
	background-image: url("/wp-content/themes/anges/img/cafe/cafe-roasting.jpg");
 	background-repeat: no-repeat;
 	margin-top: 215px;
}

.roasting{
	padding: 130px 140px 80px 0;
	color: #fff;
	font-size: 2.1rem;
	line-height: 3.5rem;
}

@media(max-width: 900px){
	.roasting_img{
/*		background-position: left top;
		margin: 0;
		padding-top: 120%;
		margin-top: 15%;
*/
    margin-top: 60px;
    padding-top: 73%;
		line-height: 1.7em;
    background-size: contain;
    background-image: url(/wp-content/themes/anges/img/cafe/drink_image2.png);
    background-repeat: no-repeat;
	}
	.roasting{
		padding: 0 ;
		text-align: left;
		color: #000;
		font-size: 2rem;
    line-height: 1.7em;
	}
	.roasting .space-top br {
		display: none;
	}
}

/*luvond tea*/

.luvondtea_img{
	background-image: url("/wp-content/themes/anges/img/cafe/luvond.jpg");
 	background-repeat: no-repeat;
 	height: 1170px;
 	margin-top: -3px;
 	color: #fff;
}

.luvondtea-menu{	
	padding-top: 330px;
	margin-left: 100px;
}

.text-medium{
	font-size: 1.8rem;
}

.luvondtea_img .text-right{
	width: 40%;
}

.luvondtea_text{
	margin-top: 280px;
	font-size: 2.1rem;
	line-height: 4rem;
}

@media(max-width: 900px){
	.luvondtea_img{
		background-size: contain;
		color: #000;
		margin-top: 60px;
    padding-top: 40%;
		height: auto;
		line-height: 1.7em;
    background-image: url(/wp-content/themes/anges/img/cafe/luvond_tea_image.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	}
	.luvondtea-menu{
		margin : 0;
		padding-top: 30px;
	}
	.luvondtea_img .memu_textbig{
		width: 100%;
	}
	.luvondtea_text{
		margin-top: 30px;
    padding-top: 77%;
		height: auto;
    background-image: url(/wp-content/themes/anges/img/cafe/leaf.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.6rem;
		line-height: 1.7em;
		text-align: left;
	}
}

/*代表取締役*/
.ceo_img{
	background-image: url("/wp-content/themes/anges/img/cafe/ceo.jpg");
 	background-repeat: no-repeat;
 	width: 400px;
 	height: 370px;
}

.ceo_inner{
	width: 100%;
	max-width: 875px;
	margin: 0 auto ;
	height: 367px; 
	border: 0.1px solid;
	box-shadow: 0 0 20px #330000;
	position: absolute;
	top: -50px;
	left: 170px;
	background-color: #fff;
	z-index: 1;
}

.official_ceo{
	padding: 40px 0px 35px 0px;
}

@media(max-width: 900px){
	.ceo_inner{
		height: auto;
		left: 0;
		position: unset;
	}
	.ceo_img{
		background-image: url(/wp-content/themes/anges/img/cafe/Itou.jpg);
		background-repeat: no-repeat; 
		background-size: contain;
		padding-top: 100%;
		height: 0;
		width: 100%;
	}
	.official_ceo{
		padding : 30px 25px 15px;
		margin: 0;
		height: auto;
	}
	.official_text{
		margin-top: 5%;
		line-height: 1.7em;
	}
	.official_text 
}

/*afternoon menu*/

.afternoon{
	position: relative;
}

.afternoon_back{
 	width: 100%;
 	height: 1300px;
}
.Produce{
	padding-top: 330px;
}

.reservation_advice{
	margin-top: 10px;
}

.afternoon_title{
}
h2.afternoon_title {
	margin-top: 70px;
	padding-top: 16.5%;
	background-image: url(/wp-content/themes/anges/img/cafe/afternoon_title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/*display: block;*/
}

.afternoon_etc{
	font-size: 1.2rem;
	margin-top: -25px;
	line-height: 2rem;
	margin-left: 60px;
}

.twin_img{
	margin-top: -845px;
	position: absolute;
}

.afternoon_menu{
	margin-top: -570px;
	position: absolute;
	margin-left: 55%;
	line-height: 5rem;
}

.melon_img{
	margin-top: -950px;
	position: absolute;
	right: 0;
}

.parfait_only{
	position: absolute;
	margin-top: -450px;
	right: 0;
}

.hotcake_img{
	order: 2;
	right: 0;
	margin-top: -200px;
	margin-left: 40px;
}

.hotcake_title{
	font-size: 3.2rem;
	font-family: "OPTITimes-Roman";
	text-shadow: 0 1px 1px #cc9900;
	margin-bottom: 20px;
	line-height: 4rem;
}

.hotcake{
	margin-left: 60px;
	order: 1;
	margin-top: -50px;
}

.remarks{
	line-height: 2rem;
}

@media(max-width: 900px){
	.afternoon_back{
		padding-top: 30px;
		width: 100%;
		height: auto;
		background: none;
	}
	.Produce{
		margin-top: 0px;
		padding: 0;
	}
	.afternoon_title {
		margin-top: 60px;
    padding-left: 100%;
    padding-top: 0;
    height: 156px;
    background-image: url(/wp-content/themes/anges/img/cafe/Afternoon_title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	}
	.afternoon_title img,
	.afternoon_title span.skip {
		height: 0;
	}

	.afternoon_menu{
		margin: 30px 0 0 0;
		padding-top: 72.5%;
		width: 100%;
    background-image: url(/wp-content/themes/anges/img/cafe/afternoon_image1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: relative;
		line-height: 1.7em;
	}
	.afternoon_menu > div:first-child {
		margin-top: 30px;
	}
	.afternoon_etc{
    margin: 0;
    height: 0;
		text-indent: 100%;
    overflow: hidden;
	}
	.twin_img,
	.melon_img{
		display: none;
	}
	.melon_img{
		display: none;
	}
	.parfait_only{
		margin: -215px 0 0 0 ;
		text-align: right;
	}
	.parfait_only img{
		/*width: 100%;*/
		display: inline-block;
	}
	.hotcake_img,
	.hotcake{
		margin: 30px 0 0;
		line-height: 1.7em;
	}
	.hotcake_img img {
		width: 100%;
	}
	.hotcake_title {
		font-size: 3rem;
	}
	.hotcake .flex-container .flex-container {
		display: flex;
	}
	.chief_img {
		padding-top: 100%;
		line-height: 1.7em;
		background-image: url("/wp-content/themes/anges/img/cafe/Takayama.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
}


/*ご予約*/

.reservation_img{
	background-image: url("/wp-content/themes/anges/img/cafe/reservation.jpg");
 	background-repeat: no-repeat;
 	width: 100%;
 	height: 435px;
 	padding: 55px 20% 0 29%;
 	position: relative;
}

.reservation_title {
	padding-right: 8%;
}
.reservation_title h2{
	font-size: 2.7rem;
}

.reservation_title div{
	margin-top: .5em;
	font-size: 2.1rem;
	font-family: "TrajanPro";
	/*border-bottom: 2px solid #999;*/
	width: 60%;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}


.afternoon_teaset{
	margin-top: 2rem;
	margin-left: -1em;
	font-size: 4.5rem;
	font-family: "OPTITimes-Roman";
	font-weight: 700;
	text-shadow: rgba(0,0,0,1) 0px 0px 1px;
	letter-spacing: 3px;
}

.reservation_img .space-top {
	margin-bottom: 20px;
	margin-left: -3em;
	line-height: 1.8em;
}
.reservation_img .space-bottom {
	margin-bottom: 15px;
	line-height: 1.7em;
}
.reservation_img .badge {
	display: none;
}

@media(max-width: 900px){
	.reservation_img{
		margin-top: 60px;
		padding: 30% 0 0;
		height: auto;
		background-image: url(/wp-content/themes/anges/img/cafe/reservation_title_sp.jpg);
		background-size: contain;
	}
	.reservation_title{
		margin-top: 30px;
		padding: 0;
		height: 0;
    text-indent: 100%;
    overflow: hidden;
	}
	.reservation_img .badge {
		width: 197px;
		height: 197px;
		text-indent: -9999px;
		overflow: hidden;
		background-image: url("/wp-content/themes/anges/img/cafe/reservation_badge.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
		right: 0px;
		top: 50%;
		display: block;
	}
}


/* PC */
@media (min-width: 901px){
	section.information h2 {
		max-width: 1030px;
	}
	section.information ul {
		margin: 0 auto;
		max-width: 960px;
	}
	.banner{
		max-width: 960px;
	}
	.slick-slide {
	    margin: 5px;
	}
	.request_img p{
		max-width: 755px;
	}
	.afternoon_etc {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.afternoon_etc br {
		display: none;
	}

}
/* PC用特別仕様 */
@media (min-width: 901px) and (max-width: 1200px){
	.lunch_contents > div:first-child {
		width: 30%;
		background: url(/wp-content/themes/anges/img/cafe/lunch.jpg) no-repeat center;
		background-size: cover;
	}
	.lunch_contents > div img {
		display: none;
	}
	.omeletterice_img {
		width: 45%;
		background: url(/wp-content/themes/anges/img/cafe/lunch_omu.jpg) no-repeat center;
		background-size: contain;
	}
	.omeletterice_img > div img {
		display: none;
	}
	.omeletterice_contents {
		padding-left: 20px;
		flex: 1;
	}

	.roasting {
		padding-right: 20px;
	}

	.drink_img {
		width: 50%;
		top: -440px;
	}
	.drink_contents {
		width: initial;
		right: 20px;
		left: initial;
	}

	.luvondtea_text {
		padding-right: 20px;
		text-align: right;
	}

	.official_inner,
	.ceo_inner {
		left: calc( (100vw - 890px) / 2);
	}

	.afternoon_menu {
		margin-top: -580px;
		margin-left: 0;
		left: 40%;
	}
	.twin_img {
		margin-top: -600px;
		width: 42%;
	}
	.melon_img {
		display: none;
	}

	.hotcake_img {
		margin: 0;
	}
	.hotcake {
		margin-top: 0;
		margin-left: 20px;
	}

	.reservation_img {
		padding-right: 10%;
		padding-left: 30%;
		background-position: 68% center;
	}
}

/* tablet portrait */
@media (max-width: 900px){
	header.entry-header {
		margin: 0 -20px;
	}
	.banner.flex-container {
		display: block;
	}
	.banner img {
		margin: 10px auto;
	}

	.request_img p {}

	.flex-container{
		display: block;
	}
	.memu_textbig,
	.memu_textred {
		font-size: 2rem;
	}

	.lunch_contents .badge {
		top: initial;
		bottom: 6rem;
	}
	.drink_back {
		margin-top: 0px;
		margin-bottom: 2rem;
		height: auto;
	}
	.drink.flex-container {
		line-height: 1.7em;
		display: block;
	}
	.drink_img {
		padding-top: 73%;
		position: relative;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
	}
	.drink_contents {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	.drink_contents .flex-container {
		display: flex;
	}


	.official_container {
		margin-top: 60px;
	}
	.official_inner {
		height: auto;
		border: none;
		position: relative;
		top: 0;
		left: 0;
	}
	
	.official {
		margin-top: 30px;
		padding: 0% 25px 15px;
	}
}

/* SP用特別仕様 */
@media (max-width: 800px){
	.lunch_text .hide_sp {
		display: block;
	}
	.lunch_contents .badge,
	.reservation_img .badge {
		width: 150px;
		height: 150px;
	}
}

/* Smart phpne landscape */
@media (max-width: 600px){
	.parfait_only {
		width: 35%;
	}
	.afternoon_teaset {
		margin-top: 0;
		margin-left: 0;
		font-size: 3rem;
		line-height: 1.7em;
		letter-spacing: 0;
	}
	section.sns .facebook iframe ._2p3a {
		width: 100%;
	}
	.lunch_title,
	.drink_title,
	.afternoon_title {
		margin-left: 0;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 32.4%;
    background-position: center;
    background-size: 120%;
	}
	.skip {
		height: 0;
	}
	.lunch_contents .badge,
	.reservation_img .badge {
		width: 120px;
		height: 120px;
	}

/* Add M.Ohno Infomation SmartPhone対応 */
  section.information{
    margin: 10px auto;
    padding: 10px;
  }
  section.information h2::before{
    display:none;
  }
  section.information h2::after{
    content: ' ～インフォメーション～';
    font-size: 1.3rem;
    display:inline;
  }
  
  section.information h2{
    font-size: 1.3rem;
  }

  .defaultlist li{
    font-size: 1.3rem;
  }
/* Add M.Ohno Infomation SmartPhone対応 */

}
/* Smart phpne portrait */
@media (max-width: 480px){
	.memu_textbig{
		white-space: normal;
	}
	.drink_width {
		width: 100%;
	}
	.official .flex-container,
	.official_ceo .flex-container {
		display: flex;
	}
	.official .flex-container img,
	.official_ceo .flex-container img {
		margin: 2px;
		width: calc( 100% / 3 - 4px );
		height: 100%;
	}
	.lunch_contents .badge {
		bottom: 10rem;
	}

	.parfait_only {
		margin-top: -120px;
		width: 35%;
	}
	.reservation .space-top,
	.reservation .space-bottom {
		margin-left: 0px;
    text-align: left;
	}
	.lunch_contents .badge,
	.reservation_img .badge {
		width: 100px;
		height: 100px;
	}

/* Add M.Ohno Infomation SmartPhone対応 */
  section.information{
    margin: 10px auto;
    padding: 10px;
  }
  section.information h2::before{
    display:none;
  }
  section.information h2::after{
    content: ' ～インフォメーション～';
    font-size: 1.3rem;
    display:inline;
  }
  
  section.information h2{
    font-size: 1.3rem;
  }

  .defaultlist li{
    font-size: 1.3rem;
  }
/* Add M.Ohno Infomation SmartPhone対応 */

}
/* SP用特別仕様 */
@media (max-width: 400px){
	.lunch_contents .badge {
		bottom: 10rem;
	}
}