 /* ================================
Imports
================================= */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300,700,800);
@import url('font-awesome.min.css');
@import url('overwrite.css');
@import url('dlmenu.css');
@import url('animate.css');

/* ================================
General
================================= */
body{
	/*   margin:15px;    */  /*左右上下の隙間*/
	padding:0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
        color: #323232;
line-height: 1.7em;
/* ---	line-height: 1.5em;	 --- */

}
.wrapper {
      width: 100%;
/*            background-color: ; */
/*      padding: 10px 0;   */
 }

.container {
      max-width: 96%;
      margin: 0 auto;
      padding: 0 15px;
   /*   background-color: #fff;    */
 }

/*-- リンク --*/
a {
     /*    margin-top: 2px;  */
     /*    	font-size: 10px;  */
        color : #595959;
     /*           line-height: 0.8;  */
        transition: all 0.3s ease-in-out;        /*ふわっと表示*/
        text-decoration: none;
}
a:hover {
    transition: all 0.3s ease-in-out;        /*ふわっと表示*/
 color : #999999;
text-decoration: underline;
}
a:active {
   transition-duration: 1.2s;
   transition: all 1.5s ease;  /*ふわっと表示*/
  color : #e79800;
}

/* ------------オンマウスで画像半調----------*/
a img{
    transition: all 0.5s ease-in-out;        /*ふわっと表示*/
   transition-duration: 0.51s;
    opacity:1;
}
a img:hover{
   transition-duration: 1.2s;
    transition: all 0.5s ease-in-out;        /*ふわっと表示*/
   transition-duration: 0.51s;
    opacity:0.4;
}
/* ------------オンマウスで画像半調　------------*/
a img::after {
    transition: all 0.5s ease-in-out;        /*ふわっと表示*/
}



/* オンマウスで画像少し拡大　*/
figure {
	overflow: hidden;
}
figure img {
	transition: .3s;
}
a:hover figure img {
	transform: scale(1.05);
}
/* オンマウスで画像少し拡大　*/






/*------------------
a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #d2f100;
  transition: .3s;
  transform: translateX(-50%);
}
a:hover::after{
  width: 100%;
}
--------------------------------*/



/*-------------ヘッダーを固定、ワイド１００％で表示させる-----------*/

.header {
/*   background:  #e15a1f;     */
background:  #000000; 
display: flex;
top: 0 auto;
justify-content: center;
width: 100%;
height: 3.05em;
 position: fixed; 
    z-index: 100;  
}


/*-------------見出しドットを消す-----------*/
ul {
padding-left: 0;
}
li {
list-style: none;
}

/*----------------------------------*/
/*   ナビメニュー  */
		#nav
		{
			width: 78em; /* 1000 */
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			position: absolute;
			top: 0%;
			left: 50%;
			margin-left: -39em; /* 30 480 */
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
					color: #fff;
					display: block;
				}
				#nav li a:active
				{
					background-color: #c00 !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
                               border-top-color: #efa585;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 3.05em; /* 60 */
				/*background-color: #e15a1f;*/
				background:  #000000; 
			}
				#nav > ul > li
				{
					width: 12%;
					height: 100%;
					float: left;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1.1em; /* 24 */
						line-height: 2.5em; /* 60 (24) */
						text-align: center;
						white-space: nowrap;    /* 行かえしない */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #cc470d;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #cc470d;
						}


				/* second level */

				#nav li ul
				{
					background-color: #cc470d;
					display: none;
					position: absolute;
					top: 100%;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: 1.05em; /* 20 */
							border-top: 1px solid #e15a1f;
							padding: 0.75em; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #e15a1f;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #e15a1f;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #cc470d;
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
				}
		}








/* --- section bg var --- */

.bg-lightbrown {
	background: #faf5ec;
}
.bg-wgray {
	background: #dadada;
}
.bg-wine {
	background: #583a32;
}
.bg-yy {
	background: #FFF8DC;
}
.bg-bw {
	background: #ddcdaf;
}

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #494949;
}

.bg-bage {
	background: #dfd9cf;
}
.bg-coffee {
	background: #f6f4ee;
}


.bg-black{
	background: #000000;
}

.bg-dark{
	background: #333333;
}

.bg-navy {
	background: #bbd1e0;
}
.bg-brown {
	background: #3d281b;
}
.bg-off{
	background: #fafafa;
}
.bg-off2{
	background: #cbcbcb;
}
.bg-off3{
	background: #f8f6f3;
}
.bg-gr{
	background: #f1ecdd;
}
.bg-lightblue{
	background: #ADD8E6;
}


.bg-photo{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image-bg.jpg");
background-repeat:repeat-x;
}

.bg-photo1{
background-image: url("../css/bg-f2.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-size: cover;
/* --- background-repeat: repeat-y; --- */
}

.bg-photo2{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image011.gif");
background-repeat:repeat;
}
.bg-photo3{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image012.gif");
background-repeat:repeat;
}
.bg-photo4{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image013.gif");
background-repeat:repeat;
}
.bg-photo5{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image014.gif");
background-repeat:repeat;
}
.bg-photo6{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image015.gif");
background-repeat:repeat;
}
.bg-photo7{
/* ---   background: #ffffff;   --- */
background-image: url("../img/bg-africa.jpg");
background-repeat:repeat;
}
.bg-photo8{
background-image: url("../css/bg-f5.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-size: cover;
/* --- background-repeat: repeat-y; --- */
}
.bg-photo9{
background-image: url("../css/bg-f3.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-size: cover;
/* --- background-repeat: repeat-y; --- */
}

.bg-photo10{
background-image: url("../css/bg-f4.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-size: cover;
/* --- background-repeat: repeat-y; --- */
}

.bg-photo11{
background-image: url("../css/bg3.gif");
background-repeat: repeat;
/* --- background-attachment: fixed;--- */
/* --- background-size: cover;--- */
/* --- background-repeat: repeat-y; --- */
}

ps {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #323232
  line-height: 1.1em;
}

pb {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #e6decf;
  line-height: 1.1em;
}

p1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #552f8e;   /*   パープル　*/
line-height: 1.5em;
font-weight: 500;
}

p2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #552f8e;   /*   パープル　*/
line-height: 1.3em;
font-weight: 500;
}
p3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #552f8e;   /*   パープル　*/
line-height: 1.1em;
font-weight: 500;
}


pg {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #999999;
  line-height: 1.8em;
}
pgr{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #cccccc;
  line-height: 1.1em;
}

pssblue {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #0084e0;
  line-height: 1.1em;
}
pssred {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #b61a00;
  line-height: 1.2em;
}

pssdred {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #ea933e;
  line-height: 1.2em;
}

pssredbig {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #db72af;
  line-height: 1.2em;

}

h1big {
	font-size: 56px;
	line-height: 1.2em;
}

h1 {
	font-size: 32px;
margin-bottom: 2px;
}
h1w{
	font-size: 32px;
	color: #ffffff;
	line-height: 1.6em;
margin-bottom: 2px;
}
h2 {
	color: #505050;
	font-size: 30px;
	line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}

h2red {
	color: #e20000;
	font-size: 30px;
	line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}

h2w {
	font-size: 28px;
	color: #ffffff;
	line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}
h3 {
color: #686868;
font-size: 26px;
line-height: 1.8em;
margin-bottom: 0;
margin-top: 0;
}
h3bw {
color: #41230d;
font-size: 26px;
line-height: 1.5em;
margin-bottom: 0;
margin-top: 0;
}

h3w {
	font-size: 24px;
	color: #ffffff;
	line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}
h4 {
	font-size: 22px;
	line-height: 1.8em;
margin-bottom: 2px;
margin-top: 2px;
}
h4w {
	font-size: 22px;
	color: #ffffff;
	line-height: 1.8em;
margin-bottom: 2px;
margin-top: 2px;
}
h5{
color: #505050;
font-size: 20px;
line-height: 1.4em;
margin-bottom: 0;
margin-top: 0;
}

h5bk2{
color: #313131;
font-size: 15px;
line-height: 1.4em;
margin-bottom: 0px;
margin-top: 0px;
}

h5g{
color: #494949;
font-size: 20px;
line-height: 1.4em;
margin-bottom: 1px;
margin-top: 2px;
}

h5bw{
color: #41230d;
font-size: 20px;
line-height: 1.4em;
margin-bottom: 0px;
margin-top: 0px;
}

h5pr{
color: #947658;    /* サンド  */
letter-spacing:0.08em;
font-size: 20px;
line-height: 1.4em;
margin-bottom: 0px;
margin-top: 0px;
	font-weight: bold;
}

h5p{
color: #e142ab;    /* ピンク  */
font-size: 20px;
line-height: 1.4em;
margin-bottom: 0px;
margin-top: 0px;
	font-weight: bold;
}

h5bw1{
color: #41230d;
font-size: 17px;
line-height: 1.4em;
margin-bottom: 0px;
margin-top: 0px;
}

h5bw2{
color: #41230d;
font-size: 15px;
line-height: 1.4em;
margin-bottom: 0px;
margin-top: 0px;
}

h5bw3{
color: #41230d;
font-size: 13px;
line-height: 1.4em;
margin-bottom: 0px;
margin-top: 0px;
}

h5bw2op{
color: #41230d;
font-size: 13px;
line-height: 1.5em;
margin-bottom: 0px;
margin-top: 0px;
opacity:0.7;
}

h5w{
color: #ffffff;
font-size: 20px;
line-height: 1.2em;
margin-bottom: 2px;
margin-top: 2px;
}
h5g{
color: #999999;
font-size: 20px;
line-height: 1.2em;
margin-bottom: 2px;
margin-top: 2px;
}

h6{
color: #686868;
font-size: 18px;
line-height: 1.7em;
margin-bottom: 0px;
margin-top: 0px;
	font-weight: 500;
}
h6g{
color: #616161;
font-size: 15px;
line-height: 1.8em;
margin-bottom: 1px;
margin-top: 2px;
}

h6sgray{
color: #686868;
font-size: 15px;
line-height: 1.7em;
margin-bottom: 0px;
margin-top: 0px;
	font-weight: 500;
}

h6s{
color: #999999;
font-size: 15px;
line-height: 1.7em;
margin-bottom: 0px;
margin-top: 0px;
	font-weight: 500;
}
h6s2{
color: #b58a2d;
font-size: 15px;
line-height: 1.7em;
margin-bottom: 0px;
margin-top: 0px;
	font-weight: 500;
}

h6bk{
color: #313131;
font-size: 16px;
line-height: 1.7em;
margin-bottom: 0px;
margin-top: 0px;
	font-weight: 500;
}

h6blue {
color: #1E90FF;
font-size: 16px;
line-height: 1.35em;
margin-bottom: 2px;
margin-top: 2px;
	font-weight: 500;
}

h6bw {
color: #b28f5c;
font-size: 16px;
line-height: 1.35em;
margin-bottom: 1px;
font-weight: 500;
}

/*-- 
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{   --*/
/*--	color: #69655d;   --*/
/*--	font-weight: 500;   --*/
/*--	margin-bottom: 0px;   --*/
/*--	font-family: 'Montserrat', sans-serif;   --*/
/*--    }     --*/


/* ------    新　ボタン    ------------ */
a.btn--circle {
  width: 60px;
  height: 60px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--circle i {
  font-size: 150%;
  line-height: 55px;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
}
a.btn--circle:hover i {
  line-height: 68px;
}
/* ------    新　ボタン    ------------ */


/*-- 区切り線 --*/
.cp_hr03 {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #666666;
}

/* ボタン01　レストランメニュー用*/
/* ここから下がボタンのCSS　*/
.button01{
     display:block;
margin-right:auto;
margin-left:2em;
margin-bottom:2em;
width: 210px;
height:68px;
line-height: 17px;
font-size: 13px;
	font-weight: bold;
white-space: nowrap;
text-align: center;

background-color: #8a7554; /*ボタン色#efe7da*/
text-decoration: none;
color: #efe7da;

border-radius: 15px; /*角丸*/
border: 1px solid #c2b6a3;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button01:hover{
background-color: #bbbbbb; /*ボタン色*/
 text-decoration: none;
color: #ffffff;


}



/* ボタン01gray　ギャラリー用*/
/* ここから下がボタンのCSS　*/
.button01gray{
     display:inline-block;  /*位置を移動できるようにする*/
       display:iflex;  /*位置を移動できるようにする*/
margin-right:auto;
margin-left:auto;
     width: 165px;
     height:75px;
     line-height: 17px;
     color: #313131;
     text-decoration: none;
     text-align: center;
     background-color: #ffffff; /*ボタン色 グレー*/
    opacity: 0.92;
     border-radius: 10px; /*角丸*/
border: 1px solid #bebebe;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button01gray:hover{
     background-color: #aaaaaa; /*ボタン色*/
     text-decoration: none;
     color: #ffffff;
}

/* ボタン01brown　茶系・ギャラリー用 茶系*/
/* ここから下がボタンのCSS　*/
.button01brown{
     display:inline-block;  /*位置を移動できるようにする*/
       display:iflex;  /*位置を移動できるようにする*/

margin-right:auto;
margin-left:auto;
     width: 165px;
     height:75px;
     line-height: 17px;
     color: #8a7554;
     font-size: 16px;
     text-decoration: none;
     text-align: center;
     background-color: #ffffff; /*ボタン色 グレー*/
    opacity: 0.92;
     border-radius: 5px; /*角丸*/
     border: 1px solid #c2b6a3;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button01brown:hover{
     background-color: #aaaaaa; /*ボタン色*/
     text-decoration: none;
     color: #ffffff;
}



/* ボタン02　*/
/* ここから下がボタンのCSS　*/
.button02{
     display:block;
margin-right:auto;
margin-left:auto;
     width: 220px;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #56b5ff; /*ボタン色*/
     border-radius: 30px; /*角丸*/
border: none;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button02:hover{
     background-color: #c0e2ff; /*ボタン色*/
}


/* ボタン03　*/
.button03{
     display:block;
margin-right:auto;
margin-left:auto;
     width: 220px;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #78a8c1; /*ボタン色*/
     border-radius: 30px; /*角丸*/
border: none;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button03:hover{
     background-color: #d3e3eb; /*ボタン色*/
}


/* ボタン04　小さいボタン*/
.button04{
     display:block;
margin-right:auto;
margin-left:auto;
     width: 200px;
     height:70px;
     line-height: 70px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #c7a781; /*ボタン色*/
     border-radius: 30px; /*角丸*/
border: none;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button04:hover{
     background-color: #fcc800; /*ボタン色*/
}
/* ボタン　END　*/



/* ボタン05　楕円ボタン リンクを非リンクに変える*/
.button05{
     display:block;
margin-right:auto;
margin-left:auto;
     width: 200px;
     height:70px;
     line-height: 70px;
     color: #FFF;
pointer-events:none;/*リンクを非リンクに変える*/
     text-decoration: none;
     text-align: center;
     background-color: #96d4ff; /*ボタン色*/
     border-radius: 30px; /*角丸*/
border: none;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button05:hover{
     background-color: #999999; /*ボタン色*/
     color: #000;
}
/* ボタン　END　*/

.lead{
	font-weight: 400;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
       border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: #2b2b2b;
        border: none;
	color: #fff;

}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	background: transparent !important;
	border-color: #999;
	color: #999;
}


/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}



/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 0px 0px 0px 0px;
}

/* --- heading --- */
.section-heading {
	margin-bottom: 40px;
}
	
.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}
	
.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}


.color-light p {
	color: #eee;
}



/* ==========================
Spacer
============================= */

#spacer1{	
	background-image: url(../img/spacer/s1.jpg);
}
#spacer2{	
	background-image: url(../img/spacer/s2.jpg);
}


/* ================================
Intro　会社案内エリア
================================= */

#intro{
    height:635px;
    width:100%;
    background-color: #ffffff;
    background-image: url(../img/welcome-first.jpg);
    background-position:center;
    background-repeat:no-repeat;
    overflow-y:hidden;
    text-align:center;
    position:relative;
}


.intro-text {
	position:relative;
	width:100%;
	margin-top:200px;
	z-index:1000;
}
#intro .brand {
	margin-top: 40px;
}
.intro-text h1 a {
	color:#fff;
	text-align:center;
	font-weight: 700;
	font-size: 40px; 
	line-height:1.1em;
	padding-top:30px;
	text-transform: uppercase;	
}
.intro-text h1 a:hover {
	text-decoration: none;
}

.line-spacer {
	width: 20%;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom:1px solid #fff;
}

.intro-text p span {
	color:#fff;
	font-size: 24px;
	text-align:center;
	font-weight: 300;
}


/* ================================
About
================================= */
.box-team img {
	margin-bottom: 10px;
}



/* ================================
Services
================================= */

.service-box p {
	margin-bottom: 20px;
}

.service.carousel h4,.service.carousel p {
	text-align: left;
}


.service .carousel-control{
	background: none;
}

.service .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.service .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}

.service .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	background: #ffffff;
}

.service .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.service .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}








/* ================================
Works
================================= */


.lb-album{
	margin-right:40px;
	list-style: none;
	width: 100%;
	margin-left: 65px;
}
.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 150px;
	height: 150px;
	position: relative;
	padding: 0;
	background: #cccccc;
}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 150px;
	color: rgba(104,104,104,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 16px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(255,255,255);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(255,255,255)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(255,255,255);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(104,104,104,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 550px;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 18px;
	margin-top:0;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(104,104,104,0.4);
	text-shadow: none;
	color: #686868;
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 14px;
	text-shadow: none;
	color: #686868;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 20px;
}
.lb-overlay div p{
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	
	z-index: 1001;
	color: #686868;
	position: absolute;
	top: 43px;
	left: 50%;
	
	font-size: 28px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}


/* ================================
Contact
================================= */


/* ================================
Bottom widget
================================= */
ul.social-network {	
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li {
	display: inline;
	margin: 5px 5px;
}

ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}

/* ================================
Footer
================================= */
footer {
	background: transparent;
	color: #cccccc;
	font-size: 10px;
	padding: 20px 0 20px;
	font-weight: 300;
}


/* ================================
more media queries
================================= */

@media (max-width:768px) {
	#intro{
		background-image: url(../img/bg-mac.png);
		background-size:100%;
	}
	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}	
	.box-team {
		margin-bottom: 30px;
	}

	
}

@media (max-width:992px) {


	.service p{
			margin-bottom: 60px;
	}

}

@media (max-width:480px){
	#intro{
		background-image: none;
	}
}



/*------------------------------------------------------*/
/*---------------ページトップへ移動------------*/
/*------------------------------------------------------*/
/*----------------
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
-------------------------- */
/* 上へ戻る
-------------------------- */



* ======================================================= */
* ==オンマウスで画像拡大=================================== */

.bigeffect{
    width:269px;
}

.bigeffect img{
    width:100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);

}

.bigeffect img:hover{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);

    -webkit-animation-name: hoverSpread;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: 1;
 
    -webkit-transform: scale(1.8);
    -webkit-box-shadow: 0 0 10px #ccc;


    position: relative;
    opacity: 1;
    z-index: 10;


}
/* 画像拡大
-------------------------- */




/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
-------------------------- */

.btn-real-dent {
  /*周りの凹み*/
  display: inline-block;
  position: relative;
  text-decoration: none;
 /* color: rgba(3, 169, 244, 0.54); /*アイコン色*/*/
  color:  #ff7c5c; /*アイコン色 オレンジ*/
margin:6px 12px;  /* ---上下左右に余白---- */
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  background: #f7f7f7;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
  /*  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);*/
}
.btn-real-dent i {
  /*ボタン自体*/
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  line-height: 80px;
  left: 10px;
  top: 9px;
  border-radius: 50%;
  font-size: 40px;
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
   /*   box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);*/
  border-bottom: solid 2px #b5b5b5;
}
  
.btn-real-dent .fa:active {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #d8d8d8;
}


/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
クローズボタン-------------------------- */
.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #ff8f2c;
  color: #FFF;
  width: 80px;
  height: 80px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #bd6565;
  transition: .4s;
margin:6px 12px;  /* ---上下左右に余白---- */
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}


/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
クローズボタン四角-------------------------- */
.btn-square-emboss {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #4868ad;/*ボタン色より暗く*/
  font-size: 20px;
  width: 120px;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
  border-bottom: solid 3px #627295;
  border-radius: 3px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
margin:6px 12px;  /* ---上下左右に余白---- */
}

.btn-square-emboss:active  {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}



/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
クローズボタン２　二重丸-------------------------- */
.btn-circle-border-double {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #f07d3e;
 /*  color: #668ad8;---- */
  width: 80px;
  height: 80px;
  line-height: 120px;
  border-radius: 50%;
  border: double 4px #f07d3e;
 /*  border: double 4px #668ad8;---- */
  text-align: center;
  overflow: hidden;
  transition: .6s;
margin:6px 12px;  /* ---上下左右に余白---- */
}

.btn-circle-border-double:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

 /* ---Font Awesome の色を変える---- */
.my-gray {color: #989898}
.my-skyblue {color: skyblue}
.my-orange {color: #913f09}


/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
クローズボタン四角　矢印付き-------------------------- */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: nomal;
  padding: 0.75em 0.5em;
  text-decoration: none;
  width: 165px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;  /*テキストカラー------------ */
  background: #ec710e;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #afe95d;
  color: #4a7a05;
}


/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
上だけ角丸ボタン-------------------------- */
.btn-top-radius {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 8px 10px 5px 10px;
  text-decoration: none;
  color: #FFA000;
  background: #fff1da;
  border-bottom: solid 4px #FFA000;
  border-radius: 15px 15px 0 0;
  transition: .4s;
}

.btn-top-radius:hover {
  background: #ffc25c;
  color: #FFF;
}

/*　FontAwesome　 バージョン４の場合 */
.hogehoge:after {
  font-family: 'FontAwesome';
  content: "\f286";
}
 
/*　 FontAwesome　バージョン５の場合 */
.hogehoge:after {
  font-family: 'Font Awesome 5 Brands';
  content: "\f286";
}

/* パソコン用とスマートフォン用に
2種類の画像を表示・非表示に切り替えます。
https://fastcoding.jp/blog/all/frontend/responsive_img/
-------------------------- */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; } 
}

/* これでどんなに大きい画像でも、画面の枠からは飛び出ないようになります！
-------------------------- */
@media only screen and (max-width: 750px) {
    img { max-width: 100%; }
}


/* 画像の下の余白を無くす
隙間が邪魔だと感じるときだけその場所を指定
HTML
<div class="contents-image">
<img src="画像のパス">
</div>
-------------------------- */

.contents-image img {
  vertical-align: bottom;
}

.contents-image img {
  display: block;
}

/* 画像の下の余白を無くす
vertical-align: bottom; で全て画像の位置を下に揃える
-------------------------- */
img {
vertical-align:middle;
line-height: 1.0em;
}



/*---------上へスクロール-------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 5px;
}
.pagetop a {
    display: block;
    background-color: transparent;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.8;
}
.pagetop a:hover {
    display: block;
    background-color: transparent;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.8;
}


/*---------アンカー、ゆっくり移動スクロール-------*/
html {
scroll-behavior:smooth;   /*ゆっくり移動*/
}



/*---------ヨコ列　7等分割-------*/
.container {
  display: flex;
  flex-wrap: wrap; /* スマホで折り返す */
  gap: 3px; /* アイテム間の隙間 */
}

.item {
  /* PC用: 7列にする（gapを考慮して少し引く） */
  flex: 0 0 calc(100% / 7 - 10px);
  background-color: transparent
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

/* スマホ用スタイル（画面幅768px以下の設定） */
@media (max-width: 768px) {
  .item {
    /* スマホ用: 縦に並べる (100%にする) */
    flex: 0 0 100%;
  }
}
/*---------ヨコ列　7等分割-------*/



/*----------スライダー  レストランアブルボア/_/_/_/_/--------*/
.img-frame-restaurant{
   position: relative;
   width: 800px;
   height: 500px;
   overflow: hidden;
   margin: 0 auto;
}
@media screen and (max-width: 767px)
{
.img-frame-restaurant{
   width: 100%;
   height: 450px;
}
}
.img-res01, .img-res02, .img-res03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.img-res01{
   background-image: url('http://www.mukougaoka-facultyhouse.jp/img/r-slide1.jpg');
   animation: slide-animation-01 24s infinite;
}
.img-res02{
   background-image: url('http://www.mukougaoka-facultyhouse.jp/img/r-slide2.jpg');
   animation: slide-animation-02 24s infinite;
}
.img-res03{
   background-image: url('http://www.mukougaoka-facultyhouse.jp/img/r-slide3.jpg');
   animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}


/*----------スライダー  バー・アブルボア/_/_/_/_/--------*/
.img-frame-bar{
   position: relative;
   width: 800px;
   height: 500px;
   overflow: hidden;
   margin: 0 auto;
}
@media screen and (max-width: 767px)
{
.img-frame-bar{
   width: 100%;
   height: 450px;
}
}
.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.img-01{
   background-image: url('http://www.mukougaoka-facultyhouse.jp/img/barslide1.jpg');
   animation: slide-animation-01 24s infinite;
}
.img-02{
   background-image: url('http://www.mukougaoka-facultyhouse.jp/img/barslide2.jpg');
   animation: slide-animation-02 24s infinite;
}
.img-03{
   background-image: url('http://www.mukougaoka-facultyhouse.jp/img/barslide3.jpg');
   animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}















