@charset "UTF-8";
/* CSS Document */

/*
*{border: solid 1px rgba(15,0,255,1.00)!important;}
*/

/* ローディングの記述 */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}


html,body{
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

a{
	text-decoration:none;
	color: #4e4e4e;
}

a:hover {
	opacity: 0.5 ;
	transition: 0.5s;
}

a,a:hover,a:visited{
    color: inherit;
}

time,ul,li{
	margin: 0;
	padding: 0;
}

li{
	list-style:none;
}

img{
	width: 100%;
	height: auto;
}

input,textarea,
fieldset.hidden-fields-container{
	border: none;
}

/* スマホ記述 */
@media screen and (max-width: 1080px) {
	.header-pc,.header-nav-pc{display:none;}
	.header-sp,.header-nav-sp{display:block;}
}

@media screen and (min-width: 1080px) {
	.header-pc,.header-nav-pc{display:block;}		
	.header-sp,.header-nav-sp{display:none;}
}

@media screen and (max-width: 768px) {
	.pc-media{display:none!important;}
	.sp-media{display:block!important;}	
}

@media screen and (min-width: 767px) {
	.pc-media{display:block!important;}		
	.sp-media{display:none!important;}
}

/* spacer */
.mb3{margin-bottom: 3rem;}
.mb5{margin-bottom: 5rem;}
.mb7{margin-bottom: 7rem;}

/* レイアウト */
.container,.container-wide,.container-movie,.container-shop,.container-news,.container-under,
.container-synergy,.container-group,.container-footer{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin: 0 auto;
}

.container-group{max-width:760px}
.container-movie{max-width:870px}
.container-shop{max-width:950px}
.container-synergy{max-width:1050px}
.container-news{max-width:1100px}
.container-under{max-width:1100px}
.container-footer{max-width:1100px}
.container{max-width:1200px}
.container-wide{max-width:1280px}

.container-footer img{
	width: 100%;
}

ul.column2,
ul.column3,ul.column3-recommend,
ul.column4,
ul.column5,
ul.column6,
ul.column7{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 !important;
}

ul.column3-recommend{margin-left: 1.5rem!important}

ul.column2 li,
ul.column2-office li{
	width: 45%;
	display: inline-block;
	margin: 2%;
	list-style: none;
	vertical-align: top;
	text-align: left;
}

ul.column3 li{
	width: 31%;
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
}

ul.column3-recommend li{
	width: 27.5%;
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
}

ul.column4 li{
	width: 24%;
	display: inline-block;
	margin: 0.3%;
	list-style: none;
	vertical-align: top;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

/* news-レイアウト */
main{
	float: left;
	width: 70%;
	height: auto;
}

.sidebar{
	float: right;
	width: 20%;
	height: auto;
}

/* 動画埋め込み */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mb100{
	margin-bottom: 20rem;
}

/* header*/
.header {
    width: 100%;
	height: 70px;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    position: fixed;
    z-index: 99999!important;
	display: flex;
    top: 0;
    left: 0;
	transition: background-color 0.3s ease; /* 色の変更をスムーズに */
}

.header-logo {
	display: inline-block;
	margin: 11px 15px 5px 10px;
    padding: 0;
}

.header-logo img {
    margin: 15px auto 5px auto;
	width:auto;
	height:52px;
}

.header-logo > a {
    display: inline-block;
    color: transparent;
}

.header-logo > a:hover {
	opacity: 0.5 ;
}

/* .header-nav {} */
.header-navlist{
	position: absolute;
    margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}	

.header-navlist{
	top: 0;
	right: 4%;
}	

.header-navitem,
.header-navitem_info{
	margin-top: 4%;
	color: #000000;
}

.header-navitem_end{
	margin-top: 0%;
	padding: 12px 5px;
	background-color: #D90000;	
	color: #FFFFFF;
}

.header-navitem > a > p,
.header-navitem_info > a > p,
.header-navitem_end > a > p{
	font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-style: normal;
    display: block;
	font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;	
}

.header-navitem > a > p{
    padding: 0 5px;
	margin: 0 5px 0 5px;
}

.header-navitem_info > a > p{
    padding: 0 5px;
	margin: 0 18px 0 5px;
}

.header-navitem_end > a > p{
    padding: 0 5px;
	margin: 0 10px 0 10px;
	text-align: center;
}

.header-navitem > a > p:hover,
.header-navitem_end > a > p:hover{
    opacity: 0.7;
    transition: 0.5s;
}

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

/* hero */
#hero{}

.hero-anchor{position: relative;}

.slider {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
} 
.slick-img img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.10); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.hero-catch{
	position: absolute;
	bottom:5%;
	left: 2%;
	width: 220px;
	height: auto;
}

.hero-catch img{
	width: 100%;
	height: auto;	
}

/* news */
#top_news{
	margin-top: 3rem;
}

#top_news h1{
	font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 44px;
	color: #738591;
	margin: 0;
	padding: 0;
}

.news-left{
	float: left;
	width: 24%;
	margin: 0;
	padding: 0;
}

.news-right{
	float: right;
	width: 73%;
	margin: 0;
	padding: 0;
}

.news-left h1{
	font-size: 44px!important;
}
	
.news-link{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    font-size: 13px;
    color: #666666;
	margin-top: 0.5rem;
	font-weight: 500;
}

.news-link::before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 3px solid #3a5a75;
    border-right: 3px solid #3a5a75;
    transform: rotate(45deg);
    flex-shrink: 0;
}

#top_news ul.news-list{
	margin-top: -1.2rem;
	padding: 0;
}

#top_news li.news-item{}

#top_news ul.cat-list{
	display: block;
	border-bottom: 0.5px solid #2A2525;
	width: 100%;
	height: auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-left: 0.5rem;
}

#top_news ul.cat-list li{
	display: inline-block;
}

#top_news li.cat-name a{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px 18px;
}

#top_news li time.date p{
	font-size: 13px;
	text-align: start;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}

#top_news li h3.title{
	font-size: 13px;
	margin-left: 1.2rem;
	color: #666666;
	font-weight: 400;
}

/* news-list */
#news-list ul.news-list{
	margin-top: -1.2rem;
	padding: 0;
}

#news-list li.news-item{}

#news-list ul.cat-list{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	border-bottom: 0.5px solid #2A2525;
	width: 100%;
	height: auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#news-list li.cat-name{
	-webkit-align-self: center;
	align-self: center;
	margin-left: 0.5rem;
}

#news-list li.cat-name a{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px 18px;
}

#news-list li time.date p{
	font-size: 13px;
	text-align: start;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}

#news-list li h3.title{
	font-size: 16px;
	margin-left: 1.2rem;
	color: #666666;
	font-weight: 400;
}


/* NEWS-Under */
#news-item{}

#news-item h1{
	font-size: 36px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	color: #111111;	
    position: relative;
	margin-top: 0.5rem;
	margin-bottom: 5rem;
}

#news-item h1::after{
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #BC0000;
  position: absolute;
  bottom: -10px;
}

#news-item p{
	font-size: 20px;
	font-family: "Shippori Mincho B1", serif;
}

#news-item img{
	width: 55%;
	height: auto;
}

data{
	font-size: 15px;
	font-family: "Shippori Mincho B1", serif;
	color: #BC0000;
	margin-bottom: 0.1rem
}

.news-link-list{
	font-family: "Shippori Mincho B1", serif;
	text-align: center;
	margin-bottom: 4rem;
    position: relative;
}

.news-link-list::after{
  content: '';
  width: 10%;
  height: 1px;
  display: inline-block;
  background-color: #111111;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 55px);
}

/* info */
#info h1{
	text-align: center;
	font-size: 24px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	color: #111111;	
	margin-bottom: 3rem;
}

#info p{
	font-size: 16px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
}

#info .item{
	display: block;
	border-bottom: 0.5px solid #000000;
	margin-bottom: 1.5rem;
}

dt.box-ttl{
	float: left;
	width: 30%;
}

dt.input-txt{
	float: right;
	width: 55%;
}


/* hiketsu */
#hiketsu{
	margin-top: 3rem;
}

.c__hiketsu {
    position: relative;
    width: 100%;
    height: 580px; /* 全体の高さを調整 */
}

.hiketsu-background {
    width: 100%;
    height: 500px; 
    background-size: cover;
    background-position: center;
    position: relative;
	background-image:url('../../uploads/2025/09/unagi-hiketsu.png');
}

.hiketsu-text {
    position: absolute;
    top: 28px;
    left: 0;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); /* 文字を読みやすくするための影 */
	width: 440px;
}

.hiketsu-text img {
	width: 100%;
	height: auto;
}

.hiketsu-box {
    position: absolute;
    top: 340px; 
	right: 0;
    width: 90%;
    max-width: 610px;
    background-color: white;
    padding: 20px 40px;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hiketsu-box h3 {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;	
    font-size: 22px;
    line-height: 1.8;
    margin-top: 0;
}

.hiketsu-box p {
	font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;	
    font-size: 1rem;
    line-height: 1.9;
    color: #333;
	margin-bottom: 0;
}

/* reason */
#reason{margin-top: 5.5rem;}

.c__reason{
	background-color: #BC0000;
	margin-bottom: 1rem;
}

.reason-whopper{
	padding-top: 30px;
	padding-bottom: 15px;
	width: 80%;	
	max-width: 900px;
	height: auto;
}

.reason-whopper img{
	width: 100%;
	height: auto;
}

.reason-heading {
    display: flex;
    align-items: stretch;
    max-width: 600px;
	font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}

.reason-border {
	display: block;
	width: 100%;
	height: 8px;
    background-color: #a91c1e;
}

.reason-heading__tab {
  background-color: #a91c1e;
  color: white;
  padding: 0 20px 12px 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  position: relative; /* 上部バー(::before)を配置する基準 */
  z-index: 1; 

  /* 右下を斜めに切り取る形状 */
  clip-path: polygon(0 0, 100% 0, 100% 75%, 85% 100%, 0 100%);
}

/* 上部の赤い帯を作成 */
.reason-heading__tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 35px;
  background-color: #a91c1e;
  z-index: -1;
}

.reason-heading__number {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-top: 4px;
}

.reason-heading__title {
  background-color: white;
  color: #a91c1e; /* タイトルの文字色 */
  font-size: 22px;
  font-weight: bold;
  padding: 0 30px;
  
  /* 文字を上下中央に配置するための設定 */
  display: flex;
  align-items: center;

  /* 左のタブとの間に余白を作る */
  margin-left: -15px; /* 斜めの部分に少し重ねる */
  padding-left: 30px;
}

.reason-visual{
	margin-top: 1rem;
	width: 100%;
	height: auto;
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
	line-height: 1.65rem;
}

.reason-visual img{
	width: 100%;
	height: auto;
}

/* shop */
#shop{
	margin-top: 3.5rem;
}

.shop-background {
    width: 100%;
    height: 390px; 
    background-size: cover;
    background-position: center;
    position: relative;
}

.shop-whopper{
	padding-top: 47px;
}

/* links */
#links{
	margin-top: 3.5rem;	
}

.links-whopper{
    max-width: 700px; /* コンテンツの最大幅 */
    margin: 40px auto; /* 上下のマージンを広げて影が見えるように調整 */
    padding: 40px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* 影を追加 */
    border-radius: 4px; /* 少し角を丸くすると、より柔らかな印象になります */
}

.links-whopper h2{
	font-size: 26px;
	line-height: 0.8rem;
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
}

.links-whopper p.l__text{
	margin-top: 1rem;
	font-size: 14px;
	line-height: 0.8rem;
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
}

.links-whopper p{
	margin-top: 2rem;
	font-size: 16px;
	line-height: 1.5rem;
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
}

.links-whopper p span{
	line-height: 1.3rem;
	font-size: 13px;
}


.links-btn-back{
	max-width: 350px;
    background-size: cover;
    background-position: center;
    padding: 25px 35px;
	margin: 2rem auto 0.1rem auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.links-btn-back::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);	
}

.btn-store-list {
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;	
    background-color: #a41e22; 
    color: #fff!important;
    padding: 15px 48px 18px 48px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 1;
    border-radius: 2px;
}

.btn-store-list:hover {
    background-color: #c02428;
}

.btn-store-list__payment{
    padding: 15px;
}

/* 下層ページ：ヘッダー */
.page_head{
	background-blend-mode:lighten;
	width: 100%;
    height: 250px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
}

.page_head{
	background-attachment: inherit;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	position: relative; /*配置位置の基準となる指定*/
}

.page_head h1{
	font-size: 28px;
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	opacity: 1;
	position: absolute; /*自由に配置する指定*/
	bottom: 90px; /*下寄せの指定*/
	margin: 0;	
}

/* 下層ページ：牧原養鰻の想い__hope */
.hope-whopper{
	position: relative;
	margin: 0 0 5rem 0;
	padding: 0;
}

.hope-whopper-item{
	background-blend-mode:lighten;
	width: 380px;
	height: auto;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
}

.hope-whopper-item-right{
	background-blend-mode:lighten;
	width: 380px;
	height: auto;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: auto;
}

.hope-whopper-mge,
.hope-whopper-line{
	background-blend-mode:lighten;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);	
	width: 220px;
	height: auto;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
}

.hope-whopper-line{
	width: 620px;
	height: auto;
}

.hope-whopper-mge img{
	margin-top: 5rem;
	width: 100%;
	height: auto;	
}

.hope-space{margin-top: -6rem;}

.hope-dokuzi-left{
	float: left;
	width: 9.5%;
	height: auto;
	margin-top: 3%;
	margin-left: 10.5%;
}

.hope-dokuzi-right{
	float: right;
	width: 70%;
	height: auto;
	margin-top: 8%;
}

.hope-dokuzi-mgs{
	text-align: center;
	margin-left: 80px;
}

.hope-dokuzi-mgs h3{
	font-size: 20px;
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;	
	letter-spacing: 0.15rem;
	line-height: 2.1rem;
}

.hope-dokuzi-space{margin-bottom: 18rem;}

#hope__bottom{}

.c__hope__bottom{}

.c__hope__bottom h3{
	margin-top: 8.3rem;
	font-size: 20px;
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;	
	letter-spacing: 0.15rem;
	line-height: 2.1rem;	
}

.hope__bottom__left{
	vertical-align: top;
	float: left;
	width: 44%;
	margin: 1.2rem 0 0 0;
	padding: 0;
}

.hope__bottom__right{
	float: right;
	width: 52%;
	margin: 0;
	padding: 0;
}

.hope__bottom__sumi__left{
	vertical-align: top;
	float: left;
	width: 52%;
	margin: 0;
	padding: 0;
}

.hope__bottom__sumi__right{
	float: right;
	width: 44%;
	margin: 1.2rem 0 0 0;
	padding: 0;
}

.hope__bottom__left h3,
.hope__bottom__sumi__right h3{
	vertical-align: top;
	margin-top: 0;
}

.hope__bottom__left p,
.hope__bottom__sumi__right p{
	margin-top: 2rem;
	font-size: 16px;
	line-height: 1.5rem;
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;	
}

/* 下層ページ：選ばれる理由__reason */

#reason-under-top{}

#reason-mineral,#reason-sumi,#reason-yaki{
	padding-top: 2.7rem;
	margin-bottom: 0;
}

.reason-mineral-box{
	background-color:rgba(255,244,216,0.44);
	padding-bottom: 2rem;
	margin: 0;
}

.reason-catch{
	text-align: center;
	padding-top: 3rem;
	margin:2rem auto 3rem auto;
	max-width: 300px;
	height: auto;
}

.reason-box-large{width: 52%;}
.reason-box-medium{width: 45%;}
.reason-box-left{float: left;}
.reason-box-right{float: right;}

.reason-box-item{
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;	
}

.reason-box-item h2{
	margin-top: 0;
	color: #BC0000;
	font-size: 36px;
	letter-spacing: 0.2rem;
}

.reason-box-item p{
	color: #000000;
	font-size: 16px;
	line-height: 1.8rem;
}

.reason-yaki-box{
        background-color: #fdf6ee;
        background-image: linear-gradient(#fdf6eecf, #fdf6eecf),
            url(http://makiharayouman.com/wp/img/noise.png);
        background-repeat: repeat;
        background-size: 100px;
        color: #333;
	padding-bottom: 2.5rem;
}

.under-reason-space{margin-bottom: 5rem;}

/* 下層ページ：group */
#group{
	margin-top: 3rem;
}

.group-company{
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.group-company h2{
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;	
  display: flex;
  align-items: center;
}

.group-company h2 span{
  font-size: 18px;
  padding-left: 1.5rem;
  display: flex; 
  align-items: center;
}

.group-company h2 span::before{
  background-color: #000000;
  content: "";
  height: 1.3px;
  width: 4rem;
}

.group-message{}

.group-message p{
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;	
  color: #666666;
}

.group-map-left{
	float: left;
	width: 28%;
	height: auto;
}

.group-map-right{
	float: right;
	width: 58%;
	height: auto;
}

.group-flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;	
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	margin-bottom: 1rem;
}

.group-flex h3{
	font-size: 18px;
	font-weight: 800;
	color: #000000;
}

.group-flex a{
	font-size: 16px;
	font-weight: 800;
	color: #FFFFFF;
	background-color: #BC0000;
	padding: 12px 18px;
}

.group-flex p{
	font-size: 13px;
	font-weight: 300;	
}

#group-list{margin-top: 2rem;}

ul.group-map-list{}

ul.group-map-list li{
	margin-bottom: 3.5rem;
}

.group-list-company{
	padding-top: 3.5rem;
	padding-bottom: 1rem;	
}

.group-list-company h2{
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;	
  display: flex;
  align-items: center;	
}

ul.makihara-group-list{
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
}

ul.makihara-group-list li{
	margin-bottom: 2rem;
}

.mk-group-flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;	
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	margin-bottom: 1rem;
}

.mk-group-flex img{
	max-width: 380px;
	height: auto;
}

.mk-group-flex a{
	font-size: 16px;
	font-weight: 800;
	color: #FFFFFF;
	background-color: #BC0000;
	padding: 12px 38px;
	border-radius: 10px;
}

.mk-group-flex p{
	font-size: 16px;
	margin-bottom: 3rem;
}

#group-synergy{}

.hist__back__gray{
	background-color: #F9FAFC;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.hist__back__gray h2{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	color: #860308;
}

.bg__group{
	background-color: #F9FAFC;
	margin-bottom: 2rem;
}

.synergy-title{
	padding: 1.3rem auto;
	text-align: center;
}

.synergy-title h2{
	font-size: 38px;
	font-weight: 800;
	padding-top: 1rem;
	margin: 0 auto;
	color: #AF0000;	
}

.synergy-title h2 span{
	font-size: 25px;
	font-weight: 700;
	color: #AF0000;
	margin-left: 1rem;
}

.synergy-title h6{
	font-size: 21px;
	font-weight: 400;
	color: #000000;
	margin: 0.5rem auto 1.5rem auto;
	padding-bottom: 1rem;
}

.hist__whopper{
	text-align: center;
	margin: 0 auto;
}

.hist__whopper h1{
	font-size: 28px;
	font-weight: 800;
	color: #000000;
	margin-right: 3.3rem;
}

.hist__whopper h1.no01::before,
.hist__whopper h1.no02::before,
.hist__whopper h1.no03::before{
	font-size: 35px;
	color: #86BEFF;
	margin-right: 0.5rem;
	font-weight: 400;	
}

.hist__whopper h1.no01::before{
	content: '01';
}

.hist__whopper h1.no02::before{
	content: '02';	
}

.hist__whopper h1.no03::before{
	content: '03';	
}

ul.hist__process{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 0 5px;
	margin-bottom: 0;
    position: relative;
}

ul.hist__process>li{
	margin: 1% 1% 0 1%;
    list-style: none;
    text-align: center;
	width: 47%;
}

ul.hist__process::after{
    content: "";
    width: 1.5px;
    height: 100%;
    border-radius: 2px;
    background-color: #FF0000;
    position: absolute;
    right: 50%;
}

ul.hist__item__box__cont{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 0;
	background-color: #FFFFFF;
}

ul.hist__item__box__cont li{
	text-align: start!important;
	width: 95%;
	margin: 3%;
}

ul.hist__item__box__cont li p{
	text-align: justify;	
}

.hist__item__box__cont__img-box {
	width: 48%;
}

.hist__item__box__cont__img-box p{
	font-size: 14px;
	text-align: justify;
}

ul.hist__item__box__cont li img{
	width: 100%;
}

ul.hist__item__box__cont h5{
	font-size: 16px;
	margin-top: 1%;
	padding-top: 1%;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #444444;
}

ul.hist__item__box__cont h5 span{
	font-size: 13px;
	padding-right: 0.2rem;
	color: #444444;
}

ul.hist__item__box__cont h6{
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.3rem;
	padding-top: 0;
	text-align: justify;
	padding-left:1em;
	position:relative;
	margin-right: 3.5%;
	color: #212121;
	margin-bottom: 0.2rem;
}

ul.hist__item__box__cont h6::before{
	content:"・";
	position:absolute;
	left:0;
	top:0;	
}

ul.hist__item__box__cont p{
	font-size: 14px;
}

.hist__b__r,
.hist__b__l{
    position: relative;	
}

.hist__b__r::after{
    content: "";
    width: 13px;
    height: 13px;
    background-color: #FF0000;
    border-radius: 50%;
    position: absolute;
	right: -5.8%;
	top: 50%;
}

.hist__b__l::after{
    content: "";
    width: 13px;
    height: 13px;
    background-color: #FF0000;
    border-radius: 50%;
    position: absolute;
	left: -5.8%;
	top: 50%;
}

.hist__i__box{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;	
	gap:10px;	
}

.hist__i__box>div.g1{
	width: 40%;
}

.hist__mt2-up{margin-top: -2rem!important;}
.hist__mt4-up{margin-top: -4rem!important;}
.hist__mt6-up{margin-top: -6rem!important;}
.hist__mt8-up{margin-top: -8rem!important;}

.hist__mt4{margin-top: 4rem!important;}
.hist__mt6{margin-top: 6rem!important;}
.hist__mt8{margin-top: 8rem!important;}

/* 牧原養鰻 */
.under-directory{
	margin-top: 2rem;
	margin-bottom: 8rem;
}

.under-directory h1{
	margin-bottom: 2.5rem;
}

.under-directory hr{
	border-width: 0.2px 0 0 0;
	border-color: #ccc;	
}

.under-directory p{
	text-align: justify;
}

/* 表 */
ul.gaiyou{
	width: 100%;
	height: auto;
	margin-bottom: 10% !important;
	margin-left: 0 !important;
	list-style: none;
}

ul.gaiyou p{
	margin-bottom: 0;
}

ul.gaiyou li{
	width: 100%;
	font-size: 16px;
}

ul.gaiyou li ul{
	border-bottom: 1px solid #ccc;
    width: 100%;
    margin-left: 0 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.gaiyou li ul li{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

ul.gaiyou li ul li span{
	display: inline-block;
	line-height: 2.5em;
	font-size: 12px;
	font-weight: 600;
	color: #A9A9A9;
}

ul.gaiyou li ul li:first-child{
	width: 15%;	
	text-align: center;
	margin-right: 2%;
}

ul.gaiyou li ul li:first-child span{
	font-size: 80%;
}

ul.gaiyou li ul li:last-child{
	width: 80%;	
}

ul.gaiyou li ul li a{
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-style: normal;
}

.company-whopper{
	background-blend-mode:lighten;
	width: 100%;
    height: 300px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
}

.company-whopper{
	background-attachment: inherit;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	position: relative; 
}

.company-whopper h1{
	position: relative;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	height: auto;
	font-size: 28px;
	font-weight: 800;
	color: #FFFFFF;
}


/* 共通パーツ：recommend */
#recommend{}

.recommend-whopper{
	background-color:#FCFBF7;
}

.recommend{
	margin-top: -0.5rem;
	padding-top: 0.5rem;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;		
}

.recommend img{
	display: inline-block!important;
	width: 80px;
	height: auto;
	margin-right: 1rem;
}

.recommend p{
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;		
    font-size: 15px;
	line-height: 1.5rem;
}

.reco-list{
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;		
}

.reco-list h3{font-size: 18px;}

.reco-list p{
	font-size: 13px;
	color: #808080;
}

.reco-list h4{
	font-size: 28px;
	color: #BC0000;
}

.reco-list h4 span{
	font-size: 16px;
}

.reco-list h4,
.reco-list h4 span{
    font-family: "Arial", sans-serif;
    font-weight: 800;
    font-style: normal;		
}

.item-recommend-text{
	display: inline-block!important;
	margin-left: 20px;
	width: 30px;
}

.item-recommend-text img{
	display: inline-block!important;
	width: 100%;
	height: auto;
}

.recommend-all{
	text-align: center;
	margin: 0 auto 0.3rem auto;
}

.recommend-space{margin-bottom: 30rem;}

/* footer */
.c-footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
	background-attachment: inherit;
	background-position: top;
	padding-top: 30px;
}

.footer-flex-container {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 40px;
}

.flex-item:nth-child(1) {
	 -webkit-order: 1;
	order: 1;
	width: 269px;
	height: auto;
	margin-right: 2%;
}

.flex-item:nth-child(1) img{
	width: 100%;
}

.flex-item:nth-child(2) {
	 -webkit-order: 2;
	order: 2;
	width: 450px;
	height: auto;
}

.flex-item:nth-child(3) {
	 -webkit-order: 3;
	order: 3;
    margin-left: auto;
	position: relative;
	top: 0;
	right: 0;
}

.footer-menu-flex-container {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 30px;
}

.footer-menu-flex-container > div {
}

.footer-menu-flex-container > div a {
	display: block;
	font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-style: normal;
	font-size: 12px;
	color: #808080;
	margin: 0 auto 0.3rem auto;
	padding: 0;
}

.footer-menu-flex-container > div a h3 {
	font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-style: normal;
	font-size: 12px;
	color: #808080;
	margin: 0 auto 0.3rem auto;
	padding: 0;
}

.footer-info{
	text-align: center;
	border: solid 1px #9A9A9A;
	padding: 2px auto;
}

.footer-info p{
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
    font-weight: 600;
    font-style: normal;
	padding: 6px 35px;
	margin: 1px auto 1px auto;
}

.footer-contact a{
	text-align: center;
}

.footer-contact a h2{
    font-family: "ten-mincho-text", serif;
    font-weight: 400;	
	font-size: 20px;
	color: #3C3C3C;
}

.footer-contact a h2 span{
    font-family: "ten-mincho-text", serif;
    font-weight: 400;	
	font-size: 16px;
	color: #3C3C3C;
}

.footer-bottom-flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-top: 0.3rem;
}

.f-b-flex-item{
	font-size: 11px;
	color: #808080;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 200;
    font-style: normal;	
}

.f-b-flex-item p{
	margin-top: 0;
	padding-top: 0;
}

.f-b-flex-item a{
	margin-top: 0;
	padding-top: 0;
	margin-right: 1rem;	
}

.f-b-flex-item:nth-child(1) {
	margin-top: 0;
	padding-top: 0;
	margin-right: auto;
}

.f-b-flex-item:nth-child(2) {
	margin-top: 0;
	padding-top: 0;
	margin-left: auto;
}

.c-footer hr{
    height: 1px;
    background-color: #DDDDDD;
    width: 100%;
    border: none;
	margin: 1rem 0 0 0;
	padding: 0;
}

/***追従するトップへ戻るボタン***/
.btn-topup a {
  position: fixed;
  right: 0.5%;
  bottom: 0.5%;
  display: inline;
  width: 20px;
  height: 20px; 
  padding: 5px 5px 5px 5px;
  background-color: #DBDBDB;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.btn-triangle-top a::after {
  content: '';
  position: absolute;
  display: inline;
  top: 2px;
  bottom: 0;
  right: 9px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0 solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 9px solid #fff;
  transform: translateY(-1px);
  box-sizing: border-box;
}

.btn-triangle-top a,
.btn-triangle-top a:visited{
	color: #FFFFFF!important;
}


/* お問合せフォーム */
ul.contact_box {
    width: 100%;
    height: auto;
    background: #f8f8f8;
    padding: 5%;
	margin: 2rem 0;
}

ul.contact_box li.left{
	width: 29%;
}

ul.contact_box li.left p,
ul.contact_box li.right p{
	font-size: 14px!important;
}

ul.contact_box li.right{
	background-color: #FFFFFF;
	padding: 3px 0 3px 5px;
}

ul.contact_box li{
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	font-size: 14px!important;
}

ul.contact_box li.right{
	width: 68%;
	font-size: 14px!important;
}

ul.contact_box li.all{
	width: 100%;
	height: 40px;
	display: block;
	font-size: 15px!important;
}

.submit_box{
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	width: 44px;
	height: 35px;
	margin-top: 5px;
	margin-left: 2px;
	font-size: 18px!important;
	color: #FF0004;
	font-weight: 800;
	border-radius: 3px;
}

.submit_box:hover{
	opacity: 0.3;
	transition:0.5s;	
}

.entry-box-zm{}

.entry-box-zm h1{
	color:#646464;
	font-weight: 20px;
	font-weight: 400;
	margin-bottom: 1rem;
}

.entry-box-zm p{
	font-size: 16px;
}

.entry-box-zm a{
	color:#646464;
}

.single-top-margin{
	margin-bottom: 5rem;
}

.single-margin{margin-bottom: 5rem;}

.side-whopper{
}

.news-title{
	font-family: "Josefin Sans", sans-serif;
	color: #5A4A37;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2.2px;
}

ul.sidebar-list{
	margin-top: 1.3rem;
}

ul.sidebar-list li{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;		
	margin: 1rem 0;
	margin-left: 7px;
    align-items: center;
    display: flex;
}

ul.sidebar-list li::before{
	content: "";
	width: 15px;
    height: 1px;
	margin-right: 15px;
    background-color: #6F6F6F;
}

.post-title{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.66px;
	color: #3E4048;
}

.post-header,
.post-cat-name{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	display:inline-block;
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #3E4048;
	margin-right: 18px;
}

.post-line{
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.post-wrapper{
	margin-bottom: 7rem;
}

.post-wrapper p{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.66px;
	color: #3E4048;
}

ul.page-nav{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.page-nav li{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 12px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.66px;
	color: #3E4048;
	margin: 0 auto;
	padding: 0 auto;
}

.category-list{}

.category-list h1{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;	
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 2.5rem;
}

ul.news-list-main{}

ul.news-list-main li{}

ul.news-list-main li h3.title{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.66px;
	color: #3E4048;
	margin-top: 0;
}

ul.news-list-main li h3.title-list{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.66px;
	color: #3E4048;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.time-date{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.66px;
	color: #3E4048;	
	margin-bottom: 0;
}

.cate-list-text time{
	margin-bottom: 0;
}

.pagination-list{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;	margin-top: 2rem;
	font-size: 15px;
	color: #333333;
}

.cate-list-text p{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;	margin-top: 2rem;
	color: #333333;	
	font-size: 13px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1.5rem;
}

.policy-whopper{
	margin-bottom: 5rem;
}

.policy-whopper h2 {
  position: relative;
  padding: 0.25em 0;
  font-weight: 300;
	font-size: 28px;
}

.policy-whopper h2:after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

.policy-whopper h3 {
    position: relative;
    padding: .5em 1.2em 0.5em 2em;
    color: #333333;
}

.policy-whopper h3::before,
.policy-whopper h3::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #ffb2b2;
    content: '';
}

.policy-whopper h3::before {
    top: calc(50% - 3px);
    left: 0;
}

.policy-whopper h3::after {
    top: calc(50% + 3px);
    left: 5px;
}

.policy-margin{
	margin-bottom: 2.5rem;
}

.policy-ul-left{
}

ul.policy-ul li{
	margin-bottom: 3rem;
}

ul.policy-ul li p{
  text-indent: -1.2em;
  padding-left: 1.2em;	
}


/* スマートフォン用記述 */
@media screen and (max-width: 768px){
.container,.container-wide,.container-movie,.container-shop,.container-news,.container-under,
.container-synergy,.container-group,.container-footer{
  width: 90%;
}
	
.hero-catch{
	position: absolute;
	bottom:2%;
	left: 2%;
	width: 98px;
	height: auto;
}	
	
#top_news{
	margin-top: 1rem;
}	
	
#top_news ul.cat-list{
	margin-left: 0rem;
	padding-left: 0;
}	
	
#top_news li time.date p{
	margin-left: 0rem;
}

#top_news li h3.title{
	margin-left: 0!important;
	padding-left: 0!important;
}
		
#top_news ul.cat-list li.n__title{
	display: block;	
	margin-left: 0;
	padding-left: 0;
}
			
#top_news ul.news-list{
	margin-top: 0.5rem;
	padding: 0;
}
		
#top_news li h3.title{
	margin-top: 0;
	margin-left: 0.7rem;
	margin-bottom: 0.5rem;
}
	
.news-left{
	float: none;
	width: 100%;
}
	
.news-left h1{
	display: inline-block;
	margin-right: 10%;
	font-size: 22px!important;
}
	
.news-right{
	float: none;
	width: 96%;
	margin-left: 0;
	margin-right: auto;
}
		
.hiketsu-background {
    width: 100%;
    height: 500px; 
    background-size: cover;
    background-position: center;
    position: relative;
	background-image:url('../../uploads/2025/08/unagi-hiketsu-sp.png');
}
	
.hiketsu-text {
    position: absolute;
    top: 48px;
    left: 0;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); /* 文字を読みやすくするための影 */
	width: 80%;
}	
	
.hiketsu-box {
    position: absolute;
    top: 205px;
	left: 7%;
    width: 85%;
    padding: 20px 10px 20px 15px;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
	
.hiketsu-box h3 {
    font-size: 16px;
    line-height: 1.8;
}

.hiketsu-box p {
    font-size: 14px;
    line-height: 1.7;
}	
	
#reason{margin-top: 1.5rem;}
		
.reason-whopper{
	padding-top: 30px;
	padding-bottom: 15px;
	width: 100%;	
	max-width: 900px;
	height: auto;
}	
	
/* shop */
#shop{
	margin-top: 2rem;
}	
	
.shop-background {
	height: 220px;
}
	
.links-whopper{
    padding: 40px 15px;
}
		
.links-whopper p.l__text{
	line-height: 1.3rem;
}		
	
ul.column2 li,
ul.column2-office li{
	width: 95%;
	display: block;
	margin: 2%;
}
		
ul.column3 li{
	width: 95%;
	display: block;
	margin: none;
	margin-bottom: 50px;
	list-style: none;
	vertical-align: top;
}	
	
ul.column4 li{
	width: 45%;
	display: inline-block;
	margin: 0.3%;
	list-style: none;
	vertical-align: top;
}	
	
.reason-box-large{width: 100%;}
.reason-box-medium{width: 100%;}
.reason-box-left{float: none;}
.reason-box-right{float: none;}
	
#group{margin-top: 0rem;}
	
.group-map-right,
.group-map-left{
	float: none;
	width: 100%;
	height: auto;
}
	
.group-map-left{
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}
	
	
.mk-group-flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;	
}
	
.mk-group-flex img{
	max-width: 100%;
	height: auto;
}
	
.mk-group-flex > div {
	margin-bottom: 2rem;
}
	
.mk-group-flex p{
	text-align: center;
}
	
.group-company h2,
.group-company h2 span{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;	
}
	
.group-company h2 span::before{
	margin-bottom: 1rem;
}
	
.group-company h2{
	margin-bottom: 1rem;
}
	
.group-company h2 span{
	padding-top: 1.5rem;
}
	
ul.gaiyou li ul li:first-child,
ul.gaiyou li ul li:last-child{
	width: 100%;
}
	
ul.gaiyou li ul li:first-child br,
ul.hyo li ul li:first-child br{
	display: none;
}
	
ul.gaiyou li ul li:first-child,
ul.hyo li ul li:first-child{
	text-align: left;
	width: 100%;
}	
	
ul.gaiyou li ul li:first-child span{
	width: 100%;
}
	
ul.gaiyou li ul li:first-child{
	width: 100%;
}
	
.gaiyou{
    padding: 0;
}
	
ul.gaiyou li ul{
	padding: 0 40px 15px 40px;
}	

ul.column3-recommend{
	margin-left: 0rem!important
}

ul.column3-recommend li{
	width: 30%;
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
}	
	
.recommend-space{margin-bottom: 18rem;}

.reco-list h3{font-size: 15px;}
		
.reco-list h4{
	font-size: 15px;
	color: #BC0000;
}

.reco-list h4 span{
	font-size: 11px;
}
	
.flex-item{
	display: block;
	width: 100%;
	}
	
.foot-logo{
	width: 100%;
	}	
	
.footer-flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;		
	gap: 40px;
}	
	
.flex-item:nth-child(1) {
	-webkit-order: 1;
	order: 1;
	width: 100%;
	height: auto;
	margin-right: 2%;
	display: block;
}

.flex-item:nth-child(1) img{
	width: 100%;
}

.flex-item:nth-child(2) {
	-webkit-order: 2;
	order: 2;
	width: 100%;
	height: auto;
}

.flex-item:nth-child(3) {
	-webkit-order: 3;
	order: 3;
	width: 100%;
    margin-left: auto;
	position: relative;
	top: 0;
	right: 0;
}	
	
.footer-menu-flex-container {
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	gap:none;
}	
	
.footer-menu-flex-container>div{
	margin-left: 1rem;
	width: 35%;
}

.footer-menu-flex-container>div.w50-size{
	width: 45%;
}	

.footer-bottom-flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 0.3rem;
	text-align: center;
}	

.f-b-flex-item:nth-child(1) {
	display: block;
	margin-top: 0.5rem;
	padding-top: 0;
	margin-right: 0;
	width: 100%;
}

.f-b-flex-item:nth-child(2) {
	display: block;
	margin-top: 0.5rem;
	padding-top: 0;
	margin-left: 0;
	width: 100%;
}
		
.c-footer{
	width: 100%;
	height: auto;
}	
	
/* 下層ページ：牧原養鰻の想い__hope */
.hope-whopper-line{
	width: 85%;
	height: auto;
}	
	
.hope__bottom__left{
	vertical-align: top;
	float: none;
	width: 95%;
	margin: 0 0 0 0;
	padding: 0;
}
			
.hope__bottom__left p,
.hope__bottom__sumi__right p{
	margin-top: 0;
	font-size: 14px;
	text-align: justify-all;
}

.hope__bottom__right{
	float: left;
	width: 95%;
	margin: 0;
	padding: 0;
}

.hope__bottom__sumi__left{
	vertical-align: top;
	float: none;
	width: 95%;
	margin: 0;
	padding: 0;
}

.hope__bottom__sumi__right{
	float: none;
	width: 95%;
	margin: 1.2rem 0 0 0;
	padding: 0;
}	
	
.hope-dokuzi-left{
	float: right;
	width: 20.5%;
	height: auto;
	margin-top: 3%;
	margin-left: 0%;
}

.hope-dokuzi-right{
	float: left;
	width: 74%;
	height: auto;
	margin-top: 2rem;
}

.hope-dokuzi-mgs{
	text-align: start;
	margin-left: 0px;
	margin-top: -3rem;
}

.hope-dokuzi-mgs h3{
	font-size: 16px;
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;	
	letter-spacing: 0.05rem;
	line-height: 2.1rem;
}

.hope-dokuzi-space{margin-bottom: 8rem;}
	
.c__hope__bottom{}

.c__hope__bottom h3{
	margin-top: 2.3rem;
	font-size: 16px;
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;	
	letter-spacing: 0.05rem;
	line-height: 2.1rem;	
}	

.reason-box-item{
	font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;	
}

.reason-box-item h2{
	margin-top: 1rem;
	color: #BC0000;
	font-size: 23px;
	
	letter-spacing: 0.2rem;
}

.reason-box-item p{
	color: #000000;
	font-size: 15px;
	line-height: 1.5rem;
	margin-bottom: 0.8rem;
}
	
.reason-catch{
	width: 70%;
	text-align: center;
	padding-top: 3rem;
	margin:2rem auto 3rem auto;
	max-width: 300px;
	height: auto;
}	

.group-message{
	margin-top: -2.5rem;
	}
	
.group-flex h3{
	font-size: 15px;
	font-weight: 800;
	color: #000000;
}	

.group-flex a{
	font-size: 13px;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #BC0000;
	padding: 10px 23px 12px 23px;
	letter-spacing: 0.2rem;
	border-radius: 3px;
}	
	
.synergy-title{
	padding: 1.3rem auto;
	text-align: center;
}

.synergy-title h2{
	font-size: 24px;
	font-weight: 800;
	padding-top: 1rem;
	margin: 0 auto;
	color: #AF0000;	
}

.synergy-title h2 span{
	font-size: 18px;
	font-weight: 700;
	color: #AF0000;
	margin-left: 1rem;
	display: block;
}

.synergy-title h6{
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	margin: 0.5rem auto 1.5rem auto;
	padding-bottom: 1rem;
}	
	
ul.hist__process{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;	
    justify-content: space-between;
    padding: 5px 5px 0 5px;
	margin-bottom: 0;
    position: relative;
}

ul.hist__process>li{
	margin: 1% 1% 0 1%;
    list-style: none;
    text-align: center;
	width: 100%!important;
}

ul.hist__process::after{
    content: "";
    width: 1.5px;
    height: 100%;
    border-radius: 2px;
    background-color: #FF0000;
    position: absolute;
    right: 50%;
	z-index: -1;
}

ul.hist__item__box__cont{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 0;
	background-color: #FFFFFF;
}
	
.hist__whopper h1{
	margin-bottom: 1rem;
}
	
ul.hist__item__box__cont h5{
	font-size: 20px;
	padding-top: 1%;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #A41E22;
	margin-top: 1.5rem;
}
	
ul.hist__item__box__cont p{
	font-size: 16px;
}
	
	
.hist__item__box__cont__img-box {
	width: 100%;
}	
	
.hist__i__box{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;	
	gap:10px;
	width: 80%;
}
	
.hist__b__r,
.hist__b__l,
.hist__b__r::after,
.hist__b__l::after{
	display: none;
}

.hist__mt2-up,.hist__mt4-up,
.hist__mt6-up,.hist__mt8-up,.hist__mt4,
.hist__mt6,.hist__mt8{
    margin-top: 0!important;
	margin-bottom: 1.5rem!important;
}
	
.arrow-item{
	width: 15%;
	text-align: center!important;
	float: right;
	margin-top: -1.52rem;
	margin-right: 3rem;
}	

/* news-レイアウト */
main{
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 5rem;
}

.sidebar{
	float: none;
	width: 100%;
	height: auto;
}
	
.single-top-margin{
	margin-bottom: 2.3rem;
}
	
.post-wrapper{
	margin-bottom: 3rem;
}	
	
li.right,
li.left{
	width: 100%!important;
}	

li.all{
	margin: 0;
	padding: 0;
	height: 0;
	margin-bottom: 3rem;
}

input.wpcf7-form-control{
}

ul.contact_box{
	padding-bottom: 70px;
	}
	
.under-directory h1{
	font-size: 18px;
}
	
}