@charset "UTF-8";
/* CSS Document */
body{
	color: #000;
	margin: 0 auto;
	padding: 0px;
	line-height: 1;
	font-family: 'Hina Mincho', serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

html{
	overflow-x: hidden;
}

p{
	line-height: 1.2em;
}

th{
	text-align: left;
}

a{
	outline: none;
}

address{
	font-style: inherit;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

just{
	text-align: justify;
	text-justify: inter-ideograph;
}

.min{
	font-family: 'Noto Serif JP', serif;
}

img{
	border: none;
	height: auto;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a,
a img{
	transition: 0.3s;
}

a[href^="tel:"] {
	pointer-events: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor: pointer;
}
.menu-trigger{
	position: fixed;
	width: 50px;
	height: 50px;
	z-index: 999;
	right: 3%;
	top: 30px;
	background-color: #f4c32d;
}
.menu-trigger span{
	position: absolute;
	background: #000;
	width: 30px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
	top: 15px;
}
.menu-trigger span:nth-of-type(2){
	top: 0;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
	display: none;
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	z-index: 5;
}
.g-nav .list{
	padding: 80px 0px 0px;
	width: 500px;
	margin: 0 auto;
}
.g-nav .list li{
	display: block;
	margin: 0px auto 10px;
	color:#fff;
	text-align: left;
}
.g-nav .list li a{
	width: 100%;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	line-height: 1.2em;
	border-radius: 20px;
	padding: 20px 0 20px 25px;
	font-weight: bold;
	background-color: #fff;
	box-sizing: border-box;
}
.g-nav .list li a i{
	margin-right: 7px;
}

/*----------------------------contents----------------------------*/

.cont1000{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 150px;
}

.cont1000 h3{
	text-align: center;
	font-size: 52px;
	line-height: 1.4em;
	font-weight: 400;
	padding-top: 85px;
	padding-bottom: 30px;
}

.detail{
	width: 470px;
}

.detail h4{
	text-align: center;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4em;
	padding: 65px 0px 25px;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.detail ul li{
	border-bottom: 1px solid #cfcccc;
	padding: 25px 0px 15px 40px;
	font-size: 18px;
	line-height: 1.4em;
	position: relative;
}

.detail .img{
	padding-bottom: 10px;
}

.detail ul li .takeout{
	position: absolute;
	left: 0px;
	top: 13px;
}

.detail ul li .takeout img{
	width: 40px;
}

.detail ul li span{
	width: 310px;
	display: inline-block;
}

.detail ul li p{
	width: 100px;
	letter-spacing: 0.05em;
	display: inline-block;
}

footer{
	background-color: #000;
	padding: 55px 0px 25px;
}

a#topbtn{
	width: 383px;
	line-height: 38px;
	border: 1px solid #fff;
	display: block;
	font-size: 18px;
	margin: 30px auto 40px;
	text-align: center;
	text-decoration: none;
	color:#000;
	background-color: #fff;
	border-radius: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

a#topbtn:hover{
	background-color: #000;
	color:#fff;
}

#read{
	text-align: center;
}

#shop-main{
	padding-bottom: 75px;
	background-color: #000;
}

p.shop-cont{
	width: 520px;
	margin: 80px auto 75px;
	font-size: 18px;
	text-align: left;
	line-height: 2em;
	color:#fff;
}

#inner-link{
	text-align: center;
	font-size: 36px;
	padding-top: 50px;
}

#inner-link a{
	color:#fff;
	text-decoration: none;
}

h3#subttl{
	text-align: center;
	font-size:52px;
	font-weight: 400;
	padding: 150px 0px 80px;
	letter-spacing: 0.05em;
}

#innermap{
	text-align: center;
	padding-bottom: 120px;
}

#maptable{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#maptable li{
	padding: 20px 0px 10px 20px;
	border-bottom: 1px solid #cfcccc;
	font-size: 18px;
	line-height: 1.4em;
}

#maptable li span{
	width: 215px;
	display: inline-block;
}

#maptable li p{
	letter-spacing: 0.05em;
	display: inline-block;
}

.shop-detail{
	width: 1225px;
	margin: 0 auto;
	padding-top: 145px;
}

.shop-detail .block{
	padding-bottom: 75px;
}

.shop-detail{
	padding-bottom: 50px;
}

.shop-detail .pic{
	width: 635px;
}

.shop-detail p.txt{
	color:#fff;
	font-size: 20px;
	line-height: 1.8em;
	width: 495px;
	padding-top: 75px;
} 

header{
	background-color:#f4c32d;
	overflow: hidden;
	padding: 0px 3%;
	height: 110px;
}

header h1{
	float: left;
}

header #tel{
	float: right;
	padding: 20px 100px 0px 0px;
}

header #tel img{
	height: 75px;
}

.logos{
	font-family: 'Noto Sans JP', sans-serif;
	color:#fff;
	width: 1000px;
	margin: 0 auto;
}

.logos .navs{
	text-align: left;
}

.logos .navs .logomark{
	display: inline-block;
	vertical-align: top;
}

.logos .navs p{
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px 0px;
}

.logos .navs p a{
	color:#fff;
	text-decoration: none;
	line-height: 1.8em;
}

.logos .navs p a:hover{
	text-decoration: underline;
}

.logos .navs .sns{
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
	padding-left: 10px;
}

.logos p.t1{
	text-align: right;
	font-size: 14px;
	line-height: 1.4em;
	padding: 15px 0px 5px;
	letter-spacing: 0.05em;
}

.logos p.t2{
	text-align: right;
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

.logos .navs .sns.sp{
	display: none;
}



@charset "UTF-8";

@media (max-width: 959px) and (min-width: 751px) {
	
}

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

img{
	height: auto !important;
}

a[href^="tel:"] {
	pointer-events: inherit;
}

.pc,
a#topbtn{
	display: none;
}

.sp{
	display: block;
}

.menu-trigger{
	display: inherit;
}

.cont1000{
	width: 94%;
}

#read{
	padding-top: 10px;
}

p#read img{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

#googlemap iframe{
	height: 500px;
}

footer{
	padding: 30px 0px 10px;
}

.shop-detail{
	width: 90%;
	padding-top: 60px;
}

.shop-detail p.txt,
p.shop-cont{
	font-size: 14px;
	width: 100%;
	padding: 7% 5%;
	box-sizing: border-box;
}

p.shop-cont{
	margin-top: 0px;
	margin-bottom: 0px;
}

.shop-detail .block{
	padding-bottom: 0px;
}

#inner-link{
	padding: 0px;
	font-size: 18px;
}

#innermap img{
	width: 100%;
}

#innermap{
	padding-bottom: 30px;
}

#maptable{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#maptable li{
	font-size: 10px;
	padding-left: 10px;
}

#maptable li span{
	width: 20%;
	line-height: 1.6em;
}

#maptable li p{
	width: 80%;
	line-height: 1.6em;
}

h3#subttl{
	font-size: 24px;
	padding: 75px 0px 30px;
}

h3#subttl span{
	font-size: 15px;
}

.logos{
	width: 100%;
}

.logos .cont{
	float: none;
}

.logos .navs{
	text-align: center;
}

.logos p.t1,
.logos p.t2,
.logos .navs p{
	display: none;
}

.logos .navs .sns.sp{
	display: inline-block;
}

.logos .navs .sns{
	padding-left: 5px;
}

.logos .navs .logomark img{
	width: auto;
	height: 50px !important;
}

.logos .navs .sns img{
	width: 30px !important;
}

.logos .navs .tel{
	padding-top: 15px;
}

.g-nav .list{
	width: 84%;
}

header h1 img{
	width: 150px;
}

header{
	height: auto;
}

header #tel{
	display: none;
}

.menu-trigger{
	top: 20px;
}

.detail{
	width: 100%;
}

.detail ul li{
	font-size: 13px;
	overflow: hidden;
}

.detail ul li span{
	float: left;
	width: 80%;
}

.detail ul li p{
	float: right;
	width: 20%;
}

.detail ul li .takeout img{
	width: 30px;
}

.detail ul li .takeout{
	top: 15px;
}

.cont1000{
	padding-bottom: 75px;
}

#googlemap iframe{
	height: 500px;
}

footer{
	padding: 30px 0px 10px;
}

.shop-detail{
	width: 90%;
	padding-top: 60px;
}

.shop-detail p.txt{
	font-size: 14px;
	width: 100%;
	padding: 7% 5%;
	box-sizing: border-box;
}

.shop-detail .block{
	padding-bottom: 0px;
}

#inner-link{
	padding: 0px;
	font-size: 18px;
}

#innermap img{
	width: 100%;
}

#innermap{
	padding-bottom: 30px;
}

#maptable{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#maptable li{
	font-size: 10px;
	padding-left: 10px;
}

#maptable li span{
	width: 20%;
	line-height: 1.6em;
}

#maptable li p{
	width: 80%;
	line-height: 1.6em;
}

h3#subttl{
	font-size: 24px;
	padding: 75px 0px 30px;
}

h3#subttl span{
	font-size: 15px;
}

.logos,
.shop-detail .pic,
.shop-detail .pic img{
	width: 100%;
}

.logos .cont{
	float: none;
}

.logos .navs{
	text-align: center;
}

.logos p.t1,
.logos p.t2,
.logos .navs p{
	display: none;
}

.logos .navs .sns.sp{
	display: inline-block;
}

.logos .navs .sns{
	padding-left: 5px;
}

.logos .navs .logomark img{
	width: auto;
	height: 50px !important;
}

.logos .navs .sns img{
	width: 30px !important;
}

.logos .navs .tel{
	padding-top: 15px;
}

.g-nav .list{
	width: 84%;
}

.detail h4{
	font-size: 22px;
	padding: 40px 0px 15px;
}

.cont1000 h3{
	font-size: 32px;
	line-height: 1.4em;
	padding: 50px 0px 0px;
}

.g-nav .list li a{
	border-radius: 30px;
}



}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */