<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* CSS Document */

/*------------------------------

	全体設定

-------------------------------*/
body{
	font-size:14px;
	color:#333;
	font-family: 'Noto Sans Japanese', sans-serif;
	position: relative;
	width:auto;
	background:#fff;
    overflow-x: hidden;
	z-index:1;
	letter-spacing:1.5px;
	margin:0;
	padding:0;
	font-weight:200;
}
html {
    height: 100%;
}
ul {
	padding-left: 0;
}
ul li{
	list-style-type: none;
	display:inline-block;
}
a {
	color: inherit;
	text-decoration: none;
    outline: none;
}
.en{
	font-family: 'Fresca', sans-serif;
    font-weight: normal;
	letter-spacing:0.2em;
}
.title_jp{
	font-size:13px;
	color:#B6B6B6;
}
h2{
	font-size:43px;
	padding-bottom:40px;
	line-height: 31px;
}
.clear{
	clear:both;
}
#allwrap{
	overflow:hidden;
	height:100%;
	width:auto;
}
/*------------------------------

	header

-------------------------------*/
header{
	height:110px;
	color:#ccc;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:100000;
}

h1.logo {
	padding:22px 0 22px 20px;
	display:inline-block;
	color:#fff;
}
nav{
	text-align:center;
	display:block;
	padding:10px 10px;
	background:#33BFDB;
	width:100%;
}
nav ul{
	text-align:center;
	margin: 0 auto;
	position:relative;
	overflow:auto;
	width:100%;
}
.heaader-wrap{
	width:1100px;
	margin: 0 auto;
	position:relative;
}
.contact-info img{
	width:300px;
	margin:10px;
}
#pc_menu li{
	color:#fff;
}
nav ul li{
	padding:0 15px;
	width:7%;
	text-align:center;
	border-right:1px solid #ccc;
}
nav ul li:first-child{
	border-left:1px solid #ccc;
}
.menu_nav_jp{
	font-size:10px;
	letter-spacing:0;
	text-align:center;
}
.contact-info{
	float:right;
	color:#000;
	font-weight:300;
	letter-spacing:1px;
}
.contact-time{
	display:inline-block;
	position:absolute;
	right:400px;
	top:30px;
}

/*------------------------------

	section設定

-------------------------------*/
.section{
	width:auto;
	height:auto;
	clear:both;
	text-align:center;
	padding:80px 0 20px 0;
}
footer{
	clear:both;
	background:#000;
	text-align:center;
	color:#DDDDDD;
	padding:15px 0;
	font-size:12px;
}
#menu_sp{
  display: none;
}
@media screen and (max-width: 765px) {
  #pc_menu{
    display: none;
  }
  header{
	  height:90px; 
 }
  header h1#site-logo img{
	width:100px;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
header.smaller h1#site-logo img{
	width:70px;
	padding-top: 8px;
	padding-bottom:4px
}
#menu{
	  display:none;
  }
#menu_sp{
  display:block;
}
#menuButton {
  margin-top:0;
  display: block;
  width: 42px;
  height:42px;
  position:fixed;
  top: 15px;
  right: 10px;
  z-index: 10001;
  background-position:center;
  	-moz-transition: top 0.8s;
	-o-transition: top 0.8s;
	-webkit-transition: top 0.8s;
	transition: top 0.8s;
}
header.smaller #menuButton {
  top: 1px;
}
nav{
	display:block;
	float:none;
	padding:26px 10px 0 0;
}
nav ul li{
	text-align:left;
	line-height:1.2;
	padding:10px;
	float:none;
	display:block;
}
#menuButton span {
  display: block;
  background: #ccc;
  width: 24px;
  height: 3px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#menuButton span:first-child {
  top: 12px;
}
#menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
#menuButton span:last-child {
  bottom: 11px;
}
#menuButton.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
  opacity: 0;
}
#menuButton.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
aside{
  display: none;
  box-sizing: border-box;
  width: 70%;
  height:100%;
  padding: 70px 0 7px;
  background: #fff;
  font-size:1.2em;
  line-height: 42px;
  text-align: center;
  position:fixed;
  top: 0;
  left: 100%;
  z-index: 10000;
}
aside li{
  border-bottom:1px #ccc dotted;
  text-align:left;
  padding-left:10px;
}
aside li a{
	color:#000;
}
aside li:first-child{
  border-top:1px #ccc dotted;
}
h2 {
    font-size: 24px;
    padding-bottom: 40px;
    line-height: 31px;
}
}
</pre></body></html>