.btn_home {
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #fff;
	margin-top:14px;
	position:absolute;
	padding: 8px;
	color: #666666;
	position: absolute;
	right: 27em;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.btn_home {
	background: #fff;
	margin-top:13px;
	position:absolute;
	padding: 10px 0;
	position: absolute;
	font-size: 12px;
	/*left: 11em;*/
		right: .5em;
	width: 50px;
		text-align: center;

}

}
.cp_ipselect {
	overflow: hidden;
	width: 140px;
	text-align: center;
	
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #fff;
	margin-top:13px;
	margin-left:10px;
	position:absolute;
	right: 64px;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}


/* language */
.gnav {
    display: flex;
    height: 2rem;
    margin: 0 auto;
    width: 200px;
	float:right;
	margin-top:14px;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width:100%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
		z-index:97;

}
.gnav li a {
    background: #fff;
    border: 1px solid #999;
    color: #999;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
	font-size:14px;
}
.gnav li a:hover {
    background: #999;
    color: #fff;

}

.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
    border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}




/* footer_group */
.group_menu {
	margin-left:auto;
	margin-right:auto;
}
.group_menu a{
  color: #000;

}
.group_menu ul {
	font-size:12px;
	list-style: none;
	text-align:center;
		border-right:#999 solid 1px;
		color:#000000;

}
.group_menu li {
		float:left;
		padding-left:8px;
		padding-right:8px;
		line-height:24px
 
}
@media only screen and (max-width: 767px) {
	.group_menu ul {
		margin-left:10px;
		margin-right:10px;
		

}

}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #1d50a2;
}

a:hover, a:active, a:focus {
  color: #1d50a2;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1 {
  margin:0px;
  padding: 0px;
	
}




h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}


.both {
	clear: both;
}
.p_100 {
  padding: 100px 0px;
}
.img_100 {
	width:100%;
	height:auto;
}

.p_bottom_50{
	padding-bottom: 50px;
}
.pa_top_180{
	padding-top: 180px;
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@media only screen and (max-width: 1000px) {
.pc2 { display: none !important; }
.sp2 { display: block !important; }
}

@media only screen and (max-width:640px) {
.pc3 { display: none !important; }
}


.eigyo_pc { display: block !important; }
.eigyo_sp { display: none !important; }
@media only screen and (max-width: 767px) {
.eigyo_pc { display: none !important; }
.eigyo_sp { display: block !important; }
}






/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 22px;
  font-size: 22px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index:10000;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
	  padding: 16px;

  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #005ca2;
  color: #fff;
}
/*--------------------------------------------------------------
ボタン関係
--------------------------------------------------------------*/
.btn_area {
	width:100%;
	text-align:left;
}
.btn_area_2 {
	width:100%;
	text-align:center;
}


.cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  transition: 0.5s;
  margin-bottom:20px;
  color: #1d50a2;
  background: #fff;
	border: 2px solid #1d50a2;
	z-index:10;
	font-family: 'Oswald', sans-serif;
}
.cta-btn:hover {
  background: #1d50a2;
  	border: 2px solid #fff;
	  color: #fff;


}
@media (max-width: 767px) {
	.btn_area {
	text-align:center;
}

}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	position: relative;
  padding: 0px;
  margin:0px;
  /*z-index: 9908;*/
  width:100%;
    height: 120px;
	background-color:#FFFFFF;
	z-index: 100;
}

@media (max-width: 1200px) {
	#header {
		position: fixed;
		top: 0;
	}
	body{
		padding-top: 120px;
	}
}
.group {
	width:100%;
	height:60px;
	background-color:#fff;
	border-bottom:dotted #BABABA 1px;
	margin:0px;
	padding:0px;
}
.prince {
	float:left;
	margin-left:10px;
	
}
.prince img {
	width:50%;
	margin-top:0px;
}
.seibu {
	float:right;
	width:150px;
	margin-left:10px;
	margin-right:10px;
}
.seibu img {
	width:90%;
	margin-top:10px;
		float:right;

}





#logo {
  float:left;
  width:120px;
  margin:0;
  padding:0;
  text-align:left;
  margin-left:15px;
}
#logo img {
	width:100%;


}









/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  padding-top:10px;
  list-style: none;
}


.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;

}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

/*.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}*/
.sf-arrows .sf-with-ul:after {
	content: "";
	position: absolute;
	top: -6px;
	bottom: 0;
	right: 11px;
	margin: auto;
	vertical-align: middle;	
	width: 9px;
	height: 9px;
	border-top: 2px solid #1d1d1d;
	border-right: 2px solid #1d1d1d;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin-top:6px;
  margin-right:20px;
}

@media (max-width:1200px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #005ca2;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding-top:0px;

}


.nav-menu ul li {
  background: #fff;
      padding-top:0px;

}

.nav-menu ul li:first-child {
  border-top: 0px;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #005ca2;
  color: #fff; 
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
float:right;
  right: 0;
  top: 0;
  z-index:9999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  margin-top:80px;
  position:absolute;
}


#mobile-nav-toggle i {
  color: #000;
}

@media (max-width: 1200px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 30px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -270px;
  width: 270px;
  overflow-y: auto;
  transition: 0.5s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1200px) {
#mobile-nav ul {
	margin-top:30px;
}
}


#mobile-nav ul li {
  position: relative;
  
   color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 5px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  margin-bottom:12px;
}

#mobile-nav ul li a {

  position: relative;
 color: #fff;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li ul {
  margin-top:20px;

}

#mobile-nav ul li li {
  padding-left: 10px;
  margin-top:10px;

}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  padding-top:3px;
  margin-right:15px;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #fff;
}

#mobile-nav ul .menu-item-active {
  color: #fff;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}



/*-- メニューPC版表示CSS  --*/
.add_menu{
   display:none;
}

/*-- メニュースマホ版表示CSS  --*/
@media screen and (max-width: 1050px){
 .add_menu{
	  display:block;
  }
}









/*--------------------------------------------------------------
# slideshow Section
--------------------------------------------------------------*/
#slideshow {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (min-width: 1024px) {
  #slideshow {
    background-attachment: fixed;
  }
}

@media (max-width: 420px) {
  #slideshow {
  height: 500px;
  }
}
#slideshow:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#slideshow .slideshow-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}




/* news Section
--------------------------------*/
#news {
  background: #fff;
  margin-top:80px;
  padding-bottom:80px;
}

#news h2 {
	padding-left:15px;
	padding-right:15px;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:bold;
	font-size:33px;
	color:#000;
	text-align:center;
	margin-bottom:30px;
}

#news p {
	padding-left:15px;
	padding-right:15px;
	line-height:26px;
}
.map {
	text-align:center;
	margin-bottom:15px;
}
.map img {
	width:88%;
	height:auto;
}


.twitter {
	padding-left:15px;
	padding-right:15px;
}


.pig {
	position: absolute;
	margin-left:360px;
	margin-top:220px;
		z-index:10;
}

.pig img {
	width:55%;
	height: auto;

}

.hitsuji {
	position: absolute;
	margin-left:10px;
	margin-top:20px;
		z-index:10;
}

.hitsuji img {
	width: 50%;
	height: auto;

}
@media (max-width: 1200px) {
	.pig {
	margin-left:300px;
	margin-top:180px;
}
	
.pig img {
	width:60%;
	height: auto;

}
}
@media (max-width: 990px) {

.wrap_twitter {
	margin-top:50px;
	border-top:dotted #D7D7D7 1px;
	padding-top:50px;
}


.pig {
	margin-left:520px;
	margin-top:300px;
}

.pig img {
	width:70%;

}


.hitsuji {
	margin-left:30px;
	margin-top:10px;
}
.hitsuji img {
	width:55%;

}
}

@media (max-width: 767px) {
	#news {
		padding-bottom:20px;
		
}
	#news h2 {
	
	font-size:24px;
	text-align:center;
}
	#news p {
		font-size:14px;
		
}


.pig {
	margin-left:350px;
	margin-top:200px;
}

.pig img {
	width:65%;

}




.hitsuji {
	margin-left:4px;
	margin-top:10px;
}
.hitsuji img {
	width:46%;

}


}

@media (max-width: 420px) {
.pig {
	margin-left:260px;
	margin-top:130px;
}
.pig img {
	width:75%;

}
.hitsuji img {
	width:40%;

}
}



/* ropeway css
============================================================================================ */
.ropeway {
  background: url(../img/service-bg.jpg) no-repeat fixed center right;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding-top:50px;
  padding-bottom:50px;
}
@media screen and (max-width: 767px){
	.ropeway {
		background-color:#FFFFFF;
		background-image:none;
		padding-top:0px;
		padding-bottom:0px;
			border-top:dotted #D7D7D7 1px;

 
}

}
















.ropeway .wrap {
 background-color: rgba(255,255,255,0.8);
 	padding:30px;
	width:100%;
 
}




.ropeway h2 {
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:bold;
	font-size:33px;
	margin-top:25px;
	color:#000;
	margin-bottom:10px;
}

.ropeway h3 {
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:18px;
	color:#005ca2;
	margin-top:0px;
	margin-bottom:20px;
}

.ropeway p {
	font-size:16px;
	color:#000;
	line-height:28px;
	margin-bottom:20px;;
}
@media (max-width: 767px) {
	.ropeway h2 {
	font-size:24px;
	text-align:center;
}
.ropeway h3 {
	font-size:16px;
		text-align:center;
		line-height:22px;
}
.ropeway p {
	font-size:14px;

}
}



#vegas2 {
	width:100%;
	height:240px;
}



/* suizokukan Section
--------------------------------*/
#suizokukan {
  background: #fff;
  padding:0;
}


.suizokukan_left {
	width:50%;
	float:left;
	padding:50px;
	height:440px;
	background-image:url(../img/bg_suizokukan.jpg);
}

.suizokukan_left h3 {
	font-size:20px;
	margin-bottom:35px;
	color:#005ca2;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin-top:10px;
}

.suizokukan_left p {
	font-size:16px;
	color:#000;
	line-height:28px;
	margin-bottom:20px;
	text-align:left;
}




#vegas {
	width:50%;
	float:right;
	height:440px;
}


.encyan {
	position: absolute;
	margin-left:450px;
	margin-top: -10px;
		z-index:10;

}

.encyan img {
	width: 54%;
	height: auto;

}
.pengine {
	position: absolute;
	margin-left:450px;
	margin-top: 330px;
		z-index:10;
}

.pengine img {
	width: 50%;
	height: auto;

}

.fish {
	position: absolute;
	margin-left:310px;
	margin-top:350px;
		z-index:10;

}

.fish img {
	width: 50%;
	height: auto;

}
@media (max-width: 1100px) {

.encyan {	
	margin-left:380px;
}
.encyan img {
	width: 50%;
}
.pengine {
	margin-left:400px;
}
.fish {
	margin-left:260px;
}

}


@media (max-width: 900px) {

.encyan {	
	margin-left:330px;
}
.encyan img {
	width: 45%;
}
.pengine {
	margin-left:330px;
}
.fish {
	margin-left:200px;
}


}

@media (max-width: 768px) {
 .suizokukan_left {
	width:100%;
		padding:20px;
				height:auto;

}

#vegas {
	width:100%;
		height:240px;
}
.suizokukan_left p {
	font-size:14px;
	
}

.suizokukan_left h3 {
	font-size:20px;
	text-align:center;
}
.encyan {	
	margin-left:580px;
		margin-top: 14px;

}
.encyan img {
	width:70%;
}
}


#suizokukan .suizokukan-container .content {
}

.suizokukan_title {
	margin-bottom:0px;
		text-align:left;

}
.suizokukan_title img {
	width:60%;


}


@media (max-width: 768px) {
.suizokukan_title {
    padding-top: 15px;
	text-align:center;
  }

}










/* Services Section
--------------------------------*/




@keyframes move-stripe2 {
    0% {  background-position-x: 0;  }
    100% {  background-position-x: -34px;  }
}
#services {
    background: url("../img/straipe.png");
    animation: move-stripe2 1s infinite linear;
	  padding: 150px 0 100px 0;
}





.enjoy {
	position: absolute;
	margin-left:800px;
	margin-top:-230px;
	z-index:10;
	width:16%;
	height: auto;

}






#services .box {
	padding-top:25px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
  margin-bottom:50px;
  border: 2px solid #fcc800;
  position: relative;
  background: #fafafa;
  	z-index:2;

}



@media (max-width: 768px) {
#services .box {
	
  margin-bottom:30px;
 
}
}



#services h5 {
  font-size: 16px;
     color: #fcc800;
	 margin-bottom:10px;
}



#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
   font-family: 'Oswald', sans-serif;
     color: #fcc800;
	 letter-spacing:1px;
}


#services .description {
  font-size: 14px;
  line-height: 24px;
    text-align: left;

}


@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}





/* Portfolio Section
--------------------------------*/

.main_text {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
@media (max-width: 767px) {
.main_text {
	width:80%;
	
}
}
#portfolio {
  background: url("../img/sky.jpg") center top no-repeat fixed;
  padding:20px 0 40px 0;
  position: relative;
}

#portfolio h3 {
	margin-top:30px;
	margin-bottom:40px;
}



#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 767px) {
#portfolio {
background: url("../img/sky_sp.jpg") ;
background-size:100% auto;/*この場合は高さが自動設定*/
background-repeat:no-repeat;
padding: 45px 0 40px 0;
}
#portfolio #portfolio-wrapper {
	margin-top:20px;
}



}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  transition: all 0.3s ease-in-out;
  	 width:30%;
	 float:left;
	 margin-bottom:20px;
}


@media (max-width: 767px) {
	#portfolio h3 {
	font-size:22px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
		margin-bottom:35px;
	
}
	
 #portfolio #portfolio-flters li {
  	 width:44%;
	 	 margin-bottom:10px;

}

}


#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #005ca2;
  color: #fff;
}

#portfolio .portfolio-item {
  margin-top:25px;

}

#portfolio .portfolio-item a {
  display: block;
}

#portfolio .portfolio-item img {
  width:100%;
  height:auto;

}

#portfolio .portfolio-item:hover img {
  opacity: 0.7;
  transition: 0.3s;

}



#portfolio .portfolio-item .select_info {
  background: #fff;
  width: 100%;
  padding:15px;
   text-align:center; 
}

#portfolio .portfolio-item .select_info h4 {
  font-size: 16px;
  line-height:22px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
#portfolio .portfolio-item .select_info h6 {
  color: #666;
  font-size: 13px;
  margin-bottom:10px;
  margin-top:12px;
}


#portfolio .portfolio-item .select_info span {
  display: block;
  color: #333;
  font-size: 13px;
  padding-left: 8px;
  line-height:20px;
  text-align:left;
}
@media (max-width: 768px) {
	
#portfolio #portfolio-wrapper {
  padding-right: 0px;
}
	
#portfolio .portfolio-item {
 position: relative;
  height:100px;
  overflow: hidden;
  border-bottom:#9C9C9C dotted 1px;
  background-color:#FFFFFF;
  margin:0;
  padding:0;
}

#portfolio .portfolio-item img {
background: #fff;
  overflow: hidden;
  width:40%;
  position: relative;
  margin: 0;
  float:left;

}
	#portfolio .portfolio-item .select_info h4 {
  font-size: 14px;
		  line-height:20px;
  font-weight: 500;
  
}



#portfolio .portfolio-item .select_info {
  background: #fff;
  text-align: left;
  padding: 10px;
  width:60%;
  float:right;
}

}





/* banner Section
--------------------------------*/
#banner {
  background:url(../img/call-to-action-bg4.jpg) fixed center center;
  padding-bottom:60px;
  padding-top:30px;
}


@media (max-width: 420px) {
#banner {
  background-image:url(../img/bg_recruit.jpg);
  width:100%;
  padding-top:15px;
  padding-bottom:30px;
}

}




#banner #banner-wrapper {
}

#banner .banner-item {
  margin-top:25px;

}

#banner .banner-item a {
  display: block;
}

#banner .banner-item img {
  width:100%;
  height:auto;

}

#banner .banner-item:hover img {
  opacity: 0.7;
  transition: 0.3s;

}






/* info Section
--------------------------------*/
#info {
  padding: 60px 0 60px 0;
  background-image:url(../img/bg_footer.gif);
}



  
 



.shop_info {
	font-size:16px;
	color:#fff;
	line-height:26px;

}



.shop_info h4 {
	font-size:24px;
	 font-family: 'Oswald', sans-serif;
	 font-weight:bold;
	 margin-bottom:20px;
	
}



.shop_info dl {
	float:left;
	margin-bottom:10px;
	width:100%;
}

.shop_info dt {
	  float: left;
}

.shop_info dd {
	margin-left:30px;
}
.shop_info dd a {
	color:#fff;
}

.shop_info_title {
		 font-family: 'Oswald', sans-serif;
		 font-size:18px;

}
.tel-number a {
    color:#fff;
    text-decoration:none;
    }




@media (max-width: 767px) {
.shop_info {
	margin-bottom:30px;	
}

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 30px 0;
  color: #000;
  font-size: 12px;

}

#footer .copyright {
	text-align:center;
	margin-top:30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}




/*--------------------------------------------------------------
# バーガーナビ　25.1.29
--------------------------------------------------------------*/
.sp_nav{
	position: relative;
}
.sp_nav .nav{
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width: 1201px) {
	.sp_nav{
		display: none;
	}
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: calc(100% - 120px);
  position: fixed;
	top: 120px;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
	padding: 1.4em;
  background: #fff;
  transition: .5s;
	border-top: 1px solid rgba(0,0,0,.2);
	overflow: auto;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}
.nav_list li a {
	display: block;
	padding: 1.2em;
}
.nav_list li + li {
	border-top: 1px solid rgba(0,0,0,.2);	
}
.nav_list li ul li a {
	padding-left: 2.4em; 
	background-color: rgba(0,0,0,.04);	
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}