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

*{
	line-height:1;
	margin:0;
	padding:0;
}

html,body{
	width: 100%;
}

html{
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}

body{font-family: Helvetica Neue, helvetica, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

a { text-decoration:none } /* リンク文字の下線非表示 */ 
a:link { color:#000000; } /* 未訪問のリンク文字色 */ 
a:visited { color:#000000; } /* 訪問済のリンク文字色 */ 
a:hover { text-decoration:underline; } /* ポイント時のリンク文字色 */ 
a:active { color: #000000; } /* 選択中のリンク文字色 */ 

#container{
	width: 100%;
	margin: 0 auto;
}

.clear{
	clear: both;
}

.wrap{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.centre{
	align-items: center;
}

.border{
	border-bottom:1px solid #000000;
}

.border-dotted{
	border-bottom: dotted 2px #000000;
}

.margin-a{
	margin: 60px 0;
}

.font-bbb{
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;	
}

.font-futo{
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-style: normal;
	font-weight: 500;
}

.font-midashi{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
}

/*ヘッダー*/

#header{
	height: 100px;
	min-width: 1150px;
}

h1{
	float: left;
}

h1 img{
	display: block;
	margin: 17px 0 0 30px;
	height: 65px;
}

#menu{
	float: left;
	margin: 50px 0 0 60px;
}

#menu li{
	float: left;
	font-feature-settings: "palt";
	font-size:18px;
	letter-spacing:0.075em;
	color: indianred;
	margin-right: 17px;
}

#sns{
	float: right;
	margin: 32.5px 30px 0 0; 
}

#sns li{
	float: right;
	margin-left: 10px;
}


#sns img{
	height:35px;
}

#slider{
	width:100%;
	height:auto;
}

#foodmenu a:hover{
	color:#FFFFFF;
	background: #000000;
	text-decoration:none;	
}

.move:hover{
	color:#FFFFFF;
	background: #000000;
	text-decoration:none;	
}


/*メニュー*/

#foodmenu{
	width: 85%;
	margin: 6.5vw auto;
}

#foodmenu a{
	display: block;
	border: 1px solid #000000;
	width: 18%;
	padding: 1.8vw 0;
	text-align: center;
	font-feature-settings: "palt";
	font-size:1.5vw;
	letter-spacing:0.1vw;
}

#setsumei img{
	width: 70%;
	display: block;
	margin: 0 auto;
}

.food{
	width: 85%;
	display: block;
	margin: 0 auto;
}

.food img{
	width: 100%;
	padding: 6.5vw 0;
}

.relative{
	position: relative;
}

.zairixyou{
	position: absolute;
	left: 73%;
}

.zairixyou img{
	width: 22vw;
}

.zairixyou img:hover{
	opacity: 0.5;
}

.centre-border {
	margin: 0 auto;
    display: flex;
    align-items: center;
}

.centre-border:before,
.centre-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color:#000000;
}

.centre-border:before {
    margin-right: 0rem;
}

.centre-border:after {
    margin-left: 0rem;
}

.move{
	font-size: 1.2vw;
	border-radius:100px;
	padding:0.8vw 0;
	border: 1px solid #000000;
	width:11vw;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.cafe-image img{
	width: 100%;
	margin-top: 7vw;
}

/*こかげカフェについて*/

#message{
	width: 85%;
	display: block;
	margin: 0 auto;
}

h2{
	display: block;
	margin: 6vw auto;
	text-align: center;
	font-feature-settings: "palt";
	font-size:2.2vw;
	letter-spacing:0.25vw;
}

h3{
	font-feature-settings: "palt";
	font-size:1.6vw;
	letter-spacing:0.1vw;
	text-align: justify;
	margin-bottom: 1.4vw;
	text-decoration: underline;
}

.message-text{
	font-feature-settings: "palt";
	font-size:1.6vw;
	line-height: 2.8vw;
	letter-spacing:0.1vw;
	text-align: justify;
	margin-bottom: 3.6vw;
}

.message-text:last-child{
	margin-bottom: 0
}


/*フッター*/

#contact{
	width: 85%;
	display: block;
	margin: 0 auto;
}

#contact img{
	display: block;
	margin: 0 auto;
	width: 22vw;
	margin-bottom: 3vw;
}

#contact p{
	font-feature-settings: "palt";
	font-size:1.6vw;
	line-height: 3vw;
	letter-spacing:0.1vw;
	text-align: center;
	margin-bottom: 3vw;
}











