@charset "UTF-8";
/* -------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead {
	border: 0;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a{text-decoration:none;}
a:hover{text-decoration:none;}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
	color:#444;
	font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	-webkit-text-size-adjust: none;
	margin:0;
	padding:0;
}

/* 全体
------------------------------------------------------------*/
#wrappar{
	width:100%;
	margin:0;
	padding:0;
}
#container{
	overflow:auto;
	padding-top:15px;
}
/*************
/* ヘッダー
*************/
#header {
	margin:0 auto;
	padding:10px 0 0 0;
	width:1100px;
	height:120px;
}
#header h1{
	margin:0 0 8px 0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	float: right;
	text-align:right;
	width:50%;
	line-height:120%;
}
#header h1 strong{
	font-weight:bold;
}
#header #caption{
	float:left;
	margin:0 0 10px 0;
	width:50%;
	display:block;
}
#header #rogo{
	clear:left;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0;
}
#header #rogo p{
	display:inline-block;
	vertical-align:middle;
	padding:0;
	margin:0;
}
#header #rogo p.rogo_mark{
	margin-right:10px;
}
#header p.rogo_name a{
	font-size:32px;
	font-weight: bold;
}
#header .head-info{
	float: right;
	clear: right;
	text-align:right;
}
#header .head-info p{
	margin:0;
	padding:0;
}
#header .head-info .head-tel{
	font-weight:bold;
	margin:0;
	padding:0;
}
/*************
/* ナビゲーション
*************/
#Main-nav{
	clear:both;
}
/*************
/* コンテンツ
*************/
#contents{
	clear:both;
	overflow:hidden;
	margin:0px auto;
}

/*************
/* メインカラム
*************/
#MainColumn{
	margin-bottom:15px;
}
#MainColumn p{
	line-height:1.8;
	margin-bottom:10px;
}

/*************
/* コンテンツ画像
*************/
section.pege_Box{
	margin-bottom:10px;
}
section.pege_Box .page_cont_image{
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
section.pege_Box .page_cont_image li{
	display:table-cell;
	vertical-align:top;
}
section.pege_Box .page_cont_image li img{
	width:98%;
}
/*****************************************
		 blog 一覧
******************************************/
.blog_List{
	overflow:hidden;
}
.blog_List li{
	clear:both;
	padding-bottom:5px;
	margin-bottom:25px;
	margin-top:5px;
}

.tag{
	font-size:0.8em;
	font-weight:bold;
	padding:2px 4px;
	border-radius:3px;
	margin-right:5px;
}


.pege_Box .page_cont_image{
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.pege_Box .page_cont_image li{
	display:table-cell;
	vertical-align:top;
}
.pege_Box .page_cont_image li img{
	width:98%;
}


/*************
/* 動画差し込み
*************/
.cont_movie{
	margin-bottom:15px;
}
.cont_movie .cont_iframe{
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.cont_movie .cont_iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie_normal{
	width:80%;
}
.movie_max{
	width:100%;
}


/*************
/* フッター
*************/
#footer{
	clear:both;
}

.footer_nav{
	width:100%;
	background-color: rgba(255,255,255,0.8);
}
.footer_nav ul{
	width:1100px;
	display:block;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
.footer_nav ul li{
	padding:0 0 0 10px;
	margin:0 10px 0 0;
	float:left;
}

#footer .inner{
	border-top:1px solid #ccc;
	overflow:hidden;
	width:1100px;
	height:150px;
	margin:0px auto;
}


#footer .grid{
	margin:0;
}
#footer #info{
	margin:40px 20px 0 0;
}
#footer #info .logo{
	float:left;
}
#footer #info .logo a{
	font-size:32px;
	font-weight:bold;
}
#footer #info .info{
	float:left;
	text-align:left;
}
#footer #info .info p{
	margin:0 0 0 15px;
}
#footer .logo{font-size:18px;}

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



/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:900px){
	#google_translate_element{
		margin:5px 0;
	}
	#header{
		width:98%;
		padding:0 1%;
		height:auto;
	}
	#header h1{
		font-size:1em;
		font-weight:normal;
		width:98%;
		text-align:center;
		margin:0 auto;
		margin:5px 0;
	}
	#header #caption{
		float:none;
		width:98%;
		text-align:center;
		margin:0 auto;
		margin:5px 0;
	}
	#header .head-info{
		clear: both;
		float:none;
		width:90%;
		margin:0px auto;
		text-align:center;
	}
	#header .head-info .head-tel{
		font-size:1em;
		font-weight:bold;
	}
	#header #rogo{
		float:none;
		margin:12px 0;
	}
	#header #rogo p{
		display:inline-block;
		vertical-align:middle;
	}
	#header #rogo p.rogo_mark1{
		width:98%;
		text-align:center;
	}
	#header #rogo p.rogo_mark2{
		width:15%;
		text-align:right;
	}
	#header #rogo p.rogo_name1{
		width:98%;
		text-align:center;
	}
	#header #rogo p.rogo_name2{
		width:80%;
	}
	#header p.rogo_name a{
		font-size:1.5em;
		font-weight: bold;
	}
	#contents{
		width:98%;
		padding:0 1%;
	}
	#MainColumn{
		float:none;
		width:100%;
		margin-bottom:2%;
	}
	
	#MainColumn .MainRow{
		width:100%;
		padding:0;
	}
	
	.footer_nav ul{
		width:98%;
		display:block;
		margin:0;
		padding:0 1%;
	}
	#footer .inner{
		width:98%;
		padding:0 1%;
		height:auto;
	}
	
	#footer .inner{
		width:98%;
		padding:0 1%;
	}
	#footer ul.footnav{
		width:60%;
	}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:620px){
	#sidebar #google_map{
		height:200px;
	}
	#header #rogo p.rogo_mark img{
		width:100%;
	}
}



/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #38b435;
   background-image:url(https://rakupeji.com/img/user_tellicon.png);
   background-repeat: no-repeat;
   background-size:contain;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
   background-image:url(https://rakupeji.com/img/user_mailicon.png);
   background-repeat: no-repeat;
   background-size:contain;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:15px 0;	
   font-size:1.2em;
   font-weight:bolder;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}





/*-----------------------------------------
		スクロール inview
-----------------------------------------*/
/*-- フェードイン --*/
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}
/*-- 下から --*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*-- 左から --*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*-- 右から --*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


