@charset "UTF-8";
/* CSS Document

font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E",  serif;
 */
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo,   sans-serif;	text-align: center;
	-webkit-text-size-adjust: 100%;
	color:#6c6c6c;
}
*{
	margin:0;
	padding:0;
}
img{
	vertical-align: bottom;
}
a img {
	border:none;
}
a {
	color:#0064ce;
}
a:hover{
	text-decoration:underline;
	color:#65c2d0;
}

.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
li {
	list-style:none;
}
i {
	padding:0 5px;
}
.pc {
	
}
.sp {
	display:none;
}
img{
max-width: 100%;

}
section:after,article:after,dl:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html section   ,* html article,* html dl          { zoom: 1; } /* IE6 */  
*:first-child+html section,*:first-child+html article,*:first-child+html dl { zoom: 1; } /* IE7 */  

@media only screen and (max-width:767px){
img{
	border: 0;
max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
 

.pc {
	display:none;
}
.sp {
	display:block;
}
}
/*PC改行加える*/
.br-pc{
	display:block;
}
 /*PC改行無効*/
.br_sp{
	display:none;
}
.br_ssp{
	display:none;
}
@media only screen and (max-width:767px){
	/*SP改行無効*/
.br-pc{
	display:none;
}
/*SP改行加える*/
.br_sp { display:block; }
.br_ssp{
	display:none; 
}
}
@media only screen and (max-width:480px){
	/*SP改行無効*/
.br-pc{
	display:none;
}
/*SP改行加える*/
.br_sp { display:block; }
.br_ssp{
	display:block; 
}
}
/************************************

COMMON

************************************/
.wrapper {
	width:1000px;
	margin:auto;
}

.wrapper:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .wrapper             { zoom: 1; } /* IE6 */  
*:first-child+html .wrapper { zoom: 1; } /* IE7 */  

@media only screen and (max-width:767px){
	.wrapper {
	width:100%;
	margin:0 auto;
}

}
/*** flash***/
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/************************************

HEADER

************************************/
header {
	background-color:rgba(255,255,255,0.8);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff);/*IE8以下用*/
border-bottom:1px solid #ddd;
height:90px;
width:100%;
position:fixed;
z-index:100;
top:0;
left:0;
text-align:left;
min-width:1200px;
}
header a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	display: block;
}
/* Flashing */
header a:hover  {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
header h1 a {
	background-image:url(../images/head_logo.png);
	width:390px;
	height:50px;
	margin:20px 0 20px 20px;
	float:left;
}
@media only screen and (max-width:767px){
	header {
	background-color:fff;
border-bottom:1px solid #ddd;
height:auto;
width:100%;
position:relative;
z-index:auto;
text-align:left;
min-width:100%;
}
header h1 a {
	background-image:url(../images/head_logo-sp@2x.png) !important;
	width:200px;
	height:47px;
	margin:30px auto;
	float:none;
}
}

header nav {
	float:right;
	width:760px;
}
header nav ul {
	float:left;
	width:560px;
	margin:32px 0;
}
header nav ul li a {
	float:left;
	height:22px;
}
header nav ul li#headmenu1 a{
	background-image:url(../images/head_menu1.png);
	width:130px;
}
header nav ul li#headmenu2 a{
	background-image:url(../images/head_menu2.png);
	width:150px;
}
header nav ul li#headmenu3 a{
	background-image:url(../images/head_menu3.png);
	width:100px;
}
header nav ul li#headmenu4 a{
	background-image:url(../images/head_menu4.png);
	width:110px;
}
header nav ul li#headmenu5 a{
	background-image:url(../images/head_menu5.png);
	width:70px;
}
header nav .contact a {
	float:right;
	width:160px;
	height:90px;
	background-image:url(../images/head_contact.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
header h1 a {
	background-image:url(../images/head_logo@2x.png);
  }
header nav ul li#headmenu1 a{
	background-image:url(../images/head_menu1@2x.png);
}
header nav ul li#headmenu2 a{
	background-image:url(../images/head_menu2@2x.png);
}
header nav ul li#headmenu3 a{
	background-image:url(../images/head_menu3@2x.png);
}
header nav ul li#headmenu4 a{
	background-image:url(../images/head_menu4@2x.png);
}
header nav ul li#headmenu5 a{
	background-image:url(../images/head_menu5@2x.png);
}
header nav .contact a {
	background-image:url(../images/head_contact@2x.png);
}
}
@media only screen and (max-width:767px){
	header nav {
		display:none;
	}
}
/************************************

FOOTER

************************************/
footer {
	background:#95d5df;
	padding:60px 0;
	text-align:left;
}
footer h2{
	border-bottom:1px solid #fff;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
}
footer h2 a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	background-image:url(../images/foot_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	display: block;
	height: 25px;
	width: 670px;
	
}
/* Flashing */
footer h2 a:hover  {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
footer h2 a {
    background-image:url(../images/foot_logo@2x.png);
  }
}

footer .info {
	color:#211815;
	float:left;
	width:300px;
	font-size:90%;
	line-height:180%;
}
footer .info h3 {
	font-size:100%;
}
footer .info a {
	cloro:#6c6c6c;
}
footer .info a:hover {
	cloro:#fff;
}
footer nav {
	float:right;
	width:660px;
	font-size:90%;
	line-height:180%;
	text-align:right;
}
footer nav li {
	display:inline-block;
	width:30%;
	text-align:left;
	padding-bottom:5px;
}
footer nav li a {
	padding-left:16px;
	position:relative;
	text-decoration:none;
	color:#211815;
	
}
footer nav li a:hover {
	
}
footer nav li a:before{
  position: absolute;
  top: 2px;
  left: 0px;
  color: #fff;
  font: 12px 'FontAwesome';
  content: "\f105";
}
footer nav li a:hover {
	color:#fff;
}
footer nav  .copyright {
	font-size:70%;
	letter-spacing:0.2em;
	margin-top:50px;
}


@media only screen and (max-width:767px){
	footer {
	padding:50px 8%;
	text-align:center;
}
footer h2{
	border-bottom:1px solid #fff;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
	font-size:100%;
}
footer h2 a {
	text-indent: inherit;
	white-space: normal;
	overflow: hidden;
	background-image:none;
	display: block;
	height: auto;
	width: auto;
	text-decoration:none;
	color:#211815;
}
footer h2 small {
	display:block;
	font-size:70%;
	font-weight:normal;
}
footer h2 a:hover {
	color:#211815;
}
footer .info {
	float:none;
	width:100%;
	font-size:80%;
	line-height:180%;
	margin-bottom:30px;
}
footer nav {
	float:none;
	width:100%;
	font-size:80%;
	line-height:180%;
	text-align:left;
}
footer nav li {
	display:block;
	float:left;
	width:50%;
	text-align:left;
	padding-bottom:5px;
}
footer nav  .copyright {
	font-size:70%;
	letter-spacing:0.2em;
	margin-top:30px;
	text-align:center;
}
}
/************************************

PAGEUP

************************************/
#pageup a {
	position:fixed;
	bottom:-26px;
	left:0;
	right:0;
	margin:auto;
	display:block;
	width:60px;
	font-size:30px;
	line-height:30px;
	padding:7px 0 23px 0;
	background:#95d5df;
	color:#fff;
	/*全体角丸*/
border-radius: 30px; /* CSS3草案 */ 
-webkit-border-radius: 30px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 30px; /* Firefox用 */ 
}
/* Flashing */
#pageup a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

/**********************************

スマホメニュー用
 
 **********************************/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 50px;
  height:50px;
  color:#fff;
  padding: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #333;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
   background-color: #333;
}

/**3本線**/
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #333;
  
}
.drawer-hamburger #menuicon{
	
	margin:10px 0;
	font-size:18px;
}


.drawer-nav {
	text-align:left;
}
.drawer-nav a {
	text-decoration:none;
	color:#000;
	font-size:100%;
}
.drawer-nav ul {
	padding:8%;
}
.drawer-nav ul li {
	font-weight:normal;
	font-size:90%;
}
.drawer-nav ul li a {
	padding:5px 0;
	display:block;
}
.drawer-nav ul li ul {
	padding:3%;
}
.drawer-nav ul li ul li {
	padding:2px 8px 2px 12px;
	font-size:90%;
	display:block;
	position:relative;
	font-weight:normal;
}
.drawer-nav ul li ul li:before{
  position: absolute;
  top: 10px;
  left: 0px;
  color: #595757;
  font: 12px 'FontAwesome';
  content: "\f105";
}
/************************************

SECOND 

************************************/
.second {
	margin:0 0 60px 0;
}
@media only screen and (max-width:767px){
	.second .wrapper {
		width:84%;
	}
}
/************************************

SECOND - MAINIMAGE

************************************/
.second #mainimage {
	height:300px;
	width:100%;
	background-color:#f8f8f3;
	background-position:center top;
	background-repeat:no-repeat;
	
}
@media only screen and (max-width:767px){
	.second #mainimage {
	height:150px;
	background-size:cover;
	}
}

/************************************

SECOND - PAGETITLE

************************************/
.second #pagetitle {
	margin:50px auto;
	width:310px;
	height:132px;
	background:url(../images/pagetitle_back.png) no-repeat center top;
}
.second #pagetitle h1 {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E",  serif;
	font-size:150%;
	line-height:140%;
	font-weight:normal;
	letter-spacing:0.1em;
	padding:50px 0 0 0;
}
@media only screen and (max-width:767px){
	.second #pagetitle {
	margin:50px auto;
	width:280px;
	height:120px;
	background-size:contain;
}
.second #pagetitle h1 {
	font-size:140%;
	padding:45px 0 0 0;
}
}

/************************************

SECOND - MIDASHI

************************************/
.second .midashi {
	background:url(../images/midashi_l.png) no-repeat left 4px;
	padding-left:160px;
	display:inline-block;
	margin:0 auto 50px auto;
}
.second .midashi h2 {
	background:url(../images/midashi_r.png) no-repeat right 4px;
	padding-right:160px;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E",  serif;
	font-size:150%;
	line-height:100%;
	font-weight:normal;
	letter-spacing:0.1em;
}
@media only screen and (max-width:767px){
	.second .midashi {
	background:url(../images/midashi_sp.png) no-repeat center bottom;
	background-size:260px;
	padding:0 0 30px 0;
	display:block;
	margin:0 auto 50px auto;
}
.second .midashi h2 {
	background:none;
	padding-right:0;
	font-size:140%;
}
}
/************************************

RAF

************************************/

#raf {
	width:1200px;
}
