*{margin: 0;padding: 0}

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

a { text-decoration : none;
    outline:none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

a:hover img {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

ul, ol { list-style : none}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: top;
	}
		
.clear {
	clear: both;
}
	
/* clearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



@media screen and (max-width: 768px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */

	
/* navigation /////////////////// */
	
.menu_t {display: none;}

.el_humburger {
  position: absolute;
  top: 8.5vh;
  right: 7vw;
  width: 30px;
  height: auto;
  padding-top: 1vh;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
 
.js_humburgerOpen .el_humburger {
}
 
.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #666;
  transition: all 0.2s ease-in-out;
  &:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen & {
    background: #000;
  }
}
 
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}
 
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
 
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
 
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
 
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
 
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
	
	
 
/*///////// ナビゲーション内 //////////*/
 
.navigation {
  display: none;
}
 
.navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
}
	
.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 
.navigation_wrapper {
  padding: 10vh 0 0 0;
  text-align: center;
}
 
.navigation_item {
  font-size: 4.5vw;
  margin-bottom: 3vh;
}
 
.navigation_item > a {
  color: #000;
  text-decoration: none;
}
	
.navigation_siryo {
  font-size: 4.5vw;
  width: 60vw;
  margin: 0 auto 3vh auto;
  background-color: #000;
  padding: 2.5vh 0;
}
 
.navigation_siryo > a {
  color: #fff;
  display: block;
  text-decoration: none;
}
 
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
/*///////// ナビゲーション end //////////*/	

	
/*///////// header //////////*/
header {
	width: 90%;
	height: 15vh;
	margin: 0 auto;
	}

.language {
	float: right;
}

.language ul li {
	display: inline;
	margin-left: 2vw;
}
.language ul li a{
	font-size: 3vw;
	color: #d44889;	
}
.language ul li.laen a{color: #acacac;}
.language ul li a:hover{color: #d44889;}

.t_logo {
	margin: 2vh 0 1vh 0;
	width: 30vw;
	}

.logo_t a{
	font-size: 3.5vw;
	color: #000;
}

.contactBox a{display: none;}
	
/*///////// 下層ページパンくず //////////*/
.pankuzu {
	margin: 1vh auto 4vh auto;
	width: 90%;
	font-size: 3vw;
	color: #9b9b9b;
	}
	
.pankuzu a {color: #499bee;}
.pankuzu a:hover {
	color: #0f64ba;
	text-decoration: underline;
	}
	
.kome {font-size: 14px;}
	
.kome03 {font-size: 14px; margin-bottom: 150px;}


.infoarea {
	background-color: #39b3e2;
	width: 100%;
}

.infobox {
	width: 100%;
	margin: 0 auto;
	padding: 3vh 0;
}

.infobox h5 {
	text-align: center;
	margin: 0 0 2.3vh 0;
	color: #fff;
	font-size: 5vw;
	letter-spacing: 3px;
}


.telinfo {
	text-align: center;
}
	
.telinfo p {
	color: #fff;
	font-size: 3.7vw;
	margin-bottom: 1.3vh;
}
	
.telinfo img {
	width: 90%;
	}

.contactinfo {
	width: 100%;
	text-align: center;
	margin: 9vh auto 5vh auto;
}

.contactinfo a{
	padding: 3vh 10vw;
	border: 2px solid #fff;
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
}

.contactinfo a:hover{
	border: 2px solid #fff;
	color: #39b3e2;
	background-color: #fff;
}

.farea {
	background-color: #eef2f5;
	width: 100%;
	padding: 1vh 0;
}

.fbox {
	width: 90%;
	margin: 0 auto;
}


.f_logo {
	margin: 2vh 3vw 2vh 0;
	width: 30vw;
	float: left;
}

.cn a {
	float: left;
	color: #000;
	font-size: 3.2vw;
	font-weight: bold;
	margin-top: 3.7vh;
}

.ad {
	clear: both;
	font-size: 1.4vw;
	line-height: 1.6em;
	margin: 3vh 0 4vh 0;
}

.sitemap {
margin-bottom: 5vh;
}
.sitemap li {
	margin-bottom: 1vh;
	font-size: 3vw;
}
.sitemap li a{
	color: #000;
}

.sitemap li a:hover{
	color: #39b3e2;
}

.sm01 {
	float: left;
	margin-right: 3cw;
	font-weight: bold;
}

.sm02 {
	float: left;
	font-weight: bold;
	margin-right: 4vw;
}

.sm03 {
	float: left;
}

.ubanlogo {
	clear: both;
	float: left;
	margin-right: 3vw;
	margin-top: 3.6vh;
	margin-bottom: 4vh;
}

.ab02 a{
	float: left;
	color: #000;
	font-size: 3vw;
	font-weight: bold;
	margin-top: 4.6vh;
	
}

.copy {
	clear: both;
	font-size: 3vw;
	text-align: center;
}
	
	
}



@media screen and (min-width: 769px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */
	
body {min-width: 1200px;}


/*///////// header //////////*/
header {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	}

.language {
	float: right;
	height: 30px;
	margin-top: 16px;
}

.language ul li {
	display: inline;
	margin-left: 10px;
}
.language ul li a{
	font-size: 13px;
	color: #d44889;	
}
.language ul li.laen a{color: #acacac;}
.language ul li a:hover{color: #d44889;}

.t_logo {
	float: left;
	clear: both;
}

.logo_t a{
	float: left;
	padding: 20px 0 0 15px;
	height: 41px;
	font-size: 17px;
	color: #000;
	width: 250px;
}

.menuarea{
	float: right;
	width: 520px;
	margin-top: 5px;
}

.contactBox a{
	float: right;
	font-size: 15px;
	border: 2px solid #000;
	padding: 12px 25px;
	display: block;
	color: #000;
	margin-left: 10px;
}

.contactBox a:hover{
	border: 2px solid #000;
	background-color: #000;
	color: #fff;
}
/*
.menu_t a{
	float: left;
	display: inline;
	margin: 15px 25px 0 0;
	color: #000;
}

.menu_t a:hover{color: #39b3e2;}
*/
.menu_t {
	margin-top: 15px;
	float: left;
}
.menu_t ul {
	margin: 0;
	padding: 0;
}
.menu_t ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}

.menu_t > ul > li > a {
	color: #000;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	margin-bottom: 15px;
}
.menu_t > ul > li:hover {
	color: #39b3e2;
}
.menu_t > ul > li:hover > a {
	color: #39b3e2;
}

.menu_t > ul > li > div {
	background-color: #fff;
	border-top: 0;
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 300px;
	visibility: hidden;
	-webkit-transiton: opacity 0.5s;
	       transition: opacity 0.5s;
}
.menu_t > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	filter:alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}
.menu_t > ul > li > div ul > li {
	display: block;
}
.menu_t > ul > li > div ul > li > a {
	color: #000;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.menu_t > ul > li > div ul > li:hover > a {
	background-color: #39b3e2;
	color: #fff;
}
	
	
/* navigation /////////////////// */

.el_humburger {display: none;}
	
 
/*///////// ナビゲーション内 //////////*/
 
.navigation {display: none;}
/*///////// ナビゲーション end //////////*/	



/*///////// 下層ページパンくず //////////*/
.pankuzu {
	margin: 10px auto 70px auto;
	width: 1000px;
	font-size: 13px;
	color: #9b9b9b;
	}
	
.pankuzu a {color: #499bee;}
.pankuzu a:hover {
	color: #0f64ba;
	text-decoration: underline;
	}
	
.kome {font-size: 14px;}
	
.kome03 {font-size: 14px; margin-bottom: 150px;}


.infoarea {
	background-color: #39b3e2;
	width: 100%;
	height: 267px;
}

.infobox {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

.infobox h5 {
	text-align: center;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 25px;
	letter-spacing: 5px;
}

.telinfo {float: left;}
.telinfo p {
	color: #fff;
	font-size: 17px;
	margin-bottom: 15px;
}

.contactinfo {
	float: right;
	margin-top: 50px;
}

.contactinfo a{
	padding: 35px 95px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}

.contactinfo a:hover{
	border: 2px solid #fff;
	color: #39b3e2;
	background-color: #fff;
}

.farea {
	background-color: #eef2f5;
	width: 100%;
	padding: 30px 0;
}

.fbox {
	width: 1000px;
	margin: 0 auto;
}

.f_logoarea {float: left;}

.f_logo {
	float: left;
	margin-right: 10px;
}

.cn a{
	float: left;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}

.ad {
	clear: both;
	font-size: 13px;
	line-height: 1.9em;
	margin: 65px 0 0 10px;
}

.sitemap {
	float: right;
margin-bottom: 40px;
}
.sitemap li {
	margin-bottom: 7px;
	font-size: 13px;
}
.sitemap li a{
	color: #000;
}

.sitemap li a:hover{
	color: #39b3e2;
}

.sm01 {
	float: left;
	margin-right: 25px;
	font-weight: bold;
}

.sm02 {
	float: left;
	font-weight: bold;
	margin-right: 15px;
}

.sm03 {
	float: left;
}

.ubanlogo {
	clear: both;
	float: left;
	margin-right: 10px;
}

.ab02 a{
	float: left;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 7px;
}

.copy {
	float: right;
	font-size: 12px;
}
	
	
}
