@charset "UTF-8";



/* ----------------------------------------------------------
   top_image
---------------------------------------------------------- */
.first_view{
	position: relative;
	height: 80vh;
	width: 100%;
}


.top_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  background: url("../img/top_image.jpg") no-repeat;
	background-size: cover;
}

.bg_01{
	background-image: url("../img/bg_img02.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50%;
}

.wrapper_content_top{
	position: relative;
    margin: 0% auto;
    padding: 6% 0 12% 6%;
    width: 100%;
	max-width: 1300px;
	height: auto;
    overflow: hidden;
}



.text_area{
	width: 40%;
}

h2.top_text{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	font-size: 2rem;
	line-height: 1.5em;
	font-weight: bold;
}

h2.top_text:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 2px;
	left: 0;
/*  left: 50%;*/
/*  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);*/
  background-color: black;
  /*border-radius: 2px;*/
}

p.top_subtext{
	margin: 0%;
    padding: 0%;
	text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    text-justify: inter-ideograph;
}




.image_area,
.info_image{
	width: 60%;
	height: 80vh;
	display: grid; 
/*    grid-template-rows: 3% 60% 3% 11% 3% 17% 3%;
    grid-template-columns: 3% 49% 3% 7% 3% 32% 3%;*/
	grid-template-rows: 3% 3fr 3% 1fr 3% 1fr 3%;
    grid-template-columns: 3% 1fr 3% 1fr 3% 1fr 3%;
}


.img01,
.img03{
	grid-row: 2 / 6;
    grid-column: 2 / 6;
	overflow: hidden;
	object-fit: cover;
}

.img01 img{
	object-fit: cover;
}

.img02,
.img04{
	grid-row: 4 / 8;
    grid-column: 4 / 8;
	overflow: hidden;
	object-fit: cover;
}

.image_area img,
.info_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.img_shadow01,
.img_shadow03{
	grid-row: 1 / 5;
    grid-column: 1 / 5;
	border: solid 1px #000;
}

.img_shadow02,
.img_shadow04{
	grid-row: 3 / 7;
    grid-column: 3 / 7;
	border: solid 1px #000;
}

/* ----------------------------------------------------------
   GENERAL PARTS
---------------------------------------------------------- */
.title_area{
	position: relative;
	/*height: 40vh;*/
	width: 100%;

	/*overflow: hidden;*/
}

.title_flex{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.left_side{
	width: 20%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.white_box{
	width: 100%;
	height: 50%;
	background-color: #fff;
}

.black_box{
	width: 100%;
	height: 50%;
	background-color: #000;
}


.right_side{
	width: 80%;
	height: 40vh;
}

.right_side img{
	width: 100%;
	object-fit: cover;
	height: inherit;
}


h3.ct_title {
	margin: -80px 0 0 15%; 
background: rgb(255, 255, 255); 
color: rgb(0, 0, 0); 
position: relative;
display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 2rem;
}
 
h3.ct_title::before {
content: '';
top: 0;
left: 0;
position: absolute;
mix-blend-mode: difference; 
background: rgb(255, 255,255); 
width: 100%;
height: 80px;
}

h3.ct_title::after{
content:"";
position:absolute;
left:45%;
top:115%;
background:#000000;
width:1px;
height:30px;
}

/* ----------------------------------------------------------
  blog
---------------------------------------------------------- */

#feed{
	width: 70%;
	max-width: 900px;
	margin: 0 auto;
}

#feed li{
	margin:0px 0px 0px 0px;
    padding:4% 0px 1% 0%;
	width:100%;
	border-bottom:1px dotted #764E38;
}

#feed li time{
	display: inline-block;
	width: 30%;
}
/* ----------------------------------------------------------
  menu
---------------------------------------------------------- */
.align_start{
	align-items: flex-start;
}

.table_box{
	width: 50%;
	margin: 5% 0 0 0;
}

h4.sub_title{
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3rem;
}

h4.sub_title:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 2px;
 left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  /*border-radius: 2px;*/
}

table.menu_table{
	width: 90%;
	text-align: center;
	margin: 0 auto ;
	border: 1px solid #ddd;
}

table.menu_table th,
table.menu_table td{
	padding: 1rem 0 1rem 0.5rem;
}

table.menu_table th{
	width: 40%;
	border-top: 1px solid #ddd; 
}

table.menu_table td{
	width: 60%;
	border-top: 1px solid #ddd; 
	border-left: 1px solid #ddd;
}



/* ----------------------------------------------------------
  shop info
---------------------------------------------------------- */
.info_flex{
	align-items: flex-start;
}

.info_text{
	width: 50%;
	margin-top: 8%;
}

.info_image{
	margin-top: 8%;
	width: 50%;
}
.map{
	width: 100%;
	height: 40vh;
}

/* ----------------------------------------------------------
  contact
---------------------------------------------------------- */
.contact_area{
	width: 100%;
	margin: 6% 0 0 0;
	padding: 5% 0;
	background-image: url("../img/contact_img02.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
}

p.contact_text{
	font-size: 1.2rem;
	color: #fff;
}

.contact_box{
	display: inline-block;
	/*width: 30%;*/
	border: solid 1px #000;
	border-radius: 30px;
	padding: 1rem 6rem;
	margin: 1rem 0 0;
}

a.tel_number{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	padding-bottom: 0.5rem;
}


p.reception_time{
	color: #fff;
	text-align: center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (max-width: 1099px){
	
/* ----------------------------------------------------------
   top_image
---------------------------------------------------------- */
.first_view{
	height: 60vh;
}


.top_image {
	height: 60vh;
}	
	
.wrapper_content_top{
	padding: 6% 6% 12%;
}
	
.bg_01{
	background-size: 70%;
}

	
	.top_flex{
		align-items: flex-start;
	}
	
.text_area{
	width: 50%;
	padding-top: 10%;
}
	
	
.image_area{
	width: 50%;
	height: 60vh;
	display: grid; 
    grid-template-rows: 3% 3fr 3% 1fr 3% 1fr 3%;
    grid-template-columns: 3% 1fr 3% 1fr 3% 1fr 3%;
}	
	

.img01{
	grid-row: 2 / 6;
    grid-column: 4 / 8;
	overflow: hidden;
}

.img02{
	grid-row: 4 / 8;
    grid-column: 2 / 6;
	overflow: hidden;
}



.img_shadow01{
	grid-row: 1 / 5;
    grid-column: 3 / 7;
	border: solid 1px #000;
}

.img_shadow02{
	grid-row: 3 / 7;
    grid-column: 1 / 5;
	border: solid 1px #000;
}
	
	@media only screen and (max-width: 900px){
		
.text_area{
	width: 100%;
}



p.top_subtext{
	font-size: 1rem;
}

		
.image_area{
	width: 100%;
	height: 70vh;
	padding: 10%;
}
	



		
	} 
	
	
/* ----------------------------------------------------------
   GENERAL PARTS
---------------------------------------------------------- */

.left_side{
	width: 25%;
}



.right_side{
	height: 30vh;
	width: 75%;
}

	
/* ----------------------------------------------------------
  blog
---------------------------------------------------------- */

#feed{
	width: 100%;
}


	
/* ----------------------------------------------------------
  menu
---------------------------------------------------------- */

.table_box{
	width: 100%;
}
	
table.menu_table{
	margin: 0 auto 4rem;
}
	
/* ----------------------------------------------------------
  shop info
---------------------------------------------------------- */
.info_text{
	width: 100%;
	order: 1;
}


.info_image{
	width: 100%;
	max-width: 500px;
	height: 60vh;
	order: 2;
	margin: 5% auto 0;
}


	
	@media only screen and (max-width: 700px){
.info_image{
	padding: 5% 15% 0 0 ;
}
	}
	
	
/* ----------------------------------------------------------
  contact
---------------------------------------------------------- */
a.tel_number{
	font-size:clamp(25px, 2.8vw, 30px);

}
	
	
	
}





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (max-width: 599px) {
	
	

	
/* ----------------------------------------------------------
   top_image
---------------------------------------------------------- */
.first_view{
	height: 50vh;
}


.top_image {
	height: 50vh;
}	
	
p.top_subtext{
	font-size: 1rem;
}
	
	
.image_area{
	padding: 20% 0 20% 10%;
}
	
/* ----------------------------------------------------------
   GENERAL PARTS
---------------------------------------------------------- */
	

h3.ct_title {
	font-size: 1.6rem;
	margin: -80px 0 0 15%;
}
 
h3.ct_title::before {
	height: 80px;
}
	
/* ----------------------------------------------------------
  blog
---------------------------------------------------------- */
	
#feed li{
	padding: 8% 0 2% 0;
}



	
/* ----------------------------------------------------------
  menu
---------------------------------------------------------- */
	
	
h4.sub_title{
	margin-bottom: 2rem;
	font-size: 1.2rem;
}	
	
h4.sub_title:before {
	width: 30px;
}

	
table.menu_table{
	width: 100%;
}
	
/* ----------------------------------------------------------
  shop info
---------------------------------------------------------- */
	
.info_image{
	padding: 10% 10% 10% 0;
	height: 70vh;

}
	
.map{
	height: 60vh;
}
	
	
/* ----------------------------------------------------------
  contact
---------------------------------------------------------- */

	
.contact_area{
	margin: 20% 0 0 0;
	padding: 15% 0;
}

p.contact_text{
	font-size: 1.1rem;
}

.contact_box{
	padding: 1rem 1.5rem;
}



}