/*--
    Common Css
--*/
body {
	font-family: Verdana, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	font-weight: 400;
	min-height: 100%;
	margin-bottom:7em;
	padding:0;
	background-color: #f6f6f6}


html {
	font-size : 75%;
	min-height: 100%;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
	font-size : 3em; /* 48px */
	line-height : 1; /* 48px */
	margin-bottom : 0.5em;
}
h2 {
	font-size : 2.25em; /* 36px */
	line-height : 1.3333; /* 48px */
	margin-bottom : 0.6667em;
}
h3 {
	font-size : 1.5em; /* 24px */
	line-height : 1; /* 24px */
	margin-bottom : 1em;
}
h4 {
	font-size : 1.25em; 
	line-height : 1.4; 
	margin-bottom : 1em;
}

p {
	line-height: 1.4;
	margin: 0px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a, a:active, a:focus, a:active {
	text-decoration: none !important;
}

.wrapper {
	background-color:#FFF;}
	
/*============== Mixins style start ================*/
.overlay-effect {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/overlay-pattern.png") #000000;
	opacity: 0.3;
}
/*--
    custom heading Start
--*/
.heading {
	text-align: center;
	font-weight: 500;
	color: #2E2E2E;
	padding: 40px 0px;
	position: relative;
}
.heading span {
	font-size: 45px;
	color: #ff530a;
	font-weight: 600;
}
.heading:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 140px;
	height: 1px;
	background: #C8C1B3;
	margin-left: -70px;
}
/*--
    custom heading Start
--*/
.title {
	color: #2E2E2E;
	text-transform: uppercase;
	padding: 30px 0px;
}
.title span {
	color: #FF5333;
}
.before-border {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 140px;
	height: 1px;
	background: #C8C1B3;
	margin-left: -70px;
}
/*--
    transition custom style
--*/
.transition {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/

.topImage {
	height: 300px;
	background: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 100%;
}
.topImage h1 {
	position: absolute;
	left: 0;
}

.secHeader {
	padding-top:50px;
	background-color:#FFF}


/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
}
nav .block {
  margin-top: -50px;
  background: #000;
  padding: 5px 0px;
  	position: relative;
	z-index:999;

}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
  z-index:999;
}
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
   background: url("../images/logo.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 160px;
  margin-top:15px;
  
}
nav .block .navbar-default .navbar-nav {
  padding-top: 15px;
   z-index: 99999;
}
nav .block .navbar-default .navbar-nav > li > a {
  color: #FFF;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size:1em;
   z-index: 99999;
}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #ff6699;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #FFF;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
 background: #ff6699;
 color: #ff6699;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #ff6699;
}

.logo {
	margin: 15px auto;
	text-align: center;
}

.logo p {
	margin: 15px auto;
}


.title {
	margin: 0 auto;
	text-align: center;
}

#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #333;
	position: fixed;
	z-index: 999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

/*--
    slider Start
--*/
#slider {
	padding: 30px 0px;
}
#slider .block {
	padding: 0px 40px;
}
#slider .block .title {
	padding: 0px;
}
#slider .block .owl-carousel {
	padding-top: 15px;
	position: relative;
	text-align: center;
}
#slider .block .owl-carousel img {
	padding-right: 30px;
	border-radius: 2px;
	padding-bottom: 10px;
}
#slider .block .owl-carousel .owl-pagination .active {
	background: #ff6699;
}
#slider .block .owl-carousel .owl-pagination div {
	background: #DADADA;
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
#slider .block .owl-carousel .owl-buttons {
	position: absolute;
	right: 0;
	top: -40px;
	font-size: 40px;
	color: #AA9D84;
}


#mainArea {
	background-color: #f6f6f6;
	padding:20px 0;
	text-align:center;
	margin: 0 auto;
	}
	
#mainArea p {
	text-align:left;
	margin-bottom:15px;
}

.info {
	background-color: #FFF;
	margin-top: 15px;
	padding:15px;
}

.info .oshirase{
	margin-left:40px;
}


.infoTxt img {
	text-align: center;
	width: 100%;
	margin: 5px auto;
}


.infoTxt dl {
	margin:10px 30px;
	text-align:left;
}
.infoTxt dt {
	font-weight:normal;
	float:left;
	width:7em;
	
}

.infoTxt dd {
	text-decoration: underline ;
	color:#666;
	margin-left:9em;
	}
	
.infoTxt dd a {
	color:#666;
	}
	
	
.deco {
	margin: 20px auto;
	text-align: center;
}
/*--
    footer Start
--*/
/*--
    footer-bottom Start
--*/
#footer {
	background: #999;
	padding: 20px 0px;
	bottom:0;
	height: 7em;
  position: absolute;
  width:100%;
}

#footer p {
	text-align: center;
	padding: 12px;
	color: #454545;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
}
#footer p a {
	color: #FF4F02;
}


/*---------------------------*/




#lesson {
	max-width:1015px;
    margin: 0 auto;
}


.coment {
	  margin: 0 auto;
	 max-width: 800px;
}

.coment h2{
	font-weight:bold;
}

.coment .title{
	font-size:2em;
}
.coment p{
	text-align:left;
	margin:15px auto;
}

.profile p  {

line-height:1.5em;
}

.menuholder {
 margin:10px auto;
 padding:10px;
 width:300px;
 border:1px solid #777777}

.menuholder ul {
	text-align:center;
	margin-top:5px;}
	
.menuholder li  {
	text-align:center;
padding-top:5px;
font-size:90%;
	}


.menu {
	padding:10px;
	}

.list{
	line-height:1.6;
	width:90%;
	max-width:800px;
	margin:10px auto;
}
	
.list ul .midashi {
	text-align:left;
	font-weight:bold;
	margin-top:5px;}
	
.list li  {
	text-align:left;
padding-left:1em;
	}

.list li li {
	text-align:left;
padding-left:2em;
font-size:90%;
	}

#album {
	margin-top:15px;
}
	

#album .box {
    margin: 5px;
    padding: 10px;
    background: #fff;
    float: left;
}

#album .box .col1 { width: 570px; }
#album .box .col2 { width: 370px; }
#album .box .col3 { width: 170px; }

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.transitions-enabled.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.transitions-enabled.masonry  .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}

.ps {
	border: 1px solid #666;
	padding:10px;
	background:#FFFFFF;
	max-width:800px;
	margin:15px auto;
}

.ps p{
	text-align:left;
	margin:15px 10px;
}

#lesson .btn {
	width:22em;
	font-size:0.8em;}

#aprinList img {
	margin-bottom:10px;
}

.reservation p {
	line-height:2;
}
	
.reservation .link{
	text-decoration:underline;
}

.control-label {
	text-align:left;
}
 
/*!------------------------------------*\
   gutter変更
\*!------------------------------------*/

/*溝幅 20pxの場合*/

.gutter-20 {
margin-left:-10px;
margin-right:-10px;
}
.gutter-20 > [class*='col-'] {
padding-left:10px;
padding-right:10px;
}
 
/*溝幅 10pxの場合*/
.gutter-10{
margin-left:-5px;
margin-right:-5px;
}
.gutter-10 > [class*='col-'] {
padding-left:5px;
padding-right:5px;
}

/*!------------------------------------*\
   マージン設定
\*!------------------------------------*/
.mb15 {
	margin-bottom:15px;
	}
.mb5 {
	margin-bottom:5px;
	}
	
.mt15 {
	margin-top:15px;
}
.mt5 {
	margin-top:5px;
}

.mb0 {
	margin-bottom:0;
}

/*!------------------------------------*\
   プライバシーポリシー
\*!------------------------------------*/

.midashi {
  text-align: left;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-top: 30px;
}


/*!------------------------------------*\
   特定商取引法に関する表示
\*!------------------------------------*/

.law table{
	border-collapse: collapse;
	width:100%;
	border-top: 1px dotted #b3b3b3;
	border-left: 1px dotted #b3b3b3;
	border-right: 1px dotted #b3b3b3;
}
.law table th.t_top {
    border-top:  #b3b3b3 2px solid;
}
.law table th {
	width:25%;
	border-bottom: #e3e3e3 2px dotted;
	text-align: left;
	padding: 10px;
	background-color: #DBDBDB;
	font-weight: normal;
}
.law table td.t_top {
	border-top: #b3b3b3 2px solid;
}
.law table td {
	border-bottom: #e3e3e3 2px dotted;
	text-align: left;
	padding: 10px;
}
.law table tr:hover {
    background: #3D80DF;
    color: #FFFFFF;
}

/*!------------------------------------*\
   エプロンオーダー
\*!------------------------------------*/

.order-title{
	width: 100%;
text-align: center;
margin: 20px auto;
}

.order-title img{
	max-width:100%;
	margin-top:10px;
}

.order-title .apron_lead{
	margin: 20px auto;
}

.order-list{
text-align: center;
margin: 0px auto;
}

.apron-item{
	width:100%;
}

.apron-item .item-wrap{
	width:100%;
	display:flex;
	 flex-wrap: wrap;
	justify-content: space-between;
}
.apron-item .item-wrap .item{
  width:31%;
	margin:5px;
	border:1px solid #999;
	padding: 6px;
	text-align: center;
}
.apron-item .item-wrap .item img{
	margin: 6px;
}
.apron-item .item-wrap .item .disc{
	text-align: left;
	margin: 6px 6px 6px 18px;
}

.insuta-link{margin: 20px auto;
text-align: left}

@media screen and (max-width:541px){
.apron-item .item-wrap .item{
  width:48%;
	margin:2px;
	border:1px solid #999;
	padding: 6px;
	text-align: center;
}
	.apron-item .item-wrap .item .disc{
	text-align: left;
	margin: 6px 6px 6px 6px;
}
	}

.order-flow{
	width:80%;
	margin: 10px auto;
}
.order-flow li{
	text-align: left;
	margin-left: 2em;
	text-indent: -2em;
	margin-bottom: 8px;
}


