@charset "UTF-8";

body{background-color: #d2ddce;}

a {text-decoration: none;}

.clear { clear:both; /*floatの解除*/ }

main {
	margin: 0px auto;
	width: 90%;
	background-color: #FFFFFF;
	border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/*=====================▼左側メニュー▼=====================*/

#leftbar {
	/* width:25px; */
  padding:10px;
  background: #000000;
}

.top_shoulder_left{
	display:none;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	 display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 290px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  /*box-shadow: 6px 0 25px rgba(0,0,0,.15);*/
}

.del {}

.close{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	box-sizing: border-box;
	border-color: #000000;
	border-style: solid;
	background-color: #A1B0B8;
	height: 40px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
}

.left_m_triangle{
	margin: 12.5px 3px 0px 10px;
  width: 0;
  height: 0;
  border-left: 10px solid black;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
	float: left;
}

/*.left_m_triangle:hover{
	margin: 5px 3px 0px 10px;
  width: 0;
  height: 0;
  border-left: 10px solid #FFFFFF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
	float: left;
}*/

.left_menu{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	box-sizing: border-box;
	border-color: #000000;
	border-style: solid;
	background-color: #ffffff;
	height: 40px;
}

.left_menu:hover{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	box-sizing: border-box;
	border-color: #000000;
	border-style: solid;
	background-color: #E3B875;
	height: 40px;
}

.left_menu_txt{
		color: #000000;
		font-size: 14px;
		line-height: 40px;
		font-weight: 700;
		font-family: 'Noto Serif JP', sans-serif;
}

/*.left_menu_txt:hover{
		color: #ffffff;
		font-size: 14px;
		line-height: 25px;
		font-weight: 700;
		font-family: 'Noto Serif JP', sans-serif;
}*/

.category_back{
	margin: 0px 0px 0px 0px;
	height: 191px;
	background-color: #C8D2BB;
	border-bottom-width: 1px;
	box-sizing: border-box;
	border-color: #000000;
	border-style: solid;
}

.category_title{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	box-sizing: border-box;
	border-color: #000000;
	border-style: solid;
	background-color: #849A67;
	height: 30px;
	color: #ffffff;
	font-size: 13px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}

.category_menu{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	box-sizing: border-box;
	border-color: #000000;
	border-style: solid;
	/*background-color: #aab4dc;*/
	height: 40px;
	
}

.category_menu:hover{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	box-sizing: border-box;
	border-color: #000000;
	border-style: solid;
	background-color: #A84E47;
	height: 40px;
	
}

.category_txt{
	color: #000000;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	font-family: 'Noto Sans JP', 'Sawarabi Mincho', sans-serif;
}

.bottom_shoulder_left{
  display:none;
}

/*=====================▲左側メニュー▲=====================*/

/*=====================▼右側メニュー▼=====================*/

#rightbar {
  display:none;
}

/*=====================▲右側メニュー▲=====================*/

/*=====================▼センターコンテンツ▼=====================*/

#back_content{
	margin: 0px auto;
  width:300px;
	background-color: #ffffff;
}

.top_content{
	position: relative;
	height: 1180px;
	margin: 30px auto;
  width:300px;
	background-color: #ffffff;
	background-image: url(../image/Main_ink.png);
	background-repeat: no-repeat;
	background-size:100%;
	background-position: 50% 710px;
}

.wabi_1{display:none;}
.wabi_1_g{display:none;}

.wabi_2{display:none;}
.wabi_2_g{display:none;}

.top{display:none;}
.top_title{display:none;}

.top_s{
		position: absolute;
		top: -10px;
		left: 5px;
	}

.top_title_s{
		width: 280px;
		filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.7));
	}

.top_p{
	/*width:216px;*/
	margin: 0px auto 5px auto;
	width: 142px;
	height: 86px;
	border: 1px solid #000000;
}

.card {
		width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;	
}

#top_lead{
		position: absolute;
		top:730px;
		/*margin: 0px auto 50px;*/
		width: 300px;
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#top_headline_1{
	position: absolute;
	top:70px;
	left: 0px;
	width: 142px;
	text-align: center;
}

#top_headline_2{
	position: absolute;
	top:70px;
	right: 0px;
	width: 142px;
	text-align: center;
}

#top_headline_3{
	position: absolute;
	top:285px;
	left: 0px;
	width: 142px;
	text-align: center;
}

#top_headline_4{
	position: absolute;
	top:285px;
	right: 0px;
	width: 142px;
	text-align: center;
}

#top_headline_5{
	position: absolute;
	top:500px;
	left: 0px;
	width: 142px;
	text-align: center;
}

#top_headline_6{
	position: absolute;
	top:500px;
	right: 0px;
	width: 142px;
	text-align: center;
}

.top_headline{
	margin: 0px auto 0px;
	height: 23px;
	text-align: center;
}

.top_tex{
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.link{
		position: absolute;
		width: 300px;
		top:890px;
}

.apeal_link{
	margin: 30px auto 0px auto;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.apeal_line{
  display:none;
}

.apeal_rogo_pos{
	margin: 7px auto 15px auto;
	text-align: center;
}

.apeal_rogo{
	height: 35px;
}

.job_line{
  display:none;
}

.job_rogo_pos{
	margin: 10px auto 0px auto;
	text-align: center;
}

.job_rogo{
	height: 40px;
}

.job_link{
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_link_t{
	margin: 15px auto 0px auto;
	padding: 0px 0px 25px 0px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	font-weight: 400;
	font-family: 'Noto Sans JP','Sawarabi Mincho', serif;
}

/*=====================▲センターコンテンツ▲=====================*/

#foo{
		width: 85%;
		margin: -10px auto 25px auto;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP','Sawarabi Mincho', serif;
	}

.c_name{
		margin: 0px 0px 5px 0px;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP','Sawarabi Mincho', serif;
	}





