@charset "utf-8";

/* 基本設定
===========================================================*/

@font-face {
  font-family: 'hannari';
 /* src: url("font/hannari.eot") format('eot');
  src: url('font/hannari.eot?#iefix') format('embedded-opentype'),
  url('font/hannari.woff') format('woff'),
  url('font/hannari.ttf') format('truetype');*/
  src: url("font/hannari.eot");
  src: url('font/hannari.eot?#iefix') format('embedded-opentype'),
  url('font/hannari.woff') format('woff'),
  url('font/hannari.ttf') format('truetype'),
  url("font/hannari.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

.comingsoon_text{
	display: none;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: rgba(0,0,0,0.4);
}
.comingsoon{
	cursor: default !important;
	-ms-filter: "alpha(opacity=100)" !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.comingsoon_text:after{
	content: "COMING SOON";
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
}

.comingsoon_text:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	margin: 0 0 0 -2px;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.fadeanime{
	position: relative;
	top: 30px;
	-ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.tab_content{
	padding: 30px 0 0 0;	
}

.tab_content_in{
	display: none;	
}

#pagedown{
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	bottom: 100px;
	right: 50px;	
}

/* tab01 色変更    */

.tab01 .flow_content .step_title2{
	color: #76b426;
}

.tab01 .btn_wrap.btn03 .btn {
    border: 1px solid #76b426;
    border-radius: 2px;
    font-size: 130%;
    width: 214px;
}

.tab01 .btn_wrap.btn03 .btn_text {
    color: #76b426;
}

.tab01 .btn_wrap.btn03 .btn_text a{
    color: #76b426;
}

.tab01 .sercice_title {
    background: #76b426 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    font-size: 150%;
    line-height: 1.5;
    padding: 0.5em 0;
    text-align: center;
}

.tab01 .menu_wrap .menu_content {
    background: #edf8d5 none repeat scroll 0 0;
    display: table-cell;
    vertical-align: top;
    width: 50%;
}



/* tab02 色変更    */

.tab02 .flow_content .step_title2{
	color: #26afb4;
}

.tab02 .btn_wrap.btn03 .btn {
    border: 1px solid #26afb4;
    border-radius: 2px;
    font-size: 130%;
    width: 214px;
}

.tab02 .btn_wrap.btn03 .btn_text {
    color: #26afb4;
}

.tab02 .btn_wrap.btn03 .btn_text a {
    color: #26afb4;
}

.tab02 .sercice_title {
    background: #26afb4 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    font-size: 150%;
    line-height: 1.5;
    padding: 0.5em 0;
    text-align: center;
}

.tab02 .menu_wrap .menu_content {
    background: #e3feff none repeat scroll 0 0;
    display: table-cell;
    vertical-align: top;
    width: 50%;
}


/* tab03 色変更    */

.tab03 .flow_content .step_title2{
	color: #266cb4;
}

.tab03 .btn_wrap.btn03 .btn {
    border: 1px solid #266cb4;
    border-radius: 2px;
    font-size: 130%;
    width: 214px;
}

.tab03 .btn_wrap.btn03 .btn_text {
    color: #266cb4;
}

.tab03 .btn_wrap.btn03 .btn_text a{
    color: #266cb4;
}


.tab03 .sercice_title {
    background: #266cb4 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    font-size: 150%;
    line-height: 1.5;
    padding: 0.5em 0;
    text-align: center;
}

.tab03 .menu_wrap .menu_content {
    background: #dbecfc none repeat scroll 0 0;
    display: table-cell;
    vertical-align: top;
    width: 50%;
}


/* tab03 色変更 終わり   */

.tab_content_in.active{
	display: block;
}

.pie{
	position: relative;	
}

html{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
	color: #494949;
	font-size: 10px;
}

a{
	color: #494949;
	text-decoration: none; 
}

a:hover{ 
	text-decoration: underline; 
}

a.underline{ 
	text-decoration: underline; 
}

a.underline:hover{ 
	text-decoration: none;
 }
 
.undernone{
	text-decoration: none;
}

.undernone:hover{
	text-decoration: none !important;
}
 
.imghover{
	cursor: pointer;
}

.imgchange{
	cursor: pointer;	
}

input[type="button"],input[type="image"],select,input[type="radio"],label{
	 cursor: pointer; 
}

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

a.tel{
	cursor: default;
	text-decoration: none !important;	
}

.red_text{
	color: #eb688f !important;	
}

.black_text{
	color: #000000 !important;
}

.bg01{
	background: #ffffff;	
}

.bg02{
	background: #f6f4ed;	
}

/* .request_block */

.request_block{
	display:table;
}

.request_block .free_icon{
	display: table-cell;
	vertical-align: top;
	width: 45px;
}

.request_block .address_text{
	display: table-cell;
	vertical-align: top;
	padding: 0 7px 0 7px;
}

.request_block .address_head{
	font-size: 110%;
	margin: 0 0 5px 0;
	text-align: left;
}

.request_block .address_text address{
	font-size: 200%;
	font-weight: bold;
	text-align: left;
}

.request_block .address_text p{
	margin: 4px 0 0 0;
	font-size: 120%;
}

.request_block .address_text p strong{
	font-weight: normal;
}

.request_block .address_text p small{
	font-size: 90%;
}

.request_block .bt_mail_wrap{
	display: table-cell;
	vertical-align: top;
	width: 32px;	
}

.request_block .bt_mail{
	width: 32px;
	height: 32px;
	background: #494949;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 0 0;
}

/*
------------------------ .title_parts ------------------------
*/

.title_parts01{
	font-family: 'hannari';
	font-size: 250%;
	letter-spacing: 0.05em;
	color: #faa434;
	margin: 0 0 1.6em 0;
}

.title_parts02{
	font-family: 'hannari';
	font-size: 230%;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	background: url(../img/bg/title_bg02.png) no-repeat left 8px;
	padding: 0 0 0 21px;
}

.title_parts03{
	font-family: 'hannari';
	font-size: 250%;
	letter-spacing: 0.05em;
	color: #faa434;
	margin: 0 0 1.6em 0;
	background: url(../img/bg/title_bg01.png) no-repeat left 4px;
	padding: 0 0 0 30px;	
}

.title_parts04{
	font-family: 'hannari';
	font-size: 180%;
	letter-spacing: 0.05em;
	color: #faa434;
	margin: 0.8em 0 1.6em 0;
}

.title_parts05{
	font-size: 130%;
	letter-spacing: 0.05em;
	color: #faa434;
	line-height: 1.5em;
	margin: 0.8em 0 1.6em 0;
}



.title_parts03 small{
	display: block;
	margin: 10px 0 0 0;
	font-size: 60%;	
}

/*
------------------------ .table ------------------------
*/

.table{
	display: table;
	width: 100%;	
}

.table .tr{
	display: table-row;	
}

.table .th{
	display: table-cell;
	vertical-align: top;
}

.table .td{
	display: table-cell;
	vertical-align: top;
}

/* .table.common */

.table.common .th{
	width: 190px;
}

.table.common .th p{
	font-size: 140%;
	font-weight: bold;
}

.table.common .td{
}

.table.common .th,
.table.common .td{
	border-bottom: 1px solid #eeeeee;	
	padding: 18px;	
}

.table.common .last .th,
.table.common .last .td{
	border-bottom: none;	
	padding-bottom: 0px;	
}

.table.common .td p,
.table.common .td li{
	font-size: 140%;
	line-height: 1.7;
}

/*
------------------------ .btn_wrap ------------------------
*/

.btn_area{
	text-align: center;	
}

.btn_area *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.btn_area a{
	text-decoration: none !important;	
}

.btn_wrap{
	width: 100%;
	display: inline-block;	
}

.btn_wrap .btn{
	text-align: center;
	height: 3em;
	letter-spacing: -4px;
}

.btn_wrap .btn:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.btn_wrap .btn_text{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}

.btn_wrap.btn00{
	max-width: 257px;	
}

.btn_wrap.btn00 .btn{
	font-size: 150%;
	display: block;
	background: #faa434;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.btn_wrap.btn00 .color1{
	background: #76b426 !important;
}

.btn_wrap.btn00 .color2{
	background: #26afb4 !important;
}

.btn_wrap.btn00 .color3{
	background: #266cb4 !important;
}

.btn_wrap.btn01 .color1{
	background: #76b426 !important;
}

.btn_wrap.btn01 .color2{
	background: #26afb4 !important;
}

.btn_wrap.btn01 .color3{
	background: #266cb4 !important;
}





.btn_wrap.btn00 .btn_text{
	color: #ffffff;
}

/* btn01 */

.btn_wrap.btn01{
	max-width: 257px;	
}

.btn_wrap.btn01 .btn{
	font-size: 150%;
	background: #faa434;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.btn_wrap.btn01 .btn_text{
	color: #ffffff;
	background: url(../img/icon/bt_arrow01.png) no-repeat left center;
	padding: 0 0 0 22px;
}

/* btn02 */

.btn_wrap.btn02{
	max-width: 257px;	
}

.btn_wrap.btn02 .btn{
	font-size: 150%;
	width: 275px;
	background: #ffffff;
	border: 1px solid #494949;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.btn_wrap.btn02 .btn_text{
	color: #494949;
	background: url(../img/icon/bt_arrow02.png) no-repeat left center;
	padding: 0 0 0 22px;
}

/* btn03 */

.btn_wrap.btn03{
	max-width: 214px;	
}

.btn_wrap.btn03 .btn{
	font-size: 130%;
	border: 1px solid #faa434;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.btn_wrap.btn03 .btn_text{
	color: #faa434;
}

/* .main_content */

.main_content_in{
	max-width: 960px;
	padding: 30px 20px 50px 20px;
	margin: 0 auto; 
}

.main_content_in .main_content_in{
	padding-left: 0;
	padding-right: 0;	
}

.in2 {
	padding: 30px 20px 0px 20px !important;
}


.main_content_in p {
    font-size: 150%;
    line-height: 180%;
}

.main_content_in2{
	max-width: 960px;
	padding: 30px 20px 50px 20px;
	margin: 0 auto;
	background: #fef9e7;

}

.main_content_in2 p{
    border-bottom: 1px solid #e2e0d8;
    font-size: 140%;
    line-height: 166%;
    padding-bottom: 20px;
	}


.main_content_in2 p span {
    display: block;
    font-size: 140%;
    margin: 20px 0 13px;
}


/*
------------------------ #al_wrap ------------------------
*/

#all_wrap{
	position: relative;
	overflow: hidden;	
}



/*
------------------------ #common_header ------------------------
*/

#common_header{
	/*position: relative;*/
	z-index: 1000;
	background: #ffffff;
	border-top: 5px solid #faa434;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
}

#header_in{
	position: relative;
	max-width: 960px;
	padding: 56px 0px 0 0px;
	margin: 0 auto;
}

#common_header{position: fixed; top: 0; left: 0; width: 100%;}

#all_wrap{ padding-top: 163px;}

#header_logo{
	text-align: center;
	padding: 0 0 24px 0;
}

#header_logo img{
	width: 120px;
}

#logo_text{
	font-family: 'hannari';
	font-weight: bold;
	font-size: 190%;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 25px;	
	color: #faa434;
}

#header_address{
	position: absolute;
	right: 20px;
	top: 0px;
	background: #fef3a5;
	padding: 10px 13px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

/*
------------------------ #common_nav ------------------------
*/

#common_nav{
	margin: 0 auto;
	max-width: 960px;
	text-align: center;	
}

#common_nav li.nav_list{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 2%;
}

#common_nav li.nav_list .nav_title{
	vertical-align: top;
	display: inline-block;
	padding: 0 0 10px 0;
	font-size: 150%;
	font-family: 'hannari';
}

#common_nav li.nav_list .nav_title a{
	text-decoration: none !important;
}

.nav_child_wrap{
	display: none;
	position: absolute;
	right: 0;
	top: 24px;
	width: 230px;
	padding: 16px 0 0 0;
}

.nav_child{
	text-align: center;
	background: #faa434;
	padding: 10px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.nav_child:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -10px;
	right: 30px;
	border: 15px solid transparent;
	border-bottom-color:  #faa434;
}

.nav_child_list{
	font-size: 130%;
	color: #ffffff;
	margin: 12px 0;
}

.nav_child_list a{
	color: #ffffff;	
}

/*
------------------------ #common_footer ------------------------
*/

#common_footer{
	background: #f6f4ed;
}

#footer_nav{
	max-width: 960px;
	padding: 30px 0 0 0;
	margin: 0 auto;
}

#footer_nav ul{
	text-align: center;
	padding: 0 0 70px 0;
}

#footer_nav ul li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 130%;
	padding: 0 15px;	
}

#footer_nav ul li.nav02{
	border-left: 1px solid #81807d;
	border-right: 1px solid #81807d;
}

#footer_bottom{
	border-top: 1px solid #e2e0d8;
	background: #ffffff;	
}

#footer_bottom_in{
	position: relative;
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;	
}

#bt_pagetop{
	width: 68px;
	height: 68px;
	position: absolute;
	top: -34px;
	left: 50%;
	margin: 0 0 0 -34px;	
}

#bt_pagetop a{
	padding: 10px 0 0 0;
	text-align: center;
	display: block;
	width: 68px;
	height: 68px;
	background: #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#copyright{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 130%;
	letter-spacing: 0.2em;
	padding: 35px 0;
	line-height: 1.6;
}

#youtube_wrap{
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	margin: -168px 0 0 -300px;
	width: 580px;
	height: 335px;
	padding: 10px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 9999;
}

#youtube_player{
	width: 560px;
	height: 315px;
}

#popup_bg{
	display: none;
	position: fixed;
	z-index: 9998;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*
------------------------ #page_visual ------------------------
*/

#page_visual{
	background: #fcdd73;
	padding: 40px;
	margin: 0 0 30px 0;
}

#page_visual_in{
	max-width: 960px;
	margin: 0 auto;
}

#page_visual_in h2{
	text-align: center;
	font-size: 200%;
	padding: 0 0 30px 0;
	margin: 0 0 1.3em 0;
	background: url(../img/bg/title_bg01.png) no-repeat bottom center;
}

#page_visual_in h3{
	text-align: center;
	font-size: 250%;
	line-height: 1.5;
	color: #f5690b;
	margin: 0 0 0.7em 0;
	font-family: "hannari";
}

#page_visual_in p{
	font-size: 130%;
	line-height: 1.55;
	text-align: center;	
}

/*
------------------------ .text_area ------------------------
*/

.text_area .text_parts{
	float: left;
	width: 50%;
}


.text_area .image_parts{
	float: right;
	width: 41.7%;
}

.text_area .bottom_text{
	clear: both;
	padding: 4em 0 0 0;
}


.text_area .text_parts2{
	float: right;
	width: 56%;
}


.text_area .image_parts2{
	float: left;
	width: 41.7%;
}





/*
------------------------ .googlemap ------------------------
*/

.googlemap{
	height: 250px;	
}

.googlemap iframe{
	height: 250px;
	width: 100%;
}

/*
------------ .top_info_list ------------
*/

.top_info{
	position: relative;	
}

.top_info .btn_area{
}

.top_info_list{
	display: table;
	width: 100%;	
}

.top_info_list_in{
	margin: 0 0 20px 0;	
}

.top_info_list li{
	display: table-cell;
	text-align: center;
	width: 33.3%;	
	padding: 0 25px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.top_info_list li h3{
	font-family: 'hannari';
	font-weight: bold;
	font-size: 190%;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 0 0 16px 0;
}

.top_info_list li p{
	font-size: 130%;	
}

.top_info_list li h4{
	
	
}

.top_info_list li.list02{
	border-left: 1px solid #e2e0d8;
	border-right: 1px solid #e2e0d8;
}

.top_info_list li.list01 h3{
	padding: 50px 0 0 0;
	background: url(../img/icon/icon_facility.png) no-repeat center 10px;	
}

.top_info_list li.list02 h3{
	padding: 50px 0 0 0;
	background: url(../img/icon/icon_house.png) no-repeat center top;	
}

.top_info_list li.list03 h3{
	padding: 50px 0 0 0;
	background: url(../img/icon/icon_bus.png) no-repeat center 10px;	
}

.top_info_list li .title_text{
	display: table;
	width: 100%;
	font-size: 150%;
	height: 5em;
	margin: 0 0 0.6em 0;
	padding: 2em 0 0 0;
	background: url(../img/bg/title_bg01.png) no-repeat center top;
}

.top_info_list li .title_text_in{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #faa434;
	line-height: 1.5;
	font-weight: bold;
}

.point_list{
	display: table;
	width: 100%;	
}

.point_list li{
	display: table-cell;
	width: 33.3%;	
	padding: 0 15px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.point_list li .text{
	margin: 20px 0 0 0;
}


.point_list li p{
	font-size: 150%;	
}

.point_list li .title_text{
	display: table;
	width: 100%;
	font-size: 150%;
	height: 5em;
	margin: 0 0 0.6em 0;
	padding: 2em 0 0 0;
	background: url(../img/bg/title_bg01.png) no-repeat center top;
}

.point_list li .title_text_in{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #faa434;
	line-height: 1.5;
}


.request_bottom{
    background: #f6f4ed;
	margin: 0 auto;
	padding: 0 15px;
}

.request_area {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	text-align: center;
}

.request_area h2{
	color: #494949;
    font-family: "hannari";
    font-size: 250%;
    letter-spacing: 0.05em;
    margin: 0 0 0.6em;
}

.request_area p{
    font-size: 140%;
    line-height: 166%;
	color: #494949;
}

.request_zone {
    background: #fef3a5 none repeat scroll 0 0;
	margin: 30px auto 0;
    max-width: 460px;
    padding: 20px 10px;
    text-align: center;
}



.request_zone_in{
	display: inline-block;
	text-align: left;
}

.request_zone_in .request_block .address_text{
	padding: 0 0 0 7px;	
}

.request_zone_in .request_block .address_head{
	font-size: 130%;
}

.request_zone_in .request_block .address_text address{
	font-size: 250%;	
}

.request_zone_in .request_block .address_text p{
	margin: 0;
	color: #e78712;
	font-size: 150%;	
}


.request_zone_in .request_block .free_icon{
	padding-top: 10px;	
}

.request_zone_in .request_block .bt_mail_wrap{
	padding-top: 10px;	
}

/*
.yellow_line{
	display: inline-block;
	line-height: 100%;
	margin: 0 0 6px 0;
	background: #fcf037;
}*/

@media screen and (min-width: 701px) and (max-width: 960px) {
	body{ font-size: 9px;}
	#header_in{ padding-top: 28px;}
	#header_logo{
		text-align: center;
		padding: 0 0 15px 0;
	}
	
	#all_wrap{ padding-top: 111px;}
	#logo_text{ font-size: 120%; top: 12px;}
	
	#header_logo img{
		width: 90px;
	}
	
}

@media screen and (min-width: 701px){
	#common_nav_wrap{ height: auto !important;}
}

@media screen and (max-width: 700px){
	.fadeanime{
		top: 0px;
		-ms-filter: "alpha(opacity=100)" ;
		-khtml-opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	body{ font-size: 8px;}
	#all_wrap{ padding-top: 73px;}
	#header_in{ padding: 24px 0 0 0;}
	#header_logo{ padding: 0 0 9px 0;}
	
	#header_logo img{
		width: 80px;
	}
	
	#logo_text{
		font-family: 'hannari';
		font-size: 160%;
		position: absolute;
		width: 100%;
		text-align: center;
		top: 5px;	
		color: #faa434;
	}
	#header_address{ float: left; position: static; width: 100%; padding: 10px 0 5px 0; text-align: center;}
	#header_address .request_block {display: inline-block;}
	#common_nav li.nav_list{
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	#common_nav{ border-top: 1px solid #e2e0d8;}
	#common_nav li.nav_list:nth-child(even){
		border-left: 1px solid #e2e0d8;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#common_nav li.nav_list .nav_title{
		font-size: 140%;
		float: left;
		display: table;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #e2e0d8;
	}
	
	#common_nav li.nav_list .nav_title a{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 10px;	
	}
	#common_nav li.nav_list .nav_child{
		position: static;
		float: left;
		display: none !important;
		background: #ffffff;
	}
	#common_nav li.nav_list .nav_child:after{
		display: none;	
	}
	#common_nav li.nav_list .nav_child_list{
		float: left;
		display: table;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #e2e0d8;	
	}
	#common_nav li.nav_list .nav_child_list a{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 10px;
		color: #494949;	
	}
	
	#common_nav_wrap{ height: 0px; overflow: hidden;}
	
	#switch_title{
		white-space: nowrap;
		font-family: 'hannari';
		color: #faa434;
		font-size: 120%;
		text-align: center;
		margin: 0 0 3px 0;
	}
	
	#nav_text{
		white-space: nowrap;
		font-family: 'hannari';
		font-size: 120%;
		text-align: center;
		margin: 3px 0 0 0;	
	}
	
	#nav_switch{
		cursor: pointer;
		position: absolute;
		width: 35px;
		top: 15px;
		left: 10px;	
	}
	#nav_bt{
		position: relative;
		height: 14px;	
	}
	#nav_bt .bar{
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		background: #faa434;	
	}
	
	#nav_bt .bar.bar01{
		top: 0;
		left: 0;
	}
	
	#nav_bt .bar.bar02{
		top: 6px;
		left: 0;
	}
	
	#nav_bt .bar.bar03{
		top: 12px;
		left: 0;
	}
	
	#footer_nav ul li{
		font-size: 120%;
		padding: 0 8px;	
	}
	
	#copyright{ font-size: 100%;}
	
	.text_area .text_parts{
		float: none;
		width: auto !important;
		margin: 0 0 30px 0;
	}
	
	
	.text_area .image_parts{
		float: none;
		width: auto !important;
	}
	
	.text_area .text_parts2{
		float: none;
		width: auto !important;
		margin: 15px 0 30px 0;
	}
	
	
	.text_area .image_parts2{
		float: none;
		width: auto !important;
	}
	
	
	#page_visual{
		height: auto;
		padding: 20px;
	}
	
	/* .table */
	
	.table{
		display: block;
	}
	
	.table .tr{
		display: block;
	}
	
	.table .th{
		display: block;
	}
	
	.table .td{
		display: block;
	}
	
	/* .table.common */
	
	.table.common{	
	}

	.table.common .th{
		background: #f6f5ef;
		width: 100%;
		padding: 10px 18px;
	}
	
	.table.common .last .th, .table.common .last .td{
		padding: 10px 18px;	
	}
	
	/* top_info_list */
	
	.top_info_list{ display: block;}
	.top_info_list li{ display: block; width: 100%; padding-left: 0; padding-right: 0; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #e2e0d8;}
	.top_info_list li.list01{ padding-top: 0;}
	.top_info_list li.list02{ border-left: none; border-right: none;}
	.top_info_list li.list03{ border-left: none; border-right: none; border-bottom: none;}
	.top_info .btn_area{ position: static; padding: 15px 0;}
	.top_info_list li .title_text{ display: block; padding: 0 0 0 15px; background: url(../img/bg/title_bg02.png) no-repeat left 1px; height: auto;}
	.top_info_list li .title_text_in{ display: block; text-align: left;}
	.top_info_list li{ text-align: left; }
	.top_info_list li.list01 h3{
	padding: 0 0 0 60px;
	background: url(../../common/img/icon/icon_facility.png) no-repeat center left;	
	}
	
	.top_info_list li.list02 h3{
		min-height: 35px;
		padding: 0 0 0 55px;
		background: url(../../common/img/icon/icon_house.png) no-repeat center left;	
	}
	
	.top_info_list li.list03 h3{
		padding: 0 0 0 65px;
		background: url(../../common/img/icon/icon_bus.png) no-repeat center left;	
	}
	
	
	.main_content_in{ padding: 15px 20px;}
	
	.top_info_list li .title_text{ background-position: left 4px;}
	.title_parts03{ background-position: left 3px; padding-left: 24px;}
	

	/* point_list */
	
	.point_list{ display: block;}
	.point_list li{ display: block; width: 100%; padding-left: 0; padding-right: 0; padding-top: 20px; padding-bottom: 20px;}
	.point_list li.list01{ padding-top: 0;}
	.point_list li.list02{ border-left: none; border-right: none;}
	.point_list li.list03{ border-left: none; border-right: none; border-bottom: none;}
	.top_info .btn_area{ position: static; padding: 15px 0;}
	.point_list li .title_text{ display: block; padding: 0 0 0 15px; background: url(../img/bg/title_bg02.png) no-repeat left 1px; height: auto;}
	.point_list li .title_text_in{ display: block; text-align: left;}
	.point_list li{ text-align: left; }
	
	.main_content_in{ padding: 15px 20px;}
	
	.point_list li .title_text{ background-position: left 4px;}



	#youtube_wrap{
		margin: -84px 0 0 -145px;
		width: 290px;
		height: 168px;
		padding: 5px;
	}
	
	#youtube_player{
		width: 280px !important;
		height: 158px !important;
	}
	
	.googlemap{
		height: 170px;	
	}
	
	.googlemap iframe{
		height: 170px;
	}
	
	.tab_content{
		padding: 0;	
	}
	
	.top_info_list_in{
		margin: 0;
		height: auto !important;	
	}
	
}