@charset "utf-8";

/*＝＝＝＜大きなボックスの設定＞＝＝＝*/

/*　bodyの指定：フォント等*/ 
body{
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
    position: relative;
    line-height:100%; 
	font-size: 16px; 
	background-color:#FFF;
    margin: 0 auto;
    padding: 0;
}

/*　wrapperの指定*/ 
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/*　innerの指定*/ 
.inner {
    position: relative;
    max-width: 1000px;
    /*PC時のみ*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*　headerの指定*/ 
header {
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin: 0px auto;
	padding: 0;
    background-color: #f66;
}

/*　mainの指定*/
main {
    position: relative;
    background-color:#FFF;
    top: 69px; /*　83px? */
    width: 100%;
	text-align: center;
	margin: 0 auto; 
	padding: 0;
}

/*　footerの指定*/
footer {
    position: relative;
    top: 83px;
    color: #fff;
	background-color:#666;
	width: 100%;
	text-align: right;
	margin: 0 auto 60px auto;
	padding: 10px 20px;
    box-sizing: border-box;
}


/*＝＝＝文字サイズ・色の関連設定＝＝＝*/ 

h1 {font-size: 32px;
    line-height: 48px;}
h2 {font-size: 24px;
    line-height: 36px;}
h3 {font-size: 20px;
    line-height: 30px;}
h4 {font-size: 17px;
    line-height: 26px;}
h5 {font-size: 14px;
    line-height: 21px;}
h6 {font-size: 12px;
    line-height: 18px;}
p {font-size: 16px;
    line-height: 24px;}

/*---リンク文字列設定　下線を消す等　*/ 
a{	text-decoration:none}
a:link{color:#000;}
a:visited{color:#000;}
a.top:link{color:#FFF;}
a.top:visited{color:#FFF;}
a.white{color: #fff;}


/*===ヘッダ内の設定===*/ 

.box-hd-top-par{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.box-hd-left{
    width: 400px;
    color: #fff;
    padding-left: 10px;
}

.box-hd-right{
    width: 300px;
    padding-right: 10px;
    text-align: right;
}

nav{
	margin: -10px 0;
/*    ヘッダの下辺に発生するスペースを小さくする対策*/
	width: 100%;
	text-align: right;
}

ul.down-menu{
	margin: 0;
	padding: 0;
}

ul.down-menu li{
	width: 100px;
	display: inline-block;
	list-style-type: none;
	position: relative;
}

ul.down-menu a{
	background-color: #f66;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	display: block;
}

ul.down-menu a:hover{
	background-color: #faa;
	color: #FFF;
}

ul.down-menu ul{
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

ul.down-menu li:hover ul{
	display: block;
}


/*===フッタ内の設定===*/ 

.box-ft-top-par{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.box-ft-left{
    width: 200px;
    color: #fff;
    margin-left: 10%;
}

.box-ft-copy{
    width: 100%;
    margin-right: 0;
    text-align: right;
}



/*＝＝＝冒頭の写真　スライド＝＝＝*/ 

.slide-show{
    width: 100%;
    max-height: 500px;
	position: relative;
    overflow: hidden;
}

.slide-show img{
	animation: show 15s infinite;
	max-width: 100%;
	height: auto;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
    
}
@keyframes show{
	0% {opacity: 0}
	17% {opacity: 1}
	33% {opacity: 1}
	50% {opacity: 0}
}
.slide-show img:nth-of-type(1){position: relative}
.slide-show img:nth-of-type(2){animation-delay: 0s;}
.slide-show img:nth-of-type(3){animation-delay: 5s;}
.slide-show img:nth-of-type(4){animation-delay: 10s;}


/*＝＝＜各種ボックスの設定＞＝＝*/

.box-home-0{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.box-home-1-l{
    width: 95%;
    text-align: left;
    margin: 30px auto;
}

.box-home-1-par{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 95%;
    margin: 10px auto;
}

.box-3photo-par{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
}

.box-home-2-c{
    width: 80%;
    text-align: center;
    margin: 30px auto;    
}

.box-menu{
    width: 75%;
    max-width: 480px;
    margin: 10px auto;    
}

.box-home-3-l{
    width: 48%;
    text-align: left;
    margin: 0px auto;    
}

.box-home-4-c{
    width: 30%;
    text-align: center;
    margin: 0px auto;    
}

.mid-title{
   	font-size:18px;
	margin: 10px 0 10px 0;
	padding: 5px 10px;
    text-align: left;
	border-left: solid 5px #00F;
	border-bottom: solid 1px #00F; 
}


/*＝＝＜間隔関連の設定＞＝＝＝＝＝＝＝＝＝＝*/

/*---会社概要での文字間隔の設定 */ 
span-a{
	display: inline-block;
	width: 100px;
	font-size: 100%;
}

/*---メニューでの文字間隔の設定 */ 
span-b{
	display: inline-block;
	width: 400px;
	font-size: 100%;
}


/*＝＝＝＝＝＝＝＝＝＝＜その他の設定＞＝＝＝＝＝＝＝＝＝＝*/


/*ページ内リンク先位置修正 ＊＊重要＊＊　*/
#dinner, #drink, #lunch{
    margin-top: -90px;
    padding-top: 90px;
}



/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/*　＊＊＊＊＊　　　　　　　　　　＊＊＊＊＊＊　*/
/*　＊＊＊＊＊　スマホ対応ＣＳＳ　＊＊＊＊＊＊　*/
/*　＊＊＊＊＊　　　　　　　　　　＊＊＊＊＊＊　*/
/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/

/*　ここからＳＰ対応　ｍａｘ−ｗｉｄｔｈ＝８００ */
/*　最小サイズは、iPh-SE 375pxまでをターゲット */
@media (max-width: 800px) {
   

.box-hd-left h1{
    font-size: 120%;
}

.box-hd-right h3{
    font-size: 80%;
}

ul.down-menu li{
   width: 80px;
}

nav a{
    font-size: 80%;
}

.slide {
    width: 100%;
/*	height: 190px;*/
/*　極めて暫定的な対策。
　　高さが画像サイズに合わせて小さくならないので、*/
}

.box-home-1-par{
    flex-direction: column;
    width: 95%;
    margin: 10px auto;
}
 
.box-home-2-c{
    width: 95%;
    text-align: center;
    margin: 30px auto;    
}

.box-home-2-c h2{
    font-size: 115%;
}

.box-home-2-c p{
    font-size: 75%;
}

.box-home-3-l{
    width: 100%;
    text-align: left;
    margin: 0px auto;    
}
    
.box-home-4-c{
    width: 90%;
    text-align: center;
    margin: 10px auto;    
}
    

.box-menu{
    width: 95%;
    max-width: 480px;
    margin: 10px auto;    
}

.box-menu p{
    font-size: 90%
}
    
span-b{
	width: 250px;
}