@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');



@font-face {
    font-family: 'CONSTANB';
    src: url('lib/CONSTANB.eot');
    src: url('lib/CONSTANB.eot?#iefix') format('embedded-opentype'),
         url('lib/CONSTANB.woff') format('woff'),
         url('lib/CONSTANB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
	background-color:#1b181c;
	color:#FFF;
	font-family: 'Sawarabi Mincho', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}


a{
	color:#000;
	text-decoration:none;
}
h1{
	line-height:1.1em;
}



/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                全ページ共通CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 641px) {
	
/*改行等表示・非表示*/	
.spv{
	display:none!important;
}

/*全体文字サイズ*/
body {
	font-size:1.5em;
	line-height : 1.2em;
}

.menu, .gnav{
	display:none;
}

.wrapper {
  display: flex;
  min-width:1200px;
}



/*サイドバー*/
.side {
	width: 200px;
	background:url(lib/images/bg_img_l1.jpg) no-repeat top left #000000;
	background-attachment:fixed;
	color:#FFF;
}
.side_up{
	position:fixed;
	top:50px;
	left:20px;
	box-sizing:border-box;	
	text-align:center;
}

.side_up01{
	margin-bottom:120px;
}

.side_up02{
	line-height:2.5em;
}
.side_up02 a{
	color:#FFF;
	text-decoration:none;
}


.side_bottom{
	height:	5vh;
	text-align:center;
	position:fixed;
	width:160px;
	bottom:25px;
	left:20px;
}
.side_bottom a{
	color:#FFF;
	text-decoration:none;
}

.side_contact{
	margin:0 auto;
	border:1px solid #F00;
	padding:8px 0;
}

/*メインコンテンツ　コンテナ*/
.main_con {
	flex: 1;
	position: relative;
	min-width:1000px;
}

/*

フッター部分

*/
.outline {
	box-sizing: border-box;
	padding: 80px;
	background-color: #FFF;
	color: #000;
	display: flex;
	justify-content: center; /*左右中央揃え*/
	align-items: center;
}
.outline_con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	display: inline-block;
}
.outline_box_l {
	display: inline-block;
	margin-right: 60px;
	font-size: 0.8em;
	line-height: 1.4em;
}
.outline_box_l_title {
	font-size: 1.3em;
	margin-bottom: 8px;
}
.outline_box_r {
	display: inline-block;
	margin-right: 60px;
}
.googlemap {
  position: relative;
  width: 100%;
  padding-top: 30%;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ここにcss*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 640px) {
* {
    box-sizing: border-box;
}
/*改行等表示・非表示*/	
.pcv{
	display:none!important;
}	

/*全体文字サイズ*/
/*全体フォントサイズ*/
body ,th ,td {
	font-size: 16px;
	font-size: 1.6rem;
	line-height : 1.2em;
}

body {
	width:100%;
	max-width:100%;
}


img{
	max-width:100%;
}



/*-------------------------------------------*/
/*menu*/

.drawer_menu{
	overflow:hidden;
}



.menu {
	height: 20px;
	position:fixed;
	right: 20px;
	top: 20px;
	width: 30px;
	z-index: 99;
}
.menu__line {
	background: #ffd8b8;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menu__line--center {
	top: 9px;
}
.menu__line--bottom {
	bottom: 0;
}
.menu__line--top.active {
	top: 8px;
	transform: rotate(45deg);
	background-color:#FFF;
}
.menu__line--center.active {
	transform: scaleX(0);
	background-color:#FFF;
}
.menu__line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
	background-color:#FFF;
}
/*gnav*/
.gnav {
	background: rgba(27,24,28,0.9);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98;
	color:#FFF;
}
.gnav__wrap {
	/*
	align-items: center;
	display: flex;
	justify-content: center;
	*/
	position: absolute;
	height: 100%;
	width: 100%;
	text-align:center;
}
.gnav__name{
	width:100%;
	text-align:center;
	margin:60px auto 40px;
}
.gnav__name img{
	width:50%;
	height:auto;
}

.gnav__con{
	margin:0 auto 20px;
	line-height:2.0em;
	display:inline-block;
	text-align:left;
}
.gnav__con a{
	color:#FFF;
}

.gnav_icon_box{
	width:80%;
	margin:0 auto;
	overflow:hidden;
	border-top:1px dashed #FFCC33;
	padding-top:20px;
}
.gnav_icon_cel{
	width:23%;
	float:left;
	margin:0 5%;
	
}
.gnav_icon_cel img{
	width:90%;
	height:auto;
}




.wrapper {
  width:100%;
}
/*メインコンテンツ　コンテナ*/
.main_con {
  width:100%;
}

/*

フッター部分

*/
.outline {
	box-sizing: border-box;
	padding: 80px 0;
	background-color: #FFF;
	color: #000;
}
.outline_con {
	width:90%;
	margin:0 auto;
	text-align:center;
}
.outline_box_l {
	display:inline-block;
	margin:0 auto;
	margin-bottom:40px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align:left;
}
.outline_box_l_title {
	font-size: 1.3em;
	margin-bottom: 8px;
}
.outline_box_r img{
	width:100%;
	height:auto;
}

.googlemap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



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


	
/*ここにcss*/
/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/