@charset "utf-8";
/* CSS Document */




p{
	font-size: 4vw;
}

.pc{
	display:none!important;
}

#sp_menu{
	position:fixed;
	top:0;
	right:0;
	background:#000;
	cursor:pointer;
	z-index:100;

}

nav li{
	font-size: 4vw;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

/* グローバルナビ　アイコン */

#panel-btn{
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -2px 0 0 -7px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}



header{
	padding: 15px;
	margin-bottom: 20px;
}

header h1{
	font-weight:200;
	font-size: 3vw;
	line-height: 1.2;
}
header p{
	font-size: 5.5vw;
	font-weight:300;
	letter-spacing: 2px;
}


#pagetop{
	text-align: center;
	margin:90px 0 50px 0;

}
#pagetop a{
	display: block;
}
#pagetop i{
	font-size: 18vw;
}

footer div{
	width: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
}
footer p{
	text-align: center;
	font-size: 3.5vw;
	margin-bottom: 15px;
}
footer iframe{
	margin-bottom: 20px;
}
footer #name{
	font-size: 5.5vw;
	font-weight: 200;
	margin-bottom: 25px;
}

footer small{
	text-align: center;
	display: block;
	font-size: 2.2vw;
	padding: 15px 0 25px 0;
}


/******* 中ページ共通 *******/

#page #contents{
	padding: 15px;
}

#page #breadCrumb{
	font-size: 3.8vw;
	margin-bottom: 10px;
}

#page #breadCrumb a::after {
	content:'>';
	padding-left: 5px;
}

#page h2{
	font-size: 6vw;
	margin-bottom:30px;
	font-weight:200;
}
#page h3{
	font-weight:200;
	line-height: 1.5;
	font-size: 5vw;
	margin-bottom: 30px;

}
#page h4{
	font-size: 4.5vw;
	font-weight:100;
	border-left:1px solid #000;
	padding-left: 15px;
	margin-bottom: 20px;
	line-height: 1.2;
}


#page #rightArea > section{
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-bottom: 20px;
}
#page #rightArea > section > p{
	margin-bottom: 20px;
}




#pager{
	position: relative;
	margin: 20px 0;
	height: 10vw;
}
#pager i{
	font-size: 10vw;
}
#pager .left{
	position: absolute;
	left: 10px;
	top: 0;
}
#pager .right{
	position: absolute;
	right: 10px;
	top: 0;
}
#pager .center{
	position: absolute;
	left: 0;
	right: 0;
	top: 2vw;
	margin: auto;
	width: 7vw;
}
#pager .center i{
	font-size: 7vw;
}


#page article{
	margin-bottom: 40px;
}
#page article div{
	margin-bottom: 20px;

}
#page article p{
	margin-bottom: 20px;
	font-size: 4vw;
}



/* table */

@media only screen and (max-width:668px){
    tbody tr{
        display: block;
        margin-bottom: 1.5em;
    }
    tbody th,
    tbody td{
        display: list-item;
        border: none;
        list-style-type: none;
        font-size: 4vw;
    }
}

table{
	margin-bottom: 40px;
	width: 100%;
}

#contents th{
	font-weight: 200;

	margin-bottom:10px;
	background: #f2f2f2;
	padding: 10px 0;
}
#contents th span{
	color: #F00;
	margin-left: 15px;
}

#gmap{
	height: 200px;
	margin-bottom: 40px;
}



/***************************************************************************

CSS MediaQuery for PC

****************************************************************************/


@media screen and (min-width: 668px){

p{
	font-size: 14px;
}
.pc{
	display:block!important;
}
.sp{
	display:none!important;
}
.fixed{
  position: fixed;
  top: 0px;
  background:#fff;
  z-index:100;
  padding: 0 2% 0.4% 2%!important;
}


header{
	position: fixed;
	width: 200px;
	padding: 20px 30px;
}
header h1 {
    font-size: 12px;
    margin-bottom: 65px;
}
header p {
    font-size: 20px;

}

nav li{
	font-size:14px;
}

#gmap{
	height: 460px;
	margin-bottom: 40px;
}


.sb-slidebar{
	position: fixed;
	display: block;
	z-index: 50;
	left: 0;
	top: 130px;
	height: auto;
	background: none;
	width: 260px;

}
.sb-menu li {
    border-bottom: none;
    margin-bottom: 7px;
}
.sb-menu li a {
    color: #000;
    display: block;
    padding: 0 30px;
}
.sb-menu li a:hover{
	background: none;
}


footer{
	position: fixed;
	left: 30px;
	bottom: 0;

}
footer div{
	margin: inherit;
	margin-bottom: 20px;
}
footer p{
	text-align: left;
	font-size: 12px;
	margin-bottom: 15px;
}

footer #name{
	display: none;
}

footer small{
	text-align: left;
	display: block;
	font-size: 10px;
	padding: 15px 0 25px 0;
}




/******* 中ページ共通 *******/

#page #contents{
	margin-left: 250px;

}


#page #breadCrumb{
	font-size: 13px;
}

#page .wrapper{
	position: relative;
	margin-top: 67px;
}
#page .wrapper h2{
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}
#page .wrapper #rightArea{
	padding:0 0 120px 0;
	max-width: 990px;
}

#page h3{
	font-size: 24px;
	margin-bottom: 25px;
	letter-spacing: 3px;
	line-height: 1.2;

}
#page h4{
	font-size: 20px;
	margin-bottom:25px;

}

#pager i{
	font-size: 38px;
}
#page article{
	margin-bottom: 100px;
	padding-top: -10px;
}
#page article p{
	font-size: 14px;
}
#pager{

	height: 28px;
}
#pager .center {
	top: 5px;
	width: 28px;
}
#pager .center i{
	font-size: 28px;
}



/* table */

#contents table{
	width: 100%;
}
#contents th{
	font-size: 14px;
	margin-bottom:0;
	background: none;
	text-align: left;
		padding: 4px 0;
		vertical-align: top;
		width: 200px;

}
#contents td{
	padding: 4px 0;
}


}



