@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* リセットCSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}




/*------------------------------------------------------------
アニメーション
-------------------------------------------------------------*/
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/* ヘッダー
------------------------------------------------------------*/


#header{
	position: absolute;
    overflow:hidden;
    width:100%;
}



#slider{
  top: 10%;
}



#rinen{
	position: absolute;
  top: 5%;
  right: 5%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #000;
	line-height: 1.2;
	text-align: center;
	z-index: 501;
}

#rinen img{
width: 50%;
}




#rinen h1{
	font-size: 5px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	margin-bottom: 20px;
	font-weight:normal;
}

#rinen h2{
	font-size: 20px;
	font-weight:normal;
}


/* フッター
*************/
#footer{
clear:both;
color:#fff;
padding-top: 15px;
padding-bottom: 35px;
background:#000000;
}

#footer .inner{
background:#000000;
overflow:hidden;
padding: 10px 0 0 0;
	width:100%;
}


#footer .grid{
margin:0;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:15px;
}

#footer p{
font-size:10px;
display: block;
text-align: center;
}


#footer ul.footnav{
float:right;
width:100%;
padding:10px 0;
}

#footer ul.footnav li{
float:left;

padding:0 7px 0 8px;
font-size:13px;	
border-right:1px solid #b6b6b6;
}

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}



	
#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}


#footer ul.footnav li{float:none;display:inline-block;}
	

	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	
#footer img{
	width: 180px;
	margin-top: 0;
	}

#footer span{
	display: block;
	margin-top: 0;
	}


.logo span,.info span{
font-size:.6em;
font-weight:normal;
}
/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 26px;
	font-weight:normal;
	text-align: center;

}




.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 0px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}


small{
	display: block;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.2;
  font-style: italic;
}



/* SEC01 スライド
------------------------------------------------------------*/
#sec01 {
margin-top: 0px;
}


#sec01 h2{
	font-size: 26px;
	font-weight:normal;
	text-align: center;
}


/* SEC00 会社概要あいさつ
------------------------------------------------------------*/

#sec00 {
	background: url(../images/sec0bg.jpg)  no-repeat rgba(255,255,255,0.5);
}


.innersec0{
   background-color: rgba( 5, 5, 5, 0.7 );
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	vertical-align: middle;
}

.op {

   color: blue;
	width: 80%;
	margin: 0 auto;
	padding : 20px 10px;
 vertical-align: middle;
border-radius:5px; /* 角丸 */

}



   
   
#sec00 h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;
}
#sec00 p{
	font-size: 15px;
	font-weight:normal;
	text-align: center;
	line-height: 3.0;
	color: #fff;
}

#sec00 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}



.inner2{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
	vertical-align: middle;
}

.right{
		float: right;
}





/* SEC02 事業内容
------------------------------------------------------------*/



#sec02 h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;
}
#sec02 p{
	font-size: 15px;
	font-weight:normal;
	text-align: center;

	color: #fff;
}

#sec02 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}

.nami{
	background-size:contain;
	-webkit-background-size: cover;
	margin: 0 auto;
 vertical-align: middle;	
   background-color: rgba( 1, 1, 5, 0.7 );
}





.wrap{
	clear: both;
	width: 100%;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}




/* SEC001 店舗
------------------------------------------------------------*/

#sec001 {
	background: url(../images/sec001_bg.jpg)  no-repeat rgba(255,255,255,0.5);
	background-size:cover;
	-webkit-background-size: cover;
}


.innersec001{
   background-color: rgba( 5, 5, 5, 0.5 );
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
		vertical-align: middle;
}

.shop {

   color: blue;
	width: 80%;
	margin: 0 auto;
	padding : 20px 10px;
 vertical-align: middle;
border-radius:5px; /* 角丸 */

}



   
   
#sec001 h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;
}
#sec001 p{
	font-size: 15px;
	font-weight:normal;
	text-align: center;
	line-height: 3.0;
	color: #fff;
}

#sec001 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}



.inner2{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
	vertical-align: middle;
}

.right{
		float: right;
}









/* SEC002 新着情報
------------------------------------------------------------*/

#sec002 {
	background: url(../images/sec002_bg2.png)  no-repeat ;
   background-color: rgba(238,230,213,1.0);
background-position: right bottom;
}




.innersec002{

	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	vertical-align: middle;
}

.news {

   color: blue;
	width:50%;
	margin: 0 auto;
	vertical-align: middle;
	border-radius:5px; /* 角丸 */
	padding-bottom: 50px;
}


 
   
#sec002 h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #4C4949;
}
#sec002 p{
	font-size: 15px;
	font-weight:normal;
	text-align: center;
	line-height: 3.0;
	color: #fff;
}

#sec002 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}



.inner2{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
	vertical-align: middle;
}

.right{
		float: right;
}

span.text-icon {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 8px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;     /* アイコンの角を丸める */
}
  


/* --- 新着情報エリア --- */
div.update {
width: 100%; /* 新着情報エリアの幅 */
font-size: 90%;
}

div.update a{
	color: #000;
}


#sec002 a:hover{
  text-decoration: underline;

}



/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
color: #000;
}

/* --- 日付エリア --- */
div.update dt {
width: 10.7em; /* 日付エリアの幅 */
float: left;
padding:10px 0 15px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 10px 0;
padding: 10px 3px 15px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 solid; /* 本文エリア下境界線 */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}





/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col24 li{
	margin-bottom: 20px;
}

.col24 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}





/* SEC11 会社概要
------------------------------------------------------------*/

#sec11 {
	background: url(../images/sec0bg.jpg)  no-repeat;

}


.innersec11{
   background-color: rgba( 5, 5, 5, 0.7 );
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	vertical-align: middle;
padding: 150px 0;
}

.op {

   color: blue;
	width: 80%;
	margin: 0 auto;
	padding : 20px 10px;
 vertical-align: middle;
border-radius:5px; /* 角丸 */

}
.op24 {
	width: 80%;
	margin: 0 auto;
border-radius:5px; /* 角丸 */

}


#sec11 h1{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;

}
   
   
#sec11 h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;
}
#sec11 p{
	font-size: 25px;
	font-weight:normal;
	text-align: center;
	line-height: 2.5;
	color: #fff;

}

.foo {
   border-bottom: 1px solid;
   padding-bottom: 2px;
	color: #fff;
}



#sec11 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}





/* SEC12 会社概要2
------------------------------------------------------------*/

#sec12 {
	background: url(../images/sec12_bg2.png)  no-repeat ;
   background-color: rgba(238,230,213,1.0);
background-position: right bottom;
}




.innersec12{

	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	vertical-align: middle;
}

.about12 {

   color: blue;
	width:50%;
	margin: 0 auto;
	vertical-align: middle;
	border-radius:5px; /* 角丸 */
	padding-bottom: 50px;
}


 
   
#sec12 h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #4C4949;
}
#sec12 p{
	font-size: 15px;
	font-weight:normal;
	text-align: center;
	line-height: 3.0;
	color: #fff;
}

#sec12 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}



/* --- 会社概要テーブル --- */
table.type04 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
	color: #000;
}
table.type04 th {
	width: 20%;
	padding: 20px 0 20px ;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
table.type04 td {
	width: 60%;
	padding: 20px 0px 20px 20px ;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;

}




/* SEC13 SHOPアクセス
------------------------------------------------------------*/
#sec13{
	padding-top: 0px;

}

#sec13 dl{
	line-height: 1.2;
}

#sec13 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec13 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec13 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}




#map2{
	position: relative;
	padding-bottom: 75%;
margin-top: 20px;
	height: 0;
	overflow: hidden;
	text-align: center;
}

#map2 iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;

}

/* SEC21 店舗紹介
------------------------------------------------------------*/

#sec21 {
	background: url(http://hokkaido-asaichi.hope-dream-co.com/images/newshop_bg.jpg)  no-repeat;

}


.innersec21{
   background-color: rgba( 5, 5, 5, 0.8 );
	width: 2000;
	height: 750;
	margin: 0 auto;
	padding: 10px 0;
	vertical-align: middle;

}

.op {

   color: blue;
	width: 80%;
	margin: 0 auto;
	padding : 20px 10px;
 vertical-align: middle;
border-radius:5px; /* 角丸 */

}
.op24 {

	width: 80%;
	margin: 0 auto;

border-radius:5px; /* 角丸 */

}

#sec21 h1{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;
	margin: 200px 0;
}
   
   
#sec21 h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;
}
#sec21 p{
	font-size: 25px;
	font-weight:normal;
	text-align: center;
	line-height: 2.5;
	color: #fff;

}

.foo {
   border-bottom: 1px solid;
   padding-bottom: 2px;
	color: #fff;
}



#sec21 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}


/* SEC22 店舗紹介
------------------------------------------------------------*/

#sec22 {


}


.innersec22{
   background-color: rgba(238,230,213,1.0);
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	vertical-align: middle;

}

.op22 {


	width: 90%;
	margin: 0 auto;
	padding : 20px 10px 0 10px;
 vertical-align: middle;
border-radius:5px; /* 角丸 */

}

.op24 {

	width: 90%;
	margin: 0 auto;
border-radius:5px; /* 角丸 */

}
 
   
#sec22 h2{
	font-size: 25px;
	font-weight:normal;
	text-align: center;
	color: #000;
}

#sec22 h3{
	font-size: 20px;
	font-weight:normal;
	text-align: center;
	color: #000;
}

#sec22 p{
	font-size: 14px;
	font-weight:normal;
	text-align: left;
	color: #000;

}


hr{
height: 3px;
background-color: rgba(238,230,213,1.0);
border: none;
color: #ff0000;

}






/* SEC24 SHOP
------------------------------------------------------------*/

.inner24{
   background-color: rgba(238,230,213,1.0);
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	text-align: left;
}



.col24 li{
	margin-bottom: 0px;
}

.col24 img{
	max-width:100%;
	display: block;
	margin: -5px auto 0px;
}


.inner25{
   background-color: rgba(245,241,229,1.0);
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	text-align: left;
}#









/* SEC23 飲食店紹介
------------------------------------------------------------*/

#sec23 {


}


.innersec23{
   background-color: rgba(238,230,213,1.0);
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	vertical-align: middle;

}

.op22 {
	width: 90%;
	margin: 0 auto;
	padding : 20px 10px;
 vertical-align: middle;
border-radius:5px; /* 角丸 */

}


   
#sec23 h2{
	font-size: 25px;
	font-weight:normal;
	text-align: center;
	color: #000;
}

#sec23 h3{
	font-size: 20px;
	font-weight:normal;
	text-align: center;
	color: #000;
}

#sec23 p{
	font-size: 14px;
	font-weight:normal;
	text-align: left;
	color: #000;

}
#sec23 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}


.s2 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s2:before, .s2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}
.s2:before {
	margin-right: .9em;
	background: linear-gradient(-90deg, #888, transparent);
}
.s2:after {
	margin-left: .9em;
	background: linear-gradient(90deg, #888, transparent);
}




/* SEC30 事業紹介
------------------------------------------------------------*/

#sec30 {
	background: url(../images/busi_bg.jpg)  no-repeat;

}


.innersec30{
   background-color: rgba( 5, 5, 5, 0.8 );
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	vertical-align: middle;

}

.op {

   color: blue;
	width: 80%;
	margin: 0 auto;
	padding : 20px 10px;
 vertical-align: middle;
border-radius:5px; /* 角丸 */

}
.op30 {

	width: 80%;
	margin: 0 auto;

border-radius:5px; /* 角丸 */

}

#sec30 h1{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;
	margin: 200px 0;
}
   
   
#sec30 h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;
}
#sec30 p{
	font-size: 25px;
	font-weight:normal;
	text-align: center;
	line-height: 2.5;
	color: #fff;

}

.foo {
   border-bottom: 1px solid;
   padding-bottom: 2px;
	color: #fff;
}



#sec30 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}




/* SEC40 事業詳細の確認
------------------------------------------------------------*/


#sec40 h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #fff;
}

#sec40 img{
width: 100%;
}

#sec40 p{
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	color: #000;
}

#sec40 .center{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}

.siro{
	background-size:contain;
	-webkit-background-size: cover;
	margin: 0 auto;
 vertical-align: middle;	
   background-color: rgba( 255, 255, 255, 1.7 );

}


.innersec40{
   background-color: rgba(238,230,213,1.0);
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	vertical-align: middle;
}


.wrap{
	clear: both;
	width: 100%;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}




#sec50 .wrap50{
	clear: both;
	width: 100%;
   background-color: rgba(238,230,213,1.0);
}

#sec50 .inner50{
	margin: 0 auto;
width: 980px;
padding: 20px;
}

#sec50 .box50{
 width: 100%;
   background-color: rgba(255,255,255,1.0);
display:table;
margin: 0 ;
   position: relative;
vertical-align: middle;
}

#sec50 .gazou{
 width: 25%;
display: table-cell;
vertical-align: middle;
}

#sec50 .txt{
 width: 85%;
display: table-cell;
padding: 40px 0 0 75px; 
vertical-align: middle;

}

#sec50 img{
   vertical-align: bottom;

}

.mark {
    position: absolute;
    top: 20%;
	left:19.8%;
    width: 90px;
  }
  




#sec50_2 .wrap50{
	clear: both;
	width: 100%;
   background-color: rgba(238,230,213,1.0);
}

#sec50_2 .inner50{
	margin: 0 auto;
width: 980px;
padding: 20px;
}

#sec50_2 .box50{
 width: 100%;
   background-color: rgba(255,255,255,1.0);
display:table;
margin: 0 ;
   position: relative;
vertical-align: middle;
}

#sec50_2 .gazou{
 width: 25%;
display: table-cell;
vertical-align: middle;
}

#sec50_2 .txt{
 width: 85%;
display: table-cell;
padding: 40px 0 0 75px; 
vertical-align: middle;

}

#sec50_2 img{
   vertical-align: bottom;

}

.mark2 {
    position: absolute;
    top: 20%;
	right: 19.8%;
    width: 90px;
  }










/* レスポンシブ 設定 
------------------------------------------------------------*/
/* PC*/
@media only screen and (min-width: 1100px){



.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;

	}





}


@media only screen and (max-width: 1099px){
/* タブレット--------------------------------------------------------------------------------------*/
#sec02 h2{
	font-size: 28px;
	font-weight:normal;
	text-align: left;
	line-height: 1.5;
}


#sec02 p{
	font-size: 12px;
}



	#rinen{
  top: 35%;

}

.vMid{
		display: table-cell;
		padding: 0 50px;
		vertical-align: middle;
	}

.about12 {

   color: blue;
	width:80%;
	margin: 0 auto;

 vertical-align: middle;
border-radius:5px; /* 角丸 */

}



.news {

   color: blue;
	width:80%;
	margin: 0 auto;

 vertical-align: middle;
border-radius:5px; /* 角丸 */

}

#sec50 p{
font-size: 13px;

}

#sec50 .wrap50{
	clear: both;
	width: 100%;
   background-color: rgba(238,230,213,1.0);
}

#sec50 .inner50{
	margin: 0 auto;
width: 90%;

}

#sec50 .box50{
 width: 100%;
   background-color: rgba(255,255,255,1.0);
display:table;
margin: 0 auto ;
   position: relative;
}

#sec50 .gazou{
 width: 30%;
display: table-cell;
vertical-align: middle;
}

#sec50 .txt{
 width: 85%;
		display: table-cell;
padding: 15px 5px 5px 55px; 
vertical-align: middle;
}

#sec50 img{
   vertical-align: bottom;
	width: 100%;
}

.mark {
    position: absolute;
    top: 22%;
	left:24%;
    width: 85px;
  }
  

#sec50_2 p{
font-size: 13px;

}

#sec50_2 .wrap50{
	clear: both;
	width: 100%;
   background-color: rgba(238,230,213,1.0);
}

#sec50_2 .inner50{
	margin: 0 auto;
width: 90%;

}

#sec50_2 .box50{
 width: 100%;
   background-color: rgba(255,255,255,1.0);
display:table;
margin: 0 auto ;
   position: relative;
}

#sec50_2 .gazou{
 width: 30%;
display: table-cell;
vertical-align: middle;
}

#sec50_2 .txt{
 width: 85%;
		display: table-cell;
padding: 25px 5px 5px 15px; 
vertical-align: middle;
}

#sec50_2 img{
   vertical-align: bottom;
	width: 100%;
}

.mark2 {
    position: absolute;
    top: 22%;
	right:24%;
    width: 85px;
  }
  


}

@media only screen and (min-width: 1200px){


	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}


	
}




@media only screen and (min-width: 648px){



	body{
		font-size:14px;
	}

.vMid{
		display: table-cell;
		padding: 0 50px;
		vertical-align: middle;
	}

/*--------------------------------
// ナビゲーション部分css
// 横幅20%のボタンを5つ横並びに配置
// ボタン背景をX方向にリピートした画像を使用
----------------------------------*/
nav {

	background-repeat: repeat-x;
	text-align:center;

}
nav ul li{
	float: left;
	width: 20%;
	border-right: 1px solid #e6e4e4;
	border-bottom: 1px solid #e6e4e4;
	box-sizing: border-box;
}
nav ul li:last-child {
	border-right: none;
}
nav ul li a{
	display: block;
	width: 100%;
	height:40px;
	line-height:40px;

}
nav ul li a:hover {
	background: url(../images/nav-li-bg_ov.png);

}


  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{

		top: 0;
		width:100%;
		z-index:500;
		border-bottom: 1px solid #d1d1d1;
		background: rgba(255,255,255,1.9);
	}

	#mainnav ul{
		text-align: center;
		padding-right: 0px;
	}

	#mainnav li{
		display: inline-block;
	background: url(../images/nav-li-bg.png);
		font-size: 12px;
		font-weight: 300;
		vertical-align:middle;

	}
	
  #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,1.9);

	}
	

  #mainnav ul a:hover, .active {
          border-bottom: 1px solid #0064B5; }/*#008EFF*/


#mainnav img{
	left: 50%;
	top: 0;
	width: 280px;
	height: 50px;
	display: inline-block;
	margin: 10px 0;
}




	
	.txt, .bg{
		width: 50%;
		height: 100%;
		float: left;
		display: table;

	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}


	/* SEC40 事業
	-----------------*/

 #sec40 .box200{ 
 margin: 20px;
 width: 90%;
 background-color: rgba( 255, 255, 255, 1.7 );
 padding: 20px;
 
 }


	.txt40{
		width: 650px;
 		float: left;
		display: table;
		

	}
	
	.bg40{
		width: 150px;
		float: left;
		display: table;
	}
		

	#sec40_02 .txt40, #sec40_02 .bg40{
		float: right;
	}

    .hidden-pc {
    display: none;
  }


	
	/* SEC24 SHOP
	-----------------*/
	.col24{
		text-align: center;
	}

	.col24 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	



}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
	

}

/* スマホ------------------------------------------*/
@media only screen and (max-width: 648px){

	#map iframe{
	  width: 96% !important;
		left: 2%;
	}

	#map2 iframe{
	  width: 96% !important;
	}


	#rinen h1{
		font-size: 12px;
	}

	#rinen h2{
		font-size: 16px;
	}

.op {

   color: blue;
	width: 95%;
	margin: 0 auto;
	padding : 20px 0px;
 vertical-align: middle;


}
.op22 {

	width: 95%;
	margin: 0 auto;
	padding : 20px 0px;
 vertical-align: middle;


}

.op24 {

	width: 95%;
	margin: 0 auto;

}


#sec22 p{
	font-size: 11px;
	font-weight:normal;
	text-align: left;


}


#sec00 p{
	font-size: 11px;
	font-weight:normal;
	text-align: center;
	line-height: 2.0;
	color: #fff;
}


#sec02 h2{
	font-size: 35px;
	font-weight:normal;
	text-align: center;
	line-height: 1.5;
}

#sec02 p{
	font-size: 14px;
}


#sec11 p{
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	line-height: 2.0;
	color: #fff;
}


/*--------------------------------
// ナビゲーション部分css
// 横幅20%のボタンを5つ横並びに配置
// ボタン背景をX方向にリピートした画像を使用
----------------------------------*/
nav {

	background-repeat: repeat-x;
	text-align:center;

}
nav ul li{
	float: left;
	width: 20%;
	border-right: 1px solid #e6e4e4;
	border-bottom: 1px solid #e6e4e4;
	box-sizing: border-box;
}
nav ul li:last-child {
	border-right: none;
}
nav ul li a{
	display: block;
	width: 100%;
	height:40px;
	line-height:40px;
}
nav ul li a:hover {
	background: url(../images/nav-li-bg_ov.png);
}
nav a:hover, .active {
text-decoration: none; }

	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{

		top: 0;
		width:100%;
		z-index:500;
		border-bottom: 1px solid #d1d1d1;
		background: rgba(255,255,255,1.9);

	}


	#mainnav ul{
		text-align: center;
		padding-right: 0px;
	}

	#mainnav li{
		display: inline-block;
	background: url(../images/nav-li-bg.png);
		font-size: 12px;
		font-weight: 300;
		vertical-align:middle;

	}
	
  #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,1.9);

	}
	
	#mainnav.changeNav li{

	}


  #mainnav ul a:hover, .active {
          border-bottom: 1px solid #0064B5; }/*#008EFF*/

#mainnav img{
	left: 50%;
	top: 0;
	width: 280px;
	height: 50px;
			display: inline-block;
	margin: 10px 0;
}



.inner648{
	width: 95%;
	margin: 0 auto;
	font-size: 11px;
	padding-bottom: 15px;
}


.inner{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}




.col24 img{
	max-width: 98%;
	display: block;
	margin: auto;
}

.col24 li{
		margin: 0;
		display: block;
	max-width: 100%;
	}




.col3 img{
	max-width: 90%;
	display: block;
	margin: auto;
}

.col3 li{
		margin: 0;
		display: block;
	max-width: 100%;
	}
	
	
#rinen{
	position: absolute;
  top: 12%;
  right: 16%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #000;
	line-height: 1.2;
	text-align: center;
	z-index: 0;

}

#rinen h1{
	font-size: 5px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	margin-bottom: 20px;
	font-weight:normal;
}
	
/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	background: url(../images/bg_1000.jpg) 0 0 no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
background-position: center center;
  margin: 0;
}

.about12 {

   color: blue;
	width:90%;
	margin: 0 auto;

 vertical-align: middle;
border-radius:5px; /* 角丸 */

}

.news {

   color: blue;
	width:90%;
	margin: 0 auto;

 vertical-align: middle;
border-radius:5px; /* 角丸 */

}

#sec01 {
margin-top: 40px;
}



/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
color: #000;
background: rgba(255,255,255,0.6);
border-radius:4px; /* 角丸 */
}



div.update a{
	color: #000;
}


div.update a:hover{
  text-decoration: underline;
	color: #000;
}


table.type04 {
background: rgba(255,255,255,0.6);
border-radius:4px; /* 角丸 */
color: #000;
}



    .hidden-sp {
    display: none;
  }


/*セクション50　スマホ--------------------------------------------------------------------------------------------------------*/


#sec50{ }

#sec50 .wrap50{
	clear: both;
	width: 100%;
   background-color: rgba(238,230,213,1.0);

}

#sec50 .inner50{
	margin: 0 auto;
width: 90%;
padding: 20px;
}

#sec50 .box50{
 width: 100%;
   background-color: rgba(255,255,255,1.0);
margin: 0 ;


}




#sec50 .gazou{
 width: 100%;
display: block;
vertical-align: middle;
}

#sec50 .txt{
width: 95%;
display: block;
text-align: middle;
padding: 50px 10px 10px 10px;
}

.mark {
    position: absolute;
    top: 50%;
	left:40%;
    width: 80px;
  }
  
 .mark_02 {
    position: absolute;
    top: 50%;
	left:40%;
    width: 80px;
  }
.mark_03 {
    position: absolute;
    top: 50%;
	left:40%;
    width: 80px;
  }


.mark_sp {
    position: absolute;
    top: 47%;
	left:40%;
    width: 80px;
  }
  


}


/* font
------------------------------------------------------------*/
.fm {
font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;}
.fb{font-weight: bold;}



.wakusen {
width: 80%;
    padding: 0.2em 1em;
    color: #78b9cc;/*文字色*/
    border: solid 1px #78b9cc;/*線*/
    border-radius: 2px;/*角の丸み*/
	text-align: center;
	margin: 20px auto 80px;
	font-size: 16px;
}

.mb-20{
		margin: 0 0 20px;
}

.mb-50{margin: 0 0 50px;
}


.mt-50{
	margin-top: 50px;
}

.mt-40{
	margin-top: 40px;
}

.mt-250{
	margin-top: 250px;
}


.pt-40{
	padding-top: 40px;
}
.mb-60{
	margin-bottom: 60px;
}

pb-50{
	padding-bottom: 50px;

}


/* arrow
------------------------------------------------------------*/
.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
	
}

.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}



.arrow3 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow3:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15%;
    margin-top: -4px;
}
.arrow3:hover::before {
  border-top-color: #06b6ff;
  border-right-color: #06b6ff;
  transition: width .3s, height .3s .3s;
}




.arrow4 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow4:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #c49f19;
    border-right: solid 2px #c49f19;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15%;
    margin-top: -4px;
}
.arrow4:hover::before {
  border-top-color:#005ae7;
  border-right-color: #005ae7;
  transition: width .3s, height .3s .3s;
}







strong { font-weight: normal; }




/* リンクボタン*/

.btton {
  position: relative;
  display: inline-block;
  padding: .9em 3.6em;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
.btton::before,
.btton::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.btton:hover {
  color: #06a6ff;
}
.btton:hover::before,
.btton:hover::after {
  width: 100%;
  height: 100%;
}
.btton:hover::before {
  border-top-color: #06b6ff;
  border-right-color: #06b6ff;
  transition: width .3s, height .3s .3s;
}
.btton:hover::after {
  border-bottom-color: #06b6ff;
  border-left-color: #06b6ff;
  transition: height .3s, width .3s .3s;
}





/* リンクボタンショップ*/

.bttn {
  position: relative;
  display: inline-block;
  padding: .9em 3.6em;
  border: 1px solid #c49f19;
  color: #c49f19;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
.bttn::before,
.bttn::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.bttn:hover {
  color: #005ae7;
}
.bttn:hover::before,
.bttn:hover::after {
  width: 100%;
  height: 100%;
}
.bttn:hover::before {
  border-top-color: #005ae7;
  border-right-color: #005ae7;
  transition: width .3s, height .3s .3s;
}
.bttn:hover::after {
  border-bottom-color: #005ae7;
  border-left-color: #005ae7;
  transition: height .3s, width .3s .3s;
}


/* 右下へ配置 

a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a::before,
a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  transition: .3s;
}
a::before {
  top: 0;
  left: 0;
}
a::after {
  bottom: 0;
  right: 0;
}
a:hover::before,
a:hover::after {
  width: 100%;
}*/


.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}


/*--------------------------------
変更共通
----------------------------------*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
	z-index: 99999;
}
#page-top a {
    background: #005cD0;
        text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 40px;
}
#page-top a:hover {
    text-decoration: none;
    background: #0071ff;


}


  
