@charset "utf-8";
* {
    margin: 0;
    padding: 0;
  	font-feature-settings: 'palt' on;
}

/*区切り線*/
.dots,.dots_sp {
    width: 50%;
    max-width: 100px;
    border: none;
    background: url(../images/hr_dots.svg)no-repeat;
    height: 10px;
    margin: 30px auto;
}

.br_pc {
    display: block;
}

.txt_c {
    text-align: center;
}
.txt_c_sp_pc {
    text-align: center;
}
.txt_l {
	text-align: left;
}
.h2_title {
    margin: 30px 0;
    font-size: 1.1em;
    text-align: center;
    font-family: 'Noto Serif JP', serif;     
}
.small {
    font-size: 0.8em;
    line-height: 1.5em;
    display: inline-block;
    text-align: left;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;	
}

/*トップイメージ*/
#top_img {
    position: relative;
    top: 46px;
}
#content_inr {
    position: relative;
    top: 46px;
	padding: 20px;
	box-sizing: border-box;
}
#content_full {
    position: relative;
    top: 46px;
	box-sizing: border-box;
}


#top_img > div:first-of-type {
    display: flex;
    justify-content: space-around;
}
.img_l {
    width: 60%;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.img_l img {
    width: 530px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);    
}
.img_r {
    width: 40%;  
}
.img_txt {
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
    color: #333;	
	font-weight: bold;
}
.img_logo,.img_txt {
    height: 150px;
    position: relative;
	text-align: center;
}

.img_logo > img {
    width: 80%;
    max-width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.img_txt > span {
    width: 90%;
    max-width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);	
}
.img_bottom {
    height: 150px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;    
}
.img_bottom img {
    width: 450px;
    position: absolute;
    top: 30%;
    left: 80%;
    transform: translate(-50%,-50%);    
}
.img_bottom2 {
    height: 150px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;    
}
.img_bottom2 img {
    width: 450px;
    position: absolute;
    top: 90%;
    left: 45%;
    transform: translate(-50%,-50%);    
}
/*画像の切り替え*/
.img-box {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.img1, .img2, .img3  {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    animation: anime 15s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1 {
    background-image: url(../relife/images/top_relife2.png);
}
.img2 {
    background-image: url(../relife/images/top_relife3.png);
    animation-delay: 5s;
}
.img3 {
    background-image: url(../relife/images/top_relife4.jpg);
    animation-delay: 10s;
	background-size: cover;
}

@keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        transform: scale(1.2);
        z-index: 10;
}
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
/*トップテキスト*/
.top_txt {
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}
.top_txt p {
    font-family: 'Noto Serif JP', serif; 
    font-size: 0.9em;
    line-height: 2em;

}
.top_txt > .sab_title {
    font-size: 1.2em; 
}
#content_inr > .pc_txt {
    display: none;
}
#font_f {
    font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}

.sab_title {
    font-size: 1.2em; 
    margin-bottom: 20px;	
    font-family: 'Noto Serif JP', serif; 
}
.sab_txt {
    font-size: 0.9rem; 
	line-height: 2em;
    font-family: 'Noto Serif JP', serif; 	
}
/*さしすせそ*/
.kodawari {
	width: 80%;
	max-width: 300px;
	margin: 0 auto 50px;
/*	padding: 20px;*/
/*	background: url(../cafe/images/paper.png)no-repeat;*/
	background-size: cover;
/*	box-shadow: 5px 5px 5px #e6e6e6;*/
	box-sizing: border-box;
	position: relative;
	bottom: 30px;
}
.sawarabi_txt {
	font-family: 'Sawarabi Gothic', sans-serif;	
}

.cafe_setumei::after {
	content: url(../cafe/images/fikidasi.svg);
	display: block;
	width: calc(100% - 20px);
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	top: -20px;
}
.kodawari > ul li,.kodawari > ul li > a {
    font-size: 1rem;
    line-height: 2em;
	text-align: left;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.kodawari > ul > li > a:hover {
	opacity: .6;
}
.kodawari2 > .box {
	padding: 20px;
}
.kodawari2 > div > h3 {
    font-family: 'Noto Serif JP', serif; 
    font-size: 1.1em;
    line-height: 2em;	
}
.kodawari > ul {
	width: 120px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.kodawari > ul > li {
	display: inline-block;
	margin-bottom: 15px;
}
.kodawari > ul > li > span {
	font-size: 2rem;
	color: #b33d12;
}


.kodawari2 > .box > p {
	margin: 10px 0;
    font-family: 'Noto Serif JP', serif; 	
}
.kodawari2 > .box > a {
	margin: 10px 0;
	text-align: right;
	display: block;
	font-size: 0.7em;
}

.kodawari2 > .box {
	width: 80%;
	margin: 0 auto;
	max-width: 300px;
	text-align: center;
}
.kodawari2 > .box > h3 {
	padding: 5px 10px;	
	box-sizing: border-box;		
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	text-align: center;
}

/*パンくずリスト*/
.link_list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}

.link_list li a {
    font-weight: bold;
    font-size: 0.7em;
}
.link_list li:not(:first-of-type) {
    margin-left: 20px;
}
.link_list li a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f103';
    font-weight: 900;   
    position: relative;
    top:3px;
    margin-left: 5px;
}

/*プロフィール*/
#profile {
    margin: 90px auto 50px;
    width: calc(100% - 20px);
}
.profile_img {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}
.photo {
    width: 50%;
}
.name {
    width: 50%;  
    position: relative;
}
.name > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    text-align: left;   
    white-space: nowrap;
}
.name > p > span {
    font-size: 0.7em;
    margin-bottom: 5px;
    display: block;
}
.profire_txt > a {
	text-align: right;	
	display: block;
}
.profire_txt > p {
    padding: 0 20px 20px; 
    font-size: 0.8em;
    line-height: 2em;
}
.profire_btn {
	padding: 5px 20px;
	display: inline-block;
	font-size: 0.8em;
	border: solid 1px #000;
	border-radius: 20px;
}


/*MENU*/
#menu {
	padding: 10px 0;
	background: #f5f5f5;
}
#menu > div {
	text-align: center;
}

.order_time {
	width: calc(100% - 20px);
	max-width: 180px;
	margin: 40px auto;
	text-align: center;
}
.order_time > h4 {
	padding: 10px;
	border-bottom: solid 1px #333;
	font-size: 1.2em;	
	color: #333;
}
.order_time > p {
	padding: 10px;
	font-size: 0.9em;
}
.lunch_menu {
	display: flex;
}
.scroll_content > li:nth-of-type(odd) > div {
	flex-direction: row-reverse;
}
.menu_img {
	width: 50%;
}
.menu_title {
	width: 50%;
	position: relative;	
	white-space: nowrap;	
}
.menu_title > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_title > div > h4 {
    font-family: 'Noto Serif JP', serif;	
	font-size: 0.9rem;	
	line-height: 1.8em;	
	margin-bottom: 10px;
}

/*cafe_txt*/
.cafe_txt {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
.cafe_txt > h3,.cafe_txt > p {
	font-family: 'Noto Serif JP', serif;
	font-size: 0.9rem;
    line-height: 2em;	
}
.cafe_txt > p > span {
	display: block;
	text-align: right;
}

.content_box > #font_f {
	font-size: 0.9em;
	line-height: 2em;
}

/*蒲原ひかりの料理教室*/	
.event_area > div {
	padding: 20px 0;
	background: #f5f5f5;
}
.event_title {
	text-align: center;
	margin: 20px auto 10px;
	font-size: 1.3rem;
}
.event_title >.small {
	display: block;
	text-align: center;
	margin: 5px auto;
	font-size: 0.5em;	
}
.event_title::after {
	content: "";
	display: block;
	margin: 20px auto;
	width: 20px;
	height: 5px;
	background: #333;
}
.scroll_event { /* リスト全体のスタイル */
	display: flex;
	width: calc(100% - 40px);
	margin: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
		-webkit-overflow-scrolling: touch;		
}	


.scroll_event li { /* 各リストのスタイル */
	max-width: 300px;
	min-width: 200px;
	  width: 25%;
	margin-bottom: 10px;
	  padding: 8px;
	  flex-shrink: 0;
}


	.scroll_event::-webkit-scrollbar {
	  height: 5px; /* スクロールバーの高さ */
	}

	.scroll_event::-webkit-scrollbar-thumb {
	  background: #aaa; /* ツマミの色 */
	  border-radius: 3px; /* ツマミ両端の丸み */
	}

	.scroll_event::-webkit-scrollbar-track {
	  background: #ddd; /* トラックの色 */
	  border-radius: 3px; /* トラック両端の丸み */
	}
.event_area > div > .event_btn {
	text-align: right;
}
	
/*SHOP*/
.event_txt_c {
	text-align: center;
}
.shop_txt {
	font-size: 0.8em;
	line-height: 1.6em;
}
.event_btn2 a {
    display: inline-block;
    font-size: 0.8rem;
    margin: 20px;
    padding: 4px 10px;
    border: solid 1px #000;
    border-radius: 20px;
    color: #000;
	background: #d6d3ce;
}
@media screen and (max-width:420px)  {
    .top_txt {
        text-align: left;
        font-size: 0.9em;
    }
    .br_pc {
        display: none;
    }
    
      
}
@media screen and (min-width:768px)  {
	
    #top_img {
        top: 0;
        left: 100px;
        width: calc(100% - 100px);
        z-index: 100;
    }
	#content_inr {
        width: calc(100% - 100px);		
		top: 0;
		left: 100px;
		z-index: 100;
	}
	#content_full {
        width: calc(100% - 100px);		
		top: 0;
		left: 100px;
		z-index: 100;
}
	.profire_txt > p {
		padding: 0 0 20px 20px; 
	}	
/*
	.photo_area {
		width: calc(100% - 100px);	
		top: 0;
		left: 100px;
		z-index: 200;
	}	
*/

	
    .img_bottom img {
        width: 600px;
        top: 20%;
        left: 80%;  
    }


   


/*さしすせそ*/    
	.cafe_setumei::after {
		top: -30px;
	}	
	.kodawari2 {
		display: flex;
		justify-content: center;
		margin-bottom: 100px;
	}
	.kodawari2 > .box {
		width: 300px;
		margin: 0;	
		}
/*プロフィール*/    
    #profile {
        max-width: 760px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        border: solid 1px #ccc;
        box-sizing: border-box;
        padding: 30px;        
    }
    .profile_img {
        width: 40%;
        min-width: 300px;
    }

    .profire_txt {
        width: 60%;        
        padding-left: 15px;
        box-sizing: border-box;
        border-left: dotted 1px #ccc;          
    }
   
}
@media screen and (min-width:1024px)  {
  
    .txt_c {
        text-align: left;
    }    
    
    .br_pc {
        display: none;
    }
/*トップイメージ*/       
    #top_img {
        max-width: 1200px;
        left: 50px;
        margin: 0 auto;
    }
    .img_l img {
        width: 800px;  
    }     
    .img_logo > img {
        max-width: 250px;
    }    
    .img_logo,.img_txt {
        height: 300px;
    }  
    .img_bottom,.img_bottom2 {
        height: 350px;
    }  
	.img_bottom2 img {
		width: 550px;
		position: absolute;
		top: 60%;
		left: 45%;
		transform: translate(-50%,-50%);    
	}
	
    .img_bottom img {
        width: 700px;   
        top: 40%;
        left: 70%;      
    }   

    .top_txt {
        width: 60%;
        padding: 40px;  
        box-sizing: border-box;
        position: absolute;
        top: 300px;
        left: 0;
    } 

/*パンくずリスト*/    
    .link_list {
        display: none;
    }
    .link_list li a {
        font-size: 1em;
    }    
    #content_inr > .pc_txt {
        display: flex;
    }  
    
    
/*区切り線*/      
    .dots_sp {
        display: none
    }
	
/*メニュー*/ 
	.cafe_txt {
		padding: 60px 0;
	}	
	.scroll_content > li:nth-of-type(odd) > div {
		flex-direction: row;
	}	
	.scroll_content { /* リスト全体のスタイル */
		display: flex;
		width: calc(100% - 40px);
		margin: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
		-webkit-overflow-scrolling: touch;		
	}

	.scroll_content li { /* 各リストのスタイル */
	  width: 100%;
	margin-bottom: 10px;
	  padding: 8px;
	  flex-shrink: 0;
	}

	.scroll_content img { /* 画像のスタイル */
	  width: 100%;
		height: 100%;
	  max-height: 200px;
	  object-fit: cover;
	}

	.scroll_content::-webkit-scrollbar {
	  height: 5px; /* スクロールバーの高さ */
	}

	.scroll_content::-webkit-scrollbar-thumb {
	  background: #aaa; /* ツマミの色 */
	  border-radius: 3px; /* ツマミ両端の丸み */
	}

	.scroll_content::-webkit-scrollbar-track {
	  background: #ddd; /* トラックの色 */
	  border-radius: 3px; /* トラック両端の丸み */
	}


	@media screen and (min-width: 450px) {

	  .scroll_content li {
		width: 50%;
	  }

	}

	
	
