/***********************
index-m.css
*****************************/
*{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}

body{
	margin: 0;
	padding: 0;
}

main{
	width: 1100px;
	margin: 0 auto;
}

span{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.noto-s{
	font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}


.hd-fx{
	border-top: solid 7px #e7a720;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px 30px;
}

.hd-logo-b{
	box-sizing: border-box;
	padding-top: 5px;
}

.hd-txt-b{
	box-sizing: border-box;
	padding-top: 5px;
}

.main-img-ob{
	width: 100%;
	background: url(../img/main-img.jpg) no-repeat;
	background-position:top center;
	height: 608px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.img-h1{
	margin: 0;
}

.mukaihara_logo{
	display: block;
	width: 403px;
	margin-top: 150px;
}

.main-ch{
	width: 100%;
	font-size: 45px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin: 0;
	margin-top: -85px;
	text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.6);
	
}

.main-cont-ob{
	margin-top: 80px;
}

.ti-h2{
	position: relative;
	font-size: 36px;
	line-height: 43px;
	color: #000;
	font-weight: 500;
	margin: 0;
	text-align: center;
	z-index: 10;
}

.ti-h2::before {
  content: ""; 
  position: absolute;
  width: 106px;  
  height: 120px;
  
  background-image: url(../img/ti-bk-egg.svg);
  background-repeat: no-repeat;
  left: 50%; /* まず親要素の左から50%の位置に移動 */
  transform: translateX(-50%); /* 自分の横幅の「半分」だけ左に戻す */
  top: -32px;
  z-index: -1;
}

.tama-txt-ob,.news-ob{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 920px;
	margin: 0 auto;
	margin-top: 70px;
}

.tama-txt-b{
	width: 54%;
}

.tama-txt-b p{
	font-size: 18px;
	line-height: 48px;
	text-align: justify;
	color: #000;
	margin: 0;
}

.tama-txt-ob img{
	display: block;
	margin-right: 60px;
}


.news-ti{
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 48px;
	text-align: left;
	color: #000;
	margin: 0;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: solid 6px #e7a720;
	width: 100%;
}

.adjust-1{
	padding-top: 2px;
	padding-left: 10px;
}

.news-ob{
	display: block;
	margin-bottom: 80px;
}

.news-ul{
	margin: 15px 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-align: left;
}

.news-r-egg{
	display: block;
	margin: 0 0 0 auto;
}

footer{
	background: #fdf8eb;
}

.foot-ob{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 40px 30px 0 30px;
	margin-bottom: 40px;
}

.address{
	font-size: 14px;
	line-height: 25px;
	color: #000;
	text-align: left;
	margin: 10px 0 0 0;
}

.gp-txt{
	margin-top: 0;
}

.foot-rb{
	margin-top: -5px;
}

.marusan-link{
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 5px;
	width: 356px;
	height: 70px;
	margin-top: 5px;
	color: #000!important;
	transition: .3s;
}

.marusan-link:hover{
	opacity: .7;
}

.marusan-logo{
	display: block;
	width: 237px;
}

.marusan-link i{
	font-size: 35px;
	margin-left: 20px;
}

.copy-b{
	box-sizing: border-box;
	padding: 10px 0;
	background: #e7a720;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	text-align: center;
}

.o-news-pl-1{
	display: block;
	box-sizing: border-box;
	padding-left: 152px;
}