@charset "utf-8";

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

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: white;
  letter-spacing: 0.1em;
}


body,div,ul,li,a,span,h1,h2,h3,p{
  font-size: 16px;
  font-family: "Roboto","Helvetica","游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  color: #373737;
  text-decoration: none;
  list-style:none;
}

body, html {
  /* important */
  height: 100%;
}

h1#site-title span{font-weight:  bold}

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

Main components 

-------------------------------- */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.cd-header .common-header {
  overflow: hidden;
  width: 100%;
}

.common-header img {
  width:80px;
}

.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

.cd-main-content {
  height: 100%;
  width:100%;
  position: relative;
  top: 0 !important; 
  z-index: 1;
}


iframe {
  position:fixed;
  top:0;
  left:0;
  z-index: 2;
  height:100%;
  width:100%;
}


*{
     margin: 0;
     padding: 0;
}




/*スマホ版*/
@media screen and (max-width : 768px){

.sp{
	margin:0;
	width:100%;
	display: block;
}

.cd-header{
	position:absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cd-header h1{
    float: left;
    overflow: hidden;
    margin:0;
    padding:0;
    margin-left: 70px;
    margin-top:10px;
    line-height:14px;
}

.common-header h1 a{
	font-size:13px;
	color:white;
}

#logo img {
  position: absolute;
  width:60px;
  margin-right:10px;
}



.sns ul{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 70px;
    z-index: 2;
}

.sns ul li{
	float:left;
	margin-right:20px;
}

.sns ul li:last-child{
	margin-right:0;
}

.sns ul li a img{
	width:50px;
	height:50px;
}

.sns ul li a:hover{
	opacity:0.7;
	transition: 0.3s;
	transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}



#footer {
     padding : 0 10px;
     color : white;
     font-size : 70%;
     clear : both;
     width: 90%;
}



.pc {
    display : none;
}
.br-pc{
	display:none !important;
}

}




/*パソコン版*/ 
@media screen and (min-width : 769px){
.cd-header{
	width:100%;
	background:#fff;
	height:80px;
}

.pano00{
	padding:0;
    margin:0;
    background:none;
    border:none;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer; 
    -webkit-appearance:none;  
}

.common-header h1 {
	   left:130px;
     top:16px;
     position: absolute;
     font-size: 110%;
     display:block;
     letter-spacing: 0.15em;
     line-height:1.5;
     font-weight:500;
}

#logo img {
  position: absolute;
  width:80px;
  margin-top: 15px;
  margin-right:10px;
  left:40px;
}

.common-header h1 a{
color : #373737;
}  

.sns ul{
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 100px;
    z-index: 2;
}

.sns ul li{
	float:left;
	margin-right:15px;
}

.sns ul li:last-child{
	margin-right:0;
}

.sns ul li a img{
	width:50px;
	height:50px;
}

.sns ul li a:hover{
	opacity:0.7;
	transition: 0.3s;
	transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}


    
#footer {
	position:fixed;
	bottom:0;
  color : white;
  font-size : 12px;
  z-index: 10;
}

#footer p{
	display:block;
	padding:10px;
  text-align: center;
  font-size: 12px;
}


.sp{
     display : none;
}

.br-sp{
	display:none !important;
}


}
