@charset "utf-8";

@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
	font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','Kozuka Mincho Pro' ,'Kozuka Mincho Std' ,'小塚明朝 Pro R' ,'小塚明朝 Std R', "メイリオ", Meiryo, serif;
	font-size: 19px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	line-height: 160%;
}

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

.inner {
	padding-top:25px;
	padding-bottom:30px;
	padding-right: 10px;
	padding-left: 10px;
	margin:0 auto;
	}

.text-align_c{
	text-align:center;
}


/* -----------------------------------pc------------------------------------- */
	
/* ヘッダー
------------------------------------- */
#header {
	position:relative;
	width:100%;
	margin:0 auto;
	color:#fff;
	display:block;
	padding-top: 0px;
	max-width:1170px;
}

p.saizu {
	font-size: 15px;
	padding-top: 28px;
	color: #333;
}

.text-align_right {
	float: right;
}

/* ナビゲーション・バー
------------------------------------- */


#nav  {
	width: 100%;
	text-align: center;
	background: #ffffff;
}

#nav ul  {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	list-style:none;
	padding:0;
}

#nav ul li  {
	float: left;
}

#nav ul li a {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 85px;
    margin: 0px 8px 0 0px;
    padding: 16px 5px 0px 5px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #ccc;
}

#nav ul li a.last {
  border-right: 0px solid #ccc;
}

#nav ul li a:hover {
	color: #fff;
	background: #0c6baf;
}

#nav ul li ul {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 1000;
}

#nav ul li ul li {
	float: none;
}

#nav ul li ul li a {
	font-size: 14px;
	display: block;
	height: 50px;
	margin: 0px 10px 0 10px;
	padding: 16px 0 0 0;
	line-height: 1.4;
	color: #333333;
	background:#ffffff;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width:1199px) {
#nav ul li a {
    font-size: 13px;
    margin: 0px 5px 0 0px;
}
.font-s_20 {
    font-size: 15px !important;
}
}

.content {
	width: 596px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.font-s_20 {
    font-size: 19px;
    font-weight: bold;
margin: 5px 0 5px;
}

.meiryo-font-s_12 {
	font-size: 10px;
    color: #999999;
	text-align:center;
}
/* -----------------------------------box00------------------------------------- */
.index_box00 {
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}



.index_box00_inner, .index_box01_inner, .index_box02_inner, .index_box03_inner, .index_box04_inner, .index_box05_inner, .index_box06_inner, .index_box07_inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}


/* 見出し
------------------------------------- */
h1 {
	font-size: 26px;
	line-height: 160%;
	color: #333333;
	font-weight: bold;
}
	
.index_box01 h2, .index_box02 h2, .index_box03 h2, .index_box04 h2, .index_box05 h2, .index_box06 h2, .index_box07 h2,.page05_Contact_inner {
	font-size: 38px;
	line-height: 160%;
	color: #333333;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}


/* -----------------------------------box01------------------------------------- */

.index_box01 {
	background: #f2f2f2;
}

/* ボタン（青）
------------------------------------- */
.btn-blue {
	color: #fff;
	text-align: center;
}

.btn-blue a {
	color: #fff;
	border-radius: 8px;
	border: 3px solid #0c6baf;
	background: #0c6baf;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	display:inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
}

.btn-blue a:hover {
	background: #fff;
	border: 3px solid #0c6baf;
	color: #0c6baf;
	text-decoration:none;
}

/* ボタン（オレンジ）
------------------------------------- */

.btn-orange {
	color: #fff;
	text-align: center;
}

.btn-orange a {
	color: #fff;
	border-radius: 8px;
	border: 3px solid #e4a215;
	background: #e4a215;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	display:inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
}

.btn-orange a:hover {
	background: #fff;
	border: 3px solid #e4a215;
	color: #e4a215;
	text-decoration: none;
}


.gray {
	color:#808080;
	margin: 0;
}

.ao {
	color:#0c6baf;
	margin: 0;
}

.orenji {
	color:#e4a215;
	margin: 0;
}

.meiryo-font-s_25 {
    font-size: 25px;
    color: #999999;
    font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','Kozuka Mincho Pro' ,'Kozuka Mincho Std' ,'小塚明朝 Pro R' ,'小塚明朝 Std R', "メイリオ", Meiryo, serif;
    text-align: center;
    display: block;
    line-height: 1em;
	font-weight: normal;
}

.f-p {
	text-align:center;
}

/* -----------------------------------box02------------------------------------- */

/* ボタン（青）「一覧へ」
------------------------------------- */
.btn-center_01 {
	color: #fff;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.btn-center_01 a {
	color: #fff;
	border-radius: 8px;
	border: 3px solid #0c6baf;
	background: #0c6baf;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
}

.btn-center_01 a:hover {
	background: #fff;
	border: 3px solid #0c6baf;
	color: #0c6baf;
	text-decoration:none;
}

.container_02 {
    width: 95%;
    border-bottom: 1px dotted #aaa;
    margin: 0 20px 0 30px;
}

.how-wrapper {
	padding: 0px 0 5px 0;
	margin: 0px auto 20px auto;
	width: 100%;
}

.daimei {
	line-height: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
}



.shita-sen {
	text-decoration: underline;
}

/* -----------------------------------box03------------------------------------- */

.index_box03 {
	background: #f2f2f2;
}



/* -----------------------------------box04------------------------------------- */

.index_box04 {
	background: #f2f2f2;
}

.shikaku {
    border: 1px solid #CCCCCC;
    padding: 5px 2px 5px 5px;
    height: 200px;
    width: 170px;
}

.shikaku2 {
    border: 1px solid #CCCCCC;
    padding: 5px 2px 5px 5px;
    height: 200px;
    width: 165px;
}

.h5 {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
}

.font-13 {
	text-align: left;
	font-size: 13px;
	line-height: 17px;
}




/* -----------------------------------box05------------------------------------- */

.index_box05 {
	background: #ffffff;
}




/* -----------------------------------box06------------------------------------- */

.index_box06 {
	background: #ffffff;
}

.padding_02 {
	padding-top: 75px;
}


/* -----------------------------------box07------------------------------------- */

.index_box07 {
	background: #f2f2f2;
}

.index_box07 p {
	text-align: center;
}


.index_news {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 20px 0 0 0;
    margin-top: 125px;
}

.blog-wrapper {
	padding: 0px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	margin: 0px auto 20px auto;
	width: 100%;
}

.date {
    line-height: 100%;
    background: #999;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.title {
    margin: 0;
	text-align: left;
}

.single-content_inner {
	margin-bottom:100px;
}

	
/* フッター 
-----------------------------------------*/

#footer{
	background-color:#999999;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#fff;
}

.footer-box {
	max-width:1170px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
	
.footer-box02 {
	max-width:1170px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.footer-box-contact {
	text-align:center;
	border-right: 1px solid #FFFFFF;
}

.footer-box-contact-name {
	font-size:150%;
	font-weight:bold;
	padding-bottom: 15px;
}

.footer-box-contact-tel {
	font-size:120%;
	font-weight:bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.footer-box-contact-mail {
	color:#fff;
	border: 1px solid #FFF;
	margin-top: 20px;
	margin-bottom:0px;
	display:inline-block;
}

.footer-box-contact-mail a {
	color:#fff;
	border: 1px solid #FFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	display:inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.footer-box-contact-mail a:hover {
	background:#fff;
	color: #999999;
	text-decoration:none;
}

.footer-box-nav_01 {
	font-size: 16px;
	padding-left: 0px;
	line-height: 1.55em;
	border-right: 1px solid #FFFFFF;
}

.footer-box-nav_02 {
	font-size: 16px;
	padding-left: 25px;
	line-height: 1.55em;
}

.footer-box-nav_01 ul, .footer-box-nav_02 ul {
	border:none;
	list-style:none;
}

.footer-box-nav_01 .tb-footer-li, .footer-box-nav_01 div li , .footer-box-nav_02 .tb-footer-li, .footer-box-nav_02 div li {
	width:100%;
	padding-left:0;
	padding-right: 0px;
	}
	
.footer-box-nav_01 li, .footer-box-nav_02 li {
	padding-left: 0px;
	text-align:left;
	text-indent:2em;
}


.footer-box-nav_01 a, .footer-box-nav_02 a {
	color: #FFF;
	display:inline;
	border:none;
	padding:0px;
}


#footer-copyright {
	background: #666666;
}

address{
	font-style: normal;
	color: #FFF;
	padding-top: 20px;
	text-align:center;
}

figure {
  position: relative;
  overflow: hidden;
  width:100%;
  min-height:330px;
  text-align: center;
}
figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
figure:hover figcaption {
  top: 0;
  left: 0;
}

figure h3
{
  font-family: 'Comic Sans MS','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #FFF;
  margin-top:50px;
}

figure p.item
{
  color: #FFF;
  font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin-top:50px;
}



