@charset "UTF-8";
/* CSS Document */

img{vertical-align: middle;}

a {
	text-decoration: none;
}

a:hover img{
	opacity: 0.85;
	filter: alpha(opacity=85);
}

body{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
}

body > div{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
	border-bottom: solid 1px #cccccc;
}

body > div a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 2%;
	color: #666666;
}

body > div a:hover{
	background-color: #cccccc;
}

.slide{
	width: 100%;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
  z-index: 1;
    /*top: 50%;*/
	top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 1.5px solid #ccc;/*矢印の色*/
    border-right: 1.5px solid #ccc;/*矢印の色*/
    height: 10px;
    width: 10px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  	position: relative;
  	z-index: 2;
  	text-align:center;
  	margin: -4% 0 0 0;
}

.slick-dots li {
    display:inline-block;
  	margin:0 8px;
}

.slick-dots button {
    color: transparent;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


@media (min-width: 980px) {
	body > div a{
		padding: 1.5% 2%;
		font-size: 24px;
	}
	
	.slick-prev, 
	.slick-next {
    	border-top: 2px solid #ccc;/*矢印の色*/
    	border-right: 2px solid #ccc;/*矢印の色*/
    	height: 20px;
    	width: 20px;
	}
	
	.slick-dots {
  		margin: -2% 0 0 0;
	}
}



/*	フロア・ショップ名*/
.store_information{
	display: table;
	width: 80%;
	margin: 0.3% 0 0;
	padding: 3% 10% 2%;
	background-color: #0000E1;
	color: #ffffff;
}

.store_information dt{
	display: table-cell;
	width: 2em;
	padding: 0 0.2em;
	white-space: nowrap;
	font-size: 140%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	border: #ffffff solid 1.5px;
	border-radius: 10%;
}

.store_information dd{
	display: table-cell;
	line-height: 1.6em;
	padding: 0 0 0 0.5em;
	font-size: 110%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	
}

.store_information dd span{
	font-size: 140%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
}

.menu_detail{
	width: 80%;
	margin: 5% 10%;
}

.catchcopy {
	background-color: #00893f;
	border-radius: 20px;
	padding: 1% 5%;
	font-size: 150%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
}

.quantity_limited {
	width: 4em;
	margin: 5% 0 -3% 0;
	border: solid 1px #e60012;
	border-radius: 20px;
	padding: 1% 0.5em 1% 0.5em;
	font-size: 130%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #e60012;
	line-height: 1.4;
}

.quantity_limited_2{
	width: 6.5em;
	margin: 5% 0 -3% 0;
	border: solid 1px #e60012;
	border-radius: 20px;
	padding: 1% 0.5em 1% 0.5em;
	font-size: 130%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #e60012;
	line-height: 1.4;
	text-align: center;
}

.menu_detail h2{
	margin-top: 5%;
	font-size: 150%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	color: #262626;
	line-height: 1.3;
}

.menu_detail h2 .sub{
	font-size: 80%;
	font-weight: 400;
}


.price{
	margin-top: 2%;
	font-size: 150%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #262626;
}

.price span{
	font-size: 80%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	color: #262626;
}

.set_detail{
	margin-top: 3%;
	font-size: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	color: #262626;
	line-height: 1.4;
}

.notation{
	margin-top: 5%;
}

.menu_notation{
	margin-top: 2%;
	font-size: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	color: #262626;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
}

.raw_materials{
	margin: 5% 0 0 0%;
	display: flex;
    align-items: center;
    gap: 10px; 
}

.raw_materials dt{
	width: 6.5em;
	padding: 1% 0.5em 1% 1em;
	border: solid 1px #00893f;
    border-radius: 30px;
	font-size: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #00893f;
	text-align: center;
}

.raw_materials dt span,
.raw_materials_2 dt span,
.raw_materials_3 dt span,
.raw_materials_4 dt span{
	font-size: 80%;
}

.raw_materials dd{
	font-size: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #00893f;
	line-height: 1.3;
}

.raw_materials_2,
.raw_materials_3,
.raw_materials_4{
	margin: 5% 0 0 0%;
}

.raw_materials_2 dt{
	width: 17.5em;
	padding: 1% 0.5em 1% 1em;
	border: solid 1px #00893f;
    border-radius: 30px;
	font-size: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #00893f;
	text-align: center;
}

.raw_materials_2 dd,
.raw_materials_3 dd,
.raw_materials_4 dd{
	margin-top: 3%;
	font-size: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #00893f;
}

.raw_materials_3 dt{
	width: 19.5em;
	padding: 1% 0.5em 1% 1em;
	border: solid 1px #00893f;
    border-radius: 30px;
	font-size: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #00893f;
	text-align: center;
}

.raw_materials_4 dt{
	width: 20.5em;
	padding: 1% 0.5em 1% 1em;
	border: solid 1px #00893f;
    border-radius: 30px;
	font-size: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #00893f;
	text-align: center;
}


.menu_introduction{
	width: 80%;
	margin: 5% 7.5%;
	padding: 2% 2.5% 2% 2.5%;
	background-image: url("../img/back_img.jpg");
}

.menu_introduction p{
	font-size: 110%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	color: #262626;
	line-height: 1.6;
	text-align:justify;
}

.box_student{
	width: 100%;
	margin: 7% 0% 3% 0;
}

.box_student h3{
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
	border-bottom: 2px solid;
    color: #262626;
    font-family: 'Shippori Mincho', serif;
	font-weight: 800;
    font-size: 130%;
    text-align: center;
}

.box_student h3:before,
.box_student h3:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.box_student h3:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}

.box_student h3:after {
    border: 13px solid;
    border-color: transparent;
    border-top-color: #F2A950;
    margin-left: -13px;
}

.student {
  	position: relative;
  	background: #F2A950;
  	box-shadow: 0px 0px 0px 5px #F2A950;
  	border: dashed 2px white;
  	padding: 0.2em 0.5em;
	margin-top: 7%;
  	color: #262626;
	font-size: 120%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	line-height: 1.5;
}

.student:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #BF571B;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.base_food{
	width: 90%;
	margin: 0 4% 0 6%;
}

.base_food h4{
	margin-top: 5%;
	font-size: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	color: #262626;
}

.base_food p{
	margin-top: 2%;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 90%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	color: #00893f;
	line-height: 1.3;
}

.spice_line {
	width: 80%;
	margin: 10% 10% 0;
	height: 3px;
	border-width: 0;
	background-color: #00bcd4;
	background-image: -webkit-linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
	background-image: linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
}

br.sp{
	display: block;
}

br.pc{
	display: none;
	}

.font_oldmin{
	font-family: 'Zen Old Mincho', serif;
}

.Red{
	color: #e60012;
}

.ind{
	padding-left: 1em;
	text-indent: -1em;
}

.text_space{
	letter-spacing: -1px;
}


@media (min-width: 980px) {
	.store_information{
		display: table;
		width: 80%;
		margin: -2.5% 0 0;
		padding: 2% 10%;
	}
	
	.store_information dt{
		font-size: 32px;
	}

	.store_information dd{
		font-size: 28px;
	}

	.store_information dd span{
		font-size: 38px;
	}

	.catchcopy {
		border-radius: 40px;
		padding: 1% 5%;
		font-size: 36px;
	}
	
	.quantity_limited {
		border-radius: 40px;
		font-size: 28px;
	}
	
	.quantity_limited_2 {
		border-radius: 40px;
		font-size: 28px;
	}
	
	.menu_detail h2{
		margin-top: 5%;
		font-size: 36px;
	}

	.menu_detail h2 .sub{
		font-size: 28px;
	}
	
	.price{
		margin-top: 2%;
		font-size: 36px;
	}

	.price span{
		font-size: 28px;
	}
	
	.set_detail{
		margin-top: 3%;
		font-size: 24px;
	}
	
	.notation{
		margin-top: 3%;
	}

	.menu_notation{
		margin-top: 1%;
		font-size: 24px;
		line-height: 1.3;
	}

	.raw_materials{
		margin: 5% 0 0 0%;
    	gap: 20px; 
	}
	
	.raw_materials dt{
    	border-radius: 40px;
		font-size: 24px;
	}
	
	.raw_materials dd{
		font-size: 24px;
	}
	
	.raw_materials_2,
	.raw_materials_3,
	.raw_materials_4{
		margin: 3% 0 0 0%;
	}
	
	.raw_materials_2 dt,
	.raw_materials_3 dt,
	.raw_materials_4 dt{
		font-size: 24px;
	}
	
	.raw_materials_2 dd,
	.raw_materials_3 dd,
	.raw_materials_4 dd{
		margin-top: 1%;
		font-size: 24px;
	}
	
	.menu_introduction p{
		font-size: 30px;
	}
	
	.box_student{
		margin: 5% 0% 1% 0;
	}
	
	.box_student h3{
		padding: 0.6rem 0 0.4rem;
    	font-size: 32px;
	}
	
	.student {
		margin-top: 3%;
		font-size: 28px;
	}
	
	.base_food{
		width: 80%;
		margin: 0 auto;
	}
	
	.base_food h4{
		margin-top: 3%;
		font-size: 26px;
	}
	
	.base_food p{
		margin-top: 2%;
		font-size: 24px;
	}
	
	.spice_line {
		margin: 5% 10% 0;
	}
	
	br.sp{
		display: none;
	}
	
	br.pc{
		display: block;
	}
}


/*___フッター___*/
footer{
	width: 100%;
	text-align: center;
	border-bottom: #06027d solid 5px;
}

footer p{
	width: 90%;
	margin: 5% 5% 0;
}

footer h5{
	margin-top: 3%;
	font-size: 140%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	color: #262626;
}

/*---logoslidr---*/
.logo_slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   	width:94%;
    margin:5% auto;
}

.logo_slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.logo_slider .slick-slide {
    margin:0 10px;
}


@media (min-width: 980px) {
	footer{
		border-bottom: #06027d solid 10px;
	}
	
	footer p{
		width: 70%;
		margin: 3% 15% 0;
	}
	
	footer h5{
		margin-top: 2%;
		font-size: 28px;
	}
	
	.logo_slider {
    	margin:3% auto 2%;
	}
		
	.logo_slider img {
   		width:90%;/*スライダー内の画像を横幅*/
		margin: 0 5% 0;
    	height:auto;
	}
}


