@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;
	background: #000;
	z-index: 999;
	right: 3%;
	top: 18px;
}
.menu-trigger span{
	position: absolute;
	background: #fff;
	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(255,255,255,0.93);
	width: 100%;
	height: 100%;
	z-index: 5;
}
.g-nav .list{
	padding: 80px 0px 0px;
}
.g-nav .list li{
	display: block;
	width: 90%;
	margin: 0px auto 10px;
}
.g-nav .list li a{
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	padding: 15px 0;
	font-weight: bold;
	background-color: #91a2c9;
}
.g-nav .list li a i{
	margin-right: 7px;
}

.g-nav .list li:nth-child(5) a,
.g-nav .list li:last-child a{
	background-color: #08287e;
	color: #fff;
}

.menu-trigger{
	display: none;
}

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

#mainimg img{
	width: 100%;
}

h2#catchy{
	text-align: center;
	font-size: 60px;
	line-height: 1.4em;
	padding: 85px 0px 65px;
	font-weight: 400;
	letter-spacing: 0.25em;
}

h2#catchy span{
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4em;
	display: block;
	padding-top: 40px;
	font-size: 30px;
	letter-spacing: 0.05em;
}

.top-link .link{
	width: 50%;
}

.top-link .link a:hover img{
	opacity: 0.8;
}

.top-link .link img,
.top-read .img img{
	width: 100%;
}

.top-read{
	background-image: url(../image/top/imgs.png);
	background-size: 100%;
	background-position: left center;
}

.top-read p{
	font-size: 20px;
	line-height: 1.8em;
	padding: 100px 0px 100px 140px;
	color:#fff;
}

#delivery{
	text-align: center;
	background-color: #000;
}

h3.subttl{
	text-align: center;
	font-size: 60px;
	line-height: 1.4em;
	padding: 100px 0px 40px;
	font-weight: 400;
	letter-spacing: 0.25em;
}

#form{
	width: 880px;
	margin: 0 auto;
}

#form th{
	text-align: left;
	font-weight: 400;
	font-size: 20px;
	padding: 25px 0px 10px 5px;
	display: block;
}

#form td{
	display: block;
	padding: 0px 0px 0px 0px;
}

#form td input{
	background-color: #d9d9d9;
	height: 50px;
	padding-left: 10px;
	width: 100%;
	border: none;
	box-sizing: border-box;
}

#form td textarea{
	background-color: #d9d9d9;
	height: 455px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	border: none;
	box-sizing: border-box;
}

#submit{
	text-align: center;
	padding-top: 50px;
}

#submit input{
	width: 425px;
	line-height: 80px;
	margin: 0 auto;
	display: block;
	color:#fff;
	border: none;
	font-size: 24px;
	background-color: #000;
	font-family: 'Hina Mincho', serif;
	text-align: center;
	letter-spacing: 0.05em;
}

h1#logo{
	text-align: center;
	background-color: #000;
}

footer{
	background-color: #000;
	margin-top: 150px;
	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;
}

.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;
}

.sp-shop{
	background-color: #000;
	padding-bottom: 1px;
}


@charset "UTF-8";

@media (max-width: 1439px) and (min-width: 786px) {
	
}

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

img{
	height: auto !important;
}

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

.pc,
#delivery{
	display: none;
}

.sp{
	display: block;
}

.menu-trigger{
	display: inherit;
}

.top-read{
	background-image: none;
}

.top-read .link{
	background-image: url(../image/top/bg.png);
	background-size: cover;
}

.top-read p{
	font-size: 15px;
	padding: 30px;
}

#contact{
	background-color: #000;
}

h2#catchy{
	font-size: 26px;
	padding: 50px 0px 40px;
}

h2#catchy span{
	padding-top: 10px;
	font-size: 15px;
}

h3.subttl{
	font-size: 30px;
	color:#fff;
}

#submit input{
	font-size: 15px;
	width: 215px;
	line-height: 40px;
	background-color: #fff;
	color:#000;
}

#footerlogo{
	text-align: center;
	background-color: #000;
}

#footerlogo{
	padding: 75px 0px 20px;
}

h1#logo img,
#footerlogo img{
	width: 150px;
}

#form{
	width: 94%;
}

#form th,
#form td{
	color:#fff;
	display: block;
	font-size: 15px;
}

#shop-banner{
	text-align: center;
}

#shop-banner img{
	width: 200px;
	margin: 0 auto 20px;
	display: block;
}



}

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