@charset "utf-8";

#wrap {
  width: 1366px;
  margin: 0 auto;
}

body {
  background: #443c38;
}
/*しっぽり明朝*/
/*.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.shippori-mincho b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}*/
/*しっぽり明朝　終*/

/* ヘッダー */
header {
/*  position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
 /* z-index: 1;*/
}

/* ナビゲーション */
nav {
	width: 100%;
  position: fixed;
  height: 50px;
  background-color: #443c38;
z-index: 1;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

nav ul li {
  display: inline-block;
  margin: 0 10px;
}

nav ul li a {
  text-decoration: none;
  color: #FFFFFF;
}
/* ナビゲーションメニューのホバー */
nav ul li:hover a {
 color: #00C3FF; /* 青色に変更 */
	border: solid 2px #FFFFFF;
}


/*スライダー初*/

#content1 {
 /* margin: 4em auto;*/
	/*margin-top: 0px;*/
	position: relative;
}
/*.syoukai {
  position: absolute;
	top: 500px; }*//* スライダーの高さ */

.slide_box{
/*margin: 100px auto;
  padding: 0;
  width:100vw;*/
	margin: 0 auto;
	padding:  0;
	width: 100vw;
	height:auto;/*calc(100vh - 50px);*//* ヘッダーの高さ分を考慮 */
	
	/*フルスクリーン*/
}
.slide_box img{
height: auto;
  width: 100vw;
	/*フルスクリーン*/
}

/*スライダー終*/

/*スライダー内のにSVG入れる初*/
.slide_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 30%;
  z-index: 1;
  background-image: url("../img/a1 (15).svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/*スライダー内のにSVG入れる終*/





/* スマホ表示の時はハンバーガーアイコン */
/*店紹介ページスライダーの下に表示する*/
.syoukai{
/*position: relative;	*/
	width: 50%;
	margin: 0 auto;}
  /* その他のスタイル */

.syoukai_2 {
	text-align: center;
 width: 50%;
 margin-top: 50px;
	margin-left: 50px;
 margin-right: 25%;
	color: rgb(255,255,255,1.00);
	display: flex;
flex-direction: column;
 justify-content: center;
 align-items: center;
}

.content1{/*ここは何も入れない*/
	
}


/*装飾を２画像入れる　初*/
/*h1 {
  position: relative;
  padding: 0 10px;
  
 h1::before,
  h1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
   background-image: url("../img/a1 (14).png");
  }
  
  ::after {
    background-position: bottom center;
  }
*/
/*装飾を２画像入れる　終*/

/*フッター*/

.container{margin-right: auto;

border-top: solid 1px rgba(255,255,255,1.00);}

.footer{
  padding: 20px 0;
  background: #443c38;
	color: rgba(255,255,255,1.00);
}
.footer-info-title {
	width: 30%;
	height: 30%;
  margin-bottom: 20px;
	
	
	
	
}
.footer-info-ph img{
  box-sizing: border-box;
  border: #fff 5px solid;
}
.footer-info-list{
  margin-bottom: 20px;
}
.footer-info-list dt{
  clear: left;
  float: left;
  width: 7em;
  margin-bottom: 10px;
}
.footer-info-list dd{
  margin-bottom: 10px;
  overflow: hidden;
}

/*SNS*/
.sns{
  margin-bottom: 15px;
  text-align: center;
}
.sns li{
  display: inline-block;
}
.sns a{
  display: block;
  padding: 10px 20px;
  background: rgba(0,0,0,1.00);
  color: #443c38;
  border-radius: 7px;
  text-decoration: none;
  font-size: 24px; 
}
.sns a:hover{
  opacity: 0.7;
}

/*copyright*/
.copyright {
  text-align: center;
}

/*pagetop*/
.pagetop{
  width: 45px;
  height: 45px;
  position: fixed;
  right: 10px;
  bottom: 70px;
}
.pagetop a {
  display: block;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
.pagetop a:hover {
 background: rgba(255,255,255,0.8);
 color: #59220d;
}

.pagetop a::before {
 content: "";
 display: block;
 width: 10px;
 height: 10px;
 margin: auto;
 border-top: 1px solid #59220d;
 border-right: 1px solid #59220d;
 transform: rotate(-45deg);
}






	/*フッター終*/
.footer-info-data {
margin-left: 60%;
	
	
}

.footer-info-ph {
margin-left: 60%;	
}

 .footer-info-list dd {
    padding-bottom: 20px;
  }

iframe{
	margin-top: 50px;
}


