/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
body {
	line-height : 1.2em;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}
a {
	color: #000;
	transition-duration: 0.6s;
}
a:hover img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


#topcontrol{
	z-index:999;
}

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

                全ページ共通CSS

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

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
/*改行等表示・非表示*/	
.spv {
	display: none;
}
/*全体文字サイズ*/
body {
	font-size: 1.5em;
	line-height : 1.2em;
}
/*ヘッダー・メニュー*/
.pc_head {
/*margin-bottom:10px;*/
}
.pc_head_con {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
}
.pc_head_box_l {
	float: left;
	margin-left: 15px;
}
.pc_head_box_l img{
	width:286px;
	height:auto;
}
.pc_head_box_r {
	float: right;
	padding:20px 20px 0 0;
}
.pc_head_box_r img{
	width:150px;
	height:auto;
}

.pc_menu_con {
	background: url(lib/images/menu_bg00_1.png) repeat-x center center;
	margin: 0 auto;
}
.pc_menu_box {
	width: 1000px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size:0.9em;
}

.pc_menu_box a {
    transform: skewX(-8deg);
	box-sizing:border-box;
    border-right: 2px solid #FFF;
	color:#FFF;
	text-decoration:none;
	width: 142px;
	height: 50px;
}
.pc_menu_cel {
    transform: skewX(8deg);
	height: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
} 
.pc_menu_box a:hover{
    background: url(lib/images/menu_bg00_1_on.png) repeat-x;
	width: 142px;
	height: 50px;
}
.pc_menu_box a:last-child {
    border-right: none;
}

.pc_menu_cel i{
	font-size:1.3em;
	margin-right:20px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

フッター

*/

.footer {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 60px;
	overflow: hidden;
}
.foot_l {
	float: left;
}
.foot_l img {
	width: 214px;
	height: auto;
}
.foot_r {
	float: right;
	line-height: 1.8em;
	text-align: center;
	font-size: 0.7em;
}
.foot_r span {
	font-size: 0.7em;
}


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

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
* {
	box-sizing: border-box;
}
/*改行等表示・非表示*/	
.pcv {
	display: none;
}
/*全体文字サイズ*/
body {
	width: 100%;
	max-width: 100%;
	font-size: 1.5em;
	line-height : 1.2em;
}
img {
	max-width: 100%;
}

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

.sp_menu_con{
	background-color:rgba(255,255,255,0.95);
	height:60px;
	width:100%;
	position:fixed;
	top:0;
	z-index: 89;
	padding:13px 10px 0;
	box-sizing:border-box;
}
.sp_menu_con img{
	height:35px;
	width:auto;
}

.drawer_menu{
	overflow:hidden;
	z-index: 90;
}



.menu {
	height: 20px;
	position:fixed;
	right: 20px;
	top: 20px;
	width: 30px;
	z-index: 99;
}
.menu__line {
	background: #666;
	display: block;
	height: 3px;
	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:#666;
}
.menu__line--center.active {
	transform: scaleX(0);
	background-color:#666;
}
.menu__line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
	background-color:#666;
}
/*gnav*/
.gnav {
	background: rgba(255,255,255,0.9);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98;
	color:#333;
}
.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:#333;
}

.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%;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

フッター

*/

.footer {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 60px;
}
.foot_l {
	margin-bottom: 15px;
	text-align: center;
}
.foot_l img {
	width: 90%;
	height: auto;
}
.foot_r {
	line-height: 1.8em;
	text-align: center;
	font-size: 0.7em;
}
.foot_r span {
	font-size: 0.7em;
}


/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
