@charset "utf-8";
/*================================================
 *  ＰＣ用
 ================================================*/
 /*トップへ戻るボタン*/
#js-pagetop {
  position: fixed;
  width:70px;
  height:50px;
  border-radius: 8px;
  background:#2376A3;
  color: #fff;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  opacity:0.6;
	z-index:100;
}

#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
/*========= ナビゲーション左から右へ===============*/
nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
 	background:url(../img/menu-back.png) top left repeat;
    /*動き*/
 	transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
nav.panelactive{
    right: 0;
}
/*ナビゲーション*/
nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width:240px;
	/*background-color:#FFF;*/
}
/*リストのレイアウト設定*/
nav li{
  list-style: none;
  text-align: center;
}
nav li:first-child{
	cursor:pointer;
}
nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
}
nav li.Line{
	width:20px;
	margin:0 auto;
	height:2px;
	background-color:#69C;
}
/*==== ボタンのためのCSS ========*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:15px;
  right: 15px;
  cursor: pointer;
   width: 60px;
    height:50px;
	background-color:#FFF;
	border:1px #123C52 solid;
	border-radius:6px;
	opacity:0.7;
}
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 18px;
    height: 3px;
    border-radius: 2px;
  background-color: #2376A3;
    width: 45%;
  }
.openbtn1 span:nth-of-type(1) {
  top:15px; 
}
.openbtn1 span:nth-of-type(2) {
  top:23px;
}
.openbtn1 span:nth-of-type(3) {
  top:31px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 16px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
    top: 28px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}

/*コンテンツ開始↓*/

/*タイトルレイヤー*/
.LayerWhite{
	width:100%;
	background-color:#FFF;
	min-height:400px;
	background-image:url(../img/in-room.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100%;
}

.LayerTop{
	width:100%;
	background-color:#41E0B4;
	height:70px;
}
.ContentBox{
	width:1120px;
	margin:0 auto;
	padding-top:1px;
}

h2.SubT{
	width:540px;
	margin:0 auto;
	margin-top:-30px;
}

.ShopNameBox{
	width:600px;
	margin:20px auto;
	position:relative;
}
.LogoBox{
	width:200px;
	float:left;
	margin-top:40px;
	margin-left:20px;
}
.MusashiBox{
	width:300px;
	float:left;
	margin-left:40px;
	margin-top:20px;
	
}
.CharaBox{
	width:140px;
	float:left;
	margin-top:-20px;
}
.CharaBox2{
	width:270px;
	margin:20px auto;
}


.CharaL{
	width:160px;
	float:left;
}
.CharaR{
	width:80px;
	float:left;
	margin-left:30px;
	margin-top:20px;
}
h2.Opening{
	font-family:'M PLUS 1p', sans-serif;
	font-weight:700;
	font-size:3.6em;
	text-align:center;
	color:#F90;
	font-style:italic;
}

.Map{
	width:460px;
	margin:20px auto;
}
.Map img{
	border:1px #ECECE6 solid;
}
p.Adress{
	font-family:'M PLUS 1p', sans-serif;
	font-weight:500;
	font-size:1.8em;
	width:640px;
	margin:15px auto;
}
p.footer{
	margin:10px 0;
	text-align:center;
}
/*2025-2-7*/
p.Coment{
	font-family:'M PLUS 1p', sans-serif;
	font-weight:500;
	font-size:1.3em;
	width:680px;
	margin:15px auto;
	padding:20px;
	background-color:#FAFEDE;
	border-radius:8px;
}
/*スペースライン*/
hr.Hight100_40{
	width:100%;
	height:100px;
	border:none;
	background:none;
}
hr.Hight80_40{
	width:100%;
	height:80px;
	border:none;
	background:none;
}
hr.Hight60_30{
	width:100%;
	height:60px;
	border:none;
	background:none;
}
hr.Hight40_30{
	width:100%;
	height:40px;
	border:none;
	background:none;
}
hr.Hight140_110{
	width:100%;
	height:140px;
	border:none;
	background:none;
}
hr.Hight30_20{
	width:100%;
	height:30px;
	border:none;
	background:none;
}
hr.Hight20_15{
	width:100%;
	height:20px;
	border:none;
	background:none;
}

span.FsizeS{
	font-size:0.9em;
}
span.FsizeSS{
	font-size:0.8em;
}
span.fRed{
	color:#F00;
}
span.fGlay{
	color:#939393;
}

span.Indent1{
	display:block;
	padding-left:1.0em;
	text-indent:-1em;
}
span.Indent2{
	display:block;
	padding-left:1.0em;
	text-indent:-1em;
	margin-left:1.0em;
}
span.Indent3{
	display:block;
	padding-left:1.0em;
	text-indent:-1em;
	margin-left:2.0em;
}
span.TxtRight{
	text-align:right;
}
.DaraAsia{
	width:180px;
	margin:20px auto;
}
.GMap{
	display:block;
	width:80px;
	margin:0 auto;
	margin-top:15px;
}
	
	
	