@charset "UTF-8";

/* 基本設定 */
.container {
	background-color: #ffffff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	max-width :1080px;
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
overflow: hidden;
}

.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

/* PCヘッダー */
.pc-header {	
width: 100%;
height: 90px;	

}	


/* スマホヘッダーメニュー */

/* ヘッダー部分 */
.sp-header2 {	
position: fixed;	
top: 0;	
left: 0;
width: 100%;
padding-bottom: 0px;
	z-index: 25;
background: #ffffff;	
	height: 55px;
margin-top:0px;	
  box-shadow: 0px 1px 3px #dfdfdf;	
}
.sp-header2-menu1{
width: 66%;	
margin: 0 auto;
float:left;	
	height: 52px;
}

.sp-header2-menu2{
width: 11%;	
margin-top:5px;
float:left;	
height: 50px;	
background: #ffffff;
}


.sp-header2-menu3{
width: 9%;	
margin-top:5px;
float:left;	
height: 33.5px;	
background: #006ad5;
padding-top:12px;
padding-left:1%;	
}

/* ハンバーガー */
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 11%;
  height: 52px;
  vertical-align: middle;	
padding-left: 14%;	
	
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
margin-top:3px;	
  height: 3px;/*線の太さ*/
  width: 24px;/*長さ*/
  border-radius: 3px;
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
	
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
padding-top:5%;	
padding-left:5%;		
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content > li
{width: 85%;
  color: black;
  border-left: solid 8px #006ad5;/*左側の線*/
border-bottom: dashed 1px #006ad5;	
  background: #ffffff;/*背景色*/
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;

  padding: 0.5em;
  list-style-type: none!important;
	padding-left:5%;
}

#nav-content  > li > a {
	font-weight: normal;
	   color: #555555;
	text-decoration: none;
display:block;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



.row.blockDisplay {
	display: block;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}

.clear {
clear:both;
}

/* ＰＣメニュー */

/* ＰＣメニュー */

.menu {
	position: relative;
	width: 100%;
	height: 40px;
	max-width: 1080px;
	margin: 0 auto;
	padding:0;

}

.menu ul{
	padding:0;	
}

.menu > li {
	float: left;
	width: 16.6666667%;
	height: 35px;
	line-height: 35px;
  background: #004080;
	list-style: none;
	text-align: center;
	letter-spacing: 2px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.menu > li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size:13px;	
}

.menu > li a:hover {
	color: #ffffff;
}


.menu__single:hover {
  background: #72e272;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.menu__second-level li {
  border-top: 1px solid #e9e9e9;
	font-size:14px;
list-style: none;
  background: #2bd52b;	
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #72e272;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

.init-bottom{
	font-size: 12px;
}

.init-bottom1{
	font-size: 12px;
}

.init-bottom1:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 2px 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}


/**
 * single menu
 */
.menu > .menu__single {
  position: relative;

}

.menu__single .menu__second-level {
  position: absolute;
  top: 0px;
  width: 100%;
  background: #072A24;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__single:hover > .menu__second-level {
  top: 35px;
  visibility: visible;
  opacity: 1;
}



/* 基本Pタグ設定 */

p{
    margin: 10px auto;
	padding-left: 1%;
	padding-right: 0%;
    font-size: 16px;
	text-align: left;
	letter-spacing: 1px;
	width: 96%;
	max-width: 600px;
	-webkit-text-size-adjust: 100%;	
	color:#000000;
}

/* pcサイトで使っているCSS*/
/* pc見出しタグ */

h1{
font-size: 27px;
letter-spacing: 3px;	
text-align: center;
color: #005500;	
background: #ffffff;
border-bottom: 3px solid #005500;	
padding-top:10px;
padding-bottom:0px;
margin-bottom:25px; 	
font-weight: bold;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

h2{
font-size: 20px;
text-align: center;
background: #0055aa;
padding-top:5px;
padding-bottom:5px;	
font-weight: bold;	
color:#ffffff;
letter-spacing: 1px;
border-radius:10px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

h3{
font-size: 20px;
text-align: left;
background: #ffffff;
padding-top:5px;
padding-left:10px;	
padding-bottom:5px;	
font-weight: bold;	
color:#000000;
border-left: 4px solid #008000;	
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

h4{
font-size: 20px;
text-align: center;
background: #ff8800;
padding-top:5px;
padding-bottom:5px;	
font-weight: bold;	
color:#ffffff;
letter-spacing: 1px;
border-radius:10px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}




/* sp見出しタグ */
.sp-midashi{
font-size: 16px;
text-align: center;
background: #0080ff;
padding-top:5px;
padding-bottom:5px;	
font-weight: bold;	
color:#ffffff;
letter-spacing: 1px;
margin-bottom:10px;	
}

.sp-midashi-main{
font-size: 16px;
text-align: center;
background: #0080ff;
padding-top:5px;
padding-bottom:5px;	
font-weight: bold;	
color:#ffffff;
letter-spacing: 1px;
margin-bottom:10px;	
margin-top:33px;
}








/* pc指導者*/
.pc-shidousha{
width: 70%;	
margin: 0 auto;
text-align: center;
max-width:960px;
margin-top:10px;	
}

.pc-shidousha-shashin {
  float: left;
  width: 40%;  /** 横幅50% **/
	text-align: center;
padding-top:13px;	
	
  }

.pc-shidousha-bunshou {
  float: left;
  width: 60%;  /** 横幅50% **/
	text-align: left;
	
  }

.pc-top-aisatsu-bunshou > p{
    font-size: 15px;
	text-align: left;
	width: 100%;
line-height: 170%;

}





/* spサイトCSS */

.sp-maingazou {
    width: 100%;
	padding-top:27px;
}



/* sp物件一覧の詳しくはこちらボタン */

.sp-bukkenitiran-botan {
	width: 80%;
    padding: 0.25em 0.25em;	
    margin:  auto;
    background: #ff8800;
	border-radius: 15px;
    margin-top:20px;
	margin-bottom:20px;
}


.sp-bukkenitiran-botan a {
	font-weight: bold;
	   color: #ffffff;
	text-align: center;
	text-decoration: none;
display:block;
}








/* 上に戻るボタン */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #006ad5;
  opacity: 0.6;
  border-radius: 50%;
margin-right: 3%;
	margin-bottom: 3%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}






/* pcフッター */




.pc-footer-naiyou {
	width: 100%;
  background: #2bd52b;
	margin: auto;	
height: 190px;		
}

.pc-footer-bunkatsu {
  float: left;
  width: 44%;  /** 横幅50% **/
  background: #2bd52b;
margin:auto;	
  }

.pc-footer-tenpojouhou {
  float: left;
margin:auto;	
  width: 100%;  /** 横幅50% **/
padding-left:20%;
padding-bottom:0px;		
  }

.pc-footer-tenpojouhou> p{
    font-size: 17px;
	text-align: left;
font-weight: normal;	
	width: 100%;
	padding-left:20px;
line-height: 170%;
color:#ffffff;
border-bottom:1px solid #ffffff;	
}


.pc-footer-menu {
  float: left;	
margin:auto;	
  width: 70%;
padding-left:20%;	
 background: #2bd52b;		
  }

.pc-footer-menu> p{
    font-size: 17px;
	text-align: left;
font-weight: normal;	
	width: 100%;
	padding-left:20px;
line-height: 170%;
color:#ffffff;
border-bottom:1px solid #ffffff;	
}

.pc-footer-tenpojouhou-bunshou {
  float: left;
  width: 100%;  /** 横幅50% **/
padding-left:20%;
padding-bottom:20px;	
margin-top:-5px;	
  }

.pc-footer-tenpojouhou-bunshou > p{
    font-size: 14px;
	text-align: left;
	width: 100%;
line-height: 150%;
	color:#ffffff;
}

.pc-footer-tenpojouhou-menu {
  float: left;
  width: 100%;  /** 横幅50% **/
padding-left:20%;
	
margin-top:-5px;	
  }

.pc-footer-tenpojouhou-menu > p {
    font-size: 13px;
	letter-spacing: 2px;
	text-align: left;
	width: 100%;
line-height: 180%;
	color:#ffffff;	
}

.pc-footer-tenpojouhou-menu > p > a {
    font-size: 13px;
	letter-spacing: 2px;
	text-align: left;
	width: 100%;
line-height: 180%;
text-decoration: none;	
	color:#ffffff;
}

.pc-footer-tenpojouhou-menu > p > a:hover {
	color:#55002b;
}


.pc-footer {
	width: 100%;
 max-width:1080px;
  background-color: #004080;
margin-top:-10px;
}


.pc-footer > p {
	width: 100%;
	padding: 2em;
	text-align: center;
  font-size: 12px;
  color: #ffffff;
	letter-spacing: 1px;
padding-bottom:20px;
}


/* spフッターナビ */

.footernav {
  margin: 0 0 0px;
  padding: 0;
  border-top: 1px solid #ffffff;
  font-size: 13px;
  list-style-type: none;
	background: #006ad5;
}
/*clearfix*/
.footernav:after {
  content: "";
  clear: both;
  display: block;
}
.footernav li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
/*奇数のli要素に適応*/
.footernav li:nth-child(odd) {
  border-right: 1px solid #ffffff;
}

.footernav a:hover {
  color: #ffffff;
  background: #006ad5;
}


.footernav a {
  display: block;
  line-height: 44px;
position: relative;
  color: #ffffff;
  text-decoration: none;
}

.footernav a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 8px solid #ffffff;
border-left: 8px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}



/* spフッター */

.spfooter {
	width: 100%;
	clear: both;
  margin-top: 0px;
  text-align: center;
  color: #000000;
  line-height: 140%;
  border-top: solid 1px #b4b4b4;

  background-color: #ffffff;	
}

.spfooter p {
	width: 100%;
	clear: both;
	text-align: center;
  font-size: 11px;
  color: #000000;
  line-height: 100%;
  border-top-color: #b4b4b4;
  background-color: #ffffff;	
}




