@charset "UTF-8";
@import url("reset.css");
@import url("animate.css");
/* ------------------------------
共通
------------------------------ */
body{
	font-size:14px;
	line-height:150%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, メイリオ, sans-serif;
	margin:0;
	padding:0;
	color:#333333;
	overflow-x:hidden;
	overflow-y:hidden;
}
a img{
	border:0;
} 
a img:hover{
	opacity:0.6;
}
img{
	margin:0;
}
p{
	margin-top:10px;
	margin-bottom:10px;
}
a:link{
	color:#0088CC;
	text-decoration:none;
	font-weight:bold;
}
a:visited{
	color:#0088CC;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#0088CC;
	text-decoration:underline;
	font-weight:bold;
}

a:active{
	color:#0088CC;
	text-decoration:none;
	font-weight:bold;
}

.clear{
	clear:both;
}
.clear hr{
	display:none;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.down{
	display:none;	
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.alignright { 
	float: right;
	margin:10px;
}
.alignleft {
	float: left;
	margin:10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
strong { 
	font-weight: bold;
}
em { 
	font-style: italic;
}
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
small{
	font-size:70%;
}
.bigtxt{
	font-size:150%;
	font-weight:bold;
	margin-bottom:5px;
}
.down{
	display:none;	
}
.absolute{
	position:absolute !important;	
}
/* ------------------------------
共通装飾
------------------------------ */
#slidemenu{
	display:none;	
}
/* ------------------------------
ページスタイル
------------------------------ */

/* ------------------------------
イントロ
------------------------------ */
#intro{
	text-align:center;
	padding:200px 0;
}
#intro ul li.intro01{
	display:block;
}
#intro ul li.intro02{
	display:block;
	position:relative;
	top:-70px;
}
#intro ul li.intro03{
	display:block;
	position:relative;
	top:-140px;
}
#intro img{
	width:50%;
	margin:40px auto;
}
#container{
	display:none;
}
/* ------------------------------
ヘッダー
------------------------------ */
header{
	background-color:#2da1b8;
	color:#fff;
	opacity:0.9;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
.header{
}
.header_left{
	width:27%;
	padding-left:3%;
	float:left;
	font-size:20px;
}
.header_left h1{
	display:block;
	width:197px;
	height:52px;
	margin-top:15px;
	margin-bottom:10px;		
	transition: all .3s;
	background-image:url("../img/logo.png");
	background-size:197px 52px;
	text-indent:-9999px;
}
.header_left a{
	color:#fff;	
}
.header_right{
	width:66%;
	padding-right:3%;
	float:right;
	font-size:20px;
}
.header_right ul{
	margin-top:30px;
	text-align:right;
	margin-bottom:30px;
	transition: all .3s;	
}
.header_right ul li{
	display:inline;
	margin-left:5px;
	border-right:1px dotted #fff;
	padding-right:10px;
}
.header_right ul li:last-child{
	border-right:none;
}
.header_right ul li a{
	color:#fff;	
}
.header_anime{
	transition: all .3s;	
	font-size:13px !important;
	margin-top:15px !important;
	margin-bottom:15px !important;		
}
.header_anime2{
	transition: all .3s;	
	background-image:url("../img/logo.png");
	background-size:113px 30px !important;
	width:30px !important;
	height:30px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;		
}
#top_img{
	display:none;	
}
.top_arrow a{
	width: 130px;
	height: 104px;
	background-image: url(../img/pagedown.svg);
	background-size: 130px 104px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: initial;
	margin-top: 100%;
	left: 0;
	right: 0;
	margin: 53% auto 0;
	z-index: 9999;
}
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
	-moz-animation:blink 1.0s ease-in-out infinite alternate;
	animation:blink 1.0s ease-in-out infinite alternate;
	position: relative;
	z-index: 9999;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
.fuwafuwa a {
	-webkit-animation-name: fuwafuwa;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	/* -webkit-animation-direction: alternate; */
	-webkit-animation-timing-function: ease;
	-moz-animation-name: fuwafuwa;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	/* -moz-animation-direction: alternate; */
	-moz-animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -20px);}
	100% {-webkit-transform:translate(0, 0);}
}

@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -20px);}
	100% {-moz-transform:translate(0, 0);}
}
/* ------------------------------
コンテンツエリア
------------------------------ */
.wrapper{
	padding-top:50px;
}
section:before {
	content: "　";
	background-image:url('img/shadow_top.png');
	position: relative;
	top: -132px;
	display:block;
	opacity:0.4;
}
section{
	padding:60px 0;
	margin-bottom:50px;	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FAFAFA), color-stop(0.00, #fff));
	background:-webkit-linear-gradient(#fff, #FAFAFA);
	background:-moz-linear-gradient(#fff, #FAFAFA);
	background:-o-linear-gradient(#fff, #FAFAFA);
	background:-ms-linear-gradient(#fff, #FAFAFA);
	background:linear-gradient(#fff, #FAFAFA);
	padding-bottom:160px;
}
#section04{
	margin-bottom:20px !important;
}
.hissu{
	display: inline-block;
	margin: 0 5px;
	background: #f00;
	border-radius: 4px;
	line-height: 1.0;
	padding: 3px 10px;
	color: #fff;
	font-size: 10px;
	position: relative;
	top: -3px;
}
.form_item{
	font-weight: bold;
	margin: 0 auto 10px;
	font-size: 120%;
	display: inline-block;
}
#section04 input[type="text"],
#section04 input[type="email"],
#section04 textarea{
	border: none;
	padding: 10px;
	border-radius: 4px;
	background-color: #efefef;
}
#section04 input[type="submit"]{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	color: #fff;
	background-color: #e19309;
	padding: 20px;
	font-weight: normal;
	border: none;
	font-size: 1rem;
	font-weight: bold;
}
#section04 input[type="submit"]:hover{
	cursor: pointer;
	opacity: 0.6;
}
section:first-child:before {
	display: none;
}
#PAGE_SECGION{
	padding:100px 0;
	margin-bottom:20px !important;
}
section h2{
	text-align:center;	
	font-size:300%;
	margin:0 auto;
	margin-bottom:40px;
	line-height:100%;
	padding-bottom:10px;
	width:60%;
	border-bottom:1px dotted #2ca1b8;
}
section h2 em{
	font-size:60%;
	font-weight:normal;
	color:#2ca1b8;	
	padding-left:15px;
}
section h3{
	text-align:center;
	font-size:220%;
	margin-bottom:20px;
	line-height:140%;
	color:#2ca1b8;
}
section h4{
	text-align:center;	
	font-size:130%;
	margin-bottom:20px;
	line-height:140%;
}
.catch{
	text-align:center;
	font-size:170%;
	color:#666;
	margin-bottom:50px;
	font-weight:bold;
	line-height:150%;
}
section p{
	text-align:center;
	margin-bottom:50px;	
}
#section01 h2:before {
	content:"\f108";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:15px;
	color:#2ca1b8;
}
#section02 h2:before {
	content:"\f0f7";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:15px;
	color:#2ca1b8;
}
#section03 h2:before {
	content:"\f041";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:15px;
	color:#2ca1b8;
}
#section04 h2:before {
	content:"\f003";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 15px;
	color:#2ca1b8;
}
.txt_box{
	background-color:#f8f8f8;
	padding:30px 10px;
	width:80%;
	margin:30px auto;	
	margin-bottom:50px;
	padding-bottom:5px;
	border:1px solid #EEE;
	box-shadow:rgba(122, 122, 122, 0.0388235) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(122, 122, 122, 0.0388235) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(122, 122, 122, 0.0388235) 0px 0px 6px 3px;
}
table.company {
    width: 70%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
table.company th,
table.company td {
    padding: 10px;
}
table.company th {
    background: #2ca1b8;
    vertical-align: middle;
    text-align: left;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #2ca1b8;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #2ca1b8 10px solid;
        margin-top: -10px;
    }
}
table.company td {
    background: #f8f8f8;
    width: 70%;
    padding-left: 20px;
}
#section01 .txt_box_area{
	width:90%;
	margin:0 auto;
	text-align:center;
}
#section01 .txt_box_area .txt_box p{
	padding:0 20px;

}
#section01:before {
	content: "　";
	background-image:none;
	position:static;
}
#section01 h3{
	color:#333;
}
#section01 h3 i{
	font-size:420%;
	padding-bottom:5px;
	color:#2ca1b8;
}
.sp{
	display:none;
}

/* ------------------------------
お問い合わせ
------------------------------ */
.contact table{
	width:100%;

}
.contact table td{
	background-color:#fafafa;
}
.contact table td,
.contact table th{
	padding:10px;
	border:1px solid #82BB8C;
}
.contact table th{
	width:30%;
	background-color:#F3F9EA;
	font-weight:bold;
	color:#385310;
	vertical-align:middle;
}
.contact table td input[type="text"],
.contact table td textarea{
	width:97%;
	border:1px solid #999;
	box-shadow:none;
	padding:5px;
	background-color:#fafafa;
}
.contact table td input[type="text"]:focus,
.contact table td textarea:focus{
	background-color:#fff;
}
.contact .red{
	color:#f00;
	padding:0 5px;
}
.contact_btn{
	margin:20px auto;
	text-align:center;
}
.contact_btn input:hover{
	opacity:0.6;
}
/* ------------------------------
フッター
------------------------------ */
footer{
	margin-top: -50px;
	background-color:#F2F2F2;	
}
.footer{
	width:980px;
	margin:0 auto;
	padding:10px;
	color:#fff;
	text-align:center;
}
.footer select{
	width:80%;	
}
.footer ul{
	text-align:center;	
}
.footer ul li{
	display:inline;
	margin:0 5px;	
}
.copyright{
	background-color:#2ca1b8;	
	color:#fff;
	text-align:center;
	padding:10px;	
}
.copyright a{
	color:#fff;
	text-decoration:none;
	text-shadow:none;
}
.copyright a:hover{
	text-decoration:underline;
}
/* ------------------------------
ページのトップへ
------------------------------ */
.to_top{
	position: fixed;
	bottom: 20px;
	right: -160px;
	z-index:9999;
}
.to_top{
	width:38px;
	height:38px;
	display: block;
	text-align: center;
	text-indent:-9999px;
	cursor:pointer;
	background-image:url("../img/to_top.png");
	background-size:38px 38px;
}
.to_top:hover{
  opacity:0.6;	
}
/* ------------------------------
グーグルマップ用
------------------------------ */
.map_wrapper {
	max-width: 70%;
	height: auto;
	overflow:hidden;
	min-width: 280px;
	margin: 20px auto;
	padding: 4px;
	margin-bottom:50px;
}
.googlemap {
	position: relative;
	overflow: hidden;
}
.googlemap img{
	width: 100%;
	vertical-align: bottom;
}
/* ------------------------------
ヘッダースライダー用
------------------------------ */
/* fullSlideShow
--------------------------- */
.fullSlideShow {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	z-index:100;
}
.fullSlideShow ul {
    top: 50%;
    /* left: 50%;*/
    width: 100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
}
.fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
.fullSlideShow ul li img {
    width: 100%;
}
/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 110; /* 非表示にする場合は「90」以下に */
    visibility: visible; /* 非表示にする場合は「hidden」に */
}
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
	border-radius:300px;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
.pagiNation{
	display:none !important;
}
 /* Wrapper
--------------------------- */
#wrapper {
    width: 100%;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}
/* =======================================
    ClearFixElements
======================================= */
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.fullSlideShow ul {
    display: inline-block;
    overflow: hidden;
}
/* ------------------------------
プラグイン関連
------------------------------ */
/* スマートフォン・タブレットレイアウト : 800 px  */
@media only screen and (max-width: 800px) {
	body{
		padding-top:66px;	
	}
	#top_img{
		display:block;
		height:auto;
		padding:0;
	}
	#top_img img{
		width:100%;	
	}
	.fullSlideShow{
		display:none;	
	}
	header{
		background-color:#2ca1b8;
		color:#fff;
		opacity:1.0;
	}
	.header_left{
		width:100%;
		padding-left:0%;
		float:left;
		font-size:20px;
	}
	.header_left h1{
		display:block;
		width:170px;
		height:47px;
		margin-top:15px;
		margin-bottom:10px;		
		transition: all .3s;
		background-image:url("../img/logo.png");
		background-size:170px 47px;
		text-indent:-9999px;
		float:none;
		margin:10px auto;
	}
	.header_anime2{
		transition: all .3s;
		margin:5px auto !important;
	}
	.header_right{
		display:none;	
	}
	#intro{
		text-align:center;
		padding:50px 0;
	}
	#intro ul li.intro01{
		display:block;
	}
	#intro ul li.intro02{
		display:block;
		position:relative;
		top:-70px;
	}
	#intro ul li.intro03{
		display:block;
		position:relative;
		top:-150px;
	}
	#intro img{
		width:60%;
		margin:40px auto;	
	}
	.footer{
		width:auto;
		transition: all .3s;	
	}
	section:before {
		display:none;
	}
	.wrapper{
		padding-top:0px;
	}
	section{
		padding:30px 15px;
		transition: all .3s;	
		margin-bottom:0;
	}
	section h2{
		width:90%;
		font-size:160%;
		margin-bottom:20px;
	}
	section h3{
		font-size:140%;
	    margin-bottom: 10px;
	}
	section h4{
		font-size:110%;
	    margin-bottom: 10px;
	}
	#section01 h3{
		font-size:130%;
	}
	.catch{
		font-size:100%;
		margin-bottom:20px;
	}	
	.txt_box{
		padding:15px;
		width:90%;	
		margin-bottom:30px;
		padding-bottom: 0;
	}
	section p{
		text-align:center;
		margin-bottom:20px;	
	}
	table.company {
		width: 95%;
	}
	table.company th {
		font-size:100%;
	}
	.copyright{
		font-size:8px;	
	}
	.map_wrapper {
		max-width: 70% !important;
		height: auto;
		min-width: 280px;
	}
	.googlemap {

	}
	.sp{
		display:block;
	}
}