@charset 'utf-8';
/*
style.css
*/

body {
	position: relative;
	font-size: 62.5%;
	line-height: 1.8;
	margin: 0;
	color: #000;
}

h1,h2,p,span,li,a {
	font-family: 'Roboto Condensed', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a, a.btn {
	/*
	リンク共通アニメーション
	*/
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.clearfix:before, .clearfix:after{ content:""; display:table;}
.clearfix:after { clear:both;}
.clearfix{ zoom:1;}

#slider p,ul,li{
	margin:0;
	padding:0;
}

.inner {
	position: relative;
	max-width: 1200px;
	min-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.inner_navi {
	position: relative;
	max-width: 1200px;
	min-width: 700px;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
}

#wireframe {
	width: 100%;
}

.header_top {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.header_top span {
	line-height: 1;
}

.header_top img {
	margin-left: 10px;
	margin-top: 20px;
}


.mobile_menu div.mobile_menu_caption {
	display: none;
}



#header_navi {
/* 	position: fixed !important;*/
	position: absolute;
	z-index: 100;
	width: 100%;
	/* For menu*/
	line-height: 1.2;
	background: rgba( 0, 0, 0, 0.8);
}

#h1_navi {
	font-size: 3.0em;
	color: #fff;
	/*For menu */
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 0 8px;
	padding: 12px 0 14px;
}

#h1_navi .small {
	color: #fff;
	font-size: 0.7em;
}

#navigation {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: 10;
}

#navigation ul,
#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 1px 0 0 1px;
}
#navigation a {
	display: block;
	color: #fff;
	font-size: 1.0em;
	line-height: 1.2;
	text-align: center;
	padding: 20px 2em 21px;
	background: rgba( 255, 255, 255, 0.1);
}

#navigation a:hover {
	color: #333;
	background: rgba( 255, 255, 255, 0.8);
}


.price {
	font-size: 1.5em;
	text-decoration: underline;
	font-weight: bold;
	color: #bf0000;
}

.to_top  {
	font-size: 2em;
	position: fixed;
	bottom: 10px;
	right: 10px;
  
	border:1px solid #888888;
	padding:2pt;
	background-color: #ffffff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
     
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	-moz-box-shadow: 1px 1px 2px #E7E7E7; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}

.to_contact  {
	font-size: 2em;
	position: fixed;
	bottom: 60px;
	right: 10px;
  
	border:1px solid #888888;
	padding:2pt;
	background-color: #ffffff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
     
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	-moz-box-shadow: 1px 1px 2px #E7E7E7; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}

.to_top, .to_contact a:hover {
	color: #ffffff;
	background-color: #000000;
}

.to_top, .to_contact  a:visited {
	color: #000000;
	background-color: #ffffff;
}

.ul_no_style {
	list-style-type: none;
}

#footerContainer {
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	background: #000;
	padding: 3em 0 1em;
/*	behavior: url(PIE.htc);*/
}

.copyright{
	color: #fff;
	text-align: right;
	font-size: 1.4em;
	margin: 0;
}

.footer_banner {
	text-align: right;
}






/*
独自スタイル
*/

#contentContainer {
	padding: 72px 0 0;
	margin-bottom: 40px;
	z-index: 300;
}

#entriesContainer {
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.1);
}

.post {
	padding: 3% 0 2em;
	margin: 0 3% 1em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.post .entry_content_frame {
/*  float: right;*/
	width: 90%;
}
/*
.post .entry-thumbnail {
  float: left;
  width: 25%;
}

.post .entry-thumbnail img {
  width: 100%;
  height: auto;
}
*/


.post img {
	width: 90%;
}

.top_header {
	font-size: 1.5em;
	line-height: 1.15;
}

.top_header h1 {
	margin: -0.15em 0 0.4em;
	font-size: 2em;
	line-height: 1.15;
}

.top_header img {
	width: 60%;
	text-align: center;
	margin: auto;
}

.post p {
	font-size: 1.4em;
}

.post h1 a {
	text-decoration: none;
}

.post .read_the_rest a.btn {
  display: block;
  width: 50%;
  color: #fff;
  text-align:center;
  margin: 0 0 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #000;
  border-radius: 8px;
}

.post .read_the_rest a.btn:hover {
 color: #fff;
 background: #666;
}


@media only screen and (max-width:767px) {
 .inner {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	
 }
 .header_top {
	font-size: 1.2em;
 }

 .header_top img {
	width: 38;
	height: 40;
 }


 .mobile_menu,
 .mobile_menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
 }
 .mobile_menu {
	margin-top: 5px;
	position: relative;
	width: 40px;
	height: 30px;
 }

 .mobile_menu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000000;
	border-radius: 4px;
 }
 .mobile_menu span:nth-of-type(1) {
	top: 0;
 }
 .mobile_menu span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
 }

 .mobile_menu span:nth-of-type(3) {
	bottom: 0;
 }

 .mobile_menu div.mobile_menu_caption {
	position: relative;
	display: block;
	top: 5px;
	left: 50px;
	font-size: 1.2em;
	color: #000000;
 }

 #header_navi {
	display: none;

 }

 #headerContainer {
	position: relative;
 }
 #siteID {
	float: none;
	text-align: center;
 }
 #navigation {
	position: relative;
 }
 #navigation li {
  width: 25%;
  margin: 1px 0;
 }
 #navigation a {
 	padding-left: 0;
 	padding-right: 0;
 }
 #navigation li:not(:first-child) a {
 	border-left: 1px solid #000;
 }
 #contentContainer {
	padding: 20px 0 0;
	margin-bottom: 40px;
 }
 .post {
	width: 90%;
	padding: 5% 0 2em;
	margin: 0 auto 2em;
}
 .post .entry_content_frame {
	float: none;
	width: 100%;
}
 .post .entry-thumbnail {
   float: none;
   max-width: 320px;
   width: 80%;
   margin: 0 auto 2em;
 }
 .post h1 {
   margin: 0 0 0.4em;
   font-size: 2em;
 }
 .post p {
   font-size: 1.4em;
 }
 .post .read_the_rest a.btn {
	width: 75%;
	margin: 0 auto;
  }

 .to_top {
	text-align: right;
	margin-right: 1em;
 }

 .to_top span {
	font-size: 1.5em;
 }

 .to_top a:visited {
	color: #000000;
	background-color: #ffffff;
 }

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

 .pagetop a {
   display: inline-block;
   color: #fff;
   font-size: 1.4em;
   padding: 1em 10% 0.7em;
   width: 50%;
   border-radius: 4px 4px 0 0;
   background: #000;
 }
 .copyright {
   text-align: center;
 }

 .footer_banner {
	text-align: right;

 }

  #slider li img {
    width: 100%;
    height: auto;
  }
  #slider #prev,
  #slider #next {
    top: 40%;
  }
  #slider #prev img,
  #slider #next img {
    width: 40px;
    height: auto;
  }
  #slider #prev {
    left: 0;
  }
  #slider #next {
    right: 0;
  }

}
