/*
Theme Name:	wp-hamadasei2025
Description: ハマダセイのテーマ
Author:mrri
*/


@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?iefix') format('eot'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
		url('fonts/fontawesome-webfont.woff2') format('woff2'),
         url('fonts/fontawesome-webfont.ttf') format('truetype'),
         url('fonts/fontawesome-webfont.svg#webfontjSpbZQRv') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
	font-display: swap;
	font-weight: 400;
	font-style: normal;
		font-family: 'Noto Sans JP';
	src: url('fonts/NotoSansJP-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face{
	font-display: swap;
	font-weight: 500;
	font-style: normal;
		font-family: 'Noto Sans JP';
	src: url('fonts/NotoSansJP-Medium.otf') format('opentype');
	font-display: swap;
}
@font-face{
	font-display: swap;
	font-weight: 700;
	font-style: normal;
		font-family: 'Noto Sans JP';
	src: url('fonts/NotoSansJP-Bold.otf') format('opentype');
	font-display: swap;
}
@font-face{
	font-display: swap;
	font-weight: 500;
	font-style: normal;
		font-family: 'Michroma';
	src: url('fonts/Michroma-Regular.ttf') format('truetype');
	font-display: swap;
}



.row::before,.row::after {
      display: none;
  }


body {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
    font-feature-settings: "palt";
    color: #fff;
    font-weight: 400;
	background: #000;
	z-index: -1;
	position: relative;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
 text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
	color: #fff;
}
a[href^="tel:"]{
  pointer-events: none;
}
img{
max-width:100%;
vertical-align: bottom;
	height: auto;
}

.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}	
.row-10>div {
    padding-right:5px;
    padding-left:5px;
}

*:focus {
  outline: none;
}
a , button{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
a:hover{
	text-decoration:none;
}

.sp{
	display:none;
}
.mincho{
	font-family: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}



/*モーション*/
main {
  overflow: hidden;
	background-image: url("img/top_back.png"),url("img/top_sideback.png");
	background-position: top center, right top;
	background-size: 100% auto, auto;
	background-repeat: no-repeat, no-repeat;
	z-index: -1;
  position: relative;
}

.fadeup {
	opacity: 0;
	transform: translate(0, 40px);
	transition: opacity 0.75s linear,
		transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup2 {
	opacity: 0;
	transform: translate(0, 40px);
	transition: opacity 0.75s linear,
		transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup3 {
	opacity: 0;
	transform: translate(0, 40px);
	transition: opacity 0.75s linear,
		transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.fadeleft {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.faderight {
	opacity: 0;
	transform: translate(50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}


.fadeup.scrollin, .fadeup2.scrollin, .fadeup3.scrollin, .fadeleft.scrollin, .faderight.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  transform: translateY(80px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeInRight{
animation-name:fadeInRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
animation-delay:1.0s;
opacity:0;
}

@keyframes fadeInRightAnime{
  from {
    opacity: 0;
  transform: translateX(80px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}






/*トップページ-------------------------------*/
/*ヘッダー*/

header {
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
}
.gmrelative01.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.gmrelative01.clone-nav.is-show {
  transform: translateY(0);
	z-index: 3000;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}
.gmrelative01.clone-nav.is-show .header-logoarea {
	background: #000;
}
.header-logoarea{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	padding: 0 15px;
	align-items: center;
}
h1.header-logo {
  padding: 5px 0;
	margin:0;
}
.header-logo img {
  height: 52px;
  width: auto;
}
.top-menu {
  margin-top: 15px;
}
nav.globalMenuSp, .hamburger {
  display : none;
}
nav.top-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	justify-content: space-around;
	align-items: center;
}
nav.top-menu ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 0 25px;
	letter-spacing: 2px;
	height: 50px;
  line-height: 50px;
	font-weight: 500;
	border-bottom: 3px solid transparent;
}
nav.top-menu ul li a:hover {
  border-bottom: 3px solid #c1272d;
}
.nav-link {
  padding: 0 1rem 0 0;
}
nav.top-menu ul li.header-cart a {
  display: block;
  color: #c1272d;
  background: #fff;
  border-radius: 30px;
  height: 50px;
  line-height: 46px;
  width: 50px;
  text-align: center;
  font-size: 22px;
	margin: 0 7px;
}
nav.top-menu ul li.header-cart a:hover{
	background: #c1272d;
	color:#fff;
}
nav.top-menu ul li.header-tel a {
  display: block;
  color: #fff;
  background: #c1272d;
  border-radius: 30px;
  height: 50px;
  line-height: 46px;
  width: 50px;
  text-align: center;
  font-size: 22px;
	margin: 0 7px;
}
nav.top-menu ul li.header-tel a:hover{
	background: #a2090f;
	color:#fff;
}
nav.top-menu ul li.header-mail a {
  display: block;
  color: #fff;
  background: #c1272d;
  border-radius: 30px;
  height: 50px;
  line-height: 46px;
  width: 50px;
  text-align: center;
  font-size: 22px;
	margin: 0 7px;
}
nav.top-menu ul li.header-mail a:hover{
	background: #a2090f;
	color:#fff;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.gmrelative01 {
  z-index: 2000;
  position: relative;
}
.gmrelative01.clone-nav.is-show .top-menu {
  display: block;
}
.gmrelative01.clone-nav.is-show nav.top-menu {
  margin-top: 0;
}
.dropdown-toggle{
	position:relative;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\f107";
	font-family: FontAwesome;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
	position: absolute;
	color: #c1272d;
}
.dropdown-menu {
	margin: 0;
	background-color: rgba(0,0,0,0.70);
	border: none;
	border-radius: 0;
	width: 100%;
	box-shadow: 1px 5px 5px -5px rgba(0,0,0,0.5);
	padding:0;
}
nav.top-menu ul li a.dropdown-item{
	color: #fff;
  padding: 0 15px;
  display: block;
  position: relative;
	height: 42px;
  line-height: 42px;
	font-size: 16px;
	margin: 0;
}
nav.top-menu ul li a.dropdown-item:hover, nav.top-menu ul li a.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c1272d;
}


.gmrelative01.clone-nav.is-show .dropdown-menu {
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}

/*メインビジュアル*/
.main-img {
  position: relative;
}
.main_img {
	width: 90%;
	max-width: 1581px;
  }
.main_side {
  position: absolute;
  right: 0;
  bottom: -32%;
  width: 40%;
  max-width: 745px;
}
.link a{
  border: 1px solid #c1272d;
  border-radius: 30px;
  padding: 8px 50px 8px 40px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  background: #c1272d;
	position: relative;
}
.link a::after {
  font-family: FontAwesome;
  content: "\f054";
  top: 55%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.link a:hover{
  border: 1px solid #a2090f;
	background: #a2090f;
	color: #fff;
}


.box{
	opacity: 0;
}





/*共通*/
.inner {
    padding: 80px 0;
}
	.inner-bottom {
		padding-bottom: 80px;
	}
.inner25 {
    padding: 25px 0;
}
.cl-white {
  color: #fff !important;
}
.cl-green {
  color: #00b44f !important;
}
.w100{
	width:100% !important;
}
.w80{
	width: 80% !important;
	margin: 0 auto;
	display: block !important;
}
.w300px{
	width:300px !important;
}
.min_w300px{
	min-width:300px !important;
}

.w27px{
	width:27px !important;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.container-fluid {
  padding-right: 0;
	padding-left: 0;
}
.f-26{
	font-size:26px;
}
.f-11{
	font-size:11px;
}


/*ボタン*/
.btn-white a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 50px 8px 40px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  position: relative;
	background: #fff;
	color: #c1272d;
}
.btn-white a:hover {
	background: #c1272d;
	color: #fff;
}

input.submit-btn{
	width: 230px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}



/*トップページ*/
.index-h2{
  font-size: 56px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 20px;
}
.index-h2 .h2-en{
  display: block;
  font-size: 50px;
  font-family: 'Michroma', sans-serif;
  padding-top: 5px;
}
.index-h3
{
  font-size: 40px;
  font-weight: bold;
}
.index01-txt{
  font-size: 18px;
  line-height: 2.3;
}

section.indexbox03 {
	/*background: url(img/index_company.png) no-repeat top left ;*/
  }
.about-wrap{
	position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: left;
}
.about-wrap::after{
	font-family: FontAwesome;
  content: "\f054";
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  background: #c1272d;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  bottom: 20px;
  right: 30px;
}

.about-wrap a img{
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 315px;
  width: auto;
}

.about-wrap a:hover img{
	transform: scale(1.08);
}
.about-title{
	position: absolute;
	top: 40%;
	right: 12%;
	width: auto;
	text-align: center;
	color: #000;
	z-index: 2;
	font-size: 45px;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff,
    -2px  0px 0 #fff,
     2px  0px 0 #fff,
     0px -2px 0 #fff,
     0px  2px 0 #fff;
}
.about-title .h2-en{
  font-family: 'Michroma', sans-serif;
  padding-top: 5px;
  display: block;
  font-size: 24px;
  font-weight: 500;
}

section.indexbox04 {
  background: #666;
}
h2.news-h2 {
  font-size: 50px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #142C4D;
  letter-spacing: 2px;
}
h2.news-h2 span {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: block;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 10px;
}
.news-li a{
  display: flex;
  padding: 30px 5px;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.news-li:first-child{
	border-top: 1px solid #ccc;
}
.news-li a:hover {
  background: #000;
  color: #fff;
}
.news-li .cat, .single-top .cat {
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	margin-right: 15px;
}
.news-li .cat a, .single-top .cat a {
  letter-spacing: 1px;
  display: block;
}
.news-li .cat a:hover, .single-top .cat a:hover {
	color: #fff;
	opacity:1;
}
.news-li .date {
  color: #fff;
  margin-right: 30px;
}
.news-li .title a:hover {
  text-decoration: none;
  color: #fff;
}



.service01 {
  position: relative;
}
.service01-img {
  position: absolute;
  top: 0;
  left: 0;
}
.service01 {
  position: relative;
  min-height: 645px;
}
.service01-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 645px;
  overflow: hidden;
  width: 30%;
}
.service01-img img {
  width: auto;
  height: 100%;
object-fit: contain;
}
.service02 {
  position: relative;
  min-height: 645px;
}
.index01-img{
width: 100%;
  height: 100%;
	text-align: right;
}
.service01 .index01-img{
	text-align: left;
}
.service02-img {
  position: absolute;
  top: 0;
  right: 0;
	height: 100%;
  min-height: 645px;
  overflow: hidden;
  width: 30%;
}
.service02-img img {
  width: auto;
  height: 100%;
object-fit: contain;
}
.index02-img {
  width: 100%;
  height: 100%;
}

h3.index02-h3 {
  font-size: 30px;
  letter-spacing: 2px;
  color: #373737;
	margin: 60px 0 30px;
}
h3.index02-h3 span {
  font-size: 22px;
  color: #142c4d;
	font-weight: 600;
	margin-right: 20px;
}
.bg-skyblue {
  background: #eef2f5;
}
.about-img {
  position: relative;
}
h3.aboutbnr-h3 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
	letter-spacing: 1px;
}
h3.aboutbnr-h3 span {
  display: block;
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
}
.about-img a{
	display:block;
}
.about-img a::after {
  font-family: FontAwesome;
  content: "\f105";
	position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
border: 1px solid #fff;
color: #fff;
border-radius: 50%;
width: 48px;
height: 48px;
display: inline-block;
line-height: 46px;
font-size: 22px;
text-align: center;
}
.about-img a:hover::after{
	border: 1px solid #fff;
	background: #142C4D;
	color: #fff;
}

.top-work-btn {
    padding-bottom: 100px;
    display: block;
	position: relative;
}
.swiper-slide {
  margin: 0 10px;
}
.swiper-button-prev {
  right: 80px;
	left: auto;
}
.swiper-button-next::after{
	font-family: FontAwesome;
	content: "\f054";
	font-size: 20px;
  line-height: 50px;
}
.swiper-button-prev::after{
	font-family: FontAwesome;
	content: "\f053";
	font-size: 20px;
  line-height: 50px;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  opacity: 1;
  letter-spacing: 0;
  background: #c1272d;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
	background: #a2090f;
}

.case-block .img {
	width: 100%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.case-block p {
  display: none;
}

.case-block:hover > p {
  font-size: 18px;
  position: absolute;
  display: inline-block;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(0,0,0,0);
}

/*
.case-block .img:hover::before{
  content: "";
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
  */

.case-block:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    padding: 10px;
    border-radius: 50%;
}  

/*
.case-block:hover::after {
    content: "";
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    padding: 10px;
    border-radius: 50%;
}

.case-block .img:hover::before {
    content: "";
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}

.case-block.gyokai:hover::before {
  content: "魚介";
}

.case-block.ebi:hover::before {
    content: "えび";
}

.case-block.kani:hover::before {
    content: "季節限定商品";
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    padding: 10px;
    border-radius: 50%;
}

.case-block.kani-sehin:hover::before {
    content: "かに";
}

*/

.case-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
}


.recommen-wrap {
	background: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	max-width: 316px;
  margin: 0 auto;
  }
  .recommen-obi {
	background: #000;
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 5px 20px;
	position: absolute;
	left: 0;
	top: 200px;
	  width: 215px;
  }
.recommen-obi.cl-yellow {
  background: rgba(193,120,7,0.7);
}
.recommen-obi.cl-red{
	background: rgba(193,39,45,0.7);
}
.recommen-obi.cl-blue{
	background: rgba(18,50,135,0.7);
}
  .recommen-title {
	color: #000;
	font-size: 24px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
  }
  .recommen-wrap.kansai {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:15px;
  }


/*フッター*/
.footer-contact {
	color:#fff !important;
	background-image: url("img/footer_coctact.jpg");
	background-size: cover;
	padding: 90px 0;
	background-position: center bottom;
}
.footer-tel a{
  display: flex;
  font-size: 50px;
  font-weight: bold;
	line-height: 1;
}
.footer-tel a i{
  margin-right: 25px;
  padding-top: 7px;
}
.btn-contact a {
  background: #fff;
  color: #c1272d;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 26px;
  font-weight: bold;
}
.btn-contact a i{
	margin-right: 15px;
  padding-top: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c1272d;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
}
.btn-contact a:hover {
	background: #c1272d;
  color: #fff;
}
.btn-contact a img {
  margin-right: 10px;
  vertical-align: middle;
}
.btn-contact a:hover img.contact-normal {
	display: none;
}
.btn-contact a img.contact-hover {
  display: none;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-contact a:hover img.contact-hover {
  display: inline;
}


.footer-content {
	background: url("img/footer_back.png") no-repeat bottom center;
	background-size: 100% auto;
}

.footer-content a{
	color: #fff;
}
.footer-content .btn-white a{
	color: #c1272d;
}
.footer-content .btn-white a:hover{
	color: #fff;
}
.footer-c-left{
	color:#fff;
}
.map-link a{
  color: #c1272d;
  border: 1px solid #c1272d;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 4px;
}
.map-link a:hover{
  color: #c1272d;
  border: 1px solid #c1272d;
  background: #fff;
}
.footer-about {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
}
.footer-about span {
  font-size: 24px;
}
.footer-navwrap {
  padding-right: 40px;
  padding-left: 40px;
}
ul.footer-nav{
	margin-bottom:5px;
}
ul.footer-nav a{
  color: #fff;
}
ul.footer-nav li i {
  margin-right: 7px;
  color: #00b44f;
}
ul.footer-nav li a{
  color: #fff;
  display: block;
  padding: 5px 5px;
}


.footer-bottom{
  border-top: 1px solid #999;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}
.footer-bottom a{
	color:#fff;
}

.sp-bottom{
	display:none;
}



/*ページトップへ*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 200%;
    z-index: 200;
	padding: 0;
	margin: 0;
}
#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
  background: #000;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 40px;
  border-radius: 50px;
	opacity: 1;
	letter-spacing: 0;
	border:1px solid #fff;
}
#page-top a:hover {
    text-decoration: none;
    background: #c1272d;
	opacity: 1;
}

/*下層ページ*/
.breadcrumbs {
  color: #999;
  margin-bottom: 20px;
}
.breadcrumbs a {
  color: #999;
}
.page-h2.index-h2 {
  font-family: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.page-big {
  font-family: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 46px;
  font-weight: 900;
	text-shadow:
  -3px -3px 0 #000, -3px -2px 0 #000, -3px -1px 0 #000, -3px 0px 0 #000, -3px 1px 0 #000, -3px 2px 0 #000, -3px 3px 0 #000,
  -2px -3px 0 #000, -1px -3px 0 #000, 0px -3px 0 #000, 1px -3px 0 #000, 2px -3px 0 #000,
  -2px 3px 0 #000, -1px 3px 0 #000, 0px 3px 0 #000, 1px 3px 0 #000, 2px 3px 0 #000,
  3px -3px 0 #000, 3px -2px 0 #000, 3px -1px 0 #000, 3px 0px 0 #000, 3px 1px 0 #000, 3px 2px 0 #000, 3px 3px 0 #000,
  -2px -2px 0 #000, -1px -2px 0 #000, 0px -2px 0 #000, 1px -2px 0 #000, 2px -2px 0 #000,
  -2px 2px 0 #000, -1px 2px 0 #000, 0px 2px 0 #000, 1px 2px 0 #000, 2px 2px 0 #000;
	line-height: 1.6;
}
.page-top {
  position: relative;
	height: 500px;
  display: flex;
  align-items: center;
}
.page_img {
  position: absolute;
  right: 10%;
  top: 0;
  width: 60%;
  max-width: 854px;
	z-index: -1;
}

.page-id-15 .page_img {
  top: 80px !important;
}

ul.page-nav {
  position: relative;
  display: flex;
  gap: 7px;
  margin-top: -200px;
  margin-bottom: 180px;
}
ul.page-nav li a {
  background: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  color: #c1272d;
}
ul.page-nav li a:hover {
  background: #c1272d;
  color: #fff;
}
h3.redobi-h3 {
  background: linear-gradient(to right, #c1272d 0%, #c1272d 40%, transparent 90%);
  padding: 10px 20px;
  font-family: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.service02.page-kodawari {
  min-height: auto;
}
.page-kodawari .service02-img {
  min-height: auto;
  width: 37%;
	top: 80px;
}
.page-kodawari .service02-img img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.red-link a {
  color: #e4353c;
  text-decoration: underline;
  font-size: 90%;
}
h4.simple-h4 {
  font-family: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 32px;
  font-weight: bold;
	line-height: 1.5;
}
h4.bd-h4 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 10px;
  margin-top: 45px;
  margin-bottom: 30px;
}
.f-20 {
  font-size: 20px;
  font-weight: bold;
}
.shop-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8%;
}
.shop-inner {
  width: 18.5%;
	margin-bottom: 20px;
}
.shop-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
}
.shop-detail {
  font-size: 90%;
  line-height: 1.3;
}

/*会社案内*/
.company-greeting {
  position:relative;
}
.greeting-back {
  position: absolute;
  bottom: -280px;
  right: 0;
  z-index: -1;
}
.daihyo-name {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
}
.rinen-wrap {
  position: relative;
}
.rinen-back {
  position: absolute;
  /*bottom: 40%;*/
  bottom: 33%;
  right: -20%;
  width: 50%;
}
ul.values-ul li {
  font-size: 30px;
  font-family: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: bold;
}
table.bd-table tr {
  border-bottom: 1px solid #fff;
}
table.bd-table tr:first-of-type {
  border-top: 1px solid #fff;
}
table.bd-table th {
  padding: 10px;
  vertical-align: top;
  width: 8rem;
  text-align: right;
  font-weight: normal;
}
table.bd-table td {
  padding: 10px 10px 10px 2rem;
}
table.bd-table.rinen-table th {
  width: 11rem;
}
.access-title {
  font-size: 20px;
  font-weight: bold;
	margin-bottom:5px;
}
.access-inner {
  background: #666;
  padding: 15px;
  border-radius: 8px;
}
.kasumi-miryoku .service01-img {
  width: 35%;
}
.kasumi-miryoku .service02-img {
  width: 35%;
}

.sasshi-box {
  background: #666;
  padding: 80px 0;
	background-image: url(/wp-content/uploads/2025/06/sasshi_back.png);
	background-position:left center;
	background-size: 30% auto ;
	background-repeat:no-repeat;
}
.sasshi-h3 {
  background: linear-gradient(to right, #c1272d 0%, #c1272d 40%, transparent 90%);
  padding: 10px 20px;
  font-family: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: bold;
  font-size: 24px;
}
.sasshi-wrap {
  border-left: 1px solid #999;
}
.sasshi-box .page-big {
  text-shadow: none;
}

.f-24 {
  font-size: 24px;
  font-weight: bold;
}
dl.syuhen {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #999;
  padding: 20px 0;
}
dl.syuhen dt {
  width: 176px;
  flex-shrink: 0;
}
dl.syuhen dd{
	margin-bottom:0;
}
dl.syuhen p {
  margin: 0;
}

body.page-id-25 .pol-wrap {
  min-height: 420px;
}
.bg-gray-service{
  background: #666;
  padding: 40px 0;
}
.rec-h4 {
  font-size: 44px;
  font-weight: 700;
}
.rec-h4 .rec-h4-sub {
  font-size: 18px;
  display: block;
  font-family: 'Michroma', sans-serif;
  color: #c1272d;
  font-weight: 500;
  padding-bottom: 10px;
}
.service02.page-recruit .service02-img {
  min-height: 350px;
  width: 50%;
  height: 400px;
}
.work-list {
  min-height: 230px;
}
.card {
	background-color: transparent;
}
.card-header {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  /*margin-top: 20px*/
  position: relative;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.card-header button{
	display:block;
	padding-right: 1.5rem;
}
.card-header button:after {
	position: absolute;
  font-family: FontAwesome;
    content: "\f106";
  color: #c1272d;
  font-weight: 900;
  bottom: 5px;
  right: 10px;
  font-size: 30px;
}
.card-header button.collapsed:after {
   content: " \f107";
}
.btn-link {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.btn-link:hover {
  color: #fff;
  text-decoration: none;
}
.card-body {
  background: #666;
}

dl.contact-dl {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

}
dl.contact-dl dt {
  width: 250px;
  font-weight: normal;
  flex-shrink: 0;
  font-weight: bold;
}
dl.contact-dl dd {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
input[type="text"],input[type="tel"],input[type="email"],  textarea{
	width: 100%;
	border: 1px solid #222;
  border-radius: 2px;
	padding: 5px 10px;
}
select{
	border: 1px solid #222;
  border-radius: 2px;
	background:#fff;
}
label {
  margin-bottom: 0;
}
.contact-dl .cl-red {
  font-size: 80%;
  color: red;
  vertical-align: top;
}
hr {
  border-top: 1px solid #fff;
}
.contact-btn {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: #c1272d;
  border: 2px solid #c1272d;
  border-radius: 30px;
  min-width: 260px;
  padding: 8px;
  text-align: center;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-btn:hover{
	background: #fff;
  color: #c1272d;
}
table.basic-table{
	width:100%;
}
table.basic-table th {
  background: #666;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  border: 1px solid #999;
	font-weight:normal;
}
table.basic-table td {
  padding: 10px;
  border: 1px solid #999;
}

.basic-h3 {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  font-size: 20px;
}
.basic-h4 {
  font-size: 18px;
  font-weight: bold;
}

/*シングル*/
.page-top.single-top {
  height: 200px;
}
h3.bd-h4{
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px;
  margin-bottom: 20px;
}

.single-pager {
  border-top: 1px solid #D4D4D4;
  padding: 45px 0 30px;
	margin-top: 60px;
}
ul.pager li.previous a {
  display: inline-block;
  position: relative;
}
ul.pager {
  display: flex;
  justify-content: space-between;
	position:relative;
}
ul.pager li.previous a span {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 5px;
  margin-left: 10px;
}
ul.pager li.previous a i, ul.pager li.next a i {
  width: 36px;
  height: 36px;
  display: inline-block;
  background:#fff;
  border-radius: 50px;
  color: #c1272d;
  vertical-align: middle;
  text-align: center;
	line-height: 36px;
	border: 1px solid #c1272d;
}
ul.pager li.next a span {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 10px;
}
ul.pager li.to-list {
  position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
ul.pager li.to-list a {
  border-bottom: 1px solid #333;
	display: inline-block;
  padding-bottom: 5px;
}
ul.pager li.previous a:hover{
	opacity:1;
}
ul.pager li.previous a:hover i, ul.pager li.next a i:hover{
	opacity:1;
	background: #c1272d;
	color:#fff;
}
ul.pager .next {
  margin-left: auto;
}

/*ページャー*/
.nav-links .page-numbers.current {
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 36px;
  color: #c1272d;
  border-radius: 50%;
  border: 1px solid #c1272d;
}
a.page-numbers {
  padding: 0 20px;
  line-height: 40px;
	font-family: 'Michroma', sans-serif;
	display: inline-block;
}
.navigation.pagination {
  justify-content: center;
	text-align: center;
}
.page-top.recipe-top {
  height: 400px;
}

/*サイトマップ*/
.wsp-container ul li {
  list-style-type: none;
  border-bottom: 1px solid #999;
  padding: 5px;
}
.wsp-container ul li ul li:last-child{
	border-bottom: none;
}

.wsp-blogs-list::before {
  content: '車買取実績';
  color:#1d2088;
}
.wsp-saless-list::before {
  content: '販売情報';
  color:#1d2088;
}

ul.wsp-posts-list li ul.wsp-posts-list::before {
  content: none;
}


/*採用情報ページ*/
.page-id-21 .service02.page-recruit .service02-img {
  width: 45% !important;
}



@media (max-width: 1300px) {
	nav.top-menu ul li a {
		margin: 0 15px;
	}

.greeting-back {
  width: 50%;
}
}

@media (max-width: 1199px) {
	
	nav.top-menu ul li a {
	  font-size: 15px;
	  letter-spacing: 1px;
	}
	nav.top-menu ul li a {
    margin: 0 7px;
  }
  .index-h2 {
  font-size: 46px;
}
.service01 {
  min-height: 500px;
}
.service02 {
  min-height: 500px;
}
.about-title {
  font-size: 35px;
}
.about-wrap a img {
  height: 250px;
}
.recommen-obi {
  top: 150px;
}
	

/*--取り扱商品--*/
.page_img {
    top: 20px;
    width: 65%;
    max-width: 854px;
    z-index: -1;
}

ul.page-nav {
    width: 18%;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 110px;
}

/*よくある質問*/
.page-id-23 ul.page-nav {
    width: 45%;
  }


/*カスミへようこそ*/  
.page-id-15 ul.page-nav {
  width: 25%;
}

/*-- 採用情報 --*/
.page-id-21 .service02-img {
  top: 35px;
}

/*会社概要*/
.greeting-back {
  max-width: 750px;
  height: auto;
}

.rinen-back {
  bottom: 46%;
  right: -15%;
  max-width: 360px;
    height: auto;
}


}



@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	.header-logo img {
		height: 44px;
		width: auto;
	  }
	.header-right {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	}
	
	
	
	nav.top-menu ul li a {
	  font-size: 15px;
	}
	 nav.top-menu ul li a.dropdown-toggle {
		 padding: 0 7px 0 0;
	}

	h1.header-logo img {
	  height: 28px;
	  width: auto;
	  vertical-align: baseline;
	}
	
	nav.top-menu ul li a {
		line-height: 50px;
	}
nav.top-menu ul li.header-cart a {
  height: 40px;
  line-height: 36px;
  width: 40px;
  font-size: 18px;
  margin: 0 4px;
}
nav.top-menu ul li.header-tel a{
	height: 40px;
  line-height: 36px;
  width: 40px;
  font-size: 18px;
  margin: 0 4px;
}
nav.top-menu ul li.header-mail a{
	height: 40px;
  line-height: 36px;
  width: 40px;
  font-size: 18px;
  margin: 0;
}
  nav.top-menu ul li.header-cart a {
    margin: 0;
  }

	.f-26 {
	  font-size: 22px;
	}

	

	.inner {
	  padding-top: 60px;
		padding-bottom: 60px;
	}
	.inner-bottom {
		padding-bottom: 60px;
	}
	.index-h2{
	font-size: 30px;
	}
	.index-h3{
	font-size: 26px;
	}
	.index01-txt{
	  font-size: 16px;
	  line-height: 2;
	}
	.service01 {
	  position: relative;
	  min-height: 300px;
	}
	.service01-img {
		min-height: 300px;
	}
	h3.index02-h3 {
	  font-size: 24px;
	  letter-spacing: 2px;
	  color: #373737;
	  margin: 30px 0 20px;
	}
	.service02-img {
		min-height: 300px;
	}
	.service02 {
	  min-height: 300px;
	}
	section.indexbox03 {
  /*background-size: 40%;*/
}
.about-wrap a img {
    height: 170px;
  }
   .about-title {
    font-size: 28px;
    top: 28%;
  }
	.news-li a {
  padding: 20px 5px;
}
 .recommen-obi {
    top: 250px;
  }
	
	.btn-contact a {
		font-size: 20px;
		width: 100%;
	}
	#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
	  width: 40px;
	  height: 40px;
	  line-height: 30px;
	}
	
	/*--取り扱い商品--*/
  ul.page-nav {
        width: 23%;
        margin-bottom: 80px;
    }


    /*会社概要*/
    .rinen-back {
    max-width: 220px;
  }
}

/*--------------------------------------------
スマホ
-----------------------------------------------*/
@media (max-width: 767px) {
	.fadeup2 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: opacity 0.75s linear,
			transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
			-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.fadeup3 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: opacity 0.75s linear,
			transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
			-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
	}


	
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	 a[href^="tel:"]{
    pointer-events: auto;
  }
	
	nav.top-menu {
		display: none;
	}
	.header-top {
	  display: none;
	}
	.header-logoarea {
	  display: none;
	}
	.gmrelative01 {
	  z-index: 0;
	  position: static;
	}
	.sp-header {
		width: 100%;
		height: 46px;
		position: fixed;
		top: 0;
		z-index: 200;
	}
	.index-top {
		position: relative;
		padding-top: 46px;
	}
	.hamburger {
	  display : block;
	  position: absolute;
	  z-index : 33;
	  right: 10px;
	  top   : 0;
	  width : 46px;
	  height: 46px;
	  cursor: pointer;
	  text-align: center;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 22px;
	  height  : 2px ;
	  left    : 12px;
	  background : #c1272d;
	  -webkit-transition: 0.5s ease-in-out;
	  -moz-transition   : 0.5s ease-in-out;
	  transition        : 0.5s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	  top: 14px;
	}
	.hamburger span:nth-child(2) {
	  top: 22px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}
	.hamburger.active span:nth-child(1) {
	  top : 22px;
	  left: 12px;
	  -webkit-transform: rotate(315deg);
	  -moz-transform   : rotate(315deg);
	  transform        : rotate(315deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
	  top: 22px;
	  -webkit-transform: rotate(-315deg);
	  -moz-transform   : rotate(-315deg);
	  transform        : rotate(-315deg);
	}
	.sp-header .header-logo img {
	  height: 40px;
		padding-left: 10px;
		width: auto;
		margin-top: 3px;
	}
	nav.globalMenuSp {
		display: block;
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0;
		color: #fff;
		background: #000;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
		padding: 46px 0 10px;
		overflow-y: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	nav.globalMenuSp ul {
	  background: #fff;
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #ddd;
		margin: 0 auto;
	}
	nav.globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	  border-bottom: none;
	}
	nav.globalMenuSp ul li:hover{
	  background :#ddd;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 9px 20px;;
		text-decoration: none;
		text-align: left;
		background: #000;
	}
	.top-menu-inner .nav-title {
		border-left: none;
	}
	.top-menu-inner.bd-right .nav-title {
		border-right: none;
	}
	.globalMenuSp i {
	  width: 30px;
	  height: 30px;
	  border-radius: 50%;
	  background: #c1272d;
	  text-align: center;
	  line-height: 30px;
	  margin-right: 10px;
	}
	nav.globalMenuSp.active {
	  transform: translateY(0%);
	  z-index: 100;
	}
	.globalMenuSp ul.header-nav li a {
		margin: 0 7px;
		padding: 5px 15px 5px 40px;
		font-size: 16px;
		font-weight: 700;
		color:#fff;
	}
	ul.header-nav {
		margin-top: 0;
	}
	.globalMenuSp .top-menu-inner a .nav-title {
		margin: 0;
	}
	nav.globalMenuSp .header-nav li a {
		width: auto;
		color: #fff;
		padding: 0 0 0 40px;
		line-height: 42px;
		margin: 0;
		font-size: 21px;
		display: inline;
	}
	.globalMenuSp .header-nav {
		display: block;
		margin-top: 20px;
	}
	.top-menu-inner a {
		display: block;
	}
	nav.globalMenuSp ul li.parent a{
		position:relative;
	}
	nav.globalMenuSp ul li.parent a::after {
		content: '\f106';
		font-family: FontAwesome;
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  font-size: 20px;
	  color: #c1272d;
	}
	nav.globalMenuSp ul li.parent a.collapsed::after{
		content: '\f107';
	}
	nav.globalMenuSp ul#nav-02 a, nav.globalMenuSp ul#nav-03 a{
	  background: #666;
		color:#fff;
	}
	nav.globalMenuSp ul li.g-child i{
	  color: #00b44f;
	  padding-right: 7px;
	}
	
	main {
		background-size: 100% auto, 70% auto;
	}
	
	
/*共通*/
	.inner {
		padding: 30px 0;
	}
		.inner-bottom {
		padding-bottom: 30px;
	}
.index-h2 {
    font-size: 28px;
  }
	
	h2.news-h2 {
		font-size: 28px;
	}
	h2.news-h2 span {
		font-size: 13px;
	}
	.news-li {
		display: block;
	}
	.news-li .cat, .single-top .cat {
	  line-height: 20px;
	  font-size: 13px;
	  display: table;
	}
	.news-li a{
		flex-wrap:wrap;
	}

	.link {
	  font-size: 14px;
	}
	.service01-img{
    height: auto;
    width: 40%;
    min-height: auto;
    top: -250px;
    bottom: auto;
    z-index: -1;
  }

	.service02-img {
	  height: auto;
    width: 35%;
    min-height: auto;
    top: -100px;
    bottom: auto;
		z-index: -1;
	}
	.service01{
	  margin-top: 250px;
	}
	section.indexboxCase {
	  margin-top: 160px;
	}

	
	.footer-tel a{
	  font-size: 36px;
	  margin-bottom: 10px;
	}
	.btn-contact a{
		height: 60px;
	}
	
	
	.sp-bottom {
	  display: block;
	  position: fixed;
	  z-index: 90;
	  bottom: 0;
	  left: 0;
	  background: #102e24;
	  width: 100%;
	  padding: 5px 0;
		height: 45px;
	}
	.sp-bottom .footer-tel a{
	  background: #fff;
	  border-radius: 50px;
	  height: 35px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 18px;
	  font-weight: bold;
	}
	.sp-bottom .footer-tel a i{
	  margin-right: 5px;
	  padding-top: 8px;
		color: #00b44f;
	}
	.sp-bottom .btn-contact a{
	  background: #fff;
	  border: 2px solid #fff;
	  border-radius: 50px;
	  height: 35px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 14px;
	  font-weight: bold;
		color:#373737;
	}
	.sp-bottom .btn-contact a i{
	  margin-right: 5px;
	  padding-top: 3px;
		color: #00b44f;
	}
	.footer-about {
		font-size: 34px;
	}
	.footer-about span {
	  font-size: 20px;
	}
	
	
	.footer-contact{
	  padding: 40px 0;
	}
	.footer-copy {
	  color: #373737;
	  font-size: 12px;
	  padding: 3px 10px 3px;
	}
	.link.w-50p a {
    width: 60%;
  }
	.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
		line-height: 40px;
	}
	.swiper-button-prev::after {
	  line-height: 40px;
	}
	.swiper-button-next::after {
	  line-height: 40px;
	}
	.swiper-button-prev {
		right: 70px;
	}
	
	
	 .recommen-obi {
		top: 200px;
		 font-size: 16px;
	  }
	.recommen-title {
		font-size: 20px;
	}


  .f-24 {
  font-size: 20px;
}

/*トップ製品*/
.case-block .img::after{
  content: "";
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
}

.case-block .img:hover::after{
  content: "";
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
}

.case-block::before {
    content: "";
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.case-block:hover::before {
    font-size: 14px;
}

.case-block.gyokai::before {
    content: "魚介";
}

.case-block.ebi::before {
    content: "えび";
}

.case-block.kani::before {
    content: "季節限定商品";
}

.case-block.kani-sehin::before {
    content: "かに";
}



/*追加-ハマダセイについて*/
.page-id-11 .service02-img {
  position: static;
  width: 100% !important;
}

.page-id-11 .page-kodawari .service02-img img {
    width: auto;
    height: auto;
}


/*取扱商品-追加*/
.page-big {
    font-size: 29px;
}

ul.page-nav {
    position: relative;
    display: flex;
    gap: 15px;
    margin-top: -200px;
    margin-bottom: 80px;
    flex-wrap: wrap;
    width: 35%;
}
/*
ul.page-nav li {
    width: 47%;
}
*/
.page_img {
  right: 5%;
  top: 43px;
}

.shop-inner {
    width: 47.5%;
    margin-bottom: 20px;
}

/*かに料理*/
.page-kodawari .service02-img {
    width: 55%;
    z-index: 1;
}

.page-id-25 .pol-wrap {
    min-height: auto !important;
    margin-top: 50%;
    padding-bottom: 30px;
  }

.page-id-25 .page-kodawari .service02-img img {
    width: auto;
    height: 240px;
    object-fit: cover;
}



/*採用情報ページ*/
.page-id-21 section {
  margin-top: -100px;
}

.page-id-21 .service02-img {
  position: static;
}

.page-id-21 .service02-img img{
  width: 100%;
  height: 100%;
  object-fit: unset;
}

.page-id-21 .service02.page-recruit .service02-img {
    width: 100% !important; 
    height: auto !important;
    min-height: auto !important;
}

.page-id-21 .work-list {
  min-height: auto;
}

/*よくある質問*/
.page-id-23 ul.page-nav {
  width: 100%;
}

.page-id-23 ul.page-nav li{
  width: auto;
}

.page-id-23 .btn-link {
  font-size: 17px;
}

.page-id-23 .btn {
  text-align: left !important;
}

.card-header {
  padding: 0.75rem 1.25rem 0.75rem 0.75rem !important;
}

/*カスミへようこそ*/
 .page-id-15 ul.page-nav {
    width: 50%;
  }

  .page-id-15 .pr {
  position: relative;
}

.service02-pr.pr {
  height: 110px;
}

.page-id-15 .service02-img {
  top: 0;
}

.page-id-15 .service01-img {
  top:-30px;
}

::-webkit-full-page-media, :future, :root .page-id-15 .service01-img {
  top:-240px;
}

.page-id-15 .kasumi-miryoku .service01-img {
  height: auto;
}

.page-id-15 .service02-img img{
  height: auto;
}

dl.syuhen {
  display: block;
}

dl.syuhen dt,dl.syuhen dd {
  width: 100%;
}

dl.syuhen dt {
  margin-bottom: 15px;
}


/*お問い合わせ*/
dl.contact-dl {
    display: block;
}

dl.contact-dl dt {
    display: block;
    width: 100%;
}

/*会社概要*/
.greeting-back {
  position: absolute;
  bottom: -150px;
  max-width: 286px;
}

 .rinen-back {
    bottom: 55%;
    right: -20%;
    width: 40%;
    max-width: 220px;
    height: auto;
  }

  table.bd-table th,table.bd-table td,table.bd-table.rinen-table th,table.bd-table.rinen-table td {
  display: block;
  width: 100%;
  text-align: left;
  }

 table.bd-table td,table.bd-table.rinen-table td{
  padding: 0px 10px 20px 10px;
}

}


@media (max-width: 567px) {
	.index-h2 {
    font-size: 26px;
  }
	.link a {
  font-size: 16px;
	}
	.service01 {
    margin-top: 150px;
  }
	 .service01-img {
    height: auto;
    width: 45%;
    min-height: auto;
    top: -150px;
    bottom: auto;
    z-index: -1;
  }
	 .service02-img {
    height: auto;
    width: 45%;
    min-height: auto;
    top: -20px;
    bottom: auto;
    z-index: -1;
  }
	 .about-wrap a img {
    height: 130px;
  }
	 .about-title {
    font-size: 22px;
    top: 32%;
    right: 30%;
  }
	.about-wrap::after {
	  font-family: FontAwesome;
	  content: "\f054";
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  border-radius: 50%;
	  background: #c1272d;
	  color: #fff;
	  font-size: 16px;
	  text-align: center;
	  line-height: 40px;
	  bottom: 10px;
	  right: 20px;
	}
	  .recommen-obi {
    top: 55%;
    font-size: 14px;
    width: 90%;
    padding: 5px 10px;
  }
	 .recommen-title {
    font-size: 16px;
  }
	 .btn-contact a {
		 font-size: 18px;
	}
	.footer-tel a i {
		margin-right: 10px;
	}
	 .footer-about {
    font-size: 24px;
  }


  /*取り扱い商品*/
  ul.page-nav {
    width: 100%;
}
ul.page-nav li {
    width: 47%;
}

/*かにすき*/
.page-kodawari .service02-img img, .page-id-25 .page-kodawari .service02-img img {
        height: 150px;
    }

body.page-id-25 .pol-wrap {
        min-height: auto;
        margin-top: 170px;
    }

/*カスミへようこそ*/
.page-id-15 ul.page-nav {
  width: 100%;
}

.page-id-15 ul.page-nav li {
  width: 60%;
}

 .page-id-15 .pr {
    height: 100px;
  }

/*会社概要*/
 .greeting-back {
    position: absolute;
    bottom: -10%;
    max-width: 286px;
  }

   .rinen-back {
    width: 40%;
    max-width: 145px;
    right: -5%;
    z-index: -1;
    opacity: 0.7;
  }


/*お問い合わせ*/
.page-id-27 section {
    margin-top: -30%;
}


}



