@charset "UTF-8";

/*-----------common css------------*/
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
html {
	scroll-behavior: smooth;
}
body{
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Shippori Mincho', serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-wrap: break-word;
	background-color: #fff;
	color: #13171a;
}
.wrap{
	background: #fff;
}
.container{
	max-width: 930px;
	margin: 0 auto;
	padding: 0 15px;
}
.left{float: left;}
.right{float: right;}
.cFix:after {
display: block;
clear: both;
content: "";
}
.sp {
	  display: none;
}
.pc {
	 display:block;
}

ul,li{
	list-style: none;
	padding: 0 0 ;
	margin:0;
}
img{
	display: block;
	width: 100%;
}
small{
	display: block;
	font-size: 12px;

}
.f-bld{
	font-weight: bold;
}
.flex{
	display: flex;
}
.mb-2{margin-bottom: 1rem;}
.pl-3{padding-left: 1.5rem}
.pr-3{padding-right: 1.5rem}

/*-----------common cssここまで------------*/
header{
	padding: 15px 0;
}
header .container{
	display: flex;
	justify-content:space-between;
	align-items: center;
	position: relative;
}
header .recruitButton {
	appearance: none;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}
header .recruitButton a {
	display: flex;
	text-decoration: none;
	align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Shippori Mincho', serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-wrap: break-word;
	background-color: #6f291a;
	padding: 5px 10px;
	border-radius: 3px;
}
header .recruitButton .material-symbols-outlined {
	font-size: 18px;
  margin-right: 2px;
}
header .navi {
	margin-right: 130px;
}
header img{
	max-width: 300px;
}
header ul{
	display: flex;
	justify-content: flex-end;
	padding-top: 0.5rem;
}
header ul li{
	padding-left: 2rem;
}
header ul li a{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #13171a;;
}
/* header ul li span.material-symbols-outlined {
	font-size: 18px;
	padding-right: 2px;
} */
.fv_bg{
	background: rgb(116,124,134);
	background: linear-gradient(90deg, rgba(116,124,134,1) 19%, rgba(22,26,30,1) 76%, rgba(22,26,30,1) 100%);
}
.lead_bg{
	background-image: url(../images/washi_bg.jpg);

}
.lead_box{
	padding: 8%;
}
h2{
	font-family: 'Shippori Mincho', serif;
	margin: 3rem auto 0;
	text-align: center;
	color: #6d271a;
	letter-spacing: 2px;
}
.menu_erea{
	padding: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu_img{
	width: 45%;

}
.menu_erea .menu_text{
	width: 50%;
	align-items: center;
	display: flex;
	font-family: 'Shippori Mincho', serif;
}
.menu_erea .menu_text span{
display: inline-block;
border: solid 1px #222;
padding: 0 5%;
margin-bottom: 10px;
}
.menu_erea .menu_text img{
	width: 100px;
}
.menu_erea.reverse .menu_text p{
	padding-left: 1rem;
}
.news_erea{
	margin: 0 auto;
	padding: 3rem;
}
.news_erea ul li{
	list-style: none;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5rem;
}

.tenpo_erea{
	margin: 0 auto;
	padding: 3rem;
	display: flex;
	justify-content: center;
}
/* style効いてないのでリントエラー回避のためコメントアウト。最初からあった記述なので一応残しておく */
/* .tenpo{
	#width: 45%;
} */
.tenpo .reserve_txt{
	padding: 1rem;
	background: #f1f1f1;
	border-radius: 5px;
}
hr{
	width: 40px;
	height: 3px;
	background: #6d271a;
	border: none;
}

/*-----------footer------------*/

footer{
	margin-top: 40px;
	background: #13171a;
	padding: 20px;
}
.wrap footer p{
	font-weight: normal;
	margin-bottom: 12px;
	color: #fff;
	font-size: 80%;
}
footer small{
	color: #fff;
	text-align: center;
}


@media screen and (max-width: 750px){
.sp {
	  display: block;
}
.pc {
	 display:none;
}
header {
	padding: 15px auto;
}
header .container{
	display: block;
}
header .recruitButton {
  top: 0;
}
header img{
	margin: 0 auto;
	max-width:200px ;
}
header .navi {
	margin-right: 0;
}
header ul{
	justify-content: space-around;
	padding-top: 1rem;
}
header ul li{
	padding: 0 0.5rem;
}
.lead_box{
	padding: 8% 3%;
}
.menu_erea{
	flex-direction:column;
	padding: 2rem 1rem;
}
.reverse{
	flex-direction: column-reverse;
}

.menu_img{
	width: 100%;
}
.menu_erea .menu_text{
	width: 100%;
	padding: 1.5rem 0 0;
}
.menu_erea .menu_text img{
	width: 80px;
}
.menu_erea .menu_text p{
	padding: 0.5rem;
}
.news_erea{
padding: 2rem 1rem;
}
.tenpo_erea{
padding: 2rem 1rem;
display:block;
}
.tenpo{
	width: 100%;
	padding-bottom: 1rem;
}
}

@media screen and (max-width: 500px){
header img{
	margin: 0;
}
.centaer{
	text-align: center!important;
}


}
