@charset "UTF-8";
/* CSS Document */
html {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #fff;
}
* html body{  
    overflow: hidden;  
}

p, a{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
h2, .day,
.area_01, .area_01_text,
.area_02, .area_02_text,
.area_03, .area_03_text,
.map_dl, #page_top, #blog {
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}



#wrap {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	height: 1000px;
}

/* ナビゲーション関連 */
#header{
	width: 100%;
	height: 100px;
	min-width: 1040px;
	background-image: url(../images/bg_header.png);
	z-index: 200;
	position: fixed;
}

#nav_box {
	float: left;
}
#nav{
	float: left;
	list-style-type: none;
	width: 510px;
	height: 100px;
	background-image: url(../images/bg_nav.png);
}
#nav li{
	float: left;
	margin: 0;
	padding: 0;
}
.nav01 a {
	display: block;
	width: 170px;
	height: 100px;
	background-image: url(../images/nav_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
.nav02 a {
	display: block;
	width: 180px;
	height: 100px;
	background-image: url(../images/nav_02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
.nav03 a {
	display: block;
	width: 160px;
	height: 100px;
	background-image: url(../images/nav_03.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
.nav01:hover a,
.nav02:hover a,
.nav03:hover a {
	background-position: 0 -100px;
}

#logo {
	display: block;
	width: 180px;
	height: 100px;
	float: left;
}

#adress_box {
	float: right;
	height: 100px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #000;
}
#adress_box li {
	margin: 0;
	padding: 0;
	text-align: right;
}
#adress_box ul {
	margin-top: 14px;
}
#adress_box li p {
	font-size: 16px;
	color: #ccc;
	line-height: 24px;
}



/* main */
#main {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 620px;
}
#main #blog {
	position: absolute;
	width: 250px;
	height: 250px;
	padding: 0;
	right: 80px;
	bottom: -80px;
}
#main #blog p a {
	display: block;
	width: 250px;
	height: 250px;
	background-image: url(../images/blog.png);
	background-repeat: no-repeat;
}
#main div {
	height: 500px;
	padding: 50px;
}
#main div div {
	border: 10px solid #FFF;
}
#main img {
	display: block;
	margin-top: 95px;
	margin-bottom: 95px;
	margin-left: auto;
	margin-right: auto;
}




/* about */
#about {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#about div {
	width: 960px;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 185px;
}
#about div div {
	width: 500px;
	margin: 0;
	float: left;
}
#about div div h2{
	width: 500px;
	height: 136px;
	margin: 0;
	background-image: url(../images/title_about.jpg);
	background-repeat: no-repeat;
}
#about div img {
	float: left;
	margin-top: 50px;
}
#about div ul {
	clear: both;
	width: 960px;
	height: auto;
	margin-top: 0;
	border-bottom: none;
	overflow: hidden;
}
#about div ul li {
	float: left;
	margin-top: 40px;
}

#about div p {
	width: 440px;
	line-height: 30px;
}
#about div div .english_tex {
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(../images/bg_about_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#about div  .sub_link{
	clear: both;
	display: block;
	color: #24a88f;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#about div  .link_official{
	display: block;
	width: 524px;
	height: 74px;
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 340px;
	background-image: url(../images/btn_official.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}



/* service */
#service {
	width: 100%;
	overflow:hidden;
	background-color: #ecf0f1;
}
#service div {
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#service div h2 {
	width: 321px;
	height: 68px;
	background-image: url(../images/title_service.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 150px;
	margin-bottom: 50px;
}
#service div .btn_big {
	display: block;
	width: 300px;
	height: 60px;
	background-image: url(../images/btn_big.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 150px;
}
#service div .btn_big:hover {
	background-position: 0 -60px;
}
#service div p {
	clear: both;
}
#service div ul  {
	margin-bottom: 140px;
}
#service div ul li {
	width: 920px;
	height: 202px;
	background-color: #FFF;
	margin-top: 30px;
	padding: 20px;
	position: relative;
}
#service div ul li img {
	float: left;
	width: 300px;
	margin-right: 30px;
}
#service div ul li div {
	float: left;
	width: 590px;
}
#service div ul li div h3 {
	color: #ff7e00;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
#service div ul li div .under_line {
	background-image: url(../images/dotted.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 46px;
}
#service div ul li div p {
	margin-top: 10px;
}
#service div ul li .btn_small {
	display: block;
	width: 200px;
	height: 40px;
	background-image: url(../images/btn_small.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#service div ul li .btn_small:hover {
	background-position: 0 -40px;
}



/* access */
#access {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
}
#access div {
	width: 94%;
	margin-top: 180px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
#access .title_box {
	position: relative;
	width: 960px;
}
#access .title_box h2 {
	position: absolute;
	width: 296px;
	height: 66px;
	top: -44px;
	background-image: url(../images/title_access.png);
	background-repeat: no-repeat;
	z-index: 100;
}
#access .access_info {
	overflow: hidden;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 140px;
	margin-left: auto;
	margin-right: auto;
}
#access .access_info img {
	float: left;
	margin-right: 30px;
}
#access .access_info ul {
	float: left;
	width: 480px;
}
#access .access_info ul li {
	float: none;
	width: 350px;
	height: 49px;
	padding-left: 140px;
	border-bottom: 1px solid #e5e5e5;
}
#access .access_info ul li p {
	font-size: 18px;
	color: #34495e;
	line-height: 40px;
}
#access .access_info ul li p span {
	font-size: 16px;
}
.address {
	background-image: url(../images/cap_address.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.open {
	margin-top: 30px;
	background-image: url(../images/cap_open.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.mail {
	margin-top: 30px;
	background-image: url(../images/cap_mail.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tel {
	margin-top: 30px;
	background-image: url(../images/cap_tel.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}



/* facebook */
#facebook {
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}
#facebook div {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#facebook div div {
	float: left;
	width: 480px;
	padding: 0;
}
#facebook div div h2 {
	width: 407px;
	height: 65px;
	background-image: url(../images/title_facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 50px;
}
#facebook div div p {
	width: 370px;
	margin-left: 50px;
}
#facebook div div .sns_box {
    display: flex;
	width: 380px;
	margin: 20px 0 20px 50px;
    flex-direction: row;
    justify-content: space-between;
}
#facebook div div .sns_box .sns {
	display: block;
	width: 170px;
	height: 60px;
	line-height: 60px;
    text-align: center;
    border: 3px solid #ff7f04;
    color: #ff7f04;
    text-decoration: none;
}
#facebook div div .btn_facebook {
	display: block;
	width: 380px;
	height: 60px;
	margin-left: 50px;
	margin-top: 50px;
	background-image: url(../images/btn_facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#facebook div div .btn_facebook:hover {
	background-position: 0 -60px;
}
#facebook div .facebook_box {
	float: left;
	width: 420px;
	height: 300px;
	padding: 30px;
	margin-top: 16px;
	background-color: #303030;
}



/* footer */
footer{
	clear: both;
	width: 100%;
	height: 120px;
	background-color: #000;
}
footer div {
	width: 960px;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
}
.footer_logo {
	margin: 0;
	text-align: center;
}
.copyText {
	color: #CCC;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
}



/* etc */
.clear_box{
	overflow:hidden;
	zoom:1;
}

.clear_text {
	overflow: hidden;
	text-indent: 105%;
	white-space: nowrap;
}

#page_top {
	width: 120px;
	height: 120px;
	position:fixed;
	right: 0px;
	bottom: 0px;
}
#page_top a {
	display: block;
	width: 120px;
	height: 120px;
	background-image: url(../images/page_top.png);
	background-position: 0 0;
}
#page_top a:hover {
	background-position: 0 120px;
}

.mgn_r_60 {
	margin-right: 60px;
}

.english_tex {
	font-size: 14px;
	line-height: 18px;
}


@media only screen and (max-width: 640px) {
}
