@charset "utf-8";


/* web fonts
======================================================= */
/* @font-face {
	font-family: Tangerine-Regular;
	src: url(../font/Tangerine-Regular.ttf) format('truetype');
}
@font-face {
	font-family: Century-Gothic;
	src: url(../font/GOTHIC.TTF) format('truetype');
}
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css); */

/*===================================================== */
/* html tags
======================================================= */
html{
	height: 100%;
}
body {
	position: relative;
	text-align:left;
	padding:0;
	margin:0px auto;
	line-height:1.5;
	background:#f0f0f0;

	font-size: 18px;
	overflow-x:hidden;
	color:#151515;
}
body a{
	text-decoration:none;
	color:#482915;
}
body a:hover{
	color:#482915;
	text-decoration:underline;
}
h1,h2,h3{
	margin:0;
	padding:0;
}
h2{
	margin:0 auto 15px;
  	font-feature-settings: "palt";
}
.contents h2.title{
	width:100%;
	padding-bottom:42px;
	/* background: url("../images/title_bg.png") no-repeat center bottom; */
	font-size: 25px;
	color: #252525;
	text-align: center;
}
/*
#side h2{
	width:100%;
	padding-bottom:22px;
	background: url("../images/title_bg_side.png") no-repeat ;
	font-size: 25px;
	font-family: 'Noto Serif Japanese',serif;
	text-align: center;

}
*/

h3{}
p,ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
img{
	width:100%;
	border:0;
}
th,td{
	font-size:14px;
}

/*ユーティリティ*/
.font-mincho{
	font-family: 'Noto Serif Japanese',serif;
}

/*【clearfix決定版】*/
#overframe:after,.section:after,.inner:after,#footer .footMenu:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
.clearfix:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
/*【clearfix for IE7 over】*/
.clearfix_for_ie7{zoom: 1;}

.sunday a{
	color: #DF0F13;
}
.saturday a{
	color:#0744E9;
}
.theday a{
	color:#DD5900;
}
.weekday a{
	color:#000;
}


.section{width:auto;}    /*囲み*/
/*.box{float:left;}　     /*float用小枠*/
.left{float:left;} /*左寄せ*/
.right{float:right;}/*右寄せ*/
.clear{clear:both;}/*解除*/


/* SP用改行 */
span.br {
	display: block !important;
}

.circle{     /*角丸*/
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* ご利用20分前に要電話 */
.calling{
	margin: 0 0 18px;
	padding:20px 14px;
	background: #3a0606;
	border:4px solid #931010;
	color: #f0f0f0;
	font-size: 20px;
	text-align: center;
}

/*NEWアイコン*/
.img .new{
	position: absolute;
	top:0;
	right:0;
	z-index:90;
}
.img .new img{
}

/* 横浜店呼び出し可 */
.img .otherArea{
	position: absolute;
	bottom:58px;
	left:0px;
	z-index:90;
}
.img .otherArea img{
}
/*カテゴリアイコン*/
.img .icon_cate{
	position: absolute;
	bottom:-5px;
	right:0;
	z-index:90;
	width:74px;
}
.img .icon_cate img{
	width:100%;
}
/*タイプアイコン*/
.img .attribute{
	position: absolute;
	bottom:0;
	left:-5px;
	z-index:90;
}
.img .attribute img{
	width:90%;
}

/*エリアアイコン*/
.img .area{
	position: absolute;
	top:2px;
	left:2px;
	width:30%;
	max-width:65px;
	z-index:90;

}
.img .area img{
	width:100%;
}

/*===================================================== */
/* BOX
======================================================= */
.listArea{
 	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.box{
	width:48%;
	margin: 0 1% 25px;
	padding:3px;
	text-align: center;
	box-sizing: border-box;
	border:1px solid #666;
}

.box .img{
	position: relative;
	margin: 0 0 5px;
    overflow: hidden;
}


.box .img * {
        -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.box .img img.scale-img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
.box .img:hover img.scale-img,
.box .img.hover img.scale-img {
    opacity: 0.8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}




.box .cont{

}
.box .name a{
	font-size: 15px;
	color: #865c5c;
}
.box .size{
	width:100%;
	margin: 0 0 3px;
	font-size: 14px;
	color:#555;
	text-align: center;
}
.box .size .height{
	display: inline-block;
	margin:0 5px;
}
.box .size .condition{
	display: inline-block;
}
.box .size .condition p{
	display: inline-block;
	margin:0 5px;
}
.box .catch{
	margin: 0 0 3px;
	font-size: 12px;
	color:#FFF;
}
.box .time{
	font-size: 12px;
	color:#ccc;
	line-height: 2;
	text-align:center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,424242+25,222222+50,424242+75,222222+100 */
background: #222222; /* Old browsers */
background: -moz-linear-gradient(left,  #222222 0%, #424242 25%, #222222 50%, #424242 75%, #222222 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #222222 0%,#424242 25%,#222222 50%,#424242 75%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #222222 0%,#424242 25%,#222222 50%,#424242 75%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222',GradientType=1 ); /* IE6-9 */

}

 .cast_icon{
 	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	width:100%;
	min-height:45px;
	margin: auto;
	overflow: hidden;
}
.cast_icon img{
	display: block;
	width:31%;
	height: 100%;
	margin: 0 1px 1px;
	box-sizing: border-box;
}
/* オシャレな罫線 */
img.keisen{
	display: block;
	width:90%;
	margin: 8px auto;
}

/*===================================================== */
/* UTILITY
======================================================= */
.tableFrame{
	display:table;
	table-layout: auto;
	width:100%;
}
.tableCell{
	display:table-cell;
	vertical-align: top;
}
.flexSection{
	display: flex;
	width:100%;
	/*flex-wrap: wrap;*/
}
.flexSection .flexLeft{}
.flexSection .flexRight{}

/*===================================================== */
/* BEHAVIOR
======================================================= */



.contents > h2 {
	-webkit-animation: 2.4s ease 0s 1 normal h2fadein;
	animation: 2.4s ease 0s 1 normal h2fadein;
}
@-webkit-keyframes h2fadein {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes h2fadein {0% {opacity: 0;}100% {opacity: 1;}}

#contentsContainer {
	-webkit-animation: 2.6s ease 0s 1 normal topfadein;
	animation: 2.6s ease 0s 1 normal topfadein;
}
@-webkit-keyframes topfadein {0% {opacity: 0;}28% {opacity: 0;}100% {opacity: 1;}}
@keyframes topfadein {0% {opacity: 0;}28% {opacity: 0;}100% {opacity: 1;}}


.scview {
	opacity: 0.0;
	transform: translate(0,120px);
	-ms-transform: translate(0,120px);
	-webkit-transform: translate(0,120px);
	-webkit-transition: 1.2s;
	 transition: 1.2s;
}
.scview.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 1.2s;
	 transition: 1.2s;
}

.scview1 {
	opacity: 0.0;
	transform: translate(0,120px);
	-ms-transform: translate(0,120px);
	-webkit-transform: translate(0,120px);
	-webkit-transition: 0.4s;
	 transition: 0.4s;
}
.scview1.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 0.4s;
	 transition: 0.4s;
}

.scview2 {
	opacity: 0.0;
	transform: translate(0,120px);
	-ms-transform: translate(0,120px);
	-webkit-transform: translate(0,120px);
	-webkit-transition: 0.7s;
	 transition: 0.7s;
}
.scview2.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 0.7s;
	 transition: 0.7s;
}

.scview3 {
	opacity: 0.0;
	transform: translate(0,120px);
	-ms-transform: translate(0,120px);
	-webkit-transform: translate(0,120px);
	-webkit-transition: 1.2s;
	 transition: 1.2s;
}
.scview3.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 1.2s;
	 transition: 1.2s;
}

.scview4 {
	opacity: 0.0;
	transform: translate(120px,0);
	-ms-transform: translate(120px,0);
	-webkit-transform: translate(120px,0);
	-webkit-transition: 1.6s;
	 transition: 1.6s;
}
.scview4.effect {
	opacity: 1.0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: 1.6s;
	 transition: 1.6s;
}

/*===================================================== */
/* Humbeger Menu
======================================================= */
.drawer{
	position: absolute;
	top:0.1rem;
	right:0;
	width:100%;
	height:100%;
	z-index: 9999;
}
.drawer-hidden {
    display: none;
  }
  .drawer-open {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
    margin: auto;
    left: -6px;
  }
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background: #595757;
    transition: 0.5s;
    position: absolute;
  }
  .drawer-open span:before {
    bottom: 7px;
  }
  .drawer-open span:after {
    top: 7px;
  }
  .drawer-open.clicked span {
    background: rgba(255, 255, 255, 0);
  }
  .drawer-open.clicked span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .drawer-open.clicked span::after {
    top: 0;
    transform: rotate(-45deg);
  }

/* 横スライドメニュー*/
  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;/*ヘッダーの高さ*/
    left: 100%;/*向き変更*/
    background: #fff;
    transition: 0.5s;
    margin-left: 0px;/*向き変更・背景見せる場合マージン入れる*/
    padding-right: 0px;/*向き変更・背景見せる場合マージン入れる*/
    overflow: scroll;
	z-index:999;
  }
  .drawer-content-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top:80px;
    right: 100%;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.7);
    border-top: 1px solid #eee;
	z-index:999;
  }
  .drawer-content.clicked {
    left: 0;/*向き変更*/
  }
  .drawer-content-bg.clicked {
    left: 0;
  }

  .drawer-content .slideSubNavi{
	padding:1rem 0.5rem;
	background:#eaeaea;

  }
 .drawer-content .slideSubNavi ul{
	 display: flex;
	 justify-content: center;
	 width:100%;
  }
 .drawer-content .slideSubNavi ul li{
	margin:0 1rem;
 }
 .drawer-content .slideSubNavi ul li a{
	display: block;
	padding:0.2rem 1rem;
	background:#666;
	font-size: 0.7rem;
	color: #fff;
	border-radius:6px;
	text-decoration: none;
 }


/*===================================================== */
/* LAYOUT
======================================================= */

#wrapper{
	position:relative;
	width:100%;
	margin:70px auto 0;
	padding:0;
	/* background: url("../images/common/wrapper_bg.png") repeat-y top center; */
	/*z-index:9999;*/
	z-index: 100;
}
#outer{
	background:rgba(255,255,255,1);

}
#container{

	width:100%;
	position:relative;
	margin:22px auto 5rem;
	padding:0px 0 3rem;
	box-sizing: border-box;
	background:rgba(255,255,255,1);
}
.main{
    background: #fff;
    padding-top:3.5rem;
}
#contentsContainer{
	width:90%;
	margin:0 auto 60px;
}
#container .bg-white{
	padding-top:2rem;
}


/*===================================================== */
/* DESIGN
======================================================= */


/* タイトル */

#container .titleArea{
	margin-bottom:3em;
}
#container h2.title{
	width:100%;
	margin:0 0 ;
	padding:0px;
	font-size: 25px;
	color: #252525;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}
#container .title_sub{
	margin-bottom:0.5em;
	font-size: 18px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}
#container .title_eng{
	font-size: 12px;
	text-align: center;
}

/* header
======================================================= */
#header #upperArea{
	margin:auto;
	height: 18px;
	padding-top:4px;
	box-sizing: border-box;
	line-height: 1;
	background:#FFF;
	text-align: center;
	font-size: 11px !important;
	font-weight: 100;
	color: #999;
}


#header{
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	width:100%;
	/* height: 70px; */
	/*height: 98px;*/
	/* height: 8vh; */
	margin:0 auto 2px;
	padding: 0 0;
	background:white;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.07);
    border-bottom: 1px solid #dfdfdf;
}
#header .inner{
	position:relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width:100%;
	margin:0 auto 0px;
	padding:0 0 ;
}
#header .left{
	width:34%;
	box-sizing: border-box;
	background: #ff6000;
}
#header .center{
	display: block;
	text-align:center;
	width:50%;
}
#header .right{
	width:16%;
}
#header #logo{
	position: relative;
	padding:1.8%;
}

#header #logo img{
	display: block;
}

/*===================================================== */
/* MAIN NAVI
======================================================= */
#mainNavi{
	z-index:9999;
}


/*=====================================
 PRIMARY AREA
========================================*/
#mainNavi .primary_Area {
  display:flex;
  justify-content: space-between;
  align-content:flex-start;

  width: 100%;
  margin: 0 auto;
  background:rgba(255,255,255,1);
}
#mainNavi .primary_Area > li {
  cursor: pointer;
  width:100%;
  border-bottom:1px solid #dfdfdf;
}
#mainNavi .primary_Area > li > span {
	position: relative;
  display: block;
  border-right: 1px solid #dfdfdf;
  padding: 0.8rem  0.2rem;
  font-size: 0.76rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: all 0.1s;
}
#mainNavi .primary_Area > li:first-child > span {
  border-left: 1px solid #dfdfdf;
}
/*
*/
#mainNavi .primary_Area > li > span::after {
	position: absolute;
	transition: 0.4s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0px;
	height: 4px;
}
#mainNavi .primary_Area > li > span:hover {
	cursor: pointer;
	-webkit-transition: 0.4s;
	 transition: 0.4s;
}
#mainNavi .primary_Area > li > span:hover::after {
	width: 100%;
	left: 0;
	background: -webkit-linear-gradient(90deg, #ff6000, #fe6f18, #ff6000);
	background: linear-gradient(90deg, #ff6000, #fe6f18, #ff6000);
	z-index: 20;
}




/*icon*/
#mainNavi .primary_Area li.photo > span::before {
	position: relative;
	top: 12%;
	left:-5%;
	display: inline-block;
	content:url("../images/common/navi/icon/photo.png");
	vertical-align: middle;
}

#mainNavi .primary_Area li.movie > span::before {
	position: relative;
	top: 12%;
	left:-5%;
	content:url("../images/common/navi/icon/movie.png") ;
	vertical-align: middle;
}

#mainNavi .primary_Area li.model > span::before{
	position: relative;
	top: 12%;
	left:-5%;
	content:url("../images/common/navi/icon/model.png") ;
	vertical-align: middle;
}
#mainNavi .primary_Area li.design > span::before {
	position: relative;
	top: 12%;
	left:-5%;
	content:url("../images/common/navi/icon/design.png");
	vertical-align: middle;
}
/*=====================================
 SECONDARY AREA
========================================*/

#mainNavi .secondary_Area {
	display: none;

	position: absolute;
	left: 5%;
	top: 150px;
	width:90%;
	margin: auto;
	padding:1% 4% 20vh;
	box-sizing: border-box;
	background:rgba(255,255,255,1);
	z-index: 999;
}
#mainNavi .secondary_Area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	width:70%;
	margin: auto;
	padding:0 0 8px;
  	border-bottom: 1px solid #eee;
}
#mainNavi .secondary_Area li{
	display: block;
	margin-bottom: 2.5rem;
	text-align: center;
}
#mainNavi .secondary_Area li a {
	display: block;
	margin: 0 0 0.2rem;
	font-size: 1.2rem;
	background-color: #FFF;
	transition: all 0.05s;
}
#mainNavi .secondary_Area li:last-child a {
  	border: none;
}
#mainNavi .secondary_Area li a:hover {
  /*background-color: #feecc4;*/
}
#mainNavi .secondary_Area li span {
	height: auto;
	line-height: 1.5;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color:#666;
}
#mainNavi .secondary_Area .listAll{
	margin: 0;
	padding:12px 0 0 !important;
	text-align: center;
}
#mainNavi .secondary_Area .listAll i{
	color: #D51417;
}

/* secondary area layout */

/* PHOTO ===========================*/
#mainNavi .photo .secondary_Area{
}
#mainNavi .photo .secondary_Area ul{
	flex-wrap: nowrap;
}
#mainNavi .photo .secondary_Area ul li{
}

/* MOVIE ===========================*/
#mainNavi .movie .secondary_Area{
}
#mainNavi .movie .secondary_Area ul{
	flex-wrap: nowrap;
}
#mainNavi .movie .secondary_Area ul li{
	width:30%;
}

/* MODEL ===========================*/
#mainNavi .model .secondary_Area{
}
#mainNavi .model .secondary_Area ul{
	flex-wrap: nowrap;
}
#mainNavi .model .secondary_Area ul li{
	width:30%;
}

/* DESIGN ===========================*/
#mainNavi .design .secondary_Area{
}
#mainNavi .design .secondary_Area ul{
	flex-wrap: nowrap;
}
#mainNavi .design .secondary_Area ul li{
	width:30%;
}



/*===================================================== */
/* SUB NAVI
======================================================= */
#subNavi{
	width:100%;
	margin-top:0.6rem;
}

/*=====================================
 PRIMARY AREA
========================================*/
#subNavi .primary_Area {
  display:flex;
  justify-content: space-between;
  align-content:flex-start;
  width: 100%;
  margin: 0 auto;
  background:rgba(255,255,255,1);
}
#subNavi .primary_Area > li {
  width:32%;
  cursor: pointer;
}
#subNavi .primary_Area > li span {
  position: relative;
  display: block;
  padding: 1.4% 0.2% 4%;
  box-sizing: border-box;
  font-size: 0.7rem;
  text-align: center;
  transition: all 0.5s;
}
#subNavi .primary_Area > li:hover span {
  background-color: #dfdfdf;
}
#subNavi .primary_Area > li > span::after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0px;
	height: 4px;
}
#subNavi .primary_Area > li > span:hover {
	cursor: pointer;
	-webkit-transition: 1s;
	 transition: 1s;
}
#subNavi .primary_Area > li > span:hover::after {
	width: 100%;
	left: 0;
	background: -webkit-linear-gradient(90deg, #ff6000, #fe6f18, #ff6000);
	background: linear-gradient(90deg, #ff6000, #fe6f18, #ff6000);
	z-index: 20;
}

/*icon*/

/* #subNavi .primary_Area li.reservation > span::before {
	display: block;
	margin: 0 0 ;
	content:url("../images/common/navi/icon/reservation.png") ;
}
#subNavi .primary_Area li.contact > span::before {
	display: block;
	margin: 0 0 ;
	content:url("../images/common/navi/icon/contact.png");
}
#subNavi .primary_Area li.access > span::before{
	display: block;
	margin: 0 0 ;
	content:url("../images/common/navi/icon/access.png") ;
} */

/*=====================================
 SECONDARY AREA
========================================*/

#subNavi .secondary_Area {
  display: none;

  position: absolute;
  left: 0;
  top: 8vh;
  width:100vw;
  margin: auto;
  padding:1% 2% 1%;
  box-sizing: border-box;
  box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.07);
  background:rgba(255,255,255,1);
  border-top: 1px solid #ccc;
  z-index: 999;
}
#subNavi .secondary_Area ul{
	display: flex;
	justify-content: space-between;
	width:98%;
	margin: auto;
	padding:20px 0 8px;
}
#subNavi .secondary_Area li{
}
#subNavi .secondary_Area li a {
  display: block;
  padding: 15px;
  font-size: 0.9rem;
  background-color: #FFF;
  transition: all 0.05s;
}
#subNavi .secondary_Area li:last-child a {
  border: none;
}
#subNavi .secondary_Area li a:hover {
  /*background-color: #feecc4;*/
}
#subNavi .secondary_Area li span {
	height: auto;
	line-height: 1.5;
	border: none;
}
#subNavi .secondary_Area li a i{
	font-size: 0.6rem;
	margin-right: 1px;
}
#subNavi .secondary_Area li.web a i{
	font-size: 16px !important;
}

/* secondary area layout */

/* RESULT ===========================*/
#subNavi .access .secondary_Area{
}
#subNavi .access .secondary_Area ul{
	flex-wrap: nowrap;
	width:90%;
}
#subNavi .access .secondary_Area ul li{
}
/**/
#subNavi .access .secondary_Area ul li p a{
	display: block;
	padding:0 1.2rem;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 2rem;
	border:1px solid #444;
	border-radius:50vmax;
}
#subNavi .access .secondary_Area li a i{
	font-size: 0.65rem;
	margin-right: 1px;
}



/* RESERVATION ===========================*/
#subNavi .reservation .secondary_Area{
}
#subNavi .reservation .secondary_Area ul{
	flex-wrap: nowrap;
}
#subNavi .reservation .secondary_Area ul li{
}
#subNavi .reservation .secondary_Area ul li.tel{
}
#subNavi .reservation .secondary_Area ul li.web{
}
#subNavi .reservation .secondary_Area ul li p{
}

#subNavi .reservation .secondary_Area ul li p.method a{
	display: block;
	padding:0 0.5rem;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 2rem;
	border:1px solid #444;
	border-radius:50vmax;
}
/**/
#subNavi .reservation .secondary_Area ul li.tel p.method a{
	color: #454545;
}
#subNavi .reservation .secondary_Area ul li.web p.method a{
	color: #454545;
}



/* CONTACT ===========================*/
#subNavi .contact .secondary_Area{
}
#subNavi .contact .secondary_Area ul{
	flex-wrap: nowrap;
}
#subNavi .contact .secondary_Area ul li{
}
#subNavi .contact .secondary_Area ul li.tel{
}
#subNavi .contact .secondary_Area ul li.web{
}
#subNavi .contact .secondary_Area ul li.document{
}
#subNavi .contact .secondary_Area ul li p{
}
#subNavi .contact .secondary_Area ul li p.method a{
	display: block;
	padding:0 0.5rem;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 2rem;
	border:1px solid #444;
	border-radius:50vmax;
}
/**/
#subNavi .contact .secondary_Area ul li.tel p.method a{
	color: #454545;
}
#subNavi .contact .secondary_Area ul li.web p.method a{
	padding:0 1rem;
	color: #454545;
}
#subNavi .contact .secondary_Area ul li.document p.method a{
	color: #454545;
}

/* SEARCH ===========================*/
#subNavi .search .secondary_Area{
}
#subNavi .search .secondary_Area ul{
	flex-wrap: nowrap;
}
#subNavi .search .secondary_Area ul li{
	width:30%;
}


/*===================================================== */
/* pankuzu
======================================================= */
ul.pankuzu{
	position: fixed;
	width:100% !important;
	height: 22px;
	margin:0 0 ;
	padding:0px 10px ;
	line-height: 22px;
	background:#f9f9f9;
	z-index: 999;
}
ul.pankuzu li{
	display: inline-block;
	margin-right: 12px;
	font-size:11px;
	color:#666;
}
ul.pankuzu li a{
	font-size:11px;
	color:#666;
}
ul.pankuzu li i{
	margin-right: 12px;
	font-size:11px
}


/*===================================================== */
/* contact
======================================================= */

.contents .contact{
	padding:25px 0;

}


/*===================================================== */
/* footer
======================================================= */

/*####################################################################
フッタ
####################################################################*/


#footer{
	clear:both;
	width:100%;
	padding:20px 0 40px;
	/* background:url(../images/common/footer_bg.jpg) repeat-x #fff; */
	color:#202020;
}
#footerInner{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width:90%;
	margin:0px auto 10px;
	padding: 0;
}
#footerInner .note{
	font-size: 0.8rem;
}
#footer #footerLogo{
	width:80%;
	margin: 0 auto 2.5rem;
	text-align: center;
}
#footerSns{
	display: flex;
	width:100%;
}
#footerSns a{
	display: block;
	width:30%;
	margin: 0 auto;
}
#footerSns a img{
	width:100%;
}


/* footerNavi */

#footerNavi{
	width:100%;
	margin:25px 0 ;
	text-align:left;
	background:#f0f0f0;
}
#footerNavi ul.cate{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#footerNavi ul.cate li{
	display: inline-block;
	width:calc(50% - 0.4rem);
	margin:0.2rem ;
	padding:0;
	/* background:url(../images/common/footnavi_icon.gif) no-repeat left center; */
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
	text-align: center;
}
#footerNavi ul.cate li a{
	display: block;
	padding:0.6em 0.5rem;
	color:#444;
	font-size:0.67rem;
	white-space: nowrap;
	line-height: 3rem;
}
#footerNavi a:visited{
	text-decoration:none;
}
#footerNavi a:link{
	text-decoration:none;
}
#footerNavi a:hover{
	background:#e0e0e0;
}

/* footerStudio */

#footerStudio{
	width:100%;
	margin: 0 auto 1em;
}
#footerStudio ul{
	width:100%;
}
#footerStudio ul li{
	display: block;
	width:100%;
	padding:4%;
	margin:0 0 1.5rem;
	box-sizing: border-box;
	background:#f9f9f9;
	border-radius:5px;
}
#footerStudio ul li > div{
	margin:0 0 0.6em;
	font-size: 0.9rem;
}
#footerStudio ul li > div span.title{
	display: inline-block;
	width:4rem;
	font-size: 0.84rem;
	font-weight: bold;
}
#footerStudio ul li > div.name{
	font-size: 1.2rem;
}

#footerStudio ul li > div.studio,
#footerStudio ul li > div.access{
	display: inline-block;
	margin-right: 0.9rem;
	padding:0 0.8rem;
	border-radius:50vmax;
	background:#f0f0f0;
}
#footerStudio ul li > div.studio i,
#footerStudio ul li > div.access i{
	display: inline-block;
	margin-left:0.2rem;
	font-size: 0.7rem;
}
#footerStudio ul li > div.address{
	margin-top:0.7em;
}
#footerStudio ul li > div.tel{
}
#footerStudio ul li > div.tel a{
	display: inline-block;
	padding:0.4rem 1.5rem;
	border-radius:45vmax;
	background:#999;
	font-size: 1.25rem;
	color: #FFF;
	text-decoration: none;
}
#footerStudio ul li > div.access{
	margin-bottom:1.5rem;
}
#footerStudio ul li > div.open{
}



/* footer_contact */
#footer_contact{
	clear:both;
	width:90%;
	padding:15px 0;
	margin:0 auto 25px;
	box-sizing: border-box;
	border-bottom:1px solid #CCC;
}

#footer_contact .reservation{
	width:100%;
	margin:0 auto 15px;
	text-align:center;
}
#footer_contact .reservation a{
	display:block;
	width:100%;
	margin:0 auto 2.5rem;
	padding:0;
	color:#FFF !important;
	background:#e70e41;
	text-decoration:none;
	font-size:1.1rem;
	font-weight:bold;
	line-height: 3rem;
	border-radius:45vmax;
}
#footer_contact .reserve a:hover{
	background:#7b4249;
}

#footer_contact ul{
	display: flex;
	align-items: center;
	justify-items: flex-start;
	width:100%;
	margin:0 auto 20px;
}
#footer_contact ul li{
	vertical-align:middle;
	margin:0 0 20px;
	padding:0 1em;
	font-size:0.78em;
}
#footer_contact ul li:nth-child(2){
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#footer_contact ul span.tel{
	padding:0 10px;
	font-size:22px;
	font-weight:bold;
}
#footer_contact ul span.time{
}

#footer_contact a{
}
/* invoice */
/* invoice */
#footer_contact .invoice{
	margin:0 auto 15px 1em;
	font-size: 0.9rem;
	line-height: 1.8;
	text-align:center;
}
#footer_contact .invoice p{
    width:90%;
	margin:0 auto ;
	padding:1.0rem;
	margin-bottom:1.5rem;
	background:#f6f6f6;
	border: 1px solid #dfdfdf;
}


/**/

#footer .airpay{
	width:90%;
	margin: 0 auto 45px;
}
#footer .airpay img{
	display: block;
	width:100%;
}
#footer .airpay p{
	padding:8px 0;
	font-size:13px;
}
#footer .airpay p span{
	font-size: 11px;
}



/**/
#footer #copyright{
	clear:both;
	text-align:center;
	font-size:12px;
	color:#666;
}
#footer #copyright span{
	font-size:10px;
}


/**/

.topagetop {
	display: none;
	position: fixed;
	bottom:5%;
	right:5%;
	width:10vw;
}
.topagetop a {
	display: block;
	width:100%;
}
