/*
  作成日: 
  作成者: 
*/
/* 
   ========================================================================== */
#main { background: #f5f0e5; }
/*笑顔のために*/
.ajimingei_smile { background: url(../image-cmn/bg-wood.jpg) center center / cover no-repeat; position: relative; }
.ajimingei_smile::before { background: url(../image/home/bg-leaves.png) no-repeat; content: ""; position: absolute; }
.ajimingei_smile::after { background: url(../image/home/bg-leaves.png) no-repeat; content: ""; position: absolute; }
.ajimingei_smile_wrap { align-items: center; color: #fff; padding-top: 40px; position: relative; z-index: 2; }
.ajimingei_smile_ttl { font-weight: normal; line-height: 1.4; text-align: left; }
.ajimingei_smile_txt { color: #fff; line-height: 1.8; max-width: 470px; padding-bottom: 20px; }
.ajimingei_smile_link { text-align: left; }
.ajimingei_smile_link a { color: #fff; position: relative; text-decoration: underline; }
.ajimingei_smile_link a::before { content: "→"; background: #fff; border-radius: 100%; color: #231611; display: inline-block; height: 25px; margin-right: 10px; text-align: center; width: 25px; }
.ajimingei_smile_link a:hover { text-decoration: none; }
@media screen and (max-width:479px) {
	.ajimingei_smile_content  {width:100% !important;}
	.ajimingei_smile_ttl {width:calc(100% - 100px);}
	.ajimingei_smile_thumb { right:0;position:absolute; top:40px;width:110px !important;}
}
@media screen and (max-width:767px) {
.ajimingei_smile::before { background-size: 100% auto; height: 304px; left: -230px; top: 5%; transform: translateY(-50%); width: 340px; }
.ajimingei_smile::after { background-size: 100% auto; height: 304px; right: -180px; top: 80%; transform: translateY(-50%); width: 340px; }
.ajimingei_smile_content {padding-bottom:30px; width: 64%; }
.ajimingei_smile_thumb { width: 35%; }
.ajimingei_smile_wrap { padding-bottom: 12px; }
.ajimingei_smile_ttl { font-size: 2.8rem; font-weight:bold; margin-bottom:15px;}
.ajimingei_smile_sp { display: none; }
.ajimingei_smile_txt.ajimingei_smile_pc { max-width: 100%; padding: 0 10px 15px; }
.ajimingei_smile_link.ajimingei_smile_pc { padding-bottom: 40px; margin: 0 10px; }
}
@media screen and (min-width:768px), print {
.ajimingei_smile::before { height: 504px; left: -282px; top: -190px; width: 564px; }
.ajimingei_smile::after { bottom: -140px; height: 504px; right: -282px; width: 564px; }
.ajimingei_smile_content { width: 60% }
.ajimingei_smile_thumb { max-width: 432px; width: 40%; }
.ajimingei_smile_wrap { padding-bottom: 40px; }
.ajimingei_smile_ttl { font-size: 3.8rem; max-width: 470px; padding-bottom: 10px; }
.ajimingei_smile .ajimingei_smile_ttl span { display: block;/* text-align: right;*/ }
.ajimingei_smile_pc { display: none; }
}
/*店舗検索*/
.ajimingei_location { background: url(../image/home/bg-location.jpg) center center / cover no-repeat; position: relative; }
.ajimingei_location_outter { background: rgba(255,255,255,0.5); position: relative; margin: 0 auto; max-width: 900px; }
.ajimingei_location_inter { background: rgba(255,255,255,0.8); }
.ajimingei_location_ttl { background: url(../image-cmn/bg-hovane.png) center top / 96px 96px no-repeat;  line-height: 1.3; padding: 20px 0 22px; text-align: center; }
.ajimingei_location_ttl span { display: block; font-size: 1.6rem; font-weight: normal; text-align: center; }
.ajimingei_location_txt { line-height: 1.8; }
.ajimingei_location_btns li { padding-bottom: 10px; width: calc((100% - 20px ) / 2); }
.ajimingei_location_btns li .btn_outlink::after { background: url(../image/home/ico-outlink1.png) no-repeat; content: ""; display: inline-block; height: 24px; vertical-align: bottom; margin-left: 8px; width: 24px; }
 @media screen and (max-width:579px) {
.ajimingei_location_btns { flex-direction: column; }
.ajimingei_location_btns li { margin: 0 auto; max-width: 300px; width: 100%; }
}
 @media screen and (max-width:767px) {
.ajimingei_location { padding: 40px 0; }
.ajimingei_location_outter { padding: 15px; }
.ajimingei_location_inter { padding: 24px 20px 20px; }
.ajimingei_location_txt { padding-bottom: 25px; text-align: left; }
.ajimingei_location_ttl {font-size: 2.8rem; font-weight:bold;}
}
@media screen and (min-width:768px), print {
.ajimingei_location { padding: 50px 0; }
.ajimingei_location_outter { padding: 20px; }
.ajimingei_location_inter { padding: 24px 90px 40px; }
.ajimingei_location_txt { padding-bottom: 46px; text-align: center; }
.ajimingei_location_btns { flex-wrap: nowrap; }
.ajimingei_location_ttl {font-size: 3rem;}
}
/*メニュー*/

.ajimingei_menu_block li { position: relative; transition: 0.4s all ease-in-out; width: 25%; }
.ajimingei_menu_block li::before { background: rgba(0,0,0,.48); content: ""; height: 100%; left: 0; position: absolute; top: 0; transition: 0.4s all ease-in-out; width: 100%; }
.ajimingei_menu_grand { background: url(../image/home/thumb-menu1.jpg) center center / cover no-repeat; }
.ajimingei_menu_lunch { background: url(../image/home/thumb-menu2.jpg) center center / cover no-repeat; }
.ajimingei_menu_seasonal { background: url(../image/home/thumb-menu3.jpg) center center / cover no-repeat; }
.ajimingei_menu_order { background: url(../image/home/thumb-menu4.jpg) center center / cover no-repeat; }
.ajimingei_menu_block li .ajimingei_menu_ttl　{ color: #fff;font-size: 3rem;height: 100%; position: relative; text-align: center; width: 100%; z-index: 2; }
.ajimingei_menu_block li .ajimingei_menu_ttl::after { background: url(../image/home/ico-menu-arrow.png) no-repeat;background-size:contain; content: ""; height: 10px; left: 0; margin: 0 auto; position: absolute; right: 0; text-align: center; width: 28px; }
.ajimingei_menu_block li .ajimingei_menu_ttl::before { border: 1px solid #fff; content: ""; margin: 0 auto; left: 0; position: absolute; right: 0; text-align: center; transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.ajimingei_menu_block li a { color:#fff;font-weight:normal; left: calc((100% - 45px ) / 2); -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; writing-mode: vertical-rl; position: absolute; }
@media screen and (max-width:767px) {
.ajimingei_menu_block li { height: 400px; }
.ajimingei_menu_block li .ajimingei_menu_ttl a { font-size:2.8rem; top: 50px;}
.ajimingei_menu_block li .ajimingei_menu_ttl::after { bottom: 70px; }
.ajimingei_menu_block li .ajimingei_menu_ttl::before { bottom: 54px; height: 45px; width: 45px; }
}
@media screen and (min-width:768px), print {
.ajimingei_menu_block li { height: 500px; }
.ajimingei_menu_block li .ajimingei_menu_ttl a { font-size:3rem;  top: 70px; }
.ajimingei_menu_block li .ajimingei_menu_ttl::after { bottom: 110px; }
.ajimingei_menu_block li .ajimingei_menu_ttl::before { bottom: 90px; height: 55px; width: 55px; }
.ajimingei_menu_block li:hover::before { background: rgba(0,0,0,.8); transition: 0.4s all ease-in-out; }
.ajimingei_menu_block li:hover .ajimingei_menu_ttl::before { animation: rotating 5s linear infinite; }
}
/*おしらせ*/
.ajimingei_notice { background: url(../image/home/bg-news.jpg) repeat; }
.ajimingei_news_lbl { font-family: "Noto Serif JP", serif; font-weight:500; }
.ajimingei_news_lbl_ttl { padding-top: 10px; }
.ajimingei_news_lbl_ttl span { color: #7f7f7c; display: block; font-size: 1.5rem; position: relative; }
.ajimingei_news_lbl_ttl span::after { background: #999999; content: ""; height: 1px; left: 0; position: absolute; top: -2px; width: 60px; }
.ajimingei_news_viewmore a { color: #333; padding-top: 35px; position: relative; text-decoration: underline; }
.ajimingei_news_viewmore a:hover { text-decoration: none; }
.ajimingei_news_viewmore a::before { background: #333; border-radius: 100%; color: #fff; content: "→"; display: inline-block; font-size: 1.5rem; font-weight: bold; height: 22px;line-height:22px; margin-right: 10px; text-align: center; width: 22px; }
.ajimingei_news_dl { padding-top: 6px; }
.ajimingei_news_dl dt { font-family: "Noto Serif JP", serif; font-size: 1.6rem; }
.ajimingei_news_dl dt span { background: #a17A44; color: #fff; font-size: 1.3rem; margin-left: 20px; padding: 2px 20px; }
.ajimingei_news_dl dd { border-bottom: 1px dotted #a17a44; width: 100%; }
.ajimingei_news_dl dd a { color: #333; }
.ajimingei_news_ttl { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ajimingei_news_cont { font-size: 1.5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ajimingei_banners li { background: #fff; border: 1px solid #a17a44; padding: 3px; }
.ajimingei_banners li a { display: block; }
.ajimingei_banners li a:hover { opacity: .8; }
.ajimingei_banners_ec { display: flex; gap: 12px; }
.ajimingei_banners_ec_inline { border: 1px solid #a17a44; padding: 3px; }
.ajimingei_banners_ec_inline a { background: #fff; display: block; padding: 20px; text-align: center; }
.ajimingei_banners_ec_inline a:hover { opacity: .8; }
@media screen and (max-width:767px) {
.ajimingei_notice_both { padding-bottom: 20px; padding-top: 20px !important; }
.ajimingei_news_lbl_ttl { font-size: 2.8rem; }
.ajimingei_news_viewmore { margin-top: 28px; }
.ajimingei_news_dl dt { margin-top: 5px; padding-bottom: 7px; }
.ajimingei_news_dl dd { margin-bottom: 15px; padding-bottom: 15px; }
.ajimingei_news_dl dd a:hover { color: #a17a44; }
.ajimingei_banners {max-width: 562px; margin:0 auto;}
.ajimingei_banners li { margin: 10px 0; }
}
@media screen and (min-width:768px), print {
.ajimingei_notice_both {display:flex;justify-content:space-between; padding-bottom: 32px;padding-top: 40px;}
.ajimingei_news { width: 45%; }
.ajimingei_banners { max-width: 562px; width: 51%; }
.ajimingei_news_lbl_ttl { font-size: 3rem; }
.ajimingei_news_viewmore { margin-top: 34px; }
.ajimingei_news_dl dt { margin-top: 10px; padding-bottom: 12px; }
.ajimingei_news_dl dd { margin-bottom: 10px; padding-bottom: 10px; }
.ajimingei_news_dl dd a:hover { color: #a17a44; }
.ajimingei_banners li { margin: 18px 0; }
}

/*採用情報*/

.ajimingei_recruit { align-items: center; background: url(../image/home/bg-recruit.jpg) center center / cover no-repeat; position: relative; }
.ajimingei_recruit::before { content: ""; background: rgba(253,158,8,.7); height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.ajimingei_recruit::after { background: url(../image/home/bg-recruit-decord.png) right center / cover no-repeat; content: ""; height: 100%; min-width: 240px; position: absolute; right: 0; top: 0; width: 50%; z-index: 2; }
.ajimingei_recruit_wrap { position: relative; z-index: 3; }
.ajimingei_recruit_lbl { position: absolute; top: 0; z-index: 4; }
.ajimingei_recruit_ttl { color: #fff; font-size:3rem; font-weight: normal; height: 200px; position: relative; text-align: right; -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; writing-mode: vertical-rl; }
.ajimingei_recruit_ttl::before { background: #fff; content: ""; height: 100%; position: absolute; right: 48px; top: 0px; width: 1px; z-index: 10; }
.ajimingei_recruit_ttl span { display: block; font-size: 2rem; position: relative; text-align: right; }
.ajimingei_recruit_txt { color: #fff; line-height: 1.6; padding-bottom: 20px; }
.ajimingei_recruit_btn { width: 100% }
.ajimingei_recruit_btn a { background: #fff; color: #fd9e07; }
.ajimingei_recruit_btn a::before { color: #fd9e07 }
.ajimingei_recruit_btn a::after { background: url(../image/home/ico-outlink2.png) no-repeat; content: ""; display: inline-block; height: 20px; margin-left: 8px; vertical-align: bottom; width: 20px; }
.ajimingei_recruit_btn a:hover::after {background-image: url(../image/home/ico-outlink1.png); background-size:contain;}
.ajimingei_recruit_btn a:hover::before {color:#fff;}
 @media screen and (max-width:479px) {
.ajimingei_recruit { padding: 0 !important; }
.ajimingei_recruit_ttl { padding-top: 60px; }
.ajimingei_recruit_cont { margin : 80px 10px 20px 100px !important; }
.ajimingei_recruit_btn { margin: 0 auto 10px; max-width: 300px; }
}
@media screen and (min-width:480px) {
.ajimingei_recruit_ttl { padding-top: 80px; }
}
 @media screen and (max-width:767px) {
.ajimingei_recruit { padding: 80px 0; }
.ajimingei_recruit_cont { margin-left: 125px; }
   .ajimingei_recruit_btnwrap { width: 100%; }
}
@media screen and (min-width:768px), print {
.ajimingei_recruit { height: 350px; }
.ajimingei_recruit_cont { margin-left: 175px; }
  .ajimingei_recruit_btnwrap { display: flex; flex-wrap: wrap; gap: 20px; width: 100%; }
  .ajimingei_recruit_btnwrap .ajimingei_recruit_btn { width:calc((100% - 20px) / 2); max-width: 100%; }
}
 @media screen and (max-width: 1024px) {
.ajimingei_recruit_lbl { left: 10px; }
}
 @media screen and (min-width: 1025px), print {
.ajimingei_recruit_lbl { left: calc((100% - 1030px ) / 2); }
}
/*
 @media screen and (min-width: 1025px), print {
.sagami_fixbg { background-attachment: fixed; }
}
*/